Version Description
Date Updated : 2020-08-07 * Fix : IMPORTANT fix for WP 5.5 compatibility when editing galleries (gallery preview button was not showing)
Download this release
Release Info
Developer | bradvin |
Plugin | FooGallery – Image Gallery WordPress Plugin |
Version | 1.9.31 |
Comparing to | |
See all releases |
Code changes from version 1.9.25 to 1.9.31
- README.txt +49 -12
- css/admin-foogallery.css +8 -0
- css/foogallery.admin.min.css +1 -1
- extensions/albums/js/album-stack.js +3 -3
- extensions/default-templates/shared/js/foogallery.js +2 -2
- extensions/default-templates/shared/js/foogallery.min.js +3 -3
- foogallery.php +2 -2
- freemius/assets/css/admin/account.css +1 -1
- freemius/assets/css/admin/add-ons.css +2 -2
- freemius/assets/css/admin/common.css +2 -2
- freemius/assets/css/admin/connect.css +1 -1
- freemius/assets/css/admin/debug.css +1 -1
- freemius/assets/css/admin/dialog-boxes.css +2 -2
- freemius/assets/css/admin/plugins.css +1 -1
- freemius/assets/css/customizer.css +1 -1
- freemius/includes/class-freemius.php +733 -99
- freemius/includes/class-fs-api.php +1 -1
- freemius/includes/class-fs-storage.php +1 -0
- freemius/includes/customizer/class-fs-customizer-support-section.php +101 -101
- freemius/includes/customizer/class-fs-customizer-upsell-control.php +160 -160
- freemius/includes/entities/class-fs-entity.php +158 -158
- freemius/includes/entities/class-fs-payment.php +167 -167
- freemius/includes/entities/class-fs-plugin-license.php +7 -0
- freemius/includes/entities/class-fs-plugin.php +158 -158
- freemius/includes/entities/class-fs-pricing.php +156 -156
- freemius/includes/entities/class-fs-site.php +4 -1
- freemius/includes/entities/class-fs-subscription.php +146 -146
- freemius/includes/fs-essential-functions.php +37 -20
- freemius/includes/fs-plugin-info-dialog.php +20 -13
- freemius/includes/managers/class-fs-admin-menu-manager.php +6 -1
- freemius/includes/managers/class-fs-cache-manager.php +325 -325
- freemius/includes/managers/class-fs-option-manager.php +521 -521
- freemius/includes/sdk/FreemiusBase.php +1 -1
- freemius/includes/sdk/FreemiusWordPress.php +15 -11
- freemius/includes/supplements/fs-essential-functions-1.1.7.1.php +43 -43
- freemius/languages/freemius-cs_CZ.po +0 -2546
- freemius/languages/freemius-da_DK.mo +0 -0
- freemius/languages/freemius-da_DK.po +0 -2548
- freemius/languages/freemius-en.mo +0 -0
- freemius/languages/freemius-en.po +0 -2422
- freemius/languages/freemius-es_ES.mo +0 -0
- freemius/languages/freemius-es_ES.po +0 -2546
- freemius/languages/freemius-fr_FR.mo +0 -0
- freemius/languages/freemius-fr_FR.po +0 -2546
- freemius/languages/freemius-he_IL.mo +0 -0
- freemius/languages/freemius-he_IL.po +0 -2547
- freemius/languages/freemius-hu_HU.mo +0 -0
- freemius/languages/freemius-hu_HU.po +0 -986
README.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
=== FooGallery Image Gallery
|
2 |
Contributors: bradvin, steveush, fooplugins
|
3 |
Donate link: http://fooplugins.com
|
4 |
Tags: gallery, image gallery, photo gallery, responsive gallery, wordpress gallery plugin, best gallery plugin, albums, media gallery, video gallery, lightbox
|
5 |
Requires at least: 3.9
|
6 |
-
Tested up to: 5.
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -16,7 +16,9 @@ Make gallery management in WordPress great again! With FooGallery you can easily
|
|
16 |
|
17 |
FooGallery is an easy-to-use image gallery plugin, with stunning gallery layouts. It is also responsive, retina-ready and supports lazy loading for lightning fast photo galleries.
|
18 |
|
19 |
-
Live previews are available while creating an image gallery, and also within the Gutenberg block editor with our FooGallery Block.
|
|
|
|
|
20 |
|
21 |
[Visit the FooGallery Homepage](http://fooplugins.com/foogallery)
|
22 |
|
@@ -100,7 +102,7 @@ From your website point of view, FooGallery never collects or stores any visitor
|
|
100 |
|
101 |
**PHP 7 Compatible**
|
102 |
|
103 |
-
FooGallery has been tried and tested on servers running up to PHP 7.
|
104 |
|
105 |
**Retina Support**
|
106 |
|
@@ -118,9 +120,9 @@ Albums are built in as an extension. Simply head over to the extensions page and
|
|
118 |
|
119 |
FooGallery was designed to be the most developer-friendly image gallery plugin available for WordPress. It was also built on top of a solid extension framework, which means different functionality is separated out into different areas in the codebase. It also means the core plugin is lightweight, but still allowing for the most flexibility.
|
120 |
|
121 |
-
**
|
122 |
|
123 |
-
FooGallery is
|
124 |
|
125 |
== Installation ==
|
126 |
|
@@ -130,10 +132,6 @@ FooGallery is hosted on [GitHub](https://github.com/fooplugins/foogallery).
|
|
130 |
|
131 |
== Frequently Asked Questions ==
|
132 |
|
133 |
-
= How do I turn off all the PRO Promotions in the admin? =
|
134 |
-
|
135 |
-
Goto FooGallery Settings -> Advanced Tab and check "Disable PRO Promotions" and then save your settings.
|
136 |
-
|
137 |
= My galleries are not working. Thumbnails are greyed out and not loading when I scroll down the page. =
|
138 |
|
139 |
Lazy loading is not working on your gallery. This could be due to a conflict between our plugin and your theme.
|
@@ -143,7 +141,7 @@ We can help you get it working, by contacting our support.
|
|
143 |
= I have created a gallery in the backend, but when I look at it on the frontend, it does not show correctly. =
|
144 |
|
145 |
Sometimes, there are issues when the theme does not follow WordPress best practices.
|
146 |
-
In order for FooGallery to function properly, the theme needs to:
|
147 |
* A call to wp_head(); in the header.php file.
|
148 |
* A call to wp_footer(); in the footer.php file.
|
149 |
|
@@ -192,6 +190,10 @@ For the PRO version of FooGallery - No, we have built in a uniquely beautiful li
|
|
192 |
|
193 |
Simply go to the FooGallery extensions page and activate the Albums extension. If you do not see a button to activate the albums extension, reload the extensions list by clicking the reload button.
|
194 |
|
|
|
|
|
|
|
|
|
195 |
== Screenshots ==
|
196 |
|
197 |
1. Gallery Edit Page
|
@@ -202,16 +204,44 @@ Simply go to the FooGallery extensions page and activate the Albums extension. I
|
|
202 |
|
203 |
== Upgrade Notice ==
|
204 |
|
205 |
-
|
206 |
|
207 |
== Changelog ==
|
208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
= 1.9.25 =
|
210 |
Date Updated : 2020-06-04
|
211 |
* Fix : Fixed bug to prevent infinite loop with ResizeObserver in some themes
|
212 |
* Fix : Fixed possible text-domain issue
|
213 |
* Update : FooGallery client side 1.4.13
|
214 |
|
|
|
215 |
= 1.9.24 =
|
216 |
Date Updated : 2020-05-04
|
217 |
* Fix : Fixed bug where thumbs were not loading on mobile in Justified and Portfolio galleries
|
@@ -233,6 +263,7 @@ Date Updated : 2020-05-02
|
|
233 |
* Update : Freemius SDK 2.3.2
|
234 |
* Update : FooGallery client side 1.4.11
|
235 |
|
|
|
236 |
= 1.9.11 =
|
237 |
Date Updated : 2020-03-29
|
238 |
* Fix : Fix for Simple Portfolio template not saving "None" for captions.
|
@@ -241,6 +272,7 @@ Date Updated : 2020-03-29
|
|
241 |
* Fix : Updated RankMath compatibility to work with pre PHP 5.4
|
242 |
* New : Added filter "foogallery_build_dynamic_gallery" for dynamic gallery creation
|
243 |
* New : Added WPML config file for better translations. (Also improves Polylang compatibility.)
|
|
|
244 |
* Update : FooGallery client side 1.4.6 (including multiple bug fixes)
|
245 |
|
246 |
= 1.9.8 =
|
@@ -249,24 +281,29 @@ Date Updated : 2020-03-08
|
|
249 |
* New : Added new setting under Hover Effects : Invert Color. Invert the caption icon colors from dark to light.
|
250 |
* New : All hover and loading icons converted to SVG format.
|
251 |
* New : Lazy load gallery images when editing a gallery (improved performance for large galleries in the admin).
|
|
|
252 |
* Fix : Previews not updating in some cases.
|
253 |
* Update : FooGallery client side 1.4.0 (MAJOR UPDATE).
|
254 |
|
255 |
= 1.8.20 =
|
256 |
Date Updated : 2019-11-22
|
257 |
* Fix : Fix for Masonry template layout issue in Firefox
|
|
|
258 |
* Update : FooGallery client side 1.3.6
|
259 |
|
260 |
= 1.8.18 =
|
261 |
Date Updated : 2019-10-23
|
262 |
* New : Elementor compatibility - gallery previews in Elementor editor work, and added a FooGallery widget to the Elementor editor
|
|
|
263 |
* Fix : Images in Yoast SEO sitemaps pull correctly for all types of gallery embedding
|
264 |
* Fix : Lazy-load issues on certain browsers (reverted back to old logic)
|
265 |
* Fix : Updated WPThumb so that images with querystrings in the URL will work
|
266 |
* Fix : Minor security issue fixed on the FooGallery settings page (only exploitable by administrators)
|
267 |
|
268 |
= 1.8.14 =
|
|
|
269 |
* New : Added setting to move "Add Media" button to front of attachment listing (Advanced tab in FooGallery Settings)
|
|
|
270 |
* Fix : Lazy-load issues with Gutenberg Editor
|
271 |
* Fix : Simple portfolio layout issue with certain themes
|
272 |
* Update : FooGallery client side 1.3.4
|
1 |
+
=== FooGallery Image Gallery – Responsive Photo Gallery ===
|
2 |
Contributors: bradvin, steveush, fooplugins
|
3 |
Donate link: http://fooplugins.com
|
4 |
Tags: gallery, image gallery, photo gallery, responsive gallery, wordpress gallery plugin, best gallery plugin, albums, media gallery, video gallery, lightbox
|
5 |
Requires at least: 3.9
|
6 |
+
Tested up to: 5.5
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
16 |
|
17 |
FooGallery is an easy-to-use image gallery plugin, with stunning gallery layouts. It is also responsive, retina-ready and supports lazy loading for lightning fast photo galleries.
|
18 |
|
19 |
+
Live previews are available while creating an image gallery, and also within the Gutenberg block editor with our FooGallery Block.
|
20 |
+
|
21 |
+
FooGallery was built to be highly configurable and extendable for developers or freelancers.
|
22 |
|
23 |
[Visit the FooGallery Homepage](http://fooplugins.com/foogallery)
|
24 |
|
102 |
|
103 |
**PHP 7 Compatible**
|
104 |
|
105 |
+
FooGallery has been tried and tested on servers running up to PHP 7.4
|
106 |
|
107 |
**Retina Support**
|
108 |
|
120 |
|
121 |
FooGallery was designed to be the most developer-friendly image gallery plugin available for WordPress. It was also built on top of a solid extension framework, which means different functionality is separated out into different areas in the codebase. It also means the core plugin is lightweight, but still allowing for the most flexibility.
|
122 |
|
123 |
+
**Special Thanks**
|
124 |
|
125 |
+
Thanks to Fortinet FortiGuard Labs for the security testing conducted on the plugin. FooGallery is a safer plugin thanks to them.
|
126 |
|
127 |
== Installation ==
|
128 |
|
132 |
|
133 |
== Frequently Asked Questions ==
|
134 |
|
|
|
|
|
|
|
|
|
135 |
= My galleries are not working. Thumbnails are greyed out and not loading when I scroll down the page. =
|
136 |
|
137 |
Lazy loading is not working on your gallery. This could be due to a conflict between our plugin and your theme.
|
141 |
= I have created a gallery in the backend, but when I look at it on the frontend, it does not show correctly. =
|
142 |
|
143 |
Sometimes, there are issues when the theme does not follow WordPress best practices.
|
144 |
+
In order for FooGallery to function properly, the theme needs to have:
|
145 |
* A call to wp_head(); in the header.php file.
|
146 |
* A call to wp_footer(); in the footer.php file.
|
147 |
|
190 |
|
191 |
Simply go to the FooGallery extensions page and activate the Albums extension. If you do not see a button to activate the albums extension, reload the extensions list by clicking the reload button.
|
192 |
|
193 |
+
= How do I turn off all the PRO Promotions in the admin? =
|
194 |
+
|
195 |
+
Goto FooGallery Settings -> Advanced Tab and check "Disable PRO Promotions" and then save your settings.
|
196 |
+
|
197 |
== Screenshots ==
|
198 |
|
199 |
1. Gallery Edit Page
|
204 |
|
205 |
== Upgrade Notice ==
|
206 |
|
207 |
+
Please update in order to for FooGallery to work in WP 5.5+!
|
208 |
|
209 |
== Changelog ==
|
210 |
|
211 |
+
= 1.9.31 =
|
212 |
+
Date Updated : 2020-08-07
|
213 |
+
* Fix : IMPORTANT fix for WP 5.5 compatibility when editing galleries (gallery preview button was not showing)
|
214 |
+
|
215 |
+
|
216 |
+
= 1.9.30 =
|
217 |
+
Date Updated : 2020-08-03
|
218 |
+
* Fix : IMPORTANT fix for WP 5.5 compatibility when editing galleries (gallery template selector was not showing)
|
219 |
+
* New : Support for All in One SEO Pack sitemaps
|
220 |
+
* Update : improved lightbox messages when no lightboxes are installed
|
221 |
+
* Update : Freemius SDK 2.4.0.1
|
222 |
+
|
223 |
+
|
224 |
+
= 1.9.28 =
|
225 |
+
Date Updated : 2020-07-18
|
226 |
+
* Fix : Fix for some installs showing thumbnail generation error
|
227 |
+
* Update : better mobile support for admin settings tabs
|
228 |
+
* Update : FooGallery client side 1.4.16
|
229 |
+
|
230 |
+
|
231 |
+
= 1.9.26 =
|
232 |
+
Date Updated : 2020-06-29
|
233 |
+
* Fix : Fix for All-In-One album hidden items still clickable
|
234 |
+
* Fix : Fix for fatal error on some versions of PHP
|
235 |
+
* Update : FooGallery client side 1.4.15
|
236 |
+
|
237 |
+
|
238 |
= 1.9.25 =
|
239 |
Date Updated : 2020-06-04
|
240 |
* Fix : Fixed bug to prevent infinite loop with ResizeObserver in some themes
|
241 |
* Fix : Fixed possible text-domain issue
|
242 |
* Update : FooGallery client side 1.4.13
|
243 |
|
244 |
+
|
245 |
= 1.9.24 =
|
246 |
Date Updated : 2020-05-04
|
247 |
* Fix : Fixed bug where thumbs were not loading on mobile in Justified and Portfolio galleries
|
263 |
* Update : Freemius SDK 2.3.2
|
264 |
* Update : FooGallery client side 1.4.11
|
265 |
|
266 |
+
|
267 |
= 1.9.11 =
|
268 |
Date Updated : 2020-03-29
|
269 |
* Fix : Fix for Simple Portfolio template not saving "None" for captions.
|
272 |
* Fix : Updated RankMath compatibility to work with pre PHP 5.4
|
273 |
* New : Added filter "foogallery_build_dynamic_gallery" for dynamic gallery creation
|
274 |
* New : Added WPML config file for better translations. (Also improves Polylang compatibility.)
|
275 |
+
|
276 |
* Update : FooGallery client side 1.4.6 (including multiple bug fixes)
|
277 |
|
278 |
= 1.9.8 =
|
281 |
* New : Added new setting under Hover Effects : Invert Color. Invert the caption icon colors from dark to light.
|
282 |
* New : All hover and loading icons converted to SVG format.
|
283 |
* New : Lazy load gallery images when editing a gallery (improved performance for large galleries in the admin).
|
284 |
+
|
285 |
* Fix : Previews not updating in some cases.
|
286 |
* Update : FooGallery client side 1.4.0 (MAJOR UPDATE).
|
287 |
|
288 |
= 1.8.20 =
|
289 |
Date Updated : 2019-11-22
|
290 |
* Fix : Fix for Masonry template layout issue in Firefox
|
291 |
+
|
292 |
* Update : FooGallery client side 1.3.6
|
293 |
|
294 |
= 1.8.18 =
|
295 |
Date Updated : 2019-10-23
|
296 |
* New : Elementor compatibility - gallery previews in Elementor editor work, and added a FooGallery widget to the Elementor editor
|
297 |
+
|
298 |
* Fix : Images in Yoast SEO sitemaps pull correctly for all types of gallery embedding
|
299 |
* Fix : Lazy-load issues on certain browsers (reverted back to old logic)
|
300 |
* Fix : Updated WPThumb so that images with querystrings in the URL will work
|
301 |
* Fix : Minor security issue fixed on the FooGallery settings page (only exploitable by administrators)
|
302 |
|
303 |
= 1.8.14 =
|
304 |
+
|
305 |
* New : Added setting to move "Add Media" button to front of attachment listing (Advanced tab in FooGallery Settings)
|
306 |
+
|
307 |
* Fix : Lazy-load issues with Gutenberg Editor
|
308 |
* Fix : Simple portfolio layout issue with certain themes
|
309 |
* Update : FooGallery client side 1.3.4
|
css/admin-foogallery.css
CHANGED
@@ -611,4 +611,12 @@ button[data-balloon]{overflow:visible}[data-balloon]{position:relative}[data-bal
|
|
611 |
|
612 |
.foogallery-attachments-list-bar button.alignright {
|
613 |
margin-left: 5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
614 |
}
|
611 |
|
612 |
.foogallery-attachments-list-bar button.alignright {
|
613 |
margin-left: 5px;
|
614 |
+
}
|
615 |
+
|
616 |
+
.foogallery-custom-metabox-header {
|
617 |
+
justify-content: flex-start !important;
|
618 |
+
}
|
619 |
+
|
620 |
+
.foogallery-custom-metabox-header .foogallery-template-selector {
|
621 |
+
margin-left: 10px;
|
622 |
}
|
css/foogallery.admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.foogallery-settings *{box-sizing:border-box}.foogallery-settings{position:relative;display:
|
1 |
+
.foogallery-settings *{box-sizing:border-box}.foogallery-settings{position:relative;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:13px}.foogallery-settings:after{display:table;content:"";clear:both}.foogallery-vertical-tabs{display:inline-block;position:relative;width:150px;background-color:#f5f5f5;border-right:solid 1px #ccd0d4}.foogallery-vertical-tab{position:relative;font-size:14px;margin:0;padding:7px 0;display:block;box-shadow:none;text-decoration:none;line-height:18px;color:#0073aa;cursor:pointer}.foogallery-settings.can-hover .foogallery-vertical-tab:not(.foogallery-tab-active):hover{color:#00a0d2}.foogallery-settings .foogallery-vertical-tab.foogallery-tab-active{color:#fff;background-color:#0073aa}.foogallery-vertical-tab:after{right:-1px;border:solid 8px transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#fff;top:17px;margin-top:-8px;visibility:hidden;opacity:0}.foogallery-settings.is-mobile .foogallery-vertical-tab.foogallery-tab-active:not(.foogallery-show-child-menu):after,.foogallery-settings:not(.is-mobile) .foogallery-vertical-tab.foogallery-tab-active:after{visibility:visible;opacity:1}.foogallery-vertical-tab .dashicons{font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-size:16px;width:16px;height:16px;vertical-align:middle;margin:0 3px 3px 8px}.foogallery-vertical-child-tabs{display:none;margin:7px 0 -7px;color:#555;background-color:#ddd;border-top:1px solid #eee;width:150px;text-align:left}.foogallery-settings:not(.is-mobile) .foogallery-tab-active .foogallery-vertical-child-tabs{display:block}.foogallery-settings.can-hover:not(.is-mobile) .foogallery-vertical-tab.foogallery-show-child-menu:not(.foogallery-tab-active) .foogallery-vertical-child-tabs,.foogallery-settings.is-mobile .foogallery-vertical-tab.foogallery-show-child-menu .foogallery-vertical-child-tabs{display:block;position:absolute;top:-8px;right:0;transform:translateX(100%);z-index:11}.foogallery-vertical-child-tabs:after{left:-16px;border:solid 8px transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#ddd;top:17px;margin-top:-8px;visibility:hidden;opacity:0}.foogallery-settings:not(.is-mobile) .foogallery-vertical-tab:not(.foogallery-tab-active):hover .foogallery-vertical-child-tabs:after{visibility:visible;opacity:1}.foogallery-vertical-child-header{position:relative;padding:8px 12px;font-size:14px;font-weight:600;display:none}.foogallery-vertical-child-tab{position:relative;padding:4px 12px;font-size:13px;font-weight:400}.foogallery-vertical-child-tab:first-child{padding:8px 12px 4px}.foogallery-vertical-child-tab:last-child{padding:4px 12px 8px}.foogallery-vertical-child-tab:not(.foogallery-tab-active):hover{color:#0073aa}.foogallery-vertical-child-tab.foogallery-tab-active{font-weight:600}.foogallery-tab-contents{display:inline-block;float:right;width:calc(100% - 150px);background-color:#fff;min-height:400px}.foogallery-tab-content{display:none}.foogallery-tab-content.foogallery-tab-active{display:block}.foogallery-settings.is-mobile .foogallery-vertical-tabs{width:36px}.foogallery-settings.is-mobile .foogallery-vertical-tab{text-align:center}.foogallery-settings.is-mobile .foogallery-vertical-tab:after{border-width:4px;margin-top:-4px}.foogallery-settings.is-mobile .foogallery-vertical-tab .dashicons{margin-right:0}.foogallery-settings.is-mobile .foogallery-vertical-tab>.foogallery-tab-text{display:none}.foogallery-settings.is-mobile .foogallery-vertical-tab>.dashicons{margin:0 3px 2px 4px}.foogallery-settings.is-mobile .foogallery-tab-contents{width:calc(100% - 36px)}.foogallery-settings.is-mobile .foogallery-vertical-child-header{display:block}.foogallery-settings.is-mobile .foogallery-vertical-tab.foogallery-show-child-menu:not(.foogallery-tab-active){color:#555;background-color:#ddd}.foogallery-settings.is-mobile .foogallery-vertical-tab.foogallery-tab-active .foogallery-vertical-child-header{color:#fff;background-color:#0073aa}
|
extensions/albums/js/album-stack.js
CHANGED
@@ -640,7 +640,7 @@ if (!window.FooGalleryStackAlbumModernizr) {
|
|
640 |
}
|
641 |
|
642 |
} ) :
|
643 |
-
this._applyTransition( $item, { opacity : 0 }, this.options.otherPileAnimation.closeSpeed );
|
644 |
|
645 |
}
|
646 |
|
@@ -724,7 +724,7 @@ if (!window.FooGalleryStackAlbumModernizr) {
|
|
724 |
++cnt;
|
725 |
|
726 |
if( $el.data( 'front' ) ) {
|
727 |
-
$el.find( 'div.tp-title' ).show();
|
728 |
} else {
|
729 |
$el.css({visibility: 'hidden', zIndex: 1});
|
730 |
}
|
@@ -742,7 +742,7 @@ if (!window.FooGalleryStackAlbumModernizr) {
|
|
742 |
|
743 |
var $el = $( this );
|
744 |
if( $el.data( 'front' ) ) {
|
745 |
-
$el.find( 'div.tp-title' ).show();
|
746 |
} else {
|
747 |
$el.css({visibility: 'hidden', zIndex: 1});
|
748 |
}
|
640 |
}
|
641 |
|
642 |
} ) :
|
643 |
+
this._applyTransition( $item, { visibility: 'hidden', opacity : 0 }, this.options.otherPileAnimation.closeSpeed );
|
644 |
|
645 |
}
|
646 |
|
724 |
++cnt;
|
725 |
|
726 |
if( $el.data( 'front' ) ) {
|
727 |
+
$el.css({visibility: 'visible'}).find( 'div.tp-title' ).show();
|
728 |
} else {
|
729 |
$el.css({visibility: 'hidden', zIndex: 1});
|
730 |
}
|
742 |
|
743 |
var $el = $( this );
|
744 |
if( $el.data( 'front' ) ) {
|
745 |
+
$el.css({visibility: 'visible'}).find( 'div.tp-title' ).show();
|
746 |
} else {
|
747 |
$el.css({visibility: 'hidden', zIndex: 1});
|
748 |
}
|
extensions/default-templates/shared/js/foogallery.js
CHANGED
@@ -9099,8 +9099,8 @@
|
|
9099 |
self.height = parseInt(self.$image.attr("height")) || self.height;
|
9100 |
self.title = self.$image.attr("title") || self.title;
|
9101 |
self.alt = self.$image.attr("alt") || self.alt;
|
9102 |
-
self.caption = data.title || data.captionTitle || self.caption
|
9103 |
-
self.description = data.description || data.captionDesc || self.description
|
9104 |
self.noLightbox = self.$anchor.hasClass(cls.noLightbox);
|
9105 |
self.panelHide = self.$anchor.hasClass(cls.panelHide);
|
9106 |
if (_is.exif(data.exif)){
|
9099 |
self.height = parseInt(self.$image.attr("height")) || self.height;
|
9100 |
self.title = self.$image.attr("title") || self.title;
|
9101 |
self.alt = self.$image.attr("alt") || self.alt;
|
9102 |
+
self.caption = data.title || data.captionTitle || self.caption;
|
9103 |
+
self.description = data.description || data.captionDesc || self.description;
|
9104 |
self.noLightbox = self.$anchor.hasClass(cls.noLightbox);
|
9105 |
self.panelHide = self.$anchor.hasClass(cls.panelHide);
|
9106 |
if (_is.exif(data.exif)){
|
extensions/default-templates/shared/js/foogallery.min.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/*
|
2 |
* FooGallery - The Most Intuitive and Extensible Gallery Creation and Management Tool Ever Created for WordPress
|
3 |
-
* @version 1.4.
|
4 |
* @link
|
5 |
* @copyright Steven Usher & Brad Vincent 2015
|
6 |
* @license Released under the GPLv3 license.
|
@@ -8,5 +8,5 @@
|
|
8 |
|
9 |
!function(){"use strict";function a(a){this.time=a.time,this.target=a.target,this.rootBounds=a.rootBounds,this.boundingClientRect=a.boundingClientRect,this.intersectionRect=a.intersectionRect||i(),this.isIntersecting=!!a.intersectionRect;var b=this.boundingClientRect,c=b.width*b.height,d=this.intersectionRect,e=d.width*d.height;this.intersectionRatio=c?Number((e/c).toFixed(4)):this.isIntersecting?1:0}function b(a,b){var c=b||{};if("function"!=typeof a)throw new Error("callback must be a function");if(c.root&&1!=c.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=d(this._checkForIntersections.bind(this),this.THROTTLE_TIMEOUT),this._callback=a,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(c.rootMargin),this.thresholds=this._initThresholds(c.threshold),this.root=c.root||null,this.rootMargin=this._rootMarginValues.map(function(a){return a.value+a.unit}).join(" ")}function c(){return window.performance&&performance.now&&performance.now()}function d(a,b){var c=null;return function(){c||(c=setTimeout(function(){a(),c=null},b))}}function e(a,b,c,d){"function"==typeof a.addEventListener?a.addEventListener(b,c,d||!1):"function"==typeof a.attachEvent&&a.attachEvent("on"+b,c)}function f(a,b,c,d){"function"==typeof a.removeEventListener?a.removeEventListener(b,c,d||!1):"function"==typeof a.detatchEvent&&a.detatchEvent("on"+b,c)}function g(a,b){var c=Math.max(a.top,b.top),d=Math.min(a.bottom,b.bottom),e=Math.max(a.left,b.left),f=Math.min(a.right,b.right),g=f-e,h=d-c;return g>=0&&h>=0&&{top:c,bottom:d,left:e,right:f,width:g,height:h}}function h(a){var b;try{b=a.getBoundingClientRect()}catch(a){}return b?(b.width&&b.height||(b={top:b.top,right:b.right,bottom:b.bottom,left:b.left,width:b.right-b.left,height:b.bottom-b.top}),b):i()}function i(){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}function j(a,b){for(var c=b;c;){if(c==a)return!0;c=k(c)}return!1}function k(a){var b=a.parentNode;return b&&11==b.nodeType&&b.host?b.host:b&&b.assignedSlot?b.assignedSlot.parentNode:b}if("object"==typeof window){if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)return void("isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}}));var l=window.document,m=[];b.prototype.THROTTLE_TIMEOUT=100,b.prototype.POLL_INTERVAL=null,b.prototype.USE_MUTATION_OBSERVER=!0,b.prototype.observe=function(a){if(!this._observationTargets.some(function(b){return b.element==a})){if(!a||1!=a.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:a,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},b.prototype.unobserve=function(a){this._observationTargets=this._observationTargets.filter(function(b){return b.element!=a}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},b.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},b.prototype.takeRecords=function(){var a=this._queuedEntries.slice();return this._queuedEntries=[],a},b.prototype._initThresholds=function(a){var b=a||[0];return Array.isArray(b)||(b=[b]),b.sort().filter(function(a,b,c){if("number"!=typeof a||isNaN(a)||a<0||a>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return a!==c[b-1]})},b.prototype._parseRootMargin=function(a){var b=a||"0px",c=b.split(/\s+/).map(function(a){var b=/^(-?\d*\.?\d+)(px|%)$/.exec(a);if(!b)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(b[1]),unit:b[2]}});return c[1]=c[1]||c[0],c[2]=c[2]||c[0],c[3]=c[3]||c[1],c},b.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(e(window,"resize",this._checkForIntersections,!0),e(l,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in window&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(l,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},b.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,f(window,"resize",this._checkForIntersections,!0),f(l,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},b.prototype._checkForIntersections=function(){var b=this._rootIsInDom(),d=b?this._getRootRect():i();this._observationTargets.forEach(function(e){var f=e.element,g=h(f),i=this._rootContainsTarget(f),j=e.entry,k=b&&i&&this._computeTargetAndRootIntersection(f,d),l=e.entry=new a({time:c(),target:f,boundingClientRect:g,rootBounds:d,intersectionRect:k});j?b&&i?this._hasCrossedThreshold(j,l)&&this._queuedEntries.push(l):j&&j.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},b.prototype._computeTargetAndRootIntersection=function(a,b){if("none"!=window.getComputedStyle(a).display){for(var c=h(a),d=c,e=k(a),f=!1;!f;){var i=null,j=1==e.nodeType?window.getComputedStyle(e):{};if("none"==j.display)return;if(e==this.root||e==l?(f=!0,i=b):e!=l.body&&e!=l.documentElement&&"visible"!=j.overflow&&(i=h(e)),i&&!(d=g(i,d)))break;e=k(e)}return d}},b.prototype._getRootRect=function(){var a;if(this.root)a=h(this.root);else{var b=l.documentElement,c=l.body;a={top:0,left:0,right:b.clientWidth||c.clientWidth,width:b.clientWidth||c.clientWidth,bottom:b.clientHeight||c.clientHeight,height:b.clientHeight||c.clientHeight}}return this._expandRectByRootMargin(a)},b.prototype._expandRectByRootMargin=function(a){var b=this._rootMarginValues.map(function(b,c){return"px"==b.unit?b.value:b.value*(c%2?a.width:a.height)/100}),c={top:a.top-b[0],right:a.right+b[1],bottom:a.bottom+b[2],left:a.left-b[3]};return c.width=c.right-c.left,c.height=c.bottom-c.top,c},b.prototype._hasCrossedThreshold=function(a,b){var c=a&&a.isIntersecting?a.intersectionRatio||0:-1,d=b.isIntersecting?b.intersectionRatio||0:-1;if(c!==d)for(var e=0;e<this.thresholds.length;e++){var f=this.thresholds[e];if(f==c||f==d||f<c!=f<d)return!0}},b.prototype._rootIsInDom=function(){return!this.root||j(l,this.root)},b.prototype._rootContainsTarget=function(a){return j(this.root||l,a)},b.prototype._registerInstance=function(){m.indexOf(this)<0&&m.push(this)},b.prototype._unregisterInstance=function(){var a=m.indexOf(this);-1!=a&&m.splice(a,1)},window.IntersectionObserver=b,window.IntersectionObserverEntry=a}}(),function(a,b){"object"==typeof exports&&"undefined"!=typeof module?module.exports=b():"function"==typeof define&&define.amd?define(b):a.ResizeObserver=b()}(this,function(){"use strict";function a(a,b){function c(){f&&(f=!1,a()),g&&e()}function d(){n(c)}function e(){var a=Date.now();if(f){if(a-h<o)return;g=!0}else f=!0,g=!1,setTimeout(d,b);h=a}var f=!1,g=!1,h=0;return e}function b(a){return parseFloat(a)||0}function c(a){for(var c=[],d=1;d<arguments.length;d++)c[d-1]=arguments[d];return c.reduce(function(c,d){return c+b(a["border-"+d+"-width"])},0)}function d(a){for(var c=["top","right","bottom","left"],d={},e=0,f=c;e<f.length;e++){var g=f[e],h=a["padding-"+g];d[g]=b(h)}return d}function e(a){var b=a.getBBox();return j(0,0,b.width,b.height)}function f(a){var e=a.clientWidth,f=a.clientHeight;if(!e&&!f)return v;var h=u(a).getComputedStyle(a),i=d(h),k=i.left+i.right,l=i.top+i.bottom,m=b(h.width),n=b(h.height);if("border-box"===h.boxSizing&&(Math.round(m+k)!==e&&(m-=c(h,"left","right")+k),Math.round(n+l)!==f&&(n-=c(h,"top","bottom")+l)),!g(a)){var o=Math.round(m+k)-e,p=Math.round(n+l)-f;1!==Math.abs(o)&&(m-=o),1!==Math.abs(p)&&(n-=p)}return j(i.left,i.top,m,n)}function g(a){return a===u(a).document.documentElement}function h(a){return l?w(a)?e(a):f(a):v}function i(a){var b=a.x,c=a.y,d=a.width,e=a.height,f="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,g=Object.create(f.prototype);return t(g,{x:b,y:c,width:d,height:e,top:c,right:b+d,bottom:e+c,left:b}),g}function j(a,b,c,d){return{x:a,y:b,width:c,height:d}}var k=function(){function a(a,b){var c=-1;return a.some(function(a,d){return a[0]===b&&(c=d,!0)}),c}return"undefined"!=typeof Map?Map:function(){function b(){this.__entries__=[]}return Object.defineProperty(b.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),b.prototype.get=function(b){var c=a(this.__entries__,b),d=this.__entries__[c];return d&&d[1]},b.prototype.set=function(b,c){var d=a(this.__entries__,b);~d?this.__entries__[d][1]=c:this.__entries__.push([b,c])},b.prototype.delete=function(b){var c=this.__entries__,d=a(c,b);~d&&c.splice(d,1)},b.prototype.has=function(b){return!!~a(this.__entries__,b)},b.prototype.clear=function(){this.__entries__.splice(0)},b.prototype.forEach=function(a,b){void 0===b&&(b=null);for(var c=0,d=this.__entries__;c<d.length;c++){var e=d[c];a.call(b,e[1],e[0])}},b}()}(),l="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,m=function(){return"undefined"!=typeof global&&global.Math===Math?global:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")()}(),n=function(){return"function"==typeof requestAnimationFrame?requestAnimationFrame.bind(m):function(a){return setTimeout(function(){return a(Date.now())},1e3/60)}}(),o=2,p=20,q=["top","right","bottom","left","width","height","size","weight"],r="undefined"!=typeof MutationObserver,s=function(){function b(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=a(this.refresh.bind(this),p)}return b.prototype.addObserver=function(a){~this.observers_.indexOf(a)||this.observers_.push(a),this.connected_||this.connect_()},b.prototype.removeObserver=function(a){var b=this.observers_,c=b.indexOf(a);~c&&b.splice(c,1),!b.length&&this.connected_&&this.disconnect_()},b.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},b.prototype.updateObservers_=function(){var a=this.observers_.filter(function(a){return a.gatherActive(),a.hasActive()});return a.forEach(function(a){return a.broadcastActive()}),a.length>0},b.prototype.connect_=function(){l&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),r?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},b.prototype.disconnect_=function(){l&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},b.prototype.onTransitionEnd_=function(a){var b=a.propertyName,c=void 0===b?"":b;q.some(function(a){return!!~c.indexOf(a)})&&this.refresh()},b.getInstance=function(){return this.instance_||(this.instance_=new b),this.instance_},b.instance_=null,b}(),t=function(a,b){for(var c=0,d=Object.keys(b);c<d.length;c++){var e=d[c];Object.defineProperty(a,e,{value:b[e],enumerable:!1,writable:!1,configurable:!0})}return a},u=function(a){return a&&a.ownerDocument&&a.ownerDocument.defaultView||m},v=j(0,0,0,0),w=function(){return"undefined"!=typeof SVGGraphicsElement?function(a){return a instanceof u(a).SVGGraphicsElement}:function(a){return a instanceof u(a).SVGElement&&"function"==typeof a.getBBox}}(),x=function(){function a(a){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=j(0,0,0,0),this.target=a}return a.prototype.isActive=function(){var a=h(this.target);return this.contentRect_=a,a.width!==this.broadcastWidth||a.height!==this.broadcastHeight},a.prototype.broadcastRect=function(){var a=this.contentRect_;return this.broadcastWidth=a.width,this.broadcastHeight=a.height,a},a}(),y=function(){function a(a,b){var c=i(b);t(this,{target:a,contentRect:c})}return a}(),z=function(){function a(a,b,c){if(this.activeObservations_=[],this.observations_=new k,"function"!=typeof a)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=a,this.controller_=b,this.callbackCtx_=c}return a.prototype.observe=function(a){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(a instanceof u(a).Element))throw new TypeError('parameter 1 is not of type "Element".');var b=this.observations_;b.has(a)||(b.set(a,new x(a)),this.controller_.addObserver(this),this.controller_.refresh())}},a.prototype.unobserve=function(a){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(a instanceof u(a).Element))throw new TypeError('parameter 1 is not of type "Element".');var b=this.observations_;b.has(a)&&(b.delete(a),b.size||this.controller_.removeObserver(this))}},a.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},a.prototype.gatherActive=function(){var a=this;this.clearActive(),this.observations_.forEach(function(b){b.isActive()&&a.activeObservations_.push(b)})},a.prototype.broadcastActive=function(){if(this.hasActive()){var a=this.callbackCtx_,b=this.activeObservations_.map(function(a){return new y(a.target,a.broadcastRect())});this.callback_.call(a,b,a),this.clearActive()}},a.prototype.clearActive=function(){this.activeObservations_.splice(0)},a.prototype.hasActive=function(){return this.activeObservations_.length>0},a}(),A="undefined"!=typeof WeakMap?new WeakMap:new k,B=function(){function a(b){if(!(this instanceof a))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var c=s.getInstance(),d=new z(b,c,this);A.set(this,d)}return a}();return["observe","unobserve","disconnect"].forEach(function(a){B.prototype[a]=function(){var b;return(b=A.get(this))[a].apply(b,arguments)}}),function(){return void 0!==m.ResizeObserver?m.ResizeObserver:B}()}),function(a,b){b.$=a}(jQuery,window.FooGallery=window.FooGallery||{}),function(a){if(!a)return void console.warn("jQuery must be included in the page prior to the FooGallery.utils library.");var b={$:a,version:"0.1.8"};b.versionCompare=function(a,b){function c(a){for(var b=a.split("."),c=[],d=0,e=b.length;d<e;d++)c[d]=parseInt(b[d]),isNaN(c[d])&&(c[d]=0);return c}if(!/[\d.]/.test(a)||!/[\d.]/.test(b))return NaN;for(var d=c(a),e=c(b);d.length<e.length;)d.push(0);for(;e.length<d.length;)e.push(0);for(var f=0;f<d.length;++f){if(e.length===f)return 1;if(d[f]!==e[f])return d[f]>e[f]?1:-1}return d.length!==e.length?-1:0},!function(){try{return!!window.FooGallery.utils}catch(a){return!1}}()?window.FooGallery.utils=b:b.versionCompare(b.version,window.FooGallery.utils.version)>0?(console.warn("An older version of FooGallery.utils ("+window.FooGallery.utils.version+") already exists in the page, version "+b.version+" will override it."),window.FooGallery.utils=b):console.warn("A newer version of FooGallery.utils ("+window.FooGallery.utils.version+") already exists in the page, version "+b.version+" will not register itself.")}(jQuery),function(a,b){"0.1.8"===b.version&&(b.is={},b.is.array=function(a){return"[object Array]"===Object.prototype.toString.call(a)},b.is.boolean=function(a){return"[object Boolean]"===Object.prototype.toString.call(a)},b.is.element=function(a){return"object"==typeof HTMLElement?a instanceof HTMLElement:!!a&&"object"==typeof a&&1===a.nodeType&&"string"==typeof a.nodeName},b.is.empty=function(a){if(b.is.undef(a)||null===a)return!0;if(b.is.number(a)&&0===a)return!0;if(b.is.boolean(a)&&!1===a)return!0;if(b.is.string(a)&&0===a.length)return!0;if(b.is.array(a)&&0===a.length)return!0;if(b.is.jq(a)&&0===a.length)return!0;if(b.is.hash(a)){for(var c in a)if(a.hasOwnProperty(c))return!1;return!0}return!1},b.is.error=function(a){return"[object Error]"===Object.prototype.toString.call(a)},b.is.fn=function(a){return a===window.alert||"[object Function]"===Object.prototype.toString.call(a)},b.is.hash=function(a){return b.is.object(a)&&a.constructor===Object&&!a.nodeType&&!a.setInterval},b.is.jq=function(c){return!b.is.undef(a)&&c instanceof a},b.is.number=function(a){return"[object Number]"===Object.prototype.toString.call(a)&&!isNaN(a)},b.is.object=function(a){return"[object Object]"===Object.prototype.toString.call(a)&&!b.is.undef(a)&&null!==a},b.is.promise=function(a){return b.is.object(a)&&b.is.fn(a.then)&&b.is.fn(a.promise)},b.is.size=function(a){return!!(b.is.string(a)&&!b.is.empty(a)||b.is.number(a))&&/^(auto|none|(?:[\d.]*)+?(?:%|px|mm|q|cm|in|pt|pc|em|ex|ch|rem|vh|vw|vmin|vmax)?)$/.test(a)},b.is.string=function(a){return"[object String]"===Object.prototype.toString.call(a)},b.is.undef=function(a){return void 0===a})}(FooGallery.utils.$,FooGallery.utils),function(a,b,c){if("0.1.8"===b.version){b.fn={};var d=Function.prototype.toString;b.fn.CONTAINS_SUPER=/xyz/.test(d.call(function(){xyz}))?/\b_super\b/:/.*/,b.fn.addOrOverride=function(a,e,f){if(c.object(a)&&c.string(e)&&!c.empty(e)&&c.fn(f)){var g=a[e],h=c.fn(g)&&b.fn.CONTAINS_SUPER.test(d.call(f));a[e]=h?function(a,b){return function(){var c=this._super;this._super=a;var d=b.apply(this,arguments);return this._super=c,d}}(g,f):f}},b.fn.apply=function(a,b){function d(){return a.apply(this,b)}return b=c.array(b)?b:[],d.prototype=a.prototype,new d},b.fn.arg2arr=function(a){return Array.prototype.slice.call(a)},b.fn.debounce=function(a,c){var d;return function(){var e=this,f=b.fn.arg2arr(arguments);clearTimeout(d),d=setTimeout(function(){a.apply(e,f)},c)}},b.fn.throttle=function(a,c){var d,e;return function(){var f=this,g=b.fn.arg2arr(arguments);d?(clearTimeout(e),e=setTimeout(function(){Date.now()-d>=c&&(a.apply(f,g),d=Date.now())},c-(Date.now()-d))):(a.apply(f,g),d=Date.now())}},b.fn.check=function(d,e,f,g){function h(a){return function(){return a.apply(d,arguments)}}return f=c.fn(f)?f:a.noop,d=c.object(d)?d:window,e=c.string(e)?b.fn.fetch(e,g):e,h(c.fn(e)?e:f)},b.fn.fetch=function(b,d){return!c.string(b)||c.empty(b)?null:(d=c.object(d)?d:window,a.each(b.split("."),function(a,b){if(!d[b])return!1;d=d[b]}),c.fn(d)?d:null)},b.fn.enqueue=function(d,e,f,g){function h(a,b){try{return n.push(a),b.apply(a,i)}catch(a){return j.reject(a,n),j}}var i=b.fn.arg2arr(arguments),j=a.Deferred(),k=a.Deferred(),l=k.promise(),m=[],n=[],o=!0;return d=i.shift(),e=i.shift(),a.each(d,function(a,d){c.fn(d[e])&&(l=l.then(function(){if(!o){var a=b.fn.arg2arr(arguments);m.push(a)}return o=!1,h(d,d[e])}))}),l.then(function(){if(!o){var a=b.fn.arg2arr(arguments);m.push(a)}o=!1,j.resolve(m)}),l.fail(function(){var a=b.fn.arg2arr(arguments);a.push(n),j.reject.apply(j,a)}),k.resolve(),j.promise()},b.fn.when=function(b){if(!c.array(b)||c.empty(b))return a.when();for(var d=a.Deferred(),e=[],f=b.length,g=0;g<b.length;g++)b[g].then(function(a){e.push(a)}).always(function(){--f||d.resolve(e)});return d.promise()},b.fn.rejectWith=function(c,d){var e=a.Deferred(),f=b.fn.arg2arr(arguments);return e.reject.apply(e,f).promise()},b.fn.resolveWith=function(c,d){var e=a.Deferred(),f=b.fn.arg2arr(arguments);return e.resolve.apply(e,f).promise()},b.fn.resolved=a.Deferred().resolve().promise(),b.fn.rejected=a.Deferred().reject().promise()}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is),function(a,b){if("0.1.8"===a.version){a.url={};var c=document.createElement("a");a.url.parts=function(a){c.href=a;var b=c.port?c.port:-1!==["http:","https:"].indexOf(c.protocol)?"https:"===c.protocol?"443":"80":"",d=c.hostname+(b?":"+b:""),e=c.origin?c.origin:c.protocol+"//"+d,f="/"===c.pathname.slice(0,1)?c.pathname:"/"+c.pathname;return{hash:c.hash,host:d,hostname:c.hostname,href:c.href,origin:e,pathname:f,port:b,protocol:c.protocol,search:c.search}},a.url.full=function(a){return!b.string(a)||b.empty(a)?null:(c.href=a,c.href)},a.url.param=function(a,c,d){if(!b.string(a)||!b.string(c)||b.empty(c))return a;var e,f,g,h;return b.undef(d)?(e=new RegExp("[?|&]"+c+"=([^&;]+?)(&|#|;|$)"),f=e.exec(a)||["",""],g=f[1].replace(/\+/g,"%20"),b.string(g)&&!b.empty(g)?decodeURIComponent(g):null):(b.empty(d)?(e=new RegExp("^([^#]*?)(([^#]*)&)?"+c+"(=[^&#]*)?(&|#|$)"),g=a.replace(e,"$1$3$5").replace(/^([^#]*)((\?)&|\?(#|$))/,"$1$3$4")):(e=new RegExp("([?&])"+c+"[^&]*"),h=c+"="+encodeURIComponent(d),(g=a.replace(e,"$1"+h))!==a||e.test(g)||(g+=(-1!==g.indexOf("?")?"&":"?")+h)),g)}}}(FooGallery.utils,FooGallery.utils.is),function(a,b,c){"0.1.8"===a.version&&(a.str={},a.str.camel=function(a){return b.empty(a)?a:a.toUpperCase()===a?a.toLowerCase():a.replace(/^([A-Z])|[-\s_]+(\w)/g,function(a,c,d){return b.string(d)?d.toUpperCase():c.toLowerCase()})},a.str.kebab=function(a){return b.empty(a)?a:a.match(/[A-Z]{2,}(?=[A-Z][a-z0-9]*|\b)|[A-Z]?[a-z0-9]*|[A-Z]|[0-9]+/g).filter(Boolean).map(function(a){return a.toLowerCase()}).join("-")},a.str.contains=function(a,c,d){return!(!b.string(a)||b.empty(a)||!b.string(c)||b.empty(c))&&(c.length<=a.length&&-1!==(d?a.toUpperCase().indexOf(c.toUpperCase()):a.indexOf(c)))},a.str.containsWord=function(a,c,d){if(!b.string(a)||b.empty(a)||!b.string(c)||b.empty(c)||a.length<c.length)return!1;for(var e=a.split(/\W/),f=0,g=e.length;f<g;f++)if(d?e[f].toUpperCase()===c.toUpperCase():e[f]===c)return!0;return!1},a.str.endsWith=function(a,c){return!b.string(a)||b.empty(a)||!b.string(c)||b.empty(c)?a===c:a.slice(a.length-c.length)===c},a.str.escapeRegExp=function(a){return b.empty(a)?a:a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")},a.str.fnv1a=function(a){if(!b.string(a)||b.empty(a))return null;var c,d,e=2166136261;for(c=0,d=a.length;c<d;c++)e^=a.charCodeAt(c),e+=(e<<1)+(e<<4)+(e<<7)+(e<<8)+(e<<24);return e>>>0},a.str.from=function(c,d){return!b.string(c)||b.empty(c)||!b.string(d)||b.empty(d)?null:a.str.contains(c,d)?c.substring(c.indexOf(d)+d.length):null},a.str.join=function(d,e,f){if(!b.string(d)||!b.string(e))return null;var g=c.arg2arr(arguments);d=g.shift();var h,i,j=g.shift();for(h=0,i=g.length;h<i;h++)e=g[h],b.empty(e)||(a.str.endsWith(j,d)&&(j=j.slice(0,j.length-d.length)),a.str.startsWith(e,d)&&(e=e.slice(d.length)),j+=d+e);return j},a.str.startsWith=function(a,c){return!b.empty(a)&&!b.empty(c)&&a.slice(0,c.length)===c},a.str.until=function(c,d){return b.empty(c)||b.empty(d)?c:a.str.contains(c,d)?c.substring(0,c.indexOf(d)):c},a.str.format=function(a,d,e){var f=c.arg2arr(arguments);if(a=f.shift(),b.empty(a)||b.empty(f))return a;1===f.length&&(b.array(f[0])||b.object(f[0]))&&(f=f[0]);for(var g in f)a=a.replace(new RegExp("\\{"+g+"\\}","gi"),f[g]);return a})}(FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn),function(a,b,c,d,e){if("0.1.8"===b.version){b.obj={};var f=function(){};b.obj.create=function(a){if(!c.object(a))throw TypeError("Argument must be an object");f.prototype=a;var b=new f;return f.prototype=null,b},b.obj.extend=function(e,f,g){e=c.object(e)?e:{};var h=d.arg2arr(arguments);return h.shift(),a.each(h,function(a,c){b.obj.merge(e,c)}),e},b.obj.merge=function(a,d){a=c.hash(a)?a:{},d=c.hash(d)?d:{};for(var e in d)d.hasOwnProperty(e)&&(c.hash(d[e])?(a[e]=c.hash(a[e])?a[e]:{},b.obj.merge(a[e],d[e])):c.array(d[e])?a[e]=d[e].slice():a[e]=d[e]);return a},b.obj.mergeValid=function(d,e,f,g){if(!c.hash(f)||!c.hash(e))return d;e=c.hash(e)?e:{},g=c.hash(g)?g:{};var h,i,j;for(h in e)e.hasOwnProperty(h)&&c.fn(e[h])&&(i=c.array(g[h])?g[h]:c.string(g[h])?[g[h]]:[h],a.each(i,function(a,g){if(j=b.obj.prop(f,g),!c.undef(j))return e[h](j)?(b.obj.prop(d,h,j),!1):void 0}));return d},b.obj.prop=function(b,d,f){if(c.object(b)&&!c.empty(d)){var g,h;if(c.undef(f))return e.contains(d,".")?(g=d.split("."),h=g.length-1,a.each(g,function(a,d){if(a===h)f=b[d];else{if(!c.hash(b[d]))return!1;b=b[d]}})):c.undef(b[d])||(f=b[d]),f;e.contains(d,".")?(g=d.split("."),h=g.length-1,a.each(g,function(a,d){a===h?b[d]=f:b=c.hash(b[d])?b[d]:b[d]={}})):c.undef(b[d])||(b[d]=f)}}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.str),function(a,b,c){if("0.1.8"===b.version){b.ready=function(a){function c(){try{a.call(window,b.$)}catch(a){console.error(a)}}(Function("/*@cc_on return true@*/")()?"complete"===document.readyState:"loading"!==document.readyState)?c():document.addEventListener("DOMContentLoaded",c,!1)};var d=0;b.uniqueId=function(a,b){var e=a.attr("id");return c.empty(e)&&(b=c.string(b)&&!c.empty(b)?b:"uid-",e=b+ ++d,a.attr("id",e).data("__uniqueId__",!0)),e},b.removeUniqueId=function(a){a.data("__uniqueId__")&&a.removeAttr("id").removeData("__uniqueId__")},b.selectify=function(a){if(c.empty(a))return null;if(c.hash(a)){var d,e={};for(var f in a)a.hasOwnProperty(f)&&(d=b.selectify(a[f]))&&(e[f]=d);return e}return c.string(a)||c.array(a)?(c.string(a)&&(a=[a]),a.map(function(a){return c.string(a)?"."+a.split(/\s/g).join("."):null}).join(",")):null},b.src=function(a,b,d,e,f,g,h){if(!c.string(a))return null;if(!c.string(b))return a;var i=b.replace(/(\s[\d.]+[whx]),/g,"$1 @,@ ").split(" @,@ "),j=i.map(function(a){return{url:/^\s*(\S*)/.exec(a)[1],w:parseFloat((/\S\s+(\d+)w/.exec(a)||[0,1/0])[1]),h:parseFloat((/\S\s+(\d+)h/.exec(a)||[0,1/0])[1]),x:parseFloat((/\S\s+([\d.]+)x/.exec(a)||[0,1])[1])}});if(!j.length)return a;j.unshift({url:a,w:j[0].w!==1/0&&j[0].h===1/0?d:1/0,h:j[0].h!==1/0&&j[0].w===1/0?e:1/0,x:1});var k=c.number(h)?h:window.devicePixelRatio||1,l={w:f*k,h:g*k,x:k},m=["w","h","x"];return m.forEach(function(a){var b=Math.max.apply(null,j.map(function(b){return b[a]}));j=j.filter(function(c){return c[a]>=l[a]||c[a]===b})}),m.forEach(function(a){var b=Math.min.apply(null,j.map(function(b){return b[a]}));j=j.filter(function(c){return c[a]===b})}),j[0].url},b.scrollParent=function(b,d,e){b=c.jq(b)?b:a(b),d=c.string(d)&&/^(x|y|xy|yx)$/i.test(d)?d:"xy";var f=a(!!b.length&&b[0].ownerDocument||document);if(e=c.jq(e)?e:f,!b.length)return e;var g=b.css("position"),h="absolute"===g,i=/(auto|scroll)/i,j=/x/i,k=/y/i,l=b.parentsUntil(e).filter(function(b,c){var e=a(this);if(h&&"static"===e.css("position"))return!1;var f=k.test(d)&&c.scrollHeight>c.clientHeight&&i.test(e.css("overflow-y")),g=j.test(d)&&c.scrollWidth>c.clientWidth&&i.test(e.css("overflow-x"));return f||g}).eq(0);return l.is("html")&&(l=f),"fixed"!==g&&l.length?l:e}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is),function(a,b,c){function d(a){return setTimeout(a,1)}function e(a){clearTimeout(a)}if("0.1.8"===b.version){b.animation={},b.animation.requestFrame=(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||d).bind(window),b.animation.cancelFrame=(window.cancelAnimationFrame||window.mozCancelAnimationFrame||window.webkitCancelAnimationFrame||window.msCancelAnimationFrame||e).bind(window);var f=document.createElement("div");b.animation.supported=function(a){var b=a.style;return c.string(b.animation)||c.string(b.WebkitAnimation)||c.string(b.MozAnimation)||c.string(b.msAnimation)||c.string(b.OAnimation)}(f),b.animation.end=function(a){var b=a.style;return c.string(b.animation)?"animationend":c.string(b.WebkitAnimation)?"webkitAnimationEnd":c.string(b.MozAnimation)?"animationend":c.string(b.msAnimation)?"msAnimationEnd":c.string(b.OAnimation)?"oAnimationEnd":null}(f),b.animation.duration=function(a,b){if(b=c.number(b)?b:0,!c.jq(a))return b;var d=a.css("animation-duration");if(/^([\d.]*)+?(ms|s)$/i.test(d)){var e=d.match(/^([\d.]*)+?(ms|s)$/i),f=parseFloat(e[1]);return"s"===e[2].toLowerCase()&&(f*=1e3),f}return b},b.animation.iterations=function(a,b){if(b=c.number(b)?b:1,!c.jq(a))return b;var d=a.css("animation-iteration-count");return/^(\d+|infinite)$/i.test(d)?"infinite"===d?1/0:parseInt(d):b},b.animation.start=function(d,e,f,g){var h=a.Deferred(),i=h.promise();if(d=d.first(),b.animation.supported){d.prop("offsetTop");var j=d.data("animation_safety");if(c.hash(j)&&c.number(j.timer)&&(clearTimeout(j.timer),d.removeData("animation_safety").off(b.animation.end+".utils"),j.deferred.reject()),!c.number(g)){var k=b.animation.iterations(d);if(k===1/0)return h.reject("No timeout supplied with an infinite animation."),i;g=b.animation.duration(d)*k+50}j={deferred:h,timer:setTimeout(function(){d.removeData("animation_safety").off(b.animation.end+".utils"),h.resolve()},g)},d.data("animation_safety",j),d.on(b.animation.end+".utils",function(a){d.is(a.target)&&(clearTimeout(j.timer),d.removeData("animation_safety").off(b.animation.end+".utils"),h.resolve())})}return b.animation.requestFrame(function(){c.fn(e)?e.apply(d.get(0),[d]):d.toggleClass(e,f),b.animation.supported||h.resolve()}),i}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d){if("0.1.8"===b.version){b.transition={};var e=document.createElement("div");b.transition.supported=function(a){var b=a.style;return c.string(b.transition)||c.string(b.WebkitTransition)||c.string(b.MozTransition)||c.string(b.msTransition)||c.string(b.OTransition)}(e),b.transition.end=function(a){var b=a.style;return c.string(b.transition)?"transitionend":c.string(b.WebkitTransition)?"webkitTransitionEnd":c.string(b.MozTransition)?"transitionend":c.string(b.msTransition)?"msTransitionEnd":c.string(b.OTransition)?"oTransitionEnd":null}(e),b.transition.duration=function(a,b){if(b=c.number(b)?b:0,!c.jq(a))return b;var d=a.css("transition-duration");if(/^([\d.]*)+?(ms|s)$/i.test(d)){var e=d.match(/^([\d.]*)+?(ms|s)$/i),f=parseFloat(e[1]);return"s"===e[2].toLowerCase()&&(f*=1e3),f}return b},b.transition.start=function(e,f,g,h){var i=a.Deferred(),j=i.promise();if(e=e.first(),b.transition.supported){e.prop("offsetTop");var k=e.data("transition_safety");c.hash(k)&&c.number(k.timer)&&(clearTimeout(k.timer),e.removeData("transition_safety").off(b.transition.end+".utils"),k.deferred.reject()),h=c.number(h)?h:b.transition.duration(e)+50,k={deferred:i,timer:setTimeout(function(){e.removeData("transition_safety").off(b.transition.end+".utils"),i.resolve()},h)},e.data("transition_safety",k),e.on(b.transition.end+".utils",function(a){e.is(a.target)&&(clearTimeout(k.timer),e.removeData("transition_safety").off(b.transition.end+".utils"),i.resolve())})}return d.requestFrame(function(){c.fn(f)?f.apply(e.get(0),[e]):e.toggleClass(f,g),b.transition.supported||i.resolve()}),j}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.animation),function(a,b,c,d,e){"0.1.8"===b.version&&(b.Class=function(){},b.Class.extend=function(a){function f(){if(!c.fn(this.construct))throw new SyntaxError('FooGallery.utils.Class objects must be constructed with the "new" keyword.');this.construct.apply(this,arguments)}a=c.hash(a)?a:{};var g=d.create(this.prototype);for(var h in a)a.hasOwnProperty(h)&&e.addOrOverride(g,h,a[h]);return g.construct=c.fn(g.construct)?g.construct:function(){},f.prototype=g,f.prototype.constructor=c.fn(g.__ctor__)?g.__ctor__:f,f.extend=b.Class.extend,f.override=b.Class.override,f},b.Class.override=function(a,b){e.addOrOverride(this.prototype,a,b)})}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.obj,FooGallery.utils.fn),function(a,b,c){"0.1.8"===a.version&&(a.Event=a.Class.extend({construct:function(a){
|
10 |
if(b.empty(a))throw new SyntaxError("FooGallery.utils.Event objects must be supplied a `type`.");var d=c.contains(a,".");this.type=d?c.until(a,"."):a,this.namespace=d?c.from(a,"."):null,this.defaultPrevented=!1,this.target=null},preventDefault:function(){this.defaultPrevented=!0},isDefaultPrevented:function(){return this.defaultPrevented}}),a.EventClass=a.Class.extend({construct:function(){this.__handlers={}},destroy:function(){this.__handlers={}},on:function(a,c,d){var e=this;return b.object(a)?(d=b.undef(c)?this:c,Object.keys(a).forEach(function(b){b.split(" ").forEach(function(c){e.__on(c,a[b],d)})})):b.string(a)&&b.fn(c)&&(d=b.undef(d)?this:d,a.split(" ").forEach(function(a){e.__on(a,c,d)})),e},__on:function(a,d,e){var f=this,g=c.contains(a,"."),h=g?c.until(a,"."):a,i=g?c.from(a,"."):null;b.array(f.__handlers[h])||(f.__handlers[h]=[]),f.__handlers[h].some(function(a){return a.namespace===i&&a.fn===d&&a.thisArg===e})||f.__handlers[h].push({namespace:i,fn:d,thisArg:e})},off:function(a,c,d){var e=this;return b.object(a)?(d=b.undef(c)?this:c,Object.keys(a).forEach(function(c){c.split(" ").forEach(function(f){e.__off(f,b.fn(a[c])?a[c]:null,d)})})):b.string(a)&&(c=b.fn(c)?c:null,d=b.undef(d)?this:d,a.split(" ").forEach(function(a){e.__off(a,c,d)})),e},__off:function(a,d,e){var f=this,g=c.until(a,".")||null,h=c.from(a,".")||null,i=[];b.empty(g)?b.empty(h)||i.push.apply(i,Object.keys(f.__handlers)):i.push(g),i.forEach(function(a){b.array(f.__handlers[a])&&(f.__handlers[a]=f.__handlers[a].filter(function(a){return null!=d?!(a.namespace===h&&a.fn===d&&a.thisArg===e):null!=h&&a.namespace!==h}),0===f.__handlers[a].length&&delete f.__handlers[a])})},trigger:function(c,d){d=b.array(d)?d:[];var e=this,f=[];return c instanceof a.Event?(f.push(c),e.__trigger(c,d)):b.string(c)&&c.split(" ").forEach(function(b){var c=f.push(new a.Event(b))-1;e.__trigger(f[c],d)}),b.empty(f)?null:1===f.length?f[0]:f},__trigger:function(a,c){var d=this;a.target=d,b.array(d.__handlers[a.type])&&d.__handlers[a.type].forEach(function(b){null!=a.namespace&&b.namespace!==a.namespace||b.fn.apply(b.thisArg,[a].concat(c))})}}))}(FooGallery.utils,FooGallery.utils.is,FooGallery.utils.str),function(a,b,c){if("0.1.8"===b.version){b.Bounds=b.Class.extend({construct:function(){var a=this;a.top=0,a.right=0,a.bottom=0,a.left=0,a.width=0,a.height=0},inflate:function(a){var b=this;return c.number(a)&&(b.top-=a,b.right+=a,b.bottom+=a,b.left-=a,b.width+=2*a,b.height+=2*a),b},intersects:function(a){var b=this;return b.left<=a.right&&a.left<=b.right&&b.top<=a.bottom&&a.top<=b.bottom}});var d;b.getViewportBounds=function(c){d||(d=a(window));var e=new b.Bounds;return e.top=d.scrollTop(),e.left=d.scrollLeft(),e.width=d.width(),e.height=d.height(),e.right=e.left+e.width,e.bottom=e.top+e.height,e.inflate(c),e},b.getElementBounds=function(d){c.jq(d)||(d=a(d));var e=new b.Bounds;if(0!==d.length){var f=d.offset();e.top=f.top,e.left=f.left,e.width=d.width(),e.height=d.height()}return e.right=e.left+e.width,e.bottom=e.top+e.height,e}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d,e){"0.1.8"===b.version&&(b.Timer=b.EventClass.extend({construct:function(a){this._super(),this.interval=c.number(a)?a:1e3,this.isRunning=!1,this.isPaused=!1,this.canResume=!1,this.canRestart=!1,this.__timeout=null,this.__decrement=!1,this.__time=0,this.__remaining=0,this.__current=0,this.__finish=0,this.__restart=[]},__reset:function(){clearTimeout(this.__timeout),this.__timeout=null,this.__decrement=!1,this.__time=0,this.__remaining=0,this.__current=0,this.__finish=0,this.isRunning=!1,this.isPaused=!1,this.canResume=!1},__eventArgs:function(a){return[this.__current,this.__time,this.__decrement].concat(d.arg2arr(arguments))},__tick:function(){var a=this;a.trigger("tick",a.__eventArgs()),a.__current===a.__finish?(a.trigger("complete",a.__eventArgs()),a.__reset()):(a.__decrement?a.__current--:a.__current++,a.__remaining--,a.canResume=a.__remaining>0,a.__timeout=setTimeout(function(){a.__tick()},a.interval))},start:function(a,b){var d=this;d.isRunning||(b=!!c.boolean(b)&&b,d.__restart=[a,b],d.__decrement=b,d.__time=a,d.__remaining=a,d.__current=b?a:0,d.__finish=b?0:a,d.canRestart=!0,d.isRunning=!0,d.isPaused=!1,d.trigger("start",d.__eventArgs()),d.__tick())},countdown:function(a){this.start(a,!0)},countup:function(a){this.start(a,!1)},restart:function(){this.stop(),this.canRestart&&this.start.apply(this,this.__restart)},stop:function(){(this.isRunning||this.isPaused)&&(this.__reset(),this.trigger("stop",this.__eventArgs()))},pause:function(){var a=this;return null!=a.__timeout&&(clearTimeout(a.__timeout),a.__timeout=null),a.isRunning&&(a.isRunning=!1,a.isPaused=!0,a.trigger("pause",a.__eventArgs())),a.__remaining},resume:function(){var a=this;a.canResume&&(a.isRunning=!0,a.isPaused=!1,a.trigger("resume",a.__eventArgs()),a.__tick())},reset:function(){this.__reset(),this.trigger("reset",this.__eventArgs())}}))}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj),function(a,b,c,d){"0.1.8"===b.version&&(b.Factory=b.Class.extend({construct:function(){this.registered={}},contains:function(a){return!c.undef(this.registered[a])},load:function(b,e,f){var g,h,i=this,j=d.arg2arr(arguments),k=[],l=[];b=j.shift()||{};for(g in i.registered)if(i.registered.hasOwnProperty(g)){var m=i.registered[g];b.hasOwnProperty(g)&&(h=b[g],c.string(h)&&(h=d.fetch(b[g])),c.fn(h)&&(m={name:g,klass:h,priority:i.registered[g].priority})),k.push(m)}for(g in b)b.hasOwnProperty(g)&&!i.registered.hasOwnProperty(g)&&(h=b[g],c.string(h)&&(h=d.fetch(b[g])),c.fn(h)&&k.push({name:g,klass:h,priority:0}));return k.sort(function(a,b){return b.priority-a.priority}),a.each(k,function(a,b){c.fn(b.klass)&&l.push(d.apply(b.klass,j))}),l},make:function(a,b,e){var f,g=this,h=d.arg2arr(arguments);return a=h.shift(),f=g.registered[a],c.hash(f)&&c.fn(f.klass)?d.apply(f.klass,h):null},names:function(b){b=!!c.boolean(b)&&b;var d,e=[];if(b){var f=[];for(d in this.registered)this.registered.hasOwnProperty(d)&&f.push(this.registered[d]);f.sort(function(a,b){return b.priority-a.priority}),a.each(f,function(a,b){e.push(b.name)})}else for(d in this.registered)this.registered.hasOwnProperty(d)&&e.push(d);return e},register:function(a,b,d){if(!c.string(a)||c.empty(a)||!c.fn(b))return!1;d=c.number(d)?d:0;var e=this.registered[a];return this.registered[a]={name:a,klass:b,priority:c.undef(e)?d:e.priority},!0}}))}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn),function(a,b,c){if("0.1.8"===a.version){var d=!1;try{d=!!window.localStorage}catch(a){d=!1}a.Debugger=a.Class.extend({construct:function(a){this.key=a,this.enabled=!!d&&!!localStorage.getItem(this.key)},enable:function(){d&&(this.enabled=!0,localStorage.setItem(this.key,this.enabled))},disable:function(){d&&(this.enabled=!1,localStorage.removeItem(this.key))},log:function(a,c){this.enabled&&console.log.apply(console,b.arg2arr(arguments))},logf:function(a,d,e){if(this.enabled){var f=b.arg2arr(arguments);a=f.shift(),d=f.shift(),f.unshift(c.format(a,d)),this.log.apply(this,f)}}})}}(FooGallery.utils,FooGallery.utils.fn,FooGallery.utils.str),function(a,b,c){"0.1.8"===b.version&&(b.FullscreenAPI=b.EventClass.extend({construct:function(){this._super(),this.apis={w3:{enabled:"fullscreenEnabled",element:"fullscreenElement",request:"requestFullscreen",exit:"exitFullscreen",events:{change:"fullscreenchange",error:"fullscreenerror"}},webkit:{enabled:"webkitFullscreenEnabled",element:"webkitCurrentFullScreenElement",request:"webkitRequestFullscreen",exit:"webkitExitFullscreen",events:{change:"webkitfullscreenchange",error:"webkitfullscreenerror"}},moz:{enabled:"mozFullScreenEnabled",element:"mozFullScreenElement",request:"mozRequestFullScreen",exit:"mozCancelFullScreen",events:{change:"mozfullscreenchange",error:"mozfullscreenerror"}},ms:{enabled:"msFullscreenEnabled",element:"msFullscreenElement",request:"msRequestFullscreen",exit:"msExitFullscreen",events:{change:"MSFullscreenChange",error:"MSFullscreenError"}}},this.api=this.getAPI(),this.supported=null!=this.api,this.__listen()},destroy:function(){return this.__stopListening(),this._super()},getAPI:function(){for(var a in this.apis)if(this.apis.hasOwnProperty(a)&&this.apis[a].enabled in document)return this.apis[a];return null},element:function(){return this.supported?document[this.api.element]:null},request:function(b){if(this.supported&&b[this.api.request]){var d=b[this.api.request]();return d||a.Deferred(this.__resolver(this.api.request)).promise()}return c.rejected},exit:function(){if(this.supported&&this.element()){var b=document[this.api.exit]();return b||a.Deferred(this.__resolver(this.api.exit)).promise()}return c.rejected},toggle:function(a){return this.element()?this.exit():this.request(a)},__listen:function(){var b=this;b.supported&&a(document).on(b.api.events.change+".utils",function(){b.trigger("change")}).on(b.api.events.error+".utils",function(){b.trigger("error")})},__stopListening:function(){var b=this;b.supported&&a(document).off(b.api.events.change+".utils").off(b.api.events.error+".utils")},__resolver:function(b){var c=this;return function(d){function e(){d.resolve(),a(document).off(c.api.events.change,e).off(c.api.events.error,f)}function f(){d.reject(new TypeError),a(document).off(c.api.events.change,e).off(c.api.events.error,f)}if(b===c.api.exit&&c.element())return void setTimeout(function(){d.reject(new TypeError)},1);a(document).on(c.api.events.change,e).on(c.api.events.error,f)}}}),b.fullscreen=new b.FullscreenAPI)}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.fn),function(a,b,c,d,e){b.debug=new c.Debugger("__FooGallery__"),b.EMPTY_IMAGE="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",b.DATA_TEMPLATE="__FooGallery__",b.DATA_ITEM="__FooGalleryItem__",b.get=function(c){return a(c).data(b.DATA_TEMPLATE)},b.init=function(c,e){if(e=d.jq(e)?e:a(e),e.length>0){var f=e.data(b.DATA_TEMPLATE);if(f instanceof b.Template)return f.destroy(!0).then(function(){return b.template.make(c,e).initialize()})}return b.template.make(c,e).initialize()},b.initAll=function(c){return e.when(a(".foogallery").map(function(a,d){return b.init(c,d)}).get())},a.fn.foogallery=function(c,e){return e=d.fn(e)?e:a.noop,this.each(function(f,g){if(d.string(c)){var h=a.data(g,b.DATA_TEMPLATE);if(h instanceof b.Template)switch(c){case"layout":return void h.layout();case"destroy":return void h.destroy()}}else b.init(c,g).then(e)})},b.isCached=function(a){var b=new Image;b.src=a;var c=b.complete;return b.src="",b=null,c},b.supportedExifProperties=["aperture","camera","date","exposure","focalLength","iso","orientation"],d.exif=function(a){if(d.object(a)){var c=Object.keys(a);return c.length>0&&c.some(function(c){return-1!==b.supportedExifProperties.indexOf(c)&&!d.empty(a[c])})}return!1}}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.str),function(a,b,c,d,e){var f="__FooGallerySwipe__",g="ontouchstart"in window,h=window.navigator.msPointerEnabled&&!window.navigator.pointerEnabled&&!g,i=(window.navigator.pointerEnabled||window.navigator.msPointerEnabled)&&!g,j=g||i;b.Swipe=c.Class.extend({construct:function(b,c){var d=this,f=".fgswipe";d.$el=a(b),d.opt=e.extend({threshold:20,allowPageScroll:!1,swipe:a.noop,data:{}},c),d.active=!1,d.startPoint=null,d.endPoint=null,d.events={start:(j?i?h?"MSPointerDown":"pointerdown":"touchstart":"mousedown")+f,move:(j?i?h?"MSPointerMove":"pointermove":"touchmove":"mousemove")+f,end:(j?i?h?"MSPointerUp":"pointerup":"touchend":"mouseup")+f,leave:(j?i?"mouseleave":null:"mouseleave")+f}},init:function(){var a=this;a.$el.on(a.events.start,{self:a},a.onStart),a.$el.on(a.events.move,{self:a},a.onMove),a.$el.on(a.events.end,{self:a},a.onEnd),d.string(a.events.leave)&&a.$el.on(a.events.leave,{self:a},a.onEnd),a.$el.data(f,a)},destroy:function(){var a=this;a.$el.off(a.events.start,a.onStart),a.$el.off(a.events.move,a.onMove),a.$el.off(a.events.end,a.onEnd),d.string(a.events.leave)&&a.$el.off(a.events.leave,a.onEnd),a.$el.removeData(f)},getAngle:function(a,b){var c=Math.atan2(a.x-b.x,a.y-b.y),d=Math.round(180*c/Math.PI);return 360-(d<0?360-Math.abs(d):d)},getDistance:function(a,b){var c=b.x-a.x,d=b.y-a.y;return c*=c,d*=d,Math.sqrt(c+d)},getDirection:function(a,b){var c=this,d=c.getAngle(a,b);return d>337.5||d<=22.5?"N":d>22.5&&d<=67.5?"NE":d>67.5&&d<=112.5?"E":d>112.5&&d<=157.5?"SE":d>157.5&&d<=202.5?"S":d>202.5&&d<=247.5?"SW":d>247.5&&d<=292.5?"W":d>292.5&&d<=337.5?"NW":"NONE"},getPoint:function(a){var b;return j&&!d.empty(b=a.originalEvent.touches||a.touches)?{x:b[0].pageX,y:b[0].pageY}:d.number(a.pageX)&&d.number(a.pageY)?{x:a.pageX,y:a.pageY}:null},getOffset:function(a){var b=this,c=b.$el.offset();return{left:a.x-c.left,top:a.y-c.top}},onStart:function(a){var b=a.data.self,c=b.getPoint(a);d.empty(c)||(b.active=!0,b.startPoint=b.endPoint=c)},onMove:function(b){var c=b.data.self,e=c.getPoint(b);if(c.active&&!d.empty(e))if(c.endPoint=e,c.opt.allowPageScroll){if(d.hash(c.opt.allowPageScroll)){var f=c.getDirection(c.startPoint,c.endPoint);c.opt.allowPageScroll.x||-1===a.inArray(f,["NE","E","SE","NW","W","SW"])||b.preventDefault(),c.opt.allowPageScroll.y||-1===a.inArray(f,["NW","N","NE","SW","S","SE"])||b.preventDefault()}}else b.preventDefault()},onEnd:function(a){var b=a.data.self;if(b.active){b.active=!1;var c={startPoint:b.startPoint,endPoint:b.endPoint,startOffset:b.getOffset(b.startPoint),endOffset:b.getOffset(b.endPoint),angle:b.getAngle(b.startPoint,b.endPoint),distance:b.getDistance(b.startPoint,b.endPoint),direction:b.getDirection(b.startPoint,b.endPoint)};if(b.opt.threshold>0&&c.distance<b.opt.threshold)return;b.opt.swipe.apply(this,[c,b.opt.data]),b.startPoint=null,b.endPoint=null}}}),a.fn.fgswipe=function(c){return this.each(function(){var e=a(this),g=e.data(f);if(g instanceof b.Swipe){if(d.string(c)&&d.fn(g[c]))return void g[c]();g.destroy()}d.hash(c)&&(g=new b.Swipe(this,c),g.init())})}}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.obj),function(a,b,c,d,e,f){b.TemplateFactory=c.Factory.extend({construct:function(){this.registered={}},register:function(a,b,c,e,f,g){var h=this,i=h._super(a,b,g);if(i){var j=h.registered;j[a].opt=d.hash(c)?c:{},j[a].cls=d.hash(e)?e:{},j[a].il8n=d.hash(f)?f:{}}return i},make:function(b,c){c=d.jq(c)?c:a(c),b=f.extend({},b,c.data("foogallery"));var e=this,g=e.type(b,c);return e.contains(g)?(b=e.options(g,b),e._super(g,b,c)):null},type:function(b,e){e=d.jq(e)?e:a(e);var f=this,g=d.hash(b)&&d.hash(b)&&d.string(b.type)&&f.contains(b.type)?b.type:"core";if("core"===g&&e.length>0)for(var h=f.registered,i=f.names(!0),j=0,k=i.length;j<k;j++)if(h.hasOwnProperty(i[j])){var l=i[j],m=h[l].cls;if(d.string(m.container)){var n=c.selectify(m.container);if(e.is(n)){g=i[j];break}}}return g},configure:function(a,b,c,d){var e=this;if(e.contains(a)){var g=e.registered;f.extend(g[a].opt,b),f.extend(g[a].cls,c),f.extend(g[a].il8n,d)}},options:function(a,c){c=f.extend({type:a},c);var e=this,g=e.registered,h=g.core.opt,i=g.core.cls,j=g.core.il8n;return d.hash(c.cls)||(c.cls={}),d.hash(c.il8n)||(c.il8n={}),d.undef(b.filtering)||(c=b.filtering.merge(c)),d.undef(b.paging)||(c=b.paging.merge(c)),"core"!==a&&e.contains(a)?(c=f.extend({},h,g[a].opt,c),c.cls=f.extend({},i,g[a].cls,c.cls),c.il8n=f.extend({},j,g[a].il8n,c.il8n)):(c=f.extend({},h,c),c.cls=f.extend({},i,c.cls),c.il8n=f.extend({},j,c.il8n)),c}}),b.template=new b.TemplateFactory}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj),function(a,b,c,d,e){a.PagingFactory=b.Factory.extend({construct:function(){this.registered={}},register:function(a,b,d,e,f,g,h){var i=this,j=i._super(a,b,h);if(j){var k=i.registered;k[a].ctrl=c.fn(d)?d:null,k[a].opt=c.hash(e)?e:{},k[a].cls=c.hash(f)?f:{},k[a].il8n=c.hash(g)?g:{}}return j},type:function(a){var b,d=this;return c.hash(a)&&c.hash(b=a.paging)&&c.string(b.type)&&d.contains(b.type)?b.type:null},merge:function(a){a=e.extend({},a);var b=this,d=b.type(a),f=b.registered,g=f.default.opt,h=f.default.cls,i=f.default.il8n,j=c.hash(a.paging)?a.paging:{},k=c.hash(a.cls)&&c.hash(a.cls.paging)?e.extend({},a.cls.paging):{},l=c.hash(a.il8n)&&c.hash(a.il8n.paging)?e.extend({},a.il8n.paging):{};return c.hash(a.cls)||(a.cls={}),c.hash(a.il8n)||(a.il8n={}),"default"!==d&&b.contains(d)?(a.paging=e.extend({},g,f[d].opt,j,{type:d}),a.cls=e.extend(a.cls,{paging:h},{paging:f[d].cls},{paging:k}),a.il8n=e.extend(a.il8n,{paging:i},{paging:f[d].il8n},{paging:l})):(a.paging=e.extend({},g,j,{type:d}),a.cls=e.extend(a.cls,{paging:h},{paging:k}),a.il8n=e.extend(a.il8n,{paging:i},{paging:l})),a},configure:function(a,b,c,d){var f=this;if(f.contains(a)){var g=f.registered;e.extend(g[a].opt,b),e.extend(g[a].cls,c),e.extend(g[a].il8n,d)}},hasCtrl:function(a){var b=this,d=b.registered[a];return c.hash(d)&&c.fn(d.ctrl)},makeCtrl:function(a,b,d,e){var f=this,g=f.registered[a];return c.hash(g)&&c.fn(g.ctrl)?new g.ctrl(b,d,e):null}}),a.paging=new a.PagingFactory}(FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj),function(a,b,c,d,e,f){var g=0;b.Template=c.EventClass.extend({construct:function(e,f){var h=this;h._super(),h.namespace=".foogallery-"+ ++g,h.$el=d.jq(f)?f:a(f),h.$scrollParent=null,h.opt=e,h.template=e.template,h.id=h.$el.prop("id")||e.id,h.cls=e.cls,h.il8n=e.il8n,h.sel=c.selectify(h.cls),h.items=b.components.make("items",h),h.pages=d.undef(b.paging)?null:b.paging.make(e.paging.type,h),h.filter=d.undef(b.filtering)?null:b.filtering.make(e.filtering.type,h),h.state=b.components.make("state",h),h._initialize=null,h._checkTimeout=null,h._layoutTimeout=null,h._layoutWidths=[],h.initializing=!1,h.initialized=!1,h.destroying=!1,h.destroyed=!1,h._undo={classes:"",style:"",create:!1,children:!1},h.robserver=new ResizeObserver(function(){h.$el.is(":visible")&&h.layout()})},initialize:function(b){var c=this;return d.promise(c._initialize)?c._initialize:c._initialize=a.Deferred(function(a){c.preInit(b)?c.init().then(function(){c.postInit()?c.firstLoad().then(function(){c.ready(),a.resolve(c)}).fail(a.reject):a.reject("post-init failed")}).fail(a.reject):a.reject("pre-init failed")}).fail(function(a){console.log("initialize failed",c,a),c.destroy()}).promise()},preInit:function(e){var f=this;if(f.destroying)return!1;if(e=d.jq(e)?e:a(e),f.initializing=!0,0===e.length&&0===f.$el.parent().length)return!1;0===f.$el.length&&(f.$el=f.create(),f._undo.create=!0),e.length>0&&f.$el.appendTo(e);var g;d.empty(f.opt.scrollParent)||0===(g=a(f.opt.scrollParent)).length?f.$scrollParent=a(document):f.$scrollParent=g.is("html")?a(document):g,f.$el.data(b.DATA_TEMPLATE,f),d.empty(f.opt.on)||f.$el.on(f.opt.on),f._undo.classes=f.$el.attr("class"),f._undo.style=f.$el.attr("style"),f.$el.is(f.sel.container)||f.$el.addClass(f.cls.container);var h=c.selectify(f.opt.classes);return null==h||f.$el.is(h)||f.$el.addClass(f.opt.classes),f.robserver.observe(f.$el.get(0)),0===f.$el.children().not(f.sel.item.elem).length&&(f.$el.append(f.createChildren()),f._undo.children=!0),!f.raise("pre-init").isDefaultPrevented()},init:function(){var a=this;return a.raise("init").isDefaultPrevented()?e.rejectWith("init default prevented"):a.items.fetch()},postInit:function(){var b=this;return!b.destroying&&(!b.raise("post-init").isDefaultPrevented()&&(b.state.init(),b.$scrollParent.on("scroll"+b.namespace,{self:b},e.throttle(function(){b.loadAvailable()},50)),a(window).on("popstate"+b.namespace,{self:b},b.onWindowPopState),!0))},firstLoad:function(){var a=this;return a.destroying?e.rejected:(a.raise("first-load"),a.loadAvailable())},ready:function(){var a=this;return!a.destroying&&(a.initializing=!1,a.initialized=!0,a._check(1e3),a.raise("ready"),!0)},create:function(){var b=this;return a("<div/>",{id:b.id,class:b.cls.container}).addClass(b.opt.classes)},createChildren:function(){return a()},destroy:function(b){var c=this,f=c._super.bind(c);return c.destroyed?e.resolved:(c.destroying=!0,a.Deferred(function(a){c.initializing&&d.promise(c._initialize)?c._initialize.always(function(){c.destroying=!1,c.doDestroy(b),a.resolve()}):(c.destroying=!1,c.doDestroy(b),a.resolve())}).then(function(){f()}).promise())},doDestroy:function(c){var e=this;e.destroyed||(e.raise("destroy"),e.robserver.disconnect(),e._checkTimeout&&clearTimeout(e._checkTimeout),e.$scrollParent.off(e.namespace),a(window).off(e.namespace),e.state.destroy(c),e.filter&&e.filter.destroy(),e.pages&&e.pages.destroy(),e.items.destroy(),d.empty(e.opt.on)||e.$el.off(e.opt.on),e.raise("destroyed"),e.$el.removeData(b.DATA_TEMPLATE),d.empty(e._undo.classes)?e.$el.removeAttr("class"):e.$el.attr("class",e._undo.classes),d.empty(e._undo.style)?e.$el.removeAttr("style"):e.$el.attr("style",e._undo.style),e._undo.children&&e.destroyChildren(),e._undo.create&&e.$el.remove(),e.$el=e.state=e.items=e.pages=null,e.destroyed=!0,e.initializing=!1,e.initialized=!1)},destroyChildren:function(){},getAvailable:function(){return this.pages?this.pages.available():this.items.available()},loadAvailable:function(){return this.items.load(this.getAvailable())},getItems:function(){return this.pages?this.pages.items():this.items.available()},_check:function(a){a=d.number(a)?a:0;var b=this;return b._checkTimeout&&clearTimeout(b._checkTimeout),b._checkTimeout=setTimeout(function(){b._checkTimeout=null,!b.initialized||b.destroying&&b.destroyed||b.loadAvailable()},a)},raise:function(c,e){if(this.destroying||this.destroyed||!d.string(c)||d.empty(c))return null;e=d.array(e)?e:[];var g=this,h=c.split(".")[0],i=f.camel("on-"+h),j=a.Event(h+".foogallery");return e.unshift(g),g.trigger(h,e).defaultPrevented&&j.preventDefault(),g.$el.trigger(j,e),b.debug.logf("{id}|{name}:",{id:g.id,name:h},e),d.fn(g[i])&&(e.unshift(j),g[i].apply(g.$el.get(0),e)),j},layout:function(){var a=this,b=a.getContainerWidth();null===a._initialize||a._checkWidth(b)||a.raise("layout",[b])},_checkWidth:function(a){var b,c=this;return(b=-1!==c._layoutWidths.indexOf(a))||(c._layoutWidths.unshift(a),c._layoutWidths.splice(2,c._layoutWidths.length-2),null!=c._layoutTimeout&&clearTimeout(c._layoutTimeout),c._layoutTimeout=setTimeout(function(){c._layoutWidths.splice(0,c._layoutWidths.length)},100)),b},getContainerWidth:function(){var a=this;return a.$el.is(":visible")?a.$el.width():a.$el.parents(":visible:first").innerWidth()},getCSSClass:function(a,b){b=d.empty(b)?"":b;var c=a instanceof RegExp?a:d.string(a)&&this.opt.regex.hasOwnProperty(a)?this.opt.regex[a]:null,e=this.$el.prop("className")||"",f=null!=c?e.match(c):null;return null!=f&&f.length>=2?f[1]:b},onWindowPopState:function(a){var b=a.data.self,c=a.originalEvent.state;d.empty(c)||c.id!==b.id||(b.state.set(c),b.loadAvailable())}}),b.template.register("core",b.Template,{id:null,type:"core",classes:"",on:{},lazy:!0,viewport:200,items:[],fixLayout:!0,scrollParent:null,delay:0,throttle:50,timeout:6e4,srcset:"data-srcset-fg",src:"data-src-fg",template:{},regex:{theme:/(?:\s|^)(fg-(?:light|dark|custom))(?:\s|$)/,loadingIcon:/(?:\s|^)(fg-loading-(?:default|bars|dots|partial|pulse|trail))(?:\s|$)/,hoverIcon:/(?:\s|^)(fg-hover-(?:zoom|zoom2|zoom3|plus|circle-plus|eye|external|tint))(?:\s|$)/,videoIcon:/(?:\s|^)(fg-video-(?:default|1|2|3|4))(?:\s|$)/,hoverColor:/(?:\s|^)(fg-hover-(?:colorize|grayscale))(?:\s|$)/,hoverScale:/(?:\s|^)(fg-hover-scale)(?:\s|$)/,stickyVideoIcon:/(?:\s|^)(fg-video-sticky)(?:\s|$)/,insetShadow:/(?:\s|^)(fg-shadow-inset-(?:small|medium|large))(?:\s|$)/,filter:/(?:\s|^)(fg-filter-(?:1977|amaro|brannan|clarendon|earlybird|lofi|poprocket|reyes|toaster|walden|xpro2|xtreme))(?:\s|$)/}},{container:"foogallery"},{},-100)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.str),function(a,b,c){a.Component=b.Class.extend({construct:function(a){this.tmpl=a},destroy:function(){this.tmpl=null}}),a.EventComponent=b.EventClass.extend({construct:function(a,b){this._super(a),this.tmpl=a,this.tmplEventPrefix=b},destroy:function(){this._super(),this.tmpl=null},trigger:function(a,d){var e,f,g=this,h=g._super(a,d);return null!=g.tmpl&&(h instanceof b.Event&&!h.isDefaultPrevented()?(e=null!=h.namespace?[h.type,h.namespace].join("."):h.type,(f=g.tmpl.raise(g.tmplEventPrefix+e,d))&&f.isDefaultPrevented()&&h.preventDefault()):c.array(h)&&h.forEach(function(a){a.isDefaultPrevented()||(e=null!=a.namespace?[a.type,a.namespace].join("."):a.type,(f=g.tmpl.raise(g.tmplEventPrefix+e,d))&&f.isDefaultPrevented()&&a.preventDefault())})),c.empty(h)?null:1===h.length?h[0]:h}}),a.components=new b.Factory}(FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d,e){b.State=b.Component.extend({construct:function(a){var b=this;b._super(a),b.apiEnabled=!!window.history&&!!history.replaceState,b.opt=b.tmpl.opt.state,b.enabled=b.opt.enabled,b.current={filter:[],page:0,item:null},b.pushOrReplace=b.isPushOrReplace(b.opt.pushOrReplace)?b.opt.pushOrReplace:"replace",b.defaultMask="foogallery-gallery-{id}";var c=d.escapeRegExp(b.tmpl.id),e=d.escapeRegExp(b.getMasked()),f=d.escapeRegExp(b.opt.values),g=d.escapeRegExp(b.opt.pair);b.regex={exists:new RegExp("^#"+c+"\\"+f+".+?"),masked:new RegExp("^#"+e+"\\"+f+".+?"),values:new RegExp("(\\w+)"+g+"([^"+f+"]+)","g")}},destroy:function(a){var b=this;a||b.clear(),b.opt=b.regex={},b._super()},init:function(){this.set(this.initial())},getIdNumber:function(){return this.tmpl.id.match(/\d+/g)[0]},getMasked:function(){var a=this,b=d.contains(a.opt.mask,"{id}")?a.opt.mask:a.defaultMask;return d.format(b,{id:a.getIdNumber()})},isPushOrReplace:function(b){return-1!==a.inArray(b,["push","replace"])},exists:function(){return this.regex.values.lastIndex=0,(this.regex.exists.test(location.hash)||this.regex.masked.test(location.hash))&&this.regex.values.test(location.hash)},parse:function(){var b=this,c=b.tmpl,d={};if(b.exists())if(b.enabled){d.id=b.tmpl.id,b.regex.values.lastIndex=0;var e=location.hash.match(b.regex.values);a.each(e,function(a,e){var f,g=e.split(b.opt.pair);if(2===g.length)switch(g[0]){case b.opt.itemKey:f=c.items.fromHash(g[1]),null!==f&&(d.item=f);break;case b.opt.pageKey:c.pages&&null!==(f=c.pages.fromHash(g[1]))&&(d.page=f);break;case b.opt.filterKey:c.filter&&null!==(f=c.filter.fromHash(g[1]))&&(d.filter=f)}})}else b.apiEnabled?history.replaceState(null,"",location.pathname+location.search):location.hash="#";return d},hashify:function(a){var b=this,d=b.tmpl;if(c.hash(a)){var e=[],f=d.items.toHash(a.item);return null!==f&&e.push(b.opt.itemKey+b.opt.pair+f),d.filter&&null!==(f=d.filter.toHash(a.filter))&&e.push(b.opt.filterKey+b.opt.pair+f),d.pages&&null!==(f=d.pages.toHash(a.page))&&e.push(b.opt.pageKey+b.opt.pair+f),e.length>0&&e.unshift("#"+b.getMasked()),e.join(b.opt.values)}return""},replace:function(a){var d=this;if(d.enabled&&d.apiEnabled){a.id=d.tmpl.id;var f=d.hashify(a),g=c.empty(f),h=e.extend({},a,{item:a.item instanceof b.Item?a.item.id:a.item});history.replaceState(g?null:h,"",g?location.pathname+location.search:f)}},push:function(a){var d=this;if(d.enabled&&d.apiEnabled){a.id=d.tmpl.id;var f=d.hashify(a),g=c.empty(f),h=e.extend({},a,{item:a.item instanceof b.Item?a.item.id:a.item});history.pushState(g?null:h,"",g?location.pathname+location.search:f)}},update:function(a,b){var c=this;c.enabled&&c.apiEnabled&&(b=c.isPushOrReplace(b)?b:c.pushOrReplace,c[b](a))},clear:function(){this.exists()&&this.replace({})},initial:function(){var a=this,b=a.parse();return c.empty(b)?a.get():e.extend({filter:[],page:1,item:null},b)},get:function(a){var c,d=this,f=d.tmpl,g={};return a instanceof b.Item&&(g.item=a),f.filter&&null!==(c=f.filter.getState())&&(g.filter=c),f.pages&&null!==(c=f.pages.getState())&&(g.page=c),e.extend({filter:[],page:1,item:null},g)},set:function(a){var b=this,d=b.tmpl;if(c.hash(a)){var f=e.extend({filter:[],page:1,item:null},a);d.items.reset();d.raise("before-state",[f]).isDefaultPrevented()||(d.filter&&d.filter.setState(f),d.pages?d.pages.setState(f):(d.items.detach(d.items.all()),d.items.create(d.items.available(),!0)),f.item&&(b.opt.scrollTo&&f.item.scrollTo(),c.empty(a.item)||(a.item=null,b.replace(a))),b.current=f,d.raise("after-state",[f]))}}}),b.template.configure("core",{state:{enabled:!1,scrollTo:!0,pushOrReplace:"replace",mask:"foogallery-gallery-{id}",values:"/",pair:":",array:"+",arraySeparator:",",itemKey:"i",filterKey:"f",pageKey:"p"}}),b.components.register("state",b.State)}(FooGallery.$,FooGallery,FooGallery.utils.is,FooGallery.utils.str,FooGallery.utils.obj),function(a,b,c,d,e,f){b.Items=b.Component.extend({construct:function(a){var b=this;b.ALLOW_CREATE=!0,b.ALLOW_APPEND=!0,b.ALLOW_LOAD=!0,b._super(a),b.maps={},b._fetched=null,b._arr=[],b._available=[];var d=b.tmpl.cls.item.caption;b.tmpl.sel.item.caption.all=c.selectify([d.elem,d.inner,d.title,d.description])},fromHash:function(a){return this.get(a)},toHash:function(a){return a instanceof b.Item?a.id:null},destroy:function(){var b=this,c=b.all(),d=[];c.length>0&&(b.tmpl.raise("destroy-items",[c]),d=a.map(c,function(a){return a.destroy()?a:null}),d.length>0&&b.tmpl.raise("destroyed-items",[d])),b.maps={},b._fetched=null,b._arr=[],b._available=[],b._super()},fetch:function(b){var c=this;if(!b&&d.promise(c._fetched))return c._fetched;var e=c.tmpl,f=e.sel,g=e.opt.items,h=a.Deferred(),i=c.make(e.$el.find(f.item.elem));return d.empty(g)?(i.push.apply(i,c.make(window[e.id+"-items"])),h.resolve(i)):d.array(g)?(i.push.apply(i,c.make(g)),h.resolve(i)):d.string(g)?a.get(g).then(function(a){i.push.apply(i,c.make(a)),h.resolve(i)},function(a,b,c){console.log("FooGallery: GET items error.",g,a,b,c),h.resolve(i)}):h.resolve(i),h.then(function(a){c.setAll(a)}),c._fetched=h.promise()},toJSON:function(a){return(a?this.all():this.available()).map(function(a){return a.toJSON()})},all:function(){return this._arr.slice()},count:function(a){return a?this.all().length:this.available().length},available:function(a){return d.fn(a)?this._available.filter(a,this):this._available.slice()},get:function(a){var b=d.number(a)?"index":"id";return this.maps[b][a]?this.maps[b][a]:null},setAll:function(a){this._arr=d.array(a)?a:[],this.maps=this.createMaps(this._arr),this._available=this.all()},setAvailable:function(a){this.maps=this.createMaps(this._arr),this._available=d.array(a)?a:[]},reset:function(){this.setAvailable(this.all())},find:function(a,b){if(b=d.fn(b)?b:function(){return!0},d.array(a))for(var c=0,e=a.length;c<e;c++)if(!0===b.call(this,a[c]))return a[c];return null},first:function(a){return this.find(this._available,a)},last:function(a){return this.find(this._available.slice().reverse(),a)},next:function(a,c,e){if(!(a instanceof b.Item))return null;e=!!d.boolean(e)&&e;var f=this._available.slice(),g=f.indexOf(a);if(-1!==g){var h=f.slice(0,g);return f=f.slice(g+1),e&&(f=f.concat(h)),this.find(f,c)}return null},prev:function(a,c,e){if(!(a instanceof b.Item))return null;e=!!d.boolean(e)&&e;var f=this._available.slice().reverse(),g=f.indexOf(a);if(-1!==g){var h=f.slice(0,g);return f=f.slice(g+1),e&&(f=f.concat(h)),this.find(f,c)}return null},createMaps:function(b){b=d.array(b)?b:[];var c={id:{},index:{}};return a.each(b,function(a,b){d.empty(b.id)&&(b.id=""+(a+1)),b.index=a,c.id[b.id]=b,c.index[b.index]=b}),c},loadable:function(b){var e,f=this,g=f.tmpl.opt;return g.lazy&&(e=c.getViewportBounds(g.viewport)),f.ALLOW_LOAD&&d.array(b)?a.map(b,function(a){return a.isCreated&&a.isAttached&&!a.isLoading&&!a.isLoaded&&!a.isError&&(!g.lazy||g.lazy&&a.intersects(e))?a:null}):[]},creatable:function(c){return this.ALLOW_CREATE&&d.array(c)?a.map(c,function(a){return a instanceof b.Item&&!a.isCreated?a:null}):[]},appendable:function(c){return this.ALLOW_APPEND&&d.array(c)?a.map(c,function(a){return a instanceof b.Item&&a.isCreated&&!a.isAttached?a:null}):[]},detachable:function(c){return d.array(c)?a.map(c,function(a){return a instanceof b.Item&&a.isCreated&&a.isAttached?a:null}):[]},jquerify:function(b){return a(a.map(b,function(a){
|
11 |
-
return a.$el.get()}))},make:function(c){var e=this,g=[];if(d.jq(c)||d.array(c)){var h=[],i=a.makeArray(c);if(0===i.length)return g;e.tmpl.raise("make-items",[i]).isDefaultPrevented()||(g=a.map(i,function(a){var c=e.type(a),g=f.extend(d.hash(a)?a:{},{type:c}),i=b.components.make(c,e.tmpl,g);return d.element(a)?i.parse(a)?(h.push(i),e.ALLOW_APPEND||i.detach(),i):null:i})),g.length>0&&e.tmpl.raise("made-items",[g]),h.length>0&&e.tmpl.raise("parsed-items",[h])}return g},type:function(c){var e;if(d.hash(c))e=c.type;else if(d.element(c)){var f=a(c),g=this.tmpl.sel.item;e=f.find(g.anchor).data("type")}return d.string(e)&&b.components.contains(e)?e:"image"},create:function(b,c){var e=this,f=[],g=e.creatable(b);if(g.length>0){e.tmpl.raise("create-items",[g]).isDefaultPrevented()||(f=a.map(g,function(a){return a.create()?a:null})),f.length>0&&e.tmpl.raise("created-items",[f])}return d.boolean(c)&&c?e.append(b):f},append:function(b){var c=this,d=[],e=c.appendable(b);if(e.length>0){c.tmpl.raise("append-items",[e]).isDefaultPrevented()||(d=a.map(e,function(a){return a.append()?a:null})),d.length>0&&c.tmpl.raise("appended-items",[d])}return d},detach:function(b){var c=this,d=[],e=c.detachable(b);if(e.length>0){c.tmpl.raise("detach-items",[e]).isDefaultPrevented()||(d=a.map(e,function(a){return a.detach()?a:null})),d.length>0&&c.tmpl.raise("detached-items",[d])}return d},load:function(b){var c=this;if(b=c.loadable(b),b.length>0){if(!c.tmpl.raise("load-items",[b]).isDefaultPrevented()){var d=a.map(b,function(a){return a.load()});return e.when(d).done(function(a){c.tmpl.raise("loaded-items",[a])})}}return e.resolveWith([])}}),b.components.register("items",b.Items)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj),function(a,b,c,d,e,f,g){b.Item=b.Component.extend({construct:function(a,b){var c=this;c._super(a),c.cls=a.cls.item,c.il8n=a.il8n.item,c.sel=a.sel.item,c.opt=f.extend({},a.opt.item,b),c.isAttached=!1,c.isCreated=!1,c.isDestroyed=!1,c.isLoading=!1,c.isLoaded=!1,c.isError=!1,c.isParsed=!1,c.$el=null,c.$inner=null,c.$anchor=null,c.$overlay=null,c.$wrap=null,c.$image=null,c.$caption=null,c.fixLayout=c.tmpl.opt.fixLayout,c.index=-1,c.type=c.opt.type,c.id=c.opt.id,c.productId=c.opt.productId,c.href=c.opt.href,c.src=c.opt.src,c.srcset=c.opt.srcset,c.width=c.opt.width,c.height=c.opt.height,c.title=c.opt.title,c.alt=c.opt.alt,c.caption=d.empty(c.opt.caption)?c.title:c.opt.caption,c.description=d.empty(c.opt.description)?c.alt:c.opt.description,c.attr=c.opt.attr,c.tags=c.opt.tags,c.maxWidth=c.opt.maxWidth,c.maxCaptionLength=c.opt.maxCaptionLength,c.maxDescriptionLength=c.opt.maxDescriptionLength,c.showCaptionTitle=c.opt.showCaptionTitle,c.showCaptionDescription=c.opt.showCaptionDescription,c.noLightbox=c.opt.noLightbox,c.panelHide=c.opt.panelHide,c.exif=c.opt.exif,c.hasExif=d.exif(c.exif),c._thumbUrl=null,c._load=null,c._undo={classes:"",style:"",loader:!1,wrap:!1,overlay:!1,placeholder:!1}},destroy:function(){var a=this;return a.tmpl.raise("destroy-item",[a]).isDefaultPrevented()||(a.isDestroyed=a.doDestroyItem()),a.isDestroyed&&(a.tmpl.raise("destroyed-item",[a]),a._super()),a.isDestroyed},doDestroyItem:function(){var a=this;return a.isParsed?(a.$anchor.add(a.$caption).off("click.foogallery"),a.append(),d.empty(a._undo.classes)?a.$el.removeAttr("class"):a.$el.attr("class",a._undo.classes),d.empty(a._undo.style)?a.$el.removeAttr("style"):a.$el.attr("style",a._undo.style),a._undo.overlay&&a.$overlay.remove(),a._undo.wrap&&(a.$anchor.append(a.$image),a.$wrap.remove()),a._undo.loader&&a.$el.find(a.sel.loader).remove(),a._undo.placeholder&&a.$image.prop("src")===b.EMPTY_IMAGE&&a.$image.removeAttr("src")):a.isCreated&&(a.detach(),a.$el.remove()),!0},parse:function(b){var c=this,d=a(b);return!c.tmpl.raise("parse-item",[c,d]).isDefaultPrevented()&&(c.isCreated=d.is(c.sel.elem))&&(c.isParsed=c.doParseItem(d),c.fixLayout&&c.fix()),c.isParsed&&c.tmpl.raise("parsed-item",[c]),c.isParsed},doParseItem:function(c){var e=this,g=e.tmpl.opt,h=e.cls,i=e.sel;if(e._undo.classes=c.attr("class")||"",e._undo.style=c.attr("style")||"",e.$el=c.data(b.DATA_ITEM,e),e.$inner=e.$el.children(i.inner),e.$anchor=e.$inner.children(i.anchor).on("click.foogallery",{self:e},e.onAnchorClick),e.$image=e.$anchor.find(i.image),e.$caption=e.$inner.children(i.caption.elem).on("click.foogallery",{self:e},e.onCaptionClick),!(e.$el.length&&e.$inner.length&&e.$anchor.length&&e.$image.length))return console.error("FooGallery Error: Invalid HTML markup. Check the item markup for additional elements or malformed HTML in the title or description.",e),e.isError=!0,e.tmpl.raise("error-item",[e]),0!==e.$el.length&&e.$el.remove(),!1;e.isAttached=e.$el.parent().length>0,e.isLoading=e.$el.is(i.loading),e.isLoaded=e.$el.is(i.loaded),e.isError=e.$el.is(i.error);var j=e.$anchor.attr("data-type",e.type).data();e.id=j.id||e.id,e.productId=j.productId||e.productId,e.tags=j.tags||e.tags,e.href=j.href||e.$anchor.attr("href")||e.href,e.src=e.$image.attr(g.src)||e.src,e.srcset=e.$image.attr(g.srcset)||e.srcset,e.width=parseInt(e.$image.attr("width"))||e.width,e.height=parseInt(e.$image.attr("height"))||e.height,e.title=e.$image.attr("title")||e.title,e.alt=e.$image.attr("alt")||e.alt,e.caption=j.title||j.captionTitle||e.caption||e.title,e.description=j.description||j.captionDesc||e.description||e.alt,e.noLightbox=e.$anchor.hasClass(h.noLightbox),e.panelHide=e.$anchor.hasClass(h.panelHide),d.exif(j.exif)&&(e.exif=f.extend(e.exif,j.exif),e.hasExif=!0),d.empty(e.caption)&&(e.caption=a.trim(e.$caption.find(i.caption.title).html())),d.empty(e.description)&&(e.description=a.trim(e.$caption.find(i.caption.description).html())),d.number(e.maxCaptionLength)&&e.maxCaptionLength>0&&!d.empty(e.caption)&&d.string(e.caption)&&e.caption.length>e.maxCaptionLength&&e.$caption.find(i.caption.title).html(e.caption.substr(0,e.maxCaptionLength)+"…"),d.number(e.maxDescriptionLength)&&e.maxDescriptionLength>0&&!d.empty(e.description)&&d.string(e.description)&&e.description.length>e.maxDescriptionLength&&e.$caption.find(i.caption.description).html(e.description.substr(0,e.maxDescriptionLength)+"…"),e.$overlay=e.$anchor.children(i.overlay),0===e.$overlay.length&&(e.$overlay=a("<span/>",{class:h.overlay}),e.$anchor.append(e.$overlay),e._undo.overlay=!0),e.$wrap=e.$anchor.children(i.wrap),0===e.$wrap.length&&(e.$wrap=a("<span/>",{class:h.wrap}),e.$anchor.append(e.$wrap.append(e.$image)),e._undo.wrap=!0),0===e.$el.children(i.loader).length&&(e.$el.append(a("<div/>",{class:h.loader})),e._undo.loader=!0);var k=e.$image.get(0);return d.empty(k.src)&&(k.src=b.EMPTY_IMAGE,e._undo.placeholder=!0),e.$el.addClass(e.getTypeClass()),e.hasExif&&e.$el.addClass(h.exif),!e.isCreated||!e.isAttached||e.isLoading||e.isLoaded||e.isError||e.$el.addClass(h.idle),!0},create:function(){var a=this;if(!a.isCreated&&d.string(a.href)&&d.string(a.src)&&d.number(a.width)&&d.number(a.height)){a.tmpl.raise("create-item",[a]).isDefaultPrevented()||(a.isCreated=a.doCreateItem()),a.isCreated&&a.tmpl.raise("created-item",[a])}return a.isCreated},doCreateItem:function(){var c=this,e=c.tmpl.opt,f=c.cls,g=c.attr,h=c.getTypeClass(),i=c.hasExif?f.exif:"";g.elem.class=[f.elem,h,i,f.idle].join(" "),g.inner.class=f.inner;var j=[f.anchor];c.noLightbox&&j.push(f.noLightbox),c.panelHide&&j.push(f.panelHide),g.anchor.class=j.join(" "),g.anchor.href=c.href,g.anchor["data-type"]=c.type,g.anchor["data-id"]=c.id,g.anchor["data-title"]=c.caption,g.anchor["data-description"]=c.description,d.empty(c.tags)||(g.anchor["data-tags"]=JSON.stringify(c.tags)),d.empty(c.productId)||(g.anchor["data-product-id"]=c.productId),g.image.class=f.image,g.image[e.src]=c.src,g.image[e.srcset]=c.srcset,g.image.width=c.width,g.image.height=c.height,g.image.title=c.title,g.image.alt=c.alt,c.$el=a("<div/>").attr(g.elem).data(b.DATA_ITEM,c),c.$inner=a("<figure/>").attr(g.inner).appendTo(c.$el),c.$anchor=a("<a/>").attr(g.anchor).appendTo(c.$inner).on("click.foogallery",{self:c},c.onAnchorClick),c.$overlay=a("<span/>",{class:f.overlay}).appendTo(c.$anchor),c.$wrap=a("<span/>",{class:f.wrap}).appendTo(c.$anchor),c.$image=a("<img/>").attr(g.image).appendTo(c.$wrap),f=c.cls.caption,g=c.attr.caption,g.elem.class=f.elem,c.$caption=a("<figcaption/>").attr(g.elem).on("click.foogallery",{self:c},c.onCaptionClick),g.inner.class=f.inner;var k=a("<div/>").attr(g.inner).appendTo(c.$caption),l=c.showCaptionTitle&&!d.empty(c.caption),m=c.showCaptionDescription&&!d.empty(c.description);if(l||m){if(g.title.class=f.title,g.description.class=f.description,l){var n=a("<div/>").attr(g.title),o=c.caption;d.number(c.maxCaptionLength)&&c.maxCaptionLength>0&&d.string(c.caption)&&c.caption.length>c.maxCaptionLength&&(o=c.caption.substr(0,c.maxCaptionLength)+"…"),n.get(0).innerHTML=o,k.append(n)}if(m){var p=a("<div/>").attr(g.description),q=c.description;d.number(c.maxDescriptionLength)&&c.maxDescriptionLength>0&&d.string(c.description)&&c.description.length>c.maxDescriptionLength&&(q=c.description.substr(0,c.maxDescriptionLength)+"…"),p.get(0).innerHTML=q,k.append(p)}}return c.$caption.appendTo(c.$inner),0===c.$el.find(c.sel.loader).length&&c.$el.append(a("<div/>",{class:c.cls.loader})),!0},append:function(){var a=this;if(a.isCreated&&!a.isAttached){a.tmpl.raise("append-item",[a]).isDefaultPrevented()||(a.tmpl.$el.append(a.$el),!a.fixLayout&&a.isParsed||a.fix(),a.isAttached=!0),a.isAttached&&a.tmpl.raise("appended-item",[a])}return a.isAttached},detach:function(){var a=this;if(a.isCreated&&a.isAttached){a.tmpl.raise("detach-item",[a]).isDefaultPrevented()||(a.$el.detach(),!a.fixLayout&&a.isParsed||a.unfix(),a.isAttached=!1),a.isAttached||a.tmpl.raise("detached-item",[a])}return!a.isAttached},load:function(){var b=this;if(d.promise(b._load))return b._load;if(!b.isCreated||!b.isAttached)return e.rejectWith("not created or attached");if(b.tmpl.raise("load-item",[b]).isDefaultPrevented())return e.rejectWith("default prevented");var c=b.cls,f=b.$image.get(0),g=f.src;return b.isLoading=!0,b.$el.removeClass(c.idle).removeClass(c.loaded).removeClass(c.error).addClass(c.loading),b._load=a.Deferred(function(a){f.onload=function(){f.onload=f.onerror=null,b.isLoading=!1,b.isLoaded=!0,b.$el.removeClass(c.loading).addClass(c.loaded),!b.fixLayout&&b.isParsed||b.unfix(),b.tmpl.raise("loaded-item",[b]),a.resolve(b)},f.onerror=function(){f.onload=f.onerror=null,b.isLoading=!1,b.isError=!0,b.$el.removeClass(c.loading).addClass(c.error),d.string(g)&&b.$image.prop("src",g),b.tmpl.raise("error-item",[b]),a.reject(b)},f.src=b.getThumbUrl(),f.complete&&f.onload()}).promise()},fix:function(){var a=this;if(null==a.tmpl)return a;if(a.isCreated&&!a.isLoading&&!a.isLoaded&&!a.isError){var b=a.width,c=a.height,e=a.$image.get(0);if(!isNaN(b)&&!isNaN(c)&&e){var f=d.fn(a.maxWidth)?a.maxWidth(a):a.$image.width();f<=0&&(f=b);var g=f/b,h=c*g;a.$image.css({width:f,height:h})}}return a},unfix:function(){var a=this;return null==a.tmpl?a:(a.isCreated&&a.$image.css({width:"",height:""}),a)},getThumbSrc:function(a,b){return c.src(this.src,this.srcset,this.width,this.height,a,b)},getThumbUrl:function(a){a=!!d.boolean(a)&&a;var b=this;return!a&&d.string(b._thumbUrl)?b._thumbUrl:b._thumbUrl=b.getThumbSrc(b.$anchor.innerWidth(),b.$anchor.innerHeight())},getTypeClass:function(){return this.cls.types.hasOwnProperty(this.type)?this.cls.types[this.type]:""},scrollTo:function(a){var b=this;if(b.isAttached){var d=b.bounds(),e=c.getViewportBounds();switch(a){case"top":d.left+=d.width/2-e.width/2,d.top-=e.height/5;break;default:d.left+=d.width/2-e.width/2,d.top+=d.height/2-e.height/2}window.scrollTo(d.left,d.top)}return b},bounds:function(){return this.isAttached?c.getElementBounds(this.$el):null},intersects:function(a){return!!this.isAttached&&this.bounds().intersects(a)},updateState:function(){this.tmpl.state.update(this.tmpl.state.get(this))},toJSON:function(){return{type:this.type,id:this.id,productId:this.productId,href:this.href,src:this.src,srcset:this.srcset,width:this.width,height:this.height,alt:this.alt,title:this.title,caption:this.caption,description:this.description,tags:this.tags.slice(),maxCaptionLength:this.maxCaptionLength,maxDescriptionLength:this.maxDescriptionLength,showCaptionTitle:this.showCaptionTitle,showCaptionDescription:this.showCaptionDescription,noLightbox:this.noLightbox,panelHide:this.panelHide,attr:f.extend({},this.attr)}},onAnchorClick:function(a){var b=a.data.self;b.tmpl.raise("anchor-click-item",[b]).isDefaultPrevented()?a.preventDefault():b.updateState()},onCaptionClick:function(b){var c=b.data.self;!c.tmpl.raise("caption-click-item",[c]).isDefaultPrevented()&&c.$anchor.length>0&&!a(b.target).is("a,:input")&&c.$anchor.get(0).click()}}),b.template.configure("core",{item:{type:"item",id:"",href:"",src:"",srcset:"",width:0,height:0,title:"",alt:"",caption:"",description:"",tags:[],maxWidth:null,maxCaptionLength:0,maxDescriptionLength:0,showCaptionTitle:!0,showCaptionDescription:!0,noLightbox:!1,panelHide:!1,exif:{aperture:null,camera:null,date:null,exposure:null,focalLength:null,iso:null,orientation:null},attr:{elem:{},inner:{},anchor:{},image:{},caption:{elem:{},inner:{},title:{},description:{}}}}},{item:{elem:"fg-item",inner:"fg-item-inner",exif:"fg-item-exif",anchor:"fg-thumb",overlay:"fg-image-overlay",wrap:"fg-image-wrap",image:"fg-image",loader:"fg-loader",idle:"fg-idle",loading:"fg-loading",loaded:"fg-loaded",error:"fg-error",noLightbox:"fg-no-lightbox",panelHide:"fg-panel-hide",types:{item:"fg-type-unknown"},caption:{elem:"fg-caption",inner:"fg-caption-inner",title:"fg-caption-title",description:"fg-caption-desc"}}},{item:{exif:{aperture:"Aperture",camera:"Camera",date:"Date",exposure:"Exposure",focalLength:"Focal Length",iso:"ISO",orientation:"Orientation"}}}),b.components.register("item",b.Item)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj,FooGallery.utils.str),function(a,b,c,d){b.Image=b.Item.extend({}),b.template.configure("core",null,{item:{types:{image:"fg-type-image"}}}),b.components.register("image",b.Image)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d){b.Paging=b.Component.extend({construct:function(a){var b=this;b._super(a),b.opt=b.tmpl.opt.paging,b.cls=b.tmpl.cls.paging,b.il8n=b.tmpl.il8n.paging,b.sel=b.tmpl.sel.paging,b.pushOrReplace=b.opt.pushOrReplace,b.type=b.opt.type,b.theme=b.opt.theme,b.size=b.opt.size,b.position=b.opt.position,b.scrollToTop=b.opt.scrollToTop,b.current=0,b.total=0,b.ctrls=[],b._arr=[]},fromHash:function(a){var b=parseInt(a);return isNaN(b)?null:b},toHash:function(a){return d.number(a)&&a>0?a.toString():null},getState:function(){return this.isValid(this.current)?this.current:null},setState:function(a){this.rebuild(),a.item&&!this.contains(a.page,a.item)&&(a.page=this.find(a.item),a.page=0!==a.page?a.page:1),this.set(a.page,!1,!1,!0)},destroy:function(){var b=this;b._arr.splice(0,b._arr.length),a.each(b.ctrls.splice(0,b.ctrls.length),function(a,b){b.destroy()}),b._super()},build:function(){var a=this,c=a.tmpl.items.available();a.total=a.size>0&&c.length>0?Math.ceil(c.length/a.size):1;for(var d=0;d<a.total;d++)a._arr.push(c.splice(0,a.size));if(a.total>1&&b.paging.hasCtrl(a.type)){var e,f,g=a.position;"both"!==g&&"top"!==g||(e=b.paging.makeCtrl(a.type,a.tmpl,a,"top"),e.create()&&(e.append(),a.ctrls.push(e))),"both"!==g&&"bottom"!==g||(f=b.paging.makeCtrl(a.type,a.tmpl,a,"bottom"),f.create()&&(f.append(),a.ctrls.push(f)))}},rebuild:function(){var b=this;b.current=0,b.total=0,b._arr.splice(0,b._arr.length),a.each(b.ctrls.splice(0,b.ctrls.length),function(a,b){b.destroy()}),b.build()},all:function(){return this._arr.slice()},available:function(){return this.get(this.current)},items:function(){return this.get(this.current)},controls:function(b){var c=this;c.isValid(b)&&a.each(c.ctrls,function(a,c){c.update(b)})},isValid:function(a){return d.number(a)&&a>0&&a<=this.total},number:function(a){return this.isValid(a)?a:0===this.current?1:this.current},create:function(a,b){var c=this;a=c.number(a);var d=a-1;c.tmpl.items.detach(c.tmpl.items.all()),c.current=a,c.tmpl.items.create(c._arr[d],!0)},get:function(a){var b=this;return b.isValid(a)?(a=b.number(a),b._arr[a-1]):[]},set:function(a,b,c,e){var f=this;if(f.isValid(a)){var g,h=f.number(a);if(h!==f.current){var i=f.current,j=function(){if(c=!d.boolean(c)||c,e=!!d.boolean(e)&&e,c&&1===f.current&&!f.tmpl.state.exists()&&(g=f.tmpl.state.get(),f.tmpl.state.update(g,f.pushOrReplace)),f.controls(a),f.create(h,e),c&&(g=f.tmpl.state.get(),f.tmpl.state.update(g,f.pushOrReplace)),f.scrollToTop&&d.boolean(b)&&b){var j=f.get(f.current);j.length>0&&j[0].scrollTo("top")}f.tmpl.raise("after-page-change",[f.current,i,e])};return!f.tmpl.raise("before-page-change",[f.current,h,j,e]).isDefaultPrevented()&&(j(),!0)}}return!1},find:function(b){for(var c=this,d=0,e=c._arr.length;d<e;d++)if(-1!==a.inArray(b,c._arr[d]))return d+1;return 0},contains:function(b,c){var d=this.get(b);return-1!==a.inArray(c,d)},first:function(){this.goto(1)},last:function(){this.goto(this._arr.length)},prev:function(){this.goto(this.current-1)},next:function(){this.goto(this.current+1)},goto:function(a){var b=this;b.set(a,!0)&&b.tmpl.loadAvailable()}}),b.PagingControl=b.Component.extend({construct:function(a,b,c){var d=this;d._super(a),d.pages=b,d.position=c,d.$container=null},create:function(){var b=this;return b.$container=a("<nav/>",{class:b.pages.cls.container}).addClass(b.pages.theme),!0},destroy:function(){var a=this;a.$container.remove(),a.$container=null},append:function(){var a=this;"top"===a.position?a.$container.insertBefore(a.tmpl.$el):a.$container.insertAfter(a.tmpl.$el)},update:function(a){}}),b.paging.register("default",b.Paging,null,{type:"none",theme:"fg-light",size:30,pushOrReplace:"push",position:"none",scrollToTop:!0},{container:"fg-paging-container"},null,-100)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d){b.Dots=b.Paging.extend({}),b.DotsControl=b.PagingControl.extend({construct:function(b,c,d){this._super(b,c,d),this.$container=a(),this.$list=a(),this.$items=a()},create:function(){for(var b,c=this,d=c.pages.cls,e=c.pages.il8n,f=[],g=a("<ul/>",{class:d.list}),h=0,i=c.pages.total;h<i;h++)f.push(b=c.createItem(h+1,e.page)),g.append(b);return c.$list=g,c.$container=a("<nav/>",{class:d.container}).addClass(c.pages.theme).append(g),c.$items=a(a.map(f,function(a){return a.get()})),!0},append:function(){var a=this;"top"===a.position?a.$container.insertBefore(a.tmpl.$el):a.$container.insertAfter(a.tmpl.$el)},destroy:function(){var b=this,c=b.pages.sel;b.$list.find(c.link).off("click.foogallery",b.onLinkClick),b.$container.remove(),b.$container=a(),b.$list=a(),b.$items=a()},update:function(a){this.setSelected(a-1)},setSelected:function(b){var c=this,e=c.pages.cls,f=c.pages.il8n,g=c.pages.sel;c.$items.filter(g.selected).removeClass(e.selected).each(function(b,c){var e=a(c),f=e.data("label"),h=e.find(g.reader);d.string(f)&&0!==h.length&&h.html(f)}),c.$items.eq(b).addClass(e.selected).each(function(b,c){var e=a(c),h=e.find(g.reader),i=h.html();d.string(i)&&0!==h.length&&(e.data("label",i),h.html(f.current))})},createItem:function(b,c,e,f,g){e=d.string(e)?e:b,c=d.string(c)?c:"";var h=this,i=h.pages.opt,j=h.pages.cls,k=a("<a/>",{class:j.link,href:"#page-"+b}).html(e).on("click.foogallery",{self:h,page:b},h.onLinkClick);d.empty(c)||k.attr("title",c.replace(/\{PAGE}/g,b).replace(/\{LIMIT}/g,i.limit+"")),g=d.string(g)?g:c,d.empty(g)||k.prepend(a("<span/>",{class:j.reader,text:g.replace(/\{PAGE}/g,"").replace(/\{LIMIT}/g,i.limit+"")}));var l=a("<li/>",{class:j.item}).append(k);return f=d.string(f)?f:"",d.empty(f)||l.addClass(f),l},onLinkClick:function(b){b.preventDefault();var c=b.data.self,d=b.data.page,e=c.pages.sel;a(this).closest(e.item).is(e.disabled)||(c.pages.set(d,!0),c.tmpl.loadAvailable())}}),b.paging.register("dots",b.Dots,b.DotsControl,{type:"dots",position:"both",pushOrReplace:"push"},{list:"fg-dots",item:"fg-dot-item",link:"fg-dot-link",disabled:"fg-disabled",selected:"fg-selected",visible:"fg-visible",reader:"fg-sr-only"},{current:"Current page",page:"Page {PAGE}"})}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c){b.DefaultTemplate=b.Template.extend({}),b.template.register("default",b.DefaultTemplate,null,{container:"foogallery fg-default"})}(FooGallery.$,FooGallery,FooGallery.utils),function(a,b,c,d){b.MasonryTemplate=b.Template.extend({construct:function(a,b){this._super(a,b),this.masonry=null,this.style=null,this.$columnWidth=null},getStylesheet:function(){var a=this;return null===a.style&&(a.style=document.createElement("style"),a.style.appendChild(document.createTextNode("")),document.head.appendChild(a.style)),a.style.sheet},delayedLayout:function(){var a=this;a._delayedLayout&&clearTimeout(a._delayedLayout),a._delayedLayout=setTimeout(function(){a._delayedLayout=null,a.masonry.layout()},20)},onPreInit:function(b,c){var e=c.sel,f=c.cls;f.layouts=a.map(f.layout,function(a){return a}).join(" ");for(var g=a.map(f.layout,function(a,b){return{key:b,value:a}}),h=0,i=g.length;h<i;h++)if(c.$el.hasClass(g[h].value)){c.template.layout=g[h].key;break}d.string(f.layout[c.template.layout])||(c.template.layout="col4");var j,k,l="fixed"===c.template.layout;if(c.template.isFitWidth=l,c.template.percentPosition=!l,c.template.transitionDuration=0,c.template.itemSelector=e.item.elem,c.$el.removeClass(f.layouts).addClass(f.layout[c.template.layout]),l||(0===c.$el.find(e.gutterWidth).length&&c.$el.prepend(a("<div/>").addClass(f.gutterWidth)),c.template.gutter=e.gutterWidth),0===c.$el.find(e.columnWidth).length&&c.$el.prepend(a("<div/>").addClass(f.columnWidth)),l&&d.number(c.template.columnWidth)){var m=c.$el.find(e.columnWidth).width(c.template.columnWidth);j=c.getStylesheet(),k="#"+c.id+e.container+" "+e.item.elem+" { width: "+m.outerWidth()+"px; }",j.insertRule(k,0)}c.template.columnWidth=e.columnWidth,l&&d.number(c.template.gutter)&&(j=c.getStylesheet(),k="#"+c.id+e.container+" "+e.item.elem+" { margin-bottom: "+c.template.gutter+"px; }",j.insertRule(k,0)),c.masonry=new Masonry(c.$el.get(0),c.template)},onPostInit:function(a,b){b.masonry.layout()},onFirstLoad:function(a,b){b.masonry.layout()},onReady:function(a,b){b.delayedLayout()},onDestroy:function(a,b){b._delayedLayout&&clearTimeout(b._delayedLayout),b.$el.find(b.sel.columnWidth).remove(),b.$el.find(b.sel.gutterWidth).remove(),b.style&&b.style.parentNode&&b.style.parentNode.removeChild(b.style)},onDestroyed:function(a,b){b.masonry instanceof Masonry&&b.masonry.destroy()},onLayout:function(a,b){b.masonry.layout()},onParsedItems:function(a,b,c){b.masonry.layout()},onAppendedItems:function(a,b,c){c=b.items.jquerify(c),c=b.masonry.addItems(c),b.masonry.layoutItems(c,!0)},onDetachItem:function(a,b,c){a.isDefaultPrevented()||(a.preventDefault(),b.masonry.remove(c.$el),c.isAttached=!1,c.unfix())},onDetachedItems:function(a,b,c){b.masonry.layout()},onLoadedItems:function(a,b,c){b.masonry.layout()}}),b.template.register("masonry",b.MasonryTemplate,{fixLayout:!0,template:{initLayout:!1,isInitLayout:!1,layout:"col4"}},{container:"foogallery fg-masonry",columnWidth:"fg-column-width",gutterWidth:"fg-gutter-width",layout:{fixed:"fg-masonry-fixed",col2:"fg-masonry-2col",col3:"fg-masonry-3col",col4:"fg-masonry-4col",col5:"fg-masonry-5col"}})}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d){b.Justified=c.Class.extend({construct:function(c,d){this.tmpl=c,this.$el=c.$el,this.options=a.extend(!0,{},b.Justified.defaults,d),this._items=[]},init:function(){var a=this;d.string(a.options.maxRowHeight)&&(a.options.maxRowHeight.indexOf("%")?a.options.maxRowHeight=a.options.rowHeight*(parseInt(a.options.maxRowHeight)/100):a.options.maxRowHeight=parseInt(a.options.maxRowHeight))},destroy:function(){this.$el.removeAttr("style")},parse:function(){var b=this;return b._items=a.map(b.tmpl.getItems(),function(a,b){return{index:b,width:a.width,height:a.height,top:0,left:0,$item:a.$el}})},getMaxRowHeight:function(){var a=this;return d.string(a.options.maxRowHeight)&&(a.options.maxRowHeight.indexOf("%")?a.options.maxRowHeight=a.options.rowHeight*(parseInt(a.options.maxRowHeight)/100):a.options.maxRowHeight=parseInt(a.options.maxRowHeight)),d.number(a.options.maxRowHeight)?a.options.maxRowHeight:a.options.rowHeight},getContainerWidth:function(){var a=this;return a.$el.is(":visible")?a.$el.width():a.$el.parents(":visible:first").innerWidth()},layout:function(){this.parse();var b=this,c=0,d=b.getContainerWidth(),e=b.getMaxRowHeight(),f=b.rows(d,e);a.each(f,function(a,d){d.visible&&(a>0&&(c+=b.options.margins),c+=d.height),b.render(d)}),b.$el.height(c)},render:function(a){for(var b,c=0,d=a.items.length;c<d;c++)b=a.items[c],a.visible?b.$item.css({width:b.width,height:b.height,top:b.top,left:b.left,display:"",maxHeight:this.options.maxRowHeight>0?this.options.maxRowHeight:""}).addClass("fg-positioned"):b.$item.css("display","none")},justify:function(a,b,c,d){var e=this,f=e.options.margins*(a.items.length-1),g=c-f,h=g/a.width;a.width=a.width*h,a.height=a.height*h,a.top=b,a.height>d&&(a.height=d),a.left=0,a.width<g&&(a.left=(g-a.width)/2),a.width+=f;for(var i,j=a.left,k=0,l=a.items.length;k<l;k++)k>0&&(j+=e.options.margins),i=a.items[k],i.left=j,i.top=b,i.width=i.width*h,i.height=i.height*h,i.height>d&&(i.height=d),j+=i.width;return a.height},position:function(a,b,c,d){var e=this,f=e.options.margins*(a.items.length-1),g=c-f;if(a.top=b,a.left=0,a.width<g)switch(d){case"center":a.left=(g-a.width)/2;break;case"right":a.left=g-a.width}a.width+=f;for(var h,i=a.left,j=0,k=a.items.length;j<k;j++)j>0&&(i+=e.options.margins),h=a.items[j],h.left=i,h.top=b,i+=h.width;return a.height},lastRow:function(a,b,c,d){var e=this,f=e.options.margins*(a.items.length-1),g=c-f,h=a.width/g>e.options.justifyThreshold;switch(e.options.lastRow){case"hide":h?e.justify(a,b,c,d):a.visible=!1;break;case"justify":e.justify(a,b,c,d);break;case"nojustify":h?e.justify(a,b,c,d):e.position(a,b,c,"left");break;case"left":case"center":case"right":h?e.justify(a,b,c,d):e.position(a,b,c,e.options.lastRow)}},items:function(){return a.map(this._items,function(a){return{index:a.index,width:a.width,height:a.height,$item:a.$item,top:a.top,left:a.left}})},rows:function(a,b){function c(){var a={index:++h,visible:!0,width:0,height:e.options.rowHeight,top:0,left:0,items:[]};return g.push(a),a}for(var d,e=this,f=e.items(),g=[],h=-1,i=c(),j=0,k=0,l=0,m=f.length;l<m;l++){if(d=f[l],d.height!=e.options.rowHeight){var n=e.options.rowHeight/d.height;d.height=d.height*n,d.width=d.width*n}k+d.width>a&&l>0&&(g.length>1&&(j+=e.options.margins),j+=e.justify(i,j,a,b),i=c(),k=0),i.items.length>0&&(k+=e.options.margins),k+=d.width,i.width+=d.width,i.items.push(d)}return g.length>1&&(j+=e.options.margins),e.lastRow(i,j,a,b),g}}),b.Justified.defaults={itemSelector:".fg-item",rowHeight:150,maxRowHeight:"200%",margins:0,lastRow:"center",justifyThreshold:1,refreshInterval:250}}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c){b.JustifiedTemplate=b.Template.extend({onPreInit:function(a,c){c.justified=new b.Justified(c,c.template)},onInit:function(a,b){b.justified.init()},onFirstLoad:function(a,b){b.justified.layout()},onReady:function(a,b){b.justified.layout()},onDestroy:function(a,b){b.justified.destroy()},onLayout:function(a,b){b.justified.layout()},onAfterPageChange:function(a,b,c,d,e){e||b.justified.layout()},onAfterFilterChange:function(a,b){b.justified.layout()}}),b.template.register("justified",b.JustifiedTemplate,null,{container:"foogallery fg-justified"})}(FooGallery.$,FooGallery,FooGallery.utils.is),function(a,b,c,d,e){b.PortfolioTemplate=b.Template.extend({construct:function(a,b){this._super(a,b),this.style=null,this.fullWidth=!1},getStylesheet:function(){var a=this;return null===a.style&&(a.style=document.createElement("style"),a.style.appendChild(document.createTextNode("")),document.head.appendChild(a.style)),a.style.sheet},onPreInit:function(a,b){b.appendCSS()},onPostInit:function(a,b){b.checkCSS()},onDestroy:function(a,b){b.removeCSS()},onLayout:function(a,b){b.checkCSS()},checkCSS:function(){var a=this,b=a.getContainerWidth();b<a.template.columnWidth!==a.fullWidth&&a.appendCSS(b)},appendCSS:function(a){var b=this;a=d.number(a)?a:b.getContainerWidth(),b.removeCSS();var c,e=b.getStylesheet(),f="#"+b.id+b.sel.container,g=f+" "+b.sel.item.elem,h=b.template.columnWidth,i=Math.ceil(b.template.gutter/2);switch(b.template.align){case"center":c=f+" { justify-content: center; }",e.insertRule(c,0);break;case"left":c=f+" { justify-content: flex-start; }",e.insertRule(c,0);break;case"right":c=f+" { justify-content: flex-end; }",e.insertRule(c,0)}b.fullWidth=a<h,b.fullWidth?(c=g+" { max-width: 100%; margin: "+i+"px; }",e.insertRule(c,0)):(c=g+" { max-width: "+h+"px; min-width: "+h+"px; margin: "+i+"px; }",e.insertRule(c,0))},removeCSS:function(){var a=this;a.style&&a.style.parentNode&&(a.style.parentNode.removeChild(a.style),a.style=null,a.fullWidth=!1)}}),b.template.register("simple_portfolio",b.PortfolioTemplate,{template:{gutter:40,align:"center",columnWidth:250}},{container:"foogallery fg-simple_portfolio"})}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn),function(a,b,c,d){b.ImageViewerTemplate=b.Template.extend({construct:function(b,c){this._super(d.extend({},b,{paging:{pushOrReplace:"replace",theme:"fg-light",type:"default",size:1,position:"none",scrollToTop:!1}}),c),this.$inner=a(),this.$current=a(),this.$total=a(),this.$prev=a(),this.$next=a()},createChildren:function(){var b=this;return a("<div/>",{class:b.cls.inner}).append(a("<div/>",{class:b.cls.innerContainer}),a("<div/>",{class:b.cls.controls}).append(a("<div/>",{class:b.cls.prev}).append(a("<span/>",{text:b.il8n.prev})),a("<label/>",{class:b.cls.count,text:b.il8n.count}).prepend(a("<span/>",{class:b.cls.countCurrent,text:"0"})).append(a("<span/>",{class:b.cls.countTotal,text:"0"})),a("<div/>",{class:b.cls.next}).append(a("<span/>",{text:b.il8n.next}))))},destroyChildren:function(){var a=this;a.$el.find(a.sel.inner).remove()},onPreInit:function(a,b){b.$inner=b.$el.find(b.sel.innerContainer),b.$current=b.$el.find(b.sel.countCurrent),b.$total=b.$el.find(b.sel.countTotal),b.$prev=b.$el.find(b.sel.prev),b.$next=b.$el.find(b.sel.next)},onInit:function(a,b){b.template.attachFooBox&&b.$el.on("foobox.previous",{self:b},b.onFooBoxPrev).on("foobox.next",{self:b},b.onFooBoxNext),b.$prev.on("click",{self:b},b.onPrevClick),b.$next.on("click",{self:b},b.onNextClick)},onFirstLoad:function(a,b){b.update()},onDestroy:function(a,b){b.template.attachFooBox&&b.$el.off({"foobox.previous":b.onFooBoxPrev,"foobox.next":b.onFooBoxNext}),b.$prev.off("click",b.onPrevClick),b.$next.off("click",b.onNextClick)},onAppendItem:function(a,b,c){a.preventDefault(),b.$inner.append(c.$el),c.fix(),c.isAttached=!0},onAfterPageChange:function(a,b,c,d,e){e||b.update()},onAfterFilterChange:function(a,b){b.update()},update:function(){this.pages&&(this.$current.text(this.pages.current),this.$total.text(this.pages.total))},prev:function(){this.pages&&(this.template.loop&&1===this.pages.current?this.pages.last():this.pages.prev(),this.update())},next:function(){this.pages&&(this.template.loop&&this.pages.current===this.pages.total?this.pages.first():this.pages.next(),this.update())},onFooBoxPrev:function(a){a.data.self.prev()},onFooBoxNext:function(a){a.data.self.next()},onPrevClick:function(a){a.preventDefault(),a.stopPropagation(),a.data.self.prev()},onNextClick:function(a){a.preventDefault(),a.stopPropagation(),a.data.self.next()}}),b.template.register("image-viewer",b.ImageViewerTemplate,{template:{attachFooBox:!1,loop:!1}},{container:"foogallery fg-image-viewer",inner:"fiv-inner",innerContainer:"fiv-inner-container",controls:"fiv-ctrls",prev:"fiv-prev",next:"fiv-next",count:"fiv-count",countCurrent:"fiv-count-current",countTotal:"fiv-count-total"},{prev:"Prev",next:"Next",
|
12 |
-
|
1 |
/*
|
2 |
* FooGallery - The Most Intuitive and Extensible Gallery Creation and Management Tool Ever Created for WordPress
|
3 |
+
* @version 1.4.16
|
4 |
* @link
|
5 |
* @copyright Steven Usher & Brad Vincent 2015
|
6 |
* @license Released under the GPLv3 license.
|
8 |
|
9 |
!function(){"use strict";function a(a){this.time=a.time,this.target=a.target,this.rootBounds=a.rootBounds,this.boundingClientRect=a.boundingClientRect,this.intersectionRect=a.intersectionRect||i(),this.isIntersecting=!!a.intersectionRect;var b=this.boundingClientRect,c=b.width*b.height,d=this.intersectionRect,e=d.width*d.height;this.intersectionRatio=c?Number((e/c).toFixed(4)):this.isIntersecting?1:0}function b(a,b){var c=b||{};if("function"!=typeof a)throw new Error("callback must be a function");if(c.root&&1!=c.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=d(this._checkForIntersections.bind(this),this.THROTTLE_TIMEOUT),this._callback=a,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(c.rootMargin),this.thresholds=this._initThresholds(c.threshold),this.root=c.root||null,this.rootMargin=this._rootMarginValues.map(function(a){return a.value+a.unit}).join(" ")}function c(){return window.performance&&performance.now&&performance.now()}function d(a,b){var c=null;return function(){c||(c=setTimeout(function(){a(),c=null},b))}}function e(a,b,c,d){"function"==typeof a.addEventListener?a.addEventListener(b,c,d||!1):"function"==typeof a.attachEvent&&a.attachEvent("on"+b,c)}function f(a,b,c,d){"function"==typeof a.removeEventListener?a.removeEventListener(b,c,d||!1):"function"==typeof a.detatchEvent&&a.detatchEvent("on"+b,c)}function g(a,b){var c=Math.max(a.top,b.top),d=Math.min(a.bottom,b.bottom),e=Math.max(a.left,b.left),f=Math.min(a.right,b.right),g=f-e,h=d-c;return g>=0&&h>=0&&{top:c,bottom:d,left:e,right:f,width:g,height:h}}function h(a){var b;try{b=a.getBoundingClientRect()}catch(a){}return b?(b.width&&b.height||(b={top:b.top,right:b.right,bottom:b.bottom,left:b.left,width:b.right-b.left,height:b.bottom-b.top}),b):i()}function i(){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}function j(a,b){for(var c=b;c;){if(c==a)return!0;c=k(c)}return!1}function k(a){var b=a.parentNode;return b&&11==b.nodeType&&b.host?b.host:b&&b.assignedSlot?b.assignedSlot.parentNode:b}if("object"==typeof window){if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)return void("isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}}));var l=window.document,m=[];b.prototype.THROTTLE_TIMEOUT=100,b.prototype.POLL_INTERVAL=null,b.prototype.USE_MUTATION_OBSERVER=!0,b.prototype.observe=function(a){if(!this._observationTargets.some(function(b){return b.element==a})){if(!a||1!=a.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:a,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},b.prototype.unobserve=function(a){this._observationTargets=this._observationTargets.filter(function(b){return b.element!=a}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},b.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},b.prototype.takeRecords=function(){var a=this._queuedEntries.slice();return this._queuedEntries=[],a},b.prototype._initThresholds=function(a){var b=a||[0];return Array.isArray(b)||(b=[b]),b.sort().filter(function(a,b,c){if("number"!=typeof a||isNaN(a)||a<0||a>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return a!==c[b-1]})},b.prototype._parseRootMargin=function(a){var b=a||"0px",c=b.split(/\s+/).map(function(a){var b=/^(-?\d*\.?\d+)(px|%)$/.exec(a);if(!b)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(b[1]),unit:b[2]}});return c[1]=c[1]||c[0],c[2]=c[2]||c[0],c[3]=c[3]||c[1],c},b.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(e(window,"resize",this._checkForIntersections,!0),e(l,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in window&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(l,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},b.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,f(window,"resize",this._checkForIntersections,!0),f(l,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},b.prototype._checkForIntersections=function(){var b=this._rootIsInDom(),d=b?this._getRootRect():i();this._observationTargets.forEach(function(e){var f=e.element,g=h(f),i=this._rootContainsTarget(f),j=e.entry,k=b&&i&&this._computeTargetAndRootIntersection(f,d),l=e.entry=new a({time:c(),target:f,boundingClientRect:g,rootBounds:d,intersectionRect:k});j?b&&i?this._hasCrossedThreshold(j,l)&&this._queuedEntries.push(l):j&&j.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},b.prototype._computeTargetAndRootIntersection=function(a,b){if("none"!=window.getComputedStyle(a).display){for(var c=h(a),d=c,e=k(a),f=!1;!f;){var i=null,j=1==e.nodeType?window.getComputedStyle(e):{};if("none"==j.display)return;if(e==this.root||e==l?(f=!0,i=b):e!=l.body&&e!=l.documentElement&&"visible"!=j.overflow&&(i=h(e)),i&&!(d=g(i,d)))break;e=k(e)}return d}},b.prototype._getRootRect=function(){var a;if(this.root)a=h(this.root);else{var b=l.documentElement,c=l.body;a={top:0,left:0,right:b.clientWidth||c.clientWidth,width:b.clientWidth||c.clientWidth,bottom:b.clientHeight||c.clientHeight,height:b.clientHeight||c.clientHeight}}return this._expandRectByRootMargin(a)},b.prototype._expandRectByRootMargin=function(a){var b=this._rootMarginValues.map(function(b,c){return"px"==b.unit?b.value:b.value*(c%2?a.width:a.height)/100}),c={top:a.top-b[0],right:a.right+b[1],bottom:a.bottom+b[2],left:a.left-b[3]};return c.width=c.right-c.left,c.height=c.bottom-c.top,c},b.prototype._hasCrossedThreshold=function(a,b){var c=a&&a.isIntersecting?a.intersectionRatio||0:-1,d=b.isIntersecting?b.intersectionRatio||0:-1;if(c!==d)for(var e=0;e<this.thresholds.length;e++){var f=this.thresholds[e];if(f==c||f==d||f<c!=f<d)return!0}},b.prototype._rootIsInDom=function(){return!this.root||j(l,this.root)},b.prototype._rootContainsTarget=function(a){return j(this.root||l,a)},b.prototype._registerInstance=function(){m.indexOf(this)<0&&m.push(this)},b.prototype._unregisterInstance=function(){var a=m.indexOf(this);-1!=a&&m.splice(a,1)},window.IntersectionObserver=b,window.IntersectionObserverEntry=a}}(),function(a,b){"object"==typeof exports&&"undefined"!=typeof module?module.exports=b():"function"==typeof define&&define.amd?define(b):a.ResizeObserver=b()}(this,function(){"use strict";function a(a,b){function c(){f&&(f=!1,a()),g&&e()}function d(){n(c)}function e(){var a=Date.now();if(f){if(a-h<o)return;g=!0}else f=!0,g=!1,setTimeout(d,b);h=a}var f=!1,g=!1,h=0;return e}function b(a){return parseFloat(a)||0}function c(a){for(var c=[],d=1;d<arguments.length;d++)c[d-1]=arguments[d];return c.reduce(function(c,d){return c+b(a["border-"+d+"-width"])},0)}function d(a){for(var c=["top","right","bottom","left"],d={},e=0,f=c;e<f.length;e++){var g=f[e],h=a["padding-"+g];d[g]=b(h)}return d}function e(a){var b=a.getBBox();return j(0,0,b.width,b.height)}function f(a){var e=a.clientWidth,f=a.clientHeight;if(!e&&!f)return v;var h=u(a).getComputedStyle(a),i=d(h),k=i.left+i.right,l=i.top+i.bottom,m=b(h.width),n=b(h.height);if("border-box"===h.boxSizing&&(Math.round(m+k)!==e&&(m-=c(h,"left","right")+k),Math.round(n+l)!==f&&(n-=c(h,"top","bottom")+l)),!g(a)){var o=Math.round(m+k)-e,p=Math.round(n+l)-f;1!==Math.abs(o)&&(m-=o),1!==Math.abs(p)&&(n-=p)}return j(i.left,i.top,m,n)}function g(a){return a===u(a).document.documentElement}function h(a){return l?w(a)?e(a):f(a):v}function i(a){var b=a.x,c=a.y,d=a.width,e=a.height,f="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,g=Object.create(f.prototype);return t(g,{x:b,y:c,width:d,height:e,top:c,right:b+d,bottom:e+c,left:b}),g}function j(a,b,c,d){return{x:a,y:b,width:c,height:d}}var k=function(){function a(a,b){var c=-1;return a.some(function(a,d){return a[0]===b&&(c=d,!0)}),c}return"undefined"!=typeof Map?Map:function(){function b(){this.__entries__=[]}return Object.defineProperty(b.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),b.prototype.get=function(b){var c=a(this.__entries__,b),d=this.__entries__[c];return d&&d[1]},b.prototype.set=function(b,c){var d=a(this.__entries__,b);~d?this.__entries__[d][1]=c:this.__entries__.push([b,c])},b.prototype.delete=function(b){var c=this.__entries__,d=a(c,b);~d&&c.splice(d,1)},b.prototype.has=function(b){return!!~a(this.__entries__,b)},b.prototype.clear=function(){this.__entries__.splice(0)},b.prototype.forEach=function(a,b){void 0===b&&(b=null);for(var c=0,d=this.__entries__;c<d.length;c++){var e=d[c];a.call(b,e[1],e[0])}},b}()}(),l="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,m=function(){return"undefined"!=typeof global&&global.Math===Math?global:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")()}(),n=function(){return"function"==typeof requestAnimationFrame?requestAnimationFrame.bind(m):function(a){return setTimeout(function(){return a(Date.now())},1e3/60)}}(),o=2,p=20,q=["top","right","bottom","left","width","height","size","weight"],r="undefined"!=typeof MutationObserver,s=function(){function b(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=a(this.refresh.bind(this),p)}return b.prototype.addObserver=function(a){~this.observers_.indexOf(a)||this.observers_.push(a),this.connected_||this.connect_()},b.prototype.removeObserver=function(a){var b=this.observers_,c=b.indexOf(a);~c&&b.splice(c,1),!b.length&&this.connected_&&this.disconnect_()},b.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},b.prototype.updateObservers_=function(){var a=this.observers_.filter(function(a){return a.gatherActive(),a.hasActive()});return a.forEach(function(a){return a.broadcastActive()}),a.length>0},b.prototype.connect_=function(){l&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),r?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},b.prototype.disconnect_=function(){l&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},b.prototype.onTransitionEnd_=function(a){var b=a.propertyName,c=void 0===b?"":b;q.some(function(a){return!!~c.indexOf(a)})&&this.refresh()},b.getInstance=function(){return this.instance_||(this.instance_=new b),this.instance_},b.instance_=null,b}(),t=function(a,b){for(var c=0,d=Object.keys(b);c<d.length;c++){var e=d[c];Object.defineProperty(a,e,{value:b[e],enumerable:!1,writable:!1,configurable:!0})}return a},u=function(a){return a&&a.ownerDocument&&a.ownerDocument.defaultView||m},v=j(0,0,0,0),w=function(){return"undefined"!=typeof SVGGraphicsElement?function(a){return a instanceof u(a).SVGGraphicsElement}:function(a){return a instanceof u(a).SVGElement&&"function"==typeof a.getBBox}}(),x=function(){function a(a){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=j(0,0,0,0),this.target=a}return a.prototype.isActive=function(){var a=h(this.target);return this.contentRect_=a,a.width!==this.broadcastWidth||a.height!==this.broadcastHeight},a.prototype.broadcastRect=function(){var a=this.contentRect_;return this.broadcastWidth=a.width,this.broadcastHeight=a.height,a},a}(),y=function(){function a(a,b){var c=i(b);t(this,{target:a,contentRect:c})}return a}(),z=function(){function a(a,b,c){if(this.activeObservations_=[],this.observations_=new k,"function"!=typeof a)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=a,this.controller_=b,this.callbackCtx_=c}return a.prototype.observe=function(a){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(a instanceof u(a).Element))throw new TypeError('parameter 1 is not of type "Element".');var b=this.observations_;b.has(a)||(b.set(a,new x(a)),this.controller_.addObserver(this),this.controller_.refresh())}},a.prototype.unobserve=function(a){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(a instanceof u(a).Element))throw new TypeError('parameter 1 is not of type "Element".');var b=this.observations_;b.has(a)&&(b.delete(a),b.size||this.controller_.removeObserver(this))}},a.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},a.prototype.gatherActive=function(){var a=this;this.clearActive(),this.observations_.forEach(function(b){b.isActive()&&a.activeObservations_.push(b)})},a.prototype.broadcastActive=function(){if(this.hasActive()){var a=this.callbackCtx_,b=this.activeObservations_.map(function(a){return new y(a.target,a.broadcastRect())});this.callback_.call(a,b,a),this.clearActive()}},a.prototype.clearActive=function(){this.activeObservations_.splice(0)},a.prototype.hasActive=function(){return this.activeObservations_.length>0},a}(),A="undefined"!=typeof WeakMap?new WeakMap:new k,B=function(){function a(b){if(!(this instanceof a))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var c=s.getInstance(),d=new z(b,c,this);A.set(this,d)}return a}();return["observe","unobserve","disconnect"].forEach(function(a){B.prototype[a]=function(){var b;return(b=A.get(this))[a].apply(b,arguments)}}),function(){return void 0!==m.ResizeObserver?m.ResizeObserver:B}()}),function(a,b){b.$=a}(jQuery,window.FooGallery=window.FooGallery||{}),function(a){if(!a)return void console.warn("jQuery must be included in the page prior to the FooGallery.utils library.");var b={$:a,version:"0.1.8"};b.versionCompare=function(a,b){function c(a){for(var b=a.split("."),c=[],d=0,e=b.length;d<e;d++)c[d]=parseInt(b[d]),isNaN(c[d])&&(c[d]=0);return c}if(!/[\d.]/.test(a)||!/[\d.]/.test(b))return NaN;for(var d=c(a),e=c(b);d.length<e.length;)d.push(0);for(;e.length<d.length;)e.push(0);for(var f=0;f<d.length;++f){if(e.length===f)return 1;if(d[f]!==e[f])return d[f]>e[f]?1:-1}return d.length!==e.length?-1:0},!function(){try{return!!window.FooGallery.utils}catch(a){return!1}}()?window.FooGallery.utils=b:b.versionCompare(b.version,window.FooGallery.utils.version)>0?(console.warn("An older version of FooGallery.utils ("+window.FooGallery.utils.version+") already exists in the page, version "+b.version+" will override it."),window.FooGallery.utils=b):console.warn("A newer version of FooGallery.utils ("+window.FooGallery.utils.version+") already exists in the page, version "+b.version+" will not register itself.")}(jQuery),function(a,b){"0.1.8"===b.version&&(b.is={},b.is.array=function(a){return"[object Array]"===Object.prototype.toString.call(a)},b.is.boolean=function(a){return"[object Boolean]"===Object.prototype.toString.call(a)},b.is.element=function(a){return"object"==typeof HTMLElement?a instanceof HTMLElement:!!a&&"object"==typeof a&&1===a.nodeType&&"string"==typeof a.nodeName},b.is.empty=function(a){if(b.is.undef(a)||null===a)return!0;if(b.is.number(a)&&0===a)return!0;if(b.is.boolean(a)&&!1===a)return!0;if(b.is.string(a)&&0===a.length)return!0;if(b.is.array(a)&&0===a.length)return!0;if(b.is.jq(a)&&0===a.length)return!0;if(b.is.hash(a)){for(var c in a)if(a.hasOwnProperty(c))return!1;return!0}return!1},b.is.error=function(a){return"[object Error]"===Object.prototype.toString.call(a)},b.is.fn=function(a){return a===window.alert||"[object Function]"===Object.prototype.toString.call(a)},b.is.hash=function(a){return b.is.object(a)&&a.constructor===Object&&!a.nodeType&&!a.setInterval},b.is.jq=function(c){return!b.is.undef(a)&&c instanceof a},b.is.number=function(a){return"[object Number]"===Object.prototype.toString.call(a)&&!isNaN(a)},b.is.object=function(a){return"[object Object]"===Object.prototype.toString.call(a)&&!b.is.undef(a)&&null!==a},b.is.promise=function(a){return b.is.object(a)&&b.is.fn(a.then)&&b.is.fn(a.promise)},b.is.size=function(a){return!!(b.is.string(a)&&!b.is.empty(a)||b.is.number(a))&&/^(auto|none|(?:[\d.]*)+?(?:%|px|mm|q|cm|in|pt|pc|em|ex|ch|rem|vh|vw|vmin|vmax)?)$/.test(a)},b.is.string=function(a){return"[object String]"===Object.prototype.toString.call(a)},b.is.undef=function(a){return void 0===a})}(FooGallery.utils.$,FooGallery.utils),function(a,b,c){if("0.1.8"===b.version){b.fn={};var d=Function.prototype.toString;b.fn.CONTAINS_SUPER=/xyz/.test(d.call(function(){xyz}))?/\b_super\b/:/.*/,b.fn.addOrOverride=function(a,e,f){if(c.object(a)&&c.string(e)&&!c.empty(e)&&c.fn(f)){var g=a[e],h=c.fn(g)&&b.fn.CONTAINS_SUPER.test(d.call(f));a[e]=h?function(a,b){return function(){var c=this._super;this._super=a;var d=b.apply(this,arguments);return this._super=c,d}}(g,f):f}},b.fn.apply=function(a,b){function d(){return a.apply(this,b)}return b=c.array(b)?b:[],d.prototype=a.prototype,new d},b.fn.arg2arr=function(a){return Array.prototype.slice.call(a)},b.fn.debounce=function(a,c){var d;return function(){var e=this,f=b.fn.arg2arr(arguments);clearTimeout(d),d=setTimeout(function(){a.apply(e,f)},c)}},b.fn.throttle=function(a,c){var d,e;return function(){var f=this,g=b.fn.arg2arr(arguments);d?(clearTimeout(e),e=setTimeout(function(){Date.now()-d>=c&&(a.apply(f,g),d=Date.now())},c-(Date.now()-d))):(a.apply(f,g),d=Date.now())}},b.fn.check=function(d,e,f,g){function h(a){return function(){return a.apply(d,arguments)}}return f=c.fn(f)?f:a.noop,d=c.object(d)?d:window,e=c.string(e)?b.fn.fetch(e,g):e,h(c.fn(e)?e:f)},b.fn.fetch=function(b,d){return!c.string(b)||c.empty(b)?null:(d=c.object(d)?d:window,a.each(b.split("."),function(a,b){if(!d[b])return!1;d=d[b]}),c.fn(d)?d:null)},b.fn.enqueue=function(d,e,f,g){function h(a,b){try{return n.push(a),b.apply(a,i)}catch(a){return j.reject(a,n),j}}var i=b.fn.arg2arr(arguments),j=a.Deferred(),k=a.Deferred(),l=k.promise(),m=[],n=[],o=!0;return d=i.shift(),e=i.shift(),a.each(d,function(a,d){c.fn(d[e])&&(l=l.then(function(){if(!o){var a=b.fn.arg2arr(arguments);m.push(a)}return o=!1,h(d,d[e])}))}),l.then(function(){if(!o){var a=b.fn.arg2arr(arguments);m.push(a)}o=!1,j.resolve(m)}),l.fail(function(){var a=b.fn.arg2arr(arguments);a.push(n),j.reject.apply(j,a)}),k.resolve(),j.promise()},b.fn.when=function(b){if(!c.array(b)||c.empty(b))return a.when();for(var d=a.Deferred(),e=[],f=b.length,g=0;g<b.length;g++)b[g].then(function(a){e.push(a)}).always(function(){--f||d.resolve(e)});return d.promise()},b.fn.rejectWith=function(c,d){var e=a.Deferred(),f=b.fn.arg2arr(arguments);return e.reject.apply(e,f).promise()},b.fn.resolveWith=function(c,d){var e=a.Deferred(),f=b.fn.arg2arr(arguments);return e.resolve.apply(e,f).promise()},b.fn.resolved=a.Deferred().resolve().promise(),b.fn.rejected=a.Deferred().reject().promise()}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is),function(a,b){if("0.1.8"===a.version){a.url={};var c=document.createElement("a");a.url.parts=function(a){c.href=a;var b=c.port?c.port:-1!==["http:","https:"].indexOf(c.protocol)?"https:"===c.protocol?"443":"80":"",d=c.hostname+(b?":"+b:""),e=c.origin?c.origin:c.protocol+"//"+d,f="/"===c.pathname.slice(0,1)?c.pathname:"/"+c.pathname;return{hash:c.hash,host:d,hostname:c.hostname,href:c.href,origin:e,pathname:f,port:b,protocol:c.protocol,search:c.search}},a.url.full=function(a){return!b.string(a)||b.empty(a)?null:(c.href=a,c.href)},a.url.param=function(a,c,d){if(!b.string(a)||!b.string(c)||b.empty(c))return a;var e,f,g,h;return b.undef(d)?(e=new RegExp("[?|&]"+c+"=([^&;]+?)(&|#|;|$)"),f=e.exec(a)||["",""],g=f[1].replace(/\+/g,"%20"),b.string(g)&&!b.empty(g)?decodeURIComponent(g):null):(b.empty(d)?(e=new RegExp("^([^#]*?)(([^#]*)&)?"+c+"(=[^&#]*)?(&|#|$)"),g=a.replace(e,"$1$3$5").replace(/^([^#]*)((\?)&|\?(#|$))/,"$1$3$4")):(e=new RegExp("([?&])"+c+"[^&]*"),h=c+"="+encodeURIComponent(d),(g=a.replace(e,"$1"+h))!==a||e.test(g)||(g+=(-1!==g.indexOf("?")?"&":"?")+h)),g)}}}(FooGallery.utils,FooGallery.utils.is),function(a,b,c){"0.1.8"===a.version&&(a.str={},a.str.camel=function(a){return b.empty(a)?a:a.toUpperCase()===a?a.toLowerCase():a.replace(/^([A-Z])|[-\s_]+(\w)/g,function(a,c,d){return b.string(d)?d.toUpperCase():c.toLowerCase()})},a.str.kebab=function(a){return b.empty(a)?a:a.match(/[A-Z]{2,}(?=[A-Z][a-z0-9]*|\b)|[A-Z]?[a-z0-9]*|[A-Z]|[0-9]+/g).filter(Boolean).map(function(a){return a.toLowerCase()}).join("-")},a.str.contains=function(a,c,d){return!(!b.string(a)||b.empty(a)||!b.string(c)||b.empty(c))&&(c.length<=a.length&&-1!==(d?a.toUpperCase().indexOf(c.toUpperCase()):a.indexOf(c)))},a.str.containsWord=function(a,c,d){if(!b.string(a)||b.empty(a)||!b.string(c)||b.empty(c)||a.length<c.length)return!1;for(var e=a.split(/\W/),f=0,g=e.length;f<g;f++)if(d?e[f].toUpperCase()===c.toUpperCase():e[f]===c)return!0;return!1},a.str.endsWith=function(a,c){return!b.string(a)||b.empty(a)||!b.string(c)||b.empty(c)?a===c:a.slice(a.length-c.length)===c},a.str.escapeRegExp=function(a){return b.empty(a)?a:a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")},a.str.fnv1a=function(a){if(!b.string(a)||b.empty(a))return null;var c,d,e=2166136261;for(c=0,d=a.length;c<d;c++)e^=a.charCodeAt(c),e+=(e<<1)+(e<<4)+(e<<7)+(e<<8)+(e<<24);return e>>>0},a.str.from=function(c,d){return!b.string(c)||b.empty(c)||!b.string(d)||b.empty(d)?null:a.str.contains(c,d)?c.substring(c.indexOf(d)+d.length):null},a.str.join=function(d,e,f){if(!b.string(d)||!b.string(e))return null;var g=c.arg2arr(arguments);d=g.shift();var h,i,j=g.shift();for(h=0,i=g.length;h<i;h++)e=g[h],b.empty(e)||(a.str.endsWith(j,d)&&(j=j.slice(0,j.length-d.length)),a.str.startsWith(e,d)&&(e=e.slice(d.length)),j+=d+e);return j},a.str.startsWith=function(a,c){return!b.empty(a)&&!b.empty(c)&&a.slice(0,c.length)===c},a.str.until=function(c,d){return b.empty(c)||b.empty(d)?c:a.str.contains(c,d)?c.substring(0,c.indexOf(d)):c},a.str.format=function(a,d,e){var f=c.arg2arr(arguments);if(a=f.shift(),b.empty(a)||b.empty(f))return a;1===f.length&&(b.array(f[0])||b.object(f[0]))&&(f=f[0]);for(var g in f)a=a.replace(new RegExp("\\{"+g+"\\}","gi"),f[g]);return a})}(FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn),function(a,b,c,d,e){if("0.1.8"===b.version){b.obj={};var f=function(){};b.obj.create=function(a){if(!c.object(a))throw TypeError("Argument must be an object");f.prototype=a;var b=new f;return f.prototype=null,b},b.obj.extend=function(e,f,g){e=c.object(e)?e:{};var h=d.arg2arr(arguments);return h.shift(),a.each(h,function(a,c){b.obj.merge(e,c)}),e},b.obj.merge=function(a,d){a=c.hash(a)?a:{},d=c.hash(d)?d:{};for(var e in d)d.hasOwnProperty(e)&&(c.hash(d[e])?(a[e]=c.hash(a[e])?a[e]:{},b.obj.merge(a[e],d[e])):c.array(d[e])?a[e]=d[e].slice():a[e]=d[e]);return a},b.obj.mergeValid=function(d,e,f,g){if(!c.hash(f)||!c.hash(e))return d;e=c.hash(e)?e:{},g=c.hash(g)?g:{};var h,i,j;for(h in e)e.hasOwnProperty(h)&&c.fn(e[h])&&(i=c.array(g[h])?g[h]:c.string(g[h])?[g[h]]:[h],a.each(i,function(a,g){if(j=b.obj.prop(f,g),!c.undef(j))return e[h](j)?(b.obj.prop(d,h,j),!1):void 0}));return d},b.obj.prop=function(b,d,f){if(c.object(b)&&!c.empty(d)){var g,h;if(c.undef(f))return e.contains(d,".")?(g=d.split("."),h=g.length-1,a.each(g,function(a,d){if(a===h)f=b[d];else{if(!c.hash(b[d]))return!1;b=b[d]}})):c.undef(b[d])||(f=b[d]),f;e.contains(d,".")?(g=d.split("."),h=g.length-1,a.each(g,function(a,d){a===h?b[d]=f:b=c.hash(b[d])?b[d]:b[d]={}})):c.undef(b[d])||(b[d]=f)}}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.str),function(a,b,c){if("0.1.8"===b.version){b.ready=function(a){function c(){try{a.call(window,b.$)}catch(a){console.error(a)}}(Function("/*@cc_on return true@*/")()?"complete"===document.readyState:"loading"!==document.readyState)?c():document.addEventListener("DOMContentLoaded",c,!1)};var d=0;b.uniqueId=function(a,b){var e=a.attr("id");return c.empty(e)&&(b=c.string(b)&&!c.empty(b)?b:"uid-",e=b+ ++d,a.attr("id",e).data("__uniqueId__",!0)),e},b.removeUniqueId=function(a){a.data("__uniqueId__")&&a.removeAttr("id").removeData("__uniqueId__")},b.selectify=function(a){if(c.empty(a))return null;if(c.hash(a)){var d,e={};for(var f in a)a.hasOwnProperty(f)&&(d=b.selectify(a[f]))&&(e[f]=d);return e}return c.string(a)||c.array(a)?(c.string(a)&&(a=[a]),a.map(function(a){return c.string(a)?"."+a.split(/\s/g).join("."):null}).join(",")):null},b.src=function(a,b,d,e,f,g,h){if(!c.string(a))return null;if(!c.string(b))return a;var i=b.replace(/(\s[\d.]+[whx]),/g,"$1 @,@ ").split(" @,@ "),j=i.map(function(a){return{url:/^\s*(\S*)/.exec(a)[1],w:parseFloat((/\S\s+(\d+)w/.exec(a)||[0,1/0])[1]),h:parseFloat((/\S\s+(\d+)h/.exec(a)||[0,1/0])[1]),x:parseFloat((/\S\s+([\d.]+)x/.exec(a)||[0,1])[1])}});if(!j.length)return a;j.unshift({url:a,w:j[0].w!==1/0&&j[0].h===1/0?d:1/0,h:j[0].h!==1/0&&j[0].w===1/0?e:1/0,x:1});var k=c.number(h)?h:window.devicePixelRatio||1,l={w:f*k,h:g*k,x:k},m=["w","h","x"];return m.forEach(function(a){var b=Math.max.apply(null,j.map(function(b){return b[a]}));j=j.filter(function(c){return c[a]>=l[a]||c[a]===b})}),m.forEach(function(a){var b=Math.min.apply(null,j.map(function(b){return b[a]}));j=j.filter(function(c){return c[a]===b})}),j[0].url},b.scrollParent=function(b,d,e){b=c.jq(b)?b:a(b),d=c.string(d)&&/^(x|y|xy|yx)$/i.test(d)?d:"xy";var f=a(!!b.length&&b[0].ownerDocument||document);if(e=c.jq(e)?e:f,!b.length)return e;var g=b.css("position"),h="absolute"===g,i=/(auto|scroll)/i,j=/x/i,k=/y/i,l=b.parentsUntil(e).filter(function(b,c){var e=a(this);if(h&&"static"===e.css("position"))return!1;var f=k.test(d)&&c.scrollHeight>c.clientHeight&&i.test(e.css("overflow-y")),g=j.test(d)&&c.scrollWidth>c.clientWidth&&i.test(e.css("overflow-x"));return f||g}).eq(0);return l.is("html")&&(l=f),"fixed"!==g&&l.length?l:e}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is),function(a,b,c){function d(a){return setTimeout(a,1)}function e(a){clearTimeout(a)}if("0.1.8"===b.version){b.animation={},b.animation.requestFrame=(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||d).bind(window),b.animation.cancelFrame=(window.cancelAnimationFrame||window.mozCancelAnimationFrame||window.webkitCancelAnimationFrame||window.msCancelAnimationFrame||e).bind(window);var f=document.createElement("div");b.animation.supported=function(a){var b=a.style;return c.string(b.animation)||c.string(b.WebkitAnimation)||c.string(b.MozAnimation)||c.string(b.msAnimation)||c.string(b.OAnimation)}(f),b.animation.end=function(a){var b=a.style;return c.string(b.animation)?"animationend":c.string(b.WebkitAnimation)?"webkitAnimationEnd":c.string(b.MozAnimation)?"animationend":c.string(b.msAnimation)?"msAnimationEnd":c.string(b.OAnimation)?"oAnimationEnd":null}(f),b.animation.duration=function(a,b){if(b=c.number(b)?b:0,!c.jq(a))return b;var d=a.css("animation-duration");if(/^([\d.]*)+?(ms|s)$/i.test(d)){var e=d.match(/^([\d.]*)+?(ms|s)$/i),f=parseFloat(e[1]);return"s"===e[2].toLowerCase()&&(f*=1e3),f}return b},b.animation.iterations=function(a,b){if(b=c.number(b)?b:1,!c.jq(a))return b;var d=a.css("animation-iteration-count");return/^(\d+|infinite)$/i.test(d)?"infinite"===d?1/0:parseInt(d):b},b.animation.start=function(d,e,f,g){var h=a.Deferred(),i=h.promise();if(d=d.first(),b.animation.supported){d.prop("offsetTop");var j=d.data("animation_safety");if(c.hash(j)&&c.number(j.timer)&&(clearTimeout(j.timer),d.removeData("animation_safety").off(b.animation.end+".utils"),j.deferred.reject()),!c.number(g)){var k=b.animation.iterations(d);if(k===1/0)return h.reject("No timeout supplied with an infinite animation."),i;g=b.animation.duration(d)*k+50}j={deferred:h,timer:setTimeout(function(){d.removeData("animation_safety").off(b.animation.end+".utils"),h.resolve()},g)},d.data("animation_safety",j),d.on(b.animation.end+".utils",function(a){d.is(a.target)&&(clearTimeout(j.timer),d.removeData("animation_safety").off(b.animation.end+".utils"),h.resolve())})}return b.animation.requestFrame(function(){c.fn(e)?e.apply(d.get(0),[d]):d.toggleClass(e,f),b.animation.supported||h.resolve()}),i}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d){if("0.1.8"===b.version){b.transition={};var e=document.createElement("div");b.transition.supported=function(a){var b=a.style;return c.string(b.transition)||c.string(b.WebkitTransition)||c.string(b.MozTransition)||c.string(b.msTransition)||c.string(b.OTransition)}(e),b.transition.end=function(a){var b=a.style;return c.string(b.transition)?"transitionend":c.string(b.WebkitTransition)?"webkitTransitionEnd":c.string(b.MozTransition)?"transitionend":c.string(b.msTransition)?"msTransitionEnd":c.string(b.OTransition)?"oTransitionEnd":null}(e),b.transition.duration=function(a,b){if(b=c.number(b)?b:0,!c.jq(a))return b;var d=a.css("transition-duration");if(/^([\d.]*)+?(ms|s)$/i.test(d)){var e=d.match(/^([\d.]*)+?(ms|s)$/i),f=parseFloat(e[1]);return"s"===e[2].toLowerCase()&&(f*=1e3),f}return b},b.transition.start=function(e,f,g,h){var i=a.Deferred(),j=i.promise();if(e=e.first(),b.transition.supported){e.prop("offsetTop");var k=e.data("transition_safety");c.hash(k)&&c.number(k.timer)&&(clearTimeout(k.timer),e.removeData("transition_safety").off(b.transition.end+".utils"),k.deferred.reject()),h=c.number(h)?h:b.transition.duration(e)+50,k={deferred:i,timer:setTimeout(function(){e.removeData("transition_safety").off(b.transition.end+".utils"),i.resolve()},h)},e.data("transition_safety",k),e.on(b.transition.end+".utils",function(a){e.is(a.target)&&(clearTimeout(k.timer),e.removeData("transition_safety").off(b.transition.end+".utils"),i.resolve())})}return d.requestFrame(function(){c.fn(f)?f.apply(e.get(0),[e]):e.toggleClass(f,g),b.transition.supported||i.resolve()}),j}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.animation),function(a,b,c,d,e){"0.1.8"===b.version&&(b.Class=function(){},b.Class.extend=function(a){function f(){if(!c.fn(this.construct))throw new SyntaxError('FooGallery.utils.Class objects must be constructed with the "new" keyword.');this.construct.apply(this,arguments)}a=c.hash(a)?a:{};var g=d.create(this.prototype);for(var h in a)a.hasOwnProperty(h)&&e.addOrOverride(g,h,a[h]);return g.construct=c.fn(g.construct)?g.construct:function(){},f.prototype=g,f.prototype.constructor=c.fn(g.__ctor__)?g.__ctor__:f,f.extend=b.Class.extend,f.override=b.Class.override,f},b.Class.override=function(a,b){e.addOrOverride(this.prototype,a,b)})}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.obj,FooGallery.utils.fn),function(a,b,c){"0.1.8"===a.version&&(a.Event=a.Class.extend({construct:function(a){
|
10 |
if(b.empty(a))throw new SyntaxError("FooGallery.utils.Event objects must be supplied a `type`.");var d=c.contains(a,".");this.type=d?c.until(a,"."):a,this.namespace=d?c.from(a,"."):null,this.defaultPrevented=!1,this.target=null},preventDefault:function(){this.defaultPrevented=!0},isDefaultPrevented:function(){return this.defaultPrevented}}),a.EventClass=a.Class.extend({construct:function(){this.__handlers={}},destroy:function(){this.__handlers={}},on:function(a,c,d){var e=this;return b.object(a)?(d=b.undef(c)?this:c,Object.keys(a).forEach(function(b){b.split(" ").forEach(function(c){e.__on(c,a[b],d)})})):b.string(a)&&b.fn(c)&&(d=b.undef(d)?this:d,a.split(" ").forEach(function(a){e.__on(a,c,d)})),e},__on:function(a,d,e){var f=this,g=c.contains(a,"."),h=g?c.until(a,"."):a,i=g?c.from(a,"."):null;b.array(f.__handlers[h])||(f.__handlers[h]=[]),f.__handlers[h].some(function(a){return a.namespace===i&&a.fn===d&&a.thisArg===e})||f.__handlers[h].push({namespace:i,fn:d,thisArg:e})},off:function(a,c,d){var e=this;return b.object(a)?(d=b.undef(c)?this:c,Object.keys(a).forEach(function(c){c.split(" ").forEach(function(f){e.__off(f,b.fn(a[c])?a[c]:null,d)})})):b.string(a)&&(c=b.fn(c)?c:null,d=b.undef(d)?this:d,a.split(" ").forEach(function(a){e.__off(a,c,d)})),e},__off:function(a,d,e){var f=this,g=c.until(a,".")||null,h=c.from(a,".")||null,i=[];b.empty(g)?b.empty(h)||i.push.apply(i,Object.keys(f.__handlers)):i.push(g),i.forEach(function(a){b.array(f.__handlers[a])&&(f.__handlers[a]=f.__handlers[a].filter(function(a){return null!=d?!(a.namespace===h&&a.fn===d&&a.thisArg===e):null!=h&&a.namespace!==h}),0===f.__handlers[a].length&&delete f.__handlers[a])})},trigger:function(c,d){d=b.array(d)?d:[];var e=this,f=[];return c instanceof a.Event?(f.push(c),e.__trigger(c,d)):b.string(c)&&c.split(" ").forEach(function(b){var c=f.push(new a.Event(b))-1;e.__trigger(f[c],d)}),b.empty(f)?null:1===f.length?f[0]:f},__trigger:function(a,c){var d=this;a.target=d,b.array(d.__handlers[a.type])&&d.__handlers[a.type].forEach(function(b){null!=a.namespace&&b.namespace!==a.namespace||b.fn.apply(b.thisArg,[a].concat(c))})}}))}(FooGallery.utils,FooGallery.utils.is,FooGallery.utils.str),function(a,b,c){if("0.1.8"===b.version){b.Bounds=b.Class.extend({construct:function(){var a=this;a.top=0,a.right=0,a.bottom=0,a.left=0,a.width=0,a.height=0},inflate:function(a){var b=this;return c.number(a)&&(b.top-=a,b.right+=a,b.bottom+=a,b.left-=a,b.width+=2*a,b.height+=2*a),b},intersects:function(a){var b=this;return b.left<=a.right&&a.left<=b.right&&b.top<=a.bottom&&a.top<=b.bottom}});var d;b.getViewportBounds=function(c){d||(d=a(window));var e=new b.Bounds;return e.top=d.scrollTop(),e.left=d.scrollLeft(),e.width=d.width(),e.height=d.height(),e.right=e.left+e.width,e.bottom=e.top+e.height,e.inflate(c),e},b.getElementBounds=function(d){c.jq(d)||(d=a(d));var e=new b.Bounds;if(0!==d.length){var f=d.offset();e.top=f.top,e.left=f.left,e.width=d.width(),e.height=d.height()}return e.right=e.left+e.width,e.bottom=e.top+e.height,e}}}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d,e){"0.1.8"===b.version&&(b.Timer=b.EventClass.extend({construct:function(a){this._super(),this.interval=c.number(a)?a:1e3,this.isRunning=!1,this.isPaused=!1,this.canResume=!1,this.canRestart=!1,this.__timeout=null,this.__decrement=!1,this.__time=0,this.__remaining=0,this.__current=0,this.__finish=0,this.__restart=[]},__reset:function(){clearTimeout(this.__timeout),this.__timeout=null,this.__decrement=!1,this.__time=0,this.__remaining=0,this.__current=0,this.__finish=0,this.isRunning=!1,this.isPaused=!1,this.canResume=!1},__eventArgs:function(a){return[this.__current,this.__time,this.__decrement].concat(d.arg2arr(arguments))},__tick:function(){var a=this;a.trigger("tick",a.__eventArgs()),a.__current===a.__finish?(a.trigger("complete",a.__eventArgs()),a.__reset()):(a.__decrement?a.__current--:a.__current++,a.__remaining--,a.canResume=a.__remaining>0,a.__timeout=setTimeout(function(){a.__tick()},a.interval))},start:function(a,b){var d=this;d.isRunning||(b=!!c.boolean(b)&&b,d.__restart=[a,b],d.__decrement=b,d.__time=a,d.__remaining=a,d.__current=b?a:0,d.__finish=b?0:a,d.canRestart=!0,d.isRunning=!0,d.isPaused=!1,d.trigger("start",d.__eventArgs()),d.__tick())},countdown:function(a){this.start(a,!0)},countup:function(a){this.start(a,!1)},restart:function(){this.stop(),this.canRestart&&this.start.apply(this,this.__restart)},stop:function(){(this.isRunning||this.isPaused)&&(this.__reset(),this.trigger("stop",this.__eventArgs()))},pause:function(){var a=this;return null!=a.__timeout&&(clearTimeout(a.__timeout),a.__timeout=null),a.isRunning&&(a.isRunning=!1,a.isPaused=!0,a.trigger("pause",a.__eventArgs())),a.__remaining},resume:function(){var a=this;a.canResume&&(a.isRunning=!0,a.isPaused=!1,a.trigger("resume",a.__eventArgs()),a.__tick())},reset:function(){this.__reset(),this.trigger("reset",this.__eventArgs())}}))}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj),function(a,b,c,d){"0.1.8"===b.version&&(b.Factory=b.Class.extend({construct:function(){this.registered={}},contains:function(a){return!c.undef(this.registered[a])},load:function(b,e,f){var g,h,i=this,j=d.arg2arr(arguments),k=[],l=[];b=j.shift()||{};for(g in i.registered)if(i.registered.hasOwnProperty(g)){var m=i.registered[g];b.hasOwnProperty(g)&&(h=b[g],c.string(h)&&(h=d.fetch(b[g])),c.fn(h)&&(m={name:g,klass:h,priority:i.registered[g].priority})),k.push(m)}for(g in b)b.hasOwnProperty(g)&&!i.registered.hasOwnProperty(g)&&(h=b[g],c.string(h)&&(h=d.fetch(b[g])),c.fn(h)&&k.push({name:g,klass:h,priority:0}));return k.sort(function(a,b){return b.priority-a.priority}),a.each(k,function(a,b){c.fn(b.klass)&&l.push(d.apply(b.klass,j))}),l},make:function(a,b,e){var f,g=this,h=d.arg2arr(arguments);return a=h.shift(),f=g.registered[a],c.hash(f)&&c.fn(f.klass)?d.apply(f.klass,h):null},names:function(b){b=!!c.boolean(b)&&b;var d,e=[];if(b){var f=[];for(d in this.registered)this.registered.hasOwnProperty(d)&&f.push(this.registered[d]);f.sort(function(a,b){return b.priority-a.priority}),a.each(f,function(a,b){e.push(b.name)})}else for(d in this.registered)this.registered.hasOwnProperty(d)&&e.push(d);return e},register:function(a,b,d){if(!c.string(a)||c.empty(a)||!c.fn(b))return!1;d=c.number(d)?d:0;var e=this.registered[a];return this.registered[a]={name:a,klass:b,priority:c.undef(e)?d:e.priority},!0}}))}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn),function(a,b,c){if("0.1.8"===a.version){var d=!1;try{d=!!window.localStorage}catch(a){d=!1}a.Debugger=a.Class.extend({construct:function(a){this.key=a,this.enabled=!!d&&!!localStorage.getItem(this.key)},enable:function(){d&&(this.enabled=!0,localStorage.setItem(this.key,this.enabled))},disable:function(){d&&(this.enabled=!1,localStorage.removeItem(this.key))},log:function(a,c){this.enabled&&console.log.apply(console,b.arg2arr(arguments))},logf:function(a,d,e){if(this.enabled){var f=b.arg2arr(arguments);a=f.shift(),d=f.shift(),f.unshift(c.format(a,d)),this.log.apply(this,f)}}})}}(FooGallery.utils,FooGallery.utils.fn,FooGallery.utils.str),function(a,b,c){"0.1.8"===b.version&&(b.FullscreenAPI=b.EventClass.extend({construct:function(){this._super(),this.apis={w3:{enabled:"fullscreenEnabled",element:"fullscreenElement",request:"requestFullscreen",exit:"exitFullscreen",events:{change:"fullscreenchange",error:"fullscreenerror"}},webkit:{enabled:"webkitFullscreenEnabled",element:"webkitCurrentFullScreenElement",request:"webkitRequestFullscreen",exit:"webkitExitFullscreen",events:{change:"webkitfullscreenchange",error:"webkitfullscreenerror"}},moz:{enabled:"mozFullScreenEnabled",element:"mozFullScreenElement",request:"mozRequestFullScreen",exit:"mozCancelFullScreen",events:{change:"mozfullscreenchange",error:"mozfullscreenerror"}},ms:{enabled:"msFullscreenEnabled",element:"msFullscreenElement",request:"msRequestFullscreen",exit:"msExitFullscreen",events:{change:"MSFullscreenChange",error:"MSFullscreenError"}}},this.api=this.getAPI(),this.supported=null!=this.api,this.__listen()},destroy:function(){return this.__stopListening(),this._super()},getAPI:function(){for(var a in this.apis)if(this.apis.hasOwnProperty(a)&&this.apis[a].enabled in document)return this.apis[a];return null},element:function(){return this.supported?document[this.api.element]:null},request:function(b){if(this.supported&&b[this.api.request]){var d=b[this.api.request]();return d||a.Deferred(this.__resolver(this.api.request)).promise()}return c.rejected},exit:function(){if(this.supported&&this.element()){var b=document[this.api.exit]();return b||a.Deferred(this.__resolver(this.api.exit)).promise()}return c.rejected},toggle:function(a){return this.element()?this.exit():this.request(a)},__listen:function(){var b=this;b.supported&&a(document).on(b.api.events.change+".utils",function(){b.trigger("change")}).on(b.api.events.error+".utils",function(){b.trigger("error")})},__stopListening:function(){var b=this;b.supported&&a(document).off(b.api.events.change+".utils").off(b.api.events.error+".utils")},__resolver:function(b){var c=this;return function(d){function e(){d.resolve(),a(document).off(c.api.events.change,e).off(c.api.events.error,f)}function f(){d.reject(new TypeError),a(document).off(c.api.events.change,e).off(c.api.events.error,f)}if(b===c.api.exit&&c.element())return void setTimeout(function(){d.reject(new TypeError)},1);a(document).on(c.api.events.change,e).on(c.api.events.error,f)}}}),b.fullscreen=new b.FullscreenAPI)}(FooGallery.utils.$,FooGallery.utils,FooGallery.utils.fn),function(a,b,c,d,e){b.debug=new c.Debugger("__FooGallery__"),b.EMPTY_IMAGE="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",b.DATA_TEMPLATE="__FooGallery__",b.DATA_ITEM="__FooGalleryItem__",b.get=function(c){return a(c).data(b.DATA_TEMPLATE)},b.init=function(c,e){if(e=d.jq(e)?e:a(e),e.length>0){var f=e.data(b.DATA_TEMPLATE);if(f instanceof b.Template)return f.destroy(!0).then(function(){return b.template.make(c,e).initialize()})}return b.template.make(c,e).initialize()},b.initAll=function(c){return e.when(a(".foogallery").map(function(a,d){return b.init(c,d)}).get())},a.fn.foogallery=function(c,e){return e=d.fn(e)?e:a.noop,this.each(function(f,g){if(d.string(c)){var h=a.data(g,b.DATA_TEMPLATE);if(h instanceof b.Template)switch(c){case"layout":return void h.layout();case"destroy":return void h.destroy()}}else b.init(c,g).then(e)})},b.isCached=function(a){var b=new Image;b.src=a;var c=b.complete;return b.src="",b=null,c},b.supportedExifProperties=["aperture","camera","date","exposure","focalLength","iso","orientation"],d.exif=function(a){if(d.object(a)){var c=Object.keys(a);return c.length>0&&c.some(function(c){return-1!==b.supportedExifProperties.indexOf(c)&&!d.empty(a[c])})}return!1}}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.str),function(a,b,c,d,e){var f="__FooGallerySwipe__",g="ontouchstart"in window,h=window.navigator.msPointerEnabled&&!window.navigator.pointerEnabled&&!g,i=(window.navigator.pointerEnabled||window.navigator.msPointerEnabled)&&!g,j=g||i;b.Swipe=c.Class.extend({construct:function(b,c){var d=this,f=".fgswipe";d.$el=a(b),d.opt=e.extend({threshold:20,allowPageScroll:!1,swipe:a.noop,data:{}},c),d.active=!1,d.startPoint=null,d.endPoint=null,d.events={start:(j?i?h?"MSPointerDown":"pointerdown":"touchstart":"mousedown")+f,move:(j?i?h?"MSPointerMove":"pointermove":"touchmove":"mousemove")+f,end:(j?i?h?"MSPointerUp":"pointerup":"touchend":"mouseup")+f,leave:(j?i?"mouseleave":null:"mouseleave")+f}},init:function(){var a=this;a.$el.on(a.events.start,{self:a},a.onStart),a.$el.on(a.events.move,{self:a},a.onMove),a.$el.on(a.events.end,{self:a},a.onEnd),d.string(a.events.leave)&&a.$el.on(a.events.leave,{self:a},a.onEnd),a.$el.data(f,a)},destroy:function(){var a=this;a.$el.off(a.events.start,a.onStart),a.$el.off(a.events.move,a.onMove),a.$el.off(a.events.end,a.onEnd),d.string(a.events.leave)&&a.$el.off(a.events.leave,a.onEnd),a.$el.removeData(f)},getAngle:function(a,b){var c=Math.atan2(a.x-b.x,a.y-b.y),d=Math.round(180*c/Math.PI);return 360-(d<0?360-Math.abs(d):d)},getDistance:function(a,b){var c=b.x-a.x,d=b.y-a.y;return c*=c,d*=d,Math.sqrt(c+d)},getDirection:function(a,b){var c=this,d=c.getAngle(a,b);return d>337.5||d<=22.5?"N":d>22.5&&d<=67.5?"NE":d>67.5&&d<=112.5?"E":d>112.5&&d<=157.5?"SE":d>157.5&&d<=202.5?"S":d>202.5&&d<=247.5?"SW":d>247.5&&d<=292.5?"W":d>292.5&&d<=337.5?"NW":"NONE"},getPoint:function(a){var b;return j&&!d.empty(b=a.originalEvent.touches||a.touches)?{x:b[0].pageX,y:b[0].pageY}:d.number(a.pageX)&&d.number(a.pageY)?{x:a.pageX,y:a.pageY}:null},getOffset:function(a){var b=this,c=b.$el.offset();return{left:a.x-c.left,top:a.y-c.top}},onStart:function(a){var b=a.data.self,c=b.getPoint(a);d.empty(c)||(b.active=!0,b.startPoint=b.endPoint=c)},onMove:function(b){var c=b.data.self,e=c.getPoint(b);if(c.active&&!d.empty(e))if(c.endPoint=e,c.opt.allowPageScroll){if(d.hash(c.opt.allowPageScroll)){var f=c.getDirection(c.startPoint,c.endPoint);c.opt.allowPageScroll.x||-1===a.inArray(f,["NE","E","SE","NW","W","SW"])||b.preventDefault(),c.opt.allowPageScroll.y||-1===a.inArray(f,["NW","N","NE","SW","S","SE"])||b.preventDefault()}}else b.preventDefault()},onEnd:function(a){var b=a.data.self;if(b.active){b.active=!1;var c={startPoint:b.startPoint,endPoint:b.endPoint,startOffset:b.getOffset(b.startPoint),endOffset:b.getOffset(b.endPoint),angle:b.getAngle(b.startPoint,b.endPoint),distance:b.getDistance(b.startPoint,b.endPoint),direction:b.getDirection(b.startPoint,b.endPoint)};if(b.opt.threshold>0&&c.distance<b.opt.threshold)return;b.opt.swipe.apply(this,[c,b.opt.data]),b.startPoint=null,b.endPoint=null}}}),a.fn.fgswipe=function(c){return this.each(function(){var e=a(this),g=e.data(f);if(g instanceof b.Swipe){if(d.string(c)&&d.fn(g[c]))return void g[c]();g.destroy()}d.hash(c)&&(g=new b.Swipe(this,c),g.init())})}}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.obj),function(a,b,c,d,e,f){b.TemplateFactory=c.Factory.extend({construct:function(){this.registered={}},register:function(a,b,c,e,f,g){var h=this,i=h._super(a,b,g);if(i){var j=h.registered;j[a].opt=d.hash(c)?c:{},j[a].cls=d.hash(e)?e:{},j[a].il8n=d.hash(f)?f:{}}return i},make:function(b,c){c=d.jq(c)?c:a(c),b=f.extend({},b,c.data("foogallery"));var e=this,g=e.type(b,c);return e.contains(g)?(b=e.options(g,b),e._super(g,b,c)):null},type:function(b,e){e=d.jq(e)?e:a(e);var f=this,g=d.hash(b)&&d.hash(b)&&d.string(b.type)&&f.contains(b.type)?b.type:"core";if("core"===g&&e.length>0)for(var h=f.registered,i=f.names(!0),j=0,k=i.length;j<k;j++)if(h.hasOwnProperty(i[j])){var l=i[j],m=h[l].cls;if(d.string(m.container)){var n=c.selectify(m.container);if(e.is(n)){g=i[j];break}}}return g},configure:function(a,b,c,d){var e=this;if(e.contains(a)){var g=e.registered;f.extend(g[a].opt,b),f.extend(g[a].cls,c),f.extend(g[a].il8n,d)}},options:function(a,c){c=f.extend({type:a},c);var e=this,g=e.registered,h=g.core.opt,i=g.core.cls,j=g.core.il8n;return d.hash(c.cls)||(c.cls={}),d.hash(c.il8n)||(c.il8n={}),d.undef(b.filtering)||(c=b.filtering.merge(c)),d.undef(b.paging)||(c=b.paging.merge(c)),"core"!==a&&e.contains(a)?(c=f.extend({},h,g[a].opt,c),c.cls=f.extend({},i,g[a].cls,c.cls),c.il8n=f.extend({},j,g[a].il8n,c.il8n)):(c=f.extend({},h,c),c.cls=f.extend({},i,c.cls),c.il8n=f.extend({},j,c.il8n)),c}}),b.template=new b.TemplateFactory}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj),function(a,b,c,d,e){a.PagingFactory=b.Factory.extend({construct:function(){this.registered={}},register:function(a,b,d,e,f,g,h){var i=this,j=i._super(a,b,h);if(j){var k=i.registered;k[a].ctrl=c.fn(d)?d:null,k[a].opt=c.hash(e)?e:{},k[a].cls=c.hash(f)?f:{},k[a].il8n=c.hash(g)?g:{}}return j},type:function(a){var b,d=this;return c.hash(a)&&c.hash(b=a.paging)&&c.string(b.type)&&d.contains(b.type)?b.type:null},merge:function(a){a=e.extend({},a);var b=this,d=b.type(a),f=b.registered,g=f.default.opt,h=f.default.cls,i=f.default.il8n,j=c.hash(a.paging)?a.paging:{},k=c.hash(a.cls)&&c.hash(a.cls.paging)?e.extend({},a.cls.paging):{},l=c.hash(a.il8n)&&c.hash(a.il8n.paging)?e.extend({},a.il8n.paging):{};return c.hash(a.cls)||(a.cls={}),c.hash(a.il8n)||(a.il8n={}),"default"!==d&&b.contains(d)?(a.paging=e.extend({},g,f[d].opt,j,{type:d}),a.cls=e.extend(a.cls,{paging:h},{paging:f[d].cls},{paging:k}),a.il8n=e.extend(a.il8n,{paging:i},{paging:f[d].il8n},{paging:l})):(a.paging=e.extend({},g,j,{type:d}),a.cls=e.extend(a.cls,{paging:h},{paging:k}),a.il8n=e.extend(a.il8n,{paging:i},{paging:l})),a},configure:function(a,b,c,d){var f=this;if(f.contains(a)){var g=f.registered;e.extend(g[a].opt,b),e.extend(g[a].cls,c),e.extend(g[a].il8n,d)}},hasCtrl:function(a){var b=this,d=b.registered[a];return c.hash(d)&&c.fn(d.ctrl)},makeCtrl:function(a,b,d,e){var f=this,g=f.registered[a];return c.hash(g)&&c.fn(g.ctrl)?new g.ctrl(b,d,e):null}}),a.paging=new a.PagingFactory}(FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj),function(a,b,c,d,e,f){var g=0;b.Template=c.EventClass.extend({construct:function(e,f){var h=this;h._super(),h.namespace=".foogallery-"+ ++g,h.$el=d.jq(f)?f:a(f),h.$scrollParent=null,h.opt=e,h.template=e.template,h.id=h.$el.prop("id")||e.id,h.cls=e.cls,h.il8n=e.il8n,h.sel=c.selectify(h.cls),h.items=b.components.make("items",h),h.pages=d.undef(b.paging)?null:b.paging.make(e.paging.type,h),h.filter=d.undef(b.filtering)?null:b.filtering.make(e.filtering.type,h),h.state=b.components.make("state",h),h._initialize=null,h._checkTimeout=null,h._layoutTimeout=null,h._layoutWidths=[],h.initializing=!1,h.initialized=!1,h.destroying=!1,h.destroyed=!1,h._undo={classes:"",style:"",create:!1,children:!1},h.robserver=new ResizeObserver(function(){h.$el.is(":visible")&&h.layout()})},initialize:function(b){var c=this;return d.promise(c._initialize)?c._initialize:c._initialize=a.Deferred(function(a){c.preInit(b)?c.init().then(function(){c.postInit()?c.firstLoad().then(function(){c.ready(),a.resolve(c)}).fail(a.reject):a.reject("post-init failed")}).fail(a.reject):a.reject("pre-init failed")}).fail(function(a){console.log("initialize failed",c,a),c.destroy()}).promise()},preInit:function(e){var f=this;if(f.destroying)return!1;if(e=d.jq(e)?e:a(e),f.initializing=!0,0===e.length&&0===f.$el.parent().length)return!1;0===f.$el.length&&(f.$el=f.create(),f._undo.create=!0),e.length>0&&f.$el.appendTo(e);var g;d.empty(f.opt.scrollParent)||0===(g=a(f.opt.scrollParent)).length?f.$scrollParent=a(document):f.$scrollParent=g.is("html")?a(document):g,f.$el.data(b.DATA_TEMPLATE,f),d.empty(f.opt.on)||f.$el.on(f.opt.on),f._undo.classes=f.$el.attr("class"),f._undo.style=f.$el.attr("style"),f.$el.is(f.sel.container)||f.$el.addClass(f.cls.container);var h=c.selectify(f.opt.classes);return null==h||f.$el.is(h)||f.$el.addClass(f.opt.classes),f.robserver.observe(f.$el.get(0)),0===f.$el.children().not(f.sel.item.elem).length&&(f.$el.append(f.createChildren()),f._undo.children=!0),!f.raise("pre-init").isDefaultPrevented()},init:function(){var a=this;return a.raise("init").isDefaultPrevented()?e.rejectWith("init default prevented"):a.items.fetch()},postInit:function(){var b=this;return!b.destroying&&(!b.raise("post-init").isDefaultPrevented()&&(b.state.init(),b.$scrollParent.on("scroll"+b.namespace,{self:b},e.throttle(function(){b.loadAvailable()},50)),a(window).on("popstate"+b.namespace,{self:b},b.onWindowPopState),!0))},firstLoad:function(){var a=this;return a.destroying?e.rejected:(a.raise("first-load"),a.loadAvailable())},ready:function(){var a=this;return!a.destroying&&(a.initializing=!1,a.initialized=!0,a._check(1e3),a.raise("ready"),!0)},create:function(){var b=this;return a("<div/>",{id:b.id,class:b.cls.container}).addClass(b.opt.classes)},createChildren:function(){return a()},destroy:function(b){var c=this,f=c._super.bind(c);return c.destroyed?e.resolved:(c.destroying=!0,a.Deferred(function(a){c.initializing&&d.promise(c._initialize)?c._initialize.always(function(){c.destroying=!1,c.doDestroy(b),a.resolve()}):(c.destroying=!1,c.doDestroy(b),a.resolve())}).then(function(){f()}).promise())},doDestroy:function(c){var e=this;e.destroyed||(e.raise("destroy"),e.robserver.disconnect(),e._checkTimeout&&clearTimeout(e._checkTimeout),e.$scrollParent.off(e.namespace),a(window).off(e.namespace),e.state.destroy(c),e.filter&&e.filter.destroy(),e.pages&&e.pages.destroy(),e.items.destroy(),d.empty(e.opt.on)||e.$el.off(e.opt.on),e.raise("destroyed"),e.$el.removeData(b.DATA_TEMPLATE),d.empty(e._undo.classes)?e.$el.removeAttr("class"):e.$el.attr("class",e._undo.classes),d.empty(e._undo.style)?e.$el.removeAttr("style"):e.$el.attr("style",e._undo.style),e._undo.children&&e.destroyChildren(),e._undo.create&&e.$el.remove(),e.$el=e.state=e.items=e.pages=null,e.destroyed=!0,e.initializing=!1,e.initialized=!1)},destroyChildren:function(){},getAvailable:function(){return this.pages?this.pages.available():this.items.available()},loadAvailable:function(){return this.items.load(this.getAvailable())},getItems:function(){return this.pages?this.pages.items():this.items.available()},_check:function(a){a=d.number(a)?a:0;var b=this;return b._checkTimeout&&clearTimeout(b._checkTimeout),b._checkTimeout=setTimeout(function(){b._checkTimeout=null,!b.initialized||b.destroying&&b.destroyed||b.loadAvailable()},a)},raise:function(c,e){if(this.destroying||this.destroyed||!d.string(c)||d.empty(c))return null;e=d.array(e)?e:[];var g=this,h=c.split(".")[0],i=f.camel("on-"+h),j=a.Event(h+".foogallery");return e.unshift(g),g.trigger(h,e).defaultPrevented&&j.preventDefault(),g.$el.trigger(j,e),b.debug.logf("{id}|{name}:",{id:g.id,name:h},e),d.fn(g[i])&&(e.unshift(j),g[i].apply(g.$el.get(0),e)),j},layout:function(){var a=this,b=a.getContainerWidth();null===a._initialize||a._checkWidth(b)||a.raise("layout",[b])},_checkWidth:function(a){var b,c=this;return(b=-1!==c._layoutWidths.indexOf(a))||(c._layoutWidths.unshift(a),c._layoutWidths.splice(2,c._layoutWidths.length-2),null!=c._layoutTimeout&&clearTimeout(c._layoutTimeout),c._layoutTimeout=setTimeout(function(){c._layoutWidths.splice(0,c._layoutWidths.length)},100)),b},getContainerWidth:function(){var a=this;return a.$el.is(":visible")?a.$el.width():a.$el.parents(":visible:first").innerWidth()},getCSSClass:function(a,b){b=d.empty(b)?"":b;var c=a instanceof RegExp?a:d.string(a)&&this.opt.regex.hasOwnProperty(a)?this.opt.regex[a]:null,e=this.$el.prop("className")||"",f=null!=c?e.match(c):null;return null!=f&&f.length>=2?f[1]:b},onWindowPopState:function(a){var b=a.data.self,c=a.originalEvent.state;d.empty(c)||c.id!==b.id||(b.state.set(c),b.loadAvailable())}}),b.template.register("core",b.Template,{id:null,type:"core",classes:"",on:{},lazy:!0,viewport:200,items:[],fixLayout:!0,scrollParent:null,delay:0,throttle:50,timeout:6e4,srcset:"data-srcset-fg",src:"data-src-fg",template:{},regex:{theme:/(?:\s|^)(fg-(?:light|dark|custom))(?:\s|$)/,loadingIcon:/(?:\s|^)(fg-loading-(?:default|bars|dots|partial|pulse|trail))(?:\s|$)/,hoverIcon:/(?:\s|^)(fg-hover-(?:zoom|zoom2|zoom3|plus|circle-plus|eye|external|tint))(?:\s|$)/,videoIcon:/(?:\s|^)(fg-video-(?:default|1|2|3|4))(?:\s|$)/,hoverColor:/(?:\s|^)(fg-hover-(?:colorize|grayscale))(?:\s|$)/,hoverScale:/(?:\s|^)(fg-hover-scale)(?:\s|$)/,stickyVideoIcon:/(?:\s|^)(fg-video-sticky)(?:\s|$)/,insetShadow:/(?:\s|^)(fg-shadow-inset-(?:small|medium|large))(?:\s|$)/,filter:/(?:\s|^)(fg-filter-(?:1977|amaro|brannan|clarendon|earlybird|lofi|poprocket|reyes|toaster|walden|xpro2|xtreme))(?:\s|$)/}},{container:"foogallery"},{},-100)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.str),function(a,b,c){a.Component=b.Class.extend({construct:function(a){this.tmpl=a},destroy:function(){this.tmpl=null}}),a.EventComponent=b.EventClass.extend({construct:function(a,b){this._super(a),this.tmpl=a,this.tmplEventPrefix=b},destroy:function(){this._super(),this.tmpl=null},trigger:function(a,d){var e,f,g=this,h=g._super(a,d);return null!=g.tmpl&&(h instanceof b.Event&&!h.isDefaultPrevented()?(e=null!=h.namespace?[h.type,h.namespace].join("."):h.type,(f=g.tmpl.raise(g.tmplEventPrefix+e,d))&&f.isDefaultPrevented()&&h.preventDefault()):c.array(h)&&h.forEach(function(a){a.isDefaultPrevented()||(e=null!=a.namespace?[a.type,a.namespace].join("."):a.type,(f=g.tmpl.raise(g.tmplEventPrefix+e,d))&&f.isDefaultPrevented()&&a.preventDefault())})),c.empty(h)?null:1===h.length?h[0]:h}}),a.components=new b.Factory}(FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d,e){b.State=b.Component.extend({construct:function(a){var b=this;b._super(a),b.apiEnabled=!!window.history&&!!history.replaceState,b.opt=b.tmpl.opt.state,b.enabled=b.opt.enabled,b.current={filter:[],page:0,item:null},b.pushOrReplace=b.isPushOrReplace(b.opt.pushOrReplace)?b.opt.pushOrReplace:"replace",b.defaultMask="foogallery-gallery-{id}";var c=d.escapeRegExp(b.tmpl.id),e=d.escapeRegExp(b.getMasked()),f=d.escapeRegExp(b.opt.values),g=d.escapeRegExp(b.opt.pair);b.regex={exists:new RegExp("^#"+c+"\\"+f+".+?"),masked:new RegExp("^#"+e+"\\"+f+".+?"),values:new RegExp("(\\w+)"+g+"([^"+f+"]+)","g")}},destroy:function(a){var b=this;a||b.clear(),b.opt=b.regex={},b._super()},init:function(){this.set(this.initial())},getIdNumber:function(){return this.tmpl.id.match(/\d+/g)[0]},getMasked:function(){var a=this,b=d.contains(a.opt.mask,"{id}")?a.opt.mask:a.defaultMask;return d.format(b,{id:a.getIdNumber()})},isPushOrReplace:function(b){return-1!==a.inArray(b,["push","replace"])},exists:function(){return this.regex.values.lastIndex=0,(this.regex.exists.test(location.hash)||this.regex.masked.test(location.hash))&&this.regex.values.test(location.hash)},parse:function(){var b=this,c=b.tmpl,d={};if(b.exists())if(b.enabled){d.id=b.tmpl.id,b.regex.values.lastIndex=0;var e=location.hash.match(b.regex.values);a.each(e,function(a,e){var f,g=e.split(b.opt.pair);if(2===g.length)switch(g[0]){case b.opt.itemKey:f=c.items.fromHash(g[1]),null!==f&&(d.item=f);break;case b.opt.pageKey:c.pages&&null!==(f=c.pages.fromHash(g[1]))&&(d.page=f);break;case b.opt.filterKey:c.filter&&null!==(f=c.filter.fromHash(g[1]))&&(d.filter=f)}})}else b.apiEnabled?history.replaceState(null,"",location.pathname+location.search):location.hash="#";return d},hashify:function(a){var b=this,d=b.tmpl;if(c.hash(a)){var e=[],f=d.items.toHash(a.item);return null!==f&&e.push(b.opt.itemKey+b.opt.pair+f),d.filter&&null!==(f=d.filter.toHash(a.filter))&&e.push(b.opt.filterKey+b.opt.pair+f),d.pages&&null!==(f=d.pages.toHash(a.page))&&e.push(b.opt.pageKey+b.opt.pair+f),e.length>0&&e.unshift("#"+b.getMasked()),e.join(b.opt.values)}return""},replace:function(a){var d=this;if(d.enabled&&d.apiEnabled){a.id=d.tmpl.id;var f=d.hashify(a),g=c.empty(f),h=e.extend({},a,{item:a.item instanceof b.Item?a.item.id:a.item});history.replaceState(g?null:h,"",g?location.pathname+location.search:f)}},push:function(a){var d=this;if(d.enabled&&d.apiEnabled){a.id=d.tmpl.id;var f=d.hashify(a),g=c.empty(f),h=e.extend({},a,{item:a.item instanceof b.Item?a.item.id:a.item});history.pushState(g?null:h,"",g?location.pathname+location.search:f)}},update:function(a,b){var c=this;c.enabled&&c.apiEnabled&&(b=c.isPushOrReplace(b)?b:c.pushOrReplace,c[b](a))},clear:function(){this.exists()&&this.replace({})},initial:function(){var a=this,b=a.parse();return c.empty(b)?a.get():e.extend({filter:[],page:1,item:null},b)},get:function(a){var c,d=this,f=d.tmpl,g={};return a instanceof b.Item&&(g.item=a),f.filter&&null!==(c=f.filter.getState())&&(g.filter=c),f.pages&&null!==(c=f.pages.getState())&&(g.page=c),e.extend({filter:[],page:1,item:null},g)},set:function(a){var b=this,d=b.tmpl;if(c.hash(a)){var f=e.extend({filter:[],page:1,item:null},a);d.items.reset();d.raise("before-state",[f]).isDefaultPrevented()||(d.filter&&d.filter.setState(f),d.pages?d.pages.setState(f):(d.items.detach(d.items.all()),d.items.create(d.items.available(),!0)),f.item&&(b.opt.scrollTo&&f.item.scrollTo(),c.empty(a.item)||(a.item=null,b.replace(a))),b.current=f,d.raise("after-state",[f]))}}}),b.template.configure("core",{state:{enabled:!1,scrollTo:!0,pushOrReplace:"replace",mask:"foogallery-gallery-{id}",values:"/",pair:":",array:"+",arraySeparator:",",itemKey:"i",filterKey:"f",pageKey:"p"}}),b.components.register("state",b.State)}(FooGallery.$,FooGallery,FooGallery.utils.is,FooGallery.utils.str,FooGallery.utils.obj),function(a,b,c,d,e,f){b.Items=b.Component.extend({construct:function(a){var b=this;b.ALLOW_CREATE=!0,b.ALLOW_APPEND=!0,b.ALLOW_LOAD=!0,b._super(a),b.maps={},b._fetched=null,b._arr=[],b._available=[];var d=b.tmpl.cls.item.caption;b.tmpl.sel.item.caption.all=c.selectify([d.elem,d.inner,d.title,d.description])},fromHash:function(a){return this.get(a)},toHash:function(a){return a instanceof b.Item?a.id:null},destroy:function(){var b=this,c=b.all(),d=[];c.length>0&&(b.tmpl.raise("destroy-items",[c]),d=a.map(c,function(a){return a.destroy()?a:null}),d.length>0&&b.tmpl.raise("destroyed-items",[d])),b.maps={},b._fetched=null,b._arr=[],b._available=[],b._super()},fetch:function(b){var c=this;if(!b&&d.promise(c._fetched))return c._fetched;var e=c.tmpl,f=e.sel,g=e.opt.items,h=a.Deferred(),i=c.make(e.$el.find(f.item.elem));return d.empty(g)?(i.push.apply(i,c.make(window[e.id+"-items"])),h.resolve(i)):d.array(g)?(i.push.apply(i,c.make(g)),h.resolve(i)):d.string(g)?a.get(g).then(function(a){i.push.apply(i,c.make(a)),h.resolve(i)},function(a,b,c){console.log("FooGallery: GET items error.",g,a,b,c),h.resolve(i)}):h.resolve(i),h.then(function(a){c.setAll(a)}),c._fetched=h.promise()},toJSON:function(a){return(a?this.all():this.available()).map(function(a){return a.toJSON()})},all:function(){return this._arr.slice()},count:function(a){return a?this.all().length:this.available().length},available:function(a){return d.fn(a)?this._available.filter(a,this):this._available.slice()},get:function(a){var b=d.number(a)?"index":"id";return this.maps[b][a]?this.maps[b][a]:null},setAll:function(a){this._arr=d.array(a)?a:[],this.maps=this.createMaps(this._arr),this._available=this.all()},setAvailable:function(a){this.maps=this.createMaps(this._arr),this._available=d.array(a)?a:[]},reset:function(){this.setAvailable(this.all())},find:function(a,b){if(b=d.fn(b)?b:function(){return!0},d.array(a))for(var c=0,e=a.length;c<e;c++)if(!0===b.call(this,a[c]))return a[c];return null},first:function(a){return this.find(this._available,a)},last:function(a){return this.find(this._available.slice().reverse(),a)},next:function(a,c,e){if(!(a instanceof b.Item))return null;e=!!d.boolean(e)&&e;var f=this._available.slice(),g=f.indexOf(a);if(-1!==g){var h=f.slice(0,g);return f=f.slice(g+1),e&&(f=f.concat(h)),this.find(f,c)}return null},prev:function(a,c,e){if(!(a instanceof b.Item))return null;e=!!d.boolean(e)&&e;var f=this._available.slice().reverse(),g=f.indexOf(a);if(-1!==g){var h=f.slice(0,g);return f=f.slice(g+1),e&&(f=f.concat(h)),this.find(f,c)}return null},createMaps:function(b){b=d.array(b)?b:[];var c={id:{},index:{}};return a.each(b,function(a,b){d.empty(b.id)&&(b.id=""+(a+1)),b.index=a,c.id[b.id]=b,c.index[b.index]=b}),c},loadable:function(b){var e,f=this,g=f.tmpl.opt;return g.lazy&&(e=c.getViewportBounds(g.viewport)),f.ALLOW_LOAD&&d.array(b)?a.map(b,function(a){return a.isCreated&&a.isAttached&&!a.isLoading&&!a.isLoaded&&!a.isError&&(!g.lazy||g.lazy&&a.intersects(e))?a:null}):[]},creatable:function(c){return this.ALLOW_CREATE&&d.array(c)?a.map(c,function(a){return a instanceof b.Item&&!a.isCreated?a:null}):[]},appendable:function(c){return this.ALLOW_APPEND&&d.array(c)?a.map(c,function(a){return a instanceof b.Item&&a.isCreated&&!a.isAttached?a:null}):[]},detachable:function(c){return d.array(c)?a.map(c,function(a){return a instanceof b.Item&&a.isCreated&&a.isAttached?a:null}):[]},jquerify:function(b){return a(a.map(b,function(a){
|
11 |
+
return a.$el.get()}))},make:function(c){var e=this,g=[];if(d.jq(c)||d.array(c)){var h=[],i=a.makeArray(c);if(0===i.length)return g;e.tmpl.raise("make-items",[i]).isDefaultPrevented()||(g=a.map(i,function(a){var c=e.type(a),g=f.extend(d.hash(a)?a:{},{type:c}),i=b.components.make(c,e.tmpl,g);return d.element(a)?i.parse(a)?(h.push(i),e.ALLOW_APPEND||i.detach(),i):null:i})),g.length>0&&e.tmpl.raise("made-items",[g]),h.length>0&&e.tmpl.raise("parsed-items",[h])}return g},type:function(c){var e;if(d.hash(c))e=c.type;else if(d.element(c)){var f=a(c),g=this.tmpl.sel.item;e=f.find(g.anchor).data("type")}return d.string(e)&&b.components.contains(e)?e:"image"},create:function(b,c){var e=this,f=[],g=e.creatable(b);if(g.length>0){e.tmpl.raise("create-items",[g]).isDefaultPrevented()||(f=a.map(g,function(a){return a.create()?a:null})),f.length>0&&e.tmpl.raise("created-items",[f])}return d.boolean(c)&&c?e.append(b):f},append:function(b){var c=this,d=[],e=c.appendable(b);if(e.length>0){c.tmpl.raise("append-items",[e]).isDefaultPrevented()||(d=a.map(e,function(a){return a.append()?a:null})),d.length>0&&c.tmpl.raise("appended-items",[d])}return d},detach:function(b){var c=this,d=[],e=c.detachable(b);if(e.length>0){c.tmpl.raise("detach-items",[e]).isDefaultPrevented()||(d=a.map(e,function(a){return a.detach()?a:null})),d.length>0&&c.tmpl.raise("detached-items",[d])}return d},load:function(b){var c=this;if(b=c.loadable(b),b.length>0){if(!c.tmpl.raise("load-items",[b]).isDefaultPrevented()){var d=a.map(b,function(a){return a.load()});return e.when(d).done(function(a){c.tmpl.raise("loaded-items",[a])})}}return e.resolveWith([])}}),b.components.register("items",b.Items)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj),function(a,b,c,d,e,f,g){b.Item=b.Component.extend({construct:function(a,b){var c=this;c._super(a),c.cls=a.cls.item,c.il8n=a.il8n.item,c.sel=a.sel.item,c.opt=f.extend({},a.opt.item,b),c.isAttached=!1,c.isCreated=!1,c.isDestroyed=!1,c.isLoading=!1,c.isLoaded=!1,c.isError=!1,c.isParsed=!1,c.$el=null,c.$inner=null,c.$anchor=null,c.$overlay=null,c.$wrap=null,c.$image=null,c.$caption=null,c.fixLayout=c.tmpl.opt.fixLayout,c.index=-1,c.type=c.opt.type,c.id=c.opt.id,c.productId=c.opt.productId,c.href=c.opt.href,c.src=c.opt.src,c.srcset=c.opt.srcset,c.width=c.opt.width,c.height=c.opt.height,c.title=c.opt.title,c.alt=c.opt.alt,c.caption=d.empty(c.opt.caption)?c.title:c.opt.caption,c.description=d.empty(c.opt.description)?c.alt:c.opt.description,c.attr=c.opt.attr,c.tags=c.opt.tags,c.maxWidth=c.opt.maxWidth,c.maxCaptionLength=c.opt.maxCaptionLength,c.maxDescriptionLength=c.opt.maxDescriptionLength,c.showCaptionTitle=c.opt.showCaptionTitle,c.showCaptionDescription=c.opt.showCaptionDescription,c.noLightbox=c.opt.noLightbox,c.panelHide=c.opt.panelHide,c.exif=c.opt.exif,c.hasExif=d.exif(c.exif),c._thumbUrl=null,c._load=null,c._undo={classes:"",style:"",loader:!1,wrap:!1,overlay:!1,placeholder:!1}},destroy:function(){var a=this;return a.tmpl.raise("destroy-item",[a]).isDefaultPrevented()||(a.isDestroyed=a.doDestroyItem()),a.isDestroyed&&(a.tmpl.raise("destroyed-item",[a]),a._super()),a.isDestroyed},doDestroyItem:function(){var a=this;return a.isParsed?(a.$anchor.add(a.$caption).off("click.foogallery"),a.append(),d.empty(a._undo.classes)?a.$el.removeAttr("class"):a.$el.attr("class",a._undo.classes),d.empty(a._undo.style)?a.$el.removeAttr("style"):a.$el.attr("style",a._undo.style),a._undo.overlay&&a.$overlay.remove(),a._undo.wrap&&(a.$anchor.append(a.$image),a.$wrap.remove()),a._undo.loader&&a.$el.find(a.sel.loader).remove(),a._undo.placeholder&&a.$image.prop("src")===b.EMPTY_IMAGE&&a.$image.removeAttr("src")):a.isCreated&&(a.detach(),a.$el.remove()),!0},parse:function(b){var c=this,d=a(b);return!c.tmpl.raise("parse-item",[c,d]).isDefaultPrevented()&&(c.isCreated=d.is(c.sel.elem))&&(c.isParsed=c.doParseItem(d),c.fixLayout&&c.fix()),c.isParsed&&c.tmpl.raise("parsed-item",[c]),c.isParsed},doParseItem:function(c){var e=this,g=e.tmpl.opt,h=e.cls,i=e.sel;if(e._undo.classes=c.attr("class")||"",e._undo.style=c.attr("style")||"",e.$el=c.data(b.DATA_ITEM,e),e.$inner=e.$el.children(i.inner),e.$anchor=e.$inner.children(i.anchor).on("click.foogallery",{self:e},e.onAnchorClick),e.$image=e.$anchor.find(i.image),e.$caption=e.$inner.children(i.caption.elem).on("click.foogallery",{self:e},e.onCaptionClick),!(e.$el.length&&e.$inner.length&&e.$anchor.length&&e.$image.length))return console.error("FooGallery Error: Invalid HTML markup. Check the item markup for additional elements or malformed HTML in the title or description.",e),e.isError=!0,e.tmpl.raise("error-item",[e]),0!==e.$el.length&&e.$el.remove(),!1;e.isAttached=e.$el.parent().length>0,e.isLoading=e.$el.is(i.loading),e.isLoaded=e.$el.is(i.loaded),e.isError=e.$el.is(i.error);var j=e.$anchor.attr("data-type",e.type).data();e.id=j.id||e.id,e.productId=j.productId||e.productId,e.tags=j.tags||e.tags,e.href=j.href||e.$anchor.attr("href")||e.href,e.src=e.$image.attr(g.src)||e.src,e.srcset=e.$image.attr(g.srcset)||e.srcset,e.width=parseInt(e.$image.attr("width"))||e.width,e.height=parseInt(e.$image.attr("height"))||e.height,e.title=e.$image.attr("title")||e.title,e.alt=e.$image.attr("alt")||e.alt,e.caption=j.title||j.captionTitle||e.caption,e.description=j.description||j.captionDesc||e.description,e.noLightbox=e.$anchor.hasClass(h.noLightbox),e.panelHide=e.$anchor.hasClass(h.panelHide),d.exif(j.exif)&&(e.exif=f.extend(e.exif,j.exif),e.hasExif=!0),d.empty(e.caption)&&(e.caption=a.trim(e.$caption.find(i.caption.title).html())),d.empty(e.description)&&(e.description=a.trim(e.$caption.find(i.caption.description).html())),d.number(e.maxCaptionLength)&&e.maxCaptionLength>0&&!d.empty(e.caption)&&d.string(e.caption)&&e.caption.length>e.maxCaptionLength&&e.$caption.find(i.caption.title).html(e.caption.substr(0,e.maxCaptionLength)+"…"),d.number(e.maxDescriptionLength)&&e.maxDescriptionLength>0&&!d.empty(e.description)&&d.string(e.description)&&e.description.length>e.maxDescriptionLength&&e.$caption.find(i.caption.description).html(e.description.substr(0,e.maxDescriptionLength)+"…"),e.$overlay=e.$anchor.children(i.overlay),0===e.$overlay.length&&(e.$overlay=a("<span/>",{class:h.overlay}),e.$anchor.append(e.$overlay),e._undo.overlay=!0),e.$wrap=e.$anchor.children(i.wrap),0===e.$wrap.length&&(e.$wrap=a("<span/>",{class:h.wrap}),e.$anchor.append(e.$wrap.append(e.$image)),e._undo.wrap=!0),0===e.$el.children(i.loader).length&&(e.$el.append(a("<div/>",{class:h.loader})),e._undo.loader=!0);var k=e.$image.get(0);return d.empty(k.src)&&(k.src=b.EMPTY_IMAGE,e._undo.placeholder=!0),e.$el.addClass(e.getTypeClass()),e.hasExif&&e.$el.addClass(h.exif),!e.isCreated||!e.isAttached||e.isLoading||e.isLoaded||e.isError||e.$el.addClass(h.idle),!0},create:function(){var a=this;if(!a.isCreated&&d.string(a.href)&&d.string(a.src)&&d.number(a.width)&&d.number(a.height)){a.tmpl.raise("create-item",[a]).isDefaultPrevented()||(a.isCreated=a.doCreateItem()),a.isCreated&&a.tmpl.raise("created-item",[a])}return a.isCreated},doCreateItem:function(){var c=this,e=c.tmpl.opt,f=c.cls,g=c.attr,h=c.getTypeClass(),i=c.hasExif?f.exif:"";g.elem.class=[f.elem,h,i,f.idle].join(" "),g.inner.class=f.inner;var j=[f.anchor];c.noLightbox&&j.push(f.noLightbox),c.panelHide&&j.push(f.panelHide),g.anchor.class=j.join(" "),g.anchor.href=c.href,g.anchor["data-type"]=c.type,g.anchor["data-id"]=c.id,g.anchor["data-title"]=c.caption,g.anchor["data-description"]=c.description,d.empty(c.tags)||(g.anchor["data-tags"]=JSON.stringify(c.tags)),d.empty(c.productId)||(g.anchor["data-product-id"]=c.productId),g.image.class=f.image,g.image[e.src]=c.src,g.image[e.srcset]=c.srcset,g.image.width=c.width,g.image.height=c.height,g.image.title=c.title,g.image.alt=c.alt,c.$el=a("<div/>").attr(g.elem).data(b.DATA_ITEM,c),c.$inner=a("<figure/>").attr(g.inner).appendTo(c.$el),c.$anchor=a("<a/>").attr(g.anchor).appendTo(c.$inner).on("click.foogallery",{self:c},c.onAnchorClick),c.$overlay=a("<span/>",{class:f.overlay}).appendTo(c.$anchor),c.$wrap=a("<span/>",{class:f.wrap}).appendTo(c.$anchor),c.$image=a("<img/>").attr(g.image).appendTo(c.$wrap),f=c.cls.caption,g=c.attr.caption,g.elem.class=f.elem,c.$caption=a("<figcaption/>").attr(g.elem).on("click.foogallery",{self:c},c.onCaptionClick),g.inner.class=f.inner;var k=a("<div/>").attr(g.inner).appendTo(c.$caption),l=c.showCaptionTitle&&!d.empty(c.caption),m=c.showCaptionDescription&&!d.empty(c.description);if(l||m){if(g.title.class=f.title,g.description.class=f.description,l){var n=a("<div/>").attr(g.title),o=c.caption;d.number(c.maxCaptionLength)&&c.maxCaptionLength>0&&d.string(c.caption)&&c.caption.length>c.maxCaptionLength&&(o=c.caption.substr(0,c.maxCaptionLength)+"…"),n.get(0).innerHTML=o,k.append(n)}if(m){var p=a("<div/>").attr(g.description),q=c.description;d.number(c.maxDescriptionLength)&&c.maxDescriptionLength>0&&d.string(c.description)&&c.description.length>c.maxDescriptionLength&&(q=c.description.substr(0,c.maxDescriptionLength)+"…"),p.get(0).innerHTML=q,k.append(p)}}return c.$caption.appendTo(c.$inner),0===c.$el.find(c.sel.loader).length&&c.$el.append(a("<div/>",{class:c.cls.loader})),!0},append:function(){var a=this;if(a.isCreated&&!a.isAttached){a.tmpl.raise("append-item",[a]).isDefaultPrevented()||(a.tmpl.$el.append(a.$el),!a.fixLayout&&a.isParsed||a.fix(),a.isAttached=!0),a.isAttached&&a.tmpl.raise("appended-item",[a])}return a.isAttached},detach:function(){var a=this;if(a.isCreated&&a.isAttached){a.tmpl.raise("detach-item",[a]).isDefaultPrevented()||(a.$el.detach(),!a.fixLayout&&a.isParsed||a.unfix(),a.isAttached=!1),a.isAttached||a.tmpl.raise("detached-item",[a])}return!a.isAttached},load:function(){var b=this;if(d.promise(b._load))return b._load;if(!b.isCreated||!b.isAttached)return e.rejectWith("not created or attached");if(b.tmpl.raise("load-item",[b]).isDefaultPrevented())return e.rejectWith("default prevented");var c=b.cls,f=b.$image.get(0),g=f.src;return b.isLoading=!0,b.$el.removeClass(c.idle).removeClass(c.loaded).removeClass(c.error).addClass(c.loading),b._load=a.Deferred(function(a){f.onload=function(){f.onload=f.onerror=null,b.isLoading=!1,b.isLoaded=!0,b.$el.removeClass(c.loading).addClass(c.loaded),!b.fixLayout&&b.isParsed||b.unfix(),b.tmpl.raise("loaded-item",[b]),a.resolve(b)},f.onerror=function(){f.onload=f.onerror=null,b.isLoading=!1,b.isError=!0,b.$el.removeClass(c.loading).addClass(c.error),d.string(g)&&b.$image.prop("src",g),b.tmpl.raise("error-item",[b]),a.reject(b)},f.src=b.getThumbUrl(),f.complete&&f.onload()}).promise()},fix:function(){var a=this;if(null==a.tmpl)return a;if(a.isCreated&&!a.isLoading&&!a.isLoaded&&!a.isError){var b=a.width,c=a.height,e=a.$image.get(0);if(!isNaN(b)&&!isNaN(c)&&e){var f=d.fn(a.maxWidth)?a.maxWidth(a):a.$image.width();f<=0&&(f=b);var g=f/b,h=c*g;a.$image.css({width:f,height:h})}}return a},unfix:function(){var a=this;return null==a.tmpl?a:(a.isCreated&&a.$image.css({width:"",height:""}),a)},getThumbSrc:function(a,b){return c.src(this.src,this.srcset,this.width,this.height,a,b)},getThumbUrl:function(a){a=!!d.boolean(a)&&a;var b=this;return!a&&d.string(b._thumbUrl)?b._thumbUrl:b._thumbUrl=b.getThumbSrc(b.$anchor.innerWidth(),b.$anchor.innerHeight())},getTypeClass:function(){return this.cls.types.hasOwnProperty(this.type)?this.cls.types[this.type]:""},scrollTo:function(a){var b=this;if(b.isAttached){var d=b.bounds(),e=c.getViewportBounds();switch(a){case"top":d.left+=d.width/2-e.width/2,d.top-=e.height/5;break;default:d.left+=d.width/2-e.width/2,d.top+=d.height/2-e.height/2}window.scrollTo(d.left,d.top)}return b},bounds:function(){return this.isAttached?c.getElementBounds(this.$el):null},intersects:function(a){return!!this.isAttached&&this.bounds().intersects(a)},updateState:function(){this.tmpl.state.update(this.tmpl.state.get(this))},toJSON:function(){return{type:this.type,id:this.id,productId:this.productId,href:this.href,src:this.src,srcset:this.srcset,width:this.width,height:this.height,alt:this.alt,title:this.title,caption:this.caption,description:this.description,tags:this.tags.slice(),maxCaptionLength:this.maxCaptionLength,maxDescriptionLength:this.maxDescriptionLength,showCaptionTitle:this.showCaptionTitle,showCaptionDescription:this.showCaptionDescription,noLightbox:this.noLightbox,panelHide:this.panelHide,attr:f.extend({},this.attr)}},onAnchorClick:function(a){var b=a.data.self;b.tmpl.raise("anchor-click-item",[b]).isDefaultPrevented()?a.preventDefault():b.updateState()},onCaptionClick:function(b){var c=b.data.self;!c.tmpl.raise("caption-click-item",[c]).isDefaultPrevented()&&c.$anchor.length>0&&!a(b.target).is("a,:input")&&c.$anchor.get(0).click()}}),b.template.configure("core",{item:{type:"item",id:"",href:"",src:"",srcset:"",width:0,height:0,title:"",alt:"",caption:"",description:"",tags:[],maxWidth:null,maxCaptionLength:0,maxDescriptionLength:0,showCaptionTitle:!0,showCaptionDescription:!0,noLightbox:!1,panelHide:!1,exif:{aperture:null,camera:null,date:null,exposure:null,focalLength:null,iso:null,orientation:null},attr:{elem:{},inner:{},anchor:{},image:{},caption:{elem:{},inner:{},title:{},description:{}}}}},{item:{elem:"fg-item",inner:"fg-item-inner",exif:"fg-item-exif",anchor:"fg-thumb",overlay:"fg-image-overlay",wrap:"fg-image-wrap",image:"fg-image",loader:"fg-loader",idle:"fg-idle",loading:"fg-loading",loaded:"fg-loaded",error:"fg-error",noLightbox:"fg-no-lightbox",panelHide:"fg-panel-hide",types:{item:"fg-type-unknown"},caption:{elem:"fg-caption",inner:"fg-caption-inner",title:"fg-caption-title",description:"fg-caption-desc"}}},{item:{exif:{aperture:"Aperture",camera:"Camera",date:"Date",exposure:"Exposure",focalLength:"Focal Length",iso:"ISO",orientation:"Orientation"}}}),b.components.register("item",b.Item)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn,FooGallery.utils.obj,FooGallery.utils.str),function(a,b,c,d){b.Image=b.Item.extend({}),b.template.configure("core",null,{item:{types:{image:"fg-type-image"}}}),b.components.register("image",b.Image)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d){b.Paging=b.Component.extend({construct:function(a){var b=this;b._super(a),b.opt=b.tmpl.opt.paging,b.cls=b.tmpl.cls.paging,b.il8n=b.tmpl.il8n.paging,b.sel=b.tmpl.sel.paging,b.pushOrReplace=b.opt.pushOrReplace,b.type=b.opt.type,b.theme=b.opt.theme,b.size=b.opt.size,b.position=b.opt.position,b.scrollToTop=b.opt.scrollToTop,b.current=0,b.total=0,b.ctrls=[],b._arr=[]},fromHash:function(a){var b=parseInt(a);return isNaN(b)?null:b},toHash:function(a){return d.number(a)&&a>0?a.toString():null},getState:function(){return this.isValid(this.current)?this.current:null},setState:function(a){this.rebuild(),a.item&&!this.contains(a.page,a.item)&&(a.page=this.find(a.item),a.page=0!==a.page?a.page:1),this.set(a.page,!1,!1,!0)},destroy:function(){var b=this;b._arr.splice(0,b._arr.length),a.each(b.ctrls.splice(0,b.ctrls.length),function(a,b){b.destroy()}),b._super()},build:function(){var a=this,c=a.tmpl.items.available();a.total=a.size>0&&c.length>0?Math.ceil(c.length/a.size):1;for(var d=0;d<a.total;d++)a._arr.push(c.splice(0,a.size));if(a.total>1&&b.paging.hasCtrl(a.type)){var e,f,g=a.position;"both"!==g&&"top"!==g||(e=b.paging.makeCtrl(a.type,a.tmpl,a,"top"),e.create()&&(e.append(),a.ctrls.push(e))),"both"!==g&&"bottom"!==g||(f=b.paging.makeCtrl(a.type,a.tmpl,a,"bottom"),f.create()&&(f.append(),a.ctrls.push(f)))}},rebuild:function(){var b=this;b.current=0,b.total=0,b._arr.splice(0,b._arr.length),a.each(b.ctrls.splice(0,b.ctrls.length),function(a,b){b.destroy()}),b.build()},all:function(){return this._arr.slice()},available:function(){return this.get(this.current)},items:function(){return this.get(this.current)},controls:function(b){var c=this;c.isValid(b)&&a.each(c.ctrls,function(a,c){c.update(b)})},isValid:function(a){return d.number(a)&&a>0&&a<=this.total},number:function(a){return this.isValid(a)?a:0===this.current?1:this.current},create:function(a,b){var c=this;a=c.number(a);var d=a-1;c.tmpl.items.detach(c.tmpl.items.all()),c.current=a,c.tmpl.items.create(c._arr[d],!0)},get:function(a){var b=this;return b.isValid(a)?(a=b.number(a),b._arr[a-1]):[]},set:function(a,b,c,e){var f=this;if(f.isValid(a)){var g,h=f.number(a);if(h!==f.current){var i=f.current,j=function(){if(c=!d.boolean(c)||c,e=!!d.boolean(e)&&e,c&&1===f.current&&!f.tmpl.state.exists()&&(g=f.tmpl.state.get(),f.tmpl.state.update(g,f.pushOrReplace)),f.controls(a),f.create(h,e),c&&(g=f.tmpl.state.get(),f.tmpl.state.update(g,f.pushOrReplace)),f.scrollToTop&&d.boolean(b)&&b){var j=f.get(f.current);j.length>0&&j[0].scrollTo("top")}f.tmpl.raise("after-page-change",[f.current,i,e])};return!f.tmpl.raise("before-page-change",[f.current,h,j,e]).isDefaultPrevented()&&(j(),!0)}}return!1},find:function(b){for(var c=this,d=0,e=c._arr.length;d<e;d++)if(-1!==a.inArray(b,c._arr[d]))return d+1;return 0},contains:function(b,c){var d=this.get(b);return-1!==a.inArray(c,d)},first:function(){this.goto(1)},last:function(){this.goto(this._arr.length)},prev:function(){this.goto(this.current-1)},next:function(){this.goto(this.current+1)},goto:function(a){var b=this;b.set(a,!0)&&b.tmpl.loadAvailable()}}),b.PagingControl=b.Component.extend({construct:function(a,b,c){var d=this;d._super(a),d.pages=b,d.position=c,d.$container=null},create:function(){var b=this;return b.$container=a("<nav/>",{class:b.pages.cls.container}).addClass(b.pages.theme),!0},destroy:function(){var a=this;a.$container.remove(),a.$container=null},append:function(){var a=this;"top"===a.position?a.$container.insertBefore(a.tmpl.$el):a.$container.insertAfter(a.tmpl.$el)},update:function(a){}}),b.paging.register("default",b.Paging,null,{type:"none",theme:"fg-light",size:30,pushOrReplace:"push",position:"none",scrollToTop:!0},{container:"fg-paging-container"},null,-100)}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d){b.Dots=b.Paging.extend({}),b.DotsControl=b.PagingControl.extend({construct:function(b,c,d){this._super(b,c,d),this.$container=a(),this.$list=a(),this.$items=a()},create:function(){for(var b,c=this,d=c.pages.cls,e=c.pages.il8n,f=[],g=a("<ul/>",{class:d.list}),h=0,i=c.pages.total;h<i;h++)f.push(b=c.createItem(h+1,e.page)),g.append(b);return c.$list=g,c.$container=a("<nav/>",{class:d.container}).addClass(c.pages.theme).append(g),c.$items=a(a.map(f,function(a){return a.get()})),!0},append:function(){var a=this;"top"===a.position?a.$container.insertBefore(a.tmpl.$el):a.$container.insertAfter(a.tmpl.$el)},destroy:function(){var b=this,c=b.pages.sel;b.$list.find(c.link).off("click.foogallery",b.onLinkClick),b.$container.remove(),b.$container=a(),b.$list=a(),b.$items=a()},update:function(a){this.setSelected(a-1)},setSelected:function(b){var c=this,e=c.pages.cls,f=c.pages.il8n,g=c.pages.sel;c.$items.filter(g.selected).removeClass(e.selected).each(function(b,c){var e=a(c),f=e.data("label"),h=e.find(g.reader);d.string(f)&&0!==h.length&&h.html(f)}),c.$items.eq(b).addClass(e.selected).each(function(b,c){var e=a(c),h=e.find(g.reader),i=h.html();d.string(i)&&0!==h.length&&(e.data("label",i),h.html(f.current))})},createItem:function(b,c,e,f,g){e=d.string(e)?e:b,c=d.string(c)?c:"";var h=this,i=h.pages.opt,j=h.pages.cls,k=a("<a/>",{class:j.link,href:"#page-"+b}).html(e).on("click.foogallery",{self:h,page:b},h.onLinkClick);d.empty(c)||k.attr("title",c.replace(/\{PAGE}/g,b).replace(/\{LIMIT}/g,i.limit+"")),g=d.string(g)?g:c,d.empty(g)||k.prepend(a("<span/>",{class:j.reader,text:g.replace(/\{PAGE}/g,"").replace(/\{LIMIT}/g,i.limit+"")}));var l=a("<li/>",{class:j.item}).append(k);return f=d.string(f)?f:"",d.empty(f)||l.addClass(f),l},onLinkClick:function(b){b.preventDefault();var c=b.data.self,d=b.data.page,e=c.pages.sel;a(this).closest(e.item).is(e.disabled)||(c.pages.set(d,!0),c.tmpl.loadAvailable())}}),b.paging.register("dots",b.Dots,b.DotsControl,{type:"dots",position:"both",pushOrReplace:"push"},{list:"fg-dots",item:"fg-dot-item",link:"fg-dot-link",disabled:"fg-disabled",selected:"fg-selected",visible:"fg-visible",reader:"fg-sr-only"},{current:"Current page",page:"Page {PAGE}"})}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c){b.DefaultTemplate=b.Template.extend({}),b.template.register("default",b.DefaultTemplate,null,{container:"foogallery fg-default"})}(FooGallery.$,FooGallery,FooGallery.utils),function(a,b,c,d){b.MasonryTemplate=b.Template.extend({construct:function(a,b){this._super(a,b),this.masonry=null,this.style=null,this.$columnWidth=null},getStylesheet:function(){var a=this;return null===a.style&&(a.style=document.createElement("style"),a.style.appendChild(document.createTextNode("")),document.head.appendChild(a.style)),a.style.sheet},delayedLayout:function(){var a=this;a._delayedLayout&&clearTimeout(a._delayedLayout),a._delayedLayout=setTimeout(function(){a._delayedLayout=null,a.masonry.layout()},20)},onPreInit:function(b,c){var e=c.sel,f=c.cls;f.layouts=a.map(f.layout,function(a){return a}).join(" ");for(var g=a.map(f.layout,function(a,b){return{key:b,value:a}}),h=0,i=g.length;h<i;h++)if(c.$el.hasClass(g[h].value)){c.template.layout=g[h].key;break}d.string(f.layout[c.template.layout])||(c.template.layout="col4");var j,k,l="fixed"===c.template.layout;if(c.template.isFitWidth=l,c.template.percentPosition=!l,c.template.transitionDuration=0,c.template.itemSelector=e.item.elem,c.$el.removeClass(f.layouts).addClass(f.layout[c.template.layout]),l||(0===c.$el.find(e.gutterWidth).length&&c.$el.prepend(a("<div/>").addClass(f.gutterWidth)),c.template.gutter=e.gutterWidth),0===c.$el.find(e.columnWidth).length&&c.$el.prepend(a("<div/>").addClass(f.columnWidth)),l&&d.number(c.template.columnWidth)){var m=c.$el.find(e.columnWidth).width(c.template.columnWidth);j=c.getStylesheet(),k="#"+c.id+e.container+" "+e.item.elem+" { width: "+m.outerWidth()+"px; }",j.insertRule(k,0)}c.template.columnWidth=e.columnWidth,l&&d.number(c.template.gutter)&&(j=c.getStylesheet(),k="#"+c.id+e.container+" "+e.item.elem+" { margin-bottom: "+c.template.gutter+"px; }",j.insertRule(k,0)),c.masonry=new Masonry(c.$el.get(0),c.template)},onPostInit:function(a,b){b.masonry.layout()},onFirstLoad:function(a,b){b.masonry.layout()},onReady:function(a,b){b.delayedLayout()},onDestroy:function(a,b){b._delayedLayout&&clearTimeout(b._delayedLayout),b.$el.find(b.sel.columnWidth).remove(),b.$el.find(b.sel.gutterWidth).remove(),b.style&&b.style.parentNode&&b.style.parentNode.removeChild(b.style)},onDestroyed:function(a,b){b.masonry instanceof Masonry&&b.masonry.destroy()},onLayout:function(a,b){b.masonry.layout()},onParsedItems:function(a,b,c){b.masonry.layout()},onAppendedItems:function(a,b,c){c=b.items.jquerify(c),c=b.masonry.addItems(c),b.masonry.layoutItems(c,!0)},onDetachItem:function(a,b,c){a.isDefaultPrevented()||(a.preventDefault(),b.masonry.remove(c.$el),c.isAttached=!1,c.unfix())},onDetachedItems:function(a,b,c){b.masonry.layout()},onLoadedItems:function(a,b,c){b.masonry.layout()}}),b.template.register("masonry",b.MasonryTemplate,{fixLayout:!0,template:{initLayout:!1,isInitLayout:!1,layout:"col4"}},{container:"foogallery fg-masonry",columnWidth:"fg-column-width",gutterWidth:"fg-gutter-width",layout:{fixed:"fg-masonry-fixed",col2:"fg-masonry-2col",col3:"fg-masonry-3col",col4:"fg-masonry-4col",col5:"fg-masonry-5col"}})}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c,d){b.Justified=c.Class.extend({construct:function(c,d){this.tmpl=c,this.$el=c.$el,this.options=a.extend(!0,{},b.Justified.defaults,d),this._items=[]},init:function(){var a=this;d.string(a.options.maxRowHeight)&&(a.options.maxRowHeight.indexOf("%")?a.options.maxRowHeight=a.options.rowHeight*(parseInt(a.options.maxRowHeight)/100):a.options.maxRowHeight=parseInt(a.options.maxRowHeight))},destroy:function(){this.$el.removeAttr("style")},parse:function(){var b=this;return b._items=a.map(b.tmpl.getItems(),function(a,b){return{index:b,width:a.width,height:a.height,top:0,left:0,$item:a.$el}})},getMaxRowHeight:function(){var a=this;return d.string(a.options.maxRowHeight)&&(a.options.maxRowHeight.indexOf("%")?a.options.maxRowHeight=a.options.rowHeight*(parseInt(a.options.maxRowHeight)/100):a.options.maxRowHeight=parseInt(a.options.maxRowHeight)),d.number(a.options.maxRowHeight)?a.options.maxRowHeight:a.options.rowHeight},getContainerWidth:function(){var a=this;return a.$el.is(":visible")?a.$el.width():a.$el.parents(":visible:first").innerWidth()},layout:function(){this.parse();var b=this,c=0,d=b.getContainerWidth(),e=b.getMaxRowHeight(),f=b.rows(d,e);a.each(f,function(a,d){d.visible&&(a>0&&(c+=b.options.margins),c+=d.height),b.render(d)}),b.$el.height(c)},render:function(a){for(var b,c=0,d=a.items.length;c<d;c++)b=a.items[c],a.visible?b.$item.css({width:b.width,height:b.height,top:b.top,left:b.left,display:"",maxHeight:this.options.maxRowHeight>0?this.options.maxRowHeight:""}).addClass("fg-positioned"):b.$item.css("display","none")},justify:function(a,b,c,d){var e=this,f=e.options.margins*(a.items.length-1),g=c-f,h=g/a.width;a.width=a.width*h,a.height=a.height*h,a.top=b,a.height>d&&(a.height=d),a.left=0,a.width<g&&(a.left=(g-a.width)/2),a.width+=f;for(var i,j=a.left,k=0,l=a.items.length;k<l;k++)k>0&&(j+=e.options.margins),i=a.items[k],i.left=j,i.top=b,i.width=i.width*h,i.height=i.height*h,i.height>d&&(i.height=d),j+=i.width;return a.height},position:function(a,b,c,d){var e=this,f=e.options.margins*(a.items.length-1),g=c-f;if(a.top=b,a.left=0,a.width<g)switch(d){case"center":a.left=(g-a.width)/2;break;case"right":a.left=g-a.width}a.width+=f;for(var h,i=a.left,j=0,k=a.items.length;j<k;j++)j>0&&(i+=e.options.margins),h=a.items[j],h.left=i,h.top=b,i+=h.width;return a.height},lastRow:function(a,b,c,d){var e=this,f=e.options.margins*(a.items.length-1),g=c-f,h=a.width/g>e.options.justifyThreshold;switch(e.options.lastRow){case"hide":h?e.justify(a,b,c,d):a.visible=!1;break;case"justify":e.justify(a,b,c,d);break;case"nojustify":h?e.justify(a,b,c,d):e.position(a,b,c,"left");break;case"left":case"center":case"right":h?e.justify(a,b,c,d):e.position(a,b,c,e.options.lastRow)}},items:function(){return a.map(this._items,function(a){return{index:a.index,width:a.width,height:a.height,$item:a.$item,top:a.top,left:a.left}})},rows:function(a,b){function c(){var a={index:++h,visible:!0,width:0,height:e.options.rowHeight,top:0,left:0,items:[]};return g.push(a),a}for(var d,e=this,f=e.items(),g=[],h=-1,i=c(),j=0,k=0,l=0,m=f.length;l<m;l++){if(d=f[l],d.height!=e.options.rowHeight){var n=e.options.rowHeight/d.height;d.height=d.height*n,d.width=d.width*n}k+d.width>a&&l>0&&(g.length>1&&(j+=e.options.margins),j+=e.justify(i,j,a,b),i=c(),k=0),i.items.length>0&&(k+=e.options.margins),k+=d.width,i.width+=d.width,i.items.push(d)}return g.length>1&&(j+=e.options.margins),e.lastRow(i,j,a,b),g}}),b.Justified.defaults={itemSelector:".fg-item",rowHeight:150,maxRowHeight:"200%",margins:0,lastRow:"center",justifyThreshold:1,refreshInterval:250}}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is),function(a,b,c){b.JustifiedTemplate=b.Template.extend({onPreInit:function(a,c){c.justified=new b.Justified(c,c.template)},onInit:function(a,b){b.justified.init()},onFirstLoad:function(a,b){b.justified.layout()},onReady:function(a,b){b.justified.layout()},onDestroy:function(a,b){b.justified.destroy()},onLayout:function(a,b){b.justified.layout()},onAfterPageChange:function(a,b,c,d,e){e||b.justified.layout()},onAfterFilterChange:function(a,b){b.justified.layout()}}),b.template.register("justified",b.JustifiedTemplate,null,{container:"foogallery fg-justified"})}(FooGallery.$,FooGallery,FooGallery.utils.is),function(a,b,c,d,e){b.PortfolioTemplate=b.Template.extend({construct:function(a,b){this._super(a,b),this.style=null,this.fullWidth=!1},getStylesheet:function(){var a=this;return null===a.style&&(a.style=document.createElement("style"),a.style.appendChild(document.createTextNode("")),document.head.appendChild(a.style)),a.style.sheet},onPreInit:function(a,b){b.appendCSS()},onPostInit:function(a,b){b.checkCSS()},onDestroy:function(a,b){b.removeCSS()},onLayout:function(a,b){b.checkCSS()},checkCSS:function(){var a=this,b=a.getContainerWidth();b<a.template.columnWidth!==a.fullWidth&&a.appendCSS(b)},appendCSS:function(a){var b=this;a=d.number(a)?a:b.getContainerWidth(),b.removeCSS();var c,e=b.getStylesheet(),f="#"+b.id+b.sel.container,g=f+" "+b.sel.item.elem,h=b.template.columnWidth,i=Math.ceil(b.template.gutter/2);switch(b.template.align){case"center":c=f+" { justify-content: center; }",e.insertRule(c,0);break;case"left":c=f+" { justify-content: flex-start; }",e.insertRule(c,0);break;case"right":c=f+" { justify-content: flex-end; }",e.insertRule(c,0)}b.fullWidth=a<h,b.fullWidth?(c=g+" { max-width: 100%; margin: "+i+"px; }",e.insertRule(c,0)):(c=g+" { max-width: "+h+"px; min-width: "+h+"px; margin: "+i+"px; }",e.insertRule(c,0))},removeCSS:function(){var a=this;a.style&&a.style.parentNode&&(a.style.parentNode.removeChild(a.style),a.style=null,a.fullWidth=!1)}}),b.template.register("simple_portfolio",b.PortfolioTemplate,{template:{gutter:40,align:"center",columnWidth:250}},{container:"foogallery fg-simple_portfolio"})}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.is,FooGallery.utils.fn),function(a,b,c,d){b.ImageViewerTemplate=b.Template.extend({construct:function(b,c){this._super(d.extend({},b,{paging:{pushOrReplace:"replace",theme:"fg-light",type:"default",size:1,position:"none",scrollToTop:!1}}),c),this.$inner=a(),this.$current=a(),this.$total=a(),this.$prev=a(),this.$next=a()},createChildren:function(){var b=this;return a("<div/>",{class:b.cls.inner}).append(a("<div/>",{class:b.cls.innerContainer}),a("<div/>",{class:b.cls.controls}).append(a("<div/>",{class:b.cls.prev}).append(a("<span/>",{text:b.il8n.prev})),a("<label/>",{class:b.cls.count,text:b.il8n.count}).prepend(a("<span/>",{class:b.cls.countCurrent,text:"0"})).append(a("<span/>",{class:b.cls.countTotal,text:"0"})),a("<div/>",{class:b.cls.next}).append(a("<span/>",{text:b.il8n.next}))))},destroyChildren:function(){var a=this;a.$el.find(a.sel.inner).remove()},onPreInit:function(a,b){b.$inner=b.$el.find(b.sel.innerContainer),b.$current=b.$el.find(b.sel.countCurrent),b.$total=b.$el.find(b.sel.countTotal),b.$prev=b.$el.find(b.sel.prev),b.$next=b.$el.find(b.sel.next)},onInit:function(a,b){b.template.attachFooBox&&b.$el.on("foobox.previous",{self:b},b.onFooBoxPrev).on("foobox.next",{self:b},b.onFooBoxNext),b.$prev.on("click",{self:b},b.onPrevClick),b.$next.on("click",{self:b},b.onNextClick)},onFirstLoad:function(a,b){b.update()},onDestroy:function(a,b){b.template.attachFooBox&&b.$el.off({"foobox.previous":b.onFooBoxPrev,"foobox.next":b.onFooBoxNext}),b.$prev.off("click",b.onPrevClick),b.$next.off("click",b.onNextClick)},onAppendItem:function(a,b,c){a.preventDefault(),b.$inner.append(c.$el),c.fix(),c.isAttached=!0},onAfterPageChange:function(a,b,c,d,e){e||b.update()},onAfterFilterChange:function(a,b){b.update()},update:function(){this.pages&&(this.$current.text(this.pages.current),this.$total.text(this.pages.total))},prev:function(){this.pages&&(this.template.loop&&1===this.pages.current?this.pages.last():this.pages.prev(),this.update())},next:function(){this.pages&&(this.template.loop&&this.pages.current===this.pages.total?this.pages.first():this.pages.next(),this.update())},onFooBoxPrev:function(a){a.data.self.prev()},onFooBoxNext:function(a){a.data.self.next()},onPrevClick:function(a){a.preventDefault(),a.stopPropagation(),a.data.self.prev()},onNextClick:function(a){a.preventDefault(),a.stopPropagation(),a.data.self.next()}}),b.template.register("image-viewer",b.ImageViewerTemplate,{template:{attachFooBox:!1,loop:!1}},{container:"foogallery fg-image-viewer",inner:"fiv-inner",innerContainer:"fiv-inner-container",controls:"fiv-ctrls",prev:"fiv-prev",next:"fiv-next",count:"fiv-count",countCurrent:"fiv-count-current",countTotal:"fiv-count-total"},{prev:"Prev",next:"Next",count:"of"})
|
12 |
+
}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.obj),function(a,b,c){b.ThumbnailTemplate=b.Template.extend({construct:function(a,b){this._super(c.extend({},a,{filtering:{type:"none"},paging:{pushOrReplace:"replace",theme:"fg-light",type:"default",size:1,position:"none",scrollToTop:!1}}),b)}}),b.template.register("thumbnail",b.ThumbnailTemplate,null,{container:"foogallery fg-thumbnail"})}(FooGallery.$,FooGallery,FooGallery.utils.obj),function(a,b,c,d,e){b.triggerPostLoad=function(b,c,d,e,f){if("first-load"===b.type||c.initialized&&("after-page-change"===b.type&&!f||"after-filter-change"===b.type))try{if(c.$el.parents(".fbx-item").length>0)return;c.$el.hasClass("fbx-instance")&&window.FOOBOX&&a.fn.foobox?c.$el.foobox(window.FOOBOX.o):a("body").trigger("post-load")}catch(a){console.error(a)}},b.autoDefaults={on:{"first-load.foogallery after-page-change.foogallery after-filter-change.foogallery":b.triggerPostLoad}},b.autoEnabled=!0,b.auto=function(a){b.autoDefaults=d.merge(b.autoDefaults,a)},b.globalsMerged=!1,b.mergeGlobals=function(){if(!0!==b.globalsMerged&&window.FooGallery_il8n&&e.object(window.FooGallery_il8n)){var a=window.FooGallery_il8n;for(var d in a)if(a.hasOwnProperty(d)&&b[d]instanceof c.Factory&&e.object(a[d]))for(var f in a[d])a[d].hasOwnProperty(f)&&b[d].configure(f,null,null,a[d][f]);b.globalsMerged=!0}},b.load=b.reload=function(){a(function(){b.mergeGlobals(),b.autoEnabled&&a('[id^="foogallery-gallery-"]:not(.fg-ready)').foogallery(b.autoDefaults)}),c.ready(function(){b.mergeGlobals(),b.autoEnabled&&a('[id^="foogallery-gallery-"].fg-ready').foogallery(b.autoDefaults)})},b.load()}(FooGallery.$,FooGallery,FooGallery.utils,FooGallery.utils.obj,FooGallery.utils.is);
|
foogallery.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: FooGallery
|
5 |
Description: FooGallery is the most intuitive and extensible gallery management tool ever created for WordPress
|
6 |
-
Version: 1.9.
|
7 |
Author: FooPlugins
|
8 |
Plugin URI: http://fooplugins.com/foogallery/
|
9 |
Author URI: http://fooplugins.com
|
@@ -25,7 +25,7 @@ if ( function_exists( 'foogallery_fs' ) ) {
|
|
25 |
define( 'FOOGALLERY_PATH', plugin_dir_path( __FILE__ ) );
|
26 |
define( 'FOOGALLERY_URL', plugin_dir_url( __FILE__ ) );
|
27 |
define( 'FOOGALLERY_FILE', __FILE__ );
|
28 |
-
define( 'FOOGALLERY_VERSION', '1.9.
|
29 |
define( 'FOOGALLERY_SETTINGS_VERSION', '2' );
|
30 |
require_once FOOGALLERY_PATH . 'includes/constants.php';
|
31 |
// Create a helper function for easy SDK access.
|
3 |
/*
|
4 |
Plugin Name: FooGallery
|
5 |
Description: FooGallery is the most intuitive and extensible gallery management tool ever created for WordPress
|
6 |
+
Version: 1.9.31
|
7 |
Author: FooPlugins
|
8 |
Plugin URI: http://fooplugins.com/foogallery/
|
9 |
Author URI: http://fooplugins.com
|
25 |
define( 'FOOGALLERY_PATH', plugin_dir_path( __FILE__ ) );
|
26 |
define( 'FOOGALLERY_URL', plugin_dir_url( __FILE__ ) );
|
27 |
define( 'FOOGALLERY_FILE', __FILE__ );
|
28 |
+
define( 'FOOGALLERY_VERSION', '1.9.31' );
|
29 |
define( 'FOOGALLERY_SETTINGS_VERSION', '2' );
|
30 |
require_once FOOGALLERY_PATH . 'includes/constants.php';
|
31 |
// Create a helper function for easy SDK access.
|
freemius/assets/css/admin/account.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
|
1 |
+
label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
|
freemius/assets/css/admin/add-ons.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
.fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
|
2 |
-
#TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid white;border-right:4px solid transparent;border-left:4px solid transparent;top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-moz-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{-moz-border-radius:3px 0 3px 3px;-webkit-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{-moz-border-radius:3px 3px 0 3px;-webkit-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
|
1 |
+
.fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
|
2 |
+
#TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid white;border-right:4px solid transparent;border-left:4px solid transparent;top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-moz-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{-moz-border-radius:3px 0 3px 3px;-webkit-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{-moz-border-radius:3px 3px 0 3px;-webkit-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
|
freemius/assets/css/admin/common.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
.fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{position:relative;display:inline-block;color:#ccc;text-shadow:0 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);background:#ececec;box-shadow:0 0 4px rgba(0,0,0,0.1),inset 0 1px 3px 0 rgba(0,0,0,0.1);cursor:pointer}.fs-switch span{display:inline-block;width:35px;text-transform:uppercase}.fs-switch .fs-toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #fff));background-image:-webkit-linear-gradient(top, #ececec, #fff);background-image:-moz-linear-gradient(top, #ececec, #fff);background-image:-ms-linear-gradient(top, #ececec, #fff);background-image:-o-linear-gradient(top, #ececec, #fff);background-image:linear-gradient(top, bottom, #ececec, #fff);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);z-index:999;-moz-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-o-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-ms-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-webkit-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1)}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{top:8px;padding:4px 25px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round .fs-toggle{top:0;width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{top:0;width:18px;height:18px;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}.fs-switch-feedback{margin-left:10px}.fs-switch-feedback.success{color:#71ae00}.rtl .fs-switch-feedback{margin-left:0;margin-right:10px}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
|
2 |
-
.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,0.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;margin-bottom:-2px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
|
1 |
+
.fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{position:relative;display:inline-block;color:#ccc;text-shadow:0 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);background:#ececec;box-shadow:0 0 4px rgba(0,0,0,0.1),inset 0 1px 3px 0 rgba(0,0,0,0.1);cursor:pointer}.fs-switch span{display:inline-block;width:35px;text-transform:uppercase}.fs-switch .fs-toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #fff));background-image:-webkit-linear-gradient(top, #ececec, #fff);background-image:-moz-linear-gradient(top, #ececec, #fff);background-image:-ms-linear-gradient(top, #ececec, #fff);background-image:-o-linear-gradient(top, #ececec, #fff);background-image:linear-gradient(top, bottom, #ececec, #fff);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);z-index:999;-moz-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-o-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-ms-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-webkit-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1)}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{top:8px;padding:4px 25px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round .fs-toggle{top:0;width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{top:0;width:18px;height:18px;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}.fs-switch-feedback{margin-left:10px}.fs-switch-feedback.success{color:#71ae00}.rtl .fs-switch-feedback{margin-left:0;margin-right:10px}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
|
2 |
+
.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,0.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;margin-bottom:-2px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
|
freemius/assets/css/admin/connect.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li .fs-switch{float:right}#fs_connect .fs-permissions ul li .fs-permission-description{margin-left:55px}#fs_connect .fs-permissions ul li .fs-permission-description span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:rgba(0,0,0,0.8);color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right}.fs-tooltip-trigger .fs-tooltip::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li .fs-switch{float:left}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,0.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:white;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,0.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
|
1 |
+
#fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li .fs-switch{float:right}#fs_connect .fs-permissions ul li .fs-permission-description{margin-left:55px}#fs_connect .fs-permissions ul li .fs-permission-description span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:rgba(0,0,0,0.8);color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right}.fs-tooltip-trigger .fs-tooltip::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li .fs-switch{float:left}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,0.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:white;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,0.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
|
freemius/assets/css/admin/debug.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
|
1 |
+
.fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
|
freemius/assets/css/admin/dialog-boxes.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
.fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{width:100%;border-collapse:collapse}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type="radio"]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{width:1%;padding-left:3px;padding-right:3px}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key{width:100%}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
|
2 |
-
.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:0.3;-o-transform:0.3;-ms-transform:0.3;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
|
1 |
+
.fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{width:100%;border-collapse:collapse}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type="radio"]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{width:1%;padding-left:3px;padding-right:3px}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key{width:100%}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
|
2 |
+
.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:0.3;-o-transform:0.3;-ms-transform:0.3;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
|
freemius/assets/css/admin/plugins.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;margin-left:5px;line-height:10px}
|
1 |
+
label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;margin-left:5px;line-height:10px}
|
freemius/assets/css/customizer.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}#customize-theme-controls #accordion-section-freemius_upsell{border-top:1px solid #0085ba !important;border-bottom:1px solid #0085ba !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{color:#fff;background-color:#0085ba;border-left:4px solid #0085ba;transition:.15s background-color ease-in-out, .15s border-color ease-in-out;outline:none;border-bottom:none !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}
|
1 |
+
#fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}#customize-theme-controls #accordion-section-freemius_upsell{border-top:1px solid #0085ba !important;border-bottom:1px solid #0085ba !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{color:#fff;background-color:#0085ba;border-left:4px solid #0085ba;transition:.15s background-color ease-in-out, .15s border-color ease-in-out;outline:none;border-bottom:none !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}
|
freemius/includes/class-freemius.php
CHANGED
@@ -351,6 +351,14 @@
|
|
351 |
*/
|
352 |
private $is_whitelabeled;
|
353 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
354 |
#region Uninstall Reasons IDs
|
355 |
|
356 |
const REASON_NO_LONGER_NEEDED = 1;
|
@@ -369,6 +377,14 @@
|
|
369 |
const REASON_DIDNT_WORK_AS_EXPECTED = 14;
|
370 |
const REASON_TEMPORARY_DEACTIVATION = 15;
|
371 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
372 |
#endregion
|
373 |
|
374 |
/* Ctor
|
@@ -816,7 +832,11 @@
|
|
816 |
return false;
|
817 |
}
|
818 |
|
819 |
-
if (
|
|
|
|
|
|
|
|
|
820 |
/**
|
821 |
* wp.org themes are limited to a single submenu item, and
|
822 |
* sub-submenu items are most likely not allowed (never verified).
|
@@ -1457,7 +1477,10 @@
|
|
1457 |
if ( $this->is_plugin() &&
|
1458 |
! isset( $this->_storage->is_plugin_new_install )
|
1459 |
) {
|
1460 |
-
$this->_storage->is_plugin_new_install =
|
|
|
|
|
|
|
1461 |
}
|
1462 |
}
|
1463 |
|
@@ -1480,6 +1503,13 @@
|
|
1480 |
-1 < settings.url.indexOf('admin-ajax.php') &&
|
1481 |
! ( settings.url.indexOf( '<?php echo $admin_param ?>' ) > 0 )
|
1482 |
) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1483 |
if (settings.url.indexOf('?') > 0) {
|
1484 |
settings.url += '&';
|
1485 |
} else {
|
@@ -1487,7 +1517,6 @@
|
|
1487 |
}
|
1488 |
|
1489 |
settings.url += '<?php echo $admin_param ?>=true';
|
1490 |
-
|
1491 |
}
|
1492 |
});
|
1493 |
})(jQuery);
|
@@ -1505,7 +1534,7 @@
|
|
1505 |
?>
|
1506 |
<script type="text/javascript">
|
1507 |
(function ($) {
|
1508 |
-
$('.fs-submenu-item.wp-support-forum').parent().attr(
|
1509 |
})(jQuery);
|
1510 |
</script>
|
1511 |
<?php
|
@@ -1601,6 +1630,7 @@
|
|
1601 |
}
|
1602 |
|
1603 |
add_action( 'init', array( &$this, '_maybe_add_gdpr_optin_ajax_handler') );
|
|
|
1604 |
}
|
1605 |
|
1606 |
if ( $this->is_plugin() ) {
|
@@ -1632,7 +1662,7 @@
|
|
1632 |
|
1633 |
add_action( 'admin_init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
|
1634 |
|
1635 |
-
if ( $this->is_theme() ) {
|
1636 |
add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
|
1637 |
}
|
1638 |
|
@@ -2006,6 +2036,10 @@
|
|
2006 |
* @since 2.0.0
|
2007 |
*/
|
2008 |
function _hook_action_links_and_register_account_hooks() {
|
|
|
|
|
|
|
|
|
2009 |
$this->_add_tracking_links();
|
2010 |
|
2011 |
if ( self::is_plugins_page() && $this->is_plugin() ) {
|
@@ -2186,6 +2220,12 @@
|
|
2186 |
);
|
2187 |
|
2188 |
$store_option = true;
|
|
|
|
|
|
|
|
|
|
|
|
|
2189 |
}
|
2190 |
|
2191 |
if ( empty( $id_slug_type_path_map[ $module_id ]['path'] ) ||
|
@@ -4259,7 +4299,7 @@
|
|
4259 |
)
|
4260 |
),
|
4261 |
sprintf(
|
4262 |
-
'<a href="%s" target="_blank"><b>%s</b></a> - %s',
|
4263 |
sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
|
4264 |
$install_previous_title,
|
4265 |
$install_previous_desc
|
@@ -4366,7 +4406,7 @@
|
|
4366 |
)
|
4367 |
),
|
4368 |
sprintf(
|
4369 |
-
'<a href="%s" target="_blank"><b>%s</b></a> - %s',
|
4370 |
sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
|
4371 |
$install_previous_title,
|
4372 |
$install_previous_desc
|
@@ -4887,10 +4927,12 @@
|
|
4887 |
} else {
|
4888 |
$is_network_admin = fs_is_network_admin();
|
4889 |
|
4890 |
-
if (
|
|
|
|
|
|
|
4891 |
$this->_parent->is_registered() &&
|
4892 |
! $this->is_registered() &&
|
4893 |
-
$this->has_free_plan() &&
|
4894 |
/**
|
4895 |
* If not registered for add-on and the following conditions for the add-on are met, activate add-on account.
|
4896 |
* * Network active and in network admin - network activate add-on account.
|
@@ -4904,16 +4946,40 @@
|
|
4904 |
*/
|
4905 |
( $this->is_network_active() || ! $is_network_admin )
|
4906 |
) {
|
4907 |
-
|
4908 |
-
|
4909 |
-
|
4910 |
-
|
4911 |
-
|
4912 |
-
|
4913 |
-
)
|
4914 |
-
|
4915 |
-
|
4916 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4917 |
}
|
4918 |
|
4919 |
// @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
|
@@ -5415,7 +5481,10 @@
|
|
5415 |
* @return bool
|
5416 |
*/
|
5417 |
function is_extensions_tracking_allowed() {
|
5418 |
-
return (true === $this->
|
|
|
|
|
|
|
5419 |
}
|
5420 |
|
5421 |
/**
|
@@ -5601,6 +5670,7 @@
|
|
5601 |
$this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
|
5602 |
}
|
5603 |
$this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
|
|
|
5604 |
|
5605 |
if ( ! empty( $plugin_info['trial'] ) ) {
|
5606 |
$this->_trial_days = $this->get_numeric_option(
|
@@ -7078,6 +7148,8 @@
|
|
7078 |
* @since 1.0.7
|
7079 |
*/
|
7080 |
function _admin_init_action() {
|
|
|
|
|
7081 |
/**
|
7082 |
* Automatically redirect to connect/activation page after plugin activation.
|
7083 |
*
|
@@ -7090,12 +7162,16 @@
|
|
7090 |
/**
|
7091 |
* Don't redirect if activating multiple plugins at once (bulk activation).
|
7092 |
*/
|
7093 |
-
} else {
|
7094 |
$this->_redirect_on_activation_hook();
|
7095 |
return;
|
7096 |
}
|
7097 |
}
|
7098 |
|
|
|
|
|
|
|
|
|
7099 |
if ( fs_request_is_action( $this->get_unique_affix() . '_skip_activation' ) ) {
|
7100 |
check_admin_referer( $this->get_unique_affix() . '_skip_activation' );
|
7101 |
|
@@ -7126,7 +7202,7 @@
|
|
7126 |
)
|
7127 |
) {
|
7128 |
if ( ! $this->is_pending_activation() ) {
|
7129 |
-
if ( ! $this->
|
7130 |
/**
|
7131 |
* If a user visits any other admin page before activating the premium-only theme with a valid
|
7132 |
* license, reactivate the previous theme.
|
@@ -7769,8 +7845,17 @@
|
|
7769 |
$this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
|
7770 |
}
|
7771 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7772 |
if ( ! $this->_anonymous_mode &&
|
7773 |
-
$
|
7774 |
! $this->_isAutoInstall
|
7775 |
) {
|
7776 |
// Store hint that the plugin was just activated to enable auto-redirection to settings.
|
@@ -7803,11 +7888,20 @@
|
|
7803 |
return;
|
7804 |
}
|
7805 |
|
7806 |
-
$license = $this->
|
7807 |
if ( ! is_object( $license ) ) {
|
7808 |
return;
|
7809 |
}
|
7810 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7811 |
if ( ! $this->is_registered() ) {
|
7812 |
// Opt in with a license key.
|
7813 |
$this->opt_in(
|
@@ -7830,7 +7924,6 @@
|
|
7830 |
}
|
7831 |
}
|
7832 |
|
7833 |
-
|
7834 |
/**
|
7835 |
* @author Leo Fajardo (@leorw)
|
7836 |
* @since 2.3.0
|
@@ -7846,12 +7939,21 @@
|
|
7846 |
|
7847 |
$license = ( ! is_null( $license ) ) ?
|
7848 |
$license :
|
7849 |
-
$this->
|
7850 |
|
7851 |
if ( ! is_object( $license ) ) {
|
7852 |
return;
|
7853 |
}
|
7854 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7855 |
if ( ! $this->is_network_registered() ) {
|
7856 |
$sites = $this->get_sites_for_network_level_optin();
|
7857 |
|
@@ -7915,16 +8017,217 @@
|
|
7915 |
}
|
7916 |
|
7917 |
/**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7918 |
* @author Leo Fajardo (@leorw)
|
7919 |
* @since 2.3.0
|
7920 |
*
|
|
|
|
|
|
|
7921 |
* @return FS_Plugin_License
|
7922 |
*/
|
7923 |
-
|
7924 |
$parent_licenses_endpoint = "/plugins/{$this->get_id()}/parent_licenses.json?filter=activatable";
|
7925 |
-
$parent_instance = $this->get_parent_instance();
|
7926 |
|
7927 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7928 |
self::get_all_licenses( $this->get_parent_id() )
|
7929 |
);
|
7930 |
|
@@ -7938,7 +8241,7 @@
|
|
7938 |
$parent_licenses_endpoint = add_query_arg( $foreign_licenses, $parent_licenses_endpoint );
|
7939 |
}
|
7940 |
|
7941 |
-
$result = $
|
7942 |
|
7943 |
if (
|
7944 |
! $this->is_api_result_object( $result, 'licenses' ) ||
|
@@ -7948,9 +8251,24 @@
|
|
7948 |
return null;
|
7949 |
}
|
7950 |
|
7951 |
-
$
|
7952 |
|
7953 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7954 |
}
|
7955 |
|
7956 |
/**
|
@@ -10108,6 +10426,10 @@
|
|
10108 |
|
10109 |
$class_name = '';
|
10110 |
|
|
|
|
|
|
|
|
|
10111 |
switch ( $option_name ) {
|
10112 |
case 'plugins':
|
10113 |
case 'themes':
|
@@ -10392,6 +10714,18 @@
|
|
10392 |
return ( is_object( $this->_site ) && $this->_site->is_tracking_allowed() );
|
10393 |
}
|
10394 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10395 |
/**
|
10396 |
* @author Vova Feldman (@svovaf)
|
10397 |
* @since 1.0.4
|
@@ -12675,6 +13009,10 @@
|
|
12675 |
* @since 1.2.0
|
12676 |
*/
|
12677 |
function _add_license_activation() {
|
|
|
|
|
|
|
|
|
12678 |
if ( ! $this->is_user_admin() ) {
|
12679 |
// Only admins can activate a license.
|
12680 |
return;
|
@@ -12733,7 +13071,9 @@
|
|
12733 |
return;
|
12734 |
}
|
12735 |
|
12736 |
-
|
|
|
|
|
12737 |
// Handle user change only when the parent product or one of its add-ons is activated with a foreign license.
|
12738 |
return;
|
12739 |
}
|
@@ -12869,11 +13209,13 @@
|
|
12869 |
exit;
|
12870 |
}
|
12871 |
|
|
|
|
|
|
|
|
|
12872 |
$result = $this->activate_license(
|
12873 |
$license_key,
|
12874 |
-
|
12875 |
-
fs_request_get( 'sites', array(), 'post' ) :
|
12876 |
-
array(),
|
12877 |
fs_request_get_bool( 'is_marketing_allowed', null ),
|
12878 |
fs_request_get( 'blog_id', null ),
|
12879 |
fs_request_get( 'module_id', null, 'post' ),
|
@@ -12881,6 +13223,16 @@
|
|
12881 |
fs_request_get_bool( 'is_extensions_tracking_allowed', true )
|
12882 |
);
|
12883 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12884 |
echo json_encode( $result );
|
12885 |
|
12886 |
exit;
|
@@ -12967,6 +13319,46 @@
|
|
12967 |
}
|
12968 |
|
12969 |
/**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12970 |
* A helper method to activate migrated licenses. If the product is network activated and integrated, the method will network activate the license.
|
12971 |
*
|
12972 |
* @author Vova Feldman (@svovaf)
|
@@ -12975,6 +13367,8 @@
|
|
12975 |
* @param string $license_key
|
12976 |
* @param null|bool $is_marketing_allowed
|
12977 |
* @param null|number $plugin_id
|
|
|
|
|
12978 |
*
|
12979 |
* @return array {
|
12980 |
* @var bool $success
|
@@ -12987,17 +13381,19 @@
|
|
12987 |
function activate_migrated_license(
|
12988 |
$license_key,
|
12989 |
$is_marketing_allowed = null,
|
12990 |
-
$plugin_id = null
|
|
|
|
|
12991 |
) {
|
12992 |
$this->_logger->entrance();
|
12993 |
|
12994 |
$result = $this->activate_license(
|
12995 |
$license_key,
|
12996 |
-
$this->is_network_active() ?
|
12997 |
$this->get_sites_for_network_level_optin() :
|
12998 |
-
|
12999 |
$is_marketing_allowed,
|
13000 |
-
|
13001 |
$plugin_id
|
13002 |
);
|
13003 |
|
@@ -13007,6 +13403,32 @@
|
|
13007 |
return $result;
|
13008 |
}
|
13009 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13010 |
/**
|
13011 |
* The implementation of this method was previously in `_activate_license_ajax_action()`.
|
13012 |
*
|
@@ -13039,7 +13461,12 @@
|
|
13039 |
|
13040 |
$license_key = trim( $license_key );
|
13041 |
|
13042 |
-
|
|
|
|
|
|
|
|
|
|
|
13043 |
// If the license activation is executed outside the context of a network admin, ignore the sites collection.
|
13044 |
$sites = array();
|
13045 |
}
|
@@ -13068,8 +13495,17 @@
|
|
13068 |
$user = $fs->get_current_or_network_user();
|
13069 |
}
|
13070 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13071 |
if ( is_object( $user ) ) {
|
13072 |
-
if (
|
13073 |
// If no specific blog ID was provided, activate the license for all sites in the network.
|
13074 |
$blog_2_install_map = array();
|
13075 |
$site_ids = array();
|
@@ -13108,16 +13544,6 @@
|
|
13108 |
}
|
13109 |
}
|
13110 |
} else {
|
13111 |
-
if ( $has_valid_blog_id ) {
|
13112 |
-
/**
|
13113 |
-
* If a specific blog ID was provided, activate the license only for the install that is
|
13114 |
-
* associated with the given blog ID.
|
13115 |
-
*
|
13116 |
-
* @author Leo Fajardo (@leorw)
|
13117 |
-
*/
|
13118 |
-
$fs->switch_to_blog( $blog_id );
|
13119 |
-
}
|
13120 |
-
|
13121 |
if ( $fs->is_registered() ) {
|
13122 |
$params = array(
|
13123 |
'license_key' => $fs->apply_filters( 'license_key', $license_key )
|
@@ -13172,13 +13598,19 @@
|
|
13172 |
if ( empty( $error ) ) {
|
13173 |
$fs->network_upgrade_mode_completed();
|
13174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
13175 |
$fs->_sync_license( true, $has_valid_blog_id );
|
13176 |
|
13177 |
$this->maybe_sync_install_user();
|
13178 |
|
13179 |
$next_page = $fs->is_addon() ?
|
13180 |
$fs->get_parent_instance()->get_account_url() :
|
13181 |
-
$fs->
|
13182 |
}
|
13183 |
} else {
|
13184 |
$next_page = $fs->opt_in(
|
@@ -13196,7 +13628,7 @@
|
|
13196 |
if ( isset( $next_page->error ) ) {
|
13197 |
$error = $next_page->error;
|
13198 |
} else {
|
13199 |
-
if (
|
13200 |
/**
|
13201 |
* Get the list of sites that were just opted-in (and license activated).
|
13202 |
* This is an optimization for the next part below saving some DB queries.
|
@@ -14310,7 +14742,12 @@
|
|
14310 |
* @return bool
|
14311 |
*/
|
14312 |
function is_user_in_admin() {
|
14313 |
-
return
|
|
|
|
|
|
|
|
|
|
|
14314 |
}
|
14315 |
|
14316 |
/**
|
@@ -14622,9 +15059,18 @@
|
|
14622 |
if ( function_exists( 'get_sites' ) ) {
|
14623 |
// For WP 4.6 and above.
|
14624 |
return get_sites( $args );
|
14625 |
-
} else if ( function_exists( '
|
14626 |
// For WP 3.7 to WP 4.5.
|
14627 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14628 |
} else {
|
14629 |
// For WP 3.6 and below.
|
14630 |
return get_blog_list( 0, 'all' );
|
@@ -14801,7 +15247,7 @@
|
|
14801 |
* @return bool Since 2.3.1 returns if a switch was made.
|
14802 |
*/
|
14803 |
function switch_to_blog( $blog_id, FS_Site $install = null ) {
|
14804 |
-
if ( $blog_id == $this->_context_is_network_or_blog_id ) {
|
14805 |
return false;
|
14806 |
}
|
14807 |
|
@@ -16188,6 +16634,8 @@
|
|
16188 |
'http' => 402
|
16189 |
);
|
16190 |
|
|
|
|
|
16191 |
return $result;
|
16192 |
}
|
16193 |
|
@@ -17034,10 +17482,15 @@
|
|
17034 |
* @author Vova Feldman (@svovaf)
|
17035 |
* @since 1.0.6
|
17036 |
*
|
17037 |
-
* @param Freemius
|
17038 |
-
* @param bool|int|null
|
|
|
17039 |
*/
|
17040 |
-
private function _activate_addon_account(
|
|
|
|
|
|
|
|
|
17041 |
if ( $this->is_registered() ) {
|
17042 |
// Already activated.
|
17043 |
return;
|
@@ -17076,6 +17529,10 @@
|
|
17076 |
}
|
17077 |
}
|
17078 |
|
|
|
|
|
|
|
|
|
17079 |
// Activate add-on with parent plugin credentials.
|
17080 |
$result = $parent_fs->get_api_site_scope()->call(
|
17081 |
"/addons/{$this->_plugin->id}/installs.json",
|
@@ -17084,16 +17541,25 @@
|
|
17084 |
);
|
17085 |
|
17086 |
if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
|
17087 |
-
|
17088 |
-
|
17089 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17090 |
|
17091 |
-
|
17092 |
-
|
17093 |
-
|
17094 |
-
|
17095 |
-
|
17096 |
-
|
|
|
17097 |
|
17098 |
return;
|
17099 |
}
|
@@ -17126,21 +17592,29 @@
|
|
17126 |
|
17127 |
if ( ! fs_is_network_admin() ) {
|
17128 |
// Try to activate premium license.
|
17129 |
-
$this->_activate_license( true );
|
17130 |
-
} else {
|
17131 |
-
$license_id = fs_request_get( 'license_id' );
|
17132 |
|
17133 |
-
if ( is_object( $
|
17134 |
-
|
17135 |
-
$license_id == $this->_site->license_id
|
17136 |
-
) {
|
17137 |
-
// License is already activated.
|
17138 |
-
return;
|
17139 |
}
|
|
|
|
|
|
|
|
|
|
|
17140 |
|
17141 |
-
|
17142 |
-
|
17143 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17144 |
|
17145 |
if ( is_object( $premium_license ) ) {
|
17146 |
$this->maybe_network_activate_addon_license( $premium_license );
|
@@ -19438,9 +19912,11 @@
|
|
19438 |
*
|
19439 |
* @author Vova Feldman (@svovaf)
|
19440 |
* @since 1.2.1
|
|
|
|
|
19441 |
*/
|
19442 |
-
function has_active_valid_license() {
|
19443 |
-
return self::is_active_valid_license( $this->_license );
|
19444 |
}
|
19445 |
|
19446 |
/**
|
@@ -19532,15 +20008,16 @@
|
|
19532 |
* @since 2.1.3
|
19533 |
*
|
19534 |
* @param FS_Plugin_License $license
|
|
|
19535 |
*
|
19536 |
* @return bool
|
19537 |
*/
|
19538 |
-
private static function is_active_valid_license( $license ) {
|
19539 |
return (
|
19540 |
is_object( $license ) &&
|
19541 |
FS_Plugin_License::is_valid_id( $license->id ) &&
|
19542 |
$license->is_active() &&
|
19543 |
-
$license->is_valid()
|
19544 |
);
|
19545 |
}
|
19546 |
|
@@ -19594,6 +20071,22 @@
|
|
19594 |
);
|
19595 |
}
|
19596 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19597 |
/**
|
19598 |
* Check if user is a trial or have feature enabled license.
|
19599 |
*
|
@@ -20909,7 +21402,7 @@
|
|
20909 |
*/
|
20910 |
private function get_latest_download_link( $label, $plugin_id = false ) {
|
20911 |
return sprintf(
|
20912 |
-
'<a target="_blank" href="%s">%s</a>',
|
20913 |
$this->_get_latest_download_local_url( $plugin_id ),
|
20914 |
$label
|
20915 |
);
|
@@ -20980,7 +21473,7 @@
|
|
20980 |
$this->get_text_inline( 'Version %s was released.', 'version-x-released' ) . ' ' . $this->get_text_inline( 'Please download %s.', 'please-download-x' ),
|
20981 |
$update->version,
|
20982 |
sprintf(
|
20983 |
-
'<a href="%s" target="_blank">%s</a>',
|
20984 |
$this->get_account_url( 'download_latest' ),
|
20985 |
sprintf(
|
20986 |
/* translators: %s: plan name (e.g. latest "Professional" version) */
|
@@ -21467,7 +21960,7 @@
|
|
21467 |
$this->get_plugin_title(),
|
21468 |
fs_strip_url_protocol( get_site_url( $blog_id ) ),
|
21469 |
sprintf(
|
21470 |
-
'<a href="%s" target="_blank">%s</a>',
|
21471 |
'https://freemius.com',
|
21472 |
'freemius.com'
|
21473 |
)
|
@@ -21566,6 +22059,18 @@
|
|
21566 |
|
21567 |
if ( is_object( $fs ) ) {
|
21568 |
$fs->_activate_license();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21569 |
}
|
21570 |
|
21571 |
return;
|
@@ -21924,6 +22429,86 @@
|
|
21924 |
}
|
21925 |
}
|
21926 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21927 |
#----------------------------------------------------------------------------------
|
21928 |
#region Contact Us
|
21929 |
#----------------------------------------------------------------------------------
|
@@ -22152,6 +22737,43 @@
|
|
22152 |
$this->get_api_plugin_scope();
|
22153 |
}
|
22154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22155 |
/**
|
22156 |
* Show trial promotional notice (if any trial exist).
|
22157 |
*
|
@@ -22705,14 +23327,18 @@
|
|
22705 |
return;
|
22706 |
}
|
22707 |
|
22708 |
-
if (
|
22709 |
-
|
22710 |
-
|
22711 |
-
|
22712 |
-
|
|
|
|
|
|
|
22713 |
|
22714 |
-
|
22715 |
-
|
|
|
22716 |
return;
|
22717 |
}
|
22718 |
}
|
@@ -22792,7 +23418,7 @@
|
|
22792 |
if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
|
22793 |
if ( $this->is_network_registered() ) {
|
22794 |
$page = 'account';
|
22795 |
-
} else if ( $this->is_network_anonymous() ) {
|
22796 |
$this->maybe_set_slug_and_network_menu_exists_flag();
|
22797 |
}
|
22798 |
}
|
@@ -22870,7 +23496,7 @@
|
|
22870 |
|
22871 |
foreach ( $this->_action_links as $new_links ) {
|
22872 |
foreach ( $new_links as $link ) {
|
22873 |
-
$before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank"' : '' ) . '>' . $link['label'] . '</a>';
|
22874 |
}
|
22875 |
}
|
22876 |
|
@@ -22990,7 +23616,7 @@
|
|
22990 |
'';
|
22991 |
|
22992 |
return sprintf(
|
22993 |
-
' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank">%s</a>).</li></ol>',
|
22994 |
$this->get_text_inline( 'Please follow these steps to complete the upgrade', 'follow-steps-to-complete-upgrade' ),
|
22995 |
( empty( $activate_license_string ) ? '' : $activate_license_string . '</li><li>' ) .
|
22996 |
$this->get_latest_download_link( sprintf(
|
@@ -23243,6 +23869,14 @@
|
|
23243 |
*/
|
23244 |
function set_plugin_upgrade_complete() {
|
23245 |
$this->_storage->plugin_upgrade_mode = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23246 |
}
|
23247 |
|
23248 |
#endregion
|
351 |
*/
|
352 |
private $is_whitelabeled;
|
353 |
|
354 |
+
/**
|
355 |
+
* @author Leo Fajardo (@leorw)
|
356 |
+
* @since 2.4.0
|
357 |
+
*
|
358 |
+
* @var bool
|
359 |
+
*/
|
360 |
+
private $_is_bundle_license_auto_activation_enabled = false;
|
361 |
+
|
362 |
#region Uninstall Reasons IDs
|
363 |
|
364 |
const REASON_NO_LONGER_NEEDED = 1;
|
377 |
const REASON_DIDNT_WORK_AS_EXPECTED = 14;
|
378 |
const REASON_TEMPORARY_DEACTIVATION = 15;
|
379 |
|
380 |
+
/**
|
381 |
+
* @author Leo Fajardo (@leorw)
|
382 |
+
* @since 2.3.1
|
383 |
+
*
|
384 |
+
* @var boolean|null
|
385 |
+
*/
|
386 |
+
private $_use_external_pricing = null;
|
387 |
+
|
388 |
#endregion
|
389 |
|
390 |
/* Ctor
|
832 |
return false;
|
833 |
}
|
834 |
|
835 |
+
if (
|
836 |
+
! $is_tabs_visibility_check &&
|
837 |
+
$this->is_org_repo_compliant() &&
|
838 |
+
$this->show_settings_with_tabs()
|
839 |
+
) {
|
840 |
/**
|
841 |
* wp.org themes are limited to a single submenu item, and
|
842 |
* sub-submenu items are most likely not allowed (never verified).
|
1477 |
if ( $this->is_plugin() &&
|
1478 |
! isset( $this->_storage->is_plugin_new_install )
|
1479 |
) {
|
1480 |
+
$this->_storage->is_plugin_new_install = (
|
1481 |
+
! is_plugin_active( $this->_plugin_basename ) &&
|
1482 |
+
empty( $this->_storage->plugin_last_version )
|
1483 |
+
);
|
1484 |
}
|
1485 |
}
|
1486 |
|
1503 |
-1 < settings.url.indexOf('admin-ajax.php') &&
|
1504 |
! ( settings.url.indexOf( '<?php echo $admin_param ?>' ) > 0 )
|
1505 |
) {
|
1506 |
+
if (
|
1507 |
+
'string' === typeof settings.data &&
|
1508 |
+
settings.data.indexOf( 'action=heartbeat' ) > 0
|
1509 |
+
) {
|
1510 |
+
return;
|
1511 |
+
}
|
1512 |
+
|
1513 |
if (settings.url.indexOf('?') > 0) {
|
1514 |
settings.url += '&';
|
1515 |
} else {
|
1517 |
}
|
1518 |
|
1519 |
settings.url += '<?php echo $admin_param ?>=true';
|
|
|
1520 |
}
|
1521 |
});
|
1522 |
})(jQuery);
|
1534 |
?>
|
1535 |
<script type="text/javascript">
|
1536 |
(function ($) {
|
1537 |
+
$('.fs-submenu-item.wp-support-forum').parent().attr( { target: '_blank', rel: 'noopener noreferrer' } );
|
1538 |
})(jQuery);
|
1539 |
</script>
|
1540 |
<?php
|
1630 |
}
|
1631 |
|
1632 |
add_action( 'init', array( &$this, '_maybe_add_gdpr_optin_ajax_handler') );
|
1633 |
+
add_action( 'init', array( &$this, '_maybe_add_pricing_ajax_handler' ) );
|
1634 |
}
|
1635 |
|
1636 |
if ( $this->is_plugin() ) {
|
1662 |
|
1663 |
add_action( 'admin_init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );
|
1664 |
|
1665 |
+
if ( $this->is_theme() && ! $this->is_migration() ) {
|
1666 |
add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
|
1667 |
}
|
1668 |
|
2036 |
* @since 2.0.0
|
2037 |
*/
|
2038 |
function _hook_action_links_and_register_account_hooks() {
|
2039 |
+
if ( $this->is_migration() ) {
|
2040 |
+
return;
|
2041 |
+
}
|
2042 |
+
|
2043 |
$this->_add_tracking_links();
|
2044 |
|
2045 |
if ( self::is_plugins_page() && $this->is_plugin() ) {
|
2220 |
);
|
2221 |
|
2222 |
$store_option = true;
|
2223 |
+
} else if (
|
2224 |
+
isset( $id_slug_type_path_map[ $module_id ]['slug'] ) &&
|
2225 |
+
$slug !== $id_slug_type_path_map[ $module_id ]['slug']
|
2226 |
+
) {
|
2227 |
+
$id_slug_type_path_map[ $module_id ]['slug'] = $slug;
|
2228 |
+
$store_option = true;
|
2229 |
}
|
2230 |
|
2231 |
if ( empty( $id_slug_type_path_map[ $module_id ]['path'] ) ||
|
4299 |
)
|
4300 |
),
|
4301 |
sprintf(
|
4302 |
+
'<a href="%s" target="_blank" rel="noopener noreferrer"><b>%s</b></a> - %s',
|
4303 |
sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
|
4304 |
$install_previous_title,
|
4305 |
$install_previous_desc
|
4406 |
)
|
4407 |
),
|
4408 |
sprintf(
|
4409 |
+
'<a href="%s" target="_blank" rel="noopener noreferrer"><b>%s</b></a> - %s',
|
4410 |
sprintf( 'https://wordpress.org/plugins/%s/download/', $this->_slug ),
|
4411 |
$install_previous_title,
|
4412 |
$install_previous_desc
|
4927 |
} else {
|
4928 |
$is_network_admin = fs_is_network_admin();
|
4929 |
|
4930 |
+
if ( ! $this->_parent->is_registered() && $this->is_registered() ) {
|
4931 |
+
// If add-on activated and parent not, automatically install parent for the user.
|
4932 |
+
$this->activate_parent_account( $this->_parent );
|
4933 |
+
} else if (
|
4934 |
$this->_parent->is_registered() &&
|
4935 |
! $this->is_registered() &&
|
|
|
4936 |
/**
|
4937 |
* If not registered for add-on and the following conditions for the add-on are met, activate add-on account.
|
4938 |
* * Network active and in network admin - network activate add-on account.
|
4946 |
*/
|
4947 |
( $this->is_network_active() || ! $is_network_admin )
|
4948 |
) {
|
4949 |
+
$premium_license = null;
|
4950 |
+
|
4951 |
+
if (
|
4952 |
+
! $this->has_free_plan() &&
|
4953 |
+
$this->is_bundle_license_auto_activation_enabled() &&
|
4954 |
+
$this->_parent->is_activated_with_bundle_license()
|
4955 |
+
) {
|
4956 |
+
/**
|
4957 |
+
* If the add-on has no free plan, try to activate the account only when there's a bundle license.
|
4958 |
+
*
|
4959 |
+
* @author Leo Fajardo (@leorw)
|
4960 |
+
* @since 2.4.0
|
4961 |
+
*/
|
4962 |
+
$bundle_license = $this->get_active_parent_license( $this->_parent->_get_license()->secret_key, false );
|
4963 |
+
|
4964 |
+
if (
|
4965 |
+
is_object( $bundle_license ) &&
|
4966 |
+
! empty( $bundle_license->products ) &&
|
4967 |
+
in_array( $this->get_id(), $bundle_license->products )
|
4968 |
+
) {
|
4969 |
+
$premium_license = $bundle_license;
|
4970 |
+
}
|
4971 |
+
}
|
4972 |
+
|
4973 |
+
if ( $this->has_free_plan() || is_object( $premium_license) ) {
|
4974 |
+
// If parent plugin activated, automatically install add-on for the user.
|
4975 |
+
$this->_activate_addon_account(
|
4976 |
+
$this->_parent,
|
4977 |
+
( $this->is_network_active() && $is_network_admin ) ?
|
4978 |
+
true :
|
4979 |
+
get_current_blog_id(),
|
4980 |
+
$premium_license
|
4981 |
+
);
|
4982 |
+
}
|
4983 |
}
|
4984 |
|
4985 |
// @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
|
5481 |
* @return bool
|
5482 |
*/
|
5483 |
function is_extensions_tracking_allowed() {
|
5484 |
+
return ( true === $this->apply_filters(
|
5485 |
+
'is_extensions_tracking_allowed',
|
5486 |
+
$this->_storage->get( 'is_extensions_tracking_allowed', true )
|
5487 |
+
) );
|
5488 |
}
|
5489 |
|
5490 |
/**
|
5670 |
$this->_anonymous_mode = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
|
5671 |
}
|
5672 |
$this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
|
5673 |
+
$this->_is_bundle_license_auto_activation_enabled = $this->get_option( $plugin_info, 'bundle_license_auto_activation', false );
|
5674 |
|
5675 |
if ( ! empty( $plugin_info['trial'] ) ) {
|
5676 |
$this->_trial_days = $this->get_numeric_option(
|
7148 |
* @since 1.0.7
|
7149 |
*/
|
7150 |
function _admin_init_action() {
|
7151 |
+
$is_migration = $this->is_migration();
|
7152 |
+
|
7153 |
/**
|
7154 |
* Automatically redirect to connect/activation page after plugin activation.
|
7155 |
*
|
7162 |
/**
|
7163 |
* Don't redirect if activating multiple plugins at once (bulk activation).
|
7164 |
*/
|
7165 |
+
} else if ( ! $is_migration ) {
|
7166 |
$this->_redirect_on_activation_hook();
|
7167 |
return;
|
7168 |
}
|
7169 |
}
|
7170 |
|
7171 |
+
if ( $is_migration ) {
|
7172 |
+
return;
|
7173 |
+
}
|
7174 |
+
|
7175 |
if ( fs_request_is_action( $this->get_unique_affix() . '_skip_activation' ) ) {
|
7176 |
check_admin_referer( $this->get_unique_affix() . '_skip_activation' );
|
7177 |
|
7202 |
)
|
7203 |
) {
|
7204 |
if ( ! $this->is_pending_activation() ) {
|
7205 |
+
if ( ! $this->is_activation_page() ) {
|
7206 |
/**
|
7207 |
* If a user visits any other admin page before activating the premium-only theme with a valid
|
7208 |
* license, reactivate the previous theme.
|
7845 |
$this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
|
7846 |
}
|
7847 |
|
7848 |
+
/**
|
7849 |
+
* Also flush when activating the premium version so that even if Freemius was off before, the API
|
7850 |
+
* connectivity test can be run again.
|
7851 |
+
*
|
7852 |
+
* @author Leo Fajardo (@leorw)
|
7853 |
+
* @since 2.2.3.1
|
7854 |
+
*/
|
7855 |
+
$has_api_connectivity = $this->has_api_connectivity( WP_FS__DEV_MODE || $is_premium_version_activation );
|
7856 |
+
|
7857 |
if ( ! $this->_anonymous_mode &&
|
7858 |
+
$has_api_connectivity &&
|
7859 |
! $this->_isAutoInstall
|
7860 |
) {
|
7861 |
// Store hint that the plugin was just activated to enable auto-redirection to settings.
|
7888 |
return;
|
7889 |
}
|
7890 |
|
7891 |
+
$license = $this->get_active_parent_license();
|
7892 |
if ( ! is_object( $license ) ) {
|
7893 |
return;
|
7894 |
}
|
7895 |
|
7896 |
+
if (
|
7897 |
+
$this->is_bundle_license_auto_activation_enabled() &&
|
7898 |
+
! empty( $license->products )
|
7899 |
+
) {
|
7900 |
+
$this->activate_bundle_license( $license );
|
7901 |
+
|
7902 |
+
return;
|
7903 |
+
}
|
7904 |
+
|
7905 |
if ( ! $this->is_registered() ) {
|
7906 |
// Opt in with a license key.
|
7907 |
$this->opt_in(
|
7924 |
}
|
7925 |
}
|
7926 |
|
|
|
7927 |
/**
|
7928 |
* @author Leo Fajardo (@leorw)
|
7929 |
* @since 2.3.0
|
7939 |
|
7940 |
$license = ( ! is_null( $license ) ) ?
|
7941 |
$license :
|
7942 |
+
$this->get_active_parent_license();
|
7943 |
|
7944 |
if ( ! is_object( $license ) ) {
|
7945 |
return;
|
7946 |
}
|
7947 |
|
7948 |
+
if (
|
7949 |
+
$this->is_bundle_license_auto_activation_enabled() &&
|
7950 |
+
! empty( $license->products )
|
7951 |
+
) {
|
7952 |
+
$this->activate_bundle_license( $license );
|
7953 |
+
|
7954 |
+
return;
|
7955 |
+
}
|
7956 |
+
|
7957 |
if ( ! $this->is_network_registered() ) {
|
7958 |
$sites = $this->get_sites_for_network_level_optin();
|
7959 |
|
8017 |
}
|
8018 |
|
8019 |
/**
|
8020 |
+
* Tries to activate a bundle license for all supported products if the current product is activated with a bundle license. This is called after activating an available license (not via the license activation dialog but by clicking on a license activation button) for a product via its "Account" page.
|
8021 |
+
*
|
8022 |
+
* @author Leo Fajardo (@leorw)
|
8023 |
+
* @since 2.4.0
|
8024 |
+
*
|
8025 |
+
* @param FS_Plugin_License $license
|
8026 |
+
* @param array $sites
|
8027 |
+
* @param int $blog_id
|
8028 |
+
*/
|
8029 |
+
private function maybe_activate_bundle_license( FS_Plugin_License $license = null, $sites = array(), $blog_id = 0 ) {
|
8030 |
+
if ( ! is_object( $license ) && $this->has_active_valid_license() ) {
|
8031 |
+
$license = $this->_license;
|
8032 |
+
}
|
8033 |
+
|
8034 |
+
if ( ! is_object( $license ) ) {
|
8035 |
+
return;
|
8036 |
+
}
|
8037 |
+
|
8038 |
+
$parent_license = ( ! empty( $license->products ) ) ?
|
8039 |
+
$license :
|
8040 |
+
$this->get_active_parent_license( $license->secret_key );
|
8041 |
+
|
8042 |
+
if ( is_object( $parent_license ) ) {
|
8043 |
+
$this->activate_bundle_license( $parent_license, $sites, $blog_id );
|
8044 |
+
}
|
8045 |
+
}
|
8046 |
+
|
8047 |
+
/**
|
8048 |
+
* Try to activate a bundle license for all the bundle products installed on the site.
|
8049 |
+
* (1) If a child product install already has a license, the bundle license won't be activated.
|
8050 |
+
* (2) On multi-site networks, if the attempt to activate the bundle license is triggered from the network admin, the bundle license activation will only work for non-delegated sites and only if none of them is associated with a license. Even if one of the sites has the product installed with a license key, skip the bundle license activation for the product.
|
8051 |
+
* (3) On multi-site networks, if the attempt to activate the bundle license is triggered from a site-level admin, only activate the license if the product is site-level activated or delegated, and the product installation is not yet associated with a license.
|
8052 |
+
*
|
8053 |
+
* @author Leo Fajardo (@leorw)
|
8054 |
+
* @since 2.4.0
|
8055 |
+
*
|
8056 |
+
* @param FS_Plugin_License $license
|
8057 |
+
* @param array $sites
|
8058 |
+
* @param int $current_blog_id
|
8059 |
+
*/
|
8060 |
+
private function activate_bundle_license( $license, $sites = array(), $current_blog_id = 0 ) {
|
8061 |
+
$is_network_admin = fs_is_network_admin();
|
8062 |
+
|
8063 |
+
$installs_by_blog_map = array();
|
8064 |
+
$site_info_by_blog_map = array();
|
8065 |
+
|
8066 |
+
/**
|
8067 |
+
* Try to activate the license for all supported products.
|
8068 |
+
*
|
8069 |
+
* @author Leo Fajardo
|
8070 |
+
*/
|
8071 |
+
foreach ( $license->products as $product_id ) {
|
8072 |
+
$fs = self::get_instance_by_id( $product_id );
|
8073 |
+
|
8074 |
+
if ( ! is_object( $fs ) ) {
|
8075 |
+
continue;
|
8076 |
+
}
|
8077 |
+
|
8078 |
+
if ( ! $fs->has_paid_plan() ) {
|
8079 |
+
continue;
|
8080 |
+
}
|
8081 |
+
|
8082 |
+
if (
|
8083 |
+
! $fs->is_addon() &&
|
8084 |
+
! FS_Plan_Manager::instance()->has_paid_plan( $fs->_plans )
|
8085 |
+
) {
|
8086 |
+
/**
|
8087 |
+
* The parent product can be free-only but can have its `has_paid_plan` flag set to `true` when
|
8088 |
+
* there is a context bundle.
|
8089 |
+
*/
|
8090 |
+
continue;
|
8091 |
+
}
|
8092 |
+
|
8093 |
+
if ( $current_blog_id > 0 ) {
|
8094 |
+
$fs->switch_to_blog( $current_blog_id );
|
8095 |
+
}
|
8096 |
+
|
8097 |
+
if ( $fs->has_active_valid_license() ) {
|
8098 |
+
continue;
|
8099 |
+
}
|
8100 |
+
|
8101 |
+
if ( ! $is_network_admin || $current_blog_id > 0 ) {
|
8102 |
+
if ( $fs->is_network_active() && ! $fs->is_delegated_connection( $current_blog_id ) ) {
|
8103 |
+
// Do not try to activate the license in the site level if the product is network active and the connection was not delegated.
|
8104 |
+
continue;
|
8105 |
+
}
|
8106 |
+
} else {
|
8107 |
+
if ( ! $fs->is_network_active() ) {
|
8108 |
+
// Do not try to activate the license in the network level if the product is not network active.
|
8109 |
+
continue;
|
8110 |
+
}
|
8111 |
+
|
8112 |
+
if ( $fs->is_network_delegated_connection() ) {
|
8113 |
+
// Do not try to activate the license in the network level if the activation has been delegated to site admins.
|
8114 |
+
continue;
|
8115 |
+
}
|
8116 |
+
|
8117 |
+
$has_install_with_license = false;
|
8118 |
+
|
8119 |
+
// Collection of sites that have an install entity that is not activated with a license or non-delegated sites that have no install entity, or both types of site.
|
8120 |
+
$filtered_sites = array();
|
8121 |
+
|
8122 |
+
if ( empty( $sites ) ) {
|
8123 |
+
$all_sites = self::get_sites();
|
8124 |
+
|
8125 |
+
foreach ( $all_sites as $site ) {
|
8126 |
+
$sites[] = array( 'blog_id' => self::get_site_blog_id( $site ) );
|
8127 |
+
}
|
8128 |
+
} else {
|
8129 |
+
// Populate the map here to avoid calling `$fs->get_site_info( $site );` in the other `for` loop below.
|
8130 |
+
foreach ( $sites as $site ) {
|
8131 |
+
if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
|
8132 |
+
continue;
|
8133 |
+
}
|
8134 |
+
|
8135 |
+
$site_info_by_blog_map[ $site['blog_id'] ] = $site;
|
8136 |
+
}
|
8137 |
+
}
|
8138 |
+
|
8139 |
+
foreach ( $sites as $site ) {
|
8140 |
+
if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
|
8141 |
+
continue;
|
8142 |
+
}
|
8143 |
+
|
8144 |
+
$blog_id = $site['blog_id'];
|
8145 |
+
|
8146 |
+
if ( ! isset( $installs_by_blog_map[ $blog_id ] ) ) {
|
8147 |
+
$installs_by_blog_map[ $blog_id ] = self::get_all_sites( $fs->get_module_type(), $blog_id );
|
8148 |
+
}
|
8149 |
+
|
8150 |
+
$installs = $installs_by_blog_map[ $blog_id ];
|
8151 |
+
$install = null;
|
8152 |
+
|
8153 |
+
if ( isset( $installs[ $fs->get_slug() ] ) ) {
|
8154 |
+
$install = $installs[ $fs->get_slug() ];
|
8155 |
+
|
8156 |
+
if (
|
8157 |
+
is_object( $install ) &&
|
8158 |
+
(
|
8159 |
+
! FS_Site::is_valid_id( $install->id ) ||
|
8160 |
+
! FS_User::is_valid_id( $install->user_id ) ||
|
8161 |
+
! FS_Plugin_Plan::is_valid_id( $install->plan_id )
|
8162 |
+
)
|
8163 |
+
) {
|
8164 |
+
$install = null;
|
8165 |
+
}
|
8166 |
+
}
|
8167 |
+
|
8168 |
+
if (
|
8169 |
+
is_object( $install ) &&
|
8170 |
+
FS_Plugin_License::is_valid_id( $install->license_id )
|
8171 |
+
) {
|
8172 |
+
$has_install_with_license = true;
|
8173 |
+
break;
|
8174 |
+
}
|
8175 |
+
|
8176 |
+
if ( $fs->is_site_delegated_connection( $blog_id ) ) {
|
8177 |
+
// Site activation delegated, don't activate bundle license on the site in the network admin.
|
8178 |
+
continue;
|
8179 |
+
}
|
8180 |
+
|
8181 |
+
if ( ! isset( $site_info_by_blog_map[ $blog_id ] ) ) {
|
8182 |
+
$site_info_by_blog_map[ $blog_id ] = $fs->get_site_info( $site );
|
8183 |
+
}
|
8184 |
+
|
8185 |
+
$filtered_sites[] = $site_info_by_blog_map[ $blog_id ];
|
8186 |
+
}
|
8187 |
+
|
8188 |
+
if ( $has_install_with_license || empty( $filtered_sites ) ) {
|
8189 |
+
// Do not try to activate the license at the network level if there's any install with a license or there's no site to activate the license on.
|
8190 |
+
continue;
|
8191 |
+
}
|
8192 |
+
|
8193 |
+
$sites = $filtered_sites;
|
8194 |
+
}
|
8195 |
+
|
8196 |
+
$fs->activate_migrated_license(
|
8197 |
+
$license->secret_key,
|
8198 |
+
null,
|
8199 |
+
null,
|
8200 |
+
$sites,
|
8201 |
+
( $current_blog_id > 0 ? $current_blog_id : null )
|
8202 |
+
);
|
8203 |
+
}
|
8204 |
+
}
|
8205 |
+
|
8206 |
+
/**
|
8207 |
+
* Returns a parent license that can be activated for the context product.
|
8208 |
+
*
|
8209 |
* @author Leo Fajardo (@leorw)
|
8210 |
* @since 2.3.0
|
8211 |
*
|
8212 |
+
* @param string|null $license_key
|
8213 |
+
* @param bool $flush
|
8214 |
+
*
|
8215 |
* @return FS_Plugin_License
|
8216 |
*/
|
8217 |
+
function get_active_parent_license( $license_key = null, $flush = true ) {
|
8218 |
$parent_licenses_endpoint = "/plugins/{$this->get_id()}/parent_licenses.json?filter=activatable";
|
|
|
8219 |
|
8220 |
+
$fs = $this;
|
8221 |
+
|
8222 |
+
if ( $this->is_addon() ) {
|
8223 |
+
$parent_instance = $this->get_parent_instance();
|
8224 |
+
|
8225 |
+
if ( is_object( $parent_instance ) && $parent_instance->is_registered() ) {
|
8226 |
+
$fs = $parent_instance;
|
8227 |
+
}
|
8228 |
+
}
|
8229 |
+
|
8230 |
+
$foreign_licenses = $fs->get_foreign_licenses_info(
|
8231 |
self::get_all_licenses( $this->get_parent_id() )
|
8232 |
);
|
8233 |
|
8241 |
$parent_licenses_endpoint = add_query_arg( $foreign_licenses, $parent_licenses_endpoint );
|
8242 |
}
|
8243 |
|
8244 |
+
$result = $fs->get_current_or_network_user_api_scope()->get( $parent_licenses_endpoint, $flush );
|
8245 |
|
8246 |
if (
|
8247 |
! $this->is_api_result_object( $result, 'licenses' ) ||
|
8251 |
return null;
|
8252 |
}
|
8253 |
|
8254 |
+
$parent_license = null;
|
8255 |
|
8256 |
+
if ( empty( $license_key ) ) {
|
8257 |
+
$parent_license = $result->licenses[0];
|
8258 |
+
} else {
|
8259 |
+
foreach ( $result->licenses as $license ) {
|
8260 |
+
if ( $license_key === $license->secret_key ) {
|
8261 |
+
$parent_license = $license;
|
8262 |
+
break;
|
8263 |
+
}
|
8264 |
+
}
|
8265 |
+
}
|
8266 |
+
|
8267 |
+
if ( ! is_null( $parent_license ) ) {
|
8268 |
+
$parent_license = new FS_Plugin_License( $parent_license );
|
8269 |
+
}
|
8270 |
+
|
8271 |
+
return $parent_license;
|
8272 |
}
|
8273 |
|
8274 |
/**
|
10426 |
|
10427 |
$class_name = '';
|
10428 |
|
10429 |
+
if ( fs_starts_with( $option_name, WP_FS__MODULE_TYPE_THEME . '_' ) ) {
|
10430 |
+
$option_name = str_replace( WP_FS__MODULE_TYPE_THEME . '_', '', $option_name );
|
10431 |
+
}
|
10432 |
+
|
10433 |
switch ( $option_name ) {
|
10434 |
case 'plugins':
|
10435 |
case 'themes':
|
10714 |
return ( is_object( $this->_site ) && $this->_site->is_tracking_allowed() );
|
10715 |
}
|
10716 |
|
10717 |
+
/**
|
10718 |
+
* @author Leo Fajardo (@leorw)
|
10719 |
+
* @since 2.4.0
|
10720 |
+
*
|
10721 |
+
* @return bool
|
10722 |
+
*/
|
10723 |
+
function is_bundle_license_auto_activation_enabled() {
|
10724 |
+
return $this->is_addon() ?
|
10725 |
+
( is_object( $this->_parent ) && $this->_parent->is_bundle_license_auto_activation_enabled() ) :
|
10726 |
+
$this->_is_bundle_license_auto_activation_enabled;
|
10727 |
+
}
|
10728 |
+
|
10729 |
/**
|
10730 |
* @author Vova Feldman (@svovaf)
|
10731 |
* @since 1.0.4
|
13009 |
* @since 1.2.0
|
13010 |
*/
|
13011 |
function _add_license_activation() {
|
13012 |
+
if ( $this->is_migration() ) {
|
13013 |
+
return;
|
13014 |
+
}
|
13015 |
+
|
13016 |
if ( ! $this->is_user_admin() ) {
|
13017 |
// Only admins can activate a license.
|
13018 |
return;
|
13071 |
return;
|
13072 |
}
|
13073 |
|
13074 |
+
$installs_ids_with_foreign_licenses = $this->get_installs_ids_with_foreign_licenses();
|
13075 |
+
|
13076 |
+
if ( empty( $installs_ids_with_foreign_licenses ) ) {
|
13077 |
// Handle user change only when the parent product or one of its add-ons is activated with a foreign license.
|
13078 |
return;
|
13079 |
}
|
13209 |
exit;
|
13210 |
}
|
13211 |
|
13212 |
+
$sites = fs_is_network_admin() ?
|
13213 |
+
fs_request_get( 'sites', array(), 'post' ) :
|
13214 |
+
array();
|
13215 |
+
|
13216 |
$result = $this->activate_license(
|
13217 |
$license_key,
|
13218 |
+
$sites,
|
|
|
|
|
13219 |
fs_request_get_bool( 'is_marketing_allowed', null ),
|
13220 |
fs_request_get( 'blog_id', null ),
|
13221 |
fs_request_get( 'module_id', null, 'post' ),
|
13223 |
fs_request_get_bool( 'is_extensions_tracking_allowed', true )
|
13224 |
);
|
13225 |
|
13226 |
+
if (
|
13227 |
+
$result['success'] &&
|
13228 |
+
$this->is_bundle_license_auto_activation_enabled()
|
13229 |
+
) {
|
13230 |
+
$license = new FS_Plugin_License();
|
13231 |
+
$license->secret_key = $license_key;
|
13232 |
+
|
13233 |
+
$this->maybe_activate_bundle_license( $license, $sites );
|
13234 |
+
}
|
13235 |
+
|
13236 |
echo json_encode( $result );
|
13237 |
|
13238 |
exit;
|
13319 |
}
|
13320 |
|
13321 |
/**
|
13322 |
+
* @author Leo Fajardo (@leorw)
|
13323 |
+
* @since 2.3.2.14
|
13324 |
+
*/
|
13325 |
+
function starting_migration() {
|
13326 |
+
if ( ! empty( $this->_storage->license_migration ) ) {
|
13327 |
+
// Do not overwrite the data if already set.
|
13328 |
+
return;
|
13329 |
+
}
|
13330 |
+
|
13331 |
+
$this->_storage->license_migration = array(
|
13332 |
+
'is_migrating' => true,
|
13333 |
+
'start_timestamp' => time()
|
13334 |
+
);
|
13335 |
+
}
|
13336 |
+
|
13337 |
+
/**
|
13338 |
+
* @author Leo Fajardo (@leorw)
|
13339 |
+
* @since 2.3.2.14
|
13340 |
+
*/
|
13341 |
+
function is_migration() {
|
13342 |
+
if ( $this->is_addon() ) {
|
13343 |
+
return $this->get_parent_instance()->is_migration();
|
13344 |
+
}
|
13345 |
+
|
13346 |
+
if ( empty( $this->_storage->license_migration ) ) {
|
13347 |
+
return false;
|
13348 |
+
}
|
13349 |
+
|
13350 |
+
if ( ! $this->_storage->license_migration['is_migrating'] ) {
|
13351 |
+
return false;
|
13352 |
+
}
|
13353 |
+
|
13354 |
+
return (
|
13355 |
+
// Return `true` if the migration is within 5 minutes from the starting time.
|
13356 |
+
( time() - $this->_storage->license_migration['start_timestamp'] ) <= WP_FS__TIME_5_MIN_IN_SEC
|
13357 |
+
);
|
13358 |
+
}
|
13359 |
+
|
13360 |
+
/**
|
13361 |
+
*
|
13362 |
* A helper method to activate migrated licenses. If the product is network activated and integrated, the method will network activate the license.
|
13363 |
*
|
13364 |
* @author Vova Feldman (@svovaf)
|
13367 |
* @param string $license_key
|
13368 |
* @param null|bool $is_marketing_allowed
|
13369 |
* @param null|number $plugin_id
|
13370 |
+
* @param array $sites
|
13371 |
+
* @param int $blog_id
|
13372 |
*
|
13373 |
* @return array {
|
13374 |
* @var bool $success
|
13381 |
function activate_migrated_license(
|
13382 |
$license_key,
|
13383 |
$is_marketing_allowed = null,
|
13384 |
+
$plugin_id = null,
|
13385 |
+
$sites = array(),
|
13386 |
+
$blog_id = null
|
13387 |
) {
|
13388 |
$this->_logger->entrance();
|
13389 |
|
13390 |
$result = $this->activate_license(
|
13391 |
$license_key,
|
13392 |
+
( empty( $sites ) && is_null( $blog_id ) && $this->is_network_active() ) ?
|
13393 |
$this->get_sites_for_network_level_optin() :
|
13394 |
+
$sites,
|
13395 |
$is_marketing_allowed,
|
13396 |
+
$blog_id,
|
13397 |
$plugin_id
|
13398 |
);
|
13399 |
|
13403 |
return $result;
|
13404 |
}
|
13405 |
|
13406 |
+
/**
|
13407 |
+
* @author Leo Fajardo (@leorw)
|
13408 |
+
* @since 2.3.1
|
13409 |
+
*
|
13410 |
+
* @return string
|
13411 |
+
*/
|
13412 |
+
function get_pricing_js_path() {
|
13413 |
+
return $this->apply_filters( 'freemius_pricing_js_path', WP_FS__DIR_INCLUDES . '/freemius-pricing/freemius-pricing.js' );
|
13414 |
+
}
|
13415 |
+
|
13416 |
+
/**
|
13417 |
+
* @author Leo Fajardo (@leorw)
|
13418 |
+
* @since 2.3.1
|
13419 |
+
*
|
13420 |
+
* @return bool
|
13421 |
+
*/
|
13422 |
+
function should_use_external_pricing() {
|
13423 |
+
if ( is_null( $this->_use_external_pricing ) ) {
|
13424 |
+
$pricing_js_path = $this->get_pricing_js_path();
|
13425 |
+
|
13426 |
+
$this->_use_external_pricing = ( empty( $pricing_js_path ) || ! file_exists( $pricing_js_path ) );
|
13427 |
+
}
|
13428 |
+
|
13429 |
+
return $this->_use_external_pricing;
|
13430 |
+
}
|
13431 |
+
|
13432 |
/**
|
13433 |
* The implementation of this method was previously in `_activate_license_ajax_action()`.
|
13434 |
*
|
13461 |
|
13462 |
$license_key = trim( $license_key );
|
13463 |
|
13464 |
+
$is_network_activation_or_migration = (
|
13465 |
+
fs_is_network_admin() ||
|
13466 |
+
( ! empty( $sites ) && $this->is_migration() )
|
13467 |
+
);
|
13468 |
+
|
13469 |
+
if ( ! $is_network_activation_or_migration ) {
|
13470 |
// If the license activation is executed outside the context of a network admin, ignore the sites collection.
|
13471 |
$sites = array();
|
13472 |
}
|
13495 |
$user = $fs->get_current_or_network_user();
|
13496 |
}
|
13497 |
|
13498 |
+
if ( $has_valid_blog_id ) {
|
13499 |
+
/**
|
13500 |
+
* If a specific blog ID was provided, activate the license only on the specific blog that is associated with the given blog ID.
|
13501 |
+
*
|
13502 |
+
* @author Leo Fajardo (@leorw)
|
13503 |
+
*/
|
13504 |
+
$fs->switch_to_blog( $blog_id );
|
13505 |
+
}
|
13506 |
+
|
13507 |
if ( is_object( $user ) ) {
|
13508 |
+
if ( $is_network_activation_or_migration && ! $has_valid_blog_id ) {
|
13509 |
// If no specific blog ID was provided, activate the license for all sites in the network.
|
13510 |
$blog_2_install_map = array();
|
13511 |
$site_ids = array();
|
13544 |
}
|
13545 |
}
|
13546 |
} else {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13547 |
if ( $fs->is_registered() ) {
|
13548 |
$params = array(
|
13549 |
'license_key' => $fs->apply_filters( 'license_key', $license_key )
|
13598 |
if ( empty( $error ) ) {
|
13599 |
$fs->network_upgrade_mode_completed();
|
13600 |
|
13601 |
+
$fs->_user = $user;
|
13602 |
+
|
13603 |
+
if ( fs_is_network_admin() && ! $has_valid_blog_id ) {
|
13604 |
+
$fs->_site = $fs->get_network_install();
|
13605 |
+
}
|
13606 |
+
|
13607 |
$fs->_sync_license( true, $has_valid_blog_id );
|
13608 |
|
13609 |
$this->maybe_sync_install_user();
|
13610 |
|
13611 |
$next_page = $fs->is_addon() ?
|
13612 |
$fs->get_parent_instance()->get_account_url() :
|
13613 |
+
$fs->get_after_activation_url( 'after_connect_url' );
|
13614 |
}
|
13615 |
} else {
|
13616 |
$next_page = $fs->opt_in(
|
13628 |
if ( isset( $next_page->error ) ) {
|
13629 |
$error = $next_page->error;
|
13630 |
} else {
|
13631 |
+
if ( $is_network_activation_or_migration ) {
|
13632 |
/**
|
13633 |
* Get the list of sites that were just opted-in (and license activated).
|
13634 |
* This is an optimization for the next part below saving some DB queries.
|
14742 |
* @return bool
|
14743 |
*/
|
14744 |
function is_user_in_admin() {
|
14745 |
+
return (
|
14746 |
+
is_admin() &&
|
14747 |
+
! self::is_ajax() &&
|
14748 |
+
! self::is_cron() &&
|
14749 |
+
( 'admin-post.php' !== self::get_current_page() )
|
14750 |
+
);
|
14751 |
}
|
14752 |
|
14753 |
/**
|
15059 |
if ( function_exists( 'get_sites' ) ) {
|
15060 |
// For WP 4.6 and above.
|
15061 |
return get_sites( $args );
|
15062 |
+
} else if ( function_exists( 'wp_' . 'get_sites' ) ) {
|
15063 |
// For WP 3.7 to WP 4.5.
|
15064 |
+
/**
|
15065 |
+
* This is a hack suggested previously proposed by the TRT. Our SDK is compliant with older WP versions and we'd like to keep it that way.
|
15066 |
+
*
|
15067 |
+
* @todo Remove this hack once this false-positive error is removed from the Theme Sniffer.
|
15068 |
+
*
|
15069 |
+
* @since 2.3.3
|
15070 |
+
* @author Vova Feldman (@svovaf)
|
15071 |
+
*/
|
15072 |
+
$fn = 'wp_' . 'get_sites';
|
15073 |
+
return $fn( $args );
|
15074 |
} else {
|
15075 |
// For WP 3.6 and below.
|
15076 |
return get_blog_list( 0, 'all' );
|
15247 |
* @return bool Since 2.3.1 returns if a switch was made.
|
15248 |
*/
|
15249 |
function switch_to_blog( $blog_id, FS_Site $install = null ) {
|
15250 |
+
if ( ! is_numeric( $blog_id ) || $blog_id == $this->_context_is_network_or_blog_id ) {
|
15251 |
return false;
|
15252 |
}
|
15253 |
|
16634 |
'http' => 402
|
16635 |
);
|
16636 |
|
16637 |
+
$this->maybe_modify_api_curl_error_message( $result );
|
16638 |
+
|
16639 |
return $result;
|
16640 |
}
|
16641 |
|
17482 |
* @author Vova Feldman (@svovaf)
|
17483 |
* @since 1.0.6
|
17484 |
*
|
17485 |
+
* @param Freemius $parent_fs
|
17486 |
+
* @param bool|int|null $network_level_or_blog_id True for network level opt-in and integer for opt-in for specified blog in the network.
|
17487 |
+
* @param FS_Plugin_License $bundle_license Since 2.4.0. If provided, this license will be activated for the add-on.
|
17488 |
*/
|
17489 |
+
private function _activate_addon_account(
|
17490 |
+
Freemius $parent_fs,
|
17491 |
+
$network_level_or_blog_id = null,
|
17492 |
+
FS_Plugin_License $bundle_license = null
|
17493 |
+
) {
|
17494 |
if ( $this->is_registered() ) {
|
17495 |
// Already activated.
|
17496 |
return;
|
17529 |
}
|
17530 |
}
|
17531 |
|
17532 |
+
if ( is_object( $bundle_license ) ) {
|
17533 |
+
$params['license_key'] = $bundle_license->secret_key;
|
17534 |
+
}
|
17535 |
+
|
17536 |
// Activate add-on with parent plugin credentials.
|
17537 |
$result = $parent_fs->get_api_site_scope()->call(
|
17538 |
"/addons/{$this->_plugin->id}/installs.json",
|
17541 |
);
|
17542 |
|
17543 |
if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
|
17544 |
+
if ( is_object( $bundle_license ) ) {
|
17545 |
+
/**
|
17546 |
+
* When a license object is provided, it's an attempt by the SDK to activate a bundle license and not a user-initiated action, therefore, do not show any admin notice to avoid confusion (e.g.: the notice will show up just above the opt-in link). If the license activation fails, the admin will see an opt-in link instead.
|
17547 |
+
*
|
17548 |
+
* @author Leo Fajardo (@leorw)
|
17549 |
+
* @since 2.4.0
|
17550 |
+
*/
|
17551 |
+
} else {
|
17552 |
+
$error_message = FS_Api::is_api_error_object( $result ) ?
|
17553 |
+
$result->error->message :
|
17554 |
+
$this->get_text_inline( 'An unknown error has occurred.', 'unknown-error' );
|
17555 |
|
17556 |
+
$this->_admin_notices->add(
|
17557 |
+
sprintf( $this->get_text_inline( 'Couldn\'t activate %s.', 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
|
17558 |
+
$this->get_text_inline( 'Please contact us with the following message:', 'contact-us-with-error-message' ) . ' ' . '<b>' . $error_message . '</b>',
|
17559 |
+
$this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
|
17560 |
+
'error'
|
17561 |
+
);
|
17562 |
+
}
|
17563 |
|
17564 |
return;
|
17565 |
}
|
17592 |
|
17593 |
if ( ! fs_is_network_admin() ) {
|
17594 |
// Try to activate premium license.
|
17595 |
+
$this->_activate_license( true, $bundle_license );
|
|
|
|
|
17596 |
|
17597 |
+
if ( is_object( $bundle_license ) ) {
|
17598 |
+
$this->maybe_activate_bundle_license( $bundle_license );
|
|
|
|
|
|
|
|
|
17599 |
}
|
17600 |
+
} else {
|
17601 |
+
if ( is_object( $bundle_license ) ) {
|
17602 |
+
$premium_license = $bundle_license;
|
17603 |
+
} else {
|
17604 |
+
$license_id = fs_request_get( 'license_id' );
|
17605 |
|
17606 |
+
if ( is_object( $this->_site ) &&
|
17607 |
+
FS_Plugin_License::is_valid_id( $license_id ) &&
|
17608 |
+
$license_id == $this->_site->license_id
|
17609 |
+
) {
|
17610 |
+
// License is already activated.
|
17611 |
+
return;
|
17612 |
+
}
|
17613 |
+
|
17614 |
+
$premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
|
17615 |
+
$this->_get_license_by_id( $license_id ) :
|
17616 |
+
$this->_get_available_premium_license();
|
17617 |
+
}
|
17618 |
|
17619 |
if ( is_object( $premium_license ) ) {
|
17620 |
$this->maybe_network_activate_addon_license( $premium_license );
|
19912 |
*
|
19913 |
* @author Vova Feldman (@svovaf)
|
19914 |
* @since 1.2.1
|
19915 |
+
*
|
19916 |
+
* @param bool $check_expiration
|
19917 |
*/
|
19918 |
+
function has_active_valid_license( $check_expiration = true ) {
|
19919 |
+
return self::is_active_valid_license( $this->_license, $check_expiration );
|
19920 |
}
|
19921 |
|
19922 |
/**
|
20008 |
* @since 2.1.3
|
20009 |
*
|
20010 |
* @param FS_Plugin_License $license
|
20011 |
+
* @param bool $check_expiration
|
20012 |
*
|
20013 |
* @return bool
|
20014 |
*/
|
20015 |
+
private static function is_active_valid_license( $license, $check_expiration = true ) {
|
20016 |
return (
|
20017 |
is_object( $license ) &&
|
20018 |
FS_Plugin_License::is_valid_id( $license->id ) &&
|
20019 |
$license->is_active() &&
|
20020 |
+
( ! $check_expiration || $license->is_valid() )
|
20021 |
);
|
20022 |
}
|
20023 |
|
20071 |
);
|
20072 |
}
|
20073 |
|
20074 |
+
/**
|
20075 |
+
* Checks if the product is activated with a bundle license.
|
20076 |
+
*
|
20077 |
+
* @author Leo Fajardo (@leorw)
|
20078 |
+
* @since 2.4.0
|
20079 |
+
*
|
20080 |
+
* @return bool
|
20081 |
+
*/
|
20082 |
+
function is_activated_with_bundle_license() {
|
20083 |
+
if ( ! $this->has_features_enabled_license() ) {
|
20084 |
+
return false;
|
20085 |
+
}
|
20086 |
+
|
20087 |
+
return FS_Plugin_License::is_valid_id( $this->_license->parent_license_id );
|
20088 |
+
}
|
20089 |
+
|
20090 |
/**
|
20091 |
* Check if user is a trial or have feature enabled license.
|
20092 |
*
|
21402 |
*/
|
21403 |
private function get_latest_download_link( $label, $plugin_id = false ) {
|
21404 |
return sprintf(
|
21405 |
+
'<a target="_blank" rel="noopener" href="%s">%s</a>',
|
21406 |
$this->_get_latest_download_local_url( $plugin_id ),
|
21407 |
$label
|
21408 |
);
|
21473 |
$this->get_text_inline( 'Version %s was released.', 'version-x-released' ) . ' ' . $this->get_text_inline( 'Please download %s.', 'please-download-x' ),
|
21474 |
$update->version,
|
21475 |
sprintf(
|
21476 |
+
'<a href="%s" target="_blank" rel="noopener">%s</a>',
|
21477 |
$this->get_account_url( 'download_latest' ),
|
21478 |
sprintf(
|
21479 |
/* translators: %s: plan name (e.g. latest "Professional" version) */
|
21960 |
$this->get_plugin_title(),
|
21961 |
fs_strip_url_protocol( get_site_url( $blog_id ) ),
|
21962 |
sprintf(
|
21963 |
+
'<a href="%s" target="_blank" rel="noopener">%s</a>',
|
21964 |
'https://freemius.com',
|
21965 |
'freemius.com'
|
21966 |
)
|
22059 |
|
22060 |
if ( is_object( $fs ) ) {
|
22061 |
$fs->_activate_license();
|
22062 |
+
|
22063 |
+
/**
|
22064 |
+
* Remove the product ID from `$_REQUEST` so that the syncing of the license for the other products will work properly.
|
22065 |
+
*
|
22066 |
+
* @author Leo Fajardo (@leorw)
|
22067 |
+
* @since 2.4.0
|
22068 |
+
*/
|
22069 |
+
unset( $_REQUEST['plugin_id'] );
|
22070 |
+
|
22071 |
+
if ( $this->is_bundle_license_auto_activation_enabled() ) {
|
22072 |
+
$fs->maybe_activate_bundle_license( null, array(), is_numeric( $blog_id ) ? $blog_id : 0 );
|
22073 |
+
}
|
22074 |
}
|
22075 |
|
22076 |
return;
|
22429 |
}
|
22430 |
}
|
22431 |
|
22432 |
+
/**
|
22433 |
+
* @author Leo Fajardo (@leorw)
|
22434 |
+
* @since 2.3.1
|
22435 |
+
*/
|
22436 |
+
function _maybe_add_pricing_ajax_handler() {
|
22437 |
+
if ( ! $this->should_use_external_pricing() ) {
|
22438 |
+
$this->add_ajax_action( 'pricing_ajax_action', array( &$this, '_fs_pricing_ajax_action_handler' ) );
|
22439 |
+
}
|
22440 |
+
}
|
22441 |
+
|
22442 |
+
/**
|
22443 |
+
* @author Leo Fajardo (@leorw)
|
22444 |
+
* @since 2.3.1
|
22445 |
+
*/
|
22446 |
+
function _fs_pricing_ajax_action_handler() {
|
22447 |
+
$this->check_ajax_referer( 'pricing_ajax_action' );
|
22448 |
+
|
22449 |
+
$result = null;
|
22450 |
+
$pricing_action = fs_request_get( 'pricing_action' );
|
22451 |
+
|
22452 |
+
switch ( $pricing_action ) {
|
22453 |
+
case 'fetch_pricing_data':
|
22454 |
+
$params = array(
|
22455 |
+
'is_enriched' => true,
|
22456 |
+
'trial' => fs_request_get_bool( 'trial' ),
|
22457 |
+
'sandbox' => fs_request_get( 'sandbox' ),
|
22458 |
+
's_ctx_type' => fs_request_get( 's_ctx_type' ),
|
22459 |
+
's_ctx_id' => fs_request_get( 's_ctx_id' ),
|
22460 |
+
's_ctx_ts' => fs_request_get( 's_ctx_ts' ),
|
22461 |
+
's_ctx_secure' => fs_request_get( 's_ctx_secure' ),
|
22462 |
+
);
|
22463 |
+
|
22464 |
+
$bundle_id = $this->get_bundle_id();
|
22465 |
+
$bundle_public_key = $this->get_bundle_public_key();
|
22466 |
+
|
22467 |
+
$has_bundle_context = ( FS_Plugin::is_valid_id( $bundle_id ) && ! empty( $bundle_public_key ) );
|
22468 |
+
|
22469 |
+
if ( ! $has_bundle_context ) {
|
22470 |
+
$api = $this->get_api_plugin_scope();
|
22471 |
+
} else {
|
22472 |
+
$api = FS_Api::instance(
|
22473 |
+
$bundle_id,
|
22474 |
+
'plugin',
|
22475 |
+
$bundle_id,
|
22476 |
+
$bundle_public_key,
|
22477 |
+
! $this->is_live(),
|
22478 |
+
false,
|
22479 |
+
$this->get_sdk_version()
|
22480 |
+
);
|
22481 |
+
|
22482 |
+
$params['plugin_id'] = $this->get_id();
|
22483 |
+
$params['plugin_public_key'] = $this->get_public_key();
|
22484 |
+
}
|
22485 |
+
|
22486 |
+
$result = $api->get( 'pricing.json?' . http_build_query( $params ) );
|
22487 |
+
break;
|
22488 |
+
case 'start_trial':
|
22489 |
+
$result = $this->opt_in(
|
22490 |
+
false,
|
22491 |
+
false,
|
22492 |
+
false,
|
22493 |
+
false,
|
22494 |
+
false,
|
22495 |
+
fs_request_get( 'plan_id' )
|
22496 |
+
);
|
22497 |
+
}
|
22498 |
+
|
22499 |
+
if ( is_object( $result ) && $this->is_api_error( $result ) ) {
|
22500 |
+
$this->_logger->api_error( $result );
|
22501 |
+
|
22502 |
+
self::shoot_ajax_failure(
|
22503 |
+
isset( $result->error ) ?
|
22504 |
+
( is_string( $result->error ) ? $result->error : $result->error->message ) :
|
22505 |
+
var_export( $result, true )
|
22506 |
+
);
|
22507 |
+
}
|
22508 |
+
|
22509 |
+
$this->shoot_ajax_success( $result );
|
22510 |
+
}
|
22511 |
+
|
22512 |
#----------------------------------------------------------------------------------
|
22513 |
#region Contact Us
|
22514 |
#----------------------------------------------------------------------------------
|
22737 |
$this->get_api_plugin_scope();
|
22738 |
}
|
22739 |
|
22740 |
+
/**
|
22741 |
+
* @author Leo Fajardo (@leorw)
|
22742 |
+
* @since 2.2.3.1
|
22743 |
+
*
|
22744 |
+
* @param object $result
|
22745 |
+
*/
|
22746 |
+
private function maybe_modify_api_curl_error_message( $result ) {
|
22747 |
+
if (
|
22748 |
+
'cUrlMissing' !== $result->error->type &&
|
22749 |
+
( 'CurlException' !== $result->error->type || CURLE_COULDNT_CONNECT != $result->error->code ) &&
|
22750 |
+
( 'HttpRequestFailed' !== $result->error->type || false === strpos( $result->error->message, 'cURL error ' . CURLE_COULDNT_CONNECT ) )
|
22751 |
+
) {
|
22752 |
+
return;
|
22753 |
+
}
|
22754 |
+
|
22755 |
+
$result->error->message = $this->esc_html_inline( 'We use PHP cURL library for the API calls, which is a very common library and usually installed and activated out of the box. Unfortunately, cURL is not activated (or disabled) on your server.', 'curl-missing-message' ) .
|
22756 |
+
' ' .
|
22757 |
+
$this->esc_html_inline(
|
22758 |
+
sprintf(
|
22759 |
+
'Please contact your hosting provider and ask them to whitelist %s for external connection.',
|
22760 |
+
implode(
|
22761 |
+
', ',
|
22762 |
+
$this->apply_filters( 'api_domains', array(
|
22763 |
+
'api.freemius.com',
|
22764 |
+
'wp.freemius.com'
|
22765 |
+
) )
|
22766 |
+
)
|
22767 |
+
),
|
22768 |
+
'connectivity-whitelist'
|
22769 |
+
) .
|
22770 |
+
' ' .
|
22771 |
+
sprintf(
|
22772 |
+
$this->esc_html_inline( 'Once you are done, deactivate the %s and activate it again.', 'connectivity-reactivate-module' ),
|
22773 |
+
$this->get_module_type()
|
22774 |
+
);
|
22775 |
+
}
|
22776 |
+
|
22777 |
/**
|
22778 |
* Show trial promotional notice (if any trial exist).
|
22779 |
*
|
23327 |
return;
|
23328 |
}
|
23329 |
|
23330 |
+
if (
|
23331 |
+
$this->is_activation_mode() &&
|
23332 |
+
$this->is_premium() &&
|
23333 |
+
! $this->is_registered()
|
23334 |
+
) {
|
23335 |
+
// If not yet registered and running the premium code base, a license activation link will already be shown.
|
23336 |
+
return;
|
23337 |
+
}
|
23338 |
|
23339 |
+
if ( $this->is_registered() && $this->is_tracking_allowed() ) {
|
23340 |
+
if ( ! $this->is_premium() && ! $this->is_enable_anonymous() ) {
|
23341 |
+
// If opted in and tracking is allowed, don't allow to opt out if not premium and anonymous mode is disabled.
|
23342 |
return;
|
23343 |
}
|
23344 |
}
|
23418 |
if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
|
23419 |
if ( $this->is_network_registered() ) {
|
23420 |
$page = 'account';
|
23421 |
+
} else if ( $this->is_pending_activation() || $this->is_network_anonymous() ) {
|
23422 |
$this->maybe_set_slug_and_network_menu_exists_flag();
|
23423 |
}
|
23424 |
}
|
23496 |
|
23497 |
foreach ( $this->_action_links as $new_links ) {
|
23498 |
foreach ( $new_links as $link ) {
|
23499 |
+
$before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank" rel="noopener"' : '' ) . '>' . $link['label'] . '</a>';
|
23500 |
}
|
23501 |
}
|
23502 |
|
23616 |
'';
|
23617 |
|
23618 |
return sprintf(
|
23619 |
+
' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank" rel="noopener">%s</a>).</li></ol>',
|
23620 |
$this->get_text_inline( 'Please follow these steps to complete the upgrade', 'follow-steps-to-complete-upgrade' ),
|
23621 |
( empty( $activate_license_string ) ? '' : $activate_license_string . '</li><li>' ) .
|
23622 |
$this->get_latest_download_link( sprintf(
|
23869 |
*/
|
23870 |
function set_plugin_upgrade_complete() {
|
23871 |
$this->_storage->plugin_upgrade_mode = false;
|
23872 |
+
|
23873 |
+
$license_migration = ! empty( $this->_storage->license_migration ) ?
|
23874 |
+
$this->_storage->license_migration :
|
23875 |
+
array();
|
23876 |
+
|
23877 |
+
$license_migration['is_migrating'] = false;
|
23878 |
+
|
23879 |
+
$this->_storage->license_migration = $license_migration;
|
23880 |
}
|
23881 |
|
23882 |
#endregion
|
freemius/includes/class-fs-api.php
CHANGED
@@ -287,7 +287,7 @@
|
|
287 |
$this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
|
288 |
}
|
289 |
} else {
|
290 |
-
if ( is_object( $result ) && 404 == $result->error->http ) {
|
291 |
/**
|
292 |
* If the response code is 404, cache the result for half of the `$expiration`.
|
293 |
*
|
287 |
$this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
|
288 |
}
|
289 |
} else {
|
290 |
+
if ( is_object( $result ) && isset( $result->error->http ) && 404 == $result->error->http ) {
|
291 |
/**
|
292 |
* If the response code is 404, cache the result for half of the `$expiration`.
|
293 |
*
|
freemius/includes/class-fs-storage.php
CHANGED
@@ -371,6 +371,7 @@
|
|
371 |
* sites in the network.
|
372 |
*/
|
373 |
'is_network_activation' => 0,
|
|
|
374 |
|
375 |
// When network activated, then network level.
|
376 |
'install_timestamp' => 1,
|
371 |
* sites in the network.
|
372 |
*/
|
373 |
'is_network_activation' => 0,
|
374 |
+
'license_migration' => 0,
|
375 |
|
376 |
// When network activated, then network level.
|
377 |
'install_timestamp' => 1,
|
freemius/includes/customizer/class-fs-customizer-support-section.php
CHANGED
@@ -1,102 +1,102 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.2.2.7
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
/**
|
14 |
-
* Class Zerif_Customizer_Theme_Info_Main
|
15 |
-
*
|
16 |
-
* @since 1.0.0
|
17 |
-
* @access public
|
18 |
-
*/
|
19 |
-
class FS_Customizer_Support_Section extends WP_Customize_Section {
|
20 |
-
|
21 |
-
function __construct( $manager, $id, $args = array() ) {
|
22 |
-
$manager->register_section_type( 'FS_Customizer_Support_Section' );
|
23 |
-
|
24 |
-
parent::__construct( $manager, $id, $args );
|
25 |
-
}
|
26 |
-
|
27 |
-
/**
|
28 |
-
* The type of customize section being rendered.
|
29 |
-
*
|
30 |
-
* @since 1.0.0
|
31 |
-
* @access public
|
32 |
-
* @var string
|
33 |
-
*/
|
34 |
-
public $type = 'freemius-support-section';
|
35 |
-
|
36 |
-
/**
|
37 |
-
* @var Freemius
|
38 |
-
*/
|
39 |
-
public $fs = null;
|
40 |
-
|
41 |
-
/**
|
42 |
-
* Add custom parameters to pass to the JS via JSON.
|
43 |
-
*
|
44 |
-
* @since 1.0.0
|
45 |
-
*/
|
46 |
-
public function json() {
|
47 |
-
$json = parent::json();
|
48 |
-
|
49 |
-
$is_contact_visible = $this->fs->is_page_visible( 'contact' );
|
50 |
-
$is_support_visible = $this->fs->is_page_visible( 'support' );
|
51 |
-
|
52 |
-
$json['theme_title'] = $this->fs->get_plugin_name();
|
53 |
-
|
54 |
-
if ( $is_contact_visible && $is_support_visible ) {
|
55 |
-
$json['theme_title'] .= ' ' . $this->fs->get_text_inline( 'Support', 'support' );
|
56 |
-
}
|
57 |
-
|
58 |
-
if ( $is_contact_visible ) {
|
59 |
-
$json['contact'] = array(
|
60 |
-
'label' => $this->fs->get_text_inline( 'Contact Us', 'contact-us' ),
|
61 |
-
'url' => $this->fs->contact_url(),
|
62 |
-
);
|
63 |
-
}
|
64 |
-
|
65 |
-
if ( $is_support_visible ) {
|
66 |
-
$json['support'] = array(
|
67 |
-
'label' => $this->fs->get_text_inline( 'Support Forum', 'support-forum' ),
|
68 |
-
'url' => $this->fs->get_support_forum_url()
|
69 |
-
);
|
70 |
-
}
|
71 |
-
|
72 |
-
return $json;
|
73 |
-
}
|
74 |
-
|
75 |
-
/**
|
76 |
-
* Outputs the Underscore.js template.
|
77 |
-
*
|
78 |
-
* @since 1.0.0
|
79 |
-
*/
|
80 |
-
protected function render_template() {
|
81 |
-
?>
|
82 |
-
<li id="fs_customizer_support"
|
83 |
-
class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
|
84 |
-
<h3 class="accordion-section-title">
|
85 |
-
<span>{{ data.theme_title }}</span>
|
86 |
-
<# if ( data.contact && data.support ) { #>
|
87 |
-
<div class="button-group">
|
88 |
-
<# } #>
|
89 |
-
<# if ( data.contact ) { #>
|
90 |
-
<a class="button" href="{{ data.contact.url }}" target="_blank">{{ data.contact.label }} </a>
|
91 |
-
<# } #>
|
92 |
-
<# if ( data.support ) { #>
|
93 |
-
<a class="button" href="{{ data.support.url }}" target="_blank">{{ data.support.label }} </a>
|
94 |
-
<# } #>
|
95 |
-
<# if ( data.contact && data.support ) { #>
|
96 |
-
</div>
|
97 |
-
<# } #>
|
98 |
-
</h3>
|
99 |
-
</li>
|
100 |
-
<?php
|
101 |
-
}
|
102 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.2.2.7
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Class Zerif_Customizer_Theme_Info_Main
|
15 |
+
*
|
16 |
+
* @since 1.0.0
|
17 |
+
* @access public
|
18 |
+
*/
|
19 |
+
class FS_Customizer_Support_Section extends WP_Customize_Section {
|
20 |
+
|
21 |
+
function __construct( $manager, $id, $args = array() ) {
|
22 |
+
$manager->register_section_type( 'FS_Customizer_Support_Section' );
|
23 |
+
|
24 |
+
parent::__construct( $manager, $id, $args );
|
25 |
+
}
|
26 |
+
|
27 |
+
/**
|
28 |
+
* The type of customize section being rendered.
|
29 |
+
*
|
30 |
+
* @since 1.0.0
|
31 |
+
* @access public
|
32 |
+
* @var string
|
33 |
+
*/
|
34 |
+
public $type = 'freemius-support-section';
|
35 |
+
|
36 |
+
/**
|
37 |
+
* @var Freemius
|
38 |
+
*/
|
39 |
+
public $fs = null;
|
40 |
+
|
41 |
+
/**
|
42 |
+
* Add custom parameters to pass to the JS via JSON.
|
43 |
+
*
|
44 |
+
* @since 1.0.0
|
45 |
+
*/
|
46 |
+
public function json() {
|
47 |
+
$json = parent::json();
|
48 |
+
|
49 |
+
$is_contact_visible = $this->fs->is_page_visible( 'contact' );
|
50 |
+
$is_support_visible = $this->fs->is_page_visible( 'support' );
|
51 |
+
|
52 |
+
$json['theme_title'] = $this->fs->get_plugin_name();
|
53 |
+
|
54 |
+
if ( $is_contact_visible && $is_support_visible ) {
|
55 |
+
$json['theme_title'] .= ' ' . $this->fs->get_text_inline( 'Support', 'support' );
|
56 |
+
}
|
57 |
+
|
58 |
+
if ( $is_contact_visible ) {
|
59 |
+
$json['contact'] = array(
|
60 |
+
'label' => $this->fs->get_text_inline( 'Contact Us', 'contact-us' ),
|
61 |
+
'url' => $this->fs->contact_url(),
|
62 |
+
);
|
63 |
+
}
|
64 |
+
|
65 |
+
if ( $is_support_visible ) {
|
66 |
+
$json['support'] = array(
|
67 |
+
'label' => $this->fs->get_text_inline( 'Support Forum', 'support-forum' ),
|
68 |
+
'url' => $this->fs->get_support_forum_url()
|
69 |
+
);
|
70 |
+
}
|
71 |
+
|
72 |
+
return $json;
|
73 |
+
}
|
74 |
+
|
75 |
+
/**
|
76 |
+
* Outputs the Underscore.js template.
|
77 |
+
*
|
78 |
+
* @since 1.0.0
|
79 |
+
*/
|
80 |
+
protected function render_template() {
|
81 |
+
?>
|
82 |
+
<li id="fs_customizer_support"
|
83 |
+
class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
|
84 |
+
<h3 class="accordion-section-title">
|
85 |
+
<span>{{ data.theme_title }}</span>
|
86 |
+
<# if ( data.contact && data.support ) { #>
|
87 |
+
<div class="button-group">
|
88 |
+
<# } #>
|
89 |
+
<# if ( data.contact ) { #>
|
90 |
+
<a class="button" href="{{ data.contact.url }}" target="_blank" rel="noopener noreferrer">{{ data.contact.label }} </a>
|
91 |
+
<# } #>
|
92 |
+
<# if ( data.support ) { #>
|
93 |
+
<a class="button" href="{{ data.support.url }}" target="_blank" rel="noopener noreferrer">{{ data.support.label }} </a>
|
94 |
+
<# } #>
|
95 |
+
<# if ( data.contact && data.support ) { #>
|
96 |
+
</div>
|
97 |
+
<# } #>
|
98 |
+
</h3>
|
99 |
+
</li>
|
100 |
+
<?php
|
101 |
+
}
|
102 |
}
|
freemius/includes/customizer/class-fs-customizer-upsell-control.php
CHANGED
@@ -1,161 +1,161 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.2.2.7
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
/**
|
14 |
-
* Class FS_Customizer_Upsell_Control
|
15 |
-
*/
|
16 |
-
class FS_Customizer_Upsell_Control extends WP_Customize_Control {
|
17 |
-
|
18 |
-
/**
|
19 |
-
* Control type
|
20 |
-
*
|
21 |
-
* @var string control type
|
22 |
-
*/
|
23 |
-
public $type = 'freemius-upsell-control';
|
24 |
-
|
25 |
-
/**
|
26 |
-
* @var Freemius
|
27 |
-
*/
|
28 |
-
public $fs = null;
|
29 |
-
|
30 |
-
/**
|
31 |
-
* @param WP_Customize_Manager $manager the customize manager class.
|
32 |
-
* @param string $id id.
|
33 |
-
* @param array $args customizer manager parameters.
|
34 |
-
*/
|
35 |
-
public function __construct( WP_Customize_Manager $manager, $id, array $args ) {
|
36 |
-
$manager->register_control_type( 'FS_Customizer_Upsell_Control' );
|
37 |
-
|
38 |
-
parent::__construct( $manager, $id, $args );
|
39 |
-
}
|
40 |
-
|
41 |
-
/**
|
42 |
-
* Enqueue resources for the control.
|
43 |
-
*/
|
44 |
-
public function enqueue() {
|
45 |
-
fs_enqueue_local_style( 'fs_customizer', 'customizer.css' );
|
46 |
-
}
|
47 |
-
|
48 |
-
/**
|
49 |
-
* Json conversion
|
50 |
-
*/
|
51 |
-
public function to_json() {
|
52 |
-
$pricing_cta = esc_html( $this->fs->get_pricing_cta_label() ) . ' ' . ( is_rtl() ? '←' : '➤' );
|
53 |
-
|
54 |
-
parent::to_json();
|
55 |
-
|
56 |
-
$this->json['button_text'] = $pricing_cta;
|
57 |
-
$this->json['button_url'] = $this->fs->is_in_trial_promotion() ?
|
58 |
-
$this->fs->get_trial_url() :
|
59 |
-
$this->fs->get_upgrade_url();
|
60 |
-
|
61 |
-
$api = FS_Plugin::is_valid_id( $this->fs->get_bundle_id() ) ?
|
62 |
-
$this->fs->get_api_bundle_scope() :
|
63 |
-
$this->fs->get_api_plugin_scope();
|
64 |
-
|
65 |
-
// Load features.
|
66 |
-
$pricing = $api->get( $this->fs->add_show_pending( "pricing.json" ) );
|
67 |
-
|
68 |
-
if ( $this->fs->is_api_result_object( $pricing, 'plans' ) ) {
|
69 |
-
// Add support features.
|
70 |
-
if ( is_array( $pricing->plans ) && 0 < count( $pricing->plans ) ) {
|
71 |
-
$support_features = array(
|
72 |
-
'kb' => 'Help Center',
|
73 |
-
'forum' => 'Support Forum',
|
74 |
-
'email' => 'Priority Email Support',
|
75 |
-
'phone' => 'Phone Support',
|
76 |
-
'skype' => 'Skype Support',
|
77 |
-
'is_success_manager' => 'Personal Success Manager',
|
78 |
-
);
|
79 |
-
|
80 |
-
for ( $i = 0, $len = count( $pricing->plans ); $i < $len; $i ++ ) {
|
81 |
-
if ( 'free' == $pricing->plans[$i]->name ) {
|
82 |
-
continue;
|
83 |
-
}
|
84 |
-
|
85 |
-
if ( ! isset( $pricing->plans[ $i ]->features ) ||
|
86 |
-
! is_array( $pricing->plans[ $i ]->features ) ) {
|
87 |
-
$pricing->plans[$i]->features = array();
|
88 |
-
}
|
89 |
-
|
90 |
-
foreach ( $support_features as $key => $label ) {
|
91 |
-
$key = ( 'is_success_manager' !== $key ) ?
|
92 |
-
"support_{$key}" :
|
93 |
-
$key;
|
94 |
-
|
95 |
-
if ( ! empty( $pricing->plans[ $i ]->{$key} ) ) {
|
96 |
-
|
97 |
-
$support_feature = new stdClass();
|
98 |
-
$support_feature->title = $label;
|
99 |
-
|
100 |
-
$pricing->plans[ $i ]->features[] = $support_feature;
|
101 |
-
}
|
102 |
-
}
|
103 |
-
}
|
104 |
-
}
|
105 |
-
}
|
106 |
-
|
107 |
-
$this->json['plans'] = $pricing->plans;
|
108 |
-
|
109 |
-
$this->json['strings'] = array(
|
110 |
-
'plan' => $this->fs->get_text_x_inline( 'Plan', 'as product pricing plan', 'plan' ),
|
111 |
-
);
|
112 |
-
}
|
113 |
-
|
114 |
-
/**
|
115 |
-
* Control content
|
116 |
-
*/
|
117 |
-
public function content_template() {
|
118 |
-
?>
|
119 |
-
<div id="fs_customizer_upsell">
|
120 |
-
<# if ( data.plans ) { #>
|
121 |
-
<ul class="fs-customizer-plans">
|
122 |
-
<# for (i in data.plans) { #>
|
123 |
-
<# if ( 'free' != data.plans[i].name && (null != data.plans[i].features && 0 < data.plans[i].features.length) ) { #>
|
124 |
-
<li class="fs-customizer-plan">
|
125 |
-
<div class="fs-accordion-section-open">
|
126 |
-
<h2 class="fs-accordion-section-title menu-item">
|
127 |
-
<span>{{ data.plans[i].title }}</span>
|
128 |
-
<button type="button" class="button-link item-edit" aria-expanded="true">
|
129 |
-
<span class="screen-reader-text">Toggle section: {{ data.plans[i].title }} {{ data.strings.plan }}</span>
|
130 |
-
<span class="toggle-indicator" aria-hidden="true"></span>
|
131 |
-
</button>
|
132 |
-
</h2>
|
133 |
-
<div class="fs-accordion-section-content">
|
134 |
-
<# if ( data.plans[i].description ) { #>
|
135 |
-
<h3>{{ data.plans[i].description }}</h3>
|
136 |
-
<# } #>
|
137 |
-
<# if ( data.plans[i].features ) { #>
|
138 |
-
<ul>
|
139 |
-
<# for ( j in data.plans[i].features ) { #>
|
140 |
-
<li><div class="fs-feature">
|
141 |
-
<span class="dashicons dashicons-yes"></span><span><# if ( data.plans[i].features[j].value ) { #>{{ data.plans[i].features[j].value }} <# } #>{{ data.plans[i].features[j].title }}</span>
|
142 |
-
<# if ( data.plans[i].features[j].description ) { #>
|
143 |
-
<span class="dashicons dashicons-editor-help"><span class="fs-feature-desc">{{ data.plans[i].features[j].description }}</span></span>
|
144 |
-
<# } #>
|
145 |
-
</div></li>
|
146 |
-
<# } #>
|
147 |
-
</ul>
|
148 |
-
<# } #>
|
149 |
-
<# if ( 'free' != data.plans[i].name ) { #>
|
150 |
-
<a href="{{ data.button_url }}" class="button button-primary" target="_blank">{{{ data.button_text }}}</a>
|
151 |
-
<# } #>
|
152 |
-
</div>
|
153 |
-
</div>
|
154 |
-
</li>
|
155 |
-
<# } #>
|
156 |
-
<# } #>
|
157 |
-
</ul>
|
158 |
-
<# } #>
|
159 |
-
</div>
|
160 |
-
<?php }
|
161 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.2.2.7
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Class FS_Customizer_Upsell_Control
|
15 |
+
*/
|
16 |
+
class FS_Customizer_Upsell_Control extends WP_Customize_Control {
|
17 |
+
|
18 |
+
/**
|
19 |
+
* Control type
|
20 |
+
*
|
21 |
+
* @var string control type
|
22 |
+
*/
|
23 |
+
public $type = 'freemius-upsell-control';
|
24 |
+
|
25 |
+
/**
|
26 |
+
* @var Freemius
|
27 |
+
*/
|
28 |
+
public $fs = null;
|
29 |
+
|
30 |
+
/**
|
31 |
+
* @param WP_Customize_Manager $manager the customize manager class.
|
32 |
+
* @param string $id id.
|
33 |
+
* @param array $args customizer manager parameters.
|
34 |
+
*/
|
35 |
+
public function __construct( WP_Customize_Manager $manager, $id, array $args ) {
|
36 |
+
$manager->register_control_type( 'FS_Customizer_Upsell_Control' );
|
37 |
+
|
38 |
+
parent::__construct( $manager, $id, $args );
|
39 |
+
}
|
40 |
+
|
41 |
+
/**
|
42 |
+
* Enqueue resources for the control.
|
43 |
+
*/
|
44 |
+
public function enqueue() {
|
45 |
+
fs_enqueue_local_style( 'fs_customizer', 'customizer.css' );
|
46 |
+
}
|
47 |
+
|
48 |
+
/**
|
49 |
+
* Json conversion
|
50 |
+
*/
|
51 |
+
public function to_json() {
|
52 |
+
$pricing_cta = esc_html( $this->fs->get_pricing_cta_label() ) . ' ' . ( is_rtl() ? '←' : '➤' );
|
53 |
+
|
54 |
+
parent::to_json();
|
55 |
+
|
56 |
+
$this->json['button_text'] = $pricing_cta;
|
57 |
+
$this->json['button_url'] = $this->fs->is_in_trial_promotion() ?
|
58 |
+
$this->fs->get_trial_url() :
|
59 |
+
$this->fs->get_upgrade_url();
|
60 |
+
|
61 |
+
$api = FS_Plugin::is_valid_id( $this->fs->get_bundle_id() ) ?
|
62 |
+
$this->fs->get_api_bundle_scope() :
|
63 |
+
$this->fs->get_api_plugin_scope();
|
64 |
+
|
65 |
+
// Load features.
|
66 |
+
$pricing = $api->get( $this->fs->add_show_pending( "pricing.json" ) );
|
67 |
+
|
68 |
+
if ( $this->fs->is_api_result_object( $pricing, 'plans' ) ) {
|
69 |
+
// Add support features.
|
70 |
+
if ( is_array( $pricing->plans ) && 0 < count( $pricing->plans ) ) {
|
71 |
+
$support_features = array(
|
72 |
+
'kb' => 'Help Center',
|
73 |
+
'forum' => 'Support Forum',
|
74 |
+
'email' => 'Priority Email Support',
|
75 |
+
'phone' => 'Phone Support',
|
76 |
+
'skype' => 'Skype Support',
|
77 |
+
'is_success_manager' => 'Personal Success Manager',
|
78 |
+
);
|
79 |
+
|
80 |
+
for ( $i = 0, $len = count( $pricing->plans ); $i < $len; $i ++ ) {
|
81 |
+
if ( 'free' == $pricing->plans[$i]->name ) {
|
82 |
+
continue;
|
83 |
+
}
|
84 |
+
|
85 |
+
if ( ! isset( $pricing->plans[ $i ]->features ) ||
|
86 |
+
! is_array( $pricing->plans[ $i ]->features ) ) {
|
87 |
+
$pricing->plans[$i]->features = array();
|
88 |
+
}
|
89 |
+
|
90 |
+
foreach ( $support_features as $key => $label ) {
|
91 |
+
$key = ( 'is_success_manager' !== $key ) ?
|
92 |
+
"support_{$key}" :
|
93 |
+
$key;
|
94 |
+
|
95 |
+
if ( ! empty( $pricing->plans[ $i ]->{$key} ) ) {
|
96 |
+
|
97 |
+
$support_feature = new stdClass();
|
98 |
+
$support_feature->title = $label;
|
99 |
+
|
100 |
+
$pricing->plans[ $i ]->features[] = $support_feature;
|
101 |
+
}
|
102 |
+
}
|
103 |
+
}
|
104 |
+
}
|
105 |
+
}
|
106 |
+
|
107 |
+
$this->json['plans'] = $pricing->plans;
|
108 |
+
|
109 |
+
$this->json['strings'] = array(
|
110 |
+
'plan' => $this->fs->get_text_x_inline( 'Plan', 'as product pricing plan', 'plan' ),
|
111 |
+
);
|
112 |
+
}
|
113 |
+
|
114 |
+
/**
|
115 |
+
* Control content
|
116 |
+
*/
|
117 |
+
public function content_template() {
|
118 |
+
?>
|
119 |
+
<div id="fs_customizer_upsell">
|
120 |
+
<# if ( data.plans ) { #>
|
121 |
+
<ul class="fs-customizer-plans">
|
122 |
+
<# for (i in data.plans) { #>
|
123 |
+
<# if ( 'free' != data.plans[i].name && (null != data.plans[i].features && 0 < data.plans[i].features.length) ) { #>
|
124 |
+
<li class="fs-customizer-plan">
|
125 |
+
<div class="fs-accordion-section-open">
|
126 |
+
<h2 class="fs-accordion-section-title menu-item">
|
127 |
+
<span>{{ data.plans[i].title }}</span>
|
128 |
+
<button type="button" class="button-link item-edit" aria-expanded="true">
|
129 |
+
<span class="screen-reader-text">Toggle section: {{ data.plans[i].title }} {{ data.strings.plan }}</span>
|
130 |
+
<span class="toggle-indicator" aria-hidden="true"></span>
|
131 |
+
</button>
|
132 |
+
</h2>
|
133 |
+
<div class="fs-accordion-section-content">
|
134 |
+
<# if ( data.plans[i].description ) { #>
|
135 |
+
<h3>{{ data.plans[i].description }}</h3>
|
136 |
+
<# } #>
|
137 |
+
<# if ( data.plans[i].features ) { #>
|
138 |
+
<ul>
|
139 |
+
<# for ( j in data.plans[i].features ) { #>
|
140 |
+
<li><div class="fs-feature">
|
141 |
+
<span class="dashicons dashicons-yes"></span><span><# if ( data.plans[i].features[j].value ) { #>{{ data.plans[i].features[j].value }} <# } #>{{ data.plans[i].features[j].title }}</span>
|
142 |
+
<# if ( data.plans[i].features[j].description ) { #>
|
143 |
+
<span class="dashicons dashicons-editor-help"><span class="fs-feature-desc">{{ data.plans[i].features[j].description }}</span></span>
|
144 |
+
<# } #>
|
145 |
+
</div></li>
|
146 |
+
<# } #>
|
147 |
+
</ul>
|
148 |
+
<# } #>
|
149 |
+
<# if ( 'free' != data.plans[i].name ) { #>
|
150 |
+
<a href="{{ data.button_url }}" class="button button-primary" target="_blank">{{{ data.button_text }}}</a>
|
151 |
+
<# } #>
|
152 |
+
</div>
|
153 |
+
</div>
|
154 |
+
</li>
|
155 |
+
<# } #>
|
156 |
+
<# } #>
|
157 |
+
</ul>
|
158 |
+
<# } #>
|
159 |
+
</div>
|
160 |
+
<?php }
|
161 |
}
|
freemius/includes/entities/class-fs-entity.php
CHANGED
@@ -1,159 +1,159 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.0.3
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
/**
|
14 |
-
* Get object's public variables.
|
15 |
-
*
|
16 |
-
* @author Vova Feldman (@svovaf)
|
17 |
-
* @since 1.0.0
|
18 |
-
*
|
19 |
-
* @param object $object
|
20 |
-
*
|
21 |
-
* @return array
|
22 |
-
*/
|
23 |
-
function fs_get_object_public_vars( $object ) {
|
24 |
-
return get_object_vars( $object );
|
25 |
-
}
|
26 |
-
|
27 |
-
class FS_Entity {
|
28 |
-
/**
|
29 |
-
* @var number
|
30 |
-
*/
|
31 |
-
public $id;
|
32 |
-
/**
|
33 |
-
* @var string Datetime value in 'YYYY-MM-DD HH:MM:SS' format.
|
34 |
-
*/
|
35 |
-
public $updated;
|
36 |
-
/**
|
37 |
-
* @var string Datetime value in 'YYYY-MM-DD HH:MM:SS' format.
|
38 |
-
*/
|
39 |
-
public $created;
|
40 |
-
|
41 |
-
/**
|
42 |
-
* @param bool|object $entity
|
43 |
-
*/
|
44 |
-
function __construct( $entity = false ) {
|
45 |
-
if ( ! ( $entity instanceof stdClass ) && ! ( $entity instanceof FS_Entity ) ) {
|
46 |
-
return;
|
47 |
-
}
|
48 |
-
|
49 |
-
$props = fs_get_object_public_vars( $this );
|
50 |
-
|
51 |
-
foreach ( $props as $key => $def_value ) {
|
52 |
-
$this->{$key} = isset( $entity->{$key} ) ?
|
53 |
-
$entity->{$key} :
|
54 |
-
$def_value;
|
55 |
-
}
|
56 |
-
}
|
57 |
-
|
58 |
-
static function get_type() {
|
59 |
-
return 'type';
|
60 |
-
}
|
61 |
-
|
62 |
-
/**
|
63 |
-
* @author Vova Feldman (@svovaf)
|
64 |
-
* @since 1.0.6
|
65 |
-
*
|
66 |
-
* @param FS_Entity $entity1
|
67 |
-
* @param FS_Entity $entity2
|
68 |
-
*
|
69 |
-
* @return bool
|
70 |
-
*/
|
71 |
-
static function equals( $entity1, $entity2 ) {
|
72 |
-
if ( is_null( $entity1 ) && is_null( $entity2 ) ) {
|
73 |
-
return true;
|
74 |
-
} else if ( is_object( $entity1 ) && is_object( $entity2 ) ) {
|
75 |
-
return ( $entity1->id == $entity2->id );
|
76 |
-
} else if ( is_object( $entity1 ) ) {
|
77 |
-
return is_null( $entity1->id );
|
78 |
-
} else {
|
79 |
-
return is_null( $entity2->id );
|
80 |
-
}
|
81 |
-
}
|
82 |
-
|
83 |
-
private $_is_updated = false;
|
84 |
-
|
85 |
-
/**
|
86 |
-
* Update object property.
|
87 |
-
*
|
88 |
-
* @author Vova Feldman (@svovaf)
|
89 |
-
* @since 1.0.9
|
90 |
-
*
|
91 |
-
* @param string|array[string]mixed $key
|
92 |
-
* @param string|bool $val
|
93 |
-
*
|
94 |
-
* @return bool
|
95 |
-
*/
|
96 |
-
function update( $key, $val = false ) {
|
97 |
-
if ( ! is_array( $key ) ) {
|
98 |
-
$key = array( $key => $val );
|
99 |
-
}
|
100 |
-
|
101 |
-
$is_updated = false;
|
102 |
-
|
103 |
-
foreach ( $key as $k => $v ) {
|
104 |
-
if ( $this->{$k} === $v ) {
|
105 |
-
continue;
|
106 |
-
}
|
107 |
-
|
108 |
-
if ( ( is_string( $this->{$k} ) && is_numeric( $v ) ||
|
109 |
-
( is_numeric( $this->{$k} ) && is_string( $v ) ) ) &&
|
110 |
-
$this->{$k} == $v
|
111 |
-
) {
|
112 |
-
continue;
|
113 |
-
}
|
114 |
-
|
115 |
-
// Update value.
|
116 |
-
$this->{$k} = $v;
|
117 |
-
|
118 |
-
$is_updated = true;
|
119 |
-
}
|
120 |
-
|
121 |
-
$this->_is_updated = $is_updated;
|
122 |
-
|
123 |
-
return $is_updated;
|
124 |
-
}
|
125 |
-
|
126 |
-
/**
|
127 |
-
* Checks if entity was updated.
|
128 |
-
*
|
129 |
-
* @author Vova Feldman (@svovaf)
|
130 |
-
* @since 1.0.9
|
131 |
-
*
|
132 |
-
* @return bool
|
133 |
-
*/
|
134 |
-
function is_updated() {
|
135 |
-
return $this->_is_updated;
|
136 |
-
}
|
137 |
-
|
138 |
-
/**
|
139 |
-
* @param $id
|
140 |
-
*
|
141 |
-
* @author Vova Feldman (@svovaf)
|
142 |
-
* @since 1.1.2
|
143 |
-
*
|
144 |
-
* @return bool
|
145 |
-
*/
|
146 |
-
static function is_valid_id($id){
|
147 |
-
return is_numeric($id);
|
148 |
-
}
|
149 |
-
|
150 |
-
/**
|
151 |
-
* @author Leo Fajardo (@leorw)
|
152 |
-
* @since 2.3.1
|
153 |
-
*
|
154 |
-
* @return string
|
155 |
-
*/
|
156 |
-
public static function get_class_name() {
|
157 |
-
return get_called_class();
|
158 |
-
}
|
159 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.0.3
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Get object's public variables.
|
15 |
+
*
|
16 |
+
* @author Vova Feldman (@svovaf)
|
17 |
+
* @since 1.0.0
|
18 |
+
*
|
19 |
+
* @param object $object
|
20 |
+
*
|
21 |
+
* @return array
|
22 |
+
*/
|
23 |
+
function fs_get_object_public_vars( $object ) {
|
24 |
+
return get_object_vars( $object );
|
25 |
+
}
|
26 |
+
|
27 |
+
class FS_Entity {
|
28 |
+
/**
|
29 |
+
* @var number
|
30 |
+
*/
|
31 |
+
public $id;
|
32 |
+
/**
|
33 |
+
* @var string Datetime value in 'YYYY-MM-DD HH:MM:SS' format.
|
34 |
+
*/
|
35 |
+
public $updated;
|
36 |
+
/**
|
37 |
+
* @var string Datetime value in 'YYYY-MM-DD HH:MM:SS' format.
|
38 |
+
*/
|
39 |
+
public $created;
|
40 |
+
|
41 |
+
/**
|
42 |
+
* @param bool|object $entity
|
43 |
+
*/
|
44 |
+
function __construct( $entity = false ) {
|
45 |
+
if ( ! ( $entity instanceof stdClass ) && ! ( $entity instanceof FS_Entity ) ) {
|
46 |
+
return;
|
47 |
+
}
|
48 |
+
|
49 |
+
$props = fs_get_object_public_vars( $this );
|
50 |
+
|
51 |
+
foreach ( $props as $key => $def_value ) {
|
52 |
+
$this->{$key} = isset( $entity->{$key} ) ?
|
53 |
+
$entity->{$key} :
|
54 |
+
$def_value;
|
55 |
+
}
|
56 |
+
}
|
57 |
+
|
58 |
+
static function get_type() {
|
59 |
+
return 'type';
|
60 |
+
}
|
61 |
+
|
62 |
+
/**
|
63 |
+
* @author Vova Feldman (@svovaf)
|
64 |
+
* @since 1.0.6
|
65 |
+
*
|
66 |
+
* @param FS_Entity $entity1
|
67 |
+
* @param FS_Entity $entity2
|
68 |
+
*
|
69 |
+
* @return bool
|
70 |
+
*/
|
71 |
+
static function equals( $entity1, $entity2 ) {
|
72 |
+
if ( is_null( $entity1 ) && is_null( $entity2 ) ) {
|
73 |
+
return true;
|
74 |
+
} else if ( is_object( $entity1 ) && is_object( $entity2 ) ) {
|
75 |
+
return ( $entity1->id == $entity2->id );
|
76 |
+
} else if ( is_object( $entity1 ) ) {
|
77 |
+
return is_null( $entity1->id );
|
78 |
+
} else {
|
79 |
+
return is_null( $entity2->id );
|
80 |
+
}
|
81 |
+
}
|
82 |
+
|
83 |
+
private $_is_updated = false;
|
84 |
+
|
85 |
+
/**
|
86 |
+
* Update object property.
|
87 |
+
*
|
88 |
+
* @author Vova Feldman (@svovaf)
|
89 |
+
* @since 1.0.9
|
90 |
+
*
|
91 |
+
* @param string|array[string]mixed $key
|
92 |
+
* @param string|bool $val
|
93 |
+
*
|
94 |
+
* @return bool
|
95 |
+
*/
|
96 |
+
function update( $key, $val = false ) {
|
97 |
+
if ( ! is_array( $key ) ) {
|
98 |
+
$key = array( $key => $val );
|
99 |
+
}
|
100 |
+
|
101 |
+
$is_updated = false;
|
102 |
+
|
103 |
+
foreach ( $key as $k => $v ) {
|
104 |
+
if ( $this->{$k} === $v ) {
|
105 |
+
continue;
|
106 |
+
}
|
107 |
+
|
108 |
+
if ( ( is_string( $this->{$k} ) && is_numeric( $v ) ||
|
109 |
+
( is_numeric( $this->{$k} ) && is_string( $v ) ) ) &&
|
110 |
+
$this->{$k} == $v
|
111 |
+
) {
|
112 |
+
continue;
|
113 |
+
}
|
114 |
+
|
115 |
+
// Update value.
|
116 |
+
$this->{$k} = $v;
|
117 |
+
|
118 |
+
$is_updated = true;
|
119 |
+
}
|
120 |
+
|
121 |
+
$this->_is_updated = $is_updated;
|
122 |
+
|
123 |
+
return $is_updated;
|
124 |
+
}
|
125 |
+
|
126 |
+
/**
|
127 |
+
* Checks if entity was updated.
|
128 |
+
*
|
129 |
+
* @author Vova Feldman (@svovaf)
|
130 |
+
* @since 1.0.9
|
131 |
+
*
|
132 |
+
* @return bool
|
133 |
+
*/
|
134 |
+
function is_updated() {
|
135 |
+
return $this->_is_updated;
|
136 |
+
}
|
137 |
+
|
138 |
+
/**
|
139 |
+
* @param $id
|
140 |
+
*
|
141 |
+
* @author Vova Feldman (@svovaf)
|
142 |
+
* @since 1.1.2
|
143 |
+
*
|
144 |
+
* @return bool
|
145 |
+
*/
|
146 |
+
static function is_valid_id($id){
|
147 |
+
return is_numeric($id);
|
148 |
+
}
|
149 |
+
|
150 |
+
/**
|
151 |
+
* @author Leo Fajardo (@leorw)
|
152 |
+
* @since 2.3.1
|
153 |
+
*
|
154 |
+
* @return string
|
155 |
+
*/
|
156 |
+
public static function get_class_name() {
|
157 |
+
return get_called_class();
|
158 |
+
}
|
159 |
}
|
freemius/includes/entities/class-fs-payment.php
CHANGED
@@ -1,168 +1,168 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2016, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.0.0
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
class FS_Payment extends FS_Entity {
|
14 |
-
|
15 |
-
#region Properties
|
16 |
-
|
17 |
-
/**
|
18 |
-
* @var number
|
19 |
-
*/
|
20 |
-
public $plugin_id;
|
21 |
-
/**
|
22 |
-
* @var number
|
23 |
-
*/
|
24 |
-
public $user_id;
|
25 |
-
/**
|
26 |
-
* @var number
|
27 |
-
*/
|
28 |
-
public $install_id;
|
29 |
-
/**
|
30 |
-
* @var number
|
31 |
-
*/
|
32 |
-
public $subscription_id;
|
33 |
-
/**
|
34 |
-
* @var number
|
35 |
-
*/
|
36 |
-
public $plan_id;
|
37 |
-
/**
|
38 |
-
* @var number
|
39 |
-
*/
|
40 |
-
public $license_id;
|
41 |
-
/**
|
42 |
-
* @var float
|
43 |
-
*/
|
44 |
-
public $gross;
|
45 |
-
/**
|
46 |
-
* @author Leo Fajardo (@leorw)
|
47 |
-
* @since 2.3.0
|
48 |
-
*
|
49 |
-
* @var string One of the following: `usd`, `gbp`, `eur`.
|
50 |
-
*/
|
51 |
-
public $currency;
|
52 |
-
/**
|
53 |
-
* @var number
|
54 |
-
*/
|
55 |
-
public $bound_payment_id;
|
56 |
-
/**
|
57 |
-
* @var string
|
58 |
-
*/
|
59 |
-
public $external_id;
|
60 |
-
/**
|
61 |
-
* @var string
|
62 |
-
*/
|
63 |
-
public $gateway;
|
64 |
-
/**
|
65 |
-
* @var string ISO 3166-1 alpha-2 - two-letter country code.
|
66 |
-
*
|
67 |
-
* @link http://www.wikiwand.com/en/ISO_3166-1_alpha-2
|
68 |
-
*/
|
69 |
-
public $country_code;
|
70 |
-
/**
|
71 |
-
* @var string
|
72 |
-
*/
|
73 |
-
public $vat_id;
|
74 |
-
/**
|
75 |
-
* @var float Actual Tax / VAT in $$$
|
76 |
-
*/
|
77 |
-
public $vat;
|
78 |
-
/**
|
79 |
-
* @var int Payment source.
|
80 |
-
*/
|
81 |
-
public $source = 0;
|
82 |
-
|
83 |
-
#endregion Properties
|
84 |
-
|
85 |
-
const CURRENCY_USD = 'usd';
|
86 |
-
const CURRENCY_GBP = 'gbp';
|
87 |
-
const CURRENCY_EUR = 'eur';
|
88 |
-
|
89 |
-
/**
|
90 |
-
* @param object|bool $payment
|
91 |
-
*/
|
92 |
-
function __construct( $payment = false ) {
|
93 |
-
parent::__construct( $payment );
|
94 |
-
}
|
95 |
-
|
96 |
-
static function get_type() {
|
97 |
-
return 'payment';
|
98 |
-
}
|
99 |
-
|
100 |
-
/**
|
101 |
-
* @author Vova Feldman (@svovaf)
|
102 |
-
* @since 1.0.0
|
103 |
-
*
|
104 |
-
* @return bool
|
105 |
-
*/
|
106 |
-
function is_refund() {
|
107 |
-
return ( parent::is_valid_id( $this->bound_payment_id ) && 0 > $this->gross );
|
108 |
-
}
|
109 |
-
|
110 |
-
/**
|
111 |
-
* Checks if the payment was migrated from another platform.
|
112 |
-
*
|
113 |
-
* @author Vova Feldman (@svovaf)
|
114 |
-
* @since 2.0.2
|
115 |
-
*
|
116 |
-
* @return bool
|
117 |
-
*/
|
118 |
-
function is_migrated() {
|
119 |
-
return ( 0 != $this->source );
|
120 |
-
}
|
121 |
-
|
122 |
-
/**
|
123 |
-
* Returns the gross in this format:
|
124 |
-
* `{symbol}{amount | 2 decimal digits} {currency | uppercase}`
|
125 |
-
*
|
126 |
-
* Examples: £9.99 GBP, -£9.99 GBP.
|
127 |
-
*
|
128 |
-
* @author Leo Fajardo (@leorw)
|
129 |
-
* @since 2.3.0
|
130 |
-
*
|
131 |
-
* @return string
|
132 |
-
*/
|
133 |
-
function formatted_gross()
|
134 |
-
{
|
135 |
-
return (
|
136 |
-
( $this->gross < 0 ? '-' : '' ) .
|
137 |
-
$this->get_symbol() .
|
138 |
-
number_format( abs( $this->gross ), 2, '.', ',' ) . ' ' .
|
139 |
-
strtoupper( $this->currency )
|
140 |
-
);
|
141 |
-
}
|
142 |
-
|
143 |
-
/**
|
144 |
-
* A map between supported currencies with their symbols.
|
145 |
-
*
|
146 |
-
* @var array<string,string>
|
147 |
-
*/
|
148 |
-
static $CURRENCY_2_SYMBOL;
|
149 |
-
|
150 |
-
/**
|
151 |
-
* @author Leo Fajardo (@leorw)
|
152 |
-
* @since 2.3.0
|
153 |
-
*
|
154 |
-
* @return string
|
155 |
-
*/
|
156 |
-
private function get_symbol() {
|
157 |
-
if ( ! isset( self::$CURRENCY_2_SYMBOL ) ) {
|
158 |
-
// Lazy load.
|
159 |
-
self::$CURRENCY_2_SYMBOL = array(
|
160 |
-
self::CURRENCY_USD => '$',
|
161 |
-
self::CURRENCY_GBP => '
|
162 |
-
self::CURRENCY_EUR => '
|
163 |
-
);
|
164 |
-
}
|
165 |
-
|
166 |
-
return self::$CURRENCY_2_SYMBOL[ $this->currency ];
|
167 |
-
}
|
168 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2016, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.0.0
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
class FS_Payment extends FS_Entity {
|
14 |
+
|
15 |
+
#region Properties
|
16 |
+
|
17 |
+
/**
|
18 |
+
* @var number
|
19 |
+
*/
|
20 |
+
public $plugin_id;
|
21 |
+
/**
|
22 |
+
* @var number
|
23 |
+
*/
|
24 |
+
public $user_id;
|
25 |
+
/**
|
26 |
+
* @var number
|
27 |
+
*/
|
28 |
+
public $install_id;
|
29 |
+
/**
|
30 |
+
* @var number
|
31 |
+
*/
|
32 |
+
public $subscription_id;
|
33 |
+
/**
|
34 |
+
* @var number
|
35 |
+
*/
|
36 |
+
public $plan_id;
|
37 |
+
/**
|
38 |
+
* @var number
|
39 |
+
*/
|
40 |
+
public $license_id;
|
41 |
+
/**
|
42 |
+
* @var float
|
43 |
+
*/
|
44 |
+
public $gross;
|
45 |
+
/**
|
46 |
+
* @author Leo Fajardo (@leorw)
|
47 |
+
* @since 2.3.0
|
48 |
+
*
|
49 |
+
* @var string One of the following: `usd`, `gbp`, `eur`.
|
50 |
+
*/
|
51 |
+
public $currency;
|
52 |
+
/**
|
53 |
+
* @var number
|
54 |
+
*/
|
55 |
+
public $bound_payment_id;
|
56 |
+
/**
|
57 |
+
* @var string
|
58 |
+
*/
|
59 |
+
public $external_id;
|
60 |
+
/**
|
61 |
+
* @var string
|
62 |
+
*/
|
63 |
+
public $gateway;
|
64 |
+
/**
|
65 |
+
* @var string ISO 3166-1 alpha-2 - two-letter country code.
|
66 |
+
*
|
67 |
+
* @link http://www.wikiwand.com/en/ISO_3166-1_alpha-2
|
68 |
+
*/
|
69 |
+
public $country_code;
|
70 |
+
/**
|
71 |
+
* @var string
|
72 |
+
*/
|
73 |
+
public $vat_id;
|
74 |
+
/**
|
75 |
+
* @var float Actual Tax / VAT in $$$
|
76 |
+
*/
|
77 |
+
public $vat;
|
78 |
+
/**
|
79 |
+
* @var int Payment source.
|
80 |
+
*/
|
81 |
+
public $source = 0;
|
82 |
+
|
83 |
+
#endregion Properties
|
84 |
+
|
85 |
+
const CURRENCY_USD = 'usd';
|
86 |
+
const CURRENCY_GBP = 'gbp';
|
87 |
+
const CURRENCY_EUR = 'eur';
|
88 |
+
|
89 |
+
/**
|
90 |
+
* @param object|bool $payment
|
91 |
+
*/
|
92 |
+
function __construct( $payment = false ) {
|
93 |
+
parent::__construct( $payment );
|
94 |
+
}
|
95 |
+
|
96 |
+
static function get_type() {
|
97 |
+
return 'payment';
|
98 |
+
}
|
99 |
+
|
100 |
+
/**
|
101 |
+
* @author Vova Feldman (@svovaf)
|
102 |
+
* @since 1.0.0
|
103 |
+
*
|
104 |
+
* @return bool
|
105 |
+
*/
|
106 |
+
function is_refund() {
|
107 |
+
return ( parent::is_valid_id( $this->bound_payment_id ) && 0 > $this->gross );
|
108 |
+
}
|
109 |
+
|
110 |
+
/**
|
111 |
+
* Checks if the payment was migrated from another platform.
|
112 |
+
*
|
113 |
+
* @author Vova Feldman (@svovaf)
|
114 |
+
* @since 2.0.2
|
115 |
+
*
|
116 |
+
* @return bool
|
117 |
+
*/
|
118 |
+
function is_migrated() {
|
119 |
+
return ( 0 != $this->source );
|
120 |
+
}
|
121 |
+
|
122 |
+
/**
|
123 |
+
* Returns the gross in this format:
|
124 |
+
* `{symbol}{amount | 2 decimal digits} {currency | uppercase}`
|
125 |
+
*
|
126 |
+
* Examples: £9.99 GBP, -£9.99 GBP.
|
127 |
+
*
|
128 |
+
* @author Leo Fajardo (@leorw)
|
129 |
+
* @since 2.3.0
|
130 |
+
*
|
131 |
+
* @return string
|
132 |
+
*/
|
133 |
+
function formatted_gross()
|
134 |
+
{
|
135 |
+
return (
|
136 |
+
( $this->gross < 0 ? '-' : '' ) .
|
137 |
+
$this->get_symbol() .
|
138 |
+
number_format( abs( $this->gross ), 2, '.', ',' ) . ' ' .
|
139 |
+
strtoupper( $this->currency )
|
140 |
+
);
|
141 |
+
}
|
142 |
+
|
143 |
+
/**
|
144 |
+
* A map between supported currencies with their symbols.
|
145 |
+
*
|
146 |
+
* @var array<string,string>
|
147 |
+
*/
|
148 |
+
static $CURRENCY_2_SYMBOL;
|
149 |
+
|
150 |
+
/**
|
151 |
+
* @author Leo Fajardo (@leorw)
|
152 |
+
* @since 2.3.0
|
153 |
+
*
|
154 |
+
* @return string
|
155 |
+
*/
|
156 |
+
private function get_symbol() {
|
157 |
+
if ( ! isset( self::$CURRENCY_2_SYMBOL ) ) {
|
158 |
+
// Lazy load.
|
159 |
+
self::$CURRENCY_2_SYMBOL = array(
|
160 |
+
self::CURRENCY_USD => '$',
|
161 |
+
self::CURRENCY_GBP => '£',
|
162 |
+
self::CURRENCY_EUR => '€',
|
163 |
+
);
|
164 |
+
}
|
165 |
+
|
166 |
+
return self::$CURRENCY_2_SYMBOL[ $this->currency ];
|
167 |
+
}
|
168 |
}
|
freemius/includes/entities/class-fs-plugin-license.php
CHANGED
@@ -50,6 +50,13 @@
|
|
50 |
* @var number
|
51 |
*/
|
52 |
public $parent_license_id;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
/**
|
54 |
* @var number
|
55 |
*/
|
50 |
* @var number
|
51 |
*/
|
52 |
public $parent_license_id;
|
53 |
+
/**
|
54 |
+
* @author Leo Fajardo (@leorw)
|
55 |
+
* @since 2.4.0
|
56 |
+
*
|
57 |
+
* @var array
|
58 |
+
*/
|
59 |
+
public $products;
|
60 |
/**
|
61 |
* @var number
|
62 |
*/
|
freemius/includes/entities/class-fs-plugin.php
CHANGED
@@ -1,159 +1,159 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.0.3
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
class FS_Plugin extends FS_Scope_Entity {
|
14 |
-
/**
|
15 |
-
* @since 1.0.6
|
16 |
-
* @var null|number
|
17 |
-
*/
|
18 |
-
public $parent_plugin_id;
|
19 |
-
/**
|
20 |
-
* @var string
|
21 |
-
*/
|
22 |
-
public $title;
|
23 |
-
/**
|
24 |
-
* @var string
|
25 |
-
*/
|
26 |
-
public $slug;
|
27 |
-
/**
|
28 |
-
* @author Leo Fajardo (@leorw)
|
29 |
-
* @since 2.2.1
|
30 |
-
*
|
31 |
-
* @var string
|
32 |
-
*/
|
33 |
-
public $premium_slug;
|
34 |
-
/**
|
35 |
-
* @since 1.2.2
|
36 |
-
*
|
37 |
-
* @var string 'plugin' or 'theme'
|
38 |
-
*/
|
39 |
-
public $type;
|
40 |
-
/**
|
41 |
-
* @author Leo Fajardo (@leorw)
|
42 |
-
*
|
43 |
-
* @since 1.2.3
|
44 |
-
*
|
45 |
-
* @var string|false false if the module doesn't have an affiliate program or one of the following: 'selected', 'customers', or 'all'.
|
46 |
-
*/
|
47 |
-
public $affiliate_moderation;
|
48 |
-
/**
|
49 |
-
* @var bool Set to true if the free version of the module is hosted on WordPress.org. Defaults to true.
|
50 |
-
*/
|
51 |
-
public $is_wp_org_compliant = true;
|
52 |
-
/**
|
53 |
-
* @author Leo Fajardo (@leorw)
|
54 |
-
* @since 2.2.5
|
55 |
-
*
|
56 |
-
* @var int
|
57 |
-
*/
|
58 |
-
public $premium_releases_count;
|
59 |
-
|
60 |
-
#region Install Specific Properties
|
61 |
-
|
62 |
-
/**
|
63 |
-
* @var string
|
64 |
-
*/
|
65 |
-
public $file;
|
66 |
-
/**
|
67 |
-
* @var string
|
68 |
-
*/
|
69 |
-
public $version;
|
70 |
-
/**
|
71 |
-
* @var bool
|
72 |
-
*/
|
73 |
-
public $auto_update;
|
74 |
-
/**
|
75 |
-
* @var FS_Plugin_Info
|
76 |
-
*/
|
77 |
-
public $info;
|
78 |
-
/**
|
79 |
-
* @since 1.0.9
|
80 |
-
*
|
81 |
-
* @var bool
|
82 |
-
*/
|
83 |
-
public $is_premium;
|
84 |
-
/**
|
85 |
-
* @author Leo Fajardo (@leorw)
|
86 |
-
* @since 2.2.1
|
87 |
-
*
|
88 |
-
* @var string
|
89 |
-
*/
|
90 |
-
public $premium_suffix;
|
91 |
-
/**
|
92 |
-
* @since 1.0.9
|
93 |
-
*
|
94 |
-
* @var bool
|
95 |
-
*/
|
96 |
-
public $is_live;
|
97 |
-
/**
|
98 |
-
* @since 2.2.3
|
99 |
-
* @var null|number
|
100 |
-
*/
|
101 |
-
public $bundle_id;
|
102 |
-
/**
|
103 |
-
* @since 2.3.1
|
104 |
-
* @var null|string
|
105 |
-
*/
|
106 |
-
public $bundle_public_key;
|
107 |
-
|
108 |
-
const AFFILIATE_MODERATION_CUSTOMERS = 'customers';
|
109 |
-
|
110 |
-
#endregion Install Specific Properties
|
111 |
-
|
112 |
-
/**
|
113 |
-
* @param stdClass|bool $plugin
|
114 |
-
*/
|
115 |
-
function __construct( $plugin = false ) {
|
116 |
-
parent::__construct( $plugin );
|
117 |
-
|
118 |
-
$this->is_premium = false;
|
119 |
-
$this->is_live = true;
|
120 |
-
|
121 |
-
if ( empty( $this->premium_slug ) && ! empty( $plugin->slug ) ) {
|
122 |
-
$this->premium_slug = "{$this->slug}-premium";
|
123 |
-
}
|
124 |
-
|
125 |
-
if ( empty( $this->premium_suffix ) ) {
|
126 |
-
$this->premium_suffix = '(Premium)';
|
127 |
-
}
|
128 |
-
|
129 |
-
if ( isset( $plugin->info ) && is_object( $plugin->info ) ) {
|
130 |
-
$this->info = new FS_Plugin_Info( $plugin->info );
|
131 |
-
}
|
132 |
-
}
|
133 |
-
|
134 |
-
/**
|
135 |
-
* Check if plugin is an add-on (has parent).
|
136 |
-
*
|
137 |
-
* @author Vova Feldman (@svovaf)
|
138 |
-
* @since 1.0.6
|
139 |
-
*
|
140 |
-
* @return bool
|
141 |
-
*/
|
142 |
-
function is_addon() {
|
143 |
-
return isset( $this->parent_plugin_id ) && is_numeric( $this->parent_plugin_id );
|
144 |
-
}
|
145 |
-
|
146 |
-
/**
|
147 |
-
* @author Leo Fajardo (@leorw)
|
148 |
-
* @since 1.2.3
|
149 |
-
*
|
150 |
-
* @return bool
|
151 |
-
*/
|
152 |
-
function has_affiliate_program() {
|
153 |
-
return ( ! empty( $this->affiliate_moderation ) );
|
154 |
-
}
|
155 |
-
|
156 |
-
static function get_type() {
|
157 |
-
return 'plugin';
|
158 |
-
}
|
159 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.0.3
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
class FS_Plugin extends FS_Scope_Entity {
|
14 |
+
/**
|
15 |
+
* @since 1.0.6
|
16 |
+
* @var null|number
|
17 |
+
*/
|
18 |
+
public $parent_plugin_id;
|
19 |
+
/**
|
20 |
+
* @var string
|
21 |
+
*/
|
22 |
+
public $title;
|
23 |
+
/**
|
24 |
+
* @var string
|
25 |
+
*/
|
26 |
+
public $slug;
|
27 |
+
/**
|
28 |
+
* @author Leo Fajardo (@leorw)
|
29 |
+
* @since 2.2.1
|
30 |
+
*
|
31 |
+
* @var string
|
32 |
+
*/
|
33 |
+
public $premium_slug;
|
34 |
+
/**
|
35 |
+
* @since 1.2.2
|
36 |
+
*
|
37 |
+
* @var string 'plugin' or 'theme'
|
38 |
+
*/
|
39 |
+
public $type;
|
40 |
+
/**
|
41 |
+
* @author Leo Fajardo (@leorw)
|
42 |
+
*
|
43 |
+
* @since 1.2.3
|
44 |
+
*
|
45 |
+
* @var string|false false if the module doesn't have an affiliate program or one of the following: 'selected', 'customers', or 'all'.
|
46 |
+
*/
|
47 |
+
public $affiliate_moderation;
|
48 |
+
/**
|
49 |
+
* @var bool Set to true if the free version of the module is hosted on WordPress.org. Defaults to true.
|
50 |
+
*/
|
51 |
+
public $is_wp_org_compliant = true;
|
52 |
+
/**
|
53 |
+
* @author Leo Fajardo (@leorw)
|
54 |
+
* @since 2.2.5
|
55 |
+
*
|
56 |
+
* @var int
|
57 |
+
*/
|
58 |
+
public $premium_releases_count;
|
59 |
+
|
60 |
+
#region Install Specific Properties
|
61 |
+
|
62 |
+
/**
|
63 |
+
* @var string
|
64 |
+
*/
|
65 |
+
public $file;
|
66 |
+
/**
|
67 |
+
* @var string
|
68 |
+
*/
|
69 |
+
public $version;
|
70 |
+
/**
|
71 |
+
* @var bool
|
72 |
+
*/
|
73 |
+
public $auto_update;
|
74 |
+
/**
|
75 |
+
* @var FS_Plugin_Info
|
76 |
+
*/
|
77 |
+
public $info;
|
78 |
+
/**
|
79 |
+
* @since 1.0.9
|
80 |
+
*
|
81 |
+
* @var bool
|
82 |
+
*/
|
83 |
+
public $is_premium;
|
84 |
+
/**
|
85 |
+
* @author Leo Fajardo (@leorw)
|
86 |
+
* @since 2.2.1
|
87 |
+
*
|
88 |
+
* @var string
|
89 |
+
*/
|
90 |
+
public $premium_suffix;
|
91 |
+
/**
|
92 |
+
* @since 1.0.9
|
93 |
+
*
|
94 |
+
* @var bool
|
95 |
+
*/
|
96 |
+
public $is_live;
|
97 |
+
/**
|
98 |
+
* @since 2.2.3
|
99 |
+
* @var null|number
|
100 |
+
*/
|
101 |
+
public $bundle_id;
|
102 |
+
/**
|
103 |
+
* @since 2.3.1
|
104 |
+
* @var null|string
|
105 |
+
*/
|
106 |
+
public $bundle_public_key;
|
107 |
+
|
108 |
+
const AFFILIATE_MODERATION_CUSTOMERS = 'customers';
|
109 |
+
|
110 |
+
#endregion Install Specific Properties
|
111 |
+
|
112 |
+
/**
|
113 |
+
* @param stdClass|bool $plugin
|
114 |
+
*/
|
115 |
+
function __construct( $plugin = false ) {
|
116 |
+
parent::__construct( $plugin );
|
117 |
+
|
118 |
+
$this->is_premium = false;
|
119 |
+
$this->is_live = true;
|
120 |
+
|
121 |
+
if ( empty( $this->premium_slug ) && ! empty( $plugin->slug ) ) {
|
122 |
+
$this->premium_slug = "{$this->slug}-premium";
|
123 |
+
}
|
124 |
+
|
125 |
+
if ( empty( $this->premium_suffix ) ) {
|
126 |
+
$this->premium_suffix = '(Premium)';
|
127 |
+
}
|
128 |
+
|
129 |
+
if ( isset( $plugin->info ) && is_object( $plugin->info ) ) {
|
130 |
+
$this->info = new FS_Plugin_Info( $plugin->info );
|
131 |
+
}
|
132 |
+
}
|
133 |
+
|
134 |
+
/**
|
135 |
+
* Check if plugin is an add-on (has parent).
|
136 |
+
*
|
137 |
+
* @author Vova Feldman (@svovaf)
|
138 |
+
* @since 1.0.6
|
139 |
+
*
|
140 |
+
* @return bool
|
141 |
+
*/
|
142 |
+
function is_addon() {
|
143 |
+
return isset( $this->parent_plugin_id ) && is_numeric( $this->parent_plugin_id );
|
144 |
+
}
|
145 |
+
|
146 |
+
/**
|
147 |
+
* @author Leo Fajardo (@leorw)
|
148 |
+
* @since 1.2.3
|
149 |
+
*
|
150 |
+
* @return bool
|
151 |
+
*/
|
152 |
+
function has_affiliate_program() {
|
153 |
+
return ( ! empty( $this->affiliate_moderation ) );
|
154 |
+
}
|
155 |
+
|
156 |
+
static function get_type() {
|
157 |
+
return 'plugin';
|
158 |
+
}
|
159 |
}
|
freemius/includes/entities/class-fs-pricing.php
CHANGED
@@ -1,157 +1,157 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius for EDD Add-On
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.0.0
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
class FS_Pricing extends FS_Entity {
|
14 |
-
|
15 |
-
#region Properties
|
16 |
-
|
17 |
-
/**
|
18 |
-
* @var number
|
19 |
-
*/
|
20 |
-
public $plan_id;
|
21 |
-
/**
|
22 |
-
* @var int
|
23 |
-
*/
|
24 |
-
public $licenses;
|
25 |
-
/**
|
26 |
-
* @var null|float
|
27 |
-
*/
|
28 |
-
public $monthly_price;
|
29 |
-
/**
|
30 |
-
* @var null|float
|
31 |
-
*/
|
32 |
-
public $annual_price;
|
33 |
-
/**
|
34 |
-
* @var null|float
|
35 |
-
*/
|
36 |
-
public $lifetime_price;
|
37 |
-
/**
|
38 |
-
* @author Leo Fajardo (@leorw)
|
39 |
-
* @since 2.3.1
|
40 |
-
*
|
41 |
-
* @var string One of the following: `usd`, `gbp`, `eur`.
|
42 |
-
*/
|
43 |
-
public $currency;
|
44 |
-
|
45 |
-
#endregion Properties
|
46 |
-
|
47 |
-
/**
|
48 |
-
* @param object|bool $pricing
|
49 |
-
*/
|
50 |
-
function __construct( $pricing = false ) {
|
51 |
-
parent::__construct( $pricing );
|
52 |
-
}
|
53 |
-
|
54 |
-
static function get_type() {
|
55 |
-
return 'pricing';
|
56 |
-
}
|
57 |
-
|
58 |
-
/**
|
59 |
-
* @author Vova Feldman (@svovaf)
|
60 |
-
* @since 1.1.8
|
61 |
-
*
|
62 |
-
* @return bool
|
63 |
-
*/
|
64 |
-
function has_monthly() {
|
65 |
-
return ( is_numeric( $this->monthly_price ) && $this->monthly_price > 0 );
|
66 |
-
}
|
67 |
-
|
68 |
-
/**
|
69 |
-
* @author Vova Feldman (@svovaf)
|
70 |
-
* @since 1.1.8
|
71 |
-
*
|
72 |
-
* @return bool
|
73 |
-
*/
|
74 |
-
function has_annual() {
|
75 |
-
return ( is_numeric( $this->annual_price ) && $this->annual_price > 0 );
|
76 |
-
}
|
77 |
-
|
78 |
-
/**
|
79 |
-
* @author Vova Feldman (@svovaf)
|
80 |
-
* @since 1.1.8
|
81 |
-
*
|
82 |
-
* @return bool
|
83 |
-
*/
|
84 |
-
function has_lifetime() {
|
85 |
-
return ( is_numeric( $this->lifetime_price ) && $this->lifetime_price > 0 );
|
86 |
-
}
|
87 |
-
|
88 |
-
/**
|
89 |
-
* Check if unlimited licenses pricing.
|
90 |
-
*
|
91 |
-
* @author Vova Feldman (@svovaf)
|
92 |
-
* @since 1.1.8
|
93 |
-
*
|
94 |
-
* @return bool
|
95 |
-
*/
|
96 |
-
function is_unlimited() {
|
97 |
-
return is_null( $this->licenses );
|
98 |
-
}
|
99 |
-
|
100 |
-
|
101 |
-
/**
|
102 |
-
* Check if pricing has more than one billing cycle.
|
103 |
-
*
|
104 |
-
* @author Vova Feldman (@svovaf)
|
105 |
-
* @since 1.1.8
|
106 |
-
*
|
107 |
-
* @return bool
|
108 |
-
*/
|
109 |
-
function is_multi_cycle() {
|
110 |
-
$cycles = 0;
|
111 |
-
if ( $this->has_monthly() ) {
|
112 |
-
$cycles ++;
|
113 |
-
}
|
114 |
-
if ( $this->has_annual() ) {
|
115 |
-
$cycles ++;
|
116 |
-
}
|
117 |
-
if ( $this->has_lifetime() ) {
|
118 |
-
$cycles ++;
|
119 |
-
}
|
120 |
-
|
121 |
-
return $cycles > 1;
|
122 |
-
}
|
123 |
-
|
124 |
-
/**
|
125 |
-
* Get annual over monthly discount.
|
126 |
-
*
|
127 |
-
* @author Vova Feldman (@svovaf)
|
128 |
-
* @since 1.1.8
|
129 |
-
*
|
130 |
-
* @return int
|
131 |
-
*/
|
132 |
-
function annual_discount_percentage() {
|
133 |
-
return floor( $this->annual_savings() / ( $this->monthly_price * 12 * ( $this->is_unlimited() ? 1 : $this->licenses ) ) * 100 );
|
134 |
-
}
|
135 |
-
|
136 |
-
/**
|
137 |
-
* Get annual over monthly savings.
|
138 |
-
*
|
139 |
-
* @author Vova Feldman (@svovaf)
|
140 |
-
* @since 1.1.8
|
141 |
-
*
|
142 |
-
* @return float
|
143 |
-
*/
|
144 |
-
function annual_savings() {
|
145 |
-
return ( $this->monthly_price * 12 - $this->annual_price ) * ( $this->is_unlimited() ? 1 : $this->licenses );
|
146 |
-
}
|
147 |
-
|
148 |
-
/**
|
149 |
-
* @author Leo Fajardo (@leorw)
|
150 |
-
* @since 2.3.1
|
151 |
-
*
|
152 |
-
* @return bool
|
153 |
-
*/
|
154 |
-
function is_usd() {
|
155 |
-
return ( 'usd' === $this->currency );
|
156 |
-
}
|
157 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius for EDD Add-On
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.0.0
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
class FS_Pricing extends FS_Entity {
|
14 |
+
|
15 |
+
#region Properties
|
16 |
+
|
17 |
+
/**
|
18 |
+
* @var number
|
19 |
+
*/
|
20 |
+
public $plan_id;
|
21 |
+
/**
|
22 |
+
* @var int
|
23 |
+
*/
|
24 |
+
public $licenses;
|
25 |
+
/**
|
26 |
+
* @var null|float
|
27 |
+
*/
|
28 |
+
public $monthly_price;
|
29 |
+
/**
|
30 |
+
* @var null|float
|
31 |
+
*/
|
32 |
+
public $annual_price;
|
33 |
+
/**
|
34 |
+
* @var null|float
|
35 |
+
*/
|
36 |
+
public $lifetime_price;
|
37 |
+
/**
|
38 |
+
* @author Leo Fajardo (@leorw)
|
39 |
+
* @since 2.3.1
|
40 |
+
*
|
41 |
+
* @var string One of the following: `usd`, `gbp`, `eur`.
|
42 |
+
*/
|
43 |
+
public $currency;
|
44 |
+
|
45 |
+
#endregion Properties
|
46 |
+
|
47 |
+
/**
|
48 |
+
* @param object|bool $pricing
|
49 |
+
*/
|
50 |
+
function __construct( $pricing = false ) {
|
51 |
+
parent::__construct( $pricing );
|
52 |
+
}
|
53 |
+
|
54 |
+
static function get_type() {
|
55 |
+
return 'pricing';
|
56 |
+
}
|
57 |
+
|
58 |
+
/**
|
59 |
+
* @author Vova Feldman (@svovaf)
|
60 |
+
* @since 1.1.8
|
61 |
+
*
|
62 |
+
* @return bool
|
63 |
+
*/
|
64 |
+
function has_monthly() {
|
65 |
+
return ( is_numeric( $this->monthly_price ) && $this->monthly_price > 0 );
|
66 |
+
}
|
67 |
+
|
68 |
+
/**
|
69 |
+
* @author Vova Feldman (@svovaf)
|
70 |
+
* @since 1.1.8
|
71 |
+
*
|
72 |
+
* @return bool
|
73 |
+
*/
|
74 |
+
function has_annual() {
|
75 |
+
return ( is_numeric( $this->annual_price ) && $this->annual_price > 0 );
|
76 |
+
}
|
77 |
+
|
78 |
+
/**
|
79 |
+
* @author Vova Feldman (@svovaf)
|
80 |
+
* @since 1.1.8
|
81 |
+
*
|
82 |
+
* @return bool
|
83 |
+
*/
|
84 |
+
function has_lifetime() {
|
85 |
+
return ( is_numeric( $this->lifetime_price ) && $this->lifetime_price > 0 );
|
86 |
+
}
|
87 |
+
|
88 |
+
/**
|
89 |
+
* Check if unlimited licenses pricing.
|
90 |
+
*
|
91 |
+
* @author Vova Feldman (@svovaf)
|
92 |
+
* @since 1.1.8
|
93 |
+
*
|
94 |
+
* @return bool
|
95 |
+
*/
|
96 |
+
function is_unlimited() {
|
97 |
+
return is_null( $this->licenses );
|
98 |
+
}
|
99 |
+
|
100 |
+
|
101 |
+
/**
|
102 |
+
* Check if pricing has more than one billing cycle.
|
103 |
+
*
|
104 |
+
* @author Vova Feldman (@svovaf)
|
105 |
+
* @since 1.1.8
|
106 |
+
*
|
107 |
+
* @return bool
|
108 |
+
*/
|
109 |
+
function is_multi_cycle() {
|
110 |
+
$cycles = 0;
|
111 |
+
if ( $this->has_monthly() ) {
|
112 |
+
$cycles ++;
|
113 |
+
}
|
114 |
+
if ( $this->has_annual() ) {
|
115 |
+
$cycles ++;
|
116 |
+
}
|
117 |
+
if ( $this->has_lifetime() ) {
|
118 |
+
$cycles ++;
|
119 |
+
}
|
120 |
+
|
121 |
+
return $cycles > 1;
|
122 |
+
}
|
123 |
+
|
124 |
+
/**
|
125 |
+
* Get annual over monthly discount.
|
126 |
+
*
|
127 |
+
* @author Vova Feldman (@svovaf)
|
128 |
+
* @since 1.1.8
|
129 |
+
*
|
130 |
+
* @return int
|
131 |
+
*/
|
132 |
+
function annual_discount_percentage() {
|
133 |
+
return floor( $this->annual_savings() / ( $this->monthly_price * 12 * ( $this->is_unlimited() ? 1 : $this->licenses ) ) * 100 );
|
134 |
+
}
|
135 |
+
|
136 |
+
/**
|
137 |
+
* Get annual over monthly savings.
|
138 |
+
*
|
139 |
+
* @author Vova Feldman (@svovaf)
|
140 |
+
* @since 1.1.8
|
141 |
+
*
|
142 |
+
* @return float
|
143 |
+
*/
|
144 |
+
function annual_savings() {
|
145 |
+
return ( $this->monthly_price * 12 - $this->annual_price ) * ( $this->is_unlimited() ? 1 : $this->licenses );
|
146 |
+
}
|
147 |
+
|
148 |
+
/**
|
149 |
+
* @author Leo Fajardo (@leorw)
|
150 |
+
* @since 2.3.1
|
151 |
+
*
|
152 |
+
* @return bool
|
153 |
+
*/
|
154 |
+
function is_usd() {
|
155 |
+
return ( 'usd' === $this->currency );
|
156 |
+
}
|
157 |
}
|
freemius/includes/entities/class-fs-site.php
CHANGED
@@ -171,6 +171,7 @@
|
|
171 |
// WPEngine staging.
|
172 |
fs_ends_with( $subdomain, '.staging.wpengine.com' ) ||
|
173 |
fs_ends_with( $subdomain, '.dev.wpengine.com' ) ||
|
|
|
174 |
// Pantheon
|
175 |
( fs_ends_with( $subdomain, 'pantheonsite.io' ) &&
|
176 |
( fs_starts_with( $subdomain, 'test-' ) || fs_starts_with( $subdomain, 'dev-' ) ) ) ||
|
@@ -179,7 +180,9 @@
|
|
179 |
// Kinsta
|
180 |
( fs_starts_with( $subdomain, 'staging-' ) && ( fs_ends_with( $subdomain, '.kinsta.com' ) || fs_ends_with( $subdomain, '.kinsta.cloud' ) ) ) ||
|
181 |
// DesktopServer
|
182 |
-
fs_ends_with( $subdomain, '.dev.cc' )
|
|
|
|
|
183 |
);
|
184 |
}
|
185 |
|
171 |
// WPEngine staging.
|
172 |
fs_ends_with( $subdomain, '.staging.wpengine.com' ) ||
|
173 |
fs_ends_with( $subdomain, '.dev.wpengine.com' ) ||
|
174 |
+
fs_ends_with( $subdomain, '.wpengine.com' ) ||
|
175 |
// Pantheon
|
176 |
( fs_ends_with( $subdomain, 'pantheonsite.io' ) &&
|
177 |
( fs_starts_with( $subdomain, 'test-' ) || fs_starts_with( $subdomain, 'dev-' ) ) ) ||
|
180 |
// Kinsta
|
181 |
( fs_starts_with( $subdomain, 'staging-' ) && ( fs_ends_with( $subdomain, '.kinsta.com' ) || fs_ends_with( $subdomain, '.kinsta.cloud' ) ) ) ||
|
182 |
// DesktopServer
|
183 |
+
fs_ends_with( $subdomain, '.dev.cc' ) ||
|
184 |
+
// Pressable
|
185 |
+
fs_ends_with( $subdomain, '.mystagingwebsite.com' )
|
186 |
);
|
187 |
}
|
188 |
|
freemius/includes/entities/class-fs-subscription.php
CHANGED
@@ -1,147 +1,147 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.0.9
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
class FS_Subscription extends FS_Entity {
|
14 |
-
|
15 |
-
#region Properties
|
16 |
-
|
17 |
-
/**
|
18 |
-
* @var number
|
19 |
-
*/
|
20 |
-
public $user_id;
|
21 |
-
/**
|
22 |
-
* @var number
|
23 |
-
*/
|
24 |
-
public $install_id;
|
25 |
-
/**
|
26 |
-
* @var number
|
27 |
-
*/
|
28 |
-
public $plan_id;
|
29 |
-
/**
|
30 |
-
* @var number
|
31 |
-
*/
|
32 |
-
public $license_id;
|
33 |
-
/**
|
34 |
-
* @var float
|
35 |
-
*/
|
36 |
-
public $total_gross;
|
37 |
-
/**
|
38 |
-
* @var float
|
39 |
-
*/
|
40 |
-
public $amount_per_cycle;
|
41 |
-
/**
|
42 |
-
* @var int # of months
|
43 |
-
*/
|
44 |
-
public $billing_cycle;
|
45 |
-
/**
|
46 |
-
* @var float
|
47 |
-
*/
|
48 |
-
public $outstanding_balance;
|
49 |
-
/**
|
50 |
-
* @var int
|
51 |
-
*/
|
52 |
-
public $failed_payments;
|
53 |
-
/**
|
54 |
-
* @var string
|
55 |
-
*/
|
56 |
-
public $gateway;
|
57 |
-
/**
|
58 |
-
* @var string
|
59 |
-
*/
|
60 |
-
public $external_id;
|
61 |
-
/**
|
62 |
-
* @var string|null
|
63 |
-
*/
|
64 |
-
public $trial_ends;
|
65 |
-
/**
|
66 |
-
* @var string|null Datetime of the next payment, or null if cancelled.
|
67 |
-
*/
|
68 |
-
public $next_payment;
|
69 |
-
/**
|
70 |
-
* @since 2.3.1
|
71 |
-
*
|
72 |
-
* @var string|null Datetime of the cancellation.
|
73 |
-
*/
|
74 |
-
public $canceled_at;
|
75 |
-
/**
|
76 |
-
* @var string|null
|
77 |
-
*/
|
78 |
-
public $vat_id;
|
79 |
-
/**
|
80 |
-
* @var string Two characters country code
|
81 |
-
*/
|
82 |
-
public $country_code;
|
83 |
-
|
84 |
-
#endregion Properties
|
85 |
-
|
86 |
-
/**
|
87 |
-
* @param object|bool $subscription
|
88 |
-
*/
|
89 |
-
function __construct( $subscription = false ) {
|
90 |
-
parent::__construct( $subscription );
|
91 |
-
}
|
92 |
-
|
93 |
-
static function get_type() {
|
94 |
-
return 'subscription';
|
95 |
-
}
|
96 |
-
|
97 |
-
/**
|
98 |
-
* Check if subscription is active.
|
99 |
-
*
|
100 |
-
* @author Vova Feldman (@svovaf)
|
101 |
-
* @since 1.0.9
|
102 |
-
*
|
103 |
-
* @return bool
|
104 |
-
*/
|
105 |
-
function is_active() {
|
106 |
-
if ( $this->is_canceled() ) {
|
107 |
-
return false;
|
108 |
-
}
|
109 |
-
|
110 |
-
return (
|
111 |
-
! empty( $this->next_payment ) &&
|
112 |
-
strtotime( $this->next_payment ) > WP_FS__SCRIPT_START_TIME
|
113 |
-
);
|
114 |
-
}
|
115 |
-
|
116 |
-
/**
|
117 |
-
* @author Vova Feldman (@svovaf)
|
118 |
-
* @since 2.3.1
|
119 |
-
*
|
120 |
-
* @return bool
|
121 |
-
*/
|
122 |
-
function is_canceled() {
|
123 |
-
return ! is_null( $this->canceled_at );
|
124 |
-
}
|
125 |
-
|
126 |
-
/**
|
127 |
-
* Subscription considered to be new without any payments
|
128 |
-
* if the next payment should be made within less than 24 hours
|
129 |
-
* from the subscription creation.
|
130 |
-
*
|
131 |
-
* @author Vova Feldman (@svovaf)
|
132 |
-
* @since 1.0.9
|
133 |
-
*
|
134 |
-
* @return bool
|
135 |
-
*/
|
136 |
-
function is_first_payment_pending() {
|
137 |
-
return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->next_payment ) - strtotime( $this->created ) );
|
138 |
-
}
|
139 |
-
|
140 |
-
/**
|
141 |
-
* @author Vova Feldman (@svovaf)
|
142 |
-
* @since 1.1.7
|
143 |
-
*/
|
144 |
-
function has_trial() {
|
145 |
-
return ! is_null( $this->trial_ends );
|
146 |
-
}
|
147 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.0.9
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
class FS_Subscription extends FS_Entity {
|
14 |
+
|
15 |
+
#region Properties
|
16 |
+
|
17 |
+
/**
|
18 |
+
* @var number
|
19 |
+
*/
|
20 |
+
public $user_id;
|
21 |
+
/**
|
22 |
+
* @var number
|
23 |
+
*/
|
24 |
+
public $install_id;
|
25 |
+
/**
|
26 |
+
* @var number
|
27 |
+
*/
|
28 |
+
public $plan_id;
|
29 |
+
/**
|
30 |
+
* @var number
|
31 |
+
*/
|
32 |
+
public $license_id;
|
33 |
+
/**
|
34 |
+
* @var float
|
35 |
+
*/
|
36 |
+
public $total_gross;
|
37 |
+
/**
|
38 |
+
* @var float
|
39 |
+
*/
|
40 |
+
public $amount_per_cycle;
|
41 |
+
/**
|
42 |
+
* @var int # of months
|
43 |
+
*/
|
44 |
+
public $billing_cycle;
|
45 |
+
/**
|
46 |
+
* @var float
|
47 |
+
*/
|
48 |
+
public $outstanding_balance;
|
49 |
+
/**
|
50 |
+
* @var int
|
51 |
+
*/
|
52 |
+
public $failed_payments;
|
53 |
+
/**
|
54 |
+
* @var string
|
55 |
+
*/
|
56 |
+
public $gateway;
|
57 |
+
/**
|
58 |
+
* @var string
|
59 |
+
*/
|
60 |
+
public $external_id;
|
61 |
+
/**
|
62 |
+
* @var string|null
|
63 |
+
*/
|
64 |
+
public $trial_ends;
|
65 |
+
/**
|
66 |
+
* @var string|null Datetime of the next payment, or null if cancelled.
|
67 |
+
*/
|
68 |
+
public $next_payment;
|
69 |
+
/**
|
70 |
+
* @since 2.3.1
|
71 |
+
*
|
72 |
+
* @var string|null Datetime of the cancellation.
|
73 |
+
*/
|
74 |
+
public $canceled_at;
|
75 |
+
/**
|
76 |
+
* @var string|null
|
77 |
+
*/
|
78 |
+
public $vat_id;
|
79 |
+
/**
|
80 |
+
* @var string Two characters country code
|
81 |
+
*/
|
82 |
+
public $country_code;
|
83 |
+
|
84 |
+
#endregion Properties
|
85 |
+
|
86 |
+
/**
|
87 |
+
* @param object|bool $subscription
|
88 |
+
*/
|
89 |
+
function __construct( $subscription = false ) {
|
90 |
+
parent::__construct( $subscription );
|
91 |
+
}
|
92 |
+
|
93 |
+
static function get_type() {
|
94 |
+
return 'subscription';
|
95 |
+
}
|
96 |
+
|
97 |
+
/**
|
98 |
+
* Check if subscription is active.
|
99 |
+
*
|
100 |
+
* @author Vova Feldman (@svovaf)
|
101 |
+
* @since 1.0.9
|
102 |
+
*
|
103 |
+
* @return bool
|
104 |
+
*/
|
105 |
+
function is_active() {
|
106 |
+
if ( $this->is_canceled() ) {
|
107 |
+
return false;
|
108 |
+
}
|
109 |
+
|
110 |
+
return (
|
111 |
+
! empty( $this->next_payment ) &&
|
112 |
+
strtotime( $this->next_payment ) > WP_FS__SCRIPT_START_TIME
|
113 |
+
);
|
114 |
+
}
|
115 |
+
|
116 |
+
/**
|
117 |
+
* @author Vova Feldman (@svovaf)
|
118 |
+
* @since 2.3.1
|
119 |
+
*
|
120 |
+
* @return bool
|
121 |
+
*/
|
122 |
+
function is_canceled() {
|
123 |
+
return ! is_null( $this->canceled_at );
|
124 |
+
}
|
125 |
+
|
126 |
+
/**
|
127 |
+
* Subscription considered to be new without any payments
|
128 |
+
* if the next payment should be made within less than 24 hours
|
129 |
+
* from the subscription creation.
|
130 |
+
*
|
131 |
+
* @author Vova Feldman (@svovaf)
|
132 |
+
* @since 1.0.9
|
133 |
+
*
|
134 |
+
* @return bool
|
135 |
+
*/
|
136 |
+
function is_first_payment_pending() {
|
137 |
+
return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->next_payment ) - strtotime( $this->created ) );
|
138 |
+
}
|
139 |
+
|
140 |
+
/**
|
141 |
+
* @author Vova Feldman (@svovaf)
|
142 |
+
* @since 1.1.7
|
143 |
+
*/
|
144 |
+
function has_trial() {
|
145 |
+
return ! is_null( $this->trial_ends );
|
146 |
+
}
|
147 |
}
|
freemius/includes/fs-essential-functions.php
CHANGED
@@ -380,45 +380,62 @@
|
|
380 |
global $fs_active_plugins;
|
381 |
|
382 |
/**
|
383 |
-
* @todo Multi-site network activated plugin are always loaded prior to site plugins so if there's a
|
384 |
*
|
385 |
* @link https://github.com/Freemius/wordpress-sdk/issues/26
|
386 |
*/
|
387 |
|
388 |
$newest_sdk_plugin_path = $fs_active_plugins->newest->plugin_path;
|
389 |
|
390 |
-
$active_plugins
|
391 |
-
$
|
392 |
-
if ( 0 === $newest_sdk_plugin_key ) {
|
393 |
-
// if it's 0 it's the first plugin already, no need to continue
|
394 |
-
return false;
|
395 |
-
} else if ( is_numeric( $newest_sdk_plugin_key ) ) {
|
396 |
-
// Remove plugin from its current position.
|
397 |
-
array_splice( $active_plugins, $newest_sdk_plugin_key, 1 );
|
398 |
|
399 |
-
|
400 |
-
|
401 |
|
402 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
403 |
|
404 |
return true;
|
405 |
-
}
|
|
|
|
|
406 |
// Plugin is network active.
|
407 |
$network_active_plugins = get_site_option( 'active_sitewide_plugins', array() );
|
408 |
|
409 |
-
if (isset($network_active_plugins[$newest_sdk_plugin_path])) {
|
410 |
-
reset($network_active_plugins);
|
411 |
-
if ( $newest_sdk_plugin_path === key($network_active_plugins) ) {
|
412 |
// Plugin is already activated first on the network level.
|
413 |
return false;
|
414 |
-
} else
|
415 |
-
$time = $network_active_plugins[$newest_sdk_plugin_path];
|
416 |
|
417 |
// Remove plugin from its current position.
|
418 |
-
unset($network_active_plugins[$newest_sdk_plugin_path]);
|
419 |
|
420 |
// Set it to be included first.
|
421 |
-
$network_active_plugins = array($newest_sdk_plugin_path => $time) + $network_active_plugins;
|
422 |
|
423 |
update_site_option( 'active_sitewide_plugins', $network_active_plugins );
|
424 |
|
380 |
global $fs_active_plugins;
|
381 |
|
382 |
/**
|
383 |
+
* @todo Multi-site network activated plugin are always loaded prior to site plugins so if there's a plugin activated in the network mode that has an older version of the SDK of another plugin which is site activated that has new SDK version, the fs-essential-functions.php will be loaded from the older SDK. Same thing about MU plugins (loaded even before network activated plugins).
|
384 |
*
|
385 |
* @link https://github.com/Freemius/wordpress-sdk/issues/26
|
386 |
*/
|
387 |
|
388 |
$newest_sdk_plugin_path = $fs_active_plugins->newest->plugin_path;
|
389 |
|
390 |
+
$active_plugins = get_option( 'active_plugins', array() );
|
391 |
+
$updated_active_plugins = array( $newest_sdk_plugin_path );
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
|
393 |
+
$plugin_found = false;
|
394 |
+
$is_first_path = true;
|
395 |
|
396 |
+
foreach ( $active_plugins as $key => $plugin_path ) {
|
397 |
+
if ( $plugin_path === $newest_sdk_plugin_path ) {
|
398 |
+
if ( $is_first_path ) {
|
399 |
+
// if it's the first plugin already, no need to continue
|
400 |
+
return false;
|
401 |
+
}
|
402 |
+
|
403 |
+
$plugin_found = true;
|
404 |
+
|
405 |
+
// Skip the plugin (it is already added as the 1st item of $updated_active_plugins).
|
406 |
+
continue;
|
407 |
+
}
|
408 |
+
|
409 |
+
$updated_active_plugins[] = $plugin_path;
|
410 |
+
|
411 |
+
if ( $is_first_path ) {
|
412 |
+
$is_first_path = false;
|
413 |
+
}
|
414 |
+
}
|
415 |
+
|
416 |
+
if ( $plugin_found ) {
|
417 |
+
update_option( 'active_plugins', $updated_active_plugins );
|
418 |
|
419 |
return true;
|
420 |
+
}
|
421 |
+
|
422 |
+
if ( is_multisite() ) {
|
423 |
// Plugin is network active.
|
424 |
$network_active_plugins = get_site_option( 'active_sitewide_plugins', array() );
|
425 |
|
426 |
+
if ( isset( $network_active_plugins[ $newest_sdk_plugin_path ] ) ) {
|
427 |
+
reset( $network_active_plugins );
|
428 |
+
if ( $newest_sdk_plugin_path === key( $network_active_plugins ) ) {
|
429 |
// Plugin is already activated first on the network level.
|
430 |
return false;
|
431 |
+
} else {
|
432 |
+
$time = $network_active_plugins[ $newest_sdk_plugin_path ];
|
433 |
|
434 |
// Remove plugin from its current position.
|
435 |
+
unset( $network_active_plugins[ $newest_sdk_plugin_path ] );
|
436 |
|
437 |
// Set it to be included first.
|
438 |
+
$network_active_plugins = array( $newest_sdk_plugin_path => $time ) + $network_active_plugins;
|
439 |
|
440 |
update_site_option( 'active_sitewide_plugins', $network_active_plugins );
|
441 |
|
freemius/includes/fs-plugin-info-dialog.php
CHANGED
@@ -880,9 +880,11 @@
|
|
880 |
$classes[] = 'disabled';
|
881 |
}
|
882 |
|
|
|
|
|
883 |
return sprintf(
|
884 |
'<a %s class="button %s">%s</a>',
|
885 |
-
empty( $href ) ? '' : 'href="' . $href . '" target="' . $target . '"',
|
886 |
implode( ' ', $classes ),
|
887 |
$label
|
888 |
);
|
@@ -1367,6 +1369,7 @@
|
|
1367 |
if ( ! empty( $api->slug ) && true == $api->is_wp_org_compliant ) {
|
1368 |
?>
|
1369 |
<li><a target="_blank"
|
|
|
1370 |
href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_esc_html_echo_inline( 'WordPress.org Plugin Page', 'wp-org-plugin-page', $api->slug ) ?>
|
1371 |
»</a>
|
1372 |
</li>
|
@@ -1375,6 +1378,7 @@
|
|
1375 |
if ( ! empty( $api->homepage ) ) {
|
1376 |
?>
|
1377 |
<li><a target="_blank"
|
|
|
1378 |
href="<?php echo esc_url( $api->homepage ); ?>"><?php fs_esc_html_echo_inline( 'Plugin Homepage', 'plugin-homepage', $api->slug ) ?>
|
1379 |
»</a>
|
1380 |
</li>
|
@@ -1383,6 +1387,7 @@
|
|
1383 |
if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
|
1384 |
?>
|
1385 |
<li><a target="_blank"
|
|
|
1386 |
href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_esc_html_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
|
1387 |
»</a>
|
1388 |
</li>
|
@@ -1426,18 +1431,19 @@
|
|
1426 |
);
|
1427 |
?>
|
1428 |
<div class="counter-container">
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
|
|
1437 |
<span class="counter-back">
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
</div>
|
1442 |
<?php
|
1443 |
}
|
@@ -1458,13 +1464,14 @@
|
|
1458 |
if ( empty( $contrib_profile ) ) {
|
1459 |
echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&s=36' width='18' height='18' />{$contrib_username}</li>";
|
1460 |
} else {
|
1461 |
-
echo "<li><a href='{$contrib_profile}' target='_blank'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&s=36' width='18' height='18' />{$contrib_username}</a></li>";
|
1462 |
}
|
1463 |
}
|
1464 |
?>
|
1465 |
</ul>
|
1466 |
<?php if ( ! empty( $api->donate_link ) ) { ?>
|
1467 |
<a target="_blank"
|
|
|
1468 |
href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
|
1469 |
»</a>
|
1470 |
<?php } ?>
|
880 |
$classes[] = 'disabled';
|
881 |
}
|
882 |
|
883 |
+
$rel = ( '_blank' === $target ) ? ' rel="noopener noreferrer"' : '';
|
884 |
+
|
885 |
return sprintf(
|
886 |
'<a %s class="button %s">%s</a>',
|
887 |
+
empty( $href ) ? '' : 'href="' . $href . '" target="' . $target . '"' . $rel,
|
888 |
implode( ' ', $classes ),
|
889 |
$label
|
890 |
);
|
1369 |
if ( ! empty( $api->slug ) && true == $api->is_wp_org_compliant ) {
|
1370 |
?>
|
1371 |
<li><a target="_blank"
|
1372 |
+
rel="noopener noreferrer"
|
1373 |
href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_esc_html_echo_inline( 'WordPress.org Plugin Page', 'wp-org-plugin-page', $api->slug ) ?>
|
1374 |
»</a>
|
1375 |
</li>
|
1378 |
if ( ! empty( $api->homepage ) ) {
|
1379 |
?>
|
1380 |
<li><a target="_blank"
|
1381 |
+
rel="noopener noreferrer"
|
1382 |
href="<?php echo esc_url( $api->homepage ); ?>"><?php fs_esc_html_echo_inline( 'Plugin Homepage', 'plugin-homepage', $api->slug ) ?>
|
1383 |
»</a>
|
1384 |
</li>
|
1387 |
if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
|
1388 |
?>
|
1389 |
<li><a target="_blank"
|
1390 |
+
rel="noopener noreferrer"
|
1391 |
href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_esc_html_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
|
1392 |
»</a>
|
1393 |
</li>
|
1431 |
);
|
1432 |
?>
|
1433 |
<div class="counter-container">
|
1434 |
+
<span class="counter-label"><a
|
1435 |
+
href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
|
1436 |
+
target="_blank"
|
1437 |
+
rel="noopener noreferrer"
|
1438 |
+
title="<?php echo esc_attr( sprintf(
|
1439 |
+
/* translators: %s: # of stars (e.g. 5 stars) */
|
1440 |
+
fs_text_inline( 'Click to see reviews that provided a rating of %s', 'click-to-reviews', $api->slug ),
|
1441 |
+
$stars_label
|
1442 |
+
) ) ?>"><?php echo $stars_label ?></a></span>
|
1443 |
<span class="counter-back">
|
1444 |
+
<span class="counter-bar" style="width: <?php echo absint(92 * $_rating); ?>px;"></span>
|
1445 |
+
</span>
|
1446 |
+
<span class="counter-count"><?php echo number_format_i18n( $ratecount ); ?></span>
|
1447 |
</div>
|
1448 |
<?php
|
1449 |
}
|
1464 |
if ( empty( $contrib_profile ) ) {
|
1465 |
echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&s=36' width='18' height='18' />{$contrib_username}</li>";
|
1466 |
} else {
|
1467 |
+
echo "<li><a href='{$contrib_profile}' target='_blank' rel='noopener noreferrer'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&s=36' width='18' height='18' />{$contrib_username}</a></li>";
|
1468 |
}
|
1469 |
}
|
1470 |
?>
|
1471 |
</ul>
|
1472 |
<?php if ( ! empty( $api->donate_link ) ) { ?>
|
1473 |
<a target="_blank"
|
1474 |
+
rel="noopener noreferrer"
|
1475 |
href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
|
1476 |
»</a>
|
1477 |
<?php } ?>
|
freemius/includes/managers/class-fs-admin-menu-manager.php
CHANGED
@@ -703,7 +703,12 @@
|
|
703 |
$menu['parent_slug'] :
|
704 |
'admin.php';
|
705 |
|
706 |
-
|
|
|
|
|
|
|
|
|
|
|
707 |
}
|
708 |
|
709 |
/**
|
703 |
$menu['parent_slug'] :
|
704 |
'admin.php';
|
705 |
|
706 |
+
return admin_url(
|
707 |
+
$parent_slug .
|
708 |
+
( false === strpos( $parent_slug, '?' ) ? '?' : '&' ) .
|
709 |
+
'page=' .
|
710 |
+
$menu['menu'][2]
|
711 |
+
);
|
712 |
}
|
713 |
|
714 |
/**
|
freemius/includes/managers/class-fs-cache-manager.php
CHANGED
@@ -1,326 +1,326 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.1.6
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
class FS_Cache_Manager {
|
14 |
-
/**
|
15 |
-
* @var FS_Option_Manager
|
16 |
-
*/
|
17 |
-
private $_options;
|
18 |
-
/**
|
19 |
-
* @var FS_Logger
|
20 |
-
*/
|
21 |
-
private $_logger;
|
22 |
-
|
23 |
-
/**
|
24 |
-
* @var FS_Cache_Manager[]
|
25 |
-
*/
|
26 |
-
private static $_MANAGERS = array();
|
27 |
-
|
28 |
-
/**
|
29 |
-
* @author Vova Feldman (@svovaf)
|
30 |
-
* @since 1.1.3
|
31 |
-
*
|
32 |
-
* @param string $id
|
33 |
-
*/
|
34 |
-
private function __construct( $id ) {
|
35 |
-
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_cach_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
36 |
-
|
37 |
-
$this->_logger->entrance();
|
38 |
-
$this->_logger->log( 'id = ' . $id );
|
39 |
-
|
40 |
-
$this->_options = FS_Option_Manager::get_manager( $id, true, true, false );
|
41 |
-
}
|
42 |
-
|
43 |
-
/**
|
44 |
-
* @author Vova Feldman (@svovaf)
|
45 |
-
* @since 1.1.6
|
46 |
-
*
|
47 |
-
* @param $id
|
48 |
-
*
|
49 |
-
* @return FS_Cache_Manager
|
50 |
-
*/
|
51 |
-
static function get_manager( $id ) {
|
52 |
-
$id = strtolower( $id );
|
53 |
-
|
54 |
-
if ( ! isset( self::$_MANAGERS[ $id ] ) ) {
|
55 |
-
self::$_MANAGERS[ $id ] = new FS_Cache_Manager( $id );
|
56 |
-
}
|
57 |
-
|
58 |
-
return self::$_MANAGERS[ $id ];
|
59 |
-
}
|
60 |
-
|
61 |
-
/**
|
62 |
-
* @author Vova Feldman (@svovaf)
|
63 |
-
* @since 1.1.6
|
64 |
-
*
|
65 |
-
* @return bool
|
66 |
-
*/
|
67 |
-
function is_empty() {
|
68 |
-
$this->_logger->entrance();
|
69 |
-
|
70 |
-
return $this->_options->is_empty();
|
71 |
-
}
|
72 |
-
|
73 |
-
/**
|
74 |
-
* @author Vova Feldman (@svovaf)
|
75 |
-
* @since 1.1.6
|
76 |
-
*/
|
77 |
-
function clear() {
|
78 |
-
$this->_logger->entrance();
|
79 |
-
|
80 |
-
$this->_options->clear( true );
|
81 |
-
}
|
82 |
-
|
83 |
-
/**
|
84 |
-
* Delete cache manager from DB.
|
85 |
-
*
|
86 |
-
* @author Vova Feldman (@svovaf)
|
87 |
-
* @since 1.0.9
|
88 |
-
*/
|
89 |
-
function delete() {
|
90 |
-
$this->_options->delete();
|
91 |
-
}
|
92 |
-
|
93 |
-
/**
|
94 |
-
* Check if there's a cached item.
|
95 |
-
*
|
96 |
-
* @author Vova Feldman (@svovaf)
|
97 |
-
* @since 1.1.6
|
98 |
-
*
|
99 |
-
* @param string $key
|
100 |
-
*
|
101 |
-
* @return bool
|
102 |
-
*/
|
103 |
-
function has( $key ) {
|
104 |
-
$cache_entry = $this->_options->get_option( $key, false );
|
105 |
-
|
106 |
-
return ( is_object( $cache_entry ) &&
|
107 |
-
isset( $cache_entry->timestamp ) &&
|
108 |
-
is_numeric( $cache_entry->timestamp )
|
109 |
-
);
|
110 |
-
}
|
111 |
-
|
112 |
-
/**
|
113 |
-
* Check if there's a valid cached item.
|
114 |
-
*
|
115 |
-
* @author Vova Feldman (@svovaf)
|
116 |
-
* @since 1.1.6
|
117 |
-
*
|
118 |
-
* @param string $key
|
119 |
-
* @param null|int $expiration Since 1.2.2.7
|
120 |
-
*
|
121 |
-
* @return bool
|
122 |
-
*/
|
123 |
-
function has_valid( $key, $expiration = null ) {
|
124 |
-
$cache_entry = $this->_options->get_option( $key, false );
|
125 |
-
|
126 |
-
$is_valid = ( is_object( $cache_entry ) &&
|
127 |
-
isset( $cache_entry->timestamp ) &&
|
128 |
-
is_numeric( $cache_entry->timestamp ) &&
|
129 |
-
$cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
|
130 |
-
);
|
131 |
-
|
132 |
-
if ( $is_valid &&
|
133 |
-
is_numeric( $expiration ) &&
|
134 |
-
isset( $cache_entry->created ) &&
|
135 |
-
is_numeric( $cache_entry->created ) &&
|
136 |
-
$cache_entry->created + $expiration < WP_FS__SCRIPT_START_TIME
|
137 |
-
) {
|
138 |
-
/**
|
139 |
-
* Even if the cache is still valid, since we are checking for validity
|
140 |
-
* with an explicit expiration period, if the period has past, return
|
141 |
-
* `false` as if the cache is invalid.
|
142 |
-
*
|
143 |
-
* @since 1.2.2.7
|
144 |
-
*/
|
145 |
-
$is_valid = false;
|
146 |
-
}
|
147 |
-
|
148 |
-
return $is_valid;
|
149 |
-
}
|
150 |
-
|
151 |
-
/**
|
152 |
-
* @author Vova Feldman (@svovaf)
|
153 |
-
* @since 1.1.6
|
154 |
-
*
|
155 |
-
* @param string $key
|
156 |
-
* @param mixed $default
|
157 |
-
*
|
158 |
-
* @return mixed
|
159 |
-
*/
|
160 |
-
function get( $key, $default = null ) {
|
161 |
-
$this->_logger->entrance( 'key = ' . $key );
|
162 |
-
|
163 |
-
$cache_entry = $this->_options->get_option( $key, false );
|
164 |
-
|
165 |
-
if ( is_object( $cache_entry ) &&
|
166 |
-
isset( $cache_entry->timestamp ) &&
|
167 |
-
is_numeric( $cache_entry->timestamp )
|
168 |
-
) {
|
169 |
-
return $cache_entry->result;
|
170 |
-
}
|
171 |
-
|
172 |
-
return is_object( $default ) ? clone $default : $default;
|
173 |
-
}
|
174 |
-
|
175 |
-
/**
|
176 |
-
* @author Vova Feldman (@svovaf)
|
177 |
-
* @since 1.1.6
|
178 |
-
*
|
179 |
-
* @param string $key
|
180 |
-
* @param mixed $default
|
181 |
-
*
|
182 |
-
* @return mixed
|
183 |
-
*/
|
184 |
-
function get_valid( $key, $default = null ) {
|
185 |
-
$this->_logger->entrance( 'key = ' . $key );
|
186 |
-
|
187 |
-
$cache_entry = $this->_options->get_option( $key, false );
|
188 |
-
|
189 |
-
if ( is_object( $cache_entry ) &&
|
190 |
-
isset( $cache_entry->timestamp ) &&
|
191 |
-
is_numeric( $cache_entry->timestamp ) &&
|
192 |
-
$cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
|
193 |
-
) {
|
194 |
-
return $cache_entry->result;
|
195 |
-
}
|
196 |
-
|
197 |
-
return is_object( $default ) ? clone $default : $default;
|
198 |
-
}
|
199 |
-
|
200 |
-
/**
|
201 |
-
* @author Vova Feldman (@svovaf)
|
202 |
-
* @since 1.1.6
|
203 |
-
*
|
204 |
-
* @param string $key
|
205 |
-
* @param mixed $value
|
206 |
-
* @param int $expiration
|
207 |
-
* @param int $created Since 2.0.0 Cache creation date.
|
208 |
-
*/
|
209 |
-
function set( $key, $value, $expiration = WP_FS__TIME_24_HOURS_IN_SEC, $created = WP_FS__SCRIPT_START_TIME ) {
|
210 |
-
$this->_logger->entrance( 'key = ' . $key );
|
211 |
-
|
212 |
-
$cache_entry = new stdClass();
|
213 |
-
|
214 |
-
$cache_entry->result = $value;
|
215 |
-
$cache_entry->created = $created;
|
216 |
-
$cache_entry->timestamp = $created + $expiration;
|
217 |
-
$this->_options->set_option( $key, $cache_entry, true );
|
218 |
-
}
|
219 |
-
|
220 |
-
/**
|
221 |
-
* Get cached record expiration, or false if not cached or expired.
|
222 |
-
*
|
223 |
-
* @author Vova Feldman (@svovaf)
|
224 |
-
* @since 1.1.7.3
|
225 |
-
*
|
226 |
-
* @param string $key
|
227 |
-
*
|
228 |
-
* @return bool|int
|
229 |
-
*/
|
230 |
-
function get_record_expiration( $key ) {
|
231 |
-
$this->_logger->entrance( 'key = ' . $key );
|
232 |
-
|
233 |
-
$cache_entry = $this->_options->get_option( $key, false );
|
234 |
-
|
235 |
-
if ( is_object( $cache_entry ) &&
|
236 |
-
isset( $cache_entry->timestamp ) &&
|
237 |
-
is_numeric( $cache_entry->timestamp ) &&
|
238 |
-
$cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
|
239 |
-
) {
|
240 |
-
return $cache_entry->timestamp;
|
241 |
-
}
|
242 |
-
|
243 |
-
return false;
|
244 |
-
}
|
245 |
-
|
246 |
-
/**
|
247 |
-
* Purge cached item.
|
248 |
-
*
|
249 |
-
* @author Vova Feldman (@svovaf)
|
250 |
-
* @since 1.1.6
|
251 |
-
*
|
252 |
-
* @param string $key
|
253 |
-
*/
|
254 |
-
function purge( $key ) {
|
255 |
-
$this->_logger->entrance( 'key = ' . $key );
|
256 |
-
|
257 |
-
$this->_options->unset_option( $key, true );
|
258 |
-
}
|
259 |
-
|
260 |
-
/**
|
261 |
-
* Extend cached item caching period.
|
262 |
-
*
|
263 |
-
* @author Vova Feldman (@svovaf)
|
264 |
-
* @since 2.0.0
|
265 |
-
*
|
266 |
-
* @param string $key
|
267 |
-
* @param int $expiration
|
268 |
-
*
|
269 |
-
* @return bool
|
270 |
-
*/
|
271 |
-
function update_expiration( $key, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
|
272 |
-
$this->_logger->entrance( 'key = ' . $key );
|
273 |
-
|
274 |
-
$cache_entry = $this->_options->get_option( $key, false );
|
275 |
-
|
276 |
-
if ( ! is_object( $cache_entry ) ||
|
277 |
-
! isset( $cache_entry->timestamp ) ||
|
278 |
-
! is_numeric( $cache_entry->timestamp )
|
279 |
-
) {
|
280 |
-
return false;
|
281 |
-
}
|
282 |
-
|
283 |
-
$this->set( $key, $cache_entry->result, $expiration, $cache_entry->created );
|
284 |
-
|
285 |
-
return true;
|
286 |
-
}
|
287 |
-
|
288 |
-
/**
|
289 |
-
* Set cached item as expired.
|
290 |
-
*
|
291 |
-
* @author Vova Feldman (@svovaf)
|
292 |
-
* @since 1.2.2.7
|
293 |
-
*
|
294 |
-
* @param string $key
|
295 |
-
*/
|
296 |
-
function expire( $key ) {
|
297 |
-
$this->_logger->entrance( 'key = ' . $key );
|
298 |
-
|
299 |
-
$cache_entry = $this->_options->get_option( $key, false );
|
300 |
-
|
301 |
-
if ( is_object( $cache_entry ) &&
|
302 |
-
isset( $cache_entry->timestamp ) &&
|
303 |
-
is_numeric( $cache_entry->timestamp )
|
304 |
-
) {
|
305 |
-
// Set to expired.
|
306 |
-
$cache_entry->timestamp = WP_FS__SCRIPT_START_TIME;
|
307 |
-
$this->_options->set_option( $key, $cache_entry, true );
|
308 |
-
}
|
309 |
-
}
|
310 |
-
|
311 |
-
#--------------------------------------------------------------------------------
|
312 |
-
#region Migration
|
313 |
-
#--------------------------------------------------------------------------------
|
314 |
-
|
315 |
-
/**
|
316 |
-
* Migrate options from site level.
|
317 |
-
*
|
318 |
-
* @author Vova Feldman (@svovaf)
|
319 |
-
* @since 2.0.0
|
320 |
-
*/
|
321 |
-
function migrate_to_network() {
|
322 |
-
$this->_options->migrate_to_network();
|
323 |
-
}
|
324 |
-
|
325 |
-
#endregion
|
326 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.1.6
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
class FS_Cache_Manager {
|
14 |
+
/**
|
15 |
+
* @var FS_Option_Manager
|
16 |
+
*/
|
17 |
+
private $_options;
|
18 |
+
/**
|
19 |
+
* @var FS_Logger
|
20 |
+
*/
|
21 |
+
private $_logger;
|
22 |
+
|
23 |
+
/**
|
24 |
+
* @var FS_Cache_Manager[]
|
25 |
+
*/
|
26 |
+
private static $_MANAGERS = array();
|
27 |
+
|
28 |
+
/**
|
29 |
+
* @author Vova Feldman (@svovaf)
|
30 |
+
* @since 1.1.3
|
31 |
+
*
|
32 |
+
* @param string $id
|
33 |
+
*/
|
34 |
+
private function __construct( $id ) {
|
35 |
+
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_cach_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
36 |
+
|
37 |
+
$this->_logger->entrance();
|
38 |
+
$this->_logger->log( 'id = ' . $id );
|
39 |
+
|
40 |
+
$this->_options = FS_Option_Manager::get_manager( $id, true, true, false );
|
41 |
+
}
|
42 |
+
|
43 |
+
/**
|
44 |
+
* @author Vova Feldman (@svovaf)
|
45 |
+
* @since 1.1.6
|
46 |
+
*
|
47 |
+
* @param $id
|
48 |
+
*
|
49 |
+
* @return FS_Cache_Manager
|
50 |
+
*/
|
51 |
+
static function get_manager( $id ) {
|
52 |
+
$id = strtolower( $id );
|
53 |
+
|
54 |
+
if ( ! isset( self::$_MANAGERS[ $id ] ) ) {
|
55 |
+
self::$_MANAGERS[ $id ] = new FS_Cache_Manager( $id );
|
56 |
+
}
|
57 |
+
|
58 |
+
return self::$_MANAGERS[ $id ];
|
59 |
+
}
|
60 |
+
|
61 |
+
/**
|
62 |
+
* @author Vova Feldman (@svovaf)
|
63 |
+
* @since 1.1.6
|
64 |
+
*
|
65 |
+
* @return bool
|
66 |
+
*/
|
67 |
+
function is_empty() {
|
68 |
+
$this->_logger->entrance();
|
69 |
+
|
70 |
+
return $this->_options->is_empty();
|
71 |
+
}
|
72 |
+
|
73 |
+
/**
|
74 |
+
* @author Vova Feldman (@svovaf)
|
75 |
+
* @since 1.1.6
|
76 |
+
*/
|
77 |
+
function clear() {
|
78 |
+
$this->_logger->entrance();
|
79 |
+
|
80 |
+
$this->_options->clear( true );
|
81 |
+
}
|
82 |
+
|
83 |
+
/**
|
84 |
+
* Delete cache manager from DB.
|
85 |
+
*
|
86 |
+
* @author Vova Feldman (@svovaf)
|
87 |
+
* @since 1.0.9
|
88 |
+
*/
|
89 |
+
function delete() {
|
90 |
+
$this->_options->delete();
|
91 |
+
}
|
92 |
+
|
93 |
+
/**
|
94 |
+
* Check if there's a cached item.
|
95 |
+
*
|
96 |
+
* @author Vova Feldman (@svovaf)
|
97 |
+
* @since 1.1.6
|
98 |
+
*
|
99 |
+
* @param string $key
|
100 |
+
*
|
101 |
+
* @return bool
|
102 |
+
*/
|
103 |
+
function has( $key ) {
|
104 |
+
$cache_entry = $this->_options->get_option( $key, false );
|
105 |
+
|
106 |
+
return ( is_object( $cache_entry ) &&
|
107 |
+
isset( $cache_entry->timestamp ) &&
|
108 |
+
is_numeric( $cache_entry->timestamp )
|
109 |
+
);
|
110 |
+
}
|
111 |
+
|
112 |
+
/**
|
113 |
+
* Check if there's a valid cached item.
|
114 |
+
*
|
115 |
+
* @author Vova Feldman (@svovaf)
|
116 |
+
* @since 1.1.6
|
117 |
+
*
|
118 |
+
* @param string $key
|
119 |
+
* @param null|int $expiration Since 1.2.2.7
|
120 |
+
*
|
121 |
+
* @return bool
|
122 |
+
*/
|
123 |
+
function has_valid( $key, $expiration = null ) {
|
124 |
+
$cache_entry = $this->_options->get_option( $key, false );
|
125 |
+
|
126 |
+
$is_valid = ( is_object( $cache_entry ) &&
|
127 |
+
isset( $cache_entry->timestamp ) &&
|
128 |
+
is_numeric( $cache_entry->timestamp ) &&
|
129 |
+
$cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
|
130 |
+
);
|
131 |
+
|
132 |
+
if ( $is_valid &&
|
133 |
+
is_numeric( $expiration ) &&
|
134 |
+
isset( $cache_entry->created ) &&
|
135 |
+
is_numeric( $cache_entry->created ) &&
|
136 |
+
$cache_entry->created + $expiration < WP_FS__SCRIPT_START_TIME
|
137 |
+
) {
|
138 |
+
/**
|
139 |
+
* Even if the cache is still valid, since we are checking for validity
|
140 |
+
* with an explicit expiration period, if the period has past, return
|
141 |
+
* `false` as if the cache is invalid.
|
142 |
+
*
|
143 |
+
* @since 1.2.2.7
|
144 |
+
*/
|
145 |
+
$is_valid = false;
|
146 |
+
}
|
147 |
+
|
148 |
+
return $is_valid;
|
149 |
+
}
|
150 |
+
|
151 |
+
/**
|
152 |
+
* @author Vova Feldman (@svovaf)
|
153 |
+
* @since 1.1.6
|
154 |
+
*
|
155 |
+
* @param string $key
|
156 |
+
* @param mixed $default
|
157 |
+
*
|
158 |
+
* @return mixed
|
159 |
+
*/
|
160 |
+
function get( $key, $default = null ) {
|
161 |
+
$this->_logger->entrance( 'key = ' . $key );
|
162 |
+
|
163 |
+
$cache_entry = $this->_options->get_option( $key, false );
|
164 |
+
|
165 |
+
if ( is_object( $cache_entry ) &&
|
166 |
+
isset( $cache_entry->timestamp ) &&
|
167 |
+
is_numeric( $cache_entry->timestamp )
|
168 |
+
) {
|
169 |
+
return $cache_entry->result;
|
170 |
+
}
|
171 |
+
|
172 |
+
return is_object( $default ) ? clone $default : $default;
|
173 |
+
}
|
174 |
+
|
175 |
+
/**
|
176 |
+
* @author Vova Feldman (@svovaf)
|
177 |
+
* @since 1.1.6
|
178 |
+
*
|
179 |
+
* @param string $key
|
180 |
+
* @param mixed $default
|
181 |
+
*
|
182 |
+
* @return mixed
|
183 |
+
*/
|
184 |
+
function get_valid( $key, $default = null ) {
|
185 |
+
$this->_logger->entrance( 'key = ' . $key );
|
186 |
+
|
187 |
+
$cache_entry = $this->_options->get_option( $key, false );
|
188 |
+
|
189 |
+
if ( is_object( $cache_entry ) &&
|
190 |
+
isset( $cache_entry->timestamp ) &&
|
191 |
+
is_numeric( $cache_entry->timestamp ) &&
|
192 |
+
$cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
|
193 |
+
) {
|
194 |
+
return $cache_entry->result;
|
195 |
+
}
|
196 |
+
|
197 |
+
return is_object( $default ) ? clone $default : $default;
|
198 |
+
}
|
199 |
+
|
200 |
+
/**
|
201 |
+
* @author Vova Feldman (@svovaf)
|
202 |
+
* @since 1.1.6
|
203 |
+
*
|
204 |
+
* @param string $key
|
205 |
+
* @param mixed $value
|
206 |
+
* @param int $expiration
|
207 |
+
* @param int $created Since 2.0.0 Cache creation date.
|
208 |
+
*/
|
209 |
+
function set( $key, $value, $expiration = WP_FS__TIME_24_HOURS_IN_SEC, $created = WP_FS__SCRIPT_START_TIME ) {
|
210 |
+
$this->_logger->entrance( 'key = ' . $key );
|
211 |
+
|
212 |
+
$cache_entry = new stdClass();
|
213 |
+
|
214 |
+
$cache_entry->result = $value;
|
215 |
+
$cache_entry->created = $created;
|
216 |
+
$cache_entry->timestamp = $created + $expiration;
|
217 |
+
$this->_options->set_option( $key, $cache_entry, true );
|
218 |
+
}
|
219 |
+
|
220 |
+
/**
|
221 |
+
* Get cached record expiration, or false if not cached or expired.
|
222 |
+
*
|
223 |
+
* @author Vova Feldman (@svovaf)
|
224 |
+
* @since 1.1.7.3
|
225 |
+
*
|
226 |
+
* @param string $key
|
227 |
+
*
|
228 |
+
* @return bool|int
|
229 |
+
*/
|
230 |
+
function get_record_expiration( $key ) {
|
231 |
+
$this->_logger->entrance( 'key = ' . $key );
|
232 |
+
|
233 |
+
$cache_entry = $this->_options->get_option( $key, false );
|
234 |
+
|
235 |
+
if ( is_object( $cache_entry ) &&
|
236 |
+
isset( $cache_entry->timestamp ) &&
|
237 |
+
is_numeric( $cache_entry->timestamp ) &&
|
238 |
+
$cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
|
239 |
+
) {
|
240 |
+
return $cache_entry->timestamp;
|
241 |
+
}
|
242 |
+
|
243 |
+
return false;
|
244 |
+
}
|
245 |
+
|
246 |
+
/**
|
247 |
+
* Purge cached item.
|
248 |
+
*
|
249 |
+
* @author Vova Feldman (@svovaf)
|
250 |
+
* @since 1.1.6
|
251 |
+
*
|
252 |
+
* @param string $key
|
253 |
+
*/
|
254 |
+
function purge( $key ) {
|
255 |
+
$this->_logger->entrance( 'key = ' . $key );
|
256 |
+
|
257 |
+
$this->_options->unset_option( $key, true );
|
258 |
+
}
|
259 |
+
|
260 |
+
/**
|
261 |
+
* Extend cached item caching period.
|
262 |
+
*
|
263 |
+
* @author Vova Feldman (@svovaf)
|
264 |
+
* @since 2.0.0
|
265 |
+
*
|
266 |
+
* @param string $key
|
267 |
+
* @param int $expiration
|
268 |
+
*
|
269 |
+
* @return bool
|
270 |
+
*/
|
271 |
+
function update_expiration( $key, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
|
272 |
+
$this->_logger->entrance( 'key = ' . $key );
|
273 |
+
|
274 |
+
$cache_entry = $this->_options->get_option( $key, false );
|
275 |
+
|
276 |
+
if ( ! is_object( $cache_entry ) ||
|
277 |
+
! isset( $cache_entry->timestamp ) ||
|
278 |
+
! is_numeric( $cache_entry->timestamp )
|
279 |
+
) {
|
280 |
+
return false;
|
281 |
+
}
|
282 |
+
|
283 |
+
$this->set( $key, $cache_entry->result, $expiration, $cache_entry->created );
|
284 |
+
|
285 |
+
return true;
|
286 |
+
}
|
287 |
+
|
288 |
+
/**
|
289 |
+
* Set cached item as expired.
|
290 |
+
*
|
291 |
+
* @author Vova Feldman (@svovaf)
|
292 |
+
* @since 1.2.2.7
|
293 |
+
*
|
294 |
+
* @param string $key
|
295 |
+
*/
|
296 |
+
function expire( $key ) {
|
297 |
+
$this->_logger->entrance( 'key = ' . $key );
|
298 |
+
|
299 |
+
$cache_entry = $this->_options->get_option( $key, false );
|
300 |
+
|
301 |
+
if ( is_object( $cache_entry ) &&
|
302 |
+
isset( $cache_entry->timestamp ) &&
|
303 |
+
is_numeric( $cache_entry->timestamp )
|
304 |
+
) {
|
305 |
+
// Set to expired.
|
306 |
+
$cache_entry->timestamp = WP_FS__SCRIPT_START_TIME;
|
307 |
+
$this->_options->set_option( $key, $cache_entry, true );
|
308 |
+
}
|
309 |
+
}
|
310 |
+
|
311 |
+
#--------------------------------------------------------------------------------
|
312 |
+
#region Migration
|
313 |
+
#--------------------------------------------------------------------------------
|
314 |
+
|
315 |
+
/**
|
316 |
+
* Migrate options from site level.
|
317 |
+
*
|
318 |
+
* @author Vova Feldman (@svovaf)
|
319 |
+
* @since 2.0.0
|
320 |
+
*/
|
321 |
+
function migrate_to_network() {
|
322 |
+
$this->_options->migrate_to_network();
|
323 |
+
}
|
324 |
+
|
325 |
+
#endregion
|
326 |
}
|
freemius/includes/managers/class-fs-option-manager.php
CHANGED
@@ -1,521 +1,521 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.0.3
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
/**
|
14 |
-
* 3-layer lazy options manager.
|
15 |
-
* layer 3: Memory
|
16 |
-
* layer 2: Cache (if there's any caching plugin and if WP_FS__DEBUG_SDK is FALSE)
|
17 |
-
* layer 1: Database (options table). All options stored as one option record in the DB to reduce number of DB
|
18 |
-
* queries.
|
19 |
-
*
|
20 |
-
* If load() is not explicitly called, starts as empty manager. Same thing about saving the data - you have to
|
21 |
-
* explicitly call store().
|
22 |
-
*
|
23 |
-
* Class Freemius_Option_Manager
|
24 |
-
*/
|
25 |
-
class FS_Option_Manager {
|
26 |
-
/**
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
private $_id;
|
30 |
-
/**
|
31 |
-
* @var array|object
|
32 |
-
*/
|
33 |
-
private $_options;
|
34 |
-
/**
|
35 |
-
* @var FS_Logger
|
36 |
-
*/
|
37 |
-
private $_logger;
|
38 |
-
|
39 |
-
/**
|
40 |
-
* @since 2.0.0
|
41 |
-
* @var int The ID of the blog that is associated with the current site level options.
|
42 |
-
*/
|
43 |
-
private $_blog_id = 0;
|
44 |
-
|
45 |
-
/**
|
46 |
-
* @since 2.0.0
|
47 |
-
* @var bool
|
48 |
-
*/
|
49 |
-
private $_is_network_storage;
|
50 |
-
|
51 |
-
/**
|
52 |
-
* @var bool|null
|
53 |
-
*/
|
54 |
-
private $_autoload;
|
55 |
-
|
56 |
-
/**
|
57 |
-
* @var array[string]FS_Option_Manager {
|
58 |
-
* @key string
|
59 |
-
* @value FS_Option_Manager
|
60 |
-
* }
|
61 |
-
*/
|
62 |
-
private static $_MANAGERS = array();
|
63 |
-
|
64 |
-
/**
|
65 |
-
* @author Vova Feldman (@svovaf)
|
66 |
-
* @since 1.0.3
|
67 |
-
*
|
68 |
-
* @param string $id
|
69 |
-
* @param bool $load
|
70 |
-
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
71 |
-
* @param bool|null $autoload
|
72 |
-
*/
|
73 |
-
private function __construct(
|
74 |
-
$id,
|
75 |
-
$load = false,
|
76 |
-
$network_level_or_blog_id = false,
|
77 |
-
$autoload = null
|
78 |
-
) {
|
79 |
-
$id = strtolower( $id );
|
80 |
-
|
81 |
-
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_opt_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
82 |
-
|
83 |
-
$this->_logger->entrance();
|
84 |
-
$this->_logger->log( 'id = ' . $id );
|
85 |
-
|
86 |
-
$this->_id = $id;
|
87 |
-
|
88 |
-
$this->_autoload = $autoload;
|
89 |
-
|
90 |
-
if ( is_multisite() ) {
|
91 |
-
$this->_is_network_storage = ( true === $network_level_or_blog_id );
|
92 |
-
|
93 |
-
if ( is_numeric( $network_level_or_blog_id ) ) {
|
94 |
-
$this->_blog_id = $network_level_or_blog_id;
|
95 |
-
}
|
96 |
-
} else {
|
97 |
-
$this->_is_network_storage = false;
|
98 |
-
}
|
99 |
-
|
100 |
-
if ( $load ) {
|
101 |
-
$this->load();
|
102 |
-
}
|
103 |
-
}
|
104 |
-
|
105 |
-
/**
|
106 |
-
* @author Vova Feldman (@svovaf)
|
107 |
-
* @since 1.0.3
|
108 |
-
*
|
109 |
-
* @param string $id
|
110 |
-
* @param bool $load
|
111 |
-
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
112 |
-
* @param bool|null $autoload
|
113 |
-
*
|
114 |
-
* @return \FS_Option_Manager
|
115 |
-
*/
|
116 |
-
static function get_manager(
|
117 |
-
$id,
|
118 |
-
$load = false,
|
119 |
-
$network_level_or_blog_id = false,
|
120 |
-
$autoload = null
|
121 |
-
) {
|
122 |
-
$key = strtolower( $id );
|
123 |
-
|
124 |
-
if ( is_multisite() ) {
|
125 |
-
if ( true === $network_level_or_blog_id ) {
|
126 |
-
$key .= ':ms';
|
127 |
-
} else if ( is_numeric( $network_level_or_blog_id ) && $network_level_or_blog_id > 0 ) {
|
128 |
-
$key .= ":{$network_level_or_blog_id}";
|
129 |
-
} else {
|
130 |
-
$network_level_or_blog_id = get_current_blog_id();
|
131 |
-
|
132 |
-
$key .= ":{$network_level_or_blog_id}";
|
133 |
-
}
|
134 |
-
}
|
135 |
-
|
136 |
-
if ( ! isset( self::$_MANAGERS[ $key ] ) ) {
|
137 |
-
self::$_MANAGERS[ $key ] = new FS_Option_Manager(
|
138 |
-
$id,
|
139 |
-
$load,
|
140 |
-
$network_level_or_blog_id,
|
141 |
-
$autoload
|
142 |
-
);
|
143 |
-
} // If load required but not yet loaded, load.
|
144 |
-
else if ( $load && ! self::$_MANAGERS[ $key ]->is_loaded() ) {
|
145 |
-
self::$_MANAGERS[ $key ]->load();
|
146 |
-
}
|
147 |
-
|
148 |
-
return self::$_MANAGERS[ $key ];
|
149 |
-
}
|
150 |
-
|
151 |
-
/**
|
152 |
-
* @author Vova Feldman (@svovaf)
|
153 |
-
* @since 1.0.3
|
154 |
-
*
|
155 |
-
* @param bool $flush
|
156 |
-
*/
|
157 |
-
function load( $flush = false ) {
|
158 |
-
$this->_logger->entrance();
|
159 |
-
|
160 |
-
$option_name = $this->get_option_manager_name();
|
161 |
-
|
162 |
-
if ( $flush || ! isset( $this->_options ) ) {
|
163 |
-
if ( isset( $this->_options ) ) {
|
164 |
-
// Clear prev options.
|
165 |
-
$this->clear();
|
166 |
-
}
|
167 |
-
|
168 |
-
$cache_group = $this->get_cache_group();
|
169 |
-
|
170 |
-
if ( WP_FS__DEBUG_SDK ) {
|
171 |
-
|
172 |
-
// Don't use cache layer in DEBUG mode.
|
173 |
-
$load_options = empty( $this->_options );
|
174 |
-
|
175 |
-
} else {
|
176 |
-
|
177 |
-
$this->_options = wp_cache_get(
|
178 |
-
$option_name,
|
179 |
-
$cache_group
|
180 |
-
);
|
181 |
-
|
182 |
-
$load_options = ( false === $this->_options );
|
183 |
-
}
|
184 |
-
|
185 |
-
$cached = true;
|
186 |
-
|
187 |
-
if ( $load_options ) {
|
188 |
-
if ( $this->_is_network_storage ) {
|
189 |
-
$this->_options = get_site_option( $option_name );
|
190 |
-
} else if ( $this->_blog_id > 0 ) {
|
191 |
-
$this->_options = get_blog_option( $this->_blog_id, $option_name );
|
192 |
-
} else {
|
193 |
-
$this->_options = get_option( $option_name );
|
194 |
-
}
|
195 |
-
|
196 |
-
if ( is_string( $this->_options ) ) {
|
197 |
-
$this->_options = json_decode( $this->_options );
|
198 |
-
}
|
199 |
-
|
200 |
-
// $this->_logger->info('get_option = ' . var_export($this->_options, true));
|
201 |
-
|
202 |
-
if ( false === $this->_options ) {
|
203 |
-
$this->clear();
|
204 |
-
}
|
205 |
-
|
206 |
-
$cached = false;
|
207 |
-
}
|
208 |
-
|
209 |
-
if ( ! WP_FS__DEBUG_SDK && ! $cached ) {
|
210 |
-
// Set non encoded cache.
|
211 |
-
wp_cache_set( $option_name, $this->_options, $cache_group );
|
212 |
-
}
|
213 |
-
}
|
214 |
-
}
|
215 |
-
|
216 |
-
/**
|
217 |
-
* @author Vova Feldman (@svovaf)
|
218 |
-
* @since 1.0.3
|
219 |
-
*
|
220 |
-
* @return bool
|
221 |
-
*/
|
222 |
-
function is_loaded() {
|
223 |
-
return isset( $this->_options );
|
224 |
-
}
|
225 |
-
|
226 |
-
/**
|
227 |
-
* @author Vova Feldman (@svovaf)
|
228 |
-
* @since 1.0.3
|
229 |
-
*
|
230 |
-
* @return bool
|
231 |
-
*/
|
232 |
-
function is_empty() {
|
233 |
-
return ( $this->is_loaded() && false === $this->_options );
|
234 |
-
}
|
235 |
-
|
236 |
-
/**
|
237 |
-
* @author Vova Feldman (@svovaf)
|
238 |
-
* @since 1.0.6
|
239 |
-
*
|
240 |
-
* @param bool $flush
|
241 |
-
*/
|
242 |
-
function clear( $flush = false ) {
|
243 |
-
$this->_logger->entrance();
|
244 |
-
|
245 |
-
$this->_options = array();
|
246 |
-
|
247 |
-
if ( $flush ) {
|
248 |
-
$this->store();
|
249 |
-
}
|
250 |
-
}
|
251 |
-
|
252 |
-
/**
|
253 |
-
* Delete options manager from DB.
|
254 |
-
*
|
255 |
-
* @author Vova Feldman (@svovaf)
|
256 |
-
* @since 1.0.9
|
257 |
-
*/
|
258 |
-
function delete() {
|
259 |
-
$option_name = $this->get_option_manager_name();
|
260 |
-
|
261 |
-
if ( $this->_is_network_storage ) {
|
262 |
-
delete_site_option( $option_name );
|
263 |
-
} else if ( $this->_blog_id > 0 ) {
|
264 |
-
delete_blog_option( $this->_blog_id, $option_name );
|
265 |
-
} else {
|
266 |
-
delete_option( $option_name );
|
267 |
-
}
|
268 |
-
}
|
269 |
-
|
270 |
-
/**
|
271 |
-
* @author Vova Feldman (@svovaf)
|
272 |
-
* @since 1.0.6
|
273 |
-
*
|
274 |
-
* @param string $option
|
275 |
-
*
|
276 |
-
* @return bool
|
277 |
-
*/
|
278 |
-
function has_option( $option ) {
|
279 |
-
return array_key_exists( $option, $this->_options );
|
280 |
-
}
|
281 |
-
|
282 |
-
/**
|
283 |
-
* @author Vova Feldman (@svovaf)
|
284 |
-
* @since 1.0.3
|
285 |
-
*
|
286 |
-
* @param string $option
|
287 |
-
* @param mixed $default
|
288 |
-
*
|
289 |
-
* @return mixed
|
290 |
-
*/
|
291 |
-
function get_option( $option, $default = null ) {
|
292 |
-
$this->_logger->entrance( 'option = ' . $option );
|
293 |
-
|
294 |
-
if ( ! $this->is_loaded() ) {
|
295 |
-
$this->load();
|
296 |
-
}
|
297 |
-
|
298 |
-
if ( is_array( $this->_options ) ) {
|
299 |
-
$value = isset( $this->_options[ $option ] ) ?
|
300 |
-
$this->_options[ $option ] :
|
301 |
-
$default;
|
302 |
-
} else if ( is_object( $this->_options ) ) {
|
303 |
-
$value = isset( $this->_options->{$option} ) ?
|
304 |
-
$this->_options->{$option} :
|
305 |
-
$default;
|
306 |
-
} else {
|
307 |
-
$value = $default;
|
308 |
-
}
|
309 |
-
|
310 |
-
/**
|
311 |
-
* If it's an object, return a clone of the object, otherwise,
|
312 |
-
* external changes of the object will actually change the value
|
313 |
-
* of the object in the options manager which may lead to an unexpected
|
314 |
-
* behaviour and data integrity when a store() call is triggered.
|
315 |
-
*
|
316 |
-
* Example:
|
317 |
-
* $object1 = $options->get_option( 'object1' );
|
318 |
-
* $object1->x = 123;
|
319 |
-
*
|
320 |
-
* $object2 = $options->get_option( 'object2' );
|
321 |
-
* $object2->y = 'dummy';
|
322 |
-
*
|
323 |
-
* $options->set_option( 'object2', $object2, true );
|
324 |
-
*
|
325 |
-
* If we don't return a clone of option 'object1', setting 'object2'
|
326 |
-
* will also store the updated value of 'object1' which is quite not
|
327 |
-
* an expected behaviour.
|
328 |
-
*
|
329 |
-
* @author Vova Feldman
|
330 |
-
*/
|
331 |
-
return is_object( $value ) ? clone $value : $value;
|
332 |
-
}
|
333 |
-
|
334 |
-
/**
|
335 |
-
* @author Vova Feldman (@svovaf)
|
336 |
-
* @since 1.0.3
|
337 |
-
*
|
338 |
-
* @param string $option
|
339 |
-
* @param mixed $value
|
340 |
-
* @param bool $flush
|
341 |
-
*/
|
342 |
-
function set_option( $option, $value, $flush = false ) {
|
343 |
-
$this->_logger->entrance( 'option = ' . $option );
|
344 |
-
|
345 |
-
if ( ! $this->is_loaded() ) {
|
346 |
-
$this->clear();
|
347 |
-
}
|
348 |
-
|
349 |
-
/**
|
350 |
-
* If it's an object, store a clone of the object, otherwise,
|
351 |
-
* external changes of the object will actually change the value
|
352 |
-
* of the object in the options manager which may lead to an unexpected
|
353 |
-
* behaviour and data integrity when a store() call is triggered.
|
354 |
-
*
|
355 |
-
* Example:
|
356 |
-
* $object1 = new stdClass();
|
357 |
-
* $object1->x = 123;
|
358 |
-
*
|
359 |
-
* $options->set_option( 'object1', $object1 );
|
360 |
-
*
|
361 |
-
* $object1->x = 456;
|
362 |
-
*
|
363 |
-
* $options->set_option( 'object2', $object2, true );
|
364 |
-
*
|
365 |
-
* If we don't set the option as a clone of option 'object1', setting 'object2'
|
366 |
-
* will also store the updated value of 'object1' ($object1->x = 456 instead of
|
367 |
-
* $object1->x = 123) which is quite not an expected behaviour.
|
368 |
-
*
|
369 |
-
* @author Vova Feldman
|
370 |
-
*/
|
371 |
-
$copy = is_object( $value ) ? clone $value : $value;
|
372 |
-
|
373 |
-
if ( is_array( $this->_options ) ) {
|
374 |
-
$this->_options[ $option ] = $copy;
|
375 |
-
} else if ( is_object( $this->_options ) ) {
|
376 |
-
$this->_options->{$option} = $copy;
|
377 |
-
}
|
378 |
-
|
379 |
-
if ( $flush ) {
|
380 |
-
$this->store();
|
381 |
-
}
|
382 |
-
}
|
383 |
-
|
384 |
-
/**
|
385 |
-
* Unset option.
|
386 |
-
*
|
387 |
-
* @author Vova Feldman (@svovaf)
|
388 |
-
* @since 1.0.3
|
389 |
-
*
|
390 |
-
* @param string $option
|
391 |
-
* @param bool $flush
|
392 |
-
*/
|
393 |
-
function unset_option( $option, $flush = false ) {
|
394 |
-
$this->_logger->entrance( 'option = ' . $option );
|
395 |
-
|
396 |
-
if ( is_array( $this->_options ) ) {
|
397 |
-
if ( ! isset( $this->_options[ $option ] ) ) {
|
398 |
-
return;
|
399 |
-
}
|
400 |
-
|
401 |
-
unset( $this->_options[ $option ] );
|
402 |
-
|
403 |
-
} else if ( is_object( $this->_options ) ) {
|
404 |
-
if ( ! isset( $this->_options->{$option} ) ) {
|
405 |
-
return;
|
406 |
-
}
|
407 |
-
|
408 |
-
unset( $this->_options->{$option} );
|
409 |
-
}
|
410 |
-
|
411 |
-
if ( $flush ) {
|
412 |
-
$this->store();
|
413 |
-
}
|
414 |
-
}
|
415 |
-
|
416 |
-
/**
|
417 |
-
* Dump options to database.
|
418 |
-
*
|
419 |
-
* @author Vova Feldman (@svovaf)
|
420 |
-
* @since 1.0.3
|
421 |
-
*/
|
422 |
-
function store() {
|
423 |
-
$this->_logger->entrance();
|
424 |
-
|
425 |
-
$option_name = $this->get_option_manager_name();
|
426 |
-
|
427 |
-
if ( $this->_logger->is_on() ) {
|
428 |
-
$this->_logger->info( $option_name . ' = ' . var_export( $this->_options, true ) );
|
429 |
-
}
|
430 |
-
|
431 |
-
// Update DB.
|
432 |
-
if ( $this->_is_network_storage ) {
|
433 |
-
update_site_option( $option_name, $this->_options );
|
434 |
-
} else if ( $this->_blog_id > 0 ) {
|
435 |
-
update_blog_option( $this->_blog_id, $option_name, $this->_options );
|
436 |
-
} else {
|
437 |
-
update_option( $option_name, $this->_options, $this->_autoload );
|
438 |
-
}
|
439 |
-
|
440 |
-
if ( ! WP_FS__DEBUG_SDK ) {
|
441 |
-
wp_cache_set( $option_name, $this->_options, $this->get_cache_group() );
|
442 |
-
}
|
443 |
-
}
|
444 |
-
|
445 |
-
/**
|
446 |
-
* Get options keys.
|
447 |
-
*
|
448 |
-
* @author Vova Feldman (@svovaf)
|
449 |
-
* @since 1.0.3
|
450 |
-
*
|
451 |
-
* @return string[]
|
452 |
-
*/
|
453 |
-
function get_options_keys() {
|
454 |
-
if ( is_array( $this->_options ) ) {
|
455 |
-
return array_keys( $this->_options );
|
456 |
-
} else if ( is_object( $this->_options ) ) {
|
457 |
-
return array_keys( get_object_vars( $this->_options ) );
|
458 |
-
}
|
459 |
-
|
460 |
-
return array();
|
461 |
-
}
|
462 |
-
|
463 |
-
#--------------------------------------------------------------------------------
|
464 |
-
#region Migration
|
465 |
-
#--------------------------------------------------------------------------------
|
466 |
-
|
467 |
-
/**
|
468 |
-
* Migrate options from site level.
|
469 |
-
*
|
470 |
-
* @author Vova Feldman (@svovaf)
|
471 |
-
* @since 2.0.0
|
472 |
-
*/
|
473 |
-
function migrate_to_network() {
|
474 |
-
$site_options = FS_Option_Manager::get_manager($this->_id, true, false);
|
475 |
-
|
476 |
-
$options = is_object( $site_options->_options ) ?
|
477 |
-
get_object_vars( $site_options->_options ) :
|
478 |
-
$site_options->_options;
|
479 |
-
|
480 |
-
if ( ! empty( $options ) ) {
|
481 |
-
foreach ( $options as $key => $val ) {
|
482 |
-
$this->set_option( $key, $val, false );
|
483 |
-
}
|
484 |
-
|
485 |
-
$this->store();
|
486 |
-
}
|
487 |
-
}
|
488 |
-
|
489 |
-
#endregion
|
490 |
-
|
491 |
-
#--------------------------------------------------------------------------------
|
492 |
-
#region Helper Methods
|
493 |
-
#--------------------------------------------------------------------------------
|
494 |
-
|
495 |
-
/**
|
496 |
-
* @return string
|
497 |
-
*/
|
498 |
-
private function get_option_manager_name() {
|
499 |
-
return $this->_id;
|
500 |
-
}
|
501 |
-
|
502 |
-
/**
|
503 |
-
* @author Vova Feldman (@svovaf)
|
504 |
-
* @since 2.0.0
|
505 |
-
*
|
506 |
-
* @return string
|
507 |
-
*/
|
508 |
-
private function get_cache_group() {
|
509 |
-
$group = WP_FS__SLUG;
|
510 |
-
|
511 |
-
if ( $this->_is_network_storage ) {
|
512 |
-
$group .= '_ms';
|
513 |
-
} else if ( $this->_blog_id > 0 ) {
|
514 |
-
$group .= "_s{$this->_blog_id}";
|
515 |
-
}
|
516 |
-
|
517 |
-
return $group;
|
518 |
-
}
|
519 |
-
|
520 |
-
#endregion
|
521 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.0.3
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
/**
|
14 |
+
* 3-layer lazy options manager.
|
15 |
+
* layer 3: Memory
|
16 |
+
* layer 2: Cache (if there's any caching plugin and if WP_FS__DEBUG_SDK is FALSE)
|
17 |
+
* layer 1: Database (options table). All options stored as one option record in the DB to reduce number of DB
|
18 |
+
* queries.
|
19 |
+
*
|
20 |
+
* If load() is not explicitly called, starts as empty manager. Same thing about saving the data - you have to
|
21 |
+
* explicitly call store().
|
22 |
+
*
|
23 |
+
* Class Freemius_Option_Manager
|
24 |
+
*/
|
25 |
+
class FS_Option_Manager {
|
26 |
+
/**
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
private $_id;
|
30 |
+
/**
|
31 |
+
* @var array|object
|
32 |
+
*/
|
33 |
+
private $_options;
|
34 |
+
/**
|
35 |
+
* @var FS_Logger
|
36 |
+
*/
|
37 |
+
private $_logger;
|
38 |
+
|
39 |
+
/**
|
40 |
+
* @since 2.0.0
|
41 |
+
* @var int The ID of the blog that is associated with the current site level options.
|
42 |
+
*/
|
43 |
+
private $_blog_id = 0;
|
44 |
+
|
45 |
+
/**
|
46 |
+
* @since 2.0.0
|
47 |
+
* @var bool
|
48 |
+
*/
|
49 |
+
private $_is_network_storage;
|
50 |
+
|
51 |
+
/**
|
52 |
+
* @var bool|null
|
53 |
+
*/
|
54 |
+
private $_autoload;
|
55 |
+
|
56 |
+
/**
|
57 |
+
* @var array[string]FS_Option_Manager {
|
58 |
+
* @key string
|
59 |
+
* @value FS_Option_Manager
|
60 |
+
* }
|
61 |
+
*/
|
62 |
+
private static $_MANAGERS = array();
|
63 |
+
|
64 |
+
/**
|
65 |
+
* @author Vova Feldman (@svovaf)
|
66 |
+
* @since 1.0.3
|
67 |
+
*
|
68 |
+
* @param string $id
|
69 |
+
* @param bool $load
|
70 |
+
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
71 |
+
* @param bool|null $autoload
|
72 |
+
*/
|
73 |
+
private function __construct(
|
74 |
+
$id,
|
75 |
+
$load = false,
|
76 |
+
$network_level_or_blog_id = false,
|
77 |
+
$autoload = null
|
78 |
+
) {
|
79 |
+
$id = strtolower( $id );
|
80 |
+
|
81 |
+
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_opt_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
82 |
+
|
83 |
+
$this->_logger->entrance();
|
84 |
+
$this->_logger->log( 'id = ' . $id );
|
85 |
+
|
86 |
+
$this->_id = $id;
|
87 |
+
|
88 |
+
$this->_autoload = $autoload;
|
89 |
+
|
90 |
+
if ( is_multisite() ) {
|
91 |
+
$this->_is_network_storage = ( true === $network_level_or_blog_id );
|
92 |
+
|
93 |
+
if ( is_numeric( $network_level_or_blog_id ) ) {
|
94 |
+
$this->_blog_id = $network_level_or_blog_id;
|
95 |
+
}
|
96 |
+
} else {
|
97 |
+
$this->_is_network_storage = false;
|
98 |
+
}
|
99 |
+
|
100 |
+
if ( $load ) {
|
101 |
+
$this->load();
|
102 |
+
}
|
103 |
+
}
|
104 |
+
|
105 |
+
/**
|
106 |
+
* @author Vova Feldman (@svovaf)
|
107 |
+
* @since 1.0.3
|
108 |
+
*
|
109 |
+
* @param string $id
|
110 |
+
* @param bool $load
|
111 |
+
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
112 |
+
* @param bool|null $autoload
|
113 |
+
*
|
114 |
+
* @return \FS_Option_Manager
|
115 |
+
*/
|
116 |
+
static function get_manager(
|
117 |
+
$id,
|
118 |
+
$load = false,
|
119 |
+
$network_level_or_blog_id = false,
|
120 |
+
$autoload = null
|
121 |
+
) {
|
122 |
+
$key = strtolower( $id );
|
123 |
+
|
124 |
+
if ( is_multisite() ) {
|
125 |
+
if ( true === $network_level_or_blog_id ) {
|
126 |
+
$key .= ':ms';
|
127 |
+
} else if ( is_numeric( $network_level_or_blog_id ) && $network_level_or_blog_id > 0 ) {
|
128 |
+
$key .= ":{$network_level_or_blog_id}";
|
129 |
+
} else {
|
130 |
+
$network_level_or_blog_id = get_current_blog_id();
|
131 |
+
|
132 |
+
$key .= ":{$network_level_or_blog_id}";
|
133 |
+
}
|
134 |
+
}
|
135 |
+
|
136 |
+
if ( ! isset( self::$_MANAGERS[ $key ] ) ) {
|
137 |
+
self::$_MANAGERS[ $key ] = new FS_Option_Manager(
|
138 |
+
$id,
|
139 |
+
$load,
|
140 |
+
$network_level_or_blog_id,
|
141 |
+
$autoload
|
142 |
+
);
|
143 |
+
} // If load required but not yet loaded, load.
|
144 |
+
else if ( $load && ! self::$_MANAGERS[ $key ]->is_loaded() ) {
|
145 |
+
self::$_MANAGERS[ $key ]->load();
|
146 |
+
}
|
147 |
+
|
148 |
+
return self::$_MANAGERS[ $key ];
|
149 |
+
}
|
150 |
+
|
151 |
+
/**
|
152 |
+
* @author Vova Feldman (@svovaf)
|
153 |
+
* @since 1.0.3
|
154 |
+
*
|
155 |
+
* @param bool $flush
|
156 |
+
*/
|
157 |
+
function load( $flush = false ) {
|
158 |
+
$this->_logger->entrance();
|
159 |
+
|
160 |
+
$option_name = $this->get_option_manager_name();
|
161 |
+
|
162 |
+
if ( $flush || ! isset( $this->_options ) ) {
|
163 |
+
if ( isset( $this->_options ) ) {
|
164 |
+
// Clear prev options.
|
165 |
+
$this->clear();
|
166 |
+
}
|
167 |
+
|
168 |
+
$cache_group = $this->get_cache_group();
|
169 |
+
|
170 |
+
if ( WP_FS__DEBUG_SDK ) {
|
171 |
+
|
172 |
+
// Don't use cache layer in DEBUG mode.
|
173 |
+
$load_options = empty( $this->_options );
|
174 |
+
|
175 |
+
} else {
|
176 |
+
|
177 |
+
$this->_options = wp_cache_get(
|
178 |
+
$option_name,
|
179 |
+
$cache_group
|
180 |
+
);
|
181 |
+
|
182 |
+
$load_options = ( false === $this->_options );
|
183 |
+
}
|
184 |
+
|
185 |
+
$cached = true;
|
186 |
+
|
187 |
+
if ( $load_options ) {
|
188 |
+
if ( $this->_is_network_storage ) {
|
189 |
+
$this->_options = get_site_option( $option_name );
|
190 |
+
} else if ( $this->_blog_id > 0 ) {
|
191 |
+
$this->_options = get_blog_option( $this->_blog_id, $option_name );
|
192 |
+
} else {
|
193 |
+
$this->_options = get_option( $option_name );
|
194 |
+
}
|
195 |
+
|
196 |
+
if ( is_string( $this->_options ) ) {
|
197 |
+
$this->_options = json_decode( $this->_options );
|
198 |
+
}
|
199 |
+
|
200 |
+
// $this->_logger->info('get_option = ' . var_export($this->_options, true));
|
201 |
+
|
202 |
+
if ( false === $this->_options ) {
|
203 |
+
$this->clear();
|
204 |
+
}
|
205 |
+
|
206 |
+
$cached = false;
|
207 |
+
}
|
208 |
+
|
209 |
+
if ( ! WP_FS__DEBUG_SDK && ! $cached ) {
|
210 |
+
// Set non encoded cache.
|
211 |
+
wp_cache_set( $option_name, $this->_options, $cache_group );
|
212 |
+
}
|
213 |
+
}
|
214 |
+
}
|
215 |
+
|
216 |
+
/**
|
217 |
+
* @author Vova Feldman (@svovaf)
|
218 |
+
* @since 1.0.3
|
219 |
+
*
|
220 |
+
* @return bool
|
221 |
+
*/
|
222 |
+
function is_loaded() {
|
223 |
+
return isset( $this->_options );
|
224 |
+
}
|
225 |
+
|
226 |
+
/**
|
227 |
+
* @author Vova Feldman (@svovaf)
|
228 |
+
* @since 1.0.3
|
229 |
+
*
|
230 |
+
* @return bool
|
231 |
+
*/
|
232 |
+
function is_empty() {
|
233 |
+
return ( $this->is_loaded() && false === $this->_options );
|
234 |
+
}
|
235 |
+
|
236 |
+
/**
|
237 |
+
* @author Vova Feldman (@svovaf)
|
238 |
+
* @since 1.0.6
|
239 |
+
*
|
240 |
+
* @param bool $flush
|
241 |
+
*/
|
242 |
+
function clear( $flush = false ) {
|
243 |
+
$this->_logger->entrance();
|
244 |
+
|
245 |
+
$this->_options = array();
|
246 |
+
|
247 |
+
if ( $flush ) {
|
248 |
+
$this->store();
|
249 |
+
}
|
250 |
+
}
|
251 |
+
|
252 |
+
/**
|
253 |
+
* Delete options manager from DB.
|
254 |
+
*
|
255 |
+
* @author Vova Feldman (@svovaf)
|
256 |
+
* @since 1.0.9
|
257 |
+
*/
|
258 |
+
function delete() {
|
259 |
+
$option_name = $this->get_option_manager_name();
|
260 |
+
|
261 |
+
if ( $this->_is_network_storage ) {
|
262 |
+
delete_site_option( $option_name );
|
263 |
+
} else if ( $this->_blog_id > 0 ) {
|
264 |
+
delete_blog_option( $this->_blog_id, $option_name );
|
265 |
+
} else {
|
266 |
+
delete_option( $option_name );
|
267 |
+
}
|
268 |
+
}
|
269 |
+
|
270 |
+
/**
|
271 |
+
* @author Vova Feldman (@svovaf)
|
272 |
+
* @since 1.0.6
|
273 |
+
*
|
274 |
+
* @param string $option
|
275 |
+
*
|
276 |
+
* @return bool
|
277 |
+
*/
|
278 |
+
function has_option( $option ) {
|
279 |
+
return array_key_exists( $option, $this->_options );
|
280 |
+
}
|
281 |
+
|
282 |
+
/**
|
283 |
+
* @author Vova Feldman (@svovaf)
|
284 |
+
* @since 1.0.3
|
285 |
+
*
|
286 |
+
* @param string $option
|
287 |
+
* @param mixed $default
|
288 |
+
*
|
289 |
+
* @return mixed
|
290 |
+
*/
|
291 |
+
function get_option( $option, $default = null ) {
|
292 |
+
$this->_logger->entrance( 'option = ' . $option );
|
293 |
+
|
294 |
+
if ( ! $this->is_loaded() ) {
|
295 |
+
$this->load();
|
296 |
+
}
|
297 |
+
|
298 |
+
if ( is_array( $this->_options ) ) {
|
299 |
+
$value = isset( $this->_options[ $option ] ) ?
|
300 |
+
$this->_options[ $option ] :
|
301 |
+
$default;
|
302 |
+
} else if ( is_object( $this->_options ) ) {
|
303 |
+
$value = isset( $this->_options->{$option} ) ?
|
304 |
+
$this->_options->{$option} :
|
305 |
+
$default;
|
306 |
+
} else {
|
307 |
+
$value = $default;
|
308 |
+
}
|
309 |
+
|
310 |
+
/**
|
311 |
+
* If it's an object, return a clone of the object, otherwise,
|
312 |
+
* external changes of the object will actually change the value
|
313 |
+
* of the object in the options manager which may lead to an unexpected
|
314 |
+
* behaviour and data integrity when a store() call is triggered.
|
315 |
+
*
|
316 |
+
* Example:
|
317 |
+
* $object1 = $options->get_option( 'object1' );
|
318 |
+
* $object1->x = 123;
|
319 |
+
*
|
320 |
+
* $object2 = $options->get_option( 'object2' );
|
321 |
+
* $object2->y = 'dummy';
|
322 |
+
*
|
323 |
+
* $options->set_option( 'object2', $object2, true );
|
324 |
+
*
|
325 |
+
* If we don't return a clone of option 'object1', setting 'object2'
|
326 |
+
* will also store the updated value of 'object1' which is quite not
|
327 |
+
* an expected behaviour.
|
328 |
+
*
|
329 |
+
* @author Vova Feldman
|
330 |
+
*/
|
331 |
+
return is_object( $value ) ? clone $value : $value;
|
332 |
+
}
|
333 |
+
|
334 |
+
/**
|
335 |
+
* @author Vova Feldman (@svovaf)
|
336 |
+
* @since 1.0.3
|
337 |
+
*
|
338 |
+
* @param string $option
|
339 |
+
* @param mixed $value
|
340 |
+
* @param bool $flush
|
341 |
+
*/
|
342 |
+
function set_option( $option, $value, $flush = false ) {
|
343 |
+
$this->_logger->entrance( 'option = ' . $option );
|
344 |
+
|
345 |
+
if ( ! $this->is_loaded() ) {
|
346 |
+
$this->clear();
|
347 |
+
}
|
348 |
+
|
349 |
+
/**
|
350 |
+
* If it's an object, store a clone of the object, otherwise,
|
351 |
+
* external changes of the object will actually change the value
|
352 |
+
* of the object in the options manager which may lead to an unexpected
|
353 |
+
* behaviour and data integrity when a store() call is triggered.
|
354 |
+
*
|
355 |
+
* Example:
|
356 |
+
* $object1 = new stdClass();
|
357 |
+
* $object1->x = 123;
|
358 |
+
*
|
359 |
+
* $options->set_option( 'object1', $object1 );
|
360 |
+
*
|
361 |
+
* $object1->x = 456;
|
362 |
+
*
|
363 |
+
* $options->set_option( 'object2', $object2, true );
|
364 |
+
*
|
365 |
+
* If we don't set the option as a clone of option 'object1', setting 'object2'
|
366 |
+
* will also store the updated value of 'object1' ($object1->x = 456 instead of
|
367 |
+
* $object1->x = 123) which is quite not an expected behaviour.
|
368 |
+
*
|
369 |
+
* @author Vova Feldman
|
370 |
+
*/
|
371 |
+
$copy = is_object( $value ) ? clone $value : $value;
|
372 |
+
|
373 |
+
if ( is_array( $this->_options ) ) {
|
374 |
+
$this->_options[ $option ] = $copy;
|
375 |
+
} else if ( is_object( $this->_options ) ) {
|
376 |
+
$this->_options->{$option} = $copy;
|
377 |
+
}
|
378 |
+
|
379 |
+
if ( $flush ) {
|
380 |
+
$this->store();
|
381 |
+
}
|
382 |
+
}
|
383 |
+
|
384 |
+
/**
|
385 |
+
* Unset option.
|
386 |
+
*
|
387 |
+
* @author Vova Feldman (@svovaf)
|
388 |
+
* @since 1.0.3
|
389 |
+
*
|
390 |
+
* @param string $option
|
391 |
+
* @param bool $flush
|
392 |
+
*/
|
393 |
+
function unset_option( $option, $flush = false ) {
|
394 |
+
$this->_logger->entrance( 'option = ' . $option );
|
395 |
+
|
396 |
+
if ( is_array( $this->_options ) ) {
|
397 |
+
if ( ! isset( $this->_options[ $option ] ) ) {
|
398 |
+
return;
|
399 |
+
}
|
400 |
+
|
401 |
+
unset( $this->_options[ $option ] );
|
402 |
+
|
403 |
+
} else if ( is_object( $this->_options ) ) {
|
404 |
+
if ( ! isset( $this->_options->{$option} ) ) {
|
405 |
+
return;
|
406 |
+
}
|
407 |
+
|
408 |
+
unset( $this->_options->{$option} );
|
409 |
+
}
|
410 |
+
|
411 |
+
if ( $flush ) {
|
412 |
+
$this->store();
|
413 |
+
}
|
414 |
+
}
|
415 |
+
|
416 |
+
/**
|
417 |
+
* Dump options to database.
|
418 |
+
*
|
419 |
+
* @author Vova Feldman (@svovaf)
|
420 |
+
* @since 1.0.3
|
421 |
+
*/
|
422 |
+
function store() {
|
423 |
+
$this->_logger->entrance();
|
424 |
+
|
425 |
+
$option_name = $this->get_option_manager_name();
|
426 |
+
|
427 |
+
if ( $this->_logger->is_on() ) {
|
428 |
+
$this->_logger->info( $option_name . ' = ' . var_export( $this->_options, true ) );
|
429 |
+
}
|
430 |
+
|
431 |
+
// Update DB.
|
432 |
+
if ( $this->_is_network_storage ) {
|
433 |
+
update_site_option( $option_name, $this->_options );
|
434 |
+
} else if ( $this->_blog_id > 0 ) {
|
435 |
+
update_blog_option( $this->_blog_id, $option_name, $this->_options );
|
436 |
+
} else {
|
437 |
+
update_option( $option_name, $this->_options, $this->_autoload );
|
438 |
+
}
|
439 |
+
|
440 |
+
if ( ! WP_FS__DEBUG_SDK ) {
|
441 |
+
wp_cache_set( $option_name, $this->_options, $this->get_cache_group() );
|
442 |
+
}
|
443 |
+
}
|
444 |
+
|
445 |
+
/**
|
446 |
+
* Get options keys.
|
447 |
+
*
|
448 |
+
* @author Vova Feldman (@svovaf)
|
449 |
+
* @since 1.0.3
|
450 |
+
*
|
451 |
+
* @return string[]
|
452 |
+
*/
|
453 |
+
function get_options_keys() {
|
454 |
+
if ( is_array( $this->_options ) ) {
|
455 |
+
return array_keys( $this->_options );
|
456 |
+
} else if ( is_object( $this->_options ) ) {
|
457 |
+
return array_keys( get_object_vars( $this->_options ) );
|
458 |
+
}
|
459 |
+
|
460 |
+
return array();
|
461 |
+
}
|
462 |
+
|
463 |
+
#--------------------------------------------------------------------------------
|
464 |
+
#region Migration
|
465 |
+
#--------------------------------------------------------------------------------
|
466 |
+
|
467 |
+
/**
|
468 |
+
* Migrate options from site level.
|
469 |
+
*
|
470 |
+
* @author Vova Feldman (@svovaf)
|
471 |
+
* @since 2.0.0
|
472 |
+
*/
|
473 |
+
function migrate_to_network() {
|
474 |
+
$site_options = FS_Option_Manager::get_manager($this->_id, true, false);
|
475 |
+
|
476 |
+
$options = is_object( $site_options->_options ) ?
|
477 |
+
get_object_vars( $site_options->_options ) :
|
478 |
+
$site_options->_options;
|
479 |
+
|
480 |
+
if ( ! empty( $options ) ) {
|
481 |
+
foreach ( $options as $key => $val ) {
|
482 |
+
$this->set_option( $key, $val, false );
|
483 |
+
}
|
484 |
+
|
485 |
+
$this->store();
|
486 |
+
}
|
487 |
+
}
|
488 |
+
|
489 |
+
#endregion
|
490 |
+
|
491 |
+
#--------------------------------------------------------------------------------
|
492 |
+
#region Helper Methods
|
493 |
+
#--------------------------------------------------------------------------------
|
494 |
+
|
495 |
+
/**
|
496 |
+
* @return string
|
497 |
+
*/
|
498 |
+
private function get_option_manager_name() {
|
499 |
+
return $this->_id;
|
500 |
+
}
|
501 |
+
|
502 |
+
/**
|
503 |
+
* @author Vova Feldman (@svovaf)
|
504 |
+
* @since 2.0.0
|
505 |
+
*
|
506 |
+
* @return string
|
507 |
+
*/
|
508 |
+
private function get_cache_group() {
|
509 |
+
$group = WP_FS__SLUG;
|
510 |
+
|
511 |
+
if ( $this->_is_network_storage ) {
|
512 |
+
$group .= '_ms';
|
513 |
+
} else if ( $this->_blog_id > 0 ) {
|
514 |
+
$group .= "_s{$this->_blog_id}";
|
515 |
+
}
|
516 |
+
|
517 |
+
return $group;
|
518 |
+
}
|
519 |
+
|
520 |
+
#endregion
|
521 |
+
}
|
freemius/includes/sdk/FreemiusBase.php
CHANGED
@@ -137,7 +137,7 @@
|
|
137 |
} catch ( Exception $e ) {
|
138 |
// Map to error object.
|
139 |
$result = (object) array(
|
140 |
-
'error' => array(
|
141 |
'type' => 'Unknown',
|
142 |
'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
|
143 |
'code' => 'unknown',
|
137 |
} catch ( Exception $e ) {
|
138 |
// Map to error object.
|
139 |
$result = (object) array(
|
140 |
+
'error' => (object) array(
|
141 |
'type' => 'Unknown',
|
142 |
'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
|
143 |
'code' => 'unknown',
|
freemius/includes/sdk/FreemiusWordPress.php
CHANGED
@@ -228,10 +228,13 @@
|
|
228 |
$now = ( time() - self::$_clock_diff );
|
229 |
$date = date( 'r', $now );
|
230 |
|
231 |
-
if ( in_array( $pMethod, array( 'POST', 'PUT' ) )
|
232 |
-
|
233 |
-
|
234 |
-
|
|
|
|
|
|
|
235 |
|
236 |
$string_to_sign = implode( $eol, array(
|
237 |
$pMethod,
|
@@ -380,10 +383,11 @@
|
|
380 |
}
|
381 |
|
382 |
if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
|
|
387 |
}
|
388 |
|
389 |
$request_url = self::GetUrl( $pCanonizedPath, $pIsSandbox );
|
@@ -570,7 +574,7 @@
|
|
570 |
} catch ( Exception $e ) {
|
571 |
// Map to error object.
|
572 |
$result = (object) array(
|
573 |
-
'error' => array(
|
574 |
'type' => 'Unknown',
|
575 |
'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
|
576 |
'code' => 'unknown',
|
@@ -649,7 +653,7 @@
|
|
649 |
$message = ( 1 < count( $parts ) ) ? $parts[1] : $message;
|
650 |
|
651 |
$e = new Freemius_Exception( array(
|
652 |
-
'error' => array(
|
653 |
'code' => $code,
|
654 |
'message' => $message,
|
655 |
'type' => 'CurlException',
|
@@ -657,7 +661,7 @@
|
|
657 |
) );
|
658 |
} else {
|
659 |
$e = new Freemius_Exception( array(
|
660 |
-
'error' => array(
|
661 |
'code' => $pError->get_error_code(),
|
662 |
'message' => $pError->get_error_message(),
|
663 |
'type' => 'WPRemoteException',
|
228 |
$now = ( time() - self::$_clock_diff );
|
229 |
$date = date( 'r', $now );
|
230 |
|
231 |
+
if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
|
232 |
+
$content_type = 'application/json';
|
233 |
+
|
234 |
+
if ( ! empty( $pPostParams ) ) {
|
235 |
+
$content_md5 = md5( $pPostParams );
|
236 |
+
}
|
237 |
+
}
|
238 |
|
239 |
$string_to_sign = implode( $eol, array(
|
240 |
$pMethod,
|
383 |
}
|
384 |
|
385 |
if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
|
386 |
+
$pWPRemoteArgs['headers']['Content-type'] = 'application/json';
|
387 |
+
|
388 |
+
if ( is_array( $pParams ) && 0 < count( $pParams ) ) {
|
389 |
+
$pWPRemoteArgs['body'] = json_encode( $pParams );
|
390 |
+
}
|
391 |
}
|
392 |
|
393 |
$request_url = self::GetUrl( $pCanonizedPath, $pIsSandbox );
|
574 |
} catch ( Exception $e ) {
|
575 |
// Map to error object.
|
576 |
$result = (object) array(
|
577 |
+
'error' => (object) array(
|
578 |
'type' => 'Unknown',
|
579 |
'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
|
580 |
'code' => 'unknown',
|
653 |
$message = ( 1 < count( $parts ) ) ? $parts[1] : $message;
|
654 |
|
655 |
$e = new Freemius_Exception( array(
|
656 |
+
'error' => (object) array(
|
657 |
'code' => $code,
|
658 |
'message' => $message,
|
659 |
'type' => 'CurlException',
|
661 |
) );
|
662 |
} else {
|
663 |
$e = new Freemius_Exception( array(
|
664 |
+
'error' => (object) array(
|
665 |
'code' => $pError->get_error_code(),
|
666 |
'message' => $pError->get_error_message(),
|
667 |
'type' => 'WPRemoteException',
|
freemius/includes/supplements/fs-essential-functions-1.1.7.1.php
CHANGED
@@ -1,43 +1,43 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 1.1.7
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
/**
|
14 |
-
* Find the plugin main file path based on any given file inside the plugin's folder.
|
15 |
-
*
|
16 |
-
* @author Vova Feldman (@svovaf)
|
17 |
-
* @since 1.1.7.1
|
18 |
-
*
|
19 |
-
* @param string $file Absolute path to a file inside a plugin's folder.
|
20 |
-
*
|
21 |
-
* @return string
|
22 |
-
*/
|
23 |
-
function fs_find_direct_caller_plugin_file( $file ) {
|
24 |
-
/**
|
25 |
-
* All the code below will be executed once on activation.
|
26 |
-
* If the user changes the main plugin's file name, the file_exists()
|
27 |
-
* will catch it.
|
28 |
-
*/
|
29 |
-
$all_plugins = fs_get_plugins( true );
|
30 |
-
|
31 |
-
$file_real_path = fs_normalize_path( realpath( $file ) );
|
32 |
-
|
33 |
-
// Get active plugin's main files real full names (might be symlinks).
|
34 |
-
foreach ( $all_plugins as $relative_path => $data ) {
|
35 |
-
|
36 |
-
if ( '.' !== dirname( trailingslashit( $relative_path ) ) ) {
|
37 |
-
return $relative_path;
|
38 |
-
}
|
39 |
-
}
|
40 |
-
}
|
41 |
-
|
42 |
-
return null;
|
43 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2015, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 1.1.7
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Find the plugin main file path based on any given file inside the plugin's folder.
|
15 |
+
*
|
16 |
+
* @author Vova Feldman (@svovaf)
|
17 |
+
* @since 1.1.7.1
|
18 |
+
*
|
19 |
+
* @param string $file Absolute path to a file inside a plugin's folder.
|
20 |
+
*
|
21 |
+
* @return string
|
22 |
+
*/
|
23 |
+
function fs_find_direct_caller_plugin_file( $file ) {
|
24 |
+
/**
|
25 |
+
* All the code below will be executed once on activation.
|
26 |
+
* If the user changes the main plugin's file name, the file_exists()
|
27 |
+
* will catch it.
|
28 |
+
*/
|
29 |
+
$all_plugins = fs_get_plugins( true );
|
30 |
+
|
31 |
+
$file_real_path = fs_normalize_path( realpath( $file ) );
|
32 |
+
|
33 |
+
// Get active plugin's main files real full names (might be symlinks).
|
34 |
+
foreach ( $all_plugins as $relative_path => $data ) {
|
35 |
+
if ( 0 === strpos( $file_real_path, fs_normalize_path( dirname( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) ) . '/' ) ) ) {
|
36 |
+
if ( '.' !== dirname( trailingslashit( $relative_path ) ) ) {
|
37 |
+
return $relative_path;
|
38 |
+
}
|
39 |
+
}
|
40 |
+
}
|
41 |
+
|
42 |
+
return null;
|
43 |
+
}
|
freemius/languages/freemius-cs_CZ.po
DELETED
@@ -1,2546 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
# Translators:
|
4 |
-
# Karolína Vyskočilová <karolina@kybernaut.cz>, 2019
|
5 |
-
msgid ""
|
6 |
-
msgstr ""
|
7 |
-
"Project-Id-Version: WordPress SDK\n"
|
8 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
9 |
-
"POT-Creation-Date: \n"
|
10 |
-
"PO-Revision-Date: 2019-10-07 15:33+0000\n"
|
11 |
-
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
12 |
-
"Language: cs_CZ\n"
|
13 |
-
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/freemius/wordpress-sdk/language/cs_CZ/)\n"
|
14 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
-
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
17 |
-
"MIME-Version: 1.0\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
23 |
-
|
24 |
-
#: includes/class-freemius.php1880, templates/account.php:840
|
25 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
26 |
-
msgstr "Aktualizováním na Beta verzi nahradíte nainstalovanou verzi %s nejnovějším vydáním Beta verze - používejte s opatrností a ne na produkčních webech. Varovali jsme vás."
|
27 |
-
|
28 |
-
#: includes/class-freemius.php:1887
|
29 |
-
msgid "Would you like to proceed with the update?"
|
30 |
-
msgstr "Chcete pokračovat v aktualizaci?"
|
31 |
-
|
32 |
-
#: includes/class-freemius.php:2095
|
33 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
34 |
-
msgstr "Freemius SDK nemohlo najít hlavní soubor pluginu. S aktuální chybou se obraťte se na sdk@freemius.com."
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:2097
|
37 |
-
msgid "Error"
|
38 |
-
msgstr "Chyba"
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2491
|
41 |
-
msgid "I found a better %s"
|
42 |
-
msgstr "Našel jsem lepší %s"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2493
|
45 |
-
msgid "What's the %s's name?"
|
46 |
-
msgstr "Jak se %s jmenuje?"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2499
|
49 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
50 |
-
msgstr "Jen dočasná %s - ladím nějaký problém."
|
51 |
-
|
52 |
-
#: includes/class-freemius.php:2501
|
53 |
-
msgid "Deactivation"
|
54 |
-
msgstr "Deaktivace"
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2502
|
57 |
-
msgid "Theme Switch"
|
58 |
-
msgstr "Změna šablony"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php2511, templates/forms/resend-key.php:24
|
61 |
-
msgid "Other"
|
62 |
-
msgstr "Jiné"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php:2519
|
65 |
-
msgid "I no longer need the %s"
|
66 |
-
msgstr "Již nepotřebuji %s"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2526
|
69 |
-
msgid "I only needed the %s for a short period"
|
70 |
-
msgstr "Potřeboval %s jsem jen krátkou dobu"
|
71 |
-
|
72 |
-
#: includes/class-freemius.php:2532
|
73 |
-
msgid "The %s broke my site"
|
74 |
-
msgstr "%s rozbil můj web"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2539
|
77 |
-
msgid "The %s suddenly stopped working"
|
78 |
-
msgstr "%s náhle přestal pracovat"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2549
|
81 |
-
msgid "I can't pay for it anymore"
|
82 |
-
msgstr "Už si to nemohu dovolit"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2551
|
85 |
-
msgid "What price would you feel comfortable paying?"
|
86 |
-
msgstr "Jakou cenu byste byli ochotni platit?"
|
87 |
-
|
88 |
-
#: includes/class-freemius.php:2557
|
89 |
-
msgid "I don't like to share my information with you"
|
90 |
-
msgstr "Nechci s vámi sdílet své informace"
|
91 |
-
|
92 |
-
#: includes/class-freemius.php:2578
|
93 |
-
msgid "The %s didn't work"
|
94 |
-
msgstr "%s nefungoval"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2588
|
97 |
-
msgid "I couldn't understand how to make it work"
|
98 |
-
msgstr "Nedokázal jsem jej zprovoznit"
|
99 |
-
|
100 |
-
#: includes/class-freemius.php:2596
|
101 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
102 |
-
msgstr "%s je skvělý, ale potřebuji funkci, kterou není podporovaná"
|
103 |
-
|
104 |
-
#: includes/class-freemius.php:2598
|
105 |
-
msgid "What feature?"
|
106 |
-
msgstr "Jaká funkce?"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2602
|
109 |
-
msgid "The %s is not working"
|
110 |
-
msgstr "%s nefunguje"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2604
|
113 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
114 |
-
msgstr "Dejte nám prosím vědět, co nefungovalo, ať to můžeme opravit pro další uživatele..."
|
115 |
-
|
116 |
-
#: includes/class-freemius.php:2608
|
117 |
-
msgid "It's not what I was looking for"
|
118 |
-
msgstr "Není to to, co jsem hledal"
|
119 |
-
|
120 |
-
#: includes/class-freemius.php:2610
|
121 |
-
msgid "What you've been looking for?"
|
122 |
-
msgstr "Co jste hledali?"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2614
|
125 |
-
msgid "The %s didn't work as expected"
|
126 |
-
msgstr "%s nefungoval podle očekávání"
|
127 |
-
|
128 |
-
#: includes/class-freemius.php:2616
|
129 |
-
msgid "What did you expect?"
|
130 |
-
msgstr "Co jste očekávali?"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php3471, templates/debug.php:20
|
133 |
-
msgid "Freemius Debug"
|
134 |
-
msgstr "Freemius Debug"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php:4223
|
137 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
138 |
-
msgstr "Nevím, co je cURL nebo jak jej nainstalovat, pomozte mi!"
|
139 |
-
|
140 |
-
#: includes/class-freemius.php:4225
|
141 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
142 |
-
msgstr "Zkontaktujeme vaší hostingovou společnost a zkusíme vyřešit tento problém. Na %s dostanete upozornění, jakmile budeme vědět něco nového."
|
143 |
-
|
144 |
-
#: includes/class-freemius.php:4232
|
145 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
146 |
-
msgstr "Výborně, nainstalujte prosím cURL a povolte ji v souboru php.ini. Dále vyhledejte v souboru php.ini direktivu 'disable_functions ' a odeberte všechny zakázané metody začínající na \"curl_\". Chcete-li se ujistit, že byla úspěšně aktivována, použijte 'phpinfo() '. Jakmile je aktivován, deaktivujte %s a znovu jej aktivujte."
|
147 |
-
|
148 |
-
#: includes/class-freemius.php:4337
|
149 |
-
msgid "Yes - do your thing"
|
150 |
-
msgstr "Ano - udělejte, co potřebujete"
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4342
|
153 |
-
msgid "No - just deactivate"
|
154 |
-
msgstr "Ne - jen deaktivovat"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php4387, includes/class-freemius.php4881,
|
157 |
-
#: includes/class-freemius.php6032, includes/class-freemius.php13153,
|
158 |
-
#: includes/class-freemius.php16558, includes/class-freemius.php16646,
|
159 |
-
#: includes/class-freemius.php16812, includes/class-freemius.php19040,
|
160 |
-
#: includes/class-freemius.php19381, includes/class-freemius.php19391,
|
161 |
-
#: includes/class-freemius.php20051, includes/class-freemius.php20924,
|
162 |
-
#: includes/class-freemius.php21039, includes/class-freemius.php21183,
|
163 |
-
#: templates/add-ons.php:57
|
164 |
-
msgctxt "exclamation"
|
165 |
-
msgid "Oops"
|
166 |
-
msgstr "Jejda"
|
167 |
-
|
168 |
-
#: includes/class-freemius.php:4456
|
169 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
170 |
-
msgstr "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
171 |
-
|
172 |
-
#: includes/class-freemius.php:4878
|
173 |
-
msgctxt "addonX cannot run without pluginY"
|
174 |
-
msgid "%s cannot run without %s."
|
175 |
-
msgstr "%s nelze spustit bez %s."
|
176 |
-
|
177 |
-
#: includes/class-freemius.php:4879
|
178 |
-
msgctxt "addonX cannot run..."
|
179 |
-
msgid "%s cannot run without the plugin."
|
180 |
-
msgstr "%s nelze spustit bez tohoto pluginu."
|
181 |
-
|
182 |
-
#: includes/class-freemius.php5052, includes/class-freemius.php5077,
|
183 |
-
#: includes/class-freemius.php:20122
|
184 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
185 |
-
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
186 |
-
|
187 |
-
#: includes/class-freemius.php:5720
|
188 |
-
msgid "Premium %s version was successfully activated."
|
189 |
-
msgstr "Premium %s version was successfully activated."
|
190 |
-
|
191 |
-
#: includes/class-freemius.php5732, includes/class-freemius.php:7599
|
192 |
-
msgctxt ""
|
193 |
-
msgid "W00t"
|
194 |
-
msgstr "W00t"
|
195 |
-
|
196 |
-
#: includes/class-freemius.php:5747
|
197 |
-
msgid "You have a %s license."
|
198 |
-
msgstr "Máte licenci „%s“."
|
199 |
-
|
200 |
-
#: includes/class-freemius.php5751, includes/class-freemius.php15975,
|
201 |
-
#: includes/class-freemius.php15986, includes/class-freemius.php19292,
|
202 |
-
#: includes/class-freemius.php19642, includes/class-freemius.php19711,
|
203 |
-
#: includes/class-freemius.php:19876
|
204 |
-
msgctxt "interjection expressing joy or exuberance"
|
205 |
-
msgid "Yee-haw"
|
206 |
-
msgstr "Yee-haw"
|
207 |
-
|
208 |
-
#: includes/class-freemius.php:6015
|
209 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
210 |
-
msgstr "%s bezplatná zkušební verze byla úspěšně zrušena. Jelikož toto rozšíření nenabízí bezplatnou verzi, bylo automaticky deaktivováno. Chcete-li jej v budoucnu používat, budete si muset zakoupit licenci."
|
211 |
-
|
212 |
-
#: includes/class-freemius.php:6019
|
213 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
214 |
-
msgstr "%s je pouze prémiové rozšíření. Před aktivací pluginu si musíte nejprve zakoupit licenci."
|
215 |
-
|
216 |
-
#: includes/class-freemius.php6028, templates/add-ons.php186,
|
217 |
-
#: templates/account/partials/addon.php:381
|
218 |
-
msgid "More information about %s"
|
219 |
-
msgstr "Více informací o %s"
|
220 |
-
|
221 |
-
#: includes/class-freemius.php:6029
|
222 |
-
msgid "Purchase License"
|
223 |
-
msgstr "Koupit licenci"
|
224 |
-
|
225 |
-
#: includes/class-freemius.php6964, templates/connect.php:163
|
226 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
227 |
-
msgstr "Aktivační email od %s by měl dorazit do vašeho mailboxu (%s). Ujistěte se, že v emailu kliknete na tlačítko aktivovat, abyste %s."
|
228 |
-
|
229 |
-
#: includes/class-freemius.php:6968
|
230 |
-
msgid "start the trial"
|
231 |
-
msgstr "spustit zkušební verzi"
|
232 |
-
|
233 |
-
#: includes/class-freemius.php6969, templates/connect.php:167
|
234 |
-
msgid "complete the install"
|
235 |
-
msgstr "dokončit installaci"
|
236 |
-
|
237 |
-
#: includes/class-freemius.php:7081
|
238 |
-
msgid "You are just one step away - %s"
|
239 |
-
msgstr "Jste jen na krok od - %s"
|
240 |
-
|
241 |
-
#: includes/class-freemius.php:7084
|
242 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
243 |
-
msgid "Complete \"%s\" Activation Now"
|
244 |
-
msgstr "Dokončit aktivaci pluginu „%s“"
|
245 |
-
|
246 |
-
#: includes/class-freemius.php:7162
|
247 |
-
msgid "We made a few tweaks to the %s, %s"
|
248 |
-
msgstr "Udělali jsme několik vylepšení %s, %s"
|
249 |
-
|
250 |
-
#: includes/class-freemius.php:7166
|
251 |
-
msgid "Opt in to make \"%s\" better!"
|
252 |
-
msgstr "Zúčastněte se, aby byl \"%s\" ještě lepší!"
|
253 |
-
|
254 |
-
#: includes/class-freemius.php:7598
|
255 |
-
msgid "The upgrade of %s was successfully completed."
|
256 |
-
msgstr "Aktualizace %s byla úspěšně dokončena."
|
257 |
-
|
258 |
-
#: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
|
259 |
-
#: includes/class-fs-plugin-updater.php1233,
|
260 |
-
#: includes/class-fs-plugin-updater.php1240,
|
261 |
-
#: templates/auto-installation.php:32
|
262 |
-
msgid "Add-On"
|
263 |
-
msgstr "Doplněk"
|
264 |
-
|
265 |
-
#: includes/class-freemius.php9804, templates/account.php335,
|
266 |
-
#: templates/account.php343, templates/debug.php360, templates/debug.php:551
|
267 |
-
msgid "Plugin"
|
268 |
-
msgstr "Plugin"
|
269 |
-
|
270 |
-
#: includes/class-freemius.php9805, templates/account.php336,
|
271 |
-
#: templates/account.php344, templates/debug.php360, templates/debug.php551,
|
272 |
-
#: templates/forms/deactivation/form.php:71
|
273 |
-
msgid "Theme"
|
274 |
-
msgstr "Šablona"
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:12596
|
277 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
msgstr "Během nastavování uživatelského beta módu došlo k neočekávané chybě."
|
279 |
-
|
280 |
-
#: includes/class-freemius.php:13020
|
281 |
-
msgid "Invalid site details collection."
|
282 |
-
msgstr "Invalid site details collection."
|
283 |
-
|
284 |
-
#: includes/class-freemius.php:13140
|
285 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
286 |
-
msgstr "Nemohli jsme najít vaši e-mailovou adresu v systému, jste si jisti, že je to správná adresa?"
|
287 |
-
|
288 |
-
#: includes/class-freemius.php:13142
|
289 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
290 |
-
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
291 |
-
|
292 |
-
#: includes/class-freemius.php:13416
|
293 |
-
msgid "Account is pending activation."
|
294 |
-
msgstr "Účet čeká na aktivaci."
|
295 |
-
|
296 |
-
#: includes/class-freemius.php13528,
|
297 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
298 |
-
msgid "Buy a license now"
|
299 |
-
msgstr "Koupit licenci nyní"
|
300 |
-
|
301 |
-
#: includes/class-freemius.php13540,
|
302 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
303 |
-
msgid "Renew your license now"
|
304 |
-
msgstr "Obnovte svou licenci teď"
|
305 |
-
|
306 |
-
#: includes/class-freemius.php:13544
|
307 |
-
msgid "%s to access version %s security & feature updates, and support."
|
308 |
-
msgstr "%s pro přístup k verzi %s zajišťující podporu a nejen bezpečnostní aktualizace."
|
309 |
-
|
310 |
-
#: includes/class-freemius.php:15957
|
311 |
-
msgid "%s activation was successfully completed."
|
312 |
-
msgstr "Aktivace %s byla úspěšně dokončena."
|
313 |
-
|
314 |
-
#: includes/class-freemius.php:15971
|
315 |
-
msgid "Your account was successfully activated with the %s plan."
|
316 |
-
msgstr "Účet byl úspěšně aktivován s plánem %s."
|
317 |
-
|
318 |
-
#: includes/class-freemius.php15982, includes/class-freemius.php:19707
|
319 |
-
msgid "Your trial has been successfully started."
|
320 |
-
msgstr "Vaše zkušebí verze byla úspěšně spuštěna."
|
321 |
-
|
322 |
-
#: includes/class-freemius.php16556, includes/class-freemius.php16644,
|
323 |
-
#: includes/class-freemius.php:16810
|
324 |
-
msgid "Couldn't activate %s."
|
325 |
-
msgstr "Nelze aktivovat %s."
|
326 |
-
|
327 |
-
#: includes/class-freemius.php16557, includes/class-freemius.php16645,
|
328 |
-
#: includes/class-freemius.php:16811
|
329 |
-
msgid "Please contact us with the following message:"
|
330 |
-
msgstr "Kontaktujte nás prosím s následující zprávou:"
|
331 |
-
|
332 |
-
#: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
|
333 |
-
msgid "An unknown error has occurred."
|
334 |
-
msgstr "Došlo k neznámé chybě."
|
335 |
-
|
336 |
-
#: includes/class-freemius.php17168, includes/class-freemius.php:22082
|
337 |
-
msgid "Upgrade"
|
338 |
-
msgstr "Upgrade"
|
339 |
-
|
340 |
-
#: includes/class-freemius.php:17174
|
341 |
-
msgid "Start Trial"
|
342 |
-
msgstr "Začít Trial"
|
343 |
-
|
344 |
-
#: includes/class-freemius.php:17176
|
345 |
-
msgid "Pricing"
|
346 |
-
msgstr "Ceník"
|
347 |
-
|
348 |
-
#: includes/class-freemius.php17256, includes/class-freemius.php:17258
|
349 |
-
msgid "Affiliation"
|
350 |
-
msgstr "Affiliation"
|
351 |
-
|
352 |
-
#: includes/class-freemius.php17286, includes/class-freemius.php17288,
|
353 |
-
#: templates/account.php183, templates/debug.php:326
|
354 |
-
msgid "Account"
|
355 |
-
msgstr "Účet"
|
356 |
-
|
357 |
-
#: includes/class-freemius.php17302, includes/class-freemius.php17304,
|
358 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
359 |
-
msgid "Contact Us"
|
360 |
-
msgstr "Support"
|
361 |
-
|
362 |
-
#: includes/class-freemius.php17315, includes/class-freemius.php17317,
|
363 |
-
#: includes/class-freemius.php22096, templates/account.php111,
|
364 |
-
#: templates/account/partials/addon.php:44
|
365 |
-
msgid "Add-Ons"
|
366 |
-
msgstr "Doplňky"
|
367 |
-
|
368 |
-
#: includes/class-freemius.php:17351
|
369 |
-
msgctxt "ASCII arrow left icon"
|
370 |
-
msgid "←"
|
371 |
-
msgstr "←"
|
372 |
-
|
373 |
-
#: includes/class-freemius.php:17351
|
374 |
-
msgctxt "ASCII arrow right icon"
|
375 |
-
msgid "➤"
|
376 |
-
msgstr "➤"
|
377 |
-
|
378 |
-
#: includes/class-freemius.php17353, templates/pricing.php:103
|
379 |
-
msgctxt "noun"
|
380 |
-
msgid "Pricing"
|
381 |
-
msgstr "Ceník"
|
382 |
-
|
383 |
-
#: includes/class-freemius.php17566,
|
384 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
385 |
-
msgid "Support Forum"
|
386 |
-
msgstr "Fórum podpory"
|
387 |
-
|
388 |
-
#: includes/class-freemius.php:18536
|
389 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
390 |
-
msgstr "Your email has been successfully verified - you are AWESOME!"
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:18537
|
393 |
-
msgctxt "a positive response"
|
394 |
-
msgid "Right on"
|
395 |
-
msgstr "Right on"
|
396 |
-
|
397 |
-
#: includes/class-freemius.php:19041
|
398 |
-
msgid "seems like the key you entered doesn't match our records."
|
399 |
-
msgstr "seems like the key you entered doesn't match our records."
|
400 |
-
|
401 |
-
#: includes/class-freemius.php:19065
|
402 |
-
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
403 |
-
msgstr "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
404 |
-
|
405 |
-
#: includes/class-freemius.php:19283
|
406 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
407 |
-
msgstr "Your %s Add-on plan was successfully upgraded."
|
408 |
-
|
409 |
-
#: includes/class-freemius.php:19285
|
410 |
-
msgid "%s Add-on was successfully purchased."
|
411 |
-
msgstr "Rozšíření %s bylo úspěšně zakoupeno."
|
412 |
-
|
413 |
-
#: includes/class-freemius.php:19288
|
414 |
-
msgid "Download the latest version"
|
415 |
-
msgstr "Stáhnout nejnovější verzi"
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:19374
|
418 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
419 |
-
msgstr "Váš server blokuje přístup k Freemium API, což je zásadní pro synchronizaci %1s. Obraťte se na svého poskytovatele , aby přidal do svého whitelistu %2s"
|
420 |
-
|
421 |
-
#: includes/class-freemius.php19380, includes/class-freemius.php19390,
|
422 |
-
#: includes/class-freemius.php19835, includes/class-freemius.php:19924
|
423 |
-
msgid "Error received from the server:"
|
424 |
-
msgstr "Chyba přijatá ze serveru:"
|
425 |
-
|
426 |
-
#: includes/class-freemius.php:19390
|
427 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
428 |
-
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
429 |
-
|
430 |
-
#: includes/class-freemius.php19604, includes/class-freemius.php19840,
|
431 |
-
#: includes/class-freemius.php19895, includes/class-freemius.php:19998
|
432 |
-
msgctxt ""
|
433 |
-
msgid "Hmm"
|
434 |
-
msgstr "Hmm"
|
435 |
-
|
436 |
-
#: includes/class-freemius.php:19617
|
437 |
-
msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
438 |
-
msgstr "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
439 |
-
|
440 |
-
#: includes/class-freemius.php19618, templates/account.php113,
|
441 |
-
#: templates/add-ons.php250, templates/account/partials/addon.php:46
|
442 |
-
msgctxt "trial period"
|
443 |
-
msgid "Trial"
|
444 |
-
msgstr "Trial"
|
445 |
-
|
446 |
-
#: includes/class-freemius.php:19623
|
447 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
448 |
-
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
449 |
-
|
450 |
-
#: includes/class-freemius.php19627, includes/class-freemius.php:19686
|
451 |
-
msgid "Please contact us here"
|
452 |
-
msgstr "Kontaktujte nás prosím zde"
|
453 |
-
|
454 |
-
#: includes/class-freemius.php:19638
|
455 |
-
msgid "Your plan was successfully activated."
|
456 |
-
msgstr "Vaše licence byla úspěšně aktivována."
|
457 |
-
|
458 |
-
#: includes/class-freemius.php:19639
|
459 |
-
msgid "Your plan was successfully upgraded."
|
460 |
-
msgstr "Váš plán byl úspěšně aktualizován."
|
461 |
-
|
462 |
-
#: includes/class-freemius.php:19656
|
463 |
-
msgid "Your plan was successfully changed to %s."
|
464 |
-
msgstr "Váše předplatné bylo úspěšně změněn na %s."
|
465 |
-
|
466 |
-
#: includes/class-freemius.php:19672
|
467 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
468 |
-
msgstr "Vaše licence vypršela. Stále však můžete free verzi %s bez omezení."
|
469 |
-
|
470 |
-
#: includes/class-freemius.php:19674
|
471 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
472 |
-
msgstr "Vaše licence vypršela. %1$sObnovte předplatné%2$s, abyste mohli mohli %3$s používat bez omezení."
|
473 |
-
|
474 |
-
#: includes/class-freemius.php:19682
|
475 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
476 |
-
msgstr "Vaše licence byla zrušena. Pokud si myslíte, že je to chyba, obraťte se na naší podporu."
|
477 |
-
|
478 |
-
#: includes/class-freemius.php:19695
|
479 |
-
msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
480 |
-
msgstr "Vaše licence vypršela. Stále však můžete používat všechny funkce verze %s, ale pro získání technické podpory a nejnovějších aktualizací budete muset obnovit svou licenci."
|
481 |
-
|
482 |
-
#: includes/class-freemius.php:19721
|
483 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
484 |
-
msgstr "Your free trial has expired. You can still continue using all our free features."
|
485 |
-
|
486 |
-
#: includes/class-freemius.php:19723
|
487 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
488 |
-
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
489 |
-
|
490 |
-
#: includes/class-freemius.php:19831
|
491 |
-
msgid "It looks like the license could not be activated."
|
492 |
-
msgstr "Licenci se nepodařilo aktivovat."
|
493 |
-
|
494 |
-
#: includes/class-freemius.php:19873
|
495 |
-
msgid "Your license was successfully activated."
|
496 |
-
msgstr "Vaše licence byla úspěšně aktivována."
|
497 |
-
|
498 |
-
#: includes/class-freemius.php:19899
|
499 |
-
msgid "It looks like your site currently doesn't have an active license."
|
500 |
-
msgstr "It looks like your site currently doesn't have an active license."
|
501 |
-
|
502 |
-
#: includes/class-freemius.php:19923
|
503 |
-
msgid "It looks like the license deactivation failed."
|
504 |
-
msgstr "Deaktivace licence pravděpodobně selhala."
|
505 |
-
|
506 |
-
#: includes/class-freemius.php:19951
|
507 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
508 |
-
msgstr "Vaše licence byla úspěšně deaktivována, jste zpět na plánu %s."
|
509 |
-
|
510 |
-
#: includes/class-freemius.php:19952
|
511 |
-
msgid "O.K"
|
512 |
-
msgstr "OK"
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:20005
|
515 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
516 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
517 |
-
|
518 |
-
#: includes/class-freemius.php:20014
|
519 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
520 |
-
msgstr "Vaše předplatné bylo úspěšně zrušeno. Platnost licence %s vyprší za %s."
|
521 |
-
|
522 |
-
#: includes/class-freemius.php:20056
|
523 |
-
msgid "You are already running the %s in a trial mode."
|
524 |
-
msgstr "You are already running the %s in a trial mode."
|
525 |
-
|
526 |
-
#: includes/class-freemius.php:20067
|
527 |
-
msgid "You already utilized a trial before."
|
528 |
-
msgstr "O zkušební licenci nelze žádat dvakrát."
|
529 |
-
|
530 |
-
#: includes/class-freemius.php:20081
|
531 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
532 |
-
msgstr "Plán %s neexistuje, proto nemůžete používt zkušební verzi."
|
533 |
-
|
534 |
-
#: includes/class-freemius.php:20092
|
535 |
-
msgid "Plan %s does not support a trial period."
|
536 |
-
msgstr "Plán %s nepodporuje zkušební období."
|
537 |
-
|
538 |
-
#: includes/class-freemius.php:20103
|
539 |
-
msgid "None of the %s's plans supports a trial period."
|
540 |
-
msgstr "None of the %s's plans supports a trial period."
|
541 |
-
|
542 |
-
#: includes/class-freemius.php:20153
|
543 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
544 |
-
msgstr "Zkuušební režim už vám skončil, takže už není co rušit :)"
|
545 |
-
|
546 |
-
#: includes/class-freemius.php:20189
|
547 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
548 |
-
msgstr "Omlouváme se, ale měli jsme nějaký dočasný problém se zrušením vaší zkušební licence. Zkuste to znovu za několik minut."
|
549 |
-
|
550 |
-
#: includes/class-freemius.php:20208
|
551 |
-
msgid "Your %s free trial was successfully cancelled."
|
552 |
-
msgstr "Your %s free trial was successfully cancelled."
|
553 |
-
|
554 |
-
#: includes/class-freemius.php:20524
|
555 |
-
msgid "Version %s was released."
|
556 |
-
msgstr "Byla vydána verze %s."
|
557 |
-
|
558 |
-
#: includes/class-freemius.php:20524
|
559 |
-
msgid "Please download %s."
|
560 |
-
msgstr "Stáhněte si prosím %s."
|
561 |
-
|
562 |
-
#: includes/class-freemius.php:20531
|
563 |
-
msgid "the latest %s version here"
|
564 |
-
msgstr "nejnovější %s verze zde"
|
565 |
-
|
566 |
-
#: includes/class-freemius.php:20536
|
567 |
-
msgid "New"
|
568 |
-
msgstr "Nový"
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:20541
|
571 |
-
msgid "Seems like you got the latest release."
|
572 |
-
msgstr "Pravděpodobně máte nejnovější verzi."
|
573 |
-
|
574 |
-
#: includes/class-freemius.php:20542
|
575 |
-
msgid "You are all good!"
|
576 |
-
msgstr "You are all good!"
|
577 |
-
|
578 |
-
#: includes/class-freemius.php:20812
|
579 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
580 |
-
msgstr "Ověřovací zpráva byla právě odeslána na email %s. Pokud ji nenajdete do 5 min, zkontrolujte prosím složku pro spam."
|
581 |
-
|
582 |
-
#: includes/class-freemius.php:20951
|
583 |
-
msgid "Site successfully opted in."
|
584 |
-
msgstr "Site successfully opted in."
|
585 |
-
|
586 |
-
#: includes/class-freemius.php20952, includes/class-freemius.php:21792
|
587 |
-
msgid "Awesome"
|
588 |
-
msgstr "Úžasný"
|
589 |
-
|
590 |
-
#: includes/class-freemius.php20968, templates/forms/optout.php:32
|
591 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
592 |
-
msgstr "Vážíme si vaší pomoci při zlepšování %s tím, že nám umožníte sledovat některá data o jeho používání."
|
593 |
-
|
594 |
-
#: includes/class-freemius.php:20969
|
595 |
-
msgid "Thank you!"
|
596 |
-
msgstr "Děkujeme!"
|
597 |
-
|
598 |
-
#: includes/class-freemius.php:20976
|
599 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
600 |
-
msgstr "Nebudeme již posílat žádná data o používání %s na %s do %s."
|
601 |
-
|
602 |
-
#: includes/class-freemius.php:21105
|
603 |
-
msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
604 |
-
msgstr "Zkontrolujte si prosím emailovou schránku, měli byste obdržet zprávu od %s pro potvrzení změny vlastnictví. Z bezpečnostních důvodů je nutné potvrdit tuto změnu během následujících 15 minut. Pokud email nemůžete najít, zkontrolujte složku se spamem."
|
605 |
-
|
606 |
-
#: includes/class-freemius.php:21111
|
607 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
608 |
-
msgstr "Děkujeme za potvrzení změny vlastnictví. Email byl právě odeslán na adresu %s, ke konečnému schválení."
|
609 |
-
|
610 |
-
#: includes/class-freemius.php:21116
|
611 |
-
msgid "%s is the new owner of the account."
|
612 |
-
msgstr "%s je nový vlastník účtu."
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:21118
|
615 |
-
msgctxt "as congratulations"
|
616 |
-
msgid "Congrats"
|
617 |
-
msgstr "Gratulujeme"
|
618 |
-
|
619 |
-
#: includes/class-freemius.php:21138
|
620 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
621 |
-
msgstr "Omlouváme se, ale aktualizaci emailu jsem nemohli dokončit. Uživatel s vámi zadaným emailem už je registrován."
|
622 |
-
|
623 |
-
#: includes/class-freemius.php:21139
|
624 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
625 |
-
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
626 |
-
|
627 |
-
#: includes/class-freemius.php:21146
|
628 |
-
msgid "Change Ownership"
|
629 |
-
msgstr "Změnit vlastnictví"
|
630 |
-
|
631 |
-
#: includes/class-freemius.php:21154
|
632 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
633 |
-
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
634 |
-
|
635 |
-
#: includes/class-freemius.php:21166
|
636 |
-
msgid "Please provide your full name."
|
637 |
-
msgstr "Zadejte prosím své celé jméno."
|
638 |
-
|
639 |
-
#: includes/class-freemius.php:21171
|
640 |
-
msgid "Your name was successfully updated."
|
641 |
-
msgstr "Vaše jméno bylo úspěšně aktualizováno."
|
642 |
-
|
643 |
-
#: includes/class-freemius.php:21232
|
644 |
-
msgid "You have successfully updated your %s."
|
645 |
-
msgstr "Úspěšně jste aktualizovali %s."
|
646 |
-
|
647 |
-
#: includes/class-freemius.php:21372
|
648 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
649 |
-
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
650 |
-
|
651 |
-
#: includes/class-freemius.php:21373
|
652 |
-
msgctxt "advance notice of something that will need attention."
|
653 |
-
msgid "Heads up"
|
654 |
-
msgstr "Heads up"
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21832
|
657 |
-
msgctxt "exclamation"
|
658 |
-
msgid "Hey"
|
659 |
-
msgstr "Dobrý den"
|
660 |
-
|
661 |
-
#: includes/class-freemius.php:21832
|
662 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
663 |
-
msgstr "Jak se vám líbí %s? Otestujte všechny naše %s nadstandardní funkce s %d-denní zkušební verze zdarma."
|
664 |
-
|
665 |
-
#: includes/class-freemius.php:21840
|
666 |
-
msgid "No commitment for %s days - cancel anytime!"
|
667 |
-
msgstr "No commitment for %s days - cancel anytime!"
|
668 |
-
|
669 |
-
#: includes/class-freemius.php:21841
|
670 |
-
msgid "No credit card required"
|
671 |
-
msgstr "Kreditní karta není vyžadována"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php21848, templates/forms/trial-start.php:53
|
674 |
-
msgctxt "call to action"
|
675 |
-
msgid "Start free trial"
|
676 |
-
msgstr "Start free trial"
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:21925
|
679 |
-
msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
680 |
-
msgstr "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
681 |
-
|
682 |
-
#: includes/class-freemius.php:21934
|
683 |
-
msgid "Learn more"
|
684 |
-
msgstr "Přečtěte si více"
|
685 |
-
|
686 |
-
#: includes/class-freemius.php22120, templates/account.php499,
|
687 |
-
#: templates/account.php624, templates/connect.php171,
|
688 |
-
#: templates/connect.php421, templates/forms/license-activation.php27,
|
689 |
-
#: templates/account/partials/addon.php:321
|
690 |
-
msgid "Activate License"
|
691 |
-
msgstr "Aktivovat licenci"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php22121, templates/account.php571,
|
694 |
-
#: templates/account.php623, templates/account/partials/addon.php322,
|
695 |
-
#: templates/account/partials/site.php:271
|
696 |
-
msgid "Change License"
|
697 |
-
msgstr "Změnit licenci"
|
698 |
-
|
699 |
-
#: includes/class-freemius.php22217, templates/account/partials/site.php:169
|
700 |
-
msgid "Opt Out"
|
701 |
-
msgstr "Odhlásit se"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php22219, includes/class-freemius.php22225,
|
704 |
-
#: templates/account/partials/site.php49,
|
705 |
-
#: templates/account/partials/site.php:169
|
706 |
-
msgid "Opt In"
|
707 |
-
msgstr "Zúčastnit se"
|
708 |
-
|
709 |
-
#: includes/class-freemius.php:22453
|
710 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
711 |
-
msgstr " Placená verze %1s je již nainstalována. Aktivujte jí, abyste mohli těžit z %2s funkcí. %3s"
|
712 |
-
|
713 |
-
#: includes/class-freemius.php:22461
|
714 |
-
msgid "Activate %s features"
|
715 |
-
msgstr "Aktivovat %s funkce"
|
716 |
-
|
717 |
-
#: includes/class-freemius.php:22474
|
718 |
-
msgid "Please follow these steps to complete the upgrade"
|
719 |
-
msgstr "Dokončete upgrade provedením následujících kroků"
|
720 |
-
|
721 |
-
#: includes/class-freemius.php:22478
|
722 |
-
msgid "Download the latest %s version"
|
723 |
-
msgstr "Stáhnout nejnovější verzi %s"
|
724 |
-
|
725 |
-
#: includes/class-freemius.php:22482
|
726 |
-
msgid "Upload and activate the downloaded version"
|
727 |
-
msgstr "Nahrát a aktivovat stáhnutou verzi"
|
728 |
-
|
729 |
-
#: includes/class-freemius.php:22484
|
730 |
-
msgid "How to upload and activate?"
|
731 |
-
msgstr "Jak nahrát a aktivovat?"
|
732 |
-
|
733 |
-
#: includes/class-freemius.php:22618
|
734 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
735 |
-
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
736 |
-
|
737 |
-
#: includes/class-freemius.php:22779
|
738 |
-
msgid "Auto installation only works for opted-in users."
|
739 |
-
msgstr "Auto installation only works for opted-in users."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php22789, includes/class-freemius.php22822,
|
742 |
-
#: includes/class-fs-plugin-updater.php1212,
|
743 |
-
#: includes/class-fs-plugin-updater.php:1226
|
744 |
-
msgid "Invalid module ID."
|
745 |
-
msgstr "Invalid module ID."
|
746 |
-
|
747 |
-
#: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
|
748 |
-
msgid "Premium version already active."
|
749 |
-
msgstr "Prémiová verze je již aktivní."
|
750 |
-
|
751 |
-
#: includes/class-freemius.php:22805
|
752 |
-
msgid "You do not have a valid license to access the premium version."
|
753 |
-
msgstr "You do not have a valid license to access the premium version."
|
754 |
-
|
755 |
-
#: includes/class-freemius.php:22812
|
756 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
757 |
-
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
758 |
-
|
759 |
-
#: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
|
760 |
-
msgid "Premium add-on version already installed."
|
761 |
-
msgstr "Premium add-on version already installed."
|
762 |
-
|
763 |
-
#: includes/class-freemius.php:23180
|
764 |
-
msgid "View paid features"
|
765 |
-
msgstr "Zobrazit placené funkce"
|
766 |
-
|
767 |
-
#: includes/class-freemius.php:23502
|
768 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
769 |
-
msgstr "Thank you so much for using %s and its add-ons!"
|
770 |
-
|
771 |
-
#: includes/class-freemius.php:23503
|
772 |
-
msgid "Thank you so much for using %s!"
|
773 |
-
msgstr "Thank you so much for using %s!"
|
774 |
-
|
775 |
-
#: includes/class-freemius.php:23509
|
776 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
777 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
778 |
-
|
779 |
-
#: includes/class-freemius.php:23513
|
780 |
-
msgid "Thank you so much for using our products!"
|
781 |
-
msgstr "Thank you so much for using our products!"
|
782 |
-
|
783 |
-
#: includes/class-freemius.php:23514
|
784 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
785 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
786 |
-
|
787 |
-
#: includes/class-freemius.php:23533
|
788 |
-
msgid "%s and its add-ons"
|
789 |
-
msgstr "%s a jeho doplňky"
|
790 |
-
|
791 |
-
#: includes/class-freemius.php:23542
|
792 |
-
msgid "Products"
|
793 |
-
msgstr "Produkty"
|
794 |
-
|
795 |
-
#: includes/class-freemius.php23549, templates/connect.php:272
|
796 |
-
msgid "Yes"
|
797 |
-
msgstr "Ano"
|
798 |
-
|
799 |
-
#: includes/class-freemius.php23550, templates/connect.php:273
|
800 |
-
msgid "send me security & feature updates, educational content and offers."
|
801 |
-
msgstr "send me security & feature updates, educational content and offers."
|
802 |
-
|
803 |
-
#: includes/class-freemius.php23551, templates/connect.php:278
|
804 |
-
msgid "No"
|
805 |
-
msgstr "Ne"
|
806 |
-
|
807 |
-
#: includes/class-freemius.php23553, templates/connect.php:280
|
808 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
809 |
-
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
810 |
-
|
811 |
-
#: includes/class-freemius.php:23563
|
812 |
-
msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
813 |
-
msgstr "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
814 |
-
|
815 |
-
#: includes/class-freemius.php23565, templates/connect.php:287
|
816 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
817 |
-
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
818 |
-
|
819 |
-
#: includes/class-freemius.php:23847
|
820 |
-
msgid "License key is empty."
|
821 |
-
msgstr "Licenční klíč je prázdný."
|
822 |
-
|
823 |
-
#: includes/class-fs-plugin-updater.php206,
|
824 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
825 |
-
msgid "Renew license"
|
826 |
-
msgstr "Obnovit licenci"
|
827 |
-
|
828 |
-
#: includes/class-fs-plugin-updater.php211,
|
829 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
830 |
-
msgid "Buy license"
|
831 |
-
msgstr "Koupit licenci"
|
832 |
-
|
833 |
-
#: includes/class-fs-plugin-updater.php321,
|
834 |
-
#: includes/class-fs-plugin-updater.php:354
|
835 |
-
msgid "There is a %s of %s available."
|
836 |
-
msgstr "There is a %s of %s available."
|
837 |
-
|
838 |
-
#: includes/class-fs-plugin-updater.php323,
|
839 |
-
#: includes/class-fs-plugin-updater.php:359
|
840 |
-
msgid "new Beta version"
|
841 |
-
msgstr "nová Beta verze"
|
842 |
-
|
843 |
-
#: includes/class-fs-plugin-updater.php324,
|
844 |
-
#: includes/class-fs-plugin-updater.php:360
|
845 |
-
msgid "new version"
|
846 |
-
msgstr "nová verze"
|
847 |
-
|
848 |
-
#: includes/class-fs-plugin-updater.php:383
|
849 |
-
msgid "Important Upgrade Notice:"
|
850 |
-
msgstr "Important Upgrade Notice:"
|
851 |
-
|
852 |
-
#: includes/class-fs-plugin-updater.php:1277
|
853 |
-
msgid "Installing plugin: %s"
|
854 |
-
msgstr "Instaluji plugin: %s"
|
855 |
-
|
856 |
-
#: includes/class-fs-plugin-updater.php:1318
|
857 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
858 |
-
msgstr "Nelze se připojit k systémovému souboru. Potvrďte prosím svá pověření."
|
859 |
-
|
860 |
-
#: includes/class-fs-plugin-updater.php:1500
|
861 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
862 |
-
msgstr "Balíček remote pluginů neobsahuje složku s žádoucím \"slug\" a přejmenování nefunguje."
|
863 |
-
|
864 |
-
#: includes/fs-plugin-info-dialog.php:535
|
865 |
-
msgid "Purchase More"
|
866 |
-
msgstr "Zakoupit další"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php536,
|
869 |
-
#: templates/account/partials/addon.php:385
|
870 |
-
msgctxt "verb"
|
871 |
-
msgid "Purchase"
|
872 |
-
msgstr "Zakoupit"
|
873 |
-
|
874 |
-
#: includes/fs-plugin-info-dialog.php:540
|
875 |
-
msgid "Start my free %s"
|
876 |
-
msgstr "Začít můj bezplatný %s"
|
877 |
-
|
878 |
-
#: includes/fs-plugin-info-dialog.php:738
|
879 |
-
msgid "Install Free Version Update Now"
|
880 |
-
msgstr "Install Free Version Update Now"
|
881 |
-
|
882 |
-
#: includes/fs-plugin-info-dialog.php739, templates/account.php:560
|
883 |
-
msgid "Install Update Now"
|
884 |
-
msgstr "Nainstalovat aktualizaci"
|
885 |
-
|
886 |
-
#: includes/fs-plugin-info-dialog.php:748
|
887 |
-
msgid "Install Free Version Now"
|
888 |
-
msgstr "Nainstalovat verzi zdarma"
|
889 |
-
|
890 |
-
#: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
|
891 |
-
#: templates/auto-installation.php111,
|
892 |
-
#: templates/account/partials/addon.php365,
|
893 |
-
#: templates/account/partials/addon.php:418
|
894 |
-
msgid "Install Now"
|
895 |
-
msgstr "Instalovat"
|
896 |
-
|
897 |
-
#: includes/fs-plugin-info-dialog.php:765
|
898 |
-
msgctxt "as download latest version"
|
899 |
-
msgid "Download Latest Free Version"
|
900 |
-
msgstr "Stáhněte si nejnovější bezplatnou verzi"
|
901 |
-
|
902 |
-
#: includes/fs-plugin-info-dialog.php766, templates/account.php91,
|
903 |
-
#: templates/add-ons.php37, templates/account/partials/addon.php:25
|
904 |
-
msgctxt "as download latest version"
|
905 |
-
msgid "Download Latest"
|
906 |
-
msgstr "Stáhněte si nejnovější"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
|
909 |
-
#: templates/account/partials/addon.php356,
|
910 |
-
#: templates/account/partials/addon.php:412
|
911 |
-
msgid "Activate this add-on"
|
912 |
-
msgstr "Aktivovat toto rozšíření"
|
913 |
-
|
914 |
-
#: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
|
915 |
-
msgid "Activate Free Version"
|
916 |
-
msgstr "Aktivovat bezplatnou verzi"
|
917 |
-
|
918 |
-
#: includes/fs-plugin-info-dialog.php784, templates/account.php115,
|
919 |
-
#: templates/add-ons.php330, templates/account/partials/addon.php:48
|
920 |
-
msgid "Activate"
|
921 |
-
msgstr "Aktivovat"
|
922 |
-
|
923 |
-
#: includes/fs-plugin-info-dialog.php:994
|
924 |
-
msgctxt "Plugin installer section title"
|
925 |
-
msgid "Description"
|
926 |
-
msgstr "Popis"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php:995
|
929 |
-
msgctxt "Plugin installer section title"
|
930 |
-
msgid "Installation"
|
931 |
-
msgstr "Instalace"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:996
|
934 |
-
msgctxt "Plugin installer section title"
|
935 |
-
msgid "FAQ"
|
936 |
-
msgstr "FAQ"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php997,
|
939 |
-
#: templates/plugin-info/description.php:55
|
940 |
-
msgid "Screenshots"
|
941 |
-
msgstr "Snímky obrazovky"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:998
|
944 |
-
msgctxt "Plugin installer section title"
|
945 |
-
msgid "Changelog"
|
946 |
-
msgstr "Historie změn"
|
947 |
-
|
948 |
-
#: includes/fs-plugin-info-dialog.php:999
|
949 |
-
msgctxt "Plugin installer section title"
|
950 |
-
msgid "Reviews"
|
951 |
-
msgstr "Vaše hodnocení"
|
952 |
-
|
953 |
-
#: includes/fs-plugin-info-dialog.php:1000
|
954 |
-
msgctxt "Plugin installer section title"
|
955 |
-
msgid "Other Notes"
|
956 |
-
msgstr "Other Notes"
|
957 |
-
|
958 |
-
#: includes/fs-plugin-info-dialog.php:1015
|
959 |
-
msgctxt "Plugin installer section title"
|
960 |
-
msgid "Features & Pricing"
|
961 |
-
msgstr "Vlastnosti a ceník"
|
962 |
-
|
963 |
-
#: includes/fs-plugin-info-dialog.php:1025
|
964 |
-
msgid "Plugin Install"
|
965 |
-
msgstr "Instalace pluginu"
|
966 |
-
|
967 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
968 |
-
msgctxt "e.g. Professional Plan"
|
969 |
-
msgid "%s Plan"
|
970 |
-
msgstr "%s plán"
|
971 |
-
|
972 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
973 |
-
msgctxt "e.g. the best product"
|
974 |
-
msgid "Best"
|
975 |
-
msgstr "Nejlepší"
|
976 |
-
|
977 |
-
#: includes/fs-plugin-info-dialog.php1129,
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1149
|
979 |
-
msgctxt "as every month"
|
980 |
-
msgid "Monthly"
|
981 |
-
msgstr "Měsíčně"
|
982 |
-
|
983 |
-
#: includes/fs-plugin-info-dialog.php:1132
|
984 |
-
msgctxt "as once a year"
|
985 |
-
msgid "Annual"
|
986 |
-
msgstr "Ročně"
|
987 |
-
|
988 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
989 |
-
msgid "Lifetime"
|
990 |
-
msgstr "Doživotní"
|
991 |
-
|
992 |
-
#: includes/fs-plugin-info-dialog.php1149,
|
993 |
-
#: includes/fs-plugin-info-dialog.php1151,
|
994 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
995 |
-
msgctxt "e.g. billed monthly"
|
996 |
-
msgid "Billed %s"
|
997 |
-
msgstr "Účtováno %s"
|
998 |
-
|
999 |
-
#: includes/fs-plugin-info-dialog.php:1151
|
1000 |
-
msgctxt "as once a year"
|
1001 |
-
msgid "Annually"
|
1002 |
-
msgstr "Ročně"
|
1003 |
-
|
1004 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
1005 |
-
msgctxt "as once a year"
|
1006 |
-
msgid "Once"
|
1007 |
-
msgstr "Jedenkrát"
|
1008 |
-
|
1009 |
-
#: includes/fs-plugin-info-dialog.php:1159
|
1010 |
-
msgid "Single Site License"
|
1011 |
-
msgstr "Single Site License"
|
1012 |
-
|
1013 |
-
#: includes/fs-plugin-info-dialog.php:1161
|
1014 |
-
msgid "Unlimited Licenses"
|
1015 |
-
msgstr "Unlimited Licenses"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php:1163
|
1018 |
-
msgid "Up to %s Sites"
|
1019 |
-
msgstr "Až pro %s webů"
|
1020 |
-
|
1021 |
-
#: includes/fs-plugin-info-dialog.php1173,
|
1022 |
-
#: templates/plugin-info/features.php:82
|
1023 |
-
msgctxt "as monthly period"
|
1024 |
-
msgid "mo"
|
1025 |
-
msgstr "po"
|
1026 |
-
|
1027 |
-
#: includes/fs-plugin-info-dialog.php1180,
|
1028 |
-
#: templates/plugin-info/features.php:80
|
1029 |
-
msgctxt "as annual period"
|
1030 |
-
msgid "year"
|
1031 |
-
msgstr "rok"
|
1032 |
-
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:1234
|
1034 |
-
msgctxt "noun"
|
1035 |
-
msgid "Price"
|
1036 |
-
msgstr "Cena"
|
1037 |
-
|
1038 |
-
#: includes/fs-plugin-info-dialog.php:1282
|
1039 |
-
msgid "Save %s"
|
1040 |
-
msgstr "Uložit %s"
|
1041 |
-
|
1042 |
-
#: includes/fs-plugin-info-dialog.php:1292
|
1043 |
-
msgid "No commitment for %s - cancel anytime"
|
1044 |
-
msgstr "No commitment for %s - cancel anytime"
|
1045 |
-
|
1046 |
-
#: includes/fs-plugin-info-dialog.php:1295
|
1047 |
-
msgid "After your free %s, pay as little as %s"
|
1048 |
-
msgstr "Po bezplatné %s platit jen v %s"
|
1049 |
-
|
1050 |
-
#: includes/fs-plugin-info-dialog.php:1306
|
1051 |
-
msgid "Details"
|
1052 |
-
msgstr "Detaily"
|
1053 |
-
|
1054 |
-
#: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
|
1055 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php457,
|
1056 |
-
#: templates/account/partials/addon.php:36
|
1057 |
-
msgctxt "product version"
|
1058 |
-
msgid "Version"
|
1059 |
-
msgstr "Verze"
|
1060 |
-
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:1317
|
1062 |
-
msgctxt "as the plugin author"
|
1063 |
-
msgid "Author"
|
1064 |
-
msgstr "Autor"
|
1065 |
-
|
1066 |
-
#: includes/fs-plugin-info-dialog.php:1324
|
1067 |
-
msgid "Last Updated"
|
1068 |
-
msgstr "Poslední aktualizace"
|
1069 |
-
|
1070 |
-
#: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
|
1071 |
-
msgctxt "x-ago"
|
1072 |
-
msgid "%s ago"
|
1073 |
-
msgstr "Před %s"
|
1074 |
-
|
1075 |
-
#: includes/fs-plugin-info-dialog.php:1338
|
1076 |
-
msgid "Requires WordPress Version"
|
1077 |
-
msgstr "Vyžaduje verzi WordPress"
|
1078 |
-
|
1079 |
-
#: includes/fs-plugin-info-dialog.php:1339
|
1080 |
-
msgid "%s or higher"
|
1081 |
-
msgstr "%s nebo vyšší"
|
1082 |
-
|
1083 |
-
#: includes/fs-plugin-info-dialog.php:1346
|
1084 |
-
msgid "Compatible up to"
|
1085 |
-
msgstr "Kompatibilní až po"
|
1086 |
-
|
1087 |
-
#: includes/fs-plugin-info-dialog.php:1354
|
1088 |
-
msgid "Downloaded"
|
1089 |
-
msgstr "Staženo"
|
1090 |
-
|
1091 |
-
#: includes/fs-plugin-info-dialog.php:1358
|
1092 |
-
msgid "%s time"
|
1093 |
-
msgstr "%s krát"
|
1094 |
-
|
1095 |
-
#: includes/fs-plugin-info-dialog.php:1360
|
1096 |
-
msgid "%s times"
|
1097 |
-
msgstr "%s krát"
|
1098 |
-
|
1099 |
-
#: includes/fs-plugin-info-dialog.php:1370
|
1100 |
-
msgid "WordPress.org Plugin Page"
|
1101 |
-
msgstr "Název pluginu na WordPress.org"
|
1102 |
-
|
1103 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1104 |
-
msgid "Plugin Homepage"
|
1105 |
-
msgstr "Hlavní stránka pluginu"
|
1106 |
-
|
1107 |
-
#: includes/fs-plugin-info-dialog.php1386,
|
1108 |
-
#: includes/fs-plugin-info-dialog.php:1468
|
1109 |
-
msgid "Donate to this plugin"
|
1110 |
-
msgstr "Přispějte na tento plugin"
|
1111 |
-
|
1112 |
-
#: includes/fs-plugin-info-dialog.php:1393
|
1113 |
-
msgid "Average Rating"
|
1114 |
-
msgstr "Průměrné hodnocení"
|
1115 |
-
|
1116 |
-
#: includes/fs-plugin-info-dialog.php:1400
|
1117 |
-
msgid "based on %s"
|
1118 |
-
msgstr "založeno na %s"
|
1119 |
-
|
1120 |
-
#: includes/fs-plugin-info-dialog.php:1404
|
1121 |
-
msgid "%s rating"
|
1122 |
-
msgstr "%s hodnocení"
|
1123 |
-
|
1124 |
-
#: includes/fs-plugin-info-dialog.php:1406
|
1125 |
-
msgid "%s ratings"
|
1126 |
-
msgstr "%s hodnocení"
|
1127 |
-
|
1128 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1129 |
-
msgid "%s star"
|
1130 |
-
msgstr "%s hvězda"
|
1131 |
-
|
1132 |
-
#: includes/fs-plugin-info-dialog.php:1423
|
1133 |
-
msgid "%s stars"
|
1134 |
-
msgstr "%s hvězd"
|
1135 |
-
|
1136 |
-
#: includes/fs-plugin-info-dialog.php:1434
|
1137 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1138 |
-
msgstr "Click to see reviews that provided a rating of %s"
|
1139 |
-
|
1140 |
-
#: includes/fs-plugin-info-dialog.php:1447
|
1141 |
-
msgid "Contributors"
|
1142 |
-
msgstr "Přispěvatelé"
|
1143 |
-
|
1144 |
-
#: includes/fs-plugin-info-dialog.php1476,
|
1145 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1146 |
-
msgid "Warning"
|
1147 |
-
msgstr "Varování"
|
1148 |
-
|
1149 |
-
#: includes/fs-plugin-info-dialog.php:1476
|
1150 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1151 |
-
msgstr "This plugin has not been tested with your current version of WordPress."
|
1152 |
-
|
1153 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1154 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1155 |
-
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1156 |
-
|
1157 |
-
#: includes/fs-plugin-info-dialog.php:1497
|
1158 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1159 |
-
msgstr "Placený doplněk musí být nasazen na Freemius."
|
1160 |
-
|
1161 |
-
#: includes/fs-plugin-info-dialog.php:1498
|
1162 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1163 |
-
msgstr "Rozšíření musí být nasazeno na WordPress.org nebo na Freemius."
|
1164 |
-
|
1165 |
-
#: includes/fs-plugin-info-dialog.php:1519
|
1166 |
-
msgid "Newer Version (%s) Installed"
|
1167 |
-
msgstr "Novější verze (%s) nainstalována"
|
1168 |
-
|
1169 |
-
#: includes/fs-plugin-info-dialog.php:1520
|
1170 |
-
msgid "Newer Free Version (%s) Installed"
|
1171 |
-
msgstr "Novější verze zdarma (%s) nainstalována"
|
1172 |
-
|
1173 |
-
#: includes/fs-plugin-info-dialog.php:1527
|
1174 |
-
msgid "Latest Version Installed"
|
1175 |
-
msgstr "Nainstalována nejnovější verze"
|
1176 |
-
|
1177 |
-
#: includes/fs-plugin-info-dialog.php:1528
|
1178 |
-
msgid "Latest Free Version Installed"
|
1179 |
-
msgstr "Nainstalována nejnovější verze zdarma"
|
1180 |
-
|
1181 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php96,
|
1182 |
-
#: templates/account/partials/addon.php26,
|
1183 |
-
#: templates/account/partials/site.php:311
|
1184 |
-
msgid "Downgrading your plan"
|
1185 |
-
msgstr "Snižuji vaše předplatné"
|
1186 |
-
|
1187 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php97,
|
1188 |
-
#: templates/account/partials/addon.php27,
|
1189 |
-
#: templates/account/partials/site.php:312
|
1190 |
-
msgid "Cancelling the subscription"
|
1191 |
-
msgstr "Ruším předplatné"
|
1192 |
-
|
1193 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1194 |
-
#. subscription'
|
1195 |
-
#: templates/account.php95, templates/forms/subscription-cancellation.php99,
|
1196 |
-
#: templates/account/partials/site.php:314
|
1197 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1198 |
-
msgstr "%1s okamžitě zastaví všechny budoucí opakující se platby a licence k plánu %s vyprší za %s."
|
1199 |
-
|
1200 |
-
#: templates/account.php96, templates/forms/subscription-cancellation.php100,
|
1201 |
-
#: templates/account/partials/addon.php30,
|
1202 |
-
#: templates/account/partials/site.php:315
|
1203 |
-
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1204 |
-
msgstr "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1205 |
-
|
1206 |
-
#: templates/account.php97, templates/forms/subscription-cancellation.php106,
|
1207 |
-
#: templates/account/partials/addon.php:31
|
1208 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1209 |
-
msgstr "Zrušení zkušební verze okamžitě zablokuje přístup ke všem prémiovým funkcím. Opravdu chcete pokračovat?"
|
1210 |
-
|
1211 |
-
#: templates/account.php98, templates/forms/subscription-cancellation.php101,
|
1212 |
-
#: templates/account/partials/addon.php32,
|
1213 |
-
#: templates/account/partials/site.php:316
|
1214 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1215 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1216 |
-
|
1217 |
-
#: templates/account.php99, templates/forms/subscription-cancellation.php102,
|
1218 |
-
#: templates/account/partials/addon.php33,
|
1219 |
-
#: templates/account/partials/site.php:317
|
1220 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1221 |
-
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1222 |
-
|
1223 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1224 |
-
#: templates/account.php101,
|
1225 |
-
#: templates/account/partials/activate-license-button.php31,
|
1226 |
-
#: templates/account/partials/addon.php:35
|
1227 |
-
msgid "Activate %s Plan"
|
1228 |
-
msgstr "Aktivovat %s plán"
|
1229 |
-
|
1230 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1231 |
-
#: templates/account.php104, templates/account/partials/addon.php38,
|
1232 |
-
#: templates/account/partials/site.php:291
|
1233 |
-
msgid "Auto renews in %s"
|
1234 |
-
msgstr "Automaticky se obnoví za %s"
|
1235 |
-
|
1236 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1237 |
-
#: templates/account.php106, templates/account/partials/addon.php40,
|
1238 |
-
#: templates/account/partials/site.php:293
|
1239 |
-
msgid "Expires in %s"
|
1240 |
-
msgstr "Vyprší za %s"
|
1241 |
-
|
1242 |
-
#: templates/account.php:107
|
1243 |
-
msgctxt "as synchronize license"
|
1244 |
-
msgid "Sync License"
|
1245 |
-
msgstr "Synchronizovat licence"
|
1246 |
-
|
1247 |
-
#: templates/account.php108, templates/account/partials/addon.php:41
|
1248 |
-
msgid "Cancel Trial"
|
1249 |
-
msgstr "Zrušit zkušební verzi"
|
1250 |
-
|
1251 |
-
#: templates/account.php109, templates/account/partials/addon.php:42
|
1252 |
-
msgid "Change Plan"
|
1253 |
-
msgstr "Změnit plán"
|
1254 |
-
|
1255 |
-
#: templates/account.php110, templates/account/partials/addon.php:43
|
1256 |
-
msgctxt "verb"
|
1257 |
-
msgid "Upgrade"
|
1258 |
-
msgstr "Vylepšit"
|
1259 |
-
|
1260 |
-
#: templates/account.php112, templates/account/partials/addon.php45,
|
1261 |
-
#: templates/account/partials/site.php:318
|
1262 |
-
msgctxt "verb"
|
1263 |
-
msgid "Downgrade"
|
1264 |
-
msgstr "Přejít na nižší verzi"
|
1265 |
-
|
1266 |
-
#: templates/account.php114, templates/add-ons.php246,
|
1267 |
-
#: templates/plugin-info/features.php72,
|
1268 |
-
#: templates/account/partials/addon.php47,
|
1269 |
-
#: templates/account/partials/site.php:33
|
1270 |
-
msgid "Free"
|
1271 |
-
msgstr "Zdarma"
|
1272 |
-
|
1273 |
-
#: templates/account.php116, templates/debug.php373,
|
1274 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php110,
|
1275 |
-
#: templates/account/partials/addon.php:49
|
1276 |
-
msgctxt "as product pricing plan"
|
1277 |
-
msgid "Plan"
|
1278 |
-
msgstr "Druh členství"
|
1279 |
-
|
1280 |
-
#: templates/account.php:117
|
1281 |
-
msgid "Bundle Plan"
|
1282 |
-
msgstr "Bundle Plan"
|
1283 |
-
|
1284 |
-
#: templates/account.php:191
|
1285 |
-
msgid "Free Trial"
|
1286 |
-
msgstr "Zkušební verze zdarma"
|
1287 |
-
|
1288 |
-
#: templates/account.php:202
|
1289 |
-
msgid "Account Details"
|
1290 |
-
msgstr "Detaily účtu"
|
1291 |
-
|
1292 |
-
#: templates/account.php209, templates/forms/data-debug-mode.php:33
|
1293 |
-
msgid "Start Debug"
|
1294 |
-
msgstr "Start Debug"
|
1295 |
-
|
1296 |
-
#: templates/account.php:211
|
1297 |
-
msgid "Stop Debug"
|
1298 |
-
msgstr "Stop Debug"
|
1299 |
-
|
1300 |
-
#: templates/account.php:218
|
1301 |
-
msgid "Billing & Invoices"
|
1302 |
-
msgstr "Billing & Invoices"
|
1303 |
-
|
1304 |
-
#: templates/account.php:229
|
1305 |
-
msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
1306 |
-
msgstr "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
1307 |
-
|
1308 |
-
#: templates/account.php:231
|
1309 |
-
msgid "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
1310 |
-
msgstr "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
1311 |
-
|
1312 |
-
#: templates/account.php:234
|
1313 |
-
msgid "Delete Account"
|
1314 |
-
msgstr "Smazat účet"
|
1315 |
-
|
1316 |
-
#: templates/account.php246, templates/account/partials/addon.php231,
|
1317 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1318 |
-
msgid "Deactivate License"
|
1319 |
-
msgstr "Deaktivovat licenci"
|
1320 |
-
|
1321 |
-
#: templates/account.php269, templates/forms/subscription-cancellation.php:125
|
1322 |
-
msgid "Are you sure you want to proceed?"
|
1323 |
-
msgstr "Opravdu chcete pokračovat?"
|
1324 |
-
|
1325 |
-
#: templates/account.php269, templates/account/partials/addon.php:255
|
1326 |
-
msgid "Cancel Subscription"
|
1327 |
-
msgstr "Zrušit předplatné"
|
1328 |
-
|
1329 |
-
#: templates/account.php298, templates/account/partials/addon.php:340
|
1330 |
-
msgctxt "as synchronize"
|
1331 |
-
msgid "Sync"
|
1332 |
-
msgstr "Synchronizovat"
|
1333 |
-
|
1334 |
-
#: templates/account.php313, templates/debug.php:507
|
1335 |
-
msgid "Name"
|
1336 |
-
msgstr "Jméno"
|
1337 |
-
|
1338 |
-
#: templates/account.php319, templates/debug.php:508
|
1339 |
-
msgid "Email"
|
1340 |
-
msgstr "Email"
|
1341 |
-
|
1342 |
-
#: templates/account.php326, templates/debug.php371, templates/debug.php:557
|
1343 |
-
msgid "User ID"
|
1344 |
-
msgstr "ID uživatele"
|
1345 |
-
|
1346 |
-
#: templates/account.php344, templates/account.php637,
|
1347 |
-
#: templates/account.php682, templates/debug.php238, templates/debug.php365,
|
1348 |
-
#: templates/debug.php454, templates/debug.php506, templates/debug.php555,
|
1349 |
-
#: templates/debug.php632, templates/account/payments.php35,
|
1350 |
-
#: templates/debug/logger.php:21
|
1351 |
-
msgid "ID"
|
1352 |
-
msgstr "ID"
|
1353 |
-
|
1354 |
-
#: templates/account.php:351
|
1355 |
-
msgid "Site ID"
|
1356 |
-
msgstr "ID stránky"
|
1357 |
-
|
1358 |
-
#: templates/account.php:354
|
1359 |
-
msgid "No ID"
|
1360 |
-
msgstr "Žádné ID"
|
1361 |
-
|
1362 |
-
#: templates/account.php359, templates/debug.php245, templates/debug.php374,
|
1363 |
-
#: templates/debug.php458, templates/debug.php510,
|
1364 |
-
#: templates/account/partials/site.php:227
|
1365 |
-
msgid "Public Key"
|
1366 |
-
msgstr "Veřejný klíč"
|
1367 |
-
|
1368 |
-
#: templates/account.php365, templates/debug.php375, templates/debug.php459,
|
1369 |
-
#: templates/debug.php511, templates/account/partials/site.php:239
|
1370 |
-
msgid "Secret Key"
|
1371 |
-
msgstr "Tajný klíč"
|
1372 |
-
|
1373 |
-
#: templates/account.php:368
|
1374 |
-
msgctxt "as secret encryption key missing"
|
1375 |
-
msgid "No Secret"
|
1376 |
-
msgstr "Tajný klíč chybí"
|
1377 |
-
|
1378 |
-
#: templates/account.php395, templates/account/partials/site.php120,
|
1379 |
-
#: templates/account/partials/site.php:122
|
1380 |
-
msgid "Trial"
|
1381 |
-
msgstr "Zkouška"
|
1382 |
-
|
1383 |
-
#: templates/account.php422, templates/debug.php562,
|
1384 |
-
#: templates/account/partials/site.php:260
|
1385 |
-
msgid "License Key"
|
1386 |
-
msgstr "Licenční klíč"
|
1387 |
-
|
1388 |
-
#: templates/account.php:453
|
1389 |
-
msgid "Join the Beta program"
|
1390 |
-
msgstr "Join the Beta program"
|
1391 |
-
|
1392 |
-
#: templates/account.php:459
|
1393 |
-
msgid "not verified"
|
1394 |
-
msgstr "není ověřeno"
|
1395 |
-
|
1396 |
-
#: templates/account.php468, templates/account/partials/addon.php:190
|
1397 |
-
msgid "Expired"
|
1398 |
-
msgstr "Vypršelo"
|
1399 |
-
|
1400 |
-
#: templates/account.php:528
|
1401 |
-
msgid "Premium version"
|
1402 |
-
msgstr "Prémiová verze"
|
1403 |
-
|
1404 |
-
#: templates/account.php:530
|
1405 |
-
msgid "Free version"
|
1406 |
-
msgstr "Verze zdarma"
|
1407 |
-
|
1408 |
-
#: templates/account.php:542
|
1409 |
-
msgid "Verify Email"
|
1410 |
-
msgstr "Ověřit e-mail"
|
1411 |
-
|
1412 |
-
#: templates/account.php:553
|
1413 |
-
msgid "Download %s Version"
|
1414 |
-
msgstr "Stáhnout verzi %s"
|
1415 |
-
|
1416 |
-
#: templates/account.php568, templates/account.php820,
|
1417 |
-
#: templates/account/partials/site.php248,
|
1418 |
-
#: templates/account/partials/site.php:270
|
1419 |
-
msgctxt "verb"
|
1420 |
-
msgid "Show"
|
1421 |
-
msgstr "Zobrazit"
|
1422 |
-
|
1423 |
-
#: templates/account.php:583
|
1424 |
-
msgid "What is your %s?"
|
1425 |
-
msgstr "Jaké je vaše \"%s\"?"
|
1426 |
-
|
1427 |
-
#: templates/account.php591, templates/account/billing.php:21
|
1428 |
-
msgctxt "verb"
|
1429 |
-
msgid "Edit"
|
1430 |
-
msgstr "Upravit"
|
1431 |
-
|
1432 |
-
#: templates/account.php:616
|
1433 |
-
msgid "Sites"
|
1434 |
-
msgstr "Weby"
|
1435 |
-
|
1436 |
-
#: templates/account.php:629
|
1437 |
-
msgid "Search by address"
|
1438 |
-
msgstr "Hledat podle adresy"
|
1439 |
-
|
1440 |
-
#: templates/account.php638, templates/debug.php:368
|
1441 |
-
msgid "Address"
|
1442 |
-
msgstr "Adresa"
|
1443 |
-
|
1444 |
-
#: templates/account.php:639
|
1445 |
-
msgid "License"
|
1446 |
-
msgstr "Licence"
|
1447 |
-
|
1448 |
-
#: templates/account.php:640
|
1449 |
-
msgid "Plan"
|
1450 |
-
msgstr "Druh členství"
|
1451 |
-
|
1452 |
-
#: templates/account.php:685
|
1453 |
-
msgctxt "as software license"
|
1454 |
-
msgid "License"
|
1455 |
-
msgstr "Licence"
|
1456 |
-
|
1457 |
-
#: templates/account.php:814
|
1458 |
-
msgctxt "verb"
|
1459 |
-
msgid "Hide"
|
1460 |
-
msgstr "Skrýt"
|
1461 |
-
|
1462 |
-
#: templates/account.php836, templates/forms/data-debug-mode.php:31
|
1463 |
-
msgid "Processing"
|
1464 |
-
msgstr "Processing"
|
1465 |
-
|
1466 |
-
#: templates/account.php:839
|
1467 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1468 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1469 |
-
|
1470 |
-
#: templates/account.php:897
|
1471 |
-
msgid "Cancelling %s"
|
1472 |
-
msgstr "Ruším %s"
|
1473 |
-
|
1474 |
-
#: templates/account.php897, templates/account.php914,
|
1475 |
-
#: templates/forms/subscription-cancellation.php27,
|
1476 |
-
#: templates/forms/deactivation/form.php:133
|
1477 |
-
msgid "trial"
|
1478 |
-
msgstr "zkušební"
|
1479 |
-
|
1480 |
-
#: templates/account.php912, templates/forms/deactivation/form.php:150
|
1481 |
-
msgid "Cancelling %s..."
|
1482 |
-
msgstr "Ruším %s..."
|
1483 |
-
|
1484 |
-
#: templates/account.php915, templates/forms/subscription-cancellation.php28,
|
1485 |
-
#: templates/forms/deactivation/form.php:134
|
1486 |
-
msgid "subscription"
|
1487 |
-
msgstr "předplatné"
|
1488 |
-
|
1489 |
-
#: templates/account.php:929
|
1490 |
-
msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
|
1491 |
-
msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
|
1492 |
-
|
1493 |
-
#: templates/add-ons.php:38
|
1494 |
-
msgid "View details"
|
1495 |
-
msgstr "Zobrazit podrobnosti"
|
1496 |
-
|
1497 |
-
#: templates/add-ons.php:48
|
1498 |
-
msgid "Add Ons for %s"
|
1499 |
-
msgstr "Rozšíření pro %s"
|
1500 |
-
|
1501 |
-
#: templates/add-ons.php:58
|
1502 |
-
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1503 |
-
msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1504 |
-
|
1505 |
-
#: templates/add-ons.php:229
|
1506 |
-
msgctxt "active add-on"
|
1507 |
-
msgid "Active"
|
1508 |
-
msgstr "Active"
|
1509 |
-
|
1510 |
-
#: templates/add-ons.php:230
|
1511 |
-
msgctxt "installed add-on"
|
1512 |
-
msgid "Installed"
|
1513 |
-
msgstr "Installed"
|
1514 |
-
|
1515 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php207,
|
1516 |
-
#: templates/forms/resend-key.php:77
|
1517 |
-
msgctxt "as close a window"
|
1518 |
-
msgid "Dismiss"
|
1519 |
-
msgstr "Skrýt"
|
1520 |
-
|
1521 |
-
#: templates/auto-installation.php:45
|
1522 |
-
msgid "%s sec"
|
1523 |
-
msgstr "%s s"
|
1524 |
-
|
1525 |
-
#: templates/auto-installation.php:83
|
1526 |
-
msgid "Automatic Installation"
|
1527 |
-
msgstr "Automatic Installation"
|
1528 |
-
|
1529 |
-
#: templates/auto-installation.php:93
|
1530 |
-
msgid "An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now."
|
1531 |
-
msgstr "An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now."
|
1532 |
-
|
1533 |
-
#: templates/auto-installation.php:104
|
1534 |
-
msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
|
1535 |
-
msgstr "Proces instalace byl zahájen a může trvat několik minut. Počkejte prosím na dokončení - neobnovujte tuto stránku."
|
1536 |
-
|
1537 |
-
#: templates/auto-installation.php:109
|
1538 |
-
msgid "Cancel Installation"
|
1539 |
-
msgstr "Cancel Installation"
|
1540 |
-
|
1541 |
-
#: templates/checkout.php:180
|
1542 |
-
msgid "Checkout"
|
1543 |
-
msgstr "Pokladna"
|
1544 |
-
|
1545 |
-
#: templates/checkout.php:180
|
1546 |
-
msgid "PCI compliant"
|
1547 |
-
msgstr "Kompatibilní s PCI"
|
1548 |
-
|
1549 |
-
#. translators: %s: name (e.g. Hey John,)
|
1550 |
-
#: templates/connect.php:112
|
1551 |
-
msgctxt "greeting"
|
1552 |
-
msgid "Hey %s,"
|
1553 |
-
msgstr "Dobrý den %s,"
|
1554 |
-
|
1555 |
-
#: templates/connect.php:154
|
1556 |
-
msgid "Allow & Continue"
|
1557 |
-
msgstr "Povolit a pokračovat"
|
1558 |
-
|
1559 |
-
#: templates/connect.php:158
|
1560 |
-
msgid "Re-send activation email"
|
1561 |
-
msgstr "Znovu poslat aktivační email"
|
1562 |
-
|
1563 |
-
#: templates/connect.php:162
|
1564 |
-
msgid "Thanks %s!"
|
1565 |
-
msgstr "Děkujeme %s!"
|
1566 |
-
|
1567 |
-
#: templates/connect.php172, templates/forms/license-activation.php:46
|
1568 |
-
msgid "Agree & Activate License"
|
1569 |
-
msgstr "Aktivovat licenci"
|
1570 |
-
|
1571 |
-
#: templates/connect.php:181
|
1572 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1573 |
-
msgstr "Děkujeme za nákup %s! Pro aktivaci zadejte prosím svůj licenční klíč:"
|
1574 |
-
|
1575 |
-
#: templates/connect.php:188
|
1576 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
|
1577 |
-
msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce, výukové materiály, nabídky a bezpečnostní aktualizace."
|
1578 |
-
|
1579 |
-
#: templates/connect.php:189
|
1580 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1581 |
-
msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce a bezpečnostní aktualizace."
|
1582 |
-
|
1583 |
-
#: templates/connect.php:195
|
1584 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1585 |
-
msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce, výukové materiály, nabídky a bezpečnostní aktualizace. Pokud tohle přeskočíte tak se nic neděje. %1$s bude bez problémů dál fungovat."
|
1586 |
-
|
1587 |
-
#: templates/connect.php:196
|
1588 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1589 |
-
msgstr "Nezmeškejte žádnou důležitou aktualizaci - dovolte nám sbírat anonymní a obecná diagnostická data s %4$s a nechte se upozornit na nové funkce a bezpečnostní aktualizace. Pokud tohle přeskočíte tak se nic neděje. %1$s bude bez problémů dál fungovat."
|
1590 |
-
|
1591 |
-
#: templates/connect.php:230
|
1592 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1593 |
-
msgstr "Jsme rádi, že vám můžeme ukázat integraci Freemiusu i v rámci sítě webů."
|
1594 |
-
|
1595 |
-
#: templates/connect.php:233
|
1596 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1597 |
-
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1598 |
-
|
1599 |
-
#: templates/connect.php:235
|
1600 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1601 |
-
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1602 |
-
|
1603 |
-
#: templates/connect.php:237
|
1604 |
-
msgid "%s's paid features"
|
1605 |
-
msgstr "%s's paid features"
|
1606 |
-
|
1607 |
-
#: templates/connect.php:242
|
1608 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1609 |
-
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1610 |
-
|
1611 |
-
#: templates/connect.php:244
|
1612 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1613 |
-
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1614 |
-
|
1615 |
-
#: templates/connect.php253, templates/forms/data-debug-mode.php35,
|
1616 |
-
#: templates/forms/license-activation.php:49
|
1617 |
-
msgid "License key"
|
1618 |
-
msgstr "Licenční klíč"
|
1619 |
-
|
1620 |
-
#: templates/connect.php256, templates/forms/license-activation.php:22
|
1621 |
-
msgid "Can't find your license key?"
|
1622 |
-
msgstr "Nemůžete najít svůj licenční klíč?"
|
1623 |
-
|
1624 |
-
#: templates/connect.php315, templates/connect.php652,
|
1625 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1626 |
-
msgctxt "verb"
|
1627 |
-
msgid "Skip"
|
1628 |
-
msgstr "Přeskočit"
|
1629 |
-
|
1630 |
-
#: templates/connect.php:318
|
1631 |
-
msgid "Delegate to Site Admins"
|
1632 |
-
msgstr "Delegate to Site Admins"
|
1633 |
-
|
1634 |
-
#: templates/connect.php:318
|
1635 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1636 |
-
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1637 |
-
|
1638 |
-
#: templates/connect.php:346
|
1639 |
-
msgid "Your Profile Overview"
|
1640 |
-
msgstr "Informace o vašem profilu"
|
1641 |
-
|
1642 |
-
#: templates/connect.php:347
|
1643 |
-
msgid "Name and email address"
|
1644 |
-
msgstr "Jméno a emailová adresa"
|
1645 |
-
|
1646 |
-
#: templates/connect.php:352
|
1647 |
-
msgid "Your Site Overview"
|
1648 |
-
msgstr "Informace o vaší stránce"
|
1649 |
-
|
1650 |
-
#: templates/connect.php:353
|
1651 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1652 |
-
msgstr "URL webu, verze WP, PHP info, pluginy a šablony"
|
1653 |
-
|
1654 |
-
#: templates/connect.php:358
|
1655 |
-
msgid "Admin Notices"
|
1656 |
-
msgstr "Zobrazení oznámení v adminu"
|
1657 |
-
|
1658 |
-
#: templates/connect.php359, templates/connect.php:375
|
1659 |
-
msgid "Updates, announcements, marketing, no spam"
|
1660 |
-
msgstr "Aktualizace, oznámení, marketing, žádný spam"
|
1661 |
-
|
1662 |
-
#: templates/connect.php:364
|
1663 |
-
msgid "Current %s Events"
|
1664 |
-
msgstr "Informace o událostech pro %s"
|
1665 |
-
|
1666 |
-
#: templates/connect.php:365
|
1667 |
-
msgid "Activation, deactivation and uninstall"
|
1668 |
-
msgstr "Aktivace, deaktivace a odinstalace"
|
1669 |
-
|
1670 |
-
#: templates/connect.php:374
|
1671 |
-
msgid "Newsletter"
|
1672 |
-
msgstr "Newsletter"
|
1673 |
-
|
1674 |
-
#: templates/connect.php391, templates/forms/license-activation.php:41
|
1675 |
-
msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
|
1676 |
-
msgstr "Pro ověření platnosti vaší licence a automatických aktualizací bude tento %1$s periodicky odesílat data do %2$s."
|
1677 |
-
|
1678 |
-
#: templates/connect.php:396
|
1679 |
-
msgid "What permissions are being granted?"
|
1680 |
-
msgstr "Jaká oprávnění budou udělena?"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:417
|
1683 |
-
msgid "Don't have a license key?"
|
1684 |
-
msgstr "Nemáte licenční klíč?"
|
1685 |
-
|
1686 |
-
#: templates/connect.php:420
|
1687 |
-
msgid "Have a license key?"
|
1688 |
-
msgstr "Máte licenční klíč?"
|
1689 |
-
|
1690 |
-
#: templates/connect.php:428
|
1691 |
-
msgid "Privacy Policy"
|
1692 |
-
msgstr "Zásady ochrany osobních údajů"
|
1693 |
-
|
1694 |
-
#: templates/connect.php:430
|
1695 |
-
msgid "License Agreement"
|
1696 |
-
msgstr "Licenční smlouva"
|
1697 |
-
|
1698 |
-
#: templates/connect.php:430
|
1699 |
-
msgid "Terms of Service"
|
1700 |
-
msgstr "Podmínky služby"
|
1701 |
-
|
1702 |
-
#: templates/connect.php:805
|
1703 |
-
msgctxt "as in the process of sending an email"
|
1704 |
-
msgid "Sending email"
|
1705 |
-
msgstr "Probíhá odesílání emailů"
|
1706 |
-
|
1707 |
-
#: templates/connect.php:806
|
1708 |
-
msgctxt "as activating plugin"
|
1709 |
-
msgid "Activating"
|
1710 |
-
msgstr "Probíhá aktivace"
|
1711 |
-
|
1712 |
-
#: templates/contact.php:78
|
1713 |
-
msgid "Contact"
|
1714 |
-
msgstr "Kontakt"
|
1715 |
-
|
1716 |
-
#: templates/debug.php:17
|
1717 |
-
msgctxt "as turned off"
|
1718 |
-
msgid "Off"
|
1719 |
-
msgstr "Vypnuto"
|
1720 |
-
|
1721 |
-
#: templates/debug.php:18
|
1722 |
-
msgctxt "as turned on"
|
1723 |
-
msgid "On"
|
1724 |
-
msgstr "Zapnuto"
|
1725 |
-
|
1726 |
-
#: templates/debug.php:20
|
1727 |
-
msgid "SDK"
|
1728 |
-
msgstr "SDK"
|
1729 |
-
|
1730 |
-
#: templates/debug.php:24
|
1731 |
-
msgctxt "as code debugging"
|
1732 |
-
msgid "Debugging"
|
1733 |
-
msgstr "Debugging"
|
1734 |
-
|
1735 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1736 |
-
#: templates/debug.php:512
|
1737 |
-
msgid "Actions"
|
1738 |
-
msgstr "Akce objednávky"
|
1739 |
-
|
1740 |
-
#: templates/debug.php:64
|
1741 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1742 |
-
msgstr "Opravdu chcete smazat veškerá Freemius data?"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:64
|
1745 |
-
msgid "Delete All Accounts"
|
1746 |
-
msgstr "Delete All Accounts"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:71
|
1749 |
-
msgid "Clear API Cache"
|
1750 |
-
msgstr "Vymazat paměť API"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:79
|
1753 |
-
msgid "Clear Updates Transients"
|
1754 |
-
msgstr "Clear Updates Transients"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:86
|
1757 |
-
msgid "Sync Data From Server"
|
1758 |
-
msgstr "Synchronizovat data ze serveru"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:95
|
1761 |
-
msgid "Migrate Options to Network"
|
1762 |
-
msgstr "Migrate Options to Network"
|
1763 |
-
|
1764 |
-
#: templates/debug.php:100
|
1765 |
-
msgid "Load DB Option"
|
1766 |
-
msgstr "Load DB Option"
|
1767 |
-
|
1768 |
-
#: templates/debug.php:103
|
1769 |
-
msgid "Set DB Option"
|
1770 |
-
msgstr "Set DB Option"
|
1771 |
-
|
1772 |
-
#: templates/debug.php:182
|
1773 |
-
msgid "Key"
|
1774 |
-
msgstr "Klíč"
|
1775 |
-
|
1776 |
-
#: templates/debug.php:183
|
1777 |
-
msgid "Value"
|
1778 |
-
msgstr "Hodnota"
|
1779 |
-
|
1780 |
-
#: templates/debug.php:199
|
1781 |
-
msgctxt "as software development kit versions"
|
1782 |
-
msgid "SDK Versions"
|
1783 |
-
msgstr "SDK Versions"
|
1784 |
-
|
1785 |
-
#: templates/debug.php:204
|
1786 |
-
msgid "SDK Path"
|
1787 |
-
msgstr "Cesta l SDK"
|
1788 |
-
|
1789 |
-
#: templates/debug.php205, templates/debug.php:244
|
1790 |
-
msgid "Module Path"
|
1791 |
-
msgstr "Cesta k modulu"
|
1792 |
-
|
1793 |
-
#: templates/debug.php:206
|
1794 |
-
msgid "Is Active"
|
1795 |
-
msgstr "Je aktivní"
|
1796 |
-
|
1797 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1798 |
-
msgid "Plugins"
|
1799 |
-
msgstr "Pluginy"
|
1800 |
-
|
1801 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1802 |
-
msgid "Themes"
|
1803 |
-
msgstr "Šablony"
|
1804 |
-
|
1805 |
-
#: templates/debug.php239, templates/debug.php370, templates/debug.php456,
|
1806 |
-
#: templates/debug/scheduled-crons.php:80
|
1807 |
-
msgid "Slug"
|
1808 |
-
msgstr "Zkratka"
|
1809 |
-
|
1810 |
-
#: templates/debug.php241, templates/debug.php:455
|
1811 |
-
msgid "Title"
|
1812 |
-
msgstr "Nadpis"
|
1813 |
-
|
1814 |
-
#: templates/debug.php:242
|
1815 |
-
msgctxt "as application program interface"
|
1816 |
-
msgid "API"
|
1817 |
-
msgstr "API"
|
1818 |
-
|
1819 |
-
#: templates/debug.php:243
|
1820 |
-
msgid "Freemius State"
|
1821 |
-
msgstr "Stav Freemius"
|
1822 |
-
|
1823 |
-
#: templates/debug.php:247
|
1824 |
-
msgid "Network Blog"
|
1825 |
-
msgstr "Network Blog"
|
1826 |
-
|
1827 |
-
#: templates/debug.php:248
|
1828 |
-
msgid "Network User"
|
1829 |
-
msgstr "Network User"
|
1830 |
-
|
1831 |
-
#: templates/debug.php:285
|
1832 |
-
msgctxt "as connection was successful"
|
1833 |
-
msgid "Connected"
|
1834 |
-
msgstr "Připojeno"
|
1835 |
-
|
1836 |
-
#: templates/debug.php:286
|
1837 |
-
msgctxt "as connection blocked"
|
1838 |
-
msgid "Blocked"
|
1839 |
-
msgstr "Zablokováno"
|
1840 |
-
|
1841 |
-
#: templates/debug.php:322
|
1842 |
-
msgid "Simulate Trial Promotion"
|
1843 |
-
msgstr "Simulate Trial Promotion"
|
1844 |
-
|
1845 |
-
#: templates/debug.php:334
|
1846 |
-
msgid "Simulate Network Upgrade"
|
1847 |
-
msgstr "Simulate Network Upgrade"
|
1848 |
-
|
1849 |
-
#: templates/debug.php:359
|
1850 |
-
msgid "%s Installs"
|
1851 |
-
msgstr "%s instalací"
|
1852 |
-
|
1853 |
-
#: templates/debug.php:361
|
1854 |
-
msgctxt "like websites"
|
1855 |
-
msgid "Sites"
|
1856 |
-
msgstr "Weby"
|
1857 |
-
|
1858 |
-
#: templates/debug.php367, templates/account/partials/site.php:156
|
1859 |
-
msgid "Blog ID"
|
1860 |
-
msgstr "Blog ID"
|
1861 |
-
|
1862 |
-
#: templates/debug.php:372
|
1863 |
-
msgid "License ID"
|
1864 |
-
msgstr "License ID"
|
1865 |
-
|
1866 |
-
#: templates/debug.php436, templates/debug.php535,
|
1867 |
-
#: templates/account/partials/addon.php:435
|
1868 |
-
msgctxt "verb"
|
1869 |
-
msgid "Delete"
|
1870 |
-
msgstr "Smazat"
|
1871 |
-
|
1872 |
-
#: templates/debug.php:450
|
1873 |
-
msgid "Add Ons of module %s"
|
1874 |
-
msgstr "Add Ons of module %s"
|
1875 |
-
|
1876 |
-
#: templates/debug.php:502
|
1877 |
-
msgid "Users"
|
1878 |
-
msgstr "Uživatelé"
|
1879 |
-
|
1880 |
-
#: templates/debug.php:509
|
1881 |
-
msgid "Verified"
|
1882 |
-
msgstr "Ověřeno"
|
1883 |
-
|
1884 |
-
#: templates/debug.php:551
|
1885 |
-
msgid "%s Licenses"
|
1886 |
-
msgstr "%s licencí"
|
1887 |
-
|
1888 |
-
#: templates/debug.php:556
|
1889 |
-
msgid "Plugin ID"
|
1890 |
-
msgstr "ID pluginu"
|
1891 |
-
|
1892 |
-
#: templates/debug.php:558
|
1893 |
-
msgid "Plan ID"
|
1894 |
-
msgstr "ID členství"
|
1895 |
-
|
1896 |
-
#: templates/debug.php:559
|
1897 |
-
msgid "Quota"
|
1898 |
-
msgstr "Quota"
|
1899 |
-
|
1900 |
-
#: templates/debug.php:560
|
1901 |
-
msgid "Activated"
|
1902 |
-
msgstr "Aktivovaný"
|
1903 |
-
|
1904 |
-
#: templates/debug.php:561
|
1905 |
-
msgid "Blocking"
|
1906 |
-
msgstr "Blokování"
|
1907 |
-
|
1908 |
-
#: templates/debug.php:563
|
1909 |
-
msgctxt "as expiration date"
|
1910 |
-
msgid "Expiration"
|
1911 |
-
msgstr "Expirace"
|
1912 |
-
|
1913 |
-
#: templates/debug.php:590
|
1914 |
-
msgid "Debug Log"
|
1915 |
-
msgstr "Ladící log"
|
1916 |
-
|
1917 |
-
#: templates/debug.php:594
|
1918 |
-
msgid "All Types"
|
1919 |
-
msgstr "Všechny typy"
|
1920 |
-
|
1921 |
-
#: templates/debug.php:601
|
1922 |
-
msgid "All Requests"
|
1923 |
-
msgstr "All Requests"
|
1924 |
-
|
1925 |
-
#: templates/debug.php606, templates/debug.php635,
|
1926 |
-
#: templates/debug/logger.php:25
|
1927 |
-
msgid "File"
|
1928 |
-
msgstr "Soubor"
|
1929 |
-
|
1930 |
-
#: templates/debug.php607, templates/debug.php633,
|
1931 |
-
#: templates/debug/logger.php:23
|
1932 |
-
msgid "Function"
|
1933 |
-
msgstr "Funkce"
|
1934 |
-
|
1935 |
-
#: templates/debug.php:608
|
1936 |
-
msgid "Process ID"
|
1937 |
-
msgstr "Process ID"
|
1938 |
-
|
1939 |
-
#: templates/debug.php:609
|
1940 |
-
msgid "Logger"
|
1941 |
-
msgstr "Logger"
|
1942 |
-
|
1943 |
-
#: templates/debug.php610, templates/debug.php634,
|
1944 |
-
#: templates/debug/logger.php:24
|
1945 |
-
msgid "Message"
|
1946 |
-
msgstr "Zpráva"
|
1947 |
-
|
1948 |
-
#: templates/debug.php:612
|
1949 |
-
msgid "Filter"
|
1950 |
-
msgstr "Filtr"
|
1951 |
-
|
1952 |
-
#: templates/debug.php:620
|
1953 |
-
msgid "Download"
|
1954 |
-
msgstr "Stáhnout"
|
1955 |
-
|
1956 |
-
#: templates/debug.php631, templates/debug/logger.php:22
|
1957 |
-
msgid "Type"
|
1958 |
-
msgstr "Typ"
|
1959 |
-
|
1960 |
-
#: templates/debug.php636, templates/debug/logger.php:26
|
1961 |
-
msgid "Timestamp"
|
1962 |
-
msgstr "Datum a čas"
|
1963 |
-
|
1964 |
-
#: templates/secure-https-header.php:28
|
1965 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1966 |
-
msgstr "Zabezpečená stránka HTTPS %s spuštěná z externí domény"
|
1967 |
-
|
1968 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1969 |
-
#: templates/plugin-info/features.php:43
|
1970 |
-
msgid "Support"
|
1971 |
-
msgstr "Podpora"
|
1972 |
-
|
1973 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1974 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1975 |
-
msgctxt "milliseconds"
|
1976 |
-
msgid "ms"
|
1977 |
-
msgstr "ms"
|
1978 |
-
|
1979 |
-
#: includes/debug/debug-bar-start.php:41
|
1980 |
-
msgid "Freemius API"
|
1981 |
-
msgstr "Freemius API"
|
1982 |
-
|
1983 |
-
#: includes/debug/debug-bar-start.php:42
|
1984 |
-
msgid "Requests"
|
1985 |
-
msgstr "Žádosti"
|
1986 |
-
|
1987 |
-
#: templates/account/billing.php:22
|
1988 |
-
msgctxt "verb"
|
1989 |
-
msgid "Update"
|
1990 |
-
msgstr "Aktualizovat"
|
1991 |
-
|
1992 |
-
#: templates/account/billing.php:33
|
1993 |
-
msgid "Billing"
|
1994 |
-
msgstr "Fakturace"
|
1995 |
-
|
1996 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1997 |
-
msgid "Business name"
|
1998 |
-
msgstr "Jméno firmy"
|
1999 |
-
|
2000 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
2001 |
-
msgid "Tax / VAT ID"
|
2002 |
-
msgstr "Tax / VAT ID"
|
2003 |
-
|
2004 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
2005 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
2006 |
-
msgid "Address Line %d"
|
2007 |
-
msgstr "Address Line %d"
|
2008 |
-
|
2009 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2010 |
-
msgid "City"
|
2011 |
-
msgstr "Město"
|
2012 |
-
|
2013 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2014 |
-
msgid "Town"
|
2015 |
-
msgstr "Město"
|
2016 |
-
|
2017 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
2018 |
-
msgid "ZIP / Postal Code"
|
2019 |
-
msgstr "PSČ / směrovací číslo"
|
2020 |
-
|
2021 |
-
#: templates/account/billing.php:302
|
2022 |
-
msgid "Country"
|
2023 |
-
msgstr "Země"
|
2024 |
-
|
2025 |
-
#: templates/account/billing.php:304
|
2026 |
-
msgid "Select Country"
|
2027 |
-
msgstr "Vyberte zemi"
|
2028 |
-
|
2029 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2030 |
-
msgid "State"
|
2031 |
-
msgstr "Kraj"
|
2032 |
-
|
2033 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2034 |
-
msgid "Province"
|
2035 |
-
msgstr "Okres"
|
2036 |
-
|
2037 |
-
#: templates/account/payments.php:29
|
2038 |
-
msgid "Payments"
|
2039 |
-
msgstr "Platby"
|
2040 |
-
|
2041 |
-
#: templates/account/payments.php:36
|
2042 |
-
msgid "Date"
|
2043 |
-
msgstr "Datum"
|
2044 |
-
|
2045 |
-
#: templates/account/payments.php:37
|
2046 |
-
msgid "Amount"
|
2047 |
-
msgstr "Částka"
|
2048 |
-
|
2049 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2050 |
-
msgid "Invoice"
|
2051 |
-
msgstr "Faktura"
|
2052 |
-
|
2053 |
-
#: templates/debug/api-calls.php:56
|
2054 |
-
msgid "API"
|
2055 |
-
msgstr "API"
|
2056 |
-
|
2057 |
-
#: templates/debug/api-calls.php:68
|
2058 |
-
msgid "Method"
|
2059 |
-
msgstr "Metoda"
|
2060 |
-
|
2061 |
-
#: templates/debug/api-calls.php:69
|
2062 |
-
msgid "Code"
|
2063 |
-
msgstr "Kód"
|
2064 |
-
|
2065 |
-
#: templates/debug/api-calls.php:70
|
2066 |
-
msgid "Length"
|
2067 |
-
msgstr "Délka"
|
2068 |
-
|
2069 |
-
#: templates/debug/api-calls.php:71
|
2070 |
-
msgctxt "as file/folder path"
|
2071 |
-
msgid "Path"
|
2072 |
-
msgstr "Složka"
|
2073 |
-
|
2074 |
-
#: templates/debug/api-calls.php:73
|
2075 |
-
msgid "Body"
|
2076 |
-
msgstr "Tělo"
|
2077 |
-
|
2078 |
-
#: templates/debug/api-calls.php:75
|
2079 |
-
msgid "Result"
|
2080 |
-
msgstr "Výsledek"
|
2081 |
-
|
2082 |
-
#: templates/debug/api-calls.php:76
|
2083 |
-
msgid "Start"
|
2084 |
-
msgstr "Začátek"
|
2085 |
-
|
2086 |
-
#: templates/debug/api-calls.php:77
|
2087 |
-
msgid "End"
|
2088 |
-
msgstr "Konec"
|
2089 |
-
|
2090 |
-
#: templates/debug/logger.php:15
|
2091 |
-
msgid "Log"
|
2092 |
-
msgstr "Záznam"
|
2093 |
-
|
2094 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2095 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2096 |
-
#: templates/debug/scheduled-crons.php:91
|
2097 |
-
msgid "In %s"
|
2098 |
-
msgstr "Za %s"
|
2099 |
-
|
2100 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2101 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2102 |
-
#: templates/debug/scheduled-crons.php:93
|
2103 |
-
msgid "%s ago"
|
2104 |
-
msgstr "Před %s"
|
2105 |
-
|
2106 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2107 |
-
#: templates/debug/scheduled-crons.php:74
|
2108 |
-
msgctxt "seconds"
|
2109 |
-
msgid "sec"
|
2110 |
-
msgstr "s"
|
2111 |
-
|
2112 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2113 |
-
msgid "Plugins & Themes Sync"
|
2114 |
-
msgstr "Pluginy a synchronizace šablon"
|
2115 |
-
|
2116 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2117 |
-
msgid "Total"
|
2118 |
-
msgstr "Celkem"
|
2119 |
-
|
2120 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2121 |
-
#: templates/debug/scheduled-crons.php:84
|
2122 |
-
msgid "Last"
|
2123 |
-
msgstr "Poslední"
|
2124 |
-
|
2125 |
-
#: templates/debug/scheduled-crons.php:76
|
2126 |
-
msgid "Scheduled Crons"
|
2127 |
-
msgstr "Plánované crony"
|
2128 |
-
|
2129 |
-
#: templates/debug/scheduled-crons.php:81
|
2130 |
-
msgid "Module"
|
2131 |
-
msgstr "Modul"
|
2132 |
-
|
2133 |
-
#: templates/debug/scheduled-crons.php:82
|
2134 |
-
msgid "Module Type"
|
2135 |
-
msgstr "Typ modulu"
|
2136 |
-
|
2137 |
-
#: templates/debug/scheduled-crons.php:83
|
2138 |
-
msgid "Cron Type"
|
2139 |
-
msgstr "Cron Type"
|
2140 |
-
|
2141 |
-
#: templates/debug/scheduled-crons.php:85
|
2142 |
-
msgid "Next"
|
2143 |
-
msgstr "Následující"
|
2144 |
-
|
2145 |
-
#: templates/forms/affiliation.php:82
|
2146 |
-
msgid "Non-expiring"
|
2147 |
-
msgstr "Non-expiring"
|
2148 |
-
|
2149 |
-
#: templates/forms/affiliation.php:85
|
2150 |
-
msgid "Apply to become an affiliate"
|
2151 |
-
msgstr "Apply to become an affiliate"
|
2152 |
-
|
2153 |
-
#: templates/forms/affiliation.php:104
|
2154 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2155 |
-
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2156 |
-
|
2157 |
-
#: templates/forms/affiliation.php:119
|
2158 |
-
msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
2159 |
-
msgstr "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
2160 |
-
|
2161 |
-
#: templates/forms/affiliation.php:122
|
2162 |
-
msgid "Your affiliation account was temporarily suspended."
|
2163 |
-
msgstr "Your affiliation account was temporarily suspended."
|
2164 |
-
|
2165 |
-
#: templates/forms/affiliation.php:125
|
2166 |
-
msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
2167 |
-
msgstr "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
2168 |
-
|
2169 |
-
#: templates/forms/affiliation.php:128
|
2170 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2171 |
-
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2172 |
-
|
2173 |
-
#: templates/forms/affiliation.php:141
|
2174 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2175 |
-
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2176 |
-
|
2177 |
-
#: templates/forms/affiliation.php:142
|
2178 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2179 |
-
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2180 |
-
|
2181 |
-
#: templates/forms/affiliation.php:145
|
2182 |
-
msgid "Program Summary"
|
2183 |
-
msgstr "Program Summary"
|
2184 |
-
|
2185 |
-
#: templates/forms/affiliation.php:147
|
2186 |
-
msgid "%s commission when a customer purchases a new license."
|
2187 |
-
msgstr "%s provizi, když zákazník zakoupí novou licenci."
|
2188 |
-
|
2189 |
-
#: templates/forms/affiliation.php:149
|
2190 |
-
msgid "Get commission for automated subscription renewals."
|
2191 |
-
msgstr "Get commission for automated subscription renewals."
|
2192 |
-
|
2193 |
-
#: templates/forms/affiliation.php:152
|
2194 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2195 |
-
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2196 |
-
|
2197 |
-
#: templates/forms/affiliation.php:155
|
2198 |
-
msgid "Unlimited commissions."
|
2199 |
-
msgstr "Unlimited commissions."
|
2200 |
-
|
2201 |
-
#: templates/forms/affiliation.php:157
|
2202 |
-
msgid "%s minimum payout amount."
|
2203 |
-
msgstr "%s minimální částka výplaty."
|
2204 |
-
|
2205 |
-
#: templates/forms/affiliation.php:158
|
2206 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2207 |
-
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2208 |
-
|
2209 |
-
#: templates/forms/affiliation.php:159
|
2210 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2211 |
-
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2212 |
-
|
2213 |
-
#: templates/forms/affiliation.php:162
|
2214 |
-
msgid "Affiliate"
|
2215 |
-
msgstr "Partner"
|
2216 |
-
|
2217 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2218 |
-
msgid "Email address"
|
2219 |
-
msgstr "Emailová adresa"
|
2220 |
-
|
2221 |
-
#: templates/forms/affiliation.php:169
|
2222 |
-
msgid "Full name"
|
2223 |
-
msgstr "Celé jméno"
|
2224 |
-
|
2225 |
-
#: templates/forms/affiliation.php:173
|
2226 |
-
msgid "PayPal account email address"
|
2227 |
-
msgstr "E-mailová adresa účtu PayPal"
|
2228 |
-
|
2229 |
-
#: templates/forms/affiliation.php:177
|
2230 |
-
msgid "Where are you going to promote the %s?"
|
2231 |
-
msgstr "Where are you going to promote the %s?"
|
2232 |
-
|
2233 |
-
#: templates/forms/affiliation.php:179
|
2234 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2235 |
-
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2236 |
-
|
2237 |
-
#: templates/forms/affiliation.php:181
|
2238 |
-
msgid "Add another domain"
|
2239 |
-
msgstr "Add another domain"
|
2240 |
-
|
2241 |
-
#: templates/forms/affiliation.php:185
|
2242 |
-
msgid "Extra Domains"
|
2243 |
-
msgstr "Další domény"
|
2244 |
-
|
2245 |
-
#: templates/forms/affiliation.php:186
|
2246 |
-
msgid "Extra domains where you will be marketing the product from."
|
2247 |
-
msgstr "Extra domains where you will be marketing the product from."
|
2248 |
-
|
2249 |
-
#: templates/forms/affiliation.php:196
|
2250 |
-
msgid "Promotion methods"
|
2251 |
-
msgstr "Promotion methods"
|
2252 |
-
|
2253 |
-
#: templates/forms/affiliation.php:199
|
2254 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2255 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2256 |
-
|
2257 |
-
#: templates/forms/affiliation.php:203
|
2258 |
-
msgid "Mobile apps"
|
2259 |
-
msgstr "Mobile apps"
|
2260 |
-
|
2261 |
-
#: templates/forms/affiliation.php:207
|
2262 |
-
msgid "Website, email, and social media statistics (optional)"
|
2263 |
-
msgstr "Statistika o webová stránc, emaiul a sociálních médiích"
|
2264 |
-
|
2265 |
-
#: templates/forms/affiliation.php:210
|
2266 |
-
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2267 |
-
msgstr "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2268 |
-
|
2269 |
-
#: templates/forms/affiliation.php:214
|
2270 |
-
msgid "How will you promote us?"
|
2271 |
-
msgstr "Jakým způsobem budete mé produkty propagovat?"
|
2272 |
-
|
2273 |
-
#: templates/forms/affiliation.php:217
|
2274 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2275 |
-
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2276 |
-
|
2277 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2278 |
-
msgid "Cancel"
|
2279 |
-
msgstr "Zrušit"
|
2280 |
-
|
2281 |
-
#: templates/forms/affiliation.php:225
|
2282 |
-
msgid "Become an affiliate"
|
2283 |
-
msgstr "Staňte se naším afiliátem"
|
2284 |
-
|
2285 |
-
#: templates/forms/data-debug-mode.php:25
|
2286 |
-
msgid "Please enter the license key to enable the debug mode:"
|
2287 |
-
msgstr "Please enter the license key to enable the debug mode:"
|
2288 |
-
|
2289 |
-
#: templates/forms/data-debug-mode.php:27
|
2290 |
-
msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2291 |
-
msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2292 |
-
|
2293 |
-
#: templates/forms/data-debug-mode.php:32
|
2294 |
-
msgid "Submit"
|
2295 |
-
msgstr "Submit"
|
2296 |
-
|
2297 |
-
#: templates/forms/data-debug-mode.php:36
|
2298 |
-
msgid "User key"
|
2299 |
-
msgstr "User key"
|
2300 |
-
|
2301 |
-
#: templates/forms/license-activation.php:23
|
2302 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2303 |
-
msgstr "Please enter the license key that you received in the email right after the purchase:"
|
2304 |
-
|
2305 |
-
#: templates/forms/license-activation.php:28
|
2306 |
-
msgid "Update License"
|
2307 |
-
msgstr "Aktualizovat licenci"
|
2308 |
-
|
2309 |
-
#: templates/forms/optout.php:30
|
2310 |
-
msgctxt "verb"
|
2311 |
-
msgid "Opt Out"
|
2312 |
-
msgstr "Odhlásit se"
|
2313 |
-
|
2314 |
-
#: templates/forms/optout.php:31
|
2315 |
-
msgctxt "verb"
|
2316 |
-
msgid "Opt In"
|
2317 |
-
msgstr "Zúčastnit se"
|
2318 |
-
|
2319 |
-
#: templates/forms/optout.php:33
|
2320 |
-
msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2321 |
-
msgstr "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2322 |
-
|
2323 |
-
#: templates/forms/optout.php:35
|
2324 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2325 |
-
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2326 |
-
|
2327 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2328 |
-
msgid "There is a new version of %s available."
|
2329 |
-
msgstr "Je k dispozici nová verze %s."
|
2330 |
-
|
2331 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2332 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2333 |
-
msgstr " %s pro přístup k verzi %s zajišťující podporu a nejen bezpečnostní aktualizace."
|
2334 |
-
|
2335 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2336 |
-
msgid "New Version Available"
|
2337 |
-
msgstr "Nová verze k dispozici"
|
2338 |
-
|
2339 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2340 |
-
msgctxt "close a window"
|
2341 |
-
msgid "Dismiss"
|
2342 |
-
msgstr "Skrýt"
|
2343 |
-
|
2344 |
-
#: templates/forms/resend-key.php:21
|
2345 |
-
msgid "Send License Key"
|
2346 |
-
msgstr "Odeslat licenční klíč"
|
2347 |
-
|
2348 |
-
#: templates/forms/resend-key.php:57
|
2349 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2350 |
-
msgstr "Níže zadejte emailovou adresu, kterou jste použili pro koupi pluginu a my vám znovu odešleme váš licenční klíč."
|
2351 |
-
|
2352 |
-
#: templates/forms/subscription-cancellation.php:37
|
2353 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2354 |
-
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2355 |
-
|
2356 |
-
#: templates/forms/subscription-cancellation.php:47
|
2357 |
-
msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2358 |
-
msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2359 |
-
|
2360 |
-
#: templates/forms/subscription-cancellation.php:52
|
2361 |
-
msgid "license"
|
2362 |
-
msgstr "licence"
|
2363 |
-
|
2364 |
-
#: templates/forms/subscription-cancellation.php:57
|
2365 |
-
msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2366 |
-
msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2367 |
-
|
2368 |
-
#: templates/forms/subscription-cancellation.php:68
|
2369 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2370 |
-
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2371 |
-
|
2372 |
-
#: templates/forms/subscription-cancellation.php:103
|
2373 |
-
msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2374 |
-
msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2375 |
-
|
2376 |
-
#: templates/forms/subscription-cancellation.php:136
|
2377 |
-
msgid "Cancel %s?"
|
2378 |
-
msgstr "Cancel %s?"
|
2379 |
-
|
2380 |
-
#: templates/forms/subscription-cancellation.php:143
|
2381 |
-
msgid "Proceed"
|
2382 |
-
msgstr "Pokračovat"
|
2383 |
-
|
2384 |
-
#: templates/forms/subscription-cancellation.php191,
|
2385 |
-
#: templates/forms/deactivation/form.php:171
|
2386 |
-
msgid "Cancel %s & Proceed"
|
2387 |
-
msgstr "Zrušit %s > pokračovat"
|
2388 |
-
|
2389 |
-
#: templates/forms/trial-start.php:22
|
2390 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2391 |
-
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2392 |
-
|
2393 |
-
#: templates/forms/trial-start.php:28
|
2394 |
-
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
2395 |
-
msgstr "Aby bylo vyhověno WordPress.org pokynům, před zahájením zkušebního období vás žádáme, abyste se rozhodli pro uživatele a necitlivé informace o webu, aby %s umožňoval periodicky odesílat data do %s za účelem kontroly aktualizací verzí a ověření zkušební verze."
|
2396 |
-
|
2397 |
-
#: templates/js/style-premium-theme.php:39
|
2398 |
-
msgid "Premium"
|
2399 |
-
msgstr "Prémium"
|
2400 |
-
|
2401 |
-
#: templates/js/style-premium-theme.php:42
|
2402 |
-
msgid "Beta"
|
2403 |
-
msgstr "Beta"
|
2404 |
-
|
2405 |
-
#: templates/partials/network-activation.php:27
|
2406 |
-
msgid "Activate license on all sites in the network."
|
2407 |
-
msgstr "Activate license on all sites in the network."
|
2408 |
-
|
2409 |
-
#: templates/partials/network-activation.php:28
|
2410 |
-
msgid "Apply on all sites in the network."
|
2411 |
-
msgstr "Apply on all sites in the network."
|
2412 |
-
|
2413 |
-
#: templates/partials/network-activation.php:31
|
2414 |
-
msgid "Activate license on all pending sites."
|
2415 |
-
msgstr "Activate license on all pending sites."
|
2416 |
-
|
2417 |
-
#: templates/partials/network-activation.php:32
|
2418 |
-
msgid "Apply on all pending sites."
|
2419 |
-
msgstr "Apply on all pending sites."
|
2420 |
-
|
2421 |
-
#: templates/partials/network-activation.php40,
|
2422 |
-
#: templates/partials/network-activation.php:74
|
2423 |
-
msgid "allow"
|
2424 |
-
msgstr "povolit"
|
2425 |
-
|
2426 |
-
#: templates/partials/network-activation.php43,
|
2427 |
-
#: templates/partials/network-activation.php:77
|
2428 |
-
msgid "delegate"
|
2429 |
-
msgstr "delegovat"
|
2430 |
-
|
2431 |
-
#: templates/partials/network-activation.php47,
|
2432 |
-
#: templates/partials/network-activation.php:81
|
2433 |
-
msgid "skip"
|
2434 |
-
msgstr "přeskočit"
|
2435 |
-
|
2436 |
-
#: templates/plugin-info/description.php72,
|
2437 |
-
#: templates/plugin-info/screenshots.php:31
|
2438 |
-
msgid "Click to view full-size screenshot %d"
|
2439 |
-
msgstr "Klikněte pro zobrazení plné velikosti snímku obrazovky %d"
|
2440 |
-
|
2441 |
-
#: templates/plugin-info/features.php:56
|
2442 |
-
msgid "Unlimited Updates"
|
2443 |
-
msgstr "Neomezené aktualizace"
|
2444 |
-
|
2445 |
-
#: templates/account/partials/activate-license-button.php:46
|
2446 |
-
msgid "Localhost"
|
2447 |
-
msgstr "Localhost"
|
2448 |
-
|
2449 |
-
#: templates/account/partials/activate-license-button.php:50
|
2450 |
-
msgctxt "as 5 licenses left"
|
2451 |
-
msgid "%s left"
|
2452 |
-
msgstr "Zbývá %s"
|
2453 |
-
|
2454 |
-
#: templates/account/partials/activate-license-button.php:51
|
2455 |
-
msgid "Last license"
|
2456 |
-
msgstr "Poslední licence"
|
2457 |
-
|
2458 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2459 |
-
#. subscription'
|
2460 |
-
#: templates/account/partials/addon.php:29
|
2461 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2462 |
-
msgstr "%1$s okamžitě zastaví všechny budoucí opakující se platby a licence k plánu %s vyprší za %s."
|
2463 |
-
|
2464 |
-
#: templates/account/partials/addon.php:185
|
2465 |
-
msgid "Cancelled"
|
2466 |
-
msgstr "Zrušena"
|
2467 |
-
|
2468 |
-
#: templates/account/partials/addon.php:195
|
2469 |
-
msgid "No expiration"
|
2470 |
-
msgstr "Bez vypršení"
|
2471 |
-
|
2472 |
-
#: templates/account/partials/site.php:189
|
2473 |
-
msgid "Owner Name"
|
2474 |
-
msgstr "Jméno vlastníka"
|
2475 |
-
|
2476 |
-
#: templates/account/partials/site.php:201
|
2477 |
-
msgid "Owner Email"
|
2478 |
-
msgstr "E-mail vlastníka"
|
2479 |
-
|
2480 |
-
#: templates/account/partials/site.php:213
|
2481 |
-
msgid "Owner ID"
|
2482 |
-
msgstr "ID vlastníka"
|
2483 |
-
|
2484 |
-
#: templates/account/partials/site.php:286
|
2485 |
-
msgid "Subscription"
|
2486 |
-
msgstr "Předplatné"
|
2487 |
-
|
2488 |
-
#: templates/forms/deactivation/contact.php:19
|
2489 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2490 |
-
msgstr "Omlouváme se za způsobené nepříjemnosti, ale když se nám dáte šanci, tak se vám ze všech sil pokusíme pomoci."
|
2491 |
-
|
2492 |
-
#: templates/forms/deactivation/contact.php:22
|
2493 |
-
msgid "Contact Support"
|
2494 |
-
msgstr "Kontaktovat podporu"
|
2495 |
-
|
2496 |
-
#: templates/forms/deactivation/form.php:64
|
2497 |
-
msgid "Anonymous feedback"
|
2498 |
-
msgstr "Anonymní zpětná vazba"
|
2499 |
-
|
2500 |
-
#: templates/forms/deactivation/form.php:70
|
2501 |
-
msgid "Deactivate"
|
2502 |
-
msgstr "Deaktivovat"
|
2503 |
-
|
2504 |
-
#: templates/forms/deactivation/form.php:72
|
2505 |
-
msgid "Activate %s"
|
2506 |
-
msgstr "Aktivovat %s"
|
2507 |
-
|
2508 |
-
#: templates/forms/deactivation/form.php:87
|
2509 |
-
msgid "Quick Feedback"
|
2510 |
-
msgstr "Rychlá zpětná vazba"
|
2511 |
-
|
2512 |
-
#: templates/forms/deactivation/form.php:91
|
2513 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2514 |
-
msgstr "Máte-li chvilku, dejte nám vědět, proč %s"
|
2515 |
-
|
2516 |
-
#: templates/forms/deactivation/form.php:91
|
2517 |
-
msgid "deactivating"
|
2518 |
-
msgstr "deaktivujete"
|
2519 |
-
|
2520 |
-
#: templates/forms/deactivation/form.php:91
|
2521 |
-
msgid "switching"
|
2522 |
-
msgstr "přepínám"
|
2523 |
-
|
2524 |
-
#: templates/forms/deactivation/form.php:365
|
2525 |
-
msgid "Submit & %s"
|
2526 |
-
msgstr "Odeslat & %s"
|
2527 |
-
|
2528 |
-
#: templates/forms/deactivation/form.php:386
|
2529 |
-
msgid "Kindly tell us the reason so we can improve."
|
2530 |
-
msgstr "Dejte nám prosím vědět z jakého důvodu, ať to můžeme zlepšit."
|
2531 |
-
|
2532 |
-
#: templates/forms/deactivation/form.php:511
|
2533 |
-
msgid "Yes - %s"
|
2534 |
-
msgstr "Ano - %s"
|
2535 |
-
|
2536 |
-
#: templates/forms/deactivation/form.php:518
|
2537 |
-
msgid "Skip & %s"
|
2538 |
-
msgstr "Přeskočit & %s"
|
2539 |
-
|
2540 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2541 |
-
msgid "Click here to use the plugin anonymously"
|
2542 |
-
msgstr "Klikněte zde pro anonymní používání tohoto pluginu"
|
2543 |
-
|
2544 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2545 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2546 |
-
msgstr "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freemius/languages/freemius-da_DK.mo
CHANGED
Binary file
|
freemius/languages/freemius-da_DK.po
DELETED
@@ -1,2548 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
# Translators:
|
4 |
-
# Joachim Jensen, 2019
|
5 |
-
# Joachim Jensen, 2016-2018
|
6 |
-
# Lars Koudal, 2018-2019
|
7 |
-
msgid ""
|
8 |
-
msgstr ""
|
9 |
-
"Project-Id-Version: WordPress SDK\n"
|
10 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
11 |
-
"POT-Creation-Date: \n"
|
12 |
-
"PO-Revision-Date: 2019-10-07 15:33+0000\n"
|
13 |
-
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
14 |
-
"Language: da_DK\n"
|
15 |
-
"Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-sdk/language/da_DK/)\n"
|
16 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
-
"Content-Transfer-Encoding: 8bit\n"
|
18 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
-
"MIME-Version: 1.0\n"
|
20 |
-
"X-Poedit-Basepath: ..\n"
|
21 |
-
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
24 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
25 |
-
|
26 |
-
#: includes/class-freemius.php1880, templates/account.php:840
|
27 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
28 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
29 |
-
|
30 |
-
#: includes/class-freemius.php:1887
|
31 |
-
msgid "Would you like to proceed with the update?"
|
32 |
-
msgstr "Vil du fortsætte med opdateringen?"
|
33 |
-
|
34 |
-
#: includes/class-freemius.php:2095
|
35 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
36 |
-
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
37 |
-
|
38 |
-
#: includes/class-freemius.php:2097
|
39 |
-
msgid "Error"
|
40 |
-
msgstr "Fejl"
|
41 |
-
|
42 |
-
#: includes/class-freemius.php:2491
|
43 |
-
msgid "I found a better %s"
|
44 |
-
msgstr "Jeg fandt et bedre %s"
|
45 |
-
|
46 |
-
#: includes/class-freemius.php:2493
|
47 |
-
msgid "What's the %s's name?"
|
48 |
-
msgstr "Hvad er navnet på %s?"
|
49 |
-
|
50 |
-
#: includes/class-freemius.php:2499
|
51 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
52 |
-
msgstr "Det er en midlertidig %s. Jeg er i gang med fejlrettelser."
|
53 |
-
|
54 |
-
#: includes/class-freemius.php:2501
|
55 |
-
msgid "Deactivation"
|
56 |
-
msgstr "Deaktivering"
|
57 |
-
|
58 |
-
#: includes/class-freemius.php:2502
|
59 |
-
msgid "Theme Switch"
|
60 |
-
msgstr "Temaskift"
|
61 |
-
|
62 |
-
#: includes/class-freemius.php2511, templates/forms/resend-key.php:24
|
63 |
-
msgid "Other"
|
64 |
-
msgstr "Andet"
|
65 |
-
|
66 |
-
#: includes/class-freemius.php:2519
|
67 |
-
msgid "I no longer need the %s"
|
68 |
-
msgstr "Jeg har ikke længere brug for %s"
|
69 |
-
|
70 |
-
#: includes/class-freemius.php:2526
|
71 |
-
msgid "I only needed the %s for a short period"
|
72 |
-
msgstr "Jeg behøvede kun %s i en kort periode"
|
73 |
-
|
74 |
-
#: includes/class-freemius.php:2532
|
75 |
-
msgid "The %s broke my site"
|
76 |
-
msgstr "%s ødelagde min webside"
|
77 |
-
|
78 |
-
#: includes/class-freemius.php:2539
|
79 |
-
msgid "The %s suddenly stopped working"
|
80 |
-
msgstr "%s stoppede pludseligt med at virke"
|
81 |
-
|
82 |
-
#: includes/class-freemius.php:2549
|
83 |
-
msgid "I can't pay for it anymore"
|
84 |
-
msgstr "Jeg kan ikke længere betale for det"
|
85 |
-
|
86 |
-
#: includes/class-freemius.php:2551
|
87 |
-
msgid "What price would you feel comfortable paying?"
|
88 |
-
msgstr "Hvilken pris ville du foretrække at betale?"
|
89 |
-
|
90 |
-
#: includes/class-freemius.php:2557
|
91 |
-
msgid "I don't like to share my information with you"
|
92 |
-
msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
|
93 |
-
|
94 |
-
#: includes/class-freemius.php:2578
|
95 |
-
msgid "The %s didn't work"
|
96 |
-
msgstr "%s virkede ikke"
|
97 |
-
|
98 |
-
#: includes/class-freemius.php:2588
|
99 |
-
msgid "I couldn't understand how to make it work"
|
100 |
-
msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
|
101 |
-
|
102 |
-
#: includes/class-freemius.php:2596
|
103 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
104 |
-
msgstr "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
|
105 |
-
|
106 |
-
#: includes/class-freemius.php:2598
|
107 |
-
msgid "What feature?"
|
108 |
-
msgstr "Hvilken feature?"
|
109 |
-
|
110 |
-
#: includes/class-freemius.php:2602
|
111 |
-
msgid "The %s is not working"
|
112 |
-
msgstr "%s virker ikke"
|
113 |
-
|
114 |
-
#: includes/class-freemius.php:2604
|
115 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
116 |
-
msgstr "Vær venlig at dele hvad der ikke virkede så vi kan rette det for kommende brugere...."
|
117 |
-
|
118 |
-
#: includes/class-freemius.php:2608
|
119 |
-
msgid "It's not what I was looking for"
|
120 |
-
msgstr "Det er ikke, hvad jeg søgte"
|
121 |
-
|
122 |
-
#: includes/class-freemius.php:2610
|
123 |
-
msgid "What you've been looking for?"
|
124 |
-
msgstr "Hvad ledte du efter?"
|
125 |
-
|
126 |
-
#: includes/class-freemius.php:2614
|
127 |
-
msgid "The %s didn't work as expected"
|
128 |
-
msgstr "%s virkede ikke som forventet"
|
129 |
-
|
130 |
-
#: includes/class-freemius.php:2616
|
131 |
-
msgid "What did you expect?"
|
132 |
-
msgstr "Hvad forventede du?"
|
133 |
-
|
134 |
-
#: includes/class-freemius.php3471, templates/debug.php:20
|
135 |
-
msgid "Freemius Debug"
|
136 |
-
msgstr "Freemius Debug"
|
137 |
-
|
138 |
-
#: includes/class-freemius.php:4223
|
139 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
140 |
-
msgstr "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
|
141 |
-
|
142 |
-
#: includes/class-freemius.php:4225
|
143 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
144 |
-
msgstr "Vi vil kontakte din udbyder og løse problemet. Når vi har opdatinger i sagen, vil vi følge op med en email til dig på %s."
|
145 |
-
|
146 |
-
#: includes/class-freemius.php:4232
|
147 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
148 |
-
msgstr "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
149 |
-
|
150 |
-
#: includes/class-freemius.php:4337
|
151 |
-
msgid "Yes - do your thing"
|
152 |
-
msgstr "Ja - fortsæt bare"
|
153 |
-
|
154 |
-
#: includes/class-freemius.php:4342
|
155 |
-
msgid "No - just deactivate"
|
156 |
-
msgstr "Nej - bare deaktiver"
|
157 |
-
|
158 |
-
#: includes/class-freemius.php4387, includes/class-freemius.php4881,
|
159 |
-
#: includes/class-freemius.php6032, includes/class-freemius.php13153,
|
160 |
-
#: includes/class-freemius.php16558, includes/class-freemius.php16646,
|
161 |
-
#: includes/class-freemius.php16812, includes/class-freemius.php19040,
|
162 |
-
#: includes/class-freemius.php19381, includes/class-freemius.php19391,
|
163 |
-
#: includes/class-freemius.php20051, includes/class-freemius.php20924,
|
164 |
-
#: includes/class-freemius.php21039, includes/class-freemius.php21183,
|
165 |
-
#: templates/add-ons.php:57
|
166 |
-
msgctxt "exclamation"
|
167 |
-
msgid "Oops"
|
168 |
-
msgstr "Ups"
|
169 |
-
|
170 |
-
#: includes/class-freemius.php:4456
|
171 |
-
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."
|
172 |
-
msgstr "Tak fordi du giver os en chance for at fixe det! En besked er lige blevet sendt til vores tekniske personale. Vi vil vende tilbage, så snart der er nyt om %s. Vi sætter pris på din tålmodighed."
|
173 |
-
|
174 |
-
#: includes/class-freemius.php:4878
|
175 |
-
msgctxt "addonX cannot run without pluginY"
|
176 |
-
msgid "%s cannot run without %s."
|
177 |
-
msgstr "%s virker ikke uden %s."
|
178 |
-
|
179 |
-
#: includes/class-freemius.php:4879
|
180 |
-
msgctxt "addonX cannot run..."
|
181 |
-
msgid "%s cannot run without the plugin."
|
182 |
-
msgstr "%s virker ikke uden pluginnet."
|
183 |
-
|
184 |
-
#: includes/class-freemius.php5052, includes/class-freemius.php5077,
|
185 |
-
#: includes/class-freemius.php:20122
|
186 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
187 |
-
msgstr "Uventet API-fejl. Kontakt %s's forfatter med følgende fejl."
|
188 |
-
|
189 |
-
#: includes/class-freemius.php:5720
|
190 |
-
msgid "Premium %s version was successfully activated."
|
191 |
-
msgstr "Premium-versionen af %s blev aktiveret."
|
192 |
-
|
193 |
-
#: includes/class-freemius.php5732, includes/class-freemius.php:7599
|
194 |
-
msgctxt ""
|
195 |
-
msgid "W00t"
|
196 |
-
msgstr "W00t"
|
197 |
-
|
198 |
-
#: includes/class-freemius.php:5747
|
199 |
-
msgid "You have a %s license."
|
200 |
-
msgstr "Du har en %s licens."
|
201 |
-
|
202 |
-
#: includes/class-freemius.php5751, includes/class-freemius.php15975,
|
203 |
-
#: includes/class-freemius.php15986, includes/class-freemius.php19292,
|
204 |
-
#: includes/class-freemius.php19642, includes/class-freemius.php19711,
|
205 |
-
#: includes/class-freemius.php:19876
|
206 |
-
msgctxt "interjection expressing joy or exuberance"
|
207 |
-
msgid "Yee-haw"
|
208 |
-
msgstr "Yee-haw"
|
209 |
-
|
210 |
-
#: includes/class-freemius.php:6015
|
211 |
-
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."
|
212 |
-
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."
|
213 |
-
|
214 |
-
#: includes/class-freemius.php:6019
|
215 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
216 |
-
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
217 |
-
|
218 |
-
#: includes/class-freemius.php6028, templates/add-ons.php186,
|
219 |
-
#: templates/account/partials/addon.php:381
|
220 |
-
msgid "More information about %s"
|
221 |
-
msgstr "Mere information om %s"
|
222 |
-
|
223 |
-
#: includes/class-freemius.php:6029
|
224 |
-
msgid "Purchase License"
|
225 |
-
msgstr "Køb licens"
|
226 |
-
|
227 |
-
#: includes/class-freemius.php6964, templates/connect.php:163
|
228 |
-
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."
|
229 |
-
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."
|
230 |
-
|
231 |
-
#: includes/class-freemius.php:6968
|
232 |
-
msgid "start the trial"
|
233 |
-
msgstr "start prøveperioden"
|
234 |
-
|
235 |
-
#: includes/class-freemius.php6969, templates/connect.php:167
|
236 |
-
msgid "complete the install"
|
237 |
-
msgstr "færdiggør installeringen"
|
238 |
-
|
239 |
-
#: includes/class-freemius.php:7081
|
240 |
-
msgid "You are just one step away - %s"
|
241 |
-
msgstr "Du mangler kun ét skridt - %s"
|
242 |
-
|
243 |
-
#: includes/class-freemius.php:7084
|
244 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
245 |
-
msgid "Complete \"%s\" Activation Now"
|
246 |
-
msgstr "Færdiggør aktivering af \"%s\" nu"
|
247 |
-
|
248 |
-
#: includes/class-freemius.php:7162
|
249 |
-
msgid "We made a few tweaks to the %s, %s"
|
250 |
-
msgstr "Vi har foretaget nogle rettelser til %s, %s"
|
251 |
-
|
252 |
-
#: includes/class-freemius.php:7166
|
253 |
-
msgid "Opt in to make \"%s\" better!"
|
254 |
-
msgstr "Accepter for at gøre \"%s\" bedre!"
|
255 |
-
|
256 |
-
#: includes/class-freemius.php:7598
|
257 |
-
msgid "The upgrade of %s was successfully completed."
|
258 |
-
msgstr "Opgraderingen af %s blev fuldendt."
|
259 |
-
|
260 |
-
#: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
|
261 |
-
#: includes/class-fs-plugin-updater.php1233,
|
262 |
-
#: includes/class-fs-plugin-updater.php1240,
|
263 |
-
#: templates/auto-installation.php:32
|
264 |
-
msgid "Add-On"
|
265 |
-
msgstr "Tilføjelse"
|
266 |
-
|
267 |
-
#: includes/class-freemius.php9804, templates/account.php335,
|
268 |
-
#: templates/account.php343, templates/debug.php360, templates/debug.php:551
|
269 |
-
msgid "Plugin"
|
270 |
-
msgstr "Plugin"
|
271 |
-
|
272 |
-
#: includes/class-freemius.php9805, templates/account.php336,
|
273 |
-
#: templates/account.php344, templates/debug.php360, templates/debug.php551,
|
274 |
-
#: templates/forms/deactivation/form.php:71
|
275 |
-
msgid "Theme"
|
276 |
-
msgstr "Tema"
|
277 |
-
|
278 |
-
#: includes/class-freemius.php:12596
|
279 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
280 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
281 |
-
|
282 |
-
#: includes/class-freemius.php:13020
|
283 |
-
msgid "Invalid site details collection."
|
284 |
-
msgstr "Invalid site details collection."
|
285 |
-
|
286 |
-
#: includes/class-freemius.php:13140
|
287 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
288 |
-
msgstr "Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er den rigtige adresse?"
|
289 |
-
|
290 |
-
#: includes/class-freemius.php:13142
|
291 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
292 |
-
msgstr "Vi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du sikker på, det er den rigtige adresse?"
|
293 |
-
|
294 |
-
#: includes/class-freemius.php:13416
|
295 |
-
msgid "Account is pending activation."
|
296 |
-
msgstr "Konto afventer aktivering."
|
297 |
-
|
298 |
-
#: includes/class-freemius.php13528,
|
299 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
300 |
-
msgid "Buy a license now"
|
301 |
-
msgstr "Køb en licens nu"
|
302 |
-
|
303 |
-
#: includes/class-freemius.php13540,
|
304 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
305 |
-
msgid "Renew your license now"
|
306 |
-
msgstr "Forny din licens nu"
|
307 |
-
|
308 |
-
#: includes/class-freemius.php:13544
|
309 |
-
msgid "%s to access version %s security & feature updates, and support."
|
310 |
-
msgstr "%s to access version %s security & feature updates, and support."
|
311 |
-
|
312 |
-
#: includes/class-freemius.php:15957
|
313 |
-
msgid "%s activation was successfully completed."
|
314 |
-
msgstr "Aktivering af %s blev gennemført."
|
315 |
-
|
316 |
-
#: includes/class-freemius.php:15971
|
317 |
-
msgid "Your account was successfully activated with the %s plan."
|
318 |
-
msgstr "Din konto blev aktiveret med planen %s."
|
319 |
-
|
320 |
-
#: includes/class-freemius.php15982, includes/class-freemius.php:19707
|
321 |
-
msgid "Your trial has been successfully started."
|
322 |
-
msgstr "Din prøveperiode er begyndt."
|
323 |
-
|
324 |
-
#: includes/class-freemius.php16556, includes/class-freemius.php16644,
|
325 |
-
#: includes/class-freemius.php:16810
|
326 |
-
msgid "Couldn't activate %s."
|
327 |
-
msgstr "Kunne ikke aktivere %s."
|
328 |
-
|
329 |
-
#: includes/class-freemius.php16557, includes/class-freemius.php16645,
|
330 |
-
#: includes/class-freemius.php:16811
|
331 |
-
msgid "Please contact us with the following message:"
|
332 |
-
msgstr "Kontakt os venligst med følgende besked:"
|
333 |
-
|
334 |
-
#: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
|
335 |
-
msgid "An unknown error has occurred."
|
336 |
-
msgstr "Der skete en ukendt fejl."
|
337 |
-
|
338 |
-
#: includes/class-freemius.php17168, includes/class-freemius.php:22082
|
339 |
-
msgid "Upgrade"
|
340 |
-
msgstr "Opgrader"
|
341 |
-
|
342 |
-
#: includes/class-freemius.php:17174
|
343 |
-
msgid "Start Trial"
|
344 |
-
msgstr "Start prøveperiode"
|
345 |
-
|
346 |
-
#: includes/class-freemius.php:17176
|
347 |
-
msgid "Pricing"
|
348 |
-
msgstr "Priser"
|
349 |
-
|
350 |
-
#: includes/class-freemius.php17256, includes/class-freemius.php:17258
|
351 |
-
msgid "Affiliation"
|
352 |
-
msgstr "Affiliation"
|
353 |
-
|
354 |
-
#: includes/class-freemius.php17286, includes/class-freemius.php17288,
|
355 |
-
#: templates/account.php183, templates/debug.php:326
|
356 |
-
msgid "Account"
|
357 |
-
msgstr "Konto"
|
358 |
-
|
359 |
-
#: includes/class-freemius.php17302, includes/class-freemius.php17304,
|
360 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
361 |
-
msgid "Contact Us"
|
362 |
-
msgstr "Kontakt os"
|
363 |
-
|
364 |
-
#: includes/class-freemius.php17315, includes/class-freemius.php17317,
|
365 |
-
#: includes/class-freemius.php22096, templates/account.php111,
|
366 |
-
#: templates/account/partials/addon.php:44
|
367 |
-
msgid "Add-Ons"
|
368 |
-
msgstr "Tilføjelser"
|
369 |
-
|
370 |
-
#: includes/class-freemius.php:17351
|
371 |
-
msgctxt "ASCII arrow left icon"
|
372 |
-
msgid "←"
|
373 |
-
msgstr "←"
|
374 |
-
|
375 |
-
#: includes/class-freemius.php:17351
|
376 |
-
msgctxt "ASCII arrow right icon"
|
377 |
-
msgid "➤"
|
378 |
-
msgstr "➤"
|
379 |
-
|
380 |
-
#: includes/class-freemius.php17353, templates/pricing.php:103
|
381 |
-
msgctxt "noun"
|
382 |
-
msgid "Pricing"
|
383 |
-
msgstr "Priser"
|
384 |
-
|
385 |
-
#: includes/class-freemius.php17566,
|
386 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
387 |
-
msgid "Support Forum"
|
388 |
-
msgstr "Supportforum"
|
389 |
-
|
390 |
-
#: includes/class-freemius.php:18536
|
391 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
392 |
-
msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
|
393 |
-
|
394 |
-
#: includes/class-freemius.php:18537
|
395 |
-
msgctxt "a positive response"
|
396 |
-
msgid "Right on"
|
397 |
-
msgstr "Sådan"
|
398 |
-
|
399 |
-
#: includes/class-freemius.php:19041
|
400 |
-
msgid "seems like the key you entered doesn't match our records."
|
401 |
-
msgstr "seems like the key you entered doesn't match our records."
|
402 |
-
|
403 |
-
#: includes/class-freemius.php:19065
|
404 |
-
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
405 |
-
msgstr "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
406 |
-
|
407 |
-
#: includes/class-freemius.php:19283
|
408 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
409 |
-
msgstr "Your %s Add-on plan was successfully upgraded."
|
410 |
-
|
411 |
-
#: includes/class-freemius.php:19285
|
412 |
-
msgid "%s Add-on was successfully purchased."
|
413 |
-
msgstr "Betalingen for tilføjelsen %s blev gennemført."
|
414 |
-
|
415 |
-
#: includes/class-freemius.php:19288
|
416 |
-
msgid "Download the latest version"
|
417 |
-
msgstr "Download den seneste version"
|
418 |
-
|
419 |
-
#: includes/class-freemius.php:19374
|
420 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
421 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
422 |
-
|
423 |
-
#: includes/class-freemius.php19380, includes/class-freemius.php19390,
|
424 |
-
#: includes/class-freemius.php19835, includes/class-freemius.php:19924
|
425 |
-
msgid "Error received from the server:"
|
426 |
-
msgstr "Fejl modtager fra serveren:"
|
427 |
-
|
428 |
-
#: includes/class-freemius.php:19390
|
429 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
430 |
-
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
431 |
-
|
432 |
-
#: includes/class-freemius.php19604, includes/class-freemius.php19840,
|
433 |
-
#: includes/class-freemius.php19895, includes/class-freemius.php:19998
|
434 |
-
msgctxt ""
|
435 |
-
msgid "Hmm"
|
436 |
-
msgstr "Hmm"
|
437 |
-
|
438 |
-
#: includes/class-freemius.php:19617
|
439 |
-
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."
|
440 |
-
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."
|
441 |
-
|
442 |
-
#: includes/class-freemius.php19618, templates/account.php113,
|
443 |
-
#: templates/add-ons.php250, templates/account/partials/addon.php:46
|
444 |
-
msgctxt "trial period"
|
445 |
-
msgid "Trial"
|
446 |
-
msgstr "Prøveperiode"
|
447 |
-
|
448 |
-
#: includes/class-freemius.php:19623
|
449 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
450 |
-
msgstr "Jeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, forbliver planen %s."
|
451 |
-
|
452 |
-
#: includes/class-freemius.php19627, includes/class-freemius.php:19686
|
453 |
-
msgid "Please contact us here"
|
454 |
-
msgstr "Kontakt os her"
|
455 |
-
|
456 |
-
#: includes/class-freemius.php:19638
|
457 |
-
msgid "Your plan was successfully activated."
|
458 |
-
msgstr "Din plan er blevet aktiveret."
|
459 |
-
|
460 |
-
#: includes/class-freemius.php:19639
|
461 |
-
msgid "Your plan was successfully upgraded."
|
462 |
-
msgstr "Din plan er blevet opgraderet."
|
463 |
-
|
464 |
-
#: includes/class-freemius.php:19656
|
465 |
-
msgid "Your plan was successfully changed to %s."
|
466 |
-
msgstr "Din plan er blevet ændret til %s."
|
467 |
-
|
468 |
-
#: includes/class-freemius.php:19672
|
469 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
470 |
-
msgstr "Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis udgave af %s."
|
471 |
-
|
472 |
-
#: includes/class-freemius.php:19674
|
473 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
474 |
-
msgstr "Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte %3$s uden forstyrrelser."
|
475 |
-
|
476 |
-
#: includes/class-freemius.php:19682
|
477 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
478 |
-
msgstr "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support."
|
479 |
-
|
480 |
-
#: includes/class-freemius.php:19695
|
481 |
-
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."
|
482 |
-
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."
|
483 |
-
|
484 |
-
#: includes/class-freemius.php:19721
|
485 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
486 |
-
msgstr "Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis features."
|
487 |
-
|
488 |
-
#: includes/class-freemius.php:19723
|
489 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
490 |
-
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
491 |
-
|
492 |
-
#: includes/class-freemius.php:19831
|
493 |
-
msgid "It looks like the license could not be activated."
|
494 |
-
msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
|
495 |
-
|
496 |
-
#: includes/class-freemius.php:19873
|
497 |
-
msgid "Your license was successfully activated."
|
498 |
-
msgstr "Din licens er blevet aktiveret."
|
499 |
-
|
500 |
-
#: includes/class-freemius.php:19899
|
501 |
-
msgid "It looks like your site currently doesn't have an active license."
|
502 |
-
msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
|
503 |
-
|
504 |
-
#: includes/class-freemius.php:19923
|
505 |
-
msgid "It looks like the license deactivation failed."
|
506 |
-
msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
|
507 |
-
|
508 |
-
#: includes/class-freemius.php:19951
|
509 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
510 |
-
msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
|
511 |
-
|
512 |
-
#: includes/class-freemius.php:19952
|
513 |
-
msgid "O.K"
|
514 |
-
msgstr "O.K"
|
515 |
-
|
516 |
-
#: includes/class-freemius.php:20005
|
517 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
518 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
519 |
-
|
520 |
-
#: includes/class-freemius.php:20014
|
521 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
522 |
-
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
523 |
-
|
524 |
-
#: includes/class-freemius.php:20056
|
525 |
-
msgid "You are already running the %s in a trial mode."
|
526 |
-
msgstr "Du benytter allerede %s under en prøveperiode."
|
527 |
-
|
528 |
-
#: includes/class-freemius.php:20067
|
529 |
-
msgid "You already utilized a trial before."
|
530 |
-
msgstr "Du har allerede brugt din prøveperiode."
|
531 |
-
|
532 |
-
#: includes/class-freemius.php:20081
|
533 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
534 |
-
msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
|
535 |
-
|
536 |
-
#: includes/class-freemius.php:20092
|
537 |
-
msgid "Plan %s does not support a trial period."
|
538 |
-
msgstr "Plan %s understøtter ikke en prøveperiode."
|
539 |
-
|
540 |
-
#: includes/class-freemius.php:20103
|
541 |
-
msgid "None of the %s's plans supports a trial period."
|
542 |
-
msgstr "Ingen af %s's planer understøtter prøveperiode."
|
543 |
-
|
544 |
-
#: includes/class-freemius.php:20153
|
545 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
546 |
-
msgstr "Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at annullere :-)"
|
547 |
-
|
548 |
-
#: includes/class-freemius.php:20189
|
549 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
550 |
-
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
551 |
-
|
552 |
-
#: includes/class-freemius.php:20208
|
553 |
-
msgid "Your %s free trial was successfully cancelled."
|
554 |
-
msgstr "Din gratis prøveperiode for %s er blevet annulleret."
|
555 |
-
|
556 |
-
#: includes/class-freemius.php:20524
|
557 |
-
msgid "Version %s was released."
|
558 |
-
msgstr "Version %s er blevet udgivet."
|
559 |
-
|
560 |
-
#: includes/class-freemius.php:20524
|
561 |
-
msgid "Please download %s."
|
562 |
-
msgstr "Download venligst %s."
|
563 |
-
|
564 |
-
#: includes/class-freemius.php:20531
|
565 |
-
msgid "the latest %s version here"
|
566 |
-
msgstr "den seneste version af %s her"
|
567 |
-
|
568 |
-
#: includes/class-freemius.php:20536
|
569 |
-
msgid "New"
|
570 |
-
msgstr "Ny"
|
571 |
-
|
572 |
-
#: includes/class-freemius.php:20541
|
573 |
-
msgid "Seems like you got the latest release."
|
574 |
-
msgstr "Det ser ud til, at du har den seneste udgivelse."
|
575 |
-
|
576 |
-
#: includes/class-freemius.php:20542
|
577 |
-
msgid "You are all good!"
|
578 |
-
msgstr "Det var det!"
|
579 |
-
|
580 |
-
#: includes/class-freemius.php:20812
|
581 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
582 |
-
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
583 |
-
|
584 |
-
#: includes/class-freemius.php:20951
|
585 |
-
msgid "Site successfully opted in."
|
586 |
-
msgstr "Websted er tilmeldt."
|
587 |
-
|
588 |
-
#: includes/class-freemius.php20952, includes/class-freemius.php:21792
|
589 |
-
msgid "Awesome"
|
590 |
-
msgstr "Sejt"
|
591 |
-
|
592 |
-
#: includes/class-freemius.php20968, templates/forms/optout.php:32
|
593 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
594 |
-
msgstr "Vi sætter pris på din hjælp med at forbedre %s ved at lade os indsamle brugsdata."
|
595 |
-
|
596 |
-
#: includes/class-freemius.php:20969
|
597 |
-
msgid "Thank you!"
|
598 |
-
msgstr "Mange tak!"
|
599 |
-
|
600 |
-
#: includes/class-freemius.php:20976
|
601 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
602 |
-
msgstr "Vi vil ikke længere indsende brugsdata af %s på %s til %s."
|
603 |
-
|
604 |
-
#: includes/class-freemius.php:21105
|
605 |
-
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."
|
606 |
-
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."
|
607 |
-
|
608 |
-
#: includes/class-freemius.php:21111
|
609 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
610 |
-
msgstr "Tak fordi du bekræftede skift af ejerskab. En e-mail er blevet sendt til %s for sidste godkendelse."
|
611 |
-
|
612 |
-
#: includes/class-freemius.php:21116
|
613 |
-
msgid "%s is the new owner of the account."
|
614 |
-
msgstr "%s er den nye ejer af kontoen."
|
615 |
-
|
616 |
-
#: includes/class-freemius.php:21118
|
617 |
-
msgctxt "as congratulations"
|
618 |
-
msgid "Congrats"
|
619 |
-
msgstr "Tillykke"
|
620 |
-
|
621 |
-
#: includes/class-freemius.php:21138
|
622 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
623 |
-
msgstr "Beklager, vi kunne ikke opdatere e-mailen. Der er allerede registreret en anden bruger med samme e-mail."
|
624 |
-
|
625 |
-
#: includes/class-freemius.php:21139
|
626 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
627 |
-
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
628 |
-
|
629 |
-
#: includes/class-freemius.php:21146
|
630 |
-
msgid "Change Ownership"
|
631 |
-
msgstr "Skift ejerskab"
|
632 |
-
|
633 |
-
#: includes/class-freemius.php:21154
|
634 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
635 |
-
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
636 |
-
|
637 |
-
#: includes/class-freemius.php:21166
|
638 |
-
msgid "Please provide your full name."
|
639 |
-
msgstr "Indtast venligst dit fulde navn."
|
640 |
-
|
641 |
-
#: includes/class-freemius.php:21171
|
642 |
-
msgid "Your name was successfully updated."
|
643 |
-
msgstr "Dit navn er blevet opdateret."
|
644 |
-
|
645 |
-
#: includes/class-freemius.php:21232
|
646 |
-
msgid "You have successfully updated your %s."
|
647 |
-
msgstr "Opdatering af %s blev gennemført."
|
648 |
-
|
649 |
-
#: includes/class-freemius.php:21372
|
650 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
651 |
-
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
652 |
-
|
653 |
-
#: includes/class-freemius.php:21373
|
654 |
-
msgctxt "advance notice of something that will need attention."
|
655 |
-
msgid "Heads up"
|
656 |
-
msgstr "Se her"
|
657 |
-
|
658 |
-
#: includes/class-freemius.php:21832
|
659 |
-
msgctxt "exclamation"
|
660 |
-
msgid "Hey"
|
661 |
-
msgstr "Hey"
|
662 |
-
|
663 |
-
#: includes/class-freemius.php:21832
|
664 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
665 |
-
msgstr "Hvad synes du om %s indtil videre? Test alle vores premium funktioner i %s med en %d-dags gratis prøveperiode."
|
666 |
-
|
667 |
-
#: includes/class-freemius.php:21840
|
668 |
-
msgid "No commitment for %s days - cancel anytime!"
|
669 |
-
msgstr "Ingen bindinger i %s dage - annuller når som helst!"
|
670 |
-
|
671 |
-
#: includes/class-freemius.php:21841
|
672 |
-
msgid "No credit card required"
|
673 |
-
msgstr "Betalingskort ikke påkrævet"
|
674 |
-
|
675 |
-
#: includes/class-freemius.php21848, templates/forms/trial-start.php:53
|
676 |
-
msgctxt "call to action"
|
677 |
-
msgid "Start free trial"
|
678 |
-
msgstr "Start gratis prøveperiode"
|
679 |
-
|
680 |
-
#: includes/class-freemius.php:21925
|
681 |
-
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!"
|
682 |
-
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!"
|
683 |
-
|
684 |
-
#: includes/class-freemius.php:21934
|
685 |
-
msgid "Learn more"
|
686 |
-
msgstr "Læs mere"
|
687 |
-
|
688 |
-
#: includes/class-freemius.php22120, templates/account.php499,
|
689 |
-
#: templates/account.php624, templates/connect.php171,
|
690 |
-
#: templates/connect.php421, templates/forms/license-activation.php27,
|
691 |
-
#: templates/account/partials/addon.php:321
|
692 |
-
msgid "Activate License"
|
693 |
-
msgstr "Aktiver licens"
|
694 |
-
|
695 |
-
#: includes/class-freemius.php22121, templates/account.php571,
|
696 |
-
#: templates/account.php623, templates/account/partials/addon.php322,
|
697 |
-
#: templates/account/partials/site.php:271
|
698 |
-
msgid "Change License"
|
699 |
-
msgstr "Skift licens"
|
700 |
-
|
701 |
-
#: includes/class-freemius.php22217, templates/account/partials/site.php:169
|
702 |
-
msgid "Opt Out"
|
703 |
-
msgstr "Frameld"
|
704 |
-
|
705 |
-
#: includes/class-freemius.php22219, includes/class-freemius.php22225,
|
706 |
-
#: templates/account/partials/site.php49,
|
707 |
-
#: templates/account/partials/site.php:169
|
708 |
-
msgid "Opt In"
|
709 |
-
msgstr "Tilmeld"
|
710 |
-
|
711 |
-
#: includes/class-freemius.php:22453
|
712 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
713 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
714 |
-
|
715 |
-
#: includes/class-freemius.php:22461
|
716 |
-
msgid "Activate %s features"
|
717 |
-
msgstr "Aktiver funktioner i %s"
|
718 |
-
|
719 |
-
#: includes/class-freemius.php:22474
|
720 |
-
msgid "Please follow these steps to complete the upgrade"
|
721 |
-
msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
|
722 |
-
|
723 |
-
#: includes/class-freemius.php:22478
|
724 |
-
msgid "Download the latest %s version"
|
725 |
-
msgstr "Download den seneste version af %s"
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:22482
|
728 |
-
msgid "Upload and activate the downloaded version"
|
729 |
-
msgstr "Upload og aktiver den downloadede version"
|
730 |
-
|
731 |
-
#: includes/class-freemius.php:22484
|
732 |
-
msgid "How to upload and activate?"
|
733 |
-
msgstr "Upload og aktivering, hvordan?"
|
734 |
-
|
735 |
-
#: includes/class-freemius.php:22618
|
736 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
737 |
-
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
738 |
-
|
739 |
-
#: includes/class-freemius.php:22779
|
740 |
-
msgid "Auto installation only works for opted-in users."
|
741 |
-
msgstr "Auto-installation fungerer kun for tilmeldte brugere."
|
742 |
-
|
743 |
-
#: includes/class-freemius.php22789, includes/class-freemius.php22822,
|
744 |
-
#: includes/class-fs-plugin-updater.php1212,
|
745 |
-
#: includes/class-fs-plugin-updater.php:1226
|
746 |
-
msgid "Invalid module ID."
|
747 |
-
msgstr "Ugyldigt modul-ID."
|
748 |
-
|
749 |
-
#: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
|
750 |
-
msgid "Premium version already active."
|
751 |
-
msgstr "Premium version allerede aktiv."
|
752 |
-
|
753 |
-
#: includes/class-freemius.php:22805
|
754 |
-
msgid "You do not have a valid license to access the premium version."
|
755 |
-
msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
|
756 |
-
|
757 |
-
#: includes/class-freemius.php:22812
|
758 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
759 |
-
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
760 |
-
|
761 |
-
#: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
|
762 |
-
msgid "Premium add-on version already installed."
|
763 |
-
msgstr "Premium tilføjelse er allerede installeret."
|
764 |
-
|
765 |
-
#: includes/class-freemius.php:23180
|
766 |
-
msgid "View paid features"
|
767 |
-
msgstr "Vis betalte features"
|
768 |
-
|
769 |
-
#: includes/class-freemius.php:23502
|
770 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
771 |
-
msgstr "Mange tak for, at du benytter %s og tilhørende add-ons!"
|
772 |
-
|
773 |
-
#: includes/class-freemius.php:23503
|
774 |
-
msgid "Thank you so much for using %s!"
|
775 |
-
msgstr "Tak fordi du benytter %s!"
|
776 |
-
|
777 |
-
#: includes/class-freemius.php:23509
|
778 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
779 |
-
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre %s."
|
780 |
-
|
781 |
-
#: includes/class-freemius.php:23513
|
782 |
-
msgid "Thank you so much for using our products!"
|
783 |
-
msgstr "Mange tak for at benytte vores produkter!"
|
784 |
-
|
785 |
-
#: includes/class-freemius.php:23514
|
786 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
787 |
-
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre dem."
|
788 |
-
|
789 |
-
#: includes/class-freemius.php:23533
|
790 |
-
msgid "%s and its add-ons"
|
791 |
-
msgstr "%s og tilføjelser"
|
792 |
-
|
793 |
-
#: includes/class-freemius.php:23542
|
794 |
-
msgid "Products"
|
795 |
-
msgstr "Produkter"
|
796 |
-
|
797 |
-
#: includes/class-freemius.php23549, templates/connect.php:272
|
798 |
-
msgid "Yes"
|
799 |
-
msgstr "Ja"
|
800 |
-
|
801 |
-
#: includes/class-freemius.php23550, templates/connect.php:273
|
802 |
-
msgid "send me security & feature updates, educational content and offers."
|
803 |
-
msgstr "send mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
804 |
-
|
805 |
-
#: includes/class-freemius.php23551, templates/connect.php:278
|
806 |
-
msgid "No"
|
807 |
-
msgstr "Nej"
|
808 |
-
|
809 |
-
#: includes/class-freemius.php23553, templates/connect.php:280
|
810 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
811 |
-
msgstr "send %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
812 |
-
|
813 |
-
#: includes/class-freemius.php:23563
|
814 |
-
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 :-)"
|
815 |
-
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 :-)"
|
816 |
-
|
817 |
-
#: includes/class-freemius.php23565, templates/connect.php:287
|
818 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
819 |
-
msgstr "Lad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-opdateringer, informativt indhold og lejlighedsvise tilbud:"
|
820 |
-
|
821 |
-
#: includes/class-freemius.php:23847
|
822 |
-
msgid "License key is empty."
|
823 |
-
msgstr "Licensnøglen er tom."
|
824 |
-
|
825 |
-
#: includes/class-fs-plugin-updater.php206,
|
826 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
827 |
-
msgid "Renew license"
|
828 |
-
msgstr "Forny licens"
|
829 |
-
|
830 |
-
#: includes/class-fs-plugin-updater.php211,
|
831 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
832 |
-
msgid "Buy license"
|
833 |
-
msgstr "Køb licens"
|
834 |
-
|
835 |
-
#: includes/class-fs-plugin-updater.php321,
|
836 |
-
#: includes/class-fs-plugin-updater.php:354
|
837 |
-
msgid "There is a %s of %s available."
|
838 |
-
msgstr "There is a %s of %s available."
|
839 |
-
|
840 |
-
#: includes/class-fs-plugin-updater.php323,
|
841 |
-
#: includes/class-fs-plugin-updater.php:359
|
842 |
-
msgid "new Beta version"
|
843 |
-
msgstr "ny Beta-version"
|
844 |
-
|
845 |
-
#: includes/class-fs-plugin-updater.php324,
|
846 |
-
#: includes/class-fs-plugin-updater.php:360
|
847 |
-
msgid "new version"
|
848 |
-
msgstr "ny version"
|
849 |
-
|
850 |
-
#: includes/class-fs-plugin-updater.php:383
|
851 |
-
msgid "Important Upgrade Notice:"
|
852 |
-
msgstr "Vigtig meddelelse til opgradering:"
|
853 |
-
|
854 |
-
#: includes/class-fs-plugin-updater.php:1277
|
855 |
-
msgid "Installing plugin: %s"
|
856 |
-
msgstr "Installerer plugin: %s"
|
857 |
-
|
858 |
-
#: includes/class-fs-plugin-updater.php:1318
|
859 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
860 |
-
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
861 |
-
|
862 |
-
#: includes/class-fs-plugin-updater.php:1500
|
863 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
864 |
-
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
865 |
-
|
866 |
-
#: includes/fs-plugin-info-dialog.php:535
|
867 |
-
msgid "Purchase More"
|
868 |
-
msgstr "Køb flere"
|
869 |
-
|
870 |
-
#: includes/fs-plugin-info-dialog.php536,
|
871 |
-
#: templates/account/partials/addon.php:385
|
872 |
-
msgctxt "verb"
|
873 |
-
msgid "Purchase"
|
874 |
-
msgstr "Køb"
|
875 |
-
|
876 |
-
#: includes/fs-plugin-info-dialog.php:540
|
877 |
-
msgid "Start my free %s"
|
878 |
-
msgstr "Start min gratis %s"
|
879 |
-
|
880 |
-
#: includes/fs-plugin-info-dialog.php:738
|
881 |
-
msgid "Install Free Version Update Now"
|
882 |
-
msgstr "Installer opdatering til gratis version nu"
|
883 |
-
|
884 |
-
#: includes/fs-plugin-info-dialog.php739, templates/account.php:560
|
885 |
-
msgid "Install Update Now"
|
886 |
-
msgstr "Installer opdatering nu"
|
887 |
-
|
888 |
-
#: includes/fs-plugin-info-dialog.php:748
|
889 |
-
msgid "Install Free Version Now"
|
890 |
-
msgstr "Installer gratis version nu"
|
891 |
-
|
892 |
-
#: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
|
893 |
-
#: templates/auto-installation.php111,
|
894 |
-
#: templates/account/partials/addon.php365,
|
895 |
-
#: templates/account/partials/addon.php:418
|
896 |
-
msgid "Install Now"
|
897 |
-
msgstr "Installer nu"
|
898 |
-
|
899 |
-
#: includes/fs-plugin-info-dialog.php:765
|
900 |
-
msgctxt "as download latest version"
|
901 |
-
msgid "Download Latest Free Version"
|
902 |
-
msgstr "Download seneste gratis version"
|
903 |
-
|
904 |
-
#: includes/fs-plugin-info-dialog.php766, templates/account.php91,
|
905 |
-
#: templates/add-ons.php37, templates/account/partials/addon.php:25
|
906 |
-
msgctxt "as download latest version"
|
907 |
-
msgid "Download Latest"
|
908 |
-
msgstr "Download seneste"
|
909 |
-
|
910 |
-
#: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
|
911 |
-
#: templates/account/partials/addon.php356,
|
912 |
-
#: templates/account/partials/addon.php:412
|
913 |
-
msgid "Activate this add-on"
|
914 |
-
msgstr "Aktiver denne tilføjelse"
|
915 |
-
|
916 |
-
#: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
|
917 |
-
msgid "Activate Free Version"
|
918 |
-
msgstr "Aktiver gratis version"
|
919 |
-
|
920 |
-
#: includes/fs-plugin-info-dialog.php784, templates/account.php115,
|
921 |
-
#: templates/add-ons.php330, templates/account/partials/addon.php:48
|
922 |
-
msgid "Activate"
|
923 |
-
msgstr "Aktiver"
|
924 |
-
|
925 |
-
#: includes/fs-plugin-info-dialog.php:994
|
926 |
-
msgctxt "Plugin installer section title"
|
927 |
-
msgid "Description"
|
928 |
-
msgstr "Beskrivelse"
|
929 |
-
|
930 |
-
#: includes/fs-plugin-info-dialog.php:995
|
931 |
-
msgctxt "Plugin installer section title"
|
932 |
-
msgid "Installation"
|
933 |
-
msgstr "Installering"
|
934 |
-
|
935 |
-
#: includes/fs-plugin-info-dialog.php:996
|
936 |
-
msgctxt "Plugin installer section title"
|
937 |
-
msgid "FAQ"
|
938 |
-
msgstr "FAQ"
|
939 |
-
|
940 |
-
#: includes/fs-plugin-info-dialog.php997,
|
941 |
-
#: templates/plugin-info/description.php:55
|
942 |
-
msgid "Screenshots"
|
943 |
-
msgstr "Skærmbilleder"
|
944 |
-
|
945 |
-
#: includes/fs-plugin-info-dialog.php:998
|
946 |
-
msgctxt "Plugin installer section title"
|
947 |
-
msgid "Changelog"
|
948 |
-
msgstr "Ændringslog"
|
949 |
-
|
950 |
-
#: includes/fs-plugin-info-dialog.php:999
|
951 |
-
msgctxt "Plugin installer section title"
|
952 |
-
msgid "Reviews"
|
953 |
-
msgstr "Anmeldelser"
|
954 |
-
|
955 |
-
#: includes/fs-plugin-info-dialog.php:1000
|
956 |
-
msgctxt "Plugin installer section title"
|
957 |
-
msgid "Other Notes"
|
958 |
-
msgstr "Andre noter"
|
959 |
-
|
960 |
-
#: includes/fs-plugin-info-dialog.php:1015
|
961 |
-
msgctxt "Plugin installer section title"
|
962 |
-
msgid "Features & Pricing"
|
963 |
-
msgstr "Funktioner og priser"
|
964 |
-
|
965 |
-
#: includes/fs-plugin-info-dialog.php:1025
|
966 |
-
msgid "Plugin Install"
|
967 |
-
msgstr "Plugin-installering"
|
968 |
-
|
969 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
970 |
-
msgctxt "e.g. Professional Plan"
|
971 |
-
msgid "%s Plan"
|
972 |
-
msgstr "%s Plan"
|
973 |
-
|
974 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
975 |
-
msgctxt "e.g. the best product"
|
976 |
-
msgid "Best"
|
977 |
-
msgstr "Bedste"
|
978 |
-
|
979 |
-
#: includes/fs-plugin-info-dialog.php1129,
|
980 |
-
#: includes/fs-plugin-info-dialog.php:1149
|
981 |
-
msgctxt "as every month"
|
982 |
-
msgid "Monthly"
|
983 |
-
msgstr "Månedligt"
|
984 |
-
|
985 |
-
#: includes/fs-plugin-info-dialog.php:1132
|
986 |
-
msgctxt "as once a year"
|
987 |
-
msgid "Annual"
|
988 |
-
msgstr "Årligt"
|
989 |
-
|
990 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
991 |
-
msgid "Lifetime"
|
992 |
-
msgstr "Livstid"
|
993 |
-
|
994 |
-
#: includes/fs-plugin-info-dialog.php1149,
|
995 |
-
#: includes/fs-plugin-info-dialog.php1151,
|
996 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
997 |
-
msgctxt "e.g. billed monthly"
|
998 |
-
msgid "Billed %s"
|
999 |
-
msgstr "Faktureret %s"
|
1000 |
-
|
1001 |
-
#: includes/fs-plugin-info-dialog.php:1151
|
1002 |
-
msgctxt "as once a year"
|
1003 |
-
msgid "Annually"
|
1004 |
-
msgstr "Årligt"
|
1005 |
-
|
1006 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
1007 |
-
msgctxt "as once a year"
|
1008 |
-
msgid "Once"
|
1009 |
-
msgstr "Engangsbeløb"
|
1010 |
-
|
1011 |
-
#: includes/fs-plugin-info-dialog.php:1159
|
1012 |
-
msgid "Single Site License"
|
1013 |
-
msgstr "Enkelt site licens"
|
1014 |
-
|
1015 |
-
#: includes/fs-plugin-info-dialog.php:1161
|
1016 |
-
msgid "Unlimited Licenses"
|
1017 |
-
msgstr "Ubegrænsede licenser"
|
1018 |
-
|
1019 |
-
#: includes/fs-plugin-info-dialog.php:1163
|
1020 |
-
msgid "Up to %s Sites"
|
1021 |
-
msgstr "Op til %s websteder"
|
1022 |
-
|
1023 |
-
#: includes/fs-plugin-info-dialog.php1173,
|
1024 |
-
#: templates/plugin-info/features.php:82
|
1025 |
-
msgctxt "as monthly period"
|
1026 |
-
msgid "mo"
|
1027 |
-
msgstr "md"
|
1028 |
-
|
1029 |
-
#: includes/fs-plugin-info-dialog.php1180,
|
1030 |
-
#: templates/plugin-info/features.php:80
|
1031 |
-
msgctxt "as annual period"
|
1032 |
-
msgid "year"
|
1033 |
-
msgstr "år"
|
1034 |
-
|
1035 |
-
#: includes/fs-plugin-info-dialog.php:1234
|
1036 |
-
msgctxt "noun"
|
1037 |
-
msgid "Price"
|
1038 |
-
msgstr "Pris"
|
1039 |
-
|
1040 |
-
#: includes/fs-plugin-info-dialog.php:1282
|
1041 |
-
msgid "Save %s"
|
1042 |
-
msgstr "Spar %s"
|
1043 |
-
|
1044 |
-
#: includes/fs-plugin-info-dialog.php:1292
|
1045 |
-
msgid "No commitment for %s - cancel anytime"
|
1046 |
-
msgstr "Ingen bindinger ved %s - annuller når som helst"
|
1047 |
-
|
1048 |
-
#: includes/fs-plugin-info-dialog.php:1295
|
1049 |
-
msgid "After your free %s, pay as little as %s"
|
1050 |
-
msgstr "Efter din gratis %s er prisen kun %s"
|
1051 |
-
|
1052 |
-
#: includes/fs-plugin-info-dialog.php:1306
|
1053 |
-
msgid "Details"
|
1054 |
-
msgstr "Detaljer"
|
1055 |
-
|
1056 |
-
#: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
|
1057 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php457,
|
1058 |
-
#: templates/account/partials/addon.php:36
|
1059 |
-
msgctxt "product version"
|
1060 |
-
msgid "Version"
|
1061 |
-
msgstr "Version"
|
1062 |
-
|
1063 |
-
#: includes/fs-plugin-info-dialog.php:1317
|
1064 |
-
msgctxt "as the plugin author"
|
1065 |
-
msgid "Author"
|
1066 |
-
msgstr "Forfatter"
|
1067 |
-
|
1068 |
-
#: includes/fs-plugin-info-dialog.php:1324
|
1069 |
-
msgid "Last Updated"
|
1070 |
-
msgstr "Senest opdateret"
|
1071 |
-
|
1072 |
-
#: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
|
1073 |
-
msgctxt "x-ago"
|
1074 |
-
msgid "%s ago"
|
1075 |
-
msgstr "%s siden"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1338
|
1078 |
-
msgid "Requires WordPress Version"
|
1079 |
-
msgstr "Kræver WordPress-version"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1339
|
1082 |
-
msgid "%s or higher"
|
1083 |
-
msgstr "%s eller højere"
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1346
|
1086 |
-
msgid "Compatible up to"
|
1087 |
-
msgstr "Kompatibel op til"
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1354
|
1090 |
-
msgid "Downloaded"
|
1091 |
-
msgstr "Downloadet"
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1358
|
1094 |
-
msgid "%s time"
|
1095 |
-
msgstr "%s gang"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php:1360
|
1098 |
-
msgid "%s times"
|
1099 |
-
msgstr "%s gange"
|
1100 |
-
|
1101 |
-
#: includes/fs-plugin-info-dialog.php:1370
|
1102 |
-
msgid "WordPress.org Plugin Page"
|
1103 |
-
msgstr "WordPress.org Plugin-side"
|
1104 |
-
|
1105 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1106 |
-
msgid "Plugin Homepage"
|
1107 |
-
msgstr "Plugin-websted"
|
1108 |
-
|
1109 |
-
#: includes/fs-plugin-info-dialog.php1386,
|
1110 |
-
#: includes/fs-plugin-info-dialog.php:1468
|
1111 |
-
msgid "Donate to this plugin"
|
1112 |
-
msgstr "Donér til dette plugin"
|
1113 |
-
|
1114 |
-
#: includes/fs-plugin-info-dialog.php:1393
|
1115 |
-
msgid "Average Rating"
|
1116 |
-
msgstr "Gennemsnitlig vurdering"
|
1117 |
-
|
1118 |
-
#: includes/fs-plugin-info-dialog.php:1400
|
1119 |
-
msgid "based on %s"
|
1120 |
-
msgstr "baseret på %s"
|
1121 |
-
|
1122 |
-
#: includes/fs-plugin-info-dialog.php:1404
|
1123 |
-
msgid "%s rating"
|
1124 |
-
msgstr "%s vurdering"
|
1125 |
-
|
1126 |
-
#: includes/fs-plugin-info-dialog.php:1406
|
1127 |
-
msgid "%s ratings"
|
1128 |
-
msgstr "%s vurderinger"
|
1129 |
-
|
1130 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1131 |
-
msgid "%s star"
|
1132 |
-
msgstr "%s stjerne"
|
1133 |
-
|
1134 |
-
#: includes/fs-plugin-info-dialog.php:1423
|
1135 |
-
msgid "%s stars"
|
1136 |
-
msgstr "%s stjerner"
|
1137 |
-
|
1138 |
-
#: includes/fs-plugin-info-dialog.php:1434
|
1139 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1140 |
-
msgstr "Click to see reviews that provided a rating of %s"
|
1141 |
-
|
1142 |
-
#: includes/fs-plugin-info-dialog.php:1447
|
1143 |
-
msgid "Contributors"
|
1144 |
-
msgstr "Bidragsydere"
|
1145 |
-
|
1146 |
-
#: includes/fs-plugin-info-dialog.php1476,
|
1147 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1148 |
-
msgid "Warning"
|
1149 |
-
msgstr "Advarsel"
|
1150 |
-
|
1151 |
-
#: includes/fs-plugin-info-dialog.php:1476
|
1152 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1153 |
-
msgstr "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
|
1154 |
-
|
1155 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1156 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1157 |
-
msgstr "Dette plugin er ikke markeret som kompatibel med din nuværende version af WordPress."
|
1158 |
-
|
1159 |
-
#: includes/fs-plugin-info-dialog.php:1497
|
1160 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1161 |
-
msgstr "Paid add-on must be deployed to Freemius."
|
1162 |
-
|
1163 |
-
#: includes/fs-plugin-info-dialog.php:1498
|
1164 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1165 |
-
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1166 |
-
|
1167 |
-
#: includes/fs-plugin-info-dialog.php:1519
|
1168 |
-
msgid "Newer Version (%s) Installed"
|
1169 |
-
msgstr "Nyere version (%s) installeret"
|
1170 |
-
|
1171 |
-
#: includes/fs-plugin-info-dialog.php:1520
|
1172 |
-
msgid "Newer Free Version (%s) Installed"
|
1173 |
-
msgstr "Nyere gratis version (%s) installeret"
|
1174 |
-
|
1175 |
-
#: includes/fs-plugin-info-dialog.php:1527
|
1176 |
-
msgid "Latest Version Installed"
|
1177 |
-
msgstr "Seneste version installeret"
|
1178 |
-
|
1179 |
-
#: includes/fs-plugin-info-dialog.php:1528
|
1180 |
-
msgid "Latest Free Version Installed"
|
1181 |
-
msgstr "Seneste gratis version installeret"
|
1182 |
-
|
1183 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php96,
|
1184 |
-
#: templates/account/partials/addon.php26,
|
1185 |
-
#: templates/account/partials/site.php:311
|
1186 |
-
msgid "Downgrading your plan"
|
1187 |
-
msgstr "Nedgraderer din plan"
|
1188 |
-
|
1189 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php97,
|
1190 |
-
#: templates/account/partials/addon.php27,
|
1191 |
-
#: templates/account/partials/site.php:312
|
1192 |
-
msgid "Cancelling the subscription"
|
1193 |
-
msgstr "Annullerer abonnementet"
|
1194 |
-
|
1195 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1196 |
-
#. subscription'
|
1197 |
-
#: templates/account.php95, templates/forms/subscription-cancellation.php99,
|
1198 |
-
#: templates/account/partials/site.php:314
|
1199 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1200 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1201 |
-
|
1202 |
-
#: templates/account.php96, templates/forms/subscription-cancellation.php100,
|
1203 |
-
#: templates/account/partials/addon.php30,
|
1204 |
-
#: templates/account/partials/site.php:315
|
1205 |
-
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1206 |
-
msgstr "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1207 |
-
|
1208 |
-
#: templates/account.php97, templates/forms/subscription-cancellation.php106,
|
1209 |
-
#: templates/account/partials/addon.php:31
|
1210 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1211 |
-
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1212 |
-
|
1213 |
-
#: templates/account.php98, templates/forms/subscription-cancellation.php101,
|
1214 |
-
#: templates/account/partials/addon.php32,
|
1215 |
-
#: templates/account/partials/site.php:316
|
1216 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1217 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1218 |
-
|
1219 |
-
#: templates/account.php99, templates/forms/subscription-cancellation.php102,
|
1220 |
-
#: templates/account/partials/addon.php33,
|
1221 |
-
#: templates/account/partials/site.php:317
|
1222 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1223 |
-
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1224 |
-
|
1225 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1226 |
-
#: templates/account.php101,
|
1227 |
-
#: templates/account/partials/activate-license-button.php31,
|
1228 |
-
#: templates/account/partials/addon.php:35
|
1229 |
-
msgid "Activate %s Plan"
|
1230 |
-
msgstr "Aktiver %s plan"
|
1231 |
-
|
1232 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1233 |
-
#: templates/account.php104, templates/account/partials/addon.php38,
|
1234 |
-
#: templates/account/partials/site.php:291
|
1235 |
-
msgid "Auto renews in %s"
|
1236 |
-
msgstr "Auto-fornyer om %s"
|
1237 |
-
|
1238 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1239 |
-
#: templates/account.php106, templates/account/partials/addon.php40,
|
1240 |
-
#: templates/account/partials/site.php:293
|
1241 |
-
msgid "Expires in %s"
|
1242 |
-
msgstr "Udløber om %s"
|
1243 |
-
|
1244 |
-
#: templates/account.php:107
|
1245 |
-
msgctxt "as synchronize license"
|
1246 |
-
msgid "Sync License"
|
1247 |
-
msgstr "Synkroniser licens"
|
1248 |
-
|
1249 |
-
#: templates/account.php108, templates/account/partials/addon.php:41
|
1250 |
-
msgid "Cancel Trial"
|
1251 |
-
msgstr "Annuller prøveperiode"
|
1252 |
-
|
1253 |
-
#: templates/account.php109, templates/account/partials/addon.php:42
|
1254 |
-
msgid "Change Plan"
|
1255 |
-
msgstr "Skift plan"
|
1256 |
-
|
1257 |
-
#: templates/account.php110, templates/account/partials/addon.php:43
|
1258 |
-
msgctxt "verb"
|
1259 |
-
msgid "Upgrade"
|
1260 |
-
msgstr "Opgrader"
|
1261 |
-
|
1262 |
-
#: templates/account.php112, templates/account/partials/addon.php45,
|
1263 |
-
#: templates/account/partials/site.php:318
|
1264 |
-
msgctxt "verb"
|
1265 |
-
msgid "Downgrade"
|
1266 |
-
msgstr "Nedgrader"
|
1267 |
-
|
1268 |
-
#: templates/account.php114, templates/add-ons.php246,
|
1269 |
-
#: templates/plugin-info/features.php72,
|
1270 |
-
#: templates/account/partials/addon.php47,
|
1271 |
-
#: templates/account/partials/site.php:33
|
1272 |
-
msgid "Free"
|
1273 |
-
msgstr "Gratis"
|
1274 |
-
|
1275 |
-
#: templates/account.php116, templates/debug.php373,
|
1276 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php110,
|
1277 |
-
#: templates/account/partials/addon.php:49
|
1278 |
-
msgctxt "as product pricing plan"
|
1279 |
-
msgid "Plan"
|
1280 |
-
msgstr "Plan"
|
1281 |
-
|
1282 |
-
#: templates/account.php:117
|
1283 |
-
msgid "Bundle Plan"
|
1284 |
-
msgstr "Bundle Plan"
|
1285 |
-
|
1286 |
-
#: templates/account.php:191
|
1287 |
-
msgid "Free Trial"
|
1288 |
-
msgstr "Gratis prøveperiode"
|
1289 |
-
|
1290 |
-
#: templates/account.php:202
|
1291 |
-
msgid "Account Details"
|
1292 |
-
msgstr "Kontodetaljer"
|
1293 |
-
|
1294 |
-
#: templates/account.php209, templates/forms/data-debug-mode.php:33
|
1295 |
-
msgid "Start Debug"
|
1296 |
-
msgstr "Start Debug"
|
1297 |
-
|
1298 |
-
#: templates/account.php:211
|
1299 |
-
msgid "Stop Debug"
|
1300 |
-
msgstr "Stop Debug"
|
1301 |
-
|
1302 |
-
#: templates/account.php:218
|
1303 |
-
msgid "Billing & Invoices"
|
1304 |
-
msgstr "Fakturering"
|
1305 |
-
|
1306 |
-
#: templates/account.php:229
|
1307 |
-
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?"
|
1308 |
-
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?"
|
1309 |
-
|
1310 |
-
#: templates/account.php:231
|
1311 |
-
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?"
|
1312 |
-
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?"
|
1313 |
-
|
1314 |
-
#: templates/account.php:234
|
1315 |
-
msgid "Delete Account"
|
1316 |
-
msgstr "Slet konto"
|
1317 |
-
|
1318 |
-
#: templates/account.php246, templates/account/partials/addon.php231,
|
1319 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1320 |
-
msgid "Deactivate License"
|
1321 |
-
msgstr "Deaktiver licens"
|
1322 |
-
|
1323 |
-
#: templates/account.php269, templates/forms/subscription-cancellation.php:125
|
1324 |
-
msgid "Are you sure you want to proceed?"
|
1325 |
-
msgstr "Er du sikker på, du vil fortsætte?"
|
1326 |
-
|
1327 |
-
#: templates/account.php269, templates/account/partials/addon.php:255
|
1328 |
-
msgid "Cancel Subscription"
|
1329 |
-
msgstr "Annuller abonnement"
|
1330 |
-
|
1331 |
-
#: templates/account.php298, templates/account/partials/addon.php:340
|
1332 |
-
msgctxt "as synchronize"
|
1333 |
-
msgid "Sync"
|
1334 |
-
msgstr "Synkroniser"
|
1335 |
-
|
1336 |
-
#: templates/account.php313, templates/debug.php:507
|
1337 |
-
msgid "Name"
|
1338 |
-
msgstr "Navn"
|
1339 |
-
|
1340 |
-
#: templates/account.php319, templates/debug.php:508
|
1341 |
-
msgid "Email"
|
1342 |
-
msgstr "E-mail"
|
1343 |
-
|
1344 |
-
#: templates/account.php326, templates/debug.php371, templates/debug.php:557
|
1345 |
-
msgid "User ID"
|
1346 |
-
msgstr "Bruger-ID"
|
1347 |
-
|
1348 |
-
#: templates/account.php344, templates/account.php637,
|
1349 |
-
#: templates/account.php682, templates/debug.php238, templates/debug.php365,
|
1350 |
-
#: templates/debug.php454, templates/debug.php506, templates/debug.php555,
|
1351 |
-
#: templates/debug.php632, templates/account/payments.php35,
|
1352 |
-
#: templates/debug/logger.php:21
|
1353 |
-
msgid "ID"
|
1354 |
-
msgstr "ID"
|
1355 |
-
|
1356 |
-
#: templates/account.php:351
|
1357 |
-
msgid "Site ID"
|
1358 |
-
msgstr "Websteds-ID"
|
1359 |
-
|
1360 |
-
#: templates/account.php:354
|
1361 |
-
msgid "No ID"
|
1362 |
-
msgstr "Intet ID"
|
1363 |
-
|
1364 |
-
#: templates/account.php359, templates/debug.php245, templates/debug.php374,
|
1365 |
-
#: templates/debug.php458, templates/debug.php510,
|
1366 |
-
#: templates/account/partials/site.php:227
|
1367 |
-
msgid "Public Key"
|
1368 |
-
msgstr "Offentlig nøgle"
|
1369 |
-
|
1370 |
-
#: templates/account.php365, templates/debug.php375, templates/debug.php459,
|
1371 |
-
#: templates/debug.php511, templates/account/partials/site.php:239
|
1372 |
-
msgid "Secret Key"
|
1373 |
-
msgstr "Privat nøgle"
|
1374 |
-
|
1375 |
-
#: templates/account.php:368
|
1376 |
-
msgctxt "as secret encryption key missing"
|
1377 |
-
msgid "No Secret"
|
1378 |
-
msgstr "Ingen privat nøgle"
|
1379 |
-
|
1380 |
-
#: templates/account.php395, templates/account/partials/site.php120,
|
1381 |
-
#: templates/account/partials/site.php:122
|
1382 |
-
msgid "Trial"
|
1383 |
-
msgstr "Prøveperiode"
|
1384 |
-
|
1385 |
-
#: templates/account.php422, templates/debug.php562,
|
1386 |
-
#: templates/account/partials/site.php:260
|
1387 |
-
msgid "License Key"
|
1388 |
-
msgstr "Licensnøgle"
|
1389 |
-
|
1390 |
-
#: templates/account.php:453
|
1391 |
-
msgid "Join the Beta program"
|
1392 |
-
msgstr "Deltag i Beta-programmet"
|
1393 |
-
|
1394 |
-
#: templates/account.php:459
|
1395 |
-
msgid "not verified"
|
1396 |
-
msgstr "ikke verificeret"
|
1397 |
-
|
1398 |
-
#: templates/account.php468, templates/account/partials/addon.php:190
|
1399 |
-
msgid "Expired"
|
1400 |
-
msgstr "Udløbet"
|
1401 |
-
|
1402 |
-
#: templates/account.php:528
|
1403 |
-
msgid "Premium version"
|
1404 |
-
msgstr "Premium version"
|
1405 |
-
|
1406 |
-
#: templates/account.php:530
|
1407 |
-
msgid "Free version"
|
1408 |
-
msgstr "Gratis version"
|
1409 |
-
|
1410 |
-
#: templates/account.php:542
|
1411 |
-
msgid "Verify Email"
|
1412 |
-
msgstr "Verificer e-mail"
|
1413 |
-
|
1414 |
-
#: templates/account.php:553
|
1415 |
-
msgid "Download %s Version"
|
1416 |
-
msgstr "Download 1%s version"
|
1417 |
-
|
1418 |
-
#: templates/account.php568, templates/account.php820,
|
1419 |
-
#: templates/account/partials/site.php248,
|
1420 |
-
#: templates/account/partials/site.php:270
|
1421 |
-
msgctxt "verb"
|
1422 |
-
msgid "Show"
|
1423 |
-
msgstr "Vis"
|
1424 |
-
|
1425 |
-
#: templates/account.php:583
|
1426 |
-
msgid "What is your %s?"
|
1427 |
-
msgstr "Angiv venligst %s?"
|
1428 |
-
|
1429 |
-
#: templates/account.php591, templates/account/billing.php:21
|
1430 |
-
msgctxt "verb"
|
1431 |
-
msgid "Edit"
|
1432 |
-
msgstr "Rediger"
|
1433 |
-
|
1434 |
-
#: templates/account.php:616
|
1435 |
-
msgid "Sites"
|
1436 |
-
msgstr "Websteder"
|
1437 |
-
|
1438 |
-
#: templates/account.php:629
|
1439 |
-
msgid "Search by address"
|
1440 |
-
msgstr "Søg efter adresse"
|
1441 |
-
|
1442 |
-
#: templates/account.php638, templates/debug.php:368
|
1443 |
-
msgid "Address"
|
1444 |
-
msgstr "Adresse"
|
1445 |
-
|
1446 |
-
#: templates/account.php:639
|
1447 |
-
msgid "License"
|
1448 |
-
msgstr "Licens"
|
1449 |
-
|
1450 |
-
#: templates/account.php:640
|
1451 |
-
msgid "Plan"
|
1452 |
-
msgstr "Plan"
|
1453 |
-
|
1454 |
-
#: templates/account.php:685
|
1455 |
-
msgctxt "as software license"
|
1456 |
-
msgid "License"
|
1457 |
-
msgstr "Licens"
|
1458 |
-
|
1459 |
-
#: templates/account.php:814
|
1460 |
-
msgctxt "verb"
|
1461 |
-
msgid "Hide"
|
1462 |
-
msgstr "Skjul"
|
1463 |
-
|
1464 |
-
#: templates/account.php836, templates/forms/data-debug-mode.php:31
|
1465 |
-
msgid "Processing"
|
1466 |
-
msgstr "Arbejder"
|
1467 |
-
|
1468 |
-
#: templates/account.php:839
|
1469 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1470 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1471 |
-
|
1472 |
-
#: templates/account.php:897
|
1473 |
-
msgid "Cancelling %s"
|
1474 |
-
msgstr "Annullerer %s"
|
1475 |
-
|
1476 |
-
#: templates/account.php897, templates/account.php914,
|
1477 |
-
#: templates/forms/subscription-cancellation.php27,
|
1478 |
-
#: templates/forms/deactivation/form.php:133
|
1479 |
-
msgid "trial"
|
1480 |
-
msgstr "prøveperiode"
|
1481 |
-
|
1482 |
-
#: templates/account.php912, templates/forms/deactivation/form.php:150
|
1483 |
-
msgid "Cancelling %s..."
|
1484 |
-
msgstr "Annullerer %s..."
|
1485 |
-
|
1486 |
-
#: templates/account.php915, templates/forms/subscription-cancellation.php28,
|
1487 |
-
#: templates/forms/deactivation/form.php:134
|
1488 |
-
msgid "subscription"
|
1489 |
-
msgstr "abonnement"
|
1490 |
-
|
1491 |
-
#: templates/account.php:929
|
1492 |
-
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?"
|
1493 |
-
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?"
|
1494 |
-
|
1495 |
-
#: templates/add-ons.php:38
|
1496 |
-
msgid "View details"
|
1497 |
-
msgstr "Vis detaljer"
|
1498 |
-
|
1499 |
-
#: templates/add-ons.php:48
|
1500 |
-
msgid "Add Ons for %s"
|
1501 |
-
msgstr "Tilføjelser til %s"
|
1502 |
-
|
1503 |
-
#: templates/add-ons.php:58
|
1504 |
-
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1505 |
-
msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1506 |
-
|
1507 |
-
#: templates/add-ons.php:229
|
1508 |
-
msgctxt "active add-on"
|
1509 |
-
msgid "Active"
|
1510 |
-
msgstr "Aktiv"
|
1511 |
-
|
1512 |
-
#: templates/add-ons.php:230
|
1513 |
-
msgctxt "installed add-on"
|
1514 |
-
msgid "Installed"
|
1515 |
-
msgstr "Installeret"
|
1516 |
-
|
1517 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php207,
|
1518 |
-
#: templates/forms/resend-key.php:77
|
1519 |
-
msgctxt "as close a window"
|
1520 |
-
msgid "Dismiss"
|
1521 |
-
msgstr "Fjern"
|
1522 |
-
|
1523 |
-
#: templates/auto-installation.php:45
|
1524 |
-
msgid "%s sec"
|
1525 |
-
msgstr "1%s sek"
|
1526 |
-
|
1527 |
-
#: templates/auto-installation.php:83
|
1528 |
-
msgid "Automatic Installation"
|
1529 |
-
msgstr "Automatisk installering"
|
1530 |
-
|
1531 |
-
#: templates/auto-installation.php:93
|
1532 |
-
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."
|
1533 |
-
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."
|
1534 |
-
|
1535 |
-
#: templates/auto-installation.php:104
|
1536 |
-
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."
|
1537 |
-
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."
|
1538 |
-
|
1539 |
-
#: templates/auto-installation.php:109
|
1540 |
-
msgid "Cancel Installation"
|
1541 |
-
msgstr "Annuller installering"
|
1542 |
-
|
1543 |
-
#: templates/checkout.php:180
|
1544 |
-
msgid "Checkout"
|
1545 |
-
msgstr "Udtjekning"
|
1546 |
-
|
1547 |
-
#: templates/checkout.php:180
|
1548 |
-
msgid "PCI compliant"
|
1549 |
-
msgstr "PCI-kompatibel"
|
1550 |
-
|
1551 |
-
#. translators: %s: name (e.g. Hey John,)
|
1552 |
-
#: templates/connect.php:112
|
1553 |
-
msgctxt "greeting"
|
1554 |
-
msgid "Hey %s,"
|
1555 |
-
msgstr "Hey %s,"
|
1556 |
-
|
1557 |
-
#: templates/connect.php:154
|
1558 |
-
msgid "Allow & Continue"
|
1559 |
-
msgstr "Tillad & Fortsæt"
|
1560 |
-
|
1561 |
-
#: templates/connect.php:158
|
1562 |
-
msgid "Re-send activation email"
|
1563 |
-
msgstr "Gensend e-mail om aktivering"
|
1564 |
-
|
1565 |
-
#: templates/connect.php:162
|
1566 |
-
msgid "Thanks %s!"
|
1567 |
-
msgstr "Tak %s!"
|
1568 |
-
|
1569 |
-
#: templates/connect.php172, templates/forms/license-activation.php:46
|
1570 |
-
msgid "Agree & Activate License"
|
1571 |
-
msgstr "Accepter & aktiver licens"
|
1572 |
-
|
1573 |
-
#: templates/connect.php:181
|
1574 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1575 |
-
msgstr "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
|
1576 |
-
|
1577 |
-
#: templates/connect.php:188
|
1578 |
-
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."
|
1579 |
-
msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. "
|
1580 |
-
|
1581 |
-
#: templates/connect.php:189
|
1582 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1583 |
-
msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %%4$s."
|
1584 |
-
|
1585 |
-
#: templates/connect.php:195
|
1586 |
-
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."
|
1587 |
-
msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. Hvis du springer dette over, er det okay! %1$s fungerer stadig fint."
|
1588 |
-
|
1589 |
-
#: templates/connect.php:196
|
1590 |
-
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."
|
1591 |
-
msgstr "Gå aldrig glip af en vigtig opdatering - tilmeld dig vores sikkerheds- og funktionsopdateringsmeddelelser, uddannelsesindhold, tilbud og ikke-følsom diagnosesporing med %4$s. Hvis du springer dette over, er det okay! %1$s fungerer stadig fint."
|
1592 |
-
|
1593 |
-
#: templates/connect.php:230
|
1594 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1595 |
-
msgstr "We're excited to introduce the Freemius network-level integration."
|
1596 |
-
|
1597 |
-
#: templates/connect.php:233
|
1598 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1599 |
-
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1600 |
-
|
1601 |
-
#: templates/connect.php:235
|
1602 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1603 |
-
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1604 |
-
|
1605 |
-
#: templates/connect.php:237
|
1606 |
-
msgid "%s's paid features"
|
1607 |
-
msgstr "%s's betalte features"
|
1608 |
-
|
1609 |
-
#: templates/connect.php:242
|
1610 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1611 |
-
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1612 |
-
|
1613 |
-
#: templates/connect.php:244
|
1614 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1615 |
-
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1616 |
-
|
1617 |
-
#: templates/connect.php253, templates/forms/data-debug-mode.php35,
|
1618 |
-
#: templates/forms/license-activation.php:49
|
1619 |
-
msgid "License key"
|
1620 |
-
msgstr "Licensnøgle"
|
1621 |
-
|
1622 |
-
#: templates/connect.php256, templates/forms/license-activation.php:22
|
1623 |
-
msgid "Can't find your license key?"
|
1624 |
-
msgstr "Kan du ikke finde din licensnøgle?"
|
1625 |
-
|
1626 |
-
#: templates/connect.php315, templates/connect.php652,
|
1627 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1628 |
-
msgctxt "verb"
|
1629 |
-
msgid "Skip"
|
1630 |
-
msgstr "Spring over"
|
1631 |
-
|
1632 |
-
#: templates/connect.php:318
|
1633 |
-
msgid "Delegate to Site Admins"
|
1634 |
-
msgstr "Uddeleger til webstedsadministratorer"
|
1635 |
-
|
1636 |
-
#: templates/connect.php:318
|
1637 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1638 |
-
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1639 |
-
|
1640 |
-
#: templates/connect.php:346
|
1641 |
-
msgid "Your Profile Overview"
|
1642 |
-
msgstr "Overblik af din profil"
|
1643 |
-
|
1644 |
-
#: templates/connect.php:347
|
1645 |
-
msgid "Name and email address"
|
1646 |
-
msgstr "Navn og e-mailadresse"
|
1647 |
-
|
1648 |
-
#: templates/connect.php:352
|
1649 |
-
msgid "Your Site Overview"
|
1650 |
-
msgstr "Overblik af dit websted"
|
1651 |
-
|
1652 |
-
#: templates/connect.php:353
|
1653 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1654 |
-
msgstr "Websteds-URL, WP version, PHP info, plugins og temaer"
|
1655 |
-
|
1656 |
-
#: templates/connect.php:358
|
1657 |
-
msgid "Admin Notices"
|
1658 |
-
msgstr "Admin-meddelelser"
|
1659 |
-
|
1660 |
-
#: templates/connect.php359, templates/connect.php:375
|
1661 |
-
msgid "Updates, announcements, marketing, no spam"
|
1662 |
-
msgstr "Opdateringer, annonceringer, marketing, ingen spam"
|
1663 |
-
|
1664 |
-
#: templates/connect.php:364
|
1665 |
-
msgid "Current %s Events"
|
1666 |
-
msgstr "Current %s Events"
|
1667 |
-
|
1668 |
-
#: templates/connect.php:365
|
1669 |
-
msgid "Activation, deactivation and uninstall"
|
1670 |
-
msgstr "Aktivering, deaktivering og afinstallering"
|
1671 |
-
|
1672 |
-
#: templates/connect.php:374
|
1673 |
-
msgid "Newsletter"
|
1674 |
-
msgstr "Nyhedsbrev"
|
1675 |
-
|
1676 |
-
#: templates/connect.php391, templates/forms/license-activation.php:41
|
1677 |
-
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."
|
1678 |
-
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."
|
1679 |
-
|
1680 |
-
#: templates/connect.php:396
|
1681 |
-
msgid "What permissions are being granted?"
|
1682 |
-
msgstr "Hvilke tilladelser bliver givet?"
|
1683 |
-
|
1684 |
-
#: templates/connect.php:417
|
1685 |
-
msgid "Don't have a license key?"
|
1686 |
-
msgstr "Har du ikke en licensnøgle?"
|
1687 |
-
|
1688 |
-
#: templates/connect.php:420
|
1689 |
-
msgid "Have a license key?"
|
1690 |
-
msgstr "Har du en licensnøgle?"
|
1691 |
-
|
1692 |
-
#: templates/connect.php:428
|
1693 |
-
msgid "Privacy Policy"
|
1694 |
-
msgstr "Privatlivspolitik"
|
1695 |
-
|
1696 |
-
#: templates/connect.php:430
|
1697 |
-
msgid "License Agreement"
|
1698 |
-
msgstr "Licensaftale"
|
1699 |
-
|
1700 |
-
#: templates/connect.php:430
|
1701 |
-
msgid "Terms of Service"
|
1702 |
-
msgstr "Servicevilkår"
|
1703 |
-
|
1704 |
-
#: templates/connect.php:805
|
1705 |
-
msgctxt "as in the process of sending an email"
|
1706 |
-
msgid "Sending email"
|
1707 |
-
msgstr "Sender e-mail"
|
1708 |
-
|
1709 |
-
#: templates/connect.php:806
|
1710 |
-
msgctxt "as activating plugin"
|
1711 |
-
msgid "Activating"
|
1712 |
-
msgstr "Aktiverer"
|
1713 |
-
|
1714 |
-
#: templates/contact.php:78
|
1715 |
-
msgid "Contact"
|
1716 |
-
msgstr "Kontakt"
|
1717 |
-
|
1718 |
-
#: templates/debug.php:17
|
1719 |
-
msgctxt "as turned off"
|
1720 |
-
msgid "Off"
|
1721 |
-
msgstr "Fra"
|
1722 |
-
|
1723 |
-
#: templates/debug.php:18
|
1724 |
-
msgctxt "as turned on"
|
1725 |
-
msgid "On"
|
1726 |
-
msgstr "Til"
|
1727 |
-
|
1728 |
-
#: templates/debug.php:20
|
1729 |
-
msgid "SDK"
|
1730 |
-
msgstr "SDK"
|
1731 |
-
|
1732 |
-
#: templates/debug.php:24
|
1733 |
-
msgctxt "as code debugging"
|
1734 |
-
msgid "Debugging"
|
1735 |
-
msgstr "Fejlfinding"
|
1736 |
-
|
1737 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1738 |
-
#: templates/debug.php:512
|
1739 |
-
msgid "Actions"
|
1740 |
-
msgstr "Handlinger"
|
1741 |
-
|
1742 |
-
#: templates/debug.php:64
|
1743 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1744 |
-
msgstr "Er du sikker på, du vil slette al Freemius data?"
|
1745 |
-
|
1746 |
-
#: templates/debug.php:64
|
1747 |
-
msgid "Delete All Accounts"
|
1748 |
-
msgstr "Slet alle konti"
|
1749 |
-
|
1750 |
-
#: templates/debug.php:71
|
1751 |
-
msgid "Clear API Cache"
|
1752 |
-
msgstr "Ryd API-cache"
|
1753 |
-
|
1754 |
-
#: templates/debug.php:79
|
1755 |
-
msgid "Clear Updates Transients"
|
1756 |
-
msgstr "Clear Updates Transients"
|
1757 |
-
|
1758 |
-
#: templates/debug.php:86
|
1759 |
-
msgid "Sync Data From Server"
|
1760 |
-
msgstr "Synkroniser data fra server"
|
1761 |
-
|
1762 |
-
#: templates/debug.php:95
|
1763 |
-
msgid "Migrate Options to Network"
|
1764 |
-
msgstr "Migrate Options to Network"
|
1765 |
-
|
1766 |
-
#: templates/debug.php:100
|
1767 |
-
msgid "Load DB Option"
|
1768 |
-
msgstr "Hent DB-indstilling"
|
1769 |
-
|
1770 |
-
#: templates/debug.php:103
|
1771 |
-
msgid "Set DB Option"
|
1772 |
-
msgstr "Sæt DB-indstilling"
|
1773 |
-
|
1774 |
-
#: templates/debug.php:182
|
1775 |
-
msgid "Key"
|
1776 |
-
msgstr "Nøgle"
|
1777 |
-
|
1778 |
-
#: templates/debug.php:183
|
1779 |
-
msgid "Value"
|
1780 |
-
msgstr "Værdi"
|
1781 |
-
|
1782 |
-
#: templates/debug.php:199
|
1783 |
-
msgctxt "as software development kit versions"
|
1784 |
-
msgid "SDK Versions"
|
1785 |
-
msgstr "SDK-versioner"
|
1786 |
-
|
1787 |
-
#: templates/debug.php:204
|
1788 |
-
msgid "SDK Path"
|
1789 |
-
msgstr "SDK-sti"
|
1790 |
-
|
1791 |
-
#: templates/debug.php205, templates/debug.php:244
|
1792 |
-
msgid "Module Path"
|
1793 |
-
msgstr "Modul-sti"
|
1794 |
-
|
1795 |
-
#: templates/debug.php:206
|
1796 |
-
msgid "Is Active"
|
1797 |
-
msgstr "Er aktiv"
|
1798 |
-
|
1799 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1800 |
-
msgid "Plugins"
|
1801 |
-
msgstr "Plugins"
|
1802 |
-
|
1803 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1804 |
-
msgid "Themes"
|
1805 |
-
msgstr "Temaer"
|
1806 |
-
|
1807 |
-
#: templates/debug.php239, templates/debug.php370, templates/debug.php456,
|
1808 |
-
#: templates/debug/scheduled-crons.php:80
|
1809 |
-
msgid "Slug"
|
1810 |
-
msgstr "Kortnavn"
|
1811 |
-
|
1812 |
-
#: templates/debug.php241, templates/debug.php:455
|
1813 |
-
msgid "Title"
|
1814 |
-
msgstr "Titel"
|
1815 |
-
|
1816 |
-
#: templates/debug.php:242
|
1817 |
-
msgctxt "as application program interface"
|
1818 |
-
msgid "API"
|
1819 |
-
msgstr "API"
|
1820 |
-
|
1821 |
-
#: templates/debug.php:243
|
1822 |
-
msgid "Freemius State"
|
1823 |
-
msgstr "Freemius tilstand"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:247
|
1826 |
-
msgid "Network Blog"
|
1827 |
-
msgstr "Netværksblog"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:248
|
1830 |
-
msgid "Network User"
|
1831 |
-
msgstr "Netværksbruger"
|
1832 |
-
|
1833 |
-
#: templates/debug.php:285
|
1834 |
-
msgctxt "as connection was successful"
|
1835 |
-
msgid "Connected"
|
1836 |
-
msgstr "Forbundet"
|
1837 |
-
|
1838 |
-
#: templates/debug.php:286
|
1839 |
-
msgctxt "as connection blocked"
|
1840 |
-
msgid "Blocked"
|
1841 |
-
msgstr "Blokeret"
|
1842 |
-
|
1843 |
-
#: templates/debug.php:322
|
1844 |
-
msgid "Simulate Trial Promotion"
|
1845 |
-
msgstr "Simulate Trial Promotion"
|
1846 |
-
|
1847 |
-
#: templates/debug.php:334
|
1848 |
-
msgid "Simulate Network Upgrade"
|
1849 |
-
msgstr "Simuler netværksopgradering"
|
1850 |
-
|
1851 |
-
#: templates/debug.php:359
|
1852 |
-
msgid "%s Installs"
|
1853 |
-
msgstr "%s installeringer"
|
1854 |
-
|
1855 |
-
#: templates/debug.php:361
|
1856 |
-
msgctxt "like websites"
|
1857 |
-
msgid "Sites"
|
1858 |
-
msgstr "Websteder"
|
1859 |
-
|
1860 |
-
#: templates/debug.php367, templates/account/partials/site.php:156
|
1861 |
-
msgid "Blog ID"
|
1862 |
-
msgstr "Blog-ID"
|
1863 |
-
|
1864 |
-
#: templates/debug.php:372
|
1865 |
-
msgid "License ID"
|
1866 |
-
msgstr "License ID"
|
1867 |
-
|
1868 |
-
#: templates/debug.php436, templates/debug.php535,
|
1869 |
-
#: templates/account/partials/addon.php:435
|
1870 |
-
msgctxt "verb"
|
1871 |
-
msgid "Delete"
|
1872 |
-
msgstr "Slet"
|
1873 |
-
|
1874 |
-
#: templates/debug.php:450
|
1875 |
-
msgid "Add Ons of module %s"
|
1876 |
-
msgstr "Tilføjelser til modul %s"
|
1877 |
-
|
1878 |
-
#: templates/debug.php:502
|
1879 |
-
msgid "Users"
|
1880 |
-
msgstr "Brugere"
|
1881 |
-
|
1882 |
-
#: templates/debug.php:509
|
1883 |
-
msgid "Verified"
|
1884 |
-
msgstr "Verificeret"
|
1885 |
-
|
1886 |
-
#: templates/debug.php:551
|
1887 |
-
msgid "%s Licenses"
|
1888 |
-
msgstr "1%s licenser"
|
1889 |
-
|
1890 |
-
#: templates/debug.php:556
|
1891 |
-
msgid "Plugin ID"
|
1892 |
-
msgstr "Plugin-ID"
|
1893 |
-
|
1894 |
-
#: templates/debug.php:558
|
1895 |
-
msgid "Plan ID"
|
1896 |
-
msgstr "Plan-ID"
|
1897 |
-
|
1898 |
-
#: templates/debug.php:559
|
1899 |
-
msgid "Quota"
|
1900 |
-
msgstr "Kvote"
|
1901 |
-
|
1902 |
-
#: templates/debug.php:560
|
1903 |
-
msgid "Activated"
|
1904 |
-
msgstr "Aktiveret"
|
1905 |
-
|
1906 |
-
#: templates/debug.php:561
|
1907 |
-
msgid "Blocking"
|
1908 |
-
msgstr "Blokerer"
|
1909 |
-
|
1910 |
-
#: templates/debug.php:563
|
1911 |
-
msgctxt "as expiration date"
|
1912 |
-
msgid "Expiration"
|
1913 |
-
msgstr "Udløber"
|
1914 |
-
|
1915 |
-
#: templates/debug.php:590
|
1916 |
-
msgid "Debug Log"
|
1917 |
-
msgstr "Fejlfindingslog"
|
1918 |
-
|
1919 |
-
#: templates/debug.php:594
|
1920 |
-
msgid "All Types"
|
1921 |
-
msgstr "Alle typer"
|
1922 |
-
|
1923 |
-
#: templates/debug.php:601
|
1924 |
-
msgid "All Requests"
|
1925 |
-
msgstr "Alle forespørgsler"
|
1926 |
-
|
1927 |
-
#: templates/debug.php606, templates/debug.php635,
|
1928 |
-
#: templates/debug/logger.php:25
|
1929 |
-
msgid "File"
|
1930 |
-
msgstr "Fil"
|
1931 |
-
|
1932 |
-
#: templates/debug.php607, templates/debug.php633,
|
1933 |
-
#: templates/debug/logger.php:23
|
1934 |
-
msgid "Function"
|
1935 |
-
msgstr "Funktion"
|
1936 |
-
|
1937 |
-
#: templates/debug.php:608
|
1938 |
-
msgid "Process ID"
|
1939 |
-
msgstr "Proces-ID"
|
1940 |
-
|
1941 |
-
#: templates/debug.php:609
|
1942 |
-
msgid "Logger"
|
1943 |
-
msgstr "Logger"
|
1944 |
-
|
1945 |
-
#: templates/debug.php610, templates/debug.php634,
|
1946 |
-
#: templates/debug/logger.php:24
|
1947 |
-
msgid "Message"
|
1948 |
-
msgstr "Besked"
|
1949 |
-
|
1950 |
-
#: templates/debug.php:612
|
1951 |
-
msgid "Filter"
|
1952 |
-
msgstr "Filter"
|
1953 |
-
|
1954 |
-
#: templates/debug.php:620
|
1955 |
-
msgid "Download"
|
1956 |
-
msgstr "Download"
|
1957 |
-
|
1958 |
-
#: templates/debug.php631, templates/debug/logger.php:22
|
1959 |
-
msgid "Type"
|
1960 |
-
msgstr "Type"
|
1961 |
-
|
1962 |
-
#: templates/debug.php636, templates/debug/logger.php:26
|
1963 |
-
msgid "Timestamp"
|
1964 |
-
msgstr "Tidsstempel"
|
1965 |
-
|
1966 |
-
#: templates/secure-https-header.php:28
|
1967 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1968 |
-
msgstr "Secure HTTPS %s page, running from an external domain"
|
1969 |
-
|
1970 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1971 |
-
#: templates/plugin-info/features.php:43
|
1972 |
-
msgid "Support"
|
1973 |
-
msgstr "Support"
|
1974 |
-
|
1975 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1976 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1977 |
-
msgctxt "milliseconds"
|
1978 |
-
msgid "ms"
|
1979 |
-
msgstr "ms"
|
1980 |
-
|
1981 |
-
#: includes/debug/debug-bar-start.php:41
|
1982 |
-
msgid "Freemius API"
|
1983 |
-
msgstr "Freemius API"
|
1984 |
-
|
1985 |
-
#: includes/debug/debug-bar-start.php:42
|
1986 |
-
msgid "Requests"
|
1987 |
-
msgstr "Forespørgsler"
|
1988 |
-
|
1989 |
-
#: templates/account/billing.php:22
|
1990 |
-
msgctxt "verb"
|
1991 |
-
msgid "Update"
|
1992 |
-
msgstr "Opdater"
|
1993 |
-
|
1994 |
-
#: templates/account/billing.php:33
|
1995 |
-
msgid "Billing"
|
1996 |
-
msgstr "Betaling"
|
1997 |
-
|
1998 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1999 |
-
msgid "Business name"
|
2000 |
-
msgstr "Firmanavn"
|
2001 |
-
|
2002 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
2003 |
-
msgid "Tax / VAT ID"
|
2004 |
-
msgstr "Moms / VAT ID"
|
2005 |
-
|
2006 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
2007 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
2008 |
-
msgid "Address Line %d"
|
2009 |
-
msgstr "Adresselinje %d"
|
2010 |
-
|
2011 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2012 |
-
msgid "City"
|
2013 |
-
msgstr "By"
|
2014 |
-
|
2015 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2016 |
-
msgid "Town"
|
2017 |
-
msgstr "By"
|
2018 |
-
|
2019 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
2020 |
-
msgid "ZIP / Postal Code"
|
2021 |
-
msgstr "ZIP / Postnummer"
|
2022 |
-
|
2023 |
-
#: templates/account/billing.php:302
|
2024 |
-
msgid "Country"
|
2025 |
-
msgstr "Land"
|
2026 |
-
|
2027 |
-
#: templates/account/billing.php:304
|
2028 |
-
msgid "Select Country"
|
2029 |
-
msgstr "Vælg land"
|
2030 |
-
|
2031 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2032 |
-
msgid "State"
|
2033 |
-
msgstr "Stat"
|
2034 |
-
|
2035 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2036 |
-
msgid "Province"
|
2037 |
-
msgstr "Provins"
|
2038 |
-
|
2039 |
-
#: templates/account/payments.php:29
|
2040 |
-
msgid "Payments"
|
2041 |
-
msgstr "Betalinger"
|
2042 |
-
|
2043 |
-
#: templates/account/payments.php:36
|
2044 |
-
msgid "Date"
|
2045 |
-
msgstr "Dato"
|
2046 |
-
|
2047 |
-
#: templates/account/payments.php:37
|
2048 |
-
msgid "Amount"
|
2049 |
-
msgstr "Beløb"
|
2050 |
-
|
2051 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2052 |
-
msgid "Invoice"
|
2053 |
-
msgstr "Faktura"
|
2054 |
-
|
2055 |
-
#: templates/debug/api-calls.php:56
|
2056 |
-
msgid "API"
|
2057 |
-
msgstr "API"
|
2058 |
-
|
2059 |
-
#: templates/debug/api-calls.php:68
|
2060 |
-
msgid "Method"
|
2061 |
-
msgstr "Metode"
|
2062 |
-
|
2063 |
-
#: templates/debug/api-calls.php:69
|
2064 |
-
msgid "Code"
|
2065 |
-
msgstr "Kode"
|
2066 |
-
|
2067 |
-
#: templates/debug/api-calls.php:70
|
2068 |
-
msgid "Length"
|
2069 |
-
msgstr "Længde"
|
2070 |
-
|
2071 |
-
#: templates/debug/api-calls.php:71
|
2072 |
-
msgctxt "as file/folder path"
|
2073 |
-
msgid "Path"
|
2074 |
-
msgstr "Sti"
|
2075 |
-
|
2076 |
-
#: templates/debug/api-calls.php:73
|
2077 |
-
msgid "Body"
|
2078 |
-
msgstr "Body"
|
2079 |
-
|
2080 |
-
#: templates/debug/api-calls.php:75
|
2081 |
-
msgid "Result"
|
2082 |
-
msgstr "Resultat"
|
2083 |
-
|
2084 |
-
#: templates/debug/api-calls.php:76
|
2085 |
-
msgid "Start"
|
2086 |
-
msgstr "Start"
|
2087 |
-
|
2088 |
-
#: templates/debug/api-calls.php:77
|
2089 |
-
msgid "End"
|
2090 |
-
msgstr "Slut"
|
2091 |
-
|
2092 |
-
#: templates/debug/logger.php:15
|
2093 |
-
msgid "Log"
|
2094 |
-
msgstr "Log"
|
2095 |
-
|
2096 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2097 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2098 |
-
#: templates/debug/scheduled-crons.php:91
|
2099 |
-
msgid "In %s"
|
2100 |
-
msgstr "Om %s"
|
2101 |
-
|
2102 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2103 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2104 |
-
#: templates/debug/scheduled-crons.php:93
|
2105 |
-
msgid "%s ago"
|
2106 |
-
msgstr "%s siden"
|
2107 |
-
|
2108 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2109 |
-
#: templates/debug/scheduled-crons.php:74
|
2110 |
-
msgctxt "seconds"
|
2111 |
-
msgid "sec"
|
2112 |
-
msgstr "sek"
|
2113 |
-
|
2114 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2115 |
-
msgid "Plugins & Themes Sync"
|
2116 |
-
msgstr "Synkronisering af plugins og temaer"
|
2117 |
-
|
2118 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2119 |
-
msgid "Total"
|
2120 |
-
msgstr "Total"
|
2121 |
-
|
2122 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2123 |
-
#: templates/debug/scheduled-crons.php:84
|
2124 |
-
msgid "Last"
|
2125 |
-
msgstr "Sidste"
|
2126 |
-
|
2127 |
-
#: templates/debug/scheduled-crons.php:76
|
2128 |
-
msgid "Scheduled Crons"
|
2129 |
-
msgstr "Planlagte cron jobs"
|
2130 |
-
|
2131 |
-
#: templates/debug/scheduled-crons.php:81
|
2132 |
-
msgid "Module"
|
2133 |
-
msgstr "Modul"
|
2134 |
-
|
2135 |
-
#: templates/debug/scheduled-crons.php:82
|
2136 |
-
msgid "Module Type"
|
2137 |
-
msgstr "Modultype"
|
2138 |
-
|
2139 |
-
#: templates/debug/scheduled-crons.php:83
|
2140 |
-
msgid "Cron Type"
|
2141 |
-
msgstr "Cron Type"
|
2142 |
-
|
2143 |
-
#: templates/debug/scheduled-crons.php:85
|
2144 |
-
msgid "Next"
|
2145 |
-
msgstr "Næste"
|
2146 |
-
|
2147 |
-
#: templates/forms/affiliation.php:82
|
2148 |
-
msgid "Non-expiring"
|
2149 |
-
msgstr "Udløber ikke"
|
2150 |
-
|
2151 |
-
#: templates/forms/affiliation.php:85
|
2152 |
-
msgid "Apply to become an affiliate"
|
2153 |
-
msgstr "Ansøg om at blive en affiliate"
|
2154 |
-
|
2155 |
-
#: templates/forms/affiliation.php:104
|
2156 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2157 |
-
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2158 |
-
|
2159 |
-
#: templates/forms/affiliation.php:119
|
2160 |
-
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."
|
2161 |
-
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."
|
2162 |
-
|
2163 |
-
#: templates/forms/affiliation.php:122
|
2164 |
-
msgid "Your affiliation account was temporarily suspended."
|
2165 |
-
msgstr "Your affiliation account was temporarily suspended."
|
2166 |
-
|
2167 |
-
#: templates/forms/affiliation.php:125
|
2168 |
-
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."
|
2169 |
-
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."
|
2170 |
-
|
2171 |
-
#: templates/forms/affiliation.php:128
|
2172 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2173 |
-
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2174 |
-
|
2175 |
-
#: templates/forms/affiliation.php:141
|
2176 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2177 |
-
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2178 |
-
|
2179 |
-
#: templates/forms/affiliation.php:142
|
2180 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2181 |
-
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2182 |
-
|
2183 |
-
#: templates/forms/affiliation.php:145
|
2184 |
-
msgid "Program Summary"
|
2185 |
-
msgstr "Programoversigt"
|
2186 |
-
|
2187 |
-
#: templates/forms/affiliation.php:147
|
2188 |
-
msgid "%s commission when a customer purchases a new license."
|
2189 |
-
msgstr "%s commission when a customer purchases a new license."
|
2190 |
-
|
2191 |
-
#: templates/forms/affiliation.php:149
|
2192 |
-
msgid "Get commission for automated subscription renewals."
|
2193 |
-
msgstr "Get commission for automated subscription renewals."
|
2194 |
-
|
2195 |
-
#: templates/forms/affiliation.php:152
|
2196 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2197 |
-
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2198 |
-
|
2199 |
-
#: templates/forms/affiliation.php:155
|
2200 |
-
msgid "Unlimited commissions."
|
2201 |
-
msgstr "Ubegrænset provision."
|
2202 |
-
|
2203 |
-
#: templates/forms/affiliation.php:157
|
2204 |
-
msgid "%s minimum payout amount."
|
2205 |
-
msgstr "%s minimum payout amount."
|
2206 |
-
|
2207 |
-
#: templates/forms/affiliation.php:158
|
2208 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2209 |
-
msgstr "Udbetalinger er i USD og behandles hver måned via PayPal."
|
2210 |
-
|
2211 |
-
#: templates/forms/affiliation.php:159
|
2212 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2213 |
-
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2214 |
-
|
2215 |
-
#: templates/forms/affiliation.php:162
|
2216 |
-
msgid "Affiliate"
|
2217 |
-
msgstr "Affiliate"
|
2218 |
-
|
2219 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2220 |
-
msgid "Email address"
|
2221 |
-
msgstr "E-mailadresse"
|
2222 |
-
|
2223 |
-
#: templates/forms/affiliation.php:169
|
2224 |
-
msgid "Full name"
|
2225 |
-
msgstr "Fulde navn"
|
2226 |
-
|
2227 |
-
#: templates/forms/affiliation.php:173
|
2228 |
-
msgid "PayPal account email address"
|
2229 |
-
msgstr "E-mailadresse til PayPal-konto"
|
2230 |
-
|
2231 |
-
#: templates/forms/affiliation.php:177
|
2232 |
-
msgid "Where are you going to promote the %s?"
|
2233 |
-
msgstr "Hvor vil du promovere %s?"
|
2234 |
-
|
2235 |
-
#: templates/forms/affiliation.php:179
|
2236 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2237 |
-
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2238 |
-
|
2239 |
-
#: templates/forms/affiliation.php:181
|
2240 |
-
msgid "Add another domain"
|
2241 |
-
msgstr "Tilføj andet domæne"
|
2242 |
-
|
2243 |
-
#: templates/forms/affiliation.php:185
|
2244 |
-
msgid "Extra Domains"
|
2245 |
-
msgstr "Ekstra domæner"
|
2246 |
-
|
2247 |
-
#: templates/forms/affiliation.php:186
|
2248 |
-
msgid "Extra domains where you will be marketing the product from."
|
2249 |
-
msgstr "Andre domæner du vil markedsføre produktet fra."
|
2250 |
-
|
2251 |
-
#: templates/forms/affiliation.php:196
|
2252 |
-
msgid "Promotion methods"
|
2253 |
-
msgstr "Promoveringsmetoder"
|
2254 |
-
|
2255 |
-
#: templates/forms/affiliation.php:199
|
2256 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2257 |
-
msgstr "Sociale medier (Facebook, Twitter osv.)"
|
2258 |
-
|
2259 |
-
#: templates/forms/affiliation.php:203
|
2260 |
-
msgid "Mobile apps"
|
2261 |
-
msgstr "Mobil-apps"
|
2262 |
-
|
2263 |
-
#: templates/forms/affiliation.php:207
|
2264 |
-
msgid "Website, email, and social media statistics (optional)"
|
2265 |
-
msgstr "Websted, e-mail, og statistikker for sociale medier (valgfrit)"
|
2266 |
-
|
2267 |
-
#: templates/forms/affiliation.php:210
|
2268 |
-
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)."
|
2269 |
-
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)."
|
2270 |
-
|
2271 |
-
#: templates/forms/affiliation.php:214
|
2272 |
-
msgid "How will you promote us?"
|
2273 |
-
msgstr "Hvordan vil du promovere os?"
|
2274 |
-
|
2275 |
-
#: templates/forms/affiliation.php:217
|
2276 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2277 |
-
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2278 |
-
|
2279 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2280 |
-
msgid "Cancel"
|
2281 |
-
msgstr "Annuller"
|
2282 |
-
|
2283 |
-
#: templates/forms/affiliation.php:225
|
2284 |
-
msgid "Become an affiliate"
|
2285 |
-
msgstr "Bliv en affiliate"
|
2286 |
-
|
2287 |
-
#: templates/forms/data-debug-mode.php:25
|
2288 |
-
msgid "Please enter the license key to enable the debug mode:"
|
2289 |
-
msgstr "Please enter the license key to enable the debug mode:"
|
2290 |
-
|
2291 |
-
#: templates/forms/data-debug-mode.php:27
|
2292 |
-
msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2293 |
-
msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2294 |
-
|
2295 |
-
#: templates/forms/data-debug-mode.php:32
|
2296 |
-
msgid "Submit"
|
2297 |
-
msgstr "Submit"
|
2298 |
-
|
2299 |
-
#: templates/forms/data-debug-mode.php:36
|
2300 |
-
msgid "User key"
|
2301 |
-
msgstr "User key"
|
2302 |
-
|
2303 |
-
#: templates/forms/license-activation.php:23
|
2304 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2305 |
-
msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
|
2306 |
-
|
2307 |
-
#: templates/forms/license-activation.php:28
|
2308 |
-
msgid "Update License"
|
2309 |
-
msgstr "Opdater licens"
|
2310 |
-
|
2311 |
-
#: templates/forms/optout.php:30
|
2312 |
-
msgctxt "verb"
|
2313 |
-
msgid "Opt Out"
|
2314 |
-
msgstr "Frameld"
|
2315 |
-
|
2316 |
-
#: templates/forms/optout.php:31
|
2317 |
-
msgctxt "verb"
|
2318 |
-
msgid "Opt In"
|
2319 |
-
msgstr "Tilmeld"
|
2320 |
-
|
2321 |
-
#: templates/forms/optout.php:33
|
2322 |
-
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."
|
2323 |
-
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."
|
2324 |
-
|
2325 |
-
#: templates/forms/optout.php:35
|
2326 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2327 |
-
msgstr "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
|
2328 |
-
|
2329 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2330 |
-
msgid "There is a new version of %s available."
|
2331 |
-
msgstr "En ny version af %s er tilgængelig."
|
2332 |
-
|
2333 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2334 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2335 |
-
msgstr " %s to access version %s security & feature updates, and support."
|
2336 |
-
|
2337 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2338 |
-
msgid "New Version Available"
|
2339 |
-
msgstr "Ny version tilgængelig"
|
2340 |
-
|
2341 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2342 |
-
msgctxt "close a window"
|
2343 |
-
msgid "Dismiss"
|
2344 |
-
msgstr "Fjern"
|
2345 |
-
|
2346 |
-
#: templates/forms/resend-key.php:21
|
2347 |
-
msgid "Send License Key"
|
2348 |
-
msgstr "Send licensnøgle"
|
2349 |
-
|
2350 |
-
#: templates/forms/resend-key.php:57
|
2351 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2352 |
-
msgstr "Indtast e-mailadressen, som du benyttede ved opgraderingen, nedenfor og vi vil gensende licensnøglen til dig."
|
2353 |
-
|
2354 |
-
#: templates/forms/subscription-cancellation.php:37
|
2355 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2356 |
-
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2357 |
-
|
2358 |
-
#: templates/forms/subscription-cancellation.php:47
|
2359 |
-
msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2360 |
-
msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2361 |
-
|
2362 |
-
#: templates/forms/subscription-cancellation.php:52
|
2363 |
-
msgid "license"
|
2364 |
-
msgstr "licens"
|
2365 |
-
|
2366 |
-
#: templates/forms/subscription-cancellation.php:57
|
2367 |
-
msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2368 |
-
msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2369 |
-
|
2370 |
-
#: templates/forms/subscription-cancellation.php:68
|
2371 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2372 |
-
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2373 |
-
|
2374 |
-
#: templates/forms/subscription-cancellation.php:103
|
2375 |
-
msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2376 |
-
msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2377 |
-
|
2378 |
-
#: templates/forms/subscription-cancellation.php:136
|
2379 |
-
msgid "Cancel %s?"
|
2380 |
-
msgstr "Annuller %s?"
|
2381 |
-
|
2382 |
-
#: templates/forms/subscription-cancellation.php:143
|
2383 |
-
msgid "Proceed"
|
2384 |
-
msgstr "Fortsæt"
|
2385 |
-
|
2386 |
-
#: templates/forms/subscription-cancellation.php191,
|
2387 |
-
#: templates/forms/deactivation/form.php:171
|
2388 |
-
msgid "Cancel %s & Proceed"
|
2389 |
-
msgstr "Annuller %s og fortsæt"
|
2390 |
-
|
2391 |
-
#: templates/forms/trial-start.php:22
|
2392 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2393 |
-
msgstr "Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af planen %2$s."
|
2394 |
-
|
2395 |
-
#: templates/forms/trial-start.php:28
|
2396 |
-
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."
|
2397 |
-
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."
|
2398 |
-
|
2399 |
-
#: templates/js/style-premium-theme.php:39
|
2400 |
-
msgid "Premium"
|
2401 |
-
msgstr "Premium"
|
2402 |
-
|
2403 |
-
#: templates/js/style-premium-theme.php:42
|
2404 |
-
msgid "Beta"
|
2405 |
-
msgstr "Beta"
|
2406 |
-
|
2407 |
-
#: templates/partials/network-activation.php:27
|
2408 |
-
msgid "Activate license on all sites in the network."
|
2409 |
-
msgstr "Aktiver licens på alle websteder i netværket."
|
2410 |
-
|
2411 |
-
#: templates/partials/network-activation.php:28
|
2412 |
-
msgid "Apply on all sites in the network."
|
2413 |
-
msgstr "Anvend på alle websteder i netværket."
|
2414 |
-
|
2415 |
-
#: templates/partials/network-activation.php:31
|
2416 |
-
msgid "Activate license on all pending sites."
|
2417 |
-
msgstr "Akiver licens på alle afventende websteder."
|
2418 |
-
|
2419 |
-
#: templates/partials/network-activation.php:32
|
2420 |
-
msgid "Apply on all pending sites."
|
2421 |
-
msgstr "Anvend på alle afventende websteder."
|
2422 |
-
|
2423 |
-
#: templates/partials/network-activation.php40,
|
2424 |
-
#: templates/partials/network-activation.php:74
|
2425 |
-
msgid "allow"
|
2426 |
-
msgstr "tillad"
|
2427 |
-
|
2428 |
-
#: templates/partials/network-activation.php43,
|
2429 |
-
#: templates/partials/network-activation.php:77
|
2430 |
-
msgid "delegate"
|
2431 |
-
msgstr "delegér"
|
2432 |
-
|
2433 |
-
#: templates/partials/network-activation.php47,
|
2434 |
-
#: templates/partials/network-activation.php:81
|
2435 |
-
msgid "skip"
|
2436 |
-
msgstr "spring over"
|
2437 |
-
|
2438 |
-
#: templates/plugin-info/description.php72,
|
2439 |
-
#: templates/plugin-info/screenshots.php:31
|
2440 |
-
msgid "Click to view full-size screenshot %d"
|
2441 |
-
msgstr "Klik for at vise skærmbillede %d i fuld skærm"
|
2442 |
-
|
2443 |
-
#: templates/plugin-info/features.php:56
|
2444 |
-
msgid "Unlimited Updates"
|
2445 |
-
msgstr "Ubegrænsede opdateringer"
|
2446 |
-
|
2447 |
-
#: templates/account/partials/activate-license-button.php:46
|
2448 |
-
msgid "Localhost"
|
2449 |
-
msgstr "Localhost"
|
2450 |
-
|
2451 |
-
#: templates/account/partials/activate-license-button.php:50
|
2452 |
-
msgctxt "as 5 licenses left"
|
2453 |
-
msgid "%s left"
|
2454 |
-
msgstr "%s tilbage"
|
2455 |
-
|
2456 |
-
#: templates/account/partials/activate-license-button.php:51
|
2457 |
-
msgid "Last license"
|
2458 |
-
msgstr "Seneste license"
|
2459 |
-
|
2460 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2461 |
-
#. subscription'
|
2462 |
-
#: templates/account/partials/addon.php:29
|
2463 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2464 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2465 |
-
|
2466 |
-
#: templates/account/partials/addon.php:185
|
2467 |
-
msgid "Cancelled"
|
2468 |
-
msgstr "Annulleret"
|
2469 |
-
|
2470 |
-
#: templates/account/partials/addon.php:195
|
2471 |
-
msgid "No expiration"
|
2472 |
-
msgstr "Udløber ikke"
|
2473 |
-
|
2474 |
-
#: templates/account/partials/site.php:189
|
2475 |
-
msgid "Owner Name"
|
2476 |
-
msgstr "Ejer-navn"
|
2477 |
-
|
2478 |
-
#: templates/account/partials/site.php:201
|
2479 |
-
msgid "Owner Email"
|
2480 |
-
msgstr "E-mailadresse for ejer"
|
2481 |
-
|
2482 |
-
#: templates/account/partials/site.php:213
|
2483 |
-
msgid "Owner ID"
|
2484 |
-
msgstr "Ejer-ID"
|
2485 |
-
|
2486 |
-
#: templates/account/partials/site.php:286
|
2487 |
-
msgid "Subscription"
|
2488 |
-
msgstr "Abonnement"
|
2489 |
-
|
2490 |
-
#: templates/forms/deactivation/contact.php:19
|
2491 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2492 |
-
msgstr "Vi beklager ulejligheden, og vi er her for at hjælpe, hvis du giver os chancen."
|
2493 |
-
|
2494 |
-
#: templates/forms/deactivation/contact.php:22
|
2495 |
-
msgid "Contact Support"
|
2496 |
-
msgstr "Kontakt support"
|
2497 |
-
|
2498 |
-
#: templates/forms/deactivation/form.php:64
|
2499 |
-
msgid "Anonymous feedback"
|
2500 |
-
msgstr "Anonym feedback"
|
2501 |
-
|
2502 |
-
#: templates/forms/deactivation/form.php:70
|
2503 |
-
msgid "Deactivate"
|
2504 |
-
msgstr "Deaktiver"
|
2505 |
-
|
2506 |
-
#: templates/forms/deactivation/form.php:72
|
2507 |
-
msgid "Activate %s"
|
2508 |
-
msgstr "Aktiver %s"
|
2509 |
-
|
2510 |
-
#: templates/forms/deactivation/form.php:87
|
2511 |
-
msgid "Quick Feedback"
|
2512 |
-
msgstr "Hurtig feedback"
|
2513 |
-
|
2514 |
-
#: templates/forms/deactivation/form.php:91
|
2515 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2516 |
-
msgstr "Hvis du har tid, så lad os venligst vide hvorfor du %s"
|
2517 |
-
|
2518 |
-
#: templates/forms/deactivation/form.php:91
|
2519 |
-
msgid "deactivating"
|
2520 |
-
msgstr "deaktiverer"
|
2521 |
-
|
2522 |
-
#: templates/forms/deactivation/form.php:91
|
2523 |
-
msgid "switching"
|
2524 |
-
msgstr "skifter"
|
2525 |
-
|
2526 |
-
#: templates/forms/deactivation/form.php:365
|
2527 |
-
msgid "Submit & %s"
|
2528 |
-
msgstr "Send & %s"
|
2529 |
-
|
2530 |
-
#: templates/forms/deactivation/form.php:386
|
2531 |
-
msgid "Kindly tell us the reason so we can improve."
|
2532 |
-
msgstr "Fortæl os venligst årsagen, så vi kan forbedre det."
|
2533 |
-
|
2534 |
-
#: templates/forms/deactivation/form.php:511
|
2535 |
-
msgid "Yes - %s"
|
2536 |
-
msgstr "Ja - %s"
|
2537 |
-
|
2538 |
-
#: templates/forms/deactivation/form.php:518
|
2539 |
-
msgid "Skip & %s"
|
2540 |
-
msgstr "Spring over & %s"
|
2541 |
-
|
2542 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2543 |
-
msgid "Click here to use the plugin anonymously"
|
2544 |
-
msgstr "Klik her for at benytte pluginnet anonymt"
|
2545 |
-
|
2546 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2547 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2548 |
-
msgstr "Du har måske overset det, men du behøver ikke at dele data og kan blot %s tilmeldingen."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freemius/languages/freemius-en.mo
CHANGED
Binary file
|
freemius/languages/freemius-en.po
DELETED
@@ -1,2422 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: freemius\n"
|
6 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
7 |
-
"POT-Creation-Date: \n"
|
8 |
-
"PO-Revision-Date: \n"
|
9 |
-
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
10 |
-
"Language: \n"
|
11 |
-
"Language-Team: Freemius Team <admin@freemius.com>\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"MIME-Version: 1.0\n"
|
16 |
-
"X-Poedit-Basepath: ..\n"
|
17 |
-
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
-
|
22 |
-
#: includes/class-freemius.php:1880, templates/account.php:840
|
23 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
24 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
25 |
-
|
26 |
-
#: includes/class-freemius.php:1887
|
27 |
-
msgid "Would you like to proceed with the update?"
|
28 |
-
msgstr "Would you like to proceed with the update?"
|
29 |
-
|
30 |
-
#: includes/class-freemius.php:2095
|
31 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
32 |
-
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
33 |
-
|
34 |
-
#: includes/class-freemius.php:2097
|
35 |
-
msgid "Error"
|
36 |
-
msgstr "Error"
|
37 |
-
|
38 |
-
#: includes/class-freemius.php:2491
|
39 |
-
msgid "I found a better %s"
|
40 |
-
msgstr "I found a better %s"
|
41 |
-
|
42 |
-
#: includes/class-freemius.php:2493
|
43 |
-
msgid "What's the %s's name?"
|
44 |
-
msgstr "What's the %s's name?"
|
45 |
-
|
46 |
-
#: includes/class-freemius.php:2499
|
47 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
48 |
-
msgstr "It's a temporary %s. I'm just debugging an issue."
|
49 |
-
|
50 |
-
#: includes/class-freemius.php:2501
|
51 |
-
msgid "Deactivation"
|
52 |
-
msgstr "Deactivation"
|
53 |
-
|
54 |
-
#: includes/class-freemius.php:2502
|
55 |
-
msgid "Theme Switch"
|
56 |
-
msgstr "Theme Switch"
|
57 |
-
|
58 |
-
#: includes/class-freemius.php:2511, templates/forms/resend-key.php:24
|
59 |
-
msgid "Other"
|
60 |
-
msgstr "Other"
|
61 |
-
|
62 |
-
#: includes/class-freemius.php:2519
|
63 |
-
msgid "I no longer need the %s"
|
64 |
-
msgstr "I no longer need the %s"
|
65 |
-
|
66 |
-
#: includes/class-freemius.php:2526
|
67 |
-
msgid "I only needed the %s for a short period"
|
68 |
-
msgstr "I only needed the %s for a short period"
|
69 |
-
|
70 |
-
#: includes/class-freemius.php:2532
|
71 |
-
msgid "The %s broke my site"
|
72 |
-
msgstr "The %s broke my site"
|
73 |
-
|
74 |
-
#: includes/class-freemius.php:2539
|
75 |
-
msgid "The %s suddenly stopped working"
|
76 |
-
msgstr "The %s suddenly stopped working"
|
77 |
-
|
78 |
-
#: includes/class-freemius.php:2549
|
79 |
-
msgid "I can't pay for it anymore"
|
80 |
-
msgstr "I can't pay for it anymore"
|
81 |
-
|
82 |
-
#: includes/class-freemius.php:2551
|
83 |
-
msgid "What price would you feel comfortable paying?"
|
84 |
-
msgstr "What price would you feel comfortable paying?"
|
85 |
-
|
86 |
-
#: includes/class-freemius.php:2557
|
87 |
-
msgid "I don't like to share my information with you"
|
88 |
-
msgstr "I don't like to share my information with you"
|
89 |
-
|
90 |
-
#: includes/class-freemius.php:2578
|
91 |
-
msgid "The %s didn't work"
|
92 |
-
msgstr "The %s didn't work"
|
93 |
-
|
94 |
-
#: includes/class-freemius.php:2588
|
95 |
-
msgid "I couldn't understand how to make it work"
|
96 |
-
msgstr "I couldn't understand how to make it work"
|
97 |
-
|
98 |
-
#: includes/class-freemius.php:2596
|
99 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
100 |
-
msgstr "The %s is great, but I need specific feature that you don't support"
|
101 |
-
|
102 |
-
#: includes/class-freemius.php:2598
|
103 |
-
msgid "What feature?"
|
104 |
-
msgstr "What feature?"
|
105 |
-
|
106 |
-
#: includes/class-freemius.php:2602
|
107 |
-
msgid "The %s is not working"
|
108 |
-
msgstr "The %s is not working"
|
109 |
-
|
110 |
-
#: includes/class-freemius.php:2604
|
111 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
112 |
-
msgstr "Kindly share what didn't work so we can fix it for future users..."
|
113 |
-
|
114 |
-
#: includes/class-freemius.php:2608
|
115 |
-
msgid "It's not what I was looking for"
|
116 |
-
msgstr "It's not what I was looking for"
|
117 |
-
|
118 |
-
#: includes/class-freemius.php:2610
|
119 |
-
msgid "What you've been looking for?"
|
120 |
-
msgstr "What you've been looking for?"
|
121 |
-
|
122 |
-
#: includes/class-freemius.php:2614
|
123 |
-
msgid "The %s didn't work as expected"
|
124 |
-
msgstr "The %s didn't work as expected"
|
125 |
-
|
126 |
-
#: includes/class-freemius.php:2616
|
127 |
-
msgid "What did you expect?"
|
128 |
-
msgstr "What did you expect?"
|
129 |
-
|
130 |
-
#: includes/class-freemius.php:3471, templates/debug.php:20
|
131 |
-
msgid "Freemius Debug"
|
132 |
-
msgstr "Freemius Debug"
|
133 |
-
|
134 |
-
#: includes/class-freemius.php:4223
|
135 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
136 |
-
msgstr "I don't know what is cURL or how to install it, help me!"
|
137 |
-
|
138 |
-
#: includes/class-freemius.php:4225
|
139 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
140 |
-
msgstr "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
141 |
-
|
142 |
-
#: includes/class-freemius.php:4232
|
143 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
144 |
-
msgstr "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
145 |
-
|
146 |
-
#: includes/class-freemius.php:4337
|
147 |
-
msgid "Yes - do your thing"
|
148 |
-
msgstr "Yes - do your thing"
|
149 |
-
|
150 |
-
#: includes/class-freemius.php:4342
|
151 |
-
msgid "No - just deactivate"
|
152 |
-
msgstr "No - just deactivate"
|
153 |
-
|
154 |
-
#: includes/class-freemius.php:4387, includes/class-freemius.php:4881, includes/class-freemius.php:6032, includes/class-freemius.php:13153, includes/class-freemius.php:16558, includes/class-freemius.php:16646, includes/class-freemius.php:16812, includes/class-freemius.php:19040, includes/class-freemius.php:19381, includes/class-freemius.php:19391, includes/class-freemius.php:20051, includes/class-freemius.php:20924, includes/class-freemius.php:21039, includes/class-freemius.php:21183, templates/add-ons.php:57
|
155 |
-
msgctxt "exclamation"
|
156 |
-
msgid "Oops"
|
157 |
-
msgstr "Oops"
|
158 |
-
|
159 |
-
#: includes/class-freemius.php:4456
|
160 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
161 |
-
msgstr "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
162 |
-
|
163 |
-
#: includes/class-freemius.php:4878
|
164 |
-
msgctxt "addonX cannot run without pluginY"
|
165 |
-
msgid "%s cannot run without %s."
|
166 |
-
msgstr "%s cannot run without %s."
|
167 |
-
|
168 |
-
#: includes/class-freemius.php:4879
|
169 |
-
msgctxt "addonX cannot run..."
|
170 |
-
msgid "%s cannot run without the plugin."
|
171 |
-
msgstr "%s cannot run without the plugin."
|
172 |
-
|
173 |
-
#: includes/class-freemius.php:5052, includes/class-freemius.php:5077, includes/class-freemius.php:20122
|
174 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
175 |
-
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
176 |
-
|
177 |
-
#: includes/class-freemius.php:5720
|
178 |
-
msgid "Premium %s version was successfully activated."
|
179 |
-
msgstr "Premium %s version was successfully activated."
|
180 |
-
|
181 |
-
#: includes/class-freemius.php:5732, includes/class-freemius.php:7599
|
182 |
-
msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
|
183 |
-
msgid "W00t"
|
184 |
-
msgstr "W00t"
|
185 |
-
|
186 |
-
#: includes/class-freemius.php:5747
|
187 |
-
msgid "You have a %s license."
|
188 |
-
msgstr "You have a %s license."
|
189 |
-
|
190 |
-
#: includes/class-freemius.php:5751, includes/class-freemius.php:15975, includes/class-freemius.php:15986, includes/class-freemius.php:19292, includes/class-freemius.php:19642, includes/class-freemius.php:19711, includes/class-freemius.php:19876
|
191 |
-
msgctxt "interjection expressing joy or exuberance"
|
192 |
-
msgid "Yee-haw"
|
193 |
-
msgstr "Yee-haw"
|
194 |
-
|
195 |
-
#: includes/class-freemius.php:6015
|
196 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
197 |
-
msgstr "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
198 |
-
|
199 |
-
#: includes/class-freemius.php:6019
|
200 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
201 |
-
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
202 |
-
|
203 |
-
#: includes/class-freemius.php:6028, templates/add-ons.php:186, templates/account/partials/addon.php:381
|
204 |
-
msgid "More information about %s"
|
205 |
-
msgstr "More information about %s"
|
206 |
-
|
207 |
-
#: includes/class-freemius.php:6029
|
208 |
-
msgid "Purchase License"
|
209 |
-
msgstr "Purchase License"
|
210 |
-
|
211 |
-
#: includes/class-freemius.php:6964, templates/connect.php:163
|
212 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
213 |
-
msgstr "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
214 |
-
|
215 |
-
#: includes/class-freemius.php:6968
|
216 |
-
msgid "start the trial"
|
217 |
-
msgstr "start the trial"
|
218 |
-
|
219 |
-
#: includes/class-freemius.php:6969, templates/connect.php:167
|
220 |
-
msgid "complete the install"
|
221 |
-
msgstr "complete the install"
|
222 |
-
|
223 |
-
#: includes/class-freemius.php:7081
|
224 |
-
msgid "You are just one step away - %s"
|
225 |
-
msgstr "You are just one step away - %s"
|
226 |
-
|
227 |
-
#: includes/class-freemius.php:7084
|
228 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
229 |
-
msgid "Complete \"%s\" Activation Now"
|
230 |
-
msgstr "Complete \"%s\" Activation Now"
|
231 |
-
|
232 |
-
#: includes/class-freemius.php:7162
|
233 |
-
msgid "We made a few tweaks to the %s, %s"
|
234 |
-
msgstr "We made a few tweaks to the %s, %s"
|
235 |
-
|
236 |
-
#: includes/class-freemius.php:7166
|
237 |
-
msgid "Opt in to make \"%s\" better!"
|
238 |
-
msgstr "Opt in to make \"%s\" better!"
|
239 |
-
|
240 |
-
#: includes/class-freemius.php:7598
|
241 |
-
msgid "The upgrade of %s was successfully completed."
|
242 |
-
msgstr "The upgrade of %s was successfully completed."
|
243 |
-
|
244 |
-
#: includes/class-freemius.php:9802, includes/class-fs-plugin-updater.php:1038, includes/class-fs-plugin-updater.php:1233, includes/class-fs-plugin-updater.php:1240, templates/auto-installation.php:32
|
245 |
-
msgid "Add-On"
|
246 |
-
msgstr "Add-On"
|
247 |
-
|
248 |
-
#: includes/class-freemius.php:9804, templates/account.php:335, templates/account.php:343, templates/debug.php:360, templates/debug.php:551
|
249 |
-
msgid "Plugin"
|
250 |
-
msgstr "Plugin"
|
251 |
-
|
252 |
-
#: includes/class-freemius.php:9805, templates/account.php:336, templates/account.php:344, templates/debug.php:360, templates/debug.php:551, templates/forms/deactivation/form.php:71
|
253 |
-
msgid "Theme"
|
254 |
-
msgstr "Theme"
|
255 |
-
|
256 |
-
#: includes/class-freemius.php:12596
|
257 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
258 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
259 |
-
|
260 |
-
#: includes/class-freemius.php:13020
|
261 |
-
msgid "Invalid site details collection."
|
262 |
-
msgstr "Invalid site details collection."
|
263 |
-
|
264 |
-
#: includes/class-freemius.php:13140
|
265 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
266 |
-
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
267 |
-
|
268 |
-
#: includes/class-freemius.php:13142
|
269 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
270 |
-
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
271 |
-
|
272 |
-
#: includes/class-freemius.php:13416
|
273 |
-
msgid "Account is pending activation."
|
274 |
-
msgstr "Account is pending activation."
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:13528, templates/forms/premium-versions-upgrade-handler.php:47
|
277 |
-
msgid "Buy a license now"
|
278 |
-
msgstr "Buy a license now"
|
279 |
-
|
280 |
-
#: includes/class-freemius.php:13540, templates/forms/premium-versions-upgrade-handler.php:46
|
281 |
-
msgid "Renew your license now"
|
282 |
-
msgstr "Renew your license now"
|
283 |
-
|
284 |
-
#: includes/class-freemius.php:13544
|
285 |
-
msgid "%s to access version %s security & feature updates, and support."
|
286 |
-
msgstr "%s to access version %s security & feature updates, and support."
|
287 |
-
|
288 |
-
#: includes/class-freemius.php:15957
|
289 |
-
msgid "%s activation was successfully completed."
|
290 |
-
msgstr "%s activation was successfully completed."
|
291 |
-
|
292 |
-
#: includes/class-freemius.php:15971
|
293 |
-
msgid "Your account was successfully activated with the %s plan."
|
294 |
-
msgstr "Your account was successfully activated with the %s plan."
|
295 |
-
|
296 |
-
#: includes/class-freemius.php:15982, includes/class-freemius.php:19707
|
297 |
-
msgid "Your trial has been successfully started."
|
298 |
-
msgstr "Your trial has been successfully started."
|
299 |
-
|
300 |
-
#: includes/class-freemius.php:16556, includes/class-freemius.php:16644, includes/class-freemius.php:16810
|
301 |
-
msgid "Couldn't activate %s."
|
302 |
-
msgstr "Couldn't activate %s."
|
303 |
-
|
304 |
-
#: includes/class-freemius.php:16557, includes/class-freemius.php:16645, includes/class-freemius.php:16811
|
305 |
-
msgid "Please contact us with the following message:"
|
306 |
-
msgstr "Please contact us with the following message:"
|
307 |
-
|
308 |
-
#: includes/class-freemius.php:16641, templates/forms/data-debug-mode.php:162
|
309 |
-
msgid "An unknown error has occurred."
|
310 |
-
msgstr "An unknown error has occurred."
|
311 |
-
|
312 |
-
#: includes/class-freemius.php:17168, includes/class-freemius.php:22082
|
313 |
-
msgid "Upgrade"
|
314 |
-
msgstr "Upgrade"
|
315 |
-
|
316 |
-
#: includes/class-freemius.php:17174
|
317 |
-
msgid "Start Trial"
|
318 |
-
msgstr "Start Trial"
|
319 |
-
|
320 |
-
#: includes/class-freemius.php:17176
|
321 |
-
msgid "Pricing"
|
322 |
-
msgstr "Pricing"
|
323 |
-
|
324 |
-
#: includes/class-freemius.php:17256, includes/class-freemius.php:17258
|
325 |
-
msgid "Affiliation"
|
326 |
-
msgstr "Affiliation"
|
327 |
-
|
328 |
-
#: includes/class-freemius.php:17286, includes/class-freemius.php:17288, templates/account.php:183, templates/debug.php:326
|
329 |
-
msgid "Account"
|
330 |
-
msgstr "Account"
|
331 |
-
|
332 |
-
#: includes/class-freemius.php:17302, includes/class-freemius.php:17304, includes/customizer/class-fs-customizer-support-section.php:60
|
333 |
-
msgid "Contact Us"
|
334 |
-
msgstr "Contact Us"
|
335 |
-
|
336 |
-
#: includes/class-freemius.php:17315, includes/class-freemius.php:17317, includes/class-freemius.php:22096, templates/account.php:111, templates/account/partials/addon.php:44
|
337 |
-
msgid "Add-Ons"
|
338 |
-
msgstr "Add-Ons"
|
339 |
-
|
340 |
-
#: includes/class-freemius.php:17351
|
341 |
-
msgctxt "ASCII arrow left icon"
|
342 |
-
msgid "←"
|
343 |
-
msgstr "←"
|
344 |
-
|
345 |
-
#: includes/class-freemius.php:17351
|
346 |
-
msgctxt "ASCII arrow right icon"
|
347 |
-
msgid "➤"
|
348 |
-
msgstr "➤"
|
349 |
-
|
350 |
-
#: includes/class-freemius.php:17353, templates/pricing.php:103
|
351 |
-
msgctxt "noun"
|
352 |
-
msgid "Pricing"
|
353 |
-
msgstr "Pricing"
|
354 |
-
|
355 |
-
#: includes/class-freemius.php:17566, includes/customizer/class-fs-customizer-support-section.php:67
|
356 |
-
msgid "Support Forum"
|
357 |
-
msgstr "Support Forum"
|
358 |
-
|
359 |
-
#: includes/class-freemius.php:18536
|
360 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
361 |
-
msgstr "Your email has been successfully verified - you are AWESOME!"
|
362 |
-
|
363 |
-
#: includes/class-freemius.php:18537
|
364 |
-
msgctxt "a positive response"
|
365 |
-
msgid "Right on"
|
366 |
-
msgstr "Right on"
|
367 |
-
|
368 |
-
#: includes/class-freemius.php:19041
|
369 |
-
msgid "seems like the key you entered doesn't match our records."
|
370 |
-
msgstr "seems like the key you entered doesn't match our records."
|
371 |
-
|
372 |
-
#: includes/class-freemius.php:19065
|
373 |
-
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
374 |
-
msgstr "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
375 |
-
|
376 |
-
#: includes/class-freemius.php:19283
|
377 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
378 |
-
msgstr "Your %s Add-on plan was successfully upgraded."
|
379 |
-
|
380 |
-
#: includes/class-freemius.php:19285
|
381 |
-
msgid "%s Add-on was successfully purchased."
|
382 |
-
msgstr "%s Add-on was successfully purchased."
|
383 |
-
|
384 |
-
#: includes/class-freemius.php:19288
|
385 |
-
msgid "Download the latest version"
|
386 |
-
msgstr "Download the latest version"
|
387 |
-
|
388 |
-
#: includes/class-freemius.php:19374
|
389 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
390 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:19380, includes/class-freemius.php:19390, includes/class-freemius.php:19835, includes/class-freemius.php:19924
|
393 |
-
msgid "Error received from the server:"
|
394 |
-
msgstr "Error received from the server:"
|
395 |
-
|
396 |
-
#: includes/class-freemius.php:19390
|
397 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
398 |
-
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
399 |
-
|
400 |
-
#: includes/class-freemius.php:19604, includes/class-freemius.php:19840, includes/class-freemius.php:19895, includes/class-freemius.php:19998
|
401 |
-
msgctxt "something somebody says when they are thinking about what you have just said."
|
402 |
-
msgid "Hmm"
|
403 |
-
msgstr "Hmm"
|
404 |
-
|
405 |
-
#: includes/class-freemius.php:19617
|
406 |
-
msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
407 |
-
msgstr "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
408 |
-
|
409 |
-
#: includes/class-freemius.php:19618, templates/account.php:113, templates/add-ons.php:250, templates/account/partials/addon.php:46
|
410 |
-
msgctxt "trial period"
|
411 |
-
msgid "Trial"
|
412 |
-
msgstr "Trial"
|
413 |
-
|
414 |
-
#: includes/class-freemius.php:19623
|
415 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
416 |
-
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
417 |
-
|
418 |
-
#: includes/class-freemius.php:19627, includes/class-freemius.php:19686
|
419 |
-
msgid "Please contact us here"
|
420 |
-
msgstr "Please contact us here"
|
421 |
-
|
422 |
-
#: includes/class-freemius.php:19638
|
423 |
-
msgid "Your plan was successfully activated."
|
424 |
-
msgstr "Your plan was successfully activated."
|
425 |
-
|
426 |
-
#: includes/class-freemius.php:19639
|
427 |
-
msgid "Your plan was successfully upgraded."
|
428 |
-
msgstr "Your plan was successfully upgraded."
|
429 |
-
|
430 |
-
#: includes/class-freemius.php:19656
|
431 |
-
msgid "Your plan was successfully changed to %s."
|
432 |
-
msgstr "Your plan was successfully changed to %s."
|
433 |
-
|
434 |
-
#: includes/class-freemius.php:19672
|
435 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
436 |
-
msgstr "Your license has expired. You can still continue using the free %s forever."
|
437 |
-
|
438 |
-
#: includes/class-freemius.php:19674
|
439 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
440 |
-
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
441 |
-
|
442 |
-
#: includes/class-freemius.php:19682
|
443 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
444 |
-
msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
|
445 |
-
|
446 |
-
#: includes/class-freemius.php:19695
|
447 |
-
msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
448 |
-
msgstr "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
449 |
-
|
450 |
-
#: includes/class-freemius.php:19721
|
451 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
452 |
-
msgstr "Your free trial has expired. You can still continue using all our free features."
|
453 |
-
|
454 |
-
#: includes/class-freemius.php:19723
|
455 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
456 |
-
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
457 |
-
|
458 |
-
#: includes/class-freemius.php:19831
|
459 |
-
msgid "It looks like the license could not be activated."
|
460 |
-
msgstr "It looks like the license could not be activated."
|
461 |
-
|
462 |
-
#: includes/class-freemius.php:19873
|
463 |
-
msgid "Your license was successfully activated."
|
464 |
-
msgstr "Your license was successfully activated."
|
465 |
-
|
466 |
-
#: includes/class-freemius.php:19899
|
467 |
-
msgid "It looks like your site currently doesn't have an active license."
|
468 |
-
msgstr "It looks like your site currently doesn't have an active license."
|
469 |
-
|
470 |
-
#: includes/class-freemius.php:19923
|
471 |
-
msgid "It looks like the license deactivation failed."
|
472 |
-
msgstr "It looks like the license deactivation failed."
|
473 |
-
|
474 |
-
#: includes/class-freemius.php:19951
|
475 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
476 |
-
msgstr "Your license was successfully deactivated, you are back to the %s plan."
|
477 |
-
|
478 |
-
#: includes/class-freemius.php:19952
|
479 |
-
msgid "O.K"
|
480 |
-
msgstr "O.K"
|
481 |
-
|
482 |
-
#: includes/class-freemius.php:20005
|
483 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
484 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
485 |
-
|
486 |
-
#: includes/class-freemius.php:20014
|
487 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
488 |
-
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
489 |
-
|
490 |
-
#: includes/class-freemius.php:20056
|
491 |
-
msgid "You are already running the %s in a trial mode."
|
492 |
-
msgstr "You are already running the %s in a trial mode."
|
493 |
-
|
494 |
-
#: includes/class-freemius.php:20067
|
495 |
-
msgid "You already utilized a trial before."
|
496 |
-
msgstr "You already utilized a trial before."
|
497 |
-
|
498 |
-
#: includes/class-freemius.php:20081
|
499 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
500 |
-
msgstr "Plan %s do not exist, therefore, can't start a trial."
|
501 |
-
|
502 |
-
#: includes/class-freemius.php:20092
|
503 |
-
msgid "Plan %s does not support a trial period."
|
504 |
-
msgstr "Plan %s does not support a trial period."
|
505 |
-
|
506 |
-
#: includes/class-freemius.php:20103
|
507 |
-
msgid "None of the %s's plans supports a trial period."
|
508 |
-
msgstr "None of the %s's plans supports a trial period."
|
509 |
-
|
510 |
-
#: includes/class-freemius.php:20153
|
511 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
512 |
-
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:20189
|
515 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
516 |
-
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
517 |
-
|
518 |
-
#: includes/class-freemius.php:20208
|
519 |
-
msgid "Your %s free trial was successfully cancelled."
|
520 |
-
msgstr "Your %s free trial was successfully cancelled."
|
521 |
-
|
522 |
-
#: includes/class-freemius.php:20524
|
523 |
-
msgid "Version %s was released."
|
524 |
-
msgstr "Version %s was released."
|
525 |
-
|
526 |
-
#: includes/class-freemius.php:20524
|
527 |
-
msgid "Please download %s."
|
528 |
-
msgstr "Please download %s."
|
529 |
-
|
530 |
-
#: includes/class-freemius.php:20531
|
531 |
-
msgid "the latest %s version here"
|
532 |
-
msgstr "the latest %s version here"
|
533 |
-
|
534 |
-
#: includes/class-freemius.php:20536
|
535 |
-
msgid "New"
|
536 |
-
msgstr "New"
|
537 |
-
|
538 |
-
#: includes/class-freemius.php:20541
|
539 |
-
msgid "Seems like you got the latest release."
|
540 |
-
msgstr "Seems like you got the latest release."
|
541 |
-
|
542 |
-
#: includes/class-freemius.php:20542
|
543 |
-
msgid "You are all good!"
|
544 |
-
msgstr "You are all good!"
|
545 |
-
|
546 |
-
#: includes/class-freemius.php:20812
|
547 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
548 |
-
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
549 |
-
|
550 |
-
#: includes/class-freemius.php:20951
|
551 |
-
msgid "Site successfully opted in."
|
552 |
-
msgstr "Site successfully opted in."
|
553 |
-
|
554 |
-
#: includes/class-freemius.php:20952, includes/class-freemius.php:21792
|
555 |
-
msgid "Awesome"
|
556 |
-
msgstr "Awesome"
|
557 |
-
|
558 |
-
#: includes/class-freemius.php:20968, templates/forms/optout.php:32
|
559 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
560 |
-
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
561 |
-
|
562 |
-
#: includes/class-freemius.php:20969
|
563 |
-
msgid "Thank you!"
|
564 |
-
msgstr "Thank you!"
|
565 |
-
|
566 |
-
#: includes/class-freemius.php:20976
|
567 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
568 |
-
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:21105
|
571 |
-
msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
572 |
-
msgstr "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
573 |
-
|
574 |
-
#: includes/class-freemius.php:21111
|
575 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
576 |
-
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
577 |
-
|
578 |
-
#: includes/class-freemius.php:21116
|
579 |
-
msgid "%s is the new owner of the account."
|
580 |
-
msgstr "%s is the new owner of the account."
|
581 |
-
|
582 |
-
#: includes/class-freemius.php:21118
|
583 |
-
msgctxt "as congratulations"
|
584 |
-
msgid "Congrats"
|
585 |
-
msgstr "Congrats"
|
586 |
-
|
587 |
-
#: includes/class-freemius.php:21138
|
588 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
589 |
-
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
590 |
-
|
591 |
-
#: includes/class-freemius.php:21139
|
592 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
593 |
-
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
594 |
-
|
595 |
-
#: includes/class-freemius.php:21146
|
596 |
-
msgid "Change Ownership"
|
597 |
-
msgstr "Change Ownership"
|
598 |
-
|
599 |
-
#: includes/class-freemius.php:21154
|
600 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
601 |
-
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
602 |
-
|
603 |
-
#: includes/class-freemius.php:21166
|
604 |
-
msgid "Please provide your full name."
|
605 |
-
msgstr "Please provide your full name."
|
606 |
-
|
607 |
-
#: includes/class-freemius.php:21171
|
608 |
-
msgid "Your name was successfully updated."
|
609 |
-
msgstr "Your name was successfully updated."
|
610 |
-
|
611 |
-
#: includes/class-freemius.php:21232
|
612 |
-
msgid "You have successfully updated your %s."
|
613 |
-
msgstr "You have successfully updated your %s."
|
614 |
-
|
615 |
-
#: includes/class-freemius.php:21372
|
616 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
617 |
-
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
618 |
-
|
619 |
-
#: includes/class-freemius.php:21373
|
620 |
-
msgctxt "advance notice of something that will need attention."
|
621 |
-
msgid "Heads up"
|
622 |
-
msgstr "Heads up"
|
623 |
-
|
624 |
-
#: includes/class-freemius.php:21832
|
625 |
-
msgctxt "exclamation"
|
626 |
-
msgid "Hey"
|
627 |
-
msgstr "Hey"
|
628 |
-
|
629 |
-
#: includes/class-freemius.php:21832
|
630 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
631 |
-
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
632 |
-
|
633 |
-
#: includes/class-freemius.php:21840
|
634 |
-
msgid "No commitment for %s days - cancel anytime!"
|
635 |
-
msgstr "No commitment for %s days - cancel anytime!"
|
636 |
-
|
637 |
-
#: includes/class-freemius.php:21841
|
638 |
-
msgid "No credit card required"
|
639 |
-
msgstr "No credit card required"
|
640 |
-
|
641 |
-
#: includes/class-freemius.php:21848, templates/forms/trial-start.php:53
|
642 |
-
msgctxt "call to action"
|
643 |
-
msgid "Start free trial"
|
644 |
-
msgstr "Start free trial"
|
645 |
-
|
646 |
-
#: includes/class-freemius.php:21925
|
647 |
-
msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
648 |
-
msgstr "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
649 |
-
|
650 |
-
#: includes/class-freemius.php:21934
|
651 |
-
msgid "Learn more"
|
652 |
-
msgstr "Learn more"
|
653 |
-
|
654 |
-
#: includes/class-freemius.php:22120, templates/account.php:499, templates/account.php:624, templates/connect.php:171, templates/connect.php:421, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
|
655 |
-
msgid "Activate License"
|
656 |
-
msgstr "Activate License"
|
657 |
-
|
658 |
-
#: includes/class-freemius.php:22121, templates/account.php:571, templates/account.php:623, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
|
659 |
-
msgid "Change License"
|
660 |
-
msgstr "Change License"
|
661 |
-
|
662 |
-
#: includes/class-freemius.php:22217, templates/account/partials/site.php:169
|
663 |
-
msgid "Opt Out"
|
664 |
-
msgstr "Opt Out"
|
665 |
-
|
666 |
-
#: includes/class-freemius.php:22219, includes/class-freemius.php:22225, templates/account/partials/site.php:49, templates/account/partials/site.php:169
|
667 |
-
msgid "Opt In"
|
668 |
-
msgstr "Opt In"
|
669 |
-
|
670 |
-
#: includes/class-freemius.php:22453
|
671 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
672 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
673 |
-
|
674 |
-
#: includes/class-freemius.php:22461
|
675 |
-
msgid "Activate %s features"
|
676 |
-
msgstr "Activate %s features"
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:22474
|
679 |
-
msgid "Please follow these steps to complete the upgrade"
|
680 |
-
msgstr "Please follow these steps to complete the upgrade"
|
681 |
-
|
682 |
-
#: includes/class-freemius.php:22478
|
683 |
-
msgid "Download the latest %s version"
|
684 |
-
msgstr "Download the latest %s version"
|
685 |
-
|
686 |
-
#: includes/class-freemius.php:22482
|
687 |
-
msgid "Upload and activate the downloaded version"
|
688 |
-
msgstr "Upload and activate the downloaded version"
|
689 |
-
|
690 |
-
#: includes/class-freemius.php:22484
|
691 |
-
msgid "How to upload and activate?"
|
692 |
-
msgstr "How to upload and activate?"
|
693 |
-
|
694 |
-
#: includes/class-freemius.php:22618
|
695 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
696 |
-
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
697 |
-
|
698 |
-
#: includes/class-freemius.php:22779
|
699 |
-
msgid "Auto installation only works for opted-in users."
|
700 |
-
msgstr "Auto installation only works for opted-in users."
|
701 |
-
|
702 |
-
#: includes/class-freemius.php:22789, includes/class-freemius.php:22822, includes/class-fs-plugin-updater.php:1212, includes/class-fs-plugin-updater.php:1226
|
703 |
-
msgid "Invalid module ID."
|
704 |
-
msgstr "Invalid module ID."
|
705 |
-
|
706 |
-
#: includes/class-freemius.php:22798, includes/class-fs-plugin-updater.php:1248
|
707 |
-
msgid "Premium version already active."
|
708 |
-
msgstr "Premium version already active."
|
709 |
-
|
710 |
-
#: includes/class-freemius.php:22805
|
711 |
-
msgid "You do not have a valid license to access the premium version."
|
712 |
-
msgstr "You do not have a valid license to access the premium version."
|
713 |
-
|
714 |
-
#: includes/class-freemius.php:22812
|
715 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
716 |
-
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
717 |
-
|
718 |
-
#: includes/class-freemius.php:22830, includes/class-fs-plugin-updater.php:1247
|
719 |
-
msgid "Premium add-on version already installed."
|
720 |
-
msgstr "Premium add-on version already installed."
|
721 |
-
|
722 |
-
#: includes/class-freemius.php:23180
|
723 |
-
msgid "View paid features"
|
724 |
-
msgstr "View paid features"
|
725 |
-
|
726 |
-
#: includes/class-freemius.php:23502
|
727 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
728 |
-
msgstr "Thank you so much for using %s and its add-ons!"
|
729 |
-
|
730 |
-
#: includes/class-freemius.php:23503
|
731 |
-
msgid "Thank you so much for using %s!"
|
732 |
-
msgstr "Thank you so much for using %s!"
|
733 |
-
|
734 |
-
#: includes/class-freemius.php:23509
|
735 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
736 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
737 |
-
|
738 |
-
#: includes/class-freemius.php:23513
|
739 |
-
msgid "Thank you so much for using our products!"
|
740 |
-
msgstr "Thank you so much for using our products!"
|
741 |
-
|
742 |
-
#: includes/class-freemius.php:23514
|
743 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
744 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
745 |
-
|
746 |
-
#: includes/class-freemius.php:23533
|
747 |
-
msgid "%s and its add-ons"
|
748 |
-
msgstr "%s and its add-ons"
|
749 |
-
|
750 |
-
#: includes/class-freemius.php:23542
|
751 |
-
msgid "Products"
|
752 |
-
msgstr "Products"
|
753 |
-
|
754 |
-
#: includes/class-freemius.php:23549, templates/connect.php:272
|
755 |
-
msgid "Yes"
|
756 |
-
msgstr "Yes"
|
757 |
-
|
758 |
-
#: includes/class-freemius.php:23550, templates/connect.php:273
|
759 |
-
msgid "send me security & feature updates, educational content and offers."
|
760 |
-
msgstr "send me security & feature updates, educational content and offers."
|
761 |
-
|
762 |
-
#: includes/class-freemius.php:23551, templates/connect.php:278
|
763 |
-
msgid "No"
|
764 |
-
msgstr "No"
|
765 |
-
|
766 |
-
#: includes/class-freemius.php:23553, templates/connect.php:280
|
767 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
768 |
-
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
769 |
-
|
770 |
-
#: includes/class-freemius.php:23563
|
771 |
-
msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
772 |
-
msgstr "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
773 |
-
|
774 |
-
#: includes/class-freemius.php:23565, templates/connect.php:287
|
775 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
776 |
-
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
777 |
-
|
778 |
-
#: includes/class-freemius.php:23847
|
779 |
-
msgid "License key is empty."
|
780 |
-
msgstr "License key is empty."
|
781 |
-
|
782 |
-
#: includes/class-fs-plugin-updater.php:206, templates/forms/premium-versions-upgrade-handler.php:57
|
783 |
-
msgid "Renew license"
|
784 |
-
msgstr "Renew license"
|
785 |
-
|
786 |
-
#: includes/class-fs-plugin-updater.php:211, templates/forms/premium-versions-upgrade-handler.php:58
|
787 |
-
msgid "Buy license"
|
788 |
-
msgstr "Buy license"
|
789 |
-
|
790 |
-
#: includes/class-fs-plugin-updater.php:321, includes/class-fs-plugin-updater.php:354
|
791 |
-
msgid "There is a %s of %s available."
|
792 |
-
msgstr "There is a %s of %s available."
|
793 |
-
|
794 |
-
#: includes/class-fs-plugin-updater.php:323, includes/class-fs-plugin-updater.php:359
|
795 |
-
msgid "new Beta version"
|
796 |
-
msgstr "new Beta version"
|
797 |
-
|
798 |
-
#: includes/class-fs-plugin-updater.php:324, includes/class-fs-plugin-updater.php:360
|
799 |
-
msgid "new version"
|
800 |
-
msgstr "new version"
|
801 |
-
|
802 |
-
#: includes/class-fs-plugin-updater.php:383
|
803 |
-
msgid "Important Upgrade Notice:"
|
804 |
-
msgstr "Important Upgrade Notice:"
|
805 |
-
|
806 |
-
#: includes/class-fs-plugin-updater.php:1277
|
807 |
-
msgid "Installing plugin: %s"
|
808 |
-
msgstr "Installing plugin: %s"
|
809 |
-
|
810 |
-
#: includes/class-fs-plugin-updater.php:1318
|
811 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
812 |
-
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
813 |
-
|
814 |
-
#: includes/class-fs-plugin-updater.php:1500
|
815 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
816 |
-
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
817 |
-
|
818 |
-
#: includes/fs-plugin-info-dialog.php:535
|
819 |
-
msgid "Purchase More"
|
820 |
-
msgstr "Purchase More"
|
821 |
-
|
822 |
-
#: includes/fs-plugin-info-dialog.php:536, templates/account/partials/addon.php:385
|
823 |
-
msgctxt "verb"
|
824 |
-
msgid "Purchase"
|
825 |
-
msgstr "Purchase"
|
826 |
-
|
827 |
-
#: includes/fs-plugin-info-dialog.php:540
|
828 |
-
msgid "Start my free %s"
|
829 |
-
msgstr "Start my free %s"
|
830 |
-
|
831 |
-
#: includes/fs-plugin-info-dialog.php:738
|
832 |
-
msgid "Install Free Version Update Now"
|
833 |
-
msgstr "Install Free Version Update Now"
|
834 |
-
|
835 |
-
#: includes/fs-plugin-info-dialog.php:739, templates/account.php:560
|
836 |
-
msgid "Install Update Now"
|
837 |
-
msgstr "Install Update Now"
|
838 |
-
|
839 |
-
#: includes/fs-plugin-info-dialog.php:748
|
840 |
-
msgid "Install Free Version Now"
|
841 |
-
msgstr "Install Free Version Now"
|
842 |
-
|
843 |
-
#: includes/fs-plugin-info-dialog.php:749, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:365, templates/account/partials/addon.php:418
|
844 |
-
msgid "Install Now"
|
845 |
-
msgstr "Install Now"
|
846 |
-
|
847 |
-
#: includes/fs-plugin-info-dialog.php:765
|
848 |
-
msgctxt "as download latest version"
|
849 |
-
msgid "Download Latest Free Version"
|
850 |
-
msgstr "Download Latest Free Version"
|
851 |
-
|
852 |
-
#: includes/fs-plugin-info-dialog.php:766, templates/account.php:91, templates/add-ons.php:37, templates/account/partials/addon.php:25
|
853 |
-
msgctxt "as download latest version"
|
854 |
-
msgid "Download Latest"
|
855 |
-
msgstr "Download Latest"
|
856 |
-
|
857 |
-
#: includes/fs-plugin-info-dialog.php:781, templates/add-ons.php:329, templates/account/partials/addon.php:356, templates/account/partials/addon.php:412
|
858 |
-
msgid "Activate this add-on"
|
859 |
-
msgstr "Activate this add-on"
|
860 |
-
|
861 |
-
#: includes/fs-plugin-info-dialog.php:783, templates/connect.php:418
|
862 |
-
msgid "Activate Free Version"
|
863 |
-
msgstr "Activate Free Version"
|
864 |
-
|
865 |
-
#: includes/fs-plugin-info-dialog.php:784, templates/account.php:115, templates/add-ons.php:330, templates/account/partials/addon.php:48
|
866 |
-
msgid "Activate"
|
867 |
-
msgstr "Activate"
|
868 |
-
|
869 |
-
#: includes/fs-plugin-info-dialog.php:994
|
870 |
-
msgctxt "Plugin installer section title"
|
871 |
-
msgid "Description"
|
872 |
-
msgstr "Description"
|
873 |
-
|
874 |
-
#: includes/fs-plugin-info-dialog.php:995
|
875 |
-
msgctxt "Plugin installer section title"
|
876 |
-
msgid "Installation"
|
877 |
-
msgstr "Installation"
|
878 |
-
|
879 |
-
#: includes/fs-plugin-info-dialog.php:996
|
880 |
-
msgctxt "Plugin installer section title"
|
881 |
-
msgid "FAQ"
|
882 |
-
msgstr "FAQ"
|
883 |
-
|
884 |
-
#: includes/fs-plugin-info-dialog.php:997, templates/plugin-info/description.php:55
|
885 |
-
msgid "Screenshots"
|
886 |
-
msgstr "Screenshots"
|
887 |
-
|
888 |
-
#: includes/fs-plugin-info-dialog.php:998
|
889 |
-
msgctxt "Plugin installer section title"
|
890 |
-
msgid "Changelog"
|
891 |
-
msgstr "Changelog"
|
892 |
-
|
893 |
-
#: includes/fs-plugin-info-dialog.php:999
|
894 |
-
msgctxt "Plugin installer section title"
|
895 |
-
msgid "Reviews"
|
896 |
-
msgstr "Reviews"
|
897 |
-
|
898 |
-
#: includes/fs-plugin-info-dialog.php:1000
|
899 |
-
msgctxt "Plugin installer section title"
|
900 |
-
msgid "Other Notes"
|
901 |
-
msgstr "Other Notes"
|
902 |
-
|
903 |
-
#: includes/fs-plugin-info-dialog.php:1015
|
904 |
-
msgctxt "Plugin installer section title"
|
905 |
-
msgid "Features & Pricing"
|
906 |
-
msgstr "Features & Pricing"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php:1025
|
909 |
-
msgid "Plugin Install"
|
910 |
-
msgstr "Plugin Install"
|
911 |
-
|
912 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
913 |
-
msgctxt "e.g. Professional Plan"
|
914 |
-
msgid "%s Plan"
|
915 |
-
msgstr "%s Plan"
|
916 |
-
|
917 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
918 |
-
msgctxt "e.g. the best product"
|
919 |
-
msgid "Best"
|
920 |
-
msgstr "Best"
|
921 |
-
|
922 |
-
#: includes/fs-plugin-info-dialog.php:1129, includes/fs-plugin-info-dialog.php:1149
|
923 |
-
msgctxt "as every month"
|
924 |
-
msgid "Monthly"
|
925 |
-
msgstr "Monthly"
|
926 |
-
|
927 |
-
#: includes/fs-plugin-info-dialog.php:1132
|
928 |
-
msgctxt "as once a year"
|
929 |
-
msgid "Annual"
|
930 |
-
msgstr "Annual"
|
931 |
-
|
932 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
933 |
-
msgid "Lifetime"
|
934 |
-
msgstr "Lifetime"
|
935 |
-
|
936 |
-
#: includes/fs-plugin-info-dialog.php:1149, includes/fs-plugin-info-dialog.php:1151, includes/fs-plugin-info-dialog.php:1153
|
937 |
-
msgctxt "e.g. billed monthly"
|
938 |
-
msgid "Billed %s"
|
939 |
-
msgstr "Billed %s"
|
940 |
-
|
941 |
-
#: includes/fs-plugin-info-dialog.php:1151
|
942 |
-
msgctxt "as once a year"
|
943 |
-
msgid "Annually"
|
944 |
-
msgstr "Annually"
|
945 |
-
|
946 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
947 |
-
msgctxt "as once a year"
|
948 |
-
msgid "Once"
|
949 |
-
msgstr "Once"
|
950 |
-
|
951 |
-
#: includes/fs-plugin-info-dialog.php:1159
|
952 |
-
msgid "Single Site License"
|
953 |
-
msgstr "Single Site License"
|
954 |
-
|
955 |
-
#: includes/fs-plugin-info-dialog.php:1161
|
956 |
-
msgid "Unlimited Licenses"
|
957 |
-
msgstr "Unlimited Licenses"
|
958 |
-
|
959 |
-
#: includes/fs-plugin-info-dialog.php:1163
|
960 |
-
msgid "Up to %s Sites"
|
961 |
-
msgstr "Up to %s Sites"
|
962 |
-
|
963 |
-
#: includes/fs-plugin-info-dialog.php:1173, templates/plugin-info/features.php:82
|
964 |
-
msgctxt "as monthly period"
|
965 |
-
msgid "mo"
|
966 |
-
msgstr "mo"
|
967 |
-
|
968 |
-
#: includes/fs-plugin-info-dialog.php:1180, templates/plugin-info/features.php:80
|
969 |
-
msgctxt "as annual period"
|
970 |
-
msgid "year"
|
971 |
-
msgstr "year"
|
972 |
-
|
973 |
-
#: includes/fs-plugin-info-dialog.php:1234
|
974 |
-
msgctxt "noun"
|
975 |
-
msgid "Price"
|
976 |
-
msgstr "Price"
|
977 |
-
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1282
|
979 |
-
msgid "Save %s"
|
980 |
-
msgstr "Save %s"
|
981 |
-
|
982 |
-
#: includes/fs-plugin-info-dialog.php:1292
|
983 |
-
msgid "No commitment for %s - cancel anytime"
|
984 |
-
msgstr "No commitment for %s - cancel anytime"
|
985 |
-
|
986 |
-
#: includes/fs-plugin-info-dialog.php:1295
|
987 |
-
msgid "After your free %s, pay as little as %s"
|
988 |
-
msgstr "After your free %s, pay as little as %s"
|
989 |
-
|
990 |
-
#: includes/fs-plugin-info-dialog.php:1306
|
991 |
-
msgid "Details"
|
992 |
-
msgstr "Details"
|
993 |
-
|
994 |
-
#: includes/fs-plugin-info-dialog.php:1310, templates/account.php:102, templates/debug.php:203, templates/debug.php:240, templates/debug.php:457, templates/account/partials/addon.php:36
|
995 |
-
msgctxt "product version"
|
996 |
-
msgid "Version"
|
997 |
-
msgstr "Version"
|
998 |
-
|
999 |
-
#: includes/fs-plugin-info-dialog.php:1317
|
1000 |
-
msgctxt "as the plugin author"
|
1001 |
-
msgid "Author"
|
1002 |
-
msgstr "Author"
|
1003 |
-
|
1004 |
-
#: includes/fs-plugin-info-dialog.php:1324
|
1005 |
-
msgid "Last Updated"
|
1006 |
-
msgstr "Last Updated"
|
1007 |
-
|
1008 |
-
#: includes/fs-plugin-info-dialog.php:1329, templates/account.php:468
|
1009 |
-
msgctxt "x-ago"
|
1010 |
-
msgid "%s ago"
|
1011 |
-
msgstr "%s ago"
|
1012 |
-
|
1013 |
-
#: includes/fs-plugin-info-dialog.php:1338
|
1014 |
-
msgid "Requires WordPress Version"
|
1015 |
-
msgstr "Requires WordPress Version"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php:1339
|
1018 |
-
msgid "%s or higher"
|
1019 |
-
msgstr "%s or higher"
|
1020 |
-
|
1021 |
-
#: includes/fs-plugin-info-dialog.php:1346
|
1022 |
-
msgid "Compatible up to"
|
1023 |
-
msgstr "Compatible up to"
|
1024 |
-
|
1025 |
-
#: includes/fs-plugin-info-dialog.php:1354
|
1026 |
-
msgid "Downloaded"
|
1027 |
-
msgstr "Downloaded"
|
1028 |
-
|
1029 |
-
#: includes/fs-plugin-info-dialog.php:1358
|
1030 |
-
msgid "%s time"
|
1031 |
-
msgstr "%s time"
|
1032 |
-
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:1360
|
1034 |
-
msgid "%s times"
|
1035 |
-
msgstr "%s times"
|
1036 |
-
|
1037 |
-
#: includes/fs-plugin-info-dialog.php:1370
|
1038 |
-
msgid "WordPress.org Plugin Page"
|
1039 |
-
msgstr "WordPress.org Plugin Page"
|
1040 |
-
|
1041 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1042 |
-
msgid "Plugin Homepage"
|
1043 |
-
msgstr "Plugin Homepage"
|
1044 |
-
|
1045 |
-
#: includes/fs-plugin-info-dialog.php:1386, includes/fs-plugin-info-dialog.php:1468
|
1046 |
-
msgid "Donate to this plugin"
|
1047 |
-
msgstr "Donate to this plugin"
|
1048 |
-
|
1049 |
-
#: includes/fs-plugin-info-dialog.php:1393
|
1050 |
-
msgid "Average Rating"
|
1051 |
-
msgstr "Average Rating"
|
1052 |
-
|
1053 |
-
#: includes/fs-plugin-info-dialog.php:1400
|
1054 |
-
msgid "based on %s"
|
1055 |
-
msgstr "based on %s"
|
1056 |
-
|
1057 |
-
#: includes/fs-plugin-info-dialog.php:1404
|
1058 |
-
msgid "%s rating"
|
1059 |
-
msgstr "%s rating"
|
1060 |
-
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:1406
|
1062 |
-
msgid "%s ratings"
|
1063 |
-
msgstr "%s ratings"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1066 |
-
msgid "%s star"
|
1067 |
-
msgstr "%s star"
|
1068 |
-
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:1423
|
1070 |
-
msgid "%s stars"
|
1071 |
-
msgstr "%s stars"
|
1072 |
-
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:1434
|
1074 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1075 |
-
msgstr "Click to see reviews that provided a rating of %s"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1447
|
1078 |
-
msgid "Contributors"
|
1079 |
-
msgstr "Contributors"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1476, includes/fs-plugin-info-dialog.php:1478
|
1082 |
-
msgid "Warning"
|
1083 |
-
msgstr "Warning"
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1476
|
1086 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1087 |
-
msgstr "This plugin has not been tested with your current version of WordPress."
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1090 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1091 |
-
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1497
|
1094 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1095 |
-
msgstr "Paid add-on must be deployed to Freemius."
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php:1498
|
1098 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1099 |
-
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1100 |
-
|
1101 |
-
#: includes/fs-plugin-info-dialog.php:1519
|
1102 |
-
msgid "Newer Version (%s) Installed"
|
1103 |
-
msgstr "Newer Version (%s) Installed"
|
1104 |
-
|
1105 |
-
#: includes/fs-plugin-info-dialog.php:1520
|
1106 |
-
msgid "Newer Free Version (%s) Installed"
|
1107 |
-
msgstr "Newer Free Version (%s) Installed"
|
1108 |
-
|
1109 |
-
#: includes/fs-plugin-info-dialog.php:1527
|
1110 |
-
msgid "Latest Version Installed"
|
1111 |
-
msgstr "Latest Version Installed"
|
1112 |
-
|
1113 |
-
#: includes/fs-plugin-info-dialog.php:1528
|
1114 |
-
msgid "Latest Free Version Installed"
|
1115 |
-
msgstr "Latest Free Version Installed"
|
1116 |
-
|
1117 |
-
#: templates/account.php:92, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:26, templates/account/partials/site.php:311
|
1118 |
-
msgid "Downgrading your plan"
|
1119 |
-
msgstr "Downgrading your plan"
|
1120 |
-
|
1121 |
-
#: templates/account.php:93, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:27, templates/account/partials/site.php:312
|
1122 |
-
msgid "Cancelling the subscription"
|
1123 |
-
msgstr "Cancelling the subscription"
|
1124 |
-
|
1125 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
1126 |
-
#: templates/account.php:95, templates/forms/subscription-cancellation.php:99, templates/account/partials/site.php:314
|
1127 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1128 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1129 |
-
|
1130 |
-
#: templates/account.php:96, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:30, templates/account/partials/site.php:315
|
1131 |
-
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1132 |
-
msgstr "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1133 |
-
|
1134 |
-
#: templates/account.php:97, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:31
|
1135 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1136 |
-
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1137 |
-
|
1138 |
-
#: templates/account.php:98, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:32, templates/account/partials/site.php:316
|
1139 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1140 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1141 |
-
|
1142 |
-
#: templates/account.php:99, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:33, templates/account/partials/site.php:317
|
1143 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1144 |
-
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1145 |
-
|
1146 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1147 |
-
#: templates/account.php:101, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:35
|
1148 |
-
msgid "Activate %s Plan"
|
1149 |
-
msgstr "Activate %s Plan"
|
1150 |
-
|
1151 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1152 |
-
#: templates/account.php:104, templates/account/partials/addon.php:38, templates/account/partials/site.php:291
|
1153 |
-
msgid "Auto renews in %s"
|
1154 |
-
msgstr "Auto renews in %s"
|
1155 |
-
|
1156 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1157 |
-
#: templates/account.php:106, templates/account/partials/addon.php:40, templates/account/partials/site.php:293
|
1158 |
-
msgid "Expires in %s"
|
1159 |
-
msgstr "Expires in %s"
|
1160 |
-
|
1161 |
-
#: templates/account.php:107
|
1162 |
-
msgctxt "as synchronize license"
|
1163 |
-
msgid "Sync License"
|
1164 |
-
msgstr "Sync License"
|
1165 |
-
|
1166 |
-
#: templates/account.php:108, templates/account/partials/addon.php:41
|
1167 |
-
msgid "Cancel Trial"
|
1168 |
-
msgstr "Cancel Trial"
|
1169 |
-
|
1170 |
-
#: templates/account.php:109, templates/account/partials/addon.php:42
|
1171 |
-
msgid "Change Plan"
|
1172 |
-
msgstr "Change Plan"
|
1173 |
-
|
1174 |
-
#: templates/account.php:110, templates/account/partials/addon.php:43
|
1175 |
-
msgctxt "verb"
|
1176 |
-
msgid "Upgrade"
|
1177 |
-
msgstr "Upgrade"
|
1178 |
-
|
1179 |
-
#: templates/account.php:112, templates/account/partials/addon.php:45, templates/account/partials/site.php:318
|
1180 |
-
msgctxt "verb"
|
1181 |
-
msgid "Downgrade"
|
1182 |
-
msgstr "Downgrade"
|
1183 |
-
|
1184 |
-
#: templates/account.php:114, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:47, templates/account/partials/site.php:33
|
1185 |
-
msgid "Free"
|
1186 |
-
msgstr "Free"
|
1187 |
-
|
1188 |
-
#: templates/account.php:116, templates/debug.php:373, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:49
|
1189 |
-
msgctxt "as product pricing plan"
|
1190 |
-
msgid "Plan"
|
1191 |
-
msgstr "Plan"
|
1192 |
-
|
1193 |
-
#: templates/account.php:117
|
1194 |
-
msgid "Bundle Plan"
|
1195 |
-
msgstr "Bundle Plan"
|
1196 |
-
|
1197 |
-
#: templates/account.php:191
|
1198 |
-
msgid "Free Trial"
|
1199 |
-
msgstr "Free Trial"
|
1200 |
-
|
1201 |
-
#: templates/account.php:202
|
1202 |
-
msgid "Account Details"
|
1203 |
-
msgstr "Account Details"
|
1204 |
-
|
1205 |
-
#: templates/account.php:209, templates/forms/data-debug-mode.php:33
|
1206 |
-
msgid "Start Debug"
|
1207 |
-
msgstr "Start Debug"
|
1208 |
-
|
1209 |
-
#: templates/account.php:211
|
1210 |
-
msgid "Stop Debug"
|
1211 |
-
msgstr "Stop Debug"
|
1212 |
-
|
1213 |
-
#: templates/account.php:218
|
1214 |
-
msgid "Billing & Invoices"
|
1215 |
-
msgstr "Billing & Invoices"
|
1216 |
-
|
1217 |
-
#: templates/account.php:229
|
1218 |
-
msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
1219 |
-
msgstr "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
1220 |
-
|
1221 |
-
#: templates/account.php:231
|
1222 |
-
msgid "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
1223 |
-
msgstr "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
1224 |
-
|
1225 |
-
#: templates/account.php:234
|
1226 |
-
msgid "Delete Account"
|
1227 |
-
msgstr "Delete Account"
|
1228 |
-
|
1229 |
-
#: templates/account.php:246, templates/account/partials/addon.php:231, templates/account/partials/deactivate-license-button.php:35
|
1230 |
-
msgid "Deactivate License"
|
1231 |
-
msgstr "Deactivate License"
|
1232 |
-
|
1233 |
-
#: templates/account.php:269, templates/forms/subscription-cancellation.php:125
|
1234 |
-
msgid "Are you sure you want to proceed?"
|
1235 |
-
msgstr "Are you sure you want to proceed?"
|
1236 |
-
|
1237 |
-
#: templates/account.php:269, templates/account/partials/addon.php:255
|
1238 |
-
msgid "Cancel Subscription"
|
1239 |
-
msgstr "Cancel Subscription"
|
1240 |
-
|
1241 |
-
#: templates/account.php:298, templates/account/partials/addon.php:340
|
1242 |
-
msgctxt "as synchronize"
|
1243 |
-
msgid "Sync"
|
1244 |
-
msgstr "Sync"
|
1245 |
-
|
1246 |
-
#: templates/account.php:313, templates/debug.php:507
|
1247 |
-
msgid "Name"
|
1248 |
-
msgstr "Name"
|
1249 |
-
|
1250 |
-
#: templates/account.php:319, templates/debug.php:508
|
1251 |
-
msgid "Email"
|
1252 |
-
msgstr "Email"
|
1253 |
-
|
1254 |
-
#: templates/account.php:326, templates/debug.php:371, templates/debug.php:557
|
1255 |
-
msgid "User ID"
|
1256 |
-
msgstr "User ID"
|
1257 |
-
|
1258 |
-
#: templates/account.php:344, templates/account.php:637, templates/account.php:682, templates/debug.php:238, templates/debug.php:365, templates/debug.php:454, templates/debug.php:506, templates/debug.php:555, templates/debug.php:632, templates/account/payments.php:35, templates/debug/logger.php:21
|
1259 |
-
msgid "ID"
|
1260 |
-
msgstr "ID"
|
1261 |
-
|
1262 |
-
#: templates/account.php:351
|
1263 |
-
msgid "Site ID"
|
1264 |
-
msgstr "Site ID"
|
1265 |
-
|
1266 |
-
#: templates/account.php:354
|
1267 |
-
msgid "No ID"
|
1268 |
-
msgstr "No ID"
|
1269 |
-
|
1270 |
-
#: templates/account.php:359, templates/debug.php:245, templates/debug.php:374, templates/debug.php:458, templates/debug.php:510, templates/account/partials/site.php:227
|
1271 |
-
msgid "Public Key"
|
1272 |
-
msgstr "Public Key"
|
1273 |
-
|
1274 |
-
#: templates/account.php:365, templates/debug.php:375, templates/debug.php:459, templates/debug.php:511, templates/account/partials/site.php:239
|
1275 |
-
msgid "Secret Key"
|
1276 |
-
msgstr "Secret Key"
|
1277 |
-
|
1278 |
-
#: templates/account.php:368
|
1279 |
-
msgctxt "as secret encryption key missing"
|
1280 |
-
msgid "No Secret"
|
1281 |
-
msgstr "No Secret"
|
1282 |
-
|
1283 |
-
#: templates/account.php:395, templates/account/partials/site.php:120, templates/account/partials/site.php:122
|
1284 |
-
msgid "Trial"
|
1285 |
-
msgstr "Trial"
|
1286 |
-
|
1287 |
-
#: templates/account.php:422, templates/debug.php:562, templates/account/partials/site.php:260
|
1288 |
-
msgid "License Key"
|
1289 |
-
msgstr "License Key"
|
1290 |
-
|
1291 |
-
#: templates/account.php:453
|
1292 |
-
msgid "Join the Beta program"
|
1293 |
-
msgstr "Join the Beta program"
|
1294 |
-
|
1295 |
-
#: templates/account.php:459
|
1296 |
-
msgid "not verified"
|
1297 |
-
msgstr "not verified"
|
1298 |
-
|
1299 |
-
#: templates/account.php:468, templates/account/partials/addon.php:190
|
1300 |
-
msgid "Expired"
|
1301 |
-
msgstr "Expired"
|
1302 |
-
|
1303 |
-
#: templates/account.php:528
|
1304 |
-
msgid "Premium version"
|
1305 |
-
msgstr "Premium version"
|
1306 |
-
|
1307 |
-
#: templates/account.php:530
|
1308 |
-
msgid "Free version"
|
1309 |
-
msgstr "Free version"
|
1310 |
-
|
1311 |
-
#: templates/account.php:542
|
1312 |
-
msgid "Verify Email"
|
1313 |
-
msgstr "Verify Email"
|
1314 |
-
|
1315 |
-
#: templates/account.php:553
|
1316 |
-
msgid "Download %s Version"
|
1317 |
-
msgstr "Download %s Version"
|
1318 |
-
|
1319 |
-
#: templates/account.php:568, templates/account.php:820, templates/account/partials/site.php:248, templates/account/partials/site.php:270
|
1320 |
-
msgctxt "verb"
|
1321 |
-
msgid "Show"
|
1322 |
-
msgstr "Show"
|
1323 |
-
|
1324 |
-
#: templates/account.php:583
|
1325 |
-
msgid "What is your %s?"
|
1326 |
-
msgstr "What is your %s?"
|
1327 |
-
|
1328 |
-
#: templates/account.php:591, templates/account/billing.php:21
|
1329 |
-
msgctxt "verb"
|
1330 |
-
msgid "Edit"
|
1331 |
-
msgstr "Edit"
|
1332 |
-
|
1333 |
-
#: templates/account.php:616
|
1334 |
-
msgid "Sites"
|
1335 |
-
msgstr "Sites"
|
1336 |
-
|
1337 |
-
#: templates/account.php:629
|
1338 |
-
msgid "Search by address"
|
1339 |
-
msgstr "Search by address"
|
1340 |
-
|
1341 |
-
#: templates/account.php:638, templates/debug.php:368
|
1342 |
-
msgid "Address"
|
1343 |
-
msgstr "Address"
|
1344 |
-
|
1345 |
-
#: templates/account.php:639
|
1346 |
-
msgid "License"
|
1347 |
-
msgstr "License"
|
1348 |
-
|
1349 |
-
#: templates/account.php:640
|
1350 |
-
msgid "Plan"
|
1351 |
-
msgstr "Plan"
|
1352 |
-
|
1353 |
-
#: templates/account.php:685
|
1354 |
-
msgctxt "as software license"
|
1355 |
-
msgid "License"
|
1356 |
-
msgstr "License"
|
1357 |
-
|
1358 |
-
#: templates/account.php:814
|
1359 |
-
msgctxt "verb"
|
1360 |
-
msgid "Hide"
|
1361 |
-
msgstr "Hide"
|
1362 |
-
|
1363 |
-
#: templates/account.php:836, templates/forms/data-debug-mode.php:31
|
1364 |
-
msgid "Processing"
|
1365 |
-
msgstr "Processing"
|
1366 |
-
|
1367 |
-
#: templates/account.php:839
|
1368 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1369 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1370 |
-
|
1371 |
-
#: templates/account.php:897
|
1372 |
-
msgid "Cancelling %s"
|
1373 |
-
msgstr "Cancelling %s"
|
1374 |
-
|
1375 |
-
#: templates/account.php:897, templates/account.php:914, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:133
|
1376 |
-
msgid "trial"
|
1377 |
-
msgstr "trial"
|
1378 |
-
|
1379 |
-
#: templates/account.php:912, templates/forms/deactivation/form.php:150
|
1380 |
-
msgid "Cancelling %s..."
|
1381 |
-
msgstr "Cancelling %s..."
|
1382 |
-
|
1383 |
-
#: templates/account.php:915, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:134
|
1384 |
-
msgid "subscription"
|
1385 |
-
msgstr "subscription"
|
1386 |
-
|
1387 |
-
#: templates/account.php:929
|
1388 |
-
msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
|
1389 |
-
msgstr "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
|
1390 |
-
|
1391 |
-
#: templates/add-ons.php:38
|
1392 |
-
msgid "View details"
|
1393 |
-
msgstr "View details"
|
1394 |
-
|
1395 |
-
#: templates/add-ons.php:48
|
1396 |
-
msgid "Add Ons for %s"
|
1397 |
-
msgstr "Add Ons for %s"
|
1398 |
-
|
1399 |
-
#: templates/add-ons.php:58
|
1400 |
-
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1401 |
-
msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1402 |
-
|
1403 |
-
#: templates/add-ons.php:229
|
1404 |
-
msgctxt "active add-on"
|
1405 |
-
msgid "Active"
|
1406 |
-
msgstr "Active"
|
1407 |
-
|
1408 |
-
#: templates/add-ons.php:230
|
1409 |
-
msgctxt "installed add-on"
|
1410 |
-
msgid "Installed"
|
1411 |
-
msgstr "Installed"
|
1412 |
-
|
1413 |
-
#: templates/admin-notice.php:13, templates/forms/license-activation.php:207, templates/forms/resend-key.php:77
|
1414 |
-
msgctxt "as close a window"
|
1415 |
-
msgid "Dismiss"
|
1416 |
-
msgstr "Dismiss"
|
1417 |
-
|
1418 |
-
#: templates/auto-installation.php:45
|
1419 |
-
msgid "%s sec"
|
1420 |
-
msgstr "%s sec"
|
1421 |
-
|
1422 |
-
#: templates/auto-installation.php:83
|
1423 |
-
msgid "Automatic Installation"
|
1424 |
-
msgstr "Automatic Installation"
|
1425 |
-
|
1426 |
-
#: templates/auto-installation.php:93
|
1427 |
-
msgid "An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now."
|
1428 |
-
msgstr "An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now."
|
1429 |
-
|
1430 |
-
#: templates/auto-installation.php:104
|
1431 |
-
msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
|
1432 |
-
msgstr "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
|
1433 |
-
|
1434 |
-
#: templates/auto-installation.php:109
|
1435 |
-
msgid "Cancel Installation"
|
1436 |
-
msgstr "Cancel Installation"
|
1437 |
-
|
1438 |
-
#: templates/checkout.php:180
|
1439 |
-
msgid "Checkout"
|
1440 |
-
msgstr "Checkout"
|
1441 |
-
|
1442 |
-
#: templates/checkout.php:180
|
1443 |
-
msgid "PCI compliant"
|
1444 |
-
msgstr "PCI compliant"
|
1445 |
-
|
1446 |
-
#. translators: %s: name (e.g. Hey John,)
|
1447 |
-
#: templates/connect.php:112
|
1448 |
-
msgctxt "greeting"
|
1449 |
-
msgid "Hey %s,"
|
1450 |
-
msgstr "Hey %s,"
|
1451 |
-
|
1452 |
-
#: templates/connect.php:154
|
1453 |
-
msgid "Allow & Continue"
|
1454 |
-
msgstr "Allow & Continue"
|
1455 |
-
|
1456 |
-
#: templates/connect.php:158
|
1457 |
-
msgid "Re-send activation email"
|
1458 |
-
msgstr "Re-send activation email"
|
1459 |
-
|
1460 |
-
#: templates/connect.php:162
|
1461 |
-
msgid "Thanks %s!"
|
1462 |
-
msgstr "Thanks %s!"
|
1463 |
-
|
1464 |
-
#: templates/connect.php:172, templates/forms/license-activation.php:46
|
1465 |
-
msgid "Agree & Activate License"
|
1466 |
-
msgstr "Agree & Activate License"
|
1467 |
-
|
1468 |
-
#: templates/connect.php:181
|
1469 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1470 |
-
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1471 |
-
|
1472 |
-
#: templates/connect.php:188
|
1473 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
|
1474 |
-
msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
|
1475 |
-
|
1476 |
-
#: templates/connect.php:189
|
1477 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1478 |
-
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1479 |
-
|
1480 |
-
#: templates/connect.php:195
|
1481 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1482 |
-
msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1483 |
-
|
1484 |
-
#: templates/connect.php:196
|
1485 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1486 |
-
msgstr "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1487 |
-
|
1488 |
-
#: templates/connect.php:230
|
1489 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1490 |
-
msgstr "We're excited to introduce the Freemius network-level integration."
|
1491 |
-
|
1492 |
-
#: templates/connect.php:233
|
1493 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1494 |
-
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1495 |
-
|
1496 |
-
#: templates/connect.php:235
|
1497 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1498 |
-
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1499 |
-
|
1500 |
-
#: templates/connect.php:237
|
1501 |
-
msgid "%s's paid features"
|
1502 |
-
msgstr "%s's paid features"
|
1503 |
-
|
1504 |
-
#: templates/connect.php:242
|
1505 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1506 |
-
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1507 |
-
|
1508 |
-
#: templates/connect.php:244
|
1509 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1510 |
-
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1511 |
-
|
1512 |
-
#: templates/connect.php:253, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:49
|
1513 |
-
msgid "License key"
|
1514 |
-
msgstr "License key"
|
1515 |
-
|
1516 |
-
#: templates/connect.php:256, templates/forms/license-activation.php:22
|
1517 |
-
msgid "Can't find your license key?"
|
1518 |
-
msgstr "Can't find your license key?"
|
1519 |
-
|
1520 |
-
#: templates/connect.php:315, templates/connect.php:652, templates/forms/deactivation/retry-skip.php:20
|
1521 |
-
msgctxt "verb"
|
1522 |
-
msgid "Skip"
|
1523 |
-
msgstr "Skip"
|
1524 |
-
|
1525 |
-
#: templates/connect.php:318
|
1526 |
-
msgid "Delegate to Site Admins"
|
1527 |
-
msgstr "Delegate to Site Admins"
|
1528 |
-
|
1529 |
-
#: templates/connect.php:318
|
1530 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1531 |
-
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1532 |
-
|
1533 |
-
#: templates/connect.php:346
|
1534 |
-
msgid "Your Profile Overview"
|
1535 |
-
msgstr "Your Profile Overview"
|
1536 |
-
|
1537 |
-
#: templates/connect.php:347
|
1538 |
-
msgid "Name and email address"
|
1539 |
-
msgstr "Name and email address"
|
1540 |
-
|
1541 |
-
#: templates/connect.php:352
|
1542 |
-
msgid "Your Site Overview"
|
1543 |
-
msgstr "Your Site Overview"
|
1544 |
-
|
1545 |
-
#: templates/connect.php:353
|
1546 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1547 |
-
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1548 |
-
|
1549 |
-
#: templates/connect.php:358
|
1550 |
-
msgid "Admin Notices"
|
1551 |
-
msgstr "Admin Notices"
|
1552 |
-
|
1553 |
-
#: templates/connect.php:359, templates/connect.php:375
|
1554 |
-
msgid "Updates, announcements, marketing, no spam"
|
1555 |
-
msgstr "Updates, announcements, marketing, no spam"
|
1556 |
-
|
1557 |
-
#: templates/connect.php:364
|
1558 |
-
msgid "Current %s Events"
|
1559 |
-
msgstr "Current %s Events"
|
1560 |
-
|
1561 |
-
#: templates/connect.php:365
|
1562 |
-
msgid "Activation, deactivation and uninstall"
|
1563 |
-
msgstr "Activation, deactivation and uninstall"
|
1564 |
-
|
1565 |
-
#: templates/connect.php:374
|
1566 |
-
msgid "Newsletter"
|
1567 |
-
msgstr "Newsletter"
|
1568 |
-
|
1569 |
-
#: templates/connect.php:391, templates/forms/license-activation.php:41
|
1570 |
-
msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
|
1571 |
-
msgstr "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
|
1572 |
-
|
1573 |
-
#: templates/connect.php:396
|
1574 |
-
msgid "What permissions are being granted?"
|
1575 |
-
msgstr "What permissions are being granted?"
|
1576 |
-
|
1577 |
-
#: templates/connect.php:417
|
1578 |
-
msgid "Don't have a license key?"
|
1579 |
-
msgstr "Don't have a license key?"
|
1580 |
-
|
1581 |
-
#: templates/connect.php:420
|
1582 |
-
msgid "Have a license key?"
|
1583 |
-
msgstr "Have a license key?"
|
1584 |
-
|
1585 |
-
#: templates/connect.php:428
|
1586 |
-
msgid "Privacy Policy"
|
1587 |
-
msgstr "Privacy Policy"
|
1588 |
-
|
1589 |
-
#: templates/connect.php:430
|
1590 |
-
msgid "License Agreement"
|
1591 |
-
msgstr "License Agreement"
|
1592 |
-
|
1593 |
-
#: templates/connect.php:430
|
1594 |
-
msgid "Terms of Service"
|
1595 |
-
msgstr "Terms of Service"
|
1596 |
-
|
1597 |
-
#: templates/connect.php:805
|
1598 |
-
msgctxt "as in the process of sending an email"
|
1599 |
-
msgid "Sending email"
|
1600 |
-
msgstr "Sending email"
|
1601 |
-
|
1602 |
-
#: templates/connect.php:806
|
1603 |
-
msgctxt "as activating plugin"
|
1604 |
-
msgid "Activating"
|
1605 |
-
msgstr "Activating"
|
1606 |
-
|
1607 |
-
#: templates/contact.php:78
|
1608 |
-
msgid "Contact"
|
1609 |
-
msgstr "Contact"
|
1610 |
-
|
1611 |
-
#: templates/debug.php:17
|
1612 |
-
msgctxt "as turned off"
|
1613 |
-
msgid "Off"
|
1614 |
-
msgstr "Off"
|
1615 |
-
|
1616 |
-
#: templates/debug.php:18
|
1617 |
-
msgctxt "as turned on"
|
1618 |
-
msgid "On"
|
1619 |
-
msgstr "On"
|
1620 |
-
|
1621 |
-
#: templates/debug.php:20
|
1622 |
-
msgid "SDK"
|
1623 |
-
msgstr "SDK"
|
1624 |
-
|
1625 |
-
#: templates/debug.php:24
|
1626 |
-
msgctxt "as code debugging"
|
1627 |
-
msgid "Debugging"
|
1628 |
-
msgstr "Debugging"
|
1629 |
-
|
1630 |
-
#: templates/debug.php:54, templates/debug.php:250, templates/debug.php:376, templates/debug.php:512
|
1631 |
-
msgid "Actions"
|
1632 |
-
msgstr "Actions"
|
1633 |
-
|
1634 |
-
#: templates/debug.php:64
|
1635 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1636 |
-
msgstr "Are you sure you want to delete all Freemius data?"
|
1637 |
-
|
1638 |
-
#: templates/debug.php:64
|
1639 |
-
msgid "Delete All Accounts"
|
1640 |
-
msgstr "Delete All Accounts"
|
1641 |
-
|
1642 |
-
#: templates/debug.php:71
|
1643 |
-
msgid "Clear API Cache"
|
1644 |
-
msgstr "Clear API Cache"
|
1645 |
-
|
1646 |
-
#: templates/debug.php:79
|
1647 |
-
msgid "Clear Updates Transients"
|
1648 |
-
msgstr "Clear Updates Transients"
|
1649 |
-
|
1650 |
-
#: templates/debug.php:86
|
1651 |
-
msgid "Sync Data From Server"
|
1652 |
-
msgstr "Sync Data From Server"
|
1653 |
-
|
1654 |
-
#: templates/debug.php:95
|
1655 |
-
msgid "Migrate Options to Network"
|
1656 |
-
msgstr "Migrate Options to Network"
|
1657 |
-
|
1658 |
-
#: templates/debug.php:100
|
1659 |
-
msgid "Load DB Option"
|
1660 |
-
msgstr "Load DB Option"
|
1661 |
-
|
1662 |
-
#: templates/debug.php:103
|
1663 |
-
msgid "Set DB Option"
|
1664 |
-
msgstr "Set DB Option"
|
1665 |
-
|
1666 |
-
#: templates/debug.php:182
|
1667 |
-
msgid "Key"
|
1668 |
-
msgstr "Key"
|
1669 |
-
|
1670 |
-
#: templates/debug.php:183
|
1671 |
-
msgid "Value"
|
1672 |
-
msgstr "Value"
|
1673 |
-
|
1674 |
-
#: templates/debug.php:199
|
1675 |
-
msgctxt "as software development kit versions"
|
1676 |
-
msgid "SDK Versions"
|
1677 |
-
msgstr "SDK Versions"
|
1678 |
-
|
1679 |
-
#: templates/debug.php:204
|
1680 |
-
msgid "SDK Path"
|
1681 |
-
msgstr "SDK Path"
|
1682 |
-
|
1683 |
-
#: templates/debug.php:205, templates/debug.php:244
|
1684 |
-
msgid "Module Path"
|
1685 |
-
msgstr "Module Path"
|
1686 |
-
|
1687 |
-
#: templates/debug.php:206
|
1688 |
-
msgid "Is Active"
|
1689 |
-
msgstr "Is Active"
|
1690 |
-
|
1691 |
-
#: templates/debug.php:234, templates/debug/plugins-themes-sync.php:35
|
1692 |
-
msgid "Plugins"
|
1693 |
-
msgstr "Plugins"
|
1694 |
-
|
1695 |
-
#: templates/debug.php:234, templates/debug/plugins-themes-sync.php:56
|
1696 |
-
msgid "Themes"
|
1697 |
-
msgstr "Themes"
|
1698 |
-
|
1699 |
-
#: templates/debug.php:239, templates/debug.php:370, templates/debug.php:456, templates/debug/scheduled-crons.php:80
|
1700 |
-
msgid "Slug"
|
1701 |
-
msgstr "Slug"
|
1702 |
-
|
1703 |
-
#: templates/debug.php:241, templates/debug.php:455
|
1704 |
-
msgid "Title"
|
1705 |
-
msgstr "Title"
|
1706 |
-
|
1707 |
-
#: templates/debug.php:242
|
1708 |
-
msgctxt "as application program interface"
|
1709 |
-
msgid "API"
|
1710 |
-
msgstr "API"
|
1711 |
-
|
1712 |
-
#: templates/debug.php:243
|
1713 |
-
msgid "Freemius State"
|
1714 |
-
msgstr "Freemius State"
|
1715 |
-
|
1716 |
-
#: templates/debug.php:247
|
1717 |
-
msgid "Network Blog"
|
1718 |
-
msgstr "Network Blog"
|
1719 |
-
|
1720 |
-
#: templates/debug.php:248
|
1721 |
-
msgid "Network User"
|
1722 |
-
msgstr "Network User"
|
1723 |
-
|
1724 |
-
#: templates/debug.php:285
|
1725 |
-
msgctxt "as connection was successful"
|
1726 |
-
msgid "Connected"
|
1727 |
-
msgstr "Connected"
|
1728 |
-
|
1729 |
-
#: templates/debug.php:286
|
1730 |
-
msgctxt "as connection blocked"
|
1731 |
-
msgid "Blocked"
|
1732 |
-
msgstr "Blocked"
|
1733 |
-
|
1734 |
-
#: templates/debug.php:322
|
1735 |
-
msgid "Simulate Trial Promotion"
|
1736 |
-
msgstr "Simulate Trial Promotion"
|
1737 |
-
|
1738 |
-
#: templates/debug.php:334
|
1739 |
-
msgid "Simulate Network Upgrade"
|
1740 |
-
msgstr "Simulate Network Upgrade"
|
1741 |
-
|
1742 |
-
#: templates/debug.php:359
|
1743 |
-
msgid "%s Installs"
|
1744 |
-
msgstr "%s Installs"
|
1745 |
-
|
1746 |
-
#: templates/debug.php:361
|
1747 |
-
msgctxt "like websites"
|
1748 |
-
msgid "Sites"
|
1749 |
-
msgstr "Sites"
|
1750 |
-
|
1751 |
-
#: templates/debug.php:367, templates/account/partials/site.php:156
|
1752 |
-
msgid "Blog ID"
|
1753 |
-
msgstr "Blog ID"
|
1754 |
-
|
1755 |
-
#: templates/debug.php:372
|
1756 |
-
msgid "License ID"
|
1757 |
-
msgstr "License ID"
|
1758 |
-
|
1759 |
-
#: templates/debug.php:436, templates/debug.php:535, templates/account/partials/addon.php:435
|
1760 |
-
msgctxt "verb"
|
1761 |
-
msgid "Delete"
|
1762 |
-
msgstr "Delete"
|
1763 |
-
|
1764 |
-
#: templates/debug.php:450
|
1765 |
-
msgid "Add Ons of module %s"
|
1766 |
-
msgstr "Add Ons of module %s"
|
1767 |
-
|
1768 |
-
#: templates/debug.php:502
|
1769 |
-
msgid "Users"
|
1770 |
-
msgstr "Users"
|
1771 |
-
|
1772 |
-
#: templates/debug.php:509
|
1773 |
-
msgid "Verified"
|
1774 |
-
msgstr "Verified"
|
1775 |
-
|
1776 |
-
#: templates/debug.php:551
|
1777 |
-
msgid "%s Licenses"
|
1778 |
-
msgstr "%s Licenses"
|
1779 |
-
|
1780 |
-
#: templates/debug.php:556
|
1781 |
-
msgid "Plugin ID"
|
1782 |
-
msgstr "Plugin ID"
|
1783 |
-
|
1784 |
-
#: templates/debug.php:558
|
1785 |
-
msgid "Plan ID"
|
1786 |
-
msgstr "Plan ID"
|
1787 |
-
|
1788 |
-
#: templates/debug.php:559
|
1789 |
-
msgid "Quota"
|
1790 |
-
msgstr "Quota"
|
1791 |
-
|
1792 |
-
#: templates/debug.php:560
|
1793 |
-
msgid "Activated"
|
1794 |
-
msgstr "Activated"
|
1795 |
-
|
1796 |
-
#: templates/debug.php:561
|
1797 |
-
msgid "Blocking"
|
1798 |
-
msgstr "Blocking"
|
1799 |
-
|
1800 |
-
#: templates/debug.php:563
|
1801 |
-
msgctxt "as expiration date"
|
1802 |
-
msgid "Expiration"
|
1803 |
-
msgstr "Expiration"
|
1804 |
-
|
1805 |
-
#: templates/debug.php:590
|
1806 |
-
msgid "Debug Log"
|
1807 |
-
msgstr "Debug Log"
|
1808 |
-
|
1809 |
-
#: templates/debug.php:594
|
1810 |
-
msgid "All Types"
|
1811 |
-
msgstr "All Types"
|
1812 |
-
|
1813 |
-
#: templates/debug.php:601
|
1814 |
-
msgid "All Requests"
|
1815 |
-
msgstr "All Requests"
|
1816 |
-
|
1817 |
-
#: templates/debug.php:606, templates/debug.php:635, templates/debug/logger.php:25
|
1818 |
-
msgid "File"
|
1819 |
-
msgstr "File"
|
1820 |
-
|
1821 |
-
#: templates/debug.php:607, templates/debug.php:633, templates/debug/logger.php:23
|
1822 |
-
msgid "Function"
|
1823 |
-
msgstr "Function"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:608
|
1826 |
-
msgid "Process ID"
|
1827 |
-
msgstr "Process ID"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:609
|
1830 |
-
msgid "Logger"
|
1831 |
-
msgstr "Logger"
|
1832 |
-
|
1833 |
-
#: templates/debug.php:610, templates/debug.php:634, templates/debug/logger.php:24
|
1834 |
-
msgid "Message"
|
1835 |
-
msgstr "Message"
|
1836 |
-
|
1837 |
-
#: templates/debug.php:612
|
1838 |
-
msgid "Filter"
|
1839 |
-
msgstr "Filter"
|
1840 |
-
|
1841 |
-
#: templates/debug.php:620
|
1842 |
-
msgid "Download"
|
1843 |
-
msgstr "Download"
|
1844 |
-
|
1845 |
-
#: templates/debug.php:631, templates/debug/logger.php:22
|
1846 |
-
msgid "Type"
|
1847 |
-
msgstr "Type"
|
1848 |
-
|
1849 |
-
#: templates/debug.php:636, templates/debug/logger.php:26
|
1850 |
-
msgid "Timestamp"
|
1851 |
-
msgstr "Timestamp"
|
1852 |
-
|
1853 |
-
#: templates/secure-https-header.php:28
|
1854 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1855 |
-
msgstr "Secure HTTPS %s page, running from an external domain"
|
1856 |
-
|
1857 |
-
#: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
|
1858 |
-
msgid "Support"
|
1859 |
-
msgstr "Support"
|
1860 |
-
|
1861 |
-
#: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
|
1862 |
-
msgctxt "milliseconds"
|
1863 |
-
msgid "ms"
|
1864 |
-
msgstr "ms"
|
1865 |
-
|
1866 |
-
#: includes/debug/debug-bar-start.php:41
|
1867 |
-
msgid "Freemius API"
|
1868 |
-
msgstr "Freemius API"
|
1869 |
-
|
1870 |
-
#: includes/debug/debug-bar-start.php:42
|
1871 |
-
msgid "Requests"
|
1872 |
-
msgstr "Requests"
|
1873 |
-
|
1874 |
-
#: templates/account/billing.php:22
|
1875 |
-
msgctxt "verb"
|
1876 |
-
msgid "Update"
|
1877 |
-
msgstr "Update"
|
1878 |
-
|
1879 |
-
#: templates/account/billing.php:33
|
1880 |
-
msgid "Billing"
|
1881 |
-
msgstr "Billing"
|
1882 |
-
|
1883 |
-
#: templates/account/billing.php:38, templates/account/billing.php:38
|
1884 |
-
msgid "Business name"
|
1885 |
-
msgstr "Business name"
|
1886 |
-
|
1887 |
-
#: templates/account/billing.php:39, templates/account/billing.php:39
|
1888 |
-
msgid "Tax / VAT ID"
|
1889 |
-
msgstr "Tax / VAT ID"
|
1890 |
-
|
1891 |
-
#: templates/account/billing.php:42, templates/account/billing.php:42, templates/account/billing.php:43, templates/account/billing.php:43
|
1892 |
-
msgid "Address Line %d"
|
1893 |
-
msgstr "Address Line %d"
|
1894 |
-
|
1895 |
-
#: templates/account/billing.php:46, templates/account/billing.php:46
|
1896 |
-
msgid "City"
|
1897 |
-
msgstr "City"
|
1898 |
-
|
1899 |
-
#: templates/account/billing.php:46, templates/account/billing.php:46
|
1900 |
-
msgid "Town"
|
1901 |
-
msgstr "Town"
|
1902 |
-
|
1903 |
-
#: templates/account/billing.php:47, templates/account/billing.php:47
|
1904 |
-
msgid "ZIP / Postal Code"
|
1905 |
-
msgstr "ZIP / Postal Code"
|
1906 |
-
|
1907 |
-
#: templates/account/billing.php:302
|
1908 |
-
msgid "Country"
|
1909 |
-
msgstr "Country"
|
1910 |
-
|
1911 |
-
#: templates/account/billing.php:304
|
1912 |
-
msgid "Select Country"
|
1913 |
-
msgstr "Select Country"
|
1914 |
-
|
1915 |
-
#: templates/account/billing.php:311, templates/account/billing.php:312
|
1916 |
-
msgid "State"
|
1917 |
-
msgstr "State"
|
1918 |
-
|
1919 |
-
#: templates/account/billing.php:311, templates/account/billing.php:312
|
1920 |
-
msgid "Province"
|
1921 |
-
msgstr "Province"
|
1922 |
-
|
1923 |
-
#: templates/account/payments.php:29
|
1924 |
-
msgid "Payments"
|
1925 |
-
msgstr "Payments"
|
1926 |
-
|
1927 |
-
#: templates/account/payments.php:36
|
1928 |
-
msgid "Date"
|
1929 |
-
msgstr "Date"
|
1930 |
-
|
1931 |
-
#: templates/account/payments.php:37
|
1932 |
-
msgid "Amount"
|
1933 |
-
msgstr "Amount"
|
1934 |
-
|
1935 |
-
#: templates/account/payments.php:38, templates/account/payments.php:50
|
1936 |
-
msgid "Invoice"
|
1937 |
-
msgstr "Invoice"
|
1938 |
-
|
1939 |
-
#: templates/debug/api-calls.php:56
|
1940 |
-
msgid "API"
|
1941 |
-
msgstr "API"
|
1942 |
-
|
1943 |
-
#: templates/debug/api-calls.php:68
|
1944 |
-
msgid "Method"
|
1945 |
-
msgstr "Method"
|
1946 |
-
|
1947 |
-
#: templates/debug/api-calls.php:69
|
1948 |
-
msgid "Code"
|
1949 |
-
msgstr "Code"
|
1950 |
-
|
1951 |
-
#: templates/debug/api-calls.php:70
|
1952 |
-
msgid "Length"
|
1953 |
-
msgstr "Length"
|
1954 |
-
|
1955 |
-
#: templates/debug/api-calls.php:71
|
1956 |
-
msgctxt "as file/folder path"
|
1957 |
-
msgid "Path"
|
1958 |
-
msgstr "Path"
|
1959 |
-
|
1960 |
-
#: templates/debug/api-calls.php:73
|
1961 |
-
msgid "Body"
|
1962 |
-
msgstr "Body"
|
1963 |
-
|
1964 |
-
#: templates/debug/api-calls.php:75
|
1965 |
-
msgid "Result"
|
1966 |
-
msgstr "Result"
|
1967 |
-
|
1968 |
-
#: templates/debug/api-calls.php:76
|
1969 |
-
msgid "Start"
|
1970 |
-
msgstr "Start"
|
1971 |
-
|
1972 |
-
#: templates/debug/api-calls.php:77
|
1973 |
-
msgid "End"
|
1974 |
-
msgstr "End"
|
1975 |
-
|
1976 |
-
#: templates/debug/logger.php:15
|
1977 |
-
msgid "Log"
|
1978 |
-
msgstr "Log"
|
1979 |
-
|
1980 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
1981 |
-
#: templates/debug/plugins-themes-sync.php:18, templates/debug/scheduled-crons.php:91
|
1982 |
-
msgid "In %s"
|
1983 |
-
msgstr "In %s"
|
1984 |
-
|
1985 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
1986 |
-
#: templates/debug/plugins-themes-sync.php:20, templates/debug/scheduled-crons.php:93
|
1987 |
-
msgid "%s ago"
|
1988 |
-
msgstr "%s ago"
|
1989 |
-
|
1990 |
-
#: templates/debug/plugins-themes-sync.php:21, templates/debug/scheduled-crons.php:74
|
1991 |
-
msgctxt "seconds"
|
1992 |
-
msgid "sec"
|
1993 |
-
msgstr "sec"
|
1994 |
-
|
1995 |
-
#: templates/debug/plugins-themes-sync.php:23
|
1996 |
-
msgid "Plugins & Themes Sync"
|
1997 |
-
msgstr "Plugins & Themes Sync"
|
1998 |
-
|
1999 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2000 |
-
msgid "Total"
|
2001 |
-
msgstr "Total"
|
2002 |
-
|
2003 |
-
#: templates/debug/plugins-themes-sync.php:29, templates/debug/scheduled-crons.php:84
|
2004 |
-
msgid "Last"
|
2005 |
-
msgstr "Last"
|
2006 |
-
|
2007 |
-
#: templates/debug/scheduled-crons.php:76
|
2008 |
-
msgid "Scheduled Crons"
|
2009 |
-
msgstr "Scheduled Crons"
|
2010 |
-
|
2011 |
-
#: templates/debug/scheduled-crons.php:81
|
2012 |
-
msgid "Module"
|
2013 |
-
msgstr "Module"
|
2014 |
-
|
2015 |
-
#: templates/debug/scheduled-crons.php:82
|
2016 |
-
msgid "Module Type"
|
2017 |
-
msgstr "Module Type"
|
2018 |
-
|
2019 |
-
#: templates/debug/scheduled-crons.php:83
|
2020 |
-
msgid "Cron Type"
|
2021 |
-
msgstr "Cron Type"
|
2022 |
-
|
2023 |
-
#: templates/debug/scheduled-crons.php:85
|
2024 |
-
msgid "Next"
|
2025 |
-
msgstr "Next"
|
2026 |
-
|
2027 |
-
#: templates/forms/affiliation.php:82
|
2028 |
-
msgid "Non-expiring"
|
2029 |
-
msgstr "Non-expiring"
|
2030 |
-
|
2031 |
-
#: templates/forms/affiliation.php:85
|
2032 |
-
msgid "Apply to become an affiliate"
|
2033 |
-
msgstr "Apply to become an affiliate"
|
2034 |
-
|
2035 |
-
#: templates/forms/affiliation.php:104
|
2036 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2037 |
-
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2038 |
-
|
2039 |
-
#: templates/forms/affiliation.php:119
|
2040 |
-
msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
2041 |
-
msgstr "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
2042 |
-
|
2043 |
-
#: templates/forms/affiliation.php:122
|
2044 |
-
msgid "Your affiliation account was temporarily suspended."
|
2045 |
-
msgstr "Your affiliation account was temporarily suspended."
|
2046 |
-
|
2047 |
-
#: templates/forms/affiliation.php:125
|
2048 |
-
msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
2049 |
-
msgstr "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
2050 |
-
|
2051 |
-
#: templates/forms/affiliation.php:128
|
2052 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2053 |
-
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2054 |
-
|
2055 |
-
#: templates/forms/affiliation.php:141
|
2056 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2057 |
-
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2058 |
-
|
2059 |
-
#: templates/forms/affiliation.php:142
|
2060 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2061 |
-
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2062 |
-
|
2063 |
-
#: templates/forms/affiliation.php:145
|
2064 |
-
msgid "Program Summary"
|
2065 |
-
msgstr "Program Summary"
|
2066 |
-
|
2067 |
-
#: templates/forms/affiliation.php:147
|
2068 |
-
msgid "%s commission when a customer purchases a new license."
|
2069 |
-
msgstr "%s commission when a customer purchases a new license."
|
2070 |
-
|
2071 |
-
#: templates/forms/affiliation.php:149
|
2072 |
-
msgid "Get commission for automated subscription renewals."
|
2073 |
-
msgstr "Get commission for automated subscription renewals."
|
2074 |
-
|
2075 |
-
#: templates/forms/affiliation.php:152
|
2076 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2077 |
-
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2078 |
-
|
2079 |
-
#: templates/forms/affiliation.php:155
|
2080 |
-
msgid "Unlimited commissions."
|
2081 |
-
msgstr "Unlimited commissions."
|
2082 |
-
|
2083 |
-
#: templates/forms/affiliation.php:157
|
2084 |
-
msgid "%s minimum payout amount."
|
2085 |
-
msgstr "%s minimum payout amount."
|
2086 |
-
|
2087 |
-
#: templates/forms/affiliation.php:158
|
2088 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2089 |
-
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2090 |
-
|
2091 |
-
#: templates/forms/affiliation.php:159
|
2092 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2093 |
-
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2094 |
-
|
2095 |
-
#: templates/forms/affiliation.php:162
|
2096 |
-
msgid "Affiliate"
|
2097 |
-
msgstr "Affiliate"
|
2098 |
-
|
2099 |
-
#: templates/forms/affiliation.php:165, templates/forms/resend-key.php:23
|
2100 |
-
msgid "Email address"
|
2101 |
-
msgstr "Email address"
|
2102 |
-
|
2103 |
-
#: templates/forms/affiliation.php:169
|
2104 |
-
msgid "Full name"
|
2105 |
-
msgstr "Full name"
|
2106 |
-
|
2107 |
-
#: templates/forms/affiliation.php:173
|
2108 |
-
msgid "PayPal account email address"
|
2109 |
-
msgstr "PayPal account email address"
|
2110 |
-
|
2111 |
-
#: templates/forms/affiliation.php:177
|
2112 |
-
msgid "Where are you going to promote the %s?"
|
2113 |
-
msgstr "Where are you going to promote the %s?"
|
2114 |
-
|
2115 |
-
#: templates/forms/affiliation.php:179
|
2116 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2117 |
-
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2118 |
-
|
2119 |
-
#: templates/forms/affiliation.php:181
|
2120 |
-
msgid "Add another domain"
|
2121 |
-
msgstr "Add another domain"
|
2122 |
-
|
2123 |
-
#: templates/forms/affiliation.php:185
|
2124 |
-
msgid "Extra Domains"
|
2125 |
-
msgstr "Extra Domains"
|
2126 |
-
|
2127 |
-
#: templates/forms/affiliation.php:186
|
2128 |
-
msgid "Extra domains where you will be marketing the product from."
|
2129 |
-
msgstr "Extra domains where you will be marketing the product from."
|
2130 |
-
|
2131 |
-
#: templates/forms/affiliation.php:196
|
2132 |
-
msgid "Promotion methods"
|
2133 |
-
msgstr "Promotion methods"
|
2134 |
-
|
2135 |
-
#: templates/forms/affiliation.php:199
|
2136 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2137 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2138 |
-
|
2139 |
-
#: templates/forms/affiliation.php:203
|
2140 |
-
msgid "Mobile apps"
|
2141 |
-
msgstr "Mobile apps"
|
2142 |
-
|
2143 |
-
#: templates/forms/affiliation.php:207
|
2144 |
-
msgid "Website, email, and social media statistics (optional)"
|
2145 |
-
msgstr "Website, email, and social media statistics (optional)"
|
2146 |
-
|
2147 |
-
#: templates/forms/affiliation.php:210
|
2148 |
-
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2149 |
-
msgstr "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2150 |
-
|
2151 |
-
#: templates/forms/affiliation.php:214
|
2152 |
-
msgid "How will you promote us?"
|
2153 |
-
msgstr "How will you promote us?"
|
2154 |
-
|
2155 |
-
#: templates/forms/affiliation.php:217
|
2156 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2157 |
-
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2158 |
-
|
2159 |
-
#: templates/forms/affiliation.php:223, templates/forms/resend-key.php:22
|
2160 |
-
msgid "Cancel"
|
2161 |
-
msgstr "Cancel"
|
2162 |
-
|
2163 |
-
#: templates/forms/affiliation.php:225
|
2164 |
-
msgid "Become an affiliate"
|
2165 |
-
msgstr "Become an affiliate"
|
2166 |
-
|
2167 |
-
#: templates/forms/data-debug-mode.php:25
|
2168 |
-
msgid "Please enter the license key to enable the debug mode:"
|
2169 |
-
msgstr "Please enter the license key to enable the debug mode:"
|
2170 |
-
|
2171 |
-
#: templates/forms/data-debug-mode.php:27
|
2172 |
-
msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2173 |
-
msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2174 |
-
|
2175 |
-
#: templates/forms/data-debug-mode.php:32
|
2176 |
-
msgid "Submit"
|
2177 |
-
msgstr "Submit"
|
2178 |
-
|
2179 |
-
#: templates/forms/data-debug-mode.php:36
|
2180 |
-
msgid "User key"
|
2181 |
-
msgstr "User key"
|
2182 |
-
|
2183 |
-
#: templates/forms/license-activation.php:23
|
2184 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2185 |
-
msgstr "Please enter the license key that you received in the email right after the purchase:"
|
2186 |
-
|
2187 |
-
#: templates/forms/license-activation.php:28
|
2188 |
-
msgid "Update License"
|
2189 |
-
msgstr "Update License"
|
2190 |
-
|
2191 |
-
#: templates/forms/optout.php:30
|
2192 |
-
msgctxt "verb"
|
2193 |
-
msgid "Opt Out"
|
2194 |
-
msgstr "Opt Out"
|
2195 |
-
|
2196 |
-
#: templates/forms/optout.php:31
|
2197 |
-
msgctxt "verb"
|
2198 |
-
msgid "Opt In"
|
2199 |
-
msgstr "Opt In"
|
2200 |
-
|
2201 |
-
#: templates/forms/optout.php:33
|
2202 |
-
msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2203 |
-
msgstr "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2204 |
-
|
2205 |
-
#: templates/forms/optout.php:35
|
2206 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2207 |
-
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2208 |
-
|
2209 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2210 |
-
msgid "There is a new version of %s available."
|
2211 |
-
msgstr "There is a new version of %s available."
|
2212 |
-
|
2213 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2214 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2215 |
-
msgstr " %s to access version %s security & feature updates, and support."
|
2216 |
-
|
2217 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2218 |
-
msgid "New Version Available"
|
2219 |
-
msgstr "New Version Available"
|
2220 |
-
|
2221 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2222 |
-
msgctxt "close a window"
|
2223 |
-
msgid "Dismiss"
|
2224 |
-
msgstr "Dismiss"
|
2225 |
-
|
2226 |
-
#: templates/forms/resend-key.php:21
|
2227 |
-
msgid "Send License Key"
|
2228 |
-
msgstr "Send License Key"
|
2229 |
-
|
2230 |
-
#: templates/forms/resend-key.php:57
|
2231 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2232 |
-
msgstr "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2233 |
-
|
2234 |
-
#: templates/forms/subscription-cancellation.php:37
|
2235 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2236 |
-
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2237 |
-
|
2238 |
-
#: templates/forms/subscription-cancellation.php:47
|
2239 |
-
msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2240 |
-
msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2241 |
-
|
2242 |
-
#: templates/forms/subscription-cancellation.php:52
|
2243 |
-
msgid "license"
|
2244 |
-
msgstr "license"
|
2245 |
-
|
2246 |
-
#: templates/forms/subscription-cancellation.php:57
|
2247 |
-
msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2248 |
-
msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2249 |
-
|
2250 |
-
#: templates/forms/subscription-cancellation.php:68
|
2251 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2252 |
-
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2253 |
-
|
2254 |
-
#: templates/forms/subscription-cancellation.php:103
|
2255 |
-
msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2256 |
-
msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2257 |
-
|
2258 |
-
#: templates/forms/subscription-cancellation.php:136
|
2259 |
-
msgid "Cancel %s?"
|
2260 |
-
msgstr "Cancel %s?"
|
2261 |
-
|
2262 |
-
#: templates/forms/subscription-cancellation.php:143
|
2263 |
-
msgid "Proceed"
|
2264 |
-
msgstr "Proceed"
|
2265 |
-
|
2266 |
-
#: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:171
|
2267 |
-
msgid "Cancel %s & Proceed"
|
2268 |
-
msgstr "Cancel %s & Proceed"
|
2269 |
-
|
2270 |
-
#: templates/forms/trial-start.php:22
|
2271 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2272 |
-
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2273 |
-
|
2274 |
-
#: templates/forms/trial-start.php:28
|
2275 |
-
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
2276 |
-
msgstr "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
2277 |
-
|
2278 |
-
#: templates/js/style-premium-theme.php:39
|
2279 |
-
msgid "Premium"
|
2280 |
-
msgstr "Premium"
|
2281 |
-
|
2282 |
-
#: templates/js/style-premium-theme.php:42
|
2283 |
-
msgid "Beta"
|
2284 |
-
msgstr "Beta"
|
2285 |
-
|
2286 |
-
#: templates/partials/network-activation.php:27
|
2287 |
-
msgid "Activate license on all sites in the network."
|
2288 |
-
msgstr "Activate license on all sites in the network."
|
2289 |
-
|
2290 |
-
#: templates/partials/network-activation.php:28
|
2291 |
-
msgid "Apply on all sites in the network."
|
2292 |
-
msgstr "Apply on all sites in the network."
|
2293 |
-
|
2294 |
-
#: templates/partials/network-activation.php:31
|
2295 |
-
msgid "Activate license on all pending sites."
|
2296 |
-
msgstr "Activate license on all pending sites."
|
2297 |
-
|
2298 |
-
#: templates/partials/network-activation.php:32
|
2299 |
-
msgid "Apply on all pending sites."
|
2300 |
-
msgstr "Apply on all pending sites."
|
2301 |
-
|
2302 |
-
#: templates/partials/network-activation.php:40, templates/partials/network-activation.php:74
|
2303 |
-
msgid "allow"
|
2304 |
-
msgstr "allow"
|
2305 |
-
|
2306 |
-
#: templates/partials/network-activation.php:43, templates/partials/network-activation.php:77
|
2307 |
-
msgid "delegate"
|
2308 |
-
msgstr "delegate"
|
2309 |
-
|
2310 |
-
#: templates/partials/network-activation.php:47, templates/partials/network-activation.php:81
|
2311 |
-
msgid "skip"
|
2312 |
-
msgstr "skip"
|
2313 |
-
|
2314 |
-
#: templates/plugin-info/description.php:72, templates/plugin-info/screenshots.php:31
|
2315 |
-
msgid "Click to view full-size screenshot %d"
|
2316 |
-
msgstr "Click to view full-size screenshot %d"
|
2317 |
-
|
2318 |
-
#: templates/plugin-info/features.php:56
|
2319 |
-
msgid "Unlimited Updates"
|
2320 |
-
msgstr "Unlimited Updates"
|
2321 |
-
|
2322 |
-
#: templates/account/partials/activate-license-button.php:46
|
2323 |
-
msgid "Localhost"
|
2324 |
-
msgstr "Localhost"
|
2325 |
-
|
2326 |
-
#: templates/account/partials/activate-license-button.php:50
|
2327 |
-
msgctxt "as 5 licenses left"
|
2328 |
-
msgid "%s left"
|
2329 |
-
msgstr "%s left"
|
2330 |
-
|
2331 |
-
#: templates/account/partials/activate-license-button.php:51
|
2332 |
-
msgid "Last license"
|
2333 |
-
msgstr "Last license"
|
2334 |
-
|
2335 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
2336 |
-
#: templates/account/partials/addon.php:29
|
2337 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2338 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2339 |
-
|
2340 |
-
#: templates/account/partials/addon.php:185
|
2341 |
-
msgid "Cancelled"
|
2342 |
-
msgstr "Cancelled"
|
2343 |
-
|
2344 |
-
#: templates/account/partials/addon.php:195
|
2345 |
-
msgid "No expiration"
|
2346 |
-
msgstr "No expiration"
|
2347 |
-
|
2348 |
-
#: templates/account/partials/site.php:189
|
2349 |
-
msgid "Owner Name"
|
2350 |
-
msgstr "Owner Name"
|
2351 |
-
|
2352 |
-
#: templates/account/partials/site.php:201
|
2353 |
-
msgid "Owner Email"
|
2354 |
-
msgstr "Owner Email"
|
2355 |
-
|
2356 |
-
#: templates/account/partials/site.php:213
|
2357 |
-
msgid "Owner ID"
|
2358 |
-
msgstr "Owner ID"
|
2359 |
-
|
2360 |
-
#: templates/account/partials/site.php:286
|
2361 |
-
msgid "Subscription"
|
2362 |
-
msgstr "Subscription"
|
2363 |
-
|
2364 |
-
#: templates/forms/deactivation/contact.php:19
|
2365 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2366 |
-
msgstr "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2367 |
-
|
2368 |
-
#: templates/forms/deactivation/contact.php:22
|
2369 |
-
msgid "Contact Support"
|
2370 |
-
msgstr "Contact Support"
|
2371 |
-
|
2372 |
-
#: templates/forms/deactivation/form.php:64
|
2373 |
-
msgid "Anonymous feedback"
|
2374 |
-
msgstr "Anonymous feedback"
|
2375 |
-
|
2376 |
-
#: templates/forms/deactivation/form.php:70
|
2377 |
-
msgid "Deactivate"
|
2378 |
-
msgstr "Deactivate"
|
2379 |
-
|
2380 |
-
#: templates/forms/deactivation/form.php:72
|
2381 |
-
msgid "Activate %s"
|
2382 |
-
msgstr "Activate %s"
|
2383 |
-
|
2384 |
-
#: templates/forms/deactivation/form.php:87
|
2385 |
-
msgid "Quick Feedback"
|
2386 |
-
msgstr "Quick Feedback"
|
2387 |
-
|
2388 |
-
#: templates/forms/deactivation/form.php:91
|
2389 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2390 |
-
msgstr "If you have a moment, please let us know why you are %s"
|
2391 |
-
|
2392 |
-
#: templates/forms/deactivation/form.php:91
|
2393 |
-
msgid "deactivating"
|
2394 |
-
msgstr "deactivating"
|
2395 |
-
|
2396 |
-
#: templates/forms/deactivation/form.php:91
|
2397 |
-
msgid "switching"
|
2398 |
-
msgstr "switching"
|
2399 |
-
|
2400 |
-
#: templates/forms/deactivation/form.php:365
|
2401 |
-
msgid "Submit & %s"
|
2402 |
-
msgstr "Submit & %s"
|
2403 |
-
|
2404 |
-
#: templates/forms/deactivation/form.php:386
|
2405 |
-
msgid "Kindly tell us the reason so we can improve."
|
2406 |
-
msgstr "Kindly tell us the reason so we can improve."
|
2407 |
-
|
2408 |
-
#: templates/forms/deactivation/form.php:511
|
2409 |
-
msgid "Yes - %s"
|
2410 |
-
msgstr "Yes - %s"
|
2411 |
-
|
2412 |
-
#: templates/forms/deactivation/form.php:518
|
2413 |
-
msgid "Skip & %s"
|
2414 |
-
msgstr "Skip & %s"
|
2415 |
-
|
2416 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2417 |
-
msgid "Click here to use the plugin anonymously"
|
2418 |
-
msgstr "Click here to use the plugin anonymously"
|
2419 |
-
|
2420 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2421 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2422 |
-
msgstr "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freemius/languages/freemius-es_ES.mo
CHANGED
Binary file
|
freemius/languages/freemius-es_ES.po
DELETED
@@ -1,2546 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
# Translators:
|
4 |
-
# Carlos Longarela <carlos@longarela.eu>, 2017-2019
|
5 |
-
msgid ""
|
6 |
-
msgstr ""
|
7 |
-
"Project-Id-Version: WordPress SDK\n"
|
8 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
9 |
-
"POT-Creation-Date: \n"
|
10 |
-
"PO-Revision-Date: 2019-11-10 01:59+0000\n"
|
11 |
-
"Last-Translator: Carlos Longarela <carlos@longarela.eu>\n"
|
12 |
-
"Language: es_ES\n"
|
13 |
-
"Language-Team: Spanish (Spain) (http://www.transifex.com/freemius/wordpress-sdk/language/es_ES/)\n"
|
14 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
-
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
-
"MIME-Version: 1.0\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
23 |
-
|
24 |
-
#: includes/class-freemius.php1880, templates/account.php:840
|
25 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
26 |
-
msgstr "Una actualización a una versión Beta reemplazará tu versión instalada de %s con la última versión Beta - úsalo con precaución, y no en sitios de producción. Te hemos avisado."
|
27 |
-
|
28 |
-
#: includes/class-freemius.php:1887
|
29 |
-
msgid "Would you like to proceed with the update?"
|
30 |
-
msgstr "¿Deseas continuar con la actualización?"
|
31 |
-
|
32 |
-
#: includes/class-freemius.php:2095
|
33 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
34 |
-
msgstr "Freemius SDK no pudo encontrar el archivo principal del plugin. Por favor contacta a sdk@freemius.com con el error actual."
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:2097
|
37 |
-
msgid "Error"
|
38 |
-
msgstr "Error"
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2491
|
41 |
-
msgid "I found a better %s"
|
42 |
-
msgstr "He encontrado un %s mejor"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2493
|
45 |
-
msgid "What's the %s's name?"
|
46 |
-
msgstr "¿Cuál es el nombre de %s?"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2499
|
49 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
50 |
-
msgstr "Es una %stemporal . Sólo estoy depurando un problema"
|
51 |
-
|
52 |
-
#: includes/class-freemius.php:2501
|
53 |
-
msgid "Deactivation"
|
54 |
-
msgstr "Desactivación"
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2502
|
57 |
-
msgid "Theme Switch"
|
58 |
-
msgstr "Cambiar tema"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php2511, templates/forms/resend-key.php:24
|
61 |
-
msgid "Other"
|
62 |
-
msgstr "Otra"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php:2519
|
65 |
-
msgid "I no longer need the %s"
|
66 |
-
msgstr "Ya no necesito el %s"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2526
|
69 |
-
msgid "I only needed the %s for a short period"
|
70 |
-
msgstr "Sólo necesitaba la %s por un corto período"
|
71 |
-
|
72 |
-
#: includes/class-freemius.php:2532
|
73 |
-
msgid "The %s broke my site"
|
74 |
-
msgstr "%s ha roto mi sitio"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2539
|
77 |
-
msgid "The %s suddenly stopped working"
|
78 |
-
msgstr "%s de repente ha dejado de funcionar"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2549
|
81 |
-
msgid "I can't pay for it anymore"
|
82 |
-
msgstr "No puedo pagarlo durante más tiempo"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2551
|
85 |
-
msgid "What price would you feel comfortable paying?"
|
86 |
-
msgstr "¿Con qué precio te sentirías cómodo pagando?"
|
87 |
-
|
88 |
-
#: includes/class-freemius.php:2557
|
89 |
-
msgid "I don't like to share my information with you"
|
90 |
-
msgstr "No me gusta compartir mi información contigo"
|
91 |
-
|
92 |
-
#: includes/class-freemius.php:2578
|
93 |
-
msgid "The %s didn't work"
|
94 |
-
msgstr "El %s no funcionaba"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2588
|
97 |
-
msgid "I couldn't understand how to make it work"
|
98 |
-
msgstr "No entiendo cómo hacerlo funcionar"
|
99 |
-
|
100 |
-
#: includes/class-freemius.php:2596
|
101 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
102 |
-
msgstr "%s es genial, pero necesito una característica que no soportáis"
|
103 |
-
|
104 |
-
#: includes/class-freemius.php:2598
|
105 |
-
msgid "What feature?"
|
106 |
-
msgstr "¿Qué característica?"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2602
|
109 |
-
msgid "The %s is not working"
|
110 |
-
msgstr " El %s no funciona"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2604
|
113 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
114 |
-
msgstr "Por favor, comparte lo que no funcionó para que podamos arreglarlo para los futuros usuarios..."
|
115 |
-
|
116 |
-
#: includes/class-freemius.php:2608
|
117 |
-
msgid "It's not what I was looking for"
|
118 |
-
msgstr "No es lo que estaba buscando"
|
119 |
-
|
120 |
-
#: includes/class-freemius.php:2610
|
121 |
-
msgid "What you've been looking for?"
|
122 |
-
msgstr "¿Que has estado buscando?"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2614
|
125 |
-
msgid "The %s didn't work as expected"
|
126 |
-
msgstr " El %s no funciona como esperaba"
|
127 |
-
|
128 |
-
#: includes/class-freemius.php:2616
|
129 |
-
msgid "What did you expect?"
|
130 |
-
msgstr "¿Qué esperas?"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php3471, templates/debug.php:20
|
133 |
-
msgid "Freemius Debug"
|
134 |
-
msgstr "Debug Freemius"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php:4223
|
137 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
138 |
-
msgstr "No sé qué es cURL o cómo instalarlo, ¡ayúdame!"
|
139 |
-
|
140 |
-
#: includes/class-freemius.php:4225
|
141 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
142 |
-
msgstr "Nos aseguraremos de ponernos en contacto con tu empresa de alojamiento web y resolver el problema. Recibirás un correo electrónico de seguimiento a %s tan pronto tengamos una actualización."
|
143 |
-
|
144 |
-
#: includes/class-freemius.php:4232
|
145 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
146 |
-
msgstr "Genial, por favor instala cURL y habilítalo en el archivo php.ini. Además, busca la directiva 'disable_functions' en el archivo php.ini y quita cualquier método que comienza con 'curl_'. Para asegurarte de que se activó con éxito, utiliza 'phpinfo()'. Una vez activado, desactiva el %s y reactívalo de nuevo."
|
147 |
-
|
148 |
-
#: includes/class-freemius.php:4337
|
149 |
-
msgid "Yes - do your thing"
|
150 |
-
msgstr "Vamos, adelante"
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4342
|
153 |
-
msgid "No - just deactivate"
|
154 |
-
msgstr "No - sólo desactivar"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php4387, includes/class-freemius.php4881,
|
157 |
-
#: includes/class-freemius.php6032, includes/class-freemius.php13153,
|
158 |
-
#: includes/class-freemius.php16558, includes/class-freemius.php16646,
|
159 |
-
#: includes/class-freemius.php16812, includes/class-freemius.php19040,
|
160 |
-
#: includes/class-freemius.php19381, includes/class-freemius.php19391,
|
161 |
-
#: includes/class-freemius.php20051, includes/class-freemius.php20924,
|
162 |
-
#: includes/class-freemius.php21039, includes/class-freemius.php21183,
|
163 |
-
#: templates/add-ons.php:57
|
164 |
-
msgctxt "exclamation"
|
165 |
-
msgid "Oops"
|
166 |
-
msgstr "Oops"
|
167 |
-
|
168 |
-
#: includes/class-freemius.php:4456
|
169 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
170 |
-
msgstr "¡Gracias por darnos la oportunidad de arreglarlo! Acabamos de enviar un mensaje a nuestro personal técnico. Nos pondremos en contacto contigo tan pronto como tengamos una actualización de %s. Apreciamos tu paciencia."
|
171 |
-
|
172 |
-
#: includes/class-freemius.php:4878
|
173 |
-
msgctxt "addonX cannot run without pluginY"
|
174 |
-
msgid "%s cannot run without %s."
|
175 |
-
msgstr "%s no se puede ejecutar sin %s."
|
176 |
-
|
177 |
-
#: includes/class-freemius.php:4879
|
178 |
-
msgctxt "addonX cannot run..."
|
179 |
-
msgid "%s cannot run without the plugin."
|
180 |
-
msgstr "%s no se puede ejecutar sin el plugin."
|
181 |
-
|
182 |
-
#: includes/class-freemius.php5052, includes/class-freemius.php5077,
|
183 |
-
#: includes/class-freemius.php:20122
|
184 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
185 |
-
msgstr "Error inesperado del API. Pónte en contacto con el autor de %s indicándole el siguiente error."
|
186 |
-
|
187 |
-
#: includes/class-freemius.php:5720
|
188 |
-
msgid "Premium %s version was successfully activated."
|
189 |
-
msgstr "La versión Premium %s ha sido activada con éxito."
|
190 |
-
|
191 |
-
#: includes/class-freemius.php5732, includes/class-freemius.php:7599
|
192 |
-
msgctxt ""
|
193 |
-
msgid "W00t"
|
194 |
-
msgstr "W00t"
|
195 |
-
|
196 |
-
#: includes/class-freemius.php:5747
|
197 |
-
msgid "You have a %s license."
|
198 |
-
msgstr "Tienes una licencia %s."
|
199 |
-
|
200 |
-
#: includes/class-freemius.php5751, includes/class-freemius.php15975,
|
201 |
-
#: includes/class-freemius.php15986, includes/class-freemius.php19292,
|
202 |
-
#: includes/class-freemius.php19642, includes/class-freemius.php19711,
|
203 |
-
#: includes/class-freemius.php:19876
|
204 |
-
msgctxt "interjection expressing joy or exuberance"
|
205 |
-
msgid "Yee-haw"
|
206 |
-
msgstr "Vaya"
|
207 |
-
|
208 |
-
#: includes/class-freemius.php:6015
|
209 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
210 |
-
msgstr "la prueba gratuita de %s fue cancelada con éxito. Puesto que el complemento es sólo premium se desactivó automáticamente. Si quieres utilizarlo en el futuro, deberás comprar una licencia."
|
211 |
-
|
212 |
-
#: includes/class-freemius.php:6019
|
213 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
214 |
-
msgstr "%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin."
|
215 |
-
|
216 |
-
#: includes/class-freemius.php6028, templates/add-ons.php186,
|
217 |
-
#: templates/account/partials/addon.php:381
|
218 |
-
msgid "More information about %s"
|
219 |
-
msgstr "Más información sobre %s"
|
220 |
-
|
221 |
-
#: includes/class-freemius.php:6029
|
222 |
-
msgid "Purchase License"
|
223 |
-
msgstr "Comprar licencia"
|
224 |
-
|
225 |
-
#: includes/class-freemius.php6964, templates/connect.php:163
|
226 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
227 |
-
msgstr "Recibirás un correo de activación para %s en tu buzón en %s. Por favor, asegúrate de hacer clic en el botón de activación en ese correo electrónico para %s."
|
228 |
-
|
229 |
-
#: includes/class-freemius.php:6968
|
230 |
-
msgid "start the trial"
|
231 |
-
msgstr "comenzar el período de prueba"
|
232 |
-
|
233 |
-
#: includes/class-freemius.php6969, templates/connect.php:167
|
234 |
-
msgid "complete the install"
|
235 |
-
msgstr "completar la instalación"
|
236 |
-
|
237 |
-
#: includes/class-freemius.php:7081
|
238 |
-
msgid "You are just one step away - %s"
|
239 |
-
msgstr "Estás a sólo un paso - %s"
|
240 |
-
|
241 |
-
#: includes/class-freemius.php:7084
|
242 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
243 |
-
msgid "Complete \"%s\" Activation Now"
|
244 |
-
msgstr "Completar la activación de \"%s\" ahora"
|
245 |
-
|
246 |
-
#: includes/class-freemius.php:7162
|
247 |
-
msgid "We made a few tweaks to the %s, %s"
|
248 |
-
msgstr "Hemos realizado algunas optimizaciones al %s, %s"
|
249 |
-
|
250 |
-
#: includes/class-freemius.php:7166
|
251 |
-
msgid "Opt in to make \"%s\" better!"
|
252 |
-
msgstr "¡Inscríbite para hacer \"%s\" Mejor!"
|
253 |
-
|
254 |
-
#: includes/class-freemius.php:7598
|
255 |
-
msgid "The upgrade of %s was successfully completed."
|
256 |
-
msgstr "La actualización de %s se completó con éxito."
|
257 |
-
|
258 |
-
#: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
|
259 |
-
#: includes/class-fs-plugin-updater.php1233,
|
260 |
-
#: includes/class-fs-plugin-updater.php1240,
|
261 |
-
#: templates/auto-installation.php:32
|
262 |
-
msgid "Add-On"
|
263 |
-
msgstr "Complemento"
|
264 |
-
|
265 |
-
#: includes/class-freemius.php9804, templates/account.php335,
|
266 |
-
#: templates/account.php343, templates/debug.php360, templates/debug.php:551
|
267 |
-
msgid "Plugin"
|
268 |
-
msgstr "Plugin"
|
269 |
-
|
270 |
-
#: includes/class-freemius.php9805, templates/account.php336,
|
271 |
-
#: templates/account.php344, templates/debug.php360, templates/debug.php551,
|
272 |
-
#: templates/forms/deactivation/form.php:71
|
273 |
-
msgid "Theme"
|
274 |
-
msgstr "Tema"
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:12596
|
277 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
msgstr "Se ha producido un error desconocido al intentar establecer el modo beta del usuario."
|
279 |
-
|
280 |
-
#: includes/class-freemius.php:13020
|
281 |
-
msgid "Invalid site details collection."
|
282 |
-
msgstr "Colección de detalles del sitio no válida."
|
283 |
-
|
284 |
-
#: includes/class-freemius.php:13140
|
285 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
286 |
-
msgstr "No podemos encontrar tu dirección de correo electrónico en el sistema, ¿estás seguro de que es la dirección de correo electrónico correcta?"
|
287 |
-
|
288 |
-
#: includes/class-freemius.php:13142
|
289 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
290 |
-
msgstr "No vemos ninguna licencia activa asociada a esa dirección de correo electrónico, ¿estás seguro de que es la dirección de correo electrónico correcta?"
|
291 |
-
|
292 |
-
#: includes/class-freemius.php:13416
|
293 |
-
msgid "Account is pending activation."
|
294 |
-
msgstr "La cuenta está pendiente de activación"
|
295 |
-
|
296 |
-
#: includes/class-freemius.php13528,
|
297 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
298 |
-
msgid "Buy a license now"
|
299 |
-
msgstr "Compra una licencia ahora"
|
300 |
-
|
301 |
-
#: includes/class-freemius.php13540,
|
302 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
303 |
-
msgid "Renew your license now"
|
304 |
-
msgstr "Renueva tu licencia ahora"
|
305 |
-
|
306 |
-
#: includes/class-freemius.php:13544
|
307 |
-
msgid "%s to access version %s security & feature updates, and support."
|
308 |
-
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
309 |
-
|
310 |
-
#: includes/class-freemius.php:15957
|
311 |
-
msgid "%s activation was successfully completed."
|
312 |
-
msgstr "%s activación se completó con éxito."
|
313 |
-
|
314 |
-
#: includes/class-freemius.php:15971
|
315 |
-
msgid "Your account was successfully activated with the %s plan."
|
316 |
-
msgstr "Tu cuenta se ha activado correctamente con el plan %s."
|
317 |
-
|
318 |
-
#: includes/class-freemius.php15982, includes/class-freemius.php:19707
|
319 |
-
msgid "Your trial has been successfully started."
|
320 |
-
msgstr "Tu versión de prueba se ha iniciado con éxito."
|
321 |
-
|
322 |
-
#: includes/class-freemius.php16556, includes/class-freemius.php16644,
|
323 |
-
#: includes/class-freemius.php:16810
|
324 |
-
msgid "Couldn't activate %s."
|
325 |
-
msgstr "No se puede activar %s."
|
326 |
-
|
327 |
-
#: includes/class-freemius.php16557, includes/class-freemius.php16645,
|
328 |
-
#: includes/class-freemius.php:16811
|
329 |
-
msgid "Please contact us with the following message:"
|
330 |
-
msgstr "Por favor contáctanos con el siguiente mensaje:"
|
331 |
-
|
332 |
-
#: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
|
333 |
-
msgid "An unknown error has occurred."
|
334 |
-
msgstr "Se ha producido un error desconocido."
|
335 |
-
|
336 |
-
#: includes/class-freemius.php17168, includes/class-freemius.php:22082
|
337 |
-
msgid "Upgrade"
|
338 |
-
msgstr "Actualizar"
|
339 |
-
|
340 |
-
#: includes/class-freemius.php:17174
|
341 |
-
msgid "Start Trial"
|
342 |
-
msgstr "Comenzar el período de prueba"
|
343 |
-
|
344 |
-
#: includes/class-freemius.php:17176
|
345 |
-
msgid "Pricing"
|
346 |
-
msgstr "Precio"
|
347 |
-
|
348 |
-
#: includes/class-freemius.php17256, includes/class-freemius.php:17258
|
349 |
-
msgid "Affiliation"
|
350 |
-
msgstr "Afiliación"
|
351 |
-
|
352 |
-
#: includes/class-freemius.php17286, includes/class-freemius.php17288,
|
353 |
-
#: templates/account.php183, templates/debug.php:326
|
354 |
-
msgid "Account"
|
355 |
-
msgstr "Cuenta"
|
356 |
-
|
357 |
-
#: includes/class-freemius.php17302, includes/class-freemius.php17304,
|
358 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
359 |
-
msgid "Contact Us"
|
360 |
-
msgstr "Contáctanos"
|
361 |
-
|
362 |
-
#: includes/class-freemius.php17315, includes/class-freemius.php17317,
|
363 |
-
#: includes/class-freemius.php22096, templates/account.php111,
|
364 |
-
#: templates/account/partials/addon.php:44
|
365 |
-
msgid "Add-Ons"
|
366 |
-
msgstr "Complementos"
|
367 |
-
|
368 |
-
#: includes/class-freemius.php:17351
|
369 |
-
msgctxt "ASCII arrow left icon"
|
370 |
-
msgid "←"
|
371 |
-
msgstr "←"
|
372 |
-
|
373 |
-
#: includes/class-freemius.php:17351
|
374 |
-
msgctxt "ASCII arrow right icon"
|
375 |
-
msgid "➤"
|
376 |
-
msgstr "➤"
|
377 |
-
|
378 |
-
#: includes/class-freemius.php17353, templates/pricing.php:103
|
379 |
-
msgctxt "noun"
|
380 |
-
msgid "Pricing"
|
381 |
-
msgstr "Precio"
|
382 |
-
|
383 |
-
#: includes/class-freemius.php17566,
|
384 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
385 |
-
msgid "Support Forum"
|
386 |
-
msgstr "Foro de soporte"
|
387 |
-
|
388 |
-
#: includes/class-freemius.php:18536
|
389 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
390 |
-
msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:18537
|
393 |
-
msgctxt "a positive response"
|
394 |
-
msgid "Right on"
|
395 |
-
msgstr "Bien hecho"
|
396 |
-
|
397 |
-
#: includes/class-freemius.php:19041
|
398 |
-
msgid "seems like the key you entered doesn't match our records."
|
399 |
-
msgstr "parece que la clave que has introducido no coincide con nuestros registros."
|
400 |
-
|
401 |
-
#: includes/class-freemius.php:19065
|
402 |
-
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
403 |
-
msgstr "El modo de depuración se ha activado con éxito y se desactivará automáticamente en 60 minutos. También puedes desactivarlo antes haciendo clic en el enlace \"Detener depuración\"."
|
404 |
-
|
405 |
-
#: includes/class-freemius.php:19283
|
406 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
407 |
-
msgstr "Tu complemento %s del plan se actualizó con éxito."
|
408 |
-
|
409 |
-
#: includes/class-freemius.php:19285
|
410 |
-
msgid "%s Add-on was successfully purchased."
|
411 |
-
msgstr "El complemento %s ha sido comprado correctamente."
|
412 |
-
|
413 |
-
#: includes/class-freemius.php:19288
|
414 |
-
msgid "Download the latest version"
|
415 |
-
msgstr "Descargar la última versión"
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:19374
|
418 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
419 |
-
msgstr "Tu servidor está bloqueando el acceso al API de Freemius, que es crucial para sincronizar %1$s. Por favor, contacta a tu proveedor de hosting para permitir el acceso de %2$s"
|
420 |
-
|
421 |
-
#: includes/class-freemius.php19380, includes/class-freemius.php19390,
|
422 |
-
#: includes/class-freemius.php19835, includes/class-freemius.php:19924
|
423 |
-
msgid "Error received from the server:"
|
424 |
-
msgstr "Error recibido del servidor:"
|
425 |
-
|
426 |
-
#: includes/class-freemius.php:19390
|
427 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
428 |
-
msgstr "Parece que uno de los parámetros de autenticación es incorrecto. Actualiza tu clave pública, clave secreta e ID de usuario e inténtelo de nuevo."
|
429 |
-
|
430 |
-
#: includes/class-freemius.php19604, includes/class-freemius.php19840,
|
431 |
-
#: includes/class-freemius.php19895, includes/class-freemius.php:19998
|
432 |
-
msgctxt ""
|
433 |
-
msgid "Hmm"
|
434 |
-
msgstr "Hmm"
|
435 |
-
|
436 |
-
#: includes/class-freemius.php:19617
|
437 |
-
msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
438 |
-
msgstr "Parece que todavía estás en el plan %s. Si actualizaste o cambiaste tu plan, probablemente sea un problema de nuestra parte - lo sentimos."
|
439 |
-
|
440 |
-
#: includes/class-freemius.php19618, templates/account.php113,
|
441 |
-
#: templates/add-ons.php250, templates/account/partials/addon.php:46
|
442 |
-
msgctxt "trial period"
|
443 |
-
msgid "Trial"
|
444 |
-
msgstr "Período de Prueba Gratuito"
|
445 |
-
|
446 |
-
#: includes/class-freemius.php:19623
|
447 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
448 |
-
msgstr "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s."
|
449 |
-
|
450 |
-
#: includes/class-freemius.php19627, includes/class-freemius.php:19686
|
451 |
-
msgid "Please contact us here"
|
452 |
-
msgstr "Contacta aquí con nosotros"
|
453 |
-
|
454 |
-
#: includes/class-freemius.php:19638
|
455 |
-
msgid "Your plan was successfully activated."
|
456 |
-
msgstr "Tu plan se activó con éxito."
|
457 |
-
|
458 |
-
#: includes/class-freemius.php:19639
|
459 |
-
msgid "Your plan was successfully upgraded."
|
460 |
-
msgstr "Tu plan se actualizó con éxito."
|
461 |
-
|
462 |
-
#: includes/class-freemius.php:19656
|
463 |
-
msgid "Your plan was successfully changed to %s."
|
464 |
-
msgstr "Tu plan se cambió correctamente a %s."
|
465 |
-
|
466 |
-
#: includes/class-freemius.php:19672
|
467 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
468 |
-
msgstr "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre."
|
469 |
-
|
470 |
-
#: includes/class-freemius.php:19674
|
471 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
472 |
-
msgstr "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
473 |
-
|
474 |
-
#: includes/class-freemius.php:19682
|
475 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
476 |
-
msgstr "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia."
|
477 |
-
|
478 |
-
#: includes/class-freemius.php:19695
|
479 |
-
msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
480 |
-
msgstr "Tu licencia ha caducado. Todavía puedes seguir usando todas las funciones de %s, pero tendrás que renovar tu licencia para seguir recibiendo actualizaciones y soporte."
|
481 |
-
|
482 |
-
#: includes/class-freemius.php:19721
|
483 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
484 |
-
msgstr "Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas."
|
485 |
-
|
486 |
-
#: includes/class-freemius.php:19723
|
487 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
488 |
-
msgstr "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
489 |
-
|
490 |
-
#: includes/class-freemius.php:19831
|
491 |
-
msgid "It looks like the license could not be activated."
|
492 |
-
msgstr "Parece que la licencia no se pudo activar."
|
493 |
-
|
494 |
-
#: includes/class-freemius.php:19873
|
495 |
-
msgid "Your license was successfully activated."
|
496 |
-
msgstr "Tu licencia fue activada correctamente."
|
497 |
-
|
498 |
-
#: includes/class-freemius.php:19899
|
499 |
-
msgid "It looks like your site currently doesn't have an active license."
|
500 |
-
msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
|
501 |
-
|
502 |
-
#: includes/class-freemius.php:19923
|
503 |
-
msgid "It looks like the license deactivation failed."
|
504 |
-
msgstr "Parece que la desactivación de licencia ha fallado."
|
505 |
-
|
506 |
-
#: includes/class-freemius.php:19951
|
507 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
508 |
-
msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
|
509 |
-
|
510 |
-
#: includes/class-freemius.php:19952
|
511 |
-
msgid "O.K"
|
512 |
-
msgstr "O.K"
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:20005
|
515 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
516 |
-
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de la suscripción. Vuelve a intentarlo en unos minutos."
|
517 |
-
|
518 |
-
#: includes/class-freemius.php:20014
|
519 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
520 |
-
msgstr "Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan caducará en %s."
|
521 |
-
|
522 |
-
#: includes/class-freemius.php:20056
|
523 |
-
msgid "You are already running the %s in a trial mode."
|
524 |
-
msgstr "Estás ejecutando %s en modo de prueba."
|
525 |
-
|
526 |
-
#: includes/class-freemius.php:20067
|
527 |
-
msgid "You already utilized a trial before."
|
528 |
-
msgstr "Ya utilizaste un período de prueba antes."
|
529 |
-
|
530 |
-
#: includes/class-freemius.php:20081
|
531 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
532 |
-
msgstr "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
|
533 |
-
|
534 |
-
#: includes/class-freemius.php:20092
|
535 |
-
msgid "Plan %s does not support a trial period."
|
536 |
-
msgstr "El plan %s no admite un período de prueba."
|
537 |
-
|
538 |
-
#: includes/class-freemius.php:20103
|
539 |
-
msgid "None of the %s's plans supports a trial period."
|
540 |
-
msgstr "Ninguno de los planes de %s soportan un período de prueba."
|
541 |
-
|
542 |
-
#: includes/class-freemius.php:20153
|
543 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
544 |
-
msgstr "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
|
545 |
-
|
546 |
-
#: includes/class-freemius.php:20189
|
547 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
548 |
-
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos."
|
549 |
-
|
550 |
-
#: includes/class-freemius.php:20208
|
551 |
-
msgid "Your %s free trial was successfully cancelled."
|
552 |
-
msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
|
553 |
-
|
554 |
-
#: includes/class-freemius.php:20524
|
555 |
-
msgid "Version %s was released."
|
556 |
-
msgstr "La versión %s se ha lanzado."
|
557 |
-
|
558 |
-
#: includes/class-freemius.php:20524
|
559 |
-
msgid "Please download %s."
|
560 |
-
msgstr "Por favor descarga %s."
|
561 |
-
|
562 |
-
#: includes/class-freemius.php:20531
|
563 |
-
msgid "the latest %s version here"
|
564 |
-
msgstr "la última versión %s aquí"
|
565 |
-
|
566 |
-
#: includes/class-freemius.php:20536
|
567 |
-
msgid "New"
|
568 |
-
msgstr "Nuevo"
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:20541
|
571 |
-
msgid "Seems like you got the latest release."
|
572 |
-
msgstr "Parece que tienes la última versión."
|
573 |
-
|
574 |
-
#: includes/class-freemius.php:20542
|
575 |
-
msgid "You are all good!"
|
576 |
-
msgstr "¡Está todo listo!"
|
577 |
-
|
578 |
-
#: includes/class-freemius.php:20812
|
579 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
580 |
-
msgstr "El correo de verificación se acaba de enviar a %s. Si no puedes encontrarlo después de 5 min, comprueba tu carpeta de spam."
|
581 |
-
|
582 |
-
#: includes/class-freemius.php:20951
|
583 |
-
msgid "Site successfully opted in."
|
584 |
-
msgstr "Sitio dado de alta correctamente."
|
585 |
-
|
586 |
-
#: includes/class-freemius.php20952, includes/class-freemius.php:21792
|
587 |
-
msgid "Awesome"
|
588 |
-
msgstr "Increíble"
|
589 |
-
|
590 |
-
#: includes/class-freemius.php20968, templates/forms/optout.php:32
|
591 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
592 |
-
msgstr "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos datos de uso."
|
593 |
-
|
594 |
-
#: includes/class-freemius.php:20969
|
595 |
-
msgid "Thank you!"
|
596 |
-
msgstr "¡Gracias!"
|
597 |
-
|
598 |
-
#: includes/class-freemius.php:20976
|
599 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
600 |
-
msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
|
601 |
-
|
602 |
-
#: includes/class-freemius.php:21105
|
603 |
-
msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
604 |
-
msgstr "Comprueba tu buzón de correo, debes recibir un correo electrónico a través de %s para confirmar el cambio de propiedad. Por razones de seguridad, debes confirmar el cambio dentro de los próximos 15 min. Si no puedes encontrar el correo electrónico, comprueba tu carpeta de correo no deseado."
|
605 |
-
|
606 |
-
#: includes/class-freemius.php:21111
|
607 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
608 |
-
msgstr "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final."
|
609 |
-
|
610 |
-
#: includes/class-freemius.php:21116
|
611 |
-
msgid "%s is the new owner of the account."
|
612 |
-
msgstr "%s es el nuevo dueño de la cuenta."
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:21118
|
615 |
-
msgctxt "as congratulations"
|
616 |
-
msgid "Congrats"
|
617 |
-
msgstr "Felicidades"
|
618 |
-
|
619 |
-
#: includes/class-freemius.php:21138
|
620 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
621 |
-
msgstr "Lo sentimos, no podemos completar la actualización de correo electrónico. Ya hay registrado otro usuario con esa dirección de correo electrónico."
|
622 |
-
|
623 |
-
#: includes/class-freemius.php:21139
|
624 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
625 |
-
msgstr "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad."
|
626 |
-
|
627 |
-
#: includes/class-freemius.php:21146
|
628 |
-
msgid "Change Ownership"
|
629 |
-
msgstr "Cambiar propietario"
|
630 |
-
|
631 |
-
#: includes/class-freemius.php:21154
|
632 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
633 |
-
msgstr "Se actualizó correctamente tu correo electrónico. Recibirás un correo electrónico con las instrucciones de confirmación en unos momentos."
|
634 |
-
|
635 |
-
#: includes/class-freemius.php:21166
|
636 |
-
msgid "Please provide your full name."
|
637 |
-
msgstr "Por favor, dinos tu nombre completo."
|
638 |
-
|
639 |
-
#: includes/class-freemius.php:21171
|
640 |
-
msgid "Your name was successfully updated."
|
641 |
-
msgstr "Tu nombre fue actualizado correctamente."
|
642 |
-
|
643 |
-
#: includes/class-freemius.php:21232
|
644 |
-
msgid "You have successfully updated your %s."
|
645 |
-
msgstr "Has actualizado correctamente tu %s."
|
646 |
-
|
647 |
-
#: includes/class-freemius.php:21372
|
648 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
649 |
-
msgstr "Sólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo."
|
650 |
-
|
651 |
-
#: includes/class-freemius.php:21373
|
652 |
-
msgctxt "advance notice of something that will need attention."
|
653 |
-
msgid "Heads up"
|
654 |
-
msgstr "Atención"
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21832
|
657 |
-
msgctxt "exclamation"
|
658 |
-
msgid "Hey"
|
659 |
-
msgstr "Hey"
|
660 |
-
|
661 |
-
#: includes/class-freemius.php:21832
|
662 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
663 |
-
msgstr "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de % d-días."
|
664 |
-
|
665 |
-
#: includes/class-freemius.php:21840
|
666 |
-
msgid "No commitment for %s days - cancel anytime!"
|
667 |
-
msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
|
668 |
-
|
669 |
-
#: includes/class-freemius.php:21841
|
670 |
-
msgid "No credit card required"
|
671 |
-
msgstr "No se necesita tarjeta de crédito"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php21848, templates/forms/trial-start.php:53
|
674 |
-
msgctxt "call to action"
|
675 |
-
msgid "Start free trial"
|
676 |
-
msgstr "Comenzar el período de prueba gratuito"
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:21925
|
679 |
-
msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
680 |
-
msgstr "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!"
|
681 |
-
|
682 |
-
#: includes/class-freemius.php:21934
|
683 |
-
msgid "Learn more"
|
684 |
-
msgstr "Saber más"
|
685 |
-
|
686 |
-
#: includes/class-freemius.php22120, templates/account.php499,
|
687 |
-
#: templates/account.php624, templates/connect.php171,
|
688 |
-
#: templates/connect.php421, templates/forms/license-activation.php27,
|
689 |
-
#: templates/account/partials/addon.php:321
|
690 |
-
msgid "Activate License"
|
691 |
-
msgstr "Activar licencia"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php22121, templates/account.php571,
|
694 |
-
#: templates/account.php623, templates/account/partials/addon.php322,
|
695 |
-
#: templates/account/partials/site.php:271
|
696 |
-
msgid "Change License"
|
697 |
-
msgstr "Cambiar licencia"
|
698 |
-
|
699 |
-
#: includes/class-freemius.php22217, templates/account/partials/site.php:169
|
700 |
-
msgid "Opt Out"
|
701 |
-
msgstr "Darse de baja"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php22219, includes/class-freemius.php22225,
|
704 |
-
#: templates/account/partials/site.php49,
|
705 |
-
#: templates/account/partials/site.php:169
|
706 |
-
msgid "Opt In"
|
707 |
-
msgstr "Inscribirse"
|
708 |
-
|
709 |
-
#: includes/class-freemius.php:22453
|
710 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
711 |
-
msgstr "La versión de pago de %1$s ya está instalada. Por favor, actívala para empezar a beneficiarte de las características de %2$s. %3$s"
|
712 |
-
|
713 |
-
#: includes/class-freemius.php:22461
|
714 |
-
msgid "Activate %s features"
|
715 |
-
msgstr "Activar características %s"
|
716 |
-
|
717 |
-
#: includes/class-freemius.php:22474
|
718 |
-
msgid "Please follow these steps to complete the upgrade"
|
719 |
-
msgstr "Por favor, sigue estos pasos para completar la actualización"
|
720 |
-
|
721 |
-
#: includes/class-freemius.php:22478
|
722 |
-
msgid "Download the latest %s version"
|
723 |
-
msgstr "Descargar la última versión %s"
|
724 |
-
|
725 |
-
#: includes/class-freemius.php:22482
|
726 |
-
msgid "Upload and activate the downloaded version"
|
727 |
-
msgstr "Cargar y activar la versión descargada"
|
728 |
-
|
729 |
-
#: includes/class-freemius.php:22484
|
730 |
-
msgid "How to upload and activate?"
|
731 |
-
msgstr "¿Cómo subirlo y activarlo?"
|
732 |
-
|
733 |
-
#: includes/class-freemius.php:22618
|
734 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
735 |
-
msgstr "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia."
|
736 |
-
|
737 |
-
#: includes/class-freemius.php:22779
|
738 |
-
msgid "Auto installation only works for opted-in users."
|
739 |
-
msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php22789, includes/class-freemius.php22822,
|
742 |
-
#: includes/class-fs-plugin-updater.php1212,
|
743 |
-
#: includes/class-fs-plugin-updater.php:1226
|
744 |
-
msgid "Invalid module ID."
|
745 |
-
msgstr "Id de módulo no válido."
|
746 |
-
|
747 |
-
#: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
|
748 |
-
msgid "Premium version already active."
|
749 |
-
msgstr "Versión premium ya activa."
|
750 |
-
|
751 |
-
#: includes/class-freemius.php:22805
|
752 |
-
msgid "You do not have a valid license to access the premium version."
|
753 |
-
msgstr "No tienes una licencia válida para acceder a la versión premium."
|
754 |
-
|
755 |
-
#: includes/class-freemius.php:22812
|
756 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
757 |
-
msgstr "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de código premium."
|
758 |
-
|
759 |
-
#: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
|
760 |
-
msgid "Premium add-on version already installed."
|
761 |
-
msgstr "Versión del complemento premium ya instalada."
|
762 |
-
|
763 |
-
#: includes/class-freemius.php:23180
|
764 |
-
msgid "View paid features"
|
765 |
-
msgstr "Ver las funciones de pago"
|
766 |
-
|
767 |
-
#: includes/class-freemius.php:23502
|
768 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
769 |
-
msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
|
770 |
-
|
771 |
-
#: includes/class-freemius.php:23503
|
772 |
-
msgid "Thank you so much for using %s!"
|
773 |
-
msgstr "¡Muchas gracias por utilizar %s!"
|
774 |
-
|
775 |
-
#: includes/class-freemius.php:23509
|
776 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
777 |
-
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s."
|
778 |
-
|
779 |
-
#: includes/class-freemius.php:23513
|
780 |
-
msgid "Thank you so much for using our products!"
|
781 |
-
msgstr "¡Muchas gracias por utilizar nuestros productos!"
|
782 |
-
|
783 |
-
#: includes/class-freemius.php:23514
|
784 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
785 |
-
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando."
|
786 |
-
|
787 |
-
#: includes/class-freemius.php:23533
|
788 |
-
msgid "%s and its add-ons"
|
789 |
-
msgstr "%s y sus complementos"
|
790 |
-
|
791 |
-
#: includes/class-freemius.php:23542
|
792 |
-
msgid "Products"
|
793 |
-
msgstr "Productos"
|
794 |
-
|
795 |
-
#: includes/class-freemius.php23549, templates/connect.php:272
|
796 |
-
msgid "Yes"
|
797 |
-
msgstr "Si"
|
798 |
-
|
799 |
-
#: includes/class-freemius.php23550, templates/connect.php:273
|
800 |
-
msgid "send me security & feature updates, educational content and offers."
|
801 |
-
msgstr "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
802 |
-
|
803 |
-
#: includes/class-freemius.php23551, templates/connect.php:278
|
804 |
-
msgid "No"
|
805 |
-
msgstr "No"
|
806 |
-
|
807 |
-
#: includes/class-freemius.php23553, templates/connect.php:280
|
808 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
809 |
-
msgstr "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
810 |
-
|
811 |
-
#: includes/class-freemius.php:23563
|
812 |
-
msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
813 |
-
msgstr "Debido al nuevo %sEU Reglamento General de Protección de Datos (RGPD)%s los requisitos de obligado cumplimiento requieren que proporciones tu consentimiento explícito, una vez más, confirmando que estás de acuerdo :-)"
|
814 |
-
|
815 |
-
#: includes/class-freemius.php23565, templates/connect.php:287
|
816 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
817 |
-
msgstr "Indica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:"
|
818 |
-
|
819 |
-
#: includes/class-freemius.php:23847
|
820 |
-
msgid "License key is empty."
|
821 |
-
msgstr "La clave de licencia está vacía."
|
822 |
-
|
823 |
-
#: includes/class-fs-plugin-updater.php206,
|
824 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
825 |
-
msgid "Renew license"
|
826 |
-
msgstr "Renovar la licencia"
|
827 |
-
|
828 |
-
#: includes/class-fs-plugin-updater.php211,
|
829 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
830 |
-
msgid "Buy license"
|
831 |
-
msgstr "Comprar licencia"
|
832 |
-
|
833 |
-
#: includes/class-fs-plugin-updater.php321,
|
834 |
-
#: includes/class-fs-plugin-updater.php:354
|
835 |
-
msgid "There is a %s of %s available."
|
836 |
-
msgstr "Hay una %s de %s disponible."
|
837 |
-
|
838 |
-
#: includes/class-fs-plugin-updater.php323,
|
839 |
-
#: includes/class-fs-plugin-updater.php:359
|
840 |
-
msgid "new Beta version"
|
841 |
-
msgstr "nueva versión Beta"
|
842 |
-
|
843 |
-
#: includes/class-fs-plugin-updater.php324,
|
844 |
-
#: includes/class-fs-plugin-updater.php:360
|
845 |
-
msgid "new version"
|
846 |
-
msgstr "nueva versión"
|
847 |
-
|
848 |
-
#: includes/class-fs-plugin-updater.php:383
|
849 |
-
msgid "Important Upgrade Notice:"
|
850 |
-
msgstr "Aviso importante de actualización:"
|
851 |
-
|
852 |
-
#: includes/class-fs-plugin-updater.php:1277
|
853 |
-
msgid "Installing plugin: %s"
|
854 |
-
msgstr "Instalando plugin: %s"
|
855 |
-
|
856 |
-
#: includes/class-fs-plugin-updater.php:1318
|
857 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
858 |
-
msgstr "No es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales."
|
859 |
-
|
860 |
-
#: includes/class-fs-plugin-updater.php:1500
|
861 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
862 |
-
msgstr "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó."
|
863 |
-
|
864 |
-
#: includes/fs-plugin-info-dialog.php:535
|
865 |
-
msgid "Purchase More"
|
866 |
-
msgstr "Comprar más"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php536,
|
869 |
-
#: templates/account/partials/addon.php:385
|
870 |
-
msgctxt "verb"
|
871 |
-
msgid "Purchase"
|
872 |
-
msgstr "Comprar"
|
873 |
-
|
874 |
-
#: includes/fs-plugin-info-dialog.php:540
|
875 |
-
msgid "Start my free %s"
|
876 |
-
msgstr "Comenzar mi período gratuito de %s"
|
877 |
-
|
878 |
-
#: includes/fs-plugin-info-dialog.php:738
|
879 |
-
msgid "Install Free Version Update Now"
|
880 |
-
msgstr "Instalar la actualización gratuita ahora"
|
881 |
-
|
882 |
-
#: includes/fs-plugin-info-dialog.php739, templates/account.php:560
|
883 |
-
msgid "Install Update Now"
|
884 |
-
msgstr "Instalar actualización ahora"
|
885 |
-
|
886 |
-
#: includes/fs-plugin-info-dialog.php:748
|
887 |
-
msgid "Install Free Version Now"
|
888 |
-
msgstr "Instalar la versión gratuita ahora"
|
889 |
-
|
890 |
-
#: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
|
891 |
-
#: templates/auto-installation.php111,
|
892 |
-
#: templates/account/partials/addon.php365,
|
893 |
-
#: templates/account/partials/addon.php:418
|
894 |
-
msgid "Install Now"
|
895 |
-
msgstr "Instalar ahora"
|
896 |
-
|
897 |
-
#: includes/fs-plugin-info-dialog.php:765
|
898 |
-
msgctxt "as download latest version"
|
899 |
-
msgid "Download Latest Free Version"
|
900 |
-
msgstr "Descargar la última versión gratuita"
|
901 |
-
|
902 |
-
#: includes/fs-plugin-info-dialog.php766, templates/account.php91,
|
903 |
-
#: templates/add-ons.php37, templates/account/partials/addon.php:25
|
904 |
-
msgctxt "as download latest version"
|
905 |
-
msgid "Download Latest"
|
906 |
-
msgstr "Descargar la última"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
|
909 |
-
#: templates/account/partials/addon.php356,
|
910 |
-
#: templates/account/partials/addon.php:412
|
911 |
-
msgid "Activate this add-on"
|
912 |
-
msgstr "Activar este complemento"
|
913 |
-
|
914 |
-
#: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
|
915 |
-
msgid "Activate Free Version"
|
916 |
-
msgstr "Activar versión gratuita"
|
917 |
-
|
918 |
-
#: includes/fs-plugin-info-dialog.php784, templates/account.php115,
|
919 |
-
#: templates/add-ons.php330, templates/account/partials/addon.php:48
|
920 |
-
msgid "Activate"
|
921 |
-
msgstr "Activar"
|
922 |
-
|
923 |
-
#: includes/fs-plugin-info-dialog.php:994
|
924 |
-
msgctxt "Plugin installer section title"
|
925 |
-
msgid "Description"
|
926 |
-
msgstr "Descripción"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php:995
|
929 |
-
msgctxt "Plugin installer section title"
|
930 |
-
msgid "Installation"
|
931 |
-
msgstr "Instalación"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:996
|
934 |
-
msgctxt "Plugin installer section title"
|
935 |
-
msgid "FAQ"
|
936 |
-
msgstr "FAQ"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php997,
|
939 |
-
#: templates/plugin-info/description.php:55
|
940 |
-
msgid "Screenshots"
|
941 |
-
msgstr "Capturas de pantalla"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:998
|
944 |
-
msgctxt "Plugin installer section title"
|
945 |
-
msgid "Changelog"
|
946 |
-
msgstr "Registro de cambios"
|
947 |
-
|
948 |
-
#: includes/fs-plugin-info-dialog.php:999
|
949 |
-
msgctxt "Plugin installer section title"
|
950 |
-
msgid "Reviews"
|
951 |
-
msgstr "Valoraciones"
|
952 |
-
|
953 |
-
#: includes/fs-plugin-info-dialog.php:1000
|
954 |
-
msgctxt "Plugin installer section title"
|
955 |
-
msgid "Other Notes"
|
956 |
-
msgstr "Otras notas"
|
957 |
-
|
958 |
-
#: includes/fs-plugin-info-dialog.php:1015
|
959 |
-
msgctxt "Plugin installer section title"
|
960 |
-
msgid "Features & Pricing"
|
961 |
-
msgstr "Características y precios"
|
962 |
-
|
963 |
-
#: includes/fs-plugin-info-dialog.php:1025
|
964 |
-
msgid "Plugin Install"
|
965 |
-
msgstr "Instalar plugin"
|
966 |
-
|
967 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
968 |
-
msgctxt "e.g. Professional Plan"
|
969 |
-
msgid "%s Plan"
|
970 |
-
msgstr "Plan %s"
|
971 |
-
|
972 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
973 |
-
msgctxt "e.g. the best product"
|
974 |
-
msgid "Best"
|
975 |
-
msgstr "El mejor"
|
976 |
-
|
977 |
-
#: includes/fs-plugin-info-dialog.php1129,
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1149
|
979 |
-
msgctxt "as every month"
|
980 |
-
msgid "Monthly"
|
981 |
-
msgstr "Mensual"
|
982 |
-
|
983 |
-
#: includes/fs-plugin-info-dialog.php:1132
|
984 |
-
msgctxt "as once a year"
|
985 |
-
msgid "Annual"
|
986 |
-
msgstr "Anual"
|
987 |
-
|
988 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
989 |
-
msgid "Lifetime"
|
990 |
-
msgstr "Permanente"
|
991 |
-
|
992 |
-
#: includes/fs-plugin-info-dialog.php1149,
|
993 |
-
#: includes/fs-plugin-info-dialog.php1151,
|
994 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
995 |
-
msgctxt "e.g. billed monthly"
|
996 |
-
msgid "Billed %s"
|
997 |
-
msgstr "Facturado %s"
|
998 |
-
|
999 |
-
#: includes/fs-plugin-info-dialog.php:1151
|
1000 |
-
msgctxt "as once a year"
|
1001 |
-
msgid "Annually"
|
1002 |
-
msgstr "Anualmente"
|
1003 |
-
|
1004 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
1005 |
-
msgctxt "as once a year"
|
1006 |
-
msgid "Once"
|
1007 |
-
msgstr "Una vez"
|
1008 |
-
|
1009 |
-
#: includes/fs-plugin-info-dialog.php:1159
|
1010 |
-
msgid "Single Site License"
|
1011 |
-
msgstr "Licencia para un único sitio"
|
1012 |
-
|
1013 |
-
#: includes/fs-plugin-info-dialog.php:1161
|
1014 |
-
msgid "Unlimited Licenses"
|
1015 |
-
msgstr "Licencias ilimitadas"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php:1163
|
1018 |
-
msgid "Up to %s Sites"
|
1019 |
-
msgstr "Hasta %s sitios"
|
1020 |
-
|
1021 |
-
#: includes/fs-plugin-info-dialog.php1173,
|
1022 |
-
#: templates/plugin-info/features.php:82
|
1023 |
-
msgctxt "as monthly period"
|
1024 |
-
msgid "mo"
|
1025 |
-
msgstr "me"
|
1026 |
-
|
1027 |
-
#: includes/fs-plugin-info-dialog.php1180,
|
1028 |
-
#: templates/plugin-info/features.php:80
|
1029 |
-
msgctxt "as annual period"
|
1030 |
-
msgid "year"
|
1031 |
-
msgstr "año"
|
1032 |
-
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:1234
|
1034 |
-
msgctxt "noun"
|
1035 |
-
msgid "Price"
|
1036 |
-
msgstr "Precio"
|
1037 |
-
|
1038 |
-
#: includes/fs-plugin-info-dialog.php:1282
|
1039 |
-
msgid "Save %s"
|
1040 |
-
msgstr "Guardar %s"
|
1041 |
-
|
1042 |
-
#: includes/fs-plugin-info-dialog.php:1292
|
1043 |
-
msgid "No commitment for %s - cancel anytime"
|
1044 |
-
msgstr "Sin compromiso para %s - cancelar en cualquier momento"
|
1045 |
-
|
1046 |
-
#: includes/fs-plugin-info-dialog.php:1295
|
1047 |
-
msgid "After your free %s, pay as little as %s"
|
1048 |
-
msgstr "Después de su período gratuito %s, pague sólo %s"
|
1049 |
-
|
1050 |
-
#: includes/fs-plugin-info-dialog.php:1306
|
1051 |
-
msgid "Details"
|
1052 |
-
msgstr "Detalles"
|
1053 |
-
|
1054 |
-
#: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
|
1055 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php457,
|
1056 |
-
#: templates/account/partials/addon.php:36
|
1057 |
-
msgctxt "product version"
|
1058 |
-
msgid "Version"
|
1059 |
-
msgstr "Versión"
|
1060 |
-
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:1317
|
1062 |
-
msgctxt "as the plugin author"
|
1063 |
-
msgid "Author"
|
1064 |
-
msgstr "Autor"
|
1065 |
-
|
1066 |
-
#: includes/fs-plugin-info-dialog.php:1324
|
1067 |
-
msgid "Last Updated"
|
1068 |
-
msgstr "Última actualización"
|
1069 |
-
|
1070 |
-
#: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
|
1071 |
-
msgctxt "x-ago"
|
1072 |
-
msgid "%s ago"
|
1073 |
-
msgstr "hace %s"
|
1074 |
-
|
1075 |
-
#: includes/fs-plugin-info-dialog.php:1338
|
1076 |
-
msgid "Requires WordPress Version"
|
1077 |
-
msgstr "Necesita la versión de WordPress"
|
1078 |
-
|
1079 |
-
#: includes/fs-plugin-info-dialog.php:1339
|
1080 |
-
msgid "%s or higher"
|
1081 |
-
msgstr "%s o mayor"
|
1082 |
-
|
1083 |
-
#: includes/fs-plugin-info-dialog.php:1346
|
1084 |
-
msgid "Compatible up to"
|
1085 |
-
msgstr "Compatible hasta"
|
1086 |
-
|
1087 |
-
#: includes/fs-plugin-info-dialog.php:1354
|
1088 |
-
msgid "Downloaded"
|
1089 |
-
msgstr "Descargado"
|
1090 |
-
|
1091 |
-
#: includes/fs-plugin-info-dialog.php:1358
|
1092 |
-
msgid "%s time"
|
1093 |
-
msgstr "% vez"
|
1094 |
-
|
1095 |
-
#: includes/fs-plugin-info-dialog.php:1360
|
1096 |
-
msgid "%s times"
|
1097 |
-
msgstr "%s veces"
|
1098 |
-
|
1099 |
-
#: includes/fs-plugin-info-dialog.php:1370
|
1100 |
-
msgid "WordPress.org Plugin Page"
|
1101 |
-
msgstr "Página del plugin en WordPress.org"
|
1102 |
-
|
1103 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1104 |
-
msgid "Plugin Homepage"
|
1105 |
-
msgstr "Página web del plugin"
|
1106 |
-
|
1107 |
-
#: includes/fs-plugin-info-dialog.php1386,
|
1108 |
-
#: includes/fs-plugin-info-dialog.php:1468
|
1109 |
-
msgid "Donate to this plugin"
|
1110 |
-
msgstr "Donar a este plugin"
|
1111 |
-
|
1112 |
-
#: includes/fs-plugin-info-dialog.php:1393
|
1113 |
-
msgid "Average Rating"
|
1114 |
-
msgstr "Calificación media"
|
1115 |
-
|
1116 |
-
#: includes/fs-plugin-info-dialog.php:1400
|
1117 |
-
msgid "based on %s"
|
1118 |
-
msgstr "basado en %s"
|
1119 |
-
|
1120 |
-
#: includes/fs-plugin-info-dialog.php:1404
|
1121 |
-
msgid "%s rating"
|
1122 |
-
msgstr "%s calificación"
|
1123 |
-
|
1124 |
-
#: includes/fs-plugin-info-dialog.php:1406
|
1125 |
-
msgid "%s ratings"
|
1126 |
-
msgstr "%s calificaciones"
|
1127 |
-
|
1128 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1129 |
-
msgid "%s star"
|
1130 |
-
msgstr "%s estrella"
|
1131 |
-
|
1132 |
-
#: includes/fs-plugin-info-dialog.php:1423
|
1133 |
-
msgid "%s stars"
|
1134 |
-
msgstr "%s estrellas"
|
1135 |
-
|
1136 |
-
#: includes/fs-plugin-info-dialog.php:1434
|
1137 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1138 |
-
msgstr "Haz clic para ver los comentarios con una valoración de %s"
|
1139 |
-
|
1140 |
-
#: includes/fs-plugin-info-dialog.php:1447
|
1141 |
-
msgid "Contributors"
|
1142 |
-
msgstr "Colaboradores"
|
1143 |
-
|
1144 |
-
#: includes/fs-plugin-info-dialog.php1476,
|
1145 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1146 |
-
msgid "Warning"
|
1147 |
-
msgstr "Atencion"
|
1148 |
-
|
1149 |
-
#: includes/fs-plugin-info-dialog.php:1476
|
1150 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1151 |
-
msgstr "Este plugin no ha sido probado con tu versión actual de WordPress."
|
1152 |
-
|
1153 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1154 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1155 |
-
msgstr "Este puglin no ha sido marcado como compatible con tu versión de WordPress."
|
1156 |
-
|
1157 |
-
#: includes/fs-plugin-info-dialog.php:1497
|
1158 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1159 |
-
msgstr "El complemento de pago se debe implementar en Freemius."
|
1160 |
-
|
1161 |
-
#: includes/fs-plugin-info-dialog.php:1498
|
1162 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1163 |
-
msgstr "El complemento debe implementarse en WordPress.org o en Freemius."
|
1164 |
-
|
1165 |
-
#: includes/fs-plugin-info-dialog.php:1519
|
1166 |
-
msgid "Newer Version (%s) Installed"
|
1167 |
-
msgstr "Versión más reciente (%s) instalada"
|
1168 |
-
|
1169 |
-
#: includes/fs-plugin-info-dialog.php:1520
|
1170 |
-
msgid "Newer Free Version (%s) Installed"
|
1171 |
-
msgstr "Versión gratuita más reciente (%s) instalada"
|
1172 |
-
|
1173 |
-
#: includes/fs-plugin-info-dialog.php:1527
|
1174 |
-
msgid "Latest Version Installed"
|
1175 |
-
msgstr "Última versión instalada"
|
1176 |
-
|
1177 |
-
#: includes/fs-plugin-info-dialog.php:1528
|
1178 |
-
msgid "Latest Free Version Installed"
|
1179 |
-
msgstr "Última versión gratuita instalada"
|
1180 |
-
|
1181 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php96,
|
1182 |
-
#: templates/account/partials/addon.php26,
|
1183 |
-
#: templates/account/partials/site.php:311
|
1184 |
-
msgid "Downgrading your plan"
|
1185 |
-
msgstr "Bajando tu plan"
|
1186 |
-
|
1187 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php97,
|
1188 |
-
#: templates/account/partials/addon.php27,
|
1189 |
-
#: templates/account/partials/site.php:312
|
1190 |
-
msgid "Cancelling the subscription"
|
1191 |
-
msgstr "Cancelando la suscripción"
|
1192 |
-
|
1193 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1194 |
-
#. subscription'
|
1195 |
-
#: templates/account.php95, templates/forms/subscription-cancellation.php99,
|
1196 |
-
#: templates/account/partials/site.php:314
|
1197 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1198 |
-
msgstr "%1$s detendrá inmediatamente todos los pagos recurrentes futuros y tu licencia del plan %2$s caducará en %3$s."
|
1199 |
-
|
1200 |
-
#: templates/account.php96, templates/forms/subscription-cancellation.php100,
|
1201 |
-
#: templates/account/partials/addon.php30,
|
1202 |
-
#: templates/account/partials/site.php:315
|
1203 |
-
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1204 |
-
msgstr "Ten en cuenta que no podremos abaratar los precios desactualizados para renovaciones/nuevas suscripciones después de una cancelación. Si eliges renovar la suscripción manualmente en el futuro, después de un aumento de precio, que generalmente ocurre una vez al año, se te cobrará el precio actualizado."
|
1205 |
-
|
1206 |
-
#: templates/account.php97, templates/forms/subscription-cancellation.php106,
|
1207 |
-
#: templates/account/partials/addon.php:31
|
1208 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1209 |
-
msgstr "La cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?"
|
1210 |
-
|
1211 |
-
#: templates/account.php98, templates/forms/subscription-cancellation.php101,
|
1212 |
-
#: templates/account/partials/addon.php32,
|
1213 |
-
#: templates/account/partials/site.php:316
|
1214 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1215 |
-
msgstr "Todavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso a soporte y actualizaciones de %s."
|
1216 |
-
|
1217 |
-
#: templates/account.php99, templates/forms/subscription-cancellation.php102,
|
1218 |
-
#: templates/account/partials/addon.php33,
|
1219 |
-
#: templates/account/partials/site.php:317
|
1220 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1221 |
-
msgstr "Una vez que caduque tu licencia todavía puedes utilizar la versión gratuita pero NO tendrás acceso a las funciones de %s."
|
1222 |
-
|
1223 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1224 |
-
#: templates/account.php101,
|
1225 |
-
#: templates/account/partials/activate-license-button.php31,
|
1226 |
-
#: templates/account/partials/addon.php:35
|
1227 |
-
msgid "Activate %s Plan"
|
1228 |
-
msgstr "Activar plan %s"
|
1229 |
-
|
1230 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1231 |
-
#: templates/account.php104, templates/account/partials/addon.php38,
|
1232 |
-
#: templates/account/partials/site.php:291
|
1233 |
-
msgid "Auto renews in %s"
|
1234 |
-
msgstr "Auto renovaciones en %s"
|
1235 |
-
|
1236 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1237 |
-
#: templates/account.php106, templates/account/partials/addon.php40,
|
1238 |
-
#: templates/account/partials/site.php:293
|
1239 |
-
msgid "Expires in %s"
|
1240 |
-
msgstr "Caduca en %s"
|
1241 |
-
|
1242 |
-
#: templates/account.php:107
|
1243 |
-
msgctxt "as synchronize license"
|
1244 |
-
msgid "Sync License"
|
1245 |
-
msgstr "Sincronizar licencia"
|
1246 |
-
|
1247 |
-
#: templates/account.php108, templates/account/partials/addon.php:41
|
1248 |
-
msgid "Cancel Trial"
|
1249 |
-
msgstr "Cancelar período de prueba"
|
1250 |
-
|
1251 |
-
#: templates/account.php109, templates/account/partials/addon.php:42
|
1252 |
-
msgid "Change Plan"
|
1253 |
-
msgstr "Cambiar Plan"
|
1254 |
-
|
1255 |
-
#: templates/account.php110, templates/account/partials/addon.php:43
|
1256 |
-
msgctxt "verb"
|
1257 |
-
msgid "Upgrade"
|
1258 |
-
msgstr "Actualizar"
|
1259 |
-
|
1260 |
-
#: templates/account.php112, templates/account/partials/addon.php45,
|
1261 |
-
#: templates/account/partials/site.php:318
|
1262 |
-
msgctxt "verb"
|
1263 |
-
msgid "Downgrade"
|
1264 |
-
msgstr "Degradar"
|
1265 |
-
|
1266 |
-
#: templates/account.php114, templates/add-ons.php246,
|
1267 |
-
#: templates/plugin-info/features.php72,
|
1268 |
-
#: templates/account/partials/addon.php47,
|
1269 |
-
#: templates/account/partials/site.php:33
|
1270 |
-
msgid "Free"
|
1271 |
-
msgstr "Gratis"
|
1272 |
-
|
1273 |
-
#: templates/account.php116, templates/debug.php373,
|
1274 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php110,
|
1275 |
-
#: templates/account/partials/addon.php:49
|
1276 |
-
msgctxt "as product pricing plan"
|
1277 |
-
msgid "Plan"
|
1278 |
-
msgstr "Plan"
|
1279 |
-
|
1280 |
-
#: templates/account.php:117
|
1281 |
-
msgid "Bundle Plan"
|
1282 |
-
msgstr "Plan combinado"
|
1283 |
-
|
1284 |
-
#: templates/account.php:191
|
1285 |
-
msgid "Free Trial"
|
1286 |
-
msgstr "Período de prueba gratuito"
|
1287 |
-
|
1288 |
-
#: templates/account.php:202
|
1289 |
-
msgid "Account Details"
|
1290 |
-
msgstr "Detalles de la cuenta"
|
1291 |
-
|
1292 |
-
#: templates/account.php209, templates/forms/data-debug-mode.php:33
|
1293 |
-
msgid "Start Debug"
|
1294 |
-
msgstr "Iniciar Depuración"
|
1295 |
-
|
1296 |
-
#: templates/account.php:211
|
1297 |
-
msgid "Stop Debug"
|
1298 |
-
msgstr "Detener la depuración"
|
1299 |
-
|
1300 |
-
#: templates/account.php:218
|
1301 |
-
msgid "Billing & Invoices"
|
1302 |
-
msgstr "Facturación y facturas"
|
1303 |
-
|
1304 |
-
#: templates/account.php:229
|
1305 |
-
msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
1306 |
-
msgstr "La eliminación de la cuenta desactivará automáticamente su licencia de plan %s para que pueda utilizarla en otros sitios. Si también desea cancelar los pagos periódicos, haga clic en el botón \"Cancelar\" y, en primer lugar, \"Degradar\" su cuenta. ¿Seguro que deseas continuar con la eliminación?"
|
1307 |
-
|
1308 |
-
#: templates/account.php:231
|
1309 |
-
msgid "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
1310 |
-
msgstr "La eliminación no es temporal. Sólo elimínalo si ya no deseas utilizar este %s más. ¿Estás seguro que desea continuar con la eliminación?"
|
1311 |
-
|
1312 |
-
#: templates/account.php:234
|
1313 |
-
msgid "Delete Account"
|
1314 |
-
msgstr "Borrar cuenta"
|
1315 |
-
|
1316 |
-
#: templates/account.php246, templates/account/partials/addon.php231,
|
1317 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1318 |
-
msgid "Deactivate License"
|
1319 |
-
msgstr "Desactivar licencia"
|
1320 |
-
|
1321 |
-
#: templates/account.php269, templates/forms/subscription-cancellation.php:125
|
1322 |
-
msgid "Are you sure you want to proceed?"
|
1323 |
-
msgstr "¿Estás seguro que quieres proceder?"
|
1324 |
-
|
1325 |
-
#: templates/account.php269, templates/account/partials/addon.php:255
|
1326 |
-
msgid "Cancel Subscription"
|
1327 |
-
msgstr "Cancelar suscripción"
|
1328 |
-
|
1329 |
-
#: templates/account.php298, templates/account/partials/addon.php:340
|
1330 |
-
msgctxt "as synchronize"
|
1331 |
-
msgid "Sync"
|
1332 |
-
msgstr "Sincronizar"
|
1333 |
-
|
1334 |
-
#: templates/account.php313, templates/debug.php:507
|
1335 |
-
msgid "Name"
|
1336 |
-
msgstr "Nombre"
|
1337 |
-
|
1338 |
-
#: templates/account.php319, templates/debug.php:508
|
1339 |
-
msgid "Email"
|
1340 |
-
msgstr "Correo electrónico"
|
1341 |
-
|
1342 |
-
#: templates/account.php326, templates/debug.php371, templates/debug.php:557
|
1343 |
-
msgid "User ID"
|
1344 |
-
msgstr "ID de usuario"
|
1345 |
-
|
1346 |
-
#: templates/account.php344, templates/account.php637,
|
1347 |
-
#: templates/account.php682, templates/debug.php238, templates/debug.php365,
|
1348 |
-
#: templates/debug.php454, templates/debug.php506, templates/debug.php555,
|
1349 |
-
#: templates/debug.php632, templates/account/payments.php35,
|
1350 |
-
#: templates/debug/logger.php:21
|
1351 |
-
msgid "ID"
|
1352 |
-
msgstr "ID"
|
1353 |
-
|
1354 |
-
#: templates/account.php:351
|
1355 |
-
msgid "Site ID"
|
1356 |
-
msgstr "ID del sitio"
|
1357 |
-
|
1358 |
-
#: templates/account.php:354
|
1359 |
-
msgid "No ID"
|
1360 |
-
msgstr "Sin ID"
|
1361 |
-
|
1362 |
-
#: templates/account.php359, templates/debug.php245, templates/debug.php374,
|
1363 |
-
#: templates/debug.php458, templates/debug.php510,
|
1364 |
-
#: templates/account/partials/site.php:227
|
1365 |
-
msgid "Public Key"
|
1366 |
-
msgstr "Clave pública"
|
1367 |
-
|
1368 |
-
#: templates/account.php365, templates/debug.php375, templates/debug.php459,
|
1369 |
-
#: templates/debug.php511, templates/account/partials/site.php:239
|
1370 |
-
msgid "Secret Key"
|
1371 |
-
msgstr "Clave secreta"
|
1372 |
-
|
1373 |
-
#: templates/account.php:368
|
1374 |
-
msgctxt "as secret encryption key missing"
|
1375 |
-
msgid "No Secret"
|
1376 |
-
msgstr "Sin clave secreta"
|
1377 |
-
|
1378 |
-
#: templates/account.php395, templates/account/partials/site.php120,
|
1379 |
-
#: templates/account/partials/site.php:122
|
1380 |
-
msgid "Trial"
|
1381 |
-
msgstr "Período de prueba gratuito"
|
1382 |
-
|
1383 |
-
#: templates/account.php422, templates/debug.php562,
|
1384 |
-
#: templates/account/partials/site.php:260
|
1385 |
-
msgid "License Key"
|
1386 |
-
msgstr "Clave de licencia"
|
1387 |
-
|
1388 |
-
#: templates/account.php:453
|
1389 |
-
msgid "Join the Beta program"
|
1390 |
-
msgstr "Únase al programa Beta"
|
1391 |
-
|
1392 |
-
#: templates/account.php:459
|
1393 |
-
msgid "not verified"
|
1394 |
-
msgstr "no verificado"
|
1395 |
-
|
1396 |
-
#: templates/account.php468, templates/account/partials/addon.php:190
|
1397 |
-
msgid "Expired"
|
1398 |
-
msgstr "Caducado"
|
1399 |
-
|
1400 |
-
#: templates/account.php:528
|
1401 |
-
msgid "Premium version"
|
1402 |
-
msgstr "Versión premium"
|
1403 |
-
|
1404 |
-
#: templates/account.php:530
|
1405 |
-
msgid "Free version"
|
1406 |
-
msgstr "Versión gratuita"
|
1407 |
-
|
1408 |
-
#: templates/account.php:542
|
1409 |
-
msgid "Verify Email"
|
1410 |
-
msgstr "Verificar correo electrónico"
|
1411 |
-
|
1412 |
-
#: templates/account.php:553
|
1413 |
-
msgid "Download %s Version"
|
1414 |
-
msgstr "Descargar versión %s"
|
1415 |
-
|
1416 |
-
#: templates/account.php568, templates/account.php820,
|
1417 |
-
#: templates/account/partials/site.php248,
|
1418 |
-
#: templates/account/partials/site.php:270
|
1419 |
-
msgctxt "verb"
|
1420 |
-
msgid "Show"
|
1421 |
-
msgstr "Mostrar"
|
1422 |
-
|
1423 |
-
#: templates/account.php:583
|
1424 |
-
msgid "What is your %s?"
|
1425 |
-
msgstr "¿Cual es tú %s?"
|
1426 |
-
|
1427 |
-
#: templates/account.php591, templates/account/billing.php:21
|
1428 |
-
msgctxt "verb"
|
1429 |
-
msgid "Edit"
|
1430 |
-
msgstr "Editar"
|
1431 |
-
|
1432 |
-
#: templates/account.php:616
|
1433 |
-
msgid "Sites"
|
1434 |
-
msgstr "Sitios"
|
1435 |
-
|
1436 |
-
#: templates/account.php:629
|
1437 |
-
msgid "Search by address"
|
1438 |
-
msgstr "Buscar por dirección"
|
1439 |
-
|
1440 |
-
#: templates/account.php638, templates/debug.php:368
|
1441 |
-
msgid "Address"
|
1442 |
-
msgstr "Dirección"
|
1443 |
-
|
1444 |
-
#: templates/account.php:639
|
1445 |
-
msgid "License"
|
1446 |
-
msgstr "Licencia"
|
1447 |
-
|
1448 |
-
#: templates/account.php:640
|
1449 |
-
msgid "Plan"
|
1450 |
-
msgstr "Plan"
|
1451 |
-
|
1452 |
-
#: templates/account.php:685
|
1453 |
-
msgctxt "as software license"
|
1454 |
-
msgid "License"
|
1455 |
-
msgstr "Licencia"
|
1456 |
-
|
1457 |
-
#: templates/account.php:814
|
1458 |
-
msgctxt "verb"
|
1459 |
-
msgid "Hide"
|
1460 |
-
msgstr "Ocultar"
|
1461 |
-
|
1462 |
-
#: templates/account.php836, templates/forms/data-debug-mode.php:31
|
1463 |
-
msgid "Processing"
|
1464 |
-
msgstr "Procesando"
|
1465 |
-
|
1466 |
-
#: templates/account.php:839
|
1467 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1468 |
-
msgstr "Obten actualizaciones para las versiones Beta de vanguardia de %s."
|
1469 |
-
|
1470 |
-
#: templates/account.php:897
|
1471 |
-
msgid "Cancelling %s"
|
1472 |
-
msgstr "Cancelando %s"
|
1473 |
-
|
1474 |
-
#: templates/account.php897, templates/account.php914,
|
1475 |
-
#: templates/forms/subscription-cancellation.php27,
|
1476 |
-
#: templates/forms/deactivation/form.php:133
|
1477 |
-
msgid "trial"
|
1478 |
-
msgstr "período de prueba"
|
1479 |
-
|
1480 |
-
#: templates/account.php912, templates/forms/deactivation/form.php:150
|
1481 |
-
msgid "Cancelling %s..."
|
1482 |
-
msgstr "Cancelando %s..."
|
1483 |
-
|
1484 |
-
#: templates/account.php915, templates/forms/subscription-cancellation.php28,
|
1485 |
-
#: templates/forms/deactivation/form.php:134
|
1486 |
-
msgid "subscription"
|
1487 |
-
msgstr "suscripción"
|
1488 |
-
|
1489 |
-
#: templates/account.php:929
|
1490 |
-
msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
|
1491 |
-
msgstr "Al desactivar tu licencia todas las características premium se bloquearán, pero posibilitará poder activar tu licencia en otro sitio. ¿Estás seguro que quieres continuar?"
|
1492 |
-
|
1493 |
-
#: templates/add-ons.php:38
|
1494 |
-
msgid "View details"
|
1495 |
-
msgstr "Ver detalles"
|
1496 |
-
|
1497 |
-
#: templates/add-ons.php:48
|
1498 |
-
msgid "Add Ons for %s"
|
1499 |
-
msgstr "Complementos para %s"
|
1500 |
-
|
1501 |
-
#: templates/add-ons.php:58
|
1502 |
-
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1503 |
-
msgstr "No pudimos cargar la lista de complementos. Probablemente sea un problema por nuestra parte, por favor, inténtalo de nuevo en unos minutos."
|
1504 |
-
|
1505 |
-
#: templates/add-ons.php:229
|
1506 |
-
msgctxt "active add-on"
|
1507 |
-
msgid "Active"
|
1508 |
-
msgstr "Activo"
|
1509 |
-
|
1510 |
-
#: templates/add-ons.php:230
|
1511 |
-
msgctxt "installed add-on"
|
1512 |
-
msgid "Installed"
|
1513 |
-
msgstr "Instalado"
|
1514 |
-
|
1515 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php207,
|
1516 |
-
#: templates/forms/resend-key.php:77
|
1517 |
-
msgctxt "as close a window"
|
1518 |
-
msgid "Dismiss"
|
1519 |
-
msgstr "Descartar"
|
1520 |
-
|
1521 |
-
#: templates/auto-installation.php:45
|
1522 |
-
msgid "%s sec"
|
1523 |
-
msgstr "%s seg"
|
1524 |
-
|
1525 |
-
#: templates/auto-installation.php:83
|
1526 |
-
msgid "Automatic Installation"
|
1527 |
-
msgstr "Instalación automática"
|
1528 |
-
|
1529 |
-
#: templates/auto-installation.php:93
|
1530 |
-
msgid "An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now."
|
1531 |
-
msgstr "Una descarga automatizada y la instalación de %s (versión de pago) de %s comenzará en %s. Si quieres hacerlo manualmente - haz clic en el botón de cancelación."
|
1532 |
-
|
1533 |
-
#: templates/auto-installation.php:104
|
1534 |
-
msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
|
1535 |
-
msgstr "El proceso de instalación ha comenzado y puede tardar unos minutos en completarse. Por favor, espera hasta que se finalice - no actualices esta página."
|
1536 |
-
|
1537 |
-
#: templates/auto-installation.php:109
|
1538 |
-
msgid "Cancel Installation"
|
1539 |
-
msgstr "Cancelar instalación"
|
1540 |
-
|
1541 |
-
#: templates/checkout.php:180
|
1542 |
-
msgid "Checkout"
|
1543 |
-
msgstr "Pagar"
|
1544 |
-
|
1545 |
-
#: templates/checkout.php:180
|
1546 |
-
msgid "PCI compliant"
|
1547 |
-
msgstr "Compatible con PCI"
|
1548 |
-
|
1549 |
-
#. translators: %s: name (e.g. Hey John,)
|
1550 |
-
#: templates/connect.php:112
|
1551 |
-
msgctxt "greeting"
|
1552 |
-
msgid "Hey %s,"
|
1553 |
-
msgstr "Hey %s,"
|
1554 |
-
|
1555 |
-
#: templates/connect.php:154
|
1556 |
-
msgid "Allow & Continue"
|
1557 |
-
msgstr "Permitir y continuar"
|
1558 |
-
|
1559 |
-
#: templates/connect.php:158
|
1560 |
-
msgid "Re-send activation email"
|
1561 |
-
msgstr "Reenviar correo electrónico de activación"
|
1562 |
-
|
1563 |
-
#: templates/connect.php:162
|
1564 |
-
msgid "Thanks %s!"
|
1565 |
-
msgstr "¡Gracias %s!"
|
1566 |
-
|
1567 |
-
#: templates/connect.php172, templates/forms/license-activation.php:46
|
1568 |
-
msgid "Agree & Activate License"
|
1569 |
-
msgstr "De acuerdo y activar licencia"
|
1570 |
-
|
1571 |
-
#: templates/connect.php:181
|
1572 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1573 |
-
msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
|
1574 |
-
|
1575 |
-
#: templates/connect.php:188
|
1576 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
|
1577 |
-
msgstr "No te pierdas ninguna actualización importante - acepta para notificaciones de seguridad y de actualizaciones, ofertas y seguimiento de diagnóstico con datos no sensibles con %4$s."
|
1578 |
-
|
1579 |
-
#: templates/connect.php:189
|
1580 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1581 |
-
msgstr "No te pierdas ninguna actualización importante - acepta para notificaciones de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no sensibles con %4$s."
|
1582 |
-
|
1583 |
-
#: templates/connect.php:195
|
1584 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1585 |
-
msgstr "No te pierdas ninguna actualización importante - acepta las notificaciones de seguridad y de actualizaciones, contenido educacional, ofertas y seguimiento de diagnóstico con datos no sensibles con %4$s. ¡Si te saltas esto, no pasa nada! %1$s seguirá funcionando bien."
|
1586 |
-
|
1587 |
-
#: templates/connect.php:196
|
1588 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1589 |
-
msgstr "No te pierdas ninguna actualización importante - acepta las notificaciones de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no sensibles con %4$s. ¡Si te saltas esto, no pasa nada! %1$s seguirá funcionando bien."
|
1590 |
-
|
1591 |
-
#: templates/connect.php:230
|
1592 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1593 |
-
msgstr "Estamos emocionados de introducir la integración de Freemius a nivel de red."
|
1594 |
-
|
1595 |
-
#: templates/connect.php:233
|
1596 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1597 |
-
msgstr "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia."
|
1598 |
-
|
1599 |
-
#: templates/connect.php:235
|
1600 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1601 |
-
msgstr "Si quieres utilizar %s en estos sitios, introduce por favor tu clave de licencia abajo y haz click en el botón de activación."
|
1602 |
-
|
1603 |
-
#: templates/connect.php:237
|
1604 |
-
msgid "%s's paid features"
|
1605 |
-
msgstr "%s características de pago"
|
1606 |
-
|
1607 |
-
#: templates/connect.php:242
|
1608 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1609 |
-
msgstr "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red."
|
1610 |
-
|
1611 |
-
#: templates/connect.php:244
|
1612 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1613 |
-
msgstr "Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención."
|
1614 |
-
|
1615 |
-
#: templates/connect.php253, templates/forms/data-debug-mode.php35,
|
1616 |
-
#: templates/forms/license-activation.php:49
|
1617 |
-
msgid "License key"
|
1618 |
-
msgstr "Clave de licencia"
|
1619 |
-
|
1620 |
-
#: templates/connect.php256, templates/forms/license-activation.php:22
|
1621 |
-
msgid "Can't find your license key?"
|
1622 |
-
msgstr "¿No puedes encontrar tu clave de licencia?"
|
1623 |
-
|
1624 |
-
#: templates/connect.php315, templates/connect.php652,
|
1625 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1626 |
-
msgctxt "verb"
|
1627 |
-
msgid "Skip"
|
1628 |
-
msgstr "Saltar"
|
1629 |
-
|
1630 |
-
#: templates/connect.php:318
|
1631 |
-
msgid "Delegate to Site Admins"
|
1632 |
-
msgstr "Delegar a administradores del sitio"
|
1633 |
-
|
1634 |
-
#: templates/connect.php:318
|
1635 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1636 |
-
msgstr "Si haces click, esta decisión será delegada a los administradores de los sitios."
|
1637 |
-
|
1638 |
-
#: templates/connect.php:346
|
1639 |
-
msgid "Your Profile Overview"
|
1640 |
-
msgstr "Resumen del perfil"
|
1641 |
-
|
1642 |
-
#: templates/connect.php:347
|
1643 |
-
msgid "Name and email address"
|
1644 |
-
msgstr "Nombre y dirección de correo electrónico"
|
1645 |
-
|
1646 |
-
#: templates/connect.php:352
|
1647 |
-
msgid "Your Site Overview"
|
1648 |
-
msgstr "Resumen del sitio"
|
1649 |
-
|
1650 |
-
#: templates/connect.php:353
|
1651 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1652 |
-
msgstr "URL del sitio web, versión de WP, PHP info, plugins y temas"
|
1653 |
-
|
1654 |
-
#: templates/connect.php:358
|
1655 |
-
msgid "Admin Notices"
|
1656 |
-
msgstr "Avisos de administración"
|
1657 |
-
|
1658 |
-
#: templates/connect.php359, templates/connect.php:375
|
1659 |
-
msgid "Updates, announcements, marketing, no spam"
|
1660 |
-
msgstr "Actualizaciones, anuncios, marketing, sin spam"
|
1661 |
-
|
1662 |
-
#: templates/connect.php:364
|
1663 |
-
msgid "Current %s Events"
|
1664 |
-
msgstr "Eventos de %s actuales"
|
1665 |
-
|
1666 |
-
#: templates/connect.php:365
|
1667 |
-
msgid "Activation, deactivation and uninstall"
|
1668 |
-
msgstr "Activación, desactivación y desinstalación"
|
1669 |
-
|
1670 |
-
#: templates/connect.php:374
|
1671 |
-
msgid "Newsletter"
|
1672 |
-
msgstr "Boletín"
|
1673 |
-
|
1674 |
-
#: templates/connect.php391, templates/forms/license-activation.php:41
|
1675 |
-
msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
|
1676 |
-
msgstr "%1$s periódicamente enviará datos a %2$s para comprobar las actualizaciones de seguridad, nuevas funcionalidades y verificar la validez de tu licencia."
|
1677 |
-
|
1678 |
-
#: templates/connect.php:396
|
1679 |
-
msgid "What permissions are being granted?"
|
1680 |
-
msgstr "¿Qué permisos se otorgan?"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:417
|
1683 |
-
msgid "Don't have a license key?"
|
1684 |
-
msgstr "¿No tienes una clave de licencia?"
|
1685 |
-
|
1686 |
-
#: templates/connect.php:420
|
1687 |
-
msgid "Have a license key?"
|
1688 |
-
msgstr "¿Tienes una clave de licencia?"
|
1689 |
-
|
1690 |
-
#: templates/connect.php:428
|
1691 |
-
msgid "Privacy Policy"
|
1692 |
-
msgstr "Política de privacidad"
|
1693 |
-
|
1694 |
-
#: templates/connect.php:430
|
1695 |
-
msgid "License Agreement"
|
1696 |
-
msgstr "Acuerdo de licencia"
|
1697 |
-
|
1698 |
-
#: templates/connect.php:430
|
1699 |
-
msgid "Terms of Service"
|
1700 |
-
msgstr "Términos de servicio"
|
1701 |
-
|
1702 |
-
#: templates/connect.php:805
|
1703 |
-
msgctxt "as in the process of sending an email"
|
1704 |
-
msgid "Sending email"
|
1705 |
-
msgstr "Enviando correo electrónico"
|
1706 |
-
|
1707 |
-
#: templates/connect.php:806
|
1708 |
-
msgctxt "as activating plugin"
|
1709 |
-
msgid "Activating"
|
1710 |
-
msgstr "Activando"
|
1711 |
-
|
1712 |
-
#: templates/contact.php:78
|
1713 |
-
msgid "Contact"
|
1714 |
-
msgstr "Contacto"
|
1715 |
-
|
1716 |
-
#: templates/debug.php:17
|
1717 |
-
msgctxt "as turned off"
|
1718 |
-
msgid "Off"
|
1719 |
-
msgstr "Apagado"
|
1720 |
-
|
1721 |
-
#: templates/debug.php:18
|
1722 |
-
msgctxt "as turned on"
|
1723 |
-
msgid "On"
|
1724 |
-
msgstr "Encendido"
|
1725 |
-
|
1726 |
-
#: templates/debug.php:20
|
1727 |
-
msgid "SDK"
|
1728 |
-
msgstr "SDK"
|
1729 |
-
|
1730 |
-
#: templates/debug.php:24
|
1731 |
-
msgctxt "as code debugging"
|
1732 |
-
msgid "Debugging"
|
1733 |
-
msgstr "Depurando"
|
1734 |
-
|
1735 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1736 |
-
#: templates/debug.php:512
|
1737 |
-
msgid "Actions"
|
1738 |
-
msgstr "Acciones"
|
1739 |
-
|
1740 |
-
#: templates/debug.php:64
|
1741 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1742 |
-
msgstr "¿Está seguro que desea eliminar todos los datos de Freemius?"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:64
|
1745 |
-
msgid "Delete All Accounts"
|
1746 |
-
msgstr "Borrar todas las cuentas"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:71
|
1749 |
-
msgid "Clear API Cache"
|
1750 |
-
msgstr "Borrar caché de la API"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:79
|
1753 |
-
msgid "Clear Updates Transients"
|
1754 |
-
msgstr "Borrar transients de actualizaciones"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:86
|
1757 |
-
msgid "Sync Data From Server"
|
1758 |
-
msgstr "Sincronizar datos desde el servidor"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:95
|
1761 |
-
msgid "Migrate Options to Network"
|
1762 |
-
msgstr "Migrar opciones a la red"
|
1763 |
-
|
1764 |
-
#: templates/debug.php:100
|
1765 |
-
msgid "Load DB Option"
|
1766 |
-
msgstr "Cargar opción de BD"
|
1767 |
-
|
1768 |
-
#: templates/debug.php:103
|
1769 |
-
msgid "Set DB Option"
|
1770 |
-
msgstr "Guardar opción en BD"
|
1771 |
-
|
1772 |
-
#: templates/debug.php:182
|
1773 |
-
msgid "Key"
|
1774 |
-
msgstr "Clave"
|
1775 |
-
|
1776 |
-
#: templates/debug.php:183
|
1777 |
-
msgid "Value"
|
1778 |
-
msgstr "Valor"
|
1779 |
-
|
1780 |
-
#: templates/debug.php:199
|
1781 |
-
msgctxt "as software development kit versions"
|
1782 |
-
msgid "SDK Versions"
|
1783 |
-
msgstr "Versiones SDK"
|
1784 |
-
|
1785 |
-
#: templates/debug.php:204
|
1786 |
-
msgid "SDK Path"
|
1787 |
-
msgstr "Ruta del SDK"
|
1788 |
-
|
1789 |
-
#: templates/debug.php205, templates/debug.php:244
|
1790 |
-
msgid "Module Path"
|
1791 |
-
msgstr "Ruta del módulo"
|
1792 |
-
|
1793 |
-
#: templates/debug.php:206
|
1794 |
-
msgid "Is Active"
|
1795 |
-
msgstr "Está activo"
|
1796 |
-
|
1797 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1798 |
-
msgid "Plugins"
|
1799 |
-
msgstr "Plugins"
|
1800 |
-
|
1801 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1802 |
-
msgid "Themes"
|
1803 |
-
msgstr "Temas"
|
1804 |
-
|
1805 |
-
#: templates/debug.php239, templates/debug.php370, templates/debug.php456,
|
1806 |
-
#: templates/debug/scheduled-crons.php:80
|
1807 |
-
msgid "Slug"
|
1808 |
-
msgstr "Ruta"
|
1809 |
-
|
1810 |
-
#: templates/debug.php241, templates/debug.php:455
|
1811 |
-
msgid "Title"
|
1812 |
-
msgstr "Título"
|
1813 |
-
|
1814 |
-
#: templates/debug.php:242
|
1815 |
-
msgctxt "as application program interface"
|
1816 |
-
msgid "API"
|
1817 |
-
msgstr "API"
|
1818 |
-
|
1819 |
-
#: templates/debug.php:243
|
1820 |
-
msgid "Freemius State"
|
1821 |
-
msgstr "Estado Freemius"
|
1822 |
-
|
1823 |
-
#: templates/debug.php:247
|
1824 |
-
msgid "Network Blog"
|
1825 |
-
msgstr "Blog de red"
|
1826 |
-
|
1827 |
-
#: templates/debug.php:248
|
1828 |
-
msgid "Network User"
|
1829 |
-
msgstr "Usuario de red"
|
1830 |
-
|
1831 |
-
#: templates/debug.php:285
|
1832 |
-
msgctxt "as connection was successful"
|
1833 |
-
msgid "Connected"
|
1834 |
-
msgstr "Conectado"
|
1835 |
-
|
1836 |
-
#: templates/debug.php:286
|
1837 |
-
msgctxt "as connection blocked"
|
1838 |
-
msgid "Blocked"
|
1839 |
-
msgstr "Bloqueado"
|
1840 |
-
|
1841 |
-
#: templates/debug.php:322
|
1842 |
-
msgid "Simulate Trial Promotion"
|
1843 |
-
msgstr "Simular período de prueba"
|
1844 |
-
|
1845 |
-
#: templates/debug.php:334
|
1846 |
-
msgid "Simulate Network Upgrade"
|
1847 |
-
msgstr "Simular actualización de red"
|
1848 |
-
|
1849 |
-
#: templates/debug.php:359
|
1850 |
-
msgid "%s Installs"
|
1851 |
-
msgstr "%s Instalaciones"
|
1852 |
-
|
1853 |
-
#: templates/debug.php:361
|
1854 |
-
msgctxt "like websites"
|
1855 |
-
msgid "Sites"
|
1856 |
-
msgstr "Sitios"
|
1857 |
-
|
1858 |
-
#: templates/debug.php367, templates/account/partials/site.php:156
|
1859 |
-
msgid "Blog ID"
|
1860 |
-
msgstr "ID del blog"
|
1861 |
-
|
1862 |
-
#: templates/debug.php:372
|
1863 |
-
msgid "License ID"
|
1864 |
-
msgstr "ID de licencia"
|
1865 |
-
|
1866 |
-
#: templates/debug.php436, templates/debug.php535,
|
1867 |
-
#: templates/account/partials/addon.php:435
|
1868 |
-
msgctxt "verb"
|
1869 |
-
msgid "Delete"
|
1870 |
-
msgstr "Borrar"
|
1871 |
-
|
1872 |
-
#: templates/debug.php:450
|
1873 |
-
msgid "Add Ons of module %s"
|
1874 |
-
msgstr "Complementos del módulo %s"
|
1875 |
-
|
1876 |
-
#: templates/debug.php:502
|
1877 |
-
msgid "Users"
|
1878 |
-
msgstr "Usuarios"
|
1879 |
-
|
1880 |
-
#: templates/debug.php:509
|
1881 |
-
msgid "Verified"
|
1882 |
-
msgstr "Verificado"
|
1883 |
-
|
1884 |
-
#: templates/debug.php:551
|
1885 |
-
msgid "%s Licenses"
|
1886 |
-
msgstr "%s Licencias"
|
1887 |
-
|
1888 |
-
#: templates/debug.php:556
|
1889 |
-
msgid "Plugin ID"
|
1890 |
-
msgstr "ID del plugin"
|
1891 |
-
|
1892 |
-
#: templates/debug.php:558
|
1893 |
-
msgid "Plan ID"
|
1894 |
-
msgstr "ID del plan"
|
1895 |
-
|
1896 |
-
#: templates/debug.php:559
|
1897 |
-
msgid "Quota"
|
1898 |
-
msgstr "Cuota"
|
1899 |
-
|
1900 |
-
#: templates/debug.php:560
|
1901 |
-
msgid "Activated"
|
1902 |
-
msgstr "Activado"
|
1903 |
-
|
1904 |
-
#: templates/debug.php:561
|
1905 |
-
msgid "Blocking"
|
1906 |
-
msgstr "Bloqueando"
|
1907 |
-
|
1908 |
-
#: templates/debug.php:563
|
1909 |
-
msgctxt "as expiration date"
|
1910 |
-
msgid "Expiration"
|
1911 |
-
msgstr "Caducidad"
|
1912 |
-
|
1913 |
-
#: templates/debug.php:590
|
1914 |
-
msgid "Debug Log"
|
1915 |
-
msgstr "Log de Debug"
|
1916 |
-
|
1917 |
-
#: templates/debug.php:594
|
1918 |
-
msgid "All Types"
|
1919 |
-
msgstr "Todos los Tipos"
|
1920 |
-
|
1921 |
-
#: templates/debug.php:601
|
1922 |
-
msgid "All Requests"
|
1923 |
-
msgstr "Todas las peticiones"
|
1924 |
-
|
1925 |
-
#: templates/debug.php606, templates/debug.php635,
|
1926 |
-
#: templates/debug/logger.php:25
|
1927 |
-
msgid "File"
|
1928 |
-
msgstr "Archivo"
|
1929 |
-
|
1930 |
-
#: templates/debug.php607, templates/debug.php633,
|
1931 |
-
#: templates/debug/logger.php:23
|
1932 |
-
msgid "Function"
|
1933 |
-
msgstr "Función"
|
1934 |
-
|
1935 |
-
#: templates/debug.php:608
|
1936 |
-
msgid "Process ID"
|
1937 |
-
msgstr "ID del proceso"
|
1938 |
-
|
1939 |
-
#: templates/debug.php:609
|
1940 |
-
msgid "Logger"
|
1941 |
-
msgstr "Logger"
|
1942 |
-
|
1943 |
-
#: templates/debug.php610, templates/debug.php634,
|
1944 |
-
#: templates/debug/logger.php:24
|
1945 |
-
msgid "Message"
|
1946 |
-
msgstr "Mensaje"
|
1947 |
-
|
1948 |
-
#: templates/debug.php:612
|
1949 |
-
msgid "Filter"
|
1950 |
-
msgstr "Filtro"
|
1951 |
-
|
1952 |
-
#: templates/debug.php:620
|
1953 |
-
msgid "Download"
|
1954 |
-
msgstr "Descarga"
|
1955 |
-
|
1956 |
-
#: templates/debug.php631, templates/debug/logger.php:22
|
1957 |
-
msgid "Type"
|
1958 |
-
msgstr "Tipo"
|
1959 |
-
|
1960 |
-
#: templates/debug.php636, templates/debug/logger.php:26
|
1961 |
-
msgid "Timestamp"
|
1962 |
-
msgstr "Timestamp"
|
1963 |
-
|
1964 |
-
#: templates/secure-https-header.php:28
|
1965 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1966 |
-
msgstr "Página segura HTTPS %s, desde un dominio externo"
|
1967 |
-
|
1968 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1969 |
-
#: templates/plugin-info/features.php:43
|
1970 |
-
msgid "Support"
|
1971 |
-
msgstr "Soporte"
|
1972 |
-
|
1973 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1974 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1975 |
-
msgctxt "milliseconds"
|
1976 |
-
msgid "ms"
|
1977 |
-
msgstr "ms"
|
1978 |
-
|
1979 |
-
#: includes/debug/debug-bar-start.php:41
|
1980 |
-
msgid "Freemius API"
|
1981 |
-
msgstr "API Freemius"
|
1982 |
-
|
1983 |
-
#: includes/debug/debug-bar-start.php:42
|
1984 |
-
msgid "Requests"
|
1985 |
-
msgstr "Peticiones"
|
1986 |
-
|
1987 |
-
#: templates/account/billing.php:22
|
1988 |
-
msgctxt "verb"
|
1989 |
-
msgid "Update"
|
1990 |
-
msgstr "Actualizar"
|
1991 |
-
|
1992 |
-
#: templates/account/billing.php:33
|
1993 |
-
msgid "Billing"
|
1994 |
-
msgstr "Facturación"
|
1995 |
-
|
1996 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1997 |
-
msgid "Business name"
|
1998 |
-
msgstr "Nombre de la empresa"
|
1999 |
-
|
2000 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
2001 |
-
msgid "Tax / VAT ID"
|
2002 |
-
msgstr "Tax / Núm IVA"
|
2003 |
-
|
2004 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
2005 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
2006 |
-
msgid "Address Line %d"
|
2007 |
-
msgstr "Línea de la dirección %d"
|
2008 |
-
|
2009 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2010 |
-
msgid "City"
|
2011 |
-
msgstr "Ciudad"
|
2012 |
-
|
2013 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2014 |
-
msgid "Town"
|
2015 |
-
msgstr "Municipio"
|
2016 |
-
|
2017 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
2018 |
-
msgid "ZIP / Postal Code"
|
2019 |
-
msgstr "Código postal"
|
2020 |
-
|
2021 |
-
#: templates/account/billing.php:302
|
2022 |
-
msgid "Country"
|
2023 |
-
msgstr "País"
|
2024 |
-
|
2025 |
-
#: templates/account/billing.php:304
|
2026 |
-
msgid "Select Country"
|
2027 |
-
msgstr "Seleccionar país"
|
2028 |
-
|
2029 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2030 |
-
msgid "State"
|
2031 |
-
msgstr "Estado"
|
2032 |
-
|
2033 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2034 |
-
msgid "Province"
|
2035 |
-
msgstr "Provincia"
|
2036 |
-
|
2037 |
-
#: templates/account/payments.php:29
|
2038 |
-
msgid "Payments"
|
2039 |
-
msgstr "Pagos"
|
2040 |
-
|
2041 |
-
#: templates/account/payments.php:36
|
2042 |
-
msgid "Date"
|
2043 |
-
msgstr "Fecha"
|
2044 |
-
|
2045 |
-
#: templates/account/payments.php:37
|
2046 |
-
msgid "Amount"
|
2047 |
-
msgstr "Cantidad"
|
2048 |
-
|
2049 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2050 |
-
msgid "Invoice"
|
2051 |
-
msgstr "Factura"
|
2052 |
-
|
2053 |
-
#: templates/debug/api-calls.php:56
|
2054 |
-
msgid "API"
|
2055 |
-
msgstr "API"
|
2056 |
-
|
2057 |
-
#: templates/debug/api-calls.php:68
|
2058 |
-
msgid "Method"
|
2059 |
-
msgstr "Método"
|
2060 |
-
|
2061 |
-
#: templates/debug/api-calls.php:69
|
2062 |
-
msgid "Code"
|
2063 |
-
msgstr "Código"
|
2064 |
-
|
2065 |
-
#: templates/debug/api-calls.php:70
|
2066 |
-
msgid "Length"
|
2067 |
-
msgstr "Longitud"
|
2068 |
-
|
2069 |
-
#: templates/debug/api-calls.php:71
|
2070 |
-
msgctxt "as file/folder path"
|
2071 |
-
msgid "Path"
|
2072 |
-
msgstr "Ruta"
|
2073 |
-
|
2074 |
-
#: templates/debug/api-calls.php:73
|
2075 |
-
msgid "Body"
|
2076 |
-
msgstr "Cuerpo"
|
2077 |
-
|
2078 |
-
#: templates/debug/api-calls.php:75
|
2079 |
-
msgid "Result"
|
2080 |
-
msgstr "Resultado"
|
2081 |
-
|
2082 |
-
#: templates/debug/api-calls.php:76
|
2083 |
-
msgid "Start"
|
2084 |
-
msgstr "Inicio"
|
2085 |
-
|
2086 |
-
#: templates/debug/api-calls.php:77
|
2087 |
-
msgid "End"
|
2088 |
-
msgstr "Fin"
|
2089 |
-
|
2090 |
-
#: templates/debug/logger.php:15
|
2091 |
-
msgid "Log"
|
2092 |
-
msgstr "Log"
|
2093 |
-
|
2094 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2095 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2096 |
-
#: templates/debug/scheduled-crons.php:91
|
2097 |
-
msgid "In %s"
|
2098 |
-
msgstr "En %s"
|
2099 |
-
|
2100 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2101 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2102 |
-
#: templates/debug/scheduled-crons.php:93
|
2103 |
-
msgid "%s ago"
|
2104 |
-
msgstr "hace %s"
|
2105 |
-
|
2106 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2107 |
-
#: templates/debug/scheduled-crons.php:74
|
2108 |
-
msgctxt "seconds"
|
2109 |
-
msgid "sec"
|
2110 |
-
msgstr "seg"
|
2111 |
-
|
2112 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2113 |
-
msgid "Plugins & Themes Sync"
|
2114 |
-
msgstr "Sincronizar plugins y temas"
|
2115 |
-
|
2116 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2117 |
-
msgid "Total"
|
2118 |
-
msgstr "Total"
|
2119 |
-
|
2120 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2121 |
-
#: templates/debug/scheduled-crons.php:84
|
2122 |
-
msgid "Last"
|
2123 |
-
msgstr "Último"
|
2124 |
-
|
2125 |
-
#: templates/debug/scheduled-crons.php:76
|
2126 |
-
msgid "Scheduled Crons"
|
2127 |
-
msgstr "Crons programados"
|
2128 |
-
|
2129 |
-
#: templates/debug/scheduled-crons.php:81
|
2130 |
-
msgid "Module"
|
2131 |
-
msgstr "Módulo"
|
2132 |
-
|
2133 |
-
#: templates/debug/scheduled-crons.php:82
|
2134 |
-
msgid "Module Type"
|
2135 |
-
msgstr "Tipo de módulo"
|
2136 |
-
|
2137 |
-
#: templates/debug/scheduled-crons.php:83
|
2138 |
-
msgid "Cron Type"
|
2139 |
-
msgstr "Tipo de cron"
|
2140 |
-
|
2141 |
-
#: templates/debug/scheduled-crons.php:85
|
2142 |
-
msgid "Next"
|
2143 |
-
msgstr "Siguiente"
|
2144 |
-
|
2145 |
-
#: templates/forms/affiliation.php:82
|
2146 |
-
msgid "Non-expiring"
|
2147 |
-
msgstr "Sin caducidad"
|
2148 |
-
|
2149 |
-
#: templates/forms/affiliation.php:85
|
2150 |
-
msgid "Apply to become an affiliate"
|
2151 |
-
msgstr "Aceptar para hacerse afiliado"
|
2152 |
-
|
2153 |
-
#: templates/forms/affiliation.php:104
|
2154 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2155 |
-
msgstr "¡Tu aplicación al programa de afiliación para %s ha sido aceptada! Entra en tu área de afiliado desde: %s."
|
2156 |
-
|
2157 |
-
#: templates/forms/affiliation.php:119
|
2158 |
-
msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
2159 |
-
msgstr "Gracias por aplicar a nuestro programa de afiliados, revisaremos tu petición durante los próximos 14 días y te volveremos a contactar con información adicional."
|
2160 |
-
|
2161 |
-
#: templates/forms/affiliation.php:122
|
2162 |
-
msgid "Your affiliation account was temporarily suspended."
|
2163 |
-
msgstr "Tu cuenta de afiliado ha sido suspendida temporalmente."
|
2164 |
-
|
2165 |
-
#: templates/forms/affiliation.php:125
|
2166 |
-
msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
2167 |
-
msgstr "Gracias por aplicar a nuestro programa de asociados, infortunadamente, de momento hemos decidido rechazar tu petición. Por favor, prueba de nuevo en 30 días."
|
2168 |
-
|
2169 |
-
#: templates/forms/affiliation.php:128
|
2170 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2171 |
-
msgstr "Debido a la violación de nuestros términos de afiliados, hemos decidido bloquear temporalmente tu cuenta de afiliación. Si tienes alguna pregunta, por favor contacta nuestro soporte."
|
2172 |
-
|
2173 |
-
#: templates/forms/affiliation.php:141
|
2174 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2175 |
-
msgstr "¿Te gusta %s? Conviértete en nuestro embajador y gana dinero ;-)"
|
2176 |
-
|
2177 |
-
#: templates/forms/affiliation.php:142
|
2178 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2179 |
-
msgstr "¡Envíanos nuevos usuarios a nuestro %s y gana %s de comisión en cada venta satisfactoria que nos hayas referido!"
|
2180 |
-
|
2181 |
-
#: templates/forms/affiliation.php:145
|
2182 |
-
msgid "Program Summary"
|
2183 |
-
msgstr "Sumario del programa"
|
2184 |
-
|
2185 |
-
#: templates/forms/affiliation.php:147
|
2186 |
-
msgid "%s commission when a customer purchases a new license."
|
2187 |
-
msgstr "%s comisión cuando un cliente compra una nueva licencia."
|
2188 |
-
|
2189 |
-
#: templates/forms/affiliation.php:149
|
2190 |
-
msgid "Get commission for automated subscription renewals."
|
2191 |
-
msgstr "Obtén comisiones por renovaciones automatizadas de las suscripciones."
|
2192 |
-
|
2193 |
-
#: templates/forms/affiliation.php:152
|
2194 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2195 |
-
msgstr "%s tracking cookie después de la primera visita para maximizar las ganancias potenciales."
|
2196 |
-
|
2197 |
-
#: templates/forms/affiliation.php:155
|
2198 |
-
msgid "Unlimited commissions."
|
2199 |
-
msgstr "Comisiones Ilimitadas"
|
2200 |
-
|
2201 |
-
#: templates/forms/affiliation.php:157
|
2202 |
-
msgid "%s minimum payout amount."
|
2203 |
-
msgstr "%s cantidad mínima a pagar."
|
2204 |
-
|
2205 |
-
#: templates/forms/affiliation.php:158
|
2206 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2207 |
-
msgstr "Los pagos son en USD y se procesan mensualmente por medio de PayPal."
|
2208 |
-
|
2209 |
-
#: templates/forms/affiliation.php:159
|
2210 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2211 |
-
msgstr "Como aplazamos 30 días para posible devoluciones, sólo pagamos comisiones que son de más de 30 días."
|
2212 |
-
|
2213 |
-
#: templates/forms/affiliation.php:162
|
2214 |
-
msgid "Affiliate"
|
2215 |
-
msgstr "Afiliado"
|
2216 |
-
|
2217 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2218 |
-
msgid "Email address"
|
2219 |
-
msgstr "Dirección de correo electrónico"
|
2220 |
-
|
2221 |
-
#: templates/forms/affiliation.php:169
|
2222 |
-
msgid "Full name"
|
2223 |
-
msgstr "Nombre completo"
|
2224 |
-
|
2225 |
-
#: templates/forms/affiliation.php:173
|
2226 |
-
msgid "PayPal account email address"
|
2227 |
-
msgstr "Dirección de correo electrónico de PayPal"
|
2228 |
-
|
2229 |
-
#: templates/forms/affiliation.php:177
|
2230 |
-
msgid "Where are you going to promote the %s?"
|
2231 |
-
msgstr "¿Dónde vas a promocionar %s?"
|
2232 |
-
|
2233 |
-
#: templates/forms/affiliation.php:179
|
2234 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2235 |
-
msgstr "Introduce el dominio de tu sitio web o de otros sitios web donde planeas promocionar %s."
|
2236 |
-
|
2237 |
-
#: templates/forms/affiliation.php:181
|
2238 |
-
msgid "Add another domain"
|
2239 |
-
msgstr "Añadir otro dominio"
|
2240 |
-
|
2241 |
-
#: templates/forms/affiliation.php:185
|
2242 |
-
msgid "Extra Domains"
|
2243 |
-
msgstr "Dominios extra"
|
2244 |
-
|
2245 |
-
#: templates/forms/affiliation.php:186
|
2246 |
-
msgid "Extra domains where you will be marketing the product from."
|
2247 |
-
msgstr "Dominios extra desde donde promocionarás el producto."
|
2248 |
-
|
2249 |
-
#: templates/forms/affiliation.php:196
|
2250 |
-
msgid "Promotion methods"
|
2251 |
-
msgstr "Métodos de promoción"
|
2252 |
-
|
2253 |
-
#: templates/forms/affiliation.php:199
|
2254 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2255 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2256 |
-
|
2257 |
-
#: templates/forms/affiliation.php:203
|
2258 |
-
msgid "Mobile apps"
|
2259 |
-
msgstr "Apps móviles "
|
2260 |
-
|
2261 |
-
#: templates/forms/affiliation.php:207
|
2262 |
-
msgid "Website, email, and social media statistics (optional)"
|
2263 |
-
msgstr "Sitio web, correo electrónico y estadísticas de social media (opcional)"
|
2264 |
-
|
2265 |
-
#: templates/forms/affiliation.php:210
|
2266 |
-
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2267 |
-
msgstr "Siéntete libre de proporcionarnos estadísticas de tu sitio web o social media, p.ej. visitas únicas mensuales, número de suscriptores de correo electrónico, seguidores, etc. (mantendremos esta información confidencial)"
|
2268 |
-
|
2269 |
-
#: templates/forms/affiliation.php:214
|
2270 |
-
msgid "How will you promote us?"
|
2271 |
-
msgstr "¿Como nos promocionarás?"
|
2272 |
-
|
2273 |
-
#: templates/forms/affiliation.php:217
|
2274 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2275 |
-
msgstr "Por favor, danos detalles de como pretendes promocionar %s (por favor, se lo más específico que puedas)"
|
2276 |
-
|
2277 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2278 |
-
msgid "Cancel"
|
2279 |
-
msgstr "Cancelar"
|
2280 |
-
|
2281 |
-
#: templates/forms/affiliation.php:225
|
2282 |
-
msgid "Become an affiliate"
|
2283 |
-
msgstr "Hacerse afiliado"
|
2284 |
-
|
2285 |
-
#: templates/forms/data-debug-mode.php:25
|
2286 |
-
msgid "Please enter the license key to enable the debug mode:"
|
2287 |
-
msgstr "Por favor, introduce la clave de licencia para activar el modo de depuración:"
|
2288 |
-
|
2289 |
-
#: templates/forms/data-debug-mode.php:27
|
2290 |
-
msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2291 |
-
msgstr "Para entrar en el modo de depuración, introduce la clave secreta del propietario de la licencia (UserID = %d), que puedes encontrar en la sección \"Mi perfil\" de tu panel de control de usuario:"
|
2292 |
-
|
2293 |
-
#: templates/forms/data-debug-mode.php:32
|
2294 |
-
msgid "Submit"
|
2295 |
-
msgstr "Enviar"
|
2296 |
-
|
2297 |
-
#: templates/forms/data-debug-mode.php:36
|
2298 |
-
msgid "User key"
|
2299 |
-
msgstr "Clave de usuario"
|
2300 |
-
|
2301 |
-
#: templates/forms/license-activation.php:23
|
2302 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2303 |
-
msgstr "Por favor, introduce la clave de licencia que recibiste en el correo electrónico al realizar la compra:"
|
2304 |
-
|
2305 |
-
#: templates/forms/license-activation.php:28
|
2306 |
-
msgid "Update License"
|
2307 |
-
msgstr "Activar licencia"
|
2308 |
-
|
2309 |
-
#: templates/forms/optout.php:30
|
2310 |
-
msgctxt "verb"
|
2311 |
-
msgid "Opt Out"
|
2312 |
-
msgstr "Darse de baja"
|
2313 |
-
|
2314 |
-
#: templates/forms/optout.php:31
|
2315 |
-
msgctxt "verb"
|
2316 |
-
msgid "Opt In"
|
2317 |
-
msgstr "Inscribirse"
|
2318 |
-
|
2319 |
-
#: templates/forms/optout.php:33
|
2320 |
-
msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2321 |
-
msgstr "El uso del seguimiento se hace con la intención de mejorar %s. Crear una mejor experiencia de usuario, priorizando nuevas características y cosas mejores. Realmente apreciaríamos que considerases permitirnos continuar con el seguimiento."
|
2322 |
-
|
2323 |
-
#: templates/forms/optout.php:35
|
2324 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2325 |
-
msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
|
2326 |
-
|
2327 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2328 |
-
msgid "There is a new version of %s available."
|
2329 |
-
msgstr "Hay una nueva versión de %s disponible."
|
2330 |
-
|
2331 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2332 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2333 |
-
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
2334 |
-
|
2335 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2336 |
-
msgid "New Version Available"
|
2337 |
-
msgstr "Nueva versión disponible"
|
2338 |
-
|
2339 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2340 |
-
msgctxt "close a window"
|
2341 |
-
msgid "Dismiss"
|
2342 |
-
msgstr "Descartar"
|
2343 |
-
|
2344 |
-
#: templates/forms/resend-key.php:21
|
2345 |
-
msgid "Send License Key"
|
2346 |
-
msgstr "Enviar clave de licencia"
|
2347 |
-
|
2348 |
-
#: templates/forms/resend-key.php:57
|
2349 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2350 |
-
msgstr "Escribe abajo la dirección de correo electrónico que has usado para la actualización y te reenviaremos la clave de licencia."
|
2351 |
-
|
2352 |
-
#: templates/forms/subscription-cancellation.php:37
|
2353 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2354 |
-
msgstr "Desactivar o desinstalar %s deshabilitará automáticamente la licencia, que podrás usar en otro sitio."
|
2355 |
-
|
2356 |
-
#: templates/forms/subscription-cancellation.php:47
|
2357 |
-
msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2358 |
-
msgstr "En caso de que NO estés planeando utilizar este %s en este sitio (o en cualquier otro sitio), ¿te gustaría cancelar también %s?"
|
2359 |
-
|
2360 |
-
#: templates/forms/subscription-cancellation.php:52
|
2361 |
-
msgid "license"
|
2362 |
-
msgstr "licencia"
|
2363 |
-
|
2364 |
-
#: templates/forms/subscription-cancellation.php:57
|
2365 |
-
msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2366 |
-
msgstr "Cancelar %s - No necesito más actualizaciones de características y seguridad, ni soporte para %s porque no pretendo utilizar%s en este, u otro sitio."
|
2367 |
-
|
2368 |
-
#: templates/forms/subscription-cancellation.php:68
|
2369 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2370 |
-
msgstr "No cancelar %s - Todavía estoy interesado en obtener actualizaciones de características y seguridad, así como poder contactar con soporte."
|
2371 |
-
|
2372 |
-
#: templates/forms/subscription-cancellation.php:103
|
2373 |
-
msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2374 |
-
msgstr "Una vez que tu licencia caduque no podrás seguir utilizando %s, a no ser que lo actives de nuevo con una licencia premium válida."
|
2375 |
-
|
2376 |
-
#: templates/forms/subscription-cancellation.php:136
|
2377 |
-
msgid "Cancel %s?"
|
2378 |
-
msgstr "¿Cancelar %s?"
|
2379 |
-
|
2380 |
-
#: templates/forms/subscription-cancellation.php:143
|
2381 |
-
msgid "Proceed"
|
2382 |
-
msgstr "Proceder"
|
2383 |
-
|
2384 |
-
#: templates/forms/subscription-cancellation.php191,
|
2385 |
-
#: templates/forms/deactivation/form.php:171
|
2386 |
-
msgid "Cancel %s & Proceed"
|
2387 |
-
msgstr "Cancelar %s y proceder"
|
2388 |
-
|
2389 |
-
#: templates/forms/trial-start.php:22
|
2390 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2391 |
-
msgstr "Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del plan %2$s."
|
2392 |
-
|
2393 |
-
#: templates/forms/trial-start.php:28
|
2394 |
-
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
2395 |
-
msgstr "Para el cumplimiento de las directrices de WordPress.org, antes de empezar el período de prueba te pedimos que aceptes con tu usuario e información no sensible del sitio web, permitiendo a %s enviar datos periódicamente a %s para comprobar si hay actualizaciones de versión y para validar la versión de prueba."
|
2396 |
-
|
2397 |
-
#: templates/js/style-premium-theme.php:39
|
2398 |
-
msgid "Premium"
|
2399 |
-
msgstr "Premium"
|
2400 |
-
|
2401 |
-
#: templates/js/style-premium-theme.php:42
|
2402 |
-
msgid "Beta"
|
2403 |
-
msgstr "Beta"
|
2404 |
-
|
2405 |
-
#: templates/partials/network-activation.php:27
|
2406 |
-
msgid "Activate license on all sites in the network."
|
2407 |
-
msgstr "Activar licencia en todos los sitios de la red"
|
2408 |
-
|
2409 |
-
#: templates/partials/network-activation.php:28
|
2410 |
-
msgid "Apply on all sites in the network."
|
2411 |
-
msgstr "Aplicar en todos los sitios de la red"
|
2412 |
-
|
2413 |
-
#: templates/partials/network-activation.php:31
|
2414 |
-
msgid "Activate license on all pending sites."
|
2415 |
-
msgstr "Aplicar licencia en todos los sitios pendientes"
|
2416 |
-
|
2417 |
-
#: templates/partials/network-activation.php:32
|
2418 |
-
msgid "Apply on all pending sites."
|
2419 |
-
msgstr "Aplicar en todos los sitios pendientes"
|
2420 |
-
|
2421 |
-
#: templates/partials/network-activation.php40,
|
2422 |
-
#: templates/partials/network-activation.php:74
|
2423 |
-
msgid "allow"
|
2424 |
-
msgstr "permitir"
|
2425 |
-
|
2426 |
-
#: templates/partials/network-activation.php43,
|
2427 |
-
#: templates/partials/network-activation.php:77
|
2428 |
-
msgid "delegate"
|
2429 |
-
msgstr "delegar"
|
2430 |
-
|
2431 |
-
#: templates/partials/network-activation.php47,
|
2432 |
-
#: templates/partials/network-activation.php:81
|
2433 |
-
msgid "skip"
|
2434 |
-
msgstr "saltar"
|
2435 |
-
|
2436 |
-
#: templates/plugin-info/description.php72,
|
2437 |
-
#: templates/plugin-info/screenshots.php:31
|
2438 |
-
msgid "Click to view full-size screenshot %d"
|
2439 |
-
msgstr "Click para ver la captura de pantalla a tamaño completo %d"
|
2440 |
-
|
2441 |
-
#: templates/plugin-info/features.php:56
|
2442 |
-
msgid "Unlimited Updates"
|
2443 |
-
msgstr "Actualizaciones Ilimitadas"
|
2444 |
-
|
2445 |
-
#: templates/account/partials/activate-license-button.php:46
|
2446 |
-
msgid "Localhost"
|
2447 |
-
msgstr "Localhost"
|
2448 |
-
|
2449 |
-
#: templates/account/partials/activate-license-button.php:50
|
2450 |
-
msgctxt "as 5 licenses left"
|
2451 |
-
msgid "%s left"
|
2452 |
-
msgstr "quedan %s"
|
2453 |
-
|
2454 |
-
#: templates/account/partials/activate-license-button.php:51
|
2455 |
-
msgid "Last license"
|
2456 |
-
msgstr "Última licencia"
|
2457 |
-
|
2458 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2459 |
-
#. subscription'
|
2460 |
-
#: templates/account/partials/addon.php:29
|
2461 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2462 |
-
msgstr "%1$s detendrá inmediatamente todos los pagos recurrentes futuros y tu licencia del plan caducará en %s."
|
2463 |
-
|
2464 |
-
#: templates/account/partials/addon.php:185
|
2465 |
-
msgid "Cancelled"
|
2466 |
-
msgstr "Cancelado"
|
2467 |
-
|
2468 |
-
#: templates/account/partials/addon.php:195
|
2469 |
-
msgid "No expiration"
|
2470 |
-
msgstr "Sin caducidad"
|
2471 |
-
|
2472 |
-
#: templates/account/partials/site.php:189
|
2473 |
-
msgid "Owner Name"
|
2474 |
-
msgstr "Nombre del propietario"
|
2475 |
-
|
2476 |
-
#: templates/account/partials/site.php:201
|
2477 |
-
msgid "Owner Email"
|
2478 |
-
msgstr "Correo electrónico del propietario"
|
2479 |
-
|
2480 |
-
#: templates/account/partials/site.php:213
|
2481 |
-
msgid "Owner ID"
|
2482 |
-
msgstr "ID del propietario"
|
2483 |
-
|
2484 |
-
#: templates/account/partials/site.php:286
|
2485 |
-
msgid "Subscription"
|
2486 |
-
msgstr "Suscripción"
|
2487 |
-
|
2488 |
-
#: templates/forms/deactivation/contact.php:19
|
2489 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2490 |
-
msgstr "Disculpa las molestias y estamos aquí para ayudarte si nos das una oportunidad."
|
2491 |
-
|
2492 |
-
#: templates/forms/deactivation/contact.php:22
|
2493 |
-
msgid "Contact Support"
|
2494 |
-
msgstr "Contactar soporte"
|
2495 |
-
|
2496 |
-
#: templates/forms/deactivation/form.php:64
|
2497 |
-
msgid "Anonymous feedback"
|
2498 |
-
msgstr "Comentarios anónimos"
|
2499 |
-
|
2500 |
-
#: templates/forms/deactivation/form.php:70
|
2501 |
-
msgid "Deactivate"
|
2502 |
-
msgstr "Desactivar"
|
2503 |
-
|
2504 |
-
#: templates/forms/deactivation/form.php:72
|
2505 |
-
msgid "Activate %s"
|
2506 |
-
msgstr "Activar %s"
|
2507 |
-
|
2508 |
-
#: templates/forms/deactivation/form.php:87
|
2509 |
-
msgid "Quick Feedback"
|
2510 |
-
msgstr "Comentarios rápidos"
|
2511 |
-
|
2512 |
-
#: templates/forms/deactivation/form.php:91
|
2513 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2514 |
-
msgstr "Si tienes un momento, por favor, dinos por qué estás %s"
|
2515 |
-
|
2516 |
-
#: templates/forms/deactivation/form.php:91
|
2517 |
-
msgid "deactivating"
|
2518 |
-
msgstr "desactivando"
|
2519 |
-
|
2520 |
-
#: templates/forms/deactivation/form.php:91
|
2521 |
-
msgid "switching"
|
2522 |
-
msgstr "cambiando"
|
2523 |
-
|
2524 |
-
#: templates/forms/deactivation/form.php:365
|
2525 |
-
msgid "Submit & %s"
|
2526 |
-
msgstr "Enviar y %s"
|
2527 |
-
|
2528 |
-
#: templates/forms/deactivation/form.php:386
|
2529 |
-
msgid "Kindly tell us the reason so we can improve."
|
2530 |
-
msgstr "Por favor, dínos la razón para que podamos mejorar."
|
2531 |
-
|
2532 |
-
#: templates/forms/deactivation/form.php:511
|
2533 |
-
msgid "Yes - %s"
|
2534 |
-
msgstr "Si - %s"
|
2535 |
-
|
2536 |
-
#: templates/forms/deactivation/form.php:518
|
2537 |
-
msgid "Skip & %s"
|
2538 |
-
msgstr "Saltar y %s"
|
2539 |
-
|
2540 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2541 |
-
msgid "Click here to use the plugin anonymously"
|
2542 |
-
msgstr "Haz click aquí para utilizar el plugin de forma anónima"
|
2543 |
-
|
2544 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2545 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2546 |
-
msgstr "Es posible que te lo hayas perdido, pero no tienes que compartir ningún dato y puedes solo aceptar %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freemius/languages/freemius-fr_FR.mo
CHANGED
Binary file
|
freemius/languages/freemius-fr_FR.po
DELETED
@@ -1,2546 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
# Translators:
|
4 |
-
# Boris Colombier <transifex.com@wba.fr>, 2018
|
5 |
-
msgid ""
|
6 |
-
msgstr ""
|
7 |
-
"Project-Id-Version: WordPress SDK\n"
|
8 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
9 |
-
"POT-Creation-Date: \n"
|
10 |
-
"PO-Revision-Date: 2019-10-07 15:33+0000\n"
|
11 |
-
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
12 |
-
"Language: fr_FR\n"
|
13 |
-
"Language-Team: French (France) (http://www.transifex.com/freemius/wordpress-sdk/language/fr_FR/)\n"
|
14 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
-
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
17 |
-
"MIME-Version: 1.0\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
23 |
-
|
24 |
-
#: includes/class-freemius.php1880, templates/account.php:840
|
25 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
26 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
27 |
-
|
28 |
-
#: includes/class-freemius.php:1887
|
29 |
-
msgid "Would you like to proceed with the update?"
|
30 |
-
msgstr "Would you like to proceed with the update?"
|
31 |
-
|
32 |
-
#: includes/class-freemius.php:2095
|
33 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
34 |
-
msgstr "Le SDK Freemius ne trouve pas le fichier principal du plugin. Merci de contacter sdk@freemius.com en indiquant l'erreur."
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:2097
|
37 |
-
msgid "Error"
|
38 |
-
msgstr "Erreur"
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2491
|
41 |
-
msgid "I found a better %s"
|
42 |
-
msgstr "J'ai trouvé un meilleur %s"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2493
|
45 |
-
msgid "What's the %s's name?"
|
46 |
-
msgstr "Quel est le nom du %s ?"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2499
|
49 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
50 |
-
msgstr "C'est une %s temporaire. Je corrige un problème."
|
51 |
-
|
52 |
-
#: includes/class-freemius.php:2501
|
53 |
-
msgid "Deactivation"
|
54 |
-
msgstr "Désactivation"
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2502
|
57 |
-
msgid "Theme Switch"
|
58 |
-
msgstr "Changement de Thème"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php2511, templates/forms/resend-key.php:24
|
61 |
-
msgid "Other"
|
62 |
-
msgstr "Autre"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php:2519
|
65 |
-
msgid "I no longer need the %s"
|
66 |
-
msgstr "Je n'ai plus besoin du %s"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2526
|
69 |
-
msgid "I only needed the %s for a short period"
|
70 |
-
msgstr "Je n'ai besoin de %s que pour une courte période"
|
71 |
-
|
72 |
-
#: includes/class-freemius.php:2532
|
73 |
-
msgid "The %s broke my site"
|
74 |
-
msgstr "Le %s a cassé mon site"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2539
|
77 |
-
msgid "The %s suddenly stopped working"
|
78 |
-
msgstr "Le %s a soudainement arrêté de fonctionner"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2549
|
81 |
-
msgid "I can't pay for it anymore"
|
82 |
-
msgstr "Je ne peux plus payer pour ça"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2551
|
85 |
-
msgid "What price would you feel comfortable paying?"
|
86 |
-
msgstr "Quel prix seriez-vous prêt à payer ?"
|
87 |
-
|
88 |
-
#: includes/class-freemius.php:2557
|
89 |
-
msgid "I don't like to share my information with you"
|
90 |
-
msgstr "Je ne veux pas partager mes informations avec vous"
|
91 |
-
|
92 |
-
#: includes/class-freemius.php:2578
|
93 |
-
msgid "The %s didn't work"
|
94 |
-
msgstr "Le %s n'a pas fonctionné"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2588
|
97 |
-
msgid "I couldn't understand how to make it work"
|
98 |
-
msgstr "Je ne comprends pas comment le faire fonctionner"
|
99 |
-
|
100 |
-
#: includes/class-freemius.php:2596
|
101 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
102 |
-
msgstr "Le %s est bien mais j'ai besoin de fonctionnalités spécifiques que vous ne proposez pas"
|
103 |
-
|
104 |
-
#: includes/class-freemius.php:2598
|
105 |
-
msgid "What feature?"
|
106 |
-
msgstr "Quelle fonctionnalité ?"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2602
|
109 |
-
msgid "The %s is not working"
|
110 |
-
msgstr "Le %s ne fonctionne pas"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2604
|
113 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
114 |
-
msgstr "Merci de nous indiquer ce qui ne fonctionne pas afin que nous puissions le corriger pour les futurs utilisateurs..."
|
115 |
-
|
116 |
-
#: includes/class-freemius.php:2608
|
117 |
-
msgid "It's not what I was looking for"
|
118 |
-
msgstr "Ce n'est pas ce que je recherche"
|
119 |
-
|
120 |
-
#: includes/class-freemius.php:2610
|
121 |
-
msgid "What you've been looking for?"
|
122 |
-
msgstr "Que recherchez-vous ?"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2614
|
125 |
-
msgid "The %s didn't work as expected"
|
126 |
-
msgstr "Le %s n'a pas fonctionné comme prévu"
|
127 |
-
|
128 |
-
#: includes/class-freemius.php:2616
|
129 |
-
msgid "What did you expect?"
|
130 |
-
msgstr "À quoi vous attendiez-vous ?"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php3471, templates/debug.php:20
|
133 |
-
msgid "Freemius Debug"
|
134 |
-
msgstr "Débuggage Freemius"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php:4223
|
137 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
138 |
-
msgstr "Je ne sais pas ce qu'est cURL ou comment l'installer, aidez moi !"
|
139 |
-
|
140 |
-
#: includes/class-freemius.php:4225
|
141 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
142 |
-
msgstr "Nous allons contacter votre hébergeur afin de résoudre le problème. Vous recevrez un email à propos de %s dès que nous aurons des nouvelles."
|
143 |
-
|
144 |
-
#: includes/class-freemius.php:4232
|
145 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
146 |
-
msgstr "Parfait, merci d'installer cURL et de l'activer dans votre fichier php.ini. De plus, recherchez l'instruction 'disable_functions' de votre fichier php.ini et désactivez les commandes commençant par 'curl_'. Pour vérifier la bonne activation, utilisez la fonction 'phpinfo()'. Une fois activé, désactivez le %s et réactivez le à nouveau."
|
147 |
-
|
148 |
-
#: includes/class-freemius.php:4337
|
149 |
-
msgid "Yes - do your thing"
|
150 |
-
msgstr "Oui - allez-y"
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4342
|
153 |
-
msgid "No - just deactivate"
|
154 |
-
msgstr "Non - désactivation seulement"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php4387, includes/class-freemius.php4881,
|
157 |
-
#: includes/class-freemius.php6032, includes/class-freemius.php13153,
|
158 |
-
#: includes/class-freemius.php16558, includes/class-freemius.php16646,
|
159 |
-
#: includes/class-freemius.php16812, includes/class-freemius.php19040,
|
160 |
-
#: includes/class-freemius.php19381, includes/class-freemius.php19391,
|
161 |
-
#: includes/class-freemius.php20051, includes/class-freemius.php20924,
|
162 |
-
#: includes/class-freemius.php21039, includes/class-freemius.php21183,
|
163 |
-
#: templates/add-ons.php:57
|
164 |
-
msgctxt "exclamation"
|
165 |
-
msgid "Oops"
|
166 |
-
msgstr "Oups"
|
167 |
-
|
168 |
-
#: includes/class-freemius.php:4456
|
169 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
170 |
-
msgstr "Merci de nous permettre de corriger ça. Un message vient d'être envoyé à notre service technique. Nous reviendrons vers vous dès que nous aurons des nouvelles à propos de %s."
|
171 |
-
|
172 |
-
#: includes/class-freemius.php:4878
|
173 |
-
msgctxt "addonX cannot run without pluginY"
|
174 |
-
msgid "%s cannot run without %s."
|
175 |
-
msgstr "%s ne peut pas fonctionner sans %s."
|
176 |
-
|
177 |
-
#: includes/class-freemius.php:4879
|
178 |
-
msgctxt "addonX cannot run..."
|
179 |
-
msgid "%s cannot run without the plugin."
|
180 |
-
msgstr "%s ne peut pas fonctionner sans le plugin."
|
181 |
-
|
182 |
-
#: includes/class-freemius.php5052, includes/class-freemius.php5077,
|
183 |
-
#: includes/class-freemius.php:20122
|
184 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
185 |
-
msgstr "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui indiquant l'erreur."
|
186 |
-
|
187 |
-
#: includes/class-freemius.php:5720
|
188 |
-
msgid "Premium %s version was successfully activated."
|
189 |
-
msgstr "La version premium de %s a été activée avec succès."
|
190 |
-
|
191 |
-
#: includes/class-freemius.php5732, includes/class-freemius.php:7599
|
192 |
-
msgctxt ""
|
193 |
-
msgid "W00t"
|
194 |
-
msgstr "Génial"
|
195 |
-
|
196 |
-
#: includes/class-freemius.php:5747
|
197 |
-
msgid "You have a %s license."
|
198 |
-
msgstr "Vous avez une license pour %s."
|
199 |
-
|
200 |
-
#: includes/class-freemius.php5751, includes/class-freemius.php15975,
|
201 |
-
#: includes/class-freemius.php15986, includes/class-freemius.php19292,
|
202 |
-
#: includes/class-freemius.php19642, includes/class-freemius.php19711,
|
203 |
-
#: includes/class-freemius.php:19876
|
204 |
-
msgctxt "interjection expressing joy or exuberance"
|
205 |
-
msgid "Yee-haw"
|
206 |
-
msgstr "Youpi"
|
207 |
-
|
208 |
-
#: includes/class-freemius.php:6015
|
209 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
210 |
-
msgstr "La période d'essai du %s a bien été annulé. L'add-on a été désactivé car il ne fonctionne qu'avec la version premium. Si vous souhaitez l'utiliser ultérieurement, vous devrez acheter une licence."
|
211 |
-
|
212 |
-
#: includes/class-freemius.php:6019
|
213 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
214 |
-
msgstr "%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin."
|
215 |
-
|
216 |
-
#: includes/class-freemius.php6028, templates/add-ons.php186,
|
217 |
-
#: templates/account/partials/addon.php:381
|
218 |
-
msgid "More information about %s"
|
219 |
-
msgstr "Plus d'informations à propos de %s"
|
220 |
-
|
221 |
-
#: includes/class-freemius.php:6029
|
222 |
-
msgid "Purchase License"
|
223 |
-
msgstr "Acheter une licence"
|
224 |
-
|
225 |
-
#: includes/class-freemius.php6964, templates/connect.php:163
|
226 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
227 |
-
msgstr "Vous devriez recevoir un email d'activation pour %s sur votre boîte %s. Merci de cliquer sur le bouton d'activation dans l'email pour %s."
|
228 |
-
|
229 |
-
#: includes/class-freemius.php:6968
|
230 |
-
msgid "start the trial"
|
231 |
-
msgstr "commencer la période d'essai"
|
232 |
-
|
233 |
-
#: includes/class-freemius.php6969, templates/connect.php:167
|
234 |
-
msgid "complete the install"
|
235 |
-
msgstr "compléter l'installation"
|
236 |
-
|
237 |
-
#: includes/class-freemius.php:7081
|
238 |
-
msgid "You are just one step away - %s"
|
239 |
-
msgstr "Il ne reste qu'une étape - %s"
|
240 |
-
|
241 |
-
#: includes/class-freemius.php:7084
|
242 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
243 |
-
msgid "Complete \"%s\" Activation Now"
|
244 |
-
msgstr "Compléter \"%s\" Activer Maintenant"
|
245 |
-
|
246 |
-
#: includes/class-freemius.php:7162
|
247 |
-
msgid "We made a few tweaks to the %s, %s"
|
248 |
-
msgstr "Nous avons fait quelques modifications au %s, %s"
|
249 |
-
|
250 |
-
#: includes/class-freemius.php:7166
|
251 |
-
msgid "Opt in to make \"%s\" better!"
|
252 |
-
msgstr "Inscrivez-vous pour améliorer \"%s\" !"
|
253 |
-
|
254 |
-
#: includes/class-freemius.php:7598
|
255 |
-
msgid "The upgrade of %s was successfully completed."
|
256 |
-
msgstr "La mise à jour du %s s'est terminée avec succès "
|
257 |
-
|
258 |
-
#: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
|
259 |
-
#: includes/class-fs-plugin-updater.php1233,
|
260 |
-
#: includes/class-fs-plugin-updater.php1240,
|
261 |
-
#: templates/auto-installation.php:32
|
262 |
-
msgid "Add-On"
|
263 |
-
msgstr "Add-On"
|
264 |
-
|
265 |
-
#: includes/class-freemius.php9804, templates/account.php335,
|
266 |
-
#: templates/account.php343, templates/debug.php360, templates/debug.php:551
|
267 |
-
msgid "Plugin"
|
268 |
-
msgstr "Plugin"
|
269 |
-
|
270 |
-
#: includes/class-freemius.php9805, templates/account.php336,
|
271 |
-
#: templates/account.php344, templates/debug.php360, templates/debug.php551,
|
272 |
-
#: templates/forms/deactivation/form.php:71
|
273 |
-
msgid "Theme"
|
274 |
-
msgstr "Thème"
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:12596
|
277 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
279 |
-
|
280 |
-
#: includes/class-freemius.php:13020
|
281 |
-
msgid "Invalid site details collection."
|
282 |
-
msgstr "Récupération des détails du site non valide."
|
283 |
-
|
284 |
-
#: includes/class-freemius.php:13140
|
285 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
286 |
-
msgstr "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?"
|
287 |
-
|
288 |
-
#: includes/class-freemius.php:13142
|
289 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
290 |
-
msgstr "Nous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?"
|
291 |
-
|
292 |
-
#: includes/class-freemius.php:13416
|
293 |
-
msgid "Account is pending activation."
|
294 |
-
msgstr "Compte en cours d'activation."
|
295 |
-
|
296 |
-
#: includes/class-freemius.php13528,
|
297 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
298 |
-
msgid "Buy a license now"
|
299 |
-
msgstr "Acheter une licence maintenant"
|
300 |
-
|
301 |
-
#: includes/class-freemius.php13540,
|
302 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
303 |
-
msgid "Renew your license now"
|
304 |
-
msgstr "Renouvelez votre licence maintenant"
|
305 |
-
|
306 |
-
#: includes/class-freemius.php:13544
|
307 |
-
msgid "%s to access version %s security & feature updates, and support."
|
308 |
-
msgstr "%s pour permettre les mises à jour de sécurité et de fonctionnalités de la version %s, et le support."
|
309 |
-
|
310 |
-
#: includes/class-freemius.php:15957
|
311 |
-
msgid "%s activation was successfully completed."
|
312 |
-
msgstr "L'activation de %s s'est terminée avec succès."
|
313 |
-
|
314 |
-
#: includes/class-freemius.php:15971
|
315 |
-
msgid "Your account was successfully activated with the %s plan."
|
316 |
-
msgstr "Votre compte a été activé avec succès avec la formule %s."
|
317 |
-
|
318 |
-
#: includes/class-freemius.php15982, includes/class-freemius.php:19707
|
319 |
-
msgid "Your trial has been successfully started."
|
320 |
-
msgstr "Votre période d'essai a bien démarré."
|
321 |
-
|
322 |
-
#: includes/class-freemius.php16556, includes/class-freemius.php16644,
|
323 |
-
#: includes/class-freemius.php:16810
|
324 |
-
msgid "Couldn't activate %s."
|
325 |
-
msgstr "Impossible d'activer %s."
|
326 |
-
|
327 |
-
#: includes/class-freemius.php16557, includes/class-freemius.php16645,
|
328 |
-
#: includes/class-freemius.php:16811
|
329 |
-
msgid "Please contact us with the following message:"
|
330 |
-
msgstr "Merci de nous contacter avec le message suivant :"
|
331 |
-
|
332 |
-
#: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
|
333 |
-
msgid "An unknown error has occurred."
|
334 |
-
msgstr "An unknown error has occurred."
|
335 |
-
|
336 |
-
#: includes/class-freemius.php17168, includes/class-freemius.php:22082
|
337 |
-
msgid "Upgrade"
|
338 |
-
msgstr "Mise à jour"
|
339 |
-
|
340 |
-
#: includes/class-freemius.php:17174
|
341 |
-
msgid "Start Trial"
|
342 |
-
msgstr "Essai gratuit"
|
343 |
-
|
344 |
-
#: includes/class-freemius.php:17176
|
345 |
-
msgid "Pricing"
|
346 |
-
msgstr "Tarifs"
|
347 |
-
|
348 |
-
#: includes/class-freemius.php17256, includes/class-freemius.php:17258
|
349 |
-
msgid "Affiliation"
|
350 |
-
msgstr "Affiliation"
|
351 |
-
|
352 |
-
#: includes/class-freemius.php17286, includes/class-freemius.php17288,
|
353 |
-
#: templates/account.php183, templates/debug.php:326
|
354 |
-
msgid "Account"
|
355 |
-
msgstr "Compte"
|
356 |
-
|
357 |
-
#: includes/class-freemius.php17302, includes/class-freemius.php17304,
|
358 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
359 |
-
msgid "Contact Us"
|
360 |
-
msgstr "Contactez Nous"
|
361 |
-
|
362 |
-
#: includes/class-freemius.php17315, includes/class-freemius.php17317,
|
363 |
-
#: includes/class-freemius.php22096, templates/account.php111,
|
364 |
-
#: templates/account/partials/addon.php:44
|
365 |
-
msgid "Add-Ons"
|
366 |
-
msgstr "Add-Ons"
|
367 |
-
|
368 |
-
#: includes/class-freemius.php:17351
|
369 |
-
msgctxt "ASCII arrow left icon"
|
370 |
-
msgid "←"
|
371 |
-
msgstr "←"
|
372 |
-
|
373 |
-
#: includes/class-freemius.php:17351
|
374 |
-
msgctxt "ASCII arrow right icon"
|
375 |
-
msgid "➤"
|
376 |
-
msgstr "➤"
|
377 |
-
|
378 |
-
#: includes/class-freemius.php17353, templates/pricing.php:103
|
379 |
-
msgctxt "noun"
|
380 |
-
msgid "Pricing"
|
381 |
-
msgstr "Tarifs"
|
382 |
-
|
383 |
-
#: includes/class-freemius.php17566,
|
384 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
385 |
-
msgid "Support Forum"
|
386 |
-
msgstr "Forum de Support"
|
387 |
-
|
388 |
-
#: includes/class-freemius.php:18536
|
389 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
390 |
-
msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:18537
|
393 |
-
msgctxt "a positive response"
|
394 |
-
msgid "Right on"
|
395 |
-
msgstr "Directement"
|
396 |
-
|
397 |
-
#: includes/class-freemius.php:19041
|
398 |
-
msgid "seems like the key you entered doesn't match our records."
|
399 |
-
msgstr "seems like the key you entered doesn't match our records."
|
400 |
-
|
401 |
-
#: includes/class-freemius.php:19065
|
402 |
-
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
403 |
-
msgstr "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
404 |
-
|
405 |
-
#: includes/class-freemius.php:19283
|
406 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
407 |
-
msgstr "Votre Add-on %s a bien été mis à jour."
|
408 |
-
|
409 |
-
#: includes/class-freemius.php:19285
|
410 |
-
msgid "%s Add-on was successfully purchased."
|
411 |
-
msgstr "L'Add-on %s a bien été acheté."
|
412 |
-
|
413 |
-
#: includes/class-freemius.php:19288
|
414 |
-
msgid "Download the latest version"
|
415 |
-
msgstr "Télécharger la dernière version"
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:19374
|
418 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
419 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
420 |
-
|
421 |
-
#: includes/class-freemius.php19380, includes/class-freemius.php19390,
|
422 |
-
#: includes/class-freemius.php19835, includes/class-freemius.php:19924
|
423 |
-
msgid "Error received from the server:"
|
424 |
-
msgstr "Une erreur a été reçu depuis le serveur :"
|
425 |
-
|
426 |
-
#: includes/class-freemius.php:19390
|
427 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
428 |
-
msgstr "Il semble que l'un des paramètres d'authentification soit faux. Veuillez mettre à jour votre Public Key, votre Secret Key ainsi que vote User ID et essayez à nouveau."
|
429 |
-
|
430 |
-
#: includes/class-freemius.php19604, includes/class-freemius.php19840,
|
431 |
-
#: includes/class-freemius.php19895, includes/class-freemius.php:19998
|
432 |
-
msgctxt ""
|
433 |
-
msgid "Hmm"
|
434 |
-
msgstr "Hmm"
|
435 |
-
|
436 |
-
#: includes/class-freemius.php:19617
|
437 |
-
msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
438 |
-
msgstr "Il semble que vous soyez encore sur la formule %s. Si vous avez mis à jour ou changer votre formule, le problème est probablement de votre côté - désolé."
|
439 |
-
|
440 |
-
#: includes/class-freemius.php19618, templates/account.php113,
|
441 |
-
#: templates/add-ons.php250, templates/account/partials/addon.php:46
|
442 |
-
msgctxt "trial period"
|
443 |
-
msgid "Trial"
|
444 |
-
msgstr "Période d'essai"
|
445 |
-
|
446 |
-
#: includes/class-freemius.php:19623
|
447 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
448 |
-
msgstr "J'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, la formule est toujours %s."
|
449 |
-
|
450 |
-
#: includes/class-freemius.php19627, includes/class-freemius.php:19686
|
451 |
-
msgid "Please contact us here"
|
452 |
-
msgstr "Merci de nous contacter ici"
|
453 |
-
|
454 |
-
#: includes/class-freemius.php:19638
|
455 |
-
msgid "Your plan was successfully activated."
|
456 |
-
msgstr "Your plan was successfully activated."
|
457 |
-
|
458 |
-
#: includes/class-freemius.php:19639
|
459 |
-
msgid "Your plan was successfully upgraded."
|
460 |
-
msgstr "Votre formule a bien été mise à jour."
|
461 |
-
|
462 |
-
#: includes/class-freemius.php:19656
|
463 |
-
msgid "Your plan was successfully changed to %s."
|
464 |
-
msgstr "Votre formule a bien été modifié vers %s. "
|
465 |
-
|
466 |
-
#: includes/class-freemius.php:19672
|
467 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
468 |
-
msgstr "Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite indéfiniment."
|
469 |
-
|
470 |
-
#: includes/class-freemius.php:19674
|
471 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
472 |
-
msgstr "Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
|
473 |
-
|
474 |
-
#: includes/class-freemius.php:19682
|
475 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
476 |
-
msgstr "Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci de contacter le support."
|
477 |
-
|
478 |
-
#: includes/class-freemius.php:19695
|
479 |
-
msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
480 |
-
msgstr "Votre licence a expiré. Vous pouvez toujours utiliser les fonctionnalités %s mais vous devrez renouveler votre licence pour recevoir les mises à jour et une assistance."
|
481 |
-
|
482 |
-
#: includes/class-freemius.php:19721
|
483 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
484 |
-
msgstr "Votre période d'essai gratuite est terminée. Vous pouvez continuer à utiliser toutes nos fonctionnalités gratuites."
|
485 |
-
|
486 |
-
#: includes/class-freemius.php:19723
|
487 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
488 |
-
msgstr "Votre période d'essai gratuite est terminée. %1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
|
489 |
-
|
490 |
-
#: includes/class-freemius.php:19831
|
491 |
-
msgid "It looks like the license could not be activated."
|
492 |
-
msgstr "Il semble que la licence ne puisse être activée."
|
493 |
-
|
494 |
-
#: includes/class-freemius.php:19873
|
495 |
-
msgid "Your license was successfully activated."
|
496 |
-
msgstr "Votre licence a bien été activée."
|
497 |
-
|
498 |
-
#: includes/class-freemius.php:19899
|
499 |
-
msgid "It looks like your site currently doesn't have an active license."
|
500 |
-
msgstr "Il semble que votre site n'ait pas de licence active."
|
501 |
-
|
502 |
-
#: includes/class-freemius.php:19923
|
503 |
-
msgid "It looks like the license deactivation failed."
|
504 |
-
msgstr "Il semble que la désactivation de la licence a échoué."
|
505 |
-
|
506 |
-
#: includes/class-freemius.php:19951
|
507 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
508 |
-
msgstr "Votre licence a bien été désactivé, vous utilisez à présent la formule %s."
|
509 |
-
|
510 |
-
#: includes/class-freemius.php:19952
|
511 |
-
msgid "O.K"
|
512 |
-
msgstr "O.K"
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:20005
|
515 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
516 |
-
msgstr "Il semble que nous ayons un problème temporaire avec l'annulation de votre abonnement. Merci de réessayer dans quelques minutes."
|
517 |
-
|
518 |
-
#: includes/class-freemius.php:20014
|
519 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
520 |
-
msgstr "Votre abonnement a bien été annulé. Votre licence de la formule %s expirera dans %s."
|
521 |
-
|
522 |
-
#: includes/class-freemius.php:20056
|
523 |
-
msgid "You are already running the %s in a trial mode."
|
524 |
-
msgstr "Vous utilisez déjà le %s en période d'essai. "
|
525 |
-
|
526 |
-
#: includes/class-freemius.php:20067
|
527 |
-
msgid "You already utilized a trial before."
|
528 |
-
msgstr "Vous avez déjà utilisé la période d'essai."
|
529 |
-
|
530 |
-
#: includes/class-freemius.php:20081
|
531 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
532 |
-
msgstr "La formule %s n'existe pas, il n'est pas possible de commencer une période d'essai."
|
533 |
-
|
534 |
-
#: includes/class-freemius.php:20092
|
535 |
-
msgid "Plan %s does not support a trial period."
|
536 |
-
msgstr "La formule %s ne propose pas de période d'essai."
|
537 |
-
|
538 |
-
#: includes/class-freemius.php:20103
|
539 |
-
msgid "None of the %s's plans supports a trial period."
|
540 |
-
msgstr "Aucune formule du %s ne propose de période d'essai."
|
541 |
-
|
542 |
-
#: includes/class-freemius.php:20153
|
543 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
544 |
-
msgstr "Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à annuler :)"
|
545 |
-
|
546 |
-
#: includes/class-freemius.php:20189
|
547 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
548 |
-
msgstr "Il semble que nous ayons un problème temporaire pour annuler votre période d'essai. Merci de réessayer dans quelques minutes."
|
549 |
-
|
550 |
-
#: includes/class-freemius.php:20208
|
551 |
-
msgid "Your %s free trial was successfully cancelled."
|
552 |
-
msgstr "Votre période d'essai %s a bien été annulé."
|
553 |
-
|
554 |
-
#: includes/class-freemius.php:20524
|
555 |
-
msgid "Version %s was released."
|
556 |
-
msgstr "La version %s vient d'être publiée."
|
557 |
-
|
558 |
-
#: includes/class-freemius.php:20524
|
559 |
-
msgid "Please download %s."
|
560 |
-
msgstr "Merci de télécharger %s."
|
561 |
-
|
562 |
-
#: includes/class-freemius.php:20531
|
563 |
-
msgid "the latest %s version here"
|
564 |
-
msgstr "la dernière version de %s ici"
|
565 |
-
|
566 |
-
#: includes/class-freemius.php:20536
|
567 |
-
msgid "New"
|
568 |
-
msgstr "Nouveau"
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:20541
|
571 |
-
msgid "Seems like you got the latest release."
|
572 |
-
msgstr "Il semble que vous ayez la dernière version."
|
573 |
-
|
574 |
-
#: includes/class-freemius.php:20542
|
575 |
-
msgid "You are all good!"
|
576 |
-
msgstr "Vous êtes tout bon !"
|
577 |
-
|
578 |
-
#: includes/class-freemius.php:20812
|
579 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
580 |
-
msgstr "Un email de vérification vient d'être envoyé sur %s. Si vous ne le recevez pas d'ici 5 minutes, merci de vérifier dans vos spams."
|
581 |
-
|
582 |
-
#: includes/class-freemius.php:20951
|
583 |
-
msgid "Site successfully opted in."
|
584 |
-
msgstr "Site ajouté avec succès."
|
585 |
-
|
586 |
-
#: includes/class-freemius.php20952, includes/class-freemius.php:21792
|
587 |
-
msgid "Awesome"
|
588 |
-
msgstr "Formidable"
|
589 |
-
|
590 |
-
#: includes/class-freemius.php20968, templates/forms/optout.php:32
|
591 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
592 |
-
msgstr "Nous vous remercions de votre aide pour améliorer le %s en nous permettant de recevoir des informations concernant son usage."
|
593 |
-
|
594 |
-
#: includes/class-freemius.php:20969
|
595 |
-
msgid "Thank you!"
|
596 |
-
msgstr "Merci !"
|
597 |
-
|
598 |
-
#: includes/class-freemius.php:20976
|
599 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
600 |
-
msgstr "Nous n'enverrons plus d'information d'utilisation de %s sur %s à %s."
|
601 |
-
|
602 |
-
#: includes/class-freemius.php:21105
|
603 |
-
msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
604 |
-
msgstr "Merci de vérifier votre messagerie, vous devriez recevoir un email via %s pour confirmer le changement de propriétaire. Pour des raisons de sécurité, vous devez confirmer le changement dans les prochaines 15 minutes. Vérifiez vos spams si vous ne recevez pas le message."
|
605 |
-
|
606 |
-
#: includes/class-freemius.php:21111
|
607 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
608 |
-
msgstr "Merci pour la confirmation du changement de propriétaire. Un email vient d'être envoyé à %s pour la validation finale."
|
609 |
-
|
610 |
-
#: includes/class-freemius.php:21116
|
611 |
-
msgid "%s is the new owner of the account."
|
612 |
-
msgstr "%s est le nouveau propriétaire du compte."
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:21118
|
615 |
-
msgctxt "as congratulations"
|
616 |
-
msgid "Congrats"
|
617 |
-
msgstr "Félicitations"
|
618 |
-
|
619 |
-
#: includes/class-freemius.php:21138
|
620 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
621 |
-
msgstr "Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre utilisateur avec cette adresse."
|
622 |
-
|
623 |
-
#: includes/class-freemius.php:21139
|
624 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
625 |
-
msgstr "Si vous voulez transférer la propriété du compte de %s à %s cliquez sur le bouton Changement De Propriétaire"
|
626 |
-
|
627 |
-
#: includes/class-freemius.php:21146
|
628 |
-
msgid "Change Ownership"
|
629 |
-
msgstr "Changement De Propriétaire"
|
630 |
-
|
631 |
-
#: includes/class-freemius.php:21154
|
632 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
633 |
-
msgstr "Votre email a été mis à jour. Vous allez recevoir un message avec les instructions de confirmation."
|
634 |
-
|
635 |
-
#: includes/class-freemius.php:21166
|
636 |
-
msgid "Please provide your full name."
|
637 |
-
msgstr "Merci d'indiquer vos prénom et nom."
|
638 |
-
|
639 |
-
#: includes/class-freemius.php:21171
|
640 |
-
msgid "Your name was successfully updated."
|
641 |
-
msgstr "Votre nom a été mis à jour."
|
642 |
-
|
643 |
-
#: includes/class-freemius.php:21232
|
644 |
-
msgid "You have successfully updated your %s."
|
645 |
-
msgstr "Votre %s a bien été mis à jour."
|
646 |
-
|
647 |
-
#: includes/class-freemius.php:21372
|
648 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
649 |
-
msgstr "Sachez que les informations de l'add-ons de %s sont issus d'un serveur externe."
|
650 |
-
|
651 |
-
#: includes/class-freemius.php:21373
|
652 |
-
msgctxt "advance notice of something that will need attention."
|
653 |
-
msgid "Heads up"
|
654 |
-
msgstr "Avertissement"
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21832
|
657 |
-
msgctxt "exclamation"
|
658 |
-
msgid "Hey"
|
659 |
-
msgstr "Hey"
|
660 |
-
|
661 |
-
#: includes/class-freemius.php:21832
|
662 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
663 |
-
msgstr "Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours d'essai gratuit."
|
664 |
-
|
665 |
-
#: includes/class-freemius.php:21840
|
666 |
-
msgid "No commitment for %s days - cancel anytime!"
|
667 |
-
msgstr "Pas d'engagement durant %s jours - annuler quand vous voulez !"
|
668 |
-
|
669 |
-
#: includes/class-freemius.php:21841
|
670 |
-
msgid "No credit card required"
|
671 |
-
msgstr "Pas besoin de carte bancaire"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php21848, templates/forms/trial-start.php:53
|
674 |
-
msgctxt "call to action"
|
675 |
-
msgid "Start free trial"
|
676 |
-
msgstr "Commencer l'essai gratuit"
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:21925
|
679 |
-
msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
680 |
-
msgstr "Dites, savez-vous que %s propose un système de affiliation ? Si vous aimez le %s vous pouvez devenir notre ambassadeur et gagner de l'argent !"
|
681 |
-
|
682 |
-
#: includes/class-freemius.php:21934
|
683 |
-
msgid "Learn more"
|
684 |
-
msgstr "En savoir plus"
|
685 |
-
|
686 |
-
#: includes/class-freemius.php22120, templates/account.php499,
|
687 |
-
#: templates/account.php624, templates/connect.php171,
|
688 |
-
#: templates/connect.php421, templates/forms/license-activation.php27,
|
689 |
-
#: templates/account/partials/addon.php:321
|
690 |
-
msgid "Activate License"
|
691 |
-
msgstr "Activer la licence"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php22121, templates/account.php571,
|
694 |
-
#: templates/account.php623, templates/account/partials/addon.php322,
|
695 |
-
#: templates/account/partials/site.php:271
|
696 |
-
msgid "Change License"
|
697 |
-
msgstr "Changer la licence"
|
698 |
-
|
699 |
-
#: includes/class-freemius.php22217, templates/account/partials/site.php:169
|
700 |
-
msgid "Opt Out"
|
701 |
-
msgstr "Désinscription"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php22219, includes/class-freemius.php22225,
|
704 |
-
#: templates/account/partials/site.php49,
|
705 |
-
#: templates/account/partials/site.php:169
|
706 |
-
msgid "Opt In"
|
707 |
-
msgstr "Inscription"
|
708 |
-
|
709 |
-
#: includes/class-freemius.php:22453
|
710 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
711 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
712 |
-
|
713 |
-
#: includes/class-freemius.php:22461
|
714 |
-
msgid "Activate %s features"
|
715 |
-
msgstr "Activer les fonctionnalités %s"
|
716 |
-
|
717 |
-
#: includes/class-freemius.php:22474
|
718 |
-
msgid "Please follow these steps to complete the upgrade"
|
719 |
-
msgstr "Merci de suivre ces étapes pour finaliser la mise à jour"
|
720 |
-
|
721 |
-
#: includes/class-freemius.php:22478
|
722 |
-
msgid "Download the latest %s version"
|
723 |
-
msgstr "Télécharger la dernière version %s"
|
724 |
-
|
725 |
-
#: includes/class-freemius.php:22482
|
726 |
-
msgid "Upload and activate the downloaded version"
|
727 |
-
msgstr "Téléverser et activer la version téléchargée"
|
728 |
-
|
729 |
-
#: includes/class-freemius.php:22484
|
730 |
-
msgid "How to upload and activate?"
|
731 |
-
msgstr "Comment téléverser et activer ?"
|
732 |
-
|
733 |
-
#: includes/class-freemius.php:22618
|
734 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
735 |
-
msgstr "%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer la licence."
|
736 |
-
|
737 |
-
#: includes/class-freemius.php:22779
|
738 |
-
msgid "Auto installation only works for opted-in users."
|
739 |
-
msgstr "L'installation automatique ne fonctionne que pour les utilisateurs qui se sont inscrits."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php22789, includes/class-freemius.php22822,
|
742 |
-
#: includes/class-fs-plugin-updater.php1212,
|
743 |
-
#: includes/class-fs-plugin-updater.php:1226
|
744 |
-
msgid "Invalid module ID."
|
745 |
-
msgstr "ID du module non valide."
|
746 |
-
|
747 |
-
#: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
|
748 |
-
msgid "Premium version already active."
|
749 |
-
msgstr "Version premium déjà active."
|
750 |
-
|
751 |
-
#: includes/class-freemius.php:22805
|
752 |
-
msgid "You do not have a valid license to access the premium version."
|
753 |
-
msgstr "Vous n'avez pas de licence valide pour accéder à la version premium."
|
754 |
-
|
755 |
-
#: includes/class-freemius.php:22812
|
756 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
757 |
-
msgstr "Le plugin est un \"Serviceware\" ce qui veut dire qu'il n'a pas de version premium de code."
|
758 |
-
|
759 |
-
#: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
|
760 |
-
msgid "Premium add-on version already installed."
|
761 |
-
msgstr "La version premium de l'add-on est déjà installée."
|
762 |
-
|
763 |
-
#: includes/class-freemius.php:23180
|
764 |
-
msgid "View paid features"
|
765 |
-
msgstr "Voir les fonctionnalités payantes"
|
766 |
-
|
767 |
-
#: includes/class-freemius.php:23502
|
768 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
769 |
-
msgstr "Merci beaucoup d'utiliser %s et ses add-ons !"
|
770 |
-
|
771 |
-
#: includes/class-freemius.php:23503
|
772 |
-
msgid "Thank you so much for using %s!"
|
773 |
-
msgstr "Merci beaucoup d'utiliser %s !"
|
774 |
-
|
775 |
-
#: includes/class-freemius.php:23509
|
776 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
777 |
-
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à améliorer le %s."
|
778 |
-
|
779 |
-
#: includes/class-freemius.php:23513
|
780 |
-
msgid "Thank you so much for using our products!"
|
781 |
-
msgstr "Merci beaucoup d'utiliser nos produits !"
|
782 |
-
|
783 |
-
#: includes/class-freemius.php:23514
|
784 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
785 |
-
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à les améliorer."
|
786 |
-
|
787 |
-
#: includes/class-freemius.php:23533
|
788 |
-
msgid "%s and its add-ons"
|
789 |
-
msgstr "%s et ses add-ons"
|
790 |
-
|
791 |
-
#: includes/class-freemius.php:23542
|
792 |
-
msgid "Products"
|
793 |
-
msgstr "Produits"
|
794 |
-
|
795 |
-
#: includes/class-freemius.php23549, templates/connect.php:272
|
796 |
-
msgid "Yes"
|
797 |
-
msgstr "Oui"
|
798 |
-
|
799 |
-
#: includes/class-freemius.php23550, templates/connect.php:273
|
800 |
-
msgid "send me security & feature updates, educational content and offers."
|
801 |
-
msgstr "envoyez moi des mises à jour de sécurité et des fonctionnalités, du contenu instructif et des offres."
|
802 |
-
|
803 |
-
#: includes/class-freemius.php23551, templates/connect.php:278
|
804 |
-
msgid "No"
|
805 |
-
msgstr "Non"
|
806 |
-
|
807 |
-
#: includes/class-freemius.php23553, templates/connect.php:280
|
808 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
809 |
-
msgstr "ne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni de contenu instructif, ni d'offre."
|
810 |
-
|
811 |
-
#: includes/class-freemius.php:23563
|
812 |
-
msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
813 |
-
msgstr "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
814 |
-
|
815 |
-
#: includes/class-freemius.php23565, templates/connect.php:287
|
816 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
817 |
-
msgstr "Merci de nous indiquer si vous souhaitez que nous vous contactions pour les mises à jour de sécurité et de fonctionnalités, du contenu instructif et des offres spéciales :"
|
818 |
-
|
819 |
-
#: includes/class-freemius.php:23847
|
820 |
-
msgid "License key is empty."
|
821 |
-
msgstr "La clé de licence est vide."
|
822 |
-
|
823 |
-
#: includes/class-fs-plugin-updater.php206,
|
824 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
825 |
-
msgid "Renew license"
|
826 |
-
msgstr "Renouvelez votre licence"
|
827 |
-
|
828 |
-
#: includes/class-fs-plugin-updater.php211,
|
829 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
830 |
-
msgid "Buy license"
|
831 |
-
msgstr "Acheter une licence"
|
832 |
-
|
833 |
-
#: includes/class-fs-plugin-updater.php321,
|
834 |
-
#: includes/class-fs-plugin-updater.php:354
|
835 |
-
msgid "There is a %s of %s available."
|
836 |
-
msgstr "Il y a une %s de %s disponible."
|
837 |
-
|
838 |
-
#: includes/class-fs-plugin-updater.php323,
|
839 |
-
#: includes/class-fs-plugin-updater.php:359
|
840 |
-
msgid "new Beta version"
|
841 |
-
msgstr "new Beta version"
|
842 |
-
|
843 |
-
#: includes/class-fs-plugin-updater.php324,
|
844 |
-
#: includes/class-fs-plugin-updater.php:360
|
845 |
-
msgid "new version"
|
846 |
-
msgstr "Nouvelle version"
|
847 |
-
|
848 |
-
#: includes/class-fs-plugin-updater.php:383
|
849 |
-
msgid "Important Upgrade Notice:"
|
850 |
-
msgstr "Information importante de mise à jour :"
|
851 |
-
|
852 |
-
#: includes/class-fs-plugin-updater.php:1277
|
853 |
-
msgid "Installing plugin: %s"
|
854 |
-
msgstr "Installation du plugin : %s"
|
855 |
-
|
856 |
-
#: includes/class-fs-plugin-updater.php:1318
|
857 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
858 |
-
msgstr "Impossible de se connecter au système de fichiers. Merci de confirmer vos autorisations."
|
859 |
-
|
860 |
-
#: includes/class-fs-plugin-updater.php:1500
|
861 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
862 |
-
msgstr "Le package du plugin à télécharger ne contient pas de dossier avec le bon slug et iln'a pas été possible de le renommer."
|
863 |
-
|
864 |
-
#: includes/fs-plugin-info-dialog.php:535
|
865 |
-
msgid "Purchase More"
|
866 |
-
msgstr "Purchase More"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php536,
|
869 |
-
#: templates/account/partials/addon.php:385
|
870 |
-
msgctxt "verb"
|
871 |
-
msgid "Purchase"
|
872 |
-
msgstr "Acheter"
|
873 |
-
|
874 |
-
#: includes/fs-plugin-info-dialog.php:540
|
875 |
-
msgid "Start my free %s"
|
876 |
-
msgstr "Commencer ma %s gratuite"
|
877 |
-
|
878 |
-
#: includes/fs-plugin-info-dialog.php:738
|
879 |
-
msgid "Install Free Version Update Now"
|
880 |
-
msgstr "Installer la dernière mise à jour gratuite maintenant"
|
881 |
-
|
882 |
-
#: includes/fs-plugin-info-dialog.php739, templates/account.php:560
|
883 |
-
msgid "Install Update Now"
|
884 |
-
msgstr "Installer la mise à jour maintenant"
|
885 |
-
|
886 |
-
#: includes/fs-plugin-info-dialog.php:748
|
887 |
-
msgid "Install Free Version Now"
|
888 |
-
msgstr "Installer la version gratuite maintenant"
|
889 |
-
|
890 |
-
#: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
|
891 |
-
#: templates/auto-installation.php111,
|
892 |
-
#: templates/account/partials/addon.php365,
|
893 |
-
#: templates/account/partials/addon.php:418
|
894 |
-
msgid "Install Now"
|
895 |
-
msgstr "Installer maintenant"
|
896 |
-
|
897 |
-
#: includes/fs-plugin-info-dialog.php:765
|
898 |
-
msgctxt "as download latest version"
|
899 |
-
msgid "Download Latest Free Version"
|
900 |
-
msgstr "Télécharger la dernière version gratuite"
|
901 |
-
|
902 |
-
#: includes/fs-plugin-info-dialog.php766, templates/account.php91,
|
903 |
-
#: templates/add-ons.php37, templates/account/partials/addon.php:25
|
904 |
-
msgctxt "as download latest version"
|
905 |
-
msgid "Download Latest"
|
906 |
-
msgstr "Télécharger la dernière version"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
|
909 |
-
#: templates/account/partials/addon.php356,
|
910 |
-
#: templates/account/partials/addon.php:412
|
911 |
-
msgid "Activate this add-on"
|
912 |
-
msgstr "Activer cet add-on"
|
913 |
-
|
914 |
-
#: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
|
915 |
-
msgid "Activate Free Version"
|
916 |
-
msgstr "Activez la version gratuite"
|
917 |
-
|
918 |
-
#: includes/fs-plugin-info-dialog.php784, templates/account.php115,
|
919 |
-
#: templates/add-ons.php330, templates/account/partials/addon.php:48
|
920 |
-
msgid "Activate"
|
921 |
-
msgstr "Activer"
|
922 |
-
|
923 |
-
#: includes/fs-plugin-info-dialog.php:994
|
924 |
-
msgctxt "Plugin installer section title"
|
925 |
-
msgid "Description"
|
926 |
-
msgstr "Description"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php:995
|
929 |
-
msgctxt "Plugin installer section title"
|
930 |
-
msgid "Installation"
|
931 |
-
msgstr "Installation"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:996
|
934 |
-
msgctxt "Plugin installer section title"
|
935 |
-
msgid "FAQ"
|
936 |
-
msgstr "FAQ"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php997,
|
939 |
-
#: templates/plugin-info/description.php:55
|
940 |
-
msgid "Screenshots"
|
941 |
-
msgstr "Captures d'écran"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:998
|
944 |
-
msgctxt "Plugin installer section title"
|
945 |
-
msgid "Changelog"
|
946 |
-
msgstr "Changelog"
|
947 |
-
|
948 |
-
#: includes/fs-plugin-info-dialog.php:999
|
949 |
-
msgctxt "Plugin installer section title"
|
950 |
-
msgid "Reviews"
|
951 |
-
msgstr "Commentaires"
|
952 |
-
|
953 |
-
#: includes/fs-plugin-info-dialog.php:1000
|
954 |
-
msgctxt "Plugin installer section title"
|
955 |
-
msgid "Other Notes"
|
956 |
-
msgstr "Autres Informations"
|
957 |
-
|
958 |
-
#: includes/fs-plugin-info-dialog.php:1015
|
959 |
-
msgctxt "Plugin installer section title"
|
960 |
-
msgid "Features & Pricing"
|
961 |
-
msgstr "Fonctionnalités & Tarifs"
|
962 |
-
|
963 |
-
#: includes/fs-plugin-info-dialog.php:1025
|
964 |
-
msgid "Plugin Install"
|
965 |
-
msgstr "Installation du Plugin"
|
966 |
-
|
967 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
968 |
-
msgctxt "e.g. Professional Plan"
|
969 |
-
msgid "%s Plan"
|
970 |
-
msgstr "Formule %s"
|
971 |
-
|
972 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
973 |
-
msgctxt "e.g. the best product"
|
974 |
-
msgid "Best"
|
975 |
-
msgstr "Best"
|
976 |
-
|
977 |
-
#: includes/fs-plugin-info-dialog.php1129,
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1149
|
979 |
-
msgctxt "as every month"
|
980 |
-
msgid "Monthly"
|
981 |
-
msgstr "Mensuel"
|
982 |
-
|
983 |
-
#: includes/fs-plugin-info-dialog.php:1132
|
984 |
-
msgctxt "as once a year"
|
985 |
-
msgid "Annual"
|
986 |
-
msgstr "Annuel"
|
987 |
-
|
988 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
989 |
-
msgid "Lifetime"
|
990 |
-
msgstr "À vie"
|
991 |
-
|
992 |
-
#: includes/fs-plugin-info-dialog.php1149,
|
993 |
-
#: includes/fs-plugin-info-dialog.php1151,
|
994 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
995 |
-
msgctxt "e.g. billed monthly"
|
996 |
-
msgid "Billed %s"
|
997 |
-
msgstr "%s Facturé"
|
998 |
-
|
999 |
-
#: includes/fs-plugin-info-dialog.php:1151
|
1000 |
-
msgctxt "as once a year"
|
1001 |
-
msgid "Annually"
|
1002 |
-
msgstr "Annuel"
|
1003 |
-
|
1004 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
1005 |
-
msgctxt "as once a year"
|
1006 |
-
msgid "Once"
|
1007 |
-
msgstr "Une fois"
|
1008 |
-
|
1009 |
-
#: includes/fs-plugin-info-dialog.php:1159
|
1010 |
-
msgid "Single Site License"
|
1011 |
-
msgstr "Licence 1 site"
|
1012 |
-
|
1013 |
-
#: includes/fs-plugin-info-dialog.php:1161
|
1014 |
-
msgid "Unlimited Licenses"
|
1015 |
-
msgstr "Licences sites illimités"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php:1163
|
1018 |
-
msgid "Up to %s Sites"
|
1019 |
-
msgstr "Jusqu'à %s Sites"
|
1020 |
-
|
1021 |
-
#: includes/fs-plugin-info-dialog.php1173,
|
1022 |
-
#: templates/plugin-info/features.php:82
|
1023 |
-
msgctxt "as monthly period"
|
1024 |
-
msgid "mo"
|
1025 |
-
msgstr "mois"
|
1026 |
-
|
1027 |
-
#: includes/fs-plugin-info-dialog.php1180,
|
1028 |
-
#: templates/plugin-info/features.php:80
|
1029 |
-
msgctxt "as annual period"
|
1030 |
-
msgid "year"
|
1031 |
-
msgstr "année"
|
1032 |
-
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:1234
|
1034 |
-
msgctxt "noun"
|
1035 |
-
msgid "Price"
|
1036 |
-
msgstr "Tarif"
|
1037 |
-
|
1038 |
-
#: includes/fs-plugin-info-dialog.php:1282
|
1039 |
-
msgid "Save %s"
|
1040 |
-
msgstr "Économisez %s"
|
1041 |
-
|
1042 |
-
#: includes/fs-plugin-info-dialog.php:1292
|
1043 |
-
msgid "No commitment for %s - cancel anytime"
|
1044 |
-
msgstr "Pas d'engagement durant %s - annuler quand vous voulez"
|
1045 |
-
|
1046 |
-
#: includes/fs-plugin-info-dialog.php:1295
|
1047 |
-
msgid "After your free %s, pay as little as %s"
|
1048 |
-
msgstr "Après vos %s gratuits, payez seulement %s"
|
1049 |
-
|
1050 |
-
#: includes/fs-plugin-info-dialog.php:1306
|
1051 |
-
msgid "Details"
|
1052 |
-
msgstr "Détails"
|
1053 |
-
|
1054 |
-
#: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
|
1055 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php457,
|
1056 |
-
#: templates/account/partials/addon.php:36
|
1057 |
-
msgctxt "product version"
|
1058 |
-
msgid "Version"
|
1059 |
-
msgstr "Version"
|
1060 |
-
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:1317
|
1062 |
-
msgctxt "as the plugin author"
|
1063 |
-
msgid "Author"
|
1064 |
-
msgstr "Auteur"
|
1065 |
-
|
1066 |
-
#: includes/fs-plugin-info-dialog.php:1324
|
1067 |
-
msgid "Last Updated"
|
1068 |
-
msgstr "Dernière mise à jour"
|
1069 |
-
|
1070 |
-
#: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
|
1071 |
-
msgctxt "x-ago"
|
1072 |
-
msgid "%s ago"
|
1073 |
-
msgstr "Il y a %s"
|
1074 |
-
|
1075 |
-
#: includes/fs-plugin-info-dialog.php:1338
|
1076 |
-
msgid "Requires WordPress Version"
|
1077 |
-
msgstr "Version de WordPress requise"
|
1078 |
-
|
1079 |
-
#: includes/fs-plugin-info-dialog.php:1339
|
1080 |
-
msgid "%s or higher"
|
1081 |
-
msgstr "%s ou plus"
|
1082 |
-
|
1083 |
-
#: includes/fs-plugin-info-dialog.php:1346
|
1084 |
-
msgid "Compatible up to"
|
1085 |
-
msgstr "Compatible jusqu'à"
|
1086 |
-
|
1087 |
-
#: includes/fs-plugin-info-dialog.php:1354
|
1088 |
-
msgid "Downloaded"
|
1089 |
-
msgstr "Téléchargé"
|
1090 |
-
|
1091 |
-
#: includes/fs-plugin-info-dialog.php:1358
|
1092 |
-
msgid "%s time"
|
1093 |
-
msgstr "%s fois"
|
1094 |
-
|
1095 |
-
#: includes/fs-plugin-info-dialog.php:1360
|
1096 |
-
msgid "%s times"
|
1097 |
-
msgstr "%s fois"
|
1098 |
-
|
1099 |
-
#: includes/fs-plugin-info-dialog.php:1370
|
1100 |
-
msgid "WordPress.org Plugin Page"
|
1101 |
-
msgstr "Page WordPress.org du plugin"
|
1102 |
-
|
1103 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1104 |
-
msgid "Plugin Homepage"
|
1105 |
-
msgstr "Site Web du plugin"
|
1106 |
-
|
1107 |
-
#: includes/fs-plugin-info-dialog.php1386,
|
1108 |
-
#: includes/fs-plugin-info-dialog.php:1468
|
1109 |
-
msgid "Donate to this plugin"
|
1110 |
-
msgstr "Faire une donation pour ce plugin"
|
1111 |
-
|
1112 |
-
#: includes/fs-plugin-info-dialog.php:1393
|
1113 |
-
msgid "Average Rating"
|
1114 |
-
msgstr "Note moyenne"
|
1115 |
-
|
1116 |
-
#: includes/fs-plugin-info-dialog.php:1400
|
1117 |
-
msgid "based on %s"
|
1118 |
-
msgstr "Basé sur %s"
|
1119 |
-
|
1120 |
-
#: includes/fs-plugin-info-dialog.php:1404
|
1121 |
-
msgid "%s rating"
|
1122 |
-
msgstr "%s notation"
|
1123 |
-
|
1124 |
-
#: includes/fs-plugin-info-dialog.php:1406
|
1125 |
-
msgid "%s ratings"
|
1126 |
-
msgstr "%snotations "
|
1127 |
-
|
1128 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1129 |
-
msgid "%s star"
|
1130 |
-
msgstr "%s étoile"
|
1131 |
-
|
1132 |
-
#: includes/fs-plugin-info-dialog.php:1423
|
1133 |
-
msgid "%s stars"
|
1134 |
-
msgstr "%s étoiles"
|
1135 |
-
|
1136 |
-
#: includes/fs-plugin-info-dialog.php:1434
|
1137 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1138 |
-
msgstr "Cliquez pour voir les avis avec une notation de %s"
|
1139 |
-
|
1140 |
-
#: includes/fs-plugin-info-dialog.php:1447
|
1141 |
-
msgid "Contributors"
|
1142 |
-
msgstr "Contributeurs"
|
1143 |
-
|
1144 |
-
#: includes/fs-plugin-info-dialog.php1476,
|
1145 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1146 |
-
msgid "Warning"
|
1147 |
-
msgstr "Attention"
|
1148 |
-
|
1149 |
-
#: includes/fs-plugin-info-dialog.php:1476
|
1150 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1151 |
-
msgstr "Ce plugin n'a pas été testé avec votre actuelle version de WordPress"
|
1152 |
-
|
1153 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1154 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1155 |
-
msgstr "Ce plugin n'a pas été indiqué comme étant compatible avec votre version actuelle de WordPress"
|
1156 |
-
|
1157 |
-
#: includes/fs-plugin-info-dialog.php:1497
|
1158 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1159 |
-
msgstr "Les add-ons payant doivent être déposés sur Freemius"
|
1160 |
-
|
1161 |
-
#: includes/fs-plugin-info-dialog.php:1498
|
1162 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1163 |
-
msgstr "Les add-ons doivent être déposés sur WordPress.org ou Freemius."
|
1164 |
-
|
1165 |
-
#: includes/fs-plugin-info-dialog.php:1519
|
1166 |
-
msgid "Newer Version (%s) Installed"
|
1167 |
-
msgstr "Nouvelle Version (%s) Installée"
|
1168 |
-
|
1169 |
-
#: includes/fs-plugin-info-dialog.php:1520
|
1170 |
-
msgid "Newer Free Version (%s) Installed"
|
1171 |
-
msgstr "La nouvelle version gratuite ( %s ) a été installé"
|
1172 |
-
|
1173 |
-
#: includes/fs-plugin-info-dialog.php:1527
|
1174 |
-
msgid "Latest Version Installed"
|
1175 |
-
msgstr "Dernière Version Installée"
|
1176 |
-
|
1177 |
-
#: includes/fs-plugin-info-dialog.php:1528
|
1178 |
-
msgid "Latest Free Version Installed"
|
1179 |
-
msgstr "La dernière version gratuite a été installé"
|
1180 |
-
|
1181 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php96,
|
1182 |
-
#: templates/account/partials/addon.php26,
|
1183 |
-
#: templates/account/partials/site.php:311
|
1184 |
-
msgid "Downgrading your plan"
|
1185 |
-
msgstr "Rétrograder votre formule"
|
1186 |
-
|
1187 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php97,
|
1188 |
-
#: templates/account/partials/addon.php27,
|
1189 |
-
#: templates/account/partials/site.php:312
|
1190 |
-
msgid "Cancelling the subscription"
|
1191 |
-
msgstr "Annuler votre abonnement"
|
1192 |
-
|
1193 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1194 |
-
#. subscription'
|
1195 |
-
#: templates/account.php95, templates/forms/subscription-cancellation.php99,
|
1196 |
-
#: templates/account/partials/site.php:314
|
1197 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1198 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1199 |
-
|
1200 |
-
#: templates/account.php96, templates/forms/subscription-cancellation.php100,
|
1201 |
-
#: templates/account/partials/addon.php30,
|
1202 |
-
#: templates/account/partials/site.php:315
|
1203 |
-
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1204 |
-
msgstr "Veuillez noter que nous ne serons pas en mesure de garantir le maintien des prix actuels pour les renouvellements/nouveaux abonnements après une annulation. Si vous choisissez de renouveler l'abonnement manuellement à l'avenir, après une augmentation de prix, qui se produit généralement une fois par an, le prix mis à jour vous sera facturé."
|
1205 |
-
|
1206 |
-
#: templates/account.php97, templates/forms/subscription-cancellation.php106,
|
1207 |
-
#: templates/account/partials/addon.php:31
|
1208 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1209 |
-
msgstr "Annuler la période d'essai va immédiatement bloquer les fonctionnalités premium. Souhaitez-vous continuer ?"
|
1210 |
-
|
1211 |
-
#: templates/account.php98, templates/forms/subscription-cancellation.php101,
|
1212 |
-
#: templates/account/partials/addon.php32,
|
1213 |
-
#: templates/account/partials/site.php:316
|
1214 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1215 |
-
msgstr "Vous pouvez toujours profiter de toutes les fonctionnalités de %s mais vous n'aurez plus accès aux mises à jour de sécurité ou de fonctionnalités de %s, ni au support."
|
1216 |
-
|
1217 |
-
#: templates/account.php99, templates/forms/subscription-cancellation.php102,
|
1218 |
-
#: templates/account/partials/addon.php33,
|
1219 |
-
#: templates/account/partials/site.php:317
|
1220 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1221 |
-
msgstr "Une fois la licence expirée vous pourrez toujours utiliser la version gratuite mais vous n'aurez PAS accès aux fonctionnalités de %s."
|
1222 |
-
|
1223 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1224 |
-
#: templates/account.php101,
|
1225 |
-
#: templates/account/partials/activate-license-button.php31,
|
1226 |
-
#: templates/account/partials/addon.php:35
|
1227 |
-
msgid "Activate %s Plan"
|
1228 |
-
msgstr "Activer la formule %s"
|
1229 |
-
|
1230 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1231 |
-
#: templates/account.php104, templates/account/partials/addon.php38,
|
1232 |
-
#: templates/account/partials/site.php:291
|
1233 |
-
msgid "Auto renews in %s"
|
1234 |
-
msgstr "Renouvellements automatique dans %s"
|
1235 |
-
|
1236 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1237 |
-
#: templates/account.php106, templates/account/partials/addon.php40,
|
1238 |
-
#: templates/account/partials/site.php:293
|
1239 |
-
msgid "Expires in %s"
|
1240 |
-
msgstr "Expire dans %s"
|
1241 |
-
|
1242 |
-
#: templates/account.php:107
|
1243 |
-
msgctxt "as synchronize license"
|
1244 |
-
msgid "Sync License"
|
1245 |
-
msgstr "Synchroniser la licence"
|
1246 |
-
|
1247 |
-
#: templates/account.php108, templates/account/partials/addon.php:41
|
1248 |
-
msgid "Cancel Trial"
|
1249 |
-
msgstr "Annuler la période d'essai"
|
1250 |
-
|
1251 |
-
#: templates/account.php109, templates/account/partials/addon.php:42
|
1252 |
-
msgid "Change Plan"
|
1253 |
-
msgstr "Changer de formule"
|
1254 |
-
|
1255 |
-
#: templates/account.php110, templates/account/partials/addon.php:43
|
1256 |
-
msgctxt "verb"
|
1257 |
-
msgid "Upgrade"
|
1258 |
-
msgstr "Mise à jour"
|
1259 |
-
|
1260 |
-
#: templates/account.php112, templates/account/partials/addon.php45,
|
1261 |
-
#: templates/account/partials/site.php:318
|
1262 |
-
msgctxt "verb"
|
1263 |
-
msgid "Downgrade"
|
1264 |
-
msgstr "Rétrograder"
|
1265 |
-
|
1266 |
-
#: templates/account.php114, templates/add-ons.php246,
|
1267 |
-
#: templates/plugin-info/features.php72,
|
1268 |
-
#: templates/account/partials/addon.php47,
|
1269 |
-
#: templates/account/partials/site.php:33
|
1270 |
-
msgid "Free"
|
1271 |
-
msgstr "Gratuit"
|
1272 |
-
|
1273 |
-
#: templates/account.php116, templates/debug.php373,
|
1274 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php110,
|
1275 |
-
#: templates/account/partials/addon.php:49
|
1276 |
-
msgctxt "as product pricing plan"
|
1277 |
-
msgid "Plan"
|
1278 |
-
msgstr "Formule"
|
1279 |
-
|
1280 |
-
#: templates/account.php:117
|
1281 |
-
msgid "Bundle Plan"
|
1282 |
-
msgstr "Bundle Plan"
|
1283 |
-
|
1284 |
-
#: templates/account.php:191
|
1285 |
-
msgid "Free Trial"
|
1286 |
-
msgstr "Essai gratuit"
|
1287 |
-
|
1288 |
-
#: templates/account.php:202
|
1289 |
-
msgid "Account Details"
|
1290 |
-
msgstr "Détails du compte"
|
1291 |
-
|
1292 |
-
#: templates/account.php209, templates/forms/data-debug-mode.php:33
|
1293 |
-
msgid "Start Debug"
|
1294 |
-
msgstr "Start Debug"
|
1295 |
-
|
1296 |
-
#: templates/account.php:211
|
1297 |
-
msgid "Stop Debug"
|
1298 |
-
msgstr "Stop Debug"
|
1299 |
-
|
1300 |
-
#: templates/account.php:218
|
1301 |
-
msgid "Billing & Invoices"
|
1302 |
-
msgstr "Billing & Invoices"
|
1303 |
-
|
1304 |
-
#: templates/account.php:229
|
1305 |
-
msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
1306 |
-
msgstr "Supprimer le compte désactivera automatiquement la licence de votre formule %s afin que vous puissiez l'utiliser sur d'autres sites. Si vous voulez aussi annuler le paiement récurrent, cliquez sur le bouton \"Annuler\" et commencez par \"Rétrograder\" votre compte. Êtes-vous sûr de vouloir poursuivre la suppression ? "
|
1307 |
-
|
1308 |
-
#: templates/account.php:231
|
1309 |
-
msgid "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
1310 |
-
msgstr "La suppression est permanente. Ne faites cette suppression que si vous ne souhaitez plus utiliser le %s. Êtes-vous sûr de vouloir poursuivre la suppression ?"
|
1311 |
-
|
1312 |
-
#: templates/account.php:234
|
1313 |
-
msgid "Delete Account"
|
1314 |
-
msgstr "Supprimer le compte"
|
1315 |
-
|
1316 |
-
#: templates/account.php246, templates/account/partials/addon.php231,
|
1317 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1318 |
-
msgid "Deactivate License"
|
1319 |
-
msgstr "Désactiver la licence"
|
1320 |
-
|
1321 |
-
#: templates/account.php269, templates/forms/subscription-cancellation.php:125
|
1322 |
-
msgid "Are you sure you want to proceed?"
|
1323 |
-
msgstr "Êtes-vous de vouloir continuer ?"
|
1324 |
-
|
1325 |
-
#: templates/account.php269, templates/account/partials/addon.php:255
|
1326 |
-
msgid "Cancel Subscription"
|
1327 |
-
msgstr "Annuler l'abonnement"
|
1328 |
-
|
1329 |
-
#: templates/account.php298, templates/account/partials/addon.php:340
|
1330 |
-
msgctxt "as synchronize"
|
1331 |
-
msgid "Sync"
|
1332 |
-
msgstr "Synchroniser"
|
1333 |
-
|
1334 |
-
#: templates/account.php313, templates/debug.php:507
|
1335 |
-
msgid "Name"
|
1336 |
-
msgstr "Nom"
|
1337 |
-
|
1338 |
-
#: templates/account.php319, templates/debug.php:508
|
1339 |
-
msgid "Email"
|
1340 |
-
msgstr "Email"
|
1341 |
-
|
1342 |
-
#: templates/account.php326, templates/debug.php371, templates/debug.php:557
|
1343 |
-
msgid "User ID"
|
1344 |
-
msgstr "User ID"
|
1345 |
-
|
1346 |
-
#: templates/account.php344, templates/account.php637,
|
1347 |
-
#: templates/account.php682, templates/debug.php238, templates/debug.php365,
|
1348 |
-
#: templates/debug.php454, templates/debug.php506, templates/debug.php555,
|
1349 |
-
#: templates/debug.php632, templates/account/payments.php35,
|
1350 |
-
#: templates/debug/logger.php:21
|
1351 |
-
msgid "ID"
|
1352 |
-
msgstr "ID"
|
1353 |
-
|
1354 |
-
#: templates/account.php:351
|
1355 |
-
msgid "Site ID"
|
1356 |
-
msgstr "Site ID"
|
1357 |
-
|
1358 |
-
#: templates/account.php:354
|
1359 |
-
msgid "No ID"
|
1360 |
-
msgstr "ID manquant"
|
1361 |
-
|
1362 |
-
#: templates/account.php359, templates/debug.php245, templates/debug.php374,
|
1363 |
-
#: templates/debug.php458, templates/debug.php510,
|
1364 |
-
#: templates/account/partials/site.php:227
|
1365 |
-
msgid "Public Key"
|
1366 |
-
msgstr "Clef publique"
|
1367 |
-
|
1368 |
-
#: templates/account.php365, templates/debug.php375, templates/debug.php459,
|
1369 |
-
#: templates/debug.php511, templates/account/partials/site.php:239
|
1370 |
-
msgid "Secret Key"
|
1371 |
-
msgstr "Clef secrête"
|
1372 |
-
|
1373 |
-
#: templates/account.php:368
|
1374 |
-
msgctxt "as secret encryption key missing"
|
1375 |
-
msgid "No Secret"
|
1376 |
-
msgstr "Clef secrète manquante"
|
1377 |
-
|
1378 |
-
#: templates/account.php395, templates/account/partials/site.php120,
|
1379 |
-
#: templates/account/partials/site.php:122
|
1380 |
-
msgid "Trial"
|
1381 |
-
msgstr "Période d'essai"
|
1382 |
-
|
1383 |
-
#: templates/account.php422, templates/debug.php562,
|
1384 |
-
#: templates/account/partials/site.php:260
|
1385 |
-
msgid "License Key"
|
1386 |
-
msgstr "Clef de licence"
|
1387 |
-
|
1388 |
-
#: templates/account.php:453
|
1389 |
-
msgid "Join the Beta program"
|
1390 |
-
msgstr "Join the Beta program"
|
1391 |
-
|
1392 |
-
#: templates/account.php:459
|
1393 |
-
msgid "not verified"
|
1394 |
-
msgstr "Non vérifié"
|
1395 |
-
|
1396 |
-
#: templates/account.php468, templates/account/partials/addon.php:190
|
1397 |
-
msgid "Expired"
|
1398 |
-
msgstr "Expiré"
|
1399 |
-
|
1400 |
-
#: templates/account.php:528
|
1401 |
-
msgid "Premium version"
|
1402 |
-
msgstr "Version premium"
|
1403 |
-
|
1404 |
-
#: templates/account.php:530
|
1405 |
-
msgid "Free version"
|
1406 |
-
msgstr "Version gratuite"
|
1407 |
-
|
1408 |
-
#: templates/account.php:542
|
1409 |
-
msgid "Verify Email"
|
1410 |
-
msgstr "Vérifier l'email"
|
1411 |
-
|
1412 |
-
#: templates/account.php:553
|
1413 |
-
msgid "Download %s Version"
|
1414 |
-
msgstr "Télécharger la version %s"
|
1415 |
-
|
1416 |
-
#: templates/account.php568, templates/account.php820,
|
1417 |
-
#: templates/account/partials/site.php248,
|
1418 |
-
#: templates/account/partials/site.php:270
|
1419 |
-
msgctxt "verb"
|
1420 |
-
msgid "Show"
|
1421 |
-
msgstr "Afficher"
|
1422 |
-
|
1423 |
-
#: templates/account.php:583
|
1424 |
-
msgid "What is your %s?"
|
1425 |
-
msgstr "Quel est votre %s ?"
|
1426 |
-
|
1427 |
-
#: templates/account.php591, templates/account/billing.php:21
|
1428 |
-
msgctxt "verb"
|
1429 |
-
msgid "Edit"
|
1430 |
-
msgstr "Éditer"
|
1431 |
-
|
1432 |
-
#: templates/account.php:616
|
1433 |
-
msgid "Sites"
|
1434 |
-
msgstr "Sites"
|
1435 |
-
|
1436 |
-
#: templates/account.php:629
|
1437 |
-
msgid "Search by address"
|
1438 |
-
msgstr "Recherche par adresse"
|
1439 |
-
|
1440 |
-
#: templates/account.php638, templates/debug.php:368
|
1441 |
-
msgid "Address"
|
1442 |
-
msgstr "Adresse"
|
1443 |
-
|
1444 |
-
#: templates/account.php:639
|
1445 |
-
msgid "License"
|
1446 |
-
msgstr "Licence"
|
1447 |
-
|
1448 |
-
#: templates/account.php:640
|
1449 |
-
msgid "Plan"
|
1450 |
-
msgstr "Formule"
|
1451 |
-
|
1452 |
-
#: templates/account.php:685
|
1453 |
-
msgctxt "as software license"
|
1454 |
-
msgid "License"
|
1455 |
-
msgstr "Licence"
|
1456 |
-
|
1457 |
-
#: templates/account.php:814
|
1458 |
-
msgctxt "verb"
|
1459 |
-
msgid "Hide"
|
1460 |
-
msgstr "Cacher"
|
1461 |
-
|
1462 |
-
#: templates/account.php836, templates/forms/data-debug-mode.php:31
|
1463 |
-
msgid "Processing"
|
1464 |
-
msgstr "Traitement en cours"
|
1465 |
-
|
1466 |
-
#: templates/account.php:839
|
1467 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1468 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1469 |
-
|
1470 |
-
#: templates/account.php:897
|
1471 |
-
msgid "Cancelling %s"
|
1472 |
-
msgstr "Annulation de %s"
|
1473 |
-
|
1474 |
-
#: templates/account.php897, templates/account.php914,
|
1475 |
-
#: templates/forms/subscription-cancellation.php27,
|
1476 |
-
#: templates/forms/deactivation/form.php:133
|
1477 |
-
msgid "trial"
|
1478 |
-
msgstr "essai"
|
1479 |
-
|
1480 |
-
#: templates/account.php912, templates/forms/deactivation/form.php:150
|
1481 |
-
msgid "Cancelling %s..."
|
1482 |
-
msgstr "Annulation de %s..."
|
1483 |
-
|
1484 |
-
#: templates/account.php915, templates/forms/subscription-cancellation.php28,
|
1485 |
-
#: templates/forms/deactivation/form.php:134
|
1486 |
-
msgid "subscription"
|
1487 |
-
msgstr "abonnement"
|
1488 |
-
|
1489 |
-
#: templates/account.php:929
|
1490 |
-
msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
|
1491 |
-
msgstr "Désactiver la licence bloquera toutes les fonctionnalités premium mais vous permettra d'activer la licence sur un autre site. Êtes-vous sûr de vouloir continuer ?"
|
1492 |
-
|
1493 |
-
#: templates/add-ons.php:38
|
1494 |
-
msgid "View details"
|
1495 |
-
msgstr "Voir les détails"
|
1496 |
-
|
1497 |
-
#: templates/add-ons.php:48
|
1498 |
-
msgid "Add Ons for %s"
|
1499 |
-
msgstr "Add Ons pour %s"
|
1500 |
-
|
1501 |
-
#: templates/add-ons.php:58
|
1502 |
-
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1503 |
-
msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1504 |
-
|
1505 |
-
#: templates/add-ons.php:229
|
1506 |
-
msgctxt "active add-on"
|
1507 |
-
msgid "Active"
|
1508 |
-
msgstr "Active"
|
1509 |
-
|
1510 |
-
#: templates/add-ons.php:230
|
1511 |
-
msgctxt "installed add-on"
|
1512 |
-
msgid "Installed"
|
1513 |
-
msgstr "Installed"
|
1514 |
-
|
1515 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php207,
|
1516 |
-
#: templates/forms/resend-key.php:77
|
1517 |
-
msgctxt "as close a window"
|
1518 |
-
msgid "Dismiss"
|
1519 |
-
msgstr "Fermer"
|
1520 |
-
|
1521 |
-
#: templates/auto-installation.php:45
|
1522 |
-
msgid "%s sec"
|
1523 |
-
msgstr "%s sec"
|
1524 |
-
|
1525 |
-
#: templates/auto-installation.php:83
|
1526 |
-
msgid "Automatic Installation"
|
1527 |
-
msgstr "Installation automatique"
|
1528 |
-
|
1529 |
-
#: templates/auto-installation.php:93
|
1530 |
-
msgid "An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now."
|
1531 |
-
msgstr "Un téléchargement et une installation automatique de %s (version premium) de %s va commencer dans %s. Si vous voulez le faire manuellement, cliquez sur le bouton d'annulation maintenant."
|
1532 |
-
|
1533 |
-
#: templates/auto-installation.php:104
|
1534 |
-
msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
|
1535 |
-
msgstr "L'installation a commencé et peut prendre quelques minutes pour se finir. Merci de patienter jusqu'à ce qu'elle soit terminée - veuillez ne pas rafraichir cette page."
|
1536 |
-
|
1537 |
-
#: templates/auto-installation.php:109
|
1538 |
-
msgid "Cancel Installation"
|
1539 |
-
msgstr "Annuler l'installation"
|
1540 |
-
|
1541 |
-
#: templates/checkout.php:180
|
1542 |
-
msgid "Checkout"
|
1543 |
-
msgstr "Paiement"
|
1544 |
-
|
1545 |
-
#: templates/checkout.php:180
|
1546 |
-
msgid "PCI compliant"
|
1547 |
-
msgstr "Compatible PCI"
|
1548 |
-
|
1549 |
-
#. translators: %s: name (e.g. Hey John,)
|
1550 |
-
#: templates/connect.php:112
|
1551 |
-
msgctxt "greeting"
|
1552 |
-
msgid "Hey %s,"
|
1553 |
-
msgstr "Hey %s,"
|
1554 |
-
|
1555 |
-
#: templates/connect.php:154
|
1556 |
-
msgid "Allow & Continue"
|
1557 |
-
msgstr "Autoriser & Continuer"
|
1558 |
-
|
1559 |
-
#: templates/connect.php:158
|
1560 |
-
msgid "Re-send activation email"
|
1561 |
-
msgstr "Renvoyer l'email d'activation"
|
1562 |
-
|
1563 |
-
#: templates/connect.php:162
|
1564 |
-
msgid "Thanks %s!"
|
1565 |
-
msgstr "Merci %s !"
|
1566 |
-
|
1567 |
-
#: templates/connect.php172, templates/forms/license-activation.php:46
|
1568 |
-
msgid "Agree & Activate License"
|
1569 |
-
msgstr "Valider & Activer la licence"
|
1570 |
-
|
1571 |
-
#: templates/connect.php:181
|
1572 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1573 |
-
msgstr "Merci d'avoir acheté %s ! Pour commencer, veuillez indiquer votre clef de licence :"
|
1574 |
-
|
1575 |
-
#: templates/connect.php:188
|
1576 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
|
1577 |
-
msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités, de contenu instructif, d'offres ainsi que le suivi d'activité non sensible avec %4$s."
|
1578 |
-
|
1579 |
-
#: templates/connect.php:189
|
1580 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1581 |
-
msgstr "Ne manquez jamais une mise à jour importante - optez pour nos notifications de mises à jour de sécurité et de fonctionnalités, et un suivi diagnostique non sensible avec %4$s."
|
1582 |
-
|
1583 |
-
#: templates/connect.php:195
|
1584 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1585 |
-
msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités, de contenu instructif, d'offres ainsi que le suivi d'activité non sensible avec %4$s. Dans le cas contraire, pas de problème ! %1$s fonctionnera parfaitement aussi."
|
1586 |
-
|
1587 |
-
#: templates/connect.php:196
|
1588 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1589 |
-
msgstr "Ne ratez jamais une mise à jour importante - acceptez nos notifications de mises à jour de sécurité et de fonctionnalités ainsi que le suivi d'activité non sensible avec %4$s. Dans le cas contraire, pas de problème ! %1$s fonctionnera parfaitement aussi."
|
1590 |
-
|
1591 |
-
#: templates/connect.php:230
|
1592 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1593 |
-
msgstr "Nous sommes impatient de vous présenter l'intégration Freemius au niveau réseau."
|
1594 |
-
|
1595 |
-
#: templates/connect.php:233
|
1596 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1597 |
-
msgstr "Durant le processus de mise à jour nous avons détecté %d site(s) toujours en attente d'activation de la licence."
|
1598 |
-
|
1599 |
-
#: templates/connect.php:235
|
1600 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1601 |
-
msgstr "Si vous voulez utiliser le %s sur ces sites, merci d'indiquer votre clé de licence ci-dessous et de cliquer sur le bouton d'activation."
|
1602 |
-
|
1603 |
-
#: templates/connect.php:237
|
1604 |
-
msgid "%s's paid features"
|
1605 |
-
msgstr "Fonctionnalités payantes de %s"
|
1606 |
-
|
1607 |
-
#: templates/connect.php:242
|
1608 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1609 |
-
msgstr "Éventuellement, vous pouvez l'ignorer pour l'instant et activer la licence plus tard, sur votre page de compte du réseau %s."
|
1610 |
-
|
1611 |
-
#: templates/connect.php:244
|
1612 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1613 |
-
msgstr "Durant le processus de mise à jour nous avons détecté %s site(s) dans le réseau que vous devez vérifier."
|
1614 |
-
|
1615 |
-
#: templates/connect.php253, templates/forms/data-debug-mode.php35,
|
1616 |
-
#: templates/forms/license-activation.php:49
|
1617 |
-
msgid "License key"
|
1618 |
-
msgstr "Clef de licence"
|
1619 |
-
|
1620 |
-
#: templates/connect.php256, templates/forms/license-activation.php:22
|
1621 |
-
msgid "Can't find your license key?"
|
1622 |
-
msgstr "Vous ne trouvez pas votre clef de licence ?"
|
1623 |
-
|
1624 |
-
#: templates/connect.php315, templates/connect.php652,
|
1625 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1626 |
-
msgctxt "verb"
|
1627 |
-
msgid "Skip"
|
1628 |
-
msgstr "Passer"
|
1629 |
-
|
1630 |
-
#: templates/connect.php:318
|
1631 |
-
msgid "Delegate to Site Admins"
|
1632 |
-
msgstr "Déléguer aux administrateurs du site"
|
1633 |
-
|
1634 |
-
#: templates/connect.php:318
|
1635 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1636 |
-
msgstr "Si vous cliquez, cette décision sera déléguée aux administrateurs des sites."
|
1637 |
-
|
1638 |
-
#: templates/connect.php:346
|
1639 |
-
msgid "Your Profile Overview"
|
1640 |
-
msgstr "Résumé de votre profil"
|
1641 |
-
|
1642 |
-
#: templates/connect.php:347
|
1643 |
-
msgid "Name and email address"
|
1644 |
-
msgstr "Nom et adresse email"
|
1645 |
-
|
1646 |
-
#: templates/connect.php:352
|
1647 |
-
msgid "Your Site Overview"
|
1648 |
-
msgstr "Résumé de votre site"
|
1649 |
-
|
1650 |
-
#: templates/connect.php:353
|
1651 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1652 |
-
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1653 |
-
|
1654 |
-
#: templates/connect.php:358
|
1655 |
-
msgid "Admin Notices"
|
1656 |
-
msgstr "Notifications Administrateur"
|
1657 |
-
|
1658 |
-
#: templates/connect.php359, templates/connect.php:375
|
1659 |
-
msgid "Updates, announcements, marketing, no spam"
|
1660 |
-
msgstr "Mises à jour, annonces, marketing, pas de spam"
|
1661 |
-
|
1662 |
-
#: templates/connect.php:364
|
1663 |
-
msgid "Current %s Events"
|
1664 |
-
msgstr "Évènements du %s actuel"
|
1665 |
-
|
1666 |
-
#: templates/connect.php:365
|
1667 |
-
msgid "Activation, deactivation and uninstall"
|
1668 |
-
msgstr "Activation, désactivation et désintallation"
|
1669 |
-
|
1670 |
-
#: templates/connect.php:374
|
1671 |
-
msgid "Newsletter"
|
1672 |
-
msgstr "Newsletter"
|
1673 |
-
|
1674 |
-
#: templates/connect.php391, templates/forms/license-activation.php:41
|
1675 |
-
msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
|
1676 |
-
msgstr "Le %1$s va régulièrement envoyer des données à %2$s pour vérifier les mises à jour de sécurité et de fonctionnalités ainsi que pour vérifier la validité de votre licence."
|
1677 |
-
|
1678 |
-
#: templates/connect.php:396
|
1679 |
-
msgid "What permissions are being granted?"
|
1680 |
-
msgstr "Quelles autorisations sont accordées ?"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:417
|
1683 |
-
msgid "Don't have a license key?"
|
1684 |
-
msgstr "Vous n'avez pas de clef de licence ?"
|
1685 |
-
|
1686 |
-
#: templates/connect.php:420
|
1687 |
-
msgid "Have a license key?"
|
1688 |
-
msgstr "Vous avez une clef de licence ?"
|
1689 |
-
|
1690 |
-
#: templates/connect.php:428
|
1691 |
-
msgid "Privacy Policy"
|
1692 |
-
msgstr "Politique de confidentialité"
|
1693 |
-
|
1694 |
-
#: templates/connect.php:430
|
1695 |
-
msgid "License Agreement"
|
1696 |
-
msgstr "Contrat de licence"
|
1697 |
-
|
1698 |
-
#: templates/connect.php:430
|
1699 |
-
msgid "Terms of Service"
|
1700 |
-
msgstr "Conditions générales de service"
|
1701 |
-
|
1702 |
-
#: templates/connect.php:805
|
1703 |
-
msgctxt "as in the process of sending an email"
|
1704 |
-
msgid "Sending email"
|
1705 |
-
msgstr "Email en cours d'envoi"
|
1706 |
-
|
1707 |
-
#: templates/connect.php:806
|
1708 |
-
msgctxt "as activating plugin"
|
1709 |
-
msgid "Activating"
|
1710 |
-
msgstr "Activation en cours"
|
1711 |
-
|
1712 |
-
#: templates/contact.php:78
|
1713 |
-
msgid "Contact"
|
1714 |
-
msgstr "Contact"
|
1715 |
-
|
1716 |
-
#: templates/debug.php:17
|
1717 |
-
msgctxt "as turned off"
|
1718 |
-
msgid "Off"
|
1719 |
-
msgstr "Off"
|
1720 |
-
|
1721 |
-
#: templates/debug.php:18
|
1722 |
-
msgctxt "as turned on"
|
1723 |
-
msgid "On"
|
1724 |
-
msgstr "On"
|
1725 |
-
|
1726 |
-
#: templates/debug.php:20
|
1727 |
-
msgid "SDK"
|
1728 |
-
msgstr "SDK"
|
1729 |
-
|
1730 |
-
#: templates/debug.php:24
|
1731 |
-
msgctxt "as code debugging"
|
1732 |
-
msgid "Debugging"
|
1733 |
-
msgstr "Debuggage"
|
1734 |
-
|
1735 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1736 |
-
#: templates/debug.php:512
|
1737 |
-
msgid "Actions"
|
1738 |
-
msgstr "Actions"
|
1739 |
-
|
1740 |
-
#: templates/debug.php:64
|
1741 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1742 |
-
msgstr "Êtes-vous sûr de vouloir supprimer toutes les données de Freemius ?"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:64
|
1745 |
-
msgid "Delete All Accounts"
|
1746 |
-
msgstr "Supprimer tous les comptes"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:71
|
1749 |
-
msgid "Clear API Cache"
|
1750 |
-
msgstr "Vider le cache API"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:79
|
1753 |
-
msgid "Clear Updates Transients"
|
1754 |
-
msgstr "Vider les transients de mise à jour"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:86
|
1757 |
-
msgid "Sync Data From Server"
|
1758 |
-
msgstr "Synchronisation des données depuis le serveur"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:95
|
1761 |
-
msgid "Migrate Options to Network"
|
1762 |
-
msgstr "Migrer les options vers le réseau"
|
1763 |
-
|
1764 |
-
#: templates/debug.php:100
|
1765 |
-
msgid "Load DB Option"
|
1766 |
-
msgstr "Chargement des options de la base de données"
|
1767 |
-
|
1768 |
-
#: templates/debug.php:103
|
1769 |
-
msgid "Set DB Option"
|
1770 |
-
msgstr "Mise en place des options de la base de données"
|
1771 |
-
|
1772 |
-
#: templates/debug.php:182
|
1773 |
-
msgid "Key"
|
1774 |
-
msgstr "Clef"
|
1775 |
-
|
1776 |
-
#: templates/debug.php:183
|
1777 |
-
msgid "Value"
|
1778 |
-
msgstr "Valeur"
|
1779 |
-
|
1780 |
-
#: templates/debug.php:199
|
1781 |
-
msgctxt "as software development kit versions"
|
1782 |
-
msgid "SDK Versions"
|
1783 |
-
msgstr "Versions du SDK"
|
1784 |
-
|
1785 |
-
#: templates/debug.php:204
|
1786 |
-
msgid "SDK Path"
|
1787 |
-
msgstr "Chemin d'accès du SDK"
|
1788 |
-
|
1789 |
-
#: templates/debug.php205, templates/debug.php:244
|
1790 |
-
msgid "Module Path"
|
1791 |
-
msgstr "Chemin d'accès du module"
|
1792 |
-
|
1793 |
-
#: templates/debug.php:206
|
1794 |
-
msgid "Is Active"
|
1795 |
-
msgstr "Est actif"
|
1796 |
-
|
1797 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1798 |
-
msgid "Plugins"
|
1799 |
-
msgstr "Plugins"
|
1800 |
-
|
1801 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1802 |
-
msgid "Themes"
|
1803 |
-
msgstr "Thèmes"
|
1804 |
-
|
1805 |
-
#: templates/debug.php239, templates/debug.php370, templates/debug.php456,
|
1806 |
-
#: templates/debug/scheduled-crons.php:80
|
1807 |
-
msgid "Slug"
|
1808 |
-
msgstr "Slug"
|
1809 |
-
|
1810 |
-
#: templates/debug.php241, templates/debug.php:455
|
1811 |
-
msgid "Title"
|
1812 |
-
msgstr "Titre"
|
1813 |
-
|
1814 |
-
#: templates/debug.php:242
|
1815 |
-
msgctxt "as application program interface"
|
1816 |
-
msgid "API"
|
1817 |
-
msgstr "API"
|
1818 |
-
|
1819 |
-
#: templates/debug.php:243
|
1820 |
-
msgid "Freemius State"
|
1821 |
-
msgstr "État de Freemius"
|
1822 |
-
|
1823 |
-
#: templates/debug.php:247
|
1824 |
-
msgid "Network Blog"
|
1825 |
-
msgstr "Réseau de Blog"
|
1826 |
-
|
1827 |
-
#: templates/debug.php:248
|
1828 |
-
msgid "Network User"
|
1829 |
-
msgstr "Réseau d'Utilisateur"
|
1830 |
-
|
1831 |
-
#: templates/debug.php:285
|
1832 |
-
msgctxt "as connection was successful"
|
1833 |
-
msgid "Connected"
|
1834 |
-
msgstr "Connecté"
|
1835 |
-
|
1836 |
-
#: templates/debug.php:286
|
1837 |
-
msgctxt "as connection blocked"
|
1838 |
-
msgid "Blocked"
|
1839 |
-
msgstr "Bloqué"
|
1840 |
-
|
1841 |
-
#: templates/debug.php:322
|
1842 |
-
msgid "Simulate Trial Promotion"
|
1843 |
-
msgstr "Simuler la promotion d'essai"
|
1844 |
-
|
1845 |
-
#: templates/debug.php:334
|
1846 |
-
msgid "Simulate Network Upgrade"
|
1847 |
-
msgstr "Simuler la mise à jour du réseau"
|
1848 |
-
|
1849 |
-
#: templates/debug.php:359
|
1850 |
-
msgid "%s Installs"
|
1851 |
-
msgstr "%s Installations"
|
1852 |
-
|
1853 |
-
#: templates/debug.php:361
|
1854 |
-
msgctxt "like websites"
|
1855 |
-
msgid "Sites"
|
1856 |
-
msgstr "Sites"
|
1857 |
-
|
1858 |
-
#: templates/debug.php367, templates/account/partials/site.php:156
|
1859 |
-
msgid "Blog ID"
|
1860 |
-
msgstr "Blog ID"
|
1861 |
-
|
1862 |
-
#: templates/debug.php:372
|
1863 |
-
msgid "License ID"
|
1864 |
-
msgstr "License ID"
|
1865 |
-
|
1866 |
-
#: templates/debug.php436, templates/debug.php535,
|
1867 |
-
#: templates/account/partials/addon.php:435
|
1868 |
-
msgctxt "verb"
|
1869 |
-
msgid "Delete"
|
1870 |
-
msgstr "Supprimer"
|
1871 |
-
|
1872 |
-
#: templates/debug.php:450
|
1873 |
-
msgid "Add Ons of module %s"
|
1874 |
-
msgstr "Add Ons du module %s"
|
1875 |
-
|
1876 |
-
#: templates/debug.php:502
|
1877 |
-
msgid "Users"
|
1878 |
-
msgstr "Utilisateurs"
|
1879 |
-
|
1880 |
-
#: templates/debug.php:509
|
1881 |
-
msgid "Verified"
|
1882 |
-
msgstr "Vérifié"
|
1883 |
-
|
1884 |
-
#: templates/debug.php:551
|
1885 |
-
msgid "%s Licenses"
|
1886 |
-
msgstr "%s Licences"
|
1887 |
-
|
1888 |
-
#: templates/debug.php:556
|
1889 |
-
msgid "Plugin ID"
|
1890 |
-
msgstr "ID du plugin"
|
1891 |
-
|
1892 |
-
#: templates/debug.php:558
|
1893 |
-
msgid "Plan ID"
|
1894 |
-
msgstr "ID de la formule"
|
1895 |
-
|
1896 |
-
#: templates/debug.php:559
|
1897 |
-
msgid "Quota"
|
1898 |
-
msgstr "Quota"
|
1899 |
-
|
1900 |
-
#: templates/debug.php:560
|
1901 |
-
msgid "Activated"
|
1902 |
-
msgstr "Activé"
|
1903 |
-
|
1904 |
-
#: templates/debug.php:561
|
1905 |
-
msgid "Blocking"
|
1906 |
-
msgstr "Bloquant"
|
1907 |
-
|
1908 |
-
#: templates/debug.php:563
|
1909 |
-
msgctxt "as expiration date"
|
1910 |
-
msgid "Expiration"
|
1911 |
-
msgstr "Expiration"
|
1912 |
-
|
1913 |
-
#: templates/debug.php:590
|
1914 |
-
msgid "Debug Log"
|
1915 |
-
msgstr "Debug Log"
|
1916 |
-
|
1917 |
-
#: templates/debug.php:594
|
1918 |
-
msgid "All Types"
|
1919 |
-
msgstr "Tous les types"
|
1920 |
-
|
1921 |
-
#: templates/debug.php:601
|
1922 |
-
msgid "All Requests"
|
1923 |
-
msgstr "Toutes les demandes"
|
1924 |
-
|
1925 |
-
#: templates/debug.php606, templates/debug.php635,
|
1926 |
-
#: templates/debug/logger.php:25
|
1927 |
-
msgid "File"
|
1928 |
-
msgstr "Fichier"
|
1929 |
-
|
1930 |
-
#: templates/debug.php607, templates/debug.php633,
|
1931 |
-
#: templates/debug/logger.php:23
|
1932 |
-
msgid "Function"
|
1933 |
-
msgstr "Fonction"
|
1934 |
-
|
1935 |
-
#: templates/debug.php:608
|
1936 |
-
msgid "Process ID"
|
1937 |
-
msgstr "ID du processus"
|
1938 |
-
|
1939 |
-
#: templates/debug.php:609
|
1940 |
-
msgid "Logger"
|
1941 |
-
msgstr "Logger"
|
1942 |
-
|
1943 |
-
#: templates/debug.php610, templates/debug.php634,
|
1944 |
-
#: templates/debug/logger.php:24
|
1945 |
-
msgid "Message"
|
1946 |
-
msgstr "Message"
|
1947 |
-
|
1948 |
-
#: templates/debug.php:612
|
1949 |
-
msgid "Filter"
|
1950 |
-
msgstr "Filter"
|
1951 |
-
|
1952 |
-
#: templates/debug.php:620
|
1953 |
-
msgid "Download"
|
1954 |
-
msgstr "Téléchargement"
|
1955 |
-
|
1956 |
-
#: templates/debug.php631, templates/debug/logger.php:22
|
1957 |
-
msgid "Type"
|
1958 |
-
msgstr "Type"
|
1959 |
-
|
1960 |
-
#: templates/debug.php636, templates/debug/logger.php:26
|
1961 |
-
msgid "Timestamp"
|
1962 |
-
msgstr "Timestamp"
|
1963 |
-
|
1964 |
-
#: templates/secure-https-header.php:28
|
1965 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1966 |
-
msgstr "Page %s sécurisée HTTPS, s'exécutant sur un domaine externe"
|
1967 |
-
|
1968 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1969 |
-
#: templates/plugin-info/features.php:43
|
1970 |
-
msgid "Support"
|
1971 |
-
msgstr "Support"
|
1972 |
-
|
1973 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1974 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1975 |
-
msgctxt "milliseconds"
|
1976 |
-
msgid "ms"
|
1977 |
-
msgstr "ms"
|
1978 |
-
|
1979 |
-
#: includes/debug/debug-bar-start.php:41
|
1980 |
-
msgid "Freemius API"
|
1981 |
-
msgstr "API Freemius"
|
1982 |
-
|
1983 |
-
#: includes/debug/debug-bar-start.php:42
|
1984 |
-
msgid "Requests"
|
1985 |
-
msgstr "Demandes"
|
1986 |
-
|
1987 |
-
#: templates/account/billing.php:22
|
1988 |
-
msgctxt "verb"
|
1989 |
-
msgid "Update"
|
1990 |
-
msgstr "Mise à jour"
|
1991 |
-
|
1992 |
-
#: templates/account/billing.php:33
|
1993 |
-
msgid "Billing"
|
1994 |
-
msgstr "Facturation"
|
1995 |
-
|
1996 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1997 |
-
msgid "Business name"
|
1998 |
-
msgstr "Raison sociale"
|
1999 |
-
|
2000 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
2001 |
-
msgid "Tax / VAT ID"
|
2002 |
-
msgstr "Code TVA"
|
2003 |
-
|
2004 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
2005 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
2006 |
-
msgid "Address Line %d"
|
2007 |
-
msgstr "Adresse ligne %d"
|
2008 |
-
|
2009 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2010 |
-
msgid "City"
|
2011 |
-
msgstr "Ville"
|
2012 |
-
|
2013 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2014 |
-
msgid "Town"
|
2015 |
-
msgstr "Ville"
|
2016 |
-
|
2017 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
2018 |
-
msgid "ZIP / Postal Code"
|
2019 |
-
msgstr "Code postal"
|
2020 |
-
|
2021 |
-
#: templates/account/billing.php:302
|
2022 |
-
msgid "Country"
|
2023 |
-
msgstr "Pays"
|
2024 |
-
|
2025 |
-
#: templates/account/billing.php:304
|
2026 |
-
msgid "Select Country"
|
2027 |
-
msgstr "Choisir le pays"
|
2028 |
-
|
2029 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2030 |
-
msgid "State"
|
2031 |
-
msgstr "État"
|
2032 |
-
|
2033 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2034 |
-
msgid "Province"
|
2035 |
-
msgstr "Région"
|
2036 |
-
|
2037 |
-
#: templates/account/payments.php:29
|
2038 |
-
msgid "Payments"
|
2039 |
-
msgstr "Paiements"
|
2040 |
-
|
2041 |
-
#: templates/account/payments.php:36
|
2042 |
-
msgid "Date"
|
2043 |
-
msgstr "Date"
|
2044 |
-
|
2045 |
-
#: templates/account/payments.php:37
|
2046 |
-
msgid "Amount"
|
2047 |
-
msgstr "Montant"
|
2048 |
-
|
2049 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2050 |
-
msgid "Invoice"
|
2051 |
-
msgstr "Facture"
|
2052 |
-
|
2053 |
-
#: templates/debug/api-calls.php:56
|
2054 |
-
msgid "API"
|
2055 |
-
msgstr "API"
|
2056 |
-
|
2057 |
-
#: templates/debug/api-calls.php:68
|
2058 |
-
msgid "Method"
|
2059 |
-
msgstr "Méthode"
|
2060 |
-
|
2061 |
-
#: templates/debug/api-calls.php:69
|
2062 |
-
msgid "Code"
|
2063 |
-
msgstr "Code"
|
2064 |
-
|
2065 |
-
#: templates/debug/api-calls.php:70
|
2066 |
-
msgid "Length"
|
2067 |
-
msgstr "Longueur"
|
2068 |
-
|
2069 |
-
#: templates/debug/api-calls.php:71
|
2070 |
-
msgctxt "as file/folder path"
|
2071 |
-
msgid "Path"
|
2072 |
-
msgstr "Chemin"
|
2073 |
-
|
2074 |
-
#: templates/debug/api-calls.php:73
|
2075 |
-
msgid "Body"
|
2076 |
-
msgstr "Body"
|
2077 |
-
|
2078 |
-
#: templates/debug/api-calls.php:75
|
2079 |
-
msgid "Result"
|
2080 |
-
msgstr "Résultat"
|
2081 |
-
|
2082 |
-
#: templates/debug/api-calls.php:76
|
2083 |
-
msgid "Start"
|
2084 |
-
msgstr "Début"
|
2085 |
-
|
2086 |
-
#: templates/debug/api-calls.php:77
|
2087 |
-
msgid "End"
|
2088 |
-
msgstr "Fin"
|
2089 |
-
|
2090 |
-
#: templates/debug/logger.php:15
|
2091 |
-
msgid "Log"
|
2092 |
-
msgstr "Log"
|
2093 |
-
|
2094 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2095 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2096 |
-
#: templates/debug/scheduled-crons.php:91
|
2097 |
-
msgid "In %s"
|
2098 |
-
msgstr "Dans %s"
|
2099 |
-
|
2100 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2101 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2102 |
-
#: templates/debug/scheduled-crons.php:93
|
2103 |
-
msgid "%s ago"
|
2104 |
-
msgstr "Il y a %s"
|
2105 |
-
|
2106 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2107 |
-
#: templates/debug/scheduled-crons.php:74
|
2108 |
-
msgctxt "seconds"
|
2109 |
-
msgid "sec"
|
2110 |
-
msgstr "sec"
|
2111 |
-
|
2112 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2113 |
-
msgid "Plugins & Themes Sync"
|
2114 |
-
msgstr "Synchronisation des plugin et des thèmes"
|
2115 |
-
|
2116 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2117 |
-
msgid "Total"
|
2118 |
-
msgstr "Total"
|
2119 |
-
|
2120 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2121 |
-
#: templates/debug/scheduled-crons.php:84
|
2122 |
-
msgid "Last"
|
2123 |
-
msgstr "Dernier"
|
2124 |
-
|
2125 |
-
#: templates/debug/scheduled-crons.php:76
|
2126 |
-
msgid "Scheduled Crons"
|
2127 |
-
msgstr "Crons programmés"
|
2128 |
-
|
2129 |
-
#: templates/debug/scheduled-crons.php:81
|
2130 |
-
msgid "Module"
|
2131 |
-
msgstr "Module"
|
2132 |
-
|
2133 |
-
#: templates/debug/scheduled-crons.php:82
|
2134 |
-
msgid "Module Type"
|
2135 |
-
msgstr "Type de module"
|
2136 |
-
|
2137 |
-
#: templates/debug/scheduled-crons.php:83
|
2138 |
-
msgid "Cron Type"
|
2139 |
-
msgstr "Type de Cron"
|
2140 |
-
|
2141 |
-
#: templates/debug/scheduled-crons.php:85
|
2142 |
-
msgid "Next"
|
2143 |
-
msgstr "Suivant"
|
2144 |
-
|
2145 |
-
#: templates/forms/affiliation.php:82
|
2146 |
-
msgid "Non-expiring"
|
2147 |
-
msgstr "Sans expiration"
|
2148 |
-
|
2149 |
-
#: templates/forms/affiliation.php:85
|
2150 |
-
msgid "Apply to become an affiliate"
|
2151 |
-
msgstr "Postuler pour devenir un affilié"
|
2152 |
-
|
2153 |
-
#: templates/forms/affiliation.php:104
|
2154 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2155 |
-
msgstr "Votre dossier d'affiliation pour %s a été accepté ! Identifiez-vous dans votre espace affilié sur : %s."
|
2156 |
-
|
2157 |
-
#: templates/forms/affiliation.php:119
|
2158 |
-
msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
2159 |
-
msgstr "Merci d'avoir postulé à notre programme d'affiliation, nous regarderons votre dossier durant les 14 prochains jours et nous reviendrons vers vous avec d'autres informations."
|
2160 |
-
|
2161 |
-
#: templates/forms/affiliation.php:122
|
2162 |
-
msgid "Your affiliation account was temporarily suspended."
|
2163 |
-
msgstr "Votre compte affilié a été suspendu temporairement."
|
2164 |
-
|
2165 |
-
#: templates/forms/affiliation.php:125
|
2166 |
-
msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
2167 |
-
msgstr "Merci d'avoir postulé à notre programme d'affiliation, malheureusement, nous avons décidé pour le moment de décliner votre dossier. Merci d'essayer à nouveau d'ici 30 jours."
|
2168 |
-
|
2169 |
-
#: templates/forms/affiliation.php:128
|
2170 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2171 |
-
msgstr "Suite à une violation de nos conditions d'affiliation, nous avons décidé de bloquer temporairement votre compte d'affilié. Si vous avez la moindre question, merci de contacter le support."
|
2172 |
-
|
2173 |
-
#: templates/forms/affiliation.php:141
|
2174 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2175 |
-
msgstr "Vous aimez %s ? Devenez notre ambassadeur et gagnez du cash ;-)"
|
2176 |
-
|
2177 |
-
#: templates/forms/affiliation.php:142
|
2178 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2179 |
-
msgstr "Parrainez des nouveaux clients pour notre %s et gagnez une commission de %s sur chaque vente réussie que vous affiliez."
|
2180 |
-
|
2181 |
-
#: templates/forms/affiliation.php:145
|
2182 |
-
msgid "Program Summary"
|
2183 |
-
msgstr "Sommaire du programme"
|
2184 |
-
|
2185 |
-
#: templates/forms/affiliation.php:147
|
2186 |
-
msgid "%s commission when a customer purchases a new license."
|
2187 |
-
msgstr "Commission de %s quand un client achète une nouvelle licence."
|
2188 |
-
|
2189 |
-
#: templates/forms/affiliation.php:149
|
2190 |
-
msgid "Get commission for automated subscription renewals."
|
2191 |
-
msgstr "Obtenez des commissions pour les renouvellements automatiques d'abonnement."
|
2192 |
-
|
2193 |
-
#: templates/forms/affiliation.php:152
|
2194 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2195 |
-
msgstr "Cookie de tracking de %s après la première visite pour maximiser les potentiels de gain."
|
2196 |
-
|
2197 |
-
#: templates/forms/affiliation.php:155
|
2198 |
-
msgid "Unlimited commissions."
|
2199 |
-
msgstr "Commissions illimitées."
|
2200 |
-
|
2201 |
-
#: templates/forms/affiliation.php:157
|
2202 |
-
msgid "%s minimum payout amount."
|
2203 |
-
msgstr "Montant de paiement minimum %s."
|
2204 |
-
|
2205 |
-
#: templates/forms/affiliation.php:158
|
2206 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2207 |
-
msgstr "Les paiements se font en Dollars US et sont effectués mensuellement via PayPal."
|
2208 |
-
|
2209 |
-
#: templates/forms/affiliation.php:159
|
2210 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2211 |
-
msgstr "Comme nous bloquons sur 30 jours pour les remboursements éventuels, seules sont payées les commissions de plus de 30 jours."
|
2212 |
-
|
2213 |
-
#: templates/forms/affiliation.php:162
|
2214 |
-
msgid "Affiliate"
|
2215 |
-
msgstr "Affiliation"
|
2216 |
-
|
2217 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2218 |
-
msgid "Email address"
|
2219 |
-
msgstr "Adresse email"
|
2220 |
-
|
2221 |
-
#: templates/forms/affiliation.php:169
|
2222 |
-
msgid "Full name"
|
2223 |
-
msgstr "Nom complet"
|
2224 |
-
|
2225 |
-
#: templates/forms/affiliation.php:173
|
2226 |
-
msgid "PayPal account email address"
|
2227 |
-
msgstr "Adresse email du compte PayPal"
|
2228 |
-
|
2229 |
-
#: templates/forms/affiliation.php:177
|
2230 |
-
msgid "Where are you going to promote the %s?"
|
2231 |
-
msgstr "Où allez-vous faire la promotion du %s ? "
|
2232 |
-
|
2233 |
-
#: templates/forms/affiliation.php:179
|
2234 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2235 |
-
msgstr "Indiquez l'adresse de votre site ou d'autres sites sur lesquels vous pensez faire la promotion du %s"
|
2236 |
-
|
2237 |
-
#: templates/forms/affiliation.php:181
|
2238 |
-
msgid "Add another domain"
|
2239 |
-
msgstr "Ajouter une autre adresse"
|
2240 |
-
|
2241 |
-
#: templates/forms/affiliation.php:185
|
2242 |
-
msgid "Extra Domains"
|
2243 |
-
msgstr "Adresses supplémentaires"
|
2244 |
-
|
2245 |
-
#: templates/forms/affiliation.php:186
|
2246 |
-
msgid "Extra domains where you will be marketing the product from."
|
2247 |
-
msgstr "Adresses supplémentaires depuis lesquelles vous ferez la promotion du produit."
|
2248 |
-
|
2249 |
-
#: templates/forms/affiliation.php:196
|
2250 |
-
msgid "Promotion methods"
|
2251 |
-
msgstr "Méthodes de promotion"
|
2252 |
-
|
2253 |
-
#: templates/forms/affiliation.php:199
|
2254 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2255 |
-
msgstr "Réseaux sociaux (Facebook, Twitter, etc.)"
|
2256 |
-
|
2257 |
-
#: templates/forms/affiliation.php:203
|
2258 |
-
msgid "Mobile apps"
|
2259 |
-
msgstr "Applications mobiles"
|
2260 |
-
|
2261 |
-
#: templates/forms/affiliation.php:207
|
2262 |
-
msgid "Website, email, and social media statistics (optional)"
|
2263 |
-
msgstr "Statistiques du site web, de l'adresse email et des réseaux sociaux (optionnel)"
|
2264 |
-
|
2265 |
-
#: templates/forms/affiliation.php:210
|
2266 |
-
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2267 |
-
msgstr "N'hésitez pas à indiquer des statistiques pertinentes concernant votre site ou vos réseaux sociaux telles que le nombre de visiteurs mensuel, le nombre d'abonnés, de followers, etc... (C'est informations resteront confidentielles)"
|
2268 |
-
|
2269 |
-
#: templates/forms/affiliation.php:214
|
2270 |
-
msgid "How will you promote us?"
|
2271 |
-
msgstr "Comment allez-vous faire de la promotion ?"
|
2272 |
-
|
2273 |
-
#: templates/forms/affiliation.php:217
|
2274 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2275 |
-
msgstr "Merci d'indiquer en détail comment vous allez faire la promotion du %s (en étant aussi précis que possible)"
|
2276 |
-
|
2277 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2278 |
-
msgid "Cancel"
|
2279 |
-
msgstr "Annuler"
|
2280 |
-
|
2281 |
-
#: templates/forms/affiliation.php:225
|
2282 |
-
msgid "Become an affiliate"
|
2283 |
-
msgstr "Devenir un affilié"
|
2284 |
-
|
2285 |
-
#: templates/forms/data-debug-mode.php:25
|
2286 |
-
msgid "Please enter the license key to enable the debug mode:"
|
2287 |
-
msgstr "Please enter the license key to enable the debug mode:"
|
2288 |
-
|
2289 |
-
#: templates/forms/data-debug-mode.php:27
|
2290 |
-
msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2291 |
-
msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2292 |
-
|
2293 |
-
#: templates/forms/data-debug-mode.php:32
|
2294 |
-
msgid "Submit"
|
2295 |
-
msgstr "Submit"
|
2296 |
-
|
2297 |
-
#: templates/forms/data-debug-mode.php:36
|
2298 |
-
msgid "User key"
|
2299 |
-
msgstr "User key"
|
2300 |
-
|
2301 |
-
#: templates/forms/license-activation.php:23
|
2302 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2303 |
-
msgstr "Merci d'indiquer le code de licence que vous avez reçu par email juste après l'achat :"
|
2304 |
-
|
2305 |
-
#: templates/forms/license-activation.php:28
|
2306 |
-
msgid "Update License"
|
2307 |
-
msgstr "Mettre à jour la licence"
|
2308 |
-
|
2309 |
-
#: templates/forms/optout.php:30
|
2310 |
-
msgctxt "verb"
|
2311 |
-
msgid "Opt Out"
|
2312 |
-
msgstr "Désinscription"
|
2313 |
-
|
2314 |
-
#: templates/forms/optout.php:31
|
2315 |
-
msgctxt "verb"
|
2316 |
-
msgid "Opt In"
|
2317 |
-
msgstr "Inscription"
|
2318 |
-
|
2319 |
-
#: templates/forms/optout.php:33
|
2320 |
-
msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2321 |
-
msgstr "Le suivi d'utilisation de %s nous permet de l'améliorer. Apporter une meilleure expérience pour l'utilisateur, définir quelles seront les nouvelles fonctionnalités, ce genre de choses. Aussi nous vous serions reconnaissant si vous acceptiez de nous permettre de continuer à récupérer des informations."
|
2322 |
-
|
2323 |
-
#: templates/forms/optout.php:35
|
2324 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2325 |
-
msgstr "En cliquant \"Désincription\", nous n'enverrons plus d'informations de %s à %s."
|
2326 |
-
|
2327 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2328 |
-
msgid "There is a new version of %s available."
|
2329 |
-
msgstr "Il y a une nouvelle version disponible de %s. "
|
2330 |
-
|
2331 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2332 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2333 |
-
msgstr "%s pour accéder aux mises à jour de sécurité et de fonctionnalités de la version %s, et au support."
|
2334 |
-
|
2335 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2336 |
-
msgid "New Version Available"
|
2337 |
-
msgstr "Une nouvelle version est disponible"
|
2338 |
-
|
2339 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2340 |
-
msgctxt "close a window"
|
2341 |
-
msgid "Dismiss"
|
2342 |
-
msgstr "Fermer"
|
2343 |
-
|
2344 |
-
#: templates/forms/resend-key.php:21
|
2345 |
-
msgid "Send License Key"
|
2346 |
-
msgstr "Envoyer le code de la licence"
|
2347 |
-
|
2348 |
-
#: templates/forms/resend-key.php:57
|
2349 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2350 |
-
msgstr "Indiquez ci-dessous l'adresse email que vous avez utilisez pour la mise à jour et nous allons vous renvoyer le code de la licence."
|
2351 |
-
|
2352 |
-
#: templates/forms/subscription-cancellation.php:37
|
2353 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2354 |
-
msgstr "Désactiver ou désinstaller le %s désactivera automatiquement la licence, que vous pourrez utiliser sur un autre site."
|
2355 |
-
|
2356 |
-
#: templates/forms/subscription-cancellation.php:47
|
2357 |
-
msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2358 |
-
msgstr "Dans le cas où vous n'avez PAS l'intention d'utiliser ce %s sur ce site (ou tout autre site) - voulez-vous aussi annuler le %s ?"
|
2359 |
-
|
2360 |
-
#: templates/forms/subscription-cancellation.php:52
|
2361 |
-
msgid "license"
|
2362 |
-
msgstr "licence"
|
2363 |
-
|
2364 |
-
#: templates/forms/subscription-cancellation.php:57
|
2365 |
-
msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2366 |
-
msgstr "Annuler %s - Je n'ai plus besoin de mises à jour de sécurité et de fonctionnalités, ni de support pour %s parce que je n'ai pas l'intention d'utiliser le %s sur ce site, ou tout autre site."
|
2367 |
-
|
2368 |
-
#: templates/forms/subscription-cancellation.php:68
|
2369 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2370 |
-
msgstr "Ne pas annuler %s - Je veux toujours recevoir les mises à jour de sécurité et de fonctionnalités, ainsi que d'être en mesure de contacter le support."
|
2371 |
-
|
2372 |
-
#: templates/forms/subscription-cancellation.php:103
|
2373 |
-
msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2374 |
-
msgstr "Une fois votre licence expirée, vous ne pourrez plus utiliser le %s, sauf si vous l'activez à nouveau avec une licence premium valide."
|
2375 |
-
|
2376 |
-
#: templates/forms/subscription-cancellation.php:136
|
2377 |
-
msgid "Cancel %s?"
|
2378 |
-
msgstr "Annuler %s ?"
|
2379 |
-
|
2380 |
-
#: templates/forms/subscription-cancellation.php:143
|
2381 |
-
msgid "Proceed"
|
2382 |
-
msgstr "Poursuivre"
|
2383 |
-
|
2384 |
-
#: templates/forms/subscription-cancellation.php191,
|
2385 |
-
#: templates/forms/deactivation/form.php:171
|
2386 |
-
msgid "Cancel %s & Proceed"
|
2387 |
-
msgstr "Annuler %s et poursuivre"
|
2388 |
-
|
2389 |
-
#: templates/forms/trial-start.php:22
|
2390 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2391 |
-
msgstr "Vous êtes à 1 clic de commencer votre période d'essai gratuite de %1$s jours de la formule %2$s."
|
2392 |
-
|
2393 |
-
#: templates/forms/trial-start.php:28
|
2394 |
-
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
2395 |
-
msgstr "Pour être en accord avec les directives de WordPress.org, avant que nous commencions la période d'essai, nous vous demandons de nous permettre de récupérer votre nom d'utilisateur et des informations non sensibles du site afin de permettre au %s de communiquer avec %s pour vérifier les mises à jour et valider votre période d'essai."
|
2396 |
-
|
2397 |
-
#: templates/js/style-premium-theme.php:39
|
2398 |
-
msgid "Premium"
|
2399 |
-
msgstr "Premium"
|
2400 |
-
|
2401 |
-
#: templates/js/style-premium-theme.php:42
|
2402 |
-
msgid "Beta"
|
2403 |
-
msgstr "Beta"
|
2404 |
-
|
2405 |
-
#: templates/partials/network-activation.php:27
|
2406 |
-
msgid "Activate license on all sites in the network."
|
2407 |
-
msgstr "Activer la licence sur tous les sites du réseau."
|
2408 |
-
|
2409 |
-
#: templates/partials/network-activation.php:28
|
2410 |
-
msgid "Apply on all sites in the network."
|
2411 |
-
msgstr "Effectuer sur tous les sites dans le réseau."
|
2412 |
-
|
2413 |
-
#: templates/partials/network-activation.php:31
|
2414 |
-
msgid "Activate license on all pending sites."
|
2415 |
-
msgstr "Activer la licence sur tous les sites en attente."
|
2416 |
-
|
2417 |
-
#: templates/partials/network-activation.php:32
|
2418 |
-
msgid "Apply on all pending sites."
|
2419 |
-
msgstr "Activer sur tous les sites en attente."
|
2420 |
-
|
2421 |
-
#: templates/partials/network-activation.php40,
|
2422 |
-
#: templates/partials/network-activation.php:74
|
2423 |
-
msgid "allow"
|
2424 |
-
msgstr "autoriser"
|
2425 |
-
|
2426 |
-
#: templates/partials/network-activation.php43,
|
2427 |
-
#: templates/partials/network-activation.php:77
|
2428 |
-
msgid "delegate"
|
2429 |
-
msgstr "déléguer"
|
2430 |
-
|
2431 |
-
#: templates/partials/network-activation.php47,
|
2432 |
-
#: templates/partials/network-activation.php:81
|
2433 |
-
msgid "skip"
|
2434 |
-
msgstr "passer"
|
2435 |
-
|
2436 |
-
#: templates/plugin-info/description.php72,
|
2437 |
-
#: templates/plugin-info/screenshots.php:31
|
2438 |
-
msgid "Click to view full-size screenshot %d"
|
2439 |
-
msgstr "Cliquez pour voir la capture d'écran %d en pleine taille"
|
2440 |
-
|
2441 |
-
#: templates/plugin-info/features.php:56
|
2442 |
-
msgid "Unlimited Updates"
|
2443 |
-
msgstr "Mises à jour illimitées"
|
2444 |
-
|
2445 |
-
#: templates/account/partials/activate-license-button.php:46
|
2446 |
-
msgid "Localhost"
|
2447 |
-
msgstr "Localhost"
|
2448 |
-
|
2449 |
-
#: templates/account/partials/activate-license-button.php:50
|
2450 |
-
msgctxt "as 5 licenses left"
|
2451 |
-
msgid "%s left"
|
2452 |
-
msgstr "%s restante(s)"
|
2453 |
-
|
2454 |
-
#: templates/account/partials/activate-license-button.php:51
|
2455 |
-
msgid "Last license"
|
2456 |
-
msgstr "Dernière licence"
|
2457 |
-
|
2458 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2459 |
-
#. subscription'
|
2460 |
-
#: templates/account/partials/addon.php:29
|
2461 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2462 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2463 |
-
|
2464 |
-
#: templates/account/partials/addon.php:185
|
2465 |
-
msgid "Cancelled"
|
2466 |
-
msgstr "Annulé"
|
2467 |
-
|
2468 |
-
#: templates/account/partials/addon.php:195
|
2469 |
-
msgid "No expiration"
|
2470 |
-
msgstr "Pas d'expiration"
|
2471 |
-
|
2472 |
-
#: templates/account/partials/site.php:189
|
2473 |
-
msgid "Owner Name"
|
2474 |
-
msgstr "Nom du propriétaire"
|
2475 |
-
|
2476 |
-
#: templates/account/partials/site.php:201
|
2477 |
-
msgid "Owner Email"
|
2478 |
-
msgstr "Email du propriétaire"
|
2479 |
-
|
2480 |
-
#: templates/account/partials/site.php:213
|
2481 |
-
msgid "Owner ID"
|
2482 |
-
msgstr "ID du propriétaire"
|
2483 |
-
|
2484 |
-
#: templates/account/partials/site.php:286
|
2485 |
-
msgid "Subscription"
|
2486 |
-
msgstr "Inscription"
|
2487 |
-
|
2488 |
-
#: templates/forms/deactivation/contact.php:19
|
2489 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2490 |
-
msgstr "Désolé pour le dérangement et nous sommes là pour vous aider si vous nous le permettez."
|
2491 |
-
|
2492 |
-
#: templates/forms/deactivation/contact.php:22
|
2493 |
-
msgid "Contact Support"
|
2494 |
-
msgstr "Contacter l'Assistance"
|
2495 |
-
|
2496 |
-
#: templates/forms/deactivation/form.php:64
|
2497 |
-
msgid "Anonymous feedback"
|
2498 |
-
msgstr "Commentaire anonyme"
|
2499 |
-
|
2500 |
-
#: templates/forms/deactivation/form.php:70
|
2501 |
-
msgid "Deactivate"
|
2502 |
-
msgstr "Désactiver"
|
2503 |
-
|
2504 |
-
#: templates/forms/deactivation/form.php:72
|
2505 |
-
msgid "Activate %s"
|
2506 |
-
msgstr "Activer %s"
|
2507 |
-
|
2508 |
-
#: templates/forms/deactivation/form.php:87
|
2509 |
-
msgid "Quick Feedback"
|
2510 |
-
msgstr "Commentaires rapides"
|
2511 |
-
|
2512 |
-
#: templates/forms/deactivation/form.php:91
|
2513 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2514 |
-
msgstr "Si vous avez un instant, merci de nous indiquer pourquoi %s"
|
2515 |
-
|
2516 |
-
#: templates/forms/deactivation/form.php:91
|
2517 |
-
msgid "deactivating"
|
2518 |
-
msgstr "Désactivation"
|
2519 |
-
|
2520 |
-
#: templates/forms/deactivation/form.php:91
|
2521 |
-
msgid "switching"
|
2522 |
-
msgstr "Changement"
|
2523 |
-
|
2524 |
-
#: templates/forms/deactivation/form.php:365
|
2525 |
-
msgid "Submit & %s"
|
2526 |
-
msgstr "Envoyer & %s"
|
2527 |
-
|
2528 |
-
#: templates/forms/deactivation/form.php:386
|
2529 |
-
msgid "Kindly tell us the reason so we can improve."
|
2530 |
-
msgstr "S'il vous plait, dites nous pourquoi afin que nous puissions nous améliorer."
|
2531 |
-
|
2532 |
-
#: templates/forms/deactivation/form.php:511
|
2533 |
-
msgid "Yes - %s"
|
2534 |
-
msgstr "Oui - %s"
|
2535 |
-
|
2536 |
-
#: templates/forms/deactivation/form.php:518
|
2537 |
-
msgid "Skip & %s"
|
2538 |
-
msgstr "Passer & %s"
|
2539 |
-
|
2540 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2541 |
-
msgid "Click here to use the plugin anonymously"
|
2542 |
-
msgstr "Cliquer ici pour utiliser le plugin anonymement"
|
2543 |
-
|
2544 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2545 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2546 |
-
msgstr "Peut-être que cela vous a échappé mais vous n'êtes pas obligé de partager la moindre information et vous pouvez juste %s l'enregistrement."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freemius/languages/freemius-he_IL.mo
CHANGED
Binary file
|
freemius/languages/freemius-he_IL.po
DELETED
@@ -1,2547 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
# Translators:
|
4 |
-
# Rami Yushuvaev <r_a_m_i@hotmail.com>, 2017
|
5 |
-
# Vova Feldman <vova@freemius.com>, 2017-2018
|
6 |
-
msgid ""
|
7 |
-
msgstr ""
|
8 |
-
"Project-Id-Version: WordPress SDK\n"
|
9 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
10 |
-
"POT-Creation-Date: \n"
|
11 |
-
"PO-Revision-Date: 2019-10-07 15:33+0000\n"
|
12 |
-
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
13 |
-
"Language: he_IL\n"
|
14 |
-
"Language-Team: Hebrew (Israel) (http://www.transifex.com/freemius/wordpress-sdk/language/he_IL/)\n"
|
15 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
-
"Content-Transfer-Encoding: 8bit\n"
|
17 |
-
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
18 |
-
"MIME-Version: 1.0\n"
|
19 |
-
"X-Poedit-Basepath: ..\n"
|
20 |
-
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
21 |
-
"X-Poedit-SearchPath-0: .\n"
|
22 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
24 |
-
|
25 |
-
#: includes/class-freemius.php1880, templates/account.php:840
|
26 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
27 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
28 |
-
|
29 |
-
#: includes/class-freemius.php:1887
|
30 |
-
msgid "Would you like to proceed with the update?"
|
31 |
-
msgstr "Would you like to proceed with the update?"
|
32 |
-
|
33 |
-
#: includes/class-freemius.php:2095
|
34 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
35 |
-
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
36 |
-
|
37 |
-
#: includes/class-freemius.php:2097
|
38 |
-
msgid "Error"
|
39 |
-
msgstr "שגיאה"
|
40 |
-
|
41 |
-
#: includes/class-freemius.php:2491
|
42 |
-
msgid "I found a better %s"
|
43 |
-
msgstr "מצאתי %s יותר טוב"
|
44 |
-
|
45 |
-
#: includes/class-freemius.php:2493
|
46 |
-
msgid "What's the %s's name?"
|
47 |
-
msgstr "What's the %s's name?"
|
48 |
-
|
49 |
-
#: includes/class-freemius.php:2499
|
50 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
51 |
-
msgstr "It's a temporary %s. I'm just debugging an issue."
|
52 |
-
|
53 |
-
#: includes/class-freemius.php:2501
|
54 |
-
msgid "Deactivation"
|
55 |
-
msgstr "דיאקטיבציה"
|
56 |
-
|
57 |
-
#: includes/class-freemius.php:2502
|
58 |
-
msgid "Theme Switch"
|
59 |
-
msgstr "החלפת תֵמָה"
|
60 |
-
|
61 |
-
#: includes/class-freemius.php2511, templates/forms/resend-key.php:24
|
62 |
-
msgid "Other"
|
63 |
-
msgstr "אחר"
|
64 |
-
|
65 |
-
#: includes/class-freemius.php:2519
|
66 |
-
msgid "I no longer need the %s"
|
67 |
-
msgstr "I no longer need the %s"
|
68 |
-
|
69 |
-
#: includes/class-freemius.php:2526
|
70 |
-
msgid "I only needed the %s for a short period"
|
71 |
-
msgstr "I only needed the %s for a short period"
|
72 |
-
|
73 |
-
#: includes/class-freemius.php:2532
|
74 |
-
msgid "The %s broke my site"
|
75 |
-
msgstr "ה%s הרס לי את האתר"
|
76 |
-
|
77 |
-
#: includes/class-freemius.php:2539
|
78 |
-
msgid "The %s suddenly stopped working"
|
79 |
-
msgstr "ה%s הפסיק פתאום לעבוד"
|
80 |
-
|
81 |
-
#: includes/class-freemius.php:2549
|
82 |
-
msgid "I can't pay for it anymore"
|
83 |
-
msgstr "אני לא יכול/ה להמשיך לשלם על זה"
|
84 |
-
|
85 |
-
#: includes/class-freemius.php:2551
|
86 |
-
msgid "What price would you feel comfortable paying?"
|
87 |
-
msgstr "מה המחיר שכן תרגיש\\י בנוח לשלם?"
|
88 |
-
|
89 |
-
#: includes/class-freemius.php:2557
|
90 |
-
msgid "I don't like to share my information with you"
|
91 |
-
msgstr "אני לא אוהב את הרעיון של שיתוף מידע איתכם"
|
92 |
-
|
93 |
-
#: includes/class-freemius.php:2578
|
94 |
-
msgid "The %s didn't work"
|
95 |
-
msgstr "ה%s לא עבד"
|
96 |
-
|
97 |
-
#: includes/class-freemius.php:2588
|
98 |
-
msgid "I couldn't understand how to make it work"
|
99 |
-
msgstr "לא הצלחתי להבין איך לגרום לזה לעבוד"
|
100 |
-
|
101 |
-
#: includes/class-freemius.php:2596
|
102 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
103 |
-
msgstr "The %s is great, but I need specific feature that you don't support"
|
104 |
-
|
105 |
-
#: includes/class-freemius.php:2598
|
106 |
-
msgid "What feature?"
|
107 |
-
msgstr "איזה פיטצ'ר?"
|
108 |
-
|
109 |
-
#: includes/class-freemius.php:2602
|
110 |
-
msgid "The %s is not working"
|
111 |
-
msgstr "ה%s לא עובד"
|
112 |
-
|
113 |
-
#: includes/class-freemius.php:2604
|
114 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
115 |
-
msgstr "אנא שתפ\\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים..."
|
116 |
-
|
117 |
-
#: includes/class-freemius.php:2608
|
118 |
-
msgid "It's not what I was looking for"
|
119 |
-
msgstr "חיפשתי משהו אחר"
|
120 |
-
|
121 |
-
#: includes/class-freemius.php:2610
|
122 |
-
msgid "What you've been looking for?"
|
123 |
-
msgstr "מה חיפשת?"
|
124 |
-
|
125 |
-
#: includes/class-freemius.php:2614
|
126 |
-
msgid "The %s didn't work as expected"
|
127 |
-
msgstr "ה%s לא עבד כמצופה"
|
128 |
-
|
129 |
-
#: includes/class-freemius.php:2616
|
130 |
-
msgid "What did you expect?"
|
131 |
-
msgstr "למה ציפית?"
|
132 |
-
|
133 |
-
#: includes/class-freemius.php3471, templates/debug.php:20
|
134 |
-
msgid "Freemius Debug"
|
135 |
-
msgstr "ניפוי תקלות פרימיוס"
|
136 |
-
|
137 |
-
#: includes/class-freemius.php:4223
|
138 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
139 |
-
msgstr "אין לי מושג מה זה cURL או איך להתקין אותו - אשמח לעזרה!"
|
140 |
-
|
141 |
-
#: includes/class-freemius.php:4225
|
142 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
143 |
-
msgstr "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
144 |
-
|
145 |
-
#: includes/class-freemius.php:4232
|
146 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
147 |
-
msgstr "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
148 |
-
|
149 |
-
#: includes/class-freemius.php:4337
|
150 |
-
msgid "Yes - do your thing"
|
151 |
-
msgstr "כן - בצעו את מה שצריך"
|
152 |
-
|
153 |
-
#: includes/class-freemius.php:4342
|
154 |
-
msgid "No - just deactivate"
|
155 |
-
msgstr "לא - פשוט כבה"
|
156 |
-
|
157 |
-
#: includes/class-freemius.php4387, includes/class-freemius.php4881,
|
158 |
-
#: includes/class-freemius.php6032, includes/class-freemius.php13153,
|
159 |
-
#: includes/class-freemius.php16558, includes/class-freemius.php16646,
|
160 |
-
#: includes/class-freemius.php16812, includes/class-freemius.php19040,
|
161 |
-
#: includes/class-freemius.php19381, includes/class-freemius.php19391,
|
162 |
-
#: includes/class-freemius.php20051, includes/class-freemius.php20924,
|
163 |
-
#: includes/class-freemius.php21039, includes/class-freemius.php21183,
|
164 |
-
#: templates/add-ons.php:57
|
165 |
-
msgctxt "exclamation"
|
166 |
-
msgid "Oops"
|
167 |
-
msgstr "אופס"
|
168 |
-
|
169 |
-
#: includes/class-freemius.php:4456
|
170 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
171 |
-
msgstr "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
172 |
-
|
173 |
-
#: includes/class-freemius.php:4878
|
174 |
-
msgctxt "addonX cannot run without pluginY"
|
175 |
-
msgid "%s cannot run without %s."
|
176 |
-
msgstr "%s לא יכול לעבוד ללא %s."
|
177 |
-
|
178 |
-
#: includes/class-freemius.php:4879
|
179 |
-
msgctxt "addonX cannot run..."
|
180 |
-
msgid "%s cannot run without the plugin."
|
181 |
-
msgstr "ההרחבה %s אינה יכולה לפעול ללא התוסף."
|
182 |
-
|
183 |
-
#: includes/class-freemius.php5052, includes/class-freemius.php5077,
|
184 |
-
#: includes/class-freemius.php:20122
|
185 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
186 |
-
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
187 |
-
|
188 |
-
#: includes/class-freemius.php:5720
|
189 |
-
msgid "Premium %s version was successfully activated."
|
190 |
-
msgstr "Premium %s version was successfully activated."
|
191 |
-
|
192 |
-
#: includes/class-freemius.php5732, includes/class-freemius.php:7599
|
193 |
-
msgctxt ""
|
194 |
-
msgid "W00t"
|
195 |
-
msgstr "יש"
|
196 |
-
|
197 |
-
#: includes/class-freemius.php:5747
|
198 |
-
msgid "You have a %s license."
|
199 |
-
msgstr "יש לך רישיון %s."
|
200 |
-
|
201 |
-
#: includes/class-freemius.php5751, includes/class-freemius.php15975,
|
202 |
-
#: includes/class-freemius.php15986, includes/class-freemius.php19292,
|
203 |
-
#: includes/class-freemius.php19642, includes/class-freemius.php19711,
|
204 |
-
#: includes/class-freemius.php:19876
|
205 |
-
msgctxt "interjection expressing joy or exuberance"
|
206 |
-
msgid "Yee-haw"
|
207 |
-
msgstr "יששש"
|
208 |
-
|
209 |
-
#: includes/class-freemius.php:6015
|
210 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
211 |
-
msgstr "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
212 |
-
|
213 |
-
#: includes/class-freemius.php:6019
|
214 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
215 |
-
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
216 |
-
|
217 |
-
#: includes/class-freemius.php6028, templates/add-ons.php186,
|
218 |
-
#: templates/account/partials/addon.php:381
|
219 |
-
msgid "More information about %s"
|
220 |
-
msgstr "מידע נוסף אודות %s"
|
221 |
-
|
222 |
-
#: includes/class-freemius.php:6029
|
223 |
-
msgid "Purchase License"
|
224 |
-
msgstr "קניית רישיון"
|
225 |
-
|
226 |
-
#: includes/class-freemius.php6964, templates/connect.php:163
|
227 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
228 |
-
msgstr "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
229 |
-
|
230 |
-
#: includes/class-freemius.php:6968
|
231 |
-
msgid "start the trial"
|
232 |
-
msgstr "התחל תקופת ניסיון"
|
233 |
-
|
234 |
-
#: includes/class-freemius.php6969, templates/connect.php:167
|
235 |
-
msgid "complete the install"
|
236 |
-
msgstr "השלם התקנה"
|
237 |
-
|
238 |
-
#: includes/class-freemius.php:7081
|
239 |
-
msgid "You are just one step away - %s"
|
240 |
-
msgstr "You are just one step away - %s"
|
241 |
-
|
242 |
-
#: includes/class-freemius.php:7084
|
243 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
244 |
-
msgid "Complete \"%s\" Activation Now"
|
245 |
-
msgstr "השלם הפעלת \"%s\" עכשיו"
|
246 |
-
|
247 |
-
#: includes/class-freemius.php:7162
|
248 |
-
msgid "We made a few tweaks to the %s, %s"
|
249 |
-
msgstr "We made a few tweaks to the %s, %s"
|
250 |
-
|
251 |
-
#: includes/class-freemius.php:7166
|
252 |
-
msgid "Opt in to make \"%s\" better!"
|
253 |
-
msgstr "Opt in to make \"%s\" better!"
|
254 |
-
|
255 |
-
#: includes/class-freemius.php:7598
|
256 |
-
msgid "The upgrade of %s was successfully completed."
|
257 |
-
msgstr "The upgrade of %s was successfully completed."
|
258 |
-
|
259 |
-
#: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
|
260 |
-
#: includes/class-fs-plugin-updater.php1233,
|
261 |
-
#: includes/class-fs-plugin-updater.php1240,
|
262 |
-
#: templates/auto-installation.php:32
|
263 |
-
msgid "Add-On"
|
264 |
-
msgstr "Add-On"
|
265 |
-
|
266 |
-
#: includes/class-freemius.php9804, templates/account.php335,
|
267 |
-
#: templates/account.php343, templates/debug.php360, templates/debug.php:551
|
268 |
-
msgid "Plugin"
|
269 |
-
msgstr "תוסף"
|
270 |
-
|
271 |
-
#: includes/class-freemius.php9805, templates/account.php336,
|
272 |
-
#: templates/account.php344, templates/debug.php360, templates/debug.php551,
|
273 |
-
#: templates/forms/deactivation/form.php:71
|
274 |
-
msgid "Theme"
|
275 |
-
msgstr "תבנית"
|
276 |
-
|
277 |
-
#: includes/class-freemius.php:12596
|
278 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
279 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
280 |
-
|
281 |
-
#: includes/class-freemius.php:13020
|
282 |
-
msgid "Invalid site details collection."
|
283 |
-
msgstr "Invalid site details collection."
|
284 |
-
|
285 |
-
#: includes/class-freemius.php:13140
|
286 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
287 |
-
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
288 |
-
|
289 |
-
#: includes/class-freemius.php:13142
|
290 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
291 |
-
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
292 |
-
|
293 |
-
#: includes/class-freemius.php:13416
|
294 |
-
msgid "Account is pending activation."
|
295 |
-
msgstr "Account is pending activation."
|
296 |
-
|
297 |
-
#: includes/class-freemius.php13528,
|
298 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
299 |
-
msgid "Buy a license now"
|
300 |
-
msgstr "Buy a license now"
|
301 |
-
|
302 |
-
#: includes/class-freemius.php13540,
|
303 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
304 |
-
msgid "Renew your license now"
|
305 |
-
msgstr "Renew your license now"
|
306 |
-
|
307 |
-
#: includes/class-freemius.php:13544
|
308 |
-
msgid "%s to access version %s security & feature updates, and support."
|
309 |
-
msgstr "%s to access version %s security & feature updates, and support."
|
310 |
-
|
311 |
-
#: includes/class-freemius.php:15957
|
312 |
-
msgid "%s activation was successfully completed."
|
313 |
-
msgstr "הפעלת %s הושלמה בהצלחה."
|
314 |
-
|
315 |
-
#: includes/class-freemius.php:15971
|
316 |
-
msgid "Your account was successfully activated with the %s plan."
|
317 |
-
msgstr "חשבונך הופעל בהצלחה עם חבילת %s."
|
318 |
-
|
319 |
-
#: includes/class-freemius.php15982, includes/class-freemius.php:19707
|
320 |
-
msgid "Your trial has been successfully started."
|
321 |
-
msgstr "הניסיון שלך הופעל בהצלחה."
|
322 |
-
|
323 |
-
#: includes/class-freemius.php16556, includes/class-freemius.php16644,
|
324 |
-
#: includes/class-freemius.php:16810
|
325 |
-
msgid "Couldn't activate %s."
|
326 |
-
msgstr "לא ניתן להפעיל את %s."
|
327 |
-
|
328 |
-
#: includes/class-freemius.php16557, includes/class-freemius.php16645,
|
329 |
-
#: includes/class-freemius.php:16811
|
330 |
-
msgid "Please contact us with the following message:"
|
331 |
-
msgstr "אנא צור איתנו קשר יחד עם ההודעה הבאה:"
|
332 |
-
|
333 |
-
#: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
|
334 |
-
msgid "An unknown error has occurred."
|
335 |
-
msgstr "An unknown error has occurred."
|
336 |
-
|
337 |
-
#: includes/class-freemius.php17168, includes/class-freemius.php:22082
|
338 |
-
msgid "Upgrade"
|
339 |
-
msgstr "שדרג"
|
340 |
-
|
341 |
-
#: includes/class-freemius.php:17174
|
342 |
-
msgid "Start Trial"
|
343 |
-
msgstr "התחל תקופת ניסיון"
|
344 |
-
|
345 |
-
#: includes/class-freemius.php:17176
|
346 |
-
msgid "Pricing"
|
347 |
-
msgstr "מחירון"
|
348 |
-
|
349 |
-
#: includes/class-freemius.php17256, includes/class-freemius.php:17258
|
350 |
-
msgid "Affiliation"
|
351 |
-
msgstr "אפיליאציה"
|
352 |
-
|
353 |
-
#: includes/class-freemius.php17286, includes/class-freemius.php17288,
|
354 |
-
#: templates/account.php183, templates/debug.php:326
|
355 |
-
msgid "Account"
|
356 |
-
msgstr "חשבון"
|
357 |
-
|
358 |
-
#: includes/class-freemius.php17302, includes/class-freemius.php17304,
|
359 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
360 |
-
msgid "Contact Us"
|
361 |
-
msgstr "יצירת קשר"
|
362 |
-
|
363 |
-
#: includes/class-freemius.php17315, includes/class-freemius.php17317,
|
364 |
-
#: includes/class-freemius.php22096, templates/account.php111,
|
365 |
-
#: templates/account/partials/addon.php:44
|
366 |
-
msgid "Add-Ons"
|
367 |
-
msgstr "Add-Ons"
|
368 |
-
|
369 |
-
#: includes/class-freemius.php:17351
|
370 |
-
msgctxt "ASCII arrow left icon"
|
371 |
-
msgid "←"
|
372 |
-
msgstr "←"
|
373 |
-
|
374 |
-
#: includes/class-freemius.php:17351
|
375 |
-
msgctxt "ASCII arrow right icon"
|
376 |
-
msgid "➤"
|
377 |
-
msgstr "➤"
|
378 |
-
|
379 |
-
#: includes/class-freemius.php17353, templates/pricing.php:103
|
380 |
-
msgctxt "noun"
|
381 |
-
msgid "Pricing"
|
382 |
-
msgstr "מחירון"
|
383 |
-
|
384 |
-
#: includes/class-freemius.php17566,
|
385 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
386 |
-
msgid "Support Forum"
|
387 |
-
msgstr "פורום תמיכה"
|
388 |
-
|
389 |
-
#: includes/class-freemius.php:18536
|
390 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
391 |
-
msgstr "Your email has been successfully verified - you are AWESOME!"
|
392 |
-
|
393 |
-
#: includes/class-freemius.php:18537
|
394 |
-
msgctxt "a positive response"
|
395 |
-
msgid "Right on"
|
396 |
-
msgstr "מעולה"
|
397 |
-
|
398 |
-
#: includes/class-freemius.php:19041
|
399 |
-
msgid "seems like the key you entered doesn't match our records."
|
400 |
-
msgstr "seems like the key you entered doesn't match our records."
|
401 |
-
|
402 |
-
#: includes/class-freemius.php:19065
|
403 |
-
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
404 |
-
msgstr "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
405 |
-
|
406 |
-
#: includes/class-freemius.php:19283
|
407 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
408 |
-
msgstr "חבילת ההרחבה %s שודרגה בהצלחה."
|
409 |
-
|
410 |
-
#: includes/class-freemius.php:19285
|
411 |
-
msgid "%s Add-on was successfully purchased."
|
412 |
-
msgstr "ההרחבה %s נרכשה בהצלחה."
|
413 |
-
|
414 |
-
#: includes/class-freemius.php:19288
|
415 |
-
msgid "Download the latest version"
|
416 |
-
msgstr "הורד את הגרסה האחרונה"
|
417 |
-
|
418 |
-
#: includes/class-freemius.php:19374
|
419 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
420 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
421 |
-
|
422 |
-
#: includes/class-freemius.php19380, includes/class-freemius.php19390,
|
423 |
-
#: includes/class-freemius.php19835, includes/class-freemius.php:19924
|
424 |
-
msgid "Error received from the server:"
|
425 |
-
msgstr "הוחזרה שגיאה מהשרת:"
|
426 |
-
|
427 |
-
#: includes/class-freemius.php:19390
|
428 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
429 |
-
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
430 |
-
|
431 |
-
#: includes/class-freemius.php19604, includes/class-freemius.php19840,
|
432 |
-
#: includes/class-freemius.php19895, includes/class-freemius.php:19998
|
433 |
-
msgctxt ""
|
434 |
-
msgid "Hmm"
|
435 |
-
msgstr "אממ"
|
436 |
-
|
437 |
-
#: includes/class-freemius.php:19617
|
438 |
-
msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
439 |
-
msgstr "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
440 |
-
|
441 |
-
#: includes/class-freemius.php19618, templates/account.php113,
|
442 |
-
#: templates/add-ons.php250, templates/account/partials/addon.php:46
|
443 |
-
msgctxt "trial period"
|
444 |
-
msgid "Trial"
|
445 |
-
msgstr "ניסיון"
|
446 |
-
|
447 |
-
#: includes/class-freemius.php:19623
|
448 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
449 |
-
msgstr "שידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s."
|
450 |
-
|
451 |
-
#: includes/class-freemius.php19627, includes/class-freemius.php:19686
|
452 |
-
msgid "Please contact us here"
|
453 |
-
msgstr "אנא צור איתנו קשר כאן"
|
454 |
-
|
455 |
-
#: includes/class-freemius.php:19638
|
456 |
-
msgid "Your plan was successfully activated."
|
457 |
-
msgstr "Your plan was successfully activated."
|
458 |
-
|
459 |
-
#: includes/class-freemius.php:19639
|
460 |
-
msgid "Your plan was successfully upgraded."
|
461 |
-
msgstr "החבילה שודרגה בהצלחה."
|
462 |
-
|
463 |
-
#: includes/class-freemius.php:19656
|
464 |
-
msgid "Your plan was successfully changed to %s."
|
465 |
-
msgstr "החבילה עודכנה בהצלחה אל %s."
|
466 |
-
|
467 |
-
#: includes/class-freemius.php:19672
|
468 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
469 |
-
msgstr "Your license has expired. You can still continue using the free %s forever."
|
470 |
-
|
471 |
-
#: includes/class-freemius.php:19674
|
472 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
473 |
-
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
474 |
-
|
475 |
-
#: includes/class-freemius.php:19682
|
476 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
477 |
-
msgstr "רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה."
|
478 |
-
|
479 |
-
#: includes/class-freemius.php:19695
|
480 |
-
msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
481 |
-
msgstr "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
482 |
-
|
483 |
-
#: includes/class-freemius.php:19721
|
484 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
485 |
-
msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
|
486 |
-
|
487 |
-
#: includes/class-freemius.php:19723
|
488 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
489 |
-
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
490 |
-
|
491 |
-
#: includes/class-freemius.php:19831
|
492 |
-
msgid "It looks like the license could not be activated."
|
493 |
-
msgstr "נראה שלא ניתן להפעיל את הרישיון."
|
494 |
-
|
495 |
-
#: includes/class-freemius.php:19873
|
496 |
-
msgid "Your license was successfully activated."
|
497 |
-
msgstr "הרישיון הופעל בהצלחה."
|
498 |
-
|
499 |
-
#: includes/class-freemius.php:19899
|
500 |
-
msgid "It looks like your site currently doesn't have an active license."
|
501 |
-
msgstr "נראה לאתר עדיין אין רישיון פעיל."
|
502 |
-
|
503 |
-
#: includes/class-freemius.php:19923
|
504 |
-
msgid "It looks like the license deactivation failed."
|
505 |
-
msgstr "נראה שניתוק הרישיון נכשל."
|
506 |
-
|
507 |
-
#: includes/class-freemius.php:19951
|
508 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
509 |
-
msgstr "רישיונך נותק בהצלחה, חזרת לחבילת %s"
|
510 |
-
|
511 |
-
#: includes/class-freemius.php:19952
|
512 |
-
msgid "O.K"
|
513 |
-
msgstr "אוקיי"
|
514 |
-
|
515 |
-
#: includes/class-freemius.php:20005
|
516 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
517 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
518 |
-
|
519 |
-
#: includes/class-freemius.php:20014
|
520 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
521 |
-
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
522 |
-
|
523 |
-
#: includes/class-freemius.php:20056
|
524 |
-
msgid "You are already running the %s in a trial mode."
|
525 |
-
msgstr "You are already running the %s in a trial mode."
|
526 |
-
|
527 |
-
#: includes/class-freemius.php:20067
|
528 |
-
msgid "You already utilized a trial before."
|
529 |
-
msgstr "הניסיון כבר נוצל בעבר."
|
530 |
-
|
531 |
-
#: includes/class-freemius.php:20081
|
532 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
533 |
-
msgstr "החבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון."
|
534 |
-
|
535 |
-
#: includes/class-freemius.php:20092
|
536 |
-
msgid "Plan %s does not support a trial period."
|
537 |
-
msgstr "תוכנית %s אינה תומכת בתקופת ניסיון."
|
538 |
-
|
539 |
-
#: includes/class-freemius.php:20103
|
540 |
-
msgid "None of the %s's plans supports a trial period."
|
541 |
-
msgstr "None of the %s's plans supports a trial period."
|
542 |
-
|
543 |
-
#: includes/class-freemius.php:20153
|
544 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
545 |
-
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
546 |
-
|
547 |
-
#: includes/class-freemius.php:20189
|
548 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
549 |
-
msgstr "נראה שיש תקלה זמנית המונעת את ביטול הניסיון. אנא נסו שוב בעוד כמה דקות."
|
550 |
-
|
551 |
-
#: includes/class-freemius.php:20208
|
552 |
-
msgid "Your %s free trial was successfully cancelled."
|
553 |
-
msgstr "תקופת הניסיון החינמית של %s בוטלה בהצלחה."
|
554 |
-
|
555 |
-
#: includes/class-freemius.php:20524
|
556 |
-
msgid "Version %s was released."
|
557 |
-
msgstr "גרסה %s הושקה."
|
558 |
-
|
559 |
-
#: includes/class-freemius.php:20524
|
560 |
-
msgid "Please download %s."
|
561 |
-
msgstr "נא להוריד את %s."
|
562 |
-
|
563 |
-
#: includes/class-freemius.php:20531
|
564 |
-
msgid "the latest %s version here"
|
565 |
-
msgstr "גרסת ה-%s האחרונה כאן"
|
566 |
-
|
567 |
-
#: includes/class-freemius.php:20536
|
568 |
-
msgid "New"
|
569 |
-
msgstr "חדש"
|
570 |
-
|
571 |
-
#: includes/class-freemius.php:20541
|
572 |
-
msgid "Seems like you got the latest release."
|
573 |
-
msgstr "נראה שיש לך את הגרסה האחרונה."
|
574 |
-
|
575 |
-
#: includes/class-freemius.php:20542
|
576 |
-
msgid "You are all good!"
|
577 |
-
msgstr "את\\ה מסודר!"
|
578 |
-
|
579 |
-
#: includes/class-freemius.php:20812
|
580 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
581 |
-
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
582 |
-
|
583 |
-
#: includes/class-freemius.php:20951
|
584 |
-
msgid "Site successfully opted in."
|
585 |
-
msgstr "Site successfully opted in."
|
586 |
-
|
587 |
-
#: includes/class-freemius.php20952, includes/class-freemius.php:21792
|
588 |
-
msgid "Awesome"
|
589 |
-
msgstr "אדיר"
|
590 |
-
|
591 |
-
#: includes/class-freemius.php20968, templates/forms/optout.php:32
|
592 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
593 |
-
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
594 |
-
|
595 |
-
#: includes/class-freemius.php:20969
|
596 |
-
msgid "Thank you!"
|
597 |
-
msgstr "תודה רבה!"
|
598 |
-
|
599 |
-
#: includes/class-freemius.php:20976
|
600 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
601 |
-
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
602 |
-
|
603 |
-
#: includes/class-freemius.php:21105
|
604 |
-
msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
605 |
-
msgstr "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
606 |
-
|
607 |
-
#: includes/class-freemius.php:21111
|
608 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
609 |
-
msgstr "תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי."
|
610 |
-
|
611 |
-
#: includes/class-freemius.php:21116
|
612 |
-
msgid "%s is the new owner of the account."
|
613 |
-
msgstr "%s הינו הבעלים החד של חשבון זה."
|
614 |
-
|
615 |
-
#: includes/class-freemius.php:21118
|
616 |
-
msgctxt "as congratulations"
|
617 |
-
msgid "Congrats"
|
618 |
-
msgstr "מזל טוב"
|
619 |
-
|
620 |
-
#: includes/class-freemius.php:21138
|
621 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
622 |
-
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
623 |
-
|
624 |
-
#: includes/class-freemius.php:21139
|
625 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
626 |
-
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
627 |
-
|
628 |
-
#: includes/class-freemius.php:21146
|
629 |
-
msgid "Change Ownership"
|
630 |
-
msgstr "עדכון בעלות"
|
631 |
-
|
632 |
-
#: includes/class-freemius.php:21154
|
633 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
634 |
-
msgstr "כתובת הדואל שלך עודכנה בהצלחה. הודעת אישור אמורה להתקבל בדואל שלך ברגעים הקרובים."
|
635 |
-
|
636 |
-
#: includes/class-freemius.php:21166
|
637 |
-
msgid "Please provide your full name."
|
638 |
-
msgstr "נא למלא את שמך המלא."
|
639 |
-
|
640 |
-
#: includes/class-freemius.php:21171
|
641 |
-
msgid "Your name was successfully updated."
|
642 |
-
msgstr "שמך עודכן בהצלחה."
|
643 |
-
|
644 |
-
#: includes/class-freemius.php:21232
|
645 |
-
msgid "You have successfully updated your %s."
|
646 |
-
msgstr "עידכנת בהצלחה את ה%s."
|
647 |
-
|
648 |
-
#: includes/class-freemius.php:21372
|
649 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
650 |
-
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
651 |
-
|
652 |
-
#: includes/class-freemius.php:21373
|
653 |
-
msgctxt "advance notice of something that will need attention."
|
654 |
-
msgid "Heads up"
|
655 |
-
msgstr "לתשמות לבך"
|
656 |
-
|
657 |
-
#: includes/class-freemius.php:21832
|
658 |
-
msgctxt "exclamation"
|
659 |
-
msgid "Hey"
|
660 |
-
msgstr "היי"
|
661 |
-
|
662 |
-
#: includes/class-freemius.php:21832
|
663 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
664 |
-
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
665 |
-
|
666 |
-
#: includes/class-freemius.php:21840
|
667 |
-
msgid "No commitment for %s days - cancel anytime!"
|
668 |
-
msgstr "ללא התחייבות ל-%s ימין - בטלו בכל רגע!"
|
669 |
-
|
670 |
-
#: includes/class-freemius.php:21841
|
671 |
-
msgid "No credit card required"
|
672 |
-
msgstr "לא נדרש כרטיס אשראי"
|
673 |
-
|
674 |
-
#: includes/class-freemius.php21848, templates/forms/trial-start.php:53
|
675 |
-
msgctxt "call to action"
|
676 |
-
msgid "Start free trial"
|
677 |
-
msgstr "התחלת ניסיון חינם"
|
678 |
-
|
679 |
-
#: includes/class-freemius.php:21925
|
680 |
-
msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
681 |
-
msgstr "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
682 |
-
|
683 |
-
#: includes/class-freemius.php:21934
|
684 |
-
msgid "Learn more"
|
685 |
-
msgstr "Learn more"
|
686 |
-
|
687 |
-
#: includes/class-freemius.php22120, templates/account.php499,
|
688 |
-
#: templates/account.php624, templates/connect.php171,
|
689 |
-
#: templates/connect.php421, templates/forms/license-activation.php27,
|
690 |
-
#: templates/account/partials/addon.php:321
|
691 |
-
msgid "Activate License"
|
692 |
-
msgstr "הפעלת רישיון"
|
693 |
-
|
694 |
-
#: includes/class-freemius.php22121, templates/account.php571,
|
695 |
-
#: templates/account.php623, templates/account/partials/addon.php322,
|
696 |
-
#: templates/account/partials/site.php:271
|
697 |
-
msgid "Change License"
|
698 |
-
msgstr "שינוי רישיון"
|
699 |
-
|
700 |
-
#: includes/class-freemius.php22217, templates/account/partials/site.php:169
|
701 |
-
msgid "Opt Out"
|
702 |
-
msgstr "Opt Out"
|
703 |
-
|
704 |
-
#: includes/class-freemius.php22219, includes/class-freemius.php22225,
|
705 |
-
#: templates/account/partials/site.php49,
|
706 |
-
#: templates/account/partials/site.php:169
|
707 |
-
msgid "Opt In"
|
708 |
-
msgstr "Opt In"
|
709 |
-
|
710 |
-
#: includes/class-freemius.php:22453
|
711 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
712 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
713 |
-
|
714 |
-
#: includes/class-freemius.php:22461
|
715 |
-
msgid "Activate %s features"
|
716 |
-
msgstr "Activate %s features"
|
717 |
-
|
718 |
-
#: includes/class-freemius.php:22474
|
719 |
-
msgid "Please follow these steps to complete the upgrade"
|
720 |
-
msgstr "נא לבצע את הצעדים הבאים להשלמת השידרוג"
|
721 |
-
|
722 |
-
#: includes/class-freemius.php:22478
|
723 |
-
msgid "Download the latest %s version"
|
724 |
-
msgstr "הורד\\י את גרסת ה-%s העדכנית"
|
725 |
-
|
726 |
-
#: includes/class-freemius.php:22482
|
727 |
-
msgid "Upload and activate the downloaded version"
|
728 |
-
msgstr "העלה\\י והפעיל\\י את הגרסה שהורדת"
|
729 |
-
|
730 |
-
#: includes/class-freemius.php:22484
|
731 |
-
msgid "How to upload and activate?"
|
732 |
-
msgstr "איך להעלות ולהפעיל?"
|
733 |
-
|
734 |
-
#: includes/class-freemius.php:22618
|
735 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
736 |
-
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
737 |
-
|
738 |
-
#: includes/class-freemius.php:22779
|
739 |
-
msgid "Auto installation only works for opted-in users."
|
740 |
-
msgstr "Auto installation only works for opted-in users."
|
741 |
-
|
742 |
-
#: includes/class-freemius.php22789, includes/class-freemius.php22822,
|
743 |
-
#: includes/class-fs-plugin-updater.php1212,
|
744 |
-
#: includes/class-fs-plugin-updater.php:1226
|
745 |
-
msgid "Invalid module ID."
|
746 |
-
msgstr "מזהה המודול לא תקני."
|
747 |
-
|
748 |
-
#: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
|
749 |
-
msgid "Premium version already active."
|
750 |
-
msgstr "הגרסה בתשלום כבר פעילה."
|
751 |
-
|
752 |
-
#: includes/class-freemius.php:22805
|
753 |
-
msgid "You do not have a valid license to access the premium version."
|
754 |
-
msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
|
755 |
-
|
756 |
-
#: includes/class-freemius.php:22812
|
757 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
758 |
-
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
759 |
-
|
760 |
-
#: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
|
761 |
-
msgid "Premium add-on version already installed."
|
762 |
-
msgstr "Premium add-on version already installed."
|
763 |
-
|
764 |
-
#: includes/class-freemius.php:23180
|
765 |
-
msgid "View paid features"
|
766 |
-
msgstr "צפה בפיטצ'רים שבתשלום"
|
767 |
-
|
768 |
-
#: includes/class-freemius.php:23502
|
769 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
770 |
-
msgstr "Thank you so much for using %s and its add-ons!"
|
771 |
-
|
772 |
-
#: includes/class-freemius.php:23503
|
773 |
-
msgid "Thank you so much for using %s!"
|
774 |
-
msgstr "אנו מודים לך על היותך כמשתמש של %s!"
|
775 |
-
|
776 |
-
#: includes/class-freemius.php:23509
|
777 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
778 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
779 |
-
|
780 |
-
#: includes/class-freemius.php:23513
|
781 |
-
msgid "Thank you so much for using our products!"
|
782 |
-
msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
|
783 |
-
|
784 |
-
#: includes/class-freemius.php:23514
|
785 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
786 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
787 |
-
|
788 |
-
#: includes/class-freemius.php:23533
|
789 |
-
msgid "%s and its add-ons"
|
790 |
-
msgstr "%s and its add-ons"
|
791 |
-
|
792 |
-
#: includes/class-freemius.php:23542
|
793 |
-
msgid "Products"
|
794 |
-
msgstr "מוצרים"
|
795 |
-
|
796 |
-
#: includes/class-freemius.php23549, templates/connect.php:272
|
797 |
-
msgid "Yes"
|
798 |
-
msgstr "כן"
|
799 |
-
|
800 |
-
#: includes/class-freemius.php23550, templates/connect.php:273
|
801 |
-
msgid "send me security & feature updates, educational content and offers."
|
802 |
-
msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
|
803 |
-
|
804 |
-
#: includes/class-freemius.php23551, templates/connect.php:278
|
805 |
-
msgid "No"
|
806 |
-
msgstr "לא"
|
807 |
-
|
808 |
-
#: includes/class-freemius.php23553, templates/connect.php:280
|
809 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
810 |
-
msgstr "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
|
811 |
-
|
812 |
-
#: includes/class-freemius.php:23563
|
813 |
-
msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
814 |
-
msgstr "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
815 |
-
|
816 |
-
#: includes/class-freemius.php23565, templates/connect.php:287
|
817 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
818 |
-
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
819 |
-
|
820 |
-
#: includes/class-freemius.php:23847
|
821 |
-
msgid "License key is empty."
|
822 |
-
msgstr "מפתח הרישיון ריק."
|
823 |
-
|
824 |
-
#: includes/class-fs-plugin-updater.php206,
|
825 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
826 |
-
msgid "Renew license"
|
827 |
-
msgstr "חידוש רישיון"
|
828 |
-
|
829 |
-
#: includes/class-fs-plugin-updater.php211,
|
830 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
831 |
-
msgid "Buy license"
|
832 |
-
msgstr "Buy license"
|
833 |
-
|
834 |
-
#: includes/class-fs-plugin-updater.php321,
|
835 |
-
#: includes/class-fs-plugin-updater.php:354
|
836 |
-
msgid "There is a %s of %s available."
|
837 |
-
msgstr "There is a %s of %s available."
|
838 |
-
|
839 |
-
#: includes/class-fs-plugin-updater.php323,
|
840 |
-
#: includes/class-fs-plugin-updater.php:359
|
841 |
-
msgid "new Beta version"
|
842 |
-
msgstr "new Beta version"
|
843 |
-
|
844 |
-
#: includes/class-fs-plugin-updater.php324,
|
845 |
-
#: includes/class-fs-plugin-updater.php:360
|
846 |
-
msgid "new version"
|
847 |
-
msgstr "new version"
|
848 |
-
|
849 |
-
#: includes/class-fs-plugin-updater.php:383
|
850 |
-
msgid "Important Upgrade Notice:"
|
851 |
-
msgstr "Important Upgrade Notice:"
|
852 |
-
|
853 |
-
#: includes/class-fs-plugin-updater.php:1277
|
854 |
-
msgid "Installing plugin: %s"
|
855 |
-
msgstr "Installing plugin: %s"
|
856 |
-
|
857 |
-
#: includes/class-fs-plugin-updater.php:1318
|
858 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
859 |
-
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
860 |
-
|
861 |
-
#: includes/class-fs-plugin-updater.php:1500
|
862 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
863 |
-
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
864 |
-
|
865 |
-
#: includes/fs-plugin-info-dialog.php:535
|
866 |
-
msgid "Purchase More"
|
867 |
-
msgstr "Purchase More"
|
868 |
-
|
869 |
-
#: includes/fs-plugin-info-dialog.php536,
|
870 |
-
#: templates/account/partials/addon.php:385
|
871 |
-
msgctxt "verb"
|
872 |
-
msgid "Purchase"
|
873 |
-
msgstr "רכישה"
|
874 |
-
|
875 |
-
#: includes/fs-plugin-info-dialog.php:540
|
876 |
-
msgid "Start my free %s"
|
877 |
-
msgstr "התחל את %s הניסיון שלי"
|
878 |
-
|
879 |
-
#: includes/fs-plugin-info-dialog.php:738
|
880 |
-
msgid "Install Free Version Update Now"
|
881 |
-
msgstr "התקן עדכון גרסה חינאמית עכשיו"
|
882 |
-
|
883 |
-
#: includes/fs-plugin-info-dialog.php739, templates/account.php:560
|
884 |
-
msgid "Install Update Now"
|
885 |
-
msgstr "התקן עדכון במיידי"
|
886 |
-
|
887 |
-
#: includes/fs-plugin-info-dialog.php:748
|
888 |
-
msgid "Install Free Version Now"
|
889 |
-
msgstr "התקן גרסה חינאמית עכשיו"
|
890 |
-
|
891 |
-
#: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
|
892 |
-
#: templates/auto-installation.php111,
|
893 |
-
#: templates/account/partials/addon.php365,
|
894 |
-
#: templates/account/partials/addon.php:418
|
895 |
-
msgid "Install Now"
|
896 |
-
msgstr "התקן עכשיו"
|
897 |
-
|
898 |
-
#: includes/fs-plugin-info-dialog.php:765
|
899 |
-
msgctxt "as download latest version"
|
900 |
-
msgid "Download Latest Free Version"
|
901 |
-
msgstr "Download Latest Free Version"
|
902 |
-
|
903 |
-
#: includes/fs-plugin-info-dialog.php766, templates/account.php91,
|
904 |
-
#: templates/add-ons.php37, templates/account/partials/addon.php:25
|
905 |
-
msgctxt "as download latest version"
|
906 |
-
msgid "Download Latest"
|
907 |
-
msgstr "הורד גרסה אחרונה"
|
908 |
-
|
909 |
-
#: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
|
910 |
-
#: templates/account/partials/addon.php356,
|
911 |
-
#: templates/account/partials/addon.php:412
|
912 |
-
msgid "Activate this add-on"
|
913 |
-
msgstr "הפעל את ההרחבה"
|
914 |
-
|
915 |
-
#: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
|
916 |
-
msgid "Activate Free Version"
|
917 |
-
msgstr "הפעלת גירסה חינאמית"
|
918 |
-
|
919 |
-
#: includes/fs-plugin-info-dialog.php784, templates/account.php115,
|
920 |
-
#: templates/add-ons.php330, templates/account/partials/addon.php:48
|
921 |
-
msgid "Activate"
|
922 |
-
msgstr "הפעלה"
|
923 |
-
|
924 |
-
#: includes/fs-plugin-info-dialog.php:994
|
925 |
-
msgctxt "Plugin installer section title"
|
926 |
-
msgid "Description"
|
927 |
-
msgstr "תיאור"
|
928 |
-
|
929 |
-
#: includes/fs-plugin-info-dialog.php:995
|
930 |
-
msgctxt "Plugin installer section title"
|
931 |
-
msgid "Installation"
|
932 |
-
msgstr "התקנה"
|
933 |
-
|
934 |
-
#: includes/fs-plugin-info-dialog.php:996
|
935 |
-
msgctxt "Plugin installer section title"
|
936 |
-
msgid "FAQ"
|
937 |
-
msgstr "שאלות נפוצות"
|
938 |
-
|
939 |
-
#: includes/fs-plugin-info-dialog.php997,
|
940 |
-
#: templates/plugin-info/description.php:55
|
941 |
-
msgid "Screenshots"
|
942 |
-
msgstr "צילומי מסך"
|
943 |
-
|
944 |
-
#: includes/fs-plugin-info-dialog.php:998
|
945 |
-
msgctxt "Plugin installer section title"
|
946 |
-
msgid "Changelog"
|
947 |
-
msgstr "לוג שינויים"
|
948 |
-
|
949 |
-
#: includes/fs-plugin-info-dialog.php:999
|
950 |
-
msgctxt "Plugin installer section title"
|
951 |
-
msgid "Reviews"
|
952 |
-
msgstr "ביקורות"
|
953 |
-
|
954 |
-
#: includes/fs-plugin-info-dialog.php:1000
|
955 |
-
msgctxt "Plugin installer section title"
|
956 |
-
msgid "Other Notes"
|
957 |
-
msgstr "היערות נוספות"
|
958 |
-
|
959 |
-
#: includes/fs-plugin-info-dialog.php:1015
|
960 |
-
msgctxt "Plugin installer section title"
|
961 |
-
msgid "Features & Pricing"
|
962 |
-
msgstr "פיטצ'רים ומחירים"
|
963 |
-
|
964 |
-
#: includes/fs-plugin-info-dialog.php:1025
|
965 |
-
msgid "Plugin Install"
|
966 |
-
msgstr "התקנת תוסף"
|
967 |
-
|
968 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
969 |
-
msgctxt "e.g. Professional Plan"
|
970 |
-
msgid "%s Plan"
|
971 |
-
msgstr "חבילה %s"
|
972 |
-
|
973 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
974 |
-
msgctxt "e.g. the best product"
|
975 |
-
msgid "Best"
|
976 |
-
msgstr "הכי טוב"
|
977 |
-
|
978 |
-
#: includes/fs-plugin-info-dialog.php1129,
|
979 |
-
#: includes/fs-plugin-info-dialog.php:1149
|
980 |
-
msgctxt "as every month"
|
981 |
-
msgid "Monthly"
|
982 |
-
msgstr "חודשי"
|
983 |
-
|
984 |
-
#: includes/fs-plugin-info-dialog.php:1132
|
985 |
-
msgctxt "as once a year"
|
986 |
-
msgid "Annual"
|
987 |
-
msgstr "שנתי"
|
988 |
-
|
989 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
990 |
-
msgid "Lifetime"
|
991 |
-
msgstr "לכל החיים"
|
992 |
-
|
993 |
-
#: includes/fs-plugin-info-dialog.php1149,
|
994 |
-
#: includes/fs-plugin-info-dialog.php1151,
|
995 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
996 |
-
msgctxt "e.g. billed monthly"
|
997 |
-
msgid "Billed %s"
|
998 |
-
msgstr "מחוייב על בסיס %s"
|
999 |
-
|
1000 |
-
#: includes/fs-plugin-info-dialog.php:1151
|
1001 |
-
msgctxt "as once a year"
|
1002 |
-
msgid "Annually"
|
1003 |
-
msgstr "שנתי"
|
1004 |
-
|
1005 |
-
#: includes/fs-plugin-info-dialog.php:1153
|
1006 |
-
msgctxt "as once a year"
|
1007 |
-
msgid "Once"
|
1008 |
-
msgstr "פעם אחת"
|
1009 |
-
|
1010 |
-
#: includes/fs-plugin-info-dialog.php:1159
|
1011 |
-
msgid "Single Site License"
|
1012 |
-
msgstr "רשיון לאתר אחד"
|
1013 |
-
|
1014 |
-
#: includes/fs-plugin-info-dialog.php:1161
|
1015 |
-
msgid "Unlimited Licenses"
|
1016 |
-
msgstr "רשיונות ללא הגבלה"
|
1017 |
-
|
1018 |
-
#: includes/fs-plugin-info-dialog.php:1163
|
1019 |
-
msgid "Up to %s Sites"
|
1020 |
-
msgstr "עד %s אתרים"
|
1021 |
-
|
1022 |
-
#: includes/fs-plugin-info-dialog.php1173,
|
1023 |
-
#: templates/plugin-info/features.php:82
|
1024 |
-
msgctxt "as monthly period"
|
1025 |
-
msgid "mo"
|
1026 |
-
msgstr "חודשים"
|
1027 |
-
|
1028 |
-
#: includes/fs-plugin-info-dialog.php1180,
|
1029 |
-
#: templates/plugin-info/features.php:80
|
1030 |
-
msgctxt "as annual period"
|
1031 |
-
msgid "year"
|
1032 |
-
msgstr "שנה"
|
1033 |
-
|
1034 |
-
#: includes/fs-plugin-info-dialog.php:1234
|
1035 |
-
msgctxt "noun"
|
1036 |
-
msgid "Price"
|
1037 |
-
msgstr "מחיר"
|
1038 |
-
|
1039 |
-
#: includes/fs-plugin-info-dialog.php:1282
|
1040 |
-
msgid "Save %s"
|
1041 |
-
msgstr "שמירת %s"
|
1042 |
-
|
1043 |
-
#: includes/fs-plugin-info-dialog.php:1292
|
1044 |
-
msgid "No commitment for %s - cancel anytime"
|
1045 |
-
msgstr "No commitment for %s - cancel anytime"
|
1046 |
-
|
1047 |
-
#: includes/fs-plugin-info-dialog.php:1295
|
1048 |
-
msgid "After your free %s, pay as little as %s"
|
1049 |
-
msgstr "After your free %s, pay as little as %s"
|
1050 |
-
|
1051 |
-
#: includes/fs-plugin-info-dialog.php:1306
|
1052 |
-
msgid "Details"
|
1053 |
-
msgstr "פרטים"
|
1054 |
-
|
1055 |
-
#: includes/fs-plugin-info-dialog.php1310, templates/account.php102,
|
1056 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php457,
|
1057 |
-
#: templates/account/partials/addon.php:36
|
1058 |
-
msgctxt "product version"
|
1059 |
-
msgid "Version"
|
1060 |
-
msgstr "גרסה"
|
1061 |
-
|
1062 |
-
#: includes/fs-plugin-info-dialog.php:1317
|
1063 |
-
msgctxt "as the plugin author"
|
1064 |
-
msgid "Author"
|
1065 |
-
msgstr "Author"
|
1066 |
-
|
1067 |
-
#: includes/fs-plugin-info-dialog.php:1324
|
1068 |
-
msgid "Last Updated"
|
1069 |
-
msgstr "עודכן לאחרונה"
|
1070 |
-
|
1071 |
-
#: includes/fs-plugin-info-dialog.php1329, templates/account.php:468
|
1072 |
-
msgctxt "x-ago"
|
1073 |
-
msgid "%s ago"
|
1074 |
-
msgstr "לפני %s"
|
1075 |
-
|
1076 |
-
#: includes/fs-plugin-info-dialog.php:1338
|
1077 |
-
msgid "Requires WordPress Version"
|
1078 |
-
msgstr "Requires WordPress Version"
|
1079 |
-
|
1080 |
-
#: includes/fs-plugin-info-dialog.php:1339
|
1081 |
-
msgid "%s or higher"
|
1082 |
-
msgstr "%s ומעלה"
|
1083 |
-
|
1084 |
-
#: includes/fs-plugin-info-dialog.php:1346
|
1085 |
-
msgid "Compatible up to"
|
1086 |
-
msgstr "Compatible up to"
|
1087 |
-
|
1088 |
-
#: includes/fs-plugin-info-dialog.php:1354
|
1089 |
-
msgid "Downloaded"
|
1090 |
-
msgstr "Downloaded"
|
1091 |
-
|
1092 |
-
#: includes/fs-plugin-info-dialog.php:1358
|
1093 |
-
msgid "%s time"
|
1094 |
-
msgstr "פעם %s"
|
1095 |
-
|
1096 |
-
#: includes/fs-plugin-info-dialog.php:1360
|
1097 |
-
msgid "%s times"
|
1098 |
-
msgstr "%s פעמים"
|
1099 |
-
|
1100 |
-
#: includes/fs-plugin-info-dialog.php:1370
|
1101 |
-
msgid "WordPress.org Plugin Page"
|
1102 |
-
msgstr "WordPress.org Plugin Page"
|
1103 |
-
|
1104 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1105 |
-
msgid "Plugin Homepage"
|
1106 |
-
msgstr "עמוד התוסף"
|
1107 |
-
|
1108 |
-
#: includes/fs-plugin-info-dialog.php1386,
|
1109 |
-
#: includes/fs-plugin-info-dialog.php:1468
|
1110 |
-
msgid "Donate to this plugin"
|
1111 |
-
msgstr "תרום לתוסף"
|
1112 |
-
|
1113 |
-
#: includes/fs-plugin-info-dialog.php:1393
|
1114 |
-
msgid "Average Rating"
|
1115 |
-
msgstr "דירוג ממוצע"
|
1116 |
-
|
1117 |
-
#: includes/fs-plugin-info-dialog.php:1400
|
1118 |
-
msgid "based on %s"
|
1119 |
-
msgstr "מבוסס על %s"
|
1120 |
-
|
1121 |
-
#: includes/fs-plugin-info-dialog.php:1404
|
1122 |
-
msgid "%s rating"
|
1123 |
-
msgstr "דרוג %s"
|
1124 |
-
|
1125 |
-
#: includes/fs-plugin-info-dialog.php:1406
|
1126 |
-
msgid "%s ratings"
|
1127 |
-
msgstr "%s דרוגים"
|
1128 |
-
|
1129 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1130 |
-
msgid "%s star"
|
1131 |
-
msgstr "כוכב %s"
|
1132 |
-
|
1133 |
-
#: includes/fs-plugin-info-dialog.php:1423
|
1134 |
-
msgid "%s stars"
|
1135 |
-
msgstr "%s כוכבים"
|
1136 |
-
|
1137 |
-
#: includes/fs-plugin-info-dialog.php:1434
|
1138 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1139 |
-
msgstr "Click to see reviews that provided a rating of %s"
|
1140 |
-
|
1141 |
-
#: includes/fs-plugin-info-dialog.php:1447
|
1142 |
-
msgid "Contributors"
|
1143 |
-
msgstr "תורמים"
|
1144 |
-
|
1145 |
-
#: includes/fs-plugin-info-dialog.php1476,
|
1146 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1147 |
-
msgid "Warning"
|
1148 |
-
msgstr "Warning"
|
1149 |
-
|
1150 |
-
#: includes/fs-plugin-info-dialog.php:1476
|
1151 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1152 |
-
msgstr "תוסף זה לא נבדק עם גרסת הוורדפרס שלך."
|
1153 |
-
|
1154 |
-
#: includes/fs-plugin-info-dialog.php:1478
|
1155 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1156 |
-
msgstr "התוסף לא סומן כתואם לגרסת הוורדפרס שלך."
|
1157 |
-
|
1158 |
-
#: includes/fs-plugin-info-dialog.php:1497
|
1159 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1160 |
-
msgstr "Paid add-on must be deployed to Freemius."
|
1161 |
-
|
1162 |
-
#: includes/fs-plugin-info-dialog.php:1498
|
1163 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1164 |
-
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1165 |
-
|
1166 |
-
#: includes/fs-plugin-info-dialog.php:1519
|
1167 |
-
msgid "Newer Version (%s) Installed"
|
1168 |
-
msgstr "גרסה חדשה (%s) הותקנה"
|
1169 |
-
|
1170 |
-
#: includes/fs-plugin-info-dialog.php:1520
|
1171 |
-
msgid "Newer Free Version (%s) Installed"
|
1172 |
-
msgstr "Newer Free Version (%s) Installed"
|
1173 |
-
|
1174 |
-
#: includes/fs-plugin-info-dialog.php:1527
|
1175 |
-
msgid "Latest Version Installed"
|
1176 |
-
msgstr "הגרסה האחרונה הותקנה"
|
1177 |
-
|
1178 |
-
#: includes/fs-plugin-info-dialog.php:1528
|
1179 |
-
msgid "Latest Free Version Installed"
|
1180 |
-
msgstr "גרסה חינאמית עדכנית הותקנה"
|
1181 |
-
|
1182 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php96,
|
1183 |
-
#: templates/account/partials/addon.php26,
|
1184 |
-
#: templates/account/partials/site.php:311
|
1185 |
-
msgid "Downgrading your plan"
|
1186 |
-
msgstr "Downgrading your plan"
|
1187 |
-
|
1188 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php97,
|
1189 |
-
#: templates/account/partials/addon.php27,
|
1190 |
-
#: templates/account/partials/site.php:312
|
1191 |
-
msgid "Cancelling the subscription"
|
1192 |
-
msgstr "Cancelling the subscription"
|
1193 |
-
|
1194 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1195 |
-
#. subscription'
|
1196 |
-
#: templates/account.php95, templates/forms/subscription-cancellation.php99,
|
1197 |
-
#: templates/account/partials/site.php:314
|
1198 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1199 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1200 |
-
|
1201 |
-
#: templates/account.php96, templates/forms/subscription-cancellation.php100,
|
1202 |
-
#: templates/account/partials/addon.php30,
|
1203 |
-
#: templates/account/partials/site.php:315
|
1204 |
-
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1205 |
-
msgstr "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
|
1206 |
-
|
1207 |
-
#: templates/account.php97, templates/forms/subscription-cancellation.php106,
|
1208 |
-
#: templates/account/partials/addon.php:31
|
1209 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1210 |
-
msgstr "ביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת להמשיך?"
|
1211 |
-
|
1212 |
-
#: templates/account.php98, templates/forms/subscription-cancellation.php101,
|
1213 |
-
#: templates/account/partials/addon.php32,
|
1214 |
-
#: templates/account/partials/site.php:316
|
1215 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1216 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1217 |
-
|
1218 |
-
#: templates/account.php99, templates/forms/subscription-cancellation.php102,
|
1219 |
-
#: templates/account/partials/addon.php33,
|
1220 |
-
#: templates/account/partials/site.php:317
|
1221 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1222 |
-
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1223 |
-
|
1224 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1225 |
-
#: templates/account.php101,
|
1226 |
-
#: templates/account/partials/activate-license-button.php31,
|
1227 |
-
#: templates/account/partials/addon.php:35
|
1228 |
-
msgid "Activate %s Plan"
|
1229 |
-
msgstr "הפעל חבילה %s"
|
1230 |
-
|
1231 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1232 |
-
#: templates/account.php104, templates/account/partials/addon.php38,
|
1233 |
-
#: templates/account/partials/site.php:291
|
1234 |
-
msgid "Auto renews in %s"
|
1235 |
-
msgstr "עדכן אוטומטית בעוד %s"
|
1236 |
-
|
1237 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1238 |
-
#: templates/account.php106, templates/account/partials/addon.php40,
|
1239 |
-
#: templates/account/partials/site.php:293
|
1240 |
-
msgid "Expires in %s"
|
1241 |
-
msgstr "פג תוקף בעוד %s"
|
1242 |
-
|
1243 |
-
#: templates/account.php:107
|
1244 |
-
msgctxt "as synchronize license"
|
1245 |
-
msgid "Sync License"
|
1246 |
-
msgstr "סינכרן רישיון"
|
1247 |
-
|
1248 |
-
#: templates/account.php108, templates/account/partials/addon.php:41
|
1249 |
-
msgid "Cancel Trial"
|
1250 |
-
msgstr "ביט"
|
1251 |
-
|
1252 |
-
#: templates/account.php109, templates/account/partials/addon.php:42
|
1253 |
-
msgid "Change Plan"
|
1254 |
-
msgstr "שינוי חבילה"
|
1255 |
-
|
1256 |
-
#: templates/account.php110, templates/account/partials/addon.php:43
|
1257 |
-
msgctxt "verb"
|
1258 |
-
msgid "Upgrade"
|
1259 |
-
msgstr "שדרג"
|
1260 |
-
|
1261 |
-
#: templates/account.php112, templates/account/partials/addon.php45,
|
1262 |
-
#: templates/account/partials/site.php:318
|
1263 |
-
msgctxt "verb"
|
1264 |
-
msgid "Downgrade"
|
1265 |
-
msgstr "שנמך"
|
1266 |
-
|
1267 |
-
#: templates/account.php114, templates/add-ons.php246,
|
1268 |
-
#: templates/plugin-info/features.php72,
|
1269 |
-
#: templates/account/partials/addon.php47,
|
1270 |
-
#: templates/account/partials/site.php:33
|
1271 |
-
msgid "Free"
|
1272 |
-
msgstr "חינם"
|
1273 |
-
|
1274 |
-
#: templates/account.php116, templates/debug.php373,
|
1275 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php110,
|
1276 |
-
#: templates/account/partials/addon.php:49
|
1277 |
-
msgctxt "as product pricing plan"
|
1278 |
-
msgid "Plan"
|
1279 |
-
msgstr "חבילה"
|
1280 |
-
|
1281 |
-
#: templates/account.php:117
|
1282 |
-
msgid "Bundle Plan"
|
1283 |
-
msgstr "Bundle Plan"
|
1284 |
-
|
1285 |
-
#: templates/account.php:191
|
1286 |
-
msgid "Free Trial"
|
1287 |
-
msgstr "ניסיון חינם"
|
1288 |
-
|
1289 |
-
#: templates/account.php:202
|
1290 |
-
msgid "Account Details"
|
1291 |
-
msgstr "פרטי חשבון"
|
1292 |
-
|
1293 |
-
#: templates/account.php209, templates/forms/data-debug-mode.php:33
|
1294 |
-
msgid "Start Debug"
|
1295 |
-
msgstr "Start Debug"
|
1296 |
-
|
1297 |
-
#: templates/account.php:211
|
1298 |
-
msgid "Stop Debug"
|
1299 |
-
msgstr "Stop Debug"
|
1300 |
-
|
1301 |
-
#: templates/account.php:218
|
1302 |
-
msgid "Billing & Invoices"
|
1303 |
-
msgstr "Billing & Invoices"
|
1304 |
-
|
1305 |
-
#: templates/account.php:229
|
1306 |
-
msgid "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
1307 |
-
msgstr "Deleting the account will automatically deactivate your %s plan license so you can use it on other sites. If you want to terminate the recurring payments as well, click the \"Cancel\" button, and first \"Downgrade\" your account. Are you sure you would like to continue with the deletion?"
|
1308 |
-
|
1309 |
-
#: templates/account.php:231
|
1310 |
-
msgid "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
1311 |
-
msgstr "Deletion is not temporary. Only delete if you no longer want to use this %s anymore. Are you sure you would like to continue with the deletion?"
|
1312 |
-
|
1313 |
-
#: templates/account.php:234
|
1314 |
-
msgid "Delete Account"
|
1315 |
-
msgstr "מחיקת חשבון"
|
1316 |
-
|
1317 |
-
#: templates/account.php246, templates/account/partials/addon.php231,
|
1318 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1319 |
-
msgid "Deactivate License"
|
1320 |
-
msgstr "שיחרור רישיון"
|
1321 |
-
|
1322 |
-
#: templates/account.php269, templates/forms/subscription-cancellation.php:125
|
1323 |
-
msgid "Are you sure you want to proceed?"
|
1324 |
-
msgstr "האם את/ה בטוח רוצה להמשיך?"
|
1325 |
-
|
1326 |
-
#: templates/account.php269, templates/account/partials/addon.php:255
|
1327 |
-
msgid "Cancel Subscription"
|
1328 |
-
msgstr "בטל מנוי"
|
1329 |
-
|
1330 |
-
#: templates/account.php298, templates/account/partials/addon.php:340
|
1331 |
-
msgctxt "as synchronize"
|
1332 |
-
msgid "Sync"
|
1333 |
-
msgstr "סינכרון"
|
1334 |
-
|
1335 |
-
#: templates/account.php313, templates/debug.php:507
|
1336 |
-
msgid "Name"
|
1337 |
-
msgstr "שם"
|
1338 |
-
|
1339 |
-
#: templates/account.php319, templates/debug.php:508
|
1340 |
-
msgid "Email"
|
1341 |
-
msgstr "דוא\"ל"
|
1342 |
-
|
1343 |
-
#: templates/account.php326, templates/debug.php371, templates/debug.php:557
|
1344 |
-
msgid "User ID"
|
1345 |
-
msgstr "מזהה משתמש"
|
1346 |
-
|
1347 |
-
#: templates/account.php344, templates/account.php637,
|
1348 |
-
#: templates/account.php682, templates/debug.php238, templates/debug.php365,
|
1349 |
-
#: templates/debug.php454, templates/debug.php506, templates/debug.php555,
|
1350 |
-
#: templates/debug.php632, templates/account/payments.php35,
|
1351 |
-
#: templates/debug/logger.php:21
|
1352 |
-
msgid "ID"
|
1353 |
-
msgstr "מזהה"
|
1354 |
-
|
1355 |
-
#: templates/account.php:351
|
1356 |
-
msgid "Site ID"
|
1357 |
-
msgstr "מזהה אתר"
|
1358 |
-
|
1359 |
-
#: templates/account.php:354
|
1360 |
-
msgid "No ID"
|
1361 |
-
msgstr "אין מזהה"
|
1362 |
-
|
1363 |
-
#: templates/account.php359, templates/debug.php245, templates/debug.php374,
|
1364 |
-
#: templates/debug.php458, templates/debug.php510,
|
1365 |
-
#: templates/account/partials/site.php:227
|
1366 |
-
msgid "Public Key"
|
1367 |
-
msgstr "מפתח פומבי"
|
1368 |
-
|
1369 |
-
#: templates/account.php365, templates/debug.php375, templates/debug.php459,
|
1370 |
-
#: templates/debug.php511, templates/account/partials/site.php:239
|
1371 |
-
msgid "Secret Key"
|
1372 |
-
msgstr "מפתח סודי"
|
1373 |
-
|
1374 |
-
#: templates/account.php:368
|
1375 |
-
msgctxt "as secret encryption key missing"
|
1376 |
-
msgid "No Secret"
|
1377 |
-
msgstr "אין מפתח סודי"
|
1378 |
-
|
1379 |
-
#: templates/account.php395, templates/account/partials/site.php120,
|
1380 |
-
#: templates/account/partials/site.php:122
|
1381 |
-
msgid "Trial"
|
1382 |
-
msgstr "ניסיון"
|
1383 |
-
|
1384 |
-
#: templates/account.php422, templates/debug.php562,
|
1385 |
-
#: templates/account/partials/site.php:260
|
1386 |
-
msgid "License Key"
|
1387 |
-
msgstr "License Key"
|
1388 |
-
|
1389 |
-
#: templates/account.php:453
|
1390 |
-
msgid "Join the Beta program"
|
1391 |
-
msgstr "Join the Beta program"
|
1392 |
-
|
1393 |
-
#: templates/account.php:459
|
1394 |
-
msgid "not verified"
|
1395 |
-
msgstr "לא מאומת"
|
1396 |
-
|
1397 |
-
#: templates/account.php468, templates/account/partials/addon.php:190
|
1398 |
-
msgid "Expired"
|
1399 |
-
msgstr "פג תוקף"
|
1400 |
-
|
1401 |
-
#: templates/account.php:528
|
1402 |
-
msgid "Premium version"
|
1403 |
-
msgstr "גירסת פרימיום"
|
1404 |
-
|
1405 |
-
#: templates/account.php:530
|
1406 |
-
msgid "Free version"
|
1407 |
-
msgstr "גירסה חינאמית"
|
1408 |
-
|
1409 |
-
#: templates/account.php:542
|
1410 |
-
msgid "Verify Email"
|
1411 |
-
msgstr "אמת כתובת דוא\"ל"
|
1412 |
-
|
1413 |
-
#: templates/account.php:553
|
1414 |
-
msgid "Download %s Version"
|
1415 |
-
msgstr "הורד גרסת %s"
|
1416 |
-
|
1417 |
-
#: templates/account.php568, templates/account.php820,
|
1418 |
-
#: templates/account/partials/site.php248,
|
1419 |
-
#: templates/account/partials/site.php:270
|
1420 |
-
msgctxt "verb"
|
1421 |
-
msgid "Show"
|
1422 |
-
msgstr "הצג"
|
1423 |
-
|
1424 |
-
#: templates/account.php:583
|
1425 |
-
msgid "What is your %s?"
|
1426 |
-
msgstr "מה ה%s שלך?"
|
1427 |
-
|
1428 |
-
#: templates/account.php591, templates/account/billing.php:21
|
1429 |
-
msgctxt "verb"
|
1430 |
-
msgid "Edit"
|
1431 |
-
msgstr "ערוך"
|
1432 |
-
|
1433 |
-
#: templates/account.php:616
|
1434 |
-
msgid "Sites"
|
1435 |
-
msgstr "אתרים"
|
1436 |
-
|
1437 |
-
#: templates/account.php:629
|
1438 |
-
msgid "Search by address"
|
1439 |
-
msgstr "חפש לפי כתובת"
|
1440 |
-
|
1441 |
-
#: templates/account.php638, templates/debug.php:368
|
1442 |
-
msgid "Address"
|
1443 |
-
msgstr "כתובת"
|
1444 |
-
|
1445 |
-
#: templates/account.php:639
|
1446 |
-
msgid "License"
|
1447 |
-
msgstr "רישיון"
|
1448 |
-
|
1449 |
-
#: templates/account.php:640
|
1450 |
-
msgid "Plan"
|
1451 |
-
msgstr "חבילה"
|
1452 |
-
|
1453 |
-
#: templates/account.php:685
|
1454 |
-
msgctxt "as software license"
|
1455 |
-
msgid "License"
|
1456 |
-
msgstr "רישיון"
|
1457 |
-
|
1458 |
-
#: templates/account.php:814
|
1459 |
-
msgctxt "verb"
|
1460 |
-
msgid "Hide"
|
1461 |
-
msgstr "הסתר"
|
1462 |
-
|
1463 |
-
#: templates/account.php836, templates/forms/data-debug-mode.php:31
|
1464 |
-
msgid "Processing"
|
1465 |
-
msgstr "Processing"
|
1466 |
-
|
1467 |
-
#: templates/account.php:839
|
1468 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1469 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1470 |
-
|
1471 |
-
#: templates/account.php:897
|
1472 |
-
msgid "Cancelling %s"
|
1473 |
-
msgstr "Cancelling %s"
|
1474 |
-
|
1475 |
-
#: templates/account.php897, templates/account.php914,
|
1476 |
-
#: templates/forms/subscription-cancellation.php27,
|
1477 |
-
#: templates/forms/deactivation/form.php:133
|
1478 |
-
msgid "trial"
|
1479 |
-
msgstr "trial"
|
1480 |
-
|
1481 |
-
#: templates/account.php912, templates/forms/deactivation/form.php:150
|
1482 |
-
msgid "Cancelling %s..."
|
1483 |
-
msgstr "Cancelling %s..."
|
1484 |
-
|
1485 |
-
#: templates/account.php915, templates/forms/subscription-cancellation.php28,
|
1486 |
-
#: templates/forms/deactivation/form.php:134
|
1487 |
-
msgid "subscription"
|
1488 |
-
msgstr "subscription"
|
1489 |
-
|
1490 |
-
#: templates/account.php:929
|
1491 |
-
msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
|
1492 |
-
msgstr "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?"
|
1493 |
-
|
1494 |
-
#: templates/add-ons.php:38
|
1495 |
-
msgid "View details"
|
1496 |
-
msgstr "פרטים נוספים"
|
1497 |
-
|
1498 |
-
#: templates/add-ons.php:48
|
1499 |
-
msgid "Add Ons for %s"
|
1500 |
-
msgstr "הרחבות עבור %s"
|
1501 |
-
|
1502 |
-
#: templates/add-ons.php:58
|
1503 |
-
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1504 |
-
msgstr "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1505 |
-
|
1506 |
-
#: templates/add-ons.php:229
|
1507 |
-
msgctxt "active add-on"
|
1508 |
-
msgid "Active"
|
1509 |
-
msgstr "Active"
|
1510 |
-
|
1511 |
-
#: templates/add-ons.php:230
|
1512 |
-
msgctxt "installed add-on"
|
1513 |
-
msgid "Installed"
|
1514 |
-
msgstr "Installed"
|
1515 |
-
|
1516 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php207,
|
1517 |
-
#: templates/forms/resend-key.php:77
|
1518 |
-
msgctxt "as close a window"
|
1519 |
-
msgid "Dismiss"
|
1520 |
-
msgstr "סגירה"
|
1521 |
-
|
1522 |
-
#: templates/auto-installation.php:45
|
1523 |
-
msgid "%s sec"
|
1524 |
-
msgstr "%s שניות"
|
1525 |
-
|
1526 |
-
#: templates/auto-installation.php:83
|
1527 |
-
msgid "Automatic Installation"
|
1528 |
-
msgstr "התקנה אוטומטית"
|
1529 |
-
|
1530 |
-
#: templates/auto-installation.php:93
|
1531 |
-
msgid "An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now."
|
1532 |
-
msgstr "הורדה והתקנה אוטומטית של %s (גרסה בתשלום) מ-%2$s תתחיל בעוד %3$s. אם ברצונך לבצע את ההתקנה ידנית - לחץ על כפתור הביטול עכשיו."
|
1533 |
-
|
1534 |
-
#: templates/auto-installation.php:104
|
1535 |
-
msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
|
1536 |
-
msgstr "תהליך ההתקנה התחיל ויכול לקחת מספר דקות לסיום. אנא המתינו בסבלנות עד לסיום מבלי לרענן את הדפדפן."
|
1537 |
-
|
1538 |
-
#: templates/auto-installation.php:109
|
1539 |
-
msgid "Cancel Installation"
|
1540 |
-
msgstr "בטל התקנה"
|
1541 |
-
|
1542 |
-
#: templates/checkout.php:180
|
1543 |
-
msgid "Checkout"
|
1544 |
-
msgstr "Checkout"
|
1545 |
-
|
1546 |
-
#: templates/checkout.php:180
|
1547 |
-
msgid "PCI compliant"
|
1548 |
-
msgstr "עומד בתקן PCI"
|
1549 |
-
|
1550 |
-
#. translators: %s: name (e.g. Hey John,)
|
1551 |
-
#: templates/connect.php:112
|
1552 |
-
msgctxt "greeting"
|
1553 |
-
msgid "Hey %s,"
|
1554 |
-
msgstr "היי %s,"
|
1555 |
-
|
1556 |
-
#: templates/connect.php:154
|
1557 |
-
msgid "Allow & Continue"
|
1558 |
-
msgstr "אפשר\\י והמשכ\\י"
|
1559 |
-
|
1560 |
-
#: templates/connect.php:158
|
1561 |
-
msgid "Re-send activation email"
|
1562 |
-
msgstr "שליחה חוזרת של מייל האקטיבציה"
|
1563 |
-
|
1564 |
-
#: templates/connect.php:162
|
1565 |
-
msgid "Thanks %s!"
|
1566 |
-
msgstr "תודה %s!"
|
1567 |
-
|
1568 |
-
#: templates/connect.php172, templates/forms/license-activation.php:46
|
1569 |
-
msgid "Agree & Activate License"
|
1570 |
-
msgstr "הסכמה והפעלת רישיון"
|
1571 |
-
|
1572 |
-
#: templates/connect.php:181
|
1573 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1574 |
-
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1575 |
-
|
1576 |
-
#: templates/connect.php:188
|
1577 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
|
1578 |
-
msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s."
|
1579 |
-
|
1580 |
-
#: templates/connect.php:189
|
1581 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1582 |
-
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1583 |
-
|
1584 |
-
#: templates/connect.php:195
|
1585 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1586 |
-
msgstr "Never miss an important update - opt in to our security & feature updates notifications, educational content, offers, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1587 |
-
|
1588 |
-
#: templates/connect.php:196
|
1589 |
-
msgid "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1590 |
-
msgstr "Never miss an important update - opt in to our security & feature updates notifications, and non-sensitive diagnostic tracking with %4$s. If you skip this, that's okay! %1$s will still work just fine."
|
1591 |
-
|
1592 |
-
#: templates/connect.php:230
|
1593 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1594 |
-
msgstr "We're excited to introduce the Freemius network-level integration."
|
1595 |
-
|
1596 |
-
#: templates/connect.php:233
|
1597 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1598 |
-
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1599 |
-
|
1600 |
-
#: templates/connect.php:235
|
1601 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1602 |
-
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1603 |
-
|
1604 |
-
#: templates/connect.php:237
|
1605 |
-
msgid "%s's paid features"
|
1606 |
-
msgstr "%s's paid features"
|
1607 |
-
|
1608 |
-
#: templates/connect.php:242
|
1609 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1610 |
-
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1611 |
-
|
1612 |
-
#: templates/connect.php:244
|
1613 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1614 |
-
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1615 |
-
|
1616 |
-
#: templates/connect.php253, templates/forms/data-debug-mode.php35,
|
1617 |
-
#: templates/forms/license-activation.php:49
|
1618 |
-
msgid "License key"
|
1619 |
-
msgstr "מפתח רישיון"
|
1620 |
-
|
1621 |
-
#: templates/connect.php256, templates/forms/license-activation.php:22
|
1622 |
-
msgid "Can't find your license key?"
|
1623 |
-
msgstr "האם אינך מוצא את מפתח הרישיון?"
|
1624 |
-
|
1625 |
-
#: templates/connect.php315, templates/connect.php652,
|
1626 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1627 |
-
msgctxt "verb"
|
1628 |
-
msgid "Skip"
|
1629 |
-
msgstr "דלג"
|
1630 |
-
|
1631 |
-
#: templates/connect.php:318
|
1632 |
-
msgid "Delegate to Site Admins"
|
1633 |
-
msgstr "האצלה למנהלי האתרים"
|
1634 |
-
|
1635 |
-
#: templates/connect.php:318
|
1636 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1637 |
-
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1638 |
-
|
1639 |
-
#: templates/connect.php:346
|
1640 |
-
msgid "Your Profile Overview"
|
1641 |
-
msgstr "פרטים כלליים על הפרופיל"
|
1642 |
-
|
1643 |
-
#: templates/connect.php:347
|
1644 |
-
msgid "Name and email address"
|
1645 |
-
msgstr "שם וכתובת דו\"אל"
|
1646 |
-
|
1647 |
-
#: templates/connect.php:352
|
1648 |
-
msgid "Your Site Overview"
|
1649 |
-
msgstr "פרטים כלליים על האתר"
|
1650 |
-
|
1651 |
-
#: templates/connect.php:353
|
1652 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1653 |
-
msgstr "כתובת אתר, גרסת וורדפרס, פרטי PHP, תוספים ותבניות"
|
1654 |
-
|
1655 |
-
#: templates/connect.php:358
|
1656 |
-
msgid "Admin Notices"
|
1657 |
-
msgstr "התראות מנהל"
|
1658 |
-
|
1659 |
-
#: templates/connect.php359, templates/connect.php:375
|
1660 |
-
msgid "Updates, announcements, marketing, no spam"
|
1661 |
-
msgstr "עדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבל"
|
1662 |
-
|
1663 |
-
#: templates/connect.php:364
|
1664 |
-
msgid "Current %s Events"
|
1665 |
-
msgstr "Current %s Events"
|
1666 |
-
|
1667 |
-
#: templates/connect.php:365
|
1668 |
-
msgid "Activation, deactivation and uninstall"
|
1669 |
-
msgstr "הפעלה, כיבוי והסרה"
|
1670 |
-
|
1671 |
-
#: templates/connect.php:374
|
1672 |
-
msgid "Newsletter"
|
1673 |
-
msgstr "ניוסלטר"
|
1674 |
-
|
1675 |
-
#: templates/connect.php391, templates/forms/license-activation.php:41
|
1676 |
-
msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
|
1677 |
-
msgstr "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
|
1678 |
-
|
1679 |
-
#: templates/connect.php:396
|
1680 |
-
msgid "What permissions are being granted?"
|
1681 |
-
msgstr "מהן ההרשאות המוענקות?"
|
1682 |
-
|
1683 |
-
#: templates/connect.php:417
|
1684 |
-
msgid "Don't have a license key?"
|
1685 |
-
msgstr "האם אין ברשותך מפתח רישיון?"
|
1686 |
-
|
1687 |
-
#: templates/connect.php:420
|
1688 |
-
msgid "Have a license key?"
|
1689 |
-
msgstr "האם ברשותך רישיון?"
|
1690 |
-
|
1691 |
-
#: templates/connect.php:428
|
1692 |
-
msgid "Privacy Policy"
|
1693 |
-
msgstr "מדיניות פרטיות"
|
1694 |
-
|
1695 |
-
#: templates/connect.php:430
|
1696 |
-
msgid "License Agreement"
|
1697 |
-
msgstr "License Agreement"
|
1698 |
-
|
1699 |
-
#: templates/connect.php:430
|
1700 |
-
msgid "Terms of Service"
|
1701 |
-
msgstr "תנאי השירות"
|
1702 |
-
|
1703 |
-
#: templates/connect.php:805
|
1704 |
-
msgctxt "as in the process of sending an email"
|
1705 |
-
msgid "Sending email"
|
1706 |
-
msgstr "שולח דוא\"ל"
|
1707 |
-
|
1708 |
-
#: templates/connect.php:806
|
1709 |
-
msgctxt "as activating plugin"
|
1710 |
-
msgid "Activating"
|
1711 |
-
msgstr "מפעיל"
|
1712 |
-
|
1713 |
-
#: templates/contact.php:78
|
1714 |
-
msgid "Contact"
|
1715 |
-
msgstr "Contact"
|
1716 |
-
|
1717 |
-
#: templates/debug.php:17
|
1718 |
-
msgctxt "as turned off"
|
1719 |
-
msgid "Off"
|
1720 |
-
msgstr "כבוי"
|
1721 |
-
|
1722 |
-
#: templates/debug.php:18
|
1723 |
-
msgctxt "as turned on"
|
1724 |
-
msgid "On"
|
1725 |
-
msgstr "דלוק"
|
1726 |
-
|
1727 |
-
#: templates/debug.php:20
|
1728 |
-
msgid "SDK"
|
1729 |
-
msgstr "SDK"
|
1730 |
-
|
1731 |
-
#: templates/debug.php:24
|
1732 |
-
msgctxt "as code debugging"
|
1733 |
-
msgid "Debugging"
|
1734 |
-
msgstr "דיבוג"
|
1735 |
-
|
1736 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1737 |
-
#: templates/debug.php:512
|
1738 |
-
msgid "Actions"
|
1739 |
-
msgstr "פעולות"
|
1740 |
-
|
1741 |
-
#: templates/debug.php:64
|
1742 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1743 |
-
msgstr "Are you sure you want to delete all Freemius data?"
|
1744 |
-
|
1745 |
-
#: templates/debug.php:64
|
1746 |
-
msgid "Delete All Accounts"
|
1747 |
-
msgstr "מחיקת כל החשבונות"
|
1748 |
-
|
1749 |
-
#: templates/debug.php:71
|
1750 |
-
msgid "Clear API Cache"
|
1751 |
-
msgstr "ניקוי מטמון ה-API"
|
1752 |
-
|
1753 |
-
#: templates/debug.php:79
|
1754 |
-
msgid "Clear Updates Transients"
|
1755 |
-
msgstr "Clear Updates Transients"
|
1756 |
-
|
1757 |
-
#: templates/debug.php:86
|
1758 |
-
msgid "Sync Data From Server"
|
1759 |
-
msgstr "סנכרון מידע מהשרת"
|
1760 |
-
|
1761 |
-
#: templates/debug.php:95
|
1762 |
-
msgid "Migrate Options to Network"
|
1763 |
-
msgstr "Migrate Options to Network"
|
1764 |
-
|
1765 |
-
#: templates/debug.php:100
|
1766 |
-
msgid "Load DB Option"
|
1767 |
-
msgstr "Load DB Option"
|
1768 |
-
|
1769 |
-
#: templates/debug.php:103
|
1770 |
-
msgid "Set DB Option"
|
1771 |
-
msgstr "Set DB Option"
|
1772 |
-
|
1773 |
-
#: templates/debug.php:182
|
1774 |
-
msgid "Key"
|
1775 |
-
msgstr "Key"
|
1776 |
-
|
1777 |
-
#: templates/debug.php:183
|
1778 |
-
msgid "Value"
|
1779 |
-
msgstr "Value"
|
1780 |
-
|
1781 |
-
#: templates/debug.php:199
|
1782 |
-
msgctxt "as software development kit versions"
|
1783 |
-
msgid "SDK Versions"
|
1784 |
-
msgstr "גרסאות SDK"
|
1785 |
-
|
1786 |
-
#: templates/debug.php:204
|
1787 |
-
msgid "SDK Path"
|
1788 |
-
msgstr "מיקום SDK"
|
1789 |
-
|
1790 |
-
#: templates/debug.php205, templates/debug.php:244
|
1791 |
-
msgid "Module Path"
|
1792 |
-
msgstr "Module Path"
|
1793 |
-
|
1794 |
-
#: templates/debug.php:206
|
1795 |
-
msgid "Is Active"
|
1796 |
-
msgstr "האם פעיל"
|
1797 |
-
|
1798 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1799 |
-
msgid "Plugins"
|
1800 |
-
msgstr "תוספים"
|
1801 |
-
|
1802 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1803 |
-
msgid "Themes"
|
1804 |
-
msgstr "תבניות"
|
1805 |
-
|
1806 |
-
#: templates/debug.php239, templates/debug.php370, templates/debug.php456,
|
1807 |
-
#: templates/debug/scheduled-crons.php:80
|
1808 |
-
msgid "Slug"
|
1809 |
-
msgstr "מזהה כתובת"
|
1810 |
-
|
1811 |
-
#: templates/debug.php241, templates/debug.php:455
|
1812 |
-
msgid "Title"
|
1813 |
-
msgstr "כותרת"
|
1814 |
-
|
1815 |
-
#: templates/debug.php:242
|
1816 |
-
msgctxt "as application program interface"
|
1817 |
-
msgid "API"
|
1818 |
-
msgstr "API"
|
1819 |
-
|
1820 |
-
#: templates/debug.php:243
|
1821 |
-
msgid "Freemius State"
|
1822 |
-
msgstr "מצב פרימיוס"
|
1823 |
-
|
1824 |
-
#: templates/debug.php:247
|
1825 |
-
msgid "Network Blog"
|
1826 |
-
msgstr "Network Blog"
|
1827 |
-
|
1828 |
-
#: templates/debug.php:248
|
1829 |
-
msgid "Network User"
|
1830 |
-
msgstr "משתמש רשת"
|
1831 |
-
|
1832 |
-
#: templates/debug.php:285
|
1833 |
-
msgctxt "as connection was successful"
|
1834 |
-
msgid "Connected"
|
1835 |
-
msgstr "מחובר"
|
1836 |
-
|
1837 |
-
#: templates/debug.php:286
|
1838 |
-
msgctxt "as connection blocked"
|
1839 |
-
msgid "Blocked"
|
1840 |
-
msgstr "חסום"
|
1841 |
-
|
1842 |
-
#: templates/debug.php:322
|
1843 |
-
msgid "Simulate Trial Promotion"
|
1844 |
-
msgstr "Simulate Trial Promotion"
|
1845 |
-
|
1846 |
-
#: templates/debug.php:334
|
1847 |
-
msgid "Simulate Network Upgrade"
|
1848 |
-
msgstr "סמלוץ עדכון לרשת"
|
1849 |
-
|
1850 |
-
#: templates/debug.php:359
|
1851 |
-
msgid "%s Installs"
|
1852 |
-
msgstr "%s התקנות"
|
1853 |
-
|
1854 |
-
#: templates/debug.php:361
|
1855 |
-
msgctxt "like websites"
|
1856 |
-
msgid "Sites"
|
1857 |
-
msgstr "אתרים"
|
1858 |
-
|
1859 |
-
#: templates/debug.php367, templates/account/partials/site.php:156
|
1860 |
-
msgid "Blog ID"
|
1861 |
-
msgstr "מזהה בלוג"
|
1862 |
-
|
1863 |
-
#: templates/debug.php:372
|
1864 |
-
msgid "License ID"
|
1865 |
-
msgstr "License ID"
|
1866 |
-
|
1867 |
-
#: templates/debug.php436, templates/debug.php535,
|
1868 |
-
#: templates/account/partials/addon.php:435
|
1869 |
-
msgctxt "verb"
|
1870 |
-
msgid "Delete"
|
1871 |
-
msgstr "מחק"
|
1872 |
-
|
1873 |
-
#: templates/debug.php:450
|
1874 |
-
msgid "Add Ons of module %s"
|
1875 |
-
msgstr "Add Ons of module %s"
|
1876 |
-
|
1877 |
-
#: templates/debug.php:502
|
1878 |
-
msgid "Users"
|
1879 |
-
msgstr "משתמשים"
|
1880 |
-
|
1881 |
-
#: templates/debug.php:509
|
1882 |
-
msgid "Verified"
|
1883 |
-
msgstr "מאומת"
|
1884 |
-
|
1885 |
-
#: templates/debug.php:551
|
1886 |
-
msgid "%s Licenses"
|
1887 |
-
msgstr "%s Licenses"
|
1888 |
-
|
1889 |
-
#: templates/debug.php:556
|
1890 |
-
msgid "Plugin ID"
|
1891 |
-
msgstr "Plugin ID"
|
1892 |
-
|
1893 |
-
#: templates/debug.php:558
|
1894 |
-
msgid "Plan ID"
|
1895 |
-
msgstr "Plan ID"
|
1896 |
-
|
1897 |
-
#: templates/debug.php:559
|
1898 |
-
msgid "Quota"
|
1899 |
-
msgstr "Quota"
|
1900 |
-
|
1901 |
-
#: templates/debug.php:560
|
1902 |
-
msgid "Activated"
|
1903 |
-
msgstr "Activated"
|
1904 |
-
|
1905 |
-
#: templates/debug.php:561
|
1906 |
-
msgid "Blocking"
|
1907 |
-
msgstr "Blocking"
|
1908 |
-
|
1909 |
-
#: templates/debug.php:563
|
1910 |
-
msgctxt "as expiration date"
|
1911 |
-
msgid "Expiration"
|
1912 |
-
msgstr "תפוגה"
|
1913 |
-
|
1914 |
-
#: templates/debug.php:590
|
1915 |
-
msgid "Debug Log"
|
1916 |
-
msgstr "Debug Log"
|
1917 |
-
|
1918 |
-
#: templates/debug.php:594
|
1919 |
-
msgid "All Types"
|
1920 |
-
msgstr "כל הסוגים"
|
1921 |
-
|
1922 |
-
#: templates/debug.php:601
|
1923 |
-
msgid "All Requests"
|
1924 |
-
msgstr "כל הבקשות"
|
1925 |
-
|
1926 |
-
#: templates/debug.php606, templates/debug.php635,
|
1927 |
-
#: templates/debug/logger.php:25
|
1928 |
-
msgid "File"
|
1929 |
-
msgstr "קובץ"
|
1930 |
-
|
1931 |
-
#: templates/debug.php607, templates/debug.php633,
|
1932 |
-
#: templates/debug/logger.php:23
|
1933 |
-
msgid "Function"
|
1934 |
-
msgstr "פונקציה"
|
1935 |
-
|
1936 |
-
#: templates/debug.php:608
|
1937 |
-
msgid "Process ID"
|
1938 |
-
msgstr "Process ID"
|
1939 |
-
|
1940 |
-
#: templates/debug.php:609
|
1941 |
-
msgid "Logger"
|
1942 |
-
msgstr "Logger"
|
1943 |
-
|
1944 |
-
#: templates/debug.php610, templates/debug.php634,
|
1945 |
-
#: templates/debug/logger.php:24
|
1946 |
-
msgid "Message"
|
1947 |
-
msgstr "הודעה"
|
1948 |
-
|
1949 |
-
#: templates/debug.php:612
|
1950 |
-
msgid "Filter"
|
1951 |
-
msgstr "פילטר"
|
1952 |
-
|
1953 |
-
#: templates/debug.php:620
|
1954 |
-
msgid "Download"
|
1955 |
-
msgstr "הורדה"
|
1956 |
-
|
1957 |
-
#: templates/debug.php631, templates/debug/logger.php:22
|
1958 |
-
msgid "Type"
|
1959 |
-
msgstr "סוג"
|
1960 |
-
|
1961 |
-
#: templates/debug.php636, templates/debug/logger.php:26
|
1962 |
-
msgid "Timestamp"
|
1963 |
-
msgstr "Timestamp"
|
1964 |
-
|
1965 |
-
#: templates/secure-https-header.php:28
|
1966 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1967 |
-
msgstr "Secure HTTPS %s page, running from an external domain"
|
1968 |
-
|
1969 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1970 |
-
#: templates/plugin-info/features.php:43
|
1971 |
-
msgid "Support"
|
1972 |
-
msgstr "תמיכה"
|
1973 |
-
|
1974 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1975 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1976 |
-
msgctxt "milliseconds"
|
1977 |
-
msgid "ms"
|
1978 |
-
msgstr "ms"
|
1979 |
-
|
1980 |
-
#: includes/debug/debug-bar-start.php:41
|
1981 |
-
msgid "Freemius API"
|
1982 |
-
msgstr "Freemius API"
|
1983 |
-
|
1984 |
-
#: includes/debug/debug-bar-start.php:42
|
1985 |
-
msgid "Requests"
|
1986 |
-
msgstr "Requests"
|
1987 |
-
|
1988 |
-
#: templates/account/billing.php:22
|
1989 |
-
msgctxt "verb"
|
1990 |
-
msgid "Update"
|
1991 |
-
msgstr "עדכן"
|
1992 |
-
|
1993 |
-
#: templates/account/billing.php:33
|
1994 |
-
msgid "Billing"
|
1995 |
-
msgstr "בילינג"
|
1996 |
-
|
1997 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1998 |
-
msgid "Business name"
|
1999 |
-
msgstr "שם עסק"
|
2000 |
-
|
2001 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
2002 |
-
msgid "Tax / VAT ID"
|
2003 |
-
msgstr "ח.פ."
|
2004 |
-
|
2005 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
2006 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
2007 |
-
msgid "Address Line %d"
|
2008 |
-
msgstr "כתובת %s"
|
2009 |
-
|
2010 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2011 |
-
msgid "City"
|
2012 |
-
msgstr "עיר"
|
2013 |
-
|
2014 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2015 |
-
msgid "Town"
|
2016 |
-
msgstr "כפר"
|
2017 |
-
|
2018 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
2019 |
-
msgid "ZIP / Postal Code"
|
2020 |
-
msgstr "מיקוד / תא דואר"
|
2021 |
-
|
2022 |
-
#: templates/account/billing.php:302
|
2023 |
-
msgid "Country"
|
2024 |
-
msgstr "מדינה"
|
2025 |
-
|
2026 |
-
#: templates/account/billing.php:304
|
2027 |
-
msgid "Select Country"
|
2028 |
-
msgstr "בחר מדינה"
|
2029 |
-
|
2030 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2031 |
-
msgid "State"
|
2032 |
-
msgstr "מחוז/מדינה"
|
2033 |
-
|
2034 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2035 |
-
msgid "Province"
|
2036 |
-
msgstr "פרובינציה"
|
2037 |
-
|
2038 |
-
#: templates/account/payments.php:29
|
2039 |
-
msgid "Payments"
|
2040 |
-
msgstr "תשלומים"
|
2041 |
-
|
2042 |
-
#: templates/account/payments.php:36
|
2043 |
-
msgid "Date"
|
2044 |
-
msgstr "תאריך"
|
2045 |
-
|
2046 |
-
#: templates/account/payments.php:37
|
2047 |
-
msgid "Amount"
|
2048 |
-
msgstr "סכום"
|
2049 |
-
|
2050 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2051 |
-
msgid "Invoice"
|
2052 |
-
msgstr "חשבונית"
|
2053 |
-
|
2054 |
-
#: templates/debug/api-calls.php:56
|
2055 |
-
msgid "API"
|
2056 |
-
msgstr "API"
|
2057 |
-
|
2058 |
-
#: templates/debug/api-calls.php:68
|
2059 |
-
msgid "Method"
|
2060 |
-
msgstr "Method"
|
2061 |
-
|
2062 |
-
#: templates/debug/api-calls.php:69
|
2063 |
-
msgid "Code"
|
2064 |
-
msgstr "Code"
|
2065 |
-
|
2066 |
-
#: templates/debug/api-calls.php:70
|
2067 |
-
msgid "Length"
|
2068 |
-
msgstr "Length"
|
2069 |
-
|
2070 |
-
#: templates/debug/api-calls.php:71
|
2071 |
-
msgctxt "as file/folder path"
|
2072 |
-
msgid "Path"
|
2073 |
-
msgstr "נתיב"
|
2074 |
-
|
2075 |
-
#: templates/debug/api-calls.php:73
|
2076 |
-
msgid "Body"
|
2077 |
-
msgstr "Body"
|
2078 |
-
|
2079 |
-
#: templates/debug/api-calls.php:75
|
2080 |
-
msgid "Result"
|
2081 |
-
msgstr "Result"
|
2082 |
-
|
2083 |
-
#: templates/debug/api-calls.php:76
|
2084 |
-
msgid "Start"
|
2085 |
-
msgstr "Start"
|
2086 |
-
|
2087 |
-
#: templates/debug/api-calls.php:77
|
2088 |
-
msgid "End"
|
2089 |
-
msgstr "End"
|
2090 |
-
|
2091 |
-
#: templates/debug/logger.php:15
|
2092 |
-
msgid "Log"
|
2093 |
-
msgstr "Log"
|
2094 |
-
|
2095 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2096 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2097 |
-
#: templates/debug/scheduled-crons.php:91
|
2098 |
-
msgid "In %s"
|
2099 |
-
msgstr "בעוד %s"
|
2100 |
-
|
2101 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2102 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2103 |
-
#: templates/debug/scheduled-crons.php:93
|
2104 |
-
msgid "%s ago"
|
2105 |
-
msgstr "לפני %s"
|
2106 |
-
|
2107 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2108 |
-
#: templates/debug/scheduled-crons.php:74
|
2109 |
-
msgctxt "seconds"
|
2110 |
-
msgid "sec"
|
2111 |
-
msgstr "sec"
|
2112 |
-
|
2113 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2114 |
-
msgid "Plugins & Themes Sync"
|
2115 |
-
msgstr "Plugins & Themes Sync"
|
2116 |
-
|
2117 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2118 |
-
msgid "Total"
|
2119 |
-
msgstr "Total"
|
2120 |
-
|
2121 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2122 |
-
#: templates/debug/scheduled-crons.php:84
|
2123 |
-
msgid "Last"
|
2124 |
-
msgstr "Last"
|
2125 |
-
|
2126 |
-
#: templates/debug/scheduled-crons.php:76
|
2127 |
-
msgid "Scheduled Crons"
|
2128 |
-
msgstr "Scheduled Crons"
|
2129 |
-
|
2130 |
-
#: templates/debug/scheduled-crons.php:81
|
2131 |
-
msgid "Module"
|
2132 |
-
msgstr "מודול"
|
2133 |
-
|
2134 |
-
#: templates/debug/scheduled-crons.php:82
|
2135 |
-
msgid "Module Type"
|
2136 |
-
msgstr "סוג מודול"
|
2137 |
-
|
2138 |
-
#: templates/debug/scheduled-crons.php:83
|
2139 |
-
msgid "Cron Type"
|
2140 |
-
msgstr "Cron Type"
|
2141 |
-
|
2142 |
-
#: templates/debug/scheduled-crons.php:85
|
2143 |
-
msgid "Next"
|
2144 |
-
msgstr "Next"
|
2145 |
-
|
2146 |
-
#: templates/forms/affiliation.php:82
|
2147 |
-
msgid "Non-expiring"
|
2148 |
-
msgstr "Non-expiring"
|
2149 |
-
|
2150 |
-
#: templates/forms/affiliation.php:85
|
2151 |
-
msgid "Apply to become an affiliate"
|
2152 |
-
msgstr "Apply to become an affiliate"
|
2153 |
-
|
2154 |
-
#: templates/forms/affiliation.php:104
|
2155 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2156 |
-
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2157 |
-
|
2158 |
-
#: templates/forms/affiliation.php:119
|
2159 |
-
msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
2160 |
-
msgstr "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
|
2161 |
-
|
2162 |
-
#: templates/forms/affiliation.php:122
|
2163 |
-
msgid "Your affiliation account was temporarily suspended."
|
2164 |
-
msgstr "Your affiliation account was temporarily suspended."
|
2165 |
-
|
2166 |
-
#: templates/forms/affiliation.php:125
|
2167 |
-
msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
2168 |
-
msgstr "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
|
2169 |
-
|
2170 |
-
#: templates/forms/affiliation.php:128
|
2171 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2172 |
-
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2173 |
-
|
2174 |
-
#: templates/forms/affiliation.php:141
|
2175 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2176 |
-
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2177 |
-
|
2178 |
-
#: templates/forms/affiliation.php:142
|
2179 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2180 |
-
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2181 |
-
|
2182 |
-
#: templates/forms/affiliation.php:145
|
2183 |
-
msgid "Program Summary"
|
2184 |
-
msgstr "Program Summary"
|
2185 |
-
|
2186 |
-
#: templates/forms/affiliation.php:147
|
2187 |
-
msgid "%s commission when a customer purchases a new license."
|
2188 |
-
msgstr "%s commission when a customer purchases a new license."
|
2189 |
-
|
2190 |
-
#: templates/forms/affiliation.php:149
|
2191 |
-
msgid "Get commission for automated subscription renewals."
|
2192 |
-
msgstr "Get commission for automated subscription renewals."
|
2193 |
-
|
2194 |
-
#: templates/forms/affiliation.php:152
|
2195 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2196 |
-
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2197 |
-
|
2198 |
-
#: templates/forms/affiliation.php:155
|
2199 |
-
msgid "Unlimited commissions."
|
2200 |
-
msgstr "Unlimited commissions."
|
2201 |
-
|
2202 |
-
#: templates/forms/affiliation.php:157
|
2203 |
-
msgid "%s minimum payout amount."
|
2204 |
-
msgstr "%s minimum payout amount."
|
2205 |
-
|
2206 |
-
#: templates/forms/affiliation.php:158
|
2207 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2208 |
-
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2209 |
-
|
2210 |
-
#: templates/forms/affiliation.php:159
|
2211 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2212 |
-
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2213 |
-
|
2214 |
-
#: templates/forms/affiliation.php:162
|
2215 |
-
msgid "Affiliate"
|
2216 |
-
msgstr "Affiliate"
|
2217 |
-
|
2218 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2219 |
-
msgid "Email address"
|
2220 |
-
msgstr "כתובת דוא\"ל"
|
2221 |
-
|
2222 |
-
#: templates/forms/affiliation.php:169
|
2223 |
-
msgid "Full name"
|
2224 |
-
msgstr "Full name"
|
2225 |
-
|
2226 |
-
#: templates/forms/affiliation.php:173
|
2227 |
-
msgid "PayPal account email address"
|
2228 |
-
msgstr "PayPal account email address"
|
2229 |
-
|
2230 |
-
#: templates/forms/affiliation.php:177
|
2231 |
-
msgid "Where are you going to promote the %s?"
|
2232 |
-
msgstr "Where are you going to promote the %s?"
|
2233 |
-
|
2234 |
-
#: templates/forms/affiliation.php:179
|
2235 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2236 |
-
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2237 |
-
|
2238 |
-
#: templates/forms/affiliation.php:181
|
2239 |
-
msgid "Add another domain"
|
2240 |
-
msgstr "Add another domain"
|
2241 |
-
|
2242 |
-
#: templates/forms/affiliation.php:185
|
2243 |
-
msgid "Extra Domains"
|
2244 |
-
msgstr "Extra Domains"
|
2245 |
-
|
2246 |
-
#: templates/forms/affiliation.php:186
|
2247 |
-
msgid "Extra domains where you will be marketing the product from."
|
2248 |
-
msgstr "Extra domains where you will be marketing the product from."
|
2249 |
-
|
2250 |
-
#: templates/forms/affiliation.php:196
|
2251 |
-
msgid "Promotion methods"
|
2252 |
-
msgstr "Promotion methods"
|
2253 |
-
|
2254 |
-
#: templates/forms/affiliation.php:199
|
2255 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2256 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2257 |
-
|
2258 |
-
#: templates/forms/affiliation.php:203
|
2259 |
-
msgid "Mobile apps"
|
2260 |
-
msgstr "Mobile apps"
|
2261 |
-
|
2262 |
-
#: templates/forms/affiliation.php:207
|
2263 |
-
msgid "Website, email, and social media statistics (optional)"
|
2264 |
-
msgstr "Website, email, and social media statistics (optional)"
|
2265 |
-
|
2266 |
-
#: templates/forms/affiliation.php:210
|
2267 |
-
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2268 |
-
msgstr "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
|
2269 |
-
|
2270 |
-
#: templates/forms/affiliation.php:214
|
2271 |
-
msgid "How will you promote us?"
|
2272 |
-
msgstr "How will you promote us?"
|
2273 |
-
|
2274 |
-
#: templates/forms/affiliation.php:217
|
2275 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2276 |
-
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2277 |
-
|
2278 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2279 |
-
msgid "Cancel"
|
2280 |
-
msgstr "בטל"
|
2281 |
-
|
2282 |
-
#: templates/forms/affiliation.php:225
|
2283 |
-
msgid "Become an affiliate"
|
2284 |
-
msgstr "Become an affiliate"
|
2285 |
-
|
2286 |
-
#: templates/forms/data-debug-mode.php:25
|
2287 |
-
msgid "Please enter the license key to enable the debug mode:"
|
2288 |
-
msgstr "Please enter the license key to enable the debug mode:"
|
2289 |
-
|
2290 |
-
#: templates/forms/data-debug-mode.php:27
|
2291 |
-
msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2292 |
-
msgstr "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
|
2293 |
-
|
2294 |
-
#: templates/forms/data-debug-mode.php:32
|
2295 |
-
msgid "Submit"
|
2296 |
-
msgstr "Submit"
|
2297 |
-
|
2298 |
-
#: templates/forms/data-debug-mode.php:36
|
2299 |
-
msgid "User key"
|
2300 |
-
msgstr "User key"
|
2301 |
-
|
2302 |
-
#: templates/forms/license-activation.php:23
|
2303 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2304 |
-
msgstr "אנא הזן את הרישיון שקיבלת לתיבת הדואל שלך לאחר השלמת הרכישה."
|
2305 |
-
|
2306 |
-
#: templates/forms/license-activation.php:28
|
2307 |
-
msgid "Update License"
|
2308 |
-
msgstr "עדכון רישיון"
|
2309 |
-
|
2310 |
-
#: templates/forms/optout.php:30
|
2311 |
-
msgctxt "verb"
|
2312 |
-
msgid "Opt Out"
|
2313 |
-
msgstr "Opt Out"
|
2314 |
-
|
2315 |
-
#: templates/forms/optout.php:31
|
2316 |
-
msgctxt "verb"
|
2317 |
-
msgid "Opt In"
|
2318 |
-
msgstr "Opt In"
|
2319 |
-
|
2320 |
-
#: templates/forms/optout.php:33
|
2321 |
-
msgid "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2322 |
-
msgstr "Usage tracking is done in the name of making %s better. Making a better user experience, prioritizing new features, and more good things. We'd really appreciate if you'll reconsider letting us continue with the tracking."
|
2323 |
-
|
2324 |
-
#: templates/forms/optout.php:35
|
2325 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2326 |
-
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2327 |
-
|
2328 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2329 |
-
msgid "There is a new version of %s available."
|
2330 |
-
msgstr "יש גרסה חדשה עבור ה%s."
|
2331 |
-
|
2332 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2333 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2334 |
-
msgstr " %s to access version %s security & feature updates, and support."
|
2335 |
-
|
2336 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2337 |
-
msgid "New Version Available"
|
2338 |
-
msgstr "יש גרסה חדשה"
|
2339 |
-
|
2340 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2341 |
-
msgctxt "close a window"
|
2342 |
-
msgid "Dismiss"
|
2343 |
-
msgstr "סגירה"
|
2344 |
-
|
2345 |
-
#: templates/forms/resend-key.php:21
|
2346 |
-
msgid "Send License Key"
|
2347 |
-
msgstr "שליחת מפתח רישיון"
|
2348 |
-
|
2349 |
-
#: templates/forms/resend-key.php:57
|
2350 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2351 |
-
msgstr "הזן את כתובת הדואל שאיתה שידרגת כדי לקבל את הרישיון שוב."
|
2352 |
-
|
2353 |
-
#: templates/forms/subscription-cancellation.php:37
|
2354 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2355 |
-
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2356 |
-
|
2357 |
-
#: templates/forms/subscription-cancellation.php:47
|
2358 |
-
msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2359 |
-
msgstr "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
|
2360 |
-
|
2361 |
-
#: templates/forms/subscription-cancellation.php:52
|
2362 |
-
msgid "license"
|
2363 |
-
msgstr "license"
|
2364 |
-
|
2365 |
-
#: templates/forms/subscription-cancellation.php:57
|
2366 |
-
msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2367 |
-
msgstr "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
|
2368 |
-
|
2369 |
-
#: templates/forms/subscription-cancellation.php:68
|
2370 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2371 |
-
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2372 |
-
|
2373 |
-
#: templates/forms/subscription-cancellation.php:103
|
2374 |
-
msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2375 |
-
msgstr "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
|
2376 |
-
|
2377 |
-
#: templates/forms/subscription-cancellation.php:136
|
2378 |
-
msgid "Cancel %s?"
|
2379 |
-
msgstr "Cancel %s?"
|
2380 |
-
|
2381 |
-
#: templates/forms/subscription-cancellation.php:143
|
2382 |
-
msgid "Proceed"
|
2383 |
-
msgstr "Proceed"
|
2384 |
-
|
2385 |
-
#: templates/forms/subscription-cancellation.php191,
|
2386 |
-
#: templates/forms/deactivation/form.php:171
|
2387 |
-
msgid "Cancel %s & Proceed"
|
2388 |
-
msgstr "Cancel %s & Proceed"
|
2389 |
-
|
2390 |
-
#: templates/forms/trial-start.php:22
|
2391 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2392 |
-
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2393 |
-
|
2394 |
-
#: templates/forms/trial-start.php:28
|
2395 |
-
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
2396 |
-
msgstr "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
|
2397 |
-
|
2398 |
-
#: templates/js/style-premium-theme.php:39
|
2399 |
-
msgid "Premium"
|
2400 |
-
msgstr "Premium"
|
2401 |
-
|
2402 |
-
#: templates/js/style-premium-theme.php:42
|
2403 |
-
msgid "Beta"
|
2404 |
-
msgstr "Beta"
|
2405 |
-
|
2406 |
-
#: templates/partials/network-activation.php:27
|
2407 |
-
msgid "Activate license on all sites in the network."
|
2408 |
-
msgstr "הפעלת רישיון על כל האתרים ברשת."
|
2409 |
-
|
2410 |
-
#: templates/partials/network-activation.php:28
|
2411 |
-
msgid "Apply on all sites in the network."
|
2412 |
-
msgstr "יישום על כל האתרים ברשת."
|
2413 |
-
|
2414 |
-
#: templates/partials/network-activation.php:31
|
2415 |
-
msgid "Activate license on all pending sites."
|
2416 |
-
msgstr "הפעלת רישיון על כל האתרים התלויים והעומדים."
|
2417 |
-
|
2418 |
-
#: templates/partials/network-activation.php:32
|
2419 |
-
msgid "Apply on all pending sites."
|
2420 |
-
msgstr "יישום על כל האתרים התלויים והעומדים."
|
2421 |
-
|
2422 |
-
#: templates/partials/network-activation.php40,
|
2423 |
-
#: templates/partials/network-activation.php:74
|
2424 |
-
msgid "allow"
|
2425 |
-
msgstr "אפשר"
|
2426 |
-
|
2427 |
-
#: templates/partials/network-activation.php43,
|
2428 |
-
#: templates/partials/network-activation.php:77
|
2429 |
-
msgid "delegate"
|
2430 |
-
msgstr "האצל"
|
2431 |
-
|
2432 |
-
#: templates/partials/network-activation.php47,
|
2433 |
-
#: templates/partials/network-activation.php:81
|
2434 |
-
msgid "skip"
|
2435 |
-
msgstr "דלג"
|
2436 |
-
|
2437 |
-
#: templates/plugin-info/description.php72,
|
2438 |
-
#: templates/plugin-info/screenshots.php:31
|
2439 |
-
msgid "Click to view full-size screenshot %d"
|
2440 |
-
msgstr "Click to view full-size screenshot %d"
|
2441 |
-
|
2442 |
-
#: templates/plugin-info/features.php:56
|
2443 |
-
msgid "Unlimited Updates"
|
2444 |
-
msgstr "עדכונים ללא הגבלה"
|
2445 |
-
|
2446 |
-
#: templates/account/partials/activate-license-button.php:46
|
2447 |
-
msgid "Localhost"
|
2448 |
-
msgstr "שרת לוקאלי"
|
2449 |
-
|
2450 |
-
#: templates/account/partials/activate-license-button.php:50
|
2451 |
-
msgctxt "as 5 licenses left"
|
2452 |
-
msgid "%s left"
|
2453 |
-
msgstr "נשארו %s"
|
2454 |
-
|
2455 |
-
#: templates/account/partials/activate-license-button.php:51
|
2456 |
-
msgid "Last license"
|
2457 |
-
msgstr "רישיון אחרון"
|
2458 |
-
|
2459 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2460 |
-
#. subscription'
|
2461 |
-
#: templates/account/partials/addon.php:29
|
2462 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2463 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2464 |
-
|
2465 |
-
#: templates/account/partials/addon.php:185
|
2466 |
-
msgid "Cancelled"
|
2467 |
-
msgstr "בוטל"
|
2468 |
-
|
2469 |
-
#: templates/account/partials/addon.php:195
|
2470 |
-
msgid "No expiration"
|
2471 |
-
msgstr "ללא תפוגה"
|
2472 |
-
|
2473 |
-
#: templates/account/partials/site.php:189
|
2474 |
-
msgid "Owner Name"
|
2475 |
-
msgstr "שם הבעלים"
|
2476 |
-
|
2477 |
-
#: templates/account/partials/site.php:201
|
2478 |
-
msgid "Owner Email"
|
2479 |
-
msgstr "מייל הבעלים"
|
2480 |
-
|
2481 |
-
#: templates/account/partials/site.php:213
|
2482 |
-
msgid "Owner ID"
|
2483 |
-
msgstr "מזהה הבעלים"
|
2484 |
-
|
2485 |
-
#: templates/account/partials/site.php:286
|
2486 |
-
msgid "Subscription"
|
2487 |
-
msgstr "מנוי"
|
2488 |
-
|
2489 |
-
#: templates/forms/deactivation/contact.php:19
|
2490 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2491 |
-
msgstr "מצטערים על חוסר הנעימות, אנחנו כאן כדי לעזור אם תאפשר\\י זאת."
|
2492 |
-
|
2493 |
-
#: templates/forms/deactivation/contact.php:22
|
2494 |
-
msgid "Contact Support"
|
2495 |
-
msgstr "צור קשר"
|
2496 |
-
|
2497 |
-
#: templates/forms/deactivation/form.php:64
|
2498 |
-
msgid "Anonymous feedback"
|
2499 |
-
msgstr "פידבק אנונימי"
|
2500 |
-
|
2501 |
-
#: templates/forms/deactivation/form.php:70
|
2502 |
-
msgid "Deactivate"
|
2503 |
-
msgstr "כיבוי"
|
2504 |
-
|
2505 |
-
#: templates/forms/deactivation/form.php:72
|
2506 |
-
msgid "Activate %s"
|
2507 |
-
msgstr "Activate %s"
|
2508 |
-
|
2509 |
-
#: templates/forms/deactivation/form.php:87
|
2510 |
-
msgid "Quick Feedback"
|
2511 |
-
msgstr "Quick Feedback"
|
2512 |
-
|
2513 |
-
#: templates/forms/deactivation/form.php:91
|
2514 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2515 |
-
msgstr "If you have a moment, please let us know why you are %s"
|
2516 |
-
|
2517 |
-
#: templates/forms/deactivation/form.php:91
|
2518 |
-
msgid "deactivating"
|
2519 |
-
msgstr "deactivating"
|
2520 |
-
|
2521 |
-
#: templates/forms/deactivation/form.php:91
|
2522 |
-
msgid "switching"
|
2523 |
-
msgstr "switching"
|
2524 |
-
|
2525 |
-
#: templates/forms/deactivation/form.php:365
|
2526 |
-
msgid "Submit & %s"
|
2527 |
-
msgstr "Submit & %s"
|
2528 |
-
|
2529 |
-
#: templates/forms/deactivation/form.php:386
|
2530 |
-
msgid "Kindly tell us the reason so we can improve."
|
2531 |
-
msgstr "אנא שתף את הסיבה כדי שנוכל להשתפר."
|
2532 |
-
|
2533 |
-
#: templates/forms/deactivation/form.php:511
|
2534 |
-
msgid "Yes - %s"
|
2535 |
-
msgstr "Yes - %s"
|
2536 |
-
|
2537 |
-
#: templates/forms/deactivation/form.php:518
|
2538 |
-
msgid "Skip & %s"
|
2539 |
-
msgstr "דלג ו%s"
|
2540 |
-
|
2541 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2542 |
-
msgid "Click here to use the plugin anonymously"
|
2543 |
-
msgstr "Click here to use the plugin anonymously"
|
2544 |
-
|
2545 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2546 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2547 |
-
msgstr "אולי פספסת את זה אבל אינך חייב\\ת לשתף כל מידע איתנו, ביכולתך %s על שיתוף המידע."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
freemius/languages/freemius-hu_HU.mo
CHANGED
Binary file
|
freemius/languages/freemius-hu_HU.po
DELETED
@@ -1,2546 +0,0 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
# Translators:
|
4 |
-
# Peter Ambrus, 2018-2019
|
5 |
-
msgid ""
|
6 |
-
msgstr ""
|
7 |
-
"Project-Id-Version: WordPress SDK\n"
|
8 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
9 |
-
"POT-Creation-Date: \n"
|
10 |
-
"PO-Revision-Date: 2019-10-07 15:33+0000\n"
|
11 |
-
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
|
12 |
-
"Language: hu_HU\n"
|
13 |
-
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/freemius/wordpress-sdk/language/hu_HU/)\n"
|
14 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
-
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
-
"MIME-Version: 1.0\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
23 |
-
|
24 |
-
#: includes/class-freemius.php1880, templates/account.php:840
|
25 |
-
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
26 |
-
msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
|
27 |
-
|
28 |
-
#: includes/class-freemius.php:1887
|
29 |
-
msgid "Would you like to proceed with the update?"
|
30 |
-
msgstr "Would you like to proceed with the update?"
|
31 |
-
|
32 |
-
#: includes/class-freemius.php:2095
|
33 |
-
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
34 |
-
msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:2097
|
37 |
-
msgid "Error"
|
38 |
-
msgstr "Hiba"
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2491
|
41 |
-
msgid "I found a better %s"
|
42 |
-
msgstr "Jobb %st találtam"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2493
|
45 |
-
msgid "What's the %s's name?"
|
46 |
-
msgstr "Mi a %s neve?"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2499
|
49 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
50 |
-
msgstr "Ez csak egy ideiglenes %s. Egy hibát kell megoldanom."
|
51 |
-
|
52 |
-
#: includes/class-freemius.php:2501
|
53 |
-
msgid "Deactivation"
|
54 |
-
msgstr "Deaktiválás"
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2502
|
57 |
-
msgid "Theme Switch"
|
58 |
-
msgstr "Sablon váltás"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php2511, templates/forms/resend-key.php:24
|
61 |
-
msgid "Other"
|
62 |
-
msgstr "Egyéb"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php:2519
|
65 |
-
msgid "I no longer need the %s"
|
66 |
-
msgstr "I no longer need the %s"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2526
|
69 |
-
msgid "I only needed the %s for a short period"
|
70 |
-
msgstr "I only needed the %s for a short period"
|
71 |
-
|
72 |
-
#: includes/class-freemius.php:2532
|
73 |
-
msgid "The %s broke my site"
|
74 |
-
msgstr "The %s broke my site"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2539
|
77 |
-
msgid "The %s suddenly stopped working"
|
78 |
-
msgstr "The %s suddenly stopped working"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2549
|
81 |
-
msgid "I can't pay for it anymore"
|
82 |
-
msgstr "Nem tudom tovább fizetni"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2551
|
85 |
-
msgid "What price would you feel comfortable paying?"
|
86 |
-
msgstr "Mi lenne az elfogadható ár, amit tudnál fizetni?"
|
87 |
-
|
88 |
-
#: includes/class-freemius.php:2557
|
89 |
-
msgid "I don't like to share my information with you"
|
90 |
-
msgstr "Nem szeretném megosztani veletek az információt"
|
91 |
-
|
92 |
-
#: includes/class-freemius.php:2578
|
93 |
-
msgid "The %s didn't work"
|
94 |
-
msgstr "A %s nem működött"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2588
|
97 |
-
msgid "I couldn't understand how to make it work"
|
98 |
-
msgstr "Nem értettem, hogy kell használni"
|
99 |
-
|
100 |
-
#: includes/class-freemius.php:2596
|
101 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
102 |
-
msgstr "The %s is great, but I need specific feature that you don't support"
|
103 |
-
|
104 |
-
#: includes/class-freemius.php:2598
|
105 |
-
msgid "What feature?"
|
106 |
-
msgstr "Melyik funkcióra van szükséged?"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2602
|
109 |
-
msgid "The %s is not working"
|
110 |
-
msgstr "A(z) %s nem működik"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2604
|
113 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
114 |
-
msgstr "Ha elmondod mi nem működött, ki tudjuk javítani a leendő felhasználók számára..."
|
115 |
-
|
116 |
-
#: includes/class-freemius.php:2608
|
117 |
-
msgid "It's not what I was looking for"
|
118 |
-
msgstr "Nem ezt kerestem"
|
119 |
-
|
120 |
-
#: includes/class-freemius.php:2610
|
121 |
-
msgid "What you've been looking for?"
|
122 |
-
msgstr "Pontosan mit kerestél?"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2614
|
125 |
-
msgid "The %s didn't work as expected"
|
126 |
-
msgstr "A %s nem az elvárásoknak megfelelően működött"
|
127 |
-
|
128 |
-
#: includes/class-freemius.php:2616
|
129 |
-
msgid "What did you expect?"
|
130 |
-
msgstr "Mire számítottál?"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php3471, templates/debug.php:20
|
133 |
-
msgid "Freemius Debug"
|
134 |
-
msgstr "Freemius Debug"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php:4223
|
137 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
138 |
-
msgstr "I don't know what is cURL or how to install it, help me!"
|
139 |
-
|
140 |
-
#: includes/class-freemius.php:4225
|
141 |
-
msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
142 |
-
msgstr "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
|
143 |
-
|
144 |
-
#: includes/class-freemius.php:4232
|
145 |
-
msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
146 |
-
msgstr "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
|
147 |
-
|
148 |
-
#: includes/class-freemius.php:4337
|
149 |
-
msgid "Yes - do your thing"
|
150 |
-
msgstr "Igen - tedd a dolgod"
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4342
|
153 |
-
msgid "No - just deactivate"
|
154 |
-
msgstr "Nem - csak deaktiválom"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php4387, includes/class-freemius.php4881,
|
157 |
-
#: includes/class-freemius.php6032, includes/class-freemius.php13153,
|
158 |
-
#: includes/class-freemius.php16558, includes/class-freemius.php16646,
|
159 |
-
#: includes/class-freemius.php16812, includes/class-freemius.php19040,
|
160 |
-
#: includes/class-freemius.php19381, includes/class-freemius.php19391,
|
161 |
-
#: includes/class-freemius.php20051, includes/class-freemius.php20924,
|
162 |
-
#: includes/class-freemius.php21039, includes/class-freemius.php21183,
|
163 |
-
#: templates/add-ons.php:57
|
164 |
-
msgctxt "exclamation"
|
165 |
-
msgid "Oops"
|
166 |
-
msgstr "Hoppá"
|
167 |
-
|
168 |
-
#: includes/class-freemius.php:4456
|
169 |
-
msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
170 |
-
msgstr "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
|
171 |
-
|
172 |
-
#: includes/class-freemius.php:4878
|
173 |
-
msgctxt "addonX cannot run without pluginY"
|
174 |
-
msgid "%s cannot run without %s."
|
175 |
-
msgstr "%s cannot run without %s."
|
176 |
-
|
177 |
-
#: includes/class-freemius.php:4879
|
178 |
-
msgctxt "addonX cannot run..."
|
179 |
-
msgid "%s cannot run without the plugin."
|
180 |
-
msgstr "%s cannot run without the plugin."
|
181 |
-
|
182 |
-
#: includes/class-freemius.php5052, includes/class-freemius.php5077,
|
183 |
-
#: includes/class-freemius.php:20122
|
184 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
185 |
-
msgstr "Unexpected API error. Please contact the %s's author with the following error."
|
186 |
-
|
187 |
-
#: includes/class-freemius.php:5720
|
188 |
-
msgid "Premium %s version was successfully activated."
|
189 |
-
msgstr "Premium %s version was successfully activated."
|
190 |
-
|
191 |
-
#: includes/class-freemius.php5732, includes/class-freemius.php:7599
|
192 |
-
msgctxt ""
|
193 |
-
msgid "W00t"
|
194 |
-
msgstr "Fantasztikus"
|
195 |
-
|
196 |
-
#: includes/class-freemius.php:5747
|
197 |
-
msgid "You have a %s license."
|
198 |
-
msgstr "You have a %s license."
|
199 |
-
|
200 |
-
#: includes/class-freemius.php5751, includes/class-freemius.php15975,
|
201 |
-
#: includes/class-freemius.php15986, includes/class-freemius.php19292,
|
202 |
-
#: includes/class-freemius.php19642, includes/class-freemius.php19711,
|
203 |
-
#: includes/class-freemius.php:19876
|
204 |
-
msgctxt "interjection expressing joy or exuberance"
|
205 |
-
msgid "Yee-haw"
|
206 |
-
msgstr "Juhuuu"
|
207 |
-
|
208 |
-
#: includes/class-freemius.php:6015
|
209 |
-
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
210 |
-
msgstr "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
|
211 |
-
|
212 |
-
#: includes/class-freemius.php:6019
|
213 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
214 |
-
msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
215 |
-
|
216 |
-
#: includes/class-freemius.php6028, templates/add-ons.php186,
|
217 |
-
#: templates/account/partials/addon.php:381
|
218 |
-
msgid "More information about %s"
|
219 |
-
msgstr "More information about %s"
|
220 |
-
|
221 |
-
#: includes/class-freemius.php:6029
|
222 |
-
msgid "Purchase License"
|
223 |
-
msgstr "Licensz vásárlása"
|
224 |
-
|
225 |
-
#: includes/class-freemius.php6964, templates/connect.php:163
|
226 |
-
msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
|
227 |
-
msgstr "Küldtünk egy aktivációs emailt a(z) %s szoftverünkhöz a következő email címre: %s. Kérlek kattints a levélben található aktivációs linkre, hogy %s."
|
228 |
-
|
229 |
-
#: includes/class-freemius.php:6968
|
230 |
-
msgid "start the trial"
|
231 |
-
msgstr "próbaidő indítása"
|
232 |
-
|
233 |
-
#: includes/class-freemius.php6969, templates/connect.php:167
|
234 |
-
msgid "complete the install"
|
235 |
-
msgstr "befejezd a telepítést"
|
236 |
-
|
237 |
-
#: includes/class-freemius.php:7081
|
238 |
-
msgid "You are just one step away - %s"
|
239 |
-
msgstr "Már csak egy lépés van hátra - %s"
|
240 |
-
|
241 |
-
#: includes/class-freemius.php:7084
|
242 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
243 |
-
msgid "Complete \"%s\" Activation Now"
|
244 |
-
msgstr "\"%s\" aktiválásának a befejezése most"
|
245 |
-
|
246 |
-
#: includes/class-freemius.php:7162
|
247 |
-
msgid "We made a few tweaks to the %s, %s"
|
248 |
-
msgstr "We made a few tweaks to the %s, %s"
|
249 |
-
|
250 |
-
#: includes/class-freemius.php:7166
|
251 |
-
msgid "Opt in to make \"%s\" better!"
|
252 |
-
msgstr "Opt in to make \"%s\" better!"
|
253 |
-
|
254 |
-
#: includes/class-freemius.php:7598
|
255 |
-
msgid "The upgrade of %s was successfully completed."
|
256 |
-
msgstr "The upgrade of %s was successfully completed."
|
257 |
-
|
258 |
-
#: includes/class-freemius.php9802, includes/class-fs-plugin-updater.php1038,
|
259 |
-
#: includes/class-fs-plugin-updater.php1233,
|
260 |
-
#: includes/class-fs-plugin-updater.php1240,
|
261 |
-
#: templates/auto-installation.php:32
|
262 |
-
msgid "Add-On"
|
263 |
-
msgstr "Kiegészítő"
|
264 |
-
|
265 |
-
#: includes/class-freemius.php9804, templates/account.php335,
|
266 |
-
#: templates/account.php343, templates/debug.php360, templates/debug.php:551
|
267 |
-
msgid "Plugin"
|
268 |
-
msgstr "Bővítmény"
|
269 |
-
|
270 |
-
#: includes/class-freemius.php9805, templates/account.php336,
|
271 |
-
#: templates/account.php344, templates/debug.php360, templates/debug.php551,
|
272 |
-
#: templates/forms/deactivation/form.php:71
|
273 |
-
msgid "Theme"
|
274 |
-
msgstr "Sablon"
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:12596
|
277 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
279 |
-
|
280 |
-
#: includes/class-freemius.php:13020
|
281 |
-
msgid "Invalid site details collection."
|
282 |
-
msgstr "Invalid site details collection."
|
283 |
-
|
284 |
-
#: includes/class-freemius.php:13140
|
285 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
286 |
-
msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
|
287 |
-
|
288 |
-
#: includes/class-freemius.php:13142
|
289 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
290 |
-
msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
291 |
-
|
292 |
-
#: includes/class-freemius.php:13416
|
293 |
-
msgid "Account is pending activation."
|
294 |
-
msgstr "A fiók aktiválása függőben."
|
295 |
-
|
296 |
-
#: includes/class-freemius.php13528,
|
297 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
298 |
-
msgid "Buy a license now"
|
299 |
-
msgstr "Vásárolj licenszet most"
|
300 |
-
|
301 |
-
#: includes/class-freemius.php13540,
|
302 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
303 |
-
msgid "Renew your license now"
|
304 |
-
msgstr "Licensz kulcs megújítása"
|
305 |
-
|
306 |
-
#: includes/class-freemius.php:13544
|
307 |
-
msgid "%s to access version %s security & feature updates, and support."
|
308 |
-
msgstr "%s to access version %s security & feature updates, and support."
|
309 |
-
|
310 |
-
#: includes/class-freemius.php:15957
|
311 |
-
msgid "%s activation was successfully completed."
|
312 |
-
msgstr "%s activation was successfully completed."
|
313 |
-
|
314 |
-
#: includes/class-freemius.php:15971
|
315 |
-
msgid "Your account was successfully activated with the %s plan."
|
316 |
-
msgstr "A fiókodat sikeresen aktiváltuk a következő csomaggal: %s"
|
317 |
-
|
318 |
-
#: includes/class-freemius.php15982, includes/class-freemius.php:19707
|
319 |
-
msgid "Your trial has been successfully started."
|
320 |
-
msgstr "A próbaidőszakodat sikeresen aktiváltuk."
|
321 |
-
|
322 |
-
#: includes/class-freemius.php16556, includes/class-freemius.php16644,
|
323 |
-
#: includes/class-freemius.php:16810
|
324 |
-
msgid "Couldn't activate %s."
|
325 |
-
msgstr "Couldn't activate %s."
|
326 |
-
|
327 |
-
#: includes/class-freemius.php16557, includes/class-freemius.php16645,
|
328 |
-
#: includes/class-freemius.php:16811
|
329 |
-
msgid "Please contact us with the following message:"
|
330 |
-
msgstr "Please contact us with the following message:"
|
331 |
-
|
332 |
-
#: includes/class-freemius.php16641, templates/forms/data-debug-mode.php:162
|
333 |
-
msgid "An unknown error has occurred."
|
334 |
-
msgstr "An unknown error has occurred."
|
335 |
-
|
336 |
-
#: includes/class-freemius.php17168, includes/class-freemius.php:22082
|
337 |
-
msgid "Upgrade"
|
338 |
-
msgstr "Előfizetés frissítése"
|
339 |
-
|
340 |
-
#: includes/class-freemius.php:17174
|
341 |
-
msgid "Start Trial"
|
342 |
-
msgstr "Próbaidő indítása"
|
343 |
-
|
344 |
-
#: includes/class-freemius.php:17176
|
345 |
-
msgid "Pricing"
|
346 |
-
msgstr "Árak"
|
347 |
-
|
348 |
-
#: includes/class-freemius.php17256, includes/class-freemius.php:17258
|
349 |
-
msgid "Affiliation"
|
350 |
-
msgstr "Affiliation"
|
351 |
-
|
352 |
-
#: includes/class-freemius.php17286, includes/class-freemius.php17288,
|
353 |
-
#: templates/account.php183, templates/debug.php:326
|
354 |
-
msgid "Account"
|
355 |
-
msgstr "Fiók"
|
356 |
-
|
357 |
-
#: includes/class-freemius.php17302, includes/class-freemius.php17304,
|
358 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
359 |
-
msgid "Contact Us"
|
360 |
-
msgstr "Kapcsolat"
|
361 |
-
|
362 |
-
#: includes/class-freemius.php17315, includes/class-freemius.php17317,
|
363 |
-
#: includes/class-freemius.php22096, templates/account.php111,
|
364 |
-
#: templates/account/partials/addon.php:44
|
365 |
-
msgid "Add-Ons"
|
366 |
-
msgstr "Kiegészítők"
|
367 |
-
|
368 |
-
#: includes/class-freemius.php:17351
|
369 |
-
msgctxt "ASCII arrow left icon"
|
370 |
-
msgid "←"
|
371 |
-
msgstr "←"
|
372 |
-
|
373 |
-
#: includes/class-freemius.php:17351
|
374 |
-
msgctxt "ASCII arrow right icon"
|
375 |
-
msgid "➤"
|
376 |
-
msgstr "➤"
|
377 |
-
|
378 |
-
#: includes/class-freemius.php17353, templates/pricing.php:103
|
379 |
-
msgctxt "noun"
|
380 |
-
msgid "Pricing"
|
381 |
-
msgstr "Árak"
|
382 |
-
|
383 |
-
#: includes/class-freemius.php17566,
|
384 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
385 |
-
msgid "Support Forum"
|
386 |
-
msgstr "Támogató fórum"
|
387 |
-
|
388 |
-
#: includes/class-freemius.php:18536
|
389 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
390 |
-
msgstr "Az email címedet sikerült ellenőrizni - ez nagyszerű!"
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:18537
|
393 |
-
msgctxt "a positive response"
|
394 |
-
msgid "Right on"
|
395 |
-
msgstr "Right on"
|
396 |
-
|
397 |
-
#: includes/class-freemius.php:19041
|
398 |
-
msgid "seems like the key you entered doesn't match our records."
|
399 |
-
msgstr "seems like the key you entered doesn't match our records."
|
400 |
-
|
401 |
-
#: includes/class-freemius.php:19065
|
402 |
-
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
403 |
-
msgstr "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
|
404 |
-
|
405 |
-
#: includes/class-freemius.php:19283
|
406 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
407 |
-
msgstr "Your %s Add-on plan was successfully upgraded."
|
408 |
-
|
409 |
-
#: includes/class-freemius.php:19285
|
410 |
-
msgid "%s Add-on was successfully purchased."
|
411 |
-
msgstr "%s Add-on was successfully purchased."
|
412 |
-
|
413 |
-
#: includes/class-freemius.php:19288
|
414 |
-
msgid "Download the latest version"
|
415 |
-
msgstr "Töltsd le a legfrissebb verziót"
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:19374
|
418 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
419 |
-
msgstr "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
|
420 |
-
|
421 |
-
#: includes/class-freemius.php19380, includes/class-freemius.php19390,
|
422 |
-
#: includes/class-freemius.php19835, includes/class-freemius.php:19924
|
423 |
-
msgid "Error received from the server:"
|
424 |
-
msgstr "Error received from the server:"
|
425 |
-
|
426 |
-
#: includes/class-freemius.php:19390
|
427 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
428 |
-
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
429 |
-
|
430 |
-
#: includes/class-freemius.php19604, includes/class-freemius.php19840,
|
431 |
-
#: includes/class-freemius.php19895, includes/class-freemius.php:19998
|
432 |
-
msgctxt ""
|
433 |
-
msgid "Hmm"
|
434 |
-
msgstr "Hmm"
|
435 |
-
|
436 |
-
#: includes/class-freemius.php:19617
|
437 |
-
msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
438 |
-
msgstr "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
|
439 |
-
|
440 |
-
#: includes/class-freemius.php19618, templates/account.php113,
|
441 |
-
#: templates/add-ons.php250, templates/account/partials/addon.php:46
|
442 |
-
msgctxt "trial period"
|
443 |
-
msgid "Trial"
|
444 |
-
msgstr "Próbaidő"
|
445 |
-
|
446 |
-
#: includes/class-freemius.php:19623
|
447 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
448 |
-
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
449 |
-
|
450 |
-
#: includes/class-freemius.php19627, includes/class-freemius.php:19686
|
451 |
-
msgid "Please contact us here"
|
452 |
-
msgstr "Please contact us here"
|
453 |
-
|
454 |
-
#: includes/class-freemius.php:19638
|
455 |
-
msgid "Your plan was successfully activated."
|
456 |
-
msgstr "Your plan was successfully activated."
|
457 |
-
|
458 |
-
#: includes/class-freemius.php:19639
|
459 |
-
msgid "Your plan was successfully upgraded."
|
460 |
-
msgstr "Your plan was successfully upgraded."
|
461 |
-
|
462 |
-
#: includes/class-freemius.php:19656
|
463 |
-
msgid "Your plan was successfully changed to %s."
|
464 |
-
msgstr "Your plan was successfully changed to %s."
|
465 |
-
|
466 |
-
#: includes/class-freemius.php:19672
|
467 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
468 |
-
msgstr "Your license has expired. You can still continue using the free %s forever."
|
469 |
-
|
470 |
-
#: includes/class-freemius.php:19674
|
471 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
472 |
-
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
473 |
-
|
474 |
-
#: includes/class-freemius.php:19682
|
475 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
476 |
-
msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
|
477 |
-
|
478 |
-
#: includes/class-freemius.php:19695
|
479 |
-
msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
480 |
-
msgstr "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
|
481 |
-
|
482 |
-
#: includes/class-freemius.php:19721
|
483 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
484 |
-
msgstr "Your free trial has expired. You can still continue using all our free features."
|
485 |
-
|
486 |
-
#: includes/class-freemius.php:19723
|
487 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
488 |
-
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
489 |
-
|
490 |
-
#: includes/class-freemius.php:19831
|
491 |
-
msgid "It looks like the license could not be activated."
|
492 |
-
msgstr "It looks like the license could not be activated."
|
493 |
-
|
494 |
-
#: includes/class-freemius.php:19873
|
495 |
-
msgid "Your license was successfully activated."
|
496 |
-
msgstr "Your license was successfully activated."
|
497 |
-
|
498 |
-
#: includes/class-freemius.php:19899
|
499 |
-
msgid "It looks like your site currently doesn't have an active license."
|
500 |
-
msgstr "It looks like your site currently doesn't have an active license."
|
501 |
-
|
502 |
-
#: includes/class-freemius.php:19923
|
503 |
-
msgid "It looks like the license deactivation failed."
|
504 |
-
msgstr "Úgy tűnik a licensz deaktiválása nem sikerült."
|
505 |
-
|
506 |
-
#: includes/class-freemius.php:19951
|
507 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
508 |
-
msgstr "A licenszedet sikeresen deaktiváltuk, az aktuális csomagod: %s"
|
509 |
-
|
510 |
-
#: includes/class-freemius.php:19952
|
511 |
-
msgid "O.K"
|
512 |
-
msgstr "Rendben"
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:20005
|
515 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
516 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
517 |
-
|
518 |
-
#: includes/class-freemius.php:20014
|
519 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
520 |
-
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
521 |
-
|
522 |
-
#: includes/class-freemius.php:20056
|
523 |
-
msgid "You are already running the %s in a trial mode."
|
524 |
-
msgstr "You are already running the %s in a trial mode."
|
525 |
-
|
526 |
-
#: includes/class-freemius.php:20067
|
527 |
-
msgid "You already utilized a trial before."
|
528 |
-
msgstr "You already utilized a trial before."
|
529 |
-
|
530 |
-
#: includes/class-freemius.php:20081
|
531 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
532 |
-
msgstr "Plan %s do not exist, therefore, can't start a trial."
|
533 |
-
|
534 |
-
#: includes/class-freemius.php:20092
|
535 |
-
msgid "Plan %s does not support a trial period."
|
536 |
-
msgstr "Plan %s does not support a trial period."
|
537 |
-
|
538 |
-
#: includes/class-freemius.php:20103
|
539 |
-
msgid "None of the %s's plans supports a trial period."
|
540 |
-
msgstr "None of the %s's plans supports a trial period."
|
541 |
-
|
542 |
-
#: includes/class-freemius.php:20153
|
543 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
544 |
-
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
545 |
-
|
546 |
-
#: includes/class-freemius.php:20189
|
547 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
548 |
-
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
549 |
-
|
550 |
-
#: includes/class-freemius.php:20208
|
551 |
-
msgid "Your %s free trial was successfully cancelled."
|
552 |
-
msgstr "Your %s free trial was successfully cancelled."
|
553 |
-
|
554 |
-
#: includes/class-freemius.php:20524
|
555 |
-
msgid "Version %s was released."
|
556 |
-
msgstr "Version %s was released."
|
557 |
-
|
558 |
-
#: includes/class-freemius.php:20524
|
559 |
-
msgid "Please download %s."
|
560 |
-
msgstr "Please download %s."
|
561 |
-
|
562 |
-
#: includes/class-freemius.php:20531
|
563 |
-
msgid "the latest %s version here"
|
564 |
-
msgstr "the latest %s version here"
|
565 |
-
|
566 |
-
#: includes/class-freemius.php:20536
|
567 |
-
msgid "New"
|
568 |
-
msgstr "Új"
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:20541
|
571 |
-
msgid "Seems like you got the latest release."
|
572 |
-
msgstr "Seems like you got the latest release."
|
573 |
-
|
574 |
-
#: includes/class-freemius.php:20542
|
575 |
-
msgid "You are all good!"
|
576 |
-
msgstr "Minden rendben!"
|
577 |
-
|
578 |
-
#: includes/class-freemius.php:20812
|
579 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
580 |
-
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
581 |
-
|
582 |
-
#: includes/class-freemius.php:20951
|
583 |
-
msgid "Site successfully opted in."
|
584 |
-
msgstr "Site successfully opted in."
|
585 |
-
|
586 |
-
#: includes/class-freemius.php20952, includes/class-freemius.php:21792
|
587 |
-
msgid "Awesome"
|
588 |
-
msgstr "Nagyszerű"
|
589 |
-
|
590 |
-
#: includes/class-freemius.php20968, templates/forms/optout.php:32
|
591 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
592 |
-
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
593 |
-
|
594 |
-
#: includes/class-freemius.php:20969
|
595 |
-
msgid "Thank you!"
|
596 |
-
msgstr "Köszönjük!"
|
597 |
-
|
598 |
-
#: includes/class-freemius.php:20976
|
599 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
600 |
-
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
601 |
-
|
602 |
-
#: includes/class-freemius.php:21105
|
603 |
-
msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
604 |
-
msgstr "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
|
605 |
-
|
606 |
-
#: includes/class-freemius.php:21111
|
607 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
608 |
-
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
609 |
-
|
610 |
-
#: includes/class-freemius.php:21116
|
611 |
-
msgid "%s is the new owner of the account."
|
612 |
-
msgstr "%s is the new owner of the account."
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:21118
|
615 |
-
msgctxt "as congratulations"
|
616 |
-
msgid "Congrats"
|
617 |
-
msgstr "Gratulálunk"
|
618 |
-
|
619 |
-
#: includes/class-freemius.php:21138
|
620 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
621 |
-
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
622 |
-
|
623 |
-
#: includes/class-freemius.php:21139
|
624 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
625 |
-
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
626 |
-
|
627 |
-
#: includes/class-freemius.php:21146
|
628 |
-
msgid "Change Ownership"
|
629 |
-
msgstr "Tulajdonos módosítása"
|
630 |
-
|
631 |
-
#: includes/class-freemius.php:21154
|
632 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
633 |
-
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
634 |
-
|
635 |
-
#: includes/class-freemius.php:21166
|
636 |
-
msgid "Please provide your full name."
|
637 |
-
msgstr "Kérlek add meg a teljes neved!"
|
638 |
-
|
639 |
-
#: includes/class-freemius.php:21171
|
640 |
-
msgid "Your name was successfully updated."
|
641 |
-
msgstr "A neved sikeresen frissítettük."
|
642 |
-
|
643 |
-
#: includes/class-freemius.php:21232
|
644 |
-
msgid "You have successfully updated your %s."
|
645 |
-
msgstr "You have successfully updated your %s."
|
646 |
-
|
647 |
-
#: includes/class-freemius.php:21372
|
648 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
649 |
-
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
650 |
-
|
651 |
-
#: includes/class-freemius.php:21373
|
652 |
-
msgctxt "advance notice of something that will need attention."
|
653 |
-
msgid "Heads up"
|
654 |
-
msgstr "Figyelem"
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21832
|
657 |
-
msgctxt "exclamation"
|
658 |
-
msgid "Hey"
|
659 |
-
msgstr "Üdv"
|
660 |
-
|
661 |
-
#: includes/class-freemius.php:21832
|
662 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
663 |
-
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
664 |
-
|
665 |
-
#: includes/class-freemius.php:21840
|
666 |
-
msgid "No commitment for %s days - cancel anytime!"
|
667 |
-
msgstr "No commitment for %s days - cancel anytime!"
|
668 |
-
|
669 |
-
#: includes/class-freemius.php:21841
|
670 |
-
msgid "No credit card required"
|
671 |
-
msgstr "Bankkártya megadása nem kötelező"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php21848, templates/forms/trial-start.php:53
|
674 |
-
msgctxt "call to action"
|
675 |
-
msgid "Start free trial"
|
676 |
-
msgstr "Start free trial"
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:21925
|
679 |
-
msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
680 |
-
msgstr "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
|
681 |
-
|
682 |
-
#: includes/class-freemius.php:21934
|
683 |
-
msgid "Learn more"
|
684 |
-
msgstr "Bővebben"
|
685 |
-
|
686 |
-
#: includes/class-freemius.php22120, templates/account.php499,
|
687 |
-
#: templates/account.php624, templates/connect.php171,
|
688 |
-
#: templates/connect.php421, templates/forms/license-activation.php27,
|
689 |
-
#: templates/account/partials/addon.php:321
|
690 |
-
msgid "Activate License"
|
691 |
-
msgstr "Licensz aktiválása"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php22121, templates/account.php571,
|
694 |
-
#: templates/account.php623, templates/account/partials/addon.php322,
|
695 |
-
#: templates/account/partials/site.php:271
|
696 |
-
msgid "Change License"
|
697 |
-
msgstr "Licensz módosítása"
|
698 |
-
|
699 |
-
#: includes/class-freemius.php22217, templates/account/partials/site.php:169
|
700 |
-
msgid "Opt Out"
|
701 |
-
msgstr "Leiratkozás"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php22219, includes/class-freemius.php22225,
|
704 |
-
#: templates/account/partials/site.php49,
|
705 |
-
#: templates/account/partials/site.php:169
|
706 |
-
msgid "Opt In"
|
707 |
-
msgstr "Feliratkozás"
|
708 |
-
|
709 |
-
#: includes/class-freemius.php:22453
|
710 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
711 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
712 |
-
|
713 |
-
#: includes/class-freemius.php:22461
|
714 |
-
msgid "Activate %s features"
|
715 |
-
msgstr "Activate %s features"
|
716 |
-
|
717 |
-
#: includes/class-freemius.php:22474
|
718 |
-
msgid "Please follow these steps to complete the upgrade"
|
719 |
-
msgstr "Please follow these steps to complete the upgrade"
|
720 |
-
|
721 |
-
#: includes/class-freemius.php:22478
|
722 |
-
msgid "Download the latest %s version"
|
723 |
-
msgstr "Download the latest %s version"
|
724 |
-
|
725 |
-
#: includes/class-freemius.php:22482
|
726 |
-
msgid "Upload and activate the downloaded version"
|
727 |
-
msgstr "Upload and activate the downloaded version"
|
728 |
-
|
729 |
-
#: includes/class-freemius.php:22484
|
730 |
-
msgid "How to upload and activate?"
|
731 |
-
msgstr "How to upload and activate?"
|
732 |
-
|
733 |
-
#: includes/class-freemius.php:22618
|
734 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
735 |
-
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
736 |
-
|
737 |
-
#: includes/class-freemius.php:22779
|
738 |
-
msgid "Auto installation only works for opted-in users."
|
739 |
-
msgstr "Auto installation only works for opted-in users."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php22789, includes/class-freemius.php22822,
|
742 |
-
#: includes/class-fs-plugin-updater.php1212,
|
743 |
-
#: includes/class-fs-plugin-updater.php:1226
|
744 |
-
msgid "Invalid module ID."
|
745 |
-
msgstr "Invalid module ID."
|
746 |
-
|
747 |
-
#: includes/class-freemius.php22798, includes/class-fs-plugin-updater.php:1248
|
748 |
-
msgid "Premium version already active."
|
749 |
-
msgstr "Premium version already active."
|
750 |
-
|
751 |
-
#: includes/class-freemius.php:22805
|
752 |
-
msgid "You do not have a valid license to access the premium version."
|
753 |
-
msgstr "You do not have a valid license to access the premium version."
|
754 |
-
|
755 |
-
#: includes/class-freemius.php:22812
|
756 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
757 |
-
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
758 |
-
|
759 |
-
#: includes/class-freemius.php22830, includes/class-fs-plugin-updater.php:1247
|
760 |
-
msgid "Premium add-on version already installed."
|
761 |
-
msgstr "Premium add-on version already installed."
|
762 |
-
|
763 |
-
#: includes/class-freemius.php:23180
|
764 |
-
msgid "View paid features"
|
765 |
-
msgstr "Fizetős funkciók megtekintése"
|
766 |
-
|
767 |
-
#: includes/class-freemius.php:23502
|
768 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
769 |
-
msgstr "Thank you so much for using %s and its add-ons!"
|
770 |
-
|
771 |
-
#: includes/class-freemius.php:23503
|
772 |
-
msgid "Thank you so much for using %s!"
|
773 |
-
msgstr "Thank you so much for using %s!"
|
774 |
-
|
775 |
-
#: includes/class-freemius.php:23509
|
776 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
777 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
778 |
-
|
779 |
-
#: includes/class-freemius.php:23513
|
780 |
-
msgid "Thank you so much for using our products!"
|
781 |
-
msgstr "Thank you so much for using our products!"
|
782 |
-
|
783 |
-
#: includes/class-freemius.php:23514
|
784 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
785 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
786 |
-
|
787 |
-
#: includes/class-freemius.php:23533
|
788 |
-
msgid "%s and its add-ons"
|
789 |
-
msgstr "%s and its add-ons"
|
790 |
-
|
791 |
-
#: includes/class-freemius.php:23542
|
792 |
-
msgid "Products"
|
793 |
-
msgstr "Termékek"
|
794 |
-
|
795 |
-
#: includes/class-freemius.php23549, templates/connect.php:272
|
796 |
-
msgid "Yes"
|
797 |
-
msgstr "Igen"
|
798 |
-
|
799 |
-
#: includes/class-freemius.php23550, templates/connect.php:273
|
800 |
-
msgid "send me security & feature updates, educational content and offers."
|
801 |
-
msgstr "kérek biztonsági és funkcionális frissítéseket, használati ismertetőket és ajánlatokat."
|
802 |
-
|
803 |
-
#: includes/class-freemius.php23551, templates/connect.php:278
|
804 |
-
msgid "No"
|
805 |
-
msgstr "Nem"
|
806 |
-
|
807 |
-
#: includes/class-freemius.php23553, templates/connect.php:280
|
808 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
809 |
-
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
810 |
-
|
811 |
-
#: includes/class-freemius.php:23563
|
812 |
-
msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
813 |
-
msgstr "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
|
814 |
-
|
815 |
-
#: includes/class-freemius.php23565, templates/connect.php:287
|
816 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
817 |
-
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
818 |
-
|
819 |
-
#: includes/class-freemius.php:23847
|
820 |
-
msgid "License key is empty."
|
821 |
-
msgstr "A licensz kulcs üres."
|
822 |
-
|
823 |
-
#: includes/class-fs-plugin-updater.php206,
|
824 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
825 |
-
msgid "Renew license"
|
826 |
-
msgstr "Licensz megújítása"
|
827 |
-
|
828 |
-
#: includes/class-fs-plugin-updater.php211,
|
829 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
830 |
-
msgid "Buy license"
|
831 |
-
msgstr "Licensz vásárlása"
|
832 |
-
|
833 |
-
#: includes/class-fs-plugin-updater.php321,
|
834 |
-
#: includes/class-fs-plugin-updater.php:354
|
835 |
-
msgid "There is a %s of %s available."
|
836 |
-
msgstr "There is a %s of %s available."
|
837 |
-
|
838 |
-
#: includes/class-fs-plugin-updater.php323,
|
839 |
-
#: includes/class-fs-plugin-updater.php:359
|
840 |
-
msgid "new Beta version"
|
841 |
-
msgstr "new Beta version"
|
842 |
-
|
843 |
-
#: includes/class-fs-plugin-updater.php324,
|
844 |
-
#: includes/class-fs-plugin-updater.php:360
|
845 |
-
msgid "new version"
|
846 |
-
msgstr "új verzió"
|
847 |
-
|
848 |
-
#: includes/class-fs-plugin-updater.php:383
|
849 |
-
msgid "Important Upgrade Notice:"
|
850 |
-
msgstr "Important Upgrade Notice:"
|
851 |
-
|
852 |
-
#: includes/class-fs-plugin-updater.php:1277
|
853 |
-
msgid "Installing plugin: %s"
|
854 |
-
msgstr "Bővítmény telepítése: %s"
|
855 |
-
|
856 |
-
#: includes/class-fs-plugin-updater.php:1318
|
857 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
858 |
-
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
859 |
-
|
860 |
-
#: includes/class-fs-plugin-updater.php:1500
|
861 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
862 |
-
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
863 |
-
|
864 |
-
#: includes/fs-plugin-info-dialog.php:535
|
865 |
-
msgid "Purchase More"
|
866 |
-
msgstr "Purchase More"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php536,
|
869 |
-
#: templates/account/partials/addon.php:385
|
870 |
-
msgctxt "verb"
|
871 |
-
msgid "Purchase"
|
872 |
-
msgstr "Vásárlás"
|
873 |
-
|
874 |
-
#: includes/fs-plugin-info-dialog.php:540
|
875 |
-
msgid "Start my free %s"
|
876 |
-
msgstr "Start my free %s"
|
877 |
-
|
878 |
-
#: includes/fs-plugin-info-dialog.php:738
|
879 |
-
msgid "Install Free Version Update Now"
|
880 |
-
msgstr "Install Free Version Update Now"
|
881 |
-
|
882 |
-
#: includes/fs-plugin-info-dialog.php739, templates/account.php:560
|
883 |
-
msgid "Install Update Now"
|
884 |
-
msgstr "Frissítés telepítése most"
|
885 |
-
|
886 |
-
#: includes/fs-plugin-info-dialog.php:748
|
887 |
-
msgid "Install Free Version Now"
|
888 |
-
msgstr "Install Free Version Now"
|
889 |
-
|
890 |
-
#: includes/fs-plugin-info-dialog.php749, templates/add-ons.php323,
|
891 |
-
#: templates/auto-installation.php111,
|
892 |
-
#: templates/account/partials/addon.php365,
|
893 |
-
#: templates/account/partials/addon.php:418
|
894 |
-
msgid "Install Now"
|
895 |
-
msgstr "Telepítés most"
|
896 |
-
|
897 |
-
#: includes/fs-plugin-info-dialog.php:765
|
898 |
-
msgctxt "as download latest version"
|
899 |
-
msgid "Download Latest Free Version"
|
900 |
-
msgstr "Download Latest Free Version"
|
901 |
-
|
902 |
-
#: includes/fs-plugin-info-dialog.php766, templates/account.php91,
|
903 |
-
#: templates/add-ons.php37, templates/account/partials/addon.php:25
|
904 |
-
msgctxt "as download latest version"
|
905 |
-
msgid "Download Latest"
|
906 |
-
msgstr "Download Latest"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php781, templates/add-ons.php329,
|
909 |
-
#: templates/account/partials/addon.php356,
|
910 |
-
#: templates/account/partials/addon.php:412
|
911 |
-
msgid "Activate this add-on"
|
912 |
-
msgstr "Activate this add-on"
|
913 |
-
|
914 |
-
#: includes/fs-plugin-info-dialog.php783, templates/connect.php:418
|
915 |
-
msgid "Activate Free Version"
|
916 |
-
msgstr "Ingyenes verzió aktiválása"
|
917 |
-
|
918 |
-
#: includes/fs-plugin-info-dialog.php784, templates/account.php115,
|
919 |
-
#: templates/add-ons.php330, templates/account/partials/addon.php:48
|
920 |
-
msgid "Activate"
|
921 |
-
msgstr "Aktiválás"
|
922 |
-
|
923 |
-
#: includes/fs-plugin-info-dialog.php:994
|
924 |
-
msgctxt "Plugin installer section title"
|
925 |
-
msgid "Description"
|
926 |
-
msgstr "Leírás"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php:995
|
929 |
-
msgctxt "Plugin installer section title"
|
930 |
-
msgid "Installation"
|
931 |
-
msgstr "Telepítés"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:996
|
934 |
-
msgctxt "Plugin installer section title"
|
935 |
-
msgid "FAQ"
|
936 |
-
msgstr "GYIK"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php997,
|
939 |
-
#: templates/plugin-info/description.php:55
|
940 |
-
msgid "Screenshots"
|
941 |
-
msgstr "Képernyőfotók"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:998
|
944 |
-
msgctxt "Plugin installer section title"
|
945 |
-
msgid "Changelog"
|
946 |
-
msgstr "Változtatások"
|
947 |
-
|
948 |
-
#: includes/fs-plugin-info-dialog.php:999
|
949 |
-
msgctxt "Plugin installer section title"
|
950 |
-
msgid "Reviews"
|
951 |
-
msgstr "Vélemények"
|
952 |
-
|
953 |
-
#: includes/fs-plugin-info-dialog.php:1000
|
954 |
-
msgctxt "Plugin installer section title"
|
955 |
-
msgid "Other Notes"
|
956 |
-
msgstr "Egyéb megjegyzések"
|
957 |
-
|
958 |
-
#: includes/fs-plugin-info-dialog.php:1015
|
959 |
-
msgctxt "Plugin installer section title"
|
960 |
-
msgid "Features & Pricing"
|
961 |
-
msgstr "Funkciók & Árak"
|
962 |
-
|
963 |
-
#: includes/fs-plugin-info-dialog.php:1025
|
964 |
-
msgid "Plugin Install"
|
965 |
-
msgstr "Bővítmény telepítése"
|
966 |
-
|
967 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
968 |
-
msgctxt "e.g. Professional Plan"
|
969 |
-
msgid "%s Plan"
|
970 |
-
msgstr "%s csomag"
|
971 |
-
|
972 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
973 |
-
msgctxt "e.g. the best product"
|
974 |
-
msgid "Best"
|
975 |
-
msgstr "Legjobb"
|
976 |
-
|
977 |
-
#: includes/fs-plugin-info-dialog.php1129,
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1149
|
979 |
-
msgctxt "as every month"
|
980 |
-
msgid "Monthly"
|
981 |
-
msgstr "Havi"
|
982 |
-
|
983 |
-
#: includes/fs-plugin-info-dialog.php:1132
|
984 |
-
msgctxt "as once a year"
|
985 |
-
msgid "Annual"
|
986 |
-
msgstr "Éves"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|