Image Photo Gallery Final Tiles Grid - Version 3.4.14

Version Description

Download this release

Release Info

Developer GreenTreeLabs
Plugin Icon 128x128 Image Photo Gallery Final Tiles Grid
Version 3.4.14
Comparing to
See all releases

Code changes from version 3.4.12 to 3.4.14

Files changed (38) hide show
  1. FinalTilesGalleryLite.php +10 -8
  2. admin/add-gallery.php +4 -5
  3. admin/css/style.css +4 -0
  4. admin/include/edit-gallery.php +11 -1
  5. admin/overview.php +15 -3
  6. freemius/assets/css/admin/account.css +1 -1
  7. freemius/assets/css/admin/add-ons.css +2 -2
  8. freemius/assets/css/admin/common.css +1 -1
  9. freemius/assets/css/admin/connect.css +1 -1
  10. freemius/assets/css/admin/dialog-boxes.css +1 -1
  11. freemius/config.php +3 -3
  12. freemius/includes/class-freemius.php +1844 -355
  13. freemius/includes/class-fs-api.php +77 -38
  14. freemius/includes/class-fs-plugin-updater.php +164 -36
  15. freemius/includes/class-fs-storage.php +2 -0
  16. freemius/includes/entities/class-fs-payment.php +58 -0
  17. freemius/includes/entities/class-fs-plugin-license.php +22 -1
  18. freemius/includes/entities/class-fs-plugin-tag.php +12 -2
  19. freemius/includes/entities/class-fs-plugin.php +12 -0
  20. freemius/includes/entities/class-fs-site.php +4 -1
  21. freemius/includes/entities/class-fs-user.php +17 -0
  22. freemius/includes/fs-core-functions.php +35 -6
  23. freemius/includes/fs-plugin-info-dialog.php +557 -90
  24. freemius/includes/i18n.php +2 -2
  25. freemius/includes/managers/class-fs-admin-menu-manager.php +25 -14
  26. freemius/includes/managers/class-fs-option-manager.php +10 -3
  27. freemius/languages/freemius-da_DK.mo +0 -0
  28. freemius/languages/freemius-da_DK.po +924 -1189
  29. freemius/languages/freemius-en.mo +0 -0
  30. freemius/languages/freemius-en.po +860 -1449
  31. freemius/languages/freemius-es_ES.mo +0 -0
  32. freemius/languages/freemius-es_ES.po +951 -1456
  33. freemius/languages/freemius-fr_FR.mo +0 -0
  34. freemius/languages/freemius-fr_FR.po +957 -1490
  35. freemius/languages/freemius-he_IL.mo +0 -0
  36. freemius/languages/freemius-he_IL.po +944 -1405
  37. freemius/languages/freemius-hu_HU.mo +0 -0
  38. freemius/languages/freemius-hu_HU.po +476 -773
FinalTilesGalleryLite.php CHANGED
@@ -5,16 +5,18 @@
5
  * Plugin URI: https://www.final-tiles-gallery.com/wordpress
6
  * Description: Wordpress Plugin for creating responsive image galleries. By: GreenTreeLabs
7
  * Author: Green Tree Labs
8
- * Version: 3.4.12
9
  * Author URI: https://www.greentreelabs.net
10
  * Text Domain: final-tiles-grid-gallery-lite
11
  * Domain Path: /languages
12
  *
13
  *
14
  */
15
- define( "FTGVERSION", "3.4.12" );
16
  /*
17
  Changelog:
 
 
18
  3.4.12
19
  Fixed image drag and drop
20
  Fixed edit video
@@ -465,12 +467,12 @@ if ( !class_exists( 'FinalTiles_Gallery' ) ) {
465
  'hoverIconRotation' => 'F',
466
  'hoverRotation' => 0,
467
  'hoverZoom' => 100,
468
- 'imageSizeFactor' => 90,
469
  'imageSizeFactorCustom' => '',
470
- 'imageSizeFactorPhoneLandscape' => 60,
471
- 'imageSizeFactorPhonePortrait' => 50,
472
- 'imageSizeFactorTabletLandscape' => 80,
473
- 'imageSizeFactorTabletPortrait' => 70,
474
  'imagesOrder' => 'user',
475
  'layout' => 'final',
476
  'lazyLoad' => false,
@@ -492,7 +494,7 @@ if ( !class_exists( 'FinalTiles_Gallery' ) ) {
492
  'margin' => 10,
493
  'max_posts' => 0,
494
  'minTileWidth' => '250',
495
- 'mobileLightbox' => 'lightbox',
496
  'post_types' => '',
497
  'post_taxonomies' => '',
498
  'recentPostsCaption' => 'title',
5
  * Plugin URI: https://www.final-tiles-gallery.com/wordpress
6
  * Description: Wordpress Plugin for creating responsive image galleries. By: GreenTreeLabs
7
  * Author: Green Tree Labs
8
+ * Version: 3.4.13
9
  * Author URI: https://www.greentreelabs.net
10
  * Text Domain: final-tiles-grid-gallery-lite
11
  * Domain Path: /languages
12
  *
13
  *
14
  */
15
+ define( "FTGVERSION", "3.4.13" );
16
  /*
17
  Changelog:
18
+ 3.4.13
19
+ Updated Freemius SDK
20
  3.4.12
21
  Fixed image drag and drop
22
  Fixed edit video
467
  'hoverIconRotation' => 'F',
468
  'hoverRotation' => 0,
469
  'hoverZoom' => 100,
470
+ 'imageSizeFactor' => 30,
471
  'imageSizeFactorCustom' => '',
472
+ 'imageSizeFactorPhoneLandscape' => 30,
473
+ 'imageSizeFactorPhonePortrait' => 20,
474
+ 'imageSizeFactorTabletLandscape' => 30,
475
+ 'imageSizeFactorTabletPortrait' => 20,
476
  'imagesOrder' => 'user',
477
  'layout' => 'final',
478
  'lazyLoad' => false,
494
  'margin' => 10,
495
  'max_posts' => 0,
496
  'minTileWidth' => '250',
497
+ 'mobileLightbox' => 'lightbox2',
498
  'post_types' => '',
499
  'post_taxonomies' => '',
500
  'recentPostsCaption' => 'title',
admin/add-gallery.php CHANGED
@@ -174,7 +174,7 @@ _e( 'Choose the layout', 'final-tiles-grid-gallery-lite' );
174
  </select>
175
  </div>
176
  <div class="field">
177
- <h5><?php
178
  _e( 'Choose a default image size', 'final-tiles-grid-gallery-lite' );
179
  ?></h5>
180
  <select class="browser-default def_imgsize" name="def_imgsize">
@@ -183,7 +183,8 @@ foreach ( $this->list_thumbnail_sizes() as $size => $atts ) {
183
  print '<option value="' . $size . '">' . $size . " (" . implode( 'x', $atts ) . ")</option>";
184
  }
185
  ?>
186
- </select>
 
187
  </div>
188
  <div class="field select-images">
189
  <a class="button add-images">
@@ -258,8 +259,6 @@ _e( 'Close', 'final-tiles-grid-gallery-lite' );
258
  <script>
259
  jQuery(function (){
260
  var $ = jQuery;
261
- $(".def_imgsize").val("medium");
262
-
263
- $()
264
  });
265
  </script>
174
  </select>
175
  </div>
176
  <div class="field">
177
+ <!--<h5><?php
178
  _e( 'Choose a default image size', 'final-tiles-grid-gallery-lite' );
179
  ?></h5>
180
  <select class="browser-default def_imgsize" name="def_imgsize">
183
  print '<option value="' . $size . '">' . $size . " (" . implode( 'x', $atts ) . ")</option>";
184
  }
185
  ?>
186
+ </select>-->
187
+ <input type="hidden" name="def_imgsize" id="def_imgsize" value="large">
188
  </div>
189
  <div class="field select-images">
190
  <a class="button add-images">
259
  <script>
260
  jQuery(function (){
261
  var $ = jQuery;
262
+ //$(".def_imgsize").val("large");
 
 
263
  });
264
  </script>
admin/css/style.css CHANGED
@@ -1088,4 +1088,8 @@ padding: 10px;
1088
  }
1089
  .field-row:hover .field-help {
1090
  opacity: .8;
 
 
 
 
1091
  }
1088
  }
1089
  .field-row:hover .field-help {
1090
  opacity: .8;
1091
+ }
1092
+ .no-thank-you {
1093
+ float: right;
1094
+ margin-top: 7px;
1095
  }
admin/include/edit-gallery.php CHANGED
@@ -140,7 +140,7 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g
140
  <select class="current-image-size browser-default">
141
  <?php
142
  foreach ( $this->list_thumbnail_sizes() as $size => $atts ) {
143
- print '<option ' . (( $size == 'medium' ? 'selected' : '' )) . ' value="' . $size . '">' . $size . " (" . implode( 'x', $atts ) . ")</option>";
144
  }
145
  ?>
146
  </select>
@@ -973,6 +973,16 @@ _e( 'FAQ', 'final-tiles-grid-gallery-lite' );
973
  <ul class="collapsible gallery-actions">
974
  <li>
975
  <div class="collapsible-header"><?php
 
 
 
 
 
 
 
 
 
 
976
  _e( 'How to add a link to a picture?', 'final-tiles-grid-gallery-lite' );
977
  ?> <svg class="components-panel__arrow" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"></path></g></svg></div>
978
  <div class="collapsible-body">
140
  <select class="current-image-size browser-default">
141
  <?php
142
  foreach ( $this->list_thumbnail_sizes() as $size => $atts ) {
143
+ print '<option ' . (( $size == 'large' ? 'selected' : '' )) . ' value="' . $size . '">' . $size . " (" . implode( 'x', $atts ) . ")</option>";
144
  }
145
  ?>
146
  </select>
973
  <ul class="collapsible gallery-actions">
974
  <li>
975
  <div class="collapsible-header"><?php
976
+ _e( 'How can I change the grid on mobile?', 'final-tiles-grid-gallery-lite' );
977
+ ?> <svg class="components-panel__arrow" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"></path></g></svg></div>
978
+ <div class="collapsible-body">
979
+ <p><?php
980
+ _e( 'You can customize the aspect of your galleries for any device. Find the options "Image size factor" into the "Advanced" section. Set a lower value to make images smaller and a higher value to make images larger.' );
981
+ ?></p>
982
+ </div>
983
+ </li>
984
+ <li>
985
+ <div class="collapsible-header"><?php
986
  _e( 'How to add a link to a picture?', 'final-tiles-grid-gallery-lite' );
987
  ?> <svg class="components-panel__arrow" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"></path></g></svg></div>
988
  <div class="collapsible-body">
admin/overview.php CHANGED
@@ -101,7 +101,7 @@
101
  </table>
102
  </div>
103
  <div class="col s3">
104
- <?php if ( ftg_fs()->is_not_paying() ) : ?>
105
  <ul class="collapsible gallery-actions">
106
  <li class="active">
107
  <div class="collapsible-header"><?php _e('Upgrade', 'final-tiles-grid-gallery-lite') ?>: <?php _e('unlock features', 'final-tiles-grid-gallery-lite') ?></div>
@@ -121,6 +121,19 @@
121
  </div>
122
  </li>
123
  </ul>
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  <?php endif ?>
125
  <ul class="collapsible gallery-actions">
126
  <li class="active">
@@ -131,8 +144,7 @@
131
  <a href="?page=ftg-add-gallery" class="button components-button is-primary"><?php _e('Add gallery', 'final-tiles-grid-gallery-lite')?></a>
132
  </div>
133
  </li>
134
- </ul>
135
-
136
  </div>
137
 
138
  </div>
101
  </table>
102
  </div>
103
  <div class="col s3">
104
+ <?php if (ftg_fs()->is_not_paying() ) : ?>
105
  <ul class="collapsible gallery-actions">
106
  <li class="active">
107
  <div class="collapsible-header"><?php _e('Upgrade', 'final-tiles-grid-gallery-lite') ?>: <?php _e('unlock features', 'final-tiles-grid-gallery-lite') ?></div>
121
  </div>
122
  </li>
123
  </ul>
124
+ <?php endif ?>
125
+ <?php if (ftg_fs()->is_paying() && false) : ?>
126
+ <ul class="collapsible gallery-actions">
127
+ <li class="active">
128
+ <div class="collapsible-header">
129
+ <?php _e('Redeem your coupon', 'final-tiles-grid-gallery-lite')?>
130
+ </div>
131
+ <div class="collapsible-body">
132
+ <a href="?page=ftg-add-gallery" class="button components-button is-primary"><?php _e('Add gallery', 'final-tiles-grid-gallery-lite')?></a>
133
+ <a href="#" class="no-thank-you"><?php _e('No, thank you', 'final-tiles-grid-gallery-lite') ?></a>
134
+ </div>
135
+ </li>
136
+ </ul>
137
  <?php endif ?>
138
  <ul class="collapsible gallery-actions">
139
  <li class="active">
144
  <a href="?page=ftg-add-gallery" class="button components-button is-primary"><?php _e('Add gallery', 'final-tiles-grid-gallery-lite')?></a>
145
  </div>
146
  </li>
147
+ </ul>
 
148
  </div>
149
 
150
  </div>
freemius/assets/css/admin/account.css CHANGED
@@ -1 +1 @@
1
- #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}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_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 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-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{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:772px !important}#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}@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
- .theme-browser .theme .fs-premium-theme-badge{position:absolute;top:10px;right:0;background:#71ae00;color:#fff;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);font-size:1.1em}#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 #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}#multisite_options_container{margin-top:10px;border:1px solid #ccc;padding:5px}#multisite_options_container a{text-decoration:none}#multisite_options_container a:focus{box-shadow:none}#multisite_options_container a.selected{font-weight:bold}#multisite_options_container.apply-on-all-sites{border:0 none;padding:0}#multisite_options_container.apply-on-all-sites #all_sites_options{border-spacing:0}#multisite_options_container.apply-on-all-sites #all_sites_options td:not(:first-child){display:none}#multisite_options_container #sites_list_container{display:none;overflow:auto}#multisite_options_container #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.license_key{width:100%}#license_options_container table,#license_options_container table select,#license_options_container table #available_license_key{width:100%}#license_options_container table td:first-child{width:1%}#license_options_container table #other_license_key_container label{position:relative;top:6px;float:left;margin-right:5px}#license_options_container table #other_license_key_container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}#license_options_container table #other_license_key_container div input{margin:0}#sites_list_container td{cursor:pointer}#multisite_options_container{margin-top:10px;border:1px solid #ccc;padding:5px}#multisite_options_container a{text-decoration:none}#multisite_options_container a:focus{box-shadow:none}#multisite_options_container a.selected{font-weight:bold}#multisite_options_container.apply-on-all-sites{border:0 none;padding:0}#multisite_options_container.apply-on-all-sites #all_sites_options{border-spacing:0}#multisite_options_container.apply-on-all-sites #all_sites_options td:not(:first-child){display:none}#multisite_options_container #sites_list_container{display:none;overflow:auto}#multisite_options_container #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
@@ -204,7 +204,7 @@
204
  #--------------------------------------------------------------------------------
205
 
206
  if ( ! defined( 'WP_FS__API_ADDRESS_LOCALHOST' ) ) {
207
- define( 'WP_FS__API_ADDRESS_LOCALHOST', 'http://api.freemius:8080' );
208
  }
209
  if ( ! defined( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST' ) ) {
210
  define( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST', 'http://sandbox-api.freemius:8080' );
@@ -351,8 +351,8 @@
351
  */
352
  if ( ! defined( 'WP_FS__IS_NETWORK_ADMIN' ) ) {
353
  define( 'WP_FS__IS_NETWORK_ADMIN',
354
- is_network_admin() ||
355
- ( is_multisite() &&
356
  ( ( defined( 'DOING_AJAX' ) && DOING_AJAX &&
357
  ( isset( $_REQUEST['_fs_network_admin'] ) /*||
358
  ( ! empty( $_REQUEST['action'] ) && 'delete-plugin' === $_REQUEST['action'] )*/ )
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' );
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'] )*/ )
freemius/includes/class-freemius.php CHANGED
@@ -399,9 +399,11 @@
399
  $this->_is_multisite_integrated &&
400
  // Themes are always network activated, but the ACTUAL activation is per site.
401
  $this->is_plugin() &&
402
- ( is_plugin_active_for_network( $this->_plugin_basename ) ||
403
- // Plugin network level activation or uninstall.
404
- is_plugin_inactive( $this->_plugin_basename ) )
 
 
405
  );
406
 
407
  $this->_storage->set_network_active(
@@ -409,6 +411,17 @@
409
  $this->is_delegated_connection()
410
  );
411
 
 
 
 
 
 
 
 
 
 
 
 
412
  #region Migration
413
 
414
  if ( is_multisite() ) {
@@ -493,6 +506,188 @@
493
  $this->_version_updates_handler();
494
  }
495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
496
  /**
497
  * Checks whether this module has a settings menu.
498
  *
@@ -1275,9 +1470,7 @@
1275
  add_filter( 'site_transient_update_plugins', array( 'Freemius', '_remove_fs_updates_from_plugin_install_page' ), 10, 2 );
1276
  } else if ( self::is_plugins_page() || self::is_updates_page() ) {
1277
  /**
1278
- * On the "Plugins" and "Updates" admin pages, if there are premium or non–org-compliant
1279
- * plugins, modify their details dialog URLs (add a Freemius-specific param) so that the SDK can
1280
- * determine if the plugin information dialog should show information from Freemius.
1281
  *
1282
  * @author Leo Fajardo (@leorw)
1283
  * @since 2.2.3
@@ -1408,6 +1601,7 @@
1408
 
1409
  add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
1410
  add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
 
1411
 
1412
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1413
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
@@ -1467,7 +1661,7 @@
1467
  static function _remove_fs_updates_from_plugin_install_page( $updates, $transient = null ) {
1468
  if ( is_object( $updates ) && isset( $updates->response ) ) {
1469
  foreach ( $updates->response as $file => $plugin ) {
1470
- if ( false !== strpos( $plugin->package, 'api.freemius' ) ) {
1471
  unset( $updates->response[ $file ] );
1472
  }
1473
  }
@@ -1530,6 +1724,122 @@
1530
  <?php
1531
  }
1532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1533
  /**
1534
  * Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
1535
  * could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
@@ -1655,7 +1965,7 @@
1655
  // Try to load the cached value of the file path.
1656
  if ( isset( $this->_storage->plugin_main_file ) ) {
1657
  $plugin_main_file = $this->_storage->plugin_main_file;
1658
- if ( isset( $plugin_main_file->path ) ) {
1659
  $absolute_path = $this->get_absolute_path( $plugin_main_file->path );
1660
  if ( file_exists( $absolute_path ) ) {
1661
  return $absolute_path;
@@ -1676,7 +1986,7 @@
1676
  if ( ! $is_init ) {
1677
  // Fetch prev path cache.
1678
  if ( isset( $this->_storage->plugin_main_file ) &&
1679
- isset( $this->_storage->plugin_main_file->prev_path )
1680
  ) {
1681
  $absolute_path = $this->get_absolute_path( $this->_storage->plugin_main_file->prev_path );
1682
  if ( file_exists( $absolute_path ) ) {
@@ -1780,7 +2090,7 @@
1780
  $store_option = true;
1781
  }
1782
 
1783
- if ( ! isset( $id_slug_type_path_map[ $module_id ]['path'] ) ||
1784
  /**
1785
  * This verification is for cases when suddenly the same module
1786
  * is installed but with a different folder name.
@@ -1844,6 +2154,7 @@
1844
  $caller_map = array();
1845
  $module_type = WP_FS__MODULE_TYPE_PLUGIN;
1846
  $themes_dir = fs_normalize_path( get_theme_root( get_stylesheet() ) );
 
1847
 
1848
  for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
1849
  if ( empty( $bt[ $i ]['file'] ) ) {
@@ -1869,12 +2180,46 @@
1869
  'activate_plugin'
1870
  ) )
1871
  ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1872
  // Ignore call stack hooks and files inclusion.
1873
  continue;
1874
  }
1875
 
1876
  $caller_file_path = fs_normalize_path( $bt[ $i ]['file'] );
1877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1878
  if ( 'functions.php' === basename( $caller_file_path ) ) {
1879
  /**
1880
  * 1. Assumes that theme's starting execution file is functions.php.
@@ -1934,50 +2279,84 @@
1934
  *
1935
  * @author Vova Feldman (@svovaf)
1936
  * @author Leo Fajardo (@leorw)
 
1937
  * @since 1.1.2
1938
  */
1939
  function _add_deactivation_feedback_dialog_box() {
1940
- /* Check the type of user:
1941
- * 1. Long-term (long-term)
1942
- * 2. Non-registered and non-anonymous short-term (non-registered-and-non-anonymous-short-term).
1943
- * 3. Short-term (short-term)
1944
- */
1945
- $is_long_term_user = true;
1946
-
1947
- // Check if the site is at least 2 days old.
1948
- $time_installed = $this->_storage->install_timestamp;
1949
 
1950
- // Difference in seconds.
1951
- $date_diff = time() - $time_installed;
 
 
 
 
 
 
 
 
 
 
1952
 
1953
- // Convert seconds to days.
1954
- $date_diff_days = floor( $date_diff / ( 60 * 60 * 24 ) );
1955
 
1956
- if ( $date_diff_days < 2 ) {
1957
- $is_long_term_user = false;
 
 
 
 
1958
  }
1959
 
1960
- $is_long_term_user = $this->apply_filters( 'is_long_term_user', $is_long_term_user );
1961
 
1962
- if ( $is_long_term_user ) {
1963
- $user_type = 'long-term';
1964
- } else {
1965
- if ( ! $this->is_registered() && ! $this->is_anonymous() ) {
1966
- $user_type = 'non-registered-and-non-anonymous-short-term';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1967
  } else {
1968
- $user_type = 'short-term';
 
 
 
 
1969
  }
1970
- }
1971
 
1972
- $uninstall_reasons = $this->_get_uninstall_reasons( $user_type );
1973
 
1974
- // Load the HTML template for the deactivation feedback dialog box.
1975
- $vars = array(
1976
- 'reasons' => $uninstall_reasons,
1977
- 'id' => $this->_module_id
1978
- );
 
1979
 
1980
  /**
 
 
1981
  * @todo Deactivation form core functions should be loaded only once! Otherwise, when there are multiple Freemius powered plugins the same code is loaded multiple times. The only thing that should be loaded differently is the various deactivation reasons object based on the state of the plugin.
1982
  */
1983
  fs_require_template( 'forms/deactivation/form.php', $vars );
@@ -2484,12 +2863,14 @@
2484
  function is_site_activation_mode( $and_on = true ) {
2485
  return (
2486
  ( $this->is_on() || ! $and_on ) &&
2487
- ( $this->is_premium() && true === $this->_storage->require_license_activation ) ||
2488
  (
2489
- ( ! $this->is_registered() ||
2490
- ( $this->is_only_premium() && ! $this->has_features_enabled_license() ) ) &&
2491
- ( ! $this->is_enable_anonymous() ||
2492
- ( ! $this->is_anonymous() && ! $this->is_pending_activation() ) )
 
 
 
2493
  )
2494
  );
2495
  }
@@ -2621,17 +3002,47 @@
2621
  $active_basenames = get_option( 'active_plugins' );
2622
  }
2623
 
 
 
 
 
2624
  if ( is_multisite() ) {
2625
  $network_active_basenames = get_site_option( 'active_sitewide_plugins' );
2626
 
2627
  if ( is_array( $network_active_basenames ) && ! empty( $network_active_basenames ) ) {
2628
- $active_basenames = array_merge( $active_basenames, $network_active_basenames );
2629
  }
2630
  }
2631
 
2632
  return $active_basenames;
2633
  }
2634
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2635
  /**
2636
  * Get collection of all active plugins. Including network activated plugins.
2637
  *
@@ -2879,6 +3290,18 @@
2879
  add_action( 'admin_footer', array( 'Freemius', '_enrich_ajax_url' ) );
2880
  add_action( 'admin_footer', array( 'Freemius', '_open_support_forum_in_new_page' ) );
2881
 
 
 
 
 
 
 
 
 
 
 
 
 
2882
 
2883
  self::$_statics_loaded = true;
2884
  }
@@ -3475,7 +3898,10 @@
3475
  $key = fs_strip_url_protocol( get_site_url( $blog_id ) );
3476
 
3477
  $secure_auth = SECURE_AUTH_KEY;
3478
- if ( empty( $secure_auth ) || false !== strpos( $secure_auth, ' ' ) ) {
 
 
 
3479
  // Protect against default auth key.
3480
  $secure_auth = md5( microtime() );
3481
  }
@@ -4372,9 +4798,31 @@
4372
 
4373
  return;
4374
  } else {
4375
- if ( $this->_parent->is_registered() && ! $this->is_registered() ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4376
  // If parent plugin activated, automatically install add-on for the user.
4377
- $this->_activate_addon_account( $this->_parent );
 
 
 
 
 
4378
  } else if ( ! $this->_parent->is_registered() && $this->is_registered() ) {
4379
  // If add-on activated and parent not, automatically install parent for the user.
4380
  $this->activate_parent_account( $this->_parent );
@@ -4480,14 +4928,18 @@
4480
  private function should_use_freemius_updater_and_dialog() {
4481
  return (
4482
  /**
4483
- * Unless the `fs_allow_updater_and_dialog` URL param exists and its value is `true`, disallow updater
4484
- * and dialog on the "Add Plugins" admin page (/plugin-install.php) so that they won't interfere with
4485
- * the .org plugins' functionalities on that page (e.g. installation and viewing plugin details from
4486
- * .org).
 
4487
  */
4488
- ( ! self::is_plugin_install_page() || true === fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) &&
4489
- // Disallow updater and dialog when installing a plugin, otherwise .org "add-on" plugins will be affected.
4490
- ( 'install-plugin' !== fs_request_get( 'action' ) )
 
 
 
4491
  );
4492
  }
4493
 
@@ -4943,6 +5395,7 @@
4943
  'premium_suffix' => $premium_suffix,
4944
  'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
4945
  'affiliate_moderation' => $this->get_option( $plugin_info, 'has_affiliation' ),
 
4946
  ) );
4947
 
4948
  if ( $plugin->is_updated() ) {
@@ -4952,6 +5405,21 @@
4952
  // Set the secret key after storing the plugin, we don't want to store the key in the storage.
4953
  $this->_plugin->secret_key = $secret_key;
4954
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4955
  if ( ! isset( $plugin_info['menu'] ) ) {
4956
  $plugin_info['menu'] = array();
4957
 
@@ -6066,7 +6534,7 @@
6066
  }
6067
 
6068
  if ( is_multisite() ) {
6069
- $this->switch_to_blog( $current_blog_id );
6070
 
6071
  $this->do_action( "after_{$name}_cron_multisite" );
6072
  }
@@ -6146,6 +6614,8 @@
6146
  */
6147
  function _sync_cron_method( array $blog_ids, $current_blog_id = null ) {
6148
  if ( $this->is_registered() ) {
 
 
6149
  if ( $this->has_paid_plan() ) {
6150
  // Initiate background plan sync.
6151
  $this->_sync_license( true, false, $current_blog_id );
@@ -6486,10 +6956,10 @@
6486
  * @author Leo Fajardo (@leorw)
6487
  * @since 1.2.2
6488
  */
6489
- if ( $this->is_theme()
6490
- && ! $this->has_settings_menu()
6491
- && ! isset( $_REQUEST['fs_action'] )
6492
- && $this->can_activate_previous_theme()
6493
  ) {
6494
  if ( $this->is_only_premium() ) {
6495
  $this->activate_previous_theme();
@@ -6804,7 +7274,7 @@
6804
  foreach ( $plans_ids_to_keep as $plan_id ) {
6805
  $plan = self::_get_plan_by_id( $plan_id );
6806
  if ( is_object( $plan ) ) {
6807
- $plans_to_keep[] = $plan;
6808
  }
6809
  }
6810
  }
@@ -6973,44 +7443,48 @@
6973
  // Clear API cache on activation.
6974
  FS_Api::clear_cache();
6975
 
6976
- $is_premium_version_activation = ( current_filter() !== ( 'activate_' . $this->_free_plugin_basename ) );
 
 
6977
 
6978
  $this->_logger->info( 'Activating ' . ( $is_premium_version_activation ? 'premium' : 'free' ) . ' plugin version.' );
6979
 
6980
- // 1. If running in the activation of the FREE module, get the basename of the PREMIUM.
6981
- // 2. If running in the activation of the PREMIUM module, get the basename of the FREE.
6982
- $other_version_basename = $is_premium_version_activation ?
6983
- $this->_free_plugin_basename :
6984
- $this->premium_plugin_basename();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6985
 
6986
- if ( ! $this->_is_network_active ) {
6987
  /**
6988
- * During the activation, the plugin isn't yet active, therefore,
6989
- * _is_network_active will be set to false even if it's a network level
6990
- * activation. So we need to fix that by looking at the is_network_admin() value.
6991
  *
6992
- * @author Vova Feldman
 
 
 
 
6993
  */
6994
- $this->_is_network_active = (
6995
- $this->_is_multisite_integrated &&
6996
- // Themes are always network activated, but the ACTUAL activation is per site.
6997
- $this->is_plugin() &&
6998
- fs_is_network_admin()
6999
- );
7000
- }
7001
-
7002
- /**
7003
- * If the other module version is activate, deactivate it.
7004
- *
7005
- * is_plugin_active() checks if the plugin active on the site or the network level
7006
- * and deactivate_plugins() deactivates the plugin whether its activated on the site
7007
- * or network level.
7008
- *
7009
- * @author Leo Fajardo (@leorw)
7010
- * @since 1.2.2
7011
- */
7012
- if ( is_plugin_active( $other_version_basename ) ) {
7013
- deactivate_plugins( $other_version_basename );
7014
  }
7015
 
7016
  if ( $this->is_registered() ) {
@@ -7060,14 +7534,41 @@
7060
  }
7061
  }
7062
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7063
  if (
7064
  $is_premium_version_activation &&
7065
  (
7066
  ( ! $this->is_registered() && $this->is_anonymous() ) ||
7067
  (
7068
  $this->is_registered() &&
7069
- ! $this->is_trial() &&
7070
- ! $this->has_features_enabled_license()
7071
  )
7072
  )
7073
  ) {
@@ -7109,6 +7610,194 @@
7109
  $this->_storage->was_plugin_loaded = true;
7110
  }
7111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7112
  /**
7113
  * Delete account.
7114
  *
@@ -7166,6 +7855,7 @@
7166
 
7167
  // Clear all storage data.
7168
  $this->_storage->clear_all( true, array(
 
7169
  'connectivity_test',
7170
  'is_on',
7171
  ), false );
@@ -7521,7 +8211,7 @@
7521
  get_current_blog_id() == $network_or_blog_id ||
7522
  ( true === $network_or_blog_id && fs_is_network_admin() )
7523
  ) {
7524
- unset( $this->_is_anonymous );
7525
  }
7526
  }
7527
 
@@ -7985,16 +8675,18 @@
7985
  * @author Vova Feldman (@svovaf)
7986
  * @since 1.1.2
7987
  *
7988
- * @param string[] string $override
7989
- * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
7990
- * @param bool $include_themes Since 1.1.8 by default include plugin changes.
 
7991
  *
7992
  * @return array
7993
  */
7994
  private function get_install_data_for_api(
7995
  array $override,
7996
  $include_plugins = true,
7997
- $include_themes = true
 
7998
  ) {
7999
  if ( ! defined( 'WP_FS__TRACK_PLUGINS' ) || false !== WP_FS__TRACK_PLUGINS ) {
8000
  /**
@@ -8022,13 +8714,18 @@
8022
 
8023
  $versions = $this->get_versions();
8024
 
8025
- return array_merge( $versions, array(
 
 
 
 
 
 
 
 
 
8026
  'version' => $this->get_plugin_version(),
8027
  'is_premium' => $this->is_premium(),
8028
- 'language' => get_bloginfo( 'language' ),
8029
- 'charset' => get_bloginfo( 'charset' ),
8030
- 'title' => get_bloginfo( 'name' ),
8031
- 'url' => get_site_url(),
8032
  // Special params.
8033
  'is_active' => true,
8034
  'is_disconnected' => $this->is_tracking_prohibited(),
@@ -8796,6 +9493,18 @@
8796
  return $this->_plugin->id;
8797
  }
8798
 
 
 
 
 
 
 
 
 
 
 
 
 
8799
  /**
8800
  * @author Vova Feldman (@svovaf)
8801
  * @since 1.2.1.5
@@ -9539,6 +10248,176 @@
9539
  return false;
9540
  }
9541
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9542
  /**
9543
  * @author Vova Feldman (@svovaf)
9544
  * @since 2.0.0
@@ -10017,7 +10896,7 @@
10017
  * @return number[]
10018
  */
10019
  private function get_plans_ids_associated_with_installs() {
10020
- if ( ! $this->_is_network_active ) {
10021
  if ( ! is_object( $this->_site ) ||
10022
  ! FS_Plugin_Plan::is_valid_id( $this->_site->plan_id )
10023
  ) {
@@ -10152,24 +11031,11 @@
10152
  $all_licenses = $this->get_user_licenses( $this->_user->id );
10153
  }
10154
 
10155
- $foreign_licenses = array(
10156
- 'ids' => array(),
10157
- 'license_keys' => array()
10158
- );
10159
 
10160
  $all_licenses_map = array();
10161
  foreach ( $all_licenses as $license ) {
10162
  $all_licenses_map[ $license->id ] = true;
10163
- if ( $license->user_id == $this->_user->id || $license->id == $site_license_id ) {
10164
- continue;
10165
- }
10166
-
10167
- $foreign_licenses['ids'][] = $license->id;
10168
- $foreign_licenses['license_keys'][] = $license->secret_key;
10169
- }
10170
-
10171
- if ( empty( $foreign_licenses['ids'] ) ) {
10172
- $foreign_licenses = array();
10173
  }
10174
 
10175
  $licenses = $this->_fetch_licenses( false, $site_license_id, $foreign_licenses, $blog_id );
@@ -10901,7 +11767,7 @@
10901
  return true;
10902
  }
10903
 
10904
- return ( 1 === count( $this->_plans ) );
10905
  }
10906
 
10907
  /**
@@ -11025,11 +11891,13 @@
11025
  * @since 2.2.1
11026
  *
11027
  * @param bool $is_license_deactivation
 
 
11028
  */
11029
- function _maybe_add_subscription_cancellation_dialog_box( $is_license_deactivation = false ) {
11030
  if ( fs_is_network_admin() ) {
11031
  // Subscription cancellation dialog box is currently not supported for multisite networks.
11032
- return;
11033
  }
11034
 
11035
  $license = $this->_get_license();
@@ -11044,7 +11912,7 @@
11044
  $license->is_lifetime() ||
11045
  ( ! $license->is_single_site() && $license->activated > 1 )
11046
  ) {
11047
- return;
11048
  }
11049
 
11050
  /**
@@ -11052,17 +11920,15 @@
11052
  */
11053
  $subscription = $this->_get_subscription( $license->id );
11054
  if ( ! is_object( $subscription ) || ! $subscription->is_active() ) {
11055
- return;
11056
  }
11057
 
11058
- $vars = array(
11059
  'id' => $this->_module_id,
11060
  'license' => $license,
11061
  'has_trial' => $this->is_paid_trial(),
11062
  'is_license_deactivation' => $is_license_deactivation,
11063
  );
11064
-
11065
- fs_require_template( 'forms/subscription-cancellation.php', $vars );
11066
  }
11067
 
11068
  /**
@@ -11127,10 +11993,17 @@
11127
 
11128
  // Add license activation link and AJAX request handler.
11129
  if ( self::is_plugins_page() ) {
11130
- /**
11131
- * @since 1.2.0 Add license action link only on plugins page.
11132
- */
11133
- $this->_add_license_action_link();
 
 
 
 
 
 
 
11134
  }
11135
 
11136
  // Add license activation AJAX callback.
@@ -11161,34 +12034,173 @@
11161
 
11162
  /**
11163
  * @author Leo Fajardo (@leorw)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11164
  *
 
11165
  * @since 1.1.9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11166
  * @since 2.0.0 When a super-admin that hasn't connected before is network activating a license and excluding some of the sites for the license activation, go over the unselected sites in the network and if a site is not connected, skipped, nor delegated, if it's a freemium product then just skip the connection for the site, if it's a premium only product, delegate the connection and license activation to the site admin (Vova Feldman @svovaf).
 
 
 
 
 
 
 
 
 
 
 
11167
  */
11168
- function _activate_license_ajax_action() {
 
 
 
 
 
 
11169
  $this->_logger->entrance();
11170
-
11171
- $this->check_ajax_referer( 'activate_license' );
11172
 
11173
- $license_key = trim( fs_request_get( 'license_key' ) );
11174
 
11175
- if ( empty( $license_key ) ) {
11176
- exit;
 
11177
  }
11178
 
11179
- $plugin_id = fs_request_get( 'module_id', '', 'post' );
11180
- $fs = ( $plugin_id == $this->_module_id ) ?
11181
  $this :
11182
  $this->get_addon_instance( $plugin_id );
11183
 
11184
  $error = false;
11185
  $next_page = false;
11186
 
11187
- $sites = fs_is_network_admin() ?
11188
- fs_request_get( 'sites', array(), 'post' ) :
11189
- array();
11190
-
11191
- $blog_id = fs_request_get( 'blog_id' );
11192
  $has_valid_blog_id = is_numeric( $blog_id );
11193
 
11194
  if ( $fs->is_registered() ) {
@@ -11278,7 +12290,7 @@
11278
  false,
11279
  false,
11280
  false,
11281
- fs_request_get_bool( 'is_marketing_allowed', null ),
11282
  $sites
11283
  );
11284
 
@@ -11332,7 +12344,7 @@
11332
  }
11333
 
11334
  if ( ! empty( $pending_sites ) ) {
11335
- if ( $this->is_freemium() ) {
11336
  $this->skip_connection( $pending_sites );
11337
  } else {
11338
  $this->delegate_connection( $pending_sites );
@@ -11351,14 +12363,24 @@
11351
  );
11352
 
11353
  if ( false !== $error ) {
11354
- $result['error'] = $error;
11355
  } else {
 
 
 
 
 
 
 
 
 
 
 
 
11356
  $result['next_page'] = $next_page;
11357
  }
11358
 
11359
- echo json_encode( $result );
11360
-
11361
- exit;
11362
  }
11363
 
11364
  /**
@@ -11393,8 +12415,12 @@
11393
  $total_sites_to_delegate = count( $sites_by_action['delegate'] );
11394
 
11395
  $next_page = '';
 
 
 
11396
  if ( $total_sites === $total_sites_to_delegate &&
11397
- ! $this->is_network_upgrade_mode()
 
11398
  ) {
11399
  $this->delegate_connection();
11400
  } else {
@@ -11406,7 +12432,19 @@
11406
  $this->skip_connection( $sites_by_action['skip'] );
11407
  }
11408
 
11409
- if ( ! empty( $sites_by_action['allow'] ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
11410
  if ( ! $fs->is_registered() || ! $this->_is_network_active ) {
11411
  $next_page = $fs->opt_in(
11412
  false,
@@ -11993,11 +13031,11 @@
11993
  $params['trial'] = 'true';
11994
  }
11995
 
11996
- if ( $this->is_addon() ) {
11997
- return $this->_parent->addon_url( $this->_slug );
11998
- }
11999
 
12000
- return $this->_get_admin_page_url( 'pricing', $params );
12001
  }
12002
 
12003
  /**
@@ -12006,16 +13044,18 @@
12006
  * @author Vova Feldman (@svovaf)
12007
  * @since 1.0.6
12008
  *
12009
- * @param string $billing_cycle Billing cycle
12010
- * @param bool $is_trial
12011
- * @param array $extra (optional) Extra parameters, override other query params.
 
12012
  *
12013
  * @return string
12014
  */
12015
  function checkout_url(
12016
  $billing_cycle = WP_FS__PERIOD_ANNUALLY,
12017
  $is_trial = false,
12018
- $extra = array()
 
12019
  ) {
12020
  $this->_logger->entrance();
12021
 
@@ -12033,7 +13073,7 @@
12033
  */
12034
  $params = array_merge( $params, $extra );
12035
 
12036
- return $this->_get_admin_page_url( 'pricing', $params );
12037
  }
12038
 
12039
  /**
@@ -12042,10 +13082,11 @@
12042
  * @author Vova Feldman (@svovaf)
12043
  * @since 1.1.7
12044
  *
12045
- * @param number $addon_id
12046
- * @param number $pricing_id
12047
- * @param string $billing_cycle
12048
- * @param bool $is_trial
 
12049
  *
12050
  * @return string
12051
  */
@@ -12053,12 +13094,13 @@
12053
  $addon_id,
12054
  $pricing_id,
12055
  $billing_cycle = WP_FS__PERIOD_ANNUALLY,
12056
- $is_trial = false
 
12057
  ) {
12058
  return $this->checkout_url( $billing_cycle, $is_trial, array(
12059
  'plugin_id' => $addon_id,
12060
  'pricing_id' => $pricing_id,
12061
- ) );
12062
  }
12063
 
12064
  #endregion
@@ -12598,6 +13640,10 @@
12598
  * @return array Active & public sites collection.
12599
  */
12600
  static function get_sites() {
 
 
 
 
12601
  /**
12602
  * For consistency with get_blog_list() which only return active public sites.
12603
  *
@@ -12769,7 +13815,7 @@
12769
  * 'blog_id' => string The associated blog ID.
12770
  * }
12771
  */
12772
- private function find_first_install() {
12773
  $sites = self::get_sites();
12774
 
12775
  foreach ( $sites as $site ) {
@@ -13445,6 +14491,18 @@
13445
  ) );
13446
  }
13447
 
 
 
 
 
 
 
 
 
 
 
 
 
13448
  /* Logger
13449
  ------------------------------------------------------------------------------------------------------------------*/
13450
  /**
@@ -13670,8 +14728,9 @@
13670
  $this->get_install_by_blog_id();
13671
 
13672
  if ( fs_is_network_admin() &&
13673
- ! is_object( $site ) &&
13674
- FS_Site::is_valid_id( $this->_storage->network_install_blog_id )
 
13675
  ) {
13676
  $first_install = $this->find_first_install();
13677
 
@@ -13850,6 +14909,47 @@
13850
  return $versions;
13851
  }
13852
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13853
  /**
13854
  * @author Vova Feldman (@svovaf)
13855
  * @since 1.1.7.4
@@ -13895,18 +14995,7 @@
13895
 
13896
  if ( true === $network_level_or_blog_id ) {
13897
  if ( ! isset( $override_with['sites'] ) ) {
13898
- $params['sites'] = array();
13899
-
13900
- $sites = self::get_sites();
13901
-
13902
- foreach ( $sites as $site ) {
13903
- $blog_id = self::get_site_blog_id( $site );
13904
- if ( ! $this->is_site_delegated_connection( $blog_id ) &&
13905
- ! $this->is_installed_on_site( $blog_id )
13906
- ) {
13907
- $params['sites'][] = $this->get_site_info( $site );
13908
- }
13909
- }
13910
  }
13911
  } else {
13912
  $site = is_numeric( $network_level_or_blog_id ) ?
@@ -14266,71 +15355,10 @@
14266
  // If Freemius was OFF before, turn it on.
14267
  $this->turn_on();
14268
 
14269
- if ( ! $this->_is_network_active || ! $is_network_level_opt_in ) {
14270
- $this->_set_account( $user, $first_install );
14271
-
14272
- $this->do_action( 'after_account_connection', $user, $first_install );
14273
- } else {
14274
- $this->_store_user();
14275
-
14276
- // Map site addresses to their blog IDs.
14277
- $address_to_blog_map = $this->get_address_to_blog_map();
14278
-
14279
- $first_blog_id = null;
14280
- $blog_2_install_map = array();
14281
- foreach ( $installs as $install ) {
14282
- $address = trailingslashit( fs_strip_url_protocol( $install->url ) );
14283
- $blog_id = $address_to_blog_map[ $address ];
14284
-
14285
- $this->_store_site( true, $blog_id, $install );
14286
-
14287
- if ( is_null( $first_blog_id ) ) {
14288
- $first_blog_id = $blog_id;
14289
- }
14290
-
14291
- $blog_2_install_map[ $blog_id ] = $install;
14292
- }
14293
-
14294
- if ( ! FS_User::is_valid_id( $this->_storage->network_user_id ) ||
14295
- ! is_object( self::_get_user_by_id( $this->_storage->network_user_id ) )
14296
- ) {
14297
- // Store network user.
14298
- $this->_storage->network_user_id = $this->_user->id;
14299
- }
14300
-
14301
- if ( ! FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ) {
14302
- $this->_storage->network_install_blog_id = $first_blog_id;
14303
- }
14304
-
14305
- if ( count( $installs ) === count( $address_to_blog_map ) ) {
14306
- // Super-admin opted-in for all sites in the network.
14307
- $this->_storage->is_network_connected = true;
14308
- }
14309
-
14310
- $this->_store_licenses( false );
14311
-
14312
- self::$_accounts->store();
14313
-
14314
- // Don't sync the installs data on network upgrade
14315
- if ( ! $this->network_upgrade_mode_completed() ) {
14316
- $this->send_installs_update();
14317
- }
14318
-
14319
- // Switch install context back to the first install.
14320
- $this->_site = $first_install;
14321
-
14322
- $current_blog = get_current_blog_id();
14323
-
14324
- foreach ( $blog_2_install_map as $blog_id => $install ) {
14325
- $this->switch_to_blog( $blog_id );
14326
-
14327
- $this->do_action( 'after_account_connection', $user, $install );
14328
- }
14329
-
14330
- $this->switch_to_blog( $current_blog );
14331
-
14332
- $this->do_action( 'after_network_account_connection', $user, $blog_2_install_map );
14333
- }
14334
 
14335
  if ( is_numeric( $first_install->license_id ) ) {
14336
  $this->_license = $this->_get_license_by_id( $first_install->license_id );
@@ -14975,27 +16003,63 @@
14975
  * @author Vova Feldman (@svovaf)
14976
  * @since 1.0.6
14977
  *
14978
- * @param Freemius $parent_fs
 
14979
  */
14980
- private function _activate_addon_account( Freemius $parent_fs ) {
14981
  if ( $this->is_registered() ) {
14982
  // Already activated.
14983
  return;
14984
  }
14985
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14986
  // Activate add-on with parent plugin credentials.
14987
- $addon_install = $parent_fs->get_api_site_scope()->call(
14988
  "/addons/{$this->_plugin->id}/installs.json",
14989
  'post',
14990
- $this->get_install_data_for_api( array(
14991
- 'uid' => $this->get_anonymous_id(),
14992
- ), false, false )
14993
  );
14994
 
14995
- if ( isset( $addon_install->error ) ) {
 
 
 
 
14996
  $this->_admin_notices->add(
14997
  sprintf( $this->get_text_inline( 'Couldn\'t activate %s.', 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
14998
- $this->get_text_inline( 'Please contact us with the following message:', 'contact-us-with-error-message' ) . ' ' . '<b>' . $addon_install->error->message . '</b>',
14999
  $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
15000
  'error'
15001
  );
@@ -15003,27 +16067,131 @@
15003
  return;
15004
  }
15005
 
 
 
 
 
 
 
 
15006
  // Get user information based on parent's plugin.
15007
  $user = $parent_fs->get_user();
15008
 
15009
  // First of all, set site and user info - otherwise we won't
15010
  // be able to invoke API calls.
15011
- $this->_site = new FS_Site( $addon_install );
15012
  $this->_user = $user;
15013
 
15014
  // Sync add-on plans.
15015
  $this->_sync_plans();
15016
 
15017
- // Get site's current plan.
15018
- //$this->_site->plan = $this->_get_plan_by_id( $this->_site->plan->id );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15019
 
15020
- $this->_set_account( $user, $this->_site );
 
15021
 
15022
- // Sync licenses.
15023
- $this->_sync_licenses();
15024
 
15025
- // Try to activate premium license.
15026
- $this->_activate_license( true );
15027
  }
15028
 
15029
  /**
@@ -15140,6 +16308,8 @@
15140
  ! $this->is_registered()
15141
  );
15142
 
 
 
15143
  if ( ( ! $this->has_api_connectivity() && ! $this->is_enable_anonymous() ) ||
15144
  $should_hide_site_admin_settings
15145
  ) {
@@ -15346,12 +16516,18 @@
15346
  }
15347
 
15348
  if ( ! $this->_menu->has_menu() || $this->_menu->is_top_level() ) {
15349
- $this->_dynamically_added_top_level_page_hook_name = $this->_menu->add_page_and_update(
15350
- $this->get_plugin_name(),
15351
- $this->get_plugin_name(),
15352
- 'manage_options',
15353
- $this->_menu->has_menu() ? $this->_menu->get_slug() : $this->_slug
15354
- );
 
 
 
 
 
 
15355
  } else {
15356
  $this->_menu->add_subpage_and_update(
15357
  $this->_menu->get_parent_slug(),
@@ -15437,6 +16613,44 @@
15437
  );
15438
  }
15439
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15440
  /**
15441
  * Add default Freemius menu items.
15442
  *
@@ -15449,28 +16663,7 @@
15449
 
15450
  $is_activation_mode = $this->is_activation_mode();
15451
 
15452
- if ( $this->is_addon() ) {
15453
- // No submenu items for add-ons.
15454
- $add_submenu_items = false;
15455
- } else if ( $this->is_free_wp_org_theme() && ! fs_is_network_admin() ) {
15456
- // Also add submenu items when running in a free .org theme so the tabs will be visible.
15457
- $add_submenu_items = true;
15458
- } else if ( $is_activation_mode && ! $this->is_free_wp_org_theme() ) {
15459
- $add_submenu_items = false;
15460
- } else if ( fs_is_network_admin() ) {
15461
- /**
15462
- * Add submenu items to network level when plugin was network
15463
- * activated and the super-admin did NOT delegated the connection
15464
- * of all sites to site admins.
15465
- */
15466
- $add_submenu_items = (
15467
- $this->_is_network_active &&
15468
- ( WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED ||
15469
- ! $this->is_network_delegated_connection() )
15470
- );
15471
- } else {
15472
- $add_submenu_items = ( ! $this->_is_network_active || $this->is_delegated_connection() );
15473
- }
15474
 
15475
  if ( $add_submenu_items ) {
15476
  if ( $this->has_affiliate_program() ) {
@@ -16521,6 +17714,165 @@
16521
  self::$_accounts->set_option( 'account_addons', $all_addons, $store );
16522
  }
16523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16524
  /**
16525
  * Store account params in the Database.
16526
  *
@@ -16615,7 +17967,9 @@
16615
  $api = $this->get_api_site_scope();
16616
 
16617
  if ( ! is_numeric( $license_id ) ) {
16618
- $license_id = $this->_license->id;
 
 
16619
  }
16620
 
16621
  $result = $api->get( "/licenses/{$license_id}/subscriptions.json", true );
@@ -16722,7 +18076,7 @@
16722
  $plugin_id = $this->_plugin->id;
16723
  }
16724
 
16725
- $user_licenses_endpoint = "/plugins/{$plugin_id}/licenses.json";
16726
  if ( ! empty ( $foreign_licenses ) ) {
16727
  $foreign_licenses = array(
16728
  // Prefix with `+` to tell the server to include foreign licenses in the licenses collection.
@@ -16771,7 +18125,7 @@
16771
 
16772
  if ( is_numeric( $site_license_id ) ) {
16773
  // Try to retrieve a foreign license that is linked to the install.
16774
- $api_result = $api->call( '/licenses.json' );
16775
 
16776
  if ( $this->is_api_result_object( $api_result, 'licenses' ) &&
16777
  is_array( $api_result->licenses )
@@ -16784,7 +18138,17 @@
16784
  } else {
16785
  $api_errors[] = $api_result;
16786
  }
16787
- } else if ( is_object( $this->_license ) ) {
 
 
 
 
 
 
 
 
 
 
16788
  $is_license_in_result = false;
16789
  if ( ! empty( $result ) ) {
16790
  foreach ( $result as $license ) {
@@ -16798,7 +18162,7 @@
16798
  if ( ! $is_license_in_result ) {
16799
  // Fetch foreign license by ID and license key.
16800
  $license = $api->get( "/licenses/{$this->_license->id}.json?license_key=" .
16801
- urlencode( $this->_license->secret_key ) );
16802
 
16803
  if ( $this->is_api_result_entity( $license ) ) {
16804
  $result[] = new FS_Plugin_License( $license );
@@ -16867,7 +18231,15 @@
16867
  $plugin_id = $this->_plugin->id;
16868
  }
16869
 
16870
- $result = $api->get( "/plugins/{$plugin_id}/payments.json?include_addons=true", $flush );
 
 
 
 
 
 
 
 
16871
 
16872
  if ( ! isset( $result->error ) ) {
16873
  for ( $i = 0, $len = count( $result->payments ); $i < $len; $i ++ ) {
@@ -16937,15 +18309,24 @@
16937
  return false;
16938
  }
16939
 
 
 
16940
  // Check if version is actually newer.
16941
  $has_new_version =
16942
  // If it's an non-installed add-on then always return latest.
16943
  ( $this->_is_addon_id( $plugin_id ) && ! $this->is_addon_activated( $plugin_id ) ) ||
16944
  // Compare versions.
16945
- version_compare( $this->get_plugin_version(), $latest_tag->version, '<' );
16946
 
16947
  $this->_logger->departure( $has_new_version ? 'Found newer plugin version ' . $latest_tag->version : 'No new version' );
16948
 
 
 
 
 
 
 
 
16949
  return $has_new_version ? $latest_tag : false;
16950
  }
16951
 
@@ -17156,9 +18537,19 @@
17156
  if ( $this->is_addon_activated( $addon_id ) ) {
17157
  // If already installed, use add-on sync.
17158
  $fs_addon = self::get_instance_by_id( $addon_id );
17159
- $fs_addon->_sync_license( $background );
17160
 
17161
- return;
 
 
 
 
 
 
 
 
 
 
 
17162
  }
17163
 
17164
  // Validate add-on exists.
@@ -17287,9 +18678,12 @@
17287
  if ( ! self::$_global_admin_notices->has_sticky( 'api_blocked' ) ) {
17288
  self::$_global_admin_notices->add(
17289
  sprintf(
17290
- $this->get_text_x_inline( 'Your server is blocking the access to Freemius\' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s', '%1s - plugin title, %2s - API domain', 'server-blocking-access' ),
17291
  $this->get_plugin_name(),
17292
- '<a href="' . $api->get_url() . '" target="_blank">' . $api->get_url() . '</a>'
 
 
 
17293
  ) . '<br> ' . $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . var_export( $result->error, true ),
17294
  $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
17295
  'error',
@@ -17452,7 +18846,7 @@
17452
  $this->_store_licenses();
17453
 
17454
  $plan_change = $is_free ?
17455
- 'upgraded' :
17456
  ( is_object( $new_license ) ?
17457
  'changed' :
17458
  'downgraded' );
@@ -17480,6 +18874,18 @@
17480
  $this->_sync_site_subscription( $this->_license );
17481
  }
17482
  }
 
 
 
 
 
 
 
 
 
 
 
 
17483
  }
17484
 
17485
  $hmm_text = $this->get_text_x_inline( 'Hmm', 'something somebody says when they are thinking about what you have just said.', 'hmm' ) . '...';
@@ -17513,11 +18919,12 @@
17513
  }
17514
  break;
17515
  case 'upgraded':
 
17516
  $this->_admin_notices->add_sticky(
17517
- sprintf(
17518
- $this->get_text_inline( 'Your plan was successfully upgraded.', 'plan-upgraded-message' ),
17519
- '<i>' . $this->get_plugin_name() . '</i>'
17520
- ) . $this->get_complete_upgrade_instructions(),
17521
  'plan_upgraded',
17522
  $this->get_text_x_inline( 'Yee-haw', 'interjection expressing joy or exuberance', 'yee-haw' ) . '!'
17523
  );
@@ -17632,22 +19039,24 @@
17632
  *
17633
  * @param bool $background
17634
  */
17635
- protected function _activate_license( $background = false ) {
17636
  $this->_logger->entrance();
17637
 
17638
- $license_id = fs_request_get( 'license_id' );
 
17639
 
17640
- if ( is_object( $this->_site ) &&
17641
- FS_Plugin_License::is_valid_id( $license_id ) &&
17642
- $license_id == $this->_site->license_id
17643
- ) {
17644
- // License is already activated.
17645
- return;
17646
- }
17647
 
17648
- $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
17649
- $this->_get_license_by_id( $license_id ) :
17650
- $this->_get_available_premium_license();
 
17651
 
17652
  if ( ! is_object( $premium_license ) ) {
17653
  return;
@@ -17696,7 +19105,7 @@
17696
  }
17697
 
17698
  $api = $this->get_api_site_scope();
17699
- $license = $api->call( "/licenses/{$premium_license->id}.json", 'put', $api_request_params );
17700
 
17701
  if ( ! $this->is_api_result_entity( $license ) ) {
17702
  if ( ! $background ) {
@@ -17730,6 +19139,18 @@
17730
 
17731
  $this->_store_account();
17732
 
 
 
 
 
 
 
 
 
 
 
 
 
17733
  if ( ! $background ) {
17734
  $this->_admin_notices->add_sticky(
17735
  $this->get_text_inline( 'Your license was successfully activated.', 'license-activated-message' ) .
@@ -18132,6 +19553,8 @@
18132
 
18133
  if ( $this->has_secret_key() ) {
18134
  $endpoint = add_query_arg( 'type', 'all', $endpoint );
 
 
18135
  }
18136
 
18137
  return $endpoint;
@@ -18288,9 +19711,16 @@
18288
  function _get_invoice_api_url( $payment_id = false ) {
18289
  $this->_logger->entrance();
18290
 
18291
- return $this->get_api_user_scope()->get_signed_url(
18292
  "/payments/{$payment_id}/invoice.pdf"
18293
  );
 
 
 
 
 
 
 
18294
  }
18295
 
18296
  /**
@@ -18336,7 +19766,7 @@
18336
  $this->get_parent_instance() :
18337
  $this;
18338
 
18339
- return $fs->get_account_url( 'download_latest', $params );
18340
  }
18341
 
18342
  #endregion Download Plugin ------------------------------------------------------------------
@@ -18425,7 +19855,9 @@
18425
  if ( ! $flush && $api->is_cached( $path ) ) {
18426
  $addons = self::get_all_addons();
18427
 
18428
- return $addons[ $this->_plugin->id ];
 
 
18429
  }
18430
 
18431
  $result = $api->get( $path, $flush );
@@ -18661,7 +20093,7 @@
18661
  if ( ! isset( $result->error ) ) {
18662
  $this->_admin_notices->add( sprintf(
18663
  $this->get_text_inline( 'Verification mail was just sent to %s. If you can\'t find it after 5 min, please check your spam box.', 'verification-email-sent-message' ),
18664
- sprintf( '<a href="mailto:%1s">%2s</a>', esc_url( $this->_user->email ), $this->_user->email )
18665
  ) );
18666
  } else {
18667
  // handle different error cases.
@@ -18726,7 +20158,9 @@
18726
  ) {
18727
  $first_time_path = '';
18728
  } else {
18729
- $first_time_path = $this->_menu->get_first_time_path();
 
 
18730
  }
18731
 
18732
  if ( $this->_is_network_active &&
@@ -19371,7 +20805,8 @@
19371
  $user->id,
19372
  $user->public_key,
19373
  ! $this->is_live(),
19374
- $user->secret_key
 
19375
  );
19376
  }
19377
 
@@ -19399,7 +20834,8 @@
19399
  $user->id,
19400
  $user->public_key,
19401
  ! $this->is_live(),
19402
- $user->secret_key
 
19403
  );
19404
 
19405
  return $this->_user_api;
@@ -19424,7 +20860,8 @@
19424
  $this->_site->id,
19425
  $this->_site->public_key,
19426
  ! $this->is_live(),
19427
- $this->_site->secret_key
 
19428
  );
19429
  }
19430
 
@@ -19448,7 +20885,9 @@
19448
  'plugin',
19449
  $this->_plugin->id,
19450
  $this->_plugin->public_key,
19451
- ! $this->is_live()
 
 
19452
  );
19453
  }
19454
 
@@ -19488,6 +20927,10 @@
19488
  $plans = array( $plans );
19489
  }
19490
 
 
 
 
 
19491
  $this->_storage->has_trial_plan = FS_Plan_Manager::instance()->has_trial_plan( $plans );
19492
  }
19493
 
@@ -19865,7 +21308,33 @@
19865
  function _add_upgrade_action_link() {
19866
  $this->_logger->entrance();
19867
 
19868
- if ( ! $this->is_paying() && $this->has_paid_plan() ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19869
  $this->add_plugin_action_link(
19870
  $this->get_text_inline( 'Upgrade', 'upgrade' ),
19871
  $this->get_upgrade_url(),
@@ -19875,7 +21344,11 @@
19875
  );
19876
  }
19877
 
19878
- if ( $this->has_addons() ) {
 
 
 
 
19879
  $this->add_plugin_action_link(
19880
  $this->get_text_inline( 'Add-Ons', 'add-ons' ),
19881
  $this->_get_admin_page_url( 'addons' ),
@@ -19926,7 +21399,7 @@
19926
  }
19927
 
19928
  /**
19929
- * Adds "Opt in" or "Opt out" link to the main "Plugins" page link actions collection.
19930
  *
19931
  * @author Leo Fajardo (@leorw)
19932
  * @since 1.2.1.5
@@ -19938,13 +21411,19 @@
19938
 
19939
  $this->_logger->entrance();
19940
 
19941
- /**
19942
- * If the activation has been delegated to site admins, no tracking-related actions for now.
19943
- *
19944
- * @author Leo Fajardo (@leorw)
19945
- */
19946
- if ( $this->_is_network_active && $this->is_network_delegated_connection() ) {
19947
- return;
 
 
 
 
 
 
19948
  }
19949
 
19950
  if ( fs_request_is_action_secure( $this->get_unique_affix() . '_reconnect' ) ) {
@@ -19962,14 +21441,16 @@
19962
  return;
19963
  }
19964
 
19965
- if ( ! $this->is_enable_anonymous() ) {
19966
- // Don't allow to opt-out if anonymous mode is disabled.
19967
- return;
19968
- }
 
19969
 
19970
- if ( ! $this->is_free_plan() ) {
19971
- // Don't allow to opt-out if running in paid plan.
19972
- return;
 
19973
  }
19974
 
19975
  if ( $this->add_ajax_action( 'stop_tracking', array( &$this, '_stop_tracking_callback' ) ) ) {
@@ -19980,7 +21461,8 @@
19980
  return;
19981
  }
19982
 
19983
- $url = '#';
 
19984
 
19985
  if ( $this->is_registered() ) {
19986
  if ( $this->is_tracking_allowed() ) {
@@ -19990,7 +21472,10 @@
19990
  }
19991
 
19992
  add_action( 'admin_footer', array( &$this, '_add_optout_dialog' ) );
19993
- } else {
 
 
 
19994
  $link_text_id = $this->get_text_inline( 'Opt In', 'opt-in' );
19995
 
19996
  $params = ! $this->is_anonymous() ?
@@ -20003,7 +21488,7 @@
20003
  $url = $this->get_activation_url( $params );
20004
  }
20005
 
20006
- if ( $this->is_plugin() && self::is_plugins_page() ) {
20007
  $this->add_plugin_action_link(
20008
  $link_text_id,
20009
  $url,
@@ -20026,7 +21511,9 @@
20026
  $url = false;
20027
 
20028
  if ( ! $this->is_addon() || ! $this->has_free_plan() ) {
20029
- $first_time_path = $this->_menu->get_first_time_path();
 
 
20030
 
20031
  if ( $this->is_activation_mode() ) {
20032
  $url = $this->get_activation_url();
@@ -20214,8 +21701,8 @@
20214
  $premium_plugin_basename = $this->premium_plugin_basename();
20215
 
20216
  return sprintf(
20217
- /* translators: %1s: Product title; %2s: Plan title */
20218
- $this->get_text_inline( ' The paid version of %1s is already installed. Please activate it to start benefiting the %2s features. %3s', 'activate-premium-version' ),
20219
  sprintf( '<em>%s</em>', esc_html( $this->get_plugin_title() ) ),
20220
  $plan_title,
20221
  sprintf(
@@ -20245,7 +21732,7 @@
20245
  ) ),
20246
  $deactivation_step,
20247
  $this->get_text_inline( 'Upload and activate the downloaded version', 'upload-and-activate' ),
20248
- '//bit.ly/upload-wp-' . $this->_module_type . 's',
20249
  $this->get_text_inline( 'How to upload and activate?', 'howto-upload-activate' )
20250
  );
20251
  }
@@ -21228,7 +22715,9 @@
21228
  'plugin',
21229
  $user_plugin->id,
21230
  $user_plugin->public_key,
21231
- ! $user_plugin->is_live
 
 
21232
  );
21233
 
21234
  $addons_result = $plugin_api->get( '/addons.json?enriched=true', true );
@@ -21318,7 +22807,7 @@
21318
  '%s %s %s',
21319
  $thank_you,
21320
  $already_opted_in,
21321
- sprintf($this->get_text_inline( '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 🙂', 'due-to-gdpr-compliance-requirements' ), '<a href="https://eugdpr.org/" target="_blank" rel="noopener noreferrer">', '</a>') .
21322
  '<br><br>' .
21323
  '<b>' . $this->get_text_inline( "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:", 'contact-for-updates' ) . '</b>' .
21324
  $actions .
399
  $this->_is_multisite_integrated &&
400
  // Themes are always network activated, but the ACTUAL activation is per site.
401
  $this->is_plugin() &&
402
+ (
403
+ is_plugin_active_for_network( $this->_plugin_basename ) ||
404
+ // Plugin network level activation or uninstall.
405
+ ( fs_is_network_admin() && is_plugin_inactive( $this->_plugin_basename ) )
406
+ )
407
  );
408
 
409
  $this->_storage->set_network_active(
411
  $this->is_delegated_connection()
412
  );
413
 
414
+ if ( ! isset( $this->_storage->is_network_activated ) ) {
415
+ $this->_storage->is_network_activated = $this->_is_network_active;
416
+ }
417
+
418
+ if ( $this->_storage->is_network_activated != $this->_is_network_active ) {
419
+ // Update last activation level.
420
+ $this->_storage->is_network_activated = $this->_is_network_active;
421
+
422
+ $this->maybe_adjust_storage();
423
+ }
424
+
425
  #region Migration
426
 
427
  if ( is_multisite() ) {
506
  $this->_version_updates_handler();
507
  }
508
 
509
+ /**
510
+ * @author Leo Fajardo (@leorw)
511
+ * @since 2.3.0
512
+ */
513
+ private function maybe_adjust_storage() {
514
+ $install_timestamp = null;
515
+ $prev_is_premium = null;
516
+
517
+ $options_to_update = array();
518
+
519
+ $is_network_admin = fs_is_network_admin();
520
+
521
+ $network_install_timestamp = $this->_storage->get( 'install_timestamp', null, true );
522
+
523
+ if ( ! $is_network_admin ) {
524
+ if ( is_null( $network_install_timestamp ) ) {
525
+ // Plugin was not network-activated before.
526
+ return;
527
+ }
528
+
529
+ if ( is_null( $this->_storage->get( 'install_timestamp', null, false ) ) ) {
530
+ // Set the `install_timestamp` only if it's not yet set.
531
+ $install_timestamp = $network_install_timestamp;
532
+ }
533
+
534
+ $prev_is_premium = $this->_storage->get( 'prev_is_premium', null, true );
535
+ } else {
536
+ $current_wp_user = self::_get_current_wp_user();
537
+ $current_fs_user = self::_get_user_by_email( $current_wp_user->user_email );
538
+ $network_user_info = array();
539
+
540
+ $skips_count = 0;
541
+
542
+ $sites = self::get_sites();
543
+ $sites_count = count( $sites );
544
+
545
+ $blog_id_2_install_map = array();
546
+
547
+ $is_first_non_ignored_blog = true;
548
+
549
+ foreach ( $sites as $site ) {
550
+ $blog_id = self::get_site_blog_id( $site );
551
+
552
+ $blog_install_timestamp = $this->_storage->get( 'install_timestamp', null, $blog_id );
553
+
554
+ if ( is_null( $blog_install_timestamp ) ) {
555
+ // Plugin has not been installed on this blog.
556
+ continue;
557
+ }
558
+
559
+ $is_earlier_install = (
560
+ ! is_null( $install_timestamp ) &&
561
+ $blog_install_timestamp < $install_timestamp
562
+ );
563
+
564
+ $install = $this->get_install_by_blog_id( $blog_id );
565
+
566
+ $update_network_user_info = false;
567
+
568
+ if ( ! is_object( $install ) ) {
569
+ if ( ! $this->_storage->get( 'is_anonymous', false, $blog_id ) ) {
570
+ // The opt-in decision (whether to skip or opt in) is yet to be made.
571
+ continue;
572
+ }
573
+
574
+ $skips_count ++;
575
+ } else {
576
+ $blog_id_2_install_map[ $blog_id ] = $install;
577
+
578
+ if ( empty( $network_user_info ) ) {
579
+ // Set the network user info for the 1st time. Choose any user information whether or not it is for the current WP user.
580
+ $update_network_user_info = true;
581
+ }
582
+
583
+ if ( ! $update_network_user_info &&
584
+ is_object( $current_fs_user ) &&
585
+ $network_user_info['user_id'] != $current_fs_user->id &&
586
+ $install->user_id == $current_fs_user->id
587
+ ) {
588
+ // If an install that is owned by the current WP user is found, use its user information instead.
589
+ $update_network_user_info = true;
590
+ }
591
+
592
+ if ( ! $update_network_user_info &&
593
+ $is_earlier_install &&
594
+ ( ! is_object( $current_fs_user ) || $current_fs_user->id == $install->user_id )
595
+ ) {
596
+ // Update to the earliest install info if there's no install found so far that is owned by the current WP user; OR only if the found install is owned by the current WP user.
597
+ $update_network_user_info = true;
598
+ }
599
+ }
600
+
601
+ if ( $update_network_user_info ) {
602
+ $network_user_info = array(
603
+ 'user_id' => $install->user_id,
604
+ 'blog_id' => $blog_id
605
+ );
606
+ }
607
+
608
+ $site_prev_is_premium = $this->_storage->get( 'prev_is_premium', null, $blog_id );
609
+
610
+ if ( $is_first_non_ignored_blog ) {
611
+ $prev_is_premium = $site_prev_is_premium;
612
+
613
+ if ( is_null( $network_install_timestamp ) ) {
614
+ $install_timestamp = $blog_install_timestamp;
615
+ }
616
+
617
+ $is_first_non_ignored_blog = false;
618
+
619
+ continue;
620
+ }
621
+
622
+ if ( ! is_null( $prev_is_premium ) && $prev_is_premium !== $site_prev_is_premium ) {
623
+ // If a different `$site_prev_is_premium` value is found, do not include the option in the collection of options to update.
624
+ $prev_is_premium = null;
625
+ }
626
+
627
+ if ( $is_earlier_install ) {
628
+ // If an earlier install timestamp is found.
629
+ $install_timestamp = $blog_install_timestamp;
630
+ }
631
+ }
632
+
633
+ $installs_count = count( $blog_id_2_install_map );
634
+
635
+ if ( $sites_count === ( $installs_count + $skips_count ) ) {
636
+ if ( ! empty( $network_user_info ) ) {
637
+ $options_to_update['network_user_id'] = $network_user_info['user_id'];
638
+ $options_to_update['network_install_blog_id'] = $network_user_info['blog_id'];
639
+
640
+ foreach ( $blog_id_2_install_map as $blog_id => $install ) {
641
+ if ( $install->user_id == $network_user_info['user_id'] ) {
642
+ continue;
643
+ }
644
+
645
+ $this->_storage->store( 'is_delegated_connection', true, $blog_id );
646
+ }
647
+ }
648
+
649
+ if ( $sites_count === $skips_count ) {
650
+ /**
651
+ * Assume network-level skipping as the intended action if all actions identified were only
652
+ * skipping of the connection (i.e., no opt-ins and delegated connections so far).
653
+ */
654
+ $options_to_update['is_anonymous_ms'] = true;
655
+ } else if ( $sites_count === $installs_count ) {
656
+ /**
657
+ * Assume network-level opt-in as the intended action if all actions identified were only opt-ins
658
+ * (i.e., no delegation and skipping of the connections so far).
659
+ */
660
+ $options_to_update['is_network_connected'] = true;
661
+ }
662
+ }
663
+ }
664
+
665
+ if ( ! is_null( $install_timestamp ) ) {
666
+ $options_to_update['install_timestamp'] = $install_timestamp;
667
+ }
668
+
669
+ if ( ! is_null( $prev_is_premium ) ) {
670
+ $options_to_update['prev_is_premium'] = $prev_is_premium;
671
+ }
672
+
673
+ if ( ! empty( $options_to_update ) ) {
674
+ $this->adjust_storage( $options_to_update, $is_network_admin );
675
+ }
676
+ }
677
+
678
+ /**
679
+ * @author Leo Fajardo (@leorw)
680
+ * @since 2.3.0
681
+ *
682
+ * @param array $options
683
+ * @param bool $is_network_admin
684
+ */
685
+ private function adjust_storage( $options, $is_network_admin ) {
686
+ foreach ( $options as $name => $value ) {
687
+ $this->_storage->store( $name, $value, $is_network_admin ? true : null );
688
+ }
689
+ }
690
+
691
  /**
692
  * Checks whether this module has a settings menu.
693
  *
1470
  add_filter( 'site_transient_update_plugins', array( 'Freemius', '_remove_fs_updates_from_plugin_install_page' ), 10, 2 );
1471
  } else if ( self::is_plugins_page() || self::is_updates_page() ) {
1472
  /**
1473
+ * On the "Plugins" and "Updates" admin pages, if there are premium or non–org-compliant plugins, modify their details dialog URLs (add a Freemius-specific param) so that the SDK can determine if the plugin information dialog should show information from Freemius.
 
 
1474
  *
1475
  * @author Leo Fajardo (@leorw)
1476
  * @since 2.2.3
1601
 
1602
  add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
1603
  add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
1604
+ add_action( 'admin_init', array( &$this, '_add_beta_mode_update_handler' ) );
1605
 
1606
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1607
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
1661
  static function _remove_fs_updates_from_plugin_install_page( $updates, $transient = null ) {
1662
  if ( is_object( $updates ) && isset( $updates->response ) ) {
1663
  foreach ( $updates->response as $file => $plugin ) {
1664
+ if ( isset( $plugin->package ) && false !== strpos( $plugin->package, 'api.freemius' ) ) {
1665
  unset( $updates->response[ $file ] );
1666
  }
1667
  }
1724
  <?php
1725
  }
1726
 
1727
+ /**
1728
+ * @author Leo Fajardo (@leorw)
1729
+ * @since 2.3.0
1730
+ */
1731
+ static function _maybe_add_beta_label_styles() {
1732
+ $has_any_beta_version = false;
1733
+
1734
+ foreach ( self::$_instances as $instance ) {
1735
+ if ( $instance->is_beta() ) {
1736
+ $has_any_beta_version = true;
1737
+ break;
1738
+ }
1739
+ }
1740
+
1741
+ if ( $has_any_beta_version ) {
1742
+ fs_enqueue_local_style( 'fs_plugins', '/admin/plugins.css' );
1743
+ }
1744
+ }
1745
+
1746
+ /**
1747
+ * @author Leo Fajardo (@leorw)
1748
+ * @since 2.3.0
1749
+ */
1750
+ static function _maybe_add_beta_label_to_plugins_and_handle_confirmation() {
1751
+ $beta_data = array();
1752
+
1753
+ foreach ( self::$_instances as $instance ) {
1754
+ if ( ! $instance->is_premium() ) {
1755
+ continue;
1756
+ }
1757
+
1758
+ /**
1759
+ * If there's an available beta version update, a confirmation message will be shown when the
1760
+ * "Update now" link on the "Plugins" or "Themes" page is clicked.
1761
+ */
1762
+ $has_beta_update = $instance->has_beta_update();
1763
+
1764
+ $is_beta = (
1765
+ // The "Beta" label is added separately for themes.
1766
+ $instance->is_plugin() &&
1767
+ $instance->is_beta()
1768
+ );
1769
+
1770
+ if ( ! $is_beta && ! $has_beta_update ) {
1771
+ continue;
1772
+ }
1773
+
1774
+ $beta_data[ $instance->get_plugin_basename() ] = array( 'is_installed_version_beta' => $is_beta );
1775
+
1776
+ if ( ! $has_beta_update ) {
1777
+ continue;
1778
+ }
1779
+
1780
+ $beta_data[ $instance->get_plugin_basename() ]['beta_version_update_confirmation_message'] = sprintf(
1781
+ '%s %s',
1782
+ sprintf(
1783
+ fs_esc_attr_inline(
1784
+ '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.',
1785
+ 'beta-version-update-caution',
1786
+ $instance->get_slug()
1787
+ ),
1788
+ $instance->get_plugin_title()
1789
+ ),
1790
+ fs_esc_attr_inline( 'Would you like to proceed with the update?', 'update-confirmation', $instance->get_slug() )
1791
+ );
1792
+ }
1793
+
1794
+ if ( empty( $beta_data ) ) {
1795
+ return;
1796
+ }
1797
+ ?>
1798
+ <script type="text/javascript">
1799
+ ( function( $ ) {
1800
+ var betaData = <?php echo json_encode( $beta_data ) ?>;
1801
+
1802
+ for ( var pluginBasename in betaData ) {
1803
+ if ( ! betaData.hasOwnProperty( pluginBasename ) ) {
1804
+ continue;
1805
+ }
1806
+
1807
+ if ( ! betaData[ pluginBasename ].is_installed_version_beta ) {
1808
+ continue;
1809
+ }
1810
+
1811
+ var $parentContainer = $( '.wp-list-table.plugins tr[data-plugin="' + pluginBasename + '"]' );
1812
+ if ( 0 === $parentContainer.length ) {
1813
+ continue;
1814
+ }
1815
+
1816
+ $parentContainer.find( '.plugin-title > strong:first-child').append(
1817
+ '<span class="fs-tag fs-info"><?php fs_esc_js_echo_inline( 'Beta', 'beta' ) ?></span>'
1818
+ );
1819
+ }
1820
+
1821
+ setTimeout( function() {
1822
+ // Wait a little bit before adding the event handler, otherwise, it will be overridden by the core WP logic.
1823
+ $( '.plugins .update-message .update-link, .themes .theme .update-message' ).on( 'click', function() {
1824
+ var $parentContainer = $( this ).parents( 'tr:first' );
1825
+ pluginBasename = ( 0 !== $parentContainer.length ) ?
1826
+ $parentContainer.data( 'plugin' ) :
1827
+ $( this ).parents( '.theme:first' ).data( 'slug' );
1828
+
1829
+ if (
1830
+ betaData[ pluginBasename ] &&
1831
+ betaData[ pluginBasename ].beta_version_update_confirmation_message &&
1832
+ ! confirm( betaData[ pluginBasename ].beta_version_update_confirmation_message )
1833
+ ) {
1834
+ return false;
1835
+ }
1836
+ } );
1837
+ }, 20 );
1838
+ } )( jQuery );
1839
+ </script>
1840
+ <?php
1841
+ }
1842
+
1843
  /**
1844
  * Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
1845
  * could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
1965
  // Try to load the cached value of the file path.
1966
  if ( isset( $this->_storage->plugin_main_file ) ) {
1967
  $plugin_main_file = $this->_storage->plugin_main_file;
1968
+ if ( ! empty( $plugin_main_file->path ) ) {
1969
  $absolute_path = $this->get_absolute_path( $plugin_main_file->path );
1970
  if ( file_exists( $absolute_path ) ) {
1971
  return $absolute_path;
1986
  if ( ! $is_init ) {
1987
  // Fetch prev path cache.
1988
  if ( isset( $this->_storage->plugin_main_file ) &&
1989
+ ! empty( $this->_storage->plugin_main_file->prev_path )
1990
  ) {
1991
  $absolute_path = $this->get_absolute_path( $this->_storage->plugin_main_file->prev_path );
1992
  if ( file_exists( $absolute_path ) ) {
2090
  $store_option = true;
2091
  }
2092
 
2093
+ if ( empty( $id_slug_type_path_map[ $module_id ]['path'] ) ||
2094
  /**
2095
  * This verification is for cases when suddenly the same module
2096
  * is installed but with a different folder name.
2154
  $caller_map = array();
2155
  $module_type = WP_FS__MODULE_TYPE_PLUGIN;
2156
  $themes_dir = fs_normalize_path( get_theme_root( get_stylesheet() ) );
2157
+ $plugin_dir_to_skip = false;
2158
 
2159
  for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
2160
  if ( empty( $bt[ $i ]['file'] ) ) {
2180
  'activate_plugin'
2181
  ) )
2182
  ) {
2183
+ if ( 'activate_plugin' === $bt[ $i ]['function'] ) {
2184
+ /**
2185
+ * Store the directory of the activator plugin so that any other file that starts with it
2186
+ * cannot be mistakenly chosen as a candidate caller file.
2187
+ *
2188
+ * @author Leo Fajardo
2189
+ *
2190
+ * @since 2.3.0
2191
+ */
2192
+ $caller_file_path = fs_normalize_path( $bt[ $i ]['file'] );
2193
+
2194
+ foreach ( $all_plugins_paths as $plugin_path ) {
2195
+ $plugin_dir = fs_normalize_path( dirname( $plugin_path ) . '/' );
2196
+ if ( false !== strpos( $caller_file_path, $plugin_dir ) ) {
2197
+ $plugin_dir_to_skip = $plugin_dir;
2198
+
2199
+ break;
2200
+ }
2201
+ }
2202
+ }
2203
+
2204
  // Ignore call stack hooks and files inclusion.
2205
  continue;
2206
  }
2207
 
2208
  $caller_file_path = fs_normalize_path( $bt[ $i ]['file'] );
2209
 
2210
+ if ( ! empty( $plugin_dir_to_skip ) ) {
2211
+ /**
2212
+ * Skip if it's an activator plugin file to avoid mistakenly choosing it as a candidate caller file.
2213
+ *
2214
+ * @author Leo Fajardo
2215
+ *
2216
+ * @since 2.3.0
2217
+ */
2218
+ if ( 0 === strpos( $caller_file_path, $plugin_dir_to_skip ) ) {
2219
+ continue;
2220
+ }
2221
+ }
2222
+
2223
  if ( 'functions.php' === basename( $caller_file_path ) ) {
2224
  /**
2225
  * 1. Assumes that theme's starting execution file is functions.php.
2279
  *
2280
  * @author Vova Feldman (@svovaf)
2281
  * @author Leo Fajardo (@leorw)
2282
+ *
2283
  * @since 1.1.2
2284
  */
2285
  function _add_deactivation_feedback_dialog_box() {
2286
+ $subscription_cancellation_dialog_box_template_params = $this->apply_filters( 'show_deactivation_subscription_cancellation', true ) ?
2287
+ $this->_get_subscription_cancellation_dialog_box_template_params() :
2288
+ array();
 
 
 
 
 
 
2289
 
2290
+ /**
2291
+ * @since 2.3.0 Developers can optionally hide the deactivation feedback form using the 'show_deactivation_feedback_form' filter.
2292
+ */
2293
+ $show_deactivation_feedback_form = true;
2294
+ if ( $this->has_filter( 'show_deactivation_feedback_form' ) ) {
2295
+ $show_deactivation_feedback_form = $this->apply_filters( 'show_deactivation_feedback_form', true );
2296
+ } else if ( $this->is_addon() ) {
2297
+ /**
2298
+ * If the add-on's 'show_deactivation_feedback_form' is not set, try to inherit the value from the parent.
2299
+ */
2300
+ $show_deactivation_feedback_form = $this->get_parent_instance()->apply_filters( 'show_deactivation_feedback_form', true );
2301
+ }
2302
 
2303
+ $uninstall_confirmation_message = $this->apply_filters( 'uninstall_confirmation_message', '' );
 
2304
 
2305
+ if (
2306
+ empty( $subscription_cancellation_dialog_box_template_params ) &&
2307
+ ! $show_deactivation_feedback_form &&
2308
+ empty( $uninstall_confirmation_message )
2309
+ ) {
2310
+ return;
2311
  }
2312
 
2313
+ $vars = array( 'id' => $this->_module_id );
2314
 
2315
+ if ( $show_deactivation_feedback_form ) {
2316
+ /* Check the type of user:
2317
+ * 1. Long-term (long-term)
2318
+ * 2. Non-registered and non-anonymous short-term (non-registered-and-non-anonymous-short-term).
2319
+ * 3. Short-term (short-term)
2320
+ */
2321
+ $is_long_term_user = true;
2322
+
2323
+ // Check if the site is at least 2 days old.
2324
+ $time_installed = $this->_storage->install_timestamp;
2325
+
2326
+ // Difference in seconds.
2327
+ $date_diff = time() - $time_installed;
2328
+
2329
+ // Convert seconds to days.
2330
+ $date_diff_days = floor( $date_diff / ( 60 * 60 * 24 ) );
2331
+
2332
+ if ( $date_diff_days < 2 ) {
2333
+ $is_long_term_user = false;
2334
+ }
2335
+
2336
+ $is_long_term_user = $this->apply_filters( 'is_long_term_user', $is_long_term_user );
2337
+
2338
+ if ( $is_long_term_user ) {
2339
+ $user_type = 'long-term';
2340
  } else {
2341
+ if ( ! $this->is_registered() && ! $this->is_anonymous() ) {
2342
+ $user_type = 'non-registered-and-non-anonymous-short-term';
2343
+ } else {
2344
+ $user_type = 'short-term';
2345
+ }
2346
  }
 
2347
 
2348
+ $uninstall_reasons = $this->_get_uninstall_reasons( $user_type );
2349
 
2350
+ $vars['reasons'] = $uninstall_reasons;
2351
+ }
2352
+
2353
+ $vars['subscription_cancellation_dialog_box_template_params'] = &$subscription_cancellation_dialog_box_template_params;
2354
+ $vars['show_deactivation_feedback_form'] = $show_deactivation_feedback_form;
2355
+ $vars['uninstall_confirmation_message'] = $uninstall_confirmation_message;
2356
 
2357
  /**
2358
+ * Load the HTML template for the deactivation feedback dialog box.
2359
+ *
2360
  * @todo Deactivation form core functions should be loaded only once! Otherwise, when there are multiple Freemius powered plugins the same code is loaded multiple times. The only thing that should be loaded differently is the various deactivation reasons object based on the state of the plugin.
2361
  */
2362
  fs_require_template( 'forms/deactivation/form.php', $vars );
2863
  function is_site_activation_mode( $and_on = true ) {
2864
  return (
2865
  ( $this->is_on() || ! $and_on ) &&
 
2866
  (
2867
+ ( $this->is_premium() && true === $this->_storage->require_license_activation ) ||
2868
+ (
2869
+ ( ! $this->is_registered() ||
2870
+ ( $this->is_only_premium() && ! $this->has_features_enabled_license() ) ) &&
2871
+ ( ! $this->is_enable_anonymous() ||
2872
+ ( ! $this->is_anonymous() && ! $this->is_pending_activation() ) )
2873
+ )
2874
  )
2875
  );
2876
  }
3002
  $active_basenames = get_option( 'active_plugins' );
3003
  }
3004
 
3005
+ if ( ! is_array( $active_basenames ) ) {
3006
+ $active_basenames = array();
3007
+ }
3008
+
3009
  if ( is_multisite() ) {
3010
  $network_active_basenames = get_site_option( 'active_sitewide_plugins' );
3011
 
3012
  if ( is_array( $network_active_basenames ) && ! empty( $network_active_basenames ) ) {
3013
+ $active_basenames = array_merge( $active_basenames, array_keys( $network_active_basenames ) );
3014
  }
3015
  }
3016
 
3017
  return $active_basenames;
3018
  }
3019
 
3020
+ /**
3021
+ * @author Leo Fajardo (@leorw)
3022
+ * @since 2.3.0
3023
+ *
3024
+ * @param int $blog_id
3025
+ *
3026
+ * @return array
3027
+ */
3028
+ static function get_active_plugins_directories_map( $blog_id = 0 ) {
3029
+ $active_basenames = self::get_active_plugins_basenames( $blog_id );
3030
+
3031
+ $map = array();
3032
+
3033
+ foreach ( $active_basenames as $active_basename ) {
3034
+ $active_basename = fs_normalize_path( $active_basename );
3035
+
3036
+ if ( false === strpos( $active_basename, '/' ) ) {
3037
+ continue;
3038
+ }
3039
+
3040
+ $map[ dirname( $active_basename ) ] = true;
3041
+ }
3042
+
3043
+ return $map;
3044
+ }
3045
+
3046
  /**
3047
  * Get collection of all active plugins. Including network activated plugins.
3048
  *
3290
  add_action( 'admin_footer', array( 'Freemius', '_enrich_ajax_url' ) );
3291
  add_action( 'admin_footer', array( 'Freemius', '_open_support_forum_in_new_page' ) );
3292
 
3293
+ if ( self::is_plugins_page() || self::is_themes_page() ) {
3294
+ add_action( 'admin_print_footer_scripts', array( 'Freemius', '_maybe_add_beta_label_styles' ), 9 );
3295
+
3296
+ /**
3297
+ * Specifically use this hook so that the JS event handlers will work properly on the "Themes"
3298
+ * page.
3299
+ *
3300
+ * @author Leo Fajardo (@leorw)
3301
+ * @since 2.3.0
3302
+ */
3303
+ add_action( 'admin_footer-' . self::get_current_page(), array( 'Freemius', '_maybe_add_beta_label_to_plugins_and_handle_confirmation') );
3304
+ }
3305
 
3306
  self::$_statics_loaded = true;
3307
  }
3898
  $key = fs_strip_url_protocol( get_site_url( $blog_id ) );
3899
 
3900
  $secure_auth = SECURE_AUTH_KEY;
3901
+ if ( empty( $secure_auth ) ||
3902
+ false !== strpos( $secure_auth, ' ' ) ||
3903
+ 'put your unique phrase here' === $secure_auth
3904
+ ) {
3905
  // Protect against default auth key.
3906
  $secure_auth = md5( microtime() );
3907
  }
4798
 
4799
  return;
4800
  } else {
4801
+ $is_network_admin = fs_is_network_admin();
4802
+
4803
+ if (
4804
+ $this->_parent->is_registered() &&
4805
+ ! $this->is_registered() &&
4806
+ /**
4807
+ * If not registered for add-on and the following conditions for the add-on are met, activate add-on account.
4808
+ * * Network active and in network admin - network activate add-on account.
4809
+ * * Network active and not in network admin - activate add-on account for the current blog.
4810
+ * * Not network active and not in network admin - activate add-on account for the current blog.
4811
+ *
4812
+ * If not registered for add-on, not network active, and in network admin, do not handle the add-on activation.
4813
+ *
4814
+ * @author Leo Fajardo (@leorw)
4815
+ * @since 2.3.0
4816
+ */
4817
+ ( $this->is_network_active() || ! $is_network_admin )
4818
+ ) {
4819
  // If parent plugin activated, automatically install add-on for the user.
4820
+ $this->_activate_addon_account(
4821
+ $this->_parent,
4822
+ ( $this->is_network_active() && $is_network_admin ) ?
4823
+ true :
4824
+ get_current_blog_id()
4825
+ );
4826
  } else if ( ! $this->_parent->is_registered() && $this->is_registered() ) {
4827
  // If add-on activated and parent not, automatically install parent for the user.
4828
  $this->activate_parent_account( $this->_parent );
4928
  private function should_use_freemius_updater_and_dialog() {
4929
  return (
4930
  /**
4931
+ * Allow updater and dialog when the `fs_allow_updater_and_dialog` URL query param exists and has `true`
4932
+ * value, or when the current page is not the "Add Plugins" page (/plugin-install.php) and the `action`
4933
+ * URL query param doesn't exist or its value is not `install-plugin` so that there will be no conflicts
4934
+ * with the .org plugins' functionalities (e.g. installation from the "Add Plugins" page and viewing
4935
+ * plugin details from .org).
4936
  */
4937
+ ( true === fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) ||
4938
+ (
4939
+ ! self::is_plugin_install_page() &&
4940
+ // Disallow updater and dialog when installing a plugin, otherwise .org "add-on" plugins will be affected.
4941
+ ( 'install-plugin' !== fs_request_get( 'action' ) )
4942
+ )
4943
  );
4944
  }
4945
 
5395
  'premium_suffix' => $premium_suffix,
5396
  'is_live' => $this->get_bool_option( $plugin_info, 'is_live', true ),
5397
  'affiliate_moderation' => $this->get_option( $plugin_info, 'has_affiliation' ),
5398
+ 'bundle_id' => $this->get_option( $plugin_info, 'bundle_id', null ),
5399
  ) );
5400
 
5401
  if ( $plugin->is_updated() ) {
5405
  // Set the secret key after storing the plugin, we don't want to store the key in the storage.
5406
  $this->_plugin->secret_key = $secret_key;
5407
 
5408
+ /**
5409
+ * If the product is network integrated and activated and the current view is in the network level Admin dashboard, if the product's network-level menu located differently from the sub-site level, then use the network menu details (when set).
5410
+ *
5411
+ * @author Vova Feldman
5412
+ * @since 2.4.5
5413
+ */
5414
+ if ( $this->is_network_active() && fs_is_network_admin() ) {
5415
+ if ( isset( $plugin_info['menu_network'] ) &&
5416
+ is_array( $plugin_info['menu_network'] ) &&
5417
+ ! empty( $plugin_info['menu_network'] )
5418
+ ) {
5419
+ $plugin_info['menu'] = $plugin_info['menu_network'];
5420
+ }
5421
+ }
5422
+
5423
  if ( ! isset( $plugin_info['menu'] ) ) {
5424
  $plugin_info['menu'] = array();
5425
 
6534
  }
6535
 
6536
  if ( is_multisite() ) {
6537
+ $this->switch_to_blog( $current_blog_id, fs_is_network_admin() ? $this->get_network_install() : null );
6538
 
6539
  $this->do_action( "after_{$name}_cron_multisite" );
6540
  }
6614
  */
6615
  function _sync_cron_method( array $blog_ids, $current_blog_id = null ) {
6616
  if ( $this->is_registered() ) {
6617
+ $this->sync_user_beta_mode();
6618
+
6619
  if ( $this->has_paid_plan() ) {
6620
  // Initiate background plan sync.
6621
  $this->_sync_license( true, false, $current_blog_id );
6956
  * @author Leo Fajardo (@leorw)
6957
  * @since 1.2.2
6958
  */
6959
+ if ( $this->is_theme() &&
6960
+ ! $this->has_settings_menu() &&
6961
+ ! isset( $_REQUEST['fs_action'] ) &&
6962
+ $this->can_activate_previous_theme()
6963
  ) {
6964
  if ( $this->is_only_premium() ) {
6965
  $this->activate_previous_theme();
7274
  foreach ( $plans_ids_to_keep as $plan_id ) {
7275
  $plan = self::_get_plan_by_id( $plan_id );
7276
  if ( is_object( $plan ) ) {
7277
+ $plans_to_keep[] = self::_encrypt_entity( $plan );
7278
  }
7279
  }
7280
  }
7443
  // Clear API cache on activation.
7444
  FS_Api::clear_cache();
7445
 
7446
+ $is_premium_version_activation = $this->is_plugin() ?
7447
+ ( current_filter() !== ( 'activate_' . $this->_free_plugin_basename ) ) :
7448
+ $this->is_premium();
7449
 
7450
  $this->_logger->info( 'Activating ' . ( $is_premium_version_activation ? 'premium' : 'free' ) . ' plugin version.' );
7451
 
7452
+ if ( $this->is_plugin() ) {
7453
+ // This logic is relevant only to plugins since both the free and premium versions of a plugin can be active at the same time.
7454
+ // 1. If running in the activation of the FREE module, get the basename of the PREMIUM.
7455
+ // 2. If running in the activation of the PREMIUM module, get the basename of the FREE.
7456
+ $other_version_basename = $is_premium_version_activation ?
7457
+ $this->_free_plugin_basename :
7458
+ $this->premium_plugin_basename();
7459
+
7460
+ if ( ! $this->_is_network_active ) {
7461
+ /**
7462
+ * Themes are always network activated, but the ACTUAL activation is per site.
7463
+ *
7464
+ * During the activation, the plugin isn't yet active, therefore,
7465
+ * _is_network_active will be set to false even if it's a network level
7466
+ * activation. So we need to fix that by looking at the is_network_admin() value.
7467
+ *
7468
+ * @author Vova Feldman
7469
+ */
7470
+ $this->_is_network_active = (
7471
+ $this->_is_multisite_integrated &&
7472
+ fs_is_network_admin()
7473
+ );
7474
+ }
7475
 
 
7476
  /**
7477
+ * If the other module version is active, deactivate it.
 
 
7478
  *
7479
+ * is_plugin_active() checks if the plugin is active on the site or the network level and
7480
+ * deactivate_plugins() deactivates the plugin whether it's activated on the site or network level.
7481
+ *
7482
+ * @author Leo Fajardo (@leorw)
7483
+ * @since 1.2.2
7484
  */
7485
+ if ( is_plugin_active( $other_version_basename ) ) {
7486
+ deactivate_plugins( $other_version_basename );
7487
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7488
  }
7489
 
7490
  if ( $this->is_registered() ) {
7534
  }
7535
  }
7536
 
7537
+ $is_trial_or_has_features_enabled_license = ( $this->is_trial() || $this->has_features_enabled_license() );
7538
+
7539
+ if ( $this->is_addon() && ! $is_trial_or_has_features_enabled_license ) {
7540
+ /**
7541
+ * When activating an add-on, try to also activate a license.
7542
+ *
7543
+ * @author Leo Fajardo (@leorw)
7544
+ * @since 2.3.0
7545
+ */
7546
+ if ( ! $this->_is_network_active ) {
7547
+ $this->maybe_activate_addon_license();
7548
+ } else {
7549
+ $this->maybe_network_activate_addon_license();
7550
+ }
7551
+
7552
+ /**
7553
+ * Avoid redirecting to the license activation screen after automatically activating an add-on license.
7554
+ *
7555
+ * @author Leo Fajardo (@leorw)
7556
+ * @since 2.3.0
7557
+ */
7558
+ $is_trial_or_has_features_enabled_license = ( $this->is_trial() || $this->has_features_enabled_license() );
7559
+
7560
+ if ( $is_trial_or_has_features_enabled_license && true === $this->_storage->require_license_activation ) {
7561
+ $this->_storage->require_license_activation = false;
7562
+ }
7563
+ }
7564
+
7565
  if (
7566
  $is_premium_version_activation &&
7567
  (
7568
  ( ! $this->is_registered() && $this->is_anonymous() ) ||
7569
  (
7570
  $this->is_registered() &&
7571
+ ! $is_trial_or_has_features_enabled_license
 
7572
  )
7573
  )
7574
  ) {
7610
  $this->_storage->was_plugin_loaded = true;
7611
  }
7612
 
7613
+ /**
7614
+ * @author Leo Fajardo (@leorw)
7615
+ * @since 2.3.0
7616
+ */
7617
+ private function maybe_activate_addon_license() {
7618
+ $parent_fs = $this->get_parent_instance();
7619
+
7620
+ if (
7621
+ ! is_object( $parent_fs ) ||
7622
+ ( ! $parent_fs->is_registered() && ! $parent_fs->is_network_registered() )
7623
+ ) {
7624
+ // Try to activate a license only if the parent plugin is active and has a valid `install`.
7625
+ return;
7626
+ }
7627
+
7628
+ $license = $this->get_addon_active_parent_license();
7629
+ if ( ! is_object( $license ) ) {
7630
+ return;
7631
+ }
7632
+
7633
+ if ( ! $this->is_registered() ) {
7634
+ // Opt in with a license key.
7635
+ $this->opt_in(
7636
+ $parent_fs->get_current_or_network_user()->email,
7637
+ false,
7638
+ false,
7639
+ $license->secret_key
7640
+ );
7641
+ } else {
7642
+ // Activate the license.
7643
+ $install = $this->get_api_site_scope()->call(
7644
+ '/',
7645
+ 'put',
7646
+ array( 'license_key' => $this->apply_filters( 'license_key', $license->secret_key ) )
7647
+ );
7648
+
7649
+ if ( ! FS_Api::is_api_error( $install ) ) {
7650
+ $this->_sync_addon_license( $this->get_id(), true );
7651
+ }
7652
+ }
7653
+ }
7654
+
7655
+
7656
+ /**
7657
+ * @author Leo Fajardo (@leorw)
7658
+ * @since 2.3.0
7659
+ *
7660
+ * @param FS_Plugin_License $license
7661
+ */
7662
+ private function maybe_network_activate_addon_license( $license = null ) {
7663
+ $parent_fs = $this->get_parent_instance();
7664
+ if ( ! is_object( $parent_fs ) || ( ! $parent_fs->is_registered() && ! $parent_fs->is_network_registered() ) ) {
7665
+ // Try to activate a license only if the parent plugin is active and has a valid `install`.
7666
+ return;
7667
+ }
7668
+
7669
+ $license = ( ! is_null( $license ) ) ?
7670
+ $license :
7671
+ $this->get_addon_active_parent_license();
7672
+
7673
+ if ( ! is_object( $license ) ) {
7674
+ return;
7675
+ }
7676
+
7677
+ if ( ! $this->is_network_registered() ) {
7678
+ $sites = $this->get_sites_for_network_level_optin();
7679
+
7680
+ if ( count( $sites ) > $license->left() ) {
7681
+ // If the add-on is network active, try to activate the license only if it can be activated on all sites.
7682
+ return;
7683
+ }
7684
+
7685
+ // Opt in with a license key.
7686
+ $this->opt_in(
7687
+ $parent_fs->get_user()->email,
7688
+ false,
7689
+ false,
7690
+ $license->secret_key,
7691
+ false,
7692
+ false,
7693
+ false,
7694
+ null,
7695
+ $sites
7696
+ );
7697
+ } else {
7698
+ $blog_2_install_map = array();
7699
+ $site_ids = array();
7700
+
7701
+ $all_sites = Freemius::get_sites();
7702
+
7703
+ foreach ( $all_sites as $site ) {
7704
+ $blog_id = Freemius::get_site_blog_id( $site );
7705
+ $install = $this->get_install_by_blog_id( $blog_id );
7706
+
7707
+ if ( is_object( $install ) && FS_Plugin_License::is_valid_id( $install->license_id ) ) {
7708
+ // Skip license activation for installs that are already associated with a license.
7709
+ continue;
7710
+ }
7711
+
7712
+ if ( is_object( $install ) ) {
7713
+ $blog_2_install_map[ $blog_id ] = $install;
7714
+ } else {
7715
+ $site_ids[] = $blog_id;
7716
+ }
7717
+ }
7718
+
7719
+ if ( ( count( $blog_2_install_map ) + count( $site_ids ) ) > $license->left() ) {
7720
+ return;
7721
+ }
7722
+
7723
+ $user = $this->get_current_or_network_user();
7724
+
7725
+ if ( ! empty( $blog_2_install_map ) ) {
7726
+ $result = $this->activate_license_on_many_installs( $user, $license->secret_key, $blog_2_install_map );
7727
+
7728
+ if ( true !== $result ) {
7729
+ return;
7730
+ }
7731
+ }
7732
+
7733
+ if ( ! empty( $site_ids ) ) {
7734
+ $this->activate_license_on_many_sites( $user, $license->secret_key, $site_ids );
7735
+ }
7736
+ }
7737
+ }
7738
+
7739
+ /**
7740
+ * @author Leo Fajardo (@leorw)
7741
+ * @since 2.3.0
7742
+ *
7743
+ * @return FS_Plugin_License
7744
+ */
7745
+ private function get_addon_active_parent_license() {
7746
+ $parent_licenses_endpoint = "/plugins/{$this->get_id()}/parent_licenses.json?filter=activatable";
7747
+ $parent_instance = $this->get_parent_instance();
7748
+
7749
+ $foreign_licenses = $parent_instance->get_foreign_licenses_info(
7750
+ self::get_all_licenses( $this->get_parent_id() )
7751
+ );
7752
+
7753
+ if ( ! empty ( $foreign_licenses ) ) {
7754
+ $foreign_licenses = array(
7755
+ // Prefix with `+` to tell the server to include foreign licenses in the licenses collection.
7756
+ 'ids' => ( urlencode( '+' ) . implode( ',', $foreign_licenses['ids'] ) ),
7757
+ 'license_keys' => implode( ',', array_map( 'urlencode', $foreign_licenses['license_keys'] ) )
7758
+ );
7759
+
7760
+ $parent_licenses_endpoint = add_query_arg( $foreign_licenses, $parent_licenses_endpoint );
7761
+ }
7762
+
7763
+ $result = $parent_instance->get_current_or_network_user_api_scope()->get( $parent_licenses_endpoint, true );
7764
+
7765
+ if (
7766
+ ! $this->is_api_result_object( $result, 'licenses' ) ||
7767
+ ! is_array( $result->licenses ) ||
7768
+ empty( $result->licenses )
7769
+ ) {
7770
+ return null;
7771
+ }
7772
+
7773
+ $license = new FS_Plugin_License( $result->licenses[ 0 ] );
7774
+
7775
+ return $license;
7776
+ }
7777
+
7778
+ /**
7779
+ * @author Leo Fajardo (@leorw)
7780
+ * @since 2.3.0
7781
+ *
7782
+ * @return array
7783
+ */
7784
+ private function get_sites_for_network_level_optin() {
7785
+ $sites = array();
7786
+ $all_sites = self::get_sites();
7787
+
7788
+ foreach ( $all_sites as $site ) {
7789
+ $blog_id = self::get_site_blog_id( $site );
7790
+
7791
+ if ( ! $this->is_site_delegated_connection( $blog_id ) &&
7792
+ ! $this->is_installed_on_site( $blog_id )
7793
+ ) {
7794
+ $sites[] = $this->get_site_info( $site );
7795
+ }
7796
+ }
7797
+
7798
+ return $sites;
7799
+ }
7800
+
7801
  /**
7802
  * Delete account.
7803
  *
7855
 
7856
  // Clear all storage data.
7857
  $this->_storage->clear_all( true, array(
7858
+ 'is_delegated_connection',
7859
  'connectivity_test',
7860
  'is_on',
7861
  ), false );
8211
  get_current_blog_id() == $network_or_blog_id ||
8212
  ( true === $network_or_blog_id && fs_is_network_admin() )
8213
  ) {
8214
+ $this->_is_anonymous = null;
8215
  }
8216
  }
8217
 
8675
  * @author Vova Feldman (@svovaf)
8676
  * @since 1.1.2
8677
  *
8678
+ * @param string[] $override
8679
+ * @param bool $include_plugins Since 1.1.8 by default include plugin changes.
8680
+ * @param bool $include_themes Since 1.1.8 by default include plugin changes.
8681
+ * @param bool $include_blog_data Since 2.3.0 by default include the current blog's data (language, charset, title, and URL).
8682
  *
8683
  * @return array
8684
  */
8685
  private function get_install_data_for_api(
8686
  array $override,
8687
  $include_plugins = true,
8688
+ $include_themes = true,
8689
+ $include_blog_data = true
8690
  ) {
8691
  if ( ! defined( 'WP_FS__TRACK_PLUGINS' ) || false !== WP_FS__TRACK_PLUGINS ) {
8692
  /**
8714
 
8715
  $versions = $this->get_versions();
8716
 
8717
+ $blog_data = $include_blog_data ?
8718
+ array(
8719
+ 'language' => get_bloginfo( 'language' ),
8720
+ 'charset' => get_bloginfo( 'charset' ),
8721
+ 'title' => get_bloginfo( 'name' ),
8722
+ 'url' => get_site_url(),
8723
+ ) :
8724
+ array();
8725
+
8726
+ return array_merge( $versions, $blog_data, array(
8727
  'version' => $this->get_plugin_version(),
8728
  'is_premium' => $this->is_premium(),
 
 
 
 
8729
  // Special params.
8730
  'is_active' => true,
8731
  'is_disconnected' => $this->is_tracking_prohibited(),
9493
  return $this->_plugin->id;
9494
  }
9495
 
9496
+ /**
9497
+ * @author Leo Fajardo (@leorw)
9498
+ * @since 2.2.4
9499
+ *
9500
+ * @return number|null Bundle ID.
9501
+ */
9502
+ function get_bundle_id() {
9503
+ return ( isset( $this->_plugin->bundle_id ) && FS_Plugin::is_valid_id( $this->_plugin->bundle_id ) ) ?
9504
+ $this->_plugin->bundle_id :
9505
+ null;
9506
+ }
9507
+
9508
  /**
9509
  * @author Vova Feldman (@svovaf)
9510
  * @since 1.2.1.5
10248
  return false;
10249
  }
10250
 
10251
+ /**
10252
+ * @var array<number,object[]> {
10253
+ * @key number Add-on ID.
10254
+ * @val object[] The add-on's plans and prices object.
10255
+ * }
10256
+ */
10257
+ private $plans_and_pricing_by_addon_id;
10258
+
10259
+ /**
10260
+ * @author Leo Fajardo (@leorw)
10261
+ * @since 2.3.0
10262
+ *
10263
+ * @return array<number,object[]> {
10264
+ * @key number Add-on ID.
10265
+ * @val object[] The add-on's plans and prices object.
10266
+ * }
10267
+ */
10268
+ function _get_addons_plans_and_pricing_map_by_id() {
10269
+ if ( ! isset( $this->plans_and_pricing_by_addon_id ) ) {
10270
+ $result = $this->get_api_plugin_scope()->get( $this->add_show_pending( "/addons/pricing.json?type=visible" ) );
10271
+
10272
+ $plans_and_pricing_by_addon_id = array();
10273
+ if ( $this->is_api_result_object( $result, 'addons' ) ) {
10274
+ foreach ( $result->addons as $addon ) {
10275
+ $plans_and_pricing_by_addon_id[ $addon->id ] = $addon->plans;
10276
+ }
10277
+ }
10278
+
10279
+ $this->plans_and_pricing_by_addon_id = $plans_and_pricing_by_addon_id;
10280
+ }
10281
+
10282
+ return $this->plans_and_pricing_by_addon_id;
10283
+ }
10284
+
10285
+ /**
10286
+ * @author Leo Fajardo (@leorw)
10287
+ * @since 2.3.0
10288
+ *
10289
+ * @param number $addon_id
10290
+ * @param bool $is_installed
10291
+ *
10292
+ * @return array
10293
+ */
10294
+ function _get_addon_info( $addon_id, $is_installed ) {
10295
+ $addon = $this->get_addon( $addon_id );
10296
+
10297
+ if ( ! is_object( $addon ) ) {
10298
+ // Unexpected call.
10299
+ return array();
10300
+ }
10301
+
10302
+ $slug = $addon->slug;
10303
+
10304
+ $addon_storage = FS_Storage::instance( WP_FS__MODULE_TYPE_PLUGIN, $slug );
10305
+
10306
+ if ( ! fs_is_network_admin() ) {
10307
+ // Get blog-level activated installations.
10308
+ $sites = self::$_accounts->get_option( 'sites', array() );
10309
+ } else {
10310
+ $sites = null;
10311
+
10312
+ if ( $this->is_addon_activated( $addon_id ) &&
10313
+ $this->get_addon_instance( $addon_id )->is_network_active()
10314
+ ) {
10315
+ if ( FS_Site::is_valid_id( $addon_storage->network_install_blog_id ) ) {
10316
+ // Get network-level activated installations.
10317
+ $sites = self::$_accounts->get_option(
10318
+ 'sites',
10319
+ array(),
10320
+ $addon_storage->network_install_blog_id
10321
+ );
10322
+ }
10323
+ }
10324
+ }
10325
+
10326
+ $addon_info = array(
10327
+ 'is_connected' => false,
10328
+ 'slug' => $slug,
10329
+ 'title' => $addon->title
10330
+ );
10331
+
10332
+ if ( ! $is_installed ) {
10333
+ $plans_and_pricing_by_addon_id = $this->_get_addons_plans_and_pricing_map_by_id();
10334
+
10335
+ if ( isset( $plans_and_pricing_by_addon_id[ $addon_id ] ) ) {
10336
+ $has_paid_plan = false;
10337
+ $plans = $plans_and_pricing_by_addon_id[ $addon_id ];
10338
+
10339
+ if ( is_array( $plans ) && count( $plans ) > 0 ) {
10340
+ foreach ( $plans as $plan ) {
10341
+ if ( isset( $plan->pricing ) &&
10342
+ is_array( $plan->pricing ) &&
10343
+ count( $plan->pricing ) > 0
10344
+ ) {
10345
+ $has_paid_plan = true;
10346
+ break;
10347
+ }
10348
+ }
10349
+ }
10350
+
10351
+ $addon_info['has_paid_plan'] = $has_paid_plan;
10352
+ }
10353
+ }
10354
+
10355
+ if ( ! is_array( $sites ) || ! isset( $sites[ $slug ] ) ) {
10356
+ return $addon_info;
10357
+ }
10358
+
10359
+ $site = $sites[ $slug ];
10360
+
10361
+ $addon_info['is_connected'] = (
10362
+ ( $addon->parent_plugin_id == $this->get_id() ) &&
10363
+ is_object( $site ) &&
10364
+ FS_Site::is_valid_id( $site->id ) &&
10365
+ FS_User::is_valid_id( $site->user_id ) &&
10366
+ FS_Plugin_Plan::is_valid_id( $site->plan_id )
10367
+ );
10368
+
10369
+ if ( $addon_info['is_connected'] && $is_installed ) {
10370
+ return $addon_info;
10371
+ }
10372
+
10373
+ $addon_info['site'] = $site;
10374
+
10375
+ $plugins_data = self::$_accounts->get_option( WP_FS__MODULE_TYPE_PLUGIN . 's', array() );
10376
+ if ( isset( $plugins_data[ $slug ] ) ) {
10377
+ $plugin_data = $plugins_data[ $slug ];
10378
+
10379
+ $addon_info['version'] = $plugin_data->version;
10380
+ }
10381
+
10382
+ $all_plans = self::$_accounts->get_option( 'plans', array() );
10383
+ if ( isset( $all_plans[ $slug ] ) ) {
10384
+ $plans = $all_plans[ $slug ];
10385
+
10386
+ foreach ( $plans as $plan ) {
10387
+ if ( $site->plan_id == Freemius::_decrypt( $plan->id ) ) {
10388
+ $addon_info['plan_name'] = Freemius::_decrypt( $plan->name );
10389
+ $addon_info['plan_title'] = Freemius::_decrypt( $plan->title );
10390
+ break;
10391
+ }
10392
+ }
10393
+ }
10394
+
10395
+ $licenses = self::$_accounts->get_option( 'all_licenses', array() );
10396
+ if ( is_array( $licenses ) && isset( $licenses[ $addon_id ] ) ) {
10397
+ foreach ( $licenses[ $addon_id ] as $license ) {
10398
+ if ( $license->id == $site->license_id ) {
10399
+ $addon_info['license'] = $license;
10400
+ break;
10401
+ }
10402
+ }
10403
+ }
10404
+
10405
+ if ( isset( $addon_info['license'] ) ) {
10406
+ if ( isset( $addon_storage->subscriptions ) &&
10407
+ ! empty( $addon_storage->subscriptions )
10408
+ ) {
10409
+ foreach ( $addon_storage->subscriptions as $subscription ) {
10410
+ if ( $subscription->license_id == $site->license_id ) {
10411
+ $addon_info['subscription'] = $subscription;
10412
+ break;
10413
+ }
10414
+ }
10415
+ }
10416
+ }
10417
+
10418
+ return $addon_info;
10419
+ }
10420
+
10421
  /**
10422
  * @author Vova Feldman (@svovaf)
10423
  * @since 2.0.0
10896
  * @return number[]
10897
  */
10898
  private function get_plans_ids_associated_with_installs() {
10899
+ if ( ! is_multisite() ) {
10900
  if ( ! is_object( $this->_site ) ||
10901
  ! FS_Plugin_Plan::is_valid_id( $this->_site->plan_id )
10902
  ) {
11031
  $all_licenses = $this->get_user_licenses( $this->_user->id );
11032
  }
11033
 
11034
+ $foreign_licenses = $this->get_foreign_licenses_info( $all_licenses, $site_license_id );
 
 
 
11035
 
11036
  $all_licenses_map = array();
11037
  foreach ( $all_licenses as $license ) {
11038
  $all_licenses_map[ $license->id ] = true;
 
 
 
 
 
 
 
 
 
 
11039
  }
11040
 
11041
  $licenses = $this->_fetch_licenses( false, $site_license_id, $foreign_licenses, $blog_id );
11767
  return true;
11768
  }
11769
 
11770
+ return ( 1 === ( count( $this->_plans ) - ( $this->has_free_plan() ? 1 : 0 ) ) );
11771
  }
11772
 
11773
  /**
11891
  * @since 2.2.1
11892
  *
11893
  * @param bool $is_license_deactivation
11894
+ *
11895
+ * @return array
11896
  */
11897
+ function _get_subscription_cancellation_dialog_box_template_params( $is_license_deactivation = false ) {
11898
  if ( fs_is_network_admin() ) {
11899
  // Subscription cancellation dialog box is currently not supported for multisite networks.
11900
+ return array();
11901
  }
11902
 
11903
  $license = $this->_get_license();
11912
  $license->is_lifetime() ||
11913
  ( ! $license->is_single_site() && $license->activated > 1 )
11914
  ) {
11915
+ return array();
11916
  }
11917
 
11918
  /**
11920
  */
11921
  $subscription = $this->_get_subscription( $license->id );
11922
  if ( ! is_object( $subscription ) || ! $subscription->is_active() ) {
11923
+ return array();
11924
  }
11925
 
11926
+ return array(
11927
  'id' => $this->_module_id,
11928
  'license' => $license,
11929
  'has_trial' => $this->is_paid_trial(),
11930
  'is_license_deactivation' => $is_license_deactivation,
11931
  );
 
 
11932
  }
11933
 
11934
  /**
11993
 
11994
  // Add license activation link and AJAX request handler.
11995
  if ( self::is_plugins_page() ) {
11996
+ $is_network_admin = fs_is_network_admin();
11997
+
11998
+ if (
11999
+ ( $is_network_admin && $this->is_network_active() && ! $this->is_network_delegated_connection() ) ||
12000
+ ( ! $is_network_admin && ( ! $this->is_network_active() || $this->is_delegated_connection() ) )
12001
+ ) {
12002
+ /**
12003
+ * @since 1.2.0 Add license action link only on plugins page.
12004
+ */
12005
+ $this->_add_license_action_link();
12006
+ }
12007
  }
12008
 
12009
  // Add license activation AJAX callback.
12034
 
12035
  /**
12036
  * @author Leo Fajardo (@leorw)
12037
+ * @since 2.3.0
12038
+ */
12039
+ function _add_beta_mode_update_handler() {
12040
+ if ( ! $this->is_user_admin() ) {
12041
+ return;
12042
+ }
12043
+
12044
+ if ( ! $this->is_premium() ) {
12045
+ return;
12046
+ }
12047
+
12048
+ $this->add_ajax_action( 'set_beta_mode', array( &$this, '_set_beta_mode_ajax_handler' ) );
12049
+ }
12050
+
12051
+ /**
12052
+ * @author Leo Fajardo (@leorw)
12053
+ * @since 2.3.0
12054
+ */
12055
+ function _set_beta_mode_ajax_handler() {
12056
+ $this->_logger->entrance();
12057
+
12058
+ $this->check_ajax_referer( 'set_beta_mode' );
12059
+
12060
+ if ( ! $this->is_user_admin() ) {
12061
+ // Only for admins.
12062
+ self::shoot_ajax_failure();
12063
+ }
12064
+
12065
+ $is_beta = trim( fs_request_get( 'is_beta', '', 'post' ) );
12066
+
12067
+ if ( empty( $is_beta ) || ! in_array( $is_beta, array( 'true', 'false' ) ) ) {
12068
+ self::shoot_ajax_failure();
12069
+ }
12070
+
12071
+ $user = $this->get_api_user_scope()->call(
12072
+ '',
12073
+ 'put',
12074
+ array(
12075
+ 'plugin_id' => $this->get_id(),
12076
+ 'is_beta' => ( 'true' == $is_beta ),
12077
+ 'fields' => 'is_beta'
12078
+ )
12079
+ );
12080
+
12081
+ if ( ! $this->is_api_result_entity( $user ) ) {
12082
+ self::shoot_ajax_failure(
12083
+ FS_Api::is_api_error_object( $user ) ?
12084
+ $user->error->message :
12085
+ fs_text_inline( "An unknown error has occurred while trying to set the user's beta mode.", 'unknown-error-occurred', $this->get_slug() )
12086
+ );
12087
+ }
12088
+
12089
+ $this->_user->is_beta = $user->is_beta;
12090
+ $this->_store_user();
12091
+
12092
+ self::shoot_ajax_response( array( 'success' => true ) );
12093
+ }
12094
+
12095
+ /**
12096
+ * License activation WP AJAX handler.
12097
  *
12098
+ * @author Leo Fajardo (@leorw)
12099
  * @since 1.1.9
12100
+ *
12101
+ * @uses Freemius::activate_license()
12102
+ */
12103
+ function _activate_license_ajax_action() {
12104
+ $this->_logger->entrance();
12105
+
12106
+ $this->check_ajax_referer( 'activate_license' );
12107
+
12108
+ $license_key = trim( fs_request_get( 'license_key' ) );
12109
+
12110
+ if ( empty( $license_key ) ) {
12111
+ exit;
12112
+ }
12113
+
12114
+ $result = $this->activate_license(
12115
+ $license_key,
12116
+ fs_is_network_admin() ?
12117
+ fs_request_get( 'sites', array(), 'post' ) :
12118
+ array(),
12119
+ fs_request_get_bool( 'is_marketing_allowed', null ),
12120
+ fs_request_get( 'blog_id', null ),
12121
+ fs_request_get( 'module_id', null, 'post' )
12122
+ );
12123
+
12124
+ echo json_encode( $result );
12125
+
12126
+ exit;
12127
+ }
12128
+
12129
+ /**
12130
+ * A helper method to activate migrated licenses. If the product is network activated and integrated, the method will network activate the license.
12131
+ *
12132
+ * @author Vova Feldman (@svovaf)
12133
+ * @since 2.3.0
12134
+ *
12135
+ * @param string $license_key
12136
+ * @param null|bool $is_marketing_allowed
12137
+ * @param null|number $plugin_id
12138
+ *
12139
+ * @return array {
12140
+ * @var bool $success
12141
+ * @var string $error
12142
+ * @var string $next_page
12143
+ * }
12144
+ *
12145
+ * @uses Freemius::activate_license()
12146
+ */
12147
+ function activate_migrated_license(
12148
+ $license_key,
12149
+ $is_marketing_allowed = null,
12150
+ $plugin_id = null
12151
+ ) {
12152
+ return $this->activate_license(
12153
+ $license_key,
12154
+ $this->is_network_active() ?
12155
+ $this->get_sites_for_network_level_optin() :
12156
+ array(),
12157
+ $is_marketing_allowed,
12158
+ null,
12159
+ $plugin_id
12160
+ );
12161
+ }
12162
+
12163
+ /**
12164
+ * The implementation of this method was previously in `_activate_license_ajax_action()`.
12165
+ *
12166
+ * @author Vova Feldman (@svovaf)
12167
+ * @since 2.2.4
12168
  * @since 2.0.0 When a super-admin that hasn't connected before is network activating a license and excluding some of the sites for the license activation, go over the unselected sites in the network and if a site is not connected, skipped, nor delegated, if it's a freemium product then just skip the connection for the site, if it's a premium only product, delegate the connection and license activation to the site admin (Vova Feldman @svovaf).
12169
+ * @param string $license_key
12170
+ * @param array $sites
12171
+ * @param null|bool $is_marketing_allowed
12172
+ * @param null|int $blog_id
12173
+ * @param null|number $plugin_id
12174
+ *
12175
+ * @return array {
12176
+ * @var bool $success
12177
+ * @var string $error
12178
+ * @var string $next_page
12179
+ * }
12180
  */
12181
+ private function activate_license(
12182
+ $license_key,
12183
+ $sites = array(),
12184
+ $is_marketing_allowed = null,
12185
+ $blog_id = null,
12186
+ $plugin_id = null
12187
+ ) {
12188
  $this->_logger->entrance();
 
 
12189
 
12190
+ $license_key = trim( $license_key );
12191
 
12192
+ if ( ! fs_is_network_admin() ) {
12193
+ // If the license activation is executed outside the context of a network admin, ignore the sites collection.
12194
+ $sites = array();
12195
  }
12196
 
12197
+ $fs = ( empty($plugin_id) || $plugin_id == $this->_module_id ) ?
 
12198
  $this :
12199
  $this->get_addon_instance( $plugin_id );
12200
 
12201
  $error = false;
12202
  $next_page = false;
12203
 
 
 
 
 
 
12204
  $has_valid_blog_id = is_numeric( $blog_id );
12205
 
12206
  if ( $fs->is_registered() ) {
12290
  false,
12291
  false,
12292
  false,
12293
+ $is_marketing_allowed,
12294
  $sites
12295
  );
12296
 
12344
  }
12345
 
12346
  if ( ! empty( $pending_sites ) ) {
12347
+ if ( $this->is_freemium() && $this->is_enable_anonymous() ) {
12348
  $this->skip_connection( $pending_sites );
12349
  } else {
12350
  $this->delegate_connection( $pending_sites );
12363
  );
12364
 
12365
  if ( false !== $error ) {
12366
+ $result['error'] = $this->apply_filters( 'opt_in_error_message', $error );
12367
  } else {
12368
+ if ( $this->is_addon() || $this->has_addons() ) {
12369
+ /**
12370
+ * Purge the valid user licenses cache so that when the "Account" or the "Add-Ons" page is loaded,
12371
+ * an updated valid user licenses collection will be fetched from the server which is used to also
12372
+ * update the account add-ons (add-ons the user has licenses for).
12373
+ *
12374
+ * @author Leo Fajardo (@leorw)
12375
+ * @since 2.2.4
12376
+ */
12377
+ $this->purge_valid_user_licenses_cache();
12378
+ }
12379
+
12380
  $result['next_page'] = $next_page;
12381
  }
12382
 
12383
+ return $result;
 
 
12384
  }
12385
 
12386
  /**
12415
  $total_sites_to_delegate = count( $sites_by_action['delegate'] );
12416
 
12417
  $next_page = '';
12418
+
12419
+ $has_any_install = fs_request_get_bool( 'has_any_install' );
12420
+
12421
  if ( $total_sites === $total_sites_to_delegate &&
12422
+ ! $this->is_network_upgrade_mode() &&
12423
+ ! $has_any_install
12424
  ) {
12425
  $this->delegate_connection();
12426
  } else {
12432
  $this->skip_connection( $sites_by_action['skip'] );
12433
  }
12434
 
12435
+ if ( empty( $sites_by_action['allow'] ) ) {
12436
+ if ( $has_any_install ) {
12437
+ $first_install = $fs->find_first_install();
12438
+
12439
+ if ( ! is_null( $first_install ) ) {
12440
+ $fs->_site = $first_install['install'];
12441
+ $fs->_storage->network_install_blog_id = $first_install['blog_id'];
12442
+
12443
+ $fs->_user = self::_get_user_by_id( $fs->_site->user_id );
12444
+ $fs->_storage->network_user_id = $fs->_user->id;
12445
+ }
12446
+ }
12447
+ } else {
12448
  if ( ! $fs->is_registered() || ! $this->_is_network_active ) {
12449
  $next_page = $fs->opt_in(
12450
  false,
13031
  $params['trial'] = 'true';
13032
  }
13033
 
13034
+ $url = $this->is_addon() ?
13035
+ $this->_parent->addon_url( $this->_slug ) :
13036
+ $this->_get_admin_page_url( 'pricing', $params );
13037
 
13038
+ return $this->apply_filters( 'pricing_url', $url );
13039
  }
13040
 
13041
  /**
13044
  * @author Vova Feldman (@svovaf)
13045
  * @since 1.0.6
13046
  *
13047
+ * @param string $billing_cycle Billing cycle
13048
+ * @param bool $is_trial
13049
+ * @param array $extra (optional) Extra parameters, override other query params.
13050
+ * @param bool|null $network
13051
  *
13052
  * @return string
13053
  */
13054
  function checkout_url(
13055
  $billing_cycle = WP_FS__PERIOD_ANNUALLY,
13056
  $is_trial = false,
13057
+ $extra = array(),
13058
+ $network = null
13059
  ) {
13060
  $this->_logger->entrance();
13061
 
13073
  */
13074
  $params = array_merge( $params, $extra );
13075
 
13076
+ return $this->_get_admin_page_url( 'pricing', $params, $network );
13077
  }
13078
 
13079
  /**
13082
  * @author Vova Feldman (@svovaf)
13083
  * @since 1.1.7
13084
  *
13085
+ * @param number $addon_id
13086
+ * @param number $pricing_id
13087
+ * @param string $billing_cycle
13088
+ * @param bool $is_trial
13089
+ * @param bool|null $network
13090
  *
13091
  * @return string
13092
  */
13094
  $addon_id,
13095
  $pricing_id,
13096
  $billing_cycle = WP_FS__PERIOD_ANNUALLY,
13097
+ $is_trial = false,
13098
+ $network = null
13099
  ) {
13100
  return $this->checkout_url( $billing_cycle, $is_trial, array(
13101
  'plugin_id' => $addon_id,
13102
  'pricing_id' => $pricing_id,
13103
+ ), $network );
13104
  }
13105
 
13106
  #endregion
13640
  * @return array Active & public sites collection.
13641
  */
13642
  static function get_sites() {
13643
+ if ( ! is_multisite() ) {
13644
+ return array();
13645
+ }
13646
+
13647
  /**
13648
  * For consistency with get_blog_list() which only return active public sites.
13649
  *
13815
  * 'blog_id' => string The associated blog ID.
13816
  * }
13817
  */
13818
+ function find_first_install() {
13819
  $sites = self::get_sites();
13820
 
13821
  foreach ( $sites as $site ) {
14491
  ) );
14492
  }
14493
 
14494
+ /**
14495
+ * Add-ons URL.
14496
+ *
14497
+ * @author Vova Feldman (@svovaf)
14498
+ * @since 2.4.5
14499
+ *
14500
+ * @return string
14501
+ */
14502
+ function get_addons_url() {
14503
+ return $this->_get_admin_page_url( 'addons' );
14504
+ }
14505
+
14506
  /* Logger
14507
  ------------------------------------------------------------------------------------------------------------------*/
14508
  /**
14728
  $this->get_install_by_blog_id();
14729
 
14730
  if ( fs_is_network_admin() &&
14731
+ $this->is_network_active() &&
14732
+ ! is_object( $site ) &&
14733
+ FS_Site::is_valid_id( $this->_storage->network_install_blog_id )
14734
  ) {
14735
  $first_install = $this->find_first_install();
14736
 
14909
  return $versions;
14910
  }
14911
 
14912
+ /**
14913
+ * @author Leo Fajardo (@leorw)
14914
+ * @since 2.3.0
14915
+ *
14916
+ * @return bool
14917
+ */
14918
+ function has_beta_update() {
14919
+ return (
14920
+ ! empty( $this->_storage->beta_data ) &&
14921
+ ( true === $this->_storage->beta_data['is_beta'] ) &&
14922
+ version_compare( $this->_storage->beta_data['version'], $this->get_plugin_version(), '>' )
14923
+ );
14924
+ }
14925
+
14926
+ /**
14927
+ * @author Leo Fajardo (@leorw)
14928
+ * @since 2.3.0
14929
+ *
14930
+ * @return bool
14931
+ */
14932
+ function is_beta() {
14933
+ return (
14934
+ ! empty( $this->_storage->beta_data ) &&
14935
+ ( true === $this->_storage->beta_data['is_beta'] ) &&
14936
+ ( $this->get_plugin_version() === $this->_storage->beta_data['version'] )
14937
+ );
14938
+ }
14939
+
14940
+ /**
14941
+ * @author Leo Fajardo (@leorw)
14942
+ * @since 2.3.0
14943
+ */
14944
+ private function sync_user_beta_mode() {
14945
+ $user = $this->get_api_user_scope()->get( '/?plugin_id=' . $this->get_id() . '&fields=is_beta' );
14946
+
14947
+ if ( $this->is_api_result_entity( $user ) ) {
14948
+ $this->_user->is_beta = $user->is_beta;
14949
+ $this->_store_user();
14950
+ }
14951
+ }
14952
+
14953
  /**
14954
  * @author Vova Feldman (@svovaf)
14955
  * @since 1.1.7.4
14995
 
14996
  if ( true === $network_level_or_blog_id ) {
14997
  if ( ! isset( $override_with['sites'] ) ) {
14998
+ $params['sites'] = $this->get_sites_for_network_level_optin();
 
 
 
 
 
 
 
 
 
 
 
14999
  }
15000
  } else {
15001
  $site = is_numeric( $network_level_or_blog_id ) ?
15355
  // If Freemius was OFF before, turn it on.
15356
  $this->turn_on();
15357
 
15358
+ $this->handle_account_connection(
15359
+ $installs,
15360
+ ( ! $this->_is_network_active || ! $is_network_level_opt_in )
15361
+ );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15362
 
15363
  if ( is_numeric( $first_install->license_id ) ) {
15364
  $this->_license = $this->_get_license_by_id( $first_install->license_id );
16003
  * @author Vova Feldman (@svovaf)
16004
  * @since 1.0.6
16005
  *
16006
+ * @param Freemius $parent_fs
16007
+ * @param bool|int|null $network_level_or_blog_id True for network level opt-in and integer for opt-in for specified blog in the network.
16008
  */
16009
+ private function _activate_addon_account( Freemius $parent_fs, $network_level_or_blog_id = null ) {
16010
  if ( $this->is_registered() ) {
16011
  // Already activated.
16012
  return;
16013
  }
16014
 
16015
+ /**
16016
+ * Do not override the `uid` if network-level opt-in since the call to `get_sites_for_network_level_optin()`
16017
+ * already returns the data for the current blog.
16018
+ *
16019
+ * @author Leo Fajardo (@leorw)
16020
+ * @since 2.3.0
16021
+ */
16022
+ $uid_param_to_override = ( true === $network_level_or_blog_id ) ?
16023
+ array() :
16024
+ array( 'uid' => $this->get_anonymous_id() );
16025
+
16026
+ $params = $this->get_install_data_for_api(
16027
+ $uid_param_to_override,
16028
+ false,
16029
+ false,
16030
+ /**
16031
+ * Do not include the data for the current blog if network-level opt-in since the call to `get_sites_for_network_level_optin`
16032
+ * already includes the data for it.
16033
+ *
16034
+ * @author Leo Fajardo (@leorw)
16035
+ * @since 2.3.0
16036
+ */
16037
+ ( true !== $network_level_or_blog_id )
16038
+ );
16039
+
16040
+ if ( true === $network_level_or_blog_id ) {
16041
+ $params['sites'] = $this->get_sites_for_network_level_optin();
16042
+
16043
+ if ( empty( $params['sites'] ) ) {
16044
+ return;
16045
+ }
16046
+ }
16047
+
16048
  // Activate add-on with parent plugin credentials.
16049
+ $result = $parent_fs->get_api_site_scope()->call(
16050
  "/addons/{$this->_plugin->id}/installs.json",
16051
  'post',
16052
+ $params
 
 
16053
  );
16054
 
16055
+ if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
16056
+ $error_message = FS_Api::is_api_error_object( $result ) ?
16057
+ $result->error->message :
16058
+ $this->get_text_inline( 'An unknown error has occurred.', 'unknown-error' );
16059
+
16060
  $this->_admin_notices->add(
16061
  sprintf( $this->get_text_inline( 'Couldn\'t activate %s.', 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
16062
+ $this->get_text_inline( 'Please contact us with the following message:', 'contact-us-with-error-message' ) . ' ' . '<b>' . $error_message . '</b>',
16063
  $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
16064
  'error'
16065
  );
16067
  return;
16068
  }
16069
 
16070
+ $addon_installs = $result->installs;
16071
+ foreach ( $addon_installs as $key => $addon_install ) {
16072
+ $addon_installs[ $key ] = new FS_Site( $addon_install );
16073
+ }
16074
+
16075
+ $first_install = $addon_installs[0];
16076
+
16077
  // Get user information based on parent's plugin.
16078
  $user = $parent_fs->get_user();
16079
 
16080
  // First of all, set site and user info - otherwise we won't
16081
  // be able to invoke API calls.
16082
+ $this->_site = $first_install;
16083
  $this->_user = $user;
16084
 
16085
  // Sync add-on plans.
16086
  $this->_sync_plans();
16087
 
16088
+ $this->handle_account_connection( $addon_installs, ! fs_is_network_admin() );
16089
+
16090
+ // Get site's current plan.
16091
+ //$this->_site->plan = $this->_get_plan_by_id( $this->_site->plan->id );
16092
+
16093
+ // Sync licenses.
16094
+ $this->_sync_licenses();
16095
+
16096
+ if ( ! fs_is_network_admin() ) {
16097
+ // Try to activate premium license.
16098
+ $this->_activate_license( true );
16099
+ } else {
16100
+ $license_id = fs_request_get( 'license_id' );
16101
+
16102
+ if ( is_object( $this->_site ) &&
16103
+ FS_Plugin_License::is_valid_id( $license_id ) &&
16104
+ $license_id == $this->_site->license_id
16105
+ ) {
16106
+ // License is already activated.
16107
+ return;
16108
+ }
16109
+
16110
+ $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
16111
+ $this->_get_license_by_id( $license_id ) :
16112
+ $this->_get_available_premium_license();
16113
+
16114
+ if ( is_object( $premium_license ) ) {
16115
+ $this->maybe_network_activate_addon_license( $premium_license );
16116
+ }
16117
+ }
16118
+ }
16119
+
16120
+ /**
16121
+ * @author Leo Fajardo (@leorw)
16122
+ * @since 2.3.0
16123
+ *
16124
+ * @param FS_Site[] $installs
16125
+ * @param bool $is_site_level
16126
+ */
16127
+ private function handle_account_connection( $installs, $is_site_level ) {
16128
+ $first_install = $installs[0];
16129
+
16130
+ if ( $is_site_level ) {
16131
+ $this->_set_account( $this->_user, $first_install );
16132
+
16133
+ $this->do_action( 'after_account_connection', $this->_user, $first_install );
16134
+ } else {
16135
+ $this->_store_user();
16136
+
16137
+ // Map site addresses to their blog IDs.
16138
+ $address_to_blog_map = $this->get_address_to_blog_map();
16139
+
16140
+ $first_blog_id = null;
16141
+ $blog_2_install_map = array();
16142
+ foreach ( $installs as $install ) {
16143
+ $address = trailingslashit( fs_strip_url_protocol( $install->url ) );
16144
+ $blog_id = $address_to_blog_map[ $address ];
16145
+
16146
+ $this->_store_site( true, $blog_id, $install );
16147
+
16148
+ if ( is_null( $first_blog_id ) ) {
16149
+ $first_blog_id = $blog_id;
16150
+ }
16151
+
16152
+ $blog_2_install_map[ $blog_id ] = $install;
16153
+ }
16154
+
16155
+ if ( ! FS_User::is_valid_id( $this->_storage->network_user_id ) ||
16156
+ ! is_object( self::_get_user_by_id( $this->_storage->network_user_id ) )
16157
+ ) {
16158
+ // Store network user.
16159
+ $this->_storage->network_user_id = $this->_user->id;
16160
+ }
16161
+
16162
+ if ( ! FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ) {
16163
+ $this->_storage->network_install_blog_id = $first_blog_id;
16164
+ }
16165
+
16166
+ if ( count( $installs ) === count( $address_to_blog_map ) ) {
16167
+ // Super admin opted in for all sites in the network.
16168
+ $this->_storage->is_network_connected = true;
16169
+ }
16170
+
16171
+ $this->_store_licenses( false );
16172
+
16173
+ self::$_accounts->store();
16174
+
16175
+ // Don't sync the installs data on network upgrade
16176
+ if ( ! $this->network_upgrade_mode_completed() ) {
16177
+ $this->send_installs_update();
16178
+ }
16179
+
16180
+ // Switch install context back to the first install.
16181
+ $this->_site = $first_install;
16182
+
16183
+ $current_blog = get_current_blog_id();
16184
+
16185
+ foreach ( $blog_2_install_map as $blog_id => $install ) {
16186
+ $this->switch_to_blog( $blog_id );
16187
 
16188
+ $this->do_action( 'after_account_connection', $this->_user, $install );
16189
+ }
16190
 
16191
+ $this->switch_to_blog( $current_blog );
 
16192
 
16193
+ $this->do_action( 'after_network_account_connection', $this->_user, $blog_2_install_map );
16194
+ }
16195
  }
16196
 
16197
  /**
16308
  ! $this->is_registered()
16309
  );
16310
 
16311
+ $should_hide_site_admin_settings = $this->apply_filters( 'should_hide_site_admin_settings_on_network_activation_mode', $should_hide_site_admin_settings );
16312
+
16313
  if ( ( ! $this->has_api_connectivity() && ! $this->is_enable_anonymous() ) ||
16314
  $should_hide_site_admin_settings
16315
  ) {
16516
  }
16517
 
16518
  if ( ! $this->_menu->has_menu() || $this->_menu->is_top_level() ) {
16519
+
16520
+ if ( $this->_menu->has_menu() ||
16521
+ ! $this->is_addon() ||
16522
+ $this->is_activation_mode()
16523
+ ) {
16524
+ $this->_dynamically_added_top_level_page_hook_name = $this->_menu->add_page_and_update(
16525
+ $this->get_plugin_name(),
16526
+ $this->get_plugin_name(),
16527
+ 'manage_options',
16528
+ $this->_menu->has_menu() ? $this->_menu->get_slug() : $this->_slug
16529
+ );
16530
+ }
16531
  } else {
16532
  $this->_menu->add_subpage_and_update(
16533
  $this->_menu->get_parent_slug(),
16613
  );
16614
  }
16615
 
16616
+ /**
16617
+ * @author Leo Fajardo (@leorw)
16618
+ * @since 2.3.0
16619
+ *
16620
+ * @param bool $is_activation_mode
16621
+ *
16622
+ * @return bool
16623
+ */
16624
+ private function should_add_submenu_or_action_links( $is_activation_mode ) {
16625
+ if ( $this->is_addon() ) {
16626
+ // No submenu items or action links for add-ons.
16627
+ return false;
16628
+ }
16629
+
16630
+ if ( $this->is_free_wp_org_theme() && ! fs_is_network_admin() ) {
16631
+ // Also add action links or submenu items when running in a free .org theme so the tabs will be visible.
16632
+ return true;
16633
+ }
16634
+
16635
+ if ( $is_activation_mode && ! $this->is_free_wp_org_theme() ) {
16636
+ return false;
16637
+ }
16638
+
16639
+ if ( fs_is_network_admin() ) {
16640
+ /**
16641
+ * Add submenu items or action links to network level when plugin was network activated and the super
16642
+ * admin did NOT delegate the connection of all sites to site admins.
16643
+ */
16644
+ return (
16645
+ $this->_is_network_active &&
16646
+ ( WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED ||
16647
+ ! $this->is_network_delegated_connection() )
16648
+ );
16649
+ }
16650
+
16651
+ return ( ! $this->_is_network_active || $this->is_delegated_connection() );
16652
+ }
16653
+
16654
  /**
16655
  * Add default Freemius menu items.
16656
  *
16663
 
16664
  $is_activation_mode = $this->is_activation_mode();
16665
 
16666
+ $add_submenu_items = $this->should_add_submenu_or_action_links( $is_activation_mode );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16667
 
16668
  if ( $add_submenu_items ) {
16669
  if ( $this->has_affiliate_program() ) {
17714
  self::$_accounts->set_option( 'account_addons', $all_addons, $store );
17715
  }
17716
 
17717
+ /**
17718
+ * Purges the cache for the valid user licenses API call so that when the `Account` or `Add-Ons` page is loaded,
17719
+ * the valid user licenses will be fetched again and the account add-ons may be updated.
17720
+ *
17721
+ * @author Leo Fajardo (@leorw)
17722
+ * @since 2.2.4
17723
+ */
17724
+ private function purge_valid_user_licenses_cache() {
17725
+ $this->get_api_user_scope()->purge_cache( $this->get_valid_user_licenses_endpoint() );
17726
+ }
17727
+
17728
+ /**
17729
+ * @author Leo Fajardo (@leorw)
17730
+ * @since 2.3.0
17731
+ *
17732
+ * @param array $all_licenses
17733
+ * @param number|null $site_license_id
17734
+ * @param bool $include_parent_licenses
17735
+ *
17736
+ * @return array
17737
+ */
17738
+ private function get_foreign_licenses_info( $all_licenses, $site_license_id = null, $include_parent_licenses = false ) {
17739
+ $foreign_licenses = array(
17740
+ 'ids' => array(),
17741
+ 'license_keys' => array()
17742
+ );
17743
+
17744
+ $parent_license_ids_map = array();
17745
+
17746
+ foreach ( $all_licenses as $license ) {
17747
+ if ( $license->user_id == $this->_user->id || $license->id == $site_license_id ) {
17748
+ continue;
17749
+ }
17750
+
17751
+ $foreign_licenses['ids'][] = $license->id;
17752
+ $foreign_licenses['license_keys'][] = $license->secret_key;
17753
+
17754
+ if (
17755
+ $include_parent_licenses &&
17756
+ is_object( $this->_license ) &&
17757
+ FS_Plugin_License::is_valid_id( $this->_license->parent_license_id ) &&
17758
+ ! isset( $parent_license_ids_map[ $this->_license->parent_license_id ] )
17759
+ ) {
17760
+ /**
17761
+ * Include the parent license's info only if it has not been included before since child licenses
17762
+ * can have the same parent license.
17763
+ */
17764
+ $foreign_licenses['ids'][] = $this->_license->parent_license_id;
17765
+ $foreign_licenses['license_keys'][] = $license->secret_key;
17766
+
17767
+ $parent_license_ids_map[ $this->_license->parent_license_id ] = true;
17768
+ }
17769
+ }
17770
+
17771
+ if ( empty( $foreign_licenses['ids'] ) ) {
17772
+ $foreign_licenses = array();
17773
+ }
17774
+
17775
+ return $foreign_licenses;
17776
+ }
17777
+
17778
+ /**
17779
+ * @author Leo Fajardo (@leorw)
17780
+ * @since 2.3.0
17781
+ *
17782
+ * @return string
17783
+ */
17784
+ private function get_valid_user_licenses_endpoint() {
17785
+ $user_licenses_endpoint = '/licenses.json?type=active' .
17786
+ ( FS_Plugin::is_valid_id( $this->get_bundle_id() ) ? '&is_enriched=true' : '' );
17787
+
17788
+ $foreign_licenses = $this->get_foreign_licenses_info( self::get_all_licenses( $this->_module_id ), null, true );
17789
+
17790
+ if ( ! empty ( $foreign_licenses ) ) {
17791
+ $foreign_licenses = array(
17792
+ // Prefix with `+` to tell the server to include foreign licenses in the licenses collection.
17793
+ 'ids' => ( urlencode( '+' ) . implode( ',', $foreign_licenses['ids'] ) ),
17794
+ 'license_keys' => implode( ',', array_map( 'urlencode', $foreign_licenses['license_keys'] ) )
17795
+ );
17796
+
17797
+ $user_licenses_endpoint = add_query_arg( $foreign_licenses, $user_licenses_endpoint );
17798
+ }
17799
+
17800
+ return $user_licenses_endpoint;
17801
+ }
17802
+
17803
+ /**
17804
+ * Fetches active licenses that are enriched with product type if there's a context `bundle_id` and bundle
17805
+ * licenses enriched with product IDs if there are any. From the licenses, the `get_updated_account_addons`
17806
+ * method filters out non–add-on product IDs and stores the add-on IDs.
17807
+ *
17808
+ * @author Leo Fajardo (@leorw)
17809
+ * @since 2.2.4
17810
+ *
17811
+ * @return stdClass[] array
17812
+ */
17813
+ private function fetch_valid_user_licenses() {
17814
+ $this->_logger->entrance();
17815
+
17816
+ $result = $this->get_api_user_scope()->get( $this->get_valid_user_licenses_endpoint() );
17817
+
17818
+ if ( ! $this->is_api_result_object( $result, 'licenses' ) ||
17819
+ ! is_array( $result->licenses )
17820
+ ) {
17821
+ return array();
17822
+ }
17823
+
17824
+ return $result->licenses;
17825
+ }
17826
+
17827
+ /**
17828
+ * @author Leo Fajardo (@leorw)
17829
+ * @since 2.2.4
17830
+ *
17831
+ * @return number[] Account add-on IDs.
17832
+ */
17833
+ function get_updated_account_addons() {
17834
+ $addons = $this->get_addons();
17835
+ if ( empty( $addons ) ) {
17836
+ return array();
17837
+ }
17838
+
17839
+ $account_addons = $this->get_account_addons();
17840
+ if ( ! is_array( $account_addons ) ) {
17841
+ $account_addons = array();
17842
+ }
17843
+
17844
+ $user_licenses = $this->is_registered() ?
17845
+ $this->fetch_valid_user_licenses() :
17846
+ array();
17847
+
17848
+ if ( empty( $user_licenses ) ) {
17849
+ return $account_addons;
17850
+ }
17851
+
17852
+ $addon_ids = array();
17853
+ foreach ( $addons as $addon ) {
17854
+ $addon_ids[] = $addon->id;
17855
+ }
17856
+
17857
+ $license_product_ids = array();
17858
+
17859
+ foreach ( $user_licenses as $license ) {
17860
+ if ( isset( $license->plugin_type ) && 'bundle' === $license->plugin_type ) {
17861
+ $license_product_ids = array_merge( $license_product_ids, $license->products );
17862
+ } else {
17863
+ $license_product_ids[] = $license->plugin_id;
17864
+ }
17865
+ }
17866
+
17867
+ // Filter out non–add-on IDs.
17868
+ $new_account_addons = array_intersect( $addon_ids, $license_product_ids );
17869
+ if ( count( $new_account_addons ) !== count( $account_addons ) ) {
17870
+ $this->_store_account_addons( array_unique( $new_account_addons ) );
17871
+ }
17872
+
17873
+ return $new_account_addons;
17874
+ }
17875
+
17876
  /**
17877
  * Store account params in the Database.
17878
  *
17967
  $api = $this->get_api_site_scope();
17968
 
17969
  if ( ! is_numeric( $license_id ) ) {
17970
+ $license_id = FS_Plugin_License::is_valid_id( $this->_license->parent_license_id ) ?
17971
+ $this->_license->parent_license_id :
17972
+ $this->_license->id;
17973
  }
17974
 
17975
  $result = $api->get( "/licenses/{$license_id}/subscriptions.json", true );
18076
  $plugin_id = $this->_plugin->id;
18077
  }
18078
 
18079
+ $user_licenses_endpoint = "/plugins/{$plugin_id}/licenses.json?is_enriched=true";
18080
  if ( ! empty ( $foreign_licenses ) ) {
18081
  $foreign_licenses = array(
18082
  // Prefix with `+` to tell the server to include foreign licenses in the licenses collection.
18125
 
18126
  if ( is_numeric( $site_license_id ) ) {
18127
  // Try to retrieve a foreign license that is linked to the install.
18128
+ $api_result = $api->call( '/licenses.json?is_enriched=true' );
18129
 
18130
  if ( $this->is_api_result_object( $api_result, 'licenses' ) &&
18131
  is_array( $api_result->licenses )
18138
  } else {
18139
  $api_errors[] = $api_result;
18140
  }
18141
+ } else if (
18142
+ is_object( $this->_license ) &&
18143
+ /**
18144
+ * Sync only if the license belongs to the context plugin. `$plugin_id` can be an add-on ID while
18145
+ * the FS instance that does the syncing is the parent FS instance.
18146
+ *
18147
+ * @author Leo Fajardo (@leorw)
18148
+ * @since 2.3.0
18149
+ */
18150
+ $this->_license->plugin_id == $plugin_id
18151
+ ) {
18152
  $is_license_in_result = false;
18153
  if ( ! empty( $result ) ) {
18154
  foreach ( $result as $license ) {
18162
  if ( ! $is_license_in_result ) {
18163
  // Fetch foreign license by ID and license key.
18164
  $license = $api->get( "/licenses/{$this->_license->id}.json?license_key=" .
18165
+ urlencode( $this->_license->secret_key ) . '&is_enriched=true' );
18166
 
18167
  if ( $this->is_api_result_entity( $license ) ) {
18168
  $result[] = new FS_Plugin_License( $license );
18231
  $plugin_id = $this->_plugin->id;
18232
  }
18233
 
18234
+ $include_bundles = (
18235
+ is_object( $this->_plugin ) &&
18236
+ FS_Plugin::is_valid_id( $this->_plugin->bundle_id )
18237
+ );
18238
+
18239
+ $result = $api->get(
18240
+ "/plugins/{$plugin_id}/payments.json?include_addons=true" . ($include_bundles ? '&include_bundles=true' : ''),
18241
+ $flush
18242
+ );
18243
 
18244
  if ( ! isset( $result->error ) ) {
18245
  for ( $i = 0, $len = count( $result->payments ); $i < $len; $i ++ ) {
18309
  return false;
18310
  }
18311
 
18312
+ $plugin_version = $this->get_plugin_version();
18313
+
18314
  // Check if version is actually newer.
18315
  $has_new_version =
18316
  // If it's an non-installed add-on then always return latest.
18317
  ( $this->_is_addon_id( $plugin_id ) && ! $this->is_addon_activated( $plugin_id ) ) ||
18318
  // Compare versions.
18319
+ version_compare( $plugin_version, $latest_tag->version, '<' );
18320
 
18321
  $this->_logger->departure( $has_new_version ? 'Found newer plugin version ' . $latest_tag->version : 'No new version' );
18322
 
18323
+ $is_latest_version_beta = ( 'beta' === $latest_tag->release_mode );
18324
+
18325
+ $this->_storage->beta_data = array(
18326
+ 'is_beta' => $is_latest_version_beta,
18327
+ 'version' => $latest_tag->version
18328
+ );
18329
+
18330
  return $has_new_version ? $latest_tag : false;
18331
  }
18332
 
18537
  if ( $this->is_addon_activated( $addon_id ) ) {
18538
  // If already installed, use add-on sync.
18539
  $fs_addon = self::get_instance_by_id( $addon_id );
 
18540
 
18541
+ if (
18542
+ // Add-on is network activated and network integrated.
18543
+ $fs_addon->is_network_active() ||
18544
+ // Background sync cron.
18545
+ self::is_cron() ||
18546
+ // Add-on is not network activated or not network integrated.
18547
+ ! fs_is_network_admin()
18548
+ ) {
18549
+ $fs_addon->_sync_license( $background );
18550
+
18551
+ return;
18552
+ }
18553
  }
18554
 
18555
  // Validate add-on exists.
18678
  if ( ! self::$_global_admin_notices->has_sticky( 'api_blocked' ) ) {
18679
  self::$_global_admin_notices->add(
18680
  sprintf(
18681
+ $this->get_text_inline( 'Your server is blocking the access to Freemius\' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s', 'server-blocking-access' ),
18682
  $this->get_plugin_name(),
18683
+ '<b>' . implode( ', ', $this->apply_filters( 'api_domains', array(
18684
+ 'api.freemius.com',
18685
+ 'wp.freemius.com'
18686
+ ) ) ) . '</b>'
18687
  ) . '<br> ' . $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . var_export( $result->error, true ),
18688
  $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
18689
  'error',
18846
  $this->_store_licenses();
18847
 
18848
  $plan_change = $is_free ?
18849
+ ( $this->is_only_premium() ? 'activated' : 'upgraded' ) :
18850
  ( is_object( $new_license ) ?
18851
  'changed' :
18852
  'downgraded' );
18874
  $this->_sync_site_subscription( $this->_license );
18875
  }
18876
  }
18877
+
18878
+ if ( $this->is_addon() || $this->has_addons() ) {
18879
+ /**
18880
+ * Purge the valid user licenses cache so that when the "Account" or the "Add-Ons" page is loaded,
18881
+ * an updated valid user licenses collection will be fetched from the server which is used to also
18882
+ * update the account add-ons (add-ons the user has licenses for).
18883
+ *
18884
+ * @author Leo Fajardo (@leorw)
18885
+ * @since 2.2.4
18886
+ */
18887
+ $this->purge_valid_user_licenses_cache();
18888
+ }
18889
  }
18890
 
18891
  $hmm_text = $this->get_text_x_inline( 'Hmm', 'something somebody says when they are thinking about what you have just said.', 'hmm' ) . '...';
18919
  }
18920
  break;
18921
  case 'upgraded':
18922
+ case 'activated':
18923
  $this->_admin_notices->add_sticky(
18924
+ ( 'activated' === $plan_change ) ?
18925
+ $this->get_text_inline( 'Your plan was successfully activated.', 'plan-activated-message' ) :
18926
+ $this->get_text_inline( 'Your plan was successfully upgraded.', 'plan-upgraded-message' ) .
18927
+ $this->get_complete_upgrade_instructions(),
18928
  'plan_upgraded',
18929
  $this->get_text_x_inline( 'Yee-haw', 'interjection expressing joy or exuberance', 'yee-haw' ) . '!'
18930
  );
19039
  *
19040
  * @param bool $background
19041
  */
19042
+ protected function _activate_license( $background = false, $premium_license = null ) {
19043
  $this->_logger->entrance();
19044
 
19045
+ if ( is_null( $premium_license ) ) {
19046
+ $license_id = fs_request_get( 'license_id' );
19047
 
19048
+ if ( is_object( $this->_site ) &&
19049
+ FS_Plugin_License::is_valid_id( $license_id ) &&
19050
+ $license_id == $this->_site->license_id
19051
+ ) {
19052
+ // License is already activated.
19053
+ return;
19054
+ }
19055
 
19056
+ $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
19057
+ $this->_get_license_by_id( $license_id ) :
19058
+ $this->_get_available_premium_license();
19059
+ }
19060
 
19061
  if ( ! is_object( $premium_license ) ) {
19062
  return;
19105
  }
19106
 
19107
  $api = $this->get_api_site_scope();
19108
+ $license = $api->call( "/licenses/{$premium_license->id}.json?is_enriched=true", 'put', $api_request_params );
19109
 
19110
  if ( ! $this->is_api_result_entity( $license ) ) {
19111
  if ( ! $background ) {
19139
 
19140
  $this->_store_account();
19141
 
19142
+ if ( $this->is_addon() || $this->has_addons() ) {
19143
+ /**
19144
+ * Purge the valid user licenses cache so that when the "Account" or the "Add-Ons" page is loaded,
19145
+ * an updated valid user licenses collection will be fetched from the server which is used to also
19146
+ * update the account add-ons (add-ons the user has licenses for).
19147
+ *
19148
+ * @author Leo Fajardo (@leorw)
19149
+ * @since 2.2.4
19150
+ */
19151
+ $this->purge_valid_user_licenses_cache();
19152
+ }
19153
+
19154
  if ( ! $background ) {
19155
  $this->_admin_notices->add_sticky(
19156
  $this->get_text_inline( 'Your license was successfully activated.', 'license-activated-message' ) .
19553
 
19554
  if ( $this->has_secret_key() ) {
19555
  $endpoint = add_query_arg( 'type', 'all', $endpoint );
19556
+ } else if ( $this->is_registered() && $this->_user->is_beta() ) {
19557
+ $endpoint = add_query_arg( 'type', 'beta', $endpoint );
19558
  }
19559
 
19560
  return $endpoint;
19711
  function _get_invoice_api_url( $payment_id = false ) {
19712
  $this->_logger->entrance();
19713
 
19714
+ $url = $this->get_api_user_scope()->get_signed_url(
19715
  "/payments/{$payment_id}/invoice.pdf"
19716
  );
19717
+
19718
+ if ( ! fs_starts_with( $url, 'https://' ) ) {
19719
+ // Always use HTTPS for invoices.
19720
+ $url = 'https' . substr( $url, 4 );
19721
+ }
19722
+
19723
+ return $url;
19724
  }
19725
 
19726
  /**
19766
  $this->get_parent_instance() :
19767
  $this;
19768
 
19769
+ return $this->apply_filters( 'download_latest_url', $fs->get_account_url( 'download_latest', $params ) );
19770
  }
19771
 
19772
  #endregion Download Plugin ------------------------------------------------------------------
19855
  if ( ! $flush && $api->is_cached( $path ) ) {
19856
  $addons = self::get_all_addons();
19857
 
19858
+ return isset( $addons[ $this->_plugin->id ] ) ?
19859
+ $addons[ $this->_plugin->id ] :
19860
+ array();
19861
  }
19862
 
19863
  $result = $api->get( $path, $flush );
20093
  if ( ! isset( $result->error ) ) {
20094
  $this->_admin_notices->add( sprintf(
20095
  $this->get_text_inline( 'Verification mail was just sent to %s. If you can\'t find it after 5 min, please check your spam box.', 'verification-email-sent-message' ),
20096
+ sprintf( '<a href="mailto:%1$s">%2$s</a>', esc_url( $this->_user->email ), $this->_user->email )
20097
  ) );
20098
  } else {
20099
  // handle different error cases.
20158
  ) {
20159
  $first_time_path = '';
20160
  } else {
20161
+ $first_time_path = $this->_menu->get_first_time_path(
20162
+ fs_is_network_admin() && $this->_is_network_active
20163
+ );
20164
  }
20165
 
20166
  if ( $this->_is_network_active &&
20805
  $user->id,
20806
  $user->public_key,
20807
  ! $this->is_live(),
20808
+ $user->secret_key,
20809
+ $this->get_sdk_version()
20810
  );
20811
  }
20812
 
20834
  $user->id,
20835
  $user->public_key,
20836
  ! $this->is_live(),
20837
+ $user->secret_key,
20838
+ $this->get_sdk_version()
20839
  );
20840
 
20841
  return $this->_user_api;
20860
  $this->_site->id,
20861
  $this->_site->public_key,
20862
  ! $this->is_live(),
20863
+ $this->_site->secret_key,
20864
+ $this->get_sdk_version()
20865
  );
20866
  }
20867
 
20885
  'plugin',
20886
  $this->_plugin->id,
20887
  $this->_plugin->public_key,
20888
+ ! $this->is_live(),
20889
+ false,
20890
+ $this->get_sdk_version()
20891
  );
20892
  }
20893
 
20927
  $plans = array( $plans );
20928
  }
20929
 
20930
+ if ( ! $this->is_array_instanceof( $plans, 'FS_Plugin_Plan' ) ) {
20931
+ $plans = array();
20932
+ }
20933
+
20934
  $this->_storage->has_trial_plan = FS_Plan_Manager::instance()->has_trial_plan( $plans );
20935
  }
20936
 
21308
  function _add_upgrade_action_link() {
21309
  $this->_logger->entrance();
21310
 
21311
+ $is_activation_mode = $this->is_activation_mode();
21312
+
21313
+ $add_action_links = $this->should_add_submenu_or_action_links( $is_activation_mode );
21314
+
21315
+ /**
21316
+ * The following logic is based on the logic in `add_submenu_items()` method that decides when the "Upgrade"
21317
+ * and "Add-Ons" menus should be added.
21318
+ *
21319
+ * @author Leo Fajardo (@leorw)
21320
+ * @since 2.3.0
21321
+ */
21322
+ $add_upgrade_link = (
21323
+ $add_action_links ||
21324
+ ( $is_activation_mode && $this->is_only_premium() )
21325
+ ) && ! WP_FS__DEMO_MODE;
21326
+
21327
+ $add_addons_link = ( $add_action_links && $this->has_addons() );
21328
+
21329
+ if ( ! $add_upgrade_link && ! $add_addons_link ) {
21330
+ return;
21331
+ }
21332
+
21333
+ if (
21334
+ $add_upgrade_link &&
21335
+ $this->is_pricing_page_visible() &&
21336
+ $this->is_submenu_item_visible( 'pricing' )
21337
+ ) {
21338
  $this->add_plugin_action_link(
21339
  $this->get_text_inline( 'Upgrade', 'upgrade' ),
21340
  $this->get_upgrade_url(),
21344
  );
21345
  }
21346
 
21347
+ if (
21348
+ $add_addons_link &&
21349
+ $this->has_addons() &&
21350
+ $this->is_submenu_item_visible( 'addons' )
21351
+ ) {
21352
  $this->add_plugin_action_link(
21353
  $this->get_text_inline( 'Add-Ons', 'add-ons' ),
21354
  $this->_get_admin_page_url( 'addons' ),
21399
  }
21400
 
21401
  /**
21402
+ * Adds "Opt In" or "Opt Out" link to the main "Plugins" page link actions collection.
21403
  *
21404
  * @author Leo Fajardo (@leorw)
21405
  * @since 1.2.1.5
21411
 
21412
  $this->_logger->entrance();
21413
 
21414
+ if ( fs_is_network_admin() ) {
21415
+ if ( ! $this->_is_network_active ) {
21416
+ // Don't add tracking links when browsing the network WP Admin and the plugin is not network active.
21417
+ return;
21418
+ } else if ( $this->is_network_delegated_connection() ) {
21419
+ // Don't add tracking links when browsing the network WP Admin and the activation has been delegated to site admins.
21420
+ return;
21421
+ }
21422
+ } else {
21423
+ if ( $this->_is_network_active && ! $this->is_delegated_connection() ) {
21424
+ // Don't add tracking links when browsing the sub-site WP Admin, the plugin is network active, and the connection was not delegated.
21425
+ return;
21426
+ }
21427
  }
21428
 
21429
  if ( fs_request_is_action_secure( $this->get_unique_affix() . '_reconnect' ) ) {
21441
  return;
21442
  }
21443
 
21444
+ if ( $this->is_registered() && $this->is_tracking_allowed() ) {
21445
+ if ( ! $this->is_enable_anonymous() ) {
21446
+ // If opted in and tracking is allowed, don't allow to opt out if anonymous mode is disabled.
21447
+ return;
21448
+ }
21449
 
21450
+ if ( ! $this->is_free_plan() ) {
21451
+ // Don't allow to opt out if running in paid plan.
21452
+ return;
21453
+ }
21454
  }
21455
 
21456
  if ( $this->add_ajax_action( 'stop_tracking', array( &$this, '_stop_tracking_callback' ) ) ) {
21461
  return;
21462
  }
21463
 
21464
+ $link_text_id = '';
21465
+ $url = '#';
21466
 
21467
  if ( $this->is_registered() ) {
21468
  if ( $this->is_tracking_allowed() ) {
21472
  }
21473
 
21474
  add_action( 'admin_footer', array( &$this, '_add_optout_dialog' ) );
21475
+ } else if ( $this->is_anonymous() || $this->is_activation_mode() ) {
21476
+ /**
21477
+ * Show opt-in link only if skipped or in activation mode.
21478
+ */
21479
  $link_text_id = $this->get_text_inline( 'Opt In', 'opt-in' );
21480
 
21481
  $params = ! $this->is_anonymous() ?
21488
  $url = $this->get_activation_url( $params );
21489
  }
21490
 
21491
+ if ( ! empty( $link_text_id ) && $this->is_plugin() && self::is_plugins_page() ) {
21492
  $this->add_plugin_action_link(
21493
  $link_text_id,
21494
  $url,
21511
  $url = false;
21512
 
21513
  if ( ! $this->is_addon() || ! $this->has_free_plan() ) {
21514
+ $first_time_path = $this->_menu->get_first_time_path(
21515
+ fs_is_network_admin() && $this->_is_network_active
21516
+ );
21517
 
21518
  if ( $this->is_activation_mode() ) {
21519
  $url = $this->get_activation_url();
21701
  $premium_plugin_basename = $this->premium_plugin_basename();
21702
 
21703
  return sprintf(
21704
+ /* translators: %1$s: Product title; %2$s: Plan title */
21705
+ $this->get_text_inline( ' The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s', 'activate-premium-version' ),
21706
  sprintf( '<em>%s</em>', esc_html( $this->get_plugin_title() ) ),
21707
  $plan_title,
21708
  sprintf(
21732
  ) ),
21733
  $deactivation_step,
21734
  $this->get_text_inline( 'Upload and activate the downloaded version', 'upload-and-activate' ),
21735
+ $this->apply_filters( 'upload_and_install_video_url', '//bit.ly/upload-wp-' . $this->_module_type . 's' ),
21736
  $this->get_text_inline( 'How to upload and activate?', 'howto-upload-activate' )
21737
  );
21738
  }
22715
  'plugin',
22716
  $user_plugin->id,
22717
  $user_plugin->public_key,
22718
+ ! $user_plugin->is_live,
22719
+ false,
22720
+ $this->get_sdk_version()
22721
  );
22722
 
22723
  $addons_result = $plugin_api->get( '/addons.json?enriched=true', true );
22807
  '%s %s %s',
22808
  $thank_you,
22809
  $already_opted_in,
22810
+ sprintf( $this->get_text_inline( '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 :-)', 'due-to-gdpr-compliance-requirements' ), '<a href="https://eugdpr.org/" target="_blank" rel="noopener noreferrer">', '</a>' ) .
22811
  '<br><br>' .
22812
  '<b>' . $this->get_text_inline( "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:", 'contact-for-updates' ) . '</b>' .
22813
  $actions .
freemius/includes/class-fs-api.php CHANGED
@@ -56,23 +56,40 @@
56
  */
57
  private $_logger;
58
 
59
- /**
 
 
 
 
 
 
 
 
60
  * @param string $slug
61
  * @param string $scope 'app', 'developer', 'user' or 'install'.
62
  * @param number $id Element's id.
63
  * @param string $public_key Public key.
64
  * @param bool $is_sandbox
65
  * @param bool|string $secret_key Element's secret key.
 
66
  *
67
  * @return FS_Api
68
  */
69
- static function instance( $slug, $scope, $id, $public_key, $is_sandbox, $secret_key = false ) {
 
 
 
 
 
 
 
 
70
  $identifier = md5( $slug . $scope . $id . $public_key . ( is_string( $secret_key ) ? $secret_key : '' ) . json_encode( $is_sandbox ) );
71
 
72
  if ( ! isset( self::$_instances[ $identifier ] ) ) {
73
  self::_init();
74
 
75
- self::$_instances[ $identifier ] = new FS_Api( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox );
76
  }
77
 
78
  return self::$_instances[ $identifier ];
@@ -105,12 +122,22 @@
105
  * @param string $public_key Public key.
106
  * @param bool|string $secret_key Element's secret key.
107
  * @param bool $is_sandbox
 
108
  */
109
- private function __construct( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox ) {
 
 
 
 
 
 
 
 
110
  $this->_api = new Freemius_Api_WordPress( $scope, $id, $public_key, $secret_key, $is_sandbox );
111
 
112
- $this->_slug = $slug;
113
- $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_api', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
 
114
  }
115
 
116
  /**
@@ -154,39 +181,51 @@
154
  * @return array|mixed|string|void
155
  */
156
  private function _call( $path, $method = 'GET', $params = array(), $retry = false ) {
157
- $this->_logger->entrance( $method . ':' . $path );
158
-
159
- if ( self::is_temporary_down() ) {
160
- $result = $this->get_temporary_unavailable_error();
161
- } else {
162
- $result = $this->_api->Api( $path, $method, $params );
163
-
164
- if ( null !== $result &&
165
- isset( $result->error ) &&
166
- isset( $result->error->code ) &&
167
- 'request_expired' === $result->error->code
168
- ) {
169
- if ( ! $retry ) {
170
- $diff = isset( $result->error->timestamp ) ?
171
- ( time() - strtotime( $result->error->timestamp ) ) :
172
- false;
173
-
174
- // Try to sync clock diff.
175
- if ( false !== $this->_sync_clock_diff( $diff ) ) {
176
- // Retry call with new synced clock.
177
- return $this->_call( $path, $method, $params, true );
178
- }
179
- }
180
- }
181
- }
 
 
 
 
 
 
 
 
 
 
 
 
182
 
183
- if ( $this->_logger->is_on() && self::is_api_error( $result ) ) {
184
- // Log API errors.
185
- $this->_logger->api_error( $result );
186
- }
187
 
188
- return $result;
189
- }
190
 
191
  /**
192
  * Override API call to wrap it in servers' clock sync method.
@@ -253,7 +292,7 @@
253
  * If the response code is 404, cache the result for half of the `$expiration`.
254
  *
255
  * @author Leo Fajardo (@leorw)
256
- * @since 2.2.3.1
257
  */
258
  $expiration /= 2;
259
  } else {
56
  */
57
  private $_logger;
58
 
59
+ /**
60
+ * @author Leo Fajardo (@leorw)
61
+ * @since 2.3.0
62
+ *
63
+ * @var string
64
+ */
65
+ private $_sdk_version;
66
+
67
+ /**
68
  * @param string $slug
69
  * @param string $scope 'app', 'developer', 'user' or 'install'.
70
  * @param number $id Element's id.
71
  * @param string $public_key Public key.
72
  * @param bool $is_sandbox
73
  * @param bool|string $secret_key Element's secret key.
74
+ * @param null|string $sdk_version
75
  *
76
  * @return FS_Api
77
  */
78
+ static function instance(
79
+ $slug,
80
+ $scope,
81
+ $id,
82
+ $public_key,
83
+ $is_sandbox,
84
+ $secret_key = false,
85
+ $sdk_version = null
86
+ ) {
87
  $identifier = md5( $slug . $scope . $id . $public_key . ( is_string( $secret_key ) ? $secret_key : '' ) . json_encode( $is_sandbox ) );
88
 
89
  if ( ! isset( self::$_instances[ $identifier ] ) ) {
90
  self::_init();
91
 
92
+ self::$_instances[ $identifier ] = new FS_Api( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox, $sdk_version );
93
  }
94
 
95
  return self::$_instances[ $identifier ];
122
  * @param string $public_key Public key.
123
  * @param bool|string $secret_key Element's secret key.
124
  * @param bool $is_sandbox
125
+ * @param null|string $sdk_version
126
  */
127
+ private function __construct(
128
+ $slug,
129
+ $scope,
130
+ $id,
131
+ $public_key,
132
+ $secret_key,
133
+ $is_sandbox,
134
+ $sdk_version
135
+ ) {
136
  $this->_api = new Freemius_Api_WordPress( $scope, $id, $public_key, $secret_key, $is_sandbox );
137
 
138
+ $this->_slug = $slug;
139
+ $this->_sdk_version = $sdk_version;
140
+ $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_api', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
141
  }
142
 
143
  /**
181
  * @return array|mixed|string|void
182
  */
183
  private function _call( $path, $method = 'GET', $params = array(), $retry = false ) {
184
+ $this->_logger->entrance( $method . ':' . $path );
185
+
186
+ if ( self::is_temporary_down() ) {
187
+ $result = $this->get_temporary_unavailable_error();
188
+ } else {
189
+ /**
190
+ * @since 2.3.0 Include the SDK version with all API requests that going through the API manager. IMPORTANT: Only pass the SDK version if the caller didn't include it yet.
191
+ */
192
+ if ( ! empty( $this->_sdk_version ) ) {
193
+ if ( false === strpos( $path, 'sdk_version=' ) &&
194
+ ! isset( $params['sdk_version'] )
195
+ ) {
196
+ // Always add the sdk_version param in the querystring. DO NOT INCLUDE IT IN THE BODY PARAMS, OTHERWISE, IT MAY LEAD TO AN UNEXPECTED PARAMS PARSING IN CASES WHERE THE $params IS A REGULAR NON-ASSOCIATIVE ARRAY.
197
+ $path = add_query_arg( 'sdk_version', $this->_sdk_version, $path );
198
+ }
199
+ }
200
+
201
+ $result = $this->_api->Api( $path, $method, $params );
202
+
203
+ if ( null !== $result &&
204
+ isset( $result->error ) &&
205
+ isset( $result->error->code ) &&
206
+ 'request_expired' === $result->error->code
207
+ ) {
208
+ if ( ! $retry ) {
209
+ $diff = isset( $result->error->timestamp ) ?
210
+ ( time() - strtotime( $result->error->timestamp ) ) :
211
+ false;
212
+
213
+ // Try to sync clock diff.
214
+ if ( false !== $this->_sync_clock_diff( $diff ) ) {
215
+ // Retry call with new synced clock.
216
+ return $this->_call( $path, $method, $params, true );
217
+ }
218
+ }
219
+ }
220
+ }
221
 
222
+ if ( $this->_logger->is_on() && self::is_api_error( $result ) ) {
223
+ // Log API errors.
224
+ $this->_logger->api_error( $result );
225
+ }
226
 
227
+ return $result;
228
+ }
229
 
230
  /**
231
  * Override API call to wrap it in servers' clock sync method.
292
  * If the response code is 404, cache the result for half of the `$expiration`.
293
  *
294
  * @author Leo Fajardo (@leorw)
295
+ * @since 2.2.4
296
  */
297
  $expiration /= 2;
298
  } else {
freemius/includes/class-fs-plugin-updater.php CHANGED
@@ -164,32 +164,71 @@
164
 
165
  $contents = ob_get_clean();
166
 
167
- /**
168
- * Replace the plugin information dialog's "Install Update Now" button's text and URL. If there's a license,
169
- * the text will be "Renew license" and will link to the checkout page with the license's billing cycle
170
- * and quota. If there's no license, the text will be "Buy license" and will link to the pricing page.
171
- */
172
- $contents = preg_replace(
173
- '/(.+\<a.+)(id="plugin_update_from_iframe")(.+href=")([^\s]+)(".+\>)(.+)(\<\/a.+)/is',
174
- is_object( $license ) ?
175
- sprintf(
176
- '$1$3%s$5%s$7',
177
- $this->_fs->checkout_url(
178
- is_object( $subscription ) ?
179
- ( 1 == $subscription->billing_cycle ? WP_FS__PERIOD_MONTHLY : WP_FS__PERIOD_ANNUALLY ) :
180
- WP_FS__PERIOD_LIFETIME,
181
- false,
182
- array( 'licenses' => $license->quota )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  ),
184
- fs_text_inline( 'Renew license', 'renew-license', $this->_fs->get_slug() )
185
- ) :
186
- sprintf(
187
- '$1$3%s$5%s$7',
188
- $this->_fs->pricing_url(),
189
- fs_text_inline( 'Buy license', 'buy-license', $this->_fs->get_slug() )
190
- ),
191
- $contents
192
- );
 
 
 
 
 
 
 
 
 
 
 
 
193
 
194
  echo $contents;
195
  }
@@ -257,7 +296,40 @@
257
 
258
  $r = $current->response[ $file ];
259
 
260
- if ( ! $this->_fs->has_any_active_valid_license() ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
  /**
262
  * Turn the "new version" text into a link that opens the plugin information dialog when clicked and
263
  * make the "View version x details" text link to the checkout page instead of opening the plugin
@@ -267,6 +339,8 @@
267
  * There is a new version of Awesome Plugin available. <a href="...>View version x.y.z details</a> or <a href="...>update now</a>.
268
  * Output:
269
  * There is a <a href="...>new version</a> of Awesome Plugin available. <a href="...>Buy a license now</a> to access version x.y.z security & feature updates, and support.
 
 
270
  *
271
  * @author Leo Fajardo (@leorw)
272
  */
@@ -279,7 +353,9 @@
279
  sprintf(
280
  '<a href="$4"%s>%s</a>',
281
  '$5',
282
- fs_text_inline( 'new version', 'new-version', $this->_fs->get_slug() )
 
 
283
  ),
284
  $this->_fs->get_plugin_title()
285
  ) .
@@ -299,7 +375,7 @@
299
  $slug = $this->_fs->get_slug();
300
 
301
  $upgrade_notice_html = sprintf(
302
- '<p class="notice fs-upgrade-notice fs-slug-%1s fs-type-%2s" data-slug="%1s" data-type="%2s"><strong>%3s</strong> %4s</p>',
303
  $slug,
304
  $this->_fs->get_module_type(),
305
  fs_text_inline( 'Important Upgrade Notice:', 'upgrade_notice', $slug ),
@@ -422,7 +498,7 @@
422
 
423
  $this->_update_details = false;
424
 
425
- if ( is_object( $new_version ) ) {
426
  $this->_logger->log( 'Found newer plugin version ' . $new_version->version );
427
 
428
  /**
@@ -437,10 +513,22 @@
437
  }
438
 
439
  if ( is_object( $this->_update_details ) ) {
 
 
 
 
440
  // Add plugin to transient data.
441
- $transient_data->response[ $this->_fs->get_plugin_basename() ] = $this->_fs->is_plugin() ?
442
  $this->_update_details :
443
  (array) $this->_update_details;
 
 
 
 
 
 
 
 
444
  }
445
 
446
  $slug = $this->_fs->get_slug();
@@ -532,6 +620,25 @@
532
  return $update;
533
  }
534
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
535
  /**
536
  * Update the updates transient with the module's update information.
537
  *
@@ -550,6 +657,10 @@
550
  function set_update_data( FS_Plugin_Tag $new_version ) {
551
  $this->_logger->entrance();
552
 
 
 
 
 
553
  $transient_key = "update_{$this->_fs->get_module_type()}s";
554
 
555
  $transient_data = get_site_transient( $transient_key );
@@ -834,8 +945,9 @@
834
  return $data;
835
  }
836
 
837
- $addon = false;
838
- $is_addon = false;
 
839
 
840
  if ( $this->_fs->get_slug() !== $args->slug ) {
841
  $addon = $this->_fs->get_addon_by_slug( $args->slug );
@@ -844,6 +956,20 @@
844
  return $data;
845
  }
846
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
847
  $is_addon = true;
848
  }
849
 
@@ -874,7 +1000,9 @@ if ( !isset($info->error) ) {
874
  }*/
875
  }
876
 
877
- $plugin_version = $this->_fs->get_plugin_version();
 
 
878
 
879
  // Get plugin's newest update.
880
  $new_version = $this->get_latest_download_details( $is_addon ? $addon->id : false, $plugin_version );
@@ -1002,8 +1130,8 @@ if ( !isset($info->error) ) {
1002
 
1003
  $active_plugins_basenames = get_option( 'active_plugins' );
1004
 
1005
- for ( $i = 0, $len = count( $active_plugins_basenames ); $i < $len; $i ++ ) {
1006
- if ( $basename === $active_plugins_basenames[ $i ] ) {
1007
  // Get filename including extension.
1008
  $filename = basename( $basename );
1009
 
@@ -1015,7 +1143,7 @@ if ( !isset($info->error) ) {
1015
  // Verify that the expected correct path exists.
1016
  if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $new_basename ) ) ) {
1017
  // Override active plugin name.
1018
- $active_plugins_basenames[ $i ] = $new_basename;
1019
  update_option( 'active_plugins', $active_plugins_basenames );
1020
  }
1021
 
164
 
165
  $contents = ob_get_clean();
166
 
167
+ $update_button_id_attribute_pos = strpos( $contents, 'id="plugin_update_from_iframe"' );
168
+
169
+ if ( false !== $update_button_id_attribute_pos ) {
170
+ $update_button_start_pos = strrpos(
171
+ substr( $contents, 0, $update_button_id_attribute_pos ),
172
+ '<a'
173
+ );
174
+
175
+ $update_button_end_pos = ( strpos( $contents, '</a>', $update_button_id_attribute_pos ) + strlen( '</a>' ) );
176
+
177
+ /**
178
+ * The part of the contents without the update button.
179
+ *
180
+ * @author Leo Fajardo (@leorw)
181
+ * @since 2.2.5
182
+ */
183
+ $modified_contents = substr( $contents, 0, $update_button_start_pos );
184
+
185
+ $update_button = substr( $contents, $update_button_start_pos, ( $update_button_end_pos - $update_button_start_pos ) );
186
+
187
+ /**
188
+ * Replace the plugin information dialog's "Install Update Now" button's text and URL. If there's a license,
189
+ * the text will be "Renew license" and will link to the checkout page with the license's billing cycle
190
+ * and quota. If there's no license, the text will be "Buy license" and will link to the pricing page.
191
+ */
192
+ $update_button = preg_replace(
193
+ '/(\<a.+)(id="plugin_update_from_iframe")(.+href=")([^\s]+)(".*\>)(.+)(\<\/a>)/is',
194
+ is_object( $license ) ?
195
+ sprintf(
196
+ '$1$3%s$5%s$7',
197
+ $this->_fs->checkout_url(
198
+ is_object( $subscription ) ?
199
+ ( 1 == $subscription->billing_cycle ? WP_FS__PERIOD_MONTHLY : WP_FS__PERIOD_ANNUALLY ) :
200
+ WP_FS__PERIOD_LIFETIME,
201
+ false,
202
+ array( 'licenses' => $license->quota )
203
+ ),
204
+ fs_text_inline( 'Renew license', 'renew-license', $this->_fs->get_slug() )
205
+ ) :
206
+ sprintf(
207
+ '$1$3%s$5%s$7',
208
+ $this->_fs->pricing_url(),
209
+ fs_text_inline( 'Buy license', 'buy-license', $this->_fs->get_slug() )
210
  ),
211
+ $update_button
212
+ );
213
+
214
+ /**
215
+ * Append the modified button.
216
+ *
217
+ * @author Leo Fajardo (@leorw)
218
+ * @since 2.2.5
219
+ */
220
+ $modified_contents .= $update_button;
221
+
222
+ /**
223
+ * Append the remaining part of the contents after the update button.
224
+ *
225
+ * @author Leo Fajardo (@leorw)
226
+ * @since 2.2.5
227
+ */
228
+ $modified_contents .= substr( $contents, $update_button_end_pos );
229
+
230
+ $contents = $modified_contents;
231
+ }
232
 
233
  echo $contents;
234
  }
296
 
297
  $r = $current->response[ $file ];
298
 
299
+ $has_beta_update = $this->_fs->has_beta_update();
300
+
301
+ if ( $this->_fs->has_any_active_valid_license() ) {
302
+ if ( $has_beta_update ) {
303
+ /**
304
+ * Turn the "new version" text into "new Beta version".
305
+ *
306
+ * Sample input:
307
+ * There is a new version of Awesome Plugin available. <a href="...>View version x.y.z details</a> or <a href="...>update now</a>.
308
+ * Output:
309
+ * There is a new Beta version of Awesome Plugin available. <a href="...>View version x.y.z details</a> or <a href="...>update now</a>.
310
+ *
311
+ * @author Leo Fajardo (@leorw)
312
+ * @since 2.3.0
313
+ */
314
+ $plugin_update_row = preg_replace(
315
+ '/(\<div.+>)(.+)(\<a.+href="([^\s]+)"([^\<]+)\>.+\<a.+)(\<\/div\>)/is',
316
+ (
317
+ '$1' .
318
+ sprintf(
319
+ fs_text_inline( 'There is a %s of %s available.', 'new-version-available', $this->_fs->get_slug() ),
320
+ $has_beta_update ?
321
+ fs_text_inline( 'new Beta version', 'new-beta-version', $this->_fs->get_slug() ) :
322
+ fs_text_inline( 'new version', 'new-version', $this->_fs->get_slug() ),
323
+ $this->_fs->get_plugin_title()
324
+ ) .
325
+ ' ' .
326
+ '$3' .
327
+ '$6'
328
+ ),
329
+ $plugin_update_row
330
+ );
331
+ }
332
+ } else {
333
  /**
334
  * Turn the "new version" text into a link that opens the plugin information dialog when clicked and
335
  * make the "View version x details" text link to the checkout page instead of opening the plugin
339
  * There is a new version of Awesome Plugin available. <a href="...>View version x.y.z details</a> or <a href="...>update now</a>.
340
  * Output:
341
  * There is a <a href="...>new version</a> of Awesome Plugin available. <a href="...>Buy a license now</a> to access version x.y.z security & feature updates, and support.
342
+ * OR
343
+ * There is a <a href="...>new Beta version</a> of Awesome Plugin available. <a href="...>Buy a license now</a> to access version x.y.z security & feature updates, and support.
344
  *
345
  * @author Leo Fajardo (@leorw)
346
  */
353
  sprintf(
354
  '<a href="$4"%s>%s</a>',
355
  '$5',
356
+ $has_beta_update ?
357
+ fs_text_inline( 'new Beta version', 'new-beta-version', $this->_fs->get_slug() ) :
358
+ fs_text_inline( 'new version', 'new-version', $this->_fs->get_slug() )
359
  ),
360
  $this->_fs->get_plugin_title()
361
  ) .
375
  $slug = $this->_fs->get_slug();
376
 
377
  $upgrade_notice_html = sprintf(
378
+ '<p class="notice fs-upgrade-notice fs-slug-%1$s fs-type-%2$s" data-slug="%1$s" data-type="%2$s"><strong>%3$s</strong> %4$s</p>',
379
  $slug,
380
  $this->_fs->get_module_type(),
381
  fs_text_inline( 'Important Upgrade Notice:', 'upgrade_notice', $slug ),
498
 
499
  $this->_update_details = false;
500
 
501
+ if ( is_object( $new_version ) && $this->is_new_version_premium( $new_version ) ) {
502
  $this->_logger->log( 'Found newer plugin version ' . $new_version->version );
503
 
504
  /**
513
  }
514
 
515
  if ( is_object( $this->_update_details ) ) {
516
+ if ( ! isset( $transient_data->response ) ) {
517
+ $transient_data->response = array();
518
+ }
519
+
520
  // Add plugin to transient data.
521
+ $transient_data->response[ $this->_fs->premium_plugin_basename() ] = $this->_fs->is_plugin() ?
522
  $this->_update_details :
523
  (array) $this->_update_details;
524
+ } else if ( isset( $transient_data->response ) ) {
525
+ /**
526
+ * Ensure that there's no update data for the plugin to prevent upgrading the premium version to the latest free version.
527
+ *
528
+ * @author Leo Fajardo (@leorw)
529
+ * @since 2.3.0
530
+ */
531
+ unset( $transient_data->response[ $this->_fs->premium_plugin_basename() ] );
532
  }
533
 
534
  $slug = $this->_fs->get_slug();
620
  return $update;
621
  }
622
 
623
+ /**
624
+ * @author Leo Fajardo (@leorw)
625
+ * @since 2.3.0
626
+ *
627
+ * @param FS_Plugin_Tag $new_version
628
+ *
629
+ * @return bool
630
+ */
631
+ private function is_new_version_premium( FS_Plugin_Tag $new_version ) {
632
+ $query_str = parse_url( $new_version->url, PHP_URL_QUERY );
633
+ if ( empty( $query_str ) ) {
634
+ return false;
635
+ }
636
+
637
+ parse_str( $query_str, $params );
638
+
639
+ return ( isset( $params['is_premium'] ) && 'true' == $params['is_premium'] );
640
+ }
641
+
642
  /**
643
  * Update the updates transient with the module's update information.
644
  *
657
  function set_update_data( FS_Plugin_Tag $new_version ) {
658
  $this->_logger->entrance();
659
 
660
+ if ( ! $this->is_new_version_premium( $new_version ) ) {
661
+ return;
662
+ }
663
+
664
  $transient_key = "update_{$this->_fs->get_module_type()}s";
665
 
666
  $transient_data = get_site_transient( $transient_key );
945
  return $data;
946
  }
947
 
948
+ $addon = false;
949
+ $is_addon = false;
950
+ $addon_version = false;
951
 
952
  if ( $this->_fs->get_slug() !== $args->slug ) {
953
  $addon = $this->_fs->get_addon_by_slug( $args->slug );
956
  return $data;
957
  }
958
 
959
+ if ( $this->_fs->is_addon_activated( $addon->id ) ) {
960
+ $addon_version = $this->_fs->get_addon_instance( $addon->id )->get_plugin_version();
961
+ } else if ( $this->_fs->is_addon_installed( $addon->id ) ) {
962
+ $addon_plugin_data = get_plugin_data(
963
+ ( WP_PLUGIN_DIR . '/' . $this->_fs->get_addon_basename( $addon->id ) ),
964
+ false,
965
+ false
966
+ );
967
+
968
+ if ( ! empty( $addon_plugin_data ) ) {
969
+ $addon_version = $addon_plugin_data['Version'];
970
+ }
971
+ }
972
+
973
  $is_addon = true;
974
  }
975
 
1000
  }*/
1001
  }
1002
 
1003
+ $plugin_version = $is_addon ?
1004
+ $addon_version :
1005
+ $this->_fs->get_plugin_version();
1006
 
1007
  // Get plugin's newest update.
1008
  $new_version = $this->get_latest_download_details( $is_addon ? $addon->id : false, $plugin_version );
1130
 
1131
  $active_plugins_basenames = get_option( 'active_plugins' );
1132
 
1133
+ foreach ( $active_plugins_basenames as $key => $active_plugin_basename ) {
1134
+ if ( $basename === $active_plugin_basename ) {
1135
  // Get filename including extension.
1136
  $filename = basename( $basename );
1137
 
1143
  // Verify that the expected correct path exists.
1144
  if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $new_basename ) ) ) {
1145
  // Override active plugin name.
1146
+ $active_plugins_basenames[ $key ] = $new_basename;
1147
  update_option( 'active_plugins', $active_plugins_basenames );
1148
  }
1149
 
freemius/includes/class-fs-storage.php CHANGED
@@ -337,12 +337,14 @@
337
  self::$_NETWORK_OPTIONS_MAP = array(
338
  // Network level options.
339
  'affiliate_application_data' => 0,
 
340
  'connectivity_test' => 0,
341
  'handle_gdpr_admin_notice' => 0,
342
  'has_trial_plan' => 0,
343
  'install_sync_timestamp' => 0,
344
  'install_sync_cron' => 0,
345
  'is_anonymous_ms' => 0,
 
346
  'is_on' => 0,
347
  'is_plugin_new_install' => 0,
348
  'network_install_blog_id' => 0,
337
  self::$_NETWORK_OPTIONS_MAP = array(
338
  // Network level options.
339
  'affiliate_application_data' => 0,
340
+ 'beta_data' => 0,
341
  'connectivity_test' => 0,
342
  'handle_gdpr_admin_notice' => 0,
343
  'has_trial_plan' => 0,
344
  'install_sync_timestamp' => 0,
345
  'install_sync_cron' => 0,
346
  'is_anonymous_ms' => 0,
347
+ 'is_network_activated' => 0,
348
  'is_on' => 0,
349
  'is_plugin_new_install' => 0,
350
  'network_install_blog_id' => 0,
freemius/includes/entities/class-fs-payment.php CHANGED
@@ -42,6 +42,13 @@
42
  * @var float
43
  */
44
  public $gross;
 
 
 
 
 
 
 
45
  /**
46
  * @var number
47
  */
@@ -75,6 +82,10 @@
75
 
76
  #endregion Properties
77
 
 
 
 
 
78
  /**
79
  * @param object|bool $payment
80
  */
@@ -107,4 +118,51 @@
107
  function is_migrated() {
108
  return ( 0 != $this->source );
109
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  }
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
  */
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
  */
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
@@ -29,6 +29,27 @@
29
  * @var number
30
  */
31
  public $plan_id;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  /**
33
  * @var number
34
  */
@@ -95,7 +116,7 @@
95
  * @return int
96
  */
97
  function left() {
98
- if ( ! $this->is_active() || $this->is_expired() ) {
99
  return 0;
100
  }
101
 
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
  */
116
  * @return int
117
  */
118
  function left() {
119
+ if ( ! $this->is_features_enabled() ) {
120
  return 0;
121
  }
122
 
freemius/includes/entities/class-fs-plugin-tag.php CHANGED
@@ -36,9 +36,9 @@
36
  */
37
  public $has_premium;
38
  /**
39
- * @var bool
40
  */
41
- public $is_released;
42
 
43
  function __construct( $tag = false ) {
44
  parent::__construct( $tag );
@@ -47,4 +47,14 @@
47
  static function get_type() {
48
  return 'tag';
49
  }
 
 
 
 
 
 
 
 
 
 
50
  }
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 );
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
@@ -49,6 +49,13 @@
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
  #region Install Specific Properties
54
 
@@ -87,6 +94,11 @@
87
  * @var bool
88
  */
89
  public $is_live;
 
 
 
 
 
90
 
91
  const AFFILIATE_MODERATION_CUSTOMERS = 'customers';
92
 
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
 
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
 
freemius/includes/entities/class-fs-site.php CHANGED
@@ -170,13 +170,16 @@
170
  fs_starts_with( $subdomain, 'staging' ) ||
171
  // WPEngine staging.
172
  fs_ends_with( $subdomain, '.staging.wpengine.com' ) ||
 
173
  // Pantheon
174
  ( fs_ends_with($subdomain, 'pantheonsite.io') &&
175
  (fs_starts_with($subdomain, 'test-') || fs_starts_with($subdomain, 'dev-'))) ||
176
  // Cloudways
177
  fs_ends_with( $subdomain, '.cloudwaysapps.com' ) ||
178
  // Kinsta
179
- (fs_ends_with($subdomain, '.kinsta.com') && fs_starts_with($subdomain, 'staging-'))
 
 
180
  );
181
  }
182
 
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
 
freemius/includes/entities/class-fs-user.php CHANGED
@@ -31,6 +31,13 @@
31
  */
32
  public $is_verified;
33
  /**
 
 
 
 
 
 
 
34
  * @var string|null
35
  */
36
  public $customer_id;
@@ -56,6 +63,16 @@
56
  return ( isset( $this->is_verified ) && true === $this->is_verified );
57
  }
58
 
 
 
 
 
 
 
 
 
 
 
59
  static function get_type() {
60
  return 'user';
61
  }
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;
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
  }
freemius/includes/fs-core-functions.php CHANGED
@@ -127,6 +127,9 @@
127
 
128
  if ( ! function_exists( 'fs_request_get' ) ) {
129
  /**
 
 
 
130
  * @param string $key
131
  * @param mixed $def
132
  * @param string|bool $type Since 1.2.1.7 - when set to 'get' will look for the value passed via querystring, when
@@ -140,6 +143,10 @@
140
  $type = strtolower( $type );
141
  }
142
 
 
 
 
 
143
  switch ( $type ) {
144
  case 'post':
145
  $value = isset( $_POST[ $key ] ) ? $_POST[ $key ] : $def;
@@ -163,17 +170,39 @@
163
  }
164
 
165
  if ( ! function_exists( 'fs_request_get_bool' ) ) {
 
 
 
 
 
 
 
 
 
 
166
  function fs_request_get_bool( $key, $def = false ) {
167
- if ( ! isset( $_REQUEST[ $key ] ) ) {
 
 
168
  return $def;
169
  }
170
 
171
- if ( 1 == $_REQUEST[ $key ] || 'true' === strtolower( $_REQUEST[ $key ] ) ) {
172
- return true;
173
- }
 
 
 
 
 
 
 
174
 
175
- if ( 0 == $_REQUEST[ $key ] || 'false' === strtolower( $_REQUEST[ $key ] ) ) {
176
- return false;
 
 
 
177
  }
178
 
179
  return $def;
127
 
128
  if ( ! function_exists( 'fs_request_get' ) ) {
129
  /**
130
+ * A helper method to fetch GET/POST user input with an optional default value when the input is not set.
131
+ * @author Vova Feldman (@svovaf)
132
+ *
133
  * @param string $key
134
  * @param mixed $def
135
  * @param string|bool $type Since 1.2.1.7 - when set to 'get' will look for the value passed via querystring, when
143
  $type = strtolower( $type );
144
  }
145
 
146
+ /**
147
+ * Note to WordPress.org Reviewers:
148
+ * This is a helper method to fetch GET/POST user input with an optional default value when the input is not set. The actual sanitization is done in the scope of the function's usage.
149
+ */
150
  switch ( $type ) {
151
  case 'post':
152
  $value = isset( $_POST[ $key ] ) ? $_POST[ $key ] : $def;
170
  }
171
 
172
  if ( ! function_exists( 'fs_request_get_bool' ) ) {
173
+ /**
174
+ * A helper method to fetch GET/POST user boolean input with an optional default value when the input is not set.
175
+ *
176
+ * @author Vova Feldman (@svovaf)
177
+ *
178
+ * @param string $key
179
+ * @param bool $def
180
+ *
181
+ * @return bool|mixed
182
+ */
183
  function fs_request_get_bool( $key, $def = false ) {
184
+ $val = fs_request_get( $key, null );
185
+
186
+ if ( is_null( $val ) ) {
187
  return $def;
188
  }
189
 
190
+ if ( is_bool( $val ) ) {
191
+ return $val;
192
+ } else if ( is_numeric( $val ) ) {
193
+ if ( 1 == $val ) {
194
+ return true;
195
+ } else if ( 0 == $val ) {
196
+ return false;
197
+ }
198
+ } else if ( is_string( $val ) ) {
199
+ $val = strtolower( $val );
200
 
201
+ if ( 'true' === $val ) {
202
+ return true;
203
+ } else if ( 'false' === $val ) {
204
+ return false;
205
+ }
206
  }
207
 
208
  return $def;
freemius/includes/fs-plugin-info-dialog.php CHANGED
@@ -31,6 +31,29 @@
31
  */
32
  private $_fs;
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  function __construct( Freemius $fs ) {
35
  $this->_fs = $fs;
36
 
@@ -170,11 +193,14 @@
170
 
171
  $data->fs_missing = ( ! $has_free_plan || $data->wp_org_missing );
172
  } else {
173
- $data->wp_org_missing = false;
 
174
 
 
175
  $current_addon_version = false;
176
  if ( $this->_fs->is_addon_activated( $selected_addon->id ) ) {
177
- $current_addon_version = $this->_fs->get_addon_instance( $selected_addon->id )->get_plugin_version();
 
178
  } else if ( $this->_fs->is_addon_installed( $selected_addon->id ) ) {
179
  $addon_plugin_data = get_plugin_data(
180
  ( WP_PLUGIN_DIR . '/' . $this->_fs->get_addon_basename( $selected_addon->id ) ),
@@ -196,14 +222,45 @@
196
  );
197
 
198
  if ( $has_paid_plan ) {
199
- $data->checkout_link = $this->_fs->checkout_url();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  }
201
- if ( $has_free_plan ) {
 
202
  $data->download_link = $this->_fs->_get_latest_download_local_url( $selected_addon->id );
203
  }
204
 
205
- $data->fs_missing = ( false === $latest );
206
-
 
 
 
 
 
207
 
208
  // Fetch as much as possible info from local files.
209
  $plugin_local_data = $this->_fs->get_plugin_data();
@@ -228,6 +285,8 @@
228
  $data->last_updated = $latest->created;
229
  $data->requires = $latest->requires_platform_version;
230
  $data->tested = $latest->tested_up_to_version;
 
 
231
  } else {
232
  // Add dummy version.
233
  $data->version = '1.0.0';
@@ -267,6 +326,12 @@
267
  $data->has_paid_plan = $has_paid_plan;
268
  $data->is_paid = $has_paid_plan;
269
  $data->is_wp_org_compliant = $selected_addon->is_wp_org_compliant;
 
 
 
 
 
 
270
 
271
  return $data;
272
  }
@@ -332,6 +397,70 @@
332
  return '$' . $price_tag;
333
  }
334
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  /**
336
  * @author Vova Feldman (@svovaf)
337
  * @since 1.1.7
@@ -359,14 +488,32 @@
359
  }
360
  }
361
 
362
- return '<a class="button button-primary fs-checkout-button right" href="' . $this->_fs->addon_checkout_url(
 
 
 
 
 
 
 
363
  $plan->plugin_id,
364
  $plan->pricing[0]->id,
365
  $this->get_billing_cycle( $plan ),
366
- $plan->has_trial()
367
- ) . '" target="_parent">' .
368
- ( ! $plan->has_trial() ?
369
- fs_text_x_inline( 'Purchase', 'verb', 'purchase', $api->slug ) :
 
 
 
 
 
 
 
 
 
 
 
370
  sprintf(
371
  /* translators: %s: N-days trial */
372
  fs_text_inline( 'Start my free %s', 'start-free-x', $api->slug ),
@@ -377,92 +524,305 @@
377
  }
378
 
379
  /**
380
- * @author Vova Feldman (@svovaf)
381
- * @since 2.0.0
382
  *
383
  * @param object $api
384
- * @param bool $is_primary
385
  *
386
- * @return string
387
  */
388
- private function get_download_cta( $api, $is_primary = true ) {
389
- if ( empty( $api->download_link ) ) {
390
- return '';
 
 
 
 
 
 
391
  }
392
 
393
- $status = install_plugin_install_status( $api );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
 
395
- $has_paid_version = $api->has_paid_plan;
 
 
 
 
 
 
 
 
 
 
 
 
396
 
397
- // Hosted on WordPress.org.
398
- switch ( $status['status'] ) {
399
- case 'install':
400
- if ( $api->is_wp_org_compliant ||
401
- ! $this->_fs->is_org_repo_compliant() ||
402
- $this->_fs->is_premium()
403
- ) {
404
- /**
405
- * Allow immediate installation if one of the following:
406
- * 1. WordPress.org add-on.
407
- * 2. The core module is NOT wp.org compliant.
408
- * 3. The core module is running the premium version which is not wp.org compliant.
409
- */
410
- if ( $status['url'] ) {
411
- return $this->get_cta(
412
- ( $has_paid_version ?
413
- fs_esc_html_inline( 'Install Free Version Now', 'install-free-version-now', $api->slug ) :
414
- fs_esc_html_inline( 'Install Now', 'install-now', $api->slug ) ),
415
- $is_primary,
416
- false,
417
- $status['url'],
418
- '_parent'
419
- );
420
  }
421
  }
 
422
 
423
- return $this->get_cta(
424
- ( $has_paid_version ?
425
- fs_esc_html_x_inline( 'Download Latest Free Version', 'as download latest version', 'download-latest-free-version', $api->slug ) :
426
- fs_esc_html_x_inline( 'Download Latest', 'as download latest version', 'download-latest', $api->slug ) ),
427
- $is_primary,
428
- false,
429
- esc_url( $api->download_link )
430
- );
431
- break;
432
- case 'update_available':
433
- if ( $status['url'] ) {
434
- return $this->get_cta(
435
- ( $has_paid_version ?
436
- fs_esc_html_inline( 'Install Free Version Update Now', 'install-free-version-update-now', $api->slug ) :
437
- fs_esc_html_inline( 'Install Update Now', 'install-update-now', $api->slug ) ),
438
- $is_primary,
439
- false,
440
- $status['url'],
441
- '_parent'
442
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
443
  }
444
- break;
445
- case 'newer_installed':
446
- return $this->get_cta(
447
- ( $has_paid_version ?
448
- esc_html( sprintf( fs_text_inline( 'Newer Free Version (%s) Installed', 'newer-free-installed', $api->slug ), $status['version'] ) ) :
449
- esc_html( sprintf( fs_text_inline( 'Newer Version (%s) Installed', 'newer-installed', $api->slug ), $status['version'] ) ) ),
450
- $is_primary,
451
- true
452
- );
453
- break;
454
- case 'latest_installed':
455
- return $this->get_cta(
456
- ( $has_paid_version ?
457
- fs_esc_html_inline( 'Latest Free Version Installed', 'latest-free-installed', $api->slug ) :
458
- fs_esc_html_inline( 'Latest Version Installed', 'latest-installed', $api->slug ) ),
459
- $is_primary,
460
- true
461
- );
462
- break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
463
  }
464
 
465
- return '';
 
 
 
 
 
 
 
466
  }
467
 
468
  /**
@@ -815,7 +1175,7 @@
815
  }?>;
816
  },
817
  _updateCtaUrl = function (plan, pricing, cycle) {
818
- $('.plugin-information-pricing .button, #plugin-information-footer .button.fs-checkout-button').attr('href', _checkoutUrl(plan, pricing, cycle));
819
  };
820
 
821
  $(document).ready(function () {
@@ -902,7 +1262,7 @@
902
  <?php endif ?>
903
  <ul class="fs-licenses">
904
  </ul>
905
- <?php echo $this->get_checkout_cta( $api, $plan, false ) ?>
906
  <div style="clear:both"></div>
907
  <?php if ( $plan->has_trial() ) : ?>
908
  <?php $trial_period = $this->get_trial_period( $plan ) ?>
@@ -1127,16 +1487,123 @@
1127
  echo "</div>\n"; // #plugin-information-scrollable
1128
  echo "<div id='$tab-footer'>\n";
1129
 
1130
- if ( $api->has_paid_plan && ! empty( $api->checkout_link ) ) {
1131
- echo $this->get_checkout_cta( $api );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1132
  }
1133
 
1134
- if ( ! empty( $api->download_link ) ) {
1135
- echo $this->get_download_cta( $api, empty( $api->checkout_link ) );
1136
- }
1137
 
1138
  echo "</div>\n";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1140
  iframe_footer();
1141
  exit;
1142
  }
31
  */
32
  private $_fs;
33
 
34
+ /**
35
+ * Collection of plugin installation, update, download, activation, and purchase actions. This is used in
36
+ * populating the actions dropdown list when there are at least 2 actions. If there's only 1 action, a button
37
+ * is used instead.
38
+ *
39
+ * @author Leo Fajardo (@leorw)
40
+ * @since 2.3.0
41
+ *
42
+ * @var string[]
43
+ */
44
+ private $actions;
45
+
46
+ /**
47
+ * Contains plugin status information that is used to determine which actions should be part of the actions
48
+ * dropdown list.
49
+ *
50
+ * @author Leo Fajardo (@leorw)
51
+ * @since 2.3.0
52
+ *
53
+ * @var string[]
54
+ */
55
+ private $status;
56
+
57
  function __construct( Freemius $fs ) {
58
  $this->_fs = $fs;
59
 
193
 
194
  $data->fs_missing = ( ! $has_free_plan || $data->wp_org_missing );
195
  } else {
196
+ $data->has_purchased_license = false;
197
+ $data->wp_org_missing = false;
198
 
199
+ $fs_addon = null;
200
  $current_addon_version = false;
201
  if ( $this->_fs->is_addon_activated( $selected_addon->id ) ) {
202
+ $fs_addon = $this->_fs->get_addon_instance( $selected_addon->id );
203
+ $current_addon_version = $fs_addon->get_plugin_version();
204
  } else if ( $this->_fs->is_addon_installed( $selected_addon->id ) ) {
205
  $addon_plugin_data = get_plugin_data(
206
  ( WP_PLUGIN_DIR . '/' . $this->_fs->get_addon_basename( $selected_addon->id ) ),
222
  );
223
 
224
  if ( $has_paid_plan ) {
225
+ $blog_id = fs_request_get( 'fs_blog_id' );
226
+ $has_valid_blog_id = is_numeric( $blog_id );
227
+
228
+ if ( $has_valid_blog_id ) {
229
+ switch_to_blog( $blog_id );
230
+ }
231
+
232
+ $data->checkout_link = $this->_fs->checkout_url(
233
+ WP_FS__PERIOD_ANNUALLY,
234
+ false,
235
+ array(),
236
+ ( $has_valid_blog_id ? false : null )
237
+ );
238
+
239
+ if ( $has_valid_blog_id ) {
240
+ restore_current_blog();
241
+ }
242
+
243
+ if ( is_object( $fs_addon ) ) {
244
+ $data->has_purchased_license = $fs_addon->has_active_valid_license();
245
+ } else {
246
+ $account_addons = $this->_fs->get_account_addons();
247
+ if ( ! empty( $account_addons ) && in_array( $selected_addon->id, $account_addons ) ) {
248
+ $data->has_purchased_license = true;
249
+ }
250
+ }
251
  }
252
+
253
+ if ( $has_free_plan || $data->has_purchased_license ) {
254
  $data->download_link = $this->_fs->_get_latest_download_local_url( $selected_addon->id );
255
  }
256
 
257
+ $data->fs_missing = (
258
+ false === $latest &&
259
+ (
260
+ empty( $selected_addon->premium_releases_count ) ||
261
+ ! ( $selected_addon->premium_releases_count > 0 )
262
+ )
263
+ );
264
 
265
  // Fetch as much as possible info from local files.
266
  $plugin_local_data = $this->_fs->get_plugin_data();
285
  $data->last_updated = $latest->created;
286
  $data->requires = $latest->requires_platform_version;
287
  $data->tested = $latest->tested_up_to_version;
288
+ } else if ( ! empty( $current_addon_version ) ) {
289
+ $data->version = $current_addon_version;
290
  } else {
291
  // Add dummy version.
292
  $data->version = '1.0.0';
326
  $data->has_paid_plan = $has_paid_plan;
327
  $data->is_paid = $has_paid_plan;
328
  $data->is_wp_org_compliant = $selected_addon->is_wp_org_compliant;
329
+ $data->premium_slug = $selected_addon->premium_slug;
330
+ $data->addon_id = $selected_addon->id;
331
+
332
+ if ( ! isset( $data->has_purchased_license ) ) {
333
+ $data->has_purchased_license = false;
334
+ }
335
 
336
  return $data;
337
  }
397
  return '$' . $price_tag;
398
  }
399
 
400
+ /**
401
+ * @author Leo Fajardo (@leorw)
402
+ * @since 2.3.0
403
+ *
404
+ * @param object $api
405
+ * @param FS_Plugin_Plan $plan
406
+ *
407
+ * @return string
408
+ */
409
+ private function get_actions_dropdown( $api, $plan = null ) {
410
+ $this->actions = isset( $this->actions ) ?
411
+ $this->actions :
412
+ $this->get_plugin_actions( $api );
413
+
414
+ $actions = $this->actions;
415
+
416
+ $checkout_cta = $this->get_checkout_cta( $api, $plan );
417
+ if ( ! empty( $checkout_cta ) ) {
418
+ /**
419
+ * If there's no license yet, make the checkout button the main CTA. Otherwise, make it the last item in
420
+ * the actions dropdown.
421
+ *
422
+ * @author Leo Fajardo (@leorw)
423
+ * @since 2.3.0
424
+ */
425
+ if ( ! $api->has_purchased_license ) {
426
+ array_unshift( $actions, $checkout_cta );
427
+ } else {
428
+ $actions[] = $checkout_cta;
429
+ }
430
+ }
431
+
432
+ if ( empty( $actions ) ) {
433
+ return '';
434
+ }
435
+
436
+ $total_actions = count( $actions );
437
+ if ( 1 === $total_actions ) {
438
+ return $actions[0];
439
+ }
440
+
441
+ ob_start();
442
+
443
+ ?>
444
+ <div class="fs-cta fs-dropdown">
445
+ <div class="button-group">
446
+ <?php
447
+ // This should NOT be sanitized as the $actions are HTML buttons already.
448
+ echo $actions[0] ?>
449
+ <div class="button button-primary fs-dropdown-arrow-button">
450
+ <span class="fs-dropdown-arrow"></span>
451
+ <ul class="fs-dropdown-list" style="display: none">
452
+ <?php for ( $i = 1; $i < $total_actions; $i ++ ) : ?>
453
+ <li><?php echo str_replace( 'button button-primary', '', $actions[ $i ] ) ?></li>
454
+ <?php endfor ?>
455
+ </ul>
456
+ </div>
457
+ </div>
458
+ </div>
459
+ <?php
460
+
461
+ return ob_get_clean();
462
+ }
463
+
464
  /**
465
  * @author Vova Feldman (@svovaf)
466
  * @since 1.1.7
488
  }
489
  }
490
 
491
+ $blog_id = fs_request_get( 'fs_blog_id' );
492
+ $has_valid_blog_id = is_numeric( $blog_id );
493
+
494
+ if ( $has_valid_blog_id ) {
495
+ switch_to_blog( $blog_id );
496
+ }
497
+
498
+ $addon_checkout_url = $this->_fs->addon_checkout_url(
499
  $plan->plugin_id,
500
  $plan->pricing[0]->id,
501
  $this->get_billing_cycle( $plan ),
502
+ $plan->has_trial(),
503
+ ( $has_valid_blog_id ? false : null )
504
+ );
505
+
506
+ if ( $has_valid_blog_id ) {
507
+ restore_current_blog();
508
+ }
509
+
510
+ return '<a class="button button-primary fs-checkout-button right" href="' . $addon_checkout_url . '" target="_parent">' .
511
+ esc_html( ! $plan->has_trial() ?
512
+ (
513
+ $api->has_purchased_license ?
514
+ fs_text_inline( 'Purchase More', 'purchase-more', $api->slug ) :
515
+ fs_text_x_inline( 'Purchase', 'verb', 'purchase', $api->slug )
516
+ ) :
517
  sprintf(
518
  /* translators: %s: N-days trial */
519
  fs_text_inline( 'Start my free %s', 'start-free-x', $api->slug ),
524
  }
525
 
526
  /**
527
+ * @author Leo Fajardo (@leorw)
528
+ * @since 2.3.0
529
  *
530
  * @param object $api
 
531
  *
532
+ * @return string[]
533
  */
534
+ private function get_plugin_actions( $api ) {
535
+ $this->status = isset( $this->status ) ?
536
+ $this->status :
537
+ install_plugin_install_status( $api );
538
+
539
+ $is_update_available = ( 'update_available' === $this->status['status'] );
540
+
541
+ if ( $is_update_available && empty( $this->status['url'] ) ) {
542
+ return array();
543
  }
544
 
545
+ $blog_id = fs_request_get( 'fs_blog_id' );
546
+
547
+ $active_plugins_directories_map = Freemius::get_active_plugins_directories_map( $blog_id );
548
+
549
+ $actions = array();
550
+
551
+ $is_addon_activated = $this->_fs->is_addon_activated( $api->slug );
552
+ $fs_addon = null;
553
+
554
+ $is_free_installed = null;
555
+ $is_premium_installed = null;
556
+
557
+ $has_installed_version = ( 'install' !== $this->status['status'] );
558
+
559
+ if ( ! $api->has_paid_plan ) {
560
+ /**
561
+ * Free-only add-on.
562
+ *
563
+ * @author Leo Fajardo (@leorw)
564
+ * @since 2.3.0
565
+ */
566
+ $is_free_installed = $has_installed_version;
567
+ $is_premium_installed = false;
568
+ } else if ( ! $api->has_free_plan ) {
569
+ /**
570
+ * Premium-only add-on.
571
+ *
572
+ * @author Leo Fajardo (@leorw)
573
+ * @since 2.3.0
574
+ */
575
+ $is_free_installed = false;
576
+ $is_premium_installed = $has_installed_version;
577
+ } else {
578
+ /**
579
+ * Freemium add-on.
580
+ *
581
+ * @author Leo Fajardo (@leorw)
582
+ * @since 2.3.0
583
+ */
584
+ if ( ! $has_installed_version ) {
585
+ $is_free_installed = false;
586
+ $is_premium_installed = false;
587
+ } else {
588
+ $fs_addon = $is_addon_activated ?
589
+ $this->_fs->get_addon_instance( $api->slug ) :
590
+ null;
591
+
592
+ if ( is_object( $fs_addon ) ) {
593
+ if ( $fs_addon->is_premium() ) {
594
+ $is_premium_installed = true;
595
+ } else {
596
+ $is_free_installed = true;
597
+ }
598
+ }
599
 
600
+ if ( is_null( $is_free_installed ) ) {
601
+ $is_free_installed = file_exists( fs_normalize_path( WP_PLUGIN_DIR . "/{$api->slug}/{$api->slug}.php" ) );
602
+ if ( ! $is_free_installed ) {
603
+ /**
604
+ * Check if there's a plugin installed in a directory named `$api->slug`.
605
+ *
606
+ * @author Leo Fajardo (@leorw)
607
+ * @since 2.3.0
608
+ */
609
+ $installed_plugins = get_plugins( '/' . $api->slug );
610
+ $is_free_installed = ( ! empty( $installed_plugins ) );
611
+ }
612
+ }
613
 
614
+ if ( is_null( $is_premium_installed ) ) {
615
+ $is_premium_installed = file_exists( fs_normalize_path( WP_PLUGIN_DIR . "/{$api->premium_slug}/{$api->slug}.php" ) );
616
+ if ( ! $is_premium_installed ) {
617
+ /**
618
+ * Check if there's a plugin installed in a directory named `$api->premium_slug`.
619
+ *
620
+ * @author Leo Fajardo (@leorw)
621
+ * @since 2.3.0
622
+ */
623
+ $installed_plugins = get_plugins( '/' . $api->premium_slug );
624
+ $is_premium_installed = ( ! empty( $installed_plugins ) );
 
 
 
 
 
 
 
 
 
 
 
 
625
  }
626
  }
627
+ }
628
 
629
+ $has_installed_version = ( $is_free_installed || $is_premium_installed );
630
+ }
631
+
632
+ $this->status['is_free_installed'] = $is_free_installed;
633
+ $this->status['is_premium_installed'] = $is_premium_installed;
634
+
635
+ $can_install_free_version = false;
636
+ $can_install_free_version_update = false;
637
+ $can_download_free_version = false;
638
+ $can_activate_free_version = false;
639
+ $can_install_premium_version = false;
640
+ $can_install_premium_version_update = false;
641
+ $can_download_premium_version = false;
642
+ $can_activate_premium_version = false;
643
+
644
+ if ( ! $api->has_purchased_license ) {
645
+ if ( $api->has_free_plan ) {
646
+ if ( $has_installed_version ) {
647
+ if ( $is_update_available ) {
648
+ $can_install_free_version_update = true;
649
+ } else if ( ! $is_premium_installed && ! isset( $active_plugins_directories_map[ dirname( $this->status['file'] ) ] ) ) {
650
+ $can_activate_free_version = true;
651
+ }
652
+ } else {
653
+ if (
654
+ $this->_fs->is_premium() ||
655
+ ! $this->_fs->is_org_repo_compliant() ||
656
+ $api->is_wp_org_compliant
657
+ ) {
658
+ $can_install_free_version = true;
659
+ } else {
660
+ $can_download_free_version = true;
661
+ }
662
  }
663
+ }
664
+ } else {
665
+ if ( ! is_object( $fs_addon ) && $is_addon_activated ) {
666
+ $fs_addon = $this->_fs->get_addon_instance( $api->slug );
667
+ }
668
+
669
+ $can_download_premium_version = true;
670
+
671
+ if ( ! isset( $active_plugins_directories_map[ dirname( $this->status['file'] ) ] ) ) {
672
+ if ( $is_premium_installed ) {
673
+ $can_activate_premium_version = ( ! $is_addon_activated || ! $fs_addon->is_premium() );
674
+ } else if ( $is_free_installed ) {
675
+ $can_activate_free_version = ( ! $is_addon_activated );
676
+ }
677
+ }
678
+
679
+ if ( $this->_fs->is_premium() || ! $this->_fs->is_org_repo_compliant() ) {
680
+ if ( $is_update_available ) {
681
+ $can_install_premium_version_update = true;
682
+ } else if ( ! $is_premium_installed ) {
683
+ $can_install_premium_version = true;
684
+ }
685
+ }
686
+ }
687
+
688
+ if (
689
+ $can_install_premium_version ||
690
+ $can_install_premium_version_update
691
+ ) {
692
+ if ( is_numeric( $blog_id ) ) {
693
+ /**
694
+ * Replace the network status URL with a blog admin–based status URL if the `Add-Ons` page is loaded
695
+ * from a specific blog admin page (when `fs_blog_id` is valid) in order for plugin installation/update
696
+ * to work.
697
+ *
698
+ * @author Leo Fajardo (@leorw)
699
+ * @since 2.3.0
700
+ */
701
+ $this->status['url'] = self::get_blog_status_url( $blog_id, $this->status['url'], $this->status['status'] );
702
+ }
703
+
704
+ /**
705
+ * Add the `fs_allow_updater_and_dialog` param to the install/update URL so that the add-on can be
706
+ * installed/updated.
707
+ *
708
+ * @author Leo Fajardo (@leorw)
709
+ * @since 2.3.0
710
+ */
711
+ $this->status['url'] = str_replace( '?', '?fs_allow_updater_and_dialog=true&amp;', $this->status['url'] );
712
+ }
713
+
714
+ if ( $can_install_free_version_update || $can_install_premium_version_update ) {
715
+ $actions[] = $this->get_cta(
716
+ ( $can_install_free_version_update ?
717
+ fs_esc_html_inline( 'Install Free Version Update Now', 'install-free-version-update-now', $api->slug ) :
718
+ fs_esc_html_inline( 'Install Update Now', 'install-update-now', $api->slug ) ),
719
+ true,
720
+ false,
721
+ $this->status['url'],
722
+ '_parent'
723
+ );
724
+ } else if ( $can_install_free_version || $can_install_premium_version ) {
725
+ $actions[] = $this->get_cta(
726
+ ( $can_install_free_version ?
727
+ fs_esc_html_inline( 'Install Free Version Now', 'install-free-version-now', $api->slug ) :
728
+ fs_esc_html_inline( 'Install Now', 'install-now', $api->slug ) ),
729
+ true,
730
+ false,
731
+ $this->status['url'],
732
+ '_parent'
733
+ );
734
+ }
735
+
736
+ $download_latest_action = '';
737
+
738
+ if (
739
+ ! empty( $api->download_link ) &&
740
+ ( $can_download_free_version || $can_download_premium_version )
741
+ ) {
742
+ $download_latest_action = $this->get_cta(
743
+ ( $can_download_free_version ?
744
+ fs_esc_html_x_inline( 'Download Latest Free Version', 'as download latest version', 'download-latest-free-version', $api->slug ) :
745
+ fs_esc_html_x_inline( 'Download Latest', 'as download latest version', 'download-latest', $api->slug ) ),
746
+ true,
747
+ false,
748
+ esc_url( $api->download_link )
749
+ );
750
+ }
751
+
752
+ if ( ! $can_activate_free_version && ! $can_activate_premium_version ) {
753
+ if ( ! empty( $download_latest_action ) ) {
754
+ $actions[] = $download_latest_action;
755
+ }
756
+ } else {
757
+ $activate_action = sprintf(
758
+ '<a class="button button-primary edit" href="%s" title="%s" target="_parent">%s</a>',
759
+ wp_nonce_url( ( is_numeric( $blog_id ) ? trailingslashit( get_admin_url( $blog_id ) ) : '' ) . 'plugins.php?action=activate&amp;plugin=' . $this->status['file'], 'activate-plugin_' . $this->status['file'] ),
760
+ fs_esc_attr_inline( 'Activate this add-on', 'activate-this-addon', $api->slug ),
761
+ $can_activate_free_version ?
762
+ fs_text_inline( 'Activate Free Version', 'activate-free', $api->slug ) :
763
+ fs_text_inline( 'Activate', 'activate', $api->slug )
764
+ );
765
+
766
+ if ( ! $can_download_premium_version && ! empty( $download_latest_action ) ) {
767
+ $actions[] = $download_latest_action;
768
+
769
+ $download_latest_action = '';
770
+ }
771
+
772
+ if ( $can_install_premium_version || $can_install_premium_version_update ) {
773
+ if ( $can_download_premium_version && ! empty( $download_latest_action ) ) {
774
+ $actions[] = $download_latest_action;
775
+
776
+ $download_latest_action = '';
777
+ }
778
+
779
+ $actions[] = $activate_action;
780
+ } else {
781
+ array_unshift( $actions, $activate_action );
782
+ }
783
+
784
+ if ( ! empty ($download_latest_action ) ) {
785
+ $actions[] = $download_latest_action;
786
+ }
787
+ }
788
+
789
+ return $actions;
790
+ }
791
+
792
+ /**
793
+ * Rebuilds the status URL based on the admin URL.
794
+ *
795
+ * @author Leo Fajardo (@leorw)
796
+ * @since 2.3.0
797
+ *
798
+ * @param int $blog_id
799
+ * @param string $network_status_url
800
+ * @param string $status
801
+ *
802
+ * @return string
803
+ */
804
+ private static function get_blog_status_url( $blog_id, $network_status_url, $status ) {
805
+ if ( ! in_array( $status, array( 'install', 'update_available' ) ) ) {
806
+ return $network_status_url;
807
+ }
808
+
809
+ $action = ( 'install' === $status ) ?
810
+ 'install-plugin' :
811
+ 'upgrade-plugin';
812
+
813
+ $query = parse_url( $network_status_url, PHP_URL_QUERY );
814
+ if ( empty( $query ) ) {
815
+ return $network_status_url;
816
  }
817
 
818
+ parse_str( html_entity_decode( $query ), $url_params );
819
+ if ( empty( $url_params ) || ! isset( $url_params['plugin'] ) ) {
820
+ return $network_status_url;
821
+ }
822
+
823
+ $plugin = $url_params['plugin'];
824
+
825
+ return wp_nonce_url( get_admin_url( $blog_id,"update.php?action={$action}&plugin={$plugin}"), "{$action}_{$plugin}");
826
  }
827
 
828
  /**
1175
  }?>;
1176
  },
1177
  _updateCtaUrl = function (plan, pricing, cycle) {
1178
+ $('.plugin-information-pricing .fs-checkout-button, #plugin-information-footer .fs-checkout-button').attr('href', _checkoutUrl(plan, pricing, cycle));
1179
  };
1180
 
1181
  $(document).ready(function () {
1262
  <?php endif ?>
1263
  <ul class="fs-licenses">
1264
  </ul>
1265
+ <?php echo $this->get_actions_dropdown( $api, $plan ) ?>
1266
  <div style="clear:both"></div>
1267
  <?php if ( $plan->has_trial() ) : ?>
1268
  <?php $trial_period = $this->get_trial_period( $plan ) ?>
1487
  echo "</div>\n"; // #plugin-information-scrollable
1488
  echo "<div id='$tab-footer'>\n";
1489
 
1490
+ if (
1491
+ ! empty( $api->download_link ) &&
1492
+ ! empty( $this->status ) &&
1493
+ in_array( $this->status['status'], array( 'newer_installed', 'latest_installed' ) )
1494
+ ) {
1495
+ if ( 'newer_installed' === $this->status['status'] ) {
1496
+ echo $this->get_cta(
1497
+ ( $this->status['is_premium_installed'] ?
1498
+ esc_html( sprintf( fs_text_inline( 'Newer Version (%s) Installed', 'newer-installed', $api->slug ), $this->status['version'] ) ) :
1499
+ esc_html( sprintf( fs_text_inline( 'Newer Free Version (%s) Installed', 'newer-free-installed', $api->slug ), $this->status['version'] ) ) ),
1500
+ false,
1501
+ true
1502
+ );
1503
+ } else {
1504
+ echo $this->get_cta(
1505
+ ( $this->status['is_premium_installed'] ?
1506
+ fs_esc_html_inline( 'Latest Version Installed', 'latest-installed', $api->slug ) :
1507
+ fs_esc_html_inline( 'Latest Free Version Installed', 'latest-free-installed', $api->slug ) ),
1508
+ false,
1509
+ true
1510
+ );
1511
+ }
1512
  }
1513
 
1514
+ echo $this->get_actions_dropdown( $api, null );
 
 
1515
 
1516
  echo "</div>\n";
1517
+ ?>
1518
+ <script type="text/javascript">
1519
+ ( function( $, undef ) {
1520
+ var $dropdowns = $( '.fs-dropdown' );
1521
+
1522
+ $( '#plugin-information' )
1523
+ .click( function( evt ) {
1524
+ var $target = $( evt.target );
1525
+
1526
+ if (
1527
+ $target.hasClass( 'fs-dropdown-arrow-button' ) ||
1528
+ ( 0 !== $target.parents( '.fs-dropdown-arrow-button' ).length )
1529
+ ) {
1530
+ var $dropdown = $target.parents( '.fs-dropdown' ),
1531
+ isActive = $dropdown.hasClass( 'active' );
1532
+
1533
+ if ( ! isActive ) {
1534
+ /**
1535
+ * Close the other dropdown if it's active.
1536
+ *
1537
+ * @author Leo Fajardo (@leorw)
1538
+ * @since 2.3.0
1539
+ */
1540
+ $( '.fs-dropdown.active' ).each( function() {
1541
+ toggleDropdown( $( this ), false );
1542
+ } );
1543
+ }
1544
+
1545
+ /**
1546
+ * Toggle the current dropdown.
1547
+ *
1548
+ * @author Leo Fajardo (@leorw)
1549
+ * @since 2.3.0
1550
+ */
1551
+ toggleDropdown( $dropdown, ! isActive );
1552
+
1553
+ return true;
1554
+ }
1555
+
1556
+ /**
1557
+ * Close all dropdowns.
1558
+ *
1559
+ * @author Leo Fajardo (@leorw)
1560
+ * @since 2.3.0
1561
+ */
1562
+ toggleDropdown( $( this ).find( '.fs-dropdown' ), false );
1563
+ });
1564
+
1565
+ if ( 0 !== $dropdowns.length ) {
1566
+ /**
1567
+ * Add the `up` class so that the bottom dropdown's content will be shown above its buttons.
1568
+ *
1569
+ * @author Leo Fajardo (@leorw)
1570
+ * @since 2.3.0
1571
+ */
1572
+ $( '#plugin-information-footer' ).find( '.fs-dropdown' ).addClass( 'up' );
1573
+ }
1574
+
1575
+ /**
1576
+ * Returns the default state of the dropdown arrow button and hides the dropdown list.
1577
+ *
1578
+ * @author Leo Fajardo (@leorw)
1579
+ * @since 2.3.0
1580
+ *
1581
+ * @param {Object} [$dropdown]
1582
+ * @param {Boolean} [state]
1583
+ */
1584
+ function toggleDropdown( $dropdown, state ) {
1585
+ if ( undef === $dropdown ) {
1586
+ var $activeDropdown = $dropdowns.find( '.active' );
1587
+ if ( 0 !== $activeDropdown.length ) {
1588
+ $dropdown = $activeDropdown;
1589
+ }
1590
+ }
1591
 
1592
+ if ( undef === $dropdown ) {
1593
+ return;
1594
+ }
1595
+
1596
+ if ( undef === state ) {
1597
+ state = false;
1598
+ }
1599
+
1600
+ $dropdown.toggleClass( 'active', state );
1601
+ $dropdown.find( '.fs-dropdown-list' ).toggle( state );
1602
+ $dropdown.find( '.fs-dropdown-arrow-button' ).toggleClass( 'active', state );
1603
+ }
1604
+ } )( jQuery );
1605
+ </script>
1606
+ <?php
1607
  iframe_footer();
1608
  exit;
1609
  }
freemius/includes/i18n.php CHANGED
@@ -465,8 +465,8 @@
465
  'deactivate-plugin-title' => _fs_text( 'That\'s exhausting, please deactivate' ),
466
  'deactivate-plugin-desc' => _fs_text( 'We feel your frustration and sincerely apologize for the inconvenience. Hope to see you again in the future.' ),
467
  'fix-request-sent-message' => _fs_text( 'Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience.' ),
468
- 'server-blocking-access' => _fs_x( 'Your server is blocking the access to Freemius\' API, which is crucial for %1s synchronization. Please contact your host to whitelist %2s',
469
- '%1s - plugin title, %2s - API domain' ),
470
  'wrong-authentication-param-message' => _fs_text( 'It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.' ),
471
  #endregion Connectivity Issues
472
  #region Change Owner
465
  'deactivate-plugin-title' => _fs_text( 'That\'s exhausting, please deactivate' ),
466
  'deactivate-plugin-desc' => _fs_text( 'We feel your frustration and sincerely apologize for the inconvenience. Hope to see you again in the future.' ),
467
  'fix-request-sent-message' => _fs_text( 'Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience.' ),
468
+ 'server-blocking-access' => _fs_x( 'Your server is blocking the access to Freemius\' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s',
469
+ '%1$s - plugin title, %2$s - API domain' ),
470
  'wrong-authentication-param-message' => _fs_text( 'It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.' ),
471
  #endregion Connectivity Issues
472
  #region Change Owner
freemius/includes/managers/class-fs-admin-menu-manager.php CHANGED
@@ -204,9 +204,10 @@
204
  // ) );
205
  }
206
 
207
- $this->_first_time_path = $this->get_option( $menu, 'first-path', false );
208
- if ( ! empty( $this->_first_time_path ) && is_string( $this->_first_time_path ) ) {
209
- $this->_first_time_path = admin_url( $this->_first_time_path, 'admin' );
 
210
  }
211
  }
212
  }
@@ -236,17 +237,27 @@
236
  }
237
 
238
 
239
- /**
240
- * Get the path of the page the user should be forwarded to after first activation.
241
- *
242
- * @author Vova Feldman (@svovaf)
243
- * @since 1.1.3
244
- *
245
- * @return string
246
- */
247
- function get_first_time_path() {
248
- return $this->_first_time_path;
249
- }
 
 
 
 
 
 
 
 
 
 
250
 
251
  /**
252
  * Check if plugin's menu item is part of a custom top level menu.
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
  }
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.
freemius/includes/managers/class-fs-option-manager.php CHANGED
@@ -143,17 +143,24 @@
143
 
144
  $cache_group = $this->get_cache_group();
145
 
146
- if ( ! WP_FS__DEBUG_SDK ) {
 
 
 
 
 
147
 
148
  $this->_options = wp_cache_get(
149
  $option_name,
150
  $cache_group
151
  );
 
 
152
  }
153
 
154
  $cached = true;
155
 
156
- if ( empty( $this->_options ) ) {
157
  if ( $this->_is_network_storage ) {
158
  $this->_options = get_site_option( $option_name );
159
  } else if ( $this->_blog_id > 0 ) {
@@ -487,4 +494,4 @@
487
  }
488
 
489
  #endregion
490
- }
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 ) {
494
  }
495
 
496
  #endregion
497
+ }
freemius/languages/freemius-da_DK.mo CHANGED
Binary file
freemius/languages/freemius-da_DK.po CHANGED
@@ -1,1925 +1,1638 @@
1
- # Copyright (C) 2019 freemius
2
- # This file is distributed under the same license as the freemius package.
3
- # Translators:
4
- # Joachim Jensen, 2016-2018
5
- # Lars Koudal, 2018
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: WordPress SDK\n"
9
- "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
10
- "POT-Creation-Date: 2019-05-04 16:17+0200\n"
11
- "PO-Revision-Date: 2019-05-04 16:17+0200\n"
12
- "Last-Translator: Vova Feldman <vova@freemius.com>\n"
13
- "Language-Team: Danish (Denmark) (http://www.transifex.com/freemius/wordpress-"
14
- "sdk/language/da_DK/)\n"
15
- "Language: da_DK\n"
 
 
16
  "MIME-Version: 1.0\n"
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
  "Content-Transfer-Encoding: 8bit\n"
 
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
  "X-Poedit-Basepath: ..\n"
21
- "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;"
22
- "fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;"
23
- "fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;"
24
- "fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;"
25
- "fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;"
26
- "fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
27
- "X-Poedit-SourceCharset: UTF-8\n"
28
- "X-Generator: Poedit 2.2.1\n"
29
  "X-Poedit-SearchPath-0: .\n"
30
  "X-Poedit-SearchPathExcluded-0: *.js\n"
 
31
 
32
- #: includes/class-freemius.php:1688
33
  msgid ""
34
- "Freemius SDK couldn't find the plugin's main file. Please contact "
35
- "sdk@freemius.com with the current error."
 
36
  msgstr ""
 
 
 
 
 
 
 
37
  "Freemius SDK couldn't find the plugin's main file. Please contact "
38
  "sdk@freemius.com with the current error."
 
39
 
40
- #: includes/class-freemius.php:1690
41
  msgid "Error"
42
  msgstr "Fejl"
43
 
44
- #: includes/class-freemius.php:2011
45
- #, php-format
46
  msgid "I found a better %s"
47
  msgstr "Jeg fandt et bedre %s"
48
 
49
- #: includes/class-freemius.php:2013
50
- #, php-format
51
  msgid "What's the %s's name?"
52
  msgstr "Hvad er navnet på %s?"
53
 
54
- #: includes/class-freemius.php:2019
55
- #, php-format
56
  msgid "It's a temporary %s. I'm just debugging an issue."
57
  msgstr "Det er en midlertidig %s. Jeg er i gang med fejlrettelser."
58
 
59
- #: includes/class-freemius.php:2021
60
  msgid "Deactivation"
61
  msgstr "Deaktivering"
62
 
63
- #: includes/class-freemius.php:2022
64
  msgid "Theme Switch"
65
  msgstr "Temaskift"
66
 
67
- #: includes/class-freemius.php:2031 templates/forms/resend-key.php:24
68
  msgid "Other"
69
  msgstr "Andet"
70
 
71
- #: includes/class-freemius.php:2039
72
- #, php-format
73
  msgid "I no longer need the %s"
74
  msgstr "Jeg har ikke længere brug for %s"
75
 
76
- #: includes/class-freemius.php:2046
77
- #, php-format
78
  msgid "I only needed the %s for a short period"
79
  msgstr "Jeg behøvede kun %s i en kort periode"
80
 
81
- #: includes/class-freemius.php:2052
82
- #, php-format
83
  msgid "The %s broke my site"
84
  msgstr "%s ødelagde min webside"
85
 
86
- #: includes/class-freemius.php:2059
87
- #, php-format
88
  msgid "The %s suddenly stopped working"
89
  msgstr "%s stoppede pludseligt med at virke"
90
 
91
- #: includes/class-freemius.php:2069
92
  msgid "I can't pay for it anymore"
93
  msgstr "Jeg kan ikke længere betale for det"
94
 
95
- #: includes/class-freemius.php:2071
96
  msgid "What price would you feel comfortable paying?"
97
  msgstr "Hvilken pris ville du foretrække at betale?"
98
 
99
- #: includes/class-freemius.php:2077
100
  msgid "I don't like to share my information with you"
101
  msgstr "Jeg har ikke lyst til at dele mine informationer med jer"
102
 
103
- #: includes/class-freemius.php:2098
104
- #, php-format
105
  msgid "The %s didn't work"
106
  msgstr "%s virkede ikke"
107
 
108
- #: includes/class-freemius.php:2108
109
  msgid "I couldn't understand how to make it work"
110
  msgstr "Jeg forstod ikke, hvordan jeg skulle få det til at fungere."
111
 
112
- #: includes/class-freemius.php:2116
113
- #, php-format
114
  msgid "The %s is great, but I need specific feature that you don't support"
115
- msgstr ""
116
- "%s er godt, men jeg har brug for en specifik feature, som ikke understøttes"
117
 
118
- #: includes/class-freemius.php:2118
119
  msgid "What feature?"
120
  msgstr "Hvilken feature?"
121
 
122
- #: includes/class-freemius.php:2122
123
- #, php-format
124
  msgid "The %s is not working"
125
  msgstr "%s virker ikke"
126
 
127
- #: includes/class-freemius.php:2124
128
  msgid "Kindly share what didn't work so we can fix it for future users..."
129
- msgstr "Kindly share what didn't work so we can fix it for future users..."
130
 
131
- #: includes/class-freemius.php:2128
132
  msgid "It's not what I was looking for"
133
  msgstr "Det er ikke, hvad jeg søgte"
134
 
135
- #: includes/class-freemius.php:2130
136
  msgid "What you've been looking for?"
137
  msgstr "Hvad har du ledt efter?"
138
 
139
- #: includes/class-freemius.php:2134
140
- #, php-format
141
  msgid "The %s didn't work as expected"
142
  msgstr "%s virkede ikke som forventet"
143
 
144
- #: includes/class-freemius.php:2136
145
  msgid "What did you expect?"
146
  msgstr "Hvad forventede du?"
147
 
148
- #: includes/class-freemius.php:2947 templates/debug.php:20
149
  msgid "Freemius Debug"
150
  msgstr "Freemius Debug"
151
 
152
- #: includes/class-freemius.php:3696
153
  msgid "I don't know what is cURL or how to install it, help me!"
154
- msgstr ""
155
- "Jeg ved ikke hvad cURL er, eller hvordan jeg installerer det. Hjælp mig!"
156
 
157
- #: includes/class-freemius.php:3698
158
- #, php-format
159
  msgid ""
160
  "We'll make sure to contact your hosting company and resolve the issue. You "
161
  "will get a follow-up email to %s once we have an update."
162
- msgstr ""
163
- "Vi vil kontakte din udbyder og løse problemet. Når vi har opdatinger i "
164
- "sagen, vil vi følge op med en email til dig på %s."
165
 
166
- #: includes/class-freemius.php:3705
167
- #, php-format
168
  msgid ""
169
  "Great, please install cURL and enable it in your php.ini file. In addition, "
170
- "search for the 'disable_functions' directive in your php.ini file and remove "
171
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
172
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
173
- "it back again."
174
  msgstr ""
175
- "Great, please install cURL and enable it in your php.ini file. In addition, "
176
- "search for the 'disable_functions' directive in your php.ini file and remove "
177
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
178
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
179
- "it back again."
180
 
181
- #: includes/class-freemius.php:3810
182
  msgid "Yes - do your thing"
183
  msgstr "Ja - fortsæt bare"
184
 
185
- #: includes/class-freemius.php:3815
186
  msgid "No - just deactivate"
187
  msgstr "Nej - bare deaktiver"
188
 
189
- #: includes/class-freemius.php:3860 includes/class-freemius.php:4369
190
- #: includes/class-freemius.php:5468 includes/class-freemius.php:11576
191
- #: includes/class-freemius.php:14947 includes/class-freemius.php:14999
192
- #: includes/class-freemius.php:15061 includes/class-freemius.php:17294
193
- #: includes/class-freemius.php:17304 includes/class-freemius.php:17913
194
- #: includes/class-freemius.php:18773 includes/class-freemius.php:18888
195
- #: includes/class-freemius.php:19032 templates/add-ons.php:43
196
  msgctxt "exclamation"
197
  msgid "Oops"
198
  msgstr "Ups"
199
 
200
- #: includes/class-freemius.php:3929
201
- #, php-format
202
  msgid ""
203
  "Thank for giving us the chance to fix it! A message was just sent to our "
204
- "technical staff. We will get back to you as soon as we have an update to %s. "
205
- "Appreciate your patience."
206
- msgstr ""
207
- "Tak fordi du giver os en chance for at fixe det! En besked er lige blevet "
208
- "sendt til vores tekniske personale. Vi vil vende tilbage, så snart der er "
209
- "nyt om %s. Vi sætter pris på din tålmodighed."
210
 
211
- #: includes/class-freemius.php:4366
212
- #, php-format
213
  msgctxt "addonX cannot run without pluginY"
214
  msgid "%s cannot run without %s."
215
  msgstr "%s virker ikke uden %s."
216
 
217
- #: includes/class-freemius.php:4367
218
- #, php-format
219
  msgctxt "addonX cannot run..."
220
  msgid "%s cannot run without the plugin."
221
  msgstr "%s virker ikke uden pluginnet."
222
 
223
- #: includes/class-freemius.php:4513 includes/class-freemius.php:4538
224
- #: includes/class-freemius.php:17984
225
- #, php-format
226
  msgid ""
227
  "Unexpected API error. Please contact the %s's author with the following "
228
  "error."
229
  msgstr ""
230
- "Unexpected API error. Please contact the %s's author with the following "
231
- "error."
232
 
233
- #: includes/class-freemius.php:5156
234
- #, php-format
235
  msgid "Premium %s version was successfully activated."
236
  msgstr "Premium-versionen af %s blev aktiveret."
237
 
238
- #: includes/class-freemius.php:5168 includes/class-freemius.php:7030
239
- #, fuzzy
240
- #| msgctxt ""
241
- #| msgid "W00t"
242
  msgctxt ""
243
  "Used to express elation, enthusiasm, or triumph (especially in electronic "
244
  "communication)."
245
  msgid "W00t"
246
  msgstr "W00t"
247
 
248
- #: includes/class-freemius.php:5183
249
- #, php-format
250
  msgid "You have a %s license."
251
  msgstr "Du har en %s licens."
252
 
253
- #: includes/class-freemius.php:5187 includes/class-freemius.php:14368
254
- #: includes/class-freemius.php:14379 includes/class-freemius.php:17208
255
- #: includes/class-freemius.php:17522 includes/class-freemius.php:17588
256
- #: includes/class-freemius.php:17738
257
  msgctxt "interjection expressing joy or exuberance"
258
  msgid "Yee-haw"
259
  msgstr "Yee-haw"
260
 
261
- #: includes/class-freemius.php:5452
262
- #, php-format
263
  msgid ""
264
  "%s free trial was successfully cancelled. Since the add-on is premium only "
265
  "it was automatically deactivated. If you like to use it in the future, "
266
  "you'll have to purchase a license."
267
  msgstr ""
268
- "%s free trial was successfully cancelled. Since the add-on is premium only "
269
- "it was automatically deactivated. If you like to use it in the future, "
270
- "you'll have to purchase a license."
271
 
272
- #: includes/class-freemius.php:5456
273
- #, php-format
274
  msgid ""
275
  "%s is a premium only add-on. You have to purchase a license first before "
276
  "activating the plugin."
277
  msgstr ""
278
- "%s is a premium only add-on. You have to purchase a license first before "
279
- "activating the plugin."
280
 
281
- #: includes/class-freemius.php:5464 templates/account/partials/addon.php:288
282
- #: templates/add-ons.php:103
283
- #, php-format
284
  msgid "More information about %s"
285
  msgstr "Mere information om %s"
286
 
287
- #: includes/class-freemius.php:5465
288
  msgid "Purchase License"
289
  msgstr "Køb licens"
290
 
291
- #: includes/class-freemius.php:6398 templates/connect.php:163
292
- #, php-format
293
  msgid ""
294
  "You should receive an activation email for %s to your mailbox at %s. Please "
295
  "make sure you click the activation button in that email to %s."
296
  msgstr ""
297
- "You should receive an activation email for %s to your mailbox at %s. Please "
298
- "make sure you click the activation button in that email to %s."
299
 
300
- #: includes/class-freemius.php:6402
301
  msgid "start the trial"
302
  msgstr "start prøveperioden"
303
 
304
- #: includes/class-freemius.php:6403 templates/connect.php:167
305
  msgid "complete the install"
306
  msgstr "færdiggør installeringen"
307
 
308
- #: includes/class-freemius.php:6516
309
- #, php-format
310
  msgid "You are just one step away - %s"
311
  msgstr "Du mangler kun ét skridt - %s"
312
 
313
- #: includes/class-freemius.php:6519
314
- #, php-format
315
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
316
  msgid "Complete \"%s\" Activation Now"
317
  msgstr "Færdiggør aktivering af \"%s\" nu"
318
 
319
- #: includes/class-freemius.php:6597
320
- #, php-format
321
  msgid "We made a few tweaks to the %s, %s"
322
  msgstr "Vi har foretaget nogle rettelser til %s, %s"
323
 
324
- #: includes/class-freemius.php:6601
325
- #, php-format
326
  msgid "Opt in to make \"%s\" better!"
327
- msgstr "Opt in to make \"%s\" better!"
328
 
329
- #: includes/class-freemius.php:7029
330
- #, php-format
331
  msgid "The upgrade of %s was successfully completed."
332
  msgstr "Opgraderingen af %s blev fuldendt."
333
 
334
- #: includes/class-freemius.php:8956 includes/class-fs-plugin-updater.php:886
335
- #: includes/class-fs-plugin-updater.php:1081
336
- #: includes/class-fs-plugin-updater.php:1088 templates/auto-installation.php:32
 
337
  msgid "Add-On"
338
  msgstr "Tilføjelse"
339
 
340
- #: includes/class-freemius.php:8958 templates/debug.php:361
341
- #: templates/debug.php:522
342
  msgid "Plugin"
343
  msgstr "Plugin"
344
 
345
- #: includes/class-freemius.php:8959 templates/debug.php:361
346
- #: templates/debug.php:522 templates/forms/deactivation/form.php:67
 
347
  msgid "Theme"
348
  msgstr "Tema"
349
 
350
- #: includes/class-freemius.php:11443
 
 
 
 
 
351
  msgid "Invalid site details collection."
352
- msgstr "Invalid site details collection."
353
 
354
- #: includes/class-freemius.php:11563
355
  msgid ""
356
  "We couldn't find your email address in the system, are you sure it's the "
357
  "right address?"
358
- msgstr ""
359
- "Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er "
360
- "den rigtige adresse?"
361
 
362
- #: includes/class-freemius.php:11565
363
  msgid ""
364
- "We can't see any active licenses associated with that email address, are you "
365
- "sure it's the right address?"
366
- msgstr ""
367
- "Vi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du "
368
- "sikker på, det er den rigtige adresse?"
369
 
370
- #: includes/class-freemius.php:11839
371
  msgid "Account is pending activation."
372
  msgstr "Konto afventer aktivering."
373
 
374
- #: includes/class-freemius.php:11951
375
  #: templates/forms/premium-versions-upgrade-handler.php:47
376
  msgid "Buy a license now"
377
- msgstr "Buy a license now"
378
 
379
- #: includes/class-freemius.php:11963
380
  #: templates/forms/premium-versions-upgrade-handler.php:46
381
  msgid "Renew your license now"
382
- msgstr "Renew your license now"
383
 
384
- #: includes/class-freemius.php:11967
385
- #, php-format
386
  msgid "%s to access version %s security & feature updates, and support."
387
- msgstr "%s to access version %s security & feature updates, and support."
388
 
389
- #: includes/class-freemius.php:14350
390
- #, php-format
391
  msgid "%s activation was successfully completed."
392
  msgstr "Aktivering af %s blev gennemført."
393
 
394
- #: includes/class-freemius.php:14364
395
- #, php-format
396
  msgid "Your account was successfully activated with the %s plan."
397
  msgstr "Din konto blev aktiveret med planen %s."
398
 
399
- #: includes/class-freemius.php:14375 includes/class-freemius.php:17584
400
  msgid "Your trial has been successfully started."
401
  msgstr "Din prøveperiode er begyndt."
402
 
403
- #: includes/class-freemius.php:14945 includes/class-freemius.php:14997
404
- #: includes/class-freemius.php:15059
405
- #, php-format
406
  msgid "Couldn't activate %s."
407
  msgstr "Kunne ikke aktivere %s."
408
 
409
- #: includes/class-freemius.php:14946 includes/class-freemius.php:14998
410
- #: includes/class-freemius.php:15060
411
  msgid "Please contact us with the following message:"
412
  msgstr "Kontakt os venligst med følgende besked:"
413
 
414
- #: includes/class-freemius.php:15409 includes/class-freemius.php:19870
 
 
 
 
415
  msgid "Upgrade"
416
  msgstr "Opgrader"
417
 
418
- #: includes/class-freemius.php:15415
419
  msgid "Start Trial"
420
  msgstr "Start prøveperiode"
421
 
422
- #: includes/class-freemius.php:15417
423
  msgid "Pricing"
424
  msgstr "Priser"
425
 
426
- #: includes/class-freemius.php:15479 includes/class-freemius.php:15481
427
  msgid "Affiliation"
428
  msgstr "Affiliation"
429
 
430
- #: includes/class-freemius.php:15509 includes/class-freemius.php:15511
431
- #: templates/account.php:150 templates/debug.php:326
432
  msgid "Account"
433
  msgstr "Konto"
434
 
435
- #: includes/class-freemius.php:15524 includes/class-freemius.php:15526
436
  #: includes/customizer/class-fs-customizer-support-section.php:60
437
  msgid "Contact Us"
438
  msgstr "Kontakt os"
439
 
440
- #: includes/class-freemius.php:15536 includes/class-freemius.php:15538
441
- #: includes/class-freemius.php:19880 templates/account.php:100
442
- #: templates/account/partials/addon.php:41
443
  msgid "Add-Ons"
444
  msgstr "Tilføjelser"
445
 
446
- #: includes/class-freemius.php:15572
447
  msgctxt "ASCII arrow left icon"
448
  msgid "&#x2190;"
449
- msgstr "&#x2190;"
450
 
451
- #: includes/class-freemius.php:15572
452
  msgctxt "ASCII arrow right icon"
453
  msgid "&#x27a4;"
454
- msgstr "&#x27a4;"
455
 
456
- #: includes/class-freemius.php:15574 templates/pricing.php:97
457
  msgctxt "noun"
458
  msgid "Pricing"
459
  msgstr "Priser"
460
 
461
- #: includes/class-freemius.php:15787
462
  #: includes/customizer/class-fs-customizer-support-section.php:67
463
  msgid "Support Forum"
464
  msgstr "Supportforum"
465
 
466
- #: includes/class-freemius.php:16573
467
  msgid "Your email has been successfully verified - you are AWESOME!"
468
  msgstr "Din e-mailadresse er blevet verificeret - du er FOR SEJ!"
469
 
470
- #: includes/class-freemius.php:16574
471
  msgctxt "a positive response"
472
  msgid "Right on"
473
  msgstr "Sådan"
474
 
475
- #: includes/class-freemius.php:17199
476
- #, php-format
477
  msgid "Your %s Add-on plan was successfully upgraded."
478
- msgstr "Your %s Add-on plan was successfully upgraded."
479
 
480
- #: includes/class-freemius.php:17201
481
- #, php-format
482
  msgid "%s Add-on was successfully purchased."
483
  msgstr "Betalingen for tilføjelsen %s blev gennemført."
484
 
485
- #: includes/class-freemius.php:17204
486
  msgid "Download the latest version"
487
  msgstr "Download den seneste version"
488
 
489
- #: includes/class-freemius.php:17290
490
- #, php-format
491
- msgctxt "%1s - plugin title, %2s - API domain"
492
  msgid ""
493
  "Your server is blocking the access to Freemius' API, which is crucial for "
494
- "%1s synchronization. Please contact your host to whitelist %2s"
495
  msgstr ""
496
- "Your server is blocking the access to Freemius' API, which is crucial for "
497
- "%1s synchronization. Please contact your host to whitelist %2s"
498
 
499
- #: includes/class-freemius.php:17293 includes/class-freemius.php:17709
500
- #: includes/class-freemius.php:17786
501
  msgid "Error received from the server:"
502
  msgstr "Fejl modtager fra serveren:"
503
 
504
- #: includes/class-freemius.php:17303
505
  msgid ""
506
  "It seems like one of the authentication parameters is wrong. Update your "
507
  "Public Key, Secret Key & User ID, and try again."
508
  msgstr ""
509
- "It seems like one of the authentication parameters is wrong. Update your "
510
- "Public Key, Secret Key & User ID, and try again."
511
 
512
- #: includes/class-freemius.php:17485 includes/class-freemius.php:17714
513
- #: includes/class-freemius.php:17757 includes/class-freemius.php:17860
514
- #, fuzzy
515
- #| msgctxt ""
516
- #| msgid "Hmm"
517
  msgctxt ""
518
- "something somebody says when they are thinking about what you have just said."
 
519
  msgid "Hmm"
520
  msgstr "Hmm"
521
 
522
- #: includes/class-freemius.php:17498
523
- #, php-format
524
  msgid ""
525
  "It looks like you are still on the %s plan. If you did upgrade or change "
526
  "your plan, it's probably an issue on our side - sorry."
527
  msgstr ""
528
- "It looks like you are still on the %s plan. If you did upgrade or change "
529
- "your plan, it's probably an issue on our side - sorry."
530
 
531
- #: includes/class-freemius.php:17499 templates/account.php:102
532
- #: templates/account/partials/addon.php:43 templates/add-ons.php:134
533
  msgctxt "trial period"
534
  msgid "Trial"
535
  msgstr "Prøveperiode"
536
 
537
- #: includes/class-freemius.php:17504
538
- #, php-format
539
  msgid ""
540
  "I have upgraded my account but when I try to Sync the License, the plan "
541
  "remains %s."
542
- msgstr ""
543
- "Jeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, "
544
- "forbliver planen %s."
545
 
546
- #: includes/class-freemius.php:17508 includes/class-freemius.php:17566
547
  msgid "Please contact us here"
548
  msgstr "Kontakt os her"
549
 
550
- #: includes/class-freemius.php:17518
 
 
 
 
551
  msgid "Your plan was successfully upgraded."
552
  msgstr "Din plan er blevet opgraderet."
553
 
554
- #: includes/class-freemius.php:17536
555
- #, php-format
556
  msgid "Your plan was successfully changed to %s."
557
  msgstr "Din plan er blevet ændret til %s."
558
 
559
- #: includes/class-freemius.php:17552
560
- #, php-format
561
  msgid ""
562
  "Your license has expired. You can still continue using the free %s forever."
563
- msgstr ""
564
- "Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis "
565
- "udgave af %s."
566
 
567
- #: includes/class-freemius.php:17554
568
- #, php-format
569
  msgid ""
570
  "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
571
  "without interruptions."
572
- msgstr ""
573
- "Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte "
574
- "%3$s uden forstyrrelser."
575
 
576
- #: includes/class-freemius.php:17562
577
  msgid ""
578
- "Your license has been cancelled. If you think it's a mistake, please contact "
579
- "support."
580
- msgstr ""
581
- "Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt "
582
- "venligst support."
583
 
584
- #: includes/class-freemius.php:17575
585
- #, php-format
586
  msgid ""
587
  "Your license has expired. You can still continue using all the %s features, "
588
  "but you'll need to renew your license to continue getting updates and "
589
  "support."
590
- msgstr ""
591
- "Din licens er udløbet. Du kan stadig benytte alle funktionerne i %s, men du "
592
- "bliver nødt til at fornye din licens for at få opdateringer og support."
593
 
594
- #: includes/class-freemius.php:17598
595
  msgid ""
596
  "Your free trial has expired. You can still continue using all our free "
597
  "features."
598
- msgstr ""
599
- "Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis "
600
- "features."
601
 
602
- #: includes/class-freemius.php:17600
603
- #, php-format
604
  msgid ""
605
  "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
606
  "without interruptions."
607
  msgstr ""
608
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
609
- "without interruptions."
610
 
611
- #: includes/class-freemius.php:17705
612
  msgid "It looks like the license could not be activated."
613
  msgstr "Det ser ud til, at licensen ikke kunne aktiveres."
614
 
615
- #: includes/class-freemius.php:17735
616
  msgid "Your license was successfully activated."
617
  msgstr "Din licens er blevet aktiveret."
618
 
619
- #: includes/class-freemius.php:17761
620
  msgid "It looks like your site currently doesn't have an active license."
621
  msgstr "Det ser ud til, at dit websted endnu ikke har en aktiv licens."
622
 
623
- #: includes/class-freemius.php:17785
624
  msgid "It looks like the license deactivation failed."
625
  msgstr "Det ser ud til, at licens-deaktiveringen mislykkedes."
626
 
627
- #: includes/class-freemius.php:17813
628
- #, php-format
629
- msgid "Your license was successfully deactivated, you are back to the %s plan."
630
  msgstr "Din licens blev deaktiveret, du er tilbage på planen %s."
631
 
632
- #: includes/class-freemius.php:17814
633
  msgid "O.K"
634
  msgstr "O.K"
635
 
636
- #: includes/class-freemius.php:17867
637
  msgid ""
638
  "Seems like we are having some temporary issue with your subscription "
639
  "cancellation. Please try again in few minutes."
640
  msgstr ""
641
- "Seems like we are having some temporary issue with your subscription "
642
- "cancellation. Please try again in few minutes."
643
 
644
- #: includes/class-freemius.php:17876
645
- #, php-format
646
  msgid ""
647
  "Your subscription was successfully cancelled. Your %s plan license will "
648
  "expire in %s."
649
  msgstr ""
650
- "Your subscription was successfully cancelled. Your %s plan license will "
651
- "expire in %s."
652
 
653
- #: includes/class-freemius.php:17918
654
- #, php-format
655
  msgid "You are already running the %s in a trial mode."
656
  msgstr "Du benytter allerede %s under en prøveperiode."
657
 
658
- #: includes/class-freemius.php:17929
659
  msgid "You already utilized a trial before."
660
  msgstr "Du har allerede brugt din prøveperiode."
661
 
662
- #: includes/class-freemius.php:17943
663
- #, php-format
664
  msgid "Plan %s do not exist, therefore, can't start a trial."
665
  msgstr "Plan %s eksisterer ikke og kan derfor ikke starte prøveperiode."
666
 
667
- #: includes/class-freemius.php:17954
668
- #, php-format
669
  msgid "Plan %s does not support a trial period."
670
  msgstr "Plan %s understøtter ikke en prøveperiode."
671
 
672
- #: includes/class-freemius.php:17965
673
- #, php-format
674
  msgid "None of the %s's plans supports a trial period."
675
- msgstr "None of the %s's plans supports a trial period."
676
 
677
- #: includes/class-freemius.php:18015
678
  msgid ""
679
- "It looks like you are not in trial mode anymore so there's nothing to "
680
- "cancel :)"
681
- msgstr ""
682
- "Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at "
683
- "annullere :-)"
684
 
685
- #: includes/class-freemius.php:18051
686
  msgid ""
687
  "Seems like we are having some temporary issue with your trial cancellation. "
688
  "Please try again in few minutes."
689
  msgstr ""
690
- "Seems like we are having some temporary issue with your trial cancellation. "
691
- "Please try again in few minutes."
692
 
693
- #: includes/class-freemius.php:18070
694
- #, php-format
695
  msgid "Your %s free trial was successfully cancelled."
696
  msgstr "Din gratis prøveperiode for %s er blevet annulleret."
697
 
698
- #: includes/class-freemius.php:18377
699
- #, php-format
700
  msgid "Version %s was released."
701
  msgstr "Version %s er blevet udgivet."
702
 
703
- #: includes/class-freemius.php:18377
704
- #, php-format
705
  msgid "Please download %s."
706
  msgstr "Download venligst %s."
707
 
708
- #: includes/class-freemius.php:18384
709
- #, php-format
710
  msgid "the latest %s version here"
711
  msgstr "den seneste version af %s her"
712
 
713
- #: includes/class-freemius.php:18389
714
  msgid "New"
715
  msgstr "Ny"
716
 
717
- #: includes/class-freemius.php:18394
718
  msgid "Seems like you got the latest release."
719
  msgstr "Det ser ud til, at du har den seneste udgivelse."
720
 
721
- #: includes/class-freemius.php:18395
722
  msgid "You are all good!"
723
  msgstr "Det var det!"
724
 
725
- #: includes/class-freemius.php:18663
726
- #, php-format
727
  msgid ""
728
  "Verification mail was just sent to %s. If you can't find it after 5 min, "
729
  "please check your spam box."
730
  msgstr ""
731
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
732
- "please check your spam box."
733
 
734
- #: includes/class-freemius.php:18800
735
  msgid "Site successfully opted in."
736
  msgstr "Websted er tilmeldt."
737
 
738
- #: includes/class-freemius.php:18801 includes/class-freemius.php:19612
739
  msgid "Awesome"
740
  msgstr "Sejt"
741
 
742
- #: includes/class-freemius.php:18817 templates/forms/optout.php:32
743
- #, php-format
744
  msgid ""
745
  "We appreciate your help in making the %s better by letting us track some "
746
  "usage data."
747
- msgstr ""
748
- "Vi sætter pris på din hjælp med at forbedre %s ved at lade os indsamle "
749
- "brugsdata."
750
 
751
- #: includes/class-freemius.php:18818
752
  msgid "Thank you!"
753
  msgstr "Mange tak!"
754
 
755
- #: includes/class-freemius.php:18825
756
- #, php-format
757
  msgid "We will no longer be sending any usage data of %s on %s to %s."
758
  msgstr "Vi vil ikke længere indsende brugsdata af %s på %s til %s."
759
 
760
- #: includes/class-freemius.php:18954
761
- #, php-format
762
  msgid ""
763
- "Please check your mailbox, you should receive an email via %s to confirm the "
764
- "ownership change. From security reasons, you must confirm the change within "
765
- "the next 15 min. If you cannot find the email, please check your spam folder."
 
766
  msgstr ""
767
- "Please check your mailbox, you should receive an email via %s to confirm the "
768
- "ownership change. From security reasons, you must confirm the change within "
769
- "the next 15 min. If you cannot find the email, please check your spam folder."
770
 
771
- #: includes/class-freemius.php:18960
772
- #, php-format
773
  msgid ""
774
- "Thanks for confirming the ownership change. An email was just sent to %s for "
775
- "final approval."
776
  msgstr ""
777
- "Thanks for confirming the ownership change. An email was just sent to %s for "
778
- "final approval."
779
 
780
- #: includes/class-freemius.php:18965
781
- #, php-format
782
  msgid "%s is the new owner of the account."
783
  msgstr "%s er den nye ejer af kontoen."
784
 
785
- #: includes/class-freemius.php:18967
786
  msgctxt "as congratulations"
787
  msgid "Congrats"
788
  msgstr "Tillykke"
789
 
790
- #: includes/class-freemius.php:18987
791
  msgid ""
792
  "Sorry, we could not complete the email update. Another user with the same "
793
  "email is already registered."
794
  msgstr ""
795
- "Sorry, we could not complete the email update. Another user with the same "
796
- "email is already registered."
797
 
798
- #: includes/class-freemius.php:18988
799
- #, php-format
800
  msgid ""
801
  "If you would like to give up the ownership of the %s's account to %s click "
802
  "the Change Ownership button."
803
  msgstr ""
804
- "If you would like to give up the ownership of the %s's account to %s click "
805
- "the Change Ownership button."
806
 
807
- #: includes/class-freemius.php:18995
808
  msgid "Change Ownership"
809
  msgstr "Skift ejerskab"
810
 
811
- #: includes/class-freemius.php:19003
812
  msgid ""
813
  "Your email was successfully updated. You should receive an email with "
814
  "confirmation instructions in few moments."
815
  msgstr ""
816
- "Your email was successfully updated. You should receive an email with "
817
- "confirmation instructions in few moments."
818
 
819
- #: includes/class-freemius.php:19015
820
  msgid "Please provide your full name."
821
  msgstr "Indtast venligst dit fulde navn."
822
 
823
- #: includes/class-freemius.php:19020
824
  msgid "Your name was successfully updated."
825
  msgstr "Dit navn er blevet opdateret."
826
 
827
- #: includes/class-freemius.php:19081
828
- #, php-format
829
  msgid "You have successfully updated your %s."
830
  msgstr "Opdatering af %s blev gennemført."
831
 
832
- #: includes/class-freemius.php:19221
833
- #, php-format
834
  msgid ""
835
  "Just letting you know that the add-ons information of %s is being pulled "
836
  "from an external server."
837
  msgstr ""
838
- "Just letting you know that the add-ons information of %s is being pulled "
839
- "from an external server."
840
 
841
- #: includes/class-freemius.php:19222
842
  msgctxt "advance notice of something that will need attention."
843
  msgid "Heads up"
844
  msgstr "Se her"
845
 
846
- #: includes/class-freemius.php:19652
847
  msgctxt "exclamation"
848
  msgid "Hey"
849
  msgstr "Hey"
850
 
851
- #: includes/class-freemius.php:19652
852
- #, php-format
853
  msgid ""
854
  "How do you like %s so far? Test all our %s premium features with a %d-day "
855
  "free trial."
856
- msgstr ""
857
- "Hvad syntes du om %s indtil videre? Test alle %s premium funktioner med en "
858
- "%d-dags gratis prøveperiode."
859
 
860
- #: includes/class-freemius.php:19660
861
- #, php-format
862
  msgid "No commitment for %s days - cancel anytime!"
863
  msgstr "Ingen bindinger i %s dage - annuller når som helst!"
864
 
865
- #: includes/class-freemius.php:19661
866
  msgid "No credit card required"
867
  msgstr "Betalingskort ikke påkrævet"
868
 
869
- #: includes/class-freemius.php:19668 templates/forms/trial-start.php:53
870
  msgctxt "call to action"
871
  msgid "Start free trial"
872
  msgstr "Start gratis prøveperiode"
873
 
874
- #: includes/class-freemius.php:19745
875
- #, php-format
876
  msgid ""
877
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
878
- "you can become our ambassador and earn some cash!"
879
  msgstr ""
880
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
881
- "you can become our ambassador and earn some cash!"
882
 
883
- #: includes/class-freemius.php:19754
884
  msgid "Learn more"
885
  msgstr "Læs mere"
886
 
887
- #: includes/class-freemius.php:19904 templates/account.php:406
888
- #: templates/account.php:509 templates/account/partials/addon.php:235
889
- #: templates/connect.php:171 templates/connect.php:421
890
- #: templates/forms/license-activation.php:24
891
  msgid "Activate License"
892
  msgstr "Aktiver licens"
893
 
894
- #: includes/class-freemius.php:19905 templates/account.php:469
895
- #: templates/account.php:508 templates/account/partials/site.php:256
896
  msgid "Change License"
897
  msgstr "Skift licens"
898
 
899
- #: includes/class-freemius.php:19987 templates/account/partials/site.php:161
900
  msgid "Opt Out"
901
  msgstr "Frameld"
902
 
903
- #: includes/class-freemius.php:19989 includes/class-freemius.php:19994
904
- #: templates/account/partials/site.php:43
905
  #: templates/account/partials/site.php:161
906
  msgid "Opt In"
907
  msgstr "Tilmeld"
908
 
909
- #: includes/class-freemius.php:20218
910
- #, php-format
911
  msgid ""
912
- " The paid version of %1s is already installed. Please activate it to start "
913
- "benefiting the %2s features. %3s"
914
  msgstr ""
915
- " The paid version of %1s is already installed. Please activate it to start "
916
- "benefiting the %2s features. %3s"
917
 
918
- #: includes/class-freemius.php:20226
919
- #, php-format
920
  msgid "Activate %s features"
921
- msgstr "Activate %s features"
922
 
923
- #: includes/class-freemius.php:20239
924
  msgid "Please follow these steps to complete the upgrade"
925
  msgstr "Følg venligst disse trin for at færdiggøre opgraderingen"
926
 
927
- #: includes/class-freemius.php:20243
928
- #, php-format
929
  msgid "Download the latest %s version"
930
  msgstr "Download den seneste version af %s"
931
 
932
- #: includes/class-freemius.php:20247
933
  msgid "Upload and activate the downloaded version"
934
  msgstr "Upload og aktiver den downloadede version"
935
 
936
- #: includes/class-freemius.php:20249
937
  msgid "How to upload and activate?"
938
  msgstr "Upload og aktivering, hvordan?"
939
 
940
- #: includes/class-freemius.php:20383
941
- #, php-format
942
  msgid ""
943
  "%sClick here%s to choose the sites where you'd like to activate the license "
944
  "on."
945
  msgstr ""
946
- "%sClick here%s to choose the sites where you'd like to activate the license "
947
- "on."
948
 
949
- #: includes/class-freemius.php:20544
950
  msgid "Auto installation only works for opted-in users."
951
  msgstr "Auto-installation fungerer kun for tilmeldte brugere."
952
 
953
- #: includes/class-freemius.php:20554 includes/class-freemius.php:20587
954
- #: includes/class-fs-plugin-updater.php:1060
955
- #: includes/class-fs-plugin-updater.php:1074
956
  msgid "Invalid module ID."
957
  msgstr "Ugyldigt modul-ID."
958
 
959
- #: includes/class-freemius.php:20563 includes/class-fs-plugin-updater.php:1096
960
  msgid "Premium version already active."
961
  msgstr "Premium version allerede aktiv."
962
 
963
- #: includes/class-freemius.php:20570
964
  msgid "You do not have a valid license to access the premium version."
965
  msgstr "Du har ikke en gyldig licens til at benytte premium-versionen."
966
 
967
- #: includes/class-freemius.php:20577
968
  msgid ""
969
  "Plugin is a \"Serviceware\" which means it does not have a premium code "
970
  "version."
971
  msgstr ""
972
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
973
- "version."
974
 
975
- #: includes/class-freemius.php:20595 includes/class-fs-plugin-updater.php:1095
976
  msgid "Premium add-on version already installed."
977
  msgstr "Premium tilføjelse er allerede installeret."
978
 
979
- #: includes/class-freemius.php:20940
980
  msgid "View paid features"
981
  msgstr "Vis betalte features"
982
 
983
- #: includes/class-freemius.php:21260
984
- #, php-format
985
  msgid "Thank you so much for using %s and its add-ons!"
986
- msgstr "Thank you so much for using %s and its add-ons!"
987
 
988
- #: includes/class-freemius.php:21261
989
- #, php-format
990
  msgid "Thank you so much for using %s!"
991
  msgstr "Tak fordi du benytter %s!"
992
 
993
- #: includes/class-freemius.php:21267
994
- #, php-format
995
  msgid ""
996
- "You've already opted-in to our usage-tracking, which helps us keep improving "
997
- "the %s."
998
- msgstr ""
999
- "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at "
1000
- "forbedre %s."
1001
 
1002
- #: includes/class-freemius.php:21271
1003
  msgid "Thank you so much for using our products!"
1004
  msgstr "Mange tak for at benytte vores produkter!"
1005
 
1006
- #: includes/class-freemius.php:21272
1007
  msgid ""
1008
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1009
- "them."
1010
- msgstr ""
1011
- "Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at "
1012
- "forbedre dem."
1013
 
1014
- #: includes/class-freemius.php:21291
1015
- #, php-format
1016
  msgid "%s and its add-ons"
1017
  msgstr "%s og tilføjelser"
1018
 
1019
- #: includes/class-freemius.php:21300
1020
  msgid "Products"
1021
  msgstr "Produkter"
1022
 
1023
- #: includes/class-freemius.php:21307 templates/connect.php:272
1024
  msgid "Yes"
1025
  msgstr "Ja"
1026
 
1027
- #: includes/class-freemius.php:21308 templates/connect.php:273
1028
  msgid "send me security & feature updates, educational content and offers."
1029
- msgstr ""
1030
- "send mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud."
1031
 
1032
- #: includes/class-freemius.php:21309 templates/connect.php:278
1033
  msgid "No"
1034
  msgstr "Nej"
1035
 
1036
- #: includes/class-freemius.php:21311 templates/connect.php:280
1037
- #, php-format
1038
  msgid ""
1039
  "do %sNOT%s send me security & feature updates, educational content and "
1040
  "offers."
1041
- msgstr ""
1042
- "send %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og "
1043
- "tilbud."
1044
 
1045
- #: includes/class-freemius.php:21321
1046
- #, php-format
1047
  msgid ""
1048
  "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
1049
  "requirements it is required that you provide your explicit consent, again, "
1050
- "confirming that you are onboard 🙂"
1051
  msgstr ""
1052
- "Grundet krav i den nye %sEU General Data Protection Regulation (GDPR)%s, er "
1053
- "det nødvendigt at du igen giver dit udtrykkelige samtykke og bekræfter, at "
1054
- "du er ombord 🙂"
1055
 
1056
- #: includes/class-freemius.php:21323 templates/connect.php:287
1057
  msgid ""
1058
  "Please let us know if you'd like us to contact you for security & feature "
1059
  "updates, educational content, and occasional offers:"
1060
- msgstr ""
1061
- "Lad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-"
1062
- "opdateringer, informativt indhold og lejlighedsvise tilbud:"
1063
 
1064
- #: includes/class-freemius.php:21605
1065
  msgid "License key is empty."
1066
  msgstr "Licensnøglen er tom."
1067
 
1068
- #: includes/class-fs-plugin-updater.php:184
1069
  #: templates/forms/premium-versions-upgrade-handler.php:57
1070
  msgid "Renew license"
1071
  msgstr "Forny licens"
1072
 
1073
- #: includes/class-fs-plugin-updater.php:189
1074
  #: templates/forms/premium-versions-upgrade-handler.php:58
1075
  msgid "Buy license"
1076
- msgstr "Buy license"
1077
 
1078
- #: includes/class-fs-plugin-updater.php:278
1079
- #, php-format
1080
  msgid "There is a %s of %s available."
1081
- msgstr "There is a %s of %s available."
 
 
 
 
 
1082
 
1083
- #: includes/class-fs-plugin-updater.php:282
 
1084
  msgid "new version"
1085
- msgstr "new version"
1086
 
1087
- #: includes/class-fs-plugin-updater.php:305
1088
  msgid "Important Upgrade Notice:"
1089
- msgstr "Important Upgrade Notice:"
1090
 
1091
- #: includes/class-fs-plugin-updater.php:1125
1092
- #, php-format
1093
  msgid "Installing plugin: %s"
1094
  msgstr "Installerer plugin: %s"
1095
 
1096
- #: includes/class-fs-plugin-updater.php:1166
1097
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
1098
- msgstr "Unable to connect to the filesystem. Please confirm your credentials."
1099
 
1100
- #: includes/class-fs-plugin-updater.php:1348
1101
  msgid ""
1102
  "The remote plugin package does not contain a folder with the desired slug "
1103
  "and renaming did not work."
1104
  msgstr ""
1105
- "The remote plugin package does not contain a folder with the desired slug "
1106
- "and renaming did not work."
1107
-
1108
- #: includes/customizer/class-fs-customizer-support-section.php:55
1109
- #: templates/plugin-info/features.php:43
1110
- msgid "Support"
1111
- msgstr "Support"
1112
-
1113
- #: includes/customizer/class-fs-customizer-upsell-control.php:106
1114
- #: templates/account.php:105 templates/account/partials/addon.php:46
1115
- #: templates/debug.php:373
1116
- msgctxt "as product pricing plan"
1117
- msgid "Plan"
1118
- msgstr "Plan"
1119
-
1120
- #: includes/debug/class-fs-debug-bar-panel.php:48
1121
- #: templates/debug/api-calls.php:54 templates/debug/logger.php:62
1122
- msgctxt "milliseconds"
1123
- msgid "ms"
1124
- msgstr "ms"
1125
-
1126
- #: includes/debug/debug-bar-start.php:41
1127
- msgid "Freemius API"
1128
- msgstr "Freemius API"
1129
 
1130
- #: includes/debug/debug-bar-start.php:42
1131
- msgid "Requests"
1132
- msgstr "Requests"
1133
 
1134
- #: includes/fs-plugin-info-dialog.php:369
1135
- #: templates/account/partials/addon.php:292
1136
  msgctxt "verb"
1137
  msgid "Purchase"
1138
  msgstr "Køb"
1139
 
1140
- #: includes/fs-plugin-info-dialog.php:372
1141
- #, php-format
1142
  msgid "Start my free %s"
1143
  msgstr "Start min gratis %s"
1144
 
1145
- #: includes/fs-plugin-info-dialog.php:413
 
 
 
 
 
 
 
 
1146
  msgid "Install Free Version Now"
1147
  msgstr "Installer gratis version nu"
1148
 
1149
- #: includes/fs-plugin-info-dialog.php:414
1150
- #: templates/account/partials/addon.php:272
1151
- #: templates/account/partials/addon.php:322 templates/auto-installation.php:111
 
1152
  msgid "Install Now"
1153
  msgstr "Installer nu"
1154
 
1155
- #: includes/fs-plugin-info-dialog.php:425
1156
  msgctxt "as download latest version"
1157
  msgid "Download Latest Free Version"
1158
  msgstr "Download seneste gratis version"
1159
 
1160
- #: includes/fs-plugin-info-dialog.php:426 templates/account.php:80
1161
- #: templates/account/partials/addon.php:21
1162
  msgctxt "as download latest version"
1163
  msgid "Download Latest"
1164
  msgstr "Download seneste"
1165
 
1166
- #: includes/fs-plugin-info-dialog.php:436
1167
- msgid "Install Free Version Update Now"
1168
- msgstr "Installer opdatering til gratis version nu"
1169
-
1170
- #: includes/fs-plugin-info-dialog.php:437 templates/account.php:460
1171
- msgid "Install Update Now"
1172
- msgstr "Installer opdatering nu"
1173
-
1174
- #: includes/fs-plugin-info-dialog.php:448
1175
- #, php-format
1176
- msgid "Newer Free Version (%s) Installed"
1177
- msgstr "Nyere gratis version (%s) installeret"
1178
-
1179
- #: includes/fs-plugin-info-dialog.php:449
1180
- #, php-format
1181
- msgid "Newer Version (%s) Installed"
1182
- msgstr "Nyere version (%s) installeret"
1183
 
1184
- #: includes/fs-plugin-info-dialog.php:457
1185
- msgid "Latest Free Version Installed"
1186
- msgstr "Seneste gratis version installeret"
1187
 
1188
- #: includes/fs-plugin-info-dialog.php:458
1189
- msgid "Latest Version Installed"
1190
- msgstr "Seneste version installeret"
 
1191
 
1192
- #: includes/fs-plugin-info-dialog.php:613
1193
  msgctxt "Plugin installer section title"
1194
  msgid "Description"
1195
  msgstr "Beskrivelse"
1196
 
1197
- #: includes/fs-plugin-info-dialog.php:614
1198
  msgctxt "Plugin installer section title"
1199
  msgid "Installation"
1200
  msgstr "Installering"
1201
 
1202
- #: includes/fs-plugin-info-dialog.php:615
1203
  msgctxt "Plugin installer section title"
1204
  msgid "FAQ"
1205
  msgstr "FAQ"
1206
 
1207
- #: includes/fs-plugin-info-dialog.php:616
1208
  #: templates/plugin-info/description.php:55
1209
  msgid "Screenshots"
1210
  msgstr "Skærmbilleder"
1211
 
1212
- #: includes/fs-plugin-info-dialog.php:617
1213
  msgctxt "Plugin installer section title"
1214
  msgid "Changelog"
1215
  msgstr "Ændringslog"
1216
 
1217
- #: includes/fs-plugin-info-dialog.php:618
1218
  msgctxt "Plugin installer section title"
1219
  msgid "Reviews"
1220
  msgstr "Anmeldelser"
1221
 
1222
- #: includes/fs-plugin-info-dialog.php:619
1223
  msgctxt "Plugin installer section title"
1224
  msgid "Other Notes"
1225
  msgstr "Andre noter"
1226
 
1227
- #: includes/fs-plugin-info-dialog.php:634
1228
  msgctxt "Plugin installer section title"
1229
  msgid "Features & Pricing"
1230
  msgstr "Funktioner og priser"
1231
 
1232
- #: includes/fs-plugin-info-dialog.php:644
1233
  msgid "Plugin Install"
1234
  msgstr "Plugin-installering"
1235
 
1236
- #: includes/fs-plugin-info-dialog.php:716
1237
- #, php-format
1238
  msgctxt "e.g. Professional Plan"
1239
  msgid "%s Plan"
1240
  msgstr "%s Plan"
1241
 
1242
- #: includes/fs-plugin-info-dialog.php:742
1243
  msgctxt "e.g. the best product"
1244
  msgid "Best"
1245
  msgstr "Bedste"
1246
 
1247
- #: includes/fs-plugin-info-dialog.php:748
1248
- #: includes/fs-plugin-info-dialog.php:768
1249
  msgctxt "as every month"
1250
  msgid "Monthly"
1251
  msgstr "Månedligt"
1252
 
1253
- #: includes/fs-plugin-info-dialog.php:751
1254
  msgctxt "as once a year"
1255
  msgid "Annual"
1256
  msgstr "Årligt"
1257
 
1258
- #: includes/fs-plugin-info-dialog.php:754
1259
  msgid "Lifetime"
1260
  msgstr "Livstid"
1261
 
1262
- #: includes/fs-plugin-info-dialog.php:768
1263
- #: includes/fs-plugin-info-dialog.php:770
1264
- #: includes/fs-plugin-info-dialog.php:772
1265
- #, php-format
1266
  msgctxt "e.g. billed monthly"
1267
  msgid "Billed %s"
1268
  msgstr "Faktureret %s"
1269
 
1270
- #: includes/fs-plugin-info-dialog.php:770
1271
  msgctxt "as once a year"
1272
  msgid "Annually"
1273
  msgstr "Årligt"
1274
 
1275
- #: includes/fs-plugin-info-dialog.php:772
1276
  msgctxt "as once a year"
1277
  msgid "Once"
1278
  msgstr "Engangsbeløb"
1279
 
1280
- #: includes/fs-plugin-info-dialog.php:778
1281
  msgid "Single Site License"
1282
- msgstr "Single Site License"
1283
 
1284
- #: includes/fs-plugin-info-dialog.php:780
1285
  msgid "Unlimited Licenses"
1286
  msgstr "Ubegrænsede licenser"
1287
 
1288
- #: includes/fs-plugin-info-dialog.php:782
1289
- #, php-format
1290
  msgid "Up to %s Sites"
1291
  msgstr "Op til %s websteder"
1292
 
1293
- #: includes/fs-plugin-info-dialog.php:792 templates/plugin-info/features.php:82
 
1294
  msgctxt "as monthly period"
1295
  msgid "mo"
1296
  msgstr "md"
1297
 
1298
- #: includes/fs-plugin-info-dialog.php:799 templates/plugin-info/features.php:80
 
1299
  msgctxt "as annual period"
1300
  msgid "year"
1301
  msgstr "år"
1302
 
1303
- #: includes/fs-plugin-info-dialog.php:853
1304
  msgctxt "noun"
1305
  msgid "Price"
1306
  msgstr "Pris"
1307
 
1308
- #: includes/fs-plugin-info-dialog.php:901
1309
- #, php-format
1310
  msgid "Save %s"
1311
  msgstr "Spar %s"
1312
 
1313
- #: includes/fs-plugin-info-dialog.php:911
1314
- #, php-format
1315
  msgid "No commitment for %s - cancel anytime"
1316
  msgstr "Ingen bindinger ved %s - annuller når som helst"
1317
 
1318
- #: includes/fs-plugin-info-dialog.php:914
1319
- #, php-format
1320
  msgid "After your free %s, pay as little as %s"
1321
  msgstr "Efter din gratis %s er prisen kun %s"
1322
 
1323
- #: includes/fs-plugin-info-dialog.php:925
1324
  msgid "Details"
1325
  msgstr "Detaljer"
1326
 
1327
- #: includes/fs-plugin-info-dialog.php:929 templates/account.php:91
1328
- #: templates/account/partials/addon.php:32 templates/debug.php:203
1329
- #: templates/debug.php:240 templates/debug.php:454
1330
  msgctxt "product version"
1331
  msgid "Version"
1332
  msgstr "Version"
1333
 
1334
- #: includes/fs-plugin-info-dialog.php:936
1335
  msgctxt "as the plugin author"
1336
  msgid "Author"
1337
  msgstr "Forfatter"
1338
 
1339
- #: includes/fs-plugin-info-dialog.php:943
1340
  msgid "Last Updated"
1341
  msgstr "Senest opdateret"
1342
 
1343
- #: includes/fs-plugin-info-dialog.php:948 templates/account.php:376
1344
- #, php-format
1345
  msgctxt "x-ago"
1346
  msgid "%s ago"
1347
  msgstr "%s siden"
1348
 
1349
- #: includes/fs-plugin-info-dialog.php:957
1350
  msgid "Requires WordPress Version"
1351
  msgstr "Kræver WordPress-version"
1352
 
1353
- #: includes/fs-plugin-info-dialog.php:958
1354
- #, php-format
1355
  msgid "%s or higher"
1356
  msgstr "%s eller højere"
1357
 
1358
- #: includes/fs-plugin-info-dialog.php:965
1359
  msgid "Compatible up to"
1360
  msgstr "Kompatibel op til"
1361
 
1362
- #: includes/fs-plugin-info-dialog.php:973
1363
  msgid "Downloaded"
1364
  msgstr "Downloadet"
1365
 
1366
- #: includes/fs-plugin-info-dialog.php:977
1367
- #, php-format
1368
  msgid "%s time"
1369
  msgstr "%s gang"
1370
 
1371
- #: includes/fs-plugin-info-dialog.php:979
1372
- #, php-format
1373
  msgid "%s times"
1374
  msgstr "%s gange"
1375
 
1376
- #: includes/fs-plugin-info-dialog.php:989
1377
  msgid "WordPress.org Plugin Page"
1378
  msgstr "WordPress.org Plugin-side"
1379
 
1380
- #: includes/fs-plugin-info-dialog.php:997
1381
  msgid "Plugin Homepage"
1382
  msgstr "Plugin-websted"
1383
 
1384
- #: includes/fs-plugin-info-dialog.php:1005
1385
- #: includes/fs-plugin-info-dialog.php:1087
1386
  msgid "Donate to this plugin"
1387
  msgstr "Donér til dette plugin"
1388
 
1389
- #: includes/fs-plugin-info-dialog.php:1012
1390
  msgid "Average Rating"
1391
  msgstr "Gennemsnitlig vurdering"
1392
 
1393
- #: includes/fs-plugin-info-dialog.php:1019
1394
- #, php-format
1395
  msgid "based on %s"
1396
  msgstr "baseret på %s"
1397
 
1398
- #: includes/fs-plugin-info-dialog.php:1023
1399
- #, php-format
1400
  msgid "%s rating"
1401
  msgstr "%s vurdering"
1402
 
1403
- #: includes/fs-plugin-info-dialog.php:1025
1404
- #, php-format
1405
  msgid "%s ratings"
1406
  msgstr "%s vurderinger"
1407
 
1408
- #: includes/fs-plugin-info-dialog.php:1040
1409
- #, php-format
1410
  msgid "%s star"
1411
  msgstr "%s stjerne"
1412
 
1413
- #: includes/fs-plugin-info-dialog.php:1042
1414
- #, php-format
1415
  msgid "%s stars"
1416
  msgstr "%s stjerner"
1417
 
1418
- #: includes/fs-plugin-info-dialog.php:1053
1419
- #, php-format
1420
  msgid "Click to see reviews that provided a rating of %s"
1421
- msgstr "Click to see reviews that provided a rating of %s"
1422
 
1423
- #: includes/fs-plugin-info-dialog.php:1066
1424
  msgid "Contributors"
1425
  msgstr "Bidragsydere"
1426
 
1427
- #: includes/fs-plugin-info-dialog.php:1095
1428
- #: includes/fs-plugin-info-dialog.php:1097
1429
  msgid "Warning"
1430
  msgstr "Advarsel"
1431
 
1432
- #: includes/fs-plugin-info-dialog.php:1095
1433
- msgid "This plugin has not been tested with your current version of WordPress."
1434
- msgstr ""
1435
- "Dette plugin er ikke blevet testet med din nuværende version af WordPress."
1436
 
1437
- #: includes/fs-plugin-info-dialog.php:1097
1438
  msgid ""
1439
- "This plugin has not been marked as compatible with your version of WordPress."
 
1440
  msgstr ""
1441
- "This plugin has not been marked as compatible with your version of WordPress."
1442
 
1443
- #: includes/fs-plugin-info-dialog.php:1116
1444
  msgid "Paid add-on must be deployed to Freemius."
1445
- msgstr "Paid add-on must be deployed to Freemius."
1446
 
1447
- #: includes/fs-plugin-info-dialog.php:1117
1448
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1449
- msgstr "Add-on must be deployed to WordPress.org or Freemius."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1450
 
1451
- #: templates/account.php:81 templates/account/partials/addon.php:22
 
1452
  #: templates/account/partials/site.php:295
1453
- #: templates/forms/subscription-cancellation.php:96
1454
  msgid "Downgrading your plan"
1455
- msgstr "Downgrading your plan"
1456
 
1457
- #: templates/account.php:82 templates/account/partials/addon.php:23
 
1458
  #: templates/account/partials/site.php:296
1459
- #: templates/forms/subscription-cancellation.php:97
1460
  msgid "Cancelling the subscription"
1461
- msgstr "Cancelling the subscription"
1462
 
1463
- #: templates/account.php:84 templates/account/partials/addon.php:25
1464
- #: templates/account/partials/site.php:298
1465
- #: templates/forms/subscription-cancellation.php:99
1466
- #, php-format
1467
  msgid ""
1468
- "%1s will immediately stop all future recurring payments and your %s plan "
1469
- "license will expire in %s."
1470
  msgstr ""
1471
- "%1s will immediately stop all future recurring payments and your %s plan "
1472
- "license will expire in %s."
1473
 
1474
- #: templates/account.php:85 templates/account/partials/addon.php:26
 
1475
  #: templates/account/partials/site.php:299
1476
- #: templates/forms/subscription-cancellation.php:100
1477
  msgid ""
1478
  "Please note that we will not be able to grandfather outdated pricing for "
1479
  "renewals/new subscriptions after a cancellation. If you choose to renew the "
1480
- "subscription manually in the future, after a price increase, which typically "
1481
- "occurs once a year, you will be charged the updated price."
1482
  msgstr ""
1483
- "Please note that we will not be able to grandfather outdated pricing for "
1484
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1485
- "subscription manually in the future, after a price increase, which typically "
1486
- "occurs once a year, you will be charged the updated price."
1487
 
1488
- #: templates/account.php:86 templates/account/partials/addon.php:27
1489
- #: templates/forms/subscription-cancellation.php:106
1490
  msgid ""
1491
  "Cancelling the trial will immediately block access to all premium features. "
1492
  "Are you sure?"
1493
  msgstr ""
1494
- "Cancelling the trial will immediately block access to all premium features. "
1495
- "Are you sure?"
1496
 
1497
- #: templates/account.php:87 templates/account/partials/addon.php:28
 
1498
  #: templates/account/partials/site.php:300
1499
- #: templates/forms/subscription-cancellation.php:101
1500
- #, php-format
1501
  msgid ""
1502
  "You can still enjoy all %s features but you will not have access to %s "
1503
  "security & feature updates, nor support."
1504
  msgstr ""
1505
- "You can still enjoy all %s features but you will not have access to %s "
1506
- "security & feature updates, nor support."
1507
 
1508
- #: templates/account.php:88 templates/account/partials/addon.php:29
 
1509
  #: templates/account/partials/site.php:301
1510
- #: templates/forms/subscription-cancellation.php:102
1511
- #, php-format
1512
  msgid ""
1513
  "Once your license expires you can still use the Free version but you will "
1514
  "NOT have access to the %s features."
1515
  msgstr ""
1516
- "Once your license expires you can still use the Free version but you will "
1517
- "NOT have access to the %s features."
1518
 
1519
- #: templates/account.php:90
1520
- #: templates/account/partials/activate-license-button.php:31
1521
- #: templates/account/partials/addon.php:31
1522
- #, php-format
1523
  msgid "Activate %s Plan"
1524
  msgstr "Aktiver %s plan"
1525
 
1526
- #: templates/account.php:93 templates/account/partials/addon.php:34
 
1527
  #: templates/account/partials/site.php:275
1528
- #, php-format
1529
  msgid "Auto renews in %s"
1530
  msgstr "Auto-fornyer om %s"
1531
 
1532
- #: templates/account.php:95 templates/account/partials/addon.php:36
 
1533
  #: templates/account/partials/site.php:277
1534
- #, php-format
1535
  msgid "Expires in %s"
1536
  msgstr "Udløber om %s"
1537
 
1538
- #: templates/account.php:96 templates/account/partials/addon.php:37
1539
  msgctxt "as synchronize license"
1540
  msgid "Sync License"
1541
  msgstr "Synkroniser licens"
1542
 
1543
- #: templates/account.php:97 templates/account/partials/addon.php:38
1544
  msgid "Cancel Trial"
1545
  msgstr "Annuller prøveperiode"
1546
 
1547
- #: templates/account.php:98 templates/account/partials/addon.php:39
1548
  msgid "Change Plan"
1549
  msgstr "Skift plan"
1550
 
1551
- #: templates/account.php:99 templates/account/partials/addon.php:40
1552
  msgctxt "verb"
1553
  msgid "Upgrade"
1554
  msgstr "Opgrader"
1555
 
1556
- #: templates/account.php:101 templates/account/partials/addon.php:42
1557
  #: templates/account/partials/site.php:302
1558
  msgctxt "verb"
1559
  msgid "Downgrade"
1560
  msgstr "Nedgrader"
1561
 
1562
- #: templates/account.php:103 templates/account/partials/addon.php:44
1563
- #: templates/account/partials/site.php:31 templates/add-ons.php:130
1564
- #: templates/plugin-info/features.php:72
 
1565
  msgid "Free"
1566
  msgstr "Gratis"
1567
 
1568
- #: templates/account.php:104 templates/account/partials/addon.php:45
1569
- msgid "Activate"
1570
- msgstr "Aktiver"
 
 
 
 
 
 
 
1571
 
1572
- #: templates/account.php:158
1573
  msgid "Free Trial"
1574
  msgstr "Gratis prøveperiode"
1575
 
1576
- #: templates/account.php:169
1577
  msgid "Account Details"
1578
  msgstr "Kontodetaljer"
1579
 
1580
- #: templates/account.php:179
1581
- #, php-format
 
 
 
1582
  msgid ""
1583
  "Deleting the account will automatically deactivate your %s plan license so "
1584
  "you can use it on other sites. If you want to terminate the recurring "
1585
  "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1586
  "account. Are you sure you would like to continue with the deletion?"
1587
  msgstr ""
1588
- "Deleting the account will automatically deactivate your %s plan license so "
1589
- "you can use it on other sites. If you want to terminate the recurring "
1590
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1591
- "account. Are you sure you would like to continue with the deletion?"
1592
 
1593
- #: templates/account.php:181
1594
- #, php-format
1595
  msgid ""
1596
  "Deletion is not temporary. Only delete if you no longer want to use this %s "
1597
  "anymore. Are you sure you would like to continue with the deletion?"
1598
  msgstr ""
1599
- "Deletion is not temporary. Only delete if you no longer want to use this %s "
1600
- "anymore. Are you sure you would like to continue with the deletion?"
1601
 
1602
- #: templates/account.php:184
1603
  msgid "Delete Account"
1604
  msgstr "Slet konto"
1605
 
1606
- #: templates/account.php:196 templates/account/partials/addon.php:159
1607
  #: templates/account/partials/deactivate-license-button.php:35
1608
  msgid "Deactivate License"
1609
  msgstr "Deaktiver licens"
1610
 
1611
- #: templates/account.php:219 templates/forms/subscription-cancellation.php:125
1612
  msgid "Are you sure you want to proceed?"
1613
  msgstr "Er du sikker på, du vil fortsætte?"
1614
 
1615
- #: templates/account.php:219 templates/account/partials/addon.php:182
1616
  msgid "Cancel Subscription"
1617
  msgstr "Annuller abonnement"
1618
 
1619
- #: templates/account.php:247
1620
  msgctxt "as synchronize"
1621
  msgid "Sync"
1622
  msgstr "Synkroniser"
1623
 
1624
- #: templates/account.php:261 templates/debug.php:489
1625
  msgid "Name"
1626
  msgstr "Navn"
1627
 
1628
- #: templates/account.php:267 templates/debug.php:490
1629
  msgid "Email"
1630
  msgstr "E-mail"
1631
 
1632
- #: templates/account.php:274 templates/debug.php:372 templates/debug.php:528
1633
  msgid "User ID"
1634
  msgstr "Bruger-ID"
1635
 
1636
- #: templates/account.php:282
 
 
 
 
 
 
 
 
1637
  msgid "Site ID"
1638
  msgstr "Websteds-ID"
1639
 
1640
- #: templates/account.php:285
1641
  msgid "No ID"
1642
  msgstr "Intet ID"
1643
 
1644
- #: templates/account.php:290 templates/account/partials/site.php:219
1645
- #: templates/debug.php:245 templates/debug.php:374 templates/debug.php:455
1646
- #: templates/debug.php:492
1647
  msgid "Public Key"
1648
  msgstr "Offentlig nøgle"
1649
 
1650
- #: templates/account.php:296 templates/account/partials/site.php:231
1651
- #: templates/debug.php:375 templates/debug.php:456 templates/debug.php:493
1652
  msgid "Secret Key"
1653
  msgstr "Privat nøgle"
1654
 
1655
- #: templates/account.php:299
1656
  msgctxt "as secret encryption key missing"
1657
  msgid "No Secret"
1658
  msgstr "Ingen privat nøgle"
1659
 
1660
- #: templates/account.php:318 templates/account/partials/site.php:112
1661
  #: templates/account/partials/site.php:114
1662
  msgid "Trial"
1663
  msgstr "Prøveperiode"
1664
 
1665
- #: templates/account.php:337 templates/account/partials/site.php:248
1666
- #: templates/debug.php:533
1667
  msgid "License Key"
1668
  msgstr "Licensnøgle"
1669
 
1670
- #: templates/account.php:367
 
 
 
 
1671
  msgid "not verified"
1672
  msgstr "ikke verificeret"
1673
 
1674
- #: templates/account.php:376 templates/account/partials/addon.php:120
1675
  msgid "Expired"
1676
  msgstr "Udløbet"
1677
 
1678
- #: templates/account.php:428
1679
  msgid "Premium version"
1680
  msgstr "Premium version"
1681
 
1682
- #: templates/account.php:430
1683
  msgid "Free version"
1684
  msgstr "Gratis version"
1685
 
1686
- #: templates/account.php:442
1687
  msgid "Verify Email"
1688
  msgstr "Verificer e-mail"
1689
 
1690
- #: templates/account.php:453
1691
- #, php-format
1692
  msgid "Download %s Version"
1693
  msgstr "Download 1%s version"
1694
 
1695
- #: templates/account.php:467 templates/account.php:649
1696
- #: templates/account/partials/site.php:237
1697
  #: templates/account/partials/site.php:255
1698
  msgctxt "verb"
1699
  msgid "Show"
1700
  msgstr "Vis"
1701
 
1702
- #: templates/account.php:481
1703
- #, php-format
1704
  msgid "What is your %s?"
1705
  msgstr "Angiv venligst %s?"
1706
 
1707
- #: templates/account.php:489 templates/account/billing.php:27
1708
  msgctxt "verb"
1709
  msgid "Edit"
1710
  msgstr "Rediger"
1711
 
1712
- #: templates/account.php:502
1713
  msgid "Sites"
1714
  msgstr "Websteder"
1715
 
1716
- #: templates/account.php:513
1717
  msgid "Search by address"
1718
  msgstr "Søg efter adresse"
1719
 
1720
- #: templates/account.php:522 templates/account.php:570
1721
- #: templates/account/payments.php:35 templates/debug.php:238
1722
- #: templates/debug.php:366 templates/debug.php:451 templates/debug.php:488
1723
- #: templates/debug.php:526 templates/debug.php:599
1724
- #: templates/debug/logger.php:21
1725
- msgid "ID"
1726
- msgstr "ID"
1727
-
1728
- #: templates/account.php:523 templates/debug.php:369
1729
  msgid "Address"
1730
  msgstr "Adresse"
1731
 
1732
- #: templates/account.php:524
1733
  msgid "License"
1734
  msgstr "Licens"
1735
 
1736
- #: templates/account.php:525
1737
  msgid "Plan"
1738
  msgstr "Plan"
1739
 
1740
- #: templates/account.php:573
1741
  msgctxt "as software license"
1742
  msgid "License"
1743
  msgstr "Licens"
1744
 
1745
- #: templates/account.php:643
1746
  msgctxt "verb"
1747
  msgid "Hide"
1748
  msgstr "Skjul"
1749
 
1750
- #: templates/account.php:686
1751
- #, php-format
 
 
 
 
 
 
 
1752
  msgid "Cancelling %s"
1753
- msgstr "Cancelling %s"
1754
 
1755
- #: templates/account.php:686 templates/account.php:703
1756
- #: templates/forms/deactivation/form.php:117
1757
- #: templates/forms/subscription-cancellation.php:27
1758
  msgid "trial"
1759
- msgstr "trial"
1760
 
1761
- #: templates/account.php:701 templates/forms/deactivation/form.php:134
1762
- #, php-format
1763
  msgid "Cancelling %s..."
1764
- msgstr "Cancelling %s..."
1765
 
1766
- #: templates/account.php:704 templates/forms/deactivation/form.php:118
1767
- #: templates/forms/subscription-cancellation.php:28
1768
  msgid "subscription"
1769
- msgstr "subscription"
1770
 
1771
- #: templates/account.php:718
1772
  msgid ""
1773
  "Deactivating your license will block all premium features, but will enable "
1774
  "activating the license on another site. Are you sure you want to proceed?"
1775
  msgstr ""
1776
- "Deactivating your license will block all premium features, but will enable "
1777
- "activating the license on another site. Are you sure you want to proceed?"
1778
 
1779
- #: templates/account/billing.php:28
1780
- msgctxt "verb"
1781
- msgid "Update"
1782
- msgstr "Opdater"
1783
 
1784
- #: templates/account/billing.php:39
1785
- msgid "Billing"
1786
- msgstr "Betaling"
1787
 
1788
- #: templates/account/billing.php:44
1789
- msgid "Business name"
1790
- msgstr "Firmanavn"
 
 
1791
 
1792
- #: templates/account/billing.php:45
1793
- msgid "Tax / VAT ID"
1794
- msgstr "Moms / VAT ID"
 
1795
 
1796
- #: templates/account/billing.php:48 templates/account/billing.php:49
1797
- #, php-format
1798
- msgid "Address Line %d"
1799
- msgstr "Adresselinje %d"
1800
 
1801
- #: templates/account/billing.php:52
1802
- msgid "City"
1803
- msgstr "By"
1804
-
1805
- #: templates/account/billing.php:52
1806
- msgid "Town"
1807
- msgstr "By"
1808
-
1809
- #: templates/account/billing.php:53
1810
- msgid "ZIP / Postal Code"
1811
- msgstr "ZIP / Postnummer"
1812
-
1813
- #: templates/account/billing.php:308
1814
- msgid "Country"
1815
- msgstr "Land"
1816
-
1817
- #: templates/account/billing.php:310
1818
- msgid "Select Country"
1819
- msgstr "Vælg land"
1820
-
1821
- #: templates/account/billing.php:317 templates/account/billing.php:318
1822
- msgid "State"
1823
- msgstr "Stat"
1824
-
1825
- #: templates/account/billing.php:317 templates/account/billing.php:318
1826
- msgid "Province"
1827
- msgstr "Provins"
1828
-
1829
- #: templates/account/partials/activate-license-button.php:46
1830
- msgid "Localhost"
1831
- msgstr "Localhost"
1832
-
1833
- #: templates/account/partials/activate-license-button.php:50
1834
- #, php-format
1835
- msgctxt "as 5 licenses left"
1836
- msgid "%s left"
1837
- msgstr "%s tilbage"
1838
-
1839
- #: templates/account/partials/activate-license-button.php:51
1840
- msgid "Last license"
1841
- msgstr "Seneste license"
1842
-
1843
- #: templates/account/partials/addon.php:115
1844
- msgid "Cancelled"
1845
- msgstr "Annulleret"
1846
-
1847
- #: templates/account/partials/addon.php:125
1848
- msgid "No expiration"
1849
- msgstr "Udløber ikke"
1850
-
1851
- #: templates/account/partials/addon.php:264
1852
- #: templates/account/partials/addon.php:317
1853
- msgid "Activate this add-on"
1854
- msgstr "Aktiver denne tilføjelse"
1855
-
1856
- #: templates/account/partials/addon.php:339 templates/debug.php:433
1857
- #: templates/debug.php:511
1858
- msgctxt "verb"
1859
- msgid "Delete"
1860
- msgstr "Slet"
1861
-
1862
- #: templates/account/partials/site.php:148 templates/debug.php:368
1863
- msgid "Blog ID"
1864
- msgstr "Blog-ID"
1865
-
1866
- #: templates/account/partials/site.php:181
1867
- msgid "Owner Name"
1868
- msgstr "Ejer-navn"
1869
-
1870
- #: templates/account/partials/site.php:193
1871
- msgid "Owner Email"
1872
- msgstr "E-mailadresse for ejer"
1873
-
1874
- #: templates/account/partials/site.php:205
1875
- msgid "Owner ID"
1876
- msgstr "Ejer-ID"
1877
-
1878
- #: templates/account/partials/site.php:270
1879
- msgid "Subscription"
1880
- msgstr "Abonnement"
1881
-
1882
- #: templates/account/payments.php:29
1883
- msgid "Payments"
1884
- msgstr "Betalinger"
1885
-
1886
- #: templates/account/payments.php:36
1887
- msgid "Date"
1888
- msgstr "Dato"
1889
-
1890
- #: templates/account/payments.php:37
1891
- msgid "Amount"
1892
- msgstr "Beløb"
1893
-
1894
- #: templates/account/payments.php:38 templates/account/payments.php:50
1895
- msgid "Invoice"
1896
- msgstr "Faktura"
1897
-
1898
- #: templates/add-ons.php:36
1899
- #, php-format
1900
- msgid "Add Ons for %s"
1901
- msgstr "Tilføjelser til %s"
1902
-
1903
- #: templates/add-ons.php:44
1904
- msgid ""
1905
- "We could'nt load the add-ons list. It's probably an issue on our side, "
1906
- "please try to come back in few minutes."
1907
- msgstr ""
1908
- "We could'nt load the add-ons list. It's probably an issue on our side, "
1909
- "please try to come back in few minutes."
1910
-
1911
- #: templates/add-ons.php:139
1912
- msgid "View details"
1913
- msgstr "Vis detaljer"
1914
-
1915
- #: templates/admin-notice.php:13 templates/forms/license-activation.php:208
1916
- #: templates/forms/resend-key.php:77
1917
- msgctxt "as close a window"
1918
- msgid "Dismiss"
1919
- msgstr "Fjern"
1920
 
1921
  #: templates/auto-installation.php:45
1922
- #, php-format
1923
  msgid "%s sec"
1924
  msgstr "1%s sek"
1925
 
@@ -1928,38 +1641,32 @@ msgid "Automatic Installation"
1928
  msgstr "Automatisk installering"
1929
 
1930
  #: templates/auto-installation.php:93
1931
- #, php-format
1932
  msgid ""
1933
  "An automated download and installation of %s (paid version) from %s will "
1934
  "start in %s. If you would like to do it manually - click the cancellation "
1935
  "button now."
1936
  msgstr ""
1937
- "An automated download and installation of %s (paid version) from %s will "
1938
- "start in %s. If you would like to do it manually - click the cancellation "
1939
- "button now."
1940
 
1941
  #: templates/auto-installation.php:104
1942
  msgid ""
1943
- "The installation process has started and may take a few minutes to complete. "
1944
- "Please wait until it is done - do not refresh this page."
1945
  msgstr ""
1946
- "The installation process has started and may take a few minutes to complete. "
1947
- "Please wait until it is done - do not refresh this page."
1948
 
1949
  #: templates/auto-installation.php:109
1950
  msgid "Cancel Installation"
1951
  msgstr "Annuller installering"
1952
 
1953
- #: templates/checkout.php:172
1954
  msgid "Checkout"
1955
  msgstr "Udtjekning"
1956
 
1957
- #: templates/checkout.php:172
1958
  msgid "PCI compliant"
1959
- msgstr "PCI compliant"
1960
 
 
1961
  #: templates/connect.php:112
1962
- #, php-format
1963
  msgctxt "greeting"
1964
  msgid "Hey %s,"
1965
  msgstr "Hey %s,"
@@ -1973,119 +1680,87 @@ msgid "Re-send activation email"
1973
  msgstr "Gensend e-mail om aktivering"
1974
 
1975
  #: templates/connect.php:162
1976
- #, php-format
1977
  msgid "Thanks %s!"
1978
  msgstr "Tak %s!"
1979
 
1980
- #: templates/connect.php:172 templates/forms/license-activation.php:43
1981
  msgid "Agree & Activate License"
1982
  msgstr "Accepter & aktiver licens"
1983
 
1984
  #: templates/connect.php:181
1985
- #, php-format
1986
  msgid ""
1987
  "Thanks for purchasing %s! To get started, please enter your license key:"
1988
- msgstr ""
1989
- "Tak for at købe %s! For at komme i gang, venligst indtast din licensnøgle:"
1990
 
1991
  #: templates/connect.php:188
1992
- #, php-format
1993
  msgid ""
1994
  "Never miss an important update - opt in to our security & feature updates "
1995
  "notifications, educational content, offers, and non-sensitive diagnostic "
1996
  "tracking with %4$s."
1997
  msgstr ""
1998
- "Never miss an important update - opt in to our security & feature updates "
1999
- "notifications, educational content, offers, and non-sensitive diagnostic "
2000
- "tracking with %4$s."
2001
 
2002
  #: templates/connect.php:189
2003
- #, php-format
2004
  msgid ""
2005
  "Never miss an important update - opt in to our security and feature updates "
2006
  "notifications, and non-sensitive diagnostic tracking with %4$s."
2007
  msgstr ""
2008
- "Never miss an important update - opt in to our security and feature updates "
2009
- "notifications, and non-sensitive diagnostic tracking with %4$s."
2010
 
2011
  #: templates/connect.php:195
2012
- #, php-format
2013
  msgid ""
2014
  "Never miss an important update - opt in to our security & feature updates "
2015
  "notifications, educational content, offers, and non-sensitive diagnostic "
2016
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just "
2017
- "fine."
2018
  msgstr ""
2019
- "Never miss an important update - opt in to our security & feature updates "
2020
- "notifications, educational content, offers, and non-sensitive diagnostic "
2021
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just "
2022
- "fine."
2023
 
2024
  #: templates/connect.php:196
2025
- #, php-format
2026
  msgid ""
2027
  "Never miss an important update - opt in to our security & feature updates "
2028
  "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
2029
  "this, that's okay! %1$s will still work just fine."
2030
  msgstr ""
2031
- "Never miss an important update - opt in to our security & feature updates "
2032
- "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
2033
- "this, that's okay! %1$s will still work just fine."
2034
 
2035
  #: templates/connect.php:230
2036
  msgid "We're excited to introduce the Freemius network-level integration."
2037
- msgstr "We're excited to introduce the Freemius network-level integration."
2038
 
2039
  #: templates/connect.php:233
2040
- #, php-format
2041
  msgid ""
2042
  "During the update process we detected %d site(s) that are still pending "
2043
  "license activation."
2044
  msgstr ""
2045
- "During the update process we detected %d site(s) that are still pending "
2046
- "license activation."
2047
 
2048
  #: templates/connect.php:235
2049
- #, php-format
2050
  msgid ""
2051
  "If you'd like to use the %s on those sites, please enter your license key "
2052
  "below and click the activation button."
2053
  msgstr ""
2054
- "If you'd like to use the %s on those sites, please enter your license key "
2055
- "below and click the activation button."
2056
 
2057
  #: templates/connect.php:237
2058
- #, php-format
2059
  msgid "%s's paid features"
2060
- msgstr "%s's paid features"
2061
 
2062
  #: templates/connect.php:242
2063
- #, php-format
2064
  msgid ""
2065
  "Alternatively, you can skip it for now and activate the license later, in "
2066
  "your %s's network-level Account page."
2067
  msgstr ""
2068
- "Alternatively, you can skip it for now and activate the license later, in "
2069
- "your %s's network-level Account page."
2070
 
2071
  #: templates/connect.php:244
2072
- #, php-format
2073
  msgid ""
2074
  "During the update process we detected %s site(s) in the network that are "
2075
  "still pending your attention."
2076
  msgstr ""
2077
- "During the update process we detected %s site(s) in the network that are "
2078
- "still pending your attention."
2079
 
2080
- #: templates/connect.php:253 templates/forms/license-activation.php:46
2081
  msgid "License key"
2082
  msgstr "Licensnøgle"
2083
 
2084
- #: templates/connect.php:256 templates/forms/license-activation.php:19
2085
  msgid "Can't find your license key?"
2086
  msgstr "Kan du ikke finde din licensnøgle?"
2087
 
2088
- #: templates/connect.php:315 templates/connect.php:630
2089
  #: templates/forms/deactivation/retry-skip.php:20
2090
  msgctxt "verb"
2091
  msgid "Skip"
@@ -2093,13 +1768,13 @@ msgstr "Spring over"
2093
 
2094
  #: templates/connect.php:318
2095
  msgid "Delegate to Site Admins"
2096
- msgstr "Delegate to Site Admins"
2097
 
2098
  #: templates/connect.php:318
2099
  msgid ""
2100
- "If you click it, this decision will be delegated to the sites administrators."
 
2101
  msgstr ""
2102
- "If you click it, this decision will be delegated to the sites administrators."
2103
 
2104
  #: templates/connect.php:346
2105
  msgid "Your Profile Overview"
@@ -2121,14 +1796,13 @@ msgstr "Websteds-URL, WP version, PHP info, plugins og temaer"
2121
  msgid "Admin Notices"
2122
  msgstr "Admin-meddelelser"
2123
 
2124
- #: templates/connect.php:359 templates/connect.php:375
2125
  msgid "Updates, announcements, marketing, no spam"
2126
- msgstr "Updates, announcements, marketing, no spam"
2127
 
2128
  #: templates/connect.php:364
2129
- #, php-format
2130
  msgid "Current %s Events"
2131
- msgstr "Current %s Events"
2132
 
2133
  #: templates/connect.php:365
2134
  msgid "Activation, deactivation and uninstall"
@@ -2138,14 +1812,11 @@ msgstr "Aktivering, deaktivering og afinstallering"
2138
  msgid "Newsletter"
2139
  msgstr "Nyhedsbrev"
2140
 
2141
- #: templates/connect.php:391 templates/forms/license-activation.php:38
2142
- #, php-format
2143
  msgid ""
2144
- "The %1$s will be periodically sending data to %2$s to check for security and "
2145
- "feature updates, and verify the validity of your license."
2146
  msgstr ""
2147
- "The %1$s will be periodically sending data to %2$s to check for security and "
2148
- "feature updates, and verify the validity of your license."
2149
 
2150
  #: templates/connect.php:396
2151
  msgid "What permissions are being granted?"
@@ -2155,10 +1826,6 @@ msgstr "Hvilke tilladelser bliver givet?"
2155
  msgid "Don't have a license key?"
2156
  msgstr "Har du ikke en licensnøgle?"
2157
 
2158
- #: templates/connect.php:418
2159
- msgid "Activate Free Version"
2160
- msgstr "Aktiver gratis version"
2161
-
2162
  #: templates/connect.php:420
2163
  msgid "Have a license key?"
2164
  msgstr "Har du en licensnøgle?"
@@ -2169,18 +1836,18 @@ msgstr "Privatlivspolitik"
2169
 
2170
  #: templates/connect.php:430
2171
  msgid "License Agreement"
2172
- msgstr "License Agreement"
2173
 
2174
  #: templates/connect.php:430
2175
  msgid "Terms of Service"
2176
  msgstr "Servicevilkår"
2177
 
2178
- #: templates/connect.php:766
2179
  msgctxt "as in the process of sending an email"
2180
  msgid "Sending email"
2181
  msgstr "Sender e-mail"
2182
 
2183
- #: templates/connect.php:767
2184
  msgctxt "as activating plugin"
2185
  msgid "Activating"
2186
  msgstr "Aktiverer"
@@ -2208,7 +1875,7 @@ msgctxt "as code debugging"
2208
  msgid "Debugging"
2209
  msgstr "Fejlfinding"
2210
 
2211
- #: templates/debug.php:54 templates/debug.php:250 templates/debug.php:376
2212
  #: templates/debug.php:494
2213
  msgid "Actions"
2214
  msgstr "Handlinger"
@@ -2227,7 +1894,7 @@ msgstr "Ryd API-cache"
2227
 
2228
  #: templates/debug.php:79
2229
  msgid "Clear Updates Transients"
2230
- msgstr "Clear Updates Transients"
2231
 
2232
  #: templates/debug.php:86
2233
  msgid "Sync Data From Server"
@@ -2235,7 +1902,7 @@ msgstr "Synkroniser data fra server"
2235
 
2236
  #: templates/debug.php:95
2237
  msgid "Migrate Options to Network"
2238
- msgstr "Migrate Options to Network"
2239
 
2240
  #: templates/debug.php:100
2241
  msgid "Load DB Option"
@@ -2262,7 +1929,7 @@ msgstr "SDK-versioner"
2262
  msgid "SDK Path"
2263
  msgstr "SDK-sti"
2264
 
2265
- #: templates/debug.php:205 templates/debug.php:244
2266
  msgid "Module Path"
2267
  msgstr "Modul-sti"
2268
 
@@ -2270,20 +1937,20 @@ msgstr "Modul-sti"
2270
  msgid "Is Active"
2271
  msgstr "Er aktiv"
2272
 
2273
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:35
2274
  msgid "Plugins"
2275
  msgstr "Plugins"
2276
 
2277
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:56
2278
  msgid "Themes"
2279
  msgstr "Temaer"
2280
 
2281
- #: templates/debug.php:239 templates/debug.php:371 templates/debug.php:453
2282
  #: templates/debug/scheduled-crons.php:80
2283
  msgid "Slug"
2284
  msgstr "Kortnavn"
2285
 
2286
- #: templates/debug.php:241 templates/debug.php:452
2287
  msgid "Title"
2288
  msgstr "Titel"
2289
 
@@ -2316,14 +1983,13 @@ msgstr "Blokeret"
2316
 
2317
  #: templates/debug.php:322
2318
  msgid "Simulate Trial Promotion"
2319
- msgstr "Simulate Trial Promotion"
2320
 
2321
  #: templates/debug.php:334
2322
  msgid "Simulate Network Upgrade"
2323
  msgstr "Simuler netværksopgradering"
2324
 
2325
  #: templates/debug.php:360
2326
- #, php-format
2327
  msgid "%s Installs"
2328
  msgstr "%s installeringer"
2329
 
@@ -2332,8 +1998,17 @@ msgctxt "like websites"
2332
  msgid "Sites"
2333
  msgstr "Websteder"
2334
 
 
 
 
 
 
 
 
 
 
 
2335
  #: templates/debug.php:447
2336
- #, php-format
2337
  msgid "Add Ons of module %s"
2338
  msgstr "Tilføjelser til modul %s"
2339
 
@@ -2346,7 +2021,6 @@ msgid "Verified"
2346
  msgstr "Verificeret"
2347
 
2348
  #: templates/debug.php:522
2349
- #, php-format
2350
  msgid "%s Licenses"
2351
  msgstr "1%s licenser"
2352
 
@@ -2387,12 +2061,12 @@ msgstr "Alle typer"
2387
  msgid "All Requests"
2388
  msgstr "Alle forespørgsler"
2389
 
2390
- #: templates/debug.php:573 templates/debug.php:602
2391
  #: templates/debug/logger.php:25
2392
  msgid "File"
2393
  msgstr "Fil"
2394
 
2395
- #: templates/debug.php:574 templates/debug.php:600
2396
  #: templates/debug/logger.php:23
2397
  msgid "Function"
2398
  msgstr "Funktion"
@@ -2405,7 +2079,7 @@ msgstr "Proces-ID"
2405
  msgid "Logger"
2406
  msgstr "Logger"
2407
 
2408
- #: templates/debug.php:577 templates/debug.php:601
2409
  #: templates/debug/logger.php:24
2410
  msgid "Message"
2411
  msgstr "Besked"
@@ -2418,14 +2092,103 @@ msgstr "Filter"
2418
  msgid "Download"
2419
  msgstr "Download"
2420
 
2421
- #: templates/debug.php:598 templates/debug/logger.php:22
2422
  msgid "Type"
2423
  msgstr "Type"
2424
 
2425
- #: templates/debug.php:603 templates/debug/logger.php:26
2426
  msgid "Timestamp"
2427
  msgstr "Tidsstempel"
2428
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2429
  #: templates/debug/api-calls.php:56
2430
  msgid "API"
2431
  msgstr "API"
@@ -2449,7 +2212,7 @@ msgstr "Sti"
2449
 
2450
  #: templates/debug/api-calls.php:73
2451
  msgid "Body"
2452
- msgstr "Body"
2453
 
2454
  #: templates/debug/api-calls.php:75
2455
  msgid "Result"
@@ -2467,19 +2230,19 @@ msgstr "Slut"
2467
  msgid "Log"
2468
  msgstr "Log"
2469
 
2470
- #: templates/debug/plugins-themes-sync.php:18
 
2471
  #: templates/debug/scheduled-crons.php:91
2472
- #, php-format
2473
  msgid "In %s"
2474
  msgstr "Om %s"
2475
 
2476
- #: templates/debug/plugins-themes-sync.php:20
 
2477
  #: templates/debug/scheduled-crons.php:93
2478
- #, php-format
2479
  msgid "%s ago"
2480
  msgstr "%s siden"
2481
 
2482
- #: templates/debug/plugins-themes-sync.php:21
2483
  #: templates/debug/scheduled-crons.php:74
2484
  msgctxt "seconds"
2485
  msgid "sec"
@@ -2493,7 +2256,7 @@ msgstr "Synkronisering af plugins og temaer"
2493
  msgid "Total"
2494
  msgstr "Total"
2495
 
2496
- #: templates/debug/plugins-themes-sync.php:29
2497
  #: templates/debug/scheduled-crons.php:84
2498
  msgid "Last"
2499
  msgstr "Sidste"
@@ -2524,28 +2287,23 @@ msgstr "Udløber ikke"
2524
 
2525
  #: templates/forms/affiliation.php:85
2526
  msgid "Apply to become an affiliate"
2527
- msgstr "Apply to become an affiliate"
2528
 
2529
  #: templates/forms/affiliation.php:104
2530
- #, php-format
2531
  msgid ""
2532
  "Your affiliate application for %s has been accepted! Log in to your "
2533
  "affiliate area at: %s."
2534
  msgstr ""
2535
- "Your affiliate application for %s has been accepted! Log in to your "
2536
- "affiliate area at: %s."
2537
 
2538
  #: templates/forms/affiliation.php:119
2539
  msgid ""
2540
  "Thank you for applying for our affiliate program, we'll review your details "
2541
  "during the next 14 days and will get back to you with further information."
2542
  msgstr ""
2543
- "Thank you for applying for our affiliate program, we'll review your details "
2544
- "during the next 14 days and will get back to you with further information."
2545
 
2546
  #: templates/forms/affiliation.php:122
2547
  msgid "Your affiliation account was temporarily suspended."
2548
- msgstr "Your affiliation account was temporarily suspended."
2549
 
2550
  #: templates/forms/affiliation.php:125
2551
  msgid ""
@@ -2553,78 +2311,63 @@ msgid ""
2553
  "decided at this point to reject your application. Please try again in 30 "
2554
  "days."
2555
  msgstr ""
2556
- "Thank you for applying for our affiliate program, unfortunately, we've "
2557
- "decided at this point to reject your application. Please try again in 30 "
2558
- "days."
2559
 
2560
  #: templates/forms/affiliation.php:128
2561
  msgid ""
2562
  "Due to violation of our affiliation terms, we decided to temporarily block "
2563
  "your affiliation account. If you have any questions, please contact support."
2564
  msgstr ""
2565
- "Due to violation of our affiliation terms, we decided to temporarily block "
2566
- "your affiliation account. If you have any questions, please contact support."
2567
 
2568
  #: templates/forms/affiliation.php:141
2569
- #, php-format
2570
  msgid "Like the %s? Become our ambassador and earn cash ;-)"
2571
- msgstr "Like the %s? Become our ambassador and earn cash ;-)"
2572
 
2573
  #: templates/forms/affiliation.php:142
2574
- #, php-format
2575
  msgid ""
2576
- "Refer new customers to our %s and earn %s commission on each successful sale "
2577
- "you refer!"
2578
  msgstr ""
2579
- "Refer new customers to our %s and earn %s commission on each successful sale "
2580
- "you refer!"
2581
 
2582
  #: templates/forms/affiliation.php:145
2583
  msgid "Program Summary"
2584
  msgstr "Programoversigt"
2585
 
2586
  #: templates/forms/affiliation.php:147
2587
- #, php-format
2588
  msgid "%s commission when a customer purchases a new license."
2589
- msgstr "%s commission when a customer purchases a new license."
2590
 
2591
  #: templates/forms/affiliation.php:149
2592
  msgid "Get commission for automated subscription renewals."
2593
- msgstr "Get commission for automated subscription renewals."
2594
 
2595
  #: templates/forms/affiliation.php:152
2596
- #, php-format
2597
  msgid ""
2598
  "%s tracking cookie after the first visit to maximize earnings potential."
2599
  msgstr ""
2600
- "%s tracking cookie after the first visit to maximize earnings potential."
2601
 
2602
  #: templates/forms/affiliation.php:155
2603
  msgid "Unlimited commissions."
2604
- msgstr "Unlimited commissions."
2605
 
2606
  #: templates/forms/affiliation.php:157
2607
- #, php-format
2608
  msgid "%s minimum payout amount."
2609
- msgstr "%s minimum payout amount."
2610
 
2611
  #: templates/forms/affiliation.php:158
2612
  msgid "Payouts are in USD and processed monthly via PayPal."
2613
- msgstr "Payouts are in USD and processed monthly via PayPal."
2614
 
2615
  #: templates/forms/affiliation.php:159
2616
  msgid ""
2617
  "As we reserve 30 days for potential refunds, we only pay commissions that "
2618
  "are older than 30 days."
2619
  msgstr ""
2620
- "As we reserve 30 days for potential refunds, we only pay commissions that "
2621
- "are older than 30 days."
2622
 
2623
  #: templates/forms/affiliation.php:162
2624
  msgid "Affiliate"
2625
  msgstr "Affiliate"
2626
 
2627
- #: templates/forms/affiliation.php:165 templates/forms/resend-key.php:23
2628
  msgid "Email address"
2629
  msgstr "E-mailadresse"
2630
 
@@ -2637,18 +2380,14 @@ msgid "PayPal account email address"
2637
  msgstr "E-mailadresse til PayPal-konto"
2638
 
2639
  #: templates/forms/affiliation.php:177
2640
- #, php-format
2641
  msgid "Where are you going to promote the %s?"
2642
  msgstr "Hvor vil du promovere %s?"
2643
 
2644
  #: templates/forms/affiliation.php:179
2645
- #, php-format
2646
  msgid ""
2647
  "Enter the domain of your website or other websites from where you plan to "
2648
  "promote the %s."
2649
  msgstr ""
2650
- "Enter the domain of your website or other websites from where you plan to "
2651
- "promote the %s."
2652
 
2653
  #: templates/forms/affiliation.php:181
2654
  msgid "Add another domain"
@@ -2680,28 +2419,22 @@ msgstr "Websted, e-mail, og statistikker for sociale medier (valgfrit)"
2680
 
2681
  #: templates/forms/affiliation.php:210
2682
  msgid ""
2683
- "Please feel free to provide any relevant website or social media statistics, "
2684
- "e.g. monthly unique site visits, number of email subscribers, followers, "
2685
  "etc. (we will keep this information confidential)."
2686
  msgstr ""
2687
- "Please feel free to provide any relevant website or social media statistics, "
2688
- "e.g. monthly unique site visits, number of email subscribers, followers, "
2689
- "etc. (we will keep this information confidential)."
2690
 
2691
  #: templates/forms/affiliation.php:214
2692
  msgid "How will you promote us?"
2693
  msgstr "Hvordan vil du promovere os?"
2694
 
2695
  #: templates/forms/affiliation.php:217
2696
- #, php-format
2697
  msgid ""
2698
  "Please provide details on how you intend to promote %s (please be as "
2699
  "specific as possible)."
2700
  msgstr ""
2701
- "Please provide details on how you intend to promote %s (please be as "
2702
- "specific as possible)."
2703
 
2704
- #: templates/forms/affiliation.php:223 templates/forms/resend-key.php:22
2705
  msgid "Cancel"
2706
  msgstr "Annuller"
2707
 
@@ -2709,92 +2442,13 @@ msgstr "Annuller"
2709
  msgid "Become an affiliate"
2710
  msgstr "Bliv en affiliate"
2711
 
2712
- #: templates/forms/deactivation/contact.php:19
2713
- msgid ""
2714
- "Sorry for the inconvenience and we are here to help if you give us a chance."
2715
- msgstr ""
2716
- "Vi beklager ulejligheden, og vi er her for at hjælpe, hvis du giver os "
2717
- "chancen."
2718
-
2719
- #: templates/forms/deactivation/contact.php:22
2720
- msgid "Contact Support"
2721
- msgstr "Kontakt support"
2722
-
2723
- #: templates/forms/deactivation/form.php:59
2724
- msgid "Anonymous feedback"
2725
- msgstr "Anonym feedback"
2726
-
2727
- #: templates/forms/deactivation/form.php:66
2728
- msgid "Deactivate"
2729
- msgstr "Deaktiver"
2730
-
2731
- #: templates/forms/deactivation/form.php:68
2732
- #, php-format
2733
- msgid "Activate %s"
2734
- msgstr "Aktiver %s"
2735
-
2736
- #: templates/forms/deactivation/form.php:80
2737
- msgid "Quick Feedback"
2738
- msgstr "Quick Feedback"
2739
-
2740
- #: templates/forms/deactivation/form.php:84
2741
- #, php-format
2742
- msgid "If you have a moment, please let us know why you are %s"
2743
- msgstr "Hvis du har tid, så lad os venligst vide hvorfor du %s"
2744
-
2745
- #: templates/forms/deactivation/form.php:84
2746
- msgid "deactivating"
2747
- msgstr "deaktiverer"
2748
-
2749
- #: templates/forms/deactivation/form.php:84
2750
- msgid "switching"
2751
- msgstr "skifter"
2752
-
2753
- #: templates/forms/deactivation/form.php:150
2754
- #: templates/forms/subscription-cancellation.php:191
2755
- #, php-format
2756
- msgid "Cancel %s & Proceed"
2757
- msgstr "Cancel %s & Proceed"
2758
-
2759
- #: templates/forms/deactivation/form.php:332
2760
- #, php-format
2761
- msgid "Submit & %s"
2762
- msgstr "Send & %s"
2763
-
2764
- #: templates/forms/deactivation/form.php:353
2765
- msgid "Kindly tell us the reason so we can improve."
2766
- msgstr "Fortæl os venligst årsagen, så vi kan forbedre det."
2767
-
2768
- #: templates/forms/deactivation/form.php:478
2769
- #, php-format
2770
- msgid "Yes - %s"
2771
- msgstr "Ja - %s"
2772
-
2773
- #: templates/forms/deactivation/form.php:485
2774
- #, php-format
2775
- msgid "Skip & %s"
2776
- msgstr "Spring over & %s"
2777
-
2778
- #: templates/forms/deactivation/retry-skip.php:21
2779
- msgid "Click here to use the plugin anonymously"
2780
- msgstr "Klik her for at benytte pluginnet anonymt"
2781
-
2782
- #: templates/forms/deactivation/retry-skip.php:23
2783
- #, php-format
2784
- msgid ""
2785
- "You might have missed it, but you don't have to share any data and can just "
2786
- "%s the opt-in."
2787
- msgstr ""
2788
- "Du har måske overset det, men du behøver ikke at dele data og kan blot %s "
2789
- "tilmeldingen."
2790
-
2791
- #: templates/forms/license-activation.php:20
2792
  msgid ""
2793
  "Please enter the license key that you received in the email right after the "
2794
  "purchase:"
2795
  msgstr "Indtast licensnøglen, du modtog i e-mailen lige efter købet:"
2796
 
2797
- #: templates/forms/license-activation.php:25
2798
  msgid "Update License"
2799
  msgstr "Opdater licens"
2800
 
@@ -2809,32 +2463,25 @@ msgid "Opt In"
2809
  msgstr "Tilmeld"
2810
 
2811
  #: templates/forms/optout.php:33
2812
- #, php-format
2813
  msgid ""
2814
- "Usage tracking is done in the name of making %s better. Making a better user "
2815
- "experience, prioritizing new features, and more good things. We'd really "
2816
  "appreciate if you'll reconsider letting us continue with the tracking."
2817
  msgstr ""
2818
- "Usage tracking is done in the name of making %s better. Making a better user "
2819
- "experience, prioritizing new features, and more good things. We'd really "
2820
- "appreciate if you'll reconsider letting us continue with the tracking."
2821
 
2822
  #: templates/forms/optout.php:35
2823
- #, php-format
2824
  msgid ""
2825
- "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2826
- msgstr ""
2827
- "Ved at klikke \"Frameld\" vil vi ikke længere sende data fra %s til %s."
2828
 
2829
  #: templates/forms/premium-versions-upgrade-handler.php:40
2830
- #, php-format
2831
  msgid "There is a new version of %s available."
2832
  msgstr "En ny version af %s er tilgængelig."
2833
 
2834
  #: templates/forms/premium-versions-upgrade-handler.php:41
2835
- #, php-format
2836
  msgid " %s to access version %s security & feature updates, and support."
2837
- msgstr " %s to access version %s security & feature updates, and support."
2838
 
2839
  #: templates/forms/premium-versions-upgrade-handler.php:54
2840
  msgid "New Version Available"
@@ -2851,129 +2498,122 @@ msgstr "Send licensnøgle"
2851
 
2852
  #: templates/forms/resend-key.php:57
2853
  msgid ""
2854
- "Enter the email address you've used for the upgrade below and we will resend "
2855
- "you the license key."
2856
- msgstr ""
2857
- "Indtast e-mailadressen, som du benyttede ved opgraderingen, nedenfor og vi "
2858
- "vil gensende licensnøglen til dig."
2859
 
2860
- #: templates/forms/subscription-cancellation.php:38
2861
- #, php-format
2862
  msgid ""
2863
  "Deactivating or uninstalling the %s will automatically disable the license, "
2864
  "which you'll be able to use on another site."
2865
  msgstr ""
2866
- "Deactivating or uninstalling the %s will automatically disable the license, "
2867
- "which you'll be able to use on another site."
2868
 
2869
- #: templates/forms/subscription-cancellation.php:48
2870
- #, php-format
2871
  msgid ""
2872
  "In case you are NOT planning on using this %s on this site (or any other "
2873
  "site) - would you like to cancel the %s as well?"
2874
  msgstr ""
2875
- "In case you are NOT planning on using this %s on this site (or any other "
2876
- "site) - would you like to cancel the %s as well?"
2877
 
2878
  #: templates/forms/subscription-cancellation.php:52
2879
  msgid "license"
2880
- msgstr "license"
2881
 
2882
- #: templates/forms/subscription-cancellation.php:58
2883
- #, php-format
2884
  msgid ""
2885
- "Cancel %s - I no longer need any security & feature updates, nor support for "
2886
- "%s because I'm not planning to use the %s on this, or any other site."
2887
  msgstr ""
2888
- "Cancel %s - I no longer need any security & feature updates, nor support for "
2889
- "%s because I'm not planning to use the %s on this, or any other site."
2890
 
2891
- #: templates/forms/subscription-cancellation.php:69
2892
- #, php-format
2893
  msgid ""
2894
  "Don't cancel %s - I'm still interested in getting security & feature "
2895
  "updates, as well as be able to contact support."
2896
  msgstr ""
2897
- "Don't cancel %s - I'm still interested in getting security & feature "
2898
- "updates, as well as be able to contact support."
 
 
 
 
 
 
 
 
2899
 
2900
  #: templates/forms/subscription-cancellation.php:103
2901
- #, php-format
2902
  msgid ""
2903
  "Once your license expires you will no longer be able to use the %s, unless "
2904
  "you activate it again with a valid premium license."
2905
  msgstr ""
2906
- "Once your license expires you will no longer be able to use the %s, unless "
2907
- "you activate it again with a valid premium license."
2908
 
2909
  #: templates/forms/subscription-cancellation.php:136
2910
- #, php-format
2911
  msgid "Cancel %s?"
2912
- msgstr "Cancel %s?"
2913
 
2914
  #: templates/forms/subscription-cancellation.php:143
2915
  msgid "Proceed"
2916
- msgstr "Proceed"
 
 
 
 
 
2917
 
2918
  #: templates/forms/trial-start.php:22
2919
- #, php-format
2920
  msgid ""
2921
- "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2922
- msgstr ""
2923
- "Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af planen "
2924
- "%2$s."
2925
 
2926
  #: templates/forms/trial-start.php:28
2927
- #, php-format
2928
  msgid ""
2929
  "For compliance with the WordPress.org guidelines, before we start the trial "
2930
  "we ask that you opt in with your user and non-sensitive site information, "
2931
- "allowing the %s to periodically send data to %s to check for version updates "
2932
- "and to validate your trial."
2933
  msgstr ""
2934
- "For compliance with the WordPress.org guidelines, before we start the trial "
2935
- "we ask that you opt in with your user and non-sensitive site information, "
2936
- "allowing the %s to periodically send data to %s to check for version updates "
2937
- "and to validate your trial."
2938
 
2939
- #: templates/js/style-premium-theme.php:37
2940
  msgid "Premium"
2941
  msgstr "Premium"
2942
 
2943
- #: templates/partials/network-activation.php:23
 
 
 
 
2944
  msgid "Activate license on all sites in the network."
2945
  msgstr "Aktiver licens på alle websteder i netværket."
2946
 
2947
- #: templates/partials/network-activation.php:24
2948
  msgid "Apply on all sites in the network."
2949
  msgstr "Anvend på alle websteder i netværket."
2950
 
2951
- #: templates/partials/network-activation.php:27
2952
  msgid "Activate license on all pending sites."
2953
  msgstr "Akiver licens på alle afventende websteder."
2954
 
2955
- #: templates/partials/network-activation.php:28
2956
  msgid "Apply on all pending sites."
2957
  msgstr "Anvend på alle afventende websteder."
2958
 
2959
- #: templates/partials/network-activation.php:36
2960
- #: templates/partials/network-activation.php:68
2961
  msgid "allow"
2962
  msgstr "tillad"
2963
 
2964
- #: templates/partials/network-activation.php:38
2965
- #: templates/partials/network-activation.php:70
2966
  msgid "delegate"
2967
  msgstr "delegér"
2968
 
2969
- #: templates/partials/network-activation.php:41
2970
- #: templates/partials/network-activation.php:73
2971
  msgid "skip"
2972
  msgstr "spring over"
2973
 
2974
- #: templates/plugin-info/description.php:72
2975
  #: templates/plugin-info/screenshots.php:31
2976
- #, php-format
2977
  msgid "Click to view full-size screenshot %d"
2978
  msgstr "Klik for at vise skærmbillede %d i fuld skærm"
2979
 
@@ -2981,7 +2621,102 @@ msgstr "Klik for at vise skærmbillede %d i fuld skærm"
2981
  msgid "Unlimited Updates"
2982
  msgstr "Ubegrænsede opdateringer"
2983
 
2984
- #: templates/secure-https-header.php:28
2985
- #, php-format
2986
- msgid "Secure HTTPS %s page, running from an external domain"
2987
- msgstr "Secure HTTPS %s page, running from an external domain"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 "&#x2190;"
406
+ msgstr ""
407
 
408
+ #: includes/class-freemius.php:16835
409
  msgctxt "ASCII arrow right icon"
410
  msgid "&#x27a4;"
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
 
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,"
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"
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"
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"
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?"
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?"
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"
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"
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"
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"
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
 
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
 
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
 
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
 
2021
  msgstr "Verificeret"
2022
 
2023
  #: templates/debug.php:522
 
2024
  msgid "%s Licenses"
2025
  msgstr "1%s licenser"
2026
 
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"
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"
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"
2212
 
2213
  #: templates/debug/api-calls.php:73
2214
  msgid "Body"
2215
+ msgstr ""
2216
 
2217
  #: templates/debug/api-calls.php:75
2218
  msgid "Result"
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"
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"
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 ""
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
 
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"
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
 
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
 
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"
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
 
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.mo CHANGED
Binary file
freemius/languages/freemius-en.po CHANGED
@@ -4,1950 +4,1431 @@ 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: 2019-05-04 16:17+0200\n"
8
  "PO-Revision-Date: \n"
9
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
 
10
  "Language-Team: Freemius Team <admin@freemius.com>\n"
11
- "Language: en\n"
12
- "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
16
  "X-Poedit-Basepath: ..\n"
17
- "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;"
18
- "fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;"
19
- "fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;"
20
- "fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;"
21
- "fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;"
22
- "fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
23
- "X-Poedit-SourceCharset: UTF-8\n"
24
- "X-Generator: Poedit 2.2.1\n"
25
  "X-Poedit-SearchPath-0: .\n"
26
  "X-Poedit-SearchPathExcluded-0: *.js\n"
 
27
 
28
- #: includes/class-freemius.php:1688
29
- msgid ""
30
- "Freemius SDK couldn't find the plugin's main file. Please contact "
31
- "sdk@freemius.com with the current error."
32
- msgstr ""
33
- "Freemius SDK couldn't find the plugin's main file. Please contact "
34
- "sdk@freemius.com with the current error."
 
 
 
 
35
 
36
- #: includes/class-freemius.php:1690
37
  msgid "Error"
38
  msgstr "Error"
39
 
40
- #: includes/class-freemius.php:2011
41
- #, php-format
42
  msgid "I found a better %s"
43
  msgstr "I found a better %s"
44
 
45
- #: includes/class-freemius.php:2013
46
- #, php-format
47
  msgid "What's the %s's name?"
48
  msgstr "What's the %s's name?"
49
 
50
- #: includes/class-freemius.php:2019
51
- #, php-format
52
  msgid "It's a temporary %s. I'm just debugging an issue."
53
  msgstr "It's a temporary %s. I'm just debugging an issue."
54
 
55
- #: includes/class-freemius.php:2021
56
  msgid "Deactivation"
57
  msgstr "Deactivation"
58
 
59
- #: includes/class-freemius.php:2022
60
  msgid "Theme Switch"
61
  msgstr "Theme Switch"
62
 
63
- #: includes/class-freemius.php:2031 templates/forms/resend-key.php:24
64
  msgid "Other"
65
  msgstr "Other"
66
 
67
- #: includes/class-freemius.php:2039
68
- #, php-format
69
  msgid "I no longer need the %s"
70
  msgstr "I no longer need the %s"
71
 
72
- #: includes/class-freemius.php:2046
73
- #, php-format
74
  msgid "I only needed the %s for a short period"
75
  msgstr "I only needed the %s for a short period"
76
 
77
- #: includes/class-freemius.php:2052
78
- #, php-format
79
  msgid "The %s broke my site"
80
  msgstr "The %s broke my site"
81
 
82
- #: includes/class-freemius.php:2059
83
- #, php-format
84
  msgid "The %s suddenly stopped working"
85
  msgstr "The %s suddenly stopped working"
86
 
87
- #: includes/class-freemius.php:2069
88
  msgid "I can't pay for it anymore"
89
  msgstr "I can't pay for it anymore"
90
 
91
- #: includes/class-freemius.php:2071
92
  msgid "What price would you feel comfortable paying?"
93
  msgstr "What price would you feel comfortable paying?"
94
 
95
- #: includes/class-freemius.php:2077
96
  msgid "I don't like to share my information with you"
97
  msgstr "I don't like to share my information with you"
98
 
99
- #: includes/class-freemius.php:2098
100
- #, php-format
101
  msgid "The %s didn't work"
102
  msgstr "The %s didn't work"
103
 
104
- #: includes/class-freemius.php:2108
105
  msgid "I couldn't understand how to make it work"
106
  msgstr "I couldn't understand how to make it work"
107
 
108
- #: includes/class-freemius.php:2116
109
- #, php-format
110
  msgid "The %s is great, but I need specific feature that you don't support"
111
  msgstr "The %s is great, but I need specific feature that you don't support"
112
 
113
- #: includes/class-freemius.php:2118
114
  msgid "What feature?"
115
  msgstr "What feature?"
116
 
117
- #: includes/class-freemius.php:2122
118
- #, php-format
119
  msgid "The %s is not working"
120
  msgstr "The %s is not working"
121
 
122
- #: includes/class-freemius.php:2124
123
  msgid "Kindly share what didn't work so we can fix it for future users..."
124
  msgstr "Kindly share what didn't work so we can fix it for future users..."
125
 
126
- #: includes/class-freemius.php:2128
127
  msgid "It's not what I was looking for"
128
  msgstr "It's not what I was looking for"
129
 
130
- #: includes/class-freemius.php:2130
131
  msgid "What you've been looking for?"
132
  msgstr "What you've been looking for?"
133
 
134
- #: includes/class-freemius.php:2134
135
- #, php-format
136
  msgid "The %s didn't work as expected"
137
  msgstr "The %s didn't work as expected"
138
 
139
- #: includes/class-freemius.php:2136
140
  msgid "What did you expect?"
141
  msgstr "What did you expect?"
142
 
143
- #: includes/class-freemius.php:2947 templates/debug.php:20
144
  msgid "Freemius Debug"
145
  msgstr "Freemius Debug"
146
 
147
- #: includes/class-freemius.php:3696
148
  msgid "I don't know what is cURL or how to install it, help me!"
149
  msgstr "I don't know what is cURL or how to install it, help me!"
150
 
151
- #: includes/class-freemius.php:3698
152
- #, php-format
153
- msgid ""
154
- "We'll make sure to contact your hosting company and resolve the issue. You "
155
- "will get a follow-up email to %s once we have an update."
156
- msgstr ""
157
- "We'll make sure to contact your hosting company and resolve the issue. You "
158
- "will get a follow-up email to %s once we have an update."
159
 
160
- #: includes/class-freemius.php:3705
161
- #, php-format
162
- msgid ""
163
- "Great, please install cURL and enable it in your php.ini file. In addition, "
164
- "search for the 'disable_functions' directive in your php.ini file and remove "
165
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
166
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
167
- "it back again."
168
- msgstr ""
169
- "Great, please install cURL and enable it in your php.ini file. In addition, "
170
- "search for the 'disable_functions' directive in your php.ini file and remove "
171
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
172
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
173
- "it back again."
174
 
175
- #: includes/class-freemius.php:3810
176
  msgid "Yes - do your thing"
177
  msgstr "Yes - do your thing"
178
 
179
- #: includes/class-freemius.php:3815
180
  msgid "No - just deactivate"
181
  msgstr "No - just deactivate"
182
 
183
- #: includes/class-freemius.php:3860 includes/class-freemius.php:4369
184
- #: includes/class-freemius.php:5468 includes/class-freemius.php:11576
185
- #: includes/class-freemius.php:14947 includes/class-freemius.php:14999
186
- #: includes/class-freemius.php:15061 includes/class-freemius.php:17294
187
- #: includes/class-freemius.php:17304 includes/class-freemius.php:17913
188
- #: includes/class-freemius.php:18773 includes/class-freemius.php:18888
189
- #: includes/class-freemius.php:19032 templates/add-ons.php:43
190
  msgctxt "exclamation"
191
  msgid "Oops"
192
  msgstr "Oops"
193
 
194
- #: includes/class-freemius.php:3929
195
- #, php-format
196
- msgid ""
197
- "Thank for giving us the chance to fix it! A message was just sent to our "
198
- "technical staff. We will get back to you as soon as we have an update to %s. "
199
- "Appreciate your patience."
200
- msgstr ""
201
- "Thank for giving us the chance to fix it! A message was just sent to our "
202
- "technical staff. We will get back to you as soon as we have an update to %s. "
203
- "Appreciate your patience."
204
 
205
- #: includes/class-freemius.php:4366
206
- #, php-format
207
  msgctxt "addonX cannot run without pluginY"
208
  msgid "%s cannot run without %s."
209
  msgstr "%s cannot run without %s."
210
 
211
- #: includes/class-freemius.php:4367
212
- #, php-format
213
  msgctxt "addonX cannot run..."
214
  msgid "%s cannot run without the plugin."
215
  msgstr "%s cannot run without the plugin."
216
 
217
- #: includes/class-freemius.php:4513 includes/class-freemius.php:4538
218
- #: includes/class-freemius.php:17984
219
- #, php-format
220
- msgid ""
221
- "Unexpected API error. Please contact the %s's author with the following "
222
- "error."
223
- msgstr ""
224
- "Unexpected API error. Please contact the %s's author with the following "
225
- "error."
226
 
227
- #: includes/class-freemius.php:5156
228
- #, php-format
229
  msgid "Premium %s version was successfully activated."
230
  msgstr "Premium %s version was successfully activated."
231
 
232
- #: includes/class-freemius.php:5168 includes/class-freemius.php:7030
233
- msgctxt ""
234
- "Used to express elation, enthusiasm, or triumph (especially in electronic "
235
- "communication)."
236
  msgid "W00t"
237
  msgstr "W00t"
238
 
239
- #: includes/class-freemius.php:5183
240
- #, php-format
241
  msgid "You have a %s license."
242
  msgstr "You have a %s license."
243
 
244
- #: includes/class-freemius.php:5187 includes/class-freemius.php:14368
245
- #: includes/class-freemius.php:14379 includes/class-freemius.php:17208
246
- #: includes/class-freemius.php:17522 includes/class-freemius.php:17588
247
- #: includes/class-freemius.php:17738
248
  msgctxt "interjection expressing joy or exuberance"
249
  msgid "Yee-haw"
250
  msgstr "Yee-haw"
251
 
252
- #: includes/class-freemius.php:5452
253
- #, php-format
254
- msgid ""
255
- "%s free trial was successfully cancelled. Since the add-on is premium only "
256
- "it was automatically deactivated. If you like to use it in the future, "
257
- "you'll have to purchase a license."
258
- msgstr ""
259
- "%s free trial was successfully cancelled. Since the add-on is premium only "
260
- "it was automatically deactivated. If you like to use it in the future, "
261
- "you'll have to purchase a license."
262
 
263
- #: includes/class-freemius.php:5456
264
- #, php-format
265
- msgid ""
266
- "%s is a premium only add-on. You have to purchase a license first before "
267
- "activating the plugin."
268
- msgstr ""
269
- "%s is a premium only add-on. You have to purchase a license first before "
270
- "activating the plugin."
271
 
272
- #: includes/class-freemius.php:5464 templates/account/partials/addon.php:288
273
- #: templates/add-ons.php:103
274
- #, php-format
275
  msgid "More information about %s"
276
  msgstr "More information about %s"
277
 
278
- #: includes/class-freemius.php:5465
279
  msgid "Purchase License"
280
  msgstr "Purchase License"
281
 
282
- #: includes/class-freemius.php:6398 templates/connect.php:163
283
- #, php-format
284
- msgid ""
285
- "You should receive an activation email for %s to your mailbox at %s. Please "
286
- "make sure you click the activation button in that email to %s."
287
- msgstr ""
288
- "You should receive an activation email for %s to your mailbox at %s. Please "
289
- "make sure you click the activation button in that email to %s."
290
 
291
- #: includes/class-freemius.php:6402
292
  msgid "start the trial"
293
  msgstr "start the trial"
294
 
295
- #: includes/class-freemius.php:6403 templates/connect.php:167
296
  msgid "complete the install"
297
  msgstr "complete the install"
298
 
299
- #: includes/class-freemius.php:6516
300
- #, php-format
301
  msgid "You are just one step away - %s"
302
  msgstr "You are just one step away - %s"
303
 
304
- #: includes/class-freemius.php:6519
305
- #, php-format
306
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
307
  msgid "Complete \"%s\" Activation Now"
308
  msgstr "Complete \"%s\" Activation Now"
309
 
310
- #: includes/class-freemius.php:6597
311
- #, php-format
312
  msgid "We made a few tweaks to the %s, %s"
313
  msgstr "We made a few tweaks to the %s, %s"
314
 
315
- #: includes/class-freemius.php:6601
316
- #, php-format
317
  msgid "Opt in to make \"%s\" better!"
318
  msgstr "Opt in to make \"%s\" better!"
319
 
320
- #: includes/class-freemius.php:7029
321
- #, php-format
322
  msgid "The upgrade of %s was successfully completed."
323
  msgstr "The upgrade of %s was successfully completed."
324
 
325
- #: includes/class-freemius.php:8956 includes/class-fs-plugin-updater.php:886
326
- #: includes/class-fs-plugin-updater.php:1081
327
- #: includes/class-fs-plugin-updater.php:1088 templates/auto-installation.php:32
328
  msgid "Add-On"
329
  msgstr "Add-On"
330
 
331
- #: includes/class-freemius.php:8958 templates/debug.php:361
332
- #: templates/debug.php:522
333
  msgid "Plugin"
334
  msgstr "Plugin"
335
 
336
- #: includes/class-freemius.php:8959 templates/debug.php:361
337
- #: templates/debug.php:522 templates/forms/deactivation/form.php:67
338
  msgid "Theme"
339
  msgstr "Theme"
340
 
341
- #: includes/class-freemius.php:11443
 
 
 
 
342
  msgid "Invalid site details collection."
343
  msgstr "Invalid site details collection."
344
 
345
- #: includes/class-freemius.php:11563
346
- msgid ""
347
- "We couldn't find your email address in the system, are you sure it's the "
348
- "right address?"
349
- msgstr ""
350
- "We couldn't find your email address in the system, are you sure it's the "
351
- "right address?"
352
 
353
- #: includes/class-freemius.php:11565
354
- msgid ""
355
- "We can't see any active licenses associated with that email address, are you "
356
- "sure it's the right address?"
357
- msgstr ""
358
- "We can't see any active licenses associated with that email address, are you "
359
- "sure it's the right address?"
360
 
361
- #: includes/class-freemius.php:11839
362
  msgid "Account is pending activation."
363
  msgstr "Account is pending activation."
364
 
365
- #: includes/class-freemius.php:11951
366
- #: templates/forms/premium-versions-upgrade-handler.php:47
367
  msgid "Buy a license now"
368
  msgstr "Buy a license now"
369
 
370
- #: includes/class-freemius.php:11963
371
- #: templates/forms/premium-versions-upgrade-handler.php:46
372
  msgid "Renew your license now"
373
  msgstr "Renew your license now"
374
 
375
- #: includes/class-freemius.php:11967
376
- #, php-format
377
  msgid "%s to access version %s security & feature updates, and support."
378
  msgstr "%s to access version %s security & feature updates, and support."
379
 
380
- #: includes/class-freemius.php:14350
381
- #, php-format
382
  msgid "%s activation was successfully completed."
383
  msgstr "%s activation was successfully completed."
384
 
385
- #: includes/class-freemius.php:14364
386
- #, php-format
387
  msgid "Your account was successfully activated with the %s plan."
388
  msgstr "Your account was successfully activated with the %s plan."
389
 
390
- #: includes/class-freemius.php:14375 includes/class-freemius.php:17584
391
  msgid "Your trial has been successfully started."
392
  msgstr "Your trial has been successfully started."
393
 
394
- #: includes/class-freemius.php:14945 includes/class-freemius.php:14997
395
- #: includes/class-freemius.php:15059
396
- #, php-format
397
  msgid "Couldn't activate %s."
398
  msgstr "Couldn't activate %s."
399
 
400
- #: includes/class-freemius.php:14946 includes/class-freemius.php:14998
401
- #: includes/class-freemius.php:15060
402
  msgid "Please contact us with the following message:"
403
  msgstr "Please contact us with the following message:"
404
 
405
- #: includes/class-freemius.php:15409 includes/class-freemius.php:19870
 
 
 
 
406
  msgid "Upgrade"
407
  msgstr "Upgrade"
408
 
409
- #: includes/class-freemius.php:15415
410
  msgid "Start Trial"
411
  msgstr "Start Trial"
412
 
413
- #: includes/class-freemius.php:15417
414
  msgid "Pricing"
415
  msgstr "Pricing"
416
 
417
- #: includes/class-freemius.php:15479 includes/class-freemius.php:15481
418
  msgid "Affiliation"
419
  msgstr "Affiliation"
420
 
421
- #: includes/class-freemius.php:15509 includes/class-freemius.php:15511
422
- #: templates/account.php:150 templates/debug.php:326
423
  msgid "Account"
424
  msgstr "Account"
425
 
426
- #: includes/class-freemius.php:15524 includes/class-freemius.php:15526
427
- #: includes/customizer/class-fs-customizer-support-section.php:60
428
  msgid "Contact Us"
429
  msgstr "Contact Us"
430
 
431
- #: includes/class-freemius.php:15536 includes/class-freemius.php:15538
432
- #: includes/class-freemius.php:19880 templates/account.php:100
433
- #: templates/account/partials/addon.php:41
434
  msgid "Add-Ons"
435
  msgstr "Add-Ons"
436
 
437
- #: includes/class-freemius.php:15572
438
  msgctxt "ASCII arrow left icon"
439
  msgid "&#x2190;"
440
  msgstr "&#x2190;"
441
 
442
- #: includes/class-freemius.php:15572
443
  msgctxt "ASCII arrow right icon"
444
  msgid "&#x27a4;"
445
  msgstr "&#x27a4;"
446
 
447
- #: includes/class-freemius.php:15574 templates/pricing.php:97
448
  msgctxt "noun"
449
  msgid "Pricing"
450
  msgstr "Pricing"
451
 
452
- #: includes/class-freemius.php:15787
453
- #: includes/customizer/class-fs-customizer-support-section.php:67
454
  msgid "Support Forum"
455
  msgstr "Support Forum"
456
 
457
- #: includes/class-freemius.php:16573
458
  msgid "Your email has been successfully verified - you are AWESOME!"
459
  msgstr "Your email has been successfully verified - you are AWESOME!"
460
 
461
- #: includes/class-freemius.php:16574
462
  msgctxt "a positive response"
463
  msgid "Right on"
464
  msgstr "Right on"
465
 
466
- #: includes/class-freemius.php:17199
467
- #, php-format
468
  msgid "Your %s Add-on plan was successfully upgraded."
469
  msgstr "Your %s Add-on plan was successfully upgraded."
470
 
471
- #: includes/class-freemius.php:17201
472
- #, php-format
473
  msgid "%s Add-on was successfully purchased."
474
  msgstr "%s Add-on was successfully purchased."
475
 
476
- #: includes/class-freemius.php:17204
477
  msgid "Download the latest version"
478
  msgstr "Download the latest version"
479
 
480
- #: includes/class-freemius.php:17290
481
- #, php-format
482
- msgctxt "%1s - plugin title, %2s - API domain"
483
- msgid ""
484
- "Your server is blocking the access to Freemius' API, which is crucial for "
485
- "%1s synchronization. Please contact your host to whitelist %2s"
486
- msgstr ""
487
- "Your server is blocking the access to Freemius' API, which is crucial for "
488
- "%1s synchronization. Please contact your host to whitelist %2s"
489
 
490
- #: includes/class-freemius.php:17293 includes/class-freemius.php:17709
491
- #: includes/class-freemius.php:17786
492
  msgid "Error received from the server:"
493
  msgstr "Error received from the server:"
494
 
495
- #: includes/class-freemius.php:17303
496
- msgid ""
497
- "It seems like one of the authentication parameters is wrong. Update your "
498
- "Public Key, Secret Key & User ID, and try again."
499
- msgstr ""
500
- "It seems like one of the authentication parameters is wrong. Update your "
501
- "Public Key, Secret Key & User ID, and try again."
502
 
503
- #: includes/class-freemius.php:17485 includes/class-freemius.php:17714
504
- #: includes/class-freemius.php:17757 includes/class-freemius.php:17860
505
- msgctxt ""
506
- "something somebody says when they are thinking about what you have just said."
507
  msgid "Hmm"
508
  msgstr "Hmm"
509
 
510
- #: includes/class-freemius.php:17498
511
- #, php-format
512
- msgid ""
513
- "It looks like you are still on the %s plan. If you did upgrade or change "
514
- "your plan, it's probably an issue on our side - sorry."
515
- msgstr ""
516
- "It looks like you are still on the %s plan. If you did upgrade or change "
517
- "your plan, it's probably an issue on our side - sorry."
518
 
519
- #: includes/class-freemius.php:17499 templates/account.php:102
520
- #: templates/account/partials/addon.php:43 templates/add-ons.php:134
521
  msgctxt "trial period"
522
  msgid "Trial"
523
  msgstr "Trial"
524
 
525
- #: includes/class-freemius.php:17504
526
- #, php-format
527
- msgid ""
528
- "I have upgraded my account but when I try to Sync the License, the plan "
529
- "remains %s."
530
- msgstr ""
531
- "I have upgraded my account but when I try to Sync the License, the plan "
532
- "remains %s."
533
 
534
- #: includes/class-freemius.php:17508 includes/class-freemius.php:17566
535
  msgid "Please contact us here"
536
  msgstr "Please contact us here"
537
 
538
- #: includes/class-freemius.php:17518
 
 
 
 
539
  msgid "Your plan was successfully upgraded."
540
  msgstr "Your plan was successfully upgraded."
541
 
542
- #: includes/class-freemius.php:17536
543
- #, php-format
544
  msgid "Your plan was successfully changed to %s."
545
  msgstr "Your plan was successfully changed to %s."
546
 
547
- #: includes/class-freemius.php:17552
548
- #, php-format
549
- msgid ""
550
- "Your license has expired. You can still continue using the free %s forever."
551
- msgstr ""
552
- "Your license has expired. You can still continue using the free %s forever."
553
 
554
- #: includes/class-freemius.php:17554
555
- #, php-format
556
- msgid ""
557
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
558
- "without interruptions."
559
- msgstr ""
560
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
561
- "without interruptions."
562
 
563
- #: includes/class-freemius.php:17562
564
- msgid ""
565
- "Your license has been cancelled. If you think it's a mistake, please contact "
566
- "support."
567
- msgstr ""
568
- "Your license has been cancelled. If you think it's a mistake, please contact "
569
- "support."
570
 
571
- #: includes/class-freemius.php:17575
572
- #, php-format
573
- msgid ""
574
- "Your license has expired. You can still continue using all the %s features, "
575
- "but you'll need to renew your license to continue getting updates and "
576
- "support."
577
- msgstr ""
578
- "Your license has expired. You can still continue using all the %s features, "
579
- "but you'll need to renew your license to continue getting updates and "
580
- "support."
581
 
582
- #: includes/class-freemius.php:17598
583
- msgid ""
584
- "Your free trial has expired. You can still continue using all our free "
585
- "features."
586
- msgstr ""
587
- "Your free trial has expired. You can still continue using all our free "
588
- "features."
589
 
590
- #: includes/class-freemius.php:17600
591
- #, php-format
592
- msgid ""
593
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
594
- "without interruptions."
595
- msgstr ""
596
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
597
- "without interruptions."
598
 
599
- #: includes/class-freemius.php:17705
600
  msgid "It looks like the license could not be activated."
601
  msgstr "It looks like the license could not be activated."
602
 
603
- #: includes/class-freemius.php:17735
604
  msgid "Your license was successfully activated."
605
  msgstr "Your license was successfully activated."
606
 
607
- #: includes/class-freemius.php:17761
608
  msgid "It looks like your site currently doesn't have an active license."
609
  msgstr "It looks like your site currently doesn't have an active license."
610
 
611
- #: includes/class-freemius.php:17785
612
  msgid "It looks like the license deactivation failed."
613
  msgstr "It looks like the license deactivation failed."
614
 
615
- #: includes/class-freemius.php:17813
616
- #, php-format
617
  msgid "Your license was successfully deactivated, you are back to the %s plan."
618
- msgstr ""
619
- "Your license was successfully deactivated, you are back to the %s plan."
620
 
621
- #: includes/class-freemius.php:17814
622
  msgid "O.K"
623
  msgstr "O.K"
624
 
625
- #: includes/class-freemius.php:17867
626
- msgid ""
627
- "Seems like we are having some temporary issue with your subscription "
628
- "cancellation. Please try again in few minutes."
629
- msgstr ""
630
- "Seems like we are having some temporary issue with your subscription "
631
- "cancellation. Please try again in few minutes."
632
 
633
- #: includes/class-freemius.php:17876
634
- #, php-format
635
- msgid ""
636
- "Your subscription was successfully cancelled. Your %s plan license will "
637
- "expire in %s."
638
- msgstr ""
639
- "Your subscription was successfully cancelled. Your %s plan license will "
640
- "expire in %s."
641
 
642
- #: includes/class-freemius.php:17918
643
- #, php-format
644
  msgid "You are already running the %s in a trial mode."
645
  msgstr "You are already running the %s in a trial mode."
646
 
647
- #: includes/class-freemius.php:17929
648
  msgid "You already utilized a trial before."
649
  msgstr "You already utilized a trial before."
650
 
651
- #: includes/class-freemius.php:17943
652
- #, php-format
653
  msgid "Plan %s do not exist, therefore, can't start a trial."
654
  msgstr "Plan %s do not exist, therefore, can't start a trial."
655
 
656
- #: includes/class-freemius.php:17954
657
- #, php-format
658
  msgid "Plan %s does not support a trial period."
659
  msgstr "Plan %s does not support a trial period."
660
 
661
- #: includes/class-freemius.php:17965
662
- #, php-format
663
  msgid "None of the %s's plans supports a trial period."
664
  msgstr "None of the %s's plans supports a trial period."
665
 
666
- #: includes/class-freemius.php:18015
667
- msgid ""
668
- "It looks like you are not in trial mode anymore so there's nothing to "
669
- "cancel :)"
670
- msgstr ""
671
- "It looks like you are not in trial mode anymore so there's nothing to "
672
- "cancel :)"
673
 
674
- #: includes/class-freemius.php:18051
675
- msgid ""
676
- "Seems like we are having some temporary issue with your trial cancellation. "
677
- "Please try again in few minutes."
678
- msgstr ""
679
- "Seems like we are having some temporary issue with your trial cancellation. "
680
- "Please try again in few minutes."
681
 
682
- #: includes/class-freemius.php:18070
683
- #, php-format
684
  msgid "Your %s free trial was successfully cancelled."
685
  msgstr "Your %s free trial was successfully cancelled."
686
 
687
- #: includes/class-freemius.php:18377
688
- #, php-format
689
  msgid "Version %s was released."
690
  msgstr "Version %s was released."
691
 
692
- #: includes/class-freemius.php:18377
693
- #, php-format
694
  msgid "Please download %s."
695
  msgstr "Please download %s."
696
 
697
- #: includes/class-freemius.php:18384
698
- #, php-format
699
  msgid "the latest %s version here"
700
  msgstr "the latest %s version here"
701
 
702
- #: includes/class-freemius.php:18389
703
  msgid "New"
704
  msgstr "New"
705
 
706
- #: includes/class-freemius.php:18394
707
  msgid "Seems like you got the latest release."
708
  msgstr "Seems like you got the latest release."
709
 
710
- #: includes/class-freemius.php:18395
711
  msgid "You are all good!"
712
  msgstr "You are all good!"
713
 
714
- #: includes/class-freemius.php:18663
715
- #, php-format
716
- msgid ""
717
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
718
- "please check your spam box."
719
- msgstr ""
720
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
721
- "please check your spam box."
722
 
723
- #: includes/class-freemius.php:18800
724
  msgid "Site successfully opted in."
725
  msgstr "Site successfully opted in."
726
 
727
- #: includes/class-freemius.php:18801 includes/class-freemius.php:19612
728
  msgid "Awesome"
729
  msgstr "Awesome"
730
 
731
- #: includes/class-freemius.php:18817 templates/forms/optout.php:32
732
- #, php-format
733
- msgid ""
734
- "We appreciate your help in making the %s better by letting us track some "
735
- "usage data."
736
- msgstr ""
737
- "We appreciate your help in making the %s better by letting us track some "
738
- "usage data."
739
 
740
- #: includes/class-freemius.php:18818
741
  msgid "Thank you!"
742
  msgstr "Thank you!"
743
 
744
- #: includes/class-freemius.php:18825
745
- #, php-format
746
  msgid "We will no longer be sending any usage data of %s on %s to %s."
747
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
748
 
749
- #: includes/class-freemius.php:18954
750
- #, php-format
751
- msgid ""
752
- "Please check your mailbox, you should receive an email via %s to confirm the "
753
- "ownership change. From security reasons, you must confirm the change within "
754
- "the next 15 min. If you cannot find the email, please check your spam folder."
755
- msgstr ""
756
- "Please check your mailbox, you should receive an email via %s to confirm the "
757
- "ownership change. From security reasons, you must confirm the change within "
758
- "the next 15 min. If you cannot find the email, please check your spam folder."
759
 
760
- #: includes/class-freemius.php:18960
761
- #, php-format
762
- msgid ""
763
- "Thanks for confirming the ownership change. An email was just sent to %s for "
764
- "final approval."
765
- msgstr ""
766
- "Thanks for confirming the ownership change. An email was just sent to %s for "
767
- "final approval."
768
 
769
- #: includes/class-freemius.php:18965
770
- #, php-format
771
  msgid "%s is the new owner of the account."
772
  msgstr "%s is the new owner of the account."
773
 
774
- #: includes/class-freemius.php:18967
775
  msgctxt "as congratulations"
776
  msgid "Congrats"
777
  msgstr "Congrats"
778
 
779
- #: includes/class-freemius.php:18987
780
- msgid ""
781
- "Sorry, we could not complete the email update. Another user with the same "
782
- "email is already registered."
783
- msgstr ""
784
- "Sorry, we could not complete the email update. Another user with the same "
785
- "email is already registered."
786
 
787
- #: includes/class-freemius.php:18988
788
- #, php-format
789
- msgid ""
790
- "If you would like to give up the ownership of the %s's account to %s click "
791
- "the Change Ownership button."
792
- msgstr ""
793
- "If you would like to give up the ownership of the %s's account to %s click "
794
- "the Change Ownership button."
795
 
796
- #: includes/class-freemius.php:18995
797
  msgid "Change Ownership"
798
  msgstr "Change Ownership"
799
 
800
- #: includes/class-freemius.php:19003
801
- msgid ""
802
- "Your email was successfully updated. You should receive an email with "
803
- "confirmation instructions in few moments."
804
- msgstr ""
805
- "Your email was successfully updated. You should receive an email with "
806
- "confirmation instructions in few moments."
807
 
808
- #: includes/class-freemius.php:19015
809
  msgid "Please provide your full name."
810
  msgstr "Please provide your full name."
811
 
812
- #: includes/class-freemius.php:19020
813
  msgid "Your name was successfully updated."
814
  msgstr "Your name was successfully updated."
815
 
816
- #: includes/class-freemius.php:19081
817
- #, php-format
818
  msgid "You have successfully updated your %s."
819
  msgstr "You have successfully updated your %s."
820
 
821
- #: includes/class-freemius.php:19221
822
- #, php-format
823
- msgid ""
824
- "Just letting you know that the add-ons information of %s is being pulled "
825
- "from an external server."
826
- msgstr ""
827
- "Just letting you know that the add-ons information of %s is being pulled "
828
- "from an external server."
829
 
830
- #: includes/class-freemius.php:19222
831
  msgctxt "advance notice of something that will need attention."
832
  msgid "Heads up"
833
  msgstr "Heads up"
834
 
835
- #: includes/class-freemius.php:19652
836
  msgctxt "exclamation"
837
  msgid "Hey"
838
  msgstr "Hey"
839
 
840
- #: includes/class-freemius.php:19652
841
- #, php-format
842
- msgid ""
843
- "How do you like %s so far? Test all our %s premium features with a %d-day "
844
- "free trial."
845
- msgstr ""
846
- "How do you like %s so far? Test all our %s premium features with a %d-day "
847
- "free trial."
848
 
849
- #: includes/class-freemius.php:19660
850
- #, php-format
851
  msgid "No commitment for %s days - cancel anytime!"
852
  msgstr "No commitment for %s days - cancel anytime!"
853
 
854
- #: includes/class-freemius.php:19661
855
  msgid "No credit card required"
856
  msgstr "No credit card required"
857
 
858
- #: includes/class-freemius.php:19668 templates/forms/trial-start.php:53
859
  msgctxt "call to action"
860
  msgid "Start free trial"
861
  msgstr "Start free trial"
862
 
863
- #: includes/class-freemius.php:19745
864
- #, php-format
865
- msgid ""
866
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
867
- "you can become our ambassador and earn some cash!"
868
- msgstr ""
869
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
870
- "you can become our ambassador and earn some cash!"
871
 
872
- #: includes/class-freemius.php:19754
873
  msgid "Learn more"
874
  msgstr "Learn more"
875
 
876
- #: includes/class-freemius.php:19904 templates/account.php:406
877
- #: templates/account.php:509 templates/account/partials/addon.php:235
878
- #: templates/connect.php:171 templates/connect.php:421
879
- #: templates/forms/license-activation.php:24
880
  msgid "Activate License"
881
  msgstr "Activate License"
882
 
883
- #: includes/class-freemius.php:19905 templates/account.php:469
884
- #: templates/account.php:508 templates/account/partials/site.php:256
885
  msgid "Change License"
886
  msgstr "Change License"
887
 
888
- #: includes/class-freemius.php:19987 templates/account/partials/site.php:161
889
  msgid "Opt Out"
890
  msgstr "Opt Out"
891
 
892
- #: includes/class-freemius.php:19989 includes/class-freemius.php:19994
893
- #: templates/account/partials/site.php:43
894
- #: templates/account/partials/site.php:161
895
  msgid "Opt In"
896
  msgstr "Opt In"
897
 
898
- #: includes/class-freemius.php:20218
899
- #, php-format
900
- msgid ""
901
- " The paid version of %1s is already installed. Please activate it to start "
902
- "benefiting the %2s features. %3s"
903
- msgstr ""
904
- " The paid version of %1s is already installed. Please activate it to start "
905
- "benefiting the %2s features. %3s"
906
 
907
- #: includes/class-freemius.php:20226
908
- #, php-format
909
  msgid "Activate %s features"
910
  msgstr "Activate %s features"
911
 
912
- #: includes/class-freemius.php:20239
913
  msgid "Please follow these steps to complete the upgrade"
914
  msgstr "Please follow these steps to complete the upgrade"
915
 
916
- #: includes/class-freemius.php:20243
917
- #, php-format
918
  msgid "Download the latest %s version"
919
  msgstr "Download the latest %s version"
920
 
921
- #: includes/class-freemius.php:20247
922
  msgid "Upload and activate the downloaded version"
923
  msgstr "Upload and activate the downloaded version"
924
 
925
- #: includes/class-freemius.php:20249
926
  msgid "How to upload and activate?"
927
  msgstr "How to upload and activate?"
928
 
929
- #: includes/class-freemius.php:20383
930
- #, php-format
931
- msgid ""
932
- "%sClick here%s to choose the sites where you'd like to activate the license "
933
- "on."
934
- msgstr ""
935
- "%sClick here%s to choose the sites where you'd like to activate the license "
936
- "on."
937
 
938
- #: includes/class-freemius.php:20544
939
  msgid "Auto installation only works for opted-in users."
940
  msgstr "Auto installation only works for opted-in users."
941
 
942
- #: includes/class-freemius.php:20554 includes/class-freemius.php:20587
943
- #: includes/class-fs-plugin-updater.php:1060
944
- #: includes/class-fs-plugin-updater.php:1074
945
  msgid "Invalid module ID."
946
  msgstr "Invalid module ID."
947
 
948
- #: includes/class-freemius.php:20563 includes/class-fs-plugin-updater.php:1096
949
  msgid "Premium version already active."
950
  msgstr "Premium version already active."
951
 
952
- #: includes/class-freemius.php:20570
953
  msgid "You do not have a valid license to access the premium version."
954
  msgstr "You do not have a valid license to access the premium version."
955
 
956
- #: includes/class-freemius.php:20577
957
- msgid ""
958
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
959
- "version."
960
- msgstr ""
961
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
962
- "version."
963
 
964
- #: includes/class-freemius.php:20595 includes/class-fs-plugin-updater.php:1095
965
  msgid "Premium add-on version already installed."
966
  msgstr "Premium add-on version already installed."
967
 
968
- #: includes/class-freemius.php:20940
969
  msgid "View paid features"
970
  msgstr "View paid features"
971
 
972
- #: includes/class-freemius.php:21260
973
- #, php-format
974
  msgid "Thank you so much for using %s and its add-ons!"
975
  msgstr "Thank you so much for using %s and its add-ons!"
976
 
977
- #: includes/class-freemius.php:21261
978
- #, php-format
979
  msgid "Thank you so much for using %s!"
980
  msgstr "Thank you so much for using %s!"
981
 
982
- #: includes/class-freemius.php:21267
983
- #, php-format
984
- msgid ""
985
- "You've already opted-in to our usage-tracking, which helps us keep improving "
986
- "the %s."
987
- msgstr ""
988
- "You've already opted-in to our usage-tracking, which helps us keep improving "
989
- "the %s."
990
 
991
- #: includes/class-freemius.php:21271
992
  msgid "Thank you so much for using our products!"
993
  msgstr "Thank you so much for using our products!"
994
 
995
- #: includes/class-freemius.php:21272
996
- msgid ""
997
- "You've already opted-in to our usage-tracking, which helps us keep improving "
998
- "them."
999
- msgstr ""
1000
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1001
- "them."
1002
 
1003
- #: includes/class-freemius.php:21291
1004
- #, php-format
1005
  msgid "%s and its add-ons"
1006
  msgstr "%s and its add-ons"
1007
 
1008
- #: includes/class-freemius.php:21300
1009
  msgid "Products"
1010
  msgstr "Products"
1011
 
1012
- #: includes/class-freemius.php:21307 templates/connect.php:272
1013
  msgid "Yes"
1014
  msgstr "Yes"
1015
 
1016
- #: includes/class-freemius.php:21308 templates/connect.php:273
1017
  msgid "send me security & feature updates, educational content and offers."
1018
  msgstr "send me security & feature updates, educational content and offers."
1019
 
1020
- #: includes/class-freemius.php:21309 templates/connect.php:278
1021
  msgid "No"
1022
  msgstr "No"
1023
 
1024
- #: includes/class-freemius.php:21311 templates/connect.php:280
1025
- #, php-format
1026
- msgid ""
1027
- "do %sNOT%s send me security & feature updates, educational content and "
1028
- "offers."
1029
- msgstr ""
1030
- "do %sNOT%s send me security & feature updates, educational content and "
1031
- "offers."
1032
 
1033
- #: includes/class-freemius.php:21321
1034
- #, php-format
1035
- msgid ""
1036
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
1037
- "requirements it is required that you provide your explicit consent, again, "
1038
- "confirming that you are onboard 🙂"
1039
- msgstr ""
1040
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
1041
- "requirements it is required that you provide your explicit consent, again, "
1042
- "confirming that you are onboard 🙂"
1043
 
1044
- #: includes/class-freemius.php:21323 templates/connect.php:287
1045
- msgid ""
1046
- "Please let us know if you'd like us to contact you for security & feature "
1047
- "updates, educational content, and occasional offers:"
1048
- msgstr ""
1049
- "Please let us know if you'd like us to contact you for security & feature "
1050
- "updates, educational content, and occasional offers:"
1051
 
1052
- #: includes/class-freemius.php:21605
1053
  msgid "License key is empty."
1054
  msgstr "License key is empty."
1055
 
1056
- #: includes/class-fs-plugin-updater.php:184
1057
- #: templates/forms/premium-versions-upgrade-handler.php:57
1058
  msgid "Renew license"
1059
  msgstr "Renew license"
1060
 
1061
- #: includes/class-fs-plugin-updater.php:189
1062
- #: templates/forms/premium-versions-upgrade-handler.php:58
1063
  msgid "Buy license"
1064
  msgstr "Buy license"
1065
 
1066
- #: includes/class-fs-plugin-updater.php:278
1067
- #, php-format
1068
  msgid "There is a %s of %s available."
1069
  msgstr "There is a %s of %s available."
1070
 
1071
- #: includes/class-fs-plugin-updater.php:282
 
 
 
 
1072
  msgid "new version"
1073
  msgstr "new version"
1074
 
1075
- #: includes/class-fs-plugin-updater.php:305
1076
  msgid "Important Upgrade Notice:"
1077
  msgstr "Important Upgrade Notice:"
1078
 
1079
- #: includes/class-fs-plugin-updater.php:1125
1080
- #, php-format
1081
  msgid "Installing plugin: %s"
1082
  msgstr "Installing plugin: %s"
1083
 
1084
- #: includes/class-fs-plugin-updater.php:1166
1085
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
1086
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
1087
 
1088
- #: includes/class-fs-plugin-updater.php:1348
1089
- msgid ""
1090
- "The remote plugin package does not contain a folder with the desired slug "
1091
- "and renaming did not work."
1092
- msgstr ""
1093
- "The remote plugin package does not contain a folder with the desired slug "
1094
- "and renaming did not work."
1095
-
1096
- #: includes/customizer/class-fs-customizer-support-section.php:55
1097
- #: templates/plugin-info/features.php:43
1098
- msgid "Support"
1099
- msgstr "Support"
1100
-
1101
- #: includes/customizer/class-fs-customizer-upsell-control.php:106
1102
- #: templates/account.php:105 templates/account/partials/addon.php:46
1103
- #: templates/debug.php:373
1104
- msgctxt "as product pricing plan"
1105
- msgid "Plan"
1106
- msgstr "Plan"
1107
-
1108
- #: includes/debug/class-fs-debug-bar-panel.php:48
1109
- #: templates/debug/api-calls.php:54 templates/debug/logger.php:62
1110
- msgctxt "milliseconds"
1111
- msgid "ms"
1112
- msgstr "ms"
1113
-
1114
- #: includes/debug/debug-bar-start.php:41
1115
- msgid "Freemius API"
1116
- msgstr "Freemius API"
1117
 
1118
- #: includes/debug/debug-bar-start.php:42
1119
- msgid "Requests"
1120
- msgstr "Requests"
1121
 
1122
- #: includes/fs-plugin-info-dialog.php:369
1123
- #: templates/account/partials/addon.php:292
1124
  msgctxt "verb"
1125
  msgid "Purchase"
1126
  msgstr "Purchase"
1127
 
1128
- #: includes/fs-plugin-info-dialog.php:372
1129
- #, php-format
1130
  msgid "Start my free %s"
1131
  msgstr "Start my free %s"
1132
 
1133
- #: includes/fs-plugin-info-dialog.php:413
 
 
 
 
 
 
 
 
1134
  msgid "Install Free Version Now"
1135
  msgstr "Install Free Version Now"
1136
 
1137
- #: includes/fs-plugin-info-dialog.php:414
1138
- #: templates/account/partials/addon.php:272
1139
- #: templates/account/partials/addon.php:322 templates/auto-installation.php:111
1140
  msgid "Install Now"
1141
  msgstr "Install Now"
1142
 
1143
- #: includes/fs-plugin-info-dialog.php:425
1144
  msgctxt "as download latest version"
1145
  msgid "Download Latest Free Version"
1146
  msgstr "Download Latest Free Version"
1147
 
1148
- #: includes/fs-plugin-info-dialog.php:426 templates/account.php:80
1149
- #: templates/account/partials/addon.php:21
1150
  msgctxt "as download latest version"
1151
  msgid "Download Latest"
1152
  msgstr "Download Latest"
1153
 
1154
- #: includes/fs-plugin-info-dialog.php:436
1155
- msgid "Install Free Version Update Now"
1156
- msgstr "Install Free Version Update Now"
1157
-
1158
- #: includes/fs-plugin-info-dialog.php:437 templates/account.php:460
1159
- msgid "Install Update Now"
1160
- msgstr "Install Update Now"
1161
-
1162
- #: includes/fs-plugin-info-dialog.php:448
1163
- #, php-format
1164
- msgid "Newer Free Version (%s) Installed"
1165
- msgstr "Newer Free Version (%s) Installed"
1166
-
1167
- #: includes/fs-plugin-info-dialog.php:449
1168
- #, php-format
1169
- msgid "Newer Version (%s) Installed"
1170
- msgstr "Newer Version (%s) Installed"
1171
 
1172
- #: includes/fs-plugin-info-dialog.php:457
1173
- msgid "Latest Free Version Installed"
1174
- msgstr "Latest Free Version Installed"
1175
 
1176
- #: includes/fs-plugin-info-dialog.php:458
1177
- msgid "Latest Version Installed"
1178
- msgstr "Latest Version Installed"
1179
 
1180
- #: includes/fs-plugin-info-dialog.php:613
1181
  msgctxt "Plugin installer section title"
1182
  msgid "Description"
1183
  msgstr "Description"
1184
 
1185
- #: includes/fs-plugin-info-dialog.php:614
1186
  msgctxt "Plugin installer section title"
1187
  msgid "Installation"
1188
  msgstr "Installation"
1189
 
1190
- #: includes/fs-plugin-info-dialog.php:615
1191
  msgctxt "Plugin installer section title"
1192
  msgid "FAQ"
1193
  msgstr "FAQ"
1194
 
1195
- #: includes/fs-plugin-info-dialog.php:616
1196
- #: templates/plugin-info/description.php:55
1197
  msgid "Screenshots"
1198
  msgstr "Screenshots"
1199
 
1200
- #: includes/fs-plugin-info-dialog.php:617
1201
  msgctxt "Plugin installer section title"
1202
  msgid "Changelog"
1203
  msgstr "Changelog"
1204
 
1205
- #: includes/fs-plugin-info-dialog.php:618
1206
  msgctxt "Plugin installer section title"
1207
  msgid "Reviews"
1208
  msgstr "Reviews"
1209
 
1210
- #: includes/fs-plugin-info-dialog.php:619
1211
  msgctxt "Plugin installer section title"
1212
  msgid "Other Notes"
1213
  msgstr "Other Notes"
1214
 
1215
- #: includes/fs-plugin-info-dialog.php:634
1216
  msgctxt "Plugin installer section title"
1217
  msgid "Features & Pricing"
1218
  msgstr "Features & Pricing"
1219
 
1220
- #: includes/fs-plugin-info-dialog.php:644
1221
  msgid "Plugin Install"
1222
  msgstr "Plugin Install"
1223
 
1224
- #: includes/fs-plugin-info-dialog.php:716
1225
- #, php-format
1226
  msgctxt "e.g. Professional Plan"
1227
  msgid "%s Plan"
1228
  msgstr "%s Plan"
1229
 
1230
- #: includes/fs-plugin-info-dialog.php:742
1231
  msgctxt "e.g. the best product"
1232
  msgid "Best"
1233
  msgstr "Best"
1234
 
1235
- #: includes/fs-plugin-info-dialog.php:748
1236
- #: includes/fs-plugin-info-dialog.php:768
1237
  msgctxt "as every month"
1238
  msgid "Monthly"
1239
  msgstr "Monthly"
1240
 
1241
- #: includes/fs-plugin-info-dialog.php:751
1242
  msgctxt "as once a year"
1243
  msgid "Annual"
1244
  msgstr "Annual"
1245
 
1246
- #: includes/fs-plugin-info-dialog.php:754
1247
  msgid "Lifetime"
1248
  msgstr "Lifetime"
1249
 
1250
- #: includes/fs-plugin-info-dialog.php:768
1251
- #: includes/fs-plugin-info-dialog.php:770
1252
- #: includes/fs-plugin-info-dialog.php:772
1253
- #, php-format
1254
  msgctxt "e.g. billed monthly"
1255
  msgid "Billed %s"
1256
  msgstr "Billed %s"
1257
 
1258
- #: includes/fs-plugin-info-dialog.php:770
1259
  msgctxt "as once a year"
1260
  msgid "Annually"
1261
  msgstr "Annually"
1262
 
1263
- #: includes/fs-plugin-info-dialog.php:772
1264
  msgctxt "as once a year"
1265
  msgid "Once"
1266
  msgstr "Once"
1267
 
1268
- #: includes/fs-plugin-info-dialog.php:778
1269
  msgid "Single Site License"
1270
  msgstr "Single Site License"
1271
 
1272
- #: includes/fs-plugin-info-dialog.php:780
1273
  msgid "Unlimited Licenses"
1274
  msgstr "Unlimited Licenses"
1275
 
1276
- #: includes/fs-plugin-info-dialog.php:782
1277
- #, php-format
1278
  msgid "Up to %s Sites"
1279
  msgstr "Up to %s Sites"
1280
 
1281
- #: includes/fs-plugin-info-dialog.php:792 templates/plugin-info/features.php:82
1282
  msgctxt "as monthly period"
1283
  msgid "mo"
1284
  msgstr "mo"
1285
 
1286
- #: includes/fs-plugin-info-dialog.php:799 templates/plugin-info/features.php:80
1287
  msgctxt "as annual period"
1288
  msgid "year"
1289
  msgstr "year"
1290
 
1291
- #: includes/fs-plugin-info-dialog.php:853
1292
  msgctxt "noun"
1293
  msgid "Price"
1294
  msgstr "Price"
1295
 
1296
- #: includes/fs-plugin-info-dialog.php:901
1297
- #, php-format
1298
  msgid "Save %s"
1299
  msgstr "Save %s"
1300
 
1301
- #: includes/fs-plugin-info-dialog.php:911
1302
- #, php-format
1303
  msgid "No commitment for %s - cancel anytime"
1304
  msgstr "No commitment for %s - cancel anytime"
1305
 
1306
- #: includes/fs-plugin-info-dialog.php:914
1307
- #, php-format
1308
  msgid "After your free %s, pay as little as %s"
1309
  msgstr "After your free %s, pay as little as %s"
1310
 
1311
- #: includes/fs-plugin-info-dialog.php:925
1312
  msgid "Details"
1313
  msgstr "Details"
1314
 
1315
- #: includes/fs-plugin-info-dialog.php:929 templates/account.php:91
1316
- #: templates/account/partials/addon.php:32 templates/debug.php:203
1317
- #: templates/debug.php:240 templates/debug.php:454
1318
  msgctxt "product version"
1319
  msgid "Version"
1320
  msgstr "Version"
1321
 
1322
- #: includes/fs-plugin-info-dialog.php:936
1323
  msgctxt "as the plugin author"
1324
  msgid "Author"
1325
  msgstr "Author"
1326
 
1327
- #: includes/fs-plugin-info-dialog.php:943
1328
  msgid "Last Updated"
1329
  msgstr "Last Updated"
1330
 
1331
- #: includes/fs-plugin-info-dialog.php:948 templates/account.php:376
1332
- #, php-format
1333
  msgctxt "x-ago"
1334
  msgid "%s ago"
1335
  msgstr "%s ago"
1336
 
1337
- #: includes/fs-plugin-info-dialog.php:957
1338
  msgid "Requires WordPress Version"
1339
  msgstr "Requires WordPress Version"
1340
 
1341
- #: includes/fs-plugin-info-dialog.php:958
1342
- #, php-format
1343
  msgid "%s or higher"
1344
  msgstr "%s or higher"
1345
 
1346
- #: includes/fs-plugin-info-dialog.php:965
1347
  msgid "Compatible up to"
1348
  msgstr "Compatible up to"
1349
 
1350
- #: includes/fs-plugin-info-dialog.php:973
1351
  msgid "Downloaded"
1352
  msgstr "Downloaded"
1353
 
1354
- #: includes/fs-plugin-info-dialog.php:977
1355
- #, php-format
1356
  msgid "%s time"
1357
  msgstr "%s time"
1358
 
1359
- #: includes/fs-plugin-info-dialog.php:979
1360
- #, php-format
1361
  msgid "%s times"
1362
  msgstr "%s times"
1363
 
1364
- #: includes/fs-plugin-info-dialog.php:989
1365
  msgid "WordPress.org Plugin Page"
1366
  msgstr "WordPress.org Plugin Page"
1367
 
1368
- #: includes/fs-plugin-info-dialog.php:997
1369
  msgid "Plugin Homepage"
1370
  msgstr "Plugin Homepage"
1371
 
1372
- #: includes/fs-plugin-info-dialog.php:1005
1373
- #: includes/fs-plugin-info-dialog.php:1087
1374
  msgid "Donate to this plugin"
1375
  msgstr "Donate to this plugin"
1376
 
1377
- #: includes/fs-plugin-info-dialog.php:1012
1378
  msgid "Average Rating"
1379
  msgstr "Average Rating"
1380
 
1381
- #: includes/fs-plugin-info-dialog.php:1019
1382
- #, php-format
1383
  msgid "based on %s"
1384
  msgstr "based on %s"
1385
 
1386
- #: includes/fs-plugin-info-dialog.php:1023
1387
- #, php-format
1388
  msgid "%s rating"
1389
  msgstr "%s rating"
1390
 
1391
- #: includes/fs-plugin-info-dialog.php:1025
1392
- #, php-format
1393
  msgid "%s ratings"
1394
  msgstr "%s ratings"
1395
 
1396
- #: includes/fs-plugin-info-dialog.php:1040
1397
- #, php-format
1398
  msgid "%s star"
1399
  msgstr "%s star"
1400
 
1401
- #: includes/fs-plugin-info-dialog.php:1042
1402
- #, php-format
1403
  msgid "%s stars"
1404
  msgstr "%s stars"
1405
 
1406
- #: includes/fs-plugin-info-dialog.php:1053
1407
- #, php-format
1408
  msgid "Click to see reviews that provided a rating of %s"
1409
  msgstr "Click to see reviews that provided a rating of %s"
1410
 
1411
- #: includes/fs-plugin-info-dialog.php:1066
1412
  msgid "Contributors"
1413
  msgstr "Contributors"
1414
 
1415
- #: includes/fs-plugin-info-dialog.php:1095
1416
- #: includes/fs-plugin-info-dialog.php:1097
1417
  msgid "Warning"
1418
  msgstr "Warning"
1419
 
1420
- #: includes/fs-plugin-info-dialog.php:1095
1421
  msgid "This plugin has not been tested with your current version of WordPress."
1422
- msgstr ""
1423
- "This plugin has not been tested with your current version of WordPress."
1424
 
1425
- #: includes/fs-plugin-info-dialog.php:1097
1426
- msgid ""
1427
- "This plugin has not been marked as compatible with your version of WordPress."
1428
- msgstr ""
1429
- "This plugin has not been marked as compatible with your version of WordPress."
1430
 
1431
- #: includes/fs-plugin-info-dialog.php:1116
1432
  msgid "Paid add-on must be deployed to Freemius."
1433
  msgstr "Paid add-on must be deployed to Freemius."
1434
 
1435
- #: includes/fs-plugin-info-dialog.php:1117
1436
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1437
  msgstr "Add-on must be deployed to WordPress.org or Freemius."
1438
 
1439
- #: templates/account.php:81 templates/account/partials/addon.php:22
1440
- #: templates/account/partials/site.php:295
1441
- #: templates/forms/subscription-cancellation.php:96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1442
  msgid "Downgrading your plan"
1443
  msgstr "Downgrading your plan"
1444
 
1445
- #: templates/account.php:82 templates/account/partials/addon.php:23
1446
- #: templates/account/partials/site.php:296
1447
- #: templates/forms/subscription-cancellation.php:97
1448
  msgid "Cancelling the subscription"
1449
  msgstr "Cancelling the subscription"
1450
 
1451
- #: templates/account.php:84 templates/account/partials/addon.php:25
1452
- #: templates/account/partials/site.php:298
1453
- #: templates/forms/subscription-cancellation.php:99
1454
- #, php-format
1455
- msgid ""
1456
- "%1s will immediately stop all future recurring payments and your %s plan "
1457
- "license will expire in %s."
1458
- msgstr ""
1459
- "%1s will immediately stop all future recurring payments and your %s plan "
1460
- "license will expire in %s."
1461
 
1462
- #: templates/account.php:85 templates/account/partials/addon.php:26
1463
- #: templates/account/partials/site.php:299
1464
- #: templates/forms/subscription-cancellation.php:100
1465
- msgid ""
1466
- "Please note that we will not be able to grandfather outdated pricing for "
1467
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1468
- "subscription manually in the future, after a price increase, which typically "
1469
- "occurs once a year, you will be charged the updated price."
1470
- msgstr ""
1471
- "Please note that we will not be able to grandfather outdated pricing for "
1472
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1473
- "subscription manually in the future, after a price increase, which typically "
1474
- "occurs once a year, you will be charged the updated price."
1475
 
1476
- #: templates/account.php:86 templates/account/partials/addon.php:27
1477
- #: templates/forms/subscription-cancellation.php:106
1478
- msgid ""
1479
- "Cancelling the trial will immediately block access to all premium features. "
1480
- "Are you sure?"
1481
- msgstr ""
1482
- "Cancelling the trial will immediately block access to all premium features. "
1483
- "Are you sure?"
1484
 
1485
- #: templates/account.php:87 templates/account/partials/addon.php:28
1486
- #: templates/account/partials/site.php:300
1487
- #: templates/forms/subscription-cancellation.php:101
1488
- #, php-format
1489
- msgid ""
1490
- "You can still enjoy all %s features but you will not have access to %s "
1491
- "security & feature updates, nor support."
1492
- msgstr ""
1493
- "You can still enjoy all %s features but you will not have access to %s "
1494
- "security & feature updates, nor support."
1495
 
1496
- #: templates/account.php:88 templates/account/partials/addon.php:29
1497
- #: templates/account/partials/site.php:301
1498
- #: templates/forms/subscription-cancellation.php:102
1499
- #, php-format
1500
- msgid ""
1501
- "Once your license expires you can still use the Free version but you will "
1502
- "NOT have access to the %s features."
1503
- msgstr ""
1504
- "Once your license expires you can still use the Free version but you will "
1505
- "NOT have access to the %s features."
1506
 
1507
- #: templates/account.php:90
1508
- #: templates/account/partials/activate-license-button.php:31
1509
- #: templates/account/partials/addon.php:31
1510
- #, php-format
1511
  msgid "Activate %s Plan"
1512
  msgstr "Activate %s Plan"
1513
 
1514
- #: templates/account.php:93 templates/account/partials/addon.php:34
1515
- #: templates/account/partials/site.php:275
1516
- #, php-format
1517
  msgid "Auto renews in %s"
1518
  msgstr "Auto renews in %s"
1519
 
1520
- #: templates/account.php:95 templates/account/partials/addon.php:36
1521
- #: templates/account/partials/site.php:277
1522
- #, php-format
1523
  msgid "Expires in %s"
1524
  msgstr "Expires in %s"
1525
 
1526
- #: templates/account.php:96 templates/account/partials/addon.php:37
1527
  msgctxt "as synchronize license"
1528
  msgid "Sync License"
1529
  msgstr "Sync License"
1530
 
1531
- #: templates/account.php:97 templates/account/partials/addon.php:38
1532
  msgid "Cancel Trial"
1533
  msgstr "Cancel Trial"
1534
 
1535
- #: templates/account.php:98 templates/account/partials/addon.php:39
1536
  msgid "Change Plan"
1537
  msgstr "Change Plan"
1538
 
1539
- #: templates/account.php:99 templates/account/partials/addon.php:40
1540
  msgctxt "verb"
1541
  msgid "Upgrade"
1542
  msgstr "Upgrade"
1543
 
1544
- #: templates/account.php:101 templates/account/partials/addon.php:42
1545
- #: templates/account/partials/site.php:302
1546
  msgctxt "verb"
1547
  msgid "Downgrade"
1548
  msgstr "Downgrade"
1549
 
1550
- #: templates/account.php:103 templates/account/partials/addon.php:44
1551
- #: templates/account/partials/site.php:31 templates/add-ons.php:130
1552
- #: templates/plugin-info/features.php:72
1553
  msgid "Free"
1554
  msgstr "Free"
1555
 
1556
- #: templates/account.php:104 templates/account/partials/addon.php:45
1557
- msgid "Activate"
1558
- msgstr "Activate"
 
1559
 
1560
- #: templates/account.php:158
 
 
 
 
1561
  msgid "Free Trial"
1562
  msgstr "Free Trial"
1563
 
1564
- #: templates/account.php:169
1565
  msgid "Account Details"
1566
  msgstr "Account Details"
1567
 
1568
- #: templates/account.php:179
1569
- #, php-format
1570
- msgid ""
1571
- "Deleting the account will automatically deactivate your %s plan license so "
1572
- "you can use it on other sites. If you want to terminate the recurring "
1573
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1574
- "account. Are you sure you would like to continue with the deletion?"
1575
- msgstr ""
1576
- "Deleting the account will automatically deactivate your %s plan license so "
1577
- "you can use it on other sites. If you want to terminate the recurring "
1578
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1579
- "account. Are you sure you would like to continue with the deletion?"
1580
 
1581
- #: templates/account.php:181
1582
- #, php-format
1583
- msgid ""
1584
- "Deletion is not temporary. Only delete if you no longer want to use this %s "
1585
- "anymore. Are you sure you would like to continue with the deletion?"
1586
- msgstr ""
1587
- "Deletion is not temporary. Only delete if you no longer want to use this %s "
1588
- "anymore. Are you sure you would like to continue with the deletion?"
1589
 
1590
- #: templates/account.php:184
1591
  msgid "Delete Account"
1592
  msgstr "Delete Account"
1593
 
1594
- #: templates/account.php:196 templates/account/partials/addon.php:159
1595
- #: templates/account/partials/deactivate-license-button.php:35
1596
  msgid "Deactivate License"
1597
  msgstr "Deactivate License"
1598
 
1599
- #: templates/account.php:219 templates/forms/subscription-cancellation.php:125
1600
  msgid "Are you sure you want to proceed?"
1601
  msgstr "Are you sure you want to proceed?"
1602
 
1603
- #: templates/account.php:219 templates/account/partials/addon.php:182
1604
  msgid "Cancel Subscription"
1605
  msgstr "Cancel Subscription"
1606
 
1607
- #: templates/account.php:247
1608
  msgctxt "as synchronize"
1609
  msgid "Sync"
1610
  msgstr "Sync"
1611
 
1612
- #: templates/account.php:261 templates/debug.php:489
1613
  msgid "Name"
1614
  msgstr "Name"
1615
 
1616
- #: templates/account.php:267 templates/debug.php:490
1617
  msgid "Email"
1618
  msgstr "Email"
1619
 
1620
- #: templates/account.php:274 templates/debug.php:372 templates/debug.php:528
1621
  msgid "User ID"
1622
  msgstr "User ID"
1623
 
1624
- #: templates/account.php:282
 
 
 
 
1625
  msgid "Site ID"
1626
  msgstr "Site ID"
1627
 
1628
- #: templates/account.php:285
1629
  msgid "No ID"
1630
  msgstr "No ID"
1631
 
1632
- #: templates/account.php:290 templates/account/partials/site.php:219
1633
- #: templates/debug.php:245 templates/debug.php:374 templates/debug.php:455
1634
- #: templates/debug.php:492
1635
  msgid "Public Key"
1636
  msgstr "Public Key"
1637
 
1638
- #: templates/account.php:296 templates/account/partials/site.php:231
1639
- #: templates/debug.php:375 templates/debug.php:456 templates/debug.php:493
1640
  msgid "Secret Key"
1641
  msgstr "Secret Key"
1642
 
1643
- #: templates/account.php:299
1644
  msgctxt "as secret encryption key missing"
1645
  msgid "No Secret"
1646
  msgstr "No Secret"
1647
 
1648
- #: templates/account.php:318 templates/account/partials/site.php:112
1649
- #: templates/account/partials/site.php:114
1650
  msgid "Trial"
1651
  msgstr "Trial"
1652
 
1653
- #: templates/account.php:337 templates/account/partials/site.php:248
1654
- #: templates/debug.php:533
1655
  msgid "License Key"
1656
  msgstr "License Key"
1657
 
1658
- #: templates/account.php:367
 
 
 
 
1659
  msgid "not verified"
1660
  msgstr "not verified"
1661
 
1662
- #: templates/account.php:376 templates/account/partials/addon.php:120
1663
  msgid "Expired"
1664
  msgstr "Expired"
1665
 
1666
- #: templates/account.php:428
1667
  msgid "Premium version"
1668
  msgstr "Premium version"
1669
 
1670
- #: templates/account.php:430
1671
  msgid "Free version"
1672
  msgstr "Free version"
1673
 
1674
- #: templates/account.php:442
1675
  msgid "Verify Email"
1676
  msgstr "Verify Email"
1677
 
1678
- #: templates/account.php:453
1679
- #, php-format
1680
  msgid "Download %s Version"
1681
  msgstr "Download %s Version"
1682
 
1683
- #: templates/account.php:467 templates/account.php:649
1684
- #: templates/account/partials/site.php:237
1685
- #: templates/account/partials/site.php:255
1686
  msgctxt "verb"
1687
  msgid "Show"
1688
  msgstr "Show"
1689
 
1690
- #: templates/account.php:481
1691
- #, php-format
1692
  msgid "What is your %s?"
1693
  msgstr "What is your %s?"
1694
 
1695
- #: templates/account.php:489 templates/account/billing.php:27
1696
  msgctxt "verb"
1697
  msgid "Edit"
1698
  msgstr "Edit"
1699
 
1700
- #: templates/account.php:502
1701
  msgid "Sites"
1702
  msgstr "Sites"
1703
 
1704
- #: templates/account.php:513
1705
  msgid "Search by address"
1706
  msgstr "Search by address"
1707
 
1708
- #: templates/account.php:522 templates/account.php:570
1709
- #: templates/account/payments.php:35 templates/debug.php:238
1710
- #: templates/debug.php:366 templates/debug.php:451 templates/debug.php:488
1711
- #: templates/debug.php:526 templates/debug.php:599
1712
- #: templates/debug/logger.php:21
1713
- msgid "ID"
1714
- msgstr "ID"
1715
-
1716
- #: templates/account.php:523 templates/debug.php:369
1717
  msgid "Address"
1718
  msgstr "Address"
1719
 
1720
- #: templates/account.php:524
1721
  msgid "License"
1722
  msgstr "License"
1723
 
1724
- #: templates/account.php:525
1725
  msgid "Plan"
1726
  msgstr "Plan"
1727
 
1728
- #: templates/account.php:573
1729
  msgctxt "as software license"
1730
  msgid "License"
1731
  msgstr "License"
1732
 
1733
- #: templates/account.php:643
1734
  msgctxt "verb"
1735
  msgid "Hide"
1736
  msgstr "Hide"
1737
 
1738
- #: templates/account.php:686
1739
- #, php-format
 
 
 
 
 
 
 
1740
  msgid "Cancelling %s"
1741
  msgstr "Cancelling %s"
1742
 
1743
- #: templates/account.php:686 templates/account.php:703
1744
- #: templates/forms/deactivation/form.php:117
1745
- #: templates/forms/subscription-cancellation.php:27
1746
  msgid "trial"
1747
  msgstr "trial"
1748
 
1749
- #: templates/account.php:701 templates/forms/deactivation/form.php:134
1750
- #, php-format
1751
  msgid "Cancelling %s..."
1752
  msgstr "Cancelling %s..."
1753
 
1754
- #: templates/account.php:704 templates/forms/deactivation/form.php:118
1755
- #: templates/forms/subscription-cancellation.php:28
1756
  msgid "subscription"
1757
  msgstr "subscription"
1758
 
1759
- #: templates/account.php:718
1760
- msgid ""
1761
- "Deactivating your license will block all premium features, but will enable "
1762
- "activating the license on another site. Are you sure you want to proceed?"
1763
- msgstr ""
1764
- "Deactivating your license will block all premium features, but will enable "
1765
- "activating the license on another site. Are you sure you want to proceed?"
1766
 
1767
- #: templates/account/billing.php:28
1768
- msgctxt "verb"
1769
- msgid "Update"
1770
- msgstr "Update"
1771
 
1772
- #: templates/account/billing.php:39
1773
- msgid "Billing"
1774
- msgstr "Billing"
1775
 
1776
- #: templates/account/billing.php:44
1777
- msgid "Business name"
1778
- msgstr "Business name"
1779
 
1780
- #: templates/account/billing.php:45
1781
- msgid "Tax / VAT ID"
1782
- msgstr "Tax / VAT ID"
 
1783
 
1784
- #: templates/account/billing.php:48 templates/account/billing.php:49
1785
- #, php-format
1786
- msgid "Address Line %d"
1787
- msgstr "Address Line %d"
1788
 
1789
- #: templates/account/billing.php:52
1790
- msgid "City"
1791
- msgstr "City"
 
1792
 
1793
- #: templates/account/billing.php:52
1794
- msgid "Town"
1795
- msgstr "Town"
1796
 
1797
- #: templates/account/billing.php:53
1798
- msgid "ZIP / Postal Code"
1799
- msgstr "ZIP / Postal Code"
1800
 
1801
- #: templates/account/billing.php:308
1802
- msgid "Country"
1803
- msgstr "Country"
1804
 
1805
- #: templates/account/billing.php:310
1806
- msgid "Select Country"
1807
- msgstr "Select Country"
1808
 
1809
- #: templates/account/billing.php:317 templates/account/billing.php:318
1810
- msgid "State"
1811
- msgstr "State"
1812
 
1813
- #: templates/account/billing.php:317 templates/account/billing.php:318
1814
- msgid "Province"
1815
- msgstr "Province"
1816
 
1817
- #: templates/account/partials/activate-license-button.php:46
1818
- msgid "Localhost"
1819
- msgstr "Localhost"
1820
-
1821
- #: templates/account/partials/activate-license-button.php:50
1822
- #, php-format
1823
- msgctxt "as 5 licenses left"
1824
- msgid "%s left"
1825
- msgstr "%s left"
1826
-
1827
- #: templates/account/partials/activate-license-button.php:51
1828
- msgid "Last license"
1829
- msgstr "Last license"
1830
-
1831
- #: templates/account/partials/addon.php:115
1832
- msgid "Cancelled"
1833
- msgstr "Cancelled"
1834
-
1835
- #: templates/account/partials/addon.php:125
1836
- msgid "No expiration"
1837
- msgstr "No expiration"
1838
-
1839
- #: templates/account/partials/addon.php:264
1840
- #: templates/account/partials/addon.php:317
1841
- msgid "Activate this add-on"
1842
- msgstr "Activate this add-on"
1843
-
1844
- #: templates/account/partials/addon.php:339 templates/debug.php:433
1845
- #: templates/debug.php:511
1846
- msgctxt "verb"
1847
- msgid "Delete"
1848
- msgstr "Delete"
1849
-
1850
- #: templates/account/partials/site.php:148 templates/debug.php:368
1851
- msgid "Blog ID"
1852
- msgstr "Blog ID"
1853
-
1854
- #: templates/account/partials/site.php:181
1855
- msgid "Owner Name"
1856
- msgstr "Owner Name"
1857
-
1858
- #: templates/account/partials/site.php:193
1859
- msgid "Owner Email"
1860
- msgstr "Owner Email"
1861
-
1862
- #: templates/account/partials/site.php:205
1863
- msgid "Owner ID"
1864
- msgstr "Owner ID"
1865
-
1866
- #: templates/account/partials/site.php:270
1867
- msgid "Subscription"
1868
- msgstr "Subscription"
1869
-
1870
- #: templates/account/payments.php:29
1871
- msgid "Payments"
1872
- msgstr "Payments"
1873
-
1874
- #: templates/account/payments.php:36
1875
- msgid "Date"
1876
- msgstr "Date"
1877
-
1878
- #: templates/account/payments.php:37
1879
- msgid "Amount"
1880
- msgstr "Amount"
1881
-
1882
- #: templates/account/payments.php:38 templates/account/payments.php:50
1883
- msgid "Invoice"
1884
- msgstr "Invoice"
1885
-
1886
- #: templates/add-ons.php:36
1887
- #, php-format
1888
- msgid "Add Ons for %s"
1889
- msgstr "Add Ons for %s"
1890
-
1891
- #: templates/add-ons.php:44
1892
- msgid ""
1893
- "We could'nt load the add-ons list. It's probably an issue on our side, "
1894
- "please try to come back in few minutes."
1895
- msgstr ""
1896
- "We could'nt load the add-ons list. It's probably an issue on our side, "
1897
- "please try to come back in few minutes."
1898
-
1899
- #: templates/add-ons.php:139
1900
- msgid "View details"
1901
- msgstr "View details"
1902
-
1903
- #: templates/admin-notice.php:13 templates/forms/license-activation.php:208
1904
- #: templates/forms/resend-key.php:77
1905
- msgctxt "as close a window"
1906
- msgid "Dismiss"
1907
- msgstr "Dismiss"
1908
-
1909
- #: templates/auto-installation.php:45
1910
- #, php-format
1911
- msgid "%s sec"
1912
- msgstr "%s sec"
1913
-
1914
- #: templates/auto-installation.php:83
1915
- msgid "Automatic Installation"
1916
- msgstr "Automatic Installation"
1917
-
1918
- #: templates/auto-installation.php:93
1919
- #, php-format
1920
- msgid ""
1921
- "An automated download and installation of %s (paid version) from %s will "
1922
- "start in %s. If you would like to do it manually - click the cancellation "
1923
- "button now."
1924
- msgstr ""
1925
- "An automated download and installation of %s (paid version) from %s will "
1926
- "start in %s. If you would like to do it manually - click the cancellation "
1927
- "button now."
1928
-
1929
- #: templates/auto-installation.php:104
1930
- msgid ""
1931
- "The installation process has started and may take a few minutes to complete. "
1932
- "Please wait until it is done - do not refresh this page."
1933
- msgstr ""
1934
- "The installation process has started and may take a few minutes to complete. "
1935
- "Please wait until it is done - do not refresh this page."
1936
-
1937
- #: templates/auto-installation.php:109
1938
- msgid "Cancel Installation"
1939
- msgstr "Cancel Installation"
1940
-
1941
- #: templates/checkout.php:172
1942
- msgid "Checkout"
1943
- msgstr "Checkout"
1944
-
1945
- #: templates/checkout.php:172
1946
- msgid "PCI compliant"
1947
- msgstr "PCI compliant"
1948
 
 
1949
  #: templates/connect.php:112
1950
- #, php-format
1951
  msgctxt "greeting"
1952
  msgid "Hey %s,"
1953
  msgstr "Hey %s,"
@@ -1961,120 +1442,66 @@ msgid "Re-send activation email"
1961
  msgstr "Re-send activation email"
1962
 
1963
  #: templates/connect.php:162
1964
- #, php-format
1965
  msgid "Thanks %s!"
1966
  msgstr "Thanks %s!"
1967
 
1968
- #: templates/connect.php:172 templates/forms/license-activation.php:43
1969
  msgid "Agree & Activate License"
1970
  msgstr "Agree & Activate License"
1971
 
1972
  #: templates/connect.php:181
1973
- #, php-format
1974
- msgid ""
1975
- "Thanks for purchasing %s! To get started, please enter your license key:"
1976
- msgstr ""
1977
- "Thanks for purchasing %s! To get started, please enter your license key:"
1978
 
1979
  #: templates/connect.php:188
1980
- #, php-format
1981
- msgid ""
1982
- "Never miss an important update - opt in to our security & feature updates "
1983
- "notifications, educational content, offers, and non-sensitive diagnostic "
1984
- "tracking with %4$s."
1985
- msgstr ""
1986
- "Never miss an important update - opt in to our security & feature updates "
1987
- "notifications, educational content, offers, and non-sensitive diagnostic "
1988
- "tracking with %4$s."
1989
 
1990
  #: templates/connect.php:189
1991
- #, php-format
1992
- msgid ""
1993
- "Never miss an important update - opt in to our security and feature updates "
1994
- "notifications, and non-sensitive diagnostic tracking with %4$s."
1995
- msgstr ""
1996
- "Never miss an important update - opt in to our security and feature updates "
1997
- "notifications, and non-sensitive diagnostic tracking with %4$s."
1998
 
1999
  #: templates/connect.php:195
2000
- #, php-format
2001
- msgid ""
2002
- "Never miss an important update - opt in to our security & feature updates "
2003
- "notifications, educational content, offers, and non-sensitive diagnostic "
2004
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just "
2005
- "fine."
2006
- msgstr ""
2007
- "Never miss an important update - opt in to our security & feature updates "
2008
- "notifications, educational content, offers, and non-sensitive diagnostic "
2009
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just "
2010
- "fine."
2011
 
2012
  #: templates/connect.php:196
2013
- #, php-format
2014
- msgid ""
2015
- "Never miss an important update - opt in to our security & feature updates "
2016
- "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
2017
- "this, that's okay! %1$s will still work just fine."
2018
- msgstr ""
2019
- "Never miss an important update - opt in to our security & feature updates "
2020
- "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
2021
- "this, that's okay! %1$s will still work just fine."
2022
 
2023
  #: templates/connect.php:230
2024
  msgid "We're excited to introduce the Freemius network-level integration."
2025
  msgstr "We're excited to introduce the Freemius network-level integration."
2026
 
2027
  #: templates/connect.php:233
2028
- #, php-format
2029
- msgid ""
2030
- "During the update process we detected %d site(s) that are still pending "
2031
- "license activation."
2032
- msgstr ""
2033
- "During the update process we detected %d site(s) that are still pending "
2034
- "license activation."
2035
 
2036
  #: templates/connect.php:235
2037
- #, php-format
2038
- msgid ""
2039
- "If you'd like to use the %s on those sites, please enter your license key "
2040
- "below and click the activation button."
2041
- msgstr ""
2042
- "If you'd like to use the %s on those sites, please enter your license key "
2043
- "below and click the activation button."
2044
 
2045
  #: templates/connect.php:237
2046
- #, php-format
2047
  msgid "%s's paid features"
2048
  msgstr "%s's paid features"
2049
 
2050
  #: templates/connect.php:242
2051
- #, php-format
2052
- msgid ""
2053
- "Alternatively, you can skip it for now and activate the license later, in "
2054
- "your %s's network-level Account page."
2055
- msgstr ""
2056
- "Alternatively, you can skip it for now and activate the license later, in "
2057
- "your %s's network-level Account page."
2058
 
2059
  #: templates/connect.php:244
2060
- #, php-format
2061
- msgid ""
2062
- "During the update process we detected %s site(s) in the network that are "
2063
- "still pending your attention."
2064
- msgstr ""
2065
- "During the update process we detected %s site(s) in the network that are "
2066
- "still pending your attention."
2067
 
2068
- #: templates/connect.php:253 templates/forms/license-activation.php:46
2069
  msgid "License key"
2070
  msgstr "License key"
2071
 
2072
- #: templates/connect.php:256 templates/forms/license-activation.php:19
2073
  msgid "Can't find your license key?"
2074
  msgstr "Can't find your license key?"
2075
 
2076
- #: templates/connect.php:315 templates/connect.php:630
2077
- #: templates/forms/deactivation/retry-skip.php:20
2078
  msgctxt "verb"
2079
  msgid "Skip"
2080
  msgstr "Skip"
@@ -2084,10 +1511,8 @@ msgid "Delegate to Site Admins"
2084
  msgstr "Delegate to Site Admins"
2085
 
2086
  #: templates/connect.php:318
2087
- msgid ""
2088
- "If you click it, this decision will be delegated to the sites administrators."
2089
- msgstr ""
2090
- "If you click it, this decision will be delegated to the sites administrators."
2091
 
2092
  #: templates/connect.php:346
2093
  msgid "Your Profile Overview"
@@ -2109,12 +1534,11 @@ msgstr "Site URL, WP version, PHP info, plugins & themes"
2109
  msgid "Admin Notices"
2110
  msgstr "Admin Notices"
2111
 
2112
- #: templates/connect.php:359 templates/connect.php:375
2113
  msgid "Updates, announcements, marketing, no spam"
2114
  msgstr "Updates, announcements, marketing, no spam"
2115
 
2116
  #: templates/connect.php:364
2117
- #, php-format
2118
  msgid "Current %s Events"
2119
  msgstr "Current %s Events"
2120
 
@@ -2126,14 +1550,9 @@ msgstr "Activation, deactivation and uninstall"
2126
  msgid "Newsletter"
2127
  msgstr "Newsletter"
2128
 
2129
- #: templates/connect.php:391 templates/forms/license-activation.php:38
2130
- #, php-format
2131
- msgid ""
2132
- "The %1$s will be periodically sending data to %2$s to check for security and "
2133
- "feature updates, and verify the validity of your license."
2134
- msgstr ""
2135
- "The %1$s will be periodically sending data to %2$s to check for security and "
2136
- "feature updates, and verify the validity of your license."
2137
 
2138
  #: templates/connect.php:396
2139
  msgid "What permissions are being granted?"
@@ -2143,10 +1562,6 @@ msgstr "What permissions are being granted?"
2143
  msgid "Don't have a license key?"
2144
  msgstr "Don't have a license key?"
2145
 
2146
- #: templates/connect.php:418
2147
- msgid "Activate Free Version"
2148
- msgstr "Activate Free Version"
2149
-
2150
  #: templates/connect.php:420
2151
  msgid "Have a license key?"
2152
  msgstr "Have a license key?"
@@ -2163,12 +1578,12 @@ msgstr "License Agreement"
2163
  msgid "Terms of Service"
2164
  msgstr "Terms of Service"
2165
 
2166
- #: templates/connect.php:766
2167
  msgctxt "as in the process of sending an email"
2168
  msgid "Sending email"
2169
  msgstr "Sending email"
2170
 
2171
- #: templates/connect.php:767
2172
  msgctxt "as activating plugin"
2173
  msgid "Activating"
2174
  msgstr "Activating"
@@ -2196,8 +1611,7 @@ msgctxt "as code debugging"
2196
  msgid "Debugging"
2197
  msgstr "Debugging"
2198
 
2199
- #: templates/debug.php:54 templates/debug.php:250 templates/debug.php:376
2200
- #: templates/debug.php:494
2201
  msgid "Actions"
2202
  msgstr "Actions"
2203
 
@@ -2250,7 +1664,7 @@ msgstr "SDK Versions"
2250
  msgid "SDK Path"
2251
  msgstr "SDK Path"
2252
 
2253
- #: templates/debug.php:205 templates/debug.php:244
2254
  msgid "Module Path"
2255
  msgstr "Module Path"
2256
 
@@ -2258,20 +1672,19 @@ msgstr "Module Path"
2258
  msgid "Is Active"
2259
  msgstr "Is Active"
2260
 
2261
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:35
2262
  msgid "Plugins"
2263
  msgstr "Plugins"
2264
 
2265
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:56
2266
  msgid "Themes"
2267
  msgstr "Themes"
2268
 
2269
- #: templates/debug.php:239 templates/debug.php:371 templates/debug.php:453
2270
- #: templates/debug/scheduled-crons.php:80
2271
  msgid "Slug"
2272
  msgstr "Slug"
2273
 
2274
- #: templates/debug.php:241 templates/debug.php:452
2275
  msgid "Title"
2276
  msgstr "Title"
2277
 
@@ -2311,7 +1724,6 @@ msgid "Simulate Network Upgrade"
2311
  msgstr "Simulate Network Upgrade"
2312
 
2313
  #: templates/debug.php:360
2314
- #, php-format
2315
  msgid "%s Installs"
2316
  msgstr "%s Installs"
2317
 
@@ -2320,8 +1732,16 @@ msgctxt "like websites"
2320
  msgid "Sites"
2321
  msgstr "Sites"
2322
 
 
 
 
 
 
 
 
 
 
2323
  #: templates/debug.php:447
2324
- #, php-format
2325
  msgid "Add Ons of module %s"
2326
  msgstr "Add Ons of module %s"
2327
 
@@ -2334,7 +1754,6 @@ msgid "Verified"
2334
  msgstr "Verified"
2335
 
2336
  #: templates/debug.php:522
2337
- #, php-format
2338
  msgid "%s Licenses"
2339
  msgstr "%s Licenses"
2340
 
@@ -2375,13 +1794,11 @@ msgstr "All Types"
2375
  msgid "All Requests"
2376
  msgstr "All Requests"
2377
 
2378
- #: templates/debug.php:573 templates/debug.php:602
2379
- #: templates/debug/logger.php:25
2380
  msgid "File"
2381
  msgstr "File"
2382
 
2383
- #: templates/debug.php:574 templates/debug.php:600
2384
- #: templates/debug/logger.php:23
2385
  msgid "Function"
2386
  msgstr "Function"
2387
 
@@ -2393,8 +1810,7 @@ msgstr "Process ID"
2393
  msgid "Logger"
2394
  msgstr "Logger"
2395
 
2396
- #: templates/debug.php:577 templates/debug.php:601
2397
- #: templates/debug/logger.php:24
2398
  msgid "Message"
2399
  msgstr "Message"
2400
 
@@ -2406,14 +1822,100 @@ msgstr "Filter"
2406
  msgid "Download"
2407
  msgstr "Download"
2408
 
2409
- #: templates/debug.php:598 templates/debug/logger.php:22
2410
  msgid "Type"
2411
  msgstr "Type"
2412
 
2413
- #: templates/debug.php:603 templates/debug/logger.php:26
2414
  msgid "Timestamp"
2415
  msgstr "Timestamp"
2416
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2417
  #: templates/debug/api-calls.php:56
2418
  msgid "API"
2419
  msgstr "API"
@@ -2455,20 +1957,17 @@ msgstr "End"
2455
  msgid "Log"
2456
  msgstr "Log"
2457
 
2458
- #: templates/debug/plugins-themes-sync.php:18
2459
- #: templates/debug/scheduled-crons.php:91
2460
- #, php-format
2461
  msgid "In %s"
2462
  msgstr "In %s"
2463
 
2464
- #: templates/debug/plugins-themes-sync.php:20
2465
- #: templates/debug/scheduled-crons.php:93
2466
- #, php-format
2467
  msgid "%s ago"
2468
  msgstr "%s ago"
2469
 
2470
- #: templates/debug/plugins-themes-sync.php:21
2471
- #: templates/debug/scheduled-crons.php:74
2472
  msgctxt "seconds"
2473
  msgid "sec"
2474
  msgstr "sec"
@@ -2481,8 +1980,7 @@ msgstr "Plugins & Themes Sync"
2481
  msgid "Total"
2482
  msgstr "Total"
2483
 
2484
- #: templates/debug/plugins-themes-sync.php:29
2485
- #: templates/debug/scheduled-crons.php:84
2486
  msgid "Last"
2487
  msgstr "Last"
2488
 
@@ -2515,64 +2013,38 @@ msgid "Apply to become an affiliate"
2515
  msgstr "Apply to become an affiliate"
2516
 
2517
  #: templates/forms/affiliation.php:104
2518
- #, php-format
2519
- msgid ""
2520
- "Your affiliate application for %s has been accepted! Log in to your "
2521
- "affiliate area at: %s."
2522
- msgstr ""
2523
- "Your affiliate application for %s has been accepted! Log in to your "
2524
- "affiliate area at: %s."
2525
 
2526
  #: templates/forms/affiliation.php:119
2527
- msgid ""
2528
- "Thank you for applying for our affiliate program, we'll review your details "
2529
- "during the next 14 days and will get back to you with further information."
2530
- msgstr ""
2531
- "Thank you for applying for our affiliate program, we'll review your details "
2532
- "during the next 14 days and will get back to you with further information."
2533
 
2534
  #: templates/forms/affiliation.php:122
2535
  msgid "Your affiliation account was temporarily suspended."
2536
  msgstr "Your affiliation account was temporarily suspended."
2537
 
2538
  #: templates/forms/affiliation.php:125
2539
- msgid ""
2540
- "Thank you for applying for our affiliate program, unfortunately, we've "
2541
- "decided at this point to reject your application. Please try again in 30 "
2542
- "days."
2543
- msgstr ""
2544
- "Thank you for applying for our affiliate program, unfortunately, we've "
2545
- "decided at this point to reject your application. Please try again in 30 "
2546
- "days."
2547
 
2548
  #: templates/forms/affiliation.php:128
2549
- msgid ""
2550
- "Due to violation of our affiliation terms, we decided to temporarily block "
2551
- "your affiliation account. If you have any questions, please contact support."
2552
- msgstr ""
2553
- "Due to violation of our affiliation terms, we decided to temporarily block "
2554
- "your affiliation account. If you have any questions, please contact support."
2555
 
2556
  #: templates/forms/affiliation.php:141
2557
- #, php-format
2558
  msgid "Like the %s? Become our ambassador and earn cash ;-)"
2559
  msgstr "Like the %s? Become our ambassador and earn cash ;-)"
2560
 
2561
  #: templates/forms/affiliation.php:142
2562
- #, php-format
2563
- msgid ""
2564
- "Refer new customers to our %s and earn %s commission on each successful sale "
2565
- "you refer!"
2566
- msgstr ""
2567
- "Refer new customers to our %s and earn %s commission on each successful sale "
2568
- "you refer!"
2569
 
2570
  #: templates/forms/affiliation.php:145
2571
  msgid "Program Summary"
2572
  msgstr "Program Summary"
2573
 
2574
  #: templates/forms/affiliation.php:147
2575
- #, php-format
2576
  msgid "%s commission when a customer purchases a new license."
2577
  msgstr "%s commission when a customer purchases a new license."
2578
 
@@ -2581,18 +2053,14 @@ msgid "Get commission for automated subscription renewals."
2581
  msgstr "Get commission for automated subscription renewals."
2582
 
2583
  #: templates/forms/affiliation.php:152
2584
- #, php-format
2585
- msgid ""
2586
- "%s tracking cookie after the first visit to maximize earnings potential."
2587
- msgstr ""
2588
- "%s tracking cookie after the first visit to maximize earnings potential."
2589
 
2590
  #: templates/forms/affiliation.php:155
2591
  msgid "Unlimited commissions."
2592
  msgstr "Unlimited commissions."
2593
 
2594
  #: templates/forms/affiliation.php:157
2595
- #, php-format
2596
  msgid "%s minimum payout amount."
2597
  msgstr "%s minimum payout amount."
2598
 
@@ -2601,18 +2069,14 @@ msgid "Payouts are in USD and processed monthly via PayPal."
2601
  msgstr "Payouts are in USD and processed monthly via PayPal."
2602
 
2603
  #: templates/forms/affiliation.php:159
2604
- msgid ""
2605
- "As we reserve 30 days for potential refunds, we only pay commissions that "
2606
- "are older than 30 days."
2607
- msgstr ""
2608
- "As we reserve 30 days for potential refunds, we only pay commissions that "
2609
- "are older than 30 days."
2610
 
2611
  #: templates/forms/affiliation.php:162
2612
  msgid "Affiliate"
2613
  msgstr "Affiliate"
2614
 
2615
- #: templates/forms/affiliation.php:165 templates/forms/resend-key.php:23
2616
  msgid "Email address"
2617
  msgstr "Email address"
2618
 
@@ -2625,18 +2089,12 @@ msgid "PayPal account email address"
2625
  msgstr "PayPal account email address"
2626
 
2627
  #: templates/forms/affiliation.php:177
2628
- #, php-format
2629
  msgid "Where are you going to promote the %s?"
2630
  msgstr "Where are you going to promote the %s?"
2631
 
2632
  #: templates/forms/affiliation.php:179
2633
- #, php-format
2634
- msgid ""
2635
- "Enter the domain of your website or other websites from where you plan to "
2636
- "promote the %s."
2637
- msgstr ""
2638
- "Enter the domain of your website or other websites from where you plan to "
2639
- "promote the %s."
2640
 
2641
  #: templates/forms/affiliation.php:181
2642
  msgid "Add another domain"
@@ -2667,29 +2125,18 @@ msgid "Website, email, and social media statistics (optional)"
2667
  msgstr "Website, email, and social media statistics (optional)"
2668
 
2669
  #: templates/forms/affiliation.php:210
2670
- msgid ""
2671
- "Please feel free to provide any relevant website or social media statistics, "
2672
- "e.g. monthly unique site visits, number of email subscribers, followers, "
2673
- "etc. (we will keep this information confidential)."
2674
- msgstr ""
2675
- "Please feel free to provide any relevant website or social media statistics, "
2676
- "e.g. monthly unique site visits, number of email subscribers, followers, "
2677
- "etc. (we will keep this information confidential)."
2678
 
2679
  #: templates/forms/affiliation.php:214
2680
  msgid "How will you promote us?"
2681
  msgstr "How will you promote us?"
2682
 
2683
  #: templates/forms/affiliation.php:217
2684
- #, php-format
2685
- msgid ""
2686
- "Please provide details on how you intend to promote %s (please be as "
2687
- "specific as possible)."
2688
- msgstr ""
2689
- "Please provide details on how you intend to promote %s (please be as "
2690
- "specific as possible)."
2691
 
2692
- #: templates/forms/affiliation.php:223 templates/forms/resend-key.php:22
2693
  msgid "Cancel"
2694
  msgstr "Cancel"
2695
 
@@ -2697,93 +2144,11 @@ msgstr "Cancel"
2697
  msgid "Become an affiliate"
2698
  msgstr "Become an affiliate"
2699
 
2700
- #: templates/forms/deactivation/contact.php:19
2701
- msgid ""
2702
- "Sorry for the inconvenience and we are here to help if you give us a chance."
2703
- msgstr ""
2704
- "Sorry for the inconvenience and we are here to help if you give us a chance."
2705
-
2706
- #: templates/forms/deactivation/contact.php:22
2707
- msgid "Contact Support"
2708
- msgstr "Contact Support"
2709
-
2710
- #: templates/forms/deactivation/form.php:59
2711
- msgid "Anonymous feedback"
2712
- msgstr "Anonymous feedback"
2713
-
2714
- #: templates/forms/deactivation/form.php:66
2715
- msgid "Deactivate"
2716
- msgstr "Deactivate"
2717
-
2718
- #: templates/forms/deactivation/form.php:68
2719
- #, php-format
2720
- msgid "Activate %s"
2721
- msgstr "Activate %s"
2722
-
2723
- #: templates/forms/deactivation/form.php:80
2724
- msgid "Quick Feedback"
2725
- msgstr "Quick Feedback"
2726
-
2727
- #: templates/forms/deactivation/form.php:84
2728
- #, php-format
2729
- msgid "If you have a moment, please let us know why you are %s"
2730
- msgstr "If you have a moment, please let us know why you are %s"
2731
 
2732
- #: templates/forms/deactivation/form.php:84
2733
- msgid "deactivating"
2734
- msgstr "deactivating"
2735
-
2736
- #: templates/forms/deactivation/form.php:84
2737
- msgid "switching"
2738
- msgstr "switching"
2739
-
2740
- #: templates/forms/deactivation/form.php:150
2741
- #: templates/forms/subscription-cancellation.php:191
2742
- #, php-format
2743
- msgid "Cancel %s & Proceed"
2744
- msgstr "Cancel %s & Proceed"
2745
-
2746
- #: templates/forms/deactivation/form.php:332
2747
- #, php-format
2748
- msgid "Submit & %s"
2749
- msgstr "Submit & %s"
2750
-
2751
- #: templates/forms/deactivation/form.php:353
2752
- msgid "Kindly tell us the reason so we can improve."
2753
- msgstr "Kindly tell us the reason so we can improve."
2754
-
2755
- #: templates/forms/deactivation/form.php:478
2756
- #, php-format
2757
- msgid "Yes - %s"
2758
- msgstr "Yes - %s"
2759
-
2760
- #: templates/forms/deactivation/form.php:485
2761
- #, php-format
2762
- msgid "Skip & %s"
2763
- msgstr "Skip & %s"
2764
-
2765
- #: templates/forms/deactivation/retry-skip.php:21
2766
- msgid "Click here to use the plugin anonymously"
2767
- msgstr "Click here to use the plugin anonymously"
2768
-
2769
- #: templates/forms/deactivation/retry-skip.php:23
2770
- #, php-format
2771
- msgid ""
2772
- "You might have missed it, but you don't have to share any data and can just "
2773
- "%s the opt-in."
2774
- msgstr ""
2775
- "You might have missed it, but you don't have to share any data and can just "
2776
- "%s the opt-in."
2777
-
2778
- #: templates/forms/license-activation.php:20
2779
- msgid ""
2780
- "Please enter the license key that you received in the email right after the "
2781
- "purchase:"
2782
- msgstr ""
2783
- "Please enter the license key that you received in the email right after the "
2784
- "purchase:"
2785
-
2786
- #: templates/forms/license-activation.php:25
2787
  msgid "Update License"
2788
  msgstr "Update License"
2789
 
@@ -2798,30 +2163,18 @@ msgid "Opt In"
2798
  msgstr "Opt In"
2799
 
2800
  #: templates/forms/optout.php:33
2801
- #, php-format
2802
- msgid ""
2803
- "Usage tracking is done in the name of making %s better. Making a better user "
2804
- "experience, prioritizing new features, and more good things. We'd really "
2805
- "appreciate if you'll reconsider letting us continue with the tracking."
2806
- msgstr ""
2807
- "Usage tracking is done in the name of making %s better. Making a better user "
2808
- "experience, prioritizing new features, and more good things. We'd really "
2809
- "appreciate if you'll reconsider letting us continue with the tracking."
2810
 
2811
  #: templates/forms/optout.php:35
2812
- #, php-format
2813
- msgid ""
2814
- "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2815
- msgstr ""
2816
- "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2817
 
2818
  #: templates/forms/premium-versions-upgrade-handler.php:40
2819
- #, php-format
2820
  msgid "There is a new version of %s available."
2821
  msgstr "There is a new version of %s available."
2822
 
2823
  #: templates/forms/premium-versions-upgrade-handler.php:41
2824
- #, php-format
2825
  msgid " %s to access version %s security & feature updates, and support."
2826
  msgstr " %s to access version %s security & feature updates, and support."
2827
 
@@ -2839,64 +2192,39 @@ msgid "Send License Key"
2839
  msgstr "Send License Key"
2840
 
2841
  #: templates/forms/resend-key.php:57
2842
- msgid ""
2843
- "Enter the email address you've used for the upgrade below and we will resend "
2844
- "you the license key."
2845
- msgstr ""
2846
- "Enter the email address you've used for the upgrade below and we will resend "
2847
- "you the license key."
2848
 
2849
- #: templates/forms/subscription-cancellation.php:38
2850
- #, php-format
2851
- msgid ""
2852
- "Deactivating or uninstalling the %s will automatically disable the license, "
2853
- "which you'll be able to use on another site."
2854
- msgstr ""
2855
- "Deactivating or uninstalling the %s will automatically disable the license, "
2856
- "which you'll be able to use on another site."
2857
 
2858
- #: templates/forms/subscription-cancellation.php:48
2859
- #, php-format
2860
- msgid ""
2861
- "In case you are NOT planning on using this %s on this site (or any other "
2862
- "site) - would you like to cancel the %s as well?"
2863
- msgstr ""
2864
- "In case you are NOT planning on using this %s on this site (or any other "
2865
- "site) - would you like to cancel the %s as well?"
2866
 
2867
  #: templates/forms/subscription-cancellation.php:52
2868
  msgid "license"
2869
  msgstr "license"
2870
 
2871
- #: templates/forms/subscription-cancellation.php:58
2872
- #, php-format
2873
- msgid ""
2874
- "Cancel %s - I no longer need any security & feature updates, nor support for "
2875
- "%s because I'm not planning to use the %s on this, or any other site."
2876
- msgstr ""
2877
- "Cancel %s - I no longer need any security & feature updates, nor support for "
2878
- "%s because I'm not planning to use the %s on this, or any other site."
2879
 
2880
- #: templates/forms/subscription-cancellation.php:69
2881
- #, php-format
2882
- msgid ""
2883
- "Don't cancel %s - I'm still interested in getting security & feature "
2884
- "updates, as well as be able to contact support."
2885
- msgstr ""
2886
- "Don't cancel %s - I'm still interested in getting security & feature "
2887
- "updates, as well as be able to contact support."
2888
 
2889
  #: templates/forms/subscription-cancellation.php:103
2890
- #, php-format
2891
- msgid ""
2892
- "Once your license expires you will no longer be able to use the %s, unless "
2893
- "you activate it again with a valid premium license."
2894
- msgstr ""
2895
- "Once your license expires you will no longer be able to use the %s, unless "
2896
- "you activate it again with a valid premium license."
2897
 
2898
  #: templates/forms/subscription-cancellation.php:136
2899
- #, php-format
2900
  msgid "Cancel %s?"
2901
  msgstr "Cancel %s?"
2902
 
@@ -2904,64 +2232,55 @@ msgstr "Cancel %s?"
2904
  msgid "Proceed"
2905
  msgstr "Proceed"
2906
 
 
 
 
 
2907
  #: templates/forms/trial-start.php:22
2908
- #, php-format
2909
- msgid ""
2910
- "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2911
- msgstr ""
2912
- "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2913
 
2914
  #: templates/forms/trial-start.php:28
2915
- #, php-format
2916
- msgid ""
2917
- "For compliance with the WordPress.org guidelines, before we start the trial "
2918
- "we ask that you opt in with your user and non-sensitive site information, "
2919
- "allowing the %s to periodically send data to %s to check for version updates "
2920
- "and to validate your trial."
2921
- msgstr ""
2922
- "For compliance with the WordPress.org guidelines, before we start the trial "
2923
- "we ask that you opt in with your user and non-sensitive site information, "
2924
- "allowing the %s to periodically send data to %s to check for version updates "
2925
- "and to validate your trial."
2926
 
2927
- #: templates/js/style-premium-theme.php:37
2928
  msgid "Premium"
2929
  msgstr "Premium"
2930
 
2931
- #: templates/partials/network-activation.php:23
 
 
 
 
2932
  msgid "Activate license on all sites in the network."
2933
  msgstr "Activate license on all sites in the network."
2934
 
2935
- #: templates/partials/network-activation.php:24
2936
  msgid "Apply on all sites in the network."
2937
  msgstr "Apply on all sites in the network."
2938
 
2939
- #: templates/partials/network-activation.php:27
2940
  msgid "Activate license on all pending sites."
2941
  msgstr "Activate license on all pending sites."
2942
 
2943
- #: templates/partials/network-activation.php:28
2944
  msgid "Apply on all pending sites."
2945
  msgstr "Apply on all pending sites."
2946
 
2947
- #: templates/partials/network-activation.php:36
2948
- #: templates/partials/network-activation.php:68
2949
  msgid "allow"
2950
  msgstr "allow"
2951
 
2952
- #: templates/partials/network-activation.php:38
2953
- #: templates/partials/network-activation.php:70
2954
  msgid "delegate"
2955
  msgstr "delegate"
2956
 
2957
- #: templates/partials/network-activation.php:41
2958
- #: templates/partials/network-activation.php:73
2959
  msgid "skip"
2960
  msgstr "skip"
2961
 
2962
- #: templates/plugin-info/description.php:72
2963
- #: templates/plugin-info/screenshots.php:31
2964
- #, php-format
2965
  msgid "Click to view full-size screenshot %d"
2966
  msgstr "Click to view full-size screenshot %d"
2967
 
@@ -2969,7 +2288,99 @@ msgstr "Click to view full-size screenshot %d"
2969
  msgid "Unlimited Updates"
2970
  msgstr "Unlimited Updates"
2971
 
2972
- #: templates/secure-https-header.php:28
2973
- #, php-format
2974
- msgid "Secure HTTPS %s page, running from an external domain"
2975
- msgstr "Secure HTTPS %s page, running from an external domain"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 "&#x2190;"
343
  msgstr "&#x2190;"
344
 
345
+ #: includes/class-freemius.php:16835
346
  msgctxt "ASCII arrow right icon"
347
  msgid "&#x27a4;"
348
  msgstr "&#x27a4;"
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,"
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"
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"
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
 
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?"
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?"
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"
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
 
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
 
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
 
1724
  msgstr "Simulate Network Upgrade"
1725
 
1726
  #: templates/debug.php:360
 
1727
  msgid "%s Installs"
1728
  msgstr "%s Installs"
1729
 
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
 
1754
  msgstr "Verified"
1755
 
1756
  #: templates/debug.php:522
 
1757
  msgid "%s Licenses"
1758
  msgstr "%s Licenses"
1759
 
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
 
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
 
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"
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"
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
 
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
 
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
 
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
 
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"
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
 
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
 
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
 
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
 
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
 
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.mo CHANGED
Binary file
freemius/languages/freemius-es_ES.po CHANGED
@@ -6,1973 +6,1529 @@ 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: 2019-05-04 16:17+0200\n"
10
- "PO-Revision-Date: 2019-05-04 16:17+0200\n"
11
  "Last-Translator: Carlos Longarela <carlos@longarela.eu>\n"
12
- "Language-Team: Spanish (Spain) (http://www.transifex.com/freemius/wordpress-"
13
- "sdk/language/es_ES/)\n"
14
  "Language: es_ES\n"
15
- "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
19
  "X-Poedit-Basepath: ..\n"
20
- "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;"
21
- "fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;"
22
- "fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;"
23
- "fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;"
24
- "fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;"
25
- "fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
26
- "X-Poedit-SourceCharset: UTF-8\n"
27
- "X-Generator: Poedit 2.2.1\n"
28
  "X-Poedit-SearchPath-0: .\n"
29
  "X-Poedit-SearchPathExcluded-0: *.js\n"
 
30
 
31
- #: includes/class-freemius.php:1688
32
- msgid ""
33
- "Freemius SDK couldn't find the plugin's main file. Please contact "
34
- "sdk@freemius.com with the current error."
35
- msgstr ""
36
- "Freemius SDK no pudo encontrar el archivo principal del plugin. Por favor "
37
- "contacta a sdk@freemius.com con el error actual."
 
 
 
 
38
 
39
- #: includes/class-freemius.php:1690
40
  msgid "Error"
41
  msgstr "Error"
42
 
43
- #: includes/class-freemius.php:2011
44
- #, php-format
45
  msgid "I found a better %s"
46
  msgstr "He encontrado un %s mejor"
47
 
48
- #: includes/class-freemius.php:2013
49
- #, php-format
50
  msgid "What's the %s's name?"
51
  msgstr "¿Cuál es el nombre de %s?"
52
 
53
- #: includes/class-freemius.php:2019
54
- #, php-format
55
  msgid "It's a temporary %s. I'm just debugging an issue."
56
  msgstr "Es una %stemporal . Sólo estoy depurando un problema"
57
 
58
- #: includes/class-freemius.php:2021
59
  msgid "Deactivation"
60
  msgstr "Desactivación"
61
 
62
- #: includes/class-freemius.php:2022
63
  msgid "Theme Switch"
64
  msgstr "Cambiar tema"
65
 
66
- #: includes/class-freemius.php:2031 templates/forms/resend-key.php:24
67
  msgid "Other"
68
  msgstr "Otra"
69
 
70
- #: includes/class-freemius.php:2039
71
- #, php-format
72
  msgid "I no longer need the %s"
73
  msgstr "Ya no necesito el %s"
74
 
75
- #: includes/class-freemius.php:2046
76
- #, php-format
77
  msgid "I only needed the %s for a short period"
78
  msgstr "Sólo necesitaba la %s por un corto período"
79
 
80
- #: includes/class-freemius.php:2052
81
- #, php-format
82
  msgid "The %s broke my site"
83
  msgstr "%s ha roto mi sitio"
84
 
85
- #: includes/class-freemius.php:2059
86
- #, php-format
87
  msgid "The %s suddenly stopped working"
88
  msgstr "%s de repente ha dejado de funcionar"
89
 
90
- #: includes/class-freemius.php:2069
91
  msgid "I can't pay for it anymore"
92
  msgstr "No puedo pagarlo durante más tiempo"
93
 
94
- #: includes/class-freemius.php:2071
95
  msgid "What price would you feel comfortable paying?"
96
  msgstr "¿Con qué precio te sentirías cómodo pagando?"
97
 
98
- #: includes/class-freemius.php:2077
99
  msgid "I don't like to share my information with you"
100
  msgstr "No me gusta compartir mi información contigo"
101
 
102
- #: includes/class-freemius.php:2098
103
- #, php-format
104
  msgid "The %s didn't work"
105
  msgstr "El %s no funcionaba"
106
 
107
- #: includes/class-freemius.php:2108
108
  msgid "I couldn't understand how to make it work"
109
  msgstr "No entiendo cómo hacerlo funcionar"
110
 
111
- #: includes/class-freemius.php:2116
112
- #, php-format
113
  msgid "The %s is great, but I need specific feature that you don't support"
114
  msgstr "%s es genial, pero necesito una característica que no soportáis"
115
 
116
- #: includes/class-freemius.php:2118
117
  msgid "What feature?"
118
  msgstr "¿Qué característica?"
119
 
120
- #: includes/class-freemius.php:2122
121
- #, php-format
122
  msgid "The %s is not working"
123
  msgstr " El %s no funciona"
124
 
125
- #: includes/class-freemius.php:2124
126
  msgid "Kindly share what didn't work so we can fix it for future users..."
127
- msgstr ""
128
- "Por favor, comparte lo que no funcionó para que podamos arreglarlo para los "
129
- "futuros usuarios..."
130
 
131
- #: includes/class-freemius.php:2128
132
  msgid "It's not what I was looking for"
133
  msgstr "No es lo que estaba buscando"
134
 
135
- #: includes/class-freemius.php:2130
136
  msgid "What you've been looking for?"
137
  msgstr "¿Que has estado buscando?"
138
 
139
- #: includes/class-freemius.php:2134
140
- #, php-format
141
  msgid "The %s didn't work as expected"
142
  msgstr " El %s no funciona como esperaba"
143
 
144
- #: includes/class-freemius.php:2136
145
  msgid "What did you expect?"
146
  msgstr "¿Qué esperas?"
147
 
148
- #: includes/class-freemius.php:2947 templates/debug.php:20
149
  msgid "Freemius Debug"
150
  msgstr "Debug Freemius"
151
 
152
- #: includes/class-freemius.php:3696
153
  msgid "I don't know what is cURL or how to install it, help me!"
154
  msgstr "No sé qué es cURL o cómo instalarlo, ¡ayúdame!"
155
 
156
- #: includes/class-freemius.php:3698
157
- #, php-format
158
- msgid ""
159
- "We'll make sure to contact your hosting company and resolve the issue. You "
160
- "will get a follow-up email to %s once we have an update."
161
- msgstr ""
162
- "Nos aseguraremos de ponernos en contacto con tu empresa de alojamiento web y "
163
- "resolver el problema. Recibirás un correo electrónico de seguimiento a %s "
164
- "tan pronto tengamos una actualización."
165
 
166
- #: includes/class-freemius.php:3705
167
- #, php-format
168
- msgid ""
169
- "Great, please install cURL and enable it in your php.ini file. In addition, "
170
- "search for the 'disable_functions' directive in your php.ini file and remove "
171
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
172
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
173
- "it back again."
174
- msgstr ""
175
- "Genial, por favor instala cURL y habilítalo en el archivo php.ini. Además, "
176
- "busca la directiva 'disable_functions' en el archivo php.ini y quita "
177
- "cualquier método que comienza con 'curl_'. Para asegurarte de que se activó "
178
- "con éxito, utiliza 'phpinfo()'. Una vez activado, desactiva el %s y "
179
- "reactívalo de nuevo."
180
 
181
- #: includes/class-freemius.php:3810
182
  msgid "Yes - do your thing"
183
  msgstr "Vamos, adelante"
184
 
185
- #: includes/class-freemius.php:3815
186
  msgid "No - just deactivate"
187
  msgstr "No - sólo desactivar"
188
 
189
- #: includes/class-freemius.php:3860 includes/class-freemius.php:4369
190
- #: includes/class-freemius.php:5468 includes/class-freemius.php:11576
191
- #: includes/class-freemius.php:14947 includes/class-freemius.php:14999
192
- #: includes/class-freemius.php:15061 includes/class-freemius.php:17294
193
- #: includes/class-freemius.php:17304 includes/class-freemius.php:17913
194
- #: includes/class-freemius.php:18773 includes/class-freemius.php:18888
195
- #: includes/class-freemius.php:19032 templates/add-ons.php:43
196
  msgctxt "exclamation"
197
  msgid "Oops"
198
  msgstr "Oops"
199
 
200
- #: includes/class-freemius.php:3929
201
- #, php-format
202
- msgid ""
203
- "Thank for giving us the chance to fix it! A message was just sent to our "
204
- "technical staff. We will get back to you as soon as we have an update to %s. "
205
- "Appreciate your patience."
206
- msgstr ""
207
- "¡Gracias por darnos la oportunidad de arreglarlo! Acabamos de enviar un "
208
- "mensaje a nuestro personal técnico. Nos pondremos en contacto contigo tan "
209
- "pronto como tengamos una actualización de %s. Apreciamos tu paciencia."
210
 
211
- #: includes/class-freemius.php:4366
212
- #, php-format
213
  msgctxt "addonX cannot run without pluginY"
214
  msgid "%s cannot run without %s."
215
  msgstr "%s no se puede ejecutar sin %s."
216
 
217
- #: includes/class-freemius.php:4367
218
- #, php-format
219
  msgctxt "addonX cannot run..."
220
  msgid "%s cannot run without the plugin."
221
  msgstr "%s no se puede ejecutar sin el plugin."
222
 
223
- #: includes/class-freemius.php:4513 includes/class-freemius.php:4538
224
- #: includes/class-freemius.php:17984
225
- #, php-format
226
- msgid ""
227
- "Unexpected API error. Please contact the %s's author with the following "
228
- "error."
229
- msgstr ""
230
- "Error inesperado del API. Pónte en contacto con el autor de %s indicándole "
231
- "el siguiente error."
232
 
233
- #: includes/class-freemius.php:5156
234
- #, php-format
235
  msgid "Premium %s version was successfully activated."
236
  msgstr "La versión Premium %s ha sido activada con éxito."
237
 
238
- #: includes/class-freemius.php:5168 includes/class-freemius.php:7030
239
- #, fuzzy
240
- #| msgctxt ""
241
- #| msgid "W00t"
242
  msgctxt ""
243
- "Used to express elation, enthusiasm, or triumph (especially in electronic "
244
- "communication)."
245
  msgid "W00t"
246
  msgstr "W00t"
247
 
248
- #: includes/class-freemius.php:5183
249
- #, php-format
250
  msgid "You have a %s license."
251
  msgstr "Tienes una licencia %s."
252
 
253
- #: includes/class-freemius.php:5187 includes/class-freemius.php:14368
254
- #: includes/class-freemius.php:14379 includes/class-freemius.php:17208
255
- #: includes/class-freemius.php:17522 includes/class-freemius.php:17588
256
- #: includes/class-freemius.php:17738
257
  msgctxt "interjection expressing joy or exuberance"
258
  msgid "Yee-haw"
259
  msgstr "Vaya"
260
 
261
- #: includes/class-freemius.php:5452
262
- #, php-format
263
- msgid ""
264
- "%s free trial was successfully cancelled. Since the add-on is premium only "
265
- "it was automatically deactivated. If you like to use it in the future, "
266
- "you'll have to purchase a license."
267
- msgstr ""
268
- "la prueba gratuita de %s fue cancelada con éxito. Puesto que el complemento "
269
- "es sólo premium se desactivó automáticamente. Si quieres utilizarlo en el "
270
- "futuro, deberás comprar una licencia."
271
 
272
- #: includes/class-freemius.php:5456
273
- #, php-format
274
- msgid ""
275
- "%s is a premium only add-on. You have to purchase a license first before "
276
- "activating the plugin."
277
- msgstr ""
278
- "%s es un complemento único de premium. Tienes que comprar una licencia "
279
- "primero antes de activar el plugin."
280
 
281
- #: includes/class-freemius.php:5464 templates/account/partials/addon.php:288
282
- #: templates/add-ons.php:103
283
- #, php-format
284
  msgid "More information about %s"
285
  msgstr "Más información sobre %s"
286
 
287
- #: includes/class-freemius.php:5465
288
  msgid "Purchase License"
289
  msgstr "Comprar licencia"
290
 
291
- #: includes/class-freemius.php:6398 templates/connect.php:163
292
- #, php-format
293
- msgid ""
294
- "You should receive an activation email for %s to your mailbox at %s. Please "
295
- "make sure you click the activation button in that email to %s."
296
- msgstr ""
297
- "Recibirás un correo de activación para %s en tu buzón en %s. Por favor, "
298
- "asegúrate de hacer clic en el botón de activación en ese correo electrónico "
299
- "para %s."
300
 
301
- #: includes/class-freemius.php:6402
302
  msgid "start the trial"
303
  msgstr "comenzar el período de prueba"
304
 
305
- #: includes/class-freemius.php:6403 templates/connect.php:167
306
  msgid "complete the install"
307
  msgstr "completar la instalación"
308
 
309
- #: includes/class-freemius.php:6516
310
- #, php-format
311
  msgid "You are just one step away - %s"
312
  msgstr "Estás a sólo un paso - %s"
313
 
314
- #: includes/class-freemius.php:6519
315
- #, php-format
316
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
317
  msgid "Complete \"%s\" Activation Now"
318
  msgstr "Completar la activación de \"%s\" ahora"
319
 
320
- #: includes/class-freemius.php:6597
321
- #, php-format
322
  msgid "We made a few tweaks to the %s, %s"
323
  msgstr "Hemos realizado algunas optimizaciones al %s, %s"
324
 
325
- #: includes/class-freemius.php:6601
326
- #, php-format
327
  msgid "Opt in to make \"%s\" better!"
328
  msgstr "¡Inscríbite para hacer \"%s\" Mejor!"
329
 
330
- #: includes/class-freemius.php:7029
331
- #, php-format
332
  msgid "The upgrade of %s was successfully completed."
333
  msgstr "La actualización de %s se completó con éxito."
334
 
335
- #: includes/class-freemius.php:8956 includes/class-fs-plugin-updater.php:886
336
- #: includes/class-fs-plugin-updater.php:1081
337
- #: includes/class-fs-plugin-updater.php:1088 templates/auto-installation.php:32
 
338
  msgid "Add-On"
339
  msgstr "Complemento"
340
 
341
- #: includes/class-freemius.php:8958 templates/debug.php:361
342
- #: templates/debug.php:522
343
  msgid "Plugin"
344
  msgstr "Plugin"
345
 
346
- #: includes/class-freemius.php:8959 templates/debug.php:361
347
- #: templates/debug.php:522 templates/forms/deactivation/form.php:67
 
348
  msgid "Theme"
349
  msgstr "Tema"
350
 
351
- #: includes/class-freemius.php:11443
 
 
 
 
352
  msgid "Invalid site details collection."
353
  msgstr "Colección de detalles del sitio no válida."
354
 
355
- #: includes/class-freemius.php:11563
356
- msgid ""
357
- "We couldn't find your email address in the system, are you sure it's the "
358
- "right address?"
359
- msgstr ""
360
- "No podemos encontrar tu dirección de correo electrónico en el sistema, "
361
- "¿estás seguro de que es la dirección de correo electrónico correcta?"
362
 
363
- #: includes/class-freemius.php:11565
364
- msgid ""
365
- "We can't see any active licenses associated with that email address, are you "
366
- "sure it's the right address?"
367
- msgstr ""
368
- "No vemos ninguna licencia activa asociada a esa dirección de correo "
369
- "electrónico, ¿estás seguro de que es la dirección de correo electrónico "
370
- "correcta?"
371
 
372
- #: includes/class-freemius.php:11839
373
  msgid "Account is pending activation."
374
  msgstr "La cuenta está pendiente de activación"
375
 
376
- #: includes/class-freemius.php:11951
377
  #: templates/forms/premium-versions-upgrade-handler.php:47
378
  msgid "Buy a license now"
379
  msgstr "Compra una licencia ahora"
380
 
381
- #: includes/class-freemius.php:11963
382
  #: templates/forms/premium-versions-upgrade-handler.php:46
383
  msgid "Renew your license now"
384
  msgstr "Renueva tu licencia ahora"
385
 
386
- #: includes/class-freemius.php:11967
387
- #, php-format
388
  msgid "%s to access version %s security & feature updates, and support."
389
- msgstr ""
390
- "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y "
391
- "soporte."
392
 
393
- #: includes/class-freemius.php:14350
394
- #, php-format
395
  msgid "%s activation was successfully completed."
396
  msgstr "%s activación se completó con éxito."
397
 
398
- #: includes/class-freemius.php:14364
399
- #, php-format
400
  msgid "Your account was successfully activated with the %s plan."
401
  msgstr "Tu cuenta se ha activado correctamente con el plan %s."
402
 
403
- #: includes/class-freemius.php:14375 includes/class-freemius.php:17584
404
  msgid "Your trial has been successfully started."
405
  msgstr "Tu versión de prueba se ha iniciado con éxito."
406
 
407
- #: includes/class-freemius.php:14945 includes/class-freemius.php:14997
408
- #: includes/class-freemius.php:15059
409
- #, php-format
410
  msgid "Couldn't activate %s."
411
  msgstr "No se puede activar %s."
412
 
413
- #: includes/class-freemius.php:14946 includes/class-freemius.php:14998
414
- #: includes/class-freemius.php:15060
415
  msgid "Please contact us with the following message:"
416
  msgstr "Por favor contáctanos con el siguiente mensaje:"
417
 
418
- #: includes/class-freemius.php:15409 includes/class-freemius.php:19870
 
 
 
 
419
  msgid "Upgrade"
420
  msgstr "Actualizar"
421
 
422
- #: includes/class-freemius.php:15415
423
  msgid "Start Trial"
424
  msgstr "Comenzar el período de prueba"
425
 
426
- #: includes/class-freemius.php:15417
427
  msgid "Pricing"
428
  msgstr "Precio"
429
 
430
- #: includes/class-freemius.php:15479 includes/class-freemius.php:15481
431
  msgid "Affiliation"
432
  msgstr "Afiliación"
433
 
434
- #: includes/class-freemius.php:15509 includes/class-freemius.php:15511
435
- #: templates/account.php:150 templates/debug.php:326
436
  msgid "Account"
437
  msgstr "Cuenta"
438
 
439
- #: includes/class-freemius.php:15524 includes/class-freemius.php:15526
440
  #: includes/customizer/class-fs-customizer-support-section.php:60
441
  msgid "Contact Us"
442
  msgstr "Contáctanos"
443
 
444
- #: includes/class-freemius.php:15536 includes/class-freemius.php:15538
445
- #: includes/class-freemius.php:19880 templates/account.php:100
446
- #: templates/account/partials/addon.php:41
447
  msgid "Add-Ons"
448
  msgstr "Complementos"
449
 
450
- #: includes/class-freemius.php:15572
451
  msgctxt "ASCII arrow left icon"
452
  msgid "&#x2190;"
453
  msgstr "&#x2190;"
454
 
455
- #: includes/class-freemius.php:15572
456
  msgctxt "ASCII arrow right icon"
457
  msgid "&#x27a4;"
458
  msgstr "&#x27a4;"
459
 
460
- #: includes/class-freemius.php:15574 templates/pricing.php:97
461
  msgctxt "noun"
462
  msgid "Pricing"
463
  msgstr "Precio"
464
 
465
- #: includes/class-freemius.php:15787
466
  #: includes/customizer/class-fs-customizer-support-section.php:67
467
  msgid "Support Forum"
468
  msgstr "Foro de soporte"
469
 
470
- #: includes/class-freemius.php:16573
471
  msgid "Your email has been successfully verified - you are AWESOME!"
472
  msgstr "Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!"
473
 
474
- #: includes/class-freemius.php:16574
475
  msgctxt "a positive response"
476
  msgid "Right on"
477
  msgstr "Bien hecho"
478
 
479
- #: includes/class-freemius.php:17199
480
- #, php-format
481
  msgid "Your %s Add-on plan was successfully upgraded."
482
  msgstr "Tu complemento %s del plan se actualizó con éxito."
483
 
484
- #: includes/class-freemius.php:17201
485
- #, php-format
486
  msgid "%s Add-on was successfully purchased."
487
  msgstr "El complemento %s ha sido comprado correctamente."
488
 
489
- #: includes/class-freemius.php:17204
490
  msgid "Download the latest version"
491
  msgstr "Descargar la última versión"
492
 
493
- #: includes/class-freemius.php:17290
494
- #, php-format
495
- msgctxt "%1s - plugin title, %2s - API domain"
496
- msgid ""
497
- "Your server is blocking the access to Freemius' API, which is crucial for "
498
- "%1s synchronization. Please contact your host to whitelist %2s"
499
- msgstr ""
500
- "Tu servidor está bloqueando el acceso a la API de Freemius, que es crucial "
501
- "para la sincronización de licencia %1s. Por favor, ponte en contacto con tu "
502
- "host para que lo añadan a su lista blanca %2s"
503
 
504
- #: includes/class-freemius.php:17293 includes/class-freemius.php:17709
505
- #: includes/class-freemius.php:17786
506
  msgid "Error received from the server:"
507
  msgstr "Error recibido del servidor:"
508
 
509
- #: includes/class-freemius.php:17303
510
- msgid ""
511
- "It seems like one of the authentication parameters is wrong. Update your "
512
- "Public Key, Secret Key & User ID, and try again."
513
- msgstr ""
514
- "Parece que uno de los parámetros de autenticación es incorrecto. Actualiza "
515
- "tu clave pública, clave secreta e ID de usuario e inténtelo de nuevo."
516
-
517
- #: includes/class-freemius.php:17485 includes/class-freemius.php:17714
518
- #: includes/class-freemius.php:17757 includes/class-freemius.php:17860
519
- #, fuzzy
520
- #| msgctxt ""
521
- #| msgid "Hmm"
522
  msgctxt ""
523
- "something somebody says when they are thinking about what you have just said."
524
  msgid "Hmm"
525
  msgstr "Hmm"
526
 
527
- #: includes/class-freemius.php:17498
528
- #, php-format
529
- msgid ""
530
- "It looks like you are still on the %s plan. If you did upgrade or change "
531
- "your plan, it's probably an issue on our side - sorry."
532
- msgstr ""
533
- "Parece que todavía estás en el plan %s. Si actualizaste o cambiaste tu plan, "
534
- "probablemente sea un problema de nuestra parte - lo sentimos."
535
 
536
- #: includes/class-freemius.php:17499 templates/account.php:102
537
- #: templates/account/partials/addon.php:43 templates/add-ons.php:134
538
  msgctxt "trial period"
539
  msgid "Trial"
540
  msgstr "Período de Prueba Gratuito"
541
 
542
- #: includes/class-freemius.php:17504
543
- #, php-format
544
- msgid ""
545
- "I have upgraded my account but when I try to Sync the License, the plan "
546
- "remains %s."
547
- msgstr ""
548
- "He actualizado mi cuenta, pero cuando intento sincronizar la licencia, el "
549
- "plan sigue siendo %s."
550
 
551
- #: includes/class-freemius.php:17508 includes/class-freemius.php:17566
552
  msgid "Please contact us here"
553
  msgstr "Contacta aquí con nosotros"
554
 
555
- #: includes/class-freemius.php:17518
 
 
 
 
556
  msgid "Your plan was successfully upgraded."
557
  msgstr "Tu plan se actualizó con éxito."
558
 
559
- #: includes/class-freemius.php:17536
560
- #, php-format
561
  msgid "Your plan was successfully changed to %s."
562
  msgstr "Tu plan se cambió correctamente a %s."
563
 
564
- #: includes/class-freemius.php:17552
565
- #, php-format
566
- msgid ""
567
- "Your license has expired. You can still continue using the free %s forever."
568
- msgstr ""
569
- "Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para "
570
- "siempre."
571
 
572
- #: includes/class-freemius.php:17554
573
- #, php-format
574
- msgid ""
575
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
576
- "without interruptions."
577
- msgstr ""
578
- "Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el "
579
- "%3$s sin interrupciones."
580
 
581
- #: includes/class-freemius.php:17562
582
- msgid ""
583
- "Your license has been cancelled. If you think it's a mistake, please contact "
584
- "support."
585
- msgstr ""
586
- "Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto "
587
- "con el servicio de asistencia."
588
 
589
- #: includes/class-freemius.php:17575
590
- #, php-format
591
- msgid ""
592
- "Your license has expired. You can still continue using all the %s features, "
593
- "but you'll need to renew your license to continue getting updates and "
594
- "support."
595
- msgstr ""
596
- "Tu licencia ha caducado. Todavía puedes seguir usando todas las funciones de "
597
- "%s, pero tendrás que renovar tu licencia para seguir recibiendo "
598
- "actualizaciones y soporte."
599
 
600
- #: includes/class-freemius.php:17598
601
- msgid ""
602
- "Your free trial has expired. You can still continue using all our free "
603
- "features."
604
- msgstr ""
605
- "Tu período de prueba ha caducado. Todavía puedes seguir usando todas "
606
- "nuestras funciones gratuitas."
607
 
608
- #: includes/class-freemius.php:17600
609
- #, php-format
610
- msgid ""
611
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
612
- "without interruptions."
613
- msgstr ""
614
- "Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar "
615
- "usando el %3$s sin interrupciones."
616
 
617
- #: includes/class-freemius.php:17705
618
  msgid "It looks like the license could not be activated."
619
  msgstr "Parece que la licencia no se pudo activar."
620
 
621
- #: includes/class-freemius.php:17735
622
  msgid "Your license was successfully activated."
623
  msgstr "Tu licencia fue activada correctamente."
624
 
625
- #: includes/class-freemius.php:17761
626
  msgid "It looks like your site currently doesn't have an active license."
627
  msgstr "Parece que tu sitio actualmente no tiene una licencia activa."
628
 
629
- #: includes/class-freemius.php:17785
630
  msgid "It looks like the license deactivation failed."
631
  msgstr "Parece que la desactivación de licencia ha fallado."
632
 
633
- #: includes/class-freemius.php:17813
634
- #, php-format
635
  msgid "Your license was successfully deactivated, you are back to the %s plan."
636
  msgstr "Tu licencia fue desactivada correctamente, has vuelto al plan %s."
637
 
638
- #: includes/class-freemius.php:17814
639
  msgid "O.K"
640
  msgstr "O.K"
641
 
642
- #: includes/class-freemius.php:17867
643
- msgid ""
644
- "Seems like we are having some temporary issue with your subscription "
645
- "cancellation. Please try again in few minutes."
646
- msgstr ""
647
- "Parece que estamos teniendo algún problema temporal con tu cancelación de la "
648
- "suscripción. Vuelve a intentarlo en unos minutos."
649
 
650
- #: includes/class-freemius.php:17876
651
- #, php-format
652
- msgid ""
653
- "Your subscription was successfully cancelled. Your %s plan license will "
654
- "expire in %s."
655
- msgstr ""
656
- "Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan "
657
- "caducará en %s."
658
 
659
- #: includes/class-freemius.php:17918
660
- #, php-format
661
  msgid "You are already running the %s in a trial mode."
662
  msgstr "Estás ejecutando %s en modo de prueba."
663
 
664
- #: includes/class-freemius.php:17929
665
  msgid "You already utilized a trial before."
666
  msgstr "Ya utilizaste un período de prueba antes."
667
 
668
- #: includes/class-freemius.php:17943
669
- #, php-format
670
  msgid "Plan %s do not exist, therefore, can't start a trial."
671
- msgstr ""
672
- "El plan %s no existe, por lo tanto, no puedes comenzar un período de prueba."
673
 
674
- #: includes/class-freemius.php:17954
675
- #, php-format
676
  msgid "Plan %s does not support a trial period."
677
  msgstr "El plan %s no admite un período de prueba."
678
 
679
- #: includes/class-freemius.php:17965
680
- #, php-format
681
  msgid "None of the %s's plans supports a trial period."
682
  msgstr "Ninguno de los planes de %s soportan un período de prueba."
683
 
684
- #: includes/class-freemius.php:18015
685
- msgid ""
686
- "It looks like you are not in trial mode anymore so there's nothing to "
687
- "cancel :)"
688
- msgstr ""
689
- "Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)"
690
 
691
- #: includes/class-freemius.php:18051
692
- msgid ""
693
- "Seems like we are having some temporary issue with your trial cancellation. "
694
- "Please try again in few minutes."
695
- msgstr ""
696
- "Parece que estamos teniendo algún problema temporal con tu cancelación de "
697
- "prueba. Vuelve a intentarlo en unos minutos."
698
 
699
- #: includes/class-freemius.php:18070
700
- #, php-format
701
  msgid "Your %s free trial was successfully cancelled."
702
  msgstr "Tu prueba gratuita de %s fue cancelada con éxito."
703
 
704
- #: includes/class-freemius.php:18377
705
- #, php-format
706
  msgid "Version %s was released."
707
  msgstr "La versión %s se ha lanzado."
708
 
709
- #: includes/class-freemius.php:18377
710
- #, php-format
711
  msgid "Please download %s."
712
  msgstr "Por favor descarga %s."
713
 
714
- #: includes/class-freemius.php:18384
715
- #, php-format
716
  msgid "the latest %s version here"
717
  msgstr "la última versión %s aquí"
718
 
719
- #: includes/class-freemius.php:18389
720
  msgid "New"
721
  msgstr "Nuevo"
722
 
723
- #: includes/class-freemius.php:18394
724
  msgid "Seems like you got the latest release."
725
  msgstr "Parece que tienes la última versión."
726
 
727
- #: includes/class-freemius.php:18395
728
  msgid "You are all good!"
729
  msgstr "¡Está todo listo!"
730
 
731
- #: includes/class-freemius.php:18663
732
- #, php-format
733
- msgid ""
734
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
735
- "please check your spam box."
736
- msgstr ""
737
- "El correo de verificación se acaba de enviar a %s. Si no puedes encontrarlo "
738
- "después de 5 min, comprueba tu carpeta de spam."
739
 
740
- #: includes/class-freemius.php:18800
741
  msgid "Site successfully opted in."
742
  msgstr "Sitio dado de alta correctamente."
743
 
744
- #: includes/class-freemius.php:18801 includes/class-freemius.php:19612
745
  msgid "Awesome"
746
  msgstr "Increíble"
747
 
748
- #: includes/class-freemius.php:18817 templates/forms/optout.php:32
749
- #, php-format
750
- msgid ""
751
- "We appreciate your help in making the %s better by letting us track some "
752
- "usage data."
753
- msgstr ""
754
- "Agradecemos tu ayuda para mejorar %s y por permitirnos rastrear algunos "
755
- "datos de uso."
756
 
757
- #: includes/class-freemius.php:18818
758
  msgid "Thank you!"
759
  msgstr "¡Gracias!"
760
 
761
- #: includes/class-freemius.php:18825
762
- #, php-format
763
  msgid "We will no longer be sending any usage data of %s on %s to %s."
764
  msgstr "No continuaremos enviando datos de uso de %s en %s a %s."
765
 
766
- #: includes/class-freemius.php:18954
767
- #, php-format
768
- msgid ""
769
- "Please check your mailbox, you should receive an email via %s to confirm the "
770
- "ownership change. From security reasons, you must confirm the change within "
771
- "the next 15 min. If you cannot find the email, please check your spam folder."
772
- msgstr ""
773
- "Comprueba tu buzón de correo, debes recibir un correo electrónico a través "
774
- "de %s para confirmar el cambio de propiedad. Por razones de seguridad, debes "
775
- "confirmar el cambio dentro de los próximos 15 min. Si no puedes encontrar el "
776
- "correo electrónico, comprueba tu carpeta de correo no deseado."
777
 
778
- #: includes/class-freemius.php:18960
779
- #, php-format
780
- msgid ""
781
- "Thanks for confirming the ownership change. An email was just sent to %s for "
782
- "final approval."
783
- msgstr ""
784
- "Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico "
785
- "a %s para su aprobación final."
786
 
787
- #: includes/class-freemius.php:18965
788
- #, php-format
789
  msgid "%s is the new owner of the account."
790
  msgstr "%s es el nuevo dueño de la cuenta."
791
 
792
- #: includes/class-freemius.php:18967
793
  msgctxt "as congratulations"
794
  msgid "Congrats"
795
  msgstr "Felicidades"
796
 
797
- #: includes/class-freemius.php:18987
798
- msgid ""
799
- "Sorry, we could not complete the email update. Another user with the same "
800
- "email is already registered."
801
- msgstr ""
802
- "Lo sentimos, no podemos completar la actualización de correo electrónico. Ya "
803
- "hay registrado otro usuario con esa dirección de correo electrónico."
804
 
805
- #: includes/class-freemius.php:18988
806
- #, php-format
807
- msgid ""
808
- "If you would like to give up the ownership of the %s's account to %s click "
809
- "the Change Ownership button."
810
- msgstr ""
811
- "Si deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el "
812
- "botón de cambio de titularidad."
813
 
814
- #: includes/class-freemius.php:18995
815
  msgid "Change Ownership"
816
  msgstr "Cambiar propietario"
817
 
818
- #: includes/class-freemius.php:19003
819
- msgid ""
820
- "Your email was successfully updated. You should receive an email with "
821
- "confirmation instructions in few moments."
822
- msgstr ""
823
- "Se actualizó correctamente tu correo electrónico. Recibirás un correo "
824
- "electrónico con las instrucciones de confirmación en unos momentos."
825
 
826
- #: includes/class-freemius.php:19015
827
  msgid "Please provide your full name."
828
  msgstr "Por favor, dinos tu nombre completo."
829
 
830
- #: includes/class-freemius.php:19020
831
  msgid "Your name was successfully updated."
832
  msgstr "Tu nombre fue actualizado correctamente."
833
 
834
- #: includes/class-freemius.php:19081
835
- #, php-format
836
  msgid "You have successfully updated your %s."
837
  msgstr "Has actualizado correctamente tu %s."
838
 
839
- #: includes/class-freemius.php:19221
840
- #, php-format
841
- msgid ""
842
- "Just letting you know that the add-ons information of %s is being pulled "
843
- "from an external server."
844
- msgstr ""
845
- "Sólo déjanos informarte que la información de complementos de %s se está "
846
- "extrayendo de un servidor externo."
847
 
848
- #: includes/class-freemius.php:19222
849
  msgctxt "advance notice of something that will need attention."
850
  msgid "Heads up"
851
  msgstr "Atención"
852
 
853
- #: includes/class-freemius.php:19652
854
  msgctxt "exclamation"
855
  msgid "Hey"
856
  msgstr "Hey"
857
 
858
- #: includes/class-freemius.php:19652
859
- #, php-format
860
- msgid ""
861
- "How do you like %s so far? Test all our %s premium features with a %d-day "
862
- "free trial."
863
- msgstr ""
864
- "¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de "
865
- "%s con una prueba gratuita de % d-días."
866
 
867
- #: includes/class-freemius.php:19660
868
- #, php-format
869
  msgid "No commitment for %s days - cancel anytime!"
870
  msgstr "Sin compromiso por %s días - ¡cancelar en cualquier momento!"
871
 
872
- #: includes/class-freemius.php:19661
873
  msgid "No credit card required"
874
  msgstr "No se necesita tarjeta de crédito"
875
 
876
- #: includes/class-freemius.php:19668 templates/forms/trial-start.php:53
877
  msgctxt "call to action"
878
  msgid "Start free trial"
879
  msgstr "Comenzar el período de prueba gratuito"
880
 
881
- #: includes/class-freemius.php:19745
882
- #, php-format
883
- msgid ""
884
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
885
- "you can become our ambassador and earn some cash!"
886
- msgstr ""
887
- "Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes "
888
- "convertirte en nuestro embajador y ganar dinero!"
889
 
890
- #: includes/class-freemius.php:19754
891
  msgid "Learn more"
892
  msgstr "Saber más"
893
 
894
- #: includes/class-freemius.php:19904 templates/account.php:406
895
- #: templates/account.php:509 templates/account/partials/addon.php:235
896
- #: templates/connect.php:171 templates/connect.php:421
897
- #: templates/forms/license-activation.php:24
898
  msgid "Activate License"
899
  msgstr "Activar licencia"
900
 
901
- #: includes/class-freemius.php:19905 templates/account.php:469
902
- #: templates/account.php:508 templates/account/partials/site.php:256
903
  msgid "Change License"
904
  msgstr "Cambiar licencia"
905
 
906
- #: includes/class-freemius.php:19987 templates/account/partials/site.php:161
907
  msgid "Opt Out"
908
  msgstr "Darse de baja"
909
 
910
- #: includes/class-freemius.php:19989 includes/class-freemius.php:19994
911
- #: templates/account/partials/site.php:43
912
  #: templates/account/partials/site.php:161
913
  msgid "Opt In"
914
  msgstr "Inscribirse"
915
 
916
- #: includes/class-freemius.php:20218
917
- #, php-format
918
- msgid ""
919
- " The paid version of %1s is already installed. Please activate it to start "
920
- "benefiting the %2s features. %3s"
921
- msgstr ""
922
- "La versión de pago de %1s ya está instalada. Actívala para comenzar a "
923
- "beneficiarte de las funciones de %2s. %3s"
924
 
925
- #: includes/class-freemius.php:20226
926
- #, php-format
927
  msgid "Activate %s features"
928
  msgstr "Activar características %s"
929
 
930
- #: includes/class-freemius.php:20239
931
  msgid "Please follow these steps to complete the upgrade"
932
  msgstr "Por favor, sigue estos pasos para completar la actualización"
933
 
934
- #: includes/class-freemius.php:20243
935
- #, php-format
936
  msgid "Download the latest %s version"
937
  msgstr "Descargar la última versión %s"
938
 
939
- #: includes/class-freemius.php:20247
940
  msgid "Upload and activate the downloaded version"
941
  msgstr "Cargar y activar la versión descargada"
942
 
943
- #: includes/class-freemius.php:20249
944
  msgid "How to upload and activate?"
945
  msgstr "¿Cómo subirlo y activarlo?"
946
 
947
- #: includes/class-freemius.php:20383
948
- #, php-format
949
- msgid ""
950
- "%sClick here%s to choose the sites where you'd like to activate the license "
951
- "on."
952
- msgstr ""
953
- "%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la "
954
- "licencia."
955
 
956
- #: includes/class-freemius.php:20544
957
  msgid "Auto installation only works for opted-in users."
958
  msgstr "La instalación automática sólo funciona para usuarios que aceptaron."
959
 
960
- #: includes/class-freemius.php:20554 includes/class-freemius.php:20587
961
- #: includes/class-fs-plugin-updater.php:1060
962
- #: includes/class-fs-plugin-updater.php:1074
963
  msgid "Invalid module ID."
964
  msgstr "Id de módulo no válido."
965
 
966
- #: includes/class-freemius.php:20563 includes/class-fs-plugin-updater.php:1096
967
  msgid "Premium version already active."
968
  msgstr "Versión premium ya activa."
969
 
970
- #: includes/class-freemius.php:20570
971
  msgid "You do not have a valid license to access the premium version."
972
  msgstr "No tienes una licencia válida para acceder a la versión premium."
973
 
974
- #: includes/class-freemius.php:20577
975
- msgid ""
976
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
977
- "version."
978
- msgstr ""
979
- "El plugin es un \"Serviceware\" lo que significa que no tiene una versión de "
980
- "código premium."
981
 
982
- #: includes/class-freemius.php:20595 includes/class-fs-plugin-updater.php:1095
983
  msgid "Premium add-on version already installed."
984
  msgstr "Versión del complemento premium ya instalada."
985
 
986
- #: includes/class-freemius.php:20940
987
  msgid "View paid features"
988
  msgstr "Ver las funciones de pago"
989
 
990
- #: includes/class-freemius.php:21260
991
- #, php-format
992
  msgid "Thank you so much for using %s and its add-ons!"
993
  msgstr "¡Muchas gracias por utilizar %s y sus complementos!"
994
 
995
- #: includes/class-freemius.php:21261
996
- #, php-format
997
  msgid "Thank you so much for using %s!"
998
  msgstr "¡Muchas gracias por utilizar %s!"
999
 
1000
- #: includes/class-freemius.php:21267
1001
- #, php-format
1002
- msgid ""
1003
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1004
- "the %s."
1005
- msgstr ""
1006
- "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir "
1007
- "mejorando %s."
1008
 
1009
- #: includes/class-freemius.php:21271
1010
  msgid "Thank you so much for using our products!"
1011
  msgstr "¡Muchas gracias por utilizar nuestros productos!"
1012
 
1013
- #: includes/class-freemius.php:21272
1014
- msgid ""
1015
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1016
- "them."
1017
- msgstr ""
1018
- "Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir "
1019
- "mejorando."
1020
 
1021
- #: includes/class-freemius.php:21291
1022
- #, php-format
1023
  msgid "%s and its add-ons"
1024
  msgstr "%s y sus complementos"
1025
 
1026
- #: includes/class-freemius.php:21300
1027
  msgid "Products"
1028
  msgstr "Productos"
1029
 
1030
- #: includes/class-freemius.php:21307 templates/connect.php:272
1031
  msgid "Yes"
1032
  msgstr "Si"
1033
 
1034
- #: includes/class-freemius.php:21308 templates/connect.php:273
1035
  msgid "send me security & feature updates, educational content and offers."
1036
- msgstr ""
1037
- "envíame actualizaciones de seguridad y nuevas funcionalidades, contenido "
1038
- "educativo y ofertas."
1039
 
1040
- #: includes/class-freemius.php:21309 templates/connect.php:278
1041
  msgid "No"
1042
  msgstr "No"
1043
 
1044
- #: includes/class-freemius.php:21311 templates/connect.php:280
1045
- #, php-format
1046
- msgid ""
1047
- "do %sNOT%s send me security & feature updates, educational content and "
1048
- "offers."
1049
- msgstr ""
1050
- "%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, "
1051
- "contenido educativo y ofertas."
1052
 
1053
- #: includes/class-freemius.php:21321
1054
- #, php-format
1055
- msgid ""
1056
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
1057
- "requirements it is required that you provide your explicit consent, again, "
1058
- "confirming that you are onboard 🙂"
1059
- msgstr ""
1060
- "Debido a la nueva %s Regulación General de Protección de Datos de la UE "
1061
- "(GDPR)%s los requisitos de conformidad nos requieren que nos debes dar tu "
1062
- "consentimiento explícito, de nuevo, confirmando que estás de acuerdo 🙂"
1063
 
1064
- #: includes/class-freemius.php:21323 templates/connect.php:287
1065
- msgid ""
1066
- "Please let us know if you'd like us to contact you for security & feature "
1067
- "updates, educational content, and occasional offers:"
1068
- msgstr ""
1069
- "Indica si deseas que te contactemos para actualizaciones de seguridad y "
1070
- "nuevas funciones, contenido educativo y ofertas ocasionales:"
1071
 
1072
- #: includes/class-freemius.php:21605
1073
  msgid "License key is empty."
1074
  msgstr "La clave de licencia está vacía."
1075
 
1076
- #: includes/class-fs-plugin-updater.php:184
1077
  #: templates/forms/premium-versions-upgrade-handler.php:57
1078
  msgid "Renew license"
1079
  msgstr "Renovar la licencia"
1080
 
1081
- #: includes/class-fs-plugin-updater.php:189
1082
  #: templates/forms/premium-versions-upgrade-handler.php:58
1083
  msgid "Buy license"
1084
  msgstr "Comprar licencia"
1085
 
1086
- #: includes/class-fs-plugin-updater.php:278
1087
- #, php-format
1088
  msgid "There is a %s of %s available."
1089
  msgstr "Hay una %s de %s disponible."
1090
 
1091
- #: includes/class-fs-plugin-updater.php:282
 
 
 
 
 
 
1092
  msgid "new version"
1093
  msgstr "nueva versión"
1094
 
1095
- #: includes/class-fs-plugin-updater.php:305
1096
  msgid "Important Upgrade Notice:"
1097
  msgstr "Aviso importante de actualización:"
1098
 
1099
- #: includes/class-fs-plugin-updater.php:1125
1100
- #, php-format
1101
  msgid "Installing plugin: %s"
1102
  msgstr "Instalando plugin: %s"
1103
 
1104
- #: includes/class-fs-plugin-updater.php:1166
1105
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
1106
- msgstr ""
1107
- "No es posible conectarse al sistema de archivos. Por favor, confirma tus "
1108
- "credenciales."
1109
-
1110
- #: includes/class-fs-plugin-updater.php:1348
1111
- msgid ""
1112
- "The remote plugin package does not contain a folder with the desired slug "
1113
- "and renaming did not work."
1114
- msgstr ""
1115
- "El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el "
1116
- "cambio de nombre no funcionó."
1117
-
1118
- #: includes/customizer/class-fs-customizer-support-section.php:55
1119
- #: templates/plugin-info/features.php:43
1120
- msgid "Support"
1121
- msgstr "Soporte"
1122
 
1123
- #: includes/customizer/class-fs-customizer-upsell-control.php:106
1124
- #: templates/account.php:105 templates/account/partials/addon.php:46
1125
- #: templates/debug.php:373
1126
- msgctxt "as product pricing plan"
1127
- msgid "Plan"
1128
- msgstr "Plan"
1129
-
1130
- #: includes/debug/class-fs-debug-bar-panel.php:48
1131
- #: templates/debug/api-calls.php:54 templates/debug/logger.php:62
1132
- msgctxt "milliseconds"
1133
- msgid "ms"
1134
- msgstr "ms"
1135
-
1136
- #: includes/debug/debug-bar-start.php:41
1137
- msgid "Freemius API"
1138
- msgstr "API Freemius"
1139
 
1140
- #: includes/debug/debug-bar-start.php:42
1141
- msgid "Requests"
1142
- msgstr "Peticiones"
1143
 
1144
- #: includes/fs-plugin-info-dialog.php:369
1145
- #: templates/account/partials/addon.php:292
1146
  msgctxt "verb"
1147
  msgid "Purchase"
1148
  msgstr "Comprar"
1149
 
1150
- #: includes/fs-plugin-info-dialog.php:372
1151
- #, php-format
1152
  msgid "Start my free %s"
1153
  msgstr "Comenzar mi período gratuito de %s"
1154
 
1155
- #: includes/fs-plugin-info-dialog.php:413
 
 
 
 
 
 
 
 
1156
  msgid "Install Free Version Now"
1157
  msgstr "Instalar la versión gratuita ahora"
1158
 
1159
- #: includes/fs-plugin-info-dialog.php:414
1160
- #: templates/account/partials/addon.php:272
1161
- #: templates/account/partials/addon.php:322 templates/auto-installation.php:111
 
1162
  msgid "Install Now"
1163
  msgstr "Instalar ahora"
1164
 
1165
- #: includes/fs-plugin-info-dialog.php:425
1166
  msgctxt "as download latest version"
1167
  msgid "Download Latest Free Version"
1168
  msgstr "Descargar la última versión gratuita"
1169
 
1170
- #: includes/fs-plugin-info-dialog.php:426 templates/account.php:80
1171
- #: templates/account/partials/addon.php:21
1172
  msgctxt "as download latest version"
1173
  msgid "Download Latest"
1174
  msgstr "Descargar la última"
1175
 
1176
- #: includes/fs-plugin-info-dialog.php:436
1177
- msgid "Install Free Version Update Now"
1178
- msgstr "Instalar la actualización gratuita ahora"
1179
-
1180
- #: includes/fs-plugin-info-dialog.php:437 templates/account.php:460
1181
- msgid "Install Update Now"
1182
- msgstr "Instalar actualización ahora"
1183
-
1184
- #: includes/fs-plugin-info-dialog.php:448
1185
- #, php-format
1186
- msgid "Newer Free Version (%s) Installed"
1187
- msgstr "Versión gratuita más reciente (%s) instalada"
1188
-
1189
- #: includes/fs-plugin-info-dialog.php:449
1190
- #, php-format
1191
- msgid "Newer Version (%s) Installed"
1192
- msgstr "Versión más reciente (%s) instalada"
1193
 
1194
- #: includes/fs-plugin-info-dialog.php:457
1195
- msgid "Latest Free Version Installed"
1196
- msgstr "Última versión gratuita instalada"
1197
 
1198
- #: includes/fs-plugin-info-dialog.php:458
1199
- msgid "Latest Version Installed"
1200
- msgstr "Última versión instalada"
 
1201
 
1202
- #: includes/fs-plugin-info-dialog.php:613
1203
  msgctxt "Plugin installer section title"
1204
  msgid "Description"
1205
  msgstr "Descripción"
1206
 
1207
- #: includes/fs-plugin-info-dialog.php:614
1208
  msgctxt "Plugin installer section title"
1209
  msgid "Installation"
1210
  msgstr "Instalación"
1211
 
1212
- #: includes/fs-plugin-info-dialog.php:615
1213
  msgctxt "Plugin installer section title"
1214
  msgid "FAQ"
1215
  msgstr "FAQ"
1216
 
1217
- #: includes/fs-plugin-info-dialog.php:616
1218
  #: templates/plugin-info/description.php:55
1219
  msgid "Screenshots"
1220
  msgstr "Capturas de pantalla"
1221
 
1222
- #: includes/fs-plugin-info-dialog.php:617
1223
  msgctxt "Plugin installer section title"
1224
  msgid "Changelog"
1225
  msgstr "Registro de cambios"
1226
 
1227
- #: includes/fs-plugin-info-dialog.php:618
1228
  msgctxt "Plugin installer section title"
1229
  msgid "Reviews"
1230
  msgstr "Valoraciones"
1231
 
1232
- #: includes/fs-plugin-info-dialog.php:619
1233
  msgctxt "Plugin installer section title"
1234
  msgid "Other Notes"
1235
  msgstr "Otras notas"
1236
 
1237
- #: includes/fs-plugin-info-dialog.php:634
1238
  msgctxt "Plugin installer section title"
1239
  msgid "Features & Pricing"
1240
  msgstr "Características y precios"
1241
 
1242
- #: includes/fs-plugin-info-dialog.php:644
1243
  msgid "Plugin Install"
1244
  msgstr "Instalar plugin"
1245
 
1246
- #: includes/fs-plugin-info-dialog.php:716
1247
- #, php-format
1248
  msgctxt "e.g. Professional Plan"
1249
  msgid "%s Plan"
1250
  msgstr "Plan %s"
1251
 
1252
- #: includes/fs-plugin-info-dialog.php:742
1253
  msgctxt "e.g. the best product"
1254
  msgid "Best"
1255
  msgstr "El mejor"
1256
 
1257
- #: includes/fs-plugin-info-dialog.php:748
1258
- #: includes/fs-plugin-info-dialog.php:768
1259
  msgctxt "as every month"
1260
  msgid "Monthly"
1261
  msgstr "Mensual"
1262
 
1263
- #: includes/fs-plugin-info-dialog.php:751
1264
  msgctxt "as once a year"
1265
  msgid "Annual"
1266
  msgstr "Anual"
1267
 
1268
- #: includes/fs-plugin-info-dialog.php:754
1269
  msgid "Lifetime"
1270
  msgstr "Permanente"
1271
 
1272
- #: includes/fs-plugin-info-dialog.php:768
1273
- #: includes/fs-plugin-info-dialog.php:770
1274
- #: includes/fs-plugin-info-dialog.php:772
1275
- #, php-format
1276
  msgctxt "e.g. billed monthly"
1277
  msgid "Billed %s"
1278
  msgstr "Facturado %s"
1279
 
1280
- #: includes/fs-plugin-info-dialog.php:770
1281
  msgctxt "as once a year"
1282
  msgid "Annually"
1283
  msgstr "Anualmente"
1284
 
1285
- #: includes/fs-plugin-info-dialog.php:772
1286
  msgctxt "as once a year"
1287
  msgid "Once"
1288
  msgstr "Una vez"
1289
 
1290
- #: includes/fs-plugin-info-dialog.php:778
1291
  msgid "Single Site License"
1292
  msgstr "Licencia para un único sitio"
1293
 
1294
- #: includes/fs-plugin-info-dialog.php:780
1295
  msgid "Unlimited Licenses"
1296
  msgstr "Licencias ilimitadas"
1297
 
1298
- #: includes/fs-plugin-info-dialog.php:782
1299
- #, php-format
1300
  msgid "Up to %s Sites"
1301
  msgstr "Hasta %s sitios"
1302
 
1303
- #: includes/fs-plugin-info-dialog.php:792 templates/plugin-info/features.php:82
 
1304
  msgctxt "as monthly period"
1305
  msgid "mo"
1306
  msgstr "me"
1307
 
1308
- #: includes/fs-plugin-info-dialog.php:799 templates/plugin-info/features.php:80
 
1309
  msgctxt "as annual period"
1310
  msgid "year"
1311
  msgstr "año"
1312
 
1313
- #: includes/fs-plugin-info-dialog.php:853
1314
  msgctxt "noun"
1315
  msgid "Price"
1316
  msgstr "Precio"
1317
 
1318
- #: includes/fs-plugin-info-dialog.php:901
1319
- #, php-format
1320
  msgid "Save %s"
1321
  msgstr "Guardar %s"
1322
 
1323
- #: includes/fs-plugin-info-dialog.php:911
1324
- #, php-format
1325
  msgid "No commitment for %s - cancel anytime"
1326
  msgstr "Sin compromiso para %s - cancelar en cualquier momento"
1327
 
1328
- #: includes/fs-plugin-info-dialog.php:914
1329
- #, php-format
1330
  msgid "After your free %s, pay as little as %s"
1331
  msgstr "Después de su período gratuito %s, pague sólo %s"
1332
 
1333
- #: includes/fs-plugin-info-dialog.php:925
1334
  msgid "Details"
1335
  msgstr "Detalles"
1336
 
1337
- #: includes/fs-plugin-info-dialog.php:929 templates/account.php:91
1338
- #: templates/account/partials/addon.php:32 templates/debug.php:203
1339
- #: templates/debug.php:240 templates/debug.php:454
1340
  msgctxt "product version"
1341
  msgid "Version"
1342
  msgstr "Versión"
1343
 
1344
- #: includes/fs-plugin-info-dialog.php:936
1345
  msgctxt "as the plugin author"
1346
  msgid "Author"
1347
  msgstr "Autor"
1348
 
1349
- #: includes/fs-plugin-info-dialog.php:943
1350
  msgid "Last Updated"
1351
  msgstr "Última actualización"
1352
 
1353
- #: includes/fs-plugin-info-dialog.php:948 templates/account.php:376
1354
- #, php-format
1355
  msgctxt "x-ago"
1356
  msgid "%s ago"
1357
  msgstr "hace %s"
1358
 
1359
- #: includes/fs-plugin-info-dialog.php:957
1360
  msgid "Requires WordPress Version"
1361
  msgstr "Necesita la versión de WordPress"
1362
 
1363
- #: includes/fs-plugin-info-dialog.php:958
1364
- #, php-format
1365
  msgid "%s or higher"
1366
  msgstr "%s o mayor"
1367
 
1368
- #: includes/fs-plugin-info-dialog.php:965
1369
  msgid "Compatible up to"
1370
  msgstr "Compatible hasta"
1371
 
1372
- #: includes/fs-plugin-info-dialog.php:973
1373
  msgid "Downloaded"
1374
  msgstr "Descargado"
1375
 
1376
- #: includes/fs-plugin-info-dialog.php:977
1377
- #, fuzzy, php-format
1378
- #| msgid "%s time"
1379
  msgid "%s time"
1380
  msgstr "% vez"
1381
 
1382
- #: includes/fs-plugin-info-dialog.php:979
1383
- #, php-format
1384
  msgid "%s times"
1385
  msgstr "%s veces"
1386
 
1387
- #: includes/fs-plugin-info-dialog.php:989
1388
  msgid "WordPress.org Plugin Page"
1389
  msgstr "Página del plugin en WordPress.org"
1390
 
1391
- #: includes/fs-plugin-info-dialog.php:997
1392
  msgid "Plugin Homepage"
1393
  msgstr "Página web del plugin"
1394
 
1395
- #: includes/fs-plugin-info-dialog.php:1005
1396
- #: includes/fs-plugin-info-dialog.php:1087
1397
  msgid "Donate to this plugin"
1398
  msgstr "Donar a este plugin"
1399
 
1400
- #: includes/fs-plugin-info-dialog.php:1012
1401
  msgid "Average Rating"
1402
  msgstr "Calificación media"
1403
 
1404
- #: includes/fs-plugin-info-dialog.php:1019
1405
- #, php-format
1406
  msgid "based on %s"
1407
  msgstr "basado en %s"
1408
 
1409
- #: includes/fs-plugin-info-dialog.php:1023
1410
- #, php-format
1411
  msgid "%s rating"
1412
  msgstr "%s calificación"
1413
 
1414
- #: includes/fs-plugin-info-dialog.php:1025
1415
- #, php-format
1416
  msgid "%s ratings"
1417
  msgstr "%s calificaciones"
1418
 
1419
- #: includes/fs-plugin-info-dialog.php:1040
1420
- #, php-format
1421
  msgid "%s star"
1422
  msgstr "%s estrella"
1423
 
1424
- #: includes/fs-plugin-info-dialog.php:1042
1425
- #, php-format
1426
  msgid "%s stars"
1427
  msgstr "%s estrellas"
1428
 
1429
- #: includes/fs-plugin-info-dialog.php:1053
1430
- #, php-format
1431
  msgid "Click to see reviews that provided a rating of %s"
1432
  msgstr "Haz clic para ver los comentarios con una valoración de %s"
1433
 
1434
- #: includes/fs-plugin-info-dialog.php:1066
1435
  msgid "Contributors"
1436
  msgstr "Colaboradores"
1437
 
1438
- #: includes/fs-plugin-info-dialog.php:1095
1439
- #: includes/fs-plugin-info-dialog.php:1097
1440
  msgid "Warning"
1441
  msgstr "Atencion"
1442
 
1443
- #: includes/fs-plugin-info-dialog.php:1095
1444
  msgid "This plugin has not been tested with your current version of WordPress."
1445
  msgstr "Este plugin no ha sido probado con tu versión actual de WordPress."
1446
 
1447
- #: includes/fs-plugin-info-dialog.php:1097
1448
- msgid ""
1449
- "This plugin has not been marked as compatible with your version of WordPress."
1450
- msgstr ""
1451
- "Este puglin no ha sido marcado como compatible con tu versión de WordPress."
1452
 
1453
- #: includes/fs-plugin-info-dialog.php:1116
1454
  msgid "Paid add-on must be deployed to Freemius."
1455
  msgstr "El complemento de pago se debe implementar en Freemius."
1456
 
1457
- #: includes/fs-plugin-info-dialog.php:1117
1458
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1459
  msgstr "El complemento debe implementarse en WordPress.org o en Freemius."
1460
 
1461
- #: templates/account.php:81 templates/account/partials/addon.php:22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1462
  #: templates/account/partials/site.php:295
1463
- #: templates/forms/subscription-cancellation.php:96
1464
  msgid "Downgrading your plan"
1465
  msgstr "Bajando tu plan"
1466
 
1467
- #: templates/account.php:82 templates/account/partials/addon.php:23
 
1468
  #: templates/account/partials/site.php:296
1469
- #: templates/forms/subscription-cancellation.php:97
1470
  msgid "Cancelling the subscription"
1471
  msgstr "Cancelando la suscripción"
1472
 
1473
- #: templates/account.php:84 templates/account/partials/addon.php:25
1474
- #: templates/account/partials/site.php:298
1475
- #: templates/forms/subscription-cancellation.php:99
1476
- #, php-format
1477
- msgid ""
1478
- "%1s will immediately stop all future recurring payments and your %s plan "
1479
- "license will expire in %s."
1480
- msgstr ""
1481
- "%1s detendrá inmediatamente todos los pagos recurrentes futuros y tu %s "
1482
- "licencia del plan caducará en %s."
1483
 
1484
- #: templates/account.php:85 templates/account/partials/addon.php:26
 
1485
  #: templates/account/partials/site.php:299
1486
- #: templates/forms/subscription-cancellation.php:100
1487
- msgid ""
1488
- "Please note that we will not be able to grandfather outdated pricing for "
1489
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1490
- "subscription manually in the future, after a price increase, which typically "
1491
- "occurs once a year, you will be charged the updated price."
1492
- msgstr ""
1493
- "Ten en cuenta que no podremos abaratar los precios desactualizados para "
1494
- "renovaciones/nuevas suscripciones después de una cancelación. Si eliges "
1495
- "renovar la suscripción manualmente en el futuro, después de un aumento de "
1496
- "precio, que generalmente ocurre una vez al año, se te cobrará el precio "
1497
- "actualizado."
1498
-
1499
- #: templates/account.php:86 templates/account/partials/addon.php:27
1500
- #: templates/forms/subscription-cancellation.php:106
1501
- msgid ""
1502
- "Cancelling the trial will immediately block access to all premium features. "
1503
- "Are you sure?"
1504
- msgstr ""
1505
- "La cancelación del período de prueba bloqueará inmediatamente el acceso a "
1506
- "todas las funciones premium. ¿Estás seguro?"
1507
 
1508
- #: templates/account.php:87 templates/account/partials/addon.php:28
 
1509
  #: templates/account/partials/site.php:300
1510
- #: templates/forms/subscription-cancellation.php:101
1511
- #, php-format
1512
- msgid ""
1513
- "You can still enjoy all %s features but you will not have access to %s "
1514
- "security & feature updates, nor support."
1515
- msgstr ""
1516
- "Todavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso "
1517
- "a soporte y actualizaciones de %s."
1518
 
1519
- #: templates/account.php:88 templates/account/partials/addon.php:29
 
1520
  #: templates/account/partials/site.php:301
1521
- #: templates/forms/subscription-cancellation.php:102
1522
- #, php-format
1523
- msgid ""
1524
- "Once your license expires you can still use the Free version but you will "
1525
- "NOT have access to the %s features."
1526
- msgstr ""
1527
- "Una vez que caduque tu licencia todavía puedes utilizar la versión gratuita "
1528
- "pero NO tendrás acceso a las funciones de %s."
1529
 
1530
- #: templates/account.php:90
1531
- #: templates/account/partials/activate-license-button.php:31
1532
- #: templates/account/partials/addon.php:31
1533
- #, php-format
1534
  msgid "Activate %s Plan"
1535
  msgstr "Activar plan %s"
1536
 
1537
- #: templates/account.php:93 templates/account/partials/addon.php:34
 
1538
  #: templates/account/partials/site.php:275
1539
- #, php-format
1540
  msgid "Auto renews in %s"
1541
  msgstr "Auto renovaciones en %s"
1542
 
1543
- #: templates/account.php:95 templates/account/partials/addon.php:36
 
1544
  #: templates/account/partials/site.php:277
1545
- #, php-format
1546
  msgid "Expires in %s"
1547
  msgstr "Caduca en %s"
1548
 
1549
- #: templates/account.php:96 templates/account/partials/addon.php:37
1550
  msgctxt "as synchronize license"
1551
  msgid "Sync License"
1552
  msgstr "Sincronizar licencia"
1553
 
1554
- #: templates/account.php:97 templates/account/partials/addon.php:38
1555
  msgid "Cancel Trial"
1556
  msgstr "Cancelar período de prueba"
1557
 
1558
- #: templates/account.php:98 templates/account/partials/addon.php:39
1559
  msgid "Change Plan"
1560
  msgstr "Cambiar Plan"
1561
 
1562
- #: templates/account.php:99 templates/account/partials/addon.php:40
1563
  msgctxt "verb"
1564
  msgid "Upgrade"
1565
  msgstr "Actualizar"
1566
 
1567
- #: templates/account.php:101 templates/account/partials/addon.php:42
1568
  #: templates/account/partials/site.php:302
1569
  msgctxt "verb"
1570
  msgid "Downgrade"
1571
  msgstr "Degradar"
1572
 
1573
- #: templates/account.php:103 templates/account/partials/addon.php:44
1574
- #: templates/account/partials/site.php:31 templates/add-ons.php:130
1575
- #: templates/plugin-info/features.php:72
 
1576
  msgid "Free"
1577
  msgstr "Gratis"
1578
 
1579
- #: templates/account.php:104 templates/account/partials/addon.php:45
1580
- msgid "Activate"
1581
- msgstr "Activar"
 
 
 
 
 
 
 
1582
 
1583
- #: templates/account.php:158
1584
  msgid "Free Trial"
1585
  msgstr "Período de prueba gratuito"
1586
 
1587
- #: templates/account.php:169
1588
  msgid "Account Details"
1589
  msgstr "Detalles de la cuenta"
1590
 
1591
- #: templates/account.php:179
1592
- #, php-format
1593
- msgid ""
1594
- "Deleting the account will automatically deactivate your %s plan license so "
1595
- "you can use it on other sites. If you want to terminate the recurring "
1596
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1597
- "account. Are you sure you would like to continue with the deletion?"
1598
- msgstr ""
1599
- "La eliminación de la cuenta desactivará automáticamente su licencia de plan "
1600
- "%s para que pueda utilizarla en otros sitios. Si también desea cancelar los "
1601
- "pagos periódicos, haga clic en el botón \"Cancelar\" y, en primer lugar, "
1602
- "\"Degradar\" su cuenta. ¿Seguro que deseas continuar con la eliminación?"
1603
 
1604
- #: templates/account.php:181
1605
- #, php-format
1606
- msgid ""
1607
- "Deletion is not temporary. Only delete if you no longer want to use this %s "
1608
- "anymore. Are you sure you would like to continue with the deletion?"
1609
- msgstr ""
1610
- "La eliminación no es temporal. Sólo elimínalo si ya no deseas utilizar este "
1611
- "%s más. ¿Estás seguro que desea continuar con la eliminación?"
1612
 
1613
- #: templates/account.php:184
 
 
 
 
1614
  msgid "Delete Account"
1615
  msgstr "Borrar cuenta"
1616
 
1617
- #: templates/account.php:196 templates/account/partials/addon.php:159
1618
  #: templates/account/partials/deactivate-license-button.php:35
1619
  msgid "Deactivate License"
1620
  msgstr "Desactivar licencia"
1621
 
1622
- #: templates/account.php:219 templates/forms/subscription-cancellation.php:125
1623
  msgid "Are you sure you want to proceed?"
1624
  msgstr "¿Estás seguro que quieres proceder?"
1625
 
1626
- #: templates/account.php:219 templates/account/partials/addon.php:182
1627
  msgid "Cancel Subscription"
1628
  msgstr "Cancelar suscripción"
1629
 
1630
- #: templates/account.php:247
1631
  msgctxt "as synchronize"
1632
  msgid "Sync"
1633
  msgstr "Sincronizar"
1634
 
1635
- #: templates/account.php:261 templates/debug.php:489
1636
  msgid "Name"
1637
  msgstr "Nombre"
1638
 
1639
- #: templates/account.php:267 templates/debug.php:490
1640
  msgid "Email"
1641
  msgstr "Correo electrónico"
1642
 
1643
- #: templates/account.php:274 templates/debug.php:372 templates/debug.php:528
1644
  msgid "User ID"
1645
  msgstr "ID de usuario"
1646
 
1647
- #: templates/account.php:282
 
 
 
 
 
 
 
 
1648
  msgid "Site ID"
1649
  msgstr "ID del sitio"
1650
 
1651
- #: templates/account.php:285
1652
  msgid "No ID"
1653
  msgstr "Sin ID"
1654
 
1655
- #: templates/account.php:290 templates/account/partials/site.php:219
1656
- #: templates/debug.php:245 templates/debug.php:374 templates/debug.php:455
1657
- #: templates/debug.php:492
1658
  msgid "Public Key"
1659
  msgstr "Clave pública"
1660
 
1661
- #: templates/account.php:296 templates/account/partials/site.php:231
1662
- #: templates/debug.php:375 templates/debug.php:456 templates/debug.php:493
1663
  msgid "Secret Key"
1664
  msgstr "Clave secreta"
1665
 
1666
- #: templates/account.php:299
1667
  msgctxt "as secret encryption key missing"
1668
  msgid "No Secret"
1669
  msgstr "Sin clave secreta"
1670
 
1671
- #: templates/account.php:318 templates/account/partials/site.php:112
1672
  #: templates/account/partials/site.php:114
1673
  msgid "Trial"
1674
  msgstr "Período de prueba gratuito"
1675
 
1676
- #: templates/account.php:337 templates/account/partials/site.php:248
1677
- #: templates/debug.php:533
1678
  msgid "License Key"
1679
  msgstr "Clave de licencia"
1680
 
1681
- #: templates/account.php:367
 
 
 
 
1682
  msgid "not verified"
1683
  msgstr "no verificado"
1684
 
1685
- #: templates/account.php:376 templates/account/partials/addon.php:120
1686
  msgid "Expired"
1687
  msgstr "Caducado"
1688
 
1689
- #: templates/account.php:428
1690
  msgid "Premium version"
1691
  msgstr "Versión premium"
1692
 
1693
- #: templates/account.php:430
1694
  msgid "Free version"
1695
  msgstr "Versión gratuita"
1696
 
1697
- #: templates/account.php:442
1698
  msgid "Verify Email"
1699
  msgstr "Verificar correo electrónico"
1700
 
1701
- #: templates/account.php:453
1702
- #, php-format
1703
  msgid "Download %s Version"
1704
  msgstr "Descargar versión %s"
1705
 
1706
- #: templates/account.php:467 templates/account.php:649
1707
- #: templates/account/partials/site.php:237
1708
  #: templates/account/partials/site.php:255
1709
  msgctxt "verb"
1710
  msgid "Show"
1711
  msgstr "Mostrar"
1712
 
1713
- #: templates/account.php:481
1714
- #, php-format
1715
  msgid "What is your %s?"
1716
  msgstr "¿Cual es tú %s?"
1717
 
1718
- #: templates/account.php:489 templates/account/billing.php:27
1719
  msgctxt "verb"
1720
  msgid "Edit"
1721
  msgstr "Editar"
1722
 
1723
- #: templates/account.php:502
1724
  msgid "Sites"
1725
  msgstr "Sitios"
1726
 
1727
- #: templates/account.php:513
1728
  msgid "Search by address"
1729
  msgstr "Buscar por dirección"
1730
 
1731
- #: templates/account.php:522 templates/account.php:570
1732
- #: templates/account/payments.php:35 templates/debug.php:238
1733
- #: templates/debug.php:366 templates/debug.php:451 templates/debug.php:488
1734
- #: templates/debug.php:526 templates/debug.php:599
1735
- #: templates/debug/logger.php:21
1736
- msgid "ID"
1737
- msgstr "ID"
1738
-
1739
- #: templates/account.php:523 templates/debug.php:369
1740
  msgid "Address"
1741
  msgstr "Dirección"
1742
 
1743
- #: templates/account.php:524
1744
  msgid "License"
1745
  msgstr "Licencia"
1746
 
1747
- #: templates/account.php:525
1748
  msgid "Plan"
1749
  msgstr "Plan"
1750
 
1751
- #: templates/account.php:573
1752
  msgctxt "as software license"
1753
  msgid "License"
1754
  msgstr "Licencia"
1755
 
1756
- #: templates/account.php:643
1757
  msgctxt "verb"
1758
  msgid "Hide"
1759
  msgstr "Ocultar"
1760
 
1761
- #: templates/account.php:686
1762
- #, php-format
 
 
 
 
 
 
 
1763
  msgid "Cancelling %s"
1764
  msgstr "Cancelando %s"
1765
 
1766
- #: templates/account.php:686 templates/account.php:703
1767
- #: templates/forms/deactivation/form.php:117
1768
- #: templates/forms/subscription-cancellation.php:27
1769
  msgid "trial"
1770
  msgstr "período de prueba"
1771
 
1772
- #: templates/account.php:701 templates/forms/deactivation/form.php:134
1773
- #, php-format
1774
  msgid "Cancelling %s..."
1775
  msgstr "Cancelando %s..."
1776
 
1777
- #: templates/account.php:704 templates/forms/deactivation/form.php:118
1778
- #: templates/forms/subscription-cancellation.php:28
1779
  msgid "subscription"
1780
  msgstr "suscripción"
1781
 
1782
- #: templates/account.php:718
1783
- msgid ""
1784
- "Deactivating your license will block all premium features, but will enable "
1785
- "activating the license on another site. Are you sure you want to proceed?"
1786
- msgstr ""
1787
- "Al desactivar tu licencia todas las características premium se bloquearán, "
1788
- "pero posibilitará poder activar tu licencia en otro sitio. ¿Estás seguro que "
1789
- "quieres continuar?"
1790
 
1791
- #: templates/account/billing.php:28
1792
- msgctxt "verb"
1793
- msgid "Update"
1794
- msgstr "Actualizar"
1795
 
1796
- #: templates/account/billing.php:39
1797
- msgid "Billing"
1798
- msgstr "Facturación"
1799
 
1800
- #: templates/account/billing.php:44
1801
- msgid "Business name"
1802
- msgstr "Nombre de la empresa"
1803
 
1804
- #: templates/account/billing.php:45
1805
- msgid "Tax / VAT ID"
1806
- msgstr "Tax / Núm IVA"
 
1807
 
1808
- #: templates/account/billing.php:48 templates/account/billing.php:49
1809
- #, php-format
1810
- msgid "Address Line %d"
1811
- msgstr "Línea de la dirección %d"
1812
 
1813
- #: templates/account/billing.php:52
1814
- msgid "City"
1815
- msgstr "Ciudad"
 
 
1816
 
1817
- #: templates/account/billing.php:52
1818
- msgid "Town"
1819
- msgstr "Municipio"
1820
 
1821
- #: templates/account/billing.php:53
1822
- msgid "ZIP / Postal Code"
1823
- msgstr "Código postal"
1824
 
1825
- #: templates/account/billing.php:308
1826
- msgid "Country"
1827
- msgstr "País"
1828
 
1829
- #: templates/account/billing.php:310
1830
- msgid "Select Country"
1831
- msgstr "Seleccionar país"
1832
 
1833
- #: templates/account/billing.php:317 templates/account/billing.php:318
1834
- msgid "State"
1835
- msgstr "Estado"
1836
 
1837
- #: templates/account/billing.php:317 templates/account/billing.php:318
1838
- msgid "Province"
1839
- msgstr "Provincia"
1840
-
1841
- #: templates/account/partials/activate-license-button.php:46
1842
- msgid "Localhost"
1843
- msgstr "Localhost"
1844
-
1845
- #: templates/account/partials/activate-license-button.php:50
1846
- #, php-format
1847
- msgctxt "as 5 licenses left"
1848
- msgid "%s left"
1849
- msgstr "quedan %s"
1850
-
1851
- #: templates/account/partials/activate-license-button.php:51
1852
- msgid "Last license"
1853
- msgstr "Última licencia"
1854
-
1855
- #: templates/account/partials/addon.php:115
1856
- msgid "Cancelled"
1857
- msgstr "Cancelado"
1858
-
1859
- #: templates/account/partials/addon.php:125
1860
- msgid "No expiration"
1861
- msgstr "Sin caducidad"
1862
-
1863
- #: templates/account/partials/addon.php:264
1864
- #: templates/account/partials/addon.php:317
1865
- msgid "Activate this add-on"
1866
- msgstr "Activar este complemento"
1867
-
1868
- #: templates/account/partials/addon.php:339 templates/debug.php:433
1869
- #: templates/debug.php:511
1870
- msgctxt "verb"
1871
- msgid "Delete"
1872
- msgstr "Borrar"
1873
-
1874
- #: templates/account/partials/site.php:148 templates/debug.php:368
1875
- msgid "Blog ID"
1876
- msgstr "ID del blog"
1877
-
1878
- #: templates/account/partials/site.php:181
1879
- msgid "Owner Name"
1880
- msgstr "Nombre del propietario"
1881
-
1882
- #: templates/account/partials/site.php:193
1883
- msgid "Owner Email"
1884
- msgstr "Correo electrónico del propietario"
1885
-
1886
- #: templates/account/partials/site.php:205
1887
- msgid "Owner ID"
1888
- msgstr "ID del propietario"
1889
-
1890
- #: templates/account/partials/site.php:270
1891
- msgid "Subscription"
1892
- msgstr "Suscripción"
1893
-
1894
- #: templates/account/payments.php:29
1895
- msgid "Payments"
1896
- msgstr "Pagos"
1897
-
1898
- #: templates/account/payments.php:36
1899
- msgid "Date"
1900
- msgstr "Fecha"
1901
-
1902
- #: templates/account/payments.php:37
1903
- msgid "Amount"
1904
- msgstr "Cantidad"
1905
-
1906
- #: templates/account/payments.php:38 templates/account/payments.php:50
1907
- msgid "Invoice"
1908
- msgstr "Factura"
1909
-
1910
- #: templates/add-ons.php:36
1911
- #, php-format
1912
- msgid "Add Ons for %s"
1913
- msgstr "Complementos para %s"
1914
-
1915
- #: templates/add-ons.php:44
1916
- msgid ""
1917
- "We could'nt load the add-ons list. It's probably an issue on our side, "
1918
- "please try to come back in few minutes."
1919
- msgstr ""
1920
- "No podemos cargar la lista de complementos. Probablemente es un problema por "
1921
- "nuestro parte, por favor inténtalo de nuevo en unos minutos."
1922
-
1923
- #: templates/add-ons.php:139
1924
- msgid "View details"
1925
- msgstr "Ver detalles"
1926
-
1927
- #: templates/admin-notice.php:13 templates/forms/license-activation.php:208
1928
- #: templates/forms/resend-key.php:77
1929
- msgctxt "as close a window"
1930
- msgid "Dismiss"
1931
- msgstr "Descartar"
1932
-
1933
- #: templates/auto-installation.php:45
1934
- #, php-format
1935
- msgid "%s sec"
1936
- msgstr "%s seg"
1937
-
1938
- #: templates/auto-installation.php:83
1939
- msgid "Automatic Installation"
1940
- msgstr "Instalación automática"
1941
-
1942
- #: templates/auto-installation.php:93
1943
- #, php-format
1944
- msgid ""
1945
- "An automated download and installation of %s (paid version) from %s will "
1946
- "start in %s. If you would like to do it manually - click the cancellation "
1947
- "button now."
1948
- msgstr ""
1949
- "Una descarga automatizada y la instalación de %s (versión de pago) de %s "
1950
- "comenzará en %s. Si quieres hacerlo manualmente - haz clic en el botón de "
1951
- "cancelación."
1952
-
1953
- #: templates/auto-installation.php:104
1954
- msgid ""
1955
- "The installation process has started and may take a few minutes to complete. "
1956
- "Please wait until it is done - do not refresh this page."
1957
- msgstr ""
1958
- "El proceso de instalación ha comenzado y puede tardar unos minutos en "
1959
- "completarse. Por favor, espera hasta que se finalice - no actualices esta "
1960
- "página."
1961
-
1962
- #: templates/auto-installation.php:109
1963
- msgid "Cancel Installation"
1964
- msgstr "Cancelar instalación"
1965
-
1966
- #: templates/checkout.php:172
1967
  msgid "Checkout"
1968
  msgstr "Pagar"
1969
 
1970
- #: templates/checkout.php:172
1971
  msgid "PCI compliant"
1972
  msgstr "Compatible con PCI"
1973
 
 
1974
  #: templates/connect.php:112
1975
- #, php-format
1976
  msgctxt "greeting"
1977
  msgid "Hey %s,"
1978
  msgstr "Hey %s,"
@@ -1986,121 +1542,66 @@ msgid "Re-send activation email"
1986
  msgstr "Reenviar correo electrónico de activación"
1987
 
1988
  #: templates/connect.php:162
1989
- #, php-format
1990
  msgid "Thanks %s!"
1991
  msgstr "¡Gracias %s!"
1992
 
1993
- #: templates/connect.php:172 templates/forms/license-activation.php:43
1994
  msgid "Agree & Activate License"
1995
  msgstr "De acuerdo y activar licencia"
1996
 
1997
  #: templates/connect.php:181
1998
- #, php-format
1999
- msgid ""
2000
- "Thanks for purchasing %s! To get started, please enter your license key:"
2001
  msgstr "¡Gracias por comprar %s! Para empezar, escribe tu clave de licencia:"
2002
 
2003
  #: templates/connect.php:188
2004
- #, php-format
2005
- msgid ""
2006
- "Never miss an important update - opt in to our security & feature updates "
2007
- "notifications, educational content, offers, and non-sensitive diagnostic "
2008
- "tracking with %4$s."
2009
- msgstr ""
2010
- "No te pierdas ninguna actualización importante - acepta para notificaciones "
2011
- "de seguridad y de actualizaciones, ofertas y seguimiento de diagnóstico con "
2012
- "datos no sensibles con %4$s."
2013
 
2014
  #: templates/connect.php:189
2015
- #, php-format
2016
- msgid ""
2017
- "Never miss an important update - opt in to our security and feature updates "
2018
- "notifications, and non-sensitive diagnostic tracking with %4$s."
2019
- msgstr ""
2020
- "No te pierdas ninguna actualización importante - acepta para notificaciones "
2021
- "de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no "
2022
- "sensibles con %4$s."
2023
 
2024
  #: templates/connect.php:195
2025
- #, php-format
2026
- msgid ""
2027
- "Never miss an important update - opt in to our security & feature updates "
2028
- "notifications, educational content, offers, and non-sensitive diagnostic "
2029
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just "
2030
- "fine."
2031
- msgstr ""
2032
- "No te pierdas ninguna actualización importante - acepta las notificaciones "
2033
- "de seguridad y de actualizaciones, contenido educacional, ofertas y "
2034
- "seguimiento de diagnóstico con datos no sensibles con %4$s. ¡Si te saltas "
2035
- "esto, no pasa nada! %1$s seguirá funcionando bien."
2036
 
2037
  #: templates/connect.php:196
2038
- #, php-format
2039
- msgid ""
2040
- "Never miss an important update - opt in to our security & feature updates "
2041
- "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
2042
- "this, that's okay! %1$s will still work just fine."
2043
- msgstr ""
2044
- "No te pierdas ninguna actualización importante - acepta las notificaciones "
2045
- "de seguridad y de actualizaciones y seguimiento de diagnóstico con datos no "
2046
- "sensibles con %4$s. ¡Si te saltas esto, no pasa nada! %1$s seguirá "
2047
- "funcionando bien."
2048
 
2049
  #: templates/connect.php:230
2050
  msgid "We're excited to introduce the Freemius network-level integration."
2051
- msgstr ""
2052
- "Estamos emocionados de introducir la integración de Freemius a nivel de red."
2053
 
2054
  #: templates/connect.php:233
2055
- #, php-format
2056
- msgid ""
2057
- "During the update process we detected %d site(s) that are still pending "
2058
- "license activation."
2059
- msgstr ""
2060
- "Durante el proceso de actualización hemos detectado%d sitio(s) que aún están "
2061
- "pendientes de la activación de licencia."
2062
 
2063
  #: templates/connect.php:235
2064
- #, php-format
2065
- msgid ""
2066
- "If you'd like to use the %s on those sites, please enter your license key "
2067
- "below and click the activation button."
2068
- msgstr ""
2069
- "Si quieres utilizar %s en estos sitios, introduce por favor tu clave de "
2070
- "licencia abajo y haz click en el botón de activación."
2071
 
2072
  #: templates/connect.php:237
2073
- #, php-format
2074
  msgid "%s's paid features"
2075
  msgstr "%s características de pago"
2076
 
2077
  #: templates/connect.php:242
2078
- #, php-format
2079
- msgid ""
2080
- "Alternatively, you can skip it for now and activate the license later, in "
2081
- "your %s's network-level Account page."
2082
- msgstr ""
2083
- "Alternativamente, puedes saltarlo ahora y activar la licencia después, en tu "
2084
- "%s página de cuenta a nivel de red."
2085
 
2086
  #: templates/connect.php:244
2087
- #, php-format
2088
- msgid ""
2089
- "During the update process we detected %s site(s) in the network that are "
2090
- "still pending your attention."
2091
- msgstr ""
2092
- "Durante el proceso de actualización detectamos %s sitio(s) en la red que "
2093
- "todavía están pendientes de tu atención."
2094
 
2095
- #: templates/connect.php:253 templates/forms/license-activation.php:46
2096
  msgid "License key"
2097
  msgstr "Clave de licencia"
2098
 
2099
- #: templates/connect.php:256 templates/forms/license-activation.php:19
2100
  msgid "Can't find your license key?"
2101
  msgstr "¿No puedes encontrar tu clave de licencia?"
2102
 
2103
- #: templates/connect.php:315 templates/connect.php:630
2104
  #: templates/forms/deactivation/retry-skip.php:20
2105
  msgctxt "verb"
2106
  msgid "Skip"
@@ -2111,11 +1612,8 @@ msgid "Delegate to Site Admins"
2111
  msgstr "Delegar a administradores del sitio"
2112
 
2113
  #: templates/connect.php:318
2114
- msgid ""
2115
- "If you click it, this decision will be delegated to the sites administrators."
2116
- msgstr ""
2117
- "Si haces click, esta decisión será delegada a los administradores de los "
2118
- "sitios."
2119
 
2120
  #: templates/connect.php:346
2121
  msgid "Your Profile Overview"
@@ -2137,12 +1635,11 @@ msgstr "URL del sitio web, versión de WP, PHP info, plugins y temas"
2137
  msgid "Admin Notices"
2138
  msgstr "Avisos de administración"
2139
 
2140
- #: templates/connect.php:359 templates/connect.php:375
2141
  msgid "Updates, announcements, marketing, no spam"
2142
  msgstr "Actualizaciones, anuncios, marketing, sin spam"
2143
 
2144
  #: templates/connect.php:364
2145
- #, php-format
2146
  msgid "Current %s Events"
2147
  msgstr "Eventos de %s actuales"
2148
 
@@ -2154,14 +1651,9 @@ msgstr "Activación, desactivación y desinstalación"
2154
  msgid "Newsletter"
2155
  msgstr "Boletín"
2156
 
2157
- #: templates/connect.php:391 templates/forms/license-activation.php:38
2158
- #, php-format
2159
- msgid ""
2160
- "The %1$s will be periodically sending data to %2$s to check for security and "
2161
- "feature updates, and verify the validity of your license."
2162
- msgstr ""
2163
- "%1$s periódicamente enviará datos a %2$s para comprobar las actualizaciones "
2164
- "de seguridad, nuevas funcionalidades y verificar la validez de tu licencia."
2165
 
2166
  #: templates/connect.php:396
2167
  msgid "What permissions are being granted?"
@@ -2171,10 +1663,6 @@ msgstr "¿Qué permisos se otorgan?"
2171
  msgid "Don't have a license key?"
2172
  msgstr "¿No tienes una clave de licencia?"
2173
 
2174
- #: templates/connect.php:418
2175
- msgid "Activate Free Version"
2176
- msgstr "Activar versión gratuita"
2177
-
2178
  #: templates/connect.php:420
2179
  msgid "Have a license key?"
2180
  msgstr "¿Tienes una clave de licencia?"
@@ -2191,12 +1679,12 @@ msgstr "Acuerdo de licencia"
2191
  msgid "Terms of Service"
2192
  msgstr "Términos de servicio"
2193
 
2194
- #: templates/connect.php:766
2195
  msgctxt "as in the process of sending an email"
2196
  msgid "Sending email"
2197
  msgstr "Enviando correo electrónico"
2198
 
2199
- #: templates/connect.php:767
2200
  msgctxt "as activating plugin"
2201
  msgid "Activating"
2202
  msgstr "Activando"
@@ -2224,7 +1712,7 @@ msgctxt "as code debugging"
2224
  msgid "Debugging"
2225
  msgstr "Depurando"
2226
 
2227
- #: templates/debug.php:54 templates/debug.php:250 templates/debug.php:376
2228
  #: templates/debug.php:494
2229
  msgid "Actions"
2230
  msgstr "Acciones"
@@ -2278,7 +1766,7 @@ msgstr "Versiones SDK"
2278
  msgid "SDK Path"
2279
  msgstr "Ruta del SDK"
2280
 
2281
- #: templates/debug.php:205 templates/debug.php:244
2282
  msgid "Module Path"
2283
  msgstr "Ruta del módulo"
2284
 
@@ -2286,20 +1774,20 @@ msgstr "Ruta del módulo"
2286
  msgid "Is Active"
2287
  msgstr "Está activo"
2288
 
2289
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:35
2290
  msgid "Plugins"
2291
  msgstr "Plugins"
2292
 
2293
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:56
2294
  msgid "Themes"
2295
  msgstr "Temas"
2296
 
2297
- #: templates/debug.php:239 templates/debug.php:371 templates/debug.php:453
2298
  #: templates/debug/scheduled-crons.php:80
2299
  msgid "Slug"
2300
  msgstr "Ruta"
2301
 
2302
- #: templates/debug.php:241 templates/debug.php:452
2303
  msgid "Title"
2304
  msgstr "Título"
2305
 
@@ -2339,7 +1827,6 @@ msgid "Simulate Network Upgrade"
2339
  msgstr "Simular actualización de red"
2340
 
2341
  #: templates/debug.php:360
2342
- #, php-format
2343
  msgid "%s Installs"
2344
  msgstr "%s Instalaciones"
2345
 
@@ -2348,8 +1835,17 @@ msgctxt "like websites"
2348
  msgid "Sites"
2349
  msgstr "Sitios"
2350
 
 
 
 
 
 
 
 
 
 
 
2351
  #: templates/debug.php:447
2352
- #, php-format
2353
  msgid "Add Ons of module %s"
2354
  msgstr "Complementos del módulo %s"
2355
 
@@ -2362,7 +1858,6 @@ msgid "Verified"
2362
  msgstr "Verificado"
2363
 
2364
  #: templates/debug.php:522
2365
- #, php-format
2366
  msgid "%s Licenses"
2367
  msgstr "%s Licencias"
2368
 
@@ -2403,12 +1898,12 @@ msgstr "Todos los Tipos"
2403
  msgid "All Requests"
2404
  msgstr "Todas las peticiones"
2405
 
2406
- #: templates/debug.php:573 templates/debug.php:602
2407
  #: templates/debug/logger.php:25
2408
  msgid "File"
2409
  msgstr "Archivo"
2410
 
2411
- #: templates/debug.php:574 templates/debug.php:600
2412
  #: templates/debug/logger.php:23
2413
  msgid "Function"
2414
  msgstr "Función"
@@ -2421,7 +1916,7 @@ msgstr "ID del proceso"
2421
  msgid "Logger"
2422
  msgstr "Logger"
2423
 
2424
- #: templates/debug.php:577 templates/debug.php:601
2425
  #: templates/debug/logger.php:24
2426
  msgid "Message"
2427
  msgstr "Mensaje"
@@ -2434,14 +1929,103 @@ msgstr "Filtro"
2434
  msgid "Download"
2435
  msgstr "Descarga"
2436
 
2437
- #: templates/debug.php:598 templates/debug/logger.php:22
2438
  msgid "Type"
2439
  msgstr "Tipo"
2440
 
2441
- #: templates/debug.php:603 templates/debug/logger.php:26
2442
  msgid "Timestamp"
2443
  msgstr "Timestamp"
2444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2445
  #: templates/debug/api-calls.php:56
2446
  msgid "API"
2447
  msgstr "API"
@@ -2483,19 +2067,19 @@ msgstr "Fin"
2483
  msgid "Log"
2484
  msgstr "Log"
2485
 
2486
- #: templates/debug/plugins-themes-sync.php:18
 
2487
  #: templates/debug/scheduled-crons.php:91
2488
- #, php-format
2489
  msgid "In %s"
2490
  msgstr "En %s"
2491
 
2492
- #: templates/debug/plugins-themes-sync.php:20
 
2493
  #: templates/debug/scheduled-crons.php:93
2494
- #, php-format
2495
  msgid "%s ago"
2496
  msgstr "hace %s"
2497
 
2498
- #: templates/debug/plugins-themes-sync.php:21
2499
  #: templates/debug/scheduled-crons.php:74
2500
  msgctxt "seconds"
2501
  msgid "sec"
@@ -2509,7 +2093,7 @@ msgstr "Sincronizar plugins y temas"
2509
  msgid "Total"
2510
  msgstr "Total"
2511
 
2512
- #: templates/debug/plugins-themes-sync.php:29
2513
  #: templates/debug/scheduled-crons.php:84
2514
  msgid "Last"
2515
  msgstr "Último"
@@ -2543,66 +2127,38 @@ msgid "Apply to become an affiliate"
2543
  msgstr "Aceptar para hacerse afiliado"
2544
 
2545
  #: templates/forms/affiliation.php:104
2546
- #, php-format
2547
- msgid ""
2548
- "Your affiliate application for %s has been accepted! Log in to your "
2549
- "affiliate area at: %s."
2550
- msgstr ""
2551
- "¡Tu aplicación al programa de afiliación para %s ha sido aceptada! Entra en "
2552
- "tu área de afiliado desde: %s."
2553
 
2554
  #: templates/forms/affiliation.php:119
2555
- msgid ""
2556
- "Thank you for applying for our affiliate program, we'll review your details "
2557
- "during the next 14 days and will get back to you with further information."
2558
- msgstr ""
2559
- "Gracias por aplicar a nuestro programa de afiliados, revisaremos tu petición "
2560
- "durante los próximos 14 días y te volveremos a contactar con información "
2561
- "adicional."
2562
 
2563
  #: templates/forms/affiliation.php:122
2564
  msgid "Your affiliation account was temporarily suspended."
2565
  msgstr "Tu cuenta de afiliado ha sido suspendida temporalmente."
2566
 
2567
  #: templates/forms/affiliation.php:125
2568
- msgid ""
2569
- "Thank you for applying for our affiliate program, unfortunately, we've "
2570
- "decided at this point to reject your application. Please try again in 30 "
2571
- "days."
2572
- msgstr ""
2573
- "Gracias por aplicar a nuestro programa de asociados, infortunadamente, de "
2574
- "momento hemos decidido rechazar tu petición. Por favor, prueba de nuevo en "
2575
- "30 días."
2576
 
2577
  #: templates/forms/affiliation.php:128
2578
- msgid ""
2579
- "Due to violation of our affiliation terms, we decided to temporarily block "
2580
- "your affiliation account. If you have any questions, please contact support."
2581
- msgstr ""
2582
- "Debido a la violación de nuestros términos de afiliados, hemos decidido "
2583
- "bloquear temporalmente tu cuenta de afiliación. Si tienes alguna pregunta, "
2584
- "por favor contacta nuestro soporte."
2585
 
2586
  #: templates/forms/affiliation.php:141
2587
- #, php-format
2588
  msgid "Like the %s? Become our ambassador and earn cash ;-)"
2589
  msgstr "¿Te gusta %s? Conviértete en nuestro embajador y gana dinero ;-)"
2590
 
2591
  #: templates/forms/affiliation.php:142
2592
- #, php-format
2593
- msgid ""
2594
- "Refer new customers to our %s and earn %s commission on each successful sale "
2595
- "you refer!"
2596
- msgstr ""
2597
- "¡Envíanos nuevos usuarios a nuestro %s y gana %s de comisión en cada venta "
2598
- "satisfactoria que nos hayas referido!"
2599
 
2600
  #: templates/forms/affiliation.php:145
2601
  msgid "Program Summary"
2602
  msgstr "Sumario del programa"
2603
 
2604
  #: templates/forms/affiliation.php:147
2605
- #, php-format
2606
  msgid "%s commission when a customer purchases a new license."
2607
  msgstr "%s comisión cuando un cliente compra una nueva licencia."
2608
 
@@ -2611,19 +2167,14 @@ msgid "Get commission for automated subscription renewals."
2611
  msgstr "Obtén comisiones por renovaciones automatizadas de las suscripciones."
2612
 
2613
  #: templates/forms/affiliation.php:152
2614
- #, php-format
2615
- msgid ""
2616
- "%s tracking cookie after the first visit to maximize earnings potential."
2617
- msgstr ""
2618
- "%s tracking cookie después de la primera visita para maximizar las ganancias "
2619
- "potenciales."
2620
 
2621
  #: templates/forms/affiliation.php:155
2622
  msgid "Unlimited commissions."
2623
  msgstr "Comisiones Ilimitadas"
2624
 
2625
  #: templates/forms/affiliation.php:157
2626
- #, php-format
2627
  msgid "%s minimum payout amount."
2628
  msgstr "%s cantidad mínima a pagar."
2629
 
@@ -2632,18 +2183,14 @@ msgid "Payouts are in USD and processed monthly via PayPal."
2632
  msgstr "Los pagos son en USD y se procesan mensualmente por medio de PayPal."
2633
 
2634
  #: templates/forms/affiliation.php:159
2635
- msgid ""
2636
- "As we reserve 30 days for potential refunds, we only pay commissions that "
2637
- "are older than 30 days."
2638
- msgstr ""
2639
- "Como aplazamos 30 días para posible devoluciones, sólo pagamos comisiones "
2640
- "que son de más de 30 días."
2641
 
2642
  #: templates/forms/affiliation.php:162
2643
  msgid "Affiliate"
2644
  msgstr "Afiliado"
2645
 
2646
- #: templates/forms/affiliation.php:165 templates/forms/resend-key.php:23
2647
  msgid "Email address"
2648
  msgstr "Dirección de correo electrónico"
2649
 
@@ -2656,18 +2203,12 @@ msgid "PayPal account email address"
2656
  msgstr "Dirección de correo electrónico de PayPal"
2657
 
2658
  #: templates/forms/affiliation.php:177
2659
- #, php-format
2660
  msgid "Where are you going to promote the %s?"
2661
  msgstr "¿Dónde vas a promocionar %s?"
2662
 
2663
  #: templates/forms/affiliation.php:179
2664
- #, php-format
2665
- msgid ""
2666
- "Enter the domain of your website or other websites from where you plan to "
2667
- "promote the %s."
2668
- msgstr ""
2669
- "Introduce el dominio de tu sitio web o de otros sitios web donde planeas "
2670
- "promocionar %s."
2671
 
2672
  #: templates/forms/affiliation.php:181
2673
  msgid "Add another domain"
@@ -2695,33 +2236,21 @@ msgstr "Apps móviles "
2695
 
2696
  #: templates/forms/affiliation.php:207
2697
  msgid "Website, email, and social media statistics (optional)"
2698
- msgstr ""
2699
- "Sitio web, correo electrónico y estadísticas de social media (opcional)"
2700
 
2701
  #: templates/forms/affiliation.php:210
2702
- msgid ""
2703
- "Please feel free to provide any relevant website or social media statistics, "
2704
- "e.g. monthly unique site visits, number of email subscribers, followers, "
2705
- "etc. (we will keep this information confidential)."
2706
- msgstr ""
2707
- "Siéntete libre de proporcionarnos estadísticas de tu sitio web o social "
2708
- "media, p.ej. visitas únicas mensuales, número de suscriptores de correo "
2709
- "electrónico, seguidores, etc. (mantendremos esta información confidencial)"
2710
 
2711
  #: templates/forms/affiliation.php:214
2712
  msgid "How will you promote us?"
2713
  msgstr "¿Como nos promocionarás?"
2714
 
2715
  #: templates/forms/affiliation.php:217
2716
- #, php-format
2717
- msgid ""
2718
- "Please provide details on how you intend to promote %s (please be as "
2719
- "specific as possible)."
2720
- msgstr ""
2721
- "Por favor, danos detalles de como pretendes promocionar %s (por favor, se lo "
2722
- "más específico que puedas)"
2723
 
2724
- #: templates/forms/affiliation.php:223 templates/forms/resend-key.php:22
2725
  msgid "Cancel"
2726
  msgstr "Cancelar"
2727
 
@@ -2729,94 +2258,11 @@ msgstr "Cancelar"
2729
  msgid "Become an affiliate"
2730
  msgstr "Hacerse afiliado"
2731
 
2732
- #: templates/forms/deactivation/contact.php:19
2733
- msgid ""
2734
- "Sorry for the inconvenience and we are here to help if you give us a chance."
2735
- msgstr ""
2736
- "Disculpa las molestias y estamos aquí para ayudarte si nos das una "
2737
- "oportunidad."
2738
-
2739
- #: templates/forms/deactivation/contact.php:22
2740
- msgid "Contact Support"
2741
- msgstr "Contactar soporte"
2742
-
2743
- #: templates/forms/deactivation/form.php:59
2744
- msgid "Anonymous feedback"
2745
- msgstr "Comentarios anónimos"
2746
-
2747
- #: templates/forms/deactivation/form.php:66
2748
- msgid "Deactivate"
2749
- msgstr "Desactivar"
2750
-
2751
- #: templates/forms/deactivation/form.php:68
2752
- #, php-format
2753
- msgid "Activate %s"
2754
- msgstr "Activar %s"
2755
-
2756
- #: templates/forms/deactivation/form.php:80
2757
- msgid "Quick Feedback"
2758
- msgstr "Comentarios rápidos"
2759
 
2760
- #: templates/forms/deactivation/form.php:84
2761
- #, php-format
2762
- msgid "If you have a moment, please let us know why you are %s"
2763
- msgstr "Si tienes un momento, por favor, dinos por qué estás %s"
2764
-
2765
- #: templates/forms/deactivation/form.php:84
2766
- msgid "deactivating"
2767
- msgstr "desactivando"
2768
-
2769
- #: templates/forms/deactivation/form.php:84
2770
- msgid "switching"
2771
- msgstr "cambiando"
2772
-
2773
- #: templates/forms/deactivation/form.php:150
2774
- #: templates/forms/subscription-cancellation.php:191
2775
- #, php-format
2776
- msgid "Cancel %s & Proceed"
2777
- msgstr "Cancelar %s y proceder"
2778
-
2779
- #: templates/forms/deactivation/form.php:332
2780
- #, php-format
2781
- msgid "Submit & %s"
2782
- msgstr "Enviar y %s"
2783
-
2784
- #: templates/forms/deactivation/form.php:353
2785
- msgid "Kindly tell us the reason so we can improve."
2786
- msgstr "Por favor, dínos la razón para que podamos mejorar."
2787
-
2788
- #: templates/forms/deactivation/form.php:478
2789
- #, php-format
2790
- msgid "Yes - %s"
2791
- msgstr "Si - %s"
2792
-
2793
- #: templates/forms/deactivation/form.php:485
2794
- #, php-format
2795
- msgid "Skip & %s"
2796
- msgstr "Saltar y %s"
2797
-
2798
- #: templates/forms/deactivation/retry-skip.php:21
2799
- msgid "Click here to use the plugin anonymously"
2800
- msgstr "Haz click aquí para utilizar el plugin de forma anónima"
2801
-
2802
- #: templates/forms/deactivation/retry-skip.php:23
2803
- #, php-format
2804
- msgid ""
2805
- "You might have missed it, but you don't have to share any data and can just "
2806
- "%s the opt-in."
2807
- msgstr ""
2808
- "Es posible que te lo hayas perdido, pero no tienes que compartir ningún dato "
2809
- "y puedes solo aceptar %s."
2810
-
2811
- #: templates/forms/license-activation.php:20
2812
- msgid ""
2813
- "Please enter the license key that you received in the email right after the "
2814
- "purchase:"
2815
- msgstr ""
2816
- "Por favor, introduce la clave de licencia que recibiste en el correo "
2817
- "electrónico al realizar la compra:"
2818
-
2819
- #: templates/forms/license-activation.php:25
2820
  msgid "Update License"
2821
  msgstr "Activar licencia"
2822
 
@@ -2831,34 +2277,20 @@ msgid "Opt In"
2831
  msgstr "Inscribirse"
2832
 
2833
  #: templates/forms/optout.php:33
2834
- #, php-format
2835
- msgid ""
2836
- "Usage tracking is done in the name of making %s better. Making a better user "
2837
- "experience, prioritizing new features, and more good things. We'd really "
2838
- "appreciate if you'll reconsider letting us continue with the tracking."
2839
- msgstr ""
2840
- "El uso del seguimiento se hace con la intención de mejorar %s. Crear una "
2841
- "mejor experiencia de usuario, priorizando nuevas características y cosas "
2842
- "mejores. Realmente apreciaríamos que considerases permitirnos continuar con "
2843
- "el seguimiento."
2844
 
2845
  #: templates/forms/optout.php:35
2846
- #, php-format
2847
- msgid ""
2848
- "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2849
  msgstr "Haciendo clic en \"Desistir\", ya no enviaremos los datos de %s a %s."
2850
 
2851
  #: templates/forms/premium-versions-upgrade-handler.php:40
2852
- #, php-format
2853
  msgid "There is a new version of %s available."
2854
  msgstr "Hay una nueva versión de %s disponible."
2855
 
2856
  #: templates/forms/premium-versions-upgrade-handler.php:41
2857
- #, php-format
2858
  msgid " %s to access version %s security & feature updates, and support."
2859
- msgstr ""
2860
- "%s para acceder a la versión %s de actualizaciones de funciones, seguridad y "
2861
- "soporte."
2862
 
2863
  #: templates/forms/premium-versions-upgrade-handler.php:54
2864
  msgid "New Version Available"
@@ -2874,65 +2306,42 @@ msgid "Send License Key"
2874
  msgstr "Enviar clave de licencia"
2875
 
2876
  #: templates/forms/resend-key.php:57
2877
- msgid ""
2878
- "Enter the email address you've used for the upgrade below and we will resend "
2879
- "you the license key."
2880
- msgstr ""
2881
- "Escribe abajo la dirección de correo electrónico que has usado para la "
2882
- "actualización y te reenviaremos la clave de licencia."
2883
 
2884
- #: templates/forms/subscription-cancellation.php:38
2885
- #, php-format
2886
- msgid ""
2887
- "Deactivating or uninstalling the %s will automatically disable the license, "
2888
- "which you'll be able to use on another site."
2889
- msgstr ""
2890
- "Desactivar o desinstalar %s deshabilitará automáticamente la licencia, que "
2891
- "podrás usar en otro sitio."
2892
 
2893
- #: templates/forms/subscription-cancellation.php:48
2894
- #, php-format
2895
- msgid ""
2896
- "In case you are NOT planning on using this %s on this site (or any other "
2897
- "site) - would you like to cancel the %s as well?"
2898
- msgstr ""
2899
- "En caso de que NO estés planeando utilizar este %s en este sitio (o en "
2900
- "cualquier otro sitio), ¿te gustaría cancelar también %s?"
2901
 
2902
  #: templates/forms/subscription-cancellation.php:52
2903
  msgid "license"
2904
  msgstr "licencia"
2905
 
2906
- #: templates/forms/subscription-cancellation.php:58
2907
- #, php-format
2908
- msgid ""
2909
- "Cancel %s - I no longer need any security & feature updates, nor support for "
2910
- "%s because I'm not planning to use the %s on this, or any other site."
2911
- msgstr ""
2912
- "Cancelar %s - No necesito más actualizaciones de características y "
2913
- "seguridad, ni soporte para %s porque no pretendo utilizar%s en este, u otro "
2914
- "sitio."
2915
 
2916
- #: templates/forms/subscription-cancellation.php:69
2917
- #, php-format
2918
- msgid ""
2919
- "Don't cancel %s - I'm still interested in getting security & feature "
2920
- "updates, as well as be able to contact support."
2921
- msgstr ""
2922
- "No cancelar %s - Todavía estoy interesado en obtener actualizaciones de "
2923
- "características y seguridad, así como poder contactar con soporte."
 
 
 
2924
 
2925
  #: templates/forms/subscription-cancellation.php:103
2926
- #, php-format
2927
- msgid ""
2928
- "Once your license expires you will no longer be able to use the %s, unless "
2929
- "you activate it again with a valid premium license."
2930
- msgstr ""
2931
- "Una vez que tu licencia caduque no podrás seguir utilizando %s, a no ser que "
2932
- "lo actives de nuevo con una licencia premium válida."
2933
 
2934
  #: templates/forms/subscription-cancellation.php:136
2935
- #, php-format
2936
  msgid "Cancel %s?"
2937
  msgstr "¿Cancelar %s?"
2938
 
@@ -2940,66 +2349,60 @@ msgstr "¿Cancelar %s?"
2940
  msgid "Proceed"
2941
  msgstr "Proceder"
2942
 
 
 
 
 
 
2943
  #: templates/forms/trial-start.php:22
2944
- #, php-format
2945
- msgid ""
2946
- "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2947
- msgstr ""
2948
- "Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del plan "
2949
- "%2$s."
2950
 
2951
  #: templates/forms/trial-start.php:28
2952
- #, php-format
2953
- msgid ""
2954
- "For compliance with the WordPress.org guidelines, before we start the trial "
2955
- "we ask that you opt in with your user and non-sensitive site information, "
2956
- "allowing the %s to periodically send data to %s to check for version updates "
2957
- "and to validate your trial."
2958
- msgstr ""
2959
- "Para el cumplimiento de las directrices de WordPress.org, antes de empezar "
2960
- "el período de prueba te pedimos que aceptes con tu usuario e información no "
2961
- "sensible del sitio web, permitiendo a %s enviar datos periódicamente a %s "
2962
- "para comprobar si hay actualizaciones de versión y para validar la versión "
2963
- "de prueba."
2964
 
2965
- #: templates/js/style-premium-theme.php:37
2966
  msgid "Premium"
2967
  msgstr "Premium"
2968
 
2969
- #: templates/partials/network-activation.php:23
 
 
 
 
2970
  msgid "Activate license on all sites in the network."
2971
  msgstr "Activar licencia en todos los sitios de la red"
2972
 
2973
- #: templates/partials/network-activation.php:24
2974
  msgid "Apply on all sites in the network."
2975
  msgstr "Aplicar en todos los sitios de la red"
2976
 
2977
- #: templates/partials/network-activation.php:27
2978
  msgid "Activate license on all pending sites."
2979
  msgstr "Aplicar licencia en todos los sitios pendientes"
2980
 
2981
- #: templates/partials/network-activation.php:28
2982
  msgid "Apply on all pending sites."
2983
  msgstr "Aplicar en todos los sitios pendientes"
2984
 
2985
- #: templates/partials/network-activation.php:36
2986
- #: templates/partials/network-activation.php:68
2987
  msgid "allow"
2988
  msgstr "permitir"
2989
 
2990
- #: templates/partials/network-activation.php:38
2991
- #: templates/partials/network-activation.php:70
2992
  msgid "delegate"
2993
  msgstr "delegar"
2994
 
2995
- #: templates/partials/network-activation.php:41
2996
- #: templates/partials/network-activation.php:73
2997
  msgid "skip"
2998
  msgstr "saltar"
2999
 
3000
- #: templates/plugin-info/description.php:72
3001
  #: templates/plugin-info/screenshots.php:31
3002
- #, php-format
3003
  msgid "Click to view full-size screenshot %d"
3004
  msgstr "Click para ver la captura de pantalla a tamaño completo %d"
3005
 
@@ -3007,7 +2410,99 @@ msgstr "Click para ver la captura de pantalla a tamaño completo %d"
3007
  msgid "Unlimited Updates"
3008
  msgstr "Actualizaciones Ilimitadas"
3009
 
3010
- #: templates/secure-https-header.php:28
3011
- #, php-format
3012
- msgid "Secure HTTPS %s page, running from an external domain"
3013
- msgstr "Página segura HTTPS %s, desde un dominio externo"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 "&#x2190;"
370
  msgstr "&#x2190;"
371
 
372
+ #: includes/class-freemius.php:16835
373
  msgctxt "ASCII arrow right icon"
374
  msgid "&#x27a4;"
375
  msgstr "&#x27a4;"
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,"
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"
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"
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
 
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?"
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?"
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"
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"
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
 
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
 
1827
  msgstr "Simular actualización de red"
1828
 
1829
  #: templates/debug.php:360
 
1830
  msgid "%s Installs"
1831
  msgstr "%s Instalaciones"
1832
 
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
 
1858
  msgstr "Verificado"
1859
 
1860
  #: templates/debug.php:522
 
1861
  msgid "%s Licenses"
1862
  msgstr "%s Licencias"
1863
 
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"
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"
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"
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"
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"
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
 
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
 
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
 
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"
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
 
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
 
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"
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
 
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
 
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.mo CHANGED
Binary file
freemius/languages/freemius-fr_FR.po CHANGED
@@ -6,1987 +6,1529 @@ 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: 2019-05-04 16:17+0200\n"
10
- "PO-Revision-Date: 2019-05-04 16:17+0200\n"
11
  "Last-Translator: Boris Colombier <transifex.com@wba.fr>\n"
12
- "Language-Team: French (France) (http://www.transifex.com/freemius/wordpress-"
13
- "sdk/language/fr_FR/)\n"
14
  "Language: fr_FR\n"
15
- "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
19
  "X-Poedit-Basepath: ..\n"
20
- "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;"
21
- "fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;"
22
- "fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;"
23
- "fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;"
24
- "fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;"
25
- "fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
26
- "X-Poedit-SourceCharset: UTF-8\n"
27
- "X-Generator: Poedit 2.2.1\n"
28
  "X-Poedit-SearchPath-0: .\n"
29
  "X-Poedit-SearchPathExcluded-0: *.js\n"
 
30
 
31
- #: includes/class-freemius.php:1688
32
- msgid ""
33
- "Freemius SDK couldn't find the plugin's main file. Please contact "
34
- "sdk@freemius.com with the current error."
35
- msgstr ""
36
- "Le SDK Freemius ne trouve pas le fichier principal du plugin. Merci de "
37
- "contacter sdk@freemius.com en indiquant l'erreur."
 
 
 
 
38
 
39
- #: includes/class-freemius.php:1690
40
  msgid "Error"
41
  msgstr "Erreur"
42
 
43
- #: includes/class-freemius.php:2011
44
- #, php-format
45
  msgid "I found a better %s"
46
  msgstr "J'ai trouvé un meilleur %s"
47
 
48
- #: includes/class-freemius.php:2013
49
- #, php-format
50
  msgid "What's the %s's name?"
51
  msgstr "Quel est le nom du %s ?"
52
 
53
- #: includes/class-freemius.php:2019
54
- #, php-format
55
  msgid "It's a temporary %s. I'm just debugging an issue."
56
  msgstr "C'est une %s temporaire. Je corrige un problème."
57
 
58
- #: includes/class-freemius.php:2021
59
  msgid "Deactivation"
60
  msgstr "Désactivation"
61
 
62
- #: includes/class-freemius.php:2022
63
  msgid "Theme Switch"
64
  msgstr "Changement de Thème"
65
 
66
- #: includes/class-freemius.php:2031 templates/forms/resend-key.php:24
67
  msgid "Other"
68
  msgstr "Autre"
69
 
70
- #: includes/class-freemius.php:2039
71
- #, php-format
72
  msgid "I no longer need the %s"
73
  msgstr "Je n'ai plus besoin du %s"
74
 
75
- #: includes/class-freemius.php:2046
76
- #, php-format
77
  msgid "I only needed the %s for a short period"
78
  msgstr "Je n'ai besoin de %s que pour une courte période"
79
 
80
- #: includes/class-freemius.php:2052
81
- #, php-format
82
  msgid "The %s broke my site"
83
  msgstr "Le %s a cassé mon site"
84
 
85
- #: includes/class-freemius.php:2059
86
- #, php-format
87
  msgid "The %s suddenly stopped working"
88
  msgstr "Le %s a soudainement arrêté de fonctionner"
89
 
90
- #: includes/class-freemius.php:2069
91
  msgid "I can't pay for it anymore"
92
  msgstr "Je ne peux plus payer pour ça"
93
 
94
- #: includes/class-freemius.php:2071
95
  msgid "What price would you feel comfortable paying?"
96
  msgstr "Quel prix seriez-vous prêt à payer ?"
97
 
98
- #: includes/class-freemius.php:2077
99
  msgid "I don't like to share my information with you"
100
  msgstr "Je ne veux pas partager mes informations avec vous"
101
 
102
- #: includes/class-freemius.php:2098
103
- #, php-format
104
  msgid "The %s didn't work"
105
  msgstr "Le %s n'a pas fonctionné"
106
 
107
- #: includes/class-freemius.php:2108
108
  msgid "I couldn't understand how to make it work"
109
  msgstr "Je ne comprends pas comment le faire fonctionner"
110
 
111
- #: includes/class-freemius.php:2116
112
- #, php-format
113
  msgid "The %s is great, but I need specific feature that you don't support"
114
- msgstr ""
115
- "Le %s est bien mais j'ai besoin de fonctionnalités spécifiques que vous ne "
116
- "proposez pas"
117
 
118
- #: includes/class-freemius.php:2118
119
  msgid "What feature?"
120
  msgstr "Quelle fonctionnalité ?"
121
 
122
- #: includes/class-freemius.php:2122
123
- #, php-format
124
  msgid "The %s is not working"
125
  msgstr "Le %s ne fonctionne pas"
126
 
127
- #: includes/class-freemius.php:2124
128
  msgid "Kindly share what didn't work so we can fix it for future users..."
129
- msgstr ""
130
- "Merci de nous indiquer ce qui ne fonctionne pas afin que nous puissions le "
131
- "corriger pour les futurs utilisateurs..."
132
 
133
- #: includes/class-freemius.php:2128
134
  msgid "It's not what I was looking for"
135
  msgstr "Ce n'est pas ce que je recherche"
136
 
137
- #: includes/class-freemius.php:2130
138
  msgid "What you've been looking for?"
139
  msgstr "Que recherchez-vous ?"
140
 
141
- #: includes/class-freemius.php:2134
142
- #, php-format
143
  msgid "The %s didn't work as expected"
144
  msgstr "Le %s n'a pas fonctionné comme prévu"
145
 
146
- #: includes/class-freemius.php:2136
147
  msgid "What did you expect?"
148
  msgstr "À quoi vous attendiez-vous ?"
149
 
150
- #: includes/class-freemius.php:2947 templates/debug.php:20
151
  msgid "Freemius Debug"
152
  msgstr "Débuggage Freemius"
153
 
154
- #: includes/class-freemius.php:3696
155
  msgid "I don't know what is cURL or how to install it, help me!"
156
  msgstr "Je ne sais pas ce qu'est cURL ou comment l'installer, aidez moi !"
157
 
158
- #: includes/class-freemius.php:3698
159
- #, php-format
160
- msgid ""
161
- "We'll make sure to contact your hosting company and resolve the issue. You "
162
- "will get a follow-up email to %s once we have an update."
163
- msgstr ""
164
- "Nous allons contacter votre hébergeur afin de résoudre le problème. Vous "
165
- "recevrez un email à propos de %s dès que nous aurons des nouvelles."
166
 
167
- #: includes/class-freemius.php:3705
168
- #, php-format
169
- msgid ""
170
- "Great, please install cURL and enable it in your php.ini file. In addition, "
171
- "search for the 'disable_functions' directive in your php.ini file and remove "
172
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
173
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
174
- "it back again."
175
- msgstr ""
176
- "Parfait, merci d'installer cURL et de l'activer dans votre fichier php.ini. "
177
- "De plus, recherchez l'instruction 'disable_functions' de votre fichier php."
178
- "ini et désactivez les commandes commençant par 'curl_'. Pour vérifier la "
179
- "bonne activation, utilisez la fonction 'phpinfo()'. Une fois activé, "
180
- "désactivez le %s et réactivez le à nouveau."
181
 
182
- #: includes/class-freemius.php:3810
183
  msgid "Yes - do your thing"
184
  msgstr "Oui - allez-y"
185
 
186
- #: includes/class-freemius.php:3815
187
  msgid "No - just deactivate"
188
  msgstr "Non - désactivation seulement"
189
 
190
- #: includes/class-freemius.php:3860 includes/class-freemius.php:4369
191
- #: includes/class-freemius.php:5468 includes/class-freemius.php:11576
192
- #: includes/class-freemius.php:14947 includes/class-freemius.php:14999
193
- #: includes/class-freemius.php:15061 includes/class-freemius.php:17294
194
- #: includes/class-freemius.php:17304 includes/class-freemius.php:17913
195
- #: includes/class-freemius.php:18773 includes/class-freemius.php:18888
196
- #: includes/class-freemius.php:19032 templates/add-ons.php:43
197
  msgctxt "exclamation"
198
  msgid "Oops"
199
  msgstr "Oups"
200
 
201
- #: includes/class-freemius.php:3929
202
- #, php-format
203
- msgid ""
204
- "Thank for giving us the chance to fix it! A message was just sent to our "
205
- "technical staff. We will get back to you as soon as we have an update to %s. "
206
- "Appreciate your patience."
207
- msgstr ""
208
- "Merci de nous permettre de corriger ça. Un message vient d'être envoyé à "
209
- "notre service technique. Nous reviendrons vers vous dès que nous aurons des "
210
- "nouvelles à propos de %s."
211
 
212
- #: includes/class-freemius.php:4366
213
- #, php-format
214
  msgctxt "addonX cannot run without pluginY"
215
  msgid "%s cannot run without %s."
216
  msgstr "%s ne peut pas fonctionner sans %s."
217
 
218
- #: includes/class-freemius.php:4367
219
- #, php-format
220
  msgctxt "addonX cannot run..."
221
  msgid "%s cannot run without the plugin."
222
  msgstr "%s ne peut pas fonctionner sans le plugin."
223
 
224
- #: includes/class-freemius.php:4513 includes/class-freemius.php:4538
225
- #: includes/class-freemius.php:17984
226
- #, php-format
227
- msgid ""
228
- "Unexpected API error. Please contact the %s's author with the following "
229
- "error."
230
- msgstr ""
231
- "Une erreur est survenue dans l'API. Merci de contacter l'auteur du %s en lui "
232
- "indiquant l'erreur."
233
 
234
- #: includes/class-freemius.php:5156
235
- #, php-format
236
  msgid "Premium %s version was successfully activated."
237
  msgstr "La version premium de %s a été activée avec succès."
238
 
239
- #: includes/class-freemius.php:5168 includes/class-freemius.php:7030
240
- #, fuzzy
241
- #| msgctxt ""
242
- #| msgid "W00t"
243
  msgctxt ""
244
- "Used to express elation, enthusiasm, or triumph (especially in electronic "
245
- "communication)."
246
  msgid "W00t"
247
  msgstr "Génial"
248
 
249
- #: includes/class-freemius.php:5183
250
- #, php-format
251
  msgid "You have a %s license."
252
  msgstr "Vous avez une license pour %s."
253
 
254
- #: includes/class-freemius.php:5187 includes/class-freemius.php:14368
255
- #: includes/class-freemius.php:14379 includes/class-freemius.php:17208
256
- #: includes/class-freemius.php:17522 includes/class-freemius.php:17588
257
- #: includes/class-freemius.php:17738
258
  msgctxt "interjection expressing joy or exuberance"
259
  msgid "Yee-haw"
260
  msgstr "Youpi"
261
 
262
- #: includes/class-freemius.php:5452
263
- #, php-format
264
- msgid ""
265
- "%s free trial was successfully cancelled. Since the add-on is premium only "
266
- "it was automatically deactivated. If you like to use it in the future, "
267
- "you'll have to purchase a license."
268
- msgstr ""
269
- "La période d'essai du %s a bien été annulé. L'add-on a été désactivé car il "
270
- "ne fonctionne qu'avec la version premium. Si vous souhaitez l'utiliser "
271
- "ultérieurement, vous devrez acheter une licence."
272
 
273
- #: includes/class-freemius.php:5456
274
- #, php-format
275
- msgid ""
276
- "%s is a premium only add-on. You have to purchase a license first before "
277
- "activating the plugin."
278
- msgstr ""
279
- "%sest un add-on pour la version premium. Vous devez acheter une licence "
280
- "avant d'activer le plugin."
281
 
282
- #: includes/class-freemius.php:5464 templates/account/partials/addon.php:288
283
- #: templates/add-ons.php:103
284
- #, php-format
285
  msgid "More information about %s"
286
  msgstr "Plus d'informations à propos de %s"
287
 
288
- #: includes/class-freemius.php:5465
289
  msgid "Purchase License"
290
  msgstr "Acheter une licence"
291
 
292
- #: includes/class-freemius.php:6398 templates/connect.php:163
293
- #, php-format
294
- msgid ""
295
- "You should receive an activation email for %s to your mailbox at %s. Please "
296
- "make sure you click the activation button in that email to %s."
297
- msgstr ""
298
- "Vous devriez recevoir un email d'activation pour %s sur votre boîte %s. "
299
- "Merci de cliquer sur le bouton d'activation dans l'email pour %s."
300
 
301
- #: includes/class-freemius.php:6402
302
  msgid "start the trial"
303
  msgstr "commencer la période d'essai"
304
 
305
- #: includes/class-freemius.php:6403 templates/connect.php:167
306
  msgid "complete the install"
307
  msgstr "compléter l'installation"
308
 
309
- #: includes/class-freemius.php:6516
310
- #, php-format
311
  msgid "You are just one step away - %s"
312
  msgstr "Il ne reste qu'une étape - %s"
313
 
314
- #: includes/class-freemius.php:6519
315
- #, php-format
316
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
317
  msgid "Complete \"%s\" Activation Now"
318
  msgstr "Compléter \"%s\" Activer Maintenant"
319
 
320
- #: includes/class-freemius.php:6597
321
- #, php-format
322
  msgid "We made a few tweaks to the %s, %s"
323
  msgstr "Nous avons fait quelques modifications au %s, %s"
324
 
325
- #: includes/class-freemius.php:6601
326
- #, php-format
327
  msgid "Opt in to make \"%s\" better!"
328
  msgstr "Inscrivez-vous pour améliorer \"%s\" !"
329
 
330
- #: includes/class-freemius.php:7029
331
- #, php-format
332
  msgid "The upgrade of %s was successfully completed."
333
  msgstr "La mise à jour du %s s'est terminée avec succès "
334
 
335
- #: includes/class-freemius.php:8956 includes/class-fs-plugin-updater.php:886
336
- #: includes/class-fs-plugin-updater.php:1081
337
- #: includes/class-fs-plugin-updater.php:1088 templates/auto-installation.php:32
 
338
  msgid "Add-On"
339
  msgstr "Add-On"
340
 
341
- #: includes/class-freemius.php:8958 templates/debug.php:361
342
- #: templates/debug.php:522
343
  msgid "Plugin"
344
  msgstr "Plugin"
345
 
346
- #: includes/class-freemius.php:8959 templates/debug.php:361
347
- #: templates/debug.php:522 templates/forms/deactivation/form.php:67
 
348
  msgid "Theme"
349
  msgstr "Thème"
350
 
351
- #: includes/class-freemius.php:11443
 
 
 
 
352
  msgid "Invalid site details collection."
353
  msgstr "Récupération des détails du site non valide."
354
 
355
- #: includes/class-freemius.php:11563
356
- msgid ""
357
- "We couldn't find your email address in the system, are you sure it's the "
358
- "right address?"
359
- msgstr ""
360
- "Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il "
361
- "s'agit de la bonne adresse ?"
362
 
363
- #: includes/class-freemius.php:11565
364
- msgid ""
365
- "We can't see any active licenses associated with that email address, are you "
366
- "sure it's the right address?"
367
- msgstr ""
368
- "Nous ne trouvons aucune licence active associée avec cette adresse email, "
369
- "êtes-vous qu'il s'agit de la bonne adresse ?"
370
 
371
- #: includes/class-freemius.php:11839
372
  msgid "Account is pending activation."
373
  msgstr "Compte en cours d'activation."
374
 
375
- #: includes/class-freemius.php:11951
376
  #: templates/forms/premium-versions-upgrade-handler.php:47
377
  msgid "Buy a license now"
378
  msgstr "Acheter une licence maintenant"
379
 
380
- #: includes/class-freemius.php:11963
381
  #: templates/forms/premium-versions-upgrade-handler.php:46
382
  msgid "Renew your license now"
383
  msgstr "Renouvelez votre licence maintenant"
384
 
385
- #: includes/class-freemius.php:11967
386
- #, php-format
387
  msgid "%s to access version %s security & feature updates, and support."
388
- msgstr ""
389
- "%s pour permettre les mises à jour de sécurité et de fonctionnalités de la "
390
- "version %s, et le support."
391
 
392
- #: includes/class-freemius.php:14350
393
- #, php-format
394
  msgid "%s activation was successfully completed."
395
  msgstr "L'activation de %s s'est terminée avec succès."
396
 
397
- #: includes/class-freemius.php:14364
398
- #, php-format
399
  msgid "Your account was successfully activated with the %s plan."
400
  msgstr "Votre compte a été activé avec succès avec la formule %s."
401
 
402
- #: includes/class-freemius.php:14375 includes/class-freemius.php:17584
403
  msgid "Your trial has been successfully started."
404
  msgstr "Votre période d'essai a bien démarré."
405
 
406
- #: includes/class-freemius.php:14945 includes/class-freemius.php:14997
407
- #: includes/class-freemius.php:15059
408
- #, php-format
409
  msgid "Couldn't activate %s."
410
  msgstr "Impossible d'activer %s."
411
 
412
- #: includes/class-freemius.php:14946 includes/class-freemius.php:14998
413
- #: includes/class-freemius.php:15060
414
  msgid "Please contact us with the following message:"
415
  msgstr "Merci de nous contacter avec le message suivant :"
416
 
417
- #: includes/class-freemius.php:15409 includes/class-freemius.php:19870
 
 
 
 
418
  msgid "Upgrade"
419
  msgstr "Mise à jour"
420
 
421
- #: includes/class-freemius.php:15415
422
  msgid "Start Trial"
423
  msgstr "Essai gratuit"
424
 
425
- #: includes/class-freemius.php:15417
426
  msgid "Pricing"
427
  msgstr "Tarifs"
428
 
429
- #: includes/class-freemius.php:15479 includes/class-freemius.php:15481
430
  msgid "Affiliation"
431
  msgstr "Affiliation"
432
 
433
- #: includes/class-freemius.php:15509 includes/class-freemius.php:15511
434
- #: templates/account.php:150 templates/debug.php:326
435
  msgid "Account"
436
  msgstr "Compte"
437
 
438
- #: includes/class-freemius.php:15524 includes/class-freemius.php:15526
439
  #: includes/customizer/class-fs-customizer-support-section.php:60
440
  msgid "Contact Us"
441
  msgstr "Contactez Nous"
442
 
443
- #: includes/class-freemius.php:15536 includes/class-freemius.php:15538
444
- #: includes/class-freemius.php:19880 templates/account.php:100
445
- #: templates/account/partials/addon.php:41
446
  msgid "Add-Ons"
447
  msgstr "Add-Ons"
448
 
449
- #: includes/class-freemius.php:15572
450
  msgctxt "ASCII arrow left icon"
451
  msgid "&#x2190;"
452
  msgstr "&#x2190;"
453
 
454
- #: includes/class-freemius.php:15572
455
  msgctxt "ASCII arrow right icon"
456
  msgid "&#x27a4;"
457
  msgstr "&#x27a4;"
458
 
459
- #: includes/class-freemius.php:15574 templates/pricing.php:97
460
  msgctxt "noun"
461
  msgid "Pricing"
462
  msgstr "Tarifs"
463
 
464
- #: includes/class-freemius.php:15787
465
  #: includes/customizer/class-fs-customizer-support-section.php:67
466
  msgid "Support Forum"
467
  msgstr "Forum de Support"
468
 
469
- #: includes/class-freemius.php:16573
470
  msgid "Your email has been successfully verified - you are AWESOME!"
471
  msgstr "Votre email a été vérifié avec succès - vous êtes FORMIDABLE !"
472
 
473
- #: includes/class-freemius.php:16574
474
  msgctxt "a positive response"
475
  msgid "Right on"
476
  msgstr "Directement"
477
 
478
- #: includes/class-freemius.php:17199
479
- #, php-format
480
  msgid "Your %s Add-on plan was successfully upgraded."
481
  msgstr "Votre Add-on %s a bien été mis à jour."
482
 
483
- #: includes/class-freemius.php:17201
484
- #, php-format
485
  msgid "%s Add-on was successfully purchased."
486
  msgstr "L'Add-on %s a bien été acheté."
487
 
488
- #: includes/class-freemius.php:17204
489
  msgid "Download the latest version"
490
  msgstr "Télécharger la dernière version"
491
 
492
- #: includes/class-freemius.php:17290
493
- #, php-format
494
- msgctxt "%1s - plugin title, %2s - API domain"
495
- msgid ""
496
- "Your server is blocking the access to Freemius' API, which is crucial for "
497
- "%1s synchronization. Please contact your host to whitelist %2s"
498
- msgstr ""
499
- "Votre serveur bloque l'accès à l4API Freemius qui est indispensable pour la "
500
- "synchronisation %1s. Merci de contacter votre hébergeur pour mettre %2s dans "
501
- "la liste blanche "
502
 
503
- #: includes/class-freemius.php:17293 includes/class-freemius.php:17709
504
- #: includes/class-freemius.php:17786
505
  msgid "Error received from the server:"
506
  msgstr "Une erreur a été reçu depuis le serveur :"
507
 
508
- #: includes/class-freemius.php:17303
509
- msgid ""
510
- "It seems like one of the authentication parameters is wrong. Update your "
511
- "Public Key, Secret Key & User ID, and try again."
512
- msgstr ""
513
- "Il semble que l'un des paramètres d'authentification soit faux. Veuillez "
514
- "mettre à jour votre Public Key, votre Secret Key ainsi que vote User ID et "
515
- "essayez à nouveau."
516
-
517
- #: includes/class-freemius.php:17485 includes/class-freemius.php:17714
518
- #: includes/class-freemius.php:17757 includes/class-freemius.php:17860
519
- #, fuzzy
520
- #| msgctxt ""
521
- #| msgid "Hmm"
522
  msgctxt ""
523
- "something somebody says when they are thinking about what you have just said."
524
  msgid "Hmm"
525
  msgstr "Hmm"
526
 
527
- #: includes/class-freemius.php:17498
528
- #, php-format
529
- msgid ""
530
- "It looks like you are still on the %s plan. If you did upgrade or change "
531
- "your plan, it's probably an issue on our side - sorry."
532
- msgstr ""
533
- "Il semble que vous soyez encore sur la formule %s. Si vous avez mis à jour "
534
- "ou changer votre formule, le problème est probablement de votre côté - "
535
- "désolé."
536
 
537
- #: includes/class-freemius.php:17499 templates/account.php:102
538
- #: templates/account/partials/addon.php:43 templates/add-ons.php:134
539
  msgctxt "trial period"
540
  msgid "Trial"
541
  msgstr "Période d'essai"
542
 
543
- #: includes/class-freemius.php:17504
544
- #, php-format
545
- msgid ""
546
- "I have upgraded my account but when I try to Sync the License, the plan "
547
- "remains %s."
548
- msgstr ""
549
- "J'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, "
550
- "la formule est toujours %s."
551
 
552
- #: includes/class-freemius.php:17508 includes/class-freemius.php:17566
553
  msgid "Please contact us here"
554
  msgstr "Merci de nous contacter ici"
555
 
556
- #: includes/class-freemius.php:17518
 
 
 
 
557
  msgid "Your plan was successfully upgraded."
558
  msgstr "Votre formule a bien été mise à jour."
559
 
560
- #: includes/class-freemius.php:17536
561
- #, php-format
562
  msgid "Your plan was successfully changed to %s."
563
  msgstr "Votre formule a bien été modifié vers %s. "
564
 
565
- #: includes/class-freemius.php:17552
566
- #, fuzzy, php-format
567
- #| msgid ""
568
- #| "Your license has expired. You can still continue using the free %s "
569
- #| "forever."
570
- msgid ""
571
- "Your license has expired. You can still continue using the free %s forever."
572
- msgstr ""
573
- "Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite "
574
- "indéfiniment."
575
 
576
- #: includes/class-freemius.php:17554
577
- #, php-format
578
- msgid ""
579
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
580
- "without interruptions."
581
- msgstr ""
582
- "Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour "
583
- "continuer à utiliser le %3$s sans interruption."
584
 
585
- #: includes/class-freemius.php:17562
586
- msgid ""
587
- "Your license has been cancelled. If you think it's a mistake, please contact "
588
- "support."
589
- msgstr ""
590
- "Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci "
591
- "de contacter le support."
592
 
593
- #: includes/class-freemius.php:17575
594
- #, php-format
595
- msgid ""
596
- "Your license has expired. You can still continue using all the %s features, "
597
- "but you'll need to renew your license to continue getting updates and "
598
- "support."
599
- msgstr ""
600
- "Votre licence a expiré. Vous pouvez toujours utiliser les fonctionnalités %s "
601
- "mais vous devrez renouveler votre licence pour recevoir les mises à jour et "
602
- "une assistance."
603
 
604
- #: includes/class-freemius.php:17598
605
- msgid ""
606
- "Your free trial has expired. You can still continue using all our free "
607
- "features."
608
- msgstr ""
609
- "Votre période d'essai gratuite est terminée. Vous pouvez continuer à "
610
- "utiliser toutes nos fonctionnalités gratuites."
611
 
612
- #: includes/class-freemius.php:17600
613
- #, php-format
614
- msgid ""
615
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
616
- "without interruptions."
617
- msgstr ""
618
- "Votre période d'essai gratuite est terminée. %1$sFaites la mise à jour "
619
- "maintenant%2$s pour continuer à utiliser le %3$s sans interruption."
620
 
621
- #: includes/class-freemius.php:17705
622
  msgid "It looks like the license could not be activated."
623
  msgstr "Il semble que la licence ne puisse être activée."
624
 
625
- #: includes/class-freemius.php:17735
626
  msgid "Your license was successfully activated."
627
  msgstr "Votre licence a bien été activée."
628
 
629
- #: includes/class-freemius.php:17761
630
  msgid "It looks like your site currently doesn't have an active license."
631
  msgstr "Il semble que votre site n'ait pas de licence active."
632
 
633
- #: includes/class-freemius.php:17785
634
  msgid "It looks like the license deactivation failed."
635
  msgstr "Il semble que la désactivation de la licence a échoué."
636
 
637
- #: includes/class-freemius.php:17813
638
- #, php-format
639
  msgid "Your license was successfully deactivated, you are back to the %s plan."
640
- msgstr ""
641
- "Votre licence a bien été désactivé, vous utilisez à présent la formule %s."
642
 
643
- #: includes/class-freemius.php:17814
644
  msgid "O.K"
645
  msgstr "O.K"
646
 
647
- #: includes/class-freemius.php:17867
648
- msgid ""
649
- "Seems like we are having some temporary issue with your subscription "
650
- "cancellation. Please try again in few minutes."
651
- msgstr ""
652
- "Il semble que nous ayons un problème temporaire avec l'annulation de votre "
653
- "abonnement. Merci de réessayer dans quelques minutes."
654
 
655
- #: includes/class-freemius.php:17876
656
- #, php-format
657
- msgid ""
658
- "Your subscription was successfully cancelled. Your %s plan license will "
659
- "expire in %s."
660
- msgstr ""
661
- "Votre abonnement a bien été annulé. Votre licence de la formule %s expirera "
662
- "dans %s."
663
 
664
- #: includes/class-freemius.php:17918
665
- #, php-format
666
  msgid "You are already running the %s in a trial mode."
667
  msgstr "Vous utilisez déjà le %s en période d'essai. "
668
 
669
- #: includes/class-freemius.php:17929
670
  msgid "You already utilized a trial before."
671
  msgstr "Vous avez déjà utilisé la période d'essai."
672
 
673
- #: includes/class-freemius.php:17943
674
- #, php-format
675
  msgid "Plan %s do not exist, therefore, can't start a trial."
676
- msgstr ""
677
- "La formule %s n'existe pas, il n'est pas possible de commencer une période "
678
- "d'essai."
679
 
680
- #: includes/class-freemius.php:17954
681
- #, php-format
682
  msgid "Plan %s does not support a trial period."
683
  msgstr "La formule %s ne propose pas de période d'essai."
684
 
685
- #: includes/class-freemius.php:17965
686
- #, php-format
687
  msgid "None of the %s's plans supports a trial period."
688
  msgstr "Aucune formule du %s ne propose de période d'essai."
689
 
690
- #: includes/class-freemius.php:18015
691
- msgid ""
692
- "It looks like you are not in trial mode anymore so there's nothing to "
693
- "cancel :)"
694
- msgstr ""
695
- "Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à "
696
- "annuler :)"
697
 
698
- #: includes/class-freemius.php:18051
699
- msgid ""
700
- "Seems like we are having some temporary issue with your trial cancellation. "
701
- "Please try again in few minutes."
702
- msgstr ""
703
- "Il semble que nous ayons un problème temporaire pour annuler votre période "
704
- "d'essai. Merci de réessayer dans quelques minutes."
705
 
706
- #: includes/class-freemius.php:18070
707
- #, php-format
708
  msgid "Your %s free trial was successfully cancelled."
709
  msgstr "Votre période d'essai %s a bien été annulé."
710
 
711
- #: includes/class-freemius.php:18377
712
- #, php-format
713
  msgid "Version %s was released."
714
  msgstr "La version %s vient d'être publiée."
715
 
716
- #: includes/class-freemius.php:18377
717
- #, php-format
718
  msgid "Please download %s."
719
  msgstr "Merci de télécharger %s."
720
 
721
- #: includes/class-freemius.php:18384
722
- #, php-format
723
  msgid "the latest %s version here"
724
  msgstr "la dernière version de %s ici"
725
 
726
- #: includes/class-freemius.php:18389
727
  msgid "New"
728
  msgstr "Nouveau"
729
 
730
- #: includes/class-freemius.php:18394
731
  msgid "Seems like you got the latest release."
732
  msgstr "Il semble que vous ayez la dernière version."
733
 
734
- #: includes/class-freemius.php:18395
735
  msgid "You are all good!"
736
  msgstr "Vous êtes tout bon !"
737
 
738
- #: includes/class-freemius.php:18663
739
- #, php-format
740
- msgid ""
741
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
742
- "please check your spam box."
743
- msgstr ""
744
- "Un email de vérification vient d'être envoyé sur %s. Si vous ne le recevez "
745
- "pas d'ici 5 minutes, merci de vérifier dans vos spams."
746
 
747
- #: includes/class-freemius.php:18800
748
  msgid "Site successfully opted in."
749
  msgstr "Site ajouté avec succès."
750
 
751
- #: includes/class-freemius.php:18801 includes/class-freemius.php:19612
752
  msgid "Awesome"
753
  msgstr "Formidable"
754
 
755
- #: includes/class-freemius.php:18817 templates/forms/optout.php:32
756
- #, php-format
757
- msgid ""
758
- "We appreciate your help in making the %s better by letting us track some "
759
- "usage data."
760
- msgstr ""
761
- "Nous vous remercions de votre aide pour améliorer le %s en nous permettant "
762
- "de recevoir des informations concernant son usage."
763
 
764
- #: includes/class-freemius.php:18818
765
  msgid "Thank you!"
766
  msgstr "Merci !"
767
 
768
- #: includes/class-freemius.php:18825
769
- #, php-format
770
  msgid "We will no longer be sending any usage data of %s on %s to %s."
771
  msgstr "Nous n'enverrons plus d'information d'utilisation de %s sur %s à %s."
772
 
773
- #: includes/class-freemius.php:18954
774
- #, php-format
775
- msgid ""
776
- "Please check your mailbox, you should receive an email via %s to confirm the "
777
- "ownership change. From security reasons, you must confirm the change within "
778
- "the next 15 min. If you cannot find the email, please check your spam folder."
779
- msgstr ""
780
- "Merci de vérifier votre messagerie, vous devriez recevoir un email via %s "
781
- "pour confirmer le changement de propriétaire. Pour des raisons de sécurité, "
782
- "vous devez confirmer le changement dans les prochaines 15 minutes. Vérifiez "
783
- "vos spams si vous ne recevez pas le message."
784
 
785
- #: includes/class-freemius.php:18960
786
- #, php-format
787
- msgid ""
788
- "Thanks for confirming the ownership change. An email was just sent to %s for "
789
- "final approval."
790
- msgstr ""
791
- "Merci pour la confirmation du changement de propriétaire. Un email vient "
792
- "d'être envoyé à %s pour la validation finale."
793
 
794
- #: includes/class-freemius.php:18965
795
- #, php-format
796
  msgid "%s is the new owner of the account."
797
  msgstr "%s est le nouveau propriétaire du compte."
798
 
799
- #: includes/class-freemius.php:18967
800
  msgctxt "as congratulations"
801
  msgid "Congrats"
802
  msgstr "Félicitations"
803
 
804
- #: includes/class-freemius.php:18987
805
- msgid ""
806
- "Sorry, we could not complete the email update. Another user with the same "
807
- "email is already registered."
808
- msgstr ""
809
- "Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre "
810
- "utilisateur avec cette adresse."
811
 
812
- #: includes/class-freemius.php:18988
813
- #, php-format
814
- msgid ""
815
- "If you would like to give up the ownership of the %s's account to %s click "
816
- "the Change Ownership button."
817
- msgstr ""
818
- "Si vous voulez transférer la propriété du compte de %s à %s cliquez sur le "
819
- "bouton Changement De Propriétaire"
820
 
821
- #: includes/class-freemius.php:18995
822
  msgid "Change Ownership"
823
  msgstr "Changement De Propriétaire"
824
 
825
- #: includes/class-freemius.php:19003
826
- msgid ""
827
- "Your email was successfully updated. You should receive an email with "
828
- "confirmation instructions in few moments."
829
- msgstr ""
830
- "Votre email a été mis à jour. Vous allez recevoir un message avec les "
831
- "instructions de confirmation."
832
 
833
- #: includes/class-freemius.php:19015
834
  msgid "Please provide your full name."
835
  msgstr "Merci d'indiquer vos prénom et nom."
836
 
837
- #: includes/class-freemius.php:19020
838
  msgid "Your name was successfully updated."
839
  msgstr "Votre nom a été mis à jour."
840
 
841
- #: includes/class-freemius.php:19081
842
- #, php-format
843
  msgid "You have successfully updated your %s."
844
  msgstr "Votre %s a bien été mis à jour."
845
 
846
- #: includes/class-freemius.php:19221
847
- #, php-format
848
- msgid ""
849
- "Just letting you know that the add-ons information of %s is being pulled "
850
- "from an external server."
851
- msgstr ""
852
- "Sachez que les informations de l'add-ons de %s sont issus d'un serveur "
853
- "externe."
854
 
855
- #: includes/class-freemius.php:19222
856
  msgctxt "advance notice of something that will need attention."
857
  msgid "Heads up"
858
  msgstr "Avertissement"
859
 
860
- #: includes/class-freemius.php:19652
861
  msgctxt "exclamation"
862
  msgid "Hey"
863
  msgstr "Hey"
864
 
865
- #: includes/class-freemius.php:19652
866
- #, php-format
867
- msgid ""
868
- "How do you like %s so far? Test all our %s premium features with a %d-day "
869
- "free trial."
870
- msgstr ""
871
- "Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours "
872
- "d'essai gratuit."
873
 
874
- #: includes/class-freemius.php:19660
875
- #, php-format
876
  msgid "No commitment for %s days - cancel anytime!"
877
  msgstr "Pas d'engagement durant %s jours - annuler quand vous voulez !"
878
 
879
- #: includes/class-freemius.php:19661
880
  msgid "No credit card required"
881
  msgstr "Pas besoin de carte bancaire"
882
 
883
- #: includes/class-freemius.php:19668 templates/forms/trial-start.php:53
884
  msgctxt "call to action"
885
  msgid "Start free trial"
886
  msgstr "Commencer l'essai gratuit"
887
 
888
- #: includes/class-freemius.php:19745
889
- #, php-format
890
- msgid ""
891
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
892
- "you can become our ambassador and earn some cash!"
893
- msgstr ""
894
- "Dites, savez-vous que %s propose un système de affiliation ? Si vous aimez "
895
- "le %s vous pouvez devenir notre ambassadeur et gagner de l'argent !"
896
 
897
- #: includes/class-freemius.php:19754
898
  msgid "Learn more"
899
  msgstr "En savoir plus"
900
 
901
- #: includes/class-freemius.php:19904 templates/account.php:406
902
- #: templates/account.php:509 templates/account/partials/addon.php:235
903
- #: templates/connect.php:171 templates/connect.php:421
904
- #: templates/forms/license-activation.php:24
905
  msgid "Activate License"
906
  msgstr "Activer la licence"
907
 
908
- #: includes/class-freemius.php:19905 templates/account.php:469
909
- #: templates/account.php:508 templates/account/partials/site.php:256
910
  msgid "Change License"
911
  msgstr "Changer la licence"
912
 
913
- #: includes/class-freemius.php:19987 templates/account/partials/site.php:161
914
  msgid "Opt Out"
915
  msgstr "Désinscription"
916
 
917
- #: includes/class-freemius.php:19989 includes/class-freemius.php:19994
918
- #: templates/account/partials/site.php:43
919
  #: templates/account/partials/site.php:161
920
  msgid "Opt In"
921
  msgstr "Inscription"
922
 
923
- #: includes/class-freemius.php:20218
924
- #, php-format
925
- msgid ""
926
- " The paid version of %1s is already installed. Please activate it to start "
927
- "benefiting the %2s features. %3s"
928
- msgstr ""
929
- "La version payante de %1s est déjà installée. Merci de l'activer pour "
930
- "bénéficier des fonctionnalités %2s. %3s"
931
 
932
- #: includes/class-freemius.php:20226
933
- #, php-format
934
  msgid "Activate %s features"
935
  msgstr "Activer les fonctionnalités %s"
936
 
937
- #: includes/class-freemius.php:20239
938
  msgid "Please follow these steps to complete the upgrade"
939
  msgstr "Merci de suivre ces étapes pour finaliser la mise à jour"
940
 
941
- #: includes/class-freemius.php:20243
942
- #, php-format
943
  msgid "Download the latest %s version"
944
  msgstr "Télécharger la dernière version %s"
945
 
946
- #: includes/class-freemius.php:20247
947
  msgid "Upload and activate the downloaded version"
948
  msgstr "Téléverser et activer la version téléchargée"
949
 
950
- #: includes/class-freemius.php:20249
951
  msgid "How to upload and activate?"
952
  msgstr "Comment téléverser et activer ?"
953
 
954
- #: includes/class-freemius.php:20383
955
- #, php-format
956
- msgid ""
957
- "%sClick here%s to choose the sites where you'd like to activate the license "
958
- "on."
959
- msgstr ""
960
- "%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer "
961
- "la licence."
962
 
963
- #: includes/class-freemius.php:20544
964
  msgid "Auto installation only works for opted-in users."
965
- msgstr ""
966
- "L'installation automatique ne fonctionne que pour les utilisateurs qui se "
967
- "sont inscrits."
968
 
969
- #: includes/class-freemius.php:20554 includes/class-freemius.php:20587
970
- #: includes/class-fs-plugin-updater.php:1060
971
- #: includes/class-fs-plugin-updater.php:1074
972
  msgid "Invalid module ID."
973
  msgstr "ID du module non valide."
974
 
975
- #: includes/class-freemius.php:20563 includes/class-fs-plugin-updater.php:1096
976
  msgid "Premium version already active."
977
  msgstr "Version premium déjà active."
978
 
979
- #: includes/class-freemius.php:20570
980
  msgid "You do not have a valid license to access the premium version."
981
  msgstr "Vous n'avez pas de licence valide pour accéder à la version premium."
982
 
983
- #: includes/class-freemius.php:20577
984
- msgid ""
985
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
986
- "version."
987
- msgstr ""
988
- "Le plugin est un \"Serviceware\" ce qui veut dire qu'il n'a pas de version "
989
- "premium de code."
990
 
991
- #: includes/class-freemius.php:20595 includes/class-fs-plugin-updater.php:1095
992
  msgid "Premium add-on version already installed."
993
  msgstr "La version premium de l'add-on est déjà installée."
994
 
995
- #: includes/class-freemius.php:20940
996
  msgid "View paid features"
997
  msgstr "Voir les fonctionnalités payantes"
998
 
999
- #: includes/class-freemius.php:21260
1000
- #, php-format
1001
  msgid "Thank you so much for using %s and its add-ons!"
1002
  msgstr "Merci beaucoup d'utiliser %s et ses add-ons !"
1003
 
1004
- #: includes/class-freemius.php:21261
1005
- #, php-format
1006
  msgid "Thank you so much for using %s!"
1007
  msgstr "Merci beaucoup d'utiliser %s !"
1008
 
1009
- #: includes/class-freemius.php:21267
1010
- #, php-format
1011
- msgid ""
1012
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1013
- "the %s."
1014
- msgstr ""
1015
- "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer "
1016
- "à améliorer le %s."
1017
 
1018
- #: includes/class-freemius.php:21271
1019
  msgid "Thank you so much for using our products!"
1020
  msgstr "Merci beaucoup d'utiliser nos produits !"
1021
 
1022
- #: includes/class-freemius.php:21272
1023
- msgid ""
1024
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1025
- "them."
1026
- msgstr ""
1027
- "Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer "
1028
- "à les améliorer."
1029
 
1030
- #: includes/class-freemius.php:21291
1031
- #, php-format
1032
  msgid "%s and its add-ons"
1033
  msgstr "%s et ses add-ons"
1034
 
1035
- #: includes/class-freemius.php:21300
1036
  msgid "Products"
1037
  msgstr "Produits"
1038
 
1039
- #: includes/class-freemius.php:21307 templates/connect.php:272
1040
  msgid "Yes"
1041
  msgstr "Oui"
1042
 
1043
- #: includes/class-freemius.php:21308 templates/connect.php:273
1044
  msgid "send me security & feature updates, educational content and offers."
1045
- msgstr ""
1046
- "envoyez moi des mises à jour de sécurité et des fonctionnalités, du contenu "
1047
- "instructif et des offres."
1048
 
1049
- #: includes/class-freemius.php:21309 templates/connect.php:278
1050
  msgid "No"
1051
  msgstr "Non"
1052
 
1053
- #: includes/class-freemius.php:21311 templates/connect.php:280
1054
- #, php-format
1055
- msgid ""
1056
- "do %sNOT%s send me security & feature updates, educational content and "
1057
- "offers."
1058
- msgstr ""
1059
- "ne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni "
1060
- "de contenu instructif, ni d'offre."
1061
 
1062
- #: includes/class-freemius.php:21321
1063
- #, php-format
1064
- msgid ""
1065
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
1066
- "requirements it is required that you provide your explicit consent, again, "
1067
- "confirming that you are onboard 🙂"
1068
- msgstr ""
1069
- "Suite au exigences de conformité du %sRèglement européen Général sur la "
1070
- "Protection des Données (GDPR)%s il est nécessaire que vous donniez, à "
1071
- "nouveau, votre consentement explicite pour confirmer que vous êtes avec nous "
1072
- "🙂"
1073
 
1074
- #: includes/class-freemius.php:21323 templates/connect.php:287
1075
- msgid ""
1076
- "Please let us know if you'd like us to contact you for security & feature "
1077
- "updates, educational content, and occasional offers:"
1078
- msgstr ""
1079
- "Merci de nous indiquer si vous souhaitez que nous vous contactions pour les "
1080
- "mises à jour de sécurité et de fonctionnalités, du contenu instructif et des "
1081
- "offres spéciales :"
1082
 
1083
- #: includes/class-freemius.php:21605
1084
  msgid "License key is empty."
1085
  msgstr "La clé de licence est vide."
1086
 
1087
- #: includes/class-fs-plugin-updater.php:184
1088
  #: templates/forms/premium-versions-upgrade-handler.php:57
1089
  msgid "Renew license"
1090
  msgstr "Renouvelez votre licence"
1091
 
1092
- #: includes/class-fs-plugin-updater.php:189
1093
  #: templates/forms/premium-versions-upgrade-handler.php:58
1094
  msgid "Buy license"
1095
  msgstr "Acheter une licence"
1096
 
1097
- #: includes/class-fs-plugin-updater.php:278
1098
- #, php-format
1099
  msgid "There is a %s of %s available."
1100
  msgstr "Il y a une %s de %s disponible."
1101
 
1102
- #: includes/class-fs-plugin-updater.php:282
 
 
 
 
 
 
1103
  msgid "new version"
1104
  msgstr "Nouvelle version"
1105
 
1106
- #: includes/class-fs-plugin-updater.php:305
1107
  msgid "Important Upgrade Notice:"
1108
  msgstr "Information importante de mise à jour :"
1109
 
1110
- #: includes/class-fs-plugin-updater.php:1125
1111
- #, php-format
1112
  msgid "Installing plugin: %s"
1113
  msgstr "Installation du plugin : %s"
1114
 
1115
- #: includes/class-fs-plugin-updater.php:1166
1116
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
1117
- msgstr ""
1118
- "Impossible de se connecter au système de fichiers. Merci de confirmer vos "
1119
- "autorisations."
1120
-
1121
- #: includes/class-fs-plugin-updater.php:1348
1122
- msgid ""
1123
- "The remote plugin package does not contain a folder with the desired slug "
1124
- "and renaming did not work."
1125
- msgstr ""
1126
- "Le package du plugin à télécharger ne contient pas de dossier avec le bon "
1127
- "slug et iln'a pas été possible de le renommer."
1128
-
1129
- #: includes/customizer/class-fs-customizer-support-section.php:55
1130
- #: templates/plugin-info/features.php:43
1131
- msgid "Support"
1132
- msgstr "Support"
1133
-
1134
- #: includes/customizer/class-fs-customizer-upsell-control.php:106
1135
- #: templates/account.php:105 templates/account/partials/addon.php:46
1136
- #: templates/debug.php:373
1137
- msgctxt "as product pricing plan"
1138
- msgid "Plan"
1139
- msgstr "Formule"
1140
-
1141
- #: includes/debug/class-fs-debug-bar-panel.php:48
1142
- #: templates/debug/api-calls.php:54 templates/debug/logger.php:62
1143
- msgctxt "milliseconds"
1144
- msgid "ms"
1145
- msgstr "ms"
1146
 
1147
- #: includes/debug/debug-bar-start.php:41
1148
- msgid "Freemius API"
1149
- msgstr "API Freemius"
1150
 
1151
- #: includes/debug/debug-bar-start.php:42
1152
- msgid "Requests"
1153
- msgstr "Demandes"
1154
 
1155
- #: includes/fs-plugin-info-dialog.php:369
1156
- #: templates/account/partials/addon.php:292
1157
  msgctxt "verb"
1158
  msgid "Purchase"
1159
  msgstr "Acheter"
1160
 
1161
- #: includes/fs-plugin-info-dialog.php:372
1162
- #, php-format
1163
  msgid "Start my free %s"
1164
  msgstr "Commencer ma %s gratuite"
1165
 
1166
- #: includes/fs-plugin-info-dialog.php:413
 
 
 
 
 
 
 
 
1167
  msgid "Install Free Version Now"
1168
  msgstr "Installer la version gratuite maintenant"
1169
 
1170
- #: includes/fs-plugin-info-dialog.php:414
1171
- #: templates/account/partials/addon.php:272
1172
- #: templates/account/partials/addon.php:322 templates/auto-installation.php:111
 
1173
  msgid "Install Now"
1174
  msgstr "Installer maintenant"
1175
 
1176
- #: includes/fs-plugin-info-dialog.php:425
1177
  msgctxt "as download latest version"
1178
  msgid "Download Latest Free Version"
1179
  msgstr "Télécharger la dernière version gratuite"
1180
 
1181
- #: includes/fs-plugin-info-dialog.php:426 templates/account.php:80
1182
- #: templates/account/partials/addon.php:21
1183
  msgctxt "as download latest version"
1184
  msgid "Download Latest"
1185
  msgstr "Télécharger la dernière version"
1186
 
1187
- #: includes/fs-plugin-info-dialog.php:436
1188
- msgid "Install Free Version Update Now"
1189
- msgstr "Installer la dernière mise à jour gratuite maintenant"
1190
-
1191
- #: includes/fs-plugin-info-dialog.php:437 templates/account.php:460
1192
- msgid "Install Update Now"
1193
- msgstr "Installer la mise à jour maintenant"
1194
-
1195
- #: includes/fs-plugin-info-dialog.php:448
1196
- #, php-format
1197
- msgid "Newer Free Version (%s) Installed"
1198
- msgstr "La nouvelle version gratuite ( %s ) a été installé"
1199
-
1200
- #: includes/fs-plugin-info-dialog.php:449
1201
- #, php-format
1202
- msgid "Newer Version (%s) Installed"
1203
- msgstr "Nouvelle Version (%s) Installée"
1204
 
1205
- #: includes/fs-plugin-info-dialog.php:457
1206
- msgid "Latest Free Version Installed"
1207
- msgstr "La dernière version gratuite a été installé"
1208
 
1209
- #: includes/fs-plugin-info-dialog.php:458
1210
- msgid "Latest Version Installed"
1211
- msgstr "Dernière Version Installée"
 
1212
 
1213
- #: includes/fs-plugin-info-dialog.php:613
1214
  msgctxt "Plugin installer section title"
1215
  msgid "Description"
1216
  msgstr "Description"
1217
 
1218
- #: includes/fs-plugin-info-dialog.php:614
1219
  msgctxt "Plugin installer section title"
1220
  msgid "Installation"
1221
  msgstr "Installation"
1222
 
1223
- #: includes/fs-plugin-info-dialog.php:615
1224
  msgctxt "Plugin installer section title"
1225
  msgid "FAQ"
1226
  msgstr "FAQ"
1227
 
1228
- #: includes/fs-plugin-info-dialog.php:616
1229
  #: templates/plugin-info/description.php:55
1230
  msgid "Screenshots"
1231
  msgstr "Captures d'écran"
1232
 
1233
- #: includes/fs-plugin-info-dialog.php:617
1234
  msgctxt "Plugin installer section title"
1235
  msgid "Changelog"
1236
  msgstr "Changelog"
1237
 
1238
- #: includes/fs-plugin-info-dialog.php:618
1239
  msgctxt "Plugin installer section title"
1240
  msgid "Reviews"
1241
  msgstr "Commentaires"
1242
 
1243
- #: includes/fs-plugin-info-dialog.php:619
1244
  msgctxt "Plugin installer section title"
1245
  msgid "Other Notes"
1246
  msgstr "Autres Informations"
1247
 
1248
- #: includes/fs-plugin-info-dialog.php:634
1249
  msgctxt "Plugin installer section title"
1250
  msgid "Features & Pricing"
1251
  msgstr "Fonctionnalités & Tarifs"
1252
 
1253
- #: includes/fs-plugin-info-dialog.php:644
1254
  msgid "Plugin Install"
1255
  msgstr "Installation du Plugin"
1256
 
1257
- #: includes/fs-plugin-info-dialog.php:716
1258
- #, php-format
1259
  msgctxt "e.g. Professional Plan"
1260
  msgid "%s Plan"
1261
  msgstr "Formule %s"
1262
 
1263
- #: includes/fs-plugin-info-dialog.php:742
1264
  msgctxt "e.g. the best product"
1265
  msgid "Best"
1266
  msgstr "Best"
1267
 
1268
- #: includes/fs-plugin-info-dialog.php:748
1269
- #: includes/fs-plugin-info-dialog.php:768
1270
  msgctxt "as every month"
1271
  msgid "Monthly"
1272
  msgstr "Mensuel"
1273
 
1274
- #: includes/fs-plugin-info-dialog.php:751
1275
  msgctxt "as once a year"
1276
  msgid "Annual"
1277
  msgstr "Annuel"
1278
 
1279
- #: includes/fs-plugin-info-dialog.php:754
1280
  msgid "Lifetime"
1281
  msgstr "À vie"
1282
 
1283
- #: includes/fs-plugin-info-dialog.php:768
1284
- #: includes/fs-plugin-info-dialog.php:770
1285
- #: includes/fs-plugin-info-dialog.php:772
1286
- #, php-format
1287
  msgctxt "e.g. billed monthly"
1288
  msgid "Billed %s"
1289
  msgstr "%s Facturé"
1290
 
1291
- #: includes/fs-plugin-info-dialog.php:770
1292
  msgctxt "as once a year"
1293
  msgid "Annually"
1294
  msgstr "Annuel"
1295
 
1296
- #: includes/fs-plugin-info-dialog.php:772
1297
  msgctxt "as once a year"
1298
  msgid "Once"
1299
  msgstr "Une fois"
1300
 
1301
- #: includes/fs-plugin-info-dialog.php:778
1302
  msgid "Single Site License"
1303
  msgstr "Licence 1 site"
1304
 
1305
- #: includes/fs-plugin-info-dialog.php:780
1306
  msgid "Unlimited Licenses"
1307
  msgstr "Licences sites illimités"
1308
 
1309
- #: includes/fs-plugin-info-dialog.php:782
1310
- #, php-format
1311
  msgid "Up to %s Sites"
1312
  msgstr "Jusqu'à %s Sites"
1313
 
1314
- #: includes/fs-plugin-info-dialog.php:792 templates/plugin-info/features.php:82
 
1315
  msgctxt "as monthly period"
1316
  msgid "mo"
1317
  msgstr "mois"
1318
 
1319
- #: includes/fs-plugin-info-dialog.php:799 templates/plugin-info/features.php:80
 
1320
  msgctxt "as annual period"
1321
  msgid "year"
1322
  msgstr "année"
1323
 
1324
- #: includes/fs-plugin-info-dialog.php:853
1325
  msgctxt "noun"
1326
  msgid "Price"
1327
  msgstr "Tarif"
1328
 
1329
- #: includes/fs-plugin-info-dialog.php:901
1330
- #, php-format
1331
  msgid "Save %s"
1332
  msgstr "Économisez %s"
1333
 
1334
- #: includes/fs-plugin-info-dialog.php:911
1335
- #, php-format
1336
  msgid "No commitment for %s - cancel anytime"
1337
  msgstr "Pas d'engagement durant %s - annuler quand vous voulez"
1338
 
1339
- #: includes/fs-plugin-info-dialog.php:914
1340
- #, php-format
1341
  msgid "After your free %s, pay as little as %s"
1342
  msgstr "Après vos %s gratuits, payez seulement %s"
1343
 
1344
- #: includes/fs-plugin-info-dialog.php:925
1345
  msgid "Details"
1346
  msgstr "Détails"
1347
 
1348
- #: includes/fs-plugin-info-dialog.php:929 templates/account.php:91
1349
- #: templates/account/partials/addon.php:32 templates/debug.php:203
1350
- #: templates/debug.php:240 templates/debug.php:454
1351
  msgctxt "product version"
1352
  msgid "Version"
1353
  msgstr "Version"
1354
 
1355
- #: includes/fs-plugin-info-dialog.php:936
1356
  msgctxt "as the plugin author"
1357
  msgid "Author"
1358
  msgstr "Auteur"
1359
 
1360
- #: includes/fs-plugin-info-dialog.php:943
1361
  msgid "Last Updated"
1362
  msgstr "Dernière mise à jour"
1363
 
1364
- #: includes/fs-plugin-info-dialog.php:948 templates/account.php:376
1365
- #, php-format
1366
  msgctxt "x-ago"
1367
  msgid "%s ago"
1368
  msgstr "Il y a %s"
1369
 
1370
- #: includes/fs-plugin-info-dialog.php:957
1371
  msgid "Requires WordPress Version"
1372
  msgstr "Version de WordPress requise"
1373
 
1374
- #: includes/fs-plugin-info-dialog.php:958
1375
- #, php-format
1376
  msgid "%s or higher"
1377
  msgstr "%s ou plus"
1378
 
1379
- #: includes/fs-plugin-info-dialog.php:965
1380
  msgid "Compatible up to"
1381
  msgstr "Compatible jusqu'à"
1382
 
1383
- #: includes/fs-plugin-info-dialog.php:973
1384
  msgid "Downloaded"
1385
  msgstr "Téléchargé"
1386
 
1387
- #: includes/fs-plugin-info-dialog.php:977
1388
- #, php-format
1389
  msgid "%s time"
1390
  msgstr "%s fois"
1391
 
1392
- #: includes/fs-plugin-info-dialog.php:979
1393
- #, php-format
1394
  msgid "%s times"
1395
  msgstr "%s fois"
1396
 
1397
- #: includes/fs-plugin-info-dialog.php:989
1398
  msgid "WordPress.org Plugin Page"
1399
  msgstr "Page WordPress.org du plugin"
1400
 
1401
- #: includes/fs-plugin-info-dialog.php:997
1402
  msgid "Plugin Homepage"
1403
  msgstr "Site Web du plugin"
1404
 
1405
- #: includes/fs-plugin-info-dialog.php:1005
1406
- #: includes/fs-plugin-info-dialog.php:1087
1407
  msgid "Donate to this plugin"
1408
  msgstr "Faire une donation pour ce plugin"
1409
 
1410
- #: includes/fs-plugin-info-dialog.php:1012
1411
  msgid "Average Rating"
1412
  msgstr "Note moyenne"
1413
 
1414
- #: includes/fs-plugin-info-dialog.php:1019
1415
- #, php-format
1416
  msgid "based on %s"
1417
  msgstr "Basé sur %s"
1418
 
1419
- #: includes/fs-plugin-info-dialog.php:1023
1420
- #, php-format
1421
  msgid "%s rating"
1422
  msgstr "%s notation"
1423
 
1424
- #: includes/fs-plugin-info-dialog.php:1025
1425
- #, php-format
1426
  msgid "%s ratings"
1427
  msgstr "%snotations "
1428
 
1429
- #: includes/fs-plugin-info-dialog.php:1040
1430
- #, php-format
1431
  msgid "%s star"
1432
  msgstr "%s étoile"
1433
 
1434
- #: includes/fs-plugin-info-dialog.php:1042
1435
- #, php-format
1436
  msgid "%s stars"
1437
  msgstr "%s étoiles"
1438
 
1439
- #: includes/fs-plugin-info-dialog.php:1053
1440
- #, php-format
1441
  msgid "Click to see reviews that provided a rating of %s"
1442
  msgstr "Cliquez pour voir les avis avec une notation de %s"
1443
 
1444
- #: includes/fs-plugin-info-dialog.php:1066
1445
  msgid "Contributors"
1446
  msgstr "Contributeurs"
1447
 
1448
- #: includes/fs-plugin-info-dialog.php:1095
1449
- #: includes/fs-plugin-info-dialog.php:1097
1450
  msgid "Warning"
1451
  msgstr "Attention"
1452
 
1453
- #: includes/fs-plugin-info-dialog.php:1095
1454
  msgid "This plugin has not been tested with your current version of WordPress."
1455
  msgstr "Ce plugin n'a pas été testé avec votre actuelle version de WordPress"
1456
 
1457
- #: includes/fs-plugin-info-dialog.php:1097
1458
- msgid ""
1459
- "This plugin has not been marked as compatible with your version of WordPress."
1460
- msgstr ""
1461
- "Ce plugin n'a pas été indiqué comme étant compatible avec votre version "
1462
- "actuelle de WordPress"
1463
 
1464
- #: includes/fs-plugin-info-dialog.php:1116
1465
  msgid "Paid add-on must be deployed to Freemius."
1466
  msgstr "Les add-ons payant doivent être déposés sur Freemius"
1467
 
1468
- #: includes/fs-plugin-info-dialog.php:1117
1469
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1470
  msgstr "Les add-ons doivent être déposés sur WordPress.org ou Freemius."
1471
 
1472
- #: templates/account.php:81 templates/account/partials/addon.php:22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1473
  #: templates/account/partials/site.php:295
1474
- #: templates/forms/subscription-cancellation.php:96
1475
  msgid "Downgrading your plan"
1476
  msgstr "Rétrograder votre formule"
1477
 
1478
- #: templates/account.php:82 templates/account/partials/addon.php:23
 
1479
  #: templates/account/partials/site.php:296
1480
- #: templates/forms/subscription-cancellation.php:97
1481
  msgid "Cancelling the subscription"
1482
  msgstr "Annuler votre abonnement"
1483
 
1484
- #: templates/account.php:84 templates/account/partials/addon.php:25
1485
- #: templates/account/partials/site.php:298
1486
- #: templates/forms/subscription-cancellation.php:99
1487
- #, php-format
1488
- msgid ""
1489
- "%1s will immediately stop all future recurring payments and your %s plan "
1490
- "license will expire in %s."
1491
- msgstr ""
1492
- "%1s va immédiatement arrêter tous les futurs paiements récurrents et la "
1493
- "licence de votre formule %s expirera dans %s."
1494
 
1495
- #: templates/account.php:85 templates/account/partials/addon.php:26
 
1496
  #: templates/account/partials/site.php:299
1497
- #: templates/forms/subscription-cancellation.php:100
1498
- msgid ""
1499
- "Please note that we will not be able to grandfather outdated pricing for "
1500
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1501
- "subscription manually in the future, after a price increase, which typically "
1502
- "occurs once a year, you will be charged the updated price."
1503
- msgstr ""
1504
- "Veuillez noter que nous ne serons pas en mesure de garantir le maintien des "
1505
- "prix actuels pour les renouvellements/nouveaux abonnements après une "
1506
- "annulation. Si vous choisissez de renouveler l'abonnement manuellement à "
1507
- "l'avenir, après une augmentation de prix, qui se produit généralement une "
1508
- "fois par an, le prix mis à jour vous sera facturé."
1509
-
1510
- #: templates/account.php:86 templates/account/partials/addon.php:27
1511
- #: templates/forms/subscription-cancellation.php:106
1512
- msgid ""
1513
- "Cancelling the trial will immediately block access to all premium features. "
1514
- "Are you sure?"
1515
- msgstr ""
1516
- "Annuler la période d'essai va immédiatement bloquer les fonctionnalités "
1517
- "premium. Souhaitez-vous continuer ?"
1518
 
1519
- #: templates/account.php:87 templates/account/partials/addon.php:28
 
 
 
 
 
 
1520
  #: templates/account/partials/site.php:300
1521
- #: templates/forms/subscription-cancellation.php:101
1522
- #, php-format
1523
- msgid ""
1524
- "You can still enjoy all %s features but you will not have access to %s "
1525
- "security & feature updates, nor support."
1526
- msgstr ""
1527
- "Vous pouvez toujours profiter de toutes les fonctionnalités de %s mais vous "
1528
- "n'aurez plus accès aux mises à jour de sécurité ou de fonctionnalités de %s, "
1529
- "ni au support."
1530
 
1531
- #: templates/account.php:88 templates/account/partials/addon.php:29
 
1532
  #: templates/account/partials/site.php:301
1533
- #: templates/forms/subscription-cancellation.php:102
1534
- #, php-format
1535
- msgid ""
1536
- "Once your license expires you can still use the Free version but you will "
1537
- "NOT have access to the %s features."
1538
- msgstr ""
1539
- "Une fois la licence expirée vous pourrez toujours utiliser la version "
1540
- "gratuite mais vous n'aurez PAS accès aux fonctionnalités de %s."
1541
 
1542
- #: templates/account.php:90
1543
- #: templates/account/partials/activate-license-button.php:31
1544
- #: templates/account/partials/addon.php:31
1545
- #, php-format
1546
  msgid "Activate %s Plan"
1547
  msgstr "Activer la formule %s"
1548
 
1549
- #: templates/account.php:93 templates/account/partials/addon.php:34
 
1550
  #: templates/account/partials/site.php:275
1551
- #, php-format
1552
  msgid "Auto renews in %s"
1553
  msgstr "Renouvellements automatique dans %s"
1554
 
1555
- #: templates/account.php:95 templates/account/partials/addon.php:36
 
1556
  #: templates/account/partials/site.php:277
1557
- #, php-format
1558
  msgid "Expires in %s"
1559
  msgstr "Expire dans %s"
1560
 
1561
- #: templates/account.php:96 templates/account/partials/addon.php:37
1562
  msgctxt "as synchronize license"
1563
  msgid "Sync License"
1564
  msgstr "Synchroniser la licence"
1565
 
1566
- #: templates/account.php:97 templates/account/partials/addon.php:38
1567
  msgid "Cancel Trial"
1568
  msgstr "Annuler la période d'essai"
1569
 
1570
- #: templates/account.php:98 templates/account/partials/addon.php:39
1571
  msgid "Change Plan"
1572
  msgstr "Changer de formule"
1573
 
1574
- #: templates/account.php:99 templates/account/partials/addon.php:40
1575
  msgctxt "verb"
1576
  msgid "Upgrade"
1577
  msgstr "Mise à jour"
1578
 
1579
- #: templates/account.php:101 templates/account/partials/addon.php:42
1580
  #: templates/account/partials/site.php:302
1581
  msgctxt "verb"
1582
  msgid "Downgrade"
1583
  msgstr "Rétrograder"
1584
 
1585
- #: templates/account.php:103 templates/account/partials/addon.php:44
1586
- #: templates/account/partials/site.php:31 templates/add-ons.php:130
1587
- #: templates/plugin-info/features.php:72
 
1588
  msgid "Free"
1589
  msgstr "Gratuit"
1590
 
1591
- #: templates/account.php:104 templates/account/partials/addon.php:45
1592
- msgid "Activate"
1593
- msgstr "Activer"
 
 
 
1594
 
1595
- #: templates/account.php:158
 
 
 
 
1596
  msgid "Free Trial"
1597
  msgstr "Essai gratuit"
1598
 
1599
- #: templates/account.php:169
1600
  msgid "Account Details"
1601
  msgstr "Détails du compte"
1602
 
1603
- #: templates/account.php:179
1604
- #, php-format
1605
- msgid ""
1606
- "Deleting the account will automatically deactivate your %s plan license so "
1607
- "you can use it on other sites. If you want to terminate the recurring "
1608
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1609
- "account. Are you sure you would like to continue with the deletion?"
1610
- msgstr ""
1611
- "Supprimer le compte désactivera automatiquement la licence de votre formule "
1612
- "%s afin que vous puissiez l'utiliser sur d'autres sites. Si vous voulez "
1613
- "aussi annuler le paiement récurrent, cliquez sur le bouton \"Annuler\" et "
1614
- "commencez par \"Rétrograder\" votre compte. Êtes-vous sûr de vouloir "
1615
- "poursuivre la suppression ? "
1616
-
1617
- #: templates/account.php:181
1618
- #, php-format
1619
- msgid ""
1620
- "Deletion is not temporary. Only delete if you no longer want to use this %s "
1621
- "anymore. Are you sure you would like to continue with the deletion?"
1622
- msgstr ""
1623
- "La suppression est permanente. Ne faites cette suppression que si vous ne "
1624
- "souhaitez plus utiliser le %s. Êtes-vous sûr de vouloir poursuivre la "
1625
- "suppression ?"
1626
 
1627
- #: templates/account.php:184
 
 
 
 
1628
  msgid "Delete Account"
1629
  msgstr "Supprimer le compte"
1630
 
1631
- #: templates/account.php:196 templates/account/partials/addon.php:159
1632
  #: templates/account/partials/deactivate-license-button.php:35
1633
  msgid "Deactivate License"
1634
  msgstr "Désactiver la licence"
1635
 
1636
- #: templates/account.php:219 templates/forms/subscription-cancellation.php:125
1637
  msgid "Are you sure you want to proceed?"
1638
  msgstr "Êtes-vous de vouloir continuer ?"
1639
 
1640
- #: templates/account.php:219 templates/account/partials/addon.php:182
1641
  msgid "Cancel Subscription"
1642
  msgstr "Annuler l'abonnement"
1643
 
1644
- #: templates/account.php:247
1645
  msgctxt "as synchronize"
1646
  msgid "Sync"
1647
  msgstr "Synchroniser"
1648
 
1649
- #: templates/account.php:261 templates/debug.php:489
1650
  msgid "Name"
1651
  msgstr "Nom"
1652
 
1653
- #: templates/account.php:267 templates/debug.php:490
1654
  msgid "Email"
1655
  msgstr "Email"
1656
 
1657
- #: templates/account.php:274 templates/debug.php:372 templates/debug.php:528
1658
  msgid "User ID"
1659
  msgstr "User ID"
1660
 
1661
- #: templates/account.php:282
 
 
 
 
 
 
 
 
1662
  msgid "Site ID"
1663
  msgstr "Site ID"
1664
 
1665
- #: templates/account.php:285
1666
  msgid "No ID"
1667
  msgstr "ID manquant"
1668
 
1669
- #: templates/account.php:290 templates/account/partials/site.php:219
1670
- #: templates/debug.php:245 templates/debug.php:374 templates/debug.php:455
1671
- #: templates/debug.php:492
1672
  msgid "Public Key"
1673
  msgstr "Clef publique"
1674
 
1675
- #: templates/account.php:296 templates/account/partials/site.php:231
1676
- #: templates/debug.php:375 templates/debug.php:456 templates/debug.php:493
1677
  msgid "Secret Key"
1678
  msgstr "Clef secrête"
1679
 
1680
- #: templates/account.php:299
1681
  msgctxt "as secret encryption key missing"
1682
  msgid "No Secret"
1683
  msgstr "Clef secrète manquante"
1684
 
1685
- #: templates/account.php:318 templates/account/partials/site.php:112
1686
  #: templates/account/partials/site.php:114
1687
  msgid "Trial"
1688
  msgstr "Période d'essai"
1689
 
1690
- #: templates/account.php:337 templates/account/partials/site.php:248
1691
- #: templates/debug.php:533
1692
  msgid "License Key"
1693
  msgstr "Clef de licence"
1694
 
1695
- #: templates/account.php:367
 
 
 
 
1696
  msgid "not verified"
1697
  msgstr "Non vérifié"
1698
 
1699
- #: templates/account.php:376 templates/account/partials/addon.php:120
1700
  msgid "Expired"
1701
  msgstr "Expiré"
1702
 
1703
- #: templates/account.php:428
1704
  msgid "Premium version"
1705
  msgstr "Version premium"
1706
 
1707
- #: templates/account.php:430
1708
  msgid "Free version"
1709
  msgstr "Version gratuite"
1710
 
1711
- #: templates/account.php:442
1712
  msgid "Verify Email"
1713
  msgstr "Vérifier l'email"
1714
 
1715
- #: templates/account.php:453
1716
- #, php-format
1717
  msgid "Download %s Version"
1718
  msgstr "Télécharger la version %s"
1719
 
1720
- #: templates/account.php:467 templates/account.php:649
1721
- #: templates/account/partials/site.php:237
1722
  #: templates/account/partials/site.php:255
1723
  msgctxt "verb"
1724
  msgid "Show"
1725
  msgstr "Afficher"
1726
 
1727
- #: templates/account.php:481
1728
- #, php-format
1729
  msgid "What is your %s?"
1730
  msgstr "Quel est votre %s ?"
1731
 
1732
- #: templates/account.php:489 templates/account/billing.php:27
1733
  msgctxt "verb"
1734
  msgid "Edit"
1735
  msgstr "Éditer"
1736
 
1737
- #: templates/account.php:502
1738
  msgid "Sites"
1739
  msgstr "Sites"
1740
 
1741
- #: templates/account.php:513
1742
  msgid "Search by address"
1743
  msgstr "Recherche par adresse"
1744
 
1745
- #: templates/account.php:522 templates/account.php:570
1746
- #: templates/account/payments.php:35 templates/debug.php:238
1747
- #: templates/debug.php:366 templates/debug.php:451 templates/debug.php:488
1748
- #: templates/debug.php:526 templates/debug.php:599
1749
- #: templates/debug/logger.php:21
1750
- msgid "ID"
1751
- msgstr "ID"
1752
-
1753
- #: templates/account.php:523 templates/debug.php:369
1754
  msgid "Address"
1755
  msgstr "Adresse"
1756
 
1757
- #: templates/account.php:524
1758
  msgid "License"
1759
  msgstr "Licence"
1760
 
1761
- #: templates/account.php:525
1762
  msgid "Plan"
1763
  msgstr "Formule"
1764
 
1765
- #: templates/account.php:573
1766
  msgctxt "as software license"
1767
  msgid "License"
1768
  msgstr "Licence"
1769
 
1770
- #: templates/account.php:643
1771
  msgctxt "verb"
1772
  msgid "Hide"
1773
  msgstr "Cacher"
1774
 
1775
- #: templates/account.php:686
1776
- #, php-format
 
 
 
 
 
 
 
1777
  msgid "Cancelling %s"
1778
  msgstr "Annulation de %s"
1779
 
1780
- #: templates/account.php:686 templates/account.php:703
1781
- #: templates/forms/deactivation/form.php:117
1782
- #: templates/forms/subscription-cancellation.php:27
1783
  msgid "trial"
1784
  msgstr "essai"
1785
 
1786
- #: templates/account.php:701 templates/forms/deactivation/form.php:134
1787
- #, php-format
1788
  msgid "Cancelling %s..."
1789
  msgstr "Annulation de %s..."
1790
 
1791
- #: templates/account.php:704 templates/forms/deactivation/form.php:118
1792
- #: templates/forms/subscription-cancellation.php:28
1793
  msgid "subscription"
1794
  msgstr "abonnement"
1795
 
1796
- #: templates/account.php:718
1797
- msgid ""
1798
- "Deactivating your license will block all premium features, but will enable "
1799
- "activating the license on another site. Are you sure you want to proceed?"
1800
- msgstr ""
1801
- "Désactiver la licence bloquera toutes les fonctionnalités premium mais vous "
1802
- "permettra d'activer la licence sur un autre site. Êtes-vous sûr de vouloir "
1803
- "continuer ?"
1804
 
1805
- #: templates/account/billing.php:28
1806
- msgctxt "verb"
1807
- msgid "Update"
1808
- msgstr "Mise à jour"
1809
 
1810
- #: templates/account/billing.php:39
1811
- msgid "Billing"
1812
- msgstr "Facturation"
1813
 
1814
- #: templates/account/billing.php:44
1815
- msgid "Business name"
1816
- msgstr "Raison sociale"
1817
 
1818
- #: templates/account/billing.php:45
1819
- msgid "Tax / VAT ID"
1820
- msgstr "Code TVA"
 
1821
 
1822
- #: templates/account/billing.php:48 templates/account/billing.php:49
1823
- #, php-format
1824
- msgid "Address Line %d"
1825
- msgstr "Adresse ligne %d"
1826
 
1827
- #: templates/account/billing.php:52
1828
- msgid "City"
1829
- msgstr "Ville"
 
 
1830
 
1831
- #: templates/account/billing.php:52
1832
- msgid "Town"
1833
- msgstr "Ville"
1834
 
1835
- #: templates/account/billing.php:53
1836
- msgid "ZIP / Postal Code"
1837
- msgstr "Code postal"
1838
 
1839
- #: templates/account/billing.php:308
1840
- msgid "Country"
1841
- msgstr "Pays"
1842
 
1843
- #: templates/account/billing.php:310
1844
- msgid "Select Country"
1845
- msgstr "Choisir le pays"
1846
-
1847
- #: templates/account/billing.php:317 templates/account/billing.php:318
1848
- msgid "State"
1849
- msgstr "État"
1850
-
1851
- #: templates/account/billing.php:317 templates/account/billing.php:318
1852
- msgid "Province"
1853
- msgstr "Région"
1854
-
1855
- #: templates/account/partials/activate-license-button.php:46
1856
- msgid "Localhost"
1857
- msgstr "Localhost"
1858
-
1859
- #: templates/account/partials/activate-license-button.php:50
1860
- #, php-format
1861
- msgctxt "as 5 licenses left"
1862
- msgid "%s left"
1863
- msgstr "%s restante(s)"
1864
-
1865
- #: templates/account/partials/activate-license-button.php:51
1866
- msgid "Last license"
1867
- msgstr "Dernière licence"
1868
-
1869
- #: templates/account/partials/addon.php:115
1870
- msgid "Cancelled"
1871
- msgstr "Annulé"
1872
-
1873
- #: templates/account/partials/addon.php:125
1874
- msgid "No expiration"
1875
- msgstr "Pas d'expiration"
1876
-
1877
- #: templates/account/partials/addon.php:264
1878
- #: templates/account/partials/addon.php:317
1879
- msgid "Activate this add-on"
1880
- msgstr "Activer cet add-on"
1881
-
1882
- #: templates/account/partials/addon.php:339 templates/debug.php:433
1883
- #: templates/debug.php:511
1884
- msgctxt "verb"
1885
- msgid "Delete"
1886
- msgstr "Supprimer"
1887
-
1888
- #: templates/account/partials/site.php:148 templates/debug.php:368
1889
- msgid "Blog ID"
1890
- msgstr "Blog ID"
1891
-
1892
- #: templates/account/partials/site.php:181
1893
- msgid "Owner Name"
1894
- msgstr "Nom du propriétaire"
1895
-
1896
- #: templates/account/partials/site.php:193
1897
- msgid "Owner Email"
1898
- msgstr "Email du propriétaire"
1899
-
1900
- #: templates/account/partials/site.php:205
1901
- msgid "Owner ID"
1902
- msgstr "ID du propriétaire"
1903
-
1904
- #: templates/account/partials/site.php:270
1905
- msgid "Subscription"
1906
- msgstr "Inscription"
1907
-
1908
- #: templates/account/payments.php:29
1909
- msgid "Payments"
1910
- msgstr "Paiements"
1911
-
1912
- #: templates/account/payments.php:36
1913
- msgid "Date"
1914
- msgstr "Date"
1915
-
1916
- #: templates/account/payments.php:37
1917
- msgid "Amount"
1918
- msgstr "Montant"
1919
-
1920
- #: templates/account/payments.php:38 templates/account/payments.php:50
1921
- msgid "Invoice"
1922
- msgstr "Facture"
1923
-
1924
- #: templates/add-ons.php:36
1925
- #, php-format
1926
- msgid "Add Ons for %s"
1927
- msgstr "Add Ons pour %s"
1928
-
1929
- #: templates/add-ons.php:44
1930
- msgid ""
1931
- "We could'nt load the add-ons list. It's probably an issue on our side, "
1932
- "please try to come back in few minutes."
1933
- msgstr ""
1934
- "Nous n'avons pas pu charger la liste des add-ons. C'est probablement une "
1935
- "difficulté de notre côté, merci de d'essayer à nouveau dans quelques minutes."
1936
-
1937
- #: templates/add-ons.php:139
1938
- msgid "View details"
1939
- msgstr "Voir les détails"
1940
-
1941
- #: templates/admin-notice.php:13 templates/forms/license-activation.php:208
1942
- #: templates/forms/resend-key.php:77
1943
- msgctxt "as close a window"
1944
- msgid "Dismiss"
1945
- msgstr "Fermer"
1946
-
1947
- #: templates/auto-installation.php:45
1948
- #, php-format
1949
- msgid "%s sec"
1950
- msgstr "%s sec"
1951
-
1952
- #: templates/auto-installation.php:83
1953
- msgid "Automatic Installation"
1954
- msgstr "Installation automatique"
1955
-
1956
- #: templates/auto-installation.php:93
1957
- #, php-format
1958
- msgid ""
1959
- "An automated download and installation of %s (paid version) from %s will "
1960
- "start in %s. If you would like to do it manually - click the cancellation "
1961
- "button now."
1962
- msgstr ""
1963
- "Un téléchargement et une installation automatique de %s (version premium) de "
1964
- "%s va commencer dans %s. Si vous voulez le faire manuellement, cliquez sur "
1965
- "le bouton d'annulation maintenant."
1966
-
1967
- #: templates/auto-installation.php:104
1968
- msgid ""
1969
- "The installation process has started and may take a few minutes to complete. "
1970
- "Please wait until it is done - do not refresh this page."
1971
- msgstr ""
1972
- "L'installation a commencé et peut prendre quelques minutes pour se finir. "
1973
- "Merci de patienter jusqu'à ce qu'elle soit terminée - veuillez ne pas "
1974
- "rafraichir cette page."
1975
 
1976
  #: templates/auto-installation.php:109
1977
  msgid "Cancel Installation"
1978
  msgstr "Annuler l'installation"
1979
 
1980
- #: templates/checkout.php:172
1981
  msgid "Checkout"
1982
  msgstr "Paiement"
1983
 
1984
- #: templates/checkout.php:172
1985
  msgid "PCI compliant"
1986
  msgstr "Compatible PCI"
1987
 
 
1988
  #: templates/connect.php:112
1989
- #, php-format
1990
  msgctxt "greeting"
1991
  msgid "Hey %s,"
1992
  msgstr "Hey %s,"
@@ -2000,124 +1542,66 @@ msgid "Re-send activation email"
2000
  msgstr "Renvoyer l'email d'activation"
2001
 
2002
  #: templates/connect.php:162
2003
- #, php-format
2004
  msgid "Thanks %s!"
2005
  msgstr "Merci %s !"
2006
 
2007
- #: templates/connect.php:172 templates/forms/license-activation.php:43
2008
  msgid "Agree & Activate License"
2009
  msgstr "Valider & Activer la licence"
2010
 
2011
  #: templates/connect.php:181
2012
- #, php-format
2013
- msgid ""
2014
- "Thanks for purchasing %s! To get started, please enter your license key:"
2015
- msgstr ""
2016
- "Merci d'avoir acheté %s ! Pour commencer, veuillez indiquer votre clef de "
2017
- "licence :"
2018
 
2019
  #: templates/connect.php:188
2020
- #, php-format
2021
- msgid ""
2022
- "Never miss an important update - opt in to our security & feature updates "
2023
- "notifications, educational content, offers, and non-sensitive diagnostic "
2024
- "tracking with %4$s."
2025
- msgstr ""
2026
- "Ne ratez jamais une mise à jour importante - acceptez nos notifications de "
2027
- "mises à jour de sécurité et de fonctionnalités, de contenu instructif, "
2028
- "d'offres ainsi que le suivi d'activité non sensible avec %4$s."
2029
 
2030
  #: templates/connect.php:189
2031
- #, php-format
2032
- msgid ""
2033
- "Never miss an important update - opt in to our security and feature updates "
2034
- "notifications, and non-sensitive diagnostic tracking with %4$s."
2035
- msgstr ""
2036
- "Ne manquez jamais une mise à jour importante - optez pour nos notifications "
2037
- "de mises à jour de sécurité et de fonctionnalités, et un suivi diagnostique "
2038
- "non sensible avec %4$s."
2039
 
2040
  #: templates/connect.php:195
2041
- #, php-format
2042
- msgid ""
2043
- "Never miss an important update - opt in to our security & feature updates "
2044
- "notifications, educational content, offers, and non-sensitive diagnostic "
2045
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just "
2046
- "fine."
2047
- msgstr ""
2048
- "Ne ratez jamais une mise à jour importante - acceptez nos notifications de "
2049
- "mises à jour de sécurité et de fonctionnalités, de contenu instructif, "
2050
- "d'offres ainsi que le suivi d'activité non sensible avec %4$s. Dans le cas "
2051
- "contraire, pas de problème ! %1$s fonctionnera parfaitement aussi."
2052
 
2053
  #: templates/connect.php:196
2054
- #, php-format
2055
- msgid ""
2056
- "Never miss an important update - opt in to our security & feature updates "
2057
- "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
2058
- "this, that's okay! %1$s will still work just fine."
2059
- msgstr ""
2060
- "Ne ratez jamais une mise à jour importante - acceptez nos notifications de "
2061
- "mises à jour de sécurité et de fonctionnalités ainsi que le suivi d'activité "
2062
- "non sensible avec %4$s. Dans le cas contraire, pas de problème ! %1$s "
2063
- "fonctionnera parfaitement aussi."
2064
 
2065
  #: templates/connect.php:230
2066
  msgid "We're excited to introduce the Freemius network-level integration."
2067
- msgstr ""
2068
- "Nous sommes impatient de vous présenter l'intégration Freemius au niveau "
2069
- "réseau."
2070
 
2071
  #: templates/connect.php:233
2072
- #, php-format
2073
- msgid ""
2074
- "During the update process we detected %d site(s) that are still pending "
2075
- "license activation."
2076
- msgstr ""
2077
- "Durant le processus de mise à jour nous avons détecté %d site(s) toujours en "
2078
- "attente d'activation de la licence."
2079
 
2080
  #: templates/connect.php:235
2081
- #, php-format
2082
- msgid ""
2083
- "If you'd like to use the %s on those sites, please enter your license key "
2084
- "below and click the activation button."
2085
- msgstr ""
2086
- "Si vous voulez utiliser le %s sur ces sites, merci d'indiquer votre clé de "
2087
- "licence ci-dessous et de cliquer sur le bouton d'activation."
2088
 
2089
  #: templates/connect.php:237
2090
- #, php-format
2091
  msgid "%s's paid features"
2092
  msgstr "Fonctionnalités payantes de %s"
2093
 
2094
  #: templates/connect.php:242
2095
- #, php-format
2096
- msgid ""
2097
- "Alternatively, you can skip it for now and activate the license later, in "
2098
- "your %s's network-level Account page."
2099
- msgstr ""
2100
- "Éventuellement, vous pouvez l'ignorer pour l'instant et activer la licence "
2101
- "plus tard, sur votre page de compte du réseau %s."
2102
 
2103
  #: templates/connect.php:244
2104
- #, php-format
2105
- msgid ""
2106
- "During the update process we detected %s site(s) in the network that are "
2107
- "still pending your attention."
2108
- msgstr ""
2109
- "Durant le processus de mise à jour nous avons détecté %s site(s) dans le "
2110
- "réseau que vous devez vérifier."
2111
 
2112
- #: templates/connect.php:253 templates/forms/license-activation.php:46
2113
  msgid "License key"
2114
  msgstr "Clef de licence"
2115
 
2116
- #: templates/connect.php:256 templates/forms/license-activation.php:19
2117
  msgid "Can't find your license key?"
2118
  msgstr "Vous ne trouvez pas votre clef de licence ?"
2119
 
2120
- #: templates/connect.php:315 templates/connect.php:630
2121
  #: templates/forms/deactivation/retry-skip.php:20
2122
  msgctxt "verb"
2123
  msgid "Skip"
@@ -2128,10 +1612,8 @@ msgid "Delegate to Site Admins"
2128
  msgstr "Déléguer aux administrateurs du site"
2129
 
2130
  #: templates/connect.php:318
2131
- msgid ""
2132
- "If you click it, this decision will be delegated to the sites administrators."
2133
- msgstr ""
2134
- "Si vous cliquez, cette décision sera déléguée aux administrateurs des sites."
2135
 
2136
  #: templates/connect.php:346
2137
  msgid "Your Profile Overview"
@@ -2153,12 +1635,11 @@ msgstr "Site URL, WP version, PHP info, plugins & themes"
2153
  msgid "Admin Notices"
2154
  msgstr "Notifications Administrateur"
2155
 
2156
- #: templates/connect.php:359 templates/connect.php:375
2157
  msgid "Updates, announcements, marketing, no spam"
2158
  msgstr "Mises à jour, annonces, marketing, pas de spam"
2159
 
2160
  #: templates/connect.php:364
2161
- #, php-format
2162
  msgid "Current %s Events"
2163
  msgstr "Évènements du %s actuel"
2164
 
@@ -2170,15 +1651,9 @@ msgstr "Activation, désactivation et désintallation"
2170
  msgid "Newsletter"
2171
  msgstr "Newsletter"
2172
 
2173
- #: templates/connect.php:391 templates/forms/license-activation.php:38
2174
- #, php-format
2175
- msgid ""
2176
- "The %1$s will be periodically sending data to %2$s to check for security and "
2177
- "feature updates, and verify the validity of your license."
2178
- msgstr ""
2179
- "Le %1$s va régulièrement envoyer des données à %2$s pour vérifier les mises "
2180
- "à jour de sécurité et de fonctionnalités ainsi que pour vérifier la validité "
2181
- "de votre licence."
2182
 
2183
  #: templates/connect.php:396
2184
  msgid "What permissions are being granted?"
@@ -2188,10 +1663,6 @@ msgstr "Quelles autorisations sont accordées ?"
2188
  msgid "Don't have a license key?"
2189
  msgstr "Vous n'avez pas de clef de licence ?"
2190
 
2191
- #: templates/connect.php:418
2192
- msgid "Activate Free Version"
2193
- msgstr "Activez la version gratuite"
2194
-
2195
  #: templates/connect.php:420
2196
  msgid "Have a license key?"
2197
  msgstr "Vous avez une clef de licence ?"
@@ -2208,12 +1679,12 @@ msgstr "Contrat de licence"
2208
  msgid "Terms of Service"
2209
  msgstr "Conditions générales de service"
2210
 
2211
- #: templates/connect.php:766
2212
  msgctxt "as in the process of sending an email"
2213
  msgid "Sending email"
2214
  msgstr "Email en cours d'envoi"
2215
 
2216
- #: templates/connect.php:767
2217
  msgctxt "as activating plugin"
2218
  msgid "Activating"
2219
  msgstr "Activation en cours"
@@ -2241,7 +1712,7 @@ msgctxt "as code debugging"
2241
  msgid "Debugging"
2242
  msgstr "Debuggage"
2243
 
2244
- #: templates/debug.php:54 templates/debug.php:250 templates/debug.php:376
2245
  #: templates/debug.php:494
2246
  msgid "Actions"
2247
  msgstr "Actions"
@@ -2295,7 +1766,7 @@ msgstr "Versions du SDK"
2295
  msgid "SDK Path"
2296
  msgstr "Chemin d'accès du SDK"
2297
 
2298
- #: templates/debug.php:205 templates/debug.php:244
2299
  msgid "Module Path"
2300
  msgstr "Chemin d'accès du module"
2301
 
@@ -2303,20 +1774,20 @@ msgstr "Chemin d'accès du module"
2303
  msgid "Is Active"
2304
  msgstr "Est actif"
2305
 
2306
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:35
2307
  msgid "Plugins"
2308
  msgstr "Plugins"
2309
 
2310
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:56
2311
  msgid "Themes"
2312
  msgstr "Thèmes"
2313
 
2314
- #: templates/debug.php:239 templates/debug.php:371 templates/debug.php:453
2315
  #: templates/debug/scheduled-crons.php:80
2316
  msgid "Slug"
2317
  msgstr "Slug"
2318
 
2319
- #: templates/debug.php:241 templates/debug.php:452
2320
  msgid "Title"
2321
  msgstr "Titre"
2322
 
@@ -2356,7 +1827,6 @@ msgid "Simulate Network Upgrade"
2356
  msgstr "Simuler la mise à jour du réseau"
2357
 
2358
  #: templates/debug.php:360
2359
- #, php-format
2360
  msgid "%s Installs"
2361
  msgstr "%s Installations"
2362
 
@@ -2365,8 +1835,17 @@ msgctxt "like websites"
2365
  msgid "Sites"
2366
  msgstr "Sites"
2367
 
 
 
 
 
 
 
 
 
 
 
2368
  #: templates/debug.php:447
2369
- #, php-format
2370
  msgid "Add Ons of module %s"
2371
  msgstr "Add Ons du module %s"
2372
 
@@ -2379,7 +1858,6 @@ msgid "Verified"
2379
  msgstr "Vérifié"
2380
 
2381
  #: templates/debug.php:522
2382
- #, php-format
2383
  msgid "%s Licenses"
2384
  msgstr "%s Licences"
2385
 
@@ -2420,12 +1898,12 @@ msgstr "Tous les types"
2420
  msgid "All Requests"
2421
  msgstr "Toutes les demandes"
2422
 
2423
- #: templates/debug.php:573 templates/debug.php:602
2424
  #: templates/debug/logger.php:25
2425
  msgid "File"
2426
  msgstr "Fichier"
2427
 
2428
- #: templates/debug.php:574 templates/debug.php:600
2429
  #: templates/debug/logger.php:23
2430
  msgid "Function"
2431
  msgstr "Fonction"
@@ -2438,7 +1916,7 @@ msgstr "ID du processus"
2438
  msgid "Logger"
2439
  msgstr "Logger"
2440
 
2441
- #: templates/debug.php:577 templates/debug.php:601
2442
  #: templates/debug/logger.php:24
2443
  msgid "Message"
2444
  msgstr "Message"
@@ -2451,14 +1929,103 @@ msgstr "Filter"
2451
  msgid "Download"
2452
  msgstr "Téléchargement"
2453
 
2454
- #: templates/debug.php:598 templates/debug/logger.php:22
2455
  msgid "Type"
2456
  msgstr "Type"
2457
 
2458
- #: templates/debug.php:603 templates/debug/logger.php:26
2459
  msgid "Timestamp"
2460
  msgstr "Timestamp"
2461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2462
  #: templates/debug/api-calls.php:56
2463
  msgid "API"
2464
  msgstr "API"
@@ -2500,19 +2067,19 @@ msgstr "Fin"
2500
  msgid "Log"
2501
  msgstr "Log"
2502
 
2503
- #: templates/debug/plugins-themes-sync.php:18
 
2504
  #: templates/debug/scheduled-crons.php:91
2505
- #, php-format
2506
  msgid "In %s"
2507
  msgstr "Dans %s"
2508
 
2509
- #: templates/debug/plugins-themes-sync.php:20
 
2510
  #: templates/debug/scheduled-crons.php:93
2511
- #, php-format
2512
  msgid "%s ago"
2513
  msgstr "Il y a %s"
2514
 
2515
- #: templates/debug/plugins-themes-sync.php:21
2516
  #: templates/debug/scheduled-crons.php:74
2517
  msgctxt "seconds"
2518
  msgid "sec"
@@ -2526,7 +2093,7 @@ msgstr "Synchronisation des plugin et des thèmes"
2526
  msgid "Total"
2527
  msgstr "Total"
2528
 
2529
- #: templates/debug/plugins-themes-sync.php:29
2530
  #: templates/debug/scheduled-crons.php:84
2531
  msgid "Last"
2532
  msgstr "Dernier"
@@ -2560,110 +2127,70 @@ msgid "Apply to become an affiliate"
2560
  msgstr "Postuler pour devenir un affilié"
2561
 
2562
  #: templates/forms/affiliation.php:104
2563
- #, php-format
2564
- msgid ""
2565
- "Your affiliate application for %s has been accepted! Log in to your "
2566
- "affiliate area at: %s."
2567
- msgstr ""
2568
- "Votre dossier d'affiliation pour %s a été accepté ! Identifiez-vous dans "
2569
- "votre espace affilié sur : %s."
2570
 
2571
  #: templates/forms/affiliation.php:119
2572
- msgid ""
2573
- "Thank you for applying for our affiliate program, we'll review your details "
2574
- "during the next 14 days and will get back to you with further information."
2575
- msgstr ""
2576
- "Merci d'avoir postulé à notre programme d'affiliation, nous regarderons "
2577
- "votre dossier durant les 14 prochains jours et nous reviendrons vers vous "
2578
- "avec d'autres informations."
2579
 
2580
  #: templates/forms/affiliation.php:122
2581
  msgid "Your affiliation account was temporarily suspended."
2582
  msgstr "Votre compte affilié a été suspendu temporairement."
2583
 
2584
  #: templates/forms/affiliation.php:125
2585
- msgid ""
2586
- "Thank you for applying for our affiliate program, unfortunately, we've "
2587
- "decided at this point to reject your application. Please try again in 30 "
2588
- "days."
2589
- msgstr ""
2590
- "Merci d'avoir postulé à notre programme d'affiliation, malheureusement, nous "
2591
- "avons décidé pour le moment de décliner votre dossier. Merci d'essayer à "
2592
- "nouveau d'ici 30 jours."
2593
 
2594
  #: templates/forms/affiliation.php:128
2595
- msgid ""
2596
- "Due to violation of our affiliation terms, we decided to temporarily block "
2597
- "your affiliation account. If you have any questions, please contact support."
2598
- msgstr ""
2599
- "Suite à une violation de nos conditions d'affiliation, nous avons décidé de "
2600
- "bloquer temporairement votre compte d'affilié. Si vous avez la moindre "
2601
- "question, merci de contacter le support."
2602
 
2603
  #: templates/forms/affiliation.php:141
2604
- #, php-format
2605
  msgid "Like the %s? Become our ambassador and earn cash ;-)"
2606
  msgstr "Vous aimez %s ? Devenez notre ambassadeur et gagnez du cash ;-)"
2607
 
2608
  #: templates/forms/affiliation.php:142
2609
- #, php-format
2610
- msgid ""
2611
- "Refer new customers to our %s and earn %s commission on each successful sale "
2612
- "you refer!"
2613
- msgstr ""
2614
- "Parrainez des nouveaux clients pour notre %s et gagnez une commission de %s "
2615
- "sur chaque vente réussie que vous affiliez."
2616
 
2617
  #: templates/forms/affiliation.php:145
2618
  msgid "Program Summary"
2619
  msgstr "Sommaire du programme"
2620
 
2621
  #: templates/forms/affiliation.php:147
2622
- #, php-format
2623
  msgid "%s commission when a customer purchases a new license."
2624
  msgstr "Commission de %s quand un client achète une nouvelle licence."
2625
 
2626
  #: templates/forms/affiliation.php:149
2627
  msgid "Get commission for automated subscription renewals."
2628
- msgstr ""
2629
- "Obtenez des commissions pour les renouvellements automatiques d'abonnement."
2630
 
2631
  #: templates/forms/affiliation.php:152
2632
- #, php-format
2633
- msgid ""
2634
- "%s tracking cookie after the first visit to maximize earnings potential."
2635
- msgstr ""
2636
- "Cookie de tracking de %s après la première visite pour maximiser les "
2637
- "potentiels de gain."
2638
 
2639
  #: templates/forms/affiliation.php:155
2640
  msgid "Unlimited commissions."
2641
  msgstr "Commissions illimitées."
2642
 
2643
  #: templates/forms/affiliation.php:157
2644
- #, php-format
2645
  msgid "%s minimum payout amount."
2646
  msgstr "Montant de paiement minimum %s."
2647
 
2648
  #: templates/forms/affiliation.php:158
2649
  msgid "Payouts are in USD and processed monthly via PayPal."
2650
- msgstr ""
2651
- "Les paiements se font en Dollars US et sont effectués mensuellement via "
2652
- "PayPal."
2653
 
2654
  #: templates/forms/affiliation.php:159
2655
- msgid ""
2656
- "As we reserve 30 days for potential refunds, we only pay commissions that "
2657
- "are older than 30 days."
2658
- msgstr ""
2659
- "Comme nous bloquons sur 30 jours pour les remboursements éventuels, seules "
2660
- "sont payées les commissions de plus de 30 jours."
2661
 
2662
  #: templates/forms/affiliation.php:162
2663
  msgid "Affiliate"
2664
  msgstr "Affiliation"
2665
 
2666
- #: templates/forms/affiliation.php:165 templates/forms/resend-key.php:23
2667
  msgid "Email address"
2668
  msgstr "Adresse email"
2669
 
@@ -2676,18 +2203,12 @@ msgid "PayPal account email address"
2676
  msgstr "Adresse email du compte PayPal"
2677
 
2678
  #: templates/forms/affiliation.php:177
2679
- #, php-format
2680
  msgid "Where are you going to promote the %s?"
2681
  msgstr "Où allez-vous faire la promotion du %s ? "
2682
 
2683
  #: templates/forms/affiliation.php:179
2684
- #, php-format
2685
- msgid ""
2686
- "Enter the domain of your website or other websites from where you plan to "
2687
- "promote the %s."
2688
- msgstr ""
2689
- "Indiquez l'adresse de votre site ou d'autres sites sur lesquels vous pensez "
2690
- "faire la promotion du %s"
2691
 
2692
  #: templates/forms/affiliation.php:181
2693
  msgid "Add another domain"
@@ -2699,9 +2220,7 @@ msgstr "Adresses supplémentaires"
2699
 
2700
  #: templates/forms/affiliation.php:186
2701
  msgid "Extra domains where you will be marketing the product from."
2702
- msgstr ""
2703
- "Adresses supplémentaires depuis lesquelles vous ferez la promotion du "
2704
- "produit."
2705
 
2706
  #: templates/forms/affiliation.php:196
2707
  msgid "Promotion methods"
@@ -2717,35 +2236,21 @@ msgstr "Applications mobiles"
2717
 
2718
  #: templates/forms/affiliation.php:207
2719
  msgid "Website, email, and social media statistics (optional)"
2720
- msgstr ""
2721
- "Statistiques du site web, de l'adresse email et des réseaux sociaux "
2722
- "(optionnel)"
2723
 
2724
  #: templates/forms/affiliation.php:210
2725
- msgid ""
2726
- "Please feel free to provide any relevant website or social media statistics, "
2727
- "e.g. monthly unique site visits, number of email subscribers, followers, "
2728
- "etc. (we will keep this information confidential)."
2729
- msgstr ""
2730
- "N'hésitez pas à indiquer des statistiques pertinentes concernant votre site "
2731
- "ou vos réseaux sociaux telles que le nombre de visiteurs mensuel, le nombre "
2732
- "d'abonnés, de followers, etc... (C'est informations resteront "
2733
- "confidentielles)"
2734
 
2735
  #: templates/forms/affiliation.php:214
2736
  msgid "How will you promote us?"
2737
  msgstr "Comment allez-vous faire de la promotion ?"
2738
 
2739
  #: templates/forms/affiliation.php:217
2740
- #, php-format
2741
- msgid ""
2742
- "Please provide details on how you intend to promote %s (please be as "
2743
- "specific as possible)."
2744
- msgstr ""
2745
- "Merci d'indiquer en détail comment vous allez faire la promotion du %s (en "
2746
- "étant aussi précis que possible)"
2747
 
2748
- #: templates/forms/affiliation.php:223 templates/forms/resend-key.php:22
2749
  msgid "Cancel"
2750
  msgstr "Annuler"
2751
 
@@ -2753,95 +2258,11 @@ msgstr "Annuler"
2753
  msgid "Become an affiliate"
2754
  msgstr "Devenir un affilié"
2755
 
2756
- #: templates/forms/deactivation/contact.php:19
2757
- msgid ""
2758
- "Sorry for the inconvenience and we are here to help if you give us a chance."
2759
- msgstr ""
2760
- "Désolé pour le dérangement et nous sommes là pour vous aider si vous nous le "
2761
- "permettez."
2762
-
2763
- #: templates/forms/deactivation/contact.php:22
2764
- msgid "Contact Support"
2765
- msgstr "Contacter l'Assistance"
2766
-
2767
- #: templates/forms/deactivation/form.php:59
2768
- msgid "Anonymous feedback"
2769
- msgstr "Commentaire anonyme"
2770
-
2771
- #: templates/forms/deactivation/form.php:66
2772
- msgid "Deactivate"
2773
- msgstr "Désactiver"
2774
-
2775
- #: templates/forms/deactivation/form.php:68
2776
- #, php-format
2777
- msgid "Activate %s"
2778
- msgstr "Activer %s"
2779
-
2780
- #: templates/forms/deactivation/form.php:80
2781
- msgid "Quick Feedback"
2782
- msgstr "Commentaires rapides"
2783
-
2784
- #: templates/forms/deactivation/form.php:84
2785
- #, php-format
2786
- msgid "If you have a moment, please let us know why you are %s"
2787
- msgstr "Si vous avez un instant, merci de nous indiquer pourquoi %s"
2788
 
2789
- #: templates/forms/deactivation/form.php:84
2790
- msgid "deactivating"
2791
- msgstr "Désactivation"
2792
-
2793
- #: templates/forms/deactivation/form.php:84
2794
- msgid "switching"
2795
- msgstr "Changement"
2796
-
2797
- #: templates/forms/deactivation/form.php:150
2798
- #: templates/forms/subscription-cancellation.php:191
2799
- #, php-format
2800
- msgid "Cancel %s & Proceed"
2801
- msgstr "Annuler %s et poursuivre"
2802
-
2803
- #: templates/forms/deactivation/form.php:332
2804
- #, php-format
2805
- msgid "Submit & %s"
2806
- msgstr "Envoyer & %s"
2807
-
2808
- #: templates/forms/deactivation/form.php:353
2809
- msgid "Kindly tell us the reason so we can improve."
2810
- msgstr ""
2811
- "S'il vous plait, dites nous pourquoi afin que nous puissions nous améliorer."
2812
-
2813
- #: templates/forms/deactivation/form.php:478
2814
- #, php-format
2815
- msgid "Yes - %s"
2816
- msgstr "Oui - %s"
2817
-
2818
- #: templates/forms/deactivation/form.php:485
2819
- #, php-format
2820
- msgid "Skip & %s"
2821
- msgstr "Passer & %s"
2822
-
2823
- #: templates/forms/deactivation/retry-skip.php:21
2824
- msgid "Click here to use the plugin anonymously"
2825
- msgstr "Cliquer ici pour utiliser le plugin anonymement"
2826
-
2827
- #: templates/forms/deactivation/retry-skip.php:23
2828
- #, php-format
2829
- msgid ""
2830
- "You might have missed it, but you don't have to share any data and can just "
2831
- "%s the opt-in."
2832
- msgstr ""
2833
- "Peut-être que cela vous a échappé mais vous n'êtes pas obligé de partager la "
2834
- "moindre information et vous pouvez juste %s l'enregistrement."
2835
-
2836
- #: templates/forms/license-activation.php:20
2837
- msgid ""
2838
- "Please enter the license key that you received in the email right after the "
2839
- "purchase:"
2840
- msgstr ""
2841
- "Merci d'indiquer le code de licence que vous avez reçu par email juste après "
2842
- "l'achat :"
2843
-
2844
- #: templates/forms/license-activation.php:25
2845
  msgid "Update License"
2846
  msgstr "Mettre à jour la licence"
2847
 
@@ -2856,37 +2277,20 @@ msgid "Opt In"
2856
  msgstr "Inscription"
2857
 
2858
  #: templates/forms/optout.php:33
2859
- #, php-format
2860
- msgid ""
2861
- "Usage tracking is done in the name of making %s better. Making a better user "
2862
- "experience, prioritizing new features, and more good things. We'd really "
2863
- "appreciate if you'll reconsider letting us continue with the tracking."
2864
- msgstr ""
2865
- "Le suivi d'utilisation de %s nous permet de l'améliorer. Apporter une "
2866
- "meilleure expérience pour l'utilisateur, définir quelles seront les "
2867
- "nouvelles fonctionnalités, ce genre de choses. Aussi nous vous serions "
2868
- "reconnaissant si vous acceptiez de nous permettre de continuer à récupérer "
2869
- "des informations."
2870
 
2871
  #: templates/forms/optout.php:35
2872
- #, php-format
2873
- msgid ""
2874
- "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2875
- msgstr ""
2876
- "En cliquant \"Désincription\", nous n'enverrons plus d'informations de %s à "
2877
- "%s."
2878
 
2879
  #: templates/forms/premium-versions-upgrade-handler.php:40
2880
- #, php-format
2881
  msgid "There is a new version of %s available."
2882
  msgstr "Il y a une nouvelle version disponible de %s. "
2883
 
2884
  #: templates/forms/premium-versions-upgrade-handler.php:41
2885
- #, php-format
2886
  msgid " %s to access version %s security & feature updates, and support."
2887
- msgstr ""
2888
- "%s pour accéder aux mises à jour de sécurité et de fonctionnalités de la "
2889
- "version %s, et au support."
2890
 
2891
  #: templates/forms/premium-versions-upgrade-handler.php:54
2892
  msgid "New Version Available"
@@ -2902,65 +2306,42 @@ msgid "Send License Key"
2902
  msgstr "Envoyer le code de la licence"
2903
 
2904
  #: templates/forms/resend-key.php:57
2905
- msgid ""
2906
- "Enter the email address you've used for the upgrade below and we will resend "
2907
- "you the license key."
2908
- msgstr ""
2909
- "Indiquez ci-dessous l'adresse email que vous avez utilisez pour la mise à "
2910
- "jour et nous allons vous renvoyer le code de la licence."
2911
 
2912
- #: templates/forms/subscription-cancellation.php:38
2913
- #, php-format
2914
- msgid ""
2915
- "Deactivating or uninstalling the %s will automatically disable the license, "
2916
- "which you'll be able to use on another site."
2917
- msgstr ""
2918
- "Désactiver ou désinstaller le %s désactivera automatiquement la licence, que "
2919
- "vous pourrez utiliser sur un autre site."
2920
 
2921
- #: templates/forms/subscription-cancellation.php:48
2922
- #, php-format
2923
- msgid ""
2924
- "In case you are NOT planning on using this %s on this site (or any other "
2925
- "site) - would you like to cancel the %s as well?"
2926
- msgstr ""
2927
- "Dans le cas où vous n'avez PAS l'intention d'utiliser ce %s sur ce site (ou "
2928
- "tout autre site) - voulez-vous aussi annuler le %s ?"
2929
 
2930
  #: templates/forms/subscription-cancellation.php:52
2931
  msgid "license"
2932
  msgstr "licence"
2933
 
2934
- #: templates/forms/subscription-cancellation.php:58
2935
- #, php-format
2936
- msgid ""
2937
- "Cancel %s - I no longer need any security & feature updates, nor support for "
2938
- "%s because I'm not planning to use the %s on this, or any other site."
2939
- msgstr ""
2940
- "Annuler %s - Je n'ai plus besoin de mises à jour de sécurité et de "
2941
- "fonctionnalités, ni de support pour %s parce que je n'ai pas l'intention "
2942
- "d'utiliser le %s sur ce site, ou tout autre site."
2943
 
2944
- #: templates/forms/subscription-cancellation.php:69
2945
- #, php-format
2946
- msgid ""
2947
- "Don't cancel %s - I'm still interested in getting security & feature "
2948
- "updates, as well as be able to contact support."
2949
- msgstr ""
2950
- "Ne pas annuler %s - Je veux toujours recevoir les mises à jour de sécurité "
2951
- "et de fonctionnalités, ainsi que d'être en mesure de contacter le support."
 
 
 
2952
 
2953
  #: templates/forms/subscription-cancellation.php:103
2954
- #, php-format
2955
- msgid ""
2956
- "Once your license expires you will no longer be able to use the %s, unless "
2957
- "you activate it again with a valid premium license."
2958
- msgstr ""
2959
- "Une fois votre licence expirée, vous ne pourrez plus utiliser le %s, sauf si "
2960
- "vous l'activez à nouveau avec une licence premium valide."
2961
 
2962
  #: templates/forms/subscription-cancellation.php:136
2963
- #, php-format
2964
  msgid "Cancel %s?"
2965
  msgstr "Annuler %s ?"
2966
 
@@ -2968,66 +2349,60 @@ msgstr "Annuler %s ?"
2968
  msgid "Proceed"
2969
  msgstr "Poursuivre"
2970
 
 
 
 
 
 
2971
  #: templates/forms/trial-start.php:22
2972
- #, php-format
2973
- msgid ""
2974
- "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2975
- msgstr ""
2976
- "Vous êtes à 1 clic de commencer votre période d'essai gratuite de %1$s jours "
2977
- "de la formule %2$s."
2978
 
2979
  #: templates/forms/trial-start.php:28
2980
- #, php-format
2981
- msgid ""
2982
- "For compliance with the WordPress.org guidelines, before we start the trial "
2983
- "we ask that you opt in with your user and non-sensitive site information, "
2984
- "allowing the %s to periodically send data to %s to check for version updates "
2985
- "and to validate your trial."
2986
- msgstr ""
2987
- "Pour être en accord avec les directives de WordPress.org, avant que nous "
2988
- "commencions la période d'essai, nous vous demandons de nous permettre de "
2989
- "récupérer votre nom d'utilisateur et des informations non sensibles du site "
2990
- "afin de permettre au %s de communiquer avec %s pour vérifier les mises à "
2991
- "jour et valider votre période d'essai."
2992
 
2993
- #: templates/js/style-premium-theme.php:37
2994
  msgid "Premium"
2995
  msgstr "Premium"
2996
 
2997
- #: templates/partials/network-activation.php:23
 
 
 
 
2998
  msgid "Activate license on all sites in the network."
2999
  msgstr "Activer la licence sur tous les sites du réseau."
3000
 
3001
- #: templates/partials/network-activation.php:24
3002
  msgid "Apply on all sites in the network."
3003
  msgstr "Effectuer sur tous les sites dans le réseau."
3004
 
3005
- #: templates/partials/network-activation.php:27
3006
  msgid "Activate license on all pending sites."
3007
  msgstr "Activer la licence sur tous les sites en attente."
3008
 
3009
- #: templates/partials/network-activation.php:28
3010
  msgid "Apply on all pending sites."
3011
  msgstr "Activer sur tous les sites en attente."
3012
 
3013
- #: templates/partials/network-activation.php:36
3014
- #: templates/partials/network-activation.php:68
3015
  msgid "allow"
3016
  msgstr "autoriser"
3017
 
3018
- #: templates/partials/network-activation.php:38
3019
- #: templates/partials/network-activation.php:70
3020
  msgid "delegate"
3021
  msgstr "déléguer"
3022
 
3023
- #: templates/partials/network-activation.php:41
3024
- #: templates/partials/network-activation.php:73
3025
  msgid "skip"
3026
  msgstr "passer"
3027
 
3028
- #: templates/plugin-info/description.php:72
3029
  #: templates/plugin-info/screenshots.php:31
3030
- #, php-format
3031
  msgid "Click to view full-size screenshot %d"
3032
  msgstr "Cliquez pour voir la capture d'écran %d en pleine taille"
3033
 
@@ -3035,7 +2410,99 @@ msgstr "Cliquez pour voir la capture d'écran %d en pleine taille"
3035
  msgid "Unlimited Updates"
3036
  msgstr "Mises à jour illimitées"
3037
 
3038
- #: templates/secure-https-header.php:28
3039
- #, php-format
3040
- msgid "Secure HTTPS %s page, running from an external domain"
3041
- msgstr "Page %s sécurisée HTTPS, s'exécutant sur un domaine externe"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 "&#x2190;"
370
  msgstr "&#x2190;"
371
 
372
+ #: includes/class-freemius.php:16835
373
  msgctxt "ASCII arrow right icon"
374
  msgid "&#x27a4;"
375
  msgstr "&#x27a4;"
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 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 "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,"
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"
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"
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
 
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?"
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 ?"
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"
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"
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
 
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
 
1827
  msgstr "Simuler la mise à jour du réseau"
1828
 
1829
  #: templates/debug.php:360
 
1830
  msgid "%s Installs"
1831
  msgstr "%s Installations"
1832
 
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
 
1858
  msgstr "Vérifié"
1859
 
1860
  #: templates/debug.php:522
 
1861
  msgid "%s Licenses"
1862
  msgstr "%s Licences"
1863
 
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"
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"
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"
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"
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"
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
 
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"
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"
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
 
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
 
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"
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
 
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
 
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."
freemius/languages/freemius-he_IL.mo CHANGED
Binary file
freemius/languages/freemius-he_IL.po CHANGED
@@ -7,1947 +7,1529 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WordPress SDK\n"
9
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
10
- "POT-Creation-Date: 2019-05-04 16:17+0200\n"
11
- "PO-Revision-Date: 2019-05-04 16:17+0200\n"
12
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
13
- "Language-Team: Hebrew (Israel) (http://www.transifex.com/freemius/wordpress-"
14
- "sdk/language/he_IL/)\n"
15
  "Language: he_IL\n"
16
- "MIME-Version: 1.0\n"
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
  "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % "
20
- "1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
21
  "X-Poedit-Basepath: ..\n"
22
- "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;"
23
- "fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;"
24
- "fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;"
25
- "fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;"
26
- "fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;"
27
- "fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
28
- "X-Poedit-SourceCharset: UTF-8\n"
29
- "X-Generator: Poedit 2.2.1\n"
30
  "X-Poedit-SearchPath-0: .\n"
31
  "X-Poedit-SearchPathExcluded-0: *.js\n"
 
32
 
33
- #: includes/class-freemius.php:1688
34
- msgid ""
35
- "Freemius SDK couldn't find the plugin's main file. Please contact "
36
- "sdk@freemius.com with the current error."
37
- msgstr ""
38
- "Freemius SDK couldn't find the plugin's main file. Please contact "
39
- "sdk@freemius.com with the current error."
 
 
 
 
40
 
41
- #: includes/class-freemius.php:1690
42
  msgid "Error"
43
  msgstr "שגיאה"
44
 
45
- #: includes/class-freemius.php:2011
46
- #, php-format
47
  msgid "I found a better %s"
48
  msgstr "מצאתי %s יותר טוב"
49
 
50
- #: includes/class-freemius.php:2013
51
- #, php-format
52
  msgid "What's the %s's name?"
53
  msgstr "What's the %s's name?"
54
 
55
- #: includes/class-freemius.php:2019
56
- #, php-format
57
  msgid "It's a temporary %s. I'm just debugging an issue."
58
  msgstr "It's a temporary %s. I'm just debugging an issue."
59
 
60
- #: includes/class-freemius.php:2021
61
  msgid "Deactivation"
62
  msgstr "דיאקטיבציה"
63
 
64
- #: includes/class-freemius.php:2022
65
  msgid "Theme Switch"
66
  msgstr "החלפת תֵמָה"
67
 
68
- #: includes/class-freemius.php:2031 templates/forms/resend-key.php:24
69
  msgid "Other"
70
  msgstr "אחר"
71
 
72
- #: includes/class-freemius.php:2039
73
- #, php-format
74
  msgid "I no longer need the %s"
75
  msgstr "I no longer need the %s"
76
 
77
- #: includes/class-freemius.php:2046
78
- #, php-format
79
  msgid "I only needed the %s for a short period"
80
  msgstr "I only needed the %s for a short period"
81
 
82
- #: includes/class-freemius.php:2052
83
- #, php-format
84
  msgid "The %s broke my site"
85
  msgstr "ה%s הרס לי את האתר"
86
 
87
- #: includes/class-freemius.php:2059
88
- #, php-format
89
  msgid "The %s suddenly stopped working"
90
  msgstr "ה%s הפסיק פתאום לעבוד"
91
 
92
- #: includes/class-freemius.php:2069
93
  msgid "I can't pay for it anymore"
94
  msgstr "אני לא יכול/ה להמשיך לשלם על זה"
95
 
96
- #: includes/class-freemius.php:2071
97
  msgid "What price would you feel comfortable paying?"
98
  msgstr "מה המחיר שכן תרגיש\\י בנוח לשלם?"
99
 
100
- #: includes/class-freemius.php:2077
101
  msgid "I don't like to share my information with you"
102
  msgstr "אני לא אוהב את הרעיון של שיתוף מידע איתכם"
103
 
104
- #: includes/class-freemius.php:2098
105
- #, php-format
106
  msgid "The %s didn't work"
107
  msgstr "ה%s לא עבד"
108
 
109
- #: includes/class-freemius.php:2108
110
  msgid "I couldn't understand how to make it work"
111
  msgstr "לא הצלחתי להבין איך לגרום לזה לעבוד"
112
 
113
- #: includes/class-freemius.php:2116
114
- #, php-format
115
  msgid "The %s is great, but I need specific feature that you don't support"
116
  msgstr "The %s is great, but I need specific feature that you don't support"
117
 
118
- #: includes/class-freemius.php:2118
119
  msgid "What feature?"
120
  msgstr "איזה פיטצ'ר?"
121
 
122
- #: includes/class-freemius.php:2122
123
- #, php-format
124
  msgid "The %s is not working"
125
  msgstr "ה%s לא עובד"
126
 
127
- #: includes/class-freemius.php:2124
128
  msgid "Kindly share what didn't work so we can fix it for future users..."
129
  msgstr "אנא שתפ\\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים..."
130
 
131
- #: includes/class-freemius.php:2128
132
  msgid "It's not what I was looking for"
133
  msgstr "חיפשתי משהו אחר"
134
 
135
- #: includes/class-freemius.php:2130
136
  msgid "What you've been looking for?"
137
  msgstr "מה חיפשת?"
138
 
139
- #: includes/class-freemius.php:2134
140
- #, php-format
141
  msgid "The %s didn't work as expected"
142
  msgstr "ה%s לא עבד כמצופה"
143
 
144
- #: includes/class-freemius.php:2136
145
  msgid "What did you expect?"
146
  msgstr "למה ציפית?"
147
 
148
- #: includes/class-freemius.php:2947 templates/debug.php:20
149
  msgid "Freemius Debug"
150
  msgstr "ניפוי תקלות פרימיוס"
151
 
152
- #: includes/class-freemius.php:3696
153
  msgid "I don't know what is cURL or how to install it, help me!"
154
  msgstr "אין לי מושג מה זה cURL או איך להתקין אותו - אשמח לעזרה!"
155
 
156
- #: includes/class-freemius.php:3698
157
- #, php-format
158
- msgid ""
159
- "We'll make sure to contact your hosting company and resolve the issue. You "
160
- "will get a follow-up email to %s once we have an update."
161
- msgstr ""
162
- "We'll make sure to contact your hosting company and resolve the issue. You "
163
- "will get a follow-up email to %s once we have an update."
164
 
165
- #: includes/class-freemius.php:3705
166
- #, php-format
167
- msgid ""
168
- "Great, please install cURL and enable it in your php.ini file. In addition, "
169
- "search for the 'disable_functions' directive in your php.ini file and remove "
170
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
171
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
172
- "it back again."
173
- msgstr ""
174
- "Great, please install cURL and enable it in your php.ini file. In addition, "
175
- "search for the 'disable_functions' directive in your php.ini file and remove "
176
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
177
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
178
- "it back again."
179
 
180
- #: includes/class-freemius.php:3810
181
  msgid "Yes - do your thing"
182
  msgstr "כן - בצעו את מה שצריך"
183
 
184
- #: includes/class-freemius.php:3815
185
  msgid "No - just deactivate"
186
  msgstr "לא - פשוט כבה"
187
 
188
- #: includes/class-freemius.php:3860 includes/class-freemius.php:4369
189
- #: includes/class-freemius.php:5468 includes/class-freemius.php:11576
190
- #: includes/class-freemius.php:14947 includes/class-freemius.php:14999
191
- #: includes/class-freemius.php:15061 includes/class-freemius.php:17294
192
- #: includes/class-freemius.php:17304 includes/class-freemius.php:17913
193
- #: includes/class-freemius.php:18773 includes/class-freemius.php:18888
194
- #: includes/class-freemius.php:19032 templates/add-ons.php:43
195
  msgctxt "exclamation"
196
  msgid "Oops"
197
  msgstr "אופס"
198
 
199
- #: includes/class-freemius.php:3929
200
- #, php-format
201
- msgid ""
202
- "Thank for giving us the chance to fix it! A message was just sent to our "
203
- "technical staff. We will get back to you as soon as we have an update to %s. "
204
- "Appreciate your patience."
205
- msgstr ""
206
- "Thank for giving us the chance to fix it! A message was just sent to our "
207
- "technical staff. We will get back to you as soon as we have an update to %s. "
208
- "Appreciate your patience."
209
 
210
- #: includes/class-freemius.php:4366
211
- #, php-format
212
  msgctxt "addonX cannot run without pluginY"
213
  msgid "%s cannot run without %s."
214
  msgstr "%s לא יכול לעבוד ללא %s."
215
 
216
- #: includes/class-freemius.php:4367
217
- #, php-format
218
  msgctxt "addonX cannot run..."
219
  msgid "%s cannot run without the plugin."
220
  msgstr "ההרחבה %s אינה יכולה לפעול ללא התוסף."
221
 
222
- #: includes/class-freemius.php:4513 includes/class-freemius.php:4538
223
- #: includes/class-freemius.php:17984
224
- #, php-format
225
- msgid ""
226
- "Unexpected API error. Please contact the %s's author with the following "
227
- "error."
228
- msgstr ""
229
- "Unexpected API error. Please contact the %s's author with the following "
230
- "error."
231
 
232
- #: includes/class-freemius.php:5156
233
- #, php-format
234
  msgid "Premium %s version was successfully activated."
235
  msgstr "Premium %s version was successfully activated."
236
 
237
- #: includes/class-freemius.php:5168 includes/class-freemius.php:7030
238
- #, fuzzy
239
- #| msgctxt ""
240
- #| msgid "W00t"
241
  msgctxt ""
242
- "Used to express elation, enthusiasm, or triumph (especially in electronic "
243
- "communication)."
244
  msgid "W00t"
245
  msgstr "יש"
246
 
247
- #: includes/class-freemius.php:5183
248
- #, php-format
249
  msgid "You have a %s license."
250
  msgstr "יש לך רישיון %s."
251
 
252
- #: includes/class-freemius.php:5187 includes/class-freemius.php:14368
253
- #: includes/class-freemius.php:14379 includes/class-freemius.php:17208
254
- #: includes/class-freemius.php:17522 includes/class-freemius.php:17588
255
- #: includes/class-freemius.php:17738
256
  msgctxt "interjection expressing joy or exuberance"
257
  msgid "Yee-haw"
258
  msgstr "יששש"
259
 
260
- #: includes/class-freemius.php:5452
261
- #, php-format
262
- msgid ""
263
- "%s free trial was successfully cancelled. Since the add-on is premium only "
264
- "it was automatically deactivated. If you like to use it in the future, "
265
- "you'll have to purchase a license."
266
- msgstr ""
267
- "%s free trial was successfully cancelled. Since the add-on is premium only "
268
- "it was automatically deactivated. If you like to use it in the future, "
269
- "you'll have to purchase a license."
270
 
271
- #: includes/class-freemius.php:5456
272
- #, php-format
273
- msgid ""
274
- "%s is a premium only add-on. You have to purchase a license first before "
275
- "activating the plugin."
276
- msgstr ""
277
- "%s is a premium only add-on. You have to purchase a license first before "
278
- "activating the plugin."
279
 
280
- #: includes/class-freemius.php:5464 templates/account/partials/addon.php:288
281
- #: templates/add-ons.php:103
282
- #, php-format
283
  msgid "More information about %s"
284
  msgstr "מידע נוסף אודות %s"
285
 
286
- #: includes/class-freemius.php:5465
287
  msgid "Purchase License"
288
  msgstr "קניית רישיון"
289
 
290
- #: includes/class-freemius.php:6398 templates/connect.php:163
291
- #, php-format
292
- msgid ""
293
- "You should receive an activation email for %s to your mailbox at %s. Please "
294
- "make sure you click the activation button in that email to %s."
295
- msgstr ""
296
- "You should receive an activation email for %s to your mailbox at %s. Please "
297
- "make sure you click the activation button in that email to %s."
298
 
299
- #: includes/class-freemius.php:6402
300
  msgid "start the trial"
301
  msgstr "התחל תקופת ניסיון"
302
 
303
- #: includes/class-freemius.php:6403 templates/connect.php:167
304
  msgid "complete the install"
305
  msgstr "השלם התקנה"
306
 
307
- #: includes/class-freemius.php:6516
308
- #, php-format
309
  msgid "You are just one step away - %s"
310
  msgstr "You are just one step away - %s"
311
 
312
- #: includes/class-freemius.php:6519
313
- #, php-format
314
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
315
  msgid "Complete \"%s\" Activation Now"
316
  msgstr "השלם הפעלת \"%s\" עכשיו"
317
 
318
- #: includes/class-freemius.php:6597
319
- #, php-format
320
  msgid "We made a few tweaks to the %s, %s"
321
  msgstr "We made a few tweaks to the %s, %s"
322
 
323
- #: includes/class-freemius.php:6601
324
- #, php-format
325
  msgid "Opt in to make \"%s\" better!"
326
  msgstr "Opt in to make \"%s\" better!"
327
 
328
- #: includes/class-freemius.php:7029
329
- #, php-format
330
  msgid "The upgrade of %s was successfully completed."
331
  msgstr "The upgrade of %s was successfully completed."
332
 
333
- #: includes/class-freemius.php:8956 includes/class-fs-plugin-updater.php:886
334
- #: includes/class-fs-plugin-updater.php:1081
335
- #: includes/class-fs-plugin-updater.php:1088 templates/auto-installation.php:32
 
336
  msgid "Add-On"
337
  msgstr "Add-On"
338
 
339
- #: includes/class-freemius.php:8958 templates/debug.php:361
340
- #: templates/debug.php:522
341
  msgid "Plugin"
342
  msgstr "תוסף"
343
 
344
- #: includes/class-freemius.php:8959 templates/debug.php:361
345
- #: templates/debug.php:522 templates/forms/deactivation/form.php:67
 
346
  msgid "Theme"
347
  msgstr "תבנית"
348
 
349
- #: includes/class-freemius.php:11443
 
 
 
 
350
  msgid "Invalid site details collection."
351
  msgstr "Invalid site details collection."
352
 
353
- #: includes/class-freemius.php:11563
354
- msgid ""
355
- "We couldn't find your email address in the system, are you sure it's the "
356
- "right address?"
357
- msgstr ""
358
- "We couldn't find your email address in the system, are you sure it's the "
359
- "right address?"
360
 
361
- #: includes/class-freemius.php:11565
362
- msgid ""
363
- "We can't see any active licenses associated with that email address, are you "
364
- "sure it's the right address?"
365
- msgstr ""
366
- "We can't see any active licenses associated with that email address, are you "
367
- "sure it's the right address?"
368
 
369
- #: includes/class-freemius.php:11839
370
  msgid "Account is pending activation."
371
  msgstr "Account is pending activation."
372
 
373
- #: includes/class-freemius.php:11951
374
  #: templates/forms/premium-versions-upgrade-handler.php:47
375
  msgid "Buy a license now"
376
  msgstr "Buy a license now"
377
 
378
- #: includes/class-freemius.php:11963
379
  #: templates/forms/premium-versions-upgrade-handler.php:46
380
  msgid "Renew your license now"
381
  msgstr "Renew your license now"
382
 
383
- #: includes/class-freemius.php:11967
384
- #, php-format
385
  msgid "%s to access version %s security & feature updates, and support."
386
  msgstr "%s to access version %s security & feature updates, and support."
387
 
388
- #: includes/class-freemius.php:14350
389
- #, php-format
390
  msgid "%s activation was successfully completed."
391
  msgstr "הפעלת %s הושלמה בהצלחה."
392
 
393
- #: includes/class-freemius.php:14364
394
- #, php-format
395
  msgid "Your account was successfully activated with the %s plan."
396
  msgstr "חשבונך הופעל בהצלחה עם חבילת %s."
397
 
398
- #: includes/class-freemius.php:14375 includes/class-freemius.php:17584
399
  msgid "Your trial has been successfully started."
400
  msgstr "הניסיון שלך הופעל בהצלחה."
401
 
402
- #: includes/class-freemius.php:14945 includes/class-freemius.php:14997
403
- #: includes/class-freemius.php:15059
404
- #, php-format
405
  msgid "Couldn't activate %s."
406
  msgstr "לא ניתן להפעיל את %s."
407
 
408
- #: includes/class-freemius.php:14946 includes/class-freemius.php:14998
409
- #: includes/class-freemius.php:15060
410
  msgid "Please contact us with the following message:"
411
  msgstr "אנא צור איתנו קשר יחד עם ההודעה הבאה:"
412
 
413
- #: includes/class-freemius.php:15409 includes/class-freemius.php:19870
 
 
 
 
414
  msgid "Upgrade"
415
  msgstr "שדרג"
416
 
417
- #: includes/class-freemius.php:15415
418
  msgid "Start Trial"
419
  msgstr "התחל תקופת ניסיון"
420
 
421
- #: includes/class-freemius.php:15417
422
  msgid "Pricing"
423
  msgstr "מחירון"
424
 
425
- #: includes/class-freemius.php:15479 includes/class-freemius.php:15481
426
  msgid "Affiliation"
427
  msgstr "אפיליאציה"
428
 
429
- #: includes/class-freemius.php:15509 includes/class-freemius.php:15511
430
- #: templates/account.php:150 templates/debug.php:326
431
  msgid "Account"
432
  msgstr "חשבון"
433
 
434
- #: includes/class-freemius.php:15524 includes/class-freemius.php:15526
435
  #: includes/customizer/class-fs-customizer-support-section.php:60
436
  msgid "Contact Us"
437
  msgstr "יצירת קשר"
438
 
439
- #: includes/class-freemius.php:15536 includes/class-freemius.php:15538
440
- #: includes/class-freemius.php:19880 templates/account.php:100
441
- #: templates/account/partials/addon.php:41
442
  msgid "Add-Ons"
443
  msgstr "Add-Ons"
444
 
445
- #: includes/class-freemius.php:15572
446
  msgctxt "ASCII arrow left icon"
447
  msgid "&#x2190;"
448
  msgstr "&#x2190;"
449
 
450
- #: includes/class-freemius.php:15572
451
  msgctxt "ASCII arrow right icon"
452
  msgid "&#x27a4;"
453
  msgstr "&#x27a4;"
454
 
455
- #: includes/class-freemius.php:15574 templates/pricing.php:97
456
  msgctxt "noun"
457
  msgid "Pricing"
458
  msgstr "מחירון"
459
 
460
- #: includes/class-freemius.php:15787
461
  #: includes/customizer/class-fs-customizer-support-section.php:67
462
  msgid "Support Forum"
463
  msgstr "פורום תמיכה"
464
 
465
- #: includes/class-freemius.php:16573
466
  msgid "Your email has been successfully verified - you are AWESOME!"
467
  msgstr "Your email has been successfully verified - you are AWESOME!"
468
 
469
- #: includes/class-freemius.php:16574
470
  msgctxt "a positive response"
471
  msgid "Right on"
472
  msgstr "מעולה"
473
 
474
- #: includes/class-freemius.php:17199
475
- #, php-format
476
  msgid "Your %s Add-on plan was successfully upgraded."
477
  msgstr "חבילת ההרחבה %s שודרגה בהצלחה."
478
 
479
- #: includes/class-freemius.php:17201
480
- #, php-format
481
  msgid "%s Add-on was successfully purchased."
482
  msgstr "ההרחבה %s נרכשה בהצלחה."
483
 
484
- #: includes/class-freemius.php:17204
485
  msgid "Download the latest version"
486
  msgstr "הורד את הגרסה האחרונה"
487
 
488
- #: includes/class-freemius.php:17290
489
- #, php-format
490
- msgctxt "%1s - plugin title, %2s - API domain"
491
- msgid ""
492
- "Your server is blocking the access to Freemius' API, which is crucial for "
493
- "%1s synchronization. Please contact your host to whitelist %2s"
494
- msgstr ""
495
- "Your server is blocking the access to Freemius' API, which is crucial for "
496
- "%1s synchronization. Please contact your host to whitelist %2s"
497
 
498
- #: includes/class-freemius.php:17293 includes/class-freemius.php:17709
499
- #: includes/class-freemius.php:17786
500
  msgid "Error received from the server:"
501
  msgstr "הוחזרה שגיאה מהשרת:"
502
 
503
- #: includes/class-freemius.php:17303
504
- msgid ""
505
- "It seems like one of the authentication parameters is wrong. Update your "
506
- "Public Key, Secret Key & User ID, and try again."
507
- msgstr ""
508
- "It seems like one of the authentication parameters is wrong. Update your "
509
- "Public Key, Secret Key & User ID, and try again."
510
-
511
- #: includes/class-freemius.php:17485 includes/class-freemius.php:17714
512
- #: includes/class-freemius.php:17757 includes/class-freemius.php:17860
513
- #, fuzzy
514
- #| msgctxt ""
515
- #| msgid "Hmm"
516
  msgctxt ""
517
- "something somebody says when they are thinking about what you have just said."
518
  msgid "Hmm"
519
  msgstr "אממ"
520
 
521
- #: includes/class-freemius.php:17498
522
- #, php-format
523
- msgid ""
524
- "It looks like you are still on the %s plan. If you did upgrade or change "
525
- "your plan, it's probably an issue on our side - sorry."
526
- msgstr ""
527
- "It looks like you are still on the %s plan. If you did upgrade or change "
528
- "your plan, it's probably an issue on our side - sorry."
529
 
530
- #: includes/class-freemius.php:17499 templates/account.php:102
531
- #: templates/account/partials/addon.php:43 templates/add-ons.php:134
532
  msgctxt "trial period"
533
  msgid "Trial"
534
  msgstr "ניסיון"
535
 
536
- #: includes/class-freemius.php:17504
537
- #, php-format
538
- msgid ""
539
- "I have upgraded my account but when I try to Sync the License, the plan "
540
- "remains %s."
541
- msgstr ""
542
- "שידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s."
543
 
544
- #: includes/class-freemius.php:17508 includes/class-freemius.php:17566
545
  msgid "Please contact us here"
546
  msgstr "אנא צור איתנו קשר כאן"
547
 
548
- #: includes/class-freemius.php:17518
 
 
 
 
549
  msgid "Your plan was successfully upgraded."
550
  msgstr "החבילה שודרגה בהצלחה."
551
 
552
- #: includes/class-freemius.php:17536
553
- #, php-format
554
  msgid "Your plan was successfully changed to %s."
555
  msgstr "החבילה עודכנה בהצלחה אל %s."
556
 
557
- #: includes/class-freemius.php:17552
558
- #, php-format
559
- msgid ""
560
- "Your license has expired. You can still continue using the free %s forever."
561
- msgstr ""
562
- "Your license has expired. You can still continue using the free %s forever."
563
 
564
- #: includes/class-freemius.php:17554
565
- #, php-format
566
- msgid ""
567
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
568
- "without interruptions."
569
- msgstr ""
570
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
571
- "without interruptions."
572
 
573
- #: includes/class-freemius.php:17562
574
- msgid ""
575
- "Your license has been cancelled. If you think it's a mistake, please contact "
576
- "support."
577
  msgstr "רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה."
578
 
579
- #: includes/class-freemius.php:17575
580
- #, php-format
581
- msgid ""
582
- "Your license has expired. You can still continue using all the %s features, "
583
- "but you'll need to renew your license to continue getting updates and "
584
- "support."
585
- msgstr ""
586
- "Your license has expired. You can still continue using all the %s features, "
587
- "but you'll need to renew your license to continue getting updates and "
588
- "support."
589
 
590
- #: includes/class-freemius.php:17598
591
- msgid ""
592
- "Your free trial has expired. You can still continue using all our free "
593
- "features."
594
  msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
595
 
596
- #: includes/class-freemius.php:17600
597
- #, php-format
598
- msgid ""
599
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
600
- "without interruptions."
601
- msgstr ""
602
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
603
- "without interruptions."
604
 
605
- #: includes/class-freemius.php:17705
606
  msgid "It looks like the license could not be activated."
607
  msgstr "נראה שלא ניתן להפעיל את הרישיון."
608
 
609
- #: includes/class-freemius.php:17735
610
  msgid "Your license was successfully activated."
611
  msgstr "הרישיון הופעל בהצלחה."
612
 
613
- #: includes/class-freemius.php:17761
614
  msgid "It looks like your site currently doesn't have an active license."
615
  msgstr "נראה לאתר עדיין אין רישיון פעיל."
616
 
617
- #: includes/class-freemius.php:17785
618
  msgid "It looks like the license deactivation failed."
619
  msgstr "נראה שניתוק הרישיון נכשל."
620
 
621
- #: includes/class-freemius.php:17813
622
- #, php-format
623
  msgid "Your license was successfully deactivated, you are back to the %s plan."
624
  msgstr "רישיונך נותק בהצלחה, חזרת לחבילת %s"
625
 
626
- #: includes/class-freemius.php:17814
627
  msgid "O.K"
628
  msgstr "אוקיי"
629
 
630
- #: includes/class-freemius.php:17867
631
- msgid ""
632
- "Seems like we are having some temporary issue with your subscription "
633
- "cancellation. Please try again in few minutes."
634
- msgstr ""
635
- "Seems like we are having some temporary issue with your subscription "
636
- "cancellation. Please try again in few minutes."
637
 
638
- #: includes/class-freemius.php:17876
639
- #, php-format
640
- msgid ""
641
- "Your subscription was successfully cancelled. Your %s plan license will "
642
- "expire in %s."
643
- msgstr ""
644
- "Your subscription was successfully cancelled. Your %s plan license will "
645
- "expire in %s."
646
 
647
- #: includes/class-freemius.php:17918
648
- #, php-format
649
  msgid "You are already running the %s in a trial mode."
650
  msgstr "You are already running the %s in a trial mode."
651
 
652
- #: includes/class-freemius.php:17929
653
  msgid "You already utilized a trial before."
654
  msgstr "הניסיון כבר נוצל בעבר."
655
 
656
- #: includes/class-freemius.php:17943
657
- #, php-format
658
  msgid "Plan %s do not exist, therefore, can't start a trial."
659
  msgstr "החבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון."
660
 
661
- #: includes/class-freemius.php:17954
662
- #, php-format
663
  msgid "Plan %s does not support a trial period."
664
  msgstr "תוכנית %s אינה תומכת בתקופת ניסיון."
665
 
666
- #: includes/class-freemius.php:17965
667
- #, php-format
668
  msgid "None of the %s's plans supports a trial period."
669
  msgstr "None of the %s's plans supports a trial period."
670
 
671
- #: includes/class-freemius.php:18015
672
- msgid ""
673
- "It looks like you are not in trial mode anymore so there's nothing to "
674
- "cancel :)"
675
- msgstr ""
676
- "It looks like you are not in trial mode anymore so there's nothing to "
677
- "cancel :)"
678
 
679
- #: includes/class-freemius.php:18051
680
- msgid ""
681
- "Seems like we are having some temporary issue with your trial cancellation. "
682
- "Please try again in few minutes."
683
- msgstr ""
684
- "נראה שיש תקלה זמנית המונעת את ביטול הניסיון. אנא נסו שוב בעוד כמה דקות."
685
 
686
- #: includes/class-freemius.php:18070
687
- #, php-format
688
  msgid "Your %s free trial was successfully cancelled."
689
  msgstr "תקופת הניסיון החינמית של %s בוטלה בהצלחה."
690
 
691
- #: includes/class-freemius.php:18377
692
- #, php-format
693
  msgid "Version %s was released."
694
  msgstr "גרסה %s הושקה."
695
 
696
- #: includes/class-freemius.php:18377
697
- #, php-format
698
  msgid "Please download %s."
699
  msgstr "נא להוריד את %s."
700
 
701
- #: includes/class-freemius.php:18384
702
- #, php-format
703
  msgid "the latest %s version here"
704
  msgstr "גרסת ה-%s האחרונה כאן"
705
 
706
- #: includes/class-freemius.php:18389
707
  msgid "New"
708
  msgstr "חדש"
709
 
710
- #: includes/class-freemius.php:18394
711
  msgid "Seems like you got the latest release."
712
  msgstr "נראה שיש לך את הגרסה האחרונה."
713
 
714
- #: includes/class-freemius.php:18395
715
  msgid "You are all good!"
716
  msgstr "את\\ה מסודר!"
717
 
718
- #: includes/class-freemius.php:18663
719
- #, php-format
720
- msgid ""
721
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
722
- "please check your spam box."
723
- msgstr ""
724
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
725
- "please check your spam box."
726
 
727
- #: includes/class-freemius.php:18800
728
  msgid "Site successfully opted in."
729
  msgstr "Site successfully opted in."
730
 
731
- #: includes/class-freemius.php:18801 includes/class-freemius.php:19612
732
  msgid "Awesome"
733
  msgstr "אדיר"
734
 
735
- #: includes/class-freemius.php:18817 templates/forms/optout.php:32
736
- #, php-format
737
- msgid ""
738
- "We appreciate your help in making the %s better by letting us track some "
739
- "usage data."
740
- msgstr ""
741
- "We appreciate your help in making the %s better by letting us track some "
742
- "usage data."
743
 
744
- #: includes/class-freemius.php:18818
745
  msgid "Thank you!"
746
  msgstr "תודה רבה!"
747
 
748
- #: includes/class-freemius.php:18825
749
- #, php-format
750
  msgid "We will no longer be sending any usage data of %s on %s to %s."
751
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
752
 
753
- #: includes/class-freemius.php:18954
754
- #, php-format
755
- msgid ""
756
- "Please check your mailbox, you should receive an email via %s to confirm the "
757
- "ownership change. From security reasons, you must confirm the change within "
758
- "the next 15 min. If you cannot find the email, please check your spam folder."
759
- msgstr ""
760
- "Please check your mailbox, you should receive an email via %s to confirm the "
761
- "ownership change. From security reasons, you must confirm the change within "
762
- "the next 15 min. If you cannot find the email, please check your spam folder."
763
 
764
- #: includes/class-freemius.php:18960
765
- #, php-format
766
- msgid ""
767
- "Thanks for confirming the ownership change. An email was just sent to %s for "
768
- "final approval."
769
- msgstr ""
770
- "תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי."
771
 
772
- #: includes/class-freemius.php:18965
773
- #, php-format
774
  msgid "%s is the new owner of the account."
775
  msgstr "%s הינו הבעלים החד של חשבון זה."
776
 
777
- #: includes/class-freemius.php:18967
778
  msgctxt "as congratulations"
779
  msgid "Congrats"
780
  msgstr "מזל טוב"
781
 
782
- #: includes/class-freemius.php:18987
783
- msgid ""
784
- "Sorry, we could not complete the email update. Another user with the same "
785
- "email is already registered."
786
- msgstr ""
787
- "Sorry, we could not complete the email update. Another user with the same "
788
- "email is already registered."
789
 
790
- #: includes/class-freemius.php:18988
791
- #, php-format
792
- msgid ""
793
- "If you would like to give up the ownership of the %s's account to %s click "
794
- "the Change Ownership button."
795
- msgstr ""
796
- "If you would like to give up the ownership of the %s's account to %s click "
797
- "the Change Ownership button."
798
 
799
- #: includes/class-freemius.php:18995
800
  msgid "Change Ownership"
801
  msgstr "עדכון בעלות"
802
 
803
- #: includes/class-freemius.php:19003
804
- msgid ""
805
- "Your email was successfully updated. You should receive an email with "
806
- "confirmation instructions in few moments."
807
- msgstr ""
808
- "כתובת הדואל שלך עודכנה בהצלחה. הודעת אישור אמורה להתקבל בדואל שלך ברגעים "
809
- "הקרובים."
810
 
811
- #: includes/class-freemius.php:19015
812
  msgid "Please provide your full name."
813
  msgstr "נא למלא את שמך המלא."
814
 
815
- #: includes/class-freemius.php:19020
816
  msgid "Your name was successfully updated."
817
  msgstr "שמך עודכן בהצלחה."
818
 
819
- #: includes/class-freemius.php:19081
820
- #, php-format
821
  msgid "You have successfully updated your %s."
822
  msgstr "עידכנת בהצלחה את ה%s."
823
 
824
- #: includes/class-freemius.php:19221
825
- #, php-format
826
- msgid ""
827
- "Just letting you know that the add-ons information of %s is being pulled "
828
- "from an external server."
829
- msgstr ""
830
- "Just letting you know that the add-ons information of %s is being pulled "
831
- "from an external server."
832
 
833
- #: includes/class-freemius.php:19222
834
  msgctxt "advance notice of something that will need attention."
835
  msgid "Heads up"
836
  msgstr "לתשמות לבך"
837
 
838
- #: includes/class-freemius.php:19652
839
  msgctxt "exclamation"
840
  msgid "Hey"
841
  msgstr "היי"
842
 
843
- #: includes/class-freemius.php:19652
844
- #, php-format
845
- msgid ""
846
- "How do you like %s so far? Test all our %s premium features with a %d-day "
847
- "free trial."
848
- msgstr ""
849
- "How do you like %s so far? Test all our %s premium features with a %d-day "
850
- "free trial."
851
 
852
- #: includes/class-freemius.php:19660
853
- #, php-format
854
  msgid "No commitment for %s days - cancel anytime!"
855
  msgstr "ללא התחייבות ל-%s ימין - בטלו בכל רגע!"
856
 
857
- #: includes/class-freemius.php:19661
858
  msgid "No credit card required"
859
  msgstr "לא נדרש כרטיס אשראי"
860
 
861
- #: includes/class-freemius.php:19668 templates/forms/trial-start.php:53
862
  msgctxt "call to action"
863
  msgid "Start free trial"
864
  msgstr "התחלת ניסיון חינם"
865
 
866
- #: includes/class-freemius.php:19745
867
- #, php-format
868
- msgid ""
869
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
870
- "you can become our ambassador and earn some cash!"
871
- msgstr ""
872
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
873
- "you can become our ambassador and earn some cash!"
874
 
875
- #: includes/class-freemius.php:19754
876
  msgid "Learn more"
877
  msgstr "Learn more"
878
 
879
- #: includes/class-freemius.php:19904 templates/account.php:406
880
- #: templates/account.php:509 templates/account/partials/addon.php:235
881
- #: templates/connect.php:171 templates/connect.php:421
882
- #: templates/forms/license-activation.php:24
883
  msgid "Activate License"
884
  msgstr "הפעלת רישיון"
885
 
886
- #: includes/class-freemius.php:19905 templates/account.php:469
887
- #: templates/account.php:508 templates/account/partials/site.php:256
888
  msgid "Change License"
889
  msgstr "שינוי רישיון"
890
 
891
- #: includes/class-freemius.php:19987 templates/account/partials/site.php:161
892
  msgid "Opt Out"
893
  msgstr "Opt Out"
894
 
895
- #: includes/class-freemius.php:19989 includes/class-freemius.php:19994
896
- #: templates/account/partials/site.php:43
897
  #: templates/account/partials/site.php:161
898
  msgid "Opt In"
899
  msgstr "Opt In"
900
 
901
- #: includes/class-freemius.php:20218
902
- #, php-format
903
- msgid ""
904
- " The paid version of %1s is already installed. Please activate it to start "
905
- "benefiting the %2s features. %3s"
906
- msgstr ""
907
- " The paid version of %1s is already installed. Please activate it to start "
908
- "benefiting the %2s features. %3s"
909
 
910
- #: includes/class-freemius.php:20226
911
- #, php-format
912
  msgid "Activate %s features"
913
  msgstr "Activate %s features"
914
 
915
- #: includes/class-freemius.php:20239
916
  msgid "Please follow these steps to complete the upgrade"
917
  msgstr "נא לבצע את הצעדים הבאים להשלמת השידרוג"
918
 
919
- #: includes/class-freemius.php:20243
920
- #, php-format
921
  msgid "Download the latest %s version"
922
  msgstr "הורד\\י את גרסת ה-%s העדכנית"
923
 
924
- #: includes/class-freemius.php:20247
925
  msgid "Upload and activate the downloaded version"
926
  msgstr "העלה\\י והפעיל\\י את הגרסה שהורדת"
927
 
928
- #: includes/class-freemius.php:20249
929
  msgid "How to upload and activate?"
930
  msgstr "איך להעלות ולהפעיל?"
931
 
932
- #: includes/class-freemius.php:20383
933
- #, php-format
934
- msgid ""
935
- "%sClick here%s to choose the sites where you'd like to activate the license "
936
- "on."
937
- msgstr ""
938
- "%sClick here%s to choose the sites where you'd like to activate the license "
939
- "on."
940
 
941
- #: includes/class-freemius.php:20544
942
  msgid "Auto installation only works for opted-in users."
943
  msgstr "Auto installation only works for opted-in users."
944
 
945
- #: includes/class-freemius.php:20554 includes/class-freemius.php:20587
946
- #: includes/class-fs-plugin-updater.php:1060
947
- #: includes/class-fs-plugin-updater.php:1074
948
  msgid "Invalid module ID."
949
  msgstr "מזהה המודול לא תקני."
950
 
951
- #: includes/class-freemius.php:20563 includes/class-fs-plugin-updater.php:1096
952
  msgid "Premium version already active."
953
  msgstr "הגרסה בתשלום כבר פעילה."
954
 
955
- #: includes/class-freemius.php:20570
956
  msgid "You do not have a valid license to access the premium version."
957
  msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
958
 
959
- #: includes/class-freemius.php:20577
960
- msgid ""
961
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
962
- "version."
963
- msgstr ""
964
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
965
- "version."
966
 
967
- #: includes/class-freemius.php:20595 includes/class-fs-plugin-updater.php:1095
968
  msgid "Premium add-on version already installed."
969
  msgstr "Premium add-on version already installed."
970
 
971
- #: includes/class-freemius.php:20940
972
  msgid "View paid features"
973
  msgstr "צפה בפיטצ'רים שבתשלום"
974
 
975
- #: includes/class-freemius.php:21260
976
- #, php-format
977
  msgid "Thank you so much for using %s and its add-ons!"
978
  msgstr "Thank you so much for using %s and its add-ons!"
979
 
980
- #: includes/class-freemius.php:21261
981
- #, php-format
982
  msgid "Thank you so much for using %s!"
983
  msgstr "אנו מודים לך על היותך כמשתמש של %s!"
984
 
985
- #: includes/class-freemius.php:21267
986
- #, php-format
987
- msgid ""
988
- "You've already opted-in to our usage-tracking, which helps us keep improving "
989
- "the %s."
990
- msgstr ""
991
- "You've already opted-in to our usage-tracking, which helps us keep improving "
992
- "the %s."
993
 
994
- #: includes/class-freemius.php:21271
995
  msgid "Thank you so much for using our products!"
996
  msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
997
 
998
- #: includes/class-freemius.php:21272
999
- msgid ""
1000
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1001
- "them."
1002
- msgstr ""
1003
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1004
- "them."
1005
 
1006
- #: includes/class-freemius.php:21291
1007
- #, php-format
1008
  msgid "%s and its add-ons"
1009
  msgstr "%s and its add-ons"
1010
 
1011
- #: includes/class-freemius.php:21300
1012
  msgid "Products"
1013
  msgstr "מוצרים"
1014
 
1015
- #: includes/class-freemius.php:21307 templates/connect.php:272
1016
  msgid "Yes"
1017
  msgstr "כן"
1018
 
1019
- #: includes/class-freemius.php:21308 templates/connect.php:273
1020
  msgid "send me security & feature updates, educational content and offers."
1021
  msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
1022
 
1023
- #: includes/class-freemius.php:21309 templates/connect.php:278
1024
  msgid "No"
1025
  msgstr "לא"
1026
 
1027
- #: includes/class-freemius.php:21311 templates/connect.php:280
1028
- #, php-format
1029
- msgid ""
1030
- "do %sNOT%s send me security & feature updates, educational content and "
1031
- "offers."
1032
- msgstr ""
1033
- "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
1034
 
1035
- #: includes/class-freemius.php:21321
1036
- #, php-format
1037
- msgid ""
1038
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
1039
- "requirements it is required that you provide your explicit consent, again, "
1040
- "confirming that you are onboard 🙂"
1041
- msgstr ""
1042
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
1043
- "requirements it is required that you provide your explicit consent, again, "
1044
- "confirming that you are onboard 🙂"
1045
 
1046
- #: includes/class-freemius.php:21323 templates/connect.php:287
1047
- msgid ""
1048
- "Please let us know if you'd like us to contact you for security & feature "
1049
- "updates, educational content, and occasional offers:"
1050
- msgstr ""
1051
- "Please let us know if you'd like us to contact you for security & feature "
1052
- "updates, educational content, and occasional offers:"
1053
 
1054
- #: includes/class-freemius.php:21605
1055
  msgid "License key is empty."
1056
  msgstr "מפתח הרישיון ריק."
1057
 
1058
- #: includes/class-fs-plugin-updater.php:184
1059
  #: templates/forms/premium-versions-upgrade-handler.php:57
1060
  msgid "Renew license"
1061
  msgstr "חידוש רישיון"
1062
 
1063
- #: includes/class-fs-plugin-updater.php:189
1064
  #: templates/forms/premium-versions-upgrade-handler.php:58
1065
  msgid "Buy license"
1066
  msgstr "Buy license"
1067
 
1068
- #: includes/class-fs-plugin-updater.php:278
1069
- #, php-format
1070
  msgid "There is a %s of %s available."
1071
  msgstr "There is a %s of %s available."
1072
 
1073
- #: includes/class-fs-plugin-updater.php:282
 
 
 
 
 
 
1074
  msgid "new version"
1075
  msgstr "new version"
1076
 
1077
- #: includes/class-fs-plugin-updater.php:305
1078
  msgid "Important Upgrade Notice:"
1079
  msgstr "Important Upgrade Notice:"
1080
 
1081
- #: includes/class-fs-plugin-updater.php:1125
1082
- #, php-format
1083
  msgid "Installing plugin: %s"
1084
  msgstr "Installing plugin: %s"
1085
 
1086
- #: includes/class-fs-plugin-updater.php:1166
1087
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
1088
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
1089
 
1090
- #: includes/class-fs-plugin-updater.php:1348
1091
- msgid ""
1092
- "The remote plugin package does not contain a folder with the desired slug "
1093
- "and renaming did not work."
1094
- msgstr ""
1095
- "The remote plugin package does not contain a folder with the desired slug "
1096
- "and renaming did not work."
1097
-
1098
- #: includes/customizer/class-fs-customizer-support-section.php:55
1099
- #: templates/plugin-info/features.php:43
1100
- msgid "Support"
1101
- msgstr "תמיכה"
1102
-
1103
- #: includes/customizer/class-fs-customizer-upsell-control.php:106
1104
- #: templates/account.php:105 templates/account/partials/addon.php:46
1105
- #: templates/debug.php:373
1106
- msgctxt "as product pricing plan"
1107
- msgid "Plan"
1108
- msgstr "חבילה"
1109
-
1110
- #: includes/debug/class-fs-debug-bar-panel.php:48
1111
- #: templates/debug/api-calls.php:54 templates/debug/logger.php:62
1112
- msgctxt "milliseconds"
1113
- msgid "ms"
1114
- msgstr "ms"
1115
-
1116
- #: includes/debug/debug-bar-start.php:41
1117
- msgid "Freemius API"
1118
- msgstr "Freemius API"
1119
 
1120
- #: includes/debug/debug-bar-start.php:42
1121
- msgid "Requests"
1122
- msgstr "Requests"
1123
 
1124
- #: includes/fs-plugin-info-dialog.php:369
1125
- #: templates/account/partials/addon.php:292
1126
  msgctxt "verb"
1127
  msgid "Purchase"
1128
  msgstr "רכישה"
1129
 
1130
- #: includes/fs-plugin-info-dialog.php:372
1131
- #, php-format
1132
  msgid "Start my free %s"
1133
  msgstr "התחל את %s הניסיון שלי"
1134
 
1135
- #: includes/fs-plugin-info-dialog.php:413
 
 
 
 
 
 
 
 
1136
  msgid "Install Free Version Now"
1137
  msgstr "התקן גרסה חינאמית עכשיו"
1138
 
1139
- #: includes/fs-plugin-info-dialog.php:414
1140
- #: templates/account/partials/addon.php:272
1141
- #: templates/account/partials/addon.php:322 templates/auto-installation.php:111
 
1142
  msgid "Install Now"
1143
  msgstr "התקן עכשיו"
1144
 
1145
- #: includes/fs-plugin-info-dialog.php:425
1146
  msgctxt "as download latest version"
1147
  msgid "Download Latest Free Version"
1148
  msgstr "Download Latest Free Version"
1149
 
1150
- #: includes/fs-plugin-info-dialog.php:426 templates/account.php:80
1151
- #: templates/account/partials/addon.php:21
1152
  msgctxt "as download latest version"
1153
  msgid "Download Latest"
1154
  msgstr "הורד גרסה אחרונה"
1155
 
1156
- #: includes/fs-plugin-info-dialog.php:436
1157
- msgid "Install Free Version Update Now"
1158
- msgstr "התקן עדכון גרסה חינאמית עכשיו"
1159
-
1160
- #: includes/fs-plugin-info-dialog.php:437 templates/account.php:460
1161
- msgid "Install Update Now"
1162
- msgstr "התקן עדכון במיידי"
1163
-
1164
- #: includes/fs-plugin-info-dialog.php:448
1165
- #, php-format
1166
- msgid "Newer Free Version (%s) Installed"
1167
- msgstr "Newer Free Version (%s) Installed"
1168
-
1169
- #: includes/fs-plugin-info-dialog.php:449
1170
- #, php-format
1171
- msgid "Newer Version (%s) Installed"
1172
- msgstr "גרסה חדשה (%s) הותקנה"
1173
 
1174
- #: includes/fs-plugin-info-dialog.php:457
1175
- msgid "Latest Free Version Installed"
1176
- msgstr "גרסה חינאמית עדכנית הותקנה"
1177
 
1178
- #: includes/fs-plugin-info-dialog.php:458
1179
- msgid "Latest Version Installed"
1180
- msgstr "הגרסה האחרונה הותקנה"
 
1181
 
1182
- #: includes/fs-plugin-info-dialog.php:613
1183
  msgctxt "Plugin installer section title"
1184
  msgid "Description"
1185
  msgstr "תיאור"
1186
 
1187
- #: includes/fs-plugin-info-dialog.php:614
1188
  msgctxt "Plugin installer section title"
1189
  msgid "Installation"
1190
  msgstr "התקנה"
1191
 
1192
- #: includes/fs-plugin-info-dialog.php:615
1193
  msgctxt "Plugin installer section title"
1194
  msgid "FAQ"
1195
  msgstr "שאלות נפוצות"
1196
 
1197
- #: includes/fs-plugin-info-dialog.php:616
1198
  #: templates/plugin-info/description.php:55
1199
  msgid "Screenshots"
1200
  msgstr "צילומי מסך"
1201
 
1202
- #: includes/fs-plugin-info-dialog.php:617
1203
  msgctxt "Plugin installer section title"
1204
  msgid "Changelog"
1205
  msgstr "לוג שינויים"
1206
 
1207
- #: includes/fs-plugin-info-dialog.php:618
1208
  msgctxt "Plugin installer section title"
1209
  msgid "Reviews"
1210
  msgstr "ביקורות"
1211
 
1212
- #: includes/fs-plugin-info-dialog.php:619
1213
  msgctxt "Plugin installer section title"
1214
  msgid "Other Notes"
1215
  msgstr "היערות נוספות"
1216
 
1217
- #: includes/fs-plugin-info-dialog.php:634
1218
  msgctxt "Plugin installer section title"
1219
  msgid "Features & Pricing"
1220
  msgstr "פיטצ'רים ומחירים"
1221
 
1222
- #: includes/fs-plugin-info-dialog.php:644
1223
  msgid "Plugin Install"
1224
  msgstr "התקנת תוסף"
1225
 
1226
- #: includes/fs-plugin-info-dialog.php:716
1227
- #, php-format
1228
  msgctxt "e.g. Professional Plan"
1229
  msgid "%s Plan"
1230
  msgstr "חבילה %s"
1231
 
1232
- #: includes/fs-plugin-info-dialog.php:742
1233
  msgctxt "e.g. the best product"
1234
  msgid "Best"
1235
  msgstr "הכי טוב"
1236
 
1237
- #: includes/fs-plugin-info-dialog.php:748
1238
- #: includes/fs-plugin-info-dialog.php:768
1239
  msgctxt "as every month"
1240
  msgid "Monthly"
1241
  msgstr "חודשי"
1242
 
1243
- #: includes/fs-plugin-info-dialog.php:751
1244
  msgctxt "as once a year"
1245
  msgid "Annual"
1246
  msgstr "שנתי"
1247
 
1248
- #: includes/fs-plugin-info-dialog.php:754
1249
  msgid "Lifetime"
1250
  msgstr "לכל החיים"
1251
 
1252
- #: includes/fs-plugin-info-dialog.php:768
1253
- #: includes/fs-plugin-info-dialog.php:770
1254
- #: includes/fs-plugin-info-dialog.php:772
1255
- #, php-format
1256
  msgctxt "e.g. billed monthly"
1257
  msgid "Billed %s"
1258
  msgstr "מחוייב על בסיס %s"
1259
 
1260
- #: includes/fs-plugin-info-dialog.php:770
1261
  msgctxt "as once a year"
1262
  msgid "Annually"
1263
  msgstr "שנתי"
1264
 
1265
- #: includes/fs-plugin-info-dialog.php:772
1266
  msgctxt "as once a year"
1267
  msgid "Once"
1268
  msgstr "פעם אחת"
1269
 
1270
- #: includes/fs-plugin-info-dialog.php:778
1271
  msgid "Single Site License"
1272
  msgstr "רשיון לאתר אחד"
1273
 
1274
- #: includes/fs-plugin-info-dialog.php:780
1275
  msgid "Unlimited Licenses"
1276
  msgstr "רשיונות ללא הגבלה"
1277
 
1278
- #: includes/fs-plugin-info-dialog.php:782
1279
- #, php-format
1280
  msgid "Up to %s Sites"
1281
  msgstr "עד %s אתרים"
1282
 
1283
- #: includes/fs-plugin-info-dialog.php:792 templates/plugin-info/features.php:82
 
1284
  msgctxt "as monthly period"
1285
  msgid "mo"
1286
  msgstr "חודשים"
1287
 
1288
- #: includes/fs-plugin-info-dialog.php:799 templates/plugin-info/features.php:80
 
1289
  msgctxt "as annual period"
1290
  msgid "year"
1291
  msgstr "שנה"
1292
 
1293
- #: includes/fs-plugin-info-dialog.php:853
1294
  msgctxt "noun"
1295
  msgid "Price"
1296
  msgstr "מחיר"
1297
 
1298
- #: includes/fs-plugin-info-dialog.php:901
1299
- #, php-format
1300
  msgid "Save %s"
1301
  msgstr "שמירת %s"
1302
 
1303
- #: includes/fs-plugin-info-dialog.php:911
1304
- #, php-format
1305
  msgid "No commitment for %s - cancel anytime"
1306
  msgstr "No commitment for %s - cancel anytime"
1307
 
1308
- #: includes/fs-plugin-info-dialog.php:914
1309
- #, php-format
1310
  msgid "After your free %s, pay as little as %s"
1311
  msgstr "After your free %s, pay as little as %s"
1312
 
1313
- #: includes/fs-plugin-info-dialog.php:925
1314
  msgid "Details"
1315
  msgstr "פרטים"
1316
 
1317
- #: includes/fs-plugin-info-dialog.php:929 templates/account.php:91
1318
- #: templates/account/partials/addon.php:32 templates/debug.php:203
1319
- #: templates/debug.php:240 templates/debug.php:454
1320
  msgctxt "product version"
1321
  msgid "Version"
1322
  msgstr "גרסה"
1323
 
1324
- #: includes/fs-plugin-info-dialog.php:936
1325
  msgctxt "as the plugin author"
1326
  msgid "Author"
1327
  msgstr "Author"
1328
 
1329
- #: includes/fs-plugin-info-dialog.php:943
1330
  msgid "Last Updated"
1331
  msgstr "עודכן לאחרונה"
1332
 
1333
- #: includes/fs-plugin-info-dialog.php:948 templates/account.php:376
1334
- #, php-format
1335
  msgctxt "x-ago"
1336
  msgid "%s ago"
1337
  msgstr "לפני %s"
1338
 
1339
- #: includes/fs-plugin-info-dialog.php:957
1340
  msgid "Requires WordPress Version"
1341
  msgstr "Requires WordPress Version"
1342
 
1343
- #: includes/fs-plugin-info-dialog.php:958
1344
- #, php-format
1345
  msgid "%s or higher"
1346
  msgstr "%s ומעלה"
1347
 
1348
- #: includes/fs-plugin-info-dialog.php:965
1349
  msgid "Compatible up to"
1350
  msgstr "Compatible up to"
1351
 
1352
- #: includes/fs-plugin-info-dialog.php:973
1353
  msgid "Downloaded"
1354
  msgstr "Downloaded"
1355
 
1356
- #: includes/fs-plugin-info-dialog.php:977
1357
- #, php-format
1358
  msgid "%s time"
1359
  msgstr "פעם %s"
1360
 
1361
- #: includes/fs-plugin-info-dialog.php:979
1362
- #, php-format
1363
  msgid "%s times"
1364
  msgstr "%s פעמים"
1365
 
1366
- #: includes/fs-plugin-info-dialog.php:989
1367
  msgid "WordPress.org Plugin Page"
1368
  msgstr "WordPress.org Plugin Page"
1369
 
1370
- #: includes/fs-plugin-info-dialog.php:997
1371
  msgid "Plugin Homepage"
1372
  msgstr "עמוד התוסף"
1373
 
1374
- #: includes/fs-plugin-info-dialog.php:1005
1375
- #: includes/fs-plugin-info-dialog.php:1087
1376
  msgid "Donate to this plugin"
1377
  msgstr "תרום לתוסף"
1378
 
1379
- #: includes/fs-plugin-info-dialog.php:1012
1380
  msgid "Average Rating"
1381
  msgstr "דירוג ממוצע"
1382
 
1383
- #: includes/fs-plugin-info-dialog.php:1019
1384
- #, php-format
1385
  msgid "based on %s"
1386
  msgstr "מבוסס על %s"
1387
 
1388
- #: includes/fs-plugin-info-dialog.php:1023
1389
- #, php-format
1390
  msgid "%s rating"
1391
  msgstr "דרוג %s"
1392
 
1393
- #: includes/fs-plugin-info-dialog.php:1025
1394
- #, php-format
1395
  msgid "%s ratings"
1396
  msgstr "%s דרוגים"
1397
 
1398
- #: includes/fs-plugin-info-dialog.php:1040
1399
- #, php-format
1400
  msgid "%s star"
1401
  msgstr "כוכב %s"
1402
 
1403
- #: includes/fs-plugin-info-dialog.php:1042
1404
- #, php-format
1405
  msgid "%s stars"
1406
  msgstr "%s כוכבים"
1407
 
1408
- #: includes/fs-plugin-info-dialog.php:1053
1409
- #, php-format
1410
  msgid "Click to see reviews that provided a rating of %s"
1411
  msgstr "Click to see reviews that provided a rating of %s"
1412
 
1413
- #: includes/fs-plugin-info-dialog.php:1066
1414
  msgid "Contributors"
1415
  msgstr "תורמים"
1416
 
1417
- #: includes/fs-plugin-info-dialog.php:1095
1418
- #: includes/fs-plugin-info-dialog.php:1097
1419
  msgid "Warning"
1420
  msgstr "Warning"
1421
 
1422
- #: includes/fs-plugin-info-dialog.php:1095
1423
  msgid "This plugin has not been tested with your current version of WordPress."
1424
  msgstr "תוסף זה לא נבדק עם גרסת הוורדפרס שלך."
1425
 
1426
- #: includes/fs-plugin-info-dialog.php:1097
1427
- msgid ""
1428
- "This plugin has not been marked as compatible with your version of WordPress."
1429
  msgstr "התוסף לא סומן כתואם לגרסת הוורדפרס שלך."
1430
 
1431
- #: includes/fs-plugin-info-dialog.php:1116
1432
  msgid "Paid add-on must be deployed to Freemius."
1433
  msgstr "Paid add-on must be deployed to Freemius."
1434
 
1435
- #: includes/fs-plugin-info-dialog.php:1117
1436
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1437
  msgstr "Add-on must be deployed to WordPress.org or Freemius."
1438
 
1439
- #: templates/account.php:81 templates/account/partials/addon.php:22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1440
  #: templates/account/partials/site.php:295
1441
- #: templates/forms/subscription-cancellation.php:96
1442
  msgid "Downgrading your plan"
1443
  msgstr "Downgrading your plan"
1444
 
1445
- #: templates/account.php:82 templates/account/partials/addon.php:23
 
1446
  #: templates/account/partials/site.php:296
1447
- #: templates/forms/subscription-cancellation.php:97
1448
  msgid "Cancelling the subscription"
1449
  msgstr "Cancelling the subscription"
1450
 
1451
- #: templates/account.php:84 templates/account/partials/addon.php:25
1452
- #: templates/account/partials/site.php:298
1453
- #: templates/forms/subscription-cancellation.php:99
1454
- #, php-format
1455
- msgid ""
1456
- "%1s will immediately stop all future recurring payments and your %s plan "
1457
- "license will expire in %s."
1458
- msgstr ""
1459
- "%1s will immediately stop all future recurring payments and your %s plan "
1460
- "license will expire in %s."
1461
 
1462
- #: templates/account.php:85 templates/account/partials/addon.php:26
 
1463
  #: templates/account/partials/site.php:299
1464
- #: templates/forms/subscription-cancellation.php:100
1465
- msgid ""
1466
- "Please note that we will not be able to grandfather outdated pricing for "
1467
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1468
- "subscription manually in the future, after a price increase, which typically "
1469
- "occurs once a year, you will be charged the updated price."
1470
- msgstr ""
1471
- "Please note that we will not be able to grandfather outdated pricing for "
1472
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1473
- "subscription manually in the future, after a price increase, which typically "
1474
- "occurs once a year, you will be charged the updated price."
1475
 
1476
- #: templates/account.php:86 templates/account/partials/addon.php:27
1477
- #: templates/forms/subscription-cancellation.php:106
1478
- msgid ""
1479
- "Cancelling the trial will immediately block access to all premium features. "
1480
- "Are you sure?"
1481
- msgstr ""
1482
- "ביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת "
1483
- "להמשיך?"
1484
 
1485
- #: templates/account.php:87 templates/account/partials/addon.php:28
 
1486
  #: templates/account/partials/site.php:300
1487
- #: templates/forms/subscription-cancellation.php:101
1488
- #, php-format
1489
- msgid ""
1490
- "You can still enjoy all %s features but you will not have access to %s "
1491
- "security & feature updates, nor support."
1492
- msgstr ""
1493
- "You can still enjoy all %s features but you will not have access to %s "
1494
- "security & feature updates, nor support."
1495
 
1496
- #: templates/account.php:88 templates/account/partials/addon.php:29
 
1497
  #: templates/account/partials/site.php:301
1498
- #: templates/forms/subscription-cancellation.php:102
1499
- #, php-format
1500
- msgid ""
1501
- "Once your license expires you can still use the Free version but you will "
1502
- "NOT have access to the %s features."
1503
- msgstr ""
1504
- "Once your license expires you can still use the Free version but you will "
1505
- "NOT have access to the %s features."
1506
 
1507
- #: templates/account.php:90
1508
- #: templates/account/partials/activate-license-button.php:31
1509
- #: templates/account/partials/addon.php:31
1510
- #, php-format
1511
  msgid "Activate %s Plan"
1512
  msgstr "הפעל חבילה %s"
1513
 
1514
- #: templates/account.php:93 templates/account/partials/addon.php:34
 
1515
  #: templates/account/partials/site.php:275
1516
- #, php-format
1517
  msgid "Auto renews in %s"
1518
  msgstr "עדכן אוטומטית בעוד %s"
1519
 
1520
- #: templates/account.php:95 templates/account/partials/addon.php:36
 
1521
  #: templates/account/partials/site.php:277
1522
- #, php-format
1523
  msgid "Expires in %s"
1524
  msgstr "פג תוקף בעוד %s"
1525
 
1526
- #: templates/account.php:96 templates/account/partials/addon.php:37
1527
  msgctxt "as synchronize license"
1528
  msgid "Sync License"
1529
  msgstr "סינכרן רישיון"
1530
 
1531
- #: templates/account.php:97 templates/account/partials/addon.php:38
1532
  msgid "Cancel Trial"
1533
  msgstr "ביט"
1534
 
1535
- #: templates/account.php:98 templates/account/partials/addon.php:39
1536
  msgid "Change Plan"
1537
  msgstr "שינוי חבילה"
1538
 
1539
- #: templates/account.php:99 templates/account/partials/addon.php:40
1540
  msgctxt "verb"
1541
  msgid "Upgrade"
1542
  msgstr "שדרג"
1543
 
1544
- #: templates/account.php:101 templates/account/partials/addon.php:42
1545
  #: templates/account/partials/site.php:302
1546
  msgctxt "verb"
1547
  msgid "Downgrade"
1548
  msgstr "שנמך"
1549
 
1550
- #: templates/account.php:103 templates/account/partials/addon.php:44
1551
- #: templates/account/partials/site.php:31 templates/add-ons.php:130
1552
- #: templates/plugin-info/features.php:72
 
1553
  msgid "Free"
1554
  msgstr "חינם"
1555
 
1556
- #: templates/account.php:104 templates/account/partials/addon.php:45
1557
- msgid "Activate"
1558
- msgstr "הפעלה"
 
 
 
1559
 
1560
- #: templates/account.php:158
 
 
 
 
1561
  msgid "Free Trial"
1562
  msgstr "ניסיון חינם"
1563
 
1564
- #: templates/account.php:169
1565
  msgid "Account Details"
1566
  msgstr "פרטי חשבון"
1567
 
1568
- #: templates/account.php:179
1569
- #, php-format
1570
- msgid ""
1571
- "Deleting the account will automatically deactivate your %s plan license so "
1572
- "you can use it on other sites. If you want to terminate the recurring "
1573
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1574
- "account. Are you sure you would like to continue with the deletion?"
1575
- msgstr ""
1576
- "Deleting the account will automatically deactivate your %s plan license so "
1577
- "you can use it on other sites. If you want to terminate the recurring "
1578
- "payments as well, click the \"Cancel\" button, and first \"Downgrade\" your "
1579
- "account. Are you sure you would like to continue with the deletion?"
1580
 
1581
- #: templates/account.php:181
1582
- #, php-format
1583
- msgid ""
1584
- "Deletion is not temporary. Only delete if you no longer want to use this %s "
1585
- "anymore. Are you sure you would like to continue with the deletion?"
1586
- msgstr ""
1587
- "Deletion is not temporary. Only delete if you no longer want to use this %s "
1588
- "anymore. Are you sure you would like to continue with the deletion?"
1589
 
1590
- #: templates/account.php:184
1591
  msgid "Delete Account"
1592
  msgstr "מחיקת חשבון"
1593
 
1594
- #: templates/account.php:196 templates/account/partials/addon.php:159
1595
  #: templates/account/partials/deactivate-license-button.php:35
1596
  msgid "Deactivate License"
1597
  msgstr "שיחרור רישיון"
1598
 
1599
- #: templates/account.php:219 templates/forms/subscription-cancellation.php:125
1600
  msgid "Are you sure you want to proceed?"
1601
  msgstr "האם את/ה בטוח רוצה להמשיך?"
1602
 
1603
- #: templates/account.php:219 templates/account/partials/addon.php:182
1604
  msgid "Cancel Subscription"
1605
  msgstr "בטל מנוי"
1606
 
1607
- #: templates/account.php:247
1608
  msgctxt "as synchronize"
1609
  msgid "Sync"
1610
  msgstr "סינכרון"
1611
 
1612
- #: templates/account.php:261 templates/debug.php:489
1613
  msgid "Name"
1614
  msgstr "שם"
1615
 
1616
- #: templates/account.php:267 templates/debug.php:490
1617
  msgid "Email"
1618
  msgstr "דוא\"ל"
1619
 
1620
- #: templates/account.php:274 templates/debug.php:372 templates/debug.php:528
1621
  msgid "User ID"
1622
  msgstr "מזהה משתמש"
1623
 
1624
- #: templates/account.php:282
 
 
 
 
 
 
 
 
1625
  msgid "Site ID"
1626
  msgstr "מזהה אתר"
1627
 
1628
- #: templates/account.php:285
1629
  msgid "No ID"
1630
  msgstr "אין מזהה"
1631
 
1632
- #: templates/account.php:290 templates/account/partials/site.php:219
1633
- #: templates/debug.php:245 templates/debug.php:374 templates/debug.php:455
1634
- #: templates/debug.php:492
1635
  msgid "Public Key"
1636
  msgstr "מפתח פומבי"
1637
 
1638
- #: templates/account.php:296 templates/account/partials/site.php:231
1639
- #: templates/debug.php:375 templates/debug.php:456 templates/debug.php:493
1640
  msgid "Secret Key"
1641
  msgstr "מפתח סודי"
1642
 
1643
- #: templates/account.php:299
1644
  msgctxt "as secret encryption key missing"
1645
  msgid "No Secret"
1646
  msgstr "אין מפתח סודי"
1647
 
1648
- #: templates/account.php:318 templates/account/partials/site.php:112
1649
  #: templates/account/partials/site.php:114
1650
  msgid "Trial"
1651
  msgstr "ניסיון"
1652
 
1653
- #: templates/account.php:337 templates/account/partials/site.php:248
1654
- #: templates/debug.php:533
1655
  msgid "License Key"
1656
  msgstr "License Key"
1657
 
1658
- #: templates/account.php:367
 
 
 
 
1659
  msgid "not verified"
1660
  msgstr "לא מאומת"
1661
 
1662
- #: templates/account.php:376 templates/account/partials/addon.php:120
1663
  msgid "Expired"
1664
  msgstr "פג תוקף"
1665
 
1666
- #: templates/account.php:428
1667
  msgid "Premium version"
1668
  msgstr "גירסת פרימיום"
1669
 
1670
- #: templates/account.php:430
1671
  msgid "Free version"
1672
  msgstr "גירסה חינאמית"
1673
 
1674
- #: templates/account.php:442
1675
  msgid "Verify Email"
1676
  msgstr "אמת כתובת דוא\"ל"
1677
 
1678
- #: templates/account.php:453
1679
- #, php-format
1680
  msgid "Download %s Version"
1681
  msgstr "הורד גרסת %s"
1682
 
1683
- #: templates/account.php:467 templates/account.php:649
1684
- #: templates/account/partials/site.php:237
1685
  #: templates/account/partials/site.php:255
1686
  msgctxt "verb"
1687
  msgid "Show"
1688
  msgstr "הצג"
1689
 
1690
- #: templates/account.php:481
1691
- #, php-format
1692
  msgid "What is your %s?"
1693
  msgstr "מה ה%s שלך?"
1694
 
1695
- #: templates/account.php:489 templates/account/billing.php:27
1696
  msgctxt "verb"
1697
  msgid "Edit"
1698
  msgstr "ערוך"
1699
 
1700
- #: templates/account.php:502
1701
  msgid "Sites"
1702
  msgstr "אתרים"
1703
 
1704
- #: templates/account.php:513
1705
  msgid "Search by address"
1706
  msgstr "חפש לפי כתובת"
1707
 
1708
- #: templates/account.php:522 templates/account.php:570
1709
- #: templates/account/payments.php:35 templates/debug.php:238
1710
- #: templates/debug.php:366 templates/debug.php:451 templates/debug.php:488
1711
- #: templates/debug.php:526 templates/debug.php:599
1712
- #: templates/debug/logger.php:21
1713
- msgid "ID"
1714
- msgstr "מזהה"
1715
-
1716
- #: templates/account.php:523 templates/debug.php:369
1717
  msgid "Address"
1718
  msgstr "כתובת"
1719
 
1720
- #: templates/account.php:524
1721
  msgid "License"
1722
  msgstr "רישיון"
1723
 
1724
- #: templates/account.php:525
1725
  msgid "Plan"
1726
  msgstr "חבילה"
1727
 
1728
- #: templates/account.php:573
1729
  msgctxt "as software license"
1730
  msgid "License"
1731
  msgstr "רישיון"
1732
 
1733
- #: templates/account.php:643
1734
  msgctxt "verb"
1735
  msgid "Hide"
1736
  msgstr "הסתר"
1737
 
1738
- #: templates/account.php:686
1739
- #, php-format
 
 
 
 
 
 
 
1740
  msgid "Cancelling %s"
1741
  msgstr "Cancelling %s"
1742
 
1743
- #: templates/account.php:686 templates/account.php:703
1744
- #: templates/forms/deactivation/form.php:117
1745
- #: templates/forms/subscription-cancellation.php:27
1746
  msgid "trial"
1747
  msgstr "trial"
1748
 
1749
- #: templates/account.php:701 templates/forms/deactivation/form.php:134
1750
- #, php-format
1751
  msgid "Cancelling %s..."
1752
  msgstr "Cancelling %s..."
1753
 
1754
- #: templates/account.php:704 templates/forms/deactivation/form.php:118
1755
- #: templates/forms/subscription-cancellation.php:28
1756
  msgid "subscription"
1757
  msgstr "subscription"
1758
 
1759
- #: templates/account.php:718
1760
- msgid ""
1761
- "Deactivating your license will block all premium features, but will enable "
1762
- "activating the license on another site. Are you sure you want to proceed?"
1763
- msgstr ""
1764
- "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על "
1765
- "אתר אחר. האם תרצו להמשיך בכל זאת?"
1766
 
1767
- #: templates/account/billing.php:28
1768
- msgctxt "verb"
1769
- msgid "Update"
1770
- msgstr "עדכן"
1771
 
1772
- #: templates/account/billing.php:39
1773
- msgid "Billing"
1774
- msgstr "בילינג"
1775
 
1776
- #: templates/account/billing.php:44
1777
- msgid "Business name"
1778
- msgstr "שם עסק"
1779
 
1780
- #: templates/account/billing.php:45
1781
- msgid "Tax / VAT ID"
1782
- msgstr "ח.פ."
 
1783
 
1784
- #: templates/account/billing.php:48 templates/account/billing.php:49
1785
- #, fuzzy, php-format
1786
- #| msgid "Address Line %d"
1787
- msgid "Address Line %d"
1788
- msgstr "כתובת %s"
1789
 
1790
- #: templates/account/billing.php:52
1791
- msgid "City"
1792
- msgstr "עיר"
 
 
1793
 
1794
- #: templates/account/billing.php:52
1795
- msgid "Town"
1796
- msgstr "כפר"
1797
 
1798
- #: templates/account/billing.php:53
1799
- msgid "ZIP / Postal Code"
1800
- msgstr "מיקוד / תא דואר"
1801
 
1802
- #: templates/account/billing.php:308
1803
- msgid "Country"
1804
- msgstr "מדינה"
1805
 
1806
- #: templates/account/billing.php:310
1807
- msgid "Select Country"
1808
- msgstr "בחר מדינה"
1809
 
1810
- #: templates/account/billing.php:317 templates/account/billing.php:318
1811
- msgid "State"
1812
- msgstr "מחוז/מדינה"
1813
 
1814
- #: templates/account/billing.php:317 templates/account/billing.php:318
1815
- msgid "Province"
1816
- msgstr "פרובינציה"
1817
 
1818
- #: templates/account/partials/activate-license-button.php:46
1819
- msgid "Localhost"
1820
- msgstr "שרת לוקאלי"
1821
-
1822
- #: templates/account/partials/activate-license-button.php:50
1823
- #, php-format
1824
- msgctxt "as 5 licenses left"
1825
- msgid "%s left"
1826
- msgstr "נשארו %s"
1827
-
1828
- #: templates/account/partials/activate-license-button.php:51
1829
- msgid "Last license"
1830
- msgstr "רישיון אחרון"
1831
-
1832
- #: templates/account/partials/addon.php:115
1833
- msgid "Cancelled"
1834
- msgstr "בוטל"
1835
-
1836
- #: templates/account/partials/addon.php:125
1837
- msgid "No expiration"
1838
- msgstr "ללא תפוגה"
1839
-
1840
- #: templates/account/partials/addon.php:264
1841
- #: templates/account/partials/addon.php:317
1842
- msgid "Activate this add-on"
1843
- msgstr "הפעל את ההרחבה"
1844
-
1845
- #: templates/account/partials/addon.php:339 templates/debug.php:433
1846
- #: templates/debug.php:511
1847
- msgctxt "verb"
1848
- msgid "Delete"
1849
- msgstr "מחק"
1850
-
1851
- #: templates/account/partials/site.php:148 templates/debug.php:368
1852
- msgid "Blog ID"
1853
- msgstr "מזהה בלוג"
1854
-
1855
- #: templates/account/partials/site.php:181
1856
- msgid "Owner Name"
1857
- msgstr "שם הבעלים"
1858
-
1859
- #: templates/account/partials/site.php:193
1860
- msgid "Owner Email"
1861
- msgstr "מייל הבעלים"
1862
-
1863
- #: templates/account/partials/site.php:205
1864
- msgid "Owner ID"
1865
- msgstr "מזהה הבעלים"
1866
-
1867
- #: templates/account/partials/site.php:270
1868
- msgid "Subscription"
1869
- msgstr "מנוי"
1870
-
1871
- #: templates/account/payments.php:29
1872
- msgid "Payments"
1873
- msgstr "תשלומים"
1874
-
1875
- #: templates/account/payments.php:36
1876
- msgid "Date"
1877
- msgstr "תאריך"
1878
-
1879
- #: templates/account/payments.php:37
1880
- msgid "Amount"
1881
- msgstr "סכום"
1882
-
1883
- #: templates/account/payments.php:38 templates/account/payments.php:50
1884
- msgid "Invoice"
1885
- msgstr "חשבונית"
1886
-
1887
- #: templates/add-ons.php:36
1888
- #, php-format
1889
- msgid "Add Ons for %s"
1890
- msgstr "הרחבות עבור %s"
1891
-
1892
- #: templates/add-ons.php:44
1893
- msgid ""
1894
- "We could'nt load the add-ons list. It's probably an issue on our side, "
1895
- "please try to come back in few minutes."
1896
- msgstr ""
1897
- "We could'nt load the add-ons list. It's probably an issue on our side, "
1898
- "please try to come back in few minutes."
1899
-
1900
- #: templates/add-ons.php:139
1901
- msgid "View details"
1902
- msgstr "פרטים נוספים"
1903
-
1904
- #: templates/admin-notice.php:13 templates/forms/license-activation.php:208
1905
- #: templates/forms/resend-key.php:77
1906
- msgctxt "as close a window"
1907
- msgid "Dismiss"
1908
- msgstr "סגירה"
1909
-
1910
- #: templates/auto-installation.php:45
1911
- #, php-format
1912
- msgid "%s sec"
1913
- msgstr "%s שניות"
1914
-
1915
- #: templates/auto-installation.php:83
1916
- msgid "Automatic Installation"
1917
- msgstr "התקנה אוטומטית"
1918
-
1919
- #: templates/auto-installation.php:93
1920
- #, php-format
1921
- msgid ""
1922
- "An automated download and installation of %s (paid version) from %s will "
1923
- "start in %s. If you would like to do it manually - click the cancellation "
1924
- "button now."
1925
- msgstr ""
1926
- "הורדה והתקנה אוטומטית של %s (גרסה בתשלום) מ-%2$s תתחיל בעוד %3$s. אם ברצונך "
1927
- "לבצע את ההתקנה ידנית - לחץ על כפתור הביטול עכשיו."
1928
-
1929
- #: templates/auto-installation.php:104
1930
- msgid ""
1931
- "The installation process has started and may take a few minutes to complete. "
1932
- "Please wait until it is done - do not refresh this page."
1933
- msgstr ""
1934
- "תהליך ההתקנה התחיל ויכול לקחת מספר דקות לסיום. אנא המתינו בסבלנות עד לסיום "
1935
- "מבלי לרענן את הדפדפן."
1936
-
1937
- #: templates/auto-installation.php:109
1938
- msgid "Cancel Installation"
1939
- msgstr "בטל התקנה"
1940
-
1941
- #: templates/checkout.php:172
1942
- msgid "Checkout"
1943
- msgstr "Checkout"
1944
-
1945
- #: templates/checkout.php:172
1946
- msgid "PCI compliant"
1947
- msgstr "עומד בתקן PCI"
1948
 
 
1949
  #: templates/connect.php:112
1950
- #, php-format
1951
  msgctxt "greeting"
1952
  msgid "Hey %s,"
1953
  msgstr "היי %s,"
@@ -1961,119 +1543,66 @@ msgid "Re-send activation email"
1961
  msgstr "שליחה חוזרת של מייל האקטיבציה"
1962
 
1963
  #: templates/connect.php:162
1964
- #, php-format
1965
  msgid "Thanks %s!"
1966
  msgstr "תודה %s!"
1967
 
1968
- #: templates/connect.php:172 templates/forms/license-activation.php:43
1969
  msgid "Agree & Activate License"
1970
  msgstr "הסכמה והפעלת רישיון"
1971
 
1972
  #: templates/connect.php:181
1973
- #, php-format
1974
- msgid ""
1975
- "Thanks for purchasing %s! To get started, please enter your license key:"
1976
- msgstr ""
1977
- "Thanks for purchasing %s! To get started, please enter your license key:"
1978
 
1979
  #: templates/connect.php:188
1980
- #, php-format
1981
- msgid ""
1982
- "Never miss an important update - opt in to our security & feature updates "
1983
- "notifications, educational content, offers, and non-sensitive diagnostic "
1984
- "tracking with %4$s."
1985
- msgstr ""
1986
- "Never miss an important update - opt in to our security & feature updates "
1987
- "notifications, educational content, offers, and non-sensitive diagnostic "
1988
- "tracking with %4$s."
1989
 
1990
  #: templates/connect.php:189
1991
- #, php-format
1992
- msgid ""
1993
- "Never miss an important update - opt in to our security and feature updates "
1994
- "notifications, and non-sensitive diagnostic tracking with %4$s."
1995
- msgstr ""
1996
- "Never miss an important update - opt in to our security and feature updates "
1997
- "notifications, and non-sensitive diagnostic tracking with %4$s."
1998
 
1999
  #: templates/connect.php:195
2000
- #, php-format
2001
- msgid ""
2002
- "Never miss an important update - opt in to our security & feature updates "
2003
- "notifications, educational content, offers, and non-sensitive diagnostic "
2004
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just "
2005
- "fine."
2006
- msgstr ""
2007
- "Never miss an important update - opt in to our security & feature updates "
2008
- "notifications, educational content, offers, and non-sensitive diagnostic "
2009
- "tracking with %4$s. If you skip this, that's okay! %1$s will still work just "
2010
- "fine."
2011
 
2012
  #: templates/connect.php:196
2013
- #, php-format
2014
- msgid ""
2015
- "Never miss an important update - opt in to our security & feature updates "
2016
- "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
2017
- "this, that's okay! %1$s will still work just fine."
2018
- msgstr ""
2019
- "Never miss an important update - opt in to our security & feature updates "
2020
- "notifications, and non-sensitive diagnostic tracking with %4$s. If you skip "
2021
- "this, that's okay! %1$s will still work just fine."
2022
 
2023
  #: templates/connect.php:230
2024
  msgid "We're excited to introduce the Freemius network-level integration."
2025
  msgstr "We're excited to introduce the Freemius network-level integration."
2026
 
2027
  #: templates/connect.php:233
2028
- #, php-format
2029
- msgid ""
2030
- "During the update process we detected %d site(s) that are still pending "
2031
- "license activation."
2032
- msgstr ""
2033
- "During the update process we detected %d site(s) that are still pending "
2034
- "license activation."
2035
 
2036
  #: templates/connect.php:235
2037
- #, php-format
2038
- msgid ""
2039
- "If you'd like to use the %s on those sites, please enter your license key "
2040
- "below and click the activation button."
2041
- msgstr ""
2042
- "If you'd like to use the %s on those sites, please enter your license key "
2043
- "below and click the activation button."
2044
 
2045
  #: templates/connect.php:237
2046
- #, php-format
2047
  msgid "%s's paid features"
2048
  msgstr "%s's paid features"
2049
 
2050
  #: templates/connect.php:242
2051
- #, php-format
2052
- msgid ""
2053
- "Alternatively, you can skip it for now and activate the license later, in "
2054
- "your %s's network-level Account page."
2055
- msgstr ""
2056
- "Alternatively, you can skip it for now and activate the license later, in "
2057
- "your %s's network-level Account page."
2058
 
2059
  #: templates/connect.php:244
2060
- #, php-format
2061
- msgid ""
2062
- "During the update process we detected %s site(s) in the network that are "
2063
- "still pending your attention."
2064
- msgstr ""
2065
- "During the update process we detected %s site(s) in the network that are "
2066
- "still pending your attention."
2067
 
2068
- #: templates/connect.php:253 templates/forms/license-activation.php:46
2069
  msgid "License key"
2070
  msgstr "מפתח רישיון"
2071
 
2072
- #: templates/connect.php:256 templates/forms/license-activation.php:19
2073
  msgid "Can't find your license key?"
2074
  msgstr "האם אינך מוצא את מפתח הרישיון?"
2075
 
2076
- #: templates/connect.php:315 templates/connect.php:630
2077
  #: templates/forms/deactivation/retry-skip.php:20
2078
  msgctxt "verb"
2079
  msgid "Skip"
@@ -2084,10 +1613,8 @@ msgid "Delegate to Site Admins"
2084
  msgstr "האצלה למנהלי האתרים"
2085
 
2086
  #: templates/connect.php:318
2087
- msgid ""
2088
- "If you click it, this decision will be delegated to the sites administrators."
2089
- msgstr ""
2090
- "If you click it, this decision will be delegated to the sites administrators."
2091
 
2092
  #: templates/connect.php:346
2093
  msgid "Your Profile Overview"
@@ -2109,12 +1636,11 @@ msgstr "כתובת אתר, גרסת וורדפרס, פרטי PHP, תוספים
2109
  msgid "Admin Notices"
2110
  msgstr "התראות מנהל"
2111
 
2112
- #: templates/connect.php:359 templates/connect.php:375
2113
  msgid "Updates, announcements, marketing, no spam"
2114
  msgstr "עדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבל"
2115
 
2116
  #: templates/connect.php:364
2117
- #, php-format
2118
  msgid "Current %s Events"
2119
  msgstr "Current %s Events"
2120
 
@@ -2126,14 +1652,9 @@ msgstr "הפעלה, כיבוי והסרה"
2126
  msgid "Newsletter"
2127
  msgstr "ניוסלטר"
2128
 
2129
- #: templates/connect.php:391 templates/forms/license-activation.php:38
2130
- #, php-format
2131
- msgid ""
2132
- "The %1$s will be periodically sending data to %2$s to check for security and "
2133
- "feature updates, and verify the validity of your license."
2134
- msgstr ""
2135
- "The %1$s will be periodically sending data to %2$s to check for security and "
2136
- "feature updates, and verify the validity of your license."
2137
 
2138
  #: templates/connect.php:396
2139
  msgid "What permissions are being granted?"
@@ -2143,10 +1664,6 @@ msgstr "מהן ההרשאות המוענקות?"
2143
  msgid "Don't have a license key?"
2144
  msgstr "האם אין ברשותך מפתח רישיון?"
2145
 
2146
- #: templates/connect.php:418
2147
- msgid "Activate Free Version"
2148
- msgstr "הפעלת גירסה חינאמית"
2149
-
2150
  #: templates/connect.php:420
2151
  msgid "Have a license key?"
2152
  msgstr "האם ברשותך רישיון?"
@@ -2163,12 +1680,12 @@ msgstr "License Agreement"
2163
  msgid "Terms of Service"
2164
  msgstr "תנאי השירות"
2165
 
2166
- #: templates/connect.php:766
2167
  msgctxt "as in the process of sending an email"
2168
  msgid "Sending email"
2169
  msgstr "שולח דוא\"ל"
2170
 
2171
- #: templates/connect.php:767
2172
  msgctxt "as activating plugin"
2173
  msgid "Activating"
2174
  msgstr "מפעיל"
@@ -2196,7 +1713,7 @@ msgctxt "as code debugging"
2196
  msgid "Debugging"
2197
  msgstr "דיבוג"
2198
 
2199
- #: templates/debug.php:54 templates/debug.php:250 templates/debug.php:376
2200
  #: templates/debug.php:494
2201
  msgid "Actions"
2202
  msgstr "פעולות"
@@ -2250,7 +1767,7 @@ msgstr "גרסאות SDK"
2250
  msgid "SDK Path"
2251
  msgstr "מיקום SDK"
2252
 
2253
- #: templates/debug.php:205 templates/debug.php:244
2254
  msgid "Module Path"
2255
  msgstr "Module Path"
2256
 
@@ -2258,20 +1775,20 @@ msgstr "Module Path"
2258
  msgid "Is Active"
2259
  msgstr "האם פעיל"
2260
 
2261
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:35
2262
  msgid "Plugins"
2263
  msgstr "תוספים"
2264
 
2265
- #: templates/debug.php:234 templates/debug/plugins-themes-sync.php:56
2266
  msgid "Themes"
2267
  msgstr "תבניות"
2268
 
2269
- #: templates/debug.php:239 templates/debug.php:371 templates/debug.php:453
2270
  #: templates/debug/scheduled-crons.php:80
2271
  msgid "Slug"
2272
  msgstr "מזהה כתובת"
2273
 
2274
- #: templates/debug.php:241 templates/debug.php:452
2275
  msgid "Title"
2276
  msgstr "כותרת"
2277
 
@@ -2311,7 +1828,6 @@ msgid "Simulate Network Upgrade"
2311
  msgstr "סמלוץ עדכון לרשת"
2312
 
2313
  #: templates/debug.php:360
2314
- #, php-format
2315
  msgid "%s Installs"
2316
  msgstr "%s התקנות"
2317
 
@@ -2320,8 +1836,17 @@ msgctxt "like websites"
2320
  msgid "Sites"
2321
  msgstr "אתרים"
2322
 
 
 
 
 
 
 
 
 
 
 
2323
  #: templates/debug.php:447
2324
- #, php-format
2325
  msgid "Add Ons of module %s"
2326
  msgstr "Add Ons of module %s"
2327
 
@@ -2334,7 +1859,6 @@ msgid "Verified"
2334
  msgstr "מאומת"
2335
 
2336
  #: templates/debug.php:522
2337
- #, php-format
2338
  msgid "%s Licenses"
2339
  msgstr "%s Licenses"
2340
 
@@ -2375,12 +1899,12 @@ msgstr "כל הסוגים"
2375
  msgid "All Requests"
2376
  msgstr "כל הבקשות"
2377
 
2378
- #: templates/debug.php:573 templates/debug.php:602
2379
  #: templates/debug/logger.php:25
2380
  msgid "File"
2381
  msgstr "קובץ"
2382
 
2383
- #: templates/debug.php:574 templates/debug.php:600
2384
  #: templates/debug/logger.php:23
2385
  msgid "Function"
2386
  msgstr "פונקציה"
@@ -2393,7 +1917,7 @@ msgstr "Process ID"
2393
  msgid "Logger"
2394
  msgstr "Logger"
2395
 
2396
- #: templates/debug.php:577 templates/debug.php:601
2397
  #: templates/debug/logger.php:24
2398
  msgid "Message"
2399
  msgstr "הודעה"
@@ -2406,14 +1930,103 @@ msgstr "פילטר"
2406
  msgid "Download"
2407
  msgstr "הורדה"
2408
 
2409
- #: templates/debug.php:598 templates/debug/logger.php:22
2410
  msgid "Type"
2411
  msgstr "סוג"
2412
 
2413
- #: templates/debug.php:603 templates/debug/logger.php:26
2414
  msgid "Timestamp"
2415
  msgstr "Timestamp"
2416
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2417
  #: templates/debug/api-calls.php:56
2418
  msgid "API"
2419
  msgstr "API"
@@ -2455,19 +2068,19 @@ msgstr "End"
2455
  msgid "Log"
2456
  msgstr "Log"
2457
 
2458
- #: templates/debug/plugins-themes-sync.php:18
 
2459
  #: templates/debug/scheduled-crons.php:91
2460
- #, php-format
2461
  msgid "In %s"
2462
  msgstr "בעוד %s"
2463
 
2464
- #: templates/debug/plugins-themes-sync.php:20
 
2465
  #: templates/debug/scheduled-crons.php:93
2466
- #, php-format
2467
  msgid "%s ago"
2468
  msgstr "לפני %s"
2469
 
2470
- #: templates/debug/plugins-themes-sync.php:21
2471
  #: templates/debug/scheduled-crons.php:74
2472
  msgctxt "seconds"
2473
  msgid "sec"
@@ -2481,7 +2094,7 @@ msgstr "Plugins & Themes Sync"
2481
  msgid "Total"
2482
  msgstr "Total"
2483
 
2484
- #: templates/debug/plugins-themes-sync.php:29
2485
  #: templates/debug/scheduled-crons.php:84
2486
  msgid "Last"
2487
  msgstr "Last"
@@ -2515,64 +2128,38 @@ msgid "Apply to become an affiliate"
2515
  msgstr "Apply to become an affiliate"
2516
 
2517
  #: templates/forms/affiliation.php:104
2518
- #, php-format
2519
- msgid ""
2520
- "Your affiliate application for %s has been accepted! Log in to your "
2521
- "affiliate area at: %s."
2522
- msgstr ""
2523
- "Your affiliate application for %s has been accepted! Log in to your "
2524
- "affiliate area at: %s."
2525
 
2526
  #: templates/forms/affiliation.php:119
2527
- msgid ""
2528
- "Thank you for applying for our affiliate program, we'll review your details "
2529
- "during the next 14 days and will get back to you with further information."
2530
- msgstr ""
2531
- "Thank you for applying for our affiliate program, we'll review your details "
2532
- "during the next 14 days and will get back to you with further information."
2533
 
2534
  #: templates/forms/affiliation.php:122
2535
  msgid "Your affiliation account was temporarily suspended."
2536
  msgstr "Your affiliation account was temporarily suspended."
2537
 
2538
  #: templates/forms/affiliation.php:125
2539
- msgid ""
2540
- "Thank you for applying for our affiliate program, unfortunately, we've "
2541
- "decided at this point to reject your application. Please try again in 30 "
2542
- "days."
2543
- msgstr ""
2544
- "Thank you for applying for our affiliate program, unfortunately, we've "
2545
- "decided at this point to reject your application. Please try again in 30 "
2546
- "days."
2547
 
2548
  #: templates/forms/affiliation.php:128
2549
- msgid ""
2550
- "Due to violation of our affiliation terms, we decided to temporarily block "
2551
- "your affiliation account. If you have any questions, please contact support."
2552
- msgstr ""
2553
- "Due to violation of our affiliation terms, we decided to temporarily block "
2554
- "your affiliation account. If you have any questions, please contact support."
2555
 
2556
  #: templates/forms/affiliation.php:141
2557
- #, php-format
2558
  msgid "Like the %s? Become our ambassador and earn cash ;-)"
2559
  msgstr "Like the %s? Become our ambassador and earn cash ;-)"
2560
 
2561
  #: templates/forms/affiliation.php:142
2562
- #, php-format
2563
- msgid ""
2564
- "Refer new customers to our %s and earn %s commission on each successful sale "
2565
- "you refer!"
2566
- msgstr ""
2567
- "Refer new customers to our %s and earn %s commission on each successful sale "
2568
- "you refer!"
2569
 
2570
  #: templates/forms/affiliation.php:145
2571
  msgid "Program Summary"
2572
  msgstr "Program Summary"
2573
 
2574
  #: templates/forms/affiliation.php:147
2575
- #, php-format
2576
  msgid "%s commission when a customer purchases a new license."
2577
  msgstr "%s commission when a customer purchases a new license."
2578
 
@@ -2581,18 +2168,14 @@ msgid "Get commission for automated subscription renewals."
2581
  msgstr "Get commission for automated subscription renewals."
2582
 
2583
  #: templates/forms/affiliation.php:152
2584
- #, php-format
2585
- msgid ""
2586
- "%s tracking cookie after the first visit to maximize earnings potential."
2587
- msgstr ""
2588
- "%s tracking cookie after the first visit to maximize earnings potential."
2589
 
2590
  #: templates/forms/affiliation.php:155
2591
  msgid "Unlimited commissions."
2592
  msgstr "Unlimited commissions."
2593
 
2594
  #: templates/forms/affiliation.php:157
2595
- #, php-format
2596
  msgid "%s minimum payout amount."
2597
  msgstr "%s minimum payout amount."
2598
 
@@ -2601,18 +2184,14 @@ msgid "Payouts are in USD and processed monthly via PayPal."
2601
  msgstr "Payouts are in USD and processed monthly via PayPal."
2602
 
2603
  #: templates/forms/affiliation.php:159
2604
- msgid ""
2605
- "As we reserve 30 days for potential refunds, we only pay commissions that "
2606
- "are older than 30 days."
2607
- msgstr ""
2608
- "As we reserve 30 days for potential refunds, we only pay commissions that "
2609
- "are older than 30 days."
2610
 
2611
  #: templates/forms/affiliation.php:162
2612
  msgid "Affiliate"
2613
  msgstr "Affiliate"
2614
 
2615
- #: templates/forms/affiliation.php:165 templates/forms/resend-key.php:23
2616
  msgid "Email address"
2617
  msgstr "כתובת דוא\"ל"
2618
 
@@ -2625,18 +2204,12 @@ msgid "PayPal account email address"
2625
  msgstr "PayPal account email address"
2626
 
2627
  #: templates/forms/affiliation.php:177
2628
- #, php-format
2629
  msgid "Where are you going to promote the %s?"
2630
  msgstr "Where are you going to promote the %s?"
2631
 
2632
  #: templates/forms/affiliation.php:179
2633
- #, php-format
2634
- msgid ""
2635
- "Enter the domain of your website or other websites from where you plan to "
2636
- "promote the %s."
2637
- msgstr ""
2638
- "Enter the domain of your website or other websites from where you plan to "
2639
- "promote the %s."
2640
 
2641
  #: templates/forms/affiliation.php:181
2642
  msgid "Add another domain"
@@ -2667,29 +2240,18 @@ msgid "Website, email, and social media statistics (optional)"
2667
  msgstr "Website, email, and social media statistics (optional)"
2668
 
2669
  #: templates/forms/affiliation.php:210
2670
- msgid ""
2671
- "Please feel free to provide any relevant website or social media statistics, "
2672
- "e.g. monthly unique site visits, number of email subscribers, followers, "
2673
- "etc. (we will keep this information confidential)."
2674
- msgstr ""
2675
- "Please feel free to provide any relevant website or social media statistics, "
2676
- "e.g. monthly unique site visits, number of email subscribers, followers, "
2677
- "etc. (we will keep this information confidential)."
2678
 
2679
  #: templates/forms/affiliation.php:214
2680
  msgid "How will you promote us?"
2681
  msgstr "How will you promote us?"
2682
 
2683
  #: templates/forms/affiliation.php:217
2684
- #, php-format
2685
- msgid ""
2686
- "Please provide details on how you intend to promote %s (please be as "
2687
- "specific as possible)."
2688
- msgstr ""
2689
- "Please provide details on how you intend to promote %s (please be as "
2690
- "specific as possible)."
2691
 
2692
- #: templates/forms/affiliation.php:223 templates/forms/resend-key.php:22
2693
  msgid "Cancel"
2694
  msgstr "בטל"
2695
 
@@ -2697,90 +2259,11 @@ msgstr "בטל"
2697
  msgid "Become an affiliate"
2698
  msgstr "Become an affiliate"
2699
 
2700
- #: templates/forms/deactivation/contact.php:19
2701
- msgid ""
2702
- "Sorry for the inconvenience and we are here to help if you give us a chance."
2703
- msgstr "מצטערים על חוסר הנעימות, אנחנו כאן כדי לעזור אם תאפשר\\י זאת."
2704
-
2705
- #: templates/forms/deactivation/contact.php:22
2706
- msgid "Contact Support"
2707
- msgstr "צור קשר"
2708
-
2709
- #: templates/forms/deactivation/form.php:59
2710
- msgid "Anonymous feedback"
2711
- msgstr "פידבק אנונימי"
2712
-
2713
- #: templates/forms/deactivation/form.php:66
2714
- msgid "Deactivate"
2715
- msgstr "כיבוי"
2716
-
2717
- #: templates/forms/deactivation/form.php:68
2718
- #, php-format
2719
- msgid "Activate %s"
2720
- msgstr "Activate %s"
2721
-
2722
- #: templates/forms/deactivation/form.php:80
2723
- msgid "Quick Feedback"
2724
- msgstr "Quick Feedback"
2725
-
2726
- #: templates/forms/deactivation/form.php:84
2727
- #, php-format
2728
- msgid "If you have a moment, please let us know why you are %s"
2729
- msgstr "If you have a moment, please let us know why you are %s"
2730
-
2731
- #: templates/forms/deactivation/form.php:84
2732
- msgid "deactivating"
2733
- msgstr "deactivating"
2734
-
2735
- #: templates/forms/deactivation/form.php:84
2736
- msgid "switching"
2737
- msgstr "switching"
2738
-
2739
- #: templates/forms/deactivation/form.php:150
2740
- #: templates/forms/subscription-cancellation.php:191
2741
- #, php-format
2742
- msgid "Cancel %s & Proceed"
2743
- msgstr "Cancel %s & Proceed"
2744
-
2745
- #: templates/forms/deactivation/form.php:332
2746
- #, php-format
2747
- msgid "Submit & %s"
2748
- msgstr "Submit & %s"
2749
-
2750
- #: templates/forms/deactivation/form.php:353
2751
- msgid "Kindly tell us the reason so we can improve."
2752
- msgstr "אנא שתף את הסיבה כדי שנוכל להשתפר."
2753
-
2754
- #: templates/forms/deactivation/form.php:478
2755
- #, php-format
2756
- msgid "Yes - %s"
2757
- msgstr "Yes - %s"
2758
-
2759
- #: templates/forms/deactivation/form.php:485
2760
- #, php-format
2761
- msgid "Skip & %s"
2762
- msgstr "דלג ו%s"
2763
-
2764
- #: templates/forms/deactivation/retry-skip.php:21
2765
- msgid "Click here to use the plugin anonymously"
2766
- msgstr "Click here to use the plugin anonymously"
2767
-
2768
- #: templates/forms/deactivation/retry-skip.php:23
2769
- #, php-format
2770
- msgid ""
2771
- "You might have missed it, but you don't have to share any data and can just "
2772
- "%s the opt-in."
2773
- msgstr ""
2774
- "אולי פספסת את זה אבל אינך חייב\\ת לשתף כל מידע איתנו, ביכולתך %s על שיתוף "
2775
- "המידע."
2776
-
2777
- #: templates/forms/license-activation.php:20
2778
- msgid ""
2779
- "Please enter the license key that you received in the email right after the "
2780
- "purchase:"
2781
  msgstr "אנא הזן את הרישיון שקיבלת לתיבת הדואל שלך לאחר השלמת הרכישה."
2782
 
2783
- #: templates/forms/license-activation.php:25
2784
  msgid "Update License"
2785
  msgstr "עדכון רישיון"
2786
 
@@ -2795,30 +2278,18 @@ msgid "Opt In"
2795
  msgstr "Opt In"
2796
 
2797
  #: templates/forms/optout.php:33
2798
- #, php-format
2799
- msgid ""
2800
- "Usage tracking is done in the name of making %s better. Making a better user "
2801
- "experience, prioritizing new features, and more good things. We'd really "
2802
- "appreciate if you'll reconsider letting us continue with the tracking."
2803
- msgstr ""
2804
- "Usage tracking is done in the name of making %s better. Making a better user "
2805
- "experience, prioritizing new features, and more good things. We'd really "
2806
- "appreciate if you'll reconsider letting us continue with the tracking."
2807
 
2808
  #: templates/forms/optout.php:35
2809
- #, php-format
2810
- msgid ""
2811
- "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2812
- msgstr ""
2813
- "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2814
 
2815
  #: templates/forms/premium-versions-upgrade-handler.php:40
2816
- #, php-format
2817
  msgid "There is a new version of %s available."
2818
  msgstr "יש גרסה חדשה עבור ה%s."
2819
 
2820
  #: templates/forms/premium-versions-upgrade-handler.php:41
2821
- #, php-format
2822
  msgid " %s to access version %s security & feature updates, and support."
2823
  msgstr " %s to access version %s security & feature updates, and support."
2824
 
@@ -2836,62 +2307,42 @@ msgid "Send License Key"
2836
  msgstr "שליחת מפתח רישיון"
2837
 
2838
  #: templates/forms/resend-key.php:57
2839
- msgid ""
2840
- "Enter the email address you've used for the upgrade below and we will resend "
2841
- "you the license key."
2842
  msgstr "הזן את כתובת הדואל שאיתה שידרגת כדי לקבל את הרישיון שוב."
2843
 
2844
- #: templates/forms/subscription-cancellation.php:38
2845
- #, php-format
2846
- msgid ""
2847
- "Deactivating or uninstalling the %s will automatically disable the license, "
2848
- "which you'll be able to use on another site."
2849
- msgstr ""
2850
- "Deactivating or uninstalling the %s will automatically disable the license, "
2851
- "which you'll be able to use on another site."
2852
 
2853
- #: templates/forms/subscription-cancellation.php:48
2854
- #, php-format
2855
- msgid ""
2856
- "In case you are NOT planning on using this %s on this site (or any other "
2857
- "site) - would you like to cancel the %s as well?"
2858
- msgstr ""
2859
- "In case you are NOT planning on using this %s on this site (or any other "
2860
- "site) - would you like to cancel the %s as well?"
2861
 
2862
  #: templates/forms/subscription-cancellation.php:52
2863
  msgid "license"
2864
  msgstr "license"
2865
 
2866
- #: templates/forms/subscription-cancellation.php:58
2867
- #, php-format
2868
- msgid ""
2869
- "Cancel %s - I no longer need any security & feature updates, nor support for "
2870
- "%s because I'm not planning to use the %s on this, or any other site."
2871
- msgstr ""
2872
- "Cancel %s - I no longer need any security & feature updates, nor support for "
2873
- "%s because I'm not planning to use the %s on this, or any other site."
2874
 
2875
- #: templates/forms/subscription-cancellation.php:69
2876
- #, php-format
2877
- msgid ""
2878
- "Don't cancel %s - I'm still interested in getting security & feature "
2879
- "updates, as well as be able to contact support."
2880
- msgstr ""
2881
- "Don't cancel %s - I'm still interested in getting security & feature "
2882
- "updates, as well as be able to contact support."
 
 
 
2883
 
2884
  #: templates/forms/subscription-cancellation.php:103
2885
- #, php-format
2886
- msgid ""
2887
- "Once your license expires you will no longer be able to use the %s, unless "
2888
- "you activate it again with a valid premium license."
2889
- msgstr ""
2890
- "Once your license expires you will no longer be able to use the %s, unless "
2891
- "you activate it again with a valid premium license."
2892
 
2893
  #: templates/forms/subscription-cancellation.php:136
2894
- #, php-format
2895
  msgid "Cancel %s?"
2896
  msgstr "Cancel %s?"
2897
 
@@ -2899,64 +2350,60 @@ msgstr "Cancel %s?"
2899
  msgid "Proceed"
2900
  msgstr "Proceed"
2901
 
 
 
 
 
 
2902
  #: templates/forms/trial-start.php:22
2903
- #, php-format
2904
- msgid ""
2905
- "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2906
- msgstr ""
2907
- "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2908
 
2909
  #: templates/forms/trial-start.php:28
2910
- #, php-format
2911
- msgid ""
2912
- "For compliance with the WordPress.org guidelines, before we start the trial "
2913
- "we ask that you opt in with your user and non-sensitive site information, "
2914
- "allowing the %s to periodically send data to %s to check for version updates "
2915
- "and to validate your trial."
2916
- msgstr ""
2917
- "For compliance with the WordPress.org guidelines, before we start the trial "
2918
- "we ask that you opt in with your user and non-sensitive site information, "
2919
- "allowing the %s to periodically send data to %s to check for version updates "
2920
- "and to validate your trial."
2921
 
2922
- #: templates/js/style-premium-theme.php:37
2923
  msgid "Premium"
2924
  msgstr "Premium"
2925
 
2926
- #: templates/partials/network-activation.php:23
 
 
 
 
2927
  msgid "Activate license on all sites in the network."
2928
  msgstr "הפעלת רישיון על כל האתרים ברשת."
2929
 
2930
- #: templates/partials/network-activation.php:24
2931
  msgid "Apply on all sites in the network."
2932
  msgstr "יישום על כל האתרים ברשת."
2933
 
2934
- #: templates/partials/network-activation.php:27
2935
  msgid "Activate license on all pending sites."
2936
  msgstr "הפעלת רישיון על כל האתרים התלויים והעומדים."
2937
 
2938
- #: templates/partials/network-activation.php:28
2939
  msgid "Apply on all pending sites."
2940
  msgstr "יישום על כל האתרים התלויים והעומדים."
2941
 
2942
- #: templates/partials/network-activation.php:36
2943
- #: templates/partials/network-activation.php:68
2944
  msgid "allow"
2945
  msgstr "אפשר"
2946
 
2947
- #: templates/partials/network-activation.php:38
2948
- #: templates/partials/network-activation.php:70
2949
  msgid "delegate"
2950
  msgstr "האצל"
2951
 
2952
- #: templates/partials/network-activation.php:41
2953
- #: templates/partials/network-activation.php:73
2954
  msgid "skip"
2955
  msgstr "דלג"
2956
 
2957
- #: templates/plugin-info/description.php:72
2958
  #: templates/plugin-info/screenshots.php:31
2959
- #, php-format
2960
  msgid "Click to view full-size screenshot %d"
2961
  msgstr "Click to view full-size screenshot %d"
2962
 
@@ -2964,7 +2411,99 @@ msgstr "Click to view full-size screenshot %d"
2964
  msgid "Unlimited Updates"
2965
  msgstr "עדכונים ללא הגבלה"
2966
 
2967
- #: templates/secure-https-header.php:28
2968
- #, php-format
2969
- msgid "Secure HTTPS %s page, running from an external domain"
2970
- msgstr "Secure HTTPS %s page, running from an external domain"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  msgstr ""
8
  "Project-Id-Version: WordPress SDK\n"
9
  "Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
10
+ "POT-Creation-Date: \n"
11
+ "PO-Revision-Date: 2019-06-05 13:40+0000\n"
12
  "Last-Translator: Vova Feldman <vova@freemius.com>\n"
 
 
13
  "Language: he_IL\n"
14
+ "Language-Team: Hebrew (Israel) (http://www.transifex.com/freemius/wordpress-sdk/language/he_IL/)\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
18
+ "MIME-Version: 1.0\n"
19
  "X-Poedit-Basepath: ..\n"
20
+ "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
 
 
 
 
 
 
 
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
+ "X-Poedit-SourceCharset: UTF-8\n"
24
 
25
+ #: includes/class-freemius.php1838, templates/account.php:769
26
+ msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
27
+ msgstr "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
28
+
29
+ #: includes/class-freemius.php:1845
30
+ msgid "Would you like to proceed with the update?"
31
+ msgstr "Would you like to proceed with the update?"
32
+
33
+ #: includes/class-freemius.php:2053
34
+ msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
35
+ msgstr "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
36
 
37
+ #: includes/class-freemius.php:2055
38
  msgid "Error"
39
  msgstr "שגיאה"
40
 
41
+ #: includes/class-freemius.php:2445
 
42
  msgid "I found a better %s"
43
  msgstr "מצאתי %s יותר טוב"
44
 
45
+ #: includes/class-freemius.php:2447
 
46
  msgid "What's the %s's name?"
47
  msgstr "What's the %s's name?"
48
 
49
+ #: includes/class-freemius.php:2453
 
50
  msgid "It's a temporary %s. I'm just debugging an issue."
51
  msgstr "It's a temporary %s. I'm just debugging an issue."
52
 
53
+ #: includes/class-freemius.php:2455
54
  msgid "Deactivation"
55
  msgstr "דיאקטיבציה"
56
 
57
+ #: includes/class-freemius.php:2456
58
  msgid "Theme Switch"
59
  msgstr "החלפת תֵמָה"
60
 
61
+ #: includes/class-freemius.php2465, templates/forms/resend-key.php:24
62
  msgid "Other"
63
  msgstr "אחר"
64
 
65
+ #: includes/class-freemius.php:2473
 
66
  msgid "I no longer need the %s"
67
  msgstr "I no longer need the %s"
68
 
69
+ #: includes/class-freemius.php:2480
 
70
  msgid "I only needed the %s for a short period"
71
  msgstr "I only needed the %s for a short period"
72
 
73
+ #: includes/class-freemius.php:2486
 
74
  msgid "The %s broke my site"
75
  msgstr "ה%s הרס לי את האתר"
76
 
77
+ #: includes/class-freemius.php:2493
 
78
  msgid "The %s suddenly stopped working"
79
  msgstr "ה%s הפסיק פתאום לעבוד"
80
 
81
+ #: includes/class-freemius.php:2503
82
  msgid "I can't pay for it anymore"
83
  msgstr "אני לא יכול/ה להמשיך לשלם על זה"
84
 
85
+ #: includes/class-freemius.php:2505
86
  msgid "What price would you feel comfortable paying?"
87
  msgstr "מה המחיר שכן תרגיש\\י בנוח לשלם?"
88
 
89
+ #: includes/class-freemius.php:2511
90
  msgid "I don't like to share my information with you"
91
  msgstr "אני לא אוהב את הרעיון של שיתוף מידע איתכם"
92
 
93
+ #: includes/class-freemius.php:2532
 
94
  msgid "The %s didn't work"
95
  msgstr "ה%s לא עבד"
96
 
97
+ #: includes/class-freemius.php:2542
98
  msgid "I couldn't understand how to make it work"
99
  msgstr "לא הצלחתי להבין איך לגרום לזה לעבוד"
100
 
101
+ #: includes/class-freemius.php:2550
 
102
  msgid "The %s is great, but I need specific feature that you don't support"
103
  msgstr "The %s is great, but I need specific feature that you don't support"
104
 
105
+ #: includes/class-freemius.php:2552
106
  msgid "What feature?"
107
  msgstr "איזה פיטצ'ר?"
108
 
109
+ #: includes/class-freemius.php:2556
 
110
  msgid "The %s is not working"
111
  msgstr "ה%s לא עובד"
112
 
113
+ #: includes/class-freemius.php:2558
114
  msgid "Kindly share what didn't work so we can fix it for future users..."
115
  msgstr "אנא שתפ\\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים..."
116
 
117
+ #: includes/class-freemius.php:2562
118
  msgid "It's not what I was looking for"
119
  msgstr "חיפשתי משהו אחר"
120
 
121
+ #: includes/class-freemius.php:2564
122
  msgid "What you've been looking for?"
123
  msgstr "מה חיפשת?"
124
 
125
+ #: includes/class-freemius.php:2568
 
126
  msgid "The %s didn't work as expected"
127
  msgstr "ה%s לא עבד כמצופה"
128
 
129
+ #: includes/class-freemius.php:2570
130
  msgid "What did you expect?"
131
  msgstr "למה ציפית?"
132
 
133
+ #: includes/class-freemius.php3425, templates/debug.php:20
134
  msgid "Freemius Debug"
135
  msgstr "ניפוי תקלות פרימיוס"
136
 
137
+ #: includes/class-freemius.php:4177
138
  msgid "I don't know what is cURL or how to install it, help me!"
139
  msgstr "אין לי מושג מה זה cURL או איך להתקין אותו - אשמח לעזרה!"
140
 
141
+ #: includes/class-freemius.php:4179
142
+ msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
143
+ msgstr "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
 
 
 
 
 
144
 
145
+ #: includes/class-freemius.php:4186
146
+ msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
147
+ msgstr "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
 
 
 
 
 
 
 
 
 
 
 
148
 
149
+ #: includes/class-freemius.php:4291
150
  msgid "Yes - do your thing"
151
  msgstr "כן - בצעו את מה שצריך"
152
 
153
+ #: includes/class-freemius.php:4296
154
  msgid "No - just deactivate"
155
  msgstr "לא - פשוט כבה"
156
 
157
+ #: includes/class-freemius.php4341, includes/class-freemius.php4850,
158
+ #: includes/class-freemius.php5999, includes/class-freemius.php12682,
159
+ #: includes/class-freemius.php16045, includes/class-freemius.php16133,
160
+ #: includes/class-freemius.php16299, includes/class-freemius.php18758,
161
+ #: includes/class-freemius.php18768, includes/class-freemius.php19404,
162
+ #: includes/class-freemius.php20277, includes/class-freemius.php20392,
163
+ #: includes/class-freemius.php20536, templates/add-ons.php:54
164
  msgctxt "exclamation"
165
  msgid "Oops"
166
  msgstr "אופס"
167
 
168
+ #: includes/class-freemius.php:4410
169
+ msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
170
+ msgstr "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
 
 
 
 
 
 
 
171
 
172
+ #: includes/class-freemius.php:4847
 
173
  msgctxt "addonX cannot run without pluginY"
174
  msgid "%s cannot run without %s."
175
  msgstr "%s לא יכול לעבוד ללא %s."
176
 
177
+ #: includes/class-freemius.php:4848
 
178
  msgctxt "addonX cannot run..."
179
  msgid "%s cannot run without the plugin."
180
  msgstr "ההרחבה %s אינה יכולה לפעול ללא התוסף."
181
 
182
+ #: includes/class-freemius.php5020, includes/class-freemius.php5045,
183
+ #: includes/class-freemius.php:19475
184
+ msgid "Unexpected API error. Please contact the %s's author with the following error."
185
+ msgstr "Unexpected API error. Please contact the %s's author with the following error."
 
 
 
 
 
186
 
187
+ #: includes/class-freemius.php:5687
 
188
  msgid "Premium %s version was successfully activated."
189
  msgstr "Premium %s version was successfully activated."
190
 
191
+ #: includes/class-freemius.php5699, includes/class-freemius.php:7567
 
 
 
192
  msgctxt ""
 
 
193
  msgid "W00t"
194
  msgstr "יש"
195
 
196
+ #: includes/class-freemius.php:5714
 
197
  msgid "You have a %s license."
198
  msgstr "יש לך רישיון %s."
199
 
200
+ #: includes/class-freemius.php5718, includes/class-freemius.php15466,
201
+ #: includes/class-freemius.php15477, includes/class-freemius.php18669,
202
+ #: includes/class-freemius.php18999, includes/class-freemius.php19065,
203
+ #: includes/class-freemius.php:19229
204
  msgctxt "interjection expressing joy or exuberance"
205
  msgid "Yee-haw"
206
  msgstr "יששש"
207
 
208
+ #: includes/class-freemius.php:5982
209
+ msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
210
+ msgstr "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
 
 
 
 
 
 
 
211
 
212
+ #: includes/class-freemius.php:5986
213
+ msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
214
+ msgstr "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
 
 
 
 
 
215
 
216
+ #: includes/class-freemius.php5995, templates/add-ons.php130,
217
+ #: templates/account/partials/addon.php:343
 
218
  msgid "More information about %s"
219
  msgstr "מידע נוסף אודות %s"
220
 
221
+ #: includes/class-freemius.php:5996
222
  msgid "Purchase License"
223
  msgstr "קניית רישיון"
224
 
225
+ #: includes/class-freemius.php6931, templates/connect.php:163
226
+ msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
227
+ msgstr "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
 
 
 
 
 
228
 
229
+ #: includes/class-freemius.php:6935
230
  msgid "start the trial"
231
  msgstr "התחל תקופת ניסיון"
232
 
233
+ #: includes/class-freemius.php6936, templates/connect.php:167
234
  msgid "complete the install"
235
  msgstr "השלם התקנה"
236
 
237
+ #: includes/class-freemius.php:7049
 
238
  msgid "You are just one step away - %s"
239
  msgstr "You are just one step away - %s"
240
 
241
+ #: includes/class-freemius.php:7052
 
242
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
243
  msgid "Complete \"%s\" Activation Now"
244
  msgstr "השלם הפעלת \"%s\" עכשיו"
245
 
246
+ #: includes/class-freemius.php:7130
 
247
  msgid "We made a few tweaks to the %s, %s"
248
  msgstr "We made a few tweaks to the %s, %s"
249
 
250
+ #: includes/class-freemius.php:7134
 
251
  msgid "Opt in to make \"%s\" better!"
252
  msgstr "Opt in to make \"%s\" better!"
253
 
254
+ #: includes/class-freemius.php:7566
 
255
  msgid "The upgrade of %s was successfully completed."
256
  msgstr "The upgrade of %s was successfully completed."
257
 
258
+ #: includes/class-freemius.php9728, includes/class-fs-plugin-updater.php975,
259
+ #: includes/class-fs-plugin-updater.php1170,
260
+ #: includes/class-fs-plugin-updater.php1177,
261
+ #: templates/auto-installation.php:32
262
  msgid "Add-On"
263
  msgstr "Add-On"
264
 
265
+ #: includes/class-freemius.php9730, templates/account.php313,
266
+ #: templates/account.php321, templates/debug.php361, templates/debug.php:522
267
  msgid "Plugin"
268
  msgstr "תוסף"
269
 
270
+ #: includes/class-freemius.php9731, templates/account.php314,
271
+ #: templates/account.php322, templates/debug.php361, templates/debug.php522,
272
+ #: templates/forms/deactivation/form.php:71
273
  msgid "Theme"
274
  msgstr "תבנית"
275
 
276
+ #: includes/class-freemius.php:12148
277
+ msgid "An unknown error has occurred while trying to set the user's beta mode."
278
+ msgstr "An unknown error has occurred while trying to set the user's beta mode."
279
+
280
+ #: includes/class-freemius.php:12549
281
  msgid "Invalid site details collection."
282
  msgstr "Invalid site details collection."
283
 
284
+ #: includes/class-freemius.php:12669
285
+ msgid "We couldn't find your email address in the system, are you sure it's the right address?"
286
+ msgstr "We couldn't find your email address in the system, are you sure it's the right address?"
 
 
 
 
287
 
288
+ #: includes/class-freemius.php:12671
289
+ msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
290
+ msgstr "We can't see any active licenses associated with that email address, are you sure it's the right address?"
 
 
 
 
291
 
292
+ #: includes/class-freemius.php:12945
293
  msgid "Account is pending activation."
294
  msgstr "Account is pending activation."
295
 
296
+ #: includes/class-freemius.php13057,
297
  #: templates/forms/premium-versions-upgrade-handler.php:47
298
  msgid "Buy a license now"
299
  msgstr "Buy a license now"
300
 
301
+ #: includes/class-freemius.php13069,
302
  #: templates/forms/premium-versions-upgrade-handler.php:46
303
  msgid "Renew your license now"
304
  msgstr "Renew your license now"
305
 
306
+ #: includes/class-freemius.php:13073
 
307
  msgid "%s to access version %s security & feature updates, and support."
308
  msgstr "%s to access version %s security & feature updates, and support."
309
 
310
+ #: includes/class-freemius.php:15448
 
311
  msgid "%s activation was successfully completed."
312
  msgstr "הפעלת %s הושלמה בהצלחה."
313
 
314
+ #: includes/class-freemius.php:15462
 
315
  msgid "Your account was successfully activated with the %s plan."
316
  msgstr "חשבונך הופעל בהצלחה עם חבילת %s."
317
 
318
+ #: includes/class-freemius.php15473, includes/class-freemius.php:19061
319
  msgid "Your trial has been successfully started."
320
  msgstr "הניסיון שלך הופעל בהצלחה."
321
 
322
+ #: includes/class-freemius.php16043, includes/class-freemius.php16131,
323
+ #: includes/class-freemius.php:16297
 
324
  msgid "Couldn't activate %s."
325
  msgstr "לא ניתן להפעיל את %s."
326
 
327
+ #: includes/class-freemius.php16044, includes/class-freemius.php16132,
328
+ #: includes/class-freemius.php:16298
329
  msgid "Please contact us with the following message:"
330
  msgstr "אנא צור איתנו קשר יחד עם ההודעה הבאה:"
331
 
332
+ #: includes/class-freemius.php:16128
333
+ msgid "An unknown error has occurred."
334
+ msgstr "An unknown error has occurred."
335
+
336
+ #: includes/class-freemius.php16655, includes/class-freemius.php:21409
337
  msgid "Upgrade"
338
  msgstr "שדרג"
339
 
340
+ #: includes/class-freemius.php:16661
341
  msgid "Start Trial"
342
  msgstr "התחל תקופת ניסיון"
343
 
344
+ #: includes/class-freemius.php:16663
345
  msgid "Pricing"
346
  msgstr "מחירון"
347
 
348
+ #: includes/class-freemius.php16742, includes/class-freemius.php:16744
349
  msgid "Affiliation"
350
  msgstr "אפיליאציה"
351
 
352
+ #: includes/class-freemius.php16772, includes/class-freemius.php16774,
353
+ #: templates/account.php177, templates/debug.php:326
354
  msgid "Account"
355
  msgstr "חשבון"
356
 
357
+ #: includes/class-freemius.php16787, includes/class-freemius.php16789,
358
  #: includes/customizer/class-fs-customizer-support-section.php:60
359
  msgid "Contact Us"
360
  msgstr "יצירת קשר"
361
 
362
+ #: includes/class-freemius.php16799, includes/class-freemius.php16801,
363
+ #: includes/class-freemius.php21423, templates/account.php105,
364
+ #: templates/account/partials/addon.php:45
365
  msgid "Add-Ons"
366
  msgstr "Add-Ons"
367
 
368
+ #: includes/class-freemius.php:16835
369
  msgctxt "ASCII arrow left icon"
370
  msgid "&#x2190;"
371
  msgstr "&#x2190;"
372
 
373
+ #: includes/class-freemius.php:16835
374
  msgctxt "ASCII arrow right icon"
375
  msgid "&#x27a4;"
376
  msgstr "&#x27a4;"
377
 
378
+ #: includes/class-freemius.php16837, templates/pricing.php:102
379
  msgctxt "noun"
380
  msgid "Pricing"
381
  msgstr "מחירון"
382
 
383
+ #: includes/class-freemius.php17050,
384
  #: includes/customizer/class-fs-customizer-support-section.php:67
385
  msgid "Support Forum"
386
  msgstr "פורום תמיכה"
387
 
388
+ #: includes/class-freemius.php:17995
389
  msgid "Your email has been successfully verified - you are AWESOME!"
390
  msgstr "Your email has been successfully verified - you are AWESOME!"
391
 
392
+ #: includes/class-freemius.php:17996
393
  msgctxt "a positive response"
394
  msgid "Right on"
395
  msgstr "מעולה"
396
 
397
+ #: includes/class-freemius.php:18660
 
398
  msgid "Your %s Add-on plan was successfully upgraded."
399
  msgstr "חבילת ההרחבה %s שודרגה בהצלחה."
400
 
401
+ #: includes/class-freemius.php:18662
 
402
  msgid "%s Add-on was successfully purchased."
403
  msgstr "ההרחבה %s נרכשה בהצלחה."
404
 
405
+ #: includes/class-freemius.php:18665
406
  msgid "Download the latest version"
407
  msgstr "הורד את הגרסה האחרונה"
408
 
409
+ #: includes/class-freemius.php:18751
410
+ 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"
411
+ 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"
 
 
 
 
 
 
412
 
413
+ #: includes/class-freemius.php18757, includes/class-freemius.php19188,
414
+ #: includes/class-freemius.php:19277
415
  msgid "Error received from the server:"
416
  msgstr "הוחזרה שגיאה מהשרת:"
417
 
418
+ #: includes/class-freemius.php:18767
419
+ msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
420
+ msgstr "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
421
+
422
+ #: includes/class-freemius.php18961, includes/class-freemius.php19193,
423
+ #: includes/class-freemius.php19248, includes/class-freemius.php:19351
 
 
 
 
 
 
 
424
  msgctxt ""
 
425
  msgid "Hmm"
426
  msgstr "אממ"
427
 
428
+ #: includes/class-freemius.php:18974
429
+ 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."
430
+ 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."
 
 
 
 
 
431
 
432
+ #: includes/class-freemius.php18975, templates/account.php107,
433
+ #: templates/add-ons.php191, templates/account/partials/addon.php:47
434
  msgctxt "trial period"
435
  msgid "Trial"
436
  msgstr "ניסיון"
437
 
438
+ #: includes/class-freemius.php:18980
439
+ msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
440
+ msgstr "שידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s."
 
 
 
 
441
 
442
+ #: includes/class-freemius.php18984, includes/class-freemius.php:19043
443
  msgid "Please contact us here"
444
  msgstr "אנא צור איתנו קשר כאן"
445
 
446
+ #: includes/class-freemius.php:18995
447
+ msgid "Your plan was successfully activated."
448
+ msgstr "Your plan was successfully activated."
449
+
450
+ #: includes/class-freemius.php:18996
451
  msgid "Your plan was successfully upgraded."
452
  msgstr "החבילה שודרגה בהצלחה."
453
 
454
+ #: includes/class-freemius.php:19013
 
455
  msgid "Your plan was successfully changed to %s."
456
  msgstr "החבילה עודכנה בהצלחה אל %s."
457
 
458
+ #: includes/class-freemius.php:19029
459
+ msgid "Your license has expired. You can still continue using the free %s forever."
460
+ msgstr "Your license has expired. You can still continue using the free %s forever."
 
 
 
461
 
462
+ #: includes/class-freemius.php:19031
463
+ msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
464
+ msgstr "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
 
 
 
 
 
465
 
466
+ #: includes/class-freemius.php:19039
467
+ msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
 
 
468
  msgstr "רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה."
469
 
470
+ #: includes/class-freemius.php:19052
471
+ 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."
472
+ 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."
 
 
 
 
 
 
 
473
 
474
+ #: includes/class-freemius.php:19075
475
+ msgid "Your free trial has expired. You can still continue using all our free features."
 
 
476
  msgstr "תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש."
477
 
478
+ #: includes/class-freemius.php:19077
479
+ msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
480
+ msgstr "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
 
 
 
 
 
481
 
482
+ #: includes/class-freemius.php:19184
483
  msgid "It looks like the license could not be activated."
484
  msgstr "נראה שלא ניתן להפעיל את הרישיון."
485
 
486
+ #: includes/class-freemius.php:19226
487
  msgid "Your license was successfully activated."
488
  msgstr "הרישיון הופעל בהצלחה."
489
 
490
+ #: includes/class-freemius.php:19252
491
  msgid "It looks like your site currently doesn't have an active license."
492
  msgstr "נראה לאתר עדיין אין רישיון פעיל."
493
 
494
+ #: includes/class-freemius.php:19276
495
  msgid "It looks like the license deactivation failed."
496
  msgstr "נראה שניתוק הרישיון נכשל."
497
 
498
+ #: includes/class-freemius.php:19304
 
499
  msgid "Your license was successfully deactivated, you are back to the %s plan."
500
  msgstr "רישיונך נותק בהצלחה, חזרת לחבילת %s"
501
 
502
+ #: includes/class-freemius.php:19305
503
  msgid "O.K"
504
  msgstr "אוקיי"
505
 
506
+ #: includes/class-freemius.php:19358
507
+ msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
508
+ msgstr "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
 
 
 
 
509
 
510
+ #: includes/class-freemius.php:19367
511
+ msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
512
+ msgstr "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
 
 
 
 
 
513
 
514
+ #: includes/class-freemius.php:19409
 
515
  msgid "You are already running the %s in a trial mode."
516
  msgstr "You are already running the %s in a trial mode."
517
 
518
+ #: includes/class-freemius.php:19420
519
  msgid "You already utilized a trial before."
520
  msgstr "הניסיון כבר נוצל בעבר."
521
 
522
+ #: includes/class-freemius.php:19434
 
523
  msgid "Plan %s do not exist, therefore, can't start a trial."
524
  msgstr "החבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון."
525
 
526
+ #: includes/class-freemius.php:19445
 
527
  msgid "Plan %s does not support a trial period."
528
  msgstr "תוכנית %s אינה תומכת בתקופת ניסיון."
529
 
530
+ #: includes/class-freemius.php:19456
 
531
  msgid "None of the %s's plans supports a trial period."
532
  msgstr "None of the %s's plans supports a trial period."
533
 
534
+ #: includes/class-freemius.php:19506
535
+ msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
536
+ msgstr "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
 
 
 
 
537
 
538
+ #: includes/class-freemius.php:19542
539
+ msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
540
+ msgstr "נראה שיש תקלה זמנית המונעת את ביטול הניסיון. אנא נסו שוב בעוד כמה דקות."
 
 
 
541
 
542
+ #: includes/class-freemius.php:19561
 
543
  msgid "Your %s free trial was successfully cancelled."
544
  msgstr "תקופת הניסיון החינמית של %s בוטלה בהצלחה."
545
 
546
+ #: includes/class-freemius.php:19877
 
547
  msgid "Version %s was released."
548
  msgstr "גרסה %s הושקה."
549
 
550
+ #: includes/class-freemius.php:19877
 
551
  msgid "Please download %s."
552
  msgstr "נא להוריד את %s."
553
 
554
+ #: includes/class-freemius.php:19884
 
555
  msgid "the latest %s version here"
556
  msgstr "גרסת ה-%s האחרונה כאן"
557
 
558
+ #: includes/class-freemius.php:19889
559
  msgid "New"
560
  msgstr "חדש"
561
 
562
+ #: includes/class-freemius.php:19894
563
  msgid "Seems like you got the latest release."
564
  msgstr "נראה שיש לך את הגרסה האחרונה."
565
 
566
+ #: includes/class-freemius.php:19895
567
  msgid "You are all good!"
568
  msgstr "את\\ה מסודר!"
569
 
570
+ #: includes/class-freemius.php:20165
571
+ msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
572
+ msgstr "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
 
 
 
 
 
573
 
574
+ #: includes/class-freemius.php:20304
575
  msgid "Site successfully opted in."
576
  msgstr "Site successfully opted in."
577
 
578
+ #: includes/class-freemius.php20305, includes/class-freemius.php:21125
579
  msgid "Awesome"
580
  msgstr "אדיר"
581
 
582
+ #: includes/class-freemius.php20321, templates/forms/optout.php:32
583
+ msgid "We appreciate your help in making the %s better by letting us track some usage data."
584
+ msgstr "We appreciate your help in making the %s better by letting us track some usage data."
 
 
 
 
 
585
 
586
+ #: includes/class-freemius.php:20322
587
  msgid "Thank you!"
588
  msgstr "תודה רבה!"
589
 
590
+ #: includes/class-freemius.php:20329
 
591
  msgid "We will no longer be sending any usage data of %s on %s to %s."
592
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
593
 
594
+ #: includes/class-freemius.php:20458
595
+ 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."
596
+ 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."
 
 
 
 
 
 
 
597
 
598
+ #: includes/class-freemius.php:20464
599
+ msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
600
+ msgstr "תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי."
 
 
 
 
601
 
602
+ #: includes/class-freemius.php:20469
 
603
  msgid "%s is the new owner of the account."
604
  msgstr "%s הינו הבעלים החד של חשבון זה."
605
 
606
+ #: includes/class-freemius.php:20471
607
  msgctxt "as congratulations"
608
  msgid "Congrats"
609
  msgstr "מזל טוב"
610
 
611
+ #: includes/class-freemius.php:20491
612
+ msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
613
+ msgstr "Sorry, we could not complete the email update. Another user with the same email is already registered."
 
 
 
 
614
 
615
+ #: includes/class-freemius.php:20492
616
+ msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
617
+ msgstr "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
 
 
 
 
 
618
 
619
+ #: includes/class-freemius.php:20499
620
  msgid "Change Ownership"
621
  msgstr "עדכון בעלות"
622
 
623
+ #: includes/class-freemius.php:20507
624
+ msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
625
+ msgstr "כתובת הדואל שלך עודכנה בהצלחה. הודעת אישור אמורה להתקבל בדואל שלך ברגעים הקרובים."
 
 
 
 
626
 
627
+ #: includes/class-freemius.php:20519
628
  msgid "Please provide your full name."
629
  msgstr "נא למלא את שמך המלא."
630
 
631
+ #: includes/class-freemius.php:20524
632
  msgid "Your name was successfully updated."
633
  msgstr "שמך עודכן בהצלחה."
634
 
635
+ #: includes/class-freemius.php:20585
 
636
  msgid "You have successfully updated your %s."
637
  msgstr "עידכנת בהצלחה את ה%s."
638
 
639
+ #: includes/class-freemius.php:20725
640
+ msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
641
+ msgstr "Just letting you know that the add-ons information of %s is being pulled from an external server."
 
 
 
 
 
642
 
643
+ #: includes/class-freemius.php:20726
644
  msgctxt "advance notice of something that will need attention."
645
  msgid "Heads up"
646
  msgstr "לתשמות לבך"
647
 
648
+ #: includes/class-freemius.php:21165
649
  msgctxt "exclamation"
650
  msgid "Hey"
651
  msgstr "היי"
652
 
653
+ #: includes/class-freemius.php:21165
654
+ msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
655
+ msgstr "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
 
 
 
 
 
656
 
657
+ #: includes/class-freemius.php:21173
 
658
  msgid "No commitment for %s days - cancel anytime!"
659
  msgstr "ללא התחייבות ל-%s ימין - בטלו בכל רגע!"
660
 
661
+ #: includes/class-freemius.php:21174
662
  msgid "No credit card required"
663
  msgstr "לא נדרש כרטיס אשראי"
664
 
665
+ #: includes/class-freemius.php21181, templates/forms/trial-start.php:53
666
  msgctxt "call to action"
667
  msgid "Start free trial"
668
  msgstr "התחלת ניסיון חינם"
669
 
670
+ #: includes/class-freemius.php:21258
671
+ 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!"
672
+ 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!"
 
 
 
 
 
673
 
674
+ #: includes/class-freemius.php:21267
675
  msgid "Learn more"
676
  msgstr "Learn more"
677
 
678
+ #: includes/class-freemius.php21447, templates/account.php474,
679
+ #: templates/account.php595, templates/connect.php171,
680
+ #: templates/connect.php421, templates/forms/license-activation.php25,
681
+ #: templates/account/partials/addon.php:287
682
  msgid "Activate License"
683
  msgstr "הפעלת רישיון"
684
 
685
+ #: includes/class-freemius.php21448, templates/account.php543,
686
+ #: templates/account.php594, templates/account/partials/site.php:256
687
  msgid "Change License"
688
  msgstr "שינוי רישיון"
689
 
690
+ #: includes/class-freemius.php21539, templates/account/partials/site.php:161
691
  msgid "Opt Out"
692
  msgstr "Opt Out"
693
 
694
+ #: includes/class-freemius.php21541, includes/class-freemius.php21547,
695
+ #: templates/account/partials/site.php43,
696
  #: templates/account/partials/site.php:161
697
  msgid "Opt In"
698
  msgstr "Opt In"
699
 
700
+ #: includes/class-freemius.php:21775
701
+ msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
702
+ msgstr " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
 
 
 
 
 
703
 
704
+ #: includes/class-freemius.php:21783
 
705
  msgid "Activate %s features"
706
  msgstr "Activate %s features"
707
 
708
+ #: includes/class-freemius.php:21796
709
  msgid "Please follow these steps to complete the upgrade"
710
  msgstr "נא לבצע את הצעדים הבאים להשלמת השידרוג"
711
 
712
+ #: includes/class-freemius.php:21800
 
713
  msgid "Download the latest %s version"
714
  msgstr "הורד\\י את גרסת ה-%s העדכנית"
715
 
716
+ #: includes/class-freemius.php:21804
717
  msgid "Upload and activate the downloaded version"
718
  msgstr "העלה\\י והפעיל\\י את הגרסה שהורדת"
719
 
720
+ #: includes/class-freemius.php:21806
721
  msgid "How to upload and activate?"
722
  msgstr "איך להעלות ולהפעיל?"
723
 
724
+ #: includes/class-freemius.php:21940
725
+ msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
726
+ msgstr "%sClick here%s to choose the sites where you'd like to activate the license on."
 
 
 
 
 
727
 
728
+ #: includes/class-freemius.php:22101
729
  msgid "Auto installation only works for opted-in users."
730
  msgstr "Auto installation only works for opted-in users."
731
 
732
+ #: includes/class-freemius.php22111, includes/class-freemius.php22144,
733
+ #: includes/class-fs-plugin-updater.php1149,
734
+ #: includes/class-fs-plugin-updater.php:1163
735
  msgid "Invalid module ID."
736
  msgstr "מזהה המודול לא תקני."
737
 
738
+ #: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
739
  msgid "Premium version already active."
740
  msgstr "הגרסה בתשלום כבר פעילה."
741
 
742
+ #: includes/class-freemius.php:22127
743
  msgid "You do not have a valid license to access the premium version."
744
  msgstr "אין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום."
745
 
746
+ #: includes/class-freemius.php:22134
747
+ msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
748
+ msgstr "Plugin is a \"Serviceware\" which means it does not have a premium code version."
 
 
 
 
749
 
750
+ #: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
751
  msgid "Premium add-on version already installed."
752
  msgstr "Premium add-on version already installed."
753
 
754
+ #: includes/class-freemius.php:22497
755
  msgid "View paid features"
756
  msgstr "צפה בפיטצ'רים שבתשלום"
757
 
758
+ #: includes/class-freemius.php:22819
 
759
  msgid "Thank you so much for using %s and its add-ons!"
760
  msgstr "Thank you so much for using %s and its add-ons!"
761
 
762
+ #: includes/class-freemius.php:22820
 
763
  msgid "Thank you so much for using %s!"
764
  msgstr "אנו מודים לך על היותך כמשתמש של %s!"
765
 
766
+ #: includes/class-freemius.php:22826
767
+ msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
768
+ msgstr "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
 
 
 
 
 
769
 
770
+ #: includes/class-freemius.php:22830
771
  msgid "Thank you so much for using our products!"
772
  msgstr "אנו מודים לך על השימוש במוצרים שלנו!"
773
 
774
+ #: includes/class-freemius.php:22831
775
+ msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
776
+ msgstr "You've already opted-in to our usage-tracking, which helps us keep improving them."
 
 
 
 
777
 
778
+ #: includes/class-freemius.php:22850
 
779
  msgid "%s and its add-ons"
780
  msgstr "%s and its add-ons"
781
 
782
+ #: includes/class-freemius.php:22859
783
  msgid "Products"
784
  msgstr "מוצרים"
785
 
786
+ #: includes/class-freemius.php22866, templates/connect.php:272
787
  msgid "Yes"
788
  msgstr "כן"
789
 
790
+ #: includes/class-freemius.php22867, templates/connect.php:273
791
  msgid "send me security & feature updates, educational content and offers."
792
  msgstr "תשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים."
793
 
794
+ #: includes/class-freemius.php22868, templates/connect.php:278
795
  msgid "No"
796
  msgstr "לא"
797
 
798
+ #: includes/class-freemius.php22870, templates/connect.php:280
799
+ msgid "do %sNOT%s send me security & feature updates, educational content and offers."
800
+ msgstr "%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים."
 
 
 
 
801
 
802
+ #: includes/class-freemius.php:22880
803
+ 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 :-)"
804
+ 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 :-)"
 
 
 
 
 
 
 
805
 
806
+ #: includes/class-freemius.php22882, templates/connect.php:287
807
+ msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
808
+ msgstr "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
 
 
 
 
809
 
810
+ #: includes/class-freemius.php:23164
811
  msgid "License key is empty."
812
  msgstr "מפתח הרישיון ריק."
813
 
814
+ #: includes/class-fs-plugin-updater.php184,
815
  #: templates/forms/premium-versions-upgrade-handler.php:57
816
  msgid "Renew license"
817
  msgstr "חידוש רישיון"
818
 
819
+ #: includes/class-fs-plugin-updater.php189,
820
  #: templates/forms/premium-versions-upgrade-handler.php:58
821
  msgid "Buy license"
822
  msgstr "Buy license"
823
 
824
+ #: includes/class-fs-plugin-updater.php280,
825
+ #: includes/class-fs-plugin-updater.php:313
826
  msgid "There is a %s of %s available."
827
  msgstr "There is a %s of %s available."
828
 
829
+ #: includes/class-fs-plugin-updater.php282,
830
+ #: includes/class-fs-plugin-updater.php:318
831
+ msgid "new Beta version"
832
+ msgstr "new Beta version"
833
+
834
+ #: includes/class-fs-plugin-updater.php283,
835
+ #: includes/class-fs-plugin-updater.php:319
836
  msgid "new version"
837
  msgstr "new version"
838
 
839
+ #: includes/class-fs-plugin-updater.php:342
840
  msgid "Important Upgrade Notice:"
841
  msgstr "Important Upgrade Notice:"
842
 
843
+ #: includes/class-fs-plugin-updater.php:1214
 
844
  msgid "Installing plugin: %s"
845
  msgstr "Installing plugin: %s"
846
 
847
+ #: includes/class-fs-plugin-updater.php:1255
848
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
849
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
850
 
851
+ #: includes/class-fs-plugin-updater.php:1437
852
+ msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
853
+ msgstr "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
854
 
855
+ #: includes/fs-plugin-info-dialog.php:509
856
+ msgid "Purchase More"
857
+ msgstr "Purchase More"
858
 
859
+ #: includes/fs-plugin-info-dialog.php510,
860
+ #: templates/account/partials/addon.php:347
861
  msgctxt "verb"
862
  msgid "Purchase"
863
  msgstr "רכישה"
864
 
865
+ #: includes/fs-plugin-info-dialog.php:514
 
866
  msgid "Start my free %s"
867
  msgstr "התחל את %s הניסיון שלי"
868
 
869
+ #: includes/fs-plugin-info-dialog.php:712
870
+ msgid "Install Free Version Update Now"
871
+ msgstr "התקן עדכון גרסה חינאמית עכשיו"
872
+
873
+ #: includes/fs-plugin-info-dialog.php713, templates/account.php:534
874
+ msgid "Install Update Now"
875
+ msgstr "התקן עדכון במיידי"
876
+
877
+ #: includes/fs-plugin-info-dialog.php:722
878
  msgid "Install Free Version Now"
879
  msgstr "התקן גרסה חינאמית עכשיו"
880
 
881
+ #: includes/fs-plugin-info-dialog.php723, templates/add-ons.php262,
882
+ #: templates/auto-installation.php111,
883
+ #: templates/account/partials/addon.php327,
884
+ #: templates/account/partials/addon.php:379
885
  msgid "Install Now"
886
  msgstr "התקן עכשיו"
887
 
888
+ #: includes/fs-plugin-info-dialog.php:739
889
  msgctxt "as download latest version"
890
  msgid "Download Latest Free Version"
891
  msgstr "Download Latest Free Version"
892
 
893
+ #: includes/fs-plugin-info-dialog.php740, templates/account.php85,
894
+ #: templates/add-ons.php34, templates/account/partials/addon.php:25
895
  msgctxt "as download latest version"
896
  msgid "Download Latest"
897
  msgstr "הורד גרסה אחרונה"
898
 
899
+ #: includes/fs-plugin-info-dialog.php755, templates/add-ons.php268,
900
+ #: templates/account/partials/addon.php318,
901
+ #: templates/account/partials/addon.php:373
902
+ msgid "Activate this add-on"
903
+ msgstr "הפעל את ההרחבה"
 
 
 
 
 
 
 
 
 
 
 
 
904
 
905
+ #: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
906
+ msgid "Activate Free Version"
907
+ msgstr "הפעלת גירסה חינאמית"
908
 
909
+ #: includes/fs-plugin-info-dialog.php758, templates/account.php109,
910
+ #: templates/add-ons.php269, templates/account/partials/addon.php:49
911
+ msgid "Activate"
912
+ msgstr "הפעלה"
913
 
914
+ #: includes/fs-plugin-info-dialog.php:968
915
  msgctxt "Plugin installer section title"
916
  msgid "Description"
917
  msgstr "תיאור"
918
 
919
+ #: includes/fs-plugin-info-dialog.php:969
920
  msgctxt "Plugin installer section title"
921
  msgid "Installation"
922
  msgstr "התקנה"
923
 
924
+ #: includes/fs-plugin-info-dialog.php:970
925
  msgctxt "Plugin installer section title"
926
  msgid "FAQ"
927
  msgstr "שאלות נפוצות"
928
 
929
+ #: includes/fs-plugin-info-dialog.php971,
930
  #: templates/plugin-info/description.php:55
931
  msgid "Screenshots"
932
  msgstr "צילומי מסך"
933
 
934
+ #: includes/fs-plugin-info-dialog.php:972
935
  msgctxt "Plugin installer section title"
936
  msgid "Changelog"
937
  msgstr "לוג שינויים"
938
 
939
+ #: includes/fs-plugin-info-dialog.php:973
940
  msgctxt "Plugin installer section title"
941
  msgid "Reviews"
942
  msgstr "ביקורות"
943
 
944
+ #: includes/fs-plugin-info-dialog.php:974
945
  msgctxt "Plugin installer section title"
946
  msgid "Other Notes"
947
  msgstr "היערות נוספות"
948
 
949
+ #: includes/fs-plugin-info-dialog.php:989
950
  msgctxt "Plugin installer section title"
951
  msgid "Features & Pricing"
952
  msgstr "פיטצ'רים ומחירים"
953
 
954
+ #: includes/fs-plugin-info-dialog.php:999
955
  msgid "Plugin Install"
956
  msgstr "התקנת תוסף"
957
 
958
+ #: includes/fs-plugin-info-dialog.php:1071
 
959
  msgctxt "e.g. Professional Plan"
960
  msgid "%s Plan"
961
  msgstr "חבילה %s"
962
 
963
+ #: includes/fs-plugin-info-dialog.php:1097
964
  msgctxt "e.g. the best product"
965
  msgid "Best"
966
  msgstr "הכי טוב"
967
 
968
+ #: includes/fs-plugin-info-dialog.php1103,
969
+ #: includes/fs-plugin-info-dialog.php:1123
970
  msgctxt "as every month"
971
  msgid "Monthly"
972
  msgstr "חודשי"
973
 
974
+ #: includes/fs-plugin-info-dialog.php:1106
975
  msgctxt "as once a year"
976
  msgid "Annual"
977
  msgstr "שנתי"
978
 
979
+ #: includes/fs-plugin-info-dialog.php:1109
980
  msgid "Lifetime"
981
  msgstr "לכל החיים"
982
 
983
+ #: includes/fs-plugin-info-dialog.php1123,
984
+ #: includes/fs-plugin-info-dialog.php1125,
985
+ #: includes/fs-plugin-info-dialog.php:1127
 
986
  msgctxt "e.g. billed monthly"
987
  msgid "Billed %s"
988
  msgstr "מחוייב על בסיס %s"
989
 
990
+ #: includes/fs-plugin-info-dialog.php:1125
991
  msgctxt "as once a year"
992
  msgid "Annually"
993
  msgstr "שנתי"
994
 
995
+ #: includes/fs-plugin-info-dialog.php:1127
996
  msgctxt "as once a year"
997
  msgid "Once"
998
  msgstr "פעם אחת"
999
 
1000
+ #: includes/fs-plugin-info-dialog.php:1133
1001
  msgid "Single Site License"
1002
  msgstr "רשיון לאתר אחד"
1003
 
1004
+ #: includes/fs-plugin-info-dialog.php:1135
1005
  msgid "Unlimited Licenses"
1006
  msgstr "רשיונות ללא הגבלה"
1007
 
1008
+ #: includes/fs-plugin-info-dialog.php:1137
 
1009
  msgid "Up to %s Sites"
1010
  msgstr "עד %s אתרים"
1011
 
1012
+ #: includes/fs-plugin-info-dialog.php1147,
1013
+ #: templates/plugin-info/features.php:82
1014
  msgctxt "as monthly period"
1015
  msgid "mo"
1016
  msgstr "חודשים"
1017
 
1018
+ #: includes/fs-plugin-info-dialog.php1154,
1019
+ #: templates/plugin-info/features.php:80
1020
  msgctxt "as annual period"
1021
  msgid "year"
1022
  msgstr "שנה"
1023
 
1024
+ #: includes/fs-plugin-info-dialog.php:1208
1025
  msgctxt "noun"
1026
  msgid "Price"
1027
  msgstr "מחיר"
1028
 
1029
+ #: includes/fs-plugin-info-dialog.php:1256
 
1030
  msgid "Save %s"
1031
  msgstr "שמירת %s"
1032
 
1033
+ #: includes/fs-plugin-info-dialog.php:1266
 
1034
  msgid "No commitment for %s - cancel anytime"
1035
  msgstr "No commitment for %s - cancel anytime"
1036
 
1037
+ #: includes/fs-plugin-info-dialog.php:1269
 
1038
  msgid "After your free %s, pay as little as %s"
1039
  msgstr "After your free %s, pay as little as %s"
1040
 
1041
+ #: includes/fs-plugin-info-dialog.php:1280
1042
  msgid "Details"
1043
  msgstr "פרטים"
1044
 
1045
+ #: includes/fs-plugin-info-dialog.php1284, templates/account.php96,
1046
+ #: templates/debug.php203, templates/debug.php240, templates/debug.php454,
1047
+ #: templates/account/partials/addon.php:36
1048
  msgctxt "product version"
1049
  msgid "Version"
1050
  msgstr "גרסה"
1051
 
1052
+ #: includes/fs-plugin-info-dialog.php:1291
1053
  msgctxt "as the plugin author"
1054
  msgid "Author"
1055
  msgstr "Author"
1056
 
1057
+ #: includes/fs-plugin-info-dialog.php:1298
1058
  msgid "Last Updated"
1059
  msgstr "עודכן לאחרונה"
1060
 
1061
+ #: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
 
1062
  msgctxt "x-ago"
1063
  msgid "%s ago"
1064
  msgstr "לפני %s"
1065
 
1066
+ #: includes/fs-plugin-info-dialog.php:1312
1067
  msgid "Requires WordPress Version"
1068
  msgstr "Requires WordPress Version"
1069
 
1070
+ #: includes/fs-plugin-info-dialog.php:1313
 
1071
  msgid "%s or higher"
1072
  msgstr "%s ומעלה"
1073
 
1074
+ #: includes/fs-plugin-info-dialog.php:1320
1075
  msgid "Compatible up to"
1076
  msgstr "Compatible up to"
1077
 
1078
+ #: includes/fs-plugin-info-dialog.php:1328
1079
  msgid "Downloaded"
1080
  msgstr "Downloaded"
1081
 
1082
+ #: includes/fs-plugin-info-dialog.php:1332
 
1083
  msgid "%s time"
1084
  msgstr "פעם %s"
1085
 
1086
+ #: includes/fs-plugin-info-dialog.php:1334
 
1087
  msgid "%s times"
1088
  msgstr "%s פעמים"
1089
 
1090
+ #: includes/fs-plugin-info-dialog.php:1344
1091
  msgid "WordPress.org Plugin Page"
1092
  msgstr "WordPress.org Plugin Page"
1093
 
1094
+ #: includes/fs-plugin-info-dialog.php:1352
1095
  msgid "Plugin Homepage"
1096
  msgstr "עמוד התוסף"
1097
 
1098
+ #: includes/fs-plugin-info-dialog.php1360,
1099
+ #: includes/fs-plugin-info-dialog.php:1442
1100
  msgid "Donate to this plugin"
1101
  msgstr "תרום לתוסף"
1102
 
1103
+ #: includes/fs-plugin-info-dialog.php:1367
1104
  msgid "Average Rating"
1105
  msgstr "דירוג ממוצע"
1106
 
1107
+ #: includes/fs-plugin-info-dialog.php:1374
 
1108
  msgid "based on %s"
1109
  msgstr "מבוסס על %s"
1110
 
1111
+ #: includes/fs-plugin-info-dialog.php:1378
 
1112
  msgid "%s rating"
1113
  msgstr "דרוג %s"
1114
 
1115
+ #: includes/fs-plugin-info-dialog.php:1380
 
1116
  msgid "%s ratings"
1117
  msgstr "%s דרוגים"
1118
 
1119
+ #: includes/fs-plugin-info-dialog.php:1395
 
1120
  msgid "%s star"
1121
  msgstr "כוכב %s"
1122
 
1123
+ #: includes/fs-plugin-info-dialog.php:1397
 
1124
  msgid "%s stars"
1125
  msgstr "%s כוכבים"
1126
 
1127
+ #: includes/fs-plugin-info-dialog.php:1408
 
1128
  msgid "Click to see reviews that provided a rating of %s"
1129
  msgstr "Click to see reviews that provided a rating of %s"
1130
 
1131
+ #: includes/fs-plugin-info-dialog.php:1421
1132
  msgid "Contributors"
1133
  msgstr "תורמים"
1134
 
1135
+ #: includes/fs-plugin-info-dialog.php1450,
1136
+ #: includes/fs-plugin-info-dialog.php:1452
1137
  msgid "Warning"
1138
  msgstr "Warning"
1139
 
1140
+ #: includes/fs-plugin-info-dialog.php:1450
1141
  msgid "This plugin has not been tested with your current version of WordPress."
1142
  msgstr "תוסף זה לא נבדק עם גרסת הוורדפרס שלך."
1143
 
1144
+ #: includes/fs-plugin-info-dialog.php:1452
1145
+ msgid "This plugin has not been marked as compatible with your version of WordPress."
 
1146
  msgstr "התוסף לא סומן כתואם לגרסת הוורדפרס שלך."
1147
 
1148
+ #: includes/fs-plugin-info-dialog.php:1471
1149
  msgid "Paid add-on must be deployed to Freemius."
1150
  msgstr "Paid add-on must be deployed to Freemius."
1151
 
1152
+ #: includes/fs-plugin-info-dialog.php:1472
1153
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1154
  msgstr "Add-on must be deployed to WordPress.org or Freemius."
1155
 
1156
+ #: includes/fs-plugin-info-dialog.php:1493
1157
+ msgid "Newer Version (%s) Installed"
1158
+ msgstr "גרסה חדשה (%s) הותקנה"
1159
+
1160
+ #: includes/fs-plugin-info-dialog.php:1494
1161
+ msgid "Newer Free Version (%s) Installed"
1162
+ msgstr "Newer Free Version (%s) Installed"
1163
+
1164
+ #: includes/fs-plugin-info-dialog.php:1501
1165
+ msgid "Latest Version Installed"
1166
+ msgstr "הגרסה האחרונה הותקנה"
1167
+
1168
+ #: includes/fs-plugin-info-dialog.php:1502
1169
+ msgid "Latest Free Version Installed"
1170
+ msgstr "גרסה חינאמית עדכנית הותקנה"
1171
+
1172
+ #: templates/account.php86, templates/forms/subscription-cancellation.php96,
1173
+ #: templates/account/partials/addon.php26,
1174
  #: templates/account/partials/site.php:295
 
1175
  msgid "Downgrading your plan"
1176
  msgstr "Downgrading your plan"
1177
 
1178
+ #: templates/account.php87, templates/forms/subscription-cancellation.php97,
1179
+ #: templates/account/partials/addon.php27,
1180
  #: templates/account/partials/site.php:296
 
1181
  msgid "Cancelling the subscription"
1182
  msgstr "Cancelling the subscription"
1183
 
1184
+ #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
1185
+ #. subscription'
1186
+ #: templates/account.php:89
1187
+ msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
1188
+ msgstr "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
 
 
 
 
 
1189
 
1190
+ #: templates/account.php90, templates/forms/subscription-cancellation.php100,
1191
+ #: templates/account/partials/addon.php30,
1192
  #: templates/account/partials/site.php:299
1193
+ 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."
1194
+ 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."
 
 
 
 
 
 
 
 
 
1195
 
1196
+ #: templates/account.php91, templates/forms/subscription-cancellation.php106,
1197
+ #: templates/account/partials/addon.php:31
1198
+ msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
1199
+ msgstr "ביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת להמשיך?"
 
 
 
 
1200
 
1201
+ #: templates/account.php92, templates/forms/subscription-cancellation.php101,
1202
+ #: templates/account/partials/addon.php32,
1203
  #: templates/account/partials/site.php:300
1204
+ msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
1205
+ msgstr "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
 
 
 
 
 
 
1206
 
1207
+ #: templates/account.php93, templates/forms/subscription-cancellation.php102,
1208
+ #: templates/account/partials/addon.php33,
1209
  #: templates/account/partials/site.php:301
1210
+ msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
1211
+ msgstr "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
 
 
 
 
 
 
1212
 
1213
+ #. translators: %s: Plan title (e.g. "Professional")
1214
+ #: templates/account.php95,
1215
+ #: templates/account/partials/activate-license-button.php31,
1216
+ #: templates/account/partials/addon.php:35
1217
  msgid "Activate %s Plan"
1218
  msgstr "הפעל חבילה %s"
1219
 
1220
+ #. translators: %s: Time period (e.g. Auto renews in "2 months")
1221
+ #: templates/account.php98, templates/account/partials/addon.php38,
1222
  #: templates/account/partials/site.php:275
 
1223
  msgid "Auto renews in %s"
1224
  msgstr "עדכן אוטומטית בעוד %s"
1225
 
1226
+ #. translators: %s: Time period (e.g. Expires in "2 months")
1227
+ #: templates/account.php100, templates/account/partials/addon.php40,
1228
  #: templates/account/partials/site.php:277
 
1229
  msgid "Expires in %s"
1230
  msgstr "פג תוקף בעוד %s"
1231
 
1232
+ #: templates/account.php101, templates/account/partials/addon.php:41
1233
  msgctxt "as synchronize license"
1234
  msgid "Sync License"
1235
  msgstr "סינכרן רישיון"
1236
 
1237
+ #: templates/account.php102, templates/account/partials/addon.php:42
1238
  msgid "Cancel Trial"
1239
  msgstr "ביט"
1240
 
1241
+ #: templates/account.php103, templates/account/partials/addon.php:43
1242
  msgid "Change Plan"
1243
  msgstr "שינוי חבילה"
1244
 
1245
+ #: templates/account.php104, templates/account/partials/addon.php:44
1246
  msgctxt "verb"
1247
  msgid "Upgrade"
1248
  msgstr "שדרג"
1249
 
1250
+ #: templates/account.php106, templates/account/partials/addon.php46,
1251
  #: templates/account/partials/site.php:302
1252
  msgctxt "verb"
1253
  msgid "Downgrade"
1254
  msgstr "שנמך"
1255
 
1256
+ #: templates/account.php108, templates/add-ons.php187,
1257
+ #: templates/plugin-info/features.php72,
1258
+ #: templates/account/partials/addon.php48,
1259
+ #: templates/account/partials/site.php:31
1260
  msgid "Free"
1261
  msgstr "חינם"
1262
 
1263
+ #: templates/account.php110, templates/debug.php373,
1264
+ #: includes/customizer/class-fs-customizer-upsell-control.php106,
1265
+ #: templates/account/partials/addon.php:50
1266
+ msgctxt "as product pricing plan"
1267
+ msgid "Plan"
1268
+ msgstr "חבילה"
1269
 
1270
+ #: templates/account.php:111
1271
+ msgid "Bundle Plan"
1272
+ msgstr "Bundle Plan"
1273
+
1274
+ #: templates/account.php:185
1275
  msgid "Free Trial"
1276
  msgstr "ניסיון חינם"
1277
 
1278
+ #: templates/account.php:196
1279
  msgid "Account Details"
1280
  msgstr "פרטי חשבון"
1281
 
1282
+ #: templates/account.php:200
1283
+ msgid "Billing & Invoices"
1284
+ msgstr "Billing & Invoices"
 
 
 
 
 
 
 
 
 
1285
 
1286
+ #: templates/account.php:210
1287
+ 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?"
1288
+ 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?"
1289
+
1290
+ #: templates/account.php:212
1291
+ 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?"
1292
+ 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?"
 
1293
 
1294
+ #: templates/account.php:215
1295
  msgid "Delete Account"
1296
  msgstr "מחיקת חשבון"
1297
 
1298
+ #: templates/account.php227, templates/account/partials/addon.php211,
1299
  #: templates/account/partials/deactivate-license-button.php:35
1300
  msgid "Deactivate License"
1301
  msgstr "שיחרור רישיון"
1302
 
1303
+ #: templates/account.php250, templates/forms/subscription-cancellation.php:125
1304
  msgid "Are you sure you want to proceed?"
1305
  msgstr "האם את/ה בטוח רוצה להמשיך?"
1306
 
1307
+ #: templates/account.php250, templates/account/partials/addon.php:234
1308
  msgid "Cancel Subscription"
1309
  msgstr "בטל מנוי"
1310
 
1311
+ #: templates/account.php:278
1312
  msgctxt "as synchronize"
1313
  msgid "Sync"
1314
  msgstr "סינכרון"
1315
 
1316
+ #: templates/account.php292, templates/debug.php:489
1317
  msgid "Name"
1318
  msgstr "שם"
1319
 
1320
+ #: templates/account.php298, templates/debug.php:490
1321
  msgid "Email"
1322
  msgstr "דוא\"ל"
1323
 
1324
+ #: templates/account.php305, templates/debug.php372, templates/debug.php:528
1325
  msgid "User ID"
1326
  msgstr "מזהה משתמש"
1327
 
1328
+ #: templates/account.php322, templates/account.php608,
1329
+ #: templates/account.php653, templates/debug.php238, templates/debug.php366,
1330
+ #: templates/debug.php451, templates/debug.php488, templates/debug.php526,
1331
+ #: templates/debug.php599, templates/account/payments.php35,
1332
+ #: templates/debug/logger.php:21
1333
+ msgid "ID"
1334
+ msgstr "מזהה"
1335
+
1336
+ #: templates/account.php:329
1337
  msgid "Site ID"
1338
  msgstr "מזהה אתר"
1339
 
1340
+ #: templates/account.php:332
1341
  msgid "No ID"
1342
  msgstr "אין מזהה"
1343
 
1344
+ #: templates/account.php337, templates/debug.php245, templates/debug.php374,
1345
+ #: templates/debug.php455, templates/debug.php492,
1346
+ #: templates/account/partials/site.php:219
1347
  msgid "Public Key"
1348
  msgstr "מפתח פומבי"
1349
 
1350
+ #: templates/account.php343, templates/debug.php375, templates/debug.php456,
1351
+ #: templates/debug.php493, templates/account/partials/site.php:231
1352
  msgid "Secret Key"
1353
  msgstr "מפתח סודי"
1354
 
1355
+ #: templates/account.php:346
1356
  msgctxt "as secret encryption key missing"
1357
  msgid "No Secret"
1358
  msgstr "אין מפתח סודי"
1359
 
1360
+ #: templates/account.php373, templates/account/partials/site.php112,
1361
  #: templates/account/partials/site.php:114
1362
  msgid "Trial"
1363
  msgstr "ניסיון"
1364
 
1365
+ #: templates/account.php400, templates/debug.php533,
1366
+ #: templates/account/partials/site.php:248
1367
  msgid "License Key"
1368
  msgstr "License Key"
1369
 
1370
+ #: templates/account.php:429
1371
+ msgid "Join the Beta program"
1372
+ msgstr "Join the Beta program"
1373
+
1374
+ #: templates/account.php:435
1375
  msgid "not verified"
1376
  msgstr "לא מאומת"
1377
 
1378
+ #: templates/account.php444, templates/account/partials/addon.php:172
1379
  msgid "Expired"
1380
  msgstr "פג תוקף"
1381
 
1382
+ #: templates/account.php:502
1383
  msgid "Premium version"
1384
  msgstr "גירסת פרימיום"
1385
 
1386
+ #: templates/account.php:504
1387
  msgid "Free version"
1388
  msgstr "גירסה חינאמית"
1389
 
1390
+ #: templates/account.php:516
1391
  msgid "Verify Email"
1392
  msgstr "אמת כתובת דוא\"ל"
1393
 
1394
+ #: templates/account.php:527
 
1395
  msgid "Download %s Version"
1396
  msgstr "הורד גרסת %s"
1397
 
1398
+ #: templates/account.php541, templates/account.php749,
1399
+ #: templates/account/partials/site.php237,
1400
  #: templates/account/partials/site.php:255
1401
  msgctxt "verb"
1402
  msgid "Show"
1403
  msgstr "הצג"
1404
 
1405
+ #: templates/account.php:555
 
1406
  msgid "What is your %s?"
1407
  msgstr "מה ה%s שלך?"
1408
 
1409
+ #: templates/account.php563, templates/account/billing.php:21
1410
  msgctxt "verb"
1411
  msgid "Edit"
1412
  msgstr "ערוך"
1413
 
1414
+ #: templates/account.php:588
1415
  msgid "Sites"
1416
  msgstr "אתרים"
1417
 
1418
+ #: templates/account.php:599
1419
  msgid "Search by address"
1420
  msgstr "חפש לפי כתובת"
1421
 
1422
+ #: templates/account.php609, templates/debug.php:369
 
 
 
 
 
 
 
 
1423
  msgid "Address"
1424
  msgstr "כתובת"
1425
 
1426
+ #: templates/account.php:610
1427
  msgid "License"
1428
  msgstr "רישיון"
1429
 
1430
+ #: templates/account.php:611
1431
  msgid "Plan"
1432
  msgstr "חבילה"
1433
 
1434
+ #: templates/account.php:656
1435
  msgctxt "as software license"
1436
  msgid "License"
1437
  msgstr "רישיון"
1438
 
1439
+ #: templates/account.php:743
1440
  msgctxt "verb"
1441
  msgid "Hide"
1442
  msgstr "הסתר"
1443
 
1444
+ #: templates/account.php:765
1445
+ msgid "Processing"
1446
+ msgstr "Processing"
1447
+
1448
+ #: templates/account.php:768
1449
+ msgid "Get updates for bleeding edge Beta versions of %s."
1450
+ msgstr "Get updates for bleeding edge Beta versions of %s."
1451
+
1452
+ #: templates/account.php:826
1453
  msgid "Cancelling %s"
1454
  msgstr "Cancelling %s"
1455
 
1456
+ #: templates/account.php826, templates/account.php843,
1457
+ #: templates/forms/subscription-cancellation.php27,
1458
+ #: templates/forms/deactivation/form.php:133
1459
  msgid "trial"
1460
  msgstr "trial"
1461
 
1462
+ #: templates/account.php841, templates/forms/deactivation/form.php:150
 
1463
  msgid "Cancelling %s..."
1464
  msgstr "Cancelling %s..."
1465
 
1466
+ #: templates/account.php844, templates/forms/subscription-cancellation.php28,
1467
+ #: templates/forms/deactivation/form.php:134
1468
  msgid "subscription"
1469
  msgstr "subscription"
1470
 
1471
+ #: templates/account.php:858
1472
+ 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?"
1473
+ msgstr "ביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?"
 
 
 
 
1474
 
1475
+ #: templates/add-ons.php:35
1476
+ msgid "View details"
1477
+ msgstr "פרטים נוספים"
 
1478
 
1479
+ #: templates/add-ons.php:45
1480
+ msgid "Add Ons for %s"
1481
+ msgstr "הרחבות עבור %s"
1482
 
1483
+ #: templates/add-ons.php:55
1484
+ 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."
1485
+ 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."
1486
 
1487
+ #: templates/add-ons.php:173
1488
+ msgctxt "active add-on"
1489
+ msgid "Active"
1490
+ msgstr "Active"
1491
 
1492
+ #: templates/add-ons.php:174
1493
+ msgctxt "installed add-on"
1494
+ msgid "Installed"
1495
+ msgstr "Installed"
 
1496
 
1497
+ #: templates/admin-notice.php13, templates/forms/license-activation.php209,
1498
+ #: templates/forms/resend-key.php:77
1499
+ msgctxt "as close a window"
1500
+ msgid "Dismiss"
1501
+ msgstr "סגירה"
1502
 
1503
+ #: templates/auto-installation.php:45
1504
+ msgid "%s sec"
1505
+ msgstr "%s שניות"
1506
 
1507
+ #: templates/auto-installation.php:83
1508
+ msgid "Automatic Installation"
1509
+ msgstr "התקנה אוטומטית"
1510
 
1511
+ #: templates/auto-installation.php:93
1512
+ 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."
1513
+ msgstr "הורדה והתקנה אוטומטית של %s (גרסה בתשלום) מ-%2$s תתחיל בעוד %3$s. אם ברצונך לבצע את ההתקנה ידנית - לחץ על כפתור הביטול עכשיו."
1514
 
1515
+ #: templates/auto-installation.php:104
1516
+ 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."
1517
+ msgstr "תהליך ההתקנה התחיל ויכול לקחת מספר דקות לסיום. אנא המתינו בסבלנות עד לסיום מבלי לרענן את הדפדפן."
1518
 
1519
+ #: templates/auto-installation.php:109
1520
+ msgid "Cancel Installation"
1521
+ msgstr "בטל התקנה"
1522
 
1523
+ #: templates/checkout.php:180
1524
+ msgid "Checkout"
1525
+ msgstr "Checkout"
1526
 
1527
+ #: templates/checkout.php:180
1528
+ msgid "PCI compliant"
1529
+ msgstr "עומד בתקן PCI"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1530
 
1531
+ #. translators: %s: name (e.g. Hey John,)
1532
  #: templates/connect.php:112
 
1533
  msgctxt "greeting"
1534
  msgid "Hey %s,"
1535
  msgstr "היי %s,"
1543
  msgstr "שליחה חוזרת של מייל האקטיבציה"
1544
 
1545
  #: templates/connect.php:162
 
1546
  msgid "Thanks %s!"
1547
  msgstr "תודה %s!"
1548
 
1549
+ #: templates/connect.php172, templates/forms/license-activation.php:44
1550
  msgid "Agree & Activate License"
1551
  msgstr "הסכמה והפעלת רישיון"
1552
 
1553
  #: templates/connect.php:181
1554
+ msgid "Thanks for purchasing %s! To get started, please enter your license key:"
1555
+ msgstr "Thanks for purchasing %s! To get started, please enter your license key:"
 
 
 
1556
 
1557
  #: templates/connect.php:188
1558
+ 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."
1559
+ 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."
 
 
 
 
 
 
 
1560
 
1561
  #: templates/connect.php:189
1562
+ msgid "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
1563
+ msgstr "Never miss an important update - opt in to our security and feature updates notifications, and non-sensitive diagnostic tracking with %4$s."
 
 
 
 
 
1564
 
1565
  #: templates/connect.php:195
1566
+ 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."
1567
+ 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."
 
 
 
 
 
 
 
 
 
1568
 
1569
  #: templates/connect.php:196
1570
+ 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."
1571
+ 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."
 
 
 
 
 
 
 
1572
 
1573
  #: templates/connect.php:230
1574
  msgid "We're excited to introduce the Freemius network-level integration."
1575
  msgstr "We're excited to introduce the Freemius network-level integration."
1576
 
1577
  #: templates/connect.php:233
1578
+ msgid "During the update process we detected %d site(s) that are still pending license activation."
1579
+ msgstr "During the update process we detected %d site(s) that are still pending license activation."
 
 
 
 
 
1580
 
1581
  #: templates/connect.php:235
1582
+ msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
1583
+ msgstr "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
 
 
 
 
 
1584
 
1585
  #: templates/connect.php:237
 
1586
  msgid "%s's paid features"
1587
  msgstr "%s's paid features"
1588
 
1589
  #: templates/connect.php:242
1590
+ msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
1591
+ msgstr "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
 
 
 
 
 
1592
 
1593
  #: templates/connect.php:244
1594
+ msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
1595
+ msgstr "During the update process we detected %s site(s) in the network that are still pending your attention."
 
 
 
 
 
1596
 
1597
+ #: templates/connect.php253, templates/forms/license-activation.php:47
1598
  msgid "License key"
1599
  msgstr "מפתח רישיון"
1600
 
1601
+ #: templates/connect.php256, templates/forms/license-activation.php:20
1602
  msgid "Can't find your license key?"
1603
  msgstr "האם אינך מוצא את מפתח הרישיון?"
1604
 
1605
+ #: templates/connect.php315, templates/connect.php652,
1606
  #: templates/forms/deactivation/retry-skip.php:20
1607
  msgctxt "verb"
1608
  msgid "Skip"
1613
  msgstr "האצלה למנהלי האתרים"
1614
 
1615
  #: templates/connect.php:318
1616
+ msgid "If you click it, this decision will be delegated to the sites administrators."
1617
+ msgstr "If you click it, this decision will be delegated to the sites administrators."
 
 
1618
 
1619
  #: templates/connect.php:346
1620
  msgid "Your Profile Overview"
1636
  msgid "Admin Notices"
1637
  msgstr "התראות מנהל"
1638
 
1639
+ #: templates/connect.php359, templates/connect.php:375
1640
  msgid "Updates, announcements, marketing, no spam"
1641
  msgstr "עדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבל"
1642
 
1643
  #: templates/connect.php:364
 
1644
  msgid "Current %s Events"
1645
  msgstr "Current %s Events"
1646
 
1652
  msgid "Newsletter"
1653
  msgstr "ניוסלטר"
1654
 
1655
+ #: templates/connect.php391, templates/forms/license-activation.php:39
1656
+ 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."
1657
+ 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."
 
 
 
 
 
1658
 
1659
  #: templates/connect.php:396
1660
  msgid "What permissions are being granted?"
1664
  msgid "Don't have a license key?"
1665
  msgstr "האם אין ברשותך מפתח רישיון?"
1666
 
 
 
 
 
1667
  #: templates/connect.php:420
1668
  msgid "Have a license key?"
1669
  msgstr "האם ברשותך רישיון?"
1680
  msgid "Terms of Service"
1681
  msgstr "תנאי השירות"
1682
 
1683
+ #: templates/connect.php:805
1684
  msgctxt "as in the process of sending an email"
1685
  msgid "Sending email"
1686
  msgstr "שולח דוא\"ל"
1687
 
1688
+ #: templates/connect.php:806
1689
  msgctxt "as activating plugin"
1690
  msgid "Activating"
1691
  msgstr "מפעיל"
1713
  msgid "Debugging"
1714
  msgstr "דיבוג"
1715
 
1716
+ #: templates/debug.php54, templates/debug.php250, templates/debug.php376,
1717
  #: templates/debug.php:494
1718
  msgid "Actions"
1719
  msgstr "פעולות"
1767
  msgid "SDK Path"
1768
  msgstr "מיקום SDK"
1769
 
1770
+ #: templates/debug.php205, templates/debug.php:244
1771
  msgid "Module Path"
1772
  msgstr "Module Path"
1773
 
1775
  msgid "Is Active"
1776
  msgstr "האם פעיל"
1777
 
1778
+ #: templates/debug.php234, templates/debug/plugins-themes-sync.php:35
1779
  msgid "Plugins"
1780
  msgstr "תוספים"
1781
 
1782
+ #: templates/debug.php234, templates/debug/plugins-themes-sync.php:56
1783
  msgid "Themes"
1784
  msgstr "תבניות"
1785
 
1786
+ #: templates/debug.php239, templates/debug.php371, templates/debug.php453,
1787
  #: templates/debug/scheduled-crons.php:80
1788
  msgid "Slug"
1789
  msgstr "מזהה כתובת"
1790
 
1791
+ #: templates/debug.php241, templates/debug.php:452
1792
  msgid "Title"
1793
  msgstr "כותרת"
1794
 
1828
  msgstr "סמלוץ עדכון לרשת"
1829
 
1830
  #: templates/debug.php:360
 
1831
  msgid "%s Installs"
1832
  msgstr "%s התקנות"
1833
 
1836
  msgid "Sites"
1837
  msgstr "אתרים"
1838
 
1839
+ #: templates/debug.php368, templates/account/partials/site.php:148
1840
+ msgid "Blog ID"
1841
+ msgstr "מזהה בלוג"
1842
+
1843
+ #: templates/debug.php433, templates/debug.php511,
1844
+ #: templates/account/partials/addon.php:396
1845
+ msgctxt "verb"
1846
+ msgid "Delete"
1847
+ msgstr "מחק"
1848
+
1849
  #: templates/debug.php:447
 
1850
  msgid "Add Ons of module %s"
1851
  msgstr "Add Ons of module %s"
1852
 
1859
  msgstr "מאומת"
1860
 
1861
  #: templates/debug.php:522
 
1862
  msgid "%s Licenses"
1863
  msgstr "%s Licenses"
1864
 
1899
  msgid "All Requests"
1900
  msgstr "כל הבקשות"
1901
 
1902
+ #: templates/debug.php573, templates/debug.php602,
1903
  #: templates/debug/logger.php:25
1904
  msgid "File"
1905
  msgstr "קובץ"
1906
 
1907
+ #: templates/debug.php574, templates/debug.php600,
1908
  #: templates/debug/logger.php:23
1909
  msgid "Function"
1910
  msgstr "פונקציה"
1917
  msgid "Logger"
1918
  msgstr "Logger"
1919
 
1920
+ #: templates/debug.php577, templates/debug.php601,
1921
  #: templates/debug/logger.php:24
1922
  msgid "Message"
1923
  msgstr "הודעה"
1930
  msgid "Download"
1931
  msgstr "הורדה"
1932
 
1933
+ #: templates/debug.php598, templates/debug/logger.php:22
1934
  msgid "Type"
1935
  msgstr "סוג"
1936
 
1937
+ #: templates/debug.php603, templates/debug/logger.php:26
1938
  msgid "Timestamp"
1939
  msgstr "Timestamp"
1940
 
1941
+ #: templates/secure-https-header.php:28
1942
+ msgid "Secure HTTPS %s page, running from an external domain"
1943
+ msgstr "Secure HTTPS %s page, running from an external domain"
1944
+
1945
+ #: includes/customizer/class-fs-customizer-support-section.php55,
1946
+ #: templates/plugin-info/features.php:43
1947
+ msgid "Support"
1948
+ msgstr "תמיכה"
1949
+
1950
+ #: includes/debug/class-fs-debug-bar-panel.php48,
1951
+ #: templates/debug/api-calls.php54, templates/debug/logger.php:62
1952
+ msgctxt "milliseconds"
1953
+ msgid "ms"
1954
+ msgstr "ms"
1955
+
1956
+ #: includes/debug/debug-bar-start.php:41
1957
+ msgid "Freemius API"
1958
+ msgstr "Freemius API"
1959
+
1960
+ #: includes/debug/debug-bar-start.php:42
1961
+ msgid "Requests"
1962
+ msgstr "Requests"
1963
+
1964
+ #: templates/account/billing.php:22
1965
+ msgctxt "verb"
1966
+ msgid "Update"
1967
+ msgstr "עדכן"
1968
+
1969
+ #: templates/account/billing.php:33
1970
+ msgid "Billing"
1971
+ msgstr "בילינג"
1972
+
1973
+ #: templates/account/billing.php38, templates/account/billing.php:38
1974
+ msgid "Business name"
1975
+ msgstr "שם עסק"
1976
+
1977
+ #: templates/account/billing.php39, templates/account/billing.php:39
1978
+ msgid "Tax / VAT ID"
1979
+ msgstr "ח.פ."
1980
+
1981
+ #: templates/account/billing.php42, templates/account/billing.php42,
1982
+ #: templates/account/billing.php43, templates/account/billing.php:43
1983
+ msgid "Address Line %d"
1984
+ msgstr "כתובת %s"
1985
+
1986
+ #: templates/account/billing.php46, templates/account/billing.php:46
1987
+ msgid "City"
1988
+ msgstr "עיר"
1989
+
1990
+ #: templates/account/billing.php46, templates/account/billing.php:46
1991
+ msgid "Town"
1992
+ msgstr "כפר"
1993
+
1994
+ #: templates/account/billing.php47, templates/account/billing.php:47
1995
+ msgid "ZIP / Postal Code"
1996
+ msgstr "מיקוד / תא דואר"
1997
+
1998
+ #: templates/account/billing.php:302
1999
+ msgid "Country"
2000
+ msgstr "מדינה"
2001
+
2002
+ #: templates/account/billing.php:304
2003
+ msgid "Select Country"
2004
+ msgstr "בחר מדינה"
2005
+
2006
+ #: templates/account/billing.php311, templates/account/billing.php:312
2007
+ msgid "State"
2008
+ msgstr "מחוז/מדינה"
2009
+
2010
+ #: templates/account/billing.php311, templates/account/billing.php:312
2011
+ msgid "Province"
2012
+ msgstr "פרובינציה"
2013
+
2014
+ #: templates/account/payments.php:29
2015
+ msgid "Payments"
2016
+ msgstr "תשלומים"
2017
+
2018
+ #: templates/account/payments.php:36
2019
+ msgid "Date"
2020
+ msgstr "תאריך"
2021
+
2022
+ #: templates/account/payments.php:37
2023
+ msgid "Amount"
2024
+ msgstr "סכום"
2025
+
2026
+ #: templates/account/payments.php38, templates/account/payments.php:50
2027
+ msgid "Invoice"
2028
+ msgstr "חשבונית"
2029
+
2030
  #: templates/debug/api-calls.php:56
2031
  msgid "API"
2032
  msgstr "API"
2068
  msgid "Log"
2069
  msgstr "Log"
2070
 
2071
+ #. translators: %s: time period (e.g. In "2 hours")
2072
+ #: templates/debug/plugins-themes-sync.php18,
2073
  #: templates/debug/scheduled-crons.php:91
 
2074
  msgid "In %s"
2075
  msgstr "בעוד %s"
2076
 
2077
+ #. translators: %s: time period (e.g. "2 hours" ago)
2078
+ #: templates/debug/plugins-themes-sync.php20,
2079
  #: templates/debug/scheduled-crons.php:93
 
2080
  msgid "%s ago"
2081
  msgstr "לפני %s"
2082
 
2083
+ #: templates/debug/plugins-themes-sync.php21,
2084
  #: templates/debug/scheduled-crons.php:74
2085
  msgctxt "seconds"
2086
  msgid "sec"
2094
  msgid "Total"
2095
  msgstr "Total"
2096
 
2097
+ #: templates/debug/plugins-themes-sync.php29,
2098
  #: templates/debug/scheduled-crons.php:84
2099
  msgid "Last"
2100
  msgstr "Last"
2128
  msgstr "Apply to become an affiliate"
2129
 
2130
  #: templates/forms/affiliation.php:104
2131
+ msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
2132
+ msgstr "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
 
 
 
 
 
2133
 
2134
  #: templates/forms/affiliation.php:119
2135
+ 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."
2136
+ 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."
 
 
 
 
2137
 
2138
  #: templates/forms/affiliation.php:122
2139
  msgid "Your affiliation account was temporarily suspended."
2140
  msgstr "Your affiliation account was temporarily suspended."
2141
 
2142
  #: templates/forms/affiliation.php:125
2143
+ 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."
2144
+ 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."
 
 
 
 
 
 
2145
 
2146
  #: templates/forms/affiliation.php:128
2147
+ msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
2148
+ msgstr "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
 
 
 
 
2149
 
2150
  #: templates/forms/affiliation.php:141
 
2151
  msgid "Like the %s? Become our ambassador and earn cash ;-)"
2152
  msgstr "Like the %s? Become our ambassador and earn cash ;-)"
2153
 
2154
  #: templates/forms/affiliation.php:142
2155
+ msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
2156
+ msgstr "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
 
 
 
 
 
2157
 
2158
  #: templates/forms/affiliation.php:145
2159
  msgid "Program Summary"
2160
  msgstr "Program Summary"
2161
 
2162
  #: templates/forms/affiliation.php:147
 
2163
  msgid "%s commission when a customer purchases a new license."
2164
  msgstr "%s commission when a customer purchases a new license."
2165
 
2168
  msgstr "Get commission for automated subscription renewals."
2169
 
2170
  #: templates/forms/affiliation.php:152
2171
+ msgid "%s tracking cookie after the first visit to maximize earnings potential."
2172
+ msgstr "%s tracking cookie after the first visit to maximize earnings potential."
 
 
 
2173
 
2174
  #: templates/forms/affiliation.php:155
2175
  msgid "Unlimited commissions."
2176
  msgstr "Unlimited commissions."
2177
 
2178
  #: templates/forms/affiliation.php:157
 
2179
  msgid "%s minimum payout amount."
2180
  msgstr "%s minimum payout amount."
2181
 
2184
  msgstr "Payouts are in USD and processed monthly via PayPal."
2185
 
2186
  #: templates/forms/affiliation.php:159
2187
+ msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
2188
+ msgstr "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
 
 
 
 
2189
 
2190
  #: templates/forms/affiliation.php:162
2191
  msgid "Affiliate"
2192
  msgstr "Affiliate"
2193
 
2194
+ #: templates/forms/affiliation.php165, templates/forms/resend-key.php:23
2195
  msgid "Email address"
2196
  msgstr "כתובת דוא\"ל"
2197
 
2204
  msgstr "PayPal account email address"
2205
 
2206
  #: templates/forms/affiliation.php:177
 
2207
  msgid "Where are you going to promote the %s?"
2208
  msgstr "Where are you going to promote the %s?"
2209
 
2210
  #: templates/forms/affiliation.php:179
2211
+ msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
2212
+ msgstr "Enter the domain of your website or other websites from where you plan to promote the %s."
 
 
 
 
 
2213
 
2214
  #: templates/forms/affiliation.php:181
2215
  msgid "Add another domain"
2240
  msgstr "Website, email, and social media statistics (optional)"
2241
 
2242
  #: templates/forms/affiliation.php:210
2243
+ 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)."
2244
+ 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)."
 
 
 
 
 
 
2245
 
2246
  #: templates/forms/affiliation.php:214
2247
  msgid "How will you promote us?"
2248
  msgstr "How will you promote us?"
2249
 
2250
  #: templates/forms/affiliation.php:217
2251
+ msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2252
+ msgstr "Please provide details on how you intend to promote %s (please be as specific as possible)."
 
 
 
 
 
2253
 
2254
+ #: templates/forms/affiliation.php223, templates/forms/resend-key.php:22
2255
  msgid "Cancel"
2256
  msgstr "בטל"
2257
 
2259
  msgid "Become an affiliate"
2260
  msgstr "Become an affiliate"
2261
 
2262
+ #: templates/forms/license-activation.php:21
2263
+ msgid "Please enter the license key that you received in the email right after the purchase:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2264
  msgstr "אנא הזן את הרישיון שקיבלת לתיבת הדואל שלך לאחר השלמת הרכישה."
2265
 
2266
+ #: templates/forms/license-activation.php:26
2267
  msgid "Update License"
2268
  msgstr "עדכון רישיון"
2269
 
2278
  msgstr "Opt In"
2279
 
2280
  #: templates/forms/optout.php:33
2281
+ 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."
2282
+ 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."
 
 
 
 
 
 
 
2283
 
2284
  #: templates/forms/optout.php:35
2285
+ msgid "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
2286
+ msgstr "By clicking \"Opt Out\", we will no longer be sending any data from %s to %s."
 
 
 
2287
 
2288
  #: templates/forms/premium-versions-upgrade-handler.php:40
 
2289
  msgid "There is a new version of %s available."
2290
  msgstr "יש גרסה חדשה עבור ה%s."
2291
 
2292
  #: templates/forms/premium-versions-upgrade-handler.php:41
 
2293
  msgid " %s to access version %s security & feature updates, and support."
2294
  msgstr " %s to access version %s security & feature updates, and support."
2295
 
2307
  msgstr "שליחת מפתח רישיון"
2308
 
2309
  #: templates/forms/resend-key.php:57
2310
+ msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
 
 
2311
  msgstr "הזן את כתובת הדואל שאיתה שידרגת כדי לקבל את הרישיון שוב."
2312
 
2313
+ #: templates/forms/subscription-cancellation.php:37
2314
+ msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
2315
+ msgstr "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
 
 
 
 
 
2316
 
2317
+ #: templates/forms/subscription-cancellation.php:47
2318
+ 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?"
2319
+ 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?"
 
 
 
 
 
2320
 
2321
  #: templates/forms/subscription-cancellation.php:52
2322
  msgid "license"
2323
  msgstr "license"
2324
 
2325
+ #: templates/forms/subscription-cancellation.php:57
2326
+ 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."
2327
+ 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."
 
 
 
 
 
2328
 
2329
+ #: templates/forms/subscription-cancellation.php:68
2330
+ msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2331
+ msgstr "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
2332
+
2333
+ #. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the
2334
+ #. subscription'
2335
+ #: templates/forms/subscription-cancellation.php99,
2336
+ #: templates/account/partials/addon.php29,
2337
+ #: templates/account/partials/site.php:298
2338
+ msgid "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2339
+ msgstr "%1$s will immediately stop all future recurring payments and your %s plan license will expire in %s."
2340
 
2341
  #: templates/forms/subscription-cancellation.php:103
2342
+ 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."
2343
+ 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."
 
 
 
 
 
2344
 
2345
  #: templates/forms/subscription-cancellation.php:136
 
2346
  msgid "Cancel %s?"
2347
  msgstr "Cancel %s?"
2348
 
2350
  msgid "Proceed"
2351
  msgstr "Proceed"
2352
 
2353
+ #: templates/forms/subscription-cancellation.php191,
2354
+ #: templates/forms/deactivation/form.php:171
2355
+ msgid "Cancel %s & Proceed"
2356
+ msgstr "Cancel %s & Proceed"
2357
+
2358
  #: templates/forms/trial-start.php:22
2359
+ msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
2360
+ msgstr "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
 
 
 
2361
 
2362
  #: templates/forms/trial-start.php:28
2363
+ 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."
2364
+ 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."
 
 
 
 
 
 
 
 
 
2365
 
2366
+ #: templates/js/style-premium-theme.php:39
2367
  msgid "Premium"
2368
  msgstr "Premium"
2369
 
2370
+ #: templates/js/style-premium-theme.php:42
2371
+ msgid "Beta"
2372
+ msgstr "Beta"
2373
+
2374
+ #: templates/partials/network-activation.php:27
2375
  msgid "Activate license on all sites in the network."
2376
  msgstr "הפעלת רישיון על כל האתרים ברשת."
2377
 
2378
+ #: templates/partials/network-activation.php:28
2379
  msgid "Apply on all sites in the network."
2380
  msgstr "יישום על כל האתרים ברשת."
2381
 
2382
+ #: templates/partials/network-activation.php:31
2383
  msgid "Activate license on all pending sites."
2384
  msgstr "הפעלת רישיון על כל האתרים התלויים והעומדים."
2385
 
2386
+ #: templates/partials/network-activation.php:32
2387
  msgid "Apply on all pending sites."
2388
  msgstr "יישום על כל האתרים התלויים והעומדים."
2389
 
2390
+ #: templates/partials/network-activation.php40,
2391
+ #: templates/partials/network-activation.php:74
2392
  msgid "allow"
2393
  msgstr "אפשר"
2394
 
2395
+ #: templates/partials/network-activation.php43,
2396
+ #: templates/partials/network-activation.php:77
2397
  msgid "delegate"
2398
  msgstr "האצל"
2399
 
2400
+ #: templates/partials/network-activation.php47,
2401
+ #: templates/partials/network-activation.php:81
2402
  msgid "skip"
2403
  msgstr "דלג"
2404
 
2405
+ #: templates/plugin-info/description.php72,
2406
  #: templates/plugin-info/screenshots.php:31
 
2407
  msgid "Click to view full-size screenshot %d"
2408
  msgstr "Click to view full-size screenshot %d"
2409
 
2411
  msgid "Unlimited Updates"
2412
  msgstr "עדכונים ללא הגבלה"
2413
 
2414
+ #: templates/account/partials/activate-license-button.php:46
2415
+ msgid "Localhost"
2416
+ msgstr "שרת לוקאלי"
2417
+
2418
+ #: templates/account/partials/activate-license-button.php:50
2419
+ msgctxt "as 5 licenses left"
2420
+ msgid "%s left"
2421
+ msgstr "נשארו %s"
2422
+
2423
+ #: templates/account/partials/activate-license-button.php:51
2424
+ msgid "Last license"
2425
+ msgstr "רישיון אחרון"
2426
+
2427
+ #: templates/account/partials/addon.php:167
2428
+ msgid "Cancelled"
2429
+ msgstr "בוטל"
2430
+
2431
+ #: templates/account/partials/addon.php:177
2432
+ msgid "No expiration"
2433
+ msgstr "ללא תפוגה"
2434
+
2435
+ #: templates/account/partials/site.php:181
2436
+ msgid "Owner Name"
2437
+ msgstr "שם הבעלים"
2438
+
2439
+ #: templates/account/partials/site.php:193
2440
+ msgid "Owner Email"
2441
+ msgstr "מייל הבעלים"
2442
+
2443
+ #: templates/account/partials/site.php:205
2444
+ msgid "Owner ID"
2445
+ msgstr "מזהה הבעלים"
2446
+
2447
+ #: templates/account/partials/site.php:270
2448
+ msgid "Subscription"
2449
+ msgstr "מנוי"
2450
+
2451
+ #: templates/forms/deactivation/contact.php:19
2452
+ msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
2453
+ msgstr "מצטערים על חוסר הנעימות, אנחנו כאן כדי לעזור אם תאפשר\\י זאת."
2454
+
2455
+ #: templates/forms/deactivation/contact.php:22
2456
+ msgid "Contact Support"
2457
+ msgstr "צור קשר"
2458
+
2459
+ #: templates/forms/deactivation/form.php:64
2460
+ msgid "Anonymous feedback"
2461
+ msgstr "פידבק אנונימי"
2462
+
2463
+ #: templates/forms/deactivation/form.php:70
2464
+ msgid "Deactivate"
2465
+ msgstr "כיבוי"
2466
+
2467
+ #: templates/forms/deactivation/form.php:72
2468
+ msgid "Activate %s"
2469
+ msgstr "Activate %s"
2470
+
2471
+ #: templates/forms/deactivation/form.php:87
2472
+ msgid "Quick Feedback"
2473
+ msgstr "Quick Feedback"
2474
+
2475
+ #: templates/forms/deactivation/form.php:91
2476
+ msgid "If you have a moment, please let us know why you are %s"
2477
+ msgstr "If you have a moment, please let us know why you are %s"
2478
+
2479
+ #: templates/forms/deactivation/form.php:91
2480
+ msgid "deactivating"
2481
+ msgstr "deactivating"
2482
+
2483
+ #: templates/forms/deactivation/form.php:91
2484
+ msgid "switching"
2485
+ msgstr "switching"
2486
+
2487
+ #: templates/forms/deactivation/form.php:365
2488
+ msgid "Submit & %s"
2489
+ msgstr "Submit & %s"
2490
+
2491
+ #: templates/forms/deactivation/form.php:386
2492
+ msgid "Kindly tell us the reason so we can improve."
2493
+ msgstr "אנא שתף את הסיבה כדי שנוכל להשתפר."
2494
+
2495
+ #: templates/forms/deactivation/form.php:511
2496
+ msgid "Yes - %s"
2497
+ msgstr "Yes - %s"
2498
+
2499
+ #: templates/forms/deactivation/form.php:518
2500
+ msgid "Skip & %s"
2501
+ msgstr "דלג ו%s"
2502
+
2503
+ #: templates/forms/deactivation/retry-skip.php:21
2504
+ msgid "Click here to use the plugin anonymously"
2505
+ msgstr "Click here to use the plugin anonymously"
2506
+
2507
+ #: templates/forms/deactivation/retry-skip.php:23
2508
+ msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
2509
+ msgstr "אולי פספסת את זה אבל אינך חייב\\ת לשתף כל מידע איתנו, ביכולתך %s על שיתוף המידע."
freemius/languages/freemius-hu_HU.mo CHANGED
Binary file
freemius/languages/freemius-hu_HU.po CHANGED
@@ -6,1961 +6,1529 @@ 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: 2019-05-04 16:17+0200\n"
10
- "PO-Revision-Date: 2019-05-04 16:17+0200\n"
11
- "Last-Translator: Peter Ambrus\n"
12
- "Language-Team: Hungarian (Hungary) (http://www.transifex.com/freemius/"
13
- "wordpress-sdk/language/hu_HU/)\n"
14
  "Language: hu_HU\n"
15
- "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
19
  "X-Poedit-Basepath: ..\n"
20
- "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;"
21
- "fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;"
22
- "fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;"
23
- "fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;"
24
- "fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;"
25
- "fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
26
- "X-Poedit-SourceCharset: UTF-8\n"
27
- "X-Generator: Poedit 2.2.1\n"
28
  "X-Poedit-SearchPath-0: .\n"
29
  "X-Poedit-SearchPathExcluded-0: *.js\n"
 
30
 
31
- #: includes/class-freemius.php:1688
32
- msgid ""
33
- "Freemius SDK couldn't find the plugin's main file. Please contact "
34
- "sdk@freemius.com with the current error."
35
- msgstr ""
36
- "Freemius SDK couldn't find the plugin's main file. Please contact "
37
- "sdk@freemius.com with the current error."
 
 
 
 
38
 
39
- #: includes/class-freemius.php:1690
40
  msgid "Error"
41
  msgstr "Hiba"
42
 
43
- #: includes/class-freemius.php:2011
44
- #, php-format
45
  msgid "I found a better %s"
46
  msgstr "Jobb %st találtam"
47
 
48
- #: includes/class-freemius.php:2013
49
- #, php-format
50
  msgid "What's the %s's name?"
51
  msgstr "Mi a %s neve?"
52
 
53
- #: includes/class-freemius.php:2019
54
- #, php-format
55
  msgid "It's a temporary %s. I'm just debugging an issue."
56
  msgstr "Ez csak egy ideiglenes %s. Egy hibát kell megoldanom."
57
 
58
- #: includes/class-freemius.php:2021
59
  msgid "Deactivation"
60
  msgstr "Deaktiválás"
61
 
62
- #: includes/class-freemius.php:2022
63
  msgid "Theme Switch"
64
  msgstr "Sablon váltás"
65
 
66
- #: includes/class-freemius.php:2031 templates/forms/resend-key.php:24
67
  msgid "Other"
68
  msgstr "Egyéb"
69
 
70
- #: includes/class-freemius.php:2039
71
- #, php-format
72
  msgid "I no longer need the %s"
73
  msgstr "I no longer need the %s"
74
 
75
- #: includes/class-freemius.php:2046
76
- #, php-format
77
  msgid "I only needed the %s for a short period"
78
  msgstr "I only needed the %s for a short period"
79
 
80
- #: includes/class-freemius.php:2052
81
- #, php-format
82
  msgid "The %s broke my site"
83
  msgstr "The %s broke my site"
84
 
85
- #: includes/class-freemius.php:2059
86
- #, php-format
87
  msgid "The %s suddenly stopped working"
88
  msgstr "The %s suddenly stopped working"
89
 
90
- #: includes/class-freemius.php:2069
91
  msgid "I can't pay for it anymore"
92
  msgstr "Nem tudom tovább fizetni"
93
 
94
- #: includes/class-freemius.php:2071
95
  msgid "What price would you feel comfortable paying?"
96
  msgstr "Mi lenne az elfogadható ár, amit tudnál fizetni?"
97
 
98
- #: includes/class-freemius.php:2077
99
  msgid "I don't like to share my information with you"
100
  msgstr "Nem szeretném megosztani veletek az információt"
101
 
102
- #: includes/class-freemius.php:2098
103
- #, php-format
104
  msgid "The %s didn't work"
105
  msgstr "A %s nem működött"
106
 
107
- #: includes/class-freemius.php:2108
108
  msgid "I couldn't understand how to make it work"
109
  msgstr "Nem értettem, hogy kell használni"
110
 
111
- #: includes/class-freemius.php:2116
112
- #, php-format
113
  msgid "The %s is great, but I need specific feature that you don't support"
114
  msgstr "The %s is great, but I need specific feature that you don't support"
115
 
116
- #: includes/class-freemius.php:2118
117
  msgid "What feature?"
118
  msgstr "Melyik funkcióra van szükséged?"
119
 
120
- #: includes/class-freemius.php:2122
121
- #, php-format
122
  msgid "The %s is not working"
123
  msgstr "A(z) %s nem működik"
124
 
125
- #: includes/class-freemius.php:2124
126
  msgid "Kindly share what didn't work so we can fix it for future users..."
127
- msgstr ""
128
- "Ha elmondod mi nem működött, ki tudjuk javítani a leendő felhasználók "
129
- "számára..."
130
 
131
- #: includes/class-freemius.php:2128
132
  msgid "It's not what I was looking for"
133
  msgstr "Nem ezt kerestem"
134
 
135
- #: includes/class-freemius.php:2130
136
  msgid "What you've been looking for?"
137
  msgstr "Pontosan mit kerestél?"
138
 
139
- #: includes/class-freemius.php:2134
140
- #, php-format
141
  msgid "The %s didn't work as expected"
142
  msgstr "A %s nem az elvárásoknak megfelelően működött"
143
 
144
- #: includes/class-freemius.php:2136
145
  msgid "What did you expect?"
146
  msgstr "Mire számítottál?"
147
 
148
- #: includes/class-freemius.php:2947 templates/debug.php:20
149
  msgid "Freemius Debug"
150
  msgstr "Freemius Debug"
151
 
152
- #: includes/class-freemius.php:3696
153
  msgid "I don't know what is cURL or how to install it, help me!"
154
  msgstr "I don't know what is cURL or how to install it, help me!"
155
 
156
- #: includes/class-freemius.php:3698
157
- #, php-format
158
- msgid ""
159
- "We'll make sure to contact your hosting company and resolve the issue. You "
160
- "will get a follow-up email to %s once we have an update."
161
- msgstr ""
162
- "We'll make sure to contact your hosting company and resolve the issue. You "
163
- "will get a follow-up email to %s once we have an update."
164
 
165
- #: includes/class-freemius.php:3705
166
- #, php-format
167
- msgid ""
168
- "Great, please install cURL and enable it in your php.ini file. In addition, "
169
- "search for the 'disable_functions' directive in your php.ini file and remove "
170
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
171
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
172
- "it back again."
173
- msgstr ""
174
- "Great, please install cURL and enable it in your php.ini file. In addition, "
175
- "search for the 'disable_functions' directive in your php.ini file and remove "
176
- "any disabled methods starting with 'curl_'. To make sure it was successfully "
177
- "activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate "
178
- "it back again."
179
 
180
- #: includes/class-freemius.php:3810
181
  msgid "Yes - do your thing"
182
  msgstr "Igen - tedd a dolgod"
183
 
184
- #: includes/class-freemius.php:3815
185
  msgid "No - just deactivate"
186
  msgstr "Nem - csak deaktiválom"
187
 
188
- #: includes/class-freemius.php:3860 includes/class-freemius.php:4369
189
- #: includes/class-freemius.php:5468 includes/class-freemius.php:11576
190
- #: includes/class-freemius.php:14947 includes/class-freemius.php:14999
191
- #: includes/class-freemius.php:15061 includes/class-freemius.php:17294
192
- #: includes/class-freemius.php:17304 includes/class-freemius.php:17913
193
- #: includes/class-freemius.php:18773 includes/class-freemius.php:18888
194
- #: includes/class-freemius.php:19032 templates/add-ons.php:43
195
  msgctxt "exclamation"
196
  msgid "Oops"
197
  msgstr "Hoppá"
198
 
199
- #: includes/class-freemius.php:3929
200
- #, php-format
201
- msgid ""
202
- "Thank for giving us the chance to fix it! A message was just sent to our "
203
- "technical staff. We will get back to you as soon as we have an update to %s. "
204
- "Appreciate your patience."
205
- msgstr ""
206
- "Thank for giving us the chance to fix it! A message was just sent to our "
207
- "technical staff. We will get back to you as soon as we have an update to %s. "
208
- "Appreciate your patience."
209
 
210
- #: includes/class-freemius.php:4366
211
- #, php-format
212
  msgctxt "addonX cannot run without pluginY"
213
  msgid "%s cannot run without %s."
214
  msgstr "%s cannot run without %s."
215
 
216
- #: includes/class-freemius.php:4367
217
- #, php-format
218
  msgctxt "addonX cannot run..."
219
  msgid "%s cannot run without the plugin."
220
  msgstr "%s cannot run without the plugin."
221
 
222
- #: includes/class-freemius.php:4513 includes/class-freemius.php:4538
223
- #: includes/class-freemius.php:17984
224
- #, php-format
225
- msgid ""
226
- "Unexpected API error. Please contact the %s's author with the following "
227
- "error."
228
- msgstr ""
229
- "Unexpected API error. Please contact the %s's author with the following "
230
- "error."
231
 
232
- #: includes/class-freemius.php:5156
233
- #, php-format
234
  msgid "Premium %s version was successfully activated."
235
  msgstr "Premium %s version was successfully activated."
236
 
237
- #: includes/class-freemius.php:5168 includes/class-freemius.php:7030
238
- #, fuzzy
239
- #| msgctxt ""
240
- #| msgid "W00t"
241
  msgctxt ""
242
- "Used to express elation, enthusiasm, or triumph (especially in electronic "
243
- "communication)."
244
  msgid "W00t"
245
  msgstr "Fantasztikus"
246
 
247
- #: includes/class-freemius.php:5183
248
- #, php-format
249
  msgid "You have a %s license."
250
  msgstr "You have a %s license."
251
 
252
- #: includes/class-freemius.php:5187 includes/class-freemius.php:14368
253
- #: includes/class-freemius.php:14379 includes/class-freemius.php:17208
254
- #: includes/class-freemius.php:17522 includes/class-freemius.php:17588
255
- #: includes/class-freemius.php:17738
256
  msgctxt "interjection expressing joy or exuberance"
257
  msgid "Yee-haw"
258
  msgstr "Juhuuu"
259
 
260
- #: includes/class-freemius.php:5452
261
- #, php-format
262
- msgid ""
263
- "%s free trial was successfully cancelled. Since the add-on is premium only "
264
- "it was automatically deactivated. If you like to use it in the future, "
265
- "you'll have to purchase a license."
266
- msgstr ""
267
- "%s free trial was successfully cancelled. Since the add-on is premium only "
268
- "it was automatically deactivated. If you like to use it in the future, "
269
- "you'll have to purchase a license."
270
 
271
- #: includes/class-freemius.php:5456
272
- #, php-format
273
- msgid ""
274
- "%s is a premium only add-on. You have to purchase a license first before "
275
- "activating the plugin."
276
- msgstr ""
277
- "%s is a premium only add-on. You have to purchase a license first before "
278
- "activating the plugin."
279
 
280
- #: includes/class-freemius.php:5464 templates/account/partials/addon.php:288
281
- #: templates/add-ons.php:103
282
- #, php-format
283
  msgid "More information about %s"
284
  msgstr "More information about %s"
285
 
286
- #: includes/class-freemius.php:5465
287
  msgid "Purchase License"
288
  msgstr "Licensz vásárlása"
289
 
290
- #: includes/class-freemius.php:6398 templates/connect.php:163
291
- #, php-format
292
- msgid ""
293
- "You should receive an activation email for %s to your mailbox at %s. Please "
294
- "make sure you click the activation button in that email to %s."
295
- msgstr ""
296
- "Küldtünk egy aktivációs emailt a(z) %s szoftverünkhöz a következő email "
297
- "címre: %s. Kérlek kattints a levélben található aktivációs linkre, hogy %s."
298
 
299
- #: includes/class-freemius.php:6402
300
  msgid "start the trial"
301
  msgstr "próbaidő indítása"
302
 
303
- #: includes/class-freemius.php:6403 templates/connect.php:167
304
  msgid "complete the install"
305
  msgstr "befejezd a telepítést"
306
 
307
- #: includes/class-freemius.php:6516
308
- #, php-format
309
  msgid "You are just one step away - %s"
310
  msgstr "Már csak egy lépés van hátra - %s"
311
 
312
- #: includes/class-freemius.php:6519
313
- #, php-format
314
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
315
  msgid "Complete \"%s\" Activation Now"
316
  msgstr "\"%s\" aktiválásának a befejezése most"
317
 
318
- #: includes/class-freemius.php:6597
319
- #, php-format
320
  msgid "We made a few tweaks to the %s, %s"
321
  msgstr "We made a few tweaks to the %s, %s"
322
 
323
- #: includes/class-freemius.php:6601
324
- #, php-format
325
  msgid "Opt in to make \"%s\" better!"
326
  msgstr "Opt in to make \"%s\" better!"
327
 
328
- #: includes/class-freemius.php:7029
329
- #, php-format
330
  msgid "The upgrade of %s was successfully completed."
331
  msgstr "The upgrade of %s was successfully completed."
332
 
333
- #: includes/class-freemius.php:8956 includes/class-fs-plugin-updater.php:886
334
- #: includes/class-fs-plugin-updater.php:1081
335
- #: includes/class-fs-plugin-updater.php:1088 templates/auto-installation.php:32
 
336
  msgid "Add-On"
337
  msgstr "Kiegészítő"
338
 
339
- #: includes/class-freemius.php:8958 templates/debug.php:361
340
- #: templates/debug.php:522
341
  msgid "Plugin"
342
  msgstr "Bővítmény"
343
 
344
- #: includes/class-freemius.php:8959 templates/debug.php:361
345
- #: templates/debug.php:522 templates/forms/deactivation/form.php:67
 
346
  msgid "Theme"
347
  msgstr "Sablon"
348
 
349
- #: includes/class-freemius.php:11443
 
 
 
 
350
  msgid "Invalid site details collection."
351
  msgstr "Invalid site details collection."
352
 
353
- #: includes/class-freemius.php:11563
354
- msgid ""
355
- "We couldn't find your email address in the system, are you sure it's the "
356
- "right address?"
357
- msgstr ""
358
- "We couldn't find your email address in the system, are you sure it's the "
359
- "right address?"
360
 
361
- #: includes/class-freemius.php:11565
362
- msgid ""
363
- "We can't see any active licenses associated with that email address, are you "
364
- "sure it's the right address?"
365
- msgstr ""
366
- "We can't see any active licenses associated with that email address, are you "
367
- "sure it's the right address?"
368
 
369
- #: includes/class-freemius.php:11839
370
  msgid "Account is pending activation."
371
  msgstr "A fiók aktiválása függőben."
372
 
373
- #: includes/class-freemius.php:11951
374
  #: templates/forms/premium-versions-upgrade-handler.php:47
375
  msgid "Buy a license now"
376
  msgstr "Vásárolj licenszet most"
377
 
378
- #: includes/class-freemius.php:11963
379
  #: templates/forms/premium-versions-upgrade-handler.php:46
380
  msgid "Renew your license now"
381
  msgstr "Licensz kulcs megújítása"
382
 
383
- #: includes/class-freemius.php:11967
384
- #, php-format
385
  msgid "%s to access version %s security & feature updates, and support."
386
  msgstr "%s to access version %s security & feature updates, and support."
387
 
388
- #: includes/class-freemius.php:14350
389
- #, php-format
390
  msgid "%s activation was successfully completed."
391
  msgstr "%s activation was successfully completed."
392
 
393
- #: includes/class-freemius.php:14364
394
- #, php-format
395
  msgid "Your account was successfully activated with the %s plan."
396
  msgstr "A fiókodat sikeresen aktiváltuk a következő csomaggal: %s"
397
 
398
- #: includes/class-freemius.php:14375 includes/class-freemius.php:17584
399
  msgid "Your trial has been successfully started."
400
  msgstr "A próbaidőszakodat sikeresen aktiváltuk."
401
 
402
- #: includes/class-freemius.php:14945 includes/class-freemius.php:14997
403
- #: includes/class-freemius.php:15059
404
- #, php-format
405
  msgid "Couldn't activate %s."
406
  msgstr "Couldn't activate %s."
407
 
408
- #: includes/class-freemius.php:14946 includes/class-freemius.php:14998
409
- #: includes/class-freemius.php:15060
410
  msgid "Please contact us with the following message:"
411
  msgstr "Please contact us with the following message:"
412
 
413
- #: includes/class-freemius.php:15409 includes/class-freemius.php:19870
 
 
 
 
414
  msgid "Upgrade"
415
  msgstr "Előfizetés frissítése"
416
 
417
- #: includes/class-freemius.php:15415
418
  msgid "Start Trial"
419
  msgstr "Próbaidő indítása"
420
 
421
- #: includes/class-freemius.php:15417
422
  msgid "Pricing"
423
  msgstr "Árak"
424
 
425
- #: includes/class-freemius.php:15479 includes/class-freemius.php:15481
426
  msgid "Affiliation"
427
  msgstr "Affiliation"
428
 
429
- #: includes/class-freemius.php:15509 includes/class-freemius.php:15511
430
- #: templates/account.php:150 templates/debug.php:326
431
  msgid "Account"
432
  msgstr "Fiók"
433
 
434
- #: includes/class-freemius.php:15524 includes/class-freemius.php:15526
435
  #: includes/customizer/class-fs-customizer-support-section.php:60
436
  msgid "Contact Us"
437
  msgstr "Kapcsolat"
438
 
439
- #: includes/class-freemius.php:15536 includes/class-freemius.php:15538
440
- #: includes/class-freemius.php:19880 templates/account.php:100
441
- #: templates/account/partials/addon.php:41
442
  msgid "Add-Ons"
443
  msgstr "Kiegészítők"
444
 
445
- #: includes/class-freemius.php:15572
446
  msgctxt "ASCII arrow left icon"
447
  msgid "&#x2190;"
448
  msgstr "&#x2190;"
449
 
450
- #: includes/class-freemius.php:15572
451
  msgctxt "ASCII arrow right icon"
452
  msgid "&#x27a4;"
453
  msgstr "&#x27a4;"
454
 
455
- #: includes/class-freemius.php:15574 templates/pricing.php:97
456
  msgctxt "noun"
457
  msgid "Pricing"
458
  msgstr "Árak"
459
 
460
- #: includes/class-freemius.php:15787
461
  #: includes/customizer/class-fs-customizer-support-section.php:67
462
  msgid "Support Forum"
463
  msgstr "Támogató fórum"
464
 
465
- #: includes/class-freemius.php:16573
466
  msgid "Your email has been successfully verified - you are AWESOME!"
467
  msgstr "Az email címedet sikerült ellenőrizni - ez nagyszerű!"
468
 
469
- #: includes/class-freemius.php:16574
470
  msgctxt "a positive response"
471
  msgid "Right on"
472
  msgstr "Right on"
473
 
474
- #: includes/class-freemius.php:17199
475
- #, php-format
476
  msgid "Your %s Add-on plan was successfully upgraded."
477
  msgstr "Your %s Add-on plan was successfully upgraded."
478
 
479
- #: includes/class-freemius.php:17201
480
- #, php-format
481
  msgid "%s Add-on was successfully purchased."
482
  msgstr "%s Add-on was successfully purchased."
483
 
484
- #: includes/class-freemius.php:17204
485
  msgid "Download the latest version"
486
  msgstr "Töltsd le a legfrissebb verziót"
487
 
488
- #: includes/class-freemius.php:17290
489
- #, php-format
490
- msgctxt "%1s - plugin title, %2s - API domain"
491
- msgid ""
492
- "Your server is blocking the access to Freemius' API, which is crucial for "
493
- "%1s synchronization. Please contact your host to whitelist %2s"
494
- msgstr ""
495
- "Your server is blocking the access to Freemius' API, which is crucial for "
496
- "%1s synchronization. Please contact your host to whitelist %2s"
497
 
498
- #: includes/class-freemius.php:17293 includes/class-freemius.php:17709
499
- #: includes/class-freemius.php:17786
500
  msgid "Error received from the server:"
501
  msgstr "Error received from the server:"
502
 
503
- #: includes/class-freemius.php:17303
504
- msgid ""
505
- "It seems like one of the authentication parameters is wrong. Update your "
506
- "Public Key, Secret Key & User ID, and try again."
507
- msgstr ""
508
- "It seems like one of the authentication parameters is wrong. Update your "
509
- "Public Key, Secret Key & User ID, and try again."
510
-
511
- #: includes/class-freemius.php:17485 includes/class-freemius.php:17714
512
- #: includes/class-freemius.php:17757 includes/class-freemius.php:17860
513
- #, fuzzy
514
- #| msgctxt ""
515
- #| msgid "Hmm"
516
  msgctxt ""
517
- "something somebody says when they are thinking about what you have just said."
518
  msgid "Hmm"
519
  msgstr "Hmm"
520
 
521
- #: includes/class-freemius.php:17498
522
- #, php-format
523
- msgid ""
524
- "It looks like you are still on the %s plan. If you did upgrade or change "
525
- "your plan, it's probably an issue on our side - sorry."
526
- msgstr ""
527
- "It looks like you are still on the %s plan. If you did upgrade or change "
528
- "your plan, it's probably an issue on our side - sorry."
529
 
530
- #: includes/class-freemius.php:17499 templates/account.php:102
531
- #: templates/account/partials/addon.php:43 templates/add-ons.php:134
532
  msgctxt "trial period"
533
  msgid "Trial"
534
  msgstr "Próbaidő"
535
 
536
- #: includes/class-freemius.php:17504
537
- #, php-format
538
- msgid ""
539
- "I have upgraded my account but when I try to Sync the License, the plan "
540
- "remains %s."
541
- msgstr ""
542
- "I have upgraded my account but when I try to Sync the License, the plan "
543
- "remains %s."
544
 
545
- #: includes/class-freemius.php:17508 includes/class-freemius.php:17566
546
  msgid "Please contact us here"
547
  msgstr "Please contact us here"
548
 
549
- #: includes/class-freemius.php:17518
 
 
 
 
550
  msgid "Your plan was successfully upgraded."
551
  msgstr "Your plan was successfully upgraded."
552
 
553
- #: includes/class-freemius.php:17536
554
- #, php-format
555
  msgid "Your plan was successfully changed to %s."
556
  msgstr "Your plan was successfully changed to %s."
557
 
558
- #: includes/class-freemius.php:17552
559
- #, php-format
560
- msgid ""
561
- "Your license has expired. You can still continue using the free %s forever."
562
- msgstr ""
563
- "Your license has expired. You can still continue using the free %s forever."
564
 
565
- #: includes/class-freemius.php:17554
566
- #, php-format
567
- msgid ""
568
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
569
- "without interruptions."
570
- msgstr ""
571
- "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s "
572
- "without interruptions."
573
 
574
- #: includes/class-freemius.php:17562
575
- msgid ""
576
- "Your license has been cancelled. If you think it's a mistake, please contact "
577
- "support."
578
- msgstr ""
579
- "Your license has been cancelled. If you think it's a mistake, please contact "
580
- "support."
581
 
582
- #: includes/class-freemius.php:17575
583
- #, php-format
584
- msgid ""
585
- "Your license has expired. You can still continue using all the %s features, "
586
- "but you'll need to renew your license to continue getting updates and "
587
- "support."
588
- msgstr ""
589
- "Your license has expired. You can still continue using all the %s features, "
590
- "but you'll need to renew your license to continue getting updates and "
591
- "support."
592
 
593
- #: includes/class-freemius.php:17598
594
- msgid ""
595
- "Your free trial has expired. You can still continue using all our free "
596
- "features."
597
- msgstr ""
598
- "Your free trial has expired. You can still continue using all our free "
599
- "features."
600
 
601
- #: includes/class-freemius.php:17600
602
- #, php-format
603
- msgid ""
604
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
605
- "without interruptions."
606
- msgstr ""
607
- "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s "
608
- "without interruptions."
609
 
610
- #: includes/class-freemius.php:17705
611
  msgid "It looks like the license could not be activated."
612
  msgstr "It looks like the license could not be activated."
613
 
614
- #: includes/class-freemius.php:17735
615
  msgid "Your license was successfully activated."
616
  msgstr "Your license was successfully activated."
617
 
618
- #: includes/class-freemius.php:17761
619
  msgid "It looks like your site currently doesn't have an active license."
620
  msgstr "It looks like your site currently doesn't have an active license."
621
 
622
- #: includes/class-freemius.php:17785
623
  msgid "It looks like the license deactivation failed."
624
  msgstr "Úgy tűnik a licensz deaktiválása nem sikerült."
625
 
626
- #: includes/class-freemius.php:17813
627
- #, php-format
628
  msgid "Your license was successfully deactivated, you are back to the %s plan."
629
  msgstr "A licenszedet sikeresen deaktiváltuk, az aktuális csomagod: %s"
630
 
631
- #: includes/class-freemius.php:17814
632
  msgid "O.K"
633
  msgstr "Rendben"
634
 
635
- #: includes/class-freemius.php:17867
636
- msgid ""
637
- "Seems like we are having some temporary issue with your subscription "
638
- "cancellation. Please try again in few minutes."
639
- msgstr ""
640
- "Seems like we are having some temporary issue with your subscription "
641
- "cancellation. Please try again in few minutes."
642
 
643
- #: includes/class-freemius.php:17876
644
- #, php-format
645
- msgid ""
646
- "Your subscription was successfully cancelled. Your %s plan license will "
647
- "expire in %s."
648
- msgstr ""
649
- "Your subscription was successfully cancelled. Your %s plan license will "
650
- "expire in %s."
651
 
652
- #: includes/class-freemius.php:17918
653
- #, php-format
654
  msgid "You are already running the %s in a trial mode."
655
  msgstr "You are already running the %s in a trial mode."
656
 
657
- #: includes/class-freemius.php:17929
658
  msgid "You already utilized a trial before."
659
  msgstr "You already utilized a trial before."
660
 
661
- #: includes/class-freemius.php:17943
662
- #, php-format
663
  msgid "Plan %s do not exist, therefore, can't start a trial."
664
  msgstr "Plan %s do not exist, therefore, can't start a trial."
665
 
666
- #: includes/class-freemius.php:17954
667
- #, php-format
668
  msgid "Plan %s does not support a trial period."
669
  msgstr "Plan %s does not support a trial period."
670
 
671
- #: includes/class-freemius.php:17965
672
- #, php-format
673
  msgid "None of the %s's plans supports a trial period."
674
  msgstr "None of the %s's plans supports a trial period."
675
 
676
- #: includes/class-freemius.php:18015
677
- msgid ""
678
- "It looks like you are not in trial mode anymore so there's nothing to "
679
- "cancel :)"
680
- msgstr ""
681
- "It looks like you are not in trial mode anymore so there's nothing to "
682
- "cancel :)"
683
 
684
- #: includes/class-freemius.php:18051
685
- msgid ""
686
- "Seems like we are having some temporary issue with your trial cancellation. "
687
- "Please try again in few minutes."
688
- msgstr ""
689
- "Seems like we are having some temporary issue with your trial cancellation. "
690
- "Please try again in few minutes."
691
 
692
- #: includes/class-freemius.php:18070
693
- #, php-format
694
  msgid "Your %s free trial was successfully cancelled."
695
  msgstr "Your %s free trial was successfully cancelled."
696
 
697
- #: includes/class-freemius.php:18377
698
- #, php-format
699
  msgid "Version %s was released."
700
  msgstr "Version %s was released."
701
 
702
- #: includes/class-freemius.php:18377
703
- #, php-format
704
  msgid "Please download %s."
705
  msgstr "Please download %s."
706
 
707
- #: includes/class-freemius.php:18384
708
- #, php-format
709
  msgid "the latest %s version here"
710
  msgstr "the latest %s version here"
711
 
712
- #: includes/class-freemius.php:18389
713
  msgid "New"
714
  msgstr "Új"
715
 
716
- #: includes/class-freemius.php:18394
717
  msgid "Seems like you got the latest release."
718
  msgstr "Seems like you got the latest release."
719
 
720
- #: includes/class-freemius.php:18395
721
  msgid "You are all good!"
722
  msgstr "Minden rendben!"
723
 
724
- #: includes/class-freemius.php:18663
725
- #, php-format
726
- msgid ""
727
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
728
- "please check your spam box."
729
- msgstr ""
730
- "Verification mail was just sent to %s. If you can't find it after 5 min, "
731
- "please check your spam box."
732
 
733
- #: includes/class-freemius.php:18800
734
  msgid "Site successfully opted in."
735
  msgstr "Site successfully opted in."
736
 
737
- #: includes/class-freemius.php:18801 includes/class-freemius.php:19612
738
  msgid "Awesome"
739
  msgstr "Nagyszerű"
740
 
741
- #: includes/class-freemius.php:18817 templates/forms/optout.php:32
742
- #, php-format
743
- msgid ""
744
- "We appreciate your help in making the %s better by letting us track some "
745
- "usage data."
746
- msgstr ""
747
- "We appreciate your help in making the %s better by letting us track some "
748
- "usage data."
749
 
750
- #: includes/class-freemius.php:18818
751
  msgid "Thank you!"
752
  msgstr "Köszönjük!"
753
 
754
- #: includes/class-freemius.php:18825
755
- #, php-format
756
  msgid "We will no longer be sending any usage data of %s on %s to %s."
757
  msgstr "We will no longer be sending any usage data of %s on %s to %s."
758
 
759
- #: includes/class-freemius.php:18954
760
- #, php-format
761
- msgid ""
762
- "Please check your mailbox, you should receive an email via %s to confirm the "
763
- "ownership change. From security reasons, you must confirm the change within "
764
- "the next 15 min. If you cannot find the email, please check your spam folder."
765
- msgstr ""
766
- "Please check your mailbox, you should receive an email via %s to confirm the "
767
- "ownership change. From security reasons, you must confirm the change within "
768
- "the next 15 min. If you cannot find the email, please check your spam folder."
769
 
770
- #: includes/class-freemius.php:18960
771
- #, php-format
772
- msgid ""
773
- "Thanks for confirming the ownership change. An email was just sent to %s for "
774
- "final approval."
775
- msgstr ""
776
- "Thanks for confirming the ownership change. An email was just sent to %s for "
777
- "final approval."
778
 
779
- #: includes/class-freemius.php:18965
780
- #, php-format
781
  msgid "%s is the new owner of the account."
782
  msgstr "%s is the new owner of the account."
783
 
784
- #: includes/class-freemius.php:18967
785
  msgctxt "as congratulations"
786
  msgid "Congrats"
787
  msgstr "Gratulálunk"
788
 
789
- #: includes/class-freemius.php:18987
790
- msgid ""
791
- "Sorry, we could not complete the email update. Another user with the same "
792
- "email is already registered."
793
- msgstr ""
794
- "Sorry, we could not complete the email update. Another user with the same "
795
- "email is already registered."
796
 
797
- #: includes/class-freemius.php:18988
798
- #, php-format
799
- msgid ""
800
- "If you would like to give up the ownership of the %s's account to %s click "
801
- "the Change Ownership button."
802
- msgstr ""
803
- "If you would like to give up the ownership of the %s's account to %s click "
804
- "the Change Ownership button."
805
 
806
- #: includes/class-freemius.php:18995
807
  msgid "Change Ownership"
808
  msgstr "Tulajdonos módosítása"
809
 
810
- #: includes/class-freemius.php:19003
811
- msgid ""
812
- "Your email was successfully updated. You should receive an email with "
813
- "confirmation instructions in few moments."
814
- msgstr ""
815
- "Your email was successfully updated. You should receive an email with "
816
- "confirmation instructions in few moments."
817
 
818
- #: includes/class-freemius.php:19015
819
  msgid "Please provide your full name."
820
  msgstr "Kérlek add meg a teljes neved!"
821
 
822
- #: includes/class-freemius.php:19020
823
  msgid "Your name was successfully updated."
824
  msgstr "A neved sikeresen frissítettük."
825
 
826
- #: includes/class-freemius.php:19081
827
- #, php-format
828
  msgid "You have successfully updated your %s."
829
  msgstr "You have successfully updated your %s."
830
 
831
- #: includes/class-freemius.php:19221
832
- #, php-format
833
- msgid ""
834
- "Just letting you know that the add-ons information of %s is being pulled "
835
- "from an external server."
836
- msgstr ""
837
- "Just letting you know that the add-ons information of %s is being pulled "
838
- "from an external server."
839
 
840
- #: includes/class-freemius.php:19222
841
  msgctxt "advance notice of something that will need attention."
842
  msgid "Heads up"
843
  msgstr "Figyelem"
844
 
845
- #: includes/class-freemius.php:19652
846
  msgctxt "exclamation"
847
  msgid "Hey"
848
  msgstr "Üdv"
849
 
850
- #: includes/class-freemius.php:19652
851
- #, php-format
852
- msgid ""
853
- "How do you like %s so far? Test all our %s premium features with a %d-day "
854
- "free trial."
855
- msgstr ""
856
- "How do you like %s so far? Test all our %s premium features with a %d-day "
857
- "free trial."
858
 
859
- #: includes/class-freemius.php:19660
860
- #, php-format
861
  msgid "No commitment for %s days - cancel anytime!"
862
  msgstr "No commitment for %s days - cancel anytime!"
863
 
864
- #: includes/class-freemius.php:19661
865
  msgid "No credit card required"
866
  msgstr "Bankkártya megadása nem kötelező"
867
 
868
- #: includes/class-freemius.php:19668 templates/forms/trial-start.php:53
869
  msgctxt "call to action"
870
  msgid "Start free trial"
871
  msgstr "Start free trial"
872
 
873
- #: includes/class-freemius.php:19745
874
- #, php-format
875
- msgid ""
876
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
877
- "you can become our ambassador and earn some cash!"
878
- msgstr ""
879
- "Hey there, did you know that %s has an affiliate program? If you like the %s "
880
- "you can become our ambassador and earn some cash!"
881
 
882
- #: includes/class-freemius.php:19754
883
  msgid "Learn more"
884
  msgstr "Bővebben"
885
 
886
- #: includes/class-freemius.php:19904 templates/account.php:406
887
- #: templates/account.php:509 templates/account/partials/addon.php:235
888
- #: templates/connect.php:171 templates/connect.php:421
889
- #: templates/forms/license-activation.php:24
890
  msgid "Activate License"
891
  msgstr "Licensz aktiválása"
892
 
893
- #: includes/class-freemius.php:19905 templates/account.php:469
894
- #: templates/account.php:508 templates/account/partials/site.php:256
895
  msgid "Change License"
896
  msgstr "Licensz módosítása"
897
 
898
- #: includes/class-freemius.php:19987 templates/account/partials/site.php:161
899
  msgid "Opt Out"
900
  msgstr "Leiratkozás"
901
 
902
- #: includes/class-freemius.php:19989 includes/class-freemius.php:19994
903
- #: templates/account/partials/site.php:43
904
  #: templates/account/partials/site.php:161
905
  msgid "Opt In"
906
  msgstr "Feliratkozás"
907
 
908
- #: includes/class-freemius.php:20218
909
- #, php-format
910
- msgid ""
911
- " The paid version of %1s is already installed. Please activate it to start "
912
- "benefiting the %2s features. %3s"
913
- msgstr ""
914
- " The paid version of %1s is already installed. Please activate it to start "
915
- "benefiting the %2s features. %3s"
916
 
917
- #: includes/class-freemius.php:20226
918
- #, php-format
919
  msgid "Activate %s features"
920
  msgstr "Activate %s features"
921
 
922
- #: includes/class-freemius.php:20239
923
  msgid "Please follow these steps to complete the upgrade"
924
  msgstr "Please follow these steps to complete the upgrade"
925
 
926
- #: includes/class-freemius.php:20243
927
- #, php-format
928
  msgid "Download the latest %s version"
929
  msgstr "Download the latest %s version"
930
 
931
- #: includes/class-freemius.php:20247
932
  msgid "Upload and activate the downloaded version"
933
  msgstr "Upload and activate the downloaded version"
934
 
935
- #: includes/class-freemius.php:20249
936
  msgid "How to upload and activate?"
937
  msgstr "How to upload and activate?"
938
 
939
- #: includes/class-freemius.php:20383
940
- #, php-format
941
- msgid ""
942
- "%sClick here%s to choose the sites where you'd like to activate the license "
943
- "on."
944
- msgstr ""
945
- "%sClick here%s to choose the sites where you'd like to activate the license "
946
- "on."
947
 
948
- #: includes/class-freemius.php:20544
949
  msgid "Auto installation only works for opted-in users."
950
  msgstr "Auto installation only works for opted-in users."
951
 
952
- #: includes/class-freemius.php:20554 includes/class-freemius.php:20587
953
- #: includes/class-fs-plugin-updater.php:1060
954
- #: includes/class-fs-plugin-updater.php:1074
955
  msgid "Invalid module ID."
956
  msgstr "Invalid module ID."
957
 
958
- #: includes/class-freemius.php:20563 includes/class-fs-plugin-updater.php:1096
959
  msgid "Premium version already active."
960
  msgstr "Premium version already active."
961
 
962
- #: includes/class-freemius.php:20570
963
  msgid "You do not have a valid license to access the premium version."
964
  msgstr "You do not have a valid license to access the premium version."
965
 
966
- #: includes/class-freemius.php:20577
967
- msgid ""
968
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
969
- "version."
970
- msgstr ""
971
- "Plugin is a \"Serviceware\" which means it does not have a premium code "
972
- "version."
973
 
974
- #: includes/class-freemius.php:20595 includes/class-fs-plugin-updater.php:1095
975
  msgid "Premium add-on version already installed."
976
  msgstr "Premium add-on version already installed."
977
 
978
- #: includes/class-freemius.php:20940
979
  msgid "View paid features"
980
  msgstr "Fizetős funkciók megtekintése"
981
 
982
- #: includes/class-freemius.php:21260
983
- #, php-format
984
  msgid "Thank you so much for using %s and its add-ons!"
985
  msgstr "Thank you so much for using %s and its add-ons!"
986
 
987
- #: includes/class-freemius.php:21261
988
- #, php-format
989
  msgid "Thank you so much for using %s!"
990
  msgstr "Thank you so much for using %s!"
991
 
992
- #: includes/class-freemius.php:21267
993
- #, php-format
994
- msgid ""
995
- "You've already opted-in to our usage-tracking, which helps us keep improving "
996
- "the %s."
997
- msgstr ""
998
- "You've already opted-in to our usage-tracking, which helps us keep improving "
999
- "the %s."
1000
 
1001
- #: includes/class-freemius.php:21271
1002
  msgid "Thank you so much for using our products!"
1003
  msgstr "Thank you so much for using our products!"
1004
 
1005
- #: includes/class-freemius.php:21272
1006
- msgid ""
1007
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1008
- "them."
1009
- msgstr ""
1010
- "You've already opted-in to our usage-tracking, which helps us keep improving "
1011
- "them."
1012
 
1013
- #: includes/class-freemius.php:21291
1014
- #, php-format
1015
  msgid "%s and its add-ons"
1016
  msgstr "%s and its add-ons"
1017
 
1018
- #: includes/class-freemius.php:21300
1019
  msgid "Products"
1020
  msgstr "Termékek"
1021
 
1022
- #: includes/class-freemius.php:21307 templates/connect.php:272
1023
  msgid "Yes"
1024
  msgstr "Igen"
1025
 
1026
- #: includes/class-freemius.php:21308 templates/connect.php:273
1027
  msgid "send me security & feature updates, educational content and offers."
1028
- msgstr ""
1029
- "kérek biztonsági és funkcionális frissítéseket, használati ismertetőket és "
1030
- "ajánlatokat."
1031
 
1032
- #: includes/class-freemius.php:21309 templates/connect.php:278
1033
  msgid "No"
1034
  msgstr "Nem"
1035
 
1036
- #: includes/class-freemius.php:21311 templates/connect.php:280
1037
- #, php-format
1038
- msgid ""
1039
- "do %sNOT%s send me security & feature updates, educational content and "
1040
- "offers."
1041
- msgstr ""
1042
- "do %sNOT%s send me security & feature updates, educational content and "
1043
- "offers."
1044
 
1045
- #: includes/class-freemius.php:21321
1046
- #, php-format
1047
- msgid ""
1048
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
1049
- "requirements it is required that you provide your explicit consent, again, "
1050
- "confirming that you are onboard 🙂"
1051
- msgstr ""
1052
- "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance "
1053
- "requirements it is required that you provide your explicit consent, again, "
1054
- "confirming that you are onboard 🙂"
1055
 
1056
- #: includes/class-freemius.php:21323 templates/connect.php:287
1057
- msgid ""
1058
- "Please let us know if you'd like us to contact you for security & feature "
1059
- "updates, educational content, and occasional offers:"
1060
- msgstr ""
1061
- "Please let us know if you'd like us to contact you for security & feature "
1062
- "updates, educational content, and occasional offers:"
1063
 
1064
- #: includes/class-freemius.php:21605
1065
  msgid "License key is empty."
1066
  msgstr "A licensz kulcs üres."
1067
 
1068
- #: includes/class-fs-plugin-updater.php:184
1069
  #: templates/forms/premium-versions-upgrade-handler.php:57
1070
  msgid "Renew license"
1071
  msgstr "Licensz megújítása"
1072
 
1073
- #: includes/class-fs-plugin-updater.php:189
1074
  #: templates/forms/premium-versions-upgrade-handler.php:58
1075
  msgid "Buy license"
1076
  msgstr "Licensz vásárlása"
1077
 
1078
- #: includes/class-fs-plugin-updater.php:278
1079
- #, php-format
1080
  msgid "There is a %s of %s available."
1081
  msgstr "There is a %s of %s available."
1082
 
1083
- #: includes/class-fs-plugin-updater.php:282
 
 
 
 
 
 
1084
  msgid "new version"
1085
  msgstr "új verzió"
1086
 
1087
- #: includes/class-fs-plugin-updater.php:305
1088
  msgid "Important Upgrade Notice:"
1089
  msgstr "Important Upgrade Notice:"
1090
 
1091
- #: includes/class-fs-plugin-updater.php:1125
1092
- #, php-format
1093
  msgid "Installing plugin: %s"
1094
  msgstr "Bővítmény telepítése: %s"
1095
 
1096
- #: includes/class-fs-plugin-updater.php:1166
1097
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
1098
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
1099
 
1100
- #: includes/class-fs-plugin-updater.php:1348
1101
- msgid ""
1102
- "The remote plugin package does not contain a folder with the desired slug "
1103
- "and renaming did not work."
1104
- msgstr ""
1105
- "The remote plugin package does not contain a folder with the desired slug "
1106
- "and renaming did not work."
1107
-
1108
- #: includes/customizer/class-fs-customizer-support-section.php:55
1109
- #: templates/plugin-info/features.php:43
1110
- msgid "Support"
1111
- msgstr "Support"
1112
-
1113
- #: includes/customizer/class-fs-customizer-upsell-control.php:106
1114
- #: templates/account.php:105 templates/account/partials/addon.php:46
1115
- #: templates/debug.php:373
1116
- msgctxt "as product pricing plan"
1117
- msgid "Plan"
1118
- msgstr "Csomag"
1119
-
1120
- #: includes/debug/class-fs-debug-bar-panel.php:48
1121
- #: templates/debug/api-calls.php:54 templates/debug/logger.php:62
1122
- msgctxt "milliseconds"
1123
- msgid "ms"
1124
- msgstr "ms"
1125
-
1126
- #: includes/debug/debug-bar-start.php:41
1127
- msgid "Freemius API"
1128
- msgstr "Freemius API"
1129
 
1130
- #: includes/debug/debug-bar-start.php:42
1131
- msgid "Requests"
1132
- msgstr "Requests"
1133
 
1134
- #: includes/fs-plugin-info-dialog.php:369
1135
- #: templates/account/partials/addon.php:292
1136
  msgctxt "verb"
1137
  msgid "Purchase"
1138
  msgstr "Vásárlás"
1139
 
1140
- #: includes/fs-plugin-info-dialog.php:372
1141
- #, php-format
1142
  msgid "Start my free %s"
1143
  msgstr "Start my free %s"
1144
 
1145
- #: includes/fs-plugin-info-dialog.php:413
 
 
 
 
 
 
 
 
1146
  msgid "Install Free Version Now"
1147
  msgstr "Install Free Version Now"
1148
 
1149
- #: includes/fs-plugin-info-dialog.php:414
1150
- #: templates/account/partials/addon.php:272
1151
- #: templates/account/partials/addon.php:322 templates/auto-installation.php:111
 
1152
  msgid "Install Now"
1153
  msgstr "Telepítés most"
1154
 
1155
- #: includes/fs-plugin-info-dialog.php:425
1156
  msgctxt "as download latest version"
1157
  msgid "Download Latest Free Version"
1158
  msgstr "Download Latest Free Version"
1159
 
1160
- #: includes/fs-plugin-info-dialog.php:426 templates/account.php:80
1161
- #: templates/account/partials/addon.php:21
1162
  msgctxt "as download latest version"
1163
  msgid "Download Latest"
1164
  msgstr "Download Latest"
1165
 
1166
- #: includes/fs-plugin-info-dialog.php:436
1167
- msgid "Install Free Version Update Now"
1168
- msgstr "Install Free Version Update Now"
1169
-
1170
- #: includes/fs-plugin-info-dialog.php:437 templates/account.php:460
1171
- msgid "Install Update Now"
1172
- msgstr "Frissítés telepítése most"
1173
-
1174
- #: includes/fs-plugin-info-dialog.php:448
1175
- #, php-format
1176
- msgid "Newer Free Version (%s) Installed"
1177
- msgstr "Newer Free Version (%s) Installed"
1178
-
1179
- #: includes/fs-plugin-info-dialog.php:449
1180
- #, php-format
1181
- msgid "Newer Version (%s) Installed"
1182
- msgstr "Newer Version (%s) Installed"
1183
 
1184
- #: includes/fs-plugin-info-dialog.php:457
1185
- msgid "Latest Free Version Installed"
1186
- msgstr "Legfrissebb ingyenes verzió telepítve"
1187
 
1188
- #: includes/fs-plugin-info-dialog.php:458
1189
- msgid "Latest Version Installed"
1190
- msgstr "Legfrissebb verzió telepítve"
 
1191
 
1192
- #: includes/fs-plugin-info-dialog.php:613
1193
  msgctxt "Plugin installer section title"
1194
  msgid "Description"
1195
  msgstr "Leírás"
1196
 
1197
- #: includes/fs-plugin-info-dialog.php:614
1198
  msgctxt "Plugin installer section title"
1199
  msgid "Installation"
1200
  msgstr "Telepítés"
1201
 
1202
- #: includes/fs-plugin-info-dialog.php:615
1203
  msgctxt "Plugin installer section title"
1204
  msgid "FAQ"
1205
  msgstr "GYIK"
1206
 
1207
- #: includes/fs-plugin-info-dialog.php:616
1208
  #: templates/plugin-info/description.php:55
1209
  msgid "Screenshots"
1210
  msgstr "Képernyőfotók"
1211
 
1212
- #: includes/fs-plugin-info-dialog.php:617
1213
  msgctxt "Plugin installer section title"
1214
  msgid "Changelog"
1215
  msgstr "Változtatások"
1216
 
1217
- #: includes/fs-plugin-info-dialog.php:618
1218
  msgctxt "Plugin installer section title"
1219
  msgid "Reviews"
1220
  msgstr "Vélemények"
1221
 
1222
- #: includes/fs-plugin-info-dialog.php:619
1223
  msgctxt "Plugin installer section title"
1224
  msgid "Other Notes"
1225
  msgstr "Egyéb megjegyzések"
1226
 
1227
- #: includes/fs-plugin-info-dialog.php:634
1228
  msgctxt "Plugin installer section title"
1229
  msgid "Features & Pricing"
1230
  msgstr "Funkciók & Árak"
1231
 
1232
- #: includes/fs-plugin-info-dialog.php:644
1233
  msgid "Plugin Install"
1234
  msgstr "Bővítmény telepítése"
1235
 
1236
- #: includes/fs-plugin-info-dialog.php:716
1237
- #, php-format
1238
  msgctxt "e.g. Professional Plan"
1239
  msgid "%s Plan"
1240
  msgstr "%s csomag"
1241
 
1242
- #: includes/fs-plugin-info-dialog.php:742
1243
  msgctxt "e.g. the best product"
1244
  msgid "Best"
1245
  msgstr "Legjobb"
1246
 
1247
- #: includes/fs-plugin-info-dialog.php:748
1248
- #: includes/fs-plugin-info-dialog.php:768
1249
  msgctxt "as every month"
1250
  msgid "Monthly"
1251
  msgstr "Havi"
1252
 
1253
- #: includes/fs-plugin-info-dialog.php:751
1254
  msgctxt "as once a year"
1255
  msgid "Annual"
1256
  msgstr "Éves"
1257
 
1258
- #: includes/fs-plugin-info-dialog.php:754
1259
  msgid "Lifetime"
1260
  msgstr "Örök"
1261
 
1262
- #: includes/fs-plugin-info-dialog.php:768
1263
- #: includes/fs-plugin-info-dialog.php:770
1264
- #: includes/fs-plugin-info-dialog.php:772
1265
- #, php-format
1266
  msgctxt "e.g. billed monthly"
1267
  msgid "Billed %s"
1268
  msgstr "%s számlázás"
1269
 
1270
- #: includes/fs-plugin-info-dialog.php:770
1271
  msgctxt "as once a year"
1272
  msgid "Annually"
1273
  msgstr "Éves"
1274
 
1275
- #: includes/fs-plugin-info-dialog.php:772
1276
  msgctxt "as once a year"
1277
  msgid "Once"
1278
  msgstr "Egyszeri"
1279
 
1280
- #: includes/fs-plugin-info-dialog.php:778
1281
  msgid "Single Site License"
1282
  msgstr "Egy weboldalas licensz"
1283
 
1284
- #: includes/fs-plugin-info-dialog.php:780
1285
  msgid "Unlimited Licenses"
1286
  msgstr "Korlátlan licensz"
1287
 
1288
- #: includes/fs-plugin-info-dialog.php:782
1289
- #, php-format
1290
  msgid "Up to %s Sites"
1291
  msgstr "Up to %s Sites"
1292
 
1293
- #: includes/fs-plugin-info-dialog.php:792 templates/plugin-info/features.php:82
 
1294
  msgctxt "as monthly period"
1295
  msgid "mo"
1296
  msgstr "hó"
1297
 
1298
- #: includes/fs-plugin-info-dialog.php:799 templates/plugin-info/features.php:80
 
1299
  msgctxt "as annual period"
1300
  msgid "year"
1301
  msgstr "év"
1302
 
1303
- #: includes/fs-plugin-info-dialog.php:853
1304
  msgctxt "noun"
1305
  msgid "Price"
1306
  msgstr "Ár"
1307
 
1308
- #: includes/fs-plugin-info-dialog.php:901
1309
- #, php-format
1310
  msgid "Save %s"
1311
  msgstr "%s mentése"
1312
 
1313
- #: includes/fs-plugin-info-dialog.php:911
1314
- #, php-format
1315
  msgid "No commitment for %s - cancel anytime"
1316
  msgstr "No commitment for %s - cancel anytime"
1317
 
1318
- #: includes/fs-plugin-info-dialog.php:914
1319
- #, php-format
1320
  msgid "After your free %s, pay as little as %s"
1321
  msgstr "After your free %s, pay as little as %s"
1322
 
1323
- #: includes/fs-plugin-info-dialog.php:925
1324
  msgid "Details"
1325
  msgstr "Részletek"
1326
 
1327
- #: includes/fs-plugin-info-dialog.php:929 templates/account.php:91
1328
- #: templates/account/partials/addon.php:32 templates/debug.php:203
1329
- #: templates/debug.php:240 templates/debug.php:454
1330
  msgctxt "product version"
1331
  msgid "Version"
1332
  msgstr "Verzió"
1333
 
1334
- #: includes/fs-plugin-info-dialog.php:936
1335
  msgctxt "as the plugin author"
1336
  msgid "Author"
1337
  msgstr "Szerző"
1338
 
1339
- #: includes/fs-plugin-info-dialog.php:943
1340
  msgid "Last Updated"
1341
  msgstr "Utolsó frissítés"
1342
 
1343
- #: includes/fs-plugin-info-dialog.php:948 templates/account.php:376
1344
- #, php-format
1345
  msgctxt "x-ago"
1346
  msgid "%s ago"
1347
  msgstr "%s ago"
1348
 
1349
- #: includes/fs-plugin-info-dialog.php:957
1350
  msgid "Requires WordPress Version"
1351
  msgstr "A következő WordPress verzió szükséges:"
1352
 
1353
- #: includes/fs-plugin-info-dialog.php:958
1354
- #, php-format
1355
  msgid "%s or higher"
1356
  msgstr "%s or higher"
1357
 
1358
- #: includes/fs-plugin-info-dialog.php:965
1359
  msgid "Compatible up to"
1360
  msgstr "Compatible up to"
1361
 
1362
- #: includes/fs-plugin-info-dialog.php:973
1363
  msgid "Downloaded"
1364
  msgstr "Letöltések száma:"
1365
 
1366
- #: includes/fs-plugin-info-dialog.php:977
1367
- #, php-format
1368
  msgid "%s time"
1369
  msgstr "%s"
1370
 
1371
- #: includes/fs-plugin-info-dialog.php:979
1372
- #, php-format
1373
  msgid "%s times"
1374
  msgstr "%s"
1375
 
1376
- #: includes/fs-plugin-info-dialog.php:989
1377
  msgid "WordPress.org Plugin Page"
1378
  msgstr "WordPress.org bővítmény oldal"
1379
 
1380
- #: includes/fs-plugin-info-dialog.php:997
1381
  msgid "Plugin Homepage"
1382
  msgstr "Bővítmény oldala"
1383
 
1384
- #: includes/fs-plugin-info-dialog.php:1005
1385
- #: includes/fs-plugin-info-dialog.php:1087
1386
  msgid "Donate to this plugin"
1387
  msgstr "Bővítmény támogatása"
1388
 
1389
- #: includes/fs-plugin-info-dialog.php:1012
1390
  msgid "Average Rating"
1391
  msgstr "Átlagos értékelés"
1392
 
1393
- #: includes/fs-plugin-info-dialog.php:1019
1394
- #, php-format
1395
  msgid "based on %s"
1396
  msgstr "based on %s"
1397
 
1398
- #: includes/fs-plugin-info-dialog.php:1023
1399
- #, php-format
1400
  msgid "%s rating"
1401
  msgstr "%s rating"
1402
 
1403
- #: includes/fs-plugin-info-dialog.php:1025
1404
- #, php-format
1405
  msgid "%s ratings"
1406
  msgstr "%s ratings"
1407
 
1408
- #: includes/fs-plugin-info-dialog.php:1040
1409
- #, php-format
1410
  msgid "%s star"
1411
  msgstr "%s star"
1412
 
1413
- #: includes/fs-plugin-info-dialog.php:1042
1414
- #, php-format
1415
  msgid "%s stars"
1416
  msgstr "%s stars"
1417
 
1418
- #: includes/fs-plugin-info-dialog.php:1053
1419
- #, php-format
1420
  msgid "Click to see reviews that provided a rating of %s"
1421
  msgstr "Click to see reviews that provided a rating of %s"
1422
 
1423
- #: includes/fs-plugin-info-dialog.php:1066
1424
  msgid "Contributors"
1425
  msgstr "Közreműködők"
1426
 
1427
- #: includes/fs-plugin-info-dialog.php:1095
1428
- #: includes/fs-plugin-info-dialog.php:1097
1429
  msgid "Warning"
1430
  msgstr "Figyelmeztetés"
1431
 
1432
- #: includes/fs-plugin-info-dialog.php:1095
1433
  msgid "This plugin has not been tested with your current version of WordPress."
1434
- msgstr ""
1435
- "This plugin has not been tested with your current version of WordPress."
1436
 
1437
- #: includes/fs-plugin-info-dialog.php:1097
1438
- msgid ""
1439
- "This plugin has not been marked as compatible with your version of WordPress."
1440
- msgstr ""
1441
- "This plugin has not been marked as compatible with your version of WordPress."
1442
 
1443
- #: includes/fs-plugin-info-dialog.php:1116
1444
  msgid "Paid add-on must be deployed to Freemius."
1445
  msgstr "Paid add-on must be deployed to Freemius."
1446
 
1447
- #: includes/fs-plugin-info-dialog.php:1117
1448
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1449
  msgstr "Add-on must be deployed to WordPress.org or Freemius."
1450
 
1451
- #: templates/account.php:81 templates/account/partials/addon.php:22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1452
  #: templates/account/partials/site.php:295
1453
- #: templates/forms/subscription-cancellation.php:96
1454
  msgid "Downgrading your plan"
1455
  msgstr "Downgrading your plan"
1456
 
1457
- #: templates/account.php:82 templates/account/partials/addon.php:23
 
1458
  #: templates/account/partials/site.php:296
1459
- #: templates/forms/subscription-cancellation.php:97
1460
  msgid "Cancelling the subscription"
1461
  msgstr "Cancelling the subscription"
1462
 
1463
- #: templates/account.php:84 templates/account/partials/addon.php:25
1464
- #: templates/account/partials/site.php:298
1465
- #: templates/forms/subscription-cancellation.php:99
1466
- #, php-format
1467
- msgid ""
1468
- "%1s will immediately stop all future recurring payments and your %s plan "
1469
- "license will expire in %s."
1470
- msgstr ""
1471
- "%1s will immediately stop all future recurring payments and your %s plan "
1472
- "license will expire in %s."
1473
 
1474
- #: templates/account.php:85 templates/account/partials/addon.php:26
 
1475
  #: templates/account/partials/site.php:299
1476
- #: templates/forms/subscription-cancellation.php:100
1477
- msgid ""
1478
- "Please note that we will not be able to grandfather outdated pricing for "
1479
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1480
- "subscription manually in the future, after a price increase, which typically "
1481
- "occurs once a year, you will be charged the updated price."
1482
- msgstr ""
1483
- "Please note that we will not be able to grandfather outdated pricing for "
1484
- "renewals/new subscriptions after a cancellation. If you choose to renew the "
1485
- "subscription manually in the future, after a price increase, which typically "
1486
- "occurs once a year, you will be charged the updated price."
1487
 
1488
- #: templates/account.php:86 templates/account/partials/addon.php:27
1489
- #: templates/forms/subscription-cancellation.php:106
1490
- msgid ""
1491
- "Cancelling the trial will immediately block access to all premium features. "
1492
- "Are you sure?"
1493
- msgstr ""
1494
- "Cancelling the trial will immediately block access to all premium features. "
1495
- "Are you sure?"
1496
 
1497
- #: templates/account.php:87 templates/account/partials/addon.php:28
 
1498
  #: templates/account/partials/site.php:300
1499
- #: tem
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: Vova Feldman <vova@freemius.com>\n"
 
 
12
  "Language: hu_HU\n"
13
+ "Language-Team: Hungarian (Hungary) (http://www.transifex.com/freemius/wordpress-sdk/language/hu_HU/)\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "MIME-Version: 1.0\n"
18
  "X-Poedit-Basepath: ..\n"
19
+ "X-Poedit-KeywordsList: get_text_inline;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;get_text_x_inline:1,2c;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
 
 
 
 
 
 
 
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
 
24
+ #: includes/class-freemius.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 couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
35
 
36
+ #: includes/class-freemius.php:2055
37
  msgid "Error"
38
  msgstr "Hiba"
39
 
40
+ #: includes/class-freemius.php:2445
 
41
  msgid "I found a better %s"
42
  msgstr "Jobb %st találtam"
43
 
44
+ #: includes/class-freemius.php:2447
 
45
  msgid "What's the %s's name?"
46
  msgstr "Mi a %s neve?"
47
 
48
+ #: includes/class-freemius.php:2453
 
49
  msgid "It's a temporary %s. I'm just debugging an issue."
50
  msgstr "Ez csak egy ideiglenes %s. Egy hibát kell megoldanom."
51
 
52
+ #: includes/class-freemius.php:2455
53
  msgid "Deactivation"
54
  msgstr "Deaktiválás"
55
 
56
+ #: includes/class-freemius.php:2456
57
  msgid "Theme Switch"
58
  msgstr "Sablon váltás"
59
 
60
+ #: includes/class-freemius.php2465, templates/forms/resend-key.php:24
61
  msgid "Other"
62
  msgstr "Egyéb"
63
 
64
+ #: includes/class-freemius.php:2473
 
65
  msgid "I no longer need the %s"
66
  msgstr "I no longer need the %s"
67
 
68
+ #: includes/class-freemius.php:2480
 
69
  msgid "I only needed the %s for a short period"
70
  msgstr "I only needed the %s for a short period"
71
 
72
+ #: includes/class-freemius.php:2486
 
73
  msgid "The %s broke my site"
74
  msgstr "The %s broke my site"
75
 
76
+ #: includes/class-freemius.php:2493
 
77
  msgid "The %s suddenly stopped working"
78
  msgstr "The %s suddenly stopped working"
79
 
80
+ #: includes/class-freemius.php:2503
81
  msgid "I can't pay for it anymore"
82
  msgstr "Nem tudom tovább fizetni"
83
 
84
+ #: includes/class-freemius.php:2505
85
  msgid "What price would you feel comfortable paying?"
86
  msgstr "Mi lenne az elfogadható ár, amit tudnál fizetni?"
87
 
88
+ #: includes/class-freemius.php:2511
89
  msgid "I don't like to share my information with you"
90
  msgstr "Nem szeretném megosztani veletek az információt"
91
 
92
+ #: includes/class-freemius.php:2532
 
93
  msgid "The %s didn't work"
94
  msgstr "A %s nem működött"
95
 
96
+ #: includes/class-freemius.php:2542
97
  msgid "I couldn't understand how to make it work"
98
  msgstr "Nem értettem, hogy kell használni"
99
 
100
+ #: includes/class-freemius.php:2550
 
101
  msgid "The %s is great, but I need specific feature that you don't support"
102
  msgstr "The %s is great, but I need specific feature that you don't support"
103
 
104
+ #: includes/class-freemius.php:2552
105
  msgid "What feature?"
106
  msgstr "Melyik funkcióra van szükséged?"
107
 
108
+ #: includes/class-freemius.php:2556
 
109
  msgid "The %s is not working"
110
  msgstr "A(z) %s nem működik"
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 "Ha elmondod mi nem működött, ki tudjuk javítani a leendő felhasználók számára..."
 
 
115
 
116
+ #: includes/class-freemius.php:2562
117
  msgid "It's not what I was looking for"
118
  msgstr "Nem ezt kerestem"
119
 
120
+ #: includes/class-freemius.php:2564
121
  msgid "What you've been looking for?"
122
  msgstr "Pontosan mit kerestél?"
123
 
124
+ #: includes/class-freemius.php:2568
 
125
  msgid "The %s didn't work as expected"
126
  msgstr "A %s nem az elvárásoknak megfelelően működött"
127
 
128
+ #: includes/class-freemius.php:2570
129
  msgid "What did you expect?"
130
  msgstr "Mire számítottál?"
131
 
132
+ #: includes/class-freemius.php3425, templates/debug.php:20
133
  msgid "Freemius Debug"
134
  msgstr "Freemius Debug"
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 "I don't know what is cURL or how to install it, help me!"
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 "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
 
 
 
 
 
143
 
144
+ #: includes/class-freemius.php: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 "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
 
 
 
 
 
 
 
 
 
 
 
147
 
148
+ #: includes/class-freemius.php:4291
149
  msgid "Yes - do your thing"
150
  msgstr "Igen - tedd a dolgod"
151
 
152
+ #: includes/class-freemius.php:4296
153
  msgid "No - just deactivate"
154
  msgstr "Nem - csak deaktiválom"
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 "Hoppá"
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 "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
 
 
 
 
 
 
 
170
 
171
+ #: includes/class-freemius.php:4847
 
172
  msgctxt "addonX cannot run without pluginY"
173
  msgid "%s cannot run without %s."
174
  msgstr "%s cannot run without %s."
175
 
176
+ #: includes/class-freemius.php:4848
 
177
  msgctxt "addonX cannot run..."
178
  msgid "%s cannot run without the plugin."
179
  msgstr "%s cannot run without the 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 "Unexpected API error. Please contact the %s's author with the following error."
 
 
 
 
 
185
 
186
+ #: includes/class-freemius.php:5687
 
187
  msgid "Premium %s version was successfully activated."
188
  msgstr "Premium %s version was successfully activated."
189
 
190
+ #: includes/class-freemius.php5699, includes/class-freemius.php:7567
 
 
 
191
  msgctxt ""
 
 
192
  msgid "W00t"
193
  msgstr "Fantasztikus"
194
 
195
+ #: includes/class-freemius.php:5714
 
196
  msgid "You have a %s license."
197
  msgstr "You have a %s license."
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 "Juhuuu"
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 "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
 
 
 
 
 
 
 
210
 
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 is a premium only add-on. You have to purchase a license first before activating the 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 "More information about %s"
219
 
220
+ #: includes/class-freemius.php:5996
221
  msgid "Purchase License"
222
  msgstr "Licensz vásárlása"
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 "Küldtünk egy aktivációs emailt a(z) %s szoftverünkhöz a következő email címre: %s. Kérlek kattints a levélben található aktivációs linkre, hogy %s."
 
 
 
 
 
227
 
228
+ #: includes/class-freemius.php:6935
229
  msgid "start the trial"
230
  msgstr "próbaidő indítása"
231
 
232
+ #: includes/class-freemius.php6936, templates/connect.php:167
233
  msgid "complete the install"
234
  msgstr "befejezd a telepítést"
235
 
236
+ #: includes/class-freemius.php:7049
 
237
  msgid "You are just one step away - %s"
238
  msgstr "Már csak egy lépés van hátra - %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 "\"%s\" aktiválásának a befejezése most"
244
 
245
+ #: includes/class-freemius.php:7130
 
246
  msgid "We made a few tweaks to the %s, %s"
247
  msgstr "We made a few tweaks to the %s, %s"
248
 
249
+ #: includes/class-freemius.php:7134
 
250
  msgid "Opt in to make \"%s\" better!"
251
  msgstr "Opt in to make \"%s\" better!"
252
 
253
+ #: includes/class-freemius.php:7566
 
254
  msgid "The upgrade of %s was successfully completed."
255
  msgstr "The upgrade of %s was successfully completed."
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 "Kiegészítő"
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 "Bővítmény"
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 "Sablon"
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 "Invalid site details collection."
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 "We couldn't find your email address in the system, are you sure it's the right address?"
 
 
 
 
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 "We can't see any active licenses associated with that email address, are you sure it's the right address?"
 
 
 
 
290
 
291
+ #: includes/class-freemius.php:12945
292
  msgid "Account is pending activation."
293
  msgstr "A fiók aktiválása függőben."
294
 
295
+ #: includes/class-freemius.php13057,
296
  #: templates/forms/premium-versions-upgrade-handler.php:47
297
  msgid "Buy a license now"
298
  msgstr "Vásárolj licenszet most"
299
 
300
+ #: includes/class-freemius.php13069,
301
  #: templates/forms/premium-versions-upgrade-handler.php:46
302
  msgid "Renew your license now"
303
  msgstr "Licensz kulcs megújítása"
304
 
305
+ #: includes/class-freemius.php:13073
 
306
  msgid "%s to access version %s security & feature updates, and support."
307
  msgstr "%s to access version %s security & feature updates, and support."
308
 
309
+ #: includes/class-freemius.php:15448
 
310
  msgid "%s activation was successfully completed."
311
  msgstr "%s activation was successfully completed."
312
 
313
+ #: includes/class-freemius.php:15462
 
314
  msgid "Your account was successfully activated with the %s plan."
315
  msgstr "A fiókodat sikeresen aktiváltuk a következő csomaggal: %s"
316
 
317
+ #: includes/class-freemius.php15473, includes/class-freemius.php:19061
318
  msgid "Your trial has been successfully started."
319
  msgstr "A próbaidőszakodat sikeresen aktiváltuk."
320
 
321
+ #: includes/class-freemius.php16043, includes/class-freemius.php16131,
322
+ #: includes/class-freemius.php:16297
 
323
  msgid "Couldn't activate %s."
324
  msgstr "Couldn't activate %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 "Please contact us with the following message:"
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 "Előfizetés frissítése"
338
 
339
+ #: includes/class-freemius.php:16661
340
  msgid "Start Trial"
341
  msgstr "Próbaidő indítása"
342
 
343
+ #: includes/class-freemius.php:16663
344
  msgid "Pricing"
345
  msgstr "Árak"
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 "Fiók"
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 "Kapcsolat"
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 "Kiegészítők"
366
 
367
+ #: includes/class-freemius.php:16835
368
  msgctxt "ASCII arrow left icon"
369
  msgid "&#x2190;"
370
  msgstr "&#x2190;"
371
 
372
+ #: includes/class-freemius.php:16835
373
  msgctxt "ASCII arrow right icon"
374
  msgid "&#x27a4;"
375
  msgstr "&#x27a4;"
376
 
377
+ #: includes/class-freemius.php16837, templates/pricing.php:102
378
  msgctxt "noun"
379
  msgid "Pricing"
380
  msgstr "Árak"
381
 
382
+ #: includes/class-freemius.php17050,
383
  #: includes/customizer/class-fs-customizer-support-section.php:67
384
  msgid "Support Forum"
385
  msgstr "Támogató fórum"
386
 
387
+ #: includes/class-freemius.php:17995
388
  msgid "Your email has been successfully verified - you are AWESOME!"
389
  msgstr "Az email címedet sikerült ellenőrizni - ez nagyszerű!"
390
 
391
+ #: includes/class-freemius.php:17996
392
  msgctxt "a positive response"
393
  msgid "Right on"
394
  msgstr "Right on"
395
 
396
+ #: includes/class-freemius.php:18660
 
397
  msgid "Your %s Add-on plan was successfully upgraded."
398
  msgstr "Your %s Add-on plan was successfully upgraded."
399
 
400
+ #: includes/class-freemius.php:18662
 
401
  msgid "%s Add-on was successfully purchased."
402
  msgstr "%s Add-on was successfully purchased."
403
 
404
+ #: includes/class-freemius.php:18665
405
  msgid "Download the latest version"
406
  msgstr "Töltsd le a legfrissebb verziót"
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 received from the server:"
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 "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
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 "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."
 
 
 
 
 
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 "Próbaidő"
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 "I have upgraded my account but when I try to Sync the License, the plan remains %s."
 
 
 
 
 
440
 
441
+ #: includes/class-freemius.php18984, includes/class-freemius.php:19043
442
  msgid "Please contact us here"
443
  msgstr "Please contact us here"
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 "Your plan was successfully upgraded."
452
 
453
+ #: includes/class-freemius.php:19013
 
454
  msgid "Your plan was successfully changed to %s."
455
  msgstr "Your plan was successfully changed to %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 "Your license has expired. You can still continue using the free %s forever."
 
 
 
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 "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
 
 
 
 
 
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 "Your license has been cancelled. If you think it's a mistake, please contact 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 "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."
 
 
 
 
 
 
 
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 "Your free trial has expired. You can still continue using all our free features."
 
 
 
 
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 "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
 
 
 
 
 
480
 
481
+ #: includes/class-freemius.php:19184
482
  msgid "It looks like the license could not be activated."
483
  msgstr "It looks like the license could not be activated."
484
 
485
+ #: includes/class-freemius.php:19226
486
  msgid "Your license was successfully activated."
487
  msgstr "Your license was successfully activated."
488
 
489
+ #: includes/class-freemius.php:19252
490
  msgid "It looks like your site currently doesn't have an active license."
491
  msgstr "It looks like your site currently doesn't have an active license."
492
 
493
+ #: includes/class-freemius.php:19276
494
  msgid "It looks like the license deactivation failed."
495
  msgstr "Úgy tűnik a licensz deaktiválása nem sikerült."
496
 
497
+ #: includes/class-freemius.php:19304
 
498
  msgid "Your license was successfully deactivated, you are back to the %s plan."
499
  msgstr "A licenszedet sikeresen deaktiváltuk, az aktuális csomagod: %s"
500
 
501
+ #: includes/class-freemius.php:19305
502
  msgid "O.K"
503
  msgstr "Rendben"
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 "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few 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 "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
 
 
 
 
 
512
 
513
+ #: includes/class-freemius.php:19409
 
514
  msgid "You are already running the %s in a trial mode."
515
  msgstr "You are already running the %s in a trial mode."
516
 
517
+ #: includes/class-freemius.php:19420
518
  msgid "You already utilized a trial before."
519
  msgstr "You already utilized a trial before."
520
 
521
+ #: includes/class-freemius.php:19434
 
522
  msgid "Plan %s do not exist, therefore, can't start a trial."
523
  msgstr "Plan %s do not exist, therefore, can't start a trial."
524
 
525
+ #: includes/class-freemius.php:19445
 
526
  msgid "Plan %s does not support a trial period."
527
  msgstr "Plan %s does not support a trial period."
528
 
529
+ #: includes/class-freemius.php:19456
 
530
  msgid "None of the %s's plans supports a trial period."
531
  msgstr "None of the %s's plans supports a trial period."
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 "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
 
 
 
 
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 "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
 
 
 
 
540
 
541
+ #: includes/class-freemius.php:19561
 
542
  msgid "Your %s free trial was successfully cancelled."
543
  msgstr "Your %s free trial was successfully cancelled."
544
 
545
+ #: includes/class-freemius.php:19877
 
546
  msgid "Version %s was released."
547
  msgstr "Version %s was released."
548
 
549
+ #: includes/class-freemius.php:19877
 
550
  msgid "Please download %s."
551
  msgstr "Please download %s."
552
 
553
+ #: includes/class-freemius.php:19884
 
554
  msgid "the latest %s version here"
555
  msgstr "the latest %s version here"
556
 
557
+ #: includes/class-freemius.php:19889
558
  msgid "New"
559
  msgstr "Új"
560
 
561
+ #: includes/class-freemius.php:19894
562
  msgid "Seems like you got the latest release."
563
  msgstr "Seems like you got the latest release."
564
 
565
+ #: includes/class-freemius.php:19895
566
  msgid "You are all good!"
567
  msgstr "Minden rendben!"
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 "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
 
 
 
 
 
572
 
573
+ #: includes/class-freemius.php:20304
574
  msgid "Site successfully opted in."
575
  msgstr "Site successfully opted in."
576
 
577
+ #: includes/class-freemius.php20305, includes/class-freemius.php:21125
578
  msgid "Awesome"
579
  msgstr "Nagyszerű"
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 "We appreciate your help in making the %s better by letting us track some usage data."
 
 
 
 
 
584
 
585
+ #: includes/class-freemius.php:20322
586
  msgid "Thank you!"
587
  msgstr "Köszönjük!"
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 "We will no longer be sending any usage data of %s on %s to %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 "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."
 
 
 
 
 
 
 
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 "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
 
 
 
 
 
600
 
601
+ #: includes/class-freemius.php:20469
 
602
  msgid "%s is the new owner of the account."
603
  msgstr "%s is the new owner of the account."
604
 
605
+ #: includes/class-freemius.php:20471
606
  msgctxt "as congratulations"
607
  msgid "Congrats"
608
  msgstr "Gratulálunk"
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 "Sorry, we could not complete the email update. Another user with the same email is already registered."
 
 
 
 
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 "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
 
 
 
 
 
617
 
618
+ #: includes/class-freemius.php:20499
619
  msgid "Change Ownership"
620
  msgstr "Tulajdonos módosítása"
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 "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
 
 
 
 
625
 
626
+ #: includes/class-freemius.php:20519
627
  msgid "Please provide your full name."
628
  msgstr "Kérlek add meg a teljes neved!"
629
 
630
+ #: includes/class-freemius.php:20524
631
  msgid "Your name was successfully updated."
632
  msgstr "A neved sikeresen frissítettük."
633
 
634
+ #: includes/class-freemius.php:20585
 
635
  msgid "You have successfully updated your %s."
636
  msgstr "You have successfully updated your %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 "Just letting you know that the add-ons information of %s is being pulled from an external server."
 
 
 
 
 
641
 
642
+ #: includes/class-freemius.php:20726
643
  msgctxt "advance notice of something that will need attention."
644
  msgid "Heads up"
645
  msgstr "Figyelem"
646
 
647
+ #: includes/class-freemius.php:21165
648
  msgctxt "exclamation"
649
  msgid "Hey"
650
  msgstr "Üdv"
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 "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
 
 
 
 
 
655
 
656
+ #: includes/class-freemius.php:21173
 
657
  msgid "No commitment for %s days - cancel anytime!"
658
  msgstr "No commitment for %s days - cancel anytime!"
659
 
660
+ #: includes/class-freemius.php:21174
661
  msgid "No credit card required"
662
  msgstr "Bankkártya megadása nem kötelező"
663
 
664
+ #: includes/class-freemius.php21181, templates/forms/trial-start.php:53
665
  msgctxt "call to action"
666
  msgid "Start free trial"
667
  msgstr "Start free trial"
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 there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
 
 
 
 
 
672
 
673
+ #: includes/class-freemius.php:21267
674
  msgid "Learn more"
675
  msgstr "Bővebben"
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 "Licensz aktiválása"
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 "Licensz módosítása"
688
 
689
+ #: includes/class-freemius.php21539, templates/account/partials/site.php:161
690
  msgid "Opt Out"
691
  msgstr "Leiratkozás"
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 "Feliratkozás"
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 "Activate %s features"
706
 
707
+ #: includes/class-freemius.php:21796
708
  msgid "Please follow these steps to complete the upgrade"
709
  msgstr "Please follow these steps to complete the upgrade"
710
 
711
+ #: includes/class-freemius.php:21800
 
712
  msgid "Download the latest %s version"
713
  msgstr "Download the latest %s version"
714
 
715
+ #: includes/class-freemius.php:21804
716
  msgid "Upload and activate the downloaded version"
717
  msgstr "Upload and activate the downloaded version"
718
 
719
+ #: includes/class-freemius.php:21806
720
  msgid "How to upload and activate?"
721
  msgstr "How to upload and activate?"
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 here%s to choose the sites where you'd like to activate the license on."
 
 
 
 
 
726
 
727
+ #: includes/class-freemius.php:22101
728
  msgid "Auto installation only works for opted-in users."
729
  msgstr "Auto installation only works for opted-in users."
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 "Invalid module ID."
736
 
737
+ #: includes/class-freemius.php22120, includes/class-fs-plugin-updater.php:1185
738
  msgid "Premium version already active."
739
  msgstr "Premium version already active."
740
 
741
+ #: includes/class-freemius.php:22127
742
  msgid "You do not have a valid license to access the premium version."
743
  msgstr "You do not have a valid license to access the premium version."
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 "Plugin is a \"Serviceware\" which means it does not have a premium code version."
 
 
 
 
748
 
749
+ #: includes/class-freemius.php22152, includes/class-fs-plugin-updater.php:1184
750
  msgid "Premium add-on version already installed."
751
  msgstr "Premium add-on version already installed."
752
 
753
+ #: includes/class-freemius.php:22497
754
  msgid "View paid features"
755
  msgstr "Fizetős funkciók megtekintése"
756
 
757
+ #: includes/class-freemius.php:22819
 
758
  msgid "Thank you so much for using %s and its add-ons!"
759
  msgstr "Thank you so much for using %s and its add-ons!"
760
 
761
+ #: includes/class-freemius.php:22820
 
762
  msgid "Thank you so much for using %s!"
763
  msgstr "Thank you so much for using %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 "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
 
 
 
 
 
768
 
769
+ #: includes/class-freemius.php:22830
770
  msgid "Thank you so much for using our products!"
771
  msgstr "Thank you so much for using our products!"
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 "You've already opted-in to our usage-tracking, which helps us keep improving them."
 
 
 
 
776
 
777
+ #: includes/class-freemius.php:22850
 
778
  msgid "%s and its add-ons"
779
  msgstr "%s and its add-ons"
780
 
781
+ #: includes/class-freemius.php:22859
782
  msgid "Products"
783
  msgstr "Termékek"
784
 
785
+ #: includes/class-freemius.php22866, templates/connect.php:272
786
  msgid "Yes"
787
  msgstr "Igen"
788
 
789
+ #: includes/class-freemius.php22867, templates/connect.php:273
790
  msgid "send me security & feature updates, educational content and offers."
791
+ msgstr "kérek biztonsági és funkcionális frissítéseket, használati ismertetőket és ajánlatokat."
 
 
792
 
793
+ #: includes/class-freemius.php22868, templates/connect.php:278
794
  msgid "No"
795
  msgstr "Nem"
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 "do %sNOT%s send me security & feature updates, educational content and offers."
 
 
 
 
 
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 "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
 
 
 
 
808
 
809
+ #: includes/class-freemius.php:23164
810
  msgid "License key is empty."
811
  msgstr "A licensz kulcs üres."
812
 
813
+ #: includes/class-fs-plugin-updater.php184,
814
  #: templates/forms/premium-versions-upgrade-handler.php:57
815
  msgid "Renew license"
816
  msgstr "Licensz megújítása"
817
 
818
+ #: includes/class-fs-plugin-updater.php189,
819
  #: templates/forms/premium-versions-upgrade-handler.php:58
820
  msgid "Buy license"
821
  msgstr "Licensz vásárlása"
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 "There is a %s of %s available."
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 "új verzió"
837
 
838
+ #: includes/class-fs-plugin-updater.php:342
839
  msgid "Important Upgrade Notice:"
840
  msgstr "Important Upgrade Notice:"
841
 
842
+ #: includes/class-fs-plugin-updater.php:1214
 
843
  msgid "Installing plugin: %s"
844
  msgstr "Bővítmény telepítése: %s"
845
 
846
+ #: includes/class-fs-plugin-updater.php:1255
847
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
848
  msgstr "Unable to connect to the filesystem. Please confirm your credentials."
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 "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 "Vásárlás"
863
 
864
+ #: includes/fs-plugin-info-dialog.php:514
 
865
  msgid "Start my free %s"
866
  msgstr "Start my free %s"
867
 
868
+ #: includes/fs-plugin-info-dialog.php:712
869
+ msgid "Install Free Version Update Now"
870
+ msgstr "Install Free Version Update Now"
871
+
872
+ #: includes/fs-plugin-info-dialog.php713, templates/account.php:534
873
+ msgid "Install Update Now"
874
+ msgstr "Frissítés telepítése most"
875
+
876
+ #: includes/fs-plugin-info-dialog.php:722
877
  msgid "Install Free Version Now"
878
  msgstr "Install Free Version Now"
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 "Telepítés most"
886
 
887
+ #: includes/fs-plugin-info-dialog.php:739
888
  msgctxt "as download latest version"
889
  msgid "Download Latest Free Version"
890
  msgstr "Download Latest Free Version"
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 "Download Latest"
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 "Activate this add-on"
 
 
 
 
 
 
 
 
 
 
 
 
903
 
904
+ #: includes/fs-plugin-info-dialog.php757, templates/connect.php:418
905
+ msgid "Activate Free Version"
906
+ msgstr "Ingyenes verzió aktiválása"
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 "Aktiválás"
912
 
913
+ #: includes/fs-plugin-info-dialog.php:968
914
  msgctxt "Plugin installer section title"
915
  msgid "Description"
916
  msgstr "Leírás"
917
 
918
+ #: includes/fs-plugin-info-dialog.php:969
919
  msgctxt "Plugin installer section title"
920
  msgid "Installation"
921
  msgstr "Telepítés"
922
 
923
+ #: includes/fs-plugin-info-dialog.php:970
924
  msgctxt "Plugin installer section title"
925
  msgid "FAQ"
926
  msgstr "GYIK"
927
 
928
+ #: includes/fs-plugin-info-dialog.php971,
929
  #: templates/plugin-info/description.php:55
930
  msgid "Screenshots"
931
  msgstr "Képernyőfotók"
932
 
933
+ #: includes/fs-plugin-info-dialog.php:972
934
  msgctxt "Plugin installer section title"
935
  msgid "Changelog"
936
  msgstr "Változtatások"
937
 
938
+ #: includes/fs-plugin-info-dialog.php:973
939
  msgctxt "Plugin installer section title"
940
  msgid "Reviews"
941
  msgstr "Vélemények"
942
 
943
+ #: includes/fs-plugin-info-dialog.php:974
944
  msgctxt "Plugin installer section title"
945
  msgid "Other Notes"
946
  msgstr "Egyéb megjegyzések"
947
 
948
+ #: includes/fs-plugin-info-dialog.php:989
949
  msgctxt "Plugin installer section title"
950
  msgid "Features & Pricing"
951
  msgstr "Funkciók & Árak"
952
 
953
+ #: includes/fs-plugin-info-dialog.php:999
954
  msgid "Plugin Install"
955
  msgstr "Bővítmény telepítése"
956
 
957
+ #: includes/fs-plugin-info-dialog.php:1071
 
958
  msgctxt "e.g. Professional Plan"
959
  msgid "%s Plan"
960
  msgstr "%s csomag"
961
 
962
+ #: includes/fs-plugin-info-dialog.php:1097
963
  msgctxt "e.g. the best product"
964
  msgid "Best"
965
  msgstr "Legjobb"
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 "Havi"
972
 
973
+ #: includes/fs-plugin-info-dialog.php:1106
974
  msgctxt "as once a year"
975
  msgid "Annual"
976
  msgstr "Éves"
977
 
978
+ #: includes/fs-plugin-info-dialog.php:1109
979
  msgid "Lifetime"
980
  msgstr "Örök"
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 számlázás"
988
 
989
+ #: includes/fs-plugin-info-dialog.php:1125
990
  msgctxt "as once a year"
991
  msgid "Annually"
992
  msgstr "Éves"
993
 
994
+ #: includes/fs-plugin-info-dialog.php:1127
995
  msgctxt "as once a year"
996
  msgid "Once"
997
  msgstr "Egyszeri"
998
 
999
+ #: includes/fs-plugin-info-dialog.php:1133
1000
  msgid "Single Site License"
1001
  msgstr "Egy weboldalas licensz"
1002
 
1003
+ #: includes/fs-plugin-info-dialog.php:1135
1004
  msgid "Unlimited Licenses"
1005
  msgstr "Korlátlan licensz"
1006
 
1007
+ #: includes/fs-plugin-info-dialog.php:1137
 
1008
  msgid "Up to %s Sites"
1009
  msgstr "Up to %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 "hó"
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 "év"
1022
 
1023
+ #: includes/fs-plugin-info-dialog.php:1208
1024
  msgctxt "noun"
1025
  msgid "Price"
1026
  msgstr "Ár"
1027
 
1028
+ #: includes/fs-plugin-info-dialog.php:1256
 
1029
  msgid "Save %s"
1030
  msgstr "%s mentése"
1031
 
1032
+ #: includes/fs-plugin-info-dialog.php:1266
 
1033
  msgid "No commitment for %s - cancel anytime"
1034
  msgstr "No commitment for %s - cancel anytime"
1035
 
1036
+ #: includes/fs-plugin-info-dialog.php:1269
 
1037
  msgid "After your free %s, pay as little as %s"
1038
  msgstr "After your free %s, pay as little as %s"
1039
 
1040
+ #: includes/fs-plugin-info-dialog.php:1280
1041
  msgid "Details"
1042
  msgstr "Részletek"
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 "Verzió"
1050
 
1051
+ #: includes/fs-plugin-info-dialog.php:1291
1052
  msgctxt "as the plugin author"
1053
  msgid "Author"
1054
  msgstr "Szerző"
1055
 
1056
+ #: includes/fs-plugin-info-dialog.php:1298
1057
  msgid "Last Updated"
1058
  msgstr "Utolsó frissítés"
1059
 
1060
+ #: includes/fs-plugin-info-dialog.php1303, templates/account.php:444
 
1061
  msgctxt "x-ago"
1062
  msgid "%s ago"
1063
  msgstr "%s ago"
1064
 
1065
+ #: includes/fs-plugin-info-dialog.php:1312
1066
  msgid "Requires WordPress Version"
1067
  msgstr "A következő WordPress verzió szükséges:"
1068
 
1069
+ #: includes/fs-plugin-info-dialog.php:1313
 
1070
  msgid "%s or higher"
1071
  msgstr "%s or higher"
1072
 
1073
+ #: includes/fs-plugin-info-dialog.php:1320
1074
  msgid "Compatible up to"
1075
  msgstr "Compatible up to"
1076
 
1077
+ #: includes/fs-plugin-info-dialog.php:1328
1078
  msgid "Downloaded"
1079
  msgstr "Letöltések száma:"
1080
 
1081
+ #: includes/fs-plugin-info-dialog.php:1332
 
1082
  msgid "%s time"
1083
  msgstr "%s"
1084
 
1085
+ #: includes/fs-plugin-info-dialog.php:1334
 
1086
  msgid "%s times"
1087
  msgstr "%s"
1088
 
1089
+ #: includes/fs-plugin-info-dialog.php:1344
1090
  msgid "WordPress.org Plugin Page"
1091
  msgstr "WordPress.org bővítmény oldal"
1092
 
1093
+ #: includes/fs-plugin-info-dialog.php:1352
1094
  msgid "Plugin Homepage"
1095
  msgstr "Bővítmény oldala"
1096
 
1097
+ #: includes/fs-plugin-info-dialog.php1360,
1098
+ #: includes/fs-plugin-info-dialog.php:1442
1099
  msgid "Donate to this plugin"
1100
  msgstr "Bővítmény támogatása"
1101
 
1102
+ #: includes/fs-plugin-info-dialog.php:1367
1103
  msgid "Average Rating"
1104
  msgstr "Átlagos értékelés"
1105
 
1106
+ #: includes/fs-plugin-info-dialog.php:1374
 
1107
  msgid "based on %s"
1108
  msgstr "based on %s"
1109
 
1110
+ #: includes/fs-plugin-info-dialog.php:1378
 
1111
  msgid "%s rating"
1112
  msgstr "%s rating"
1113
 
1114
+ #: includes/fs-plugin-info-dialog.php:1380
 
1115
  msgid "%s ratings"
1116
  msgstr "%s ratings"
1117
 
1118
+ #: includes/fs-plugin-info-dialog.php:1395
 
1119
  msgid "%s star"
1120
  msgstr "%s star"
1121
 
1122
+ #: includes/fs-plugin-info-dialog.php:1397
 
1123
  msgid "%s stars"
1124
  msgstr "%s stars"
1125
 
1126
+ #: includes/fs-plugin-info-dialog.php:1408
 
1127
  msgid "Click to see reviews that provided a rating of %s"
1128
  msgstr "Click to see reviews that provided a rating of %s"
1129
 
1130
+ #: includes/fs-plugin-info-dialog.php:1421
1131
  msgid "Contributors"
1132
  msgstr "Közreműködők"
1133
 
1134
+ #: includes/fs-plugin-info-dialog.php1450,
1135
+ #: includes/fs-plugin-info-dialog.php:1452
1136
  msgid "Warning"
1137
  msgstr "Figyelmeztetés"
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 "This plugin has not been tested with your current version of 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 "This plugin has not been marked as compatible with your version of WordPress."
 
 
1146
 
1147
+ #: includes/fs-plugin-info-dialog.php:1471
1148
  msgid "Paid add-on must be deployed to Freemius."
1149
  msgstr "Paid add-on must be deployed to Freemius."
1150
 
1151
+ #: includes/fs-plugin-info-dialog.php:1472
1152
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1153
  msgstr "Add-on must be deployed to WordPress.org or Freemius."
1154
 
1155
+ #: includes/fs-plugin-info-dialog.php:1493
1156
+ msgid "Newer Version (%s) Installed"
1157
+ msgstr "Newer Version (%s) Installed"
1158
+
1159
+ #: includes/fs-plugin-info-dialog.php:1494
1160
+ msgid "Newer Free Version (%s) Installed"
1161
+ msgstr "Newer Free Version (%s) Installed"
1162
+
1163
+ #: includes/fs-plugin-info-dialog.php:1501
1164
+ msgid "Latest Version Installed"
1165
+ msgstr "Legfrissebb verzió telepítve"
1166
+
1167
+ #: includes/fs-plugin-info-dialog.php:1502
1168
+ msgid "Latest Free Version Installed"
1169
+ msgstr "Legfrissebb ingyenes verzió telepítve"
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 "Downgrading your 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 "Cancelling the subscription"
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 "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."
 
 
 
 
 
 
 
 
 
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 "Cancelling the trial will immediately block access to all premium features. Are you sure?"
 
 
 
 
1199
 
1200
+ #: templates/account.php92, templates/forms/subscription-cancellation.php101,
1201
+ #: templates/account/partials/addon.php32,
1202
  #: templates/account/partials/site.php:300