Version Description
Download this release
Release Info
Developer | bradvin |
Plugin | FooBox Image Lightbox WordPress Plugin |
Version | 2.7.7 |
Comparing to | |
See all releases |
Code changes from version 2.7.3 to 2.7.7
- foobox-free.php +2 -2
- free/css/foobox.free.min.css +1 -8
- free/includes/view-getting-started.php +2 -3
- free/js/foobox.free.min.js +6 -6
- 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/dialog-boxes.css +2 -2
- freemius/config.php +387 -387
- freemius/includes/entities/class-fs-payment.php +167 -167
- freemius/includes/entities/class-fs-plugin-license.php +290 -290
- freemius/includes/entities/class-fs-plugin-tag.php +59 -59
- freemius/includes/entities/class-fs-plugin.php +153 -153
- freemius/includes/entities/class-fs-site.php +232 -232
- freemius/includes/entities/class-fs-user.php +78 -78
- freemius/includes/managers/class-fs-admin-menu-manager.php +979 -979
- freemius/includes/managers/class-fs-option-manager.php +497 -497
- freemius/languages/freemius-da_DK.po +2722 -2722
- freemius/languages/freemius-en.po +2386 -2386
- freemius/languages/freemius-es_ES.po +2508 -2508
- freemius/languages/freemius-fr_FR.po +409 -2508
foobox-free.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: FooBox Image Lightbox
|
5 |
Plugin URI: http://fooplugins.com/plugins/foobox/
|
6 |
Description: The best responsive lightbox for WordPress.
|
7 |
-
Version: 2.7.
|
8 |
Author: FooPlugins
|
9 |
Author URI: http://fooplugins.com
|
10 |
License: GPL2
|
@@ -24,7 +24,7 @@ if ( function_exists( 'foobox_fs' ) ) {
|
|
24 |
define( 'FOOBOX_BASE_ACTIVATION_REDIRECT_TRANSIENT_KEY', '_foobox_activation_redirect' );
|
25 |
define( 'FOOBOX_BASE_PATH', plugin_dir_path( __FILE__ ) );
|
26 |
define( 'FOOBOX_BASE_URL', plugin_dir_url( __FILE__ ) );
|
27 |
-
define( 'FOOBOX_BASE_VERSION', '2.7.
|
28 |
// Create a helper function for easy SDK access.
|
29 |
function foobox_fs()
|
30 |
{
|
4 |
Plugin Name: FooBox Image Lightbox
|
5 |
Plugin URI: http://fooplugins.com/plugins/foobox/
|
6 |
Description: The best responsive lightbox for WordPress.
|
7 |
+
Version: 2.7.5
|
8 |
Author: FooPlugins
|
9 |
Author URI: http://fooplugins.com
|
10 |
License: GPL2
|
24 |
define( 'FOOBOX_BASE_ACTIVATION_REDIRECT_TRANSIENT_KEY', '_foobox_activation_redirect' );
|
25 |
define( 'FOOBOX_BASE_PATH', plugin_dir_path( __FILE__ ) );
|
26 |
define( 'FOOBOX_BASE_URL', plugin_dir_url( __FILE__ ) );
|
27 |
+
define( 'FOOBOX_BASE_VERSION', '2.7.5' );
|
28 |
// Create a helper function for easy SDK access.
|
29 |
function foobox_fs()
|
30 |
{
|
free/css/foobox.free.min.css
CHANGED
@@ -1,8 +1 @@
|
|
1 |
-
/*!
|
2 |
-
* FooBox - A jQuery plugin for responsive lightboxes
|
3 |
-
* @version 2.1.8
|
4 |
-
* @link http://fooplugins.com/plugins/foobox-jquery
|
5 |
-
* @copyright Steven Usher & Brad Vincent 2014
|
6 |
-
* @license Released under the MIT license.
|
7 |
-
* You are free to use FooBox jQuery in personal projects as long as this copyright header is left intact.
|
8 |
-
*/.fbx-close:hover,.fbx-credit a,.fbx-next:hover,.fbx-prev:hover{text-decoration:none}.fbx-modal,.fbx-modal *{box-sizing:content-box}.fbx-modal{position:fixed;top:0;left:0;z-index:9000001;visibility:hidden;width:100%;height:100%;font-family:"Segoe UI",Helvetica,Arial,"Sans Serif",serif;line-height:normal;outline:0!important;transform:translate3d(0,0,0);perspective:0}.fbx-modal.fbx-loading,.fbx-modal.fbx-show{visibility:visible}.fbx-no-scroll{overflow:hidden!important}.fbx-inner-spacer{display:none;padding:40px}.fbx-inner,.fbx-loader{position:absolute;top:50%;left:50%}.fbx-inner{visibility:hidden;overflow:visible!important;margin-top:-5px;margin-left:-5px;min-width:100px;min-height:100px;width:100px;height:100px;z-index:100002}.fbx-show .fbx-inner{visibility:visible}.fbx-loader{visibility:hidden;z-index:100005;margin-top:-40px;margin-left:-40px;width:80px;height:80px;font-size:16px;box-shadow:0 0 3px rgba(0,0,0,.4)}.fbx-phone.fbx-portrait .fbx-loader{margin-top:-18px}.fbx-loading .fbx-loader{visibility:visible}.fbx-loader>div{margin:10px;width:60px;height:60px}.fbx-item-current,.fbx-item-next,.fbx-stage{top:0;left:0;margin:0;width:100%;height:100%;padding:0;outline:0;position:absolute;border:none}.fbx-stage{overflow:hidden}.fbx-item-current,.fbx-item-next{-webkit-user-drag:none;overflow:auto}.fbx-loading .fbx-item-current,.fbx-loading .fbx-item-next{overflow:hidden}.fbx-item-next{z-index:100001}.fbx-item-current{z-index:100002}.fbx-error-msg{width:200px;height:200px;position:absolute;top:50%;left:50%;margin-top:-100px;margin-left:-100px}.fbx-error-msg>span{line-height:200px;width:100%;height:100%;display:block}.fbx-error-msg>p{position:absolute;top:100%;text-align:center;width:100%;margin:0}.fbx-item-embed,.fbx-item-iframe,.fbx-item-image,.fbx-item-video{margin:0;padding:0;width:100%;height:100%;outline:0;border:none;display:block}.fbx-item-video>.fbx-video{background-color:#000}.fbx-item-embed embed,.fbx-item-embed iframe,.fbx-item-embed object{margin-bottom:0}.fbx-item-embed>embed,.fbx-item-embed>iframe,.fbx-item-embed>object{max-width:100%;max-height:100%}.fbx-ios .fbx-item-current{-webkit-overflow-scrolling:touch!important;overflow:auto!important}.fbx-ios .fbx-item-iframe{width:1px;min-width:100%}.fbx-close,.fbx-next,.fbx-prev{position:absolute;z-index:100006;display:block;outline:0!important;text-decoration:none;cursor:pointer}.fbx-no-buttons .fbx-next,.fbx-no-buttons .fbx-prev{display:none!important}.fbx-phone .fbx-count,.fbx-phone .fbx-credit em,.fbx-phone.fbx-landscape.fbx-no-nav .fbx-next,.fbx-phone.fbx-landscape.fbx-no-nav .fbx-prev,.fbx-rounded .fbx-next.fbx-disabled,.fbx-rounded .fbx-prev.fbx-disabled{display:none}.fbx-credit{position:absolute;z-index:100003;text-transform:lowercase;font-size:10px}.fbx-credit em{font-style:normal;font-size:10px}.fbx-credit a{font-size:10px}.fbx-credit a:hover span{text-decoration:underline}.fbx-credit a span{letter-spacing:1px;font-size:10px;color:#fff}.fbx-count{position:absolute;z-index:100002;width:100%;text-align:center;font-size:10px}.fbx-btn-transition,.fbx-btn-transition:before{transition-property:color,border-color,opacity,box-shadow;transition-duration:.2s,.2s,.2s,.2s;transition-timing-function:ease-in,linear,ease-in,ease-in;outline:0}.fbx-modal.fbx-phone .fbx-inner{border:none}.fbx-modal.fbx-phone .fbx-close,.fbx-modal.fbx-phone .fbx-next,.fbx-modal.fbx-phone .fbx-prev{position:fixed}.fbx-modal.fbx-phone .fbx-credit{bottom:2px;left:2px}.fbx-modal.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px}.fbx-modal.fbx-phone.fbx-portrait .fbx-close,.fbx-modal.fbx-phone.fbx-portrait .fbx-next,.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{border:none;opacity:1;margin:0;top:0;bottom:auto;width:auto;height:40px;border-radius:0;line-height:40px}.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{left:0;right:66%}.fbx-modal.fbx-phone.fbx-portrait .fbx-next{left:33%;right:33%}.fbx-modal.fbx-phone.fbx-portrait .fbx-close{left:66%;right:0}.fbx-modal.fbx-phone.fbx-portrait.fbx-no-buttons .fbx-close{left:0;right:0}.fbx-modal.fbx-phone.fbx-landscape{border-right-width:46px;border-right-style:solid;box-sizing:border-box}.fbx-modal.fbx-phone.fbx-landscape .fbx-inner-spacer{padding:5px}.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{bottom:auto;left:auto;right:-45px;width:44px;height:44px;line-height:44px;border:none;opacity:1;margin:0}.fbx-modal.fbx-phone.fbx-landscape .fbx-close{top:0;height:60px}.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{top:62px}.fbx-modal.fbx-phone.fbx-landscape .fbx-next{top:108px}@font-face{font-family:foobox;src:url(font/foobox.eot);src:url(font/foobox.eot?#iefix) format('embedded-opentype'),url(font/foobox.woff) format('woff'),url(font/foobox.ttf) format('truetype'),url(font/foobox.svg#foobox) format('svg');font-weight:400;font-style:normal;font-display:fallback}.foobox_font_preload{font-family:foobox!important;color:transparent!important;position:absolute!important;top:-9999px!important;left:-9999px!important;visibility:hidden!important;opacity:0!important}.fbx-modal .fbx-error-msg>span,.fbx-modal .fbx-loader>div,.fbx-modal a.fbx-close,.fbx-modal a.fbx-next,.fbx-modal a.fbx-prev{font-family:foobox;font-size:16px;font-weight:400;text-align:center;outline:0}.fbx-modal .fbx-loader>div{font-size:300%;line-height:60px}.fbx-modal.fbx-loading .fbx-loader>div{animation:spin 2s infinite linear}.fbx-modal .fbx-error-msg>span{font-size:1000%}.fbx-modal .fbx-error-msg>span:before{content:"\e028"}.fbx-close:before{content:"\e002"}.fbx-prev:before{content:"\e000"}.fbx-next:before{content:"\e001"}.fbx-loader>div:before{content:"\e012"}.fbx-flat .fbx-close:before{content:"\e117"}.fbx-flat .fbx-prev:before{content:"\e094"}.fbx-flat .fbx-next:before{content:"\e095"}.fbx-flat .fbx-loader>div:before{content:"\e105"}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fbx-rounded .fbx-prev.fbx-btn-shadow,.fbx-rounded .fbx-prev.fbx-btn-shadow:hover{box-shadow:-2px 0 2px rgba(0,0,0,.4)}.fbx-rounded .fbx-next.fbx-btn-shadow,.fbx-rounded .fbx-next.fbx-btn-shadow:hover{box-shadow:2px 0 2px rgba(0,0,0,.4)}.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-inner-shadow,.fbx-rounded .fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow{box-shadow:0 0 12px rgba(0,0,0,.4)}.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-rounded .fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:hover:before,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:hover:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:hover:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:hover:before,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover{box-shadow:0 0 6px rgba(0,0,0,.4)}.fbx-flat .fbx-inner-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow:before,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow:before,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow:hover{box-shadow:none}.fbx-rounded .fbx-inner{border:8px solid transparent;border-radius:6px}.fbx-rounded .fbx-item-current,.fbx-rounded .fbx-item-image,.fbx-rounded .fbx-item-next{border-radius:3px}.fbx-rounded .fbx-loader,.fbx-rounded .fbx-loader>div{border-radius:50%}.fbx-rounded .fbx-error-msg{margin-top:-115px}.fbx-rounded .fbx-close{top:-21px;right:-21px;width:28px;height:28px;line-height:28px;border:3px solid transparent;border-radius:50%}.fbx-rounded .fbx-next,.fbx-rounded .fbx-prev{position:absolute;top:50%;margin-top:-50px;width:30px;height:100px;line-height:100px;border:3px solid transparent}.fbx-rounded .fbx-prev{left:-40px;border-radius:6px 0 0 6px}.fbx-rounded .fbx-next{right:-40px;border-radius:0 6px 6px 0}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled{display:block;cursor:default}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled:before,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled:before{opacity:0}.fbx-rounded.fbx-desktop .fbx-next,.fbx-rounded.fbx-desktop .fbx-prev{position:absolute}.fbx-rounded .fbx-count,.fbx-rounded .fbx-credit{bottom:-25px}.fbx-rounded .fbx-inner-spacer{padding:40px 40px 50px}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px}.fbx-rounded.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons .fbx-prev{position:fixed;top:50%;margin-top:-50px;width:40px;height:100px;line-height:100px}.fbx-rounded.fbx-sticky-buttons .fbx-prev{left:0;border-radius:0 6px 6px 0}.fbx-rounded.fbx-sticky-buttons .fbx-next{right:0;border-radius:6px 0 0 6px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:40px 80px}.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:45px 5px 5px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:5px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:0;border-radius:0;width:4%;min-width:45px;height:auto;opacity:.3}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next:before,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:before{position:fixed;width:4%;min-width:45px;height:30px;line-height:30px;top:50%;margin-top:-15px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:before{left:0;right:auto}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next:before{left:auto;right:0}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next:before,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:before{position:relative;width:auto;min-width:0;height:auto;line-height:inherit;top:auto;margin-top:auto}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:auto;border-radius:0;width:auto;min-width:0;height:auto;opacity:1}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{left:0;right:66%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-next{left:33%;right:33%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:66%;right:0}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-no-buttons.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:0;right:0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{bottom:auto;width:34px;height:80px;opacity:.5}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:62px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{top:108px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{border-radius:0 6px 6px 0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{border-radius:6px 0 0 6px}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{z-index:100003;position:absolute;top:0;bottom:0;height:100%;width:25%;margin:0;border-radius:0;background-color:transparent;box-sizing:border-box}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{left:0}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next{right:0}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next:before,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev:before{width:28px;height:28px;border-radius:50%;position:absolute;top:50%;margin-top:-14px;line-height:28px;border-width:3px;border-style:solid;opacity:0}.fbx-rounded.fbx-inset-buttons .fbx-prev:before{left:10px}.fbx-rounded.fbx-inset-buttons .fbx-next:before{right:10px}.fbx-rounded.fbx-inset-buttons .fbx-next:hover:before,.fbx-rounded.fbx-inset-buttons .fbx-prev:hover:before{opacity:1}.fbx-light,.fbx-light .fbx-caption,.fbx-light .fbx-open-caption,.fbx-light.fbx-phone .fbx-social{background-color:rgba(0,0,0,.7)}.fbx-light .fbx-progress{background-color:rgba(255,255,255,.5)}.fbx-fullscreen-mode.fbx-light{background-color:#d3d3d3}.fbx-light .fbx-inner,.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-light.fbx-inset-buttons .fbx-prev:before,.fbx-light.fbx-modal,.fbx-modal.fbx-light.fbx-phone .fbx-close:hover,.fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover,.fbx-modal.fbx-light.fbx-phone .fbx-next:hover,.fbx-modal.fbx-light.fbx-phone .fbx-pause:hover,.fbx-modal.fbx-light.fbx-phone .fbx-play:hover,.fbx-modal.fbx-light.fbx-phone .fbx-prev:hover,.fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover,.fbx-rounded.fbx-light .fbx-close,.fbx-rounded.fbx-light .fbx-fullscreen-toggle,.fbx-rounded.fbx-light .fbx-pause,.fbx-rounded.fbx-light .fbx-play,.fbx-rounded.fbx-light .fbx-social-toggle{border-color:#FFF}.fbx-light .fbx-close,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-inner,.fbx-light .fbx-loader,.fbx-light .fbx-next,.fbx-light .fbx-pause,.fbx-light .fbx-play,.fbx-light .fbx-prev,.fbx-light .fbx-social-toggle,.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-light.fbx-inset-buttons .fbx-prev:before{background-color:#FFF}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev:before{background-color:transparent}.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev:before{border-color:transparent}.fbx-flat.fbx-light.fbx-modal{border-color:rgba(0,0,0,.2)}.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-close,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-fullscreen-toggle,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-next,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-pause,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-play,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-prev,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-social-toggle{background-color:rgba(0,0,0,.2)}.fbx-light .fbx-close,.fbx-light .fbx-close:before,.fbx-light .fbx-error-msg,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-fullscreen-toggle:before,.fbx-light .fbx-loader,.fbx-light .fbx-loader:before,.fbx-light .fbx-next,.fbx-light .fbx-next:before,.fbx-light .fbx-pause,.fbx-light .fbx-pause:before,.fbx-light .fbx-play,.fbx-light .fbx-play:before,.fbx-light .fbx-prev,.fbx-light .fbx-prev:before,.fbx-light .fbx-social-toggle,.fbx-light .fbx-social-toggle:before,.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-light.fbx-inset-buttons .fbx-prev:before,.fbx-metro.fbx-light .fbx-count,.fbx-metro.fbx-light .fbx-credit a{color:#666!important}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-close:before,.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-fullscreen-toggle:before,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-next:before,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-pause:before,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-play:before,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-prev:before,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light .fbx-social-toggle:before{color:#FFF!important}.fbx-light .fbx-close:hover,.fbx-light .fbx-close:hover:before,.fbx-light .fbx-fullscreen-toggle:hover,.fbx-light .fbx-fullscreen-toggle:hover:before,.fbx-light .fbx-next:hover,.fbx-light .fbx-next:hover:before,.fbx-light .fbx-pause:hover,.fbx-light .fbx-pause:hover:before,.fbx-light .fbx-play:hover,.fbx-light .fbx-play:hover:before,.fbx-light .fbx-prev:hover,.fbx-light .fbx-prev:hover:before,.fbx-light .fbx-social-toggle:hover,.fbx-light .fbx-social-toggle:hover:before,.fbx-light.fbx-inset-buttons .fbx-next:hover:before,.fbx-light.fbx-inset-buttons .fbx-prev:hover:before,.fbx-metro.fbx-light .fbx-credit a:hover{color:#bababa!important}.fbx-metro.fbx-light .fbx-close:hover,.fbx-metro.fbx-light .fbx-fullscreen-toggle:hover,.fbx-metro.fbx-light .fbx-next:hover,.fbx-metro.fbx-light .fbx-pause:hover,.fbx-metro.fbx-light .fbx-play:hover,.fbx-metro.fbx-light .fbx-prev:hover,.fbx-metro.fbx-light .fbx-social-toggle:hover{border-color:#bababa}.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-rounded.fbx-light .fbx-count,.fbx-rounded.fbx-light .fbx-credit a{color:#888}.fbx-flat.fbx-light .fbx-credit a:hover span,.fbx-rounded.fbx-light .fbx-credit a:hover span{color:#ddd}.fbx-light .fbx-caption{color:#FFF}.fbx-light .fbx-caption-desc,.fbx-light .fbx-caption-desc a{color:#eee}.fbx-light .fbx-item-current::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5)}.fbx-light .fbx-item-current::-webkit-scrollbar,.fbx-light .fbx-item-next::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track,.fbx-light .fbx-item-next::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-corner,.fbx-light .fbx-item-current::-webkit-scrollbar-thumb,.fbx-light .fbx-item-next::-webkit-scrollbar-corner,.fbx-light .fbx-item-next::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.fbx-caption{position:absolute;top:auto;right:auto;bottom:0;left:0;z-index:100004;width:100%;text-align:center;font-size:14px;transition:visibility .3s ease,opacity .3s ease,transform .3s ease;opacity:1;transform:translateY(0)}.fbx-caption.fbx-hide-caption{transition:none}.fbx-show .fbx-caption{visibility:visible}.fbx-loading .fbx-caption.fbx-hide-caption,.fbx-open-caption,.fbx-show .fbx-caption.fbx-hide-caption{visibility:hidden}.fbx-show .fbx-caption.fbx-fade-caption{opacity:0;visibility:hidden}.fbx-caption.fbx-slide-caption{transform:translateY(100%)}.fbx-fullscreen-mode .fbx-caption,.fbx-sticky-caption .fbx-caption{position:fixed;z-index:100007}.fbx-close-caption,.fbx-open-caption{position:absolute;color:#FFF!important;font-size:24px;text-decoration:none;cursor:pointer;line-height:20px}.fbx-rounded .fbx-caption{border-radius:0 0 3px 3px}.fbx-modal.fbx-phone .fbx-caption,.fbx-sticky-caption.fbx-rounded .fbx-caption{border-radius:0}.fbx-close-caption{top:0;right:0;padding:3px 3px 10px 10px}.fbx-open-caption{z-index:100004;bottom:0;right:5px;padding:0 10px 10px;opacity:0;transition:opacity .3s ease;border-top-left-radius:6px;border-top-right-radius:6px}.fbx-caption-toggle-only.fbx-captions-hidden .fbx-open-caption,.fbx-pannable-item.fbx-captions-hidden .fbx-open-caption{opacity:1;visibility:visible}.fbx-caption-title{font-size:15px;padding:15px}.fbx-caption-desc{font-size:12px;line-height:20px;padding:15px}.fbx-caption-desc a{font-size:12px}.fbx-caption-title+.fbx-caption-desc{margin-top:-30px}.fbx-phone .fbx-caption{min-height:20px;font-size:12px;line-height:20px}.fbx-phone .fbx-caption-title{font-size:13px;padding:10px}.fbx-phone .fbx-caption-desc{font-size:11px;line-height:15px;padding:10px}.fbx-phone .fbx-caption-title+.fbx-caption-desc{margin-top:-20px}.fbx-modal.fbx-phone .fbx-caption{z-index:100004;bottom:0;position:fixed}.fbx-modal.fbx-phone.fbx-landscape .fbx-caption,.fbx-phone.fbx-landscape.fbx-sticky-caption .fbx-caption{z-index:100004}.fbx-pannable{cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.fbx-pannable.fbx-panning{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.fbx-pannable>div>img.fbx-item{max-width:none;max-height:none}.fbx-pan-overview{cursor:pointer;max-width:150px;max-height:150px;overflow:hidden;background-position:top left;background-size:cover;position:absolute;z-index:100006;border:2px solid #666;box-shadow:0 0 12px rgba(0,0,0,.8)}.fbx-pan-overview.fbx-top-left{top:20px;left:20px}.fbx-pan-overview.fbx-top-right{top:20px;right:32px}.fbx-pan-overview.fbx-bottom-left{bottom:32px;left:20px}.fbx-pan-overview.fbx-bottom-right{bottom:32px;right:32px}.fbx-pan-viewport{position:absolute;top:0;left:0;box-shadow:0 0 300px 300px rgba(0,0,0,.7)}.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle{right:1px!important}
|
1 |
+
.fbx-close:hover,.fbx-credit a,.fbx-next:hover,.fbx-prev:hover{text-decoration:none}.fbx-modal,.fbx-modal *{box-sizing:content-box}.fbx-modal{position:fixed;top:0;left:0;z-index:9000001;visibility:hidden;width:100%;height:100%;font-family:"Segoe UI",Helvetica,Arial,"Sans Serif",serif;line-height:normal;outline:0!important;transform:translate3d(0,0,0);perspective:0}.fbx-modal.fbx-loading,.fbx-modal.fbx-show{visibility:visible}.fbx-no-scroll{overflow:hidden!important}.fbx-inner-spacer{display:none;padding:40px}.fbx-inner,.fbx-loader{position:absolute;top:50%;left:50%}.fbx-inner{visibility:hidden;overflow:visible!important;margin-top:-5px;margin-left:-5px;min-width:100px;min-height:100px;width:100px;height:100px;z-index:100002}.fbx-show .fbx-inner{visibility:visible}.fbx-loader{visibility:hidden;z-index:100005;margin-top:-40px;margin-left:-40px;width:80px;height:80px;font-size:16px;box-shadow:0 0 3px rgba(0,0,0,.4)}.fbx-phone.fbx-portrait .fbx-loader{margin-top:-18px}.fbx-loading .fbx-loader{visibility:visible}.fbx-loader>div{margin:10px;width:60px;height:60px}.fbx-item-current,.fbx-item-next,.fbx-stage{top:0;left:0;margin:0;width:100%;height:100%;padding:0;outline:0;position:absolute;border:none}.fbx-stage{overflow:hidden}.fbx-item-current,.fbx-item-next{-webkit-user-drag:none;overflow:auto}.fbx-loading .fbx-item-current,.fbx-loading .fbx-item-next{overflow:hidden}.fbx-item-next{z-index:100001}.fbx-item-current{z-index:100002}.fbx-error-msg{width:200px;height:200px;position:absolute;top:50%;left:50%;margin-top:-100px;margin-left:-100px}.fbx-error-msg>span{line-height:200px;width:100%;height:100%;display:block}.fbx-error-msg>p{position:absolute;top:100%;text-align:center;width:100%;margin:0}.fbx-item-embed,.fbx-item-iframe,.fbx-item-image,.fbx-item-video{margin:0;padding:0;width:100%;height:100%;outline:0;border:none;display:block}.fbx-item-video>.fbx-video{background-color:#000}.fbx-item-embed embed,.fbx-item-embed iframe,.fbx-item-embed object{margin-bottom:0}.fbx-item-embed>embed,.fbx-item-embed>iframe,.fbx-item-embed>object{max-width:100%;max-height:100%}.fbx-ios .fbx-item-current{-webkit-overflow-scrolling:touch!important;overflow:auto!important}.fbx-ios .fbx-item-iframe{width:1px;min-width:100%}.fbx-close,.fbx-next,.fbx-prev{position:absolute;z-index:100006;display:block;outline:0!important;text-decoration:none;cursor:pointer}.fbx-no-buttons .fbx-next,.fbx-no-buttons .fbx-prev{display:none!important}.fbx-phone .fbx-count,.fbx-phone .fbx-credit em,.fbx-phone.fbx-landscape.fbx-no-nav .fbx-next,.fbx-phone.fbx-landscape.fbx-no-nav .fbx-prev,.fbx-rounded .fbx-next.fbx-disabled,.fbx-rounded .fbx-prev.fbx-disabled{display:none}.fbx-credit{position:absolute;z-index:100003;text-transform:lowercase;font-size:10px}.fbx-credit em{font-style:normal;font-size:10px}.fbx-credit a{font-size:10px}.fbx-credit a:hover span{text-decoration:underline}.fbx-credit a span{letter-spacing:1px;font-size:10px;color:#fff}.fbx-count{position:absolute;z-index:100002;width:100%;text-align:center;font-size:10px}.fbx-btn-transition,.fbx-btn-transition:before{transition-property:color,border-color,opacity,box-shadow;transition-duration:.2s,.2s,.2s,.2s;transition-timing-function:ease-in,linear,ease-in,ease-in;outline:0}.fbx-modal.fbx-phone .fbx-inner{border:none}.fbx-modal.fbx-phone .fbx-close,.fbx-modal.fbx-phone .fbx-next,.fbx-modal.fbx-phone .fbx-prev{position:fixed}.fbx-modal.fbx-phone .fbx-credit{bottom:2px;left:2px}.fbx-modal.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px}.fbx-modal.fbx-phone.fbx-portrait .fbx-close,.fbx-modal.fbx-phone.fbx-portrait .fbx-next,.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{border:none;opacity:1;margin:0;top:0;bottom:auto;width:auto;height:40px;border-radius:0;line-height:40px}.fbx-modal.fbx-phone.fbx-portrait .fbx-prev{left:0;right:66%}.fbx-modal.fbx-phone.fbx-portrait .fbx-next{left:33%;right:33%}.fbx-modal.fbx-phone.fbx-portrait .fbx-close{left:66%;right:0}.fbx-modal.fbx-phone.fbx-portrait.fbx-no-buttons .fbx-close{left:0;right:0}.fbx-modal.fbx-phone.fbx-landscape{border-right-width:46px;border-right-style:solid;box-sizing:border-box}.fbx-modal.fbx-phone.fbx-landscape .fbx-inner-spacer{padding:5px}.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{bottom:auto;left:auto;right:-45px;width:44px;height:44px;line-height:44px;border:none;opacity:1;margin:0}.fbx-modal.fbx-phone.fbx-landscape .fbx-close{top:0;height:60px}.fbx-modal.fbx-phone.fbx-landscape .fbx-prev{top:62px}.fbx-modal.fbx-phone.fbx-landscape .fbx-next{top:108px}@font-face{font-family:foobox;src:url(font/foobox.eot);src:url(font/foobox.eot?#iefix) format('embedded-opentype'),url(font/foobox.woff) format('woff'),url(font/foobox.ttf) format('truetype'),url(font/foobox.svg#foobox) format('svg');font-weight:400;font-style:normal;font-display:fallback}.foobox_font_preload{font-family:foobox!important;color:transparent!important;position:absolute!important;top:-9999px!important;left:-9999px!important;visibility:hidden!important;opacity:0!important}.fbx-modal .fbx-error-msg>span,.fbx-modal .fbx-loader>div,.fbx-modal a.fbx-close,.fbx-modal a.fbx-next,.fbx-modal a.fbx-prev{font-family:foobox;font-size:16px;font-weight:400;text-align:center;outline:0}.fbx-modal .fbx-loader>div{font-size:300%;line-height:60px}.fbx-modal.fbx-loading .fbx-loader>div{animation:spin 2s infinite linear}.fbx-modal .fbx-error-msg>span{font-size:1000%}.fbx-modal .fbx-error-msg>span:before{content:"\e028"}.fbx-close:before{content:"\e002"}.fbx-prev:before{content:"\e000"}.fbx-next:before{content:"\e001"}.fbx-loader>div:before{content:"\e012"}.fbx-flat .fbx-close:before{content:"\e117"}.fbx-flat .fbx-prev:before{content:"\e094"}.fbx-flat .fbx-next:before{content:"\e095"}.fbx-flat .fbx-loader>div:before{content:"\e105"}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fbx-rounded .fbx-prev.fbx-btn-shadow,.fbx-rounded .fbx-prev.fbx-btn-shadow:hover{box-shadow:-2px 0 2px rgba(0,0,0,.4)}.fbx-rounded .fbx-next.fbx-btn-shadow,.fbx-rounded .fbx-next.fbx-btn-shadow:hover{box-shadow:2px 0 2px rgba(0,0,0,.4)}.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-inner-shadow,.fbx-rounded .fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow{box-shadow:0 0 12px rgba(0,0,0,.4)}.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-rounded .fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:hover:before,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:hover:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:hover:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:hover:before,.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover{box-shadow:0 0 6px rgba(0,0,0,.4)}.fbx-flat .fbx-inner-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,.fbx-flat.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded .fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow:before,.fbx-modal.fbx-phone.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow:before,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,.fbx-modal.fbx-phone.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons .fbx-next.fbx-btn-shadow:hover,.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow,.fbx-rounded.fbx-inset-buttons .fbx-prev.fbx-btn-shadow:hover{box-shadow:none}.fbx-rounded .fbx-inner{border:8px solid transparent;border-radius:6px}.fbx-rounded .fbx-item-current,.fbx-rounded .fbx-item-image,.fbx-rounded .fbx-item-next{border-radius:3px}.fbx-rounded .fbx-loader,.fbx-rounded .fbx-loader>div{border-radius:50%}.fbx-rounded .fbx-error-msg{margin-top:-115px}.fbx-rounded .fbx-close{top:-21px;right:-21px;width:28px;height:28px;line-height:28px;border:3px solid transparent;border-radius:50%}.fbx-rounded .fbx-next,.fbx-rounded .fbx-prev{position:absolute;top:50%;margin-top:-50px;width:30px;height:100px;line-height:100px;border:3px solid transparent}.fbx-rounded .fbx-prev{left:-40px;border-radius:6px 0 0 6px}.fbx-rounded .fbx-next{right:-40px;border-radius:0 6px 6px 0}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled{display:block;cursor:default}.fbx-rounded.fbx-phone .fbx-next.fbx-disabled:before,.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled:before{opacity:0}.fbx-rounded.fbx-desktop .fbx-next,.fbx-rounded.fbx-desktop .fbx-prev{position:absolute}.fbx-rounded .fbx-count,.fbx-rounded .fbx-credit{bottom:-25px}.fbx-rounded .fbx-inner-spacer{padding:40px 40px 50px}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer{padding:45px 5px 5px}.fbx-rounded.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons .fbx-prev{position:fixed;top:50%;margin-top:-50px;width:40px;height:100px;line-height:100px}.fbx-rounded.fbx-sticky-buttons .fbx-prev{left:0;border-radius:0 6px 6px 0}.fbx-rounded.fbx-sticky-buttons .fbx-next{right:0;border-radius:6px 0 0 6px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:40px 80px}.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:45px 5px 5px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-inner-spacer{padding:5px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:0;border-radius:0;width:4%;min-width:45px;height:auto;opacity:.3}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next:before,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:before{position:fixed;width:4%;min-width:45px;height:30px;line-height:30px;top:50%;margin-top:-15px}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:before{left:0;right:auto}.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-sticky-buttons.fbx-full-buttons .fbx-next:before{left:auto;right:0}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next:before,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:before{position:relative;width:auto;min-width:0;height:auto;line-height:inherit;top:auto;margin-top:auto}.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:0;bottom:auto;border-radius:0;width:auto;min-width:0;height:auto;opacity:1}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{left:0;right:66%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-next{left:33%;right:33%}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:66%;right:0}.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait.fbx-no-buttons.fbx-sticky-buttons.fbx-full-buttons .fbx-close{left:0;right:0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{bottom:auto;width:34px;height:80px;opacity:.5}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-prev,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{top:62px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-full-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons .fbx-next,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{top:108px}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next:hover,.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev:hover{opacity:1}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-prev{border-radius:0 6px 6px 0}.fbx-rounded.fbx-phone.fbx-landscape.fbx-sticky-buttons.fbx-full-buttons .fbx-next{border-radius:6px 0 0 6px}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{z-index:100003;position:absolute;top:0;bottom:0;height:100%;width:25%;margin:0;border-radius:0;background-color:transparent;box-sizing:border-box}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev{left:0}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next{right:0}.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next:before,.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next:before,.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev:before{width:28px;height:28px;border-radius:50%;position:absolute;top:50%;margin-top:-14px;line-height:28px;border-width:3px;border-style:solid;opacity:0}.fbx-rounded.fbx-inset-buttons .fbx-prev:before{left:10px}.fbx-rounded.fbx-inset-buttons .fbx-next:before{right:10px}.fbx-rounded.fbx-inset-buttons .fbx-next:hover:before,.fbx-rounded.fbx-inset-buttons .fbx-prev:hover:before{opacity:1}.fbx-light,.fbx-light .fbx-caption,.fbx-light .fbx-open-caption,.fbx-light.fbx-phone .fbx-social{background-color:rgba(0,0,0,.7)}.fbx-light .fbx-progress{background-color:rgba(255,255,255,.5)}.fbx-fullscreen-mode.fbx-light{background-color:#d3d3d3}.fbx-light .fbx-inner,.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-light.fbx-inset-buttons .fbx-prev:before,.fbx-light.fbx-modal,.fbx-modal.fbx-light.fbx-phone .fbx-close:hover,.fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover,.fbx-modal.fbx-light.fbx-phone .fbx-next:hover,.fbx-modal.fbx-light.fbx-phone .fbx-pause:hover,.fbx-modal.fbx-light.fbx-phone .fbx-play:hover,.fbx-modal.fbx-light.fbx-phone .fbx-prev:hover,.fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover,.fbx-rounded.fbx-light .fbx-close,.fbx-rounded.fbx-light .fbx-fullscreen-toggle,.fbx-rounded.fbx-light .fbx-pause,.fbx-rounded.fbx-light .fbx-play,.fbx-rounded.fbx-light .fbx-social-toggle{border-color:#FFF}.fbx-light .fbx-close,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-inner,.fbx-light .fbx-loader,.fbx-light .fbx-next,.fbx-light .fbx-pause,.fbx-light .fbx-play,.fbx-light .fbx-prev,.fbx-light .fbx-social-toggle,.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-light.fbx-inset-buttons .fbx-prev:before{background-color:#FFF}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev:before{background-color:transparent}.fbx-flat.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-flat.fbx-light.fbx-inset-buttons .fbx-prev:before{border-color:transparent}.fbx-flat.fbx-light.fbx-modal{border-color:rgba(0,0,0,.2)}.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-close,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-fullscreen-toggle,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-next,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-pause,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-play,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-prev,.fbx-flat.fbx-light.fbx-phone.fbx-portrait .fbx-social-toggle{background-color:rgba(0,0,0,.2)}.fbx-light .fbx-close,.fbx-light .fbx-close:before,.fbx-light .fbx-error-msg,.fbx-light .fbx-fullscreen-toggle,.fbx-light .fbx-fullscreen-toggle:before,.fbx-light .fbx-loader,.fbx-light .fbx-loader:before,.fbx-light .fbx-next,.fbx-light .fbx-next:before,.fbx-light .fbx-pause,.fbx-light .fbx-pause:before,.fbx-light .fbx-play,.fbx-light .fbx-play:before,.fbx-light .fbx-prev,.fbx-light .fbx-prev:before,.fbx-light .fbx-social-toggle,.fbx-light .fbx-social-toggle:before,.fbx-light.fbx-inset-buttons .fbx-next:before,.fbx-light.fbx-inset-buttons .fbx-prev:before,.fbx-metro.fbx-light .fbx-count,.fbx-metro.fbx-light .fbx-credit a{color:#666!important}.fbx-flat.fbx-light .fbx-close,.fbx-flat.fbx-light .fbx-close:before,.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-flat.fbx-light .fbx-fullscreen-toggle,.fbx-flat.fbx-light .fbx-fullscreen-toggle:before,.fbx-flat.fbx-light .fbx-next,.fbx-flat.fbx-light .fbx-next:before,.fbx-flat.fbx-light .fbx-pause,.fbx-flat.fbx-light .fbx-pause:before,.fbx-flat.fbx-light .fbx-play,.fbx-flat.fbx-light .fbx-play:before,.fbx-flat.fbx-light .fbx-prev,.fbx-flat.fbx-light .fbx-prev:before,.fbx-flat.fbx-light .fbx-social-toggle,.fbx-flat.fbx-light .fbx-social-toggle:before{color:#FFF!important}.fbx-light .fbx-close:hover,.fbx-light .fbx-close:hover:before,.fbx-light .fbx-fullscreen-toggle:hover,.fbx-light .fbx-fullscreen-toggle:hover:before,.fbx-light .fbx-next:hover,.fbx-light .fbx-next:hover:before,.fbx-light .fbx-pause:hover,.fbx-light .fbx-pause:hover:before,.fbx-light .fbx-play:hover,.fbx-light .fbx-play:hover:before,.fbx-light .fbx-prev:hover,.fbx-light .fbx-prev:hover:before,.fbx-light .fbx-social-toggle:hover,.fbx-light .fbx-social-toggle:hover:before,.fbx-light.fbx-inset-buttons .fbx-next:hover:before,.fbx-light.fbx-inset-buttons .fbx-prev:hover:before,.fbx-metro.fbx-light .fbx-credit a:hover{color:#bababa!important}.fbx-metro.fbx-light .fbx-close:hover,.fbx-metro.fbx-light .fbx-fullscreen-toggle:hover,.fbx-metro.fbx-light .fbx-next:hover,.fbx-metro.fbx-light .fbx-pause:hover,.fbx-metro.fbx-light .fbx-play:hover,.fbx-metro.fbx-light .fbx-prev:hover,.fbx-metro.fbx-light .fbx-social-toggle:hover{border-color:#bababa}.fbx-flat.fbx-light .fbx-count,.fbx-flat.fbx-light .fbx-credit a,.fbx-rounded.fbx-light .fbx-count,.fbx-rounded.fbx-light .fbx-credit a{color:#888}.fbx-flat.fbx-light .fbx-credit a:hover span,.fbx-rounded.fbx-light .fbx-credit a:hover span{color:#ddd}.fbx-light .fbx-caption{color:#FFF}.fbx-light .fbx-caption-desc,.fbx-light .fbx-caption-desc a{color:#eee}.fbx-light .fbx-item-current::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5)}.fbx-light .fbx-item-current::-webkit-scrollbar,.fbx-light .fbx-item-next::-webkit-scrollbar{width:12px;height:12px}.fbx-light .fbx-item-current::-webkit-scrollbar-track,.fbx-light .fbx-item-next::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.fbx-light .fbx-item-current::-webkit-scrollbar-corner,.fbx-light .fbx-item-current::-webkit-scrollbar-thumb,.fbx-light .fbx-item-next::-webkit-scrollbar-corner,.fbx-light .fbx-item-next::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.fbx-caption{position:absolute;top:auto;right:auto;bottom:0;left:0;z-index:100004;width:100%;text-align:center;font-size:14px;transition:visibility .3s ease,opacity .3s ease,transform .3s ease;opacity:1;transform:translateY(0)}.fbx-caption.fbx-hide-caption{transition:none}.fbx-show .fbx-caption{visibility:visible}.fbx-loading .fbx-caption.fbx-hide-caption,.fbx-open-caption,.fbx-show .fbx-caption.fbx-hide-caption{visibility:hidden}.fbx-show .fbx-caption.fbx-fade-caption{opacity:0;visibility:hidden}.fbx-caption.fbx-slide-caption{transform:translateY(100%)}.fbx-fullscreen-mode .fbx-caption,.fbx-sticky-caption .fbx-caption{position:fixed;z-index:100007}.fbx-close-caption,.fbx-open-caption{position:absolute;color:#FFF!important;font-size:24px;text-decoration:none;cursor:pointer;line-height:20px}.fbx-rounded .fbx-caption{border-radius:0 0 3px 3px}.fbx-modal.fbx-phone .fbx-caption,.fbx-sticky-caption.fbx-rounded .fbx-caption{border-radius:0}.fbx-close-caption{top:0;right:0;padding:3px 3px 10px 10px}.fbx-open-caption{z-index:100004;bottom:0;right:5px;padding:0 10px 10px;opacity:0;transition:opacity .3s ease;border-top-left-radius:6px;border-top-right-radius:6px}.fbx-caption-toggle-only.fbx-captions-hidden .fbx-open-caption,.fbx-pannable-item.fbx-captions-hidden .fbx-open-caption{opacity:1;visibility:visible}.fbx-caption-title{font-size:15px;padding:15px}.fbx-caption-desc{font-size:12px;line-height:20px;padding:15px}.fbx-caption-desc a{font-size:12px}.fbx-caption-title+.fbx-caption-desc{margin-top:-30px}.fbx-phone .fbx-caption{min-height:20px;font-size:12px;line-height:20px}.fbx-phone .fbx-caption-title{font-size:13px;padding:10px}.fbx-phone .fbx-caption-desc{font-size:11px;line-height:15px;padding:10px}.fbx-phone .fbx-caption-title+.fbx-caption-desc{margin-top:-20px}.fbx-modal.fbx-phone .fbx-caption{z-index:100004;bottom:0;position:fixed}.fbx-modal.fbx-phone.fbx-landscape .fbx-caption,.fbx-phone.fbx-landscape.fbx-sticky-caption .fbx-caption{z-index:100004}.fbx-pannable{cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.fbx-pannable.fbx-panning{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.fbx-pannable>div>img.fbx-item{max-width:none;max-height:none}.fbx-pan-overview{cursor:pointer;max-width:150px;max-height:150px;overflow:hidden;background-position:top left;background-size:cover;position:absolute;z-index:100006;border:2px solid #666;box-shadow:0 0 12px rgba(0,0,0,.8)}.fbx-pan-overview.fbx-top-left{top:20px;left:20px}.fbx-pan-overview.fbx-top-right{top:20px;right:32px}.fbx-pan-overview.fbx-bottom-left{bottom:32px;left:20px}.fbx-pan-overview.fbx-bottom-right{bottom:32px;right:32px}.fbx-pan-viewport{position:absolute;top:0;left:0;box-shadow:0 0 300px 300px rgba(0,0,0,.7)}.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie10.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie11.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-close,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-fullscreen-toggle,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-next,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-pause,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-play,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,.fbx-ie9.fbx-modal.fbx-phone.fbx-landscape .fbx-social-toggle{right:1px!important}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
free/includes/view-getting-started.php
CHANGED
@@ -180,9 +180,8 @@ $button_text = $show_trial_message ? __( 'Already convinced? Upgrade to PRO!', '
|
|
180 |
<?php if ( !class_exists( 'FooGallery_Plugin' ) ) { ?>
|
181 |
<h2><?php _e( 'Looking for a Gallery Plugin?', 'foobox-image-lightbox' );?></h2>
|
182 |
<p>
|
183 |
-
<?php printf( __( 'Creating galleries has never been easier with our
|
184 |
-
'<strong><a target="_blank" href="' . $foogallery_url . '">FooGallery</a></strong>'
|
185 |
-
'<strong><a target="_blank" href="http://fooplugins.com/plugins/foovideo?utm_source=fooboxfreeplugin&utm_medium=fooboxfreefoovideolink&utm_campaign=foobox_free_admin_notice">FooVideo</a></strong>'); ?>
|
186 |
</p>
|
187 |
<h4><?php printf( '<a href="%s" target="_blank">%s</a>', $foogallery_url, __( 'Download FooGallery', 'foobox-image-lightbox' ) ); ?></h4>
|
188 |
<?php } ?>
|
180 |
<?php if ( !class_exists( 'FooGallery_Plugin' ) ) { ?>
|
181 |
<h2><?php _e( 'Looking for a Gallery Plugin?', 'foobox-image-lightbox' );?></h2>
|
182 |
<p>
|
183 |
+
<?php printf( __( 'Creating image and video galleries has never been easier with our %s plugin, which works beautifully with FooBox!', 'foobox-image-lightbox' ),
|
184 |
+
'<strong><a target="_blank" href="' . $foogallery_url . '">FooGallery</a></strong>' ); ?>
|
|
|
185 |
</p>
|
186 |
<h4><?php printf( '<a href="%s" target="_blank">%s</a>', $foogallery_url, __( 'Download FooGallery', 'foobox-image-lightbox' ) ); ?></h4>
|
187 |
<?php } ?>
|
free/js/foobox.free.min.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
/**!
|
2 |
-
* FooBox - A jQuery
|
3 |
-
* @version 2.
|
4 |
* @link http://fooplugins.com/plugins/foobox-jquery
|
5 |
-
* @copyright Steven Usher & Brad Vincent
|
6 |
* @license Released under the MIT license.
|
7 |
* You are free to use FooBox jQuery in personal projects as long as this copyright header is left intact.
|
8 |
-
*/
|
9 |
-
!function(a,b,c,undefined){if(a&&b){b.FooBox={defaults:{affiliate:{enabled:!0,prefix:"Powered by ",url:"http://fooplugins.com/plugins/foobox/"},alwaysInit:!1,closeOnOverlayClick:!0,containerCssClass:"fbx-instance",countMessage:"item %index of %total",error:"Could not load the item",excludes:".fbx-link, .nofoobox",externalSelector:"a[data-foobox],input[data-foobox]",fitToScreen:!1,hideScrollbars:!0,loadDelay:0,loaderTimeout:600,modalClass:"",preload:!1,rel:null,resizeSpeed:300,selector:"a",showButtons:!0,showCount:!0,style:"fbx-rounded",theme:"fbx-light",transitionInSpeed:200,transitionOutSpeed:200,initCallback:null,loop:!0},version:"2.0.10",instances:[],ready:function(b){(Function("/*@cc_on return true@*/")()?"complete"===document.readyState:"loading"!==document.readyState)?b(a):setTimeout(function(){FooBox.ready(b)},1)}},FooBox.$=a,FooBox.format=function(a,b,c){var d,e,f=arguments[0];for(d=0;d<arguments.length-1;d++)e=new RegExp("\\{"+d+"\\}","gm"),f=f.replace(e,arguments[d+1]);return f},FooBox.browser={isIE:!1,isChrome:!1,isSafari:!1,isLtSafari10:!1,version:0,css:"",iOS:!1,Mac:!1,isMobile:function(a){return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))}(navigator.userAgent||navigator.vendor||b.opera),check:function(){var a=navigator.appVersion.toLowerCase(),c=navigator.userAgent.toLowerCase(),d=navigator.platform;FooBox.browser.iOS=/(iPad|iPhone|iPod)/g.test(d),1==FooBox.browser.iOS&&(FooBox.browser.css+=" fbx-ios"),FooBox.browser.Mac=/(Mac)/g.test(d),1==FooBox.browser.Mac&&(FooBox.browser.css+=" fbx-mac"),FooBox.browser.isChrome=a.indexOf("chrome")>-1||a.indexOf("crios")>-1,FooBox.browser.isChrome&&(FooBox.browser.css+=" fbx-chrome"),FooBox.browser.isSafari=a.indexOf("safari")>-1&&!FooBox.browser.isChrome,FooBox.browser.isSafari&&(FooBox.browser.css+=" fbx-safari",FooBox.browser.isLtSafari10=/constructor/i.test(b.HTMLElement)),FooBox.browser.isFirefox=c.indexOf("firefox")>-1,FooBox.browser.isFirefox&&(FooBox.browser.css+=" fbx-firefox");var e=c.indexOf("msie "),f=c.indexOf("trident/"),g=c.indexOf("edge/");if(FooBox.browser.isIE=e>-1||f>-1||g>-1,FooBox.browser.isIE){if(e>-1)FooBox.browser.version=parseInt(c.substring(e+5,c.indexOf(".",e)),10);else if(f>-1){var h=c.indexOf("rv:");FooBox.browser.version=parseInt(c.substring(h+3,c.indexOf(".",h)),10)}else g>-1&&(FooBox.browser.version=parseInt(c.substring(g+5,c.indexOf(".",g)),10));FooBox.browser.css=FooBox.format("fbx-ie fbx-ie{0}",FooBox.browser.version)}},supportsTransitions:function(){var a,b=document.body||document.documentElement,c=b.style,d="transition";if("string"==typeof c[d])return!0;a=["Moz","Webkit","Khtml","O","ms"],d=d.charAt(0).toUpperCase()+d.substr(1);for(var e=0;e<a.length;e++)if("string"==typeof c[a[e]+d])return!0;return!1},transitionEnd:function(){var a,b=document.createElement("fakeelement"),c={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(a in c)if(c.hasOwnProperty(a)&&b.style[a]!==undefined)return c[a];return null}},FooBox.browser.check(),FooBox.qualifiedURL=function(a){var b=document.createElement("a");return b.href=a,b.href},c||(c={}),c.log=c.log||function(){},c.warn=c.warn||function(){},c.error=c.error||function(){},c.info=c.info||function(){};var d={write:function(){c.log(FooBox.format.apply(d,arguments))},error:function(){1===arguments.length&&arguments[0]instanceof Error?c.error(arguments[0]):c.error(FooBox.format.apply(d,arguments))}};jQuery.Event.prototype.fb={instance:null,modal:null,options:null},FooBox.raise=function(b,c,d){d=d||{};var e=a.Event(c);return e.fb={},e.fb.instance=b,e.fb.modal=b.modal.element,e.fb.options=b.options,a.extend(!0,e.fb,d),b.element.one(c,function(a){a.stopPropagation()}).trigger(e),e},FooBox.isjQuery=function(a){return a instanceof jQuery?!0:a&&a.jquery},FooBox.options={isMultipart:function(a,b){return"string"==typeof a&&a.length>0&&-1!==a.indexOf(b)},hasProperties:function(a){if("object"!=typeof a)return!1;var b;for(b in a)if(a.hasOwnProperty(b))return!0;return!1},get:function(a,b){if(FooBox.options.isMultipart(b,".")){var c=b.substring(0,b.indexOf(".")),d=b.substring(b.indexOf(".")+1);return a[c]=a[c]||{},FooBox.options.get(a[c],d)}return a[b]},set:function(a,b,c){if(FooBox.options.isMultipart(b,".")){var d=b.substring(0,b.indexOf(".")),e=b.substring(b.indexOf(".")+1);a[d]=a[d]||{},FooBox.options.set(a[d],e,c)}else a[b]=c},merge:function(a,b,c){var d,e=Array.prototype.slice.call(arguments);for(a=e.shift(),b=e.shift(),FooBox.options._merge(a,b),d=0;d<e.length;d++)c=e[d],FooBox.options._merge(a,c);return a},_merge:function(b,c){var d;for(d in c)c.hasOwnProperty(d)&&(FooBox.options.hasProperties(c[d])&&!a.isArray(c[d])?(b[d]=b[d]||{},FooBox.options._merge(b[d],c[d])):a.isArray(c[d])?(b[d]=[],a.extend(!0,b[d],c[d])):b[d]=c[d])}},FooBox.objects={registered:{},ensure:function(a){return FooBox.objects.registered[a]=FooBox.objects.registered[a]||[]},register:function(b,c,d){var e=FooBox.objects.ensure(b);return e.push(c),"object"==typeof d&&a.extend(!0,FooBox.defaults,d),!0},load:function(a,b){var c,e,f=[],g=FooBox.objects.ensure(a);for(e=0;e<g.length;e++)try{c=g[e],f.push(new c(b))}catch(h){d.error(h)}b.objects=b.objects||{},b.objects[a]=f},call:function(b,c,e,f,g){var h,i=Array.prototype.slice.call(arguments);b=i.shift(),c=i.shift(),e=i.shift();for(var j=c.objects[b]||[],k=0;k<j.length;k++)try{if(h=j[k],!a.isFunction(h[e]))continue;h[e].apply(h,i)}catch(l){d.error(l)}},get:function(b,c,d){var e,f=c.objects[b];if(!f||!a.isFunction(d))return null;for(e=0;e<f.length;e++)if(d(f[e]))return f[e];return null}},FooBox.addons={_ns:"addons",validate:function(b){return a.isFunction(b)?!0:(d.error('Expected type "function", received type "{0}".',typeof b),!1)},register:function(a,b){return FooBox.addons.validate(a)?FooBox.objects.register(FooBox.addons._ns,a,b):(d.error("Failed to register the addon."),!1)},load:function(a){FooBox.objects.load(FooBox.addons._ns,a)},call:function(a,b,c,d){var e=Array.prototype.slice.call(arguments);e.unshift(FooBox.addons._ns),FooBox.objects.call.apply(this,e)}},FooBox.handlers={_ns:"handlers",validate:function(b){if(!a.isFunction(b))return d.error('Expected type "function", received type "{0}".',typeof b),!1;var c=new b;return a.isFunction(c.handles)?a.isFunction(c.defaults)?a.isFunction(c.parse)?a.isFunction(c.load)?a.isFunction(c.getSize)?a.isFunction(c.hasChanged)?a.isFunction(c.preload)?!0:(d.error('The required "preload" method is not implemented.'),!1):(d.error('The required "hasChanged" method is not implemented.'),!1):(d.error('The required "getSize" method is not implemented.'),!1):(d.error('The required "load" method is not implemented.'),!1):(d.error('The required "parse" method is not implemented.'),!1):(d.error('The required "defaults" method is not implemented.'),!1):(d.error('The required "handles" method is not implemented.'),!1)},register:function(a,b){return FooBox.handlers.validate(a)?FooBox.objects.register(FooBox.handlers._ns,a,b):(d.error("Failed to register the handler."),!1)},load:function(a){FooBox.objects.load(FooBox.handlers._ns,a)},call:function(a,b,c,d){var e=Array.prototype.slice.call(arguments);e.unshift(FooBox.handlers._ns),FooBox.objects.call.apply(this,e)},get:function(a,b){return FooBox.objects.get(FooBox.handlers._ns,a,function(a){return a.type==b})}},FooBox.Item=function(b,c,d){return this.type=b,this.element=FooBox.isjQuery(c)?c:a(c),this.handler=d,this.width=null,this.height=null,this.url=null,this.overflow=!1,this.preloaded=!1,this.proportion=!1,this.error=!1,this},FooBox.Size=function(a,b){return this.width="number"==typeof a?a:parseInt(a,0),this.height="number"==typeof b?b:parseInt(b,0),this.equalTo=function(a){return this.width==a.width&&this.height==a.height},this},FooBox.Size.check=function(a){return"number"==typeof a?a:isNaN(parseInt(a))?null:parseInt(a)},FooBox.Timer=function(){this.id=null,this.busy=!1;var a=this;return this.start=function(b,c,d){d=d||b,a.stop(),a.id=setTimeout(function(){b.call(d),a.id=null,a.busy=!1},c),a.busy=!0},this.stop=function(){null!==a.id&&a.busy!==!1&&(clearTimeout(a.id),a.id=null,a.busy=!1)},this},a.fn.foobox=function(b){return b=b||{},this.each(function(){var c=a(this),d=c.data("fbx_instance"),e=c.data("__FooGallery__");if(d instanceof FooBox.Instance)if(1==d.options.alwaysInit||e){var f=d.options;f.alwaysInit=!0,d.destroy(),d=new FooBox.Instance(d.id),d.init(this,a.extend(!0,f,b))}else d.reinit(b);else{if(d=a(this).data("fbx_p_instance"),d instanceof FooBox.Instance)return;d=new FooBox.Instance,d.init(this,b)}})},FooBox.Modal=function(c){this.FooBox=c,this.element=null,this.loaderTimeout=new FooBox.Timer,this._first=!1,this._busy=!1,this._closed=!1;var e=this;return this.init=function(a,b){e.setup.html(),e.setup.options(b),e.setup.bind()},this.reinit=function(a){e.setup.options(a)},this.destroy=function(){FooBox.isjQuery(e.element)&&e.element.remove()},this.setup={html:function(){if(!FooBox.isjQuery(e.element)){e.element=a('<div class="fbx-modal"></div>'),e.element.append('<div class="fbx-inner-spacer"></div>');var b=a('<div class="fbx-stage"></div>');b.append('<div class="fbx-item-current"></div>'),b.append('<div class="fbx-item-next"></div>');var c=a('<div class="fbx-inner fbx-inner-shadow"></div>');c.append(b),c.append('<a class="fbx-prev fbx-btn-transition fbx-btn-shadow"></a>'),c.append('<div class="fbx-credit"><a target="_blank" href=""><em></em><span> FooBox</span></a></div>'),c.append('<span class="fbx-count" />'),c.append('<a class="fbx-next fbx-btn-transition fbx-btn-shadow"></a>'),c.append('<a class="fbx-close fbx-btn-transition fbx-btn-shadow"></a>'),e.element.append('<div class="fbx-loader"><div></div></div>'),e.element.append(c),e.FooBox.raise("foobox.setupHtml"),a("body").append(e.element)}},options:function(a){var b;e.element.removeClass().addClass("fbx-modal").addClass(FooBox.format("fbx-{0}",e.FooBox.id)).addClass(e.FooBox.element.data("style")||a.style).addClass(e.FooBox.element.data("theme")||a.theme).addClass(e.FooBox.element.data("modal-class")).addClass(a.modalClass).data("fbx_instance",e.FooBox),e.element.addClass(FooBox.browser.css),b=a.affiliate.enabled?"":"none",e.element.find(".fbx-credit").css("display",b),a.affiliate.enabled&&(e.element.find(".fbx-credit > a").attr("href",a.affiliate.url),e.element.find(".fbx-credit > a > em").text(a.affiliate.prefix)),b=a.showCount&&e.FooBox.items.multiple()?"":"none",e.element.find(".fbx-count").css("display",b),a.showButtons&&e.FooBox.items.multiple()||e.element.addClass("fbx-no-buttons"),e.FooBox.raise("foobox.setupOptions")},bind:function(){1==e.FooBox.options.closeOnOverlayClick&&e.element.off("click.foobox").on("click.foobox",function(b){1==e.FooBox.options.closeOnOverlayClick&&a(b.target).is(".fbx-modal")&&e.close()}),e.element.find(".fbx-close").off("click.foobox").on("click.foobox",function(a){a.preventDefault(),a.stopPropagation(),e.close()}).end().find(".fbx-prev").off("click.foobox").on("click.foobox",function(b){b.preventDefault(),b.stopPropagation(),a(this).hasClass("fbx-disabled")||e.prev()}).end().find(".fbx-next").off("click.foobox").on("click.foobox",function(b){b.preventDefault(),b.stopPropagation(),a(this).hasClass("fbx-disabled")||e.next()})}},this.prioritize=function(){FooBox.instances.length>1&&e.element.nextAll(".fbx-modal:last").after(e.element)},this.preload=function(){if(1==e.FooBox.options.preload){var a=e.FooBox.items.prev();a&&a.handler.preload(a);var b=e.FooBox.items.next();b&&b.handler.preload(b)}},this.show=function(b){function c(a){if(e.loaderTimeout.stop(),e.element.removeClass("fbx-loading"),e._busy=!1,d.error(a),!e.FooBox.raise("foobox.onError",{error:a}).isDefaultPrevented()){var c=e.FooBox.items.error(f.index);null!=c&&e.show(b)}}var f=e.FooBox.items.current();if(f){b=b||!1,e._first=b,e._busy=!0,e._closed=!1,a("body").addClass("fbx-active"),e.FooBox.options.hideScrollbars&&a("html").addClass("fbx-no-scroll"),1==f.error?e.element.addClass("fbx-error"):e.element.removeClass("fbx-error"),e.element.hasClass("fbx-show")||(e.prioritize(),e.element.addClass("fbx-loading").find(".fbx-inner").css({width:"100px",height:"100px","margin-top":"-50px","margin-left":"-50px"}));var g=e.element.find(".fbx-item-current"),h=e.element.find(".fbx-item-next");if(h.hide().css("opacity","0"),e.element.find(".fbx-count").text(e.FooBox.options.countMessage.replace("%index",""+(e.FooBox.items.indexes.current+1)).replace("%total",""+e.FooBox.items.array.length)),e.FooBox.raise("foobox.beforeLoad",{item:f}).isDefaultPrevented())return void(e._busy=!1);if(f.handler.hasChanged(f)){var i=f.index,j=f.element.get(0);f=f.handler.parse(f.element);var k=e.FooBox.raise("foobox.parseItem",{element:f.element,item:f});j.index=k.fb.item.index=i,e.FooBox.items.array[i]=k.fb.item}e.preload(),e.loaderTimeout.start(function(){e.element.addClass("fbx-loading")},e.FooBox.options.loaderTimeout),setTimeout(function(){e.checkForLoop(f),f.handler.load(f,h,function(a){return 1==e._closed?void(e._busy=!1):void e.transitionOut(g,function(){return 1==e._closed?void(e._busy=!1):void e.resize(a,h,function(){return 1==e._closed?void(e._busy=!1):(e.loaderTimeout.stop(),h.show(),void e.transitionIn(h,function(){return 1==e._closed?void(e._busy=!1):(h.add(g).toggleClass("fbx-item-next fbx-item-current"),g.empty(),void(e.element.hasClass("fbx-show")?(e.element.removeClass("fbx-loading"),e.FooBox.raise("foobox.afterLoad",{item:f}),e.triggerFooGalleryLayout(h),e._busy=!1):e.FooBox.raise("foobox.beforeShow",{item:f}).isDefaultPrevented()||(e.element.removeClass("fbx-loading").addClass("fbx-show"),e.FooBox.raise("foobox.afterShow",{item:f}),e.FooBox.raise("foobox.afterLoad",{item:f}),e.triggerFooGalleryLayout(h),e._busy=!1)))},c))},c)},c)},c)},e.FooBox.options.loadDelay)}},this.triggerFooGalleryLayout=function(c){b.FooGallery&&c.find(".foogallery").each(function(){var b=a(this).data("__FooGallery__");b&&b.initialized&&b.layout()})},this.checkForLoop=function(a){1!=e.FooBox.options.loop&&(e.element.find(".fbx-prev, .fbx-next").removeClass("fbx-disabled"),e.FooBox.items.is.first(a)&&e.element.find(".fbx-prev").addClass("fbx-disabled"),e.FooBox.items.is.last(a)&&e.element.find(".fbx-next").addClass("fbx-disabled"))},this.resize=function(b,c,d,f){try{if(0===b.width||0===b.height)return void(a.isFunction(f)&&f(FooBox.format("Invalid size supplied. Width = {0}, Height = {1}",b.width,b.height)));var g=e.FooBox.items.current(),h=new FooBox.Size(b.width,b.height),i=e.element.find(".fbx-inner"),j=e.element.find(".fbx-inner-spacer"),k=parseInt(j.css("padding-top"),0),l=parseInt(j.css("padding-bottom"),0),m=parseInt(j.css("padding-left"),0),n=parseInt(j.css("padding-right"),0),o=parseInt(i.css("border-top-width"),0),p=parseInt(i.css("border-bottom-width"),0),q=parseInt(i.css("border-left-width"),0),r=parseInt(i.css("border-right-width"),0),s=parseInt(i.css("padding-left"),0),t=k+l+2*s+o+p,u=m+n+2*s+q+r,v=new FooBox.Size(parseInt(i.css("width"),0),parseInt(i.css("height"),0)),w=new FooBox.Size(e.element.width()-u,e.element.height()-t),x=w.width/b.width;b.height*x>w.height&&(x=w.height/b.height),e.FooBox.options.fitToScreen===!0||1==g.proportion&&(b.height>w.height||b.width>w.width)?(b.height=Math.floor(b.height*x),b.width=Math.floor(b.width*x)):0==g.proportion&&(b.height>w.height&&(b.height=w.height),b.width>w.width&&(b.width=w.width)),b.height<100&&(b.height=100),b.width<100&&(b.width=100);var y=-(b.height/2+s+(p+o)/2+l/2-k/2),z=-(b.width/2+s+(r+q)/2+n/2-m/2);if(v.equalTo(b))i.css({height:b.height,width:b.width,"margin-top":y,"margin-left":z}),e.overflow(g,h,b,c),e.FooBox.raise("foobox.afterResize",{item:g,size:b}),a.isFunction(d)&&d();else if(!e.FooBox.raise("foobox.beforeResize",{item:g,size:b,offset:{top:y,left:z},error:f,success:d}).isDefaultPrevented())if(y=-(b.height/2+s+(p+o)/2+l/2-k/2),z=-(b.width/2+s+(r+q)/2+n/2-m/2),e.element.hasClass("fbx-show"))if(FooBox.browser.supportsTransitions()){var A=e.FooBox.options.resizeSpeed/1e3,B="all "+A+"s ease-in-out";i.css({WebkitTransition:B,MozTransition:B,MsTransition:B,OTransition:B,transition:B}),i.css({height:b.height,width:b.width,"margin-top":y,"margin-left":z}),setTimeout(function(){i.css({WebkitTransition:"",MozTransition:"",MsTransition:"",OTransition:"",transition:""}),e.overflow(g,h,b,c),e.FooBox.raise("foobox.afterResize",{item:g,size:b}),a.isFunction(d)&&d(b)},e.FooBox.options.resizeSpeed)}else i.animate({height:b.height,width:b.width,"margin-top":y,"margin-left":z},e.FooBox.options.resizeSpeed,function(){e.overflow(g,h,b,c),e.FooBox.raise("foobox.afterResize",{item:g,size:b}),a.isFunction(d)&&d(b)});else i.css({height:b.height,width:b.width,"margin-top":y,"margin-left":z}),e.overflow(g,h,b,c),e.FooBox.raise("foobox.afterResize",{item:g,size:b}),a.isFunction(d)&&d()}catch(C){a.isFunction(f)&&f(C)}},this.overflow=function(a,b,c,d){var f=d.find(".fbx-item");1==a.overflow&&(c.width<.8*b.width||c.height<.8*b.height)||1==a.overflow&&0==a.proportion&&(c.width<b.width||c.height<b.height)||1==a.overflow&&"html"==a.type?("html"==a.type?(f.css({width:"100%",height:"auto",overflow:""}),d.css("overflow","auto")):(f.css({width:b.width,height:b.height,overflow:""}),d.css({"overflow-x":b.width<=c.width?"hidden":"","overflow-y":b.height<=c.height?"hidden":""})),e.FooBox.raise("foobox.showOverflow",{item:a,container:d})):(f.css({width:"",height:"",overflow:"hidden"}),d.css({"overflow-x":"","overflow-y":"",overflow:"hidden"}),e.FooBox.raise("foobox.hideOverflow",{item:a,container:d}))},this.transitionOut=function(b,c,d){try{if(!e.element.hasClass("fbx-show"))return void(a.isFunction(c)&&c());b.animate({opacity:0},b.is(":visible")?e.FooBox.options.transitionOutSpeed:0,function(){a.isFunction(c)&&c()})}catch(f){a.isFunction(d)&&d(f)}},this.transitionIn=function(b,c,d){try{if(!e.element.hasClass("fbx-show"))return b.css({opacity:1}),void(a.isFunction(c)&&c());b.animate({opacity:1},e.FooBox.options.transitionInSpeed,function(){a.isFunction(c)&&c()})}catch(f){a.isFunction(d)&&d(f)}},this.close=function(){e.FooBox.raise("foobox.beforeClose").isDefaultPrevented()||(e._closed=!0,e._busy=!1,e.element.removeClass("fbx-loading fbx-show"),a("body").removeClass("fbx-active"),e.FooBox.raise("foobox.close"),e.element.find(".fbx-item-current, .fbx-item-next").empty(),a("html").removeClass("fbx-no-scroll"),e.FooBox.raise("foobox.afterClose"))},this.prev=function(a){if(1!=e._busy){if(e.FooBox.items.indexes.set(e.FooBox.items.indexes.prev),"string"==typeof a)for(var b=e.FooBox.items.current();b.type!=a;)e.FooBox.items.indexes.set(e.FooBox.items.indexes.prev),b=e.FooBox.items.current();e.show(!1),e.FooBox.raise("foobox.previous")}},this.next=function(a){if(1!=e._busy){if(e.FooBox.items.indexes.set(e.FooBox.items.indexes.next),"string"==typeof a)for(var b=e.FooBox.items.current();b.type!=a;)e.FooBox.items.indexes.set(e.FooBox.items.indexes.next),b=e.FooBox.items.current();e.show(!1),e.FooBox.raise("foobox.next")}},this},FooBox.Instance=function(b){this.id=null,"number"==typeof b?(this.id=b,FooBox.instances[b-1]=this):this.id=FooBox.instances.push(this),this.element=null,this.options=a.extend(!0,{},FooBox.defaults),this.modal=new FooBox.Modal(this),this.objects={},FooBox.addons.load(this),FooBox.handlers.load(this);var c=this;return this.raise=function(a,b){return FooBox.raise(c,a,b)},this.init=function(b,d){c.element=FooBox.isjQuery(b)?b:a(b),c.options=FooBox.options.merge(c.options,d||{}),FooBox.addons.call(c,"preinit",c.element,c.options),c.items.init(),c.items.array.length>0?(c.element.data("fbx_instance",c),c.options.containerCssClass&&c.element.addClass(c.options.containerCssClass),c.setup.bind(),c.modal.init(b,c.options),FooBox.handlers.call(c,"init",c.element,c.options),c.raise("foobox.initialized"),a.isFunction(c.options.initCallback)&&c.options.initCallback.call(c)):c.destroy()},this.reinit=function(a){c.options=FooBox.options.merge(c.options,a||{}),c.items.init(!0),c.items.array.length>0?(c.setup.bind(),c.modal.reinit(c.options),FooBox.handlers.call(c,"reinit",c.options),c.raise("foobox.reinitialized")):c.destroy()},this.destroy=function(){FooBox.addons.call(c,"destroy"),FooBox.handlers.call(c,"destroy"),c.items.destroy(),c.modal.destroy(),c.element.removeClass("fbx-instance fbx-item").data({fbx_instance:null,fbx_p_instance:null}),c.id==FooBox.instances.length?FooBox.instances.splice(c.id-1,1):FooBox.instances[c.id-1]=null,c.raise("foobox.destroy")},this.setup={bind:function(){a(c.options.externalSelector).off("click.fooboxExternal").on("click.fooboxExternal",function(b){b.preventDefault();var c=a(this).data("foobox"),d=a(c),e=d.data("fbx_instance")||d.data("fbx_p_instance");return d.length>0&&e instanceof FooBox.Instance&&e.modal instanceof FooBox.Modal&&e.modal.show(!0),!1})}},this.items={array:[],indexes:{prev:-1,current:0,next:1,direction:"*",set:function(a){var b=c.items.indexes.current;a=a||0,a=a>c.items.array.length-1?0:0>a?c.items.array.length-1:a;var d=a-1,e=a+1;c.items.indexes.current=a,c.items.indexes.prev=0>d?c.items.array.length-1:d,c.items.indexes.next=e>c.items.array.length-1?0:e,c.items.indexes.direction=c.items.indexes._direction(b,a,c.items.array.length-1)},_direction:function(a,b,c){return 0==b&&a==c?">":b==c&&0==a?"<":b>a?">":a>b?"<":"*"}},new_array:function(b){b=b||!1;var d,e,f,g=0;if(1==b){if(c.items.array.length>0){for(var h=0;h<c.items.array.length;h++)d=c.items.array[h],FooBox.isjQuery(d.element)?0==d.element.parents(":first").length&&(c.items.array.splice(h,1),h-=1):d.option||(c.items.array.splice(h,1),h-=1);for(var i=0;i<c.items.array.length;i++)d=c.items.array[i],FooBox.isjQuery(d.element)?(f=d.element.get(0),f.index=d.index=i):d.index=i}}else c.items.array=[];if(a.isArray(c.options.items))for(var j=0;j<c.options.items.length;j++)if(d=c.options.items[j],-1==c.items.indexOf(d))for(var k=0;k<c.objects.handlers.length;k++)if(c.objects.handlers[k].type==d.type){d.index=g,d.option=!0,d.handler=c.objects.handlers[k],d.handler.defaults(d),e=c.raise("foobox.parseItem",{element:null,item:d}),c.items.array.push(e.fb.item),g++;break}},init:function(b){b=b||!1,c.items.new_array(b);var d,e;if(c.element.is(c.options.selector)&&!c.element.is(c.options.excludes)&&c.items.add(c.element))c.element.off("click.item").on("click.item",c.items.clicked);else if(c.element.is(".foogallery")&&(d=c.element.data("__FooGallery__"))&&d.items&&(e=d.items.all()).length>0){d.filter&&a.isArray(d.filter.items)&&(e=d.filter.items.slice(0));var f=a.map(e,function(a){return a.$anchor?a.$anchor.get(0):null});a(f).not(c.options.excludes).off("click.item").filter(function(){return c.items.add(this)}).on("click.item",c.items.clicked),c.element.on("click.item",".fbx-link",c.items.clicked)}else c.element.find(c.options.selector).not(c.options.excludes).off("click.item").filter(function(){return c.items.add(this)}).on("click.item",c.items.clicked),c.element.on("click.item",".fbx-link",c.items.clicked);c.items.rel()},destroy:function(){c.element.off("click.item",".fbx-link",c.items.clicked);var b,d;for(d=0;d<c.items.array.length;d++)b=c.items.array[d],a.isFunction(b.destroy)&&b.destroy(),FooBox.isjQuery(b.element)&&b.element.off("click.item").removeClass("fbx-link").data("fbx_p_instance",null);c.items.array=[]},rel:function(){var b=c.options.rel||c.element.attr("rel")||(c.items.first(function(a){return FooBox.isjQuery(a.element)?"string"==typeof a.element.attr("rel"):!1})||{element:a()}).element.attr("rel");"string"==typeof b&&a('[rel="'+b+'"]').not(c.options.excludes).not(c.element).off("click.item").filter(function(){return c.items.add(this)}).on("click.item",c.items.clicked)},indexOf:function(a,b){if(!a)return-1;b=b||"url";var d;for(d=0;d<c.items.array.length;d++)if(c.items.array[d][b]==a[b])return d;return-1},is:{first:function(a){return c.items.array&&0!=c.items.array.length?c.items.array[0].index==a.index:!1},last:function(a){return c.items.array&&0!=c.items.array.length?c.items.array[c.items.array.length-1].index==a.index:!1}},add:function(b){b=FooBox.isjQuery(b)?b:a(b);var d=c.items.parse(b,c.items.array.length);if(null===d)return!1;var e=b.get(0),f=c.items.indexOf(d);-1!=f?(d=c.items.array[f],e.index=d.index):e.index=d.index=c.items.array.push(d)-1;var g=b.addClass("fbx-link").data("fbx_p_instance");return g instanceof FooBox.Instance||b.data("fbx_p_instance",c),!0},get:function(b){b=FooBox.isjQuery(b)?b:a(b);var d=null,e=b.get(0).index;return e&&e>0&&e<=c.items.array.length-1&&(d=c.items.array[e]),d},parse:function(b,d){b=FooBox.isjQuery(b)?b:a(b);for(var e,f,g=0;g<c.objects.handlers.length;g++)if(c.objects.handlers[g].handles(b,c.element)){e=c.objects.handlers[g].parse(b),isNaN(d)||(e.index=d),f=c.raise("foobox.parseItem",{element:b,item:e});break}return"undefined"!=typeof f&&f.fb.item?f.fb.item:null},error:function(b){function d(b){var c=this;return c.FooBox=b,c.type="error",c.handles=function(){return!1},c.hasChanged=function(){return!1},c.defaults=function(){},c.parse=function(){},c.load=function(b,d,e,f){try{d.empty().append(b.content),a.isFunction(e)&&e(c.getSize(b))}catch(g){a.isFunction(f)&&f(g)}},c.getSize=function(a){return new FooBox.Size(a.width,a.height)},c}if(c.items.array.length>b&&1==c.items.array[b].error)return c.items.array[b];var e,f,g=FooBox.handlers.get(c,"html"),h=!1;if(null==g&&(g=new d(c)),null!==c.options.error.match(/^#/i)&&a(c.options.error).length>0)e=a(c.options.error),h=!0;else{var i=FooBox.format('<div class="fbx-error-msg" data-width="240" data-height="240"><span></span><p>{0}</p></div>',c.options.error);e=a(i)}return f=new FooBox.Item(g.type,e.get(0),g),f.selector=1==h?c.options.error:null,f.index=b,f.error=!0,f.title=e.data("title")||null,f.description=e.data("description")||null,f.width=e.data("width")||240||null,f.height=e.data("height")||240||null,f.content=1==h?null:e,f.fullscreen=!0,f.handler=g,c.items.array[b]=f,f},first:function(a){for(var b=null,d=0;d<c.items.array.length;d++)if(a(c.items.array[d])){b=c.items.array[d];break}return b},current:function(){return c.items.array[c.items.indexes.current]},prev:function(){return c.items.array[c.items.indexes.prev]},next:function(){return c.items.array[c.items.indexes.next]},multiple:function(){return c.items.array.length>1},clicked:function(a){return a.preventDefault(),c.items.indexes.set(this.index),c.modal.show(!0),!1}},this},FooBox.open=function(b){var c,d=null;if("object"==typeof b){var e=document.createElement("a");a(e).foobox(b),d=a(e).data("fbx_instance")}else"number"==typeof b?c=b:(c=parseInt(b||0),c=isNaN(c)?0:c),c=c>FooBox.instances.length-1?FooBox.instances.length-1:0>c?0:c,d=FooBox.instances[c];return null!=d&&d.modal instanceof FooBox.Modal?(d.modal.show(!0),d):null},FooBox.close=function(){var a,b=[],c=null;for(a=0;a<FooBox.instances.length;a++)c=FooBox.instances[a],null!=c&&c.modal instanceof FooBox.Modal&&FooBox.isjQuery(c.modal.element)&&c.modal.element.hasClass("fbx-show")&&b.push(c);for(a=0;a<b.length;a++)c=b[a],c.modal.close()},FooBox.resize=function(c,d){if(c||d){var e,f,g,h;for(e=0;e<FooBox.instances.length;e++)f=FooBox.instances[e],null!=f&&f.modal instanceof FooBox.Modal&&FooBox.isjQuery(f.modal.element)&&f.modal.element.hasClass("fbx-show")&&(g=f.items.current(),h=new FooBox.Size(c||g.width||0,d||g.height||0),g.width=h.width,g.height=h.height,f.modal.resize(h,f.modal.element.find(".fbx-item-current")))}else a(b).trigger("resize.foobox")},FooBox.lateBind=function(c,d){var e=a.extend(!0,{},FooBox.defaults,d||b.FOOBOX&&FOOBOX.o||{}),f=a(c);f.on("click.foobox",e.selector,function(a){a.preventDefault();var b=f.data("fbx_instance");b||(b=f.foobox(e).data("fbx_instance")),b instanceof FooBox.Instance&&"number"==typeof this.index&&(b.items.indexes.set(this.index),b.modal.show(!0))})}}}(jQuery,window,window.console),function(a,b){var c={images:{noRightClick:!1,attr:"href",overflow:!1,fullscreen:!0,showCaptions:!0,regex:/https?:\/\/.*?\/.*?\.(jpg|jpeg|png|gif|bmp|webp|svg)/i,maxWidth:-1,maxHeight:-1,findUrl:function(a,c){if(!c)return"";if(c.data("image"))return c.data("image");var d=c.attr(a.options.images.attr);return"string"==typeof d?b.qualifiedURL(c.attr(a.options.images.attr)):""}}};b.Item.prototype.image=null,b.Item.prototype.maxWidth=null,b.Item.prototype.maxHeight=null,b.ImageHandler=function(c){this.FooBox=c,this.type="image";var d=this;this.handles=function(a){var b=d.FooBox.options.images.findUrl(d.FooBox,a),c="string"==typeof b&&null!=b.match(d.FooBox.options.images.regex),e=d.FooBox.raise("foobox.handlesImage",{element:a,handle:c});return e.fb.handle},this.defaults=function(a){a.fullscreen=a.fullscreen||d.FooBox.options.images.fullscreen,a.captions=a.captions||d.FooBox.options.images.showCaptions,a.social=a.social||!0,a.overflow=a.overflow||d.FooBox.options.images.overflow,a.proportion=a.proportion||!0,a.maxWidth=a.maxWidth||d.FooBox.options.images.maxWidth,a.maxHeight=a.maxHeight||d.FooBox.options.images.maxHeight},this.parse=function(a){var c=new b.Item(d.type,a,this);return d.defaults(c),c.url=d.FooBox.options.images.findUrl(d.FooBox,a)||null,c.width=b.Size.check(a.data("width")||c.width||null),c.height=b.Size.check(a.data("height")||c.height||null),c.fullscreen="boolean"==typeof a.data("fullscreen")?a.data("fullscreen"):c.fullscreen,c.overflow="boolean"==typeof a.data("overflow")?a.data("overflow"):c.overflow,c.proportion="boolean"==typeof a.data("proportion")?a.data("proportion"):c.proportion,c.maxWidth="number"==typeof a.data("maxWidth")?a.data("maxWidth"):c.maxWidth,c.maxHeight="number"==typeof a.data("maxHeight")?a.data("maxHeight"):c.maxHeight,c.image=null,c.image_url=c.url,c},this.load=function(b,c,e,f){try{var g=function(){var f=a(b.image).addClass("fbx-item fbx-item-image");d.FooBox.options.images.noRightClick&&f.on("contextmenu",function(a){return a.preventDefault(),!1}),c.empty().append(f),a.isFunction(e)&&e(d.getSize(b))};b.image&&null!==b.image?g():(b.image=new Image,b.image.onload=function(){b.image.onload=b.image.onerror=null,b.width&&b.height||(b.height=b.image.height,b.width=b.image.width),g()},b.image.onerror=function(){b.image.onload=b.image.onerror=null,b.image=null,a.isFunction(f)&&f("An error occurred attempting to load the image.")},b.image.src=b.url);
|
10 |
-
}catch(h){a.isFunction(f)&&f(h)}},this.preload=function(a){if(1!=a.preloaded){var b=new Image;b.src=a.url,a.preloaded=!0}},this.getSize=function(a){if(null!=a.width&&null!=a.height){if(a.maxWidth>0&&a.maxHeight>0&&(a.width>a.maxWidth||a.height>a.maxHeight)){var c=a.width>a.height?a.maxWidth/a.width:a.maxHeight/a.height;a.width*=c,a.height*=c}return new b.Size(a.width,a.height)}return new b.Size(0,0)},this.hasChanged=function(a){if(b.isjQuery(a.element)){var c=d.FooBox.options.images.findUrl(d.FooBox,a.element);return a.url!=c}return!1}},b.handlers.register(b.ImageHandler,c)}(jQuery,window.FooBox),function(a,b){var c={keyboard:{enabled:!0,preventDefault:!1,stopPropagation:!1}};b.Keyboard=function(a){this.FooBox=a;var c=this;this.preinit=function(a){c.handlers.unbind(!0),a.on({"foobox.initialized foobox.reinitialized":c.handlers.initialized,"foobox.setupHtml":c.handlers.setupHtml})},this.destroy=function(){c.handlers.unbind(!0)},this.handlers={unbind:function(a){a=a||!1,a&&c.FooBox.element.off({"foobox.initialized foobox.reinitialized":c.handlers.initialized,"foobox.setupHtml":c.handlers.setupHtml}),c.FooBox.element.off("foobox.afterLoad",c.handlers.afterLoad),b.isjQuery(c.FooBox.modal.element)&&c.FooBox.modal.element.off("keydown.foobox",c.handlers.onKeydown)},initialized:function(){c.handlers.unbind(),1==c.FooBox.options.keyboard.enabled&&(c.FooBox.element.on("foobox.afterLoad",c.handlers.afterLoad),b.isjQuery(c.FooBox.modal.element)&&c.FooBox.modal.element.on("keydown.foobox",c.handlers.onKeydown))},setupHtml:function(a){a.fb.modal.attr("tabindex",0)},afterLoad:function(a){a.fb.modal.focus()},onKeydown:function(a){var b=c.FooBox.modal,d=c.FooBox.options.keyboard;b.element.hasClass("fbx-show")&&(b.element.hasClass("fbx-fullscreen-mode")||27!==a.which?c.FooBox.items.multiple()&&37===a.which?b.prev():c.FooBox.items.multiple()&&39===a.which&&b.next():b.close(),1==d.preventDefault&&a.preventDefault(),1==d.stopPropagation&&a.stopPropagation(),c.FooBox.raise("foobox.keydown",{keyCode:a.which}))}}},b.addons.register(b.Keyboard,c)}(jQuery,window.FooBox),function(a,b){var c={hideNavOnMobile:!1,resizeTimeout:300,breakpoints:{phone:812,tablet:1366},iosInterval:200};b.BPInfo=function(b){var c=a(window);this.width=c.width(),this.height=c.height(),this.orientation=this.width>this.height?"fbx-landscape":"fbx-portrait";var d,e=null;if(a.isArray(b))for(var f=0;f<b.length;f++)if(d=b[f],d&&d.width&&this.width<=d.width){e=d;break}this.breakpoint=null==e?"fbx-desktop":e.name},b.Responsive=function(c){this.FooBox=c,this.breakpoint={values:[],names:""},this.timers={resize:new b.Timer,ios:new b.Timer};var d=this,e=null;this.preinit=function(a){d.handlers.unbind(!0),a.on("foobox.initialized foobox.reinitialized",d.handlers.initialized)},this.destroy=function(){d.handlers.unbind(!0)},this.handlers={unbind:function(b){b=b||!1,b&&d.FooBox.element.off("foobox.initialized foobox.reinitialized",d.handlers.initialized),a(window).off("resize.foobox",d.handlers.resize),d.FooBox.element.off({"foobox.beforeShow":d.handlers.iosBeforeShow,"foobox.close":d.handlers.iosClose})},initialized:function(){d.handlers.unbind(),d.setup.breakpoints(),d.style(),a(window).on("resize.foobox",d.handlers.resize),b.browser.iOS&&(b.browser.isSafari||b.browser.isChrome)&&d.FooBox.element.on({"foobox.beforeShow":d.handlers.iosBeforeShow,"foobox.close":d.handlers.iosClose})},resize:function(){d.timers.resize.start(function(){d.style();var a=d.FooBox,b=d.FooBox.items.current();if(a.modal.element.has("fbx-show")&&null!=b){var c=b.handler.getSize(b),e=a.modal.element.find(".fbx-item-current");a.modal.resize(c,e,function(){a.modal.triggerFooGalleryLayout(e);var c=b.handler.getSize(b),d=e.height();d!=c.height&&a.modal.resize(c,e,function(){a.modal.triggerFooGalleryLayout(e)})})}},d.FooBox.options.resizeTimeout)},iosBeforeShow:function(){d.timers.ios.start(d.handlers.ios,d.FooBox.options.iosInterval)},iosClose:function(){d.timers.ios.stop()},ios:function(){if(!d.FooBox.modal.element.hasClass("fbx-show"))return void d.timers.ios.start(d.handlers.ios,d.FooBox.options.iosInterval);var a=window.orientation||0,c=window.innerHeight,f=90==a||-90==a,g=0,h=0,i=f?screen.availWidth:screen.availHeight;b.browser.isChrome?(g=i-(f?76:56),h=i-(f?0:20)):b.browser.isSafari&&(g=i-88,h=i-(f?0:19)),(null==e||0==e)&&g>=c?(e=!0,d.iosRedraw()):(null==e||1==e)&&c>=h&&(e=!1,d.iosRedraw()),d.timers.ios.start(d.handlers.ios,d.FooBox.options.iosInterval)}},this.setup={breakpoints:function(){d.breakpoint.values=[],d.breakpoint.names="";for(var a in d.FooBox.options.breakpoints)d.FooBox.options.breakpoints.hasOwnProperty(a)&&(d.breakpoint.values.push({name:d.fixName(a),width:d.FooBox.options.breakpoints[a]}),d.breakpoint.names+=d.fixName(a)+" ");d.breakpoint.values.sort(function(a,b){return a.width-b.width})}},this.iosRedraw=function(){window.scrollTo(0,document.body.scrollTop),a(window).trigger("resize")},this.fixName=function(a){return/^fbx-[a-zA-Z0-9]/.test(a)?a:"fbx-"+a},this.style=function(){var a=new b.BPInfo(d.breakpoint.values),c=d.FooBox.modal.element;c.removeClass(d.breakpoint.names).removeClass("fbx-desktop fbx-landscape fbx-portrait").addClass(a.breakpoint).addClass(a.orientation),d.FooBox.options.hideNavOnMobile===!0?c.addClass("fbx-no-nav"):c.removeClass("fbx-no-nav")}},b.Responsive.metaCheck=function(){var b=a("meta[name=viewport]"),c=b.attr("content");if(b.length>0&&"string"==typeof c){for(var d=c.split(","),e=!1,f=!1,g=0;g<d.length;g++){var h=a.trim(d[g]);"width"==h.substring(0,5)&&-1!==h.indexOf("device-width")?e=!0:"initial-scale"==h.substring(0,13)&&(f=!0)}e&&!f&&(d.push("initial-scale=1"),c=d.join(","),b.attr("content",c))}},b.addons.register(b.Responsive,c),b.Responsive.metaCheck()}(jQuery,window.FooBox),function(a,b){var c={captions:{animation:"slide",enabled:!0,descSource:"find",hoverDelay:300,maxHeight:.4,onlyShowOnHover:!1,onlyShowOnClick:!1,overrideDesc:!1,overrideTitle:!1,prettify:!1,titleSource:"image_find"}};b.Item.prototype.captions=!1,b.Item.prototype.title=null,b.Item.prototype.description=null,b.Item.prototype.caption=null,b.Captions=function(c){this.FooBox=c,this.timers={hover:new b.Timer};var d=this;this.preinit=function(a){d.handlers.unbind(!0),a.on({"foobox.initialized foobox.reinitialized":d.handlers.initialized,"foobox.setupHtml":d.handlers.setupHtml,"foobox.setupOptions":d.handlers.setupOptions,"foobox.parseItem":d.handlers.parseItem,"foobox.onError":d.handlers.onError,"foobox.beforeClose":d.handlers.beforeClose})},this.destroy=function(){d.handlers.unbind(!0)},this.handlers={unbind:function(a){a=a||!1,a&&d.FooBox.element.off({"foobox.initialized foobox.reinitialized":d.handlers.initialized,"foobox.setupHtml":d.handlers.setupHtml,"foobox.setupOptions":d.handlers.setupOptions,"foobox.parseItem":d.handlers.parseItem,"foobox.onError":d.handlers.onError,"foobox.beforeClose":d.handlers.beforeClose}),d.FooBox.element.off({"foobox.beforeLoad":d.handlers.beforeLoad,"foobox.afterLoad":d.handlers.afterLoad}),d.FooBox.modal instanceof b.Modal&&b.isjQuery(d.FooBox.modal.element)&&d.FooBox.modal.element.off("mouseenter.captions mouseleave.captions").find(".fbx-item-current, .fbx-item-next").off("click.captions")},initialized:function(a){d.handlers.unbind(),a.fb.options.captions.enabled===!0&&(a.fb.instance.element.on({"foobox.beforeLoad":d.handlers.beforeLoad,"foobox.afterLoad":d.handlers.afterLoad,"foobox.beforeClose":d.handlers.beforeClose}),-1===a.fb.options.modalClass.indexOf("fbx-caption-toggle-only")&&a.fb.modal.find(".fbx-item-current, .fbx-item-next").on("click.captions",d.handlers.toggleCaptions),a.fb.options.captions.onlyShowOnHover===!0&&a.fb.modal.on("mouseenter.captions",".fbx-inner:not(:has(.fbx-item-error))",d.handlers.mouseenter).on("mouseleave.captions",".fbx-inner:not(:has(.fbx-item-error))",d.handlers.mouseleave))},toggleCaptions:function(b){if(a(b.target).is("img")||a(b.target).is(".fbx-close-caption")||a(b.target).is(".fbx-open-caption")){var c=d.FooBox.items.current(),e=d.FooBox.modal.element;c.captions&&!e.hasClass("fbx-error")&&(b.preventDefault(),e.find(".fbx-caption").is(".fbx-fade-caption, .fbx-slide-caption, .fbx-hide-caption")?(e.removeClass("fbx-captions-hidden"),d.show()):(e.addClass("fbx-captions-hidden"),d.hide()))}},mouseenter:function(){d.timers.hover.start(function(){d.show()},d.FooBox.options.captions.hoverDelay)},mouseleave:function(){d.timers.hover.start(function(){d.hide()},d.FooBox.options.captions.hoverDelay)},setupHtml:function(b){var c=a("<div/>",{"class":"fbx-caption"}),e=a("<a/>",{"class":"fbx-open-caption",html:"…"}).on("click.captions",d.handlers.toggleCaptions);"string"==typeof b.fb.options.modalClass&&-1!=b.fb.options.modalClass.indexOf("fbx-sticky-caption")?b.fb.modal.append(c,e):(b.fb.modal.find(".fbx-stage").append(c),b.fb.modal.find(".fbx-inner").append(e))},setupOptions:function(a){a.fb.modal.find(".fbx-caption").addClass(d.animation())},beforeClose:function(a){1!=a.fb.options.captions.onlyShowOnHover&&a.fb.modal.find(".fbx-caption").addClass("fbx-hide-caption")},beforeLoad:function(a){1!=a.fb.options.captions.onlyShowOnHover&&a.fb.modal.find(".fbx-caption").addClass(d.animation())},afterLoad:function(a){var b=a.fb.item;return!b||b.error||b.captionLoaded||(a.fb.instance.raise("foobox.alterCaption",{element:a.fb.element,item:b}),b.captionLoaded=!0),1==a.fb.options.captions.onlyShowOnHover?void d.update():void(0==a.fb.options.captions.onlyShowOnClick&&d.show())},onError:function(a){a.fb.modal.find(".fbx-caption").addClass(d.animation())},parseItem:function(c){var e=c.fb.options.captions;if(c.fb.item.captions&&0!=e.enabled){var f,g,h="";if(null!=c.fb.element){var i=a(c.fb.element).data("titleSource")||a(c.fb.instance.element).data("titleSource")||e.titleSource,j=a(c.fb.element).data("descSource")||a(c.fb.instance.element).data("descSource")||e.descSource;"none"!=i&&(f=c.fb.element.data("captionTitle")||c.fb.element.data("title")||d.text(c.fb.element,i)),"none"!=j&&(g=c.fb.element.data("captionDesc")||c.fb.element.data("description")||d.text(c.fb.element,j))}else f=c.fb.item.title,g=c.fb.item.description;f=null==f||"undefined"==typeof f?"":f+"",g=null==g||"undefined"==typeof g?"":g+"",f&&f==g&&(g=null),h="string"==typeof f&&f.length>0?b.format('<div class="fbx-caption-title">{0}</div>',f):h,h="string"==typeof g&&g.length>0?h+b.format('<div class="fbx-caption-desc">{0}</div>',g):h,c.fb.item.title=f,c.fb.item.description=g,c.fb.item.caption=h,c.fb.instance.raise("foobox.createCaption",{element:c.fb.element,item:c.fb.item})}}},this.text=function(b,c){var e;switch(c){case"find":e=a.trim(b.data("enviraCaption")||b.data("title")||b.attr("title")||b.find("img:first").data("title")||b.find("img:first").data("alt")||b.find("img:first").attr("title")||b.find("img:first").attr("alt"));break;case"image_find":e=a.trim(b.find("img:first").data("title")||b.find("img:first").data("alt")||b.find("img:first").attr("title")||b.find("img:first").attr("alt"));break;case"image":e=a.trim(b.find("img:first").data("title")||b.find("img:first").attr("title"));break;case"image_alt":e=a.trim(b.find("img:first").data("alt")||b.find("img:first").attr("alt"));break;case"anchor":e=a.trim(b.data("enviraCaption")||b.data("title")||b.attr("title"));break;default:e=null}return d.FooBox.options.captions.prettify&&(e=d.prettifier(e)),e},this.animation=function(){switch(d.FooBox.options.captions.animation){case"fade":return"fbx-fade-caption";case"slide":return"fbx-slide-caption";default:return"fbx-hide-caption"}},this.hide=function(){var a=d.FooBox.items.current(),b=d.FooBox.modal.element.find(".fbx-caption");return d.FooBox.options.captions.enabled&&a.captions&&"string"==typeof a.caption&&0!=a.caption.length?(b.addClass(d.animation()),void d.FooBox.raise("foobox.captionsHide",{item:a})):void b.addClass("fbx-hide-caption")},this.show=function(){var a=d.FooBox,c=a.items.current(),e=a.modal.element.find(".fbx-caption");return!a.options.captions.enabled||!c.captions||"string"!=typeof c.caption||0==c.caption.length||a.modal.element.hasClass("fbx-captions-hidden")||b.isjQuery(c.element)&&c.element.hasClass("no-captions")?void e.addClass("fbx-hide-caption"):(d.update(),e.removeClass("fbx-fade-caption fbx-slide-caption fbx-hide-caption"),void d.FooBox.raise("foobox.captionsShow",{item:c}))},this.update=function(){var c=d.FooBox.items.current(),e=d.FooBox.modal.element.find(".fbx-caption");e.html(c.caption).find('a[href^="#"]').filter(function(){var c=a(this).attr("href"),d=a(c),e=d.data("fbx_instance")||d.data("fbx_p_instance");return d.length>0&&e instanceof b.Instance?(a(this).data("hrefTarget",d.get(0)),!0):!1}).off("click.captions").on("click.captions",function(c){c.preventDefault();var e=a(this).data("hrefTarget"),f=a(e).data("fbx_instance")||a(e).data("fbx_p_instance");return f instanceof b.Instance&&(d.FooBox.modal.close(),f.items.indexes.set(e.index),f.modal.show()),!1}),a("<a/>",{"class":"fbx-close-caption",html:"×"}).on("click.captions",d.handlers.toggleCaptions).prependTo(e)},this.prettifier=function(a){return"string"!=typeof a?null:(a=a.replace(/\s*-\d+/g,"").replace(/\s*_\d+/g,"").replace(/-/g," ").replace(/_/g," "),a=a.replace(/\w\S*/g,function(a){return-1!=a.indexOf("#")?a:a.charAt(0).toUpperCase()+a.substr(1).toLowerCase()}))}},b.addons.register(b.Captions,c)}(jQuery,window.FooBox),function(a,b){var c={wordpress:{enabled:!1}};b.Wordpress=function(c){this.FooBox=c;var d=this;this.preinit=function(a){d.handlers.unbind(!0),a.on("foobox.createCaption",d.handlers.onCreateCaption)},this.destroy=function(){d.handlers.unbind(!0)},this.handlers={unbind:function(a){a=a||!1,a&&d.FooBox.element.off("foobox.createCaption",d.handlers.onCreateCaption)},onCreateCaption:function(c){var d=c.fb.options,e=c.fb.instance.element,f=c.fb.item.element,g="",h=c.fb.item.title,i=c.fb.item.description;if(1==d.wordpress.enabled&&b.isjQuery(f)){var j=f.data("captionTitle")||f.data("title"),k=f.data("captionDesc")||f.data("description");if(e.hasClass("gallery"))d.captions.overrideTitle===!1&&(h=j||f.parents(".gallery-item:first").find(".wp-caption-text:first").html()||f.parents(".gallery-item:first").find(".gallery-caption:first").html()||h||""),d.captions.overrideDesc===!1&&(i=k||f.find("img").attr("alt")||i||"");else if(e.hasClass("wp-caption")||f.hasClass("wp-caption"))d.captions.overrideTitle===!1&&(h=j||f.find("img").attr("title")||f.parents(".wp-caption:first").find(".wp-caption-text:first").html()||h||""),d.captions.overrideDesc===!1&&(i=k||f.find("img").attr("alt")||i||"");else if(f.parents(".wp-caption:first").length>0)d.captions.overrideTitle===!1&&(h=j||f.parents(".wp-caption:first").find("img").attr("title")||f.parents(".wp-caption:first").find(".wp-caption-text:first").html()||h||""),d.captions.overrideDesc===!1&&(i=k||f.parents(".wp-caption:first").find("img").attr("alt")||i||"");else if(e.hasClass("tiled-gallery"))d.captions.overrideTitle===!1&&(h=j||f.parents(".tiled-gallery-item:first").find(".tiled-gallery-caption").html()||f.find("img").data("image-title")||f.find("img").attr("title")||h||""),d.captions.overrideDesc===!1&&(i=k||a.trim(f.find("img").data("image-description")).replace(/(^<p>)|(<\/p>$)/gi,"")||i||"");else{if(!e.hasClass("wp-block-gallery")&&!e.hasClass("wp-block-image"))return;d.captions.overrideTitle===!1&&(h=j||f.parents("figure:first").find("figcaption").html()||h||""),d.captions.overrideDesc===!1&&(i=k||i||"")}h+="",i+="",h=h||"",i=i||"";var l=a("<div/>"),m=l.html(h).text(),n=l.html(i).text();(a.trim(h)==a.trim(i)||m==n)&&(i=null),g="string"==typeof h&&h.length>0?b.format('<div class="fbx-caption-title">{0}</div>',h):g,g="string"==typeof i&&i.length>0?g+b.format('<div class="fbx-caption-desc">{0}</div>',i):g,c.fb.item.title=h,c.fb.item.description=i,c.fb.item.caption=g}}}},b.addons.register(b.Wordpress,c)}(jQuery,window.FooBox),function(a,b){var c={pan:{enabled:!0,showOverview:!0,position:"fbx-top-right"}};b.Pan=function(c){this.FooBox=c;var d,e,f,g,h=this,i=!1,j=!1,k=null,l=null,m=null,n=null,o=null,p=0;this.preinit=function(a){h.handlers.unbind(!0),a.on({"foobox.initialized foobox.reinitialized":h.handlers.initialized})},this.destroy=function(){h.handlers.unbind(!0)},this.setOverview=function(){var a=parseInt(n.css("max-width")),b=parseInt(n.css("max-height")),c=a/k.width,d=b/k.height;p=c>d?d:c;var e=k.width*p,f=k.height*p;n.width(e).height(f).css("background-image","url("+k.url+")")},this.setViewport=function(){var a=m.width(),b=m.height(),c=a*p,d=b*p;o.width(c).height(d)},this.disableCaptionImageClick=function(){var a=h.FooBox.modal.element,c=b.objects.get("addons",h.FooBox,function(a){return a instanceof b.Captions});c&&a.find(".fbx-item-current, .fbx-item-next").off("click.captions",c.handlers.toggleCaptions)},this.enableCaptionImageClick=function(){var a=h.FooBox.modal.element,c=b.objects.get("addons",h.FooBox,function(a){return a instanceof b.Captions});c&&a.find(".fbx-item-current, .fbx-item-next").on("click.captions",c.handlers.toggleCaptions)},this.handlers={unbind:function(a){a=a||!1,a&&h.FooBox.element.off({"foobox.initialized foobox.reinitialized":h.handlers.initialized}),h.FooBox.element.off({"foobox.afterLoad":h.handlers.onAfterLoad,"foobox.showOverflow":h.handlers.onShowOverflow,"foobox.hideOverflow foobox.beforeLoad":h.handlers.onHideOverflow}),h.FooBox.modal instanceof b.Modal&&b.isjQuery(h.FooBox.modal.element)&&h.FooBox.modal.element.find(".fbx-stage").off({mousedown:h.handlers.onMouseDown,mousemove:h.handlers.onMouseMove,mouseup:h.handlers.onMouseUp}).removeClass("fbx-pannable fbx-panning")},initialized:function(a){h.handlers.unbind(),a.fb.options.pan.enabled===!0&&h.FooBox.element.on({"foobox.close":h.handlers.onMouseUp,"foobox.afterLoad":h.handlers.onAfterLoad,"foobox.showOverflow":h.handlers.onShowOverflow,"foobox.hideOverflow foobox.beforeLoad":h.handlers.onHideOverflow})},onAfterLoad:function(a){i===!0&&"image"==a.fb.item.handler.type&&(h.setOverview(),h.setViewport())},onShowOverflow:function(b){"image"==b.fb.item.handler.type&&(i===!0?(h.setOverview(),h.setViewport()):(i=!0,h.disableCaptionImageClick(),k=b.fb.item,m=h.FooBox.modal.element.addClass("fbx-pannable-item").find(".fbx-stage").on({mousedown:h.handlers.onMouseDown,mousemove:h.handlers.onMouseMove,"mouseup mouseleave":h.handlers.onMouseUp}).addClass("fbx-pannable"),l=b.fb.container,b.fb.options.pan.showOverview===!0&&(n=a("<div/>",{"class":"fbx-pan-overview"}).addClass(b.fb.options.pan.position).on("click",h.handlers.onOverviewClick).appendTo(m),o=a("<div/>",{"class":"fbx-pan-viewport"}).appendTo(n),l.on("scroll",h.handlers.onScroll),h.setOverview(),h.setViewport())))},onHideOverflow:function(a){i===!0&&(i=!1,h.enableCaptionImageClick(),a.fb.options.pan.showOverview===!0&&n.remove(),l.off("scroll",h.handlers.onScroll),m.off({mousedown:h.handlers.onMouseDown,mousemove:h.handlers.onMouseMove,"mouseup mouseleave":h.handlers.onMouseUp}).removeClass("fbx-pannable fbx-panning"),h.FooBox.modal.element.removeClass("fbx-pannable-item"))},onMouseDown:function(a){if(i===!0){a.preventDefault(),m.addClass("fbx-panning");var b=l.get(0);j=!0,d=a.pageX,e=a.pageY,f=b.scrollLeft,g=b.scrollTop}},onMouseMove:function(a){if(j===!0&&i===!0){var b=l.get(0);b.scrollLeft=f-(a.pageX-d),b.scrollTop=g-(a.pageY-e)}},onMouseUp:function(){i===!0&&(j=!1,m.removeClass("fbx-panning"),d=0,e=0,f=0,g=0)},onScroll:function(){var a=l.get(0),b=a.scrollTop/k.height*100,c=a.scrollLeft/k.width*100;o.css({top:b+"%",left:c+"%"})},onOverviewClick:function(b){var c=a(this).offset(),d=(b.pageX-c.left)/p,e=(b.pageY-c.top)/p,f=d-l.width()/2,g=e-l.height()/2;l.animate({scrollTop:g,scrollLeft:f},300)}}},b.addons.register(b.Pan,c)}(jQuery,window.FooBox),function(a,b){var c={swipe:{enabled:!0,min:80}};b.Swipe=function(a){this.FooBox=a,this.isMoving=!1;var c,d=this;this.preinit=function(a){d.handlers.unbind(!0),a.on("foobox.initialized foobox.reinitialized",d.handlers.initialized)},this.destroy=function(){d.handlers.unbind(!0)},this.handlers={unbind:function(a){a=a||!1,a&&d.FooBox.element.off("foobox.initialized foobox.reinitialized",d.handlers.initialized),d.FooBox.modal instanceof b.Modal&&b.isjQuery(d.FooBox.modal.element)&&d.FooBox.modal.element.off({touchstart:d.handlers.onTouchStart,touchmove:d.handlers.onTouchMove})},initialized:function(a){d.handlers.unbind(),a.fb.options.swipe.enabled===!0&&a.fb.modal.on("touchstart",d.handlers.onTouchStart)},onTouchStart:function(a){var b=a.originalEvent.touches||a.touches;1==b.length&&d.FooBox.items.multiple()&&(c=b[0].pageX,d.isMoving=!0,d.FooBox.modal.element.on("touchmove",d.handlers.onTouchMove))},onTouchMove:function(a){if(d.isMoving){var b=a.originalEvent.touches||a.touches,e=b[0].pageX,f=c-e;Math.abs(f)>=d.FooBox.options.swipe.min&&(d.cancelTouch(),f>0?(d.FooBox.raise("foobox.swipeRight"),d.FooBox.modal.next()):(d.FooBox.raise("foobox.swipeLeft"),d.FooBox.modal.prev()))}}},this.cancelTouch=function(){d.FooBox.modal.element.off("touchmove",d.handlers.onTouchMove),c=null,d.isMoving=!1}},b.addons.register(b.Swipe,c)}(jQuery,window.FooBox),function(a,b,c){if(!c)return void console.log("No configuration for FooBox found.");if(c.o&&c.customOptions&&a.extend(!0,c.o,c.customOptions),c.init=function(){if(a(".fbx-link").removeClass("fbx-link"),a.isFunction(c.pre))try{c.pre(a)}catch(b){console.error(b)}if(c.disableOthers&&(a("a.thickbox").removeClass("thickbox").unbind("click"),a("#TB_overlay, #TB_load, #TB_window").remove()),a.each(c.selectors,function(b,d){a(d).foobox(c.o)}),c.disableOthers&&a(".fbx-link").unbind(".prettyphoto").unbind(".fb"),a.isFunction(c.post))try{c.post(a)}catch(b){console.error(b)}},b.once=function(){var b=a("body");c.preloadFont&&b.append(a("<span/>",{"class":"foobox_font_preload",text:"f"})),c.init(),a(document).trigger("foobox-after-init"),b.on("post-load",c.init)},c.ready?b.ready(b.once):a(b.once),a.isFunction(c.custom))try{c.custom(a)}catch(d){console.error(d)}}(jQuery,window.FooBox,window.FOOBOX);
|
1 |
/**!
|
2 |
+
* FooBox - A jQuery responsive lightbox plugin
|
3 |
+
* @version 2.3.8
|
4 |
* @link http://fooplugins.com/plugins/foobox-jquery
|
5 |
+
* @copyright Steven Usher & Brad Vincent 2019
|
6 |
* @license Released under the MIT license.
|
7 |
* You are free to use FooBox jQuery in personal projects as long as this copyright header is left intact.
|
8 |
+
*/
|
9 |
+
!function(a,b,c,undefined){if(a&&b){b.FooBox={defaults:{affiliate:{enabled:!0,prefix:"Powered by ",url:"http://fooplugins.com/plugins/foobox/"},alwaysInit:!1,closeOnOverlayClick:!0,containerCssClass:"fbx-instance",countMessage:"item %index of %total",error:"Could not load the item",excludes:".fbx-link, .nofoobox",externalSelector:"a[data-foobox],input[data-foobox]",fitToScreen:!1,hideScrollbars:!0,loadDelay:0,loaderTimeout:600,modalClass:"",preload:!1,rel:null,resizeSpeed:300,selector:"a",showButtons:!0,showCount:!0,style:"fbx-rounded",theme:"fbx-light",transitionInSpeed:200,transitionOutSpeed:200,initCallback:null,loop:!0},version:"2.0.10",instances:[],ready:function(b){(Function("/*@cc_on return true@*/")()?"complete"===document.readyState:"loading"!==document.readyState)?b(a):setTimeout(function(){FooBox.ready(b)},1)}},FooBox.$=a,FooBox.format=function(a,b,c){var d,e,f=arguments[0];for(d=0;d<arguments.length-1;d++)e=new RegExp("\\{"+d+"\\}","gm"),f=f.replace(e,arguments[d+1]);return f},FooBox.browser={isIE:!1,isChrome:!1,isSafari:!1,isLtSafari10:!1,version:0,css:"",iOS:!1,Mac:!1,isMobile:function(a){return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))}(navigator.userAgent||navigator.vendor||b.opera),check:function(){var a=navigator.appVersion.toLowerCase(),c=navigator.userAgent.toLowerCase(),d=navigator.platform;FooBox.browser.iOS=/(iPad|iPhone|iPod)/g.test(d),1==FooBox.browser.iOS&&(FooBox.browser.css+=" fbx-ios"),FooBox.browser.Mac=/(Mac)/g.test(d),1==FooBox.browser.Mac&&(FooBox.browser.css+=" fbx-mac"),FooBox.browser.isChrome=a.indexOf("chrome")>-1||a.indexOf("crios")>-1,FooBox.browser.isChrome&&(FooBox.browser.css+=" fbx-chrome"),FooBox.browser.isSafari=a.indexOf("safari")>-1&&!FooBox.browser.isChrome,FooBox.browser.isSafari&&(FooBox.browser.css+=" fbx-safari",FooBox.browser.isLtSafari10=/constructor/i.test(b.HTMLElement)),FooBox.browser.isFirefox=c.indexOf("firefox")>-1,FooBox.browser.isFirefox&&(FooBox.browser.css+=" fbx-firefox");var e=c.indexOf("msie "),f=c.indexOf("trident/"),g=c.indexOf("edge/");if(FooBox.browser.isIE=e>-1||f>-1||g>-1,FooBox.browser.isIE){if(e>-1)FooBox.browser.version=parseInt(c.substring(e+5,c.indexOf(".",e)),10);else if(f>-1){var h=c.indexOf("rv:");FooBox.browser.version=parseInt(c.substring(h+3,c.indexOf(".",h)),10)}else g>-1&&(FooBox.browser.version=parseInt(c.substring(g+5,c.indexOf(".",g)),10));FooBox.browser.css="fbx-ie fbx-ie"+FooBox.browser.version}},supportsTransitions:function(){var a,b=document.body||document.documentElement,c=b.style,d="transition";if("string"==typeof c[d])return!0;a=["Moz","Webkit","Khtml","O","ms"],d=d.charAt(0).toUpperCase()+d.substr(1);for(var e=0;e<a.length;e++)if("string"==typeof c[a[e]+d])return!0;return!1},transitionEnd:function(){var a,b=document.createElement("fakeelement"),c={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(a in c)if(c.hasOwnProperty(a)&&b.style[a]!==undefined)return c[a];return null}},FooBox.browser.check(),FooBox.qualifiedURL=function(a){var b=document.createElement("a");return b.href=a,b.href},c||(c={}),c.log=c.log||function(){},c.warn=c.warn||function(){},c.error=c.error||function(){},c.info=c.info||function(){};var d={write:function(){c.log(FooBox.format.apply(d,arguments))},error:function(){1===arguments.length&&arguments[0]instanceof Error?c.error(arguments[0]):c.error(FooBox.format.apply(d,arguments))}};jQuery.Event.prototype.fb={instance:null,modal:null,options:null},FooBox.raise=function(b,c,d){d=d||{};var e=a.Event(c);return e.fb={},e.fb.instance=b,e.fb.modal=b.modal.element,e.fb.options=b.options,a.extend(!0,e.fb,d),b.element.one(c,function(a){a.stopPropagation()}).trigger(e),e},FooBox.isjQuery=function(a){return a instanceof jQuery?!0:a&&a.jquery},FooBox.options={isMultipart:function(a,b){return"string"==typeof a&&a.length>0&&-1!==a.indexOf(b)},hasProperties:function(a){if("object"!=typeof a)return!1;var b;for(b in a)if(a.hasOwnProperty(b))return!0;return!1},get:function(a,b){if(FooBox.options.isMultipart(b,".")){var c=b.substring(0,b.indexOf(".")),d=b.substring(b.indexOf(".")+1);return a[c]=a[c]||{},FooBox.options.get(a[c],d)}return a[b]},set:function(a,b,c){if(FooBox.options.isMultipart(b,".")){var d=b.substring(0,b.indexOf(".")),e=b.substring(b.indexOf(".")+1);a[d]=a[d]||{},FooBox.options.set(a[d],e,c)}else a[b]=c},merge:function(a,b,c){var d,e=Array.prototype.slice.call(arguments);for(a=e.shift(),b=e.shift(),FooBox.options._merge(a,b),d=0;d<e.length;d++)c=e[d],FooBox.options._merge(a,c);return a},_merge:function(b,c){var d;for(d in c)c.hasOwnProperty(d)&&(FooBox.options.hasProperties(c[d])&&!a.isArray(c[d])?(b[d]=b[d]||{},FooBox.options._merge(b[d],c[d])):a.isArray(c[d])?(b[d]=[],a.extend(!0,b[d],c[d])):b[d]=c[d])}},FooBox.objects={registered:{},ensure:function(a){return FooBox.objects.registered[a]=FooBox.objects.registered[a]||[]},register:function(b,c,d){var e=FooBox.objects.ensure(b);return e.push(c),"object"==typeof d&&a.extend(!0,FooBox.defaults,d),!0},load:function(a,b){var c,e,f=[],g=FooBox.objects.ensure(a);for(e=0;e<g.length;e++)try{c=g[e],f.push(new c(b))}catch(h){d.error(h)}b.objects=b.objects||{},b.objects[a]=f},call:function(b,c,e,f,g){var h,i=Array.prototype.slice.call(arguments);b=i.shift(),c=i.shift(),e=i.shift();for(var j=c.objects[b]||[],k=0;k<j.length;k++)try{if(h=j[k],!a.isFunction(h[e]))continue;h[e].apply(h,i)}catch(l){d.error(l)}},get:function(b,c,d){var e,f=c.objects[b];if(!f||!a.isFunction(d))return null;for(e=0;e<f.length;e++)if(d(f[e]))return f[e];return null}},FooBox.addons={_ns:"addons",validate:function(b){return a.isFunction(b)?!0:(d.error('Expected type "function", received type "{0}".',typeof b),!1)},register:function(a,b){return FooBox.addons.validate(a)?FooBox.objects.register(FooBox.addons._ns,a,b):(d.error("Failed to register the addon."),!1)},load:function(a){FooBox.objects.load(FooBox.addons._ns,a)},call:function(a,b,c,d){var e=Array.prototype.slice.call(arguments);e.unshift(FooBox.addons._ns),FooBox.objects.call.apply(this,e)}},FooBox.handlers={_ns:"handlers",validate:function(b){if(!a.isFunction(b))return d.error('Expected type "function", received type "{0}".',typeof b),!1;var c=new b;return a.isFunction(c.handles)?a.isFunction(c.defaults)?a.isFunction(c.parse)?a.isFunction(c.load)?a.isFunction(c.getSize)?a.isFunction(c.hasChanged)?a.isFunction(c.preload)?!0:(d.error('The required "preload" method is not implemented.'),!1):(d.error('The required "hasChanged" method is not implemented.'),!1):(d.error('The required "getSize" method is not implemented.'),!1):(d.error('The required "load" method is not implemented.'),!1):(d.error('The required "parse" method is not implemented.'),!1):(d.error('The required "defaults" method is not implemented.'),!1):(d.error('The required "handles" method is not implemented.'),!1)},register:function(a,b){return FooBox.handlers.validate(a)?FooBox.objects.register(FooBox.handlers._ns,a,b):(d.error("Failed to register the handler."),!1)},load:function(a){FooBox.objects.load(FooBox.handlers._ns,a)},call:function(a,b,c,d){var e=Array.prototype.slice.call(arguments);e.unshift(FooBox.handlers._ns),FooBox.objects.call.apply(this,e)},get:function(a,b){return FooBox.objects.get(FooBox.handlers._ns,a,function(a){return a.type==b})}},FooBox.Item=function(b,c,d){return this.type=b,this.element=FooBox.isjQuery(c)?c:a(c),this.handler=d,this.width=null,this.height=null,this.url=null,this.overflow=!1,this.preloaded=!1,this.proportion=!1,this.error=!1,this},FooBox.Size=function(a,b){return this.width="number"==typeof a?a:parseInt(a,0),this.height="number"==typeof b?b:parseInt(b,0),this.equalTo=function(a){return this.width==a.width&&this.height==a.height},this},FooBox.Size.check=function(a){return"number"==typeof a?a:isNaN(parseInt(a))?null:parseInt(a)},FooBox.Timer=function(){this.id=null,this.busy=!1;var a=this;return this.start=function(b,c,d){d=d||b,a.stop(),a.id=setTimeout(function(){b.call(d),a.id=null,a.busy=!1},c),a.busy=!0},this.stop=function(){null!==a.id&&a.busy!==!1&&(clearTimeout(a.id),a.id=null,a.busy=!1)},this},a.fn.foobox=function(b){return b=b||{},this.each(function(){var c=a(this),d=c.data("fbx_instance"),e=c.data("__FooGallery__"),f=a.extend(!0,{},b,c.data("foobox"));if(d instanceof FooBox.Instance)if(d.options.alwaysInit===!0||e){var g=d.options;g.alwaysInit=!0,d.destroy(),d=new FooBox.Instance(d.id),d.init(this,a.extend(!0,g,f))}else d.reinit(f);else{if(d=a(this).data("fbx_p_instance"),d instanceof FooBox.Instance)return;d=new FooBox.Instance,d.init(this,f)}})},FooBox.Modal=function(c){this.FooBox=c,this.element=null,this.loaderTimeout=new FooBox.Timer,this._first=!1,this._busy=!1,this._closed=!1;var e=this;return this.init=function(a,b){e.setup.html(),e.setup.options(b),e.setup.bind()},this.reinit=function(a){e.setup.options(a)},this.destroy=function(){FooBox.isjQuery(e.element)&&e.element.remove()},this.setup={html:function(){if(!FooBox.isjQuery(e.element)){e.element=a('<div class="fbx-modal"></div>'),e.element.append('<div class="fbx-inner-spacer"></div>');var b=a('<div class="fbx-stage"></div>');b.append('<div class="fbx-item-current"></div>'),b.append('<div class="fbx-item-next"></div>');var c=a('<div class="fbx-inner fbx-inner-shadow"></div>');c.append(b),c.append('<a class="fbx-prev fbx-btn-transition fbx-btn-shadow"></a>'),c.append('<div class="fbx-credit"><a target="_blank" href=""><em></em><span> FooBox</span></a></div>'),c.append('<span class="fbx-count" />'),c.append('<a class="fbx-next fbx-btn-transition fbx-btn-shadow"></a>'),c.append('<a class="fbx-close fbx-btn-transition fbx-btn-shadow"></a>'),e.element.append('<div class="fbx-loader"><div></div></div>'),e.element.append(c),e.FooBox.raise("foobox.setupHtml"),a("body").append(e.element)}},options:function(a){var b;e.element.removeClass().addClass("fbx-modal").addClass("fbx-"+e.FooBox.id).addClass(e.FooBox.element.data("style")||a.style).addClass(e.FooBox.element.data("theme")||a.theme).addClass(e.FooBox.element.data("modal-class")).addClass(a.modalClass).data("fbx_instance",e.FooBox),e.element.addClass(FooBox.browser.css),b=a.affiliate.enabled?"":"none",e.element.find(".fbx-credit").css("display",b),a.affiliate.enabled&&(e.element.find(".fbx-credit > a").attr("href",a.affiliate.url),e.element.find(".fbx-credit > a > em").text(a.affiliate.prefix)),b=a.showCount&&e.FooBox.items.multiple()?"":"none",e.element.find(".fbx-count").css("display",b),a.showButtons&&e.FooBox.items.multiple()||e.element.addClass("fbx-no-buttons"),e.FooBox.raise("foobox.setupOptions")},bind:function(){1==e.FooBox.options.closeOnOverlayClick&&e.element.off("click.foobox").on("click.foobox",function(b){1==e.FooBox.options.closeOnOverlayClick&&a(b.target).is(".fbx-modal")&&e.close()}),e.element.find(".fbx-close").off("click.foobox").on("click.foobox",function(a){a.preventDefault(),a.stopPropagation(),e.close()}).end().find(".fbx-prev").off("click.foobox").on("click.foobox",function(b){b.preventDefault(),b.stopPropagation(),a(this).hasClass("fbx-disabled")||e.prev()}).end().find(".fbx-next").off("click.foobox").on("click.foobox",function(b){b.preventDefault(),b.stopPropagation(),a(this).hasClass("fbx-disabled")||e.next()})}},this.prioritize=function(){FooBox.instances.length>1&&e.element.nextAll(".fbx-modal:last").after(e.element)},this.preload=function(){if(1==e.FooBox.options.preload){var a=e.FooBox.items.prev();a&&a.handler.preload(a);var b=e.FooBox.items.next();b&&b.handler.preload(b)}},this.show=function(b){function c(a){if(e.loaderTimeout.stop(),e.element.removeClass("fbx-loading"),e._busy=!1,d.error(a),!e.FooBox.raise("foobox.onError",{error:a}).isDefaultPrevented()){var c=e.FooBox.items.error(f.index);null!=c&&e.show(b)}}var f=e.FooBox.items.current();if(f){if(b=b||!1,e._first=b,e._busy=!0,e._closed=!1,a("body").addClass("fbx-active"),e.FooBox.options.hideScrollbars&&a("html").addClass("fbx-no-scroll"),1==f.error?e.element.addClass("fbx-error"):e.element.removeClass("fbx-error"),!e.element.hasClass("fbx-show")){e.prioritize();var g=e.getMaxSize();e.element.addClass("fbx-loading").find(".fbx-inner").css({width:g.width,height:g.height,"margin-top":g.marginTop,"margin-left":g.marginLeft})}var h=e.element.find(".fbx-item-current"),i=e.element.find(".fbx-item-next");if(i.css({opacity:0,visibility:"hidden"}),e.element.find(".fbx-count").text(e.FooBox.options.countMessage.replace("%index",""+(e.FooBox.items.indexes.current+1)).replace("%total",""+e.FooBox.items.array.length)),e.FooBox.raise("foobox.beforeLoad",{item:f}).isDefaultPrevented())return void(e._busy=!1);if(f.handler.hasChanged(f)){var j=f.index,k=f.element.get(0);f=f.handler.parse(f.element);var l=e.FooBox.raise("foobox.parseItem",{element:f.element,item:f});k.index=l.fb.item.index=j,e.FooBox.items.array[j]=l.fb.item}e.preload(),e.loaderTimeout.start(function(){e.element.addClass("fbx-loading")},e.FooBox.options.loaderTimeout),setTimeout(function(){e.checkForLoop(f),f.handler.load(f,i,function(a){return 1==e._closed?void(e._busy=!1):void e.transitionOut(h,function(){return 1==e._closed?void(e._busy=!1):void e.resize(a,i,function(){return 1==e._closed?void(e._busy=!1):(e.loaderTimeout.stop(),i.css({opacity:"",visibility:""}),void e.transitionIn(i,function(){return 1==e._closed?void(e._busy=!1):(i.add(h).toggleClass("fbx-item-next fbx-item-current"),h.empty(),void(e.element.hasClass("fbx-show")?(e.element.removeClass("fbx-loading"),e.FooBox.raise("foobox.afterLoad",{item:f}),e.triggerFooGalleryLayout(i),e._busy=!1):e.FooBox.raise("foobox.beforeShow",{item:f}).isDefaultPrevented()||(e.element.removeClass("fbx-loading").addClass("fbx-show"),e.FooBox.raise("foobox.afterShow",{item:f}),e.FooBox.raise("foobox.afterLoad",{item:f}),e.triggerFooGalleryLayout(i),e._busy=!1)))},c))},c)},c)},c)},e.FooBox.options.loadDelay)}},this.triggerFooGalleryLayout=function(c){b.FooGallery&&c.find(".foogallery").each(function(){var b=a(this).data("__FooGallery__");b&&b.initialized&&b.layout()})},this.checkForLoop=function(a){1!=e.FooBox.options.loop&&(e.element.find(".fbx-prev, .fbx-next").removeClass("fbx-disabled"),e.FooBox.items.is.first(a)&&e.element.find(".fbx-prev").addClass("fbx-disabled"),e.FooBox.items.is.last(a)&&e.element.find(".fbx-next").addClass("fbx-disabled"))},this.getMaxSize=function(){var a=e.element.find(".fbx-inner"),b=e.element.find(".fbx-inner-spacer"),c=parseInt(b.css("padding-top"),0),d=parseInt(b.css("padding-bottom"),0),f=parseInt(b.css("padding-left"),0),g=parseInt(b.css("padding-right"),0),h=parseInt(a.css("border-top-width"),0),i=parseInt(a.css("border-bottom-width"),0),j=parseInt(a.css("border-left-width"),0),k=parseInt(a.css("border-right-width"),0),l=parseInt(a.css("padding-left"),0),m=c+d+2*l+h+i,n=f+g+2*l+j+k,o=new FooBox.Size(e.element.width()-n,e.element.height()-m);return o.marginTop=-(o.height/2+l+(i+h)/2+d/2-c/2),o.marginLeft=-(o.width/2+l+(k+j)/2+g/2-f/2),o},this.resize=function(b,c,d,f){try{if(0===b.width||0===b.height)return void(a.isFunction(f)&&f("Invalid size supplied. Width = "+b.width+", Height = "+b.height));var g=e.FooBox.items.current(),h=new FooBox.Size(b.width,b.height),i=e.element.find(".fbx-inner"),j=e.element.find(".fbx-inner-spacer"),k=parseInt(j.css("padding-top"),0),l=parseInt(j.css("padding-bottom"),0),m=parseInt(j.css("padding-left"),0),n=parseInt(j.css("padding-right"),0),o=parseInt(i.css("border-top-width"),0),p=parseInt(i.css("border-bottom-width"),0),q=parseInt(i.css("border-left-width"),0),r=parseInt(i.css("border-right-width"),0),s=parseInt(i.css("padding-left"),0),t=k+l+2*s+o+p,u=m+n+2*s+q+r,v=new FooBox.Size(parseInt(i.css("width"),0),parseInt(i.css("height"),0)),w=new FooBox.Size(e.element.width()-u,e.element.height()-t),x=w.width/b.width;b.height*x>w.height&&(x=w.height/b.height),e.FooBox.options.fitToScreen===!0||1==g.proportion&&(b.height>w.height||b.width>w.width)?(b.height=Math.floor(b.height*x),b.width=Math.floor(b.width*x)):0==g.proportion&&(b.height>w.height&&(b.height=w.height),b.width>w.width&&(b.width=w.width)),b.height<100&&(b.height=100),b.width<100&&(b.width=100);var y=-(b.height/2+s+(p+o)/2+l/2-k/2),z=-(b.width/2+s+(r+q)/2+n/2-m/2);if(v.equalTo(b))i.css({height:b.height,width:b.width,"margin-top":y,"margin-left":z}),e.overflow(g,h,b,c),e.FooBox.raise("foobox.afterResize",{item:g,size:b}),a.isFunction(d)&&d();else if(!e.FooBox.raise("foobox.beforeResize",{item:g,size:b,offset:{top:y,left:z},error:f,success:d}).isDefaultPrevented())if(y=-(b.height/2+s+(p+o)/2+l/2-k/2),z=-(b.width/2+s+(r+q)/2+n/2-m/2),e.element.hasClass("fbx-show"))if(FooBox.browser.supportsTransitions()){var A=e.FooBox.options.resizeSpeed/1e3,B="all "+A+"s ease-in-out";i.css({WebkitTransition:B,MozTransition:B,MsTransition:B,OTransition:B,transition:B}),i.css({height:b.height,width:b.width,"margin-top":y,"margin-left":z}),setTimeout(function(){i.css({WebkitTransition:"",MozTransition:"",MsTransition:"",OTransition:"",transition:""}),e.overflow(g,h,b,c),e.FooBox.raise("foobox.afterResize",{item:g,size:b}),a.isFunction(d)&&d(b)},e.FooBox.options.resizeSpeed)}else i.animate({height:b.height,width:b.width,"margin-top":y,"margin-left":z},e.FooBox.options.resizeSpeed,function(){e.overflow(g,h,b,c),e.FooBox.raise("foobox.afterResize",{item:g,size:b}),a.isFunction(d)&&d(b)});else i.css({height:b.height,width:b.width,"margin-top":y,"margin-left":z}),e.overflow(g,h,b,c),e.FooBox.raise("foobox.afterResize",{item:g,size:b}),a.isFunction(d)&&d()}catch(C){a.isFunction(f)&&f(C)}},this.overflow=function(a,b,c,d){var f=d.find(".fbx-item");1==a.overflow&&(c.width<.8*b.width||c.height<.8*b.height)||1==a.overflow&&0==a.proportion&&(c.width<b.width||c.height<b.height)||1==a.overflow&&"html"==a.type?("html"==a.type?(f.css({width:"100%",height:"auto",overflow:""}),d.css("overflow","auto")):(f.css({width:b.width,height:b.height,overflow:""}),d.css({"overflow-x":b.width<=c.width?"hidden":"","overflow-y":b.height<=c.height?"hidden":""})),e.FooBox.raise("foobox.showOverflow",{item:a,container:d})):(f.css({width:"",height:"",overflow:"hidden"}),d.css({"overflow-x":"","overflow-y":"",overflow:"hidden"}),e.FooBox.raise("foobox.hideOverflow",{item:a,container:d}))},this.transitionOut=function(b,c,d){try{if(!e.element.hasClass("fbx-show"))return void(a.isFunction(c)&&c());b.animate({opacity:0},b.is(":visible")?e.FooBox.options.transitionOutSpeed:0,function(){a.isFunction(c)&&c()})}catch(f){a.isFunction(d)&&d(f)}},this.transitionIn=function(b,c,d){try{if(!e.element.hasClass("fbx-show"))return b.css({opacity:1}),void(a.isFunction(c)&&c());b.animate({opacity:1},e.FooBox.options.transitionInSpeed,function(){a.isFunction(c)&&c()})}catch(f){a.isFunction(d)&&d(f)}},this.close=function(){e.FooBox.raise("foobox.beforeClose").isDefaultPrevented()||(e._closed=!0,e._busy=!1,e.element.removeClass("fbx-loading fbx-show"),a("body").removeClass("fbx-active"),e.FooBox.raise("foobox.close"),e.element.find(".fbx-item-current, .fbx-item-next").empty(),a("html").removeClass("fbx-no-scroll"),e.FooBox.raise("foobox.afterClose"))},this.prev=function(a){if(1!=e._busy){if(e.FooBox.items.indexes.set(e.FooBox.items.indexes.prev),"string"==typeof a)for(var b=e.FooBox.items.current();b.type!=a;)e.FooBox.items.indexes.set(e.FooBox.items.indexes.prev),b=e.FooBox.items.current();e.show(!1),e.FooBox.raise("foobox.previous")}},this.next=function(a){if(1!=e._busy){if(e.FooBox.items.indexes.set(e.FooBox.items.indexes.next),"string"==typeof a)for(var b=e.FooBox.items.current();b.type!=a;)e.FooBox.items.indexes.set(e.FooBox.items.indexes.next),b=e.FooBox.items.current();e.show(!1),e.FooBox.raise("foobox.next")}},this},FooBox.Instance=function(b){this.id=null,"number"==typeof b?(this.id=b,FooBox.instances[b-1]=this):this.id=FooBox.instances.push(this),this.element=null,this.options=a.extend(!0,{},FooBox.defaults),this.modal=new FooBox.Modal(this),this.objects={},FooBox.addons.load(this),FooBox.handlers.load(this);var c=this;return this.raise=function(a,b){return FooBox.raise(c,a,b)},this.init=function(b,d){c.element=FooBox.isjQuery(b)?b:a(b),c.options=FooBox.options.merge(c.options,d||{}),FooBox.addons.call(c,"preinit",c.element,c.options),c.items.init(),c.items.array.length>0?(c.element.data("fbx_instance",c),c.options.containerCssClass&&c.element.addClass(c.options.containerCssClass),c.setup.bind(),c.modal.init(b,c.options),FooBox.handlers.call(c,"init",c.element,c.options),c.raise("foobox.initialized"),a.isFunction(c.options.initCallback)&&c.options.initCallback.call(c)):c.destroy()},this.reinit=function(a){c.options=FooBox.options.merge(c.options,a||{}),c.items.init(!0),c.items.array.length>0?(c.setup.bind(),c.modal.reinit(c.options),FooBox.handlers.call(c,"reinit",c.options),c.raise("foobox.reinitialized")):c.destroy()},this.destroy=function(){FooBox.addons.call(c,"destroy"),FooBox.handlers.call(c,"destroy"),c.items.destroy(),c.modal.destroy(),c.element.removeClass("fbx-instance fbx-item").data({fbx_instance:null,fbx_p_instance:null}),c.id==FooBox.instances.length?FooBox.instances.splice(c.id-1,1):FooBox.instances[c.id-1]=null,c.raise("foobox.destroy")},this.setup={bind:function(){a(c.options.externalSelector).off("click.fooboxExternal").on("click.fooboxExternal",function(b){b.preventDefault();var c=a(this).data("foobox"),d=a(c),e=d.data("fbx_instance")||d.data("fbx_p_instance");return d.length>0&&e instanceof FooBox.Instance&&e.modal instanceof FooBox.Modal&&e.modal.show(!0),!1})}},this.items={array:[],indexes:{prev:-1,current:0,next:1,direction:"*",set:function(a){var b=c.items.indexes.current;a=a||0,a=a>c.items.array.length-1?0:0>a?c.items.array.length-1:a;var d=a-1,e=a+1;c.items.indexes.current=a,c.items.indexes.prev=0>d?c.items.array.length-1:d,c.items.indexes.next=e>c.items.array.length-1?0:e,c.items.indexes.direction=c.items.indexes._direction(b,a,c.items.array.length-1)},_direction:function(a,b,c){return 0==b&&a==c?">":b==c&&0==a?"<":b>a?">":a>b?"<":"*"}},new_array:function(b){b=b||!1;var d,e,f,g=0;if(1==b){if(c.items.array.length>0){for(var h=0;h<c.items.array.length;h++)d=c.items.array[h],FooBox.isjQuery(d.element)?0==d.element.parents(":first").length&&(c.items.array.splice(h,1),h-=1):d.option||(c.items.array.splice(h,1),h-=1);for(var i=0;i<c.items.array.length;i++)d=c.items.array[i],FooBox.isjQuery(d.element)?(f=d.element.get(0),f.index=d.index=i):d.index=i}}else c.items.array=[];if(a.isArray(c.options.items))for(var j=0;j<c.options.items.length;j++)if(d=c.options.items[j],-1==c.items.indexOf(d))for(var k=0;k<c.objects.handlers.length;k++)if(c.objects.handlers[k].type==d.type){d.index=g,d.option=!0,d.handler=c.objects.handlers[k],d.handler.defaults(d),e=c.raise("foobox.parseItem",{element:null,item:d}),c.items.array.push(e.fb.item),g++;break}},init:function(b){b=b||!1,c.items.new_array(b);var d,e;if(c.element.is(c.options.selector)&&!c.element.is(c.options.excludes)&&c.items.add(c.element))c.element.off("click.item").on("click.item",c.items.clicked);else if(c.element.is(".foogallery")&&(d=c.element.data("__FooGallery__"))&&d.items&&(e=d.items.all()).length>0){d.filter&&a.isArray(d.filter.items)&&(e=d.filter.items.slice(0));var f=a.map(e,function(a){return a.$anchor?a.$anchor.get(0):null});a(f).not(c.options.excludes).off("click.item").filter(function(){return c.items.add(this)}).on("click.item",c.items.clicked),c.element.on("click.item",".fbx-link",c.items.clicked)}else c.element.find(c.options.selector).not(c.options.excludes).off("click.item").filter(function(){return c.items.add(this)}).on("click.item",c.items.clicked),c.element.on("click.item",".fbx-link",c.items.clicked);c.items.rel()},destroy:function(){c.element.off("click.item",".fbx-link",c.items.clicked);var b,d;for(d=0;d<c.items.array.length;d++)b=c.items.array[d],a.isFunction(b.destroy)&&b.destroy(),FooBox.isjQuery(b.element)&&b.element.off("click.item").removeClass("fbx-link").data("fbx_p_instance",null);c.items.array=[]},rel:function(){var b=c.options.rel||c.element.attr("rel")||(c.items.first(function(a){return FooBox.isjQuery(a.element)?"string"==typeof a.element.attr("rel"):!1})||{element:a()}).element.attr("rel");"string"==typeof b&&a('[rel="'+b+'"]').not(c.options.excludes).not(c.element).off("click.item").filter(function(){return c.items.add(this)}).on("click.item",c.items.clicked)},indexOf:function(a,b){if(!a)return-1;b=b||"url";var d;for(d=0;d<c.items.array.length;d++)if(c.items.array[d][b]==a[b])return d;return-1},is:{first:function(a){return c.items.array&&0!=c.items.array.length?c.items.array[0].index==a.index:!1},last:function(a){return c.items.array&&0!=c.items.array.length?c.items.array[c.items.array.length-1].index==a.index:!1}},add:function(b){b=FooBox.isjQuery(b)?b:a(b);var d=c.items.parse(b,c.items.array.length);if(null===d)return!1;var e=b.get(0),f=c.items.indexOf(d);-1!=f?(d=c.items.array[f],e.index=d.index):e.index=d.index=c.items.array.push(d)-1;var g=b.addClass("fbx-link").data("fbx_p_instance");return g instanceof FooBox.Instance||b.data("fbx_p_instance",c),!0},get:function(b){b=FooBox.isjQuery(b)?b:a(b);var d=null,e=b.get(0).index;return e&&e>0&&e<=c.items.array.length-1&&(d=c.items.array[e]),d},parse:function(b,d){b=FooBox.isjQuery(b)?b:a(b);for(var e,f,g=0;g<c.objects.handlers.length;g++)if(c.objects.handlers[g].handles(b,c.element)){e=c.objects.handlers[g].parse(b),isNaN(d)||(e.index=d),f=c.raise("foobox.parseItem",{element:b,item:e});break}return"undefined"!=typeof f&&f.fb.item?f.fb.item:null},error:function(b){function d(b){var c=this;return c.FooBox=b,c.type="error",c.handles=function(){return!1},c.hasChanged=function(){return!1},c.defaults=function(){},c.parse=function(){},c.load=function(b,d,e,f){try{d.empty().append(b.content),a.isFunction(e)&&e(c.getSize(b))}catch(g){a.isFunction(f)&&f(g)}},c.getSize=function(a){return new FooBox.Size(a.width,a.height)},c}if(c.items.array.length>b&&1==c.items.array[b].error)return c.items.array[b];var e,f,g=FooBox.handlers.get(c,"html"),h=!1;if(null==g&&(g=new d(c)),null!==c.options.error.match(/^#/i)&&a(c.options.error).length>0)e=a(c.options.error),h=!0;else{var i='<div class="fbx-error-msg" data-width="240" data-height="240"><span></span><p>'+c.options.error+"</p></div>";e=a(i)}return f=new FooBox.Item(g.type,e.get(0),g),f.selector=1==h?c.options.error:null,f.index=b,f.error=!0,f.title=e.data("title")||null,f.description=e.data("description")||null,f.width=e.data("width")||240||null,f.height=e.data("height")||240||null,f.content=1==h?null:e,f.fullscreen=!0,f.handler=g,c.items.array[b]=f,f},first:function(a){for(var b=null,d=0;d<c.items.array.length;d++)if(a(c.items.array[d])){b=c.items.array[d];break}return b},current:function(){return c.items.array[c.items.indexes.current]},prev:function(){return c.items.array[c.items.indexes.prev]},next:function(){return c.items.array[c.items.indexes.next]},multiple:function(){return c.items.array.length>1},clicked:function(a){return a.preventDefault(),c.items.indexes.set(this.index),c.modal.show(!0),!1}},this},FooBox.open=function(b){var c,d=null;if("object"==typeof b){var e=document.createElement("a");a(e).foobox(b),d=a(e).data("fbx_instance")}else"number"==typeof b?c=b:(c=parseInt(b||0),c=isNaN(c)?0:c),c=c>FooBox.instances.length-1?FooBox.instances.length-1:0>c?0:c,d=FooBox.instances[c];return null!=d&&d.modal instanceof FooBox.Modal?(d.modal.show(!0),d):null},FooBox.close=function(){var a,b=[],c=null;for(a=0;a<FooBox.instances.length;a++)c=FooBox.instances[a],null!=c&&c.modal instanceof FooBox.Modal&&FooBox.isjQuery(c.modal.element)&&c.modal.element.hasClass("fbx-show")&&b.push(c);for(a=0;a<b.length;a++)c=b[a],c.modal.close()},FooBox.resize=function(c,d){if(c||d){var e,f,g,h;for(e=0;e<FooBox.instances.length;e++)f=FooBox.instances[e],null!=f&&f.modal instanceof FooBox.Modal&&FooBox.isjQuery(f.modal.element)&&f.modal.element.hasClass("fbx-show")&&(g=f.items.current(),h=new FooBox.Size(c||g.width||0,d||g.height||0),g.width=h.width,g.height=h.height,f.modal.resize(h,f.modal.element.find(".fbx-item-current")))}else a(b).trigger("resize.foobox")},FooBox.lateBind=function(c,d){var e=a.extend(!0,{},FooBox.defaults,d||b.FOOBOX&&FOOBOX.o||{}),f=a(c);f.on("click.foobox",e.selector,function(a){a.preventDefault();var b=f.data("fbx_instance");b||(b=f.foobox(e).data("fbx_instance")),b instanceof FooBox.Instance&&"number"==typeof this.index&&(b.items.indexes.set(this.index),b.modal.show(!0))})}}}(jQuery,window,window.console),function(a,b){var c={images:{noRightClick:!1,attr:"href",overflow:!1,fullscreen:!0,showCaptions:!0,regex:/https?:\/\/.*?\/.*?\.(jpg|jpeg|png|gif|bmp|webp|svg)/i,maxWidth:-1,maxHeight:-1,findUrl:function(a,c){if(!c)return"";if(c.data("image"))return c.data("image");var d=c.attr(a.options.images.attr);return"string"==typeof d?b.qualifiedURL(c.attr(a.options.images.attr)):""}}};b.Item.prototype.image=null,b.Item.prototype.maxWidth=null,b.Item.prototype.maxHeight=null,b.ImageHandler=function(c){this.FooBox=c,this.type="image";var d=this;this.handles=function(a){var b=d.FooBox.options.images.findUrl(d.FooBox,a),c="string"==typeof b&&null!=b.match(d.FooBox.options.images.regex),e=d.FooBox.raise("foobox.handlesImage",{element:a,handle:c});return e.fb.handle},this.defaults=function(a){a.fullscreen=a.fullscreen||d.FooBox.options.images.fullscreen,a.captions=a.captions||d.FooBox.options.images.showCaptions,a.social=a.social||!0,a.overflow=a.overflow||d.FooBox.options.images.overflow,a.proportion=a.proportion||!0,a.maxWidth=a.maxWidth||d.FooBox.options.images.maxWidth,a.maxHeight=a.maxHeight||d.FooBox.options.images.maxHeight},this.parse=function(a){var c=new b.Item(d.type,a,this);return d.defaults(c),c.url=d.FooBox.options.images.findUrl(d.FooBox,a)||null,c.width=b.Size.check(a.data("width")||c.width||null),c.height=b.Size.check(a.data("height")||c.height||null),c.fullscreen="boolean"==typeof a.data("fullscreen")?a.data("fullscreen"):c.fullscreen,c.overflow="boolean"==typeof a.data("overflow")?a.data("overflow"):c.overflow,c.proportion="boolean"==typeof a.data("proportion")?a.data("proportion"):c.proportion,c.maxWidth="number"==typeof a.data("maxWidth")?a.data("maxWidth"):c.maxWidth,c.maxHeight="number"==typeof a.data("maxHeight")?a.data("maxHeight"):c.maxHeight,
|
10 |
+
c.image=null,c.image_url=c.url,c},this.load=function(b,c,e,f){try{var g=function(){var f=a(b.image).addClass("fbx-item fbx-item-image");d.FooBox.options.images.noRightClick&&f.on("contextmenu",function(a){return a.preventDefault(),!1}),c.empty().append(f),a.isFunction(e)&&e(d.getSize(b))};b.image&&null!==b.image?g():(b.image=new Image,b.image.onload=function(){b.image.onload=b.image.onerror=null,b.width&&b.height||(b.height=b.image.height,b.width=b.image.width),g()},b.image.onerror=function(){b.image.onload=b.image.onerror=null,b.image=null,a.isFunction(f)&&f("An error occurred attempting to load the image.")},b.image.src=b.url)}catch(h){a.isFunction(f)&&f(h)}},this.preload=function(a){if(1!=a.preloaded){var b=new Image;b.src=a.url,a.preloaded=!0}},this.getSize=function(a){if(null!=a.width&&null!=a.height){if(a.maxWidth>0&&a.maxHeight>0&&(a.width>a.maxWidth||a.height>a.maxHeight)){var c=a.width>a.height?a.maxWidth/a.width:a.maxHeight/a.height;a.width*=c,a.height*=c}return new b.Size(a.width,a.height)}return new b.Size(0,0)},this.hasChanged=function(a){if(b.isjQuery(a.element)){var c=d.FooBox.options.images.findUrl(d.FooBox,a.element);return a.url!=c}return!1}},b.handlers.register(b.ImageHandler,c)}(jQuery,window.FooBox),function(a,b){var c={keyboard:{enabled:!0,preventDefault:!1,stopPropagation:!1}};b.Keyboard=function(a){this.FooBox=a;var c=this;this.preinit=function(a){c.handlers.unbind(!0),a.on({"foobox.initialized foobox.reinitialized":c.handlers.initialized,"foobox.setupHtml":c.handlers.setupHtml})},this.destroy=function(){c.handlers.unbind(!0)},this.handlers={unbind:function(a){a=a||!1,a&&c.FooBox.element.off({"foobox.initialized foobox.reinitialized":c.handlers.initialized,"foobox.setupHtml":c.handlers.setupHtml}),c.FooBox.element.off("foobox.afterLoad",c.handlers.afterLoad),b.isjQuery(c.FooBox.modal.element)&&c.FooBox.modal.element.off("keydown.foobox",c.handlers.onKeydown)},initialized:function(){c.handlers.unbind(),1==c.FooBox.options.keyboard.enabled&&(c.FooBox.element.on("foobox.afterLoad",c.handlers.afterLoad),b.isjQuery(c.FooBox.modal.element)&&c.FooBox.modal.element.on("keydown.foobox",c.handlers.onKeydown))},setupHtml:function(a){a.fb.modal.attr("tabindex",0)},afterLoad:function(a){a.fb.modal.focus()},onKeydown:function(a){var b=c.FooBox.modal,d=c.FooBox.options.keyboard;b.element.hasClass("fbx-show")&&(b.element.hasClass("fbx-fullscreen-mode")||27!==a.which?c.FooBox.items.multiple()&&37===a.which?b.prev():c.FooBox.items.multiple()&&39===a.which&&b.next():b.close(),1==d.preventDefault&&a.preventDefault(),1==d.stopPropagation&&a.stopPropagation(),c.FooBox.raise("foobox.keydown",{keyCode:a.which}))}}},b.addons.register(b.Keyboard,c)}(jQuery,window.FooBox),function(a,b){var c={hideNavOnMobile:!1,resizeTimeout:300,breakpoints:{phone:812,tablet:1366},iosInterval:200};b.BPInfo=function(b){var c=a(window);this.width=c.width(),this.height=c.height(),this.orientation=this.width>this.height?"fbx-landscape":"fbx-portrait";var d,e=null;if(a.isArray(b))for(var f=0;f<b.length;f++)if(d=b[f],d&&d.width&&this.width<=d.width){e=d;break}this.breakpoint=null==e?"fbx-desktop":e.name},b.Responsive=function(c){this.FooBox=c,this.breakpoint={values:[],names:""},this.timers={resize:new b.Timer,ios:new b.Timer};var d=this,e=null;this.preinit=function(a){d.handlers.unbind(!0),a.on("foobox.initialized foobox.reinitialized",d.handlers.initialized)},this.destroy=function(){d.handlers.unbind(!0)},this.handlers={unbind:function(b){b=b||!1,b&&d.FooBox.element.off("foobox.initialized foobox.reinitialized",d.handlers.initialized),a(window).off("resize.foobox",d.handlers.resize),d.FooBox.element.off({"foobox.beforeShow":d.handlers.iosBeforeShow,"foobox.close":d.handlers.iosClose})},initialized:function(){d.handlers.unbind(),d.setup.breakpoints(),d.style(),a(window).on("resize.foobox",d.handlers.resize),b.browser.iOS&&(b.browser.isSafari||b.browser.isChrome)&&d.FooBox.element.on({"foobox.beforeShow":d.handlers.iosBeforeShow,"foobox.close":d.handlers.iosClose})},resize:function(){d.timers.resize.start(function(){d.style();var a=d.FooBox,b=d.FooBox.items.current();if(a.modal.element.has("fbx-show")&&null!=b){var c=b.handler.getSize(b),e=a.modal.element.find(".fbx-item-current");a.modal.resize(c,e,function(){a.modal.triggerFooGalleryLayout(e);var c=b.handler.getSize(b),d=e.height();d!=c.height&&a.modal.resize(c,e,function(){a.modal.triggerFooGalleryLayout(e)})})}},d.FooBox.options.resizeTimeout)},iosBeforeShow:function(){d.timers.ios.start(d.handlers.ios,d.FooBox.options.iosInterval)},iosClose:function(){d.timers.ios.stop()},ios:function(){if(!d.FooBox.modal.element.hasClass("fbx-show"))return void d.timers.ios.start(d.handlers.ios,d.FooBox.options.iosInterval);var a=window.orientation||0,c=window.innerHeight,f=90==a||-90==a,g=0,h=0,i=f?screen.availWidth:screen.availHeight;b.browser.isChrome?(g=i-(f?76:56),h=i-(f?0:20)):b.browser.isSafari&&(g=i-88,h=i-(f?0:19)),(null==e||0==e)&&g>=c?(e=!0,d.iosRedraw()):(null==e||1==e)&&c>=h&&(e=!1,d.iosRedraw()),d.timers.ios.start(d.handlers.ios,d.FooBox.options.iosInterval)}},this.setup={breakpoints:function(){d.breakpoint.values=[],d.breakpoint.names="";for(var a in d.FooBox.options.breakpoints)d.FooBox.options.breakpoints.hasOwnProperty(a)&&(d.breakpoint.values.push({name:d.fixName(a),width:d.FooBox.options.breakpoints[a]}),d.breakpoint.names+=d.fixName(a)+" ");d.breakpoint.values.sort(function(a,b){return a.width-b.width})}},this.iosRedraw=function(){window.scrollTo(0,document.body.scrollTop),a(window).trigger("resize")},this.fixName=function(a){return/^fbx-[a-zA-Z0-9]/.test(a)?a:"fbx-"+a},this.style=function(){var a=new b.BPInfo(d.breakpoint.values),c=d.FooBox.modal.element;c.removeClass(d.breakpoint.names).removeClass("fbx-desktop fbx-landscape fbx-portrait").addClass(a.breakpoint).addClass(a.orientation),d.FooBox.options.hideNavOnMobile===!0?c.addClass("fbx-no-nav"):c.removeClass("fbx-no-nav")}},b.Responsive.metaCheck=function(){var b=a("meta[name=viewport]"),c=b.attr("content");if(b.length>0&&"string"==typeof c){for(var d=c.split(","),e=!1,f=!1,g=0;g<d.length;g++){var h=a.trim(d[g]);"width"==h.substring(0,5)&&-1!==h.indexOf("device-width")?e=!0:"initial-scale"==h.substring(0,13)&&(f=!0)}e&&!f&&(d.push("initial-scale=1"),c=d.join(","),b.attr("content",c))}},b.addons.register(b.Responsive,c),b.Responsive.metaCheck()}(jQuery,window.FooBox),function(a,b){var c={captions:{animation:"slide",enabled:!0,descSource:"find",hoverDelay:300,maxHeight:.4,onlyShowOnHover:!1,onlyShowOnClick:!1,overrideDesc:!1,overrideTitle:!1,prettify:!1,titleSource:"image_find"}};b.Item.prototype.captions=!1,b.Item.prototype.title=null,b.Item.prototype.description=null,b.Item.prototype.caption=null,b.Captions=function(c){this.FooBox=c,this.timers={hover:new b.Timer};var d=this;this.preinit=function(a){d.handlers.unbind(!0),a.on({"foobox.initialized foobox.reinitialized":d.handlers.initialized,"foobox.setupHtml":d.handlers.setupHtml,"foobox.setupOptions":d.handlers.setupOptions,"foobox.parseItem":d.handlers.parseItem,"foobox.onError":d.handlers.onError,"foobox.beforeClose":d.handlers.beforeClose})},this.destroy=function(){d.handlers.unbind(!0)},this.handlers={unbind:function(a){a=a||!1,a&&d.FooBox.element.off({"foobox.initialized foobox.reinitialized":d.handlers.initialized,"foobox.setupHtml":d.handlers.setupHtml,"foobox.setupOptions":d.handlers.setupOptions,"foobox.parseItem":d.handlers.parseItem,"foobox.onError":d.handlers.onError,"foobox.beforeClose":d.handlers.beforeClose}),d.FooBox.element.off({"foobox.beforeLoad":d.handlers.beforeLoad,"foobox.afterLoad":d.handlers.afterLoad}),d.FooBox.modal instanceof b.Modal&&b.isjQuery(d.FooBox.modal.element)&&d.FooBox.modal.element.off("mouseenter.captions mouseleave.captions").find(".fbx-item-current, .fbx-item-next").off("click.captions")},initialized:function(a){d.handlers.unbind(),a.fb.options.captions.enabled===!0&&(a.fb.instance.element.on({"foobox.beforeLoad":d.handlers.beforeLoad,"foobox.afterLoad":d.handlers.afterLoad,"foobox.beforeClose":d.handlers.beforeClose}),-1===a.fb.options.modalClass.indexOf("fbx-caption-toggle-only")&&a.fb.modal.find(".fbx-item-current, .fbx-item-next").on("click.captions",d.handlers.toggleCaptions),a.fb.options.captions.onlyShowOnHover===!0&&a.fb.modal.on("mouseenter.captions",".fbx-inner:not(:has(.fbx-item-error))",d.handlers.mouseenter).on("mouseleave.captions",".fbx-inner:not(:has(.fbx-item-error))",d.handlers.mouseleave))},toggleCaptions:function(b){if(a(b.target).is("img")||a(b.target).is(".fbx-close-caption")||a(b.target).is(".fbx-open-caption")){var c=d.FooBox.items.current(),e=d.FooBox.modal.element;c.captions&&!e.hasClass("fbx-error")&&(b.preventDefault(),e.find(".fbx-caption").is(".fbx-fade-caption, .fbx-slide-caption, .fbx-hide-caption")?(e.removeClass("fbx-captions-hidden"),d.show()):(e.addClass("fbx-captions-hidden"),d.hide()))}},mouseenter:function(){d.timers.hover.start(function(){d.show()},d.FooBox.options.captions.hoverDelay)},mouseleave:function(){d.timers.hover.start(function(){d.hide()},d.FooBox.options.captions.hoverDelay)},setupHtml:function(b){var c=a("<div/>",{"class":"fbx-caption"}),e=a("<a/>",{"class":"fbx-open-caption",html:"…"}).on("click.captions",d.handlers.toggleCaptions);"string"==typeof b.fb.options.modalClass&&-1!=b.fb.options.modalClass.indexOf("fbx-sticky-caption")?b.fb.modal.append(c,e):(b.fb.modal.find(".fbx-stage").append(c),b.fb.modal.find(".fbx-inner").append(e))},setupOptions:function(a){a.fb.modal.find(".fbx-caption").addClass(d.animation())},beforeClose:function(a){1!=a.fb.options.captions.onlyShowOnHover&&a.fb.modal.find(".fbx-caption").addClass("fbx-hide-caption")},beforeLoad:function(a){1!=a.fb.options.captions.onlyShowOnHover&&a.fb.modal.find(".fbx-caption").addClass(d.animation())},afterLoad:function(a){var b=a.fb.item;return!b||b.error||b.captionLoaded||(a.fb.instance.raise("foobox.alterCaption",{element:a.fb.element,item:b}),b.captionLoaded=!0),1==a.fb.options.captions.onlyShowOnHover?void d.update():void(0==a.fb.options.captions.onlyShowOnClick&&d.show())},onError:function(a){a.fb.modal.find(".fbx-caption").addClass(d.animation())},parseItem:function(b){var c=b.fb.options.captions;if(b.fb.item.captions&&0!=c.enabled){var e,f,g="";if(null!=b.fb.element){var h=a(b.fb.element).data("titleSource")||a(b.fb.instance.element).data("titleSource")||c.titleSource,i=a(b.fb.element).data("descSource")||a(b.fb.instance.element).data("descSource")||c.descSource;"none"!=h&&(e=b.fb.element.data("captionTitle")||b.fb.element.data("title")||d.text(b.fb.element,h)),"none"!=i&&(f=b.fb.element.data("captionDesc")||b.fb.element.data("description")||d.text(b.fb.element,i))}else e=b.fb.item.title,f=b.fb.item.description;e=null==e||"undefined"==typeof e?"":e+"",f=null==f||"undefined"==typeof f?"":f+"",e&&e===f&&(f=null),g="string"==typeof e&&e.length>0?'<div class="fbx-caption-title">'+e+"</div>":g,g="string"==typeof f&&f.length>0?g+'<div class="fbx-caption-desc">'+f+"</div>":g,b.fb.item.title=e,b.fb.item.description=f,b.fb.item.caption=g,b.fb.instance.raise("foobox.createCaption",{element:b.fb.element,item:b.fb.item})}}},this.text=function(b,c){var e;switch(c){case"find":e=a.trim(b.data("enviraCaption")||b.data("title")||b.attr("title")||b.find("img:first").data("title")||b.find("img:first").data("alt")||b.find("img:first").attr("title")||b.find("img:first").attr("alt"));break;case"image_find":e=a.trim(b.find("img:first").data("title")||b.find("img:first").data("alt")||b.find("img:first").attr("title")||b.find("img:first").attr("alt"));break;case"image":e=a.trim(b.find("img:first").data("title")||b.find("img:first").attr("title"));break;case"image_alt":e=a.trim(b.find("img:first").data("alt")||b.find("img:first").attr("alt"));break;case"anchor":e=a.trim(b.data("enviraCaption")||b.data("title")||b.attr("title"));break;default:e=null}return d.FooBox.options.captions.prettify&&(e=d.prettifier(e)),e},this.animation=function(){switch(d.FooBox.options.captions.animation){case"fade":return"fbx-fade-caption";case"slide":return"fbx-slide-caption";default:return"fbx-hide-caption"}},this.hide=function(){var a=d.FooBox.items.current(),b=d.FooBox.modal.element.find(".fbx-caption");return d.FooBox.options.captions.enabled&&a.captions&&"string"==typeof a.caption&&0!=a.caption.length?(b.addClass(d.animation()),void d.FooBox.raise("foobox.captionsHide",{item:a})):void b.addClass("fbx-hide-caption")},this.show=function(){var a=d.FooBox,c=a.items.current(),e=a.modal.element.find(".fbx-caption");return!a.options.captions.enabled||!c.captions||"string"!=typeof c.caption||0==c.caption.length||a.modal.element.hasClass("fbx-captions-hidden")||b.isjQuery(c.element)&&c.element.hasClass("no-captions")?void e.addClass("fbx-hide-caption"):(d.update(),e.removeClass("fbx-fade-caption fbx-slide-caption fbx-hide-caption"),void d.FooBox.raise("foobox.captionsShow",{item:c}))},this.update=function(){var c=d.FooBox.items.current(),e=d.FooBox.modal.element.find(".fbx-caption");e.html(c.caption).find('a[href^="#"]').filter(function(){var c=a(this).attr("href"),d=a(c),e=d.data("fbx_instance")||d.data("fbx_p_instance");return d.length>0&&e instanceof b.Instance?(a(this).data("hrefTarget",d.get(0)),!0):!1}).off("click.captions").on("click.captions",function(c){c.preventDefault();var e=a(this).data("hrefTarget"),f=a(e).data("fbx_instance")||a(e).data("fbx_p_instance");return f instanceof b.Instance&&(d.FooBox.modal.close(),f.items.indexes.set(e.index),f.modal.show()),!1}),a("<a/>",{"class":"fbx-close-caption",html:"×"}).on("click.captions",d.handlers.toggleCaptions).prependTo(e)},this.prettifier=function(a){return"string"!=typeof a?null:(a=a.replace(/\s*-\d+/g,"").replace(/\s*_\d+/g,"").replace(/-/g," ").replace(/_/g," "),a=a.replace(/\w\S*/g,function(a){return-1!=a.indexOf("#")?a:a.charAt(0).toUpperCase()+a.substr(1).toLowerCase()}))}},b.addons.register(b.Captions,c)}(jQuery,window.FooBox),function(a,b){var c={wordpress:{enabled:!1}};b.Wordpress=function(c){this.FooBox=c;var d=this;this.preinit=function(a){d.handlers.unbind(!0),a.on("foobox.createCaption",d.handlers.onCreateCaption)},this.destroy=function(){d.handlers.unbind(!0)},this.handlers={unbind:function(a){a=a||!1,a&&d.FooBox.element.off("foobox.createCaption",d.handlers.onCreateCaption)},onCreateCaption:function(c){var d=c.fb.options,e=c.fb.instance.element,f=c.fb.item.element,g="",h=c.fb.item.title,i=c.fb.item.description;if(1==d.wordpress.enabled&&b.isjQuery(f)){var j=f.data("captionTitle")||f.data("title"),k=f.data("captionDesc")||f.data("description");if(e.hasClass("gallery"))d.captions.overrideTitle===!1&&(h=j||f.parents(".gallery-item:first").find(".wp-caption-text:first").html()||f.parents(".gallery-item:first").find(".gallery-caption:first").html()||h||""),d.captions.overrideDesc===!1&&(i=k||f.find("img").attr("alt")||i||"");else if(e.hasClass("wp-caption")||f.hasClass("wp-caption"))d.captions.overrideTitle===!1&&(h=j||f.find("img").attr("title")||f.parents(".wp-caption:first").find(".wp-caption-text:first").html()||h||""),d.captions.overrideDesc===!1&&(i=k||f.find("img").attr("alt")||i||"");else if(f.parents(".wp-caption:first").length>0)d.captions.overrideTitle===!1&&(h=j||f.parents(".wp-caption:first").find("img").attr("title")||f.parents(".wp-caption:first").find(".wp-caption-text:first").html()||h||""),d.captions.overrideDesc===!1&&(i=k||f.parents(".wp-caption:first").find("img").attr("alt")||i||"");else if(e.hasClass("tiled-gallery"))d.captions.overrideTitle===!1&&(h=j||f.parents(".tiled-gallery-item:first").find(".tiled-gallery-caption").html()||f.find("img").data("image-title")||f.find("img").attr("title")||h||""),d.captions.overrideDesc===!1&&(i=k||a.trim(f.find("img").data("image-description")).replace(/(^<p>)|(<\/p>$)/gi,"")||i||"");else{if(!e.hasClass("wp-block-gallery")&&!e.hasClass("wp-block-image"))return;d.captions.overrideTitle===!1&&(h=j||f.parents("figure:first").find("figcaption").html()||h||""),d.captions.overrideDesc===!1&&(i=k||i||"")}h+="",i+="",h=h||"",i=i||"";var l=a("<div/>"),m=l.html(h).text(),n=l.html(i).text();(a.trim(h)===a.trim(i)||m===n)&&(i=null),g="string"==typeof h&&h.length>0?'<div class="fbx-caption-title">'+h+"</div>":g,g="string"==typeof i&&i.length>0?g+'<div class="fbx-caption-desc">'+i+"</div>":g,c.fb.item.title=h,c.fb.item.description=i,c.fb.item.caption=g}}}},b.addons.register(b.Wordpress,c)}(jQuery,window.FooBox),function(a,b){var c={pan:{enabled:!0,showOverview:!0,position:"fbx-top-right"}};b.Pan=function(c){this.FooBox=c;var d,e,f,g,h=this,i=!1,j=!1,k=null,l=null,m=null,n=null,o=null,p=0;this.preinit=function(a){h.handlers.unbind(!0),a.on({"foobox.initialized foobox.reinitialized":h.handlers.initialized})},this.destroy=function(){h.handlers.unbind(!0)},this.setOverview=function(){var a=parseInt(n.css("max-width")),b=parseInt(n.css("max-height")),c=a/k.width,d=b/k.height;p=c>d?d:c;var e=k.width*p,f=k.height*p;n.width(e).height(f).css("background-image","url("+k.url+")")},this.setViewport=function(){var a=m.width(),b=m.height(),c=a*p,d=b*p;o.width(c).height(d)},this.disableCaptionImageClick=function(){var a=h.FooBox.modal.element,c=b.objects.get("addons",h.FooBox,function(a){return a instanceof b.Captions});c&&a.find(".fbx-item-current, .fbx-item-next").off("click.captions",c.handlers.toggleCaptions)},this.enableCaptionImageClick=function(){var a=h.FooBox.modal.element,c=b.objects.get("addons",h.FooBox,function(a){return a instanceof b.Captions});c&&a.find(".fbx-item-current, .fbx-item-next").on("click.captions",c.handlers.toggleCaptions)},this.handlers={unbind:function(a){a=a||!1,a&&h.FooBox.element.off({"foobox.initialized foobox.reinitialized":h.handlers.initialized}),h.FooBox.element.off({"foobox.afterLoad":h.handlers.onAfterLoad,"foobox.showOverflow":h.handlers.onShowOverflow,"foobox.hideOverflow foobox.beforeLoad":h.handlers.onHideOverflow}),h.FooBox.modal instanceof b.Modal&&b.isjQuery(h.FooBox.modal.element)&&h.FooBox.modal.element.find(".fbx-stage").off({mousedown:h.handlers.onMouseDown,mousemove:h.handlers.onMouseMove,mouseup:h.handlers.onMouseUp}).removeClass("fbx-pannable fbx-panning")},initialized:function(a){h.handlers.unbind(),a.fb.options.pan.enabled===!0&&h.FooBox.element.on({"foobox.close":h.handlers.onMouseUp,"foobox.afterLoad":h.handlers.onAfterLoad,"foobox.showOverflow":h.handlers.onShowOverflow,"foobox.hideOverflow foobox.beforeLoad":h.handlers.onHideOverflow})},onAfterLoad:function(a){i===!0&&"image"==a.fb.item.handler.type&&(h.setOverview(),h.setViewport())},onShowOverflow:function(b){"image"==b.fb.item.handler.type&&(i===!0?(h.setOverview(),h.setViewport()):(i=!0,h.disableCaptionImageClick(),k=b.fb.item,m=h.FooBox.modal.element.addClass("fbx-pannable-item").find(".fbx-stage").on({mousedown:h.handlers.onMouseDown,mousemove:h.handlers.onMouseMove,"mouseup mouseleave":h.handlers.onMouseUp}).addClass("fbx-pannable"),l=b.fb.container,b.fb.options.pan.showOverview===!0&&(n=a("<div/>",{"class":"fbx-pan-overview"}).addClass(b.fb.options.pan.position).on("click",h.handlers.onOverviewClick).appendTo(m),o=a("<div/>",{"class":"fbx-pan-viewport"}).appendTo(n),l.on("scroll",h.handlers.onScroll),h.setOverview(),h.setViewport())))},onHideOverflow:function(a){i===!0&&(i=!1,h.enableCaptionImageClick(),a.fb.options.pan.showOverview===!0&&n.remove(),l.off("scroll",h.handlers.onScroll),m.off({mousedown:h.handlers.onMouseDown,mousemove:h.handlers.onMouseMove,"mouseup mouseleave":h.handlers.onMouseUp}).removeClass("fbx-pannable fbx-panning"),h.FooBox.modal.element.removeClass("fbx-pannable-item"))},onMouseDown:function(a){if(i===!0){a.preventDefault(),m.addClass("fbx-panning");var b=l.get(0);j=!0,d=a.pageX,e=a.pageY,f=b.scrollLeft,g=b.scrollTop}},onMouseMove:function(a){if(j===!0&&i===!0){var b=l.get(0);b.scrollLeft=f-(a.pageX-d),b.scrollTop=g-(a.pageY-e)}},onMouseUp:function(){i===!0&&(j=!1,m.removeClass("fbx-panning"),d=0,e=0,f=0,g=0)},onScroll:function(){var a=l.get(0),b=a.scrollTop/k.height*100,c=a.scrollLeft/k.width*100;o.css({top:b+"%",left:c+"%"})},onOverviewClick:function(b){var c=a(this).offset(),d=(b.pageX-c.left)/p,e=(b.pageY-c.top)/p,f=d-l.width()/2,g=e-l.height()/2;l.animate({scrollTop:g,scrollLeft:f},300)}}},b.addons.register(b.Pan,c)}(jQuery,window.FooBox),function(a,b){var c={swipe:{enabled:!0,min:80}};b.Swipe=function(a){this.FooBox=a,this.isMoving=!1;var c,d=this;this.preinit=function(a){d.handlers.unbind(!0),a.on("foobox.initialized foobox.reinitialized",d.handlers.initialized)},this.destroy=function(){d.handlers.unbind(!0)},this.handlers={unbind:function(a){a=a||!1,a&&d.FooBox.element.off("foobox.initialized foobox.reinitialized",d.handlers.initialized),d.FooBox.modal instanceof b.Modal&&b.isjQuery(d.FooBox.modal.element)&&d.FooBox.modal.element.off({touchstart:d.handlers.onTouchStart,touchmove:d.handlers.onTouchMove})},initialized:function(a){d.handlers.unbind(),a.fb.options.swipe.enabled===!0&&a.fb.modal.on("touchstart",d.handlers.onTouchStart)},onTouchStart:function(a){var b=a.originalEvent.touches||a.touches;1==b.length&&d.FooBox.items.multiple()&&(c=b[0].pageX,d.isMoving=!0,d.FooBox.modal.element.on("touchmove",d.handlers.onTouchMove))},onTouchMove:function(a){if(d.isMoving){var b=a.originalEvent.touches||a.touches,e=b[0].pageX,f=c-e;Math.abs(f)>=d.FooBox.options.swipe.min&&(d.cancelTouch(),f>0?(d.FooBox.raise("foobox.swipeRight"),d.FooBox.modal.next()):(d.FooBox.raise("foobox.swipeLeft"),d.FooBox.modal.prev()))}}},this.cancelTouch=function(){d.FooBox.modal.element.off("touchmove",d.handlers.onTouchMove),c=null,d.isMoving=!1}},b.addons.register(b.Swipe,c)}(jQuery,window.FooBox),function(a,b,c){if(!c)return void console.log("No configuration for FooBox found.");if(c.o&&c.customOptions&&a.extend(!0,c.o,c.customOptions),c.init=function(){if(a(".fbx-link").removeClass("fbx-link"),a.isFunction(c.pre))try{c.pre(a)}catch(b){console.error(b)}if(c.disableOthers&&(a("a.thickbox").removeClass("thickbox").unbind("click"),a("#TB_overlay, #TB_load, #TB_window").remove()),a.each(c.selectors,function(b,d){a(d).foobox(c.o)}),c.disableOthers&&a(".fbx-link").unbind(".prettyphoto").unbind(".fb"),a.isFunction(c.post))try{c.post(a)}catch(b){console.error(b)}},b.once=function(){var b=a("body");c.preloadFont&&b.append(a("<span/>",{"class":"foobox_font_preload",text:"f"})),c.init(),a(document).trigger("foobox-after-init"),b.on("post-load",c.init)},c.ready?b.ready(b.once):a(b.once),a.isFunction(c.custom))try{c.custom(a)}catch(d){console.error(d)}}(jQuery,window.FooBox,window.FOOBOX);
|
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:700px}#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:700px}#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 .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_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}.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_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}.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 div{margin-left:55px}#fs_connect .fs-permissions ul li div span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li div 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 div{margin-right:55px;margin-left:0}.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 div{margin-left:55px}#fs_connect .fs-permissions ul li div span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li div 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 div{margin-right:55px;margin-left:0}.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/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 .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-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 .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-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/config.php
CHANGED
@@ -1,388 +1,388 @@
|
|
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.4
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
if ( ! defined( 'WP_FS__SLUG' ) ) {
|
14 |
-
define( 'WP_FS__SLUG', 'freemius' );
|
15 |
-
}
|
16 |
-
if ( ! defined( 'WP_FS__DEV_MODE' ) ) {
|
17 |
-
define( 'WP_FS__DEV_MODE', false );
|
18 |
-
}
|
19 |
-
|
20 |
-
#--------------------------------------------------------------------------------
|
21 |
-
#region API Connectivity Issues Simulation
|
22 |
-
#--------------------------------------------------------------------------------
|
23 |
-
|
24 |
-
if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY' ) ) {
|
25 |
-
define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY', false );
|
26 |
-
}
|
27 |
-
if ( ! defined( 'WP_FS__SIMULATE_NO_CURL' ) ) {
|
28 |
-
define( 'WP_FS__SIMULATE_NO_CURL', false );
|
29 |
-
}
|
30 |
-
if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE' ) ) {
|
31 |
-
define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', false );
|
32 |
-
}
|
33 |
-
if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL' ) ) {
|
34 |
-
define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', false );
|
35 |
-
}
|
36 |
-
if ( WP_FS__SIMULATE_NO_CURL ) {
|
37 |
-
define( 'FS_SDK__SIMULATE_NO_CURL', true );
|
38 |
-
}
|
39 |
-
if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE ) {
|
40 |
-
define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', true );
|
41 |
-
}
|
42 |
-
if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL ) {
|
43 |
-
define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', true );
|
44 |
-
}
|
45 |
-
|
46 |
-
#endregion
|
47 |
-
|
48 |
-
if ( ! defined( 'WP_FS__SIMULATE_FREEMIUS_OFF' ) ) {
|
49 |
-
define( 'WP_FS__SIMULATE_FREEMIUS_OFF', false );
|
50 |
-
}
|
51 |
-
|
52 |
-
if ( ! defined( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES' ) ) {
|
53 |
-
/**
|
54 |
-
* @since 1.1.7.3
|
55 |
-
* @author Vova Feldman (@svovaf)
|
56 |
-
*
|
57 |
-
* I'm not sure if shared servers periodically change IP, or the subdomain of the
|
58 |
-
* admin dashboard. Also, I've seen sites that have strange loop of switching
|
59 |
-
* between domains on a daily basis. Therefore, to eliminate the risk of
|
60 |
-
* multiple unwanted connectivity test pings, temporary ignore domain or
|
61 |
-
* server IP changes.
|
62 |
-
*/
|
63 |
-
define( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES', false );
|
64 |
-
}
|
65 |
-
|
66 |
-
/**
|
67 |
-
* If your dev environment supports custom public network IP setup
|
68 |
-
* like VVV, please update WP_FS__LOCALHOST_IP with your public IP
|
69 |
-
* and uncomment it during dev.
|
70 |
-
*/
|
71 |
-
if ( ! defined( 'WP_FS__LOCALHOST_IP' ) ) {
|
72 |
-
// VVV default public network IP.
|
73 |
-
define( 'WP_FS__VVV_DEFAULT_PUBLIC_IP', '192.168.50.4' );
|
74 |
-
|
75 |
-
// define( 'WP_FS__LOCALHOST_IP', WP_FS__VVV_DEFAULT_PUBLIC_IP );
|
76 |
-
}
|
77 |
-
|
78 |
-
/**
|
79 |
-
* If true and running with secret key, the opt-in process
|
80 |
-
* will skip the email activation process which is invoked
|
81 |
-
* when the email of the context user already exist in Freemius
|
82 |
-
* database (as a security precaution, to prevent sharing user
|
83 |
-
* secret with unauthorized entity).
|
84 |
-
*
|
85 |
-
* IMPORTANT:
|
86 |
-
* AS A SECURITY PRECAUTION, WE VALIDATE THE TIMESTAMP OF THE OPT-IN REQUEST.
|
87 |
-
* THEREFORE, MAKE SURE THAT WHEN USING THIS PARAMETER,YOUR TESTING ENVIRONMENT'S
|
88 |
-
* CLOCK IS SYNCED.
|
89 |
-
*/
|
90 |
-
if ( ! defined( 'WP_FS__SKIP_EMAIL_ACTIVATION' ) ) {
|
91 |
-
define( 'WP_FS__SKIP_EMAIL_ACTIVATION', false );
|
92 |
-
}
|
93 |
-
|
94 |
-
|
95 |
-
#--------------------------------------------------------------------------------
|
96 |
-
#region Directories
|
97 |
-
#--------------------------------------------------------------------------------
|
98 |
-
|
99 |
-
if ( ! defined( 'WP_FS__DIR' ) ) {
|
100 |
-
define( 'WP_FS__DIR', dirname( __FILE__ ) );
|
101 |
-
}
|
102 |
-
if ( ! defined( 'WP_FS__DIR_INCLUDES' ) ) {
|
103 |
-
define( 'WP_FS__DIR_INCLUDES', WP_FS__DIR . '/includes' );
|
104 |
-
}
|
105 |
-
if ( ! defined( 'WP_FS__DIR_TEMPLATES' ) ) {
|
106 |
-
define( 'WP_FS__DIR_TEMPLATES', WP_FS__DIR . '/templates' );
|
107 |
-
}
|
108 |
-
if ( ! defined( 'WP_FS__DIR_ASSETS' ) ) {
|
109 |
-
define( 'WP_FS__DIR_ASSETS', WP_FS__DIR . '/assets' );
|
110 |
-
}
|
111 |
-
if ( ! defined( 'WP_FS__DIR_CSS' ) ) {
|
112 |
-
define( 'WP_FS__DIR_CSS', WP_FS__DIR_ASSETS . '/css' );
|
113 |
-
}
|
114 |
-
if ( ! defined( 'WP_FS__DIR_JS' ) ) {
|
115 |
-
define( 'WP_FS__DIR_JS', WP_FS__DIR_ASSETS . '/js' );
|
116 |
-
}
|
117 |
-
if ( ! defined( 'WP_FS__DIR_IMG' ) ) {
|
118 |
-
define( 'WP_FS__DIR_IMG', WP_FS__DIR_ASSETS . '/img' );
|
119 |
-
}
|
120 |
-
if ( ! defined( 'WP_FS__DIR_SDK' ) ) {
|
121 |
-
define( 'WP_FS__DIR_SDK', WP_FS__DIR_INCLUDES . '/sdk' );
|
122 |
-
}
|
123 |
-
|
124 |
-
#endregion
|
125 |
-
|
126 |
-
/**
|
127 |
-
* Domain / URL / Address
|
128 |
-
*/
|
129 |
-
define( 'WP_FS__ROOT_DOMAIN_PRODUCTION', 'freemius.com' );
|
130 |
-
define( 'WP_FS__DOMAIN_PRODUCTION', 'wp.freemius.com' );
|
131 |
-
define( 'WP_FS__ADDRESS_PRODUCTION', 'https://' . WP_FS__DOMAIN_PRODUCTION );
|
132 |
-
|
133 |
-
if ( ! defined( 'WP_FS__DOMAIN_LOCALHOST' ) ) {
|
134 |
-
define( 'WP_FS__DOMAIN_LOCALHOST', 'wp.freemius' );
|
135 |
-
}
|
136 |
-
if ( ! defined( 'WP_FS__ADDRESS_LOCALHOST' ) ) {
|
137 |
-
define( 'WP_FS__ADDRESS_LOCALHOST', 'http://' . WP_FS__DOMAIN_LOCALHOST . ':8080' );
|
138 |
-
}
|
139 |
-
|
140 |
-
if ( ! defined( 'WP_FS__TESTING_DOMAIN' ) ) {
|
141 |
-
define( 'WP_FS__TESTING_DOMAIN', 'fswp' );
|
142 |
-
}
|
143 |
-
|
144 |
-
#--------------------------------------------------------------------------------
|
145 |
-
#region HTTP
|
146 |
-
#--------------------------------------------------------------------------------
|
147 |
-
|
148 |
-
if ( ! defined( 'WP_FS__IS_HTTP_REQUEST' ) ) {
|
149 |
-
define( 'WP_FS__IS_HTTP_REQUEST', isset( $_SERVER['HTTP_HOST'] ) );
|
150 |
-
}
|
151 |
-
|
152 |
-
if ( ! defined( 'WP_FS__IS_HTTPS' ) ) {
|
153 |
-
define( 'WP_FS__IS_HTTPS', ( WP_FS__IS_HTTP_REQUEST &&
|
154 |
-
// Checks if CloudFlare's HTTPS (Flexible SSL support).
|
155 |
-
isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) &&
|
156 |
-
'https' === strtolower( $_SERVER['HTTP_X_FORWARDED_PROTO'] )
|
157 |
-
) ||
|
158 |
-
// Check if HTTPS request.
|
159 |
-
( isset( $_SERVER['HTTPS'] ) && 'on' == $_SERVER['HTTPS'] ) ||
|
160 |
-
( isset( $_SERVER['SERVER_PORT'] ) && 443 == $_SERVER['SERVER_PORT'] )
|
161 |
-
);
|
162 |
-
}
|
163 |
-
|
164 |
-
if ( ! defined( 'WP_FS__IS_POST_REQUEST' ) ) {
|
165 |
-
define( 'WP_FS__IS_POST_REQUEST', ( WP_FS__IS_HTTP_REQUEST &&
|
166 |
-
strtoupper( $_SERVER['REQUEST_METHOD'] ) == 'POST' ) );
|
167 |
-
}
|
168 |
-
|
169 |
-
if ( ! defined( 'WP_FS__REMOTE_ADDR' ) ) {
|
170 |
-
define( 'WP_FS__REMOTE_ADDR', fs_get_ip() );
|
171 |
-
}
|
172 |
-
|
173 |
-
if ( ! defined( 'WP_FS__IS_LOCALHOST' ) ) {
|
174 |
-
if ( defined( 'WP_FS__LOCALHOST_IP' ) ) {
|
175 |
-
define( 'WP_FS__IS_LOCALHOST', ( WP_FS__LOCALHOST_IP === WP_FS__REMOTE_ADDR ) );
|
176 |
-
} else {
|
177 |
-
define( 'WP_FS__IS_LOCALHOST', WP_FS__IS_HTTP_REQUEST &&
|
178 |
-
is_string( WP_FS__REMOTE_ADDR ) &&
|
179 |
-
( substr( WP_FS__REMOTE_ADDR, 0, 4 ) === '127.' ||
|
180 |
-
WP_FS__REMOTE_ADDR === '::1' )
|
181 |
-
);
|
182 |
-
}
|
183 |
-
}
|
184 |
-
|
185 |
-
if ( ! defined( 'WP_FS__IS_LOCALHOST_FOR_SERVER' ) ) {
|
186 |
-
define( 'WP_FS__IS_LOCALHOST_FOR_SERVER', ( ! WP_FS__IS_HTTP_REQUEST ||
|
187 |
-
false !== strpos( $_SERVER['HTTP_HOST'], 'localhost' ) ) );
|
188 |
-
}
|
189 |
-
|
190 |
-
#endregion
|
191 |
-
|
192 |
-
if ( ! defined( 'WP_FS__IS_PRODUCTION_MODE' ) ) {
|
193 |
-
// By default, run with Freemius production servers.
|
194 |
-
define( 'WP_FS__IS_PRODUCTION_MODE', true );
|
195 |
-
}
|
196 |
-
|
197 |
-
if ( ! defined( 'WP_FS__ADDRESS' ) ) {
|
198 |
-
define( 'WP_FS__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? WP_FS__ADDRESS_PRODUCTION : WP_FS__ADDRESS_LOCALHOST ) );
|
199 |
-
}
|
200 |
-
|
201 |
-
|
202 |
-
#--------------------------------------------------------------------------------
|
203 |
-
#region API
|
204 |
-
#--------------------------------------------------------------------------------
|
205 |
-
|
206 |
-
if ( ! defined( 'WP_FS__API_ADDRESS_LOCALHOST' ) ) {
|
207 |
-
define( 'WP_FS__API_ADDRESS_LOCALHOST', 'http://api.freemius-local.com:8080' );
|
208 |
-
}
|
209 |
-
if ( ! defined( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST' ) ) {
|
210 |
-
define( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST', 'http://sandbox-api.freemius:8080' );
|
211 |
-
}
|
212 |
-
|
213 |
-
// Set API address for local testing.
|
214 |
-
if ( ! WP_FS__IS_PRODUCTION_MODE ) {
|
215 |
-
if ( ! defined( 'FS_API__ADDRESS' ) ) {
|
216 |
-
define( 'FS_API__ADDRESS', WP_FS__API_ADDRESS_LOCALHOST );
|
217 |
-
}
|
218 |
-
if ( ! defined( 'FS_API__SANDBOX_ADDRESS' ) ) {
|
219 |
-
define( 'FS_API__SANDBOX_ADDRESS', WP_FS__API_SANDBOX_ADDRESS_LOCALHOST );
|
220 |
-
}
|
221 |
-
}
|
222 |
-
|
223 |
-
#endregion
|
224 |
-
|
225 |
-
#--------------------------------------------------------------------------------
|
226 |
-
#region Checkout
|
227 |
-
#--------------------------------------------------------------------------------
|
228 |
-
|
229 |
-
if ( ! defined( 'FS_CHECKOUT__ADDRESS_PRODUCTION' ) ) {
|
230 |
-
define( 'FS_CHECKOUT__ADDRESS_PRODUCTION', 'https://checkout.freemius.com' );
|
231 |
-
}
|
232 |
-
|
233 |
-
if ( ! defined( 'FS_CHECKOUT__ADDRESS_LOCALHOST' ) ) {
|
234 |
-
define( 'FS_CHECKOUT__ADDRESS_LOCALHOST', 'http://checkout.freemius-local.com:8080' );
|
235 |
-
}
|
236 |
-
|
237 |
-
if ( ! defined( 'FS_CHECKOUT__ADDRESS' ) ) {
|
238 |
-
define( 'FS_CHECKOUT__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? FS_CHECKOUT__ADDRESS_PRODUCTION : FS_CHECKOUT__ADDRESS_LOCALHOST ) );
|
239 |
-
}
|
240 |
-
|
241 |
-
#endregion
|
242 |
-
|
243 |
-
define( 'WP_FS___OPTION_PREFIX', 'fs' . ( WP_FS__IS_PRODUCTION_MODE ? '' : '_dbg' ) . '_' );
|
244 |
-
|
245 |
-
if ( ! defined( 'WP_FS__ACCOUNTS_OPTION_NAME' ) ) {
|
246 |
-
define( 'WP_FS__ACCOUNTS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'accounts' );
|
247 |
-
}
|
248 |
-
if ( ! defined( 'WP_FS__API_CACHE_OPTION_NAME' ) ) {
|
249 |
-
define( 'WP_FS__API_CACHE_OPTION_NAME', WP_FS___OPTION_PREFIX . 'api_cache' );
|
250 |
-
}
|
251 |
-
if ( ! defined( 'WP_FS__GDPR_OPTION_NAME' ) ) {
|
252 |
-
define( 'WP_FS__GDPR_OPTION_NAME', WP_FS___OPTION_PREFIX . 'gdpr' );
|
253 |
-
}
|
254 |
-
define( 'WP_FS__OPTIONS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'options' );
|
255 |
-
|
256 |
-
/**
|
257 |
-
* Module types
|
258 |
-
*
|
259 |
-
* @since 1.2.2
|
260 |
-
*/
|
261 |
-
define( 'WP_FS__MODULE_TYPE_PLUGIN', 'plugin' );
|
262 |
-
define( 'WP_FS__MODULE_TYPE_THEME', 'theme' );
|
263 |
-
|
264 |
-
/**
|
265 |
-
* Billing Frequencies
|
266 |
-
*/
|
267 |
-
define( 'WP_FS__PERIOD_ANNUALLY', 'annual' );
|
268 |
-
define( 'WP_FS__PERIOD_MONTHLY', 'monthly' );
|
269 |
-
define( 'WP_FS__PERIOD_LIFETIME', 'lifetime' );
|
270 |
-
|
271 |
-
/**
|
272 |
-
* Plans
|
273 |
-
*/
|
274 |
-
define( 'WP_FS__PLAN_DEFAULT_PAID', false );
|
275 |
-
define( 'WP_FS__PLAN_FREE', 'free' );
|
276 |
-
define( 'WP_FS__PLAN_TRIAL', 'trial' );
|
277 |
-
|
278 |
-
/**
|
279 |
-
* Times in seconds
|
280 |
-
*/
|
281 |
-
if ( ! defined( 'WP_FS__TIME_5_MIN_IN_SEC' ) ) {
|
282 |
-
define( 'WP_FS__TIME_5_MIN_IN_SEC', 300 );
|
283 |
-
}
|
284 |
-
if ( ! defined( 'WP_FS__TIME_10_MIN_IN_SEC' ) ) {
|
285 |
-
define( 'WP_FS__TIME_10_MIN_IN_SEC', 600 );
|
286 |
-
}
|
287 |
-
// define( 'WP_FS__TIME_15_MIN_IN_SEC', 900 );
|
288 |
-
if ( ! defined( 'WP_FS__TIME_12_HOURS_IN_SEC' ) ) {
|
289 |
-
define( 'WP_FS__TIME_12_HOURS_IN_SEC', 43200 );
|
290 |
-
}
|
291 |
-
if ( ! defined( 'WP_FS__TIME_24_HOURS_IN_SEC' ) ) {
|
292 |
-
define( 'WP_FS__TIME_24_HOURS_IN_SEC', WP_FS__TIME_12_HOURS_IN_SEC * 2 );
|
293 |
-
}
|
294 |
-
if ( ! defined( 'WP_FS__TIME_WEEK_IN_SEC' ) ) {
|
295 |
-
define( 'WP_FS__TIME_WEEK_IN_SEC', 7 * WP_FS__TIME_24_HOURS_IN_SEC );
|
296 |
-
}
|
297 |
-
|
298 |
-
#--------------------------------------------------------------------------------
|
299 |
-
#region Debugging
|
300 |
-
#--------------------------------------------------------------------------------
|
301 |
-
|
302 |
-
if ( ! defined( 'WP_FS__DEBUG_SDK' ) ) {
|
303 |
-
$debug_mode = get_option( 'fs_debug_mode', null );
|
304 |
-
|
305 |
-
if ( $debug_mode === null ) {
|
306 |
-
$debug_mode = false;
|
307 |
-
add_option( 'fs_debug_mode', $debug_mode );
|
308 |
-
}
|
309 |
-
|
310 |
-
define( 'WP_FS__DEBUG_SDK', is_numeric( $debug_mode ) ? ( 0 < $debug_mode ) : WP_FS__DEV_MODE );
|
311 |
-
}
|
312 |
-
|
313 |
-
if ( ! defined( 'WP_FS__ECHO_DEBUG_SDK' ) ) {
|
314 |
-
define( 'WP_FS__ECHO_DEBUG_SDK', WP_FS__DEV_MODE && ! empty( $_GET['fs_dbg_echo'] ) );
|
315 |
-
}
|
316 |
-
if ( ! defined( 'WP_FS__LOG_DATETIME_FORMAT' ) ) {
|
317 |
-
define( 'WP_FS__LOG_DATETIME_FORMAT', 'Y-m-d H:i:s' );
|
318 |
-
}
|
319 |
-
if ( ! defined( 'FS_API__LOGGER_ON' ) ) {
|
320 |
-
define( 'FS_API__LOGGER_ON', WP_FS__DEBUG_SDK );
|
321 |
-
}
|
322 |
-
|
323 |
-
if ( WP_FS__ECHO_DEBUG_SDK ) {
|
324 |
-
error_reporting( E_ALL );
|
325 |
-
}
|
326 |
-
|
327 |
-
#endregion
|
328 |
-
|
329 |
-
if ( ! defined( 'WP_FS__SCRIPT_START_TIME' ) ) {
|
330 |
-
define( 'WP_FS__SCRIPT_START_TIME', time() );
|
331 |
-
}
|
332 |
-
if ( ! defined( 'WP_FS__DEFAULT_PRIORITY' ) ) {
|
333 |
-
define( 'WP_FS__DEFAULT_PRIORITY', 10 );
|
334 |
-
}
|
335 |
-
if ( ! defined( 'WP_FS__LOWEST_PRIORITY' ) ) {
|
336 |
-
define( 'WP_FS__LOWEST_PRIORITY', 999999999 );
|
337 |
-
}
|
338 |
-
|
339 |
-
#--------------------------------------------------------------------------------
|
340 |
-
#region Multisite Network
|
341 |
-
#--------------------------------------------------------------------------------
|
342 |
-
|
343 |
-
/**
|
344 |
-
* Do not use this define directly, it will have the wrong value
|
345 |
-
* during plugin uninstall/deletion when the inclusion of the plugin
|
346 |
-
* is triggered due to registration with register_uninstall_hook().
|
347 |
-
*
|
348 |
-
* Instead, use fs_is_network_admin().
|
349 |
-
*
|
350 |
-
* @author Vova Feldman (@svovaf)
|
351 |
-
*/
|
352 |
-
if ( ! defined( 'WP_FS__IS_NETWORK_ADMIN' ) ) {
|
353 |
-
define( 'WP_FS__IS_NETWORK_ADMIN',
|
354 |
-
is_multisite() &&
|
355 |
-
( is_network_admin() ||
|
356 |
-
( ( defined( 'DOING_AJAX' ) && DOING_AJAX &&
|
357 |
-
( isset( $_REQUEST['_fs_network_admin'] ) /*||
|
358 |
-
( ! empty( $_REQUEST['action'] ) && 'delete-plugin' === $_REQUEST['action'] )*/ )
|
359 |
-
) ||
|
360 |
-
// Plugin uninstall.
|
361 |
-
defined( 'WP_UNINSTALL_PLUGIN' ) )
|
362 |
-
)
|
363 |
-
);
|
364 |
-
}
|
365 |
-
|
366 |
-
/**
|
367 |
-
* Do not use this define directly, it will have the wrong value
|
368 |
-
* during plugin uninstall/deletion when the inclusion of the plugin
|
369 |
-
* is triggered due to registration with register_uninstall_hook().
|
370 |
-
*
|
371 |
-
* Instead, use fs_is_blog_admin().
|
372 |
-
*
|
373 |
-
* @author Vova Feldman (@svovaf)
|
374 |
-
*/
|
375 |
-
if ( ! defined( 'WP_FS__IS_BLOG_ADMIN' ) ) {
|
376 |
-
define( 'WP_FS__IS_BLOG_ADMIN', is_blog_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX && isset( $_REQUEST['_fs_blog_admin'] ) ) );
|
377 |
-
}
|
378 |
-
|
379 |
-
if ( ! defined( 'WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED' ) ) {
|
380 |
-
// Set to true to show network level settings even if delegated to site admins.
|
381 |
-
define( 'WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED', false );
|
382 |
-
}
|
383 |
-
|
384 |
-
#endregion
|
385 |
-
|
386 |
-
if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
|
387 |
-
define( 'WP_FS__DEMO_MODE', false );
|
388 |
}
|
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.4
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
if ( ! defined( 'WP_FS__SLUG' ) ) {
|
14 |
+
define( 'WP_FS__SLUG', 'freemius' );
|
15 |
+
}
|
16 |
+
if ( ! defined( 'WP_FS__DEV_MODE' ) ) {
|
17 |
+
define( 'WP_FS__DEV_MODE', false );
|
18 |
+
}
|
19 |
+
|
20 |
+
#--------------------------------------------------------------------------------
|
21 |
+
#region API Connectivity Issues Simulation
|
22 |
+
#--------------------------------------------------------------------------------
|
23 |
+
|
24 |
+
if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY' ) ) {
|
25 |
+
define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY', false );
|
26 |
+
}
|
27 |
+
if ( ! defined( 'WP_FS__SIMULATE_NO_CURL' ) ) {
|
28 |
+
define( 'WP_FS__SIMULATE_NO_CURL', false );
|
29 |
+
}
|
30 |
+
if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE' ) ) {
|
31 |
+
define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', false );
|
32 |
+
}
|
33 |
+
if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL' ) ) {
|
34 |
+
define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', false );
|
35 |
+
}
|
36 |
+
if ( WP_FS__SIMULATE_NO_CURL ) {
|
37 |
+
define( 'FS_SDK__SIMULATE_NO_CURL', true );
|
38 |
+
}
|
39 |
+
if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE ) {
|
40 |
+
define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', true );
|
41 |
+
}
|
42 |
+
if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL ) {
|
43 |
+
define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', true );
|
44 |
+
}
|
45 |
+
|
46 |
+
#endregion
|
47 |
+
|
48 |
+
if ( ! defined( 'WP_FS__SIMULATE_FREEMIUS_OFF' ) ) {
|
49 |
+
define( 'WP_FS__SIMULATE_FREEMIUS_OFF', false );
|
50 |
+
}
|
51 |
+
|
52 |
+
if ( ! defined( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES' ) ) {
|
53 |
+
/**
|
54 |
+
* @since 1.1.7.3
|
55 |
+
* @author Vova Feldman (@svovaf)
|
56 |
+
*
|
57 |
+
* I'm not sure if shared servers periodically change IP, or the subdomain of the
|
58 |
+
* admin dashboard. Also, I've seen sites that have strange loop of switching
|
59 |
+
* between domains on a daily basis. Therefore, to eliminate the risk of
|
60 |
+
* multiple unwanted connectivity test pings, temporary ignore domain or
|
61 |
+
* server IP changes.
|
62 |
+
*/
|
63 |
+
define( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES', false );
|
64 |
+
}
|
65 |
+
|
66 |
+
/**
|
67 |
+
* If your dev environment supports custom public network IP setup
|
68 |
+
* like VVV, please update WP_FS__LOCALHOST_IP with your public IP
|
69 |
+
* and uncomment it during dev.
|
70 |
+
*/
|
71 |
+
if ( ! defined( 'WP_FS__LOCALHOST_IP' ) ) {
|
72 |
+
// VVV default public network IP.
|
73 |
+
define( 'WP_FS__VVV_DEFAULT_PUBLIC_IP', '192.168.50.4' );
|
74 |
+
|
75 |
+
// define( 'WP_FS__LOCALHOST_IP', WP_FS__VVV_DEFAULT_PUBLIC_IP );
|
76 |
+
}
|
77 |
+
|
78 |
+
/**
|
79 |
+
* If true and running with secret key, the opt-in process
|
80 |
+
* will skip the email activation process which is invoked
|
81 |
+
* when the email of the context user already exist in Freemius
|
82 |
+
* database (as a security precaution, to prevent sharing user
|
83 |
+
* secret with unauthorized entity).
|
84 |
+
*
|
85 |
+
* IMPORTANT:
|
86 |
+
* AS A SECURITY PRECAUTION, WE VALIDATE THE TIMESTAMP OF THE OPT-IN REQUEST.
|
87 |
+
* THEREFORE, MAKE SURE THAT WHEN USING THIS PARAMETER,YOUR TESTING ENVIRONMENT'S
|
88 |
+
* CLOCK IS SYNCED.
|
89 |
+
*/
|
90 |
+
if ( ! defined( 'WP_FS__SKIP_EMAIL_ACTIVATION' ) ) {
|
91 |
+
define( 'WP_FS__SKIP_EMAIL_ACTIVATION', false );
|
92 |
+
}
|
93 |
+
|
94 |
+
|
95 |
+
#--------------------------------------------------------------------------------
|
96 |
+
#region Directories
|
97 |
+
#--------------------------------------------------------------------------------
|
98 |
+
|
99 |
+
if ( ! defined( 'WP_FS__DIR' ) ) {
|
100 |
+
define( 'WP_FS__DIR', dirname( __FILE__ ) );
|
101 |
+
}
|
102 |
+
if ( ! defined( 'WP_FS__DIR_INCLUDES' ) ) {
|
103 |
+
define( 'WP_FS__DIR_INCLUDES', WP_FS__DIR . '/includes' );
|
104 |
+
}
|
105 |
+
if ( ! defined( 'WP_FS__DIR_TEMPLATES' ) ) {
|
106 |
+
define( 'WP_FS__DIR_TEMPLATES', WP_FS__DIR . '/templates' );
|
107 |
+
}
|
108 |
+
if ( ! defined( 'WP_FS__DIR_ASSETS' ) ) {
|
109 |
+
define( 'WP_FS__DIR_ASSETS', WP_FS__DIR . '/assets' );
|
110 |
+
}
|
111 |
+
if ( ! defined( 'WP_FS__DIR_CSS' ) ) {
|
112 |
+
define( 'WP_FS__DIR_CSS', WP_FS__DIR_ASSETS . '/css' );
|
113 |
+
}
|
114 |
+
if ( ! defined( 'WP_FS__DIR_JS' ) ) {
|
115 |
+
define( 'WP_FS__DIR_JS', WP_FS__DIR_ASSETS . '/js' );
|
116 |
+
}
|
117 |
+
if ( ! defined( 'WP_FS__DIR_IMG' ) ) {
|
118 |
+
define( 'WP_FS__DIR_IMG', WP_FS__DIR_ASSETS . '/img' );
|
119 |
+
}
|
120 |
+
if ( ! defined( 'WP_FS__DIR_SDK' ) ) {
|
121 |
+
define( 'WP_FS__DIR_SDK', WP_FS__DIR_INCLUDES . '/sdk' );
|
122 |
+
}
|
123 |
+
|
124 |
+
#endregion
|
125 |
+
|
126 |
+
/**
|
127 |
+
* Domain / URL / Address
|
128 |
+
*/
|
129 |
+
define( 'WP_FS__ROOT_DOMAIN_PRODUCTION', 'freemius.com' );
|
130 |
+
define( 'WP_FS__DOMAIN_PRODUCTION', 'wp.freemius.com' );
|
131 |
+
define( 'WP_FS__ADDRESS_PRODUCTION', 'https://' . WP_FS__DOMAIN_PRODUCTION );
|
132 |
+
|
133 |
+
if ( ! defined( 'WP_FS__DOMAIN_LOCALHOST' ) ) {
|
134 |
+
define( 'WP_FS__DOMAIN_LOCALHOST', 'wp.freemius' );
|
135 |
+
}
|
136 |
+
if ( ! defined( 'WP_FS__ADDRESS_LOCALHOST' ) ) {
|
137 |
+
define( 'WP_FS__ADDRESS_LOCALHOST', 'http://' . WP_FS__DOMAIN_LOCALHOST . ':8080' );
|
138 |
+
}
|
139 |
+
|
140 |
+
if ( ! defined( 'WP_FS__TESTING_DOMAIN' ) ) {
|
141 |
+
define( 'WP_FS__TESTING_DOMAIN', 'fswp' );
|
142 |
+
}
|
143 |
+
|
144 |
+
#--------------------------------------------------------------------------------
|
145 |
+
#region HTTP
|
146 |
+
#--------------------------------------------------------------------------------
|
147 |
+
|
148 |
+
if ( ! defined( 'WP_FS__IS_HTTP_REQUEST' ) ) {
|
149 |
+
define( 'WP_FS__IS_HTTP_REQUEST', isset( $_SERVER['HTTP_HOST'] ) );
|
150 |
+
}
|
151 |
+
|
152 |
+
if ( ! defined( 'WP_FS__IS_HTTPS' ) ) {
|
153 |
+
define( 'WP_FS__IS_HTTPS', ( WP_FS__IS_HTTP_REQUEST &&
|
154 |
+
// Checks if CloudFlare's HTTPS (Flexible SSL support).
|
155 |
+
isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) &&
|
156 |
+
'https' === strtolower( $_SERVER['HTTP_X_FORWARDED_PROTO'] )
|
157 |
+
) ||
|
158 |
+
// Check if HTTPS request.
|
159 |
+
( isset( $_SERVER['HTTPS'] ) && 'on' == $_SERVER['HTTPS'] ) ||
|
160 |
+
( isset( $_SERVER['SERVER_PORT'] ) && 443 == $_SERVER['SERVER_PORT'] )
|
161 |
+
);
|
162 |
+
}
|
163 |
+
|
164 |
+
if ( ! defined( 'WP_FS__IS_POST_REQUEST' ) ) {
|
165 |
+
define( 'WP_FS__IS_POST_REQUEST', ( WP_FS__IS_HTTP_REQUEST &&
|
166 |
+
strtoupper( $_SERVER['REQUEST_METHOD'] ) == 'POST' ) );
|
167 |
+
}
|
168 |
+
|
169 |
+
if ( ! defined( 'WP_FS__REMOTE_ADDR' ) ) {
|
170 |
+
define( 'WP_FS__REMOTE_ADDR', fs_get_ip() );
|
171 |
+
}
|
172 |
+
|
173 |
+
if ( ! defined( 'WP_FS__IS_LOCALHOST' ) ) {
|
174 |
+
if ( defined( 'WP_FS__LOCALHOST_IP' ) ) {
|
175 |
+
define( 'WP_FS__IS_LOCALHOST', ( WP_FS__LOCALHOST_IP === WP_FS__REMOTE_ADDR ) );
|
176 |
+
} else {
|
177 |
+
define( 'WP_FS__IS_LOCALHOST', WP_FS__IS_HTTP_REQUEST &&
|
178 |
+
is_string( WP_FS__REMOTE_ADDR ) &&
|
179 |
+
( substr( WP_FS__REMOTE_ADDR, 0, 4 ) === '127.' ||
|
180 |
+
WP_FS__REMOTE_ADDR === '::1' )
|
181 |
+
);
|
182 |
+
}
|
183 |
+
}
|
184 |
+
|
185 |
+
if ( ! defined( 'WP_FS__IS_LOCALHOST_FOR_SERVER' ) ) {
|
186 |
+
define( 'WP_FS__IS_LOCALHOST_FOR_SERVER', ( ! WP_FS__IS_HTTP_REQUEST ||
|
187 |
+
false !== strpos( $_SERVER['HTTP_HOST'], 'localhost' ) ) );
|
188 |
+
}
|
189 |
+
|
190 |
+
#endregion
|
191 |
+
|
192 |
+
if ( ! defined( 'WP_FS__IS_PRODUCTION_MODE' ) ) {
|
193 |
+
// By default, run with Freemius production servers.
|
194 |
+
define( 'WP_FS__IS_PRODUCTION_MODE', true );
|
195 |
+
}
|
196 |
+
|
197 |
+
if ( ! defined( 'WP_FS__ADDRESS' ) ) {
|
198 |
+
define( 'WP_FS__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? WP_FS__ADDRESS_PRODUCTION : WP_FS__ADDRESS_LOCALHOST ) );
|
199 |
+
}
|
200 |
+
|
201 |
+
|
202 |
+
#--------------------------------------------------------------------------------
|
203 |
+
#region API
|
204 |
+
#--------------------------------------------------------------------------------
|
205 |
+
|
206 |
+
if ( ! defined( 'WP_FS__API_ADDRESS_LOCALHOST' ) ) {
|
207 |
+
define( 'WP_FS__API_ADDRESS_LOCALHOST', 'http://api.freemius-local.com:8080' );
|
208 |
+
}
|
209 |
+
if ( ! defined( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST' ) ) {
|
210 |
+
define( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST', 'http://sandbox-api.freemius:8080' );
|
211 |
+
}
|
212 |
+
|
213 |
+
// Set API address for local testing.
|
214 |
+
if ( ! WP_FS__IS_PRODUCTION_MODE ) {
|
215 |
+
if ( ! defined( 'FS_API__ADDRESS' ) ) {
|
216 |
+
define( 'FS_API__ADDRESS', WP_FS__API_ADDRESS_LOCALHOST );
|
217 |
+
}
|
218 |
+
if ( ! defined( 'FS_API__SANDBOX_ADDRESS' ) ) {
|
219 |
+
define( 'FS_API__SANDBOX_ADDRESS', WP_FS__API_SANDBOX_ADDRESS_LOCALHOST );
|
220 |
+
}
|
221 |
+
}
|
222 |
+
|
223 |
+
#endregion
|
224 |
+
|
225 |
+
#--------------------------------------------------------------------------------
|
226 |
+
#region Checkout
|
227 |
+
#--------------------------------------------------------------------------------
|
228 |
+
|
229 |
+
if ( ! defined( 'FS_CHECKOUT__ADDRESS_PRODUCTION' ) ) {
|
230 |
+
define( 'FS_CHECKOUT__ADDRESS_PRODUCTION', 'https://checkout.freemius.com' );
|
231 |
+
}
|
232 |
+
|
233 |
+
if ( ! defined( 'FS_CHECKOUT__ADDRESS_LOCALHOST' ) ) {
|
234 |
+
define( 'FS_CHECKOUT__ADDRESS_LOCALHOST', 'http://checkout.freemius-local.com:8080' );
|
235 |
+
}
|
236 |
+
|
237 |
+
if ( ! defined( 'FS_CHECKOUT__ADDRESS' ) ) {
|
238 |
+
define( 'FS_CHECKOUT__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? FS_CHECKOUT__ADDRESS_PRODUCTION : FS_CHECKOUT__ADDRESS_LOCALHOST ) );
|
239 |
+
}
|
240 |
+
|
241 |
+
#endregion
|
242 |
+
|
243 |
+
define( 'WP_FS___OPTION_PREFIX', 'fs' . ( WP_FS__IS_PRODUCTION_MODE ? '' : '_dbg' ) . '_' );
|
244 |
+
|
245 |
+
if ( ! defined( 'WP_FS__ACCOUNTS_OPTION_NAME' ) ) {
|
246 |
+
define( 'WP_FS__ACCOUNTS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'accounts' );
|
247 |
+
}
|
248 |
+
if ( ! defined( 'WP_FS__API_CACHE_OPTION_NAME' ) ) {
|
249 |
+
define( 'WP_FS__API_CACHE_OPTION_NAME', WP_FS___OPTION_PREFIX . 'api_cache' );
|
250 |
+
}
|
251 |
+
if ( ! defined( 'WP_FS__GDPR_OPTION_NAME' ) ) {
|
252 |
+
define( 'WP_FS__GDPR_OPTION_NAME', WP_FS___OPTION_PREFIX . 'gdpr' );
|
253 |
+
}
|
254 |
+
define( 'WP_FS__OPTIONS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'options' );
|
255 |
+
|
256 |
+
/**
|
257 |
+
* Module types
|
258 |
+
*
|
259 |
+
* @since 1.2.2
|
260 |
+
*/
|
261 |
+
define( 'WP_FS__MODULE_TYPE_PLUGIN', 'plugin' );
|
262 |
+
define( 'WP_FS__MODULE_TYPE_THEME', 'theme' );
|
263 |
+
|
264 |
+
/**
|
265 |
+
* Billing Frequencies
|
266 |
+
*/
|
267 |
+
define( 'WP_FS__PERIOD_ANNUALLY', 'annual' );
|
268 |
+
define( 'WP_FS__PERIOD_MONTHLY', 'monthly' );
|
269 |
+
define( 'WP_FS__PERIOD_LIFETIME', 'lifetime' );
|
270 |
+
|
271 |
+
/**
|
272 |
+
* Plans
|
273 |
+
*/
|
274 |
+
define( 'WP_FS__PLAN_DEFAULT_PAID', false );
|
275 |
+
define( 'WP_FS__PLAN_FREE', 'free' );
|
276 |
+
define( 'WP_FS__PLAN_TRIAL', 'trial' );
|
277 |
+
|
278 |
+
/**
|
279 |
+
* Times in seconds
|
280 |
+
*/
|
281 |
+
if ( ! defined( 'WP_FS__TIME_5_MIN_IN_SEC' ) ) {
|
282 |
+
define( 'WP_FS__TIME_5_MIN_IN_SEC', 300 );
|
283 |
+
}
|
284 |
+
if ( ! defined( 'WP_FS__TIME_10_MIN_IN_SEC' ) ) {
|
285 |
+
define( 'WP_FS__TIME_10_MIN_IN_SEC', 600 );
|
286 |
+
}
|
287 |
+
// define( 'WP_FS__TIME_15_MIN_IN_SEC', 900 );
|
288 |
+
if ( ! defined( 'WP_FS__TIME_12_HOURS_IN_SEC' ) ) {
|
289 |
+
define( 'WP_FS__TIME_12_HOURS_IN_SEC', 43200 );
|
290 |
+
}
|
291 |
+
if ( ! defined( 'WP_FS__TIME_24_HOURS_IN_SEC' ) ) {
|
292 |
+
define( 'WP_FS__TIME_24_HOURS_IN_SEC', WP_FS__TIME_12_HOURS_IN_SEC * 2 );
|
293 |
+
}
|
294 |
+
if ( ! defined( 'WP_FS__TIME_WEEK_IN_SEC' ) ) {
|
295 |
+
define( 'WP_FS__TIME_WEEK_IN_SEC', 7 * WP_FS__TIME_24_HOURS_IN_SEC );
|
296 |
+
}
|
297 |
+
|
298 |
+
#--------------------------------------------------------------------------------
|
299 |
+
#region Debugging
|
300 |
+
#--------------------------------------------------------------------------------
|
301 |
+
|
302 |
+
if ( ! defined( 'WP_FS__DEBUG_SDK' ) ) {
|
303 |
+
$debug_mode = get_option( 'fs_debug_mode', null );
|
304 |
+
|
305 |
+
if ( $debug_mode === null ) {
|
306 |
+
$debug_mode = false;
|
307 |
+
add_option( 'fs_debug_mode', $debug_mode );
|
308 |
+
}
|
309 |
+
|
310 |
+
define( 'WP_FS__DEBUG_SDK', is_numeric( $debug_mode ) ? ( 0 < $debug_mode ) : WP_FS__DEV_MODE );
|
311 |
+
}
|
312 |
+
|
313 |
+
if ( ! defined( 'WP_FS__ECHO_DEBUG_SDK' ) ) {
|
314 |
+
define( 'WP_FS__ECHO_DEBUG_SDK', WP_FS__DEV_MODE && ! empty( $_GET['fs_dbg_echo'] ) );
|
315 |
+
}
|
316 |
+
if ( ! defined( 'WP_FS__LOG_DATETIME_FORMAT' ) ) {
|
317 |
+
define( 'WP_FS__LOG_DATETIME_FORMAT', 'Y-m-d H:i:s' );
|
318 |
+
}
|
319 |
+
if ( ! defined( 'FS_API__LOGGER_ON' ) ) {
|
320 |
+
define( 'FS_API__LOGGER_ON', WP_FS__DEBUG_SDK );
|
321 |
+
}
|
322 |
+
|
323 |
+
if ( WP_FS__ECHO_DEBUG_SDK ) {
|
324 |
+
error_reporting( E_ALL );
|
325 |
+
}
|
326 |
+
|
327 |
+
#endregion
|
328 |
+
|
329 |
+
if ( ! defined( 'WP_FS__SCRIPT_START_TIME' ) ) {
|
330 |
+
define( 'WP_FS__SCRIPT_START_TIME', time() );
|
331 |
+
}
|
332 |
+
if ( ! defined( 'WP_FS__DEFAULT_PRIORITY' ) ) {
|
333 |
+
define( 'WP_FS__DEFAULT_PRIORITY', 10 );
|
334 |
+
}
|
335 |
+
if ( ! defined( 'WP_FS__LOWEST_PRIORITY' ) ) {
|
336 |
+
define( 'WP_FS__LOWEST_PRIORITY', 999999999 );
|
337 |
+
}
|
338 |
+
|
339 |
+
#--------------------------------------------------------------------------------
|
340 |
+
#region Multisite Network
|
341 |
+
#--------------------------------------------------------------------------------
|
342 |
+
|
343 |
+
/**
|
344 |
+
* Do not use this define directly, it will have the wrong value
|
345 |
+
* during plugin uninstall/deletion when the inclusion of the plugin
|
346 |
+
* is triggered due to registration with register_uninstall_hook().
|
347 |
+
*
|
348 |
+
* Instead, use fs_is_network_admin().
|
349 |
+
*
|
350 |
+
* @author Vova Feldman (@svovaf)
|
351 |
+
*/
|
352 |
+
if ( ! defined( 'WP_FS__IS_NETWORK_ADMIN' ) ) {
|
353 |
+
define( 'WP_FS__IS_NETWORK_ADMIN',
|
354 |
+
is_multisite() &&
|
355 |
+
( is_network_admin() ||
|
356 |
+
( ( defined( 'DOING_AJAX' ) && DOING_AJAX &&
|
357 |
+
( isset( $_REQUEST['_fs_network_admin'] ) /*||
|
358 |
+
( ! empty( $_REQUEST['action'] ) && 'delete-plugin' === $_REQUEST['action'] )*/ )
|
359 |
+
) ||
|
360 |
+
// Plugin uninstall.
|
361 |
+
defined( 'WP_UNINSTALL_PLUGIN' ) )
|
362 |
+
)
|
363 |
+
);
|
364 |
+
}
|
365 |
+
|
366 |
+
/**
|
367 |
+
* Do not use this define directly, it will have the wrong value
|
368 |
+
* during plugin uninstall/deletion when the inclusion of the plugin
|
369 |
+
* is triggered due to registration with register_uninstall_hook().
|
370 |
+
*
|
371 |
+
* Instead, use fs_is_blog_admin().
|
372 |
+
*
|
373 |
+
* @author Vova Feldman (@svovaf)
|
374 |
+
*/
|
375 |
+
if ( ! defined( 'WP_FS__IS_BLOG_ADMIN' ) ) {
|
376 |
+
define( 'WP_FS__IS_BLOG_ADMIN', is_blog_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX && isset( $_REQUEST['_fs_blog_admin'] ) ) );
|
377 |
+
}
|
378 |
+
|
379 |
+
if ( ! defined( 'WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED' ) ) {
|
380 |
+
// Set to true to show network level settings even if delegated to site admins.
|
381 |
+
define( 'WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED', false );
|
382 |
+
}
|
383 |
+
|
384 |
+
#endregion
|
385 |
+
|
386 |
+
if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
|
387 |
+
define( 'WP_FS__DEMO_MODE', false );
|
388 |
}
|
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
@@ -1,290 +1,290 @@
|
|
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.5
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
/**
|
14 |
-
* Class FS_Plugin_License
|
15 |
-
*/
|
16 |
-
class FS_Plugin_License extends FS_Entity {
|
17 |
-
|
18 |
-
#region Properties
|
19 |
-
|
20 |
-
/**
|
21 |
-
* @var number
|
22 |
-
*/
|
23 |
-
public $plugin_id;
|
24 |
-
/**
|
25 |
-
* @var number
|
26 |
-
*/
|
27 |
-
public $user_id;
|
28 |
-
/**
|
29 |
-
* @var number
|
30 |
-
*/
|
31 |
-
public $plan_id;
|
32 |
-
/**
|
33 |
-
* @author Leo Fajardo (@leorw)
|
34 |
-
* @since 2.3.0
|
35 |
-
*
|
36 |
-
* @var string
|
37 |
-
*/
|
38 |
-
public $parent_plan_name;
|
39 |
-
/**
|
40 |
-
* @author Leo Fajardo (@leorw)
|
41 |
-
* @since 2.3.0
|
42 |
-
*
|
43 |
-
* @var string
|
44 |
-
*/
|
45 |
-
public $parent_plan_title;
|
46 |
-
/**
|
47 |
-
* @author Leo Fajardo (@leorw)
|
48 |
-
* @since 2.3.0
|
49 |
-
*
|
50 |
-
* @var number
|
51 |
-
*/
|
52 |
-
public $parent_license_id;
|
53 |
-
/**
|
54 |
-
* @var number
|
55 |
-
*/
|
56 |
-
public $pricing_id;
|
57 |
-
/**
|
58 |
-
* @var int|null
|
59 |
-
*/
|
60 |
-
public $quota;
|
61 |
-
/**
|
62 |
-
* @var int
|
63 |
-
*/
|
64 |
-
public $activated;
|
65 |
-
/**
|
66 |
-
* @var int
|
67 |
-
*/
|
68 |
-
public $activated_local;
|
69 |
-
/**
|
70 |
-
* @var string
|
71 |
-
*/
|
72 |
-
public $expiration;
|
73 |
-
/**
|
74 |
-
* @var string
|
75 |
-
*/
|
76 |
-
public $secret_key;
|
77 |
-
/**
|
78 |
-
* @var bool $is_free_localhost Defaults to true. If true, allow unlimited localhost installs with the same
|
79 |
-
* license.
|
80 |
-
*/
|
81 |
-
public $is_free_localhost;
|
82 |
-
/**
|
83 |
-
* @var bool $is_block_features Defaults to true. If false, don't block features after license expiry - only
|
84 |
-
* block updates and support.
|
85 |
-
*/
|
86 |
-
public $is_block_features;
|
87 |
-
/**
|
88 |
-
* @var bool
|
89 |
-
*/
|
90 |
-
public $is_cancelled;
|
91 |
-
|
92 |
-
#endregion Properties
|
93 |
-
|
94 |
-
/**
|
95 |
-
* @param stdClass|bool $license
|
96 |
-
*/
|
97 |
-
function __construct( $license = false ) {
|
98 |
-
parent::__construct( $license );
|
99 |
-
}
|
100 |
-
|
101 |
-
/**
|
102 |
-
* Get entity type.
|
103 |
-
*
|
104 |
-
* @return string
|
105 |
-
*/
|
106 |
-
static function get_type() {
|
107 |
-
return 'license';
|
108 |
-
}
|
109 |
-
|
110 |
-
/**
|
111 |
-
* Check how many site activations left.
|
112 |
-
*
|
113 |
-
* @author Vova Feldman (@svovaf)
|
114 |
-
* @since 1.0.5
|
115 |
-
*
|
116 |
-
* @return int
|
117 |
-
*/
|
118 |
-
function left() {
|
119 |
-
if ( ! $this->is_features_enabled() ) {
|
120 |
-
return 0;
|
121 |
-
}
|
122 |
-
|
123 |
-
if ( $this->is_unlimited() ) {
|
124 |
-
return 999;
|
125 |
-
}
|
126 |
-
|
127 |
-
return ( $this->quota - $this->activated - ( $this->is_free_localhost ? 0 : $this->activated_local ) );
|
128 |
-
}
|
129 |
-
|
130 |
-
/**
|
131 |
-
* Check if single site license.
|
132 |
-
*
|
133 |
-
* @author Vova Feldman (@svovaf)
|
134 |
-
* @since 1.1.8.1
|
135 |
-
*
|
136 |
-
* @return bool
|
137 |
-
*/
|
138 |
-
function is_single_site() {
|
139 |
-
return ( is_numeric( $this->quota ) && 1 == $this->quota );
|
140 |
-
}
|
141 |
-
|
142 |
-
/**
|
143 |
-
* @author Vova Feldman (@svovaf)
|
144 |
-
* @since 1.0.5
|
145 |
-
*
|
146 |
-
* @return bool
|
147 |
-
*/
|
148 |
-
function is_expired() {
|
149 |
-
return ! $this->is_lifetime() && ( strtotime( $this->expiration ) < WP_FS__SCRIPT_START_TIME );
|
150 |
-
}
|
151 |
-
|
152 |
-
/**
|
153 |
-
* Check if license is not expired.
|
154 |
-
*
|
155 |
-
* @author Vova Feldman (@svovaf)
|
156 |
-
* @since 1.2.1
|
157 |
-
*
|
158 |
-
* @return bool
|
159 |
-
*/
|
160 |
-
function is_valid() {
|
161 |
-
return ! $this->is_expired();
|
162 |
-
}
|
163 |
-
|
164 |
-
/**
|
165 |
-
* @author Vova Feldman (@svovaf)
|
166 |
-
* @since 1.0.6
|
167 |
-
*
|
168 |
-
* @return bool
|
169 |
-
*/
|
170 |
-
function is_lifetime() {
|
171 |
-
return is_null( $this->expiration );
|
172 |
-
}
|
173 |
-
|
174 |
-
/**
|
175 |
-
* @author Vova Feldman (@svovaf)
|
176 |
-
* @since 1.2.0
|
177 |
-
*
|
178 |
-
* @return bool
|
179 |
-
*/
|
180 |
-
function is_unlimited() {
|
181 |
-
return is_null( $this->quota );
|
182 |
-
}
|
183 |
-
|
184 |
-
/**
|
185 |
-
* Check if license is fully utilized.
|
186 |
-
*
|
187 |
-
* @author Vova Feldman (@svovaf)
|
188 |
-
* @since 1.0.6
|
189 |
-
*
|
190 |
-
* @param bool|null $is_localhost
|
191 |
-
*
|
192 |
-
* @return bool
|
193 |
-
*/
|
194 |
-
function is_utilized( $is_localhost = null ) {
|
195 |
-
if ( is_null( $is_localhost ) ) {
|
196 |
-
$is_localhost = WP_FS__IS_LOCALHOST_FOR_SERVER;
|
197 |
-
}
|
198 |
-
|
199 |
-
if ( $this->is_unlimited() ) {
|
200 |
-
return false;
|
201 |
-
}
|
202 |
-
|
203 |
-
return ! ( $this->is_free_localhost && $is_localhost ) &&
|
204 |
-
( $this->quota <= $this->activated + ( $this->is_free_localhost ? 0 : $this->activated_local ) );
|
205 |
-
}
|
206 |
-
|
207 |
-
/**
|
208 |
-
* Check if license can be activated.
|
209 |
-
*
|
210 |
-
* @author Vova Feldman (@svovaf)
|
211 |
-
* @since 2.0.0
|
212 |
-
*
|
213 |
-
* @param bool|null $is_localhost
|
214 |
-
*
|
215 |
-
* @return bool
|
216 |
-
*/
|
217 |
-
function can_activate( $is_localhost = null ) {
|
218 |
-
return ! $this->is_utilized( $is_localhost ) && $this->is_features_enabled();
|
219 |
-
}
|
220 |
-
|
221 |
-
/**
|
222 |
-
* Check if license can be activated on a given number of production and localhost sites.
|
223 |
-
*
|
224 |
-
* @author Vova Feldman (@svovaf)
|
225 |
-
* @since 2.0.0
|
226 |
-
*
|
227 |
-
* @param int $production_count
|
228 |
-
* @param int $localhost_count
|
229 |
-
*
|
230 |
-
* @return bool
|
231 |
-
*/
|
232 |
-
function can_activate_bulk( $production_count, $localhost_count ) {
|
233 |
-
if ( $this->is_unlimited() ) {
|
234 |
-
return true;
|
235 |
-
}
|
236 |
-
|
237 |
-
/**
|
238 |
-
* For simplicity, the logic will work as following: when given X sites to activate the license on, if it's
|
239 |
-
* possible to activate on ALL of them, do the activation. If it's not possible to activate on ALL of them,
|
240 |
-
* do NOT activate on any of them.
|
241 |
-
*/
|
242 |
-
return ( $this->quota >= $this->activated + $production_count + ( $this->is_free_localhost ? 0 : $this->activated_local + $localhost_count ) );
|
243 |
-
}
|
244 |
-
|
245 |
-
/**
|
246 |
-
* @author Vova Feldman (@svovaf)
|
247 |
-
* @since 1.2.1
|
248 |
-
*
|
249 |
-
* @return bool
|
250 |
-
*/
|
251 |
-
function is_active() {
|
252 |
-
return ( ! $this->is_cancelled );
|
253 |
-
}
|
254 |
-
|
255 |
-
/**
|
256 |
-
* Check if license's plan features are enabled.
|
257 |
-
*
|
258 |
-
* - Either if plan not expired
|
259 |
-
* - If expired, based on the configuration to block features or not.
|
260 |
-
*
|
261 |
-
* @author Vova Feldman (@svovaf)
|
262 |
-
* @since 1.0.6
|
263 |
-
*
|
264 |
-
* @return bool
|
265 |
-
*/
|
266 |
-
function is_features_enabled() {
|
267 |
-
return $this->is_active() && ( ! $this->is_block_features || ! $this->is_expired() );
|
268 |
-
}
|
269 |
-
|
270 |
-
/**
|
271 |
-
* Subscription considered to be new without any payments
|
272 |
-
* if the license expires in less than 24 hours
|
273 |
-
* from the license creation.
|
274 |
-
*
|
275 |
-
* @author Vova Feldman (@svovaf)
|
276 |
-
* @since 1.0.9
|
277 |
-
*
|
278 |
-
* @return bool
|
279 |
-
*/
|
280 |
-
function is_first_payment_pending() {
|
281 |
-
return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->expiration ) - strtotime( $this->created ) );
|
282 |
-
}
|
283 |
-
|
284 |
-
/**
|
285 |
-
* @return int
|
286 |
-
*/
|
287 |
-
function total_activations() {
|
288 |
-
return ( $this->activated + $this->activated_local );
|
289 |
-
}
|
290 |
-
}
|
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.5
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
/**
|
14 |
+
* Class FS_Plugin_License
|
15 |
+
*/
|
16 |
+
class FS_Plugin_License extends FS_Entity {
|
17 |
+
|
18 |
+
#region Properties
|
19 |
+
|
20 |
+
/**
|
21 |
+
* @var number
|
22 |
+
*/
|
23 |
+
public $plugin_id;
|
24 |
+
/**
|
25 |
+
* @var number
|
26 |
+
*/
|
27 |
+
public $user_id;
|
28 |
+
/**
|
29 |
+
* @var number
|
30 |
+
*/
|
31 |
+
public $plan_id;
|
32 |
+
/**
|
33 |
+
* @author Leo Fajardo (@leorw)
|
34 |
+
* @since 2.3.0
|
35 |
+
*
|
36 |
+
* @var string
|
37 |
+
*/
|
38 |
+
public $parent_plan_name;
|
39 |
+
/**
|
40 |
+
* @author Leo Fajardo (@leorw)
|
41 |
+
* @since 2.3.0
|
42 |
+
*
|
43 |
+
* @var string
|
44 |
+
*/
|
45 |
+
public $parent_plan_title;
|
46 |
+
/**
|
47 |
+
* @author Leo Fajardo (@leorw)
|
48 |
+
* @since 2.3.0
|
49 |
+
*
|
50 |
+
* @var number
|
51 |
+
*/
|
52 |
+
public $parent_license_id;
|
53 |
+
/**
|
54 |
+
* @var number
|
55 |
+
*/
|
56 |
+
public $pricing_id;
|
57 |
+
/**
|
58 |
+
* @var int|null
|
59 |
+
*/
|
60 |
+
public $quota;
|
61 |
+
/**
|
62 |
+
* @var int
|
63 |
+
*/
|
64 |
+
public $activated;
|
65 |
+
/**
|
66 |
+
* @var int
|
67 |
+
*/
|
68 |
+
public $activated_local;
|
69 |
+
/**
|
70 |
+
* @var string
|
71 |
+
*/
|
72 |
+
public $expiration;
|
73 |
+
/**
|
74 |
+
* @var string
|
75 |
+
*/
|
76 |
+
public $secret_key;
|
77 |
+
/**
|
78 |
+
* @var bool $is_free_localhost Defaults to true. If true, allow unlimited localhost installs with the same
|
79 |
+
* license.
|
80 |
+
*/
|
81 |
+
public $is_free_localhost;
|
82 |
+
/**
|
83 |
+
* @var bool $is_block_features Defaults to true. If false, don't block features after license expiry - only
|
84 |
+
* block updates and support.
|
85 |
+
*/
|
86 |
+
public $is_block_features;
|
87 |
+
/**
|
88 |
+
* @var bool
|
89 |
+
*/
|
90 |
+
public $is_cancelled;
|
91 |
+
|
92 |
+
#endregion Properties
|
93 |
+
|
94 |
+
/**
|
95 |
+
* @param stdClass|bool $license
|
96 |
+
*/
|
97 |
+
function __construct( $license = false ) {
|
98 |
+
parent::__construct( $license );
|
99 |
+
}
|
100 |
+
|
101 |
+
/**
|
102 |
+
* Get entity type.
|
103 |
+
*
|
104 |
+
* @return string
|
105 |
+
*/
|
106 |
+
static function get_type() {
|
107 |
+
return 'license';
|
108 |
+
}
|
109 |
+
|
110 |
+
/**
|
111 |
+
* Check how many site activations left.
|
112 |
+
*
|
113 |
+
* @author Vova Feldman (@svovaf)
|
114 |
+
* @since 1.0.5
|
115 |
+
*
|
116 |
+
* @return int
|
117 |
+
*/
|
118 |
+
function left() {
|
119 |
+
if ( ! $this->is_features_enabled() ) {
|
120 |
+
return 0;
|
121 |
+
}
|
122 |
+
|
123 |
+
if ( $this->is_unlimited() ) {
|
124 |
+
return 999;
|
125 |
+
}
|
126 |
+
|
127 |
+
return ( $this->quota - $this->activated - ( $this->is_free_localhost ? 0 : $this->activated_local ) );
|
128 |
+
}
|
129 |
+
|
130 |
+
/**
|
131 |
+
* Check if single site license.
|
132 |
+
*
|
133 |
+
* @author Vova Feldman (@svovaf)
|
134 |
+
* @since 1.1.8.1
|
135 |
+
*
|
136 |
+
* @return bool
|
137 |
+
*/
|
138 |
+
function is_single_site() {
|
139 |
+
return ( is_numeric( $this->quota ) && 1 == $this->quota );
|
140 |
+
}
|
141 |
+
|
142 |
+
/**
|
143 |
+
* @author Vova Feldman (@svovaf)
|
144 |
+
* @since 1.0.5
|
145 |
+
*
|
146 |
+
* @return bool
|
147 |
+
*/
|
148 |
+
function is_expired() {
|
149 |
+
return ! $this->is_lifetime() && ( strtotime( $this->expiration ) < WP_FS__SCRIPT_START_TIME );
|
150 |
+
}
|
151 |
+
|
152 |
+
/**
|
153 |
+
* Check if license is not expired.
|
154 |
+
*
|
155 |
+
* @author Vova Feldman (@svovaf)
|
156 |
+
* @since 1.2.1
|
157 |
+
*
|
158 |
+
* @return bool
|
159 |
+
*/
|
160 |
+
function is_valid() {
|
161 |
+
return ! $this->is_expired();
|
162 |
+
}
|
163 |
+
|
164 |
+
/**
|
165 |
+
* @author Vova Feldman (@svovaf)
|
166 |
+
* @since 1.0.6
|
167 |
+
*
|
168 |
+
* @return bool
|
169 |
+
*/
|
170 |
+
function is_lifetime() {
|
171 |
+
return is_null( $this->expiration );
|
172 |
+
}
|
173 |
+
|
174 |
+
/**
|
175 |
+
* @author Vova Feldman (@svovaf)
|
176 |
+
* @since 1.2.0
|
177 |
+
*
|
178 |
+
* @return bool
|
179 |
+
*/
|
180 |
+
function is_unlimited() {
|
181 |
+
return is_null( $this->quota );
|
182 |
+
}
|
183 |
+
|
184 |
+
/**
|
185 |
+
* Check if license is fully utilized.
|
186 |
+
*
|
187 |
+
* @author Vova Feldman (@svovaf)
|
188 |
+
* @since 1.0.6
|
189 |
+
*
|
190 |
+
* @param bool|null $is_localhost
|
191 |
+
*
|
192 |
+
* @return bool
|
193 |
+
*/
|
194 |
+
function is_utilized( $is_localhost = null ) {
|
195 |
+
if ( is_null( $is_localhost ) ) {
|
196 |
+
$is_localhost = WP_FS__IS_LOCALHOST_FOR_SERVER;
|
197 |
+
}
|
198 |
+
|
199 |
+
if ( $this->is_unlimited() ) {
|
200 |
+
return false;
|
201 |
+
}
|
202 |
+
|
203 |
+
return ! ( $this->is_free_localhost && $is_localhost ) &&
|
204 |
+
( $this->quota <= $this->activated + ( $this->is_free_localhost ? 0 : $this->activated_local ) );
|
205 |
+
}
|
206 |
+
|
207 |
+
/**
|
208 |
+
* Check if license can be activated.
|
209 |
+
*
|
210 |
+
* @author Vova Feldman (@svovaf)
|
211 |
+
* @since 2.0.0
|
212 |
+
*
|
213 |
+
* @param bool|null $is_localhost
|
214 |
+
*
|
215 |
+
* @return bool
|
216 |
+
*/
|
217 |
+
function can_activate( $is_localhost = null ) {
|
218 |
+
return ! $this->is_utilized( $is_localhost ) && $this->is_features_enabled();
|
219 |
+
}
|
220 |
+
|
221 |
+
/**
|
222 |
+
* Check if license can be activated on a given number of production and localhost sites.
|
223 |
+
*
|
224 |
+
* @author Vova Feldman (@svovaf)
|
225 |
+
* @since 2.0.0
|
226 |
+
*
|
227 |
+
* @param int $production_count
|
228 |
+
* @param int $localhost_count
|
229 |
+
*
|
230 |
+
* @return bool
|
231 |
+
*/
|
232 |
+
function can_activate_bulk( $production_count, $localhost_count ) {
|
233 |
+
if ( $this->is_unlimited() ) {
|
234 |
+
return true;
|
235 |
+
}
|
236 |
+
|
237 |
+
/**
|
238 |
+
* For simplicity, the logic will work as following: when given X sites to activate the license on, if it's
|
239 |
+
* possible to activate on ALL of them, do the activation. If it's not possible to activate on ALL of them,
|
240 |
+
* do NOT activate on any of them.
|
241 |
+
*/
|
242 |
+
return ( $this->quota >= $this->activated + $production_count + ( $this->is_free_localhost ? 0 : $this->activated_local + $localhost_count ) );
|
243 |
+
}
|
244 |
+
|
245 |
+
/**
|
246 |
+
* @author Vova Feldman (@svovaf)
|
247 |
+
* @since 1.2.1
|
248 |
+
*
|
249 |
+
* @return bool
|
250 |
+
*/
|
251 |
+
function is_active() {
|
252 |
+
return ( ! $this->is_cancelled );
|
253 |
+
}
|
254 |
+
|
255 |
+
/**
|
256 |
+
* Check if license's plan features are enabled.
|
257 |
+
*
|
258 |
+
* - Either if plan not expired
|
259 |
+
* - If expired, based on the configuration to block features or not.
|
260 |
+
*
|
261 |
+
* @author Vova Feldman (@svovaf)
|
262 |
+
* @since 1.0.6
|
263 |
+
*
|
264 |
+
* @return bool
|
265 |
+
*/
|
266 |
+
function is_features_enabled() {
|
267 |
+
return $this->is_active() && ( ! $this->is_block_features || ! $this->is_expired() );
|
268 |
+
}
|
269 |
+
|
270 |
+
/**
|
271 |
+
* Subscription considered to be new without any payments
|
272 |
+
* if the license expires in less than 24 hours
|
273 |
+
* from the license creation.
|
274 |
+
*
|
275 |
+
* @author Vova Feldman (@svovaf)
|
276 |
+
* @since 1.0.9
|
277 |
+
*
|
278 |
+
* @return bool
|
279 |
+
*/
|
280 |
+
function is_first_payment_pending() {
|
281 |
+
return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->expiration ) - strtotime( $this->created ) );
|
282 |
+
}
|
283 |
+
|
284 |
+
/**
|
285 |
+
* @return int
|
286 |
+
*/
|
287 |
+
function total_activations() {
|
288 |
+
return ( $this->activated + $this->activated_local );
|
289 |
+
}
|
290 |
+
}
|
freemius/includes/entities/class-fs-plugin-tag.php
CHANGED
@@ -1,60 +1,60 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Freemius
|
4 |
-
* @copyright Copyright (c) 2018, Freemius, Inc.
|
5 |
-
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
-
* @since 2.0.0
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
class FS_Plugin_Tag extends FS_Entity {
|
14 |
-
/**
|
15 |
-
* @var string
|
16 |
-
*/
|
17 |
-
public $version;
|
18 |
-
/**
|
19 |
-
* @var string
|
20 |
-
*/
|
21 |
-
public $url;
|
22 |
-
/**
|
23 |
-
* @var string
|
24 |
-
*/
|
25 |
-
public $requires_platform_version;
|
26 |
-
/**
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
public $tested_up_to_version;
|
30 |
-
/**
|
31 |
-
* @var bool
|
32 |
-
*/
|
33 |
-
public $has_free;
|
34 |
-
/**
|
35 |
-
* @var bool
|
36 |
-
*/
|
37 |
-
public $has_premium;
|
38 |
-
/**
|
39 |
-
* @var string One of the following: `pending`, `beta`, `unreleased`.
|
40 |
-
*/
|
41 |
-
public $release_mode;
|
42 |
-
|
43 |
-
function __construct( $tag = false ) {
|
44 |
-
parent::__construct( $tag );
|
45 |
-
}
|
46 |
-
|
47 |
-
static function get_type() {
|
48 |
-
return 'tag';
|
49 |
-
}
|
50 |
-
|
51 |
-
/**
|
52 |
-
* @author Leo Fajardo (@leorw)
|
53 |
-
* @since 2.3.0
|
54 |
-
*
|
55 |
-
* @return bool
|
56 |
-
*/
|
57 |
-
function is_beta() {
|
58 |
-
return ( 'beta' === $this->release_mode );
|
59 |
-
}
|
60 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Freemius
|
4 |
+
* @copyright Copyright (c) 2018, Freemius, Inc.
|
5 |
+
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
|
6 |
+
* @since 2.0.0
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
class FS_Plugin_Tag extends FS_Entity {
|
14 |
+
/**
|
15 |
+
* @var string
|
16 |
+
*/
|
17 |
+
public $version;
|
18 |
+
/**
|
19 |
+
* @var string
|
20 |
+
*/
|
21 |
+
public $url;
|
22 |
+
/**
|
23 |
+
* @var string
|
24 |
+
*/
|
25 |
+
public $requires_platform_version;
|
26 |
+
/**
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
public $tested_up_to_version;
|
30 |
+
/**
|
31 |
+
* @var bool
|
32 |
+
*/
|
33 |
+
public $has_free;
|
34 |
+
/**
|
35 |
+
* @var bool
|
36 |
+
*/
|
37 |
+
public $has_premium;
|
38 |
+
/**
|
39 |
+
* @var string One of the following: `pending`, `beta`, `unreleased`.
|
40 |
+
*/
|
41 |
+
public $release_mode;
|
42 |
+
|
43 |
+
function __construct( $tag = false ) {
|
44 |
+
parent::__construct( $tag );
|
45 |
+
}
|
46 |
+
|
47 |
+
static function get_type() {
|
48 |
+
return 'tag';
|
49 |
+
}
|
50 |
+
|
51 |
+
/**
|
52 |
+
* @author Leo Fajardo (@leorw)
|
53 |
+
* @since 2.3.0
|
54 |
+
*
|
55 |
+
* @return bool
|
56 |
+
*/
|
57 |
+
function is_beta() {
|
58 |
+
return ( 'beta' === $this->release_mode );
|
59 |
+
}
|
60 |
}
|
freemius/includes/entities/class-fs-plugin.php
CHANGED
@@ -1,154 +1,154 @@
|
|
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 |
-
const AFFILIATE_MODERATION_CUSTOMERS = 'customers';
|
104 |
-
|
105 |
-
#endregion Install Specific Properties
|
106 |
-
|
107 |
-
/**
|
108 |
-
* @param stdClass|bool $plugin
|
109 |
-
*/
|
110 |
-
function __construct( $plugin = false ) {
|
111 |
-
parent::__construct( $plugin );
|
112 |
-
|
113 |
-
$this->is_premium = false;
|
114 |
-
$this->is_live = true;
|
115 |
-
|
116 |
-
if ( empty( $this->premium_slug ) && ! empty( $plugin->slug ) ) {
|
117 |
-
$this->premium_slug = "{$this->slug}-premium";
|
118 |
-
}
|
119 |
-
|
120 |
-
if ( empty( $this->premium_suffix ) ) {
|
121 |
-
$this->premium_suffix = '(Premium)';
|
122 |
-
}
|
123 |
-
|
124 |
-
if ( isset( $plugin->info ) && is_object( $plugin->info ) ) {
|
125 |
-
$this->info = new FS_Plugin_Info( $plugin->info );
|
126 |
-
}
|
127 |
-
}
|
128 |
-
|
129 |
-
/**
|
130 |
-
* Check if plugin is an add-on (has parent).
|
131 |
-
*
|
132 |
-
* @author Vova Feldman (@svovaf)
|
133 |
-
* @since 1.0.6
|
134 |
-
*
|
135 |
-
* @return bool
|
136 |
-
*/
|
137 |
-
function is_addon() {
|
138 |
-
return isset( $this->parent_plugin_id ) && is_numeric( $this->parent_plugin_id );
|
139 |
-
}
|
140 |
-
|
141 |
-
/**
|
142 |
-
* @author Leo Fajardo (@leorw)
|
143 |
-
* @since 1.2.3
|
144 |
-
*
|
145 |
-
* @return bool
|
146 |
-
*/
|
147 |
-
function has_affiliate_program() {
|
148 |
-
return ( ! empty( $this->affiliate_moderation ) );
|
149 |
-
}
|
150 |
-
|
151 |
-
static function get_type() {
|
152 |
-
return 'plugin';
|
153 |
-
}
|
154 |
}
|
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 |
+
const AFFILIATE_MODERATION_CUSTOMERS = 'customers';
|
104 |
+
|
105 |
+
#endregion Install Specific Properties
|
106 |
+
|
107 |
+
/**
|
108 |
+
* @param stdClass|bool $plugin
|
109 |
+
*/
|
110 |
+
function __construct( $plugin = false ) {
|
111 |
+
parent::__construct( $plugin );
|
112 |
+
|
113 |
+
$this->is_premium = false;
|
114 |
+
$this->is_live = true;
|
115 |
+
|
116 |
+
if ( empty( $this->premium_slug ) && ! empty( $plugin->slug ) ) {
|
117 |
+
$this->premium_slug = "{$this->slug}-premium";
|
118 |
+
}
|
119 |
+
|
120 |
+
if ( empty( $this->premium_suffix ) ) {
|
121 |
+
$this->premium_suffix = '(Premium)';
|
122 |
+
}
|
123 |
+
|
124 |
+
if ( isset( $plugin->info ) && is_object( $plugin->info ) ) {
|
125 |
+
$this->info = new FS_Plugin_Info( $plugin->info );
|
126 |
+
}
|
127 |
+
}
|
128 |
+
|
129 |
+
/**
|
130 |
+
* Check if plugin is an add-on (has parent).
|
131 |
+
*
|
132 |
+
* @author Vova Feldman (@svovaf)
|
133 |
+
* @since 1.0.6
|
134 |
+
*
|
135 |
+
* @return bool
|
136 |
+
*/
|
137 |
+
function is_addon() {
|
138 |
+
return isset( $this->parent_plugin_id ) && is_numeric( $this->parent_plugin_id );
|
139 |
+
}
|
140 |
+
|
141 |
+
/**
|
142 |
+
* @author Leo Fajardo (@leorw)
|
143 |
+
* @since 1.2.3
|
144 |
+
*
|
145 |
+
* @return bool
|
146 |
+
*/
|
147 |
+
function has_affiliate_program() {
|
148 |
+
return ( ! empty( $this->affiliate_moderation ) );
|
149 |
+
}
|
150 |
+
|
151 |
+
static function get_type() {
|
152 |
+
return 'plugin';
|
153 |
+
}
|
154 |
}
|
freemius/includes/entities/class-fs-site.php
CHANGED
@@ -1,233 +1,233 @@
|
|
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_Site extends FS_Scope_Entity {
|
14 |
-
/**
|
15 |
-
* @var number
|
16 |
-
*/
|
17 |
-
public $site_id;
|
18 |
-
/**
|
19 |
-
* @var number
|
20 |
-
*/
|
21 |
-
public $plugin_id;
|
22 |
-
/**
|
23 |
-
* @var number
|
24 |
-
*/
|
25 |
-
public $user_id;
|
26 |
-
/**
|
27 |
-
* @var string
|
28 |
-
*/
|
29 |
-
public $title;
|
30 |
-
/**
|
31 |
-
* @var string
|
32 |
-
*/
|
33 |
-
public $url;
|
34 |
-
/**
|
35 |
-
* @var string
|
36 |
-
*/
|
37 |
-
public $version;
|
38 |
-
/**
|
39 |
-
* @var string E.g. en-GB
|
40 |
-
*/
|
41 |
-
public $language;
|
42 |
-
/**
|
43 |
-
* @var string E.g. UTF-8
|
44 |
-
*/
|
45 |
-
public $charset;
|
46 |
-
/**
|
47 |
-
* @var string Platform version (e.g WordPress version).
|
48 |
-
*/
|
49 |
-
public $platform_version;
|
50 |
-
/**
|
51 |
-
* Freemius SDK version
|
52 |
-
*
|
53 |
-
* @author Leo Fajardo (@leorw)
|
54 |
-
* @since 1.2.2
|
55 |
-
*
|
56 |
-
* @var string SDK version (e.g.: 1.2.2)
|
57 |
-
*/
|
58 |
-
public $sdk_version;
|
59 |
-
/**
|
60 |
-
* @var string Programming language version (e.g PHP version).
|
61 |
-
*/
|
62 |
-
public $programming_language_version;
|
63 |
-
/**
|
64 |
-
* @var number|null
|
65 |
-
*/
|
66 |
-
public $plan_id;
|
67 |
-
/**
|
68 |
-
* @var number|null
|
69 |
-
*/
|
70 |
-
public $license_id;
|
71 |
-
/**
|
72 |
-
* @var number|null
|
73 |
-
*/
|
74 |
-
public $trial_plan_id;
|
75 |
-
/**
|
76 |
-
* @var string|null
|
77 |
-
*/
|
78 |
-
public $trial_ends;
|
79 |
-
/**
|
80 |
-
* @since 1.0.9
|
81 |
-
*
|
82 |
-
* @var bool
|
83 |
-
*/
|
84 |
-
public $is_premium = false;
|
85 |
-
/**
|
86 |
-
* @author Leo Fajardo (@leorw)
|
87 |
-
*
|
88 |
-
* @since 1.2.1.5
|
89 |
-
*
|
90 |
-
* @var bool
|
91 |
-
*/
|
92 |
-
public $is_disconnected = false;
|
93 |
-
/**
|
94 |
-
* @since 2.0.0
|
95 |
-
*
|
96 |
-
* @var bool
|
97 |
-
*/
|
98 |
-
public $is_active = true;
|
99 |
-
/**
|
100 |
-
* @since 2.0.0
|
101 |
-
*
|
102 |
-
* @var bool
|
103 |
-
*/
|
104 |
-
public $is_uninstalled = false;
|
105 |
-
|
106 |
-
/**
|
107 |
-
* @param stdClass|bool $site
|
108 |
-
*/
|
109 |
-
function __construct( $site = false ) {
|
110 |
-
parent::__construct( $site );
|
111 |
-
|
112 |
-
if ( is_object( $site ) ) {
|
113 |
-
$this->plan_id = $site->plan_id;
|
114 |
-
}
|
115 |
-
|
116 |
-
if ( ! is_bool( $this->is_disconnected ) ) {
|
117 |
-
$this->is_disconnected = false;
|
118 |
-
}
|
119 |
-
}
|
120 |
-
|
121 |
-
static function get_type() {
|
122 |
-
return 'install';
|
123 |
-
}
|
124 |
-
|
125 |
-
/**
|
126 |
-
* @author Vova Feldman (@svovaf)
|
127 |
-
* @since 2.0.0
|
128 |
-
*
|
129 |
-
* @param string $url
|
130 |
-
*
|
131 |
-
* @return bool
|
132 |
-
*/
|
133 |
-
static function is_localhost_by_address( $url ) {
|
134 |
-
if ( false !== strpos( $url, '127.0.0.1' ) ||
|
135 |
-
false !== strpos( $url, 'localhost' )
|
136 |
-
) {
|
137 |
-
return true;
|
138 |
-
}
|
139 |
-
|
140 |
-
if ( ! fs_starts_with( $url, 'http' ) ) {
|
141 |
-
$url = 'http://' . $url;
|
142 |
-
}
|
143 |
-
|
144 |
-
$url_parts = parse_url( $url );
|
145 |
-
|
146 |
-
$subdomain = $url_parts['host'];
|
147 |
-
|
148 |
-
return (
|
149 |
-
// Starts with.
|
150 |
-
fs_starts_with( $subdomain, 'local.' ) ||
|
151 |
-
fs_starts_with( $subdomain, 'dev.' ) ||
|
152 |
-
fs_starts_with( $subdomain, 'test.' ) ||
|
153 |
-
fs_starts_with( $subdomain, 'stage.' ) ||
|
154 |
-
fs_starts_with( $subdomain, 'staging.' ) ||
|
155 |
-
|
156 |
-
// Ends with.
|
157 |
-
fs_ends_with( $subdomain, '.dev' ) ||
|
158 |
-
fs_ends_with( $subdomain, '.test' ) ||
|
159 |
-
fs_ends_with( $subdomain, '.staging' ) ||
|
160 |
-
fs_ends_with( $subdomain, '.local' ) ||
|
161 |
-
fs_ends_with( $subdomain, '.example' ) ||
|
162 |
-
fs_ends_with( $subdomain, '.invalid' ) ||
|
163 |
-
// GoDaddy test/dev.
|
164 |
-
fs_ends_with( $subdomain, '.myftpupload.com' ) ||
|
165 |
-
// ngrok tunneling.
|
166 |
-
fs_ends_with( $subdomain, '.ngrok.io' ) ||
|
167 |
-
// wpsandbox.
|
168 |
-
fs_ends_with( $subdomain, '.wpsandbox.pro' ) ||
|
169 |
-
// SiteGround staging.
|
170 |
-
fs_starts_with( $subdomain, 'staging' ) ||
|
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-'))) ||
|
177 |
-
// Cloudways
|
178 |
-
fs_ends_with( $subdomain, '.cloudwaysapps.com' ) ||
|
179 |
-
// Kinsta
|
180 |
-
(fs_ends_with($subdomain, '.kinsta.com') && fs_starts_with($subdomain, 'staging-')) ||
|
181 |
-
// DesktopServer
|
182 |
-
fs_ends_with( $subdomain, '.dev.cc' )
|
183 |
-
);
|
184 |
-
}
|
185 |
-
|
186 |
-
function is_localhost() {
|
187 |
-
return ( WP_FS__IS_LOCALHOST_FOR_SERVER || self::is_localhost_by_address( $this->url ) );
|
188 |
-
}
|
189 |
-
|
190 |
-
/**
|
191 |
-
* Check if site in trial.
|
192 |
-
*
|
193 |
-
* @author Vova Feldman (@svovaf)
|
194 |
-
* @since 1.0.9
|
195 |
-
*
|
196 |
-
* @return bool
|
197 |
-
*/
|
198 |
-
function is_trial() {
|
199 |
-
return is_numeric( $this->trial_plan_id ) && ( strtotime( $this->trial_ends ) > WP_FS__SCRIPT_START_TIME );
|
200 |
-
}
|
201 |
-
|
202 |
-
/**
|
203 |
-
* Check if user already utilized the trial with the current install.
|
204 |
-
*
|
205 |
-
* @author Vova Feldman (@svovaf)
|
206 |
-
* @since 1.0.9
|
207 |
-
*
|
208 |
-
* @return bool
|
209 |
-
*/
|
210 |
-
function is_trial_utilized() {
|
211 |
-
return is_numeric( $this->trial_plan_id );
|
212 |
-
}
|
213 |
-
|
214 |
-
/**
|
215 |
-
* @author Vova Feldman (@svovaf)
|
216 |
-
* @since 2.0.0
|
217 |
-
*
|
218 |
-
* @return bool
|
219 |
-
*/
|
220 |
-
function is_tracking_allowed() {
|
221 |
-
return ( true !== $this->is_disconnected );
|
222 |
-
}
|
223 |
-
|
224 |
-
/**
|
225 |
-
* @author Vova Feldman (@svovaf)
|
226 |
-
* @since 2.0.0
|
227 |
-
*
|
228 |
-
* @return bool
|
229 |
-
*/
|
230 |
-
function is_tracking_prohibited() {
|
231 |
-
return ! $this->is_tracking_allowed();
|
232 |
-
}
|
233 |
}
|
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_Site extends FS_Scope_Entity {
|
14 |
+
/**
|
15 |
+
* @var number
|
16 |
+
*/
|
17 |
+
public $site_id;
|
18 |
+
/**
|
19 |
+
* @var number
|
20 |
+
*/
|
21 |
+
public $plugin_id;
|
22 |
+
/**
|
23 |
+
* @var number
|
24 |
+
*/
|
25 |
+
public $user_id;
|
26 |
+
/**
|
27 |
+
* @var string
|
28 |
+
*/
|
29 |
+
public $title;
|
30 |
+
/**
|
31 |
+
* @var string
|
32 |
+
*/
|
33 |
+
public $url;
|
34 |
+
/**
|
35 |
+
* @var string
|
36 |
+
*/
|
37 |
+
public $version;
|
38 |
+
/**
|
39 |
+
* @var string E.g. en-GB
|
40 |
+
*/
|
41 |
+
public $language;
|
42 |
+
/**
|
43 |
+
* @var string E.g. UTF-8
|
44 |
+
*/
|
45 |
+
public $charset;
|
46 |
+
/**
|
47 |
+
* @var string Platform version (e.g WordPress version).
|
48 |
+
*/
|
49 |
+
public $platform_version;
|
50 |
+
/**
|
51 |
+
* Freemius SDK version
|
52 |
+
*
|
53 |
+
* @author Leo Fajardo (@leorw)
|
54 |
+
* @since 1.2.2
|
55 |
+
*
|
56 |
+
* @var string SDK version (e.g.: 1.2.2)
|
57 |
+
*/
|
58 |
+
public $sdk_version;
|
59 |
+
/**
|
60 |
+
* @var string Programming language version (e.g PHP version).
|
61 |
+
*/
|
62 |
+
public $programming_language_version;
|
63 |
+
/**
|
64 |
+
* @var number|null
|
65 |
+
*/
|
66 |
+
public $plan_id;
|
67 |
+
/**
|
68 |
+
* @var number|null
|
69 |
+
*/
|
70 |
+
public $license_id;
|
71 |
+
/**
|
72 |
+
* @var number|null
|
73 |
+
*/
|
74 |
+
public $trial_plan_id;
|
75 |
+
/**
|
76 |
+
* @var string|null
|
77 |
+
*/
|
78 |
+
public $trial_ends;
|
79 |
+
/**
|
80 |
+
* @since 1.0.9
|
81 |
+
*
|
82 |
+
* @var bool
|
83 |
+
*/
|
84 |
+
public $is_premium = false;
|
85 |
+
/**
|
86 |
+
* @author Leo Fajardo (@leorw)
|
87 |
+
*
|
88 |
+
* @since 1.2.1.5
|
89 |
+
*
|
90 |
+
* @var bool
|
91 |
+
*/
|
92 |
+
public $is_disconnected = false;
|
93 |
+
/**
|
94 |
+
* @since 2.0.0
|
95 |
+
*
|
96 |
+
* @var bool
|
97 |
+
*/
|
98 |
+
public $is_active = true;
|
99 |
+
/**
|
100 |
+
* @since 2.0.0
|
101 |
+
*
|
102 |
+
* @var bool
|
103 |
+
*/
|
104 |
+
public $is_uninstalled = false;
|
105 |
+
|
106 |
+
/**
|
107 |
+
* @param stdClass|bool $site
|
108 |
+
*/
|
109 |
+
function __construct( $site = false ) {
|
110 |
+
parent::__construct( $site );
|
111 |
+
|
112 |
+
if ( is_object( $site ) ) {
|
113 |
+
$this->plan_id = $site->plan_id;
|
114 |
+
}
|
115 |
+
|
116 |
+
if ( ! is_bool( $this->is_disconnected ) ) {
|
117 |
+
$this->is_disconnected = false;
|
118 |
+
}
|
119 |
+
}
|
120 |
+
|
121 |
+
static function get_type() {
|
122 |
+
return 'install';
|
123 |
+
}
|
124 |
+
|
125 |
+
/**
|
126 |
+
* @author Vova Feldman (@svovaf)
|
127 |
+
* @since 2.0.0
|
128 |
+
*
|
129 |
+
* @param string $url
|
130 |
+
*
|
131 |
+
* @return bool
|
132 |
+
*/
|
133 |
+
static function is_localhost_by_address( $url ) {
|
134 |
+
if ( false !== strpos( $url, '127.0.0.1' ) ||
|
135 |
+
false !== strpos( $url, 'localhost' )
|
136 |
+
) {
|
137 |
+
return true;
|
138 |
+
}
|
139 |
+
|
140 |
+
if ( ! fs_starts_with( $url, 'http' ) ) {
|
141 |
+
$url = 'http://' . $url;
|
142 |
+
}
|
143 |
+
|
144 |
+
$url_parts = parse_url( $url );
|
145 |
+
|
146 |
+
$subdomain = $url_parts['host'];
|
147 |
+
|
148 |
+
return (
|
149 |
+
// Starts with.
|
150 |
+
fs_starts_with( $subdomain, 'local.' ) ||
|
151 |
+
fs_starts_with( $subdomain, 'dev.' ) ||
|
152 |
+
fs_starts_with( $subdomain, 'test.' ) ||
|
153 |
+
fs_starts_with( $subdomain, 'stage.' ) ||
|
154 |
+
fs_starts_with( $subdomain, 'staging.' ) ||
|
155 |
+
|
156 |
+
// Ends with.
|
157 |
+
fs_ends_with( $subdomain, '.dev' ) ||
|
158 |
+
fs_ends_with( $subdomain, '.test' ) ||
|
159 |
+
fs_ends_with( $subdomain, '.staging' ) ||
|
160 |
+
fs_ends_with( $subdomain, '.local' ) ||
|
161 |
+
fs_ends_with( $subdomain, '.example' ) ||
|
162 |
+
fs_ends_with( $subdomain, '.invalid' ) ||
|
163 |
+
// GoDaddy test/dev.
|
164 |
+
fs_ends_with( $subdomain, '.myftpupload.com' ) ||
|
165 |
+
// ngrok tunneling.
|
166 |
+
fs_ends_with( $subdomain, '.ngrok.io' ) ||
|
167 |
+
// wpsandbox.
|
168 |
+
fs_ends_with( $subdomain, '.wpsandbox.pro' ) ||
|
169 |
+
// SiteGround staging.
|
170 |
+
fs_starts_with( $subdomain, 'staging' ) ||
|
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-'))) ||
|
177 |
+
// Cloudways
|
178 |
+
fs_ends_with( $subdomain, '.cloudwaysapps.com' ) ||
|
179 |
+
// Kinsta
|
180 |
+
(fs_ends_with($subdomain, '.kinsta.com') && fs_starts_with($subdomain, 'staging-')) ||
|
181 |
+
// DesktopServer
|
182 |
+
fs_ends_with( $subdomain, '.dev.cc' )
|
183 |
+
);
|
184 |
+
}
|
185 |
+
|
186 |
+
function is_localhost() {
|
187 |
+
return ( WP_FS__IS_LOCALHOST_FOR_SERVER || self::is_localhost_by_address( $this->url ) );
|
188 |
+
}
|
189 |
+
|
190 |
+
/**
|
191 |
+
* Check if site in trial.
|
192 |
+
*
|
193 |
+
* @author Vova Feldman (@svovaf)
|
194 |
+
* @since 1.0.9
|
195 |
+
*
|
196 |
+
* @return bool
|
197 |
+
*/
|
198 |
+
function is_trial() {
|
199 |
+
return is_numeric( $this->trial_plan_id ) && ( strtotime( $this->trial_ends ) > WP_FS__SCRIPT_START_TIME );
|
200 |
+
}
|
201 |
+
|
202 |
+
/**
|
203 |
+
* Check if user already utilized the trial with the current install.
|
204 |
+
*
|
205 |
+
* @author Vova Feldman (@svovaf)
|
206 |
+
* @since 1.0.9
|
207 |
+
*
|
208 |
+
* @return bool
|
209 |
+
*/
|
210 |
+
function is_trial_utilized() {
|
211 |
+
return is_numeric( $this->trial_plan_id );
|
212 |
+
}
|
213 |
+
|
214 |
+
/**
|
215 |
+
* @author Vova Feldman (@svovaf)
|
216 |
+
* @since 2.0.0
|
217 |
+
*
|
218 |
+
* @return bool
|
219 |
+
*/
|
220 |
+
function is_tracking_allowed() {
|
221 |
+
return ( true !== $this->is_disconnected );
|
222 |
+
}
|
223 |
+
|
224 |
+
/**
|
225 |
+
* @author Vova Feldman (@svovaf)
|
226 |
+
* @since 2.0.0
|
227 |
+
*
|
228 |
+
* @return bool
|
229 |
+
*/
|
230 |
+
function is_tracking_prohibited() {
|
231 |
+
return ! $this->is_tracking_allowed();
|
232 |
+
}
|
233 |
}
|
freemius/includes/entities/class-fs-user.php
CHANGED
@@ -1,79 +1,79 @@
|
|
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_User extends FS_Scope_Entity {
|
14 |
-
|
15 |
-
#region Properties
|
16 |
-
|
17 |
-
/**
|
18 |
-
* @var string
|
19 |
-
*/
|
20 |
-
public $email;
|
21 |
-
/**
|
22 |
-
* @var string
|
23 |
-
*/
|
24 |
-
public $first;
|
25 |
-
/**
|
26 |
-
* @var string
|
27 |
-
*/
|
28 |
-
public $last;
|
29 |
-
/**
|
30 |
-
* @var bool
|
31 |
-
*/
|
32 |
-
public $is_verified;
|
33 |
-
/**
|
34 |
-
* @author Leo Fajardo (@leorw)
|
35 |
-
* @since 2.3.0
|
36 |
-
*
|
37 |
-
* @var bool
|
38 |
-
*/
|
39 |
-
public $is_beta;
|
40 |
-
/**
|
41 |
-
* @var string|null
|
42 |
-
*/
|
43 |
-
public $customer_id;
|
44 |
-
/**
|
45 |
-
* @var float
|
46 |
-
*/
|
47 |
-
public $gross;
|
48 |
-
|
49 |
-
#endregion Properties
|
50 |
-
|
51 |
-
/**
|
52 |
-
* @param object|bool $user
|
53 |
-
*/
|
54 |
-
function __construct( $user = false ) {
|
55 |
-
parent::__construct( $user );
|
56 |
-
}
|
57 |
-
|
58 |
-
function get_name() {
|
59 |
-
return trim( ucfirst( trim( is_string( $this->first ) ? $this->first : '' ) ) . ' ' . ucfirst( trim( is_string( $this->last ) ? $this->last : '' ) ) );
|
60 |
-
}
|
61 |
-
|
62 |
-
function is_verified() {
|
63 |
-
return ( isset( $this->is_verified ) && true === $this->is_verified );
|
64 |
-
}
|
65 |
-
|
66 |
-
/**
|
67 |
-
* @author Leo Fajardo (@leorw)
|
68 |
-
* @since 2.3.0
|
69 |
-
*
|
70 |
-
* @return bool
|
71 |
-
*/
|
72 |
-
function is_beta() {
|
73 |
-
return ( isset( $this->is_beta ) && true === $this->is_beta );
|
74 |
-
}
|
75 |
-
|
76 |
-
static function get_type() {
|
77 |
-
return 'user';
|
78 |
-
}
|
79 |
}
|
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_User extends FS_Scope_Entity {
|
14 |
+
|
15 |
+
#region Properties
|
16 |
+
|
17 |
+
/**
|
18 |
+
* @var string
|
19 |
+
*/
|
20 |
+
public $email;
|
21 |
+
/**
|
22 |
+
* @var string
|
23 |
+
*/
|
24 |
+
public $first;
|
25 |
+
/**
|
26 |
+
* @var string
|
27 |
+
*/
|
28 |
+
public $last;
|
29 |
+
/**
|
30 |
+
* @var bool
|
31 |
+
*/
|
32 |
+
public $is_verified;
|
33 |
+
/**
|
34 |
+
* @author Leo Fajardo (@leorw)
|
35 |
+
* @since 2.3.0
|
36 |
+
*
|
37 |
+
* @var bool
|
38 |
+
*/
|
39 |
+
public $is_beta;
|
40 |
+
/**
|
41 |
+
* @var string|null
|
42 |
+
*/
|
43 |
+
public $customer_id;
|
44 |
+
/**
|
45 |
+
* @var float
|
46 |
+
*/
|
47 |
+
public $gross;
|
48 |
+
|
49 |
+
#endregion Properties
|
50 |
+
|
51 |
+
/**
|
52 |
+
* @param object|bool $user
|
53 |
+
*/
|
54 |
+
function __construct( $user = false ) {
|
55 |
+
parent::__construct( $user );
|
56 |
+
}
|
57 |
+
|
58 |
+
function get_name() {
|
59 |
+
return trim( ucfirst( trim( is_string( $this->first ) ? $this->first : '' ) ) . ' ' . ucfirst( trim( is_string( $this->last ) ? $this->last : '' ) ) );
|
60 |
+
}
|
61 |
+
|
62 |
+
function is_verified() {
|
63 |
+
return ( isset( $this->is_verified ) && true === $this->is_verified );
|
64 |
+
}
|
65 |
+
|
66 |
+
/**
|
67 |
+
* @author Leo Fajardo (@leorw)
|
68 |
+
* @since 2.3.0
|
69 |
+
*
|
70 |
+
* @return bool
|
71 |
+
*/
|
72 |
+
function is_beta() {
|
73 |
+
return ( isset( $this->is_beta ) && true === $this->is_beta );
|
74 |
+
}
|
75 |
+
|
76 |
+
static function get_type() {
|
77 |
+
return 'user';
|
78 |
+
}
|
79 |
}
|
freemius/includes/managers/class-fs-admin-menu-manager.php
CHANGED
@@ -1,980 +1,980 @@
|
|
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.3
|
7 |
-
*/
|
8 |
-
|
9 |
-
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
class FS_Admin_Menu_Manager {
|
14 |
-
|
15 |
-
#region Properties
|
16 |
-
|
17 |
-
/**
|
18 |
-
* @since 1.2.2
|
19 |
-
*
|
20 |
-
* @var string
|
21 |
-
*/
|
22 |
-
protected $_module_unique_affix;
|
23 |
-
|
24 |
-
/**
|
25 |
-
* @since 1.2.2
|
26 |
-
*
|
27 |
-
* @var number
|
28 |
-
*/
|
29 |
-
protected $_module_id;
|
30 |
-
|
31 |
-
/**
|
32 |
-
* @since 1.2.2
|
33 |
-
*
|
34 |
-
* @var string
|
35 |
-
*/
|
36 |
-
protected $_module_type;
|
37 |
-
|
38 |
-
/**
|
39 |
-
* @since 1.0.6
|
40 |
-
*
|
41 |
-
* @var string
|
42 |
-
*/
|
43 |
-
private $_menu_slug;
|
44 |
-
/**
|
45 |
-
* @since 1.1.3
|
46 |
-
*
|
47 |
-
* @var string
|
48 |
-
*/
|
49 |
-
private $_parent_slug;
|
50 |
-
/**
|
51 |
-
* @since 1.1.3
|
52 |
-
*
|
53 |
-
* @var string
|
54 |
-
*/
|
55 |
-
private $_parent_type;
|
56 |
-
/**
|
57 |
-
* @since 1.1.3
|
58 |
-
*
|
59 |
-
* @var string
|
60 |
-
*/
|
61 |
-
private $_type;
|
62 |
-
/**
|
63 |
-
* @since 1.1.3
|
64 |
-
*
|
65 |
-
* @var bool
|
66 |
-
*/
|
67 |
-
private $_is_top_level;
|
68 |
-
/**
|
69 |
-
* @since 1.1.3
|
70 |
-
*
|
71 |
-
* @var bool
|
72 |
-
*/
|
73 |
-
private $_is_override_exact;
|
74 |
-
/**
|
75 |
-
* @since 1.1.3
|
76 |
-
*
|
77 |
-
* @var array<string,bool>
|
78 |
-
*/
|
79 |
-
private $_default_submenu_items;
|
80 |
-
/**
|
81 |
-
* @since 1.1.3
|
82 |
-
*
|
83 |
-
* @var string
|
84 |
-
*/
|
85 |
-
private $_first_time_path;
|
86 |
-
/**
|
87 |
-
* @since 1.2.2
|
88 |
-
*
|
89 |
-
* @var bool
|
90 |
-
*/
|
91 |
-
private $_menu_exists;
|
92 |
-
/**
|
93 |
-
* @since 2.0.0
|
94 |
-
*
|
95 |
-
* @var bool
|
96 |
-
*/
|
97 |
-
private $_network_menu_exists;
|
98 |
-
|
99 |
-
#endregion Properties
|
100 |
-
|
101 |
-
/**
|
102 |
-
* @var FS_Logger
|
103 |
-
*/
|
104 |
-
protected $_logger;
|
105 |
-
|
106 |
-
#region Singleton
|
107 |
-
|
108 |
-
/**
|
109 |
-
* @var FS_Admin_Menu_Manager[]
|
110 |
-
*/
|
111 |
-
private static $_instances = array();
|
112 |
-
|
113 |
-
/**
|
114 |
-
* @param number $module_id
|
115 |
-
* @param string $module_type
|
116 |
-
* @param string $module_unique_affix
|
117 |
-
*
|
118 |
-
* @return FS_Admin_Menu_Manager
|
119 |
-
*/
|
120 |
-
static function instance( $module_id, $module_type, $module_unique_affix ) {
|
121 |
-
$key = 'm_' . $module_id;
|
122 |
-
|
123 |
-
if ( ! isset( self::$_instances[ $key ] ) ) {
|
124 |
-
self::$_instances[ $key ] = new FS_Admin_Menu_Manager( $module_id, $module_type, $module_unique_affix );
|
125 |
-
}
|
126 |
-
|
127 |
-
return self::$_instances[ $key ];
|
128 |
-
}
|
129 |
-
|
130 |
-
protected function __construct( $module_id, $module_type, $module_unique_affix ) {
|
131 |
-
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $module_id . '_admin_menu', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
132 |
-
|
133 |
-
$this->_module_id = $module_id;
|
134 |
-
$this->_module_type = $module_type;
|
135 |
-
$this->_module_unique_affix = $module_unique_affix;
|
136 |
-
}
|
137 |
-
|
138 |
-
#endregion Singleton
|
139 |
-
|
140 |
-
#region Helpers
|
141 |
-
|
142 |
-
private function get_option( &$options, $key, $default = false ) {
|
143 |
-
return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
|
144 |
-
}
|
145 |
-
|
146 |
-
private function get_bool_option( &$options, $key, $default = false ) {
|
147 |
-
return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
|
148 |
-
}
|
149 |
-
|
150 |
-
#endregion Helpers
|
151 |
-
|
152 |
-
/**
|
153 |
-
* @param array $menu
|
154 |
-
* @param bool $is_addon
|
155 |
-
*/
|
156 |
-
function init( $menu, $is_addon = false ) {
|
157 |
-
$this->_menu_exists = ( isset( $menu['slug'] ) && ! empty( $menu['slug'] ) );
|
158 |
-
$this->_network_menu_exists = ( ! empty( $menu['network'] ) && true === $menu['network'] );
|
159 |
-
|
160 |
-
$this->_menu_slug = ( $this->_menu_exists ? $menu['slug'] : $this->_module_unique_affix );
|
161 |
-
|
162 |
-
$this->_default_submenu_items = array();
|
163 |
-
// @deprecated
|
164 |
-
$this->_type = 'page';
|
165 |
-
$this->_is_top_level = true;
|
166 |
-
$this->_is_override_exact = false;
|
167 |
-
$this->_parent_slug = false;
|
168 |
-
// @deprecated
|
169 |
-
$this->_parent_type = 'page';
|
170 |
-
|
171 |
-
if ( isset( $menu ) ) {
|
172 |
-
if ( ! $is_addon ) {
|
173 |
-
$this->_default_submenu_items = array(
|
174 |
-
'contact' => $this->get_bool_option( $menu, 'contact', true ),
|
175 |
-
'support' => $this->get_bool_option( $menu, 'support', true ),
|
176 |
-
'affiliation' => $this->get_bool_option( $menu, 'affiliation', true ),
|
177 |
-
'account' => $this->get_bool_option( $menu, 'account', true ),
|
178 |
-
'pricing' => $this->get_bool_option( $menu, 'pricing', true ),
|
179 |
-
'addons' => $this->get_bool_option( $menu, 'addons', true ),
|
180 |
-
);
|
181 |
-
|
182 |
-
// @deprecated
|
183 |
-
$this->_type = $this->get_option( $menu, 'type', 'page' );
|
184 |
-
}
|
185 |
-
|
186 |
-
$this->_is_override_exact = $this->get_bool_option( $menu, 'override_exact' );
|
187 |
-
|
188 |
-
if ( isset( $menu['parent'] ) ) {
|
189 |
-
$this->_parent_slug = $this->get_option( $menu['parent'], 'slug' );
|
190 |
-
// @deprecated
|
191 |
-
$this->_parent_type = $this->get_option( $menu['parent'], 'type', 'page' );
|
192 |
-
|
193 |
-
// If parent's slug is different, then it's NOT a top level menu item.
|
194 |
-
$this->_is_top_level = ( $this->_parent_slug === $this->_menu_slug );
|
195 |
-
} else {
|
196 |
-
/**
|
197 |
-
* If no parent then top level if:
|
198 |
-
* - Has custom admin menu ('page')
|
199 |
-
* - CPT menu type ('cpt')
|
200 |
-
*/
|
201 |
-
// $this->_is_top_level = in_array( $this->_type, array(
|
202 |
-
// 'cpt',
|
203 |
-
// 'page'
|
204 |
-
// ) );
|
205 |
-
}
|
206 |
-
|
207 |
-
$first_path = $this->get_option( $menu, 'first-path', false );
|
208 |
-
|
209 |
-
if ( ! empty( $first_path ) && is_string( $first_path ) ) {
|
210 |
-
$this->_first_time_path = $first_path;
|
211 |
-
}
|
212 |
-
}
|
213 |
-
}
|
214 |
-
|
215 |
-
/**
|
216 |
-
* Check if top level menu.
|
217 |
-
*
|
218 |
-
* @author Vova Feldman (@svovaf)
|
219 |
-
* @since 1.1.3
|
220 |
-
*
|
221 |
-
* @return bool False if submenu item.
|
222 |
-
*/
|
223 |
-
function is_top_level() {
|
224 |
-
return $this->_is_top_level;
|
225 |
-
}
|
226 |
-
|
227 |
-
/**
|
228 |
-
* Check if the page should be override on exact URL match.
|
229 |
-
*
|
230 |
-
* @author Vova Feldman (@svovaf)
|
231 |
-
* @since 1.1.3
|
232 |
-
*
|
233 |
-
* @return bool False if submenu item.
|
234 |
-
*/
|
235 |
-
function is_override_exact() {
|
236 |
-
return $this->_is_override_exact;
|
237 |
-
}
|
238 |
-
|
239 |
-
|
240 |
-
/**
|
241 |
-
* Get the path of the page the user should be forwarded to after first activation.
|
242 |
-
*
|
243 |
-
* @author Vova Feldman (@svovaf)
|
244 |
-
* @since 1.1.3
|
245 |
-
*
|
246 |
-
* @param bool $is_network Since 2.4.5
|
247 |
-
*
|
248 |
-
* @return string
|
249 |
-
*/
|
250 |
-
function get_first_time_path( $is_network = false ) {
|
251 |
-
if ( empty ( $this->_first_time_path ) ) {
|
252 |
-
return $this->_first_time_path;
|
253 |
-
}
|
254 |
-
|
255 |
-
if ( $is_network ) {
|
256 |
-
return network_admin_url( $this->_first_time_path );
|
257 |
-
} else {
|
258 |
-
return admin_url( $this->_first_time_path );
|
259 |
-
}
|
260 |
-
}
|
261 |
-
|
262 |
-
/**
|
263 |
-
* Check if plugin's menu item is part of a custom top level menu.
|
264 |
-
*
|
265 |
-
* @author Vova Feldman (@svovaf)
|
266 |
-
* @since 1.1.3
|
267 |
-
*
|
268 |
-
* @return bool
|
269 |
-
*/
|
270 |
-
function has_custom_parent() {
|
271 |
-
return ! $this->_is_top_level && is_string( $this->_parent_slug );
|
272 |
-
}
|
273 |
-
|
274 |
-
/**
|
275 |
-
* @author Leo Fajardo (@leorw)
|
276 |
-
* @since 1.2.2
|
277 |
-
*
|
278 |
-
* @return bool
|
279 |
-
*/
|
280 |
-
function has_menu() {
|
281 |
-
return $this->_menu_exists;
|
282 |
-
}
|
283 |
-
|
284 |
-
/**
|
285 |
-
* @author Vova Feldman (@svovaf)
|
286 |
-
* @since 2.0.0
|
287 |
-
*
|
288 |
-
* @return bool
|
289 |
-
*/
|
290 |
-
function has_network_menu() {
|
291 |
-
return $this->_network_menu_exists;
|
292 |
-
}
|
293 |
-
|
294 |
-
/**
|
295 |
-
* @author Leo Fajardo (@leorw)
|
296 |
-
*
|
297 |
-
* @param string $menu_slug
|
298 |
-
*
|
299 |
-
* @since 2.1.3
|
300 |
-
*/
|
301 |
-
function set_slug_and_network_menu_exists_flag($menu_slug ) {
|
302 |
-
$this->_menu_slug = $menu_slug;
|
303 |
-
$this->_network_menu_exists = false;
|
304 |
-
}
|
305 |
-
|
306 |
-
/**
|
307 |
-
* @author Vova Feldman (@svovaf)
|
308 |
-
* @since 1.1.3
|
309 |
-
*
|
310 |
-
* @param string $id
|
311 |
-
* @param bool $default
|
312 |
-
* @param bool $ignore_menu_existence Since 1.2.2.7 If true, check if the submenu item visible even if there's no parent menu.
|
313 |
-
*
|
314 |
-
* @return bool
|
315 |
-
*/
|
316 |
-
function is_submenu_item_visible( $id, $default = true, $ignore_menu_existence = false ) {
|
317 |
-
if ( ! $ignore_menu_existence && ! $this->has_menu() ) {
|
318 |
-
return false;
|
319 |
-
}
|
320 |
-
|
321 |
-
return fs_apply_filter(
|
322 |
-
$this->_module_unique_affix,
|
323 |
-
'is_submenu_visible',
|
324 |
-
$this->get_bool_option( $this->_default_submenu_items, $id, $default ),
|
325 |
-
$id
|
326 |
-
);
|
327 |
-
}
|
328 |
-
|
329 |
-
/**
|
330 |
-
* Calculates admin settings menu slug.
|
331 |
-
* If plugin's menu slug is a file (e.g. CPT), uses plugin's slug as the menu slug.
|
332 |
-
*
|
333 |
-
* @author Vova Feldman (@svovaf)
|
334 |
-
* @since 1.1.3
|
335 |
-
*
|
336 |
-
* @param string $page
|
337 |
-
*
|
338 |
-
* @return string
|
339 |
-
*/
|
340 |
-
function get_slug( $page = '' ) {
|
341 |
-
return ( ( false === strpos( $this->_menu_slug, '.php?' ) ) ?
|
342 |
-
$this->_menu_slug :
|
343 |
-
$this->_module_unique_affix ) . ( empty( $page ) ? '' : ( '-' . $page ) );
|
344 |
-
}
|
345 |
-
|
346 |
-
/**
|
347 |
-
* @author Vova Feldman (@svovaf)
|
348 |
-
* @since 1.1.3
|
349 |
-
*
|
350 |
-
* @return string
|
351 |
-
*/
|
352 |
-
function get_parent_slug() {
|
353 |
-
return $this->_parent_slug;
|
354 |
-
}
|
355 |
-
|
356 |
-
/**
|
357 |
-
* @author Vova Feldman (@svovaf)
|
358 |
-
* @since 1.1.3
|
359 |
-
*
|
360 |
-
* @return string
|
361 |
-
*/
|
362 |
-
function get_type() {
|
363 |
-
return $this->_type;
|
364 |
-
}
|
365 |
-
|
366 |
-
/**
|
367 |
-
* @author Vova Feldman (@svovaf)
|
368 |
-
* @since 1.1.3
|
369 |
-
*
|
370 |
-
* @return bool
|
371 |
-
*/
|
372 |
-
function is_cpt() {
|
373 |
-
return ( 0 === strpos( $this->_menu_slug, 'edit.php?post_type=' ) ||
|
374 |
-
// Back compatibility.
|
375 |
-
'cpt' === $this->_type
|
376 |
-
);
|
377 |
-
}
|
378 |
-
|
379 |
-
/**
|
380 |
-
* @author Vova Feldman (@svovaf)
|
381 |
-
* @since 1.1.3
|
382 |
-
*
|
383 |
-
* @return string
|
384 |
-
*/
|
385 |
-
function get_parent_type() {
|
386 |
-
return $this->_parent_type;
|
387 |
-
}
|
388 |
-
|
389 |
-
/**
|
390 |
-
* @author Vova Feldman (@svovaf)
|
391 |
-
* @since 1.1.3
|
392 |
-
*
|
393 |
-
* @return string
|
394 |
-
*/
|
395 |
-
function get_raw_slug() {
|
396 |
-
return $this->_menu_slug;
|
397 |
-
}
|
398 |
-
|
399 |
-
/**
|
400 |
-
* Get plugin's original menu slug.
|
401 |
-
*
|
402 |
-
* @author Vova Feldman (@svovaf)
|
403 |
-
* @since 1.1.3
|
404 |
-
*
|
405 |
-
* @return string
|
406 |
-
*/
|
407 |
-
function get_original_menu_slug() {
|
408 |
-
if ( 'cpt' === $this->_type ) {
|
409 |
-
return add_query_arg( array(
|
410 |
-
'post_type' => $this->_menu_slug
|
411 |
-
), 'edit.php' );
|
412 |
-
}
|
413 |
-
|
414 |
-
if ( false === strpos( $this->_menu_slug, '.php?' ) ) {
|
415 |
-
return $this->_menu_slug;
|
416 |
-
} else {
|
417 |
-
return $this->_module_unique_affix;
|
418 |
-
}
|
419 |
-
}
|
420 |
-
|
421 |
-
/**
|
422 |
-
* @author Vova Feldman (@svovaf)
|
423 |
-
* @since 1.1.3
|
424 |
-
*
|
425 |
-
* @return string
|
426 |
-
*/
|
427 |
-
function get_top_level_menu_slug() {
|
428 |
-
return $this->has_custom_parent() ?
|
429 |
-
$this->get_parent_slug() :
|
430 |
-
$this->get_raw_slug();
|
431 |
-
}
|
432 |
-
|
433 |
-
/**
|
434 |
-
* Is user on plugin's admin activation page.
|
435 |
-
*
|
436 |
-
* @author Vova Feldman (@svovaf)
|
437 |
-
* @since 1.0.8
|
438 |
-
*
|
439 |
-
* @return bool
|
440 |
-
*/
|
441 |
-
function is_main_settings_page() {
|
442 |
-
if ( $this->_menu_exists &&
|
443 |
-
( fs_is_plugin_page( $this->_menu_slug ) || fs_is_plugin_page( $this->_module_unique_affix ) )
|
444 |
-
) {
|
445 |
-
/**
|
446 |
-
* Module has a settings menu and the context page is the main settings page, so assume it's in
|
447 |
-
* activation (doesn't really check if already opted-in/skipped or not).
|
448 |
-
*
|
449 |
-
* @since 1.2.2
|
450 |
-
*/
|
451 |
-
return true;
|
452 |
-
}
|
453 |
-
|
454 |
-
global $pagenow;
|
455 |
-
if ( ( WP_FS__MODULE_TYPE_THEME === $this->_module_type ) && Freemius::is_themes_page() ) {
|
456 |
-
/**
|
457 |
-
* In activation only when show_optin query string param is given.
|
458 |
-
*
|
459 |
-
* @since 1.2.2
|
460 |
-
*/
|
461 |
-
return fs_request_get_bool( $this->_module_unique_affix . '_show_optin' );
|
462 |
-
}
|
463 |
-
|
464 |
-
return false;
|
465 |
-
}
|
466 |
-
|
467 |
-
#region Submenu Override
|
468 |
-
|
469 |
-
/**
|
470 |
-
* Override submenu's action.
|
471 |
-
*
|
472 |
-
* @author Vova Feldman (@svovaf)
|
473 |
-
* @since 1.1.0
|
474 |
-
*
|
475 |
-
* @param string $parent_slug
|
476 |
-
* @param string $menu_slug
|
477 |
-
* @param callable $function
|
478 |
-
*
|
479 |
-
* @return false|string If submenu exist, will return the hook name.
|
480 |
-
*/
|
481 |
-
function override_submenu_action( $parent_slug, $menu_slug, $function ) {
|
482 |
-
global $submenu;
|
483 |
-
|
484 |
-
$menu_slug = plugin_basename( $menu_slug );
|
485 |
-
$parent_slug = plugin_basename( $parent_slug );
|
486 |
-
|
487 |
-
if ( ! isset( $submenu[ $parent_slug ] ) ) {
|
488 |
-
// Parent menu not exist.
|
489 |
-
return false;
|
490 |
-
}
|
491 |
-
|
492 |
-
$found_submenu_item = false;
|
493 |
-
foreach ( $submenu[ $parent_slug ] as $submenu_item ) {
|
494 |
-
if ( $menu_slug === $submenu_item[2] ) {
|
495 |
-
$found_submenu_item = $submenu_item;
|
496 |
-
break;
|
497 |
-
}
|
498 |
-
}
|
499 |
-
|
500 |
-
if ( false === $found_submenu_item ) {
|
501 |
-
// Submenu item not found.
|
502 |
-
return false;
|
503 |
-
}
|
504 |
-
|
505 |
-
// Remove current function.
|
506 |
-
$hookname = get_plugin_page_hookname( $menu_slug, $parent_slug );
|
507 |
-
remove_all_actions( $hookname );
|
508 |
-
|
509 |
-
// Attach new action.
|
510 |
-
add_action( $hookname, $function );
|
511 |
-
|
512 |
-
return $hookname;
|
513 |
-
}
|
514 |
-
|
515 |
-
#endregion Submenu Override
|
516 |
-
|
517 |
-
#region Top level menu Override
|
518 |
-
|
519 |
-
/**
|
520 |
-
* Find plugin's admin dashboard main menu item.
|
521 |
-
*
|
522 |
-
* @author Vova Feldman (@svovaf)
|
523 |
-
* @since 1.0.2
|
524 |
-
*
|
525 |
-
* @return string[]|false
|
526 |
-
*/
|
527 |
-
private function find_top_level_menu() {
|
528 |
-
global $menu;
|
529 |
-
|
530 |
-
$position = - 1;
|
531 |
-
$found_menu = false;
|
532 |
-
|
533 |
-
$menu_slug = $this->get_raw_slug();
|
534 |
-
|
535 |
-
$hook_name = get_plugin_page_hookname( $menu_slug, '' );
|
536 |
-
foreach ( $menu as $pos => $m ) {
|
537 |
-
if ( $menu_slug === $m[2] ) {
|
538 |
-
$position = $pos;
|
539 |
-
$found_menu = $m;
|
540 |
-
break;
|
541 |
-
}
|
542 |
-
}
|
543 |
-
|
544 |
-
if ( false === $found_menu ) {
|
545 |
-
return false;
|
546 |
-
}
|
547 |
-
|
548 |
-
return array(
|
549 |
-
'menu' => $found_menu,
|
550 |
-
'position' => $position,
|
551 |
-
'hook_name' => $hook_name
|
552 |
-
);
|
553 |
-
}
|
554 |
-
|
555 |
-
/**
|
556 |
-
* Find plugin's admin dashboard main submenu item.
|
557 |
-
*
|
558 |
-
* @author Vova Feldman (@svovaf)
|
559 |
-
* @since 1.2.1.6
|
560 |
-
*
|
561 |
-
* @return array|false
|
562 |
-
*/
|
563 |
-
private function find_main_submenu() {
|
564 |
-
global $submenu;
|
565 |
-
|
566 |
-
$top_level_menu_slug = $this->get_top_level_menu_slug();
|
567 |
-
|
568 |
-
if ( ! isset( $submenu[ $top_level_menu_slug ] ) ) {
|
569 |
-
return false;
|
570 |
-
}
|
571 |
-
|
572 |
-
$submenu_slug = $this->get_raw_slug();
|
573 |
-
|
574 |
-
$position = - 1;
|
575 |
-
$found_submenu = false;
|
576 |
-
|
577 |
-
$hook_name = get_plugin_page_hookname( $submenu_slug, '' );
|
578 |
-
|
579 |
-
foreach ( $submenu[ $top_level_menu_slug ] as $pos => $sub ) {
|
580 |
-
if ( $submenu_slug === $sub[2] ) {
|
581 |
-
$position = $pos;
|
582 |
-
$found_submenu = $sub;
|
583 |
-
}
|
584 |
-
}
|
585 |
-
|
586 |
-
if ( false === $found_submenu ) {
|
587 |
-
return false;
|
588 |
-
}
|
589 |
-
|
590 |
-
return array(
|
591 |
-
'menu' => $found_submenu,
|
592 |
-
'parent_slug' => $top_level_menu_slug,
|
593 |
-
'position' => $position,
|
594 |
-
'hook_name' => $hook_name
|
595 |
-
);
|
596 |
-
}
|
597 |
-
|
598 |
-
/**
|
599 |
-
* Remove all sub-menu items.
|
600 |
-
*
|
601 |
-
* @author Vova Feldman (@svovaf)
|
602 |
-
* @since 1.0.7
|
603 |
-
*
|
604 |
-
* @return bool If submenu with plugin's menu slug was found.
|
605 |
-
*/
|
606 |
-
private function remove_all_submenu_items() {
|
607 |
-
global $submenu;
|
608 |
-
|
609 |
-
$menu_slug = $this->get_raw_slug();
|
610 |
-
|
611 |
-
if ( ! isset( $submenu[ $menu_slug ] ) ) {
|
612 |
-
return false;
|
613 |
-
}
|
614 |
-
|
615 |
-
/**
|
616 |
-
* This method is NOT executed for WordPress.org themes.
|
617 |
-
* Since we maintain only one version of the SDK we added this small
|
618 |
-
* hack to avoid the error from Theme Check since it's a false-positive.
|
619 |
-
*
|
620 |
-
* @author Vova Feldman (@svovaf)
|
621 |
-
* @since 1.2.2.7
|
622 |
-
*/
|
623 |
-
$submenu_ref = &$submenu;
|
624 |
-
$submenu_ref[ $menu_slug ] = array();
|
625 |
-
|
626 |
-
return true;
|
627 |
-
}
|
628 |
-
|
629 |
-
/**
|
630 |
-
*
|
631 |
-
* @author Vova Feldman (@svovaf)
|
632 |
-
* @since 1.0.9
|
633 |
-
*
|
634 |
-
* @param bool $remove_top_level_menu
|
635 |
-
*
|
636 |
-
* @return false|array[string]mixed
|
637 |
-
*/
|
638 |
-
function remove_menu_item( $remove_top_level_menu = false ) {
|
639 |
-
$this->_logger->entrance();
|
640 |
-
|
641 |
-
// Find main menu item.
|
642 |
-
$top_level_menu = $this->find_top_level_menu();
|
643 |
-
|
644 |
-
if ( false === $top_level_menu ) {
|
645 |
-
return false;
|
646 |
-
}
|
647 |
-
|
648 |
-
// Remove it with its actions.
|
649 |
-
remove_all_actions( $top_level_menu['hook_name'] );
|
650 |
-
|
651 |
-
// Remove all submenu items.
|
652 |
-
$this->remove_all_submenu_items();
|
653 |
-
|
654 |
-
if ( $remove_top_level_menu ) {
|
655 |
-
global $menu;
|
656 |
-
unset( $menu[ $top_level_menu['position'] ] );
|
657 |
-
}
|
658 |
-
|
659 |
-
return $top_level_menu;
|
660 |
-
}
|
661 |
-
|
662 |
-
/**
|
663 |
-
* Get module's main admin setting page URL.
|
664 |
-
*
|
665 |
-
* @todo This method was only tested for wp.org compliant themes with a submenu item. Need to test for plugins with top level, submenu, and CPT top level, menu items.
|
666 |
-
*
|
667 |
-
* @author Vova Feldman (@svovaf)
|
668 |
-
* @since 1.2.2.7
|
669 |
-
*
|
670 |
-
* @return string
|
671 |
-
*/
|
672 |
-
function main_menu_url() {
|
673 |
-
$this->_logger->entrance();
|
674 |
-
|
675 |
-
if ( $this->_is_top_level ) {
|
676 |
-
$menu = $this->find_top_level_menu();
|
677 |
-
} else {
|
678 |
-
$menu = $this->find_main_submenu();
|
679 |
-
}
|
680 |
-
|
681 |
-
$parent_slug = isset( $menu['parent_slug'] ) ?
|
682 |
-
$menu['parent_slug'] :
|
683 |
-
'admin.php';
|
684 |
-
|
685 |
-
return admin_url( $parent_slug . '?page=' . $menu['menu'][2] );
|
686 |
-
}
|
687 |
-
|
688 |
-
/**
|
689 |
-
* @author Vova Feldman (@svovaf)
|
690 |
-
* @since 1.1.4
|
691 |
-
*
|
692 |
-
* @param callable $function
|
693 |
-
*
|
694 |
-
* @return false|array[string]mixed
|
695 |
-
*/
|
696 |
-
function override_menu_item( $function ) {
|
697 |
-
$found_menu = $this->remove_menu_item();
|
698 |
-
|
699 |
-
if ( false === $found_menu ) {
|
700 |
-
return false;
|
701 |
-
}
|
702 |
-
|
703 |
-
if ( ! $this->is_top_level() || ! $this->is_cpt() ) {
|
704 |
-
$menu_slug = plugin_basename( $this->get_slug() );
|
705 |
-
|
706 |
-
$hookname = get_plugin_page_hookname( $menu_slug, '' );
|
707 |
-
|
708 |
-
// Override menu action.
|
709 |
-
add_action( $hookname, $function );
|
710 |
-
} else {
|
711 |
-
global $menu;
|
712 |
-
|
713 |
-
// Remove original CPT menu.
|
714 |
-
unset( $menu[ $found_menu['position'] ] );
|
715 |
-
|
716 |
-
// Create new top-level menu action.
|
717 |
-
$hookname = self::add_page(
|
718 |
-
$found_menu['menu'][3],
|
719 |
-
$found_menu['menu'][0],
|
720 |
-
'manage_options',
|
721 |
-
$this->get_slug(),
|
722 |
-
$function,
|
723 |
-
$found_menu['menu'][6],
|
724 |
-
$found_menu['position']
|
725 |
-
);
|
726 |
-
}
|
727 |
-
|
728 |
-
return $hookname;
|
729 |
-
}
|
730 |
-
|
731 |
-
/**
|
732 |
-
* Adds a counter to the module's top level menu item.
|
733 |
-
*
|
734 |
-
* @author Vova Feldman (@svovaf)
|
735 |
-
* @since 1.2.1.5
|
736 |
-
*
|
737 |
-
* @param int $counter
|
738 |
-
* @param string $class
|
739 |
-
*/
|
740 |
-
function add_counter_to_menu_item( $counter = 1, $class = '' ) {
|
741 |
-
global $menu, $submenu;
|
742 |
-
|
743 |
-
$mask = '%s <span class="update-plugins %s count-%3$s" aria-hidden="true"><span>%3$s<span class="screen-reader-text">%3$s notifications</span></span></span>';
|
744 |
-
|
745 |
-
/**
|
746 |
-
* This method is NOT executed for WordPress.org themes.
|
747 |
-
* Since we maintain only one version of the SDK we added this small
|
748 |
-
* hack to avoid the error from Theme Check since it's a false-positive.
|
749 |
-
*
|
750 |
-
* @author Vova Feldman (@svovaf)
|
751 |
-
* @since 1.2.2.7
|
752 |
-
*/
|
753 |
-
$menu_ref = &$menu;
|
754 |
-
$submenu_ref = &$submenu;
|
755 |
-
|
756 |
-
if ( $this->_is_top_level ) {
|
757 |
-
// Find main menu item.
|
758 |
-
$found_menu = $this->find_top_level_menu();
|
759 |
-
|
760 |
-
if ( false !== $found_menu ) {
|
761 |
-
// Override menu label.
|
762 |
-
$menu_ref[ $found_menu['position'] ][0] = sprintf(
|
763 |
-
$mask,
|
764 |
-
$found_menu['menu'][0],
|
765 |
-
$class,
|
766 |
-
$counter
|
767 |
-
);
|
768 |
-
}
|
769 |
-
} else {
|
770 |
-
$found_submenu = $this->find_main_submenu();
|
771 |
-
|
772 |
-
if ( false !== $found_submenu ) {
|
773 |
-
// Override menu label.
|
774 |
-
$submenu_ref[ $found_submenu['parent_slug'] ][ $found_submenu['position'] ][0] = sprintf(
|
775 |
-
$mask,
|
776 |
-
$found_submenu['menu'][0],
|
777 |
-
$class,
|
778 |
-
$counter
|
779 |
-
);
|
780 |
-
}
|
781 |
-
}
|
782 |
-
}
|
783 |
-
|
784 |
-
#endregion Top level menu Override
|
785 |
-
|
786 |
-
/**
|
787 |
-
* Add a top-level menu page.
|
788 |
-
*
|
789 |
-
* Note for WordPress.org Theme/Plugin reviewer:
|
790 |
-
*
|
791 |
-
* This is a replication of `add_menu_page()` to avoid Theme Check warning.
|
792 |
-
*
|
793 |
-
* Why?
|
794 |
-
* ====
|
795 |
-
* Freemius is an SDK for plugin and theme developers. Since the core
|
796 |
-
* of the SDK is relevant both for plugins and themes, for obvious reasons,
|
797 |
-
* we only develop and maintain one code base.
|
798 |
-
*
|
799 |
-
* This method will not run for wp.org themes (only plugins) since theme
|
800 |
-
* admin settings/options are now only allowed in the customizer.
|
801 |
-
*
|
802 |
-
* If you have any questions or need clarifications, please don't hesitate
|
803 |
-
* pinging me on slack, my username is @svovaf.
|
804 |
-
*
|
805 |
-
* @author Vova Feldman (@svovaf)
|
806 |
-
* @since 1.2.2
|
807 |
-
*
|
808 |
-
* @param string $page_title The text to be displayed in the title tags of the page when the menu is
|
809 |
-
* selected.
|
810 |
-
* @param string $menu_title The text to be used for the menu.
|
811 |
-
* @param string $capability The capability required for this menu to be displayed to the user.
|
812 |
-
* @param string $menu_slug The slug name to refer to this menu by (should be unique for this menu).
|
813 |
-
* @param callable|string $function The function to be called to output the content for this page.
|
814 |
-
* @param string $icon_url The URL to the icon to be used for this menu.
|
815 |
-
* * Pass a base64-encoded SVG using a data URI, which will be colored to
|
816 |
-
* match the color scheme. This should begin with
|
817 |
-
* 'data:image/svg+xml;base64,'.
|
818 |
-
* * Pass the name of a Dashicons helper class to use a font icon,
|
819 |
-
* e.g. 'dashicons-chart-pie'.
|
820 |
-
* * Pass 'none' to leave div.wp-menu-image empty so an icon can be added
|
821 |
-
* via CSS.
|
822 |
-
* @param int $position The position in the menu order this one should appear.
|
823 |
-
*
|
824 |
-
* @return string The resulting page's hook_suffix.
|
825 |
-
*/
|
826 |
-
static function add_page(
|
827 |
-
$page_title,
|
828 |
-
$menu_title,
|
829 |
-
$capability,
|
830 |
-
$menu_slug,
|
831 |
-
$function = '',
|
832 |
-
$icon_url = '',
|
833 |
-
$position = null
|
834 |
-
) {
|
835 |
-
$fn = 'add_menu' . '_page';
|
836 |
-
|
837 |
-
return $fn(
|
838 |
-
$page_title,
|
839 |
-
$menu_title,
|
840 |
-
$capability,
|
841 |
-
$menu_slug,
|
842 |
-
$function,
|
843 |
-
$icon_url,
|
844 |
-
$position
|
845 |
-
);
|
846 |
-
}
|
847 |
-
|
848 |
-
/**
|
849 |
-
* Add page and update menu instance settings.
|
850 |
-
*
|
851 |
-
* @author Vova Feldman (@svovaf)
|
852 |
-
* @since 2.0.0
|
853 |
-
*
|
854 |
-
* @param string $page_title
|
855 |
-
* @param string $menu_title
|
856 |
-
* @param string $capability
|
857 |
-
* @param string $menu_slug
|
858 |
-
* @param callable|string $function
|
859 |
-
* @param string $icon_url
|
860 |
-
* @param int|null $position
|
861 |
-
*
|
862 |
-
* @return string
|
863 |
-
*/
|
864 |
-
function add_page_and_update(
|
865 |
-
$page_title,
|
866 |
-
$menu_title,
|
867 |
-
$capability,
|
868 |
-
$menu_slug,
|
869 |
-
$function = '',
|
870 |
-
$icon_url = '',
|
871 |
-
$position = null
|
872 |
-
) {
|
873 |
-
$this->_menu_slug = $menu_slug;
|
874 |
-
$this->_is_top_level = true;
|
875 |
-
$this->_menu_exists = true;
|
876 |
-
$this->_network_menu_exists = true;
|
877 |
-
|
878 |
-
return self::add_page(
|
879 |
-
$page_title,
|
880 |
-
$menu_title,
|
881 |
-
$capability,
|
882 |
-
$menu_slug,
|
883 |
-
$function,
|
884 |
-
$icon_url,
|
885 |
-
$position
|
886 |
-
);
|
887 |
-
}
|
888 |
-
|
889 |
-
/**
|
890 |
-
* Add a submenu page.
|
891 |
-
*
|
892 |
-
* Note for WordPress.org Theme/Plugin reviewer:
|
893 |
-
*
|
894 |
-
* This is a replication of `add_submenu_page()` to avoid Theme Check warning.
|
895 |
-
*
|
896 |
-
* Why?
|
897 |
-
* ====
|
898 |
-
* Freemius is an SDK for plugin and theme developers. Since the core
|
899 |
-
* of the SDK is relevant both for plugins and themes, for obvious reasons,
|
900 |
-
* we only develop and maintain one code base.
|
901 |
-
*
|
902 |
-
* This method will not run for wp.org themes (only plugins) since theme
|
903 |
-
* admin settings/options are now only allowed in the customizer.
|
904 |
-
*
|
905 |
-
* If you have any questions or need clarifications, please don't hesitate
|
906 |
-
* pinging me on slack, my username is @svovaf.
|
907 |
-
*
|
908 |
-
* @author Vova Feldman (@svovaf)
|
909 |
-
* @since 1.2.2
|
910 |
-
*
|
911 |
-
* @param string $parent_slug The slug name for the parent menu (or the file name of a standard
|
912 |
-
* WordPress admin page).
|
913 |
-
* @param string $page_title The text to be displayed in the title tags of the page when the menu is
|
914 |
-
* selected.
|
915 |
-
* @param string $menu_title The text to be used for the menu.
|
916 |
-
* @param string $capability The capability required for this menu to be displayed to the user.
|
917 |
-
* @param string $menu_slug The slug name to refer to this menu by (should be unique for this menu).
|
918 |
-
* @param callable|string $function The function to be called to output the content for this page.
|
919 |
-
*
|
920 |
-
* @return false|string The resulting page's hook_suffix, or false if the user does not have the capability
|
921 |
-
* required.
|
922 |
-
*/
|
923 |
-
static function add_subpage(
|
924 |
-
$parent_slug,
|
925 |
-
$page_title,
|
926 |
-
$menu_title,
|
927 |
-
$capability,
|
928 |
-
$menu_slug,
|
929 |
-
$function = ''
|
930 |
-
) {
|
931 |
-
$fn = 'add_submenu' . '_page';
|
932 |
-
|
933 |
-
return $fn( $parent_slug,
|
934 |
-
$page_title,
|
935 |
-
$menu_title,
|
936 |
-
$capability,
|
937 |
-
$menu_slug,
|
938 |
-
$function
|
939 |
-
);
|
940 |
-
}
|
941 |
-
|
942 |
-
/**
|
943 |
-
* Add sub page and update menu instance settings.
|
944 |
-
*
|
945 |
-
* @author Vova Feldman (@svovaf)
|
946 |
-
* @since 2.0.0
|
947 |
-
*
|
948 |
-
* @param string $parent_slug
|
949 |
-
* @param string $page_title
|
950 |
-
* @param string $menu_title
|
951 |
-
* @param string $capability
|
952 |
-
* @param string $menu_slug
|
953 |
-
* @param callable|string $function
|
954 |
-
*
|
955 |
-
* @return string
|
956 |
-
*/
|
957 |
-
function add_subpage_and_update(
|
958 |
-
$parent_slug,
|
959 |
-
$page_title,
|
960 |
-
$menu_title,
|
961 |
-
$capability,
|
962 |
-
$menu_slug,
|
963 |
-
$function = ''
|
964 |
-
) {
|
965 |
-
$this->_menu_slug = $menu_slug;
|
966 |
-
$this->_parent_slug = $parent_slug;
|
967 |
-
$this->_is_top_level = false;
|
968 |
-
$this->_menu_exists = true;
|
969 |
-
$this->_network_menu_exists = true;
|
970 |
-
|
971 |
-
return self::add_subpage(
|
972 |
-
$parent_slug,
|
973 |
-
$page_title,
|
974 |
-
$menu_title,
|
975 |
-
$capability,
|
976 |
-
$menu_slug,
|
977 |
-
$function
|
978 |
-
);
|
979 |
-
}
|
980 |
}
|
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.3
|
7 |
+
*/
|
8 |
+
|
9 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
class FS_Admin_Menu_Manager {
|
14 |
+
|
15 |
+
#region Properties
|
16 |
+
|
17 |
+
/**
|
18 |
+
* @since 1.2.2
|
19 |
+
*
|
20 |
+
* @var string
|
21 |
+
*/
|
22 |
+
protected $_module_unique_affix;
|
23 |
+
|
24 |
+
/**
|
25 |
+
* @since 1.2.2
|
26 |
+
*
|
27 |
+
* @var number
|
28 |
+
*/
|
29 |
+
protected $_module_id;
|
30 |
+
|
31 |
+
/**
|
32 |
+
* @since 1.2.2
|
33 |
+
*
|
34 |
+
* @var string
|
35 |
+
*/
|
36 |
+
protected $_module_type;
|
37 |
+
|
38 |
+
/**
|
39 |
+
* @since 1.0.6
|
40 |
+
*
|
41 |
+
* @var string
|
42 |
+
*/
|
43 |
+
private $_menu_slug;
|
44 |
+
/**
|
45 |
+
* @since 1.1.3
|
46 |
+
*
|
47 |
+
* @var string
|
48 |
+
*/
|
49 |
+
private $_parent_slug;
|
50 |
+
/**
|
51 |
+
* @since 1.1.3
|
52 |
+
*
|
53 |
+
* @var string
|
54 |
+
*/
|
55 |
+
private $_parent_type;
|
56 |
+
/**
|
57 |
+
* @since 1.1.3
|
58 |
+
*
|
59 |
+
* @var string
|
60 |
+
*/
|
61 |
+
private $_type;
|
62 |
+
/**
|
63 |
+
* @since 1.1.3
|
64 |
+
*
|
65 |
+
* @var bool
|
66 |
+
*/
|
67 |
+
private $_is_top_level;
|
68 |
+
/**
|
69 |
+
* @since 1.1.3
|
70 |
+
*
|
71 |
+
* @var bool
|
72 |
+
*/
|
73 |
+
private $_is_override_exact;
|
74 |
+
/**
|
75 |
+
* @since 1.1.3
|
76 |
+
*
|
77 |
+
* @var array<string,bool>
|
78 |
+
*/
|
79 |
+
private $_default_submenu_items;
|
80 |
+
/**
|
81 |
+
* @since 1.1.3
|
82 |
+
*
|
83 |
+
* @var string
|
84 |
+
*/
|
85 |
+
private $_first_time_path;
|
86 |
+
/**
|
87 |
+
* @since 1.2.2
|
88 |
+
*
|
89 |
+
* @var bool
|
90 |
+
*/
|
91 |
+
private $_menu_exists;
|
92 |
+
/**
|
93 |
+
* @since 2.0.0
|
94 |
+
*
|
95 |
+
* @var bool
|
96 |
+
*/
|
97 |
+
private $_network_menu_exists;
|
98 |
+
|
99 |
+
#endregion Properties
|
100 |
+
|
101 |
+
/**
|
102 |
+
* @var FS_Logger
|
103 |
+
*/
|
104 |
+
protected $_logger;
|
105 |
+
|
106 |
+
#region Singleton
|
107 |
+
|
108 |
+
/**
|
109 |
+
* @var FS_Admin_Menu_Manager[]
|
110 |
+
*/
|
111 |
+
private static $_instances = array();
|
112 |
+
|
113 |
+
/**
|
114 |
+
* @param number $module_id
|
115 |
+
* @param string $module_type
|
116 |
+
* @param string $module_unique_affix
|
117 |
+
*
|
118 |
+
* @return FS_Admin_Menu_Manager
|
119 |
+
*/
|
120 |
+
static function instance( $module_id, $module_type, $module_unique_affix ) {
|
121 |
+
$key = 'm_' . $module_id;
|
122 |
+
|
123 |
+
if ( ! isset( self::$_instances[ $key ] ) ) {
|
124 |
+
self::$_instances[ $key ] = new FS_Admin_Menu_Manager( $module_id, $module_type, $module_unique_affix );
|
125 |
+
}
|
126 |
+
|
127 |
+
return self::$_instances[ $key ];
|
128 |
+
}
|
129 |
+
|
130 |
+
protected function __construct( $module_id, $module_type, $module_unique_affix ) {
|
131 |
+
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $module_id . '_admin_menu', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
132 |
+
|
133 |
+
$this->_module_id = $module_id;
|
134 |
+
$this->_module_type = $module_type;
|
135 |
+
$this->_module_unique_affix = $module_unique_affix;
|
136 |
+
}
|
137 |
+
|
138 |
+
#endregion Singleton
|
139 |
+
|
140 |
+
#region Helpers
|
141 |
+
|
142 |
+
private function get_option( &$options, $key, $default = false ) {
|
143 |
+
return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
|
144 |
+
}
|
145 |
+
|
146 |
+
private function get_bool_option( &$options, $key, $default = false ) {
|
147 |
+
return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
|
148 |
+
}
|
149 |
+
|
150 |
+
#endregion Helpers
|
151 |
+
|
152 |
+
/**
|
153 |
+
* @param array $menu
|
154 |
+
* @param bool $is_addon
|
155 |
+
*/
|
156 |
+
function init( $menu, $is_addon = false ) {
|
157 |
+
$this->_menu_exists = ( isset( $menu['slug'] ) && ! empty( $menu['slug'] ) );
|
158 |
+
$this->_network_menu_exists = ( ! empty( $menu['network'] ) && true === $menu['network'] );
|
159 |
+
|
160 |
+
$this->_menu_slug = ( $this->_menu_exists ? $menu['slug'] : $this->_module_unique_affix );
|
161 |
+
|
162 |
+
$this->_default_submenu_items = array();
|
163 |
+
// @deprecated
|
164 |
+
$this->_type = 'page';
|
165 |
+
$this->_is_top_level = true;
|
166 |
+
$this->_is_override_exact = false;
|
167 |
+
$this->_parent_slug = false;
|
168 |
+
// @deprecated
|
169 |
+
$this->_parent_type = 'page';
|
170 |
+
|
171 |
+
if ( isset( $menu ) ) {
|
172 |
+
if ( ! $is_addon ) {
|
173 |
+
$this->_default_submenu_items = array(
|
174 |
+
'contact' => $this->get_bool_option( $menu, 'contact', true ),
|
175 |
+
'support' => $this->get_bool_option( $menu, 'support', true ),
|
176 |
+
'affiliation' => $this->get_bool_option( $menu, 'affiliation', true ),
|
177 |
+
'account' => $this->get_bool_option( $menu, 'account', true ),
|
178 |
+
'pricing' => $this->get_bool_option( $menu, 'pricing', true ),
|
179 |
+
'addons' => $this->get_bool_option( $menu, 'addons', true ),
|
180 |
+
);
|
181 |
+
|
182 |
+
// @deprecated
|
183 |
+
$this->_type = $this->get_option( $menu, 'type', 'page' );
|
184 |
+
}
|
185 |
+
|
186 |
+
$this->_is_override_exact = $this->get_bool_option( $menu, 'override_exact' );
|
187 |
+
|
188 |
+
if ( isset( $menu['parent'] ) ) {
|
189 |
+
$this->_parent_slug = $this->get_option( $menu['parent'], 'slug' );
|
190 |
+
// @deprecated
|
191 |
+
$this->_parent_type = $this->get_option( $menu['parent'], 'type', 'page' );
|
192 |
+
|
193 |
+
// If parent's slug is different, then it's NOT a top level menu item.
|
194 |
+
$this->_is_top_level = ( $this->_parent_slug === $this->_menu_slug );
|
195 |
+
} else {
|
196 |
+
/**
|
197 |
+
* If no parent then top level if:
|
198 |
+
* - Has custom admin menu ('page')
|
199 |
+
* - CPT menu type ('cpt')
|
200 |
+
*/
|
201 |
+
// $this->_is_top_level = in_array( $this->_type, array(
|
202 |
+
// 'cpt',
|
203 |
+
// 'page'
|
204 |
+
// ) );
|
205 |
+
}
|
206 |
+
|
207 |
+
$first_path = $this->get_option( $menu, 'first-path', false );
|
208 |
+
|
209 |
+
if ( ! empty( $first_path ) && is_string( $first_path ) ) {
|
210 |
+
$this->_first_time_path = $first_path;
|
211 |
+
}
|
212 |
+
}
|
213 |
+
}
|
214 |
+
|
215 |
+
/**
|
216 |
+
* Check if top level menu.
|
217 |
+
*
|
218 |
+
* @author Vova Feldman (@svovaf)
|
219 |
+
* @since 1.1.3
|
220 |
+
*
|
221 |
+
* @return bool False if submenu item.
|
222 |
+
*/
|
223 |
+
function is_top_level() {
|
224 |
+
return $this->_is_top_level;
|
225 |
+
}
|
226 |
+
|
227 |
+
/**
|
228 |
+
* Check if the page should be override on exact URL match.
|
229 |
+
*
|
230 |
+
* @author Vova Feldman (@svovaf)
|
231 |
+
* @since 1.1.3
|
232 |
+
*
|
233 |
+
* @return bool False if submenu item.
|
234 |
+
*/
|
235 |
+
function is_override_exact() {
|
236 |
+
return $this->_is_override_exact;
|
237 |
+
}
|
238 |
+
|
239 |
+
|
240 |
+
/**
|
241 |
+
* Get the path of the page the user should be forwarded to after first activation.
|
242 |
+
*
|
243 |
+
* @author Vova Feldman (@svovaf)
|
244 |
+
* @since 1.1.3
|
245 |
+
*
|
246 |
+
* @param bool $is_network Since 2.4.5
|
247 |
+
*
|
248 |
+
* @return string
|
249 |
+
*/
|
250 |
+
function get_first_time_path( $is_network = false ) {
|
251 |
+
if ( empty ( $this->_first_time_path ) ) {
|
252 |
+
return $this->_first_time_path;
|
253 |
+
}
|
254 |
+
|
255 |
+
if ( $is_network ) {
|
256 |
+
return network_admin_url( $this->_first_time_path );
|
257 |
+
} else {
|
258 |
+
return admin_url( $this->_first_time_path );
|
259 |
+
}
|
260 |
+
}
|
261 |
+
|
262 |
+
/**
|
263 |
+
* Check if plugin's menu item is part of a custom top level menu.
|
264 |
+
*
|
265 |
+
* @author Vova Feldman (@svovaf)
|
266 |
+
* @since 1.1.3
|
267 |
+
*
|
268 |
+
* @return bool
|
269 |
+
*/
|
270 |
+
function has_custom_parent() {
|
271 |
+
return ! $this->_is_top_level && is_string( $this->_parent_slug );
|
272 |
+
}
|
273 |
+
|
274 |
+
/**
|
275 |
+
* @author Leo Fajardo (@leorw)
|
276 |
+
* @since 1.2.2
|
277 |
+
*
|
278 |
+
* @return bool
|
279 |
+
*/
|
280 |
+
function has_menu() {
|
281 |
+
return $this->_menu_exists;
|
282 |
+
}
|
283 |
+
|
284 |
+
/**
|
285 |
+
* @author Vova Feldman (@svovaf)
|
286 |
+
* @since 2.0.0
|
287 |
+
*
|
288 |
+
* @return bool
|
289 |
+
*/
|
290 |
+
function has_network_menu() {
|
291 |
+
return $this->_network_menu_exists;
|
292 |
+
}
|
293 |
+
|
294 |
+
/**
|
295 |
+
* @author Leo Fajardo (@leorw)
|
296 |
+
*
|
297 |
+
* @param string $menu_slug
|
298 |
+
*
|
299 |
+
* @since 2.1.3
|
300 |
+
*/
|
301 |
+
function set_slug_and_network_menu_exists_flag($menu_slug ) {
|
302 |
+
$this->_menu_slug = $menu_slug;
|
303 |
+
$this->_network_menu_exists = false;
|
304 |
+
}
|
305 |
+
|
306 |
+
/**
|
307 |
+
* @author Vova Feldman (@svovaf)
|
308 |
+
* @since 1.1.3
|
309 |
+
*
|
310 |
+
* @param string $id
|
311 |
+
* @param bool $default
|
312 |
+
* @param bool $ignore_menu_existence Since 1.2.2.7 If true, check if the submenu item visible even if there's no parent menu.
|
313 |
+
*
|
314 |
+
* @return bool
|
315 |
+
*/
|
316 |
+
function is_submenu_item_visible( $id, $default = true, $ignore_menu_existence = false ) {
|
317 |
+
if ( ! $ignore_menu_existence && ! $this->has_menu() ) {
|
318 |
+
return false;
|
319 |
+
}
|
320 |
+
|
321 |
+
return fs_apply_filter(
|
322 |
+
$this->_module_unique_affix,
|
323 |
+
'is_submenu_visible',
|
324 |
+
$this->get_bool_option( $this->_default_submenu_items, $id, $default ),
|
325 |
+
$id
|
326 |
+
);
|
327 |
+
}
|
328 |
+
|
329 |
+
/**
|
330 |
+
* Calculates admin settings menu slug.
|
331 |
+
* If plugin's menu slug is a file (e.g. CPT), uses plugin's slug as the menu slug.
|
332 |
+
*
|
333 |
+
* @author Vova Feldman (@svovaf)
|
334 |
+
* @since 1.1.3
|
335 |
+
*
|
336 |
+
* @param string $page
|
337 |
+
*
|
338 |
+
* @return string
|
339 |
+
*/
|
340 |
+
function get_slug( $page = '' ) {
|
341 |
+
return ( ( false === strpos( $this->_menu_slug, '.php?' ) ) ?
|
342 |
+
$this->_menu_slug :
|
343 |
+
$this->_module_unique_affix ) . ( empty( $page ) ? '' : ( '-' . $page ) );
|
344 |
+
}
|
345 |
+
|
346 |
+
/**
|
347 |
+
* @author Vova Feldman (@svovaf)
|
348 |
+
* @since 1.1.3
|
349 |
+
*
|
350 |
+
* @return string
|
351 |
+
*/
|
352 |
+
function get_parent_slug() {
|
353 |
+
return $this->_parent_slug;
|
354 |
+
}
|
355 |
+
|
356 |
+
/**
|
357 |
+
* @author Vova Feldman (@svovaf)
|
358 |
+
* @since 1.1.3
|
359 |
+
*
|
360 |
+
* @return string
|
361 |
+
*/
|
362 |
+
function get_type() {
|
363 |
+
return $this->_type;
|
364 |
+
}
|
365 |
+
|
366 |
+
/**
|
367 |
+
* @author Vova Feldman (@svovaf)
|
368 |
+
* @since 1.1.3
|
369 |
+
*
|
370 |
+
* @return bool
|
371 |
+
*/
|
372 |
+
function is_cpt() {
|
373 |
+
return ( 0 === strpos( $this->_menu_slug, 'edit.php?post_type=' ) ||
|
374 |
+
// Back compatibility.
|
375 |
+
'cpt' === $this->_type
|
376 |
+
);
|
377 |
+
}
|
378 |
+
|
379 |
+
/**
|
380 |
+
* @author Vova Feldman (@svovaf)
|
381 |
+
* @since 1.1.3
|
382 |
+
*
|
383 |
+
* @return string
|
384 |
+
*/
|
385 |
+
function get_parent_type() {
|
386 |
+
return $this->_parent_type;
|
387 |
+
}
|
388 |
+
|
389 |
+
/**
|
390 |
+
* @author Vova Feldman (@svovaf)
|
391 |
+
* @since 1.1.3
|
392 |
+
*
|
393 |
+
* @return string
|
394 |
+
*/
|
395 |
+
function get_raw_slug() {
|
396 |
+
return $this->_menu_slug;
|
397 |
+
}
|
398 |
+
|
399 |
+
/**
|
400 |
+
* Get plugin's original menu slug.
|
401 |
+
*
|
402 |
+
* @author Vova Feldman (@svovaf)
|
403 |
+
* @since 1.1.3
|
404 |
+
*
|
405 |
+
* @return string
|
406 |
+
*/
|
407 |
+
function get_original_menu_slug() {
|
408 |
+
if ( 'cpt' === $this->_type ) {
|
409 |
+
return add_query_arg( array(
|
410 |
+
'post_type' => $this->_menu_slug
|
411 |
+
), 'edit.php' );
|
412 |
+
}
|
413 |
+
|
414 |
+
if ( false === strpos( $this->_menu_slug, '.php?' ) ) {
|
415 |
+
return $this->_menu_slug;
|
416 |
+
} else {
|
417 |
+
return $this->_module_unique_affix;
|
418 |
+
}
|
419 |
+
}
|
420 |
+
|
421 |
+
/**
|
422 |
+
* @author Vova Feldman (@svovaf)
|
423 |
+
* @since 1.1.3
|
424 |
+
*
|
425 |
+
* @return string
|
426 |
+
*/
|
427 |
+
function get_top_level_menu_slug() {
|
428 |
+
return $this->has_custom_parent() ?
|
429 |
+
$this->get_parent_slug() :
|
430 |
+
$this->get_raw_slug();
|
431 |
+
}
|
432 |
+
|
433 |
+
/**
|
434 |
+
* Is user on plugin's admin activation page.
|
435 |
+
*
|
436 |
+
* @author Vova Feldman (@svovaf)
|
437 |
+
* @since 1.0.8
|
438 |
+
*
|
439 |
+
* @return bool
|
440 |
+
*/
|
441 |
+
function is_main_settings_page() {
|
442 |
+
if ( $this->_menu_exists &&
|
443 |
+
( fs_is_plugin_page( $this->_menu_slug ) || fs_is_plugin_page( $this->_module_unique_affix ) )
|
444 |
+
) {
|
445 |
+
/**
|
446 |
+
* Module has a settings menu and the context page is the main settings page, so assume it's in
|
447 |
+
* activation (doesn't really check if already opted-in/skipped or not).
|
448 |
+
*
|
449 |
+
* @since 1.2.2
|
450 |
+
*/
|
451 |
+
return true;
|
452 |
+
}
|
453 |
+
|
454 |
+
global $pagenow;
|
455 |
+
if ( ( WP_FS__MODULE_TYPE_THEME === $this->_module_type ) && Freemius::is_themes_page() ) {
|
456 |
+
/**
|
457 |
+
* In activation only when show_optin query string param is given.
|
458 |
+
*
|
459 |
+
* @since 1.2.2
|
460 |
+
*/
|
461 |
+
return fs_request_get_bool( $this->_module_unique_affix . '_show_optin' );
|
462 |
+
}
|
463 |
+
|
464 |
+
return false;
|
465 |
+
}
|
466 |
+
|
467 |
+
#region Submenu Override
|
468 |
+
|
469 |
+
/**
|
470 |
+
* Override submenu's action.
|
471 |
+
*
|
472 |
+
* @author Vova Feldman (@svovaf)
|
473 |
+
* @since 1.1.0
|
474 |
+
*
|
475 |
+
* @param string $parent_slug
|
476 |
+
* @param string $menu_slug
|
477 |
+
* @param callable $function
|
478 |
+
*
|
479 |
+
* @return false|string If submenu exist, will return the hook name.
|
480 |
+
*/
|
481 |
+
function override_submenu_action( $parent_slug, $menu_slug, $function ) {
|
482 |
+
global $submenu;
|
483 |
+
|
484 |
+
$menu_slug = plugin_basename( $menu_slug );
|
485 |
+
$parent_slug = plugin_basename( $parent_slug );
|
486 |
+
|
487 |
+
if ( ! isset( $submenu[ $parent_slug ] ) ) {
|
488 |
+
// Parent menu not exist.
|
489 |
+
return false;
|
490 |
+
}
|
491 |
+
|
492 |
+
$found_submenu_item = false;
|
493 |
+
foreach ( $submenu[ $parent_slug ] as $submenu_item ) {
|
494 |
+
if ( $menu_slug === $submenu_item[2] ) {
|
495 |
+
$found_submenu_item = $submenu_item;
|
496 |
+
break;
|
497 |
+
}
|
498 |
+
}
|
499 |
+
|
500 |
+
if ( false === $found_submenu_item ) {
|
501 |
+
// Submenu item not found.
|
502 |
+
return false;
|
503 |
+
}
|
504 |
+
|
505 |
+
// Remove current function.
|
506 |
+
$hookname = get_plugin_page_hookname( $menu_slug, $parent_slug );
|
507 |
+
remove_all_actions( $hookname );
|
508 |
+
|
509 |
+
// Attach new action.
|
510 |
+
add_action( $hookname, $function );
|
511 |
+
|
512 |
+
return $hookname;
|
513 |
+
}
|
514 |
+
|
515 |
+
#endregion Submenu Override
|
516 |
+
|
517 |
+
#region Top level menu Override
|
518 |
+
|
519 |
+
/**
|
520 |
+
* Find plugin's admin dashboard main menu item.
|
521 |
+
*
|
522 |
+
* @author Vova Feldman (@svovaf)
|
523 |
+
* @since 1.0.2
|
524 |
+
*
|
525 |
+
* @return string[]|false
|
526 |
+
*/
|
527 |
+
private function find_top_level_menu() {
|
528 |
+
global $menu;
|
529 |
+
|
530 |
+
$position = - 1;
|
531 |
+
$found_menu = false;
|
532 |
+
|
533 |
+
$menu_slug = $this->get_raw_slug();
|
534 |
+
|
535 |
+
$hook_name = get_plugin_page_hookname( $menu_slug, '' );
|
536 |
+
foreach ( $menu as $pos => $m ) {
|
537 |
+
if ( $menu_slug === $m[2] ) {
|
538 |
+
$position = $pos;
|
539 |
+
$found_menu = $m;
|
540 |
+
break;
|
541 |
+
}
|
542 |
+
}
|
543 |
+
|
544 |
+
if ( false === $found_menu ) {
|
545 |
+
return false;
|
546 |
+
}
|
547 |
+
|
548 |
+
return array(
|
549 |
+
'menu' => $found_menu,
|
550 |
+
'position' => $position,
|
551 |
+
'hook_name' => $hook_name
|
552 |
+
);
|
553 |
+
}
|
554 |
+
|
555 |
+
/**
|
556 |
+
* Find plugin's admin dashboard main submenu item.
|
557 |
+
*
|
558 |
+
* @author Vova Feldman (@svovaf)
|
559 |
+
* @since 1.2.1.6
|
560 |
+
*
|
561 |
+
* @return array|false
|
562 |
+
*/
|
563 |
+
private function find_main_submenu() {
|
564 |
+
global $submenu;
|
565 |
+
|
566 |
+
$top_level_menu_slug = $this->get_top_level_menu_slug();
|
567 |
+
|
568 |
+
if ( ! isset( $submenu[ $top_level_menu_slug ] ) ) {
|
569 |
+
return false;
|
570 |
+
}
|
571 |
+
|
572 |
+
$submenu_slug = $this->get_raw_slug();
|
573 |
+
|
574 |
+
$position = - 1;
|
575 |
+
$found_submenu = false;
|
576 |
+
|
577 |
+
$hook_name = get_plugin_page_hookname( $submenu_slug, '' );
|
578 |
+
|
579 |
+
foreach ( $submenu[ $top_level_menu_slug ] as $pos => $sub ) {
|
580 |
+
if ( $submenu_slug === $sub[2] ) {
|
581 |
+
$position = $pos;
|
582 |
+
$found_submenu = $sub;
|
583 |
+
}
|
584 |
+
}
|
585 |
+
|
586 |
+
if ( false === $found_submenu ) {
|
587 |
+
return false;
|
588 |
+
}
|
589 |
+
|
590 |
+
return array(
|
591 |
+
'menu' => $found_submenu,
|
592 |
+
'parent_slug' => $top_level_menu_slug,
|
593 |
+
'position' => $position,
|
594 |
+
'hook_name' => $hook_name
|
595 |
+
);
|
596 |
+
}
|
597 |
+
|
598 |
+
/**
|
599 |
+
* Remove all sub-menu items.
|
600 |
+
*
|
601 |
+
* @author Vova Feldman (@svovaf)
|
602 |
+
* @since 1.0.7
|
603 |
+
*
|
604 |
+
* @return bool If submenu with plugin's menu slug was found.
|
605 |
+
*/
|
606 |
+
private function remove_all_submenu_items() {
|
607 |
+
global $submenu;
|
608 |
+
|
609 |
+
$menu_slug = $this->get_raw_slug();
|
610 |
+
|
611 |
+
if ( ! isset( $submenu[ $menu_slug ] ) ) {
|
612 |
+
return false;
|
613 |
+
}
|
614 |
+
|
615 |
+
/**
|
616 |
+
* This method is NOT executed for WordPress.org themes.
|
617 |
+
* Since we maintain only one version of the SDK we added this small
|
618 |
+
* hack to avoid the error from Theme Check since it's a false-positive.
|
619 |
+
*
|
620 |
+
* @author Vova Feldman (@svovaf)
|
621 |
+
* @since 1.2.2.7
|
622 |
+
*/
|
623 |
+
$submenu_ref = &$submenu;
|
624 |
+
$submenu_ref[ $menu_slug ] = array();
|
625 |
+
|
626 |
+
return true;
|
627 |
+
}
|
628 |
+
|
629 |
+
/**
|
630 |
+
*
|
631 |
+
* @author Vova Feldman (@svovaf)
|
632 |
+
* @since 1.0.9
|
633 |
+
*
|
634 |
+
* @param bool $remove_top_level_menu
|
635 |
+
*
|
636 |
+
* @return false|array[string]mixed
|
637 |
+
*/
|
638 |
+
function remove_menu_item( $remove_top_level_menu = false ) {
|
639 |
+
$this->_logger->entrance();
|
640 |
+
|
641 |
+
// Find main menu item.
|
642 |
+
$top_level_menu = $this->find_top_level_menu();
|
643 |
+
|
644 |
+
if ( false === $top_level_menu ) {
|
645 |
+
return false;
|
646 |
+
}
|
647 |
+
|
648 |
+
// Remove it with its actions.
|
649 |
+
remove_all_actions( $top_level_menu['hook_name'] );
|
650 |
+
|
651 |
+
// Remove all submenu items.
|
652 |
+
$this->remove_all_submenu_items();
|
653 |
+
|
654 |
+
if ( $remove_top_level_menu ) {
|
655 |
+
global $menu;
|
656 |
+
unset( $menu[ $top_level_menu['position'] ] );
|
657 |
+
}
|
658 |
+
|
659 |
+
return $top_level_menu;
|
660 |
+
}
|
661 |
+
|
662 |
+
/**
|
663 |
+
* Get module's main admin setting page URL.
|
664 |
+
*
|
665 |
+
* @todo This method was only tested for wp.org compliant themes with a submenu item. Need to test for plugins with top level, submenu, and CPT top level, menu items.
|
666 |
+
*
|
667 |
+
* @author Vova Feldman (@svovaf)
|
668 |
+
* @since 1.2.2.7
|
669 |
+
*
|
670 |
+
* @return string
|
671 |
+
*/
|
672 |
+
function main_menu_url() {
|
673 |
+
$this->_logger->entrance();
|
674 |
+
|
675 |
+
if ( $this->_is_top_level ) {
|
676 |
+
$menu = $this->find_top_level_menu();
|
677 |
+
} else {
|
678 |
+
$menu = $this->find_main_submenu();
|
679 |
+
}
|
680 |
+
|
681 |
+
$parent_slug = isset( $menu['parent_slug'] ) ?
|
682 |
+
$menu['parent_slug'] :
|
683 |
+
'admin.php';
|
684 |
+
|
685 |
+
return admin_url( $parent_slug . '?page=' . $menu['menu'][2] );
|
686 |
+
}
|
687 |
+
|
688 |
+
/**
|
689 |
+
* @author Vova Feldman (@svovaf)
|
690 |
+
* @since 1.1.4
|
691 |
+
*
|
692 |
+
* @param callable $function
|
693 |
+
*
|
694 |
+
* @return false|array[string]mixed
|
695 |
+
*/
|
696 |
+
function override_menu_item( $function ) {
|
697 |
+
$found_menu = $this->remove_menu_item();
|
698 |
+
|
699 |
+
if ( false === $found_menu ) {
|
700 |
+
return false;
|
701 |
+
}
|
702 |
+
|
703 |
+
if ( ! $this->is_top_level() || ! $this->is_cpt() ) {
|
704 |
+
$menu_slug = plugin_basename( $this->get_slug() );
|
705 |
+
|
706 |
+
$hookname = get_plugin_page_hookname( $menu_slug, '' );
|
707 |
+
|
708 |
+
// Override menu action.
|
709 |
+
add_action( $hookname, $function );
|
710 |
+
} else {
|
711 |
+
global $menu;
|
712 |
+
|
713 |
+
// Remove original CPT menu.
|
714 |
+
unset( $menu[ $found_menu['position'] ] );
|
715 |
+
|
716 |
+
// Create new top-level menu action.
|
717 |
+
$hookname = self::add_page(
|
718 |
+
$found_menu['menu'][3],
|
719 |
+
$found_menu['menu'][0],
|
720 |
+
'manage_options',
|
721 |
+
$this->get_slug(),
|
722 |
+
$function,
|
723 |
+
$found_menu['menu'][6],
|
724 |
+
$found_menu['position']
|
725 |
+
);
|
726 |
+
}
|
727 |
+
|
728 |
+
return $hookname;
|
729 |
+
}
|
730 |
+
|
731 |
+
/**
|
732 |
+
* Adds a counter to the module's top level menu item.
|
733 |
+
*
|
734 |
+
* @author Vova Feldman (@svovaf)
|
735 |
+
* @since 1.2.1.5
|
736 |
+
*
|
737 |
+
* @param int $counter
|
738 |
+
* @param string $class
|
739 |
+
*/
|
740 |
+
function add_counter_to_menu_item( $counter = 1, $class = '' ) {
|
741 |
+
global $menu, $submenu;
|
742 |
+
|
743 |
+
$mask = '%s <span class="update-plugins %s count-%3$s" aria-hidden="true"><span>%3$s<span class="screen-reader-text">%3$s notifications</span></span></span>';
|
744 |
+
|
745 |
+
/**
|
746 |
+
* This method is NOT executed for WordPress.org themes.
|
747 |
+
* Since we maintain only one version of the SDK we added this small
|
748 |
+
* hack to avoid the error from Theme Check since it's a false-positive.
|
749 |
+
*
|
750 |
+
* @author Vova Feldman (@svovaf)
|
751 |
+
* @since 1.2.2.7
|
752 |
+
*/
|
753 |
+
$menu_ref = &$menu;
|
754 |
+
$submenu_ref = &$submenu;
|
755 |
+
|
756 |
+
if ( $this->_is_top_level ) {
|
757 |
+
// Find main menu item.
|
758 |
+
$found_menu = $this->find_top_level_menu();
|
759 |
+
|
760 |
+
if ( false !== $found_menu ) {
|
761 |
+
// Override menu label.
|
762 |
+
$menu_ref[ $found_menu['position'] ][0] = sprintf(
|
763 |
+
$mask,
|
764 |
+
$found_menu['menu'][0],
|
765 |
+
$class,
|
766 |
+
$counter
|
767 |
+
);
|
768 |
+
}
|
769 |
+
} else {
|
770 |
+
$found_submenu = $this->find_main_submenu();
|
771 |
+
|
772 |
+
if ( false !== $found_submenu ) {
|
773 |
+
// Override menu label.
|
774 |
+
$submenu_ref[ $found_submenu['parent_slug'] ][ $found_submenu['position'] ][0] = sprintf(
|
775 |
+
$mask,
|
776 |
+
$found_submenu['menu'][0],
|
777 |
+
$class,
|
778 |
+
$counter
|
779 |
+
);
|
780 |
+
}
|
781 |
+
}
|
782 |
+
}
|
783 |
+
|
784 |
+
#endregion Top level menu Override
|
785 |
+
|
786 |
+
/**
|
787 |
+
* Add a top-level menu page.
|
788 |
+
*
|
789 |
+
* Note for WordPress.org Theme/Plugin reviewer:
|
790 |
+
*
|
791 |
+
* This is a replication of `add_menu_page()` to avoid Theme Check warning.
|
792 |
+
*
|
793 |
+
* Why?
|
794 |
+
* ====
|
795 |
+
* Freemius is an SDK for plugin and theme developers. Since the core
|
796 |
+
* of the SDK is relevant both for plugins and themes, for obvious reasons,
|
797 |
+
* we only develop and maintain one code base.
|
798 |
+
*
|
799 |
+
* This method will not run for wp.org themes (only plugins) since theme
|
800 |
+
* admin settings/options are now only allowed in the customizer.
|
801 |
+
*
|
802 |
+
* If you have any questions or need clarifications, please don't hesitate
|
803 |
+
* pinging me on slack, my username is @svovaf.
|
804 |
+
*
|
805 |
+
* @author Vova Feldman (@svovaf)
|
806 |
+
* @since 1.2.2
|
807 |
+
*
|
808 |
+
* @param string $page_title The text to be displayed in the title tags of the page when the menu is
|
809 |
+
* selected.
|
810 |
+
* @param string $menu_title The text to be used for the menu.
|
811 |
+
* @param string $capability The capability required for this menu to be displayed to the user.
|
812 |
+
* @param string $menu_slug The slug name to refer to this menu by (should be unique for this menu).
|
813 |
+
* @param callable|string $function The function to be called to output the content for this page.
|
814 |
+
* @param string $icon_url The URL to the icon to be used for this menu.
|
815 |
+
* * Pass a base64-encoded SVG using a data URI, which will be colored to
|
816 |
+
* match the color scheme. This should begin with
|
817 |
+
* 'data:image/svg+xml;base64,'.
|
818 |
+
* * Pass the name of a Dashicons helper class to use a font icon,
|
819 |
+
* e.g. 'dashicons-chart-pie'.
|
820 |
+
* * Pass 'none' to leave div.wp-menu-image empty so an icon can be added
|
821 |
+
* via CSS.
|
822 |
+
* @param int $position The position in the menu order this one should appear.
|
823 |
+
*
|
824 |
+
* @return string The resulting page's hook_suffix.
|
825 |
+
*/
|
826 |
+
static function add_page(
|
827 |
+
$page_title,
|
828 |
+
$menu_title,
|
829 |
+
$capability,
|
830 |
+
$menu_slug,
|
831 |
+
$function = '',
|
832 |
+
$icon_url = '',
|
833 |
+
$position = null
|
834 |
+
) {
|
835 |
+
$fn = 'add_menu' . '_page';
|
836 |
+
|
837 |
+
return $fn(
|
838 |
+
$page_title,
|
839 |
+
$menu_title,
|
840 |
+
$capability,
|
841 |
+
$menu_slug,
|
842 |
+
$function,
|
843 |
+
$icon_url,
|
844 |
+
$position
|
845 |
+
);
|
846 |
+
}
|
847 |
+
|
848 |
+
/**
|
849 |
+
* Add page and update menu instance settings.
|
850 |
+
*
|
851 |
+
* @author Vova Feldman (@svovaf)
|
852 |
+
* @since 2.0.0
|
853 |
+
*
|
854 |
+
* @param string $page_title
|
855 |
+
* @param string $menu_title
|
856 |
+
* @param string $capability
|
857 |
+
* @param string $menu_slug
|
858 |
+
* @param callable|string $function
|
859 |
+
* @param string $icon_url
|
860 |
+
* @param int|null $position
|
861 |
+
*
|
862 |
+
* @return string
|
863 |
+
*/
|
864 |
+
function add_page_and_update(
|
865 |
+
$page_title,
|
866 |
+
$menu_title,
|
867 |
+
$capability,
|
868 |
+
$menu_slug,
|
869 |
+
$function = '',
|
870 |
+
$icon_url = '',
|
871 |
+
$position = null
|
872 |
+
) {
|
873 |
+
$this->_menu_slug = $menu_slug;
|
874 |
+
$this->_is_top_level = true;
|
875 |
+
$this->_menu_exists = true;
|
876 |
+
$this->_network_menu_exists = true;
|
877 |
+
|
878 |
+
return self::add_page(
|
879 |
+
$page_title,
|
880 |
+
$menu_title,
|
881 |
+
$capability,
|
882 |
+
$menu_slug,
|
883 |
+
$function,
|
884 |
+
$icon_url,
|
885 |
+
$position
|
886 |
+
);
|
887 |
+
}
|
888 |
+
|
889 |
+
/**
|
890 |
+
* Add a submenu page.
|
891 |
+
*
|
892 |
+
* Note for WordPress.org Theme/Plugin reviewer:
|
893 |
+
*
|
894 |
+
* This is a replication of `add_submenu_page()` to avoid Theme Check warning.
|
895 |
+
*
|
896 |
+
* Why?
|
897 |
+
* ====
|
898 |
+
* Freemius is an SDK for plugin and theme developers. Since the core
|
899 |
+
* of the SDK is relevant both for plugins and themes, for obvious reasons,
|
900 |
+
* we only develop and maintain one code base.
|
901 |
+
*
|
902 |
+
* This method will not run for wp.org themes (only plugins) since theme
|
903 |
+
* admin settings/options are now only allowed in the customizer.
|
904 |
+
*
|
905 |
+
* If you have any questions or need clarifications, please don't hesitate
|
906 |
+
* pinging me on slack, my username is @svovaf.
|
907 |
+
*
|
908 |
+
* @author Vova Feldman (@svovaf)
|
909 |
+
* @since 1.2.2
|
910 |
+
*
|
911 |
+
* @param string $parent_slug The slug name for the parent menu (or the file name of a standard
|
912 |
+
* WordPress admin page).
|
913 |
+
* @param string $page_title The text to be displayed in the title tags of the page when the menu is
|
914 |
+
* selected.
|
915 |
+
* @param string $menu_title The text to be used for the menu.
|
916 |
+
* @param string $capability The capability required for this menu to be displayed to the user.
|
917 |
+
* @param string $menu_slug The slug name to refer to this menu by (should be unique for this menu).
|
918 |
+
* @param callable|string $function The function to be called to output the content for this page.
|
919 |
+
*
|
920 |
+
* @return false|string The resulting page's hook_suffix, or false if the user does not have the capability
|
921 |
+
* required.
|
922 |
+
*/
|
923 |
+
static function add_subpage(
|
924 |
+
$parent_slug,
|
925 |
+
$page_title,
|
926 |
+
$menu_title,
|
927 |
+
$capability,
|
928 |
+
$menu_slug,
|
929 |
+
$function = ''
|
930 |
+
) {
|
931 |
+
$fn = 'add_submenu' . '_page';
|
932 |
+
|
933 |
+
return $fn( $parent_slug,
|
934 |
+
$page_title,
|
935 |
+
$menu_title,
|
936 |
+
$capability,
|
937 |
+
$menu_slug,
|
938 |
+
$function
|
939 |
+
);
|
940 |
+
}
|
941 |
+
|
942 |
+
/**
|
943 |
+
* Add sub page and update menu instance settings.
|
944 |
+
*
|
945 |
+
* @author Vova Feldman (@svovaf)
|
946 |
+
* @since 2.0.0
|
947 |
+
*
|
948 |
+
* @param string $parent_slug
|
949 |
+
* @param string $page_title
|
950 |
+
* @param string $menu_title
|
951 |
+
* @param string $capability
|
952 |
+
* @param string $menu_slug
|
953 |
+
* @param callable|string $function
|
954 |
+
*
|
955 |
+
* @return string
|
956 |
+
*/
|
957 |
+
function add_subpage_and_update(
|
958 |
+
$parent_slug,
|
959 |
+
$page_title,
|
960 |
+
$menu_title,
|
961 |
+
$capability,
|
962 |
+
$menu_slug,
|
963 |
+
$function = ''
|
964 |
+
) {
|
965 |
+
$this->_menu_slug = $menu_slug;
|
966 |
+
$this->_parent_slug = $parent_slug;
|
967 |
+
$this->_is_top_level = false;
|
968 |
+
$this->_menu_exists = true;
|
969 |
+
$this->_network_menu_exists = true;
|
970 |
+
|
971 |
+
return self::add_subpage(
|
972 |
+
$parent_slug,
|
973 |
+
$page_title,
|
974 |
+
$menu_title,
|
975 |
+
$capability,
|
976 |
+
$menu_slug,
|
977 |
+
$function
|
978 |
+
);
|
979 |
+
}
|
980 |
}
|
freemius/includes/managers/class-fs-option-manager.php
CHANGED
@@ -1,497 +1,497 @@
|
|
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 array[string]FS_Option_Manager {
|
53 |
-
* @key string
|
54 |
-
* @value FS_Option_Manager
|
55 |
-
* }
|
56 |
-
*/
|
57 |
-
private static $_MANAGERS = array();
|
58 |
-
|
59 |
-
/**
|
60 |
-
* @author Vova Feldman (@svovaf)
|
61 |
-
* @since 1.0.3
|
62 |
-
*
|
63 |
-
* @param string $id
|
64 |
-
* @param bool $load
|
65 |
-
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
66 |
-
*/
|
67 |
-
private function __construct( $id, $load = false, $network_level_or_blog_id = false ) {
|
68 |
-
$id = strtolower( $id );
|
69 |
-
|
70 |
-
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_opt_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
71 |
-
|
72 |
-
$this->_logger->entrance();
|
73 |
-
$this->_logger->log( 'id = ' . $id );
|
74 |
-
|
75 |
-
$this->_id = $id;
|
76 |
-
|
77 |
-
if ( is_multisite() ) {
|
78 |
-
$this->_is_network_storage = ( true === $network_level_or_blog_id );
|
79 |
-
|
80 |
-
if ( is_numeric( $network_level_or_blog_id ) ) {
|
81 |
-
$this->_blog_id = $network_level_or_blog_id;
|
82 |
-
}
|
83 |
-
} else {
|
84 |
-
$this->_is_network_storage = false;
|
85 |
-
}
|
86 |
-
|
87 |
-
if ( $load ) {
|
88 |
-
$this->load();
|
89 |
-
}
|
90 |
-
}
|
91 |
-
|
92 |
-
/**
|
93 |
-
* @author Vova Feldman (@svovaf)
|
94 |
-
* @since 1.0.3
|
95 |
-
*
|
96 |
-
* @param string $id
|
97 |
-
* @param bool $load
|
98 |
-
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
99 |
-
*
|
100 |
-
* @return FS_Option_Manager
|
101 |
-
*/
|
102 |
-
static function get_manager( $id, $load = false, $network_level_or_blog_id = false ) {
|
103 |
-
$key = strtolower( $id );
|
104 |
-
|
105 |
-
if ( is_multisite() ) {
|
106 |
-
if ( true === $network_level_or_blog_id ) {
|
107 |
-
$key .= ':ms';
|
108 |
-
} else if ( is_numeric( $network_level_or_blog_id ) && $network_level_or_blog_id > 0 ) {
|
109 |
-
$key .= ":{$network_level_or_blog_id}";
|
110 |
-
} else {
|
111 |
-
$network_level_or_blog_id = get_current_blog_id();
|
112 |
-
|
113 |
-
$key .= ":{$network_level_or_blog_id}";
|
114 |
-
}
|
115 |
-
}
|
116 |
-
|
117 |
-
if ( ! isset( self::$_MANAGERS[ $key ] ) ) {
|
118 |
-
self::$_MANAGERS[ $key ] = new FS_Option_Manager( $id, $load, $network_level_or_blog_id );
|
119 |
-
} // If load required but not yet loaded, load.
|
120 |
-
else if ( $load && ! self::$_MANAGERS[ $key ]->is_loaded() ) {
|
121 |
-
self::$_MANAGERS[ $key ]->load();
|
122 |
-
}
|
123 |
-
|
124 |
-
return self::$_MANAGERS[ $key ];
|
125 |
-
}
|
126 |
-
|
127 |
-
/**
|
128 |
-
* @author Vova Feldman (@svovaf)
|
129 |
-
* @since 1.0.3
|
130 |
-
*
|
131 |
-
* @param bool $flush
|
132 |
-
*/
|
133 |
-
function load( $flush = false ) {
|
134 |
-
$this->_logger->entrance();
|
135 |
-
|
136 |
-
$option_name = $this->get_option_manager_name();
|
137 |
-
|
138 |
-
if ( $flush || ! isset( $this->_options ) ) {
|
139 |
-
if ( isset( $this->_options ) ) {
|
140 |
-
// Clear prev options.
|
141 |
-
$this->clear();
|
142 |
-
}
|
143 |
-
|
144 |
-
$cache_group = $this->get_cache_group();
|
145 |
-
|
146 |
-
if ( WP_FS__DEBUG_SDK ) {
|
147 |
-
|
148 |
-
// Don't use cache layer in DEBUG mode.
|
149 |
-
$load_options = empty( $this->_options );
|
150 |
-
|
151 |
-
} else {
|
152 |
-
|
153 |
-
$this->_options = wp_cache_get(
|
154 |
-
$option_name,
|
155 |
-
$cache_group
|
156 |
-
);
|
157 |
-
|
158 |
-
$load_options = ( false === $this->_options );
|
159 |
-
}
|
160 |
-
|
161 |
-
$cached = true;
|
162 |
-
|
163 |
-
if ( $load_options ) {
|
164 |
-
if ( $this->_is_network_storage ) {
|
165 |
-
$this->_options = get_site_option( $option_name );
|
166 |
-
} else if ( $this->_blog_id > 0 ) {
|
167 |
-
$this->_options = get_blog_option( $this->_blog_id, $option_name );
|
168 |
-
} else {
|
169 |
-
$this->_options = get_option( $option_name );
|
170 |
-
}
|
171 |
-
|
172 |
-
if ( is_string( $this->_options ) ) {
|
173 |
-
$this->_options = json_decode( $this->_options );
|
174 |
-
}
|
175 |
-
|
176 |
-
// $this->_logger->info('get_option = ' . var_export($this->_options, true));
|
177 |
-
|
178 |
-
if ( false === $this->_options ) {
|
179 |
-
$this->clear();
|
180 |
-
}
|
181 |
-
|
182 |
-
$cached = false;
|
183 |
-
}
|
184 |
-
|
185 |
-
if ( ! WP_FS__DEBUG_SDK && ! $cached ) {
|
186 |
-
// Set non encoded cache.
|
187 |
-
wp_cache_set( $option_name, $this->_options, $cache_group );
|
188 |
-
}
|
189 |
-
}
|
190 |
-
}
|
191 |
-
|
192 |
-
/**
|
193 |
-
* @author Vova Feldman (@svovaf)
|
194 |
-
* @since 1.0.3
|
195 |
-
*
|
196 |
-
* @return bool
|
197 |
-
*/
|
198 |
-
function is_loaded() {
|
199 |
-
return isset( $this->_options );
|
200 |
-
}
|
201 |
-
|
202 |
-
/**
|
203 |
-
* @author Vova Feldman (@svovaf)
|
204 |
-
* @since 1.0.3
|
205 |
-
*
|
206 |
-
* @return bool
|
207 |
-
*/
|
208 |
-
function is_empty() {
|
209 |
-
return ( $this->is_loaded() && false === $this->_options );
|
210 |
-
}
|
211 |
-
|
212 |
-
/**
|
213 |
-
* @author Vova Feldman (@svovaf)
|
214 |
-
* @since 1.0.6
|
215 |
-
*
|
216 |
-
* @param bool $flush
|
217 |
-
*/
|
218 |
-
function clear( $flush = false ) {
|
219 |
-
$this->_logger->entrance();
|
220 |
-
|
221 |
-
$this->_options = array();
|
222 |
-
|
223 |
-
if ( $flush ) {
|
224 |
-
$this->store();
|
225 |
-
}
|
226 |
-
}
|
227 |
-
|
228 |
-
/**
|
229 |
-
* Delete options manager from DB.
|
230 |
-
*
|
231 |
-
* @author Vova Feldman (@svovaf)
|
232 |
-
* @since 1.0.9
|
233 |
-
*/
|
234 |
-
function delete() {
|
235 |
-
$option_name = $this->get_option_manager_name();
|
236 |
-
|
237 |
-
if ( $this->_is_network_storage ) {
|
238 |
-
delete_site_option( $option_name );
|
239 |
-
} else if ( $this->_blog_id > 0 ) {
|
240 |
-
delete_blog_option( $this->_blog_id, $option_name );
|
241 |
-
} else {
|
242 |
-
delete_option( $option_name );
|
243 |
-
}
|
244 |
-
}
|
245 |
-
|
246 |
-
/**
|
247 |
-
* @author Vova Feldman (@svovaf)
|
248 |
-
* @since 1.0.6
|
249 |
-
*
|
250 |
-
* @param string $option
|
251 |
-
*
|
252 |
-
* @return bool
|
253 |
-
*/
|
254 |
-
function has_option( $option ) {
|
255 |
-
return array_key_exists( $option, $this->_options );
|
256 |
-
}
|
257 |
-
|
258 |
-
/**
|
259 |
-
* @author Vova Feldman (@svovaf)
|
260 |
-
* @since 1.0.3
|
261 |
-
*
|
262 |
-
* @param string $option
|
263 |
-
* @param mixed $default
|
264 |
-
*
|
265 |
-
* @return mixed
|
266 |
-
*/
|
267 |
-
function get_option( $option, $default = null ) {
|
268 |
-
$this->_logger->entrance( 'option = ' . $option );
|
269 |
-
|
270 |
-
if ( ! $this->is_loaded() ) {
|
271 |
-
$this->load();
|
272 |
-
}
|
273 |
-
|
274 |
-
if ( is_array( $this->_options ) ) {
|
275 |
-
$value = isset( $this->_options[ $option ] ) ?
|
276 |
-
$this->_options[ $option ] :
|
277 |
-
$default;
|
278 |
-
} else if ( is_object( $this->_options ) ) {
|
279 |
-
$value = isset( $this->_options->{$option} ) ?
|
280 |
-
$this->_options->{$option} :
|
281 |
-
$default;
|
282 |
-
} else {
|
283 |
-
$value = $default;
|
284 |
-
}
|
285 |
-
|
286 |
-
/**
|
287 |
-
* If it's an object, return a clone of the object, otherwise,
|
288 |
-
* external changes of the object will actually change the value
|
289 |
-
* of the object in the options manager which may lead to an unexpected
|
290 |
-
* behaviour and data integrity when a store() call is triggered.
|
291 |
-
*
|
292 |
-
* Example:
|
293 |
-
* $object1 = $options->get_option( 'object1' );
|
294 |
-
* $object1->x = 123;
|
295 |
-
*
|
296 |
-
* $object2 = $options->get_option( 'object2' );
|
297 |
-
* $object2->y = 'dummy';
|
298 |
-
*
|
299 |
-
* $options->set_option( 'object2', $object2, true );
|
300 |
-
*
|
301 |
-
* If we don't return a clone of option 'object1', setting 'object2'
|
302 |
-
* will also store the updated value of 'object1' which is quite not
|
303 |
-
* an expected behaviour.
|
304 |
-
*
|
305 |
-
* @author Vova Feldman
|
306 |
-
*/
|
307 |
-
return is_object( $value ) ? clone $value : $value;
|
308 |
-
}
|
309 |
-
|
310 |
-
/**
|
311 |
-
* @author Vova Feldman (@svovaf)
|
312 |
-
* @since 1.0.3
|
313 |
-
*
|
314 |
-
* @param string $option
|
315 |
-
* @param mixed $value
|
316 |
-
* @param bool $flush
|
317 |
-
*/
|
318 |
-
function set_option( $option, $value, $flush = false ) {
|
319 |
-
$this->_logger->entrance( 'option = ' . $option );
|
320 |
-
|
321 |
-
if ( ! $this->is_loaded() ) {
|
322 |
-
$this->clear();
|
323 |
-
}
|
324 |
-
|
325 |
-
/**
|
326 |
-
* If it's an object, store a clone of the object, otherwise,
|
327 |
-
* external changes of the object will actually change the value
|
328 |
-
* of the object in the options manager which may lead to an unexpected
|
329 |
-
* behaviour and data integrity when a store() call is triggered.
|
330 |
-
*
|
331 |
-
* Example:
|
332 |
-
* $object1 = new stdClass();
|
333 |
-
* $object1->x = 123;
|
334 |
-
*
|
335 |
-
* $options->set_option( 'object1', $object1 );
|
336 |
-
*
|
337 |
-
* $object1->x = 456;
|
338 |
-
*
|
339 |
-
* $options->set_option( 'object2', $object2, true );
|
340 |
-
*
|
341 |
-
* If we don't set the option as a clone of option 'object1', setting 'object2'
|
342 |
-
* will also store the updated value of 'object1' ($object1->x = 456 instead of
|
343 |
-
* $object1->x = 123) which is quite not an expected behaviour.
|
344 |
-
*
|
345 |
-
* @author Vova Feldman
|
346 |
-
*/
|
347 |
-
$copy = is_object( $value ) ? clone $value : $value;
|
348 |
-
|
349 |
-
if ( is_array( $this->_options ) ) {
|
350 |
-
$this->_options[ $option ] = $copy;
|
351 |
-
} else if ( is_object( $this->_options ) ) {
|
352 |
-
$this->_options->{$option} = $copy;
|
353 |
-
}
|
354 |
-
|
355 |
-
if ( $flush ) {
|
356 |
-
$this->store();
|
357 |
-
}
|
358 |
-
}
|
359 |
-
|
360 |
-
/**
|
361 |
-
* Unset option.
|
362 |
-
*
|
363 |
-
* @author Vova Feldman (@svovaf)
|
364 |
-
* @since 1.0.3
|
365 |
-
*
|
366 |
-
* @param string $option
|
367 |
-
* @param bool $flush
|
368 |
-
*/
|
369 |
-
function unset_option( $option, $flush = false ) {
|
370 |
-
$this->_logger->entrance( 'option = ' . $option );
|
371 |
-
|
372 |
-
if ( is_array( $this->_options ) ) {
|
373 |
-
if ( ! isset( $this->_options[ $option ] ) ) {
|
374 |
-
return;
|
375 |
-
}
|
376 |
-
|
377 |
-
unset( $this->_options[ $option ] );
|
378 |
-
|
379 |
-
} else if ( is_object( $this->_options ) ) {
|
380 |
-
if ( ! isset( $this->_options->{$option} ) ) {
|
381 |
-
return;
|
382 |
-
}
|
383 |
-
|
384 |
-
unset( $this->_options->{$option} );
|
385 |
-
}
|
386 |
-
|
387 |
-
if ( $flush ) {
|
388 |
-
$this->store();
|
389 |
-
}
|
390 |
-
}
|
391 |
-
|
392 |
-
/**
|
393 |
-
* Dump options to database.
|
394 |
-
*
|
395 |
-
* @author Vova Feldman (@svovaf)
|
396 |
-
* @since 1.0.3
|
397 |
-
*/
|
398 |
-
function store() {
|
399 |
-
$this->_logger->entrance();
|
400 |
-
|
401 |
-
$option_name = $this->get_option_manager_name();
|
402 |
-
|
403 |
-
if ( $this->_logger->is_on() ) {
|
404 |
-
$this->_logger->info( $option_name . ' = ' . var_export( $this->_options, true ) );
|
405 |
-
}
|
406 |
-
|
407 |
-
// Update DB.
|
408 |
-
if ( $this->_is_network_storage ) {
|
409 |
-
update_site_option( $option_name, $this->_options );
|
410 |
-
} else if ( $this->_blog_id > 0 ) {
|
411 |
-
update_blog_option( $this->_blog_id, $option_name, $this->_options );
|
412 |
-
} else {
|
413 |
-
update_option( $option_name, $this->_options );
|
414 |
-
}
|
415 |
-
|
416 |
-
if ( ! WP_FS__DEBUG_SDK ) {
|
417 |
-
wp_cache_set( $option_name, $this->_options, $this->get_cache_group() );
|
418 |
-
}
|
419 |
-
}
|
420 |
-
|
421 |
-
/**
|
422 |
-
* Get options keys.
|
423 |
-
*
|
424 |
-
* @author Vova Feldman (@svovaf)
|
425 |
-
* @since 1.0.3
|
426 |
-
*
|
427 |
-
* @return string[]
|
428 |
-
*/
|
429 |
-
function get_options_keys() {
|
430 |
-
if ( is_array( $this->_options ) ) {
|
431 |
-
return array_keys( $this->_options );
|
432 |
-
} else if ( is_object( $this->_options ) ) {
|
433 |
-
return array_keys( get_object_vars( $this->_options ) );
|
434 |
-
}
|
435 |
-
|
436 |
-
return array();
|
437 |
-
}
|
438 |
-
|
439 |
-
#--------------------------------------------------------------------------------
|
440 |
-
#region Migration
|
441 |
-
#--------------------------------------------------------------------------------
|
442 |
-
|
443 |
-
/**
|
444 |
-
* Migrate options from site level.
|
445 |
-
*
|
446 |
-
* @author Vova Feldman (@svovaf)
|
447 |
-
* @since 2.0.0
|
448 |
-
*/
|
449 |
-
function migrate_to_network() {
|
450 |
-
$site_options = FS_Option_Manager::get_manager($this->_id, true, false);
|
451 |
-
|
452 |
-
$options = is_object( $site_options->_options ) ?
|
453 |
-
get_object_vars( $site_options->_options ) :
|
454 |
-
$site_options->_options;
|
455 |
-
|
456 |
-
if ( ! empty( $options ) ) {
|
457 |
-
foreach ( $options as $key => $val ) {
|
458 |
-
$this->set_option( $key, $val, false );
|
459 |
-
}
|
460 |
-
|
461 |
-
$this->store();
|
462 |
-
}
|
463 |
-
}
|
464 |
-
|
465 |
-
#endregion
|
466 |
-
|
467 |
-
#--------------------------------------------------------------------------------
|
468 |
-
#region Helper Methods
|
469 |
-
#--------------------------------------------------------------------------------
|
470 |
-
|
471 |
-
/**
|
472 |
-
* @return string
|
473 |
-
*/
|
474 |
-
private function get_option_manager_name() {
|
475 |
-
return $this->_id;
|
476 |
-
}
|
477 |
-
|
478 |
-
/**
|
479 |
-
* @author Vova Feldman (@svovaf)
|
480 |
-
* @since 2.0.0
|
481 |
-
*
|
482 |
-
* @return string
|
483 |
-
*/
|
484 |
-
private function get_cache_group() {
|
485 |
-
$group = WP_FS__SLUG;
|
486 |
-
|
487 |
-
if ( $this->_is_network_storage ) {
|
488 |
-
$group .= '_ms';
|
489 |
-
} else if ( $this->_blog_id > 0 ) {
|
490 |
-
$group .= "_s{$this->_blog_id}";
|
491 |
-
}
|
492 |
-
|
493 |
-
return $group;
|
494 |
-
}
|
495 |
-
|
496 |
-
#endregion
|
497 |
-
}
|
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 array[string]FS_Option_Manager {
|
53 |
+
* @key string
|
54 |
+
* @value FS_Option_Manager
|
55 |
+
* }
|
56 |
+
*/
|
57 |
+
private static $_MANAGERS = array();
|
58 |
+
|
59 |
+
/**
|
60 |
+
* @author Vova Feldman (@svovaf)
|
61 |
+
* @since 1.0.3
|
62 |
+
*
|
63 |
+
* @param string $id
|
64 |
+
* @param bool $load
|
65 |
+
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
66 |
+
*/
|
67 |
+
private function __construct( $id, $load = false, $network_level_or_blog_id = false ) {
|
68 |
+
$id = strtolower( $id );
|
69 |
+
|
70 |
+
$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_opt_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
|
71 |
+
|
72 |
+
$this->_logger->entrance();
|
73 |
+
$this->_logger->log( 'id = ' . $id );
|
74 |
+
|
75 |
+
$this->_id = $id;
|
76 |
+
|
77 |
+
if ( is_multisite() ) {
|
78 |
+
$this->_is_network_storage = ( true === $network_level_or_blog_id );
|
79 |
+
|
80 |
+
if ( is_numeric( $network_level_or_blog_id ) ) {
|
81 |
+
$this->_blog_id = $network_level_or_blog_id;
|
82 |
+
}
|
83 |
+
} else {
|
84 |
+
$this->_is_network_storage = false;
|
85 |
+
}
|
86 |
+
|
87 |
+
if ( $load ) {
|
88 |
+
$this->load();
|
89 |
+
}
|
90 |
+
}
|
91 |
+
|
92 |
+
/**
|
93 |
+
* @author Vova Feldman (@svovaf)
|
94 |
+
* @since 1.0.3
|
95 |
+
*
|
96 |
+
* @param string $id
|
97 |
+
* @param bool $load
|
98 |
+
* @param bool|int $network_level_or_blog_id Since 2.0.0
|
99 |
+
*
|
100 |
+
* @return FS_Option_Manager
|
101 |
+
*/
|
102 |
+
static function get_manager( $id, $load = false, $network_level_or_blog_id = false ) {
|
103 |
+
$key = strtolower( $id );
|
104 |
+
|
105 |
+
if ( is_multisite() ) {
|
106 |
+
if ( true === $network_level_or_blog_id ) {
|
107 |
+
$key .= ':ms';
|
108 |
+
} else if ( is_numeric( $network_level_or_blog_id ) && $network_level_or_blog_id > 0 ) {
|
109 |
+
$key .= ":{$network_level_or_blog_id}";
|
110 |
+
} else {
|
111 |
+
$network_level_or_blog_id = get_current_blog_id();
|
112 |
+
|
113 |
+
$key .= ":{$network_level_or_blog_id}";
|
114 |
+
}
|
115 |
+
}
|
116 |
+
|
117 |
+
if ( ! isset( self::$_MANAGERS[ $key ] ) ) {
|
118 |
+
self::$_MANAGERS[ $key ] = new FS_Option_Manager( $id, $load, $network_level_or_blog_id );
|
119 |
+
} // If load required but not yet loaded, load.
|
120 |
+
else if ( $load && ! self::$_MANAGERS[ $key ]->is_loaded() ) {
|
121 |
+
self::$_MANAGERS[ $key ]->load();
|
122 |
+
}
|
123 |
+
|
124 |
+
return self::$_MANAGERS[ $key ];
|
125 |
+
}
|
126 |
+
|
127 |
+
/**
|
128 |
+
* @author Vova Feldman (@svovaf)
|
129 |
+
* @since 1.0.3
|
130 |
+
*
|
131 |
+
* @param bool $flush
|
132 |
+
*/
|
133 |
+
function load( $flush = false ) {
|
134 |
+
$this->_logger->entrance();
|
135 |
+
|
136 |
+
$option_name = $this->get_option_manager_name();
|
137 |
+
|
138 |
+
if ( $flush || ! isset( $this->_options ) ) {
|
139 |
+
if ( isset( $this->_options ) ) {
|
140 |
+
// Clear prev options.
|
141 |
+
$this->clear();
|
142 |
+
}
|
143 |
+
|
144 |
+
$cache_group = $this->get_cache_group();
|
145 |
+
|
146 |
+
if ( WP_FS__DEBUG_SDK ) {
|
147 |
+
|
148 |
+
// Don't use cache layer in DEBUG mode.
|
149 |
+
$load_options = empty( $this->_options );
|
150 |
+
|
151 |
+
} else {
|
152 |
+
|
153 |
+
$this->_options = wp_cache_get(
|
154 |
+
$option_name,
|
155 |
+
$cache_group
|
156 |
+
);
|
157 |
+
|
158 |
+
$load_options = ( false === $this->_options );
|
159 |
+
}
|
160 |
+
|
161 |
+
$cached = true;
|
162 |
+
|
163 |
+
if ( $load_options ) {
|
164 |
+
if ( $this->_is_network_storage ) {
|
165 |
+
$this->_options = get_site_option( $option_name );
|
166 |
+
} else if ( $this->_blog_id > 0 ) {
|
167 |
+
$this->_options = get_blog_option( $this->_blog_id, $option_name );
|
168 |
+
} else {
|
169 |
+
$this->_options = get_option( $option_name );
|
170 |
+
}
|
171 |
+
|
172 |
+
if ( is_string( $this->_options ) ) {
|
173 |
+
$this->_options = json_decode( $this->_options );
|
174 |
+
}
|
175 |
+
|
176 |
+
// $this->_logger->info('get_option = ' . var_export($this->_options, true));
|
177 |
+
|
178 |
+
if ( false === $this->_options ) {
|
179 |
+
$this->clear();
|
180 |
+
}
|
181 |
+
|
182 |
+
$cached = false;
|
183 |
+
}
|
184 |
+
|
185 |
+
if ( ! WP_FS__DEBUG_SDK && ! $cached ) {
|
186 |
+
// Set non encoded cache.
|
187 |
+
wp_cache_set( $option_name, $this->_options, $cache_group );
|
188 |
+
}
|
189 |
+
}
|
190 |
+
}
|
191 |
+
|
192 |
+
/**
|
193 |
+
* @author Vova Feldman (@svovaf)
|
194 |
+
* @since 1.0.3
|
195 |
+
*
|
196 |
+
* @return bool
|
197 |
+
*/
|
198 |
+
function is_loaded() {
|
199 |
+
return isset( $this->_options );
|
200 |
+
}
|
201 |
+
|
202 |
+
/**
|
203 |
+
* @author Vova Feldman (@svovaf)
|
204 |
+
* @since 1.0.3
|
205 |
+
*
|
206 |
+
* @return bool
|
207 |
+
*/
|
208 |
+
function is_empty() {
|
209 |
+
return ( $this->is_loaded() && false === $this->_options );
|
210 |
+
}
|
211 |
+
|
212 |
+
/**
|
213 |
+
* @author Vova Feldman (@svovaf)
|
214 |
+
* @since 1.0.6
|
215 |
+
*
|
216 |
+
* @param bool $flush
|
217 |
+
*/
|
218 |
+
function clear( $flush = false ) {
|
219 |
+
$this->_logger->entrance();
|
220 |
+
|
221 |
+
$this->_options = array();
|
222 |
+
|
223 |
+
if ( $flush ) {
|
224 |
+
$this->store();
|
225 |
+
}
|
226 |
+
}
|
227 |
+
|
228 |
+
/**
|
229 |
+
* Delete options manager from DB.
|
230 |
+
*
|
231 |
+
* @author Vova Feldman (@svovaf)
|
232 |
+
* @since 1.0.9
|
233 |
+
*/
|
234 |
+
function delete() {
|
235 |
+
$option_name = $this->get_option_manager_name();
|
236 |
+
|
237 |
+
if ( $this->_is_network_storage ) {
|
238 |
+
delete_site_option( $option_name );
|
239 |
+
} else if ( $this->_blog_id > 0 ) {
|
240 |
+
delete_blog_option( $this->_blog_id, $option_name );
|
241 |
+
} else {
|
242 |
+
delete_option( $option_name );
|
243 |
+
}
|
244 |
+
}
|
245 |
+
|
246 |
+
/**
|
247 |
+
* @author Vova Feldman (@svovaf)
|
248 |
+
* @since 1.0.6
|
249 |
+
*
|
250 |
+
* @param string $option
|
251 |
+
*
|
252 |
+
* @return bool
|
253 |
+
*/
|
254 |
+
function has_option( $option ) {
|
255 |
+
return array_key_exists( $option, $this->_options );
|
256 |
+
}
|
257 |
+
|
258 |
+
/**
|
259 |
+
* @author Vova Feldman (@svovaf)
|
260 |
+
* @since 1.0.3
|
261 |
+
*
|
262 |
+
* @param string $option
|
263 |
+
* @param mixed $default
|
264 |
+
*
|
265 |
+
* @return mixed
|
266 |
+
*/
|
267 |
+
function get_option( $option, $default = null ) {
|
268 |
+
$this->_logger->entrance( 'option = ' . $option );
|
269 |
+
|
270 |
+
if ( ! $this->is_loaded() ) {
|
271 |
+
$this->load();
|
272 |
+
}
|
273 |
+
|
274 |
+
if ( is_array( $this->_options ) ) {
|
275 |
+
$value = isset( $this->_options[ $option ] ) ?
|
276 |
+
$this->_options[ $option ] :
|
277 |
+
$default;
|
278 |
+
} else if ( is_object( $this->_options ) ) {
|
279 |
+
$value = isset( $this->_options->{$option} ) ?
|
280 |
+
$this->_options->{$option} :
|
281 |
+
$default;
|
282 |
+
} else {
|
283 |
+
$value = $default;
|
284 |
+
}
|
285 |
+
|
286 |
+
/**
|
287 |
+
* If it's an object, return a clone of the object, otherwise,
|
288 |
+
* external changes of the object will actually change the value
|
289 |
+
* of the object in the options manager which may lead to an unexpected
|
290 |
+
* behaviour and data integrity when a store() call is triggered.
|
291 |
+
*
|
292 |
+
* Example:
|
293 |
+
* $object1 = $options->get_option( 'object1' );
|
294 |
+
* $object1->x = 123;
|
295 |
+
*
|
296 |
+
* $object2 = $options->get_option( 'object2' );
|
297 |
+
* $object2->y = 'dummy';
|
298 |
+
*
|
299 |
+
* $options->set_option( 'object2', $object2, true );
|
300 |
+
*
|
301 |
+
* If we don't return a clone of option 'object1', setting 'object2'
|
302 |
+
* will also store the updated value of 'object1' which is quite not
|
303 |
+
* an expected behaviour.
|
304 |
+
*
|
305 |
+
* @author Vova Feldman
|
306 |
+
*/
|
307 |
+
return is_object( $value ) ? clone $value : $value;
|
308 |
+
}
|
309 |
+
|
310 |
+
/**
|
311 |
+
* @author Vova Feldman (@svovaf)
|
312 |
+
* @since 1.0.3
|
313 |
+
*
|
314 |
+
* @param string $option
|
315 |
+
* @param mixed $value
|
316 |
+
* @param bool $flush
|
317 |
+
*/
|
318 |
+
function set_option( $option, $value, $flush = false ) {
|
319 |
+
$this->_logger->entrance( 'option = ' . $option );
|
320 |
+
|
321 |
+
if ( ! $this->is_loaded() ) {
|
322 |
+
$this->clear();
|
323 |
+
}
|
324 |
+
|
325 |
+
/**
|
326 |
+
* If it's an object, store a clone of the object, otherwise,
|
327 |
+
* external changes of the object will actually change the value
|
328 |
+
* of the object in the options manager which may lead to an unexpected
|
329 |
+
* behaviour and data integrity when a store() call is triggered.
|
330 |
+
*
|
331 |
+
* Example:
|
332 |
+
* $object1 = new stdClass();
|
333 |
+
* $object1->x = 123;
|
334 |
+
*
|
335 |
+
* $options->set_option( 'object1', $object1 );
|
336 |
+
*
|
337 |
+
* $object1->x = 456;
|
338 |
+
*
|
339 |
+
* $options->set_option( 'object2', $object2, true );
|
340 |
+
*
|
341 |
+
* If we don't set the option as a clone of option 'object1', setting 'object2'
|
342 |
+
* will also store the updated value of 'object1' ($object1->x = 456 instead of
|
343 |
+
* $object1->x = 123) which is quite not an expected behaviour.
|
344 |
+
*
|
345 |
+
* @author Vova Feldman
|
346 |
+
*/
|
347 |
+
$copy = is_object( $value ) ? clone $value : $value;
|
348 |
+
|
349 |
+
if ( is_array( $this->_options ) ) {
|
350 |
+
$this->_options[ $option ] = $copy;
|
351 |
+
} else if ( is_object( $this->_options ) ) {
|
352 |
+
$this->_options->{$option} = $copy;
|
353 |
+
}
|
354 |
+
|
355 |
+
if ( $flush ) {
|
356 |
+
$this->store();
|
357 |
+
}
|
358 |
+
}
|
359 |
+
|
360 |
+
/**
|
361 |
+
* Unset option.
|
362 |
+
*
|
363 |
+
* @author Vova Feldman (@svovaf)
|
364 |
+
* @since 1.0.3
|
365 |
+
*
|
366 |
+
* @param string $option
|
367 |
+
* @param bool $flush
|
368 |
+
*/
|
369 |
+
function unset_option( $option, $flush = false ) {
|
370 |
+
$this->_logger->entrance( 'option = ' . $option );
|
371 |
+
|
372 |
+
if ( is_array( $this->_options ) ) {
|
373 |
+
if ( ! isset( $this->_options[ $option ] ) ) {
|
374 |
+
return;
|
375 |
+
}
|
376 |
+
|
377 |
+
unset( $this->_options[ $option ] );
|
378 |
+
|
379 |
+
} else if ( is_object( $this->_options ) ) {
|
380 |
+
if ( ! isset( $this->_options->{$option} ) ) {
|
381 |
+
return;
|
382 |
+
}
|
383 |
+
|
384 |
+
unset( $this->_options->{$option} );
|
385 |
+
}
|
386 |
+
|
387 |
+
if ( $flush ) {
|
388 |
+
$this->store();
|
389 |
+
}
|
390 |
+
}
|
391 |
+
|
392 |
+
/**
|
393 |
+
* Dump options to database.
|
394 |
+
*
|
395 |
+
* @author Vova Feldman (@svovaf)
|
396 |
+
* @since 1.0.3
|
397 |
+
*/
|
398 |
+
function store() {
|
399 |
+
$this->_logger->entrance();
|
400 |
+
|
401 |
+
$option_name = $this->get_option_manager_name();
|
402 |
+
|
403 |
+
if ( $this->_logger->is_on() ) {
|
404 |
+
$this->_logger->info( $option_name . ' = ' . var_export( $this->_options, true ) );
|
405 |
+
}
|
406 |
+
|
407 |
+
// Update DB.
|
408 |
+
if ( $this->_is_network_storage ) {
|
409 |
+
update_site_option( $option_name, $this->_options );
|
410 |
+
} else if ( $this->_blog_id > 0 ) {
|
411 |
+
update_blog_option( $this->_blog_id, $option_name, $this->_options );
|
412 |
+
} else {
|
413 |
+
update_option( $option_name, $this->_options );
|
414 |
+
}
|
415 |
+
|
416 |
+
if ( ! WP_FS__DEBUG_SDK ) {
|
417 |
+
wp_cache_set( $option_name, $this->_options, $this->get_cache_group() );
|
418 |
+
}
|
419 |
+
}
|
420 |
+
|
421 |
+
/**
|
422 |
+
* Get options keys.
|
423 |
+
*
|
424 |
+
* @author Vova Feldman (@svovaf)
|
425 |
+
* @since 1.0.3
|
426 |
+
*
|
427 |
+
* @return string[]
|
428 |
+
*/
|
429 |
+
function get_options_keys() {
|
430 |
+
if ( is_array( $this->_options ) ) {
|
431 |
+
return array_keys( $this->_options );
|
432 |
+
} else if ( is_object( $this->_options ) ) {
|
433 |
+
return array_keys( get_object_vars( $this->_options ) );
|
434 |
+
}
|
435 |
+
|
436 |
+
return array();
|
437 |
+
}
|
438 |
+
|
439 |
+
#--------------------------------------------------------------------------------
|
440 |
+
#region Migration
|
441 |
+
#--------------------------------------------------------------------------------
|
442 |
+
|
443 |
+
/**
|
444 |
+
* Migrate options from site level.
|
445 |
+
*
|
446 |
+
* @author Vova Feldman (@svovaf)
|
447 |
+
* @since 2.0.0
|
448 |
+
*/
|
449 |
+
function migrate_to_network() {
|
450 |
+
$site_options = FS_Option_Manager::get_manager($this->_id, true, false);
|
451 |
+
|
452 |
+
$options = is_object( $site_options->_options ) ?
|
453 |
+
get_object_vars( $site_options->_options ) :
|
454 |
+
$site_options->_options;
|
455 |
+
|
456 |
+
if ( ! empty( $options ) ) {
|
457 |
+
foreach ( $options as $key => $val ) {
|
458 |
+
$this->set_option( $key, $val, false );
|
459 |
+
}
|
460 |
+
|
461 |
+
$this->store();
|
462 |
+
}
|
463 |
+
}
|
464 |
+
|
465 |
+
#endregion
|
466 |
+
|
467 |
+
#--------------------------------------------------------------------------------
|
468 |
+
#region Helper Methods
|
469 |
+
#--------------------------------------------------------------------------------
|
470 |
+
|
471 |
+
/**
|
472 |
+
* @return string
|
473 |
+
*/
|
474 |
+
private function get_option_manager_name() {
|
475 |
+
return $this->_id;
|
476 |
+
}
|
477 |
+
|
478 |
+
/**
|
479 |
+
* @author Vova Feldman (@svovaf)
|
480 |
+
* @since 2.0.0
|
481 |
+
*
|
482 |
+
* @return string
|
483 |
+
*/
|
484 |
+
private function get_cache_group() {
|
485 |
+
$group = WP_FS__SLUG;
|
486 |
+
|
487 |
+
if ( $this->_is_network_storage ) {
|
488 |
+
$group .= '_ms';
|
489 |
+
} else if ( $this->_blog_id > 0 ) {
|
490 |
+
$group .= "_s{$this->_blog_id}";
|
491 |
+
}
|
492 |
+
|
493 |
+
return $group;
|
494 |
+
}
|
495 |
+
|
496 |
+
#endregion
|
497 |
+
}
|
freemius/languages/freemius-da_DK.po
CHANGED
@@ -1,2722 +1,2722 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: \n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: \n"
|
8 |
-
"Language: \n"
|
9 |
-
"Language-Team: \n"
|
10 |
-
"Content-Type: \n"
|
11 |
-
"Content-Transfer-Encoding: \n"
|
12 |
-
"Plural-Forms: \n"
|
13 |
-
o: https://github.com/Freemius/wordpress-sdk/issues\n"
|
14 |
-
"POT-Creation-Date: \n"
|
15 |
-
"PO-Revision-Date: 2019-06-05 13:40+0000\n"
|
16 |
-
"Last-Translator: Joachim Jensen\n"
|
17 |
-
"Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-sdk/language/da_DK/)\n"
|
18 |
-
"MIME-Version: 1.0\n"
|
19 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
20 |
-
"Content-Transfer-Encoding: 8bit\n"
|
21 |
-
"Language: da_DK\n"
|
22 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23 |
-
"X-Poedit-Basepath: ..\n"
|
24 |
-
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
25 |
-
"X-Poedit-SearchPath-0: .\n"
|
26 |
-
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
27 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
28 |
-
|
29 |
-
#: includes/class-freemius.php1838, templates/account.php:769
|
30 |
-
msgid ""
|
31 |
-
"An update to a Beta version will replace your installed version of %s with "
|
32 |
-
"the latest Beta release - use with caution, and not on production sites. You"
|
33 |
-
" have been warned."
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: includes/class-freemius.php:1845
|
37 |
-
msgid "Would you like to proceed with the update?"
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2053
|
41 |
-
msgid ""
|
42 |
-
"Freemius SDK couldn't find the plugin's main file. Please contact "
|
43 |
-
"sdk@freemius.com with the current error."
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: includes/class-freemius.php:2055
|
47 |
-
msgid "Error"
|
48 |
-
msgstr "Fejl"
|
49 |
-
|
50 |
-
#: includes/class-freemius.php:2445
|
51 |
-
msgid "I found a better %s"
|
52 |
-
msgstr "Jeg fandt et bedre %s"
|
53 |
-
|
54 |
-
#: includes/class-freemius.php:2447
|
55 |
-
msgid "What's the %s's name?"
|
56 |
-
msgstr "Hvad er navnet på %s?"
|
57 |
-
|
58 |
-
#: includes/class-freemius.php:2453
|
59 |
-
msgid "It's a temporary %s. I'm just debugging an issue."
|
60 |
-
msgstr "Det er en midlertidig %s. Jeg er i gang med fejlrettelser."
|
61 |
-
|
62 |
-
#: includes/class-freemius.php:2455
|
63 |
-
msgid "Deactivation"
|
64 |
-
msgstr "Deaktivering"
|
65 |
-
|
66 |
-
#: includes/class-freemius.php:2456
|
67 |
-
msgid "Theme Switch"
|
68 |
-
msgstr "Temaskift"
|
69 |
-
|
70 |
-
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
71 |
-
msgid "Other"
|
72 |
-
msgstr "Andet"
|
73 |
-
|
74 |
-
#: includes/class-freemius.php:2473
|
75 |
-
msgid "I no longer need the %s"
|
76 |
-
msgstr "Jeg har ikke længere brug for %s"
|
77 |
-
|
78 |
-
#: includes/class-freemius.php:2480
|
79 |
-
msgid "I only needed the %s for a short period"
|
80 |
-
msgstr "Jeg behøvede kun %s i en kort periode"
|
81 |
-
|
82 |
-
#: includes/class-freemius.php:2486
|
83 |
-
msgid "The %s broke my site"
|
84 |
-
msgstr "%s ødelagde min webside"
|
85 |
-
|
86 |
-
#: includes/class-freemius.php:2493
|
87 |
-
msgid "The %s suddenly stopped working"
|
88 |
-
msgstr "%s stoppede pludseligt med at virke"
|
89 |
-
|
90 |
-
#: includes/class-freemius.php:2503
|
91 |
-
msgid "I can't pay for it anymore"
|
92 |
-
msgstr "Jeg kan ikke længere betale for det"
|
93 |
-
|
94 |
-
#: includes/class-freemius.php:2505
|
95 |
-
msgid "What price would you feel comfortable paying?"
|
96 |
-
msgstr "Hvilken pris ville du foretrække at betale?"
|
97 |
-
|
98 |
-
#: includes/class-freemius.php:2511
|
99 |
-
msgid "I don't like to share my information with you"
|
100 |
-
msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
|
101 |
-
|
102 |
-
#: includes/class-freemius.php:2532
|
103 |
-
msgid "The %s didn't work"
|
104 |
-
msgstr "%s virkede ikke"
|
105 |
-
|
106 |
-
#: includes/class-freemius.php:2542
|
107 |
-
msgid "I couldn't understand how to make it work"
|
108 |
-
msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
|
109 |
-
|
110 |
-
#: includes/class-freemius.php:2550
|
111 |
-
msgid "The %s is great, but I need specific feature that you don't support"
|
112 |
-
msgstr "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
|
113 |
-
|
114 |
-
#: includes/class-freemius.php:2552
|
115 |
-
msgid "What feature?"
|
116 |
-
msgstr "Hvilken feature?"
|
117 |
-
|
118 |
-
#: includes/class-freemius.php:2556
|
119 |
-
msgid "The %s is not working"
|
120 |
-
msgstr "%s virker ikke"
|
121 |
-
|
122 |
-
#: includes/class-freemius.php:2558
|
123 |
-
msgid "Kindly share what didn't work so we can fix it for future users..."
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: includes/class-freemius.php:2562
|
127 |
-
msgid "It's not what I was looking for"
|
128 |
-
msgstr "Det er ikke, hvad jeg søgte"
|
129 |
-
|
130 |
-
#: includes/class-freemius.php:2564
|
131 |
-
msgid "What you've been looking for?"
|
132 |
-
msgstr "Hvad har du ledt efter?"
|
133 |
-
|
134 |
-
#: includes/class-freemius.php:2568
|
135 |
-
msgid "The %s didn't work as expected"
|
136 |
-
msgstr "%s virkede ikke som forventet"
|
137 |
-
|
138 |
-
#: includes/class-freemius.php:2570
|
139 |
-
msgid "What did you expect?"
|
140 |
-
msgstr "Hvad forventede du?"
|
141 |
-
|
142 |
-
#: includes/class-freemius.php3425, templates/debug.php:20
|
143 |
-
msgid "Freemius Debug"
|
144 |
-
msgstr "Freemius Debug"
|
145 |
-
|
146 |
-
#: includes/class-freemius.php:4177
|
147 |
-
msgid "I don't know what is cURL or how to install it, help me!"
|
148 |
-
msgstr "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
|
149 |
-
|
150 |
-
#: includes/class-freemius.php:4179
|
151 |
-
msgid ""
|
152 |
-
"We'll make sure to contact your hosting company and resolve the issue. You "
|
153 |
-
"will get a follow-up email to %s once we have an update."
|
154 |
-
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."
|
155 |
-
|
156 |
-
#: includes/class-freemius.php:4186
|
157 |
-
msgid ""
|
158 |
-
"Great, please install cURL and enable it in your php.ini file. In addition, "
|
159 |
-
"search for the 'disable_functions' directive in your php.ini file and remove"
|
160 |
-
" any disabled methods starting with 'curl_'. To make sure it was "
|
161 |
-
"successfully activated, use 'phpinfo()'. Once activated, deactivate the %s "
|
162 |
-
"and reactivate it back again."
|
163 |
-
msgstr ""
|
164 |
-
|
165 |
-
#: includes/class-freemius.php:4291
|
166 |
-
msgid "Yes - do your thing"
|
167 |
-
msgstr "Ja - fortsæt bare"
|
168 |
-
|
169 |
-
#: includes/class-freemius.php:4296
|
170 |
-
msgid "No - just deactivate"
|
171 |
-
msgstr "Nej - bare deaktiver"
|
172 |
-
|
173 |
-
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
174 |
-
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
175 |
-
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
176 |
-
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
177 |
-
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
178 |
-
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
179 |
-
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
180 |
-
msgctxt "exclamation"
|
181 |
-
msgid "Oops"
|
182 |
-
msgstr "Ups"
|
183 |
-
|
184 |
-
#: includes/class-freemius.php:4410
|
185 |
-
msgid ""
|
186 |
-
"Thank for giving us the chance to fix it! A message was just sent to our "
|
187 |
-
"technical staff. We will get back to you as soon as we have an update to %s."
|
188 |
-
" Appreciate your patience."
|
189 |
-
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."
|
190 |
-
|
191 |
-
#: includes/class-freemius.php:4847
|
192 |
-
msgctxt "addonX cannot run without pluginY"
|
193 |
-
msgid "%s cannot run without %s."
|
194 |
-
msgstr "%s virker ikke uden %s."
|
195 |
-
|
196 |
-
#: includes/class-freemius.php:4848
|
197 |
-
msgctxt "addonX cannot run..."
|
198 |
-
msgid "%s cannot run without the plugin."
|
199 |
-
msgstr "%s virker ikke uden pluginnet."
|
200 |
-
|
201 |
-
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
202 |
-
#: includes/class-freemius.php:19475
|
203 |
-
msgid ""
|
204 |
-
"Unexpected API error. Please contact the %s's author with the following "
|
205 |
-
"error."
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: includes/class-freemius.php:5687
|
209 |
-
msgid "Premium %s version was successfully activated."
|
210 |
-
msgstr "Premium-versionen af %s blev aktiveret."
|
211 |
-
|
212 |
-
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
213 |
-
msgctxt ""
|
214 |
-
"Used to express elation, enthusiasm, or triumph (especially in electronic "
|
215 |
-
"communication)."
|
216 |
-
msgid "W00t"
|
217 |
-
msgstr "W00t"
|
218 |
-
|
219 |
-
#: includes/class-freemius.php:5714
|
220 |
-
msgid "You have a %s license."
|
221 |
-
msgstr "Du har en %s licens."
|
222 |
-
|
223 |
-
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
224 |
-
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
225 |
-
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
226 |
-
#: includes/class-freemius.php:19229
|
227 |
-
msgctxt "interjection expressing joy or exuberance"
|
228 |
-
msgid "Yee-haw"
|
229 |
-
msgstr "Yee-haw"
|
230 |
-
|
231 |
-
#: includes/class-freemius.php:5982
|
232 |
-
msgid ""
|
233 |
-
"%s free trial was successfully cancelled. Since the add-on is premium only "
|
234 |
-
"it was automatically deactivated. If you like to use it in the future, "
|
235 |
-
"you'll have to purchase a license."
|
236 |
-
msgstr ""
|
237 |
-
|
238 |
-
#: includes/class-freemius.php:5986
|
239 |
-
msgid ""
|
240 |
-
"%s is a premium only add-on. You have to purchase a license first before "
|
241 |
-
"activating the plugin."
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
245 |
-
#: templates/account/partials/addon.php:343
|
246 |
-
msgid "More information about %s"
|
247 |
-
msgstr "Mere information om %s"
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:5996
|
250 |
-
msgid "Purchase License"
|
251 |
-
msgstr "Køb licens"
|
252 |
-
|
253 |
-
#: includes/class-freemius.php6931, templates/connect.php:163
|
254 |
-
msgid ""
|
255 |
-
"You should receive an activation email for %s to your mailbox at %s. Please "
|
256 |
-
"make sure you click the activation button in that email to %s."
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: includes/class-freemius.php:6935
|
260 |
-
msgid "start the trial"
|
261 |
-
msgstr "start prøveperioden"
|
262 |
-
|
263 |
-
#: includes/class-freemius.php6936, templates/connect.php:167
|
264 |
-
msgid "complete the install"
|
265 |
-
msgstr "færdiggør installeringen"
|
266 |
-
|
267 |
-
#: includes/class-freemius.php:7049
|
268 |
-
msgid "You are just one step away - %s"
|
269 |
-
msgstr "Du mangler kun ét skridt - %s"
|
270 |
-
|
271 |
-
#: includes/class-freemius.php:7052
|
272 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
273 |
-
msgid "Complete \"%s\" Activation Now"
|
274 |
-
msgstr "Færdiggør aktivering af \"%s\" nu"
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:7130
|
277 |
-
msgid "We made a few tweaks to the %s, %s"
|
278 |
-
msgstr "Vi har foretaget nogle rettelser til %s, %s"
|
279 |
-
|
280 |
-
#: includes/class-freemius.php:7134
|
281 |
-
msgid "Opt in to make \"%s\" better!"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: includes/class-freemius.php:7566
|
285 |
-
msgid "The upgrade of %s was successfully completed."
|
286 |
-
msgstr "Opgraderingen af %s blev fuldendt."
|
287 |
-
|
288 |
-
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
289 |
-
#: includes/class-fs-plugin-updater.php1170,
|
290 |
-
#: includes/class-fs-plugin-updater.php1177,
|
291 |
-
#: templates/auto-installation.php:32
|
292 |
-
msgid "Add-On"
|
293 |
-
msgstr "Tilføjelse"
|
294 |
-
|
295 |
-
#: includes/class-freemius.php9730, templates/account.php313,
|
296 |
-
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
297 |
-
msgid "Plugin"
|
298 |
-
msgstr "Plugin"
|
299 |
-
|
300 |
-
#: includes/class-freemius.php9731, templates/account.php314,
|
301 |
-
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
302 |
-
#: templates/forms/deactivation/form.php:71
|
303 |
-
msgid "Theme"
|
304 |
-
msgstr "Tema"
|
305 |
-
|
306 |
-
#: includes/class-freemius.php:12148
|
307 |
-
msgid ""
|
308 |
-
"An unknown error has occurred while trying to set the user's beta mode."
|
309 |
-
msgstr ""
|
310 |
-
|
311 |
-
#: includes/class-freemius.php:12549
|
312 |
-
msgid "Invalid site details collection."
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: includes/class-freemius.php:12669
|
316 |
-
msgid ""
|
317 |
-
"We couldn't find your email address in the system, are you sure it's the "
|
318 |
-
"right address?"
|
319 |
-
msgstr "Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er den rigtige adresse?"
|
320 |
-
|
321 |
-
#: includes/class-freemius.php:12671
|
322 |
-
msgid ""
|
323 |
-
"We can't see any active licenses associated with that email address, are you"
|
324 |
-
" sure it's the right address?"
|
325 |
-
msgstr "Vi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du sikker på, det er den rigtige adresse?"
|
326 |
-
|
327 |
-
#: includes/class-freemius.php:12945
|
328 |
-
msgid "Account is pending activation."
|
329 |
-
msgstr "Konto afventer aktivering."
|
330 |
-
|
331 |
-
#: includes/class-freemius.php13057,
|
332 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
333 |
-
msgid "Buy a license now"
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
#: includes/class-freemius.php13069,
|
337 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
338 |
-
msgid "Renew your license now"
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: includes/class-freemius.php:13073
|
342 |
-
msgid "%s to access version %s security & feature updates, and support."
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: includes/class-freemius.php:15448
|
346 |
-
msgid "%s activation was successfully completed."
|
347 |
-
msgstr "Aktivering af %s blev gennemført."
|
348 |
-
|
349 |
-
#: includes/class-freemius.php:15462
|
350 |
-
msgid "Your account was successfully activated with the %s plan."
|
351 |
-
msgstr "Din konto blev aktiveret med planen %s."
|
352 |
-
|
353 |
-
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
354 |
-
msgid "Your trial has been successfully started."
|
355 |
-
msgstr "Din prøveperiode er begyndt."
|
356 |
-
|
357 |
-
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
358 |
-
#: includes/class-freemius.php:16297
|
359 |
-
msgid "Couldn't activate %s."
|
360 |
-
msgstr "Kunne ikke aktivere %s."
|
361 |
-
|
362 |
-
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
363 |
-
#: includes/class-freemius.php:16298
|
364 |
-
msgid "Please contact us with the following message:"
|
365 |
-
msgstr "Kontakt os venligst med følgende besked:"
|
366 |
-
|
367 |
-
#: includes/class-freemius.php:16128
|
368 |
-
msgid "An unknown error has occurred."
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
372 |
-
msgid "Upgrade"
|
373 |
-
msgstr "Opgrader"
|
374 |
-
|
375 |
-
#: includes/class-freemius.php:16661
|
376 |
-
msgid "Start Trial"
|
377 |
-
msgstr "Start prøveperiode"
|
378 |
-
|
379 |
-
#: includes/class-freemius.php:16663
|
380 |
-
msgid "Pricing"
|
381 |
-
msgstr "Priser"
|
382 |
-
|
383 |
-
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
384 |
-
msgid "Affiliation"
|
385 |
-
msgstr "Affiliation"
|
386 |
-
|
387 |
-
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
388 |
-
#: templates/account.php177, templates/debug.php:326
|
389 |
-
msgid "Account"
|
390 |
-
msgstr "Konto"
|
391 |
-
|
392 |
-
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
393 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
394 |
-
msgid "Contact Us"
|
395 |
-
msgstr "Kontakt os"
|
396 |
-
|
397 |
-
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
398 |
-
#: includes/class-freemius.php21423, templates/account.php105,
|
399 |
-
#: templates/account/partials/addon.php:45
|
400 |
-
msgid "Add-Ons"
|
401 |
-
msgstr "Tilføjelser"
|
402 |
-
|
403 |
-
#: includes/class-freemius.php:16835
|
404 |
-
msgctxt "ASCII arrow left icon"
|
405 |
-
msgid "←"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: includes/class-freemius.php:16835
|
409 |
-
msgctxt "ASCII arrow right icon"
|
410 |
-
msgid "➤"
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: includes/class-freemius.php16837, templates/pricing.php:102
|
414 |
-
msgctxt "noun"
|
415 |
-
msgid "Pricing"
|
416 |
-
msgstr "Priser"
|
417 |
-
|
418 |
-
#: includes/class-freemius.php17050,
|
419 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
420 |
-
msgid "Support Forum"
|
421 |
-
msgstr "Supportforum"
|
422 |
-
|
423 |
-
#: includes/class-freemius.php:17995
|
424 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
425 |
-
msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
|
426 |
-
|
427 |
-
#: includes/class-freemius.php:17996
|
428 |
-
msgctxt "a positive response"
|
429 |
-
msgid "Right on"
|
430 |
-
msgstr "Sådan"
|
431 |
-
|
432 |
-
#: includes/class-freemius.php:18660
|
433 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: includes/class-freemius.php:18662
|
437 |
-
msgid "%s Add-on was successfully purchased."
|
438 |
-
msgstr "Betalingen for tilføjelsen %s blev gennemført."
|
439 |
-
|
440 |
-
#: includes/class-freemius.php:18665
|
441 |
-
msgid "Download the latest version"
|
442 |
-
msgstr "Download den seneste version"
|
443 |
-
|
444 |
-
#: includes/class-freemius.php:18751
|
445 |
-
msgid ""
|
446 |
-
"Your server is blocking the access to Freemius' API, which is crucial for "
|
447 |
-
"%1$s synchronization. Please contact your host to whitelist %2$s"
|
448 |
-
msgstr ""
|
449 |
-
|
450 |
-
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
451 |
-
#: includes/class-freemius.php:19277
|
452 |
-
msgid "Error received from the server:"
|
453 |
-
msgstr "Fejl modtager fra serveren:"
|
454 |
-
|
455 |
-
#: includes/class-freemius.php:18767
|
456 |
-
msgid ""
|
457 |
-
"It seems like one of the authentication parameters is wrong. Update your "
|
458 |
-
"Public Key, Secret Key & User ID, and try again."
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
462 |
-
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
463 |
-
msgctxt ""
|
464 |
-
"something somebody says when they are thinking about what you have just "
|
465 |
-
"said."
|
466 |
-
msgid "Hmm"
|
467 |
-
msgstr "Hmm"
|
468 |
-
|
469 |
-
#: includes/class-freemius.php:18974
|
470 |
-
msgid ""
|
471 |
-
"It looks like you are still on the %s plan. If you did upgrade or change "
|
472 |
-
"your plan, it's probably an issue on our side - sorry."
|
473 |
-
msgstr ""
|
474 |
-
|
475 |
-
#: includes/class-freemius.php18975, templates/account.php107,
|
476 |
-
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
477 |
-
msgctxt "trial period"
|
478 |
-
msgid "Trial"
|
479 |
-
msgstr "Prøveperiode"
|
480 |
-
|
481 |
-
#: includes/class-freemius.php:18980
|
482 |
-
msgid ""
|
483 |
-
"I have upgraded my account but when I try to Sync the License, the plan "
|
484 |
-
"remains %s."
|
485 |
-
msgstr "Jeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, forbliver planen %s."
|
486 |
-
|
487 |
-
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
488 |
-
msgid "Please contact us here"
|
489 |
-
msgstr "Kontakt os her"
|
490 |
-
|
491 |
-
#: includes/class-freemius.php:18995
|
492 |
-
msgid "Your plan was successfully activated."
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: includes/class-freemius.php:18996
|
496 |
-
msgid "Your plan was successfully upgraded."
|
497 |
-
msgstr "Din plan er blevet opgraderet."
|
498 |
-
|
499 |
-
#: includes/class-freemius.php:19013
|
500 |
-
msgid "Your plan was successfully changed to %s."
|
501 |
-
msgstr "Din plan er blevet ændret til %s."
|
502 |
-
|
503 |
-
#: includes/class-freemius.php:19029
|
504 |
-
msgid ""
|
505 |
-
"Your license has expired. You can still continue using the free %s forever."
|
506 |
-
msgstr "Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis udgave af %s."
|
507 |
-
|
508 |
-
#: includes/class-freemius.php:19031
|
509 |
-
msgid ""
|
510 |
-
"Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
|
511 |
-
"without interruptions."
|
512 |
-
msgstr "Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte %3$s uden forstyrrelser."
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:19039
|
515 |
-
msgid ""
|
516 |
-
"Your license has been cancelled. If you think it's a mistake, please contact"
|
517 |
-
" support."
|
518 |
-
msgstr "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support."
|
519 |
-
|
520 |
-
#: includes/class-freemius.php:19052
|
521 |
-
msgid ""
|
522 |
-
"Your license has expired. You can still continue using all the %s features, "
|
523 |
-
"but you'll need to renew your license to continue getting updates and "
|
524 |
-
"support."
|
525 |
-
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."
|
526 |
-
|
527 |
-
#: includes/class-freemius.php:19075
|
528 |
-
msgid ""
|
529 |
-
"Your free trial has expired. You can still continue using all our free "
|
530 |
-
"features."
|
531 |
-
msgstr "Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis features."
|
532 |
-
|
533 |
-
#: includes/class-freemius.php:19077
|
534 |
-
msgid ""
|
535 |
-
"Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
|
536 |
-
"without interruptions."
|
537 |
-
msgstr ""
|
538 |
-
|
539 |
-
#: includes/class-freemius.php:19184
|
540 |
-
msgid "It looks like the license could not be activated."
|
541 |
-
msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
|
542 |
-
|
543 |
-
#: includes/class-freemius.php:19226
|
544 |
-
msgid "Your license was successfully activated."
|
545 |
-
msgstr "Din licens er blevet aktiveret."
|
546 |
-
|
547 |
-
#: includes/class-freemius.php:19252
|
548 |
-
msgid "It looks like your site currently doesn't have an active license."
|
549 |
-
msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
|
550 |
-
|
551 |
-
#: includes/class-freemius.php:19276
|
552 |
-
msgid "It looks like the license deactivation failed."
|
553 |
-
msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
|
554 |
-
|
555 |
-
#: includes/class-freemius.php:19304
|
556 |
-
msgid ""
|
557 |
-
"Your license was successfully deactivated, you are back to the %s plan."
|
558 |
-
msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
|
559 |
-
|
560 |
-
#: includes/class-freemius.php:19305
|
561 |
-
msgid "O.K"
|
562 |
-
msgstr "O.K"
|
563 |
-
|
564 |
-
#: includes/class-freemius.php:19358
|
565 |
-
msgid ""
|
566 |
-
"Seems like we are having some temporary issue with your subscription "
|
567 |
-
"cancellation. Please try again in few minutes."
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:19367
|
571 |
-
msgid ""
|
572 |
-
"Your subscription was successfully cancelled. Your %s plan license will "
|
573 |
-
"expire in %s."
|
574 |
-
msgstr ""
|
575 |
-
|
576 |
-
#: includes/class-freemius.php:19409
|
577 |
-
msgid "You are already running the %s in a trial mode."
|
578 |
-
msgstr "Du benytter allerede %s under en prøveperiode."
|
579 |
-
|
580 |
-
#: includes/class-freemius.php:19420
|
581 |
-
msgid "You already utilized a trial before."
|
582 |
-
msgstr "Du har allerede brugt din prøveperiode."
|
583 |
-
|
584 |
-
#: includes/class-freemius.php:19434
|
585 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
586 |
-
msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
|
587 |
-
|
588 |
-
#: includes/class-freemius.php:19445
|
589 |
-
msgid "Plan %s does not support a trial period."
|
590 |
-
msgstr "Plan %s understøtter ikke en prøveperiode."
|
591 |
-
|
592 |
-
#: includes/class-freemius.php:19456
|
593 |
-
msgid "None of the %s's plans supports a trial period."
|
594 |
-
msgstr ""
|
595 |
-
|
596 |
-
#: includes/class-freemius.php:19506
|
597 |
-
msgid ""
|
598 |
-
"It looks like you are not in trial mode anymore so there's nothing to cancel"
|
599 |
-
" :)"
|
600 |
-
msgstr "Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at annullere :-)"
|
601 |
-
|
602 |
-
#: includes/class-freemius.php:19542
|
603 |
-
msgid ""
|
604 |
-
"Seems like we are having some temporary issue with your trial cancellation. "
|
605 |
-
"Please try again in few minutes."
|
606 |
-
msgstr ""
|
607 |
-
|
608 |
-
#: includes/class-freemius.php:19561
|
609 |
-
msgid "Your %s free trial was successfully cancelled."
|
610 |
-
msgstr "Din gratis prøveperiode for %s er blevet annulleret."
|
611 |
-
|
612 |
-
#: includes/class-freemius.php:19877
|
613 |
-
msgid "Version %s was released."
|
614 |
-
msgstr "Version %s er blevet udgivet."
|
615 |
-
|
616 |
-
#: includes/class-freemius.php:19877
|
617 |
-
msgid "Please download %s."
|
618 |
-
msgstr "Download venligst %s."
|
619 |
-
|
620 |
-
#: includes/class-freemius.php:19884
|
621 |
-
msgid "the latest %s version here"
|
622 |
-
msgstr "den seneste version af %s her"
|
623 |
-
|
624 |
-
#: includes/class-freemius.php:19889
|
625 |
-
msgid "New"
|
626 |
-
msgstr "Ny"
|
627 |
-
|
628 |
-
#: includes/class-freemius.php:19894
|
629 |
-
msgid "Seems like you got the latest release."
|
630 |
-
msgstr "Det ser ud til, at du har den seneste udgivelse."
|
631 |
-
|
632 |
-
#: includes/class-freemius.php:19895
|
633 |
-
msgid "You are all good!"
|
634 |
-
msgstr "Det var det!"
|
635 |
-
|
636 |
-
#: includes/class-freemius.php:20165
|
637 |
-
msgid ""
|
638 |
-
"Verification mail was just sent to %s. If you can't find it after 5 min, "
|
639 |
-
"please check your spam box."
|
640 |
-
msgstr ""
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:20304
|
643 |
-
msgid "Site successfully opted in."
|
644 |
-
msgstr "Websted er tilmeldt."
|
645 |
-
|
646 |
-
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
647 |
-
msgid "Awesome"
|
648 |
-
msgstr "Sejt"
|
649 |
-
|
650 |
-
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
651 |
-
msgid ""
|
652 |
-
"We appreciate your help in making the %s better by letting us track some "
|
653 |
-
"usage data."
|
654 |
-
msgstr "Vi sætter pris på din hjælp med at forbedre %s ved at lade os indsamle brugsdata."
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:20322
|
657 |
-
msgid "Thank you!"
|
658 |
-
msgstr "Mange tak!"
|
659 |
-
|
660 |
-
#: includes/class-freemius.php:20329
|
661 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
662 |
-
msgstr "Vi vil ikke længere indsende brugsdata af %s på %s til %s."
|
663 |
-
|
664 |
-
#: includes/class-freemius.php:20458
|
665 |
-
msgid ""
|
666 |
-
"Please check your mailbox, you should receive an email via %s to confirm the"
|
667 |
-
" ownership change. From security reasons, you must confirm the change within"
|
668 |
-
" the next 15 min. If you cannot find the email, please check your spam "
|
669 |
-
"folder."
|
670 |
-
msgstr ""
|
671 |
-
|
672 |
-
#: includes/class-freemius.php:20464
|
673 |
-
msgid ""
|
674 |
-
"Thanks for confirming the ownership change. An email was just sent to %s for"
|
675 |
-
" final approval."
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:20469
|
679 |
-
msgid "%s is the new owner of the account."
|
680 |
-
msgstr "%s er den nye ejer af kontoen."
|
681 |
-
|
682 |
-
#: includes/class-freemius.php:20471
|
683 |
-
msgctxt "as congratulations"
|
684 |
-
msgid "Congrats"
|
685 |
-
msgstr "Tillykke"
|
686 |
-
|
687 |
-
#: includes/class-freemius.php:20491
|
688 |
-
msgid ""
|
689 |
-
"Sorry, we could not complete the email update. Another user with the same "
|
690 |
-
"email is already registered."
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: includes/class-freemius.php:20492
|
694 |
-
msgid ""
|
695 |
-
"If you would like to give up the ownership of the %s's account to %s click "
|
696 |
-
"the Change Ownership button."
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: includes/class-freemius.php:20499
|
700 |
-
msgid "Change Ownership"
|
701 |
-
msgstr "Skift ejerskab"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:20507
|
704 |
-
msgid ""
|
705 |
-
"Your email was successfully updated. You should receive an email with "
|
706 |
-
"confirmation instructions in few moments."
|
707 |
-
msgstr ""
|
708 |
-
|
709 |
-
#: includes/class-freemius.php:20519
|
710 |
-
msgid "Please provide your full name."
|
711 |
-
msgstr "Indtast venligst dit fulde navn."
|
712 |
-
|
713 |
-
#: includes/class-freemius.php:20524
|
714 |
-
msgid "Your name was successfully updated."
|
715 |
-
msgstr "Dit navn er blevet opdateret."
|
716 |
-
|
717 |
-
#: includes/class-freemius.php:20585
|
718 |
-
msgid "You have successfully updated your %s."
|
719 |
-
msgstr "Opdatering af %s blev gennemført."
|
720 |
-
|
721 |
-
#: includes/class-freemius.php:20725
|
722 |
-
msgid ""
|
723 |
-
"Just letting you know that the add-ons information of %s is being pulled "
|
724 |
-
"from an external server."
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:20726
|
728 |
-
msgctxt "advance notice of something that will need attention."
|
729 |
-
msgid "Heads up"
|
730 |
-
msgstr "Se her"
|
731 |
-
|
732 |
-
#: includes/class-freemius.php:21165
|
733 |
-
msgctxt "exclamation"
|
734 |
-
msgid "Hey"
|
735 |
-
msgstr "Hey"
|
736 |
-
|
737 |
-
#: includes/class-freemius.php:21165
|
738 |
-
msgid ""
|
739 |
-
"How do you like %s so far? Test all our %s premium features with a %d-day "
|
740 |
-
"free trial."
|
741 |
-
msgstr "Hvad syntes du om %s indtil videre? Test alle %s premium funktioner med en %d-dags gratis prøveperiode."
|
742 |
-
|
743 |
-
#: includes/class-freemius.php:21173
|
744 |
-
msgid "No commitment for %s days - cancel anytime!"
|
745 |
-
msgstr "Ingen bindinger i %s dage - annuller når som helst!"
|
746 |
-
|
747 |
-
#: includes/class-freemius.php:21174
|
748 |
-
msgid "No credit card required"
|
749 |
-
msgstr "Betalingskort ikke påkrævet"
|
750 |
-
|
751 |
-
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
752 |
-
msgctxt "call to action"
|
753 |
-
msgid "Start free trial"
|
754 |
-
msgstr "Start gratis prøveperiode"
|
755 |
-
|
756 |
-
#: includes/class-freemius.php:21258
|
757 |
-
msgid ""
|
758 |
-
"Hey there, did you know that %s has an affiliate program? If you like the %s"
|
759 |
-
" you can become our ambassador and earn some cash!"
|
760 |
-
msgstr ""
|
761 |
-
|
762 |
-
#: includes/class-freemius.php:21267
|
763 |
-
msgid "Learn more"
|
764 |
-
msgstr "Læs mere"
|
765 |
-
|
766 |
-
#: includes/class-freemius.php21447, templates/account.php474,
|
767 |
-
#: templates/account.php595, templates/connect.php171,
|
768 |
-
#: templates/connect.php421, templates/forms/license-activation.php25,
|
769 |
-
#: templates/account/partials/addon.php:287
|
770 |
-
msgid "Activate License"
|
771 |
-
msgstr "Aktiver licens"
|
772 |
-
|
773 |
-
#: includes/class-freemius.php21448, templates/account.php543,
|
774 |
-
#: templates/account.php594, templates/account/partials/site.php:256
|
775 |
-
msgid "Change License"
|
776 |
-
msgstr "Skift licens"
|
777 |
-
|
778 |
-
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
779 |
-
msgid "Opt Out"
|
780 |
-
msgstr "Frameld"
|
781 |
-
|
782 |
-
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
783 |
-
#: templates/account/partials/site.php43,
|
784 |
-
#: templates/account/partials/site.php:161
|
785 |
-
msgid "Opt In"
|
786 |
-
msgstr "Tilmeld"
|
787 |
-
|
788 |
-
#: includes/class-freemius.php:21775
|
789 |
-
msgid ""
|
790 |
-
" The paid version of %1$s is already installed. Please activate it to start "
|
791 |
-
"benefiting the %2$s features. %3$s"
|
792 |
-
msgstr ""
|
793 |
-
|
794 |
-
#: includes/class-freemius.php:21783
|
795 |
-
msgid "Activate %s features"
|
796 |
-
msgstr ""
|
797 |
-
|
798 |
-
#: includes/class-freemius.php:21796
|
799 |
-
msgid "Please follow these steps to complete the upgrade"
|
800 |
-
msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
|
801 |
-
|
802 |
-
#: includes/class-freemius.php:21800
|
803 |
-
msgid "Download the latest %s version"
|
804 |
-
msgstr "Download den seneste version af %s"
|
805 |
-
|
806 |
-
#: includes/class-freemius.php:21804
|
807 |
-
msgid "Upload and activate the downloaded version"
|
808 |
-
msgstr "Upload og aktiver den downloadede version"
|
809 |
-
|
810 |
-
#: includes/class-freemius.php:21806
|
811 |
-
msgid "How to upload and activate?"
|
812 |
-
msgstr "Upload og aktivering, hvordan?"
|
813 |
-
|
814 |
-
#: includes/class-freemius.php:21940
|
815 |
-
msgid ""
|
816 |
-
"%sClick here%s to choose the sites where you'd like to activate the license "
|
817 |
-
"on."
|
818 |
-
msgstr ""
|
819 |
-
|
820 |
-
#: includes/class-freemius.php:22101
|
821 |
-
msgid "Auto installation only works for opted-in users."
|
822 |
-
msgstr "Auto-installation fungerer kun for tilmeldte brugere."
|
823 |
-
|
824 |
-
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
825 |
-
#: includes/class-fs-plugin-updater.php1149,
|
826 |
-
#: includes/class-fs-plugin-updater.php:1163
|
827 |
-
msgid "Invalid module ID."
|
828 |
-
msgstr "Ugyldigt modul-ID."
|
829 |
-
|
830 |
-
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
831 |
-
msgid "Premium version already active."
|
832 |
-
msgstr "Premium version allerede aktiv."
|
833 |
-
|
834 |
-
#: includes/class-freemius.php:22127
|
835 |
-
msgid "You do not have a valid license to access the premium version."
|
836 |
-
msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
|
837 |
-
|
838 |
-
#: includes/class-freemius.php:22134
|
839 |
-
msgid ""
|
840 |
-
"Plugin is a \"Serviceware\" which means it does not have a premium code "
|
841 |
-
"version."
|
842 |
-
msgstr ""
|
843 |
-
|
844 |
-
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
845 |
-
msgid "Premium add-on version already installed."
|
846 |
-
msgstr "Premium tilføjelse er allerede installeret."
|
847 |
-
|
848 |
-
#: includes/class-freemius.php:22497
|
849 |
-
msgid "View paid features"
|
850 |
-
msgstr "Vis betalte features"
|
851 |
-
|
852 |
-
#: includes/class-freemius.php:22819
|
853 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
854 |
-
msgstr ""
|
855 |
-
|
856 |
-
#: includes/class-freemius.php:22820
|
857 |
-
msgid "Thank you so much for using %s!"
|
858 |
-
msgstr "Tak fordi du benytter %s!"
|
859 |
-
|
860 |
-
#: includes/class-freemius.php:22826
|
861 |
-
msgid ""
|
862 |
-
"You've already opted-in to our usage-tracking, which helps us keep improving"
|
863 |
-
" the %s."
|
864 |
-
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre %s."
|
865 |
-
|
866 |
-
#: includes/class-freemius.php:22830
|
867 |
-
msgid "Thank you so much for using our products!"
|
868 |
-
msgstr "Mange tak for at benytte vores produkter!"
|
869 |
-
|
870 |
-
#: includes/class-freemius.php:22831
|
871 |
-
msgid ""
|
872 |
-
"You've already opted-in to our usage-tracking, which helps us keep improving"
|
873 |
-
" them."
|
874 |
-
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre dem."
|
875 |
-
|
876 |
-
#: includes/class-freemius.php:22850
|
877 |
-
msgid "%s and its add-ons"
|
878 |
-
msgstr "%s og tilføjelser"
|
879 |
-
|
880 |
-
#: includes/class-freemius.php:22859
|
881 |
-
msgid "Products"
|
882 |
-
msgstr "Produkter"
|
883 |
-
|
884 |
-
#: includes/class-freemius.php22866, templates/connect.php:272
|
885 |
-
msgid "Yes"
|
886 |
-
msgstr "Ja"
|
887 |
-
|
888 |
-
#: includes/class-freemius.php22867, templates/connect.php:273
|
889 |
-
msgid "send me security & feature updates, educational content and offers."
|
890 |
-
msgstr "send mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
891 |
-
|
892 |
-
#: includes/class-freemius.php22868, templates/connect.php:278
|
893 |
-
msgid "No"
|
894 |
-
msgstr "Nej"
|
895 |
-
|
896 |
-
#: includes/class-freemius.php22870, templates/connect.php:280
|
897 |
-
msgid ""
|
898 |
-
"do %sNOT%s send me security & feature updates, educational content and "
|
899 |
-
"offers."
|
900 |
-
msgstr "send %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
901 |
-
|
902 |
-
#: includes/class-freemius.php:22880
|
903 |
-
msgid ""
|
904 |
-
"Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
|
905 |
-
"requirements it is required that you provide your explicit consent, again, "
|
906 |
-
"confirming that you are onboard :-)"
|
907 |
-
msgstr ""
|
908 |
-
|
909 |
-
#: includes/class-freemius.php22882, templates/connect.php:287
|
910 |
-
msgid ""
|
911 |
-
"Please let us know if you'd like us to contact you for security & feature "
|
912 |
-
"updates, educational content, and occasional offers:"
|
913 |
-
msgstr "Lad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-opdateringer, informativt indhold og lejlighedsvise tilbud:"
|
914 |
-
|
915 |
-
#: includes/class-freemius.php:23164
|
916 |
-
msgid "License key is empty."
|
917 |
-
msgstr "Licensnøglen er tom."
|
918 |
-
|
919 |
-
#: includes/class-fs-plugin-updater.php184,
|
920 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
921 |
-
msgid "Renew license"
|
922 |
-
msgstr "Forny licens"
|
923 |
-
|
924 |
-
#: includes/class-fs-plugin-updater.php189,
|
925 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
926 |
-
msgid "Buy license"
|
927 |
-
msgstr ""
|
928 |
-
|
929 |
-
#: includes/class-fs-plugin-updater.php280,
|
930 |
-
#: includes/class-fs-plugin-updater.php:313
|
931 |
-
msgid "There is a %s of %s available."
|
932 |
-
msgstr ""
|
933 |
-
|
934 |
-
#: includes/class-fs-plugin-updater.php282,
|
935 |
-
#: includes/class-fs-plugin-updater.php:318
|
936 |
-
msgid "new Beta version"
|
937 |
-
msgstr ""
|
938 |
-
|
939 |
-
#: includes/class-fs-plugin-updater.php283,
|
940 |
-
#: includes/class-fs-plugin-updater.php:319
|
941 |
-
msgid "new version"
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: includes/class-fs-plugin-updater.php:342
|
945 |
-
msgid "Important Upgrade Notice:"
|
946 |
-
msgstr ""
|
947 |
-
|
948 |
-
#: includes/class-fs-plugin-updater.php:1214
|
949 |
-
msgid "Installing plugin: %s"
|
950 |
-
msgstr "Installerer plugin: %s"
|
951 |
-
|
952 |
-
#: includes/class-fs-plugin-updater.php:1255
|
953 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: includes/class-fs-plugin-updater.php:1437
|
957 |
-
msgid ""
|
958 |
-
"The remote plugin package does not contain a folder with the desired slug "
|
959 |
-
"and renaming did not work."
|
960 |
-
msgstr ""
|
961 |
-
|
962 |
-
#: includes/fs-plugin-info-dialog.php:509
|
963 |
-
msgid "Purchase More"
|
964 |
-
msgstr ""
|
965 |
-
|
966 |
-
#: includes/fs-plugin-info-dialog.php510,
|
967 |
-
#: templates/account/partials/addon.php:347
|
968 |
-
msgctxt "verb"
|
969 |
-
msgid "Purchase"
|
970 |
-
msgstr "Køb"
|
971 |
-
|
972 |
-
#: includes/fs-plugin-info-dialog.php:514
|
973 |
-
msgid "Start my free %s"
|
974 |
-
msgstr "Start min gratis %s"
|
975 |
-
|
976 |
-
#: includes/fs-plugin-info-dialog.php:712
|
977 |
-
msgid "Install Free Version Update Now"
|
978 |
-
msgstr "Installer opdatering til gratis version nu"
|
979 |
-
|
980 |
-
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
981 |
-
msgid "Install Update Now"
|
982 |
-
msgstr "Installer opdatering nu"
|
983 |
-
|
984 |
-
#: includes/fs-plugin-info-dialog.php:722
|
985 |
-
msgid "Install Free Version Now"
|
986 |
-
msgstr "Installer gratis version nu"
|
987 |
-
|
988 |
-
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
989 |
-
#: templates/auto-installation.php111,
|
990 |
-
#: templates/account/partials/addon.php327,
|
991 |
-
#: templates/account/partials/addon.php:379
|
992 |
-
msgid "Install Now"
|
993 |
-
msgstr "Installer nu"
|
994 |
-
|
995 |
-
#: includes/fs-plugin-info-dialog.php:739
|
996 |
-
msgctxt "as download latest version"
|
997 |
-
msgid "Download Latest Free Version"
|
998 |
-
msgstr "Download seneste gratis version"
|
999 |
-
|
1000 |
-
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
1001 |
-
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
1002 |
-
msgctxt "as download latest version"
|
1003 |
-
msgid "Download Latest"
|
1004 |
-
msgstr "Download seneste"
|
1005 |
-
|
1006 |
-
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
1007 |
-
#: templates/account/partials/addon.php318,
|
1008 |
-
#: templates/account/partials/addon.php:373
|
1009 |
-
msgid "Activate this add-on"
|
1010 |
-
msgstr "Aktiver denne tilføjelse"
|
1011 |
-
|
1012 |
-
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
1013 |
-
msgid "Activate Free Version"
|
1014 |
-
msgstr "Aktiver gratis version"
|
1015 |
-
|
1016 |
-
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
1017 |
-
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
1018 |
-
msgid "Activate"
|
1019 |
-
msgstr "Aktiver"
|
1020 |
-
|
1021 |
-
#: includes/fs-plugin-info-dialog.php:968
|
1022 |
-
msgctxt "Plugin installer section title"
|
1023 |
-
msgid "Description"
|
1024 |
-
msgstr "Beskrivelse"
|
1025 |
-
|
1026 |
-
#: includes/fs-plugin-info-dialog.php:969
|
1027 |
-
msgctxt "Plugin installer section title"
|
1028 |
-
msgid "Installation"
|
1029 |
-
msgstr "Installering"
|
1030 |
-
|
1031 |
-
#: includes/fs-plugin-info-dialog.php:970
|
1032 |
-
msgctxt "Plugin installer section title"
|
1033 |
-
msgid "FAQ"
|
1034 |
-
msgstr "FAQ"
|
1035 |
-
|
1036 |
-
#: includes/fs-plugin-info-dialog.php971,
|
1037 |
-
#: templates/plugin-info/description.php:55
|
1038 |
-
msgid "Screenshots"
|
1039 |
-
msgstr "Skærmbilleder"
|
1040 |
-
|
1041 |
-
#: includes/fs-plugin-info-dialog.php:972
|
1042 |
-
msgctxt "Plugin installer section title"
|
1043 |
-
msgid "Changelog"
|
1044 |
-
msgstr "Ændringslog"
|
1045 |
-
|
1046 |
-
#: includes/fs-plugin-info-dialog.php:973
|
1047 |
-
msgctxt "Plugin installer section title"
|
1048 |
-
msgid "Reviews"
|
1049 |
-
msgstr "Anmeldelser"
|
1050 |
-
|
1051 |
-
#: includes/fs-plugin-info-dialog.php:974
|
1052 |
-
msgctxt "Plugin installer section title"
|
1053 |
-
msgid "Other Notes"
|
1054 |
-
msgstr "Andre noter"
|
1055 |
-
|
1056 |
-
#: includes/fs-plugin-info-dialog.php:989
|
1057 |
-
msgctxt "Plugin installer section title"
|
1058 |
-
msgid "Features & Pricing"
|
1059 |
-
msgstr "Funktioner og priser"
|
1060 |
-
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:999
|
1062 |
-
msgid "Plugin Install"
|
1063 |
-
msgstr "Plugin-installering"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
1066 |
-
msgctxt "e.g. Professional Plan"
|
1067 |
-
msgid "%s Plan"
|
1068 |
-
msgstr "%s Plan"
|
1069 |
-
|
1070 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
1071 |
-
msgctxt "e.g. the best product"
|
1072 |
-
msgid "Best"
|
1073 |
-
msgstr "Bedste"
|
1074 |
-
|
1075 |
-
#: includes/fs-plugin-info-dialog.php1103,
|
1076 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
1077 |
-
msgctxt "as every month"
|
1078 |
-
msgid "Monthly"
|
1079 |
-
msgstr "Månedligt"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
1082 |
-
msgctxt "as once a year"
|
1083 |
-
msgid "Annual"
|
1084 |
-
msgstr "Årligt"
|
1085 |
-
|
1086 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
1087 |
-
msgid "Lifetime"
|
1088 |
-
msgstr "Livstid"
|
1089 |
-
|
1090 |
-
#: includes/fs-plugin-info-dialog.php1123,
|
1091 |
-
#: includes/fs-plugin-info-dialog.php1125,
|
1092 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
1093 |
-
msgctxt "e.g. billed monthly"
|
1094 |
-
msgid "Billed %s"
|
1095 |
-
msgstr "Faktureret %s"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
1098 |
-
msgctxt "as once a year"
|
1099 |
-
msgid "Annually"
|
1100 |
-
msgstr "Årligt"
|
1101 |
-
|
1102 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
1103 |
-
msgctxt "as once a year"
|
1104 |
-
msgid "Once"
|
1105 |
-
msgstr "Engangsbeløb"
|
1106 |
-
|
1107 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
1108 |
-
msgid "Single Site License"
|
1109 |
-
msgstr ""
|
1110 |
-
|
1111 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
1112 |
-
msgid "Unlimited Licenses"
|
1113 |
-
msgstr "Ubegrænsede licenser"
|
1114 |
-
|
1115 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
1116 |
-
msgid "Up to %s Sites"
|
1117 |
-
msgstr "Op til %s websteder"
|
1118 |
-
|
1119 |
-
#: includes/fs-plugin-info-dialog.php1147,
|
1120 |
-
#: templates/plugin-info/features.php:82
|
1121 |
-
msgctxt "as monthly period"
|
1122 |
-
msgid "mo"
|
1123 |
-
msgstr "md"
|
1124 |
-
|
1125 |
-
#: includes/fs-plugin-info-dialog.php1154,
|
1126 |
-
#: templates/plugin-info/features.php:80
|
1127 |
-
msgctxt "as annual period"
|
1128 |
-
msgid "year"
|
1129 |
-
msgstr "år"
|
1130 |
-
|
1131 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
1132 |
-
msgctxt "noun"
|
1133 |
-
msgid "Price"
|
1134 |
-
msgstr "Pris"
|
1135 |
-
|
1136 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
1137 |
-
msgid "Save %s"
|
1138 |
-
msgstr "Spar %s"
|
1139 |
-
|
1140 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
1141 |
-
msgid "No commitment for %s - cancel anytime"
|
1142 |
-
msgstr "Ingen bindinger ved %s - annuller når som helst"
|
1143 |
-
|
1144 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
1145 |
-
msgid "After your free %s, pay as little as %s"
|
1146 |
-
msgstr "Efter din gratis %s er prisen kun %s"
|
1147 |
-
|
1148 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
1149 |
-
msgid "Details"
|
1150 |
-
msgstr "Detaljer"
|
1151 |
-
|
1152 |
-
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1153 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1154 |
-
#: templates/account/partials/addon.php:36
|
1155 |
-
msgctxt "product version"
|
1156 |
-
msgid "Version"
|
1157 |
-
msgstr "Version"
|
1158 |
-
|
1159 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
1160 |
-
msgctxt "as the plugin author"
|
1161 |
-
msgid "Author"
|
1162 |
-
msgstr "Forfatter"
|
1163 |
-
|
1164 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
1165 |
-
msgid "Last Updated"
|
1166 |
-
msgstr "Senest opdateret"
|
1167 |
-
|
1168 |
-
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1169 |
-
msgctxt "x-ago"
|
1170 |
-
msgid "%s ago"
|
1171 |
-
msgstr "%s siden"
|
1172 |
-
|
1173 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1174 |
-
msgid "Requires WordPress Version"
|
1175 |
-
msgstr "Kræver WordPress-version"
|
1176 |
-
|
1177 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1178 |
-
msgid "%s or higher"
|
1179 |
-
msgstr "%s eller højere"
|
1180 |
-
|
1181 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1182 |
-
msgid "Compatible up to"
|
1183 |
-
msgstr "Kompatibel op til"
|
1184 |
-
|
1185 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1186 |
-
msgid "Downloaded"
|
1187 |
-
msgstr "Downloadet"
|
1188 |
-
|
1189 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1190 |
-
msgid "%s time"
|
1191 |
-
msgstr "%s gang"
|
1192 |
-
|
1193 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1194 |
-
msgid "%s times"
|
1195 |
-
msgstr "%s gange"
|
1196 |
-
|
1197 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1198 |
-
msgid "WordPress.org Plugin Page"
|
1199 |
-
msgstr "WordPress.org Plugin-side"
|
1200 |
-
|
1201 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1202 |
-
msgid "Plugin Homepage"
|
1203 |
-
msgstr "Plugin-websted"
|
1204 |
-
|
1205 |
-
#: includes/fs-plugin-info-dialog.php1360,
|
1206 |
-
#: includes/fs-plugin-info-dialog.php:1442
|
1207 |
-
msgid "Donate to this plugin"
|
1208 |
-
msgstr "Donér til dette plugin"
|
1209 |
-
|
1210 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1211 |
-
msgid "Average Rating"
|
1212 |
-
msgstr "Gennemsnitlig vurdering"
|
1213 |
-
|
1214 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1215 |
-
msgid "based on %s"
|
1216 |
-
msgstr "baseret på %s"
|
1217 |
-
|
1218 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1219 |
-
msgid "%s rating"
|
1220 |
-
msgstr "%s vurdering"
|
1221 |
-
|
1222 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1223 |
-
msgid "%s ratings"
|
1224 |
-
msgstr "%s vurderinger"
|
1225 |
-
|
1226 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1227 |
-
msgid "%s star"
|
1228 |
-
msgstr "%s stjerne"
|
1229 |
-
|
1230 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1231 |
-
msgid "%s stars"
|
1232 |
-
msgstr "%s stjerner"
|
1233 |
-
|
1234 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1235 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1236 |
-
msgstr ""
|
1237 |
-
|
1238 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1239 |
-
msgid "Contributors"
|
1240 |
-
msgstr "Bidragsydere"
|
1241 |
-
|
1242 |
-
#: includes/fs-plugin-info-dialog.php1450,
|
1243 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1244 |
-
msgid "Warning"
|
1245 |
-
msgstr "Advarsel"
|
1246 |
-
|
1247 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1248 |
-
msgid ""
|
1249 |
-
"This plugin has not been tested with your current version of WordPress."
|
1250 |
-
msgstr "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
|
1251 |
-
|
1252 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1253 |
-
msgid ""
|
1254 |
-
"This plugin has not been marked as compatible with your version of "
|
1255 |
-
"WordPress."
|
1256 |
-
msgstr ""
|
1257 |
-
|
1258 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1259 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1260 |
-
msgstr ""
|
1261 |
-
|
1262 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1263 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1264 |
-
msgstr ""
|
1265 |
-
|
1266 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1267 |
-
msgid "Newer Version (%s) Installed"
|
1268 |
-
msgstr "Nyere version (%s) installeret"
|
1269 |
-
|
1270 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1271 |
-
msgid "Newer Free Version (%s) Installed"
|
1272 |
-
msgstr "Nyere gratis version (%s) installeret"
|
1273 |
-
|
1274 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1275 |
-
msgid "Latest Version Installed"
|
1276 |
-
msgstr "Seneste version installeret"
|
1277 |
-
|
1278 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1279 |
-
msgid "Latest Free Version Installed"
|
1280 |
-
msgstr "Seneste gratis version installeret"
|
1281 |
-
|
1282 |
-
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1283 |
-
#: templates/account/partials/addon.php26,
|
1284 |
-
#: templates/account/partials/site.php:295
|
1285 |
-
msgid "Downgrading your plan"
|
1286 |
-
msgstr ""
|
1287 |
-
|
1288 |
-
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1289 |
-
#: templates/account/partials/addon.php27,
|
1290 |
-
#: templates/account/partials/site.php:296
|
1291 |
-
msgid "Cancelling the subscription"
|
1292 |
-
msgstr ""
|
1293 |
-
|
1294 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1295 |
-
#. subscription'
|
1296 |
-
#: templates/account.php:89
|
1297 |
-
msgid ""
|
1298 |
-
"%1$s will immediately stop all future recurring payments and your %2$s plan "
|
1299 |
-
"license will expire in %3$s."
|
1300 |
-
msgstr ""
|
1301 |
-
|
1302 |
-
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1303 |
-
#: templates/account/partials/addon.php30,
|
1304 |
-
#: templates/account/partials/site.php:299
|
1305 |
-
msgid ""
|
1306 |
-
"Please note that we will not be able to grandfather outdated pricing for "
|
1307 |
-
"renewals/new subscriptions after a cancellation. If you choose to renew the "
|
1308 |
-
"subscription manually in the future, after a price increase, which typically"
|
1309 |
-
" occurs once a year, you will be charged the updated price."
|
1310 |
-
msgstr ""
|
1311 |
-
|
1312 |
-
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1313 |
-
#: templates/account/partials/addon.php:31
|
1314 |
-
msgid ""
|
1315 |
-
"Cancelling the trial will immediately block access to all premium features. "
|
1316 |
-
"Are you sure?"
|
1317 |
-
msgstr ""
|
1318 |
-
|
1319 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1320 |
-
#: templates/account/partials/addon.php32,
|
1321 |
-
#: templates/account/partials/site.php:300
|
1322 |
-
msgid ""
|
1323 |
-
"You can still enjoy all %s features but you will not have access to %s "
|
1324 |
-
"security & feature updates, nor support."
|
1325 |
-
msgstr ""
|
1326 |
-
|
1327 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1328 |
-
#: templates/account/partials/addon.php33,
|
1329 |
-
#: templates/account/partials/site.php:301
|
1330 |
-
msgid ""
|
1331 |
-
"Once your license expires you can still use the Free version but you will "
|
1332 |
-
"NOT have access to the %s features."
|
1333 |
-
msgstr ""
|
1334 |
-
|
1335 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1336 |
-
#: templates/account.php95,
|
1337 |
-
#: templates/account/partials/activate-license-button.php31,
|
1338 |
-
#: templates/account/partials/addon.php:35
|
1339 |
-
msgid "Activate %s Plan"
|
1340 |
-
msgstr "Aktiver %s plan"
|
1341 |
-
|
1342 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1343 |
-
#: templates/account.php98, templates/account/partials/addon.php38,
|
1344 |
-
#: templates/account/partials/site.php:275
|
1345 |
-
msgid "Auto renews in %s"
|
1346 |
-
msgstr "Auto-fornyer om %s"
|
1347 |
-
|
1348 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1349 |
-
#: templates/account.php100, templates/account/partials/addon.php40,
|
1350 |
-
#: templates/account/partials/site.php:277
|
1351 |
-
msgid "Expires in %s"
|
1352 |
-
msgstr "Udløber om %s"
|
1353 |
-
|
1354 |
-
#: templates/account.php101, templates/account/partials/addon.php:41
|
1355 |
-
msgctxt "as synchronize license"
|
1356 |
-
msgid "Sync License"
|
1357 |
-
msgstr "Synkroniser licens"
|
1358 |
-
|
1359 |
-
#: templates/account.php102, templates/account/partials/addon.php:42
|
1360 |
-
msgid "Cancel Trial"
|
1361 |
-
msgstr "Annuller prøveperiode"
|
1362 |
-
|
1363 |
-
#: templates/account.php103, templates/account/partials/addon.php:43
|
1364 |
-
msgid "Change Plan"
|
1365 |
-
msgstr "Skift plan"
|
1366 |
-
|
1367 |
-
#: templates/account.php104, templates/account/partials/addon.php:44
|
1368 |
-
msgctxt "verb"
|
1369 |
-
msgid "Upgrade"
|
1370 |
-
msgstr "Opgrader"
|
1371 |
-
|
1372 |
-
#: templates/account.php106, templates/account/partials/addon.php46,
|
1373 |
-
#: templates/account/partials/site.php:302
|
1374 |
-
msgctxt "verb"
|
1375 |
-
msgid "Downgrade"
|
1376 |
-
msgstr "Nedgrader"
|
1377 |
-
|
1378 |
-
#: templates/account.php108, templates/add-ons.php187,
|
1379 |
-
#: templates/plugin-info/features.php72,
|
1380 |
-
#: templates/account/partials/addon.php48,
|
1381 |
-
#: templates/account/partials/site.php:31
|
1382 |
-
msgid "Free"
|
1383 |
-
msgstr "Gratis"
|
1384 |
-
|
1385 |
-
#: templates/account.php110, templates/debug.php373,
|
1386 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1387 |
-
#: templates/account/partials/addon.php:50
|
1388 |
-
msgctxt "as product pricing plan"
|
1389 |
-
msgid "Plan"
|
1390 |
-
msgstr "Plan"
|
1391 |
-
|
1392 |
-
#: templates/account.php:111
|
1393 |
-
msgid "Bundle Plan"
|
1394 |
-
msgstr ""
|
1395 |
-
|
1396 |
-
#: templates/account.php:185
|
1397 |
-
msgid "Free Trial"
|
1398 |
-
msgstr "Gratis prøveperiode"
|
1399 |
-
|
1400 |
-
#: templates/account.php:196
|
1401 |
-
msgid "Account Details"
|
1402 |
-
msgstr "Kontodetaljer"
|
1403 |
-
|
1404 |
-
#: templates/account.php:200
|
1405 |
-
msgid "Billing & Invoices"
|
1406 |
-
msgstr ""
|
1407 |
-
|
1408 |
-
#: templates/account.php:210
|
1409 |
-
msgid ""
|
1410 |
-
"Deleting the account will automatically deactivate your %s plan license so "
|
1411 |
-
"you can use it on other sites. If you want to terminate the recurring "
|
1412 |
-
"payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
|
1413 |
-
"account. Are you sure you would like to continue with the deletion?"
|
1414 |
-
msgstr ""
|
1415 |
-
|
1416 |
-
#: templates/account.php:212
|
1417 |
-
msgid ""
|
1418 |
-
"Deletion is not temporary. Only delete if you no longer want to use this %s "
|
1419 |
-
"anymore. Are you sure you would like to continue with the deletion?"
|
1420 |
-
msgstr ""
|
1421 |
-
|
1422 |
-
#: templates/account.php:215
|
1423 |
-
msgid "Delete Account"
|
1424 |
-
msgstr "Slet konto"
|
1425 |
-
|
1426 |
-
#: templates/account.php227, templates/account/partials/addon.php211,
|
1427 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1428 |
-
msgid "Deactivate License"
|
1429 |
-
msgstr "Deaktiver licens"
|
1430 |
-
|
1431 |
-
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1432 |
-
msgid "Are you sure you want to proceed?"
|
1433 |
-
msgstr "Er du sikker på, du vil fortsætte?"
|
1434 |
-
|
1435 |
-
#: templates/account.php250, templates/account/partials/addon.php:234
|
1436 |
-
msgid "Cancel Subscription"
|
1437 |
-
msgstr "Annuller abonnement"
|
1438 |
-
|
1439 |
-
#: templates/account.php:278
|
1440 |
-
msgctxt "as synchronize"
|
1441 |
-
msgid "Sync"
|
1442 |
-
msgstr "Synkroniser"
|
1443 |
-
|
1444 |
-
#: templates/account.php292, templates/debug.php:489
|
1445 |
-
msgid "Name"
|
1446 |
-
msgstr "Navn"
|
1447 |
-
|
1448 |
-
#: templates/account.php298, templates/debug.php:490
|
1449 |
-
msgid "Email"
|
1450 |
-
msgstr "E-mail"
|
1451 |
-
|
1452 |
-
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1453 |
-
msgid "User ID"
|
1454 |
-
msgstr "Bruger-ID"
|
1455 |
-
|
1456 |
-
#: templates/account.php322, templates/account.php608,
|
1457 |
-
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1458 |
-
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1459 |
-
#: templates/debug.php599, templates/account/payments.php35,
|
1460 |
-
#: templates/debug/logger.php:21
|
1461 |
-
msgid "ID"
|
1462 |
-
msgstr "ID"
|
1463 |
-
|
1464 |
-
#: templates/account.php:329
|
1465 |
-
msgid "Site ID"
|
1466 |
-
msgstr "Websteds-ID"
|
1467 |
-
|
1468 |
-
#: templates/account.php:332
|
1469 |
-
msgid "No ID"
|
1470 |
-
msgstr "Intet ID"
|
1471 |
-
|
1472 |
-
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1473 |
-
#: templates/debug.php455, templates/debug.php492,
|
1474 |
-
#: templates/account/partials/site.php:219
|
1475 |
-
msgid "Public Key"
|
1476 |
-
msgstr "Offentlig nøgle"
|
1477 |
-
|
1478 |
-
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1479 |
-
#: templates/debug.php493, templates/account/partials/site.php:231
|
1480 |
-
msgid "Secret Key"
|
1481 |
-
msgstr "Privat nøgle"
|
1482 |
-
|
1483 |
-
#: templates/account.php:346
|
1484 |
-
msgctxt "as secret encryption key missing"
|
1485 |
-
msgid "No Secret"
|
1486 |
-
msgstr "Ingen privat nøgle"
|
1487 |
-
|
1488 |
-
#: templates/account.php373, templates/account/partials/site.php112,
|
1489 |
-
#: templates/account/partials/site.php:114
|
1490 |
-
msgid "Trial"
|
1491 |
-
msgstr "Prøveperiode"
|
1492 |
-
|
1493 |
-
#: templates/account.php400, templates/debug.php533,
|
1494 |
-
#: templates/account/partials/site.php:248
|
1495 |
-
msgid "License Key"
|
1496 |
-
msgstr "Licensnøgle"
|
1497 |
-
|
1498 |
-
#: templates/account.php:429
|
1499 |
-
msgid "Join the Beta program"
|
1500 |
-
msgstr ""
|
1501 |
-
|
1502 |
-
#: templates/account.php:435
|
1503 |
-
msgid "not verified"
|
1504 |
-
msgstr "ikke verificeret"
|
1505 |
-
|
1506 |
-
#: templates/account.php444, templates/account/partials/addon.php:172
|
1507 |
-
msgid "Expired"
|
1508 |
-
msgstr "Udløbet"
|
1509 |
-
|
1510 |
-
#: templates/account.php:502
|
1511 |
-
msgid "Premium version"
|
1512 |
-
msgstr "Premium version"
|
1513 |
-
|
1514 |
-
#: templates/account.php:504
|
1515 |
-
msgid "Free version"
|
1516 |
-
msgstr "Gratis version"
|
1517 |
-
|
1518 |
-
#: templates/account.php:516
|
1519 |
-
msgid "Verify Email"
|
1520 |
-
msgstr "Verificer e-mail"
|
1521 |
-
|
1522 |
-
#: templates/account.php:527
|
1523 |
-
msgid "Download %s Version"
|
1524 |
-
msgstr "Download 1%s version"
|
1525 |
-
|
1526 |
-
#: templates/account.php541, templates/account.php749,
|
1527 |
-
#: templates/account/partials/site.php237,
|
1528 |
-
#: templates/account/partials/site.php:255
|
1529 |
-
msgctxt "verb"
|
1530 |
-
msgid "Show"
|
1531 |
-
msgstr "Vis"
|
1532 |
-
|
1533 |
-
#: templates/account.php:555
|
1534 |
-
msgid "What is your %s?"
|
1535 |
-
msgstr "Angiv venligst %s?"
|
1536 |
-
|
1537 |
-
#: templates/account.php563, templates/account/billing.php:21
|
1538 |
-
msgctxt "verb"
|
1539 |
-
msgid "Edit"
|
1540 |
-
msgstr "Rediger"
|
1541 |
-
|
1542 |
-
#: templates/account.php:588
|
1543 |
-
msgid "Sites"
|
1544 |
-
msgstr "Websteder"
|
1545 |
-
|
1546 |
-
#: templates/account.php:599
|
1547 |
-
msgid "Search by address"
|
1548 |
-
msgstr "Søg efter adresse"
|
1549 |
-
|
1550 |
-
#: templates/account.php609, templates/debug.php:369
|
1551 |
-
msgid "Address"
|
1552 |
-
msgstr "Adresse"
|
1553 |
-
|
1554 |
-
#: templates/account.php:610
|
1555 |
-
msgid "License"
|
1556 |
-
msgstr "Licens"
|
1557 |
-
|
1558 |
-
#: templates/account.php:611
|
1559 |
-
msgid "Plan"
|
1560 |
-
msgstr "Plan"
|
1561 |
-
|
1562 |
-
#: templates/account.php:656
|
1563 |
-
msgctxt "as software license"
|
1564 |
-
msgid "License"
|
1565 |
-
msgstr "Licens"
|
1566 |
-
|
1567 |
-
#: templates/account.php:743
|
1568 |
-
msgctxt "verb"
|
1569 |
-
msgid "Hide"
|
1570 |
-
msgstr "Skjul"
|
1571 |
-
|
1572 |
-
#: templates/account.php:765
|
1573 |
-
msgid "Processing"
|
1574 |
-
msgstr "Arbejder"
|
1575 |
-
|
1576 |
-
#: templates/account.php:768
|
1577 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1578 |
-
msgstr ""
|
1579 |
-
|
1580 |
-
#: templates/account.php:826
|
1581 |
-
msgid "Cancelling %s"
|
1582 |
-
msgstr ""
|
1583 |
-
|
1584 |
-
#: templates/account.php826, templates/account.php843,
|
1585 |
-
#: templates/forms/subscription-cancellation.php27,
|
1586 |
-
#: templates/forms/deactivation/form.php:133
|
1587 |
-
msgid "trial"
|
1588 |
-
msgstr ""
|
1589 |
-
|
1590 |
-
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1591 |
-
msgid "Cancelling %s..."
|
1592 |
-
msgstr ""
|
1593 |
-
|
1594 |
-
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1595 |
-
#: templates/forms/deactivation/form.php:134
|
1596 |
-
msgid "subscription"
|
1597 |
-
msgstr ""
|
1598 |
-
|
1599 |
-
#: templates/account.php:858
|
1600 |
-
msgid ""
|
1601 |
-
"Deactivating your license will block all premium features, but will enable "
|
1602 |
-
"activating the license on another site. Are you sure you want to proceed?"
|
1603 |
-
msgstr ""
|
1604 |
-
|
1605 |
-
#: templates/add-ons.php:35
|
1606 |
-
msgid "View details"
|
1607 |
-
msgstr "Vis detaljer"
|
1608 |
-
|
1609 |
-
#: templates/add-ons.php:45
|
1610 |
-
msgid "Add Ons for %s"
|
1611 |
-
msgstr "Tilføjelser til %s"
|
1612 |
-
|
1613 |
-
#: templates/add-ons.php:55
|
1614 |
-
msgid ""
|
1615 |
-
"We could'nt load the add-ons list. It's probably an issue on our side, "
|
1616 |
-
"please try to come back in few minutes."
|
1617 |
-
msgstr ""
|
1618 |
-
|
1619 |
-
#: templates/add-ons.php:173
|
1620 |
-
msgctxt "active add-on"
|
1621 |
-
msgid "Active"
|
1622 |
-
msgstr "Aktiv"
|
1623 |
-
|
1624 |
-
#: templates/add-ons.php:174
|
1625 |
-
msgctxt "installed add-on"
|
1626 |
-
msgid "Installed"
|
1627 |
-
msgstr ""
|
1628 |
-
|
1629 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1630 |
-
#: templates/forms/resend-key.php:77
|
1631 |
-
msgctxt "as close a window"
|
1632 |
-
msgid "Dismiss"
|
1633 |
-
msgstr "Fjern"
|
1634 |
-
|
1635 |
-
#: templates/auto-installation.php:45
|
1636 |
-
msgid "%s sec"
|
1637 |
-
msgstr "1%s sek"
|
1638 |
-
|
1639 |
-
#: templates/auto-installation.php:83
|
1640 |
-
msgid "Automatic Installation"
|
1641 |
-
msgstr "Automatisk installering"
|
1642 |
-
|
1643 |
-
#: templates/auto-installation.php:93
|
1644 |
-
msgid ""
|
1645 |
-
"An automated download and installation of %s (paid version) from %s will "
|
1646 |
-
"start in %s. If you would like to do it manually - click the cancellation "
|
1647 |
-
"button now."
|
1648 |
-
msgstr ""
|
1649 |
-
|
1650 |
-
#: templates/auto-installation.php:104
|
1651 |
-
msgid ""
|
1652 |
-
"The installation process has started and may take a few minutes to complete."
|
1653 |
-
" Please wait until it is done - do not refresh this page."
|
1654 |
-
msgstr ""
|
1655 |
-
|
1656 |
-
#: templates/auto-installation.php:109
|
1657 |
-
msgid "Cancel Installation"
|
1658 |
-
msgstr "Annuller installering"
|
1659 |
-
|
1660 |
-
#: templates/checkout.php:180
|
1661 |
-
msgid "Checkout"
|
1662 |
-
msgstr "Udtjekning"
|
1663 |
-
|
1664 |
-
#: templates/checkout.php:180
|
1665 |
-
msgid "PCI compliant"
|
1666 |
-
msgstr ""
|
1667 |
-
|
1668 |
-
#. translators: %s: name (e.g. Hey John,)
|
1669 |
-
#: templates/connect.php:112
|
1670 |
-
msgctxt "greeting"
|
1671 |
-
msgid "Hey %s,"
|
1672 |
-
msgstr "Hey %s,"
|
1673 |
-
|
1674 |
-
#: templates/connect.php:154
|
1675 |
-
msgid "Allow & Continue"
|
1676 |
-
msgstr "Tillad & Fortsæt"
|
1677 |
-
|
1678 |
-
#: templates/connect.php:158
|
1679 |
-
msgid "Re-send activation email"
|
1680 |
-
msgstr "Gensend e-mail om aktivering"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:162
|
1683 |
-
msgid "Thanks %s!"
|
1684 |
-
msgstr "Tak %s!"
|
1685 |
-
|
1686 |
-
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1687 |
-
msgid "Agree & Activate License"
|
1688 |
-
msgstr "Accepter & aktiver licens"
|
1689 |
-
|
1690 |
-
#: templates/connect.php:181
|
1691 |
-
msgid ""
|
1692 |
-
"Thanks for purchasing %s! To get started, please enter your license key:"
|
1693 |
-
msgstr "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
|
1694 |
-
|
1695 |
-
#: templates/connect.php:188
|
1696 |
-
msgid ""
|
1697 |
-
"Never miss an important update - opt in to our security & feature updates "
|
1698 |
-
"notifications, educational content, offers, and non-sensitive diagnostic "
|
1699 |
-
"tracking with %4$s."
|
1700 |
-
msgstr ""
|
1701 |
-
|
1702 |
-
#: templates/connect.php:189
|
1703 |
-
msgid ""
|
1704 |
-
"Never miss an important update - opt in to our security and feature updates "
|
1705 |
-
"notifications, and non-sensitive diagnostic tracking with %4$s."
|
1706 |
-
msgstr ""
|
1707 |
-
|
1708 |
-
#: templates/connect.php:195
|
1709 |
-
msgid ""
|
1710 |
-
"Never miss an important update - opt in to our security & feature updates "
|
1711 |
-
"notifications, educational content, offers, and non-sensitive diagnostic "
|
1712 |
-
"tracking with %4$s. If you skip this, that's okay! %1$s will still work just"
|
1713 |
-
" fine."
|
1714 |
-
msgstr ""
|
1715 |
-
|
1716 |
-
#: templates/connect.php:196
|
1717 |
-
msgid ""
|
1718 |
-
"Never miss an important update - opt in to our security & feature updates "
|
1719 |
-
"notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
|
1720 |
-
"this, that's okay! %1$s will still work just fine."
|
1721 |
-
msgstr ""
|
1722 |
-
|
1723 |
-
#: templates/connect.php:230
|
1724 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1725 |
-
msgstr ""
|
1726 |
-
|
1727 |
-
#: templates/connect.php:233
|
1728 |
-
msgid ""
|
1729 |
-
"During the update process we detected %d site(s) that are still pending "
|
1730 |
-
"license activation."
|
1731 |
-
msgstr ""
|
1732 |
-
|
1733 |
-
#: templates/connect.php:235
|
1734 |
-
msgid ""
|
1735 |
-
"If you'd like to use the %s on those sites, please enter your license key "
|
1736 |
-
"below and click the activation button."
|
1737 |
-
msgstr ""
|
1738 |
-
|
1739 |
-
#: templates/connect.php:237
|
1740 |
-
msgid "%s's paid features"
|
1741 |
-
msgstr ""
|
1742 |
-
|
1743 |
-
#: templates/connect.php:242
|
1744 |
-
msgid ""
|
1745 |
-
"Alternatively, you can skip it for now and activate the license later, in "
|
1746 |
-
"your %s's network-level Account page."
|
1747 |
-
msgstr ""
|
1748 |
-
|
1749 |
-
#: templates/connect.php:244
|
1750 |
-
msgid ""
|
1751 |
-
"During the update process we detected %s site(s) in the network that are "
|
1752 |
-
"still pending your attention."
|
1753 |
-
msgstr ""
|
1754 |
-
|
1755 |
-
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1756 |
-
msgid "License key"
|
1757 |
-
msgstr "Licensnøgle"
|
1758 |
-
|
1759 |
-
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1760 |
-
msgid "Can't find your license key?"
|
1761 |
-
msgstr "Kan du ikke finde din licensnøgle?"
|
1762 |
-
|
1763 |
-
#: templates/connect.php315, templates/connect.php652,
|
1764 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1765 |
-
msgctxt "verb"
|
1766 |
-
msgid "Skip"
|
1767 |
-
msgstr "Spring over"
|
1768 |
-
|
1769 |
-
#: templates/connect.php:318
|
1770 |
-
msgid "Delegate to Site Admins"
|
1771 |
-
msgstr ""
|
1772 |
-
|
1773 |
-
#: templates/connect.php:318
|
1774 |
-
msgid ""
|
1775 |
-
"If you click it, this decision will be delegated to the sites "
|
1776 |
-
"administrators."
|
1777 |
-
msgstr ""
|
1778 |
-
|
1779 |
-
#: templates/connect.php:346
|
1780 |
-
msgid "Your Profile Overview"
|
1781 |
-
msgstr "Overblik af din profil"
|
1782 |
-
|
1783 |
-
#: templates/connect.php:347
|
1784 |
-
msgid "Name and email address"
|
1785 |
-
msgstr "Navn og e-mailadresse"
|
1786 |
-
|
1787 |
-
#: templates/connect.php:352
|
1788 |
-
msgid "Your Site Overview"
|
1789 |
-
msgstr "Overblik af dit websted"
|
1790 |
-
|
1791 |
-
#: templates/connect.php:353
|
1792 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1793 |
-
msgstr "Websteds-URL, WP version, PHP info, plugins og temaer"
|
1794 |
-
|
1795 |
-
#: templates/connect.php:358
|
1796 |
-
msgid "Admin Notices"
|
1797 |
-
msgstr "Admin-meddelelser"
|
1798 |
-
|
1799 |
-
#: templates/connect.php359, templates/connect.php:375
|
1800 |
-
msgid "Updates, announcements, marketing, no spam"
|
1801 |
-
msgstr ""
|
1802 |
-
|
1803 |
-
#: templates/connect.php:364
|
1804 |
-
msgid "Current %s Events"
|
1805 |
-
msgstr ""
|
1806 |
-
|
1807 |
-
#: templates/connect.php:365
|
1808 |
-
msgid "Activation, deactivation and uninstall"
|
1809 |
-
msgstr "Aktivering, deaktivering og afinstallering"
|
1810 |
-
|
1811 |
-
#: templates/connect.php:374
|
1812 |
-
msgid "Newsletter"
|
1813 |
-
msgstr "Nyhedsbrev"
|
1814 |
-
|
1815 |
-
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1816 |
-
msgid ""
|
1817 |
-
"The %1$s will be periodically sending data to %2$s to check for security and"
|
1818 |
-
" feature updates, and verify the validity of your license."
|
1819 |
-
msgstr ""
|
1820 |
-
|
1821 |
-
#: templates/connect.php:396
|
1822 |
-
msgid "What permissions are being granted?"
|
1823 |
-
msgstr "Hvilke tilladelser bliver givet?"
|
1824 |
-
|
1825 |
-
#: templates/connect.php:417
|
1826 |
-
msgid "Don't have a license key?"
|
1827 |
-
msgstr "Har du ikke en licensnøgle?"
|
1828 |
-
|
1829 |
-
#: templates/connect.php:420
|
1830 |
-
msgid "Have a license key?"
|
1831 |
-
msgstr "Har du en licensnøgle?"
|
1832 |
-
|
1833 |
-
#: templates/connect.php:428
|
1834 |
-
msgid "Privacy Policy"
|
1835 |
-
msgstr "Privatlivspolitik"
|
1836 |
-
|
1837 |
-
#: templates/connect.php:430
|
1838 |
-
msgid "License Agreement"
|
1839 |
-
msgstr ""
|
1840 |
-
|
1841 |
-
#: templates/connect.php:430
|
1842 |
-
msgid "Terms of Service"
|
1843 |
-
msgstr "Servicevilkår"
|
1844 |
-
|
1845 |
-
#: templates/connect.php:805
|
1846 |
-
msgctxt "as in the process of sending an email"
|
1847 |
-
msgid "Sending email"
|
1848 |
-
msgstr "Sender e-mail"
|
1849 |
-
|
1850 |
-
#: templates/connect.php:806
|
1851 |
-
msgctxt "as activating plugin"
|
1852 |
-
msgid "Activating"
|
1853 |
-
msgstr "Aktiverer"
|
1854 |
-
|
1855 |
-
#: templates/contact.php:78
|
1856 |
-
msgid "Contact"
|
1857 |
-
msgstr "Kontakt"
|
1858 |
-
|
1859 |
-
#: templates/debug.php:17
|
1860 |
-
msgctxt "as turned off"
|
1861 |
-
msgid "Off"
|
1862 |
-
msgstr "Fra"
|
1863 |
-
|
1864 |
-
#: templates/debug.php:18
|
1865 |
-
msgctxt "as turned on"
|
1866 |
-
msgid "On"
|
1867 |
-
msgstr "Til"
|
1868 |
-
|
1869 |
-
#: templates/debug.php:20
|
1870 |
-
msgid "SDK"
|
1871 |
-
msgstr "SDK"
|
1872 |
-
|
1873 |
-
#: templates/debug.php:24
|
1874 |
-
msgctxt "as code debugging"
|
1875 |
-
msgid "Debugging"
|
1876 |
-
msgstr "Fejlfinding"
|
1877 |
-
|
1878 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1879 |
-
#: templates/debug.php:494
|
1880 |
-
msgid "Actions"
|
1881 |
-
msgstr "Handlinger"
|
1882 |
-
|
1883 |
-
#: templates/debug.php:64
|
1884 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1885 |
-
msgstr "Er du sikker på, du vil slette al Freemius data?"
|
1886 |
-
|
1887 |
-
#: templates/debug.php:64
|
1888 |
-
msgid "Delete All Accounts"
|
1889 |
-
msgstr "Slet alle konti"
|
1890 |
-
|
1891 |
-
#: templates/debug.php:71
|
1892 |
-
msgid "Clear API Cache"
|
1893 |
-
msgstr "Ryd API-cache"
|
1894 |
-
|
1895 |
-
#: templates/debug.php:79
|
1896 |
-
msgid "Clear Updates Transients"
|
1897 |
-
msgstr ""
|
1898 |
-
|
1899 |
-
#: templates/debug.php:86
|
1900 |
-
msgid "Sync Data From Server"
|
1901 |
-
msgstr "Synkroniser data fra server"
|
1902 |
-
|
1903 |
-
#: templates/debug.php:95
|
1904 |
-
msgid "Migrate Options to Network"
|
1905 |
-
msgstr ""
|
1906 |
-
|
1907 |
-
#: templates/debug.php:100
|
1908 |
-
msgid "Load DB Option"
|
1909 |
-
msgstr "Hent DB-indstilling"
|
1910 |
-
|
1911 |
-
#: templates/debug.php:103
|
1912 |
-
msgid "Set DB Option"
|
1913 |
-
msgstr "Sæt DB-indstilling"
|
1914 |
-
|
1915 |
-
#: templates/debug.php:182
|
1916 |
-
msgid "Key"
|
1917 |
-
msgstr "Nøgle"
|
1918 |
-
|
1919 |
-
#: templates/debug.php:183
|
1920 |
-
msgid "Value"
|
1921 |
-
msgstr "Værdi"
|
1922 |
-
|
1923 |
-
#: templates/debug.php:199
|
1924 |
-
msgctxt "as software development kit versions"
|
1925 |
-
msgid "SDK Versions"
|
1926 |
-
msgstr "SDK-versioner"
|
1927 |
-
|
1928 |
-
#: templates/debug.php:204
|
1929 |
-
msgid "SDK Path"
|
1930 |
-
msgstr "SDK-sti"
|
1931 |
-
|
1932 |
-
#: templates/debug.php205, templates/debug.php:244
|
1933 |
-
msgid "Module Path"
|
1934 |
-
msgstr "Modul-sti"
|
1935 |
-
|
1936 |
-
#: templates/debug.php:206
|
1937 |
-
msgid "Is Active"
|
1938 |
-
msgstr "Er aktiv"
|
1939 |
-
|
1940 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1941 |
-
msgid "Plugins"
|
1942 |
-
msgstr "Plugins"
|
1943 |
-
|
1944 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1945 |
-
msgid "Themes"
|
1946 |
-
msgstr "Temaer"
|
1947 |
-
|
1948 |
-
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1949 |
-
#: templates/debug/scheduled-crons.php:80
|
1950 |
-
msgid "Slug"
|
1951 |
-
msgstr "Kortnavn"
|
1952 |
-
|
1953 |
-
#: templates/debug.php241, templates/debug.php:452
|
1954 |
-
msgid "Title"
|
1955 |
-
msgstr "Titel"
|
1956 |
-
|
1957 |
-
#: templates/debug.php:242
|
1958 |
-
msgctxt "as application program interface"
|
1959 |
-
msgid "API"
|
1960 |
-
msgstr "API"
|
1961 |
-
|
1962 |
-
#: templates/debug.php:243
|
1963 |
-
msgid "Freemius State"
|
1964 |
-
msgstr "Freemius tilstand"
|
1965 |
-
|
1966 |
-
#: templates/debug.php:247
|
1967 |
-
msgid "Network Blog"
|
1968 |
-
msgstr "Netværksblog"
|
1969 |
-
|
1970 |
-
#: templates/debug.php:248
|
1971 |
-
msgid "Network User"
|
1972 |
-
msgstr "Netværksbruger"
|
1973 |
-
|
1974 |
-
#: templates/debug.php:285
|
1975 |
-
msgctxt "as connection was successful"
|
1976 |
-
msgid "Connected"
|
1977 |
-
msgstr "Forbundet"
|
1978 |
-
|
1979 |
-
#: templates/debug.php:286
|
1980 |
-
msgctxt "as connection blocked"
|
1981 |
-
msgid "Blocked"
|
1982 |
-
msgstr "Blokeret"
|
1983 |
-
|
1984 |
-
#: templates/debug.php:322
|
1985 |
-
msgid "Simulate Trial Promotion"
|
1986 |
-
msgstr ""
|
1987 |
-
|
1988 |
-
#: templates/debug.php:334
|
1989 |
-
msgid "Simulate Network Upgrade"
|
1990 |
-
msgstr "Simuler netværksopgradering"
|
1991 |
-
|
1992 |
-
#: templates/debug.php:360
|
1993 |
-
msgid "%s Installs"
|
1994 |
-
msgstr "%s installeringer"
|
1995 |
-
|
1996 |
-
#: templates/debug.php:362
|
1997 |
-
msgctxt "like websites"
|
1998 |
-
msgid "Sites"
|
1999 |
-
msgstr "Websteder"
|
2000 |
-
|
2001 |
-
#: templates/debug.php368, templates/account/partials/site.php:148
|
2002 |
-
msgid "Blog ID"
|
2003 |
-
msgstr "Blog-ID"
|
2004 |
-
|
2005 |
-
#: templates/debug.php433, templates/debug.php511,
|
2006 |
-
#: templates/account/partials/addon.php:396
|
2007 |
-
msgctxt "verb"
|
2008 |
-
msgid "Delete"
|
2009 |
-
msgstr "Slet"
|
2010 |
-
|
2011 |
-
#: templates/debug.php:447
|
2012 |
-
msgid "Add Ons of module %s"
|
2013 |
-
msgstr "Tilføjelser til modul %s"
|
2014 |
-
|
2015 |
-
#: templates/debug.php:484
|
2016 |
-
msgid "Users"
|
2017 |
-
msgstr "Brugere"
|
2018 |
-
|
2019 |
-
#: templates/debug.php:491
|
2020 |
-
msgid "Verified"
|
2021 |
-
msgstr "Verificeret"
|
2022 |
-
|
2023 |
-
#: templates/debug.php:522
|
2024 |
-
msgid "%s Licenses"
|
2025 |
-
msgstr "1%s licenser"
|
2026 |
-
|
2027 |
-
#: templates/debug.php:527
|
2028 |
-
msgid "Plugin ID"
|
2029 |
-
msgstr "Plugin-ID"
|
2030 |
-
|
2031 |
-
#: templates/debug.php:529
|
2032 |
-
msgid "Plan ID"
|
2033 |
-
msgstr "Plan-ID"
|
2034 |
-
|
2035 |
-
#: templates/debug.php:530
|
2036 |
-
msgid "Quota"
|
2037 |
-
msgstr "Kvote"
|
2038 |
-
|
2039 |
-
#: templates/debug.php:531
|
2040 |
-
msgid "Activated"
|
2041 |
-
msgstr "Aktiveret"
|
2042 |
-
|
2043 |
-
#: templates/debug.php:532
|
2044 |
-
msgid "Blocking"
|
2045 |
-
msgstr "Blokerer"
|
2046 |
-
|
2047 |
-
#: templates/debug.php:534
|
2048 |
-
msgctxt "as expiration date"
|
2049 |
-
msgid "Expiration"
|
2050 |
-
msgstr "Udløber"
|
2051 |
-
|
2052 |
-
#: templates/debug.php:557
|
2053 |
-
msgid "Debug Log"
|
2054 |
-
msgstr "Fejlfindingslog"
|
2055 |
-
|
2056 |
-
#: templates/debug.php:561
|
2057 |
-
msgid "All Types"
|
2058 |
-
msgstr "Alle typer"
|
2059 |
-
|
2060 |
-
#: templates/debug.php:568
|
2061 |
-
msgid "All Requests"
|
2062 |
-
msgstr "Alle forespørgsler"
|
2063 |
-
|
2064 |
-
#: templates/debug.php573, templates/debug.php602,
|
2065 |
-
#: templates/debug/logger.php:25
|
2066 |
-
msgid "File"
|
2067 |
-
msgstr "Fil"
|
2068 |
-
|
2069 |
-
#: templates/debug.php574, templates/debug.php600,
|
2070 |
-
#: templates/debug/logger.php:23
|
2071 |
-
msgid "Function"
|
2072 |
-
msgstr "Funktion"
|
2073 |
-
|
2074 |
-
#: templates/debug.php:575
|
2075 |
-
msgid "Process ID"
|
2076 |
-
msgstr "Proces-ID"
|
2077 |
-
|
2078 |
-
#: templates/debug.php:576
|
2079 |
-
msgid "Logger"
|
2080 |
-
msgstr "Logger"
|
2081 |
-
|
2082 |
-
#: templates/debug.php577, templates/debug.php601,
|
2083 |
-
#: templates/debug/logger.php:24
|
2084 |
-
msgid "Message"
|
2085 |
-
msgstr "Besked"
|
2086 |
-
|
2087 |
-
#: templates/debug.php:579
|
2088 |
-
msgid "Filter"
|
2089 |
-
msgstr "Filter"
|
2090 |
-
|
2091 |
-
#: templates/debug.php:587
|
2092 |
-
msgid "Download"
|
2093 |
-
msgstr "Download"
|
2094 |
-
|
2095 |
-
#: templates/debug.php598, templates/debug/logger.php:22
|
2096 |
-
msgid "Type"
|
2097 |
-
msgstr "Type"
|
2098 |
-
|
2099 |
-
#: templates/debug.php603, templates/debug/logger.php:26
|
2100 |
-
msgid "Timestamp"
|
2101 |
-
msgstr "Tidsstempel"
|
2102 |
-
|
2103 |
-
#: templates/secure-https-header.php:28
|
2104 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
2105 |
-
msgstr ""
|
2106 |
-
|
2107 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
2108 |
-
#: templates/plugin-info/features.php:43
|
2109 |
-
msgid "Support"
|
2110 |
-
msgstr "Support"
|
2111 |
-
|
2112 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
2113 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
2114 |
-
msgctxt "milliseconds"
|
2115 |
-
msgid "ms"
|
2116 |
-
msgstr "ms"
|
2117 |
-
|
2118 |
-
#: includes/debug/debug-bar-start.php:41
|
2119 |
-
msgid "Freemius API"
|
2120 |
-
msgstr "Freemius API"
|
2121 |
-
|
2122 |
-
#: includes/debug/debug-bar-start.php:42
|
2123 |
-
msgid "Requests"
|
2124 |
-
msgstr ""
|
2125 |
-
|
2126 |
-
#: templates/account/billing.php:22
|
2127 |
-
msgctxt "verb"
|
2128 |
-
msgid "Update"
|
2129 |
-
msgstr "Opdater"
|
2130 |
-
|
2131 |
-
#: templates/account/billing.php:33
|
2132 |
-
msgid "Billing"
|
2133 |
-
msgstr "Betaling"
|
2134 |
-
|
2135 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
2136 |
-
msgid "Business name"
|
2137 |
-
msgstr "Firmanavn"
|
2138 |
-
|
2139 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
2140 |
-
msgid "Tax / VAT ID"
|
2141 |
-
msgstr "Moms / VAT ID"
|
2142 |
-
|
2143 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
2144 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
2145 |
-
msgid "Address Line %d"
|
2146 |
-
msgstr "Adresselinje %d"
|
2147 |
-
|
2148 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2149 |
-
msgid "City"
|
2150 |
-
msgstr "By"
|
2151 |
-
|
2152 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
2153 |
-
msgid "Town"
|
2154 |
-
msgstr "By"
|
2155 |
-
|
2156 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
2157 |
-
msgid "ZIP / Postal Code"
|
2158 |
-
msgstr "ZIP / Postnummer"
|
2159 |
-
|
2160 |
-
#: templates/account/billing.php:302
|
2161 |
-
msgid "Country"
|
2162 |
-
msgstr "Land"
|
2163 |
-
|
2164 |
-
#: templates/account/billing.php:304
|
2165 |
-
msgid "Select Country"
|
2166 |
-
msgstr "Vælg land"
|
2167 |
-
|
2168 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2169 |
-
msgid "State"
|
2170 |
-
msgstr "Stat"
|
2171 |
-
|
2172 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2173 |
-
msgid "Province"
|
2174 |
-
msgstr "Provins"
|
2175 |
-
|
2176 |
-
#: templates/account/payments.php:29
|
2177 |
-
msgid "Payments"
|
2178 |
-
msgstr "Betalinger"
|
2179 |
-
|
2180 |
-
#: templates/account/payments.php:36
|
2181 |
-
msgid "Date"
|
2182 |
-
msgstr "Dato"
|
2183 |
-
|
2184 |
-
#: templates/account/payments.php:37
|
2185 |
-
msgid "Amount"
|
2186 |
-
msgstr "Beløb"
|
2187 |
-
|
2188 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2189 |
-
msgid "Invoice"
|
2190 |
-
msgstr "Faktura"
|
2191 |
-
|
2192 |
-
#: templates/debug/api-calls.php:56
|
2193 |
-
msgid "API"
|
2194 |
-
msgstr "API"
|
2195 |
-
|
2196 |
-
#: templates/debug/api-calls.php:68
|
2197 |
-
msgid "Method"
|
2198 |
-
msgstr "Metode"
|
2199 |
-
|
2200 |
-
#: templates/debug/api-calls.php:69
|
2201 |
-
msgid "Code"
|
2202 |
-
msgstr "Kode"
|
2203 |
-
|
2204 |
-
#: templates/debug/api-calls.php:70
|
2205 |
-
msgid "Length"
|
2206 |
-
msgstr "Længde"
|
2207 |
-
|
2208 |
-
#: templates/debug/api-calls.php:71
|
2209 |
-
msgctxt "as file/folder path"
|
2210 |
-
msgid "Path"
|
2211 |
-
msgstr "Sti"
|
2212 |
-
|
2213 |
-
#: templates/debug/api-calls.php:73
|
2214 |
-
msgid "Body"
|
2215 |
-
msgstr ""
|
2216 |
-
|
2217 |
-
#: templates/debug/api-calls.php:75
|
2218 |
-
msgid "Result"
|
2219 |
-
msgstr "Resultat"
|
2220 |
-
|
2221 |
-
#: templates/debug/api-calls.php:76
|
2222 |
-
msgid "Start"
|
2223 |
-
msgstr "Start"
|
2224 |
-
|
2225 |
-
#: templates/debug/api-calls.php:77
|
2226 |
-
msgid "End"
|
2227 |
-
msgstr "Slut"
|
2228 |
-
|
2229 |
-
#: templates/debug/logger.php:15
|
2230 |
-
msgid "Log"
|
2231 |
-
msgstr "Log"
|
2232 |
-
|
2233 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2234 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2235 |
-
#: templates/debug/scheduled-crons.php:91
|
2236 |
-
msgid "In %s"
|
2237 |
-
msgstr "Om %s"
|
2238 |
-
|
2239 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2240 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2241 |
-
#: templates/debug/scheduled-crons.php:93
|
2242 |
-
msgid "%s ago"
|
2243 |
-
msgstr "%s siden"
|
2244 |
-
|
2245 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2246 |
-
#: templates/debug/scheduled-crons.php:74
|
2247 |
-
msgctxt "seconds"
|
2248 |
-
msgid "sec"
|
2249 |
-
msgstr "sek"
|
2250 |
-
|
2251 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2252 |
-
msgid "Plugins & Themes Sync"
|
2253 |
-
msgstr "Synkronisering af plugins og temaer"
|
2254 |
-
|
2255 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2256 |
-
msgid "Total"
|
2257 |
-
msgstr "Total"
|
2258 |
-
|
2259 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2260 |
-
#: templates/debug/scheduled-crons.php:84
|
2261 |
-
msgid "Last"
|
2262 |
-
msgstr "Sidste"
|
2263 |
-
|
2264 |
-
#: templates/debug/scheduled-crons.php:76
|
2265 |
-
msgid "Scheduled Crons"
|
2266 |
-
msgstr "Planlagte cron jobs"
|
2267 |
-
|
2268 |
-
#: templates/debug/scheduled-crons.php:81
|
2269 |
-
msgid "Module"
|
2270 |
-
msgstr "Modul"
|
2271 |
-
|
2272 |
-
#: templates/debug/scheduled-crons.php:82
|
2273 |
-
msgid "Module Type"
|
2274 |
-
msgstr "Modultype"
|
2275 |
-
|
2276 |
-
#: templates/debug/scheduled-crons.php:83
|
2277 |
-
msgid "Cron Type"
|
2278 |
-
msgstr "Cron Type"
|
2279 |
-
|
2280 |
-
#: templates/debug/scheduled-crons.php:85
|
2281 |
-
msgid "Next"
|
2282 |
-
msgstr "Næste"
|
2283 |
-
|
2284 |
-
#: templates/forms/affiliation.php:82
|
2285 |
-
msgid "Non-expiring"
|
2286 |
-
msgstr "Udløber ikke"
|
2287 |
-
|
2288 |
-
#: templates/forms/affiliation.php:85
|
2289 |
-
msgid "Apply to become an affiliate"
|
2290 |
-
msgstr ""
|
2291 |
-
|
2292 |
-
#: templates/forms/affiliation.php:104
|
2293 |
-
msgid ""
|
2294 |
-
"Your affiliate application for %s has been accepted! Log in to your "
|
2295 |
-
"affiliate area at: %s."
|
2296 |
-
msgstr ""
|
2297 |
-
|
2298 |
-
#: templates/forms/affiliation.php:119
|
2299 |
-
msgid ""
|
2300 |
-
"Thank you for applying for our affiliate program, we'll review your details "
|
2301 |
-
"during the next 14 days and will get back to you with further information."
|
2302 |
-
msgstr ""
|
2303 |
-
|
2304 |
-
#: templates/forms/affiliation.php:122
|
2305 |
-
msgid "Your affiliation account was temporarily suspended."
|
2306 |
-
msgstr ""
|
2307 |
-
|
2308 |
-
#: templates/forms/affiliation.php:125
|
2309 |
-
msgid ""
|
2310 |
-
"Thank you for applying for our affiliate program, unfortunately, we've "
|
2311 |
-
"decided at this point to reject your application. Please try again in 30 "
|
2312 |
-
"days."
|
2313 |
-
msgstr ""
|
2314 |
-
|
2315 |
-
#: templates/forms/affiliation.php:128
|
2316 |
-
msgid ""
|
2317 |
-
"Due to violation of our affiliation terms, we decided to temporarily block "
|
2318 |
-
"your affiliation account. If you have any questions, please contact support."
|
2319 |
-
msgstr ""
|
2320 |
-
|
2321 |
-
#: templates/forms/affiliation.php:141
|
2322 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2323 |
-
msgstr ""
|
2324 |
-
|
2325 |
-
#: templates/forms/affiliation.php:142
|
2326 |
-
msgid ""
|
2327 |
-
"Refer new customers to our %s and earn %s commission on each successful sale"
|
2328 |
-
" you refer!"
|
2329 |
-
msgstr ""
|
2330 |
-
|
2331 |
-
#: templates/forms/affiliation.php:145
|
2332 |
-
msgid "Program Summary"
|
2333 |
-
msgstr "Programoversigt"
|
2334 |
-
|
2335 |
-
#: templates/forms/affiliation.php:147
|
2336 |
-
msgid "%s commission when a customer purchases a new license."
|
2337 |
-
msgstr ""
|
2338 |
-
|
2339 |
-
#: templates/forms/affiliation.php:149
|
2340 |
-
msgid "Get commission for automated subscription renewals."
|
2341 |
-
msgstr ""
|
2342 |
-
|
2343 |
-
#: templates/forms/affiliation.php:152
|
2344 |
-
msgid ""
|
2345 |
-
"%s tracking cookie after the first visit to maximize earnings potential."
|
2346 |
-
msgstr ""
|
2347 |
-
|
2348 |
-
#: templates/forms/affiliation.php:155
|
2349 |
-
msgid "Unlimited commissions."
|
2350 |
-
msgstr ""
|
2351 |
-
|
2352 |
-
#: templates/forms/affiliation.php:157
|
2353 |
-
msgid "%s minimum payout amount."
|
2354 |
-
msgstr ""
|
2355 |
-
|
2356 |
-
#: templates/forms/affiliation.php:158
|
2357 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2358 |
-
msgstr ""
|
2359 |
-
|
2360 |
-
#: templates/forms/affiliation.php:159
|
2361 |
-
msgid ""
|
2362 |
-
"As we reserve 30 days for potential refunds, we only pay commissions that "
|
2363 |
-
"are older than 30 days."
|
2364 |
-
msgstr ""
|
2365 |
-
|
2366 |
-
#: templates/forms/affiliation.php:162
|
2367 |
-
msgid "Affiliate"
|
2368 |
-
msgstr "Affiliate"
|
2369 |
-
|
2370 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2371 |
-
msgid "Email address"
|
2372 |
-
msgstr "E-mailadresse"
|
2373 |
-
|
2374 |
-
#: templates/forms/affiliation.php:169
|
2375 |
-
msgid "Full name"
|
2376 |
-
msgstr "Fulde navn"
|
2377 |
-
|
2378 |
-
#: templates/forms/affiliation.php:173
|
2379 |
-
msgid "PayPal account email address"
|
2380 |
-
msgstr "E-mailadresse til PayPal-konto"
|
2381 |
-
|
2382 |
-
#: templates/forms/affiliation.php:177
|
2383 |
-
msgid "Where are you going to promote the %s?"
|
2384 |
-
msgstr "Hvor vil du promovere %s?"
|
2385 |
-
|
2386 |
-
#: templates/forms/affiliation.php:179
|
2387 |
-
msgid ""
|
2388 |
-
"Enter the domain of your website or other websites from where you plan to "
|
2389 |
-
"promote the %s."
|
2390 |
-
msgstr ""
|
2391 |
-
|
2392 |
-
#: templates/forms/affiliation.php:181
|
2393 |
-
msgid "Add another domain"
|
2394 |
-
msgstr "Tilføj andet domæne"
|
2395 |
-
|
2396 |
-
#: templates/forms/affiliation.php:185
|
2397 |
-
msgid "Extra Domains"
|
2398 |
-
msgstr "Ekstra domæner"
|
2399 |
-
|
2400 |
-
#: templates/forms/affiliation.php:186
|
2401 |
-
msgid "Extra domains where you will be marketing the product from."
|
2402 |
-
msgstr "Andre domæner du vil markedsføre produktet fra."
|
2403 |
-
|
2404 |
-
#: templates/forms/affiliation.php:196
|
2405 |
-
msgid "Promotion methods"
|
2406 |
-
msgstr "Promoveringsmetoder"
|
2407 |
-
|
2408 |
-
#: templates/forms/affiliation.php:199
|
2409 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2410 |
-
msgstr "Sociale medier (Facebook, Twitter osv.)"
|
2411 |
-
|
2412 |
-
#: templates/forms/affiliation.php:203
|
2413 |
-
msgid "Mobile apps"
|
2414 |
-
msgstr "Mobil-apps"
|
2415 |
-
|
2416 |
-
#: templates/forms/affiliation.php:207
|
2417 |
-
msgid "Website, email, and social media statistics (optional)"
|
2418 |
-
msgstr "Websted, e-mail, og statistikker for sociale medier (valgfrit)"
|
2419 |
-
|
2420 |
-
#: templates/forms/affiliation.php:210
|
2421 |
-
msgid ""
|
2422 |
-
"Please feel free to provide any relevant website or social media statistics,"
|
2423 |
-
" e.g. monthly unique site visits, number of email subscribers, followers, "
|
2424 |
-
"etc. (we will keep this information confidential)."
|
2425 |
-
msgstr ""
|
2426 |
-
|
2427 |
-
#: templates/forms/affiliation.php:214
|
2428 |
-
msgid "How will you promote us?"
|
2429 |
-
msgstr "Hvordan vil du promovere os?"
|
2430 |
-
|
2431 |
-
#: templates/forms/affiliation.php:217
|
2432 |
-
msgid ""
|
2433 |
-
"Please provide details on how you intend to promote %s (please be as "
|
2434 |
-
"specific as possible)."
|
2435 |
-
msgstr ""
|
2436 |
-
|
2437 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2438 |
-
msgid "Cancel"
|
2439 |
-
msgstr "Annuller"
|
2440 |
-
|
2441 |
-
#: templates/forms/affiliation.php:225
|
2442 |
-
msgid "Become an affiliate"
|
2443 |
-
msgstr "Bliv en affiliate"
|
2444 |
-
|
2445 |
-
#: templates/forms/license-activation.php:21
|
2446 |
-
msgid ""
|
2447 |
-
"Please enter the license key that you received in the email right after the "
|
2448 |
-
"purchase:"
|
2449 |
-
msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
|
2450 |
-
|
2451 |
-
#: templates/forms/license-activation.php:26
|
2452 |
-
msgid "Update License"
|
2453 |
-
msgstr "Opdater licens"
|
2454 |
-
|
2455 |
-
#: templates/forms/optout.php:30
|
2456 |
-
msgctxt "verb"
|
2457 |
-
msgid "Opt Out"
|
2458 |
-
msgstr "Frameld"
|
2459 |
-
|
2460 |
-
#: templates/forms/optout.php:31
|
2461 |
-
msgctxt "verb"
|
2462 |
-
msgid "Opt In"
|
2463 |
-
msgstr "Tilmeld"
|
2464 |
-
|
2465 |
-
#: templates/forms/optout.php:33
|
2466 |
-
msgid ""
|
2467 |
-
"Usage tracking is done in the name of making %s better. Making a better user"
|
2468 |
-
" experience, prioritizing new features, and more good things. We'd really "
|
2469 |
-
"appreciate if you'll reconsider letting us continue with the tracking."
|
2470 |
-
msgstr ""
|
2471 |
-
|
2472 |
-
#: templates/forms/optout.php:35
|
2473 |
-
msgid ""
|
2474 |
-
"By clicking \"Opt Out\", we will no longer be sending any data from %s to "
|
2475 |
-
"%s."
|
2476 |
-
msgstr "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
|
2477 |
-
|
2478 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2479 |
-
msgid "There is a new version of %s available."
|
2480 |
-
msgstr "En ny version af %s er tilgængelig."
|
2481 |
-
|
2482 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2483 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2484 |
-
msgstr ""
|
2485 |
-
|
2486 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2487 |
-
msgid "New Version Available"
|
2488 |
-
msgstr "Ny version tilgængelig"
|
2489 |
-
|
2490 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2491 |
-
msgctxt "close a window"
|
2492 |
-
msgid "Dismiss"
|
2493 |
-
msgstr "Fjern"
|
2494 |
-
|
2495 |
-
#: templates/forms/resend-key.php:21
|
2496 |
-
msgid "Send License Key"
|
2497 |
-
msgstr "Send licensnøgle"
|
2498 |
-
|
2499 |
-
#: templates/forms/resend-key.php:57
|
2500 |
-
msgid ""
|
2501 |
-
"Enter the email address you've used for the upgrade below and we will resend"
|
2502 |
-
" you the license key."
|
2503 |
-
msgstr "Indtast e-mailadressen, som du benyttede ved opgraderingen, nedenfor og vi vil gensende licensnøglen til dig."
|
2504 |
-
|
2505 |
-
#: templates/forms/subscription-cancellation.php:37
|
2506 |
-
msgid ""
|
2507 |
-
"Deactivating or uninstalling the %s will automatically disable the license, "
|
2508 |
-
"which you'll be able to use on another site."
|
2509 |
-
msgstr ""
|
2510 |
-
|
2511 |
-
#: templates/forms/subscription-cancellation.php:47
|
2512 |
-
msgid ""
|
2513 |
-
"In case you are NOT planning on using this %s on this site (or any other "
|
2514 |
-
"site) - would you like to cancel the %s as well?"
|
2515 |
-
msgstr ""
|
2516 |
-
|
2517 |
-
#: templates/forms/subscription-cancellation.php:52
|
2518 |
-
msgid "license"
|
2519 |
-
msgstr ""
|
2520 |
-
|
2521 |
-
#: templates/forms/subscription-cancellation.php:57
|
2522 |
-
msgid ""
|
2523 |
-
"Cancel %s - I no longer need any security & feature updates, nor support for"
|
2524 |
-
" %s because I'm not planning to use the %s on this, or any other site."
|
2525 |
-
msgstr ""
|
2526 |
-
|
2527 |
-
#: templates/forms/subscription-cancellation.php:68
|
2528 |
-
msgid ""
|
2529 |
-
"Don't cancel %s - I'm still interested in getting security & feature "
|
2530 |
-
"updates, as well as be able to contact support."
|
2531 |
-
msgstr ""
|
2532 |
-
|
2533 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2534 |
-
#. subscription'
|
2535 |
-
#: templates/forms/subscription-cancellation.php99,
|
2536 |
-
#: templates/account/partials/addon.php29,
|
2537 |
-
#: templates/account/partials/site.php:298
|
2538 |
-
msgid ""
|
2539 |
-
"%1$s will immediately stop all future recurring payments and your %s plan "
|
2540 |
-
"license will expire in %s."
|
2541 |
-
msgstr ""
|
2542 |
-
|
2543 |
-
#: templates/forms/subscription-cancellation.php:103
|
2544 |
-
msgid ""
|
2545 |
-
"Once your license expires you will no longer be able to use the %s, unless "
|
2546 |
-
"you activate it again with a valid premium license."
|
2547 |
-
msgstr ""
|
2548 |
-
|
2549 |
-
#: templates/forms/subscription-cancellation.php:136
|
2550 |
-
msgid "Cancel %s?"
|
2551 |
-
msgstr ""
|
2552 |
-
|
2553 |
-
#: templates/forms/subscription-cancellation.php:143
|
2554 |
-
msgid "Proceed"
|
2555 |
-
msgstr ""
|
2556 |
-
|
2557 |
-
#: templates/forms/subscription-cancellation.php191,
|
2558 |
-
#: templates/forms/deactivation/form.php:171
|
2559 |
-
msgid "Cancel %s & Proceed"
|
2560 |
-
msgstr ""
|
2561 |
-
|
2562 |
-
#: templates/forms/trial-start.php:22
|
2563 |
-
msgid ""
|
2564 |
-
"You are 1-click away from starting your %1$s-day free trial of the %2$s "
|
2565 |
-
"plan."
|
2566 |
-
msgstr "Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af planen %2$s."
|
2567 |
-
|
2568 |
-
#: templates/forms/trial-start.php:28
|
2569 |
-
msgid ""
|
2570 |
-
"For compliance with the WordPress.org guidelines, before we start the trial "
|
2571 |
-
"we ask that you opt in with your user and non-sensitive site information, "
|
2572 |
-
"allowing the %s to periodically send data to %s to check for version updates"
|
2573 |
-
" and to validate your trial."
|
2574 |
-
msgstr ""
|
2575 |
-
|
2576 |
-
#: templates/js/style-premium-theme.php:39
|
2577 |
-
msgid "Premium"
|
2578 |
-
msgstr "Premium"
|
2579 |
-
|
2580 |
-
#: templates/js/style-premium-theme.php:42
|
2581 |
-
msgid "Beta"
|
2582 |
-
msgstr ""
|
2583 |
-
|
2584 |
-
#: templates/partials/network-activation.php:27
|
2585 |
-
msgid "Activate license on all sites in the network."
|
2586 |
-
msgstr "Aktiver licens på alle websteder i netværket."
|
2587 |
-
|
2588 |
-
#: templates/partials/network-activation.php:28
|
2589 |
-
msgid "Apply on all sites in the network."
|
2590 |
-
msgstr "Anvend på alle websteder i netværket."
|
2591 |
-
|
2592 |
-
#: templates/partials/network-activation.php:31
|
2593 |
-
msgid "Activate license on all pending sites."
|
2594 |
-
msgstr "Akiver licens på alle afventende websteder."
|
2595 |
-
|
2596 |
-
#: templates/partials/network-activation.php:32
|
2597 |
-
msgid "Apply on all pending sites."
|
2598 |
-
msgstr "Anvend på alle afventende websteder."
|
2599 |
-
|
2600 |
-
#: templates/partials/network-activation.php40,
|
2601 |
-
#: templates/partials/network-activation.php:74
|
2602 |
-
msgid "allow"
|
2603 |
-
msgstr "tillad"
|
2604 |
-
|
2605 |
-
#: templates/partials/network-activation.php43,
|
2606 |
-
#: templates/partials/network-activation.php:77
|
2607 |
-
msgid "delegate"
|
2608 |
-
msgstr "delegér"
|
2609 |
-
|
2610 |
-
#: templates/partials/network-activation.php47,
|
2611 |
-
#: templates/partials/network-activation.php:81
|
2612 |
-
msgid "skip"
|
2613 |
-
msgstr "spring over"
|
2614 |
-
|
2615 |
-
#: templates/plugin-info/description.php72,
|
2616 |
-
#: templates/plugin-info/screenshots.php:31
|
2617 |
-
msgid "Click to view full-size screenshot %d"
|
2618 |
-
msgstr "Klik for at vise skærmbillede %d i fuld skærm"
|
2619 |
-
|
2620 |
-
#: templates/plugin-info/features.php:56
|
2621 |
-
msgid "Unlimited Updates"
|
2622 |
-
msgstr "Ubegrænsede opdateringer"
|
2623 |
-
|
2624 |
-
#: templates/account/partials/activate-license-button.php:46
|
2625 |
-
msgid "Localhost"
|
2626 |
-
msgstr "Localhost"
|
2627 |
-
|
2628 |
-
#: templates/account/partials/activate-license-button.php:50
|
2629 |
-
msgctxt "as 5 licenses left"
|
2630 |
-
msgid "%s left"
|
2631 |
-
msgstr "%s tilbage"
|
2632 |
-
|
2633 |
-
#: templates/account/partials/activate-license-button.php:51
|
2634 |
-
msgid "Last license"
|
2635 |
-
msgstr "Seneste license"
|
2636 |
-
|
2637 |
-
#: templates/account/partials/addon.php:167
|
2638 |
-
msgid "Cancelled"
|
2639 |
-
msgstr "Annulleret"
|
2640 |
-
|
2641 |
-
#: templates/account/partials/addon.php:177
|
2642 |
-
msgid "No expiration"
|
2643 |
-
msgstr "Udløber ikke"
|
2644 |
-
|
2645 |
-
#: templates/account/partials/site.php:181
|
2646 |
-
msgid "Owner Name"
|
2647 |
-
msgstr "Ejer-navn"
|
2648 |
-
|
2649 |
-
#: templates/account/partials/site.php:193
|
2650 |
-
msgid "Owner Email"
|
2651 |
-
msgstr "E-mailadresse for ejer"
|
2652 |
-
|
2653 |
-
#: templates/account/partials/site.php:205
|
2654 |
-
msgid "Owner ID"
|
2655 |
-
msgstr "Ejer-ID"
|
2656 |
-
|
2657 |
-
#: templates/account/partials/site.php:270
|
2658 |
-
msgid "Subscription"
|
2659 |
-
msgstr "Abonnement"
|
2660 |
-
|
2661 |
-
#: templates/forms/deactivation/contact.php:19
|
2662 |
-
msgid ""
|
2663 |
-
"Sorry for the inconvenience and we are here to help if you give us a chance."
|
2664 |
-
msgstr "Vi beklager ulejligheden, og vi er her for at hjælpe, hvis du giver os chancen."
|
2665 |
-
|
2666 |
-
#: templates/forms/deactivation/contact.php:22
|
2667 |
-
msgid "Contact Support"
|
2668 |
-
msgstr "Kontakt support"
|
2669 |
-
|
2670 |
-
#: templates/forms/deactivation/form.php:64
|
2671 |
-
msgid "Anonymous feedback"
|
2672 |
-
msgstr "Anonym feedback"
|
2673 |
-
|
2674 |
-
#: templates/forms/deactivation/form.php:70
|
2675 |
-
msgid "Deactivate"
|
2676 |
-
msgstr "Deaktiver"
|
2677 |
-
|
2678 |
-
#: templates/forms/deactivation/form.php:72
|
2679 |
-
msgid "Activate %s"
|
2680 |
-
msgstr "Aktiver %s"
|
2681 |
-
|
2682 |
-
#: templates/forms/deactivation/form.php:87
|
2683 |
-
msgid "Quick Feedback"
|
2684 |
-
msgstr ""
|
2685 |
-
|
2686 |
-
#: templates/forms/deactivation/form.php:91
|
2687 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2688 |
-
msgstr "Hvis du har tid, så lad os venligst vide hvorfor du %s"
|
2689 |
-
|
2690 |
-
#: templates/forms/deactivation/form.php:91
|
2691 |
-
msgid "deactivating"
|
2692 |
-
msgstr "deaktiverer"
|
2693 |
-
|
2694 |
-
#: templates/forms/deactivation/form.php:91
|
2695 |
-
msgid "switching"
|
2696 |
-
msgstr "skifter"
|
2697 |
-
|
2698 |
-
#: templates/forms/deactivation/form.php:365
|
2699 |
-
msgid "Submit & %s"
|
2700 |
-
msgstr "Send & %s"
|
2701 |
-
|
2702 |
-
#: templates/forms/deactivation/form.php:386
|
2703 |
-
msgid "Kindly tell us the reason so we can improve."
|
2704 |
-
msgstr "Fortæl os venligst årsagen, så vi kan forbedre det."
|
2705 |
-
|
2706 |
-
#: templates/forms/deactivation/form.php:511
|
2707 |
-
msgid "Yes - %s"
|
2708 |
-
msgstr "Ja - %s"
|
2709 |
-
|
2710 |
-
#: templates/forms/deactivation/form.php:518
|
2711 |
-
msgid "Skip & %s"
|
2712 |
-
msgstr "Spring over & %s"
|
2713 |
-
|
2714 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2715 |
-
msgid "Click here to use the plugin anonymously"
|
2716 |
-
msgstr "Klik her for at benytte pluginnet anonymt"
|
2717 |
-
|
2718 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2719 |
-
msgid ""
|
2720 |
-
"You might have missed it, but you don't have to share any data and can just "
|
2721 |
-
"%s the opt-in."
|
2722 |
-
msgstr "Du har måske overset det, men du behøver ikke at dele data og kan blot %s tilmeldingen."
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: \n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: \n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language: \n"
|
9 |
+
"Language-Team: \n"
|
10 |
+
"Content-Type: \n"
|
11 |
+
"Content-Transfer-Encoding: \n"
|
12 |
+
"Plural-Forms: \n"
|
13 |
+
o: https://github.com/Freemius/wordpress-sdk/issues\n"
|
14 |
+
"POT-Creation-Date: \n"
|
15 |
+
"PO-Revision-Date: 2019-06-05 13:40+0000\n"
|
16 |
+
"Last-Translator: Joachim Jensen\n"
|
17 |
+
"Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-sdk/language/da_DK/)\n"
|
18 |
+
"MIME-Version: 1.0\n"
|
19 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
20 |
+
"Content-Transfer-Encoding: 8bit\n"
|
21 |
+
"Language: da_DK\n"
|
22 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
23 |
+
"X-Poedit-Basepath: ..\n"
|
24 |
+
"X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
|
25 |
+
"X-Poedit-SearchPath-0: .\n"
|
26 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
27 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
28 |
+
|
29 |
+
#: includes/class-freemius.php1838, templates/account.php:769
|
30 |
+
msgid ""
|
31 |
+
"An update to a Beta version will replace your installed version of %s with "
|
32 |
+
"the latest Beta release - use with caution, and not on production sites. You"
|
33 |
+
" have been warned."
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: includes/class-freemius.php:1845
|
37 |
+
msgid "Would you like to proceed with the update?"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: includes/class-freemius.php:2053
|
41 |
+
msgid ""
|
42 |
+
"Freemius SDK couldn't find the plugin's main file. Please contact "
|
43 |
+
"sdk@freemius.com with the current error."
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: includes/class-freemius.php:2055
|
47 |
+
msgid "Error"
|
48 |
+
msgstr "Fejl"
|
49 |
+
|
50 |
+
#: includes/class-freemius.php:2445
|
51 |
+
msgid "I found a better %s"
|
52 |
+
msgstr "Jeg fandt et bedre %s"
|
53 |
+
|
54 |
+
#: includes/class-freemius.php:2447
|
55 |
+
msgid "What's the %s's name?"
|
56 |
+
msgstr "Hvad er navnet på %s?"
|
57 |
+
|
58 |
+
#: includes/class-freemius.php:2453
|
59 |
+
msgid "It's a temporary %s. I'm just debugging an issue."
|
60 |
+
msgstr "Det er en midlertidig %s. Jeg er i gang med fejlrettelser."
|
61 |
+
|
62 |
+
#: includes/class-freemius.php:2455
|
63 |
+
msgid "Deactivation"
|
64 |
+
msgstr "Deaktivering"
|
65 |
+
|
66 |
+
#: includes/class-freemius.php:2456
|
67 |
+
msgid "Theme Switch"
|
68 |
+
msgstr "Temaskift"
|
69 |
+
|
70 |
+
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
71 |
+
msgid "Other"
|
72 |
+
msgstr "Andet"
|
73 |
+
|
74 |
+
#: includes/class-freemius.php:2473
|
75 |
+
msgid "I no longer need the %s"
|
76 |
+
msgstr "Jeg har ikke længere brug for %s"
|
77 |
+
|
78 |
+
#: includes/class-freemius.php:2480
|
79 |
+
msgid "I only needed the %s for a short period"
|
80 |
+
msgstr "Jeg behøvede kun %s i en kort periode"
|
81 |
+
|
82 |
+
#: includes/class-freemius.php:2486
|
83 |
+
msgid "The %s broke my site"
|
84 |
+
msgstr "%s ødelagde min webside"
|
85 |
+
|
86 |
+
#: includes/class-freemius.php:2493
|
87 |
+
msgid "The %s suddenly stopped working"
|
88 |
+
msgstr "%s stoppede pludseligt med at virke"
|
89 |
+
|
90 |
+
#: includes/class-freemius.php:2503
|
91 |
+
msgid "I can't pay for it anymore"
|
92 |
+
msgstr "Jeg kan ikke længere betale for det"
|
93 |
+
|
94 |
+
#: includes/class-freemius.php:2505
|
95 |
+
msgid "What price would you feel comfortable paying?"
|
96 |
+
msgstr "Hvilken pris ville du foretrække at betale?"
|
97 |
+
|
98 |
+
#: includes/class-freemius.php:2511
|
99 |
+
msgid "I don't like to share my information with you"
|
100 |
+
msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
|
101 |
+
|
102 |
+
#: includes/class-freemius.php:2532
|
103 |
+
msgid "The %s didn't work"
|
104 |
+
msgstr "%s virkede ikke"
|
105 |
+
|
106 |
+
#: includes/class-freemius.php:2542
|
107 |
+
msgid "I couldn't understand how to make it work"
|
108 |
+
msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
|
109 |
+
|
110 |
+
#: includes/class-freemius.php:2550
|
111 |
+
msgid "The %s is great, but I need specific feature that you don't support"
|
112 |
+
msgstr "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
|
113 |
+
|
114 |
+
#: includes/class-freemius.php:2552
|
115 |
+
msgid "What feature?"
|
116 |
+
msgstr "Hvilken feature?"
|
117 |
+
|
118 |
+
#: includes/class-freemius.php:2556
|
119 |
+
msgid "The %s is not working"
|
120 |
+
msgstr "%s virker ikke"
|
121 |
+
|
122 |
+
#: includes/class-freemius.php:2558
|
123 |
+
msgid "Kindly share what didn't work so we can fix it for future users..."
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: includes/class-freemius.php:2562
|
127 |
+
msgid "It's not what I was looking for"
|
128 |
+
msgstr "Det er ikke, hvad jeg søgte"
|
129 |
+
|
130 |
+
#: includes/class-freemius.php:2564
|
131 |
+
msgid "What you've been looking for?"
|
132 |
+
msgstr "Hvad har du ledt efter?"
|
133 |
+
|
134 |
+
#: includes/class-freemius.php:2568
|
135 |
+
msgid "The %s didn't work as expected"
|
136 |
+
msgstr "%s virkede ikke som forventet"
|
137 |
+
|
138 |
+
#: includes/class-freemius.php:2570
|
139 |
+
msgid "What did you expect?"
|
140 |
+
msgstr "Hvad forventede du?"
|
141 |
+
|
142 |
+
#: includes/class-freemius.php3425, templates/debug.php:20
|
143 |
+
msgid "Freemius Debug"
|
144 |
+
msgstr "Freemius Debug"
|
145 |
+
|
146 |
+
#: includes/class-freemius.php:4177
|
147 |
+
msgid "I don't know what is cURL or how to install it, help me!"
|
148 |
+
msgstr "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
|
149 |
+
|
150 |
+
#: includes/class-freemius.php:4179
|
151 |
+
msgid ""
|
152 |
+
"We'll make sure to contact your hosting company and resolve the issue. You "
|
153 |
+
"will get a follow-up email to %s once we have an update."
|
154 |
+
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."
|
155 |
+
|
156 |
+
#: includes/class-freemius.php:4186
|
157 |
+
msgid ""
|
158 |
+
"Great, please install cURL and enable it in your php.ini file. In addition, "
|
159 |
+
"search for the 'disable_functions' directive in your php.ini file and remove"
|
160 |
+
" any disabled methods starting with 'curl_'. To make sure it was "
|
161 |
+
"successfully activated, use 'phpinfo()'. Once activated, deactivate the %s "
|
162 |
+
"and reactivate it back again."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: includes/class-freemius.php:4291
|
166 |
+
msgid "Yes - do your thing"
|
167 |
+
msgstr "Ja - fortsæt bare"
|
168 |
+
|
169 |
+
#: includes/class-freemius.php:4296
|
170 |
+
msgid "No - just deactivate"
|
171 |
+
msgstr "Nej - bare deaktiver"
|
172 |
+
|
173 |
+
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
174 |
+
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
175 |
+
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
176 |
+
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
177 |
+
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
178 |
+
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
179 |
+
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
180 |
+
msgctxt "exclamation"
|
181 |
+
msgid "Oops"
|
182 |
+
msgstr "Ups"
|
183 |
+
|
184 |
+
#: includes/class-freemius.php:4410
|
185 |
+
msgid ""
|
186 |
+
"Thank for giving us the chance to fix it! A message was just sent to our "
|
187 |
+
"technical staff. We will get back to you as soon as we have an update to %s."
|
188 |
+
" Appreciate your patience."
|
189 |
+
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."
|
190 |
+
|
191 |
+
#: includes/class-freemius.php:4847
|
192 |
+
msgctxt "addonX cannot run without pluginY"
|
193 |
+
msgid "%s cannot run without %s."
|
194 |
+
msgstr "%s virker ikke uden %s."
|
195 |
+
|
196 |
+
#: includes/class-freemius.php:4848
|
197 |
+
msgctxt "addonX cannot run..."
|
198 |
+
msgid "%s cannot run without the plugin."
|
199 |
+
msgstr "%s virker ikke uden pluginnet."
|
200 |
+
|
201 |
+
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
202 |
+
#: includes/class-freemius.php:19475
|
203 |
+
msgid ""
|
204 |
+
"Unexpected API error. Please contact the %s's author with the following "
|
205 |
+
"error."
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: includes/class-freemius.php:5687
|
209 |
+
msgid "Premium %s version was successfully activated."
|
210 |
+
msgstr "Premium-versionen af %s blev aktiveret."
|
211 |
+
|
212 |
+
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
213 |
+
msgctxt ""
|
214 |
+
"Used to express elation, enthusiasm, or triumph (especially in electronic "
|
215 |
+
"communication)."
|
216 |
+
msgid "W00t"
|
217 |
+
msgstr "W00t"
|
218 |
+
|
219 |
+
#: includes/class-freemius.php:5714
|
220 |
+
msgid "You have a %s license."
|
221 |
+
msgstr "Du har en %s licens."
|
222 |
+
|
223 |
+
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
224 |
+
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
225 |
+
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
226 |
+
#: includes/class-freemius.php:19229
|
227 |
+
msgctxt "interjection expressing joy or exuberance"
|
228 |
+
msgid "Yee-haw"
|
229 |
+
msgstr "Yee-haw"
|
230 |
+
|
231 |
+
#: includes/class-freemius.php:5982
|
232 |
+
msgid ""
|
233 |
+
"%s free trial was successfully cancelled. Since the add-on is premium only "
|
234 |
+
"it was automatically deactivated. If you like to use it in the future, "
|
235 |
+
"you'll have to purchase a license."
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: includes/class-freemius.php:5986
|
239 |
+
msgid ""
|
240 |
+
"%s is a premium only add-on. You have to purchase a license first before "
|
241 |
+
"activating the plugin."
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
245 |
+
#: templates/account/partials/addon.php:343
|
246 |
+
msgid "More information about %s"
|
247 |
+
msgstr "Mere information om %s"
|
248 |
+
|
249 |
+
#: includes/class-freemius.php:5996
|
250 |
+
msgid "Purchase License"
|
251 |
+
msgstr "Køb licens"
|
252 |
+
|
253 |
+
#: includes/class-freemius.php6931, templates/connect.php:163
|
254 |
+
msgid ""
|
255 |
+
"You should receive an activation email for %s to your mailbox at %s. Please "
|
256 |
+
"make sure you click the activation button in that email to %s."
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: includes/class-freemius.php:6935
|
260 |
+
msgid "start the trial"
|
261 |
+
msgstr "start prøveperioden"
|
262 |
+
|
263 |
+
#: includes/class-freemius.php6936, templates/connect.php:167
|
264 |
+
msgid "complete the install"
|
265 |
+
msgstr "færdiggør installeringen"
|
266 |
+
|
267 |
+
#: includes/class-freemius.php:7049
|
268 |
+
msgid "You are just one step away - %s"
|
269 |
+
msgstr "Du mangler kun ét skridt - %s"
|
270 |
+
|
271 |
+
#: includes/class-freemius.php:7052
|
272 |
+
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
273 |
+
msgid "Complete \"%s\" Activation Now"
|
274 |
+
msgstr "Færdiggør aktivering af \"%s\" nu"
|
275 |
+
|
276 |
+
#: includes/class-freemius.php:7130
|
277 |
+
msgid "We made a few tweaks to the %s, %s"
|
278 |
+
msgstr "Vi har foretaget nogle rettelser til %s, %s"
|
279 |
+
|
280 |
+
#: includes/class-freemius.php:7134
|
281 |
+
msgid "Opt in to make \"%s\" better!"
|
282 |
+
msgstr ""
|
283 |
+
|
284 |
+
#: includes/class-freemius.php:7566
|
285 |
+
msgid "The upgrade of %s was successfully completed."
|
286 |
+
msgstr "Opgraderingen af %s blev fuldendt."
|
287 |
+
|
288 |
+
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
289 |
+
#: includes/class-fs-plugin-updater.php1170,
|
290 |
+
#: includes/class-fs-plugin-updater.php1177,
|
291 |
+
#: templates/auto-installation.php:32
|
292 |
+
msgid "Add-On"
|
293 |
+
msgstr "Tilføjelse"
|
294 |
+
|
295 |
+
#: includes/class-freemius.php9730, templates/account.php313,
|
296 |
+
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
297 |
+
msgid "Plugin"
|
298 |
+
msgstr "Plugin"
|
299 |
+
|
300 |
+
#: includes/class-freemius.php9731, templates/account.php314,
|
301 |
+
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
302 |
+
#: templates/forms/deactivation/form.php:71
|
303 |
+
msgid "Theme"
|
304 |
+
msgstr "Tema"
|
305 |
+
|
306 |
+
#: includes/class-freemius.php:12148
|
307 |
+
msgid ""
|
308 |
+
"An unknown error has occurred while trying to set the user's beta mode."
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: includes/class-freemius.php:12549
|
312 |
+
msgid "Invalid site details collection."
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: includes/class-freemius.php:12669
|
316 |
+
msgid ""
|
317 |
+
"We couldn't find your email address in the system, are you sure it's the "
|
318 |
+
"right address?"
|
319 |
+
msgstr "Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er den rigtige adresse?"
|
320 |
+
|
321 |
+
#: includes/class-freemius.php:12671
|
322 |
+
msgid ""
|
323 |
+
"We can't see any active licenses associated with that email address, are you"
|
324 |
+
" sure it's the right address?"
|
325 |
+
msgstr "Vi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du sikker på, det er den rigtige adresse?"
|
326 |
+
|
327 |
+
#: includes/class-freemius.php:12945
|
328 |
+
msgid "Account is pending activation."
|
329 |
+
msgstr "Konto afventer aktivering."
|
330 |
+
|
331 |
+
#: includes/class-freemius.php13057,
|
332 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
333 |
+
msgid "Buy a license now"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: includes/class-freemius.php13069,
|
337 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
338 |
+
msgid "Renew your license now"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: includes/class-freemius.php:13073
|
342 |
+
msgid "%s to access version %s security & feature updates, and support."
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: includes/class-freemius.php:15448
|
346 |
+
msgid "%s activation was successfully completed."
|
347 |
+
msgstr "Aktivering af %s blev gennemført."
|
348 |
+
|
349 |
+
#: includes/class-freemius.php:15462
|
350 |
+
msgid "Your account was successfully activated with the %s plan."
|
351 |
+
msgstr "Din konto blev aktiveret med planen %s."
|
352 |
+
|
353 |
+
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
354 |
+
msgid "Your trial has been successfully started."
|
355 |
+
msgstr "Din prøveperiode er begyndt."
|
356 |
+
|
357 |
+
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
358 |
+
#: includes/class-freemius.php:16297
|
359 |
+
msgid "Couldn't activate %s."
|
360 |
+
msgstr "Kunne ikke aktivere %s."
|
361 |
+
|
362 |
+
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
363 |
+
#: includes/class-freemius.php:16298
|
364 |
+
msgid "Please contact us with the following message:"
|
365 |
+
msgstr "Kontakt os venligst med følgende besked:"
|
366 |
+
|
367 |
+
#: includes/class-freemius.php:16128
|
368 |
+
msgid "An unknown error has occurred."
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
372 |
+
msgid "Upgrade"
|
373 |
+
msgstr "Opgrader"
|
374 |
+
|
375 |
+
#: includes/class-freemius.php:16661
|
376 |
+
msgid "Start Trial"
|
377 |
+
msgstr "Start prøveperiode"
|
378 |
+
|
379 |
+
#: includes/class-freemius.php:16663
|
380 |
+
msgid "Pricing"
|
381 |
+
msgstr "Priser"
|
382 |
+
|
383 |
+
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
384 |
+
msgid "Affiliation"
|
385 |
+
msgstr "Affiliation"
|
386 |
+
|
387 |
+
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
388 |
+
#: templates/account.php177, templates/debug.php:326
|
389 |
+
msgid "Account"
|
390 |
+
msgstr "Konto"
|
391 |
+
|
392 |
+
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
393 |
+
#: includes/customizer/class-fs-customizer-support-section.php:60
|
394 |
+
msgid "Contact Us"
|
395 |
+
msgstr "Kontakt os"
|
396 |
+
|
397 |
+
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
398 |
+
#: includes/class-freemius.php21423, templates/account.php105,
|
399 |
+
#: templates/account/partials/addon.php:45
|
400 |
+
msgid "Add-Ons"
|
401 |
+
msgstr "Tilføjelser"
|
402 |
+
|
403 |
+
#: includes/class-freemius.php:16835
|
404 |
+
msgctxt "ASCII arrow left icon"
|
405 |
+
msgid "←"
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: includes/class-freemius.php:16835
|
409 |
+
msgctxt "ASCII arrow right icon"
|
410 |
+
msgid "➤"
|
411 |
+
msgstr ""
|
412 |
+
|
413 |
+
#: includes/class-freemius.php16837, templates/pricing.php:102
|
414 |
+
msgctxt "noun"
|
415 |
+
msgid "Pricing"
|
416 |
+
msgstr "Priser"
|
417 |
+
|
418 |
+
#: includes/class-freemius.php17050,
|
419 |
+
#: includes/customizer/class-fs-customizer-support-section.php:67
|
420 |
+
msgid "Support Forum"
|
421 |
+
msgstr "Supportforum"
|
422 |
+
|
423 |
+
#: includes/class-freemius.php:17995
|
424 |
+
msgid "Your email has been successfully verified - you are AWESOME!"
|
425 |
+
msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
|
426 |
+
|
427 |
+
#: includes/class-freemius.php:17996
|
428 |
+
msgctxt "a positive response"
|
429 |
+
msgid "Right on"
|
430 |
+
msgstr "Sådan"
|
431 |
+
|
432 |
+
#: includes/class-freemius.php:18660
|
433 |
+
msgid "Your %s Add-on plan was successfully upgraded."
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#: includes/class-freemius.php:18662
|
437 |
+
msgid "%s Add-on was successfully purchased."
|
438 |
+
msgstr "Betalingen for tilføjelsen %s blev gennemført."
|
439 |
+
|
440 |
+
#: includes/class-freemius.php:18665
|
441 |
+
msgid "Download the latest version"
|
442 |
+
msgstr "Download den seneste version"
|
443 |
+
|
444 |
+
#: includes/class-freemius.php:18751
|
445 |
+
msgid ""
|
446 |
+
"Your server is blocking the access to Freemius' API, which is crucial for "
|
447 |
+
"%1$s synchronization. Please contact your host to whitelist %2$s"
|
448 |
+
msgstr ""
|
449 |
+
|
450 |
+
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
451 |
+
#: includes/class-freemius.php:19277
|
452 |
+
msgid "Error received from the server:"
|
453 |
+
msgstr "Fejl modtager fra serveren:"
|
454 |
+
|
455 |
+
#: includes/class-freemius.php:18767
|
456 |
+
msgid ""
|
457 |
+
"It seems like one of the authentication parameters is wrong. Update your "
|
458 |
+
"Public Key, Secret Key & User ID, and try again."
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
462 |
+
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
463 |
+
msgctxt ""
|
464 |
+
"something somebody says when they are thinking about what you have just "
|
465 |
+
"said."
|
466 |
+
msgid "Hmm"
|
467 |
+
msgstr "Hmm"
|
468 |
+
|
469 |
+
#: includes/class-freemius.php:18974
|
470 |
+
msgid ""
|
471 |
+
"It looks like you are still on the %s plan. If you did upgrade or change "
|
472 |
+
"your plan, it's probably an issue on our side - sorry."
|
473 |
+
msgstr ""
|
474 |
+
|
475 |
+
#: includes/class-freemius.php18975, templates/account.php107,
|
476 |
+
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
477 |
+
msgctxt "trial period"
|
478 |
+
msgid "Trial"
|
479 |
+
msgstr "Prøveperiode"
|
480 |
+
|
481 |
+
#: includes/class-freemius.php:18980
|
482 |
+
msgid ""
|
483 |
+
"I have upgraded my account but when I try to Sync the License, the plan "
|
484 |
+
"remains %s."
|
485 |
+
msgstr "Jeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, forbliver planen %s."
|
486 |
+
|
487 |
+
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
488 |
+
msgid "Please contact us here"
|
489 |
+
msgstr "Kontakt os her"
|
490 |
+
|
491 |
+
#: includes/class-freemius.php:18995
|
492 |
+
msgid "Your plan was successfully activated."
|
493 |
+
msgstr ""
|
494 |
+
|
495 |
+
#: includes/class-freemius.php:18996
|
496 |
+
msgid "Your plan was successfully upgraded."
|
497 |
+
msgstr "Din plan er blevet opgraderet."
|
498 |
+
|
499 |
+
#: includes/class-freemius.php:19013
|
500 |
+
msgid "Your plan was successfully changed to %s."
|
501 |
+
msgstr "Din plan er blevet ændret til %s."
|
502 |
+
|
503 |
+
#: includes/class-freemius.php:19029
|
504 |
+
msgid ""
|
505 |
+
"Your license has expired. You can still continue using the free %s forever."
|
506 |
+
msgstr "Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis udgave af %s."
|
507 |
+
|
508 |
+
#: includes/class-freemius.php:19031
|
509 |
+
msgid ""
|
510 |
+
"Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
|
511 |
+
"without interruptions."
|
512 |
+
msgstr "Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte %3$s uden forstyrrelser."
|
513 |
+
|
514 |
+
#: includes/class-freemius.php:19039
|
515 |
+
msgid ""
|
516 |
+
"Your license has been cancelled. If you think it's a mistake, please contact"
|
517 |
+
" support."
|
518 |
+
msgstr "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support."
|
519 |
+
|
520 |
+
#: includes/class-freemius.php:19052
|
521 |
+
msgid ""
|
522 |
+
"Your license has expired. You can still continue using all the %s features, "
|
523 |
+
"but you'll need to renew your license to continue getting updates and "
|
524 |
+
"support."
|
525 |
+
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."
|
526 |
+
|
527 |
+
#: includes/class-freemius.php:19075
|
528 |
+
msgid ""
|
529 |
+
"Your free trial has expired. You can still continue using all our free "
|
530 |
+
"features."
|
531 |
+
msgstr "Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis features."
|
532 |
+
|
533 |
+
#: includes/class-freemius.php:19077
|
534 |
+
msgid ""
|
535 |
+
"Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
|
536 |
+
"without interruptions."
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
+
#: includes/class-freemius.php:19184
|
540 |
+
msgid "It looks like the license could not be activated."
|
541 |
+
msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
|
542 |
+
|
543 |
+
#: includes/class-freemius.php:19226
|
544 |
+
msgid "Your license was successfully activated."
|
545 |
+
msgstr "Din licens er blevet aktiveret."
|
546 |
+
|
547 |
+
#: includes/class-freemius.php:19252
|
548 |
+
msgid "It looks like your site currently doesn't have an active license."
|
549 |
+
msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
|
550 |
+
|
551 |
+
#: includes/class-freemius.php:19276
|
552 |
+
msgid "It looks like the license deactivation failed."
|
553 |
+
msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
|
554 |
+
|
555 |
+
#: includes/class-freemius.php:19304
|
556 |
+
msgid ""
|
557 |
+
"Your license was successfully deactivated, you are back to the %s plan."
|
558 |
+
msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
|
559 |
+
|
560 |
+
#: includes/class-freemius.php:19305
|
561 |
+
msgid "O.K"
|
562 |
+
msgstr "O.K"
|
563 |
+
|
564 |
+
#: includes/class-freemius.php:19358
|
565 |
+
msgid ""
|
566 |
+
"Seems like we are having some temporary issue with your subscription "
|
567 |
+
"cancellation. Please try again in few minutes."
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: includes/class-freemius.php:19367
|
571 |
+
msgid ""
|
572 |
+
"Your subscription was successfully cancelled. Your %s plan license will "
|
573 |
+
"expire in %s."
|
574 |
+
msgstr ""
|
575 |
+
|
576 |
+
#: includes/class-freemius.php:19409
|
577 |
+
msgid "You are already running the %s in a trial mode."
|
578 |
+
msgstr "Du benytter allerede %s under en prøveperiode."
|
579 |
+
|
580 |
+
#: includes/class-freemius.php:19420
|
581 |
+
msgid "You already utilized a trial before."
|
582 |
+
msgstr "Du har allerede brugt din prøveperiode."
|
583 |
+
|
584 |
+
#: includes/class-freemius.php:19434
|
585 |
+
msgid "Plan %s do not exist, therefore, can't start a trial."
|
586 |
+
msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
|
587 |
+
|
588 |
+
#: includes/class-freemius.php:19445
|
589 |
+
msgid "Plan %s does not support a trial period."
|
590 |
+
msgstr "Plan %s understøtter ikke en prøveperiode."
|
591 |
+
|
592 |
+
#: includes/class-freemius.php:19456
|
593 |
+
msgid "None of the %s's plans supports a trial period."
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: includes/class-freemius.php:19506
|
597 |
+
msgid ""
|
598 |
+
"It looks like you are not in trial mode anymore so there's nothing to cancel"
|
599 |
+
" :)"
|
600 |
+
msgstr "Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at annullere :-)"
|
601 |
+
|
602 |
+
#: includes/class-freemius.php:19542
|
603 |
+
msgid ""
|
604 |
+
"Seems like we are having some temporary issue with your trial cancellation. "
|
605 |
+
"Please try again in few minutes."
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: includes/class-freemius.php:19561
|
609 |
+
msgid "Your %s free trial was successfully cancelled."
|
610 |
+
msgstr "Din gratis prøveperiode for %s er blevet annulleret."
|
611 |
+
|
612 |
+
#: includes/class-freemius.php:19877
|
613 |
+
msgid "Version %s was released."
|
614 |
+
msgstr "Version %s er blevet udgivet."
|
615 |
+
|
616 |
+
#: includes/class-freemius.php:19877
|
617 |
+
msgid "Please download %s."
|
618 |
+
msgstr "Download venligst %s."
|
619 |
+
|
620 |
+
#: includes/class-freemius.php:19884
|
621 |
+
msgid "the latest %s version here"
|
622 |
+
msgstr "den seneste version af %s her"
|
623 |
+
|
624 |
+
#: includes/class-freemius.php:19889
|
625 |
+
msgid "New"
|
626 |
+
msgstr "Ny"
|
627 |
+
|
628 |
+
#: includes/class-freemius.php:19894
|
629 |
+
msgid "Seems like you got the latest release."
|
630 |
+
msgstr "Det ser ud til, at du har den seneste udgivelse."
|
631 |
+
|
632 |
+
#: includes/class-freemius.php:19895
|
633 |
+
msgid "You are all good!"
|
634 |
+
msgstr "Det var det!"
|
635 |
+
|
636 |
+
#: includes/class-freemius.php:20165
|
637 |
+
msgid ""
|
638 |
+
"Verification mail was just sent to %s. If you can't find it after 5 min, "
|
639 |
+
"please check your spam box."
|
640 |
+
msgstr ""
|
641 |
+
|
642 |
+
#: includes/class-freemius.php:20304
|
643 |
+
msgid "Site successfully opted in."
|
644 |
+
msgstr "Websted er tilmeldt."
|
645 |
+
|
646 |
+
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
647 |
+
msgid "Awesome"
|
648 |
+
msgstr "Sejt"
|
649 |
+
|
650 |
+
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
651 |
+
msgid ""
|
652 |
+
"We appreciate your help in making the %s better by letting us track some "
|
653 |
+
"usage data."
|
654 |
+
msgstr "Vi sætter pris på din hjælp med at forbedre %s ved at lade os indsamle brugsdata."
|
655 |
+
|
656 |
+
#: includes/class-freemius.php:20322
|
657 |
+
msgid "Thank you!"
|
658 |
+
msgstr "Mange tak!"
|
659 |
+
|
660 |
+
#: includes/class-freemius.php:20329
|
661 |
+
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
662 |
+
msgstr "Vi vil ikke længere indsende brugsdata af %s på %s til %s."
|
663 |
+
|
664 |
+
#: includes/class-freemius.php:20458
|
665 |
+
msgid ""
|
666 |
+
"Please check your mailbox, you should receive an email via %s to confirm the"
|
667 |
+
" ownership change. From security reasons, you must confirm the change within"
|
668 |
+
" the next 15 min. If you cannot find the email, please check your spam "
|
669 |
+
"folder."
|
670 |
+
msgstr ""
|
671 |
+
|
672 |
+
#: includes/class-freemius.php:20464
|
673 |
+
msgid ""
|
674 |
+
"Thanks for confirming the ownership change. An email was just sent to %s for"
|
675 |
+
" final approval."
|
676 |
+
msgstr ""
|
677 |
+
|
678 |
+
#: includes/class-freemius.php:20469
|
679 |
+
msgid "%s is the new owner of the account."
|
680 |
+
msgstr "%s er den nye ejer af kontoen."
|
681 |
+
|
682 |
+
#: includes/class-freemius.php:20471
|
683 |
+
msgctxt "as congratulations"
|
684 |
+
msgid "Congrats"
|
685 |
+
msgstr "Tillykke"
|
686 |
+
|
687 |
+
#: includes/class-freemius.php:20491
|
688 |
+
msgid ""
|
689 |
+
"Sorry, we could not complete the email update. Another user with the same "
|
690 |
+
"email is already registered."
|
691 |
+
msgstr ""
|
692 |
+
|
693 |
+
#: includes/class-freemius.php:20492
|
694 |
+
msgid ""
|
695 |
+
"If you would like to give up the ownership of the %s's account to %s click "
|
696 |
+
"the Change Ownership button."
|
697 |
+
msgstr ""
|
698 |
+
|
699 |
+
#: includes/class-freemius.php:20499
|
700 |
+
msgid "Change Ownership"
|
701 |
+
msgstr "Skift ejerskab"
|
702 |
+
|
703 |
+
#: includes/class-freemius.php:20507
|
704 |
+
msgid ""
|
705 |
+
"Your email was successfully updated. You should receive an email with "
|
706 |
+
"confirmation instructions in few moments."
|
707 |
+
msgstr ""
|
708 |
+
|
709 |
+
#: includes/class-freemius.php:20519
|
710 |
+
msgid "Please provide your full name."
|
711 |
+
msgstr "Indtast venligst dit fulde navn."
|
712 |
+
|
713 |
+
#: includes/class-freemius.php:20524
|
714 |
+
msgid "Your name was successfully updated."
|
715 |
+
msgstr "Dit navn er blevet opdateret."
|
716 |
+
|
717 |
+
#: includes/class-freemius.php:20585
|
718 |
+
msgid "You have successfully updated your %s."
|
719 |
+
msgstr "Opdatering af %s blev gennemført."
|
720 |
+
|
721 |
+
#: includes/class-freemius.php:20725
|
722 |
+
msgid ""
|
723 |
+
"Just letting you know that the add-ons information of %s is being pulled "
|
724 |
+
"from an external server."
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: includes/class-freemius.php:20726
|
728 |
+
msgctxt "advance notice of something that will need attention."
|
729 |
+
msgid "Heads up"
|
730 |
+
msgstr "Se her"
|
731 |
+
|
732 |
+
#: includes/class-freemius.php:21165
|
733 |
+
msgctxt "exclamation"
|
734 |
+
msgid "Hey"
|
735 |
+
msgstr "Hey"
|
736 |
+
|
737 |
+
#: includes/class-freemius.php:21165
|
738 |
+
msgid ""
|
739 |
+
"How do you like %s so far? Test all our %s premium features with a %d-day "
|
740 |
+
"free trial."
|
741 |
+
msgstr "Hvad syntes du om %s indtil videre? Test alle %s premium funktioner med en %d-dags gratis prøveperiode."
|
742 |
+
|
743 |
+
#: includes/class-freemius.php:21173
|
744 |
+
msgid "No commitment for %s days - cancel anytime!"
|
745 |
+
msgstr "Ingen bindinger i %s dage - annuller når som helst!"
|
746 |
+
|
747 |
+
#: includes/class-freemius.php:21174
|
748 |
+
msgid "No credit card required"
|
749 |
+
msgstr "Betalingskort ikke påkrævet"
|
750 |
+
|
751 |
+
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
752 |
+
msgctxt "call to action"
|
753 |
+
msgid "Start free trial"
|
754 |
+
msgstr "Start gratis prøveperiode"
|
755 |
+
|
756 |
+
#: includes/class-freemius.php:21258
|
757 |
+
msgid ""
|
758 |
+
"Hey there, did you know that %s has an affiliate program? If you like the %s"
|
759 |
+
" you can become our ambassador and earn some cash!"
|
760 |
+
msgstr ""
|
761 |
+
|
762 |
+
#: includes/class-freemius.php:21267
|
763 |
+
msgid "Learn more"
|
764 |
+
msgstr "Læs mere"
|
765 |
+
|
766 |
+
#: includes/class-freemius.php21447, templates/account.php474,
|
767 |
+
#: templates/account.php595, templates/connect.php171,
|
768 |
+
#: templates/connect.php421, templates/forms/license-activation.php25,
|
769 |
+
#: templates/account/partials/addon.php:287
|
770 |
+
msgid "Activate License"
|
771 |
+
msgstr "Aktiver licens"
|
772 |
+
|
773 |
+
#: includes/class-freemius.php21448, templates/account.php543,
|
774 |
+
#: templates/account.php594, templates/account/partials/site.php:256
|
775 |
+
msgid "Change License"
|
776 |
+
msgstr "Skift licens"
|
777 |
+
|
778 |
+
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
779 |
+
msgid "Opt Out"
|
780 |
+
msgstr "Frameld"
|
781 |
+
|
782 |
+
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
783 |
+
#: templates/account/partials/site.php43,
|
784 |
+
#: templates/account/partials/site.php:161
|
785 |
+
msgid "Opt In"
|
786 |
+
msgstr "Tilmeld"
|
787 |
+
|
788 |
+
#: includes/class-freemius.php:21775
|
789 |
+
msgid ""
|
790 |
+
" The paid version of %1$s is already installed. Please activate it to start "
|
791 |
+
"benefiting the %2$s features. %3$s"
|
792 |
+
msgstr ""
|
793 |
+
|
794 |
+
#: includes/class-freemius.php:21783
|
795 |
+
msgid "Activate %s features"
|
796 |
+
msgstr ""
|
797 |
+
|
798 |
+
#: includes/class-freemius.php:21796
|
799 |
+
msgid "Please follow these steps to complete the upgrade"
|
800 |
+
msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
|
801 |
+
|
802 |
+
#: includes/class-freemius.php:21800
|
803 |
+
msgid "Download the latest %s version"
|
804 |
+
msgstr "Download den seneste version af %s"
|
805 |
+
|
806 |
+
#: includes/class-freemius.php:21804
|
807 |
+
msgid "Upload and activate the downloaded version"
|
808 |
+
msgstr "Upload og aktiver den downloadede version"
|
809 |
+
|
810 |
+
#: includes/class-freemius.php:21806
|
811 |
+
msgid "How to upload and activate?"
|
812 |
+
msgstr "Upload og aktivering, hvordan?"
|
813 |
+
|
814 |
+
#: includes/class-freemius.php:21940
|
815 |
+
msgid ""
|
816 |
+
"%sClick here%s to choose the sites where you'd like to activate the license "
|
817 |
+
"on."
|
818 |
+
msgstr ""
|
819 |
+
|
820 |
+
#: includes/class-freemius.php:22101
|
821 |
+
msgid "Auto installation only works for opted-in users."
|
822 |
+
msgstr "Auto-installation fungerer kun for tilmeldte brugere."
|
823 |
+
|
824 |
+
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
825 |
+
#: includes/class-fs-plugin-updater.php1149,
|
826 |
+
#: includes/class-fs-plugin-updater.php:1163
|
827 |
+
msgid "Invalid module ID."
|
828 |
+
msgstr "Ugyldigt modul-ID."
|
829 |
+
|
830 |
+
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
831 |
+
msgid "Premium version already active."
|
832 |
+
msgstr "Premium version allerede aktiv."
|
833 |
+
|
834 |
+
#: includes/class-freemius.php:22127
|
835 |
+
msgid "You do not have a valid license to access the premium version."
|
836 |
+
msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
|
837 |
+
|
838 |
+
#: includes/class-freemius.php:22134
|
839 |
+
msgid ""
|
840 |
+
"Plugin is a \"Serviceware\" which means it does not have a premium code "
|
841 |
+
"version."
|
842 |
+
msgstr ""
|
843 |
+
|
844 |
+
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
845 |
+
msgid "Premium add-on version already installed."
|
846 |
+
msgstr "Premium tilføjelse er allerede installeret."
|
847 |
+
|
848 |
+
#: includes/class-freemius.php:22497
|
849 |
+
msgid "View paid features"
|
850 |
+
msgstr "Vis betalte features"
|
851 |
+
|
852 |
+
#: includes/class-freemius.php:22819
|
853 |
+
msgid "Thank you so much for using %s and its add-ons!"
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
+
#: includes/class-freemius.php:22820
|
857 |
+
msgid "Thank you so much for using %s!"
|
858 |
+
msgstr "Tak fordi du benytter %s!"
|
859 |
+
|
860 |
+
#: includes/class-freemius.php:22826
|
861 |
+
msgid ""
|
862 |
+
"You've already opted-in to our usage-tracking, which helps us keep improving"
|
863 |
+
" the %s."
|
864 |
+
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre %s."
|
865 |
+
|
866 |
+
#: includes/class-freemius.php:22830
|
867 |
+
msgid "Thank you so much for using our products!"
|
868 |
+
msgstr "Mange tak for at benytte vores produkter!"
|
869 |
+
|
870 |
+
#: includes/class-freemius.php:22831
|
871 |
+
msgid ""
|
872 |
+
"You've already opted-in to our usage-tracking, which helps us keep improving"
|
873 |
+
" them."
|
874 |
+
msgstr "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre dem."
|
875 |
+
|
876 |
+
#: includes/class-freemius.php:22850
|
877 |
+
msgid "%s and its add-ons"
|
878 |
+
msgstr "%s og tilføjelser"
|
879 |
+
|
880 |
+
#: includes/class-freemius.php:22859
|
881 |
+
msgid "Products"
|
882 |
+
msgstr "Produkter"
|
883 |
+
|
884 |
+
#: includes/class-freemius.php22866, templates/connect.php:272
|
885 |
+
msgid "Yes"
|
886 |
+
msgstr "Ja"
|
887 |
+
|
888 |
+
#: includes/class-freemius.php22867, templates/connect.php:273
|
889 |
+
msgid "send me security & feature updates, educational content and offers."
|
890 |
+
msgstr "send mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
891 |
+
|
892 |
+
#: includes/class-freemius.php22868, templates/connect.php:278
|
893 |
+
msgid "No"
|
894 |
+
msgstr "Nej"
|
895 |
+
|
896 |
+
#: includes/class-freemius.php22870, templates/connect.php:280
|
897 |
+
msgid ""
|
898 |
+
"do %sNOT%s send me security & feature updates, educational content and "
|
899 |
+
"offers."
|
900 |
+
msgstr "send %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
|
901 |
+
|
902 |
+
#: includes/class-freemius.php:22880
|
903 |
+
msgid ""
|
904 |
+
"Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
|
905 |
+
"requirements it is required that you provide your explicit consent, again, "
|
906 |
+
"confirming that you are onboard :-)"
|
907 |
+
msgstr ""
|
908 |
+
|
909 |
+
#: includes/class-freemius.php22882, templates/connect.php:287
|
910 |
+
msgid ""
|
911 |
+
"Please let us know if you'd like us to contact you for security & feature "
|
912 |
+
"updates, educational content, and occasional offers:"
|
913 |
+
msgstr "Lad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-opdateringer, informativt indhold og lejlighedsvise tilbud:"
|
914 |
+
|
915 |
+
#: includes/class-freemius.php:23164
|
916 |
+
msgid "License key is empty."
|
917 |
+
msgstr "Licensnøglen er tom."
|
918 |
+
|
919 |
+
#: includes/class-fs-plugin-updater.php184,
|
920 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
921 |
+
msgid "Renew license"
|
922 |
+
msgstr "Forny licens"
|
923 |
+
|
924 |
+
#: includes/class-fs-plugin-updater.php189,
|
925 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
926 |
+
msgid "Buy license"
|
927 |
+
msgstr ""
|
928 |
+
|
929 |
+
#: includes/class-fs-plugin-updater.php280,
|
930 |
+
#: includes/class-fs-plugin-updater.php:313
|
931 |
+
msgid "There is a %s of %s available."
|
932 |
+
msgstr ""
|
933 |
+
|
934 |
+
#: includes/class-fs-plugin-updater.php282,
|
935 |
+
#: includes/class-fs-plugin-updater.php:318
|
936 |
+
msgid "new Beta version"
|
937 |
+
msgstr ""
|
938 |
+
|
939 |
+
#: includes/class-fs-plugin-updater.php283,
|
940 |
+
#: includes/class-fs-plugin-updater.php:319
|
941 |
+
msgid "new version"
|
942 |
+
msgstr ""
|
943 |
+
|
944 |
+
#: includes/class-fs-plugin-updater.php:342
|
945 |
+
msgid "Important Upgrade Notice:"
|
946 |
+
msgstr ""
|
947 |
+
|
948 |
+
#: includes/class-fs-plugin-updater.php:1214
|
949 |
+
msgid "Installing plugin: %s"
|
950 |
+
msgstr "Installerer plugin: %s"
|
951 |
+
|
952 |
+
#: includes/class-fs-plugin-updater.php:1255
|
953 |
+
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
954 |
+
msgstr ""
|
955 |
+
|
956 |
+
#: includes/class-fs-plugin-updater.php:1437
|
957 |
+
msgid ""
|
958 |
+
"The remote plugin package does not contain a folder with the desired slug "
|
959 |
+
"and renaming did not work."
|
960 |
+
msgstr ""
|
961 |
+
|
962 |
+
#: includes/fs-plugin-info-dialog.php:509
|
963 |
+
msgid "Purchase More"
|
964 |
+
msgstr ""
|
965 |
+
|
966 |
+
#: includes/fs-plugin-info-dialog.php510,
|
967 |
+
#: templates/account/partials/addon.php:347
|
968 |
+
msgctxt "verb"
|
969 |
+
msgid "Purchase"
|
970 |
+
msgstr "Køb"
|
971 |
+
|
972 |
+
#: includes/fs-plugin-info-dialog.php:514
|
973 |
+
msgid "Start my free %s"
|
974 |
+
msgstr "Start min gratis %s"
|
975 |
+
|
976 |
+
#: includes/fs-plugin-info-dialog.php:712
|
977 |
+
msgid "Install Free Version Update Now"
|
978 |
+
msgstr "Installer opdatering til gratis version nu"
|
979 |
+
|
980 |
+
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
981 |
+
msgid "Install Update Now"
|
982 |
+
msgstr "Installer opdatering nu"
|
983 |
+
|
984 |
+
#: includes/fs-plugin-info-dialog.php:722
|
985 |
+
msgid "Install Free Version Now"
|
986 |
+
msgstr "Installer gratis version nu"
|
987 |
+
|
988 |
+
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
989 |
+
#: templates/auto-installation.php111,
|
990 |
+
#: templates/account/partials/addon.php327,
|
991 |
+
#: templates/account/partials/addon.php:379
|
992 |
+
msgid "Install Now"
|
993 |
+
msgstr "Installer nu"
|
994 |
+
|
995 |
+
#: includes/fs-plugin-info-dialog.php:739
|
996 |
+
msgctxt "as download latest version"
|
997 |
+
msgid "Download Latest Free Version"
|
998 |
+
msgstr "Download seneste gratis version"
|
999 |
+
|
1000 |
+
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
1001 |
+
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
1002 |
+
msgctxt "as download latest version"
|
1003 |
+
msgid "Download Latest"
|
1004 |
+
msgstr "Download seneste"
|
1005 |
+
|
1006 |
+
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
1007 |
+
#: templates/account/partials/addon.php318,
|
1008 |
+
#: templates/account/partials/addon.php:373
|
1009 |
+
msgid "Activate this add-on"
|
1010 |
+
msgstr "Aktiver denne tilføjelse"
|
1011 |
+
|
1012 |
+
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
1013 |
+
msgid "Activate Free Version"
|
1014 |
+
msgstr "Aktiver gratis version"
|
1015 |
+
|
1016 |
+
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
1017 |
+
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
1018 |
+
msgid "Activate"
|
1019 |
+
msgstr "Aktiver"
|
1020 |
+
|
1021 |
+
#: includes/fs-plugin-info-dialog.php:968
|
1022 |
+
msgctxt "Plugin installer section title"
|
1023 |
+
msgid "Description"
|
1024 |
+
msgstr "Beskrivelse"
|
1025 |
+
|
1026 |
+
#: includes/fs-plugin-info-dialog.php:969
|
1027 |
+
msgctxt "Plugin installer section title"
|
1028 |
+
msgid "Installation"
|
1029 |
+
msgstr "Installering"
|
1030 |
+
|
1031 |
+
#: includes/fs-plugin-info-dialog.php:970
|
1032 |
+
msgctxt "Plugin installer section title"
|
1033 |
+
msgid "FAQ"
|
1034 |
+
msgstr "FAQ"
|
1035 |
+
|
1036 |
+
#: includes/fs-plugin-info-dialog.php971,
|
1037 |
+
#: templates/plugin-info/description.php:55
|
1038 |
+
msgid "Screenshots"
|
1039 |
+
msgstr "Skærmbilleder"
|
1040 |
+
|
1041 |
+
#: includes/fs-plugin-info-dialog.php:972
|
1042 |
+
msgctxt "Plugin installer section title"
|
1043 |
+
msgid "Changelog"
|
1044 |
+
msgstr "Ændringslog"
|
1045 |
+
|
1046 |
+
#: includes/fs-plugin-info-dialog.php:973
|
1047 |
+
msgctxt "Plugin installer section title"
|
1048 |
+
msgid "Reviews"
|
1049 |
+
msgstr "Anmeldelser"
|
1050 |
+
|
1051 |
+
#: includes/fs-plugin-info-dialog.php:974
|
1052 |
+
msgctxt "Plugin installer section title"
|
1053 |
+
msgid "Other Notes"
|
1054 |
+
msgstr "Andre noter"
|
1055 |
+
|
1056 |
+
#: includes/fs-plugin-info-dialog.php:989
|
1057 |
+
msgctxt "Plugin installer section title"
|
1058 |
+
msgid "Features & Pricing"
|
1059 |
+
msgstr "Funktioner og priser"
|
1060 |
+
|
1061 |
+
#: includes/fs-plugin-info-dialog.php:999
|
1062 |
+
msgid "Plugin Install"
|
1063 |
+
msgstr "Plugin-installering"
|
1064 |
+
|
1065 |
+
#: includes/fs-plugin-info-dialog.php:1071
|
1066 |
+
msgctxt "e.g. Professional Plan"
|
1067 |
+
msgid "%s Plan"
|
1068 |
+
msgstr "%s Plan"
|
1069 |
+
|
1070 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
1071 |
+
msgctxt "e.g. the best product"
|
1072 |
+
msgid "Best"
|
1073 |
+
msgstr "Bedste"
|
1074 |
+
|
1075 |
+
#: includes/fs-plugin-info-dialog.php1103,
|
1076 |
+
#: includes/fs-plugin-info-dialog.php:1123
|
1077 |
+
msgctxt "as every month"
|
1078 |
+
msgid "Monthly"
|
1079 |
+
msgstr "Månedligt"
|
1080 |
+
|
1081 |
+
#: includes/fs-plugin-info-dialog.php:1106
|
1082 |
+
msgctxt "as once a year"
|
1083 |
+
msgid "Annual"
|
1084 |
+
msgstr "Årligt"
|
1085 |
+
|
1086 |
+
#: includes/fs-plugin-info-dialog.php:1109
|
1087 |
+
msgid "Lifetime"
|
1088 |
+
msgstr "Livstid"
|
1089 |
+
|
1090 |
+
#: includes/fs-plugin-info-dialog.php1123,
|
1091 |
+
#: includes/fs-plugin-info-dialog.php1125,
|
1092 |
+
#: includes/fs-plugin-info-dialog.php:1127
|
1093 |
+
msgctxt "e.g. billed monthly"
|
1094 |
+
msgid "Billed %s"
|
1095 |
+
msgstr "Faktureret %s"
|
1096 |
+
|
1097 |
+
#: includes/fs-plugin-info-dialog.php:1125
|
1098 |
+
msgctxt "as once a year"
|
1099 |
+
msgid "Annually"
|
1100 |
+
msgstr "Årligt"
|
1101 |
+
|
1102 |
+
#: includes/fs-plugin-info-dialog.php:1127
|
1103 |
+
msgctxt "as once a year"
|
1104 |
+
msgid "Once"
|
1105 |
+
msgstr "Engangsbeløb"
|
1106 |
+
|
1107 |
+
#: includes/fs-plugin-info-dialog.php:1133
|
1108 |
+
msgid "Single Site License"
|
1109 |
+
msgstr ""
|
1110 |
+
|
1111 |
+
#: includes/fs-plugin-info-dialog.php:1135
|
1112 |
+
msgid "Unlimited Licenses"
|
1113 |
+
msgstr "Ubegrænsede licenser"
|
1114 |
+
|
1115 |
+
#: includes/fs-plugin-info-dialog.php:1137
|
1116 |
+
msgid "Up to %s Sites"
|
1117 |
+
msgstr "Op til %s websteder"
|
1118 |
+
|
1119 |
+
#: includes/fs-plugin-info-dialog.php1147,
|
1120 |
+
#: templates/plugin-info/features.php:82
|
1121 |
+
msgctxt "as monthly period"
|
1122 |
+
msgid "mo"
|
1123 |
+
msgstr "md"
|
1124 |
+
|
1125 |
+
#: includes/fs-plugin-info-dialog.php1154,
|
1126 |
+
#: templates/plugin-info/features.php:80
|
1127 |
+
msgctxt "as annual period"
|
1128 |
+
msgid "year"
|
1129 |
+
msgstr "år"
|
1130 |
+
|
1131 |
+
#: includes/fs-plugin-info-dialog.php:1208
|
1132 |
+
msgctxt "noun"
|
1133 |
+
msgid "Price"
|
1134 |
+
msgstr "Pris"
|
1135 |
+
|
1136 |
+
#: includes/fs-plugin-info-dialog.php:1256
|
1137 |
+
msgid "Save %s"
|
1138 |
+
msgstr "Spar %s"
|
1139 |
+
|
1140 |
+
#: includes/fs-plugin-info-dialog.php:1266
|
1141 |
+
msgid "No commitment for %s - cancel anytime"
|
1142 |
+
msgstr "Ingen bindinger ved %s - annuller når som helst"
|
1143 |
+
|
1144 |
+
#: includes/fs-plugin-info-dialog.php:1269
|
1145 |
+
msgid "After your free %s, pay as little as %s"
|
1146 |
+
msgstr "Efter din gratis %s er prisen kun %s"
|
1147 |
+
|
1148 |
+
#: includes/fs-plugin-info-dialog.php:1280
|
1149 |
+
msgid "Details"
|
1150 |
+
msgstr "Detaljer"
|
1151 |
+
|
1152 |
+
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1153 |
+
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1154 |
+
#: templates/account/partials/addon.php:36
|
1155 |
+
msgctxt "product version"
|
1156 |
+
msgid "Version"
|
1157 |
+
msgstr "Version"
|
1158 |
+
|
1159 |
+
#: includes/fs-plugin-info-dialog.php:1291
|
1160 |
+
msgctxt "as the plugin author"
|
1161 |
+
msgid "Author"
|
1162 |
+
msgstr "Forfatter"
|
1163 |
+
|
1164 |
+
#: includes/fs-plugin-info-dialog.php:1298
|
1165 |
+
msgid "Last Updated"
|
1166 |
+
msgstr "Senest opdateret"
|
1167 |
+
|
1168 |
+
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1169 |
+
msgctxt "x-ago"
|
1170 |
+
msgid "%s ago"
|
1171 |
+
msgstr "%s siden"
|
1172 |
+
|
1173 |
+
#: includes/fs-plugin-info-dialog.php:1312
|
1174 |
+
msgid "Requires WordPress Version"
|
1175 |
+
msgstr "Kræver WordPress-version"
|
1176 |
+
|
1177 |
+
#: includes/fs-plugin-info-dialog.php:1313
|
1178 |
+
msgid "%s or higher"
|
1179 |
+
msgstr "%s eller højere"
|
1180 |
+
|
1181 |
+
#: includes/fs-plugin-info-dialog.php:1320
|
1182 |
+
msgid "Compatible up to"
|
1183 |
+
msgstr "Kompatibel op til"
|
1184 |
+
|
1185 |
+
#: includes/fs-plugin-info-dialog.php:1328
|
1186 |
+
msgid "Downloaded"
|
1187 |
+
msgstr "Downloadet"
|
1188 |
+
|
1189 |
+
#: includes/fs-plugin-info-dialog.php:1332
|
1190 |
+
msgid "%s time"
|
1191 |
+
msgstr "%s gang"
|
1192 |
+
|
1193 |
+
#: includes/fs-plugin-info-dialog.php:1334
|
1194 |
+
msgid "%s times"
|
1195 |
+
msgstr "%s gange"
|
1196 |
+
|
1197 |
+
#: includes/fs-plugin-info-dialog.php:1344
|
1198 |
+
msgid "WordPress.org Plugin Page"
|
1199 |
+
msgstr "WordPress.org Plugin-side"
|
1200 |
+
|
1201 |
+
#: includes/fs-plugin-info-dialog.php:1352
|
1202 |
+
msgid "Plugin Homepage"
|
1203 |
+
msgstr "Plugin-websted"
|
1204 |
+
|
1205 |
+
#: includes/fs-plugin-info-dialog.php1360,
|
1206 |
+
#: includes/fs-plugin-info-dialog.php:1442
|
1207 |
+
msgid "Donate to this plugin"
|
1208 |
+
msgstr "Donér til dette plugin"
|
1209 |
+
|
1210 |
+
#: includes/fs-plugin-info-dialog.php:1367
|
1211 |
+
msgid "Average Rating"
|
1212 |
+
msgstr "Gennemsnitlig vurdering"
|
1213 |
+
|
1214 |
+
#: includes/fs-plugin-info-dialog.php:1374
|
1215 |
+
msgid "based on %s"
|
1216 |
+
msgstr "baseret på %s"
|
1217 |
+
|
1218 |
+
#: includes/fs-plugin-info-dialog.php:1378
|
1219 |
+
msgid "%s rating"
|
1220 |
+
msgstr "%s vurdering"
|
1221 |
+
|
1222 |
+
#: includes/fs-plugin-info-dialog.php:1380
|
1223 |
+
msgid "%s ratings"
|
1224 |
+
msgstr "%s vurderinger"
|
1225 |
+
|
1226 |
+
#: includes/fs-plugin-info-dialog.php:1395
|
1227 |
+
msgid "%s star"
|
1228 |
+
msgstr "%s stjerne"
|
1229 |
+
|
1230 |
+
#: includes/fs-plugin-info-dialog.php:1397
|
1231 |
+
msgid "%s stars"
|
1232 |
+
msgstr "%s stjerner"
|
1233 |
+
|
1234 |
+
#: includes/fs-plugin-info-dialog.php:1408
|
1235 |
+
msgid "Click to see reviews that provided a rating of %s"
|
1236 |
+
msgstr ""
|
1237 |
+
|
1238 |
+
#: includes/fs-plugin-info-dialog.php:1421
|
1239 |
+
msgid "Contributors"
|
1240 |
+
msgstr "Bidragsydere"
|
1241 |
+
|
1242 |
+
#: includes/fs-plugin-info-dialog.php1450,
|
1243 |
+
#: includes/fs-plugin-info-dialog.php:1452
|
1244 |
+
msgid "Warning"
|
1245 |
+
msgstr "Advarsel"
|
1246 |
+
|
1247 |
+
#: includes/fs-plugin-info-dialog.php:1450
|
1248 |
+
msgid ""
|
1249 |
+
"This plugin has not been tested with your current version of WordPress."
|
1250 |
+
msgstr "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
|
1251 |
+
|
1252 |
+
#: includes/fs-plugin-info-dialog.php:1452
|
1253 |
+
msgid ""
|
1254 |
+
"This plugin has not been marked as compatible with your version of "
|
1255 |
+
"WordPress."
|
1256 |
+
msgstr ""
|
1257 |
+
|
1258 |
+
#: includes/fs-plugin-info-dialog.php:1471
|
1259 |
+
msgid "Paid add-on must be deployed to Freemius."
|
1260 |
+
msgstr ""
|
1261 |
+
|
1262 |
+
#: includes/fs-plugin-info-dialog.php:1472
|
1263 |
+
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1264 |
+
msgstr ""
|
1265 |
+
|
1266 |
+
#: includes/fs-plugin-info-dialog.php:1493
|
1267 |
+
msgid "Newer Version (%s) Installed"
|
1268 |
+
msgstr "Nyere version (%s) installeret"
|
1269 |
+
|
1270 |
+
#: includes/fs-plugin-info-dialog.php:1494
|
1271 |
+
msgid "Newer Free Version (%s) Installed"
|
1272 |
+
msgstr "Nyere gratis version (%s) installeret"
|
1273 |
+
|
1274 |
+
#: includes/fs-plugin-info-dialog.php:1501
|
1275 |
+
msgid "Latest Version Installed"
|
1276 |
+
msgstr "Seneste version installeret"
|
1277 |
+
|
1278 |
+
#: includes/fs-plugin-info-dialog.php:1502
|
1279 |
+
msgid "Latest Free Version Installed"
|
1280 |
+
msgstr "Seneste gratis version installeret"
|
1281 |
+
|
1282 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1283 |
+
#: templates/account/partials/addon.php26,
|
1284 |
+
#: templates/account/partials/site.php:295
|
1285 |
+
msgid "Downgrading your plan"
|
1286 |
+
msgstr ""
|
1287 |
+
|
1288 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1289 |
+
#: templates/account/partials/addon.php27,
|
1290 |
+
#: templates/account/partials/site.php:296
|
1291 |
+
msgid "Cancelling the subscription"
|
1292 |
+
msgstr ""
|
1293 |
+
|
1294 |
+
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1295 |
+
#. subscription'
|
1296 |
+
#: templates/account.php:89
|
1297 |
+
msgid ""
|
1298 |
+
"%1$s will immediately stop all future recurring payments and your %2$s plan "
|
1299 |
+
"license will expire in %3$s."
|
1300 |
+
msgstr ""
|
1301 |
+
|
1302 |
+
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1303 |
+
#: templates/account/partials/addon.php30,
|
1304 |
+
#: templates/account/partials/site.php:299
|
1305 |
+
msgid ""
|
1306 |
+
"Please note that we will not be able to grandfather outdated pricing for "
|
1307 |
+
"renewals/new subscriptions after a cancellation. If you choose to renew the "
|
1308 |
+
"subscription manually in the future, after a price increase, which typically"
|
1309 |
+
" occurs once a year, you will be charged the updated price."
|
1310 |
+
msgstr ""
|
1311 |
+
|
1312 |
+
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1313 |
+
#: templates/account/partials/addon.php:31
|
1314 |
+
msgid ""
|
1315 |
+
"Cancelling the trial will immediately block access to all premium features. "
|
1316 |
+
"Are you sure?"
|
1317 |
+
msgstr ""
|
1318 |
+
|
1319 |
+
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1320 |
+
#: templates/account/partials/addon.php32,
|
1321 |
+
#: templates/account/partials/site.php:300
|
1322 |
+
msgid ""
|
1323 |
+
"You can still enjoy all %s features but you will not have access to %s "
|
1324 |
+
"security & feature updates, nor support."
|
1325 |
+
msgstr ""
|
1326 |
+
|
1327 |
+
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1328 |
+
#: templates/account/partials/addon.php33,
|
1329 |
+
#: templates/account/partials/site.php:301
|
1330 |
+
msgid ""
|
1331 |
+
"Once your license expires you can still use the Free version but you will "
|
1332 |
+
"NOT have access to the %s features."
|
1333 |
+
msgstr ""
|
1334 |
+
|
1335 |
+
#. translators: %s: Plan title (e.g. "Professional")
|
1336 |
+
#: templates/account.php95,
|
1337 |
+
#: templates/account/partials/activate-license-button.php31,
|
1338 |
+
#: templates/account/partials/addon.php:35
|
1339 |
+
msgid "Activate %s Plan"
|
1340 |
+
msgstr "Aktiver %s plan"
|
1341 |
+
|
1342 |
+
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1343 |
+
#: templates/account.php98, templates/account/partials/addon.php38,
|
1344 |
+
#: templates/account/partials/site.php:275
|
1345 |
+
msgid "Auto renews in %s"
|
1346 |
+
msgstr "Auto-fornyer om %s"
|
1347 |
+
|
1348 |
+
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1349 |
+
#: templates/account.php100, templates/account/partials/addon.php40,
|
1350 |
+
#: templates/account/partials/site.php:277
|
1351 |
+
msgid "Expires in %s"
|
1352 |
+
msgstr "Udløber om %s"
|
1353 |
+
|
1354 |
+
#: templates/account.php101, templates/account/partials/addon.php:41
|
1355 |
+
msgctxt "as synchronize license"
|
1356 |
+
msgid "Sync License"
|
1357 |
+
msgstr "Synkroniser licens"
|
1358 |
+
|
1359 |
+
#: templates/account.php102, templates/account/partials/addon.php:42
|
1360 |
+
msgid "Cancel Trial"
|
1361 |
+
msgstr "Annuller prøveperiode"
|
1362 |
+
|
1363 |
+
#: templates/account.php103, templates/account/partials/addon.php:43
|
1364 |
+
msgid "Change Plan"
|
1365 |
+
msgstr "Skift plan"
|
1366 |
+
|
1367 |
+
#: templates/account.php104, templates/account/partials/addon.php:44
|
1368 |
+
msgctxt "verb"
|
1369 |
+
msgid "Upgrade"
|
1370 |
+
msgstr "Opgrader"
|
1371 |
+
|
1372 |
+
#: templates/account.php106, templates/account/partials/addon.php46,
|
1373 |
+
#: templates/account/partials/site.php:302
|
1374 |
+
msgctxt "verb"
|
1375 |
+
msgid "Downgrade"
|
1376 |
+
msgstr "Nedgrader"
|
1377 |
+
|
1378 |
+
#: templates/account.php108, templates/add-ons.php187,
|
1379 |
+
#: templates/plugin-info/features.php72,
|
1380 |
+
#: templates/account/partials/addon.php48,
|
1381 |
+
#: templates/account/partials/site.php:31
|
1382 |
+
msgid "Free"
|
1383 |
+
msgstr "Gratis"
|
1384 |
+
|
1385 |
+
#: templates/account.php110, templates/debug.php373,
|
1386 |
+
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1387 |
+
#: templates/account/partials/addon.php:50
|
1388 |
+
msgctxt "as product pricing plan"
|
1389 |
+
msgid "Plan"
|
1390 |
+
msgstr "Plan"
|
1391 |
+
|
1392 |
+
#: templates/account.php:111
|
1393 |
+
msgid "Bundle Plan"
|
1394 |
+
msgstr ""
|
1395 |
+
|
1396 |
+
#: templates/account.php:185
|
1397 |
+
msgid "Free Trial"
|
1398 |
+
msgstr "Gratis prøveperiode"
|
1399 |
+
|
1400 |
+
#: templates/account.php:196
|
1401 |
+
msgid "Account Details"
|
1402 |
+
msgstr "Kontodetaljer"
|
1403 |
+
|
1404 |
+
#: templates/account.php:200
|
1405 |
+
msgid "Billing & Invoices"
|
1406 |
+
msgstr ""
|
1407 |
+
|
1408 |
+
#: templates/account.php:210
|
1409 |
+
msgid ""
|
1410 |
+
"Deleting the account will automatically deactivate your %s plan license so "
|
1411 |
+
"you can use it on other sites. If you want to terminate the recurring "
|
1412 |
+
"payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
|
1413 |
+
"account. Are you sure you would like to continue with the deletion?"
|
1414 |
+
msgstr ""
|
1415 |
+
|
1416 |
+
#: templates/account.php:212
|
1417 |
+
msgid ""
|
1418 |
+
"Deletion is not temporary. Only delete if you no longer want to use this %s "
|
1419 |
+
"anymore. Are you sure you would like to continue with the deletion?"
|
1420 |
+
msgstr ""
|
1421 |
+
|
1422 |
+
#: templates/account.php:215
|
1423 |
+
msgid "Delete Account"
|
1424 |
+
msgstr "Slet konto"
|
1425 |
+
|
1426 |
+
#: templates/account.php227, templates/account/partials/addon.php211,
|
1427 |
+
#: templates/account/partials/deactivate-license-button.php:35
|
1428 |
+
msgid "Deactivate License"
|
1429 |
+
msgstr "Deaktiver licens"
|
1430 |
+
|
1431 |
+
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1432 |
+
msgid "Are you sure you want to proceed?"
|
1433 |
+
msgstr "Er du sikker på, du vil fortsætte?"
|
1434 |
+
|
1435 |
+
#: templates/account.php250, templates/account/partials/addon.php:234
|
1436 |
+
msgid "Cancel Subscription"
|
1437 |
+
msgstr "Annuller abonnement"
|
1438 |
+
|
1439 |
+
#: templates/account.php:278
|
1440 |
+
msgctxt "as synchronize"
|
1441 |
+
msgid "Sync"
|
1442 |
+
msgstr "Synkroniser"
|
1443 |
+
|
1444 |
+
#: templates/account.php292, templates/debug.php:489
|
1445 |
+
msgid "Name"
|
1446 |
+
msgstr "Navn"
|
1447 |
+
|
1448 |
+
#: templates/account.php298, templates/debug.php:490
|
1449 |
+
msgid "Email"
|
1450 |
+
msgstr "E-mail"
|
1451 |
+
|
1452 |
+
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1453 |
+
msgid "User ID"
|
1454 |
+
msgstr "Bruger-ID"
|
1455 |
+
|
1456 |
+
#: templates/account.php322, templates/account.php608,
|
1457 |
+
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1458 |
+
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1459 |
+
#: templates/debug.php599, templates/account/payments.php35,
|
1460 |
+
#: templates/debug/logger.php:21
|
1461 |
+
msgid "ID"
|
1462 |
+
msgstr "ID"
|
1463 |
+
|
1464 |
+
#: templates/account.php:329
|
1465 |
+
msgid "Site ID"
|
1466 |
+
msgstr "Websteds-ID"
|
1467 |
+
|
1468 |
+
#: templates/account.php:332
|
1469 |
+
msgid "No ID"
|
1470 |
+
msgstr "Intet ID"
|
1471 |
+
|
1472 |
+
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1473 |
+
#: templates/debug.php455, templates/debug.php492,
|
1474 |
+
#: templates/account/partials/site.php:219
|
1475 |
+
msgid "Public Key"
|
1476 |
+
msgstr "Offentlig nøgle"
|
1477 |
+
|
1478 |
+
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1479 |
+
#: templates/debug.php493, templates/account/partials/site.php:231
|
1480 |
+
msgid "Secret Key"
|
1481 |
+
msgstr "Privat nøgle"
|
1482 |
+
|
1483 |
+
#: templates/account.php:346
|
1484 |
+
msgctxt "as secret encryption key missing"
|
1485 |
+
msgid "No Secret"
|
1486 |
+
msgstr "Ingen privat nøgle"
|
1487 |
+
|
1488 |
+
#: templates/account.php373, templates/account/partials/site.php112,
|
1489 |
+
#: templates/account/partials/site.php:114
|
1490 |
+
msgid "Trial"
|
1491 |
+
msgstr "Prøveperiode"
|
1492 |
+
|
1493 |
+
#: templates/account.php400, templates/debug.php533,
|
1494 |
+
#: templates/account/partials/site.php:248
|
1495 |
+
msgid "License Key"
|
1496 |
+
msgstr "Licensnøgle"
|
1497 |
+
|
1498 |
+
#: templates/account.php:429
|
1499 |
+
msgid "Join the Beta program"
|
1500 |
+
msgstr ""
|
1501 |
+
|
1502 |
+
#: templates/account.php:435
|
1503 |
+
msgid "not verified"
|
1504 |
+
msgstr "ikke verificeret"
|
1505 |
+
|
1506 |
+
#: templates/account.php444, templates/account/partials/addon.php:172
|
1507 |
+
msgid "Expired"
|
1508 |
+
msgstr "Udløbet"
|
1509 |
+
|
1510 |
+
#: templates/account.php:502
|
1511 |
+
msgid "Premium version"
|
1512 |
+
msgstr "Premium version"
|
1513 |
+
|
1514 |
+
#: templates/account.php:504
|
1515 |
+
msgid "Free version"
|
1516 |
+
msgstr "Gratis version"
|
1517 |
+
|
1518 |
+
#: templates/account.php:516
|
1519 |
+
msgid "Verify Email"
|
1520 |
+
msgstr "Verificer e-mail"
|
1521 |
+
|
1522 |
+
#: templates/account.php:527
|
1523 |
+
msgid "Download %s Version"
|
1524 |
+
msgstr "Download 1%s version"
|
1525 |
+
|
1526 |
+
#: templates/account.php541, templates/account.php749,
|
1527 |
+
#: templates/account/partials/site.php237,
|
1528 |
+
#: templates/account/partials/site.php:255
|
1529 |
+
msgctxt "verb"
|
1530 |
+
msgid "Show"
|
1531 |
+
msgstr "Vis"
|
1532 |
+
|
1533 |
+
#: templates/account.php:555
|
1534 |
+
msgid "What is your %s?"
|
1535 |
+
msgstr "Angiv venligst %s?"
|
1536 |
+
|
1537 |
+
#: templates/account.php563, templates/account/billing.php:21
|
1538 |
+
msgctxt "verb"
|
1539 |
+
msgid "Edit"
|
1540 |
+
msgstr "Rediger"
|
1541 |
+
|
1542 |
+
#: templates/account.php:588
|
1543 |
+
msgid "Sites"
|
1544 |
+
msgstr "Websteder"
|
1545 |
+
|
1546 |
+
#: templates/account.php:599
|
1547 |
+
msgid "Search by address"
|
1548 |
+
msgstr "Søg efter adresse"
|
1549 |
+
|
1550 |
+
#: templates/account.php609, templates/debug.php:369
|
1551 |
+
msgid "Address"
|
1552 |
+
msgstr "Adresse"
|
1553 |
+
|
1554 |
+
#: templates/account.php:610
|
1555 |
+
msgid "License"
|
1556 |
+
msgstr "Licens"
|
1557 |
+
|
1558 |
+
#: templates/account.php:611
|
1559 |
+
msgid "Plan"
|
1560 |
+
msgstr "Plan"
|
1561 |
+
|
1562 |
+
#: templates/account.php:656
|
1563 |
+
msgctxt "as software license"
|
1564 |
+
msgid "License"
|
1565 |
+
msgstr "Licens"
|
1566 |
+
|
1567 |
+
#: templates/account.php:743
|
1568 |
+
msgctxt "verb"
|
1569 |
+
msgid "Hide"
|
1570 |
+
msgstr "Skjul"
|
1571 |
+
|
1572 |
+
#: templates/account.php:765
|
1573 |
+
msgid "Processing"
|
1574 |
+
msgstr "Arbejder"
|
1575 |
+
|
1576 |
+
#: templates/account.php:768
|
1577 |
+
msgid "Get updates for bleeding edge Beta versions of %s."
|
1578 |
+
msgstr ""
|
1579 |
+
|
1580 |
+
#: templates/account.php:826
|
1581 |
+
msgid "Cancelling %s"
|
1582 |
+
msgstr ""
|
1583 |
+
|
1584 |
+
#: templates/account.php826, templates/account.php843,
|
1585 |
+
#: templates/forms/subscription-cancellation.php27,
|
1586 |
+
#: templates/forms/deactivation/form.php:133
|
1587 |
+
msgid "trial"
|
1588 |
+
msgstr ""
|
1589 |
+
|
1590 |
+
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1591 |
+
msgid "Cancelling %s..."
|
1592 |
+
msgstr ""
|
1593 |
+
|
1594 |
+
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1595 |
+
#: templates/forms/deactivation/form.php:134
|
1596 |
+
msgid "subscription"
|
1597 |
+
msgstr ""
|
1598 |
+
|
1599 |
+
#: templates/account.php:858
|
1600 |
+
msgid ""
|
1601 |
+
"Deactivating your license will block all premium features, but will enable "
|
1602 |
+
"activating the license on another site. Are you sure you want to proceed?"
|
1603 |
+
msgstr ""
|
1604 |
+
|
1605 |
+
#: templates/add-ons.php:35
|
1606 |
+
msgid "View details"
|
1607 |
+
msgstr "Vis detaljer"
|
1608 |
+
|
1609 |
+
#: templates/add-ons.php:45
|
1610 |
+
msgid "Add Ons for %s"
|
1611 |
+
msgstr "Tilføjelser til %s"
|
1612 |
+
|
1613 |
+
#: templates/add-ons.php:55
|
1614 |
+
msgid ""
|
1615 |
+
"We could'nt load the add-ons list. It's probably an issue on our side, "
|
1616 |
+
"please try to come back in few minutes."
|
1617 |
+
msgstr ""
|
1618 |
+
|
1619 |
+
#: templates/add-ons.php:173
|
1620 |
+
msgctxt "active add-on"
|
1621 |
+
msgid "Active"
|
1622 |
+
msgstr "Aktiv"
|
1623 |
+
|
1624 |
+
#: templates/add-ons.php:174
|
1625 |
+
msgctxt "installed add-on"
|
1626 |
+
msgid "Installed"
|
1627 |
+
msgstr ""
|
1628 |
+
|
1629 |
+
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1630 |
+
#: templates/forms/resend-key.php:77
|
1631 |
+
msgctxt "as close a window"
|
1632 |
+
msgid "Dismiss"
|
1633 |
+
msgstr "Fjern"
|
1634 |
+
|
1635 |
+
#: templates/auto-installation.php:45
|
1636 |
+
msgid "%s sec"
|
1637 |
+
msgstr "1%s sek"
|
1638 |
+
|
1639 |
+
#: templates/auto-installation.php:83
|
1640 |
+
msgid "Automatic Installation"
|
1641 |
+
msgstr "Automatisk installering"
|
1642 |
+
|
1643 |
+
#: templates/auto-installation.php:93
|
1644 |
+
msgid ""
|
1645 |
+
"An automated download and installation of %s (paid version) from %s will "
|
1646 |
+
"start in %s. If you would like to do it manually - click the cancellation "
|
1647 |
+
"button now."
|
1648 |
+
msgstr ""
|
1649 |
+
|
1650 |
+
#: templates/auto-installation.php:104
|
1651 |
+
msgid ""
|
1652 |
+
"The installation process has started and may take a few minutes to complete."
|
1653 |
+
" Please wait until it is done - do not refresh this page."
|
1654 |
+
msgstr ""
|
1655 |
+
|
1656 |
+
#: templates/auto-installation.php:109
|
1657 |
+
msgid "Cancel Installation"
|
1658 |
+
msgstr "Annuller installering"
|
1659 |
+
|
1660 |
+
#: templates/checkout.php:180
|
1661 |
+
msgid "Checkout"
|
1662 |
+
msgstr "Udtjekning"
|
1663 |
+
|
1664 |
+
#: templates/checkout.php:180
|
1665 |
+
msgid "PCI compliant"
|
1666 |
+
msgstr ""
|
1667 |
+
|
1668 |
+
#. translators: %s: name (e.g. Hey John,)
|
1669 |
+
#: templates/connect.php:112
|
1670 |
+
msgctxt "greeting"
|
1671 |
+
msgid "Hey %s,"
|
1672 |
+
msgstr "Hey %s,"
|
1673 |
+
|
1674 |
+
#: templates/connect.php:154
|
1675 |
+
msgid "Allow & Continue"
|
1676 |
+
msgstr "Tillad & Fortsæt"
|
1677 |
+
|
1678 |
+
#: templates/connect.php:158
|
1679 |
+
msgid "Re-send activation email"
|
1680 |
+
msgstr "Gensend e-mail om aktivering"
|
1681 |
+
|
1682 |
+
#: templates/connect.php:162
|
1683 |
+
msgid "Thanks %s!"
|
1684 |
+
msgstr "Tak %s!"
|
1685 |
+
|
1686 |
+
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1687 |
+
msgid "Agree & Activate License"
|
1688 |
+
msgstr "Accepter & aktiver licens"
|
1689 |
+
|
1690 |
+
#: templates/connect.php:181
|
1691 |
+
msgid ""
|
1692 |
+
"Thanks for purchasing %s! To get started, please enter your license key:"
|
1693 |
+
msgstr "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
|
1694 |
+
|
1695 |
+
#: templates/connect.php:188
|
1696 |
+
msgid ""
|
1697 |
+
"Never miss an important update - opt in to our security & feature updates "
|
1698 |
+
"notifications, educational content, offers, and non-sensitive diagnostic "
|
1699 |
+
"tracking with %4$s."
|
1700 |
+
msgstr ""
|
1701 |
+
|
1702 |
+
#: templates/connect.php:189
|
1703 |
+
msgid ""
|
1704 |
+
"Never miss an important update - opt in to our security and feature updates "
|
1705 |
+
"notifications, and non-sensitive diagnostic tracking with %4$s."
|
1706 |
+
msgstr ""
|
1707 |
+
|
1708 |
+
#: templates/connect.php:195
|
1709 |
+
msgid ""
|
1710 |
+
"Never miss an important update - opt in to our security & feature updates "
|
1711 |
+
"notifications, educational content, offers, and non-sensitive diagnostic "
|
1712 |
+
"tracking with %4$s. If you skip this, that's okay! %1$s will still work just"
|
1713 |
+
" fine."
|
1714 |
+
msgstr ""
|
1715 |
+
|
1716 |
+
#: templates/connect.php:196
|
1717 |
+
msgid ""
|
1718 |
+
"Never miss an important update - opt in to our security & feature updates "
|
1719 |
+
"notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
|
1720 |
+
"this, that's okay! %1$s will still work just fine."
|
1721 |
+
msgstr ""
|
1722 |
+
|
1723 |
+
#: templates/connect.php:230
|
1724 |
+
msgid "We're excited to introduce the Freemius network-level integration."
|
1725 |
+
msgstr ""
|
1726 |
+
|
1727 |
+
#: templates/connect.php:233
|
1728 |
+
msgid ""
|
1729 |
+
"During the update process we detected %d site(s) that are still pending "
|
1730 |
+
"license activation."
|
1731 |
+
msgstr ""
|
1732 |
+
|
1733 |
+
#: templates/connect.php:235
|
1734 |
+
msgid ""
|
1735 |
+
"If you'd like to use the %s on those sites, please enter your license key "
|
1736 |
+
"below and click the activation button."
|
1737 |
+
msgstr ""
|
1738 |
+
|
1739 |
+
#: templates/connect.php:237
|
1740 |
+
msgid "%s's paid features"
|
1741 |
+
msgstr ""
|
1742 |
+
|
1743 |
+
#: templates/connect.php:242
|
1744 |
+
msgid ""
|
1745 |
+
"Alternatively, you can skip it for now and activate the license later, in "
|
1746 |
+
"your %s's network-level Account page."
|
1747 |
+
msgstr ""
|
1748 |
+
|
1749 |
+
#: templates/connect.php:244
|
1750 |
+
msgid ""
|
1751 |
+
"During the update process we detected %s site(s) in the network that are "
|
1752 |
+
"still pending your attention."
|
1753 |
+
msgstr ""
|
1754 |
+
|
1755 |
+
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1756 |
+
msgid "License key"
|
1757 |
+
msgstr "Licensnøgle"
|
1758 |
+
|
1759 |
+
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1760 |
+
msgid "Can't find your license key?"
|
1761 |
+
msgstr "Kan du ikke finde din licensnøgle?"
|
1762 |
+
|
1763 |
+
#: templates/connect.php315, templates/connect.php652,
|
1764 |
+
#: templates/forms/deactivation/retry-skip.php:20
|
1765 |
+
msgctxt "verb"
|
1766 |
+
msgid "Skip"
|
1767 |
+
msgstr "Spring over"
|
1768 |
+
|
1769 |
+
#: templates/connect.php:318
|
1770 |
+
msgid "Delegate to Site Admins"
|
1771 |
+
msgstr ""
|
1772 |
+
|
1773 |
+
#: templates/connect.php:318
|
1774 |
+
msgid ""
|
1775 |
+
"If you click it, this decision will be delegated to the sites "
|
1776 |
+
"administrators."
|
1777 |
+
msgstr ""
|
1778 |
+
|
1779 |
+
#: templates/connect.php:346
|
1780 |
+
msgid "Your Profile Overview"
|
1781 |
+
msgstr "Overblik af din profil"
|
1782 |
+
|
1783 |
+
#: templates/connect.php:347
|
1784 |
+
msgid "Name and email address"
|
1785 |
+
msgstr "Navn og e-mailadresse"
|
1786 |
+
|
1787 |
+
#: templates/connect.php:352
|
1788 |
+
msgid "Your Site Overview"
|
1789 |
+
msgstr "Overblik af dit websted"
|
1790 |
+
|
1791 |
+
#: templates/connect.php:353
|
1792 |
+
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1793 |
+
msgstr "Websteds-URL, WP version, PHP info, plugins og temaer"
|
1794 |
+
|
1795 |
+
#: templates/connect.php:358
|
1796 |
+
msgid "Admin Notices"
|
1797 |
+
msgstr "Admin-meddelelser"
|
1798 |
+
|
1799 |
+
#: templates/connect.php359, templates/connect.php:375
|
1800 |
+
msgid "Updates, announcements, marketing, no spam"
|
1801 |
+
msgstr ""
|
1802 |
+
|
1803 |
+
#: templates/connect.php:364
|
1804 |
+
msgid "Current %s Events"
|
1805 |
+
msgstr ""
|
1806 |
+
|
1807 |
+
#: templates/connect.php:365
|
1808 |
+
msgid "Activation, deactivation and uninstall"
|
1809 |
+
msgstr "Aktivering, deaktivering og afinstallering"
|
1810 |
+
|
1811 |
+
#: templates/connect.php:374
|
1812 |
+
msgid "Newsletter"
|
1813 |
+
msgstr "Nyhedsbrev"
|
1814 |
+
|
1815 |
+
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1816 |
+
msgid ""
|
1817 |
+
"The %1$s will be periodically sending data to %2$s to check for security and"
|
1818 |
+
" feature updates, and verify the validity of your license."
|
1819 |
+
msgstr ""
|
1820 |
+
|
1821 |
+
#: templates/connect.php:396
|
1822 |
+
msgid "What permissions are being granted?"
|
1823 |
+
msgstr "Hvilke tilladelser bliver givet?"
|
1824 |
+
|
1825 |
+
#: templates/connect.php:417
|
1826 |
+
msgid "Don't have a license key?"
|
1827 |
+
msgstr "Har du ikke en licensnøgle?"
|
1828 |
+
|
1829 |
+
#: templates/connect.php:420
|
1830 |
+
msgid "Have a license key?"
|
1831 |
+
msgstr "Har du en licensnøgle?"
|
1832 |
+
|
1833 |
+
#: templates/connect.php:428
|
1834 |
+
msgid "Privacy Policy"
|
1835 |
+
msgstr "Privatlivspolitik"
|
1836 |
+
|
1837 |
+
#: templates/connect.php:430
|
1838 |
+
msgid "License Agreement"
|
1839 |
+
msgstr ""
|
1840 |
+
|
1841 |
+
#: templates/connect.php:430
|
1842 |
+
msgid "Terms of Service"
|
1843 |
+
msgstr "Servicevilkår"
|
1844 |
+
|
1845 |
+
#: templates/connect.php:805
|
1846 |
+
msgctxt "as in the process of sending an email"
|
1847 |
+
msgid "Sending email"
|
1848 |
+
msgstr "Sender e-mail"
|
1849 |
+
|
1850 |
+
#: templates/connect.php:806
|
1851 |
+
msgctxt "as activating plugin"
|
1852 |
+
msgid "Activating"
|
1853 |
+
msgstr "Aktiverer"
|
1854 |
+
|
1855 |
+
#: templates/contact.php:78
|
1856 |
+
msgid "Contact"
|
1857 |
+
msgstr "Kontakt"
|
1858 |
+
|
1859 |
+
#: templates/debug.php:17
|
1860 |
+
msgctxt "as turned off"
|
1861 |
+
msgid "Off"
|
1862 |
+
msgstr "Fra"
|
1863 |
+
|
1864 |
+
#: templates/debug.php:18
|
1865 |
+
msgctxt "as turned on"
|
1866 |
+
msgid "On"
|
1867 |
+
msgstr "Til"
|
1868 |
+
|
1869 |
+
#: templates/debug.php:20
|
1870 |
+
msgid "SDK"
|
1871 |
+
msgstr "SDK"
|
1872 |
+
|
1873 |
+
#: templates/debug.php:24
|
1874 |
+
msgctxt "as code debugging"
|
1875 |
+
msgid "Debugging"
|
1876 |
+
msgstr "Fejlfinding"
|
1877 |
+
|
1878 |
+
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1879 |
+
#: templates/debug.php:494
|
1880 |
+
msgid "Actions"
|
1881 |
+
msgstr "Handlinger"
|
1882 |
+
|
1883 |
+
#: templates/debug.php:64
|
1884 |
+
msgid "Are you sure you want to delete all Freemius data?"
|
1885 |
+
msgstr "Er du sikker på, du vil slette al Freemius data?"
|
1886 |
+
|
1887 |
+
#: templates/debug.php:64
|
1888 |
+
msgid "Delete All Accounts"
|
1889 |
+
msgstr "Slet alle konti"
|
1890 |
+
|
1891 |
+
#: templates/debug.php:71
|
1892 |
+
msgid "Clear API Cache"
|
1893 |
+
msgstr "Ryd API-cache"
|
1894 |
+
|
1895 |
+
#: templates/debug.php:79
|
1896 |
+
msgid "Clear Updates Transients"
|
1897 |
+
msgstr ""
|
1898 |
+
|
1899 |
+
#: templates/debug.php:86
|
1900 |
+
msgid "Sync Data From Server"
|
1901 |
+
msgstr "Synkroniser data fra server"
|
1902 |
+
|
1903 |
+
#: templates/debug.php:95
|
1904 |
+
msgid "Migrate Options to Network"
|
1905 |
+
msgstr ""
|
1906 |
+
|
1907 |
+
#: templates/debug.php:100
|
1908 |
+
msgid "Load DB Option"
|
1909 |
+
msgstr "Hent DB-indstilling"
|
1910 |
+
|
1911 |
+
#: templates/debug.php:103
|
1912 |
+
msgid "Set DB Option"
|
1913 |
+
msgstr "Sæt DB-indstilling"
|
1914 |
+
|
1915 |
+
#: templates/debug.php:182
|
1916 |
+
msgid "Key"
|
1917 |
+
msgstr "Nøgle"
|
1918 |
+
|
1919 |
+
#: templates/debug.php:183
|
1920 |
+
msgid "Value"
|
1921 |
+
msgstr "Værdi"
|
1922 |
+
|
1923 |
+
#: templates/debug.php:199
|
1924 |
+
msgctxt "as software development kit versions"
|
1925 |
+
msgid "SDK Versions"
|
1926 |
+
msgstr "SDK-versioner"
|
1927 |
+
|
1928 |
+
#: templates/debug.php:204
|
1929 |
+
msgid "SDK Path"
|
1930 |
+
msgstr "SDK-sti"
|
1931 |
+
|
1932 |
+
#: templates/debug.php205, templates/debug.php:244
|
1933 |
+
msgid "Module Path"
|
1934 |
+
msgstr "Modul-sti"
|
1935 |
+
|
1936 |
+
#: templates/debug.php:206
|
1937 |
+
msgid "Is Active"
|
1938 |
+
msgstr "Er aktiv"
|
1939 |
+
|
1940 |
+
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1941 |
+
msgid "Plugins"
|
1942 |
+
msgstr "Plugins"
|
1943 |
+
|
1944 |
+
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1945 |
+
msgid "Themes"
|
1946 |
+
msgstr "Temaer"
|
1947 |
+
|
1948 |
+
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1949 |
+
#: templates/debug/scheduled-crons.php:80
|
1950 |
+
msgid "Slug"
|
1951 |
+
msgstr "Kortnavn"
|
1952 |
+
|
1953 |
+
#: templates/debug.php241, templates/debug.php:452
|
1954 |
+
msgid "Title"
|
1955 |
+
msgstr "Titel"
|
1956 |
+
|
1957 |
+
#: templates/debug.php:242
|
1958 |
+
msgctxt "as application program interface"
|
1959 |
+
msgid "API"
|
1960 |
+
msgstr "API"
|
1961 |
+
|
1962 |
+
#: templates/debug.php:243
|
1963 |
+
msgid "Freemius State"
|
1964 |
+
msgstr "Freemius tilstand"
|
1965 |
+
|
1966 |
+
#: templates/debug.php:247
|
1967 |
+
msgid "Network Blog"
|
1968 |
+
msgstr "Netværksblog"
|
1969 |
+
|
1970 |
+
#: templates/debug.php:248
|
1971 |
+
msgid "Network User"
|
1972 |
+
msgstr "Netværksbruger"
|
1973 |
+
|
1974 |
+
#: templates/debug.php:285
|
1975 |
+
msgctxt "as connection was successful"
|
1976 |
+
msgid "Connected"
|
1977 |
+
msgstr "Forbundet"
|
1978 |
+
|
1979 |
+
#: templates/debug.php:286
|
1980 |
+
msgctxt "as connection blocked"
|
1981 |
+
msgid "Blocked"
|
1982 |
+
msgstr "Blokeret"
|
1983 |
+
|
1984 |
+
#: templates/debug.php:322
|
1985 |
+
msgid "Simulate Trial Promotion"
|
1986 |
+
msgstr ""
|
1987 |
+
|
1988 |
+
#: templates/debug.php:334
|
1989 |
+
msgid "Simulate Network Upgrade"
|
1990 |
+
msgstr "Simuler netværksopgradering"
|
1991 |
+
|
1992 |
+
#: templates/debug.php:360
|
1993 |
+
msgid "%s Installs"
|
1994 |
+
msgstr "%s installeringer"
|
1995 |
+
|
1996 |
+
#: templates/debug.php:362
|
1997 |
+
msgctxt "like websites"
|
1998 |
+
msgid "Sites"
|
1999 |
+
msgstr "Websteder"
|
2000 |
+
|
2001 |
+
#: templates/debug.php368, templates/account/partials/site.php:148
|
2002 |
+
msgid "Blog ID"
|
2003 |
+
msgstr "Blog-ID"
|
2004 |
+
|
2005 |
+
#: templates/debug.php433, templates/debug.php511,
|
2006 |
+
#: templates/account/partials/addon.php:396
|
2007 |
+
msgctxt "verb"
|
2008 |
+
msgid "Delete"
|
2009 |
+
msgstr "Slet"
|
2010 |
+
|
2011 |
+
#: templates/debug.php:447
|
2012 |
+
msgid "Add Ons of module %s"
|
2013 |
+
msgstr "Tilføjelser til modul %s"
|
2014 |
+
|
2015 |
+
#: templates/debug.php:484
|
2016 |
+
msgid "Users"
|
2017 |
+
msgstr "Brugere"
|
2018 |
+
|
2019 |
+
#: templates/debug.php:491
|
2020 |
+
msgid "Verified"
|
2021 |
+
msgstr "Verificeret"
|
2022 |
+
|
2023 |
+
#: templates/debug.php:522
|
2024 |
+
msgid "%s Licenses"
|
2025 |
+
msgstr "1%s licenser"
|
2026 |
+
|
2027 |
+
#: templates/debug.php:527
|
2028 |
+
msgid "Plugin ID"
|
2029 |
+
msgstr "Plugin-ID"
|
2030 |
+
|
2031 |
+
#: templates/debug.php:529
|
2032 |
+
msgid "Plan ID"
|
2033 |
+
msgstr "Plan-ID"
|
2034 |
+
|
2035 |
+
#: templates/debug.php:530
|
2036 |
+
msgid "Quota"
|
2037 |
+
msgstr "Kvote"
|
2038 |
+
|
2039 |
+
#: templates/debug.php:531
|
2040 |
+
msgid "Activated"
|
2041 |
+
msgstr "Aktiveret"
|
2042 |
+
|
2043 |
+
#: templates/debug.php:532
|
2044 |
+
msgid "Blocking"
|
2045 |
+
msgstr "Blokerer"
|
2046 |
+
|
2047 |
+
#: templates/debug.php:534
|
2048 |
+
msgctxt "as expiration date"
|
2049 |
+
msgid "Expiration"
|
2050 |
+
msgstr "Udløber"
|
2051 |
+
|
2052 |
+
#: templates/debug.php:557
|
2053 |
+
msgid "Debug Log"
|
2054 |
+
msgstr "Fejlfindingslog"
|
2055 |
+
|
2056 |
+
#: templates/debug.php:561
|
2057 |
+
msgid "All Types"
|
2058 |
+
msgstr "Alle typer"
|
2059 |
+
|
2060 |
+
#: templates/debug.php:568
|
2061 |
+
msgid "All Requests"
|
2062 |
+
msgstr "Alle forespørgsler"
|
2063 |
+
|
2064 |
+
#: templates/debug.php573, templates/debug.php602,
|
2065 |
+
#: templates/debug/logger.php:25
|
2066 |
+
msgid "File"
|
2067 |
+
msgstr "Fil"
|
2068 |
+
|
2069 |
+
#: templates/debug.php574, templates/debug.php600,
|
2070 |
+
#: templates/debug/logger.php:23
|
2071 |
+
msgid "Function"
|
2072 |
+
msgstr "Funktion"
|
2073 |
+
|
2074 |
+
#: templates/debug.php:575
|
2075 |
+
msgid "Process ID"
|
2076 |
+
msgstr "Proces-ID"
|
2077 |
+
|
2078 |
+
#: templates/debug.php:576
|
2079 |
+
msgid "Logger"
|
2080 |
+
msgstr "Logger"
|
2081 |
+
|
2082 |
+
#: templates/debug.php577, templates/debug.php601,
|
2083 |
+
#: templates/debug/logger.php:24
|
2084 |
+
msgid "Message"
|
2085 |
+
msgstr "Besked"
|
2086 |
+
|
2087 |
+
#: templates/debug.php:579
|
2088 |
+
msgid "Filter"
|
2089 |
+
msgstr "Filter"
|
2090 |
+
|
2091 |
+
#: templates/debug.php:587
|
2092 |
+
msgid "Download"
|
2093 |
+
msgstr "Download"
|
2094 |
+
|
2095 |
+
#: templates/debug.php598, templates/debug/logger.php:22
|
2096 |
+
msgid "Type"
|
2097 |
+
msgstr "Type"
|
2098 |
+
|
2099 |
+
#: templates/debug.php603, templates/debug/logger.php:26
|
2100 |
+
msgid "Timestamp"
|
2101 |
+
msgstr "Tidsstempel"
|
2102 |
+
|
2103 |
+
#: templates/secure-https-header.php:28
|
2104 |
+
msgid "Secure HTTPS %s page, running from an external domain"
|
2105 |
+
msgstr ""
|
2106 |
+
|
2107 |
+
#: includes/customizer/class-fs-customizer-support-section.php55,
|
2108 |
+
#: templates/plugin-info/features.php:43
|
2109 |
+
msgid "Support"
|
2110 |
+
msgstr "Support"
|
2111 |
+
|
2112 |
+
#: includes/debug/class-fs-debug-bar-panel.php48,
|
2113 |
+
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
2114 |
+
msgctxt "milliseconds"
|
2115 |
+
msgid "ms"
|
2116 |
+
msgstr "ms"
|
2117 |
+
|
2118 |
+
#: includes/debug/debug-bar-start.php:41
|
2119 |
+
msgid "Freemius API"
|
2120 |
+
msgstr "Freemius API"
|
2121 |
+
|
2122 |
+
#: includes/debug/debug-bar-start.php:42
|
2123 |
+
msgid "Requests"
|
2124 |
+
msgstr ""
|
2125 |
+
|
2126 |
+
#: templates/account/billing.php:22
|
2127 |
+
msgctxt "verb"
|
2128 |
+
msgid "Update"
|
2129 |
+
msgstr "Opdater"
|
2130 |
+
|
2131 |
+
#: templates/account/billing.php:33
|
2132 |
+
msgid "Billing"
|
2133 |
+
msgstr "Betaling"
|
2134 |
+
|
2135 |
+
#: templates/account/billing.php38, templates/account/billing.php:38
|
2136 |
+
msgid "Business name"
|
2137 |
+
msgstr "Firmanavn"
|
2138 |
+
|
2139 |
+
#: templates/account/billing.php39, templates/account/billing.php:39
|
2140 |
+
msgid "Tax / VAT ID"
|
2141 |
+
msgstr "Moms / VAT ID"
|
2142 |
+
|
2143 |
+
#: templates/account/billing.php42, templates/account/billing.php42,
|
2144 |
+
#: templates/account/billing.php43, templates/account/billing.php:43
|
2145 |
+
msgid "Address Line %d"
|
2146 |
+
msgstr "Adresselinje %d"
|
2147 |
+
|
2148 |
+
#: templates/account/billing.php46, templates/account/billing.php:46
|
2149 |
+
msgid "City"
|
2150 |
+
msgstr "By"
|
2151 |
+
|
2152 |
+
#: templates/account/billing.php46, templates/account/billing.php:46
|
2153 |
+
msgid "Town"
|
2154 |
+
msgstr "By"
|
2155 |
+
|
2156 |
+
#: templates/account/billing.php47, templates/account/billing.php:47
|
2157 |
+
msgid "ZIP / Postal Code"
|
2158 |
+
msgstr "ZIP / Postnummer"
|
2159 |
+
|
2160 |
+
#: templates/account/billing.php:302
|
2161 |
+
msgid "Country"
|
2162 |
+
msgstr "Land"
|
2163 |
+
|
2164 |
+
#: templates/account/billing.php:304
|
2165 |
+
msgid "Select Country"
|
2166 |
+
msgstr "Vælg land"
|
2167 |
+
|
2168 |
+
#: templates/account/billing.php311, templates/account/billing.php:312
|
2169 |
+
msgid "State"
|
2170 |
+
msgstr "Stat"
|
2171 |
+
|
2172 |
+
#: templates/account/billing.php311, templates/account/billing.php:312
|
2173 |
+
msgid "Province"
|
2174 |
+
msgstr "Provins"
|
2175 |
+
|
2176 |
+
#: templates/account/payments.php:29
|
2177 |
+
msgid "Payments"
|
2178 |
+
msgstr "Betalinger"
|
2179 |
+
|
2180 |
+
#: templates/account/payments.php:36
|
2181 |
+
msgid "Date"
|
2182 |
+
msgstr "Dato"
|
2183 |
+
|
2184 |
+
#: templates/account/payments.php:37
|
2185 |
+
msgid "Amount"
|
2186 |
+
msgstr "Beløb"
|
2187 |
+
|
2188 |
+
#: templates/account/payments.php38, templates/account/payments.php:50
|
2189 |
+
msgid "Invoice"
|
2190 |
+
msgstr "Faktura"
|
2191 |
+
|
2192 |
+
#: templates/debug/api-calls.php:56
|
2193 |
+
msgid "API"
|
2194 |
+
msgstr "API"
|
2195 |
+
|
2196 |
+
#: templates/debug/api-calls.php:68
|
2197 |
+
msgid "Method"
|
2198 |
+
msgstr "Metode"
|
2199 |
+
|
2200 |
+
#: templates/debug/api-calls.php:69
|
2201 |
+
msgid "Code"
|
2202 |
+
msgstr "Kode"
|
2203 |
+
|
2204 |
+
#: templates/debug/api-calls.php:70
|
2205 |
+
msgid "Length"
|
2206 |
+
msgstr "Længde"
|
2207 |
+
|
2208 |
+
#: templates/debug/api-calls.php:71
|
2209 |
+
msgctxt "as file/folder path"
|
2210 |
+
msgid "Path"
|
2211 |
+
msgstr "Sti"
|
2212 |
+
|
2213 |
+
#: templates/debug/api-calls.php:73
|
2214 |
+
msgid "Body"
|
2215 |
+
msgstr ""
|
2216 |
+
|
2217 |
+
#: templates/debug/api-calls.php:75
|
2218 |
+
msgid "Result"
|
2219 |
+
msgstr "Resultat"
|
2220 |
+
|
2221 |
+
#: templates/debug/api-calls.php:76
|
2222 |
+
msgid "Start"
|
2223 |
+
msgstr "Start"
|
2224 |
+
|
2225 |
+
#: templates/debug/api-calls.php:77
|
2226 |
+
msgid "End"
|
2227 |
+
msgstr "Slut"
|
2228 |
+
|
2229 |
+
#: templates/debug/logger.php:15
|
2230 |
+
msgid "Log"
|
2231 |
+
msgstr "Log"
|
2232 |
+
|
2233 |
+
#. translators: %s: time period (e.g. In "2 hours")
|
2234 |
+
#: templates/debug/plugins-themes-sync.php18,
|
2235 |
+
#: templates/debug/scheduled-crons.php:91
|
2236 |
+
msgid "In %s"
|
2237 |
+
msgstr "Om %s"
|
2238 |
+
|
2239 |
+
#. translators: %s: time period (e.g. "2 hours" ago)
|
2240 |
+
#: templates/debug/plugins-themes-sync.php20,
|
2241 |
+
#: templates/debug/scheduled-crons.php:93
|
2242 |
+
msgid "%s ago"
|
2243 |
+
msgstr "%s siden"
|
2244 |
+
|
2245 |
+
#: templates/debug/plugins-themes-sync.php21,
|
2246 |
+
#: templates/debug/scheduled-crons.php:74
|
2247 |
+
msgctxt "seconds"
|
2248 |
+
msgid "sec"
|
2249 |
+
msgstr "sek"
|
2250 |
+
|
2251 |
+
#: templates/debug/plugins-themes-sync.php:23
|
2252 |
+
msgid "Plugins & Themes Sync"
|
2253 |
+
msgstr "Synkronisering af plugins og temaer"
|
2254 |
+
|
2255 |
+
#: templates/debug/plugins-themes-sync.php:28
|
2256 |
+
msgid "Total"
|
2257 |
+
msgstr "Total"
|
2258 |
+
|
2259 |
+
#: templates/debug/plugins-themes-sync.php29,
|
2260 |
+
#: templates/debug/scheduled-crons.php:84
|
2261 |
+
msgid "Last"
|
2262 |
+
msgstr "Sidste"
|
2263 |
+
|
2264 |
+
#: templates/debug/scheduled-crons.php:76
|
2265 |
+
msgid "Scheduled Crons"
|
2266 |
+
msgstr "Planlagte cron jobs"
|
2267 |
+
|
2268 |
+
#: templates/debug/scheduled-crons.php:81
|
2269 |
+
msgid "Module"
|
2270 |
+
msgstr "Modul"
|
2271 |
+
|
2272 |
+
#: templates/debug/scheduled-crons.php:82
|
2273 |
+
msgid "Module Type"
|
2274 |
+
msgstr "Modultype"
|
2275 |
+
|
2276 |
+
#: templates/debug/scheduled-crons.php:83
|
2277 |
+
msgid "Cron Type"
|
2278 |
+
msgstr "Cron Type"
|
2279 |
+
|
2280 |
+
#: templates/debug/scheduled-crons.php:85
|
2281 |
+
msgid "Next"
|
2282 |
+
msgstr "Næste"
|
2283 |
+
|
2284 |
+
#: templates/forms/affiliation.php:82
|
2285 |
+
msgid "Non-expiring"
|
2286 |
+
msgstr "Udløber ikke"
|
2287 |
+
|
2288 |
+
#: templates/forms/affiliation.php:85
|
2289 |
+
msgid "Apply to become an affiliate"
|
2290 |
+
msgstr ""
|
2291 |
+
|
2292 |
+
#: templates/forms/affiliation.php:104
|
2293 |
+
msgid ""
|
2294 |
+
"Your affiliate application for %s has been accepted! Log in to your "
|
2295 |
+
"affiliate area at: %s."
|
2296 |
+
msgstr ""
|
2297 |
+
|
2298 |
+
#: templates/forms/affiliation.php:119
|
2299 |
+
msgid ""
|
2300 |
+
"Thank you for applying for our affiliate program, we'll review your details "
|
2301 |
+
"during the next 14 days and will get back to you with further information."
|
2302 |
+
msgstr ""
|
2303 |
+
|
2304 |
+
#: templates/forms/affiliation.php:122
|
2305 |
+
msgid "Your affiliation account was temporarily suspended."
|
2306 |
+
msgstr ""
|
2307 |
+
|
2308 |
+
#: templates/forms/affiliation.php:125
|
2309 |
+
msgid ""
|
2310 |
+
"Thank you for applying for our affiliate program, unfortunately, we've "
|
2311 |
+
"decided at this point to reject your application. Please try again in 30 "
|
2312 |
+
"days."
|
2313 |
+
msgstr ""
|
2314 |
+
|
2315 |
+
#: templates/forms/affiliation.php:128
|
2316 |
+
msgid ""
|
2317 |
+
"Due to violation of our affiliation terms, we decided to temporarily block "
|
2318 |
+
"your affiliation account. If you have any questions, please contact support."
|
2319 |
+
msgstr ""
|
2320 |
+
|
2321 |
+
#: templates/forms/affiliation.php:141
|
2322 |
+
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2323 |
+
msgstr ""
|
2324 |
+
|
2325 |
+
#: templates/forms/affiliation.php:142
|
2326 |
+
msgid ""
|
2327 |
+
"Refer new customers to our %s and earn %s commission on each successful sale"
|
2328 |
+
" you refer!"
|
2329 |
+
msgstr ""
|
2330 |
+
|
2331 |
+
#: templates/forms/affiliation.php:145
|
2332 |
+
msgid "Program Summary"
|
2333 |
+
msgstr "Programoversigt"
|
2334 |
+
|
2335 |
+
#: templates/forms/affiliation.php:147
|
2336 |
+
msgid "%s commission when a customer purchases a new license."
|
2337 |
+
msgstr ""
|
2338 |
+
|
2339 |
+
#: templates/forms/affiliation.php:149
|
2340 |
+
msgid "Get commission for automated subscription renewals."
|
2341 |
+
msgstr ""
|
2342 |
+
|
2343 |
+
#: templates/forms/affiliation.php:152
|
2344 |
+
msgid ""
|
2345 |
+
"%s tracking cookie after the first visit to maximize earnings potential."
|
2346 |
+
msgstr ""
|
2347 |
+
|
2348 |
+
#: templates/forms/affiliation.php:155
|
2349 |
+
msgid "Unlimited commissions."
|
2350 |
+
msgstr ""
|
2351 |
+
|
2352 |
+
#: templates/forms/affiliation.php:157
|
2353 |
+
msgid "%s minimum payout amount."
|
2354 |
+
msgstr ""
|
2355 |
+
|
2356 |
+
#: templates/forms/affiliation.php:158
|
2357 |
+
msgid "Payouts are in USD and processed monthly via PayPal."
|
2358 |
+
msgstr ""
|
2359 |
+
|
2360 |
+
#: templates/forms/affiliation.php:159
|
2361 |
+
msgid ""
|
2362 |
+
"As we reserve 30 days for potential refunds, we only pay commissions that "
|
2363 |
+
"are older than 30 days."
|
2364 |
+
msgstr ""
|
2365 |
+
|
2366 |
+
#: templates/forms/affiliation.php:162
|
2367 |
+
msgid "Affiliate"
|
2368 |
+
msgstr "Affiliate"
|
2369 |
+
|
2370 |
+
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2371 |
+
msgid "Email address"
|
2372 |
+
msgstr "E-mailadresse"
|
2373 |
+
|
2374 |
+
#: templates/forms/affiliation.php:169
|
2375 |
+
msgid "Full name"
|
2376 |
+
msgstr "Fulde navn"
|
2377 |
+
|
2378 |
+
#: templates/forms/affiliation.php:173
|
2379 |
+
msgid "PayPal account email address"
|
2380 |
+
msgstr "E-mailadresse til PayPal-konto"
|
2381 |
+
|
2382 |
+
#: templates/forms/affiliation.php:177
|
2383 |
+
msgid "Where are you going to promote the %s?"
|
2384 |
+
msgstr "Hvor vil du promovere %s?"
|
2385 |
+
|
2386 |
+
#: templates/forms/affiliation.php:179
|
2387 |
+
msgid ""
|
2388 |
+
"Enter the domain of your website or other websites from where you plan to "
|
2389 |
+
"promote the %s."
|
2390 |
+
msgstr ""
|
2391 |
+
|
2392 |
+
#: templates/forms/affiliation.php:181
|
2393 |
+
msgid "Add another domain"
|
2394 |
+
msgstr "Tilføj andet domæne"
|
2395 |
+
|
2396 |
+
#: templates/forms/affiliation.php:185
|
2397 |
+
msgid "Extra Domains"
|
2398 |
+
msgstr "Ekstra domæner"
|
2399 |
+
|
2400 |
+
#: templates/forms/affiliation.php:186
|
2401 |
+
msgid "Extra domains where you will be marketing the product from."
|
2402 |
+
msgstr "Andre domæner du vil markedsføre produktet fra."
|
2403 |
+
|
2404 |
+
#: templates/forms/affiliation.php:196
|
2405 |
+
msgid "Promotion methods"
|
2406 |
+
msgstr "Promoveringsmetoder"
|
2407 |
+
|
2408 |
+
#: templates/forms/affiliation.php:199
|
2409 |
+
msgid "Social media (Facebook, Twitter, etc.)"
|
2410 |
+
msgstr "Sociale medier (Facebook, Twitter osv.)"
|
2411 |
+
|
2412 |
+
#: templates/forms/affiliation.php:203
|
2413 |
+
msgid "Mobile apps"
|
2414 |
+
msgstr "Mobil-apps"
|
2415 |
+
|
2416 |
+
#: templates/forms/affiliation.php:207
|
2417 |
+
msgid "Website, email, and social media statistics (optional)"
|
2418 |
+
msgstr "Websted, e-mail, og statistikker for sociale medier (valgfrit)"
|
2419 |
+
|
2420 |
+
#: templates/forms/affiliation.php:210
|
2421 |
+
msgid ""
|
2422 |
+
"Please feel free to provide any relevant website or social media statistics,"
|
2423 |
+
" e.g. monthly unique site visits, number of email subscribers, followers, "
|
2424 |
+
"etc. (we will keep this information confidential)."
|
2425 |
+
msgstr ""
|
2426 |
+
|
2427 |
+
#: templates/forms/affiliation.php:214
|
2428 |
+
msgid "How will you promote us?"
|
2429 |
+
msgstr "Hvordan vil du promovere os?"
|
2430 |
+
|
2431 |
+
#: templates/forms/affiliation.php:217
|
2432 |
+
msgid ""
|
2433 |
+
"Please provide details on how you intend to promote %s (please be as "
|
2434 |
+
"specific as possible)."
|
2435 |
+
msgstr ""
|
2436 |
+
|
2437 |
+
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2438 |
+
msgid "Cancel"
|
2439 |
+
msgstr "Annuller"
|
2440 |
+
|
2441 |
+
#: templates/forms/affiliation.php:225
|
2442 |
+
msgid "Become an affiliate"
|
2443 |
+
msgstr "Bliv en affiliate"
|
2444 |
+
|
2445 |
+
#: templates/forms/license-activation.php:21
|
2446 |
+
msgid ""
|
2447 |
+
"Please enter the license key that you received in the email right after the "
|
2448 |
+
"purchase:"
|
2449 |
+
msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
|
2450 |
+
|
2451 |
+
#: templates/forms/license-activation.php:26
|
2452 |
+
msgid "Update License"
|
2453 |
+
msgstr "Opdater licens"
|
2454 |
+
|
2455 |
+
#: templates/forms/optout.php:30
|
2456 |
+
msgctxt "verb"
|
2457 |
+
msgid "Opt Out"
|
2458 |
+
msgstr "Frameld"
|
2459 |
+
|
2460 |
+
#: templates/forms/optout.php:31
|
2461 |
+
msgctxt "verb"
|
2462 |
+
msgid "Opt In"
|
2463 |
+
msgstr "Tilmeld"
|
2464 |
+
|
2465 |
+
#: templates/forms/optout.php:33
|
2466 |
+
msgid ""
|
2467 |
+
"Usage tracking is done in the name of making %s better. Making a better user"
|
2468 |
+
" experience, prioritizing new features, and more good things. We'd really "
|
2469 |
+
"appreciate if you'll reconsider letting us continue with the tracking."
|
2470 |
+
msgstr ""
|
2471 |
+
|
2472 |
+
#: templates/forms/optout.php:35
|
2473 |
+
msgid ""
|
2474 |
+
"By clicking \"Opt Out\", we will no longer be sending any data from %s to "
|
2475 |
+
"%s."
|
2476 |
+
msgstr "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
|
2477 |
+
|
2478 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2479 |
+
msgid "There is a new version of %s available."
|
2480 |
+
msgstr "En ny version af %s er tilgængelig."
|
2481 |
+
|
2482 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2483 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2484 |
+
msgstr ""
|
2485 |
+
|
2486 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2487 |
+
msgid "New Version Available"
|
2488 |
+
msgstr "Ny version tilgængelig"
|
2489 |
+
|
2490 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2491 |
+
msgctxt "close a window"
|
2492 |
+
msgid "Dismiss"
|
2493 |
+
msgstr "Fjern"
|
2494 |
+
|
2495 |
+
#: templates/forms/resend-key.php:21
|
2496 |
+
msgid "Send License Key"
|
2497 |
+
msgstr "Send licensnøgle"
|
2498 |
+
|
2499 |
+
#: templates/forms/resend-key.php:57
|
2500 |
+
msgid ""
|
2501 |
+
"Enter the email address you've used for the upgrade below and we will resend"
|
2502 |
+
" you the license key."
|
2503 |
+
msgstr "Indtast e-mailadressen, som du benyttede ved opgraderingen, nedenfor og vi vil gensende licensnøglen til dig."
|
2504 |
+
|
2505 |
+
#: templates/forms/subscription-cancellation.php:37
|
2506 |
+
msgid ""
|
2507 |
+
"Deactivating or uninstalling the %s will automatically disable the license, "
|
2508 |
+
"which you'll be able to use on another site."
|
2509 |
+
msgstr ""
|
2510 |
+
|
2511 |
+
#: templates/forms/subscription-cancellation.php:47
|
2512 |
+
msgid ""
|
2513 |
+
"In case you are NOT planning on using this %s on this site (or any other "
|
2514 |
+
"site) - would you like to cancel the %s as well?"
|
2515 |
+
msgstr ""
|
2516 |
+
|
2517 |
+
#: templates/forms/subscription-cancellation.php:52
|
2518 |
+
msgid "license"
|
2519 |
+
msgstr ""
|
2520 |
+
|
2521 |
+
#: templates/forms/subscription-cancellation.php:57
|
2522 |
+
msgid ""
|
2523 |
+
"Cancel %s - I no longer need any security & feature updates, nor support for"
|
2524 |
+
" %s because I'm not planning to use the %s on this, or any other site."
|
2525 |
+
msgstr ""
|
2526 |
+
|
2527 |
+
#: templates/forms/subscription-cancellation.php:68
|
2528 |
+
msgid ""
|
2529 |
+
"Don't cancel %s - I'm still interested in getting security & feature "
|
2530 |
+
"updates, as well as be able to contact support."
|
2531 |
+
msgstr ""
|
2532 |
+
|
2533 |
+
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2534 |
+
#. subscription'
|
2535 |
+
#: templates/forms/subscription-cancellation.php99,
|
2536 |
+
#: templates/account/partials/addon.php29,
|
2537 |
+
#: templates/account/partials/site.php:298
|
2538 |
+
msgid ""
|
2539 |
+
"%1$s will immediately stop all future recurring payments and your %s plan "
|
2540 |
+
"license will expire in %s."
|
2541 |
+
msgstr ""
|
2542 |
+
|
2543 |
+
#: templates/forms/subscription-cancellation.php:103
|
2544 |
+
msgid ""
|
2545 |
+
"Once your license expires you will no longer be able to use the %s, unless "
|
2546 |
+
"you activate it again with a valid premium license."
|
2547 |
+
msgstr ""
|
2548 |
+
|
2549 |
+
#: templates/forms/subscription-cancellation.php:136
|
2550 |
+
msgid "Cancel %s?"
|
2551 |
+
msgstr ""
|
2552 |
+
|
2553 |
+
#: templates/forms/subscription-cancellation.php:143
|
2554 |
+
msgid "Proceed"
|
2555 |
+
msgstr ""
|
2556 |
+
|
2557 |
+
#: templates/forms/subscription-cancellation.php191,
|
2558 |
+
#: templates/forms/deactivation/form.php:171
|
2559 |
+
msgid "Cancel %s & Proceed"
|
2560 |
+
msgstr ""
|
2561 |
+
|
2562 |
+
#: templates/forms/trial-start.php:22
|
2563 |
+
msgid ""
|
2564 |
+
"You are 1-click away from starting your %1$s-day free trial of the %2$s "
|
2565 |
+
"plan."
|
2566 |
+
msgstr "Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af planen %2$s."
|
2567 |
+
|
2568 |
+
#: templates/forms/trial-start.php:28
|
2569 |
+
msgid ""
|
2570 |
+
"For compliance with the WordPress.org guidelines, before we start the trial "
|
2571 |
+
"we ask that you opt in with your user and non-sensitive site information, "
|
2572 |
+
"allowing the %s to periodically send data to %s to check for version updates"
|
2573 |
+
" and to validate your trial."
|
2574 |
+
msgstr ""
|
2575 |
+
|
2576 |
+
#: templates/js/style-premium-theme.php:39
|
2577 |
+
msgid "Premium"
|
2578 |
+
msgstr "Premium"
|
2579 |
+
|
2580 |
+
#: templates/js/style-premium-theme.php:42
|
2581 |
+
msgid "Beta"
|
2582 |
+
msgstr ""
|
2583 |
+
|
2584 |
+
#: templates/partials/network-activation.php:27
|
2585 |
+
msgid "Activate license on all sites in the network."
|
2586 |
+
msgstr "Aktiver licens på alle websteder i netværket."
|
2587 |
+
|
2588 |
+
#: templates/partials/network-activation.php:28
|
2589 |
+
msgid "Apply on all sites in the network."
|
2590 |
+
msgstr "Anvend på alle websteder i netværket."
|
2591 |
+
|
2592 |
+
#: templates/partials/network-activation.php:31
|
2593 |
+
msgid "Activate license on all pending sites."
|
2594 |
+
msgstr "Akiver licens på alle afventende websteder."
|
2595 |
+
|
2596 |
+
#: templates/partials/network-activation.php:32
|
2597 |
+
msgid "Apply on all pending sites."
|
2598 |
+
msgstr "Anvend på alle afventende websteder."
|
2599 |
+
|
2600 |
+
#: templates/partials/network-activation.php40,
|
2601 |
+
#: templates/partials/network-activation.php:74
|
2602 |
+
msgid "allow"
|
2603 |
+
msgstr "tillad"
|
2604 |
+
|
2605 |
+
#: templates/partials/network-activation.php43,
|
2606 |
+
#: templates/partials/network-activation.php:77
|
2607 |
+
msgid "delegate"
|
2608 |
+
msgstr "delegér"
|
2609 |
+
|
2610 |
+
#: templates/partials/network-activation.php47,
|
2611 |
+
#: templates/partials/network-activation.php:81
|
2612 |
+
msgid "skip"
|
2613 |
+
msgstr "spring over"
|
2614 |
+
|
2615 |
+
#: templates/plugin-info/description.php72,
|
2616 |
+
#: templates/plugin-info/screenshots.php:31
|
2617 |
+
msgid "Click to view full-size screenshot %d"
|
2618 |
+
msgstr "Klik for at vise skærmbillede %d i fuld skærm"
|
2619 |
+
|
2620 |
+
#: templates/plugin-info/features.php:56
|
2621 |
+
msgid "Unlimited Updates"
|
2622 |
+
msgstr "Ubegrænsede opdateringer"
|
2623 |
+
|
2624 |
+
#: templates/account/partials/activate-license-button.php:46
|
2625 |
+
msgid "Localhost"
|
2626 |
+
msgstr "Localhost"
|
2627 |
+
|
2628 |
+
#: templates/account/partials/activate-license-button.php:50
|
2629 |
+
msgctxt "as 5 licenses left"
|
2630 |
+
msgid "%s left"
|
2631 |
+
msgstr "%s tilbage"
|
2632 |
+
|
2633 |
+
#: templates/account/partials/activate-license-button.php:51
|
2634 |
+
msgid "Last license"
|
2635 |
+
msgstr "Seneste license"
|
2636 |
+
|
2637 |
+
#: templates/account/partials/addon.php:167
|
2638 |
+
msgid "Cancelled"
|
2639 |
+
msgstr "Annulleret"
|
2640 |
+
|
2641 |
+
#: templates/account/partials/addon.php:177
|
2642 |
+
msgid "No expiration"
|
2643 |
+
msgstr "Udløber ikke"
|
2644 |
+
|
2645 |
+
#: templates/account/partials/site.php:181
|
2646 |
+
msgid "Owner Name"
|
2647 |
+
msgstr "Ejer-navn"
|
2648 |
+
|
2649 |
+
#: templates/account/partials/site.php:193
|
2650 |
+
msgid "Owner Email"
|
2651 |
+
msgstr "E-mailadresse for ejer"
|
2652 |
+
|
2653 |
+
#: templates/account/partials/site.php:205
|
2654 |
+
msgid "Owner ID"
|
2655 |
+
msgstr "Ejer-ID"
|
2656 |
+
|
2657 |
+
#: templates/account/partials/site.php:270
|
2658 |
+
msgid "Subscription"
|
2659 |
+
msgstr "Abonnement"
|
2660 |
+
|
2661 |
+
#: templates/forms/deactivation/contact.php:19
|
2662 |
+
msgid ""
|
2663 |
+
"Sorry for the inconvenience and we are here to help if you give us a chance."
|
2664 |
+
msgstr "Vi beklager ulejligheden, og vi er her for at hjælpe, hvis du giver os chancen."
|
2665 |
+
|
2666 |
+
#: templates/forms/deactivation/contact.php:22
|
2667 |
+
msgid "Contact Support"
|
2668 |
+
msgstr "Kontakt support"
|
2669 |
+
|
2670 |
+
#: templates/forms/deactivation/form.php:64
|
2671 |
+
msgid "Anonymous feedback"
|
2672 |
+
msgstr "Anonym feedback"
|
2673 |
+
|
2674 |
+
#: templates/forms/deactivation/form.php:70
|
2675 |
+
msgid "Deactivate"
|
2676 |
+
msgstr "Deaktiver"
|
2677 |
+
|
2678 |
+
#: templates/forms/deactivation/form.php:72
|
2679 |
+
msgid "Activate %s"
|
2680 |
+
msgstr "Aktiver %s"
|
2681 |
+
|
2682 |
+
#: templates/forms/deactivation/form.php:87
|
2683 |
+
msgid "Quick Feedback"
|
2684 |
+
msgstr ""
|
2685 |
+
|
2686 |
+
#: templates/forms/deactivation/form.php:91
|
2687 |
+
msgid "If you have a moment, please let us know why you are %s"
|
2688 |
+
msgstr "Hvis du har tid, så lad os venligst vide hvorfor du %s"
|
2689 |
+
|
2690 |
+
#: templates/forms/deactivation/form.php:91
|
2691 |
+
msgid "deactivating"
|
2692 |
+
msgstr "deaktiverer"
|
2693 |
+
|
2694 |
+
#: templates/forms/deactivation/form.php:91
|
2695 |
+
msgid "switching"
|
2696 |
+
msgstr "skifter"
|
2697 |
+
|
2698 |
+
#: templates/forms/deactivation/form.php:365
|
2699 |
+
msgid "Submit & %s"
|
2700 |
+
msgstr "Send & %s"
|
2701 |
+
|
2702 |
+
#: templates/forms/deactivation/form.php:386
|
2703 |
+
msgid "Kindly tell us the reason so we can improve."
|
2704 |
+
msgstr "Fortæl os venligst årsagen, så vi kan forbedre det."
|
2705 |
+
|
2706 |
+
#: templates/forms/deactivation/form.php:511
|
2707 |
+
msgid "Yes - %s"
|
2708 |
+
msgstr "Ja - %s"
|
2709 |
+
|
2710 |
+
#: templates/forms/deactivation/form.php:518
|
2711 |
+
msgid "Skip & %s"
|
2712 |
+
msgstr "Spring over & %s"
|
2713 |
+
|
2714 |
+
#: templates/forms/deactivation/retry-skip.php:21
|
2715 |
+
msgid "Click here to use the plugin anonymously"
|
2716 |
+
msgstr "Klik her for at benytte pluginnet anonymt"
|
2717 |
+
|
2718 |
+
#: templates/forms/deactivation/retry-skip.php:23
|
2719 |
+
msgid ""
|
2720 |
+
"You might have missed it, but you don't have to share any data and can just "
|
2721 |
+
"%s the opt-in."
|
2722 |
+
msgstr "Du har måske overset det, men du behøver ikke at dele data og kan blot %s tilmeldingen."
|
freemius/languages/freemius-en.po
CHANGED
@@ -1,2386 +1,2386 @@
|
|
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:1838, templates/account.php:769
|
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:1845
|
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:2053
|
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:2055
|
35 |
-
msgid "Error"
|
36 |
-
msgstr "Error"
|
37 |
-
|
38 |
-
#: includes/class-freemius.php:2445
|
39 |
-
msgid "I found a better %s"
|
40 |
-
msgstr "I found a better %s"
|
41 |
-
|
42 |
-
#: includes/class-freemius.php:2447
|
43 |
-
msgid "What's the %s's name?"
|
44 |
-
msgstr "What's the %s's name?"
|
45 |
-
|
46 |
-
#: includes/class-freemius.php:2453
|
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:2455
|
51 |
-
msgid "Deactivation"
|
52 |
-
msgstr "Deactivation"
|
53 |
-
|
54 |
-
#: includes/class-freemius.php:2456
|
55 |
-
msgid "Theme Switch"
|
56 |
-
msgstr "Theme Switch"
|
57 |
-
|
58 |
-
#: includes/class-freemius.php:2465, templates/forms/resend-key.php:24
|
59 |
-
msgid "Other"
|
60 |
-
msgstr "Other"
|
61 |
-
|
62 |
-
#: includes/class-freemius.php:2473
|
63 |
-
msgid "I no longer need the %s"
|
64 |
-
msgstr "I no longer need the %s"
|
65 |
-
|
66 |
-
#: includes/class-freemius.php:2480
|
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:2486
|
71 |
-
msgid "The %s broke my site"
|
72 |
-
msgstr "The %s broke my site"
|
73 |
-
|
74 |
-
#: includes/class-freemius.php:2493
|
75 |
-
msgid "The %s suddenly stopped working"
|
76 |
-
msgstr "The %s suddenly stopped working"
|
77 |
-
|
78 |
-
#: includes/class-freemius.php:2503
|
79 |
-
msgid "I can't pay for it anymore"
|
80 |
-
msgstr "I can't pay for it anymore"
|
81 |
-
|
82 |
-
#: includes/class-freemius.php:2505
|
83 |
-
msgid "What price would you feel comfortable paying?"
|
84 |
-
msgstr "What price would you feel comfortable paying?"
|
85 |
-
|
86 |
-
#: includes/class-freemius.php:2511
|
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:2532
|
91 |
-
msgid "The %s didn't work"
|
92 |
-
msgstr "The %s didn't work"
|
93 |
-
|
94 |
-
#: includes/class-freemius.php:2542
|
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:2550
|
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:2552
|
103 |
-
msgid "What feature?"
|
104 |
-
msgstr "What feature?"
|
105 |
-
|
106 |
-
#: includes/class-freemius.php:2556
|
107 |
-
msgid "The %s is not working"
|
108 |
-
msgstr "The %s is not working"
|
109 |
-
|
110 |
-
#: includes/class-freemius.php:2558
|
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:2562
|
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:2564
|
119 |
-
msgid "What you've been looking for?"
|
120 |
-
msgstr "What you've been looking for?"
|
121 |
-
|
122 |
-
#: includes/class-freemius.php:2568
|
123 |
-
msgid "The %s didn't work as expected"
|
124 |
-
msgstr "The %s didn't work as expected"
|
125 |
-
|
126 |
-
#: includes/class-freemius.php:2570
|
127 |
-
msgid "What did you expect?"
|
128 |
-
msgstr "What did you expect?"
|
129 |
-
|
130 |
-
#: includes/class-freemius.php:3425, templates/debug.php:20
|
131 |
-
msgid "Freemius Debug"
|
132 |
-
msgstr "Freemius Debug"
|
133 |
-
|
134 |
-
#: includes/class-freemius.php:4177
|
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:4179
|
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:4186
|
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:4291
|
147 |
-
msgid "Yes - do your thing"
|
148 |
-
msgstr "Yes - do your thing"
|
149 |
-
|
150 |
-
#: includes/class-freemius.php:4296
|
151 |
-
msgid "No - just deactivate"
|
152 |
-
msgstr "No - just deactivate"
|
153 |
-
|
154 |
-
#: includes/class-freemius.php:4341, includes/class-freemius.php:4850, includes/class-freemius.php:5999, includes/class-freemius.php:12682, includes/class-freemius.php:16045, includes/class-freemius.php:16133, includes/class-freemius.php:16299, includes/class-freemius.php:18758, includes/class-freemius.php:18768, includes/class-freemius.php:19404, includes/class-freemius.php:20277, includes/class-freemius.php:20392, includes/class-freemius.php:20536, templates/add-ons.php:54
|
155 |
-
msgctxt "exclamation"
|
156 |
-
msgid "Oops"
|
157 |
-
msgstr "Oops"
|
158 |
-
|
159 |
-
#: includes/class-freemius.php:4410
|
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:4847
|
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:4848
|
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:5020, includes/class-freemius.php:5045, includes/class-freemius.php:19475
|
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:5687
|
178 |
-
msgid "Premium %s version was successfully activated."
|
179 |
-
msgstr "Premium %s version was successfully activated."
|
180 |
-
|
181 |
-
#: includes/class-freemius.php:5699, includes/class-freemius.php:7567
|
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:5714
|
187 |
-
msgid "You have a %s license."
|
188 |
-
msgstr "You have a %s license."
|
189 |
-
|
190 |
-
#: includes/class-freemius.php:5718, includes/class-freemius.php:15466, includes/class-freemius.php:15477, includes/class-freemius.php:18669, includes/class-freemius.php:18999, includes/class-freemius.php:19065, includes/class-freemius.php:19229
|
191 |
-
msgctxt "interjection expressing joy or exuberance"
|
192 |
-
msgid "Yee-haw"
|
193 |
-
msgstr "Yee-haw"
|
194 |
-
|
195 |
-
#: includes/class-freemius.php:5982
|
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:5986
|
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:5995, templates/add-ons.php:130, templates/account/partials/addon.php:343
|
204 |
-
msgid "More information about %s"
|
205 |
-
msgstr "More information about %s"
|
206 |
-
|
207 |
-
#: includes/class-freemius.php:5996
|
208 |
-
msgid "Purchase License"
|
209 |
-
msgstr "Purchase License"
|
210 |
-
|
211 |
-
#: includes/class-freemius.php:6931, 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:6935
|
216 |
-
msgid "start the trial"
|
217 |
-
msgstr "start the trial"
|
218 |
-
|
219 |
-
#: includes/class-freemius.php:6936, templates/connect.php:167
|
220 |
-
msgid "complete the install"
|
221 |
-
msgstr "complete the install"
|
222 |
-
|
223 |
-
#: includes/class-freemius.php:7049
|
224 |
-
msgid "You are just one step away - %s"
|
225 |
-
msgstr "You are just one step away - %s"
|
226 |
-
|
227 |
-
#: includes/class-freemius.php:7052
|
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:7130
|
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:7134
|
237 |
-
msgid "Opt in to make \"%s\" better!"
|
238 |
-
msgstr "Opt in to make \"%s\" better!"
|
239 |
-
|
240 |
-
#: includes/class-freemius.php:7566
|
241 |
-
msgid "The upgrade of %s was successfully completed."
|
242 |
-
msgstr "The upgrade of %s was successfully completed."
|
243 |
-
|
244 |
-
#: includes/class-freemius.php:9728, includes/class-fs-plugin-updater.php:975, includes/class-fs-plugin-updater.php:1170, includes/class-fs-plugin-updater.php:1177, templates/auto-installation.php:32
|
245 |
-
msgid "Add-On"
|
246 |
-
msgstr "Add-On"
|
247 |
-
|
248 |
-
#: includes/class-freemius.php:9730, templates/account.php:313, templates/account.php:321, templates/debug.php:361, templates/debug.php:522
|
249 |
-
msgid "Plugin"
|
250 |
-
msgstr "Plugin"
|
251 |
-
|
252 |
-
#: includes/class-freemius.php:9731, templates/account.php:314, templates/account.php:322, templates/debug.php:361, templates/debug.php:522, templates/forms/deactivation/form.php:71
|
253 |
-
msgid "Theme"
|
254 |
-
msgstr "Theme"
|
255 |
-
|
256 |
-
#: includes/class-freemius.php:12148
|
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:12549
|
261 |
-
msgid "Invalid site details collection."
|
262 |
-
msgstr "Invalid site details collection."
|
263 |
-
|
264 |
-
#: includes/class-freemius.php:12669
|
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:12671
|
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:12945
|
273 |
-
msgid "Account is pending activation."
|
274 |
-
msgstr "Account is pending activation."
|
275 |
-
|
276 |
-
#: includes/class-freemius.php:13057, 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:13069, 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:13073
|
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:15448
|
289 |
-
msgid "%s activation was successfully completed."
|
290 |
-
msgstr "%s activation was successfully completed."
|
291 |
-
|
292 |
-
#: includes/class-freemius.php:15462
|
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:15473, includes/class-freemius.php:19061
|
297 |
-
msgid "Your trial has been successfully started."
|
298 |
-
msgstr "Your trial has been successfully started."
|
299 |
-
|
300 |
-
#: includes/class-freemius.php:16043, includes/class-freemius.php:16131, includes/class-freemius.php:16297
|
301 |
-
msgid "Couldn't activate %s."
|
302 |
-
msgstr "Couldn't activate %s."
|
303 |
-
|
304 |
-
#: includes/class-freemius.php:16044, includes/class-freemius.php:16132, includes/class-freemius.php:16298
|
305 |
-
msgid "Please contact us with the following message:"
|
306 |
-
msgstr "Please contact us with the following message:"
|
307 |
-
|
308 |
-
#: includes/class-freemius.php:16128
|
309 |
-
msgid "An unknown error has occurred."
|
310 |
-
msgstr "An unknown error has occurred."
|
311 |
-
|
312 |
-
#: includes/class-freemius.php:16655, includes/class-freemius.php:21409
|
313 |
-
msgid "Upgrade"
|
314 |
-
msgstr "Upgrade"
|
315 |
-
|
316 |
-
#: includes/class-freemius.php:16661
|
317 |
-
msgid "Start Trial"
|
318 |
-
msgstr "Start Trial"
|
319 |
-
|
320 |
-
#: includes/class-freemius.php:16663
|
321 |
-
msgid "Pricing"
|
322 |
-
msgstr "Pricing"
|
323 |
-
|
324 |
-
#: includes/class-freemius.php:16742, includes/class-freemius.php:16744
|
325 |
-
msgid "Affiliation"
|
326 |
-
msgstr "Affiliation"
|
327 |
-
|
328 |
-
#: includes/class-freemius.php:16772, includes/class-freemius.php:16774, templates/account.php:177, templates/debug.php:326
|
329 |
-
msgid "Account"
|
330 |
-
msgstr "Account"
|
331 |
-
|
332 |
-
#: includes/class-freemius.php:16787, includes/class-freemius.php:16789, includes/customizer/class-fs-customizer-support-section.php:60
|
333 |
-
msgid "Contact Us"
|
334 |
-
msgstr "Contact Us"
|
335 |
-
|
336 |
-
#: includes/class-freemius.php:16799, includes/class-freemius.php:16801, includes/class-freemius.php:21423, templates/account.php:105, templates/account/partials/addon.php:45
|
337 |
-
msgid "Add-Ons"
|
338 |
-
msgstr "Add-Ons"
|
339 |
-
|
340 |
-
#: includes/class-freemius.php:16835
|
341 |
-
msgctxt "ASCII arrow left icon"
|
342 |
-
msgid "←"
|
343 |
-
msgstr "←"
|
344 |
-
|
345 |
-
#: includes/class-freemius.php:16835
|
346 |
-
msgctxt "ASCII arrow right icon"
|
347 |
-
msgid "➤"
|
348 |
-
msgstr "➤"
|
349 |
-
|
350 |
-
#: includes/class-freemius.php:16837, templates/pricing.php:102
|
351 |
-
msgctxt "noun"
|
352 |
-
msgid "Pricing"
|
353 |
-
msgstr "Pricing"
|
354 |
-
|
355 |
-
#: includes/class-freemius.php:17050, includes/customizer/class-fs-customizer-support-section.php:67
|
356 |
-
msgid "Support Forum"
|
357 |
-
msgstr "Support Forum"
|
358 |
-
|
359 |
-
#: includes/class-freemius.php:17995
|
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:17996
|
364 |
-
msgctxt "a positive response"
|
365 |
-
msgid "Right on"
|
366 |
-
msgstr "Right on"
|
367 |
-
|
368 |
-
#: includes/class-freemius.php:18660
|
369 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
370 |
-
msgstr "Your %s Add-on plan was successfully upgraded."
|
371 |
-
|
372 |
-
#: includes/class-freemius.php:18662
|
373 |
-
msgid "%s Add-on was successfully purchased."
|
374 |
-
msgstr "%s Add-on was successfully purchased."
|
375 |
-
|
376 |
-
#: includes/class-freemius.php:18665
|
377 |
-
msgid "Download the latest version"
|
378 |
-
msgstr "Download the latest version"
|
379 |
-
|
380 |
-
#: includes/class-freemius.php:18751
|
381 |
-
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"
|
382 |
-
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"
|
383 |
-
|
384 |
-
#: includes/class-freemius.php:18757, includes/class-freemius.php:19188, includes/class-freemius.php:19277
|
385 |
-
msgid "Error received from the server:"
|
386 |
-
msgstr "Error received from the server:"
|
387 |
-
|
388 |
-
#: includes/class-freemius.php:18767
|
389 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
390 |
-
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
391 |
-
|
392 |
-
#: includes/class-freemius.php:18961, includes/class-freemius.php:19193, includes/class-freemius.php:19248, includes/class-freemius.php:19351
|
393 |
-
msgctxt "something somebody says when they are thinking about what you have just said."
|
394 |
-
msgid "Hmm"
|
395 |
-
msgstr "Hmm"
|
396 |
-
|
397 |
-
#: includes/class-freemius.php:18974
|
398 |
-
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."
|
399 |
-
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."
|
400 |
-
|
401 |
-
#: includes/class-freemius.php:18975, templates/account.php:107, templates/add-ons.php:191, templates/account/partials/addon.php:47
|
402 |
-
msgctxt "trial period"
|
403 |
-
msgid "Trial"
|
404 |
-
msgstr "Trial"
|
405 |
-
|
406 |
-
#: includes/class-freemius.php:18980
|
407 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
408 |
-
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
409 |
-
|
410 |
-
#: includes/class-freemius.php:18984, includes/class-freemius.php:19043
|
411 |
-
msgid "Please contact us here"
|
412 |
-
msgstr "Please contact us here"
|
413 |
-
|
414 |
-
#: includes/class-freemius.php:18995
|
415 |
-
msgid "Your plan was successfully activated."
|
416 |
-
msgstr "Your plan was successfully activated."
|
417 |
-
|
418 |
-
#: includes/class-freemius.php:18996
|
419 |
-
msgid "Your plan was successfully upgraded."
|
420 |
-
msgstr "Your plan was successfully upgraded."
|
421 |
-
|
422 |
-
#: includes/class-freemius.php:19013
|
423 |
-
msgid "Your plan was successfully changed to %s."
|
424 |
-
msgstr "Your plan was successfully changed to %s."
|
425 |
-
|
426 |
-
#: includes/class-freemius.php:19029
|
427 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
428 |
-
msgstr "Your license has expired. You can still continue using the free %s forever."
|
429 |
-
|
430 |
-
#: includes/class-freemius.php:19031
|
431 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
432 |
-
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
433 |
-
|
434 |
-
#: includes/class-freemius.php:19039
|
435 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
436 |
-
msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
|
437 |
-
|
438 |
-
#: includes/class-freemius.php:19052
|
439 |
-
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."
|
440 |
-
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."
|
441 |
-
|
442 |
-
#: includes/class-freemius.php:19075
|
443 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
444 |
-
msgstr "Your free trial has expired. You can still continue using all our free features."
|
445 |
-
|
446 |
-
#: includes/class-freemius.php:19077
|
447 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
448 |
-
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
449 |
-
|
450 |
-
#: includes/class-freemius.php:19184
|
451 |
-
msgid "It looks like the license could not be activated."
|
452 |
-
msgstr "It looks like the license could not be activated."
|
453 |
-
|
454 |
-
#: includes/class-freemius.php:19226
|
455 |
-
msgid "Your license was successfully activated."
|
456 |
-
msgstr "Your license was successfully activated."
|
457 |
-
|
458 |
-
#: includes/class-freemius.php:19252
|
459 |
-
msgid "It looks like your site currently doesn't have an active license."
|
460 |
-
msgstr "It looks like your site currently doesn't have an active license."
|
461 |
-
|
462 |
-
#: includes/class-freemius.php:19276
|
463 |
-
msgid "It looks like the license deactivation failed."
|
464 |
-
msgstr "It looks like the license deactivation failed."
|
465 |
-
|
466 |
-
#: includes/class-freemius.php:19304
|
467 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
468 |
-
msgstr "Your license was successfully deactivated, you are back to the %s plan."
|
469 |
-
|
470 |
-
#: includes/class-freemius.php:19305
|
471 |
-
msgid "O.K"
|
472 |
-
msgstr "O.K"
|
473 |
-
|
474 |
-
#: includes/class-freemius.php:19358
|
475 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
476 |
-
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
477 |
-
|
478 |
-
#: includes/class-freemius.php:19367
|
479 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
480 |
-
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
481 |
-
|
482 |
-
#: includes/class-freemius.php:19409
|
483 |
-
msgid "You are already running the %s in a trial mode."
|
484 |
-
msgstr "You are already running the %s in a trial mode."
|
485 |
-
|
486 |
-
#: includes/class-freemius.php:19420
|
487 |
-
msgid "You already utilized a trial before."
|
488 |
-
msgstr "You already utilized a trial before."
|
489 |
-
|
490 |
-
#: includes/class-freemius.php:19434
|
491 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
492 |
-
msgstr "Plan %s do not exist, therefore, can't start a trial."
|
493 |
-
|
494 |
-
#: includes/class-freemius.php:19445
|
495 |
-
msgid "Plan %s does not support a trial period."
|
496 |
-
msgstr "Plan %s does not support a trial period."
|
497 |
-
|
498 |
-
#: includes/class-freemius.php:19456
|
499 |
-
msgid "None of the %s's plans supports a trial period."
|
500 |
-
msgstr "None of the %s's plans supports a trial period."
|
501 |
-
|
502 |
-
#: includes/class-freemius.php:19506
|
503 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
504 |
-
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
505 |
-
|
506 |
-
#: includes/class-freemius.php:19542
|
507 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
508 |
-
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
509 |
-
|
510 |
-
#: includes/class-freemius.php:19561
|
511 |
-
msgid "Your %s free trial was successfully cancelled."
|
512 |
-
msgstr "Your %s free trial was successfully cancelled."
|
513 |
-
|
514 |
-
#: includes/class-freemius.php:19877
|
515 |
-
msgid "Version %s was released."
|
516 |
-
msgstr "Version %s was released."
|
517 |
-
|
518 |
-
#: includes/class-freemius.php:19877
|
519 |
-
msgid "Please download %s."
|
520 |
-
msgstr "Please download %s."
|
521 |
-
|
522 |
-
#: includes/class-freemius.php:19884
|
523 |
-
msgid "the latest %s version here"
|
524 |
-
msgstr "the latest %s version here"
|
525 |
-
|
526 |
-
#: includes/class-freemius.php:19889
|
527 |
-
msgid "New"
|
528 |
-
msgstr "New"
|
529 |
-
|
530 |
-
#: includes/class-freemius.php:19894
|
531 |
-
msgid "Seems like you got the latest release."
|
532 |
-
msgstr "Seems like you got the latest release."
|
533 |
-
|
534 |
-
#: includes/class-freemius.php:19895
|
535 |
-
msgid "You are all good!"
|
536 |
-
msgstr "You are all good!"
|
537 |
-
|
538 |
-
#: includes/class-freemius.php:20165
|
539 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
540 |
-
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
541 |
-
|
542 |
-
#: includes/class-freemius.php:20304
|
543 |
-
msgid "Site successfully opted in."
|
544 |
-
msgstr "Site successfully opted in."
|
545 |
-
|
546 |
-
#: includes/class-freemius.php:20305, includes/class-freemius.php:21125
|
547 |
-
msgid "Awesome"
|
548 |
-
msgstr "Awesome"
|
549 |
-
|
550 |
-
#: includes/class-freemius.php:20321, templates/forms/optout.php:32
|
551 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
552 |
-
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
553 |
-
|
554 |
-
#: includes/class-freemius.php:20322
|
555 |
-
msgid "Thank you!"
|
556 |
-
msgstr "Thank you!"
|
557 |
-
|
558 |
-
#: includes/class-freemius.php:20329
|
559 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
560 |
-
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
561 |
-
|
562 |
-
#: includes/class-freemius.php:20458
|
563 |
-
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."
|
564 |
-
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."
|
565 |
-
|
566 |
-
#: includes/class-freemius.php:20464
|
567 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
568 |
-
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
569 |
-
|
570 |
-
#: includes/class-freemius.php:20469
|
571 |
-
msgid "%s is the new owner of the account."
|
572 |
-
msgstr "%s is the new owner of the account."
|
573 |
-
|
574 |
-
#: includes/class-freemius.php:20471
|
575 |
-
msgctxt "as congratulations"
|
576 |
-
msgid "Congrats"
|
577 |
-
msgstr "Congrats"
|
578 |
-
|
579 |
-
#: includes/class-freemius.php:20491
|
580 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
581 |
-
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
582 |
-
|
583 |
-
#: includes/class-freemius.php:20492
|
584 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
585 |
-
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
586 |
-
|
587 |
-
#: includes/class-freemius.php:20499
|
588 |
-
msgid "Change Ownership"
|
589 |
-
msgstr "Change Ownership"
|
590 |
-
|
591 |
-
#: includes/class-freemius.php:20507
|
592 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
593 |
-
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
594 |
-
|
595 |
-
#: includes/class-freemius.php:20519
|
596 |
-
msgid "Please provide your full name."
|
597 |
-
msgstr "Please provide your full name."
|
598 |
-
|
599 |
-
#: includes/class-freemius.php:20524
|
600 |
-
msgid "Your name was successfully updated."
|
601 |
-
msgstr "Your name was successfully updated."
|
602 |
-
|
603 |
-
#: includes/class-freemius.php:20585
|
604 |
-
msgid "You have successfully updated your %s."
|
605 |
-
msgstr "You have successfully updated your %s."
|
606 |
-
|
607 |
-
#: includes/class-freemius.php:20725
|
608 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
609 |
-
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
610 |
-
|
611 |
-
#: includes/class-freemius.php:20726
|
612 |
-
msgctxt "advance notice of something that will need attention."
|
613 |
-
msgid "Heads up"
|
614 |
-
msgstr "Heads up"
|
615 |
-
|
616 |
-
#: includes/class-freemius.php:21165
|
617 |
-
msgctxt "exclamation"
|
618 |
-
msgid "Hey"
|
619 |
-
msgstr "Hey"
|
620 |
-
|
621 |
-
#: includes/class-freemius.php:21165
|
622 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
623 |
-
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
624 |
-
|
625 |
-
#: includes/class-freemius.php:21173
|
626 |
-
msgid "No commitment for %s days - cancel anytime!"
|
627 |
-
msgstr "No commitment for %s days - cancel anytime!"
|
628 |
-
|
629 |
-
#: includes/class-freemius.php:21174
|
630 |
-
msgid "No credit card required"
|
631 |
-
msgstr "No credit card required"
|
632 |
-
|
633 |
-
#: includes/class-freemius.php:21181, templates/forms/trial-start.php:53
|
634 |
-
msgctxt "call to action"
|
635 |
-
msgid "Start free trial"
|
636 |
-
msgstr "Start free trial"
|
637 |
-
|
638 |
-
#: includes/class-freemius.php:21258
|
639 |
-
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!"
|
640 |
-
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!"
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:21267
|
643 |
-
msgid "Learn more"
|
644 |
-
msgstr "Learn more"
|
645 |
-
|
646 |
-
#: includes/class-freemius.php:21447, templates/account.php:474, templates/account.php:595, templates/connect.php:171, templates/connect.php:421, templates/forms/license-activation.php:25, templates/account/partials/addon.php:287
|
647 |
-
msgid "Activate License"
|
648 |
-
msgstr "Activate License"
|
649 |
-
|
650 |
-
#: includes/class-freemius.php:21448, templates/account.php:543, templates/account.php:594, templates/account/partials/site.php:256
|
651 |
-
msgid "Change License"
|
652 |
-
msgstr "Change License"
|
653 |
-
|
654 |
-
#: includes/class-freemius.php:21539, templates/account/partials/site.php:161
|
655 |
-
msgid "Opt Out"
|
656 |
-
msgstr "Opt Out"
|
657 |
-
|
658 |
-
#: includes/class-freemius.php:21541, includes/class-freemius.php:21547, templates/account/partials/site.php:43, templates/account/partials/site.php:161
|
659 |
-
msgid "Opt In"
|
660 |
-
msgstr "Opt In"
|
661 |
-
|
662 |
-
#: includes/class-freemius.php:21775
|
663 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
664 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
665 |
-
|
666 |
-
#: includes/class-freemius.php:21783
|
667 |
-
msgid "Activate %s features"
|
668 |
-
msgstr "Activate %s features"
|
669 |
-
|
670 |
-
#: includes/class-freemius.php:21796
|
671 |
-
msgid "Please follow these steps to complete the upgrade"
|
672 |
-
msgstr "Please follow these steps to complete the upgrade"
|
673 |
-
|
674 |
-
#: includes/class-freemius.php:21800
|
675 |
-
msgid "Download the latest %s version"
|
676 |
-
msgstr "Download the latest %s version"
|
677 |
-
|
678 |
-
#: includes/class-freemius.php:21804
|
679 |
-
msgid "Upload and activate the downloaded version"
|
680 |
-
msgstr "Upload and activate the downloaded version"
|
681 |
-
|
682 |
-
#: includes/class-freemius.php:21806
|
683 |
-
msgid "How to upload and activate?"
|
684 |
-
msgstr "How to upload and activate?"
|
685 |
-
|
686 |
-
#: includes/class-freemius.php:21940
|
687 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
688 |
-
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
689 |
-
|
690 |
-
#: includes/class-freemius.php:22101
|
691 |
-
msgid "Auto installation only works for opted-in users."
|
692 |
-
msgstr "Auto installation only works for opted-in users."
|
693 |
-
|
694 |
-
#: includes/class-freemius.php:22111, includes/class-freemius.php:22144, includes/class-fs-plugin-updater.php:1149, includes/class-fs-plugin-updater.php:1163
|
695 |
-
msgid "Invalid module ID."
|
696 |
-
msgstr "Invalid module ID."
|
697 |
-
|
698 |
-
#: includes/class-freemius.php:22120, includes/class-fs-plugin-updater.php:1185
|
699 |
-
msgid "Premium version already active."
|
700 |
-
msgstr "Premium version already active."
|
701 |
-
|
702 |
-
#: includes/class-freemius.php:22127
|
703 |
-
msgid "You do not have a valid license to access the premium version."
|
704 |
-
msgstr "You do not have a valid license to access the premium version."
|
705 |
-
|
706 |
-
#: includes/class-freemius.php:22134
|
707 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
708 |
-
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
709 |
-
|
710 |
-
#: includes/class-freemius.php:22152, includes/class-fs-plugin-updater.php:1184
|
711 |
-
msgid "Premium add-on version already installed."
|
712 |
-
msgstr "Premium add-on version already installed."
|
713 |
-
|
714 |
-
#: includes/class-freemius.php:22497
|
715 |
-
msgid "View paid features"
|
716 |
-
msgstr "View paid features"
|
717 |
-
|
718 |
-
#: includes/class-freemius.php:22819
|
719 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
720 |
-
msgstr "Thank you so much for using %s and its add-ons!"
|
721 |
-
|
722 |
-
#: includes/class-freemius.php:22820
|
723 |
-
msgid "Thank you so much for using %s!"
|
724 |
-
msgstr "Thank you so much for using %s!"
|
725 |
-
|
726 |
-
#: includes/class-freemius.php:22826
|
727 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
728 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
729 |
-
|
730 |
-
#: includes/class-freemius.php:22830
|
731 |
-
msgid "Thank you so much for using our products!"
|
732 |
-
msgstr "Thank you so much for using our products!"
|
733 |
-
|
734 |
-
#: includes/class-freemius.php:22831
|
735 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
736 |
-
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
737 |
-
|
738 |
-
#: includes/class-freemius.php:22850
|
739 |
-
msgid "%s and its add-ons"
|
740 |
-
msgstr "%s and its add-ons"
|
741 |
-
|
742 |
-
#: includes/class-freemius.php:22859
|
743 |
-
msgid "Products"
|
744 |
-
msgstr "Products"
|
745 |
-
|
746 |
-
#: includes/class-freemius.php:22866, templates/connect.php:272
|
747 |
-
msgid "Yes"
|
748 |
-
msgstr "Yes"
|
749 |
-
|
750 |
-
#: includes/class-freemius.php:22867, templates/connect.php:273
|
751 |
-
msgid "send me security & feature updates, educational content and offers."
|
752 |
-
msgstr "send me security & feature updates, educational content and offers."
|
753 |
-
|
754 |
-
#: includes/class-freemius.php:22868, templates/connect.php:278
|
755 |
-
msgid "No"
|
756 |
-
msgstr "No"
|
757 |
-
|
758 |
-
#: includes/class-freemius.php:22870, templates/connect.php:280
|
759 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
760 |
-
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
761 |
-
|
762 |
-
#: includes/class-freemius.php:22880
|
763 |
-
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 :-)"
|
764 |
-
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 :-)"
|
765 |
-
|
766 |
-
#: includes/class-freemius.php:22882, templates/connect.php:287
|
767 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
768 |
-
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
769 |
-
|
770 |
-
#: includes/class-freemius.php:23164
|
771 |
-
msgid "License key is empty."
|
772 |
-
msgstr "License key is empty."
|
773 |
-
|
774 |
-
#: includes/class-fs-plugin-updater.php:184, templates/forms/premium-versions-upgrade-handler.php:57
|
775 |
-
msgid "Renew license"
|
776 |
-
msgstr "Renew license"
|
777 |
-
|
778 |
-
#: includes/class-fs-plugin-updater.php:189, templates/forms/premium-versions-upgrade-handler.php:58
|
779 |
-
msgid "Buy license"
|
780 |
-
msgstr "Buy license"
|
781 |
-
|
782 |
-
#: includes/class-fs-plugin-updater.php:280, includes/class-fs-plugin-updater.php:313
|
783 |
-
msgid "There is a %s of %s available."
|
784 |
-
msgstr "There is a %s of %s available."
|
785 |
-
|
786 |
-
#: includes/class-fs-plugin-updater.php:282, includes/class-fs-plugin-updater.php:318
|
787 |
-
msgid "new Beta version"
|
788 |
-
msgstr "new Beta version"
|
789 |
-
|
790 |
-
#: includes/class-fs-plugin-updater.php:283, includes/class-fs-plugin-updater.php:319
|
791 |
-
msgid "new version"
|
792 |
-
msgstr "new version"
|
793 |
-
|
794 |
-
#: includes/class-fs-plugin-updater.php:342
|
795 |
-
msgid "Important Upgrade Notice:"
|
796 |
-
msgstr "Important Upgrade Notice:"
|
797 |
-
|
798 |
-
#: includes/class-fs-plugin-updater.php:1214
|
799 |
-
msgid "Installing plugin: %s"
|
800 |
-
msgstr "Installing plugin: %s"
|
801 |
-
|
802 |
-
#: includes/class-fs-plugin-updater.php:1255
|
803 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
804 |
-
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
805 |
-
|
806 |
-
#: includes/class-fs-plugin-updater.php:1437
|
807 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
808 |
-
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
809 |
-
|
810 |
-
#: includes/fs-plugin-info-dialog.php:509
|
811 |
-
msgid "Purchase More"
|
812 |
-
msgstr "Purchase More"
|
813 |
-
|
814 |
-
#: includes/fs-plugin-info-dialog.php:510, templates/account/partials/addon.php:347
|
815 |
-
msgctxt "verb"
|
816 |
-
msgid "Purchase"
|
817 |
-
msgstr "Purchase"
|
818 |
-
|
819 |
-
#: includes/fs-plugin-info-dialog.php:514
|
820 |
-
msgid "Start my free %s"
|
821 |
-
msgstr "Start my free %s"
|
822 |
-
|
823 |
-
#: includes/fs-plugin-info-dialog.php:712
|
824 |
-
msgid "Install Free Version Update Now"
|
825 |
-
msgstr "Install Free Version Update Now"
|
826 |
-
|
827 |
-
#: includes/fs-plugin-info-dialog.php:713, templates/account.php:534
|
828 |
-
msgid "Install Update Now"
|
829 |
-
msgstr "Install Update Now"
|
830 |
-
|
831 |
-
#: includes/fs-plugin-info-dialog.php:722
|
832 |
-
msgid "Install Free Version Now"
|
833 |
-
msgstr "Install Free Version Now"
|
834 |
-
|
835 |
-
#: includes/fs-plugin-info-dialog.php:723, templates/add-ons.php:262, templates/auto-installation.php:111, templates/account/partials/addon.php:327, templates/account/partials/addon.php:379
|
836 |
-
msgid "Install Now"
|
837 |
-
msgstr "Install Now"
|
838 |
-
|
839 |
-
#: includes/fs-plugin-info-dialog.php:739
|
840 |
-
msgctxt "as download latest version"
|
841 |
-
msgid "Download Latest Free Version"
|
842 |
-
msgstr "Download Latest Free Version"
|
843 |
-
|
844 |
-
#: includes/fs-plugin-info-dialog.php:740, templates/account.php:85, templates/add-ons.php:34, templates/account/partials/addon.php:25
|
845 |
-
msgctxt "as download latest version"
|
846 |
-
msgid "Download Latest"
|
847 |
-
msgstr "Download Latest"
|
848 |
-
|
849 |
-
#: includes/fs-plugin-info-dialog.php:755, templates/add-ons.php:268, templates/account/partials/addon.php:318, templates/account/partials/addon.php:373
|
850 |
-
msgid "Activate this add-on"
|
851 |
-
msgstr "Activate this add-on"
|
852 |
-
|
853 |
-
#: includes/fs-plugin-info-dialog.php:757, templates/connect.php:418
|
854 |
-
msgid "Activate Free Version"
|
855 |
-
msgstr "Activate Free Version"
|
856 |
-
|
857 |
-
#: includes/fs-plugin-info-dialog.php:758, templates/account.php:109, templates/add-ons.php:269, templates/account/partials/addon.php:49
|
858 |
-
msgid "Activate"
|
859 |
-
msgstr "Activate"
|
860 |
-
|
861 |
-
#: includes/fs-plugin-info-dialog.php:968
|
862 |
-
msgctxt "Plugin installer section title"
|
863 |
-
msgid "Description"
|
864 |
-
msgstr "Description"
|
865 |
-
|
866 |
-
#: includes/fs-plugin-info-dialog.php:969
|
867 |
-
msgctxt "Plugin installer section title"
|
868 |
-
msgid "Installation"
|
869 |
-
msgstr "Installation"
|
870 |
-
|
871 |
-
#: includes/fs-plugin-info-dialog.php:970
|
872 |
-
msgctxt "Plugin installer section title"
|
873 |
-
msgid "FAQ"
|
874 |
-
msgstr "FAQ"
|
875 |
-
|
876 |
-
#: includes/fs-plugin-info-dialog.php:971, templates/plugin-info/description.php:55
|
877 |
-
msgid "Screenshots"
|
878 |
-
msgstr "Screenshots"
|
879 |
-
|
880 |
-
#: includes/fs-plugin-info-dialog.php:972
|
881 |
-
msgctxt "Plugin installer section title"
|
882 |
-
msgid "Changelog"
|
883 |
-
msgstr "Changelog"
|
884 |
-
|
885 |
-
#: includes/fs-plugin-info-dialog.php:973
|
886 |
-
msgctxt "Plugin installer section title"
|
887 |
-
msgid "Reviews"
|
888 |
-
msgstr "Reviews"
|
889 |
-
|
890 |
-
#: includes/fs-plugin-info-dialog.php:974
|
891 |
-
msgctxt "Plugin installer section title"
|
892 |
-
msgid "Other Notes"
|
893 |
-
msgstr "Other Notes"
|
894 |
-
|
895 |
-
#: includes/fs-plugin-info-dialog.php:989
|
896 |
-
msgctxt "Plugin installer section title"
|
897 |
-
msgid "Features & Pricing"
|
898 |
-
msgstr "Features & Pricing"
|
899 |
-
|
900 |
-
#: includes/fs-plugin-info-dialog.php:999
|
901 |
-
msgid "Plugin Install"
|
902 |
-
msgstr "Plugin Install"
|
903 |
-
|
904 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
905 |
-
msgctxt "e.g. Professional Plan"
|
906 |
-
msgid "%s Plan"
|
907 |
-
msgstr "%s Plan"
|
908 |
-
|
909 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
910 |
-
msgctxt "e.g. the best product"
|
911 |
-
msgid "Best"
|
912 |
-
msgstr "Best"
|
913 |
-
|
914 |
-
#: includes/fs-plugin-info-dialog.php:1103, includes/fs-plugin-info-dialog.php:1123
|
915 |
-
msgctxt "as every month"
|
916 |
-
msgid "Monthly"
|
917 |
-
msgstr "Monthly"
|
918 |
-
|
919 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
920 |
-
msgctxt "as once a year"
|
921 |
-
msgid "Annual"
|
922 |
-
msgstr "Annual"
|
923 |
-
|
924 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
925 |
-
msgid "Lifetime"
|
926 |
-
msgstr "Lifetime"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php:1123, includes/fs-plugin-info-dialog.php:1125, includes/fs-plugin-info-dialog.php:1127
|
929 |
-
msgctxt "e.g. billed monthly"
|
930 |
-
msgid "Billed %s"
|
931 |
-
msgstr "Billed %s"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
934 |
-
msgctxt "as once a year"
|
935 |
-
msgid "Annually"
|
936 |
-
msgstr "Annually"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
939 |
-
msgctxt "as once a year"
|
940 |
-
msgid "Once"
|
941 |
-
msgstr "Once"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
944 |
-
msgid "Single Site License"
|
945 |
-
msgstr "Single Site License"
|
946 |
-
|
947 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
948 |
-
msgid "Unlimited Licenses"
|
949 |
-
msgstr "Unlimited Licenses"
|
950 |
-
|
951 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
952 |
-
msgid "Up to %s Sites"
|
953 |
-
msgstr "Up to %s Sites"
|
954 |
-
|
955 |
-
#: includes/fs-plugin-info-dialog.php:1147, templates/plugin-info/features.php:82
|
956 |
-
msgctxt "as monthly period"
|
957 |
-
msgid "mo"
|
958 |
-
msgstr "mo"
|
959 |
-
|
960 |
-
#: includes/fs-plugin-info-dialog.php:1154, templates/plugin-info/features.php:80
|
961 |
-
msgctxt "as annual period"
|
962 |
-
msgid "year"
|
963 |
-
msgstr "year"
|
964 |
-
|
965 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
966 |
-
msgctxt "noun"
|
967 |
-
msgid "Price"
|
968 |
-
msgstr "Price"
|
969 |
-
|
970 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
971 |
-
msgid "Save %s"
|
972 |
-
msgstr "Save %s"
|
973 |
-
|
974 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
975 |
-
msgid "No commitment for %s - cancel anytime"
|
976 |
-
msgstr "No commitment for %s - cancel anytime"
|
977 |
-
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
979 |
-
msgid "After your free %s, pay as little as %s"
|
980 |
-
msgstr "After your free %s, pay as little as %s"
|
981 |
-
|
982 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
983 |
-
msgid "Details"
|
984 |
-
msgstr "Details"
|
985 |
-
|
986 |
-
#: includes/fs-plugin-info-dialog.php:1284, templates/account.php:96, templates/debug.php:203, templates/debug.php:240, templates/debug.php:454, templates/account/partials/addon.php:36
|
987 |
-
msgctxt "product version"
|
988 |
-
msgid "Version"
|
989 |
-
msgstr "Version"
|
990 |
-
|
991 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
992 |
-
msgctxt "as the plugin author"
|
993 |
-
msgid "Author"
|
994 |
-
msgstr "Author"
|
995 |
-
|
996 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
997 |
-
msgid "Last Updated"
|
998 |
-
msgstr "Last Updated"
|
999 |
-
|
1000 |
-
#: includes/fs-plugin-info-dialog.php:1303, templates/account.php:444
|
1001 |
-
msgctxt "x-ago"
|
1002 |
-
msgid "%s ago"
|
1003 |
-
msgstr "%s ago"
|
1004 |
-
|
1005 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1006 |
-
msgid "Requires WordPress Version"
|
1007 |
-
msgstr "Requires WordPress Version"
|
1008 |
-
|
1009 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1010 |
-
msgid "%s or higher"
|
1011 |
-
msgstr "%s or higher"
|
1012 |
-
|
1013 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1014 |
-
msgid "Compatible up to"
|
1015 |
-
msgstr "Compatible up to"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1018 |
-
msgid "Downloaded"
|
1019 |
-
msgstr "Downloaded"
|
1020 |
-
|
1021 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1022 |
-
msgid "%s time"
|
1023 |
-
msgstr "%s time"
|
1024 |
-
|
1025 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1026 |
-
msgid "%s times"
|
1027 |
-
msgstr "%s times"
|
1028 |
-
|
1029 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1030 |
-
msgid "WordPress.org Plugin Page"
|
1031 |
-
msgstr "WordPress.org Plugin Page"
|
1032 |
-
|
1033 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1034 |
-
msgid "Plugin Homepage"
|
1035 |
-
msgstr "Plugin Homepage"
|
1036 |
-
|
1037 |
-
#: includes/fs-plugin-info-dialog.php:1360, includes/fs-plugin-info-dialog.php:1442
|
1038 |
-
msgid "Donate to this plugin"
|
1039 |
-
msgstr "Donate to this plugin"
|
1040 |
-
|
1041 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1042 |
-
msgid "Average Rating"
|
1043 |
-
msgstr "Average Rating"
|
1044 |
-
|
1045 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1046 |
-
msgid "based on %s"
|
1047 |
-
msgstr "based on %s"
|
1048 |
-
|
1049 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1050 |
-
msgid "%s rating"
|
1051 |
-
msgstr "%s rating"
|
1052 |
-
|
1053 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1054 |
-
msgid "%s ratings"
|
1055 |
-
msgstr "%s ratings"
|
1056 |
-
|
1057 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1058 |
-
msgid "%s star"
|
1059 |
-
msgstr "%s star"
|
1060 |
-
|
1061 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1062 |
-
msgid "%s stars"
|
1063 |
-
msgstr "%s stars"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1066 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1067 |
-
msgstr "Click to see reviews that provided a rating of %s"
|
1068 |
-
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1070 |
-
msgid "Contributors"
|
1071 |
-
msgstr "Contributors"
|
1072 |
-
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:1450, includes/fs-plugin-info-dialog.php:1452
|
1074 |
-
msgid "Warning"
|
1075 |
-
msgstr "Warning"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1078 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1079 |
-
msgstr "This plugin has not been tested with your current version of WordPress."
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1082 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1083 |
-
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1086 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1087 |
-
msgstr "Paid add-on must be deployed to Freemius."
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1090 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1091 |
-
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1094 |
-
msgid "Newer Version (%s) Installed"
|
1095 |
-
msgstr "Newer Version (%s) Installed"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1098 |
-
msgid "Newer Free Version (%s) Installed"
|
1099 |
-
msgstr "Newer Free Version (%s) Installed"
|
1100 |
-
|
1101 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1102 |
-
msgid "Latest Version Installed"
|
1103 |
-
msgstr "Latest Version Installed"
|
1104 |
-
|
1105 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1106 |
-
msgid "Latest Free Version Installed"
|
1107 |
-
msgstr "Latest Free Version Installed"
|
1108 |
-
|
1109 |
-
#: templates/account.php:86, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:26, templates/account/partials/site.php:295
|
1110 |
-
msgid "Downgrading your plan"
|
1111 |
-
msgstr "Downgrading your plan"
|
1112 |
-
|
1113 |
-
#: templates/account.php:87, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:27, templates/account/partials/site.php:296
|
1114 |
-
msgid "Cancelling the subscription"
|
1115 |
-
msgstr "Cancelling the subscription"
|
1116 |
-
|
1117 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
1118 |
-
#: templates/account.php:89
|
1119 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1120 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1121 |
-
|
1122 |
-
#: templates/account.php:90, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:30, templates/account/partials/site.php:299
|
1123 |
-
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."
|
1124 |
-
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."
|
1125 |
-
|
1126 |
-
#: templates/account.php:91, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:31
|
1127 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1128 |
-
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1129 |
-
|
1130 |
-
#: templates/account.php:92, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:32, templates/account/partials/site.php:300
|
1131 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1132 |
-
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1133 |
-
|
1134 |
-
#: templates/account.php:93, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:33, templates/account/partials/site.php:301
|
1135 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1136 |
-
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1137 |
-
|
1138 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1139 |
-
#: templates/account.php:95, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:35
|
1140 |
-
msgid "Activate %s Plan"
|
1141 |
-
msgstr "Activate %s Plan"
|
1142 |
-
|
1143 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1144 |
-
#: templates/account.php:98, templates/account/partials/addon.php:38, templates/account/partials/site.php:275
|
1145 |
-
msgid "Auto renews in %s"
|
1146 |
-
msgstr "Auto renews in %s"
|
1147 |
-
|
1148 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1149 |
-
#: templates/account.php:100, templates/account/partials/addon.php:40, templates/account/partials/site.php:277
|
1150 |
-
msgid "Expires in %s"
|
1151 |
-
msgstr "Expires in %s"
|
1152 |
-
|
1153 |
-
#: templates/account.php:101, templates/account/partials/addon.php:41
|
1154 |
-
msgctxt "as synchronize license"
|
1155 |
-
msgid "Sync License"
|
1156 |
-
msgstr "Sync License"
|
1157 |
-
|
1158 |
-
#: templates/account.php:102, templates/account/partials/addon.php:42
|
1159 |
-
msgid "Cancel Trial"
|
1160 |
-
msgstr "Cancel Trial"
|
1161 |
-
|
1162 |
-
#: templates/account.php:103, templates/account/partials/addon.php:43
|
1163 |
-
msgid "Change Plan"
|
1164 |
-
msgstr "Change Plan"
|
1165 |
-
|
1166 |
-
#: templates/account.php:104, templates/account/partials/addon.php:44
|
1167 |
-
msgctxt "verb"
|
1168 |
-
msgid "Upgrade"
|
1169 |
-
msgstr "Upgrade"
|
1170 |
-
|
1171 |
-
#: templates/account.php:106, templates/account/partials/addon.php:46, templates/account/partials/site.php:302
|
1172 |
-
msgctxt "verb"
|
1173 |
-
msgid "Downgrade"
|
1174 |
-
msgstr "Downgrade"
|
1175 |
-
|
1176 |
-
#: templates/account.php:108, templates/add-ons.php:187, templates/plugin-info/features.php:72, templates/account/partials/addon.php:48, templates/account/partials/site.php:31
|
1177 |
-
msgid "Free"
|
1178 |
-
msgstr "Free"
|
1179 |
-
|
1180 |
-
#: templates/account.php:110, templates/debug.php:373, includes/customizer/class-fs-customizer-upsell-control.php:106, templates/account/partials/addon.php:50
|
1181 |
-
msgctxt "as product pricing plan"
|
1182 |
-
msgid "Plan"
|
1183 |
-
msgstr "Plan"
|
1184 |
-
|
1185 |
-
#: templates/account.php:111
|
1186 |
-
msgid "Bundle Plan"
|
1187 |
-
msgstr "Bundle Plan"
|
1188 |
-
|
1189 |
-
#: templates/account.php:185
|
1190 |
-
msgid "Free Trial"
|
1191 |
-
msgstr "Free Trial"
|
1192 |
-
|
1193 |
-
#: templates/account.php:196
|
1194 |
-
msgid "Account Details"
|
1195 |
-
msgstr "Account Details"
|
1196 |
-
|
1197 |
-
#: templates/account.php:200
|
1198 |
-
msgid "Billing & Invoices"
|
1199 |
-
msgstr "Billing & Invoices"
|
1200 |
-
|
1201 |
-
#: templates/account.php:210
|
1202 |
-
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?"
|
1203 |
-
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?"
|
1204 |
-
|
1205 |
-
#: templates/account.php:212
|
1206 |
-
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?"
|
1207 |
-
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?"
|
1208 |
-
|
1209 |
-
#: templates/account.php:215
|
1210 |
-
msgid "Delete Account"
|
1211 |
-
msgstr "Delete Account"
|
1212 |
-
|
1213 |
-
#: templates/account.php:227, templates/account/partials/addon.php:211, templates/account/partials/deactivate-license-button.php:35
|
1214 |
-
msgid "Deactivate License"
|
1215 |
-
msgstr "Deactivate License"
|
1216 |
-
|
1217 |
-
#: templates/account.php:250, templates/forms/subscription-cancellation.php:125
|
1218 |
-
msgid "Are you sure you want to proceed?"
|
1219 |
-
msgstr "Are you sure you want to proceed?"
|
1220 |
-
|
1221 |
-
#: templates/account.php:250, templates/account/partials/addon.php:234
|
1222 |
-
msgid "Cancel Subscription"
|
1223 |
-
msgstr "Cancel Subscription"
|
1224 |
-
|
1225 |
-
#: templates/account.php:278
|
1226 |
-
msgctxt "as synchronize"
|
1227 |
-
msgid "Sync"
|
1228 |
-
msgstr "Sync"
|
1229 |
-
|
1230 |
-
#: templates/account.php:292, templates/debug.php:489
|
1231 |
-
msgid "Name"
|
1232 |
-
msgstr "Name"
|
1233 |
-
|
1234 |
-
#: templates/account.php:298, templates/debug.php:490
|
1235 |
-
msgid "Email"
|
1236 |
-
msgstr "Email"
|
1237 |
-
|
1238 |
-
#: templates/account.php:305, templates/debug.php:372, templates/debug.php:528
|
1239 |
-
msgid "User ID"
|
1240 |
-
msgstr "User ID"
|
1241 |
-
|
1242 |
-
#: templates/account.php:322, templates/account.php:608, templates/account.php:653, templates/debug.php:238, templates/debug.php:366, templates/debug.php:451, templates/debug.php:488, templates/debug.php:526, templates/debug.php:599, templates/account/payments.php:35, templates/debug/logger.php:21
|
1243 |
-
msgid "ID"
|
1244 |
-
msgstr "ID"
|
1245 |
-
|
1246 |
-
#: templates/account.php:329
|
1247 |
-
msgid "Site ID"
|
1248 |
-
msgstr "Site ID"
|
1249 |
-
|
1250 |
-
#: templates/account.php:332
|
1251 |
-
msgid "No ID"
|
1252 |
-
msgstr "No ID"
|
1253 |
-
|
1254 |
-
#: templates/account.php:337, templates/debug.php:245, templates/debug.php:374, templates/debug.php:455, templates/debug.php:492, templates/account/partials/site.php:219
|
1255 |
-
msgid "Public Key"
|
1256 |
-
msgstr "Public Key"
|
1257 |
-
|
1258 |
-
#: templates/account.php:343, templates/debug.php:375, templates/debug.php:456, templates/debug.php:493, templates/account/partials/site.php:231
|
1259 |
-
msgid "Secret Key"
|
1260 |
-
msgstr "Secret Key"
|
1261 |
-
|
1262 |
-
#: templates/account.php:346
|
1263 |
-
msgctxt "as secret encryption key missing"
|
1264 |
-
msgid "No Secret"
|
1265 |
-
msgstr "No Secret"
|
1266 |
-
|
1267 |
-
#: templates/account.php:373, templates/account/partials/site.php:112, templates/account/partials/site.php:114
|
1268 |
-
msgid "Trial"
|
1269 |
-
msgstr "Trial"
|
1270 |
-
|
1271 |
-
#: templates/account.php:400, templates/debug.php:533, templates/account/partials/site.php:248
|
1272 |
-
msgid "License Key"
|
1273 |
-
msgstr "License Key"
|
1274 |
-
|
1275 |
-
#: templates/account.php:429
|
1276 |
-
msgid "Join the Beta program"
|
1277 |
-
msgstr "Join the Beta program"
|
1278 |
-
|
1279 |
-
#: templates/account.php:435
|
1280 |
-
msgid "not verified"
|
1281 |
-
msgstr "not verified"
|
1282 |
-
|
1283 |
-
#: templates/account.php:444, templates/account/partials/addon.php:172
|
1284 |
-
msgid "Expired"
|
1285 |
-
msgstr "Expired"
|
1286 |
-
|
1287 |
-
#: templates/account.php:502
|
1288 |
-
msgid "Premium version"
|
1289 |
-
msgstr "Premium version"
|
1290 |
-
|
1291 |
-
#: templates/account.php:504
|
1292 |
-
msgid "Free version"
|
1293 |
-
msgstr "Free version"
|
1294 |
-
|
1295 |
-
#: templates/account.php:516
|
1296 |
-
msgid "Verify Email"
|
1297 |
-
msgstr "Verify Email"
|
1298 |
-
|
1299 |
-
#: templates/account.php:527
|
1300 |
-
msgid "Download %s Version"
|
1301 |
-
msgstr "Download %s Version"
|
1302 |
-
|
1303 |
-
#: templates/account.php:541, templates/account.php:749, templates/account/partials/site.php:237, templates/account/partials/site.php:255
|
1304 |
-
msgctxt "verb"
|
1305 |
-
msgid "Show"
|
1306 |
-
msgstr "Show"
|
1307 |
-
|
1308 |
-
#: templates/account.php:555
|
1309 |
-
msgid "What is your %s?"
|
1310 |
-
msgstr "What is your %s?"
|
1311 |
-
|
1312 |
-
#: templates/account.php:563, templates/account/billing.php:21
|
1313 |
-
msgctxt "verb"
|
1314 |
-
msgid "Edit"
|
1315 |
-
msgstr "Edit"
|
1316 |
-
|
1317 |
-
#: templates/account.php:588
|
1318 |
-
msgid "Sites"
|
1319 |
-
msgstr "Sites"
|
1320 |
-
|
1321 |
-
#: templates/account.php:599
|
1322 |
-
msgid "Search by address"
|
1323 |
-
msgstr "Search by address"
|
1324 |
-
|
1325 |
-
#: templates/account.php:609, templates/debug.php:369
|
1326 |
-
msgid "Address"
|
1327 |
-
msgstr "Address"
|
1328 |
-
|
1329 |
-
#: templates/account.php:610
|
1330 |
-
msgid "License"
|
1331 |
-
msgstr "License"
|
1332 |
-
|
1333 |
-
#: templates/account.php:611
|
1334 |
-
msgid "Plan"
|
1335 |
-
msgstr "Plan"
|
1336 |
-
|
1337 |
-
#: templates/account.php:656
|
1338 |
-
msgctxt "as software license"
|
1339 |
-
msgid "License"
|
1340 |
-
msgstr "License"
|
1341 |
-
|
1342 |
-
#: templates/account.php:743
|
1343 |
-
msgctxt "verb"
|
1344 |
-
msgid "Hide"
|
1345 |
-
msgstr "Hide"
|
1346 |
-
|
1347 |
-
#: templates/account.php:765
|
1348 |
-
msgid "Processing"
|
1349 |
-
msgstr "Processing"
|
1350 |
-
|
1351 |
-
#: templates/account.php:768
|
1352 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1353 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1354 |
-
|
1355 |
-
#: templates/account.php:826
|
1356 |
-
msgid "Cancelling %s"
|
1357 |
-
msgstr "Cancelling %s"
|
1358 |
-
|
1359 |
-
#: templates/account.php:826, templates/account.php:843, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:133
|
1360 |
-
msgid "trial"
|
1361 |
-
msgstr "trial"
|
1362 |
-
|
1363 |
-
#: templates/account.php:841, templates/forms/deactivation/form.php:150
|
1364 |
-
msgid "Cancelling %s..."
|
1365 |
-
msgstr "Cancelling %s..."
|
1366 |
-
|
1367 |
-
#: templates/account.php:844, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:134
|
1368 |
-
msgid "subscription"
|
1369 |
-
msgstr "subscription"
|
1370 |
-
|
1371 |
-
#: templates/account.php:858
|
1372 |
-
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?"
|
1373 |
-
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?"
|
1374 |
-
|
1375 |
-
#: templates/add-ons.php:35
|
1376 |
-
msgid "View details"
|
1377 |
-
msgstr "View details"
|
1378 |
-
|
1379 |
-
#: templates/add-ons.php:45
|
1380 |
-
msgid "Add Ons for %s"
|
1381 |
-
msgstr "Add Ons for %s"
|
1382 |
-
|
1383 |
-
#: templates/add-ons.php:55
|
1384 |
-
msgid "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1385 |
-
msgstr "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1386 |
-
|
1387 |
-
#: templates/add-ons.php:173
|
1388 |
-
msgctxt "active add-on"
|
1389 |
-
msgid "Active"
|
1390 |
-
msgstr "Active"
|
1391 |
-
|
1392 |
-
#: templates/add-ons.php:174
|
1393 |
-
msgctxt "installed add-on"
|
1394 |
-
msgid "Installed"
|
1395 |
-
msgstr "Installed"
|
1396 |
-
|
1397 |
-
#: templates/admin-notice.php:13, templates/forms/license-activation.php:209, templates/forms/resend-key.php:77
|
1398 |
-
msgctxt "as close a window"
|
1399 |
-
msgid "Dismiss"
|
1400 |
-
msgstr "Dismiss"
|
1401 |
-
|
1402 |
-
#: templates/auto-installation.php:45
|
1403 |
-
msgid "%s sec"
|
1404 |
-
msgstr "%s sec"
|
1405 |
-
|
1406 |
-
#: templates/auto-installation.php:83
|
1407 |
-
msgid "Automatic Installation"
|
1408 |
-
msgstr "Automatic Installation"
|
1409 |
-
|
1410 |
-
#: templates/auto-installation.php:93
|
1411 |
-
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."
|
1412 |
-
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."
|
1413 |
-
|
1414 |
-
#: templates/auto-installation.php:104
|
1415 |
-
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."
|
1416 |
-
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."
|
1417 |
-
|
1418 |
-
#: templates/auto-installation.php:109
|
1419 |
-
msgid "Cancel Installation"
|
1420 |
-
msgstr "Cancel Installation"
|
1421 |
-
|
1422 |
-
#: templates/checkout.php:180
|
1423 |
-
msgid "Checkout"
|
1424 |
-
msgstr "Checkout"
|
1425 |
-
|
1426 |
-
#: templates/checkout.php:180
|
1427 |
-
msgid "PCI compliant"
|
1428 |
-
msgstr "PCI compliant"
|
1429 |
-
|
1430 |
-
#. translators: %s: name (e.g. Hey John,)
|
1431 |
-
#: templates/connect.php:112
|
1432 |
-
msgctxt "greeting"
|
1433 |
-
msgid "Hey %s,"
|
1434 |
-
msgstr "Hey %s,"
|
1435 |
-
|
1436 |
-
#: templates/connect.php:154
|
1437 |
-
msgid "Allow & Continue"
|
1438 |
-
msgstr "Allow & Continue"
|
1439 |
-
|
1440 |
-
#: templates/connect.php:158
|
1441 |
-
msgid "Re-send activation email"
|
1442 |
-
msgstr "Re-send activation email"
|
1443 |
-
|
1444 |
-
#: templates/connect.php:162
|
1445 |
-
msgid "Thanks %s!"
|
1446 |
-
msgstr "Thanks %s!"
|
1447 |
-
|
1448 |
-
#: templates/connect.php:172, templates/forms/license-activation.php:44
|
1449 |
-
msgid "Agree & Activate License"
|
1450 |
-
msgstr "Agree & Activate License"
|
1451 |
-
|
1452 |
-
#: templates/connect.php:181
|
1453 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1454 |
-
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1455 |
-
|
1456 |
-
#: templates/connect.php:188
|
1457 |
-
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."
|
1458 |
-
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."
|
1459 |
-
|
1460 |
-
#: templates/connect.php:189
|
1461 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1462 |
-
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1463 |
-
|
1464 |
-
#: templates/connect.php:195
|
1465 |
-
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."
|
1466 |
-
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."
|
1467 |
-
|
1468 |
-
#: templates/connect.php:196
|
1469 |
-
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."
|
1470 |
-
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."
|
1471 |
-
|
1472 |
-
#: templates/connect.php:230
|
1473 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1474 |
-
msgstr "We're excited to introduce the Freemius network-level integration."
|
1475 |
-
|
1476 |
-
#: templates/connect.php:233
|
1477 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1478 |
-
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1479 |
-
|
1480 |
-
#: templates/connect.php:235
|
1481 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1482 |
-
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1483 |
-
|
1484 |
-
#: templates/connect.php:237
|
1485 |
-
msgid "%s's paid features"
|
1486 |
-
msgstr "%s's paid features"
|
1487 |
-
|
1488 |
-
#: templates/connect.php:242
|
1489 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1490 |
-
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1491 |
-
|
1492 |
-
#: templates/connect.php:244
|
1493 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1494 |
-
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1495 |
-
|
1496 |
-
#: templates/connect.php:253, templates/forms/license-activation.php:47
|
1497 |
-
msgid "License key"
|
1498 |
-
msgstr "License key"
|
1499 |
-
|
1500 |
-
#: templates/connect.php:256, templates/forms/license-activation.php:20
|
1501 |
-
msgid "Can't find your license key?"
|
1502 |
-
msgstr "Can't find your license key?"
|
1503 |
-
|
1504 |
-
#: templates/connect.php:315, templates/connect.php:652, templates/forms/deactivation/retry-skip.php:20
|
1505 |
-
msgctxt "verb"
|
1506 |
-
msgid "Skip"
|
1507 |
-
msgstr "Skip"
|
1508 |
-
|
1509 |
-
#: templates/connect.php:318
|
1510 |
-
msgid "Delegate to Site Admins"
|
1511 |
-
msgstr "Delegate to Site Admins"
|
1512 |
-
|
1513 |
-
#: templates/connect.php:318
|
1514 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1515 |
-
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1516 |
-
|
1517 |
-
#: templates/connect.php:346
|
1518 |
-
msgid "Your Profile Overview"
|
1519 |
-
msgstr "Your Profile Overview"
|
1520 |
-
|
1521 |
-
#: templates/connect.php:347
|
1522 |
-
msgid "Name and email address"
|
1523 |
-
msgstr "Name and email address"
|
1524 |
-
|
1525 |
-
#: templates/connect.php:352
|
1526 |
-
msgid "Your Site Overview"
|
1527 |
-
msgstr "Your Site Overview"
|
1528 |
-
|
1529 |
-
#: templates/connect.php:353
|
1530 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1531 |
-
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1532 |
-
|
1533 |
-
#: templates/connect.php:358
|
1534 |
-
msgid "Admin Notices"
|
1535 |
-
msgstr "Admin Notices"
|
1536 |
-
|
1537 |
-
#: templates/connect.php:359, templates/connect.php:375
|
1538 |
-
msgid "Updates, announcements, marketing, no spam"
|
1539 |
-
msgstr "Updates, announcements, marketing, no spam"
|
1540 |
-
|
1541 |
-
#: templates/connect.php:364
|
1542 |
-
msgid "Current %s Events"
|
1543 |
-
msgstr "Current %s Events"
|
1544 |
-
|
1545 |
-
#: templates/connect.php:365
|
1546 |
-
msgid "Activation, deactivation and uninstall"
|
1547 |
-
msgstr "Activation, deactivation and uninstall"
|
1548 |
-
|
1549 |
-
#: templates/connect.php:374
|
1550 |
-
msgid "Newsletter"
|
1551 |
-
msgstr "Newsletter"
|
1552 |
-
|
1553 |
-
#: templates/connect.php:391, templates/forms/license-activation.php:39
|
1554 |
-
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."
|
1555 |
-
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."
|
1556 |
-
|
1557 |
-
#: templates/connect.php:396
|
1558 |
-
msgid "What permissions are being granted?"
|
1559 |
-
msgstr "What permissions are being granted?"
|
1560 |
-
|
1561 |
-
#: templates/connect.php:417
|
1562 |
-
msgid "Don't have a license key?"
|
1563 |
-
msgstr "Don't have a license key?"
|
1564 |
-
|
1565 |
-
#: templates/connect.php:420
|
1566 |
-
msgid "Have a license key?"
|
1567 |
-
msgstr "Have a license key?"
|
1568 |
-
|
1569 |
-
#: templates/connect.php:428
|
1570 |
-
msgid "Privacy Policy"
|
1571 |
-
msgstr "Privacy Policy"
|
1572 |
-
|
1573 |
-
#: templates/connect.php:430
|
1574 |
-
msgid "License Agreement"
|
1575 |
-
msgstr "License Agreement"
|
1576 |
-
|
1577 |
-
#: templates/connect.php:430
|
1578 |
-
msgid "Terms of Service"
|
1579 |
-
msgstr "Terms of Service"
|
1580 |
-
|
1581 |
-
#: templates/connect.php:805
|
1582 |
-
msgctxt "as in the process of sending an email"
|
1583 |
-
msgid "Sending email"
|
1584 |
-
msgstr "Sending email"
|
1585 |
-
|
1586 |
-
#: templates/connect.php:806
|
1587 |
-
msgctxt "as activating plugin"
|
1588 |
-
msgid "Activating"
|
1589 |
-
msgstr "Activating"
|
1590 |
-
|
1591 |
-
#: templates/contact.php:78
|
1592 |
-
msgid "Contact"
|
1593 |
-
msgstr "Contact"
|
1594 |
-
|
1595 |
-
#: templates/debug.php:17
|
1596 |
-
msgctxt "as turned off"
|
1597 |
-
msgid "Off"
|
1598 |
-
msgstr "Off"
|
1599 |
-
|
1600 |
-
#: templates/debug.php:18
|
1601 |
-
msgctxt "as turned on"
|
1602 |
-
msgid "On"
|
1603 |
-
msgstr "On"
|
1604 |
-
|
1605 |
-
#: templates/debug.php:20
|
1606 |
-
msgid "SDK"
|
1607 |
-
msgstr "SDK"
|
1608 |
-
|
1609 |
-
#: templates/debug.php:24
|
1610 |
-
msgctxt "as code debugging"
|
1611 |
-
msgid "Debugging"
|
1612 |
-
msgstr "Debugging"
|
1613 |
-
|
1614 |
-
#: templates/debug.php:54, templates/debug.php:250, templates/debug.php:376, templates/debug.php:494
|
1615 |
-
msgid "Actions"
|
1616 |
-
msgstr "Actions"
|
1617 |
-
|
1618 |
-
#: templates/debug.php:64
|
1619 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1620 |
-
msgstr "Are you sure you want to delete all Freemius data?"
|
1621 |
-
|
1622 |
-
#: templates/debug.php:64
|
1623 |
-
msgid "Delete All Accounts"
|
1624 |
-
msgstr "Delete All Accounts"
|
1625 |
-
|
1626 |
-
#: templates/debug.php:71
|
1627 |
-
msgid "Clear API Cache"
|
1628 |
-
msgstr "Clear API Cache"
|
1629 |
-
|
1630 |
-
#: templates/debug.php:79
|
1631 |
-
msgid "Clear Updates Transients"
|
1632 |
-
msgstr "Clear Updates Transients"
|
1633 |
-
|
1634 |
-
#: templates/debug.php:86
|
1635 |
-
msgid "Sync Data From Server"
|
1636 |
-
msgstr "Sync Data From Server"
|
1637 |
-
|
1638 |
-
#: templates/debug.php:95
|
1639 |
-
msgid "Migrate Options to Network"
|
1640 |
-
msgstr "Migrate Options to Network"
|
1641 |
-
|
1642 |
-
#: templates/debug.php:100
|
1643 |
-
msgid "Load DB Option"
|
1644 |
-
msgstr "Load DB Option"
|
1645 |
-
|
1646 |
-
#: templates/debug.php:103
|
1647 |
-
msgid "Set DB Option"
|
1648 |
-
msgstr "Set DB Option"
|
1649 |
-
|
1650 |
-
#: templates/debug.php:182
|
1651 |
-
msgid "Key"
|
1652 |
-
msgstr "Key"
|
1653 |
-
|
1654 |
-
#: templates/debug.php:183
|
1655 |
-
msgid "Value"
|
1656 |
-
msgstr "Value"
|
1657 |
-
|
1658 |
-
#: templates/debug.php:199
|
1659 |
-
msgctxt "as software development kit versions"
|
1660 |
-
msgid "SDK Versions"
|
1661 |
-
msgstr "SDK Versions"
|
1662 |
-
|
1663 |
-
#: templates/debug.php:204
|
1664 |
-
msgid "SDK Path"
|
1665 |
-
msgstr "SDK Path"
|
1666 |
-
|
1667 |
-
#: templates/debug.php:205, templates/debug.php:244
|
1668 |
-
msgid "Module Path"
|
1669 |
-
msgstr "Module Path"
|
1670 |
-
|
1671 |
-
#: templates/debug.php:206
|
1672 |
-
msgid "Is Active"
|
1673 |
-
msgstr "Is Active"
|
1674 |
-
|
1675 |
-
#: templates/debug.php:234, templates/debug/plugins-themes-sync.php:35
|
1676 |
-
msgid "Plugins"
|
1677 |
-
msgstr "Plugins"
|
1678 |
-
|
1679 |
-
#: templates/debug.php:234, templates/debug/plugins-themes-sync.php:56
|
1680 |
-
msgid "Themes"
|
1681 |
-
msgstr "Themes"
|
1682 |
-
|
1683 |
-
#: templates/debug.php:239, templates/debug.php:371, templates/debug.php:453, templates/debug/scheduled-crons.php:80
|
1684 |
-
msgid "Slug"
|
1685 |
-
msgstr "Slug"
|
1686 |
-
|
1687 |
-
#: templates/debug.php:241, templates/debug.php:452
|
1688 |
-
msgid "Title"
|
1689 |
-
msgstr "Title"
|
1690 |
-
|
1691 |
-
#: templates/debug.php:242
|
1692 |
-
msgctxt "as application program interface"
|
1693 |
-
msgid "API"
|
1694 |
-
msgstr "API"
|
1695 |
-
|
1696 |
-
#: templates/debug.php:243
|
1697 |
-
msgid "Freemius State"
|
1698 |
-
msgstr "Freemius State"
|
1699 |
-
|
1700 |
-
#: templates/debug.php:247
|
1701 |
-
msgid "Network Blog"
|
1702 |
-
msgstr "Network Blog"
|
1703 |
-
|
1704 |
-
#: templates/debug.php:248
|
1705 |
-
msgid "Network User"
|
1706 |
-
msgstr "Network User"
|
1707 |
-
|
1708 |
-
#: templates/debug.php:285
|
1709 |
-
msgctxt "as connection was successful"
|
1710 |
-
msgid "Connected"
|
1711 |
-
msgstr "Connected"
|
1712 |
-
|
1713 |
-
#: templates/debug.php:286
|
1714 |
-
msgctxt "as connection blocked"
|
1715 |
-
msgid "Blocked"
|
1716 |
-
msgstr "Blocked"
|
1717 |
-
|
1718 |
-
#: templates/debug.php:322
|
1719 |
-
msgid "Simulate Trial Promotion"
|
1720 |
-
msgstr "Simulate Trial Promotion"
|
1721 |
-
|
1722 |
-
#: templates/debug.php:334
|
1723 |
-
msgid "Simulate Network Upgrade"
|
1724 |
-
msgstr "Simulate Network Upgrade"
|
1725 |
-
|
1726 |
-
#: templates/debug.php:360
|
1727 |
-
msgid "%s Installs"
|
1728 |
-
msgstr "%s Installs"
|
1729 |
-
|
1730 |
-
#: templates/debug.php:362
|
1731 |
-
msgctxt "like websites"
|
1732 |
-
msgid "Sites"
|
1733 |
-
msgstr "Sites"
|
1734 |
-
|
1735 |
-
#: templates/debug.php:368, templates/account/partials/site.php:148
|
1736 |
-
msgid "Blog ID"
|
1737 |
-
msgstr "Blog ID"
|
1738 |
-
|
1739 |
-
#: templates/debug.php:433, templates/debug.php:511, templates/account/partials/addon.php:396
|
1740 |
-
msgctxt "verb"
|
1741 |
-
msgid "Delete"
|
1742 |
-
msgstr "Delete"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:447
|
1745 |
-
msgid "Add Ons of module %s"
|
1746 |
-
msgstr "Add Ons of module %s"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:484
|
1749 |
-
msgid "Users"
|
1750 |
-
msgstr "Users"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:491
|
1753 |
-
msgid "Verified"
|
1754 |
-
msgstr "Verified"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:522
|
1757 |
-
msgid "%s Licenses"
|
1758 |
-
msgstr "%s Licenses"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:527
|
1761 |
-
msgid "Plugin ID"
|
1762 |
-
msgstr "Plugin ID"
|
1763 |
-
|
1764 |
-
#: templates/debug.php:529
|
1765 |
-
msgid "Plan ID"
|
1766 |
-
msgstr "Plan ID"
|
1767 |
-
|
1768 |
-
#: templates/debug.php:530
|
1769 |
-
msgid "Quota"
|
1770 |
-
msgstr "Quota"
|
1771 |
-
|
1772 |
-
#: templates/debug.php:531
|
1773 |
-
msgid "Activated"
|
1774 |
-
msgstr "Activated"
|
1775 |
-
|
1776 |
-
#: templates/debug.php:532
|
1777 |
-
msgid "Blocking"
|
1778 |
-
msgstr "Blocking"
|
1779 |
-
|
1780 |
-
#: templates/debug.php:534
|
1781 |
-
msgctxt "as expiration date"
|
1782 |
-
msgid "Expiration"
|
1783 |
-
msgstr "Expiration"
|
1784 |
-
|
1785 |
-
#: templates/debug.php:557
|
1786 |
-
msgid "Debug Log"
|
1787 |
-
msgstr "Debug Log"
|
1788 |
-
|
1789 |
-
#: templates/debug.php:561
|
1790 |
-
msgid "All Types"
|
1791 |
-
msgstr "All Types"
|
1792 |
-
|
1793 |
-
#: templates/debug.php:568
|
1794 |
-
msgid "All Requests"
|
1795 |
-
msgstr "All Requests"
|
1796 |
-
|
1797 |
-
#: templates/debug.php:573, templates/debug.php:602, templates/debug/logger.php:25
|
1798 |
-
msgid "File"
|
1799 |
-
msgstr "File"
|
1800 |
-
|
1801 |
-
#: templates/debug.php:574, templates/debug.php:600, templates/debug/logger.php:23
|
1802 |
-
msgid "Function"
|
1803 |
-
msgstr "Function"
|
1804 |
-
|
1805 |
-
#: templates/debug.php:575
|
1806 |
-
msgid "Process ID"
|
1807 |
-
msgstr "Process ID"
|
1808 |
-
|
1809 |
-
#: templates/debug.php:576
|
1810 |
-
msgid "Logger"
|
1811 |
-
msgstr "Logger"
|
1812 |
-
|
1813 |
-
#: templates/debug.php:577, templates/debug.php:601, templates/debug/logger.php:24
|
1814 |
-
msgid "Message"
|
1815 |
-
msgstr "Message"
|
1816 |
-
|
1817 |
-
#: templates/debug.php:579
|
1818 |
-
msgid "Filter"
|
1819 |
-
msgstr "Filter"
|
1820 |
-
|
1821 |
-
#: templates/debug.php:587
|
1822 |
-
msgid "Download"
|
1823 |
-
msgstr "Download"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:598, templates/debug/logger.php:22
|
1826 |
-
msgid "Type"
|
1827 |
-
msgstr "Type"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:603, templates/debug/logger.php:26
|
1830 |
-
msgid "Timestamp"
|
1831 |
-
msgstr "Timestamp"
|
1832 |
-
|
1833 |
-
#: templates/secure-https-header.php:28
|
1834 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1835 |
-
msgstr "Secure HTTPS %s page, running from an external domain"
|
1836 |
-
|
1837 |
-
#: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
|
1838 |
-
msgid "Support"
|
1839 |
-
msgstr "Support"
|
1840 |
-
|
1841 |
-
#: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
|
1842 |
-
msgctxt "milliseconds"
|
1843 |
-
msgid "ms"
|
1844 |
-
msgstr "ms"
|
1845 |
-
|
1846 |
-
#: includes/debug/debug-bar-start.php:41
|
1847 |
-
msgid "Freemius API"
|
1848 |
-
msgstr "Freemius API"
|
1849 |
-
|
1850 |
-
#: includes/debug/debug-bar-start.php:42
|
1851 |
-
msgid "Requests"
|
1852 |
-
msgstr "Requests"
|
1853 |
-
|
1854 |
-
#: templates/account/billing.php:22
|
1855 |
-
msgctxt "verb"
|
1856 |
-
msgid "Update"
|
1857 |
-
msgstr "Update"
|
1858 |
-
|
1859 |
-
#: templates/account/billing.php:33
|
1860 |
-
msgid "Billing"
|
1861 |
-
msgstr "Billing"
|
1862 |
-
|
1863 |
-
#: templates/account/billing.php:38, templates/account/billing.php:38
|
1864 |
-
msgid "Business name"
|
1865 |
-
msgstr "Business name"
|
1866 |
-
|
1867 |
-
#: templates/account/billing.php:39, templates/account/billing.php:39
|
1868 |
-
msgid "Tax / VAT ID"
|
1869 |
-
msgstr "Tax / VAT ID"
|
1870 |
-
|
1871 |
-
#: templates/account/billing.php:42, templates/account/billing.php:42, templates/account/billing.php:43, templates/account/billing.php:43
|
1872 |
-
msgid "Address Line %d"
|
1873 |
-
msgstr "Address Line %d"
|
1874 |
-
|
1875 |
-
#: templates/account/billing.php:46, templates/account/billing.php:46
|
1876 |
-
msgid "City"
|
1877 |
-
msgstr "City"
|
1878 |
-
|
1879 |
-
#: templates/account/billing.php:46, templates/account/billing.php:46
|
1880 |
-
msgid "Town"
|
1881 |
-
msgstr "Town"
|
1882 |
-
|
1883 |
-
#: templates/account/billing.php:47, templates/account/billing.php:47
|
1884 |
-
msgid "ZIP / Postal Code"
|
1885 |
-
msgstr "ZIP / Postal Code"
|
1886 |
-
|
1887 |
-
#: templates/account/billing.php:302
|
1888 |
-
msgid "Country"
|
1889 |
-
msgstr "Country"
|
1890 |
-
|
1891 |
-
#: templates/account/billing.php:304
|
1892 |
-
msgid "Select Country"
|
1893 |
-
msgstr "Select Country"
|
1894 |
-
|
1895 |
-
#: templates/account/billing.php:311, templates/account/billing.php:312
|
1896 |
-
msgid "State"
|
1897 |
-
msgstr "State"
|
1898 |
-
|
1899 |
-
#: templates/account/billing.php:311, templates/account/billing.php:312
|
1900 |
-
msgid "Province"
|
1901 |
-
msgstr "Province"
|
1902 |
-
|
1903 |
-
#: templates/account/payments.php:29
|
1904 |
-
msgid "Payments"
|
1905 |
-
msgstr "Payments"
|
1906 |
-
|
1907 |
-
#: templates/account/payments.php:36
|
1908 |
-
msgid "Date"
|
1909 |
-
msgstr "Date"
|
1910 |
-
|
1911 |
-
#: templates/account/payments.php:37
|
1912 |
-
msgid "Amount"
|
1913 |
-
msgstr "Amount"
|
1914 |
-
|
1915 |
-
#: templates/account/payments.php:38, templates/account/payments.php:50
|
1916 |
-
msgid "Invoice"
|
1917 |
-
msgstr "Invoice"
|
1918 |
-
|
1919 |
-
#: templates/debug/api-calls.php:56
|
1920 |
-
msgid "API"
|
1921 |
-
msgstr "API"
|
1922 |
-
|
1923 |
-
#: templates/debug/api-calls.php:68
|
1924 |
-
msgid "Method"
|
1925 |
-
msgstr "Method"
|
1926 |
-
|
1927 |
-
#: templates/debug/api-calls.php:69
|
1928 |
-
msgid "Code"
|
1929 |
-
msgstr "Code"
|
1930 |
-
|
1931 |
-
#: templates/debug/api-calls.php:70
|
1932 |
-
msgid "Length"
|
1933 |
-
msgstr "Length"
|
1934 |
-
|
1935 |
-
#: templates/debug/api-calls.php:71
|
1936 |
-
msgctxt "as file/folder path"
|
1937 |
-
msgid "Path"
|
1938 |
-
msgstr "Path"
|
1939 |
-
|
1940 |
-
#: templates/debug/api-calls.php:73
|
1941 |
-
msgid "Body"
|
1942 |
-
msgstr "Body"
|
1943 |
-
|
1944 |
-
#: templates/debug/api-calls.php:75
|
1945 |
-
msgid "Result"
|
1946 |
-
msgstr "Result"
|
1947 |
-
|
1948 |
-
#: templates/debug/api-calls.php:76
|
1949 |
-
msgid "Start"
|
1950 |
-
msgstr "Start"
|
1951 |
-
|
1952 |
-
#: templates/debug/api-calls.php:77
|
1953 |
-
msgid "End"
|
1954 |
-
msgstr "End"
|
1955 |
-
|
1956 |
-
#: templates/debug/logger.php:15
|
1957 |
-
msgid "Log"
|
1958 |
-
msgstr "Log"
|
1959 |
-
|
1960 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
1961 |
-
#: templates/debug/plugins-themes-sync.php:18, templates/debug/scheduled-crons.php:91
|
1962 |
-
msgid "In %s"
|
1963 |
-
msgstr "In %s"
|
1964 |
-
|
1965 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
1966 |
-
#: templates/debug/plugins-themes-sync.php:20, templates/debug/scheduled-crons.php:93
|
1967 |
-
msgid "%s ago"
|
1968 |
-
msgstr "%s ago"
|
1969 |
-
|
1970 |
-
#: templates/debug/plugins-themes-sync.php:21, templates/debug/scheduled-crons.php:74
|
1971 |
-
msgctxt "seconds"
|
1972 |
-
msgid "sec"
|
1973 |
-
msgstr "sec"
|
1974 |
-
|
1975 |
-
#: templates/debug/plugins-themes-sync.php:23
|
1976 |
-
msgid "Plugins & Themes Sync"
|
1977 |
-
msgstr "Plugins & Themes Sync"
|
1978 |
-
|
1979 |
-
#: templates/debug/plugins-themes-sync.php:28
|
1980 |
-
msgid "Total"
|
1981 |
-
msgstr "Total"
|
1982 |
-
|
1983 |
-
#: templates/debug/plugins-themes-sync.php:29, templates/debug/scheduled-crons.php:84
|
1984 |
-
msgid "Last"
|
1985 |
-
msgstr "Last"
|
1986 |
-
|
1987 |
-
#: templates/debug/scheduled-crons.php:76
|
1988 |
-
msgid "Scheduled Crons"
|
1989 |
-
msgstr "Scheduled Crons"
|
1990 |
-
|
1991 |
-
#: templates/debug/scheduled-crons.php:81
|
1992 |
-
msgid "Module"
|
1993 |
-
msgstr "Module"
|
1994 |
-
|
1995 |
-
#: templates/debug/scheduled-crons.php:82
|
1996 |
-
msgid "Module Type"
|
1997 |
-
msgstr "Module Type"
|
1998 |
-
|
1999 |
-
#: templates/debug/scheduled-crons.php:83
|
2000 |
-
msgid "Cron Type"
|
2001 |
-
msgstr "Cron Type"
|
2002 |
-
|
2003 |
-
#: templates/debug/scheduled-crons.php:85
|
2004 |
-
msgid "Next"
|
2005 |
-
msgstr "Next"
|
2006 |
-
|
2007 |
-
#: templates/forms/affiliation.php:82
|
2008 |
-
msgid "Non-expiring"
|
2009 |
-
msgstr "Non-expiring"
|
2010 |
-
|
2011 |
-
#: templates/forms/affiliation.php:85
|
2012 |
-
msgid "Apply to become an affiliate"
|
2013 |
-
msgstr "Apply to become an affiliate"
|
2014 |
-
|
2015 |
-
#: templates/forms/affiliation.php:104
|
2016 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2017 |
-
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2018 |
-
|
2019 |
-
#: templates/forms/affiliation.php:119
|
2020 |
-
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."
|
2021 |
-
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."
|
2022 |
-
|
2023 |
-
#: templates/forms/affiliation.php:122
|
2024 |
-
msgid "Your affiliation account was temporarily suspended."
|
2025 |
-
msgstr "Your affiliation account was temporarily suspended."
|
2026 |
-
|
2027 |
-
#: templates/forms/affiliation.php:125
|
2028 |
-
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."
|
2029 |
-
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."
|
2030 |
-
|
2031 |
-
#: templates/forms/affiliation.php:128
|
2032 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2033 |
-
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2034 |
-
|
2035 |
-
#: templates/forms/affiliation.php:141
|
2036 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2037 |
-
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2038 |
-
|
2039 |
-
#: templates/forms/affiliation.php:142
|
2040 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2041 |
-
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2042 |
-
|
2043 |
-
#: templates/forms/affiliation.php:145
|
2044 |
-
msgid "Program Summary"
|
2045 |
-
msgstr "Program Summary"
|
2046 |
-
|
2047 |
-
#: templates/forms/affiliation.php:147
|
2048 |
-
msgid "%s commission when a customer purchases a new license."
|
2049 |
-
msgstr "%s commission when a customer purchases a new license."
|
2050 |
-
|
2051 |
-
#: templates/forms/affiliation.php:149
|
2052 |
-
msgid "Get commission for automated subscription renewals."
|
2053 |
-
msgstr "Get commission for automated subscription renewals."
|
2054 |
-
|
2055 |
-
#: templates/forms/affiliation.php:152
|
2056 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2057 |
-
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2058 |
-
|
2059 |
-
#: templates/forms/affiliation.php:155
|
2060 |
-
msgid "Unlimited commissions."
|
2061 |
-
msgstr "Unlimited commissions."
|
2062 |
-
|
2063 |
-
#: templates/forms/affiliation.php:157
|
2064 |
-
msgid "%s minimum payout amount."
|
2065 |
-
msgstr "%s minimum payout amount."
|
2066 |
-
|
2067 |
-
#: templates/forms/affiliation.php:158
|
2068 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2069 |
-
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2070 |
-
|
2071 |
-
#: templates/forms/affiliation.php:159
|
2072 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2073 |
-
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2074 |
-
|
2075 |
-
#: templates/forms/affiliation.php:162
|
2076 |
-
msgid "Affiliate"
|
2077 |
-
msgstr "Affiliate"
|
2078 |
-
|
2079 |
-
#: templates/forms/affiliation.php:165, templates/forms/resend-key.php:23
|
2080 |
-
msgid "Email address"
|
2081 |
-
msgstr "Email address"
|
2082 |
-
|
2083 |
-
#: templates/forms/affiliation.php:169
|
2084 |
-
msgid "Full name"
|
2085 |
-
msgstr "Full name"
|
2086 |
-
|
2087 |
-
#: templates/forms/affiliation.php:173
|
2088 |
-
msgid "PayPal account email address"
|
2089 |
-
msgstr "PayPal account email address"
|
2090 |
-
|
2091 |
-
#: templates/forms/affiliation.php:177
|
2092 |
-
msgid "Where are you going to promote the %s?"
|
2093 |
-
msgstr "Where are you going to promote the %s?"
|
2094 |
-
|
2095 |
-
#: templates/forms/affiliation.php:179
|
2096 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2097 |
-
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2098 |
-
|
2099 |
-
#: templates/forms/affiliation.php:181
|
2100 |
-
msgid "Add another domain"
|
2101 |
-
msgstr "Add another domain"
|
2102 |
-
|
2103 |
-
#: templates/forms/affiliation.php:185
|
2104 |
-
msgid "Extra Domains"
|
2105 |
-
msgstr "Extra Domains"
|
2106 |
-
|
2107 |
-
#: templates/forms/affiliation.php:186
|
2108 |
-
msgid "Extra domains where you will be marketing the product from."
|
2109 |
-
msgstr "Extra domains where you will be marketing the product from."
|
2110 |
-
|
2111 |
-
#: templates/forms/affiliation.php:196
|
2112 |
-
msgid "Promotion methods"
|
2113 |
-
msgstr "Promotion methods"
|
2114 |
-
|
2115 |
-
#: templates/forms/affiliation.php:199
|
2116 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2117 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2118 |
-
|
2119 |
-
#: templates/forms/affiliation.php:203
|
2120 |
-
msgid "Mobile apps"
|
2121 |
-
msgstr "Mobile apps"
|
2122 |
-
|
2123 |
-
#: templates/forms/affiliation.php:207
|
2124 |
-
msgid "Website, email, and social media statistics (optional)"
|
2125 |
-
msgstr "Website, email, and social media statistics (optional)"
|
2126 |
-
|
2127 |
-
#: templates/forms/affiliation.php:210
|
2128 |
-
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)."
|
2129 |
-
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)."
|
2130 |
-
|
2131 |
-
#: templates/forms/affiliation.php:214
|
2132 |
-
msgid "How will you promote us?"
|
2133 |
-
msgstr "How will you promote us?"
|
2134 |
-
|
2135 |
-
#: templates/forms/affiliation.php:217
|
2136 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2137 |
-
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2138 |
-
|
2139 |
-
#: templates/forms/affiliation.php:223, templates/forms/resend-key.php:22
|
2140 |
-
msgid "Cancel"
|
2141 |
-
msgstr "Cancel"
|
2142 |
-
|
2143 |
-
#: templates/forms/affiliation.php:225
|
2144 |
-
msgid "Become an affiliate"
|
2145 |
-
msgstr "Become an affiliate"
|
2146 |
-
|
2147 |
-
#: templates/forms/license-activation.php:21
|
2148 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2149 |
-
msgstr "Please enter the license key that you received in the email right after the purchase:"
|
2150 |
-
|
2151 |
-
#: templates/forms/license-activation.php:26
|
2152 |
-
msgid "Update License"
|
2153 |
-
msgstr "Update License"
|
2154 |
-
|
2155 |
-
#: templates/forms/optout.php:30
|
2156 |
-
msgctxt "verb"
|
2157 |
-
msgid "Opt Out"
|
2158 |
-
msgstr "Opt Out"
|
2159 |
-
|
2160 |
-
#: templates/forms/optout.php:31
|
2161 |
-
msgctxt "verb"
|
2162 |
-
msgid "Opt In"
|
2163 |
-
msgstr "Opt In"
|
2164 |
-
|
2165 |
-
#: templates/forms/optout.php:33
|
2166 |
-
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."
|
2167 |
-
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."
|
2168 |
-
|
2169 |
-
#: templates/forms/optout.php:35
|
2170 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2171 |
-
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2172 |
-
|
2173 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2174 |
-
msgid "There is a new version of %s available."
|
2175 |
-
msgstr "There is a new version of %s available."
|
2176 |
-
|
2177 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2178 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2179 |
-
msgstr " %s to access version %s security & feature updates, and support."
|
2180 |
-
|
2181 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2182 |
-
msgid "New Version Available"
|
2183 |
-
msgstr "New Version Available"
|
2184 |
-
|
2185 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2186 |
-
msgctxt "close a window"
|
2187 |
-
msgid "Dismiss"
|
2188 |
-
msgstr "Dismiss"
|
2189 |
-
|
2190 |
-
#: templates/forms/resend-key.php:21
|
2191 |
-
msgid "Send License Key"
|
2192 |
-
msgstr "Send License Key"
|
2193 |
-
|
2194 |
-
#: templates/forms/resend-key.php:57
|
2195 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2196 |
-
msgstr "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2197 |
-
|
2198 |
-
#: templates/forms/subscription-cancellation.php:37
|
2199 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2200 |
-
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2201 |
-
|
2202 |
-
#: templates/forms/subscription-cancellation.php:47
|
2203 |
-
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?"
|
2204 |
-
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?"
|
2205 |
-
|
2206 |
-
#: templates/forms/subscription-cancellation.php:52
|
2207 |
-
msgid "license"
|
2208 |
-
msgstr "license"
|
2209 |
-
|
2210 |
-
#: templates/forms/subscription-cancellation.php:57
|
2211 |
-
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."
|
2212 |
-
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."
|
2213 |
-
|
2214 |
-
#: templates/forms/subscription-cancellation.php:68
|
2215 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2216 |
-
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2217 |
-
|
2218 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
2219 |
-
#: templates/forms/subscription-cancellation.php:99, templates/account/partials/addon.php:29, templates/account/partials/site.php:298
|
2220 |
-
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2221 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2222 |
-
|
2223 |
-
#: templates/forms/subscription-cancellation.php:103
|
2224 |
-
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."
|
2225 |
-
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."
|
2226 |
-
|
2227 |
-
#: templates/forms/subscription-cancellation.php:136
|
2228 |
-
msgid "Cancel %s?"
|
2229 |
-
msgstr "Cancel %s?"
|
2230 |
-
|
2231 |
-
#: templates/forms/subscription-cancellation.php:143
|
2232 |
-
msgid "Proceed"
|
2233 |
-
msgstr "Proceed"
|
2234 |
-
|
2235 |
-
#: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:171
|
2236 |
-
msgid "Cancel %s & Proceed"
|
2237 |
-
msgstr "Cancel %s & Proceed"
|
2238 |
-
|
2239 |
-
#: templates/forms/trial-start.php:22
|
2240 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2241 |
-
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2242 |
-
|
2243 |
-
#: templates/forms/trial-start.php:28
|
2244 |
-
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."
|
2245 |
-
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."
|
2246 |
-
|
2247 |
-
#: templates/js/style-premium-theme.php:39
|
2248 |
-
msgid "Premium"
|
2249 |
-
msgstr "Premium"
|
2250 |
-
|
2251 |
-
#: templates/js/style-premium-theme.php:42
|
2252 |
-
msgid "Beta"
|
2253 |
-
msgstr "Beta"
|
2254 |
-
|
2255 |
-
#: templates/partials/network-activation.php:27
|
2256 |
-
msgid "Activate license on all sites in the network."
|
2257 |
-
msgstr "Activate license on all sites in the network."
|
2258 |
-
|
2259 |
-
#: templates/partials/network-activation.php:28
|
2260 |
-
msgid "Apply on all sites in the network."
|
2261 |
-
msgstr "Apply on all sites in the network."
|
2262 |
-
|
2263 |
-
#: templates/partials/network-activation.php:31
|
2264 |
-
msgid "Activate license on all pending sites."
|
2265 |
-
msgstr "Activate license on all pending sites."
|
2266 |
-
|
2267 |
-
#: templates/partials/network-activation.php:32
|
2268 |
-
msgid "Apply on all pending sites."
|
2269 |
-
msgstr "Apply on all pending sites."
|
2270 |
-
|
2271 |
-
#: templates/partials/network-activation.php:40, templates/partials/network-activation.php:74
|
2272 |
-
msgid "allow"
|
2273 |
-
msgstr "allow"
|
2274 |
-
|
2275 |
-
#: templates/partials/network-activation.php:43, templates/partials/network-activation.php:77
|
2276 |
-
msgid "delegate"
|
2277 |
-
msgstr "delegate"
|
2278 |
-
|
2279 |
-
#: templates/partials/network-activation.php:47, templates/partials/network-activation.php:81
|
2280 |
-
msgid "skip"
|
2281 |
-
msgstr "skip"
|
2282 |
-
|
2283 |
-
#: templates/plugin-info/description.php:72, templates/plugin-info/screenshots.php:31
|
2284 |
-
msgid "Click to view full-size screenshot %d"
|
2285 |
-
msgstr "Click to view full-size screenshot %d"
|
2286 |
-
|
2287 |
-
#: templates/plugin-info/features.php:56
|
2288 |
-
msgid "Unlimited Updates"
|
2289 |
-
msgstr "Unlimited Updates"
|
2290 |
-
|
2291 |
-
#: templates/account/partials/activate-license-button.php:46
|
2292 |
-
msgid "Localhost"
|
2293 |
-
msgstr "Localhost"
|
2294 |
-
|
2295 |
-
#: templates/account/partials/activate-license-button.php:50
|
2296 |
-
msgctxt "as 5 licenses left"
|
2297 |
-
msgid "%s left"
|
2298 |
-
msgstr "%s left"
|
2299 |
-
|
2300 |
-
#: templates/account/partials/activate-license-button.php:51
|
2301 |
-
msgid "Last license"
|
2302 |
-
msgstr "Last license"
|
2303 |
-
|
2304 |
-
#: templates/account/partials/addon.php:167
|
2305 |
-
msgid "Cancelled"
|
2306 |
-
msgstr "Cancelled"
|
2307 |
-
|
2308 |
-
#: templates/account/partials/addon.php:177
|
2309 |
-
msgid "No expiration"
|
2310 |
-
msgstr "No expiration"
|
2311 |
-
|
2312 |
-
#: templates/account/partials/site.php:181
|
2313 |
-
msgid "Owner Name"
|
2314 |
-
msgstr "Owner Name"
|
2315 |
-
|
2316 |
-
#: templates/account/partials/site.php:193
|
2317 |
-
msgid "Owner Email"
|
2318 |
-
msgstr "Owner Email"
|
2319 |
-
|
2320 |
-
#: templates/account/partials/site.php:205
|
2321 |
-
msgid "Owner ID"
|
2322 |
-
msgstr "Owner ID"
|
2323 |
-
|
2324 |
-
#: templates/account/partials/site.php:270
|
2325 |
-
msgid "Subscription"
|
2326 |
-
msgstr "Subscription"
|
2327 |
-
|
2328 |
-
#: templates/forms/deactivation/contact.php:19
|
2329 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2330 |
-
msgstr "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2331 |
-
|
2332 |
-
#: templates/forms/deactivation/contact.php:22
|
2333 |
-
msgid "Contact Support"
|
2334 |
-
msgstr "Contact Support"
|
2335 |
-
|
2336 |
-
#: templates/forms/deactivation/form.php:64
|
2337 |
-
msgid "Anonymous feedback"
|
2338 |
-
msgstr "Anonymous feedback"
|
2339 |
-
|
2340 |
-
#: templates/forms/deactivation/form.php:70
|
2341 |
-
msgid "Deactivate"
|
2342 |
-
msgstr "Deactivate"
|
2343 |
-
|
2344 |
-
#: templates/forms/deactivation/form.php:72
|
2345 |
-
msgid "Activate %s"
|
2346 |
-
msgstr "Activate %s"
|
2347 |
-
|
2348 |
-
#: templates/forms/deactivation/form.php:87
|
2349 |
-
msgid "Quick Feedback"
|
2350 |
-
msgstr "Quick Feedback"
|
2351 |
-
|
2352 |
-
#: templates/forms/deactivation/form.php:91
|
2353 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2354 |
-
msgstr "If you have a moment, please let us know why you are %s"
|
2355 |
-
|
2356 |
-
#: templates/forms/deactivation/form.php:91
|
2357 |
-
msgid "deactivating"
|
2358 |
-
msgstr "deactivating"
|
2359 |
-
|
2360 |
-
#: templates/forms/deactivation/form.php:91
|
2361 |
-
msgid "switching"
|
2362 |
-
msgstr "switching"
|
2363 |
-
|
2364 |
-
#: templates/forms/deactivation/form.php:365
|
2365 |
-
msgid "Submit & %s"
|
2366 |
-
msgstr "Submit & %s"
|
2367 |
-
|
2368 |
-
#: templates/forms/deactivation/form.php:386
|
2369 |
-
msgid "Kindly tell us the reason so we can improve."
|
2370 |
-
msgstr "Kindly tell us the reason so we can improve."
|
2371 |
-
|
2372 |
-
#: templates/forms/deactivation/form.php:511
|
2373 |
-
msgid "Yes - %s"
|
2374 |
-
msgstr "Yes - %s"
|
2375 |
-
|
2376 |
-
#: templates/forms/deactivation/form.php:518
|
2377 |
-
msgid "Skip & %s"
|
2378 |
-
msgstr "Skip & %s"
|
2379 |
-
|
2380 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2381 |
-
msgid "Click here to use the plugin anonymously"
|
2382 |
-
msgstr "Click here to use the plugin anonymously"
|
2383 |
-
|
2384 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2385 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2386 |
-
msgstr "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
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:1838, templates/account.php:769
|
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:1845
|
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:2053
|
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:2055
|
35 |
+
msgid "Error"
|
36 |
+
msgstr "Error"
|
37 |
+
|
38 |
+
#: includes/class-freemius.php:2445
|
39 |
+
msgid "I found a better %s"
|
40 |
+
msgstr "I found a better %s"
|
41 |
+
|
42 |
+
#: includes/class-freemius.php:2447
|
43 |
+
msgid "What's the %s's name?"
|
44 |
+
msgstr "What's the %s's name?"
|
45 |
+
|
46 |
+
#: includes/class-freemius.php:2453
|
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:2455
|
51 |
+
msgid "Deactivation"
|
52 |
+
msgstr "Deactivation"
|
53 |
+
|
54 |
+
#: includes/class-freemius.php:2456
|
55 |
+
msgid "Theme Switch"
|
56 |
+
msgstr "Theme Switch"
|
57 |
+
|
58 |
+
#: includes/class-freemius.php:2465, templates/forms/resend-key.php:24
|
59 |
+
msgid "Other"
|
60 |
+
msgstr "Other"
|
61 |
+
|
62 |
+
#: includes/class-freemius.php:2473
|
63 |
+
msgid "I no longer need the %s"
|
64 |
+
msgstr "I no longer need the %s"
|
65 |
+
|
66 |
+
#: includes/class-freemius.php:2480
|
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:2486
|
71 |
+
msgid "The %s broke my site"
|
72 |
+
msgstr "The %s broke my site"
|
73 |
+
|
74 |
+
#: includes/class-freemius.php:2493
|
75 |
+
msgid "The %s suddenly stopped working"
|
76 |
+
msgstr "The %s suddenly stopped working"
|
77 |
+
|
78 |
+
#: includes/class-freemius.php:2503
|
79 |
+
msgid "I can't pay for it anymore"
|
80 |
+
msgstr "I can't pay for it anymore"
|
81 |
+
|
82 |
+
#: includes/class-freemius.php:2505
|
83 |
+
msgid "What price would you feel comfortable paying?"
|
84 |
+
msgstr "What price would you feel comfortable paying?"
|
85 |
+
|
86 |
+
#: includes/class-freemius.php:2511
|
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:2532
|
91 |
+
msgid "The %s didn't work"
|
92 |
+
msgstr "The %s didn't work"
|
93 |
+
|
94 |
+
#: includes/class-freemius.php:2542
|
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:2550
|
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:2552
|
103 |
+
msgid "What feature?"
|
104 |
+
msgstr "What feature?"
|
105 |
+
|
106 |
+
#: includes/class-freemius.php:2556
|
107 |
+
msgid "The %s is not working"
|
108 |
+
msgstr "The %s is not working"
|
109 |
+
|
110 |
+
#: includes/class-freemius.php:2558
|
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:2562
|
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:2564
|
119 |
+
msgid "What you've been looking for?"
|
120 |
+
msgstr "What you've been looking for?"
|
121 |
+
|
122 |
+
#: includes/class-freemius.php:2568
|
123 |
+
msgid "The %s didn't work as expected"
|
124 |
+
msgstr "The %s didn't work as expected"
|
125 |
+
|
126 |
+
#: includes/class-freemius.php:2570
|
127 |
+
msgid "What did you expect?"
|
128 |
+
msgstr "What did you expect?"
|
129 |
+
|
130 |
+
#: includes/class-freemius.php:3425, templates/debug.php:20
|
131 |
+
msgid "Freemius Debug"
|
132 |
+
msgstr "Freemius Debug"
|
133 |
+
|
134 |
+
#: includes/class-freemius.php:4177
|
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:4179
|
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:4186
|
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:4291
|
147 |
+
msgid "Yes - do your thing"
|
148 |
+
msgstr "Yes - do your thing"
|
149 |
+
|
150 |
+
#: includes/class-freemius.php:4296
|
151 |
+
msgid "No - just deactivate"
|
152 |
+
msgstr "No - just deactivate"
|
153 |
+
|
154 |
+
#: includes/class-freemius.php:4341, includes/class-freemius.php:4850, includes/class-freemius.php:5999, includes/class-freemius.php:12682, includes/class-freemius.php:16045, includes/class-freemius.php:16133, includes/class-freemius.php:16299, includes/class-freemius.php:18758, includes/class-freemius.php:18768, includes/class-freemius.php:19404, includes/class-freemius.php:20277, includes/class-freemius.php:20392, includes/class-freemius.php:20536, templates/add-ons.php:54
|
155 |
+
msgctxt "exclamation"
|
156 |
+
msgid "Oops"
|
157 |
+
msgstr "Oops"
|
158 |
+
|
159 |
+
#: includes/class-freemius.php:4410
|
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:4847
|
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:4848
|
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:5020, includes/class-freemius.php:5045, includes/class-freemius.php:19475
|
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:5687
|
178 |
+
msgid "Premium %s version was successfully activated."
|
179 |
+
msgstr "Premium %s version was successfully activated."
|
180 |
+
|
181 |
+
#: includes/class-freemius.php:5699, includes/class-freemius.php:7567
|
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:5714
|
187 |
+
msgid "You have a %s license."
|
188 |
+
msgstr "You have a %s license."
|
189 |
+
|
190 |
+
#: includes/class-freemius.php:5718, includes/class-freemius.php:15466, includes/class-freemius.php:15477, includes/class-freemius.php:18669, includes/class-freemius.php:18999, includes/class-freemius.php:19065, includes/class-freemius.php:19229
|
191 |
+
msgctxt "interjection expressing joy or exuberance"
|
192 |
+
msgid "Yee-haw"
|
193 |
+
msgstr "Yee-haw"
|
194 |
+
|
195 |
+
#: includes/class-freemius.php:5982
|
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:5986
|
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:5995, templates/add-ons.php:130, templates/account/partials/addon.php:343
|
204 |
+
msgid "More information about %s"
|
205 |
+
msgstr "More information about %s"
|
206 |
+
|
207 |
+
#: includes/class-freemius.php:5996
|
208 |
+
msgid "Purchase License"
|
209 |
+
msgstr "Purchase License"
|
210 |
+
|
211 |
+
#: includes/class-freemius.php:6931, 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:6935
|
216 |
+
msgid "start the trial"
|
217 |
+
msgstr "start the trial"
|
218 |
+
|
219 |
+
#: includes/class-freemius.php:6936, templates/connect.php:167
|
220 |
+
msgid "complete the install"
|
221 |
+
msgstr "complete the install"
|
222 |
+
|
223 |
+
#: includes/class-freemius.php:7049
|
224 |
+
msgid "You are just one step away - %s"
|
225 |
+
msgstr "You are just one step away - %s"
|
226 |
+
|
227 |
+
#: includes/class-freemius.php:7052
|
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:7130
|
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:7134
|
237 |
+
msgid "Opt in to make \"%s\" better!"
|
238 |
+
msgstr "Opt in to make \"%s\" better!"
|
239 |
+
|
240 |
+
#: includes/class-freemius.php:7566
|
241 |
+
msgid "The upgrade of %s was successfully completed."
|
242 |
+
msgstr "The upgrade of %s was successfully completed."
|
243 |
+
|
244 |
+
#: includes/class-freemius.php:9728, includes/class-fs-plugin-updater.php:975, includes/class-fs-plugin-updater.php:1170, includes/class-fs-plugin-updater.php:1177, templates/auto-installation.php:32
|
245 |
+
msgid "Add-On"
|
246 |
+
msgstr "Add-On"
|
247 |
+
|
248 |
+
#: includes/class-freemius.php:9730, templates/account.php:313, templates/account.php:321, templates/debug.php:361, templates/debug.php:522
|
249 |
+
msgid "Plugin"
|
250 |
+
msgstr "Plugin"
|
251 |
+
|
252 |
+
#: includes/class-freemius.php:9731, templates/account.php:314, templates/account.php:322, templates/debug.php:361, templates/debug.php:522, templates/forms/deactivation/form.php:71
|
253 |
+
msgid "Theme"
|
254 |
+
msgstr "Theme"
|
255 |
+
|
256 |
+
#: includes/class-freemius.php:12148
|
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:12549
|
261 |
+
msgid "Invalid site details collection."
|
262 |
+
msgstr "Invalid site details collection."
|
263 |
+
|
264 |
+
#: includes/class-freemius.php:12669
|
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:12671
|
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:12945
|
273 |
+
msgid "Account is pending activation."
|
274 |
+
msgstr "Account is pending activation."
|
275 |
+
|
276 |
+
#: includes/class-freemius.php:13057, 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:13069, 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:13073
|
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:15448
|
289 |
+
msgid "%s activation was successfully completed."
|
290 |
+
msgstr "%s activation was successfully completed."
|
291 |
+
|
292 |
+
#: includes/class-freemius.php:15462
|
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:15473, includes/class-freemius.php:19061
|
297 |
+
msgid "Your trial has been successfully started."
|
298 |
+
msgstr "Your trial has been successfully started."
|
299 |
+
|
300 |
+
#: includes/class-freemius.php:16043, includes/class-freemius.php:16131, includes/class-freemius.php:16297
|
301 |
+
msgid "Couldn't activate %s."
|
302 |
+
msgstr "Couldn't activate %s."
|
303 |
+
|
304 |
+
#: includes/class-freemius.php:16044, includes/class-freemius.php:16132, includes/class-freemius.php:16298
|
305 |
+
msgid "Please contact us with the following message:"
|
306 |
+
msgstr "Please contact us with the following message:"
|
307 |
+
|
308 |
+
#: includes/class-freemius.php:16128
|
309 |
+
msgid "An unknown error has occurred."
|
310 |
+
msgstr "An unknown error has occurred."
|
311 |
+
|
312 |
+
#: includes/class-freemius.php:16655, includes/class-freemius.php:21409
|
313 |
+
msgid "Upgrade"
|
314 |
+
msgstr "Upgrade"
|
315 |
+
|
316 |
+
#: includes/class-freemius.php:16661
|
317 |
+
msgid "Start Trial"
|
318 |
+
msgstr "Start Trial"
|
319 |
+
|
320 |
+
#: includes/class-freemius.php:16663
|
321 |
+
msgid "Pricing"
|
322 |
+
msgstr "Pricing"
|
323 |
+
|
324 |
+
#: includes/class-freemius.php:16742, includes/class-freemius.php:16744
|
325 |
+
msgid "Affiliation"
|
326 |
+
msgstr "Affiliation"
|
327 |
+
|
328 |
+
#: includes/class-freemius.php:16772, includes/class-freemius.php:16774, templates/account.php:177, templates/debug.php:326
|
329 |
+
msgid "Account"
|
330 |
+
msgstr "Account"
|
331 |
+
|
332 |
+
#: includes/class-freemius.php:16787, includes/class-freemius.php:16789, includes/customizer/class-fs-customizer-support-section.php:60
|
333 |
+
msgid "Contact Us"
|
334 |
+
msgstr "Contact Us"
|
335 |
+
|
336 |
+
#: includes/class-freemius.php:16799, includes/class-freemius.php:16801, includes/class-freemius.php:21423, templates/account.php:105, templates/account/partials/addon.php:45
|
337 |
+
msgid "Add-Ons"
|
338 |
+
msgstr "Add-Ons"
|
339 |
+
|
340 |
+
#: includes/class-freemius.php:16835
|
341 |
+
msgctxt "ASCII arrow left icon"
|
342 |
+
msgid "←"
|
343 |
+
msgstr "←"
|
344 |
+
|
345 |
+
#: includes/class-freemius.php:16835
|
346 |
+
msgctxt "ASCII arrow right icon"
|
347 |
+
msgid "➤"
|
348 |
+
msgstr "➤"
|
349 |
+
|
350 |
+
#: includes/class-freemius.php:16837, templates/pricing.php:102
|
351 |
+
msgctxt "noun"
|
352 |
+
msgid "Pricing"
|
353 |
+
msgstr "Pricing"
|
354 |
+
|
355 |
+
#: includes/class-freemius.php:17050, includes/customizer/class-fs-customizer-support-section.php:67
|
356 |
+
msgid "Support Forum"
|
357 |
+
msgstr "Support Forum"
|
358 |
+
|
359 |
+
#: includes/class-freemius.php:17995
|
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:17996
|
364 |
+
msgctxt "a positive response"
|
365 |
+
msgid "Right on"
|
366 |
+
msgstr "Right on"
|
367 |
+
|
368 |
+
#: includes/class-freemius.php:18660
|
369 |
+
msgid "Your %s Add-on plan was successfully upgraded."
|
370 |
+
msgstr "Your %s Add-on plan was successfully upgraded."
|
371 |
+
|
372 |
+
#: includes/class-freemius.php:18662
|
373 |
+
msgid "%s Add-on was successfully purchased."
|
374 |
+
msgstr "%s Add-on was successfully purchased."
|
375 |
+
|
376 |
+
#: includes/class-freemius.php:18665
|
377 |
+
msgid "Download the latest version"
|
378 |
+
msgstr "Download the latest version"
|
379 |
+
|
380 |
+
#: includes/class-freemius.php:18751
|
381 |
+
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"
|
382 |
+
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"
|
383 |
+
|
384 |
+
#: includes/class-freemius.php:18757, includes/class-freemius.php:19188, includes/class-freemius.php:19277
|
385 |
+
msgid "Error received from the server:"
|
386 |
+
msgstr "Error received from the server:"
|
387 |
+
|
388 |
+
#: includes/class-freemius.php:18767
|
389 |
+
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
390 |
+
msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
391 |
+
|
392 |
+
#: includes/class-freemius.php:18961, includes/class-freemius.php:19193, includes/class-freemius.php:19248, includes/class-freemius.php:19351
|
393 |
+
msgctxt "something somebody says when they are thinking about what you have just said."
|
394 |
+
msgid "Hmm"
|
395 |
+
msgstr "Hmm"
|
396 |
+
|
397 |
+
#: includes/class-freemius.php:18974
|
398 |
+
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."
|
399 |
+
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."
|
400 |
+
|
401 |
+
#: includes/class-freemius.php:18975, templates/account.php:107, templates/add-ons.php:191, templates/account/partials/addon.php:47
|
402 |
+
msgctxt "trial period"
|
403 |
+
msgid "Trial"
|
404 |
+
msgstr "Trial"
|
405 |
+
|
406 |
+
#: includes/class-freemius.php:18980
|
407 |
+
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
408 |
+
msgstr "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
409 |
+
|
410 |
+
#: includes/class-freemius.php:18984, includes/class-freemius.php:19043
|
411 |
+
msgid "Please contact us here"
|
412 |
+
msgstr "Please contact us here"
|
413 |
+
|
414 |
+
#: includes/class-freemius.php:18995
|
415 |
+
msgid "Your plan was successfully activated."
|
416 |
+
msgstr "Your plan was successfully activated."
|
417 |
+
|
418 |
+
#: includes/class-freemius.php:18996
|
419 |
+
msgid "Your plan was successfully upgraded."
|
420 |
+
msgstr "Your plan was successfully upgraded."
|
421 |
+
|
422 |
+
#: includes/class-freemius.php:19013
|
423 |
+
msgid "Your plan was successfully changed to %s."
|
424 |
+
msgstr "Your plan was successfully changed to %s."
|
425 |
+
|
426 |
+
#: includes/class-freemius.php:19029
|
427 |
+
msgid "Your license has expired. You can still continue using the free %s forever."
|
428 |
+
msgstr "Your license has expired. You can still continue using the free %s forever."
|
429 |
+
|
430 |
+
#: includes/class-freemius.php:19031
|
431 |
+
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
432 |
+
msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
433 |
+
|
434 |
+
#: includes/class-freemius.php:19039
|
435 |
+
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
436 |
+
msgstr "Your license has been cancelled. If you think it's a mistake, please contact support."
|
437 |
+
|
438 |
+
#: includes/class-freemius.php:19052
|
439 |
+
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."
|
440 |
+
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."
|
441 |
+
|
442 |
+
#: includes/class-freemius.php:19075
|
443 |
+
msgid "Your free trial has expired. You can still continue using all our free features."
|
444 |
+
msgstr "Your free trial has expired. You can still continue using all our free features."
|
445 |
+
|
446 |
+
#: includes/class-freemius.php:19077
|
447 |
+
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
448 |
+
msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
449 |
+
|
450 |
+
#: includes/class-freemius.php:19184
|
451 |
+
msgid "It looks like the license could not be activated."
|
452 |
+
msgstr "It looks like the license could not be activated."
|
453 |
+
|
454 |
+
#: includes/class-freemius.php:19226
|
455 |
+
msgid "Your license was successfully activated."
|
456 |
+
msgstr "Your license was successfully activated."
|
457 |
+
|
458 |
+
#: includes/class-freemius.php:19252
|
459 |
+
msgid "It looks like your site currently doesn't have an active license."
|
460 |
+
msgstr "It looks like your site currently doesn't have an active license."
|
461 |
+
|
462 |
+
#: includes/class-freemius.php:19276
|
463 |
+
msgid "It looks like the license deactivation failed."
|
464 |
+
msgstr "It looks like the license deactivation failed."
|
465 |
+
|
466 |
+
#: includes/class-freemius.php:19304
|
467 |
+
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
468 |
+
msgstr "Your license was successfully deactivated, you are back to the %s plan."
|
469 |
+
|
470 |
+
#: includes/class-freemius.php:19305
|
471 |
+
msgid "O.K"
|
472 |
+
msgstr "O.K"
|
473 |
+
|
474 |
+
#: includes/class-freemius.php:19358
|
475 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
476 |
+
msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
477 |
+
|
478 |
+
#: includes/class-freemius.php:19367
|
479 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
480 |
+
msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
481 |
+
|
482 |
+
#: includes/class-freemius.php:19409
|
483 |
+
msgid "You are already running the %s in a trial mode."
|
484 |
+
msgstr "You are already running the %s in a trial mode."
|
485 |
+
|
486 |
+
#: includes/class-freemius.php:19420
|
487 |
+
msgid "You already utilized a trial before."
|
488 |
+
msgstr "You already utilized a trial before."
|
489 |
+
|
490 |
+
#: includes/class-freemius.php:19434
|
491 |
+
msgid "Plan %s do not exist, therefore, can't start a trial."
|
492 |
+
msgstr "Plan %s do not exist, therefore, can't start a trial."
|
493 |
+
|
494 |
+
#: includes/class-freemius.php:19445
|
495 |
+
msgid "Plan %s does not support a trial period."
|
496 |
+
msgstr "Plan %s does not support a trial period."
|
497 |
+
|
498 |
+
#: includes/class-freemius.php:19456
|
499 |
+
msgid "None of the %s's plans supports a trial period."
|
500 |
+
msgstr "None of the %s's plans supports a trial period."
|
501 |
+
|
502 |
+
#: includes/class-freemius.php:19506
|
503 |
+
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
504 |
+
msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
505 |
+
|
506 |
+
#: includes/class-freemius.php:19542
|
507 |
+
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
508 |
+
msgstr "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
509 |
+
|
510 |
+
#: includes/class-freemius.php:19561
|
511 |
+
msgid "Your %s free trial was successfully cancelled."
|
512 |
+
msgstr "Your %s free trial was successfully cancelled."
|
513 |
+
|
514 |
+
#: includes/class-freemius.php:19877
|
515 |
+
msgid "Version %s was released."
|
516 |
+
msgstr "Version %s was released."
|
517 |
+
|
518 |
+
#: includes/class-freemius.php:19877
|
519 |
+
msgid "Please download %s."
|
520 |
+
msgstr "Please download %s."
|
521 |
+
|
522 |
+
#: includes/class-freemius.php:19884
|
523 |
+
msgid "the latest %s version here"
|
524 |
+
msgstr "the latest %s version here"
|
525 |
+
|
526 |
+
#: includes/class-freemius.php:19889
|
527 |
+
msgid "New"
|
528 |
+
msgstr "New"
|
529 |
+
|
530 |
+
#: includes/class-freemius.php:19894
|
531 |
+
msgid "Seems like you got the latest release."
|
532 |
+
msgstr "Seems like you got the latest release."
|
533 |
+
|
534 |
+
#: includes/class-freemius.php:19895
|
535 |
+
msgid "You are all good!"
|
536 |
+
msgstr "You are all good!"
|
537 |
+
|
538 |
+
#: includes/class-freemius.php:20165
|
539 |
+
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
540 |
+
msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
541 |
+
|
542 |
+
#: includes/class-freemius.php:20304
|
543 |
+
msgid "Site successfully opted in."
|
544 |
+
msgstr "Site successfully opted in."
|
545 |
+
|
546 |
+
#: includes/class-freemius.php:20305, includes/class-freemius.php:21125
|
547 |
+
msgid "Awesome"
|
548 |
+
msgstr "Awesome"
|
549 |
+
|
550 |
+
#: includes/class-freemius.php:20321, templates/forms/optout.php:32
|
551 |
+
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
552 |
+
msgstr "We appreciate your help in making the %s better by letting us track some usage data."
|
553 |
+
|
554 |
+
#: includes/class-freemius.php:20322
|
555 |
+
msgid "Thank you!"
|
556 |
+
msgstr "Thank you!"
|
557 |
+
|
558 |
+
#: includes/class-freemius.php:20329
|
559 |
+
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
560 |
+
msgstr "We will no longer be sending any usage data of %s on %s to %s."
|
561 |
+
|
562 |
+
#: includes/class-freemius.php:20458
|
563 |
+
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."
|
564 |
+
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."
|
565 |
+
|
566 |
+
#: includes/class-freemius.php:20464
|
567 |
+
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
568 |
+
msgstr "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
569 |
+
|
570 |
+
#: includes/class-freemius.php:20469
|
571 |
+
msgid "%s is the new owner of the account."
|
572 |
+
msgstr "%s is the new owner of the account."
|
573 |
+
|
574 |
+
#: includes/class-freemius.php:20471
|
575 |
+
msgctxt "as congratulations"
|
576 |
+
msgid "Congrats"
|
577 |
+
msgstr "Congrats"
|
578 |
+
|
579 |
+
#: includes/class-freemius.php:20491
|
580 |
+
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
581 |
+
msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
582 |
+
|
583 |
+
#: includes/class-freemius.php:20492
|
584 |
+
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
585 |
+
msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
586 |
+
|
587 |
+
#: includes/class-freemius.php:20499
|
588 |
+
msgid "Change Ownership"
|
589 |
+
msgstr "Change Ownership"
|
590 |
+
|
591 |
+
#: includes/class-freemius.php:20507
|
592 |
+
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
593 |
+
msgstr "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
594 |
+
|
595 |
+
#: includes/class-freemius.php:20519
|
596 |
+
msgid "Please provide your full name."
|
597 |
+
msgstr "Please provide your full name."
|
598 |
+
|
599 |
+
#: includes/class-freemius.php:20524
|
600 |
+
msgid "Your name was successfully updated."
|
601 |
+
msgstr "Your name was successfully updated."
|
602 |
+
|
603 |
+
#: includes/class-freemius.php:20585
|
604 |
+
msgid "You have successfully updated your %s."
|
605 |
+
msgstr "You have successfully updated your %s."
|
606 |
+
|
607 |
+
#: includes/class-freemius.php:20725
|
608 |
+
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
609 |
+
msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
610 |
+
|
611 |
+
#: includes/class-freemius.php:20726
|
612 |
+
msgctxt "advance notice of something that will need attention."
|
613 |
+
msgid "Heads up"
|
614 |
+
msgstr "Heads up"
|
615 |
+
|
616 |
+
#: includes/class-freemius.php:21165
|
617 |
+
msgctxt "exclamation"
|
618 |
+
msgid "Hey"
|
619 |
+
msgstr "Hey"
|
620 |
+
|
621 |
+
#: includes/class-freemius.php:21165
|
622 |
+
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
623 |
+
msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
624 |
+
|
625 |
+
#: includes/class-freemius.php:21173
|
626 |
+
msgid "No commitment for %s days - cancel anytime!"
|
627 |
+
msgstr "No commitment for %s days - cancel anytime!"
|
628 |
+
|
629 |
+
#: includes/class-freemius.php:21174
|
630 |
+
msgid "No credit card required"
|
631 |
+
msgstr "No credit card required"
|
632 |
+
|
633 |
+
#: includes/class-freemius.php:21181, templates/forms/trial-start.php:53
|
634 |
+
msgctxt "call to action"
|
635 |
+
msgid "Start free trial"
|
636 |
+
msgstr "Start free trial"
|
637 |
+
|
638 |
+
#: includes/class-freemius.php:21258
|
639 |
+
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!"
|
640 |
+
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!"
|
641 |
+
|
642 |
+
#: includes/class-freemius.php:21267
|
643 |
+
msgid "Learn more"
|
644 |
+
msgstr "Learn more"
|
645 |
+
|
646 |
+
#: includes/class-freemius.php:21447, templates/account.php:474, templates/account.php:595, templates/connect.php:171, templates/connect.php:421, templates/forms/license-activation.php:25, templates/account/partials/addon.php:287
|
647 |
+
msgid "Activate License"
|
648 |
+
msgstr "Activate License"
|
649 |
+
|
650 |
+
#: includes/class-freemius.php:21448, templates/account.php:543, templates/account.php:594, templates/account/partials/site.php:256
|
651 |
+
msgid "Change License"
|
652 |
+
msgstr "Change License"
|
653 |
+
|
654 |
+
#: includes/class-freemius.php:21539, templates/account/partials/site.php:161
|
655 |
+
msgid "Opt Out"
|
656 |
+
msgstr "Opt Out"
|
657 |
+
|
658 |
+
#: includes/class-freemius.php:21541, includes/class-freemius.php:21547, templates/account/partials/site.php:43, templates/account/partials/site.php:161
|
659 |
+
msgid "Opt In"
|
660 |
+
msgstr "Opt In"
|
661 |
+
|
662 |
+
#: includes/class-freemius.php:21775
|
663 |
+
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
664 |
+
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
665 |
+
|
666 |
+
#: includes/class-freemius.php:21783
|
667 |
+
msgid "Activate %s features"
|
668 |
+
msgstr "Activate %s features"
|
669 |
+
|
670 |
+
#: includes/class-freemius.php:21796
|
671 |
+
msgid "Please follow these steps to complete the upgrade"
|
672 |
+
msgstr "Please follow these steps to complete the upgrade"
|
673 |
+
|
674 |
+
#: includes/class-freemius.php:21800
|
675 |
+
msgid "Download the latest %s version"
|
676 |
+
msgstr "Download the latest %s version"
|
677 |
+
|
678 |
+
#: includes/class-freemius.php:21804
|
679 |
+
msgid "Upload and activate the downloaded version"
|
680 |
+
msgstr "Upload and activate the downloaded version"
|
681 |
+
|
682 |
+
#: includes/class-freemius.php:21806
|
683 |
+
msgid "How to upload and activate?"
|
684 |
+
msgstr "How to upload and activate?"
|
685 |
+
|
686 |
+
#: includes/class-freemius.php:21940
|
687 |
+
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
688 |
+
msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
|
689 |
+
|
690 |
+
#: includes/class-freemius.php:22101
|
691 |
+
msgid "Auto installation only works for opted-in users."
|
692 |
+
msgstr "Auto installation only works for opted-in users."
|
693 |
+
|
694 |
+
#: includes/class-freemius.php:22111, includes/class-freemius.php:22144, includes/class-fs-plugin-updater.php:1149, includes/class-fs-plugin-updater.php:1163
|
695 |
+
msgid "Invalid module ID."
|
696 |
+
msgstr "Invalid module ID."
|
697 |
+
|
698 |
+
#: includes/class-freemius.php:22120, includes/class-fs-plugin-updater.php:1185
|
699 |
+
msgid "Premium version already active."
|
700 |
+
msgstr "Premium version already active."
|
701 |
+
|
702 |
+
#: includes/class-freemius.php:22127
|
703 |
+
msgid "You do not have a valid license to access the premium version."
|
704 |
+
msgstr "You do not have a valid license to access the premium version."
|
705 |
+
|
706 |
+
#: includes/class-freemius.php:22134
|
707 |
+
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
708 |
+
msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
709 |
+
|
710 |
+
#: includes/class-freemius.php:22152, includes/class-fs-plugin-updater.php:1184
|
711 |
+
msgid "Premium add-on version already installed."
|
712 |
+
msgstr "Premium add-on version already installed."
|
713 |
+
|
714 |
+
#: includes/class-freemius.php:22497
|
715 |
+
msgid "View paid features"
|
716 |
+
msgstr "View paid features"
|
717 |
+
|
718 |
+
#: includes/class-freemius.php:22819
|
719 |
+
msgid "Thank you so much for using %s and its add-ons!"
|
720 |
+
msgstr "Thank you so much for using %s and its add-ons!"
|
721 |
+
|
722 |
+
#: includes/class-freemius.php:22820
|
723 |
+
msgid "Thank you so much for using %s!"
|
724 |
+
msgstr "Thank you so much for using %s!"
|
725 |
+
|
726 |
+
#: includes/class-freemius.php:22826
|
727 |
+
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
728 |
+
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
729 |
+
|
730 |
+
#: includes/class-freemius.php:22830
|
731 |
+
msgid "Thank you so much for using our products!"
|
732 |
+
msgstr "Thank you so much for using our products!"
|
733 |
+
|
734 |
+
#: includes/class-freemius.php:22831
|
735 |
+
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
736 |
+
msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
737 |
+
|
738 |
+
#: includes/class-freemius.php:22850
|
739 |
+
msgid "%s and its add-ons"
|
740 |
+
msgstr "%s and its add-ons"
|
741 |
+
|
742 |
+
#: includes/class-freemius.php:22859
|
743 |
+
msgid "Products"
|
744 |
+
msgstr "Products"
|
745 |
+
|
746 |
+
#: includes/class-freemius.php:22866, templates/connect.php:272
|
747 |
+
msgid "Yes"
|
748 |
+
msgstr "Yes"
|
749 |
+
|
750 |
+
#: includes/class-freemius.php:22867, templates/connect.php:273
|
751 |
+
msgid "send me security & feature updates, educational content and offers."
|
752 |
+
msgstr "send me security & feature updates, educational content and offers."
|
753 |
+
|
754 |
+
#: includes/class-freemius.php:22868, templates/connect.php:278
|
755 |
+
msgid "No"
|
756 |
+
msgstr "No"
|
757 |
+
|
758 |
+
#: includes/class-freemius.php:22870, templates/connect.php:280
|
759 |
+
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
760 |
+
msgstr "do %sNOT%s send me security & feature updates, educational content and offers."
|
761 |
+
|
762 |
+
#: includes/class-freemius.php:22880
|
763 |
+
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 :-)"
|
764 |
+
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 :-)"
|
765 |
+
|
766 |
+
#: includes/class-freemius.php:22882, templates/connect.php:287
|
767 |
+
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
768 |
+
msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
769 |
+
|
770 |
+
#: includes/class-freemius.php:23164
|
771 |
+
msgid "License key is empty."
|
772 |
+
msgstr "License key is empty."
|
773 |
+
|
774 |
+
#: includes/class-fs-plugin-updater.php:184, templates/forms/premium-versions-upgrade-handler.php:57
|
775 |
+
msgid "Renew license"
|
776 |
+
msgstr "Renew license"
|
777 |
+
|
778 |
+
#: includes/class-fs-plugin-updater.php:189, templates/forms/premium-versions-upgrade-handler.php:58
|
779 |
+
msgid "Buy license"
|
780 |
+
msgstr "Buy license"
|
781 |
+
|
782 |
+
#: includes/class-fs-plugin-updater.php:280, includes/class-fs-plugin-updater.php:313
|
783 |
+
msgid "There is a %s of %s available."
|
784 |
+
msgstr "There is a %s of %s available."
|
785 |
+
|
786 |
+
#: includes/class-fs-plugin-updater.php:282, includes/class-fs-plugin-updater.php:318
|
787 |
+
msgid "new Beta version"
|
788 |
+
msgstr "new Beta version"
|
789 |
+
|
790 |
+
#: includes/class-fs-plugin-updater.php:283, includes/class-fs-plugin-updater.php:319
|
791 |
+
msgid "new version"
|
792 |
+
msgstr "new version"
|
793 |
+
|
794 |
+
#: includes/class-fs-plugin-updater.php:342
|
795 |
+
msgid "Important Upgrade Notice:"
|
796 |
+
msgstr "Important Upgrade Notice:"
|
797 |
+
|
798 |
+
#: includes/class-fs-plugin-updater.php:1214
|
799 |
+
msgid "Installing plugin: %s"
|
800 |
+
msgstr "Installing plugin: %s"
|
801 |
+
|
802 |
+
#: includes/class-fs-plugin-updater.php:1255
|
803 |
+
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
804 |
+
msgstr "Unable to connect to the filesystem. Please confirm your credentials."
|
805 |
+
|
806 |
+
#: includes/class-fs-plugin-updater.php:1437
|
807 |
+
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
808 |
+
msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
809 |
+
|
810 |
+
#: includes/fs-plugin-info-dialog.php:509
|
811 |
+
msgid "Purchase More"
|
812 |
+
msgstr "Purchase More"
|
813 |
+
|
814 |
+
#: includes/fs-plugin-info-dialog.php:510, templates/account/partials/addon.php:347
|
815 |
+
msgctxt "verb"
|
816 |
+
msgid "Purchase"
|
817 |
+
msgstr "Purchase"
|
818 |
+
|
819 |
+
#: includes/fs-plugin-info-dialog.php:514
|
820 |
+
msgid "Start my free %s"
|
821 |
+
msgstr "Start my free %s"
|
822 |
+
|
823 |
+
#: includes/fs-plugin-info-dialog.php:712
|
824 |
+
msgid "Install Free Version Update Now"
|
825 |
+
msgstr "Install Free Version Update Now"
|
826 |
+
|
827 |
+
#: includes/fs-plugin-info-dialog.php:713, templates/account.php:534
|
828 |
+
msgid "Install Update Now"
|
829 |
+
msgstr "Install Update Now"
|
830 |
+
|
831 |
+
#: includes/fs-plugin-info-dialog.php:722
|
832 |
+
msgid "Install Free Version Now"
|
833 |
+
msgstr "Install Free Version Now"
|
834 |
+
|
835 |
+
#: includes/fs-plugin-info-dialog.php:723, templates/add-ons.php:262, templates/auto-installation.php:111, templates/account/partials/addon.php:327, templates/account/partials/addon.php:379
|
836 |
+
msgid "Install Now"
|
837 |
+
msgstr "Install Now"
|
838 |
+
|
839 |
+
#: includes/fs-plugin-info-dialog.php:739
|
840 |
+
msgctxt "as download latest version"
|
841 |
+
msgid "Download Latest Free Version"
|
842 |
+
msgstr "Download Latest Free Version"
|
843 |
+
|
844 |
+
#: includes/fs-plugin-info-dialog.php:740, templates/account.php:85, templates/add-ons.php:34, templates/account/partials/addon.php:25
|
845 |
+
msgctxt "as download latest version"
|
846 |
+
msgid "Download Latest"
|
847 |
+
msgstr "Download Latest"
|
848 |
+
|
849 |
+
#: includes/fs-plugin-info-dialog.php:755, templates/add-ons.php:268, templates/account/partials/addon.php:318, templates/account/partials/addon.php:373
|
850 |
+
msgid "Activate this add-on"
|
851 |
+
msgstr "Activate this add-on"
|
852 |
+
|
853 |
+
#: includes/fs-plugin-info-dialog.php:757, templates/connect.php:418
|
854 |
+
msgid "Activate Free Version"
|
855 |
+
msgstr "Activate Free Version"
|
856 |
+
|
857 |
+
#: includes/fs-plugin-info-dialog.php:758, templates/account.php:109, templates/add-ons.php:269, templates/account/partials/addon.php:49
|
858 |
+
msgid "Activate"
|
859 |
+
msgstr "Activate"
|
860 |
+
|
861 |
+
#: includes/fs-plugin-info-dialog.php:968
|
862 |
+
msgctxt "Plugin installer section title"
|
863 |
+
msgid "Description"
|
864 |
+
msgstr "Description"
|
865 |
+
|
866 |
+
#: includes/fs-plugin-info-dialog.php:969
|
867 |
+
msgctxt "Plugin installer section title"
|
868 |
+
msgid "Installation"
|
869 |
+
msgstr "Installation"
|
870 |
+
|
871 |
+
#: includes/fs-plugin-info-dialog.php:970
|
872 |
+
msgctxt "Plugin installer section title"
|
873 |
+
msgid "FAQ"
|
874 |
+
msgstr "FAQ"
|
875 |
+
|
876 |
+
#: includes/fs-plugin-info-dialog.php:971, templates/plugin-info/description.php:55
|
877 |
+
msgid "Screenshots"
|
878 |
+
msgstr "Screenshots"
|
879 |
+
|
880 |
+
#: includes/fs-plugin-info-dialog.php:972
|
881 |
+
msgctxt "Plugin installer section title"
|
882 |
+
msgid "Changelog"
|
883 |
+
msgstr "Changelog"
|
884 |
+
|
885 |
+
#: includes/fs-plugin-info-dialog.php:973
|
886 |
+
msgctxt "Plugin installer section title"
|
887 |
+
msgid "Reviews"
|
888 |
+
msgstr "Reviews"
|
889 |
+
|
890 |
+
#: includes/fs-plugin-info-dialog.php:974
|
891 |
+
msgctxt "Plugin installer section title"
|
892 |
+
msgid "Other Notes"
|
893 |
+
msgstr "Other Notes"
|
894 |
+
|
895 |
+
#: includes/fs-plugin-info-dialog.php:989
|
896 |
+
msgctxt "Plugin installer section title"
|
897 |
+
msgid "Features & Pricing"
|
898 |
+
msgstr "Features & Pricing"
|
899 |
+
|
900 |
+
#: includes/fs-plugin-info-dialog.php:999
|
901 |
+
msgid "Plugin Install"
|
902 |
+
msgstr "Plugin Install"
|
903 |
+
|
904 |
+
#: includes/fs-plugin-info-dialog.php:1071
|
905 |
+
msgctxt "e.g. Professional Plan"
|
906 |
+
msgid "%s Plan"
|
907 |
+
msgstr "%s Plan"
|
908 |
+
|
909 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
910 |
+
msgctxt "e.g. the best product"
|
911 |
+
msgid "Best"
|
912 |
+
msgstr "Best"
|
913 |
+
|
914 |
+
#: includes/fs-plugin-info-dialog.php:1103, includes/fs-plugin-info-dialog.php:1123
|
915 |
+
msgctxt "as every month"
|
916 |
+
msgid "Monthly"
|
917 |
+
msgstr "Monthly"
|
918 |
+
|
919 |
+
#: includes/fs-plugin-info-dialog.php:1106
|
920 |
+
msgctxt "as once a year"
|
921 |
+
msgid "Annual"
|
922 |
+
msgstr "Annual"
|
923 |
+
|
924 |
+
#: includes/fs-plugin-info-dialog.php:1109
|
925 |
+
msgid "Lifetime"
|
926 |
+
msgstr "Lifetime"
|
927 |
+
|
928 |
+
#: includes/fs-plugin-info-dialog.php:1123, includes/fs-plugin-info-dialog.php:1125, includes/fs-plugin-info-dialog.php:1127
|
929 |
+
msgctxt "e.g. billed monthly"
|
930 |
+
msgid "Billed %s"
|
931 |
+
msgstr "Billed %s"
|
932 |
+
|
933 |
+
#: includes/fs-plugin-info-dialog.php:1125
|
934 |
+
msgctxt "as once a year"
|
935 |
+
msgid "Annually"
|
936 |
+
msgstr "Annually"
|
937 |
+
|
938 |
+
#: includes/fs-plugin-info-dialog.php:1127
|
939 |
+
msgctxt "as once a year"
|
940 |
+
msgid "Once"
|
941 |
+
msgstr "Once"
|
942 |
+
|
943 |
+
#: includes/fs-plugin-info-dialog.php:1133
|
944 |
+
msgid "Single Site License"
|
945 |
+
msgstr "Single Site License"
|
946 |
+
|
947 |
+
#: includes/fs-plugin-info-dialog.php:1135
|
948 |
+
msgid "Unlimited Licenses"
|
949 |
+
msgstr "Unlimited Licenses"
|
950 |
+
|
951 |
+
#: includes/fs-plugin-info-dialog.php:1137
|
952 |
+
msgid "Up to %s Sites"
|
953 |
+
msgstr "Up to %s Sites"
|
954 |
+
|
955 |
+
#: includes/fs-plugin-info-dialog.php:1147, templates/plugin-info/features.php:82
|
956 |
+
msgctxt "as monthly period"
|
957 |
+
msgid "mo"
|
958 |
+
msgstr "mo"
|
959 |
+
|
960 |
+
#: includes/fs-plugin-info-dialog.php:1154, templates/plugin-info/features.php:80
|
961 |
+
msgctxt "as annual period"
|
962 |
+
msgid "year"
|
963 |
+
msgstr "year"
|
964 |
+
|
965 |
+
#: includes/fs-plugin-info-dialog.php:1208
|
966 |
+
msgctxt "noun"
|
967 |
+
msgid "Price"
|
968 |
+
msgstr "Price"
|
969 |
+
|
970 |
+
#: includes/fs-plugin-info-dialog.php:1256
|
971 |
+
msgid "Save %s"
|
972 |
+
msgstr "Save %s"
|
973 |
+
|
974 |
+
#: includes/fs-plugin-info-dialog.php:1266
|
975 |
+
msgid "No commitment for %s - cancel anytime"
|
976 |
+
msgstr "No commitment for %s - cancel anytime"
|
977 |
+
|
978 |
+
#: includes/fs-plugin-info-dialog.php:1269
|
979 |
+
msgid "After your free %s, pay as little as %s"
|
980 |
+
msgstr "After your free %s, pay as little as %s"
|
981 |
+
|
982 |
+
#: includes/fs-plugin-info-dialog.php:1280
|
983 |
+
msgid "Details"
|
984 |
+
msgstr "Details"
|
985 |
+
|
986 |
+
#: includes/fs-plugin-info-dialog.php:1284, templates/account.php:96, templates/debug.php:203, templates/debug.php:240, templates/debug.php:454, templates/account/partials/addon.php:36
|
987 |
+
msgctxt "product version"
|
988 |
+
msgid "Version"
|
989 |
+
msgstr "Version"
|
990 |
+
|
991 |
+
#: includes/fs-plugin-info-dialog.php:1291
|
992 |
+
msgctxt "as the plugin author"
|
993 |
+
msgid "Author"
|
994 |
+
msgstr "Author"
|
995 |
+
|
996 |
+
#: includes/fs-plugin-info-dialog.php:1298
|
997 |
+
msgid "Last Updated"
|
998 |
+
msgstr "Last Updated"
|
999 |
+
|
1000 |
+
#: includes/fs-plugin-info-dialog.php:1303, templates/account.php:444
|
1001 |
+
msgctxt "x-ago"
|
1002 |
+
msgid "%s ago"
|
1003 |
+
msgstr "%s ago"
|
1004 |
+
|
1005 |
+
#: includes/fs-plugin-info-dialog.php:1312
|
1006 |
+
msgid "Requires WordPress Version"
|
1007 |
+
msgstr "Requires WordPress Version"
|
1008 |
+
|
1009 |
+
#: includes/fs-plugin-info-dialog.php:1313
|
1010 |
+
msgid "%s or higher"
|
1011 |
+
msgstr "%s or higher"
|
1012 |
+
|
1013 |
+
#: includes/fs-plugin-info-dialog.php:1320
|
1014 |
+
msgid "Compatible up to"
|
1015 |
+
msgstr "Compatible up to"
|
1016 |
+
|
1017 |
+
#: includes/fs-plugin-info-dialog.php:1328
|
1018 |
+
msgid "Downloaded"
|
1019 |
+
msgstr "Downloaded"
|
1020 |
+
|
1021 |
+
#: includes/fs-plugin-info-dialog.php:1332
|
1022 |
+
msgid "%s time"
|
1023 |
+
msgstr "%s time"
|
1024 |
+
|
1025 |
+
#: includes/fs-plugin-info-dialog.php:1334
|
1026 |
+
msgid "%s times"
|
1027 |
+
msgstr "%s times"
|
1028 |
+
|
1029 |
+
#: includes/fs-plugin-info-dialog.php:1344
|
1030 |
+
msgid "WordPress.org Plugin Page"
|
1031 |
+
msgstr "WordPress.org Plugin Page"
|
1032 |
+
|
1033 |
+
#: includes/fs-plugin-info-dialog.php:1352
|
1034 |
+
msgid "Plugin Homepage"
|
1035 |
+
msgstr "Plugin Homepage"
|
1036 |
+
|
1037 |
+
#: includes/fs-plugin-info-dialog.php:1360, includes/fs-plugin-info-dialog.php:1442
|
1038 |
+
msgid "Donate to this plugin"
|
1039 |
+
msgstr "Donate to this plugin"
|
1040 |
+
|
1041 |
+
#: includes/fs-plugin-info-dialog.php:1367
|
1042 |
+
msgid "Average Rating"
|
1043 |
+
msgstr "Average Rating"
|
1044 |
+
|
1045 |
+
#: includes/fs-plugin-info-dialog.php:1374
|
1046 |
+
msgid "based on %s"
|
1047 |
+
msgstr "based on %s"
|
1048 |
+
|
1049 |
+
#: includes/fs-plugin-info-dialog.php:1378
|
1050 |
+
msgid "%s rating"
|
1051 |
+
msgstr "%s rating"
|
1052 |
+
|
1053 |
+
#: includes/fs-plugin-info-dialog.php:1380
|
1054 |
+
msgid "%s ratings"
|
1055 |
+
msgstr "%s ratings"
|
1056 |
+
|
1057 |
+
#: includes/fs-plugin-info-dialog.php:1395
|
1058 |
+
msgid "%s star"
|
1059 |
+
msgstr "%s star"
|
1060 |
+
|
1061 |
+
#: includes/fs-plugin-info-dialog.php:1397
|
1062 |
+
msgid "%s stars"
|
1063 |
+
msgstr "%s stars"
|
1064 |
+
|
1065 |
+
#: includes/fs-plugin-info-dialog.php:1408
|
1066 |
+
msgid "Click to see reviews that provided a rating of %s"
|
1067 |
+
msgstr "Click to see reviews that provided a rating of %s"
|
1068 |
+
|
1069 |
+
#: includes/fs-plugin-info-dialog.php:1421
|
1070 |
+
msgid "Contributors"
|
1071 |
+
msgstr "Contributors"
|
1072 |
+
|
1073 |
+
#: includes/fs-plugin-info-dialog.php:1450, includes/fs-plugin-info-dialog.php:1452
|
1074 |
+
msgid "Warning"
|
1075 |
+
msgstr "Warning"
|
1076 |
+
|
1077 |
+
#: includes/fs-plugin-info-dialog.php:1450
|
1078 |
+
msgid "This plugin has not been tested with your current version of WordPress."
|
1079 |
+
msgstr "This plugin has not been tested with your current version of WordPress."
|
1080 |
+
|
1081 |
+
#: includes/fs-plugin-info-dialog.php:1452
|
1082 |
+
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1083 |
+
msgstr "This plugin has not been marked as compatible with your version of WordPress."
|
1084 |
+
|
1085 |
+
#: includes/fs-plugin-info-dialog.php:1471
|
1086 |
+
msgid "Paid add-on must be deployed to Freemius."
|
1087 |
+
msgstr "Paid add-on must be deployed to Freemius."
|
1088 |
+
|
1089 |
+
#: includes/fs-plugin-info-dialog.php:1472
|
1090 |
+
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1091 |
+
msgstr "Add-on must be deployed to WordPress.org or Freemius."
|
1092 |
+
|
1093 |
+
#: includes/fs-plugin-info-dialog.php:1493
|
1094 |
+
msgid "Newer Version (%s) Installed"
|
1095 |
+
msgstr "Newer Version (%s) Installed"
|
1096 |
+
|
1097 |
+
#: includes/fs-plugin-info-dialog.php:1494
|
1098 |
+
msgid "Newer Free Version (%s) Installed"
|
1099 |
+
msgstr "Newer Free Version (%s) Installed"
|
1100 |
+
|
1101 |
+
#: includes/fs-plugin-info-dialog.php:1501
|
1102 |
+
msgid "Latest Version Installed"
|
1103 |
+
msgstr "Latest Version Installed"
|
1104 |
+
|
1105 |
+
#: includes/fs-plugin-info-dialog.php:1502
|
1106 |
+
msgid "Latest Free Version Installed"
|
1107 |
+
msgstr "Latest Free Version Installed"
|
1108 |
+
|
1109 |
+
#: templates/account.php:86, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:26, templates/account/partials/site.php:295
|
1110 |
+
msgid "Downgrading your plan"
|
1111 |
+
msgstr "Downgrading your plan"
|
1112 |
+
|
1113 |
+
#: templates/account.php:87, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:27, templates/account/partials/site.php:296
|
1114 |
+
msgid "Cancelling the subscription"
|
1115 |
+
msgstr "Cancelling the subscription"
|
1116 |
+
|
1117 |
+
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
1118 |
+
#: templates/account.php:89
|
1119 |
+
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1120 |
+
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1121 |
+
|
1122 |
+
#: templates/account.php:90, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:30, templates/account/partials/site.php:299
|
1123 |
+
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."
|
1124 |
+
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."
|
1125 |
+
|
1126 |
+
#: templates/account.php:91, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:31
|
1127 |
+
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1128 |
+
msgstr "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1129 |
+
|
1130 |
+
#: templates/account.php:92, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:32, templates/account/partials/site.php:300
|
1131 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1132 |
+
msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1133 |
+
|
1134 |
+
#: templates/account.php:93, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:33, templates/account/partials/site.php:301
|
1135 |
+
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1136 |
+
msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1137 |
+
|
1138 |
+
#. translators: %s: Plan title (e.g. "Professional")
|
1139 |
+
#: templates/account.php:95, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:35
|
1140 |
+
msgid "Activate %s Plan"
|
1141 |
+
msgstr "Activate %s Plan"
|
1142 |
+
|
1143 |
+
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1144 |
+
#: templates/account.php:98, templates/account/partials/addon.php:38, templates/account/partials/site.php:275
|
1145 |
+
msgid "Auto renews in %s"
|
1146 |
+
msgstr "Auto renews in %s"
|
1147 |
+
|
1148 |
+
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1149 |
+
#: templates/account.php:100, templates/account/partials/addon.php:40, templates/account/partials/site.php:277
|
1150 |
+
msgid "Expires in %s"
|
1151 |
+
msgstr "Expires in %s"
|
1152 |
+
|
1153 |
+
#: templates/account.php:101, templates/account/partials/addon.php:41
|
1154 |
+
msgctxt "as synchronize license"
|
1155 |
+
msgid "Sync License"
|
1156 |
+
msgstr "Sync License"
|
1157 |
+
|
1158 |
+
#: templates/account.php:102, templates/account/partials/addon.php:42
|
1159 |
+
msgid "Cancel Trial"
|
1160 |
+
msgstr "Cancel Trial"
|
1161 |
+
|
1162 |
+
#: templates/account.php:103, templates/account/partials/addon.php:43
|
1163 |
+
msgid "Change Plan"
|
1164 |
+
msgstr "Change Plan"
|
1165 |
+
|
1166 |
+
#: templates/account.php:104, templates/account/partials/addon.php:44
|
1167 |
+
msgctxt "verb"
|
1168 |
+
msgid "Upgrade"
|
1169 |
+
msgstr "Upgrade"
|
1170 |
+
|
1171 |
+
#: templates/account.php:106, templates/account/partials/addon.php:46, templates/account/partials/site.php:302
|
1172 |
+
msgctxt "verb"
|
1173 |
+
msgid "Downgrade"
|
1174 |
+
msgstr "Downgrade"
|
1175 |
+
|
1176 |
+
#: templates/account.php:108, templates/add-ons.php:187, templates/plugin-info/features.php:72, templates/account/partials/addon.php:48, templates/account/partials/site.php:31
|
1177 |
+
msgid "Free"
|
1178 |
+
msgstr "Free"
|
1179 |
+
|
1180 |
+
#: templates/account.php:110, templates/debug.php:373, includes/customizer/class-fs-customizer-upsell-control.php:106, templates/account/partials/addon.php:50
|
1181 |
+
msgctxt "as product pricing plan"
|
1182 |
+
msgid "Plan"
|
1183 |
+
msgstr "Plan"
|
1184 |
+
|
1185 |
+
#: templates/account.php:111
|
1186 |
+
msgid "Bundle Plan"
|
1187 |
+
msgstr "Bundle Plan"
|
1188 |
+
|
1189 |
+
#: templates/account.php:185
|
1190 |
+
msgid "Free Trial"
|
1191 |
+
msgstr "Free Trial"
|
1192 |
+
|
1193 |
+
#: templates/account.php:196
|
1194 |
+
msgid "Account Details"
|
1195 |
+
msgstr "Account Details"
|
1196 |
+
|
1197 |
+
#: templates/account.php:200
|
1198 |
+
msgid "Billing & Invoices"
|
1199 |
+
msgstr "Billing & Invoices"
|
1200 |
+
|
1201 |
+
#: templates/account.php:210
|
1202 |
+
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?"
|
1203 |
+
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?"
|
1204 |
+
|
1205 |
+
#: templates/account.php:212
|
1206 |
+
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?"
|
1207 |
+
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?"
|
1208 |
+
|
1209 |
+
#: templates/account.php:215
|
1210 |
+
msgid "Delete Account"
|
1211 |
+
msgstr "Delete Account"
|
1212 |
+
|
1213 |
+
#: templates/account.php:227, templates/account/partials/addon.php:211, templates/account/partials/deactivate-license-button.php:35
|
1214 |
+
msgid "Deactivate License"
|
1215 |
+
msgstr "Deactivate License"
|
1216 |
+
|
1217 |
+
#: templates/account.php:250, templates/forms/subscription-cancellation.php:125
|
1218 |
+
msgid "Are you sure you want to proceed?"
|
1219 |
+
msgstr "Are you sure you want to proceed?"
|
1220 |
+
|
1221 |
+
#: templates/account.php:250, templates/account/partials/addon.php:234
|
1222 |
+
msgid "Cancel Subscription"
|
1223 |
+
msgstr "Cancel Subscription"
|
1224 |
+
|
1225 |
+
#: templates/account.php:278
|
1226 |
+
msgctxt "as synchronize"
|
1227 |
+
msgid "Sync"
|
1228 |
+
msgstr "Sync"
|
1229 |
+
|
1230 |
+
#: templates/account.php:292, templates/debug.php:489
|
1231 |
+
msgid "Name"
|
1232 |
+
msgstr "Name"
|
1233 |
+
|
1234 |
+
#: templates/account.php:298, templates/debug.php:490
|
1235 |
+
msgid "Email"
|
1236 |
+
msgstr "Email"
|
1237 |
+
|
1238 |
+
#: templates/account.php:305, templates/debug.php:372, templates/debug.php:528
|
1239 |
+
msgid "User ID"
|
1240 |
+
msgstr "User ID"
|
1241 |
+
|
1242 |
+
#: templates/account.php:322, templates/account.php:608, templates/account.php:653, templates/debug.php:238, templates/debug.php:366, templates/debug.php:451, templates/debug.php:488, templates/debug.php:526, templates/debug.php:599, templates/account/payments.php:35, templates/debug/logger.php:21
|
1243 |
+
msgid "ID"
|
1244 |
+
msgstr "ID"
|
1245 |
+
|
1246 |
+
#: templates/account.php:329
|
1247 |
+
msgid "Site ID"
|
1248 |
+
msgstr "Site ID"
|
1249 |
+
|
1250 |
+
#: templates/account.php:332
|
1251 |
+
msgid "No ID"
|
1252 |
+
msgstr "No ID"
|
1253 |
+
|
1254 |
+
#: templates/account.php:337, templates/debug.php:245, templates/debug.php:374, templates/debug.php:455, templates/debug.php:492, templates/account/partials/site.php:219
|
1255 |
+
msgid "Public Key"
|
1256 |
+
msgstr "Public Key"
|
1257 |
+
|
1258 |
+
#: templates/account.php:343, templates/debug.php:375, templates/debug.php:456, templates/debug.php:493, templates/account/partials/site.php:231
|
1259 |
+
msgid "Secret Key"
|
1260 |
+
msgstr "Secret Key"
|
1261 |
+
|
1262 |
+
#: templates/account.php:346
|
1263 |
+
msgctxt "as secret encryption key missing"
|
1264 |
+
msgid "No Secret"
|
1265 |
+
msgstr "No Secret"
|
1266 |
+
|
1267 |
+
#: templates/account.php:373, templates/account/partials/site.php:112, templates/account/partials/site.php:114
|
1268 |
+
msgid "Trial"
|
1269 |
+
msgstr "Trial"
|
1270 |
+
|
1271 |
+
#: templates/account.php:400, templates/debug.php:533, templates/account/partials/site.php:248
|
1272 |
+
msgid "License Key"
|
1273 |
+
msgstr "License Key"
|
1274 |
+
|
1275 |
+
#: templates/account.php:429
|
1276 |
+
msgid "Join the Beta program"
|
1277 |
+
msgstr "Join the Beta program"
|
1278 |
+
|
1279 |
+
#: templates/account.php:435
|
1280 |
+
msgid "not verified"
|
1281 |
+
msgstr "not verified"
|
1282 |
+
|
1283 |
+
#: templates/account.php:444, templates/account/partials/addon.php:172
|
1284 |
+
msgid "Expired"
|
1285 |
+
msgstr "Expired"
|
1286 |
+
|
1287 |
+
#: templates/account.php:502
|
1288 |
+
msgid "Premium version"
|
1289 |
+
msgstr "Premium version"
|
1290 |
+
|
1291 |
+
#: templates/account.php:504
|
1292 |
+
msgid "Free version"
|
1293 |
+
msgstr "Free version"
|
1294 |
+
|
1295 |
+
#: templates/account.php:516
|
1296 |
+
msgid "Verify Email"
|
1297 |
+
msgstr "Verify Email"
|
1298 |
+
|
1299 |
+
#: templates/account.php:527
|
1300 |
+
msgid "Download %s Version"
|
1301 |
+
msgstr "Download %s Version"
|
1302 |
+
|
1303 |
+
#: templates/account.php:541, templates/account.php:749, templates/account/partials/site.php:237, templates/account/partials/site.php:255
|
1304 |
+
msgctxt "verb"
|
1305 |
+
msgid "Show"
|
1306 |
+
msgstr "Show"
|
1307 |
+
|
1308 |
+
#: templates/account.php:555
|
1309 |
+
msgid "What is your %s?"
|
1310 |
+
msgstr "What is your %s?"
|
1311 |
+
|
1312 |
+
#: templates/account.php:563, templates/account/billing.php:21
|
1313 |
+
msgctxt "verb"
|
1314 |
+
msgid "Edit"
|
1315 |
+
msgstr "Edit"
|
1316 |
+
|
1317 |
+
#: templates/account.php:588
|
1318 |
+
msgid "Sites"
|
1319 |
+
msgstr "Sites"
|
1320 |
+
|
1321 |
+
#: templates/account.php:599
|
1322 |
+
msgid "Search by address"
|
1323 |
+
msgstr "Search by address"
|
1324 |
+
|
1325 |
+
#: templates/account.php:609, templates/debug.php:369
|
1326 |
+
msgid "Address"
|
1327 |
+
msgstr "Address"
|
1328 |
+
|
1329 |
+
#: templates/account.php:610
|
1330 |
+
msgid "License"
|
1331 |
+
msgstr "License"
|
1332 |
+
|
1333 |
+
#: templates/account.php:611
|
1334 |
+
msgid "Plan"
|
1335 |
+
msgstr "Plan"
|
1336 |
+
|
1337 |
+
#: templates/account.php:656
|
1338 |
+
msgctxt "as software license"
|
1339 |
+
msgid "License"
|
1340 |
+
msgstr "License"
|
1341 |
+
|
1342 |
+
#: templates/account.php:743
|
1343 |
+
msgctxt "verb"
|
1344 |
+
msgid "Hide"
|
1345 |
+
msgstr "Hide"
|
1346 |
+
|
1347 |
+
#: templates/account.php:765
|
1348 |
+
msgid "Processing"
|
1349 |
+
msgstr "Processing"
|
1350 |
+
|
1351 |
+
#: templates/account.php:768
|
1352 |
+
msgid "Get updates for bleeding edge Beta versions of %s."
|
1353 |
+
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1354 |
+
|
1355 |
+
#: templates/account.php:826
|
1356 |
+
msgid "Cancelling %s"
|
1357 |
+
msgstr "Cancelling %s"
|
1358 |
+
|
1359 |
+
#: templates/account.php:826, templates/account.php:843, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:133
|
1360 |
+
msgid "trial"
|
1361 |
+
msgstr "trial"
|
1362 |
+
|
1363 |
+
#: templates/account.php:841, templates/forms/deactivation/form.php:150
|
1364 |
+
msgid "Cancelling %s..."
|
1365 |
+
msgstr "Cancelling %s..."
|
1366 |
+
|
1367 |
+
#: templates/account.php:844, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:134
|
1368 |
+
msgid "subscription"
|
1369 |
+
msgstr "subscription"
|
1370 |
+
|
1371 |
+
#: templates/account.php:858
|
1372 |
+
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?"
|
1373 |
+
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?"
|
1374 |
+
|
1375 |
+
#: templates/add-ons.php:35
|
1376 |
+
msgid "View details"
|
1377 |
+
msgstr "View details"
|
1378 |
+
|
1379 |
+
#: templates/add-ons.php:45
|
1380 |
+
msgid "Add Ons for %s"
|
1381 |
+
msgstr "Add Ons for %s"
|
1382 |
+
|
1383 |
+
#: templates/add-ons.php:55
|
1384 |
+
msgid "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1385 |
+
msgstr "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1386 |
+
|
1387 |
+
#: templates/add-ons.php:173
|
1388 |
+
msgctxt "active add-on"
|
1389 |
+
msgid "Active"
|
1390 |
+
msgstr "Active"
|
1391 |
+
|
1392 |
+
#: templates/add-ons.php:174
|
1393 |
+
msgctxt "installed add-on"
|
1394 |
+
msgid "Installed"
|
1395 |
+
msgstr "Installed"
|
1396 |
+
|
1397 |
+
#: templates/admin-notice.php:13, templates/forms/license-activation.php:209, templates/forms/resend-key.php:77
|
1398 |
+
msgctxt "as close a window"
|
1399 |
+
msgid "Dismiss"
|
1400 |
+
msgstr "Dismiss"
|
1401 |
+
|
1402 |
+
#: templates/auto-installation.php:45
|
1403 |
+
msgid "%s sec"
|
1404 |
+
msgstr "%s sec"
|
1405 |
+
|
1406 |
+
#: templates/auto-installation.php:83
|
1407 |
+
msgid "Automatic Installation"
|
1408 |
+
msgstr "Automatic Installation"
|
1409 |
+
|
1410 |
+
#: templates/auto-installation.php:93
|
1411 |
+
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."
|
1412 |
+
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."
|
1413 |
+
|
1414 |
+
#: templates/auto-installation.php:104
|
1415 |
+
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."
|
1416 |
+
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."
|
1417 |
+
|
1418 |
+
#: templates/auto-installation.php:109
|
1419 |
+
msgid "Cancel Installation"
|
1420 |
+
msgstr "Cancel Installation"
|
1421 |
+
|
1422 |
+
#: templates/checkout.php:180
|
1423 |
+
msgid "Checkout"
|
1424 |
+
msgstr "Checkout"
|
1425 |
+
|
1426 |
+
#: templates/checkout.php:180
|
1427 |
+
msgid "PCI compliant"
|
1428 |
+
msgstr "PCI compliant"
|
1429 |
+
|
1430 |
+
#. translators: %s: name (e.g. Hey John,)
|
1431 |
+
#: templates/connect.php:112
|
1432 |
+
msgctxt "greeting"
|
1433 |
+
msgid "Hey %s,"
|
1434 |
+
msgstr "Hey %s,"
|
1435 |
+
|
1436 |
+
#: templates/connect.php:154
|
1437 |
+
msgid "Allow & Continue"
|
1438 |
+
msgstr "Allow & Continue"
|
1439 |
+
|
1440 |
+
#: templates/connect.php:158
|
1441 |
+
msgid "Re-send activation email"
|
1442 |
+
msgstr "Re-send activation email"
|
1443 |
+
|
1444 |
+
#: templates/connect.php:162
|
1445 |
+
msgid "Thanks %s!"
|
1446 |
+
msgstr "Thanks %s!"
|
1447 |
+
|
1448 |
+
#: templates/connect.php:172, templates/forms/license-activation.php:44
|
1449 |
+
msgid "Agree & Activate License"
|
1450 |
+
msgstr "Agree & Activate License"
|
1451 |
+
|
1452 |
+
#: templates/connect.php:181
|
1453 |
+
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1454 |
+
msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
|
1455 |
+
|
1456 |
+
#: templates/connect.php:188
|
1457 |
+
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."
|
1458 |
+
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."
|
1459 |
+
|
1460 |
+
#: templates/connect.php:189
|
1461 |
+
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1462 |
+
msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1463 |
+
|
1464 |
+
#: templates/connect.php:195
|
1465 |
+
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."
|
1466 |
+
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."
|
1467 |
+
|
1468 |
+
#: templates/connect.php:196
|
1469 |
+
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."
|
1470 |
+
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."
|
1471 |
+
|
1472 |
+
#: templates/connect.php:230
|
1473 |
+
msgid "We're excited to introduce the Freemius network-level integration."
|
1474 |
+
msgstr "We're excited to introduce the Freemius network-level integration."
|
1475 |
+
|
1476 |
+
#: templates/connect.php:233
|
1477 |
+
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1478 |
+
msgstr "During the update process we detected %d site(s) that are still pending license activation."
|
1479 |
+
|
1480 |
+
#: templates/connect.php:235
|
1481 |
+
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1482 |
+
msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1483 |
+
|
1484 |
+
#: templates/connect.php:237
|
1485 |
+
msgid "%s's paid features"
|
1486 |
+
msgstr "%s's paid features"
|
1487 |
+
|
1488 |
+
#: templates/connect.php:242
|
1489 |
+
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1490 |
+
msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1491 |
+
|
1492 |
+
#: templates/connect.php:244
|
1493 |
+
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1494 |
+
msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1495 |
+
|
1496 |
+
#: templates/connect.php:253, templates/forms/license-activation.php:47
|
1497 |
+
msgid "License key"
|
1498 |
+
msgstr "License key"
|
1499 |
+
|
1500 |
+
#: templates/connect.php:256, templates/forms/license-activation.php:20
|
1501 |
+
msgid "Can't find your license key?"
|
1502 |
+
msgstr "Can't find your license key?"
|
1503 |
+
|
1504 |
+
#: templates/connect.php:315, templates/connect.php:652, templates/forms/deactivation/retry-skip.php:20
|
1505 |
+
msgctxt "verb"
|
1506 |
+
msgid "Skip"
|
1507 |
+
msgstr "Skip"
|
1508 |
+
|
1509 |
+
#: templates/connect.php:318
|
1510 |
+
msgid "Delegate to Site Admins"
|
1511 |
+
msgstr "Delegate to Site Admins"
|
1512 |
+
|
1513 |
+
#: templates/connect.php:318
|
1514 |
+
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1515 |
+
msgstr "If you click it, this decision will be delegated to the sites administrators."
|
1516 |
+
|
1517 |
+
#: templates/connect.php:346
|
1518 |
+
msgid "Your Profile Overview"
|
1519 |
+
msgstr "Your Profile Overview"
|
1520 |
+
|
1521 |
+
#: templates/connect.php:347
|
1522 |
+
msgid "Name and email address"
|
1523 |
+
msgstr "Name and email address"
|
1524 |
+
|
1525 |
+
#: templates/connect.php:352
|
1526 |
+
msgid "Your Site Overview"
|
1527 |
+
msgstr "Your Site Overview"
|
1528 |
+
|
1529 |
+
#: templates/connect.php:353
|
1530 |
+
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1531 |
+
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1532 |
+
|
1533 |
+
#: templates/connect.php:358
|
1534 |
+
msgid "Admin Notices"
|
1535 |
+
msgstr "Admin Notices"
|
1536 |
+
|
1537 |
+
#: templates/connect.php:359, templates/connect.php:375
|
1538 |
+
msgid "Updates, announcements, marketing, no spam"
|
1539 |
+
msgstr "Updates, announcements, marketing, no spam"
|
1540 |
+
|
1541 |
+
#: templates/connect.php:364
|
1542 |
+
msgid "Current %s Events"
|
1543 |
+
msgstr "Current %s Events"
|
1544 |
+
|
1545 |
+
#: templates/connect.php:365
|
1546 |
+
msgid "Activation, deactivation and uninstall"
|
1547 |
+
msgstr "Activation, deactivation and uninstall"
|
1548 |
+
|
1549 |
+
#: templates/connect.php:374
|
1550 |
+
msgid "Newsletter"
|
1551 |
+
msgstr "Newsletter"
|
1552 |
+
|
1553 |
+
#: templates/connect.php:391, templates/forms/license-activation.php:39
|
1554 |
+
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."
|
1555 |
+
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."
|
1556 |
+
|
1557 |
+
#: templates/connect.php:396
|
1558 |
+
msgid "What permissions are being granted?"
|
1559 |
+
msgstr "What permissions are being granted?"
|
1560 |
+
|
1561 |
+
#: templates/connect.php:417
|
1562 |
+
msgid "Don't have a license key?"
|
1563 |
+
msgstr "Don't have a license key?"
|
1564 |
+
|
1565 |
+
#: templates/connect.php:420
|
1566 |
+
msgid "Have a license key?"
|
1567 |
+
msgstr "Have a license key?"
|
1568 |
+
|
1569 |
+
#: templates/connect.php:428
|
1570 |
+
msgid "Privacy Policy"
|
1571 |
+
msgstr "Privacy Policy"
|
1572 |
+
|
1573 |
+
#: templates/connect.php:430
|
1574 |
+
msgid "License Agreement"
|
1575 |
+
msgstr "License Agreement"
|
1576 |
+
|
1577 |
+
#: templates/connect.php:430
|
1578 |
+
msgid "Terms of Service"
|
1579 |
+
msgstr "Terms of Service"
|
1580 |
+
|
1581 |
+
#: templates/connect.php:805
|
1582 |
+
msgctxt "as in the process of sending an email"
|
1583 |
+
msgid "Sending email"
|
1584 |
+
msgstr "Sending email"
|
1585 |
+
|
1586 |
+
#: templates/connect.php:806
|
1587 |
+
msgctxt "as activating plugin"
|
1588 |
+
msgid "Activating"
|
1589 |
+
msgstr "Activating"
|
1590 |
+
|
1591 |
+
#: templates/contact.php:78
|
1592 |
+
msgid "Contact"
|
1593 |
+
msgstr "Contact"
|
1594 |
+
|
1595 |
+
#: templates/debug.php:17
|
1596 |
+
msgctxt "as turned off"
|
1597 |
+
msgid "Off"
|
1598 |
+
msgstr "Off"
|
1599 |
+
|
1600 |
+
#: templates/debug.php:18
|
1601 |
+
msgctxt "as turned on"
|
1602 |
+
msgid "On"
|
1603 |
+
msgstr "On"
|
1604 |
+
|
1605 |
+
#: templates/debug.php:20
|
1606 |
+
msgid "SDK"
|
1607 |
+
msgstr "SDK"
|
1608 |
+
|
1609 |
+
#: templates/debug.php:24
|
1610 |
+
msgctxt "as code debugging"
|
1611 |
+
msgid "Debugging"
|
1612 |
+
msgstr "Debugging"
|
1613 |
+
|
1614 |
+
#: templates/debug.php:54, templates/debug.php:250, templates/debug.php:376, templates/debug.php:494
|
1615 |
+
msgid "Actions"
|
1616 |
+
msgstr "Actions"
|
1617 |
+
|
1618 |
+
#: templates/debug.php:64
|
1619 |
+
msgid "Are you sure you want to delete all Freemius data?"
|
1620 |
+
msgstr "Are you sure you want to delete all Freemius data?"
|
1621 |
+
|
1622 |
+
#: templates/debug.php:64
|
1623 |
+
msgid "Delete All Accounts"
|
1624 |
+
msgstr "Delete All Accounts"
|
1625 |
+
|
1626 |
+
#: templates/debug.php:71
|
1627 |
+
msgid "Clear API Cache"
|
1628 |
+
msgstr "Clear API Cache"
|
1629 |
+
|
1630 |
+
#: templates/debug.php:79
|
1631 |
+
msgid "Clear Updates Transients"
|
1632 |
+
msgstr "Clear Updates Transients"
|
1633 |
+
|
1634 |
+
#: templates/debug.php:86
|
1635 |
+
msgid "Sync Data From Server"
|
1636 |
+
msgstr "Sync Data From Server"
|
1637 |
+
|
1638 |
+
#: templates/debug.php:95
|
1639 |
+
msgid "Migrate Options to Network"
|
1640 |
+
msgstr "Migrate Options to Network"
|
1641 |
+
|
1642 |
+
#: templates/debug.php:100
|
1643 |
+
msgid "Load DB Option"
|
1644 |
+
msgstr "Load DB Option"
|
1645 |
+
|
1646 |
+
#: templates/debug.php:103
|
1647 |
+
msgid "Set DB Option"
|
1648 |
+
msgstr "Set DB Option"
|
1649 |
+
|
1650 |
+
#: templates/debug.php:182
|
1651 |
+
msgid "Key"
|
1652 |
+
msgstr "Key"
|
1653 |
+
|
1654 |
+
#: templates/debug.php:183
|
1655 |
+
msgid "Value"
|
1656 |
+
msgstr "Value"
|
1657 |
+
|
1658 |
+
#: templates/debug.php:199
|
1659 |
+
msgctxt "as software development kit versions"
|
1660 |
+
msgid "SDK Versions"
|
1661 |
+
msgstr "SDK Versions"
|
1662 |
+
|
1663 |
+
#: templates/debug.php:204
|
1664 |
+
msgid "SDK Path"
|
1665 |
+
msgstr "SDK Path"
|
1666 |
+
|
1667 |
+
#: templates/debug.php:205, templates/debug.php:244
|
1668 |
+
msgid "Module Path"
|
1669 |
+
msgstr "Module Path"
|
1670 |
+
|
1671 |
+
#: templates/debug.php:206
|
1672 |
+
msgid "Is Active"
|
1673 |
+
msgstr "Is Active"
|
1674 |
+
|
1675 |
+
#: templates/debug.php:234, templates/debug/plugins-themes-sync.php:35
|
1676 |
+
msgid "Plugins"
|
1677 |
+
msgstr "Plugins"
|
1678 |
+
|
1679 |
+
#: templates/debug.php:234, templates/debug/plugins-themes-sync.php:56
|
1680 |
+
msgid "Themes"
|
1681 |
+
msgstr "Themes"
|
1682 |
+
|
1683 |
+
#: templates/debug.php:239, templates/debug.php:371, templates/debug.php:453, templates/debug/scheduled-crons.php:80
|
1684 |
+
msgid "Slug"
|
1685 |
+
msgstr "Slug"
|
1686 |
+
|
1687 |
+
#: templates/debug.php:241, templates/debug.php:452
|
1688 |
+
msgid "Title"
|
1689 |
+
msgstr "Title"
|
1690 |
+
|
1691 |
+
#: templates/debug.php:242
|
1692 |
+
msgctxt "as application program interface"
|
1693 |
+
msgid "API"
|
1694 |
+
msgstr "API"
|
1695 |
+
|
1696 |
+
#: templates/debug.php:243
|
1697 |
+
msgid "Freemius State"
|
1698 |
+
msgstr "Freemius State"
|
1699 |
+
|
1700 |
+
#: templates/debug.php:247
|
1701 |
+
msgid "Network Blog"
|
1702 |
+
msgstr "Network Blog"
|
1703 |
+
|
1704 |
+
#: templates/debug.php:248
|
1705 |
+
msgid "Network User"
|
1706 |
+
msgstr "Network User"
|
1707 |
+
|
1708 |
+
#: templates/debug.php:285
|
1709 |
+
msgctxt "as connection was successful"
|
1710 |
+
msgid "Connected"
|
1711 |
+
msgstr "Connected"
|
1712 |
+
|
1713 |
+
#: templates/debug.php:286
|
1714 |
+
msgctxt "as connection blocked"
|
1715 |
+
msgid "Blocked"
|
1716 |
+
msgstr "Blocked"
|
1717 |
+
|
1718 |
+
#: templates/debug.php:322
|
1719 |
+
msgid "Simulate Trial Promotion"
|
1720 |
+
msgstr "Simulate Trial Promotion"
|
1721 |
+
|
1722 |
+
#: templates/debug.php:334
|
1723 |
+
msgid "Simulate Network Upgrade"
|
1724 |
+
msgstr "Simulate Network Upgrade"
|
1725 |
+
|
1726 |
+
#: templates/debug.php:360
|
1727 |
+
msgid "%s Installs"
|
1728 |
+
msgstr "%s Installs"
|
1729 |
+
|
1730 |
+
#: templates/debug.php:362
|
1731 |
+
msgctxt "like websites"
|
1732 |
+
msgid "Sites"
|
1733 |
+
msgstr "Sites"
|
1734 |
+
|
1735 |
+
#: templates/debug.php:368, templates/account/partials/site.php:148
|
1736 |
+
msgid "Blog ID"
|
1737 |
+
msgstr "Blog ID"
|
1738 |
+
|
1739 |
+
#: templates/debug.php:433, templates/debug.php:511, templates/account/partials/addon.php:396
|
1740 |
+
msgctxt "verb"
|
1741 |
+
msgid "Delete"
|
1742 |
+
msgstr "Delete"
|
1743 |
+
|
1744 |
+
#: templates/debug.php:447
|
1745 |
+
msgid "Add Ons of module %s"
|
1746 |
+
msgstr "Add Ons of module %s"
|
1747 |
+
|
1748 |
+
#: templates/debug.php:484
|
1749 |
+
msgid "Users"
|
1750 |
+
msgstr "Users"
|
1751 |
+
|
1752 |
+
#: templates/debug.php:491
|
1753 |
+
msgid "Verified"
|
1754 |
+
msgstr "Verified"
|
1755 |
+
|
1756 |
+
#: templates/debug.php:522
|
1757 |
+
msgid "%s Licenses"
|
1758 |
+
msgstr "%s Licenses"
|
1759 |
+
|
1760 |
+
#: templates/debug.php:527
|
1761 |
+
msgid "Plugin ID"
|
1762 |
+
msgstr "Plugin ID"
|
1763 |
+
|
1764 |
+
#: templates/debug.php:529
|
1765 |
+
msgid "Plan ID"
|
1766 |
+
msgstr "Plan ID"
|
1767 |
+
|
1768 |
+
#: templates/debug.php:530
|
1769 |
+
msgid "Quota"
|
1770 |
+
msgstr "Quota"
|
1771 |
+
|
1772 |
+
#: templates/debug.php:531
|
1773 |
+
msgid "Activated"
|
1774 |
+
msgstr "Activated"
|
1775 |
+
|
1776 |
+
#: templates/debug.php:532
|
1777 |
+
msgid "Blocking"
|
1778 |
+
msgstr "Blocking"
|
1779 |
+
|
1780 |
+
#: templates/debug.php:534
|
1781 |
+
msgctxt "as expiration date"
|
1782 |
+
msgid "Expiration"
|
1783 |
+
msgstr "Expiration"
|
1784 |
+
|
1785 |
+
#: templates/debug.php:557
|
1786 |
+
msgid "Debug Log"
|
1787 |
+
msgstr "Debug Log"
|
1788 |
+
|
1789 |
+
#: templates/debug.php:561
|
1790 |
+
msgid "All Types"
|
1791 |
+
msgstr "All Types"
|
1792 |
+
|
1793 |
+
#: templates/debug.php:568
|
1794 |
+
msgid "All Requests"
|
1795 |
+
msgstr "All Requests"
|
1796 |
+
|
1797 |
+
#: templates/debug.php:573, templates/debug.php:602, templates/debug/logger.php:25
|
1798 |
+
msgid "File"
|
1799 |
+
msgstr "File"
|
1800 |
+
|
1801 |
+
#: templates/debug.php:574, templates/debug.php:600, templates/debug/logger.php:23
|
1802 |
+
msgid "Function"
|
1803 |
+
msgstr "Function"
|
1804 |
+
|
1805 |
+
#: templates/debug.php:575
|
1806 |
+
msgid "Process ID"
|
1807 |
+
msgstr "Process ID"
|
1808 |
+
|
1809 |
+
#: templates/debug.php:576
|
1810 |
+
msgid "Logger"
|
1811 |
+
msgstr "Logger"
|
1812 |
+
|
1813 |
+
#: templates/debug.php:577, templates/debug.php:601, templates/debug/logger.php:24
|
1814 |
+
msgid "Message"
|
1815 |
+
msgstr "Message"
|
1816 |
+
|
1817 |
+
#: templates/debug.php:579
|
1818 |
+
msgid "Filter"
|
1819 |
+
msgstr "Filter"
|
1820 |
+
|
1821 |
+
#: templates/debug.php:587
|
1822 |
+
msgid "Download"
|
1823 |
+
msgstr "Download"
|
1824 |
+
|
1825 |
+
#: templates/debug.php:598, templates/debug/logger.php:22
|
1826 |
+
msgid "Type"
|
1827 |
+
msgstr "Type"
|
1828 |
+
|
1829 |
+
#: templates/debug.php:603, templates/debug/logger.php:26
|
1830 |
+
msgid "Timestamp"
|
1831 |
+
msgstr "Timestamp"
|
1832 |
+
|
1833 |
+
#: templates/secure-https-header.php:28
|
1834 |
+
msgid "Secure HTTPS %s page, running from an external domain"
|
1835 |
+
msgstr "Secure HTTPS %s page, running from an external domain"
|
1836 |
+
|
1837 |
+
#: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
|
1838 |
+
msgid "Support"
|
1839 |
+
msgstr "Support"
|
1840 |
+
|
1841 |
+
#: includes/debug/class-fs-debug-bar-panel.php:48, templates/debug/api-calls.php:54, templates/debug/logger.php:62
|
1842 |
+
msgctxt "milliseconds"
|
1843 |
+
msgid "ms"
|
1844 |
+
msgstr "ms"
|
1845 |
+
|
1846 |
+
#: includes/debug/debug-bar-start.php:41
|
1847 |
+
msgid "Freemius API"
|
1848 |
+
msgstr "Freemius API"
|
1849 |
+
|
1850 |
+
#: includes/debug/debug-bar-start.php:42
|
1851 |
+
msgid "Requests"
|
1852 |
+
msgstr "Requests"
|
1853 |
+
|
1854 |
+
#: templates/account/billing.php:22
|
1855 |
+
msgctxt "verb"
|
1856 |
+
msgid "Update"
|
1857 |
+
msgstr "Update"
|
1858 |
+
|
1859 |
+
#: templates/account/billing.php:33
|
1860 |
+
msgid "Billing"
|
1861 |
+
msgstr "Billing"
|
1862 |
+
|
1863 |
+
#: templates/account/billing.php:38, templates/account/billing.php:38
|
1864 |
+
msgid "Business name"
|
1865 |
+
msgstr "Business name"
|
1866 |
+
|
1867 |
+
#: templates/account/billing.php:39, templates/account/billing.php:39
|
1868 |
+
msgid "Tax / VAT ID"
|
1869 |
+
msgstr "Tax / VAT ID"
|
1870 |
+
|
1871 |
+
#: templates/account/billing.php:42, templates/account/billing.php:42, templates/account/billing.php:43, templates/account/billing.php:43
|
1872 |
+
msgid "Address Line %d"
|
1873 |
+
msgstr "Address Line %d"
|
1874 |
+
|
1875 |
+
#: templates/account/billing.php:46, templates/account/billing.php:46
|
1876 |
+
msgid "City"
|
1877 |
+
msgstr "City"
|
1878 |
+
|
1879 |
+
#: templates/account/billing.php:46, templates/account/billing.php:46
|
1880 |
+
msgid "Town"
|
1881 |
+
msgstr "Town"
|
1882 |
+
|
1883 |
+
#: templates/account/billing.php:47, templates/account/billing.php:47
|
1884 |
+
msgid "ZIP / Postal Code"
|
1885 |
+
msgstr "ZIP / Postal Code"
|
1886 |
+
|
1887 |
+
#: templates/account/billing.php:302
|
1888 |
+
msgid "Country"
|
1889 |
+
msgstr "Country"
|
1890 |
+
|
1891 |
+
#: templates/account/billing.php:304
|
1892 |
+
msgid "Select Country"
|
1893 |
+
msgstr "Select Country"
|
1894 |
+
|
1895 |
+
#: templates/account/billing.php:311, templates/account/billing.php:312
|
1896 |
+
msgid "State"
|
1897 |
+
msgstr "State"
|
1898 |
+
|
1899 |
+
#: templates/account/billing.php:311, templates/account/billing.php:312
|
1900 |
+
msgid "Province"
|
1901 |
+
msgstr "Province"
|
1902 |
+
|
1903 |
+
#: templates/account/payments.php:29
|
1904 |
+
msgid "Payments"
|
1905 |
+
msgstr "Payments"
|
1906 |
+
|
1907 |
+
#: templates/account/payments.php:36
|
1908 |
+
msgid "Date"
|
1909 |
+
msgstr "Date"
|
1910 |
+
|
1911 |
+
#: templates/account/payments.php:37
|
1912 |
+
msgid "Amount"
|
1913 |
+
msgstr "Amount"
|
1914 |
+
|
1915 |
+
#: templates/account/payments.php:38, templates/account/payments.php:50
|
1916 |
+
msgid "Invoice"
|
1917 |
+
msgstr "Invoice"
|
1918 |
+
|
1919 |
+
#: templates/debug/api-calls.php:56
|
1920 |
+
msgid "API"
|
1921 |
+
msgstr "API"
|
1922 |
+
|
1923 |
+
#: templates/debug/api-calls.php:68
|
1924 |
+
msgid "Method"
|
1925 |
+
msgstr "Method"
|
1926 |
+
|
1927 |
+
#: templates/debug/api-calls.php:69
|
1928 |
+
msgid "Code"
|
1929 |
+
msgstr "Code"
|
1930 |
+
|
1931 |
+
#: templates/debug/api-calls.php:70
|
1932 |
+
msgid "Length"
|
1933 |
+
msgstr "Length"
|
1934 |
+
|
1935 |
+
#: templates/debug/api-calls.php:71
|
1936 |
+
msgctxt "as file/folder path"
|
1937 |
+
msgid "Path"
|
1938 |
+
msgstr "Path"
|
1939 |
+
|
1940 |
+
#: templates/debug/api-calls.php:73
|
1941 |
+
msgid "Body"
|
1942 |
+
msgstr "Body"
|
1943 |
+
|
1944 |
+
#: templates/debug/api-calls.php:75
|
1945 |
+
msgid "Result"
|
1946 |
+
msgstr "Result"
|
1947 |
+
|
1948 |
+
#: templates/debug/api-calls.php:76
|
1949 |
+
msgid "Start"
|
1950 |
+
msgstr "Start"
|
1951 |
+
|
1952 |
+
#: templates/debug/api-calls.php:77
|
1953 |
+
msgid "End"
|
1954 |
+
msgstr "End"
|
1955 |
+
|
1956 |
+
#: templates/debug/logger.php:15
|
1957 |
+
msgid "Log"
|
1958 |
+
msgstr "Log"
|
1959 |
+
|
1960 |
+
#. translators: %s: time period (e.g. In "2 hours")
|
1961 |
+
#: templates/debug/plugins-themes-sync.php:18, templates/debug/scheduled-crons.php:91
|
1962 |
+
msgid "In %s"
|
1963 |
+
msgstr "In %s"
|
1964 |
+
|
1965 |
+
#. translators: %s: time period (e.g. "2 hours" ago)
|
1966 |
+
#: templates/debug/plugins-themes-sync.php:20, templates/debug/scheduled-crons.php:93
|
1967 |
+
msgid "%s ago"
|
1968 |
+
msgstr "%s ago"
|
1969 |
+
|
1970 |
+
#: templates/debug/plugins-themes-sync.php:21, templates/debug/scheduled-crons.php:74
|
1971 |
+
msgctxt "seconds"
|
1972 |
+
msgid "sec"
|
1973 |
+
msgstr "sec"
|
1974 |
+
|
1975 |
+
#: templates/debug/plugins-themes-sync.php:23
|
1976 |
+
msgid "Plugins & Themes Sync"
|
1977 |
+
msgstr "Plugins & Themes Sync"
|
1978 |
+
|
1979 |
+
#: templates/debug/plugins-themes-sync.php:28
|
1980 |
+
msgid "Total"
|
1981 |
+
msgstr "Total"
|
1982 |
+
|
1983 |
+
#: templates/debug/plugins-themes-sync.php:29, templates/debug/scheduled-crons.php:84
|
1984 |
+
msgid "Last"
|
1985 |
+
msgstr "Last"
|
1986 |
+
|
1987 |
+
#: templates/debug/scheduled-crons.php:76
|
1988 |
+
msgid "Scheduled Crons"
|
1989 |
+
msgstr "Scheduled Crons"
|
1990 |
+
|
1991 |
+
#: templates/debug/scheduled-crons.php:81
|
1992 |
+
msgid "Module"
|
1993 |
+
msgstr "Module"
|
1994 |
+
|
1995 |
+
#: templates/debug/scheduled-crons.php:82
|
1996 |
+
msgid "Module Type"
|
1997 |
+
msgstr "Module Type"
|
1998 |
+
|
1999 |
+
#: templates/debug/scheduled-crons.php:83
|
2000 |
+
msgid "Cron Type"
|
2001 |
+
msgstr "Cron Type"
|
2002 |
+
|
2003 |
+
#: templates/debug/scheduled-crons.php:85
|
2004 |
+
msgid "Next"
|
2005 |
+
msgstr "Next"
|
2006 |
+
|
2007 |
+
#: templates/forms/affiliation.php:82
|
2008 |
+
msgid "Non-expiring"
|
2009 |
+
msgstr "Non-expiring"
|
2010 |
+
|
2011 |
+
#: templates/forms/affiliation.php:85
|
2012 |
+
msgid "Apply to become an affiliate"
|
2013 |
+
msgstr "Apply to become an affiliate"
|
2014 |
+
|
2015 |
+
#: templates/forms/affiliation.php:104
|
2016 |
+
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2017 |
+
msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2018 |
+
|
2019 |
+
#: templates/forms/affiliation.php:119
|
2020 |
+
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."
|
2021 |
+
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."
|
2022 |
+
|
2023 |
+
#: templates/forms/affiliation.php:122
|
2024 |
+
msgid "Your affiliation account was temporarily suspended."
|
2025 |
+
msgstr "Your affiliation account was temporarily suspended."
|
2026 |
+
|
2027 |
+
#: templates/forms/affiliation.php:125
|
2028 |
+
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."
|
2029 |
+
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."
|
2030 |
+
|
2031 |
+
#: templates/forms/affiliation.php:128
|
2032 |
+
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2033 |
+
msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2034 |
+
|
2035 |
+
#: templates/forms/affiliation.php:141
|
2036 |
+
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2037 |
+
msgstr "Like the %s? Become our ambassador and earn cash ;-)"
|
2038 |
+
|
2039 |
+
#: templates/forms/affiliation.php:142
|
2040 |
+
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2041 |
+
msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2042 |
+
|
2043 |
+
#: templates/forms/affiliation.php:145
|
2044 |
+
msgid "Program Summary"
|
2045 |
+
msgstr "Program Summary"
|
2046 |
+
|
2047 |
+
#: templates/forms/affiliation.php:147
|
2048 |
+
msgid "%s commission when a customer purchases a new license."
|
2049 |
+
msgstr "%s commission when a customer purchases a new license."
|
2050 |
+
|
2051 |
+
#: templates/forms/affiliation.php:149
|
2052 |
+
msgid "Get commission for automated subscription renewals."
|
2053 |
+
msgstr "Get commission for automated subscription renewals."
|
2054 |
+
|
2055 |
+
#: templates/forms/affiliation.php:152
|
2056 |
+
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2057 |
+
msgstr "%s tracking cookie after the first visit to maximize earnings potential."
|
2058 |
+
|
2059 |
+
#: templates/forms/affiliation.php:155
|
2060 |
+
msgid "Unlimited commissions."
|
2061 |
+
msgstr "Unlimited commissions."
|
2062 |
+
|
2063 |
+
#: templates/forms/affiliation.php:157
|
2064 |
+
msgid "%s minimum payout amount."
|
2065 |
+
msgstr "%s minimum payout amount."
|
2066 |
+
|
2067 |
+
#: templates/forms/affiliation.php:158
|
2068 |
+
msgid "Payouts are in USD and processed monthly via PayPal."
|
2069 |
+
msgstr "Payouts are in USD and processed monthly via PayPal."
|
2070 |
+
|
2071 |
+
#: templates/forms/affiliation.php:159
|
2072 |
+
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2073 |
+
msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2074 |
+
|
2075 |
+
#: templates/forms/affiliation.php:162
|
2076 |
+
msgid "Affiliate"
|
2077 |
+
msgstr "Affiliate"
|
2078 |
+
|
2079 |
+
#: templates/forms/affiliation.php:165, templates/forms/resend-key.php:23
|
2080 |
+
msgid "Email address"
|
2081 |
+
msgstr "Email address"
|
2082 |
+
|
2083 |
+
#: templates/forms/affiliation.php:169
|
2084 |
+
msgid "Full name"
|
2085 |
+
msgstr "Full name"
|
2086 |
+
|
2087 |
+
#: templates/forms/affiliation.php:173
|
2088 |
+
msgid "PayPal account email address"
|
2089 |
+
msgstr "PayPal account email address"
|
2090 |
+
|
2091 |
+
#: templates/forms/affiliation.php:177
|
2092 |
+
msgid "Where are you going to promote the %s?"
|
2093 |
+
msgstr "Where are you going to promote the %s?"
|
2094 |
+
|
2095 |
+
#: templates/forms/affiliation.php:179
|
2096 |
+
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2097 |
+
msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2098 |
+
|
2099 |
+
#: templates/forms/affiliation.php:181
|
2100 |
+
msgid "Add another domain"
|
2101 |
+
msgstr "Add another domain"
|
2102 |
+
|
2103 |
+
#: templates/forms/affiliation.php:185
|
2104 |
+
msgid "Extra Domains"
|
2105 |
+
msgstr "Extra Domains"
|
2106 |
+
|
2107 |
+
#: templates/forms/affiliation.php:186
|
2108 |
+
msgid "Extra domains where you will be marketing the product from."
|
2109 |
+
msgstr "Extra domains where you will be marketing the product from."
|
2110 |
+
|
2111 |
+
#: templates/forms/affiliation.php:196
|
2112 |
+
msgid "Promotion methods"
|
2113 |
+
msgstr "Promotion methods"
|
2114 |
+
|
2115 |
+
#: templates/forms/affiliation.php:199
|
2116 |
+
msgid "Social media (Facebook, Twitter, etc.)"
|
2117 |
+
msgstr "Social media (Facebook, Twitter, etc.)"
|
2118 |
+
|
2119 |
+
#: templates/forms/affiliation.php:203
|
2120 |
+
msgid "Mobile apps"
|
2121 |
+
msgstr "Mobile apps"
|
2122 |
+
|
2123 |
+
#: templates/forms/affiliation.php:207
|
2124 |
+
msgid "Website, email, and social media statistics (optional)"
|
2125 |
+
msgstr "Website, email, and social media statistics (optional)"
|
2126 |
+
|
2127 |
+
#: templates/forms/affiliation.php:210
|
2128 |
+
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)."
|
2129 |
+
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)."
|
2130 |
+
|
2131 |
+
#: templates/forms/affiliation.php:214
|
2132 |
+
msgid "How will you promote us?"
|
2133 |
+
msgstr "How will you promote us?"
|
2134 |
+
|
2135 |
+
#: templates/forms/affiliation.php:217
|
2136 |
+
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2137 |
+
msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2138 |
+
|
2139 |
+
#: templates/forms/affiliation.php:223, templates/forms/resend-key.php:22
|
2140 |
+
msgid "Cancel"
|
2141 |
+
msgstr "Cancel"
|
2142 |
+
|
2143 |
+
#: templates/forms/affiliation.php:225
|
2144 |
+
msgid "Become an affiliate"
|
2145 |
+
msgstr "Become an affiliate"
|
2146 |
+
|
2147 |
+
#: templates/forms/license-activation.php:21
|
2148 |
+
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2149 |
+
msgstr "Please enter the license key that you received in the email right after the purchase:"
|
2150 |
+
|
2151 |
+
#: templates/forms/license-activation.php:26
|
2152 |
+
msgid "Update License"
|
2153 |
+
msgstr "Update License"
|
2154 |
+
|
2155 |
+
#: templates/forms/optout.php:30
|
2156 |
+
msgctxt "verb"
|
2157 |
+
msgid "Opt Out"
|
2158 |
+
msgstr "Opt Out"
|
2159 |
+
|
2160 |
+
#: templates/forms/optout.php:31
|
2161 |
+
msgctxt "verb"
|
2162 |
+
msgid "Opt In"
|
2163 |
+
msgstr "Opt In"
|
2164 |
+
|
2165 |
+
#: templates/forms/optout.php:33
|
2166 |
+
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."
|
2167 |
+
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."
|
2168 |
+
|
2169 |
+
#: templates/forms/optout.php:35
|
2170 |
+
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2171 |
+
msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2172 |
+
|
2173 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2174 |
+
msgid "There is a new version of %s available."
|
2175 |
+
msgstr "There is a new version of %s available."
|
2176 |
+
|
2177 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2178 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2179 |
+
msgstr " %s to access version %s security & feature updates, and support."
|
2180 |
+
|
2181 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2182 |
+
msgid "New Version Available"
|
2183 |
+
msgstr "New Version Available"
|
2184 |
+
|
2185 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2186 |
+
msgctxt "close a window"
|
2187 |
+
msgid "Dismiss"
|
2188 |
+
msgstr "Dismiss"
|
2189 |
+
|
2190 |
+
#: templates/forms/resend-key.php:21
|
2191 |
+
msgid "Send License Key"
|
2192 |
+
msgstr "Send License Key"
|
2193 |
+
|
2194 |
+
#: templates/forms/resend-key.php:57
|
2195 |
+
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2196 |
+
msgstr "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2197 |
+
|
2198 |
+
#: templates/forms/subscription-cancellation.php:37
|
2199 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2200 |
+
msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2201 |
+
|
2202 |
+
#: templates/forms/subscription-cancellation.php:47
|
2203 |
+
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?"
|
2204 |
+
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?"
|
2205 |
+
|
2206 |
+
#: templates/forms/subscription-cancellation.php:52
|
2207 |
+
msgid "license"
|
2208 |
+
msgstr "license"
|
2209 |
+
|
2210 |
+
#: templates/forms/subscription-cancellation.php:57
|
2211 |
+
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."
|
2212 |
+
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."
|
2213 |
+
|
2214 |
+
#: templates/forms/subscription-cancellation.php:68
|
2215 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2216 |
+
msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2217 |
+
|
2218 |
+
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
|
2219 |
+
#: templates/forms/subscription-cancellation.php:99, templates/account/partials/addon.php:29, templates/account/partials/site.php:298
|
2220 |
+
msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2221 |
+
msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
|
2222 |
+
|
2223 |
+
#: templates/forms/subscription-cancellation.php:103
|
2224 |
+
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."
|
2225 |
+
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."
|
2226 |
+
|
2227 |
+
#: templates/forms/subscription-cancellation.php:136
|
2228 |
+
msgid "Cancel %s?"
|
2229 |
+
msgstr "Cancel %s?"
|
2230 |
+
|
2231 |
+
#: templates/forms/subscription-cancellation.php:143
|
2232 |
+
msgid "Proceed"
|
2233 |
+
msgstr "Proceed"
|
2234 |
+
|
2235 |
+
#: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:171
|
2236 |
+
msgid "Cancel %s & Proceed"
|
2237 |
+
msgstr "Cancel %s & Proceed"
|
2238 |
+
|
2239 |
+
#: templates/forms/trial-start.php:22
|
2240 |
+
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2241 |
+
msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2242 |
+
|
2243 |
+
#: templates/forms/trial-start.php:28
|
2244 |
+
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."
|
2245 |
+
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."
|
2246 |
+
|
2247 |
+
#: templates/js/style-premium-theme.php:39
|
2248 |
+
msgid "Premium"
|
2249 |
+
msgstr "Premium"
|
2250 |
+
|
2251 |
+
#: templates/js/style-premium-theme.php:42
|
2252 |
+
msgid "Beta"
|
2253 |
+
msgstr "Beta"
|
2254 |
+
|
2255 |
+
#: templates/partials/network-activation.php:27
|
2256 |
+
msgid "Activate license on all sites in the network."
|
2257 |
+
msgstr "Activate license on all sites in the network."
|
2258 |
+
|
2259 |
+
#: templates/partials/network-activation.php:28
|
2260 |
+
msgid "Apply on all sites in the network."
|
2261 |
+
msgstr "Apply on all sites in the network."
|
2262 |
+
|
2263 |
+
#: templates/partials/network-activation.php:31
|
2264 |
+
msgid "Activate license on all pending sites."
|
2265 |
+
msgstr "Activate license on all pending sites."
|
2266 |
+
|
2267 |
+
#: templates/partials/network-activation.php:32
|
2268 |
+
msgid "Apply on all pending sites."
|
2269 |
+
msgstr "Apply on all pending sites."
|
2270 |
+
|
2271 |
+
#: templates/partials/network-activation.php:40, templates/partials/network-activation.php:74
|
2272 |
+
msgid "allow"
|
2273 |
+
msgstr "allow"
|
2274 |
+
|
2275 |
+
#: templates/partials/network-activation.php:43, templates/partials/network-activation.php:77
|
2276 |
+
msgid "delegate"
|
2277 |
+
msgstr "delegate"
|
2278 |
+
|
2279 |
+
#: templates/partials/network-activation.php:47, templates/partials/network-activation.php:81
|
2280 |
+
msgid "skip"
|
2281 |
+
msgstr "skip"
|
2282 |
+
|
2283 |
+
#: templates/plugin-info/description.php:72, templates/plugin-info/screenshots.php:31
|
2284 |
+
msgid "Click to view full-size screenshot %d"
|
2285 |
+
msgstr "Click to view full-size screenshot %d"
|
2286 |
+
|
2287 |
+
#: templates/plugin-info/features.php:56
|
2288 |
+
msgid "Unlimited Updates"
|
2289 |
+
msgstr "Unlimited Updates"
|
2290 |
+
|
2291 |
+
#: templates/account/partials/activate-license-button.php:46
|
2292 |
+
msgid "Localhost"
|
2293 |
+
msgstr "Localhost"
|
2294 |
+
|
2295 |
+
#: templates/account/partials/activate-license-button.php:50
|
2296 |
+
msgctxt "as 5 licenses left"
|
2297 |
+
msgid "%s left"
|
2298 |
+
msgstr "%s left"
|
2299 |
+
|
2300 |
+
#: templates/account/partials/activate-license-button.php:51
|
2301 |
+
msgid "Last license"
|
2302 |
+
msgstr "Last license"
|
2303 |
+
|
2304 |
+
#: templates/account/partials/addon.php:167
|
2305 |
+
msgid "Cancelled"
|
2306 |
+
msgstr "Cancelled"
|
2307 |
+
|
2308 |
+
#: templates/account/partials/addon.php:177
|
2309 |
+
msgid "No expiration"
|
2310 |
+
msgstr "No expiration"
|
2311 |
+
|
2312 |
+
#: templates/account/partials/site.php:181
|
2313 |
+
msgid "Owner Name"
|
2314 |
+
msgstr "Owner Name"
|
2315 |
+
|
2316 |
+
#: templates/account/partials/site.php:193
|
2317 |
+
msgid "Owner Email"
|
2318 |
+
msgstr "Owner Email"
|
2319 |
+
|
2320 |
+
#: templates/account/partials/site.php:205
|
2321 |
+
msgid "Owner ID"
|
2322 |
+
msgstr "Owner ID"
|
2323 |
+
|
2324 |
+
#: templates/account/partials/site.php:270
|
2325 |
+
msgid "Subscription"
|
2326 |
+
msgstr "Subscription"
|
2327 |
+
|
2328 |
+
#: templates/forms/deactivation/contact.php:19
|
2329 |
+
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2330 |
+
msgstr "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2331 |
+
|
2332 |
+
#: templates/forms/deactivation/contact.php:22
|
2333 |
+
msgid "Contact Support"
|
2334 |
+
msgstr "Contact Support"
|
2335 |
+
|
2336 |
+
#: templates/forms/deactivation/form.php:64
|
2337 |
+
msgid "Anonymous feedback"
|
2338 |
+
msgstr "Anonymous feedback"
|
2339 |
+
|
2340 |
+
#: templates/forms/deactivation/form.php:70
|
2341 |
+
msgid "Deactivate"
|
2342 |
+
msgstr "Deactivate"
|
2343 |
+
|
2344 |
+
#: templates/forms/deactivation/form.php:72
|
2345 |
+
msgid "Activate %s"
|
2346 |
+
msgstr "Activate %s"
|
2347 |
+
|
2348 |
+
#: templates/forms/deactivation/form.php:87
|
2349 |
+
msgid "Quick Feedback"
|
2350 |
+
msgstr "Quick Feedback"
|
2351 |
+
|
2352 |
+
#: templates/forms/deactivation/form.php:91
|
2353 |
+
msgid "If you have a moment, please let us know why you are %s"
|
2354 |
+
msgstr "If you have a moment, please let us know why you are %s"
|
2355 |
+
|
2356 |
+
#: templates/forms/deactivation/form.php:91
|
2357 |
+
msgid "deactivating"
|
2358 |
+
msgstr "deactivating"
|
2359 |
+
|
2360 |
+
#: templates/forms/deactivation/form.php:91
|
2361 |
+
msgid "switching"
|
2362 |
+
msgstr "switching"
|
2363 |
+
|
2364 |
+
#: templates/forms/deactivation/form.php:365
|
2365 |
+
msgid "Submit & %s"
|
2366 |
+
msgstr "Submit & %s"
|
2367 |
+
|
2368 |
+
#: templates/forms/deactivation/form.php:386
|
2369 |
+
msgid "Kindly tell us the reason so we can improve."
|
2370 |
+
msgstr "Kindly tell us the reason so we can improve."
|
2371 |
+
|
2372 |
+
#: templates/forms/deactivation/form.php:511
|
2373 |
+
msgid "Yes - %s"
|
2374 |
+
msgstr "Yes - %s"
|
2375 |
+
|
2376 |
+
#: templates/forms/deactivation/form.php:518
|
2377 |
+
msgid "Skip & %s"
|
2378 |
+
msgstr "Skip & %s"
|
2379 |
+
|
2380 |
+
#: templates/forms/deactivation/retry-skip.php:21
|
2381 |
+
msgid "Click here to use the plugin anonymously"
|
2382 |
+
msgstr "Click here to use the plugin anonymously"
|
2383 |
+
|
2384 |
+
#: templates/forms/deactivation/retry-skip.php:23
|
2385 |
+
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2386 |
+
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.po
CHANGED
@@ -1,2508 +1,2508 @@
|
|
1 |
-
# Copyright (C) 2019 freemius
|
2 |
-
# This file is distributed under the same license as the freemius package.
|
3 |
-
# Translators:
|
4 |
-
# Carlos Longarela <carlos@longarela.eu>, 2017-2018
|
5 |
-
msgid ""
|
6 |
-
msgstr ""
|
7 |
-
"Project-Id-Version: WordPress SDK\n"
|
8 |
-
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
9 |
-
"POT-Creation-Date: \n"
|
10 |
-
"PO-Revision-Date: 2019-06-05 13:40+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.php1838, templates/account.php:769
|
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:1845
|
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:2053
|
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:2055
|
37 |
-
msgid "Error"
|
38 |
-
msgstr "Error"
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2445
|
41 |
-
msgid "I found a better %s"
|
42 |
-
msgstr "He encontrado un %s mejor"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2447
|
45 |
-
msgid "What's the %s's name?"
|
46 |
-
msgstr "¿Cuál es el nombre de %s?"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2453
|
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:2455
|
53 |
-
msgid "Deactivation"
|
54 |
-
msgstr "Desactivación"
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2456
|
57 |
-
msgid "Theme Switch"
|
58 |
-
msgstr "Cambiar tema"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
61 |
-
msgid "Other"
|
62 |
-
msgstr "Otra"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php:2473
|
65 |
-
msgid "I no longer need the %s"
|
66 |
-
msgstr "Ya no necesito el %s"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2480
|
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:2486
|
73 |
-
msgid "The %s broke my site"
|
74 |
-
msgstr "%s ha roto mi sitio"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2493
|
77 |
-
msgid "The %s suddenly stopped working"
|
78 |
-
msgstr "%s de repente ha dejado de funcionar"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2503
|
81 |
-
msgid "I can't pay for it anymore"
|
82 |
-
msgstr "No puedo pagarlo durante más tiempo"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2505
|
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:2511
|
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:2532
|
93 |
-
msgid "The %s didn't work"
|
94 |
-
msgstr "El %s no funcionaba"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2542
|
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:2550
|
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:2552
|
105 |
-
msgid "What feature?"
|
106 |
-
msgstr "¿Qué característica?"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2556
|
109 |
-
msgid "The %s is not working"
|
110 |
-
msgstr " El %s no funciona"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2558
|
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:2562
|
117 |
-
msgid "It's not what I was looking for"
|
118 |
-
msgstr "No es lo que estaba buscando"
|
119 |
-
|
120 |
-
#: includes/class-freemius.php:2564
|
121 |
-
msgid "What you've been looking for?"
|
122 |
-
msgstr "¿Que has estado buscando?"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2568
|
125 |
-
msgid "The %s didn't work as expected"
|
126 |
-
msgstr " El %s no funciona como esperaba"
|
127 |
-
|
128 |
-
#: includes/class-freemius.php:2570
|
129 |
-
msgid "What did you expect?"
|
130 |
-
msgstr "¿Qué esperas?"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php3425, templates/debug.php:20
|
133 |
-
msgid "Freemius Debug"
|
134 |
-
msgstr "Debug Freemius"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php:4177
|
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:4179
|
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:4186
|
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:4291
|
149 |
-
msgid "Yes - do your thing"
|
150 |
-
msgstr "Vamos, adelante"
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4296
|
153 |
-
msgid "No - just deactivate"
|
154 |
-
msgstr "No - sólo desactivar"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
157 |
-
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
158 |
-
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
159 |
-
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
160 |
-
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
161 |
-
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
162 |
-
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
163 |
-
msgctxt "exclamation"
|
164 |
-
msgid "Oops"
|
165 |
-
msgstr "Oops"
|
166 |
-
|
167 |
-
#: includes/class-freemius.php:4410
|
168 |
-
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."
|
169 |
-
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."
|
170 |
-
|
171 |
-
#: includes/class-freemius.php:4847
|
172 |
-
msgctxt "addonX cannot run without pluginY"
|
173 |
-
msgid "%s cannot run without %s."
|
174 |
-
msgstr "%s no se puede ejecutar sin %s."
|
175 |
-
|
176 |
-
#: includes/class-freemius.php:4848
|
177 |
-
msgctxt "addonX cannot run..."
|
178 |
-
msgid "%s cannot run without the plugin."
|
179 |
-
msgstr "%s no se puede ejecutar sin el plugin."
|
180 |
-
|
181 |
-
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
182 |
-
#: includes/class-freemius.php:19475
|
183 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
184 |
-
msgstr "Error inesperado del API. Pónte en contacto con el autor de %s indicándole el siguiente error."
|
185 |
-
|
186 |
-
#: includes/class-freemius.php:5687
|
187 |
-
msgid "Premium %s version was successfully activated."
|
188 |
-
msgstr "La versión Premium %s ha sido activada con éxito."
|
189 |
-
|
190 |
-
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
191 |
-
msgctxt ""
|
192 |
-
msgid "W00t"
|
193 |
-
msgstr "W00t"
|
194 |
-
|
195 |
-
#: includes/class-freemius.php:5714
|
196 |
-
msgid "You have a %s license."
|
197 |
-
msgstr "Tienes una licencia %s."
|
198 |
-
|
199 |
-
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
200 |
-
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
201 |
-
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
202 |
-
#: includes/class-freemius.php:19229
|
203 |
-
msgctxt "interjection expressing joy or exuberance"
|
204 |
-
msgid "Yee-haw"
|
205 |
-
msgstr "Vaya"
|
206 |
-
|
207 |
-
#: includes/class-freemius.php:5982
|
208 |
-
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."
|
209 |
-
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."
|
210 |
-
|
211 |
-
#: includes/class-freemius.php:5986
|
212 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
213 |
-
msgstr "%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin."
|
214 |
-
|
215 |
-
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
216 |
-
#: templates/account/partials/addon.php:343
|
217 |
-
msgid "More information about %s"
|
218 |
-
msgstr "Más información sobre %s"
|
219 |
-
|
220 |
-
#: includes/class-freemius.php:5996
|
221 |
-
msgid "Purchase License"
|
222 |
-
msgstr "Comprar licencia"
|
223 |
-
|
224 |
-
#: includes/class-freemius.php6931, templates/connect.php:163
|
225 |
-
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."
|
226 |
-
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."
|
227 |
-
|
228 |
-
#: includes/class-freemius.php:6935
|
229 |
-
msgid "start the trial"
|
230 |
-
msgstr "comenzar el período de prueba"
|
231 |
-
|
232 |
-
#: includes/class-freemius.php6936, templates/connect.php:167
|
233 |
-
msgid "complete the install"
|
234 |
-
msgstr "completar la instalación"
|
235 |
-
|
236 |
-
#: includes/class-freemius.php:7049
|
237 |
-
msgid "You are just one step away - %s"
|
238 |
-
msgstr "Estás a sólo un paso - %s"
|
239 |
-
|
240 |
-
#: includes/class-freemius.php:7052
|
241 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
242 |
-
msgid "Complete \"%s\" Activation Now"
|
243 |
-
msgstr "Completar la activación de \"%s\" ahora"
|
244 |
-
|
245 |
-
#: includes/class-freemius.php:7130
|
246 |
-
msgid "We made a few tweaks to the %s, %s"
|
247 |
-
msgstr "Hemos realizado algunas optimizaciones al %s, %s"
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:7134
|
250 |
-
msgid "Opt in to make \"%s\" better!"
|
251 |
-
msgstr "¡Inscríbite para hacer \"%s\" Mejor!"
|
252 |
-
|
253 |
-
#: includes/class-freemius.php:7566
|
254 |
-
msgid "The upgrade of %s was successfully completed."
|
255 |
-
msgstr "La actualización de %s se completó con éxito."
|
256 |
-
|
257 |
-
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
258 |
-
#: includes/class-fs-plugin-updater.php1170,
|
259 |
-
#: includes/class-fs-plugin-updater.php1177,
|
260 |
-
#: templates/auto-installation.php:32
|
261 |
-
msgid "Add-On"
|
262 |
-
msgstr "Complemento"
|
263 |
-
|
264 |
-
#: includes/class-freemius.php9730, templates/account.php313,
|
265 |
-
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
266 |
-
msgid "Plugin"
|
267 |
-
msgstr "Plugin"
|
268 |
-
|
269 |
-
#: includes/class-freemius.php9731, templates/account.php314,
|
270 |
-
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
271 |
-
#: templates/forms/deactivation/form.php:71
|
272 |
-
msgid "Theme"
|
273 |
-
msgstr "Tema"
|
274 |
-
|
275 |
-
#: includes/class-freemius.php:12148
|
276 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
277 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
|
279 |
-
#: includes/class-freemius.php:12549
|
280 |
-
msgid "Invalid site details collection."
|
281 |
-
msgstr "Colección de detalles del sitio no válida."
|
282 |
-
|
283 |
-
#: includes/class-freemius.php:12669
|
284 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
285 |
-
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?"
|
286 |
-
|
287 |
-
#: includes/class-freemius.php:12671
|
288 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
289 |
-
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?"
|
290 |
-
|
291 |
-
#: includes/class-freemius.php:12945
|
292 |
-
msgid "Account is pending activation."
|
293 |
-
msgstr "La cuenta está pendiente de activación"
|
294 |
-
|
295 |
-
#: includes/class-freemius.php13057,
|
296 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
297 |
-
msgid "Buy a license now"
|
298 |
-
msgstr "Compra una licencia ahora"
|
299 |
-
|
300 |
-
#: includes/class-freemius.php13069,
|
301 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
302 |
-
msgid "Renew your license now"
|
303 |
-
msgstr "Renueva tu licencia ahora"
|
304 |
-
|
305 |
-
#: includes/class-freemius.php:13073
|
306 |
-
msgid "%s to access version %s security & feature updates, and support."
|
307 |
-
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
308 |
-
|
309 |
-
#: includes/class-freemius.php:15448
|
310 |
-
msgid "%s activation was successfully completed."
|
311 |
-
msgstr "%s activación se completó con éxito."
|
312 |
-
|
313 |
-
#: includes/class-freemius.php:15462
|
314 |
-
msgid "Your account was successfully activated with the %s plan."
|
315 |
-
msgstr "Tu cuenta se ha activado correctamente con el plan %s."
|
316 |
-
|
317 |
-
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
318 |
-
msgid "Your trial has been successfully started."
|
319 |
-
msgstr "Tu versión de prueba se ha iniciado con éxito."
|
320 |
-
|
321 |
-
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
322 |
-
#: includes/class-freemius.php:16297
|
323 |
-
msgid "Couldn't activate %s."
|
324 |
-
msgstr "No se puede activar %s."
|
325 |
-
|
326 |
-
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
327 |
-
#: includes/class-freemius.php:16298
|
328 |
-
msgid "Please contact us with the following message:"
|
329 |
-
msgstr "Por favor contáctanos con el siguiente mensaje:"
|
330 |
-
|
331 |
-
#: includes/class-freemius.php:16128
|
332 |
-
msgid "An unknown error has occurred."
|
333 |
-
msgstr "An unknown error has occurred."
|
334 |
-
|
335 |
-
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
336 |
-
msgid "Upgrade"
|
337 |
-
msgstr "Actualizar"
|
338 |
-
|
339 |
-
#: includes/class-freemius.php:16661
|
340 |
-
msgid "Start Trial"
|
341 |
-
msgstr "Comenzar el período de prueba"
|
342 |
-
|
343 |
-
#: includes/class-freemius.php:16663
|
344 |
-
msgid "Pricing"
|
345 |
-
msgstr "Precio"
|
346 |
-
|
347 |
-
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
348 |
-
msgid "Affiliation"
|
349 |
-
msgstr "Afiliación"
|
350 |
-
|
351 |
-
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
352 |
-
#: templates/account.php177, templates/debug.php:326
|
353 |
-
msgid "Account"
|
354 |
-
msgstr "Cuenta"
|
355 |
-
|
356 |
-
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
357 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
358 |
-
msgid "Contact Us"
|
359 |
-
msgstr "Contáctanos"
|
360 |
-
|
361 |
-
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
362 |
-
#: includes/class-freemius.php21423, templates/account.php105,
|
363 |
-
#: templates/account/partials/addon.php:45
|
364 |
-
msgid "Add-Ons"
|
365 |
-
msgstr "Complementos"
|
366 |
-
|
367 |
-
#: includes/class-freemius.php:16835
|
368 |
-
msgctxt "ASCII arrow left icon"
|
369 |
-
msgid "←"
|
370 |
-
msgstr "←"
|
371 |
-
|
372 |
-
#: includes/class-freemius.php:16835
|
373 |
-
msgctxt "ASCII arrow right icon"
|
374 |
-
msgid "➤"
|
375 |
-
msgstr "➤"
|
376 |
-
|
377 |
-
#: includes/class-freemius.php16837, templates/pricing.php:102
|
378 |
-
msgctxt "noun"
|
379 |
-
msgid "Pricing"
|
380 |
-
msgstr "Precio"
|
381 |
-
|
382 |
-
#: includes/class-freemius.php17050,
|
383 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
384 |
-
msgid "Support Forum"
|
385 |
-
msgstr "Foro de soporte"
|
386 |
-
|
387 |
-
#: includes/class-freemius.php:17995
|
388 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
389 |
-
msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
|
390 |
-
|
391 |
-
#: includes/class-freemius.php:17996
|
392 |
-
msgctxt "a positive response"
|
393 |
-
msgid "Right on"
|
394 |
-
msgstr "Bien hecho"
|
395 |
-
|
396 |
-
#: includes/class-freemius.php:18660
|
397 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
398 |
-
msgstr "Tu complemento %s del plan se actualizó con éxito."
|
399 |
-
|
400 |
-
#: includes/class-freemius.php:18662
|
401 |
-
msgid "%s Add-on was successfully purchased."
|
402 |
-
msgstr "El complemento %s ha sido comprado correctamente."
|
403 |
-
|
404 |
-
#: includes/class-freemius.php:18665
|
405 |
-
msgid "Download the latest version"
|
406 |
-
msgstr "Descargar la última versión"
|
407 |
-
|
408 |
-
#: includes/class-freemius.php:18751
|
409 |
-
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"
|
410 |
-
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"
|
411 |
-
|
412 |
-
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
413 |
-
#: includes/class-freemius.php:19277
|
414 |
-
msgid "Error received from the server:"
|
415 |
-
msgstr "Error recibido del servidor:"
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:18767
|
418 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
419 |
-
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."
|
420 |
-
|
421 |
-
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
422 |
-
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
423 |
-
msgctxt ""
|
424 |
-
msgid "Hmm"
|
425 |
-
msgstr "Hmm"
|
426 |
-
|
427 |
-
#: includes/class-freemius.php:18974
|
428 |
-
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."
|
429 |
-
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."
|
430 |
-
|
431 |
-
#: includes/class-freemius.php18975, templates/account.php107,
|
432 |
-
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
433 |
-
msgctxt "trial period"
|
434 |
-
msgid "Trial"
|
435 |
-
msgstr "Período de Prueba Gratuito"
|
436 |
-
|
437 |
-
#: includes/class-freemius.php:18980
|
438 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
439 |
-
msgstr "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s."
|
440 |
-
|
441 |
-
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
442 |
-
msgid "Please contact us here"
|
443 |
-
msgstr "Contacta aquí con nosotros"
|
444 |
-
|
445 |
-
#: includes/class-freemius.php:18995
|
446 |
-
msgid "Your plan was successfully activated."
|
447 |
-
msgstr "Your plan was successfully activated."
|
448 |
-
|
449 |
-
#: includes/class-freemius.php:18996
|
450 |
-
msgid "Your plan was successfully upgraded."
|
451 |
-
msgstr "Tu plan se actualizó con éxito."
|
452 |
-
|
453 |
-
#: includes/class-freemius.php:19013
|
454 |
-
msgid "Your plan was successfully changed to %s."
|
455 |
-
msgstr "Tu plan se cambió correctamente a %s."
|
456 |
-
|
457 |
-
#: includes/class-freemius.php:19029
|
458 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
459 |
-
msgstr "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre."
|
460 |
-
|
461 |
-
#: includes/class-freemius.php:19031
|
462 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
463 |
-
msgstr "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
464 |
-
|
465 |
-
#: includes/class-freemius.php:19039
|
466 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
467 |
-
msgstr "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia."
|
468 |
-
|
469 |
-
#: includes/class-freemius.php:19052
|
470 |
-
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."
|
471 |
-
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."
|
472 |
-
|
473 |
-
#: includes/class-freemius.php:19075
|
474 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
475 |
-
msgstr "Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas."
|
476 |
-
|
477 |
-
#: includes/class-freemius.php:19077
|
478 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
479 |
-
msgstr "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
480 |
-
|
481 |
-
#: includes/class-freemius.php:19184
|
482 |
-
msgid "It looks like the license could not be activated."
|
483 |
-
msgstr "Parece que la licencia no se pudo activar."
|
484 |
-
|
485 |
-
#: includes/class-freemius.php:19226
|
486 |
-
msgid "Your license was successfully activated."
|
487 |
-
msgstr "Tu licencia fue activada correctamente."
|
488 |
-
|
489 |
-
#: includes/class-freemius.php:19252
|
490 |
-
msgid "It looks like your site currently doesn't have an active license."
|
491 |
-
msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
|
492 |
-
|
493 |
-
#: includes/class-freemius.php:19276
|
494 |
-
msgid "It looks like the license deactivation failed."
|
495 |
-
msgstr "Parece que la desactivación de licencia ha fallado."
|
496 |
-
|
497 |
-
#: includes/class-freemius.php:19304
|
498 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
499 |
-
msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
|
500 |
-
|
501 |
-
#: includes/class-freemius.php:19305
|
502 |
-
msgid "O.K"
|
503 |
-
msgstr "O.K"
|
504 |
-
|
505 |
-
#: includes/class-freemius.php:19358
|
506 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
507 |
-
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de la suscripción. Vuelve a intentarlo en unos minutos."
|
508 |
-
|
509 |
-
#: includes/class-freemius.php:19367
|
510 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
511 |
-
msgstr "Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan caducará en %s."
|
512 |
-
|
513 |
-
#: includes/class-freemius.php:19409
|
514 |
-
msgid "You are already running the %s in a trial mode."
|
515 |
-
msgstr "Estás ejecutando %s en modo de prueba."
|
516 |
-
|
517 |
-
#: includes/class-freemius.php:19420
|
518 |
-
msgid "You already utilized a trial before."
|
519 |
-
msgstr "Ya utilizaste un período de prueba antes."
|
520 |
-
|
521 |
-
#: includes/class-freemius.php:19434
|
522 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
523 |
-
msgstr "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
|
524 |
-
|
525 |
-
#: includes/class-freemius.php:19445
|
526 |
-
msgid "Plan %s does not support a trial period."
|
527 |
-
msgstr "El plan %s no admite un período de prueba."
|
528 |
-
|
529 |
-
#: includes/class-freemius.php:19456
|
530 |
-
msgid "None of the %s's plans supports a trial period."
|
531 |
-
msgstr "Ninguno de los planes de %s soportan un período de prueba."
|
532 |
-
|
533 |
-
#: includes/class-freemius.php:19506
|
534 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
535 |
-
msgstr "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
|
536 |
-
|
537 |
-
#: includes/class-freemius.php:19542
|
538 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
539 |
-
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos."
|
540 |
-
|
541 |
-
#: includes/class-freemius.php:19561
|
542 |
-
msgid "Your %s free trial was successfully cancelled."
|
543 |
-
msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
|
544 |
-
|
545 |
-
#: includes/class-freemius.php:19877
|
546 |
-
msgid "Version %s was released."
|
547 |
-
msgstr "La versión %s se ha lanzado."
|
548 |
-
|
549 |
-
#: includes/class-freemius.php:19877
|
550 |
-
msgid "Please download %s."
|
551 |
-
msgstr "Por favor descarga %s."
|
552 |
-
|
553 |
-
#: includes/class-freemius.php:19884
|
554 |
-
msgid "the latest %s version here"
|
555 |
-
msgstr "la última versión %s aquí"
|
556 |
-
|
557 |
-
#: includes/class-freemius.php:19889
|
558 |
-
msgid "New"
|
559 |
-
msgstr "Nuevo"
|
560 |
-
|
561 |
-
#: includes/class-freemius.php:19894
|
562 |
-
msgid "Seems like you got the latest release."
|
563 |
-
msgstr "Parece que tienes la última versión."
|
564 |
-
|
565 |
-
#: includes/class-freemius.php:19895
|
566 |
-
msgid "You are all good!"
|
567 |
-
msgstr "¡Está todo listo!"
|
568 |
-
|
569 |
-
#: includes/class-freemius.php:20165
|
570 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
571 |
-
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."
|
572 |
-
|
573 |
-
#: includes/class-freemius.php:20304
|
574 |
-
msgid "Site successfully opted in."
|
575 |
-
msgstr "Sitio dado de alta correctamente."
|
576 |
-
|
577 |
-
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
578 |
-
msgid "Awesome"
|
579 |
-
msgstr "Increíble"
|
580 |
-
|
581 |
-
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
582 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
583 |
-
msgstr "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos datos de uso."
|
584 |
-
|
585 |
-
#: includes/class-freemius.php:20322
|
586 |
-
msgid "Thank you!"
|
587 |
-
msgstr "¡Gracias!"
|
588 |
-
|
589 |
-
#: includes/class-freemius.php:20329
|
590 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
591 |
-
msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
|
592 |
-
|
593 |
-
#: includes/class-freemius.php:20458
|
594 |
-
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."
|
595 |
-
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."
|
596 |
-
|
597 |
-
#: includes/class-freemius.php:20464
|
598 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
599 |
-
msgstr "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final."
|
600 |
-
|
601 |
-
#: includes/class-freemius.php:20469
|
602 |
-
msgid "%s is the new owner of the account."
|
603 |
-
msgstr "%s es el nuevo dueño de la cuenta."
|
604 |
-
|
605 |
-
#: includes/class-freemius.php:20471
|
606 |
-
msgctxt "as congratulations"
|
607 |
-
msgid "Congrats"
|
608 |
-
msgstr "Felicidades"
|
609 |
-
|
610 |
-
#: includes/class-freemius.php:20491
|
611 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
612 |
-
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."
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:20492
|
615 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
616 |
-
msgstr "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad."
|
617 |
-
|
618 |
-
#: includes/class-freemius.php:20499
|
619 |
-
msgid "Change Ownership"
|
620 |
-
msgstr "Cambiar propietario"
|
621 |
-
|
622 |
-
#: includes/class-freemius.php:20507
|
623 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
624 |
-
msgstr "Se actualizó correctamente tu correo electrónico. Recibirás un correo electrónico con las instrucciones de confirmación en unos momentos."
|
625 |
-
|
626 |
-
#: includes/class-freemius.php:20519
|
627 |
-
msgid "Please provide your full name."
|
628 |
-
msgstr "Por favor, dinos tu nombre completo."
|
629 |
-
|
630 |
-
#: includes/class-freemius.php:20524
|
631 |
-
msgid "Your name was successfully updated."
|
632 |
-
msgstr "Tu nombre fue actualizado correctamente."
|
633 |
-
|
634 |
-
#: includes/class-freemius.php:20585
|
635 |
-
msgid "You have successfully updated your %s."
|
636 |
-
msgstr "Has actualizado correctamente tu %s."
|
637 |
-
|
638 |
-
#: includes/class-freemius.php:20725
|
639 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
640 |
-
msgstr "Sólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo."
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:20726
|
643 |
-
msgctxt "advance notice of something that will need attention."
|
644 |
-
msgid "Heads up"
|
645 |
-
msgstr "Atención"
|
646 |
-
|
647 |
-
#: includes/class-freemius.php:21165
|
648 |
-
msgctxt "exclamation"
|
649 |
-
msgid "Hey"
|
650 |
-
msgstr "Hey"
|
651 |
-
|
652 |
-
#: includes/class-freemius.php:21165
|
653 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
654 |
-
msgstr "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de % d-días."
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21173
|
657 |
-
msgid "No commitment for %s days - cancel anytime!"
|
658 |
-
msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
|
659 |
-
|
660 |
-
#: includes/class-freemius.php:21174
|
661 |
-
msgid "No credit card required"
|
662 |
-
msgstr "No se necesita tarjeta de crédito"
|
663 |
-
|
664 |
-
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
665 |
-
msgctxt "call to action"
|
666 |
-
msgid "Start free trial"
|
667 |
-
msgstr "Comenzar el período de prueba gratuito"
|
668 |
-
|
669 |
-
#: includes/class-freemius.php:21258
|
670 |
-
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!"
|
671 |
-
msgstr "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php:21267
|
674 |
-
msgid "Learn more"
|
675 |
-
msgstr "Saber más"
|
676 |
-
|
677 |
-
#: includes/class-freemius.php21447, templates/account.php474,
|
678 |
-
#: templates/account.php595, templates/connect.php171,
|
679 |
-
#: templates/connect.php421, templates/forms/license-activation.php25,
|
680 |
-
#: templates/account/partials/addon.php:287
|
681 |
-
msgid "Activate License"
|
682 |
-
msgstr "Activar licencia"
|
683 |
-
|
684 |
-
#: includes/class-freemius.php21448, templates/account.php543,
|
685 |
-
#: templates/account.php594, templates/account/partials/site.php:256
|
686 |
-
msgid "Change License"
|
687 |
-
msgstr "Cambiar licencia"
|
688 |
-
|
689 |
-
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
690 |
-
msgid "Opt Out"
|
691 |
-
msgstr "Darse de baja"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
694 |
-
#: templates/account/partials/site.php43,
|
695 |
-
#: templates/account/partials/site.php:161
|
696 |
-
msgid "Opt In"
|
697 |
-
msgstr "Inscribirse"
|
698 |
-
|
699 |
-
#: includes/class-freemius.php:21775
|
700 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
701 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:21783
|
704 |
-
msgid "Activate %s features"
|
705 |
-
msgstr "Activar características %s"
|
706 |
-
|
707 |
-
#: includes/class-freemius.php:21796
|
708 |
-
msgid "Please follow these steps to complete the upgrade"
|
709 |
-
msgstr "Por favor, sigue estos pasos para completar la actualización"
|
710 |
-
|
711 |
-
#: includes/class-freemius.php:21800
|
712 |
-
msgid "Download the latest %s version"
|
713 |
-
msgstr "Descargar la última versión %s"
|
714 |
-
|
715 |
-
#: includes/class-freemius.php:21804
|
716 |
-
msgid "Upload and activate the downloaded version"
|
717 |
-
msgstr "Cargar y activar la versión descargada"
|
718 |
-
|
719 |
-
#: includes/class-freemius.php:21806
|
720 |
-
msgid "How to upload and activate?"
|
721 |
-
msgstr "¿Cómo subirlo y activarlo?"
|
722 |
-
|
723 |
-
#: includes/class-freemius.php:21940
|
724 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
725 |
-
msgstr "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia."
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:22101
|
728 |
-
msgid "Auto installation only works for opted-in users."
|
729 |
-
msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
|
730 |
-
|
731 |
-
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
732 |
-
#: includes/class-fs-plugin-updater.php1149,
|
733 |
-
#: includes/class-fs-plugin-updater.php:1163
|
734 |
-
msgid "Invalid module ID."
|
735 |
-
msgstr "Id de módulo no válido."
|
736 |
-
|
737 |
-
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
738 |
-
msgid "Premium version already active."
|
739 |
-
msgstr "Versión premium ya activa."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php:22127
|
742 |
-
msgid "You do not have a valid license to access the premium version."
|
743 |
-
msgstr "No tienes una licencia válida para acceder a la versión premium."
|
744 |
-
|
745 |
-
#: includes/class-freemius.php:22134
|
746 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
747 |
-
msgstr "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de código premium."
|
748 |
-
|
749 |
-
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
750 |
-
msgid "Premium add-on version already installed."
|
751 |
-
msgstr "Versión del complemento premium ya instalada."
|
752 |
-
|
753 |
-
#: includes/class-freemius.php:22497
|
754 |
-
msgid "View paid features"
|
755 |
-
msgstr "Ver las funciones de pago"
|
756 |
-
|
757 |
-
#: includes/class-freemius.php:22819
|
758 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
759 |
-
msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
|
760 |
-
|
761 |
-
#: includes/class-freemius.php:22820
|
762 |
-
msgid "Thank you so much for using %s!"
|
763 |
-
msgstr "¡Muchas gracias por utilizar %s!"
|
764 |
-
|
765 |
-
#: includes/class-freemius.php:22826
|
766 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
767 |
-
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s."
|
768 |
-
|
769 |
-
#: includes/class-freemius.php:22830
|
770 |
-
msgid "Thank you so much for using our products!"
|
771 |
-
msgstr "¡Muchas gracias por utilizar nuestros productos!"
|
772 |
-
|
773 |
-
#: includes/class-freemius.php:22831
|
774 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
775 |
-
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando."
|
776 |
-
|
777 |
-
#: includes/class-freemius.php:22850
|
778 |
-
msgid "%s and its add-ons"
|
779 |
-
msgstr "%s y sus complementos"
|
780 |
-
|
781 |
-
#: includes/class-freemius.php:22859
|
782 |
-
msgid "Products"
|
783 |
-
msgstr "Productos"
|
784 |
-
|
785 |
-
#: includes/class-freemius.php22866, templates/connect.php:272
|
786 |
-
msgid "Yes"
|
787 |
-
msgstr "Si"
|
788 |
-
|
789 |
-
#: includes/class-freemius.php22867, templates/connect.php:273
|
790 |
-
msgid "send me security & feature updates, educational content and offers."
|
791 |
-
msgstr "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
792 |
-
|
793 |
-
#: includes/class-freemius.php22868, templates/connect.php:278
|
794 |
-
msgid "No"
|
795 |
-
msgstr "No"
|
796 |
-
|
797 |
-
#: includes/class-freemius.php22870, templates/connect.php:280
|
798 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
799 |
-
msgstr "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
800 |
-
|
801 |
-
#: includes/class-freemius.php:22880
|
802 |
-
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 :-)"
|
803 |
-
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 :-)"
|
804 |
-
|
805 |
-
#: includes/class-freemius.php22882, templates/connect.php:287
|
806 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
807 |
-
msgstr "Indica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:"
|
808 |
-
|
809 |
-
#: includes/class-freemius.php:23164
|
810 |
-
msgid "License key is empty."
|
811 |
-
msgstr "La clave de licencia está vacía."
|
812 |
-
|
813 |
-
#: includes/class-fs-plugin-updater.php184,
|
814 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
815 |
-
msgid "Renew license"
|
816 |
-
msgstr "Renovar la licencia"
|
817 |
-
|
818 |
-
#: includes/class-fs-plugin-updater.php189,
|
819 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
820 |
-
msgid "Buy license"
|
821 |
-
msgstr "Comprar licencia"
|
822 |
-
|
823 |
-
#: includes/class-fs-plugin-updater.php280,
|
824 |
-
#: includes/class-fs-plugin-updater.php:313
|
825 |
-
msgid "There is a %s of %s available."
|
826 |
-
msgstr "Hay una %s de %s disponible."
|
827 |
-
|
828 |
-
#: includes/class-fs-plugin-updater.php282,
|
829 |
-
#: includes/class-fs-plugin-updater.php:318
|
830 |
-
msgid "new Beta version"
|
831 |
-
msgstr "new Beta version"
|
832 |
-
|
833 |
-
#: includes/class-fs-plugin-updater.php283,
|
834 |
-
#: includes/class-fs-plugin-updater.php:319
|
835 |
-
msgid "new version"
|
836 |
-
msgstr "nueva versión"
|
837 |
-
|
838 |
-
#: includes/class-fs-plugin-updater.php:342
|
839 |
-
msgid "Important Upgrade Notice:"
|
840 |
-
msgstr "Aviso importante de actualización:"
|
841 |
-
|
842 |
-
#: includes/class-fs-plugin-updater.php:1214
|
843 |
-
msgid "Installing plugin: %s"
|
844 |
-
msgstr "Instalando plugin: %s"
|
845 |
-
|
846 |
-
#: includes/class-fs-plugin-updater.php:1255
|
847 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
848 |
-
msgstr "No es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales."
|
849 |
-
|
850 |
-
#: includes/class-fs-plugin-updater.php:1437
|
851 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
852 |
-
msgstr "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó."
|
853 |
-
|
854 |
-
#: includes/fs-plugin-info-dialog.php:509
|
855 |
-
msgid "Purchase More"
|
856 |
-
msgstr "Purchase More"
|
857 |
-
|
858 |
-
#: includes/fs-plugin-info-dialog.php510,
|
859 |
-
#: templates/account/partials/addon.php:347
|
860 |
-
msgctxt "verb"
|
861 |
-
msgid "Purchase"
|
862 |
-
msgstr "Comprar"
|
863 |
-
|
864 |
-
#: includes/fs-plugin-info-dialog.php:514
|
865 |
-
msgid "Start my free %s"
|
866 |
-
msgstr "Comenzar mi período gratuito de %s"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php:712
|
869 |
-
msgid "Install Free Version Update Now"
|
870 |
-
msgstr "Instalar la actualización gratuita ahora"
|
871 |
-
|
872 |
-
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
873 |
-
msgid "Install Update Now"
|
874 |
-
msgstr "Instalar actualización ahora"
|
875 |
-
|
876 |
-
#: includes/fs-plugin-info-dialog.php:722
|
877 |
-
msgid "Install Free Version Now"
|
878 |
-
msgstr "Instalar la versión gratuita ahora"
|
879 |
-
|
880 |
-
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
881 |
-
#: templates/auto-installation.php111,
|
882 |
-
#: templates/account/partials/addon.php327,
|
883 |
-
#: templates/account/partials/addon.php:379
|
884 |
-
msgid "Install Now"
|
885 |
-
msgstr "Instalar ahora"
|
886 |
-
|
887 |
-
#: includes/fs-plugin-info-dialog.php:739
|
888 |
-
msgctxt "as download latest version"
|
889 |
-
msgid "Download Latest Free Version"
|
890 |
-
msgstr "Descargar la última versión gratuita"
|
891 |
-
|
892 |
-
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
893 |
-
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
894 |
-
msgctxt "as download latest version"
|
895 |
-
msgid "Download Latest"
|
896 |
-
msgstr "Descargar la última"
|
897 |
-
|
898 |
-
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
899 |
-
#: templates/account/partials/addon.php318,
|
900 |
-
#: templates/account/partials/addon.php:373
|
901 |
-
msgid "Activate this add-on"
|
902 |
-
msgstr "Activar este complemento"
|
903 |
-
|
904 |
-
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
905 |
-
msgid "Activate Free Version"
|
906 |
-
msgstr "Activar versión gratuita"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
909 |
-
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
910 |
-
msgid "Activate"
|
911 |
-
msgstr "Activar"
|
912 |
-
|
913 |
-
#: includes/fs-plugin-info-dialog.php:968
|
914 |
-
msgctxt "Plugin installer section title"
|
915 |
-
msgid "Description"
|
916 |
-
msgstr "Descripción"
|
917 |
-
|
918 |
-
#: includes/fs-plugin-info-dialog.php:969
|
919 |
-
msgctxt "Plugin installer section title"
|
920 |
-
msgid "Installation"
|
921 |
-
msgstr "Instalación"
|
922 |
-
|
923 |
-
#: includes/fs-plugin-info-dialog.php:970
|
924 |
-
msgctxt "Plugin installer section title"
|
925 |
-
msgid "FAQ"
|
926 |
-
msgstr "FAQ"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php971,
|
929 |
-
#: templates/plugin-info/description.php:55
|
930 |
-
msgid "Screenshots"
|
931 |
-
msgstr "Capturas de pantalla"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:972
|
934 |
-
msgctxt "Plugin installer section title"
|
935 |
-
msgid "Changelog"
|
936 |
-
msgstr "Registro de cambios"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php:973
|
939 |
-
msgctxt "Plugin installer section title"
|
940 |
-
msgid "Reviews"
|
941 |
-
msgstr "Valoraciones"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:974
|
944 |
-
msgctxt "Plugin installer section title"
|
945 |
-
msgid "Other Notes"
|
946 |
-
msgstr "Otras notas"
|
947 |
-
|
948 |
-
#: includes/fs-plugin-info-dialog.php:989
|
949 |
-
msgctxt "Plugin installer section title"
|
950 |
-
msgid "Features & Pricing"
|
951 |
-
msgstr "Características y precios"
|
952 |
-
|
953 |
-
#: includes/fs-plugin-info-dialog.php:999
|
954 |
-
msgid "Plugin Install"
|
955 |
-
msgstr "Instalar plugin"
|
956 |
-
|
957 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
958 |
-
msgctxt "e.g. Professional Plan"
|
959 |
-
msgid "%s Plan"
|
960 |
-
msgstr "Plan %s"
|
961 |
-
|
962 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
963 |
-
msgctxt "e.g. the best product"
|
964 |
-
msgid "Best"
|
965 |
-
msgstr "El mejor"
|
966 |
-
|
967 |
-
#: includes/fs-plugin-info-dialog.php1103,
|
968 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
969 |
-
msgctxt "as every month"
|
970 |
-
msgid "Monthly"
|
971 |
-
msgstr "Mensual"
|
972 |
-
|
973 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
974 |
-
msgctxt "as once a year"
|
975 |
-
msgid "Annual"
|
976 |
-
msgstr "Anual"
|
977 |
-
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
979 |
-
msgid "Lifetime"
|
980 |
-
msgstr "Permanente"
|
981 |
-
|
982 |
-
#: includes/fs-plugin-info-dialog.php1123,
|
983 |
-
#: includes/fs-plugin-info-dialog.php1125,
|
984 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
985 |
-
msgctxt "e.g. billed monthly"
|
986 |
-
msgid "Billed %s"
|
987 |
-
msgstr "Facturado %s"
|
988 |
-
|
989 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
990 |
-
msgctxt "as once a year"
|
991 |
-
msgid "Annually"
|
992 |
-
msgstr "Anualmente"
|
993 |
-
|
994 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
995 |
-
msgctxt "as once a year"
|
996 |
-
msgid "Once"
|
997 |
-
msgstr "Una vez"
|
998 |
-
|
999 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
1000 |
-
msgid "Single Site License"
|
1001 |
-
msgstr "Licencia para un único sitio"
|
1002 |
-
|
1003 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
1004 |
-
msgid "Unlimited Licenses"
|
1005 |
-
msgstr "Licencias ilimitadas"
|
1006 |
-
|
1007 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
1008 |
-
msgid "Up to %s Sites"
|
1009 |
-
msgstr "Hasta %s sitios"
|
1010 |
-
|
1011 |
-
#: includes/fs-plugin-info-dialog.php1147,
|
1012 |
-
#: templates/plugin-info/features.php:82
|
1013 |
-
msgctxt "as monthly period"
|
1014 |
-
msgid "mo"
|
1015 |
-
msgstr "me"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php1154,
|
1018 |
-
#: templates/plugin-info/features.php:80
|
1019 |
-
msgctxt "as annual period"
|
1020 |
-
msgid "year"
|
1021 |
-
msgstr "año"
|
1022 |
-
|
1023 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
1024 |
-
msgctxt "noun"
|
1025 |
-
msgid "Price"
|
1026 |
-
msgstr "Precio"
|
1027 |
-
|
1028 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
1029 |
-
msgid "Save %s"
|
1030 |
-
msgstr "Guardar %s"
|
1031 |
-
|
1032 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
1033 |
-
msgid "No commitment for %s - cancel anytime"
|
1034 |
-
msgstr "Sin compromiso para %s - cancelar en cualquier momento"
|
1035 |
-
|
1036 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
1037 |
-
msgid "After your free %s, pay as little as %s"
|
1038 |
-
msgstr "Después de su período gratuito %s, pague sólo %s"
|
1039 |
-
|
1040 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
1041 |
-
msgid "Details"
|
1042 |
-
msgstr "Detalles"
|
1043 |
-
|
1044 |
-
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1045 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1046 |
-
#: templates/account/partials/addon.php:36
|
1047 |
-
msgctxt "product version"
|
1048 |
-
msgid "Version"
|
1049 |
-
msgstr "Versión"
|
1050 |
-
|
1051 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
1052 |
-
msgctxt "as the plugin author"
|
1053 |
-
msgid "Author"
|
1054 |
-
msgstr "Autor"
|
1055 |
-
|
1056 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
1057 |
-
msgid "Last Updated"
|
1058 |
-
msgstr "Última actualización"
|
1059 |
-
|
1060 |
-
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1061 |
-
msgctxt "x-ago"
|
1062 |
-
msgid "%s ago"
|
1063 |
-
msgstr "hace %s"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1066 |
-
msgid "Requires WordPress Version"
|
1067 |
-
msgstr "Necesita la versión de WordPress"
|
1068 |
-
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1070 |
-
msgid "%s or higher"
|
1071 |
-
msgstr "%s o mayor"
|
1072 |
-
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1074 |
-
msgid "Compatible up to"
|
1075 |
-
msgstr "Compatible hasta"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1078 |
-
msgid "Downloaded"
|
1079 |
-
msgstr "Descargado"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1082 |
-
msgid "%s time"
|
1083 |
-
msgstr "% vez"
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1086 |
-
msgid "%s times"
|
1087 |
-
msgstr "%s veces"
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1090 |
-
msgid "WordPress.org Plugin Page"
|
1091 |
-
msgstr "Página del plugin en WordPress.org"
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1094 |
-
msgid "Plugin Homepage"
|
1095 |
-
msgstr "Página web del plugin"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php1360,
|
1098 |
-
#: includes/fs-plugin-info-dialog.php:1442
|
1099 |
-
msgid "Donate to this plugin"
|
1100 |
-
msgstr "Donar a este plugin"
|
1101 |
-
|
1102 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1103 |
-
msgid "Average Rating"
|
1104 |
-
msgstr "Calificación media"
|
1105 |
-
|
1106 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1107 |
-
msgid "based on %s"
|
1108 |
-
msgstr "basado en %s"
|
1109 |
-
|
1110 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1111 |
-
msgid "%s rating"
|
1112 |
-
msgstr "%s calificación"
|
1113 |
-
|
1114 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1115 |
-
msgid "%s ratings"
|
1116 |
-
msgstr "%s calificaciones"
|
1117 |
-
|
1118 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1119 |
-
msgid "%s star"
|
1120 |
-
msgstr "%s estrella"
|
1121 |
-
|
1122 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1123 |
-
msgid "%s stars"
|
1124 |
-
msgstr "%s estrellas"
|
1125 |
-
|
1126 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1127 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1128 |
-
msgstr "Haz clic para ver los comentarios con una valoración de %s"
|
1129 |
-
|
1130 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1131 |
-
msgid "Contributors"
|
1132 |
-
msgstr "Colaboradores"
|
1133 |
-
|
1134 |
-
#: includes/fs-plugin-info-dialog.php1450,
|
1135 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1136 |
-
msgid "Warning"
|
1137 |
-
msgstr "Atencion"
|
1138 |
-
|
1139 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1140 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1141 |
-
msgstr "Este plugin no ha sido probado con tu versión actual de WordPress."
|
1142 |
-
|
1143 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1144 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1145 |
-
msgstr "Este puglin no ha sido marcado como compatible con tu versión de WordPress."
|
1146 |
-
|
1147 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1148 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1149 |
-
msgstr "El complemento de pago se debe implementar en Freemius."
|
1150 |
-
|
1151 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1152 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1153 |
-
msgstr "El complemento debe implementarse en WordPress.org o en Freemius."
|
1154 |
-
|
1155 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1156 |
-
msgid "Newer Version (%s) Installed"
|
1157 |
-
msgstr "Versión más reciente (%s) instalada"
|
1158 |
-
|
1159 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1160 |
-
msgid "Newer Free Version (%s) Installed"
|
1161 |
-
msgstr "Versión gratuita más reciente (%s) instalada"
|
1162 |
-
|
1163 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1164 |
-
msgid "Latest Version Installed"
|
1165 |
-
msgstr "Última versión instalada"
|
1166 |
-
|
1167 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1168 |
-
msgid "Latest Free Version Installed"
|
1169 |
-
msgstr "Última versión gratuita instalada"
|
1170 |
-
|
1171 |
-
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1172 |
-
#: templates/account/partials/addon.php26,
|
1173 |
-
#: templates/account/partials/site.php:295
|
1174 |
-
msgid "Downgrading your plan"
|
1175 |
-
msgstr "Bajando tu plan"
|
1176 |
-
|
1177 |
-
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1178 |
-
#: templates/account/partials/addon.php27,
|
1179 |
-
#: templates/account/partials/site.php:296
|
1180 |
-
msgid "Cancelling the subscription"
|
1181 |
-
msgstr "Cancelando la suscripción"
|
1182 |
-
|
1183 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1184 |
-
#. subscription'
|
1185 |
-
#: templates/account.php:89
|
1186 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1187 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1188 |
-
|
1189 |
-
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1190 |
-
#: templates/account/partials/addon.php30,
|
1191 |
-
#: templates/account/partials/site.php:299
|
1192 |
-
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."
|
1193 |
-
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."
|
1194 |
-
|
1195 |
-
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1196 |
-
#: templates/account/partials/addon.php:31
|
1197 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1198 |
-
msgstr "La cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?"
|
1199 |
-
|
1200 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1201 |
-
#: templates/account/partials/addon.php32,
|
1202 |
-
#: templates/account/partials/site.php:300
|
1203 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1204 |
-
msgstr "Todavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso a soporte y actualizaciones de %s."
|
1205 |
-
|
1206 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1207 |
-
#: templates/account/partials/addon.php33,
|
1208 |
-
#: templates/account/partials/site.php:301
|
1209 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1210 |
-
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."
|
1211 |
-
|
1212 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1213 |
-
#: templates/account.php95,
|
1214 |
-
#: templates/account/partials/activate-license-button.php31,
|
1215 |
-
#: templates/account/partials/addon.php:35
|
1216 |
-
msgid "Activate %s Plan"
|
1217 |
-
msgstr "Activar plan %s"
|
1218 |
-
|
1219 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1220 |
-
#: templates/account.php98, templates/account/partials/addon.php38,
|
1221 |
-
#: templates/account/partials/site.php:275
|
1222 |
-
msgid "Auto renews in %s"
|
1223 |
-
msgstr "Auto renovaciones en %s"
|
1224 |
-
|
1225 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1226 |
-
#: templates/account.php100, templates/account/partials/addon.php40,
|
1227 |
-
#: templates/account/partials/site.php:277
|
1228 |
-
msgid "Expires in %s"
|
1229 |
-
msgstr "Caduca en %s"
|
1230 |
-
|
1231 |
-
#: templates/account.php101, templates/account/partials/addon.php:41
|
1232 |
-
msgctxt "as synchronize license"
|
1233 |
-
msgid "Sync License"
|
1234 |
-
msgstr "Sincronizar licencia"
|
1235 |
-
|
1236 |
-
#: templates/account.php102, templates/account/partials/addon.php:42
|
1237 |
-
msgid "Cancel Trial"
|
1238 |
-
msgstr "Cancelar período de prueba"
|
1239 |
-
|
1240 |
-
#: templates/account.php103, templates/account/partials/addon.php:43
|
1241 |
-
msgid "Change Plan"
|
1242 |
-
msgstr "Cambiar Plan"
|
1243 |
-
|
1244 |
-
#: templates/account.php104, templates/account/partials/addon.php:44
|
1245 |
-
msgctxt "verb"
|
1246 |
-
msgid "Upgrade"
|
1247 |
-
msgstr "Actualizar"
|
1248 |
-
|
1249 |
-
#: templates/account.php106, templates/account/partials/addon.php46,
|
1250 |
-
#: templates/account/partials/site.php:302
|
1251 |
-
msgctxt "verb"
|
1252 |
-
msgid "Downgrade"
|
1253 |
-
msgstr "Degradar"
|
1254 |
-
|
1255 |
-
#: templates/account.php108, templates/add-ons.php187,
|
1256 |
-
#: templates/plugin-info/features.php72,
|
1257 |
-
#: templates/account/partials/addon.php48,
|
1258 |
-
#: templates/account/partials/site.php:31
|
1259 |
-
msgid "Free"
|
1260 |
-
msgstr "Gratis"
|
1261 |
-
|
1262 |
-
#: templates/account.php110, templates/debug.php373,
|
1263 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1264 |
-
#: templates/account/partials/addon.php:50
|
1265 |
-
msgctxt "as product pricing plan"
|
1266 |
-
msgid "Plan"
|
1267 |
-
msgstr "Plan"
|
1268 |
-
|
1269 |
-
#: templates/account.php:111
|
1270 |
-
msgid "Bundle Plan"
|
1271 |
-
msgstr "Bundle Plan"
|
1272 |
-
|
1273 |
-
#: templates/account.php:185
|
1274 |
-
msgid "Free Trial"
|
1275 |
-
msgstr "Período de prueba gratuito"
|
1276 |
-
|
1277 |
-
#: templates/account.php:196
|
1278 |
-
msgid "Account Details"
|
1279 |
-
msgstr "Detalles de la cuenta"
|
1280 |
-
|
1281 |
-
#: templates/account.php:200
|
1282 |
-
msgid "Billing & Invoices"
|
1283 |
-
msgstr "Billing & Invoices"
|
1284 |
-
|
1285 |
-
#: templates/account.php:210
|
1286 |
-
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?"
|
1287 |
-
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?"
|
1288 |
-
|
1289 |
-
#: templates/account.php:212
|
1290 |
-
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?"
|
1291 |
-
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?"
|
1292 |
-
|
1293 |
-
#: templates/account.php:215
|
1294 |
-
msgid "Delete Account"
|
1295 |
-
msgstr "Borrar cuenta"
|
1296 |
-
|
1297 |
-
#: templates/account.php227, templates/account/partials/addon.php211,
|
1298 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1299 |
-
msgid "Deactivate License"
|
1300 |
-
msgstr "Desactivar licencia"
|
1301 |
-
|
1302 |
-
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1303 |
-
msgid "Are you sure you want to proceed?"
|
1304 |
-
msgstr "¿Estás seguro que quieres proceder?"
|
1305 |
-
|
1306 |
-
#: templates/account.php250, templates/account/partials/addon.php:234
|
1307 |
-
msgid "Cancel Subscription"
|
1308 |
-
msgstr "Cancelar suscripción"
|
1309 |
-
|
1310 |
-
#: templates/account.php:278
|
1311 |
-
msgctxt "as synchronize"
|
1312 |
-
msgid "Sync"
|
1313 |
-
msgstr "Sincronizar"
|
1314 |
-
|
1315 |
-
#: templates/account.php292, templates/debug.php:489
|
1316 |
-
msgid "Name"
|
1317 |
-
msgstr "Nombre"
|
1318 |
-
|
1319 |
-
#: templates/account.php298, templates/debug.php:490
|
1320 |
-
msgid "Email"
|
1321 |
-
msgstr "Correo electrónico"
|
1322 |
-
|
1323 |
-
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1324 |
-
msgid "User ID"
|
1325 |
-
msgstr "ID de usuario"
|
1326 |
-
|
1327 |
-
#: templates/account.php322, templates/account.php608,
|
1328 |
-
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1329 |
-
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1330 |
-
#: templates/debug.php599, templates/account/payments.php35,
|
1331 |
-
#: templates/debug/logger.php:21
|
1332 |
-
msgid "ID"
|
1333 |
-
msgstr "ID"
|
1334 |
-
|
1335 |
-
#: templates/account.php:329
|
1336 |
-
msgid "Site ID"
|
1337 |
-
msgstr "ID del sitio"
|
1338 |
-
|
1339 |
-
#: templates/account.php:332
|
1340 |
-
msgid "No ID"
|
1341 |
-
msgstr "Sin ID"
|
1342 |
-
|
1343 |
-
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1344 |
-
#: templates/debug.php455, templates/debug.php492,
|
1345 |
-
#: templates/account/partials/site.php:219
|
1346 |
-
msgid "Public Key"
|
1347 |
-
msgstr "Clave pública"
|
1348 |
-
|
1349 |
-
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1350 |
-
#: templates/debug.php493, templates/account/partials/site.php:231
|
1351 |
-
msgid "Secret Key"
|
1352 |
-
msgstr "Clave secreta"
|
1353 |
-
|
1354 |
-
#: templates/account.php:346
|
1355 |
-
msgctxt "as secret encryption key missing"
|
1356 |
-
msgid "No Secret"
|
1357 |
-
msgstr "Sin clave secreta"
|
1358 |
-
|
1359 |
-
#: templates/account.php373, templates/account/partials/site.php112,
|
1360 |
-
#: templates/account/partials/site.php:114
|
1361 |
-
msgid "Trial"
|
1362 |
-
msgstr "Período de prueba gratuito"
|
1363 |
-
|
1364 |
-
#: templates/account.php400, templates/debug.php533,
|
1365 |
-
#: templates/account/partials/site.php:248
|
1366 |
-
msgid "License Key"
|
1367 |
-
msgstr "Clave de licencia"
|
1368 |
-
|
1369 |
-
#: templates/account.php:429
|
1370 |
-
msgid "Join the Beta program"
|
1371 |
-
msgstr "Join the Beta program"
|
1372 |
-
|
1373 |
-
#: templates/account.php:435
|
1374 |
-
msgid "not verified"
|
1375 |
-
msgstr "no verificado"
|
1376 |
-
|
1377 |
-
#: templates/account.php444, templates/account/partials/addon.php:172
|
1378 |
-
msgid "Expired"
|
1379 |
-
msgstr "Caducado"
|
1380 |
-
|
1381 |
-
#: templates/account.php:502
|
1382 |
-
msgid "Premium version"
|
1383 |
-
msgstr "Versión premium"
|
1384 |
-
|
1385 |
-
#: templates/account.php:504
|
1386 |
-
msgid "Free version"
|
1387 |
-
msgstr "Versión gratuita"
|
1388 |
-
|
1389 |
-
#: templates/account.php:516
|
1390 |
-
msgid "Verify Email"
|
1391 |
-
msgstr "Verificar correo electrónico"
|
1392 |
-
|
1393 |
-
#: templates/account.php:527
|
1394 |
-
msgid "Download %s Version"
|
1395 |
-
msgstr "Descargar versión %s"
|
1396 |
-
|
1397 |
-
#: templates/account.php541, templates/account.php749,
|
1398 |
-
#: templates/account/partials/site.php237,
|
1399 |
-
#: templates/account/partials/site.php:255
|
1400 |
-
msgctxt "verb"
|
1401 |
-
msgid "Show"
|
1402 |
-
msgstr "Mostrar"
|
1403 |
-
|
1404 |
-
#: templates/account.php:555
|
1405 |
-
msgid "What is your %s?"
|
1406 |
-
msgstr "¿Cual es tú %s?"
|
1407 |
-
|
1408 |
-
#: templates/account.php563, templates/account/billing.php:21
|
1409 |
-
msgctxt "verb"
|
1410 |
-
msgid "Edit"
|
1411 |
-
msgstr "Editar"
|
1412 |
-
|
1413 |
-
#: templates/account.php:588
|
1414 |
-
msgid "Sites"
|
1415 |
-
msgstr "Sitios"
|
1416 |
-
|
1417 |
-
#: templates/account.php:599
|
1418 |
-
msgid "Search by address"
|
1419 |
-
msgstr "Buscar por dirección"
|
1420 |
-
|
1421 |
-
#: templates/account.php609, templates/debug.php:369
|
1422 |
-
msgid "Address"
|
1423 |
-
msgstr "Dirección"
|
1424 |
-
|
1425 |
-
#: templates/account.php:610
|
1426 |
-
msgid "License"
|
1427 |
-
msgstr "Licencia"
|
1428 |
-
|
1429 |
-
#: templates/account.php:611
|
1430 |
-
msgid "Plan"
|
1431 |
-
msgstr "Plan"
|
1432 |
-
|
1433 |
-
#: templates/account.php:656
|
1434 |
-
msgctxt "as software license"
|
1435 |
-
msgid "License"
|
1436 |
-
msgstr "Licencia"
|
1437 |
-
|
1438 |
-
#: templates/account.php:743
|
1439 |
-
msgctxt "verb"
|
1440 |
-
msgid "Hide"
|
1441 |
-
msgstr "Ocultar"
|
1442 |
-
|
1443 |
-
#: templates/account.php:765
|
1444 |
-
msgid "Processing"
|
1445 |
-
msgstr "Procesando"
|
1446 |
-
|
1447 |
-
#: templates/account.php:768
|
1448 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1449 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1450 |
-
|
1451 |
-
#: templates/account.php:826
|
1452 |
-
msgid "Cancelling %s"
|
1453 |
-
msgstr "Cancelando %s"
|
1454 |
-
|
1455 |
-
#: templates/account.php826, templates/account.php843,
|
1456 |
-
#: templates/forms/subscription-cancellation.php27,
|
1457 |
-
#: templates/forms/deactivation/form.php:133
|
1458 |
-
msgid "trial"
|
1459 |
-
msgstr "período de prueba"
|
1460 |
-
|
1461 |
-
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1462 |
-
msgid "Cancelling %s..."
|
1463 |
-
msgstr "Cancelando %s..."
|
1464 |
-
|
1465 |
-
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1466 |
-
#: templates/forms/deactivation/form.php:134
|
1467 |
-
msgid "subscription"
|
1468 |
-
msgstr "suscripción"
|
1469 |
-
|
1470 |
-
#: templates/account.php:858
|
1471 |
-
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?"
|
1472 |
-
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?"
|
1473 |
-
|
1474 |
-
#: templates/add-ons.php:35
|
1475 |
-
msgid "View details"
|
1476 |
-
msgstr "Ver detalles"
|
1477 |
-
|
1478 |
-
#: templates/add-ons.php:45
|
1479 |
-
msgid "Add Ons for %s"
|
1480 |
-
msgstr "Complementos para %s"
|
1481 |
-
|
1482 |
-
#: templates/add-ons.php:55
|
1483 |
-
msgid "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1484 |
-
msgstr "No podemos cargar la lista de complementos. Probablemente es un problema por nuestro parte, por favor inténtalo de nuevo en unos minutos."
|
1485 |
-
|
1486 |
-
#: templates/add-ons.php:173
|
1487 |
-
msgctxt "active add-on"
|
1488 |
-
msgid "Active"
|
1489 |
-
msgstr "Activo"
|
1490 |
-
|
1491 |
-
#: templates/add-ons.php:174
|
1492 |
-
msgctxt "installed add-on"
|
1493 |
-
msgid "Installed"
|
1494 |
-
msgstr "Installed"
|
1495 |
-
|
1496 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1497 |
-
#: templates/forms/resend-key.php:77
|
1498 |
-
msgctxt "as close a window"
|
1499 |
-
msgid "Dismiss"
|
1500 |
-
msgstr "Descartar"
|
1501 |
-
|
1502 |
-
#: templates/auto-installation.php:45
|
1503 |
-
msgid "%s sec"
|
1504 |
-
msgstr "%s seg"
|
1505 |
-
|
1506 |
-
#: templates/auto-installation.php:83
|
1507 |
-
msgid "Automatic Installation"
|
1508 |
-
msgstr "Instalación automática"
|
1509 |
-
|
1510 |
-
#: templates/auto-installation.php:93
|
1511 |
-
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."
|
1512 |
-
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."
|
1513 |
-
|
1514 |
-
#: templates/auto-installation.php:104
|
1515 |
-
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."
|
1516 |
-
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."
|
1517 |
-
|
1518 |
-
#: templates/auto-installation.php:109
|
1519 |
-
msgid "Cancel Installation"
|
1520 |
-
msgstr "Cancelar instalación"
|
1521 |
-
|
1522 |
-
#: templates/checkout.php:180
|
1523 |
-
msgid "Checkout"
|
1524 |
-
msgstr "Pagar"
|
1525 |
-
|
1526 |
-
#: templates/checkout.php:180
|
1527 |
-
msgid "PCI compliant"
|
1528 |
-
msgstr "Compatible con PCI"
|
1529 |
-
|
1530 |
-
#. translators: %s: name (e.g. Hey John,)
|
1531 |
-
#: templates/connect.php:112
|
1532 |
-
msgctxt "greeting"
|
1533 |
-
msgid "Hey %s,"
|
1534 |
-
msgstr "Hey %s,"
|
1535 |
-
|
1536 |
-
#: templates/connect.php:154
|
1537 |
-
msgid "Allow & Continue"
|
1538 |
-
msgstr "Permitir y continuar"
|
1539 |
-
|
1540 |
-
#: templates/connect.php:158
|
1541 |
-
msgid "Re-send activation email"
|
1542 |
-
msgstr "Reenviar correo electrónico de activación"
|
1543 |
-
|
1544 |
-
#: templates/connect.php:162
|
1545 |
-
msgid "Thanks %s!"
|
1546 |
-
msgstr "¡Gracias %s!"
|
1547 |
-
|
1548 |
-
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1549 |
-
msgid "Agree & Activate License"
|
1550 |
-
msgstr "De acuerdo y activar licencia"
|
1551 |
-
|
1552 |
-
#: templates/connect.php:181
|
1553 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1554 |
-
msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
|
1555 |
-
|
1556 |
-
#: templates/connect.php:188
|
1557 |
-
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."
|
1558 |
-
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."
|
1559 |
-
|
1560 |
-
#: templates/connect.php:189
|
1561 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1562 |
-
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."
|
1563 |
-
|
1564 |
-
#: templates/connect.php:195
|
1565 |
-
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."
|
1566 |
-
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."
|
1567 |
-
|
1568 |
-
#: templates/connect.php:196
|
1569 |
-
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."
|
1570 |
-
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."
|
1571 |
-
|
1572 |
-
#: templates/connect.php:230
|
1573 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1574 |
-
msgstr "Estamos emocionados de introducir la integración de Freemius a nivel de red."
|
1575 |
-
|
1576 |
-
#: templates/connect.php:233
|
1577 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1578 |
-
msgstr "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia."
|
1579 |
-
|
1580 |
-
#: templates/connect.php:235
|
1581 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1582 |
-
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."
|
1583 |
-
|
1584 |
-
#: templates/connect.php:237
|
1585 |
-
msgid "%s's paid features"
|
1586 |
-
msgstr "%s características de pago"
|
1587 |
-
|
1588 |
-
#: templates/connect.php:242
|
1589 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1590 |
-
msgstr "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red."
|
1591 |
-
|
1592 |
-
#: templates/connect.php:244
|
1593 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1594 |
-
msgstr "Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención."
|
1595 |
-
|
1596 |
-
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1597 |
-
msgid "License key"
|
1598 |
-
msgstr "Clave de licencia"
|
1599 |
-
|
1600 |
-
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1601 |
-
msgid "Can't find your license key?"
|
1602 |
-
msgstr "¿No puedes encontrar tu clave de licencia?"
|
1603 |
-
|
1604 |
-
#: templates/connect.php315, templates/connect.php652,
|
1605 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1606 |
-
msgctxt "verb"
|
1607 |
-
msgid "Skip"
|
1608 |
-
msgstr "Saltar"
|
1609 |
-
|
1610 |
-
#: templates/connect.php:318
|
1611 |
-
msgid "Delegate to Site Admins"
|
1612 |
-
msgstr "Delegar a administradores del sitio"
|
1613 |
-
|
1614 |
-
#: templates/connect.php:318
|
1615 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1616 |
-
msgstr "Si haces click, esta decisión será delegada a los administradores de los sitios."
|
1617 |
-
|
1618 |
-
#: templates/connect.php:346
|
1619 |
-
msgid "Your Profile Overview"
|
1620 |
-
msgstr "Resumen del perfil"
|
1621 |
-
|
1622 |
-
#: templates/connect.php:347
|
1623 |
-
msgid "Name and email address"
|
1624 |
-
msgstr "Nombre y dirección de correo electrónico"
|
1625 |
-
|
1626 |
-
#: templates/connect.php:352
|
1627 |
-
msgid "Your Site Overview"
|
1628 |
-
msgstr "Resumen del sitio"
|
1629 |
-
|
1630 |
-
#: templates/connect.php:353
|
1631 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1632 |
-
msgstr "URL del sitio web, versión de WP, PHP info, plugins y temas"
|
1633 |
-
|
1634 |
-
#: templates/connect.php:358
|
1635 |
-
msgid "Admin Notices"
|
1636 |
-
msgstr "Avisos de administración"
|
1637 |
-
|
1638 |
-
#: templates/connect.php359, templates/connect.php:375
|
1639 |
-
msgid "Updates, announcements, marketing, no spam"
|
1640 |
-
msgstr "Actualizaciones, anuncios, marketing, sin spam"
|
1641 |
-
|
1642 |
-
#: templates/connect.php:364
|
1643 |
-
msgid "Current %s Events"
|
1644 |
-
msgstr "Eventos de %s actuales"
|
1645 |
-
|
1646 |
-
#: templates/connect.php:365
|
1647 |
-
msgid "Activation, deactivation and uninstall"
|
1648 |
-
msgstr "Activación, desactivación y desinstalación"
|
1649 |
-
|
1650 |
-
#: templates/connect.php:374
|
1651 |
-
msgid "Newsletter"
|
1652 |
-
msgstr "Boletín"
|
1653 |
-
|
1654 |
-
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1655 |
-
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."
|
1656 |
-
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."
|
1657 |
-
|
1658 |
-
#: templates/connect.php:396
|
1659 |
-
msgid "What permissions are being granted?"
|
1660 |
-
msgstr "¿Qué permisos se otorgan?"
|
1661 |
-
|
1662 |
-
#: templates/connect.php:417
|
1663 |
-
msgid "Don't have a license key?"
|
1664 |
-
msgstr "¿No tienes una clave de licencia?"
|
1665 |
-
|
1666 |
-
#: templates/connect.php:420
|
1667 |
-
msgid "Have a license key?"
|
1668 |
-
msgstr "¿Tienes una clave de licencia?"
|
1669 |
-
|
1670 |
-
#: templates/connect.php:428
|
1671 |
-
msgid "Privacy Policy"
|
1672 |
-
msgstr "Política de privacidad"
|
1673 |
-
|
1674 |
-
#: templates/connect.php:430
|
1675 |
-
msgid "License Agreement"
|
1676 |
-
msgstr "Acuerdo de licencia"
|
1677 |
-
|
1678 |
-
#: templates/connect.php:430
|
1679 |
-
msgid "Terms of Service"
|
1680 |
-
msgstr "Términos de servicio"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:805
|
1683 |
-
msgctxt "as in the process of sending an email"
|
1684 |
-
msgid "Sending email"
|
1685 |
-
msgstr "Enviando correo electrónico"
|
1686 |
-
|
1687 |
-
#: templates/connect.php:806
|
1688 |
-
msgctxt "as activating plugin"
|
1689 |
-
msgid "Activating"
|
1690 |
-
msgstr "Activando"
|
1691 |
-
|
1692 |
-
#: templates/contact.php:78
|
1693 |
-
msgid "Contact"
|
1694 |
-
msgstr "Contacto"
|
1695 |
-
|
1696 |
-
#: templates/debug.php:17
|
1697 |
-
msgctxt "as turned off"
|
1698 |
-
msgid "Off"
|
1699 |
-
msgstr "Apagado"
|
1700 |
-
|
1701 |
-
#: templates/debug.php:18
|
1702 |
-
msgctxt "as turned on"
|
1703 |
-
msgid "On"
|
1704 |
-
msgstr "Encendido"
|
1705 |
-
|
1706 |
-
#: templates/debug.php:20
|
1707 |
-
msgid "SDK"
|
1708 |
-
msgstr "SDK"
|
1709 |
-
|
1710 |
-
#: templates/debug.php:24
|
1711 |
-
msgctxt "as code debugging"
|
1712 |
-
msgid "Debugging"
|
1713 |
-
msgstr "Depurando"
|
1714 |
-
|
1715 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1716 |
-
#: templates/debug.php:494
|
1717 |
-
msgid "Actions"
|
1718 |
-
msgstr "Acciones"
|
1719 |
-
|
1720 |
-
#: templates/debug.php:64
|
1721 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1722 |
-
msgstr "¿Está seguro que desea eliminar todos los datos de Freemius?"
|
1723 |
-
|
1724 |
-
#: templates/debug.php:64
|
1725 |
-
msgid "Delete All Accounts"
|
1726 |
-
msgstr "Borrar todas las cuentas"
|
1727 |
-
|
1728 |
-
#: templates/debug.php:71
|
1729 |
-
msgid "Clear API Cache"
|
1730 |
-
msgstr "Borrar caché de la API"
|
1731 |
-
|
1732 |
-
#: templates/debug.php:79
|
1733 |
-
msgid "Clear Updates Transients"
|
1734 |
-
msgstr "Borrar transients de actualizaciones"
|
1735 |
-
|
1736 |
-
#: templates/debug.php:86
|
1737 |
-
msgid "Sync Data From Server"
|
1738 |
-
msgstr "Sincronizar datos desde el servidor"
|
1739 |
-
|
1740 |
-
#: templates/debug.php:95
|
1741 |
-
msgid "Migrate Options to Network"
|
1742 |
-
msgstr "Migrar opciones a la red"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:100
|
1745 |
-
msgid "Load DB Option"
|
1746 |
-
msgstr "Cargar opción de BD"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:103
|
1749 |
-
msgid "Set DB Option"
|
1750 |
-
msgstr "Guardar opción en BD"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:182
|
1753 |
-
msgid "Key"
|
1754 |
-
msgstr "Clave"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:183
|
1757 |
-
msgid "Value"
|
1758 |
-
msgstr "Valor"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:199
|
1761 |
-
msgctxt "as software development kit versions"
|
1762 |
-
msgid "SDK Versions"
|
1763 |
-
msgstr "Versiones SDK"
|
1764 |
-
|
1765 |
-
#: templates/debug.php:204
|
1766 |
-
msgid "SDK Path"
|
1767 |
-
msgstr "Ruta del SDK"
|
1768 |
-
|
1769 |
-
#: templates/debug.php205, templates/debug.php:244
|
1770 |
-
msgid "Module Path"
|
1771 |
-
msgstr "Ruta del módulo"
|
1772 |
-
|
1773 |
-
#: templates/debug.php:206
|
1774 |
-
msgid "Is Active"
|
1775 |
-
msgstr "Está activo"
|
1776 |
-
|
1777 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1778 |
-
msgid "Plugins"
|
1779 |
-
msgstr "Plugins"
|
1780 |
-
|
1781 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1782 |
-
msgid "Themes"
|
1783 |
-
msgstr "Temas"
|
1784 |
-
|
1785 |
-
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1786 |
-
#: templates/debug/scheduled-crons.php:80
|
1787 |
-
msgid "Slug"
|
1788 |
-
msgstr "Ruta"
|
1789 |
-
|
1790 |
-
#: templates/debug.php241, templates/debug.php:452
|
1791 |
-
msgid "Title"
|
1792 |
-
msgstr "Título"
|
1793 |
-
|
1794 |
-
#: templates/debug.php:242
|
1795 |
-
msgctxt "as application program interface"
|
1796 |
-
msgid "API"
|
1797 |
-
msgstr "API"
|
1798 |
-
|
1799 |
-
#: templates/debug.php:243
|
1800 |
-
msgid "Freemius State"
|
1801 |
-
msgstr "Estado Freemius"
|
1802 |
-
|
1803 |
-
#: templates/debug.php:247
|
1804 |
-
msgid "Network Blog"
|
1805 |
-
msgstr "Blog de red"
|
1806 |
-
|
1807 |
-
#: templates/debug.php:248
|
1808 |
-
msgid "Network User"
|
1809 |
-
msgstr "Usuario de red"
|
1810 |
-
|
1811 |
-
#: templates/debug.php:285
|
1812 |
-
msgctxt "as connection was successful"
|
1813 |
-
msgid "Connected"
|
1814 |
-
msgstr "Conectado"
|
1815 |
-
|
1816 |
-
#: templates/debug.php:286
|
1817 |
-
msgctxt "as connection blocked"
|
1818 |
-
msgid "Blocked"
|
1819 |
-
msgstr "Bloqueado"
|
1820 |
-
|
1821 |
-
#: templates/debug.php:322
|
1822 |
-
msgid "Simulate Trial Promotion"
|
1823 |
-
msgstr "Simular período de prueba"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:334
|
1826 |
-
msgid "Simulate Network Upgrade"
|
1827 |
-
msgstr "Simular actualización de red"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:360
|
1830 |
-
msgid "%s Installs"
|
1831 |
-
msgstr "%s Instalaciones"
|
1832 |
-
|
1833 |
-
#: templates/debug.php:362
|
1834 |
-
msgctxt "like websites"
|
1835 |
-
msgid "Sites"
|
1836 |
-
msgstr "Sitios"
|
1837 |
-
|
1838 |
-
#: templates/debug.php368, templates/account/partials/site.php:148
|
1839 |
-
msgid "Blog ID"
|
1840 |
-
msgstr "ID del blog"
|
1841 |
-
|
1842 |
-
#: templates/debug.php433, templates/debug.php511,
|
1843 |
-
#: templates/account/partials/addon.php:396
|
1844 |
-
msgctxt "verb"
|
1845 |
-
msgid "Delete"
|
1846 |
-
msgstr "Borrar"
|
1847 |
-
|
1848 |
-
#: templates/debug.php:447
|
1849 |
-
msgid "Add Ons of module %s"
|
1850 |
-
msgstr "Complementos del módulo %s"
|
1851 |
-
|
1852 |
-
#: templates/debug.php:484
|
1853 |
-
msgid "Users"
|
1854 |
-
msgstr "Usuarios"
|
1855 |
-
|
1856 |
-
#: templates/debug.php:491
|
1857 |
-
msgid "Verified"
|
1858 |
-
msgstr "Verificado"
|
1859 |
-
|
1860 |
-
#: templates/debug.php:522
|
1861 |
-
msgid "%s Licenses"
|
1862 |
-
msgstr "%s Licencias"
|
1863 |
-
|
1864 |
-
#: templates/debug.php:527
|
1865 |
-
msgid "Plugin ID"
|
1866 |
-
msgstr "ID del plugin"
|
1867 |
-
|
1868 |
-
#: templates/debug.php:529
|
1869 |
-
msgid "Plan ID"
|
1870 |
-
msgstr "ID del plan"
|
1871 |
-
|
1872 |
-
#: templates/debug.php:530
|
1873 |
-
msgid "Quota"
|
1874 |
-
msgstr "Cuota"
|
1875 |
-
|
1876 |
-
#: templates/debug.php:531
|
1877 |
-
msgid "Activated"
|
1878 |
-
msgstr "Activado"
|
1879 |
-
|
1880 |
-
#: templates/debug.php:532
|
1881 |
-
msgid "Blocking"
|
1882 |
-
msgstr "Bloqueando"
|
1883 |
-
|
1884 |
-
#: templates/debug.php:534
|
1885 |
-
msgctxt "as expiration date"
|
1886 |
-
msgid "Expiration"
|
1887 |
-
msgstr "Caducidad"
|
1888 |
-
|
1889 |
-
#: templates/debug.php:557
|
1890 |
-
msgid "Debug Log"
|
1891 |
-
msgstr "Log de Debug"
|
1892 |
-
|
1893 |
-
#: templates/debug.php:561
|
1894 |
-
msgid "All Types"
|
1895 |
-
msgstr "Todos los Tipos"
|
1896 |
-
|
1897 |
-
#: templates/debug.php:568
|
1898 |
-
msgid "All Requests"
|
1899 |
-
msgstr "Todas las peticiones"
|
1900 |
-
|
1901 |
-
#: templates/debug.php573, templates/debug.php602,
|
1902 |
-
#: templates/debug/logger.php:25
|
1903 |
-
msgid "File"
|
1904 |
-
msgstr "Archivo"
|
1905 |
-
|
1906 |
-
#: templates/debug.php574, templates/debug.php600,
|
1907 |
-
#: templates/debug/logger.php:23
|
1908 |
-
msgid "Function"
|
1909 |
-
msgstr "Función"
|
1910 |
-
|
1911 |
-
#: templates/debug.php:575
|
1912 |
-
msgid "Process ID"
|
1913 |
-
msgstr "ID del proceso"
|
1914 |
-
|
1915 |
-
#: templates/debug.php:576
|
1916 |
-
msgid "Logger"
|
1917 |
-
msgstr "Logger"
|
1918 |
-
|
1919 |
-
#: templates/debug.php577, templates/debug.php601,
|
1920 |
-
#: templates/debug/logger.php:24
|
1921 |
-
msgid "Message"
|
1922 |
-
msgstr "Mensaje"
|
1923 |
-
|
1924 |
-
#: templates/debug.php:579
|
1925 |
-
msgid "Filter"
|
1926 |
-
msgstr "Filtro"
|
1927 |
-
|
1928 |
-
#: templates/debug.php:587
|
1929 |
-
msgid "Download"
|
1930 |
-
msgstr "Descarga"
|
1931 |
-
|
1932 |
-
#: templates/debug.php598, templates/debug/logger.php:22
|
1933 |
-
msgid "Type"
|
1934 |
-
msgstr "Tipo"
|
1935 |
-
|
1936 |
-
#: templates/debug.php603, templates/debug/logger.php:26
|
1937 |
-
msgid "Timestamp"
|
1938 |
-
msgstr "Timestamp"
|
1939 |
-
|
1940 |
-
#: templates/secure-https-header.php:28
|
1941 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1942 |
-
msgstr "Página segura HTTPS %s, desde un dominio externo"
|
1943 |
-
|
1944 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1945 |
-
#: templates/plugin-info/features.php:43
|
1946 |
-
msgid "Support"
|
1947 |
-
msgstr "Soporte"
|
1948 |
-
|
1949 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1950 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1951 |
-
msgctxt "milliseconds"
|
1952 |
-
msgid "ms"
|
1953 |
-
msgstr "ms"
|
1954 |
-
|
1955 |
-
#: includes/debug/debug-bar-start.php:41
|
1956 |
-
msgid "Freemius API"
|
1957 |
-
msgstr "API Freemius"
|
1958 |
-
|
1959 |
-
#: includes/debug/debug-bar-start.php:42
|
1960 |
-
msgid "Requests"
|
1961 |
-
msgstr "Peticiones"
|
1962 |
-
|
1963 |
-
#: templates/account/billing.php:22
|
1964 |
-
msgctxt "verb"
|
1965 |
-
msgid "Update"
|
1966 |
-
msgstr "Actualizar"
|
1967 |
-
|
1968 |
-
#: templates/account/billing.php:33
|
1969 |
-
msgid "Billing"
|
1970 |
-
msgstr "Facturación"
|
1971 |
-
|
1972 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1973 |
-
msgid "Business name"
|
1974 |
-
msgstr "Nombre de la empresa"
|
1975 |
-
|
1976 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
1977 |
-
msgid "Tax / VAT ID"
|
1978 |
-
msgstr "Tax / Núm IVA"
|
1979 |
-
|
1980 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
1981 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
1982 |
-
msgid "Address Line %d"
|
1983 |
-
msgstr "Línea de la dirección %d"
|
1984 |
-
|
1985 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1986 |
-
msgid "City"
|
1987 |
-
msgstr "Ciudad"
|
1988 |
-
|
1989 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1990 |
-
msgid "Town"
|
1991 |
-
msgstr "Municipio"
|
1992 |
-
|
1993 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
1994 |
-
msgid "ZIP / Postal Code"
|
1995 |
-
msgstr "Código postal"
|
1996 |
-
|
1997 |
-
#: templates/account/billing.php:302
|
1998 |
-
msgid "Country"
|
1999 |
-
msgstr "País"
|
2000 |
-
|
2001 |
-
#: templates/account/billing.php:304
|
2002 |
-
msgid "Select Country"
|
2003 |
-
msgstr "Seleccionar país"
|
2004 |
-
|
2005 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2006 |
-
msgid "State"
|
2007 |
-
msgstr "Estado"
|
2008 |
-
|
2009 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2010 |
-
msgid "Province"
|
2011 |
-
msgstr "Provincia"
|
2012 |
-
|
2013 |
-
#: templates/account/payments.php:29
|
2014 |
-
msgid "Payments"
|
2015 |
-
msgstr "Pagos"
|
2016 |
-
|
2017 |
-
#: templates/account/payments.php:36
|
2018 |
-
msgid "Date"
|
2019 |
-
msgstr "Fecha"
|
2020 |
-
|
2021 |
-
#: templates/account/payments.php:37
|
2022 |
-
msgid "Amount"
|
2023 |
-
msgstr "Cantidad"
|
2024 |
-
|
2025 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2026 |
-
msgid "Invoice"
|
2027 |
-
msgstr "Factura"
|
2028 |
-
|
2029 |
-
#: templates/debug/api-calls.php:56
|
2030 |
-
msgid "API"
|
2031 |
-
msgstr "API"
|
2032 |
-
|
2033 |
-
#: templates/debug/api-calls.php:68
|
2034 |
-
msgid "Method"
|
2035 |
-
msgstr "Método"
|
2036 |
-
|
2037 |
-
#: templates/debug/api-calls.php:69
|
2038 |
-
msgid "Code"
|
2039 |
-
msgstr "Código"
|
2040 |
-
|
2041 |
-
#: templates/debug/api-calls.php:70
|
2042 |
-
msgid "Length"
|
2043 |
-
msgstr "Longitud"
|
2044 |
-
|
2045 |
-
#: templates/debug/api-calls.php:71
|
2046 |
-
msgctxt "as file/folder path"
|
2047 |
-
msgid "Path"
|
2048 |
-
msgstr "Ruta"
|
2049 |
-
|
2050 |
-
#: templates/debug/api-calls.php:73
|
2051 |
-
msgid "Body"
|
2052 |
-
msgstr "Cuerpo"
|
2053 |
-
|
2054 |
-
#: templates/debug/api-calls.php:75
|
2055 |
-
msgid "Result"
|
2056 |
-
msgstr "Resultado"
|
2057 |
-
|
2058 |
-
#: templates/debug/api-calls.php:76
|
2059 |
-
msgid "Start"
|
2060 |
-
msgstr "Inicio"
|
2061 |
-
|
2062 |
-
#: templates/debug/api-calls.php:77
|
2063 |
-
msgid "End"
|
2064 |
-
msgstr "Fin"
|
2065 |
-
|
2066 |
-
#: templates/debug/logger.php:15
|
2067 |
-
msgid "Log"
|
2068 |
-
msgstr "Log"
|
2069 |
-
|
2070 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2071 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2072 |
-
#: templates/debug/scheduled-crons.php:91
|
2073 |
-
msgid "In %s"
|
2074 |
-
msgstr "En %s"
|
2075 |
-
|
2076 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2077 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2078 |
-
#: templates/debug/scheduled-crons.php:93
|
2079 |
-
msgid "%s ago"
|
2080 |
-
msgstr "hace %s"
|
2081 |
-
|
2082 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2083 |
-
#: templates/debug/scheduled-crons.php:74
|
2084 |
-
msgctxt "seconds"
|
2085 |
-
msgid "sec"
|
2086 |
-
msgstr "seg"
|
2087 |
-
|
2088 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2089 |
-
msgid "Plugins & Themes Sync"
|
2090 |
-
msgstr "Sincronizar plugins y temas"
|
2091 |
-
|
2092 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2093 |
-
msgid "Total"
|
2094 |
-
msgstr "Total"
|
2095 |
-
|
2096 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2097 |
-
#: templates/debug/scheduled-crons.php:84
|
2098 |
-
msgid "Last"
|
2099 |
-
msgstr "Último"
|
2100 |
-
|
2101 |
-
#: templates/debug/scheduled-crons.php:76
|
2102 |
-
msgid "Scheduled Crons"
|
2103 |
-
msgstr "Crons programados"
|
2104 |
-
|
2105 |
-
#: templates/debug/scheduled-crons.php:81
|
2106 |
-
msgid "Module"
|
2107 |
-
msgstr "Módulo"
|
2108 |
-
|
2109 |
-
#: templates/debug/scheduled-crons.php:82
|
2110 |
-
msgid "Module Type"
|
2111 |
-
msgstr "Tipo de módulo"
|
2112 |
-
|
2113 |
-
#: templates/debug/scheduled-crons.php:83
|
2114 |
-
msgid "Cron Type"
|
2115 |
-
msgstr "Tipo de cron"
|
2116 |
-
|
2117 |
-
#: templates/debug/scheduled-crons.php:85
|
2118 |
-
msgid "Next"
|
2119 |
-
msgstr "Siguiente"
|
2120 |
-
|
2121 |
-
#: templates/forms/affiliation.php:82
|
2122 |
-
msgid "Non-expiring"
|
2123 |
-
msgstr "Sin caducidad"
|
2124 |
-
|
2125 |
-
#: templates/forms/affiliation.php:85
|
2126 |
-
msgid "Apply to become an affiliate"
|
2127 |
-
msgstr "Aceptar para hacerse afiliado"
|
2128 |
-
|
2129 |
-
#: templates/forms/affiliation.php:104
|
2130 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2131 |
-
msgstr "¡Tu aplicación al programa de afiliación para %s ha sido aceptada! Entra en tu área de afiliado desde: %s."
|
2132 |
-
|
2133 |
-
#: templates/forms/affiliation.php:119
|
2134 |
-
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."
|
2135 |
-
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."
|
2136 |
-
|
2137 |
-
#: templates/forms/affiliation.php:122
|
2138 |
-
msgid "Your affiliation account was temporarily suspended."
|
2139 |
-
msgstr "Tu cuenta de afiliado ha sido suspendida temporalmente."
|
2140 |
-
|
2141 |
-
#: templates/forms/affiliation.php:125
|
2142 |
-
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."
|
2143 |
-
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."
|
2144 |
-
|
2145 |
-
#: templates/forms/affiliation.php:128
|
2146 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2147 |
-
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."
|
2148 |
-
|
2149 |
-
#: templates/forms/affiliation.php:141
|
2150 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2151 |
-
msgstr "¿Te gusta %s? Conviértete en nuestro embajador y gana dinero ;-)"
|
2152 |
-
|
2153 |
-
#: templates/forms/affiliation.php:142
|
2154 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2155 |
-
msgstr "¡Envíanos nuevos usuarios a nuestro %s y gana %s de comisión en cada venta satisfactoria que nos hayas referido!"
|
2156 |
-
|
2157 |
-
#: templates/forms/affiliation.php:145
|
2158 |
-
msgid "Program Summary"
|
2159 |
-
msgstr "Sumario del programa"
|
2160 |
-
|
2161 |
-
#: templates/forms/affiliation.php:147
|
2162 |
-
msgid "%s commission when a customer purchases a new license."
|
2163 |
-
msgstr "%s comisión cuando un cliente compra una nueva licencia."
|
2164 |
-
|
2165 |
-
#: templates/forms/affiliation.php:149
|
2166 |
-
msgid "Get commission for automated subscription renewals."
|
2167 |
-
msgstr "Obtén comisiones por renovaciones automatizadas de las suscripciones."
|
2168 |
-
|
2169 |
-
#: templates/forms/affiliation.php:152
|
2170 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2171 |
-
msgstr "%s tracking cookie después de la primera visita para maximizar las ganancias potenciales."
|
2172 |
-
|
2173 |
-
#: templates/forms/affiliation.php:155
|
2174 |
-
msgid "Unlimited commissions."
|
2175 |
-
msgstr "Comisiones Ilimitadas"
|
2176 |
-
|
2177 |
-
#: templates/forms/affiliation.php:157
|
2178 |
-
msgid "%s minimum payout amount."
|
2179 |
-
msgstr "%s cantidad mínima a pagar."
|
2180 |
-
|
2181 |
-
#: templates/forms/affiliation.php:158
|
2182 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2183 |
-
msgstr "Los pagos son en USD y se procesan mensualmente por medio de PayPal."
|
2184 |
-
|
2185 |
-
#: templates/forms/affiliation.php:159
|
2186 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2187 |
-
msgstr "Como aplazamos 30 días para posible devoluciones, sólo pagamos comisiones que son de más de 30 días."
|
2188 |
-
|
2189 |
-
#: templates/forms/affiliation.php:162
|
2190 |
-
msgid "Affiliate"
|
2191 |
-
msgstr "Afiliado"
|
2192 |
-
|
2193 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2194 |
-
msgid "Email address"
|
2195 |
-
msgstr "Dirección de correo electrónico"
|
2196 |
-
|
2197 |
-
#: templates/forms/affiliation.php:169
|
2198 |
-
msgid "Full name"
|
2199 |
-
msgstr "Nombre completo"
|
2200 |
-
|
2201 |
-
#: templates/forms/affiliation.php:173
|
2202 |
-
msgid "PayPal account email address"
|
2203 |
-
msgstr "Dirección de correo electrónico de PayPal"
|
2204 |
-
|
2205 |
-
#: templates/forms/affiliation.php:177
|
2206 |
-
msgid "Where are you going to promote the %s?"
|
2207 |
-
msgstr "¿Dónde vas a promocionar %s?"
|
2208 |
-
|
2209 |
-
#: templates/forms/affiliation.php:179
|
2210 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2211 |
-
msgstr "Introduce el dominio de tu sitio web o de otros sitios web donde planeas promocionar %s."
|
2212 |
-
|
2213 |
-
#: templates/forms/affiliation.php:181
|
2214 |
-
msgid "Add another domain"
|
2215 |
-
msgstr "Añadir otro dominio"
|
2216 |
-
|
2217 |
-
#: templates/forms/affiliation.php:185
|
2218 |
-
msgid "Extra Domains"
|
2219 |
-
msgstr "Dominios extra"
|
2220 |
-
|
2221 |
-
#: templates/forms/affiliation.php:186
|
2222 |
-
msgid "Extra domains where you will be marketing the product from."
|
2223 |
-
msgstr "Dominios extra desde donde promocionarás el producto."
|
2224 |
-
|
2225 |
-
#: templates/forms/affiliation.php:196
|
2226 |
-
msgid "Promotion methods"
|
2227 |
-
msgstr "Métodos de promoción"
|
2228 |
-
|
2229 |
-
#: templates/forms/affiliation.php:199
|
2230 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2231 |
-
msgstr "Social media (Facebook, Twitter, etc.)"
|
2232 |
-
|
2233 |
-
#: templates/forms/affiliation.php:203
|
2234 |
-
msgid "Mobile apps"
|
2235 |
-
msgstr "Apps móviles "
|
2236 |
-
|
2237 |
-
#: templates/forms/affiliation.php:207
|
2238 |
-
msgid "Website, email, and social media statistics (optional)"
|
2239 |
-
msgstr "Sitio web, correo electrónico y estadísticas de social media (opcional)"
|
2240 |
-
|
2241 |
-
#: templates/forms/affiliation.php:210
|
2242 |
-
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)."
|
2243 |
-
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)"
|
2244 |
-
|
2245 |
-
#: templates/forms/affiliation.php:214
|
2246 |
-
msgid "How will you promote us?"
|
2247 |
-
msgstr "¿Como nos promocionarás?"
|
2248 |
-
|
2249 |
-
#: templates/forms/affiliation.php:217
|
2250 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2251 |
-
msgstr "Por favor, danos detalles de como pretendes promocionar %s (por favor, se lo más específico que puedas)"
|
2252 |
-
|
2253 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2254 |
-
msgid "Cancel"
|
2255 |
-
msgstr "Cancelar"
|
2256 |
-
|
2257 |
-
#: templates/forms/affiliation.php:225
|
2258 |
-
msgid "Become an affiliate"
|
2259 |
-
msgstr "Hacerse afiliado"
|
2260 |
-
|
2261 |
-
#: templates/forms/license-activation.php:21
|
2262 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2263 |
-
msgstr "Por favor, introduce la clave de licencia que recibiste en el correo electrónico al realizar la compra:"
|
2264 |
-
|
2265 |
-
#: templates/forms/license-activation.php:26
|
2266 |
-
msgid "Update License"
|
2267 |
-
msgstr "Activar licencia"
|
2268 |
-
|
2269 |
-
#: templates/forms/optout.php:30
|
2270 |
-
msgctxt "verb"
|
2271 |
-
msgid "Opt Out"
|
2272 |
-
msgstr "Darse de baja"
|
2273 |
-
|
2274 |
-
#: templates/forms/optout.php:31
|
2275 |
-
msgctxt "verb"
|
2276 |
-
msgid "Opt In"
|
2277 |
-
msgstr "Inscribirse"
|
2278 |
-
|
2279 |
-
#: templates/forms/optout.php:33
|
2280 |
-
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."
|
2281 |
-
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."
|
2282 |
-
|
2283 |
-
#: templates/forms/optout.php:35
|
2284 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2285 |
-
msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
|
2286 |
-
|
2287 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2288 |
-
msgid "There is a new version of %s available."
|
2289 |
-
msgstr "Hay una nueva versión de %s disponible."
|
2290 |
-
|
2291 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2292 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2293 |
-
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
2294 |
-
|
2295 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2296 |
-
msgid "New Version Available"
|
2297 |
-
msgstr "Nueva versión disponible"
|
2298 |
-
|
2299 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2300 |
-
msgctxt "close a window"
|
2301 |
-
msgid "Dismiss"
|
2302 |
-
msgstr "Descartar"
|
2303 |
-
|
2304 |
-
#: templates/forms/resend-key.php:21
|
2305 |
-
msgid "Send License Key"
|
2306 |
-
msgstr "Enviar clave de licencia"
|
2307 |
-
|
2308 |
-
#: templates/forms/resend-key.php:57
|
2309 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2310 |
-
msgstr "Escribe abajo la dirección de correo electrónico que has usado para la actualización y te reenviaremos la clave de licencia."
|
2311 |
-
|
2312 |
-
#: templates/forms/subscription-cancellation.php:37
|
2313 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2314 |
-
msgstr "Desactivar o desinstalar %s deshabilitará automáticamente la licencia, que podrás usar en otro sitio."
|
2315 |
-
|
2316 |
-
#: templates/forms/subscription-cancellation.php:47
|
2317 |
-
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?"
|
2318 |
-
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?"
|
2319 |
-
|
2320 |
-
#: templates/forms/subscription-cancellation.php:52
|
2321 |
-
msgid "license"
|
2322 |
-
msgstr "licencia"
|
2323 |
-
|
2324 |
-
#: templates/forms/subscription-cancellation.php:57
|
2325 |
-
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."
|
2326 |
-
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."
|
2327 |
-
|
2328 |
-
#: templates/forms/subscription-cancellation.php:68
|
2329 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2330 |
-
msgstr "No cancelar %s - Todavía estoy interesado en obtener actualizaciones de características y seguridad, así como poder contactar con soporte."
|
2331 |
-
|
2332 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2333 |
-
#. subscription'
|
2334 |
-
#: templates/forms/subscription-cancellation.php99,
|
2335 |
-
#: templates/account/partials/addon.php29,
|
2336 |
-
#: templates/account/partials/site.php:298
|
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/forms/subscription-cancellation.php:103
|
2341 |
-
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."
|
2342 |
-
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."
|
2343 |
-
|
2344 |
-
#: templates/forms/subscription-cancellation.php:136
|
2345 |
-
msgid "Cancel %s?"
|
2346 |
-
msgstr "¿Cancelar %s?"
|
2347 |
-
|
2348 |
-
#: templates/forms/subscription-cancellation.php:143
|
2349 |
-
msgid "Proceed"
|
2350 |
-
msgstr "Proceder"
|
2351 |
-
|
2352 |
-
#: templates/forms/subscription-cancellation.php191,
|
2353 |
-
#: templates/forms/deactivation/form.php:171
|
2354 |
-
msgid "Cancel %s & Proceed"
|
2355 |
-
msgstr "Cancelar %s y proceder"
|
2356 |
-
|
2357 |
-
#: templates/forms/trial-start.php:22
|
2358 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2359 |
-
msgstr "Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del plan %2$s."
|
2360 |
-
|
2361 |
-
#: templates/forms/trial-start.php:28
|
2362 |
-
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."
|
2363 |
-
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."
|
2364 |
-
|
2365 |
-
#: templates/js/style-premium-theme.php:39
|
2366 |
-
msgid "Premium"
|
2367 |
-
msgstr "Premium"
|
2368 |
-
|
2369 |
-
#: templates/js/style-premium-theme.php:42
|
2370 |
-
msgid "Beta"
|
2371 |
-
msgstr "Beta"
|
2372 |
-
|
2373 |
-
#: templates/partials/network-activation.php:27
|
2374 |
-
msgid "Activate license on all sites in the network."
|
2375 |
-
msgstr "Activar licencia en todos los sitios de la red"
|
2376 |
-
|
2377 |
-
#: templates/partials/network-activation.php:28
|
2378 |
-
msgid "Apply on all sites in the network."
|
2379 |
-
msgstr "Aplicar en todos los sitios de la red"
|
2380 |
-
|
2381 |
-
#: templates/partials/network-activation.php:31
|
2382 |
-
msgid "Activate license on all pending sites."
|
2383 |
-
msgstr "Aplicar licencia en todos los sitios pendientes"
|
2384 |
-
|
2385 |
-
#: templates/partials/network-activation.php:32
|
2386 |
-
msgid "Apply on all pending sites."
|
2387 |
-
msgstr "Aplicar en todos los sitios pendientes"
|
2388 |
-
|
2389 |
-
#: templates/partials/network-activation.php40,
|
2390 |
-
#: templates/partials/network-activation.php:74
|
2391 |
-
msgid "allow"
|
2392 |
-
msgstr "permitir"
|
2393 |
-
|
2394 |
-
#: templates/partials/network-activation.php43,
|
2395 |
-
#: templates/partials/network-activation.php:77
|
2396 |
-
msgid "delegate"
|
2397 |
-
msgstr "delegar"
|
2398 |
-
|
2399 |
-
#: templates/partials/network-activation.php47,
|
2400 |
-
#: templates/partials/network-activation.php:81
|
2401 |
-
msgid "skip"
|
2402 |
-
msgstr "saltar"
|
2403 |
-
|
2404 |
-
#: templates/plugin-info/description.php72,
|
2405 |
-
#: templates/plugin-info/screenshots.php:31
|
2406 |
-
msgid "Click to view full-size screenshot %d"
|
2407 |
-
msgstr "Click para ver la captura de pantalla a tamaño completo %d"
|
2408 |
-
|
2409 |
-
#: templates/plugin-info/features.php:56
|
2410 |
-
msgid "Unlimited Updates"
|
2411 |
-
msgstr "Actualizaciones Ilimitadas"
|
2412 |
-
|
2413 |
-
#: templates/account/partials/activate-license-button.php:46
|
2414 |
-
msgid "Localhost"
|
2415 |
-
msgstr "Localhost"
|
2416 |
-
|
2417 |
-
#: templates/account/partials/activate-license-button.php:50
|
2418 |
-
msgctxt "as 5 licenses left"
|
2419 |
-
msgid "%s left"
|
2420 |
-
msgstr "quedan %s"
|
2421 |
-
|
2422 |
-
#: templates/account/partials/activate-license-button.php:51
|
2423 |
-
msgid "Last license"
|
2424 |
-
msgstr "Última licencia"
|
2425 |
-
|
2426 |
-
#: templates/account/partials/addon.php:167
|
2427 |
-
msgid "Cancelled"
|
2428 |
-
msgstr "Cancelado"
|
2429 |
-
|
2430 |
-
#: templates/account/partials/addon.php:177
|
2431 |
-
msgid "No expiration"
|
2432 |
-
msgstr "Sin caducidad"
|
2433 |
-
|
2434 |
-
#: templates/account/partials/site.php:181
|
2435 |
-
msgid "Owner Name"
|
2436 |
-
msgstr "Nombre del propietario"
|
2437 |
-
|
2438 |
-
#: templates/account/partials/site.php:193
|
2439 |
-
msgid "Owner Email"
|
2440 |
-
msgstr "Correo electrónico del propietario"
|
2441 |
-
|
2442 |
-
#: templates/account/partials/site.php:205
|
2443 |
-
msgid "Owner ID"
|
2444 |
-
msgstr "ID del propietario"
|
2445 |
-
|
2446 |
-
#: templates/account/partials/site.php:270
|
2447 |
-
msgid "Subscription"
|
2448 |
-
msgstr "Suscripción"
|
2449 |
-
|
2450 |
-
#: templates/forms/deactivation/contact.php:19
|
2451 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2452 |
-
msgstr "Disculpa las molestias y estamos aquí para ayudarte si nos das una oportunidad."
|
2453 |
-
|
2454 |
-
#: templates/forms/deactivation/contact.php:22
|
2455 |
-
msgid "Contact Support"
|
2456 |
-
msgstr "Contactar soporte"
|
2457 |
-
|
2458 |
-
#: templates/forms/deactivation/form.php:64
|
2459 |
-
msgid "Anonymous feedback"
|
2460 |
-
msgstr "Comentarios anónimos"
|
2461 |
-
|
2462 |
-
#: templates/forms/deactivation/form.php:70
|
2463 |
-
msgid "Deactivate"
|
2464 |
-
msgstr "Desactivar"
|
2465 |
-
|
2466 |
-
#: templates/forms/deactivation/form.php:72
|
2467 |
-
msgid "Activate %s"
|
2468 |
-
msgstr "Activar %s"
|
2469 |
-
|
2470 |
-
#: templates/forms/deactivation/form.php:87
|
2471 |
-
msgid "Quick Feedback"
|
2472 |
-
msgstr "Comentarios rápidos"
|
2473 |
-
|
2474 |
-
#: templates/forms/deactivation/form.php:91
|
2475 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2476 |
-
msgstr "Si tienes un momento, por favor, dinos por qué estás %s"
|
2477 |
-
|
2478 |
-
#: templates/forms/deactivation/form.php:91
|
2479 |
-
msgid "deactivating"
|
2480 |
-
msgstr "desactivando"
|
2481 |
-
|
2482 |
-
#: templates/forms/deactivation/form.php:91
|
2483 |
-
msgid "switching"
|
2484 |
-
msgstr "cambiando"
|
2485 |
-
|
2486 |
-
#: templates/forms/deactivation/form.php:365
|
2487 |
-
msgid "Submit & %s"
|
2488 |
-
msgstr "Enviar y %s"
|
2489 |
-
|
2490 |
-
#: templates/forms/deactivation/form.php:386
|
2491 |
-
msgid "Kindly tell us the reason so we can improve."
|
2492 |
-
msgstr "Por favor, dínos la razón para que podamos mejorar."
|
2493 |
-
|
2494 |
-
#: templates/forms/deactivation/form.php:511
|
2495 |
-
msgid "Yes - %s"
|
2496 |
-
msgstr "Si - %s"
|
2497 |
-
|
2498 |
-
#: templates/forms/deactivation/form.php:518
|
2499 |
-
msgid "Skip & %s"
|
2500 |
-
msgstr "Saltar y %s"
|
2501 |
-
|
2502 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2503 |
-
msgid "Click here to use the plugin anonymously"
|
2504 |
-
msgstr "Haz click aquí para utilizar el plugin de forma anónima"
|
2505 |
-
|
2506 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2507 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2508 |
-
msgstr "Es posible que te lo hayas perdido, pero no tienes que compartir ningún dato y puedes solo aceptar %s."
|
1 |
+
# Copyright (C) 2019 freemius
|
2 |
+
# This file is distributed under the same license as the freemius package.
|
3 |
+
# Translators:
|
4 |
+
# Carlos Longarela <carlos@longarela.eu>, 2017-2018
|
5 |
+
msgid ""
|
6 |
+
msgstr ""
|
7 |
+
"Project-Id-Version: WordPress SDK\n"
|
8 |
+
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
|
9 |
+
"POT-Creation-Date: \n"
|
10 |
+
"PO-Revision-Date: 2019-06-05 13:40+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.php1838, templates/account.php:769
|
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:1845
|
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:2053
|
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:2055
|
37 |
+
msgid "Error"
|
38 |
+
msgstr "Error"
|
39 |
+
|
40 |
+
#: includes/class-freemius.php:2445
|
41 |
+
msgid "I found a better %s"
|
42 |
+
msgstr "He encontrado un %s mejor"
|
43 |
+
|
44 |
+
#: includes/class-freemius.php:2447
|
45 |
+
msgid "What's the %s's name?"
|
46 |
+
msgstr "¿Cuál es el nombre de %s?"
|
47 |
+
|
48 |
+
#: includes/class-freemius.php:2453
|
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:2455
|
53 |
+
msgid "Deactivation"
|
54 |
+
msgstr "Desactivación"
|
55 |
+
|
56 |
+
#: includes/class-freemius.php:2456
|
57 |
+
msgid "Theme Switch"
|
58 |
+
msgstr "Cambiar tema"
|
59 |
+
|
60 |
+
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
61 |
+
msgid "Other"
|
62 |
+
msgstr "Otra"
|
63 |
+
|
64 |
+
#: includes/class-freemius.php:2473
|
65 |
+
msgid "I no longer need the %s"
|
66 |
+
msgstr "Ya no necesito el %s"
|
67 |
+
|
68 |
+
#: includes/class-freemius.php:2480
|
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:2486
|
73 |
+
msgid "The %s broke my site"
|
74 |
+
msgstr "%s ha roto mi sitio"
|
75 |
+
|
76 |
+
#: includes/class-freemius.php:2493
|
77 |
+
msgid "The %s suddenly stopped working"
|
78 |
+
msgstr "%s de repente ha dejado de funcionar"
|
79 |
+
|
80 |
+
#: includes/class-freemius.php:2503
|
81 |
+
msgid "I can't pay for it anymore"
|
82 |
+
msgstr "No puedo pagarlo durante más tiempo"
|
83 |
+
|
84 |
+
#: includes/class-freemius.php:2505
|
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:2511
|
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:2532
|
93 |
+
msgid "The %s didn't work"
|
94 |
+
msgstr "El %s no funcionaba"
|
95 |
+
|
96 |
+
#: includes/class-freemius.php:2542
|
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:2550
|
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:2552
|
105 |
+
msgid "What feature?"
|
106 |
+
msgstr "¿Qué característica?"
|
107 |
+
|
108 |
+
#: includes/class-freemius.php:2556
|
109 |
+
msgid "The %s is not working"
|
110 |
+
msgstr " El %s no funciona"
|
111 |
+
|
112 |
+
#: includes/class-freemius.php:2558
|
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:2562
|
117 |
+
msgid "It's not what I was looking for"
|
118 |
+
msgstr "No es lo que estaba buscando"
|
119 |
+
|
120 |
+
#: includes/class-freemius.php:2564
|
121 |
+
msgid "What you've been looking for?"
|
122 |
+
msgstr "¿Que has estado buscando?"
|
123 |
+
|
124 |
+
#: includes/class-freemius.php:2568
|
125 |
+
msgid "The %s didn't work as expected"
|
126 |
+
msgstr " El %s no funciona como esperaba"
|
127 |
+
|
128 |
+
#: includes/class-freemius.php:2570
|
129 |
+
msgid "What did you expect?"
|
130 |
+
msgstr "¿Qué esperas?"
|
131 |
+
|
132 |
+
#: includes/class-freemius.php3425, templates/debug.php:20
|
133 |
+
msgid "Freemius Debug"
|
134 |
+
msgstr "Debug Freemius"
|
135 |
+
|
136 |
+
#: includes/class-freemius.php:4177
|
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:4179
|
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:4186
|
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:4291
|
149 |
+
msgid "Yes - do your thing"
|
150 |
+
msgstr "Vamos, adelante"
|
151 |
+
|
152 |
+
#: includes/class-freemius.php:4296
|
153 |
+
msgid "No - just deactivate"
|
154 |
+
msgstr "No - sólo desactivar"
|
155 |
+
|
156 |
+
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
157 |
+
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
158 |
+
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
159 |
+
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
160 |
+
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
161 |
+
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
162 |
+
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
163 |
+
msgctxt "exclamation"
|
164 |
+
msgid "Oops"
|
165 |
+
msgstr "Oops"
|
166 |
+
|
167 |
+
#: includes/class-freemius.php:4410
|
168 |
+
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."
|
169 |
+
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."
|
170 |
+
|
171 |
+
#: includes/class-freemius.php:4847
|
172 |
+
msgctxt "addonX cannot run without pluginY"
|
173 |
+
msgid "%s cannot run without %s."
|
174 |
+
msgstr "%s no se puede ejecutar sin %s."
|
175 |
+
|
176 |
+
#: includes/class-freemius.php:4848
|
177 |
+
msgctxt "addonX cannot run..."
|
178 |
+
msgid "%s cannot run without the plugin."
|
179 |
+
msgstr "%s no se puede ejecutar sin el plugin."
|
180 |
+
|
181 |
+
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
182 |
+
#: includes/class-freemius.php:19475
|
183 |
+
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
184 |
+
msgstr "Error inesperado del API. Pónte en contacto con el autor de %s indicándole el siguiente error."
|
185 |
+
|
186 |
+
#: includes/class-freemius.php:5687
|
187 |
+
msgid "Premium %s version was successfully activated."
|
188 |
+
msgstr "La versión Premium %s ha sido activada con éxito."
|
189 |
+
|
190 |
+
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
191 |
+
msgctxt ""
|
192 |
+
msgid "W00t"
|
193 |
+
msgstr "W00t"
|
194 |
+
|
195 |
+
#: includes/class-freemius.php:5714
|
196 |
+
msgid "You have a %s license."
|
197 |
+
msgstr "Tienes una licencia %s."
|
198 |
+
|
199 |
+
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
200 |
+
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
201 |
+
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
202 |
+
#: includes/class-freemius.php:19229
|
203 |
+
msgctxt "interjection expressing joy or exuberance"
|
204 |
+
msgid "Yee-haw"
|
205 |
+
msgstr "Vaya"
|
206 |
+
|
207 |
+
#: includes/class-freemius.php:5982
|
208 |
+
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."
|
209 |
+
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."
|
210 |
+
|
211 |
+
#: includes/class-freemius.php:5986
|
212 |
+
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
213 |
+
msgstr "%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin."
|
214 |
+
|
215 |
+
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
216 |
+
#: templates/account/partials/addon.php:343
|
217 |
+
msgid "More information about %s"
|
218 |
+
msgstr "Más información sobre %s"
|
219 |
+
|
220 |
+
#: includes/class-freemius.php:5996
|
221 |
+
msgid "Purchase License"
|
222 |
+
msgstr "Comprar licencia"
|
223 |
+
|
224 |
+
#: includes/class-freemius.php6931, templates/connect.php:163
|
225 |
+
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."
|
226 |
+
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."
|
227 |
+
|
228 |
+
#: includes/class-freemius.php:6935
|
229 |
+
msgid "start the trial"
|
230 |
+
msgstr "comenzar el período de prueba"
|
231 |
+
|
232 |
+
#: includes/class-freemius.php6936, templates/connect.php:167
|
233 |
+
msgid "complete the install"
|
234 |
+
msgstr "completar la instalación"
|
235 |
+
|
236 |
+
#: includes/class-freemius.php:7049
|
237 |
+
msgid "You are just one step away - %s"
|
238 |
+
msgstr "Estás a sólo un paso - %s"
|
239 |
+
|
240 |
+
#: includes/class-freemius.php:7052
|
241 |
+
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
242 |
+
msgid "Complete \"%s\" Activation Now"
|
243 |
+
msgstr "Completar la activación de \"%s\" ahora"
|
244 |
+
|
245 |
+
#: includes/class-freemius.php:7130
|
246 |
+
msgid "We made a few tweaks to the %s, %s"
|
247 |
+
msgstr "Hemos realizado algunas optimizaciones al %s, %s"
|
248 |
+
|
249 |
+
#: includes/class-freemius.php:7134
|
250 |
+
msgid "Opt in to make \"%s\" better!"
|
251 |
+
msgstr "¡Inscríbite para hacer \"%s\" Mejor!"
|
252 |
+
|
253 |
+
#: includes/class-freemius.php:7566
|
254 |
+
msgid "The upgrade of %s was successfully completed."
|
255 |
+
msgstr "La actualización de %s se completó con éxito."
|
256 |
+
|
257 |
+
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
258 |
+
#: includes/class-fs-plugin-updater.php1170,
|
259 |
+
#: includes/class-fs-plugin-updater.php1177,
|
260 |
+
#: templates/auto-installation.php:32
|
261 |
+
msgid "Add-On"
|
262 |
+
msgstr "Complemento"
|
263 |
+
|
264 |
+
#: includes/class-freemius.php9730, templates/account.php313,
|
265 |
+
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
266 |
+
msgid "Plugin"
|
267 |
+
msgstr "Plugin"
|
268 |
+
|
269 |
+
#: includes/class-freemius.php9731, templates/account.php314,
|
270 |
+
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
271 |
+
#: templates/forms/deactivation/form.php:71
|
272 |
+
msgid "Theme"
|
273 |
+
msgstr "Tema"
|
274 |
+
|
275 |
+
#: includes/class-freemius.php:12148
|
276 |
+
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
277 |
+
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
+
|
279 |
+
#: includes/class-freemius.php:12549
|
280 |
+
msgid "Invalid site details collection."
|
281 |
+
msgstr "Colección de detalles del sitio no válida."
|
282 |
+
|
283 |
+
#: includes/class-freemius.php:12669
|
284 |
+
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
285 |
+
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?"
|
286 |
+
|
287 |
+
#: includes/class-freemius.php:12671
|
288 |
+
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
289 |
+
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?"
|
290 |
+
|
291 |
+
#: includes/class-freemius.php:12945
|
292 |
+
msgid "Account is pending activation."
|
293 |
+
msgstr "La cuenta está pendiente de activación"
|
294 |
+
|
295 |
+
#: includes/class-freemius.php13057,
|
296 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
297 |
+
msgid "Buy a license now"
|
298 |
+
msgstr "Compra una licencia ahora"
|
299 |
+
|
300 |
+
#: includes/class-freemius.php13069,
|
301 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
302 |
+
msgid "Renew your license now"
|
303 |
+
msgstr "Renueva tu licencia ahora"
|
304 |
+
|
305 |
+
#: includes/class-freemius.php:13073
|
306 |
+
msgid "%s to access version %s security & feature updates, and support."
|
307 |
+
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
308 |
+
|
309 |
+
#: includes/class-freemius.php:15448
|
310 |
+
msgid "%s activation was successfully completed."
|
311 |
+
msgstr "%s activación se completó con éxito."
|
312 |
+
|
313 |
+
#: includes/class-freemius.php:15462
|
314 |
+
msgid "Your account was successfully activated with the %s plan."
|
315 |
+
msgstr "Tu cuenta se ha activado correctamente con el plan %s."
|
316 |
+
|
317 |
+
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
318 |
+
msgid "Your trial has been successfully started."
|
319 |
+
msgstr "Tu versión de prueba se ha iniciado con éxito."
|
320 |
+
|
321 |
+
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
322 |
+
#: includes/class-freemius.php:16297
|
323 |
+
msgid "Couldn't activate %s."
|
324 |
+
msgstr "No se puede activar %s."
|
325 |
+
|
326 |
+
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
327 |
+
#: includes/class-freemius.php:16298
|
328 |
+
msgid "Please contact us with the following message:"
|
329 |
+
msgstr "Por favor contáctanos con el siguiente mensaje:"
|
330 |
+
|
331 |
+
#: includes/class-freemius.php:16128
|
332 |
+
msgid "An unknown error has occurred."
|
333 |
+
msgstr "An unknown error has occurred."
|
334 |
+
|
335 |
+
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
336 |
+
msgid "Upgrade"
|
337 |
+
msgstr "Actualizar"
|
338 |
+
|
339 |
+
#: includes/class-freemius.php:16661
|
340 |
+
msgid "Start Trial"
|
341 |
+
msgstr "Comenzar el período de prueba"
|
342 |
+
|
343 |
+
#: includes/class-freemius.php:16663
|
344 |
+
msgid "Pricing"
|
345 |
+
msgstr "Precio"
|
346 |
+
|
347 |
+
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
348 |
+
msgid "Affiliation"
|
349 |
+
msgstr "Afiliación"
|
350 |
+
|
351 |
+
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
352 |
+
#: templates/account.php177, templates/debug.php:326
|
353 |
+
msgid "Account"
|
354 |
+
msgstr "Cuenta"
|
355 |
+
|
356 |
+
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
357 |
+
#: includes/customizer/class-fs-customizer-support-section.php:60
|
358 |
+
msgid "Contact Us"
|
359 |
+
msgstr "Contáctanos"
|
360 |
+
|
361 |
+
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
362 |
+
#: includes/class-freemius.php21423, templates/account.php105,
|
363 |
+
#: templates/account/partials/addon.php:45
|
364 |
+
msgid "Add-Ons"
|
365 |
+
msgstr "Complementos"
|
366 |
+
|
367 |
+
#: includes/class-freemius.php:16835
|
368 |
+
msgctxt "ASCII arrow left icon"
|
369 |
+
msgid "←"
|
370 |
+
msgstr "←"
|
371 |
+
|
372 |
+
#: includes/class-freemius.php:16835
|
373 |
+
msgctxt "ASCII arrow right icon"
|
374 |
+
msgid "➤"
|
375 |
+
msgstr "➤"
|
376 |
+
|
377 |
+
#: includes/class-freemius.php16837, templates/pricing.php:102
|
378 |
+
msgctxt "noun"
|
379 |
+
msgid "Pricing"
|
380 |
+
msgstr "Precio"
|
381 |
+
|
382 |
+
#: includes/class-freemius.php17050,
|
383 |
+
#: includes/customizer/class-fs-customizer-support-section.php:67
|
384 |
+
msgid "Support Forum"
|
385 |
+
msgstr "Foro de soporte"
|
386 |
+
|
387 |
+
#: includes/class-freemius.php:17995
|
388 |
+
msgid "Your email has been successfully verified - you are AWESOME!"
|
389 |
+
msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
|
390 |
+
|
391 |
+
#: includes/class-freemius.php:17996
|
392 |
+
msgctxt "a positive response"
|
393 |
+
msgid "Right on"
|
394 |
+
msgstr "Bien hecho"
|
395 |
+
|
396 |
+
#: includes/class-freemius.php:18660
|
397 |
+
msgid "Your %s Add-on plan was successfully upgraded."
|
398 |
+
msgstr "Tu complemento %s del plan se actualizó con éxito."
|
399 |
+
|
400 |
+
#: includes/class-freemius.php:18662
|
401 |
+
msgid "%s Add-on was successfully purchased."
|
402 |
+
msgstr "El complemento %s ha sido comprado correctamente."
|
403 |
+
|
404 |
+
#: includes/class-freemius.php:18665
|
405 |
+
msgid "Download the latest version"
|
406 |
+
msgstr "Descargar la última versión"
|
407 |
+
|
408 |
+
#: includes/class-freemius.php:18751
|
409 |
+
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"
|
410 |
+
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"
|
411 |
+
|
412 |
+
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
413 |
+
#: includes/class-freemius.php:19277
|
414 |
+
msgid "Error received from the server:"
|
415 |
+
msgstr "Error recibido del servidor:"
|
416 |
+
|
417 |
+
#: includes/class-freemius.php:18767
|
418 |
+
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
419 |
+
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."
|
420 |
+
|
421 |
+
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
422 |
+
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
423 |
+
msgctxt ""
|
424 |
+
msgid "Hmm"
|
425 |
+
msgstr "Hmm"
|
426 |
+
|
427 |
+
#: includes/class-freemius.php:18974
|
428 |
+
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."
|
429 |
+
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."
|
430 |
+
|
431 |
+
#: includes/class-freemius.php18975, templates/account.php107,
|
432 |
+
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
433 |
+
msgctxt "trial period"
|
434 |
+
msgid "Trial"
|
435 |
+
msgstr "Período de Prueba Gratuito"
|
436 |
+
|
437 |
+
#: includes/class-freemius.php:18980
|
438 |
+
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
439 |
+
msgstr "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s."
|
440 |
+
|
441 |
+
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
442 |
+
msgid "Please contact us here"
|
443 |
+
msgstr "Contacta aquí con nosotros"
|
444 |
+
|
445 |
+
#: includes/class-freemius.php:18995
|
446 |
+
msgid "Your plan was successfully activated."
|
447 |
+
msgstr "Your plan was successfully activated."
|
448 |
+
|
449 |
+
#: includes/class-freemius.php:18996
|
450 |
+
msgid "Your plan was successfully upgraded."
|
451 |
+
msgstr "Tu plan se actualizó con éxito."
|
452 |
+
|
453 |
+
#: includes/class-freemius.php:19013
|
454 |
+
msgid "Your plan was successfully changed to %s."
|
455 |
+
msgstr "Tu plan se cambió correctamente a %s."
|
456 |
+
|
457 |
+
#: includes/class-freemius.php:19029
|
458 |
+
msgid "Your license has expired. You can still continue using the free %s forever."
|
459 |
+
msgstr "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre."
|
460 |
+
|
461 |
+
#: includes/class-freemius.php:19031
|
462 |
+
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
463 |
+
msgstr "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
464 |
+
|
465 |
+
#: includes/class-freemius.php:19039
|
466 |
+
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
467 |
+
msgstr "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia."
|
468 |
+
|
469 |
+
#: includes/class-freemius.php:19052
|
470 |
+
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."
|
471 |
+
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."
|
472 |
+
|
473 |
+
#: includes/class-freemius.php:19075
|
474 |
+
msgid "Your free trial has expired. You can still continue using all our free features."
|
475 |
+
msgstr "Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas."
|
476 |
+
|
477 |
+
#: includes/class-freemius.php:19077
|
478 |
+
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
479 |
+
msgstr "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones."
|
480 |
+
|
481 |
+
#: includes/class-freemius.php:19184
|
482 |
+
msgid "It looks like the license could not be activated."
|
483 |
+
msgstr "Parece que la licencia no se pudo activar."
|
484 |
+
|
485 |
+
#: includes/class-freemius.php:19226
|
486 |
+
msgid "Your license was successfully activated."
|
487 |
+
msgstr "Tu licencia fue activada correctamente."
|
488 |
+
|
489 |
+
#: includes/class-freemius.php:19252
|
490 |
+
msgid "It looks like your site currently doesn't have an active license."
|
491 |
+
msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
|
492 |
+
|
493 |
+
#: includes/class-freemius.php:19276
|
494 |
+
msgid "It looks like the license deactivation failed."
|
495 |
+
msgstr "Parece que la desactivación de licencia ha fallado."
|
496 |
+
|
497 |
+
#: includes/class-freemius.php:19304
|
498 |
+
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
499 |
+
msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
|
500 |
+
|
501 |
+
#: includes/class-freemius.php:19305
|
502 |
+
msgid "O.K"
|
503 |
+
msgstr "O.K"
|
504 |
+
|
505 |
+
#: includes/class-freemius.php:19358
|
506 |
+
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
507 |
+
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de la suscripción. Vuelve a intentarlo en unos minutos."
|
508 |
+
|
509 |
+
#: includes/class-freemius.php:19367
|
510 |
+
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
511 |
+
msgstr "Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan caducará en %s."
|
512 |
+
|
513 |
+
#: includes/class-freemius.php:19409
|
514 |
+
msgid "You are already running the %s in a trial mode."
|
515 |
+
msgstr "Estás ejecutando %s en modo de prueba."
|
516 |
+
|
517 |
+
#: includes/class-freemius.php:19420
|
518 |
+
msgid "You already utilized a trial before."
|
519 |
+
msgstr "Ya utilizaste un período de prueba antes."
|
520 |
+
|
521 |
+
#: includes/class-freemius.php:19434
|
522 |
+
msgid "Plan %s do not exist, therefore, can't start a trial."
|
523 |
+
msgstr "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
|
524 |
+
|
525 |
+
#: includes/class-freemius.php:19445
|
526 |
+
msgid "Plan %s does not support a trial period."
|
527 |
+
msgstr "El plan %s no admite un período de prueba."
|
528 |
+
|
529 |
+
#: includes/class-freemius.php:19456
|
530 |
+
msgid "None of the %s's plans supports a trial period."
|
531 |
+
msgstr "Ninguno de los planes de %s soportan un período de prueba."
|
532 |
+
|
533 |
+
#: includes/class-freemius.php:19506
|
534 |
+
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
535 |
+
msgstr "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
|
536 |
+
|
537 |
+
#: includes/class-freemius.php:19542
|
538 |
+
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
539 |
+
msgstr "Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos."
|
540 |
+
|
541 |
+
#: includes/class-freemius.php:19561
|
542 |
+
msgid "Your %s free trial was successfully cancelled."
|
543 |
+
msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
|
544 |
+
|
545 |
+
#: includes/class-freemius.php:19877
|
546 |
+
msgid "Version %s was released."
|
547 |
+
msgstr "La versión %s se ha lanzado."
|
548 |
+
|
549 |
+
#: includes/class-freemius.php:19877
|
550 |
+
msgid "Please download %s."
|
551 |
+
msgstr "Por favor descarga %s."
|
552 |
+
|
553 |
+
#: includes/class-freemius.php:19884
|
554 |
+
msgid "the latest %s version here"
|
555 |
+
msgstr "la última versión %s aquí"
|
556 |
+
|
557 |
+
#: includes/class-freemius.php:19889
|
558 |
+
msgid "New"
|
559 |
+
msgstr "Nuevo"
|
560 |
+
|
561 |
+
#: includes/class-freemius.php:19894
|
562 |
+
msgid "Seems like you got the latest release."
|
563 |
+
msgstr "Parece que tienes la última versión."
|
564 |
+
|
565 |
+
#: includes/class-freemius.php:19895
|
566 |
+
msgid "You are all good!"
|
567 |
+
msgstr "¡Está todo listo!"
|
568 |
+
|
569 |
+
#: includes/class-freemius.php:20165
|
570 |
+
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
571 |
+
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."
|
572 |
+
|
573 |
+
#: includes/class-freemius.php:20304
|
574 |
+
msgid "Site successfully opted in."
|
575 |
+
msgstr "Sitio dado de alta correctamente."
|
576 |
+
|
577 |
+
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
578 |
+
msgid "Awesome"
|
579 |
+
msgstr "Increíble"
|
580 |
+
|
581 |
+
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
582 |
+
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
583 |
+
msgstr "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos datos de uso."
|
584 |
+
|
585 |
+
#: includes/class-freemius.php:20322
|
586 |
+
msgid "Thank you!"
|
587 |
+
msgstr "¡Gracias!"
|
588 |
+
|
589 |
+
#: includes/class-freemius.php:20329
|
590 |
+
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
591 |
+
msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
|
592 |
+
|
593 |
+
#: includes/class-freemius.php:20458
|
594 |
+
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."
|
595 |
+
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."
|
596 |
+
|
597 |
+
#: includes/class-freemius.php:20464
|
598 |
+
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
599 |
+
msgstr "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final."
|
600 |
+
|
601 |
+
#: includes/class-freemius.php:20469
|
602 |
+
msgid "%s is the new owner of the account."
|
603 |
+
msgstr "%s es el nuevo dueño de la cuenta."
|
604 |
+
|
605 |
+
#: includes/class-freemius.php:20471
|
606 |
+
msgctxt "as congratulations"
|
607 |
+
msgid "Congrats"
|
608 |
+
msgstr "Felicidades"
|
609 |
+
|
610 |
+
#: includes/class-freemius.php:20491
|
611 |
+
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
612 |
+
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."
|
613 |
+
|
614 |
+
#: includes/class-freemius.php:20492
|
615 |
+
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
616 |
+
msgstr "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad."
|
617 |
+
|
618 |
+
#: includes/class-freemius.php:20499
|
619 |
+
msgid "Change Ownership"
|
620 |
+
msgstr "Cambiar propietario"
|
621 |
+
|
622 |
+
#: includes/class-freemius.php:20507
|
623 |
+
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
624 |
+
msgstr "Se actualizó correctamente tu correo electrónico. Recibirás un correo electrónico con las instrucciones de confirmación en unos momentos."
|
625 |
+
|
626 |
+
#: includes/class-freemius.php:20519
|
627 |
+
msgid "Please provide your full name."
|
628 |
+
msgstr "Por favor, dinos tu nombre completo."
|
629 |
+
|
630 |
+
#: includes/class-freemius.php:20524
|
631 |
+
msgid "Your name was successfully updated."
|
632 |
+
msgstr "Tu nombre fue actualizado correctamente."
|
633 |
+
|
634 |
+
#: includes/class-freemius.php:20585
|
635 |
+
msgid "You have successfully updated your %s."
|
636 |
+
msgstr "Has actualizado correctamente tu %s."
|
637 |
+
|
638 |
+
#: includes/class-freemius.php:20725
|
639 |
+
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
640 |
+
msgstr "Sólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo."
|
641 |
+
|
642 |
+
#: includes/class-freemius.php:20726
|
643 |
+
msgctxt "advance notice of something that will need attention."
|
644 |
+
msgid "Heads up"
|
645 |
+
msgstr "Atención"
|
646 |
+
|
647 |
+
#: includes/class-freemius.php:21165
|
648 |
+
msgctxt "exclamation"
|
649 |
+
msgid "Hey"
|
650 |
+
msgstr "Hey"
|
651 |
+
|
652 |
+
#: includes/class-freemius.php:21165
|
653 |
+
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
654 |
+
msgstr "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de % d-días."
|
655 |
+
|
656 |
+
#: includes/class-freemius.php:21173
|
657 |
+
msgid "No commitment for %s days - cancel anytime!"
|
658 |
+
msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
|
659 |
+
|
660 |
+
#: includes/class-freemius.php:21174
|
661 |
+
msgid "No credit card required"
|
662 |
+
msgstr "No se necesita tarjeta de crédito"
|
663 |
+
|
664 |
+
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
665 |
+
msgctxt "call to action"
|
666 |
+
msgid "Start free trial"
|
667 |
+
msgstr "Comenzar el período de prueba gratuito"
|
668 |
+
|
669 |
+
#: includes/class-freemius.php:21258
|
670 |
+
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!"
|
671 |
+
msgstr "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!"
|
672 |
+
|
673 |
+
#: includes/class-freemius.php:21267
|
674 |
+
msgid "Learn more"
|
675 |
+
msgstr "Saber más"
|
676 |
+
|
677 |
+
#: includes/class-freemius.php21447, templates/account.php474,
|
678 |
+
#: templates/account.php595, templates/connect.php171,
|
679 |
+
#: templates/connect.php421, templates/forms/license-activation.php25,
|
680 |
+
#: templates/account/partials/addon.php:287
|
681 |
+
msgid "Activate License"
|
682 |
+
msgstr "Activar licencia"
|
683 |
+
|
684 |
+
#: includes/class-freemius.php21448, templates/account.php543,
|
685 |
+
#: templates/account.php594, templates/account/partials/site.php:256
|
686 |
+
msgid "Change License"
|
687 |
+
msgstr "Cambiar licencia"
|
688 |
+
|
689 |
+
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
690 |
+
msgid "Opt Out"
|
691 |
+
msgstr "Darse de baja"
|
692 |
+
|
693 |
+
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
694 |
+
#: templates/account/partials/site.php43,
|
695 |
+
#: templates/account/partials/site.php:161
|
696 |
+
msgid "Opt In"
|
697 |
+
msgstr "Inscribirse"
|
698 |
+
|
699 |
+
#: includes/class-freemius.php:21775
|
700 |
+
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
701 |
+
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
702 |
+
|
703 |
+
#: includes/class-freemius.php:21783
|
704 |
+
msgid "Activate %s features"
|
705 |
+
msgstr "Activar características %s"
|
706 |
+
|
707 |
+
#: includes/class-freemius.php:21796
|
708 |
+
msgid "Please follow these steps to complete the upgrade"
|
709 |
+
msgstr "Por favor, sigue estos pasos para completar la actualización"
|
710 |
+
|
711 |
+
#: includes/class-freemius.php:21800
|
712 |
+
msgid "Download the latest %s version"
|
713 |
+
msgstr "Descargar la última versión %s"
|
714 |
+
|
715 |
+
#: includes/class-freemius.php:21804
|
716 |
+
msgid "Upload and activate the downloaded version"
|
717 |
+
msgstr "Cargar y activar la versión descargada"
|
718 |
+
|
719 |
+
#: includes/class-freemius.php:21806
|
720 |
+
msgid "How to upload and activate?"
|
721 |
+
msgstr "¿Cómo subirlo y activarlo?"
|
722 |
+
|
723 |
+
#: includes/class-freemius.php:21940
|
724 |
+
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
725 |
+
msgstr "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia."
|
726 |
+
|
727 |
+
#: includes/class-freemius.php:22101
|
728 |
+
msgid "Auto installation only works for opted-in users."
|
729 |
+
msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
|
730 |
+
|
731 |
+
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
732 |
+
#: includes/class-fs-plugin-updater.php1149,
|
733 |
+
#: includes/class-fs-plugin-updater.php:1163
|
734 |
+
msgid "Invalid module ID."
|
735 |
+
msgstr "Id de módulo no válido."
|
736 |
+
|
737 |
+
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
738 |
+
msgid "Premium version already active."
|
739 |
+
msgstr "Versión premium ya activa."
|
740 |
+
|
741 |
+
#: includes/class-freemius.php:22127
|
742 |
+
msgid "You do not have a valid license to access the premium version."
|
743 |
+
msgstr "No tienes una licencia válida para acceder a la versión premium."
|
744 |
+
|
745 |
+
#: includes/class-freemius.php:22134
|
746 |
+
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
747 |
+
msgstr "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de código premium."
|
748 |
+
|
749 |
+
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
750 |
+
msgid "Premium add-on version already installed."
|
751 |
+
msgstr "Versión del complemento premium ya instalada."
|
752 |
+
|
753 |
+
#: includes/class-freemius.php:22497
|
754 |
+
msgid "View paid features"
|
755 |
+
msgstr "Ver las funciones de pago"
|
756 |
+
|
757 |
+
#: includes/class-freemius.php:22819
|
758 |
+
msgid "Thank you so much for using %s and its add-ons!"
|
759 |
+
msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
|
760 |
+
|
761 |
+
#: includes/class-freemius.php:22820
|
762 |
+
msgid "Thank you so much for using %s!"
|
763 |
+
msgstr "¡Muchas gracias por utilizar %s!"
|
764 |
+
|
765 |
+
#: includes/class-freemius.php:22826
|
766 |
+
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
767 |
+
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s."
|
768 |
+
|
769 |
+
#: includes/class-freemius.php:22830
|
770 |
+
msgid "Thank you so much for using our products!"
|
771 |
+
msgstr "¡Muchas gracias por utilizar nuestros productos!"
|
772 |
+
|
773 |
+
#: includes/class-freemius.php:22831
|
774 |
+
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
775 |
+
msgstr "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando."
|
776 |
+
|
777 |
+
#: includes/class-freemius.php:22850
|
778 |
+
msgid "%s and its add-ons"
|
779 |
+
msgstr "%s y sus complementos"
|
780 |
+
|
781 |
+
#: includes/class-freemius.php:22859
|
782 |
+
msgid "Products"
|
783 |
+
msgstr "Productos"
|
784 |
+
|
785 |
+
#: includes/class-freemius.php22866, templates/connect.php:272
|
786 |
+
msgid "Yes"
|
787 |
+
msgstr "Si"
|
788 |
+
|
789 |
+
#: includes/class-freemius.php22867, templates/connect.php:273
|
790 |
+
msgid "send me security & feature updates, educational content and offers."
|
791 |
+
msgstr "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
792 |
+
|
793 |
+
#: includes/class-freemius.php22868, templates/connect.php:278
|
794 |
+
msgid "No"
|
795 |
+
msgstr "No"
|
796 |
+
|
797 |
+
#: includes/class-freemius.php22870, templates/connect.php:280
|
798 |
+
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
799 |
+
msgstr "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas."
|
800 |
+
|
801 |
+
#: includes/class-freemius.php:22880
|
802 |
+
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 :-)"
|
803 |
+
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 :-)"
|
804 |
+
|
805 |
+
#: includes/class-freemius.php22882, templates/connect.php:287
|
806 |
+
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
807 |
+
msgstr "Indica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:"
|
808 |
+
|
809 |
+
#: includes/class-freemius.php:23164
|
810 |
+
msgid "License key is empty."
|
811 |
+
msgstr "La clave de licencia está vacía."
|
812 |
+
|
813 |
+
#: includes/class-fs-plugin-updater.php184,
|
814 |
+
#: templates/forms/premium-versions-upgrade-handler.php:57
|
815 |
+
msgid "Renew license"
|
816 |
+
msgstr "Renovar la licencia"
|
817 |
+
|
818 |
+
#: includes/class-fs-plugin-updater.php189,
|
819 |
+
#: templates/forms/premium-versions-upgrade-handler.php:58
|
820 |
+
msgid "Buy license"
|
821 |
+
msgstr "Comprar licencia"
|
822 |
+
|
823 |
+
#: includes/class-fs-plugin-updater.php280,
|
824 |
+
#: includes/class-fs-plugin-updater.php:313
|
825 |
+
msgid "There is a %s of %s available."
|
826 |
+
msgstr "Hay una %s de %s disponible."
|
827 |
+
|
828 |
+
#: includes/class-fs-plugin-updater.php282,
|
829 |
+
#: includes/class-fs-plugin-updater.php:318
|
830 |
+
msgid "new Beta version"
|
831 |
+
msgstr "new Beta version"
|
832 |
+
|
833 |
+
#: includes/class-fs-plugin-updater.php283,
|
834 |
+
#: includes/class-fs-plugin-updater.php:319
|
835 |
+
msgid "new version"
|
836 |
+
msgstr "nueva versión"
|
837 |
+
|
838 |
+
#: includes/class-fs-plugin-updater.php:342
|
839 |
+
msgid "Important Upgrade Notice:"
|
840 |
+
msgstr "Aviso importante de actualización:"
|
841 |
+
|
842 |
+
#: includes/class-fs-plugin-updater.php:1214
|
843 |
+
msgid "Installing plugin: %s"
|
844 |
+
msgstr "Instalando plugin: %s"
|
845 |
+
|
846 |
+
#: includes/class-fs-plugin-updater.php:1255
|
847 |
+
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
848 |
+
msgstr "No es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales."
|
849 |
+
|
850 |
+
#: includes/class-fs-plugin-updater.php:1437
|
851 |
+
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
852 |
+
msgstr "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó."
|
853 |
+
|
854 |
+
#: includes/fs-plugin-info-dialog.php:509
|
855 |
+
msgid "Purchase More"
|
856 |
+
msgstr "Purchase More"
|
857 |
+
|
858 |
+
#: includes/fs-plugin-info-dialog.php510,
|
859 |
+
#: templates/account/partials/addon.php:347
|
860 |
+
msgctxt "verb"
|
861 |
+
msgid "Purchase"
|
862 |
+
msgstr "Comprar"
|
863 |
+
|
864 |
+
#: includes/fs-plugin-info-dialog.php:514
|
865 |
+
msgid "Start my free %s"
|
866 |
+
msgstr "Comenzar mi período gratuito de %s"
|
867 |
+
|
868 |
+
#: includes/fs-plugin-info-dialog.php:712
|
869 |
+
msgid "Install Free Version Update Now"
|
870 |
+
msgstr "Instalar la actualización gratuita ahora"
|
871 |
+
|
872 |
+
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
873 |
+
msgid "Install Update Now"
|
874 |
+
msgstr "Instalar actualización ahora"
|
875 |
+
|
876 |
+
#: includes/fs-plugin-info-dialog.php:722
|
877 |
+
msgid "Install Free Version Now"
|
878 |
+
msgstr "Instalar la versión gratuita ahora"
|
879 |
+
|
880 |
+
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
881 |
+
#: templates/auto-installation.php111,
|
882 |
+
#: templates/account/partials/addon.php327,
|
883 |
+
#: templates/account/partials/addon.php:379
|
884 |
+
msgid "Install Now"
|
885 |
+
msgstr "Instalar ahora"
|
886 |
+
|
887 |
+
#: includes/fs-plugin-info-dialog.php:739
|
888 |
+
msgctxt "as download latest version"
|
889 |
+
msgid "Download Latest Free Version"
|
890 |
+
msgstr "Descargar la última versión gratuita"
|
891 |
+
|
892 |
+
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
893 |
+
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
894 |
+
msgctxt "as download latest version"
|
895 |
+
msgid "Download Latest"
|
896 |
+
msgstr "Descargar la última"
|
897 |
+
|
898 |
+
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
899 |
+
#: templates/account/partials/addon.php318,
|
900 |
+
#: templates/account/partials/addon.php:373
|
901 |
+
msgid "Activate this add-on"
|
902 |
+
msgstr "Activar este complemento"
|
903 |
+
|
904 |
+
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
905 |
+
msgid "Activate Free Version"
|
906 |
+
msgstr "Activar versión gratuita"
|
907 |
+
|
908 |
+
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
909 |
+
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
910 |
+
msgid "Activate"
|
911 |
+
msgstr "Activar"
|
912 |
+
|
913 |
+
#: includes/fs-plugin-info-dialog.php:968
|
914 |
+
msgctxt "Plugin installer section title"
|
915 |
+
msgid "Description"
|
916 |
+
msgstr "Descripción"
|
917 |
+
|
918 |
+
#: includes/fs-plugin-info-dialog.php:969
|
919 |
+
msgctxt "Plugin installer section title"
|
920 |
+
msgid "Installation"
|
921 |
+
msgstr "Instalación"
|
922 |
+
|
923 |
+
#: includes/fs-plugin-info-dialog.php:970
|
924 |
+
msgctxt "Plugin installer section title"
|
925 |
+
msgid "FAQ"
|
926 |
+
msgstr "FAQ"
|
927 |
+
|
928 |
+
#: includes/fs-plugin-info-dialog.php971,
|
929 |
+
#: templates/plugin-info/description.php:55
|
930 |
+
msgid "Screenshots"
|
931 |
+
msgstr "Capturas de pantalla"
|
932 |
+
|
933 |
+
#: includes/fs-plugin-info-dialog.php:972
|
934 |
+
msgctxt "Plugin installer section title"
|
935 |
+
msgid "Changelog"
|
936 |
+
msgstr "Registro de cambios"
|
937 |
+
|
938 |
+
#: includes/fs-plugin-info-dialog.php:973
|
939 |
+
msgctxt "Plugin installer section title"
|
940 |
+
msgid "Reviews"
|
941 |
+
msgstr "Valoraciones"
|
942 |
+
|
943 |
+
#: includes/fs-plugin-info-dialog.php:974
|
944 |
+
msgctxt "Plugin installer section title"
|
945 |
+
msgid "Other Notes"
|
946 |
+
msgstr "Otras notas"
|
947 |
+
|
948 |
+
#: includes/fs-plugin-info-dialog.php:989
|
949 |
+
msgctxt "Plugin installer section title"
|
950 |
+
msgid "Features & Pricing"
|
951 |
+
msgstr "Características y precios"
|
952 |
+
|
953 |
+
#: includes/fs-plugin-info-dialog.php:999
|
954 |
+
msgid "Plugin Install"
|
955 |
+
msgstr "Instalar plugin"
|
956 |
+
|
957 |
+
#: includes/fs-plugin-info-dialog.php:1071
|
958 |
+
msgctxt "e.g. Professional Plan"
|
959 |
+
msgid "%s Plan"
|
960 |
+
msgstr "Plan %s"
|
961 |
+
|
962 |
+
#: includes/fs-plugin-info-dialog.php:1097
|
963 |
+
msgctxt "e.g. the best product"
|
964 |
+
msgid "Best"
|
965 |
+
msgstr "El mejor"
|
966 |
+
|
967 |
+
#: includes/fs-plugin-info-dialog.php1103,
|
968 |
+
#: includes/fs-plugin-info-dialog.php:1123
|
969 |
+
msgctxt "as every month"
|
970 |
+
msgid "Monthly"
|
971 |
+
msgstr "Mensual"
|
972 |
+
|
973 |
+
#: includes/fs-plugin-info-dialog.php:1106
|
974 |
+
msgctxt "as once a year"
|
975 |
+
msgid "Annual"
|
976 |
+
msgstr "Anual"
|
977 |
+
|
978 |
+
#: includes/fs-plugin-info-dialog.php:1109
|
979 |
+
msgid "Lifetime"
|
980 |
+
msgstr "Permanente"
|
981 |
+
|
982 |
+
#: includes/fs-plugin-info-dialog.php1123,
|
983 |
+
#: includes/fs-plugin-info-dialog.php1125,
|
984 |
+
#: includes/fs-plugin-info-dialog.php:1127
|
985 |
+
msgctxt "e.g. billed monthly"
|
986 |
+
msgid "Billed %s"
|
987 |
+
msgstr "Facturado %s"
|
988 |
+
|
989 |
+
#: includes/fs-plugin-info-dialog.php:1125
|
990 |
+
msgctxt "as once a year"
|
991 |
+
msgid "Annually"
|
992 |
+
msgstr "Anualmente"
|
993 |
+
|
994 |
+
#: includes/fs-plugin-info-dialog.php:1127
|
995 |
+
msgctxt "as once a year"
|
996 |
+
msgid "Once"
|
997 |
+
msgstr "Una vez"
|
998 |
+
|
999 |
+
#: includes/fs-plugin-info-dialog.php:1133
|
1000 |
+
msgid "Single Site License"
|
1001 |
+
msgstr "Licencia para un único sitio"
|
1002 |
+
|
1003 |
+
#: includes/fs-plugin-info-dialog.php:1135
|
1004 |
+
msgid "Unlimited Licenses"
|
1005 |
+
msgstr "Licencias ilimitadas"
|
1006 |
+
|
1007 |
+
#: includes/fs-plugin-info-dialog.php:1137
|
1008 |
+
msgid "Up to %s Sites"
|
1009 |
+
msgstr "Hasta %s sitios"
|
1010 |
+
|
1011 |
+
#: includes/fs-plugin-info-dialog.php1147,
|
1012 |
+
#: templates/plugin-info/features.php:82
|
1013 |
+
msgctxt "as monthly period"
|
1014 |
+
msgid "mo"
|
1015 |
+
msgstr "me"
|
1016 |
+
|
1017 |
+
#: includes/fs-plugin-info-dialog.php1154,
|
1018 |
+
#: templates/plugin-info/features.php:80
|
1019 |
+
msgctxt "as annual period"
|
1020 |
+
msgid "year"
|
1021 |
+
msgstr "año"
|
1022 |
+
|
1023 |
+
#: includes/fs-plugin-info-dialog.php:1208
|
1024 |
+
msgctxt "noun"
|
1025 |
+
msgid "Price"
|
1026 |
+
msgstr "Precio"
|
1027 |
+
|
1028 |
+
#: includes/fs-plugin-info-dialog.php:1256
|
1029 |
+
msgid "Save %s"
|
1030 |
+
msgstr "Guardar %s"
|
1031 |
+
|
1032 |
+
#: includes/fs-plugin-info-dialog.php:1266
|
1033 |
+
msgid "No commitment for %s - cancel anytime"
|
1034 |
+
msgstr "Sin compromiso para %s - cancelar en cualquier momento"
|
1035 |
+
|
1036 |
+
#: includes/fs-plugin-info-dialog.php:1269
|
1037 |
+
msgid "After your free %s, pay as little as %s"
|
1038 |
+
msgstr "Después de su período gratuito %s, pague sólo %s"
|
1039 |
+
|
1040 |
+
#: includes/fs-plugin-info-dialog.php:1280
|
1041 |
+
msgid "Details"
|
1042 |
+
msgstr "Detalles"
|
1043 |
+
|
1044 |
+
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1045 |
+
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1046 |
+
#: templates/account/partials/addon.php:36
|
1047 |
+
msgctxt "product version"
|
1048 |
+
msgid "Version"
|
1049 |
+
msgstr "Versión"
|
1050 |
+
|
1051 |
+
#: includes/fs-plugin-info-dialog.php:1291
|
1052 |
+
msgctxt "as the plugin author"
|
1053 |
+
msgid "Author"
|
1054 |
+
msgstr "Autor"
|
1055 |
+
|
1056 |
+
#: includes/fs-plugin-info-dialog.php:1298
|
1057 |
+
msgid "Last Updated"
|
1058 |
+
msgstr "Última actualización"
|
1059 |
+
|
1060 |
+
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1061 |
+
msgctxt "x-ago"
|
1062 |
+
msgid "%s ago"
|
1063 |
+
msgstr "hace %s"
|
1064 |
+
|
1065 |
+
#: includes/fs-plugin-info-dialog.php:1312
|
1066 |
+
msgid "Requires WordPress Version"
|
1067 |
+
msgstr "Necesita la versión de WordPress"
|
1068 |
+
|
1069 |
+
#: includes/fs-plugin-info-dialog.php:1313
|
1070 |
+
msgid "%s or higher"
|
1071 |
+
msgstr "%s o mayor"
|
1072 |
+
|
1073 |
+
#: includes/fs-plugin-info-dialog.php:1320
|
1074 |
+
msgid "Compatible up to"
|
1075 |
+
msgstr "Compatible hasta"
|
1076 |
+
|
1077 |
+
#: includes/fs-plugin-info-dialog.php:1328
|
1078 |
+
msgid "Downloaded"
|
1079 |
+
msgstr "Descargado"
|
1080 |
+
|
1081 |
+
#: includes/fs-plugin-info-dialog.php:1332
|
1082 |
+
msgid "%s time"
|
1083 |
+
msgstr "% vez"
|
1084 |
+
|
1085 |
+
#: includes/fs-plugin-info-dialog.php:1334
|
1086 |
+
msgid "%s times"
|
1087 |
+
msgstr "%s veces"
|
1088 |
+
|
1089 |
+
#: includes/fs-plugin-info-dialog.php:1344
|
1090 |
+
msgid "WordPress.org Plugin Page"
|
1091 |
+
msgstr "Página del plugin en WordPress.org"
|
1092 |
+
|
1093 |
+
#: includes/fs-plugin-info-dialog.php:1352
|
1094 |
+
msgid "Plugin Homepage"
|
1095 |
+
msgstr "Página web del plugin"
|
1096 |
+
|
1097 |
+
#: includes/fs-plugin-info-dialog.php1360,
|
1098 |
+
#: includes/fs-plugin-info-dialog.php:1442
|
1099 |
+
msgid "Donate to this plugin"
|
1100 |
+
msgstr "Donar a este plugin"
|
1101 |
+
|
1102 |
+
#: includes/fs-plugin-info-dialog.php:1367
|
1103 |
+
msgid "Average Rating"
|
1104 |
+
msgstr "Calificación media"
|
1105 |
+
|
1106 |
+
#: includes/fs-plugin-info-dialog.php:1374
|
1107 |
+
msgid "based on %s"
|
1108 |
+
msgstr "basado en %s"
|
1109 |
+
|
1110 |
+
#: includes/fs-plugin-info-dialog.php:1378
|
1111 |
+
msgid "%s rating"
|
1112 |
+
msgstr "%s calificación"
|
1113 |
+
|
1114 |
+
#: includes/fs-plugin-info-dialog.php:1380
|
1115 |
+
msgid "%s ratings"
|
1116 |
+
msgstr "%s calificaciones"
|
1117 |
+
|
1118 |
+
#: includes/fs-plugin-info-dialog.php:1395
|
1119 |
+
msgid "%s star"
|
1120 |
+
msgstr "%s estrella"
|
1121 |
+
|
1122 |
+
#: includes/fs-plugin-info-dialog.php:1397
|
1123 |
+
msgid "%s stars"
|
1124 |
+
msgstr "%s estrellas"
|
1125 |
+
|
1126 |
+
#: includes/fs-plugin-info-dialog.php:1408
|
1127 |
+
msgid "Click to see reviews that provided a rating of %s"
|
1128 |
+
msgstr "Haz clic para ver los comentarios con una valoración de %s"
|
1129 |
+
|
1130 |
+
#: includes/fs-plugin-info-dialog.php:1421
|
1131 |
+
msgid "Contributors"
|
1132 |
+
msgstr "Colaboradores"
|
1133 |
+
|
1134 |
+
#: includes/fs-plugin-info-dialog.php1450,
|
1135 |
+
#: includes/fs-plugin-info-dialog.php:1452
|
1136 |
+
msgid "Warning"
|
1137 |
+
msgstr "Atencion"
|
1138 |
+
|
1139 |
+
#: includes/fs-plugin-info-dialog.php:1450
|
1140 |
+
msgid "This plugin has not been tested with your current version of WordPress."
|
1141 |
+
msgstr "Este plugin no ha sido probado con tu versión actual de WordPress."
|
1142 |
+
|
1143 |
+
#: includes/fs-plugin-info-dialog.php:1452
|
1144 |
+
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1145 |
+
msgstr "Este puglin no ha sido marcado como compatible con tu versión de WordPress."
|
1146 |
+
|
1147 |
+
#: includes/fs-plugin-info-dialog.php:1471
|
1148 |
+
msgid "Paid add-on must be deployed to Freemius."
|
1149 |
+
msgstr "El complemento de pago se debe implementar en Freemius."
|
1150 |
+
|
1151 |
+
#: includes/fs-plugin-info-dialog.php:1472
|
1152 |
+
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1153 |
+
msgstr "El complemento debe implementarse en WordPress.org o en Freemius."
|
1154 |
+
|
1155 |
+
#: includes/fs-plugin-info-dialog.php:1493
|
1156 |
+
msgid "Newer Version (%s) Installed"
|
1157 |
+
msgstr "Versión más reciente (%s) instalada"
|
1158 |
+
|
1159 |
+
#: includes/fs-plugin-info-dialog.php:1494
|
1160 |
+
msgid "Newer Free Version (%s) Installed"
|
1161 |
+
msgstr "Versión gratuita más reciente (%s) instalada"
|
1162 |
+
|
1163 |
+
#: includes/fs-plugin-info-dialog.php:1501
|
1164 |
+
msgid "Latest Version Installed"
|
1165 |
+
msgstr "Última versión instalada"
|
1166 |
+
|
1167 |
+
#: includes/fs-plugin-info-dialog.php:1502
|
1168 |
+
msgid "Latest Free Version Installed"
|
1169 |
+
msgstr "Última versión gratuita instalada"
|
1170 |
+
|
1171 |
+
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1172 |
+
#: templates/account/partials/addon.php26,
|
1173 |
+
#: templates/account/partials/site.php:295
|
1174 |
+
msgid "Downgrading your plan"
|
1175 |
+
msgstr "Bajando tu plan"
|
1176 |
+
|
1177 |
+
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1178 |
+
#: templates/account/partials/addon.php27,
|
1179 |
+
#: templates/account/partials/site.php:296
|
1180 |
+
msgid "Cancelling the subscription"
|
1181 |
+
msgstr "Cancelando la suscripción"
|
1182 |
+
|
1183 |
+
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1184 |
+
#. subscription'
|
1185 |
+
#: templates/account.php:89
|
1186 |
+
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1187 |
+
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1188 |
+
|
1189 |
+
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1190 |
+
#: templates/account/partials/addon.php30,
|
1191 |
+
#: templates/account/partials/site.php:299
|
1192 |
+
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."
|
1193 |
+
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."
|
1194 |
+
|
1195 |
+
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1196 |
+
#: templates/account/partials/addon.php:31
|
1197 |
+
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1198 |
+
msgstr "La cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?"
|
1199 |
+
|
1200 |
+
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1201 |
+
#: templates/account/partials/addon.php32,
|
1202 |
+
#: templates/account/partials/site.php:300
|
1203 |
+
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1204 |
+
msgstr "Todavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso a soporte y actualizaciones de %s."
|
1205 |
+
|
1206 |
+
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1207 |
+
#: templates/account/partials/addon.php33,
|
1208 |
+
#: templates/account/partials/site.php:301
|
1209 |
+
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1210 |
+
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."
|
1211 |
+
|
1212 |
+
#. translators: %s: Plan title (e.g. "Professional")
|
1213 |
+
#: templates/account.php95,
|
1214 |
+
#: templates/account/partials/activate-license-button.php31,
|
1215 |
+
#: templates/account/partials/addon.php:35
|
1216 |
+
msgid "Activate %s Plan"
|
1217 |
+
msgstr "Activar plan %s"
|
1218 |
+
|
1219 |
+
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1220 |
+
#: templates/account.php98, templates/account/partials/addon.php38,
|
1221 |
+
#: templates/account/partials/site.php:275
|
1222 |
+
msgid "Auto renews in %s"
|
1223 |
+
msgstr "Auto renovaciones en %s"
|
1224 |
+
|
1225 |
+
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1226 |
+
#: templates/account.php100, templates/account/partials/addon.php40,
|
1227 |
+
#: templates/account/partials/site.php:277
|
1228 |
+
msgid "Expires in %s"
|
1229 |
+
msgstr "Caduca en %s"
|
1230 |
+
|
1231 |
+
#: templates/account.php101, templates/account/partials/addon.php:41
|
1232 |
+
msgctxt "as synchronize license"
|
1233 |
+
msgid "Sync License"
|
1234 |
+
msgstr "Sincronizar licencia"
|
1235 |
+
|
1236 |
+
#: templates/account.php102, templates/account/partials/addon.php:42
|
1237 |
+
msgid "Cancel Trial"
|
1238 |
+
msgstr "Cancelar período de prueba"
|
1239 |
+
|
1240 |
+
#: templates/account.php103, templates/account/partials/addon.php:43
|
1241 |
+
msgid "Change Plan"
|
1242 |
+
msgstr "Cambiar Plan"
|
1243 |
+
|
1244 |
+
#: templates/account.php104, templates/account/partials/addon.php:44
|
1245 |
+
msgctxt "verb"
|
1246 |
+
msgid "Upgrade"
|
1247 |
+
msgstr "Actualizar"
|
1248 |
+
|
1249 |
+
#: templates/account.php106, templates/account/partials/addon.php46,
|
1250 |
+
#: templates/account/partials/site.php:302
|
1251 |
+
msgctxt "verb"
|
1252 |
+
msgid "Downgrade"
|
1253 |
+
msgstr "Degradar"
|
1254 |
+
|
1255 |
+
#: templates/account.php108, templates/add-ons.php187,
|
1256 |
+
#: templates/plugin-info/features.php72,
|
1257 |
+
#: templates/account/partials/addon.php48,
|
1258 |
+
#: templates/account/partials/site.php:31
|
1259 |
+
msgid "Free"
|
1260 |
+
msgstr "Gratis"
|
1261 |
+
|
1262 |
+
#: templates/account.php110, templates/debug.php373,
|
1263 |
+
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1264 |
+
#: templates/account/partials/addon.php:50
|
1265 |
+
msgctxt "as product pricing plan"
|
1266 |
+
msgid "Plan"
|
1267 |
+
msgstr "Plan"
|
1268 |
+
|
1269 |
+
#: templates/account.php:111
|
1270 |
+
msgid "Bundle Plan"
|
1271 |
+
msgstr "Bundle Plan"
|
1272 |
+
|
1273 |
+
#: templates/account.php:185
|
1274 |
+
msgid "Free Trial"
|
1275 |
+
msgstr "Período de prueba gratuito"
|
1276 |
+
|
1277 |
+
#: templates/account.php:196
|
1278 |
+
msgid "Account Details"
|
1279 |
+
msgstr "Detalles de la cuenta"
|
1280 |
+
|
1281 |
+
#: templates/account.php:200
|
1282 |
+
msgid "Billing & Invoices"
|
1283 |
+
msgstr "Billing & Invoices"
|
1284 |
+
|
1285 |
+
#: templates/account.php:210
|
1286 |
+
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?"
|
1287 |
+
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?"
|
1288 |
+
|
1289 |
+
#: templates/account.php:212
|
1290 |
+
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?"
|
1291 |
+
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?"
|
1292 |
+
|
1293 |
+
#: templates/account.php:215
|
1294 |
+
msgid "Delete Account"
|
1295 |
+
msgstr "Borrar cuenta"
|
1296 |
+
|
1297 |
+
#: templates/account.php227, templates/account/partials/addon.php211,
|
1298 |
+
#: templates/account/partials/deactivate-license-button.php:35
|
1299 |
+
msgid "Deactivate License"
|
1300 |
+
msgstr "Desactivar licencia"
|
1301 |
+
|
1302 |
+
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1303 |
+
msgid "Are you sure you want to proceed?"
|
1304 |
+
msgstr "¿Estás seguro que quieres proceder?"
|
1305 |
+
|
1306 |
+
#: templates/account.php250, templates/account/partials/addon.php:234
|
1307 |
+
msgid "Cancel Subscription"
|
1308 |
+
msgstr "Cancelar suscripción"
|
1309 |
+
|
1310 |
+
#: templates/account.php:278
|
1311 |
+
msgctxt "as synchronize"
|
1312 |
+
msgid "Sync"
|
1313 |
+
msgstr "Sincronizar"
|
1314 |
+
|
1315 |
+
#: templates/account.php292, templates/debug.php:489
|
1316 |
+
msgid "Name"
|
1317 |
+
msgstr "Nombre"
|
1318 |
+
|
1319 |
+
#: templates/account.php298, templates/debug.php:490
|
1320 |
+
msgid "Email"
|
1321 |
+
msgstr "Correo electrónico"
|
1322 |
+
|
1323 |
+
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1324 |
+
msgid "User ID"
|
1325 |
+
msgstr "ID de usuario"
|
1326 |
+
|
1327 |
+
#: templates/account.php322, templates/account.php608,
|
1328 |
+
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1329 |
+
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1330 |
+
#: templates/debug.php599, templates/account/payments.php35,
|
1331 |
+
#: templates/debug/logger.php:21
|
1332 |
+
msgid "ID"
|
1333 |
+
msgstr "ID"
|
1334 |
+
|
1335 |
+
#: templates/account.php:329
|
1336 |
+
msgid "Site ID"
|
1337 |
+
msgstr "ID del sitio"
|
1338 |
+
|
1339 |
+
#: templates/account.php:332
|
1340 |
+
msgid "No ID"
|
1341 |
+
msgstr "Sin ID"
|
1342 |
+
|
1343 |
+
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1344 |
+
#: templates/debug.php455, templates/debug.php492,
|
1345 |
+
#: templates/account/partials/site.php:219
|
1346 |
+
msgid "Public Key"
|
1347 |
+
msgstr "Clave pública"
|
1348 |
+
|
1349 |
+
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1350 |
+
#: templates/debug.php493, templates/account/partials/site.php:231
|
1351 |
+
msgid "Secret Key"
|
1352 |
+
msgstr "Clave secreta"
|
1353 |
+
|
1354 |
+
#: templates/account.php:346
|
1355 |
+
msgctxt "as secret encryption key missing"
|
1356 |
+
msgid "No Secret"
|
1357 |
+
msgstr "Sin clave secreta"
|
1358 |
+
|
1359 |
+
#: templates/account.php373, templates/account/partials/site.php112,
|
1360 |
+
#: templates/account/partials/site.php:114
|
1361 |
+
msgid "Trial"
|
1362 |
+
msgstr "Período de prueba gratuito"
|
1363 |
+
|
1364 |
+
#: templates/account.php400, templates/debug.php533,
|
1365 |
+
#: templates/account/partials/site.php:248
|
1366 |
+
msgid "License Key"
|
1367 |
+
msgstr "Clave de licencia"
|
1368 |
+
|
1369 |
+
#: templates/account.php:429
|
1370 |
+
msgid "Join the Beta program"
|
1371 |
+
msgstr "Join the Beta program"
|
1372 |
+
|
1373 |
+
#: templates/account.php:435
|
1374 |
+
msgid "not verified"
|
1375 |
+
msgstr "no verificado"
|
1376 |
+
|
1377 |
+
#: templates/account.php444, templates/account/partials/addon.php:172
|
1378 |
+
msgid "Expired"
|
1379 |
+
msgstr "Caducado"
|
1380 |
+
|
1381 |
+
#: templates/account.php:502
|
1382 |
+
msgid "Premium version"
|
1383 |
+
msgstr "Versión premium"
|
1384 |
+
|
1385 |
+
#: templates/account.php:504
|
1386 |
+
msgid "Free version"
|
1387 |
+
msgstr "Versión gratuita"
|
1388 |
+
|
1389 |
+
#: templates/account.php:516
|
1390 |
+
msgid "Verify Email"
|
1391 |
+
msgstr "Verificar correo electrónico"
|
1392 |
+
|
1393 |
+
#: templates/account.php:527
|
1394 |
+
msgid "Download %s Version"
|
1395 |
+
msgstr "Descargar versión %s"
|
1396 |
+
|
1397 |
+
#: templates/account.php541, templates/account.php749,
|
1398 |
+
#: templates/account/partials/site.php237,
|
1399 |
+
#: templates/account/partials/site.php:255
|
1400 |
+
msgctxt "verb"
|
1401 |
+
msgid "Show"
|
1402 |
+
msgstr "Mostrar"
|
1403 |
+
|
1404 |
+
#: templates/account.php:555
|
1405 |
+
msgid "What is your %s?"
|
1406 |
+
msgstr "¿Cual es tú %s?"
|
1407 |
+
|
1408 |
+
#: templates/account.php563, templates/account/billing.php:21
|
1409 |
+
msgctxt "verb"
|
1410 |
+
msgid "Edit"
|
1411 |
+
msgstr "Editar"
|
1412 |
+
|
1413 |
+
#: templates/account.php:588
|
1414 |
+
msgid "Sites"
|
1415 |
+
msgstr "Sitios"
|
1416 |
+
|
1417 |
+
#: templates/account.php:599
|
1418 |
+
msgid "Search by address"
|
1419 |
+
msgstr "Buscar por dirección"
|
1420 |
+
|
1421 |
+
#: templates/account.php609, templates/debug.php:369
|
1422 |
+
msgid "Address"
|
1423 |
+
msgstr "Dirección"
|
1424 |
+
|
1425 |
+
#: templates/account.php:610
|
1426 |
+
msgid "License"
|
1427 |
+
msgstr "Licencia"
|
1428 |
+
|
1429 |
+
#: templates/account.php:611
|
1430 |
+
msgid "Plan"
|
1431 |
+
msgstr "Plan"
|
1432 |
+
|
1433 |
+
#: templates/account.php:656
|
1434 |
+
msgctxt "as software license"
|
1435 |
+
msgid "License"
|
1436 |
+
msgstr "Licencia"
|
1437 |
+
|
1438 |
+
#: templates/account.php:743
|
1439 |
+
msgctxt "verb"
|
1440 |
+
msgid "Hide"
|
1441 |
+
msgstr "Ocultar"
|
1442 |
+
|
1443 |
+
#: templates/account.php:765
|
1444 |
+
msgid "Processing"
|
1445 |
+
msgstr "Procesando"
|
1446 |
+
|
1447 |
+
#: templates/account.php:768
|
1448 |
+
msgid "Get updates for bleeding edge Beta versions of %s."
|
1449 |
+
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1450 |
+
|
1451 |
+
#: templates/account.php:826
|
1452 |
+
msgid "Cancelling %s"
|
1453 |
+
msgstr "Cancelando %s"
|
1454 |
+
|
1455 |
+
#: templates/account.php826, templates/account.php843,
|
1456 |
+
#: templates/forms/subscription-cancellation.php27,
|
1457 |
+
#: templates/forms/deactivation/form.php:133
|
1458 |
+
msgid "trial"
|
1459 |
+
msgstr "período de prueba"
|
1460 |
+
|
1461 |
+
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1462 |
+
msgid "Cancelling %s..."
|
1463 |
+
msgstr "Cancelando %s..."
|
1464 |
+
|
1465 |
+
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1466 |
+
#: templates/forms/deactivation/form.php:134
|
1467 |
+
msgid "subscription"
|
1468 |
+
msgstr "suscripción"
|
1469 |
+
|
1470 |
+
#: templates/account.php:858
|
1471 |
+
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?"
|
1472 |
+
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?"
|
1473 |
+
|
1474 |
+
#: templates/add-ons.php:35
|
1475 |
+
msgid "View details"
|
1476 |
+
msgstr "Ver detalles"
|
1477 |
+
|
1478 |
+
#: templates/add-ons.php:45
|
1479 |
+
msgid "Add Ons for %s"
|
1480 |
+
msgstr "Complementos para %s"
|
1481 |
+
|
1482 |
+
#: templates/add-ons.php:55
|
1483 |
+
msgid "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1484 |
+
msgstr "No podemos cargar la lista de complementos. Probablemente es un problema por nuestro parte, por favor inténtalo de nuevo en unos minutos."
|
1485 |
+
|
1486 |
+
#: templates/add-ons.php:173
|
1487 |
+
msgctxt "active add-on"
|
1488 |
+
msgid "Active"
|
1489 |
+
msgstr "Activo"
|
1490 |
+
|
1491 |
+
#: templates/add-ons.php:174
|
1492 |
+
msgctxt "installed add-on"
|
1493 |
+
msgid "Installed"
|
1494 |
+
msgstr "Installed"
|
1495 |
+
|
1496 |
+
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1497 |
+
#: templates/forms/resend-key.php:77
|
1498 |
+
msgctxt "as close a window"
|
1499 |
+
msgid "Dismiss"
|
1500 |
+
msgstr "Descartar"
|
1501 |
+
|
1502 |
+
#: templates/auto-installation.php:45
|
1503 |
+
msgid "%s sec"
|
1504 |
+
msgstr "%s seg"
|
1505 |
+
|
1506 |
+
#: templates/auto-installation.php:83
|
1507 |
+
msgid "Automatic Installation"
|
1508 |
+
msgstr "Instalación automática"
|
1509 |
+
|
1510 |
+
#: templates/auto-installation.php:93
|
1511 |
+
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."
|
1512 |
+
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."
|
1513 |
+
|
1514 |
+
#: templates/auto-installation.php:104
|
1515 |
+
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."
|
1516 |
+
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."
|
1517 |
+
|
1518 |
+
#: templates/auto-installation.php:109
|
1519 |
+
msgid "Cancel Installation"
|
1520 |
+
msgstr "Cancelar instalación"
|
1521 |
+
|
1522 |
+
#: templates/checkout.php:180
|
1523 |
+
msgid "Checkout"
|
1524 |
+
msgstr "Pagar"
|
1525 |
+
|
1526 |
+
#: templates/checkout.php:180
|
1527 |
+
msgid "PCI compliant"
|
1528 |
+
msgstr "Compatible con PCI"
|
1529 |
+
|
1530 |
+
#. translators: %s: name (e.g. Hey John,)
|
1531 |
+
#: templates/connect.php:112
|
1532 |
+
msgctxt "greeting"
|
1533 |
+
msgid "Hey %s,"
|
1534 |
+
msgstr "Hey %s,"
|
1535 |
+
|
1536 |
+
#: templates/connect.php:154
|
1537 |
+
msgid "Allow & Continue"
|
1538 |
+
msgstr "Permitir y continuar"
|
1539 |
+
|
1540 |
+
#: templates/connect.php:158
|
1541 |
+
msgid "Re-send activation email"
|
1542 |
+
msgstr "Reenviar correo electrónico de activación"
|
1543 |
+
|
1544 |
+
#: templates/connect.php:162
|
1545 |
+
msgid "Thanks %s!"
|
1546 |
+
msgstr "¡Gracias %s!"
|
1547 |
+
|
1548 |
+
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1549 |
+
msgid "Agree & Activate License"
|
1550 |
+
msgstr "De acuerdo y activar licencia"
|
1551 |
+
|
1552 |
+
#: templates/connect.php:181
|
1553 |
+
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1554 |
+
msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
|
1555 |
+
|
1556 |
+
#: templates/connect.php:188
|
1557 |
+
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."
|
1558 |
+
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."
|
1559 |
+
|
1560 |
+
#: templates/connect.php:189
|
1561 |
+
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1562 |
+
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."
|
1563 |
+
|
1564 |
+
#: templates/connect.php:195
|
1565 |
+
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."
|
1566 |
+
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."
|
1567 |
+
|
1568 |
+
#: templates/connect.php:196
|
1569 |
+
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."
|
1570 |
+
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."
|
1571 |
+
|
1572 |
+
#: templates/connect.php:230
|
1573 |
+
msgid "We're excited to introduce the Freemius network-level integration."
|
1574 |
+
msgstr "Estamos emocionados de introducir la integración de Freemius a nivel de red."
|
1575 |
+
|
1576 |
+
#: templates/connect.php:233
|
1577 |
+
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1578 |
+
msgstr "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia."
|
1579 |
+
|
1580 |
+
#: templates/connect.php:235
|
1581 |
+
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1582 |
+
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."
|
1583 |
+
|
1584 |
+
#: templates/connect.php:237
|
1585 |
+
msgid "%s's paid features"
|
1586 |
+
msgstr "%s características de pago"
|
1587 |
+
|
1588 |
+
#: templates/connect.php:242
|
1589 |
+
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1590 |
+
msgstr "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red."
|
1591 |
+
|
1592 |
+
#: templates/connect.php:244
|
1593 |
+
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1594 |
+
msgstr "Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención."
|
1595 |
+
|
1596 |
+
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1597 |
+
msgid "License key"
|
1598 |
+
msgstr "Clave de licencia"
|
1599 |
+
|
1600 |
+
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1601 |
+
msgid "Can't find your license key?"
|
1602 |
+
msgstr "¿No puedes encontrar tu clave de licencia?"
|
1603 |
+
|
1604 |
+
#: templates/connect.php315, templates/connect.php652,
|
1605 |
+
#: templates/forms/deactivation/retry-skip.php:20
|
1606 |
+
msgctxt "verb"
|
1607 |
+
msgid "Skip"
|
1608 |
+
msgstr "Saltar"
|
1609 |
+
|
1610 |
+
#: templates/connect.php:318
|
1611 |
+
msgid "Delegate to Site Admins"
|
1612 |
+
msgstr "Delegar a administradores del sitio"
|
1613 |
+
|
1614 |
+
#: templates/connect.php:318
|
1615 |
+
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1616 |
+
msgstr "Si haces click, esta decisión será delegada a los administradores de los sitios."
|
1617 |
+
|
1618 |
+
#: templates/connect.php:346
|
1619 |
+
msgid "Your Profile Overview"
|
1620 |
+
msgstr "Resumen del perfil"
|
1621 |
+
|
1622 |
+
#: templates/connect.php:347
|
1623 |
+
msgid "Name and email address"
|
1624 |
+
msgstr "Nombre y dirección de correo electrónico"
|
1625 |
+
|
1626 |
+
#: templates/connect.php:352
|
1627 |
+
msgid "Your Site Overview"
|
1628 |
+
msgstr "Resumen del sitio"
|
1629 |
+
|
1630 |
+
#: templates/connect.php:353
|
1631 |
+
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1632 |
+
msgstr "URL del sitio web, versión de WP, PHP info, plugins y temas"
|
1633 |
+
|
1634 |
+
#: templates/connect.php:358
|
1635 |
+
msgid "Admin Notices"
|
1636 |
+
msgstr "Avisos de administración"
|
1637 |
+
|
1638 |
+
#: templates/connect.php359, templates/connect.php:375
|
1639 |
+
msgid "Updates, announcements, marketing, no spam"
|
1640 |
+
msgstr "Actualizaciones, anuncios, marketing, sin spam"
|
1641 |
+
|
1642 |
+
#: templates/connect.php:364
|
1643 |
+
msgid "Current %s Events"
|
1644 |
+
msgstr "Eventos de %s actuales"
|
1645 |
+
|
1646 |
+
#: templates/connect.php:365
|
1647 |
+
msgid "Activation, deactivation and uninstall"
|
1648 |
+
msgstr "Activación, desactivación y desinstalación"
|
1649 |
+
|
1650 |
+
#: templates/connect.php:374
|
1651 |
+
msgid "Newsletter"
|
1652 |
+
msgstr "Boletín"
|
1653 |
+
|
1654 |
+
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1655 |
+
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."
|
1656 |
+
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."
|
1657 |
+
|
1658 |
+
#: templates/connect.php:396
|
1659 |
+
msgid "What permissions are being granted?"
|
1660 |
+
msgstr "¿Qué permisos se otorgan?"
|
1661 |
+
|
1662 |
+
#: templates/connect.php:417
|
1663 |
+
msgid "Don't have a license key?"
|
1664 |
+
msgstr "¿No tienes una clave de licencia?"
|
1665 |
+
|
1666 |
+
#: templates/connect.php:420
|
1667 |
+
msgid "Have a license key?"
|
1668 |
+
msgstr "¿Tienes una clave de licencia?"
|
1669 |
+
|
1670 |
+
#: templates/connect.php:428
|
1671 |
+
msgid "Privacy Policy"
|
1672 |
+
msgstr "Política de privacidad"
|
1673 |
+
|
1674 |
+
#: templates/connect.php:430
|
1675 |
+
msgid "License Agreement"
|
1676 |
+
msgstr "Acuerdo de licencia"
|
1677 |
+
|
1678 |
+
#: templates/connect.php:430
|
1679 |
+
msgid "Terms of Service"
|
1680 |
+
msgstr "Términos de servicio"
|
1681 |
+
|
1682 |
+
#: templates/connect.php:805
|
1683 |
+
msgctxt "as in the process of sending an email"
|
1684 |
+
msgid "Sending email"
|
1685 |
+
msgstr "Enviando correo electrónico"
|
1686 |
+
|
1687 |
+
#: templates/connect.php:806
|
1688 |
+
msgctxt "as activating plugin"
|
1689 |
+
msgid "Activating"
|
1690 |
+
msgstr "Activando"
|
1691 |
+
|
1692 |
+
#: templates/contact.php:78
|
1693 |
+
msgid "Contact"
|
1694 |
+
msgstr "Contacto"
|
1695 |
+
|
1696 |
+
#: templates/debug.php:17
|
1697 |
+
msgctxt "as turned off"
|
1698 |
+
msgid "Off"
|
1699 |
+
msgstr "Apagado"
|
1700 |
+
|
1701 |
+
#: templates/debug.php:18
|
1702 |
+
msgctxt "as turned on"
|
1703 |
+
msgid "On"
|
1704 |
+
msgstr "Encendido"
|
1705 |
+
|
1706 |
+
#: templates/debug.php:20
|
1707 |
+
msgid "SDK"
|
1708 |
+
msgstr "SDK"
|
1709 |
+
|
1710 |
+
#: templates/debug.php:24
|
1711 |
+
msgctxt "as code debugging"
|
1712 |
+
msgid "Debugging"
|
1713 |
+
msgstr "Depurando"
|
1714 |
+
|
1715 |
+
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1716 |
+
#: templates/debug.php:494
|
1717 |
+
msgid "Actions"
|
1718 |
+
msgstr "Acciones"
|
1719 |
+
|
1720 |
+
#: templates/debug.php:64
|
1721 |
+
msgid "Are you sure you want to delete all Freemius data?"
|
1722 |
+
msgstr "¿Está seguro que desea eliminar todos los datos de Freemius?"
|
1723 |
+
|
1724 |
+
#: templates/debug.php:64
|
1725 |
+
msgid "Delete All Accounts"
|
1726 |
+
msgstr "Borrar todas las cuentas"
|
1727 |
+
|
1728 |
+
#: templates/debug.php:71
|
1729 |
+
msgid "Clear API Cache"
|
1730 |
+
msgstr "Borrar caché de la API"
|
1731 |
+
|
1732 |
+
#: templates/debug.php:79
|
1733 |
+
msgid "Clear Updates Transients"
|
1734 |
+
msgstr "Borrar transients de actualizaciones"
|
1735 |
+
|
1736 |
+
#: templates/debug.php:86
|
1737 |
+
msgid "Sync Data From Server"
|
1738 |
+
msgstr "Sincronizar datos desde el servidor"
|
1739 |
+
|
1740 |
+
#: templates/debug.php:95
|
1741 |
+
msgid "Migrate Options to Network"
|
1742 |
+
msgstr "Migrar opciones a la red"
|
1743 |
+
|
1744 |
+
#: templates/debug.php:100
|
1745 |
+
msgid "Load DB Option"
|
1746 |
+
msgstr "Cargar opción de BD"
|
1747 |
+
|
1748 |
+
#: templates/debug.php:103
|
1749 |
+
msgid "Set DB Option"
|
1750 |
+
msgstr "Guardar opción en BD"
|
1751 |
+
|
1752 |
+
#: templates/debug.php:182
|
1753 |
+
msgid "Key"
|
1754 |
+
msgstr "Clave"
|
1755 |
+
|
1756 |
+
#: templates/debug.php:183
|
1757 |
+
msgid "Value"
|
1758 |
+
msgstr "Valor"
|
1759 |
+
|
1760 |
+
#: templates/debug.php:199
|
1761 |
+
msgctxt "as software development kit versions"
|
1762 |
+
msgid "SDK Versions"
|
1763 |
+
msgstr "Versiones SDK"
|
1764 |
+
|
1765 |
+
#: templates/debug.php:204
|
1766 |
+
msgid "SDK Path"
|
1767 |
+
msgstr "Ruta del SDK"
|
1768 |
+
|
1769 |
+
#: templates/debug.php205, templates/debug.php:244
|
1770 |
+
msgid "Module Path"
|
1771 |
+
msgstr "Ruta del módulo"
|
1772 |
+
|
1773 |
+
#: templates/debug.php:206
|
1774 |
+
msgid "Is Active"
|
1775 |
+
msgstr "Está activo"
|
1776 |
+
|
1777 |
+
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1778 |
+
msgid "Plugins"
|
1779 |
+
msgstr "Plugins"
|
1780 |
+
|
1781 |
+
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1782 |
+
msgid "Themes"
|
1783 |
+
msgstr "Temas"
|
1784 |
+
|
1785 |
+
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1786 |
+
#: templates/debug/scheduled-crons.php:80
|
1787 |
+
msgid "Slug"
|
1788 |
+
msgstr "Ruta"
|
1789 |
+
|
1790 |
+
#: templates/debug.php241, templates/debug.php:452
|
1791 |
+
msgid "Title"
|
1792 |
+
msgstr "Título"
|
1793 |
+
|
1794 |
+
#: templates/debug.php:242
|
1795 |
+
msgctxt "as application program interface"
|
1796 |
+
msgid "API"
|
1797 |
+
msgstr "API"
|
1798 |
+
|
1799 |
+
#: templates/debug.php:243
|
1800 |
+
msgid "Freemius State"
|
1801 |
+
msgstr "Estado Freemius"
|
1802 |
+
|
1803 |
+
#: templates/debug.php:247
|
1804 |
+
msgid "Network Blog"
|
1805 |
+
msgstr "Blog de red"
|
1806 |
+
|
1807 |
+
#: templates/debug.php:248
|
1808 |
+
msgid "Network User"
|
1809 |
+
msgstr "Usuario de red"
|
1810 |
+
|
1811 |
+
#: templates/debug.php:285
|
1812 |
+
msgctxt "as connection was successful"
|
1813 |
+
msgid "Connected"
|
1814 |
+
msgstr "Conectado"
|
1815 |
+
|
1816 |
+
#: templates/debug.php:286
|
1817 |
+
msgctxt "as connection blocked"
|
1818 |
+
msgid "Blocked"
|
1819 |
+
msgstr "Bloqueado"
|
1820 |
+
|
1821 |
+
#: templates/debug.php:322
|
1822 |
+
msgid "Simulate Trial Promotion"
|
1823 |
+
msgstr "Simular período de prueba"
|
1824 |
+
|
1825 |
+
#: templates/debug.php:334
|
1826 |
+
msgid "Simulate Network Upgrade"
|
1827 |
+
msgstr "Simular actualización de red"
|
1828 |
+
|
1829 |
+
#: templates/debug.php:360
|
1830 |
+
msgid "%s Installs"
|
1831 |
+
msgstr "%s Instalaciones"
|
1832 |
+
|
1833 |
+
#: templates/debug.php:362
|
1834 |
+
msgctxt "like websites"
|
1835 |
+
msgid "Sites"
|
1836 |
+
msgstr "Sitios"
|
1837 |
+
|
1838 |
+
#: templates/debug.php368, templates/account/partials/site.php:148
|
1839 |
+
msgid "Blog ID"
|
1840 |
+
msgstr "ID del blog"
|
1841 |
+
|
1842 |
+
#: templates/debug.php433, templates/debug.php511,
|
1843 |
+
#: templates/account/partials/addon.php:396
|
1844 |
+
msgctxt "verb"
|
1845 |
+
msgid "Delete"
|
1846 |
+
msgstr "Borrar"
|
1847 |
+
|
1848 |
+
#: templates/debug.php:447
|
1849 |
+
msgid "Add Ons of module %s"
|
1850 |
+
msgstr "Complementos del módulo %s"
|
1851 |
+
|
1852 |
+
#: templates/debug.php:484
|
1853 |
+
msgid "Users"
|
1854 |
+
msgstr "Usuarios"
|
1855 |
+
|
1856 |
+
#: templates/debug.php:491
|
1857 |
+
msgid "Verified"
|
1858 |
+
msgstr "Verificado"
|
1859 |
+
|
1860 |
+
#: templates/debug.php:522
|
1861 |
+
msgid "%s Licenses"
|
1862 |
+
msgstr "%s Licencias"
|
1863 |
+
|
1864 |
+
#: templates/debug.php:527
|
1865 |
+
msgid "Plugin ID"
|
1866 |
+
msgstr "ID del plugin"
|
1867 |
+
|
1868 |
+
#: templates/debug.php:529
|
1869 |
+
msgid "Plan ID"
|
1870 |
+
msgstr "ID del plan"
|
1871 |
+
|
1872 |
+
#: templates/debug.php:530
|
1873 |
+
msgid "Quota"
|
1874 |
+
msgstr "Cuota"
|
1875 |
+
|
1876 |
+
#: templates/debug.php:531
|
1877 |
+
msgid "Activated"
|
1878 |
+
msgstr "Activado"
|
1879 |
+
|
1880 |
+
#: templates/debug.php:532
|
1881 |
+
msgid "Blocking"
|
1882 |
+
msgstr "Bloqueando"
|
1883 |
+
|
1884 |
+
#: templates/debug.php:534
|
1885 |
+
msgctxt "as expiration date"
|
1886 |
+
msgid "Expiration"
|
1887 |
+
msgstr "Caducidad"
|
1888 |
+
|
1889 |
+
#: templates/debug.php:557
|
1890 |
+
msgid "Debug Log"
|
1891 |
+
msgstr "Log de Debug"
|
1892 |
+
|
1893 |
+
#: templates/debug.php:561
|
1894 |
+
msgid "All Types"
|
1895 |
+
msgstr "Todos los Tipos"
|
1896 |
+
|
1897 |
+
#: templates/debug.php:568
|
1898 |
+
msgid "All Requests"
|
1899 |
+
msgstr "Todas las peticiones"
|
1900 |
+
|
1901 |
+
#: templates/debug.php573, templates/debug.php602,
|
1902 |
+
#: templates/debug/logger.php:25
|
1903 |
+
msgid "File"
|
1904 |
+
msgstr "Archivo"
|
1905 |
+
|
1906 |
+
#: templates/debug.php574, templates/debug.php600,
|
1907 |
+
#: templates/debug/logger.php:23
|
1908 |
+
msgid "Function"
|
1909 |
+
msgstr "Función"
|
1910 |
+
|
1911 |
+
#: templates/debug.php:575
|
1912 |
+
msgid "Process ID"
|
1913 |
+
msgstr "ID del proceso"
|
1914 |
+
|
1915 |
+
#: templates/debug.php:576
|
1916 |
+
msgid "Logger"
|
1917 |
+
msgstr "Logger"
|
1918 |
+
|
1919 |
+
#: templates/debug.php577, templates/debug.php601,
|
1920 |
+
#: templates/debug/logger.php:24
|
1921 |
+
msgid "Message"
|
1922 |
+
msgstr "Mensaje"
|
1923 |
+
|
1924 |
+
#: templates/debug.php:579
|
1925 |
+
msgid "Filter"
|
1926 |
+
msgstr "Filtro"
|
1927 |
+
|
1928 |
+
#: templates/debug.php:587
|
1929 |
+
msgid "Download"
|
1930 |
+
msgstr "Descarga"
|
1931 |
+
|
1932 |
+
#: templates/debug.php598, templates/debug/logger.php:22
|
1933 |
+
msgid "Type"
|
1934 |
+
msgstr "Tipo"
|
1935 |
+
|
1936 |
+
#: templates/debug.php603, templates/debug/logger.php:26
|
1937 |
+
msgid "Timestamp"
|
1938 |
+
msgstr "Timestamp"
|
1939 |
+
|
1940 |
+
#: templates/secure-https-header.php:28
|
1941 |
+
msgid "Secure HTTPS %s page, running from an external domain"
|
1942 |
+
msgstr "Página segura HTTPS %s, desde un dominio externo"
|
1943 |
+
|
1944 |
+
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1945 |
+
#: templates/plugin-info/features.php:43
|
1946 |
+
msgid "Support"
|
1947 |
+
msgstr "Soporte"
|
1948 |
+
|
1949 |
+
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1950 |
+
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1951 |
+
msgctxt "milliseconds"
|
1952 |
+
msgid "ms"
|
1953 |
+
msgstr "ms"
|
1954 |
+
|
1955 |
+
#: includes/debug/debug-bar-start.php:41
|
1956 |
+
msgid "Freemius API"
|
1957 |
+
msgstr "API Freemius"
|
1958 |
+
|
1959 |
+
#: includes/debug/debug-bar-start.php:42
|
1960 |
+
msgid "Requests"
|
1961 |
+
msgstr "Peticiones"
|
1962 |
+
|
1963 |
+
#: templates/account/billing.php:22
|
1964 |
+
msgctxt "verb"
|
1965 |
+
msgid "Update"
|
1966 |
+
msgstr "Actualizar"
|
1967 |
+
|
1968 |
+
#: templates/account/billing.php:33
|
1969 |
+
msgid "Billing"
|
1970 |
+
msgstr "Facturación"
|
1971 |
+
|
1972 |
+
#: templates/account/billing.php38, templates/account/billing.php:38
|
1973 |
+
msgid "Business name"
|
1974 |
+
msgstr "Nombre de la empresa"
|
1975 |
+
|
1976 |
+
#: templates/account/billing.php39, templates/account/billing.php:39
|
1977 |
+
msgid "Tax / VAT ID"
|
1978 |
+
msgstr "Tax / Núm IVA"
|
1979 |
+
|
1980 |
+
#: templates/account/billing.php42, templates/account/billing.php42,
|
1981 |
+
#: templates/account/billing.php43, templates/account/billing.php:43
|
1982 |
+
msgid "Address Line %d"
|
1983 |
+
msgstr "Línea de la dirección %d"
|
1984 |
+
|
1985 |
+
#: templates/account/billing.php46, templates/account/billing.php:46
|
1986 |
+
msgid "City"
|
1987 |
+
msgstr "Ciudad"
|
1988 |
+
|
1989 |
+
#: templates/account/billing.php46, templates/account/billing.php:46
|
1990 |
+
msgid "Town"
|
1991 |
+
msgstr "Municipio"
|
1992 |
+
|
1993 |
+
#: templates/account/billing.php47, templates/account/billing.php:47
|
1994 |
+
msgid "ZIP / Postal Code"
|
1995 |
+
msgstr "Código postal"
|
1996 |
+
|
1997 |
+
#: templates/account/billing.php:302
|
1998 |
+
msgid "Country"
|
1999 |
+
msgstr "País"
|
2000 |
+
|
2001 |
+
#: templates/account/billing.php:304
|
2002 |
+
msgid "Select Country"
|
2003 |
+
msgstr "Seleccionar país"
|
2004 |
+
|
2005 |
+
#: templates/account/billing.php311, templates/account/billing.php:312
|
2006 |
+
msgid "State"
|
2007 |
+
msgstr "Estado"
|
2008 |
+
|
2009 |
+
#: templates/account/billing.php311, templates/account/billing.php:312
|
2010 |
+
msgid "Province"
|
2011 |
+
msgstr "Provincia"
|
2012 |
+
|
2013 |
+
#: templates/account/payments.php:29
|
2014 |
+
msgid "Payments"
|
2015 |
+
msgstr "Pagos"
|
2016 |
+
|
2017 |
+
#: templates/account/payments.php:36
|
2018 |
+
msgid "Date"
|
2019 |
+
msgstr "Fecha"
|
2020 |
+
|
2021 |
+
#: templates/account/payments.php:37
|
2022 |
+
msgid "Amount"
|
2023 |
+
msgstr "Cantidad"
|
2024 |
+
|
2025 |
+
#: templates/account/payments.php38, templates/account/payments.php:50
|
2026 |
+
msgid "Invoice"
|
2027 |
+
msgstr "Factura"
|
2028 |
+
|
2029 |
+
#: templates/debug/api-calls.php:56
|
2030 |
+
msgid "API"
|
2031 |
+
msgstr "API"
|
2032 |
+
|
2033 |
+
#: templates/debug/api-calls.php:68
|
2034 |
+
msgid "Method"
|
2035 |
+
msgstr "Método"
|
2036 |
+
|
2037 |
+
#: templates/debug/api-calls.php:69
|
2038 |
+
msgid "Code"
|
2039 |
+
msgstr "Código"
|
2040 |
+
|
2041 |
+
#: templates/debug/api-calls.php:70
|
2042 |
+
msgid "Length"
|
2043 |
+
msgstr "Longitud"
|
2044 |
+
|
2045 |
+
#: templates/debug/api-calls.php:71
|
2046 |
+
msgctxt "as file/folder path"
|
2047 |
+
msgid "Path"
|
2048 |
+
msgstr "Ruta"
|
2049 |
+
|
2050 |
+
#: templates/debug/api-calls.php:73
|
2051 |
+
msgid "Body"
|
2052 |
+
msgstr "Cuerpo"
|
2053 |
+
|
2054 |
+
#: templates/debug/api-calls.php:75
|
2055 |
+
msgid "Result"
|
2056 |
+
msgstr "Resultado"
|
2057 |
+
|
2058 |
+
#: templates/debug/api-calls.php:76
|
2059 |
+
msgid "Start"
|
2060 |
+
msgstr "Inicio"
|
2061 |
+
|
2062 |
+
#: templates/debug/api-calls.php:77
|
2063 |
+
msgid "End"
|
2064 |
+
msgstr "Fin"
|
2065 |
+
|
2066 |
+
#: templates/debug/logger.php:15
|
2067 |
+
msgid "Log"
|
2068 |
+
msgstr "Log"
|
2069 |
+
|
2070 |
+
#. translators: %s: time period (e.g. In "2 hours")
|
2071 |
+
#: templates/debug/plugins-themes-sync.php18,
|
2072 |
+
#: templates/debug/scheduled-crons.php:91
|
2073 |
+
msgid "In %s"
|
2074 |
+
msgstr "En %s"
|
2075 |
+
|
2076 |
+
#. translators: %s: time period (e.g. "2 hours" ago)
|
2077 |
+
#: templates/debug/plugins-themes-sync.php20,
|
2078 |
+
#: templates/debug/scheduled-crons.php:93
|
2079 |
+
msgid "%s ago"
|
2080 |
+
msgstr "hace %s"
|
2081 |
+
|
2082 |
+
#: templates/debug/plugins-themes-sync.php21,
|
2083 |
+
#: templates/debug/scheduled-crons.php:74
|
2084 |
+
msgctxt "seconds"
|
2085 |
+
msgid "sec"
|
2086 |
+
msgstr "seg"
|
2087 |
+
|
2088 |
+
#: templates/debug/plugins-themes-sync.php:23
|
2089 |
+
msgid "Plugins & Themes Sync"
|
2090 |
+
msgstr "Sincronizar plugins y temas"
|
2091 |
+
|
2092 |
+
#: templates/debug/plugins-themes-sync.php:28
|
2093 |
+
msgid "Total"
|
2094 |
+
msgstr "Total"
|
2095 |
+
|
2096 |
+
#: templates/debug/plugins-themes-sync.php29,
|
2097 |
+
#: templates/debug/scheduled-crons.php:84
|
2098 |
+
msgid "Last"
|
2099 |
+
msgstr "Último"
|
2100 |
+
|
2101 |
+
#: templates/debug/scheduled-crons.php:76
|
2102 |
+
msgid "Scheduled Crons"
|
2103 |
+
msgstr "Crons programados"
|
2104 |
+
|
2105 |
+
#: templates/debug/scheduled-crons.php:81
|
2106 |
+
msgid "Module"
|
2107 |
+
msgstr "Módulo"
|
2108 |
+
|
2109 |
+
#: templates/debug/scheduled-crons.php:82
|
2110 |
+
msgid "Module Type"
|
2111 |
+
msgstr "Tipo de módulo"
|
2112 |
+
|
2113 |
+
#: templates/debug/scheduled-crons.php:83
|
2114 |
+
msgid "Cron Type"
|
2115 |
+
msgstr "Tipo de cron"
|
2116 |
+
|
2117 |
+
#: templates/debug/scheduled-crons.php:85
|
2118 |
+
msgid "Next"
|
2119 |
+
msgstr "Siguiente"
|
2120 |
+
|
2121 |
+
#: templates/forms/affiliation.php:82
|
2122 |
+
msgid "Non-expiring"
|
2123 |
+
msgstr "Sin caducidad"
|
2124 |
+
|
2125 |
+
#: templates/forms/affiliation.php:85
|
2126 |
+
msgid "Apply to become an affiliate"
|
2127 |
+
msgstr "Aceptar para hacerse afiliado"
|
2128 |
+
|
2129 |
+
#: templates/forms/affiliation.php:104
|
2130 |
+
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2131 |
+
msgstr "¡Tu aplicación al programa de afiliación para %s ha sido aceptada! Entra en tu área de afiliado desde: %s."
|
2132 |
+
|
2133 |
+
#: templates/forms/affiliation.php:119
|
2134 |
+
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."
|
2135 |
+
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."
|
2136 |
+
|
2137 |
+
#: templates/forms/affiliation.php:122
|
2138 |
+
msgid "Your affiliation account was temporarily suspended."
|
2139 |
+
msgstr "Tu cuenta de afiliado ha sido suspendida temporalmente."
|
2140 |
+
|
2141 |
+
#: templates/forms/affiliation.php:125
|
2142 |
+
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."
|
2143 |
+
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."
|
2144 |
+
|
2145 |
+
#: templates/forms/affiliation.php:128
|
2146 |
+
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2147 |
+
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."
|
2148 |
+
|
2149 |
+
#: templates/forms/affiliation.php:141
|
2150 |
+
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2151 |
+
msgstr "¿Te gusta %s? Conviértete en nuestro embajador y gana dinero ;-)"
|
2152 |
+
|
2153 |
+
#: templates/forms/affiliation.php:142
|
2154 |
+
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2155 |
+
msgstr "¡Envíanos nuevos usuarios a nuestro %s y gana %s de comisión en cada venta satisfactoria que nos hayas referido!"
|
2156 |
+
|
2157 |
+
#: templates/forms/affiliation.php:145
|
2158 |
+
msgid "Program Summary"
|
2159 |
+
msgstr "Sumario del programa"
|
2160 |
+
|
2161 |
+
#: templates/forms/affiliation.php:147
|
2162 |
+
msgid "%s commission when a customer purchases a new license."
|
2163 |
+
msgstr "%s comisión cuando un cliente compra una nueva licencia."
|
2164 |
+
|
2165 |
+
#: templates/forms/affiliation.php:149
|
2166 |
+
msgid "Get commission for automated subscription renewals."
|
2167 |
+
msgstr "Obtén comisiones por renovaciones automatizadas de las suscripciones."
|
2168 |
+
|
2169 |
+
#: templates/forms/affiliation.php:152
|
2170 |
+
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2171 |
+
msgstr "%s tracking cookie después de la primera visita para maximizar las ganancias potenciales."
|
2172 |
+
|
2173 |
+
#: templates/forms/affiliation.php:155
|
2174 |
+
msgid "Unlimited commissions."
|
2175 |
+
msgstr "Comisiones Ilimitadas"
|
2176 |
+
|
2177 |
+
#: templates/forms/affiliation.php:157
|
2178 |
+
msgid "%s minimum payout amount."
|
2179 |
+
msgstr "%s cantidad mínima a pagar."
|
2180 |
+
|
2181 |
+
#: templates/forms/affiliation.php:158
|
2182 |
+
msgid "Payouts are in USD and processed monthly via PayPal."
|
2183 |
+
msgstr "Los pagos son en USD y se procesan mensualmente por medio de PayPal."
|
2184 |
+
|
2185 |
+
#: templates/forms/affiliation.php:159
|
2186 |
+
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2187 |
+
msgstr "Como aplazamos 30 días para posible devoluciones, sólo pagamos comisiones que son de más de 30 días."
|
2188 |
+
|
2189 |
+
#: templates/forms/affiliation.php:162
|
2190 |
+
msgid "Affiliate"
|
2191 |
+
msgstr "Afiliado"
|
2192 |
+
|
2193 |
+
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2194 |
+
msgid "Email address"
|
2195 |
+
msgstr "Dirección de correo electrónico"
|
2196 |
+
|
2197 |
+
#: templates/forms/affiliation.php:169
|
2198 |
+
msgid "Full name"
|
2199 |
+
msgstr "Nombre completo"
|
2200 |
+
|
2201 |
+
#: templates/forms/affiliation.php:173
|
2202 |
+
msgid "PayPal account email address"
|
2203 |
+
msgstr "Dirección de correo electrónico de PayPal"
|
2204 |
+
|
2205 |
+
#: templates/forms/affiliation.php:177
|
2206 |
+
msgid "Where are you going to promote the %s?"
|
2207 |
+
msgstr "¿Dónde vas a promocionar %s?"
|
2208 |
+
|
2209 |
+
#: templates/forms/affiliation.php:179
|
2210 |
+
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2211 |
+
msgstr "Introduce el dominio de tu sitio web o de otros sitios web donde planeas promocionar %s."
|
2212 |
+
|
2213 |
+
#: templates/forms/affiliation.php:181
|
2214 |
+
msgid "Add another domain"
|
2215 |
+
msgstr "Añadir otro dominio"
|
2216 |
+
|
2217 |
+
#: templates/forms/affiliation.php:185
|
2218 |
+
msgid "Extra Domains"
|
2219 |
+
msgstr "Dominios extra"
|
2220 |
+
|
2221 |
+
#: templates/forms/affiliation.php:186
|
2222 |
+
msgid "Extra domains where you will be marketing the product from."
|
2223 |
+
msgstr "Dominios extra desde donde promocionarás el producto."
|
2224 |
+
|
2225 |
+
#: templates/forms/affiliation.php:196
|
2226 |
+
msgid "Promotion methods"
|
2227 |
+
msgstr "Métodos de promoción"
|
2228 |
+
|
2229 |
+
#: templates/forms/affiliation.php:199
|
2230 |
+
msgid "Social media (Facebook, Twitter, etc.)"
|
2231 |
+
msgstr "Social media (Facebook, Twitter, etc.)"
|
2232 |
+
|
2233 |
+
#: templates/forms/affiliation.php:203
|
2234 |
+
msgid "Mobile apps"
|
2235 |
+
msgstr "Apps móviles "
|
2236 |
+
|
2237 |
+
#: templates/forms/affiliation.php:207
|
2238 |
+
msgid "Website, email, and social media statistics (optional)"
|
2239 |
+
msgstr "Sitio web, correo electrónico y estadísticas de social media (opcional)"
|
2240 |
+
|
2241 |
+
#: templates/forms/affiliation.php:210
|
2242 |
+
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)."
|
2243 |
+
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)"
|
2244 |
+
|
2245 |
+
#: templates/forms/affiliation.php:214
|
2246 |
+
msgid "How will you promote us?"
|
2247 |
+
msgstr "¿Como nos promocionarás?"
|
2248 |
+
|
2249 |
+
#: templates/forms/affiliation.php:217
|
2250 |
+
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2251 |
+
msgstr "Por favor, danos detalles de como pretendes promocionar %s (por favor, se lo más específico que puedas)"
|
2252 |
+
|
2253 |
+
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2254 |
+
msgid "Cancel"
|
2255 |
+
msgstr "Cancelar"
|
2256 |
+
|
2257 |
+
#: templates/forms/affiliation.php:225
|
2258 |
+
msgid "Become an affiliate"
|
2259 |
+
msgstr "Hacerse afiliado"
|
2260 |
+
|
2261 |
+
#: templates/forms/license-activation.php:21
|
2262 |
+
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2263 |
+
msgstr "Por favor, introduce la clave de licencia que recibiste en el correo electrónico al realizar la compra:"
|
2264 |
+
|
2265 |
+
#: templates/forms/license-activation.php:26
|
2266 |
+
msgid "Update License"
|
2267 |
+
msgstr "Activar licencia"
|
2268 |
+
|
2269 |
+
#: templates/forms/optout.php:30
|
2270 |
+
msgctxt "verb"
|
2271 |
+
msgid "Opt Out"
|
2272 |
+
msgstr "Darse de baja"
|
2273 |
+
|
2274 |
+
#: templates/forms/optout.php:31
|
2275 |
+
msgctxt "verb"
|
2276 |
+
msgid "Opt In"
|
2277 |
+
msgstr "Inscribirse"
|
2278 |
+
|
2279 |
+
#: templates/forms/optout.php:33
|
2280 |
+
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."
|
2281 |
+
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."
|
2282 |
+
|
2283 |
+
#: templates/forms/optout.php:35
|
2284 |
+
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2285 |
+
msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
|
2286 |
+
|
2287 |
+
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2288 |
+
msgid "There is a new version of %s available."
|
2289 |
+
msgstr "Hay una nueva versión de %s disponible."
|
2290 |
+
|
2291 |
+
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2292 |
+
msgid " %s to access version %s security & feature updates, and support."
|
2293 |
+
msgstr "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte."
|
2294 |
+
|
2295 |
+
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2296 |
+
msgid "New Version Available"
|
2297 |
+
msgstr "Nueva versión disponible"
|
2298 |
+
|
2299 |
+
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2300 |
+
msgctxt "close a window"
|
2301 |
+
msgid "Dismiss"
|
2302 |
+
msgstr "Descartar"
|
2303 |
+
|
2304 |
+
#: templates/forms/resend-key.php:21
|
2305 |
+
msgid "Send License Key"
|
2306 |
+
msgstr "Enviar clave de licencia"
|
2307 |
+
|
2308 |
+
#: templates/forms/resend-key.php:57
|
2309 |
+
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2310 |
+
msgstr "Escribe abajo la dirección de correo electrónico que has usado para la actualización y te reenviaremos la clave de licencia."
|
2311 |
+
|
2312 |
+
#: templates/forms/subscription-cancellation.php:37
|
2313 |
+
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2314 |
+
msgstr "Desactivar o desinstalar %s deshabilitará automáticamente la licencia, que podrás usar en otro sitio."
|
2315 |
+
|
2316 |
+
#: templates/forms/subscription-cancellation.php:47
|
2317 |
+
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?"
|
2318 |
+
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?"
|
2319 |
+
|
2320 |
+
#: templates/forms/subscription-cancellation.php:52
|
2321 |
+
msgid "license"
|
2322 |
+
msgstr "licencia"
|
2323 |
+
|
2324 |
+
#: templates/forms/subscription-cancellation.php:57
|
2325 |
+
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."
|
2326 |
+
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."
|
2327 |
+
|
2328 |
+
#: templates/forms/subscription-cancellation.php:68
|
2329 |
+
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2330 |
+
msgstr "No cancelar %s - Todavía estoy interesado en obtener actualizaciones de características y seguridad, así como poder contactar con soporte."
|
2331 |
+
|
2332 |
+
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2333 |
+
#. subscription'
|
2334 |
+
#: templates/forms/subscription-cancellation.php99,
|
2335 |
+
#: templates/account/partials/addon.php29,
|
2336 |
+
#: templates/account/partials/site.php:298
|
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/forms/subscription-cancellation.php:103
|
2341 |
+
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."
|
2342 |
+
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."
|
2343 |
+
|
2344 |
+
#: templates/forms/subscription-cancellation.php:136
|
2345 |
+
msgid "Cancel %s?"
|
2346 |
+
msgstr "¿Cancelar %s?"
|
2347 |
+
|
2348 |
+
#: templates/forms/subscription-cancellation.php:143
|
2349 |
+
msgid "Proceed"
|
2350 |
+
msgstr "Proceder"
|
2351 |
+
|
2352 |
+
#: templates/forms/subscription-cancellation.php191,
|
2353 |
+
#: templates/forms/deactivation/form.php:171
|
2354 |
+
msgid "Cancel %s & Proceed"
|
2355 |
+
msgstr "Cancelar %s y proceder"
|
2356 |
+
|
2357 |
+
#: templates/forms/trial-start.php:22
|
2358 |
+
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2359 |
+
msgstr "Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del plan %2$s."
|
2360 |
+
|
2361 |
+
#: templates/forms/trial-start.php:28
|
2362 |
+
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."
|
2363 |
+
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."
|
2364 |
+
|
2365 |
+
#: templates/js/style-premium-theme.php:39
|
2366 |
+
msgid "Premium"
|
2367 |
+
msgstr "Premium"
|
2368 |
+
|
2369 |
+
#: templates/js/style-premium-theme.php:42
|
2370 |
+
msgid "Beta"
|
2371 |
+
msgstr "Beta"
|
2372 |
+
|
2373 |
+
#: templates/partials/network-activation.php:27
|
2374 |
+
msgid "Activate license on all sites in the network."
|
2375 |
+
msgstr "Activar licencia en todos los sitios de la red"
|
2376 |
+
|
2377 |
+
#: templates/partials/network-activation.php:28
|
2378 |
+
msgid "Apply on all sites in the network."
|
2379 |
+
msgstr "Aplicar en todos los sitios de la red"
|
2380 |
+
|
2381 |
+
#: templates/partials/network-activation.php:31
|
2382 |
+
msgid "Activate license on all pending sites."
|
2383 |
+
msgstr "Aplicar licencia en todos los sitios pendientes"
|
2384 |
+
|
2385 |
+
#: templates/partials/network-activation.php:32
|
2386 |
+
msgid "Apply on all pending sites."
|
2387 |
+
msgstr "Aplicar en todos los sitios pendientes"
|
2388 |
+
|
2389 |
+
#: templates/partials/network-activation.php40,
|
2390 |
+
#: templates/partials/network-activation.php:74
|
2391 |
+
msgid "allow"
|
2392 |
+
msgstr "permitir"
|
2393 |
+
|
2394 |
+
#: templates/partials/network-activation.php43,
|
2395 |
+
#: templates/partials/network-activation.php:77
|
2396 |
+
msgid "delegate"
|
2397 |
+
msgstr "delegar"
|
2398 |
+
|
2399 |
+
#: templates/partials/network-activation.php47,
|
2400 |
+
#: templates/partials/network-activation.php:81
|
2401 |
+
msgid "skip"
|
2402 |
+
msgstr "saltar"
|
2403 |
+
|
2404 |
+
#: templates/plugin-info/description.php72,
|
2405 |
+
#: templates/plugin-info/screenshots.php:31
|
2406 |
+
msgid "Click to view full-size screenshot %d"
|
2407 |
+
msgstr "Click para ver la captura de pantalla a tamaño completo %d"
|
2408 |
+
|
2409 |
+
#: templates/plugin-info/features.php:56
|
2410 |
+
msgid "Unlimited Updates"
|
2411 |
+
msgstr "Actualizaciones Ilimitadas"
|
2412 |
+
|
2413 |
+
#: templates/account/partials/activate-license-button.php:46
|
2414 |
+
msgid "Localhost"
|
2415 |
+
msgstr "Localhost"
|
2416 |
+
|
2417 |
+
#: templates/account/partials/activate-license-button.php:50
|
2418 |
+
msgctxt "as 5 licenses left"
|
2419 |
+
msgid "%s left"
|
2420 |
+
msgstr "quedan %s"
|
2421 |
+
|
2422 |
+
#: templates/account/partials/activate-license-button.php:51
|
2423 |
+
msgid "Last license"
|
2424 |
+
msgstr "Última licencia"
|
2425 |
+
|
2426 |
+
#: templates/account/partials/addon.php:167
|
2427 |
+
msgid "Cancelled"
|
2428 |
+
msgstr "Cancelado"
|
2429 |
+
|
2430 |
+
#: templates/account/partials/addon.php:177
|
2431 |
+
msgid "No expiration"
|
2432 |
+
msgstr "Sin caducidad"
|
2433 |
+
|
2434 |
+
#: templates/account/partials/site.php:181
|
2435 |
+
msgid "Owner Name"
|
2436 |
+
msgstr "Nombre del propietario"
|
2437 |
+
|
2438 |
+
#: templates/account/partials/site.php:193
|
2439 |
+
msgid "Owner Email"
|
2440 |
+
msgstr "Correo electrónico del propietario"
|
2441 |
+
|
2442 |
+
#: templates/account/partials/site.php:205
|
2443 |
+
msgid "Owner ID"
|
2444 |
+
msgstr "ID del propietario"
|
2445 |
+
|
2446 |
+
#: templates/account/partials/site.php:270
|
2447 |
+
msgid "Subscription"
|
2448 |
+
msgstr "Suscripción"
|
2449 |
+
|
2450 |
+
#: templates/forms/deactivation/contact.php:19
|
2451 |
+
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2452 |
+
msgstr "Disculpa las molestias y estamos aquí para ayudarte si nos das una oportunidad."
|
2453 |
+
|
2454 |
+
#: templates/forms/deactivation/contact.php:22
|
2455 |
+
msgid "Contact Support"
|
2456 |
+
msgstr "Contactar soporte"
|
2457 |
+
|
2458 |
+
#: templates/forms/deactivation/form.php:64
|
2459 |
+
msgid "Anonymous feedback"
|
2460 |
+
msgstr "Comentarios anónimos"
|
2461 |
+
|
2462 |
+
#: templates/forms/deactivation/form.php:70
|
2463 |
+
msgid "Deactivate"
|
2464 |
+
msgstr "Desactivar"
|
2465 |
+
|
2466 |
+
#: templates/forms/deactivation/form.php:72
|
2467 |
+
msgid "Activate %s"
|
2468 |
+
msgstr "Activar %s"
|
2469 |
+
|
2470 |
+
#: templates/forms/deactivation/form.php:87
|
2471 |
+
msgid "Quick Feedback"
|
2472 |
+
msgstr "Comentarios rápidos"
|
2473 |
+
|
2474 |
+
#: templates/forms/deactivation/form.php:91
|
2475 |
+
msgid "If you have a moment, please let us know why you are %s"
|
2476 |
+
msgstr "Si tienes un momento, por favor, dinos por qué estás %s"
|
2477 |
+
|
2478 |
+
#: templates/forms/deactivation/form.php:91
|
2479 |
+
msgid "deactivating"
|
2480 |
+
msgstr "desactivando"
|
2481 |
+
|
2482 |
+
#: templates/forms/deactivation/form.php:91
|
2483 |
+
msgid "switching"
|
2484 |
+
msgstr "cambiando"
|
2485 |
+
|
2486 |
+
#: templates/forms/deactivation/form.php:365
|
2487 |
+
msgid "Submit & %s"
|
2488 |
+
msgstr "Enviar y %s"
|
2489 |
+
|
2490 |
+
#: templates/forms/deactivation/form.php:386
|
2491 |
+
msgid "Kindly tell us the reason so we can improve."
|
2492 |
+
msgstr "Por favor, dínos la razón para que podamos mejorar."
|
2493 |
+
|
2494 |
+
#: templates/forms/deactivation/form.php:511
|
2495 |
+
msgid "Yes - %s"
|
2496 |
+
msgstr "Si - %s"
|
2497 |
+
|
2498 |
+
#: templates/forms/deactivation/form.php:518
|
2499 |
+
msgid "Skip & %s"
|
2500 |
+
msgstr "Saltar y %s"
|
2501 |
+
|
2502 |
+
#: templates/forms/deactivation/retry-skip.php:21
|
2503 |
+
msgid "Click here to use the plugin anonymously"
|
2504 |
+
msgstr "Haz click aquí para utilizar el plugin de forma anónima"
|
2505 |
+
|
2506 |
+
#: templates/forms/deactivation/retry-skip.php:23
|
2507 |
+
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2508 |
+
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.po
CHANGED
@@ -1,2508 +1,2508 @@
|
|
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-06-05 13:40+0000\n"
|
11 |
-
"Last-Translator: Boris Colombier <transifex.com@wba.fr>\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.php1838, templates/account.php:769
|
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:1845
|
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:2053
|
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:2055
|
37 |
-
msgid "Error"
|
38 |
-
msgstr "Erreur"
|
39 |
-
|
40 |
-
#: includes/class-freemius.php:2445
|
41 |
-
msgid "I found a better %s"
|
42 |
-
msgstr "J'ai trouvé un meilleur %s"
|
43 |
-
|
44 |
-
#: includes/class-freemius.php:2447
|
45 |
-
msgid "What's the %s's name?"
|
46 |
-
msgstr "Quel est le nom du %s ?"
|
47 |
-
|
48 |
-
#: includes/class-freemius.php:2453
|
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:2455
|
53 |
-
msgid "Deactivation"
|
54 |
-
msgstr "Désactivation"
|
55 |
-
|
56 |
-
#: includes/class-freemius.php:2456
|
57 |
-
msgid "Theme Switch"
|
58 |
-
msgstr "Changement de Thème"
|
59 |
-
|
60 |
-
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
61 |
-
msgid "Other"
|
62 |
-
msgstr "Autre"
|
63 |
-
|
64 |
-
#: includes/class-freemius.php:2473
|
65 |
-
msgid "I no longer need the %s"
|
66 |
-
msgstr "Je n'ai plus besoin du %s"
|
67 |
-
|
68 |
-
#: includes/class-freemius.php:2480
|
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:2486
|
73 |
-
msgid "The %s broke my site"
|
74 |
-
msgstr "Le %s a cassé mon site"
|
75 |
-
|
76 |
-
#: includes/class-freemius.php:2493
|
77 |
-
msgid "The %s suddenly stopped working"
|
78 |
-
msgstr "Le %s a soudainement arrêté de fonctionner"
|
79 |
-
|
80 |
-
#: includes/class-freemius.php:2503
|
81 |
-
msgid "I can't pay for it anymore"
|
82 |
-
msgstr "Je ne peux plus payer pour ça"
|
83 |
-
|
84 |
-
#: includes/class-freemius.php:2505
|
85 |
-
msgid "What price would you feel comfortable paying?"
|
86 |
-
msgstr "Quel prix seriez-vous prêt à payer ?"
|
87 |
-
|
88 |
-
#: includes/class-freemius.php:2511
|
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:2532
|
93 |
-
msgid "The %s didn't work"
|
94 |
-
msgstr "Le %s n'a pas fonctionné"
|
95 |
-
|
96 |
-
#: includes/class-freemius.php:2542
|
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:2550
|
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:2552
|
105 |
-
msgid "What feature?"
|
106 |
-
msgstr "Quelle fonctionnalité ?"
|
107 |
-
|
108 |
-
#: includes/class-freemius.php:2556
|
109 |
-
msgid "The %s is not working"
|
110 |
-
msgstr "Le %s ne fonctionne pas"
|
111 |
-
|
112 |
-
#: includes/class-freemius.php:2558
|
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:2562
|
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:2564
|
121 |
-
msgid "What you've been looking for?"
|
122 |
-
msgstr "Que recherchez-vous ?"
|
123 |
-
|
124 |
-
#: includes/class-freemius.php:2568
|
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:2570
|
129 |
-
msgid "What did you expect?"
|
130 |
-
msgstr "À quoi vous attendiez-vous ?"
|
131 |
-
|
132 |
-
#: includes/class-freemius.php3425, templates/debug.php:20
|
133 |
-
msgid "Freemius Debug"
|
134 |
-
msgstr "Débuggage Freemius"
|
135 |
-
|
136 |
-
#: includes/class-freemius.php:4177
|
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:4179
|
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:4186
|
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:4291
|
149 |
-
msgid "Yes - do your thing"
|
150 |
-
msgstr "Oui - allez-y"
|
151 |
-
|
152 |
-
#: includes/class-freemius.php:4296
|
153 |
-
msgid "No - just deactivate"
|
154 |
-
msgstr "Non - désactivation seulement"
|
155 |
-
|
156 |
-
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
157 |
-
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
158 |
-
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
159 |
-
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
160 |
-
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
161 |
-
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
162 |
-
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
163 |
-
msgctxt "exclamation"
|
164 |
-
msgid "Oops"
|
165 |
-
msgstr "Oups"
|
166 |
-
|
167 |
-
#: includes/class-freemius.php:4410
|
168 |
-
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."
|
169 |
-
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."
|
170 |
-
|
171 |
-
#: includes/class-freemius.php:4847
|
172 |
-
msgctxt "addonX cannot run without pluginY"
|
173 |
-
msgid "%s cannot run without %s."
|
174 |
-
msgstr "%s ne peut pas fonctionner sans %s."
|
175 |
-
|
176 |
-
#: includes/class-freemius.php:4848
|
177 |
-
msgctxt "addonX cannot run..."
|
178 |
-
msgid "%s cannot run without the plugin."
|
179 |
-
msgstr "%s ne peut pas fonctionner sans le plugin."
|
180 |
-
|
181 |
-
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
182 |
-
#: includes/class-freemius.php:19475
|
183 |
-
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
184 |
-
msgstr "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui indiquant l'erreur."
|
185 |
-
|
186 |
-
#: includes/class-freemius.php:5687
|
187 |
-
msgid "Premium %s version was successfully activated."
|
188 |
-
msgstr "La version premium de %s a été activée avec succès."
|
189 |
-
|
190 |
-
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
191 |
-
msgctxt ""
|
192 |
-
msgid "W00t"
|
193 |
-
msgstr "Génial"
|
194 |
-
|
195 |
-
#: includes/class-freemius.php:5714
|
196 |
-
msgid "You have a %s license."
|
197 |
-
msgstr "Vous avez une license pour %s."
|
198 |
-
|
199 |
-
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
200 |
-
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
201 |
-
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
202 |
-
#: includes/class-freemius.php:19229
|
203 |
-
msgctxt "interjection expressing joy or exuberance"
|
204 |
-
msgid "Yee-haw"
|
205 |
-
msgstr "Youpi"
|
206 |
-
|
207 |
-
#: includes/class-freemius.php:5982
|
208 |
-
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."
|
209 |
-
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."
|
210 |
-
|
211 |
-
#: includes/class-freemius.php:5986
|
212 |
-
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
213 |
-
msgstr "%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin."
|
214 |
-
|
215 |
-
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
216 |
-
#: templates/account/partials/addon.php:343
|
217 |
-
msgid "More information about %s"
|
218 |
-
msgstr "Plus d'informations à propos de %s"
|
219 |
-
|
220 |
-
#: includes/class-freemius.php:5996
|
221 |
-
msgid "Purchase License"
|
222 |
-
msgstr "Acheter une licence"
|
223 |
-
|
224 |
-
#: includes/class-freemius.php6931, templates/connect.php:163
|
225 |
-
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."
|
226 |
-
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."
|
227 |
-
|
228 |
-
#: includes/class-freemius.php:6935
|
229 |
-
msgid "start the trial"
|
230 |
-
msgstr "commencer la période d'essai"
|
231 |
-
|
232 |
-
#: includes/class-freemius.php6936, templates/connect.php:167
|
233 |
-
msgid "complete the install"
|
234 |
-
msgstr "compléter l'installation"
|
235 |
-
|
236 |
-
#: includes/class-freemius.php:7049
|
237 |
-
msgid "You are just one step away - %s"
|
238 |
-
msgstr "Il ne reste qu'une étape - %s"
|
239 |
-
|
240 |
-
#: includes/class-freemius.php:7052
|
241 |
-
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
242 |
-
msgid "Complete \"%s\" Activation Now"
|
243 |
-
msgstr "Compléter \"%s\" Activer Maintenant"
|
244 |
-
|
245 |
-
#: includes/class-freemius.php:7130
|
246 |
-
msgid "We made a few tweaks to the %s, %s"
|
247 |
-
msgstr "Nous avons fait quelques modifications au %s, %s"
|
248 |
-
|
249 |
-
#: includes/class-freemius.php:7134
|
250 |
-
msgid "Opt in to make \"%s\" better!"
|
251 |
-
msgstr "Inscrivez-vous pour améliorer \"%s\" !"
|
252 |
-
|
253 |
-
#: includes/class-freemius.php:7566
|
254 |
-
msgid "The upgrade of %s was successfully completed."
|
255 |
-
msgstr "La mise à jour du %s s'est terminée avec succès "
|
256 |
-
|
257 |
-
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
258 |
-
#: includes/class-fs-plugin-updater.php1170,
|
259 |
-
#: includes/class-fs-plugin-updater.php1177,
|
260 |
-
#: templates/auto-installation.php:32
|
261 |
-
msgid "Add-On"
|
262 |
-
msgstr "Add-On"
|
263 |
-
|
264 |
-
#: includes/class-freemius.php9730, templates/account.php313,
|
265 |
-
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
266 |
-
msgid "Plugin"
|
267 |
-
msgstr "Plugin"
|
268 |
-
|
269 |
-
#: includes/class-freemius.php9731, templates/account.php314,
|
270 |
-
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
271 |
-
#: templates/forms/deactivation/form.php:71
|
272 |
-
msgid "Theme"
|
273 |
-
msgstr "Thème"
|
274 |
-
|
275 |
-
#: includes/class-freemius.php:12148
|
276 |
-
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
277 |
-
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
-
|
279 |
-
#: includes/class-freemius.php:12549
|
280 |
-
msgid "Invalid site details collection."
|
281 |
-
msgstr "Récupération des détails du site non valide."
|
282 |
-
|
283 |
-
#: includes/class-freemius.php:12669
|
284 |
-
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
285 |
-
msgstr "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?"
|
286 |
-
|
287 |
-
#: includes/class-freemius.php:12671
|
288 |
-
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
289 |
-
msgstr "Nous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?"
|
290 |
-
|
291 |
-
#: includes/class-freemius.php:12945
|
292 |
-
msgid "Account is pending activation."
|
293 |
-
msgstr "Compte en cours d'activation."
|
294 |
-
|
295 |
-
#: includes/class-freemius.php13057,
|
296 |
-
#: templates/forms/premium-versions-upgrade-handler.php:47
|
297 |
-
msgid "Buy a license now"
|
298 |
-
msgstr "Acheter une licence maintenant"
|
299 |
-
|
300 |
-
#: includes/class-freemius.php13069,
|
301 |
-
#: templates/forms/premium-versions-upgrade-handler.php:46
|
302 |
-
msgid "Renew your license now"
|
303 |
-
msgstr "Renouvelez votre licence maintenant"
|
304 |
-
|
305 |
-
#: includes/class-freemius.php:13073
|
306 |
-
msgid "%s to access version %s security & feature updates, and support."
|
307 |
-
msgstr "%s pour permettre les mises à jour de sécurité et de fonctionnalités de la version %s, et le support."
|
308 |
-
|
309 |
-
#: includes/class-freemius.php:15448
|
310 |
-
msgid "%s activation was successfully completed."
|
311 |
-
msgstr "L'activation de %s s'est terminée avec succès."
|
312 |
-
|
313 |
-
#: includes/class-freemius.php:15462
|
314 |
-
msgid "Your account was successfully activated with the %s plan."
|
315 |
-
msgstr "Votre compte a été activé avec succès avec la formule %s."
|
316 |
-
|
317 |
-
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
318 |
-
msgid "Your trial has been successfully started."
|
319 |
-
msgstr "Votre période d'essai a bien démarré."
|
320 |
-
|
321 |
-
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
322 |
-
#: includes/class-freemius.php:16297
|
323 |
-
msgid "Couldn't activate %s."
|
324 |
-
msgstr "Impossible d'activer %s."
|
325 |
-
|
326 |
-
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
327 |
-
#: includes/class-freemius.php:16298
|
328 |
-
msgid "Please contact us with the following message:"
|
329 |
-
msgstr "Merci de nous contacter avec le message suivant :"
|
330 |
-
|
331 |
-
#: includes/class-freemius.php:16128
|
332 |
-
msgid "An unknown error has occurred."
|
333 |
-
msgstr "An unknown error has occurred."
|
334 |
-
|
335 |
-
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
336 |
-
msgid "Upgrade"
|
337 |
-
msgstr "Mise à jour"
|
338 |
-
|
339 |
-
#: includes/class-freemius.php:16661
|
340 |
-
msgid "Start Trial"
|
341 |
-
msgstr "Essai gratuit"
|
342 |
-
|
343 |
-
#: includes/class-freemius.php:16663
|
344 |
-
msgid "Pricing"
|
345 |
-
msgstr "Tarifs"
|
346 |
-
|
347 |
-
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
348 |
-
msgid "Affiliation"
|
349 |
-
msgstr "Affiliation"
|
350 |
-
|
351 |
-
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
352 |
-
#: templates/account.php177, templates/debug.php:326
|
353 |
-
msgid "Account"
|
354 |
-
msgstr "Compte"
|
355 |
-
|
356 |
-
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
357 |
-
#: includes/customizer/class-fs-customizer-support-section.php:60
|
358 |
-
msgid "Contact Us"
|
359 |
-
msgstr "Contactez Nous"
|
360 |
-
|
361 |
-
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
362 |
-
#: includes/class-freemius.php21423, templates/account.php105,
|
363 |
-
#: templates/account/partials/addon.php:45
|
364 |
-
msgid "Add-Ons"
|
365 |
-
msgstr "Add-Ons"
|
366 |
-
|
367 |
-
#: includes/class-freemius.php:16835
|
368 |
-
msgctxt "ASCII arrow left icon"
|
369 |
-
msgid "←"
|
370 |
-
msgstr "←"
|
371 |
-
|
372 |
-
#: includes/class-freemius.php:16835
|
373 |
-
msgctxt "ASCII arrow right icon"
|
374 |
-
msgid "➤"
|
375 |
-
msgstr "➤"
|
376 |
-
|
377 |
-
#: includes/class-freemius.php16837, templates/pricing.php:102
|
378 |
-
msgctxt "noun"
|
379 |
-
msgid "Pricing"
|
380 |
-
msgstr "Tarifs"
|
381 |
-
|
382 |
-
#: includes/class-freemius.php17050,
|
383 |
-
#: includes/customizer/class-fs-customizer-support-section.php:67
|
384 |
-
msgid "Support Forum"
|
385 |
-
msgstr "Forum de Support"
|
386 |
-
|
387 |
-
#: includes/class-freemius.php:17995
|
388 |
-
msgid "Your email has been successfully verified - you are AWESOME!"
|
389 |
-
msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
|
390 |
-
|
391 |
-
#: includes/class-freemius.php:17996
|
392 |
-
msgctxt "a positive response"
|
393 |
-
msgid "Right on"
|
394 |
-
msgstr "Directement"
|
395 |
-
|
396 |
-
#: includes/class-freemius.php:18660
|
397 |
-
msgid "Your %s Add-on plan was successfully upgraded."
|
398 |
-
msgstr "Votre Add-on %s a bien été mis à jour."
|
399 |
-
|
400 |
-
#: includes/class-freemius.php:18662
|
401 |
-
msgid "%s Add-on was successfully purchased."
|
402 |
-
msgstr "L'Add-on %s a bien été acheté."
|
403 |
-
|
404 |
-
#: includes/class-freemius.php:18665
|
405 |
-
msgid "Download the latest version"
|
406 |
-
msgstr "Télécharger la dernière version"
|
407 |
-
|
408 |
-
#: includes/class-freemius.php:18751
|
409 |
-
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s
|
410 |
-
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"
|
411 |
-
|
412 |
-
#: includes/class-freemius.php18757, includes/class-freemius.php19188,
|
413 |
-
#: includes/class-freemius.php:19277
|
414 |
-
msgid "Error received from the server:"
|
415 |
-
msgstr "Une erreur a été reçu depuis le serveur :"
|
416 |
-
|
417 |
-
#: includes/class-freemius.php:18767
|
418 |
-
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
|
419 |
-
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."
|
420 |
-
|
421 |
-
#: includes/class-freemius.php18961, includes/class-freemius.php19193,
|
422 |
-
#: includes/class-freemius.php19248, includes/class-freemius.php:19351
|
423 |
-
msgctxt ""
|
424 |
-
msgid "Hmm"
|
425 |
-
msgstr "Hmm"
|
426 |
-
|
427 |
-
#: includes/class-freemius.php:18974
|
428 |
-
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."
|
429 |
-
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é."
|
430 |
-
|
431 |
-
#: includes/class-freemius.php18975, templates/account.php107,
|
432 |
-
#: templates/add-ons.php191, templates/account/partials/addon.php:47
|
433 |
-
msgctxt "trial period"
|
434 |
-
msgid "Trial"
|
435 |
-
msgstr "Période d'essai"
|
436 |
-
|
437 |
-
#: includes/class-freemius.php:18980
|
438 |
-
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
|
439 |
-
msgstr "J'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, la formule est toujours %s."
|
440 |
-
|
441 |
-
#: includes/class-freemius.php18984, includes/class-freemius.php:19043
|
442 |
-
msgid "Please contact us here"
|
443 |
-
msgstr "Merci de nous contacter ici"
|
444 |
-
|
445 |
-
#: includes/class-freemius.php:18995
|
446 |
-
msgid "Your plan was successfully activated."
|
447 |
-
msgstr "Your plan was successfully activated."
|
448 |
-
|
449 |
-
#: includes/class-freemius.php:18996
|
450 |
-
msgid "Your plan was successfully upgraded."
|
451 |
-
msgstr "Votre formule a bien été mise à jour."
|
452 |
-
|
453 |
-
#: includes/class-freemius.php:19013
|
454 |
-
msgid "Your plan was successfully changed to %s."
|
455 |
-
msgstr "Votre formule a bien été modifié vers %s. "
|
456 |
-
|
457 |
-
#: includes/class-freemius.php:19029
|
458 |
-
msgid "Your license has expired. You can still continue using the free %s forever."
|
459 |
-
msgstr "Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite indéfiniment."
|
460 |
-
|
461 |
-
#: includes/class-freemius.php:19031
|
462 |
-
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
463 |
-
msgstr "Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
|
464 |
-
|
465 |
-
#: includes/class-freemius.php:19039
|
466 |
-
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
|
467 |
-
msgstr "Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci de contacter le support."
|
468 |
-
|
469 |
-
#: includes/class-freemius.php:19052
|
470 |
-
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."
|
471 |
-
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."
|
472 |
-
|
473 |
-
#: includes/class-freemius.php:19075
|
474 |
-
msgid "Your free trial has expired. You can still continue using all our free features."
|
475 |
-
msgstr "Votre période d'essai gratuite est terminée. Vous pouvez continuer à utiliser toutes nos fonctionnalités gratuites."
|
476 |
-
|
477 |
-
#: includes/class-freemius.php:19077
|
478 |
-
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
|
479 |
-
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."
|
480 |
-
|
481 |
-
#: includes/class-freemius.php:19184
|
482 |
-
msgid "It looks like the license could not be activated."
|
483 |
-
msgstr "Il semble que la licence ne puisse être activée."
|
484 |
-
|
485 |
-
#: includes/class-freemius.php:19226
|
486 |
-
msgid "Your license was successfully activated."
|
487 |
-
msgstr "Votre licence a bien été activée."
|
488 |
-
|
489 |
-
#: includes/class-freemius.php:19252
|
490 |
-
msgid "It looks like your site currently doesn't have an active license."
|
491 |
-
msgstr "Il semble que votre site n'ait pas de licence active."
|
492 |
-
|
493 |
-
#: includes/class-freemius.php:19276
|
494 |
-
msgid "It looks like the license deactivation failed."
|
495 |
-
msgstr "Il semble que la désactivation de la licence a échoué."
|
496 |
-
|
497 |
-
#: includes/class-freemius.php:19304
|
498 |
-
msgid "Your license was successfully deactivated, you are back to the %s plan."
|
499 |
-
msgstr "Votre licence a bien été désactivé, vous utilisez à présent la formule %s."
|
500 |
-
|
501 |
-
#: includes/class-freemius.php:19305
|
502 |
-
msgid "O.K"
|
503 |
-
msgstr "O.K"
|
504 |
-
|
505 |
-
#: includes/class-freemius.php:19358
|
506 |
-
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
|
507 |
-
msgstr "Il semble que nous ayons un problème temporaire avec l'annulation de votre abonnement. Merci de réessayer dans quelques minutes."
|
508 |
-
|
509 |
-
#: includes/class-freemius.php:19367
|
510 |
-
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
|
511 |
-
msgstr "Votre abonnement a bien été annulé. Votre licence de la formule %s expirera dans %s."
|
512 |
-
|
513 |
-
#: includes/class-freemius.php:19409
|
514 |
-
msgid "You are already running the %s in a trial mode."
|
515 |
-
msgstr "Vous utilisez déjà le %s en période d'essai. "
|
516 |
-
|
517 |
-
#: includes/class-freemius.php:19420
|
518 |
-
msgid "You already utilized a trial before."
|
519 |
-
msgstr "Vous avez déjà utilisé la période d'essai."
|
520 |
-
|
521 |
-
#: includes/class-freemius.php:19434
|
522 |
-
msgid "Plan %s do not exist, therefore, can't start a trial."
|
523 |
-
msgstr "La formule %s n'existe pas, il n'est pas possible de commencer une période d'essai."
|
524 |
-
|
525 |
-
#: includes/class-freemius.php:19445
|
526 |
-
msgid "Plan %s does not support a trial period."
|
527 |
-
msgstr "La formule %s ne propose pas de période d'essai."
|
528 |
-
|
529 |
-
#: includes/class-freemius.php:19456
|
530 |
-
msgid "None of the %s's plans supports a trial period."
|
531 |
-
msgstr "Aucune formule du %s ne propose de période d'essai."
|
532 |
-
|
533 |
-
#: includes/class-freemius.php:19506
|
534 |
-
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
|
535 |
-
msgstr "Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à annuler :)"
|
536 |
-
|
537 |
-
#: includes/class-freemius.php:19542
|
538 |
-
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
|
539 |
-
msgstr "Il semble que nous ayons un problème temporaire pour annuler votre période d'essai. Merci de réessayer dans quelques minutes."
|
540 |
-
|
541 |
-
#: includes/class-freemius.php:19561
|
542 |
-
msgid "Your %s free trial was successfully cancelled."
|
543 |
-
msgstr "Votre période d'essai %s a bien été annulé."
|
544 |
-
|
545 |
-
#: includes/class-freemius.php:19877
|
546 |
-
msgid "Version %s was released."
|
547 |
-
msgstr "La version %s vient d'être publiée."
|
548 |
-
|
549 |
-
#: includes/class-freemius.php:19877
|
550 |
-
msgid "Please download %s."
|
551 |
-
msgstr "Merci de télécharger %s."
|
552 |
-
|
553 |
-
#: includes/class-freemius.php:19884
|
554 |
-
msgid "the latest %s version here"
|
555 |
-
msgstr "la dernière version de %s ici"
|
556 |
-
|
557 |
-
#: includes/class-freemius.php:19889
|
558 |
-
msgid "New"
|
559 |
-
msgstr "Nouveau"
|
560 |
-
|
561 |
-
#: includes/class-freemius.php:19894
|
562 |
-
msgid "Seems like you got the latest release."
|
563 |
-
msgstr "Il semble que vous ayez la dernière version."
|
564 |
-
|
565 |
-
#: includes/class-freemius.php:19895
|
566 |
-
msgid "You are all good!"
|
567 |
-
msgstr "Vous êtes tout bon !"
|
568 |
-
|
569 |
-
#: includes/class-freemius.php:20165
|
570 |
-
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
|
571 |
-
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."
|
572 |
-
|
573 |
-
#: includes/class-freemius.php:20304
|
574 |
-
msgid "Site successfully opted in."
|
575 |
-
msgstr "Site ajouté avec succès."
|
576 |
-
|
577 |
-
#: includes/class-freemius.php20305, includes/class-freemius.php:21125
|
578 |
-
msgid "Awesome"
|
579 |
-
msgstr "Formidable"
|
580 |
-
|
581 |
-
#: includes/class-freemius.php20321, templates/forms/optout.php:32
|
582 |
-
msgid "We appreciate your help in making the %s better by letting us track some usage data."
|
583 |
-
msgstr "Nous vous remercions de votre aide pour améliorer le %s en nous permettant de recevoir des informations concernant son usage."
|
584 |
-
|
585 |
-
#: includes/class-freemius.php:20322
|
586 |
-
msgid "Thank you!"
|
587 |
-
msgstr "Merci !"
|
588 |
-
|
589 |
-
#: includes/class-freemius.php:20329
|
590 |
-
msgid "We will no longer be sending any usage data of %s on %s to %s."
|
591 |
-
msgstr "Nous n'enverrons plus d'information d'utilisation de %s sur %s à %s."
|
592 |
-
|
593 |
-
#: includes/class-freemius.php:20458
|
594 |
-
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."
|
595 |
-
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."
|
596 |
-
|
597 |
-
#: includes/class-freemius.php:20464
|
598 |
-
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
|
599 |
-
msgstr "Merci pour la confirmation du changement de propriétaire. Un email vient d'être envoyé à %s pour la validation finale."
|
600 |
-
|
601 |
-
#: includes/class-freemius.php:20469
|
602 |
-
msgid "%s is the new owner of the account."
|
603 |
-
msgstr "%s est le nouveau propriétaire du compte."
|
604 |
-
|
605 |
-
#: includes/class-freemius.php:20471
|
606 |
-
msgctxt "as congratulations"
|
607 |
-
msgid "Congrats"
|
608 |
-
msgstr "Félicitations"
|
609 |
-
|
610 |
-
#: includes/class-freemius.php:20491
|
611 |
-
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
|
612 |
-
msgstr "Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre utilisateur avec cette adresse."
|
613 |
-
|
614 |
-
#: includes/class-freemius.php:20492
|
615 |
-
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
|
616 |
-
msgstr "Si vous voulez transférer la propriété du compte de %s à %s cliquez sur le bouton Changement De Propriétaire"
|
617 |
-
|
618 |
-
#: includes/class-freemius.php:20499
|
619 |
-
msgid "Change Ownership"
|
620 |
-
msgstr "Changement De Propriétaire"
|
621 |
-
|
622 |
-
#: includes/class-freemius.php:20507
|
623 |
-
msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
|
624 |
-
msgstr "Votre email a été mis à jour. Vous allez recevoir un message avec les instructions de confirmation."
|
625 |
-
|
626 |
-
#: includes/class-freemius.php:20519
|
627 |
-
msgid "Please provide your full name."
|
628 |
-
msgstr "Merci d'indiquer vos prénom et nom."
|
629 |
-
|
630 |
-
#: includes/class-freemius.php:20524
|
631 |
-
msgid "Your name was successfully updated."
|
632 |
-
msgstr "Votre nom a été mis à jour."
|
633 |
-
|
634 |
-
#: includes/class-freemius.php:20585
|
635 |
-
msgid "You have successfully updated your %s."
|
636 |
-
msgstr "Votre %s a bien été mis à jour."
|
637 |
-
|
638 |
-
#: includes/class-freemius.php:20725
|
639 |
-
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
|
640 |
-
msgstr "Sachez que les informations de l'add-ons de %s sont issus d'un serveur externe."
|
641 |
-
|
642 |
-
#: includes/class-freemius.php:20726
|
643 |
-
msgctxt "advance notice of something that will need attention."
|
644 |
-
msgid "Heads up"
|
645 |
-
msgstr "Avertissement"
|
646 |
-
|
647 |
-
#: includes/class-freemius.php:21165
|
648 |
-
msgctxt "exclamation"
|
649 |
-
msgid "Hey"
|
650 |
-
msgstr "Hey"
|
651 |
-
|
652 |
-
#: includes/class-freemius.php:21165
|
653 |
-
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
|
654 |
-
msgstr "Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours d'essai gratuit."
|
655 |
-
|
656 |
-
#: includes/class-freemius.php:21173
|
657 |
-
msgid "No commitment for %s days - cancel anytime!"
|
658 |
-
msgstr "Pas d'engagement durant %s jours - annuler quand vous voulez !"
|
659 |
-
|
660 |
-
#: includes/class-freemius.php:21174
|
661 |
-
msgid "No credit card required"
|
662 |
-
msgstr "Pas besoin de carte bancaire"
|
663 |
-
|
664 |
-
#: includes/class-freemius.php21181, templates/forms/trial-start.php:53
|
665 |
-
msgctxt "call to action"
|
666 |
-
msgid "Start free trial"
|
667 |
-
msgstr "Commencer l'essai gratuit"
|
668 |
-
|
669 |
-
#: includes/class-freemius.php:21258
|
670 |
-
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!"
|
671 |
-
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 !"
|
672 |
-
|
673 |
-
#: includes/class-freemius.php:21267
|
674 |
-
msgid "Learn more"
|
675 |
-
msgstr "En savoir plus"
|
676 |
-
|
677 |
-
#: includes/class-freemius.php21447, templates/account.php474,
|
678 |
-
#: templates/account.php595, templates/connect.php171,
|
679 |
-
#: templates/connect.php421, templates/forms/license-activation.php25,
|
680 |
-
#: templates/account/partials/addon.php:287
|
681 |
-
msgid "Activate License"
|
682 |
-
msgstr "Activer la licence"
|
683 |
-
|
684 |
-
#: includes/class-freemius.php21448, templates/account.php543,
|
685 |
-
#: templates/account.php594, templates/account/partials/site.php:256
|
686 |
-
msgid "Change License"
|
687 |
-
msgstr "Changer la licence"
|
688 |
-
|
689 |
-
#: includes/class-freemius.php21539, templates/account/partials/site.php:161
|
690 |
-
msgid "Opt Out"
|
691 |
-
msgstr "Désinscription"
|
692 |
-
|
693 |
-
#: includes/class-freemius.php21541, includes/class-freemius.php21547,
|
694 |
-
#: templates/account/partials/site.php43,
|
695 |
-
#: templates/account/partials/site.php:161
|
696 |
-
msgid "Opt In"
|
697 |
-
msgstr "Inscription"
|
698 |
-
|
699 |
-
#: includes/class-freemius.php:21775
|
700 |
-
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
701 |
-
msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
|
702 |
-
|
703 |
-
#: includes/class-freemius.php:21783
|
704 |
-
msgid "Activate %s features"
|
705 |
-
msgstr "Activer les fonctionnalités %s"
|
706 |
-
|
707 |
-
#: includes/class-freemius.php:21796
|
708 |
-
msgid "Please follow these steps to complete the upgrade"
|
709 |
-
msgstr "Merci de suivre ces étapes pour finaliser la mise à jour"
|
710 |
-
|
711 |
-
#: includes/class-freemius.php:21800
|
712 |
-
msgid "Download the latest %s version"
|
713 |
-
msgstr "Télécharger la dernière version %s"
|
714 |
-
|
715 |
-
#: includes/class-freemius.php:21804
|
716 |
-
msgid "Upload and activate the downloaded version"
|
717 |
-
msgstr "Téléverser et activer la version téléchargée"
|
718 |
-
|
719 |
-
#: includes/class-freemius.php:21806
|
720 |
-
msgid "How to upload and activate?"
|
721 |
-
msgstr "Comment téléverser et activer ?"
|
722 |
-
|
723 |
-
#: includes/class-freemius.php:21940
|
724 |
-
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
|
725 |
-
msgstr "%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer la licence."
|
726 |
-
|
727 |
-
#: includes/class-freemius.php:22101
|
728 |
-
msgid "Auto installation only works for opted-in users."
|
729 |
-
msgstr "L'installation automatique ne fonctionne que pour les utilisateurs qui se sont inscrits."
|
730 |
-
|
731 |
-
#: includes/class-freemius.php22111, includes/class-freemius.php22144,
|
732 |
-
#: includes/class-fs-plugin-updater.php1149,
|
733 |
-
#: includes/class-fs-plugin-updater.php:1163
|
734 |
-
msgid "Invalid module ID."
|
735 |
-
msgstr "ID du module non valide."
|
736 |
-
|
737 |
-
#: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
|
738 |
-
msgid "Premium version already active."
|
739 |
-
msgstr "Version premium déjà active."
|
740 |
-
|
741 |
-
#: includes/class-freemius.php:22127
|
742 |
-
msgid "You do not have a valid license to access the premium version."
|
743 |
-
msgstr "Vous n'avez pas de licence valide pour accéder à la version premium."
|
744 |
-
|
745 |
-
#: includes/class-freemius.php:22134
|
746 |
-
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
|
747 |
-
msgstr "Le plugin est un \"Serviceware\" ce qui veut dire qu'il n'a pas de version premium de code."
|
748 |
-
|
749 |
-
#: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
|
750 |
-
msgid "Premium add-on version already installed."
|
751 |
-
msgstr "La version premium de l'add-on est déjà installée."
|
752 |
-
|
753 |
-
#: includes/class-freemius.php:22497
|
754 |
-
msgid "View paid features"
|
755 |
-
msgstr "Voir les fonctionnalités payantes"
|
756 |
-
|
757 |
-
#: includes/class-freemius.php:22819
|
758 |
-
msgid "Thank you so much for using %s and its add-ons!"
|
759 |
-
msgstr "Merci beaucoup d'utiliser %s et ses add-ons !"
|
760 |
-
|
761 |
-
#: includes/class-freemius.php:22820
|
762 |
-
msgid "Thank you so much for using %s!"
|
763 |
-
msgstr "Merci beaucoup d'utiliser %s !"
|
764 |
-
|
765 |
-
#: includes/class-freemius.php:22826
|
766 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
|
767 |
-
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à améliorer le %s."
|
768 |
-
|
769 |
-
#: includes/class-freemius.php:22830
|
770 |
-
msgid "Thank you so much for using our products!"
|
771 |
-
msgstr "Merci beaucoup d'utiliser nos produits !"
|
772 |
-
|
773 |
-
#: includes/class-freemius.php:22831
|
774 |
-
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
|
775 |
-
msgstr "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à les améliorer."
|
776 |
-
|
777 |
-
#: includes/class-freemius.php:22850
|
778 |
-
msgid "%s and its add-ons"
|
779 |
-
msgstr "%s et ses add-ons"
|
780 |
-
|
781 |
-
#: includes/class-freemius.php:22859
|
782 |
-
msgid "Products"
|
783 |
-
msgstr "Produits"
|
784 |
-
|
785 |
-
#: includes/class-freemius.php22866, templates/connect.php:272
|
786 |
-
msgid "Yes"
|
787 |
-
msgstr "Oui"
|
788 |
-
|
789 |
-
#: includes/class-freemius.php22867, templates/connect.php:273
|
790 |
-
msgid "send me security & feature updates, educational content and offers."
|
791 |
-
msgstr "envoyez moi des mises à jour de sécurité et des fonctionnalités, du contenu instructif et des offres."
|
792 |
-
|
793 |
-
#: includes/class-freemius.php22868, templates/connect.php:278
|
794 |
-
msgid "No"
|
795 |
-
msgstr "Non"
|
796 |
-
|
797 |
-
#: includes/class-freemius.php22870, templates/connect.php:280
|
798 |
-
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
|
799 |
-
msgstr "ne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni de contenu instructif, ni d'offre."
|
800 |
-
|
801 |
-
#: includes/class-freemius.php:22880
|
802 |
-
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 :-)"
|
803 |
-
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 :-)"
|
804 |
-
|
805 |
-
#: includes/class-freemius.php22882, templates/connect.php:287
|
806 |
-
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
|
807 |
-
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 :"
|
808 |
-
|
809 |
-
#: includes/class-freemius.php:23164
|
810 |
-
msgid "License key is empty."
|
811 |
-
msgstr "La clé de licence est vide."
|
812 |
-
|
813 |
-
#: includes/class-fs-plugin-updater.php184,
|
814 |
-
#: templates/forms/premium-versions-upgrade-handler.php:57
|
815 |
-
msgid "Renew license"
|
816 |
-
msgstr "Renouvelez votre licence"
|
817 |
-
|
818 |
-
#: includes/class-fs-plugin-updater.php189,
|
819 |
-
#: templates/forms/premium-versions-upgrade-handler.php:58
|
820 |
-
msgid "Buy license"
|
821 |
-
msgstr "Acheter une licence"
|
822 |
-
|
823 |
-
#: includes/class-fs-plugin-updater.php280,
|
824 |
-
#: includes/class-fs-plugin-updater.php:313
|
825 |
-
msgid "There is a %s of %s available."
|
826 |
-
msgstr "Il y a une %s de %s disponible."
|
827 |
-
|
828 |
-
#: includes/class-fs-plugin-updater.php282,
|
829 |
-
#: includes/class-fs-plugin-updater.php:318
|
830 |
-
msgid "new Beta version"
|
831 |
-
msgstr "new Beta version"
|
832 |
-
|
833 |
-
#: includes/class-fs-plugin-updater.php283,
|
834 |
-
#: includes/class-fs-plugin-updater.php:319
|
835 |
-
msgid "new version"
|
836 |
-
msgstr "Nouvelle version"
|
837 |
-
|
838 |
-
#: includes/class-fs-plugin-updater.php:342
|
839 |
-
msgid "Important Upgrade Notice:"
|
840 |
-
msgstr "Information importante de mise à jour :"
|
841 |
-
|
842 |
-
#: includes/class-fs-plugin-updater.php:1214
|
843 |
-
msgid "Installing plugin: %s"
|
844 |
-
msgstr "Installation du plugin : %s"
|
845 |
-
|
846 |
-
#: includes/class-fs-plugin-updater.php:1255
|
847 |
-
msgid "Unable to connect to the filesystem. Please confirm your credentials."
|
848 |
-
msgstr "Impossible de se connecter au système de fichiers. Merci de confirmer vos autorisations."
|
849 |
-
|
850 |
-
#: includes/class-fs-plugin-updater.php:1437
|
851 |
-
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
|
852 |
-
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."
|
853 |
-
|
854 |
-
#: includes/fs-plugin-info-dialog.php:509
|
855 |
-
msgid "Purchase More"
|
856 |
-
msgstr "Purchase More"
|
857 |
-
|
858 |
-
#: includes/fs-plugin-info-dialog.php510,
|
859 |
-
#: templates/account/partials/addon.php:347
|
860 |
-
msgctxt "verb"
|
861 |
-
msgid "Purchase"
|
862 |
-
msgstr "Acheter"
|
863 |
-
|
864 |
-
#: includes/fs-plugin-info-dialog.php:514
|
865 |
-
msgid "Start my free %s"
|
866 |
-
msgstr "Commencer ma %s gratuite"
|
867 |
-
|
868 |
-
#: includes/fs-plugin-info-dialog.php:712
|
869 |
-
msgid "Install Free Version Update Now"
|
870 |
-
msgstr "Installer la dernière mise à jour gratuite maintenant"
|
871 |
-
|
872 |
-
#: includes/fs-plugin-info-dialog.php713, templates/account.php:534
|
873 |
-
msgid "Install Update Now"
|
874 |
-
msgstr "Installer la mise à jour maintenant"
|
875 |
-
|
876 |
-
#: includes/fs-plugin-info-dialog.php:722
|
877 |
-
msgid "Install Free Version Now"
|
878 |
-
msgstr "Installer la version gratuite maintenant"
|
879 |
-
|
880 |
-
#: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
|
881 |
-
#: templates/auto-installation.php111,
|
882 |
-
#: templates/account/partials/addon.php327,
|
883 |
-
#: templates/account/partials/addon.php:379
|
884 |
-
msgid "Install Now"
|
885 |
-
msgstr "Installer maintenant"
|
886 |
-
|
887 |
-
#: includes/fs-plugin-info-dialog.php:739
|
888 |
-
msgctxt "as download latest version"
|
889 |
-
msgid "Download Latest Free Version"
|
890 |
-
msgstr "Télécharger la dernière version gratuite"
|
891 |
-
|
892 |
-
#: includes/fs-plugin-info-dialog.php740, templates/account.php85,
|
893 |
-
#: templates/add-ons.php34, templates/account/partials/addon.php:25
|
894 |
-
msgctxt "as download latest version"
|
895 |
-
msgid "Download Latest"
|
896 |
-
msgstr "Télécharger la dernière version"
|
897 |
-
|
898 |
-
#: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
|
899 |
-
#: templates/account/partials/addon.php318,
|
900 |
-
#: templates/account/partials/addon.php:373
|
901 |
-
msgid "Activate this add-on"
|
902 |
-
msgstr "Activer cet add-on"
|
903 |
-
|
904 |
-
#: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
|
905 |
-
msgid "Activate Free Version"
|
906 |
-
msgstr "Activez la version gratuite"
|
907 |
-
|
908 |
-
#: includes/fs-plugin-info-dialog.php758, templates/account.php109,
|
909 |
-
#: templates/add-ons.php269, templates/account/partials/addon.php:49
|
910 |
-
msgid "Activate"
|
911 |
-
msgstr "Activer"
|
912 |
-
|
913 |
-
#: includes/fs-plugin-info-dialog.php:968
|
914 |
-
msgctxt "Plugin installer section title"
|
915 |
-
msgid "Description"
|
916 |
-
msgstr "Description"
|
917 |
-
|
918 |
-
#: includes/fs-plugin-info-dialog.php:969
|
919 |
-
msgctxt "Plugin installer section title"
|
920 |
-
msgid "Installation"
|
921 |
-
msgstr "Installation"
|
922 |
-
|
923 |
-
#: includes/fs-plugin-info-dialog.php:970
|
924 |
-
msgctxt "Plugin installer section title"
|
925 |
-
msgid "FAQ"
|
926 |
-
msgstr "FAQ"
|
927 |
-
|
928 |
-
#: includes/fs-plugin-info-dialog.php971,
|
929 |
-
#: templates/plugin-info/description.php:55
|
930 |
-
msgid "Screenshots"
|
931 |
-
msgstr "Captures d'écran"
|
932 |
-
|
933 |
-
#: includes/fs-plugin-info-dialog.php:972
|
934 |
-
msgctxt "Plugin installer section title"
|
935 |
-
msgid "Changelog"
|
936 |
-
msgstr "Changelog"
|
937 |
-
|
938 |
-
#: includes/fs-plugin-info-dialog.php:973
|
939 |
-
msgctxt "Plugin installer section title"
|
940 |
-
msgid "Reviews"
|
941 |
-
msgstr "Commentaires"
|
942 |
-
|
943 |
-
#: includes/fs-plugin-info-dialog.php:974
|
944 |
-
msgctxt "Plugin installer section title"
|
945 |
-
msgid "Other Notes"
|
946 |
-
msgstr "Autres Informations"
|
947 |
-
|
948 |
-
#: includes/fs-plugin-info-dialog.php:989
|
949 |
-
msgctxt "Plugin installer section title"
|
950 |
-
msgid "Features & Pricing"
|
951 |
-
msgstr "Fonctionnalités & Tarifs"
|
952 |
-
|
953 |
-
#: includes/fs-plugin-info-dialog.php:999
|
954 |
-
msgid "Plugin Install"
|
955 |
-
msgstr "Installation du Plugin"
|
956 |
-
|
957 |
-
#: includes/fs-plugin-info-dialog.php:1071
|
958 |
-
msgctxt "e.g. Professional Plan"
|
959 |
-
msgid "%s Plan"
|
960 |
-
msgstr "Formule %s"
|
961 |
-
|
962 |
-
#: includes/fs-plugin-info-dialog.php:1097
|
963 |
-
msgctxt "e.g. the best product"
|
964 |
-
msgid "Best"
|
965 |
-
msgstr "Best"
|
966 |
-
|
967 |
-
#: includes/fs-plugin-info-dialog.php1103,
|
968 |
-
#: includes/fs-plugin-info-dialog.php:1123
|
969 |
-
msgctxt "as every month"
|
970 |
-
msgid "Monthly"
|
971 |
-
msgstr "Mensuel"
|
972 |
-
|
973 |
-
#: includes/fs-plugin-info-dialog.php:1106
|
974 |
-
msgctxt "as once a year"
|
975 |
-
msgid "Annual"
|
976 |
-
msgstr "Annuel"
|
977 |
-
|
978 |
-
#: includes/fs-plugin-info-dialog.php:1109
|
979 |
-
msgid "Lifetime"
|
980 |
-
msgstr "À vie"
|
981 |
-
|
982 |
-
#: includes/fs-plugin-info-dialog.php1123,
|
983 |
-
#: includes/fs-plugin-info-dialog.php1125,
|
984 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
985 |
-
msgctxt "e.g. billed monthly"
|
986 |
-
msgid "Billed %s"
|
987 |
-
msgstr "%s Facturé"
|
988 |
-
|
989 |
-
#: includes/fs-plugin-info-dialog.php:1125
|
990 |
-
msgctxt "as once a year"
|
991 |
-
msgid "Annually"
|
992 |
-
msgstr "Annuel"
|
993 |
-
|
994 |
-
#: includes/fs-plugin-info-dialog.php:1127
|
995 |
-
msgctxt "as once a year"
|
996 |
-
msgid "Once"
|
997 |
-
msgstr "Une fois"
|
998 |
-
|
999 |
-
#: includes/fs-plugin-info-dialog.php:1133
|
1000 |
-
msgid "Single Site License"
|
1001 |
-
msgstr "Licence 1 site"
|
1002 |
-
|
1003 |
-
#: includes/fs-plugin-info-dialog.php:1135
|
1004 |
-
msgid "Unlimited Licenses"
|
1005 |
-
msgstr "Licences sites illimités"
|
1006 |
-
|
1007 |
-
#: includes/fs-plugin-info-dialog.php:1137
|
1008 |
-
msgid "Up to %s Sites"
|
1009 |
-
msgstr "Jusqu'à %s Sites"
|
1010 |
-
|
1011 |
-
#: includes/fs-plugin-info-dialog.php1147,
|
1012 |
-
#: templates/plugin-info/features.php:82
|
1013 |
-
msgctxt "as monthly period"
|
1014 |
-
msgid "mo"
|
1015 |
-
msgstr "mois"
|
1016 |
-
|
1017 |
-
#: includes/fs-plugin-info-dialog.php1154,
|
1018 |
-
#: templates/plugin-info/features.php:80
|
1019 |
-
msgctxt "as annual period"
|
1020 |
-
msgid "year"
|
1021 |
-
msgstr "année"
|
1022 |
-
|
1023 |
-
#: includes/fs-plugin-info-dialog.php:1208
|
1024 |
-
msgctxt "noun"
|
1025 |
-
msgid "Price"
|
1026 |
-
msgstr "Tarif"
|
1027 |
-
|
1028 |
-
#: includes/fs-plugin-info-dialog.php:1256
|
1029 |
-
msgid "Save %s"
|
1030 |
-
msgstr "Économisez %s"
|
1031 |
-
|
1032 |
-
#: includes/fs-plugin-info-dialog.php:1266
|
1033 |
-
msgid "No commitment for %s - cancel anytime"
|
1034 |
-
msgstr "Pas d'engagement durant %s - annuler quand vous voulez"
|
1035 |
-
|
1036 |
-
#: includes/fs-plugin-info-dialog.php:1269
|
1037 |
-
msgid "After your free %s, pay as little as %s"
|
1038 |
-
msgstr "Après vos %s gratuits, payez seulement %s"
|
1039 |
-
|
1040 |
-
#: includes/fs-plugin-info-dialog.php:1280
|
1041 |
-
msgid "Details"
|
1042 |
-
msgstr "Détails"
|
1043 |
-
|
1044 |
-
#: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
|
1045 |
-
#: templates/debug.php203, templates/debug.php240, templates/debug.php454,
|
1046 |
-
#: templates/account/partials/addon.php:36
|
1047 |
-
msgctxt "product version"
|
1048 |
-
msgid "Version"
|
1049 |
-
msgstr "Version"
|
1050 |
-
|
1051 |
-
#: includes/fs-plugin-info-dialog.php:1291
|
1052 |
-
msgctxt "as the plugin author"
|
1053 |
-
msgid "Author"
|
1054 |
-
msgstr "Auteur"
|
1055 |
-
|
1056 |
-
#: includes/fs-plugin-info-dialog.php:1298
|
1057 |
-
msgid "Last Updated"
|
1058 |
-
msgstr "Dernière mise à jour"
|
1059 |
-
|
1060 |
-
#: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
|
1061 |
-
msgctxt "x-ago"
|
1062 |
-
msgid "%s ago"
|
1063 |
-
msgstr "Il y a %s"
|
1064 |
-
|
1065 |
-
#: includes/fs-plugin-info-dialog.php:1312
|
1066 |
-
msgid "Requires WordPress Version"
|
1067 |
-
msgstr "Version de WordPress requise"
|
1068 |
-
|
1069 |
-
#: includes/fs-plugin-info-dialog.php:1313
|
1070 |
-
msgid "%s or higher"
|
1071 |
-
msgstr "%s ou plus"
|
1072 |
-
|
1073 |
-
#: includes/fs-plugin-info-dialog.php:1320
|
1074 |
-
msgid "Compatible up to"
|
1075 |
-
msgstr "Compatible jusqu'à"
|
1076 |
-
|
1077 |
-
#: includes/fs-plugin-info-dialog.php:1328
|
1078 |
-
msgid "Downloaded"
|
1079 |
-
msgstr "Téléchargé"
|
1080 |
-
|
1081 |
-
#: includes/fs-plugin-info-dialog.php:1332
|
1082 |
-
msgid "%s time"
|
1083 |
-
msgstr "%s fois"
|
1084 |
-
|
1085 |
-
#: includes/fs-plugin-info-dialog.php:1334
|
1086 |
-
msgid "%s times"
|
1087 |
-
msgstr "%s fois"
|
1088 |
-
|
1089 |
-
#: includes/fs-plugin-info-dialog.php:1344
|
1090 |
-
msgid "WordPress.org Plugin Page"
|
1091 |
-
msgstr "Page WordPress.org du plugin"
|
1092 |
-
|
1093 |
-
#: includes/fs-plugin-info-dialog.php:1352
|
1094 |
-
msgid "Plugin Homepage"
|
1095 |
-
msgstr "Site Web du plugin"
|
1096 |
-
|
1097 |
-
#: includes/fs-plugin-info-dialog.php1360,
|
1098 |
-
#: includes/fs-plugin-info-dialog.php:1442
|
1099 |
-
msgid "Donate to this plugin"
|
1100 |
-
msgstr "Faire une donation pour ce plugin"
|
1101 |
-
|
1102 |
-
#: includes/fs-plugin-info-dialog.php:1367
|
1103 |
-
msgid "Average Rating"
|
1104 |
-
msgstr "Note moyenne"
|
1105 |
-
|
1106 |
-
#: includes/fs-plugin-info-dialog.php:1374
|
1107 |
-
msgid "based on %s"
|
1108 |
-
msgstr "Basé sur %s"
|
1109 |
-
|
1110 |
-
#: includes/fs-plugin-info-dialog.php:1378
|
1111 |
-
msgid "%s rating"
|
1112 |
-
msgstr "%s notation"
|
1113 |
-
|
1114 |
-
#: includes/fs-plugin-info-dialog.php:1380
|
1115 |
-
msgid "%s ratings"
|
1116 |
-
msgstr "%snotations "
|
1117 |
-
|
1118 |
-
#: includes/fs-plugin-info-dialog.php:1395
|
1119 |
-
msgid "%s star"
|
1120 |
-
msgstr "%s étoile"
|
1121 |
-
|
1122 |
-
#: includes/fs-plugin-info-dialog.php:1397
|
1123 |
-
msgid "%s stars"
|
1124 |
-
msgstr "%s étoiles"
|
1125 |
-
|
1126 |
-
#: includes/fs-plugin-info-dialog.php:1408
|
1127 |
-
msgid "Click to see reviews that provided a rating of %s"
|
1128 |
-
msgstr "Cliquez pour voir les avis avec une notation de %s"
|
1129 |
-
|
1130 |
-
#: includes/fs-plugin-info-dialog.php:1421
|
1131 |
-
msgid "Contributors"
|
1132 |
-
msgstr "Contributeurs"
|
1133 |
-
|
1134 |
-
#: includes/fs-plugin-info-dialog.php1450,
|
1135 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1136 |
-
msgid "Warning"
|
1137 |
-
msgstr "Attention"
|
1138 |
-
|
1139 |
-
#: includes/fs-plugin-info-dialog.php:1450
|
1140 |
-
msgid "This plugin has not been tested with your current version of WordPress."
|
1141 |
-
msgstr "Ce plugin n'a pas été testé avec votre actuelle version de WordPress"
|
1142 |
-
|
1143 |
-
#: includes/fs-plugin-info-dialog.php:1452
|
1144 |
-
msgid "This plugin has not been marked as compatible with your version of WordPress."
|
1145 |
-
msgstr "Ce plugin n'a pas été indiqué comme étant compatible avec votre version actuelle de WordPress"
|
1146 |
-
|
1147 |
-
#: includes/fs-plugin-info-dialog.php:1471
|
1148 |
-
msgid "Paid add-on must be deployed to Freemius."
|
1149 |
-
msgstr "Les add-ons payant doivent être déposés sur Freemius"
|
1150 |
-
|
1151 |
-
#: includes/fs-plugin-info-dialog.php:1472
|
1152 |
-
msgid "Add-on must be deployed to WordPress.org or Freemius."
|
1153 |
-
msgstr "Les add-ons doivent être déposés sur WordPress.org ou Freemius."
|
1154 |
-
|
1155 |
-
#: includes/fs-plugin-info-dialog.php:1493
|
1156 |
-
msgid "Newer Version (%s) Installed"
|
1157 |
-
msgstr "Nouvelle Version (%s) Installée"
|
1158 |
-
|
1159 |
-
#: includes/fs-plugin-info-dialog.php:1494
|
1160 |
-
msgid "Newer Free Version (%s) Installed"
|
1161 |
-
msgstr "La nouvelle version gratuite ( %s ) a été installé"
|
1162 |
-
|
1163 |
-
#: includes/fs-plugin-info-dialog.php:1501
|
1164 |
-
msgid "Latest Version Installed"
|
1165 |
-
msgstr "Dernière Version Installée"
|
1166 |
-
|
1167 |
-
#: includes/fs-plugin-info-dialog.php:1502
|
1168 |
-
msgid "Latest Free Version Installed"
|
1169 |
-
msgstr "La dernière version gratuite a été installé"
|
1170 |
-
|
1171 |
-
#: templates/account.php86, templates/forms/subscription-cancellation.php96,
|
1172 |
-
#: templates/account/partials/addon.php26,
|
1173 |
-
#: templates/account/partials/site.php:295
|
1174 |
-
msgid "Downgrading your plan"
|
1175 |
-
msgstr "Rétrograder votre formule"
|
1176 |
-
|
1177 |
-
#: templates/account.php87, templates/forms/subscription-cancellation.php97,
|
1178 |
-
#: templates/account/partials/addon.php27,
|
1179 |
-
#: templates/account/partials/site.php:296
|
1180 |
-
msgid "Cancelling the subscription"
|
1181 |
-
msgstr "Annuler votre abonnement"
|
1182 |
-
|
1183 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
1184 |
-
#. subscription'
|
1185 |
-
#: templates/account.php:89
|
1186 |
-
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1187 |
-
msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
|
1188 |
-
|
1189 |
-
#: templates/account.php90, templates/forms/subscription-cancellation.php100,
|
1190 |
-
#: templates/account/partials/addon.php30,
|
1191 |
-
#: templates/account/partials/site.php:299
|
1192 |
-
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."
|
1193 |
-
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é."
|
1194 |
-
|
1195 |
-
#: templates/account.php91, templates/forms/subscription-cancellation.php106,
|
1196 |
-
#: templates/account/partials/addon.php:31
|
1197 |
-
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
|
1198 |
-
msgstr "Annuler la période d'essai va immédiatement bloquer les fonctionnalités premium. Souhaitez-vous continuer ?"
|
1199 |
-
|
1200 |
-
#: templates/account.php92, templates/forms/subscription-cancellation.php101,
|
1201 |
-
#: templates/account/partials/addon.php32,
|
1202 |
-
#: templates/account/partials/site.php:300
|
1203 |
-
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
|
1204 |
-
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."
|
1205 |
-
|
1206 |
-
#: templates/account.php93, templates/forms/subscription-cancellation.php102,
|
1207 |
-
#: templates/account/partials/addon.php33,
|
1208 |
-
#: templates/account/partials/site.php:301
|
1209 |
-
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
|
1210 |
-
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."
|
1211 |
-
|
1212 |
-
#. translators: %s: Plan title (e.g. "Professional")
|
1213 |
-
#: templates/account.php95,
|
1214 |
-
#: templates/account/partials/activate-license-button.php31,
|
1215 |
-
#: templates/account/partials/addon.php:35
|
1216 |
-
msgid "Activate %s Plan"
|
1217 |
-
msgstr "Activer la formule %s"
|
1218 |
-
|
1219 |
-
#. translators: %s: Time period (e.g. Auto renews in "2 months")
|
1220 |
-
#: templates/account.php98, templates/account/partials/addon.php38,
|
1221 |
-
#: templates/account/partials/site.php:275
|
1222 |
-
msgid "Auto renews in %s"
|
1223 |
-
msgstr "Renouvellements automatique dans %s"
|
1224 |
-
|
1225 |
-
#. translators: %s: Time period (e.g. Expires in "2 months")
|
1226 |
-
#: templates/account.php100, templates/account/partials/addon.php40,
|
1227 |
-
#: templates/account/partials/site.php:277
|
1228 |
-
msgid "Expires in %s"
|
1229 |
-
msgstr "Expire dans %s"
|
1230 |
-
|
1231 |
-
#: templates/account.php101, templates/account/partials/addon.php:41
|
1232 |
-
msgctxt "as synchronize license"
|
1233 |
-
msgid "Sync License"
|
1234 |
-
msgstr "Synchroniser la licence"
|
1235 |
-
|
1236 |
-
#: templates/account.php102, templates/account/partials/addon.php:42
|
1237 |
-
msgid "Cancel Trial"
|
1238 |
-
msgstr "Annuler la période d'essai"
|
1239 |
-
|
1240 |
-
#: templates/account.php103, templates/account/partials/addon.php:43
|
1241 |
-
msgid "Change Plan"
|
1242 |
-
msgstr "Changer de formule"
|
1243 |
-
|
1244 |
-
#: templates/account.php104, templates/account/partials/addon.php:44
|
1245 |
-
msgctxt "verb"
|
1246 |
-
msgid "Upgrade"
|
1247 |
-
msgstr "Mise à jour"
|
1248 |
-
|
1249 |
-
#: templates/account.php106, templates/account/partials/addon.php46,
|
1250 |
-
#: templates/account/partials/site.php:302
|
1251 |
-
msgctxt "verb"
|
1252 |
-
msgid "Downgrade"
|
1253 |
-
msgstr "Rétrograder"
|
1254 |
-
|
1255 |
-
#: templates/account.php108, templates/add-ons.php187,
|
1256 |
-
#: templates/plugin-info/features.php72,
|
1257 |
-
#: templates/account/partials/addon.php48,
|
1258 |
-
#: templates/account/partials/site.php:31
|
1259 |
-
msgid "Free"
|
1260 |
-
msgstr "Gratuit"
|
1261 |
-
|
1262 |
-
#: templates/account.php110, templates/debug.php373,
|
1263 |
-
#: includes/customizer/class-fs-customizer-upsell-control.php106,
|
1264 |
-
#: templates/account/partials/addon.php:50
|
1265 |
-
msgctxt "as product pricing plan"
|
1266 |
-
msgid "Plan"
|
1267 |
-
msgstr "Formule"
|
1268 |
-
|
1269 |
-
#: templates/account.php:111
|
1270 |
-
msgid "Bundle Plan"
|
1271 |
-
msgstr "Bundle Plan"
|
1272 |
-
|
1273 |
-
#: templates/account.php:185
|
1274 |
-
msgid "Free Trial"
|
1275 |
-
msgstr "Essai gratuit"
|
1276 |
-
|
1277 |
-
#: templates/account.php:196
|
1278 |
-
msgid "Account Details"
|
1279 |
-
msgstr "Détails du compte"
|
1280 |
-
|
1281 |
-
#: templates/account.php:200
|
1282 |
-
msgid "Billing & Invoices"
|
1283 |
-
msgstr "Billing & Invoices"
|
1284 |
-
|
1285 |
-
#: templates/account.php:210
|
1286 |
-
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?"
|
1287 |
-
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 ? "
|
1288 |
-
|
1289 |
-
#: templates/account.php:212
|
1290 |
-
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?"
|
1291 |
-
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 ?"
|
1292 |
-
|
1293 |
-
#: templates/account.php:215
|
1294 |
-
msgid "Delete Account"
|
1295 |
-
msgstr "Supprimer le compte"
|
1296 |
-
|
1297 |
-
#: templates/account.php227, templates/account/partials/addon.php211,
|
1298 |
-
#: templates/account/partials/deactivate-license-button.php:35
|
1299 |
-
msgid "Deactivate License"
|
1300 |
-
msgstr "Désactiver la licence"
|
1301 |
-
|
1302 |
-
#: templates/account.php250, templates/forms/subscription-cancellation.php:125
|
1303 |
-
msgid "Are you sure you want to proceed?"
|
1304 |
-
msgstr "Êtes-vous de vouloir continuer ?"
|
1305 |
-
|
1306 |
-
#: templates/account.php250, templates/account/partials/addon.php:234
|
1307 |
-
msgid "Cancel Subscription"
|
1308 |
-
msgstr "Annuler l'abonnement"
|
1309 |
-
|
1310 |
-
#: templates/account.php:278
|
1311 |
-
msgctxt "as synchronize"
|
1312 |
-
msgid "Sync"
|
1313 |
-
msgstr "Synchroniser"
|
1314 |
-
|
1315 |
-
#: templates/account.php292, templates/debug.php:489
|
1316 |
-
msgid "Name"
|
1317 |
-
msgstr "Nom"
|
1318 |
-
|
1319 |
-
#: templates/account.php298, templates/debug.php:490
|
1320 |
-
msgid "Email"
|
1321 |
-
msgstr "Email"
|
1322 |
-
|
1323 |
-
#: templates/account.php305, templates/debug.php372, templates/debug.php:528
|
1324 |
-
msgid "User ID"
|
1325 |
-
msgstr "User ID"
|
1326 |
-
|
1327 |
-
#: templates/account.php322, templates/account.php608,
|
1328 |
-
#: templates/account.php653, templates/debug.php238, templates/debug.php366,
|
1329 |
-
#: templates/debug.php451, templates/debug.php488, templates/debug.php526,
|
1330 |
-
#: templates/debug.php599, templates/account/payments.php35,
|
1331 |
-
#: templates/debug/logger.php:21
|
1332 |
-
msgid "ID"
|
1333 |
-
msgstr "ID"
|
1334 |
-
|
1335 |
-
#: templates/account.php:329
|
1336 |
-
msgid "Site ID"
|
1337 |
-
msgstr "Site ID"
|
1338 |
-
|
1339 |
-
#: templates/account.php:332
|
1340 |
-
msgid "No ID"
|
1341 |
-
msgstr "ID manquant"
|
1342 |
-
|
1343 |
-
#: templates/account.php337, templates/debug.php245, templates/debug.php374,
|
1344 |
-
#: templates/debug.php455, templates/debug.php492,
|
1345 |
-
#: templates/account/partials/site.php:219
|
1346 |
-
msgid "Public Key"
|
1347 |
-
msgstr "Clef publique"
|
1348 |
-
|
1349 |
-
#: templates/account.php343, templates/debug.php375, templates/debug.php456,
|
1350 |
-
#: templates/debug.php493, templates/account/partials/site.php:231
|
1351 |
-
msgid "Secret Key"
|
1352 |
-
msgstr "Clef secrête"
|
1353 |
-
|
1354 |
-
#: templates/account.php:346
|
1355 |
-
msgctxt "as secret encryption key missing"
|
1356 |
-
msgid "No Secret"
|
1357 |
-
msgstr "Clef secrète manquante"
|
1358 |
-
|
1359 |
-
#: templates/account.php373, templates/account/partials/site.php112,
|
1360 |
-
#: templates/account/partials/site.php:114
|
1361 |
-
msgid "Trial"
|
1362 |
-
msgstr "Période d'essai"
|
1363 |
-
|
1364 |
-
#: templates/account.php400, templates/debug.php533,
|
1365 |
-
#: templates/account/partials/site.php:248
|
1366 |
-
msgid "License Key"
|
1367 |
-
msgstr "Clef de licence"
|
1368 |
-
|
1369 |
-
#: templates/account.php:429
|
1370 |
-
msgid "Join the Beta program"
|
1371 |
-
msgstr "Join the Beta program"
|
1372 |
-
|
1373 |
-
#: templates/account.php:435
|
1374 |
-
msgid "not verified"
|
1375 |
-
msgstr "Non vérifié"
|
1376 |
-
|
1377 |
-
#: templates/account.php444, templates/account/partials/addon.php:172
|
1378 |
-
msgid "Expired"
|
1379 |
-
msgstr "Expiré"
|
1380 |
-
|
1381 |
-
#: templates/account.php:502
|
1382 |
-
msgid "Premium version"
|
1383 |
-
msgstr "Version premium"
|
1384 |
-
|
1385 |
-
#: templates/account.php:504
|
1386 |
-
msgid "Free version"
|
1387 |
-
msgstr "Version gratuite"
|
1388 |
-
|
1389 |
-
#: templates/account.php:516
|
1390 |
-
msgid "Verify Email"
|
1391 |
-
msgstr "Vérifier l'email"
|
1392 |
-
|
1393 |
-
#: templates/account.php:527
|
1394 |
-
msgid "Download %s Version"
|
1395 |
-
msgstr "Télécharger la version %s"
|
1396 |
-
|
1397 |
-
#: templates/account.php541, templates/account.php749,
|
1398 |
-
#: templates/account/partials/site.php237,
|
1399 |
-
#: templates/account/partials/site.php:255
|
1400 |
-
msgctxt "verb"
|
1401 |
-
msgid "Show"
|
1402 |
-
msgstr "Afficher"
|
1403 |
-
|
1404 |
-
#: templates/account.php:555
|
1405 |
-
msgid "What is your %s?"
|
1406 |
-
msgstr "Quel est votre %s ?"
|
1407 |
-
|
1408 |
-
#: templates/account.php563, templates/account/billing.php:21
|
1409 |
-
msgctxt "verb"
|
1410 |
-
msgid "Edit"
|
1411 |
-
msgstr "Éditer"
|
1412 |
-
|
1413 |
-
#: templates/account.php:588
|
1414 |
-
msgid "Sites"
|
1415 |
-
msgstr "Sites"
|
1416 |
-
|
1417 |
-
#: templates/account.php:599
|
1418 |
-
msgid "Search by address"
|
1419 |
-
msgstr "Recherche par adresse"
|
1420 |
-
|
1421 |
-
#: templates/account.php609, templates/debug.php:369
|
1422 |
-
msgid "Address"
|
1423 |
-
msgstr "Adresse"
|
1424 |
-
|
1425 |
-
#: templates/account.php:610
|
1426 |
-
msgid "License"
|
1427 |
-
msgstr "Licence"
|
1428 |
-
|
1429 |
-
#: templates/account.php:611
|
1430 |
-
msgid "Plan"
|
1431 |
-
msgstr "Formule"
|
1432 |
-
|
1433 |
-
#: templates/account.php:656
|
1434 |
-
msgctxt "as software license"
|
1435 |
-
msgid "License"
|
1436 |
-
msgstr "Licence"
|
1437 |
-
|
1438 |
-
#: templates/account.php:743
|
1439 |
-
msgctxt "verb"
|
1440 |
-
msgid "Hide"
|
1441 |
-
msgstr "Cacher"
|
1442 |
-
|
1443 |
-
#: templates/account.php:765
|
1444 |
-
msgid "Processing"
|
1445 |
-
msgstr "Traitement en cours"
|
1446 |
-
|
1447 |
-
#: templates/account.php:768
|
1448 |
-
msgid "Get updates for bleeding edge Beta versions of %s."
|
1449 |
-
msgstr "Get updates for bleeding edge Beta versions of %s."
|
1450 |
-
|
1451 |
-
#: templates/account.php:826
|
1452 |
-
msgid "Cancelling %s"
|
1453 |
-
msgstr "Annulation de %s"
|
1454 |
-
|
1455 |
-
#: templates/account.php826, templates/account.php843,
|
1456 |
-
#: templates/forms/subscription-cancellation.php27,
|
1457 |
-
#: templates/forms/deactivation/form.php:133
|
1458 |
-
msgid "trial"
|
1459 |
-
msgstr "essai"
|
1460 |
-
|
1461 |
-
#: templates/account.php841, templates/forms/deactivation/form.php:150
|
1462 |
-
msgid "Cancelling %s..."
|
1463 |
-
msgstr "Annulation de %s..."
|
1464 |
-
|
1465 |
-
#: templates/account.php844, templates/forms/subscription-cancellation.php28,
|
1466 |
-
#: templates/forms/deactivation/form.php:134
|
1467 |
-
msgid "subscription"
|
1468 |
-
msgstr "abonnement"
|
1469 |
-
|
1470 |
-
#: templates/account.php:858
|
1471 |
-
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?"
|
1472 |
-
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 ?"
|
1473 |
-
|
1474 |
-
#: templates/add-ons.php:35
|
1475 |
-
msgid "View details"
|
1476 |
-
msgstr "Voir les détails"
|
1477 |
-
|
1478 |
-
#: templates/add-ons.php:45
|
1479 |
-
msgid "Add Ons for %s"
|
1480 |
-
msgstr "Add Ons pour %s"
|
1481 |
-
|
1482 |
-
#: templates/add-ons.php:55
|
1483 |
-
msgid "We could'nt load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
|
1484 |
-
msgstr "Nous n'avons pas pu charger la liste des add-ons. C'est probablement une difficulté de notre côté, merci de d'essayer à nouveau dans quelques minutes."
|
1485 |
-
|
1486 |
-
#: templates/add-ons.php:173
|
1487 |
-
msgctxt "active add-on"
|
1488 |
-
msgid "Active"
|
1489 |
-
msgstr "Active"
|
1490 |
-
|
1491 |
-
#: templates/add-ons.php:174
|
1492 |
-
msgctxt "installed add-on"
|
1493 |
-
msgid "Installed"
|
1494 |
-
msgstr "Installed"
|
1495 |
-
|
1496 |
-
#: templates/admin-notice.php13, templates/forms/license-activation.php209,
|
1497 |
-
#: templates/forms/resend-key.php:77
|
1498 |
-
msgctxt "as close a window"
|
1499 |
-
msgid "Dismiss"
|
1500 |
-
msgstr "Fermer"
|
1501 |
-
|
1502 |
-
#: templates/auto-installation.php:45
|
1503 |
-
msgid "%s sec"
|
1504 |
-
msgstr "%s sec"
|
1505 |
-
|
1506 |
-
#: templates/auto-installation.php:83
|
1507 |
-
msgid "Automatic Installation"
|
1508 |
-
msgstr "Installation automatique"
|
1509 |
-
|
1510 |
-
#: templates/auto-installation.php:93
|
1511 |
-
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."
|
1512 |
-
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."
|
1513 |
-
|
1514 |
-
#: templates/auto-installation.php:104
|
1515 |
-
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."
|
1516 |
-
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."
|
1517 |
-
|
1518 |
-
#: templates/auto-installation.php:109
|
1519 |
-
msgid "Cancel Installation"
|
1520 |
-
msgstr "Annuler l'installation"
|
1521 |
-
|
1522 |
-
#: templates/checkout.php:180
|
1523 |
-
msgid "Checkout"
|
1524 |
-
msgstr "Paiement"
|
1525 |
-
|
1526 |
-
#: templates/checkout.php:180
|
1527 |
-
msgid "PCI compliant"
|
1528 |
-
msgstr "Compatible PCI"
|
1529 |
-
|
1530 |
-
#. translators: %s: name (e.g. Hey John,)
|
1531 |
-
#: templates/connect.php:112
|
1532 |
-
msgctxt "greeting"
|
1533 |
-
msgid "Hey %s,"
|
1534 |
-
msgstr "Hey %s,"
|
1535 |
-
|
1536 |
-
#: templates/connect.php:154
|
1537 |
-
msgid "Allow & Continue"
|
1538 |
-
msgstr "Autoriser & Continuer"
|
1539 |
-
|
1540 |
-
#: templates/connect.php:158
|
1541 |
-
msgid "Re-send activation email"
|
1542 |
-
msgstr "Renvoyer l'email d'activation"
|
1543 |
-
|
1544 |
-
#: templates/connect.php:162
|
1545 |
-
msgid "Thanks %s!"
|
1546 |
-
msgstr "Merci %s !"
|
1547 |
-
|
1548 |
-
#: templates/connect.php172, templates/forms/license-activation.php:44
|
1549 |
-
msgid "Agree & Activate License"
|
1550 |
-
msgstr "Valider & Activer la licence"
|
1551 |
-
|
1552 |
-
#: templates/connect.php:181
|
1553 |
-
msgid "Thanks for purchasing %s! To get started, please enter your license key:"
|
1554 |
-
msgstr "Merci d'avoir acheté %s ! Pour commencer, veuillez indiquer votre clef de licence :"
|
1555 |
-
|
1556 |
-
#: templates/connect.php:188
|
1557 |
-
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."
|
1558 |
-
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."
|
1559 |
-
|
1560 |
-
#: templates/connect.php:189
|
1561 |
-
msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
|
1562 |
-
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."
|
1563 |
-
|
1564 |
-
#: templates/connect.php:195
|
1565 |
-
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."
|
1566 |
-
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."
|
1567 |
-
|
1568 |
-
#: templates/connect.php:196
|
1569 |
-
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."
|
1570 |
-
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."
|
1571 |
-
|
1572 |
-
#: templates/connect.php:230
|
1573 |
-
msgid "We're excited to introduce the Freemius network-level integration."
|
1574 |
-
msgstr "Nous sommes impatient de vous présenter l'intégration Freemius au niveau réseau."
|
1575 |
-
|
1576 |
-
#: templates/connect.php:233
|
1577 |
-
msgid "During the update process we detected %d site(s) that are still pending license activation."
|
1578 |
-
msgstr "Durant le processus de mise à jour nous avons détecté %d site(s) toujours en attente d'activation de la licence."
|
1579 |
-
|
1580 |
-
#: templates/connect.php:235
|
1581 |
-
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
|
1582 |
-
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."
|
1583 |
-
|
1584 |
-
#: templates/connect.php:237
|
1585 |
-
msgid "%s's paid features"
|
1586 |
-
msgstr "Fonctionnalités payantes de %s"
|
1587 |
-
|
1588 |
-
#: templates/connect.php:242
|
1589 |
-
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
|
1590 |
-
msgstr "Éventuellement, vous pouvez l'ignorer pour l'instant et activer la licence plus tard, sur votre page de compte du réseau %s."
|
1591 |
-
|
1592 |
-
#: templates/connect.php:244
|
1593 |
-
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
|
1594 |
-
msgstr "Durant le processus de mise à jour nous avons détecté %s site(s) dans le réseau que vous devez vérifier."
|
1595 |
-
|
1596 |
-
#: templates/connect.php253, templates/forms/license-activation.php:47
|
1597 |
-
msgid "License key"
|
1598 |
-
msgstr "Clef de licence"
|
1599 |
-
|
1600 |
-
#: templates/connect.php256, templates/forms/license-activation.php:20
|
1601 |
-
msgid "Can't find your license key?"
|
1602 |
-
msgstr "Vous ne trouvez pas votre clef de licence ?"
|
1603 |
-
|
1604 |
-
#: templates/connect.php315, templates/connect.php652,
|
1605 |
-
#: templates/forms/deactivation/retry-skip.php:20
|
1606 |
-
msgctxt "verb"
|
1607 |
-
msgid "Skip"
|
1608 |
-
msgstr "Passer"
|
1609 |
-
|
1610 |
-
#: templates/connect.php:318
|
1611 |
-
msgid "Delegate to Site Admins"
|
1612 |
-
msgstr "Déléguer aux administrateurs du site"
|
1613 |
-
|
1614 |
-
#: templates/connect.php:318
|
1615 |
-
msgid "If you click it, this decision will be delegated to the sites administrators."
|
1616 |
-
msgstr "Si vous cliquez, cette décision sera déléguée aux administrateurs des sites."
|
1617 |
-
|
1618 |
-
#: templates/connect.php:346
|
1619 |
-
msgid "Your Profile Overview"
|
1620 |
-
msgstr "Résumé de votre profil"
|
1621 |
-
|
1622 |
-
#: templates/connect.php:347
|
1623 |
-
msgid "Name and email address"
|
1624 |
-
msgstr "Nom et adresse email"
|
1625 |
-
|
1626 |
-
#: templates/connect.php:352
|
1627 |
-
msgid "Your Site Overview"
|
1628 |
-
msgstr "Résumé de votre site"
|
1629 |
-
|
1630 |
-
#: templates/connect.php:353
|
1631 |
-
msgid "Site URL, WP version, PHP info, plugins & themes"
|
1632 |
-
msgstr "Site URL, WP version, PHP info, plugins & themes"
|
1633 |
-
|
1634 |
-
#: templates/connect.php:358
|
1635 |
-
msgid "Admin Notices"
|
1636 |
-
msgstr "Notifications Administrateur"
|
1637 |
-
|
1638 |
-
#: templates/connect.php359, templates/connect.php:375
|
1639 |
-
msgid "Updates, announcements, marketing, no spam"
|
1640 |
-
msgstr "Mises à jour, annonces, marketing, pas de spam"
|
1641 |
-
|
1642 |
-
#: templates/connect.php:364
|
1643 |
-
msgid "Current %s Events"
|
1644 |
-
msgstr "Évènements du %s actuel"
|
1645 |
-
|
1646 |
-
#: templates/connect.php:365
|
1647 |
-
msgid "Activation, deactivation and uninstall"
|
1648 |
-
msgstr "Activation, désactivation et désintallation"
|
1649 |
-
|
1650 |
-
#: templates/connect.php:374
|
1651 |
-
msgid "Newsletter"
|
1652 |
-
msgstr "Newsletter"
|
1653 |
-
|
1654 |
-
#: templates/connect.php391, templates/forms/license-activation.php:39
|
1655 |
-
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."
|
1656 |
-
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."
|
1657 |
-
|
1658 |
-
#: templates/connect.php:396
|
1659 |
-
msgid "What permissions are being granted?"
|
1660 |
-
msgstr "Quelles autorisations sont accordées ?"
|
1661 |
-
|
1662 |
-
#: templates/connect.php:417
|
1663 |
-
msgid "Don't have a license key?"
|
1664 |
-
msgstr "Vous n'avez pas de clef de licence ?"
|
1665 |
-
|
1666 |
-
#: templates/connect.php:420
|
1667 |
-
msgid "Have a license key?"
|
1668 |
-
msgstr "Vous avez une clef de licence ?"
|
1669 |
-
|
1670 |
-
#: templates/connect.php:428
|
1671 |
-
msgid "Privacy Policy"
|
1672 |
-
msgstr "Politique de confidentialité"
|
1673 |
-
|
1674 |
-
#: templates/connect.php:430
|
1675 |
-
msgid "License Agreement"
|
1676 |
-
msgstr "Contrat de licence"
|
1677 |
-
|
1678 |
-
#: templates/connect.php:430
|
1679 |
-
msgid "Terms of Service"
|
1680 |
-
msgstr "Conditions générales de service"
|
1681 |
-
|
1682 |
-
#: templates/connect.php:805
|
1683 |
-
msgctxt "as in the process of sending an email"
|
1684 |
-
msgid "Sending email"
|
1685 |
-
msgstr "Email en cours d'envoi"
|
1686 |
-
|
1687 |
-
#: templates/connect.php:806
|
1688 |
-
msgctxt "as activating plugin"
|
1689 |
-
msgid "Activating"
|
1690 |
-
msgstr "Activation en cours"
|
1691 |
-
|
1692 |
-
#: templates/contact.php:78
|
1693 |
-
msgid "Contact"
|
1694 |
-
msgstr "Contact"
|
1695 |
-
|
1696 |
-
#: templates/debug.php:17
|
1697 |
-
msgctxt "as turned off"
|
1698 |
-
msgid "Off"
|
1699 |
-
msgstr "Off"
|
1700 |
-
|
1701 |
-
#: templates/debug.php:18
|
1702 |
-
msgctxt "as turned on"
|
1703 |
-
msgid "On"
|
1704 |
-
msgstr "On"
|
1705 |
-
|
1706 |
-
#: templates/debug.php:20
|
1707 |
-
msgid "SDK"
|
1708 |
-
msgstr "SDK"
|
1709 |
-
|
1710 |
-
#: templates/debug.php:24
|
1711 |
-
msgctxt "as code debugging"
|
1712 |
-
msgid "Debugging"
|
1713 |
-
msgstr "Debuggage"
|
1714 |
-
|
1715 |
-
#: templates/debug.php54, templates/debug.php250, templates/debug.php376,
|
1716 |
-
#: templates/debug.php:494
|
1717 |
-
msgid "Actions"
|
1718 |
-
msgstr "Actions"
|
1719 |
-
|
1720 |
-
#: templates/debug.php:64
|
1721 |
-
msgid "Are you sure you want to delete all Freemius data?"
|
1722 |
-
msgstr "Êtes-vous sûr de vouloir supprimer toutes les données de Freemius ?"
|
1723 |
-
|
1724 |
-
#: templates/debug.php:64
|
1725 |
-
msgid "Delete All Accounts"
|
1726 |
-
msgstr "Supprimer tous les comptes"
|
1727 |
-
|
1728 |
-
#: templates/debug.php:71
|
1729 |
-
msgid "Clear API Cache"
|
1730 |
-
msgstr "Vider le cache API"
|
1731 |
-
|
1732 |
-
#: templates/debug.php:79
|
1733 |
-
msgid "Clear Updates Transients"
|
1734 |
-
msgstr "Vider les transients de mise à jour"
|
1735 |
-
|
1736 |
-
#: templates/debug.php:86
|
1737 |
-
msgid "Sync Data From Server"
|
1738 |
-
msgstr "Synchronisation des données depuis le serveur"
|
1739 |
-
|
1740 |
-
#: templates/debug.php:95
|
1741 |
-
msgid "Migrate Options to Network"
|
1742 |
-
msgstr "Migrer les options vers le réseau"
|
1743 |
-
|
1744 |
-
#: templates/debug.php:100
|
1745 |
-
msgid "Load DB Option"
|
1746 |
-
msgstr "Chargement des options de la base de données"
|
1747 |
-
|
1748 |
-
#: templates/debug.php:103
|
1749 |
-
msgid "Set DB Option"
|
1750 |
-
msgstr "Mise en place des options de la base de données"
|
1751 |
-
|
1752 |
-
#: templates/debug.php:182
|
1753 |
-
msgid "Key"
|
1754 |
-
msgstr "Clef"
|
1755 |
-
|
1756 |
-
#: templates/debug.php:183
|
1757 |
-
msgid "Value"
|
1758 |
-
msgstr "Valeur"
|
1759 |
-
|
1760 |
-
#: templates/debug.php:199
|
1761 |
-
msgctxt "as software development kit versions"
|
1762 |
-
msgid "SDK Versions"
|
1763 |
-
msgstr "Versions du SDK"
|
1764 |
-
|
1765 |
-
#: templates/debug.php:204
|
1766 |
-
msgid "SDK Path"
|
1767 |
-
msgstr "Chemin d'accès du SDK"
|
1768 |
-
|
1769 |
-
#: templates/debug.php205, templates/debug.php:244
|
1770 |
-
msgid "Module Path"
|
1771 |
-
msgstr "Chemin d'accès du module"
|
1772 |
-
|
1773 |
-
#: templates/debug.php:206
|
1774 |
-
msgid "Is Active"
|
1775 |
-
msgstr "Est actif"
|
1776 |
-
|
1777 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
|
1778 |
-
msgid "Plugins"
|
1779 |
-
msgstr "Plugins"
|
1780 |
-
|
1781 |
-
#: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
|
1782 |
-
msgid "Themes"
|
1783 |
-
msgstr "Thèmes"
|
1784 |
-
|
1785 |
-
#: templates/debug.php239, templates/debug.php371, templates/debug.php453,
|
1786 |
-
#: templates/debug/scheduled-crons.php:80
|
1787 |
-
msgid "Slug"
|
1788 |
-
msgstr "Slug"
|
1789 |
-
|
1790 |
-
#: templates/debug.php241, templates/debug.php:452
|
1791 |
-
msgid "Title"
|
1792 |
-
msgstr "Titre"
|
1793 |
-
|
1794 |
-
#: templates/debug.php:242
|
1795 |
-
msgctxt "as application program interface"
|
1796 |
-
msgid "API"
|
1797 |
-
msgstr "API"
|
1798 |
-
|
1799 |
-
#: templates/debug.php:243
|
1800 |
-
msgid "Freemius State"
|
1801 |
-
msgstr "État de Freemius"
|
1802 |
-
|
1803 |
-
#: templates/debug.php:247
|
1804 |
-
msgid "Network Blog"
|
1805 |
-
msgstr "Réseau de Blog"
|
1806 |
-
|
1807 |
-
#: templates/debug.php:248
|
1808 |
-
msgid "Network User"
|
1809 |
-
msgstr "Réseau d'Utilisateur"
|
1810 |
-
|
1811 |
-
#: templates/debug.php:285
|
1812 |
-
msgctxt "as connection was successful"
|
1813 |
-
msgid "Connected"
|
1814 |
-
msgstr "Connecté"
|
1815 |
-
|
1816 |
-
#: templates/debug.php:286
|
1817 |
-
msgctxt "as connection blocked"
|
1818 |
-
msgid "Blocked"
|
1819 |
-
msgstr "Bloqué"
|
1820 |
-
|
1821 |
-
#: templates/debug.php:322
|
1822 |
-
msgid "Simulate Trial Promotion"
|
1823 |
-
msgstr "Simuler la promotion d'essai"
|
1824 |
-
|
1825 |
-
#: templates/debug.php:334
|
1826 |
-
msgid "Simulate Network Upgrade"
|
1827 |
-
msgstr "Simuler la mise à jour du réseau"
|
1828 |
-
|
1829 |
-
#: templates/debug.php:360
|
1830 |
-
msgid "%s Installs"
|
1831 |
-
msgstr "%s Installations"
|
1832 |
-
|
1833 |
-
#: templates/debug.php:362
|
1834 |
-
msgctxt "like websites"
|
1835 |
-
msgid "Sites"
|
1836 |
-
msgstr "Sites"
|
1837 |
-
|
1838 |
-
#: templates/debug.php368, templates/account/partials/site.php:148
|
1839 |
-
msgid "Blog ID"
|
1840 |
-
msgstr "Blog ID"
|
1841 |
-
|
1842 |
-
#: templates/debug.php433, templates/debug.php511,
|
1843 |
-
#: templates/account/partials/addon.php:396
|
1844 |
-
msgctxt "verb"
|
1845 |
-
msgid "Delete"
|
1846 |
-
msgstr "Supprimer"
|
1847 |
-
|
1848 |
-
#: templates/debug.php:447
|
1849 |
-
msgid "Add Ons of module %s"
|
1850 |
-
msgstr "Add Ons du module %s"
|
1851 |
-
|
1852 |
-
#: templates/debug.php:484
|
1853 |
-
msgid "Users"
|
1854 |
-
msgstr "Utilisateurs"
|
1855 |
-
|
1856 |
-
#: templates/debug.php:491
|
1857 |
-
msgid "Verified"
|
1858 |
-
msgstr "Vérifié"
|
1859 |
-
|
1860 |
-
#: templates/debug.php:522
|
1861 |
-
msgid "%s Licenses"
|
1862 |
-
msgstr "%s Licences"
|
1863 |
-
|
1864 |
-
#: templates/debug.php:527
|
1865 |
-
msgid "Plugin ID"
|
1866 |
-
msgstr "ID du plugin"
|
1867 |
-
|
1868 |
-
#: templates/debug.php:529
|
1869 |
-
msgid "Plan ID"
|
1870 |
-
msgstr "ID de la formule"
|
1871 |
-
|
1872 |
-
#: templates/debug.php:530
|
1873 |
-
msgid "Quota"
|
1874 |
-
msgstr "Quota"
|
1875 |
-
|
1876 |
-
#: templates/debug.php:531
|
1877 |
-
msgid "Activated"
|
1878 |
-
msgstr "Activé"
|
1879 |
-
|
1880 |
-
#: templates/debug.php:532
|
1881 |
-
msgid "Blocking"
|
1882 |
-
msgstr "Bloquant"
|
1883 |
-
|
1884 |
-
#: templates/debug.php:534
|
1885 |
-
msgctxt "as expiration date"
|
1886 |
-
msgid "Expiration"
|
1887 |
-
msgstr "Expiration"
|
1888 |
-
|
1889 |
-
#: templates/debug.php:557
|
1890 |
-
msgid "Debug Log"
|
1891 |
-
msgstr "Debug Log"
|
1892 |
-
|
1893 |
-
#: templates/debug.php:561
|
1894 |
-
msgid "All Types"
|
1895 |
-
msgstr "Tous les types"
|
1896 |
-
|
1897 |
-
#: templates/debug.php:568
|
1898 |
-
msgid "All Requests"
|
1899 |
-
msgstr "Toutes les demandes"
|
1900 |
-
|
1901 |
-
#: templates/debug.php573, templates/debug.php602,
|
1902 |
-
#: templates/debug/logger.php:25
|
1903 |
-
msgid "File"
|
1904 |
-
msgstr "Fichier"
|
1905 |
-
|
1906 |
-
#: templates/debug.php574, templates/debug.php600,
|
1907 |
-
#: templates/debug/logger.php:23
|
1908 |
-
msgid "Function"
|
1909 |
-
msgstr "Fonction"
|
1910 |
-
|
1911 |
-
#: templates/debug.php:575
|
1912 |
-
msgid "Process ID"
|
1913 |
-
msgstr "ID du processus"
|
1914 |
-
|
1915 |
-
#: templates/debug.php:576
|
1916 |
-
msgid "Logger"
|
1917 |
-
msgstr "Logger"
|
1918 |
-
|
1919 |
-
#: templates/debug.php577, templates/debug.php601,
|
1920 |
-
#: templates/debug/logger.php:24
|
1921 |
-
msgid "Message"
|
1922 |
-
msgstr "Message"
|
1923 |
-
|
1924 |
-
#: templates/debug.php:579
|
1925 |
-
msgid "Filter"
|
1926 |
-
msgstr "Filter"
|
1927 |
-
|
1928 |
-
#: templates/debug.php:587
|
1929 |
-
msgid "Download"
|
1930 |
-
msgstr "Téléchargement"
|
1931 |
-
|
1932 |
-
#: templates/debug.php598, templates/debug/logger.php:22
|
1933 |
-
msgid "Type"
|
1934 |
-
msgstr "Type"
|
1935 |
-
|
1936 |
-
#: templates/debug.php603, templates/debug/logger.php:26
|
1937 |
-
msgid "Timestamp"
|
1938 |
-
msgstr "Timestamp"
|
1939 |
-
|
1940 |
-
#: templates/secure-https-header.php:28
|
1941 |
-
msgid "Secure HTTPS %s page, running from an external domain"
|
1942 |
-
msgstr "Page %s sécurisée HTTPS, s'exécutant sur un domaine externe"
|
1943 |
-
|
1944 |
-
#: includes/customizer/class-fs-customizer-support-section.php55,
|
1945 |
-
#: templates/plugin-info/features.php:43
|
1946 |
-
msgid "Support"
|
1947 |
-
msgstr "Support"
|
1948 |
-
|
1949 |
-
#: includes/debug/class-fs-debug-bar-panel.php48,
|
1950 |
-
#: templates/debug/api-calls.php54, templates/debug/logger.php:62
|
1951 |
-
msgctxt "milliseconds"
|
1952 |
-
msgid "ms"
|
1953 |
-
msgstr "ms"
|
1954 |
-
|
1955 |
-
#: includes/debug/debug-bar-start.php:41
|
1956 |
-
msgid "Freemius API"
|
1957 |
-
msgstr "API Freemius"
|
1958 |
-
|
1959 |
-
#: includes/debug/debug-bar-start.php:42
|
1960 |
-
msgid "Requests"
|
1961 |
-
msgstr "Demandes"
|
1962 |
-
|
1963 |
-
#: templates/account/billing.php:22
|
1964 |
-
msgctxt "verb"
|
1965 |
-
msgid "Update"
|
1966 |
-
msgstr "Mise à jour"
|
1967 |
-
|
1968 |
-
#: templates/account/billing.php:33
|
1969 |
-
msgid "Billing"
|
1970 |
-
msgstr "Facturation"
|
1971 |
-
|
1972 |
-
#: templates/account/billing.php38, templates/account/billing.php:38
|
1973 |
-
msgid "Business name"
|
1974 |
-
msgstr "Raison sociale"
|
1975 |
-
|
1976 |
-
#: templates/account/billing.php39, templates/account/billing.php:39
|
1977 |
-
msgid "Tax / VAT ID"
|
1978 |
-
msgstr "Code TVA"
|
1979 |
-
|
1980 |
-
#: templates/account/billing.php42, templates/account/billing.php42,
|
1981 |
-
#: templates/account/billing.php43, templates/account/billing.php:43
|
1982 |
-
msgid "Address Line %d"
|
1983 |
-
msgstr "Adresse ligne %d"
|
1984 |
-
|
1985 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1986 |
-
msgid "City"
|
1987 |
-
msgstr "Ville"
|
1988 |
-
|
1989 |
-
#: templates/account/billing.php46, templates/account/billing.php:46
|
1990 |
-
msgid "Town"
|
1991 |
-
msgstr "Ville"
|
1992 |
-
|
1993 |
-
#: templates/account/billing.php47, templates/account/billing.php:47
|
1994 |
-
msgid "ZIP / Postal Code"
|
1995 |
-
msgstr "Code postal"
|
1996 |
-
|
1997 |
-
#: templates/account/billing.php:302
|
1998 |
-
msgid "Country"
|
1999 |
-
msgstr "Pays"
|
2000 |
-
|
2001 |
-
#: templates/account/billing.php:304
|
2002 |
-
msgid "Select Country"
|
2003 |
-
msgstr "Choisir le pays"
|
2004 |
-
|
2005 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2006 |
-
msgid "State"
|
2007 |
-
msgstr "État"
|
2008 |
-
|
2009 |
-
#: templates/account/billing.php311, templates/account/billing.php:312
|
2010 |
-
msgid "Province"
|
2011 |
-
msgstr "Région"
|
2012 |
-
|
2013 |
-
#: templates/account/payments.php:29
|
2014 |
-
msgid "Payments"
|
2015 |
-
msgstr "Paiements"
|
2016 |
-
|
2017 |
-
#: templates/account/payments.php:36
|
2018 |
-
msgid "Date"
|
2019 |
-
msgstr "Date"
|
2020 |
-
|
2021 |
-
#: templates/account/payments.php:37
|
2022 |
-
msgid "Amount"
|
2023 |
-
msgstr "Montant"
|
2024 |
-
|
2025 |
-
#: templates/account/payments.php38, templates/account/payments.php:50
|
2026 |
-
msgid "Invoice"
|
2027 |
-
msgstr "Facture"
|
2028 |
-
|
2029 |
-
#: templates/debug/api-calls.php:56
|
2030 |
-
msgid "API"
|
2031 |
-
msgstr "API"
|
2032 |
-
|
2033 |
-
#: templates/debug/api-calls.php:68
|
2034 |
-
msgid "Method"
|
2035 |
-
msgstr "Méthode"
|
2036 |
-
|
2037 |
-
#: templates/debug/api-calls.php:69
|
2038 |
-
msgid "Code"
|
2039 |
-
msgstr "Code"
|
2040 |
-
|
2041 |
-
#: templates/debug/api-calls.php:70
|
2042 |
-
msgid "Length"
|
2043 |
-
msgstr "Longueur"
|
2044 |
-
|
2045 |
-
#: templates/debug/api-calls.php:71
|
2046 |
-
msgctxt "as file/folder path"
|
2047 |
-
msgid "Path"
|
2048 |
-
msgstr "Chemin"
|
2049 |
-
|
2050 |
-
#: templates/debug/api-calls.php:73
|
2051 |
-
msgid "Body"
|
2052 |
-
msgstr "Body"
|
2053 |
-
|
2054 |
-
#: templates/debug/api-calls.php:75
|
2055 |
-
msgid "Result"
|
2056 |
-
msgstr "Résultat"
|
2057 |
-
|
2058 |
-
#: templates/debug/api-calls.php:76
|
2059 |
-
msgid "Start"
|
2060 |
-
msgstr "Début"
|
2061 |
-
|
2062 |
-
#: templates/debug/api-calls.php:77
|
2063 |
-
msgid "End"
|
2064 |
-
msgstr "Fin"
|
2065 |
-
|
2066 |
-
#: templates/debug/logger.php:15
|
2067 |
-
msgid "Log"
|
2068 |
-
msgstr "Log"
|
2069 |
-
|
2070 |
-
#. translators: %s: time period (e.g. In "2 hours")
|
2071 |
-
#: templates/debug/plugins-themes-sync.php18,
|
2072 |
-
#: templates/debug/scheduled-crons.php:91
|
2073 |
-
msgid "In %s"
|
2074 |
-
msgstr "Dans %s"
|
2075 |
-
|
2076 |
-
#. translators: %s: time period (e.g. "2 hours" ago)
|
2077 |
-
#: templates/debug/plugins-themes-sync.php20,
|
2078 |
-
#: templates/debug/scheduled-crons.php:93
|
2079 |
-
msgid "%s ago"
|
2080 |
-
msgstr "Il y a %s"
|
2081 |
-
|
2082 |
-
#: templates/debug/plugins-themes-sync.php21,
|
2083 |
-
#: templates/debug/scheduled-crons.php:74
|
2084 |
-
msgctxt "seconds"
|
2085 |
-
msgid "sec"
|
2086 |
-
msgstr "sec"
|
2087 |
-
|
2088 |
-
#: templates/debug/plugins-themes-sync.php:23
|
2089 |
-
msgid "Plugins & Themes Sync"
|
2090 |
-
msgstr "Synchronisation des plugin et des thèmes"
|
2091 |
-
|
2092 |
-
#: templates/debug/plugins-themes-sync.php:28
|
2093 |
-
msgid "Total"
|
2094 |
-
msgstr "Total"
|
2095 |
-
|
2096 |
-
#: templates/debug/plugins-themes-sync.php29,
|
2097 |
-
#: templates/debug/scheduled-crons.php:84
|
2098 |
-
msgid "Last"
|
2099 |
-
msgstr "Dernier"
|
2100 |
-
|
2101 |
-
#: templates/debug/scheduled-crons.php:76
|
2102 |
-
msgid "Scheduled Crons"
|
2103 |
-
msgstr "Crons programmés"
|
2104 |
-
|
2105 |
-
#: templates/debug/scheduled-crons.php:81
|
2106 |
-
msgid "Module"
|
2107 |
-
msgstr "Module"
|
2108 |
-
|
2109 |
-
#: templates/debug/scheduled-crons.php:82
|
2110 |
-
msgid "Module Type"
|
2111 |
-
msgstr "Type de module"
|
2112 |
-
|
2113 |
-
#: templates/debug/scheduled-crons.php:83
|
2114 |
-
msgid "Cron Type"
|
2115 |
-
msgstr "Type de Cron"
|
2116 |
-
|
2117 |
-
#: templates/debug/scheduled-crons.php:85
|
2118 |
-
msgid "Next"
|
2119 |
-
msgstr "Suivant"
|
2120 |
-
|
2121 |
-
#: templates/forms/affiliation.php:82
|
2122 |
-
msgid "Non-expiring"
|
2123 |
-
msgstr "Sans expiration"
|
2124 |
-
|
2125 |
-
#: templates/forms/affiliation.php:85
|
2126 |
-
msgid "Apply to become an affiliate"
|
2127 |
-
msgstr "Postuler pour devenir un affilié"
|
2128 |
-
|
2129 |
-
#: templates/forms/affiliation.php:104
|
2130 |
-
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
|
2131 |
-
msgstr "Votre dossier d'affiliation pour %s a été accepté ! Identifiez-vous dans votre espace affilié sur : %s."
|
2132 |
-
|
2133 |
-
#: templates/forms/affiliation.php:119
|
2134 |
-
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."
|
2135 |
-
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."
|
2136 |
-
|
2137 |
-
#: templates/forms/affiliation.php:122
|
2138 |
-
msgid "Your affiliation account was temporarily suspended."
|
2139 |
-
msgstr "Votre compte affilié a été suspendu temporairement."
|
2140 |
-
|
2141 |
-
#: templates/forms/affiliation.php:125
|
2142 |
-
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."
|
2143 |
-
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."
|
2144 |
-
|
2145 |
-
#: templates/forms/affiliation.php:128
|
2146 |
-
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
|
2147 |
-
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."
|
2148 |
-
|
2149 |
-
#: templates/forms/affiliation.php:141
|
2150 |
-
msgid "Like the %s? Become our ambassador and earn cash ;-)"
|
2151 |
-
msgstr "Vous aimez %s ? Devenez notre ambassadeur et gagnez du cash ;-)"
|
2152 |
-
|
2153 |
-
#: templates/forms/affiliation.php:142
|
2154 |
-
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
|
2155 |
-
msgstr "Parrainez des nouveaux clients pour notre %s et gagnez une commission de %s sur chaque vente réussie que vous affiliez."
|
2156 |
-
|
2157 |
-
#: templates/forms/affiliation.php:145
|
2158 |
-
msgid "Program Summary"
|
2159 |
-
msgstr "Sommaire du programme"
|
2160 |
-
|
2161 |
-
#: templates/forms/affiliation.php:147
|
2162 |
-
msgid "%s commission when a customer purchases a new license."
|
2163 |
-
msgstr "Commission de %s quand un client achète une nouvelle licence."
|
2164 |
-
|
2165 |
-
#: templates/forms/affiliation.php:149
|
2166 |
-
msgid "Get commission for automated subscription renewals."
|
2167 |
-
msgstr "Obtenez des commissions pour les renouvellements automatiques d'abonnement."
|
2168 |
-
|
2169 |
-
#: templates/forms/affiliation.php:152
|
2170 |
-
msgid "%s tracking cookie after the first visit to maximize earnings potential."
|
2171 |
-
msgstr "Cookie de tracking de %s après la première visite pour maximiser les potentiels de gain."
|
2172 |
-
|
2173 |
-
#: templates/forms/affiliation.php:155
|
2174 |
-
msgid "Unlimited commissions."
|
2175 |
-
msgstr "Commissions illimitées."
|
2176 |
-
|
2177 |
-
#: templates/forms/affiliation.php:157
|
2178 |
-
msgid "%s minimum payout amount."
|
2179 |
-
msgstr "Montant de paiement minimum %s."
|
2180 |
-
|
2181 |
-
#: templates/forms/affiliation.php:158
|
2182 |
-
msgid "Payouts are in USD and processed monthly via PayPal."
|
2183 |
-
msgstr "Les paiements se font en Dollars US et sont effectués mensuellement via PayPal."
|
2184 |
-
|
2185 |
-
#: templates/forms/affiliation.php:159
|
2186 |
-
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
|
2187 |
-
msgstr "Comme nous bloquons sur 30 jours pour les remboursements éventuels, seules sont payées les commissions de plus de 30 jours."
|
2188 |
-
|
2189 |
-
#: templates/forms/affiliation.php:162
|
2190 |
-
msgid "Affiliate"
|
2191 |
-
msgstr "Affiliation"
|
2192 |
-
|
2193 |
-
#: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
|
2194 |
-
msgid "Email address"
|
2195 |
-
msgstr "Adresse email"
|
2196 |
-
|
2197 |
-
#: templates/forms/affiliation.php:169
|
2198 |
-
msgid "Full name"
|
2199 |
-
msgstr "Nom complet"
|
2200 |
-
|
2201 |
-
#: templates/forms/affiliation.php:173
|
2202 |
-
msgid "PayPal account email address"
|
2203 |
-
msgstr "Adresse email du compte PayPal"
|
2204 |
-
|
2205 |
-
#: templates/forms/affiliation.php:177
|
2206 |
-
msgid "Where are you going to promote the %s?"
|
2207 |
-
msgstr "Où allez-vous faire la promotion du %s ? "
|
2208 |
-
|
2209 |
-
#: templates/forms/affiliation.php:179
|
2210 |
-
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
|
2211 |
-
msgstr "Indiquez l'adresse de votre site ou d'autres sites sur lesquels vous pensez faire la promotion du %s"
|
2212 |
-
|
2213 |
-
#: templates/forms/affiliation.php:181
|
2214 |
-
msgid "Add another domain"
|
2215 |
-
msgstr "Ajouter une autre adresse"
|
2216 |
-
|
2217 |
-
#: templates/forms/affiliation.php:185
|
2218 |
-
msgid "Extra Domains"
|
2219 |
-
msgstr "Adresses supplémentaires"
|
2220 |
-
|
2221 |
-
#: templates/forms/affiliation.php:186
|
2222 |
-
msgid "Extra domains where you will be marketing the product from."
|
2223 |
-
msgstr "Adresses supplémentaires depuis lesquelles vous ferez la promotion du produit."
|
2224 |
-
|
2225 |
-
#: templates/forms/affiliation.php:196
|
2226 |
-
msgid "Promotion methods"
|
2227 |
-
msgstr "Méthodes de promotion"
|
2228 |
-
|
2229 |
-
#: templates/forms/affiliation.php:199
|
2230 |
-
msgid "Social media (Facebook, Twitter, etc.)"
|
2231 |
-
msgstr "Réseaux sociaux (Facebook, Twitter, etc.)"
|
2232 |
-
|
2233 |
-
#: templates/forms/affiliation.php:203
|
2234 |
-
msgid "Mobile apps"
|
2235 |
-
msgstr "Applications mobiles"
|
2236 |
-
|
2237 |
-
#: templates/forms/affiliation.php:207
|
2238 |
-
msgid "Website, email, and social media statistics (optional)"
|
2239 |
-
msgstr "Statistiques du site web, de l'adresse email et des réseaux sociaux (optionnel)"
|
2240 |
-
|
2241 |
-
#: templates/forms/affiliation.php:210
|
2242 |
-
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)."
|
2243 |
-
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)"
|
2244 |
-
|
2245 |
-
#: templates/forms/affiliation.php:214
|
2246 |
-
msgid "How will you promote us?"
|
2247 |
-
msgstr "Comment allez-vous faire de la promotion ?"
|
2248 |
-
|
2249 |
-
#: templates/forms/affiliation.php:217
|
2250 |
-
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
|
2251 |
-
msgstr "Merci d'indiquer en détail comment vous allez faire la promotion du %s (en étant aussi précis que possible)"
|
2252 |
-
|
2253 |
-
#: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
|
2254 |
-
msgid "Cancel"
|
2255 |
-
msgstr "Annuler"
|
2256 |
-
|
2257 |
-
#: templates/forms/affiliation.php:225
|
2258 |
-
msgid "Become an affiliate"
|
2259 |
-
msgstr "Devenir un affilié"
|
2260 |
-
|
2261 |
-
#: templates/forms/license-activation.php:21
|
2262 |
-
msgid "Please enter the license key that you received in the email right after the purchase:"
|
2263 |
-
msgstr "Merci d'indiquer le code de licence que vous avez reçu par email juste après l'achat :"
|
2264 |
-
|
2265 |
-
#: templates/forms/license-activation.php:26
|
2266 |
-
msgid "Update License"
|
2267 |
-
msgstr "Mettre à jour la licence"
|
2268 |
-
|
2269 |
-
#: templates/forms/optout.php:30
|
2270 |
-
msgctxt "verb"
|
2271 |
-
msgid "Opt Out"
|
2272 |
-
msgstr "Désinscription"
|
2273 |
-
|
2274 |
-
#: templates/forms/optout.php:31
|
2275 |
-
msgctxt "verb"
|
2276 |
-
msgid "Opt In"
|
2277 |
-
msgstr "Inscription"
|
2278 |
-
|
2279 |
-
#: templates/forms/optout.php:33
|
2280 |
-
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."
|
2281 |
-
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."
|
2282 |
-
|
2283 |
-
#: templates/forms/optout.php:35
|
2284 |
-
msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
|
2285 |
-
msgstr "En cliquant \"Désincription\", nous n'enverrons plus d'informations de %s à %s."
|
2286 |
-
|
2287 |
-
#: templates/forms/premium-versions-upgrade-handler.php:40
|
2288 |
-
msgid "There is a new version of %s available."
|
2289 |
-
msgstr "Il y a une nouvelle version disponible de %s. "
|
2290 |
-
|
2291 |
-
#: templates/forms/premium-versions-upgrade-handler.php:41
|
2292 |
-
msgid " %s to access version %s security & feature updates, and support."
|
2293 |
-
msgstr "%s pour accéder aux mises à jour de sécurité et de fonctionnalités de la version %s, et au support."
|
2294 |
-
|
2295 |
-
#: templates/forms/premium-versions-upgrade-handler.php:54
|
2296 |
-
msgid "New Version Available"
|
2297 |
-
msgstr "Une nouvelle version est disponible"
|
2298 |
-
|
2299 |
-
#: templates/forms/premium-versions-upgrade-handler.php:75
|
2300 |
-
msgctxt "close a window"
|
2301 |
-
msgid "Dismiss"
|
2302 |
-
msgstr "Fermer"
|
2303 |
-
|
2304 |
-
#: templates/forms/resend-key.php:21
|
2305 |
-
msgid "Send License Key"
|
2306 |
-
msgstr "Envoyer le code de la licence"
|
2307 |
-
|
2308 |
-
#: templates/forms/resend-key.php:57
|
2309 |
-
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
|
2310 |
-
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."
|
2311 |
-
|
2312 |
-
#: templates/forms/subscription-cancellation.php:37
|
2313 |
-
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
|
2314 |
-
msgstr "Désactiver ou désinstaller le %s désactivera automatiquement la licence, que vous pourrez utiliser sur un autre site."
|
2315 |
-
|
2316 |
-
#: templates/forms/subscription-cancellation.php:47
|
2317 |
-
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?"
|
2318 |
-
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 ?"
|
2319 |
-
|
2320 |
-
#: templates/forms/subscription-cancellation.php:52
|
2321 |
-
msgid "license"
|
2322 |
-
msgstr "licence"
|
2323 |
-
|
2324 |
-
#: templates/forms/subscription-cancellation.php:57
|
2325 |
-
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."
|
2326 |
-
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."
|
2327 |
-
|
2328 |
-
#: templates/forms/subscription-cancellation.php:68
|
2329 |
-
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
|
2330 |
-
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."
|
2331 |
-
|
2332 |
-
#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
|
2333 |
-
#. subscription'
|
2334 |
-
#: templates/forms/subscription-cancellation.php99,
|
2335 |
-
#: templates/account/partials/addon.php29,
|
2336 |
-
#: templates/account/partials/site.php:298
|
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/forms/subscription-cancellation.php:103
|
2341 |
-
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."
|
2342 |
-
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."
|
2343 |
-
|
2344 |
-
#: templates/forms/subscription-cancellation.php:136
|
2345 |
-
msgid "Cancel %s?"
|
2346 |
-
msgstr "Annuler %s ?"
|
2347 |
-
|
2348 |
-
#: templates/forms/subscription-cancellation.php:143
|
2349 |
-
msgid "Proceed"
|
2350 |
-
msgstr "Poursuivre"
|
2351 |
-
|
2352 |
-
#: templates/forms/subscription-cancellation.php191,
|
2353 |
-
#: templates/forms/deactivation/form.php:171
|
2354 |
-
msgid "Cancel %s & Proceed"
|
2355 |
-
msgstr "Annuler %s et poursuivre"
|
2356 |
-
|
2357 |
-
#: templates/forms/trial-start.php:22
|
2358 |
-
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
|
2359 |
-
msgstr "Vous êtes à 1 clic de commencer votre période d'essai gratuite de %1$s jours de la formule %2$s."
|
2360 |
-
|
2361 |
-
#: templates/forms/trial-start.php:28
|
2362 |
-
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."
|
2363 |
-
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."
|
2364 |
-
|
2365 |
-
#: templates/js/style-premium-theme.php:39
|
2366 |
-
msgid "Premium"
|
2367 |
-
msgstr "Premium"
|
2368 |
-
|
2369 |
-
#: templates/js/style-premium-theme.php:42
|
2370 |
-
msgid "Beta"
|
2371 |
-
msgstr "Beta"
|
2372 |
-
|
2373 |
-
#: templates/partials/network-activation.php:27
|
2374 |
-
msgid "Activate license on all sites in the network."
|
2375 |
-
msgstr "Activer la licence sur tous les sites du réseau."
|
2376 |
-
|
2377 |
-
#: templates/partials/network-activation.php:28
|
2378 |
-
msgid "Apply on all sites in the network."
|
2379 |
-
msgstr "Effectuer sur tous les sites dans le réseau."
|
2380 |
-
|
2381 |
-
#: templates/partials/network-activation.php:31
|
2382 |
-
msgid "Activate license on all pending sites."
|
2383 |
-
msgstr "Activer la licence sur tous les sites en attente."
|
2384 |
-
|
2385 |
-
#: templates/partials/network-activation.php:32
|
2386 |
-
msgid "Apply on all pending sites."
|
2387 |
-
msgstr "Activer sur tous les sites en attente."
|
2388 |
-
|
2389 |
-
#: templates/partials/network-activation.php40,
|
2390 |
-
#: templates/partials/network-activation.php:74
|
2391 |
-
msgid "allow"
|
2392 |
-
msgstr "autoriser"
|
2393 |
-
|
2394 |
-
#: templates/partials/network-activation.php43,
|
2395 |
-
#: templates/partials/network-activation.php:77
|
2396 |
-
msgid "delegate"
|
2397 |
-
msgstr "déléguer"
|
2398 |
-
|
2399 |
-
#: templates/partials/network-activation.php47,
|
2400 |
-
#: templates/partials/network-activation.php:81
|
2401 |
-
msgid "skip"
|
2402 |
-
msgstr "passer"
|
2403 |
-
|
2404 |
-
#: templates/plugin-info/description.php72,
|
2405 |
-
#: templates/plugin-info/screenshots.php:31
|
2406 |
-
msgid "Click to view full-size screenshot %d"
|
2407 |
-
msgstr "Cliquez pour voir la capture d'écran %d en pleine taille"
|
2408 |
-
|
2409 |
-
#: templates/plugin-info/features.php:56
|
2410 |
-
msgid "Unlimited Updates"
|
2411 |
-
msgstr "Mises à jour illimitées"
|
2412 |
-
|
2413 |
-
#: templates/account/partials/activate-license-button.php:46
|
2414 |
-
msgid "Localhost"
|
2415 |
-
msgstr "Localhost"
|
2416 |
-
|
2417 |
-
#: templates/account/partials/activate-license-button.php:50
|
2418 |
-
msgctxt "as 5 licenses left"
|
2419 |
-
msgid "%s left"
|
2420 |
-
msgstr "%s restante(s)"
|
2421 |
-
|
2422 |
-
#: templates/account/partials/activate-license-button.php:51
|
2423 |
-
msgid "Last license"
|
2424 |
-
msgstr "Dernière licence"
|
2425 |
-
|
2426 |
-
#: templates/account/partials/addon.php:167
|
2427 |
-
msgid "Cancelled"
|
2428 |
-
msgstr "Annulé"
|
2429 |
-
|
2430 |
-
#: templates/account/partials/addon.php:177
|
2431 |
-
msgid "No expiration"
|
2432 |
-
msgstr "Pas d'expiration"
|
2433 |
-
|
2434 |
-
#: templates/account/partials/site.php:181
|
2435 |
-
msgid "Owner Name"
|
2436 |
-
msgstr "Nom du propriétaire"
|
2437 |
-
|
2438 |
-
#: templates/account/partials/site.php:193
|
2439 |
-
msgid "Owner Email"
|
2440 |
-
msgstr "Email du propriétaire"
|
2441 |
-
|
2442 |
-
#: templates/account/partials/site.php:205
|
2443 |
-
msgid "Owner ID"
|
2444 |
-
msgstr "ID du propriétaire"
|
2445 |
-
|
2446 |
-
#: templates/account/partials/site.php:270
|
2447 |
-
msgid "Subscription"
|
2448 |
-
msgstr "Inscription"
|
2449 |
-
|
2450 |
-
#: templates/forms/deactivation/contact.php:19
|
2451 |
-
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
|
2452 |
-
msgstr "Désolé pour le dérangement et nous sommes là pour vous aider si vous nous le permettez."
|
2453 |
-
|
2454 |
-
#: templates/forms/deactivation/contact.php:22
|
2455 |
-
msgid "Contact Support"
|
2456 |
-
msgstr "Contacter l'Assistance"
|
2457 |
-
|
2458 |
-
#: templates/forms/deactivation/form.php:64
|
2459 |
-
msgid "Anonymous feedback"
|
2460 |
-
msgstr "Commentaire anonyme"
|
2461 |
-
|
2462 |
-
#: templates/forms/deactivation/form.php:70
|
2463 |
-
msgid "Deactivate"
|
2464 |
-
msgstr "Désactiver"
|
2465 |
-
|
2466 |
-
#: templates/forms/deactivation/form.php:72
|
2467 |
-
msgid "Activate %s"
|
2468 |
-
msgstr "Activer %s"
|
2469 |
-
|
2470 |
-
#: templates/forms/deactivation/form.php:87
|
2471 |
-
msgid "Quick Feedback"
|
2472 |
-
msgstr "Commentaires rapides"
|
2473 |
-
|
2474 |
-
#: templates/forms/deactivation/form.php:91
|
2475 |
-
msgid "If you have a moment, please let us know why you are %s"
|
2476 |
-
msgstr "Si vous avez un instant, merci de nous indiquer pourquoi %s"
|
2477 |
-
|
2478 |
-
#: templates/forms/deactivation/form.php:91
|
2479 |
-
msgid "deactivating"
|
2480 |
-
msgstr "Désactivation"
|
2481 |
-
|
2482 |
-
#: templates/forms/deactivation/form.php:91
|
2483 |
-
msgid "switching"
|
2484 |
-
msgstr "Changement"
|
2485 |
-
|
2486 |
-
#: templates/forms/deactivation/form.php:365
|
2487 |
-
msgid "Submit & %s"
|
2488 |
-
msgstr "Envoyer & %s"
|
2489 |
-
|
2490 |
-
#: templates/forms/deactivation/form.php:386
|
2491 |
-
msgid "Kindly tell us the reason so we can improve."
|
2492 |
-
msgstr "S'il vous plait, dites nous pourquoi afin que nous puissions nous améliorer."
|
2493 |
-
|
2494 |
-
#: templates/forms/deactivation/form.php:511
|
2495 |
-
msgid "Yes - %s"
|
2496 |
-
msgstr "Oui - %s"
|
2497 |
-
|
2498 |
-
#: templates/forms/deactivation/form.php:518
|
2499 |
-
msgid "Skip & %s"
|
2500 |
-
msgstr "Passer & %s"
|
2501 |
-
|
2502 |
-
#: templates/forms/deactivation/retry-skip.php:21
|
2503 |
-
msgid "Click here to use the plugin anonymously"
|
2504 |
-
msgstr "Cliquer ici pour utiliser le plugin anonymement"
|
2505 |
-
|
2506 |
-
#: templates/forms/deactivation/retry-skip.php:23
|
2507 |
-
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
|
2508 |
-
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."
|
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-06-05 13:40+0000\n"
|
11 |
+
"Last-Translator: Boris Colombier <transifex.com@wba.fr>\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.php1838, templates/account.php:769
|
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:1845
|
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:2053
|
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:2055
|
37 |
+
msgid "Error"
|
38 |
+
msgstr "Erreur"
|
39 |
+
|
40 |
+
#: includes/class-freemius.php:2445
|
41 |
+
msgid "I found a better %s"
|
42 |
+
msgstr "J'ai trouvé un meilleur %s"
|
43 |
+
|
44 |
+
#: includes/class-freemius.php:2447
|
45 |
+
msgid "What's the %s's name?"
|
46 |
+
msgstr "Quel est le nom du %s ?"
|
47 |
+
|
48 |
+
#: includes/class-freemius.php:2453
|
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:2455
|
53 |
+
msgid "Deactivation"
|
54 |
+
msgstr "Désactivation"
|
55 |
+
|
56 |
+
#: includes/class-freemius.php:2456
|
57 |
+
msgid "Theme Switch"
|
58 |
+
msgstr "Changement de Thème"
|
59 |
+
|
60 |
+
#: includes/class-freemius.php2465, templates/forms/resend-key.php:24
|
61 |
+
msgid "Other"
|
62 |
+
msgstr "Autre"
|
63 |
+
|
64 |
+
#: includes/class-freemius.php:2473
|
65 |
+
msgid "I no longer need the %s"
|
66 |
+
msgstr "Je n'ai plus besoin du %s"
|
67 |
+
|
68 |
+
#: includes/class-freemius.php:2480
|
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:2486
|
73 |
+
msgid "The %s broke my site"
|
74 |
+
msgstr "Le %s a cassé mon site"
|
75 |
+
|
76 |
+
#: includes/class-freemius.php:2493
|
77 |
+
msgid "The %s suddenly stopped working"
|
78 |
+
msgstr "Le %s a soudainement arrêté de fonctionner"
|
79 |
+
|
80 |
+
#: includes/class-freemius.php:2503
|
81 |
+
msgid "I can't pay for it anymore"
|
82 |
+
msgstr "Je ne peux plus payer pour ça"
|
83 |
+
|
84 |
+
#: includes/class-freemius.php:2505
|
85 |
+
msgid "What price would you feel comfortable paying?"
|
86 |
+
msgstr "Quel prix seriez-vous prêt à payer ?"
|
87 |
+
|
88 |
+
#: includes/class-freemius.php:2511
|
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:2532
|
93 |
+
msgid "The %s didn't work"
|
94 |
+
msgstr "Le %s n'a pas fonctionné"
|
95 |
+
|
96 |
+
#: includes/class-freemius.php:2542
|
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:2550
|
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:2552
|
105 |
+
msgid "What feature?"
|
106 |
+
msgstr "Quelle fonctionnalité ?"
|
107 |
+
|
108 |
+
#: includes/class-freemius.php:2556
|
109 |
+
msgid "The %s is not working"
|
110 |
+
msgstr "Le %s ne fonctionne pas"
|
111 |
+
|
112 |
+
#: includes/class-freemius.php:2558
|
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:2562
|
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:2564
|
121 |
+
msgid "What you've been looking for?"
|
122 |
+
msgstr "Que recherchez-vous ?"
|
123 |
+
|
124 |
+
#: includes/class-freemius.php:2568
|
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:2570
|
129 |
+
msgid "What did you expect?"
|
130 |
+
msgstr "À quoi vous attendiez-vous ?"
|
131 |
+
|
132 |
+
#: includes/class-freemius.php3425, templates/debug.php:20
|
133 |
+
msgid "Freemius Debug"
|
134 |
+
msgstr "Débuggage Freemius"
|
135 |
+
|
136 |
+
#: includes/class-freemius.php:4177
|
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:4179
|
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:4186
|
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:4291
|
149 |
+
msgid "Yes - do your thing"
|
150 |
+
msgstr "Oui - allez-y"
|
151 |
+
|
152 |
+
#: includes/class-freemius.php:4296
|
153 |
+
msgid "No - just deactivate"
|
154 |
+
msgstr "Non - désactivation seulement"
|
155 |
+
|
156 |
+
#: includes/class-freemius.php4341, includes/class-freemius.php4850,
|
157 |
+
#: includes/class-freemius.php5999, includes/class-freemius.php12682,
|
158 |
+
#: includes/class-freemius.php16045, includes/class-freemius.php16133,
|
159 |
+
#: includes/class-freemius.php16299, includes/class-freemius.php18758,
|
160 |
+
#: includes/class-freemius.php18768, includes/class-freemius.php19404,
|
161 |
+
#: includes/class-freemius.php20277, includes/class-freemius.php20392,
|
162 |
+
#: includes/class-freemius.php20536, templates/add-ons.php:54
|
163 |
+
msgctxt "exclamation"
|
164 |
+
msgid "Oops"
|
165 |
+
msgstr "Oups"
|
166 |
+
|
167 |
+
#: includes/class-freemius.php:4410
|
168 |
+
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."
|
169 |
+
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."
|
170 |
+
|
171 |
+
#: includes/class-freemius.php:4847
|
172 |
+
msgctxt "addonX cannot run without pluginY"
|
173 |
+
msgid "%s cannot run without %s."
|
174 |
+
msgstr "%s ne peut pas fonctionner sans %s."
|
175 |
+
|
176 |
+
#: includes/class-freemius.php:4848
|
177 |
+
msgctxt "addonX cannot run..."
|
178 |
+
msgid "%s cannot run without the plugin."
|
179 |
+
msgstr "%s ne peut pas fonctionner sans le plugin."
|
180 |
+
|
181 |
+
#: includes/class-freemius.php5020, includes/class-freemius.php5045,
|
182 |
+
#: includes/class-freemius.php:19475
|
183 |
+
msgid "Unexpected API error. Please contact the %s's author with the following error."
|
184 |
+
msgstr "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui indiquant l'erreur."
|
185 |
+
|
186 |
+
#: includes/class-freemius.php:5687
|
187 |
+
msgid "Premium %s version was successfully activated."
|
188 |
+
msgstr "La version premium de %s a été activée avec succès."
|
189 |
+
|
190 |
+
#: includes/class-freemius.php5699, includes/class-freemius.php:7567
|
191 |
+
msgctxt ""
|
192 |
+
msgid "W00t"
|
193 |
+
msgstr "Génial"
|
194 |
+
|
195 |
+
#: includes/class-freemius.php:5714
|
196 |
+
msgid "You have a %s license."
|
197 |
+
msgstr "Vous avez une license pour %s."
|
198 |
+
|
199 |
+
#: includes/class-freemius.php5718, includes/class-freemius.php15466,
|
200 |
+
#: includes/class-freemius.php15477, includes/class-freemius.php18669,
|
201 |
+
#: includes/class-freemius.php18999, includes/class-freemius.php19065,
|
202 |
+
#: includes/class-freemius.php:19229
|
203 |
+
msgctxt "interjection expressing joy or exuberance"
|
204 |
+
msgid "Yee-haw"
|
205 |
+
msgstr "Youpi"
|
206 |
+
|
207 |
+
#: includes/class-freemius.php:5982
|
208 |
+
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."
|
209 |
+
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."
|
210 |
+
|
211 |
+
#: includes/class-freemius.php:5986
|
212 |
+
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
|
213 |
+
msgstr "%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin."
|
214 |
+
|
215 |
+
#: includes/class-freemius.php5995, templates/add-ons.php130,
|
216 |
+
#: templates/account/partials/addon.php:343
|
217 |
+
msgid "More information about %s"
|
218 |
+
msgstr "Plus d'informations à propos de %s"
|
219 |
+
|
220 |
+
#: includes/class-freemius.php:5996
|
221 |
+
msgid "Purchase License"
|
222 |
+
msgstr "Acheter une licence"
|
223 |
+
|
224 |
+
#: includes/class-freemius.php6931, templates/connect.php:163
|
225 |
+
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."
|
226 |
+
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."
|
227 |
+
|
228 |
+
#: includes/class-freemius.php:6935
|
229 |
+
msgid "start the trial"
|
230 |
+
msgstr "commencer la période d'essai"
|
231 |
+
|
232 |
+
#: includes/class-freemius.php6936, templates/connect.php:167
|
233 |
+
msgid "complete the install"
|
234 |
+
msgstr "compléter l'installation"
|
235 |
+
|
236 |
+
#: includes/class-freemius.php:7049
|
237 |
+
msgid "You are just one step away - %s"
|
238 |
+
msgstr "Il ne reste qu'une étape - %s"
|
239 |
+
|
240 |
+
#: includes/class-freemius.php:7052
|
241 |
+
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
|
242 |
+
msgid "Complete \"%s\" Activation Now"
|
243 |
+
msgstr "Compléter \"%s\" Activer Maintenant"
|
244 |
+
|
245 |
+
#: includes/class-freemius.php:7130
|
246 |
+
msgid "We made a few tweaks to the %s, %s"
|
247 |
+
msgstr "Nous avons fait quelques modifications au %s, %s"
|
248 |
+
|
249 |
+
#: includes/class-freemius.php:7134
|
250 |
+
msgid "Opt in to make \"%s\" better!"
|
251 |
+
msgstr "Inscrivez-vous pour améliorer \"%s\" !"
|
252 |
+
|
253 |
+
#: includes/class-freemius.php:7566
|
254 |
+
msgid "The upgrade of %s was successfully completed."
|
255 |
+
msgstr "La mise à jour du %s s'est terminée avec succès "
|
256 |
+
|
257 |
+
#: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
|
258 |
+
#: includes/class-fs-plugin-updater.php1170,
|
259 |
+
#: includes/class-fs-plugin-updater.php1177,
|
260 |
+
#: templates/auto-installation.php:32
|
261 |
+
msgid "Add-On"
|
262 |
+
msgstr "Add-On"
|
263 |
+
|
264 |
+
#: includes/class-freemius.php9730, templates/account.php313,
|
265 |
+
#: templates/account.php321, templates/debug.php361, templates/debug.php:522
|
266 |
+
msgid "Plugin"
|
267 |
+
msgstr "Plugin"
|
268 |
+
|
269 |
+
#: includes/class-freemius.php9731, templates/account.php314,
|
270 |
+
#: templates/account.php322, templates/debug.php361, templates/debug.php522,
|
271 |
+
#: templates/forms/deactivation/form.php:71
|
272 |
+
msgid "Theme"
|
273 |
+
msgstr "Thème"
|
274 |
+
|
275 |
+
#: includes/class-freemius.php:12148
|
276 |
+
msgid "An unknown error has occurred while trying to set the user's beta mode."
|
277 |
+
msgstr "An unknown error has occurred while trying to set the user's beta mode."
|
278 |
+
|
279 |
+
#: includes/class-freemius.php:12549
|
280 |
+
msgid "Invalid site details collection."
|
281 |
+
msgstr "Récupération des détails du site non valide."
|
282 |
+
|
283 |
+
#: includes/class-freemius.php:12669
|
284 |
+
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
|
285 |
+
msgstr "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?"
|
286 |
+
|
287 |
+
#: includes/class-freemius.php:12671
|
288 |
+
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
|
289 |
+
msgstr "Nous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?"
|
290 |
+
|
291 |
+
#: includes/class-freemius.php:12945
|
292 |
+
msgid "Account is pending activation."
|
293 |
+
msgstr "Compte en cours d'activation."
|
294 |
+
|
295 |
+
#: includes/class-freemius.php13057,
|
296 |
+
#: templates/forms/premium-versions-upgrade-handler.php:47
|
297 |
+
msgid "Buy a license now"
|
298 |
+
msgstr "Acheter une licence maintenant"
|
299 |
+
|
300 |
+
#: includes/class-freemius.php13069,
|
301 |
+
#: templates/forms/premium-versions-upgrade-handler.php:46
|
302 |
+
msgid "Renew your license now"
|
303 |
+
msgstr "Renouvelez votre licence maintenant"
|
304 |
+
|
305 |
+
#: includes/class-freemius.php:13073
|
306 |
+
msgid "%s to access version %s security & feature updates, and support."
|
307 |
+
msgstr "%s pour permettre les mises à jour de sécurité et de fonctionnalités de la version %s, et le support."
|
308 |
+
|
309 |
+
#: includes/class-freemius.php:15448
|
310 |
+
msgid "%s activation was successfully completed."
|
311 |
+
msgstr "L'activation de %s s'est terminée avec succès."
|
312 |
+
|
313 |
+
#: includes/class-freemius.php:15462
|
314 |
+
msgid "Your account was successfully activated with the %s plan."
|
315 |
+
msgstr "Votre compte a été activé avec succès avec la formule %s."
|
316 |
+
|
317 |
+
#: includes/class-freemius.php15473, includes/class-freemius.php:19061
|
318 |
+
msgid "Your trial has been successfully started."
|
319 |
+
msgstr "Votre période d'essai a bien démarré."
|
320 |
+
|
321 |
+
#: includes/class-freemius.php16043, includes/class-freemius.php16131,
|
322 |
+
#: includes/class-freemius.php:16297
|
323 |
+
msgid "Couldn't activate %s."
|
324 |
+
msgstr "Impossible d'activer %s."
|
325 |
+
|
326 |
+
#: includes/class-freemius.php16044, includes/class-freemius.php16132,
|
327 |
+
#: includes/class-freemius.php:16298
|
328 |
+
msgid "Please contact us with the following message:"
|
329 |
+
msgstr "Merci de nous contacter avec le message suivant :"
|
330 |
+
|
331 |
+
#: includes/class-freemius.php:16128
|
332 |
+
msgid "An unknown error has occurred."
|
333 |
+
msgstr "An unknown error has occurred."
|
334 |
+
|
335 |
+
#: includes/class-freemius.php16655, includes/class-freemius.php:21409
|
336 |
+
msgid "Upgrade"
|
337 |
+
msgstr "Mise à jour"
|
338 |
+
|
339 |
+
#: includes/class-freemius.php:16661
|
340 |
+
msgid "Start Trial"
|
341 |
+
msgstr "Essai gratuit"
|
342 |
+
|
343 |
+
#: includes/class-freemius.php:16663
|
344 |
+
msgid "Pricing"
|
345 |
+
msgstr "Tarifs"
|
346 |
+
|
347 |
+
#: includes/class-freemius.php16742, includes/class-freemius.php:16744
|
348 |
+
msgid "Affiliation"
|
349 |
+
msgstr "Affiliation"
|
350 |
+
|
351 |
+
#: includes/class-freemius.php16772, includes/class-freemius.php16774,
|
352 |
+
#: templates/account.php177, templates/debug.php:326
|
353 |
+
msgid "Account"
|
354 |
+
msgstr "Compte"
|
355 |
+
|
356 |
+
#: includes/class-freemius.php16787, includes/class-freemius.php16789,
|
357 |
+
#: includes/customizer/class-fs-customizer-support-section.php:60
|
358 |
+
msgid "Contact Us"
|
359 |
+
msgstr "Contactez Nous"
|
360 |
+
|
361 |
+
#: includes/class-freemius.php16799, includes/class-freemius.php16801,
|
362 |
+
#: includes/class-freemius.php21423, templates/account.php105,
|
363 |
+
#: templates/account/partials/addon.php:45
|
364 |
+
msgid "Add-Ons"
|
365 |
+
msgstr "Add-Ons"
|
366 |
+
|
367 |
+
#: includes/class-freemius.php:16835
|
368 |
+
msgctxt "ASCII arrow left icon"
|
369 |
+
msgid "←"
|
370 |
+
msgstr "←"
|
371 |
+
|
372 |
+
#: includes/class-freemius.php:16835
|
373 |
+
msgctxt "ASCII arrow right icon"
|
374 |
+
msgid "➤"
|
375 |
+
msgstr "➤"
|
376 |
+
|
377 |
+
#: includes/class-freemius.php16837, templates/pricing.php:102
|
378 |
+
msgctxt "noun"
|
379 |
+
msgid "Pricing"
|
380 |
+
msgstr "Tarifs"
|
381 |
+
|
382 |
+
#: includes/class-freemius.php17050,
|
383 |
+
#: includes/customizer/class-fs-customizer-support-section.php:67
|
384 |
+
msgid "Support Forum"
|
385 |
+
msgstr "Forum de Support"
|
386 |
+
|
387 |
+
#: includes/class-freemius.php:17995
|
388 |
+
msgid "Your email has been successfully verified - you are AWESOME!"
|
389 |
+
msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
|
390 |
+
|
391 |
+
#: includes/class-freemius.php:17996
|
392 |
+
msgctxt "a positive response"
|
393 |
+
msgid "Right on"
|
394 |
+
msgstr "Directement"
|
395 |
+
|
396 |
+
#: includes/class-freemius.php:18660
|
397 |
+
msgid "Your %s Add-on plan was successfully upgraded."
|
398 |
+
msgstr "Votre Add-on %s a bien été mis à jour."
|
399 |
+
|
400 |
+
#: includes/class-freemius.php:18662
|
401 |
+
msgid "%s Add-on was successfully purchased."
|
402 |
+
msgstr "L'Add-on %s a bien été acheté."
|
403 |
+
|
404 |
+
#: includes/class-freemius.php:18665
|
405 |
+
msgid "Download the latest version"
|
406 |
+
msgstr "Télécharger la dernière version"
|
407 |
+
|
408 |
+
#: includes/class-freemius.php:18751
|
409 |
+
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|