Yasr – Yet Another Stars Rating - Version 1.6.5

Version Description

NEW FEATURE: is it possible to use YASR without jquery, but use a pure javascript library called Rater https://github.com/fredolss/rater-js (so it will work on AMP pages!!). This functionality is still in beta and for now and works only with yasr_overall_rating and yasr_visitor_votes shortcode. You can enable/disable this in every moment in the settings

Download this release

Release Info

Developer Dudo
Plugin Icon 128x128 Yasr – Yet Another Stars Rating
Version 1.6.5
Comparing to
See all releases

Code changes from version 1.6.4 to 1.6.5

css/yasr-admin.css CHANGED
@@ -1,3 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  /****** Rate it rules *****/
2
 
3
  .rateit {
1
+ .star-rating {
2
+ width: 0;
3
+ position: relative;
4
+ display:inline-block;
5
+ background-image: url(../img/star_0.svg);
6
+ background-position: 0 0;
7
+ background-repeat: repeat-x;
8
+ }
9
+
10
+ .star-rating[data-title]:hover:after {
11
+ content: attr(data-title);
12
+ padding: 4px 8px;
13
+ color: #333;
14
+ position: absolute;
15
+ left: 0;
16
+ top: 100%;
17
+ z-index: 20;
18
+ white-space: nowrap;
19
+ -moz-border-radius: 5px;
20
+ -webkit-border-radius: 5px;
21
+ border-radius: 5px;
22
+ -moz-box-shadow: 0px 0px 4px #222;
23
+ -webkit-box-shadow: 0px 0px 4px #222;
24
+ box-shadow: 0px 0px 4px #222;
25
+ background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
26
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
27
+ background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
28
+ background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
29
+ background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
30
+ background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
31
+ }
32
+
33
+ .star-rating .star-value {
34
+ height: 100%;
35
+ position: absolute;
36
+ }
37
+
38
+ .star-rating .star-value {
39
+ position: absolute;
40
+ height: 100%;
41
+ width: 100%;
42
+ background: url('../img/star_1.svg') ;
43
+ background-repeat: repeat-x;
44
+ }
45
+
46
+
47
+
48
+
49
  /****** Rate it rules *****/
50
 
51
  .rateit {
css/yasr.css CHANGED
@@ -1,3 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  /****** Rate it rules *****/
2
 
3
  .rateit {
1
+ .star-rating {
2
+ width: 0;
3
+ position: relative;
4
+ display:inline-block;
5
+ background-image: url(../img/star_0.svg);
6
+ background-position: 0 0;
7
+ background-repeat: repeat-x;
8
+ }
9
+
10
+ .star-rating[data-title]:hover:after {
11
+ content: attr(data-title);
12
+ padding: 4px 8px;
13
+ color: #333;
14
+ position: absolute;
15
+ left: 0;
16
+ top: 100%;
17
+ z-index: 20;
18
+ white-space: nowrap;
19
+ -moz-border-radius: 5px;
20
+ -webkit-border-radius: 5px;
21
+ border-radius: 5px;
22
+ -moz-box-shadow: 0px 0px 4px #222;
23
+ -webkit-box-shadow: 0px 0px 4px #222;
24
+ box-shadow: 0px 0px 4px #222;
25
+ background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
26
+ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
27
+ background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
28
+ background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
29
+ background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
30
+ background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
31
+ }
32
+
33
+ .star-rating .star-value {
34
+ height: 100%;
35
+ position: absolute;
36
+ }
37
+
38
+ .star-rating .star-value {
39
+ position: absolute;
40
+ height: 100%;
41
+ width: 100%;
42
+ background: url('../img/star_1.svg') ;
43
+ background-repeat: repeat-x;
44
+ }
45
+
46
+
47
+
48
+
49
  /****** Rate it rules *****/
50
 
51
  .rateit {
freemius/includes/class-freemius.php CHANGED
@@ -3263,10 +3263,61 @@
3263
  */
3264
  static function _get_current_wp_user() {
3265
  self::require_pluggable_essentials();
 
3266
 
3267
  return wp_get_current_user();
3268
  }
3269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3270
  /**
3271
  * @author Vova Feldman (@svovaf)
3272
  * @since 2.1.0
@@ -10805,7 +10856,7 @@
10805
  $next_page = $this->get_after_activation_url( 'after_network_activation_url' );
10806
  }
10807
  } else {
10808
- $error = $this->get_text_inline( 'invalid_site_details_collection', 'Invalid site details collection.' );
10809
  }
10810
 
10811
  $result = array(
@@ -14331,16 +14382,17 @@
14331
  unset( $parent_fs->_storage->is_pending_activation );
14332
  }
14333
 
 
 
 
14334
  // First of all, set site info - otherwise we won't
14335
  // be able to invoke API calls.
14336
  $parent_fs->_site = new FS_Site( $parent_install );
 
14337
 
14338
  // Sync add-on plans.
14339
  $parent_fs->_sync_plans();
14340
 
14341
- // Get user information based on parent's plugin.
14342
- $user = $this->get_user();
14343
-
14344
  $parent_fs->_set_account( $user, $parent_fs->_site );
14345
  }
14346
 
@@ -17235,9 +17287,10 @@
17235
 
17236
  $is_premium = null;
17237
  if ( ! $is_addon ) {
17238
- $is_premium = $this->is_premium();
17239
  } else if ( $this->is_addon_activated( $addon_id ) ) {
17240
- $is_premium = self::get_instance_by_id( $addon_id )->is_premium();
 
17241
  }
17242
 
17243
  // If add-on, then append add-on ID.
@@ -17433,9 +17486,15 @@
17433
 
17434
  if ( ! empty( $plugin_id ) ) {
17435
  $params['plugin_id'] = $plugin_id;
 
 
17436
  }
17437
 
17438
- return $this->get_account_url( 'download_latest', $params );
 
 
 
 
17439
  }
17440
 
17441
  #endregion Download Plugin ------------------------------------------------------------------
3263
  */
3264
  static function _get_current_wp_user() {
3265
  self::require_pluggable_essentials();
3266
+ self::wp_cookie_constants();
3267
 
3268
  return wp_get_current_user();
3269
  }
3270
 
3271
+ /**
3272
+ * Define cookie constants which are required by Freemius::_get_current_wp_user() since
3273
+ * it uses wp_get_current_user() which needs the cookie constants set. When a plugin
3274
+ * is network activated the cookie constants are only configured after the network
3275
+ * plugins activation, therefore, if we don't define those constants WP will throw
3276
+ * PHP warnings/notices.
3277
+ *
3278
+ * @author Vova Feldman (@svovaf)
3279
+ * @since 2.1.1
3280
+ */
3281
+ private static function wp_cookie_constants() {
3282
+ if ( defined( 'LOGGED_IN_COOKIE' ) &&
3283
+ ( defined( 'AUTH_COOKIE' ) || defined( 'SECURE_AUTH_COOKIE' ) )
3284
+ ) {
3285
+ return;
3286
+ }
3287
+
3288
+ /**
3289
+ * Used to guarantee unique hash cookies
3290
+ *
3291
+ * @since 1.5.0
3292
+ */
3293
+ if ( ! defined( 'COOKIEHASH' ) ) {
3294
+ $siteurl = get_site_option( 'siteurl' );
3295
+ if ( $siteurl ) {
3296
+ define( 'COOKIEHASH', md5( $siteurl ) );
3297
+ } else {
3298
+ define( 'COOKIEHASH', '' );
3299
+ }
3300
+ }
3301
+
3302
+ if ( ! defined( 'LOGGED_IN_COOKIE' ) ) {
3303
+ define( 'LOGGED_IN_COOKIE', 'wordpress_logged_in_' . COOKIEHASH );
3304
+ }
3305
+
3306
+ /**
3307
+ * @since 2.5.0
3308
+ */
3309
+ if ( ! defined( 'AUTH_COOKIE' ) ) {
3310
+ define( 'AUTH_COOKIE', 'wordpress_' . COOKIEHASH );
3311
+ }
3312
+
3313
+ /**
3314
+ * @since 2.6.0
3315
+ */
3316
+ if ( ! defined( 'SECURE_AUTH_COOKIE' ) ) {
3317
+ define( 'SECURE_AUTH_COOKIE', 'wordpress_sec_' . COOKIEHASH );
3318
+ }
3319
+ }
3320
+
3321
  /**
3322
  * @author Vova Feldman (@svovaf)
3323
  * @since 2.1.0
10856
  $next_page = $this->get_after_activation_url( 'after_network_activation_url' );
10857
  }
10858
  } else {
10859
+ $error = $this->get_text_inline( 'Invalid site details collection.', 'invalid_site_details_collection' );
10860
  }
10861
 
10862
  $result = array(
14382
  unset( $parent_fs->_storage->is_pending_activation );
14383
  }
14384
 
14385
+ // Get user information based on parent's plugin.
14386
+ $user = $this->get_user();
14387
+
14388
  // First of all, set site info - otherwise we won't
14389
  // be able to invoke API calls.
14390
  $parent_fs->_site = new FS_Site( $parent_install );
14391
+ $parent_fs->_user = $user;
14392
 
14393
  // Sync add-on plans.
14394
  $parent_fs->_sync_plans();
14395
 
 
 
 
14396
  $parent_fs->_set_account( $user, $parent_fs->_site );
14397
  }
14398
 
17287
 
17288
  $is_premium = null;
17289
  if ( ! $is_addon ) {
17290
+ $is_premium = ( $this->is_premium() || $this->_can_download_premium() );
17291
  } else if ( $this->is_addon_activated( $addon_id ) ) {
17292
+ $fs_addon = self::get_instance_by_id( $addon_id );
17293
+ $is_premium = ( $fs_addon->is_premium() || $fs_addon->_can_download_premium() );
17294
  }
17295
 
17296
  // If add-on, then append add-on ID.
17486
 
17487
  if ( ! empty( $plugin_id ) ) {
17488
  $params['plugin_id'] = $plugin_id;
17489
+ } else if ( $this->is_addon() ) {
17490
+ $params['plugin_id'] = $this->get_id();
17491
  }
17492
 
17493
+ $fs = $this->is_addon() ?
17494
+ $this->get_parent_instance() :
17495
+ $this;
17496
+
17497
+ return $fs->get_account_url( 'download_latest', $params );
17498
  }
17499
 
17500
  #endregion Download Plugin ------------------------------------------------------------------
freemius/includes/class-fs-api.php CHANGED
@@ -551,7 +551,7 @@
551
  return (
552
  is_object( $result ) &&
553
  isset( $result->error ) &&
554
- isset( $result->message )
555
  );
556
  }
557
 
551
  return (
552
  is_object( $result ) &&
553
  isset( $result->error ) &&
554
+ isset( $result->error->message )
555
  );
556
  }
557
 
freemius/languages/freemius-da_DK.mo CHANGED
Binary file
freemius/languages/freemius-da_DK.po CHANGED
@@ -1,2299 +1,12 @@
1
- # Copyright (C) 2018 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Joachim Jensen, 2016-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: 2018-05-24 11:59+0000\n"
11
- "Last-Translator: Joachim Jensen\n"
12
- "Language: da_DK\n"
13
- "Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-sdk/language/da_DK/)\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.php:1551
25
- msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
26
- msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
27
-
28
- #: includes/class-freemius.php:1553
29
- msgid "Error"
30
- msgstr "Fejl"
31
-
32
- #: includes/class-freemius.php:1871
33
- msgid "I found a better %s"
34
- msgstr "Jeg fandt et bedre %s"
35
-
36
- #: includes/class-freemius.php:1873
37
- msgid "What's the %s's name?"
38
- msgstr "What's the %s's name?"
39
-
40
- #: includes/class-freemius.php:1879
41
- msgid "It's a temporary %s. I'm just debugging an issue."
42
- msgstr "It's a temporary %s. I'm just debugging an issue."
43
-
44
- #: includes/class-freemius.php:1881
45
- msgid "Deactivation"
46
- msgstr "Deaktivering"
47
-
48
- #: includes/class-freemius.php:1882
49
- msgid "Theme Switch"
50
- msgstr "Temaskift"
51
-
52
- #: includes/class-freemius.php1891, templates/forms/resend-key.php:24
53
- msgid "Other"
54
- msgstr "Andet"
55
-
56
- #: includes/class-freemius.php:1899
57
- msgid "I no longer need the %s"
58
- msgstr "Jeg har ikke længere brug for %s"
59
-
60
- #: includes/class-freemius.php:1906
61
- msgid "I only needed the %s for a short period"
62
- msgstr "Jeg behøvede kun %s i en kort periode"
63
-
64
- #: includes/class-freemius.php:1912
65
- msgid "The %s broke my site"
66
- msgstr "%s ødelagde min webside"
67
-
68
- #: includes/class-freemius.php:1919
69
- msgid "The %s suddenly stopped working"
70
- msgstr "%s stoppede pludseligt med at virke"
71
-
72
- #: includes/class-freemius.php:1929
73
- msgid "I can't pay for it anymore"
74
- msgstr "Jeg kan ikke længere betale for det"
75
-
76
- #: includes/class-freemius.php:1931
77
- msgid "What price would you feel comfortable paying?"
78
- msgstr "Hvilken pris ville du foretrække at betale?"
79
-
80
- #: includes/class-freemius.php:1937
81
- msgid "I don't like to share my information with you"
82
- msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
83
-
84
- #: includes/class-freemius.php:1958
85
- msgid "The %s didn't work"
86
- msgstr "%s virkede ikke"
87
-
88
- #: includes/class-freemius.php:1968
89
- msgid "I couldn't understand how to make it work"
90
- msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
91
-
92
- #: includes/class-freemius.php:1976
93
- msgid "The %s is great, but I need specific feature that you don't support"
94
- msgstr "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
95
-
96
- #: includes/class-freemius.php:1978
97
- msgid "What feature?"
98
- msgstr "Hvilken feature?"
99
-
100
- #: includes/class-freemius.php:1982
101
- msgid "The %s is not working"
102
- msgstr "%s virker ikke"
103
-
104
- #: includes/class-freemius.php:1984
105
- msgid "Kindly share what didn't work so we can fix it for future users..."
106
- msgstr "Kindly share what didn't work so we can fix it for future users..."
107
-
108
- #: includes/class-freemius.php:1988
109
- msgid "It's not what I was looking for"
110
- msgstr "Det er ikke, hvad jeg søgte"
111
-
112
- #: includes/class-freemius.php:1990
113
- msgid "What you've been looking for?"
114
- msgstr "What you've been looking for?"
115
-
116
- #: includes/class-freemius.php:1994
117
- msgid "The %s didn't work as expected"
118
- msgstr "%s virkede ikke som forventet"
119
-
120
- #: includes/class-freemius.php:1996
121
- msgid "What did you expect?"
122
- msgstr "Hvad forventede du?"
123
-
124
- #: includes/class-freemius.php2729, templates/debug.php:20
125
- msgid "Freemius Debug"
126
- msgstr "Freemius Debug"
127
-
128
- #: includes/class-freemius.php:3402
129
- msgid "I don't know what is cURL or how to install it, help me!"
130
- msgstr "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
131
-
132
- #: includes/class-freemius.php:3404
133
- 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."
134
- 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."
135
-
136
- #: includes/class-freemius.php:3411
137
- 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."
138
- 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."
139
-
140
- #: includes/class-freemius.php:3516
141
- msgid "Yes - do your thing"
142
- msgstr "Yes - do your thing"
143
-
144
- #: includes/class-freemius.php:3521
145
- msgid "No - just deactivate"
146
- msgstr "Nej - bare deaktiver"
147
-
148
- #: includes/class-freemius.php3566, includes/class-freemius.php4066,
149
- #: includes/class-freemius.php5127, includes/class-freemius.php10941,
150
- #: includes/class-freemius.php14205, includes/class-freemius.php14257,
151
- #: includes/class-freemius.php14319, includes/class-freemius.php16448,
152
- #: includes/class-freemius.php16458, includes/class-freemius.php17014,
153
- #: includes/class-freemius.php17032, includes/class-freemius.php17130,
154
- #: includes/class-freemius.php17866, templates/add-ons.php:43
155
- msgctxt "exclamation"
156
- msgid "Oops"
157
- msgstr "Ups"
158
-
159
- #: includes/class-freemius.php:3635
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:4063
164
- msgctxt "addonX cannot run without pluginY"
165
- msgid "%s cannot run without %s."
166
- msgstr "%s virker ikke uden %s."
167
-
168
- #: includes/class-freemius.php:4064
169
- msgctxt "addonX cannot run..."
170
- msgid "%s cannot run without the plugin."
171
- msgstr "%s virker ikke uden pluginnet."
172
-
173
- #: includes/class-freemius.php4176, includes/class-freemius.php4201,
174
- #: includes/class-freemius.php:17103
175
- msgid "Unexpected API error. Please contact the %s's author with the following error."
176
- msgstr "Unexpected API error. Please contact the %s's author with the following error."
177
-
178
- #: includes/class-freemius.php:4815
179
- msgid "Premium %s version was successfully activated."
180
- msgstr "Premium %s version was successfully activated."
181
-
182
- #: includes/class-freemius.php4827, includes/class-freemius.php:6660
183
- msgctxt ""
184
- msgid "W00t"
185
- msgstr "W00t"
186
-
187
- #: includes/class-freemius.php:4842
188
- msgid "You have a %s license."
189
- msgstr "Du har en %s licens."
190
-
191
- #: includes/class-freemius.php4846, includes/class-freemius.php13626,
192
- #: includes/class-freemius.php13637, includes/class-freemius.php16376,
193
- #: includes/class-freemius.php16676, includes/class-freemius.php16741,
194
- #: includes/class-freemius.php:16891
195
- msgctxt "interjection expressing joy or exuberance"
196
- msgid "Yee-haw"
197
- msgstr "Yee-haw"
198
-
199
- #: includes/class-freemius.php:5110
200
- 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."
201
- 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."
202
-
203
- #: includes/class-freemius.php:5114
204
- msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
205
- msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
206
-
207
- #: includes/class-freemius.php5123, templates/add-ons.php99,
208
- #: templates/account/partials/addon.php:283
209
- msgid "More information about %s"
210
- msgstr "Mere information om %s"
211
-
212
- #: includes/class-freemius.php:5124
213
- msgid "Purchase License"
214
- msgstr "Køb licens"
215
-
216
- #: includes/class-freemius.php6035, templates/connect.php:161
217
- msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
218
- msgstr "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."
219
-
220
- #: includes/class-freemius.php:6039
221
- msgid "start the trial"
222
- msgstr "start prøveperioden"
223
-
224
- #: includes/class-freemius.php6040, templates/connect.php:165
225
- msgid "complete the install"
226
- msgstr "færdiggør installeringen"
227
-
228
- #: includes/class-freemius.php:6147
229
- msgid "You are just one step away - %s"
230
- msgstr "Du mangler kun ét skridt - %s"
231
-
232
- #: includes/class-freemius.php:6150
233
- msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
234
- msgid "Complete \"%s\" Activation Now"
235
- msgstr "Færdiggør aktivering af \"%s\" nu"
236
-
237
- #: includes/class-freemius.php:6227
238
- msgid "We made a few tweaks to the %s, %s"
239
- msgstr "We made a few tweaks to the %s, %s"
240
-
241
- #: includes/class-freemius.php:6231
242
- msgid "Opt in to make \"%s\" Better!"
243
- msgstr "Opt in to make \"%s\" Better!"
244
-
245
- #: includes/class-freemius.php:6659
246
- msgid "The upgrade of %s was successfully completed."
247
- msgstr "Opgraderingen af %s blev fuldendt."
248
-
249
- #: includes/class-freemius.php8384, includes/class-fs-plugin-updater.php581,
250
- #: includes/class-fs-plugin-updater.php733,
251
- #: includes/class-fs-plugin-updater.php739, templates/auto-installation.php:32
252
- msgid "Add-On"
253
- msgstr "Tilføjelse"
254
-
255
- #: includes/class-freemius.php8386, templates/debug.php349,
256
- #: templates/debug.php:510
257
- msgid "Plugin"
258
- msgstr "Plugin"
259
-
260
- #: includes/class-freemius.php8387, templates/debug.php349,
261
- #: templates/debug.php510, templates/forms/deactivation/form.php:64
262
- msgid "Theme"
263
- msgstr "Tema"
264
-
265
- #: includes/class-freemius.php:10808
266
- msgid "invalid_site_details_collection"
267
- msgstr "invalid_site_details_collection"
268
-
269
- #: includes/class-freemius.php:10928
270
- msgid "We couldn't find your email address in the system, are you sure it's the right address?"
271
- msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
272
-
273
- #: includes/class-freemius.php:10930
274
- msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
275
- msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
276
-
277
- #: includes/class-freemius.php:11166
278
- msgid "Account is pending activation."
279
- msgstr "Account is pending activation."
280
-
281
- #: includes/class-freemius.php:13608
282
- msgid "%s activation was successfully completed."
283
- msgstr "Aktivering af %s blev gennemført."
284
-
285
- #: includes/class-freemius.php:13622
286
- msgid "Your account was successfully activated with the %s plan."
287
- msgstr "Din konto blev aktiveret med planen %s."
288
-
289
- #: includes/class-freemius.php13633, includes/class-freemius.php:16737
290
- msgid "Your trial has been successfully started."
291
- msgstr "Din prøveperiode er begyndt."
292
-
293
- #: includes/class-freemius.php14203, includes/class-freemius.php14255,
294
- #: includes/class-freemius.php:14317
295
- msgid "Couldn't activate %s."
296
- msgstr "Kunne ikke aktivere %s."
297
-
298
- #: includes/class-freemius.php14204, includes/class-freemius.php14256,
299
- #: includes/class-freemius.php:14318
300
- msgid "Please contact us with the following message:"
301
- msgstr "Kontakt os venligst med følgende besked:"
302
-
303
- #: includes/class-freemius.php14666, includes/class-freemius.php:18929
304
- msgid "Upgrade"
305
- msgstr "Opgrader"
306
-
307
- #: includes/class-freemius.php:14672
308
- msgid "Start Trial"
309
- msgstr "Start prøveperiode"
310
-
311
- #: includes/class-freemius.php:14674
312
- msgid "Pricing"
313
- msgstr "Priser"
314
-
315
- #: includes/class-freemius.php14734, includes/class-freemius.php:14736
316
- msgid "Affiliation"
317
- msgstr "Affiliation"
318
-
319
- #: includes/class-freemius.php14756, includes/class-freemius.php14758,
320
- #: templates/account.php146, templates/debug.php:314
321
- msgid "Account"
322
- msgstr "Konto"
323
-
324
- #: includes/class-freemius.php14769, includes/class-freemius.php14771,
325
- #: includes/customizer/class-fs-customizer-support-section.php:60
326
- msgid "Contact Us"
327
- msgstr "Kontakt os"
328
-
329
- #: includes/class-freemius.php14781, includes/class-freemius.php14783,
330
- #: includes/class-freemius.php18939, templates/account.php96,
331
- #: templates/account/partials/addon.php:37
332
- msgid "Add-Ons"
333
- msgstr "Tilføjelser"
334
-
335
- #: includes/class-freemius.php14815, templates/pricing.php:97
336
- msgctxt "noun"
337
- msgid "Pricing"
338
- msgstr "Priser"
339
-
340
- #: includes/class-freemius.php15009,
341
- #: includes/customizer/class-fs-customizer-support-section.php:67
342
- msgid "Support Forum"
343
- msgstr "Supportforum"
344
-
345
- #: includes/class-freemius.php:15794
346
- msgid "Your email has been successfully verified - you are AWESOME!"
347
- msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
348
-
349
- #: includes/class-freemius.php:15795
350
- msgctxt "a positive response"
351
- msgid "Right on"
352
- msgstr "Sådan"
353
-
354
- #: includes/class-freemius.php:16367
355
- msgid "Your %s Add-on plan was successfully upgraded."
356
- msgstr "Your %s Add-on plan was successfully upgraded."
357
-
358
- #: includes/class-freemius.php:16369
359
- msgid "%s Add-on was successfully purchased."
360
- msgstr "Betalingen for tilføjelsen %s blev gennemført."
361
-
362
- #: includes/class-freemius.php:16372
363
- msgid "Download the latest version"
364
- msgstr "Download den seneste version"
365
-
366
- #: includes/class-freemius.php:16444
367
- msgctxt "%1s - plugin title, %2s - API domain"
368
- msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
369
- msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
370
-
371
- #: includes/class-freemius.php16447, includes/class-freemius.php16862,
372
- #: includes/class-freemius.php:16927
373
- msgid "Error received from the server:"
374
- msgstr "Fejl modtager fra serveren:"
375
-
376
- #: includes/class-freemius.php:16457
377
- msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
378
- msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
379
-
380
- #: includes/class-freemius.php16639, includes/class-freemius.php16867,
381
- #: includes/class-freemius.php:16910
382
- msgctxt ""
383
- msgid "Hmm"
384
- msgstr "Hmm"
385
-
386
- #: includes/class-freemius.php:16652
387
- 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."
388
- 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."
389
-
390
- #: includes/class-freemius.php16653, templates/account.php98,
391
- #: templates/add-ons.php130, templates/account/partials/addon.php:39
392
- msgctxt "trial period"
393
- msgid "Trial"
394
- msgstr "Prøveperiode"
395
-
396
- #: includes/class-freemius.php:16658
397
- msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
398
- msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
399
-
400
- #: includes/class-freemius.php16662, includes/class-freemius.php:16719
401
- msgid "Please contact us here"
402
- msgstr "Kontakt os her"
403
-
404
- #: includes/class-freemius.php:16672
405
- msgid "Your plan was successfully upgraded."
406
- msgstr "Din plan er blevet opgraderet."
407
-
408
- #: includes/class-freemius.php:16689
409
- msgid "Your plan was successfully changed to %s."
410
- msgstr "Din plan er blevet ændret til %s."
411
-
412
- #: includes/class-freemius.php:16705
413
- msgid "Your license has expired. You can still continue using the free %s forever."
414
- msgstr "Your license has expired. You can still continue using the free %s forever."
415
-
416
- #: includes/class-freemius.php:16707
417
- msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
418
- msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
419
-
420
- #: includes/class-freemius.php:16715
421
- msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
422
- msgstr "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support."
423
-
424
- #: includes/class-freemius.php:16728
425
- 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."
426
- 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."
427
-
428
- #: includes/class-freemius.php:16751
429
- msgid "Your free trial has expired. You can still continue using all our free features."
430
- msgstr "Your free trial has expired. You can still continue using all our free features."
431
-
432
- #: includes/class-freemius.php:16753
433
- msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
434
- msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
435
-
436
- #: includes/class-freemius.php:16858
437
- msgid "It looks like the license could not be activated."
438
- msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
439
-
440
- #: includes/class-freemius.php:16888
441
- msgid "Your license was successfully activated."
442
- msgstr "Din licens er blevet aktiveret."
443
-
444
- #: includes/class-freemius.php:16914
445
- msgid "It looks like your site currently doesn't have an active license."
446
- msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
447
-
448
- #: includes/class-freemius.php:16926
449
- msgid "It looks like the license deactivation failed."
450
- msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
451
-
452
- #: includes/class-freemius.php:16954
453
- msgid "Your license was successfully deactivated, you are back to the %s plan."
454
- msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
455
-
456
- #: includes/class-freemius.php:16955
457
- msgid "O.K"
458
- msgstr "O.K"
459
-
460
- #: includes/class-freemius.php:17003
461
- msgid "Your plan was successfully downgraded. Your %s plan license will expire in %s."
462
- msgstr "Din plan blev nedgraderet. Licensen til din %s plan vil udløbe om %s."
463
-
464
- #: includes/class-freemius.php:17013
465
- msgid "Seems like we are having some temporary issue with your plan downgrade. Please try again in few minutes."
466
- msgstr "Seems like we are having some temporary issue with your plan downgrade. Please try again in few minutes."
467
-
468
- #: includes/class-freemius.php:17037
469
- msgid "You are already running the %s in a trial mode."
470
- msgstr "You are already running the %s in a trial mode."
471
-
472
- #: includes/class-freemius.php:17048
473
- msgid "You already utilized a trial before."
474
- msgstr "Du har allerede brugt din prøveperiode."
475
-
476
- #: includes/class-freemius.php:17062
477
- msgid "Plan %s do not exist, therefore, can't start a trial."
478
- msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
479
-
480
- #: includes/class-freemius.php:17073
481
- msgid "Plan %s does not support a trial period."
482
- msgstr "Plan %s understøtter ikke en prøveperiode."
483
-
484
- #: includes/class-freemius.php:17084
485
- msgid "None of the %s's plans supports a trial period."
486
- msgstr "None of the %s's plans supports a trial period."
487
-
488
- #: includes/class-freemius.php:17134
489
- msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
490
- msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
491
-
492
- #: includes/class-freemius.php:17185
493
- msgid "Your %s free trial was successfully cancelled."
494
- msgstr "Din gratis prøveperiode for %s er blevet annulleret."
495
-
496
- #: includes/class-freemius.php:17190
497
- msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
498
- msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
499
-
500
- #: includes/class-freemius.php:17474
501
- msgid "Version %s was released."
502
- msgstr "Version %s er blevet udgivet."
503
-
504
- #: includes/class-freemius.php:17474
505
- msgid "Please download %s."
506
- msgstr "Download venligst %s."
507
-
508
- #: includes/class-freemius.php:17481
509
- msgid "the latest %s version here"
510
- msgstr "den seneste version af %s her"
511
-
512
- #: includes/class-freemius.php:17486
513
- msgid "New"
514
- msgstr "Ny"
515
-
516
- #: includes/class-freemius.php:17491
517
- msgid "Seems like you got the latest release."
518
- msgstr "Det ser ud til, at du har den seneste udgivelse."
519
-
520
- #: includes/class-freemius.php:17492
521
- msgid "You are all good!"
522
- msgstr "Det var det!"
523
-
524
- #: includes/class-freemius.php:17758
525
- msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
526
- msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
527
-
528
- #: includes/class-freemius.php:17893
529
- msgid "Site successfully opted in."
530
- msgstr "Site successfully opted in."
531
-
532
- #: includes/class-freemius.php17894, includes/class-freemius.php:18671
533
- msgid "Awesome"
534
- msgstr "Sejt"
535
-
536
- #: includes/class-freemius.php17910, templates/forms/optout.php:32
537
- msgid "We appreciate your help in making the %s better by letting us track some usage data."
538
- msgstr "We appreciate your help in making the %s better by letting us track some usage data."
539
-
540
- #: includes/class-freemius.php:17911
541
- msgid "Thank you!"
542
- msgstr "Thank you!"
543
-
544
- #: includes/class-freemius.php:17918
545
- msgid "We will no longer be sending any usage data of %s on %s to %s."
546
- msgstr "We will no longer be sending any usage data of %s on %s to %s."
547
-
548
- #: includes/class-freemius.php:18033
549
- 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."
550
- 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."
551
-
552
- #: includes/class-freemius.php:18039
553
- msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
554
- msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
555
-
556
- #: includes/class-freemius.php:18044
557
- msgid "%s is the new owner of the account."
558
- msgstr "%s er den nye ejer af kontoen."
559
-
560
- #: includes/class-freemius.php:18046
561
- msgctxt "as congratulations"
562
- msgid "Congrats"
563
- msgstr "Tillykke"
564
-
565
- #: includes/class-freemius.php:18066
566
- msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
567
- msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
568
-
569
- #: includes/class-freemius.php:18067
570
- msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
571
- msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
572
-
573
- #: includes/class-freemius.php:18074
574
- msgid "Change Ownership"
575
- msgstr "Skift ejerskab"
576
-
577
- #: includes/class-freemius.php:18082
578
- msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
579
- msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
580
-
581
- #: includes/class-freemius.php:18094
582
- msgid "Please provide your full name."
583
- msgstr "Indtast venligst dit fulde navn."
584
-
585
- #: includes/class-freemius.php:18099
586
- msgid "Your name was successfully updated."
587
- msgstr "Dit navn er blevet opdateret."
588
-
589
- #: includes/class-freemius.php:18160
590
- msgid "You have successfully updated your %s."
591
- msgstr "Opdatering af %s blev gennemført."
592
-
593
- #: includes/class-freemius.php:18300
594
- msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
595
- msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
596
-
597
- #: includes/class-freemius.php:18301
598
- msgctxt "advance notice of something that will need attention."
599
- msgid "Heads up"
600
- msgstr "Se her"
601
-
602
- #: includes/class-freemius.php:18711
603
- msgctxt "exclamation"
604
- msgid "Hey"
605
- msgstr "Hey"
606
-
607
- #: includes/class-freemius.php:18711
608
- msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
609
- msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
610
-
611
- #: includes/class-freemius.php:18719
612
- msgid "No commitment for %s days - cancel anytime!"
613
- msgstr "Ingen bindinger i %s dage - annuller når som helst!"
614
-
615
- #: includes/class-freemius.php:18720
616
- msgid "No credit card required"
617
- msgstr "Betalingskort ikke påkrævet"
618
-
619
- #: includes/class-freemius.php18727, templates/forms/trial-start.php:53
620
- msgctxt "call to action"
621
- msgid "Start free trial"
622
- msgstr "Start gratis prøveperiode"
623
-
624
- #: includes/class-freemius.php:18804
625
- 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!"
626
- 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!"
627
-
628
- #: includes/class-freemius.php:18813
629
- msgid "Learn more"
630
- msgstr "Læs mere"
631
-
632
- #: includes/class-freemius.php18963, templates/account.php394,
633
- #: templates/account.php497, templates/connect.php169,
634
- #: templates/connect.php408, templates/forms/license-activation.php24,
635
- #: templates/account/partials/addon.php:230
636
- msgid "Activate License"
637
- msgstr "Aktiver licens"
638
-
639
- #: includes/class-freemius.php18964, templates/account.php457,
640
- #: templates/account.php496, templates/account/partials/site.php:256
641
- msgid "Change License"
642
- msgstr "Skift licens"
643
-
644
- #: includes/class-freemius.php19046, templates/account/partials/site.php:161
645
- msgid "Opt Out"
646
- msgstr "Frameld"
647
-
648
- #: includes/class-freemius.php19048, includes/class-freemius.php19053,
649
- #: templates/account/partials/site.php43,
650
- #: templates/account/partials/site.php:161
651
- msgid "Opt In"
652
- msgstr "Tilmeld"
653
-
654
- #: includes/class-freemius.php:19245
655
- msgid "Please follow these steps to complete the upgrade"
656
- msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
657
-
658
- #: includes/class-freemius.php:19249
659
- msgid "Download the latest %s version"
660
- msgstr "Download den seneste version af %s"
661
-
662
- #: includes/class-freemius.php:19253
663
- msgid "Upload and activate the downloaded version"
664
- msgstr "Upload og aktiver den downloadede version"
665
-
666
- #: includes/class-freemius.php:19255
667
- msgid "How to upload and activate?"
668
- msgstr "Upload og aktivering, hvordan?"
669
-
670
- #: includes/class-freemius.php:19384
671
- msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
672
- msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
673
-
674
- #: includes/class-freemius.php:19545
675
- msgid "Auto installation only works for opted-in users."
676
- msgstr "Auto installation only works for opted-in users."
677
-
678
- #: includes/class-freemius.php19555, includes/class-freemius.php19588,
679
- #: includes/class-fs-plugin-updater.php713,
680
- #: includes/class-fs-plugin-updater.php:727
681
- msgid "Invalid module ID."
682
- msgstr "Ugyldigt modul-ID."
683
-
684
- #: includes/class-freemius.php19564, includes/class-fs-plugin-updater.php:747
685
- msgid "Premium version already active."
686
- msgstr "Premium version allerede aktiv."
687
-
688
- #: includes/class-freemius.php:19571
689
- msgid "You do not have a valid license to access the premium version."
690
- msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
691
-
692
- #: includes/class-freemius.php:19578
693
- msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
694
- msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
695
-
696
- #: includes/class-freemius.php19596, includes/class-fs-plugin-updater.php:746
697
- msgid "Premium add-on version already installed."
698
- msgstr "Premium tilføjelse er allerede installeret."
699
-
700
- #: includes/class-freemius.php:19941
701
- msgid "View paid features"
702
- msgstr "Vis betalte features"
703
-
704
- #: includes/class-freemius.php:20251
705
- msgid "Thank you so much for using %s and its add-ons!"
706
- msgstr "Thank you so much for using %s and its add-ons!"
707
-
708
- #: includes/class-freemius.php:20252
709
- msgid "Thank you so much for using %s!"
710
- msgstr "Thank you so much for using %s!"
711
-
712
- #: includes/class-freemius.php:20258
713
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
714
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
715
-
716
- #: includes/class-freemius.php:20262
717
- msgid "Thank you so much for using our products!"
718
- msgstr "Thank you so much for using our products!"
719
-
720
- #: includes/class-freemius.php:20263
721
- msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
722
- msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
723
-
724
- #: includes/class-freemius.php:20282
725
- msgid "%s and its add-ons"
726
- msgstr "%s and its add-ons"
727
-
728
- #: includes/class-freemius.php:20291
729
- msgid "Products"
730
- msgstr "Products"
731
-
732
- #: includes/class-freemius.php20298, templates/connect.php:259
733
- msgid "Yes"
734
- msgstr "Yes"
735
-
736
- #: includes/class-freemius.php20299, templates/connect.php:260
737
- msgid "send me security & feature updates, educational content and offers."
738
- msgstr "send me security & feature updates, educational content and offers."
739
-
740
- #: includes/class-freemius.php20300, templates/connect.php:265
741
- msgid "No"
742
- msgstr "No"
743
-
744
- #: includes/class-freemius.php20302, templates/connect.php:267
745
- msgid "do %sNOT%s send me security & feature updates, educational content and offers."
746
- msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
747
-
748
- #: includes/class-freemius.php:20312
749
- 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 🙂"
750
- 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 🙂"
751
-
752
- #: includes/class-freemius.php20314, templates/connect.php:274
753
- msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
754
- msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
755
-
756
- #: includes/class-freemius.php:20598
757
- msgid "License key is empty."
758
- msgstr "License key is empty."
759
-
760
- #: includes/class-fs-plugin-updater.php184,
761
- #: includes/class-fs-plugin-updater.php:219
762
- msgid "%sRenew your license now%s to access version %s security & feature updates, and support."
763
- msgstr "%sRenew your license now%s to access version %s security & feature updates, and support."
764
-
765
- #: includes/class-fs-plugin-updater.php:776
766
- msgid "Installing plugin: %s"
767
- msgstr "Installerer plugin: %s"
768
-
769
- #: includes/class-fs-plugin-updater.php:817
770
- msgid "Unable to connect to the filesystem. Please confirm your credentials."
771
- msgstr "Unable to connect to the filesystem. Please confirm your credentials."
772
-
773
- #: includes/class-fs-plugin-updater.php:923
774
- msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
775
- msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
776
-
777
- #: includes/fs-plugin-info-dialog.php336,
778
- #: templates/account/partials/addon.php:287
779
- msgctxt "verb"
780
- msgid "Purchase"
781
- msgstr "Køb"
782
-
783
- #: includes/fs-plugin-info-dialog.php:339
784
- msgid "Start my free %s"
785
- msgstr "Start min gratis %s"
786
-
787
- #: includes/fs-plugin-info-dialog.php:380
788
- msgid "Install Free Version Now"
789
- msgstr "Install Free Version Now"
790
-
791
- #: includes/fs-plugin-info-dialog.php381, templates/auto-installation.php111,
792
- #: templates/account/partials/addon.php267,
793
- #: templates/account/partials/addon.php:317
794
- msgid "Install Now"
795
- msgstr "Installer nu"
796
-
797
- #: includes/fs-plugin-info-dialog.php:392
798
- msgctxt "as download latest version"
799
- msgid "Download Latest Free Version"
800
- msgstr "Download Latest Free Version"
801
-
802
- #: includes/fs-plugin-info-dialog.php393, templates/account.php80,
803
- #: templates/account/partials/addon.php:21
804
- msgctxt "as download latest version"
805
- msgid "Download Latest"
806
- msgstr "Download seneste"
807
-
808
- #: includes/fs-plugin-info-dialog.php:403
809
- msgid "Install Free Version Update Now"
810
- msgstr "Install Free Version Update Now"
811
-
812
- #: includes/fs-plugin-info-dialog.php404, templates/account.php:448
813
- msgid "Install Update Now"
814
- msgstr "Installer opdatering nu"
815
-
816
- #: includes/fs-plugin-info-dialog.php:415
817
- msgid "Newer Free Version (%s) Installed"
818
- msgstr "Newer Free Version (%s) Installed"
819
-
820
- #: includes/fs-plugin-info-dialog.php:416
821
- msgid "Newer Version (%s) Installed"
822
- msgstr "Nyere version (%s) installeret"
823
-
824
- #: includes/fs-plugin-info-dialog.php:424
825
- msgid "Latest Free Version Installed"
826
- msgstr "Latest Free Version Installed"
827
-
828
- #: includes/fs-plugin-info-dialog.php:425
829
- msgid "Latest Version Installed"
830
- msgstr "Seneste version installeret"
831
-
832
- #: includes/fs-plugin-info-dialog.php:580
833
- msgctxt "Plugin installer section title"
834
- msgid "Description"
835
- msgstr "Beskrivelse"
836
-
837
- #: includes/fs-plugin-info-dialog.php:581
838
- msgctxt "Plugin installer section title"
839
- msgid "Installation"
840
- msgstr "Installering"
841
-
842
- #: includes/fs-plugin-info-dialog.php:582
843
- msgctxt "Plugin installer section title"
844
- msgid "FAQ"
845
- msgstr "FAQ"
846
-
847
- #: includes/fs-plugin-info-dialog.php583,
848
- #: templates/plugin-info/description.php:55
849
- msgid "Screenshots"
850
- msgstr "Skærmbilleder"
851
-
852
- #: includes/fs-plugin-info-dialog.php:584
853
- msgctxt "Plugin installer section title"
854
- msgid "Changelog"
855
- msgstr "Ændringslog"
856
-
857
- #: includes/fs-plugin-info-dialog.php:585
858
- msgctxt "Plugin installer section title"
859
- msgid "Reviews"
860
- msgstr "Anmeldelser"
861
-
862
- #: includes/fs-plugin-info-dialog.php:586
863
- msgctxt "Plugin installer section title"
864
- msgid "Other Notes"
865
- msgstr "Andre noter"
866
-
867
- #: includes/fs-plugin-info-dialog.php:601
868
- msgctxt "Plugin installer section title"
869
- msgid "Features & Pricing"
870
- msgstr "Funktioner og priser"
871
-
872
- #: includes/fs-plugin-info-dialog.php:611
873
- msgid "Plugin Install"
874
- msgstr "Plugin-installering"
875
-
876
- #: includes/fs-plugin-info-dialog.php:683
877
- msgctxt "e.g. Professional Plan"
878
- msgid "%s Plan"
879
- msgstr "%s Plan"
880
-
881
- #: includes/fs-plugin-info-dialog.php:709
882
- msgctxt "e.g. the best product"
883
- msgid "Best"
884
- msgstr "Bedste"
885
-
886
- #: includes/fs-plugin-info-dialog.php715,
887
- #: includes/fs-plugin-info-dialog.php:735
888
- msgctxt "as every month"
889
- msgid "Monthly"
890
- msgstr "Månedligt"
891
-
892
- #: includes/fs-plugin-info-dialog.php:718
893
- msgctxt "as once a year"
894
- msgid "Annual"
895
- msgstr "Årligt"
896
-
897
- #: includes/fs-plugin-info-dialog.php:721
898
- msgid "Lifetime"
899
- msgstr "Livstid"
900
-
901
- #: includes/fs-plugin-info-dialog.php735,
902
- #: includes/fs-plugin-info-dialog.php737,
903
- #: includes/fs-plugin-info-dialog.php:739
904
- msgctxt "e.g. billed monthly"
905
- msgid "Billed %s"
906
- msgstr "Faktureret %s"
907
-
908
- #: includes/fs-plugin-info-dialog.php:737
909
- msgctxt "as once a year"
910
- msgid "Annually"
911
- msgstr "Årligt"
912
-
913
- #: includes/fs-plugin-info-dialog.php:739
914
- msgctxt "as once a year"
915
- msgid "Once"
916
- msgstr "Engangsbeløb"
917
-
918
- #: includes/fs-plugin-info-dialog.php:745
919
- msgid "Single Site License"
920
- msgstr "Single Site License"
921
-
922
- #: includes/fs-plugin-info-dialog.php:747
923
- msgid "Unlimited Licenses"
924
- msgstr "Ubegrænsede licenser"
925
-
926
- #: includes/fs-plugin-info-dialog.php:749
927
- msgid "Up to %s Sites"
928
- msgstr "Op til %s websteder"
929
-
930
- #: includes/fs-plugin-info-dialog.php759,
931
- #: templates/plugin-info/features.php:82
932
- msgctxt "as monthly period"
933
- msgid "mo"
934
- msgstr "md"
935
-
936
- #: includes/fs-plugin-info-dialog.php766,
937
- #: templates/plugin-info/features.php:80
938
- msgctxt "as annual period"
939
- msgid "year"
940
- msgstr "år"
941
-
942
- #: includes/fs-plugin-info-dialog.php:820
943
- msgctxt "noun"
944
- msgid "Price"
945
- msgstr "Pris"
946
-
947
- #: includes/fs-plugin-info-dialog.php:868
948
- msgid "Save %s"
949
- msgstr "Spar %s"
950
-
951
- #: includes/fs-plugin-info-dialog.php:878
952
- msgid "No commitment for %s - cancel anytime"
953
- msgstr "Ingen bindinger ved %s - annuller når som helst"
954
-
955
- #: includes/fs-plugin-info-dialog.php:881
956
- msgid "After your free %s, pay as little as %s"
957
- msgstr "Efter din gratis %s er prisen kun %s"
958
-
959
- #: includes/fs-plugin-info-dialog.php:892
960
- msgid "Details"
961
- msgstr "Detaljer"
962
-
963
- #: includes/fs-plugin-info-dialog.php896, templates/account.php87,
964
- #: templates/debug.php191, templates/debug.php228, templates/debug.php442,
965
- #: templates/account/partials/addon.php:28
966
- msgctxt "product version"
967
- msgid "Version"
968
- msgstr "Version"
969
-
970
- #: includes/fs-plugin-info-dialog.php:903
971
- msgctxt "as the plugin author"
972
- msgid "Author"
973
- msgstr "Forfatter"
974
-
975
- #: includes/fs-plugin-info-dialog.php:910
976
- msgid "Last Updated"
977
- msgstr "Senest opdateret"
978
-
979
- #: includes/fs-plugin-info-dialog.php:915
980
- msgctxt "x-ago"
981
- msgid "%s ago"
982
- msgstr "%s siden"
983
-
984
- #: includes/fs-plugin-info-dialog.php:924
985
- msgid "Requires WordPress Version"
986
- msgstr "Kræver WordPress-version"
987
-
988
- #: includes/fs-plugin-info-dialog.php:925
989
- msgid "%s or higher"
990
- msgstr "%s eller højere"
991
-
992
- #: includes/fs-plugin-info-dialog.php:932
993
- msgid "Compatible up to"
994
- msgstr "Kompatibel op til"
995
-
996
- #: includes/fs-plugin-info-dialog.php:940
997
- msgid "Downloaded"
998
- msgstr "Downloadet"
999
-
1000
- #: includes/fs-plugin-info-dialog.php:944
1001
- msgid "%s time"
1002
- msgstr "%s gang"
1003
-
1004
- #: includes/fs-plugin-info-dialog.php:946
1005
- msgid "%s times"
1006
- msgstr "%s gange"
1007
-
1008
- #: includes/fs-plugin-info-dialog.php:956
1009
- msgid "WordPress.org Plugin Page"
1010
- msgstr "WordPress.org Plugin-side"
1011
-
1012
- #: includes/fs-plugin-info-dialog.php:964
1013
- msgid "Plugin Homepage"
1014
- msgstr "Plugin-websted"
1015
-
1016
- #: includes/fs-plugin-info-dialog.php972,
1017
- #: includes/fs-plugin-info-dialog.php:1054
1018
- msgid "Donate to this plugin"
1019
- msgstr "Donér til dette plugin"
1020
-
1021
- #: includes/fs-plugin-info-dialog.php:979
1022
- msgid "Average Rating"
1023
- msgstr "Gennemsnitlig vurdering"
1024
-
1025
- #: includes/fs-plugin-info-dialog.php:986
1026
- msgid "based on %s"
1027
- msgstr "baseret på %s"
1028
-
1029
- #: includes/fs-plugin-info-dialog.php:990
1030
- msgid "%s rating"
1031
- msgstr "%s vurdering"
1032
-
1033
- #: includes/fs-plugin-info-dialog.php:992
1034
- msgid "%s ratings"
1035
- msgstr "%s vurderinger"
1036
-
1037
- #: includes/fs-plugin-info-dialog.php:1007
1038
- msgid "%s star"
1039
- msgstr "%s stjerne"
1040
-
1041
- #: includes/fs-plugin-info-dialog.php:1009
1042
- msgid "%s stars"
1043
- msgstr "%s stjerner"
1044
-
1045
- #: includes/fs-plugin-info-dialog.php:1020
1046
- msgid "Click to see reviews that provided a rating of %s"
1047
- msgstr "Click to see reviews that provided a rating of %s"
1048
-
1049
- #: includes/fs-plugin-info-dialog.php:1033
1050
- msgid "Contributors"
1051
- msgstr "Bidragsydere"
1052
-
1053
- #: includes/fs-plugin-info-dialog.php1062,
1054
- #: includes/fs-plugin-info-dialog.php:1064
1055
- msgid "Warning"
1056
- msgstr "Advarsel"
1057
-
1058
- #: includes/fs-plugin-info-dialog.php:1062
1059
- msgid "This plugin has not been tested with your current version of WordPress."
1060
- msgstr "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
1061
-
1062
- #: includes/fs-plugin-info-dialog.php:1064
1063
- msgid "This plugin has not been marked as compatible with your version of WordPress."
1064
- msgstr "This plugin has not been marked as compatible with your version of WordPress."
1065
-
1066
- #: includes/fs-plugin-info-dialog.php:1083
1067
- msgid "Paid add-on must be deployed to Freemius."
1068
- msgstr "Paid add-on must be deployed to Freemius."
1069
-
1070
- #: includes/fs-plugin-info-dialog.php:1084
1071
- msgid "Add-on must be deployed to WordPress.org or Freemius."
1072
- msgstr "Add-on must be deployed to WordPress.org or Freemius."
1073
-
1074
- #: templates/account.php81, templates/account/partials/addon.php22,
1075
- #: templates/account/partials/site.php:295
1076
- msgid "Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s."
1077
- msgstr "Downgrading your plan will immediately stop all future recurring payments and your %s plan license will expire in %s."
1078
-
1079
- #: templates/account.php82, templates/account/partials/addon.php:23
1080
- msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1081
- msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1082
-
1083
- #: templates/account.php83, templates/account/partials/addon.php24,
1084
- #: templates/account/partials/site.php:296
1085
- msgid "You can still enjoy all %s features but you will not have access to %s updates and support."
1086
- msgstr "You can still enjoy all %s features but you will not have access to %s updates and support."
1087
-
1088
- #: templates/account.php84, templates/account/partials/addon.php25,
1089
- #: templates/account/partials/site.php:297
1090
- msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1091
- msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1092
-
1093
- #. translators: %s: Plan title (e.g. "Professional")
1094
- #: templates/account.php86,
1095
- #: templates/account/partials/activate-license-button.php31,
1096
- #: templates/account/partials/addon.php:27
1097
- msgid "Activate %s Plan"
1098
- msgstr "Aktiver %s plan"
1099
-
1100
- #. translators: %s: Time period (e.g. Auto renews in "2 months")
1101
- #: templates/account.php89, templates/account/partials/addon.php30,
1102
- #: templates/account/partials/site.php:275
1103
- msgid "Auto renews in %s"
1104
- msgstr "Auto-fornyer om %s"
1105
-
1106
- #. translators: %s: Time period (e.g. Expires in "2 months")
1107
- #: templates/account.php91, templates/account/partials/addon.php32,
1108
- #: templates/account/partials/site.php:277
1109
- msgid "Expires in %s"
1110
- msgstr "Udløber om %s"
1111
-
1112
- #: templates/account.php92, templates/account/partials/addon.php:33
1113
- msgctxt "as synchronize license"
1114
- msgid "Sync License"
1115
- msgstr "Synkroniser licens"
1116
-
1117
- #: templates/account.php93, templates/account/partials/addon.php:34
1118
- msgid "Cancel Trial"
1119
- msgstr "Annuller prøveperiode"
1120
-
1121
- #: templates/account.php94, templates/account/partials/addon.php:35
1122
- msgid "Change Plan"
1123
- msgstr "Skift plan"
1124
-
1125
- #: templates/account.php95, templates/account/partials/addon.php:36
1126
- msgctxt "verb"
1127
- msgid "Upgrade"
1128
- msgstr "Opgrader"
1129
-
1130
- #: templates/account.php97, templates/account/partials/addon.php38,
1131
- #: templates/account/partials/site.php:298
1132
- msgctxt "verb"
1133
- msgid "Downgrade"
1134
- msgstr "Nedgrader"
1135
-
1136
- #: templates/account.php99, templates/add-ons.php126,
1137
- #: templates/plugin-info/features.php72,
1138
- #: templates/account/partials/addon.php40,
1139
- #: templates/account/partials/site.php:31
1140
- msgid "Free"
1141
- msgstr "Gratis"
1142
-
1143
- #: templates/account.php100, templates/account/partials/addon.php:41
1144
- msgid "Activate"
1145
- msgstr "Aktiver"
1146
-
1147
- #: templates/account.php101, templates/debug.php361,
1148
- #: includes/customizer/class-fs-customizer-upsell-control.php106,
1149
- #: templates/account/partials/addon.php:42
1150
- msgctxt "as product pricing plan"
1151
- msgid "Plan"
1152
- msgstr "Plan"
1153
-
1154
- #: templates/account.php:154
1155
- msgid "Free Trial"
1156
- msgstr "Gratis prøveperiode"
1157
-
1158
- #: templates/account.php:165
1159
- msgid "Account Details"
1160
- msgstr "Kontodetaljer"
1161
-
1162
- #: templates/account.php:175
1163
- 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?"
1164
- 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?"
1165
-
1166
- #: templates/account.php:177
1167
- 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?"
1168
- 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?"
1169
-
1170
- #: templates/account.php:180
1171
- msgid "Delete Account"
1172
- msgstr "Slet konto"
1173
-
1174
- #: templates/account.php192, templates/account/partials/addon.php155,
1175
- #: templates/account/partials/deactivate-license-button.php:35
1176
- msgid "Deactivate License"
1177
- msgstr "Deaktiver licens"
1178
-
1179
- #: templates/account.php:210
1180
- msgid "Are you sure you want to proceed?"
1181
- msgstr "Er du sikker på, du vil fortsætte?"
1182
-
1183
- #: templates/account.php210, templates/account/partials/addon.php:177
1184
- msgid "Cancel Subscription"
1185
- msgstr "Annuller abonnement"
1186
-
1187
- #: templates/account.php:239
1188
- msgctxt "as synchronize"
1189
- msgid "Sync"
1190
- msgstr "Synkroniser"
1191
-
1192
- #: templates/account.php253, templates/debug.php:477
1193
- msgid "Name"
1194
- msgstr "Navn"
1195
-
1196
- #: templates/account.php259, templates/debug.php:478
1197
- msgid "Email"
1198
- msgstr "E-mail"
1199
-
1200
- #: templates/account.php266, templates/debug.php360, templates/debug.php:516
1201
- msgid "User ID"
1202
- msgstr "Bruger-ID"
1203
-
1204
- #: templates/account.php:274
1205
- msgid "Site ID"
1206
- msgstr "Websteds-ID"
1207
-
1208
- #: templates/account.php:277
1209
- msgid "No ID"
1210
- msgstr "Intet ID"
1211
-
1212
- #: templates/account.php282, templates/debug.php233, templates/debug.php362,
1213
- #: templates/debug.php443, templates/debug.php480,
1214
- #: templates/account/partials/site.php:219
1215
- msgid "Public Key"
1216
- msgstr "Offentlig nøgle"
1217
-
1218
- #: templates/account.php288, templates/debug.php363, templates/debug.php444,
1219
- #: templates/debug.php481, templates/account/partials/site.php:231
1220
- msgid "Secret Key"
1221
- msgstr "Privat nøgle"
1222
-
1223
- #: templates/account.php:291
1224
- msgctxt "as secret encryption key missing"
1225
- msgid "No Secret"
1226
- msgstr "Ingen privat nøgle"
1227
-
1228
- #: templates/account.php310, templates/account/partials/site.php112,
1229
- #: templates/account/partials/site.php:114
1230
- msgid "Trial"
1231
- msgstr "Prøveperiode"
1232
-
1233
- #: templates/account.php329, templates/debug.php521,
1234
- #: templates/account/partials/site.php:248
1235
- msgid "License Key"
1236
- msgstr "Licensnøgle"
1237
-
1238
- #: templates/account.php:359
1239
- msgid "not verified"
1240
- msgstr "ikke verificeret"
1241
-
1242
- #: templates/account.php:416
1243
- msgid "Premium version"
1244
- msgstr "Premium version"
1245
-
1246
- #: templates/account.php:418
1247
- msgid "Free version"
1248
- msgstr "Gratis version"
1249
-
1250
- #: templates/account.php:430
1251
- msgid "Verify Email"
1252
- msgstr "Verificer e-mail"
1253
-
1254
- #: templates/account.php:441
1255
- msgid "Download %s Version"
1256
- msgstr "Download 1%s version"
1257
-
1258
- #: templates/account.php455, templates/account.php636,
1259
- #: templates/account/partials/site.php237,
1260
- #: templates/account/partials/site.php:255
1261
- msgctxt "verb"
1262
- msgid "Show"
1263
- msgstr "Vis"
1264
-
1265
- #: templates/account.php:469
1266
- msgid "What is your %s?"
1267
- msgstr "Angiv venligst %s?"
1268
-
1269
- #: templates/account.php477, templates/account/billing.php:27
1270
- msgctxt "verb"
1271
- msgid "Edit"
1272
- msgstr "Rediger"
1273
-
1274
- #: templates/account.php:490
1275
- msgid "Sites"
1276
- msgstr "Websteder"
1277
-
1278
- #: templates/account.php:501
1279
- msgid "Search by address"
1280
- msgstr "Search by address"
1281
-
1282
- #: templates/account.php510, templates/account.php558, templates/debug.php226,
1283
- #: templates/debug.php354, templates/debug.php439, templates/debug.php476,
1284
- #: templates/debug.php514, templates/debug.php587,
1285
- #: templates/account/payments.php35, templates/debug/logger.php:21
1286
- msgid "ID"
1287
- msgstr "ID"
1288
-
1289
- #: templates/account.php511, templates/debug.php:357
1290
- msgid "Address"
1291
- msgstr "Address"
1292
-
1293
- #: templates/account.php:512
1294
- msgid "License"
1295
- msgstr "Licens"
1296
-
1297
- #: templates/account.php:513
1298
- msgid "Plan"
1299
- msgstr "Plan"
1300
-
1301
- #: templates/account.php:561
1302
- msgctxt "as software license"
1303
- msgid "License"
1304
- msgstr "Licens"
1305
-
1306
- #: templates/account.php:630
1307
- msgctxt "verb"
1308
- msgid "Hide"
1309
- msgstr "Skjul"
1310
-
1311
- #: templates/account.php:665
1312
- 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?"
1313
- 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?"
1314
-
1315
- #: templates/add-ons.php:36
1316
- msgid "Add Ons for %s"
1317
- msgstr "Tilføjelser til %s"
1318
-
1319
- #: templates/add-ons.php:44
1320
- 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."
1321
- 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."
1322
-
1323
- #: templates/add-ons.php:135
1324
- msgid "View details"
1325
- msgstr "Vis detaljer"
1326
-
1327
- #: templates/admin-notice.php13, templates/forms/license-activation.php208,
1328
- #: templates/forms/resend-key.php:77
1329
- msgctxt "as close a window"
1330
- msgid "Dismiss"
1331
- msgstr "Fjern"
1332
-
1333
- #: templates/auto-installation.php:45
1334
- msgid "%s sec"
1335
- msgstr "1%s sek"
1336
-
1337
- #: templates/auto-installation.php:83
1338
- msgid "Automatic Installation"
1339
- msgstr "Automatisk installering"
1340
-
1341
- #: templates/auto-installation.php:93
1342
- 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."
1343
- 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."
1344
-
1345
- #: templates/auto-installation.php:104
1346
- 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."
1347
- 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."
1348
-
1349
- #: templates/auto-installation.php:109
1350
- msgid "Cancel Installation"
1351
- msgstr "Annuller installering"
1352
-
1353
- #: templates/checkout.php:172
1354
- msgid "Checkout"
1355
- msgstr "Udtjekning"
1356
-
1357
- #: templates/checkout.php:172
1358
- msgid "PCI compliant"
1359
- msgstr "PCI compliant"
1360
-
1361
- #. translators: %s: name (e.g. Hey John,)
1362
- #: templates/connect.php:110
1363
- msgctxt "greeting"
1364
- msgid "Hey %s,"
1365
- msgstr "Hey %s,"
1366
-
1367
- #: templates/connect.php:152
1368
- msgid "Allow & Continue"
1369
- msgstr "Tillad & Fortsæt"
1370
-
1371
- #: templates/connect.php:156
1372
- msgid "Re-send activation email"
1373
- msgstr "Gensend e-mail om aktivering"
1374
-
1375
- #: templates/connect.php:160
1376
- msgid "Thanks %s!"
1377
- msgstr "Tak %s!"
1378
-
1379
- #: templates/connect.php170, templates/forms/license-activation.php:43
1380
- msgid "Agree & Activate License"
1381
- msgstr "Accepter & aktiver licens"
1382
-
1383
- #: templates/connect.php:179
1384
- msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1385
- msgstr "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
1386
-
1387
- #: templates/connect.php:186
1388
- 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."
1389
- 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."
1390
-
1391
- #: templates/connect.php:187
1392
- msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1393
- msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1394
-
1395
- #: templates/connect.php:193
1396
- 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."
1397
- 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."
1398
-
1399
- #: templates/connect.php:194
1400
- 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."
1401
- 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."
1402
-
1403
- #: templates/connect.php:228
1404
- msgid "We're excited to introduce the Freemius network-level integration."
1405
- msgstr "We're excited to introduce the Freemius network-level integration."
1406
-
1407
- #: templates/connect.php:231
1408
- msgid "During the update process we detected %d site(s) that are still pending license activation."
1409
- msgstr "During the update process we detected %d site(s) that are still pending license activation."
1410
-
1411
- #: templates/connect.php:233
1412
- msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1413
- msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1414
-
1415
- #: templates/connect.php:235
1416
- msgid "%s's paid features"
1417
- msgstr "%s's paid features"
1418
-
1419
- #: templates/connect.php:240
1420
- msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1421
- msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1422
-
1423
- #: templates/connect.php:242
1424
- msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1425
- msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
1426
-
1427
- #: templates/connect.php251, templates/forms/license-activation.php:46
1428
- msgid "License key"
1429
- msgstr "Licensnøgle"
1430
-
1431
- #: templates/connect.php254, templates/forms/license-activation.php:19
1432
- msgid "Can't find your license key?"
1433
- msgstr "Kan du ikke finde din licensnøgle?"
1434
-
1435
- #: templates/connect.php302, templates/connect.php617,
1436
- #: templates/forms/deactivation/retry-skip.php:20
1437
- msgctxt "verb"
1438
- msgid "Skip"
1439
- msgstr "Spring over"
1440
-
1441
- #: templates/connect.php:305
1442
- msgid "Delegate to Site Admins"
1443
- msgstr "Delegate to Site Admins"
1444
-
1445
- #: templates/connect.php:305
1446
- msgid "If you click it, this decision will be delegated to the sites administrators."
1447
- msgstr "If you click it, this decision will be delegated to the sites administrators."
1448
-
1449
- #: templates/connect.php:333
1450
- msgid "Your Profile Overview"
1451
- msgstr "Overblik af din profil"
1452
-
1453
- #: templates/connect.php:334
1454
- msgid "Name and email address"
1455
- msgstr "Navn og e-mailadresse"
1456
-
1457
- #: templates/connect.php:339
1458
- msgid "Your Site Overview"
1459
- msgstr "Overblik af dit websted"
1460
-
1461
- #: templates/connect.php:340
1462
- msgid "Site URL, WP version, PHP info, plugins & themes"
1463
- msgstr "Websteds-URL, WP version, PHP info, plugins og temaer"
1464
-
1465
- #: templates/connect.php:345
1466
- msgid "Admin Notices"
1467
- msgstr "Admin-meddelelser"
1468
-
1469
- #: templates/connect.php346, templates/connect.php:362
1470
- msgid "Updates, announcements, marketing, no spam"
1471
- msgstr "Updates, announcements, marketing, no spam"
1472
-
1473
- #: templates/connect.php:351
1474
- msgid "Current %s Events"
1475
- msgstr "Current %s Events"
1476
-
1477
- #: templates/connect.php:352
1478
- msgid "Activation, deactivation and uninstall"
1479
- msgstr "Aktivering, deaktivering og afinstallering"
1480
-
1481
- #: templates/connect.php:361
1482
- msgid "Newsletter"
1483
- msgstr "Nyhedsbrev"
1484
-
1485
- #: templates/connect.php378, templates/forms/license-activation.php:38
1486
- 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."
1487
- 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."
1488
-
1489
- #: templates/connect.php:383
1490
- msgid "What permissions are being granted?"
1491
- msgstr "Hvilke tilladelser bliver givet?"
1492
-
1493
- #: templates/connect.php:404
1494
- msgid "Don't have a license key?"
1495
- msgstr "Har du ikke en licensnøgle?"
1496
-
1497
- #: templates/connect.php:405
1498
- msgid "Activate Free Version"
1499
- msgstr "Aktiver gratis version"
1500
-
1501
- #: templates/connect.php:407
1502
- msgid "Have a license key?"
1503
- msgstr "Har du en licensnøgle?"
1504
-
1505
- #: templates/connect.php:415
1506
- msgid "Privacy Policy"
1507
- msgstr "Privatlivspolitik"
1508
-
1509
- #: templates/connect.php:417
1510
- msgid "Terms of Service"
1511
- msgstr "Servicevilkår"
1512
-
1513
- #: templates/connect.php:750
1514
- msgctxt "as in the process of sending an email"
1515
- msgid "Sending email"
1516
- msgstr "Sender e-mail"
1517
-
1518
- #: templates/connect.php:751
1519
- msgctxt "as activating plugin"
1520
- msgid "Activating"
1521
- msgstr "Aktiverer"
1522
-
1523
- #: templates/contact.php:78
1524
- msgid "Contact"
1525
- msgstr "Kontakt"
1526
-
1527
- #: templates/debug.php:17
1528
- msgctxt "as turned off"
1529
- msgid "Off"
1530
- msgstr "Fra"
1531
-
1532
- #: templates/debug.php:18
1533
- msgctxt "as turned on"
1534
- msgid "On"
1535
- msgstr "Til"
1536
-
1537
- #: templates/debug.php:20
1538
- msgid "SDK"
1539
- msgstr "SDK"
1540
-
1541
- #: templates/debug.php:24
1542
- msgctxt "as code debugging"
1543
- msgid "Debugging"
1544
- msgstr "Fejlfinding"
1545
-
1546
- #: templates/debug.php54, templates/debug.php238, templates/debug.php364,
1547
- #: templates/debug.php:482
1548
- msgid "Actions"
1549
- msgstr "Handlinger"
1550
-
1551
- #: templates/debug.php:64
1552
- msgid "Are you sure you want to delete all Freemius data?"
1553
- msgstr "Er du sikker på, du vil slette al Freemius data?"
1554
-
1555
- #: templates/debug.php:64
1556
- msgid "Delete All Accounts"
1557
- msgstr "Slet alle konti"
1558
-
1559
- #: templates/debug.php:71
1560
- msgid "Clear API Cache"
1561
- msgstr "Ryd API-cache"
1562
-
1563
- #: templates/debug.php:79
1564
- msgid "Clear Updates Transients"
1565
- msgstr "Clear Updates Transients"
1566
-
1567
- #: templates/debug.php:86
1568
- msgid "Sync Data From Server"
1569
- msgstr "Synkroniser data fra server"
1570
-
1571
- #: templates/debug.php:90
1572
- msgid "Load DB Option"
1573
- msgstr "Hent DB-indstilling"
1574
-
1575
- #: templates/debug.php:93
1576
- msgid "Set DB Option"
1577
- msgstr "Sæt DB-indstilling"
1578
-
1579
- #: templates/debug.php:170
1580
- msgid "Key"
1581
- msgstr "Nøgle"
1582
-
1583
- #: templates/debug.php:171
1584
- msgid "Value"
1585
- msgstr "Værdi"
1586
-
1587
- #: templates/debug.php:187
1588
- msgctxt "as software development kit versions"
1589
- msgid "SDK Versions"
1590
- msgstr "SDK-versioner"
1591
-
1592
- #: templates/debug.php:192
1593
- msgid "SDK Path"
1594
- msgstr "SDK-sti"
1595
-
1596
- #: templates/debug.php193, templates/debug.php:232
1597
- msgid "Module Path"
1598
- msgstr "Modul-sti"
1599
-
1600
- #: templates/debug.php:194
1601
- msgid "Is Active"
1602
- msgstr "Er aktiv"
1603
-
1604
- #: templates/debug.php222, templates/debug/plugins-themes-sync.php:35
1605
- msgid "Plugins"
1606
- msgstr "Plugins"
1607
-
1608
- #: templates/debug.php222, templates/debug/plugins-themes-sync.php:56
1609
- msgid "Themes"
1610
- msgstr "Temaer"
1611
-
1612
- #: templates/debug.php227, templates/debug.php359, templates/debug.php441,
1613
- #: templates/debug/scheduled-crons.php:80
1614
- msgid "Slug"
1615
- msgstr "Kortnavn"
1616
-
1617
- #: templates/debug.php229, templates/debug.php:440
1618
- msgid "Title"
1619
- msgstr "Titel"
1620
-
1621
- #: templates/debug.php:230
1622
- msgctxt "as application program interface"
1623
- msgid "API"
1624
- msgstr "API"
1625
-
1626
- #: templates/debug.php:231
1627
- msgid "Freemius State"
1628
- msgstr "Freemius tilstand"
1629
-
1630
- #: templates/debug.php:235
1631
- msgid "Network Blog"
1632
- msgstr "Network Blog"
1633
-
1634
- #: templates/debug.php:236
1635
- msgid "Network User"
1636
- msgstr "Network User"
1637
-
1638
- #: templates/debug.php:273
1639
- msgctxt "as connection was successful"
1640
- msgid "Connected"
1641
- msgstr "Forbundet"
1642
-
1643
- #: templates/debug.php:274
1644
- msgctxt "as connection blocked"
1645
- msgid "Blocked"
1646
- msgstr "Blokeret"
1647
-
1648
- #: templates/debug.php:310
1649
- msgid "Simulate Trial"
1650
- msgstr "Simuler prøveperiode"
1651
-
1652
- #: templates/debug.php:322
1653
- msgid "Simulate Network Upgrade"
1654
- msgstr "Simulate Network Upgrade"
1655
-
1656
- #: templates/debug.php:348
1657
- msgid "%s Installs"
1658
- msgstr "%s installeringer"
1659
-
1660
- #: templates/debug.php:350
1661
- msgctxt "like websites"
1662
- msgid "Sites"
1663
- msgstr "Websteder"
1664
-
1665
- #: templates/debug.php356, templates/account/partials/site.php:148
1666
- msgid "Blog ID"
1667
- msgstr "Blog ID"
1668
-
1669
- #: templates/debug.php421, templates/debug.php499,
1670
- #: templates/account/partials/addon.php:334
1671
- msgctxt "verb"
1672
- msgid "Delete"
1673
- msgstr "Slet"
1674
-
1675
- #: templates/debug.php:435
1676
- msgid "Add Ons of module %s"
1677
- msgstr "Tilføjelser til modul %s"
1678
-
1679
- #: templates/debug.php:472
1680
- msgid "Users"
1681
- msgstr "Brugere"
1682
-
1683
- #: templates/debug.php:479
1684
- msgid "Verified"
1685
- msgstr "Verificeret"
1686
-
1687
- #: templates/debug.php:510
1688
- msgid "%s Licenses"
1689
- msgstr "1%s licenser"
1690
-
1691
- #: templates/debug.php:515
1692
- msgid "Plugin ID"
1693
- msgstr "Plugin-ID"
1694
-
1695
- #: templates/debug.php:517
1696
- msgid "Plan ID"
1697
- msgstr "Plan-ID"
1698
-
1699
- #: templates/debug.php:518
1700
- msgid "Quota"
1701
- msgstr "Kvote"
1702
-
1703
- #: templates/debug.php:519
1704
- msgid "Activated"
1705
- msgstr "Aktiveret"
1706
-
1707
- #: templates/debug.php:520
1708
- msgid "Blocking"
1709
- msgstr "Blokerer"
1710
-
1711
- #: templates/debug.php:522
1712
- msgctxt "as expiration date"
1713
- msgid "Expiration"
1714
- msgstr "Udløber"
1715
-
1716
- #: templates/debug.php:545
1717
- msgid "Debug Log"
1718
- msgstr "Fejlfindingslog"
1719
-
1720
- #: templates/debug.php:549
1721
- msgid "All Types"
1722
- msgstr "Alle typer"
1723
-
1724
- #: templates/debug.php:556
1725
- msgid "All Requests"
1726
- msgstr "Alle forespørgsler"
1727
-
1728
- #: templates/debug.php561, templates/debug.php590,
1729
- #: templates/debug/logger.php:25
1730
- msgid "File"
1731
- msgstr "Fil"
1732
-
1733
- #: templates/debug.php562, templates/debug.php588,
1734
- #: templates/debug/logger.php:23
1735
- msgid "Function"
1736
- msgstr "Funktion"
1737
-
1738
- #: templates/debug.php:563
1739
- msgid "Process ID"
1740
- msgstr "Proces-ID"
1741
-
1742
- #: templates/debug.php:564
1743
- msgid "Logger"
1744
- msgstr "Logger"
1745
-
1746
- #: templates/debug.php565, templates/debug.php589,
1747
- #: templates/debug/logger.php:24
1748
- msgid "Message"
1749
- msgstr "Besked"
1750
-
1751
- #: templates/debug.php:567
1752
- msgid "Filter"
1753
- msgstr "Filter"
1754
-
1755
- #: templates/debug.php:575
1756
- msgid "Download"
1757
- msgstr "Download"
1758
-
1759
- #: templates/debug.php586, templates/debug/logger.php:22
1760
- msgid "Type"
1761
- msgstr "Type"
1762
-
1763
- #: templates/debug.php591, templates/debug/logger.php:26
1764
- msgid "Timestamp"
1765
- msgstr "Timestamp"
1766
-
1767
- #: templates/secure-https-header.php:28
1768
- msgid "Secure HTTPS %s page, running from an external domain"
1769
- msgstr "Secure HTTPS %s page, running from an external domain"
1770
-
1771
- #: includes/customizer/class-fs-customizer-support-section.php55,
1772
- #: templates/plugin-info/features.php:43
1773
- msgid "Support"
1774
- msgstr "Support"
1775
-
1776
- #: includes/debug/class-fs-debug-bar-panel.php48,
1777
- #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1778
- msgctxt "milliseconds"
1779
- msgid "ms"
1780
- msgstr "ms"
1781
-
1782
- #: includes/debug/debug-bar-start.php:41
1783
- msgid "Freemius API"
1784
- msgstr "Freemius API"
1785
-
1786
- #: includes/debug/debug-bar-start.php:42
1787
- msgid "Requests"
1788
- msgstr "Requests"
1789
-
1790
- #: templates/account/billing.php:28
1791
- msgctxt "verb"
1792
- msgid "Update"
1793
- msgstr "Opdater"
1794
-
1795
- #: templates/account/billing.php:39
1796
- msgid "Billing"
1797
- msgstr "Betaling"
1798
-
1799
- #: templates/account/billing.php44, templates/account/billing.php:44
1800
- msgid "Business name"
1801
- msgstr "Firmanavn"
1802
-
1803
- #: templates/account/billing.php45, templates/account/billing.php:45
1804
- msgid "Tax / VAT ID"
1805
- msgstr "Moms / VAT ID"
1806
-
1807
- #: templates/account/billing.php48, templates/account/billing.php48,
1808
- #: templates/account/billing.php49, templates/account/billing.php:49
1809
- msgid "Address Line %d"
1810
- msgstr "Adresselinje %d"
1811
-
1812
- #: templates/account/billing.php52, templates/account/billing.php:52
1813
- msgid "City"
1814
- msgstr "By"
1815
-
1816
- #: templates/account/billing.php52, templates/account/billing.php:52
1817
- msgid "Town"
1818
- msgstr "By"
1819
-
1820
- #: templates/account/billing.php53, templates/account/billing.php:53
1821
- msgid "ZIP / Postal Code"
1822
- msgstr "ZIP / Postnummer"
1823
-
1824
- #: templates/account/billing.php:308
1825
- msgid "Country"
1826
- msgstr "Land"
1827
-
1828
- #: templates/account/billing.php:310
1829
- msgid "Select Country"
1830
- msgstr "Vælg land"
1831
-
1832
- #: templates/account/billing.php317, templates/account/billing.php:318
1833
- msgid "State"
1834
- msgstr "Stat"
1835
-
1836
- #: templates/account/billing.php317, templates/account/billing.php:318
1837
- msgid "Province"
1838
- msgstr "Provins"
1839
-
1840
- #: templates/account/payments.php:29
1841
- msgid "Payments"
1842
- msgstr "Betalinger"
1843
-
1844
- #: templates/account/payments.php:36
1845
- msgid "Date"
1846
- msgstr "Dato"
1847
-
1848
- #: templates/account/payments.php:37
1849
- msgid "Amount"
1850
- msgstr "Beløb"
1851
-
1852
- #: templates/account/payments.php38, templates/account/payments.php:50
1853
- msgid "Invoice"
1854
- msgstr "Faktura"
1855
-
1856
- #: templates/debug/api-calls.php:56
1857
- msgid "API"
1858
- msgstr "API"
1859
-
1860
- #: templates/debug/api-calls.php:68
1861
- msgid "Method"
1862
- msgstr "Metode"
1863
-
1864
- #: templates/debug/api-calls.php:69
1865
- msgid "Code"
1866
- msgstr "Kode"
1867
-
1868
- #: templates/debug/api-calls.php:70
1869
- msgid "Length"
1870
- msgstr "Længde"
1871
-
1872
- #: templates/debug/api-calls.php:71
1873
- msgctxt "as file/folder path"
1874
- msgid "Path"
1875
- msgstr "Sti"
1876
-
1877
- #: templates/debug/api-calls.php:73
1878
- msgid "Body"
1879
- msgstr "Body"
1880
-
1881
- #: templates/debug/api-calls.php:75
1882
- msgid "Result"
1883
- msgstr "Resultat"
1884
-
1885
- #: templates/debug/api-calls.php:76
1886
- msgid "Start"
1887
- msgstr "Start"
1888
-
1889
- #: templates/debug/api-calls.php:77
1890
- msgid "End"
1891
- msgstr "Slut"
1892
-
1893
- #: templates/debug/logger.php:15
1894
- msgid "Log"
1895
- msgstr "Log"
1896
-
1897
- #. translators: %s: time period (e.g. In "2 hours")
1898
- #: templates/debug/plugins-themes-sync.php18,
1899
- #: templates/debug/scheduled-crons.php:91
1900
- msgid "In %s"
1901
- msgstr "Om %s"
1902
-
1903
- #. translators: %s: time period (e.g. "2 hours" ago)
1904
- #: templates/debug/plugins-themes-sync.php20,
1905
- #: templates/debug/scheduled-crons.php:93
1906
- msgid "%s ago"
1907
- msgstr "%s siden"
1908
-
1909
- #: templates/debug/plugins-themes-sync.php21,
1910
- #: templates/debug/scheduled-crons.php:74
1911
- msgctxt "seconds"
1912
- msgid "sec"
1913
- msgstr "sek"
1914
-
1915
- #: templates/debug/plugins-themes-sync.php:23
1916
- msgid "Plugins & Themes Sync"
1917
- msgstr "Synkronisering af plugins og temaer"
1918
-
1919
- #: templates/debug/plugins-themes-sync.php:28
1920
- msgid "Total"
1921
- msgstr "Total"
1922
-
1923
- #: templates/debug/plugins-themes-sync.php29,
1924
- #: templates/debug/scheduled-crons.php:84
1925
- msgid "Last"
1926
- msgstr "Sidste"
1927
-
1928
- #: templates/debug/scheduled-crons.php:76
1929
- msgid "Scheduled Crons"
1930
- msgstr "Planlagte cron jobs"
1931
-
1932
- #: templates/debug/scheduled-crons.php:81
1933
- msgid "Module"
1934
- msgstr "Modul"
1935
-
1936
- #: templates/debug/scheduled-crons.php:82
1937
- msgid "Module Type"
1938
- msgstr "Modultype"
1939
-
1940
- #: templates/debug/scheduled-crons.php:83
1941
- msgid "Cron Type"
1942
- msgstr "Cron Type"
1943
-
1944
- #: templates/debug/scheduled-crons.php:85
1945
- msgid "Next"
1946
- msgstr "Næste"
1947
-
1948
- #: templates/forms/affiliation.php:82
1949
- msgid "Non-expiring"
1950
- msgstr "Udløber ikke"
1951
-
1952
- #: templates/forms/affiliation.php:85
1953
- msgid "Apply to become an affiliate"
1954
- msgstr "Apply to become an affiliate"
1955
-
1956
- #: templates/forms/affiliation.php:104
1957
- msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
1958
- msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
1959
-
1960
- #: templates/forms/affiliation.php:119
1961
- 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."
1962
- 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."
1963
-
1964
- #: templates/forms/affiliation.php:122
1965
- msgid "Your affiliation account was temporarily suspended."
1966
- msgstr "Your affiliation account was temporarily suspended."
1967
-
1968
- #: templates/forms/affiliation.php:125
1969
- 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."
1970
- 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."
1971
-
1972
- #: templates/forms/affiliation.php:128
1973
- msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
1974
- msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
1975
-
1976
- #: templates/forms/affiliation.php:141
1977
- msgid "Like the %s? Become our ambassador and earn cash ;-)"
1978
- msgstr "Like the %s? Become our ambassador and earn cash ;-)"
1979
-
1980
- #: templates/forms/affiliation.php:142
1981
- msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
1982
- msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
1983
-
1984
- #: templates/forms/affiliation.php:145
1985
- msgid "Program Summary"
1986
- msgstr "Program Summary"
1987
-
1988
- #: templates/forms/affiliation.php:147
1989
- msgid "%s commission when a customer purchases a new license."
1990
- msgstr "%s commission when a customer purchases a new license."
1991
-
1992
- #: templates/forms/affiliation.php:149
1993
- msgid "Get commission for automated subscription renewals."
1994
- msgstr "Get commission for automated subscription renewals."
1995
-
1996
- #: templates/forms/affiliation.php:152
1997
- msgid "%s tracking cookie after the first visit to maximize earnings potential."
1998
- msgstr "%s tracking cookie after the first visit to maximize earnings potential."
1999
-
2000
- #: templates/forms/affiliation.php:155
2001
- msgid "Unlimited commissions."
2002
- msgstr "Unlimited commissions."
2003
-
2004
- #: templates/forms/affiliation.php:157
2005
- msgid "%s minimum payout amount."
2006
- msgstr "%s minimum payout amount."
2007
-
2008
- #: templates/forms/affiliation.php:158
2009
- msgid "Payouts are in USD and processed monthly via PayPal."
2010
- msgstr "Payouts are in USD and processed monthly via PayPal."
2011
-
2012
- #: templates/forms/affiliation.php:159
2013
- msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2014
- msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2015
-
2016
- #: templates/forms/affiliation.php:162
2017
- msgid "Affiliate"
2018
- msgstr "Affiliate"
2019
-
2020
- #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2021
- msgid "Email address"
2022
- msgstr "E-mailadresse"
2023
-
2024
- #: templates/forms/affiliation.php:169
2025
- msgid "Full name"
2026
- msgstr "Fulde navn"
2027
-
2028
- #: templates/forms/affiliation.php:173
2029
- msgid "PayPal account email address"
2030
- msgstr "E-mailadresse til PayPal-konto"
2031
-
2032
- #: templates/forms/affiliation.php:177
2033
- msgid "Where are you going to promote the %s?"
2034
- msgstr "Where are you going to promote the %s?"
2035
-
2036
- #: templates/forms/affiliation.php:179
2037
- msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2038
- msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
2039
-
2040
- #: templates/forms/affiliation.php:181
2041
- msgid "Add another domain"
2042
- msgstr "Tilføj andet domæne"
2043
-
2044
- #: templates/forms/affiliation.php:185
2045
- msgid "Extra Domains"
2046
- msgstr "Ekstra domæner"
2047
-
2048
- #: templates/forms/affiliation.php:186
2049
- msgid "Extra domains where you will be marketing the product from."
2050
- msgstr "Extra domains where you will be marketing the product from."
2051
-
2052
- #: templates/forms/affiliation.php:196
2053
- msgid "Promotion methods"
2054
- msgstr "Promotion methods"
2055
-
2056
- #: templates/forms/affiliation.php:199
2057
- msgid "Social media (Facebook, Twitter, etc.)"
2058
- msgstr "Social media (Facebook, Twitter, etc.)"
2059
-
2060
- #: templates/forms/affiliation.php:203
2061
- msgid "Mobile apps"
2062
- msgstr "Mobile apps"
2063
-
2064
- #: templates/forms/affiliation.php:207
2065
- msgid "Website, email, and social media statistics (optional)"
2066
- msgstr "Website, email, and social media statistics (optional)"
2067
-
2068
- #: templates/forms/affiliation.php:210
2069
- 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)."
2070
- 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)."
2071
-
2072
- #: templates/forms/affiliation.php:214
2073
- msgid "How will you promote us?"
2074
- msgstr "How will you promote us?"
2075
-
2076
- #: templates/forms/affiliation.php:217
2077
- msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2078
- msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
2079
-
2080
- #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2081
- msgid "Cancel"
2082
- msgstr "Annuller"
2083
-
2084
- #: templates/forms/affiliation.php:225
2085
- msgid "Become an affiliate"
2086
- msgstr "Become an affiliate"
2087
-
2088
- #: templates/forms/license-activation.php:20
2089
- msgid "Please enter the license key that you received in the email right after the purchase:"
2090
- msgstr "Please enter the license key that you received in the email right after the purchase:"
2091
-
2092
- #: templates/forms/license-activation.php:25
2093
- msgid "Update License"
2094
- msgstr "Opdater licens"
2095
-
2096
- #: templates/forms/optout.php:30
2097
- msgctxt "verb"
2098
- msgid "Opt Out"
2099
- msgstr "Frameld"
2100
-
2101
- #: templates/forms/optout.php:31
2102
- msgctxt "verb"
2103
- msgid "Opt In"
2104
- msgstr "Tilmeld"
2105
-
2106
- #: templates/forms/optout.php:33
2107
- 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."
2108
- 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."
2109
-
2110
- #: templates/forms/optout.php:35
2111
- msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2112
- msgstr "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
2113
-
2114
- #: templates/forms/premium-versions-upgrade-handler.php:24
2115
- msgid "There is a new version of %s available."
2116
- msgstr "There is a new version of %s available."
2117
-
2118
- #: templates/forms/premium-versions-upgrade-handler.php:25
2119
- msgid " %sRenew your license now%s to access version %s security & feature updates, and support."
2120
- msgstr " %sRenew your license now%s to access version %s security & feature updates, and support."
2121
-
2122
- #: templates/forms/premium-versions-upgrade-handler.php:34
2123
- msgid "New Version Available"
2124
- msgstr "New Version Available"
2125
-
2126
- #: templates/forms/premium-versions-upgrade-handler.php:36
2127
- msgid "Renew license"
2128
- msgstr "Renew license"
2129
-
2130
- #: templates/forms/premium-versions-upgrade-handler.php:53
2131
- msgctxt "close a window"
2132
- msgid "Dismiss"
2133
- msgstr "Fjern"
2134
-
2135
- #: templates/forms/resend-key.php:21
2136
- msgid "Send License Key"
2137
- msgstr "Send licensnøgle"
2138
-
2139
- #: templates/forms/resend-key.php:57
2140
- msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
2141
- msgstr "Enter the email address you've used for the upgrade below and we will resend you the license key."
2142
-
2143
- #: templates/forms/trial-start.php:22
2144
- msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2145
- msgstr "Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af planen %2$s."
2146
-
2147
- #: templates/forms/trial-start.php:28
2148
- 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."
2149
- 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."
2150
-
2151
- #: templates/js/style-premium-theme.php:37
2152
- msgid "Premium"
2153
- msgstr "Premium"
2154
-
2155
- #: templates/partials/network-activation.php:23
2156
- msgid "Activate license on all sites in the network."
2157
- msgstr "Activate license on all sites in the network."
2158
-
2159
- #: templates/partials/network-activation.php:24
2160
- msgid "Apply on all sites in the network."
2161
- msgstr "Apply on all sites in the network."
2162
-
2163
- #: templates/partials/network-activation.php:27
2164
- msgid "Activate license on all pending sites."
2165
- msgstr "Activate license on all pending sites."
2166
-
2167
- #: templates/partials/network-activation.php:28
2168
- msgid "Apply on all pending sites."
2169
- msgstr "Apply on all pending sites."
2170
-
2171
- #: templates/partials/network-activation.php36,
2172
- #: templates/partials/network-activation.php:68
2173
- msgid "allow"
2174
- msgstr "allow"
2175
-
2176
- #: templates/partials/network-activation.php38,
2177
- #: templates/partials/network-activation.php:70
2178
- msgid "delegate"
2179
- msgstr "delegate"
2180
-
2181
- #: templates/partials/network-activation.php41,
2182
- #: templates/partials/network-activation.php:73
2183
- msgid "skip"
2184
- msgstr "skip"
2185
-
2186
- #: templates/plugin-info/description.php72,
2187
- #: templates/plugin-info/screenshots.php:31
2188
- msgid "Click to view full-size screenshot %d"
2189
- msgstr "Click to view full-size screenshot %d"
2190
-
2191
- #: templates/plugin-info/features.php:56
2192
- msgid "Unlimited Updates"
2193
- msgstr "Ubegrænsede opdateringer"
2194
-
2195
- #: templates/account/partials/activate-license-button.php:46
2196
- msgid "Localhost"
2197
- msgstr "Localhost"
2198
-
2199
- #: templates/account/partials/activate-license-button.php:50
2200
- msgctxt "as 5 licenses left"
2201
- msgid "%s left"
2202
- msgstr "%s tilbage"
2203
-
2204
- #: templates/account/partials/activate-license-button.php:51
2205
- msgid "Last license"
2206
- msgstr "Seneste license"
2207
-
2208
- #: templates/account/partials/addon.php:111
2209
- msgid "Cancelled"
2210
- msgstr "Annulleret"
2211
-
2212
- #: templates/account/partials/addon.php:116
2213
- msgid "Expired"
2214
- msgstr "Udløbet"
2215
-
2216
- #: templates/account/partials/addon.php:121
2217
- msgid "No expiration"
2218
- msgstr "Udløber ikke"
2219
-
2220
- #: templates/account/partials/addon.php259,
2221
- #: templates/account/partials/addon.php:312
2222
- msgid "Activate this add-on"
2223
- msgstr "Aktiver denne tilføjelse"
2224
-
2225
- #: templates/account/partials/site.php:181
2226
- msgid "Owner Name"
2227
- msgstr "Owner Name"
2228
-
2229
- #: templates/account/partials/site.php:193
2230
- msgid "Owner Email"
2231
- msgstr "Owner Email"
2232
-
2233
- #: templates/account/partials/site.php:205
2234
- msgid "Owner ID"
2235
- msgstr "Owner ID"
2236
-
2237
- #: templates/account/partials/site.php:270
2238
- msgid "Subscription"
2239
- msgstr "Subscription"
2240
-
2241
- #: templates/forms/deactivation/contact.php:19
2242
- msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2243
- msgstr "Vi beklager ulejligheden, og vi er her for at hjælpe, hvis du giver os chancen."
2244
-
2245
- #: templates/forms/deactivation/contact.php:22
2246
- msgid "Contact Support"
2247
- msgstr "Kontakt support"
2248
-
2249
- #: templates/forms/deactivation/form.php:56
2250
- msgid "Anonymous feedback"
2251
- msgstr "Anonym feedback"
2252
-
2253
- #: templates/forms/deactivation/form.php:63
2254
- msgid "Deactivate"
2255
- msgstr "Deaktiver"
2256
-
2257
- #: templates/forms/deactivation/form.php:65
2258
- msgid "Activate %s"
2259
- msgstr "Aktiver %s"
2260
-
2261
- #: templates/forms/deactivation/form.php:76
2262
- msgid "Quick feedback"
2263
- msgstr "Hurtig feedback"
2264
-
2265
- #: templates/forms/deactivation/form.php:80
2266
- msgid "If you have a moment, please let us know why you are %s"
2267
- msgstr "Hvis du har tid, så lad os venligst vide hvorfor du %s"
2268
-
2269
- #: templates/forms/deactivation/form.php:80
2270
- msgid "deactivating"
2271
- msgstr "deaktiverer"
2272
-
2273
- #: templates/forms/deactivation/form.php:80
2274
- msgid "switching"
2275
- msgstr "skifter"
2276
-
2277
- #: templates/forms/deactivation/form.php:269
2278
- msgid "Submit & %s"
2279
- msgstr "Send & %s"
2280
-
2281
- #: templates/forms/deactivation/form.php:290
2282
- msgid "Kindly tell us the reason so we can improve."
2283
- msgstr "Fortæl os venligst årsagen, så vi kan forbedre det."
2284
-
2285
- #: templates/forms/deactivation/form.php:411
2286
- msgid "Yes - %s"
2287
- msgstr "Ja - %s"
2288
-
2289
- #: templates/forms/deactivation/form.php:418
2290
- msgid "Skip & %s"
2291
- msgstr "Spring over & %s"
2292
-
2293
- #: templates/forms/deactivation/retry-skip.php:21
2294
- msgid "Click here to use the plugin anonymously"
2295
- msgstr "Klik her for at benytte pluginnet anonymt"
2296
-
2297
- #: templates/forms/deactivation/retry-skip.php:23
2298
- msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2299
- msgstr "You might have missed it, but you don't have to share any data and can just %s the opt-in."
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: \n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: \n"
8
+ "Language: \n"
9
+ "Language-Team: \n"
10
+ "Content-Type: \n"
11
+ "Content-Transfer-Encoding: \n"
12
+ "Plural-Forms: \n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
freemius/languages/freemius-he_IL.mo CHANGED
Binary file
freemius/languages/freemius-he_IL.po CHANGED
@@ -2,13 +2,13 @@
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
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: 2018-05-24 11:59+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"
@@ -32,7 +32,7 @@ msgstr "שגיאה"
32
 
33
  #: includes/class-freemius.php:1871
34
  msgid "I found a better %s"
35
- msgstr "I found a better %s"
36
 
37
  #: includes/class-freemius.php:1873
38
  msgid "What's the %s's name?"
@@ -183,7 +183,7 @@ msgstr "Premium %s version was successfully activated."
183
  #: includes/class-freemius.php4827, includes/class-freemius.php:6660
184
  msgctxt ""
185
  msgid "W00t"
186
- msgstr "W00t"
187
 
188
  #: includes/class-freemius.php:4842
189
  msgid "You have a %s license."
@@ -382,7 +382,7 @@ msgstr "It seems like one of the authentication parameters is wrong. Update your
382
  #: includes/class-freemius.php:16910
383
  msgctxt ""
384
  msgid "Hmm"
385
- msgstr "Hmm"
386
 
387
  #: includes/class-freemius.php:16652
388
  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."
@@ -428,7 +428,7 @@ msgstr "Your license has expired. You can still continue using all the %s featur
428
 
429
  #: includes/class-freemius.php:16751
430
  msgid "Your free trial has expired. You can still continue using all our free features."
431
- msgstr "Your free trial has expired. You can still continue using all our free features."
432
 
433
  #: includes/class-freemius.php:16753
434
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
@@ -540,7 +540,7 @@ msgstr "We appreciate your help in making the %s better by letting us track some
540
 
541
  #: includes/class-freemius.php:17911
542
  msgid "Thank you!"
543
- msgstr "Thank you!"
544
 
545
  #: includes/class-freemius.php:17918
546
  msgid "We will no longer be sending any usage data of %s on %s to %s."
@@ -680,15 +680,15 @@ msgstr "Auto installation only works for opted-in users."
680
  #: includes/class-fs-plugin-updater.php713,
681
  #: includes/class-fs-plugin-updater.php:727
682
  msgid "Invalid module ID."
683
- msgstr "Invalid module ID."
684
 
685
  #: includes/class-freemius.php19564, includes/class-fs-plugin-updater.php:747
686
  msgid "Premium version already active."
687
- msgstr "Premium version already active."
688
 
689
  #: includes/class-freemius.php:19571
690
  msgid "You do not have a valid license to access the premium version."
691
- msgstr "You do not have a valid license to access the premium version."
692
 
693
  #: includes/class-freemius.php:19578
694
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
@@ -700,7 +700,7 @@ msgstr "Premium add-on version already installed."
700
 
701
  #: includes/class-freemius.php:19941
702
  msgid "View paid features"
703
- msgstr "View paid features"
704
 
705
  #: includes/class-freemius.php:20251
706
  msgid "Thank you so much for using %s and its add-ons!"
@@ -708,7 +708,7 @@ msgstr "Thank you so much for using %s and its add-ons!"
708
 
709
  #: includes/class-freemius.php:20252
710
  msgid "Thank you so much for using %s!"
711
- msgstr "Thank you so much for using %s!"
712
 
713
  #: includes/class-freemius.php:20258
714
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
@@ -716,7 +716,7 @@ msgstr "You've already opted-in to our usage-tracking, which helps us keep impro
716
 
717
  #: includes/class-freemius.php:20262
718
  msgid "Thank you so much for using our products!"
719
- msgstr "Thank you so much for using our products!"
720
 
721
  #: includes/class-freemius.php:20263
722
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
@@ -728,23 +728,23 @@ msgstr "%s and its add-ons"
728
 
729
  #: includes/class-freemius.php:20291
730
  msgid "Products"
731
- msgstr "Products"
732
 
733
  #: includes/class-freemius.php20298, templates/connect.php:259
734
  msgid "Yes"
735
- msgstr "Yes"
736
 
737
  #: includes/class-freemius.php20299, templates/connect.php:260
738
  msgid "send me security & feature updates, educational content and offers."
739
- msgstr "send me security & feature updates, educational content and offers."
740
 
741
  #: includes/class-freemius.php20300, templates/connect.php:265
742
  msgid "No"
743
- msgstr "No"
744
 
745
  #: includes/class-freemius.php20302, templates/connect.php:267
746
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
747
- msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
748
 
749
  #: includes/class-freemius.php:20312
750
  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 🙂"
@@ -756,7 +756,7 @@ msgstr "Please let us know if you'd like us to contact you for security & featur
756
 
757
  #: includes/class-freemius.php:20598
758
  msgid "License key is empty."
759
- msgstr "License key is empty."
760
 
761
  #: includes/class-fs-plugin-updater.php184,
762
  #: includes/class-fs-plugin-updater.php:219
@@ -787,7 +787,7 @@ msgstr "התחל את %s הניסיון שלי"
787
 
788
  #: includes/fs-plugin-info-dialog.php:380
789
  msgid "Install Free Version Now"
790
- msgstr "Install Free Version Now"
791
 
792
  #: includes/fs-plugin-info-dialog.php381, templates/auto-installation.php111,
793
  #: templates/account/partials/addon.php267,
@@ -808,7 +808,7 @@ msgstr "הורד גרסה אחרונה"
808
 
809
  #: includes/fs-plugin-info-dialog.php:403
810
  msgid "Install Free Version Update Now"
811
- msgstr "Install Free Version Update Now"
812
 
813
  #: includes/fs-plugin-info-dialog.php404, templates/account.php:448
814
  msgid "Install Update Now"
@@ -824,7 +824,7 @@ msgstr "גרסה חדשה (%s) הותקנה"
824
 
825
  #: includes/fs-plugin-info-dialog.php:424
826
  msgid "Latest Free Version Installed"
827
- msgstr "Latest Free Version Installed"
828
 
829
  #: includes/fs-plugin-info-dialog.php:425
830
  msgid "Latest Version Installed"
@@ -1017,7 +1017,7 @@ msgstr "עמוד התוסף"
1017
  #: includes/fs-plugin-info-dialog.php972,
1018
  #: includes/fs-plugin-info-dialog.php:1054
1019
  msgid "Donate to this plugin"
1020
- msgstr "Donate to this plugin"
1021
 
1022
  #: includes/fs-plugin-info-dialog.php:979
1023
  msgid "Average Rating"
@@ -1058,11 +1058,11 @@ msgstr "Warning"
1058
 
1059
  #: includes/fs-plugin-info-dialog.php:1062
1060
  msgid "This plugin has not been tested with your current version of WordPress."
1061
- msgstr "This plugin has not been tested with your current version of WordPress."
1062
 
1063
  #: includes/fs-plugin-info-dialog.php:1064
1064
  msgid "This plugin has not been marked as compatible with your version of WordPress."
1065
- msgstr "This plugin has not been marked as compatible with your version of WordPress."
1066
 
1067
  #: includes/fs-plugin-info-dialog.php:1083
1068
  msgid "Paid add-on must be deployed to Freemius."
@@ -1278,7 +1278,7 @@ msgstr "אתרים"
1278
 
1279
  #: templates/account.php:501
1280
  msgid "Search by address"
1281
- msgstr "Search by address"
1282
 
1283
  #: templates/account.php510, templates/account.php558, templates/debug.php226,
1284
  #: templates/debug.php354, templates/debug.php439, templates/debug.php476,
@@ -1289,7 +1289,7 @@ msgstr "מזהה"
1289
 
1290
  #: templates/account.php511, templates/debug.php:357
1291
  msgid "Address"
1292
- msgstr "Address"
1293
 
1294
  #: templates/account.php:512
1295
  msgid "License"
@@ -1311,7 +1311,7 @@ msgstr "הסתר"
1311
 
1312
  #: templates/account.php:665
1313
  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?"
1314
- 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?"
1315
 
1316
  #: templates/add-ons.php:36
1317
  msgid "Add Ons for %s"
@@ -1341,11 +1341,11 @@ msgstr "התקנה אוטומטית"
1341
 
1342
  #: templates/auto-installation.php:93
1343
  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."
1344
- 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."
1345
 
1346
  #: templates/auto-installation.php:104
1347
  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."
1348
- 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."
1349
 
1350
  #: templates/auto-installation.php:109
1351
  msgid "Cancel Installation"
@@ -1357,7 +1357,7 @@ msgstr "Checkout"
1357
 
1358
  #: templates/checkout.php:172
1359
  msgid "PCI compliant"
1360
- msgstr "PCI compliant"
1361
 
1362
  #. translators: %s: name (e.g. Hey John,)
1363
  #: templates/connect.php:110
@@ -1441,7 +1441,7 @@ msgstr "דלג"
1441
 
1442
  #: templates/connect.php:305
1443
  msgid "Delegate to Site Admins"
1444
- msgstr "Delegate to Site Admins"
1445
 
1446
  #: templates/connect.php:305
1447
  msgid "If you click it, this decision will be delegated to the sites administrators."
@@ -1634,7 +1634,7 @@ msgstr "Network Blog"
1634
 
1635
  #: templates/debug.php:236
1636
  msgid "Network User"
1637
- msgstr "Network User"
1638
 
1639
  #: templates/debug.php:273
1640
  msgctxt "as connection was successful"
@@ -1652,7 +1652,7 @@ msgstr "Simulate Trial"
1652
 
1653
  #: templates/debug.php:322
1654
  msgid "Simulate Network Upgrade"
1655
- msgstr "Simulate Network Upgrade"
1656
 
1657
  #: templates/debug.php:348
1658
  msgid "%s Installs"
@@ -1665,7 +1665,7 @@ msgstr "אתרים"
1665
 
1666
  #: templates/debug.php356, templates/account/partials/site.php:148
1667
  msgid "Blog ID"
1668
- msgstr "Blog ID"
1669
 
1670
  #: templates/debug.php421, templates/debug.php499,
1671
  #: templates/account/partials/addon.php:334
@@ -1803,7 +1803,7 @@ msgstr "שם עסק"
1803
 
1804
  #: templates/account/billing.php45, templates/account/billing.php:45
1805
  msgid "Tax / VAT ID"
1806
- msgstr "Tax / VAT ID"
1807
 
1808
  #: templates/account/billing.php48, templates/account/billing.php48,
1809
  #: templates/account/billing.php49, templates/account/billing.php:49
@@ -2114,7 +2114,7 @@ msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s t
2114
 
2115
  #: templates/forms/premium-versions-upgrade-handler.php:24
2116
  msgid "There is a new version of %s available."
2117
- msgstr "There is a new version of %s available."
2118
 
2119
  #: templates/forms/premium-versions-upgrade-handler.php:25
2120
  msgid " %sRenew your license now%s to access version %s security & feature updates, and support."
@@ -2122,11 +2122,11 @@ msgstr " %sRenew your license now%s to access version %s security & feature upda
2122
 
2123
  #: templates/forms/premium-versions-upgrade-handler.php:34
2124
  msgid "New Version Available"
2125
- msgstr "New Version Available"
2126
 
2127
  #: templates/forms/premium-versions-upgrade-handler.php:36
2128
  msgid "Renew license"
2129
- msgstr "Renew license"
2130
 
2131
  #: templates/forms/premium-versions-upgrade-handler.php:53
2132
  msgctxt "close a window"
@@ -2155,34 +2155,34 @@ msgstr "Premium"
2155
 
2156
  #: templates/partials/network-activation.php:23
2157
  msgid "Activate license on all sites in the network."
2158
- msgstr "Activate license on all sites in the network."
2159
 
2160
  #: templates/partials/network-activation.php:24
2161
  msgid "Apply on all sites in the network."
2162
- msgstr "Apply on all sites in the network."
2163
 
2164
  #: templates/partials/network-activation.php:27
2165
  msgid "Activate license on all pending sites."
2166
- msgstr "Activate license on all pending sites."
2167
 
2168
  #: templates/partials/network-activation.php:28
2169
  msgid "Apply on all pending sites."
2170
- msgstr "Apply on all pending sites."
2171
 
2172
  #: templates/partials/network-activation.php36,
2173
  #: templates/partials/network-activation.php:68
2174
  msgid "allow"
2175
- msgstr "allow"
2176
 
2177
  #: templates/partials/network-activation.php38,
2178
  #: templates/partials/network-activation.php:70
2179
  msgid "delegate"
2180
- msgstr "delegate"
2181
 
2182
  #: templates/partials/network-activation.php41,
2183
  #: templates/partials/network-activation.php:73
2184
  msgid "skip"
2185
- msgstr "skip"
2186
 
2187
  #: templates/plugin-info/description.php72,
2188
  #: templates/plugin-info/screenshots.php:31
@@ -2225,19 +2225,19 @@ msgstr "הפעל את ההרחבה"
2225
 
2226
  #: templates/account/partials/site.php:181
2227
  msgid "Owner Name"
2228
- msgstr "Owner Name"
2229
 
2230
  #: templates/account/partials/site.php:193
2231
  msgid "Owner Email"
2232
- msgstr "Owner Email"
2233
 
2234
  #: templates/account/partials/site.php:205
2235
  msgid "Owner ID"
2236
- msgstr "Owner ID"
2237
 
2238
  #: templates/account/partials/site.php:270
2239
  msgid "Subscription"
2240
- msgstr "Subscription"
2241
 
2242
  #: templates/forms/deactivation/contact.php:19
2243
  msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
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: 2018-05-27 16:16+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"
32
 
33
  #: includes/class-freemius.php:1871
34
  msgid "I found a better %s"
35
+ msgstr "מצאתי %s יותר טוב"
36
 
37
  #: includes/class-freemius.php:1873
38
  msgid "What's the %s's name?"
183
  #: includes/class-freemius.php4827, includes/class-freemius.php:6660
184
  msgctxt ""
185
  msgid "W00t"
186
+ msgstr "יש"
187
 
188
  #: includes/class-freemius.php:4842
189
  msgid "You have a %s license."
382
  #: includes/class-freemius.php:16910
383
  msgctxt ""
384
  msgid "Hmm"
385
+ msgstr "אממ"
386
 
387
  #: includes/class-freemius.php:16652
388
  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."
428
 
429
  #: includes/class-freemius.php:16751
430
  msgid "Your free trial has expired. You can still continue using all our free features."
431
+ msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
432
 
433
  #: includes/class-freemius.php:16753
434
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
540
 
541
  #: includes/class-freemius.php:17911
542
  msgid "Thank you!"
543
+ msgstr "תודה רבה!"
544
 
545
  #: includes/class-freemius.php:17918
546
  msgid "We will no longer be sending any usage data of %s on %s to %s."
680
  #: includes/class-fs-plugin-updater.php713,
681
  #: includes/class-fs-plugin-updater.php:727
682
  msgid "Invalid module ID."
683
+ msgstr "מזהה המודול לא תקני."
684
 
685
  #: includes/class-freemius.php19564, includes/class-fs-plugin-updater.php:747
686
  msgid "Premium version already active."
687
+ msgstr "הגרסה בתשלום כבר פעילה."
688
 
689
  #: includes/class-freemius.php:19571
690
  msgid "You do not have a valid license to access the premium version."
691
+ msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
692
 
693
  #: includes/class-freemius.php:19578
694
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
700
 
701
  #: includes/class-freemius.php:19941
702
  msgid "View paid features"
703
+ msgstr "צפה בפיטצ'רים שבתשלום"
704
 
705
  #: includes/class-freemius.php:20251
706
  msgid "Thank you so much for using %s and its add-ons!"
708
 
709
  #: includes/class-freemius.php:20252
710
  msgid "Thank you so much for using %s!"
711
+ msgstr "אנו מודים לך על היותך כמשתמש של %s!"
712
 
713
  #: includes/class-freemius.php:20258
714
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
716
 
717
  #: includes/class-freemius.php:20262
718
  msgid "Thank you so much for using our products!"
719
+ msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
720
 
721
  #: includes/class-freemius.php:20263
722
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
728
 
729
  #: includes/class-freemius.php:20291
730
  msgid "Products"
731
+ msgstr "מוצרים"
732
 
733
  #: includes/class-freemius.php20298, templates/connect.php:259
734
  msgid "Yes"
735
+ msgstr "כן"
736
 
737
  #: includes/class-freemius.php20299, templates/connect.php:260
738
  msgid "send me security & feature updates, educational content and offers."
739
+ msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
740
 
741
  #: includes/class-freemius.php20300, templates/connect.php:265
742
  msgid "No"
743
+ msgstr "לא"
744
 
745
  #: includes/class-freemius.php20302, templates/connect.php:267
746
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
747
+ msgstr "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
748
 
749
  #: includes/class-freemius.php:20312
750
  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 🙂"
756
 
757
  #: includes/class-freemius.php:20598
758
  msgid "License key is empty."
759
+ msgstr "מפתח הרישיון ריק."
760
 
761
  #: includes/class-fs-plugin-updater.php184,
762
  #: includes/class-fs-plugin-updater.php:219
787
 
788
  #: includes/fs-plugin-info-dialog.php:380
789
  msgid "Install Free Version Now"
790
+ msgstr "התקן גרסה חינאמית עכשיו"
791
 
792
  #: includes/fs-plugin-info-dialog.php381, templates/auto-installation.php111,
793
  #: templates/account/partials/addon.php267,
808
 
809
  #: includes/fs-plugin-info-dialog.php:403
810
  msgid "Install Free Version Update Now"
811
+ msgstr "התקן עדכון גרסה חינאמית עכשיו"
812
 
813
  #: includes/fs-plugin-info-dialog.php404, templates/account.php:448
814
  msgid "Install Update Now"
824
 
825
  #: includes/fs-plugin-info-dialog.php:424
826
  msgid "Latest Free Version Installed"
827
+ msgstr "גרסה חינאמית עדכנית הותקנה"
828
 
829
  #: includes/fs-plugin-info-dialog.php:425
830
  msgid "Latest Version Installed"
1017
  #: includes/fs-plugin-info-dialog.php972,
1018
  #: includes/fs-plugin-info-dialog.php:1054
1019
  msgid "Donate to this plugin"
1020
+ msgstr "תרום לתוסף"
1021
 
1022
  #: includes/fs-plugin-info-dialog.php:979
1023
  msgid "Average Rating"
1058
 
1059
  #: includes/fs-plugin-info-dialog.php:1062
1060
  msgid "This plugin has not been tested with your current version of WordPress."
1061
+ msgstr "תוסף זה לא נבדק עם גרסת הוורדפרס שלך."
1062
 
1063
  #: includes/fs-plugin-info-dialog.php:1064
1064
  msgid "This plugin has not been marked as compatible with your version of WordPress."
1065
+ msgstr "התוסף לא סומן כתואם לגרסת הוורדפרס שלך."
1066
 
1067
  #: includes/fs-plugin-info-dialog.php:1083
1068
  msgid "Paid add-on must be deployed to Freemius."
1278
 
1279
  #: templates/account.php:501
1280
  msgid "Search by address"
1281
+ msgstr "חפש לפי כתובת"
1282
 
1283
  #: templates/account.php510, templates/account.php558, templates/debug.php226,
1284
  #: templates/debug.php354, templates/debug.php439, templates/debug.php476,
1289
 
1290
  #: templates/account.php511, templates/debug.php:357
1291
  msgid "Address"
1292
+ msgstr "כתובת"
1293
 
1294
  #: templates/account.php:512
1295
  msgid "License"
1311
 
1312
  #: templates/account.php:665
1313
  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?"
1314
+ msgstr "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?"
1315
 
1316
  #: templates/add-ons.php:36
1317
  msgid "Add Ons for %s"
1341
 
1342
  #: templates/auto-installation.php:93
1343
  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."
1344
+ msgstr "הורדה והתקנה אוטומטית של %s (גרסה בתשלום) מ-%2$s תתחיל בעוד %3$s. אם ברצונך לבצע את ההתקנה ידנית - לחץ על כפתור הביטול עכשיו."
1345
 
1346
  #: templates/auto-installation.php:104
1347
  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."
1348
+ msgstr "תהליך ההתקנה התחיל ויכול לקחת מספר דקות לסיום. אנא המתינו בסבלנות עד לסיום מבלי לרענן את הדפדפן."
1349
 
1350
  #: templates/auto-installation.php:109
1351
  msgid "Cancel Installation"
1357
 
1358
  #: templates/checkout.php:172
1359
  msgid "PCI compliant"
1360
+ msgstr "עומד בתקן PCI"
1361
 
1362
  #. translators: %s: name (e.g. Hey John,)
1363
  #: templates/connect.php:110
1441
 
1442
  #: templates/connect.php:305
1443
  msgid "Delegate to Site Admins"
1444
+ msgstr "האצלה למנהלי האתרים"
1445
 
1446
  #: templates/connect.php:305
1447
  msgid "If you click it, this decision will be delegated to the sites administrators."
1634
 
1635
  #: templates/debug.php:236
1636
  msgid "Network User"
1637
+ msgstr "משתמש רשת"
1638
 
1639
  #: templates/debug.php:273
1640
  msgctxt "as connection was successful"
1652
 
1653
  #: templates/debug.php:322
1654
  msgid "Simulate Network Upgrade"
1655
+ msgstr "סמלוץ עדכון לרשת"
1656
 
1657
  #: templates/debug.php:348
1658
  msgid "%s Installs"
1665
 
1666
  #: templates/debug.php356, templates/account/partials/site.php:148
1667
  msgid "Blog ID"
1668
+ msgstr "מזהה בלוג"
1669
 
1670
  #: templates/debug.php421, templates/debug.php499,
1671
  #: templates/account/partials/addon.php:334
1803
 
1804
  #: templates/account/billing.php45, templates/account/billing.php:45
1805
  msgid "Tax / VAT ID"
1806
+ msgstr "ח.פ."
1807
 
1808
  #: templates/account/billing.php48, templates/account/billing.php48,
1809
  #: templates/account/billing.php49, templates/account/billing.php:49
2114
 
2115
  #: templates/forms/premium-versions-upgrade-handler.php:24
2116
  msgid "There is a new version of %s available."
2117
+ msgstr "יש גרסה חדשה עבור ה%s."
2118
 
2119
  #: templates/forms/premium-versions-upgrade-handler.php:25
2120
  msgid " %sRenew your license now%s to access version %s security & feature updates, and support."
2122
 
2123
  #: templates/forms/premium-versions-upgrade-handler.php:34
2124
  msgid "New Version Available"
2125
+ msgstr "יש גרסה חדשה"
2126
 
2127
  #: templates/forms/premium-versions-upgrade-handler.php:36
2128
  msgid "Renew license"
2129
+ msgstr "חידוש רישיון"
2130
 
2131
  #: templates/forms/premium-versions-upgrade-handler.php:53
2132
  msgctxt "close a window"
2155
 
2156
  #: templates/partials/network-activation.php:23
2157
  msgid "Activate license on all sites in the network."
2158
+ msgstr "הפעלת רישיון על כל האתרים ברשת."
2159
 
2160
  #: templates/partials/network-activation.php:24
2161
  msgid "Apply on all sites in the network."
2162
+ msgstr "יישום על כל האתרים ברשת."
2163
 
2164
  #: templates/partials/network-activation.php:27
2165
  msgid "Activate license on all pending sites."
2166
+ msgstr "הפעלת רישיון על כל האתרים התלויים והעומדים."
2167
 
2168
  #: templates/partials/network-activation.php:28
2169
  msgid "Apply on all pending sites."
2170
+ msgstr "יישום על כל האתרים התלויים והעומדים."
2171
 
2172
  #: templates/partials/network-activation.php36,
2173
  #: templates/partials/network-activation.php:68
2174
  msgid "allow"
2175
+ msgstr "אפשר"
2176
 
2177
  #: templates/partials/network-activation.php38,
2178
  #: templates/partials/network-activation.php:70
2179
  msgid "delegate"
2180
+ msgstr "האצל"
2181
 
2182
  #: templates/partials/network-activation.php41,
2183
  #: templates/partials/network-activation.php:73
2184
  msgid "skip"
2185
+ msgstr "דלג"
2186
 
2187
  #: templates/plugin-info/description.php72,
2188
  #: templates/plugin-info/screenshots.php:31
2225
 
2226
  #: templates/account/partials/site.php:181
2227
  msgid "Owner Name"
2228
+ msgstr "שם הבעלים"
2229
 
2230
  #: templates/account/partials/site.php:193
2231
  msgid "Owner Email"
2232
+ msgstr "מייל הבעלים"
2233
 
2234
  #: templates/account/partials/site.php:205
2235
  msgid "Owner ID"
2236
+ msgstr "מזהה הבעלים"
2237
 
2238
  #: templates/account/partials/site.php:270
2239
  msgid "Subscription"
2240
+ msgstr "מנוי"
2241
 
2242
  #: templates/forms/deactivation/contact.php:19
2243
  msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
freemius/languages/freemius-it_IT.mo CHANGED
Binary file
freemius/languages/freemius-it_IT.po CHANGED
@@ -10,7 +10,7 @@ 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: 2018-05-24 14:01+0000\n"
14
  "Last-Translator: Daniele Scasciafratte Mte90 <mte90net@gmail.com>\n"
15
  "Language: it_IT\n"
16
  "Language-Team: Italian (Italy) (http://www.transifex.com/freemius/wordpress-sdk/language/it_IT/)\n"
@@ -176,7 +176,7 @@ msgstr "%s non può funzionare senza il plugin."
176
  #: includes/class-freemius.php4176, includes/class-freemius.php4201,
177
  #: includes/class-freemius.php:17103
178
  msgid "Unexpected API error. Please contact the %s's author with the following error."
179
- msgstr "Errore API inaspettato. Contatta l'autore di 1%s con il seguente errore."
180
 
181
  #: includes/class-freemius.php:4815
182
  msgid "Premium %s version was successfully activated."
@@ -414,11 +414,11 @@ msgstr "Il piano è stato cambiato con successo a %s."
414
 
415
  #: includes/class-freemius.php:16705
416
  msgid "Your license has expired. You can still continue using the free %s forever."
417
- msgstr "La tua licenza è scaduta. Puoi continuare ad usare la versione gratuita %sper sempre."
418
 
419
  #: includes/class-freemius.php:16707
420
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
421
- msgstr "La tua licenza è scaduta. %1$saggiorna ora %2$sper continuare ad utilizzare %3$ssenza interruzioni."
422
 
423
  #: includes/class-freemius.php:16715
424
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
@@ -434,7 +434,7 @@ msgstr "La tua versione di prova gratuita è scaduta. Puoi continuare ad usare t
434
 
435
  #: includes/class-freemius.php:16753
436
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
437
- msgstr "La tua versione prova è scaduta.%1$saggiorna ora %2$sper continuare ad usare %3$ssenza interruzioni."
438
 
439
  #: includes/class-freemius.php:16858
440
  msgid "It looks like the license could not be activated."
@@ -470,7 +470,7 @@ msgstr "Stiamo avendo qualche problema temporaneo con il downgrade del piano. Ri
470
 
471
  #: includes/class-freemius.php:17037
472
  msgid "You are already running the %s in a trial mode."
473
- msgstr "Stai già usando %sin modalità prova."
474
 
475
  #: includes/class-freemius.php:17048
476
  msgid "You already utilized a trial before."
@@ -538,7 +538,7 @@ msgstr "Fantastico"
538
 
539
  #: includes/class-freemius.php17910, templates/forms/optout.php:32
540
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
541
- msgstr "Ti ringraziamo per averci concesso di tracciare alcuni dati di utilizzo al fine di migliorare %s"
542
 
543
  #: includes/class-freemius.php:17911
544
  msgid "Thank you!"
@@ -571,7 +571,7 @@ msgstr "Siamo spiacenti, non siamo riusciti a completare l'aggiornamento via ema
571
 
572
  #: includes/class-freemius.php:18067
573
  msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
574
- msgstr "Puoi abbandonare la proprietà dell'account %sa %scliccando il pulsante Cambia proprietario."
575
 
576
  #: includes/class-freemius.php:18074
577
  msgid "Change Ownership"
@@ -626,7 +626,7 @@ msgstr "Inizia il periodo di prova gratuito"
626
 
627
  #: includes/class-freemius.php:18804
628
  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!"
629
- msgstr "Ciao, sai che %sha il programma di affiliazione? Se ti piace %s puoi diventare un nostro ambasciatore e guadagnare denaro!"
630
 
631
  #: includes/class-freemius.php:18813
632
  msgid "Learn more"
@@ -746,7 +746,7 @@ msgstr "No"
746
 
747
  #: includes/class-freemius.php20302, templates/connect.php:267
748
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
749
- msgstr "%snon %smi invierà aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
750
 
751
  #: includes/class-freemius.php:20312
752
  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 🙂"
@@ -1409,11 +1409,11 @@ msgstr "Siamo felici di presentarvi il supporto al sistema multi network di Free
1409
 
1410
  #: templates/connect.php:231
1411
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1412
- msgstr "Durante la procedura di aggiornamento abbiamo individuato%dsito/i che sono in attesa della attivazione della licenza."
1413
 
1414
  #: templates/connect.php:233
1415
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1416
- msgstr "Se vuoi utilizzare %ssu questi siti, inserisci la tua licenza sotto e fai clic sul pulsante di attivazione."
1417
 
1418
  #: templates/connect.php:235
1419
  msgid "%s's paid features"
@@ -1487,7 +1487,7 @@ msgstr "Newsletter"
1487
 
1488
  #: templates/connect.php378, templates/forms/license-activation.php:38
1489
  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."
1490
- msgstr "%1$sinvierà periodicamente dei dati a %2$sper verificare aggiornamenti di sicurezza e di funzionalità e verificare la validità della tua licenza."
1491
 
1492
  #: templates/connect.php:383
1493
  msgid "What permissions are being granted?"
@@ -1769,7 +1769,7 @@ msgstr "Timestamp"
1769
 
1770
  #: templates/secure-https-header.php:28
1771
  msgid "Secure HTTPS %s page, running from an external domain"
1772
- msgstr "Metti in sicurezza la pagina HTTPS %sgestita da un dominio esterno"
1773
 
1774
  #: includes/customizer/class-fs-customizer-support-section.php55,
1775
  #: templates/plugin-info/features.php:43
@@ -1982,7 +1982,7 @@ msgstr "Ti piace %s? Diventa il nostro ambasciatore e guadagna denaro ;-)"
1982
 
1983
  #: templates/forms/affiliation.php:142
1984
  msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
1985
- msgstr "Comunica nuovi clienti al nostro %se guadagna %s di commissione per ogni vendita avvenuta!"
1986
 
1987
  #: templates/forms/affiliation.php:145
1988
  msgid "Program Summary"
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: 2018-05-25 22:15+0000\n"
14
  "Last-Translator: Daniele Scasciafratte Mte90 <mte90net@gmail.com>\n"
15
  "Language: it_IT\n"
16
  "Language-Team: Italian (Italy) (http://www.transifex.com/freemius/wordpress-sdk/language/it_IT/)\n"
176
  #: includes/class-freemius.php4176, includes/class-freemius.php4201,
177
  #: includes/class-freemius.php:17103
178
  msgid "Unexpected API error. Please contact the %s's author with the following error."
179
+ msgstr "Errore API inaspettato. Contatta l'autore di %s con il seguente errore."
180
 
181
  #: includes/class-freemius.php:4815
182
  msgid "Premium %s version was successfully activated."
414
 
415
  #: includes/class-freemius.php:16705
416
  msgid "Your license has expired. You can still continue using the free %s forever."
417
+ msgstr "La tua licenza è scaduta. Puoi continuare ad usare la versione gratuita %s per sempre."
418
 
419
  #: includes/class-freemius.php:16707
420
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
421
+ msgstr "La tua licenza è scaduta. %1$saggiorna ora %2$sper continuare ad utilizzare %3$s senza interruzioni."
422
 
423
  #: includes/class-freemius.php:16715
424
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
434
 
435
  #: includes/class-freemius.php:16753
436
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
437
+ msgstr "La tua versione prova è scaduta.%1$s aggiorna ora %2$s per continuare ad usare %3$s senza interruzioni."
438
 
439
  #: includes/class-freemius.php:16858
440
  msgid "It looks like the license could not be activated."
470
 
471
  #: includes/class-freemius.php:17037
472
  msgid "You are already running the %s in a trial mode."
473
+ msgstr "Stai già usando %s in modalità prova."
474
 
475
  #: includes/class-freemius.php:17048
476
  msgid "You already utilized a trial before."
538
 
539
  #: includes/class-freemius.php17910, templates/forms/optout.php:32
540
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
541
+ msgstr "Ti ringraziamo per averci concesso di tracciare alcuni dati di utilizzo al fine di migliorare %s."
542
 
543
  #: includes/class-freemius.php:17911
544
  msgid "Thank you!"
571
 
572
  #: includes/class-freemius.php:18067
573
  msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
574
+ msgstr "Puoi abbandonare la proprietà dell'account %s a %scliccando il pulsante Cambia proprietario."
575
 
576
  #: includes/class-freemius.php:18074
577
  msgid "Change Ownership"
626
 
627
  #: includes/class-freemius.php:18804
628
  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!"
629
+ msgstr "Ciao, sai che %s ha il programma di affiliazione? Se ti piace %s puoi diventare un nostro ambasciatore e guadagnare denaro!"
630
 
631
  #: includes/class-freemius.php:18813
632
  msgid "Learn more"
746
 
747
  #: includes/class-freemius.php20302, templates/connect.php:267
748
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
749
+ msgstr "%snon %s mi invierà aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte."
750
 
751
  #: includes/class-freemius.php:20312
752
  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 🙂"
1409
 
1410
  #: templates/connect.php:231
1411
  msgid "During the update process we detected %d site(s) that are still pending license activation."
1412
+ msgstr "Durante la procedura di aggiornamento abbiamo individuato%d sito/i che sono in attesa della attivazione della licenza."
1413
 
1414
  #: templates/connect.php:233
1415
  msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1416
+ msgstr "Se vuoi utilizzare %s su questi siti, inserisci la tua licenza sotto e fai clic sul pulsante di attivazione."
1417
 
1418
  #: templates/connect.php:235
1419
  msgid "%s's paid features"
1487
 
1488
  #: templates/connect.php378, templates/forms/license-activation.php:38
1489
  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."
1490
+ 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."
1491
 
1492
  #: templates/connect.php:383
1493
  msgid "What permissions are being granted?"
1769
 
1770
  #: templates/secure-https-header.php:28
1771
  msgid "Secure HTTPS %s page, running from an external domain"
1772
+ msgstr "Metti in sicurezza la pagina HTTPS %s gestita da un dominio esterno"
1773
 
1774
  #: includes/customizer/class-fs-customizer-support-section.php55,
1775
  #: templates/plugin-info/features.php:43
1982
 
1983
  #: templates/forms/affiliation.php:142
1984
  msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
1985
+ msgstr "Comunica nuovi clienti al nostro %s e guadagna %s di commissione per ogni vendita avvenuta!"
1986
 
1987
  #: templates/forms/affiliation.php:145
1988
  msgid "Program Summary"
freemius/languages/freemius.pot CHANGED
@@ -120,602 +120,602 @@ msgstr ""
120
  msgid "Freemius Debug"
121
  msgstr ""
122
 
123
- #: includes/class-freemius.php:3402
124
  msgid "I don't know what is cURL or how to install it, help me!"
125
  msgstr ""
126
 
127
- #: includes/class-freemius.php:3404
128
  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."
129
  msgstr ""
130
 
131
- #: includes/class-freemius.php:3411
132
  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."
133
  msgstr ""
134
 
135
- #: includes/class-freemius.php:3516
136
  msgid "Yes - do your thing"
137
  msgstr ""
138
 
139
- #: includes/class-freemius.php:3521
140
  msgid "No - just deactivate"
141
  msgstr ""
142
 
143
- #: includes/class-freemius.php:3566, includes/class-freemius.php:4066, includes/class-freemius.php:5127, includes/class-freemius.php:10941, includes/class-freemius.php:14205, includes/class-freemius.php:14257, includes/class-freemius.php:14319, includes/class-freemius.php:16448, includes/class-freemius.php:16458, includes/class-freemius.php:17014, includes/class-freemius.php:17032, includes/class-freemius.php:17130, includes/class-freemius.php:17866, templates/add-ons.php:43
144
  msgctxt "exclamation"
145
  msgid "Oops"
146
  msgstr ""
147
 
148
- #: includes/class-freemius.php:3635
149
  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."
150
  msgstr ""
151
 
152
- #: includes/class-freemius.php:4063
153
  msgctxt "addonX cannot run without pluginY"
154
  msgid "%s cannot run without %s."
155
  msgstr ""
156
 
157
- #: includes/class-freemius.php:4064
158
  msgctxt "addonX cannot run..."
159
  msgid "%s cannot run without the plugin."
160
  msgstr ""
161
 
162
- #: includes/class-freemius.php:4176, includes/class-freemius.php:4201, includes/class-freemius.php:17103
163
  msgid "Unexpected API error. Please contact the %s's author with the following error."
164
  msgstr ""
165
 
166
- #: includes/class-freemius.php:4815
167
  msgid "Premium %s version was successfully activated."
168
  msgstr ""
169
 
170
- #: includes/class-freemius.php:4827, includes/class-freemius.php:6660
171
  msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
172
  msgid "W00t"
173
  msgstr ""
174
 
175
- #: includes/class-freemius.php:4842
176
  msgid "You have a %s license."
177
  msgstr ""
178
 
179
- #: includes/class-freemius.php:4846, includes/class-freemius.php:13626, includes/class-freemius.php:13637, includes/class-freemius.php:16376, includes/class-freemius.php:16676, includes/class-freemius.php:16741, includes/class-freemius.php:16891
180
  msgctxt "interjection expressing joy or exuberance"
181
  msgid "Yee-haw"
182
  msgstr ""
183
 
184
- #: includes/class-freemius.php:5110
185
  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."
186
  msgstr ""
187
 
188
- #: includes/class-freemius.php:5114
189
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
190
  msgstr ""
191
 
192
- #: includes/class-freemius.php:5123, templates/add-ons.php:99, templates/account/partials/addon.php:283
193
  msgid "More information about %s"
194
  msgstr ""
195
 
196
- #: includes/class-freemius.php:5124
197
  msgid "Purchase License"
198
  msgstr ""
199
 
200
- #: includes/class-freemius.php:6035, templates/connect.php:161
201
  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."
202
  msgstr ""
203
 
204
- #: includes/class-freemius.php:6039
205
  msgid "start the trial"
206
  msgstr ""
207
 
208
- #: includes/class-freemius.php:6040, templates/connect.php:165
209
  msgid "complete the install"
210
  msgstr ""
211
 
212
- #: includes/class-freemius.php:6147
213
  msgid "You are just one step away - %s"
214
  msgstr ""
215
 
216
- #: includes/class-freemius.php:6150
217
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
218
  msgid "Complete \"%s\" Activation Now"
219
  msgstr ""
220
 
221
- #: includes/class-freemius.php:6227
222
  msgid "We made a few tweaks to the %s, %s"
223
  msgstr ""
224
 
225
- #: includes/class-freemius.php:6231
226
  msgid "Opt in to make \"%s\" Better!"
227
  msgstr ""
228
 
229
- #: includes/class-freemius.php:6659
230
  msgid "The upgrade of %s was successfully completed."
231
  msgstr ""
232
 
233
- #: includes/class-freemius.php:8384, includes/class-fs-plugin-updater.php:581, includes/class-fs-plugin-updater.php:733, includes/class-fs-plugin-updater.php:739, templates/auto-installation.php:32
234
  msgid "Add-On"
235
  msgstr ""
236
 
237
- #: includes/class-freemius.php:8386, templates/debug.php:349, templates/debug.php:510
238
  msgid "Plugin"
239
  msgstr ""
240
 
241
- #: includes/class-freemius.php:8387, templates/debug.php:349, templates/debug.php:510, templates/forms/deactivation/form.php:64
242
  msgid "Theme"
243
  msgstr ""
244
 
245
- #: includes/class-freemius.php:10808
246
- msgid "invalid_site_details_collection"
247
  msgstr ""
248
 
249
- #: includes/class-freemius.php:10928
250
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
251
  msgstr ""
252
 
253
- #: includes/class-freemius.php:10930
254
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
255
  msgstr ""
256
 
257
- #: includes/class-freemius.php:11166
258
  msgid "Account is pending activation."
259
  msgstr ""
260
 
261
- #: includes/class-freemius.php:13608
262
  msgid "%s activation was successfully completed."
263
  msgstr ""
264
 
265
- #: includes/class-freemius.php:13622
266
  msgid "Your account was successfully activated with the %s plan."
267
  msgstr ""
268
 
269
- #: includes/class-freemius.php:13633, includes/class-freemius.php:16737
270
  msgid "Your trial has been successfully started."
271
  msgstr ""
272
 
273
- #: includes/class-freemius.php:14203, includes/class-freemius.php:14255, includes/class-freemius.php:14317
274
  msgid "Couldn't activate %s."
275
  msgstr ""
276
 
277
- #: includes/class-freemius.php:14204, includes/class-freemius.php:14256, includes/class-freemius.php:14318
278
  msgid "Please contact us with the following message:"
279
  msgstr ""
280
 
281
- #: includes/class-freemius.php:14666, includes/class-freemius.php:18929
282
  msgid "Upgrade"
283
  msgstr ""
284
 
285
- #: includes/class-freemius.php:14672
286
  msgid "Start Trial"
287
  msgstr ""
288
 
289
- #: includes/class-freemius.php:14674
290
  msgid "Pricing"
291
  msgstr ""
292
 
293
- #: includes/class-freemius.php:14734, includes/class-freemius.php:14736
294
  msgid "Affiliation"
295
  msgstr ""
296
 
297
- #: includes/class-freemius.php:14756, includes/class-freemius.php:14758, templates/account.php:146, templates/debug.php:314
298
  msgid "Account"
299
  msgstr ""
300
 
301
- #: includes/class-freemius.php:14769, includes/class-freemius.php:14771, includes/customizer/class-fs-customizer-support-section.php:60
302
  msgid "Contact Us"
303
  msgstr ""
304
 
305
- #: includes/class-freemius.php:14781, includes/class-freemius.php:14783, includes/class-freemius.php:18939, templates/account.php:96, templates/account/partials/addon.php:37
306
  msgid "Add-Ons"
307
  msgstr ""
308
 
309
- #: includes/class-freemius.php:14815, templates/pricing.php:97
310
  msgctxt "noun"
311
  msgid "Pricing"
312
  msgstr ""
313
 
314
- #: includes/class-freemius.php:15009, includes/customizer/class-fs-customizer-support-section.php:67
315
  msgid "Support Forum"
316
  msgstr ""
317
 
318
- #: includes/class-freemius.php:15794
319
  msgid "Your email has been successfully verified - you are AWESOME!"
320
  msgstr ""
321
 
322
- #: includes/class-freemius.php:15795
323
  msgctxt "a positive response"
324
  msgid "Right on"
325
  msgstr ""
326
 
327
- #: includes/class-freemius.php:16367
328
  msgid "Your %s Add-on plan was successfully upgraded."
329
  msgstr ""
330
 
331
- #: includes/class-freemius.php:16369
332
  msgid "%s Add-on was successfully purchased."
333
  msgstr ""
334
 
335
- #: includes/class-freemius.php:16372
336
  msgid "Download the latest version"
337
  msgstr ""
338
 
339
- #: includes/class-freemius.php:16444
340
  msgctxt "%1s - plugin title, %2s - API domain"
341
  msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
342
  msgstr ""
343
 
344
- #: includes/class-freemius.php:16447, includes/class-freemius.php:16862, includes/class-freemius.php:16927
345
  msgid "Error received from the server:"
346
  msgstr ""
347
 
348
- #: includes/class-freemius.php:16457
349
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
350
  msgstr ""
351
 
352
- #: includes/class-freemius.php:16639, includes/class-freemius.php:16867, includes/class-freemius.php:16910
353
  msgctxt "something somebody says when they are thinking about what you have just said."
354
  msgid "Hmm"
355
  msgstr ""
356
 
357
- #: includes/class-freemius.php:16652
358
  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."
359
  msgstr ""
360
 
361
- #: includes/class-freemius.php:16653, templates/account.php:98, templates/add-ons.php:130, templates/account/partials/addon.php:39
362
  msgctxt "trial period"
363
  msgid "Trial"
364
  msgstr ""
365
 
366
- #: includes/class-freemius.php:16658
367
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
368
  msgstr ""
369
 
370
- #: includes/class-freemius.php:16662, includes/class-freemius.php:16719
371
  msgid "Please contact us here"
372
  msgstr ""
373
 
374
- #: includes/class-freemius.php:16672
375
  msgid "Your plan was successfully upgraded."
376
  msgstr ""
377
 
378
- #: includes/class-freemius.php:16689
379
  msgid "Your plan was successfully changed to %s."
380
  msgstr ""
381
 
382
- #: includes/class-freemius.php:16705
383
  msgid "Your license has expired. You can still continue using the free %s forever."
384
  msgstr ""
385
 
386
- #: includes/class-freemius.php:16707
387
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
388
  msgstr ""
389
 
390
- #: includes/class-freemius.php:16715
391
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
392
  msgstr ""
393
 
394
- #: includes/class-freemius.php:16728
395
  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."
396
  msgstr ""
397
 
398
- #: includes/class-freemius.php:16751
399
  msgid "Your free trial has expired. You can still continue using all our free features."
400
  msgstr ""
401
 
402
- #: includes/class-freemius.php:16753
403
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
404
  msgstr ""
405
 
406
- #: includes/class-freemius.php:16858
407
  msgid "It looks like the license could not be activated."
408
  msgstr ""
409
 
410
- #: includes/class-freemius.php:16888
411
  msgid "Your license was successfully activated."
412
  msgstr ""
413
 
414
- #: includes/class-freemius.php:16914
415
  msgid "It looks like your site currently doesn't have an active license."
416
  msgstr ""
417
 
418
- #: includes/class-freemius.php:16926
419
  msgid "It looks like the license deactivation failed."
420
  msgstr ""
421
 
422
- #: includes/class-freemius.php:16954
423
  msgid "Your license was successfully deactivated, you are back to the %s plan."
424
  msgstr ""
425
 
426
- #: includes/class-freemius.php:16955
427
  msgid "O.K"
428
  msgstr ""
429
 
430
- #: includes/class-freemius.php:17003
431
  msgid "Your plan was successfully downgraded. Your %s plan license will expire in %s."
432
  msgstr ""
433
 
434
- #: includes/class-freemius.php:17013
435
  msgid "Seems like we are having some temporary issue with your plan downgrade. Please try again in few minutes."
436
  msgstr ""
437
 
438
- #: includes/class-freemius.php:17037
439
  msgid "You are already running the %s in a trial mode."
440
  msgstr ""
441
 
442
- #: includes/class-freemius.php:17048
443
  msgid "You already utilized a trial before."
444
  msgstr ""
445
 
446
- #: includes/class-freemius.php:17062
447
  msgid "Plan %s do not exist, therefore, can't start a trial."
448
  msgstr ""
449
 
450
- #: includes/class-freemius.php:17073
451
  msgid "Plan %s does not support a trial period."
452
  msgstr ""
453
 
454
- #: includes/class-freemius.php:17084
455
  msgid "None of the %s's plans supports a trial period."
456
  msgstr ""
457
 
458
- #: includes/class-freemius.php:17134
459
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
460
  msgstr ""
461
 
462
- #: includes/class-freemius.php:17185
463
  msgid "Your %s free trial was successfully cancelled."
464
  msgstr ""
465
 
466
- #: includes/class-freemius.php:17190
467
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
468
  msgstr ""
469
 
470
- #: includes/class-freemius.php:17474
471
  msgid "Version %s was released."
472
  msgstr ""
473
 
474
- #: includes/class-freemius.php:17474
475
  msgid "Please download %s."
476
  msgstr ""
477
 
478
- #: includes/class-freemius.php:17481
479
  msgid "the latest %s version here"
480
  msgstr ""
481
 
482
- #: includes/class-freemius.php:17486
483
  msgid "New"
484
  msgstr ""
485
 
486
- #: includes/class-freemius.php:17491
487
  msgid "Seems like you got the latest release."
488
  msgstr ""
489
 
490
- #: includes/class-freemius.php:17492
491
  msgid "You are all good!"
492
  msgstr ""
493
 
494
- #: includes/class-freemius.php:17758
495
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
496
  msgstr ""
497
 
498
- #: includes/class-freemius.php:17893
499
  msgid "Site successfully opted in."
500
  msgstr ""
501
 
502
- #: includes/class-freemius.php:17894, includes/class-freemius.php:18671
503
  msgid "Awesome"
504
  msgstr ""
505
 
506
- #: includes/class-freemius.php:17910, templates/forms/optout.php:32
507
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
508
  msgstr ""
509
 
510
- #: includes/class-freemius.php:17911
511
  msgid "Thank you!"
512
  msgstr ""
513
 
514
- #: includes/class-freemius.php:17918
515
  msgid "We will no longer be sending any usage data of %s on %s to %s."
516
  msgstr ""
517
 
518
- #: includes/class-freemius.php:18033
519
  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."
520
  msgstr ""
521
 
522
- #: includes/class-freemius.php:18039
523
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
524
  msgstr ""
525
 
526
- #: includes/class-freemius.php:18044
527
  msgid "%s is the new owner of the account."
528
  msgstr ""
529
 
530
- #: includes/class-freemius.php:18046
531
  msgctxt "as congratulations"
532
  msgid "Congrats"
533
  msgstr ""
534
 
535
- #: includes/class-freemius.php:18066
536
  msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
537
  msgstr ""
538
 
539
- #: includes/class-freemius.php:18067
540
  msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
541
  msgstr ""
542
 
543
- #: includes/class-freemius.php:18074
544
  msgid "Change Ownership"
545
  msgstr ""
546
 
547
- #: includes/class-freemius.php:18082
548
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
549
  msgstr ""
550
 
551
- #: includes/class-freemius.php:18094
552
  msgid "Please provide your full name."
553
  msgstr ""
554
 
555
- #: includes/class-freemius.php:18099
556
  msgid "Your name was successfully updated."
557
  msgstr ""
558
 
559
- #: includes/class-freemius.php:18160
560
  msgid "You have successfully updated your %s."
561
  msgstr ""
562
 
563
- #: includes/class-freemius.php:18300
564
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
565
  msgstr ""
566
 
567
- #: includes/class-freemius.php:18301
568
  msgctxt "advance notice of something that will need attention."
569
  msgid "Heads up"
570
  msgstr ""
571
 
572
- #: includes/class-freemius.php:18711
573
  msgctxt "exclamation"
574
  msgid "Hey"
575
  msgstr ""
576
 
577
- #: includes/class-freemius.php:18711
578
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
579
  msgstr ""
580
 
581
- #: includes/class-freemius.php:18719
582
  msgid "No commitment for %s days - cancel anytime!"
583
  msgstr ""
584
 
585
- #: includes/class-freemius.php:18720
586
  msgid "No credit card required"
587
  msgstr ""
588
 
589
- #: includes/class-freemius.php:18727, templates/forms/trial-start.php:53
590
  msgctxt "call to action"
591
  msgid "Start free trial"
592
  msgstr ""
593
 
594
- #: includes/class-freemius.php:18804
595
  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!"
596
  msgstr ""
597
 
598
- #: includes/class-freemius.php:18813
599
  msgid "Learn more"
600
  msgstr ""
601
 
602
- #: includes/class-freemius.php:18963, templates/account.php:394, templates/account.php:497, templates/connect.php:169, templates/connect.php:408, templates/forms/license-activation.php:24, templates/account/partials/addon.php:230
603
  msgid "Activate License"
604
  msgstr ""
605
 
606
- #: includes/class-freemius.php:18964, templates/account.php:457, templates/account.php:496, templates/account/partials/site.php:256
607
  msgid "Change License"
608
  msgstr ""
609
 
610
- #: includes/class-freemius.php:19046, templates/account/partials/site.php:161
611
  msgid "Opt Out"
612
  msgstr ""
613
 
614
- #: includes/class-freemius.php:19048, includes/class-freemius.php:19053, templates/account/partials/site.php:43, templates/account/partials/site.php:161
615
  msgid "Opt In"
616
  msgstr ""
617
 
618
- #: includes/class-freemius.php:19245
619
  msgid "Please follow these steps to complete the upgrade"
620
  msgstr ""
621
 
622
- #: includes/class-freemius.php:19249
623
  msgid "Download the latest %s version"
624
  msgstr ""
625
 
626
- #: includes/class-freemius.php:19253
627
  msgid "Upload and activate the downloaded version"
628
  msgstr ""
629
 
630
- #: includes/class-freemius.php:19255
631
  msgid "How to upload and activate?"
632
  msgstr ""
633
 
634
- #: includes/class-freemius.php:19384
635
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
636
  msgstr ""
637
 
638
- #: includes/class-freemius.php:19545
639
  msgid "Auto installation only works for opted-in users."
640
  msgstr ""
641
 
642
- #: includes/class-freemius.php:19555, includes/class-freemius.php:19588, includes/class-fs-plugin-updater.php:713, includes/class-fs-plugin-updater.php:727
643
  msgid "Invalid module ID."
644
  msgstr ""
645
 
646
- #: includes/class-freemius.php:19564, includes/class-fs-plugin-updater.php:747
647
  msgid "Premium version already active."
648
  msgstr ""
649
 
650
- #: includes/class-freemius.php:19571
651
  msgid "You do not have a valid license to access the premium version."
652
  msgstr ""
653
 
654
- #: includes/class-freemius.php:19578
655
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
656
  msgstr ""
657
 
658
- #: includes/class-freemius.php:19596, includes/class-fs-plugin-updater.php:746
659
  msgid "Premium add-on version already installed."
660
  msgstr ""
661
 
662
- #: includes/class-freemius.php:19941
663
  msgid "View paid features"
664
  msgstr ""
665
 
666
- #: includes/class-freemius.php:20251
667
  msgid "Thank you so much for using %s and its add-ons!"
668
  msgstr ""
669
 
670
- #: includes/class-freemius.php:20252
671
  msgid "Thank you so much for using %s!"
672
  msgstr ""
673
 
674
- #: includes/class-freemius.php:20258
675
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
676
  msgstr ""
677
 
678
- #: includes/class-freemius.php:20262
679
  msgid "Thank you so much for using our products!"
680
  msgstr ""
681
 
682
- #: includes/class-freemius.php:20263
683
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
684
  msgstr ""
685
 
686
- #: includes/class-freemius.php:20282
687
  msgid "%s and its add-ons"
688
  msgstr ""
689
 
690
- #: includes/class-freemius.php:20291
691
  msgid "Products"
692
  msgstr ""
693
 
694
- #: includes/class-freemius.php:20298, templates/connect.php:259
695
  msgid "Yes"
696
  msgstr ""
697
 
698
- #: includes/class-freemius.php:20299, templates/connect.php:260
699
  msgid "send me security & feature updates, educational content and offers."
700
  msgstr ""
701
 
702
- #: includes/class-freemius.php:20300, templates/connect.php:265
703
  msgid "No"
704
  msgstr ""
705
 
706
- #: includes/class-freemius.php:20302, templates/connect.php:267
707
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
708
  msgstr ""
709
 
710
- #: includes/class-freemius.php:20312
711
  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 🙂"
712
  msgstr ""
713
 
714
- #: includes/class-freemius.php:20314, templates/connect.php:274
715
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
716
  msgstr ""
717
 
718
- #: includes/class-freemius.php:20598
719
  msgid "License key is empty."
720
  msgstr ""
721
 
@@ -766,7 +766,7 @@ msgstr ""
766
  msgid "Install Free Version Update Now"
767
  msgstr ""
768
 
769
- #: includes/fs-plugin-info-dialog.php:404, templates/account.php:448
770
  msgid "Install Update Now"
771
  msgstr ""
772
 
@@ -925,7 +925,7 @@ msgstr ""
925
  msgid "Last Updated"
926
  msgstr ""
927
 
928
- #: includes/fs-plugin-info-dialog.php:915
929
  msgctxt "x-ago"
930
  msgid "%s ago"
931
  msgstr ""
@@ -1167,71 +1167,75 @@ msgstr ""
1167
  msgid "not verified"
1168
  msgstr ""
1169
 
1170
- #: templates/account.php:416
 
 
 
 
1171
  msgid "Premium version"
1172
  msgstr ""
1173
 
1174
- #: templates/account.php:418
1175
  msgid "Free version"
1176
  msgstr ""
1177
 
1178
- #: templates/account.php:430
1179
  msgid "Verify Email"
1180
  msgstr ""
1181
 
1182
- #: templates/account.php:441
1183
  msgid "Download %s Version"
1184
  msgstr ""
1185
 
1186
- #: templates/account.php:455, templates/account.php:636, templates/account/partials/site.php:237, templates/account/partials/site.php:255
1187
  msgctxt "verb"
1188
  msgid "Show"
1189
  msgstr ""
1190
 
1191
- #: templates/account.php:469
1192
  msgid "What is your %s?"
1193
  msgstr ""
1194
 
1195
- #: templates/account.php:477, templates/account/billing.php:27
1196
  msgctxt "verb"
1197
  msgid "Edit"
1198
  msgstr ""
1199
 
1200
- #: templates/account.php:490
1201
  msgid "Sites"
1202
  msgstr ""
1203
 
1204
- #: templates/account.php:501
1205
  msgid "Search by address"
1206
  msgstr ""
1207
 
1208
- #: templates/account.php:510, templates/account.php:558, templates/debug.php:226, templates/debug.php:354, templates/debug.php:439, templates/debug.php:476, templates/debug.php:514, templates/debug.php:587, templates/account/payments.php:35, templates/debug/logger.php:21
1209
  msgid "ID"
1210
  msgstr ""
1211
 
1212
- #: templates/account.php:511, templates/debug.php:357
1213
  msgid "Address"
1214
  msgstr ""
1215
 
1216
- #: templates/account.php:512
1217
  msgid "License"
1218
  msgstr ""
1219
 
1220
- #: templates/account.php:513
1221
  msgid "Plan"
1222
  msgstr ""
1223
 
1224
- #: templates/account.php:561
1225
  msgctxt "as software license"
1226
  msgid "License"
1227
  msgstr ""
1228
 
1229
- #: templates/account.php:630
1230
  msgctxt "verb"
1231
  msgid "Hide"
1232
  msgstr ""
1233
 
1234
- #: templates/account.php:665
1235
  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?"
1236
  msgstr ""
1237
 
@@ -2113,10 +2117,6 @@ msgstr ""
2113
  msgid "Cancelled"
2114
  msgstr ""
2115
 
2116
- #: templates/account/partials/addon.php:116
2117
- msgid "Expired"
2118
- msgstr ""
2119
-
2120
  #: templates/account/partials/addon.php:121
2121
  msgid "No expiration"
2122
  msgstr ""
120
  msgid "Freemius Debug"
121
  msgstr ""
122
 
123
+ #: includes/class-freemius.php:3453
124
  msgid "I don't know what is cURL or how to install it, help me!"
125
  msgstr ""
126
 
127
+ #: includes/class-freemius.php:3455
128
  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."
129
  msgstr ""
130
 
131
+ #: includes/class-freemius.php:3462
132
  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."
133
  msgstr ""
134
 
135
+ #: includes/class-freemius.php:3567
136
  msgid "Yes - do your thing"
137
  msgstr ""
138
 
139
+ #: includes/class-freemius.php:3572
140
  msgid "No - just deactivate"
141
  msgstr ""
142
 
143
+ #: includes/class-freemius.php:3617, includes/class-freemius.php:4117, includes/class-freemius.php:5178, includes/class-freemius.php:10992, includes/class-freemius.php:14256, includes/class-freemius.php:14308, includes/class-freemius.php:14370, includes/class-freemius.php:16500, includes/class-freemius.php:16510, includes/class-freemius.php:17066, includes/class-freemius.php:17084, includes/class-freemius.php:17182, includes/class-freemius.php:17925, templates/add-ons.php:43
144
  msgctxt "exclamation"
145
  msgid "Oops"
146
  msgstr ""
147
 
148
+ #: includes/class-freemius.php:3686
149
  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."
150
  msgstr ""
151
 
152
+ #: includes/class-freemius.php:4114
153
  msgctxt "addonX cannot run without pluginY"
154
  msgid "%s cannot run without %s."
155
  msgstr ""
156
 
157
+ #: includes/class-freemius.php:4115
158
  msgctxt "addonX cannot run..."
159
  msgid "%s cannot run without the plugin."
160
  msgstr ""
161
 
162
+ #: includes/class-freemius.php:4227, includes/class-freemius.php:4252, includes/class-freemius.php:17155
163
  msgid "Unexpected API error. Please contact the %s's author with the following error."
164
  msgstr ""
165
 
166
+ #: includes/class-freemius.php:4866
167
  msgid "Premium %s version was successfully activated."
168
  msgstr ""
169
 
170
+ #: includes/class-freemius.php:4878, includes/class-freemius.php:6711
171
  msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
172
  msgid "W00t"
173
  msgstr ""
174
 
175
+ #: includes/class-freemius.php:4893
176
  msgid "You have a %s license."
177
  msgstr ""
178
 
179
+ #: includes/class-freemius.php:4897, includes/class-freemius.php:13677, includes/class-freemius.php:13688, includes/class-freemius.php:16428, includes/class-freemius.php:16728, includes/class-freemius.php:16793, includes/class-freemius.php:16943
180
  msgctxt "interjection expressing joy or exuberance"
181
  msgid "Yee-haw"
182
  msgstr ""
183
 
184
+ #: includes/class-freemius.php:5161
185
  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."
186
  msgstr ""
187
 
188
+ #: includes/class-freemius.php:5165
189
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
190
  msgstr ""
191
 
192
+ #: includes/class-freemius.php:5174, templates/add-ons.php:99, templates/account/partials/addon.php:283
193
  msgid "More information about %s"
194
  msgstr ""
195
 
196
+ #: includes/class-freemius.php:5175
197
  msgid "Purchase License"
198
  msgstr ""
199
 
200
+ #: includes/class-freemius.php:6086, templates/connect.php:161
201
  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."
202
  msgstr ""
203
 
204
+ #: includes/class-freemius.php:6090
205
  msgid "start the trial"
206
  msgstr ""
207
 
208
+ #: includes/class-freemius.php:6091, templates/connect.php:165
209
  msgid "complete the install"
210
  msgstr ""
211
 
212
+ #: includes/class-freemius.php:6198
213
  msgid "You are just one step away - %s"
214
  msgstr ""
215
 
216
+ #: includes/class-freemius.php:6201
217
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
218
  msgid "Complete \"%s\" Activation Now"
219
  msgstr ""
220
 
221
+ #: includes/class-freemius.php:6278
222
  msgid "We made a few tweaks to the %s, %s"
223
  msgstr ""
224
 
225
+ #: includes/class-freemius.php:6282
226
  msgid "Opt in to make \"%s\" Better!"
227
  msgstr ""
228
 
229
+ #: includes/class-freemius.php:6710
230
  msgid "The upgrade of %s was successfully completed."
231
  msgstr ""
232
 
233
+ #: includes/class-freemius.php:8435, includes/class-fs-plugin-updater.php:581, includes/class-fs-plugin-updater.php:733, includes/class-fs-plugin-updater.php:739, templates/auto-installation.php:32
234
  msgid "Add-On"
235
  msgstr ""
236
 
237
+ #: includes/class-freemius.php:8437, templates/debug.php:349, templates/debug.php:510
238
  msgid "Plugin"
239
  msgstr ""
240
 
241
+ #: includes/class-freemius.php:8438, templates/debug.php:349, templates/debug.php:510, templates/forms/deactivation/form.php:64
242
  msgid "Theme"
243
  msgstr ""
244
 
245
+ #: includes/class-freemius.php:10859
246
+ msgid "Invalid site details collection."
247
  msgstr ""
248
 
249
+ #: includes/class-freemius.php:10979
250
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
251
  msgstr ""
252
 
253
+ #: includes/class-freemius.php:10981
254
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
255
  msgstr ""
256
 
257
+ #: includes/class-freemius.php:11217
258
  msgid "Account is pending activation."
259
  msgstr ""
260
 
261
+ #: includes/class-freemius.php:13659
262
  msgid "%s activation was successfully completed."
263
  msgstr ""
264
 
265
+ #: includes/class-freemius.php:13673
266
  msgid "Your account was successfully activated with the %s plan."
267
  msgstr ""
268
 
269
+ #: includes/class-freemius.php:13684, includes/class-freemius.php:16789
270
  msgid "Your trial has been successfully started."
271
  msgstr ""
272
 
273
+ #: includes/class-freemius.php:14254, includes/class-freemius.php:14306, includes/class-freemius.php:14368
274
  msgid "Couldn't activate %s."
275
  msgstr ""
276
 
277
+ #: includes/class-freemius.php:14255, includes/class-freemius.php:14307, includes/class-freemius.php:14369
278
  msgid "Please contact us with the following message:"
279
  msgstr ""
280
 
281
+ #: includes/class-freemius.php:14718, includes/class-freemius.php:18988
282
  msgid "Upgrade"
283
  msgstr ""
284
 
285
+ #: includes/class-freemius.php:14724
286
  msgid "Start Trial"
287
  msgstr ""
288
 
289
+ #: includes/class-freemius.php:14726
290
  msgid "Pricing"
291
  msgstr ""
292
 
293
+ #: includes/class-freemius.php:14786, includes/class-freemius.php:14788
294
  msgid "Affiliation"
295
  msgstr ""
296
 
297
+ #: includes/class-freemius.php:14808, includes/class-freemius.php:14810, templates/account.php:146, templates/debug.php:314
298
  msgid "Account"
299
  msgstr ""
300
 
301
+ #: includes/class-freemius.php:14821, includes/class-freemius.php:14823, includes/customizer/class-fs-customizer-support-section.php:60
302
  msgid "Contact Us"
303
  msgstr ""
304
 
305
+ #: includes/class-freemius.php:14833, includes/class-freemius.php:14835, includes/class-freemius.php:18998, templates/account.php:96, templates/account/partials/addon.php:37
306
  msgid "Add-Ons"
307
  msgstr ""
308
 
309
+ #: includes/class-freemius.php:14867, templates/pricing.php:97
310
  msgctxt "noun"
311
  msgid "Pricing"
312
  msgstr ""
313
 
314
+ #: includes/class-freemius.php:15061, includes/customizer/class-fs-customizer-support-section.php:67
315
  msgid "Support Forum"
316
  msgstr ""
317
 
318
+ #: includes/class-freemius.php:15846
319
  msgid "Your email has been successfully verified - you are AWESOME!"
320
  msgstr ""
321
 
322
+ #: includes/class-freemius.php:15847
323
  msgctxt "a positive response"
324
  msgid "Right on"
325
  msgstr ""
326
 
327
+ #: includes/class-freemius.php:16419
328
  msgid "Your %s Add-on plan was successfully upgraded."
329
  msgstr ""
330
 
331
+ #: includes/class-freemius.php:16421
332
  msgid "%s Add-on was successfully purchased."
333
  msgstr ""
334
 
335
+ #: includes/class-freemius.php:16424
336
  msgid "Download the latest version"
337
  msgstr ""
338
 
339
+ #: includes/class-freemius.php:16496
340
  msgctxt "%1s - plugin title, %2s - API domain"
341
  msgid "Your server is blocking the access to Freemius' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s"
342
  msgstr ""
343
 
344
+ #: includes/class-freemius.php:16499, includes/class-freemius.php:16914, includes/class-freemius.php:16979
345
  msgid "Error received from the server:"
346
  msgstr ""
347
 
348
+ #: includes/class-freemius.php:16509
349
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
350
  msgstr ""
351
 
352
+ #: includes/class-freemius.php:16691, includes/class-freemius.php:16919, includes/class-freemius.php:16962
353
  msgctxt "something somebody says when they are thinking about what you have just said."
354
  msgid "Hmm"
355
  msgstr ""
356
 
357
+ #: includes/class-freemius.php:16704
358
  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."
359
  msgstr ""
360
 
361
+ #: includes/class-freemius.php:16705, templates/account.php:98, templates/add-ons.php:130, templates/account/partials/addon.php:39
362
  msgctxt "trial period"
363
  msgid "Trial"
364
  msgstr ""
365
 
366
+ #: includes/class-freemius.php:16710
367
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
368
  msgstr ""
369
 
370
+ #: includes/class-freemius.php:16714, includes/class-freemius.php:16771
371
  msgid "Please contact us here"
372
  msgstr ""
373
 
374
+ #: includes/class-freemius.php:16724
375
  msgid "Your plan was successfully upgraded."
376
  msgstr ""
377
 
378
+ #: includes/class-freemius.php:16741
379
  msgid "Your plan was successfully changed to %s."
380
  msgstr ""
381
 
382
+ #: includes/class-freemius.php:16757
383
  msgid "Your license has expired. You can still continue using the free %s forever."
384
  msgstr ""
385
 
386
+ #: includes/class-freemius.php:16759
387
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
388
  msgstr ""
389
 
390
+ #: includes/class-freemius.php:16767
391
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
392
  msgstr ""
393
 
394
+ #: includes/class-freemius.php:16780
395
  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."
396
  msgstr ""
397
 
398
+ #: includes/class-freemius.php:16803
399
  msgid "Your free trial has expired. You can still continue using all our free features."
400
  msgstr ""
401
 
402
+ #: includes/class-freemius.php:16805
403
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
404
  msgstr ""
405
 
406
+ #: includes/class-freemius.php:16910
407
  msgid "It looks like the license could not be activated."
408
  msgstr ""
409
 
410
+ #: includes/class-freemius.php:16940
411
  msgid "Your license was successfully activated."
412
  msgstr ""
413
 
414
+ #: includes/class-freemius.php:16966
415
  msgid "It looks like your site currently doesn't have an active license."
416
  msgstr ""
417
 
418
+ #: includes/class-freemius.php:16978
419
  msgid "It looks like the license deactivation failed."
420
  msgstr ""
421
 
422
+ #: includes/class-freemius.php:17006
423
  msgid "Your license was successfully deactivated, you are back to the %s plan."
424
  msgstr ""
425
 
426
+ #: includes/class-freemius.php:17007
427
  msgid "O.K"
428
  msgstr ""
429
 
430
+ #: includes/class-freemius.php:17055
431
  msgid "Your plan was successfully downgraded. Your %s plan license will expire in %s."
432
  msgstr ""
433
 
434
+ #: includes/class-freemius.php:17065
435
  msgid "Seems like we are having some temporary issue with your plan downgrade. Please try again in few minutes."
436
  msgstr ""
437
 
438
+ #: includes/class-freemius.php:17089
439
  msgid "You are already running the %s in a trial mode."
440
  msgstr ""
441
 
442
+ #: includes/class-freemius.php:17100
443
  msgid "You already utilized a trial before."
444
  msgstr ""
445
 
446
+ #: includes/class-freemius.php:17114
447
  msgid "Plan %s do not exist, therefore, can't start a trial."
448
  msgstr ""
449
 
450
+ #: includes/class-freemius.php:17125
451
  msgid "Plan %s does not support a trial period."
452
  msgstr ""
453
 
454
+ #: includes/class-freemius.php:17136
455
  msgid "None of the %s's plans supports a trial period."
456
  msgstr ""
457
 
458
+ #: includes/class-freemius.php:17186
459
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
460
  msgstr ""
461
 
462
+ #: includes/class-freemius.php:17237
463
  msgid "Your %s free trial was successfully cancelled."
464
  msgstr ""
465
 
466
+ #: includes/class-freemius.php:17242
467
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
468
  msgstr ""
469
 
470
+ #: includes/class-freemius.php:17533
471
  msgid "Version %s was released."
472
  msgstr ""
473
 
474
+ #: includes/class-freemius.php:17533
475
  msgid "Please download %s."
476
  msgstr ""
477
 
478
+ #: includes/class-freemius.php:17540
479
  msgid "the latest %s version here"
480
  msgstr ""
481
 
482
+ #: includes/class-freemius.php:17545
483
  msgid "New"
484
  msgstr ""
485
 
486
+ #: includes/class-freemius.php:17550
487
  msgid "Seems like you got the latest release."
488
  msgstr ""
489
 
490
+ #: includes/class-freemius.php:17551
491
  msgid "You are all good!"
492
  msgstr ""
493
 
494
+ #: includes/class-freemius.php:17817
495
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
496
  msgstr ""
497
 
498
+ #: includes/class-freemius.php:17952
499
  msgid "Site successfully opted in."
500
  msgstr ""
501
 
502
+ #: includes/class-freemius.php:17953, includes/class-freemius.php:18730
503
  msgid "Awesome"
504
  msgstr ""
505
 
506
+ #: includes/class-freemius.php:17969, templates/forms/optout.php:32
507
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
508
  msgstr ""
509
 
510
+ #: includes/class-freemius.php:17970
511
  msgid "Thank you!"
512
  msgstr ""
513
 
514
+ #: includes/class-freemius.php:17977
515
  msgid "We will no longer be sending any usage data of %s on %s to %s."
516
  msgstr ""
517
 
518
+ #: includes/class-freemius.php:18092
519
  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."
520
  msgstr ""
521
 
522
+ #: includes/class-freemius.php:18098
523
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
524
  msgstr ""
525
 
526
+ #: includes/class-freemius.php:18103
527
  msgid "%s is the new owner of the account."
528
  msgstr ""
529
 
530
+ #: includes/class-freemius.php:18105
531
  msgctxt "as congratulations"
532
  msgid "Congrats"
533
  msgstr ""
534
 
535
+ #: includes/class-freemius.php:18125
536
  msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
537
  msgstr ""
538
 
539
+ #: includes/class-freemius.php:18126
540
  msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
541
  msgstr ""
542
 
543
+ #: includes/class-freemius.php:18133
544
  msgid "Change Ownership"
545
  msgstr ""
546
 
547
+ #: includes/class-freemius.php:18141
548
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
549
  msgstr ""
550
 
551
+ #: includes/class-freemius.php:18153
552
  msgid "Please provide your full name."
553
  msgstr ""
554
 
555
+ #: includes/class-freemius.php:18158
556
  msgid "Your name was successfully updated."
557
  msgstr ""
558
 
559
+ #: includes/class-freemius.php:18219
560
  msgid "You have successfully updated your %s."
561
  msgstr ""
562
 
563
+ #: includes/class-freemius.php:18359
564
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
565
  msgstr ""
566
 
567
+ #: includes/class-freemius.php:18360
568
  msgctxt "advance notice of something that will need attention."
569
  msgid "Heads up"
570
  msgstr ""
571
 
572
+ #: includes/class-freemius.php:18770
573
  msgctxt "exclamation"
574
  msgid "Hey"
575
  msgstr ""
576
 
577
+ #: includes/class-freemius.php:18770
578
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
579
  msgstr ""
580
 
581
+ #: includes/class-freemius.php:18778
582
  msgid "No commitment for %s days - cancel anytime!"
583
  msgstr ""
584
 
585
+ #: includes/class-freemius.php:18779
586
  msgid "No credit card required"
587
  msgstr ""
588
 
589
+ #: includes/class-freemius.php:18786, templates/forms/trial-start.php:53
590
  msgctxt "call to action"
591
  msgid "Start free trial"
592
  msgstr ""
593
 
594
+ #: includes/class-freemius.php:18863
595
  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!"
596
  msgstr ""
597
 
598
+ #: includes/class-freemius.php:18872
599
  msgid "Learn more"
600
  msgstr ""
601
 
602
+ #: includes/class-freemius.php:19022, templates/account.php:398, templates/account.php:501, templates/connect.php:169, templates/connect.php:408, templates/forms/license-activation.php:24, templates/account/partials/addon.php:230
603
  msgid "Activate License"
604
  msgstr ""
605
 
606
+ #: includes/class-freemius.php:19023, templates/account.php:461, templates/account.php:500, templates/account/partials/site.php:256
607
  msgid "Change License"
608
  msgstr ""
609
 
610
+ #: includes/class-freemius.php:19105, templates/account/partials/site.php:161
611
  msgid "Opt Out"
612
  msgstr ""
613
 
614
+ #: includes/class-freemius.php:19107, includes/class-freemius.php:19112, templates/account/partials/site.php:43, templates/account/partials/site.php:161
615
  msgid "Opt In"
616
  msgstr ""
617
 
618
+ #: includes/class-freemius.php:19304
619
  msgid "Please follow these steps to complete the upgrade"
620
  msgstr ""
621
 
622
+ #: includes/class-freemius.php:19308
623
  msgid "Download the latest %s version"
624
  msgstr ""
625
 
626
+ #: includes/class-freemius.php:19312
627
  msgid "Upload and activate the downloaded version"
628
  msgstr ""
629
 
630
+ #: includes/class-freemius.php:19314
631
  msgid "How to upload and activate?"
632
  msgstr ""
633
 
634
+ #: includes/class-freemius.php:19443
635
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
636
  msgstr ""
637
 
638
+ #: includes/class-freemius.php:19604
639
  msgid "Auto installation only works for opted-in users."
640
  msgstr ""
641
 
642
+ #: includes/class-freemius.php:19614, includes/class-freemius.php:19647, includes/class-fs-plugin-updater.php:713, includes/class-fs-plugin-updater.php:727
643
  msgid "Invalid module ID."
644
  msgstr ""
645
 
646
+ #: includes/class-freemius.php:19623, includes/class-fs-plugin-updater.php:747
647
  msgid "Premium version already active."
648
  msgstr ""
649
 
650
+ #: includes/class-freemius.php:19630
651
  msgid "You do not have a valid license to access the premium version."
652
  msgstr ""
653
 
654
+ #: includes/class-freemius.php:19637
655
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
656
  msgstr ""
657
 
658
+ #: includes/class-freemius.php:19655, includes/class-fs-plugin-updater.php:746
659
  msgid "Premium add-on version already installed."
660
  msgstr ""
661
 
662
+ #: includes/class-freemius.php:20000
663
  msgid "View paid features"
664
  msgstr ""
665
 
666
+ #: includes/class-freemius.php:20310
667
  msgid "Thank you so much for using %s and its add-ons!"
668
  msgstr ""
669
 
670
+ #: includes/class-freemius.php:20311
671
  msgid "Thank you so much for using %s!"
672
  msgstr ""
673
 
674
+ #: includes/class-freemius.php:20317
675
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
676
  msgstr ""
677
 
678
+ #: includes/class-freemius.php:20321
679
  msgid "Thank you so much for using our products!"
680
  msgstr ""
681
 
682
+ #: includes/class-freemius.php:20322
683
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
684
  msgstr ""
685
 
686
+ #: includes/class-freemius.php:20341
687
  msgid "%s and its add-ons"
688
  msgstr ""
689
 
690
+ #: includes/class-freemius.php:20350
691
  msgid "Products"
692
  msgstr ""
693
 
694
+ #: includes/class-freemius.php:20357, templates/connect.php:259
695
  msgid "Yes"
696
  msgstr ""
697
 
698
+ #: includes/class-freemius.php:20358, templates/connect.php:260
699
  msgid "send me security & feature updates, educational content and offers."
700
  msgstr ""
701
 
702
+ #: includes/class-freemius.php:20359, templates/connect.php:265
703
  msgid "No"
704
  msgstr ""
705
 
706
+ #: includes/class-freemius.php:20361, templates/connect.php:267
707
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
708
  msgstr ""
709
 
710
+ #: includes/class-freemius.php:20371
711
  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 🙂"
712
  msgstr ""
713
 
714
+ #: includes/class-freemius.php:20373, templates/connect.php:274
715
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
716
  msgstr ""
717
 
718
+ #: includes/class-freemius.php:20657
719
  msgid "License key is empty."
720
  msgstr ""
721
 
766
  msgid "Install Free Version Update Now"
767
  msgstr ""
768
 
769
+ #: includes/fs-plugin-info-dialog.php:404, templates/account.php:452
770
  msgid "Install Update Now"
771
  msgstr ""
772
 
925
  msgid "Last Updated"
926
  msgstr ""
927
 
928
+ #: includes/fs-plugin-info-dialog.php:915, templates/account.php:368
929
  msgctxt "x-ago"
930
  msgid "%s ago"
931
  msgstr ""
1167
  msgid "not verified"
1168
  msgstr ""
1169
 
1170
+ #: templates/account.php:368, templates/account/partials/addon.php:116
1171
+ msgid "Expired"
1172
+ msgstr ""
1173
+
1174
+ #: templates/account.php:420
1175
  msgid "Premium version"
1176
  msgstr ""
1177
 
1178
+ #: templates/account.php:422
1179
  msgid "Free version"
1180
  msgstr ""
1181
 
1182
+ #: templates/account.php:434
1183
  msgid "Verify Email"
1184
  msgstr ""
1185
 
1186
+ #: templates/account.php:445
1187
  msgid "Download %s Version"
1188
  msgstr ""
1189
 
1190
+ #: templates/account.php:459, templates/account.php:640, templates/account/partials/site.php:237, templates/account/partials/site.php:255
1191
  msgctxt "verb"
1192
  msgid "Show"
1193
  msgstr ""
1194
 
1195
+ #: templates/account.php:473
1196
  msgid "What is your %s?"
1197
  msgstr ""
1198
 
1199
+ #: templates/account.php:481, templates/account/billing.php:27
1200
  msgctxt "verb"
1201
  msgid "Edit"
1202
  msgstr ""
1203
 
1204
+ #: templates/account.php:494
1205
  msgid "Sites"
1206
  msgstr ""
1207
 
1208
+ #: templates/account.php:505
1209
  msgid "Search by address"
1210
  msgstr ""
1211
 
1212
+ #: templates/account.php:514, templates/account.php:562, templates/debug.php:226, templates/debug.php:354, templates/debug.php:439, templates/debug.php:476, templates/debug.php:514, templates/debug.php:587, templates/account/payments.php:35, templates/debug/logger.php:21
1213
  msgid "ID"
1214
  msgstr ""
1215
 
1216
+ #: templates/account.php:515, templates/debug.php:357
1217
  msgid "Address"
1218
  msgstr ""
1219
 
1220
+ #: templates/account.php:516
1221
  msgid "License"
1222
  msgstr ""
1223
 
1224
+ #: templates/account.php:517
1225
  msgid "Plan"
1226
  msgstr ""
1227
 
1228
+ #: templates/account.php:565
1229
  msgctxt "as software license"
1230
  msgid "License"
1231
  msgstr ""
1232
 
1233
+ #: templates/account.php:634
1234
  msgctxt "verb"
1235
  msgid "Hide"
1236
  msgstr ""
1237
 
1238
+ #: templates/account.php:669
1239
  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?"
1240
  msgstr ""
1241
 
2117
  msgid "Cancelled"
2118
  msgstr ""
2119
 
 
 
 
 
2120
  #: templates/account/partials/addon.php:121
2121
  msgid "No expiration"
2122
  msgstr ""
freemius/start.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @var string
17
  */
18
- $this_sdk_version = '2.1.0';
19
 
20
  #region SDK Selection Logic --------------------------------------------------------------------
21
 
@@ -179,6 +179,16 @@
179
  } else {
180
  $current_theme = wp_get_theme();
181
  $is_newest_sdk_plugin_active = ( $current_theme->stylesheet === $fs_newest_sdk->plugin_path );
 
 
 
 
 
 
 
 
 
 
182
  }
183
 
184
  if ( $is_current_sdk_newest &&
15
  *
16
  * @var string
17
  */
18
+ $this_sdk_version = '2.1.1';
19
 
20
  #region SDK Selection Logic --------------------------------------------------------------------
21
 
179
  } else {
180
  $current_theme = wp_get_theme();
181
  $is_newest_sdk_plugin_active = ( $current_theme->stylesheet === $fs_newest_sdk->plugin_path );
182
+
183
+ $current_theme_parent = $current_theme->parent();
184
+
185
+ /**
186
+ * If the current theme is a child of the theme that has the newest SDK, this prevents a redirects loop
187
+ * from happening by keeping the SDK info stored in the `fs_active_plugins` option.
188
+ */
189
+ if ( ! $is_newest_sdk_plugin_active && $current_theme_parent instanceof WP_Theme ) {
190
+ $is_newest_sdk_plugin_active = ( $fs_newest_sdk->plugin_path === $current_theme_parent->stylesheet );
191
+ }
192
  }
193
 
194
  if ( $is_current_sdk_newest &&
freemius/templates/account.php CHANGED
@@ -364,8 +364,12 @@
364
  <?php endif ?>
365
  <?php if ( is_object( $license ) && ! $license->is_lifetime() ) : ?>
366
  <?php if ( ! $is_active_subscription && ! $license->is_first_payment_pending() ) : ?>
 
 
367
  <label
368
- class="fs-tag fs-warn"><?php echo esc_html( sprintf( $expires_in_text, human_time_diff( time(), strtotime( $license->expiration ) ) ) ) ?></label>
 
 
369
  <?php elseif ( $is_active_subscription && ! $subscription->is_first_payment_pending() ) : ?>
370
  <label class="fs-tag fs-success"><?php echo esc_html( sprintf( $renews_in_text, human_time_diff( time(), strtotime( $subscription->next_payment ) ) ) ) ?></label>
371
  <?php endif ?>
364
  <?php endif ?>
365
  <?php if ( is_object( $license ) && ! $license->is_lifetime() ) : ?>
366
  <?php if ( ! $is_active_subscription && ! $license->is_first_payment_pending() ) : ?>
367
+ <?php $is_license_expired = $license->is_expired() ?>
368
+ <?php $expired_ago_text = ( fs_text_inline( 'Expired', 'expired', $slug ) . ' ' . fs_text_x_inline( '%s ago', 'x-ago', $slug ) ) ?>
369
  <label
370
+ class="fs-tag <?php echo $is_license_expired ? 'fs-error' : 'fs-warn' ?>"><?php
371
+ echo esc_html( sprintf( $is_license_expired ? $expired_ago_text : $expires_in_text, human_time_diff( time(), strtotime( $license->expiration ) ) ) )
372
+ ?></label>
373
  <?php elseif ( $is_active_subscription && ! $subscription->is_first_payment_pending() ) : ?>
374
  <label class="fs-tag fs-success"><?php echo esc_html( sprintf( $renews_in_text, human_time_diff( time(), strtotime( $subscription->next_payment ) ) ) ) ?></label>
375
  <?php endif ?>
img/star_0.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="108.9" height="103.6" viewBox="0 0 108.9 103.6"><defs><style>.cls-1{fill:#e3e6e6;}</style></defs><title>star_0</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><polygon class="cls-1" points="108.9 39.6 71.3 34.1 54.4 0 37.6 34.1 0 39.6 27.2 66.1 20.8 103.6 54.4 85.9 88.1 103.6 81.7 66.1 108.9 39.6"/></g></g></svg>
img/star_1.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg" width="108.9" height="103.6" viewBox="0 0 108.9 103.6">
3
+ <defs>
4
+ <style>.cls-1{fill:#f1c947;}</style>
5
+ </defs>
6
+ <title>star1</title>
7
+ <g id="Layer_2" data-name="Layer 2">
8
+ <g id="Layer_1-2" data-name="Layer 1">
9
+ <polygon class="cls-1" points="54.4 0 71.3 34.1 108.9 39.6 81.7 66.1 88.1 103.6 54.4 85.9 20.8 103.6 27.2 66.1 0 39.6 37.6 34.1 54.4 0"/>
10
+ </g>
11
+ </g>
12
+ </svg>
js/rater-js.js ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.raterJs = f()}})(function(){var define,module,exports;return (function(){function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s}return e})()({1:[function(require,module,exports){
2
+ "use strict";
3
+
4
+ /*! rater-js. [c] 2018 Fredrik Olsson. MIT License */
5
+ // var css = require('./style.css');
6
+
7
+ module.exports = function rater(options) {
8
+ //private fields
9
+ var showToolTip = true;
10
+
11
+ if (typeof options.element === "undefined" || options.element === null) {
12
+ throw new Error("element required");
13
+ }
14
+
15
+ if (typeof options.showToolTip !== "undefined") {
16
+ showToolTip = !!options.showToolTip;
17
+ }
18
+
19
+ if (typeof options.step !== "undefined") {
20
+ if (options.step <= 0 || options.step > 1) {
21
+ throw new Error("step must be a number between 0 and 1");
22
+ }
23
+ }
24
+
25
+ var stars = options.max || 5;
26
+ var starSize = options.starSize || 16;
27
+ var step = options.step || 1;
28
+ var onHover = options.onHover;
29
+ var onLeave = options.onLeave;
30
+ var rating;
31
+ var myRating;
32
+ var elem = options.element;
33
+ elem.classList.add("star-rating");
34
+ var div = document.createElement("div");
35
+ div.classList.add("star-value");
36
+ div.style.backgroundSize = starSize + "px";
37
+ elem.appendChild(div);
38
+ elem.style.width = starSize * stars + "px";
39
+ elem.style.height = starSize + "px";
40
+ elem.style.backgroundSize = starSize + "px";
41
+ var callback = options.rateCallback;
42
+ var disabled = !!options.readOnly;
43
+ var disableText;
44
+ var isRating = false;
45
+ var isBusyText = options.isBusyText;
46
+ var currentRating;
47
+ var ratingText;
48
+
49
+ if (typeof options.disableText !== "undefined") {
50
+ disableText = options.disableText;
51
+ } else {
52
+ disableText = "{rating}/{maxRating}";
53
+ }
54
+
55
+ if (typeof options.ratingText !== "undefined") {
56
+ ratingText = options.ratingText;
57
+ } else {
58
+ ratingText = "{rating}/{maxRating}";
59
+ }
60
+
61
+ if (options.rating) {
62
+ setRating(options.rating);
63
+ } else {
64
+ var dataRating = elem.dataset.rating;
65
+
66
+ if (dataRating) {
67
+ setRating(+dataRating);
68
+ }
69
+ }
70
+
71
+ if (typeof rating === "undefined") {
72
+ elem.querySelector(".star-value").style.width = "0px";
73
+ }
74
+
75
+ if (disabled) {
76
+ disable();
77
+ } //private methods
78
+
79
+
80
+ function onMouseMove(e) {
81
+ if (disabled === true || isRating === true) {
82
+ return;
83
+ }
84
+
85
+ var xCoor = e.offsetX;
86
+ var width = elem.offsetWidth;
87
+ var percent = xCoor / width * 100;
88
+
89
+ if (percent < 101) {
90
+ if (step === 1) {
91
+ currentRating = Math.ceil(percent / 100 * stars);
92
+ } else {
93
+ var rat = percent / 100 * stars;
94
+
95
+ for (var i = 0;; i += step) {
96
+ if (i >= rat) {
97
+ currentRating = i;
98
+ break;
99
+ }
100
+ }
101
+ }
102
+
103
+ elem.querySelector(".star-value").style.width = currentRating / stars * 100 + "%";
104
+
105
+ if (showToolTip) {
106
+ var toolTip = ratingText.replace("{rating}", currentRating);
107
+ toolTip = toolTip.replace("{maxRating}", stars);
108
+ elem.setAttribute("data-title", toolTip);
109
+ }
110
+
111
+ if (typeof onHover === "function") {
112
+ onHover(currentRating, rating);
113
+ }
114
+ }
115
+ }
116
+
117
+ function onStarOut(e) {
118
+ if (typeof rating !== "undefined") {
119
+ elem.querySelector(".star-value").style.width = rating / stars * 100 + "%";
120
+ elem.setAttribute("data-rating", rating);
121
+ } else {
122
+ elem.querySelector(".star-value").style.width = "0%";
123
+ elem.removeAttribute("data-rating");
124
+ }
125
+
126
+ if (typeof onLeave === "function") {
127
+ onLeave(currentRating, rating);
128
+ }
129
+ }
130
+
131
+ function onStarClick(e) {
132
+ if (disabled === true) {
133
+ return;
134
+ }
135
+
136
+ if (isRating === true) {
137
+ return;
138
+ }
139
+
140
+ if (typeof callback !== "undefined") {
141
+ isRating = true;
142
+ myRating = currentRating;
143
+
144
+ if (typeof isBusyText === "undefined") {
145
+ elem.removeAttribute("data-title");
146
+ } else {
147
+ elem.setAttribute("data-title", isBusyText);
148
+ }
149
+
150
+ callback.call(this, myRating, function () {
151
+ if (disabled === false) {
152
+ elem.removeAttribute("data-title");
153
+ }
154
+
155
+ isRating = false;
156
+ });
157
+ }
158
+ } //public methods
159
+
160
+
161
+ function disable() {
162
+ disabled = true;
163
+
164
+ if (showToolTip && !!disableText) {
165
+ var toolTip = disableText.replace("{rating}", rating);
166
+ toolTip = toolTip.replace("{maxRating}", stars);
167
+ elem.setAttribute("data-title", toolTip);
168
+ } else {
169
+ elem.removeAttribute("data-title");
170
+ }
171
+ }
172
+
173
+ function enable() {
174
+ disabled = false;
175
+ elem.removeAttribute("data-title");
176
+ }
177
+
178
+ function setRating(value) {
179
+ if (typeof value !== "number" && typeof value !== "undefined") {
180
+ throw new Error("Value must be a number or undefined.");
181
+ }
182
+
183
+ if (value < 0 || value > stars) {
184
+ var ratingError = new Error("Value too high. Please set a rating of " + stars + " or below.");
185
+ ratingError.name = "ratingError";
186
+ throw ratingError;
187
+ }
188
+
189
+ rating = value;
190
+ elem.querySelector(".star-value").style.width = value / stars * 100 + "%";
191
+ elem.setAttribute("data-rating", value);
192
+ }
193
+
194
+ function getRating() {
195
+ return rating;
196
+ }
197
+
198
+ function dispose() {
199
+ elem.removeEventListener("mousemove", onMouseMove);
200
+ elem.removeEventListener("mouseleave", onStarOut);
201
+ elem.removeEventListener("click", onStarClick);
202
+ }
203
+
204
+ elem.addEventListener("mousemove", onMouseMove);
205
+ elem.addEventListener("mouseleave", onStarOut);
206
+ var module = {
207
+ setRating: setRating,
208
+ getRating: getRating,
209
+ disable: disable,
210
+ enable: enable,
211
+ dispose: dispose
212
+ };
213
+ elem.addEventListener("click", onStarClick.bind(module));
214
+ return module;
215
+ };
216
+
217
+ },{"./style.css":2}],2:[function(require,module,exports){
218
+ var css = ".star-rating {\n width: 0;\n position: relative;\n display: inline-block;\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDguOSIgaGVpZ2h0PSIxMDMuNiIgdmlld0JveD0iMCAwIDEwOC45IDEwMy42Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2UzZTZlNjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnN0YXJfMDwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTA4LjkgMzkuNiA3MS4zIDM0LjEgNTQuNCAwIDM3LjYgMzQuMSAwIDM5LjYgMjcuMiA2Ni4xIDIwLjggMTAzLjYgNTQuNCA4NS45IDg4LjEgMTAzLjYgODEuNyA2Ni4xIDEwOC45IDM5LjYiLz48L2c+PC9nPjwvc3ZnPgo=);\n background-position: 0 0;\n background-repeat: repeat-x;\n cursor: pointer;\n}\n.star-rating[data-title]:hover:after {\n content: attr(data-title);\n padding: 4px 8px;\n color: #333;\n position: absolute;\n left: 0;\n top: 100%;\n z-index: 20;\n white-space: nowrap;\n -moz-border-radius: 5px;\n -webkit-border-radius: 5px;\n border-radius: 5px;\n -moz-box-shadow: 0px 0px 4px #222;\n -webkit-box-shadow: 0px 0px 4px #222;\n box-shadow: 0px 0px 4px #222;\n background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);\n background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));\n background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);\n background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);\n background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);\n background-image: -o-linear-gradient(top, #eeeeee, #cccccc);\n}\n.star-rating .star-value {\n height: 100%;\n position: absolute;\n}\n.star-rating .star-value {\n position: absolute;\n height: 100%;\n width: 100%;\n background: url('data:image/svg+xml;base64,PHN2ZwoJeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTA4LjkiIGhlaWdodD0iMTAzLjYiIHZpZXdCb3g9IjAgMCAxMDguOSAxMDMuNiI+Cgk8ZGVmcz4KCQk8c3R5bGU+LmNscy0xe2ZpbGw6I2YxYzk0Nzt9PC9zdHlsZT4KCTwvZGVmcz4KCTx0aXRsZT5zdGFyMTwvdGl0bGU+Cgk8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KCQk8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgoJCQk8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNTQuNCAwIDcxLjMgMzQuMSAxMDguOSAzOS42IDgxLjcgNjYuMSA4OC4xIDEwMy42IDU0LjQgODUuOSAyMC44IDEwMy42IDI3LjIgNjYuMSAwIDM5LjYgMzcuNiAzNC4xIDU0LjQgMCIvPgoJCTwvZz4KCTwvZz4KPC9zdmc+Cg==');\n background-repeat: repeat-x;\n}\n"; (require("browserify-css").createStyle(css, { "href": "lib\\style.css" }, { "insertAt": "bottom" })); module.exports = css;
219
+ },{"browserify-css":3}],3:[function(require,module,exports){
220
+ 'use strict';
221
+ // For more information about browser field, check out the browser field at https://github.com/substack/browserify-handbook#browser-field.
222
+
223
+ var styleElementsInsertedAtTop = [];
224
+
225
+ var insertStyleElement = function(styleElement, options) {
226
+ var head = document.head || document.getElementsByTagName('head')[0];
227
+ var lastStyleElementInsertedAtTop = styleElementsInsertedAtTop[styleElementsInsertedAtTop.length - 1];
228
+
229
+ options = options || {};
230
+ options.insertAt = options.insertAt || 'bottom';
231
+
232
+ if (options.insertAt === 'top') {
233
+ if (!lastStyleElementInsertedAtTop) {
234
+ head.insertBefore(styleElement, head.firstChild);
235
+ } else if (lastStyleElementInsertedAtTop.nextSibling) {
236
+ head.insertBefore(styleElement, lastStyleElementInsertedAtTop.nextSibling);
237
+ } else {
238
+ head.appendChild(styleElement);
239
+ }
240
+ styleElementsInsertedAtTop.push(styleElement);
241
+ } else if (options.insertAt === 'bottom') {
242
+ head.appendChild(styleElement);
243
+ } else {
244
+ throw new Error('Invalid value for parameter \'insertAt\'. Must be \'top\' or \'bottom\'.');
245
+ }
246
+ };
247
+
248
+ module.exports = {
249
+ // Create a <link> tag with optional data attributes
250
+ createLink: function(href, attributes) {
251
+ var head = document.head || document.getElementsByTagName('head')[0];
252
+ var link = document.createElement('link');
253
+
254
+ link.href = href;
255
+ link.rel = 'stylesheet';
256
+
257
+ for (var key in attributes) {
258
+ if ( ! attributes.hasOwnProperty(key)) {
259
+ continue;
260
+ }
261
+ var value = attributes[key];
262
+ link.setAttribute('data-' + key, value);
263
+ }
264
+
265
+ head.appendChild(link);
266
+ },
267
+ // Create a <style> tag with optional data attributes
268
+ createStyle: function(cssText, attributes, extraOptions) {
269
+ extraOptions = extraOptions || {};
270
+
271
+ var style = document.createElement('style');
272
+ style.type = 'text/css';
273
+
274
+ for (var key in attributes) {
275
+ if ( ! attributes.hasOwnProperty(key)) {
276
+ continue;
277
+ }
278
+ var value = attributes[key];
279
+ style.setAttribute('data-' + key, value);
280
+ }
281
+
282
+ if (style.sheet) { // for jsdom and IE9+
283
+ style.innerHTML = cssText;
284
+ style.sheet.cssText = cssText;
285
+ insertStyleElement(style, { insertAt: extraOptions.insertAt });
286
+ } else if (style.styleSheet) { // for IE8 and below
287
+ insertStyleElement(style, { insertAt: extraOptions.insertAt });
288
+ style.styleSheet.cssText = cssText;
289
+ } else { // for Chrome, Firefox, and Safari
290
+ style.appendChild(document.createTextNode(cssText));
291
+ insertStyleElement(style, { insertAt: extraOptions.insertAt });
292
+ }
293
+ }
294
+ };
295
+
296
+ },{}]},{},[1])(1)
297
+ });
js/yasr-admin.js CHANGED
@@ -18,11 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
18
 
19
  /****** Yasr Metabox overall rating ******/
20
 
21
- function yasrDisplayTopRightMetabox(defaultbox, postid, nonceOverall, nonceSnippet) {
22
 
23
  if (defaultbox == 'stars' ) {
24
 
25
- yasrPrintEventSendOverallWithStars(postid, nonceOverall);
26
 
27
  } //end if if (defaultbox == 'stars' )
28
 
@@ -34,52 +34,96 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
34
 
35
  yasrSnippetSelect(postid, nonceSnippet);
36
 
37
- } //End function yasr_display_metabox*/
38
 
39
 
40
  //This is for the stars
41
- function yasrPrintEventSendOverallWithStars(postid, nonce) {
42
 
43
- jQuery('#yasr_rateit_overall').on('rated', function() {
44
- jQuery('#loader-overall-rating').show();
45
- var el = jQuery(this);
46
- var value = el.rateit('value');
47
- var value = value.toFixed(1); //
48
 
49
- var data = {
50
- action: 'yasr_send_overall_rating',
51
- nonce: nonce,
52
- rating: value,
53
- post_id: postid
54
- };
55
 
56
- //Send value to the Server
57
- jQuery.post(ajaxurl, data, function(response) {
58
- jQuery('#loader-overall-rating').hide();
59
- jQuery('#yasr_rateit_overall_value').text(response);
60
- }) ;
 
 
 
61
 
62
- });
63
 
64
- jQuery('#yasr_rateit_overall').on('reset', function() {
65
- jQuery('#loader-overall-rating').show();
66
- var el = jQuery(this);
67
- var value = '-1';
68
 
69
- var data = {
70
- action: 'yasr_send_overall_rating',
71
- nonce: nonce,
72
- rating: value,
73
- post_id: postid
74
- };
75
 
76
- //Send value to the Server
77
- jQuery.post(ajaxurl, data, function(response) {
78
- jQuery('#loader-overall-rating').hide();
79
- jQuery('#yasr_rateit_overall_value').text(response);
80
- }) ;
81
 
82
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
84
  }
85
 
18
 
19
  /****** Yasr Metabox overall rating ******/
20
 
21
+ function yasrDisplayTopRightMetabox(defaultbox, postid, nonceOverall, nonceSnippet, overallRating, jqueryDisabled) {
22
 
23
  if (defaultbox == 'stars' ) {
24
 
25
+ yasrPrintEventSendOverallWithStars(postid, nonceOverall, overallRating, jqueryDisabled);
26
 
27
  } //end if if (defaultbox == 'stars' )
28
 
34
 
35
  yasrSnippetSelect(postid, nonceSnippet);
36
 
37
+ } //End function yasr_display_metabox
38
 
39
 
40
  //This is for the stars
41
+ function yasrPrintEventSendOverallWithStars(postid, nonce, overallRating, jqueryDisabled) {
42
 
43
+ if (jqueryDisabled == 'yes') {
 
 
 
 
44
 
45
+ //Convert string to number
46
+ overallRating = parseFloat(overallRating);
 
 
 
 
47
 
48
+ raterJs({
49
+ starSize: 32,
50
+ step: 0.1,
51
+ showToolTip: false,
52
+ rating: overallRating,
53
+ readOnly: false,
54
+ element: document.querySelector("#yasr-rater-overall"),
55
+ rateCallback: function rateCallback(rating, done) {
56
 
57
+ jQuery('#loader-overall-rating').show();
58
 
59
+ var rating = rating.toFixed(1);
60
+ var rating = parseFloat(rating);
61
+ this.setRating(rating);
 
62
 
63
+ var data = {
64
+ action: 'yasr_send_overall_rating',
65
+ nonce: nonce,
66
+ rating: rating,
67
+ post_id: postid
68
+ };
69
 
70
+ //Send value to the Server
71
+ jQuery.post(ajaxurl, data, function(response) {
72
+ jQuery('#loader-overall-rating').hide();
73
+ jQuery('#yasr_rateit_overall_value').text(response);
74
+ }) ;
75
 
76
+ done();
77
+ }
78
+ });
79
+
80
+ }
81
+
82
+ else {
83
+
84
+ /** This is for jquery rateit **/
85
+ jQuery('#yasr_rateit_overall').on('rated', function () {
86
+ jQuery('#loader-overall-rating').show();
87
+ var el = jQuery(this);
88
+ var value = el.rateit('value');
89
+ var value = value.toFixed(1); //
90
+
91
+ var data = {
92
+ action: 'yasr_send_overall_rating',
93
+ nonce: nonce,
94
+ rating: value,
95
+ post_id: postid
96
+ };
97
+
98
+ //Send value to the Server
99
+ jQuery.post(ajaxurl, data, function (response) {
100
+ jQuery('#loader-overall-rating').hide();
101
+ jQuery('#yasr_rateit_overall_value').text(response);
102
+ });
103
+
104
+ });
105
+
106
+ jQuery('#yasr_rateit_overall').on('reset', function () {
107
+ jQuery('#loader-overall-rating').show();
108
+ var el = jQuery(this);
109
+ var value = '-1';
110
+
111
+ var data = {
112
+ action: 'yasr_send_overall_rating',
113
+ nonce: nonce,
114
+ rating: value,
115
+ post_id: postid
116
+ };
117
+
118
+ //Send value to the Server
119
+ jQuery.post(ajaxurl, data, function (response) {
120
+ jQuery('#loader-overall-rating').hide();
121
+ jQuery('#yasr_rateit_overall_value').text(response);
122
+ });
123
+
124
+ });
125
+
126
+ }
127
 
128
  }
129
 
js/yasr-front.js CHANGED
@@ -8,6 +8,114 @@ yasrMultiSetData (setType, nonce)
8
 
9
  ***/
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  /****** Yasr shortcode page ******/
13
 
@@ -26,12 +134,10 @@ document.addEventListener('DOMContentLoaded', function(event) {
26
 
27
  }
28
 
29
-
30
  if (typeof yasrMultiSetData !== 'undefined') {
31
 
32
  yasrVisitorsMultiSet ();
33
 
34
-
35
  }
36
 
37
  if (typeof yasrMostHighestRanking !== 'undefined') {
@@ -261,4 +367,29 @@ jQuery( document ).ajaxComplete(function() {
261
 
262
  jQuery('.rateit').rateit();
263
 
264
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  ***/
10
 
11
+ //this is the function that print the overall rating shortcode, get overall rating and starsize
12
+ function yasrOverallRatingFront (overallRating, starSize) {
13
+
14
+ //convert to be a number
15
+ overallRating = parseFloat(overallRating);
16
+ starSize = parseInt(starSize);
17
+
18
+ raterJs({
19
+ starSize: starSize,
20
+ step: 0.1,
21
+ showToolTip: false,
22
+ rating: overallRating,
23
+ readOnly: true,
24
+ element: document.querySelector("#yasr-overall-rating-rater"),
25
+ });
26
+
27
+ }
28
+
29
+
30
+ function yasrVisitorVotesFront (mediumRating, starSize, readonly, postId) {
31
+
32
+ mediumRating = parseFloat(mediumRating);
33
+ starSize = parseInt(starSize);
34
+
35
+ //Convert string to boolean
36
+ if (readonly === 'true') {
37
+ readonly = true;
38
+ }
39
+ if (readonly === 'false') {
40
+ readonly = false;
41
+ }
42
+
43
+ var yasrVVElementToGet = '#yasr-visitor-votes-rater-'+postId;
44
+
45
+ raterJs({
46
+ starSize: starSize,
47
+ step: 1,
48
+ showToolTip: false,
49
+ rating: mediumRating,
50
+ readOnly: readonly,
51
+ element: document.querySelector(yasrVVElementToGet),
52
+
53
+ rateCallback: function rateCallback(rating, done) {
54
+
55
+ //show the loader
56
+ document.getElementById('yasr_visitor_votes_' + postId).innerHTML=yasrCommonData.loaderHtml;
57
+
58
+ //Just leave 1 number after the .
59
+ var rating = rating.toFixed(1);
60
+ //Be sure is a number and not a string
61
+ var rating = parseFloat(rating);
62
+
63
+ //Creating an object with data to send
64
+ var data = {
65
+ action: 'yasr_send_visitor_rating',
66
+ rating: rating,
67
+ post_id: postId,
68
+ size: starSize,
69
+ nonce_visitor: yasrVisitorsVotesData.nonceVisitor
70
+ };
71
+
72
+ //Convert in a string
73
+ var dataToSend = jsObject_to_URLEncoded(data);
74
+
75
+ //Create a new request
76
+ var yasrVVAjaxCall = new Request(yasrCommonData.ajaxurl ,{
77
+ method: 'post',
78
+ headers: new Headers({
79
+ "Content-Type": "application/x-www-form-urlencoded"
80
+ }),
81
+ body: dataToSend
82
+ });
83
+
84
+ //Do the ajax call
85
+ fetch(yasrVVAjaxCall)
86
+ .then(checkResponse)
87
+ .then (function(response) {
88
+ //return the new average rating
89
+ return response.json();
90
+ })
91
+
92
+ .then(function(data) {
93
+
94
+ document.getElementById('yasr_visitor_votes_' + postId).innerHTML = data;
95
+
96
+ raterJs({
97
+ starSize: starSize,
98
+ step: 1,
99
+ showToolTip: false,
100
+ rating: rating,
101
+ readOnly: true,
102
+ element: document.querySelector(yasrVVElementToGet)
103
+ });
104
+
105
+ })
106
+ .then(done)
107
+ .catch(function(err) {
108
+ console.log('Error with ajax call', err);
109
+ });
110
+
111
+ done();
112
+
113
+ }
114
+
115
+ });
116
+
117
+ }
118
+
119
 
120
  /****** Yasr shortcode page ******/
121
 
134
 
135
  }
136
 
 
137
  if (typeof yasrMultiSetData !== 'undefined') {
138
 
139
  yasrVisitorsMultiSet ();
140
 
 
141
  }
142
 
143
  if (typeof yasrMostHighestRanking !== 'undefined') {
367
 
368
  jQuery('.rateit').rateit();
369
 
370
+ });
371
+
372
+
373
+
374
+ /***** Function to convert js object (literal object) to string used for ajax calls in vanilla js ****/
375
+
376
+ function jsObject_to_URLEncoded(element, key, list){
377
+ var list = list || [];
378
+ if(typeof(element)=='object'){
379
+ for (var idx in element)
380
+ jsObject_to_URLEncoded(element[idx],key?key+'['+idx+']':idx,list);
381
+ } else {
382
+ list.push(key+'='+encodeURIComponent(element));
383
+ }
384
+ return list.join('&');
385
+ }
386
+
387
+
388
+ /**** function to check ajax response *****/
389
+ function checkResponse(res) {
390
+ if (res.status >= 400 && res.status < 600) {
391
+ throw new Error(`Failed with status ${res.status}`);
392
+ }
393
+
394
+ return res;
395
+ }
lib/yasr-ajax-functions.php CHANGED
@@ -989,164 +989,191 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
989
 
990
  function yasr_insert_visitor_votes_callback () {
991
 
992
- if(isset($_POST['rating']) && isset($_POST['post_id']) && isset($_POST['size']) && isset($_POST['nonce_visitor'])) {
993
- $rating = $_POST['rating'];
994
- $post_id = $_POST['post_id'];
995
- $rateit_class = $_POST['size'];
996
- $nonce_visitor = $_POST['nonce_visitor'];
997
 
998
- if($post_id == '') {
 
 
 
999
 
1000
- exit();
1001
 
1002
- }
1003
 
1004
- }
1005
 
1006
- else {
1007
- exit();
1008
- }
1009
 
1010
- do_action('yasr_action_on_visitor_vote', $post_id, $rating);
1011
 
1012
- if ( ! wp_verify_nonce( $nonce_visitor, 'yasr_nonce_insert_visitor_rating' ) ) {
1013
- die( 'Security check' );
1014
- }
1015
 
1016
- if ($rating < 1) {
1017
- _e("Error: you can't vote 0", 'yet-another-stars-rating');
1018
- die();
1019
- }
1020
 
1021
- elseif ($rating > 5 ) {
1022
- $rating = 5;
1023
- }
1024
 
1025
- if ($rateit_class == 'rateit yasr_visitor_votes_stars_div rateit-bg') {
1026
- $px_size = '16';
1027
- }
 
1028
 
1029
- elseif ($rateit_class == 'rateit medium yasr_visitor_votes_stars_div rateit-bg') {
1030
- $px_size = '24';
1031
- }
1032
 
1033
- //default values
1034
- else {
1035
- $px_size = '32';
1036
- }
1037
 
 
1038
 
1039
- $transient_name = 'yasr_visitor_votes_' . $post_id;
1040
 
1041
- delete_transient( $transient_name );
1042
 
1043
- global $wpdb;
 
 
1044
 
1045
- $current_user = wp_get_current_user();
 
 
1046
 
1047
- $ip_adress = yasr_get_ip();
 
 
 
1048
 
1049
- $result_update_log = NULL; //avoid undefined
1050
- $result_insert_log = NULL; //avoid undefined
1051
 
1052
- if (is_user_logged_in()) {
1053
 
1054
- //try to update first, if fails the do the insert
1055
- $result_update_log = $wpdb->update (
1056
- YASR_LOG_TABLE,
1057
- array (
1058
- 'post_id' => $post_id,
1059
- 'multi_set_id' => -1,
1060
- 'user_id' => $current_user->ID,
1061
- 'vote' => $rating,
1062
- 'date' => date('Y-m-d H:i:s'),
1063
- 'ip' => $ip_adress
1064
- ),
1065
- array (
1066
- 'post_id' => $post_id,
1067
- 'user_id' => $current_user->ID
1068
- ),
1069
- array ('%d', '%d', '%d', '%s', '%s', '%s'),
1070
- array ('%d', '%d')
1071
 
1072
- );
1073
 
1074
- //insert the new row
1075
- //use ! instead of === FALSE
1076
- if (!$result_update_log) {
1077
 
1078
- $result_insert_log = $wpdb->insert (
1079
- YASR_LOG_TABLE,
1080
- array (
1081
- 'post_id' => $post_id,
1082
- 'multi_set_id' => -1,
1083
- 'user_id' => $current_user->ID,
1084
- 'vote' => $rating,
1085
- 'date' => date('Y-m-d H:i:s'),
1086
- 'ip' => $ip_adress
1087
- ),
1088
- array ('%d', '%d', '%d', '%s', '%s', '%s')
1089
- );
1090
 
1091
- }
1092
 
1093
- }
 
1094
 
1095
- //if user is not logged in insert
1096
- else {
1097
 
1098
- //be sure that allow anonymous is on
1099
- if (YASR_ALLOWED_USER === 'allow_anonymous')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1100
 
1101
- $result_insert_log = $wpdb->replace (
1102
- YASR_LOG_TABLE,
1103
- array (
1104
- 'post_id' => $post_id,
1105
- 'multi_set_id' => -1,
1106
- 'user_id' => $current_user->ID,
1107
- 'vote' => $rating,
1108
- 'date' => date('Y-m-d H:i:s'),
1109
- 'ip' => $ip_adress
1110
- ),
1111
 
1112
- array ('%d', '%d', '%d', '%s', '%s', '%s')
1113
- );
 
1114
 
1115
- }
 
 
 
 
 
 
 
 
 
 
 
1116
 
1117
- if($result_update_log || $result_insert_log) {
1118
 
1119
- $row_exists = yasr_get_visitor_votes ($post_id, $create_transient=FALSE);
1120
 
1121
- foreach ($row_exists as $results) {
1122
- $stored_user_votes_sum = $results->sum_votes;
1123
- $stored_number_of_votes = $results->number_of_votes;
1124
- }
1125
 
1126
- $user_votes_sum = $stored_user_votes_sum;
1127
- $number_of_votes = $stored_number_of_votes;
1128
 
1129
- $cookiename = 'yasr_visitor_vote_cookie';
 
 
 
 
 
 
 
 
 
 
 
 
1130
 
1131
- $data_to_save = array(
1132
- 'post_id' => $post_id,
1133
- 'rating' => $rating
1134
- );
1135
 
1136
- yasr_setcookie($cookiename, $data_to_save);
1137
 
1138
- $total_rating = ($user_votes_sum / $number_of_votes);
1139
- $medium_rating = round ($total_rating, 1);
1140
 
1141
- echo "<div class=\"$rateit_class\" id=\"yasr_rateit_user_votes_voted\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$total_rating\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>
1142
- <span class=\"yasr-total-average-text\" title=\"yasr-stats\"> [" . __("Total: ", 'yet-another-stars-rating') . "$number_of_votes &nbsp; &nbsp;" . __("Average:", 'yet-another-stars-rating') . " $medium_rating/5 ]</span>
1143
- <span class=\"yasr-small-block-bold\" id=\"yasr-vote-saved\">" . __("Vote Saved" , 'yet-another-stars-rating') . "</span>";
 
 
 
 
 
 
1144
 
1145
- }
 
 
 
 
 
1146
 
1147
- die(); // this is required to return a proper result
 
1148
 
1149
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1150
 
1151
  /****** Get Multiple value from visitor and insert into db, used in yasr-shortcode-functions ******/
1152
 
989
 
990
  function yasr_insert_visitor_votes_callback () {
991
 
992
+ if(isset($_POST['rating']) && isset($_POST['post_id']) && isset($_POST['size']) && isset($_POST['nonce_visitor'])) {
 
 
 
 
993
 
994
+ $rating = $_POST['rating'];
995
+ $post_id = $_POST['post_id'];
996
+ $star_size = $_POST['size'];
997
+ $nonce_visitor = $_POST['nonce_visitor'];
998
 
999
+ if($post_id == '') {
1000
 
1001
+ exit();
1002
 
1003
+ }
1004
 
1005
+ }
 
 
1006
 
1007
+ else {
1008
 
1009
+ exit();
1010
+ }
 
1011
 
1012
+ do_action('yasr_action_on_visitor_vote', $post_id, $rating);
 
 
 
1013
 
1014
+ if ( ! wp_verify_nonce( $nonce_visitor, 'yasr_nonce_insert_visitor_rating' ) ) {
1015
+ die( 'Security check' );
1016
+ }
1017
 
1018
+ if ($rating < 1) {
1019
+ _e("Error: you can't vote 0", 'yet-another-stars-rating');
1020
+ die();
1021
+ }
1022
 
1023
+ elseif ($rating > 5 ) {
1024
+ $rating = 5;
1025
+ }
1026
 
1027
+ if (YASR_JQUERY_DISABLED === 'yes') {
 
 
 
1028
 
1029
+ $star_size = (int)$star_size;
1030
 
1031
+ }
1032
 
1033
+ else {
1034
 
1035
+ if ($star_size == 'rateit yasr_visitor_votes_stars_div rateit-bg') {
1036
+ $px_size = '16';
1037
+ }
1038
 
1039
+ elseif ($star_size == 'rateit medium yasr_visitor_votes_stars_div rateit-bg') {
1040
+ $px_size = '24';
1041
+ }
1042
 
1043
+ //default values
1044
+ else {
1045
+ $px_size = '32';
1046
+ }
1047
 
1048
+ }
 
1049
 
 
1050
 
1051
+ $transient_name = 'yasr_visitor_votes_' . $post_id;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1052
 
1053
+ delete_transient( $transient_name );
1054
 
1055
+ global $wpdb;
 
 
1056
 
1057
+ $current_user = wp_get_current_user();
 
 
 
 
 
 
 
 
 
 
 
1058
 
1059
+ $ip_adress = yasr_get_ip();
1060
 
1061
+ $result_update_log = NULL; //avoid undefined
1062
+ $result_insert_log = NULL; //avoid undefined
1063
 
1064
+ if (is_user_logged_in()) {
 
1065
 
1066
+ //try to update first, if fails the do the insert
1067
+ $result_update_log = $wpdb->update (
1068
+ YASR_LOG_TABLE,
1069
+ array (
1070
+ 'post_id' => $post_id,
1071
+ 'multi_set_id' => -1,
1072
+ 'user_id' => $current_user->ID,
1073
+ 'vote' => $rating,
1074
+ 'date' => date('Y-m-d H:i:s'),
1075
+ 'ip' => $ip_adress
1076
+ ),
1077
+ array (
1078
+ 'post_id' => $post_id,
1079
+ 'user_id' => $current_user->ID
1080
+ ),
1081
+ array ('%d', '%d', '%d', '%s', '%s', '%s'),
1082
+ array ('%d', '%d')
1083
 
1084
+ );
 
 
 
 
 
 
 
 
 
1085
 
1086
+ //insert the new row
1087
+ //use ! instead of === FALSE
1088
+ if (!$result_update_log) {
1089
 
1090
+ $result_insert_log = $wpdb->insert (
1091
+ YASR_LOG_TABLE,
1092
+ array (
1093
+ 'post_id' => $post_id,
1094
+ 'multi_set_id' => -1,
1095
+ 'user_id' => $current_user->ID,
1096
+ 'vote' => $rating,
1097
+ 'date' => date('Y-m-d H:i:s'),
1098
+ 'ip' => $ip_adress
1099
+ ),
1100
+ array ('%d', '%d', '%d', '%s', '%s', '%s')
1101
+ );
1102
 
1103
+ }
1104
 
1105
+ }
1106
 
1107
+ //if user is not logged in insert
1108
+ else {
 
 
1109
 
1110
+ //be sure that allow anonymous is on
1111
+ if (YASR_ALLOWED_USER === 'allow_anonymous')
1112
 
1113
+ $result_insert_log = $wpdb->replace (
1114
+ YASR_LOG_TABLE,
1115
+ array (
1116
+ 'post_id' => $post_id,
1117
+ 'multi_set_id' => -1,
1118
+ 'user_id' => $current_user->ID,
1119
+ 'vote' => $rating,
1120
+ 'date' => date('Y-m-d H:i:s'),
1121
+ 'ip' => $ip_adress
1122
+ ),
1123
+
1124
+ array ('%d', '%d', '%d', '%s', '%s', '%s')
1125
+ );
1126
 
1127
+ }
 
 
 
1128
 
1129
+ if($result_update_log || $result_insert_log) {
1130
 
1131
+ $row_exists = yasr_get_visitor_votes ($post_id, $create_transient=FALSE);
 
1132
 
1133
+ foreach ($row_exists as $results) {
1134
+ $stored_user_votes_sum = $results->sum_votes;
1135
+ $stored_number_of_votes = $results->number_of_votes;
1136
+ }
1137
+
1138
+ $user_votes_sum = $stored_user_votes_sum;
1139
+ $number_of_votes = $stored_number_of_votes;
1140
+
1141
+ $cookiename = 'yasr_visitor_vote_cookie';
1142
 
1143
+ $data_to_save = array(
1144
+ 'post_id' => $post_id,
1145
+ 'rating' => $rating
1146
+ );
1147
+
1148
+ yasr_setcookie($cookiename, $data_to_save);
1149
 
1150
+ $total_rating = ($user_votes_sum / $number_of_votes);
1151
+ $medium_rating = round ($total_rating, 1);
1152
 
1153
+ if (YASR_JQUERY_DISABLED === 'yes') {
1154
+
1155
+ $html_to_return = '<div id="yasr-visitor-votes-rater-'. "$post_id" . '"></div>';
1156
+ $html_to_return .= '<span class="yasr-total-average-text" title="yasr-stats"> [' . __( 'Total: ', 'yet-another-stars-rating' ) . "$number_of_votes &nbsp; &nbsp;" . __( 'Average:', 'yet-another-stars-rating' ) . "$medium_rating/5 ]</span>";
1157
+ $html_to_return .= '<span class="yasr-small-block-bold" id="yasr-vote-saved">' . __( 'Vote Saved', 'yet-another-stars-rating' ) . '</span>';
1158
+
1159
+
1160
+ echo json_encode($html_to_return);
1161
+
1162
+ }
1163
+
1164
+ else {
1165
+
1166
+ echo "<div class=\"$star_size\" id=\"yasr_rateit_user_votes_voted\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$total_rating\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>
1167
+ <span class=\"yasr-total-average-text\" title=\"yasr-stats\"> [" . __( "Total: ", 'yet-another-stars-rating' ) . "$number_of_votes &nbsp; &nbsp;" . __( "Average:", 'yet-another-stars-rating' ) . " $medium_rating/5 ]</span>
1168
+ <span class=\"yasr-small-block-bold\" id=\"yasr-vote-saved\">" . __( "Vote Saved", 'yet-another-stars-rating' ) . "</span>";
1169
+
1170
+ }
1171
+
1172
+ }
1173
+
1174
+ die(); // this is required to return a proper result
1175
+
1176
+ }
1177
 
1178
  /****** Get Multiple value from visitor and insert into db, used in yasr-shortcode-functions ******/
1179
 
lib/yasr-functions.php CHANGED
@@ -52,7 +52,16 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
52
 
53
  wp_enqueue_script( 'rateit', YASR_JS_DIR . 'jquery.rateit.min.js' , array('jquery'), '1.0.22', TRUE );
54
 
55
- wp_enqueue_script( 'jquery-ui-progressbar' ); //script
 
 
 
 
 
 
 
 
 
56
 
57
  wp_enqueue_script( 'jquery-ui-tooltip' ); //script
58
 
@@ -65,16 +74,17 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
65
  $tooltip_values = __("bad, poor, ok, good, super", 'yet-another-stars-rating');
66
  $tooltip_values_exploded = explode(", ", $tooltip_values);
67
 
68
- wp_localize_script ('yasrfront', 'yasrCommonData', array(
69
 
70
  'postid' => get_the_ID(),
71
  'ajaxurl' => admin_url('admin-ajax.php'),
72
  'loggedUser' => is_user_logged_in(),
73
  'visitorStatsEnabled' => YASR_VISITORS_STATS,
74
  'tooltipValues' => $tooltip_values_exploded,
75
- 'loaderHtml' => $yasr_visitor_votes_loader
 
76
 
77
- )
78
 
79
  );
80
 
@@ -92,15 +102,22 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
92
  wp_enqueue_style( 'yasrcss', YASR_CSS_DIR . 'yasr-admin.css', FALSE, NULL, 'all' );
93
  wp_enqueue_style( 'wp-jquery-ui-dialog' ); //style
94
 
95
- wp_enqueue_script( 'rateit', YASR_JS_DIR . 'jquery.rateit.min.js' , array('jquery'), '1.0.20', TRUE );
96
- wp_enqueue_script( 'jquery-ui-dialog' ); //script
97
 
98
- wp_enqueue_script( 'yasradmin', YASR_JS_DIR . 'yasr-admin.js' , array('jquery', 'rateit'), '1.0.00', TRUE );
 
99
 
100
- //this is for tinymce
101
- wp_enqueue_script('yasr_shortcode_creator', YASR_JS_DIR . 'yasr-shortcode-creator.js', array('jquery'), '1.0', TRUE);
 
 
102
 
 
103
 
 
 
 
 
104
 
105
  do_action('yasr_add_admin_scripts_end' );
106
 
52
 
53
  wp_enqueue_script( 'rateit', YASR_JS_DIR . 'jquery.rateit.min.js' , array('jquery'), '1.0.22', TRUE );
54
 
55
+
56
+ //load rater if jquery is disabled
57
+ if (YASR_JQUERY_DISABLED === 'yes') {
58
+
59
+ wp_enqueue_script( 'rater', YASR_JS_DIR . 'rater-js.js' , '', '0.6.0', TRUE );
60
+
61
+
62
+ }
63
+
64
+ wp_enqueue_script( 'jquery-ui-progressbar' ); //script
65
 
66
  wp_enqueue_script( 'jquery-ui-tooltip' ); //script
67
 
74
  $tooltip_values = __("bad, poor, ok, good, super", 'yet-another-stars-rating');
75
  $tooltip_values_exploded = explode(", ", $tooltip_values);
76
 
77
+ wp_localize_script ('yasrfront', 'yasrCommonData', [
78
 
79
  'postid' => get_the_ID(),
80
  'ajaxurl' => admin_url('admin-ajax.php'),
81
  'loggedUser' => is_user_logged_in(),
82
  'visitorStatsEnabled' => YASR_VISITORS_STATS,
83
  'tooltipValues' => $tooltip_values_exploded,
84
+ 'loaderHtml' => $yasr_visitor_votes_loader,
85
+ 'jquery_disabled' => YASR_JQUERY_DISABLED
86
 
87
+ ]
88
 
89
  );
90
 
102
  wp_enqueue_style( 'yasrcss', YASR_CSS_DIR . 'yasr-admin.css', FALSE, NULL, 'all' );
103
  wp_enqueue_style( 'wp-jquery-ui-dialog' ); //style
104
 
105
+ wp_enqueue_script( 'rateit', YASR_JS_DIR . 'jquery.rateit.min.js' , array('jquery'), '1.0.22', TRUE );
 
106
 
107
+ //load rater if jquery is disabled
108
+ if (YASR_JQUERY_DISABLED === 'yes') {
109
 
110
+ wp_enqueue_script( 'rater', YASR_JS_DIR . 'rater-js.js' , '', '0.6.0', TRUE );
111
+
112
+
113
+ }
114
 
115
+ wp_enqueue_script( 'jquery-ui-dialog' ); //script
116
 
117
+ wp_enqueue_script( 'yasradmin', YASR_JS_DIR . 'yasr-admin.js' , array('jquery'), '1.0.00', TRUE );
118
+
119
+ //this is for tinymce
120
+ wp_enqueue_script('yasr_shortcode_creator', YASR_JS_DIR . 'yasr-shortcode-creator.js', array('jquery'), '1.0', TRUE);
121
 
122
  do_action('yasr_add_admin_scripts_end' );
123
 
lib/yasr-settings-functions.php CHANGED
@@ -82,6 +82,12 @@ function yasr_settings_tabs($active_tab) {
82
 
83
  }
84
 
 
 
 
 
 
 
85
 
86
  add_settings_section( 'yasr_general_options_section_id', __('General settings', 'yet-another-stars-rating'), 'yasr_section_callback', 'yasr_general_settings_tab' );
87
  add_settings_field( 'yasr_use_auto_insert_id', __('Auto insert options', 'yet-another-stars-rating'), 'yasr_auto_insert_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
@@ -93,6 +99,7 @@ function yasr_settings_tabs($active_tab) {
93
  add_settings_field( 'yasr_enable_ip', __('Do you want to save ip address?', 'yet-another-stars-rating'), 'yasr_enable_ip_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option);
94
  add_settings_field( 'yasr_choose_snippet_id', __('Rich snippet options', 'yet-another-stars-rating'), 'yasr_choose_snippet_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
95
  add_settings_field( 'yasr_choose_overall_rating_method', __('How do you want to rate "Overall Rating"?', 'yet-another-stars-rating'), 'yasr_choose_overall_rating_method_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
 
96
 
97
  }
98
 
@@ -545,11 +552,40 @@ function yasr_settings_tabs($active_tab) {
545
  <?php _e('Numbers', 'yet-another-stars-rating')?>
546
  <br />
547
 
 
 
 
 
548
  <?php
549
 
550
  }
551
 
 
 
 
552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
 
554
 
555
  function yasr_general_options_sanitize($option) {
@@ -661,6 +697,19 @@ function yasr_settings_tabs($active_tab) {
661
 
662
  }
663
 
 
 
 
 
 
 
 
 
 
 
 
 
 
664
  return $output;
665
 
666
  }
82
 
83
  }
84
 
85
+ if(!isset($option['disable_jquery'])) {
86
+
87
+ $option['disable_jquery'] = 'no';
88
+
89
+ }
90
+
91
 
92
  add_settings_section( 'yasr_general_options_section_id', __('General settings', 'yet-another-stars-rating'), 'yasr_section_callback', 'yasr_general_settings_tab' );
93
  add_settings_field( 'yasr_use_auto_insert_id', __('Auto insert options', 'yet-another-stars-rating'), 'yasr_auto_insert_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
99
  add_settings_field( 'yasr_enable_ip', __('Do you want to save ip address?', 'yet-another-stars-rating'), 'yasr_enable_ip_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option);
100
  add_settings_field( 'yasr_choose_snippet_id', __('Rich snippet options', 'yet-another-stars-rating'), 'yasr_choose_snippet_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
101
  add_settings_field( 'yasr_choose_overall_rating_method', __('How do you want to rate "Overall Rating"?', 'yet-another-stars-rating'), 'yasr_choose_overall_rating_method_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
102
+ add_settings_field( 'yasr_rater', __('Do you want disable jQuery?', 'yet-another-stars-rating'), 'yasr_rater_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
103
 
104
  }
105
 
552
  <?php _e('Numbers', 'yet-another-stars-rating')?>
553
  <br />
554
 
555
+ <p>&nbsp;</p>
556
+
557
+ <hr>
558
+
559
  <?php
560
 
561
  }
562
 
563
+ function yasr_rater_callback($option) {
564
+
565
+ ?>
566
 
567
+ <div class="yasr-onoffswitch-big">
568
+ <input type="checkbox" name="yasr_general_options[disable_jquery]" class="yasr-onoffswitch-checkbox" id="yasr-general-options-disable-query" <?php if ($option['disable_jquery']==='yes') echo " checked='checked' "; ?> >
569
+ <label class="yasr-onoffswitch-label" for="yasr-general-options-disable-query">
570
+ <span class="yasr-onoffswitch-inner"></span>
571
+ <span class="yasr-onoffswitch-switch"></span>
572
+ </label>
573
+ </div>
574
+
575
+ <br />
576
+
577
+ <?php
578
+
579
+ $string = sprintf(__('If you disable jQuery, YASR will work on vanilla javascript, allowing to work on ANP pages too. %s
580
+ Please note this feature is still in beta. %s
581
+ For now, this work only with yasr_overall_rating and yasr_visitor_votes shortcodes. %s
582
+ You will not able to change star set colors %s
583
+ Please report any bug %s', 'yet-another-stars-rating'),
584
+ '<br />', '<br />', '<br />', '<br />', '<a href="https://wordpress.org/plugins/yet-another-stars-rating/">here</a>');
585
+
586
+ echo $string;
587
+
588
+ }
589
 
590
 
591
  function yasr_general_options_sanitize($option) {
697
 
698
  }
699
 
700
+ //Same as above but for enable_ip key
701
+ if(!array_key_exists('disable_jquery', $output)) {
702
+
703
+ $output['disable_jquery'] = 'no';
704
+
705
+ }
706
+ //if exists must be string 'yes'
707
+ else {
708
+
709
+ $output['disable_jquery'] = 'yes';
710
+
711
+ }
712
+
713
  return $output;
714
 
715
  }
lib/yasr-shortcode-functions.php CHANGED
@@ -60,8 +60,20 @@ add_shortcode ('yasr_overall_rating', 'shortcode_overall_rating_callback');
60
 
61
  $stars_attribute = yasr_stars_size($size);
62
 
63
- $shortcode_html .= "<div class=\"$stars_attribute[class]\" id=\"yasr_rateit_overall\" data-rateit-starwidth=\"$stars_attribute[px_size]\" data-rateit-starheight=\"$stars_attribute[px_size]\" data-rateit-value=\"$overall_rating\" data-rateit-step=\"0.1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>";
64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
  if (YASR_TEXT_BEFORE_STARS == 1 && YASR_TEXT_BEFORE_OVERALL != '') {
67
 
@@ -69,10 +81,27 @@ add_shortcode ('yasr_overall_rating', 'shortcode_overall_rating_callback');
69
 
70
  }
71
 
72
- $shortcode_html .= '
73
- <!--End Yasr Overall Rating Shortcode-->
74
- ';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
 
 
76
 
77
  //If overall rating in loop is enabled don't use is_singular && is main_query
78
  if ( YASR_SHOW_OVERALL_IN_LOOP === 'enabled' ) {
@@ -326,7 +355,17 @@ add_shortcode ('yasr_visitor_votes', 'shortcode_visitor_votes_callback');
326
 
327
  }
328
 
329
- $shortcode_html .= "<div class=\"$stars_attribute[class]\" id=\"yasr_rateit_visitor_votes_$post_id\" data-postid=\"$post_id\" data-rateit-starwidth=\"$stars_attribute[px_size]\" data-rateit-starheight=\"$stars_attribute[px_size]\" data-rateit-value=\"$medium_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"$readonly\"></div>";
 
 
 
 
 
 
 
 
 
 
330
 
331
  $shortcode_html .= $span_dashicon;
332
 
@@ -340,8 +379,26 @@ add_shortcode ('yasr_visitor_votes', 'shortcode_visitor_votes_callback');
340
  <!--End Yasr Visitor Votes Shortcode-->
341
  ';
342
 
 
 
 
 
 
343
 
 
 
 
 
 
 
 
 
 
 
 
 
344
 
 
345
 
346
 
347
  //If overall rating in loop is enabled don't use is_singular && is main_query
@@ -832,8 +889,6 @@ add_shortcode ('yasr_top_ten_highest_rated', 'yasr_top_ten_highest_rated_callbac
832
 
833
  global $wpdb;
834
 
835
-
836
-
837
  $query_result = $wpdb->get_results("SELECT pm.meta_value AS overall_rating, pm.post_id AS post_id
838
  FROM $wpdb->postmeta AS pm, $wpdb->posts AS p
839
  WHERE pm.post_id = p.ID
60
 
61
  $stars_attribute = yasr_stars_size($size);
62
 
 
63
 
64
+ //IF jquery is disabled, use rater
65
+ if (YASR_JQUERY_DISABLED === 'yes') {
66
+
67
+ $shortcode_html .= "<div id=\"yasr-overall-rating-rater\"></div>";
68
+
69
+ }
70
+
71
+ //by default, use jquery
72
+ else {
73
+
74
+ $shortcode_html .= "<div class=\"$stars_attribute[class]\" id=\"yasr_rateit_overall\" data-rateit-starwidth=\"$stars_attribute[px_size]\" data-rateit-starheight=\"$stars_attribute[px_size]\" data-rateit-value=\"$overall_rating\" data-rateit-step=\"0.1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>";
75
+
76
+ }
77
 
78
  if (YASR_TEXT_BEFORE_STARS == 1 && YASR_TEXT_BEFORE_OVERALL != '') {
79
 
81
 
82
  }
83
 
84
+ $shortcode_html .= '<!--End Yasr Overall Rating Shortcode-->';
85
+
86
+ if (YASR_JQUERY_DISABLED === 'yes') {
87
+ $shortcode_html .= '
88
+
89
+ <script type="text/javascript">
90
+
91
+ document.addEventListener(\'DOMContentLoaded\', function(event) {
92
+
93
+ var overallRating=' . json_encode( $overall_rating ) . ';
94
+ var starSize=' . json_encode( $stars_attribute["px_size"] ) . ';
95
+
96
+ yasrOverallRatingFront (overallRating, starSize);
97
+
98
+ });
99
+
100
+ </script>
101
+
102
+ ';
103
 
104
+ }
105
 
106
  //If overall rating in loop is enabled don't use is_singular && is main_query
107
  if ( YASR_SHOW_OVERALL_IN_LOOP === 'enabled' ) {
355
 
356
  }
357
 
358
+ if (YASR_JQUERY_DISABLED === 'yes') {
359
+
360
+ $shortcode_html .= "<div id=\"yasr-visitor-votes-rater-$post_id\"></div>";
361
+
362
+ }
363
+
364
+ else {
365
+
366
+ $shortcode_html .= "<div class=\"$stars_attribute[class]\" id=\"yasr_rateit_visitor_votes_$post_id\" data-postid=\"$post_id\" data-rateit-starwidth=\"$stars_attribute[px_size]\" data-rateit-starheight=\"$stars_attribute[px_size]\" data-rateit-value=\"$medium_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"$readonly\"></div>";
367
+
368
+ }
369
 
370
  $shortcode_html .= $span_dashicon;
371
 
379
  <!--End Yasr Visitor Votes Shortcode-->
380
  ';
381
 
382
+ if (YASR_JQUERY_DISABLED === 'yes') {
383
+
384
+ $shortcode_html .= '
385
+
386
+ <script type="text/javascript">
387
 
388
+ document.addEventListener(\'DOMContentLoaded\', function(event) {
389
+
390
+ var mediumRating =' . json_encode( $medium_rating ) . ';
391
+ var starSize =' . json_encode( $stars_attribute["px_size"] ) . ';
392
+ var readonly =' . json_encode( $readonly ) . ';
393
+ var yasrVVPostId = ' . json_encode($post_id) .';
394
+
395
+ yasrVisitorVotesFront (mediumRating, starSize, readonly, yasrVVPostId);
396
+
397
+ });
398
+
399
+ </script>';
400
 
401
+ }
402
 
403
 
404
  //If overall rating in loop is enabled don't use is_singular && is main_query
889
 
890
  global $wpdb;
891
 
 
 
892
  $query_result = $wpdb->get_results("SELECT pm.meta_value AS overall_rating, pm.post_id AS post_id
893
  FROM $wpdb->postmeta AS pm, $wpdb->posts AS p
894
  WHERE pm.post_id = p.ID
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: ratings, rating, postrating, google rating, 5 star, review, reviews, star
4
  Requires at least: 4.3.0
5
  Contributors: Dudo
6
  Tested up to: 5.0
7
- Stable tag: 1.6.4
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  Boost the way people interact with your website, e-commerce or blog with an easy and intuitive WordPress rating system!
@@ -12,7 +12,7 @@ Boost the way people interact with your website, e-commerce or blog with an easy
12
  == Description ==
13
  Improving the user experience (UX) with your website is a top priority for everyone who cares about their online activity, as it promotes familiarity and loyalty with your brand, and enhances visibility of your activity.
14
 
15
- Yasr - Yet Another Stars Rating is a powerful way to add SEO-friendly user-generated reviews and testimonials to your website posts, pages and CPC, without affecting its speed.
16
 
17
  = How To use =
18
 
@@ -52,7 +52,7 @@ In this video I'll show you the "Auto Insert" feature and manual placement of YA
52
  * [SOURCEWP](http://www.sourcewp.com/best-post-voting-plugins-wordpress/)
53
  * [HOWSHOST](https://howshost.com/add-post-rating-system-in-wordpress/)
54
 
55
- Do you want more feature? [Check out Yasr Extensions!](https://yetanotherstarsrating.com/#yasr-pro-anchor)
56
 
57
  == Installation ==
58
  1. Install Yet Another Stars Rating either via the WordPress.org plugin directory, or by uploading the files to your server
@@ -107,6 +107,11 @@ Of course not: you can easily add it on the visual editor just by clicking the "
107
 
108
  The full changelog can be found in the plugin's directory. Recent entries:
109
 
 
 
 
 
 
110
  = 1.6.4 =
111
  Updated freemius sdk to be gdpr compilant
112
 
4
  Requires at least: 4.3.0
5
  Contributors: Dudo
6
  Tested up to: 5.0
7
+ Stable tag: 1.6.5
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  Boost the way people interact with your website, e-commerce or blog with an easy and intuitive WordPress rating system!
12
  == Description ==
13
  Improving the user experience (UX) with your website is a top priority for everyone who cares about their online activity, as it promotes familiarity and loyalty with your brand, and enhances visibility of your activity.
14
 
15
+ Yasr - Yet Another Stars Rating is a powerful way to add SEO-friendly user-generated reviews and testimonials to your website posts, pages and CPT, without affecting its speed.
16
 
17
  = How To use =
18
 
52
  * [SOURCEWP](http://www.sourcewp.com/best-post-voting-plugins-wordpress/)
53
  * [HOWSHOST](https://howshost.com/add-post-rating-system-in-wordpress/)
54
 
55
+ Do you want more feature? [Check out Yasr Pro!](https://yetanotherstarsrating.com/#yasr-pro-anchor)
56
 
57
  == Installation ==
58
  1. Install Yet Another Stars Rating either via the WordPress.org plugin directory, or by uploading the files to your server
107
 
108
  The full changelog can be found in the plugin's directory. Recent entries:
109
 
110
+ = 1.6.5 =
111
+ NEW FEATURE: is it possible to use YASR without jquery, but use a pure javascript library called Rater https://github.com/fredolss/rater-js (so it will work on AMP pages!!).
112
+ This functionality is still in beta and for now and works only with yasr_overall_rating and yasr_visitor_votes shortcode.
113
+ You can enable/disable this in every moment in the settings
114
+
115
  = 1.6.4 =
116
  Updated freemius sdk to be gdpr compilant
117
 
yasr-metabox-top-right.php CHANGED
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
25
  $overall_rating=yasr_get_overall_rating($post_id);
26
 
27
  if (!$overall_rating) {
28
- $overall_rating = "-1";
29
  }
30
 
31
  //This is for the select
@@ -74,8 +74,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
74
  <?php _e("Rate this article / item", 'yet-another-stars-rating'); ?>
75
  </span>
76
 
77
- <div class="rateit bigstars" id="yasr_rateit_overall" data-rateit-starwidth="32" data-rateit-starheight="32" data-rateit-value="<?php echo $overall_rating ?>" data-rateit-step="0.1" data-rateit-resetable="true" data-rateit-readonly="false">
78
- </div>
 
 
 
 
 
 
 
 
 
 
79
 
80
  <div id="loader-overall-rating" style="display:none;" >&nbsp;<?php _e("Loading, please wait",'yet-another-stars-rating'); ?><img src="<?php echo YASR_IMG_DIR . "/loader.gif" ?>">
81
  </div>
@@ -256,7 +266,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
256
 
257
  var postid = <?php json_encode(the_ID()); ?>;
258
 
259
- yasrDisplayTopRightMetabox(defaultbox, postid, nonceOverall, nonceSnippet);
 
 
 
 
260
 
261
  }); //End document ready
262
 
25
  $overall_rating=yasr_get_overall_rating($post_id);
26
 
27
  if (!$overall_rating) {
28
+ $overall_rating = "0";
29
  }
30
 
31
  //This is for the select
74
  <?php _e("Rate this article / item", 'yet-another-stars-rating'); ?>
75
  </span>
76
 
77
+ <?php if (YASR_JQUERY_DISABLED === 'yes') { ?>
78
+
79
+ <div id="yasr-rater-overall" >
80
+ </div>
81
+
82
+ <?php } else { ?>
83
+
84
+ <div class="rateit bigstars" id="yasr_rateit_overall" data-rateit-starwidth="32" data-rateit-starheight="32" data-rateit-value="<?php echo $overall_rating ?>" data-rateit-step="0.1" data-rateit-resetable="true" data-rateit-readonly="false">
85
+ </div>
86
+
87
+ <?php } ?>
88
+
89
 
90
  <div id="loader-overall-rating" style="display:none;" >&nbsp;<?php _e("Loading, please wait",'yet-another-stars-rating'); ?><img src="<?php echo YASR_IMG_DIR . "/loader.gif" ?>">
91
  </div>
266
 
267
  var postid = <?php json_encode(the_ID()); ?>;
268
 
269
+ var overallRating = <?php echo (json_encode($overall_rating)); ?>
270
+
271
+ var jqueryDisabled = <?php echo (json_encode(YASR_JQUERY_DISABLED)); ?>
272
+
273
+ yasrDisplayTopRightMetabox(defaultbox, postid, nonceOverall, nonceSnippet, overallRating, jqueryDisabled);
274
 
275
  }); //End document ready
276
 
yet-another-stars-rating.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Yet Another Stars Rating
5
  * Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
6
  * Description: Yet Another Stars Rating turn your WordPress into a complete review website.
7
- * Version: 1.6.4
8
  * Author: Dario Curvino
9
  * Author URI: https://yetanotherstarsrating.com/
10
  * Text Domain: yet-another-stars-rating
@@ -74,7 +74,7 @@ function yasr_fs()
74
  yasr_fs();
75
  // Signal that SDK was initiated.
76
  do_action( 'yasr_fs_loaded' );
77
- define( 'YASR_VERSION_NUM', '1.6.4' );
78
  //Plugin relative path
79
  define( "YASR_ABSOLUTE_PATH", dirname( __FILE__ ) );
80
  //Plugin RELATIVE PATH without slashes (just the directory's name)
@@ -137,6 +137,7 @@ if ( isset( $yasr_stored_options['blogposting_organization_logo'] ) ) {
137
  }
138
  }
139
  define( "YASR_METABOX_OVERALL_RATING", $yasr_stored_options['metabox_overall_rating'] );
 
140
  //Get stored style options
141
  $style_options = get_option( 'yasr_style_options' );
142
 
@@ -223,6 +224,12 @@ function yasr_update_version()
223
  global $yasr_version_installed ;
224
  global $yasr_stored_options ;
225
 
 
 
 
 
 
 
226
  if ( $yasr_version_installed && $yasr_version_installed < '1.6.1' ) {
227
  $yasr_stored_options['enable_ip'] = 'no';
228
  update_option( 'yasr_general_options', $yasr_stored_options );
@@ -230,7 +237,6 @@ function yasr_update_version()
230
 
231
  //Remove end DECEMBER 2018
232
  //This is a very important update: yasr_votes table will not be used anymore, using post meta instead
233
- //
234
 
235
  if ( $yasr_version_installed && $yasr_version_installed < '1.3.5' ) {
236
  $overall_rating_array = $wpdb->get_results( "SELECT post_id, overall_rating, review_type\n FROM " . YASR_VOTES_TABLE . "\n WHERE overall_rating > 0\n OR review_type IS NOT NULL\n ORDER BY post_id ASC" );
@@ -292,5 +298,5 @@ function yasr_plugin_row_meta( $links, $file )
292
  }
293
 
294
  //this is for user who use extensions
295
- //remove on Sept 2018
296
  define( 'YASR_EDD_SL_STORE_URL', 'http://yetanotherstarsrating.com' );
4
  * Plugin Name: Yet Another Stars Rating
5
  * Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
6
  * Description: Yet Another Stars Rating turn your WordPress into a complete review website.
7
+ * Version: 1.6.5
8
  * Author: Dario Curvino
9
  * Author URI: https://yetanotherstarsrating.com/
10
  * Text Domain: yet-another-stars-rating
74
  yasr_fs();
75
  // Signal that SDK was initiated.
76
  do_action( 'yasr_fs_loaded' );
77
+ define( 'YASR_VERSION_NUM', '1.6.5' );
78
  //Plugin relative path
79
  define( "YASR_ABSOLUTE_PATH", dirname( __FILE__ ) );
80
  //Plugin RELATIVE PATH without slashes (just the directory's name)
137
  }
138
  }
139
  define( "YASR_METABOX_OVERALL_RATING", $yasr_stored_options['metabox_overall_rating'] );
140
+ define( "YASR_JQUERY_DISABLED", $yasr_stored_options['disable_jquery'] );
141
  //Get stored style options
142
  $style_options = get_option( 'yasr_style_options' );
143
 
224
  global $yasr_version_installed ;
225
  global $yasr_stored_options ;
226
 
227
+ if ( $yasr_version_installed && $yasr_version_installed < '1.6.5' ) {
228
+ $yasr_stored_options['disable_jquery'] = 'no';
229
+ update_option( 'yasr_general_options', $yasr_stored_options );
230
+ }
231
+
232
+
233
  if ( $yasr_version_installed && $yasr_version_installed < '1.6.1' ) {
234
  $yasr_stored_options['enable_ip'] = 'no';
235
  update_option( 'yasr_general_options', $yasr_stored_options );
237
 
238
  //Remove end DECEMBER 2018
239
  //This is a very important update: yasr_votes table will not be used anymore, using post meta instead
 
240
 
241
  if ( $yasr_version_installed && $yasr_version_installed < '1.3.5' ) {
242
  $overall_rating_array = $wpdb->get_results( "SELECT post_id, overall_rating, review_type\n FROM " . YASR_VOTES_TABLE . "\n WHERE overall_rating > 0\n OR review_type IS NOT NULL\n ORDER BY post_id ASC" );
298
  }
299
 
300
  //this is for user who use extensions
301
+ //remove on Gen 2019
302
  define( 'YASR_EDD_SL_STORE_URL', 'http://yetanotherstarsrating.com' );