Google Captcha (reCAPTCHA) by BestWebSoft - Version 1.30

Version Description

  • 18.05.2017 =
  • Update : The Spanish language file has been updated.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Google Captcha (reCAPTCHA) by BestWebSoft
Version 1.30
Comparing to
See all releases

Code changes from version 1.29 to 1.30

Files changed (58) hide show
  1. bws_menu/bws_functions.php +2 -11
  2. bws_menu/bws_menu.php +2 -2
  3. bws_menu/class-bws-settings.php +7 -2
  4. bws_menu/css/general_style.css +17 -14
  5. bws_menu/fonts/bwsicons.eot +0 -0
  6. bws_menu/fonts/bwsicons.svg +1 -0
  7. bws_menu/fonts/bwsicons.ttf +0 -0
  8. bws_menu/fonts/bwsicons.woff +0 -0
  9. bws_menu/icons/plugins/db-manager.png +0 -0
  10. bws_menu/js/general_script.js +6 -0
  11. bws_menu/languages/bestwebsoft-cs_CZ.mo +0 -0
  12. bws_menu/languages/bestwebsoft-cs_CZ.po +345 -167
  13. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  14. bws_menu/languages/bestwebsoft-fr_FR.po +341 -30
  15. bws_menu/languages/bestwebsoft-id_ID.mo +0 -0
  16. bws_menu/languages/bestwebsoft-id_ID.po +2062 -0
  17. bws_menu/languages/bestwebsoft-nl_NL.mo +0 -0
  18. bws_menu/languages/bestwebsoft-nl_NL.po +1471 -0
  19. bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
  20. bws_menu/languages/bestwebsoft-pl_PL.po +341 -30
  21. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  22. bws_menu/languages/bestwebsoft-ru_RU.po +469 -35
  23. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  24. bws_menu/languages/bestwebsoft-uk.po +461 -35
  25. bws_menu/product_list.php +60 -62
  26. google-captcha.php +3 -3
  27. includes/whitelist.php +3 -3
  28. languages/google-captcha-ar.mo +0 -0
  29. languages/google-captcha-ar.po +71 -72
  30. languages/google-captcha-bg_BG.mo +0 -0
  31. languages/google-captcha-bg_BG.po +70 -71
  32. languages/google-captcha-cs_CZ.mo +0 -0
  33. languages/google-captcha-cs_CZ.po +71 -71
  34. languages/google-captcha-de_DE.mo +0 -0
  35. languages/google-captcha-de_DE.po +70 -71
  36. languages/google-captcha-el.mo +0 -0
  37. languages/google-captcha-el.po +70 -71
  38. languages/google-captcha-es_ES.mo +0 -0
  39. languages/google-captcha-es_ES.po +172 -167
  40. languages/google-captcha-fa_IR.mo +0 -0
  41. languages/google-captcha-fa_IR.po +71 -72
  42. languages/google-captcha-fr_FR.mo +0 -0
  43. languages/google-captcha-fr_FR.po +70 -71
  44. languages/google-captcha-hi.mo +0 -0
  45. languages/google-captcha-hi.po +70 -71
  46. languages/google-captcha-it_IT.mo +0 -0
  47. languages/google-captcha-it_IT.po +70 -71
  48. languages/google-captcha-pl_PL.mo +0 -0
  49. languages/google-captcha-pl_PL.po +70 -71
  50. languages/google-captcha-pt_BR.mo +0 -0
  51. languages/google-captcha-pt_BR.po +70 -71
  52. languages/google-captcha-ru_RU.mo +0 -0
  53. languages/google-captcha-ru_RU.po +70 -71
  54. languages/google-captcha-uk.mo +0 -0
  55. languages/google-captcha-uk.po +71 -72
  56. languages/google-captcha-zh_TW.mo +0 -0
  57. languages/google-captcha-zh_TW.po +70 -71
  58. readme.txt +10 -4
bws_menu/bws_functions.php CHANGED
@@ -388,7 +388,7 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
388
 
389
  if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
390
  function bws_plugin_banner_to_settings( $plugin_info, $plugin_options_name, $banner_url_or_slug, $settings_url, $post_type_url = false ) {
391
- global $wp_version, $bws_plugin_banner_to_settings;
392
 
393
  $is_network_admin = is_network_admin();
394
 
@@ -422,8 +422,6 @@ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
422
 
423
  if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
424
  function bws_plugin_suggest_feature_banner( $plugin_info, $plugin_options_name, $banner_url_or_slug ) {
425
- global $wp_version;
426
-
427
  $is_network_admin = is_network_admin();
428
 
429
  $plugin_options = $is_network_admin ? get_site_option( $plugin_options_name ) : get_option( $plugin_options_name );
@@ -683,9 +681,6 @@ if ( ! class_exists( 'BWS_admin_tooltip' ) ) {
683
  private $tooltip_args;
684
 
685
  public function __construct( $tooltip_args ) {
686
- global $wp_version;
687
- if ( 3.3 > $wp_version )
688
- return;
689
  /* Default arguments */
690
  $tooltip_args_default = array(
691
  'tooltip_id' => false,
@@ -804,9 +799,7 @@ if ( ! function_exists ( 'bws_form_restore_default_confirm' ) ) {
804
  /* shortcode */
805
  if ( ! function_exists( 'bws_add_editor_buttons' ) ) {
806
  function bws_add_editor_buttons() {
807
- global $bws_shortcode_list, $wp_version;
808
- if ( $wp_version < '3.3' )
809
- return;
810
  if ( ! empty( $bws_shortcode_list ) && current_user_can( 'edit_posts' ) && current_user_can( 'edit_pages' ) ) {
811
  add_filter( 'mce_external_plugins', 'bws_add_buttons' );
812
  add_filter( 'mce_buttons', 'bws_register_buttons' );
@@ -832,8 +825,6 @@ if ( ! function_exists( 'bws_register_buttons' ) ) {
832
  if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
833
  function bws_shortcode_media_button_popup() {
834
  global $bws_shortcode_list, $wp_version;
835
- if ( $wp_version < '3.3' )
836
- return;
837
 
838
  if ( ! empty( $bws_shortcode_list ) ) { ?>
839
  <div id="bws_shortcode_popup" style="display:none;">
388
 
389
  if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
390
  function bws_plugin_banner_to_settings( $plugin_info, $plugin_options_name, $banner_url_or_slug, $settings_url, $post_type_url = false ) {
391
+ global $bws_plugin_banner_to_settings;
392
 
393
  $is_network_admin = is_network_admin();
394
 
422
 
423
  if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
424
  function bws_plugin_suggest_feature_banner( $plugin_info, $plugin_options_name, $banner_url_or_slug ) {
 
 
425
  $is_network_admin = is_network_admin();
426
 
427
  $plugin_options = $is_network_admin ? get_site_option( $plugin_options_name ) : get_option( $plugin_options_name );
681
  private $tooltip_args;
682
 
683
  public function __construct( $tooltip_args ) {
 
 
 
684
  /* Default arguments */
685
  $tooltip_args_default = array(
686
  'tooltip_id' => false,
799
  /* shortcode */
800
  if ( ! function_exists( 'bws_add_editor_buttons' ) ) {
801
  function bws_add_editor_buttons() {
802
+ global $bws_shortcode_list;
 
 
803
  if ( ! empty( $bws_shortcode_list ) && current_user_can( 'edit_posts' ) && current_user_can( 'edit_pages' ) ) {
804
  add_filter( 'mce_external_plugins', 'bws_add_buttons' );
805
  add_filter( 'mce_buttons', 'bws_register_buttons' );
825
  if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
826
  function bws_shortcode_media_button_popup() {
827
  global $bws_shortcode_list, $wp_version;
 
 
828
 
829
  if ( ! empty( $bws_shortcode_list ) ) { ?>
830
  <div id="bws_shortcode_popup" style="display:none;">
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 2.0.6
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -532,7 +532,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
532
  } ?>
533
  </div>
534
  <div class="bws_product_description">
535
- <?php echo ( strlen( $value_plugin['description'] ) > 100 ) ? substr( $value_plugin['description'], 0, 100 ) . '...' : $value_plugin['description']; ?>
536
  </div>
537
  <div class="bws_product_links">
538
  <?php if ( $is_active || $is_pro_active ) {
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 2.0.7
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
532
  } ?>
533
  </div>
534
  <div class="bws_product_description">
535
+ <?php echo ( strlen( $value_plugin['description'] ) > 100 ) ? mb_substr( $value_plugin['description'], 0, 100 ) . '...' : $value_plugin['description']; ?>
536
  </div>
537
  <div class="bws_product_links">
538
  <?php if ( $is_active || $is_pro_active ) {
bws_menu/class-bws-settings.php CHANGED
@@ -791,7 +791,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
791
  }
792
  $current = get_site_transient( 'update_plugins' );
793
 
794
- if ( ! empty( $this->all_plugins ) && isset( $current ) && is_array( $current->response ) ) {
795
  $to_send = array();
796
  $to_send["plugins"][ $this->plugin_basename ] = $this->all_plugins[ $this->plugin_basename ];
797
  $to_send["plugins"][ $this->plugin_basename ]["bws_license_key"] = $bws_license_key;
@@ -895,7 +895,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
895
 
896
  if ( ! array_key_exists( $bws_license_plugin, $this->all_plugins ) ) {
897
  $current = get_site_transient( 'update_plugins' );
898
- if ( ! empty( $current ) && is_array( $current->response ) ) {
899
  $to_send = array();
900
  $to_send["plugins"][ $bws_license_plugin ] = array();
901
  $to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
@@ -1071,6 +1071,11 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
1071
  * @return void
1072
  */
1073
  public function restore_options() {
 
 
 
 
 
1074
  /**
1075
  * filter - Change default_options array OR process custom functions
1076
  */
791
  }
792
  $current = get_site_transient( 'update_plugins' );
793
 
794
+ if ( ! empty( $this->all_plugins ) && ! empty( $current ) && isset( $current->response ) && is_array( $current->response ) ) {
795
  $to_send = array();
796
  $to_send["plugins"][ $this->plugin_basename ] = $this->all_plugins[ $this->plugin_basename ];
797
  $to_send["plugins"][ $this->plugin_basename ]["bws_license_key"] = $bws_license_key;
895
 
896
  if ( ! array_key_exists( $bws_license_plugin, $this->all_plugins ) ) {
897
  $current = get_site_transient( 'update_plugins' );
898
+ if ( ! empty( $current ) && isset( $current->response ) && is_array( $current->response ) ) {
899
  $to_send = array();
900
  $to_send["plugins"][ $bws_license_plugin ] = array();
901
  $to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
1071
  * @return void
1072
  */
1073
  public function restore_options() {
1074
+ unset(
1075
+ $this->default_options['first_install'],
1076
+ $this->default_options['suggest_feature_banner'],
1077
+ $this->default_options['display_settings_notice']
1078
+ );
1079
  /**
1080
  * filter - Change default_options array OR process custom functions
1081
  */
bws_menu/css/general_style.css CHANGED
@@ -56,6 +56,7 @@
56
  }
57
  div.bws_info {
58
  margin-top: 7px;
 
59
  }
60
  .bws_info_small {
61
  font-size: 11px !important;
@@ -87,22 +88,24 @@ div.updated.bws-notice {
87
  .bws-plugin-reviews-rate,
88
  .bws-plugin-reviews-support,
89
  .bws-plugin-reviews-donate {
90
- display: inline-block;
91
  padding: 10px;
92
- width: 30%;
 
 
 
 
 
 
 
 
 
93
  }
94
  @media screen and (max-width: 1600px) {
95
  .bws-plugin-reviews-rate,
96
  .bws-plugin-reviews-support {
97
  border-bottom: 1px solid #70A8C2;
98
  border-right: none;
99
- }
100
- .bws-plugin-reviews-rate,
101
- .bws-plugin-reviews-support,
102
- .bws-plugin-reviews-donate {
103
- width: initial;
104
- display: block;
105
- }
106
  }
107
  /*
108
  * styles for Go PRO tab
@@ -240,7 +243,8 @@ a.bws_plugin_pro_version {
240
  .bws_pro_version_tooltip .bws_info a {
241
  display: block;
242
  }
243
- .bws_pro_version_tooltip .bws_button {
 
244
  margin: 10px 10px 5px;
245
  float: none;
246
  }
@@ -465,9 +469,7 @@ span.bws_code {
465
  text-shadow: 0 0 2px #000;
466
  padding: 4px 8px;
467
  border: 1px solid rgba(255,255,255,0.25);
468
- background-color: rgb(25,25,25);
469
- background-color: rgba(25,25,25,0.92);
470
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
471
  border-radius: 3px;
472
  -webkit-border-radius: 3px;
473
  -moz-border-radius: 3px;
@@ -646,7 +648,8 @@ span.bws_code {
646
  #bws_settings_tabs li.bws-tab-import-export a:before {
647
  content: "\f317";
648
  }
649
- #bws_settings_tabs li.bws-tab-errors a:before {
 
650
  font-family: 'bwsicons';
651
  content: "\e93d";
652
  font-size: 18px;
56
  }
57
  div.bws_info {
58
  margin-top: 7px;
59
+ word-break: break-all;
60
  }
61
  .bws_info_small {
62
  font-size: 11px !important;
88
  .bws-plugin-reviews-rate,
89
  .bws-plugin-reviews-support,
90
  .bws-plugin-reviews-donate {
 
91
  padding: 10px;
92
+ display: block;
93
+ }
94
+
95
+ @media screen and (min-width: 1600px) {
96
+ .bws-plugin-reviews-rate,
97
+ .bws-plugin-reviews-support,
98
+ .bws-plugin-reviews-donate {
99
+ display: inline-block;
100
+ width: 30%;
101
+ }
102
  }
103
  @media screen and (max-width: 1600px) {
104
  .bws-plugin-reviews-rate,
105
  .bws-plugin-reviews-support {
106
  border-bottom: 1px solid #70A8C2;
107
  border-right: none;
108
+ }
 
 
 
 
 
 
109
  }
110
  /*
111
  * styles for Go PRO tab
243
  .bws_pro_version_tooltip .bws_info a {
244
  display: block;
245
  }
246
+ .bws_pro_version_tooltip .bws_button,
247
+ .bws_pro_version_tooltip .bws_button:hover {
248
  margin: 10px 10px 5px;
249
  float: none;
250
  }
469
  text-shadow: 0 0 2px #000;
470
  padding: 4px 8px;
471
  border: 1px solid rgba(255,255,255,0.25);
472
+ background: rgba(25,25,25,0.92);
 
 
473
  border-radius: 3px;
474
  -webkit-border-radius: 3px;
475
  -moz-border-radius: 3px;
648
  #bws_settings_tabs li.bws-tab-import-export a:before {
649
  content: "\f317";
650
  }
651
+ #bws_settings_tabs li.bws-tab-errors a:before,
652
+ #bws_settings_tabs li.bws-tab-messages a:before {
653
  font-family: 'bwsicons';
654
  content: "\e93d";
655
  font-size: 18px;
bws_menu/fonts/bwsicons.eot CHANGED
Binary file
bws_menu/fonts/bwsicons.svg CHANGED
@@ -69,4 +69,5 @@
69
  <glyph unicode="&#xe93b;" glyph-name="shortcode" d="M0 896v-896h384v192h-192v512h192v192h-192zM832 896h-192v-192h192v-512h-192v-192h384v896z" />
70
  <glyph unicode="&#xe93c;" glyph-name="bws-logo" d="M953.913 325.746c-21.447-38.855-46.592-77.198-75.435-114.233-68.551-100.466-192.91-193.365-254.919-225.052-38.457-19.684-89.088-34.702-126.805-44.316 204.459-39.538 403.285 114.46 466.034 352.37 6.997 26.852 12.004 53.134 15.417 78.734-7.566-15.872-15.588-31.744-24.292-47.502zM327.964 88.519c-70.087 61.952-114.176 154.169-114.176 264.533 0 207.076 154.852 374.898 345.884 374.898 117.931 0 222.151-64.114 284.501-161.906 1.479 4.494 3.129 9.045 4.437 13.54 17.010 57.799 23.438 113.38 18.887 162.816-35.442 34.93-77.995 62.976-126.862 82.716-207.588 83.854-477.753-63.431-543.346-312.946-40.789-154.51-9.899-309.931 70.485-420.58 19.058-3.527 39.14-4.494 60.188-3.072zM934.059 893.611c-119.694 109.682-325.632 79.019-507.79-59.392 44.658 22.357 92.16 36.807 139.89 42.098 103.31 41.529 200.932 38.343 264.704-19.342 70.656-63.886 83.797-180.167 46.364-307.314-25.145-85.618-73.159-176.185-141.995-258.958-154.567-185.742-454.428-341.902-620.203-137.671 13.596-54.67 39.481-102.059 78.62-137.842 96.313-88.178 248.377-85.618 398.962-9.33 85.504 43.349 170.61 110.364 244.565 198.201 38.286 45.397 70.884 93.127 97.564 141.54 116.224 210.603 121.97 435.655-0.683 548.011zM791.211 595.854c-4.38 5.86-23.666 26.226-28.956 30.436-56.092 45.056-124.985 71.68-199.68 71.68-46.99 0-91.648-10.468-132.38-29.468 15.246-6.656 30.322-14.165 45.284-22.756 155.989-89.088 240.64-247.808 205.824-372.224 2.788 3.3 5.518 6.599 8.021 9.785 54.784 71.054 114.859 157.298 144.953 243.712-12.174 23.78-26.453 46.82-43.065 68.836zM24.007 593.977c-71.794-176.469 23.154-384.683 207.303-496.299-24.86 33.451-41.7 72.42-56.149 121.344-137.444 102.741-194.446 258.162-134.087 372.907 39.708 75.662 123.79 115.029 221.355 114.404 33.166 41.017 72.704 74.524 115.996 99.214-158.549 1.877-299.065-75.264-354.418-211.57zM263.794 453.632c0.569 10.524 1.593 20.935 3.015 31.118-12.857-32.768-20.821-68.608-22.642-106.268-5.86-116.224 46.99-220.615 130.219-278.983 38.059 4.38 74.638 16.213 108.601 34.418-132.096 32.939-226.93 166.059-219.193 319.716z" />
71
  <glyph unicode="&#xe93d;" glyph-name="warning" d="M508.992-64c-287.040 3.136-512.64 235.584-508.928 524.352 3.52 274.112 239.040 502.592 514.944 499.648 287.040-3.136 512.64-235.584 508.928-524.352-3.52-274.112-239.040-502.592-514.944-499.648zM424.128 768c-0.576-5.44 11.84-247.744 17.92-365.76 0.704-14.208 5.952-18.24 5.952-18.24h128c0 0 5.568 6.784 6.4 25.472 3.584 82.752 16.64 321.152 18.304 358.528-60.16 0-117.12 0-176.576 0zM507.136 319.872c-68.288-2.688-108.352-41.088-105.408-101.056 2.816-57.472 46.592-92.544 113.152-90.752 69.952 1.92 107.264 39.168 104.384 104.256-2.496 55.808-46.4 90.112-112.128 87.552z" />
 
72
  </font></defs></svg>
69
  <glyph unicode="&#xe93b;" glyph-name="shortcode" d="M0 896v-896h384v192h-192v512h192v192h-192zM832 896h-192v-192h192v-512h-192v-192h384v896z" />
70
  <glyph unicode="&#xe93c;" glyph-name="bws-logo" d="M953.913 325.746c-21.447-38.855-46.592-77.198-75.435-114.233-68.551-100.466-192.91-193.365-254.919-225.052-38.457-19.684-89.088-34.702-126.805-44.316 204.459-39.538 403.285 114.46 466.034 352.37 6.997 26.852 12.004 53.134 15.417 78.734-7.566-15.872-15.588-31.744-24.292-47.502zM327.964 88.519c-70.087 61.952-114.176 154.169-114.176 264.533 0 207.076 154.852 374.898 345.884 374.898 117.931 0 222.151-64.114 284.501-161.906 1.479 4.494 3.129 9.045 4.437 13.54 17.010 57.799 23.438 113.38 18.887 162.816-35.442 34.93-77.995 62.976-126.862 82.716-207.588 83.854-477.753-63.431-543.346-312.946-40.789-154.51-9.899-309.931 70.485-420.58 19.058-3.527 39.14-4.494 60.188-3.072zM934.059 893.611c-119.694 109.682-325.632 79.019-507.79-59.392 44.658 22.357 92.16 36.807 139.89 42.098 103.31 41.529 200.932 38.343 264.704-19.342 70.656-63.886 83.797-180.167 46.364-307.314-25.145-85.618-73.159-176.185-141.995-258.958-154.567-185.742-454.428-341.902-620.203-137.671 13.596-54.67 39.481-102.059 78.62-137.842 96.313-88.178 248.377-85.618 398.962-9.33 85.504 43.349 170.61 110.364 244.565 198.201 38.286 45.397 70.884 93.127 97.564 141.54 116.224 210.603 121.97 435.655-0.683 548.011zM791.211 595.854c-4.38 5.86-23.666 26.226-28.956 30.436-56.092 45.056-124.985 71.68-199.68 71.68-46.99 0-91.648-10.468-132.38-29.468 15.246-6.656 30.322-14.165 45.284-22.756 155.989-89.088 240.64-247.808 205.824-372.224 2.788 3.3 5.518 6.599 8.021 9.785 54.784 71.054 114.859 157.298 144.953 243.712-12.174 23.78-26.453 46.82-43.065 68.836zM24.007 593.977c-71.794-176.469 23.154-384.683 207.303-496.299-24.86 33.451-41.7 72.42-56.149 121.344-137.444 102.741-194.446 258.162-134.087 372.907 39.708 75.662 123.79 115.029 221.355 114.404 33.166 41.017 72.704 74.524 115.996 99.214-158.549 1.877-299.065-75.264-354.418-211.57zM263.794 453.632c0.569 10.524 1.593 20.935 3.015 31.118-12.857-32.768-20.821-68.608-22.642-106.268-5.86-116.224 46.99-220.615 130.219-278.983 38.059 4.38 74.638 16.213 108.601 34.418-132.096 32.939-226.93 166.059-219.193 319.716z" />
71
  <glyph unicode="&#xe93d;" glyph-name="warning" d="M508.992-64c-287.040 3.136-512.64 235.584-508.928 524.352 3.52 274.112 239.040 502.592 514.944 499.648 287.040-3.136 512.64-235.584 508.928-524.352-3.52-274.112-239.040-502.592-514.944-499.648zM424.128 768c-0.576-5.44 11.84-247.744 17.92-365.76 0.704-14.208 5.952-18.24 5.952-18.24h128c0 0 5.568 6.784 6.4 25.472 3.584 82.752 16.64 321.152 18.304 358.528-60.16 0-117.12 0-176.576 0zM507.136 319.872c-68.288-2.688-108.352-41.088-105.408-101.056 2.816-57.472 46.592-92.544 113.152-90.752 69.952 1.92 107.264 39.168 104.384 104.256-2.496 55.808-46.4 90.112-112.128 87.552z" />
72
+ <glyph unicode="&#xe93f;" glyph-name="slider" d="M768 704h-512c-26.432 0-64-37.568-64-64v-448c0-26.432 37.568-64 64-64h512c26.432 0 64 37.568 64 64v448c0 26.432-37.568 64-64 64zM640 330.24c0-5.632-3.2-10.24-7.040-10.24h-241.92c-3.84 0-7.040 4.608-7.040 10.24v43.52c0 5.632 3.2 10.24 7.040 10.24h241.92c3.84 0 7.040-4.608 7.040-10.24v-43.52zM707.008 458.688c0-5.888-4.8-10.688-10.56-10.688h-365.888c-5.824 0-10.56 4.8-10.56 10.688v42.624c0 5.888 4.736 10.688 10.56 10.688h365.824c5.824 0 10.56-4.8 10.56-10.688v-42.624zM1020.352 424.704l-85.312 83.904c-4.608 4.48-11.776 4.48-16.32 0l-19.072-18.752c-2.368-2.304-3.648-5.44-3.648-8.704 0-3.328 1.28-6.4 3.648-8.704l57.344-56.448-57.344-56.384c-2.368-2.304-3.648-5.44-3.648-8.768s1.28-6.4 3.648-8.704l19.072-18.752c2.304-2.24 5.248-3.392 8.192-3.392s5.888 1.152 8.192 3.392l85.312 83.904c2.304 2.304 3.584 5.376 3.584 8.704s-1.28 6.4-3.648 8.704zM128 481.152c0 3.328-1.28 6.4-3.648 8.704l-19.072 18.752c-4.608 4.48-11.776 4.544-16.32 0l-85.312-83.904c-2.368-2.304-3.648-5.376-3.648-8.704s1.28-6.4 3.648-8.704l85.312-83.904c2.24-2.24 5.184-3.392 8.128-3.392s5.888 1.152 8.192 3.392l19.072 18.752c2.368 2.304 3.648 5.44 3.648 8.704s-1.28 6.4-3.648 8.704l-57.344 56.448 57.344 56.384c2.368 2.304 3.648 5.44 3.648 8.768z" />
73
  </font></defs></svg>
bws_menu/fonts/bwsicons.ttf CHANGED
Binary file
bws_menu/fonts/bwsicons.woff CHANGED
Binary file
bws_menu/icons/plugins/db-manager.png DELETED
Binary file
bws_menu/js/general_script.js CHANGED
@@ -69,6 +69,11 @@ function bws_show_settings_notice() {
69
 
70
  /* help tooltips */
71
  if ( $( '.bws_help_box' ).length > 0 ) {
 
 
 
 
 
72
  $( document ).tooltip( {
73
  items: $( '.bws_help_box' ),
74
  content: function() {
@@ -76,6 +81,7 @@ function bws_show_settings_notice() {
76
  },
77
  show: null, /* show immediately */
78
  tooltipClass: "bws-tooltip-content",
 
79
  open: function( event, ui ) {
80
  if ( typeof( event.originalEvent ) === 'undefined' ) {
81
  return false;
69
 
70
  /* help tooltips */
71
  if ( $( '.bws_help_box' ).length > 0 ) {
72
+ if ( $( 'body' ).hasClass( 'rtl' ) ) {
73
+ var current_position = { my: "right top+15", at: "right bottom" };
74
+ } else {
75
+ var current_position = { my: "left top+15", at: "left bottom" };
76
+ }
77
  $( document ).tooltip( {
78
  items: $( '.bws_help_box' ),
79
  content: function() {
81
  },
82
  show: null, /* show immediately */
83
  tooltipClass: "bws-tooltip-content",
84
+ position: current_position,
85
  open: function( event, ui ) {
86
  if ( typeof( event.originalEvent ) === 'undefined' ) {
87
  return false;
bws_menu/languages/bestwebsoft-cs_CZ.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-cs_CZ.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-03-28 13:50+0300\n"
6
- "PO-Revision-Date: 2017-03-28 13:50+0300\n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
@@ -48,7 +48,7 @@ msgstr "Ohodnoťte jej"
48
  msgid "Need help?"
49
  msgstr "Potřebujete pomoc?"
50
 
51
- #: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Navštívit Centrum pomoci"
54
 
@@ -125,7 +125,7 @@ msgstr ""
125
  #: bws_functions.php:207
126
  #, php-format
127
  msgid "Thank you for installing %s plugin!"
128
- msgstr ""
129
 
130
  #: bws_functions.php:208
131
  msgid "Let's get started"
@@ -146,7 +146,7 @@ msgid "Add New"
146
  msgstr "Přidat nový"
147
 
148
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
149
- #: bws_functions.php:378 bws_functions.php:482
150
  msgid "Close notice"
151
  msgstr "Zavřít poznámku"
152
 
@@ -197,12 +197,12 @@ msgstr ""
197
  "Váš licenční klíč pro %s vyprší dne %s a nebudou vám poskytovány TOP-"
198
  "PRIOROTNÍ PODPORA a AKTUALIZACE."
199
 
200
- #: bws_functions.php:477
201
  #, php-format
202
  msgid "Thank you for choosing %s plugin!"
203
- msgstr ""
204
 
205
- #: bws_functions.php:478
206
  msgid ""
207
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
208
  "we'd love to hear about it!"
@@ -210,90 +210,98 @@ msgstr ""
210
  "Máte-li nápad, nebo doporučení na novou vlastnost, kterou by jste v pluginu "
211
  "chtěli vidět, rádi o něm uslyšíme!"
212
 
213
- #: bws_functions.php:479
214
  msgid "Suggest a Feature"
215
  msgstr "Navrhnout vlastnost"
216
 
217
- #: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
218
  #: class-bws-settings.php:584 class-bws-settings.php:587
219
  msgid "Notice"
220
  msgstr "Poznámka"
221
 
222
- #: bws_functions.php:495
223
  msgid "The plugin's settings have been changed."
224
  msgstr "Nastavení pluginu bylo změněno."
225
 
226
- #: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
227
  #: deprecated.php:640
228
  msgid "Save Changes"
229
  msgstr "Uložit změny"
230
 
231
- #: bws_functions.php:510
232
  msgid ""
233
  "You can always look at premium options by checking the \"Pro Options\" in "
234
  "the \"Misc\" tab."
235
  msgstr ""
236
  "Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
237
- "nastavení\" na \"Go PRO\" záložce"
 
 
 
 
238
 
239
- #: bws_functions.php:651
 
 
 
 
240
  msgid "Add shortcode"
241
  msgstr "Přidat krátký kód"
242
 
243
- #: bws_functions.php:651
244
  msgid "Add BestWebSoft plugins' shortcodes using this button."
245
  msgstr ""
246
  "Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
247
 
248
- #: bws_functions.php:700
249
  msgid "Close"
250
  msgstr "Zavřít"
251
 
252
- #: bws_functions.php:792
253
  msgid "Are you sure you want to restore default settings?"
254
  msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
255
 
256
- #: bws_functions.php:795
257
  msgid "Yes, restore all settings"
258
  msgstr "Ano, obnovit veškerá nastavení"
259
 
260
- #: bws_functions.php:796
261
  msgid "No, go back to the settings page"
262
  msgstr "Ne, vrátit se zpět na stránku nastavení"
263
 
264
- #: bws_functions.php:842
265
  msgid "Plugin"
266
  msgstr "Plugin"
267
 
268
- #: bws_functions.php:851
269
  msgid "Shortcode settings"
270
  msgstr "Nastavení krátkých kódů"
271
 
272
- #: bws_functions.php:856
273
  msgid "The shortcode will be inserted"
274
  msgstr "Bude vložen krátký kód"
275
 
276
- #: bws_functions.php:861
277
  msgid "Insert"
278
  msgstr "Vložit"
279
 
280
- #: bws_functions.php:921
281
  msgid "FAQ"
282
  msgstr "Často kladené otázky (FAQ)"
283
 
284
- #: bws_functions.php:927
285
  msgid "For more information:"
286
  msgstr "Pro více informací:"
287
 
288
- #: bws_functions.php:928
289
  msgid "Documentation"
290
  msgstr "Dokumentace"
291
 
292
- #: bws_functions.php:929
293
  msgid "Video Instructions"
294
  msgstr "Video instrukce"
295
 
296
- #: bws_functions.php:930
297
  msgid "Submit a Request"
298
  msgstr "Odeslat požadavek"
299
 
@@ -320,7 +328,7 @@ msgstr "Omlouváme se za nepříjemnosti."
320
  #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
321
  #: deprecated.php:139 deprecated.php:358
322
  msgid "Wrong license key."
323
- msgstr "Neplatný licenční klíč"
324
 
325
  #: bws_menu.php:130
326
  msgid ""
@@ -357,7 +365,7 @@ msgstr ""
357
 
358
  #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
359
  msgid "The license key is valid."
360
- msgstr "Licenční klíč je platný"
361
 
362
  #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
363
  msgid "Your license will expire on"
@@ -623,7 +631,7 @@ msgstr "Stahování instalačního balíčku z"
623
  #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
624
  #: deprecated.php:431
625
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
626
- msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně."
627
 
628
  #: bws_menu.php:408
629
  msgid "Unpacking the package"
@@ -635,7 +643,7 @@ msgstr "Instalace pluginu"
635
 
636
  #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
637
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
638
- msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně."
639
 
640
  #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
641
  msgid ""
@@ -781,7 +789,7 @@ msgstr "Verze"
781
 
782
  #: class-bws-settings.php:282
783
  msgid "All plugin settings were restored."
784
- msgstr "Všechna nastavení pluginu byla obnovena"
785
 
786
  #: class-bws-settings.php:420
787
  msgid "Custom Code"
@@ -893,7 +901,7 @@ msgstr "Gratulujeme! PRO licence byla úspěšně aktivována."
893
  #: class-bws-settings.php:715
894
  #, php-format
895
  msgid "You will be automatically redirected to the %s in %s seconds."
896
- msgstr ""
897
 
898
  #: class-bws-settings.php:715
899
  msgid "Settings page"
@@ -970,7 +978,7 @@ msgstr ""
970
 
971
  #: class-bws-settings.php:826 deprecated.php:151
972
  msgid "The Pro Trial license key is valid."
973
- msgstr "Licenční klíč zkušební Pro verze je platný"
974
 
975
  #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
976
  #, php-format
@@ -1005,7 +1013,7 @@ msgstr "Stav systému"
1005
 
1006
  #: deprecated.php:204
1007
  msgid "Please, enter your license key"
1008
- msgstr "Prosím, vložte váš licenční klíč."
1009
 
1010
  #: deprecated.php:223
1011
  msgid ""
@@ -1060,7 +1068,7 @@ msgstr "Zkontrolujte prémiové možnosti na stránce nastavení pluginů!"
1060
 
1061
  #: deprecated.php:478
1062
  msgid "Restore all plugin settings to defaults"
1063
- msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty?"
1064
 
1065
  #: deprecated.php:480
1066
  msgid "Restore settings"
@@ -1137,138 +1145,308 @@ msgstr "Utility"
1137
  msgid "Other"
1138
  msgstr "Ostatní"
1139
 
1140
- #~ msgid "Thank you for installing"
1141
- #~ msgstr "Děkujeme vám za instalaci"
 
 
1142
 
1143
- #~ msgid "Thank you for choosing"
1144
- #~ msgstr "Děkujeme, že jste si vybrali"
 
1145
 
1146
- # copy
1147
- #~ msgid "PHP Safe Mode"
1148
- #~ msgstr "PHP Safe Mode"
1149
-
1150
- #~ msgid "You will be automatically redirected to the %s in 7 seconds."
1151
- #~ msgstr "Budete automaticky přesměrováni na %s za 7 sekund."
1152
-
1153
- #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
1154
- #~ msgstr ""
1155
- #~ "Pokud se Vám náš plugin líbí, dejte mu prosím 5 hvězdiček na WordPressu"
1156
-
1157
- #~ msgid "Rate the plugin"
1158
- #~ msgstr "Hodnotit plugin"
1159
-
1160
- #~ msgid "If there is something wrong about it, please contact us"
1161
- #~ msgstr "Pokud cokoli není v pořádku, obraťte se na nás"
1162
-
1163
- #~ msgid "Donations play an important role in supporting great projects"
1164
- #~ msgstr "Dary hrají důležitou roli v podpoře velkých projektů"
1165
-
1166
- #~ msgid "This license key is bind to another site"
1167
- #~ msgstr "Tento licenční klíč se váže k jinému webu"
1168
-
1169
- #~ msgid ""
1170
- #~ "Unfortunately, Your license has expired. To continue getting top-priority "
1171
- #~ "support and plugin updates you should extend it in your"
1172
- #~ msgstr ""
1173
- #~ "Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
1174
- #~ "prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem"
1175
-
1176
- #~ msgid ""
1177
- #~ "Congratulations! Pro version of the plugin is successfully installed and "
1178
- #~ "activated."
1179
- #~ msgstr ""
1180
- #~ "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
1181
-
1182
- #~ msgid "After that you can activate it by entering your license key."
1183
- #~ msgstr "Poté, co jej aktivujete vložením vašeho licenčního klíče."
1184
-
1185
- #~ msgid ""
1186
- #~ "Congratulations! The Pro license of the plugin is successfully activated."
1187
- #~ msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
1188
-
1189
- #~ msgid "This license key is bind to another site."
1190
- #~ msgstr "Tento licenční klíč je přidružen k jiným webovým stránkám."
1191
-
1192
- #~ msgid ""
1193
- #~ "If needed you can check if the license key is correct or reenter it in "
1194
- #~ "the field below. You can find your license key on your personal page - "
1195
- #~ "Client area - on our website"
1196
- #~ msgstr ""
1197
- #~ "V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, "
1198
- #~ "případně jej do pole níže vložte znova. Váš licenční klíč najdete na vaší "
1199
- #~ "osobní stránce - Client area - na našem webu"
1200
-
1201
- #~ msgid ""
1202
- #~ "Notice: Your Pro Trial license has expired. To continue using the plugin "
1203
- #~ "you should buy a Pro license"
1204
- #~ msgstr ""
1205
- #~ "Poznámka: Vaše zkušební Pro verze pluginu vypršela. Pro další využíváni "
1206
- #~ "pluginu bude nutné zakoupit Pro licenci"
1207
-
1208
- #~ msgid ""
1209
- #~ "Your license has expired. To continue getting top-priority support and "
1210
- #~ "plugin updates you should extend it."
1211
- #~ msgstr ""
1212
- #~ "Vaše licence vypršela. Pro přístup k top-prioritní podpoře a aktualizacím "
1213
- #~ "pluginu ji budete muset prodloužit."
1214
-
1215
- #~ msgid "You license for"
1216
- #~ msgstr "Vaše licence pro"
1217
-
1218
- #~ msgid "expires on"
1219
- #~ msgstr "vyprší"
1220
-
1221
- #~ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
1222
- #~ msgstr "a nebudete mít přístup k TOP-PRIORITNÍ PODPOŘE nebo AKTUALIZACÍM."
1223
-
1224
- #~ msgid ""
1225
- #~ "You can always look at premium options by clicking on the \"Show Pro "
1226
- #~ "features\" in the \"Go PRO\" tab"
1227
- #~ msgstr ""
1228
- #~ "Vždy se můžete podívat na možnosti prémiové verze, kliknutím na "
1229
- #~ "\"Zobrazit Pro vlastnosti\" na \"Go PRO\" záložce"
1230
-
1231
- #~ msgid "Are you sure you want to restore all settings by default?"
1232
- #~ msgstr ""
1233
- #~ "Jste si jisti, že chcete obnovit veškerá nastavení na výchozí hodnoty?"
1234
-
1235
- #~ msgid ""
1236
- #~ "This license key is bind to another website. Change it via personal "
1237
- #~ "Client Area."
1238
- #~ msgstr ""
1239
- #~ "Tento licenční klíč je přidružen k jiným webovým stránkám. Změňte jej "
1240
- #~ "prostřednictvím osobní Klientské zóny."
1241
-
1242
- #~ msgid "Congratulations! Pro Membership license is successfully activated."
1243
- #~ msgstr "Gratulujeme! Členská PRO licence byla úspěšně aktivována."
1244
-
1245
- #~ msgid "Memory usage"
1246
- #~ msgstr "Využití paměti"
1247
-
1248
- #~ msgid "MYSQL Version"
1249
- #~ msgstr "Verze MYSQL"
1250
-
1251
- #~ msgid "Site URL"
1252
- #~ msgstr "URL webových stránek"
1253
-
1254
- #~ msgid "WordPress Version"
1255
- #~ msgstr "Verze WordPress"
1256
-
1257
- #~ msgid "WordPress DB Version"
1258
- #~ msgstr "WordPress verze DB"
1259
 
1260
- # copy
1261
- #~ msgid "Multisite"
1262
- #~ msgstr "Multisite"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1263
 
1264
- #~ msgid "Email with system info is sent to "
1265
- #~ msgstr "E-mail se systémovým nastavením byl odeslán na"
 
 
 
1266
 
1267
- #~ msgid "Client Area"
1268
- #~ msgstr "Klientská zóna"
 
 
 
1269
 
1270
- #~ msgid "Successfully installed the plugin"
1271
- #~ msgstr "Plugin byl úspěšně instalován"
 
 
 
1272
 
1273
- #~ msgid "Environment"
1274
- #~ msgstr "Prostředí"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-08 15:43+0300\n"
6
+ "PO-Revision-Date: 2017-05-08 15:43+0300\n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
48
  msgid "Need help?"
49
  msgstr "Potřebujete pomoc?"
50
 
51
+ #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Navštívit Centrum pomoci"
54
 
125
  #: bws_functions.php:207
126
  #, php-format
127
  msgid "Thank you for installing %s plugin!"
128
+ msgstr "Děkujeme vám za instalaci %s pluginu!"
129
 
130
  #: bws_functions.php:208
131
  msgid "Let's get started"
146
  msgstr "Přidat nový"
147
 
148
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
149
+ #: bws_functions.php:378 bws_functions.php:480
150
  msgid "Close notice"
151
  msgstr "Zavřít poznámku"
152
 
197
  "Váš licenční klíč pro %s vyprší dne %s a nebudou vám poskytovány TOP-"
198
  "PRIOROTNÍ PODPORA a AKTUALIZACE."
199
 
200
+ #: bws_functions.php:475
201
  #, php-format
202
  msgid "Thank you for choosing %s plugin!"
203
+ msgstr "Děkujeme, že jste si vybrali %s plugin!"
204
 
205
+ #: bws_functions.php:476
206
  msgid ""
207
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
208
  "we'd love to hear about it!"
210
  "Máte-li nápad, nebo doporučení na novou vlastnost, kterou by jste v pluginu "
211
  "chtěli vidět, rádi o něm uslyšíme!"
212
 
213
+ #: bws_functions.php:477
214
  msgid "Suggest a Feature"
215
  msgstr "Navrhnout vlastnost"
216
 
217
+ #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
218
  #: class-bws-settings.php:584 class-bws-settings.php:587
219
  msgid "Notice"
220
  msgstr "Poznámka"
221
 
222
+ #: bws_functions.php:493
223
  msgid "The plugin's settings have been changed."
224
  msgstr "Nastavení pluginu bylo změněno."
225
 
226
+ #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
227
  #: deprecated.php:640
228
  msgid "Save Changes"
229
  msgstr "Uložit změny"
230
 
231
+ #: bws_functions.php:508
232
  msgid ""
233
  "You can always look at premium options by checking the \"Pro Options\" in "
234
  "the \"Misc\" tab."
235
  msgstr ""
236
  "Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
237
+ "nastavení\" na \"Go PRO\" záložce."
238
+
239
+ #: bws_functions.php:629
240
+ msgid "Add BWS Shortcode"
241
+ msgstr ""
242
 
243
+ #: bws_functions.php:630
244
+ msgid "Add BWS Plugins Shortcode"
245
+ msgstr ""
246
+
247
+ #: bws_functions.php:649
248
  msgid "Add shortcode"
249
  msgstr "Přidat krátký kód"
250
 
251
+ #: bws_functions.php:649
252
  msgid "Add BestWebSoft plugins' shortcodes using this button."
253
  msgstr ""
254
  "Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
255
 
256
+ #: bws_functions.php:695
257
  msgid "Close"
258
  msgstr "Zavřít"
259
 
260
+ #: bws_functions.php:787
261
  msgid "Are you sure you want to restore default settings?"
262
  msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
263
 
264
+ #: bws_functions.php:790
265
  msgid "Yes, restore all settings"
266
  msgstr "Ano, obnovit veškerá nastavení"
267
 
268
+ #: bws_functions.php:791
269
  msgid "No, go back to the settings page"
270
  msgstr "Ne, vrátit se zpět na stránku nastavení"
271
 
272
+ #: bws_functions.php:833
273
  msgid "Plugin"
274
  msgstr "Plugin"
275
 
276
+ #: bws_functions.php:842
277
  msgid "Shortcode settings"
278
  msgstr "Nastavení krátkých kódů"
279
 
280
+ #: bws_functions.php:847
281
  msgid "The shortcode will be inserted"
282
  msgstr "Bude vložen krátký kód"
283
 
284
+ #: bws_functions.php:852
285
  msgid "Insert"
286
  msgstr "Vložit"
287
 
288
+ #: bws_functions.php:912
289
  msgid "FAQ"
290
  msgstr "Často kladené otázky (FAQ)"
291
 
292
+ #: bws_functions.php:918
293
  msgid "For more information:"
294
  msgstr "Pro více informací:"
295
 
296
+ #: bws_functions.php:919
297
  msgid "Documentation"
298
  msgstr "Dokumentace"
299
 
300
+ #: bws_functions.php:920
301
  msgid "Video Instructions"
302
  msgstr "Video instrukce"
303
 
304
+ #: bws_functions.php:921
305
  msgid "Submit a Request"
306
  msgstr "Odeslat požadavek"
307
 
328
  #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
329
  #: deprecated.php:139 deprecated.php:358
330
  msgid "Wrong license key."
331
+ msgstr "Neplatný licenční klíč."
332
 
333
  #: bws_menu.php:130
334
  msgid ""
365
 
366
  #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
367
  msgid "The license key is valid."
368
+ msgstr "Licenční klíč je platný."
369
 
370
  #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
371
  msgid "Your license will expire on"
631
  #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
632
  #: deprecated.php:431
633
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
634
+ msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně"
635
 
636
  #: bws_menu.php:408
637
  msgid "Unpacking the package"
643
 
644
  #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
645
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
646
+ msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně"
647
 
648
  #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
649
  msgid ""
789
 
790
  #: class-bws-settings.php:282
791
  msgid "All plugin settings were restored."
792
+ msgstr "Všechna nastavení pluginu byla obnovena."
793
 
794
  #: class-bws-settings.php:420
795
  msgid "Custom Code"
901
  #: class-bws-settings.php:715
902
  #, php-format
903
  msgid "You will be automatically redirected to the %s in %s seconds."
904
+ msgstr "Za %s sekund budete automaticky přesměrováni na %s."
905
 
906
  #: class-bws-settings.php:715
907
  msgid "Settings page"
978
 
979
  #: class-bws-settings.php:826 deprecated.php:151
980
  msgid "The Pro Trial license key is valid."
981
+ msgstr "Licenční klíč zkušební Pro verze je platný."
982
 
983
  #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
984
  #, php-format
1013
 
1014
  #: deprecated.php:204
1015
  msgid "Please, enter your license key"
1016
+ msgstr "Prosím, vložte váš licenční klíč"
1017
 
1018
  #: deprecated.php:223
1019
  msgid ""
1068
 
1069
  #: deprecated.php:478
1070
  msgid "Restore all plugin settings to defaults"
1071
+ msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty"
1072
 
1073
  #: deprecated.php:480
1074
  msgid "Restore settings"
1145
  msgid "Other"
1146
  msgstr "Ostatní"
1147
 
1148
+ #: product_list.php:22
1149
+ msgid ""
1150
+ "Protect WordPress website forms from spam entries by means of math logic."
1151
+ msgstr ""
1152
 
1153
+ #: product_list.php:32
1154
+ msgid "Create your personal car rental/booking and reservation website."
1155
+ msgstr ""
1156
 
1157
+ #: product_list.php:42
1158
+ msgid ""
1159
+ "Allow customers to reach you using secure contact form plugin any website "
1160
+ "must have."
1161
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1162
 
1163
+ #: product_list.php:52
1164
+ msgid "Add unlimited number of contact forms to WordPress website."
1165
+ msgstr ""
1166
+
1167
+ #: product_list.php:62
1168
+ msgid "Save and manage contact form messages. Never lose important data."
1169
+ msgstr ""
1170
+
1171
+ #: product_list.php:72
1172
+ msgid "Add unlimited custom pages to WordPress admin dashboard."
1173
+ msgstr ""
1174
+
1175
+ #: product_list.php:79
1176
+ msgid "Add custom fields to WordPress website search results."
1177
+ msgstr ""
1178
+
1179
+ #: product_list.php:86
1180
+ msgid "Add custom post types to WordPress website search results."
1181
+ msgstr ""
1182
+
1183
+ #: product_list.php:96
1184
+ msgid ""
1185
+ "Manage database and file system right from your WordPress admin dashboard."
1186
+ msgstr ""
1187
+
1188
+ #: product_list.php:105
1189
+ msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1190
+ msgstr ""
1191
+
1192
+ #: product_list.php:112
1193
+ msgid ""
1194
+ "Automatically add outgoing email messages to queue instead of sending them "
1195
+ "immediately."
1196
+ msgstr ""
1197
+
1198
+ #: product_list.php:119
1199
+ msgid ""
1200
+ "Get latest error log messages to diagnose website problems. Define and fix "
1201
+ "issues faster."
1202
+ msgstr ""
1203
+
1204
+ #: product_list.php:126
1205
+ msgid ""
1206
+ "Add Facebook Like, Share and Profile buttons to WordPress posts, pages and "
1207
+ "widgets."
1208
+ msgstr ""
1209
+
1210
+ #: product_list.php:136
1211
+ msgid ""
1212
+ "Add featured posts to WordPress posts or widgets. Highlight important "
1213
+ "information."
1214
+ msgstr ""
1215
+
1216
+ #: product_list.php:143
1217
+ msgid ""
1218
+ "Add beautiful galleries, albums & images to your Wordpress website in few "
1219
+ "clicks."
1220
+ msgstr ""
1221
+
1222
+ #: product_list.php:153
1223
+ msgid ""
1224
+ "Add unlimited gallery categories. Organize images to make the navigation "
1225
+ "through content easier."
1226
+ msgstr ""
1227
+
1228
+ #: product_list.php:160
1229
+ msgid ""
1230
+ "Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
1231
+ "posts, pages and widgets."
1232
+ msgstr ""
1233
+
1234
+ #: product_list.php:170
1235
+ msgid ""
1236
+ "Add Adsense ads to pages, posts, custom posts, search results, categories, "
1237
+ "tags, pages, and widgets."
1238
+ msgstr ""
1239
+
1240
+ #: product_list.php:180
1241
+ msgid "Add Google Analytics code to WordPress website and track basic stats."
1242
+ msgstr ""
1243
+
1244
+ #: product_list.php:190
1245
+ msgid ""
1246
+ "Protect WordPress website forms from spam entries with Google Captcha "
1247
+ "(reCaptcha)."
1248
+ msgstr ""
1249
+
1250
+ #: product_list.php:200
1251
+ msgid "Add customized Google maps to WordPress posts, pages and widgets."
1252
+ msgstr ""
1253
+
1254
+ #: product_list.php:210
1255
+ msgid ""
1256
+ "Generate and add XML sitemap to WordPress website. Help search engines index "
1257
+ "your blog."
1258
+ msgstr ""
1259
+
1260
+ #: product_list.php:220
1261
+ msgid ""
1262
+ "Replace external WordPress website links with Google shortlinks and track "
1263
+ "click stats."
1264
+ msgstr ""
1265
+
1266
+ #: product_list.php:227
1267
+ msgid ""
1268
+ "Protect WordPress website – allow and deny access for certain IP addresses, "
1269
+ "hostnames, etc."
1270
+ msgstr ""
1271
+
1272
+ #: product_list.php:237
1273
+ msgid ""
1274
+ "Create your personal job board and listing WordPress website. Search jobs, "
1275
+ "submit CV/resumes, choose candidates."
1276
+ msgstr ""
1277
+
1278
+ #: product_list.php:244
1279
+ msgid ""
1280
+ "Add latest posts or latest posts for selected categories widgets to "
1281
+ "WordPress website."
1282
+ msgstr ""
1283
 
1284
+ #: product_list.php:251
1285
+ msgid ""
1286
+ "Protect WordPress website against brute force attacks. Limit rate of login "
1287
+ "attempts."
1288
+ msgstr ""
1289
 
1290
+ #: product_list.php:261
1291
+ msgid ""
1292
+ "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1293
+ "5 plugins included – profile, insider, etc."
1294
+ msgstr ""
1295
 
1296
+ #: product_list.php:271
1297
+ msgid ""
1298
+ "Translate WordPress website content to other languages manually. Create "
1299
+ "multilingual pages, posts, widgets, menus, etc."
1300
+ msgstr ""
1301
 
1302
+ #: product_list.php:281
1303
+ msgid ""
1304
+ "Add customizable pagination to WordPress website. Split long content to "
1305
+ "multiple pages for better navigation."
1306
+ msgstr ""
1307
+
1308
+ #: product_list.php:291
1309
+ msgid ""
1310
+ "Generate PDF files and print WordPress posts/pages. Customize document "
1311
+ "header/footer styles and appearance."
1312
+ msgstr ""
1313
+
1314
+ #: product_list.php:301
1315
+ msgid ""
1316
+ "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1317
+ "Profile) to WordPress posts, pages and widgets."
1318
+ msgstr ""
1319
+
1320
+ #: product_list.php:311
1321
+ msgid "Track views, comments and add most popular posts to Wordpress widgets."
1322
+ msgstr ""
1323
+
1324
+ #: product_list.php:318
1325
+ msgid ""
1326
+ "Create your personal portfolio WordPress website. Manage and showcase past "
1327
+ "projects to get more clients."
1328
+ msgstr ""
1329
+
1330
+ #: product_list.php:328
1331
+ msgid "Export WordPress posts to CSV file format easily. Configure data order."
1332
+ msgstr ""
1333
+
1334
+ #: product_list.php:335
1335
+ msgid ""
1336
+ "Add extra fields to default WordPress user profile. The easiest way to "
1337
+ "create and manage additional custom values."
1338
+ msgstr ""
1339
+
1340
+ #: product_list.php:342
1341
+ msgid ""
1342
+ "Add and display HTML advertisement on WordPress website. Customize bar "
1343
+ "styles and appearance."
1344
+ msgstr ""
1345
+
1346
+ #: product_list.php:352
1347
+ msgid ""
1348
+ "Add customizable quotes and tips blocks to WordPress posts, pages and "
1349
+ "widgets."
1350
+ msgstr ""
1351
+
1352
+ #: product_list.php:359
1353
+ msgid ""
1354
+ "Add rating plugin to your WordPress website to receive feedback from your "
1355
+ "customers."
1356
+ msgstr ""
1357
+
1358
+ #: product_list.php:366
1359
+ msgid ""
1360
+ "Create your personal real estate WordPress website. Sell, rent and buy "
1361
+ "properties. Add, search and browse listings easily."
1362
+ msgstr ""
1363
+
1364
+ #: product_list.php:376
1365
+ msgid ""
1366
+ "Attach, unattach and re-attach media files quickly to WordPress posts and "
1367
+ "pages."
1368
+ msgstr ""
1369
+
1370
+ #: product_list.php:383
1371
+ msgid ""
1372
+ "Add related posts to WordPress posts or widgets. Link your readers to "
1373
+ "relevant content."
1374
+ msgstr ""
1375
+
1376
+ #: product_list.php:390
1377
+ msgid ""
1378
+ "Send bulk email messages to WordPress users. Custom templates, advanced "
1379
+ "settings and detailed reports."
1380
+ msgstr ""
1381
+
1382
+ #: product_list.php:400
1383
+ msgid ""
1384
+ "The best responsive slider plugin for your WordPress website. Create "
1385
+ "beautifully animated slides just in a few clicks."
1386
+ msgstr ""
1387
+
1388
+ #: product_list.php:407
1389
+ msgid ""
1390
+ "Configure SMTP server to receive email messages from WordPress to Gmail, "
1391
+ "Yahoo, Hotmail and other services."
1392
+ msgstr ""
1393
+
1394
+ #: product_list.php:414
1395
+ msgid ""
1396
+ "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1397
+ "FB, Twitter, G+1, Pinterest, LinkedIn."
1398
+ msgstr ""
1399
+
1400
+ #: product_list.php:424
1401
+ msgid ""
1402
+ "Add social media login, registration, and commenting to your WordPress "
1403
+ "website."
1404
+ msgstr ""
1405
+
1406
+ #: product_list.php:431
1407
+ msgid ""
1408
+ "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1409
+ "Collect data and subscribe your users."
1410
+ msgstr ""
1411
+
1412
+ #: product_list.php:441
1413
+ msgid ""
1414
+ "Add testimonials and feedbacks from your customers to WordPress posts, pages "
1415
+ "and widgets."
1416
+ msgstr ""
1417
+
1418
+ #: product_list.php:448
1419
+ msgid ""
1420
+ "Best timesheet plugin for WordPress. Track employee time, streamline "
1421
+ "attendance and generate reports."
1422
+ msgstr ""
1423
+
1424
+ #: product_list.php:458
1425
+ msgid ""
1426
+ "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, "
1427
+ "pages and widgets."
1428
+ msgstr ""
1429
+
1430
+ #: product_list.php:468
1431
+ msgid ""
1432
+ "Automatically check and update WordPress website core with all installed "
1433
+ "plugins and themes to the latest versions."
1434
+ msgstr ""
1435
+
1436
+ #: product_list.php:478
1437
+ msgid ""
1438
+ "Powerful user role management plugin for WordPress website. Create, edit, "
1439
+ "copy, and delete user roles."
1440
+ msgstr ""
1441
+
1442
+ #: product_list.php:488
1443
+ msgid ""
1444
+ "Display live count of online visitors who are currently browsing your "
1445
+ "WordPress website."
1446
+ msgstr ""
1447
+
1448
+ #: product_list.php:498
1449
+ msgid ""
1450
+ "Backup and export Zendesk Help Center content automatically to your "
1451
+ "WordPress website database."
1452
+ msgstr ""
bws_menu/languages/bestwebsoft-fr_FR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-03-28 13:51+0300\n"
6
- "PO-Revision-Date: 2017-03-28 13:51+0300\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
@@ -49,7 +49,7 @@ msgstr "Notez là"
49
  msgid "Need help?"
50
  msgstr "Besoin d'aide ?"
51
 
52
- #: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
53
  msgid "Visit Help Center"
54
  msgstr "Visiter le site du support"
55
 
@@ -149,7 +149,7 @@ msgid "Add New"
149
  msgstr "Ajouter"
150
 
151
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
152
- #: bws_functions.php:378 bws_functions.php:482
153
  msgid "Close notice"
154
  msgstr "Effacer l'avertissement"
155
 
@@ -203,12 +203,12 @@ msgstr ""
203
  "Votre clé de licence pour %s est terminée le %s et vous ne disposerez plus "
204
  "du support rapide et des mises à jour."
205
 
206
- #: bws_functions.php:477
207
  #, php-format
208
  msgid "Thank you for choosing %s plugin!"
209
  msgstr ""
210
 
211
- #: bws_functions.php:478
212
  msgid ""
213
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
214
  "we'd love to hear about it!"
@@ -216,25 +216,25 @@ msgstr ""
216
  "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
217
  "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
218
 
219
- #: bws_functions.php:479
220
  msgid "Suggest a Feature"
221
  msgstr "Proposer une fonctionnalité"
222
 
223
- #: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
224
  #: class-bws-settings.php:584 class-bws-settings.php:587
225
  msgid "Notice"
226
  msgstr "Avertissement"
227
 
228
- #: bws_functions.php:495
229
  msgid "The plugin's settings have been changed."
230
  msgstr "Les paramètres de l'extension ont été modifiés."
231
 
232
- #: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
233
  #: deprecated.php:640
234
  msgid "Save Changes"
235
  msgstr "Enregistrer les modifications"
236
 
237
- #: bws_functions.php:510
238
  msgid ""
239
  "You can always look at premium options by checking the \"Pro Options\" in "
240
  "the \"Misc\" tab."
@@ -242,63 +242,71 @@ msgstr ""
242
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
243
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet divers."
244
 
245
- #: bws_functions.php:651
 
 
 
 
 
 
 
 
246
  msgid "Add shortcode"
247
  msgstr "Ajouter le code court"
248
 
249
- #: bws_functions.php:651
250
  msgid "Add BestWebSoft plugins' shortcodes using this button."
251
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
252
 
253
- #: bws_functions.php:700
254
  msgid "Close"
255
  msgstr "Fermer"
256
 
257
- #: bws_functions.php:792
258
  msgid "Are you sure you want to restore default settings?"
259
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
260
 
261
- #: bws_functions.php:795
262
  msgid "Yes, restore all settings"
263
  msgstr "Oui, remettre les valeurs par défaut"
264
 
265
- #: bws_functions.php:796
266
  msgid "No, go back to the settings page"
267
  msgstr "Non, retourner à la page des paramètres"
268
 
269
- #: bws_functions.php:842
270
  msgid "Plugin"
271
  msgstr "Extension"
272
 
273
- #: bws_functions.php:851
274
  msgid "Shortcode settings"
275
  msgstr "Paramètres du code court"
276
 
277
- #: bws_functions.php:856
278
  msgid "The shortcode will be inserted"
279
  msgstr "Le code court sera inséré"
280
 
281
- #: bws_functions.php:861
282
  msgid "Insert"
283
  msgstr "Insérer"
284
 
285
- #: bws_functions.php:921
286
  msgid "FAQ"
287
  msgstr "FAQ"
288
 
289
- #: bws_functions.php:927
290
  msgid "For more information:"
291
  msgstr "Pour plus d'informations&nbsp;:"
292
 
293
- #: bws_functions.php:928
294
  msgid "Documentation"
295
  msgstr "Documentation"
296
 
297
- #: bws_functions.php:929
298
  msgid "Video Instructions"
299
  msgstr "Vidéo explicative"
300
 
301
- #: bws_functions.php:930
302
  msgid "Submit a Request"
303
  msgstr "Soumettre une requête"
304
 
@@ -1170,6 +1178,312 @@ msgstr "Utilitaires"
1170
  msgid "Other"
1171
  msgstr "Autre"
1172
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1173
  #~ msgid "Thank you for installing"
1174
  #~ msgstr "Merci d'avoir installé"
1175
 
@@ -1268,9 +1582,6 @@ msgstr "Autre"
1268
  #~ "Vous pouvez trouver votre clé de licence sur votre page personnelle dans "
1269
  #~ "la zone cliente en cliquant sur le lien"
1270
 
1271
- #~ msgid "Add BWS Plugins Shortcode"
1272
- #~ msgstr "Ajouter le code court de l'extension BWS"
1273
-
1274
  #~ msgid ""
1275
  #~ "(your username is the email you specify when purchasing the product), "
1276
  #~ "where you can make the necessary changes."
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-08 15:43+0300\n"
6
+ "PO-Revision-Date: 2017-05-08 15:43+0300\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
49
  msgid "Need help?"
50
  msgstr "Besoin d'aide ?"
51
 
52
+ #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
53
  msgid "Visit Help Center"
54
  msgstr "Visiter le site du support"
55
 
149
  msgstr "Ajouter"
150
 
151
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
152
+ #: bws_functions.php:378 bws_functions.php:480
153
  msgid "Close notice"
154
  msgstr "Effacer l'avertissement"
155
 
203
  "Votre clé de licence pour %s est terminée le %s et vous ne disposerez plus "
204
  "du support rapide et des mises à jour."
205
 
206
+ #: bws_functions.php:475
207
  #, php-format
208
  msgid "Thank you for choosing %s plugin!"
209
  msgstr ""
210
 
211
+ #: bws_functions.php:476
212
  msgid ""
213
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
214
  "we'd love to hear about it!"
216
  "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
217
  "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
218
 
219
+ #: bws_functions.php:477
220
  msgid "Suggest a Feature"
221
  msgstr "Proposer une fonctionnalité"
222
 
223
+ #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
224
  #: class-bws-settings.php:584 class-bws-settings.php:587
225
  msgid "Notice"
226
  msgstr "Avertissement"
227
 
228
+ #: bws_functions.php:493
229
  msgid "The plugin's settings have been changed."
230
  msgstr "Les paramètres de l'extension ont été modifiés."
231
 
232
+ #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
233
  #: deprecated.php:640
234
  msgid "Save Changes"
235
  msgstr "Enregistrer les modifications"
236
 
237
+ #: bws_functions.php:508
238
  msgid ""
239
  "You can always look at premium options by checking the \"Pro Options\" in "
240
  "the \"Misc\" tab."
242
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
243
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet divers."
244
 
245
+ #: bws_functions.php:629
246
+ msgid "Add BWS Shortcode"
247
+ msgstr ""
248
+
249
+ #: bws_functions.php:630
250
+ msgid "Add BWS Plugins Shortcode"
251
+ msgstr "Ajouter le code court de l'extension BWS"
252
+
253
+ #: bws_functions.php:649
254
  msgid "Add shortcode"
255
  msgstr "Ajouter le code court"
256
 
257
+ #: bws_functions.php:649
258
  msgid "Add BestWebSoft plugins' shortcodes using this button."
259
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
260
 
261
+ #: bws_functions.php:695
262
  msgid "Close"
263
  msgstr "Fermer"
264
 
265
+ #: bws_functions.php:787
266
  msgid "Are you sure you want to restore default settings?"
267
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
268
 
269
+ #: bws_functions.php:790
270
  msgid "Yes, restore all settings"
271
  msgstr "Oui, remettre les valeurs par défaut"
272
 
273
+ #: bws_functions.php:791
274
  msgid "No, go back to the settings page"
275
  msgstr "Non, retourner à la page des paramètres"
276
 
277
+ #: bws_functions.php:833
278
  msgid "Plugin"
279
  msgstr "Extension"
280
 
281
+ #: bws_functions.php:842
282
  msgid "Shortcode settings"
283
  msgstr "Paramètres du code court"
284
 
285
+ #: bws_functions.php:847
286
  msgid "The shortcode will be inserted"
287
  msgstr "Le code court sera inséré"
288
 
289
+ #: bws_functions.php:852
290
  msgid "Insert"
291
  msgstr "Insérer"
292
 
293
+ #: bws_functions.php:912
294
  msgid "FAQ"
295
  msgstr "FAQ"
296
 
297
+ #: bws_functions.php:918
298
  msgid "For more information:"
299
  msgstr "Pour plus d'informations&nbsp;:"
300
 
301
+ #: bws_functions.php:919
302
  msgid "Documentation"
303
  msgstr "Documentation"
304
 
305
+ #: bws_functions.php:920
306
  msgid "Video Instructions"
307
  msgstr "Vidéo explicative"
308
 
309
+ #: bws_functions.php:921
310
  msgid "Submit a Request"
311
  msgstr "Soumettre une requête"
312
 
1178
  msgid "Other"
1179
  msgstr "Autre"
1180
 
1181
+ #: product_list.php:22
1182
+ msgid ""
1183
+ "Protect WordPress website forms from spam entries by means of math logic."
1184
+ msgstr ""
1185
+
1186
+ #: product_list.php:32
1187
+ msgid "Create your personal car rental/booking and reservation website."
1188
+ msgstr ""
1189
+
1190
+ #: product_list.php:42
1191
+ msgid ""
1192
+ "Allow customers to reach you using secure contact form plugin any website "
1193
+ "must have."
1194
+ msgstr ""
1195
+
1196
+ #: product_list.php:52
1197
+ msgid "Add unlimited number of contact forms to WordPress website."
1198
+ msgstr ""
1199
+
1200
+ #: product_list.php:62
1201
+ msgid "Save and manage contact form messages. Never lose important data."
1202
+ msgstr ""
1203
+
1204
+ #: product_list.php:72
1205
+ msgid "Add unlimited custom pages to WordPress admin dashboard."
1206
+ msgstr ""
1207
+
1208
+ #: product_list.php:79
1209
+ msgid "Add custom fields to WordPress website search results."
1210
+ msgstr ""
1211
+
1212
+ #: product_list.php:86
1213
+ msgid "Add custom post types to WordPress website search results."
1214
+ msgstr ""
1215
+
1216
+ #: product_list.php:96
1217
+ msgid ""
1218
+ "Manage database and file system right from your WordPress admin dashboard."
1219
+ msgstr ""
1220
+
1221
+ #: product_list.php:105
1222
+ msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1223
+ msgstr ""
1224
+
1225
+ #: product_list.php:112
1226
+ msgid ""
1227
+ "Automatically add outgoing email messages to queue instead of sending them "
1228
+ "immediately."
1229
+ msgstr ""
1230
+
1231
+ #: product_list.php:119
1232
+ msgid ""
1233
+ "Get latest error log messages to diagnose website problems. Define and fix "
1234
+ "issues faster."
1235
+ msgstr ""
1236
+
1237
+ #: product_list.php:126
1238
+ msgid ""
1239
+ "Add Facebook Like, Share and Profile buttons to WordPress posts, pages and "
1240
+ "widgets."
1241
+ msgstr ""
1242
+
1243
+ #: product_list.php:136
1244
+ msgid ""
1245
+ "Add featured posts to WordPress posts or widgets. Highlight important "
1246
+ "information."
1247
+ msgstr ""
1248
+
1249
+ #: product_list.php:143
1250
+ msgid ""
1251
+ "Add beautiful galleries, albums & images to your Wordpress website in few "
1252
+ "clicks."
1253
+ msgstr ""
1254
+
1255
+ #: product_list.php:153
1256
+ msgid ""
1257
+ "Add unlimited gallery categories. Organize images to make the navigation "
1258
+ "through content easier."
1259
+ msgstr ""
1260
+
1261
+ #: product_list.php:160
1262
+ msgid ""
1263
+ "Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
1264
+ "posts, pages and widgets."
1265
+ msgstr ""
1266
+
1267
+ #: product_list.php:170
1268
+ msgid ""
1269
+ "Add Adsense ads to pages, posts, custom posts, search results, categories, "
1270
+ "tags, pages, and widgets."
1271
+ msgstr ""
1272
+
1273
+ #: product_list.php:180
1274
+ msgid "Add Google Analytics code to WordPress website and track basic stats."
1275
+ msgstr ""
1276
+
1277
+ #: product_list.php:190
1278
+ msgid ""
1279
+ "Protect WordPress website forms from spam entries with Google Captcha "
1280
+ "(reCaptcha)."
1281
+ msgstr ""
1282
+
1283
+ #: product_list.php:200
1284
+ msgid "Add customized Google maps to WordPress posts, pages and widgets."
1285
+ msgstr ""
1286
+
1287
+ #: product_list.php:210
1288
+ msgid ""
1289
+ "Generate and add XML sitemap to WordPress website. Help search engines index "
1290
+ "your blog."
1291
+ msgstr ""
1292
+
1293
+ #: product_list.php:220
1294
+ msgid ""
1295
+ "Replace external WordPress website links with Google shortlinks and track "
1296
+ "click stats."
1297
+ msgstr ""
1298
+
1299
+ #: product_list.php:227
1300
+ msgid ""
1301
+ "Protect WordPress website – allow and deny access for certain IP addresses, "
1302
+ "hostnames, etc."
1303
+ msgstr ""
1304
+
1305
+ #: product_list.php:237
1306
+ msgid ""
1307
+ "Create your personal job board and listing WordPress website. Search jobs, "
1308
+ "submit CV/resumes, choose candidates."
1309
+ msgstr ""
1310
+
1311
+ #: product_list.php:244
1312
+ msgid ""
1313
+ "Add latest posts or latest posts for selected categories widgets to "
1314
+ "WordPress website."
1315
+ msgstr ""
1316
+
1317
+ #: product_list.php:251
1318
+ msgid ""
1319
+ "Protect WordPress website against brute force attacks. Limit rate of login "
1320
+ "attempts."
1321
+ msgstr ""
1322
+
1323
+ #: product_list.php:261
1324
+ msgid ""
1325
+ "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1326
+ "5 plugins included – profile, insider, etc."
1327
+ msgstr ""
1328
+
1329
+ #: product_list.php:271
1330
+ msgid ""
1331
+ "Translate WordPress website content to other languages manually. Create "
1332
+ "multilingual pages, posts, widgets, menus, etc."
1333
+ msgstr ""
1334
+
1335
+ #: product_list.php:281
1336
+ msgid ""
1337
+ "Add customizable pagination to WordPress website. Split long content to "
1338
+ "multiple pages for better navigation."
1339
+ msgstr ""
1340
+
1341
+ #: product_list.php:291
1342
+ msgid ""
1343
+ "Generate PDF files and print WordPress posts/pages. Customize document "
1344
+ "header/footer styles and appearance."
1345
+ msgstr ""
1346
+
1347
+ #: product_list.php:301
1348
+ msgid ""
1349
+ "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1350
+ "Profile) to WordPress posts, pages and widgets."
1351
+ msgstr ""
1352
+
1353
+ #: product_list.php:311
1354
+ msgid "Track views, comments and add most popular posts to Wordpress widgets."
1355
+ msgstr ""
1356
+
1357
+ #: product_list.php:318
1358
+ msgid ""
1359
+ "Create your personal portfolio WordPress website. Manage and showcase past "
1360
+ "projects to get more clients."
1361
+ msgstr ""
1362
+
1363
+ #: product_list.php:328
1364
+ msgid "Export WordPress posts to CSV file format easily. Configure data order."
1365
+ msgstr ""
1366
+
1367
+ #: product_list.php:335
1368
+ msgid ""
1369
+ "Add extra fields to default WordPress user profile. The easiest way to "
1370
+ "create and manage additional custom values."
1371
+ msgstr ""
1372
+
1373
+ #: product_list.php:342
1374
+ msgid ""
1375
+ "Add and display HTML advertisement on WordPress website. Customize bar "
1376
+ "styles and appearance."
1377
+ msgstr ""
1378
+
1379
+ #: product_list.php:352
1380
+ msgid ""
1381
+ "Add customizable quotes and tips blocks to WordPress posts, pages and "
1382
+ "widgets."
1383
+ msgstr ""
1384
+
1385
+ #: product_list.php:359
1386
+ msgid ""
1387
+ "Add rating plugin to your WordPress website to receive feedback from your "
1388
+ "customers."
1389
+ msgstr ""
1390
+
1391
+ #: product_list.php:366
1392
+ msgid ""
1393
+ "Create your personal real estate WordPress website. Sell, rent and buy "
1394
+ "properties. Add, search and browse listings easily."
1395
+ msgstr ""
1396
+
1397
+ #: product_list.php:376
1398
+ msgid ""
1399
+ "Attach, unattach and re-attach media files quickly to WordPress posts and "
1400
+ "pages."
1401
+ msgstr ""
1402
+
1403
+ #: product_list.php:383
1404
+ msgid ""
1405
+ "Add related posts to WordPress posts or widgets. Link your readers to "
1406
+ "relevant content."
1407
+ msgstr ""
1408
+
1409
+ #: product_list.php:390
1410
+ msgid ""
1411
+ "Send bulk email messages to WordPress users. Custom templates, advanced "
1412
+ "settings and detailed reports."
1413
+ msgstr ""
1414
+
1415
+ #: product_list.php:400
1416
+ msgid ""
1417
+ "The best responsive slider plugin for your WordPress website. Create "
1418
+ "beautifully animated slides just in a few clicks."
1419
+ msgstr ""
1420
+
1421
+ #: product_list.php:407
1422
+ msgid ""
1423
+ "Configure SMTP server to receive email messages from WordPress to Gmail, "
1424
+ "Yahoo, Hotmail and other services."
1425
+ msgstr ""
1426
+
1427
+ #: product_list.php:414
1428
+ msgid ""
1429
+ "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1430
+ "FB, Twitter, G+1, Pinterest, LinkedIn."
1431
+ msgstr ""
1432
+
1433
+ #: product_list.php:424
1434
+ msgid ""
1435
+ "Add social media login, registration, and commenting to your WordPress "
1436
+ "website."
1437
+ msgstr ""
1438
+
1439
+ #: product_list.php:431
1440
+ msgid ""
1441
+ "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1442
+ "Collect data and subscribe your users."
1443
+ msgstr ""
1444
+
1445
+ #: product_list.php:441
1446
+ msgid ""
1447
+ "Add testimonials and feedbacks from your customers to WordPress posts, pages "
1448
+ "and widgets."
1449
+ msgstr ""
1450
+
1451
+ #: product_list.php:448
1452
+ msgid ""
1453
+ "Best timesheet plugin for WordPress. Track employee time, streamline "
1454
+ "attendance and generate reports."
1455
+ msgstr ""
1456
+
1457
+ #: product_list.php:458
1458
+ msgid ""
1459
+ "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, "
1460
+ "pages and widgets."
1461
+ msgstr ""
1462
+
1463
+ #: product_list.php:468
1464
+ msgid ""
1465
+ "Automatically check and update WordPress website core with all installed "
1466
+ "plugins and themes to the latest versions."
1467
+ msgstr ""
1468
+
1469
+ #: product_list.php:478
1470
+ msgid ""
1471
+ "Powerful user role management plugin for WordPress website. Create, edit, "
1472
+ "copy, and delete user roles."
1473
+ msgstr ""
1474
+
1475
+ #: product_list.php:488
1476
+ msgid ""
1477
+ "Display live count of online visitors who are currently browsing your "
1478
+ "WordPress website."
1479
+ msgstr ""
1480
+
1481
+ #: product_list.php:498
1482
+ msgid ""
1483
+ "Backup and export Zendesk Help Center content automatically to your "
1484
+ "WordPress website database."
1485
+ msgstr ""
1486
+
1487
  #~ msgid "Thank you for installing"
1488
  #~ msgstr "Merci d'avoir installé"
1489
 
1582
  #~ "Vous pouvez trouver votre clé de licence sur votre page personnelle dans "
1583
  #~ "la zone cliente en cliquant sur le lien"
1584
 
 
 
 
1585
  #~ msgid ""
1586
  #~ "(your username is the email you specify when purchasing the product), "
1587
  #~ "where you can make the necessary changes."
bws_menu/languages/bestwebsoft-id_ID.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-id_ID.po ADDED
@@ -0,0 +1,2062 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-08 15:43+0300\n"
6
+ "PO-Revision-Date: 2017-05-08 15:43+0300\n"
7
+ "Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
8
+ "Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
9
+ "Language: id\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.8.7.1\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: bws_functions.php:72 bws_functions.php:190
21
+ msgid "requires"
22
+ msgstr "membutuhkan"
23
+
24
+ #: bws_functions.php:74
25
+ msgid ""
26
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
+ "try again."
28
+ msgstr ""
29
+ "atau lebih tinggi, itu sebabnya telah dinonaktifkan! Silakan upgrade "
30
+ "WordPress dan coba lagi."
31
+
32
+ #: bws_functions.php:75
33
+ msgid "Back to the WordPress"
34
+ msgstr "Kembali ke WordPress"
35
+
36
+ #: bws_functions.php:77
37
+ msgid "Plugins page"
38
+ msgstr "halaman plugin"
39
+
40
+ #: bws_functions.php:91
41
+ msgid "Like the plugin?"
42
+ msgstr "Seperti plugin?"
43
+
44
+ #: bws_functions.php:93
45
+ msgid "Rate it"
46
+ msgstr "Menilai itu"
47
+
48
+ #: bws_functions.php:102
49
+ msgid "Need help?"
50
+ msgstr "Butuh bantuan?"
51
+
52
+ #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
53
+ msgid "Visit Help Center"
54
+ msgstr "Kunjungi Pusat Bantuan"
55
+
56
+ #: bws_functions.php:106
57
+ msgid "Want to support the plugin?"
58
+ msgstr "Ingin mendukung plugin?"
59
+
60
+ #: bws_functions.php:107 bws_menu.php:553
61
+ msgid "Donate"
62
+ msgstr "Menyumbangkan"
63
+
64
+ #: bws_functions.php:127
65
+ msgid "WARNING: Illegal use notification"
66
+ msgstr "PERINGATAN: Illegal penggunaan notifikasi"
67
+
68
+ #: bws_functions.php:127
69
+ msgid ""
70
+ "You can use one license of the Pro plugin for one domain only. Please check "
71
+ "and edit your license or domain if necessary using you personal Client Area. "
72
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
73
+ "the Pro plugin will be deactivated."
74
+ msgstr ""
75
+ "Anda dapat menggunakan satu lisensi dari plugin Pro untuk satu domain saja. "
76
+ "Silakan periksa dan mengedit lisensi atau domain jika perlu menggunakan Anda "
77
+ "pribadi Area Klien. Kami sangat menyarankan Anda untuk memecahkan masalah "
78
+ "dalam waktu 24 jam, dinyatakan plugin Pro akan dinonaktifkan."
79
+
80
+ #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
81
+ #: class-bws-settings.php:143
82
+ msgid "Learn More"
83
+ msgstr "Belajarlah lagi"
84
+
85
+ #: bws_functions.php:144
86
+ msgid ""
87
+ "Notice: Your Pro Trial license has expired. To continue using the plugin, "
88
+ "you should buy a Pro license"
89
+ msgstr ""
90
+ "Perhatikan: lisensi Percobaan Pro Anda telah kedaluwarsa. Untuk terus "
91
+ "menggunakan plugin, Anda harus membeli lisensi Pro"
92
+
93
+ #: bws_functions.php:146
94
+ msgid ""
95
+ "Your license has expired. To continue getting top-priority support and "
96
+ "plugin updates, you should extend it."
97
+ msgstr ""
98
+ "lisensi Anda telah berakhir. Untuk terus mendapatkan dukungan top-prioritas "
99
+ "dan update Plugin, Anda harus memperpanjang."
100
+
101
+ #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
102
+ msgid "Learn more"
103
+ msgstr "Belajarlah lagi"
104
+
105
+ #: bws_functions.php:164
106
+ #, php-format
107
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
108
+ msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro dari %s Plugin."
109
+
110
+ #: bws_functions.php:166
111
+ msgid "Notice: You are using the Pro Trial license of plugin."
112
+ msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro plugin."
113
+
114
+ #: bws_functions.php:169
115
+ msgid "The Pro Trial license will expire on"
116
+ msgstr "Lisensi Percobaan Pro akan berakhir pada"
117
+
118
+ #: bws_functions.php:192
119
+ msgid ""
120
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
121
+ "upgrade to WordPress latest version."
122
+ msgstr ""
123
+ "atau lebih tinggi! Kami tidak menjamin bahwa plugin kami akan bekerja dengan "
124
+ "benar. Silakan upgrade ke WordPress versi terbaru."
125
+
126
+ #: bws_functions.php:207
127
+ #, php-format
128
+ msgid "Thank you for installing %s plugin!"
129
+ msgstr ""
130
+
131
+ #: bws_functions.php:208
132
+ msgid "Let's get started"
133
+ msgstr "Mari kita mulai"
134
+
135
+ #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
136
+ #: bws_menu.php:559
137
+ msgid "Settings"
138
+ msgstr "pengaturan"
139
+
140
+ #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
141
+ #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
142
+ msgid "or"
143
+ msgstr "atau"
144
+
145
+ #: bws_functions.php:212 bws_functions.php:244
146
+ msgid "Add New"
147
+ msgstr "Tambah baru"
148
+
149
+ #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
150
+ #: bws_functions.php:378 bws_functions.php:480
151
+ msgid "Close notice"
152
+ msgstr "Tutup pemberitahuan"
153
+
154
+ #: bws_functions.php:231
155
+ msgid "Thank you for installing plugins by BestWebSoft!"
156
+ msgstr "Terima kasih untuk menginstal plugin dengan BestWebSoft!"
157
+
158
+ #: bws_functions.php:233
159
+ msgid "More Details"
160
+ msgstr "Keterangan lebih lanjut"
161
+
162
+ #: bws_functions.php:234
163
+ msgid "Less Details"
164
+ msgstr "Kurang Detail"
165
+
166
+ #: bws_functions.php:262
167
+ msgid "Deprecated function(-s) is used on the site here:"
168
+ msgstr "Fungsi usang (-s) digunakan di situs di sini:"
169
+
170
+ #: bws_functions.php:276
171
+ msgid ""
172
+ "This function(-s) will be removed over time. Please update the product(-s)."
173
+ msgstr ""
174
+ "Fungsi ini (-s) akan dihapus dari waktu ke waktu. Perbarui produk (-s)."
175
+
176
+ #: bws_functions.php:335
177
+ msgid "It’s time to upgrade your"
178
+ msgstr "Saatnya untuk meng-upgrade Anda"
179
+
180
+ #: bws_functions.php:335
181
+ msgid "to"
182
+ msgstr "untuk"
183
+
184
+ #: bws_functions.php:335
185
+ msgid "version!"
186
+ msgstr "versi!"
187
+
188
+ #: bws_functions.php:336
189
+ msgid "Extend standard plugin functionality with new great options."
190
+ msgstr "Memperluas fungsi Plugin standar dengan pilihan besar baru."
191
+
192
+ #: bws_functions.php:382
193
+ #, php-format
194
+ msgid ""
195
+ "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
196
+ "SUPPORT or UPDATES."
197
+ msgstr ""
198
+ "Kunci lisensi untuk %s berakhir pada %s dan Anda tidak akan diberikan TOP-"
199
+ "PRIORITAS DUKUNGAN atau PEMBARUAN."
200
+
201
+ #: bws_functions.php:475
202
+ #, php-format
203
+ msgid "Thank you for choosing %s plugin!"
204
+ msgstr ""
205
+
206
+ #: bws_functions.php:476
207
+ msgid ""
208
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
209
+ "we'd love to hear about it!"
210
+ msgstr ""
211
+ "Jika Anda memiliki fitur, saran atau ide yang ingin Anda lihat di plugin, "
212
+ "kami akan senang mendengar tentang hal itu!"
213
+
214
+ #: bws_functions.php:477
215
+ msgid "Suggest a Feature"
216
+ msgstr "Sarankan Fitur sebuah"
217
+
218
+ #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
219
+ #: class-bws-settings.php:584 class-bws-settings.php:587
220
+ msgid "Notice"
221
+ msgstr "Melihat"
222
+
223
+ #: bws_functions.php:493
224
+ msgid "The plugin's settings have been changed."
225
+ msgstr "pengaturan plugin ini telah berubah."
226
+
227
+ #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
228
+ #: deprecated.php:640
229
+ msgid "Save Changes"
230
+ msgstr "Simpan perubahan"
231
+
232
+ #: bws_functions.php:508
233
+ msgid ""
234
+ "You can always look at premium options by checking the \"Pro Options\" in "
235
+ "the \"Misc\" tab."
236
+ msgstr ""
237
+ "Anda selalu dapat melihat pilihan premium dengan memeriksa \\ \"Pro Options "
238
+ "\" di \\ tab \"Misc \"."
239
+
240
+ #: bws_functions.php:629
241
+ msgid "Add BWS Shortcode"
242
+ msgstr ""
243
+
244
+ #: bws_functions.php:630
245
+ msgid "Add BWS Plugins Shortcode"
246
+ msgstr "Tambahkan BWS Plugin pendek"
247
+
248
+ #: bws_functions.php:649
249
+ msgid "Add shortcode"
250
+ msgstr "Tambahkan shortcode"
251
+
252
+ #: bws_functions.php:649
253
+ msgid "Add BestWebSoft plugins' shortcodes using this button."
254
+ msgstr "Tambahkan shortcode BestWebSoft plugin 'menggunakan tombol ini."
255
+
256
+ #: bws_functions.php:695
257
+ msgid "Close"
258
+ msgstr "Dekat"
259
+
260
+ #: bws_functions.php:787
261
+ msgid "Are you sure you want to restore default settings?"
262
+ msgstr "Apakah Anda yakin ingin mengembalikan pengaturan default?"
263
+
264
+ #: bws_functions.php:790
265
+ msgid "Yes, restore all settings"
266
+ msgstr "Ya, mengembalikan semua pengaturan"
267
+
268
+ #: bws_functions.php:791
269
+ msgid "No, go back to the settings page"
270
+ msgstr "Tidak, kembali ke halaman pengaturan"
271
+
272
+ #: bws_functions.php:833
273
+ msgid "Plugin"
274
+ msgstr "Plugin"
275
+
276
+ #: bws_functions.php:842
277
+ msgid "Shortcode settings"
278
+ msgstr "pengaturan shortcode"
279
+
280
+ #: bws_functions.php:847
281
+ msgid "The shortcode will be inserted"
282
+ msgstr "shortcode akan dimasukkan"
283
+
284
+ #: bws_functions.php:852
285
+ msgid "Insert"
286
+ msgstr "Memasukkan"
287
+
288
+ #: bws_functions.php:912
289
+ msgid "FAQ"
290
+ msgstr "FAQ"
291
+
292
+ #: bws_functions.php:918
293
+ msgid "For more information:"
294
+ msgstr "Untuk informasi lebih lanjut:"
295
+
296
+ #: bws_functions.php:919
297
+ msgid "Documentation"
298
+ msgstr "Dokumentasi"
299
+
300
+ #: bws_functions.php:920
301
+ msgid "Video Instructions"
302
+ msgstr "Petunjuk Video"
303
+
304
+ #: bws_functions.php:921
305
+ msgid "Submit a Request"
306
+ msgstr "Mengajukan permohonan"
307
+
308
+ #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
309
+ msgid "Wrong license key"
310
+ msgstr "kunci lisensi yang salah"
311
+
312
+ #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
313
+ #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
314
+ #: deprecated.php:352
315
+ msgid ""
316
+ "Something went wrong. Please try again later. If the error appears again, "
317
+ "please contact us"
318
+ msgstr ""
319
+ "Ada yang salah. Silakan coba lagi nanti. Jika kesalahan muncul lagi, "
320
+ "silahkan hubungi kami"
321
+
322
+ #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
323
+ #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
324
+ #: deprecated.php:352
325
+ msgid "We are sorry for inconvenience."
326
+ msgstr "Kami mohon maaf atas ketidaknyamanan."
327
+
328
+ #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
329
+ #: deprecated.php:139 deprecated.php:358
330
+ msgid "Wrong license key."
331
+ msgstr "kunci lisensi yang salah."
332
+
333
+ #: bws_menu.php:130
334
+ msgid ""
335
+ "This license key is bound to another site. Change it via personal Client "
336
+ "Area."
337
+ msgstr ""
338
+ "kunci lisensi ini terikat ke situs lain. Mengubahnya melalui personal Area "
339
+ "Klien."
340
+
341
+ #: bws_menu.php:130
342
+ msgid "Log in"
343
+ msgstr "Masuk"
344
+
345
+ #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
346
+ msgid "Unfortunately, you have exceeded the number of available tries per day."
347
+ msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari."
348
+
349
+ #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
350
+ #, php-format
351
+ msgid ""
352
+ "Unfortunately, Your license has expired. To continue getting top-priority "
353
+ "support and plugin updates, you should extend it in your %s"
354
+ msgstr ""
355
+ "Sayangnya, lisensi Anda telah kedaluwarsa. Untuk terus mendapatkan dukungan "
356
+ "top-prioritas dan Plugin update, Anda harus memperpanjang di Anda %s"
357
+
358
+ #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
359
+ msgid ""
360
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
361
+ "Trial license can be installed only once."
362
+ msgstr ""
363
+ "Sayangnya, lisensi Pro sudah dipasang untuk domain ini. Lisensi Percobaan "
364
+ "Pro dapat diinstal hanya sekali."
365
+
366
+ #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
367
+ msgid "The license key is valid."
368
+ msgstr "Kunci lisensi berlaku."
369
+
370
+ #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
371
+ msgid "Your license will expire on"
372
+ msgstr "lisensi Anda akan berakhir pada"
373
+
374
+ #: bws_menu.php:146
375
+ msgid "Congratulations! Pro Membership license is activated successfully."
376
+ msgstr "Selamat! lisensi Keanggotaan Pro berhasil diaktifkan."
377
+
378
+ #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
379
+ msgid ""
380
+ "Something went wrong. Try again later or upload the plugin manually. We are "
381
+ "sorry for inconvenience."
382
+ msgstr ""
383
+ "Ada yang salah. Coba lagi nanti atau meng-upload plugin secara manual. Kami "
384
+ "mohon maaf atas ketidaknyamanan."
385
+
386
+ #: bws_menu.php:163
387
+ msgid "Please enter your license key."
388
+ msgstr "Masukkan kunci lisensi Anda."
389
+
390
+ #: bws_menu.php:174
391
+ msgid "Not set"
392
+ msgstr "Tidak diatur"
393
+
394
+ #: bws_menu.php:176
395
+ msgid "On"
396
+ msgstr "Di"
397
+
398
+ #: bws_menu.php:176
399
+ msgid "Off"
400
+ msgstr "Mati"
401
+
402
+ #: bws_menu.php:177 bws_menu.php:178 bws_menu.php:179 bws_menu.php:180
403
+ #: bws_menu.php:181 bws_menu.php:182 bws_menu.php:191
404
+ msgid "N/A"
405
+ msgstr "N / A"
406
+
407
+ #: bws_menu.php:182
408
+ msgid " Mb"
409
+ msgstr " Mb"
410
+
411
+ #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
412
+ msgid "Yes"
413
+ msgstr "iya nih"
414
+
415
+ #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
416
+ msgid "No"
417
+ msgstr "Tidak"
418
+
419
+ #: bws_menu.php:196
420
+ msgid "WordPress Environment"
421
+ msgstr "WordPress Lingkungan"
422
+
423
+ #: bws_menu.php:198
424
+ msgid "Home URL"
425
+ msgstr "URL rumah"
426
+
427
+ #: bws_menu.php:199
428
+ msgid "Website URL"
429
+ msgstr "alamat situs web"
430
+
431
+ #: bws_menu.php:200
432
+ msgid "WP Version"
433
+ msgstr "WP Versi"
434
+
435
+ #: bws_menu.php:201
436
+ msgid "WP Multisite"
437
+ msgstr "WP Multisite"
438
+
439
+ #: bws_menu.php:202
440
+ msgid "WP Memory Limit"
441
+ msgstr "WP Memory Limit"
442
+
443
+ #: bws_menu.php:203
444
+ msgid "Active Theme"
445
+ msgstr "Tema aktif"
446
+
447
+ #: bws_menu.php:203 bws_menu.php:248 bws_menu.php:251
448
+ #, php-format
449
+ msgid "by %s"
450
+ msgstr "oleh %s"
451
+
452
+ #: bws_menu.php:207
453
+ msgid "Server Environment"
454
+ msgstr "Server Lingkungan"
455
+
456
+ #: bws_menu.php:209
457
+ msgid "Operating System"
458
+ msgstr "Sistem operasi"
459
+
460
+ #: bws_menu.php:210
461
+ msgid "Server"
462
+ msgstr "Server"
463
+
464
+ #: bws_menu.php:211
465
+ msgid "PHP Version"
466
+ msgstr "PHP Versi"
467
+
468
+ #: bws_menu.php:212
469
+ msgid "PHP Allow URL fopen"
470
+ msgstr "PHP Izinkan URL fopen"
471
+
472
+ #: bws_menu.php:213
473
+ msgid "PHP Memory Limit"
474
+ msgstr "PHP Memory Limit"
475
+
476
+ #: bws_menu.php:214
477
+ msgid "Memory Usage"
478
+ msgstr "memory Usage"
479
+
480
+ #: bws_menu.php:215
481
+ msgid "PHP Max Upload Size"
482
+ msgstr "Ukuran PHP Max Upload"
483
+
484
+ #: bws_menu.php:216
485
+ msgid "PHP Max Post Size"
486
+ msgstr "PHP Max Pos Ukuran"
487
+
488
+ #: bws_menu.php:217
489
+ msgid "PHP Max Script Execute Time"
490
+ msgstr "PHP Max Script Jalankan Waktu"
491
+
492
+ #: bws_menu.php:218
493
+ msgid "PHP Exif support"
494
+ msgstr "dukungan PHP Exif"
495
+
496
+ #: bws_menu.php:219
497
+ msgid "PHP IPTC support"
498
+ msgstr "dukungan PHP IPTC"
499
+
500
+ #: bws_menu.php:220
501
+ msgid "PHP XML support"
502
+ msgstr "dukungan XML PHP"
503
+
504
+ #: bws_menu.php:226
505
+ msgid "Database"
506
+ msgstr "database"
507
+
508
+ #: bws_menu.php:228
509
+ msgid "WP DB version"
510
+ msgstr "Versi WP DB"
511
+
512
+ #: bws_menu.php:229
513
+ msgid "MySQL version"
514
+ msgstr "versi MySQL"
515
+
516
+ #: bws_menu.php:230
517
+ msgid "SQL Mode"
518
+ msgstr "SQL Modus"
519
+
520
+ #: bws_menu.php:234
521
+ msgid "Active Plugins"
522
+ msgstr "Plugin aktif"
523
+
524
+ #: bws_menu.php:239
525
+ msgid "Inactive Plugins"
526
+ msgstr "Plugin tidak aktif"
527
+
528
+ #: bws_menu.php:260
529
+ msgid "Please enter a valid email address."
530
+ msgstr "Silakan isi alamat email."
531
+
532
+ #: bws_menu.php:264
533
+ msgid "Email with system info is sent to"
534
+ msgstr "Email dengan info sistem dikirim ke"
535
+
536
+ #: bws_menu.php:268
537
+ msgid "Thank you for contacting us."
538
+ msgstr "Terima kasih sudah menghubungi kami."
539
+
540
+ #: bws_menu.php:291
541
+ msgid "Sorry, email message could not be delivered."
542
+ msgstr "Maaf, pesan email tidak dapat disampaikan."
543
+
544
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
545
+ msgid "Plugins"
546
+ msgstr "plugin"
547
+
548
+ #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
549
+ msgid "Themes"
550
+ msgstr "tema"
551
+
552
+ #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
553
+ msgid "System status"
554
+ msgstr "Status sistem"
555
+
556
+ #: bws_menu.php:317
557
+ msgid "Support"
558
+ msgstr "Mendukung"
559
+
560
+ #: bws_menu.php:318
561
+ msgid "Manage purchased licenses & subscriptions"
562
+ msgstr "Mengelola membeli lisensi & langganan"
563
+
564
+ #: bws_menu.php:326
565
+ #, php-format
566
+ msgid "Get Access to %s+ Premium Plugins"
567
+ msgstr "Dapatkan Akses ke %s + Premium Plugin"
568
+
569
+ #: bws_menu.php:328
570
+ msgid "Subscribe to Pro Membership"
571
+ msgstr "Berlangganan Pro Keanggotaan"
572
+
573
+ #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
574
+ #: deprecated.php:227
575
+ msgid "Check license key"
576
+ msgstr "Periksa kunci lisensi"
577
+
578
+ #: bws_menu.php:339
579
+ msgid "Enter your license key"
580
+ msgstr "Masukkan kunci lisensi Anda"
581
+
582
+ #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
583
+ #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
584
+ #: deprecated.php:629 deprecated.php:700 deprecated.php:709
585
+ msgid "Activate"
586
+ msgstr "Mengaktifkan"
587
+
588
+ #: bws_menu.php:361
589
+ msgid "Upload Plugin"
590
+ msgstr "Upload Plugin"
591
+
592
+ #: bws_menu.php:365
593
+ #, php-format
594
+ msgid ""
595
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
596
+ "during activation. If you notice &#8220;headers already sent&#8221; "
597
+ "messages, problems with syndication feeds or other issues, try deactivating "
598
+ "or removing this plugin."
599
+ msgstr ""
600
+ "Plugin yang dihasilkan %d karakter dari <strong> tak terduga keluaran </ "
601
+ "strong> selama aktivasi. Jika Anda melihat & # 8220; header sudah dikirim & "
602
+ "# 8221; pesan, masalah dengan feed sindikasi atau masalah lain, coba "
603
+ "menonaktifkan atau menghapus plugin ini."
604
+
605
+ #: bws_menu.php:367
606
+ msgid ""
607
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
608
+ "strong>."
609
+ msgstr ""
610
+ "Plugin tidak dapat diaktifkan karena memicu <strong> kesalahan fatal </ "
611
+ "strong>."
612
+
613
+ #: bws_menu.php:370
614
+ msgid "Plugin <strong>activated</strong>."
615
+ msgstr "Plugin <strong> diaktifkan </ strong>."
616
+
617
+ #: bws_menu.php:377
618
+ msgid "Installing Plugin"
619
+ msgstr "Instalasi Plugin"
620
+
621
+ #: bws_menu.php:383
622
+ msgid "Downloading install package from"
623
+ msgstr "Men-download menginstal paket dari"
624
+
625
+ #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
626
+ #: class-bws-settings.php:948 class-bws-settings.php:970
627
+ #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
628
+ #: deprecated.php:431
629
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
630
+ msgstr "Gagal mengunduh arsip zip. Silakan, upload plugin secara manual"
631
+
632
+ #: bws_menu.php:408
633
+ msgid "Unpacking the package"
634
+ msgstr "Membuka paket"
635
+
636
+ #: bws_menu.php:413 bws_menu.php:421
637
+ msgid "Installing the plugin"
638
+ msgstr "Instalasi plugin"
639
+
640
+ #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
641
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
642
+ msgstr "Gagal membuka arsip zip. Silakan, upload plugin secara manual"
643
+
644
+ #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
645
+ msgid ""
646
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
647
+ "plugin manually"
648
+ msgstr ""
649
+ "server Anda tidak mendukung baik ZipArchive atau Phar. Silakan, upload "
650
+ "plugin secara manual"
651
+
652
+ #: bws_menu.php:427
653
+ #, php-format
654
+ msgid "The plugin %s is successfully installed."
655
+ msgstr "Plugin %s berhasil diinstal."
656
+
657
+ #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
658
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
659
+ msgstr "UploadDir tidak dapat ditulis. Silakan, upload plugin secara manual"
660
+
661
+ #: bws_menu.php:439
662
+ msgid "Activate Plugin"
663
+ msgstr "Aktifkan Plugin"
664
+
665
+ #: bws_menu.php:439 bws_menu.php:445
666
+ msgid "Return to BestWebSoft Panel"
667
+ msgstr "Kembali ke BestWebSoft Panel"
668
+
669
+ #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
670
+ msgid "All"
671
+ msgstr "Semua"
672
+
673
+ #: bws_menu.php:450 bws_menu.php:650
674
+ msgid "Installed"
675
+ msgstr "dipasang"
676
+
677
+ #: bws_menu.php:451
678
+ msgid "Not Installed"
679
+ msgstr "Tidak terpasang"
680
+
681
+ #: bws_menu.php:457
682
+ msgid "Filter results"
683
+ msgstr "Filter hasil"
684
+
685
+ #: bws_menu.php:460 bws_menu.php:589
686
+ msgid "Category"
687
+ msgstr "Kategori"
688
+
689
+ #: bws_menu.php:524
690
+ msgid "Not installed"
691
+ msgstr "Tidak terpasang"
692
+
693
+ #: bws_menu.php:528
694
+ msgid "Renew to get updates"
695
+ msgstr "Renew untuk mendapatkan update"
696
+
697
+ #: bws_menu.php:531
698
+ #, php-format
699
+ msgid "Update to v %s"
700
+ msgstr "Update untuk v %s"
701
+
702
+ #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
703
+ msgid "Install Now"
704
+ msgstr "Pasang sekarang"
705
+
706
+ #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
707
+ msgid "Upgrade to Pro"
708
+ msgstr "Upgrade ke yang lebih baik"
709
+
710
+ #: bws_menu.php:563 bws_menu.php:572
711
+ msgid "Activate this plugin"
712
+ msgstr "Aktifkan plugin ini"
713
+
714
+ #: bws_menu.php:575
715
+ msgid "Install this plugin"
716
+ msgstr "Menginstal plugin ini"
717
+
718
+ #: bws_menu.php:584
719
+ msgid "Nothing found. Try another criteria."
720
+ msgstr "Tidak ada yang ditemukan. Coba kriteria lain."
721
+
722
+ #: bws_menu.php:621 bws_menu.php:641
723
+ #, php-format
724
+ msgid "By %s"
725
+ msgstr "Oleh %s"
726
+
727
+ #: bws_menu.php:648
728
+ msgid "Already Installed"
729
+ msgstr "sudah Dipasang"
730
+
731
+ #: bws_menu.php:659
732
+ msgid "Browse Free WordPress Themes"
733
+ msgstr "Isi Gratis WordPress Themes"
734
+
735
+ #: bws_menu.php:668
736
+ msgid "Send to support"
737
+ msgstr "Kirim untuk mendukung"
738
+
739
+ #: bws_menu.php:675
740
+ msgid "Send to custom email &#187;"
741
+ msgstr "Kirim ke email khusus & # 187;"
742
+
743
+ #: class-bws-settings.php:135
744
+ msgid "Information"
745
+ msgstr "Informasi"
746
+
747
+ #: class-bws-settings.php:143
748
+ msgid "Inactive"
749
+ msgstr "non-aktif"
750
+
751
+ #: class-bws-settings.php:151
752
+ msgid "Expired"
753
+ msgstr "kedaluwarsa"
754
+
755
+ #: class-bws-settings.php:154
756
+ #, php-format
757
+ msgid "%s day(-s) left"
758
+ msgstr "%s hari (-s) kiri"
759
+
760
+ #: class-bws-settings.php:160
761
+ #, php-format
762
+ msgid "Expired on %s"
763
+ msgstr "Berakhir pada %s"
764
+
765
+ #: class-bws-settings.php:160
766
+ msgid "Renew Now"
767
+ msgstr "Perbarui sekarang"
768
+
769
+ #: class-bws-settings.php:162
770
+ msgid "Active"
771
+ msgstr "Aktif"
772
+
773
+ #: class-bws-settings.php:167
774
+ msgid "License"
775
+ msgstr "Lisensi"
776
+
777
+ #: class-bws-settings.php:170
778
+ msgid "Status"
779
+ msgstr "Status"
780
+
781
+ #: class-bws-settings.php:174
782
+ msgid "Version"
783
+ msgstr "Versi"
784
+
785
+ #: class-bws-settings.php:282
786
+ msgid "All plugin settings were restored."
787
+ msgstr "Semua pengaturan Plugin dipulihkan."
788
+
789
+ #: class-bws-settings.php:420
790
+ msgid "Custom Code"
791
+ msgstr "Kode kustom"
792
+
793
+ #: class-bws-settings.php:424 deprecated.php:497
794
+ msgid "You do not have sufficient permissions to edit plugins for this site."
795
+ msgstr ""
796
+ "Anda tidak memiliki cukup izin untuk menyunting plugin untuk situs ini."
797
+
798
+ #: class-bws-settings.php:429 deprecated.php:618
799
+ msgid "These styles will be added to the header on all pages of your site."
800
+ msgstr "Gaya ini akan ditambahkan ke header pada semua halaman situs Anda."
801
+
802
+ #: class-bws-settings.php:432 deprecated.php:620
803
+ #, php-format
804
+ msgid ""
805
+ "This PHP code will be hooked to the %s action and will be printed on front "
806
+ "end only."
807
+ msgstr ""
808
+ "Kode PHP ini akan ketagihan untuk %s tindakan dan akan dicetak pada ujung "
809
+ "depan saja."
810
+
811
+ #: class-bws-settings.php:435
812
+ msgid "These code will be added to the header on all pages of your site."
813
+ msgstr "Kode ini akan ditambahkan ke header pada semua halaman situs Anda."
814
+
815
+ #: class-bws-settings.php:443 deprecated.php:644
816
+ #, php-format
817
+ msgid ""
818
+ "You need to make this files writable before you can save your changes. See "
819
+ "%s the Codex %s for more information."
820
+ msgstr ""
821
+ "Anda perlu membuat file ini ditulis sebelum Anda dapat menyimpan perubahan. "
822
+ "Lihat %s Codex %s untuk informasi lebih lanjut."
823
+
824
+ #: class-bws-settings.php:453 deprecated.php:626
825
+ msgid "Browsing"
826
+ msgstr "Browsing"
827
+
828
+ #: class-bws-settings.php:457
829
+ #, php-format
830
+ msgid "Activate custom %s code."
831
+ msgstr "Aktifkan kustom %s kode."
832
+
833
+ #: class-bws-settings.php:464 deprecated.php:633
834
+ #, php-format
835
+ msgid "Learn more about %s"
836
+ msgstr "Pelajari lebih lanjut tentang %s"
837
+
838
+ #: class-bws-settings.php:524
839
+ msgid "Miscellaneous Settings"
840
+ msgstr "Pengaturan Miscellaneous"
841
+
842
+ #: class-bws-settings.php:533 class-bws-settings.php:584
843
+ #, php-format
844
+ msgid ""
845
+ "It is prohibited to change %s settings on this site in the %s network "
846
+ "settings."
847
+ msgstr ""
848
+ "Dilarang mengubah %s pengaturan di situs ini di %s pengaturan jaringan."
849
+
850
+ #: class-bws-settings.php:536 class-bws-settings.php:587
851
+ #, php-format
852
+ msgid ""
853
+ "It is prohibited to view %s settings on this site in the %s network settings."
854
+ msgstr "Dilarang melihat %s pengaturan di situs ini di %s pengaturan jaringan."
855
+
856
+ #: class-bws-settings.php:545
857
+ msgid "Pro Options"
858
+ msgstr "Pro Pilihan"
859
+
860
+ #: class-bws-settings.php:548
861
+ msgid "Enable to display plugin Pro options."
862
+ msgstr "Memungkinkan untuk menampilkan opsi Pro Plugin."
863
+
864
+ #: class-bws-settings.php:553
865
+ msgid "Track Usage"
866
+ msgstr "track Penggunaan"
867
+
868
+ #: class-bws-settings.php:556
869
+ msgid ""
870
+ "Enable to allow tracking plugin usage anonymously in order to make it better."
871
+ msgstr ""
872
+ "Aktifkan untuk memungkinkan pelacakan penggunaan Plugin anonim untuk "
873
+ "membuatnya lebih baik."
874
+
875
+ #: class-bws-settings.php:560
876
+ msgid "Default Settings"
877
+ msgstr "Pengaturan default"
878
+
879
+ #: class-bws-settings.php:562
880
+ msgid "Restore Settings"
881
+ msgstr "Kembalikan Pengaturan"
882
+
883
+ #: class-bws-settings.php:563
884
+ msgid "This will restore plugin settings to defaults."
885
+ msgstr "Ini akan mengembalikan pengaturan plugin untuk default."
886
+
887
+ #: class-bws-settings.php:575
888
+ msgid "Import / Export"
889
+ msgstr "Ekspor Impor"
890
+
891
+ #: class-bws-settings.php:691 class-bws-settings.php:724
892
+ #: class-bws-settings.php:746
893
+ msgid "License Key"
894
+ msgstr "Kunci lisensi"
895
+
896
+ #: class-bws-settings.php:714
897
+ msgid "Congratulations! Pro license is activated successfully."
898
+ msgstr "Selamat! lisensi Pro berhasil diaktifkan."
899
+
900
+ #: class-bws-settings.php:715
901
+ #, php-format
902
+ msgid "You will be automatically redirected to the %s in %s seconds."
903
+ msgstr ""
904
+
905
+ #: class-bws-settings.php:715
906
+ msgid "Settings page"
907
+ msgstr "halaman pengaturan"
908
+
909
+ #: class-bws-settings.php:730
910
+ #, php-format
911
+ msgid "Enter your license key to activate %s and get premium plugin features."
912
+ msgstr ""
913
+ "Masukkan kunci lisensi Anda untuk mengaktifkan %s dan mendapatkan fitur "
914
+ "Plugin premium."
915
+
916
+ #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
917
+ #: deprecated.php:703
918
+ msgid ""
919
+ "Unfortunately, you have exceeded the number of available tries per day. "
920
+ "Please, upload the plugin manually."
921
+ msgstr ""
922
+ "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari. Silakan, "
923
+ "upload plugin secara manual."
924
+
925
+ #: class-bws-settings.php:736 deprecated.php:694
926
+ #, php-format
927
+ msgid "Start Your Free %s-Day Trial Now"
928
+ msgstr "Mulai Anda gratis %s -Day Percobaan Sekarang"
929
+
930
+ #: class-bws-settings.php:751
931
+ msgid ""
932
+ "If necessary, you can check if the license key is correct or reenter it in "
933
+ "the field below."
934
+ msgstr ""
935
+ "Jika perlu, Anda dapat memeriksa apakah kunci lisensi benar atau masuk "
936
+ "kembali ke dalam bidang di bawah."
937
+
938
+ #: class-bws-settings.php:756
939
+ msgid "Manage License Settings"
940
+ msgstr "Kelola Setelan License"
941
+
942
+ #: class-bws-settings.php:758
943
+ msgid "Login to Client Area"
944
+ msgstr "Login ke Area Klien"
945
+
946
+ #: class-bws-settings.php:760
947
+ msgid ""
948
+ "Manage active licenses, download BWS products, and view your payment history "
949
+ "using BestWebSoft Client Area."
950
+ msgstr ""
951
+ "Mengelola lisensi aktif, men-download produk BWS, dan melihat riwayat "
952
+ "pembayaran Anda menggunakan BestWebSoft Client Area."
953
+
954
+ #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
955
+ #: deprecated.php:360
956
+ msgid "This license key is bound to another site."
957
+ msgstr "kunci lisensi ini terikat ke situs lain."
958
+
959
+ #: class-bws-settings.php:817 deprecated.php:143
960
+ msgid ""
961
+ "This license key is valid, but Your license has expired. If you want to "
962
+ "update our plugin in future, you should extend the license."
963
+ msgstr ""
964
+ "kunci lisensi ini berlaku, tetapi lisensi Anda telah kedaluwarsa. Jika Anda "
965
+ "ingin memperbarui plugin kami di masa depan, Anda harus memperpanjang "
966
+ "lisensi."
967
+
968
+ #: class-bws-settings.php:819 deprecated.php:145
969
+ msgid "Unfortunately, you have exceeded the number of available tries."
970
+ msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia."
971
+
972
+ #: class-bws-settings.php:821 deprecated.php:147
973
+ msgid ""
974
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
975
+ "The Pro Trial license can be installed only once."
976
+ msgstr ""
977
+ "Sayangnya, lisensi Percobaan Pro sudah dipasang untuk domain ini. Lisensi "
978
+ "Percobaan Pro dapat diinstal hanya sekali."
979
+
980
+ #: class-bws-settings.php:826 deprecated.php:151
981
+ msgid "The Pro Trial license key is valid."
982
+ msgstr "Kunci lisensi Percobaan Pro berlaku."
983
+
984
+ #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
985
+ #, php-format
986
+ msgid ""
987
+ "In order to continue using the plugin it is necessary to buy a %s license."
988
+ msgstr ""
989
+ "Dalam rangka untuk terus menggunakan plugin perlu untuk membeli %s lisensi."
990
+
991
+ #: class-bws-settings.php:1031 deprecated.php:463
992
+ msgid "Please, enter Your license key"
993
+ msgstr "Silakan, masukkan kunci lisensi Anda"
994
+
995
+ #: class-bws-settings.php:1043
996
+ msgid "Need Help?"
997
+ msgstr "Butuh bantuan?"
998
+
999
+ #: class-bws-settings.php:1045
1000
+ msgid "Read the Instruction"
1001
+ msgstr "Baca Instruksi"
1002
+
1003
+ #: class-bws-settings.php:1049
1004
+ msgid "Watch the Video"
1005
+ msgstr "Saksikan Video"
1006
+
1007
+ #: class-bws-settings.php:1060
1008
+ msgid "Start Your Free Trial"
1009
+ msgstr "Mulai Uji Coba Gratis"
1010
+
1011
+ #: deprecated.php:93
1012
+ msgid "System Status"
1013
+ msgstr "Status sistem"
1014
+
1015
+ #: deprecated.php:204
1016
+ msgid "Please, enter your license key"
1017
+ msgstr "Silakan, masukkan kunci lisensi Anda"
1018
+
1019
+ #: deprecated.php:223
1020
+ msgid ""
1021
+ "If necessary, you can check if the license key is correct or reenter it in "
1022
+ "the field below. You can find your license key on your personal page - "
1023
+ "Client Area - on our website"
1024
+ msgstr ""
1025
+ "Jika perlu, Anda dapat memeriksa apakah kunci lisensi benar atau masuk "
1026
+ "kembali ke dalam bidang di bawah. Anda dapat menemukan kunci lisensi Anda "
1027
+ "pada halaman pribadi Anda - Area Klien - di website kami"
1028
+
1029
+ #: deprecated.php:223
1030
+ msgid ""
1031
+ "(your username is the email address specified during the purchase). If "
1032
+ "necessary, please submit \"Lost your password?\" request."
1033
+ msgstr ""
1034
+ "(Nama pengguna adalah alamat email yang ditentukan selama pembelian). Jika "
1035
+ "perlu, silahkan pilih \\ \"Kehilangan kata sandi Anda? \" Permintaan."
1036
+
1037
+ #: deprecated.php:247
1038
+ msgid "After that, you can activate it by entering your license key."
1039
+ msgstr ""
1040
+ "Setelah itu, Anda dapat mengaktifkannya dengan memasukkan kunci lisensi Anda."
1041
+
1042
+ #: deprecated.php:249 deprecated.php:688
1043
+ msgid "License key can be found in the"
1044
+ msgstr "kunci lisensi dapat ditemukan di"
1045
+
1046
+ #: deprecated.php:251 deprecated.php:690
1047
+ msgid "(your username is the email address specified during the purchase)."
1048
+ msgstr "(Nama pengguna adalah alamat email yang ditentukan selama pembelian)."
1049
+
1050
+ #: deprecated.php:278
1051
+ msgid ""
1052
+ "Congratulations! The Pro license of the plugin is activated successfully."
1053
+ msgstr "Selamat! Lisensi Pro plugin tersebut berhasil diaktifkan."
1054
+
1055
+ #: deprecated.php:280 deprecated.php:669
1056
+ msgid "Please, go to"
1057
+ msgstr "Tolong, pergi ke"
1058
+
1059
+ #: deprecated.php:280 deprecated.php:669
1060
+ msgid "the setting page"
1061
+ msgstr "halaman pengaturan"
1062
+
1063
+ #: deprecated.php:281 deprecated.php:670
1064
+ msgid "You will be redirected automatically in 5 seconds."
1065
+ msgstr "Anda akan diarahkan secara otomatis dalam 5 detik."
1066
+
1067
+ #: deprecated.php:315
1068
+ msgid "Check premium options on the plugin settings page!"
1069
+ msgstr "Periksa pilihan premium di halaman pengaturan plugin!"
1070
+
1071
+ #: deprecated.php:478
1072
+ msgid "Restore all plugin settings to defaults"
1073
+ msgstr "Mengembalikan semua pengaturan plugin untuk default"
1074
+
1075
+ #: deprecated.php:480
1076
+ msgid "Restore settings"
1077
+ msgstr "mengembalikan pengaturan"
1078
+
1079
+ #: deprecated.php:548 deprecated.php:575
1080
+ #, php-format
1081
+ msgid "File %s edited successfully."
1082
+ msgstr "File %s berhasil diedit."
1083
+
1084
+ #: deprecated.php:550 deprecated.php:577
1085
+ msgid "Not enough permissions to create or update the file"
1086
+ msgstr "Tidak cukup izin untuk membuat atau memperbarui file"
1087
+
1088
+ #: deprecated.php:580
1089
+ msgid "Not enough permissions to create the file"
1090
+ msgstr "Tidak cukup izin untuk membuat file"
1091
+
1092
+ #: deprecated.php:624
1093
+ msgid "Editing"
1094
+ msgstr "editing"
1095
+
1096
+ #: deprecated.php:667
1097
+ msgid ""
1098
+ "Congratulations! Pro version of the plugin is installed and activated "
1099
+ "successfully."
1100
+ msgstr "Selamat! Versi Pro plugin diinstal dan diaktifkan berhasil."
1101
+
1102
+ #: deprecated.php:677
1103
+ msgid "Show Pro features"
1104
+ msgstr "Tampilkan fitur Pro"
1105
+
1106
+ #: deprecated.php:684
1107
+ msgid "Enter your license key to install and activate"
1108
+ msgstr "Masukkan kunci lisensi Anda untuk menginstal dan mengaktifkan"
1109
+
1110
+ #: deprecated.php:686
1111
+ msgid "version of the plugin."
1112
+ msgstr "versi plugin."
1113
+
1114
+ #: product_list.php:7
1115
+ msgid "Advertisement"
1116
+ msgstr "Iklan"
1117
+
1118
+ #: product_list.php:8
1119
+ msgid "Content & Media"
1120
+ msgstr "Content & Media"
1121
+
1122
+ #: product_list.php:9
1123
+ msgid "Management"
1124
+ msgstr "Pengelolaan"
1125
+
1126
+ #: product_list.php:10
1127
+ msgid "Recommended"
1128
+ msgstr "Direkomendasikan"
1129
+
1130
+ #: product_list.php:11
1131
+ msgid "Security"
1132
+ msgstr "Keamanan"
1133
+
1134
+ #: product_list.php:12
1135
+ msgid "Site Stats"
1136
+ msgstr "Statistik situs"
1137
+
1138
+ #: product_list.php:13
1139
+ msgid "Social"
1140
+ msgstr "Sosial"
1141
+
1142
+ #: product_list.php:14
1143
+ msgid "Utilities"
1144
+ msgstr "keperluan"
1145
+
1146
+ #: product_list.php:15
1147
+ msgid "Other"
1148
+ msgstr "Lain"
1149
+
1150
+ #: product_list.php:22
1151
+ msgid ""
1152
+ "Protect WordPress website forms from spam entries by means of math logic."
1153
+ msgstr ""
1154
+
1155
+ #: product_list.php:32
1156
+ msgid "Create your personal car rental/booking and reservation website."
1157
+ msgstr ""
1158
+
1159
+ #: product_list.php:42
1160
+ msgid ""
1161
+ "Allow customers to reach you using secure contact form plugin any website "
1162
+ "must have."
1163
+ msgstr ""
1164
+
1165
+ #: product_list.php:52
1166
+ msgid "Add unlimited number of contact forms to WordPress website."
1167
+ msgstr ""
1168
+
1169
+ #: product_list.php:62
1170
+ msgid "Save and manage contact form messages. Never lose important data."
1171
+ msgstr ""
1172
+
1173
+ #: product_list.php:72
1174
+ msgid "Add unlimited custom pages to WordPress admin dashboard."
1175
+ msgstr ""
1176
+
1177
+ #: product_list.php:79
1178
+ msgid "Add custom fields to WordPress website search results."
1179
+ msgstr ""
1180
+
1181
+ #: product_list.php:86
1182
+ msgid "Add custom post types to WordPress website search results."
1183
+ msgstr ""
1184
+
1185
+ #: product_list.php:96
1186
+ msgid ""
1187
+ "Manage database and file system right from your WordPress admin dashboard."
1188
+ msgstr ""
1189
+
1190
+ #: product_list.php:105
1191
+ msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1192
+ msgstr ""
1193
+
1194
+ #: product_list.php:112
1195
+ msgid ""
1196
+ "Automatically add outgoing email messages to queue instead of sending them "
1197
+ "immediately."
1198
+ msgstr ""
1199
+
1200
+ #: product_list.php:119
1201
+ msgid ""
1202
+ "Get latest error log messages to diagnose website problems. Define and fix "
1203
+ "issues faster."
1204
+ msgstr ""
1205
+
1206
+ #: product_list.php:126
1207
+ msgid ""
1208
+ "Add Facebook Like, Share and Profile buttons to WordPress posts, pages and "
1209
+ "widgets."
1210
+ msgstr ""
1211
+
1212
+ #: product_list.php:136
1213
+ msgid ""
1214
+ "Add featured posts to WordPress posts or widgets. Highlight important "
1215
+ "information."
1216
+ msgstr ""
1217
+
1218
+ #: product_list.php:143
1219
+ msgid ""
1220
+ "Add beautiful galleries, albums & images to your Wordpress website in few "
1221
+ "clicks."
1222
+ msgstr ""
1223
+
1224
+ #: product_list.php:153
1225
+ msgid ""
1226
+ "Add unlimited gallery categories. Organize images to make the navigation "
1227
+ "through content easier."
1228
+ msgstr ""
1229
+
1230
+ #: product_list.php:160
1231
+ msgid ""
1232
+ "Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
1233
+ "posts, pages and widgets."
1234
+ msgstr ""
1235
+
1236
+ #: product_list.php:170
1237
+ msgid ""
1238
+ "Add Adsense ads to pages, posts, custom posts, search results, categories, "
1239
+ "tags, pages, and widgets."
1240
+ msgstr ""
1241
+
1242
+ #: product_list.php:180
1243
+ msgid "Add Google Analytics code to WordPress website and track basic stats."
1244
+ msgstr ""
1245
+
1246
+ #: product_list.php:190
1247
+ msgid ""
1248
+ "Protect WordPress website forms from spam entries with Google Captcha "
1249
+ "(reCaptcha)."
1250
+ msgstr ""
1251
+
1252
+ #: product_list.php:200
1253
+ msgid "Add customized Google maps to WordPress posts, pages and widgets."
1254
+ msgstr ""
1255
+
1256
+ #: product_list.php:210
1257
+ msgid ""
1258
+ "Generate and add XML sitemap to WordPress website. Help search engines index "
1259
+ "your blog."
1260
+ msgstr ""
1261
+
1262
+ #: product_list.php:220
1263
+ msgid ""
1264
+ "Replace external WordPress website links with Google shortlinks and track "
1265
+ "click stats."
1266
+ msgstr ""
1267
+
1268
+ #: product_list.php:227
1269
+ msgid ""
1270
+ "Protect WordPress website – allow and deny access for certain IP addresses, "
1271
+ "hostnames, etc."
1272
+ msgstr ""
1273
+
1274
+ #: product_list.php:237
1275
+ msgid ""
1276
+ "Create your personal job board and listing WordPress website. Search jobs, "
1277
+ "submit CV/resumes, choose candidates."
1278
+ msgstr ""
1279
+
1280
+ #: product_list.php:244
1281
+ msgid ""
1282
+ "Add latest posts or latest posts for selected categories widgets to "
1283
+ "WordPress website."
1284
+ msgstr ""
1285
+
1286
+ #: product_list.php:251
1287
+ msgid ""
1288
+ "Protect WordPress website against brute force attacks. Limit rate of login "
1289
+ "attempts."
1290
+ msgstr ""
1291
+
1292
+ #: product_list.php:261
1293
+ msgid ""
1294
+ "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1295
+ "5 plugins included – profile, insider, etc."
1296
+ msgstr ""
1297
+
1298
+ #: product_list.php:271
1299
+ msgid ""
1300
+ "Translate WordPress website content to other languages manually. Create "
1301
+ "multilingual pages, posts, widgets, menus, etc."
1302
+ msgstr ""
1303
+
1304
+ #: product_list.php:281
1305
+ msgid ""
1306
+ "Add customizable pagination to WordPress website. Split long content to "
1307
+ "multiple pages for better navigation."
1308
+ msgstr ""
1309
+
1310
+ #: product_list.php:291
1311
+ msgid ""
1312
+ "Generate PDF files and print WordPress posts/pages. Customize document "
1313
+ "header/footer styles and appearance."
1314
+ msgstr ""
1315
+
1316
+ #: product_list.php:301
1317
+ msgid ""
1318
+ "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1319
+ "Profile) to WordPress posts, pages and widgets."
1320
+ msgstr ""
1321
+
1322
+ #: product_list.php:311
1323
+ msgid "Track views, comments and add most popular posts to Wordpress widgets."
1324
+ msgstr ""
1325
+
1326
+ #: product_list.php:318
1327
+ msgid ""
1328
+ "Create your personal portfolio WordPress website. Manage and showcase past "
1329
+ "projects to get more clients."
1330
+ msgstr ""
1331
+
1332
+ #: product_list.php:328
1333
+ msgid "Export WordPress posts to CSV file format easily. Configure data order."
1334
+ msgstr ""
1335
+
1336
+ #: product_list.php:335
1337
+ msgid ""
1338
+ "Add extra fields to default WordPress user profile. The easiest way to "
1339
+ "create and manage additional custom values."
1340
+ msgstr ""
1341
+
1342
+ #: product_list.php:342
1343
+ msgid ""
1344
+ "Add and display HTML advertisement on WordPress website. Customize bar "
1345
+ "styles and appearance."
1346
+ msgstr ""
1347
+
1348
+ #: product_list.php:352
1349
+ msgid ""
1350
+ "Add customizable quotes and tips blocks to WordPress posts, pages and "
1351
+ "widgets."
1352
+ msgstr ""
1353
+
1354
+ #: product_list.php:359
1355
+ msgid ""
1356
+ "Add rating plugin to your WordPress website to receive feedback from your "
1357
+ "customers."
1358
+ msgstr ""
1359
+
1360
+ #: product_list.php:366
1361
+ msgid ""
1362
+ "Create your personal real estate WordPress website. Sell, rent and buy "
1363
+ "properties. Add, search and browse listings easily."
1364
+ msgstr ""
1365
+
1366
+ #: product_list.php:376
1367
+ msgid ""
1368
+ "Attach, unattach and re-attach media files quickly to WordPress posts and "
1369
+ "pages."
1370
+ msgstr ""
1371
+
1372
+ #: product_list.php:383
1373
+ msgid ""
1374
+ "Add related posts to WordPress posts or widgets. Link your readers to "
1375
+ "relevant content."
1376
+ msgstr ""
1377
+
1378
+ #: product_list.php:390
1379
+ msgid ""
1380
+ "Send bulk email messages to WordPress users. Custom templates, advanced "
1381
+ "settings and detailed reports."
1382
+ msgstr ""
1383
+
1384
+ #: product_list.php:400
1385
+ msgid ""
1386
+ "The best responsive slider plugin for your WordPress website. Create "
1387
+ "beautifully animated slides just in a few clicks."
1388
+ msgstr ""
1389
+
1390
+ #: product_list.php:407
1391
+ msgid ""
1392
+ "Configure SMTP server to receive email messages from WordPress to Gmail, "
1393
+ "Yahoo, Hotmail and other services."
1394
+ msgstr ""
1395
+
1396
+ #: product_list.php:414
1397
+ msgid ""
1398
+ "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1399
+ "FB, Twitter, G+1, Pinterest, LinkedIn."
1400
+ msgstr ""
1401
+
1402
+ #: product_list.php:424
1403
+ msgid ""
1404
+ "Add social media login, registration, and commenting to your WordPress "
1405
+ "website."
1406
+ msgstr ""
1407
+
1408
+ #: product_list.php:431
1409
+ msgid ""
1410
+ "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1411
+ "Collect data and subscribe your users."
1412
+ msgstr ""
1413
+
1414
+ #: product_list.php:441
1415
+ msgid ""
1416
+ "Add testimonials and feedbacks from your customers to WordPress posts, pages "
1417
+ "and widgets."
1418
+ msgstr ""
1419
+
1420
+ #: product_list.php:448
1421
+ msgid ""
1422
+ "Best timesheet plugin for WordPress. Track employee time, streamline "
1423
+ "attendance and generate reports."
1424
+ msgstr ""
1425
+
1426
+ #: product_list.php:458
1427
+ msgid ""
1428
+ "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, "
1429
+ "pages and widgets."
1430
+ msgstr ""
1431
+
1432
+ #: product_list.php:468
1433
+ msgid ""
1434
+ "Automatically check and update WordPress website core with all installed "
1435
+ "plugins and themes to the latest versions."
1436
+ msgstr ""
1437
+
1438
+ #: product_list.php:478
1439
+ msgid ""
1440
+ "Powerful user role management plugin for WordPress website. Create, edit, "
1441
+ "copy, and delete user roles."
1442
+ msgstr ""
1443
+
1444
+ #: product_list.php:488
1445
+ msgid ""
1446
+ "Display live count of online visitors who are currently browsing your "
1447
+ "WordPress website."
1448
+ msgstr ""
1449
+
1450
+ #: product_list.php:498
1451
+ msgid ""
1452
+ "Backup and export Zendesk Help Center content automatically to your "
1453
+ "WordPress website database."
1454
+ msgstr ""
1455
+
1456
+ #~ msgid "Thank you for installing"
1457
+ #~ msgstr "Terima kasih untuk menginstal"
1458
+
1459
+ #~ msgid "Thank you for choosing"
1460
+ #~ msgstr "Terima kasih telah memilih"
1461
+
1462
+ #~ msgid "PHP Safe Mode"
1463
+ #~ msgstr "PHP Safe Mode"
1464
+
1465
+ #~ msgid "You will be automatically redirected to the %s in 7 seconds."
1466
+ #~ msgstr "Anda akan secara otomatis diarahkan ke %s dalam 7 detik."
1467
+
1468
+ #~ msgid "You license for"
1469
+ #~ msgstr "Anda lisensi untuk"
1470
+
1471
+ #~ msgid "expires on"
1472
+ #~ msgstr "Kadaluarsa pada"
1473
+
1474
+ #~ msgid "This license key is bind to another site"
1475
+ #~ msgstr "kunci lisensi ini mengikat ke situs lain"
1476
+
1477
+ #~ msgid "Successfully installed the plugin"
1478
+ #~ msgstr "Berhasil menginstal plugin"
1479
+
1480
+ #~ msgid "Please, go to %s"
1481
+ #~ msgstr "Silakan, pergi ke %s"
1482
+
1483
+ #~ msgid "Client Area"
1484
+ #~ msgstr "area klien"
1485
+
1486
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
1487
+ #~ msgstr ""
1488
+ #~ "Jika Anda menikmati plugin kami, silakan memberikan 5 bintang pada "
1489
+ #~ "WordPress"
1490
+
1491
+ #~ msgid "If there is something wrong about it, please contact us"
1492
+ #~ msgstr "Jika ada sesuatu yang salah tentang hal itu, silahkan hubungi kami"
1493
+
1494
+ #~ msgid "Donations play an important role in supporting great projects"
1495
+ #~ msgstr ""
1496
+ #~ "Sumbangan memainkan peran penting dalam mendukung proyek-proyek besar"
1497
+
1498
+ #~ msgid "WordPress Version"
1499
+ #~ msgstr "WordPress Versi"
1500
+
1501
+ #~ msgid "Activate Membership"
1502
+ #~ msgstr "Aktifkan Keanggotaan"
1503
+
1504
+ #~ msgid "Don’t have valid license key yet?"
1505
+ #~ msgstr "Tidak memiliki kunci lisensi yang valid belum?"
1506
+
1507
+ #~ msgid ""
1508
+ #~ "Join BestWebSoft Pro Membership today, cancel any time and use all "
1509
+ #~ "plugins on a single website %s for only %s per month."
1510
+ #~ msgstr ""
1511
+ #~ "Bergabung BestWebSoft Pro Keanggotaan hari ini, membatalkan setiap saat "
1512
+ #~ "dan menggunakan semua plugin pada situs Web %s hanya %s per bulan."
1513
+
1514
+ #~ msgid "My Account"
1515
+ #~ msgstr "Akun saya"
1516
+
1517
+ #~ msgid "Go"
1518
+ #~ msgstr "Pergi"
1519
+
1520
+ #~ msgid "DONATE"
1521
+ #~ msgstr "MENYUMBANGKAN"
1522
+
1523
+ #~ msgid "Recommended plugins"
1524
+ #~ msgstr "plugin direkomendasikan"
1525
+
1526
+ #~ msgid "Install now"
1527
+ #~ msgstr "Pasang sekarang"
1528
+
1529
+ #~ msgid "Configure Settings"
1530
+ #~ msgstr "Konfigurasi Pengaturan"
1531
+
1532
+ #~ msgid "Try again"
1533
+ #~ msgstr "Coba lagi"
1534
+
1535
+ #~ msgid "Preview &#8220;%s&#8221;"
1536
+ #~ msgstr "Preview & # 8220; %s & # 8221;"
1537
+
1538
+ #~ msgid "Install %s"
1539
+ #~ msgstr "Menginstal %s"
1540
+
1541
+ #~ msgid "Update"
1542
+ #~ msgstr "Memperbarui"
1543
+
1544
+ #~ msgid "Preview %s"
1545
+ #~ msgstr "Preview %s"
1546
+
1547
+ #~ msgid "Preview"
1548
+ #~ msgstr "Preview"
1549
+
1550
+ #~ msgid "You can download and activate"
1551
+ #~ msgstr "Anda dapat men-download dan mengaktifkan"
1552
+
1553
+ #~ msgid "version of this plugin by entering Your license key."
1554
+ #~ msgstr "versi plugin ini dengan memasukkan kunci lisensi Anda."
1555
+
1556
+ #~ msgid ""
1557
+ #~ "You can find your license key on your personal page Client area, by "
1558
+ #~ "clicking on the link"
1559
+ #~ msgstr ""
1560
+ #~ "Anda dapat menemukan kunci lisensi di daerah Klien halaman pribadi Anda, "
1561
+ #~ "dengan mengklik pada link"
1562
+
1563
+ #~ msgid ""
1564
+ #~ "(your username is the email you specify when purchasing the product), "
1565
+ #~ "where you can make the necessary changes."
1566
+ #~ msgstr ""
1567
+ #~ "(Username Anda adalah email yang Anda tentukan ketika membeli produk), di "
1568
+ #~ "mana Anda dapat membuat perubahan yang diperlukan."
1569
+
1570
+ #~ msgid "Switch to new interface"
1571
+ #~ msgstr "Beralih ke antarmuka baru"
1572
+
1573
+ #~ msgid "Activated plugins"
1574
+ #~ msgstr "plugin diaktifkan"
1575
+
1576
+ #~ msgid "Read more"
1577
+ #~ msgstr "Baca lebih banyak"
1578
+
1579
+ #~ msgid "Purchase"
1580
+ #~ msgstr "Membeli"
1581
+
1582
+ #~ msgid "Free plugins"
1583
+ #~ msgstr "plugin gratis"
1584
+
1585
+ #~ msgid "Download"
1586
+ #~ msgstr "Download"
1587
+
1588
+ #~ msgid "Install now from wordpress.org"
1589
+ #~ msgstr "Instal sekarang dari wordpress.org"
1590
+
1591
+ #~ msgid "Free themes"
1592
+ #~ msgstr "Free tema"
1593
+
1594
+ #~ msgid "Customize &#8220;%s&#8221;"
1595
+ #~ msgstr "Sesuaikan & # 8220; %s & # 8221;"
1596
+
1597
+ #~ msgid "Installed themes"
1598
+ #~ msgstr "tema diinstal"
1599
+
1600
+ #~ msgid "Recommended themes"
1601
+ #~ msgstr "tema direkomendasikan"
1602
+
1603
+ #~ msgid "Switch to old interface"
1604
+ #~ msgstr "Beralih ke antarmuka lama"
1605
+
1606
+ #~ msgid "installed"
1607
+ #~ msgstr "diinstal"
1608
+
1609
+ #~ msgid "Contact Form"
1610
+ #~ msgstr "formulir kontak"
1611
+
1612
+ #~ msgid "Contact Form Pro Extra Settings"
1613
+ #~ msgstr "Hubungi Form Extra Settings Pro"
1614
+
1615
+ #~ msgid "Contact Form Pro"
1616
+ #~ msgstr "Kontak Form Pro"
1617
+
1618
+ #~ msgid "Name:"
1619
+ #~ msgstr "Nama:"
1620
+
1621
+ #~ msgid "Address:"
1622
+ #~ msgstr "Alamat:"
1623
+
1624
+ #~ msgid "Email Address:"
1625
+ #~ msgstr "Alamat email:"
1626
+
1627
+ #~ msgid "Phone number:"
1628
+ #~ msgstr "Nomor telepon:"
1629
+
1630
+ #~ msgid "Subject:"
1631
+ #~ msgstr "Subyek:"
1632
+
1633
+ #~ msgid "Message:"
1634
+ #~ msgstr "Pesan:"
1635
+
1636
+ #~ msgid "Attachment:"
1637
+ #~ msgstr "Lampiran:"
1638
+
1639
+ #~ msgid "Send me a copy"
1640
+ #~ msgstr "Kirimkan saya salinan"
1641
+
1642
+ #~ msgid "Submit"
1643
+ #~ msgstr "Menyerahkan"
1644
+
1645
+ #~ msgid "Your name is required."
1646
+ #~ msgstr "Nama Anda diperlukan."
1647
+
1648
+ #~ msgid "Address is required."
1649
+ #~ msgstr "Alamat diperlukan."
1650
+
1651
+ #~ msgid "A valid email address is required."
1652
+ #~ msgstr "Sebuah alamat email yang valid diperlukan."
1653
+
1654
+ #~ msgid "Phone number is required."
1655
+ #~ msgstr "Nomor telepon diperlukan."
1656
+
1657
+ #~ msgid "Subject is required."
1658
+ #~ msgstr "Subjek diperlukan."
1659
+
1660
+ #~ msgid "Message text is required."
1661
+ #~ msgstr "Pesan teks diperlukan."
1662
+
1663
+ #~ msgid "File format is not valid."
1664
+ #~ msgstr "Format file tidak valid."
1665
+
1666
+ #~ msgid "File upload error."
1667
+ #~ msgstr "Berkas kesalahan upload."
1668
+
1669
+ #~ msgid "The file could not be uploaded."
1670
+ #~ msgstr "file tidak bisa di-upload."
1671
+
1672
+ #~ msgid "This file is too large."
1673
+ #~ msgstr "File ini terlalu besar."
1674
+
1675
+ #~ msgid "Please fill out the CAPTCHA."
1676
+ #~ msgstr "Silahkan mengisi CAPTCHA."
1677
+
1678
+ #~ msgid "Please make corrections below and try again."
1679
+ #~ msgstr "Silakan melakukan koreksi di bawah ini dan coba lagi."
1680
+
1681
+ #~ msgid ""
1682
+ #~ "If the 'Redirect to page' option is selected then the URL field should be "
1683
+ #~ "in the following format"
1684
+ #~ msgstr ""
1685
+ #~ "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
1686
+ #~ "doit être rempli avec le format suivant"
1687
+
1688
+ #~ msgid "Such user does not exist. Settings are not saved."
1689
+ #~ msgstr "pengguna tersebut tidak ada. Setelan tidak disimpan."
1690
+
1691
+ #~ msgid ""
1692
+ #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
1693
+ #~ "saved."
1694
+ #~ msgstr ""
1695
+ #~ "Silakan masukkan alamat email yang valid di bidang 'DARI'. Setelan tidak "
1696
+ #~ "disimpan."
1697
+
1698
+ #~ msgid ""
1699
+ #~ "If you would like to add the Contact Form to your website, just copy and "
1700
+ #~ "paste this shortcode to your post or page or widget:"
1701
+ #~ msgstr ""
1702
+ #~ "Jika Anda ingin menambahkan Form Kontak ke website Anda, hanya copy dan "
1703
+ #~ "paste shortcode ini untuk posting atau halaman atau widget:"
1704
+
1705
+ #~ msgid ""
1706
+ #~ "If you leave the fields empty, the messages will be sent to the email "
1707
+ #~ "address specified during registration."
1708
+ #~ msgstr ""
1709
+ #~ "Jika Anda meninggalkan bidang kosong, pesan akan dikirim ke alamat email "
1710
+ #~ "yang ditentukan saat pendaftaran."
1711
+
1712
+ #~ msgid "The user's email address:"
1713
+ #~ msgstr "alamat email pengguna:"
1714
+
1715
+ #~ msgid "Create a username"
1716
+ #~ msgstr "Membuat username"
1717
+
1718
+ #~ msgid ""
1719
+ #~ "Enter a username of the person who should get the messages from the "
1720
+ #~ "contact form."
1721
+ #~ msgstr ""
1722
+ #~ "Masukkan username dari orang yang harus mendapatkan pesan dari formulir "
1723
+ #~ "kontak."
1724
+
1725
+ #~ msgid "Use this email address:"
1726
+ #~ msgstr "Gunakan alamat email ini:"
1727
+
1728
+ #~ msgid "Enter the email address you want the messages forwarded to."
1729
+ #~ msgstr "Masukkan alamat email Anda ingin pesan diteruskan ke."
1730
+
1731
+ #~ msgid "Additional options"
1732
+ #~ msgstr "Opsi tambahan"
1733
+
1734
+ #~ msgid "What to use?"
1735
+ #~ msgstr "Apa yang harus digunakan?"
1736
+
1737
+ #~ msgid "Wp-mail"
1738
+ #~ msgstr "Wp-mail"
1739
+
1740
+ #~ msgid "You can use the wp_mail function for mailing"
1741
+ #~ msgstr "Anda dapat menggunakan fungsi wp_mail untuk mailing"
1742
+
1743
+ #~ msgid "Mail"
1744
+ #~ msgstr "Surat"
1745
+
1746
+ #~ msgid "To send mail you can use the php mail function"
1747
+ #~ msgstr "Untuk mengirim email Anda dapat menggunakan fungsi php mail"
1748
+
1749
+ #~ msgid "Change text of the 'FROM' field"
1750
+ #~ msgstr "Perubahan teks dari bidang 'DARI'"
1751
+
1752
+ #~ msgid "Enter the email address in the 'From' field"
1753
+ #~ msgstr "Masukkan alamat email di bidang 'Dari'"
1754
+
1755
+ #~ msgid "User email"
1756
+ #~ msgstr "email pengguna"
1757
+
1758
+ #~ msgid ""
1759
+ #~ "The email address of the user who fills the form will be used in the "
1760
+ #~ "field 'From'."
1761
+ #~ msgstr ""
1762
+ #~ "Alamat email pengguna yang mengisi form akan digunakan dalam bidang "
1763
+ #~ "'Dari'."
1764
+
1765
+ #~ msgid "This email address will be used in the 'From' field."
1766
+ #~ msgstr "Alamat email ini akan digunakan dalam bidang 'Dari'."
1767
+
1768
+ #~ msgid "Display fields"
1769
+ #~ msgstr "bidang tampilan"
1770
+
1771
+ #~ msgid "Address"
1772
+ #~ msgstr "Alamat"
1773
+
1774
+ #~ msgid "Phone"
1775
+ #~ msgstr "Telepon"
1776
+
1777
+ #~ msgid "Attachment block"
1778
+ #~ msgstr "blok lampiran"
1779
+
1780
+ #~ msgid "Users can attach the following file formats"
1781
+ #~ msgstr "Pengguna dapat melampirkan format file berikut"
1782
+
1783
+ #~ msgid "Captcha"
1784
+ #~ msgstr "captcha"
1785
+
1786
+ #~ msgid "(powered by bestwebsoft.com)"
1787
+ #~ msgstr "(Didukung oleh bestwebsoft.com)"
1788
+
1789
+ #~ msgid "Download captcha"
1790
+ #~ msgstr "Download captcha"
1791
+
1792
+ #~ msgid "Display tips below the Attachment block"
1793
+ #~ msgstr "kiat tampilan di bawah blok Lampiran"
1794
+
1795
+ #~ msgid "Display 'Send me a copy' block"
1796
+ #~ msgstr "Menampilkan 'Kirimkan saya salinan' block"
1797
+
1798
+ #~ msgid "Name"
1799
+ #~ msgstr "Nama"
1800
+
1801
+ #~ msgid "Email Address"
1802
+ #~ msgstr "Alamat email"
1803
+
1804
+ #~ msgid "Subject"
1805
+ #~ msgstr "Subyek"
1806
+
1807
+ #~ msgid "Message"
1808
+ #~ msgstr "Pesan"
1809
+
1810
+ #~ msgid "Display additional info in the email"
1811
+ #~ msgstr "Menampilkan info tambahan dalam email"
1812
+
1813
+ #~ msgid "Sent from (ip address)"
1814
+ #~ msgstr "Dikirim dari (alamat ip)"
1815
+
1816
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
1817
+ #~ msgstr "Contoh: Dikirim dari (alamat IP): \\ t127.0.0.1"
1818
+
1819
+ #~ msgid "Date/Time"
1820
+ #~ msgstr "Tanggal Waktu"
1821
+
1822
+ #~ msgid "Sent from (referer)"
1823
+ #~ msgstr "Dikirim dari (referer)"
1824
+
1825
+ #~ msgid "Using (user agent)"
1826
+ #~ msgstr "Menggunakan (agen pengguna)"
1827
+
1828
+ #~ msgid "Language settings for the field names in the form"
1829
+ #~ msgstr "Pengaturan bahasa untuk nama field dalam bentuk"
1830
+
1831
+ #~ msgid "Add a language"
1832
+ #~ msgstr "Menambahkan bahasa"
1833
+
1834
+ #~ msgid "Change the names of the contact form fields and error messages"
1835
+ #~ msgstr "Mengubah nama-nama kolom formulir kontak dan pesan kesalahan"
1836
+
1837
+ #~ msgid "English"
1838
+ #~ msgstr "Inggris"
1839
+
1840
+ #~ msgid "Error message for the Name field"
1841
+ #~ msgstr "pesan kesalahan untuk bidang Nama"
1842
+
1843
+ #~ msgid "Error message for the Address field"
1844
+ #~ msgstr "pesan kesalahan untuk bidang Alamat"
1845
+
1846
+ #~ msgid "Error message for the Email field"
1847
+ #~ msgstr "pesan kesalahan untuk bidang Email"
1848
+
1849
+ #~ msgid "Error message for the Phone field"
1850
+ #~ msgstr "pesan kesalahan untuk bidang Telepon"
1851
+
1852
+ #~ msgid "Error message for the Subject field"
1853
+ #~ msgstr "pesan kesalahan untuk kolom Subyek"
1854
+
1855
+ #~ msgid "Error message for the Message field"
1856
+ #~ msgstr "pesan kesalahan untuk bidang Pesan"
1857
+
1858
+ #~ msgid "Error message about the file type for the Attachment field"
1859
+ #~ msgstr "pesan kesalahan tentang jenis file untuk bidang Lampiran"
1860
+
1861
+ #~ msgid ""
1862
+ #~ "Error message while uploading a file for the Attachment field to the "
1863
+ #~ "server"
1864
+ #~ msgstr ""
1865
+ #~ "pesan kesalahan saat mengunggah file untuk bidang Lampiran ke server"
1866
+
1867
+ #~ msgid "Error message while moving the file for the Attachment field"
1868
+ #~ msgstr "pesan kesalahan saat memindahkan file untuk bidang Lampiran"
1869
+
1870
+ #~ msgid ""
1871
+ #~ "Error message when file size limit for the Attachment field is exceeded"
1872
+ #~ msgstr "Pesan galat saat batas ukuran file untuk bidang Lampiran terlampaui"
1873
+
1874
+ #~ msgid "Error message for the Captcha field"
1875
+ #~ msgstr "pesan kesalahan untuk bidang Captcha"
1876
+
1877
+ #~ msgid "Error message for the whole form"
1878
+ #~ msgstr "pesan kesalahan untuk seluruh bentuk"
1879
+
1880
+ #~ msgid "for this language"
1881
+ #~ msgstr "untuk bahasa ini"
1882
+
1883
+ #~ msgid "Action after email is sent"
1884
+ #~ msgstr "Tindakan setelah email dikirim"
1885
+
1886
+ #~ msgid "Display text"
1887
+ #~ msgstr "menampilkan teks"
1888
+
1889
+ #~ msgid "Text"
1890
+ #~ msgstr "Teks"
1891
+
1892
+ #~ msgid "Url"
1893
+ #~ msgstr "url"
1894
+
1895
+ #~ msgid "Contact Form Pro | Extra Settings"
1896
+ #~ msgstr "Hubungi Formulir Pro | Pengaturan tambahan"
1897
+
1898
+ #~ msgid ""
1899
+ #~ "This functionality is available in the Pro version of the plugin. For "
1900
+ #~ "more details, please follow the link"
1901
+ #~ msgstr ""
1902
+ #~ "Fungsi ini tersedia dalam versi Pro plugin. Untuk lebih jelasnya, "
1903
+ #~ "silahkan ikuti link"
1904
+
1905
+ #~ msgid "Errors output"
1906
+ #~ msgstr "kesalahan keluaran"
1907
+
1908
+ #~ msgid "Display error messages"
1909
+ #~ msgstr "pesan kesalahan tampilan"
1910
+
1911
+ #~ msgid "Color of the input field errors."
1912
+ #~ msgstr "Warna kesalahan field input."
1913
+
1914
+ #~ msgid "Display error messages & color of the input field errors"
1915
+ #~ msgstr "pesan kesalahan display & warna kesalahan field input"
1916
+
1917
+ #~ msgid "Add placeholder to the input blocks"
1918
+ #~ msgstr "Menambahkan placeholder ke blok masukan"
1919
+
1920
+ #~ msgid "Add tooltips"
1921
+ #~ msgstr "Tambahkan tooltips"
1922
+
1923
+ #~ msgid "Email address"
1924
+ #~ msgstr "Alamat email"
1925
+
1926
+ #~ msgid "Phone Number"
1927
+ #~ msgstr "Nomor telepon"
1928
+
1929
+ #~ msgid "Attachment"
1930
+ #~ msgstr "Lampiran"
1931
+
1932
+ #~ msgid "Style options"
1933
+ #~ msgstr "Pilihan gaya"
1934
+
1935
+ #~ msgid "Text color"
1936
+ #~ msgstr "Warna teks"
1937
+
1938
+ #~ msgid "Default"
1939
+ #~ msgstr "kegagalan"
1940
+
1941
+ #~ msgid "Label text color"
1942
+ #~ msgstr "Warna teks Label"
1943
+
1944
+ #~ msgid "Placeholder color"
1945
+ #~ msgstr "warna placeholder"
1946
+
1947
+ #~ msgid "Errors color"
1948
+ #~ msgstr "warna kesalahan"
1949
+
1950
+ #~ msgid "Error text color"
1951
+ #~ msgstr "Warna teks kesalahan"
1952
+
1953
+ #~ msgid "Background color of the input field errors"
1954
+ #~ msgstr "warna latar belakang kesalahan field input"
1955
+
1956
+ #~ msgid "Border color of the input field errors"
1957
+ #~ msgstr "warna perbatasan kesalahan field input"
1958
+
1959
+ #~ msgid "Placeholder color of the input field errors"
1960
+ #~ msgstr "warna placeholder dari kesalahan field input"
1961
+
1962
+ #~ msgid "Input fields"
1963
+ #~ msgstr "field input"
1964
+
1965
+ #~ msgid "Input fields background color"
1966
+ #~ msgstr "Input field warna latar belakang"
1967
+
1968
+ #~ msgid "Text fields color"
1969
+ #~ msgstr "Teks ladang warna"
1970
+
1971
+ #~ msgid "Border width in px, numbers only"
1972
+ #~ msgstr "lebar perbatasan di px, angka saja"
1973
+
1974
+ #~ msgid "Border color"
1975
+ #~ msgstr "warna perbatasan"
1976
+
1977
+ #~ msgid "Width in px, numbers only"
1978
+ #~ msgstr "Lebar di px, angka saja"
1979
+
1980
+ #~ msgid "Button color"
1981
+ #~ msgstr "warna tombol"
1982
+
1983
+ #~ msgid "Button text color"
1984
+ #~ msgstr "Warna teks tombol"
1985
+
1986
+ #~ msgid "Contact Form Pro | Preview"
1987
+ #~ msgstr "Hubungi Formulir Pro | Preview"
1988
+
1989
+ #~ msgid "Show with errors"
1990
+ #~ msgstr "Tampilkan dengan kesalahan"
1991
+
1992
+ #~ msgid "Please enter your full name..."
1993
+ #~ msgstr "Masukkan nama lengkap Anda ..."
1994
+
1995
+ #~ msgid "Please enter your address..."
1996
+ #~ msgstr "Masukkan alamat Anda ..."
1997
+
1998
+ #~ msgid "Please enter your email address..."
1999
+ #~ msgstr "Masukkan alamat email Anda ..."
2000
+
2001
+ #~ msgid "Please enter your phone number..."
2002
+ #~ msgstr "Masukkan nomor telepon anda..."
2003
+
2004
+ #~ msgid "Please enter subject..."
2005
+ #~ msgstr "Masukkan subjek ..."
2006
+
2007
+ #~ msgid ""
2008
+ #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
2009
+ #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
2010
+ #~ "size: 2MB"
2011
+ #~ msgstr ""
2012
+ #~ "Jenis file yang didukung: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
2013
+ #~ "AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Ukuran "
2014
+ #~ "file Max: 2MB"
2015
+
2016
+ #~ msgid "You can attach the following file formats"
2017
+ #~ msgstr "Anda dapat melampirkan format file berikut"
2018
+
2019
+ #~ msgid "Contact from"
2020
+ #~ msgstr "kontak dari"
2021
+
2022
+ #~ msgid "Email"
2023
+ #~ msgstr "E-mail"
2024
+
2025
+ #~ msgid "Site"
2026
+ #~ msgstr "situs"
2027
+
2028
+ #~ msgid ""
2029
+ #~ "If you can see this MIME, it means that the MIME type is not supported by "
2030
+ #~ "your email client!"
2031
+ #~ msgstr ""
2032
+ #~ "Jika Anda dapat melihat MIME ini, itu berarti bahwa tipe MIME tidak "
2033
+ #~ "didukung oleh klien email Anda!"
2034
+
2035
+ #~ msgid "Display Attachment tips"
2036
+ #~ msgstr "Tips tampilan Lampiran"
2037
+
2038
+ #~ msgid "Display a phone number field"
2039
+ #~ msgstr "Menampilkan field nomor telepon"
2040
+
2041
+ #~ msgid "Please enter a valid email address. Settings are not saved."
2042
+ #~ msgstr "Silakan isi alamat email. Setelan tidak disimpan."
2043
+
2044
+ #~ msgid "E-Mail Address"
2045
+ #~ msgstr "Alamat email"
2046
+
2047
+ #~ msgid ""
2048
+ #~ "If you would like to add a Contact Form to your website, just copy and "
2049
+ #~ "put this shortcode onto your post or page:"
2050
+ #~ msgstr ""
2051
+ #~ "Jika Anda ingin menambahkan formulir kontak ke website Anda, hanya copy "
2052
+ #~ "dan menempatkan shortcode ini ke pos atau halaman:"
2053
+
2054
+ #~ msgid "Thank you for contact."
2055
+ #~ msgstr "Terima kasih untuk kontak."
2056
+
2057
+ #~ msgid "Set a name of user wo will get messages from a contact form."
2058
+ #~ msgstr ""
2059
+ #~ "Menetapkan nama pengguna wo akan mendapatkan pesan dari formulir kontak."
2060
+
2061
+ #~ msgid "E-Mail Addresse:"
2062
+ #~ msgstr "E-Mail alamat:"
bws_menu/languages/bestwebsoft-nl_NL.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-nl_NL.po ADDED
@@ -0,0 +1,1471 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: bestwebsoft\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-08 15:43+0300\n"
6
+ "PO-Revision-Date: 2017-05-08 15:43+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
+ "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
+ "Language: nl_NL\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: bws_functions.php:72 bws_functions.php:190
20
+ msgid "requires"
21
+ msgstr "benodigd"
22
+
23
+ #: bws_functions.php:74
24
+ msgid ""
25
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
+ "try again."
27
+ msgstr ""
28
+ "of hoger, daarom is deze gedeactiveerd! Upgrade WordPress en probeer het "
29
+ "opnieuw."
30
+
31
+ #: bws_functions.php:75
32
+ msgid "Back to the WordPress"
33
+ msgstr "Terug naar WordPress"
34
+
35
+ #: bws_functions.php:77
36
+ msgid "Plugins page"
37
+ msgstr "Plugins pagina"
38
+
39
+ #: bws_functions.php:91
40
+ msgid "Like the plugin?"
41
+ msgstr "Like de plugin?"
42
+
43
+ #: bws_functions.php:93
44
+ msgid "Rate it"
45
+ msgstr "Rate it"
46
+
47
+ #: bws_functions.php:102
48
+ msgid "Need help?"
49
+ msgstr "Hulp nodig?"
50
+
51
+ #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
52
+ msgid "Visit Help Center"
53
+ msgstr "Bezoek het Helpcentrum"
54
+
55
+ #: bws_functions.php:106
56
+ msgid "Want to support the plugin?"
57
+ msgstr "Geef ondersteuning aan de plug-in?"
58
+
59
+ #: bws_functions.php:107 bws_menu.php:553
60
+ msgid "Donate"
61
+ msgstr "Doneer"
62
+
63
+ #: bws_functions.php:127
64
+ msgid "WARNING: Illegal use notification"
65
+ msgstr "LET OP!: Onwettige gebruiksmelding"
66
+
67
+ #: bws_functions.php:127
68
+ msgid ""
69
+ "You can use one license of the Pro plugin for one domain only. Please check "
70
+ "and edit your license or domain if necessary using you personal Client Area. "
71
+ "We strongly recommend you to solve the problem within 24 hours, otherwise "
72
+ "the Pro plugin will be deactivated."
73
+ msgstr ""
74
+ "U kunt één licentie van de Pro-plugin gebruiken voor één domein. Controleer "
75
+ "en bewerk uw licentie of domein indien nodig op uw persoonlijke "
76
+ "klantenomgeving. We raden u aan om het probleem binnen 24 uur op te lossen, "
77
+ "anders wordt de Pro-plugin gedeactiveerd."
78
+
79
+ #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
80
+ #: class-bws-settings.php:143
81
+ msgid "Learn More"
82
+ msgstr "Leer meer"
83
+
84
+ #: bws_functions.php:144
85
+ msgid ""
86
+ "Notice: Your Pro Trial license has expired. To continue using the plugin, "
87
+ "you should buy a Pro license"
88
+ msgstr ""
89
+ "Opmerking: Uw Pro Trial licentie is verlopen. Om de plugin verder te "
90
+ "gebruiken, moet u een Pro-licentie kopen"
91
+
92
+ #: bws_functions.php:146
93
+ msgid ""
94
+ "Your license has expired. To continue getting top-priority support and "
95
+ "plugin updates, you should extend it."
96
+ msgstr ""
97
+ "Uw licentie is verlopen. Om voort te gaan met ondersteuning voor top-"
98
+ "prioriteit en plugin-updates, moet u het uitbreiden."
99
+
100
+ #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
101
+ msgid "Learn more"
102
+ msgstr "Leer meer"
103
+
104
+ #: bws_functions.php:164
105
+ #, php-format
106
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
107
+ msgstr "Opmerking: U maakt gebruikt van de Pro Trial licentie van %s plugin."
108
+
109
+ #: bws_functions.php:166
110
+ msgid "Notice: You are using the Pro Trial license of plugin."
111
+ msgstr "Opmerking: U gebruikt de Pro Trial licentie van de plugin."
112
+
113
+ #: bws_functions.php:169
114
+ msgid "The Pro Trial license will expire on"
115
+ msgstr "De Pro Trial licentie vervalt op"
116
+
117
+ #: bws_functions.php:192
118
+ msgid ""
119
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
120
+ "upgrade to WordPress latest version."
121
+ msgstr ""
122
+ "of hoger! Wij garanderen niet dat onze plugin correct blijft werken. Upgrade "
123
+ "nu naar de nieuwste versie van WordPress."
124
+
125
+ #: bws_functions.php:207
126
+ #, php-format
127
+ msgid "Thank you for installing %s plugin!"
128
+ msgstr "Dank u voor het installeren van %s plugin!"
129
+
130
+ #: bws_functions.php:208
131
+ msgid "Let's get started"
132
+ msgstr "Laten we aan de slag gaan"
133
+
134
+ #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
135
+ #: bws_menu.php:559
136
+ msgid "Settings"
137
+ msgstr "Settings"
138
+
139
+ #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
140
+ #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
141
+ msgid "or"
142
+ msgstr "of"
143
+
144
+ #: bws_functions.php:212 bws_functions.php:244
145
+ msgid "Add New"
146
+ msgstr "Nieuwe toevoegen"
147
+
148
+ #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
149
+ #: bws_functions.php:378 bws_functions.php:480
150
+ msgid "Close notice"
151
+ msgstr "Opmerking sluiten"
152
+
153
+ #: bws_functions.php:231
154
+ msgid "Thank you for installing plugins by BestWebSoft!"
155
+ msgstr "Dank u voor het installeren van een plugin van BestWebSoft!"
156
+
157
+ #: bws_functions.php:233
158
+ msgid "More Details"
159
+ msgstr "Meer details"
160
+
161
+ #: bws_functions.php:234
162
+ msgid "Less Details"
163
+ msgstr "Minder details"
164
+
165
+ #: bws_functions.php:262
166
+ msgid "Deprecated function(-s) is used on the site here:"
167
+ msgstr "Deprecated functie(-s) word hier op de site gebruikt:"
168
+
169
+ #: bws_functions.php:276
170
+ msgid ""
171
+ "This function(-s) will be removed over time. Please update the product(-s)."
172
+ msgstr ""
173
+ "Deze function(-s) zal mettertijd worden verwijderd. Update het product of "
174
+ "producten."
175
+
176
+ #: bws_functions.php:335
177
+ msgid "It’s time to upgrade your"
178
+ msgstr "Het is tijd om te upgraden, "
179
+
180
+ #: bws_functions.php:335
181
+ msgid "to"
182
+ msgstr "aan"
183
+
184
+ #: bws_functions.php:335
185
+ msgid "version!"
186
+ msgstr "versie!"
187
+
188
+ #: bws_functions.php:336
189
+ msgid "Extend standard plugin functionality with new great options."
190
+ msgstr ""
191
+ "Verleng de standaard plugin functionaliteit met nieuwe geweldige opties."
192
+
193
+ #: bws_functions.php:382
194
+ #, php-format
195
+ msgid ""
196
+ "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
197
+ "SUPPORT or UPDATES."
198
+ msgstr ""
199
+ "Uw licentiesleutel voor %s verloopt uit op %s en u krijgt geen TOP-"
200
+ "PRIORITEIT SUPPORT of UPDATES."
201
+
202
+ #: bws_functions.php:475
203
+ #, php-format
204
+ msgid "Thank you for choosing %s plugin!"
205
+ msgstr "Bedankt voor het kiezen van %s plugin!"
206
+
207
+ #: bws_functions.php:476
208
+ msgid ""
209
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
210
+ "we'd love to hear about it!"
211
+ msgstr ""
212
+ "Als u een feature, suggestie of idee hebt dat u graag wilt zien in de "
213
+ "plugin, zouden we het graag willen horen!"
214
+
215
+ #: bws_functions.php:477
216
+ msgid "Suggest a Feature"
217
+ msgstr "Deel een idee"
218
+
219
+ #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
220
+ #: class-bws-settings.php:584 class-bws-settings.php:587
221
+ msgid "Notice"
222
+ msgstr "Opmerking"
223
+
224
+ #: bws_functions.php:493
225
+ msgid "The plugin's settings have been changed."
226
+ msgstr "De instellingen van de plugin zijn gewijzigd."
227
+
228
+ #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
229
+ #: deprecated.php:640
230
+ msgid "Save Changes"
231
+ msgstr "Bewerkingen opslaan"
232
+
233
+ #: bws_functions.php:508
234
+ msgid ""
235
+ "You can always look at premium options by checking the \"Pro Options\" in "
236
+ "the \"Misc\" tab."
237
+ msgstr ""
238
+ "U kunt altijd premium opties bekijken door de \"Pro Options\" in het tabblad "
239
+ "\"Misc\" te controleren."
240
+
241
+ #: bws_functions.php:629
242
+ msgid "Add BWS Shortcode"
243
+ msgstr ""
244
+
245
+ #: bws_functions.php:630
246
+ msgid "Add BWS Plugins Shortcode"
247
+ msgstr ""
248
+
249
+ #: bws_functions.php:649
250
+ msgid "Add shortcode"
251
+ msgstr "Shortcode toevoegen"
252
+
253
+ #: bws_functions.php:649
254
+ msgid "Add BestWebSoft plugins' shortcodes using this button."
255
+ msgstr "Voeg BestWebSoft plugins shortcodes toe aan deze knop."
256
+
257
+ #: bws_functions.php:695
258
+ msgid "Close"
259
+ msgstr "Sluiten"
260
+
261
+ #: bws_functions.php:787
262
+ msgid "Are you sure you want to restore default settings?"
263
+ msgstr "Weet u zeker dat u de standaardinstellingen wilt herstellen?"
264
+
265
+ #: bws_functions.php:790
266
+ msgid "Yes, restore all settings"
267
+ msgstr "Ja, herstel alle instellingen"
268
+
269
+ #: bws_functions.php:791
270
+ msgid "No, go back to the settings page"
271
+ msgstr "Nee, ga terug naar de instellingen"
272
+
273
+ #: bws_functions.php:833
274
+ msgid "Plugin"
275
+ msgstr "Plugin"
276
+
277
+ #: bws_functions.php:842
278
+ msgid "Shortcode settings"
279
+ msgstr "Shortcode instellingen"
280
+
281
+ #: bws_functions.php:847
282
+ msgid "The shortcode will be inserted"
283
+ msgstr "De shortcode wordt ingevoegd"
284
+
285
+ #: bws_functions.php:852
286
+ msgid "Insert"
287
+ msgstr "Invoegen"
288
+
289
+ #: bws_functions.php:912
290
+ msgid "FAQ"
291
+ msgstr "FAQ"
292
+
293
+ #: bws_functions.php:918
294
+ msgid "For more information:"
295
+ msgstr "Voor meer informatie:"
296
+
297
+ #: bws_functions.php:919
298
+ msgid "Documentation"
299
+ msgstr "Documentatie"
300
+
301
+ #: bws_functions.php:920
302
+ msgid "Video Instructions"
303
+ msgstr "Video Instructies"
304
+
305
+ #: bws_functions.php:921
306
+ msgid "Submit a Request"
307
+ msgstr "Verzend een verzoek"
308
+
309
+ #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
310
+ msgid "Wrong license key"
311
+ msgstr "Incorrecte licentiesleutel"
312
+
313
+ #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
314
+ #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
315
+ #: deprecated.php:352
316
+ msgid ""
317
+ "Something went wrong. Please try again later. If the error appears again, "
318
+ "please contact us"
319
+ msgstr ""
320
+ "Er is iets fout gegaan. Probeer het later nogmaals. Als de fout zich blijft "
321
+ "voordoen, neem dan contact met ons op"
322
+
323
+ #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
324
+ #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
325
+ #: deprecated.php:352
326
+ msgid "We are sorry for inconvenience."
327
+ msgstr "Het spijt ons voor het ongemak."
328
+
329
+ #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
330
+ #: deprecated.php:139 deprecated.php:358
331
+ msgid "Wrong license key."
332
+ msgstr "Verkeerde licentiesleutel."
333
+
334
+ #: bws_menu.php:130
335
+ msgid ""
336
+ "This license key is bound to another site. Change it via personal Client "
337
+ "Area."
338
+ msgstr ""
339
+ "Deze licentiesleutel is gebonden aan een andere website. Verander het via je "
340
+ "persoonlijke beheeromgeving."
341
+
342
+ #: bws_menu.php:130
343
+ msgid "Log in"
344
+ msgstr "Log in"
345
+
346
+ #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
347
+ msgid "Unfortunately, you have exceeded the number of available tries per day."
348
+ msgstr "Helaas heb je het aantal beschikbare pogingen per dag overschreden."
349
+
350
+ #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
351
+ #, php-format
352
+ msgid ""
353
+ "Unfortunately, Your license has expired. To continue getting top-priority "
354
+ "support and plugin updates, you should extend it in your %s"
355
+ msgstr ""
356
+ "Helaas is uw licentie verlopen. Om voort te gaan met ondersteuning voor top-"
357
+ "prioriteit en plugin-updates, moet u deze uitbreiden in uw %s"
358
+
359
+ #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
360
+ msgid ""
361
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
+ "Trial license can be installed only once."
363
+ msgstr ""
364
+ "Helaas is de Pro licentie al geïnstalleerd op dit domein. De Pro Trial "
365
+ "licentie kan slechts één keer geïnstalleerd worden."
366
+
367
+ #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
368
+ msgid "The license key is valid."
369
+ msgstr "De licentiesleutel is geldig."
370
+
371
+ #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
372
+ msgid "Your license will expire on"
373
+ msgstr "Uw licentie vervalt op"
374
+
375
+ #: bws_menu.php:146
376
+ msgid "Congratulations! Pro Membership license is activated successfully."
377
+ msgstr ""
378
+ "Hartelijk gefeliciteerd! Uw Pro Membership licentie is succesvol geactiveerd."
379
+
380
+ #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
381
+ msgid ""
382
+ "Something went wrong. Try again later or upload the plugin manually. We are "
383
+ "sorry for inconvenience."
384
+ msgstr ""
385
+ "Er is iets fout gegaan. Probeer het later opnieuw of upload de plugin "
386
+ "handmatig. Het spijt ons voor ongemak."
387
+
388
+ #: bws_menu.php:163
389
+ msgid "Please enter your license key."
390
+ msgstr "Vul alstublieft uw licentiesleutel in."
391
+
392
+ #: bws_menu.php:174
393
+ msgid "Not set"
394
+ msgstr "Niet ingesteld"
395
+
396
+ #: bws_menu.php:176
397
+ msgid "On"
398
+ msgstr "Aan"
399
+
400
+ #: bws_menu.php:176
401
+ msgid "Off"
402
+ msgstr "Uit"
403
+
404
+ #: bws_menu.php:177 bws_menu.php:178 bws_menu.php:179 bws_menu.php:180
405
+ #: bws_menu.php:181 bws_menu.php:182 bws_menu.php:191
406
+ msgid "N/A"
407
+ msgstr "N/A"
408
+
409
+ #: bws_menu.php:182
410
+ msgid " Mb"
411
+ msgstr "Mb"
412
+
413
+ #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
414
+ msgid "Yes"
415
+ msgstr "Ja"
416
+
417
+ #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
418
+ msgid "No"
419
+ msgstr "Nee"
420
+
421
+ #: bws_menu.php:196
422
+ msgid "WordPress Environment"
423
+ msgstr "WordPress Omgeving"
424
+
425
+ #: bws_menu.php:198
426
+ msgid "Home URL"
427
+ msgstr "Home URL"
428
+
429
+ #: bws_menu.php:199
430
+ msgid "Website URL"
431
+ msgstr "Website URL"
432
+
433
+ #: bws_menu.php:200
434
+ msgid "WP Version"
435
+ msgstr "WP Versiie"
436
+
437
+ #: bws_menu.php:201
438
+ msgid "WP Multisite"
439
+ msgstr "WP Multisite"
440
+
441
+ #: bws_menu.php:202
442
+ msgid "WP Memory Limit"
443
+ msgstr "WP Memory Limit"
444
+
445
+ #: bws_menu.php:203
446
+ msgid "Active Theme"
447
+ msgstr "Activeer Thema"
448
+
449
+ #: bws_menu.php:203 bws_menu.php:248 bws_menu.php:251
450
+ #, php-format
451
+ msgid "by %s"
452
+ msgstr "by %s"
453
+
454
+ #: bws_menu.php:207
455
+ msgid "Server Environment"
456
+ msgstr "Server Omgeving"
457
+
458
+ #: bws_menu.php:209
459
+ msgid "Operating System"
460
+ msgstr "Besturingssysteem"
461
+
462
+ #: bws_menu.php:210
463
+ msgid "Server"
464
+ msgstr "Server"
465
+
466
+ #: bws_menu.php:211
467
+ msgid "PHP Version"
468
+ msgstr "PHP Versiie"
469
+
470
+ #: bws_menu.php:212
471
+ msgid "PHP Allow URL fopen"
472
+ msgstr "PHP Allow URL fopen"
473
+
474
+ #: bws_menu.php:213
475
+ msgid "PHP Memory Limit"
476
+ msgstr "PHP Memory Limit"
477
+
478
+ #: bws_menu.php:214
479
+ msgid "Memory Usage"
480
+ msgstr "Memory Usage"
481
+
482
+ #: bws_menu.php:215
483
+ msgid "PHP Max Upload Size"
484
+ msgstr "PHP Max Upload Size"
485
+
486
+ #: bws_menu.php:216
487
+ msgid "PHP Max Post Size"
488
+ msgstr "PHP Max Post Size"
489
+
490
+ #: bws_menu.php:217
491
+ msgid "PHP Max Script Execute Time"
492
+ msgstr "PHP Max Script Execute Time"
493
+
494
+ #: bws_menu.php:218
495
+ msgid "PHP Exif support"
496
+ msgstr "PHP Exif support"
497
+
498
+ #: bws_menu.php:219
499
+ msgid "PHP IPTC support"
500
+ msgstr "PHP IPTC support"
501
+
502
+ #: bws_menu.php:220
503
+ msgid "PHP XML support"
504
+ msgstr "PHP XML support"
505
+
506
+ #: bws_menu.php:226
507
+ msgid "Database"
508
+ msgstr "Database"
509
+
510
+ #: bws_menu.php:228
511
+ msgid "WP DB version"
512
+ msgstr "WP DB version"
513
+
514
+ #: bws_menu.php:229
515
+ msgid "MySQL version"
516
+ msgstr "MySQL version"
517
+
518
+ #: bws_menu.php:230
519
+ msgid "SQL Mode"
520
+ msgstr "SQL Mode"
521
+
522
+ #: bws_menu.php:234
523
+ msgid "Active Plugins"
524
+ msgstr "Active Plugins"
525
+
526
+ #: bws_menu.php:239
527
+ msgid "Inactive Plugins"
528
+ msgstr "Inactive Plugins"
529
+
530
+ #: bws_menu.php:260
531
+ msgid "Please enter a valid email address."
532
+ msgstr "Gelieve een geldig e-mailadres in te geven."
533
+
534
+ #: bws_menu.php:264
535
+ msgid "Email with system info is sent to"
536
+ msgstr "E-mail met systeeminformatie wordt verzonden naar"
537
+
538
+ #: bws_menu.php:268
539
+ msgid "Thank you for contacting us."
540
+ msgstr "Bedankt voor het contact met ons opnemen."
541
+
542
+ #: bws_menu.php:291
543
+ msgid "Sorry, email message could not be delivered."
544
+ msgstr "Sorry, e-mailbericht kon niet worden geleverd."
545
+
546
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
547
+ msgid "Plugins"
548
+ msgstr "Plugins"
549
+
550
+ #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
551
+ msgid "Themes"
552
+ msgstr "Thema's"
553
+
554
+ #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
555
+ msgid "System status"
556
+ msgstr "Systeem status"
557
+
558
+ #: bws_menu.php:317
559
+ msgid "Support"
560
+ msgstr "Support"
561
+
562
+ #: bws_menu.php:318
563
+ msgid "Manage purchased licenses & subscriptions"
564
+ msgstr "Beheerde licenties en abonnementen beheren"
565
+
566
+ #: bws_menu.php:326
567
+ #, php-format
568
+ msgid "Get Access to %s+ Premium Plugins"
569
+ msgstr "Krijg toegang tot %s+ Premium plugins"
570
+
571
+ #: bws_menu.php:328
572
+ msgid "Subscribe to Pro Membership"
573
+ msgstr "Abonneer je op de Pro Membership"
574
+
575
+ #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
576
+ #: deprecated.php:227
577
+ msgid "Check license key"
578
+ msgstr "Controleer de licentiesleutel"
579
+
580
+ #: bws_menu.php:339
581
+ msgid "Enter your license key"
582
+ msgstr "Vul uw licentiesleutel in"
583
+
584
+ #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
585
+ #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
586
+ #: deprecated.php:629 deprecated.php:700 deprecated.php:709
587
+ msgid "Activate"
588
+ msgstr "Activateer"
589
+
590
+ #: bws_menu.php:361
591
+ msgid "Upload Plugin"
592
+ msgstr "Upload Plugin"
593
+
594
+ #: bws_menu.php:365
595
+ #, php-format
596
+ msgid ""
597
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
598
+ "during activation. If you notice &#8220;headers already sent&#8221; "
599
+ "messages, problems with syndication feeds or other issues, try deactivating "
600
+ "or removing this plugin."
601
+ msgstr ""
602
+ "De plugin genereerde %d tekens van <strong>onverwachte uitvoer</strong> "
603
+ "tijdens de activering. Als merkt dat er headers al verstuurd zijn, problemen "
604
+ "met syndicationfeeds of andere problemen zijn; probeer deze plugin uit te "
605
+ "schakelen of te verwijderen."
606
+
607
+ #: bws_menu.php:367
608
+ msgid ""
609
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
610
+ "strong>."
611
+ msgstr ""
612
+ "Plugin kan niet geactiveerd worden omdat het er <strong>fatal error</strong> "
613
+ "zich voordoet."
614
+
615
+ #: bws_menu.php:370
616
+ msgid "Plugin <strong>activated</strong>."
617
+ msgstr "Plugin <strong>geactiveerd</strong>."
618
+
619
+ #: bws_menu.php:377
620
+ msgid "Installing Plugin"
621
+ msgstr "Installatie Plugin bezig"
622
+
623
+ #: bws_menu.php:383
624
+ msgid "Downloading install package from"
625
+ msgstr "Installatiepakket downloaden vanaf"
626
+
627
+ #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
628
+ #: class-bws-settings.php:948 class-bws-settings.php:970
629
+ #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
630
+ #: deprecated.php:431
631
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
632
+ msgstr ""
633
+ "Het ziparchief kon niet worden geladen. Gelieve de plugin handmatig te "
634
+ "uploaden"
635
+
636
+ #: bws_menu.php:408
637
+ msgid "Unpacking the package"
638
+ msgstr "Uitpakken van het pakket"
639
+
640
+ #: bws_menu.php:413 bws_menu.php:421
641
+ msgid "Installing the plugin"
642
+ msgstr "De plugin installeren"
643
+
644
+ #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
645
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
646
+ msgstr ""
647
+ "Kan het zip-bestand niet openen. Gelieve de plugin handmatig te uploaden"
648
+
649
+ #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
650
+ msgid ""
651
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
652
+ "plugin manually"
653
+ msgstr ""
654
+ "Uw server ondersteunt geen ZipArchive of Phar. Gelieve de plugin handmatig "
655
+ "te uploaden"
656
+
657
+ #: bws_menu.php:427
658
+ #, php-format
659
+ msgid "The plugin %s is successfully installed."
660
+ msgstr "De plugin %s is succesvol geïnstalleerd."
661
+
662
+ #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
663
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
664
+ msgstr ""
665
+ "UploadDir is kan niet worden weggeschreven. Gelieve de plugin handmatig te "
666
+ "uploaden"
667
+
668
+ #: bws_menu.php:439
669
+ msgid "Activate Plugin"
670
+ msgstr "Activateer Plugin"
671
+
672
+ #: bws_menu.php:439 bws_menu.php:445
673
+ msgid "Return to BestWebSoft Panel"
674
+ msgstr "Terug naar het BestWebSoft Paneel"
675
+
676
+ #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
677
+ msgid "All"
678
+ msgstr "Alle"
679
+
680
+ #: bws_menu.php:450 bws_menu.php:650
681
+ msgid "Installed"
682
+ msgstr "Geinstalleerd"
683
+
684
+ #: bws_menu.php:451
685
+ msgid "Not Installed"
686
+ msgstr "Niet geinstalleerd"
687
+
688
+ #: bws_menu.php:457
689
+ msgid "Filter results"
690
+ msgstr "Filter resultaten"
691
+
692
+ #: bws_menu.php:460 bws_menu.php:589
693
+ msgid "Category"
694
+ msgstr "Categorieen"
695
+
696
+ #: bws_menu.php:524
697
+ msgid "Not installed"
698
+ msgstr "Niet geinstalleerd"
699
+
700
+ #: bws_menu.php:528
701
+ msgid "Renew to get updates"
702
+ msgstr "Vernieuw om updates te verkrijgen"
703
+
704
+ #: bws_menu.php:531
705
+ #, php-format
706
+ msgid "Update to v %s"
707
+ msgstr "Update naar v %s"
708
+
709
+ #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
710
+ msgid "Install Now"
711
+ msgstr "Installeer nu"
712
+
713
+ #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
714
+ msgid "Upgrade to Pro"
715
+ msgstr "Upgrade naar Pro"
716
+
717
+ #: bws_menu.php:563 bws_menu.php:572
718
+ msgid "Activate this plugin"
719
+ msgstr "Activateer deze plugin"
720
+
721
+ #: bws_menu.php:575
722
+ msgid "Install this plugin"
723
+ msgstr "Installeer deze plugin"
724
+
725
+ #: bws_menu.php:584
726
+ msgid "Nothing found. Try another criteria."
727
+ msgstr "Niks gevonden. Probeer een ander criteria."
728
+
729
+ #: bws_menu.php:621 bws_menu.php:641
730
+ #, php-format
731
+ msgid "By %s"
732
+ msgstr "By %s"
733
+
734
+ #: bws_menu.php:648
735
+ msgid "Already Installed"
736
+ msgstr "Reeds geinstalleerd"
737
+
738
+ #: bws_menu.php:659
739
+ msgid "Browse Free WordPress Themes"
740
+ msgstr "Browse Gratis WordPress Themas"
741
+
742
+ #: bws_menu.php:668
743
+ msgid "Send to support"
744
+ msgstr "Stuur uw vraag"
745
+
746
+ #: bws_menu.php:675
747
+ msgid "Send to custom email &#187;"
748
+ msgstr "Verzend naar aangepaste e-mail &#187;"
749
+
750
+ #: class-bws-settings.php:135
751
+ msgid "Information"
752
+ msgstr "Informatie"
753
+
754
+ #: class-bws-settings.php:143
755
+ msgid "Inactive"
756
+ msgstr "Inactief"
757
+
758
+ #: class-bws-settings.php:151
759
+ msgid "Expired"
760
+ msgstr "Verlopen"
761
+
762
+ #: class-bws-settings.php:154
763
+ #, php-format
764
+ msgid "%s day(-s) left"
765
+ msgstr "%s dag(-en) over"
766
+
767
+ #: class-bws-settings.php:160
768
+ #, php-format
769
+ msgid "Expired on %s"
770
+ msgstr "Verlopen op %s"
771
+
772
+ #: class-bws-settings.php:160
773
+ msgid "Renew Now"
774
+ msgstr "Vernieuw nu"
775
+
776
+ #: class-bws-settings.php:162
777
+ msgid "Active"
778
+ msgstr "Actief"
779
+
780
+ #: class-bws-settings.php:167
781
+ msgid "License"
782
+ msgstr "Licentie"
783
+
784
+ #: class-bws-settings.php:170
785
+ msgid "Status"
786
+ msgstr "Status"
787
+
788
+ #: class-bws-settings.php:174
789
+ msgid "Version"
790
+ msgstr "Versiie"
791
+
792
+ #: class-bws-settings.php:282
793
+ msgid "All plugin settings were restored."
794
+ msgstr "Alle plugin-instellingen zijn hersteld."
795
+
796
+ #: class-bws-settings.php:420
797
+ msgid "Custom Code"
798
+ msgstr "Maatwerk Code"
799
+
800
+ #: class-bws-settings.php:424 deprecated.php:497
801
+ msgid "You do not have sufficient permissions to edit plugins for this site."
802
+ msgstr ""
803
+ "U heeft niet voldoende permissies om plugins voor deze website te bewerken."
804
+
805
+ #: class-bws-settings.php:429 deprecated.php:618
806
+ msgid "These styles will be added to the header on all pages of your site."
807
+ msgstr ""
808
+ "Deze stijlen worden toegevoegd aan de koptekst op alle pagina's van uw "
809
+ "website."
810
+
811
+ #: class-bws-settings.php:432 deprecated.php:620
812
+ #, php-format
813
+ msgid ""
814
+ "This PHP code will be hooked to the %s action and will be printed on front "
815
+ "end only."
816
+ msgstr ""
817
+ "Deze PHP-code wordt aangesloten op de %s actie en zal alleen op de website "
818
+ "worden getoond."
819
+
820
+ #: class-bws-settings.php:435
821
+ msgid "These code will be added to the header on all pages of your site."
822
+ msgstr ""
823
+ "Deze code wordt toegevoegd aan de koptekst op alle pagina's van uw website."
824
+
825
+ #: class-bws-settings.php:443 deprecated.php:644
826
+ #, php-format
827
+ msgid ""
828
+ "You need to make this files writable before you can save your changes. See "
829
+ "%s the Codex %s for more information."
830
+ msgstr ""
831
+ "U moet deze bestanden schrijfrechten geven voordat u de wijzigingen kunt "
832
+ "opslaan. Zie %s de Codex %s voor meer informatie."
833
+
834
+ #: class-bws-settings.php:453 deprecated.php:626
835
+ msgid "Browsing"
836
+ msgstr "Browsing"
837
+
838
+ #: class-bws-settings.php:457
839
+ #, php-format
840
+ msgid "Activate custom %s code."
841
+ msgstr "Activateer maatwerk %s code."
842
+
843
+ #: class-bws-settings.php:464 deprecated.php:633
844
+ #, php-format
845
+ msgid "Learn more about %s"
846
+ msgstr "Leer meer over %s"
847
+
848
+ #: class-bws-settings.php:524
849
+ msgid "Miscellaneous Settings"
850
+ msgstr "Diversen instellingen"
851
+
852
+ #: class-bws-settings.php:533 class-bws-settings.php:584
853
+ #, php-format
854
+ msgid ""
855
+ "It is prohibited to change %s settings on this site in the %s network "
856
+ "settings."
857
+ msgstr ""
858
+ "Het is verboden om %s instellingen op deze website te wijzigen in de %s "
859
+ "netwerkinstellingen."
860
+
861
+ #: class-bws-settings.php:536 class-bws-settings.php:587
862
+ #, php-format
863
+ msgid ""
864
+ "It is prohibited to view %s settings on this site in the %s network settings."
865
+ msgstr ""
866
+ "Het is verboden om %s instellingen op deze website te bekijken in de %s "
867
+ "netwerkinstellingen."
868
+
869
+ #: class-bws-settings.php:545
870
+ msgid "Pro Options"
871
+ msgstr "Pro Opties"
872
+
873
+ #: class-bws-settings.php:548
874
+ msgid "Enable to display plugin Pro options."
875
+ msgstr "Schakel in om plugin Pro opties te zien."
876
+
877
+ #: class-bws-settings.php:553
878
+ msgid "Track Usage"
879
+ msgstr "Track gebruik"
880
+
881
+ #: class-bws-settings.php:556
882
+ msgid ""
883
+ "Enable to allow tracking plugin usage anonymously in order to make it better."
884
+ msgstr ""
885
+ "Activeer het gebruik van anonieme tracking van de bijbehorende plug-in, om "
886
+ "het product beter te maken."
887
+
888
+ #: class-bws-settings.php:560
889
+ msgid "Default Settings"
890
+ msgstr "Standaard instellingen"
891
+
892
+ #: class-bws-settings.php:562
893
+ msgid "Restore Settings"
894
+ msgstr "Instellingen herstellen"
895
+
896
+ #: class-bws-settings.php:563
897
+ msgid "This will restore plugin settings to defaults."
898
+ msgstr ""
899
+ "Dit zal de plugininstellingen herstellen naar de standaardinstellingen."
900
+
901
+ #: class-bws-settings.php:575
902
+ msgid "Import / Export"
903
+ msgstr "Import / Export"
904
+
905
+ #: class-bws-settings.php:691 class-bws-settings.php:724
906
+ #: class-bws-settings.php:746
907
+ msgid "License Key"
908
+ msgstr "Licentiesleutel"
909
+
910
+ #: class-bws-settings.php:714
911
+ msgid "Congratulations! Pro license is activated successfully."
912
+ msgstr "Hartelijk gefeliciteerd! De Pro licentie is succesvol geactiveerd."
913
+
914
+ #: class-bws-settings.php:715
915
+ #, php-format
916
+ msgid "You will be automatically redirected to the %s in %s seconds."
917
+ msgstr "U wordt automatisch doorgestuurd naar %s in %s seconden."
918
+
919
+ #: class-bws-settings.php:715
920
+ msgid "Settings page"
921
+ msgstr "Instellingen"
922
+
923
+ #: class-bws-settings.php:730
924
+ #, php-format
925
+ msgid "Enter your license key to activate %s and get premium plugin features."
926
+ msgstr ""
927
+ "Voer uw licentiesleutel in om %s te activeren en premium-pluginfuncties te "
928
+ "krijgen."
929
+
930
+ #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
931
+ #: deprecated.php:703
932
+ msgid ""
933
+ "Unfortunately, you have exceeded the number of available tries per day. "
934
+ "Please, upload the plugin manually."
935
+ msgstr ""
936
+ "Helaas heeft u het aantal beschikbare pogingen per dag overschreden. Gelieve "
937
+ "de plugin handmatig te uploaden."
938
+
939
+ #: class-bws-settings.php:736 deprecated.php:694
940
+ #, php-format
941
+ msgid "Start Your Free %s-Day Trial Now"
942
+ msgstr "Start nu uw gratis %s dag trial"
943
+
944
+ #: class-bws-settings.php:751
945
+ msgid ""
946
+ "If necessary, you can check if the license key is correct or reenter it in "
947
+ "the field below."
948
+ msgstr ""
949
+ "Indien nodig kunt u controleren of de licentiesleutel juist is of u voert "
950
+ "het opnieuw in het onderstaande veld."
951
+
952
+ #: class-bws-settings.php:756
953
+ msgid "Manage License Settings"
954
+ msgstr "Beheer licentie instellingen"
955
+
956
+ #: class-bws-settings.php:758
957
+ msgid "Login to Client Area"
958
+ msgstr "Inloggen op client gebied"
959
+
960
+ #: class-bws-settings.php:760
961
+ msgid ""
962
+ "Manage active licenses, download BWS products, and view your payment history "
963
+ "using BestWebSoft Client Area."
964
+ msgstr ""
965
+ "Beheer actieve licenties, download BWS-producten en bekijk uw de "
966
+ "betalingsgeschiedenis met behulp van de BestWebSoft Klanten Omgeving."
967
+
968
+ #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
969
+ #: deprecated.php:360
970
+ msgid "This license key is bound to another site."
971
+ msgstr "Deze licentiesleutel is gebonden aan een andere website."
972
+
973
+ #: class-bws-settings.php:817 deprecated.php:143
974
+ msgid ""
975
+ "This license key is valid, but Your license has expired. If you want to "
976
+ "update our plugin in future, you should extend the license."
977
+ msgstr ""
978
+ "Deze licentiesleutel is geldig, maar uw licentie is verlopen. Als u onze "
979
+ "plugin in de toekomst wilt bijwerken, moet u de licentie verlengen."
980
+
981
+ #: class-bws-settings.php:819 deprecated.php:145
982
+ msgid "Unfortunately, you have exceeded the number of available tries."
983
+ msgstr "Helaas heeft u het aantal beschikbare pogingen overschreden."
984
+
985
+ #: class-bws-settings.php:821 deprecated.php:147
986
+ msgid ""
987
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
988
+ "The Pro Trial license can be installed only once."
989
+ msgstr ""
990
+ "Helaas, de Pro Trial licentie was al geïnstalleerd op dit domein. De Pro "
991
+ "Trial License kan helaas maar eenmalig gebruikt worden."
992
+
993
+ #: class-bws-settings.php:826 deprecated.php:151
994
+ msgid "The Pro Trial license key is valid."
995
+ msgstr "De Pro Trial licentiesleutel is geldig."
996
+
997
+ #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
998
+ #, php-format
999
+ msgid ""
1000
+ "In order to continue using the plugin it is necessary to buy a %s license."
1001
+ msgstr ""
1002
+ "Om door te gaan met de plugin is het nodig om een %s licentie te kopen."
1003
+
1004
+ #: class-bws-settings.php:1031 deprecated.php:463
1005
+ msgid "Please, enter Your license key"
1006
+ msgstr "Vul alstublieft uw licentiesleutel in"
1007
+
1008
+ #: class-bws-settings.php:1043
1009
+ msgid "Need Help?"
1010
+ msgstr "Hulp nodig?"
1011
+
1012
+ #: class-bws-settings.php:1045
1013
+ msgid "Read the Instruction"
1014
+ msgstr "Lees de instructie"
1015
+
1016
+ #: class-bws-settings.php:1049
1017
+ msgid "Watch the Video"
1018
+ msgstr "Bekijk de Video"
1019
+
1020
+ #: class-bws-settings.php:1060
1021
+ msgid "Start Your Free Trial"
1022
+ msgstr "Begin uw gratis proefperiode"
1023
+
1024
+ #: deprecated.php:93
1025
+ msgid "System Status"
1026
+ msgstr "Systeem status"
1027
+
1028
+ #: deprecated.php:204
1029
+ msgid "Please, enter your license key"
1030
+ msgstr "Vul alstublieft uw licentiesleutel in"
1031
+
1032
+ #: deprecated.php:223
1033
+ msgid ""
1034
+ "If necessary, you can check if the license key is correct or reenter it in "
1035
+ "the field below. You can find your license key on your personal page - "
1036
+ "Client Area - on our website"
1037
+ msgstr ""
1038
+ "Indien nodig kunt u controleren of de licentiesleutel juist is of u voert "
1039
+ "het opnieuw in het onderstaande veld. U vindt uw licentiesleutel op uw "
1040
+ "persoonlijke omgeving - Klanten Omgeving - via onze website"
1041
+
1042
+ #: deprecated.php:223
1043
+ msgid ""
1044
+ "(your username is the email address specified during the purchase). If "
1045
+ "necessary, please submit \"Lost your password?\" request."
1046
+ msgstr ""
1047
+ "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop). "
1048
+ "Indien nodig, verstuur alstublieft \"Verstuur uw wachtwoord?\" Verzoek."
1049
+
1050
+ #: deprecated.php:247
1051
+ msgid "After that, you can activate it by entering your license key."
1052
+ msgstr "Daarna kunt u activeren door uw licentiesleutel in te voeren."
1053
+
1054
+ #: deprecated.php:249 deprecated.php:688
1055
+ msgid "License key can be found in the"
1056
+ msgstr "Licentiesleutel is te vinden in de"
1057
+
1058
+ #: deprecated.php:251 deprecated.php:690
1059
+ msgid "(your username is the email address specified during the purchase)."
1060
+ msgstr ""
1061
+ "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop)."
1062
+
1063
+ #: deprecated.php:278
1064
+ msgid ""
1065
+ "Congratulations! The Pro license of the plugin is activated successfully."
1066
+ msgstr ""
1067
+ "Hartelijk gefeliciteerd! De Pro-licentie van de plugin is succesvol "
1068
+ "geactiveerd."
1069
+
1070
+ #: deprecated.php:280 deprecated.php:669
1071
+ msgid "Please, go to"
1072
+ msgstr "Ga aub naar"
1073
+
1074
+ #: deprecated.php:280 deprecated.php:669
1075
+ msgid "the setting page"
1076
+ msgstr "de instellingen"
1077
+
1078
+ #: deprecated.php:281 deprecated.php:670
1079
+ msgid "You will be redirected automatically in 5 seconds."
1080
+ msgstr "U wordt na 5 seconden automatisch doorverwezen."
1081
+
1082
+ #: deprecated.php:315
1083
+ msgid "Check premium options on the plugin settings page!"
1084
+ msgstr "Controleer de premiumopties op de pagina met Plugin-instellingen!"
1085
+
1086
+ #: deprecated.php:478
1087
+ msgid "Restore all plugin settings to defaults"
1088
+ msgstr "Herstel alle plugin-instellingen naar de standaardinstellingen"
1089
+
1090
+ #: deprecated.php:480
1091
+ msgid "Restore settings"
1092
+ msgstr "Herstel instellingen"
1093
+
1094
+ #: deprecated.php:548 deprecated.php:575
1095
+ #, php-format
1096
+ msgid "File %s edited successfully."
1097
+ msgstr "Bestand %s is succesvol bewerkt"
1098
+
1099
+ #: deprecated.php:550 deprecated.php:577
1100
+ msgid "Not enough permissions to create or update the file"
1101
+ msgstr "Niet genoeg rechten om het bestand te maken of aan te passen"
1102
+
1103
+ #: deprecated.php:580
1104
+ msgid "Not enough permissions to create the file"
1105
+ msgstr "Niet genoeg rechten om het bestand te maken"
1106
+
1107
+ #: deprecated.php:624
1108
+ msgid "Editing"
1109
+ msgstr "Bewerken"
1110
+
1111
+ #: deprecated.php:667
1112
+ msgid ""
1113
+ "Congratulations! Pro version of the plugin is installed and activated "
1114
+ "successfully."
1115
+ msgstr ""
1116
+ "Hartelijk gefeliciteerd! De Pro-versie van de plugin is succesvol "
1117
+ "geïnstalleerd en geactiveerd."
1118
+
1119
+ #: deprecated.php:677
1120
+ msgid "Show Pro features"
1121
+ msgstr "Toon de Pro functies"
1122
+
1123
+ #: deprecated.php:684
1124
+ msgid "Enter your license key to install and activate"
1125
+ msgstr "Voer uw licentiesleutel in om te installeren en te activeren"
1126
+
1127
+ #: deprecated.php:686
1128
+ msgid "version of the plugin."
1129
+ msgstr "versie van de plugin."
1130
+
1131
+ #: product_list.php:7
1132
+ msgid "Advertisement"
1133
+ msgstr "Advertentie"
1134
+
1135
+ #: product_list.php:8
1136
+ msgid "Content & Media"
1137
+ msgstr "Inhoud & Media"
1138
+
1139
+ #: product_list.php:9
1140
+ msgid "Management"
1141
+ msgstr "Beheer"
1142
+
1143
+ #: product_list.php:10
1144
+ msgid "Recommended"
1145
+ msgstr "Aanbevolen"
1146
+
1147
+ #: product_list.php:11
1148
+ msgid "Security"
1149
+ msgstr "Veiligheid"
1150
+
1151
+ #: product_list.php:12
1152
+ msgid "Site Stats"
1153
+ msgstr "Website statistieken"
1154
+
1155
+ #: product_list.php:13
1156
+ msgid "Social"
1157
+ msgstr "Sociaal"
1158
+
1159
+ #: product_list.php:14
1160
+ msgid "Utilities"
1161
+ msgstr "Voorzieningen"
1162
+
1163
+ #: product_list.php:15
1164
+ msgid "Other"
1165
+ msgstr "Anders"
1166
+
1167
+ #: product_list.php:22
1168
+ msgid ""
1169
+ "Protect WordPress website forms from spam entries by means of math logic."
1170
+ msgstr ""
1171
+
1172
+ #: product_list.php:32
1173
+ msgid "Create your personal car rental/booking and reservation website."
1174
+ msgstr ""
1175
+
1176
+ #: product_list.php:42
1177
+ msgid ""
1178
+ "Allow customers to reach you using secure contact form plugin any website "
1179
+ "must have."
1180
+ msgstr ""
1181
+
1182
+ #: product_list.php:52
1183
+ msgid "Add unlimited number of contact forms to WordPress website."
1184
+ msgstr ""
1185
+
1186
+ #: product_list.php:62
1187
+ msgid "Save and manage contact form messages. Never lose important data."
1188
+ msgstr ""
1189
+
1190
+ #: product_list.php:72
1191
+ msgid "Add unlimited custom pages to WordPress admin dashboard."
1192
+ msgstr ""
1193
+
1194
+ #: product_list.php:79
1195
+ msgid "Add custom fields to WordPress website search results."
1196
+ msgstr ""
1197
+
1198
+ #: product_list.php:86
1199
+ msgid "Add custom post types to WordPress website search results."
1200
+ msgstr ""
1201
+
1202
+ #: product_list.php:96
1203
+ msgid ""
1204
+ "Manage database and file system right from your WordPress admin dashboard."
1205
+ msgstr ""
1206
+
1207
+ #: product_list.php:105
1208
+ msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1209
+ msgstr ""
1210
+
1211
+ #: product_list.php:112
1212
+ msgid ""
1213
+ "Automatically add outgoing email messages to queue instead of sending them "
1214
+ "immediately."
1215
+ msgstr ""
1216
+
1217
+ #: product_list.php:119
1218
+ msgid ""
1219
+ "Get latest error log messages to diagnose website problems. Define and fix "
1220
+ "issues faster."
1221
+ msgstr ""
1222
+
1223
+ #: product_list.php:126
1224
+ msgid ""
1225
+ "Add Facebook Like, Share and Profile buttons to WordPress posts, pages and "
1226
+ "widgets."
1227
+ msgstr ""
1228
+
1229
+ #: product_list.php:136
1230
+ msgid ""
1231
+ "Add featured posts to WordPress posts or widgets. Highlight important "
1232
+ "information."
1233
+ msgstr ""
1234
+
1235
+ #: product_list.php:143
1236
+ msgid ""
1237
+ "Add beautiful galleries, albums & images to your Wordpress website in few "
1238
+ "clicks."
1239
+ msgstr ""
1240
+
1241
+ #: product_list.php:153
1242
+ msgid ""
1243
+ "Add unlimited gallery categories. Organize images to make the navigation "
1244
+ "through content easier."
1245
+ msgstr ""
1246
+
1247
+ #: product_list.php:160
1248
+ msgid ""
1249
+ "Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
1250
+ "posts, pages and widgets."
1251
+ msgstr ""
1252
+
1253
+ #: product_list.php:170
1254
+ msgid ""
1255
+ "Add Adsense ads to pages, posts, custom posts, search results, categories, "
1256
+ "tags, pages, and widgets."
1257
+ msgstr ""
1258
+
1259
+ #: product_list.php:180
1260
+ msgid "Add Google Analytics code to WordPress website and track basic stats."
1261
+ msgstr ""
1262
+
1263
+ #: product_list.php:190
1264
+ msgid ""
1265
+ "Protect WordPress website forms from spam entries with Google Captcha "
1266
+ "(reCaptcha)."
1267
+ msgstr ""
1268
+
1269
+ #: product_list.php:200
1270
+ msgid "Add customized Google maps to WordPress posts, pages and widgets."
1271
+ msgstr ""
1272
+
1273
+ #: product_list.php:210
1274
+ msgid ""
1275
+ "Generate and add XML sitemap to WordPress website. Help search engines index "
1276
+ "your blog."
1277
+ msgstr ""
1278
+
1279
+ #: product_list.php:220
1280
+ msgid ""
1281
+ "Replace external WordPress website links with Google shortlinks and track "
1282
+ "click stats."
1283
+ msgstr ""
1284
+
1285
+ #: product_list.php:227
1286
+ msgid ""
1287
+ "Protect WordPress website – allow and deny access for certain IP addresses, "
1288
+ "hostnames, etc."
1289
+ msgstr ""
1290
+
1291
+ #: product_list.php:237
1292
+ msgid ""
1293
+ "Create your personal job board and listing WordPress website. Search jobs, "
1294
+ "submit CV/resumes, choose candidates."
1295
+ msgstr ""
1296
+
1297
+ #: product_list.php:244
1298
+ msgid ""
1299
+ "Add latest posts or latest posts for selected categories widgets to "
1300
+ "WordPress website."
1301
+ msgstr ""
1302
+
1303
+ #: product_list.php:251
1304
+ msgid ""
1305
+ "Protect WordPress website against brute force attacks. Limit rate of login "
1306
+ "attempts."
1307
+ msgstr ""
1308
+
1309
+ #: product_list.php:261
1310
+ msgid ""
1311
+ "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1312
+ "5 plugins included – profile, insider, etc."
1313
+ msgstr ""
1314
+
1315
+ #: product_list.php:271
1316
+ msgid ""
1317
+ "Translate WordPress website content to other languages manually. Create "
1318
+ "multilingual pages, posts, widgets, menus, etc."
1319
+ msgstr ""
1320
+
1321
+ #: product_list.php:281
1322
+ msgid ""
1323
+ "Add customizable pagination to WordPress website. Split long content to "
1324
+ "multiple pages for better navigation."
1325
+ msgstr ""
1326
+
1327
+ #: product_list.php:291
1328
+ msgid ""
1329
+ "Generate PDF files and print WordPress posts/pages. Customize document "
1330
+ "header/footer styles and appearance."
1331
+ msgstr ""
1332
+
1333
+ #: product_list.php:301
1334
+ msgid ""
1335
+ "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1336
+ "Profile) to WordPress posts, pages and widgets."
1337
+ msgstr ""
1338
+
1339
+ #: product_list.php:311
1340
+ msgid "Track views, comments and add most popular posts to Wordpress widgets."
1341
+ msgstr ""
1342
+
1343
+ #: product_list.php:318
1344
+ msgid ""
1345
+ "Create your personal portfolio WordPress website. Manage and showcase past "
1346
+ "projects to get more clients."
1347
+ msgstr ""
1348
+
1349
+ #: product_list.php:328
1350
+ msgid "Export WordPress posts to CSV file format easily. Configure data order."
1351
+ msgstr ""
1352
+
1353
+ #: product_list.php:335
1354
+ msgid ""
1355
+ "Add extra fields to default WordPress user profile. The easiest way to "
1356
+ "create and manage additional custom values."
1357
+ msgstr ""
1358
+
1359
+ #: product_list.php:342
1360
+ msgid ""
1361
+ "Add and display HTML advertisement on WordPress website. Customize bar "
1362
+ "styles and appearance."
1363
+ msgstr ""
1364
+
1365
+ #: product_list.php:352
1366
+ msgid ""
1367
+ "Add customizable quotes and tips blocks to WordPress posts, pages and "
1368
+ "widgets."
1369
+ msgstr ""
1370
+
1371
+ #: product_list.php:359
1372
+ msgid ""
1373
+ "Add rating plugin to your WordPress website to receive feedback from your "
1374
+ "customers."
1375
+ msgstr ""
1376
+
1377
+ #: product_list.php:366
1378
+ msgid ""
1379
+ "Create your personal real estate WordPress website. Sell, rent and buy "
1380
+ "properties. Add, search and browse listings easily."
1381
+ msgstr ""
1382
+
1383
+ #: product_list.php:376
1384
+ msgid ""
1385
+ "Attach, unattach and re-attach media files quickly to WordPress posts and "
1386
+ "pages."
1387
+ msgstr ""
1388
+
1389
+ #: product_list.php:383
1390
+ msgid ""
1391
+ "Add related posts to WordPress posts or widgets. Link your readers to "
1392
+ "relevant content."
1393
+ msgstr ""
1394
+
1395
+ #: product_list.php:390
1396
+ msgid ""
1397
+ "Send bulk email messages to WordPress users. Custom templates, advanced "
1398
+ "settings and detailed reports."
1399
+ msgstr ""
1400
+
1401
+ #: product_list.php:400
1402
+ msgid ""
1403
+ "The best responsive slider plugin for your WordPress website. Create "
1404
+ "beautifully animated slides just in a few clicks."
1405
+ msgstr ""
1406
+
1407
+ #: product_list.php:407
1408
+ msgid ""
1409
+ "Configure SMTP server to receive email messages from WordPress to Gmail, "
1410
+ "Yahoo, Hotmail and other services."
1411
+ msgstr ""
1412
+
1413
+ #: product_list.php:414
1414
+ msgid ""
1415
+ "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1416
+ "FB, Twitter, G+1, Pinterest, LinkedIn."
1417
+ msgstr ""
1418
+
1419
+ #: product_list.php:424
1420
+ msgid ""
1421
+ "Add social media login, registration, and commenting to your WordPress "
1422
+ "website."
1423
+ msgstr ""
1424
+
1425
+ #: product_list.php:431
1426
+ msgid ""
1427
+ "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1428
+ "Collect data and subscribe your users."
1429
+ msgstr ""
1430
+
1431
+ #: product_list.php:441
1432
+ msgid ""
1433
+ "Add testimonials and feedbacks from your customers to WordPress posts, pages "
1434
+ "and widgets."
1435
+ msgstr ""
1436
+
1437
+ #: product_list.php:448
1438
+ msgid ""
1439
+ "Best timesheet plugin for WordPress. Track employee time, streamline "
1440
+ "attendance and generate reports."
1441
+ msgstr ""
1442
+
1443
+ #: product_list.php:458
1444
+ msgid ""
1445
+ "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, "
1446
+ "pages and widgets."
1447
+ msgstr ""
1448
+
1449
+ #: product_list.php:468
1450
+ msgid ""
1451
+ "Automatically check and update WordPress website core with all installed "
1452
+ "plugins and themes to the latest versions."
1453
+ msgstr ""
1454
+
1455
+ #: product_list.php:478
1456
+ msgid ""
1457
+ "Powerful user role management plugin for WordPress website. Create, edit, "
1458
+ "copy, and delete user roles."
1459
+ msgstr ""
1460
+
1461
+ #: product_list.php:488
1462
+ msgid ""
1463
+ "Display live count of online visitors who are currently browsing your "
1464
+ "WordPress website."
1465
+ msgstr ""
1466
+
1467
+ #: product_list.php:498
1468
+ msgid ""
1469
+ "Backup and export Zendesk Help Center content automatically to your "
1470
+ "WordPress website database."
1471
+ msgstr ""
bws_menu/languages/bestwebsoft-pl_PL.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pl_PL.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-03-28 13:51+0300\n"
6
- "PO-Revision-Date: 2017-03-28 13:51+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
9
  "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
@@ -51,7 +51,7 @@ msgstr ""
51
  msgid "Need help?"
52
  msgstr "Potrzebujesz pomocy?"
53
 
54
- #: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
55
  msgid "Visit Help Center"
56
  msgstr ""
57
 
@@ -152,7 +152,7 @@ msgid "Add New"
152
  msgstr "Dodaj nowy"
153
 
154
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
155
- #: bws_functions.php:378 bws_functions.php:482
156
  msgid "Close notice"
157
  msgstr "Zamknij powiadomienie"
158
 
@@ -205,36 +205,36 @@ msgstr ""
205
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
206
  "AKTUALIZACJI."
207
 
208
- #: bws_functions.php:477
209
  #, php-format
210
  msgid "Thank you for choosing %s plugin!"
211
  msgstr ""
212
 
213
- #: bws_functions.php:478
214
  msgid ""
215
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
216
  "we'd love to hear about it!"
217
  msgstr ""
218
 
219
- #: bws_functions.php:479
220
  msgid "Suggest a Feature"
221
  msgstr ""
222
 
223
- #: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
224
  #: class-bws-settings.php:584 class-bws-settings.php:587
225
  msgid "Notice"
226
  msgstr "Uwaga"
227
 
228
- #: bws_functions.php:495
229
  msgid "The plugin's settings have been changed."
230
  msgstr "Ustawienia wtyczki zostały zmienione."
231
 
232
- #: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
233
  #: deprecated.php:640
234
  msgid "Save Changes"
235
  msgstr "Zapisz zmiany"
236
 
237
- #: bws_functions.php:510
238
  #, fuzzy
239
  msgid ""
240
  "You can always look at premium options by checking the \"Pro Options\" in "
@@ -243,67 +243,75 @@ msgstr ""
243
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
244
  "PRO\" w zakładce \"Go PRO\""
245
 
246
- #: bws_functions.php:651
 
 
 
 
 
 
 
 
247
  #, fuzzy
248
  msgid "Add shortcode"
249
  msgstr "Dodaj BWS Shortcode"
250
 
251
- #: bws_functions.php:651
252
  msgid "Add BestWebSoft plugins' shortcodes using this button."
253
  msgstr ""
254
 
255
- #: bws_functions.php:700
256
  msgid "Close"
257
  msgstr "Zamknij"
258
 
259
- #: bws_functions.php:792
260
  #, fuzzy
261
  msgid "Are you sure you want to restore default settings?"
262
  msgstr ""
263
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
264
  "domyślnych?"
265
 
266
- #: bws_functions.php:795
267
  msgid "Yes, restore all settings"
268
  msgstr "Tak, przywróć wszystkie ustawienia"
269
 
270
- #: bws_functions.php:796
271
  msgid "No, go back to the settings page"
272
  msgstr "Nie, wróć do ustawień"
273
 
274
- #: bws_functions.php:842
275
  msgid "Plugin"
276
  msgstr "Wtyczka"
277
 
278
- #: bws_functions.php:851
279
  msgid "Shortcode settings"
280
  msgstr "Ustawienia shortcode"
281
 
282
- #: bws_functions.php:856
283
  msgid "The shortcode will be inserted"
284
  msgstr "Shortcode zostanie umieszczony"
285
 
286
- #: bws_functions.php:861
287
  msgid "Insert"
288
  msgstr "Umieść"
289
 
290
- #: bws_functions.php:921
291
  msgid "FAQ"
292
  msgstr "FAQ"
293
 
294
- #: bws_functions.php:927
295
  msgid "For more information:"
296
  msgstr ""
297
 
298
- #: bws_functions.php:928
299
  msgid "Documentation"
300
  msgstr ""
301
 
302
- #: bws_functions.php:929
303
  msgid "Video Instructions"
304
  msgstr ""
305
 
306
- #: bws_functions.php:930
307
  #, fuzzy
308
  msgid "Submit a Request"
309
  msgstr "送信ボタン"
@@ -1184,6 +1192,312 @@ msgstr ""
1184
  msgid "Other"
1185
  msgstr ""
1186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1187
  #~ msgid "Thank you for installing"
1188
  #~ msgstr "Dziękujemy za instalację"
1189
 
@@ -1274,9 +1588,6 @@ msgstr ""
1274
  #~ msgid "Preview"
1275
  #~ msgstr "Podgląd"
1276
 
1277
- #~ msgid "Add BWS Plugins Shortcode"
1278
- #~ msgstr "Dodaj BWS Shortcode"
1279
-
1280
  #~ msgid "Activated plugins"
1281
  #~ msgstr "有効なプラグイン"
1282
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-08 15:43+0300\n"
6
+ "PO-Revision-Date: 2017-05-08 15:43+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
9
  "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
51
  msgid "Need help?"
52
  msgstr "Potrzebujesz pomocy?"
53
 
54
+ #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
55
  msgid "Visit Help Center"
56
  msgstr ""
57
 
152
  msgstr "Dodaj nowy"
153
 
154
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
155
+ #: bws_functions.php:378 bws_functions.php:480
156
  msgid "Close notice"
157
  msgstr "Zamknij powiadomienie"
158
 
205
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
206
  "AKTUALIZACJI."
207
 
208
+ #: bws_functions.php:475
209
  #, php-format
210
  msgid "Thank you for choosing %s plugin!"
211
  msgstr ""
212
 
213
+ #: bws_functions.php:476
214
  msgid ""
215
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
216
  "we'd love to hear about it!"
217
  msgstr ""
218
 
219
+ #: bws_functions.php:477
220
  msgid "Suggest a Feature"
221
  msgstr ""
222
 
223
+ #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
224
  #: class-bws-settings.php:584 class-bws-settings.php:587
225
  msgid "Notice"
226
  msgstr "Uwaga"
227
 
228
+ #: bws_functions.php:493
229
  msgid "The plugin's settings have been changed."
230
  msgstr "Ustawienia wtyczki zostały zmienione."
231
 
232
+ #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
233
  #: deprecated.php:640
234
  msgid "Save Changes"
235
  msgstr "Zapisz zmiany"
236
 
237
+ #: bws_functions.php:508
238
  #, fuzzy
239
  msgid ""
240
  "You can always look at premium options by checking the \"Pro Options\" in "
243
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
244
  "PRO\" w zakładce \"Go PRO\""
245
 
246
+ #: bws_functions.php:629
247
+ msgid "Add BWS Shortcode"
248
+ msgstr ""
249
+
250
+ #: bws_functions.php:630
251
+ msgid "Add BWS Plugins Shortcode"
252
+ msgstr "Dodaj BWS Shortcode"
253
+
254
+ #: bws_functions.php:649
255
  #, fuzzy
256
  msgid "Add shortcode"
257
  msgstr "Dodaj BWS Shortcode"
258
 
259
+ #: bws_functions.php:649
260
  msgid "Add BestWebSoft plugins' shortcodes using this button."
261
  msgstr ""
262
 
263
+ #: bws_functions.php:695
264
  msgid "Close"
265
  msgstr "Zamknij"
266
 
267
+ #: bws_functions.php:787
268
  #, fuzzy
269
  msgid "Are you sure you want to restore default settings?"
270
  msgstr ""
271
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
272
  "domyślnych?"
273
 
274
+ #: bws_functions.php:790
275
  msgid "Yes, restore all settings"
276
  msgstr "Tak, przywróć wszystkie ustawienia"
277
 
278
+ #: bws_functions.php:791
279
  msgid "No, go back to the settings page"
280
  msgstr "Nie, wróć do ustawień"
281
 
282
+ #: bws_functions.php:833
283
  msgid "Plugin"
284
  msgstr "Wtyczka"
285
 
286
+ #: bws_functions.php:842
287
  msgid "Shortcode settings"
288
  msgstr "Ustawienia shortcode"
289
 
290
+ #: bws_functions.php:847
291
  msgid "The shortcode will be inserted"
292
  msgstr "Shortcode zostanie umieszczony"
293
 
294
+ #: bws_functions.php:852
295
  msgid "Insert"
296
  msgstr "Umieść"
297
 
298
+ #: bws_functions.php:912
299
  msgid "FAQ"
300
  msgstr "FAQ"
301
 
302
+ #: bws_functions.php:918
303
  msgid "For more information:"
304
  msgstr ""
305
 
306
+ #: bws_functions.php:919
307
  msgid "Documentation"
308
  msgstr ""
309
 
310
+ #: bws_functions.php:920
311
  msgid "Video Instructions"
312
  msgstr ""
313
 
314
+ #: bws_functions.php:921
315
  #, fuzzy
316
  msgid "Submit a Request"
317
  msgstr "送信ボタン"
1192
  msgid "Other"
1193
  msgstr ""
1194
 
1195
+ #: product_list.php:22
1196
+ msgid ""
1197
+ "Protect WordPress website forms from spam entries by means of math logic."
1198
+ msgstr ""
1199
+
1200
+ #: product_list.php:32
1201
+ msgid "Create your personal car rental/booking and reservation website."
1202
+ msgstr ""
1203
+
1204
+ #: product_list.php:42
1205
+ msgid ""
1206
+ "Allow customers to reach you using secure contact form plugin any website "
1207
+ "must have."
1208
+ msgstr ""
1209
+
1210
+ #: product_list.php:52
1211
+ msgid "Add unlimited number of contact forms to WordPress website."
1212
+ msgstr ""
1213
+
1214
+ #: product_list.php:62
1215
+ msgid "Save and manage contact form messages. Never lose important data."
1216
+ msgstr ""
1217
+
1218
+ #: product_list.php:72
1219
+ msgid "Add unlimited custom pages to WordPress admin dashboard."
1220
+ msgstr ""
1221
+
1222
+ #: product_list.php:79
1223
+ msgid "Add custom fields to WordPress website search results."
1224
+ msgstr ""
1225
+
1226
+ #: product_list.php:86
1227
+ msgid "Add custom post types to WordPress website search results."
1228
+ msgstr ""
1229
+
1230
+ #: product_list.php:96
1231
+ msgid ""
1232
+ "Manage database and file system right from your WordPress admin dashboard."
1233
+ msgstr ""
1234
+
1235
+ #: product_list.php:105
1236
+ msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1237
+ msgstr ""
1238
+
1239
+ #: product_list.php:112
1240
+ msgid ""
1241
+ "Automatically add outgoing email messages to queue instead of sending them "
1242
+ "immediately."
1243
+ msgstr ""
1244
+
1245
+ #: product_list.php:119
1246
+ msgid ""
1247
+ "Get latest error log messages to diagnose website problems. Define and fix "
1248
+ "issues faster."
1249
+ msgstr ""
1250
+
1251
+ #: product_list.php:126
1252
+ msgid ""
1253
+ "Add Facebook Like, Share and Profile buttons to WordPress posts, pages and "
1254
+ "widgets."
1255
+ msgstr ""
1256
+
1257
+ #: product_list.php:136
1258
+ msgid ""
1259
+ "Add featured posts to WordPress posts or widgets. Highlight important "
1260
+ "information."
1261
+ msgstr ""
1262
+
1263
+ #: product_list.php:143
1264
+ msgid ""
1265
+ "Add beautiful galleries, albums & images to your Wordpress website in few "
1266
+ "clicks."
1267
+ msgstr ""
1268
+
1269
+ #: product_list.php:153
1270
+ msgid ""
1271
+ "Add unlimited gallery categories. Organize images to make the navigation "
1272
+ "through content easier."
1273
+ msgstr ""
1274
+
1275
+ #: product_list.php:160
1276
+ msgid ""
1277
+ "Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
1278
+ "posts, pages and widgets."
1279
+ msgstr ""
1280
+
1281
+ #: product_list.php:170
1282
+ msgid ""
1283
+ "Add Adsense ads to pages, posts, custom posts, search results, categories, "
1284
+ "tags, pages, and widgets."
1285
+ msgstr ""
1286
+
1287
+ #: product_list.php:180
1288
+ msgid "Add Google Analytics code to WordPress website and track basic stats."
1289
+ msgstr ""
1290
+
1291
+ #: product_list.php:190
1292
+ msgid ""
1293
+ "Protect WordPress website forms from spam entries with Google Captcha "
1294
+ "(reCaptcha)."
1295
+ msgstr ""
1296
+
1297
+ #: product_list.php:200
1298
+ msgid "Add customized Google maps to WordPress posts, pages and widgets."
1299
+ msgstr ""
1300
+
1301
+ #: product_list.php:210
1302
+ msgid ""
1303
+ "Generate and add XML sitemap to WordPress website. Help search engines index "
1304
+ "your blog."
1305
+ msgstr ""
1306
+
1307
+ #: product_list.php:220
1308
+ msgid ""
1309
+ "Replace external WordPress website links with Google shortlinks and track "
1310
+ "click stats."
1311
+ msgstr ""
1312
+
1313
+ #: product_list.php:227
1314
+ msgid ""
1315
+ "Protect WordPress website – allow and deny access for certain IP addresses, "
1316
+ "hostnames, etc."
1317
+ msgstr ""
1318
+
1319
+ #: product_list.php:237
1320
+ msgid ""
1321
+ "Create your personal job board and listing WordPress website. Search jobs, "
1322
+ "submit CV/resumes, choose candidates."
1323
+ msgstr ""
1324
+
1325
+ #: product_list.php:244
1326
+ msgid ""
1327
+ "Add latest posts or latest posts for selected categories widgets to "
1328
+ "WordPress website."
1329
+ msgstr ""
1330
+
1331
+ #: product_list.php:251
1332
+ msgid ""
1333
+ "Protect WordPress website against brute force attacks. Limit rate of login "
1334
+ "attempts."
1335
+ msgstr ""
1336
+
1337
+ #: product_list.php:261
1338
+ msgid ""
1339
+ "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1340
+ "5 plugins included – profile, insider, etc."
1341
+ msgstr ""
1342
+
1343
+ #: product_list.php:271
1344
+ msgid ""
1345
+ "Translate WordPress website content to other languages manually. Create "
1346
+ "multilingual pages, posts, widgets, menus, etc."
1347
+ msgstr ""
1348
+
1349
+ #: product_list.php:281
1350
+ msgid ""
1351
+ "Add customizable pagination to WordPress website. Split long content to "
1352
+ "multiple pages for better navigation."
1353
+ msgstr ""
1354
+
1355
+ #: product_list.php:291
1356
+ msgid ""
1357
+ "Generate PDF files and print WordPress posts/pages. Customize document "
1358
+ "header/footer styles and appearance."
1359
+ msgstr ""
1360
+
1361
+ #: product_list.php:301
1362
+ msgid ""
1363
+ "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1364
+ "Profile) to WordPress posts, pages and widgets."
1365
+ msgstr ""
1366
+
1367
+ #: product_list.php:311
1368
+ msgid "Track views, comments and add most popular posts to Wordpress widgets."
1369
+ msgstr ""
1370
+
1371
+ #: product_list.php:318
1372
+ msgid ""
1373
+ "Create your personal portfolio WordPress website. Manage and showcase past "
1374
+ "projects to get more clients."
1375
+ msgstr ""
1376
+
1377
+ #: product_list.php:328
1378
+ msgid "Export WordPress posts to CSV file format easily. Configure data order."
1379
+ msgstr ""
1380
+
1381
+ #: product_list.php:335
1382
+ msgid ""
1383
+ "Add extra fields to default WordPress user profile. The easiest way to "
1384
+ "create and manage additional custom values."
1385
+ msgstr ""
1386
+
1387
+ #: product_list.php:342
1388
+ msgid ""
1389
+ "Add and display HTML advertisement on WordPress website. Customize bar "
1390
+ "styles and appearance."
1391
+ msgstr ""
1392
+
1393
+ #: product_list.php:352
1394
+ msgid ""
1395
+ "Add customizable quotes and tips blocks to WordPress posts, pages and "
1396
+ "widgets."
1397
+ msgstr ""
1398
+
1399
+ #: product_list.php:359
1400
+ msgid ""
1401
+ "Add rating plugin to your WordPress website to receive feedback from your "
1402
+ "customers."
1403
+ msgstr ""
1404
+
1405
+ #: product_list.php:366
1406
+ msgid ""
1407
+ "Create your personal real estate WordPress website. Sell, rent and buy "
1408
+ "properties. Add, search and browse listings easily."
1409
+ msgstr ""
1410
+
1411
+ #: product_list.php:376
1412
+ msgid ""
1413
+ "Attach, unattach and re-attach media files quickly to WordPress posts and "
1414
+ "pages."
1415
+ msgstr ""
1416
+
1417
+ #: product_list.php:383
1418
+ msgid ""
1419
+ "Add related posts to WordPress posts or widgets. Link your readers to "
1420
+ "relevant content."
1421
+ msgstr ""
1422
+
1423
+ #: product_list.php:390
1424
+ msgid ""
1425
+ "Send bulk email messages to WordPress users. Custom templates, advanced "
1426
+ "settings and detailed reports."
1427
+ msgstr ""
1428
+
1429
+ #: product_list.php:400
1430
+ msgid ""
1431
+ "The best responsive slider plugin for your WordPress website. Create "
1432
+ "beautifully animated slides just in a few clicks."
1433
+ msgstr ""
1434
+
1435
+ #: product_list.php:407
1436
+ msgid ""
1437
+ "Configure SMTP server to receive email messages from WordPress to Gmail, "
1438
+ "Yahoo, Hotmail and other services."
1439
+ msgstr ""
1440
+
1441
+ #: product_list.php:414
1442
+ msgid ""
1443
+ "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1444
+ "FB, Twitter, G+1, Pinterest, LinkedIn."
1445
+ msgstr ""
1446
+
1447
+ #: product_list.php:424
1448
+ msgid ""
1449
+ "Add social media login, registration, and commenting to your WordPress "
1450
+ "website."
1451
+ msgstr ""
1452
+
1453
+ #: product_list.php:431
1454
+ msgid ""
1455
+ "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1456
+ "Collect data and subscribe your users."
1457
+ msgstr ""
1458
+
1459
+ #: product_list.php:441
1460
+ msgid ""
1461
+ "Add testimonials and feedbacks from your customers to WordPress posts, pages "
1462
+ "and widgets."
1463
+ msgstr ""
1464
+
1465
+ #: product_list.php:448
1466
+ msgid ""
1467
+ "Best timesheet plugin for WordPress. Track employee time, streamline "
1468
+ "attendance and generate reports."
1469
+ msgstr ""
1470
+
1471
+ #: product_list.php:458
1472
+ msgid ""
1473
+ "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, "
1474
+ "pages and widgets."
1475
+ msgstr ""
1476
+
1477
+ #: product_list.php:468
1478
+ msgid ""
1479
+ "Automatically check and update WordPress website core with all installed "
1480
+ "plugins and themes to the latest versions."
1481
+ msgstr ""
1482
+
1483
+ #: product_list.php:478
1484
+ msgid ""
1485
+ "Powerful user role management plugin for WordPress website. Create, edit, "
1486
+ "copy, and delete user roles."
1487
+ msgstr ""
1488
+
1489
+ #: product_list.php:488
1490
+ msgid ""
1491
+ "Display live count of online visitors who are currently browsing your "
1492
+ "WordPress website."
1493
+ msgstr ""
1494
+
1495
+ #: product_list.php:498
1496
+ msgid ""
1497
+ "Backup and export Zendesk Help Center content automatically to your "
1498
+ "WordPress website database."
1499
+ msgstr ""
1500
+
1501
  #~ msgid "Thank you for installing"
1502
  #~ msgstr "Dziękujemy za instalację"
1503
 
1588
  #~ msgid "Preview"
1589
  #~ msgstr "Podgląd"
1590
 
 
 
 
1591
  #~ msgid "Activated plugins"
1592
  #~ msgstr "有効なプラグイン"
1593
 
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,17 +2,17 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-03-28 13:51+0300\n"
6
- "PO-Revision-Date: 2017-03-28 13:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
@@ -48,7 +48,7 @@ msgstr "Оценить"
48
  msgid "Need help?"
49
  msgstr "Нужна помощь?"
50
 
51
- #: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Перейти в Help Center"
54
 
@@ -147,7 +147,7 @@ msgid "Add New"
147
  msgstr "Добавить"
148
 
149
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
150
- #: bws_functions.php:378 bws_functions.php:482
151
  msgid "Close notice"
152
  msgstr "Закрыть"
153
 
@@ -199,12 +199,12 @@ msgstr ""
199
  "Ваш лицензионный ключ для %s истекает %s и вы не будете получать "
200
  "приоритетную тех.поддержку или обновления."
201
 
202
- #: bws_functions.php:477
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr "Спасибо за выбор плагина %s!"
206
 
207
- #: bws_functions.php:478
208
  msgid ""
209
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
210
  "we'd love to hear about it!"
@@ -213,25 +213,25 @@ msgstr ""
213
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
214
  "новых идей!"
215
 
216
- #: bws_functions.php:479
217
  msgid "Suggest a Feature"
218
  msgstr "Предложить функционал"
219
 
220
- #: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
221
  #: class-bws-settings.php:584 class-bws-settings.php:587
222
  msgid "Notice"
223
  msgstr "Внимание"
224
 
225
- #: bws_functions.php:495
226
  msgid "The plugin's settings have been changed."
227
  msgstr "Настройки плагина были изменены"
228
 
229
- #: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
230
  #: deprecated.php:640
231
  msgid "Save Changes"
232
  msgstr "Сохранить изменения"
233
 
234
- #: bws_functions.php:510
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
@@ -239,65 +239,73 @@ msgstr ""
239
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
240
  "вкладке \"Разное\"."
241
 
242
- #: bws_functions.php:651
 
 
 
 
 
 
 
 
243
  msgid "Add shortcode"
244
  msgstr "Добавить шорткод"
245
 
246
- #: bws_functions.php:651
247
  msgid "Add BestWebSoft plugins' shortcodes using this button."
248
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
249
 
250
- #: bws_functions.php:700
251
  msgid "Close"
252
  msgstr "Закрыть"
253
 
254
- #: bws_functions.php:792
255
  msgid "Are you sure you want to restore default settings?"
256
  msgstr ""
257
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
258
  "умолчанию?"
259
 
260
- #: bws_functions.php:795
261
  msgid "Yes, restore all settings"
262
  msgstr "Да, восстановить все настройки"
263
 
264
- #: bws_functions.php:796
265
  msgid "No, go back to the settings page"
266
  msgstr "Нет, вернуться на страницу настроек"
267
 
268
- #: bws_functions.php:842
269
  msgid "Plugin"
270
  msgstr "Плагин"
271
 
272
- #: bws_functions.php:851
273
  msgid "Shortcode settings"
274
  msgstr "Настройки шорткода"
275
 
276
- #: bws_functions.php:856
277
  msgid "The shortcode will be inserted"
278
  msgstr "Будет вставлен шорткод"
279
 
280
- #: bws_functions.php:861
281
  msgid "Insert"
282
  msgstr "Вставить"
283
 
284
- #: bws_functions.php:921
285
  msgid "FAQ"
286
  msgstr "FAQ"
287
 
288
- #: bws_functions.php:927
289
  msgid "For more information:"
290
  msgstr "Для дополнительной информации:"
291
 
292
- #: bws_functions.php:928
293
  msgid "Documentation"
294
  msgstr "Документация"
295
 
296
- #: bws_functions.php:929
297
  msgid "Video Instructions"
298
  msgstr "Видео инструкции"
299
 
300
- #: bws_functions.php:930
301
  msgid "Submit a Request"
302
  msgstr "Отправить запрос"
303
 
@@ -560,7 +568,7 @@ msgstr "Управление купленными лицензиями и под
560
  #: bws_menu.php:326
561
  #, php-format
562
  msgid "Get Access to %s+ Premium Plugins"
563
- msgstr "Получить Доступ к %s+ Премиум Плагинам"
564
 
565
  #: bws_menu.php:328
566
  msgid "Subscribe to Pro Membership"
@@ -703,7 +711,7 @@ msgstr "Установить"
703
 
704
  #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
705
  msgid "Upgrade to Pro"
706
- msgstr "Обновиться на Pro"
707
 
708
  #: bws_menu.php:563 bws_menu.php:572
709
  msgid "Activate this plugin"
@@ -1114,7 +1122,7 @@ msgstr "Реклама"
1114
 
1115
  #: product_list.php:8
1116
  msgid "Content & Media"
1117
- msgstr "Содержание & Медиа"
1118
 
1119
  #: product_list.php:9
1120
  msgid "Management"
@@ -1134,7 +1142,7 @@ msgstr "Статистика сайта"
1134
 
1135
  #: product_list.php:13
1136
  msgid "Social"
1137
- msgstr "Социальное"
1138
 
1139
  #: product_list.php:14
1140
  msgid "Utilities"
@@ -1144,6 +1152,435 @@ msgstr "Утилиты"
1144
  msgid "Other"
1145
  msgstr "Другое"
1146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1147
  #~ msgid "Thank you for installing"
1148
  #~ msgstr "Спасибо за установку"
1149
 
@@ -1259,9 +1696,6 @@ msgstr "Другое"
1259
  #~ msgid "Preview"
1260
  #~ msgstr "Просмотр"
1261
 
1262
- #~ msgid "Add BWS Plugins Shortcode"
1263
- #~ msgstr "Добавить шорткод BWS Плагина"
1264
-
1265
  #~ msgid "Select Plugin"
1266
  #~ msgstr "Выберите плагин"
1267
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-11 09:55+0300\n"
6
+ "PO-Revision-Date: 2017-05-11 09:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
48
  msgid "Need help?"
49
  msgstr "Нужна помощь?"
50
 
51
+ #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Перейти в Help Center"
54
 
147
  msgstr "Добавить"
148
 
149
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
150
+ #: bws_functions.php:378 bws_functions.php:480
151
  msgid "Close notice"
152
  msgstr "Закрыть"
153
 
199
  "Ваш лицензионный ключ для %s истекает %s и вы не будете получать "
200
  "приоритетную тех.поддержку или обновления."
201
 
202
+ #: bws_functions.php:475
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr "Спасибо за выбор плагина %s!"
206
 
207
+ #: bws_functions.php:476
208
  msgid ""
209
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
210
  "we'd love to hear about it!"
213
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
214
  "новых идей!"
215
 
216
+ #: bws_functions.php:477
217
  msgid "Suggest a Feature"
218
  msgstr "Предложить функционал"
219
 
220
+ #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
221
  #: class-bws-settings.php:584 class-bws-settings.php:587
222
  msgid "Notice"
223
  msgstr "Внимание"
224
 
225
+ #: bws_functions.php:493
226
  msgid "The plugin's settings have been changed."
227
  msgstr "Настройки плагина были изменены"
228
 
229
+ #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
230
  #: deprecated.php:640
231
  msgid "Save Changes"
232
  msgstr "Сохранить изменения"
233
 
234
+ #: bws_functions.php:508
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
239
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
240
  "вкладке \"Разное\"."
241
 
242
+ #: bws_functions.php:629
243
+ msgid "Add BWS Shortcode"
244
+ msgstr "Добавить BWS шорткод"
245
+
246
+ #: bws_functions.php:630
247
+ msgid "Add BWS Plugins Shortcode"
248
+ msgstr "Добавить шорткод BWS Плагина"
249
+
250
+ #: bws_functions.php:649
251
  msgid "Add shortcode"
252
  msgstr "Добавить шорткод"
253
 
254
+ #: bws_functions.php:649
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
257
 
258
+ #: bws_functions.php:695
259
  msgid "Close"
260
  msgstr "Закрыть"
261
 
262
+ #: bws_functions.php:787
263
  msgid "Are you sure you want to restore default settings?"
264
  msgstr ""
265
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
266
  "умолчанию?"
267
 
268
+ #: bws_functions.php:790
269
  msgid "Yes, restore all settings"
270
  msgstr "Да, восстановить все настройки"
271
 
272
+ #: bws_functions.php:791
273
  msgid "No, go back to the settings page"
274
  msgstr "Нет, вернуться на страницу настроек"
275
 
276
+ #: bws_functions.php:833
277
  msgid "Plugin"
278
  msgstr "Плагин"
279
 
280
+ #: bws_functions.php:842
281
  msgid "Shortcode settings"
282
  msgstr "Настройки шорткода"
283
 
284
+ #: bws_functions.php:847
285
  msgid "The shortcode will be inserted"
286
  msgstr "Будет вставлен шорткод"
287
 
288
+ #: bws_functions.php:852
289
  msgid "Insert"
290
  msgstr "Вставить"
291
 
292
+ #: bws_functions.php:912
293
  msgid "FAQ"
294
  msgstr "FAQ"
295
 
296
+ #: bws_functions.php:918
297
  msgid "For more information:"
298
  msgstr "Для дополнительной информации:"
299
 
300
+ #: bws_functions.php:919
301
  msgid "Documentation"
302
  msgstr "Документация"
303
 
304
+ #: bws_functions.php:920
305
  msgid "Video Instructions"
306
  msgstr "Видео инструкции"
307
 
308
+ #: bws_functions.php:921
309
  msgid "Submit a Request"
310
  msgstr "Отправить запрос"
311
 
568
  #: bws_menu.php:326
569
  #, php-format
570
  msgid "Get Access to %s+ Premium Plugins"
571
+ msgstr "Получить доступ к %s+ премиум плагинам"
572
 
573
  #: bws_menu.php:328
574
  msgid "Subscribe to Pro Membership"
711
 
712
  #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
713
  msgid "Upgrade to Pro"
714
+ msgstr "Обновить до Pro"
715
 
716
  #: bws_menu.php:563 bws_menu.php:572
717
  msgid "Activate this plugin"
1122
 
1123
  #: product_list.php:8
1124
  msgid "Content & Media"
1125
+ msgstr "Содержание и мультимедийные элементы"
1126
 
1127
  #: product_list.php:9
1128
  msgid "Management"
1142
 
1143
  #: product_list.php:13
1144
  msgid "Social"
1145
+ msgstr "Социальные сервисы"
1146
 
1147
  #: product_list.php:14
1148
  msgid "Utilities"
1152
  msgid "Other"
1153
  msgstr "Другое"
1154
 
1155
+ #: product_list.php:22
1156
+ msgid ""
1157
+ "Protect WordPress website forms from spam entries by means of math logic."
1158
+ msgstr ""
1159
+ "Защищайте формы вашего сайта WordPress от взлома путем математической логики."
1160
+
1161
+ #: product_list.php:32
1162
+ msgid "Create your personal car rental/booking and reservation website."
1163
+ msgstr "Создайте свой собственный сайт проката и резервирования автомобилей."
1164
+
1165
+ #: product_list.php:42
1166
+ msgid ""
1167
+ "Allow customers to reach you using secure contact form plugin any website "
1168
+ "must have."
1169
+ msgstr ""
1170
+ "Предоставьте возможность клиентам осуществлять связь с вами через безопасный "
1171
+ "плагин контактной формы, который должен иметь любой сайт."
1172
+
1173
+ #: product_list.php:52
1174
+ msgid "Add unlimited number of contact forms to WordPress website."
1175
+ msgstr ""
1176
+ "Добавляйте неограниченное количество контактных форм на ваш сайт WordPress."
1177
+
1178
+ #: product_list.php:62
1179
+ msgid "Save and manage Contact Form messages. Never lose important data."
1180
+ msgstr ""
1181
+ "Сохраняйте и управляйте сообщениями плагина Contact Form. Никогда не теряйте "
1182
+ "важные данные."
1183
+
1184
+ #: product_list.php:72
1185
+ msgid "Add unlimited custom pages to WordPress admin dashboard."
1186
+ msgstr ""
1187
+ "Добавляйте неограниченное количество пользовательских страниц в панели "
1188
+ "администратора WordPress."
1189
+
1190
+ #: product_list.php:79
1191
+ msgid "Add custom fields to WordPress website search results."
1192
+ msgstr ""
1193
+ "Добавляйте пользовательские поля в результаты поиска вашего сайта WordPress."
1194
+
1195
+ #: product_list.php:86
1196
+ msgid ""
1197
+ "Add custom post types and taxonomies to WordPress website search results."
1198
+ msgstr ""
1199
+ "Добавляйте пользовательские типы постов и таксономии в результаты поиска на "
1200
+ "вашем сайте WordPress."
1201
+
1202
+ #: product_list.php:96
1203
+ msgid ""
1204
+ "Manage database and file system right from your WordPress admin dashboard."
1205
+ msgstr ""
1206
+ "Управляйте базой данных и файловой системой прямо из панели администратора "
1207
+ "WordPress."
1208
+
1209
+ #: product_list.php:105
1210
+ msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1211
+ msgstr ""
1212
+ "Добавляйте кнопки PayPal и 2CO, чтобы получать пожертвования и "
1213
+ "благотворительные взносы."
1214
+
1215
+ #: product_list.php:112
1216
+ msgid ""
1217
+ "Automatically add outgoing email messages to queue instead of sending them "
1218
+ "immediately."
1219
+ msgstr ""
1220
+ "Автоматически формируйте очередь отправки исходящих электронных сообщений. "
1221
+ "Задавайте время и приоритет рассылки."
1222
+
1223
+ #: product_list.php:119
1224
+ msgid ""
1225
+ "Get latest error log messages to diagnose website problems. Define and fix "
1226
+ "issues faster."
1227
+ msgstr ""
1228
+ "Получайте последние сообщения из журнала ошибок для диагностики проблем "
1229
+ "сайта. Быстрее выявляйте и устраняйте проблемы."
1230
+
1231
+ #: product_list.php:126
1232
+ msgid ""
1233
+ "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1234
+ "widgets."
1235
+ msgstr ""
1236
+ "Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
1237
+ "посты, страницы и виджеты сайта WordPress."
1238
+
1239
+ #: product_list.php:136
1240
+ msgid ""
1241
+ "Add featured posts to WordPress website posts and widgets. Highlight "
1242
+ "important information."
1243
+ msgstr ""
1244
+ "Добавляйте избранные публикации к постам и виджетам сайта WordPress. "
1245
+ "Выделяйте важную информацию."
1246
+
1247
+ #: product_list.php:143
1248
+ msgid ""
1249
+ "Add beautiful galleries, albums & images to your WordPress website in a few "
1250
+ "clicks."
1251
+ msgstr ""
1252
+ "Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
1253
+ "всего в несколько кликов."
1254
+
1255
+ #: product_list.php:153
1256
+ msgid ""
1257
+ "Add unlimited gallery categories. Organize images to make the navigation "
1258
+ "through content easier."
1259
+ msgstr ""
1260
+ "Добавляйте неограниченное количество категорий галерей. Группируйте "
1261
+ "изображения, чтобы упростить навигацию по контенту."
1262
+
1263
+ #: product_list.php:160
1264
+ msgid ""
1265
+ "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1266
+ "posts, pages and widgets."
1267
+ msgstr ""
1268
+ "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
1269
+ "\" и значок профиля к постам, страницам и виджетам WordPress."
1270
+
1271
+ #: product_list.php:170
1272
+ msgid ""
1273
+ "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1274
+ "results, categories, tags, and widgets."
1275
+ msgstr ""
1276
+ "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1277
+ "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1278
+
1279
+ #: product_list.php:180
1280
+ msgid "Add Google Analytics code to WordPress website and track basic stats."
1281
+ msgstr ""
1282
+ "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1283
+ "статистику сайта."
1284
+
1285
+ #: product_list.php:190
1286
+ msgid ""
1287
+ "Protect WordPress website forms from spam entries with Google Captcha "
1288
+ "(reCaptcha)."
1289
+ msgstr ""
1290
+ "Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
1291
+ "(reCaptcha)."
1292
+
1293
+ #: product_list.php:200
1294
+ msgid "Add customized Google maps to WordPress posts, pages and widgets."
1295
+ msgstr ""
1296
+ "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1297
+ "WordPress."
1298
+
1299
+ #: product_list.php:210
1300
+ msgid ""
1301
+ "Generate and add XML sitemap to WordPress website. Help search engines index "
1302
+ "your blog."
1303
+ msgstr ""
1304
+ "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1305
+ "поисковым системам проиндексировать ваш блог."
1306
+
1307
+ #: product_list.php:220
1308
+ msgid ""
1309
+ "Replace external WordPress website links with Google shortlinks and track "
1310
+ "click stats."
1311
+ msgstr ""
1312
+ "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1313
+ "отслеживайте статистику кликов."
1314
+
1315
+ #: product_list.php:227
1316
+ msgid ""
1317
+ "Protect WordPress website – allow and deny access for certain IP addresses, "
1318
+ "hostnames, etc."
1319
+ msgstr ""
1320
+ "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1321
+ "определенных IP-адресов, имен хостов и т.д."
1322
+
1323
+ #: product_list.php:237
1324
+ msgid ""
1325
+ "Create your personal job board and listing WordPress website. Search jobs, "
1326
+ "submit CV/resumes, choose candidates."
1327
+ msgstr ""
1328
+ "Создавайте свою собственную доску объявлений с перечнем вакансий на базе "
1329
+ "WordPress. Поиск вакансий, подача резюме/CV кандидата, выбор кандидатов."
1330
+
1331
+ #: product_list.php:244
1332
+ msgid ""
1333
+ "Add widgets Latest Posts or Latest Posts for Selected Categories to your "
1334
+ "WordPress website."
1335
+ msgstr ""
1336
+ "Добавляйте виджет новейших постов или виджет новейших постов для выбранной "
1337
+ "категории на сайт WordPress."
1338
+
1339
+ #: product_list.php:251
1340
+ msgid ""
1341
+ "Protect WordPress website against brute force attacks. Limit rate of login "
1342
+ "attempts."
1343
+ msgstr ""
1344
+ "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1345
+ "попыток ввода логина."
1346
+
1347
+ #: product_list.php:261
1348
+ msgid ""
1349
+ "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1350
+ "5 plugins included – profile, insider, etc."
1351
+ msgstr ""
1352
+ "Добавляйте кнопки LinkedIn \"Поделиться\" и \"Отслеживать\" к постам, "
1353
+ "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1354
+ "д."
1355
+
1356
+ #: product_list.php:271
1357
+ msgid ""
1358
+ "Translate WordPress website content to other languages manually. Create "
1359
+ "multilingual pages, posts, widgets, menus, etc."
1360
+ msgstr ""
1361
+ "Переводите содержание сайта WordPress на другие языки вручную. Создавайте "
1362
+ "многоязычные страницы, посты, виджеты, меню и т.д."
1363
+
1364
+ #: product_list.php:281
1365
+ msgid ""
1366
+ "Add customizable pagination to WordPress website. Split long content to "
1367
+ "multiple pages for better navigation."
1368
+ msgstr ""
1369
+ "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1370
+ "объемный контент на несколько страниц для лучшей навигации."
1371
+
1372
+ #: product_list.php:291
1373
+ msgid ""
1374
+ "Generate PDF files and print WordPress posts/pages. Customize document "
1375
+ "header/footer styles and appearance."
1376
+ msgstr ""
1377
+ "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1378
+ "Настраивайте стили хедера/футера документа и его внешний вид."
1379
+
1380
+ #: product_list.php:301
1381
+ msgid ""
1382
+ "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1383
+ "Profile) to WordPress posts, pages and widgets."
1384
+ msgstr ""
1385
+ "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1386
+ "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1387
+
1388
+ #: product_list.php:311
1389
+ msgid ""
1390
+ "Track views, comments and add the most popular posts to Wordpress widgets."
1391
+ msgstr ""
1392
+ "Отслеживайте просмотры и комментарии, добавляйте самые популярные посты в "
1393
+ "виджеты сайта Wordpress."
1394
+
1395
+ #: product_list.php:318
1396
+ msgid ""
1397
+ "Create your personal portfolio WordPress website. Manage and showcase past "
1398
+ "projects to get more clients."
1399
+ msgstr ""
1400
+ "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1401
+ "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1402
+
1403
+ #: product_list.php:328
1404
+ msgid "Export WordPress posts to CSV file format easily. Configure data order."
1405
+ msgstr ""
1406
+ "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1407
+ "порядок отображения данных."
1408
+
1409
+ #: product_list.php:335
1410
+ msgid ""
1411
+ "Add extra fields to default WordPress user profile. The easiest way to "
1412
+ "create and manage additional custom values."
1413
+ msgstr ""
1414
+ "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1415
+ "простой способ создания и управления дополнительными полями."
1416
+
1417
+ #: product_list.php:342
1418
+ msgid ""
1419
+ "Add and display HTML advertisement banner on WordPress website. Customize "
1420
+ "bar styles and appearance."
1421
+ msgstr ""
1422
+ "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1423
+ "Настраивайте стили и внешний вид баннера."
1424
+
1425
+ #: product_list.php:352
1426
+ msgid ""
1427
+ "Add customizable quotes and tips blocks to WordPress posts, pages and "
1428
+ "widgets."
1429
+ msgstr ""
1430
+ "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1431
+ "WordPress."
1432
+
1433
+ #: product_list.php:359
1434
+ msgid ""
1435
+ "Add rating plugin to your WordPress website to receive feedback from your "
1436
+ "customers."
1437
+ msgstr ""
1438
+ "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1439
+ "отзывы от ваших клиентов."
1440
+
1441
+ #: product_list.php:366
1442
+ msgid ""
1443
+ "Create your personal real estate WordPress website. Sell, rent and buy "
1444
+ "properties. Add, search and browse listings easily."
1445
+ msgstr ""
1446
+ "Создайте свой личный сайт агентства недвижимости на базе WordPress. "
1447
+ "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1448
+ "просматривайте листинги."
1449
+
1450
+ #: product_list.php:376
1451
+ msgid ""
1452
+ "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1453
+ "pages."
1454
+ msgstr ""
1455
+ "Прикрепляйте, открепляйте и повторно прикрепляйте медиа файлы к постам и "
1456
+ "страницам WordPress."
1457
+
1458
+ #: product_list.php:383
1459
+ msgid ""
1460
+ "Add related posts to WordPress website posts or widgets. Link your readers "
1461
+ "to relevant content."
1462
+ msgstr ""
1463
+ "Добавляйте связанные публикации в посты или виджеты сайта WordPress. "
1464
+ "Предоставляйте своим читателям контент схожей тематики."
1465
+
1466
+ #: product_list.php:390
1467
+ msgid ""
1468
+ "Send bulk email messages to WordPress users. Custom templates, advanced "
1469
+ "settings and detailed reports."
1470
+ msgstr ""
1471
+ "Осуществляйте массовую рассылку писем пользователям WordPress. "
1472
+ "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1473
+
1474
+ #: product_list.php:400
1475
+ msgid ""
1476
+ "The best responsive slider plugin for your WordPress website. Create "
1477
+ "beautifully animated slides just in a few clicks."
1478
+ msgstr ""
1479
+ "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1480
+ "красиво анимированные слайды всего в несколько кликов."
1481
+
1482
+ #: product_list.php:407
1483
+ msgid ""
1484
+ "Configure SMTP server to receive email messages from WordPress to Gmail, "
1485
+ "Yahoo, Hotmail and other services."
1486
+ msgstr ""
1487
+ "Настраивайте SMTP-сервер, чтобы получать электронные сообщения с сайта "
1488
+ "WordPress на такие почтовые службы как Gmail, Yahoo, Hotmail и многие другие."
1489
+
1490
+ #: product_list.php:414
1491
+ msgid ""
1492
+ "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1493
+ "FB, Twitter, G+1, Pinterest, LinkedIn."
1494
+ msgstr ""
1495
+ "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1496
+ "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1497
+
1498
+ #: product_list.php:424
1499
+ msgid ""
1500
+ "Add social media login, registration, and commenting to your WordPress "
1501
+ "website."
1502
+ msgstr ""
1503
+ "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1504
+ "комментирования с использованием существующих аккаунтов социальных сетей."
1505
+
1506
+ #: product_list.php:431
1507
+ msgid ""
1508
+ "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1509
+ "Collect data and subscribe your users."
1510
+ msgstr ""
1511
+ "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1512
+ "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1513
+
1514
+ #: product_list.php:441
1515
+ msgid ""
1516
+ "Add testimonials and feedbacks from your customers to WordPress website "
1517
+ "posts, pages, and widgets."
1518
+ msgstr ""
1519
+ "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1520
+ "сайта WordPress."
1521
+
1522
+ #: product_list.php:448
1523
+ msgid ""
1524
+ "Best timesheet plugin for WordPress. Track employee time, streamline "
1525
+ "attendance and generate reports."
1526
+ msgstr ""
1527
+ "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1528
+ "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1529
+
1530
+ #: product_list.php:458
1531
+ msgid ""
1532
+ "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1533
+ "and pages."
1534
+ msgstr ""
1535
+ "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1536
+ "\" к постам и страницам WordPress. "
1537
+
1538
+ #: product_list.php:468
1539
+ msgid ""
1540
+ "Automatically check and update WordPress website core with all installed "
1541
+ "plugins and themes to the latest versions."
1542
+ msgstr ""
1543
+ "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1544
+ "версий со всеми установленными плагинами и темами."
1545
+
1546
+ #: product_list.php:478
1547
+ msgid ""
1548
+ "Powerful user role management plugin for WordPress website. Create, edit, "
1549
+ "copy, and delete user roles."
1550
+ msgstr ""
1551
+ "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1552
+ "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1553
+
1554
+ #: product_list.php:488
1555
+ msgid ""
1556
+ "Display live count of online visitors who are currently browsing your "
1557
+ "WordPress website."
1558
+ msgstr ""
1559
+ "Ведите подсчет количества посетителей, которые в настоящее время "
1560
+ "просматривают ваш сайт WordPress."
1561
+
1562
+ #: product_list.php:498
1563
+ msgid ""
1564
+ "Backup and export Zendesk Help Center content automatically to your "
1565
+ "WordPress website database."
1566
+ msgstr ""
1567
+ "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1568
+ "Help Center в базу данных вашего сайта WordPress."
1569
+
1570
+ #~ msgid ""
1571
+ #~ "Add latest posts or latest posts for selected categories widgets to "
1572
+ #~ "WordPress website."
1573
+ #~ msgstr ""
1574
+ #~ "Добавляйте виджет новейших постов или виджет новейших постов для "
1575
+ #~ "выбранной категории на сайт WordPress."
1576
+
1577
+ #~ msgid ""
1578
+ #~ "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress "
1579
+ #~ "posts, pages and widgets."
1580
+ #~ msgstr ""
1581
+ #~ "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и "
1582
+ #~ "\"Упомянуть\" к постам и страницам WordPress. "
1583
+
1584
  #~ msgid "Thank you for installing"
1585
  #~ msgstr "Спасибо за установку"
1586
 
1696
  #~ msgid "Preview"
1697
  #~ msgstr "Просмотр"
1698
 
 
 
 
1699
  #~ msgid "Select Plugin"
1700
  #~ msgstr "Выберите плагин"
1701
 
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,18 +2,20 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-03-28 13:52+0300\n"
6
- "PO-Revision-Date: 2017-03-28 13:54+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
- "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
 
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: bws_functions.php:72 bws_functions.php:190
@@ -48,7 +50,7 @@ msgstr "Оцінити"
48
  msgid "Need help?"
49
  msgstr "Потрібна допомога?"
50
 
51
- #: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Перейти до Help Center"
54
 
@@ -146,7 +148,7 @@ msgid "Add New"
146
  msgstr "Додати"
147
 
148
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
149
- #: bws_functions.php:378 bws_functions.php:482
150
  msgid "Close notice"
151
  msgstr "Закрити"
152
 
@@ -197,12 +199,12 @@ msgstr ""
197
  "Ваш ліцензійний ключ для %s витікає %s та ви більше не будете отримувати "
198
  "першочергову технічну підтримку та оновлення."
199
 
200
- #: bws_functions.php:477
201
  #, php-format
202
  msgid "Thank you for choosing %s plugin!"
203
  msgstr "Дякую за вибір плагіна %s!"
204
 
205
- #: bws_functions.php:478
206
  msgid ""
207
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
208
  "we'd love to hear about it!"
@@ -211,25 +213,25 @@ msgstr ""
211
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
212
  "нових ідей!"
213
 
214
- #: bws_functions.php:479
215
  msgid "Suggest a Feature"
216
  msgstr "Запропонувати функціонал"
217
 
218
- #: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
219
  #: class-bws-settings.php:584 class-bws-settings.php:587
220
  msgid "Notice"
221
  msgstr "Зауважте"
222
 
223
- #: bws_functions.php:495
224
  msgid "The plugin's settings have been changed."
225
  msgstr "Налаштування плагіну змінено."
226
 
227
- #: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
228
  #: deprecated.php:640
229
  msgid "Save Changes"
230
  msgstr "Зберегти зміни"
231
 
232
- #: bws_functions.php:510
233
  msgid ""
234
  "You can always look at premium options by checking the \"Pro Options\" in "
235
  "the \"Misc\" tab."
@@ -237,63 +239,71 @@ msgstr ""
237
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
238
  "опції\" на вкладці \"Різне\"."
239
 
240
- #: bws_functions.php:651
 
 
 
 
 
 
 
 
241
  msgid "Add shortcode"
242
  msgstr "Додати шорткод"
243
 
244
- #: bws_functions.php:651
245
  msgid "Add BestWebSoft plugins' shortcodes using this button."
246
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
247
 
248
- #: bws_functions.php:700
249
  msgid "Close"
250
  msgstr "Закрити"
251
 
252
- #: bws_functions.php:792
253
  msgid "Are you sure you want to restore default settings?"
254
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
255
 
256
- #: bws_functions.php:795
257
  msgid "Yes, restore all settings"
258
  msgstr "Так, скинути налаштування"
259
 
260
- #: bws_functions.php:796
261
  msgid "No, go back to the settings page"
262
  msgstr "Ні, повернутись назад на сторінку налаштувань"
263
 
264
- #: bws_functions.php:842
265
  msgid "Plugin"
266
  msgstr "Плагін"
267
 
268
- #: bws_functions.php:851
269
  msgid "Shortcode settings"
270
  msgstr "Налаштування шорткоду"
271
 
272
- #: bws_functions.php:856
273
  msgid "The shortcode will be inserted"
274
  msgstr "Буде вставлено шорткод"
275
 
276
- #: bws_functions.php:861
277
  msgid "Insert"
278
  msgstr "Вставити"
279
 
280
- #: bws_functions.php:921
281
  msgid "FAQ"
282
  msgstr "FAQ"
283
 
284
- #: bws_functions.php:927
285
  msgid "For more information:"
286
  msgstr "Для отримання додаткової інформації:"
287
 
288
- #: bws_functions.php:928
289
  msgid "Documentation"
290
  msgstr "Документація"
291
 
292
- #: bws_functions.php:929
293
  msgid "Video Instructions"
294
  msgstr "Відео інструкції"
295
 
296
- #: bws_functions.php:930
297
  msgid "Submit a Request"
298
  msgstr "Надіслати запит"
299
 
@@ -555,7 +565,7 @@ msgstr "Управління придбаними ліцензіями і під
555
  #: bws_menu.php:326
556
  #, php-format
557
  msgid "Get Access to %s+ Premium Plugins"
558
- msgstr "Отримати Доступ до %s+ Преміум Плагинам"
559
 
560
  #: bws_menu.php:328
561
  msgid "Subscribe to Pro Membership"
@@ -699,7 +709,7 @@ msgstr "Встановити"
699
 
700
  #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
701
  msgid "Upgrade to Pro"
702
- msgstr "Оновитися на Pro"
703
 
704
  #: bws_menu.php:563 bws_menu.php:572
705
  msgid "Activate this plugin"
@@ -1110,7 +1120,7 @@ msgstr "Реклама"
1110
 
1111
  #: product_list.php:8
1112
  msgid "Content & Media"
1113
- msgstr "Зміст & Медіа"
1114
 
1115
  #: product_list.php:9
1116
  msgid "Management"
@@ -1130,7 +1140,7 @@ msgstr "Статистика сайту"
1130
 
1131
  #: product_list.php:13
1132
  msgid "Social"
1133
- msgstr "Соціальне"
1134
 
1135
  #: product_list.php:14
1136
  msgid "Utilities"
@@ -1140,6 +1150,425 @@ msgstr "Утиліти"
1140
  msgid "Other"
1141
  msgstr "Інше"
1142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1143
  #~ msgid "Thank you for installing"
1144
  #~ msgstr "Дякуємо, що встановили"
1145
 
@@ -1256,9 +1685,6 @@ msgstr "Інше"
1256
  #~ msgid "Preview"
1257
  #~ msgstr "Попередній перегляд"
1258
 
1259
- #~ msgid "Add BWS Plugins Shortcode"
1260
- #~ msgstr "Додати BWS шорткод"
1261
-
1262
  #~ msgid ""
1263
  #~ "(your username is the email you specify when purchasing the product), "
1264
  #~ "where you can make the necessary changes."
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-11 09:55+0300\n"
6
+ "PO-Revision-Date: 2017-05-11 09:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
+ "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: bws_functions.php:72 bws_functions.php:190
50
  msgid "Need help?"
51
  msgstr "Потрібна допомога?"
52
 
53
+ #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
54
  msgid "Visit Help Center"
55
  msgstr "Перейти до Help Center"
56
 
148
  msgstr "Додати"
149
 
150
  #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
151
+ #: bws_functions.php:378 bws_functions.php:480
152
  msgid "Close notice"
153
  msgstr "Закрити"
154
 
199
  "Ваш ліцензійний ключ для %s витікає %s та ви більше не будете отримувати "
200
  "першочергову технічну підтримку та оновлення."
201
 
202
+ #: bws_functions.php:475
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr "Дякую за вибір плагіна %s!"
206
 
207
+ #: bws_functions.php:476
208
  msgid ""
209
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
210
  "we'd love to hear about it!"
213
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
214
  "нових ідей!"
215
 
216
+ #: bws_functions.php:477
217
  msgid "Suggest a Feature"
218
  msgstr "Запропонувати функціонал"
219
 
220
+ #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
221
  #: class-bws-settings.php:584 class-bws-settings.php:587
222
  msgid "Notice"
223
  msgstr "Зауважте"
224
 
225
+ #: bws_functions.php:493
226
  msgid "The plugin's settings have been changed."
227
  msgstr "Налаштування плагіну змінено."
228
 
229
+ #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
230
  #: deprecated.php:640
231
  msgid "Save Changes"
232
  msgstr "Зберегти зміни"
233
 
234
+ #: bws_functions.php:508
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
239
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
240
  "опції\" на вкладці \"Різне\"."
241
 
242
+ #: bws_functions.php:629
243
+ msgid "Add BWS Shortcode"
244
+ msgstr "Додати BWS шорткод"
245
+
246
+ #: bws_functions.php:630
247
+ msgid "Add BWS Plugins Shortcode"
248
+ msgstr "Додати шорткод BWS плагіну"
249
+
250
+ #: bws_functions.php:649
251
  msgid "Add shortcode"
252
  msgstr "Додати шорткод"
253
 
254
+ #: bws_functions.php:649
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
257
 
258
+ #: bws_functions.php:695
259
  msgid "Close"
260
  msgstr "Закрити"
261
 
262
+ #: bws_functions.php:787
263
  msgid "Are you sure you want to restore default settings?"
264
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
265
 
266
+ #: bws_functions.php:790
267
  msgid "Yes, restore all settings"
268
  msgstr "Так, скинути налаштування"
269
 
270
+ #: bws_functions.php:791
271
  msgid "No, go back to the settings page"
272
  msgstr "Ні, повернутись назад на сторінку налаштувань"
273
 
274
+ #: bws_functions.php:833
275
  msgid "Plugin"
276
  msgstr "Плагін"
277
 
278
+ #: bws_functions.php:842
279
  msgid "Shortcode settings"
280
  msgstr "Налаштування шорткоду"
281
 
282
+ #: bws_functions.php:847
283
  msgid "The shortcode will be inserted"
284
  msgstr "Буде вставлено шорткод"
285
 
286
+ #: bws_functions.php:852
287
  msgid "Insert"
288
  msgstr "Вставити"
289
 
290
+ #: bws_functions.php:912
291
  msgid "FAQ"
292
  msgstr "FAQ"
293
 
294
+ #: bws_functions.php:918
295
  msgid "For more information:"
296
  msgstr "Для отримання додаткової інформації:"
297
 
298
+ #: bws_functions.php:919
299
  msgid "Documentation"
300
  msgstr "Документація"
301
 
302
+ #: bws_functions.php:920
303
  msgid "Video Instructions"
304
  msgstr "Відео інструкції"
305
 
306
+ #: bws_functions.php:921
307
  msgid "Submit a Request"
308
  msgstr "Надіслати запит"
309
 
565
  #: bws_menu.php:326
566
  #, php-format
567
  msgid "Get Access to %s+ Premium Plugins"
568
+ msgstr "Отримати доступ до %s+ преміум плагинам"
569
 
570
  #: bws_menu.php:328
571
  msgid "Subscribe to Pro Membership"
709
 
710
  #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
711
  msgid "Upgrade to Pro"
712
+ msgstr "Оновити до Pro"
713
 
714
  #: bws_menu.php:563 bws_menu.php:572
715
  msgid "Activate this plugin"
1120
 
1121
  #: product_list.php:8
1122
  msgid "Content & Media"
1123
+ msgstr "Зміст та мультимедійні елементи"
1124
 
1125
  #: product_list.php:9
1126
  msgid "Management"
1140
 
1141
  #: product_list.php:13
1142
  msgid "Social"
1143
+ msgstr "Соціальні сервіси"
1144
 
1145
  #: product_list.php:14
1146
  msgid "Utilities"
1150
  msgid "Other"
1151
  msgstr "Інше"
1152
 
1153
+ #: product_list.php:22
1154
+ msgid ""
1155
+ "Protect WordPress website forms from spam entries by means of math logic."
1156
+ msgstr ""
1157
+ "Захищайте форми вашого сайту WordPress від зламування шляхом математичної "
1158
+ "логіки."
1159
+
1160
+ #: product_list.php:32
1161
+ msgid "Create your personal car rental/booking and reservation website."
1162
+ msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
1163
+
1164
+ #: product_list.php:42
1165
+ msgid ""
1166
+ "Allow customers to reach you using secure contact form plugin any website "
1167
+ "must have."
1168
+ msgstr ""
1169
+ "Надайте можливість клієнтам здійснювати зв'язок з вами через безпечний "
1170
+ "плагін контактної форми, який повинен мати будь-який сайт."
1171
+
1172
+ #: product_list.php:52
1173
+ msgid "Add unlimited number of contact forms to WordPress website."
1174
+ msgstr "Додавайте необмежену кількість контактних форм на ваш сайт WordPress."
1175
+
1176
+ #: product_list.php:62
1177
+ msgid "Save and manage Contact Form messages. Never lose important data."
1178
+ msgstr ""
1179
+ "Зберігайте і керуйте повідомленнями плагіну Contact Form. Ніколи не "
1180
+ "втрачайте важливі дані."
1181
+
1182
+ #: product_list.php:72
1183
+ msgid "Add unlimited custom pages to WordPress admin dashboard."
1184
+ msgstr ""
1185
+ "Додавайте необмежену кількість користувацьких сторінок у панелі "
1186
+ "адміністратора WordPress."
1187
+
1188
+ #: product_list.php:79
1189
+ msgid "Add custom fields to WordPress website search results."
1190
+ msgstr ""
1191
+ "Додавайте користувацькі поля у результати пошуку вашого сайту WordPress."
1192
+
1193
+ #: product_list.php:86
1194
+ msgid ""
1195
+ "Add custom post types and taxonomies to WordPress website search results."
1196
+ msgstr ""
1197
+ "Додавайте користувацькі типи постів і таксономії у результати пошуку на "
1198
+ "вашому сайті WordPress."
1199
+
1200
+ #: product_list.php:96
1201
+ msgid ""
1202
+ "Manage database and file system right from your WordPress admin dashboard."
1203
+ msgstr ""
1204
+ "Керуйте базою даних і файловою системою прямо з панелі адміністратора "
1205
+ "WordPress."
1206
+
1207
+ #: product_list.php:105
1208
+ msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1209
+ msgstr ""
1210
+ "Додавайте кнопки PayPal і 2CO, щоб отримувати пожертви та благодійні внески."
1211
+
1212
+ #: product_list.php:112
1213
+ msgid ""
1214
+ "Automatically add outgoing email messages to queue instead of sending them "
1215
+ "immediately."
1216
+ msgstr ""
1217
+ "Автоматично формуйте чергу відправки вихідних електронних повідомлень. "
1218
+ "Задавайте час і пріоритет розсилки."
1219
+
1220
+ #: product_list.php:119
1221
+ msgid ""
1222
+ "Get latest error log messages to diagnose website problems. Define and fix "
1223
+ "issues faster."
1224
+ msgstr ""
1225
+ "Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
1226
+ "сайту. Швидше виявляйте і усувайте проблеми."
1227
+
1228
+ #: product_list.php:126
1229
+ msgid ""
1230
+ "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1231
+ "widgets."
1232
+ msgstr ""
1233
+ "Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
1234
+ "у пости, сторінки і віджети сайту WordPress."
1235
+
1236
+ #: product_list.php:136
1237
+ msgid ""
1238
+ "Add featured posts to WordPress website posts and widgets. Highlight "
1239
+ "important information."
1240
+ msgstr ""
1241
+ "Додавайте обрані публікації до постів і віджетів сайту WordPress. "
1242
+ "Підкреслюйте важливу інформацію."
1243
+
1244
+ #: product_list.php:143
1245
+ msgid ""
1246
+ "Add beautiful galleries, albums & images to your WordPress website in a few "
1247
+ "clicks."
1248
+ msgstr ""
1249
+ "Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
1250
+ "всього в декілька кліків."
1251
+
1252
+ #: product_list.php:153
1253
+ msgid ""
1254
+ "Add unlimited gallery categories. Organize images to make the navigation "
1255
+ "through content easier."
1256
+ msgstr ""
1257
+ "Додавайте необмежену кількість категорій галерей. Групуйте зображення, щоб "
1258
+ "спростити навігацію контентом."
1259
+
1260
+ #: product_list.php:160
1261
+ msgid ""
1262
+ "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1263
+ "posts, pages and widgets."
1264
+ msgstr ""
1265
+ "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
1266
+ "і значок профілю до постів, сторінок та віджетів WordPress."
1267
+
1268
+ #: product_list.php:170
1269
+ msgid ""
1270
+ "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1271
+ "results, categories, tags, and widgets."
1272
+ msgstr ""
1273
+ "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1274
+ "результати пошуку, категорії, теги і віджети сайту WordPress."
1275
+
1276
+ #: product_list.php:180
1277
+ msgid "Add Google Analytics code to WordPress website and track basic stats."
1278
+ msgstr ""
1279
+ "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1280
+ "статистику сайту."
1281
+
1282
+ #: product_list.php:190
1283
+ msgid ""
1284
+ "Protect WordPress website forms from spam entries with Google Captcha "
1285
+ "(reCaptcha)."
1286
+ msgstr ""
1287
+ "Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
1288
+ "(reCaptcha)."
1289
+
1290
+ #: product_list.php:200
1291
+ msgid "Add customized Google maps to WordPress posts, pages and widgets."
1292
+ msgstr ""
1293
+ "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1294
+
1295
+ #: product_list.php:210
1296
+ msgid ""
1297
+ "Generate and add XML sitemap to WordPress website. Help search engines index "
1298
+ "your blog."
1299
+ msgstr ""
1300
+ "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1301
+ "пошуковим системам проіндексувати ваш блог."
1302
+
1303
+ #: product_list.php:220
1304
+ msgid ""
1305
+ "Replace external WordPress website links with Google shortlinks and track "
1306
+ "click stats."
1307
+ msgstr ""
1308
+ "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1309
+ "відстежуйте статистику кліків."
1310
+
1311
+ #: product_list.php:227
1312
+ msgid ""
1313
+ "Protect WordPress website – allow and deny access for certain IP addresses, "
1314
+ "hostnames, etc."
1315
+ msgstr ""
1316
+ "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1317
+ "адрес, імен хостів і т.д."
1318
+
1319
+ #: product_list.php:237
1320
+ msgid ""
1321
+ "Create your personal job board and listing WordPress website. Search jobs, "
1322
+ "submit CV/resumes, choose candidates."
1323
+ msgstr ""
1324
+ "Створюйте свою власну дошку оголошень з переліком вакансій на базі "
1325
+ "WordPress. Пошук вакансій, подача резюме/CV кандидата, вибір кандидатів."
1326
+
1327
+ #: product_list.php:244
1328
+ msgid ""
1329
+ "Add widgets Latest Posts or Latest Posts for Selected Categories to your "
1330
+ "WordPress website."
1331
+ msgstr ""
1332
+ "Додавайте віджет найновішіх постів або найновішіх постів для обраних "
1333
+ "категорій на сайт WordPress."
1334
+
1335
+ #: product_list.php:251
1336
+ msgid ""
1337
+ "Protect WordPress website against brute force attacks. Limit rate of login "
1338
+ "attempts."
1339
+ msgstr ""
1340
+ "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1341
+ "введення логіна."
1342
+
1343
+ #: product_list.php:261
1344
+ msgid ""
1345
+ "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1346
+ "5 plugins included – profile, insider, etc."
1347
+ msgstr ""
1348
+ "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1349
+ "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1350
+
1351
+ #: product_list.php:271
1352
+ msgid ""
1353
+ "Translate WordPress website content to other languages manually. Create "
1354
+ "multilingual pages, posts, widgets, menus, etc."
1355
+ msgstr ""
1356
+ "Перекладайте зміст сайту WordPress іншими мовами вручну. Створюйте "
1357
+ "багатомовні сторінки, пости, віджети, меню і т.д."
1358
+
1359
+ #: product_list.php:281
1360
+ msgid ""
1361
+ "Add customizable pagination to WordPress website. Split long content to "
1362
+ "multiple pages for better navigation."
1363
+ msgstr ""
1364
+ "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1365
+ "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1366
+
1367
+ #: product_list.php:291
1368
+ msgid ""
1369
+ "Generate PDF files and print WordPress posts/pages. Customize document "
1370
+ "header/footer styles and appearance."
1371
+ msgstr ""
1372
+ "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1373
+ "стилі хедера/футера документа і його зовнішній вигляд."
1374
+
1375
+ #: product_list.php:301
1376
+ msgid ""
1377
+ "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1378
+ "Profile) to WordPress posts, pages and widgets."
1379
+ msgstr ""
1380
+ "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1381
+ "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1382
+
1383
+ #: product_list.php:311
1384
+ msgid ""
1385
+ "Track views, comments and add the most popular posts to Wordpress widgets."
1386
+ msgstr ""
1387
+ "Відстежуйте перегляди, коментарі та додавайте найпопулярніші пости у віджети "
1388
+ "сайту Wordpress."
1389
+
1390
+ #: product_list.php:318
1391
+ msgid ""
1392
+ "Create your personal portfolio WordPress website. Manage and showcase past "
1393
+ "projects to get more clients."
1394
+ msgstr ""
1395
+ "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1396
+ "демонструйте минулі проекти, щоб залучити більше клієнтів."
1397
+
1398
+ #: product_list.php:328
1399
+ msgid "Export WordPress posts to CSV file format easily. Configure data order."
1400
+ msgstr ""
1401
+ "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1402
+ "порядок відображення даних."
1403
+
1404
+ #: product_list.php:335
1405
+ msgid ""
1406
+ "Add extra fields to default WordPress user profile. The easiest way to "
1407
+ "create and manage additional custom values."
1408
+ msgstr ""
1409
+ "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1410
+ "спосіб створення і управління додатковими полями."
1411
+
1412
+ #: product_list.php:342
1413
+ msgid ""
1414
+ "Add and display HTML advertisement banner on WordPress website. Customize "
1415
+ "bar styles and appearance."
1416
+ msgstr ""
1417
+ "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1418
+ "стилі і зовнішній вигляд банеру."
1419
+
1420
+ #: product_list.php:352
1421
+ msgid ""
1422
+ "Add customizable quotes and tips blocks to WordPress posts, pages and "
1423
+ "widgets."
1424
+ msgstr ""
1425
+ "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1426
+ "WordPress."
1427
+
1428
+ #: product_list.php:359
1429
+ msgid ""
1430
+ "Add rating plugin to your WordPress website to receive feedback from your "
1431
+ "customers."
1432
+ msgstr ""
1433
+ "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1434
+ "відгуки від ваших клієнтів."
1435
+
1436
+ #: product_list.php:366
1437
+ msgid ""
1438
+ "Create your personal real estate WordPress website. Sell, rent and buy "
1439
+ "properties. Add, search and browse listings easily."
1440
+ msgstr ""
1441
+ "Створіть свій особистий сайт агентства нерухомості на базі WordPress. "
1442
+ "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1443
+ "переглядайте лістинги."
1444
+
1445
+ #: product_list.php:376
1446
+ msgid ""
1447
+ "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1448
+ "pages."
1449
+ msgstr ""
1450
+ "Прикріплюйте, відкріплюйте і повторно прикріплюйте медіа файли до постів і "
1451
+ "сторінок WordPress."
1452
+
1453
+ #: product_list.php:383
1454
+ msgid ""
1455
+ "Add related posts to WordPress website posts or widgets. Link your readers "
1456
+ "to relevant content."
1457
+ msgstr ""
1458
+ "Додавайте пов'язані публікації у пости або віджети сайту WordPress. "
1459
+ "Надавайте своїм читачам контент схожої тематики."
1460
+
1461
+ #: product_list.php:390
1462
+ msgid ""
1463
+ "Send bulk email messages to WordPress users. Custom templates, advanced "
1464
+ "settings and detailed reports."
1465
+ msgstr ""
1466
+ "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1467
+ "шаблони, додаткові налаштування і детальні звіти."
1468
+
1469
+ #: product_list.php:400
1470
+ msgid ""
1471
+ "The best responsive slider plugin for your WordPress website. Create "
1472
+ "beautifully animated slides just in a few clicks."
1473
+ msgstr ""
1474
+ "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1475
+ "анімовані слайди всього в декілька кліків."
1476
+
1477
+ #: product_list.php:407
1478
+ msgid ""
1479
+ "Configure SMTP server to receive email messages from WordPress to Gmail, "
1480
+ "Yahoo, Hotmail and other services."
1481
+ msgstr ""
1482
+ "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1483
+ "WordPress на такі поштові служби як Gmail, Yahoo, Hotmail і багато інших."
1484
+
1485
+ #: product_list.php:414
1486
+ msgid ""
1487
+ "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1488
+ "FB, Twitter, G+1, Pinterest, LinkedIn."
1489
+ msgstr ""
1490
+ "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1491
+ "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1492
+
1493
+ #: product_list.php:424
1494
+ msgid ""
1495
+ "Add social media login, registration, and commenting to your WordPress "
1496
+ "website."
1497
+ msgstr ""
1498
+ "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1499
+ "коментування з використанням існуючих акаунтів соціальних мереж."
1500
+
1501
+ #: product_list.php:431
1502
+ msgid ""
1503
+ "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1504
+ "Collect data and subscribe your users."
1505
+ msgstr ""
1506
+ "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1507
+ "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1508
+
1509
+ #: product_list.php:441
1510
+ msgid ""
1511
+ "Add testimonials and feedbacks from your customers to WordPress website "
1512
+ "posts, pages, and widgets."
1513
+ msgstr ""
1514
+ "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1515
+ "сайту WordPress."
1516
+
1517
+ #: product_list.php:448
1518
+ msgid ""
1519
+ "Best timesheet plugin for WordPress. Track employee time, streamline "
1520
+ "attendance and generate reports."
1521
+ msgstr ""
1522
+ "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1523
+ "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1524
+
1525
+ #: product_list.php:458
1526
+ msgid ""
1527
+ "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1528
+ "and pages."
1529
+ msgstr ""
1530
+ "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1531
+ "до постів і сторінок WordPress."
1532
+
1533
+ #: product_list.php:468
1534
+ msgid ""
1535
+ "Automatically check and update WordPress website core with all installed "
1536
+ "plugins and themes to the latest versions."
1537
+ msgstr ""
1538
+ "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1539
+ "версій з усіма встановленими плагінами та темами."
1540
+
1541
+ #: product_list.php:478
1542
+ msgid ""
1543
+ "Powerful user role management plugin for WordPress website. Create, edit, "
1544
+ "copy, and delete user roles."
1545
+ msgstr ""
1546
+ "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1547
+ "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1548
+
1549
+ #: product_list.php:488
1550
+ msgid ""
1551
+ "Display live count of online visitors who are currently browsing your "
1552
+ "WordPress website."
1553
+ msgstr ""
1554
+ "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1555
+ "сайт WordPress."
1556
+
1557
+ #: product_list.php:498
1558
+ msgid ""
1559
+ "Backup and export Zendesk Help Center content automatically to your "
1560
+ "WordPress website database."
1561
+ msgstr ""
1562
+ "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1563
+ "в базу даних вашого сайту WordPress."
1564
+
1565
+ #~ msgid ""
1566
+ #~ "Add latest posts or latest posts for selected categories widgets to "
1567
+ #~ "WordPress website."
1568
+ #~ msgstr ""
1569
+ #~ "Додавайте віджет найновішіх постів або найновішіх постів для обраних "
1570
+ #~ "категорій на сайт WordPress."
1571
+
1572
  #~ msgid "Thank you for installing"
1573
  #~ msgstr "Дякуємо, що встановили"
1574
 
1685
  #~ msgid "Preview"
1686
  #~ msgstr "Попередній перегляд"
1687
 
 
 
 
1688
  #~ msgid ""
1689
  #~ "(your username is the email you specify when purchasing the product), "
1690
  #~ "where you can make the necessary changes."
bws_menu/product_list.php CHANGED
@@ -19,7 +19,7 @@ $bws_plugins = array(
19
  'captcha/captcha.php' => array(
20
  'category' => array( 'security', 'recommended' ),
21
  'name' => 'Captcha',
22
- 'description' => 'Protect WordPress website forms from spam entries by means of math logic.',
23
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
24
  'settings' => 'admin.php?page=captcha.php',
25
  'pro_version' => 'captcha-pro/captcha_pro.php',
@@ -29,7 +29,7 @@ $bws_plugins = array(
29
  'car-rental/car-rental.php' => array(
30
  'category' => array( 'content-and-media' ),
31
  'name' => 'Car Rental',
32
- 'description' => 'Create your personal car rental/booking and reservation website.',
33
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
34
  'settings' => 'admin.php?page=car-rental-settings',
35
  'pro_version' => 'car-rental-pro/car-rental-pro.php',
@@ -39,7 +39,7 @@ $bws_plugins = array(
39
  'contact-form-plugin/contact_form.php' => array(
40
  'category' => array( 'other', 'recommended' ),
41
  'name' => 'Contact Form',
42
- 'description' => 'Allow customers to reach you using secure contact form plugin any website must have.',
43
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
44
  'settings' => 'admin.php?page=contact_form.php',
45
  'pro_version' => 'contact-form-pro/contact_form_pro.php',
@@ -49,7 +49,7 @@ $bws_plugins = array(
49
  'contact-form-multi/contact-form-multi.php' => array(
50
  'category' => array( 'other', 'recommended' ),
51
  'name' => 'Contact Form Multi',
52
- 'description' => 'Add unlimited number of contact forms to WordPress website.',
53
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
54
  'settings' => '',
55
  'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
@@ -59,7 +59,7 @@ $bws_plugins = array(
59
  'contact-form-to-db/contact_form_to_db.php' => array(
60
  'category' => array( 'other', 'recommended' ),
61
  'name' => 'Contact Form to DB',
62
- 'description' => 'Save and manage contact form messages. Never lose important data.',
63
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
64
  'settings' => 'admin.php?page=cntctfrmtdb_settings',
65
  'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
@@ -69,61 +69,52 @@ $bws_plugins = array(
69
  'custom-admin-page/custom-admin-page.php' => array(
70
  'category' => array( 'utilities' ),
71
  'name' => 'Custom Admin Page',
72
- 'description' => 'Add unlimited custom pages to WordPress admin dashboard.',
73
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
  'settings' => 'admin.php?page=custom-admin-page.php'
75
  ),
76
  'custom-fields-search/custom-fields-search.php' => array(
77
  'category' => array( 'content-and-media' ),
78
  'name' => 'Custom Fields Search',
79
- 'description' => 'Add custom fields to WordPress website search results.',
80
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
81
  'settings' => 'admin.php?page=custom_fields_search.php'
82
  ),
83
  'custom-search-plugin/custom-search-plugin.php' => array(
84
  'category' => array( 'content-and-media' ),
85
  'name' => 'Custom Search',
86
- 'description' => 'Add custom post types to WordPress website search results.',
87
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
88
  'settings' => 'admin.php?page=custom_search.php',
89
  'pro_version' => 'custom-search-pro/custom-search-pro.php',
90
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
91
  'pro_settings' => 'admin.php?page=custom_search_pro.php'
92
  ),
93
- 'db-manager/db-manager.php' => array(
94
- 'category' => array( 'utilities' ),
95
- 'name' => 'DB Manager',
96
- 'description' => 'Manage database and file system right from your WordPress admin dashboard.',
97
- 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
98
- 'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
99
- 'settings' => 'admin.php?page=db-manager.php',
100
- 'icon' => bws_menu_url( 'icons/plugins/' ) . 'db-manager.png'
101
- ),
102
  'donate-button/donate.php' => array(
103
  'category' => array( 'other' ),
104
  'name' => 'Donate',
105
- 'description' => 'Add PayPal and 2CO donate buttons to receive charity payments.',
106
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
107
  'settings' => 'admin.php?page=donate.php'
108
  ),
109
  'email-queue/email-queue.php' => array(
110
  'category' => array( 'other' ),
111
  'name' => 'Email Queue',
112
- 'description' => 'Automatically add outgoing email messages to queue instead of sending them immediately.',
113
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
114
  'settings' => 'admin.php?page=mlq_settings'
115
  ),
116
  'error-log-viewer/error-log-viewer.php' => array(
117
  'category' => array( 'utilities' ),
118
  'name' => 'Error Log Viewer',
119
- 'description' => 'Get latest error log messages to diagnose website problems. Define and fix issues faster.',
120
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
121
  'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
122
  ),
123
  'facebook-button-plugin/facebook-button-plugin.php' => array(
124
  'category' => array( 'social' ),
125
  'name' => 'Facebook Button',
126
- 'description' => 'Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.',
127
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
128
  'settings' => 'admin.php?page=facebook-button-plugin.php',
129
  'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
@@ -133,14 +124,14 @@ $bws_plugins = array(
133
  'bws-featured-posts/bws-featured-posts.php' => array(
134
  'category' => array( 'content-and-media' ),
135
  'name' => 'Featured Posts',
136
- 'description' => 'Add featured posts to WordPress posts or widgets. Highlight important information.',
137
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
138
  'settings' => 'admin.php?page=featured-posts.php'
139
  ),
140
  'gallery-plugin/gallery-plugin.php' => array(
141
  'category' => array( 'content-and-media', 'recommended' ),
142
  'name' => 'Gallery',
143
- 'description' => 'Add beautiful galleries, albums & images to your Wordpress website in few clicks.',
144
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
145
  'settings' => 'admin.php?page=gallery-plugin.php',
146
  'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
@@ -150,14 +141,14 @@ $bws_plugins = array(
150
  'gallery-categories/gallery-categories.php' => array(
151
  'category' => array( 'content-and-media' ),
152
  'name' => 'Gallery Categories',
153
- 'description' => 'Add unlimited gallery categories. Organize images to make the navigation through content easier.',
154
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
155
  'settings' => ''
156
  ),
157
  'google-one/google-plus-one.php' => array(
158
  'category' => array( 'social' ),
159
  'name' => 'Google +1',
160
- 'description' => 'Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.',
161
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
162
  'settings' => 'admin.php?page=google-plus-one.php',
163
  'pro_version' => 'google-one-pro/google-plus-one-pro.php',
@@ -167,7 +158,7 @@ $bws_plugins = array(
167
  'adsense-plugin/adsense-plugin.php' => array(
168
  'category' => array( 'advertisement' ),
169
  'name' => 'Google AdSense',
170
- 'description' => 'Add Adsense ads to pages, posts, custom posts, search results, categories, tags, pages, and widgets.',
171
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
172
  'settings' => 'admin.php?page=adsense-plugin.php',
173
  'pro_version' => 'adsense-pro/adsense-pro.php',
@@ -177,7 +168,7 @@ $bws_plugins = array(
177
  'bws-google-analytics/bws-google-analytics.php' => array(
178
  'category' => array( 'site-stats' ),
179
  'name' => 'Google Analytics',
180
- 'description' => 'Add Google Analytics code to WordPress website and track basic stats.',
181
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
182
  'settings' => 'admin.php?page=bws-google-analytics.php',
183
  'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
@@ -187,7 +178,7 @@ $bws_plugins = array(
187
  'google-captcha/google-captcha.php' => array(
188
  'category' => array( 'security', 'recommended' ),
189
  'name' => 'Google Captcha (reCAPTCHA)',
190
- 'description' => 'Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).',
191
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
192
  'settings' => 'admin.php?page=google-captcha.php',
193
  'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
@@ -197,7 +188,7 @@ $bws_plugins = array(
197
  'bws-google-maps/bws-google-maps.php' => array(
198
  'category' => array( 'content-and-media' ),
199
  'name' => 'Google Maps',
200
- 'description' => 'Add customized Google maps to WordPress posts, pages and widgets.',
201
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
202
  'settings' => 'admin.php?page=bws-google-maps.php',
203
  'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
@@ -207,7 +198,7 @@ $bws_plugins = array(
207
  'google-sitemap-plugin/google-sitemap-plugin.php' => array(
208
  'category' => array( 'other', 'recommended' ),
209
  'name' => 'Google Sitemap',
210
- 'description' => 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.',
211
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
212
  'settings' => 'admin.php?page=google-sitemap-plugin.php',
213
  'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
@@ -217,14 +208,14 @@ $bws_plugins = array(
217
  'google-shortlink/google-shortlink.php' => array(
218
  'category' => array( 'other' ),
219
  'name' => 'Google Shortlink',
220
- 'description' => 'Replace external WordPress website links with Google shortlinks and track click stats.',
221
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
222
  'settings' => 'admin.php?page=gglshrtlnk_options'
223
  ),
224
  'htaccess/htaccess.php' => array(
225
  'category' => array( 'security' ),
226
  'name' => 'Htaccess',
227
- 'description' => 'Protect WordPress website – allow and deny access for certain IP addresses, hostnames, etc.',
228
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
229
  'settings' => 'admin.php?page=htaccess.php',
230
  'pro_version' => 'htaccess-pro/htaccess-pro.php',
@@ -234,21 +225,21 @@ $bws_plugins = array(
234
  'job-board/job-board.php' => array(
235
  'category' => array( 'content-and-media' ),
236
  'name' => 'Job Board',
237
- 'description' => 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.',
238
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
239
  'settings' => 'admin.php?page=job-board.php'
240
  ),
241
  'bws-latest-posts/bws-latest-posts.php' => array(
242
  'category' => array( 'content-and-media' ),
243
  'name' => 'Latest Posts',
244
- 'description' => 'Add latest posts or latest posts for selected categories widgets to WordPress website.',
245
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/latest-posts/?k=ef4e125aadadd8d219140daa184a9399&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
246
  'settings' => 'admin.php?page=latest-posts.php'
247
  ),
248
  'limit-attempts/limit-attempts.php' => array(
249
  'category' => array( 'security', 'recommended' ),
250
  'name' => 'Limit Attempts',
251
- 'description' => 'Protect WordPress website against brute force attacks. Limit rate of login attempts.',
252
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
253
  'settings' => 'admin.php?page=limit-attempts.php',
254
  'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
@@ -258,7 +249,7 @@ $bws_plugins = array(
258
  'bws-linkedin/bws-linkedin.php' => array(
259
  'category' => array( 'social' ),
260
  'name' => 'LinkedIn',
261
- 'description' => 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.',
262
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
263
  'settings' => 'admin.php?page=linkedin.php',
264
  'pro_version' => 'bws-linkedin-pro/bws-linkedin-pro.php',
@@ -268,7 +259,7 @@ $bws_plugins = array(
268
  'multilanguage/multilanguage.php' => array(
269
  'category' => array( 'content-and-media', 'recommended' ),
270
  'name' => 'Multilanguage',
271
- 'description' => 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.',
272
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
273
  'settings' => 'admin.php?page=mltlngg_settings',
274
  'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
@@ -278,7 +269,7 @@ $bws_plugins = array(
278
  'pagination/pagination.php' => array(
279
  'category' => array( 'content-and-media' ),
280
  'name' => 'Pagination',
281
- 'description' => 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.',
282
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
283
  'settings' => 'admin.php?page=pagination.php',
284
  'pro_version' => 'pagination-pro/pagination-pro.php',
@@ -288,7 +279,7 @@ $bws_plugins = array(
288
  'pdf-print/pdf-print.php' => array(
289
  'category' => array( 'other' ),
290
  'name' => 'PDF & Print',
291
- 'description' => 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.',
292
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
293
  'settings' => 'admin.php?page=pdf-print.php',
294
  'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
@@ -298,7 +289,7 @@ $bws_plugins = array(
298
  'bws-pinterest/bws-pinterest.php' => array(
299
  'category' => array( 'social' ),
300
  'name' => 'Pinterest',
301
- 'description' => 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.',
302
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
303
  'settings' => 'admin.php?page=pinterest.php',
304
  'pro_version' => 'bws-pinterest-pro/bws-pinterest-pro.php',
@@ -308,14 +299,14 @@ $bws_plugins = array(
308
  'bws-popular-posts/bws-popular-posts.php' => array(
309
  'category' => array( 'content-and-media', 'recommended' ),
310
  'name' => 'Popular Posts',
311
- 'description' => 'Track views, comments and add most popular posts to Wordpress widgets.',
312
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
313
  'settings' => 'admin.php?page=popular-posts.php'
314
  ),
315
  'portfolio/portfolio.php' => array(
316
  'category' => array( 'content-and-media', 'recommended' ),
317
  'name' => 'Portfolio',
318
- 'description' => 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.',
319
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
320
  'settings' => 'admin.php?page=portfolio.php',
321
  'pro_version' => 'portfolio-pro/portfolio-pro.php',
@@ -325,21 +316,21 @@ $bws_plugins = array(
325
  'post-to-csv/post-to-csv.php' => array(
326
  'category' => array( 'utilities' ),
327
  'name' => 'Post to CSV',
328
- 'description' => 'Export WordPress posts to CSV file format easily. Configure data order.',
329
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
330
  'settings' => 'admin.php?page=post-to-csv.php'
331
  ),
332
  'profile-extra-fields/profile-extra-fields.php' => array(
333
  'category' => array( 'management' ),
334
  'name' => 'Profile Extra Fields',
335
- 'description' => 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.',
336
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
337
  'settings' => 'admin.php?page=profile-extra-fields.php'
338
  ),
339
  'promobar/promobar.php' => array(
340
  'category' => array( 'advertisement' ),
341
  'name' => 'PromoBar',
342
- 'description' => 'Add and display HTML advertisement on WordPress website. Customize bar styles and appearance.',
343
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
344
  'settings' => 'admin.php?page=promobar.php',
345
  'pro_version' => 'promobar-pro/promobar-pro.php',
@@ -349,21 +340,21 @@ $bws_plugins = array(
349
  'quotes-and-tips/quotes-and-tips.php' => array(
350
  'category' => array( 'content-and-media' ),
351
  'name' => 'Quotes and Tips',
352
- 'description' => 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.',
353
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
354
  'settings' => 'admin.php?page=quotes-and-tips.php'
355
  ),
356
  'rating-bws/rating-bws.php' => array(
357
  'category' => array( 'content-and-media' ),
358
  'name' => 'Rating',
359
- 'description' => 'Add rating plugin to your WordPress website to receive feedback from your customers.',
360
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/rating/?k=c00e0824bb999735a3224616ef51f4c5&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
361
  'settings' => 'admin.php?page=rating.php'
362
  ),
363
  'realty/realty.php' => array(
364
  'category' => array( 'content-and-media' ),
365
  'name' => 'Realty',
366
- 'description' => 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.',
367
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
368
  'settings' => 'admin.php?page=realty_settings',
369
  'pro_version' => 'realty-pro/realty-pro.php',
@@ -373,38 +364,45 @@ $bws_plugins = array(
373
  're-attacher/re-attacher.php' => array(
374
  'category' => array( 'utilities' ),
375
  'name' => 'Re-attacher',
376
- 'description' => 'Attach, unattach and re-attach media files quickly to WordPress posts and pages.',
377
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
378
  'settings' => 'admin.php?page=re-attacher.php'
379
  ),
380
  'relevant/related-posts-plugin.php' => array(
381
  'category' => array( 'content-and-media', 'recommended' ),
382
  'name' => 'Relevant - Related Posts',
383
- 'description' => 'Add related posts to WordPress posts or widgets. Link your readers to relevant content.',
384
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
385
  'settings' => 'admin.php?page=related-posts-plugin.php'
386
  ),
387
  'sender/sender.php' => array(
388
  'category' => array( 'social', 'recommended' ),
389
  'name' => 'Sender',
390
- 'description' => 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.',
391
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
392
  'settings' => 'admin.php?page=sndr_settings',
393
  'pro_version' => 'sender-pro/sender-pro.php',
394
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
395
  'pro_settings' => 'admin.php?page=sndrpr_settings'
396
  ),
 
 
 
 
 
 
 
397
  'bws-smtp/bws-smtp.php' => array(
398
  'category' => array( 'utilities' ),
399
  'name' => 'SMTP',
400
- 'description' => 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.',
401
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
402
  'settings' => 'admin.php?page=bwssmtp_settings'
403
  ),
404
  'social-buttons-pack/social-buttons-pack.php' => array(
405
  'category' => array( 'social', 'recommended' ),
406
  'name' => 'Social Buttons Pack',
407
- 'description' => 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, G+1, Pinterest, LinkedIn.',
408
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
409
  'settings' => 'admin.php?page=social-buttons.php',
410
  'pro_version' => 'social-buttons-pack-pro/social-buttons-pack-pro.php',
@@ -414,14 +412,14 @@ $bws_plugins = array(
414
  'social-login-bws/social-login-bws.php' => array(
415
  'category' => array( 'social' ),
416
  'name' => 'Social Login',
417
- 'description' => 'Add social media login, registration, and commenting to your WordPress website.',
418
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-login/?k=62817c9c94f24129e40894e1d9c3f49d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
419
  'settings' => 'admin.php?page=social-login.php'
420
  ),
421
  'subscriber/subscriber.php' => array(
422
  'category' => array( 'social', 'recommended' ),
423
  'name' => 'Subscriber',
424
- 'description' => 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.',
425
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
426
  'settings' => 'admin.php?page=sbscrbr_settings_page',
427
  'pro_version' => 'subscriber-pro/subscriber-pro.php',
@@ -431,14 +429,14 @@ $bws_plugins = array(
431
  'bws-testimonials/bws-testimonials.php' => array(
432
  'category' => array( 'content-and-media', 'recommended' ),
433
  'name' => 'Testimonials',
434
- 'description' => 'Add testimonials and feedbacks from your customers to WordPress posts, pages and widgets.',
435
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
436
  'settings' => 'admin.php?page=testimonials.php'
437
  ),
438
  'timesheet/timesheet.php' => array(
439
  'category' => array( 'management' ),
440
  'name' => 'Timesheet',
441
- 'description' => 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.',
442
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
443
  'settings' => 'admin.php?page=timesheet_settings',
444
  'pro_version' => 'timesheet-pro/timesheet-pro.php',
@@ -448,7 +446,7 @@ $bws_plugins = array(
448
  'twitter-plugin/twitter.php' => array(
449
  'category' => array( 'social' ),
450
  'name' => 'Twitter',
451
- 'description' => 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, pages and widgets.',
452
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
453
  'settings' => 'admin.php?page=twitter.php',
454
  'pro_version' => 'twitter-pro/twitter-pro.php',
@@ -458,7 +456,7 @@ $bws_plugins = array(
458
  'updater/updater.php' => array(
459
  'category' => array( 'utilities', 'recommended' ),
460
  'name' => 'Updater',
461
- 'description' => 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.',
462
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
463
  'settings' => 'admin.php?page=updater-options',
464
  'pro_version' => 'updater-pro/updater_pro.php',
@@ -468,7 +466,7 @@ $bws_plugins = array(
468
  'user-role/user-role.php' => array(
469
  'category' => array( 'utilities' ),
470
  'name' => 'User Role',
471
- 'description' => 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.',
472
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
473
  'settings' => 'admin.php?page=user-role.php',
474
  'pro_version' => 'user-role-pro/user-role-pro.php',
@@ -478,7 +476,7 @@ $bws_plugins = array(
478
  'visitors-online/visitors-online.php' => array(
479
  'category' => array( 'site-stats' ),
480
  'name' => 'Visitors Online',
481
- 'description' => 'Display live count of online visitors who are currently browsing your WordPress website.',
482
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
483
  'settings' => 'admin.php?page=visitors-online.php',
484
  'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
@@ -488,7 +486,7 @@ $bws_plugins = array(
488
  'zendesk-help-center/zendesk-help-center.php' => array(
489
  'category' => array( 'utilities' ),
490
  'name' => 'Zendesk Help Center',
491
- 'description' => 'Backup and export Zendesk Help Center content automatically to your WordPress website database.',
492
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
493
  'settings' => 'admin.php?page=zendesk_hc.php&action=settings',
494
  'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
19
  'captcha/captcha.php' => array(
20
  'category' => array( 'security', 'recommended' ),
21
  'name' => 'Captcha',
22
+ 'description' => __( 'Protect WordPress website forms from spam entries by means of math logic.', 'bestwebsoft' ),
23
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
24
  'settings' => 'admin.php?page=captcha.php',
25
  'pro_version' => 'captcha-pro/captcha_pro.php',
29
  'car-rental/car-rental.php' => array(
30
  'category' => array( 'content-and-media' ),
31
  'name' => 'Car Rental',
32
+ 'description' => __( 'Create your personal car rental/booking and reservation website.', 'bestwebsoft' ),
33
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
34
  'settings' => 'admin.php?page=car-rental-settings',
35
  'pro_version' => 'car-rental-pro/car-rental-pro.php',
39
  'contact-form-plugin/contact_form.php' => array(
40
  'category' => array( 'other', 'recommended' ),
41
  'name' => 'Contact Form',
42
+ 'description' => __( 'Allow customers to reach you using secure contact form plugin any website must have.', 'bestwebsoft' ),
43
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
44
  'settings' => 'admin.php?page=contact_form.php',
45
  'pro_version' => 'contact-form-pro/contact_form_pro.php',
49
  'contact-form-multi/contact-form-multi.php' => array(
50
  'category' => array( 'other', 'recommended' ),
51
  'name' => 'Contact Form Multi',
52
+ 'description' => __( 'Add unlimited number of contact forms to WordPress website.', 'bestwebsoft' ),
53
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
54
  'settings' => '',
55
  'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
59
  'contact-form-to-db/contact_form_to_db.php' => array(
60
  'category' => array( 'other', 'recommended' ),
61
  'name' => 'Contact Form to DB',
62
+ 'description' => __( 'Save and manage Contact Form messages. Never lose important data.', 'bestwebsoft' ),
63
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
64
  'settings' => 'admin.php?page=cntctfrmtdb_settings',
65
  'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
69
  'custom-admin-page/custom-admin-page.php' => array(
70
  'category' => array( 'utilities' ),
71
  'name' => 'Custom Admin Page',
72
+ 'description' => __( 'Add unlimited custom pages to WordPress admin dashboard.', 'bestwebsoft' ),
73
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
  'settings' => 'admin.php?page=custom-admin-page.php'
75
  ),
76
  'custom-fields-search/custom-fields-search.php' => array(
77
  'category' => array( 'content-and-media' ),
78
  'name' => 'Custom Fields Search',
79
+ 'description' => __( 'Add custom fields to WordPress website search results.', 'bestwebsoft' ),
80
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
81
  'settings' => 'admin.php?page=custom_fields_search.php'
82
  ),
83
  'custom-search-plugin/custom-search-plugin.php' => array(
84
  'category' => array( 'content-and-media' ),
85
  'name' => 'Custom Search',
86
+ 'description' => __( 'Add custom post types and taxonomies to WordPress website search results.', 'bestwebsoft' ),
87
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
88
  'settings' => 'admin.php?page=custom_search.php',
89
  'pro_version' => 'custom-search-pro/custom-search-pro.php',
90
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
91
  'pro_settings' => 'admin.php?page=custom_search_pro.php'
92
  ),
 
 
 
 
 
 
 
 
 
93
  'donate-button/donate.php' => array(
94
  'category' => array( 'other' ),
95
  'name' => 'Donate',
96
+ 'description' => __( 'Add PayPal and 2CO donate buttons to receive charity payments.', 'bestwebsoft' ),
97
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
98
  'settings' => 'admin.php?page=donate.php'
99
  ),
100
  'email-queue/email-queue.php' => array(
101
  'category' => array( 'other' ),
102
  'name' => 'Email Queue',
103
+ 'description' => __( 'Automatically add outgoing email messages to queue instead of sending them immediately.', 'bestwebsoft' ),
104
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
105
  'settings' => 'admin.php?page=mlq_settings'
106
  ),
107
  'error-log-viewer/error-log-viewer.php' => array(
108
  'category' => array( 'utilities' ),
109
  'name' => 'Error Log Viewer',
110
+ 'description' => __( 'Get latest error log messages to diagnose website problems. Define and fix issues faster.', 'bestwebsoft' ),
111
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
112
  'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
113
  ),
114
  'facebook-button-plugin/facebook-button-plugin.php' => array(
115
  'category' => array( 'social' ),
116
  'name' => 'Facebook Button',
117
+ 'description' => __( 'Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and widgets.', 'bestwebsoft' ),
118
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
119
  'settings' => 'admin.php?page=facebook-button-plugin.php',
120
  'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
124
  'bws-featured-posts/bws-featured-posts.php' => array(
125
  'category' => array( 'content-and-media' ),
126
  'name' => 'Featured Posts',
127
+ 'description' => __( 'Add featured posts to WordPress website posts and widgets. Highlight important information.', 'bestwebsoft' ),
128
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
129
  'settings' => 'admin.php?page=featured-posts.php'
130
  ),
131
  'gallery-plugin/gallery-plugin.php' => array(
132
  'category' => array( 'content-and-media', 'recommended' ),
133
  'name' => 'Gallery',
134
+ 'description' => __( 'Add beautiful galleries, albums & images to your WordPress website in a few clicks.', 'bestwebsoft' ),
135
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
136
  'settings' => 'admin.php?page=gallery-plugin.php',
137
  'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
141
  'gallery-categories/gallery-categories.php' => array(
142
  'category' => array( 'content-and-media' ),
143
  'name' => 'Gallery Categories',
144
+ 'description' => __( 'Add unlimited gallery categories. Organize images to make the navigation through content easier.', 'bestwebsoft' ),
145
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
146
  'settings' => ''
147
  ),
148
  'google-one/google-plus-one.php' => array(
149
  'category' => array( 'social' ),
150
  'name' => 'Google +1',
151
+ 'description' => __( 'Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.', 'bestwebsoft' ),
152
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
153
  'settings' => 'admin.php?page=google-plus-one.php',
154
  'pro_version' => 'google-one-pro/google-plus-one-pro.php',
158
  'adsense-plugin/adsense-plugin.php' => array(
159
  'category' => array( 'advertisement' ),
160
  'name' => 'Google AdSense',
161
+ 'description' => __( 'Add Adsense ads to WordPress website pages, posts, custom posts, search results, categories, tags, and widgets.', 'bestwebsoft' ),
162
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
163
  'settings' => 'admin.php?page=adsense-plugin.php',
164
  'pro_version' => 'adsense-pro/adsense-pro.php',
168
  'bws-google-analytics/bws-google-analytics.php' => array(
169
  'category' => array( 'site-stats' ),
170
  'name' => 'Google Analytics',
171
+ 'description' => __( 'Add Google Analytics code to WordPress website and track basic stats.', 'bestwebsoft' ),
172
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
173
  'settings' => 'admin.php?page=bws-google-analytics.php',
174
  'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
178
  'google-captcha/google-captcha.php' => array(
179
  'category' => array( 'security', 'recommended' ),
180
  'name' => 'Google Captcha (reCAPTCHA)',
181
+ 'description' => __( 'Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).', 'bestwebsoft' ),
182
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
183
  'settings' => 'admin.php?page=google-captcha.php',
184
  'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
188
  'bws-google-maps/bws-google-maps.php' => array(
189
  'category' => array( 'content-and-media' ),
190
  'name' => 'Google Maps',
191
+ 'description' => __( 'Add customized Google maps to WordPress posts, pages and widgets.', 'bestwebsoft' ),
192
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
193
  'settings' => 'admin.php?page=bws-google-maps.php',
194
  'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
198
  'google-sitemap-plugin/google-sitemap-plugin.php' => array(
199
  'category' => array( 'other', 'recommended' ),
200
  'name' => 'Google Sitemap',
201
+ 'description' => __( 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.', 'bestwebsoft' ),
202
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
203
  'settings' => 'admin.php?page=google-sitemap-plugin.php',
204
  'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
208
  'google-shortlink/google-shortlink.php' => array(
209
  'category' => array( 'other' ),
210
  'name' => 'Google Shortlink',
211
+ 'description' => __( 'Replace external WordPress website links with Google shortlinks and track click stats.', 'bestwebsoft' ),
212
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
213
  'settings' => 'admin.php?page=gglshrtlnk_options'
214
  ),
215
  'htaccess/htaccess.php' => array(
216
  'category' => array( 'security' ),
217
  'name' => 'Htaccess',
218
+ 'description' => __( 'Protect WordPress website – allow and deny access for certain IP addresses, hostnames, etc.', 'bestwebsoft' ),
219
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
220
  'settings' => 'admin.php?page=htaccess.php',
221
  'pro_version' => 'htaccess-pro/htaccess-pro.php',
225
  'job-board/job-board.php' => array(
226
  'category' => array( 'content-and-media' ),
227
  'name' => 'Job Board',
228
+ 'description' => __( 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.', 'bestwebsoft' ),
229
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
230
  'settings' => 'admin.php?page=job-board.php'
231
  ),
232
  'bws-latest-posts/bws-latest-posts.php' => array(
233
  'category' => array( 'content-and-media' ),
234
  'name' => 'Latest Posts',
235
+ 'description' => __( 'Add widgets Latest Posts or Latest Posts for Selected Categories to your WordPress website.', 'bestwebsoft' ),
236
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/latest-posts/?k=ef4e125aadadd8d219140daa184a9399&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
237
  'settings' => 'admin.php?page=latest-posts.php'
238
  ),
239
  'limit-attempts/limit-attempts.php' => array(
240
  'category' => array( 'security', 'recommended' ),
241
  'name' => 'Limit Attempts',
242
+ 'description' => __( 'Protect WordPress website against brute force attacks. Limit rate of login attempts.', 'bestwebsoft' ),
243
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
244
  'settings' => 'admin.php?page=limit-attempts.php',
245
  'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
249
  'bws-linkedin/bws-linkedin.php' => array(
250
  'category' => array( 'social' ),
251
  'name' => 'LinkedIn',
252
+ 'description' => __( 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.', 'bestwebsoft' ),
253
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
254
  'settings' => 'admin.php?page=linkedin.php',
255
  'pro_version' => 'bws-linkedin-pro/bws-linkedin-pro.php',
259
  'multilanguage/multilanguage.php' => array(
260
  'category' => array( 'content-and-media', 'recommended' ),
261
  'name' => 'Multilanguage',
262
+ 'description' => __( 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.', 'bestwebsoft' ),
263
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
264
  'settings' => 'admin.php?page=mltlngg_settings',
265
  'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
269
  'pagination/pagination.php' => array(
270
  'category' => array( 'content-and-media' ),
271
  'name' => 'Pagination',
272
+ 'description' => __( 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.', 'bestwebsoft' ),
273
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
274
  'settings' => 'admin.php?page=pagination.php',
275
  'pro_version' => 'pagination-pro/pagination-pro.php',
279
  'pdf-print/pdf-print.php' => array(
280
  'category' => array( 'other' ),
281
  'name' => 'PDF & Print',
282
+ 'description' => __( 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.', 'bestwebsoft' ),
283
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
284
  'settings' => 'admin.php?page=pdf-print.php',
285
  'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
289
  'bws-pinterest/bws-pinterest.php' => array(
290
  'category' => array( 'social' ),
291
  'name' => 'Pinterest',
292
+ 'description' => __( 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.', 'bestwebsoft' ),
293
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
294
  'settings' => 'admin.php?page=pinterest.php',
295
  'pro_version' => 'bws-pinterest-pro/bws-pinterest-pro.php',
299
  'bws-popular-posts/bws-popular-posts.php' => array(
300
  'category' => array( 'content-and-media', 'recommended' ),
301
  'name' => 'Popular Posts',
302
+ 'description' => __( 'Track views, comments and add the most popular posts to Wordpress widgets.', 'bestwebsoft' ),
303
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
304
  'settings' => 'admin.php?page=popular-posts.php'
305
  ),
306
  'portfolio/portfolio.php' => array(
307
  'category' => array( 'content-and-media', 'recommended' ),
308
  'name' => 'Portfolio',
309
+ 'description' => __( 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.', 'bestwebsoft' ),
310
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
311
  'settings' => 'admin.php?page=portfolio.php',
312
  'pro_version' => 'portfolio-pro/portfolio-pro.php',
316
  'post-to-csv/post-to-csv.php' => array(
317
  'category' => array( 'utilities' ),
318
  'name' => 'Post to CSV',
319
+ 'description' => __( 'Export WordPress posts to CSV file format easily. Configure data order.', 'bestwebsoft' ),
320
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
321
  'settings' => 'admin.php?page=post-to-csv.php'
322
  ),
323
  'profile-extra-fields/profile-extra-fields.php' => array(
324
  'category' => array( 'management' ),
325
  'name' => 'Profile Extra Fields',
326
+ 'description' => __( 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.', 'bestwebsoft' ),
327
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
328
  'settings' => 'admin.php?page=profile-extra-fields.php'
329
  ),
330
  'promobar/promobar.php' => array(
331
  'category' => array( 'advertisement' ),
332
  'name' => 'PromoBar',
333
+ 'description' => __( 'Add and display HTML advertisement banner on WordPress website. Customize bar styles and appearance.', 'bestwebsoft' ),
334
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
335
  'settings' => 'admin.php?page=promobar.php',
336
  'pro_version' => 'promobar-pro/promobar-pro.php',
340
  'quotes-and-tips/quotes-and-tips.php' => array(
341
  'category' => array( 'content-and-media' ),
342
  'name' => 'Quotes and Tips',
343
+ 'description' => __( 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.', 'bestwebsoft' ),
344
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
345
  'settings' => 'admin.php?page=quotes-and-tips.php'
346
  ),
347
  'rating-bws/rating-bws.php' => array(
348
  'category' => array( 'content-and-media' ),
349
  'name' => 'Rating',
350
+ 'description' => __( 'Add rating plugin to your WordPress website to receive feedback from your customers.', 'bestwebsoft' ),
351
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/rating/?k=c00e0824bb999735a3224616ef51f4c5&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
352
  'settings' => 'admin.php?page=rating.php'
353
  ),
354
  'realty/realty.php' => array(
355
  'category' => array( 'content-and-media' ),
356
  'name' => 'Realty',
357
+ 'description' => __( 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.', 'bestwebsoft' ),
358
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
359
  'settings' => 'admin.php?page=realty_settings',
360
  'pro_version' => 'realty-pro/realty-pro.php',
364
  're-attacher/re-attacher.php' => array(
365
  'category' => array( 'utilities' ),
366
  'name' => 'Re-attacher',
367
+ 'description' => __( 'Attach, un-attach and re-attach media files quickly to WordPress posts and pages.', 'bestwebsoft' ),
368
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
369
  'settings' => 'admin.php?page=re-attacher.php'
370
  ),
371
  'relevant/related-posts-plugin.php' => array(
372
  'category' => array( 'content-and-media', 'recommended' ),
373
  'name' => 'Relevant - Related Posts',
374
+ 'description' => __( 'Add related posts to WordPress website posts or widgets. Link your readers to relevant content.', 'bestwebsoft' ),
375
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
376
  'settings' => 'admin.php?page=related-posts-plugin.php'
377
  ),
378
  'sender/sender.php' => array(
379
  'category' => array( 'social', 'recommended' ),
380
  'name' => 'Sender',
381
+ 'description' => __( 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.', 'bestwebsoft' ),
382
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
383
  'settings' => 'admin.php?page=sndr_settings',
384
  'pro_version' => 'sender-pro/sender-pro.php',
385
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
386
  'pro_settings' => 'admin.php?page=sndrpr_settings'
387
  ),
388
+ 'slider-bws/slider-bws.php' => array(
389
+ 'category' => array( 'content-and-media' ),
390
+ 'name' => 'Slider',
391
+ 'description' => __( 'The best responsive slider plugin for your WordPress website. Create beautifully animated slides just in a few clicks.', 'bestwebsoft' ),
392
+ 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/slider/?k=02acebf8531b2995e7de8474ae28e290&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
393
+ 'settings' => 'admin.php?page=slider-settings.php'
394
+ ),
395
  'bws-smtp/bws-smtp.php' => array(
396
  'category' => array( 'utilities' ),
397
  'name' => 'SMTP',
398
+ 'description' => __( 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.', 'bestwebsoft' ),
399
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
400
  'settings' => 'admin.php?page=bwssmtp_settings'
401
  ),
402
  'social-buttons-pack/social-buttons-pack.php' => array(
403
  'category' => array( 'social', 'recommended' ),
404
  'name' => 'Social Buttons Pack',
405
+ 'description' => __( 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, G+1, Pinterest, LinkedIn.', 'bestwebsoft' ),
406
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
407
  'settings' => 'admin.php?page=social-buttons.php',
408
  'pro_version' => 'social-buttons-pack-pro/social-buttons-pack-pro.php',
412
  'social-login-bws/social-login-bws.php' => array(
413
  'category' => array( 'social' ),
414
  'name' => 'Social Login',
415
+ 'description' => __( 'Add social media login, registration, and commenting to your WordPress website.', 'bestwebsoft' ),
416
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-login/?k=62817c9c94f24129e40894e1d9c3f49d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
417
  'settings' => 'admin.php?page=social-login.php'
418
  ),
419
  'subscriber/subscriber.php' => array(
420
  'category' => array( 'social', 'recommended' ),
421
  'name' => 'Subscriber',
422
+ 'description' => __( 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.', 'bestwebsoft' ),
423
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
424
  'settings' => 'admin.php?page=sbscrbr_settings_page',
425
  'pro_version' => 'subscriber-pro/subscriber-pro.php',
429
  'bws-testimonials/bws-testimonials.php' => array(
430
  'category' => array( 'content-and-media', 'recommended' ),
431
  'name' => 'Testimonials',
432
+ 'description' => __( 'Add testimonials and feedbacks from your customers to WordPress website posts, pages, and widgets.', 'bestwebsoft' ),
433
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
434
  'settings' => 'admin.php?page=testimonials.php'
435
  ),
436
  'timesheet/timesheet.php' => array(
437
  'category' => array( 'management' ),
438
  'name' => 'Timesheet',
439
+ 'description' => __( 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.', 'bestwebsoft' ),
440
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
441
  'settings' => 'admin.php?page=timesheet_settings',
442
  'pro_version' => 'timesheet-pro/timesheet-pro.php',
446
  'twitter-plugin/twitter.php' => array(
447
  'category' => array( 'social' ),
448
  'name' => 'Twitter',
449
+ 'description' => __( 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts and pages.', 'bestwebsoft' ),
450
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
451
  'settings' => 'admin.php?page=twitter.php',
452
  'pro_version' => 'twitter-pro/twitter-pro.php',
456
  'updater/updater.php' => array(
457
  'category' => array( 'utilities', 'recommended' ),
458
  'name' => 'Updater',
459
+ 'description' => __( 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.', 'bestwebsoft' ),
460
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
461
  'settings' => 'admin.php?page=updater-options',
462
  'pro_version' => 'updater-pro/updater_pro.php',
466
  'user-role/user-role.php' => array(
467
  'category' => array( 'utilities' ),
468
  'name' => 'User Role',
469
+ 'description' => __( 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.', 'bestwebsoft' ),
470
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
471
  'settings' => 'admin.php?page=user-role.php',
472
  'pro_version' => 'user-role-pro/user-role-pro.php',
476
  'visitors-online/visitors-online.php' => array(
477
  'category' => array( 'site-stats' ),
478
  'name' => 'Visitors Online',
479
+ 'description' => __( 'Display live count of online visitors who are currently browsing your WordPress website.', 'bestwebsoft' ),
480
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
481
  'settings' => 'admin.php?page=visitors-online.php',
482
  'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
486
  'zendesk-help-center/zendesk-help-center.php' => array(
487
  'category' => array( 'utilities' ),
488
  'name' => 'Zendesk Help Center',
489
+ 'description' => __( 'Backup and export Zendesk Help Center content automatically to your WordPress website database.', 'bestwebsoft' ),
490
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
491
  'settings' => 'admin.php?page=zendesk_hc.php&action=settings',
492
  'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
google-captcha.php CHANGED
@@ -6,7 +6,7 @@ Description: Protect WordPress website forms from spam entries with Google Captc
6
  Author: BestWebSoft
7
  Text Domain: google-captcha
8
  Domain Path: /languages
9
- Version: 1.29
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
@@ -57,7 +57,7 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
57
  }
58
 
59
  /* Function check if plugin is compatible with current WP version */
60
- bws_wp_min_version_check( plugin_basename( __FILE__ ), $gglcptch_plugin_info, '3.8' );
61
 
62
  $is_admin = is_admin() && ! defined( 'DOING_AJAX' );
63
  /* Call register settings function */
@@ -151,7 +151,7 @@ if ( ! function_exists( 'gglcptch_add_admin_script_styles' ) ) {
151
  if ( isset( $_REQUEST['page'] ) && 'google-captcha.php' == $_REQUEST['page'] ) {
152
  wp_enqueue_style( 'gglcptch_stylesheet', plugins_url( 'css/style.css', __FILE__ ), array(), $gglcptch_plugin_info['Version'] );
153
  wp_enqueue_script( 'gglcptch_admin_script', plugins_url( 'js/admin_script.js', __FILE__ ), array( 'jquery' ), $gglcptch_plugin_info['Version'] );
154
-
155
  bws_enqueue_settings_scripts();
156
 
157
  if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) {
6
  Author: BestWebSoft
7
  Text Domain: google-captcha
8
  Domain Path: /languages
9
+ Version: 1.30
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
57
  }
58
 
59
  /* Function check if plugin is compatible with current WP version */
60
+ bws_wp_min_version_check( plugin_basename( __FILE__ ), $gglcptch_plugin_info, '3.9' );
61
 
62
  $is_admin = is_admin() && ! defined( 'DOING_AJAX' );
63
  /* Call register settings function */
151
  if ( isset( $_REQUEST['page'] ) && 'google-captcha.php' == $_REQUEST['page'] ) {
152
  wp_enqueue_style( 'gglcptch_stylesheet', plugins_url( 'css/style.css', __FILE__ ), array(), $gglcptch_plugin_info['Version'] );
153
  wp_enqueue_script( 'gglcptch_admin_script', plugins_url( 'js/admin_script.js', __FILE__ ), array( 'jquery' ), $gglcptch_plugin_info['Version'] );
154
+
155
  bws_enqueue_settings_scripts();
156
 
157
  if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) {
includes/whitelist.php CHANGED
@@ -317,7 +317,7 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
317
  if ( ! $wpdb->last_error )
318
  $message = __( 'IP added to the whitelist successfully', 'google-captcha' );
319
  else
320
- $error = __( 'Some errors occured', 'google-captcha' );
321
  } else {
322
  $error = __( 'IP is already in the whitelist', 'google-captcha' );
323
  }
@@ -338,7 +338,7 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
338
  $gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
339
  update_option( 'gglcptch_options', $gglcptch_options );
340
  } else {
341
- $error = __( 'Some errors occured', 'google-captcha' );
342
  }
343
  }
344
  } elseif ( isset( $_GET['gglcptch_remove'] ) && check_admin_referer( 'gglcptch_nonce_remove_' . $_GET['gglcptch_remove'] ) ) {
@@ -348,7 +348,7 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
348
  $gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
349
  update_option( 'gglcptch_options', $gglcptch_options );
350
  } else {
351
- $error = __( 'Some errors occured', 'google-captcha' );
352
  }
353
  } elseif ( isset( $_POST['gglcptch_add_to_whitelist'] ) && empty( $_POST['gglcptch_add_to_whitelist'] ) && ! isset( $_POST['bws_hide_premium_options'] ) ) {
354
  $error = __( 'You have not entered any IP', 'google-captcha' );
317
  if ( ! $wpdb->last_error )
318
  $message = __( 'IP added to the whitelist successfully', 'google-captcha' );
319
  else
320
+ $error = __( 'Some errors occurred', 'google-captcha' );
321
  } else {
322
  $error = __( 'IP is already in the whitelist', 'google-captcha' );
323
  }
338
  $gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
339
  update_option( 'gglcptch_options', $gglcptch_options );
340
  } else {
341
+ $error = __( 'Some errors occurred', 'google-captcha' );
342
  }
343
  }
344
  } elseif ( isset( $_GET['gglcptch_remove'] ) && check_admin_referer( 'gglcptch_nonce_remove_' . $_GET['gglcptch_remove'] ) ) {
348
  $gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
349
  update_option( 'gglcptch_options', $gglcptch_options );
350
  } else {
351
+ $error = __( 'Some errors occurred', 'google-captcha' );
352
  }
353
  } elseif ( isset( $_POST['gglcptch_add_to_whitelist'] ) && empty( $_POST['gglcptch_add_to_whitelist'] ) && ! isset( $_POST['bws_hide_premium_options'] ) ) {
354
  $error = __( 'You have not entered any IP', 'google-captcha' );
languages/google-captcha-ar.mo CHANGED
Binary file
languages/google-captcha-ar.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 17:59+0300\n"
6
- "PO-Revision-Date: 2017-04-18 17:59+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: SAID MOULLA\n"
9
  "Language: uk-UA\n"
10
  "MIME-Version: 1.0\n"
@@ -21,105 +21,105 @@ msgstr ""
21
  "X-Loco-Target-Locale: uk_UA\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: google-captcha.php:34 google-captcha.php:602
25
  msgid "Google Captcha Settings"
26
  msgstr "إعدادات Google Captcha"
27
 
28
- #: google-captcha.php:254
29
  msgid "Please wait until Google reCAPTCHA is loaded."
30
  msgstr ""
31
 
32
- #: google-captcha.php:255
33
  msgid ""
34
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
35
  "reload this page."
36
  msgstr ""
37
 
38
- #: google-captcha.php:275
39
  msgid "Warning"
40
  msgstr "تحذير"
41
 
42
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
43
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
44
  msgid "Error"
45
  msgstr "خطأ"
46
 
47
- #: google-captcha.php:377
48
  msgid "You are in the whitelist"
49
  msgstr ""
50
 
51
- #: google-captcha.php:506
52
  #, fuzzy
53
  msgid "Site Key"
54
  msgstr "مفتاح الموقع"
55
 
56
- #: google-captcha.php:511
57
  msgid "Secret Key"
58
  msgstr "المفتاح السري"
59
 
60
- #: google-captcha.php:518 google-captcha.php:519
61
  #, fuzzy
62
  msgid "Version"
63
  msgstr "النسخة"
64
 
65
- #: google-captcha.php:520
66
  #, fuzzy
67
  msgid "Invisible reCAPTCHA"
68
  msgstr "تفعيل التحقق بالصورة ل"
69
 
70
- #: google-captcha.php:525
71
  msgid "Login form"
72
  msgstr "فورم تسجيل الدخول"
73
 
74
- #: google-captcha.php:526
75
  msgid "Registration form"
76
  msgstr "فورم التسجيل"
77
 
78
- #: google-captcha.php:527
79
  msgid "Reset password form"
80
  msgstr "فورم إعادة تعيين كلمة السر"
81
 
82
- #: google-captcha.php:528
83
  msgid "Comments form"
84
  msgstr "فورم التعليقات"
85
 
86
- #: google-captcha.php:547
87
  msgid "Enter site key"
88
  msgstr "أدخل مفتاح الموقع"
89
 
90
- #: google-captcha.php:548 google-captcha.php:554
91
  msgid "WARNING: The captcha will not display while you don't fill key fields."
92
  msgstr "تحذير: الكابتشا لن تعمل في حالة عدم إدخال المفاتيح."
93
 
94
- #: google-captcha.php:553
95
  msgid "Enter secret key"
96
  msgstr "أدخل المفتاح السري"
97
 
98
- #: google-captcha.php:581
99
  msgid "Settings saved"
100
  msgstr "تم حفظ الإعدادات"
101
 
102
- #: google-captcha.php:587
103
  msgid "All plugin settings were restored"
104
  msgstr "لقد تم استعادة كافة إعدادات الإضافة"
105
 
106
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
107
  msgid "Settings"
108
  msgstr "إعدادات"
109
 
110
- #: google-captcha.php:605
111
  msgid "Whitelist"
112
  msgstr ""
113
 
114
- #: google-captcha.php:606
115
  msgid "Custom code"
116
  msgstr "شفرة مخصصة"
117
 
118
- #: google-captcha.php:607
119
  msgid "Go PRO"
120
  msgstr "الترقية إلى النسخة المتقدمة"
121
 
122
- #: google-captcha.php:612
123
  msgid ""
124
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
125
  "version 1 features."
@@ -127,7 +127,7 @@ msgstr ""
127
  "يمكن استعراض (كابتشا) واحدة فقط في هذه الصفحة، وهي مرتبطة بمميزات النسخة "
128
  "الأولى منها"
129
 
130
- #: google-captcha.php:627
131
  #, php-format
132
  msgid ""
133
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -136,7 +136,7 @@ msgstr ""
136
  "إذا كنت ترغب في تفعيل خاصية التحقق بالصورة (الكابتشا) في الصفحة أو التدوينة، "
137
  "الرجاء استخدام الزر %s"
138
 
139
- #: google-captcha.php:631
140
  #, php-format
141
  msgid ""
142
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -149,162 +149,161 @@ msgstr ""
149
  "الزر يمكنك إضافة (الكابتشا) في النموذج الخاص بك، عن طريق استخدام الشفرة "
150
  "التالية %s"
151
 
152
- #: google-captcha.php:637
153
  msgid "Authentication"
154
  msgstr "المصادقة"
155
 
156
- #: google-captcha.php:638
157
  #, php-format
158
  msgid ""
159
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
160
  "your API keys %shere%s"
161
  msgstr ""
162
 
163
- #: google-captcha.php:653
164
  msgid "Test Keys"
165
  msgstr "اختبار المفاتيح"
166
 
167
- #: google-captcha.php:656
168
  msgid "Options"
169
  msgstr "خيارات"
170
 
171
- #: google-captcha.php:659
172
  msgid "Enable reCAPTCHA for"
173
  msgstr "تفعيل التحقق بالصورة ل"
174
 
175
- #: google-captcha.php:663
176
  msgid "WordPress default"
177
  msgstr "الافتراضي في الووردبريس"
178
 
179
- #: google-captcha.php:672
180
  msgid "This option is available only for network or for main blog"
181
  msgstr "هذا الخيار متوفر فقط للشبكات أو للمدونة الرئيسية"
182
 
183
- #: google-captcha.php:681
184
  msgid "Plugins"
185
  msgstr "الإضافات"
186
 
187
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
188
- #: google-captcha.php:729
189
  #, php-format
190
  msgid "You should %s to use this functionality"
191
  msgstr "يتوجب عليك %s لاستخدام هذه الخصائص"
192
 
193
- #: google-captcha.php:690 google-captcha.php:725
194
  msgid "activate"
195
  msgstr "تفعيل"
196
 
197
- #: google-captcha.php:690 google-captcha.php:725
198
  msgid "for network"
199
  msgstr "للشبكة"
200
 
201
- #: google-captcha.php:695 google-captcha.php:730
202
  msgid "download"
203
  msgstr "تحميل"
204
 
205
- #: google-captcha.php:699
206
  msgid "Check off for adding captcha to forms on their settings pages"
207
  msgstr "اختر \"تعطيل\" لإضافة \"الكابتشا\" إلى النماذج في صفحات إعداداتها"
208
 
209
- #: google-captcha.php:742
210
  #, php-format
211
  msgid ""
212
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
213
  msgstr "إذا كنت تود استخدام (الكابتشا) في نموذج مخصص يرجى الإطلاع على %s"
214
 
215
- #: google-captcha.php:742 google-captcha.php:1356
216
  msgid "FAQ"
217
  msgstr "أسئلة شائعة"
218
 
219
- #: google-captcha.php:747
220
  #, fuzzy
221
  msgid "Hide reCAPTCHA in Comments Form for"
222
  msgstr "إخفاء (الكابتشا) في التعليقات ل"
223
 
224
- #: google-captcha.php:759
225
  #, fuzzy
226
  msgid "Whitelist Notification"
227
  msgstr "اختبار التحقق"
228
 
229
- #: google-captcha.php:763
230
  msgid ""
231
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
232
  "added to the whitelist"
233
  msgstr ""
234
 
235
- #: google-captcha.php:769
236
  #, fuzzy
237
  msgid "reCAPTCHA Version"
238
  msgstr "نسخة الكابتشا"
239
 
240
- #: google-captcha.php:779
241
  msgid ""
242
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
243
  "ones will have to pass the captcha"
244
  msgstr ""
245
 
246
- #: google-captcha.php:787 google-captcha.php:800
247
  #, fuzzy
248
  msgid "reCAPTCHA Theme"
249
  msgstr "استايل الكابتشا:"
250
 
251
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
252
  msgid "for version"
253
  msgstr "للنسخة"
254
 
255
- #: google-captcha.php:813
256
  msgid "Save Changes"
257
  msgstr "حفظ التغييرات"
258
 
259
- #: google-captcha.php:877 google-captcha.php:1375
260
  msgid "To use Google Captcha you must get the keys from"
261
  msgstr "لتتمكن من استخدام Google Captcha لابد من الحصول على المفاتيح من"
262
 
263
- #: google-captcha.php:878 google-captcha.php:1376
264
  msgid "here"
265
  msgstr "هنا"
266
 
267
- #: google-captcha.php:879 google-captcha.php:1377
268
  msgid "and enter them on the"
269
  msgstr "ثم أدخلهم في"
270
 
271
- #: google-captcha.php:881 google-captcha.php:1379
272
  msgid "plugin setting page"
273
  msgstr "صفحة إعدادات الإضافة"
274
 
275
- #: google-captcha.php:1082
276
  #, fuzzy
277
  msgid "User response is missing."
278
  msgstr "إجابة المستخدم غير موجودة"
279
 
280
- #: google-captcha.php:1086 google-captcha.php:1094
281
  #, fuzzy
282
  msgid "Secret Key is invalid"
283
  msgstr "المفتاح السري غير صحيح"
284
 
285
- #: google-captcha.php:1087 google-captcha.php:1095
286
  msgid "Check your domain configuration"
287
  msgstr "تحقق من إعدادات النطاق الخاص بك"
288
 
289
- #: google-captcha.php:1088 google-captcha.php:1096
290
  msgid "and enter it again"
291
  msgstr "تم أدخله من جديد"
292
 
293
- #: google-captcha.php:1091
294
  #, fuzzy
295
  msgid "Secret Key is missing."
296
  msgstr "المفتاح السري غير موجود"
297
 
298
- #: google-captcha.php:1098
299
  #, fuzzy
300
  msgid "User response is invalid"
301
  msgstr "إجابة المستخدم خاطئة"
302
 
303
- #: google-captcha.php:1099
304
  msgid "You have entered an incorrect reCAPTCHA value."
305
  msgstr "لقد أدخلت الرمز بشكل خاطئ"
306
 
307
- #: google-captcha.php:1100
308
  #, fuzzy
309
  msgid ""
310
  "More than one reCAPTCHA has been found in the current form. Please remove "
@@ -313,24 +312,24 @@ msgstr ""
313
  "لقد تم اكتشاف أكثر من (كابتشا) في النموذج الحالي، وهذا ما سيتسبب في عدم "
314
  "عملها بشكل صحيح، لذا قم بإزالة كافة (الكابتشا) التي لا حاجة لها."
315
 
316
- #: google-captcha.php:1246
317
  #, fuzzy
318
  msgid "Click the BACK button on your browser, and try again."
319
  msgstr "خطأ: لقد أدخلت الرمز بشكل خاطئ. اضغط زر الرجوع في المتصفح وحاول مجددا."
320
 
321
- #: google-captcha.php:1291
322
  msgid "Please, complete the captcha and submit \"Test verification\""
323
  msgstr "الرجاء اتمام الرمز واعتماد \"اختبار التحقق\""
324
 
325
- #: google-captcha.php:1295
326
  msgid "Test verification"
327
  msgstr "اختبار التحقق"
328
 
329
- #: google-captcha.php:1316
330
  msgid "The verification is successfully completed"
331
  msgstr "عملية التحقق تمت بنجاح"
332
 
333
- #: google-captcha.php:1357
334
  msgid "Support"
335
  msgstr "الدعم الفني"
336
 
@@ -393,7 +392,7 @@ msgstr ""
393
 
394
  #: includes/whitelist.php:320 includes/whitelist.php:341
395
  #: includes/whitelist.php:351
396
- msgid "Some errors occured"
397
  msgstr ""
398
 
399
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:25+0300\n"
6
+ "PO-Revision-Date: 2017-05-16 09:25+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: SAID MOULLA\n"
9
  "Language: uk-UA\n"
10
  "MIME-Version: 1.0\n"
21
  "X-Loco-Target-Locale: uk_UA\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: google-captcha.php:34 google-captcha.php:593
25
  msgid "Google Captcha Settings"
26
  msgstr "إعدادات Google Captcha"
27
 
28
+ #: google-captcha.php:248
29
  msgid "Please wait until Google reCAPTCHA is loaded."
30
  msgstr ""
31
 
32
+ #: google-captcha.php:249
33
  msgid ""
34
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
35
  "reload this page."
36
  msgstr ""
37
 
38
+ #: google-captcha.php:269
39
  msgid "Warning"
40
  msgstr "تحذير"
41
 
42
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
43
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
44
  msgid "Error"
45
  msgstr "خطأ"
46
 
47
+ #: google-captcha.php:371
48
  msgid "You are in the whitelist"
49
  msgstr ""
50
 
51
+ #: google-captcha.php:498
52
  #, fuzzy
53
  msgid "Site Key"
54
  msgstr "مفتاح الموقع"
55
 
56
+ #: google-captcha.php:503
57
  msgid "Secret Key"
58
  msgstr "المفتاح السري"
59
 
60
+ #: google-captcha.php:510 google-captcha.php:511
61
  #, fuzzy
62
  msgid "Version"
63
  msgstr "النسخة"
64
 
65
+ #: google-captcha.php:512
66
  #, fuzzy
67
  msgid "Invisible reCAPTCHA"
68
  msgstr "تفعيل التحقق بالصورة ل"
69
 
70
+ #: google-captcha.php:517
71
  msgid "Login form"
72
  msgstr "فورم تسجيل الدخول"
73
 
74
+ #: google-captcha.php:518
75
  msgid "Registration form"
76
  msgstr "فورم التسجيل"
77
 
78
+ #: google-captcha.php:519
79
  msgid "Reset password form"
80
  msgstr "فورم إعادة تعيين كلمة السر"
81
 
82
+ #: google-captcha.php:520
83
  msgid "Comments form"
84
  msgstr "فورم التعليقات"
85
 
86
+ #: google-captcha.php:539
87
  msgid "Enter site key"
88
  msgstr "أدخل مفتاح الموقع"
89
 
90
+ #: google-captcha.php:540 google-captcha.php:546
91
  msgid "WARNING: The captcha will not display while you don't fill key fields."
92
  msgstr "تحذير: الكابتشا لن تعمل في حالة عدم إدخال المفاتيح."
93
 
94
+ #: google-captcha.php:545
95
  msgid "Enter secret key"
96
  msgstr "أدخل المفتاح السري"
97
 
98
+ #: google-captcha.php:572
99
  msgid "Settings saved"
100
  msgstr "تم حفظ الإعدادات"
101
 
102
+ #: google-captcha.php:578
103
  msgid "All plugin settings were restored"
104
  msgstr "لقد تم استعادة كافة إعدادات الإضافة"
105
 
106
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
107
  msgid "Settings"
108
  msgstr "إعدادات"
109
 
110
+ #: google-captcha.php:596
111
  msgid "Whitelist"
112
  msgstr ""
113
 
114
+ #: google-captcha.php:597
115
  msgid "Custom code"
116
  msgstr "شفرة مخصصة"
117
 
118
+ #: google-captcha.php:598
119
  msgid "Go PRO"
120
  msgstr "الترقية إلى النسخة المتقدمة"
121
 
122
+ #: google-captcha.php:603
123
  msgid ""
124
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
125
  "version 1 features."
127
  "يمكن استعراض (كابتشا) واحدة فقط في هذه الصفحة، وهي مرتبطة بمميزات النسخة "
128
  "الأولى منها"
129
 
130
+ #: google-captcha.php:618
131
  #, php-format
132
  msgid ""
133
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
136
  "إذا كنت ترغب في تفعيل خاصية التحقق بالصورة (الكابتشا) في الصفحة أو التدوينة، "
137
  "الرجاء استخدام الزر %s"
138
 
139
+ #: google-captcha.php:622
140
  #, php-format
141
  msgid ""
142
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
149
  "الزر يمكنك إضافة (الكابتشا) في النموذج الخاص بك، عن طريق استخدام الشفرة "
150
  "التالية %s"
151
 
152
+ #: google-captcha.php:628
153
  msgid "Authentication"
154
  msgstr "المصادقة"
155
 
156
+ #: google-captcha.php:629
157
  #, php-format
158
  msgid ""
159
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
160
  "your API keys %shere%s"
161
  msgstr ""
162
 
163
+ #: google-captcha.php:644
164
  msgid "Test Keys"
165
  msgstr "اختبار المفاتيح"
166
 
167
+ #: google-captcha.php:647
168
  msgid "Options"
169
  msgstr "خيارات"
170
 
171
+ #: google-captcha.php:650
172
  msgid "Enable reCAPTCHA for"
173
  msgstr "تفعيل التحقق بالصورة ل"
174
 
175
+ #: google-captcha.php:654
176
  msgid "WordPress default"
177
  msgstr "الافتراضي في الووردبريس"
178
 
179
+ #: google-captcha.php:663
180
  msgid "This option is available only for network or for main blog"
181
  msgstr "هذا الخيار متوفر فقط للشبكات أو للمدونة الرئيسية"
182
 
183
+ #: google-captcha.php:672
184
  msgid "Plugins"
185
  msgstr "الإضافات"
186
 
187
+ #: google-captcha.php:680 google-captcha.php:685
 
188
  #, php-format
189
  msgid "You should %s to use this functionality"
190
  msgstr "يتوجب عليك %s لاستخدام هذه الخصائص"
191
 
192
+ #: google-captcha.php:681
193
  msgid "activate"
194
  msgstr "تفعيل"
195
 
196
+ #: google-captcha.php:681
197
  msgid "for network"
198
  msgstr "للشبكة"
199
 
200
+ #: google-captcha.php:686
201
  msgid "download"
202
  msgstr "تحميل"
203
 
204
+ #: google-captcha.php:690
205
  msgid "Check off for adding captcha to forms on their settings pages"
206
  msgstr "اختر \"تعطيل\" لإضافة \"الكابتشا\" إلى النماذج في صفحات إعداداتها"
207
 
208
+ #: google-captcha.php:699
209
  #, php-format
210
  msgid ""
211
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
212
  msgstr "إذا كنت تود استخدام (الكابتشا) في نموذج مخصص يرجى الإطلاع على %s"
213
 
214
+ #: google-captcha.php:699 google-captcha.php:1296
215
  msgid "FAQ"
216
  msgstr "أسئلة شائعة"
217
 
218
+ #: google-captcha.php:704
219
  #, fuzzy
220
  msgid "Hide reCAPTCHA in Comments Form for"
221
  msgstr "إخفاء (الكابتشا) في التعليقات ل"
222
 
223
+ #: google-captcha.php:716
224
  #, fuzzy
225
  msgid "Whitelist Notification"
226
  msgstr "اختبار التحقق"
227
 
228
+ #: google-captcha.php:720
229
  msgid ""
230
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
231
  "added to the whitelist"
232
  msgstr ""
233
 
234
+ #: google-captcha.php:726
235
  #, fuzzy
236
  msgid "reCAPTCHA Version"
237
  msgstr "نسخة الكابتشا"
238
 
239
+ #: google-captcha.php:736
240
  msgid ""
241
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
242
  "ones will have to pass the captcha"
243
  msgstr ""
244
 
245
+ #: google-captcha.php:744 google-captcha.php:757
246
  #, fuzzy
247
  msgid "reCAPTCHA Theme"
248
  msgstr "استايل الكابتشا:"
249
 
250
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
251
  msgid "for version"
252
  msgstr "للنسخة"
253
 
254
+ #: google-captcha.php:770
255
  msgid "Save Changes"
256
  msgstr "حفظ التغييرات"
257
 
258
+ #: google-captcha.php:834 google-captcha.php:1315
259
  msgid "To use Google Captcha you must get the keys from"
260
  msgstr "لتتمكن من استخدام Google Captcha لابد من الحصول على المفاتيح من"
261
 
262
+ #: google-captcha.php:835 google-captcha.php:1316
263
  msgid "here"
264
  msgstr "هنا"
265
 
266
+ #: google-captcha.php:836 google-captcha.php:1317
267
  msgid "and enter them on the"
268
  msgstr "ثم أدخلهم في"
269
 
270
+ #: google-captcha.php:838 google-captcha.php:1319
271
  msgid "plugin setting page"
272
  msgstr "صفحة إعدادات الإضافة"
273
 
274
+ #: google-captcha.php:1041
275
  #, fuzzy
276
  msgid "User response is missing."
277
  msgstr "إجابة المستخدم غير موجودة"
278
 
279
+ #: google-captcha.php:1045 google-captcha.php:1053
280
  #, fuzzy
281
  msgid "Secret Key is invalid"
282
  msgstr "المفتاح السري غير صحيح"
283
 
284
+ #: google-captcha.php:1046 google-captcha.php:1054
285
  msgid "Check your domain configuration"
286
  msgstr "تحقق من إعدادات النطاق الخاص بك"
287
 
288
+ #: google-captcha.php:1047 google-captcha.php:1055
289
  msgid "and enter it again"
290
  msgstr "تم أدخله من جديد"
291
 
292
+ #: google-captcha.php:1050
293
  #, fuzzy
294
  msgid "Secret Key is missing."
295
  msgstr "المفتاح السري غير موجود"
296
 
297
+ #: google-captcha.php:1057
298
  #, fuzzy
299
  msgid "User response is invalid"
300
  msgstr "إجابة المستخدم خاطئة"
301
 
302
+ #: google-captcha.php:1058
303
  msgid "You have entered an incorrect reCAPTCHA value."
304
  msgstr "لقد أدخلت الرمز بشكل خاطئ"
305
 
306
+ #: google-captcha.php:1059
307
  #, fuzzy
308
  msgid ""
309
  "More than one reCAPTCHA has been found in the current form. Please remove "
312
  "لقد تم اكتشاف أكثر من (كابتشا) في النموذج الحالي، وهذا ما سيتسبب في عدم "
313
  "عملها بشكل صحيح، لذا قم بإزالة كافة (الكابتشا) التي لا حاجة لها."
314
 
315
+ #: google-captcha.php:1205
316
  #, fuzzy
317
  msgid "Click the BACK button on your browser, and try again."
318
  msgstr "خطأ: لقد أدخلت الرمز بشكل خاطئ. اضغط زر الرجوع في المتصفح وحاول مجددا."
319
 
320
+ #: google-captcha.php:1230
321
  msgid "Please, complete the captcha and submit \"Test verification\""
322
  msgstr "الرجاء اتمام الرمز واعتماد \"اختبار التحقق\""
323
 
324
+ #: google-captcha.php:1235
325
  msgid "Test verification"
326
  msgstr "اختبار التحقق"
327
 
328
+ #: google-captcha.php:1256
329
  msgid "The verification is successfully completed"
330
  msgstr "عملية التحقق تمت بنجاح"
331
 
332
+ #: google-captcha.php:1297
333
  msgid "Support"
334
  msgstr "الدعم الفني"
335
 
392
 
393
  #: includes/whitelist.php:320 includes/whitelist.php:341
394
  #: includes/whitelist.php:351
395
+ msgid "Some errors occurred"
396
  msgstr ""
397
 
398
  #: includes/whitelist.php:322
languages/google-captcha-bg_BG.mo CHANGED
Binary file
languages/google-captcha-bg_BG.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:01+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Yasen Georgiev <me@ygeorgiev.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
@@ -16,113 +16,113 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-captcha.php:34 google-captcha.php:602
20
  msgid "Google Captcha Settings"
21
  msgstr "Настройки на Google Captcha"
22
 
23
- #: google-captcha.php:254
24
  msgid "Please wait until Google reCAPTCHA is loaded."
25
  msgstr ""
26
 
27
- #: google-captcha.php:255
28
  msgid ""
29
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
30
  "reload this page."
31
  msgstr ""
32
 
33
- #: google-captcha.php:275
34
  msgid "Warning"
35
  msgstr ""
36
 
37
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
38
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
39
  msgid "Error"
40
  msgstr ""
41
 
42
- #: google-captcha.php:377
43
  msgid "You are in the whitelist"
44
  msgstr ""
45
 
46
- #: google-captcha.php:506
47
  #, fuzzy
48
  msgid "Site Key"
49
  msgstr "Ключ"
50
 
51
- #: google-captcha.php:511
52
  msgid "Secret Key"
53
  msgstr "Секретен ключ"
54
 
55
- #: google-captcha.php:518 google-captcha.php:519
56
  #, fuzzy
57
  msgid "Version"
58
  msgstr "версия"
59
 
60
- #: google-captcha.php:520
61
  msgid "Invisible reCAPTCHA"
62
  msgstr ""
63
 
64
- #: google-captcha.php:525
65
  msgid "Login form"
66
  msgstr "Форма за вход"
67
 
68
- #: google-captcha.php:526
69
  msgid "Registration form"
70
  msgstr "Форма регистрация"
71
 
72
- #: google-captcha.php:527
73
  msgid "Reset password form"
74
  msgstr "Форма за възстановяване на парола"
75
 
76
- #: google-captcha.php:528
77
  msgid "Comments form"
78
  msgstr "Форма за коментиране"
79
 
80
- #: google-captcha.php:547
81
  msgid "Enter site key"
82
  msgstr "Въведете ключ"
83
 
84
- #: google-captcha.php:548 google-captcha.php:554
85
  msgid "WARNING: The captcha will not display while you don't fill key fields."
86
  msgstr ""
87
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha няма да се покаже докато не въведете "
88
  "ключовите полета."
89
 
90
- #: google-captcha.php:553
91
  msgid "Enter secret key"
92
  msgstr "Въведете секретен ключ"
93
 
94
- #: google-captcha.php:581
95
  msgid "Settings saved"
96
  msgstr "Настройките бяха запазени успешно."
97
 
98
- #: google-captcha.php:587
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "настройките на плъгина"
102
 
103
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
104
  msgid "Settings"
105
  msgstr "Настройки"
106
 
107
- #: google-captcha.php:605
108
  msgid "Whitelist"
109
  msgstr ""
110
 
111
- #: google-captcha.php:606
112
  msgid "Custom code"
113
  msgstr ""
114
 
115
- #: google-captcha.php:607
116
  msgid "Go PRO"
117
  msgstr ""
118
 
119
- #: google-captcha.php:612
120
  msgid ""
121
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
122
  "version 1 features."
123
  msgstr ""
124
 
125
- #: google-captcha.php:627
126
  #, fuzzy, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -131,7 +131,7 @@ msgstr ""
131
  "Ако искате да добавите Google Captcha към Ваша собствена форма, проста "
132
  "копирайте и поставете този код на желаната публикация или страница:"
133
 
134
- #: google-captcha.php:631
135
  #, php-format
136
  msgid ""
137
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -140,191 +140,190 @@ msgid ""
140
  "your own form , please use the shortcode %s"
141
  msgstr ""
142
 
143
- #: google-captcha.php:637
144
  msgid "Authentication"
145
  msgstr "Идентификация"
146
 
147
- #: google-captcha.php:638
148
  #, php-format
149
  msgid ""
150
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
151
  "your API keys %shere%s"
152
  msgstr ""
153
 
154
- #: google-captcha.php:653
155
  #, fuzzy
156
  msgid "Test Keys"
157
  msgstr "Секретен ключ"
158
 
159
- #: google-captcha.php:656
160
  msgid "Options"
161
  msgstr "Опции"
162
 
163
- #: google-captcha.php:659
164
  msgid "Enable reCAPTCHA for"
165
  msgstr ""
166
 
167
- #: google-captcha.php:663
168
  msgid "WordPress default"
169
  msgstr ""
170
 
171
- #: google-captcha.php:672
172
  msgid "This option is available only for network or for main blog"
173
  msgstr ""
174
 
175
- #: google-captcha.php:681
176
  #, fuzzy
177
  msgid "Plugins"
178
  msgstr "Страница с плъгини"
179
 
180
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
181
- #: google-captcha.php:729
182
  #, php-format
183
  msgid "You should %s to use this functionality"
184
  msgstr ""
185
 
186
- #: google-captcha.php:690 google-captcha.php:725
187
  #, fuzzy
188
  msgid "activate"
189
  msgstr "Активировать Contact form"
190
 
191
- #: google-captcha.php:690 google-captcha.php:725
192
  msgid "for network"
193
  msgstr ""
194
 
195
- #: google-captcha.php:695 google-captcha.php:730
196
  msgid "download"
197
  msgstr ""
198
 
199
- #: google-captcha.php:699
200
  msgid "Check off for adding captcha to forms on their settings pages"
201
  msgstr ""
202
 
203
- #: google-captcha.php:742
204
  #, php-format
205
  msgid ""
206
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
207
  msgstr ""
208
 
209
- #: google-captcha.php:742 google-captcha.php:1356
210
  msgid "FAQ"
211
  msgstr "ЧЗВ"
212
 
213
- #: google-captcha.php:747
214
  #, fuzzy
215
  msgid "Hide reCAPTCHA in Comments Form for"
216
  msgstr "за reCAPTCHA версия"
217
 
218
- #: google-captcha.php:759
219
  #, fuzzy
220
  msgid "Whitelist Notification"
221
  msgstr "Идентификация"
222
 
223
- #: google-captcha.php:763
224
  msgid ""
225
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
226
  "added to the whitelist"
227
  msgstr ""
228
 
229
- #: google-captcha.php:769
230
  #, fuzzy
231
  msgid "reCAPTCHA Version"
232
  msgstr "Версия на reCAPTCHA:"
233
 
234
- #: google-captcha.php:779
235
  msgid ""
236
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
237
  "ones will have to pass the captcha"
238
  msgstr ""
239
 
240
- #: google-captcha.php:787 google-captcha.php:800
241
  #, fuzzy
242
  msgid "reCAPTCHA Theme"
243
  msgstr "Версия на reCAPTCHA:"
244
 
245
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
246
  #, fuzzy
247
  msgid "for version"
248
  msgstr "версия"
249
 
250
- #: google-captcha.php:813
251
  msgid "Save Changes"
252
  msgstr "Запази промените"
253
 
254
- #: google-captcha.php:877 google-captcha.php:1375
255
  msgid "To use Google Captcha you must get the keys from"
256
  msgstr "За да използвате Google Captcha трябва да вземете ключовете от"
257
 
258
- #: google-captcha.php:878 google-captcha.php:1376
259
  msgid "here"
260
  msgstr "тук"
261
 
262
- #: google-captcha.php:879 google-captcha.php:1377
263
  msgid "and enter them on the"
264
  msgstr "и да ги въведете в"
265
 
266
- #: google-captcha.php:881 google-captcha.php:1379
267
  msgid "plugin setting page"
268
  msgstr "настройките на плъгина"
269
 
270
- #: google-captcha.php:1082
271
  msgid "User response is missing."
272
  msgstr ""
273
 
274
- #: google-captcha.php:1086 google-captcha.php:1094
275
  #, fuzzy
276
  msgid "Secret Key is invalid"
277
  msgstr "Секретен ключ"
278
 
279
- #: google-captcha.php:1087 google-captcha.php:1095
280
  msgid "Check your domain configuration"
281
  msgstr ""
282
 
283
- #: google-captcha.php:1088 google-captcha.php:1096
284
  #, fuzzy
285
  msgid "and enter it again"
286
  msgstr "и да ги въведете в"
287
 
288
- #: google-captcha.php:1091
289
  #, fuzzy
290
  msgid "Secret Key is missing."
291
  msgstr "Секретен ключ"
292
 
293
- #: google-captcha.php:1098
294
  msgid "User response is invalid"
295
  msgstr ""
296
 
297
- #: google-captcha.php:1099
298
  #, fuzzy
299
  msgid "You have entered an incorrect reCAPTCHA value."
300
  msgstr "Грешка: Въвели сте невалиден анти-спам код."
301
 
302
- #: google-captcha.php:1100
303
  msgid ""
304
  "More than one reCAPTCHA has been found in the current form. Please remove "
305
  "all unnecessary reCAPTCHA fields to make it work properly."
306
  msgstr ""
307
 
308
- #: google-captcha.php:1246
309
  #, fuzzy
310
  msgid "Click the BACK button on your browser, and try again."
311
  msgstr ""
312
  "Грешка: Въвели сте невалиден анти-спам код. Натиснете бутона НАЗАД в "
313
  "браузъра и опитайте отново."
314
 
315
- #: google-captcha.php:1291
316
  msgid "Please, complete the captcha and submit \"Test verification\""
317
  msgstr ""
318
 
319
- #: google-captcha.php:1295
320
  msgid "Test verification"
321
  msgstr ""
322
 
323
- #: google-captcha.php:1316
324
  msgid "The verification is successfully completed"
325
  msgstr ""
326
 
327
- #: google-captcha.php:1357
328
  msgid "Support"
329
  msgstr "Поддръжка"
330
 
@@ -387,7 +386,7 @@ msgstr ""
387
 
388
  #: includes/whitelist.php:320 includes/whitelist.php:341
389
  #: includes/whitelist.php:351
390
- msgid "Some errors occured"
391
  msgstr ""
392
 
393
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:25+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Yasen Georgiev <me@ygeorgiev.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: google-captcha.php:34 google-captcha.php:593
20
  msgid "Google Captcha Settings"
21
  msgstr "Настройки на Google Captcha"
22
 
23
+ #: google-captcha.php:248
24
  msgid "Please wait until Google reCAPTCHA is loaded."
25
  msgstr ""
26
 
27
+ #: google-captcha.php:249
28
  msgid ""
29
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
30
  "reload this page."
31
  msgstr ""
32
 
33
+ #: google-captcha.php:269
34
  msgid "Warning"
35
  msgstr ""
36
 
37
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
38
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
39
  msgid "Error"
40
  msgstr ""
41
 
42
+ #: google-captcha.php:371
43
  msgid "You are in the whitelist"
44
  msgstr ""
45
 
46
+ #: google-captcha.php:498
47
  #, fuzzy
48
  msgid "Site Key"
49
  msgstr "Ключ"
50
 
51
+ #: google-captcha.php:503
52
  msgid "Secret Key"
53
  msgstr "Секретен ключ"
54
 
55
+ #: google-captcha.php:510 google-captcha.php:511
56
  #, fuzzy
57
  msgid "Version"
58
  msgstr "версия"
59
 
60
+ #: google-captcha.php:512
61
  msgid "Invisible reCAPTCHA"
62
  msgstr ""
63
 
64
+ #: google-captcha.php:517
65
  msgid "Login form"
66
  msgstr "Форма за вход"
67
 
68
+ #: google-captcha.php:518
69
  msgid "Registration form"
70
  msgstr "Форма регистрация"
71
 
72
+ #: google-captcha.php:519
73
  msgid "Reset password form"
74
  msgstr "Форма за възстановяване на парола"
75
 
76
+ #: google-captcha.php:520
77
  msgid "Comments form"
78
  msgstr "Форма за коментиране"
79
 
80
+ #: google-captcha.php:539
81
  msgid "Enter site key"
82
  msgstr "Въведете ключ"
83
 
84
+ #: google-captcha.php:540 google-captcha.php:546
85
  msgid "WARNING: The captcha will not display while you don't fill key fields."
86
  msgstr ""
87
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha няма да се покаже докато не въведете "
88
  "ключовите полета."
89
 
90
+ #: google-captcha.php:545
91
  msgid "Enter secret key"
92
  msgstr "Въведете секретен ключ"
93
 
94
+ #: google-captcha.php:572
95
  msgid "Settings saved"
96
  msgstr "Настройките бяха запазени успешно."
97
 
98
+ #: google-captcha.php:578
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "настройките на плъгина"
102
 
103
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
104
  msgid "Settings"
105
  msgstr "Настройки"
106
 
107
+ #: google-captcha.php:596
108
  msgid "Whitelist"
109
  msgstr ""
110
 
111
+ #: google-captcha.php:597
112
  msgid "Custom code"
113
  msgstr ""
114
 
115
+ #: google-captcha.php:598
116
  msgid "Go PRO"
117
  msgstr ""
118
 
119
+ #: google-captcha.php:603
120
  msgid ""
121
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
122
  "version 1 features."
123
  msgstr ""
124
 
125
+ #: google-captcha.php:618
126
  #, fuzzy, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
131
  "Ако искате да добавите Google Captcha към Ваша собствена форма, проста "
132
  "копирайте и поставете този код на желаната публикация или страница:"
133
 
134
+ #: google-captcha.php:622
135
  #, php-format
136
  msgid ""
137
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
140
  "your own form , please use the shortcode %s"
141
  msgstr ""
142
 
143
+ #: google-captcha.php:628
144
  msgid "Authentication"
145
  msgstr "Идентификация"
146
 
147
+ #: google-captcha.php:629
148
  #, php-format
149
  msgid ""
150
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
151
  "your API keys %shere%s"
152
  msgstr ""
153
 
154
+ #: google-captcha.php:644
155
  #, fuzzy
156
  msgid "Test Keys"
157
  msgstr "Секретен ключ"
158
 
159
+ #: google-captcha.php:647
160
  msgid "Options"
161
  msgstr "Опции"
162
 
163
+ #: google-captcha.php:650
164
  msgid "Enable reCAPTCHA for"
165
  msgstr ""
166
 
167
+ #: google-captcha.php:654
168
  msgid "WordPress default"
169
  msgstr ""
170
 
171
+ #: google-captcha.php:663
172
  msgid "This option is available only for network or for main blog"
173
  msgstr ""
174
 
175
+ #: google-captcha.php:672
176
  #, fuzzy
177
  msgid "Plugins"
178
  msgstr "Страница с плъгини"
179
 
180
+ #: google-captcha.php:680 google-captcha.php:685
 
181
  #, php-format
182
  msgid "You should %s to use this functionality"
183
  msgstr ""
184
 
185
+ #: google-captcha.php:681
186
  #, fuzzy
187
  msgid "activate"
188
  msgstr "Активировать Contact form"
189
 
190
+ #: google-captcha.php:681
191
  msgid "for network"
192
  msgstr ""
193
 
194
+ #: google-captcha.php:686
195
  msgid "download"
196
  msgstr ""
197
 
198
+ #: google-captcha.php:690
199
  msgid "Check off for adding captcha to forms on their settings pages"
200
  msgstr ""
201
 
202
+ #: google-captcha.php:699
203
  #, php-format
204
  msgid ""
205
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
206
  msgstr ""
207
 
208
+ #: google-captcha.php:699 google-captcha.php:1296
209
  msgid "FAQ"
210
  msgstr "ЧЗВ"
211
 
212
+ #: google-captcha.php:704
213
  #, fuzzy
214
  msgid "Hide reCAPTCHA in Comments Form for"
215
  msgstr "за reCAPTCHA версия"
216
 
217
+ #: google-captcha.php:716
218
  #, fuzzy
219
  msgid "Whitelist Notification"
220
  msgstr "Идентификация"
221
 
222
+ #: google-captcha.php:720
223
  msgid ""
224
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
225
  "added to the whitelist"
226
  msgstr ""
227
 
228
+ #: google-captcha.php:726
229
  #, fuzzy
230
  msgid "reCAPTCHA Version"
231
  msgstr "Версия на reCAPTCHA:"
232
 
233
+ #: google-captcha.php:736
234
  msgid ""
235
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
236
  "ones will have to pass the captcha"
237
  msgstr ""
238
 
239
+ #: google-captcha.php:744 google-captcha.php:757
240
  #, fuzzy
241
  msgid "reCAPTCHA Theme"
242
  msgstr "Версия на reCAPTCHA:"
243
 
244
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
245
  #, fuzzy
246
  msgid "for version"
247
  msgstr "версия"
248
 
249
+ #: google-captcha.php:770
250
  msgid "Save Changes"
251
  msgstr "Запази промените"
252
 
253
+ #: google-captcha.php:834 google-captcha.php:1315
254
  msgid "To use Google Captcha you must get the keys from"
255
  msgstr "За да използвате Google Captcha трябва да вземете ключовете от"
256
 
257
+ #: google-captcha.php:835 google-captcha.php:1316
258
  msgid "here"
259
  msgstr "тук"
260
 
261
+ #: google-captcha.php:836 google-captcha.php:1317
262
  msgid "and enter them on the"
263
  msgstr "и да ги въведете в"
264
 
265
+ #: google-captcha.php:838 google-captcha.php:1319
266
  msgid "plugin setting page"
267
  msgstr "настройките на плъгина"
268
 
269
+ #: google-captcha.php:1041
270
  msgid "User response is missing."
271
  msgstr ""
272
 
273
+ #: google-captcha.php:1045 google-captcha.php:1053
274
  #, fuzzy
275
  msgid "Secret Key is invalid"
276
  msgstr "Секретен ключ"
277
 
278
+ #: google-captcha.php:1046 google-captcha.php:1054
279
  msgid "Check your domain configuration"
280
  msgstr ""
281
 
282
+ #: google-captcha.php:1047 google-captcha.php:1055
283
  #, fuzzy
284
  msgid "and enter it again"
285
  msgstr "и да ги въведете в"
286
 
287
+ #: google-captcha.php:1050
288
  #, fuzzy
289
  msgid "Secret Key is missing."
290
  msgstr "Секретен ключ"
291
 
292
+ #: google-captcha.php:1057
293
  msgid "User response is invalid"
294
  msgstr ""
295
 
296
+ #: google-captcha.php:1058
297
  #, fuzzy
298
  msgid "You have entered an incorrect reCAPTCHA value."
299
  msgstr "Грешка: Въвели сте невалиден анти-спам код."
300
 
301
+ #: google-captcha.php:1059
302
  msgid ""
303
  "More than one reCAPTCHA has been found in the current form. Please remove "
304
  "all unnecessary reCAPTCHA fields to make it work properly."
305
  msgstr ""
306
 
307
+ #: google-captcha.php:1205
308
  #, fuzzy
309
  msgid "Click the BACK button on your browser, and try again."
310
  msgstr ""
311
  "Грешка: Въвели сте невалиден анти-спам код. Натиснете бутона НАЗАД в "
312
  "браузъра и опитайте отново."
313
 
314
+ #: google-captcha.php:1230
315
  msgid "Please, complete the captcha and submit \"Test verification\""
316
  msgstr ""
317
 
318
+ #: google-captcha.php:1235
319
  msgid "Test verification"
320
  msgstr ""
321
 
322
+ #: google-captcha.php:1256
323
  msgid "The verification is successfully completed"
324
  msgstr ""
325
 
326
+ #: google-captcha.php:1297
327
  msgid "Support"
328
  msgstr "Поддръжка"
329
 
386
 
387
  #: includes/whitelist.php:320 includes/whitelist.php:341
388
  #: includes/whitelist.php:351
389
+ msgid "Some errors occurred"
390
  msgstr ""
391
 
392
  #: includes/whitelist.php:322
languages/google-captcha-cs_CZ.mo CHANGED
Binary file
languages/google-captcha-cs_CZ.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:00+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
@@ -17,105 +17,105 @@ msgstr ""
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:602
21
  msgid "Google Captcha Settings"
22
  msgstr "Nastavení Google Captcha"
23
 
24
- #: google-captcha.php:254
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
- #: google-captcha.php:255
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
- #: google-captcha.php:275
35
  msgid "Warning"
36
  msgstr "Upozornění"
37
 
38
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
39
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
40
  msgid "Error"
41
  msgstr "Chyba"
42
 
43
- #: google-captcha.php:377
44
  msgid "You are in the whitelist"
45
  msgstr "Jste na seznamu povolených"
46
 
47
- #: google-captcha.php:506
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "Webový klíč"
51
 
52
- #: google-captcha.php:511
53
  msgid "Secret Key"
54
  msgstr "Tajný klíč"
55
 
56
- #: google-captcha.php:518 google-captcha.php:519
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "verze"
60
 
61
- #: google-captcha.php:520
62
  #, fuzzy
63
  msgid "Invisible reCAPTCHA"
64
  msgstr "Povolit reCAPTCHA pro"
65
 
66
- #: google-captcha.php:525
67
  msgid "Login form"
68
  msgstr "Přihlašovací formulář"
69
 
70
- #: google-captcha.php:526
71
  msgid "Registration form"
72
  msgstr "Registrační formulář"
73
 
74
- #: google-captcha.php:527
75
  msgid "Reset password form"
76
  msgstr "Formulář pro resetování hesla "
77
 
78
- #: google-captcha.php:528
79
  msgid "Comments form"
80
  msgstr "Formulář komentářů"
81
 
82
- #: google-captcha.php:547
83
  msgid "Enter site key"
84
  msgstr "Vložte webový klíč"
85
 
86
- #: google-captcha.php:548 google-captcha.php:554
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr "VAROVÁNÍ: Captcha se nezobrazí, dokud nejsou vyplněná pole s klíči."
89
 
90
- #: google-captcha.php:553
91
  msgid "Enter secret key"
92
  msgstr "Vložte tajný klíč"
93
 
94
- #: google-captcha.php:581
95
  msgid "Settings saved"
96
  msgstr "Nastavení uloženo"
97
 
98
- #: google-captcha.php:587
99
  msgid "All plugin settings were restored"
100
  msgstr "Všechna výchozí nastavení pluginu byla obnovena"
101
 
102
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
103
  msgid "Settings"
104
  msgstr "Nastavení"
105
 
106
- #: google-captcha.php:605
107
  msgid "Whitelist"
108
  msgstr "Seznam povolených"
109
 
110
- #: google-captcha.php:606
111
  msgid "Custom code"
112
  msgstr "Vlastní kód"
113
 
114
- #: google-captcha.php:607
115
  msgid "Go PRO"
116
  msgstr "Přejít na PRO"
117
 
118
- #: google-captcha.php:612
119
  msgid ""
120
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
121
  "version 1 features."
@@ -123,7 +123,7 @@ msgstr ""
123
  "Na stránce lze zobrazit pouze jednu reCAPTCHA, což souvisí s vlastnostmi "
124
  "reCAPTCHA verze 1."
125
 
126
- #: google-captcha.php:627
127
  #, php-format
128
  msgid ""
129
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -132,7 +132,7 @@ msgstr ""
132
  "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) na vaše stránky nebo "
133
  "příspěvku, použijte tlačítko %s"
134
 
135
- #: google-captcha.php:631
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -145,65 +145,64 @@ msgstr ""
145
  "tlačítko není zobrazeno, nebo chcete přidat Google Captcha (reCAPTCHA) na "
146
  "vlastním formuláři, použijte Zkrácený kód %s"
147
 
148
- #: google-captcha.php:637
149
  msgid "Authentication"
150
  msgstr "Autentizace"
151
 
152
- #: google-captcha.php:638
153
  #, php-format
154
  msgid ""
155
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
156
  "your API keys %shere%s"
157
  msgstr ""
158
 
159
- #: google-captcha.php:653
160
  msgid "Test Keys"
161
  msgstr "Testovací klíč"
162
 
163
- #: google-captcha.php:656
164
  msgid "Options"
165
  msgstr "Možnosti"
166
 
167
- #: google-captcha.php:659
168
  msgid "Enable reCAPTCHA for"
169
  msgstr "Povolit reCAPTCHA pro"
170
 
171
- #: google-captcha.php:663
172
  msgid "WordPress default"
173
  msgstr "WordPress"
174
 
175
- #: google-captcha.php:672
176
  msgid "This option is available only for network or for main blog"
177
  msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
178
 
179
- #: google-captcha.php:681
180
  msgid "Plugins"
181
  msgstr "Pluginy"
182
 
183
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
184
- #: google-captcha.php:729
185
  #, php-format
186
  msgid "You should %s to use this functionality"
187
  msgstr "Měli byste %s chcete-li tuto funkci využívat"
188
 
189
- #: google-captcha.php:690 google-captcha.php:725
190
  msgid "activate"
191
  msgstr "aktivovat"
192
 
193
- #: google-captcha.php:690 google-captcha.php:725
194
  msgid "for network"
195
  msgstr "pro síť"
196
 
197
- #: google-captcha.php:695 google-captcha.php:730
198
  msgid "download"
199
  msgstr "stáhnout"
200
 
201
- #: google-captcha.php:699
202
  msgid "Check off for adding captcha to forms on their settings pages"
203
  msgstr ""
204
  "Odškrtnout pro přidání captcha do formulářů na jejich stránkách nastavení"
205
 
206
- #: google-captcha.php:742
207
  #, php-format
208
  msgid ""
209
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
@@ -211,21 +210,21 @@ msgstr ""
211
  "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) do vlastního formuláře "
212
  "viz %s"
213
 
214
- #: google-captcha.php:742 google-captcha.php:1356
215
  msgid "FAQ"
216
  msgstr "Často kladené otázky (FAQ)"
217
 
218
- #: google-captcha.php:747
219
  #, fuzzy
220
  msgid "Hide reCAPTCHA in Comments Form for"
221
  msgstr "Skrýt reCAPTCHA ve formuláři komentářů pro"
222
 
223
- #: google-captcha.php:759
224
  #, fuzzy
225
  msgid "Whitelist Notification"
226
  msgstr "Upozornění na seznam povolených"
227
 
228
- #: google-captcha.php:763
229
  #, fuzzy
230
  msgid ""
231
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
@@ -234,80 +233,80 @@ msgstr ""
234
  "Tato zpráva se zobrazí namísto reCAPTCHA pokud je uživatelova IP adresa "
235
  "přidána na seznam povolených"
236
 
237
- #: google-captcha.php:769
238
  #, fuzzy
239
  msgid "reCAPTCHA Version"
240
  msgstr "reCAPTCHA verze"
241
 
242
- #: google-captcha.php:779
243
  msgid ""
244
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
245
  "ones will have to pass the captcha"
246
  msgstr ""
247
 
248
- #: google-captcha.php:787 google-captcha.php:800
249
  #, fuzzy
250
  msgid "reCAPTCHA Theme"
251
  msgstr "reCAPTCHA šablona"
252
 
253
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
254
  msgid "for version"
255
  msgstr "pro verzi"
256
 
257
- #: google-captcha.php:813
258
  msgid "Save Changes"
259
  msgstr "Uložit změny"
260
 
261
- #: google-captcha.php:877 google-captcha.php:1375
262
  msgid "To use Google Captcha you must get the keys from"
263
  msgstr "Chcete-li použít Google Captcha musíte získat klíče "
264
 
265
- #: google-captcha.php:878 google-captcha.php:1376
266
  msgid "here"
267
  msgstr "zde"
268
 
269
- #: google-captcha.php:879 google-captcha.php:1377
270
  msgid "and enter them on the"
271
  msgstr "a zadejte je na"
272
 
273
- #: google-captcha.php:881 google-captcha.php:1379
274
  msgid "plugin setting page"
275
  msgstr "stránce nastavení pluginu"
276
 
277
- #: google-captcha.php:1082
278
  #, fuzzy
279
  msgid "User response is missing."
280
  msgstr "Chyběla odezva uživatele"
281
 
282
- #: google-captcha.php:1086 google-captcha.php:1094
283
  #, fuzzy
284
  msgid "Secret Key is invalid"
285
  msgstr "Tajný klíč je neplatný"
286
 
287
- #: google-captcha.php:1087 google-captcha.php:1095
288
  msgid "Check your domain configuration"
289
  msgstr "Zkontrolujte konfiguraci vaší domény"
290
 
291
- #: google-captcha.php:1088 google-captcha.php:1096
292
  msgid "and enter it again"
293
  msgstr "a zadejte jej znovu"
294
 
295
- #: google-captcha.php:1091
296
  #, fuzzy
297
  msgid "Secret Key is missing."
298
  msgstr "Tajný klíč není vyplněn"
299
 
300
- #: google-captcha.php:1098
301
  #, fuzzy
302
  msgid "User response is invalid"
303
  msgstr "Neplatná odezva uživatele"
304
 
305
- #: google-captcha.php:1099
306
  #, fuzzy
307
  msgid "You have entered an incorrect reCAPTCHA value."
308
  msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA"
309
 
310
- #: google-captcha.php:1100
311
  #, fuzzy
312
  msgid ""
313
  "More than one reCAPTCHA has been found in the current form. Please remove "
@@ -317,26 +316,26 @@ msgstr ""
317
  "případě reCAPTCHA nebude pracovat správně. Prosím, odstraňte všechny "
318
  "nepotřebné reCAPTCHA bloky."
319
 
320
- #: google-captcha.php:1246
321
  #, fuzzy
322
  msgid "Click the BACK button on your browser, and try again."
323
  msgstr ""
324
  "Zadali jste nesprávnou hodnotu reCAPTCHA . Klepněte na tlačítko zpět ve "
325
  "vašem prohlížeči a zkuste to znovu."
326
 
327
- #: google-captcha.php:1291
328
  msgid "Please, complete the captcha and submit \"Test verification\""
329
  msgstr "Prosím, doplňte captcha a odešlete \"Test ověření\""
330
 
331
- #: google-captcha.php:1295
332
  msgid "Test verification"
333
  msgstr "Test ověření"
334
 
335
- #: google-captcha.php:1316
336
  msgid "The verification is successfully completed"
337
  msgstr "Ověření je úspěšně dokončeno"
338
 
339
- #: google-captcha.php:1357
340
  msgid "Support"
341
  msgstr "Podpora"
342
 
@@ -398,7 +397,8 @@ msgstr "IP adresa byla úspěšně přidána na seznam povolených"
398
 
399
  #: includes/whitelist.php:320 includes/whitelist.php:341
400
  #: includes/whitelist.php:351
401
- msgid "Some errors occured"
 
402
  msgstr "Vyskytly se nějaké chyby"
403
 
404
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:25+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:593
21
  msgid "Google Captcha Settings"
22
  msgstr "Nastavení Google Captcha"
23
 
24
+ #: google-captcha.php:248
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
+ #: google-captcha.php:249
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
+ #: google-captcha.php:269
35
  msgid "Warning"
36
  msgstr "Upozornění"
37
 
38
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
39
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
40
  msgid "Error"
41
  msgstr "Chyba"
42
 
43
+ #: google-captcha.php:371
44
  msgid "You are in the whitelist"
45
  msgstr "Jste na seznamu povolených"
46
 
47
+ #: google-captcha.php:498
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "Webový klíč"
51
 
52
+ #: google-captcha.php:503
53
  msgid "Secret Key"
54
  msgstr "Tajný klíč"
55
 
56
+ #: google-captcha.php:510 google-captcha.php:511
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "verze"
60
 
61
+ #: google-captcha.php:512
62
  #, fuzzy
63
  msgid "Invisible reCAPTCHA"
64
  msgstr "Povolit reCAPTCHA pro"
65
 
66
+ #: google-captcha.php:517
67
  msgid "Login form"
68
  msgstr "Přihlašovací formulář"
69
 
70
+ #: google-captcha.php:518
71
  msgid "Registration form"
72
  msgstr "Registrační formulář"
73
 
74
+ #: google-captcha.php:519
75
  msgid "Reset password form"
76
  msgstr "Formulář pro resetování hesla "
77
 
78
+ #: google-captcha.php:520
79
  msgid "Comments form"
80
  msgstr "Formulář komentářů"
81
 
82
+ #: google-captcha.php:539
83
  msgid "Enter site key"
84
  msgstr "Vložte webový klíč"
85
 
86
+ #: google-captcha.php:540 google-captcha.php:546
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr "VAROVÁNÍ: Captcha se nezobrazí, dokud nejsou vyplněná pole s klíči."
89
 
90
+ #: google-captcha.php:545
91
  msgid "Enter secret key"
92
  msgstr "Vložte tajný klíč"
93
 
94
+ #: google-captcha.php:572
95
  msgid "Settings saved"
96
  msgstr "Nastavení uloženo"
97
 
98
+ #: google-captcha.php:578
99
  msgid "All plugin settings were restored"
100
  msgstr "Všechna výchozí nastavení pluginu byla obnovena"
101
 
102
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
103
  msgid "Settings"
104
  msgstr "Nastavení"
105
 
106
+ #: google-captcha.php:596
107
  msgid "Whitelist"
108
  msgstr "Seznam povolených"
109
 
110
+ #: google-captcha.php:597
111
  msgid "Custom code"
112
  msgstr "Vlastní kód"
113
 
114
+ #: google-captcha.php:598
115
  msgid "Go PRO"
116
  msgstr "Přejít na PRO"
117
 
118
+ #: google-captcha.php:603
119
  msgid ""
120
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
121
  "version 1 features."
123
  "Na stránce lze zobrazit pouze jednu reCAPTCHA, což souvisí s vlastnostmi "
124
  "reCAPTCHA verze 1."
125
 
126
+ #: google-captcha.php:618
127
  #, php-format
128
  msgid ""
129
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
132
  "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) na vaše stránky nebo "
133
  "příspěvku, použijte tlačítko %s"
134
 
135
+ #: google-captcha.php:622
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
145
  "tlačítko není zobrazeno, nebo chcete přidat Google Captcha (reCAPTCHA) na "
146
  "vlastním formuláři, použijte Zkrácený kód %s"
147
 
148
+ #: google-captcha.php:628
149
  msgid "Authentication"
150
  msgstr "Autentizace"
151
 
152
+ #: google-captcha.php:629
153
  #, php-format
154
  msgid ""
155
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
156
  "your API keys %shere%s"
157
  msgstr ""
158
 
159
+ #: google-captcha.php:644
160
  msgid "Test Keys"
161
  msgstr "Testovací klíč"
162
 
163
+ #: google-captcha.php:647
164
  msgid "Options"
165
  msgstr "Možnosti"
166
 
167
+ #: google-captcha.php:650
168
  msgid "Enable reCAPTCHA for"
169
  msgstr "Povolit reCAPTCHA pro"
170
 
171
+ #: google-captcha.php:654
172
  msgid "WordPress default"
173
  msgstr "WordPress"
174
 
175
+ #: google-captcha.php:663
176
  msgid "This option is available only for network or for main blog"
177
  msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
178
 
179
+ #: google-captcha.php:672
180
  msgid "Plugins"
181
  msgstr "Pluginy"
182
 
183
+ #: google-captcha.php:680 google-captcha.php:685
 
184
  #, php-format
185
  msgid "You should %s to use this functionality"
186
  msgstr "Měli byste %s chcete-li tuto funkci využívat"
187
 
188
+ #: google-captcha.php:681
189
  msgid "activate"
190
  msgstr "aktivovat"
191
 
192
+ #: google-captcha.php:681
193
  msgid "for network"
194
  msgstr "pro síť"
195
 
196
+ #: google-captcha.php:686
197
  msgid "download"
198
  msgstr "stáhnout"
199
 
200
+ #: google-captcha.php:690
201
  msgid "Check off for adding captcha to forms on their settings pages"
202
  msgstr ""
203
  "Odškrtnout pro přidání captcha do formulářů na jejich stránkách nastavení"
204
 
205
+ #: google-captcha.php:699
206
  #, php-format
207
  msgid ""
208
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
210
  "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) do vlastního formuláře "
211
  "viz %s"
212
 
213
+ #: google-captcha.php:699 google-captcha.php:1296
214
  msgid "FAQ"
215
  msgstr "Často kladené otázky (FAQ)"
216
 
217
+ #: google-captcha.php:704
218
  #, fuzzy
219
  msgid "Hide reCAPTCHA in Comments Form for"
220
  msgstr "Skrýt reCAPTCHA ve formuláři komentářů pro"
221
 
222
+ #: google-captcha.php:716
223
  #, fuzzy
224
  msgid "Whitelist Notification"
225
  msgstr "Upozornění na seznam povolených"
226
 
227
+ #: google-captcha.php:720
228
  #, fuzzy
229
  msgid ""
230
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
233
  "Tato zpráva se zobrazí namísto reCAPTCHA pokud je uživatelova IP adresa "
234
  "přidána na seznam povolených"
235
 
236
+ #: google-captcha.php:726
237
  #, fuzzy
238
  msgid "reCAPTCHA Version"
239
  msgstr "reCAPTCHA verze"
240
 
241
+ #: google-captcha.php:736
242
  msgid ""
243
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
244
  "ones will have to pass the captcha"
245
  msgstr ""
246
 
247
+ #: google-captcha.php:744 google-captcha.php:757
248
  #, fuzzy
249
  msgid "reCAPTCHA Theme"
250
  msgstr "reCAPTCHA šablona"
251
 
252
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
253
  msgid "for version"
254
  msgstr "pro verzi"
255
 
256
+ #: google-captcha.php:770
257
  msgid "Save Changes"
258
  msgstr "Uložit změny"
259
 
260
+ #: google-captcha.php:834 google-captcha.php:1315
261
  msgid "To use Google Captcha you must get the keys from"
262
  msgstr "Chcete-li použít Google Captcha musíte získat klíče "
263
 
264
+ #: google-captcha.php:835 google-captcha.php:1316
265
  msgid "here"
266
  msgstr "zde"
267
 
268
+ #: google-captcha.php:836 google-captcha.php:1317
269
  msgid "and enter them on the"
270
  msgstr "a zadejte je na"
271
 
272
+ #: google-captcha.php:838 google-captcha.php:1319
273
  msgid "plugin setting page"
274
  msgstr "stránce nastavení pluginu"
275
 
276
+ #: google-captcha.php:1041
277
  #, fuzzy
278
  msgid "User response is missing."
279
  msgstr "Chyběla odezva uživatele"
280
 
281
+ #: google-captcha.php:1045 google-captcha.php:1053
282
  #, fuzzy
283
  msgid "Secret Key is invalid"
284
  msgstr "Tajný klíč je neplatný"
285
 
286
+ #: google-captcha.php:1046 google-captcha.php:1054
287
  msgid "Check your domain configuration"
288
  msgstr "Zkontrolujte konfiguraci vaší domény"
289
 
290
+ #: google-captcha.php:1047 google-captcha.php:1055
291
  msgid "and enter it again"
292
  msgstr "a zadejte jej znovu"
293
 
294
+ #: google-captcha.php:1050
295
  #, fuzzy
296
  msgid "Secret Key is missing."
297
  msgstr "Tajný klíč není vyplněn"
298
 
299
+ #: google-captcha.php:1057
300
  #, fuzzy
301
  msgid "User response is invalid"
302
  msgstr "Neplatná odezva uživatele"
303
 
304
+ #: google-captcha.php:1058
305
  #, fuzzy
306
  msgid "You have entered an incorrect reCAPTCHA value."
307
  msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA"
308
 
309
+ #: google-captcha.php:1059
310
  #, fuzzy
311
  msgid ""
312
  "More than one reCAPTCHA has been found in the current form. Please remove "
316
  "případě reCAPTCHA nebude pracovat správně. Prosím, odstraňte všechny "
317
  "nepotřebné reCAPTCHA bloky."
318
 
319
+ #: google-captcha.php:1205
320
  #, fuzzy
321
  msgid "Click the BACK button on your browser, and try again."
322
  msgstr ""
323
  "Zadali jste nesprávnou hodnotu reCAPTCHA . Klepněte na tlačítko zpět ve "
324
  "vašem prohlížeči a zkuste to znovu."
325
 
326
+ #: google-captcha.php:1230
327
  msgid "Please, complete the captcha and submit \"Test verification\""
328
  msgstr "Prosím, doplňte captcha a odešlete \"Test ověření\""
329
 
330
+ #: google-captcha.php:1235
331
  msgid "Test verification"
332
  msgstr "Test ověření"
333
 
334
+ #: google-captcha.php:1256
335
  msgid "The verification is successfully completed"
336
  msgstr "Ověření je úspěšně dokončeno"
337
 
338
+ #: google-captcha.php:1297
339
  msgid "Support"
340
  msgstr "Podpora"
341
 
397
 
398
  #: includes/whitelist.php:320 includes/whitelist.php:341
399
  #: includes/whitelist.php:351
400
+ #, fuzzy
401
+ msgid "Some errors occurred"
402
  msgstr "Vyskytly se nějaké chyby"
403
 
404
  #: includes/whitelist.php:322
languages/google-captcha-de_DE.mo CHANGED
Binary file
languages/google-captcha-de_DE.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:01+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Fred Zimmer <fred.zimmer@medienconsulting.at>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
@@ -17,113 +17,113 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:602
21
  msgid "Google Captcha Settings"
22
  msgstr "Google Captcha-Einstellungen"
23
 
24
- #: google-captcha.php:254
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
- #: google-captcha.php:255
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
- #: google-captcha.php:275
35
  msgid "Warning"
36
  msgstr ""
37
 
38
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
39
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
40
  msgid "Error"
41
  msgstr "Fehler"
42
 
43
- #: google-captcha.php:377
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
- #: google-captcha.php:506
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "Site-Schlüssel"
51
 
52
- #: google-captcha.php:511
53
  msgid "Secret Key"
54
  msgstr "Geheimer Schlüssel"
55
 
56
- #: google-captcha.php:518 google-captcha.php:519
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "Version"
60
 
61
- #: google-captcha.php:520
62
  msgid "Invisible reCAPTCHA"
63
  msgstr ""
64
 
65
- #: google-captcha.php:525
66
  msgid "Login form"
67
  msgstr "Login Formular"
68
 
69
- #: google-captcha.php:526
70
  msgid "Registration form"
71
  msgstr "Registrierungsformular"
72
 
73
- #: google-captcha.php:527
74
  msgid "Reset password form"
75
  msgstr "Passwort Forumlar zurücksetzen"
76
 
77
- #: google-captcha.php:528
78
  msgid "Comments form"
79
  msgstr "Kommentarformular"
80
 
81
- #: google-captcha.php:547
82
  msgid "Enter site key"
83
  msgstr "Geben Sie den Site-Schlüssel ein"
84
 
85
- #: google-captcha.php:548 google-captcha.php:554
86
  msgid "WARNING: The captcha will not display while you don't fill key fields."
87
  msgstr ""
88
  "WARNUNG: das CAPTCHA wird nicht angezeigt wenn die Schlüsselfelder nicht "
89
  "ausgefüllt sind!"
90
 
91
- #: google-captcha.php:553
92
  msgid "Enter secret key"
93
  msgstr "Geben Sie den geheimen Schlüssel ein"
94
 
95
- #: google-captcha.php:581
96
  msgid "Settings saved"
97
  msgstr "Einstellungen gespeichert"
98
 
99
- #: google-captcha.php:587
100
  #, fuzzy
101
  msgid "All plugin settings were restored"
102
  msgstr "Plugin Einstellungsseite"
103
 
104
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
105
  msgid "Settings"
106
  msgstr "Einstellungen"
107
 
108
- #: google-captcha.php:605
109
  msgid "Whitelist"
110
  msgstr ""
111
 
112
- #: google-captcha.php:606
113
  msgid "Custom code"
114
  msgstr ""
115
 
116
- #: google-captcha.php:607
117
  msgid "Go PRO"
118
  msgstr ""
119
 
120
- #: google-captcha.php:612
121
  msgid ""
122
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
123
  "version 1 features."
124
  msgstr ""
125
 
126
- #: google-captcha.php:627
127
  #, fuzzy, php-format
128
  msgid ""
129
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -132,7 +132,7 @@ msgstr ""
132
  "Wenn Sie Ihrem eigenen Formular Google CAPTCHA hinzufügen wollen, dann "
133
  "kopieren Sie diesen Shortcode in Ihren Beitrag oder Seite"
134
 
135
- #: google-captcha.php:631
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -141,193 +141,192 @@ msgid ""
141
  "your own form , please use the shortcode %s"
142
  msgstr ""
143
 
144
- #: google-captcha.php:637
145
  msgid "Authentication"
146
  msgstr "Authentifizierung"
147
 
148
- #: google-captcha.php:638
149
  #, php-format
150
  msgid ""
151
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
152
  "your API keys %shere%s"
153
  msgstr ""
154
 
155
- #: google-captcha.php:653
156
  #, fuzzy
157
  msgid "Test Keys"
158
  msgstr "Geheimer Schlüssel"
159
 
160
- #: google-captcha.php:656
161
  msgid "Options"
162
  msgstr "Optionen"
163
 
164
- #: google-captcha.php:659
165
  msgid "Enable reCAPTCHA for"
166
  msgstr ""
167
 
168
- #: google-captcha.php:663
169
  msgid "WordPress default"
170
  msgstr ""
171
 
172
- #: google-captcha.php:672
173
  msgid "This option is available only for network or for main blog"
174
  msgstr ""
175
 
176
- #: google-captcha.php:681
177
  #, fuzzy
178
  msgid "Plugins"
179
  msgstr "Plugins Seite"
180
 
181
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
182
- #: google-captcha.php:729
183
  #, php-format
184
  msgid "You should %s to use this functionality"
185
  msgstr ""
186
 
187
- #: google-captcha.php:690 google-captcha.php:725
188
  #, fuzzy
189
  msgid "activate"
190
  msgstr "Oberfläche aktivieren"
191
 
192
- #: google-captcha.php:690 google-captcha.php:725
193
  msgid "for network"
194
  msgstr ""
195
 
196
- #: google-captcha.php:695 google-captcha.php:730
197
  msgid "download"
198
  msgstr ""
199
 
200
- #: google-captcha.php:699
201
  msgid "Check off for adding captcha to forms on their settings pages"
202
  msgstr ""
203
 
204
- #: google-captcha.php:742
205
  #, php-format
206
  msgid ""
207
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
208
  msgstr ""
209
 
210
- #: google-captcha.php:742 google-captcha.php:1356
211
  msgid "FAQ"
212
  msgstr "FAQ"
213
 
214
- #: google-captcha.php:747
215
  #, fuzzy
216
  msgid "Hide reCAPTCHA in Comments Form for"
217
  msgstr "für ReCAPTCHA-version"
218
 
219
- #: google-captcha.php:759
220
  #, fuzzy
221
  msgid "Whitelist Notification"
222
  msgstr "Authentifizierung"
223
 
224
- #: google-captcha.php:763
225
  msgid ""
226
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
227
  "added to the whitelist"
228
  msgstr ""
229
 
230
- #: google-captcha.php:769
231
  #, fuzzy
232
  msgid "reCAPTCHA Version"
233
  msgstr "ReCAPTCHA Version:"
234
 
235
- #: google-captcha.php:779
236
  msgid ""
237
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
238
  "ones will have to pass the captcha"
239
  msgstr ""
240
 
241
- #: google-captcha.php:787 google-captcha.php:800
242
  #, fuzzy
243
  msgid "reCAPTCHA Theme"
244
  msgstr "ReCAPTCHA Version:"
245
 
246
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
247
  #, fuzzy
248
  msgid "for version"
249
  msgstr "Version"
250
 
251
- #: google-captcha.php:813
252
  msgid "Save Changes"
253
  msgstr "Änderungen speichern"
254
 
255
- #: google-captcha.php:877 google-captcha.php:1375
256
  msgid "To use Google Captcha you must get the keys from"
257
  msgstr ""
258
  "Um Google Catpcha verwenden zu können, müssen Sie sich die Schlüssel holen "
259
  "bei"
260
 
261
- #: google-captcha.php:878 google-captcha.php:1376
262
  msgid "here"
263
  msgstr "hier"
264
 
265
- #: google-captcha.php:879 google-captcha.php:1377
266
  msgid "and enter them on the"
267
  msgstr "und geben Sie sie ein auf"
268
 
269
- #: google-captcha.php:881 google-captcha.php:1379
270
  msgid "plugin setting page"
271
  msgstr "Plugin Einstellungsseite"
272
 
273
- #: google-captcha.php:1082
274
  msgid "User response is missing."
275
  msgstr ""
276
 
277
- #: google-captcha.php:1086 google-captcha.php:1094
278
  #, fuzzy
279
  msgid "Secret Key is invalid"
280
  msgstr "Geheimer Schlüssel"
281
 
282
- #: google-captcha.php:1087 google-captcha.php:1095
283
  msgid "Check your domain configuration"
284
  msgstr ""
285
 
286
- #: google-captcha.php:1088 google-captcha.php:1096
287
  #, fuzzy
288
  msgid "and enter it again"
289
  msgstr "und geben Sie sie ein auf"
290
 
291
- #: google-captcha.php:1091
292
  #, fuzzy
293
  msgid "Secret Key is missing."
294
  msgstr "Geheimer Schlüssel"
295
 
296
- #: google-captcha.php:1098
297
  msgid "User response is invalid"
298
  msgstr ""
299
 
300
- #: google-captcha.php:1099
301
  #, fuzzy
302
  msgid "You have entered an incorrect reCAPTCHA value."
303
  msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
304
 
305
- #: google-captcha.php:1100
306
  msgid ""
307
  "More than one reCAPTCHA has been found in the current form. Please remove "
308
  "all unnecessary reCAPTCHA fields to make it work properly."
309
  msgstr ""
310
 
311
- #: google-captcha.php:1246
312
  #, fuzzy
313
  msgid "Click the BACK button on your browser, and try again."
314
  msgstr ""
315
  "Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben. Klicken Sie auf den "
316
  "\"zurück\" Knopf im Browser und versuchen Sie es nochmal."
317
 
318
- #: google-captcha.php:1291
319
  msgid "Please, complete the captcha and submit \"Test verification\""
320
  msgstr ""
321
 
322
- #: google-captcha.php:1295
323
  msgid "Test verification"
324
  msgstr ""
325
 
326
- #: google-captcha.php:1316
327
  msgid "The verification is successfully completed"
328
  msgstr ""
329
 
330
- #: google-captcha.php:1357
331
  msgid "Support"
332
  msgstr "Support"
333
 
@@ -390,7 +389,7 @@ msgstr ""
390
 
391
  #: includes/whitelist.php:320 includes/whitelist.php:341
392
  #: includes/whitelist.php:351
393
- msgid "Some errors occured"
394
  msgstr ""
395
 
396
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:25+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Fred Zimmer <fred.zimmer@medienconsulting.at>\n"
9
  "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:593
21
  msgid "Google Captcha Settings"
22
  msgstr "Google Captcha-Einstellungen"
23
 
24
+ #: google-captcha.php:248
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
+ #: google-captcha.php:249
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
+ #: google-captcha.php:269
35
  msgid "Warning"
36
  msgstr ""
37
 
38
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
39
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
40
  msgid "Error"
41
  msgstr "Fehler"
42
 
43
+ #: google-captcha.php:371
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
+ #: google-captcha.php:498
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "Site-Schlüssel"
51
 
52
+ #: google-captcha.php:503
53
  msgid "Secret Key"
54
  msgstr "Geheimer Schlüssel"
55
 
56
+ #: google-captcha.php:510 google-captcha.php:511
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "Version"
60
 
61
+ #: google-captcha.php:512
62
  msgid "Invisible reCAPTCHA"
63
  msgstr ""
64
 
65
+ #: google-captcha.php:517
66
  msgid "Login form"
67
  msgstr "Login Formular"
68
 
69
+ #: google-captcha.php:518
70
  msgid "Registration form"
71
  msgstr "Registrierungsformular"
72
 
73
+ #: google-captcha.php:519
74
  msgid "Reset password form"
75
  msgstr "Passwort Forumlar zurücksetzen"
76
 
77
+ #: google-captcha.php:520
78
  msgid "Comments form"
79
  msgstr "Kommentarformular"
80
 
81
+ #: google-captcha.php:539
82
  msgid "Enter site key"
83
  msgstr "Geben Sie den Site-Schlüssel ein"
84
 
85
+ #: google-captcha.php:540 google-captcha.php:546
86
  msgid "WARNING: The captcha will not display while you don't fill key fields."
87
  msgstr ""
88
  "WARNUNG: das CAPTCHA wird nicht angezeigt wenn die Schlüsselfelder nicht "
89
  "ausgefüllt sind!"
90
 
91
+ #: google-captcha.php:545
92
  msgid "Enter secret key"
93
  msgstr "Geben Sie den geheimen Schlüssel ein"
94
 
95
+ #: google-captcha.php:572
96
  msgid "Settings saved"
97
  msgstr "Einstellungen gespeichert"
98
 
99
+ #: google-captcha.php:578
100
  #, fuzzy
101
  msgid "All plugin settings were restored"
102
  msgstr "Plugin Einstellungsseite"
103
 
104
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
105
  msgid "Settings"
106
  msgstr "Einstellungen"
107
 
108
+ #: google-captcha.php:596
109
  msgid "Whitelist"
110
  msgstr ""
111
 
112
+ #: google-captcha.php:597
113
  msgid "Custom code"
114
  msgstr ""
115
 
116
+ #: google-captcha.php:598
117
  msgid "Go PRO"
118
  msgstr ""
119
 
120
+ #: google-captcha.php:603
121
  msgid ""
122
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
123
  "version 1 features."
124
  msgstr ""
125
 
126
+ #: google-captcha.php:618
127
  #, fuzzy, php-format
128
  msgid ""
129
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
132
  "Wenn Sie Ihrem eigenen Formular Google CAPTCHA hinzufügen wollen, dann "
133
  "kopieren Sie diesen Shortcode in Ihren Beitrag oder Seite"
134
 
135
+ #: google-captcha.php:622
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
141
  "your own form , please use the shortcode %s"
142
  msgstr ""
143
 
144
+ #: google-captcha.php:628
145
  msgid "Authentication"
146
  msgstr "Authentifizierung"
147
 
148
+ #: google-captcha.php:629
149
  #, php-format
150
  msgid ""
151
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
152
  "your API keys %shere%s"
153
  msgstr ""
154
 
155
+ #: google-captcha.php:644
156
  #, fuzzy
157
  msgid "Test Keys"
158
  msgstr "Geheimer Schlüssel"
159
 
160
+ #: google-captcha.php:647
161
  msgid "Options"
162
  msgstr "Optionen"
163
 
164
+ #: google-captcha.php:650
165
  msgid "Enable reCAPTCHA for"
166
  msgstr ""
167
 
168
+ #: google-captcha.php:654
169
  msgid "WordPress default"
170
  msgstr ""
171
 
172
+ #: google-captcha.php:663
173
  msgid "This option is available only for network or for main blog"
174
  msgstr ""
175
 
176
+ #: google-captcha.php:672
177
  #, fuzzy
178
  msgid "Plugins"
179
  msgstr "Plugins Seite"
180
 
181
+ #: google-captcha.php:680 google-captcha.php:685
 
182
  #, php-format
183
  msgid "You should %s to use this functionality"
184
  msgstr ""
185
 
186
+ #: google-captcha.php:681
187
  #, fuzzy
188
  msgid "activate"
189
  msgstr "Oberfläche aktivieren"
190
 
191
+ #: google-captcha.php:681
192
  msgid "for network"
193
  msgstr ""
194
 
195
+ #: google-captcha.php:686
196
  msgid "download"
197
  msgstr ""
198
 
199
+ #: google-captcha.php:690
200
  msgid "Check off for adding captcha to forms on their settings pages"
201
  msgstr ""
202
 
203
+ #: google-captcha.php:699
204
  #, php-format
205
  msgid ""
206
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
207
  msgstr ""
208
 
209
+ #: google-captcha.php:699 google-captcha.php:1296
210
  msgid "FAQ"
211
  msgstr "FAQ"
212
 
213
+ #: google-captcha.php:704
214
  #, fuzzy
215
  msgid "Hide reCAPTCHA in Comments Form for"
216
  msgstr "für ReCAPTCHA-version"
217
 
218
+ #: google-captcha.php:716
219
  #, fuzzy
220
  msgid "Whitelist Notification"
221
  msgstr "Authentifizierung"
222
 
223
+ #: google-captcha.php:720
224
  msgid ""
225
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
226
  "added to the whitelist"
227
  msgstr ""
228
 
229
+ #: google-captcha.php:726
230
  #, fuzzy
231
  msgid "reCAPTCHA Version"
232
  msgstr "ReCAPTCHA Version:"
233
 
234
+ #: google-captcha.php:736
235
  msgid ""
236
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
237
  "ones will have to pass the captcha"
238
  msgstr ""
239
 
240
+ #: google-captcha.php:744 google-captcha.php:757
241
  #, fuzzy
242
  msgid "reCAPTCHA Theme"
243
  msgstr "ReCAPTCHA Version:"
244
 
245
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
246
  #, fuzzy
247
  msgid "for version"
248
  msgstr "Version"
249
 
250
+ #: google-captcha.php:770
251
  msgid "Save Changes"
252
  msgstr "Änderungen speichern"
253
 
254
+ #: google-captcha.php:834 google-captcha.php:1315
255
  msgid "To use Google Captcha you must get the keys from"
256
  msgstr ""
257
  "Um Google Catpcha verwenden zu können, müssen Sie sich die Schlüssel holen "
258
  "bei"
259
 
260
+ #: google-captcha.php:835 google-captcha.php:1316
261
  msgid "here"
262
  msgstr "hier"
263
 
264
+ #: google-captcha.php:836 google-captcha.php:1317
265
  msgid "and enter them on the"
266
  msgstr "und geben Sie sie ein auf"
267
 
268
+ #: google-captcha.php:838 google-captcha.php:1319
269
  msgid "plugin setting page"
270
  msgstr "Plugin Einstellungsseite"
271
 
272
+ #: google-captcha.php:1041
273
  msgid "User response is missing."
274
  msgstr ""
275
 
276
+ #: google-captcha.php:1045 google-captcha.php:1053
277
  #, fuzzy
278
  msgid "Secret Key is invalid"
279
  msgstr "Geheimer Schlüssel"
280
 
281
+ #: google-captcha.php:1046 google-captcha.php:1054
282
  msgid "Check your domain configuration"
283
  msgstr ""
284
 
285
+ #: google-captcha.php:1047 google-captcha.php:1055
286
  #, fuzzy
287
  msgid "and enter it again"
288
  msgstr "und geben Sie sie ein auf"
289
 
290
+ #: google-captcha.php:1050
291
  #, fuzzy
292
  msgid "Secret Key is missing."
293
  msgstr "Geheimer Schlüssel"
294
 
295
+ #: google-captcha.php:1057
296
  msgid "User response is invalid"
297
  msgstr ""
298
 
299
+ #: google-captcha.php:1058
300
  #, fuzzy
301
  msgid "You have entered an incorrect reCAPTCHA value."
302
  msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
303
 
304
+ #: google-captcha.php:1059
305
  msgid ""
306
  "More than one reCAPTCHA has been found in the current form. Please remove "
307
  "all unnecessary reCAPTCHA fields to make it work properly."
308
  msgstr ""
309
 
310
+ #: google-captcha.php:1205
311
  #, fuzzy
312
  msgid "Click the BACK button on your browser, and try again."
313
  msgstr ""
314
  "Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben. Klicken Sie auf den "
315
  "\"zurück\" Knopf im Browser und versuchen Sie es nochmal."
316
 
317
+ #: google-captcha.php:1230
318
  msgid "Please, complete the captcha and submit \"Test verification\""
319
  msgstr ""
320
 
321
+ #: google-captcha.php:1235
322
  msgid "Test verification"
323
  msgstr ""
324
 
325
+ #: google-captcha.php:1256
326
  msgid "The verification is successfully completed"
327
  msgstr ""
328
 
329
+ #: google-captcha.php:1297
330
  msgid "Support"
331
  msgstr "Support"
332
 
389
 
390
  #: includes/whitelist.php:320 includes/whitelist.php:341
391
  #: includes/whitelist.php:351
392
+ msgid "Some errors occurred"
393
  msgstr ""
394
 
395
  #: includes/whitelist.php:322
languages/google-captcha-el.mo CHANGED
Binary file
languages/google-captcha-el.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:00+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis\n"
9
  "Language: uk\n"
10
  "MIME-Version: 1.0\n"
@@ -16,113 +16,113 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-captcha.php:34 google-captcha.php:602
20
  msgid "Google Captcha Settings"
21
  msgstr "Ρυθμίσεις Google Captcha"
22
 
23
- #: google-captcha.php:254
24
  msgid "Please wait until Google reCAPTCHA is loaded."
25
  msgstr ""
26
 
27
- #: google-captcha.php:255
28
  msgid ""
29
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
30
  "reload this page."
31
  msgstr ""
32
 
33
- #: google-captcha.php:275
34
  msgid "Warning"
35
  msgstr ""
36
 
37
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
38
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
39
  msgid "Error"
40
  msgstr ""
41
 
42
- #: google-captcha.php:377
43
  msgid "You are in the whitelist"
44
  msgstr ""
45
 
46
- #: google-captcha.php:506
47
  #, fuzzy
48
  msgid "Site Key"
49
  msgstr "Κλειδί ιστοσελίδας"
50
 
51
- #: google-captcha.php:511
52
  msgid "Secret Key"
53
  msgstr "Μυστικό κλειδί"
54
 
55
- #: google-captcha.php:518 google-captcha.php:519
56
  #, fuzzy
57
  msgid "Version"
58
  msgstr "έκδοση"
59
 
60
- #: google-captcha.php:520
61
  msgid "Invisible reCAPTCHA"
62
  msgstr ""
63
 
64
- #: google-captcha.php:525
65
  msgid "Login form"
66
  msgstr "Φόρμα εισόδου"
67
 
68
- #: google-captcha.php:526
69
  msgid "Registration form"
70
  msgstr "Φόρμα εγγραφής"
71
 
72
- #: google-captcha.php:527
73
  msgid "Reset password form"
74
  msgstr "Φόρμα ανάκτησης κωδικού πρόσβασης"
75
 
76
- #: google-captcha.php:528
77
  msgid "Comments form"
78
  msgstr "Φόρμα για σχόλια"
79
 
80
- #: google-captcha.php:547
81
  msgid "Enter site key"
82
  msgstr "Εισάγετε το κλειδί της ιστοσελίδας"
83
 
84
- #: google-captcha.php:548 google-captcha.php:554
85
  msgid "WARNING: The captcha will not display while you don't fill key fields."
86
  msgstr ""
87
  "ΠΡΟΣΟΧΗ: Το captcha δεν θα εμφανιστεί εάν δεν συμπληρώσετε τα κλειδιά στα "
88
  "πεδία."
89
 
90
- #: google-captcha.php:553
91
  msgid "Enter secret key"
92
  msgstr "Εισάγετε το μυστικό κλειδί"
93
 
94
- #: google-captcha.php:581
95
  msgid "Settings saved"
96
  msgstr "Οι ρυμθίσεις αποθηκεύτηκαν"
97
 
98
- #: google-captcha.php:587
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "σελίδα ρυθμίσεων της επέκτασης"
102
 
103
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
104
  msgid "Settings"
105
  msgstr "Ρυθμίσεις"
106
 
107
- #: google-captcha.php:605
108
  msgid "Whitelist"
109
  msgstr ""
110
 
111
- #: google-captcha.php:606
112
  msgid "Custom code"
113
  msgstr ""
114
 
115
- #: google-captcha.php:607
116
  msgid "Go PRO"
117
  msgstr ""
118
 
119
- #: google-captcha.php:612
120
  msgid ""
121
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
122
  "version 1 features."
123
  msgstr ""
124
 
125
- #: google-captcha.php:627
126
  #, fuzzy, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -132,7 +132,7 @@ msgstr ""
132
  "αντιγράψτε και επικολλήστε αυτό το σύντομο κωδικό στη δημοσίευση ή στη "
133
  "σελίδα σας:"
134
 
135
- #: google-captcha.php:631
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -141,192 +141,191 @@ msgid ""
141
  "your own form , please use the shortcode %s"
142
  msgstr ""
143
 
144
- #: google-captcha.php:637
145
  msgid "Authentication"
146
  msgstr "Πιστοποίηση"
147
 
148
- #: google-captcha.php:638
149
  #, php-format
150
  msgid ""
151
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
152
  "your API keys %shere%s"
153
  msgstr ""
154
 
155
- #: google-captcha.php:653
156
  #, fuzzy
157
  msgid "Test Keys"
158
  msgstr "Μυστικό κλειδί"
159
 
160
- #: google-captcha.php:656
161
  msgid "Options"
162
  msgstr "Επιλογές"
163
 
164
- #: google-captcha.php:659
165
  msgid "Enable reCAPTCHA for"
166
  msgstr ""
167
 
168
- #: google-captcha.php:663
169
  msgid "WordPress default"
170
  msgstr ""
171
 
172
- #: google-captcha.php:672
173
  msgid "This option is available only for network or for main blog"
174
  msgstr ""
175
 
176
- #: google-captcha.php:681
177
  #, fuzzy
178
  msgid "Plugins"
179
  msgstr "Σελίδα επεκτάσεων"
180
 
181
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
182
- #: google-captcha.php:729
183
  #, php-format
184
  msgid "You should %s to use this functionality"
185
  msgstr ""
186
 
187
- #: google-captcha.php:690 google-captcha.php:725
188
  #, fuzzy
189
  msgid "activate"
190
  msgstr "Активировать Contact form"
191
 
192
- #: google-captcha.php:690 google-captcha.php:725
193
  msgid "for network"
194
  msgstr ""
195
 
196
- #: google-captcha.php:695 google-captcha.php:730
197
  msgid "download"
198
  msgstr ""
199
 
200
- #: google-captcha.php:699
201
  msgid "Check off for adding captcha to forms on their settings pages"
202
  msgstr ""
203
 
204
- #: google-captcha.php:742
205
  #, php-format
206
  msgid ""
207
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
208
  msgstr ""
209
 
210
- #: google-captcha.php:742 google-captcha.php:1356
211
  msgid "FAQ"
212
  msgstr "Συχνές Ερωτήσεις"
213
 
214
- #: google-captcha.php:747
215
  #, fuzzy
216
  msgid "Hide reCAPTCHA in Comments Form for"
217
  msgstr "για την έκδοση reCAPTCHA"
218
 
219
- #: google-captcha.php:759
220
  #, fuzzy
221
  msgid "Whitelist Notification"
222
  msgstr "Πιστοποίηση"
223
 
224
- #: google-captcha.php:763
225
  msgid ""
226
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
227
  "added to the whitelist"
228
  msgstr ""
229
 
230
- #: google-captcha.php:769
231
  #, fuzzy
232
  msgid "reCAPTCHA Version"
233
  msgstr "Έκδοση reCAPTCHA:"
234
 
235
- #: google-captcha.php:779
236
  msgid ""
237
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
238
  "ones will have to pass the captcha"
239
  msgstr ""
240
 
241
- #: google-captcha.php:787 google-captcha.php:800
242
  #, fuzzy
243
  msgid "reCAPTCHA Theme"
244
  msgstr "Έκδοση reCAPTCHA:"
245
 
246
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
247
  #, fuzzy
248
  msgid "for version"
249
  msgstr "έκδοση"
250
 
251
- #: google-captcha.php:813
252
  msgid "Save Changes"
253
  msgstr "Αποθήκευση αλλαγών"
254
 
255
- #: google-captcha.php:877 google-captcha.php:1375
256
  msgid "To use Google Captcha you must get the keys from"
257
  msgstr ""
258
  "Για να χρησιμοποιήσετε το Google Captcha θα πρέπει να πάρετε τα κλειδιά από"
259
 
260
- #: google-captcha.php:878 google-captcha.php:1376
261
  msgid "here"
262
  msgstr "εδώ"
263
 
264
- #: google-captcha.php:879 google-captcha.php:1377
265
  msgid "and enter them on the"
266
  msgstr "και να τα εισάγετε στη"
267
 
268
- #: google-captcha.php:881 google-captcha.php:1379
269
  msgid "plugin setting page"
270
  msgstr "σελίδα ρυθμίσεων της επέκτασης"
271
 
272
- #: google-captcha.php:1082
273
  msgid "User response is missing."
274
  msgstr ""
275
 
276
- #: google-captcha.php:1086 google-captcha.php:1094
277
  #, fuzzy
278
  msgid "Secret Key is invalid"
279
  msgstr "Μυστικό κλειδί"
280
 
281
- #: google-captcha.php:1087 google-captcha.php:1095
282
  msgid "Check your domain configuration"
283
  msgstr ""
284
 
285
- #: google-captcha.php:1088 google-captcha.php:1096
286
  #, fuzzy
287
  msgid "and enter it again"
288
  msgstr "και να τα εισάγετε στη"
289
 
290
- #: google-captcha.php:1091
291
  #, fuzzy
292
  msgid "Secret Key is missing."
293
  msgstr "Μυστικό κλειδί"
294
 
295
- #: google-captcha.php:1098
296
  msgid "User response is invalid"
297
  msgstr ""
298
 
299
- #: google-captcha.php:1099
300
  #, fuzzy
301
  msgid "You have entered an incorrect reCAPTCHA value."
302
  msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
303
 
304
- #: google-captcha.php:1100
305
  msgid ""
306
  "More than one reCAPTCHA has been found in the current form. Please remove "
307
  "all unnecessary reCAPTCHA fields to make it work properly."
308
  msgstr ""
309
 
310
- #: google-captcha.php:1246
311
  #, fuzzy
312
  msgid "Click the BACK button on your browser, and try again."
313
  msgstr ""
314
  "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA. Κάντε κλικ στο κουμπί Πίσω "
315
  "στον περιηγητή σας, και δοκιμάστε ξανά."
316
 
317
- #: google-captcha.php:1291
318
  msgid "Please, complete the captcha and submit \"Test verification\""
319
  msgstr ""
320
 
321
- #: google-captcha.php:1295
322
  msgid "Test verification"
323
  msgstr ""
324
 
325
- #: google-captcha.php:1316
326
  msgid "The verification is successfully completed"
327
  msgstr ""
328
 
329
- #: google-captcha.php:1357
330
  msgid "Support"
331
  msgstr "Υποστήριξη"
332
 
@@ -389,7 +388,7 @@ msgstr ""
389
 
390
  #: includes/whitelist.php:320 includes/whitelist.php:341
391
  #: includes/whitelist.php:351
392
- msgid "Some errors occured"
393
  msgstr ""
394
 
395
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:25+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis\n"
9
  "Language: uk\n"
10
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: google-captcha.php:34 google-captcha.php:593
20
  msgid "Google Captcha Settings"
21
  msgstr "Ρυθμίσεις Google Captcha"
22
 
23
+ #: google-captcha.php:248
24
  msgid "Please wait until Google reCAPTCHA is loaded."
25
  msgstr ""
26
 
27
+ #: google-captcha.php:249
28
  msgid ""
29
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
30
  "reload this page."
31
  msgstr ""
32
 
33
+ #: google-captcha.php:269
34
  msgid "Warning"
35
  msgstr ""
36
 
37
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
38
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
39
  msgid "Error"
40
  msgstr ""
41
 
42
+ #: google-captcha.php:371
43
  msgid "You are in the whitelist"
44
  msgstr ""
45
 
46
+ #: google-captcha.php:498
47
  #, fuzzy
48
  msgid "Site Key"
49
  msgstr "Κλειδί ιστοσελίδας"
50
 
51
+ #: google-captcha.php:503
52
  msgid "Secret Key"
53
  msgstr "Μυστικό κλειδί"
54
 
55
+ #: google-captcha.php:510 google-captcha.php:511
56
  #, fuzzy
57
  msgid "Version"
58
  msgstr "έκδοση"
59
 
60
+ #: google-captcha.php:512
61
  msgid "Invisible reCAPTCHA"
62
  msgstr ""
63
 
64
+ #: google-captcha.php:517
65
  msgid "Login form"
66
  msgstr "Φόρμα εισόδου"
67
 
68
+ #: google-captcha.php:518
69
  msgid "Registration form"
70
  msgstr "Φόρμα εγγραφής"
71
 
72
+ #: google-captcha.php:519
73
  msgid "Reset password form"
74
  msgstr "Φόρμα ανάκτησης κωδικού πρόσβασης"
75
 
76
+ #: google-captcha.php:520
77
  msgid "Comments form"
78
  msgstr "Φόρμα για σχόλια"
79
 
80
+ #: google-captcha.php:539
81
  msgid "Enter site key"
82
  msgstr "Εισάγετε το κλειδί της ιστοσελίδας"
83
 
84
+ #: google-captcha.php:540 google-captcha.php:546
85
  msgid "WARNING: The captcha will not display while you don't fill key fields."
86
  msgstr ""
87
  "ΠΡΟΣΟΧΗ: Το captcha δεν θα εμφανιστεί εάν δεν συμπληρώσετε τα κλειδιά στα "
88
  "πεδία."
89
 
90
+ #: google-captcha.php:545
91
  msgid "Enter secret key"
92
  msgstr "Εισάγετε το μυστικό κλειδί"
93
 
94
+ #: google-captcha.php:572
95
  msgid "Settings saved"
96
  msgstr "Οι ρυμθίσεις αποθηκεύτηκαν"
97
 
98
+ #: google-captcha.php:578
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "σελίδα ρυθμίσεων της επέκτασης"
102
 
103
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
104
  msgid "Settings"
105
  msgstr "Ρυθμίσεις"
106
 
107
+ #: google-captcha.php:596
108
  msgid "Whitelist"
109
  msgstr ""
110
 
111
+ #: google-captcha.php:597
112
  msgid "Custom code"
113
  msgstr ""
114
 
115
+ #: google-captcha.php:598
116
  msgid "Go PRO"
117
  msgstr ""
118
 
119
+ #: google-captcha.php:603
120
  msgid ""
121
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
122
  "version 1 features."
123
  msgstr ""
124
 
125
+ #: google-captcha.php:618
126
  #, fuzzy, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
132
  "αντιγράψτε και επικολλήστε αυτό το σύντομο κωδικό στη δημοσίευση ή στη "
133
  "σελίδα σας:"
134
 
135
+ #: google-captcha.php:622
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
141
  "your own form , please use the shortcode %s"
142
  msgstr ""
143
 
144
+ #: google-captcha.php:628
145
  msgid "Authentication"
146
  msgstr "Πιστοποίηση"
147
 
148
+ #: google-captcha.php:629
149
  #, php-format
150
  msgid ""
151
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
152
  "your API keys %shere%s"
153
  msgstr ""
154
 
155
+ #: google-captcha.php:644
156
  #, fuzzy
157
  msgid "Test Keys"
158
  msgstr "Μυστικό κλειδί"
159
 
160
+ #: google-captcha.php:647
161
  msgid "Options"
162
  msgstr "Επιλογές"
163
 
164
+ #: google-captcha.php:650
165
  msgid "Enable reCAPTCHA for"
166
  msgstr ""
167
 
168
+ #: google-captcha.php:654
169
  msgid "WordPress default"
170
  msgstr ""
171
 
172
+ #: google-captcha.php:663
173
  msgid "This option is available only for network or for main blog"
174
  msgstr ""
175
 
176
+ #: google-captcha.php:672
177
  #, fuzzy
178
  msgid "Plugins"
179
  msgstr "Σελίδα επεκτάσεων"
180
 
181
+ #: google-captcha.php:680 google-captcha.php:685
 
182
  #, php-format
183
  msgid "You should %s to use this functionality"
184
  msgstr ""
185
 
186
+ #: google-captcha.php:681
187
  #, fuzzy
188
  msgid "activate"
189
  msgstr "Активировать Contact form"
190
 
191
+ #: google-captcha.php:681
192
  msgid "for network"
193
  msgstr ""
194
 
195
+ #: google-captcha.php:686
196
  msgid "download"
197
  msgstr ""
198
 
199
+ #: google-captcha.php:690
200
  msgid "Check off for adding captcha to forms on their settings pages"
201
  msgstr ""
202
 
203
+ #: google-captcha.php:699
204
  #, php-format
205
  msgid ""
206
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
207
  msgstr ""
208
 
209
+ #: google-captcha.php:699 google-captcha.php:1296
210
  msgid "FAQ"
211
  msgstr "Συχνές Ερωτήσεις"
212
 
213
+ #: google-captcha.php:704
214
  #, fuzzy
215
  msgid "Hide reCAPTCHA in Comments Form for"
216
  msgstr "για την έκδοση reCAPTCHA"
217
 
218
+ #: google-captcha.php:716
219
  #, fuzzy
220
  msgid "Whitelist Notification"
221
  msgstr "Πιστοποίηση"
222
 
223
+ #: google-captcha.php:720
224
  msgid ""
225
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
226
  "added to the whitelist"
227
  msgstr ""
228
 
229
+ #: google-captcha.php:726
230
  #, fuzzy
231
  msgid "reCAPTCHA Version"
232
  msgstr "Έκδοση reCAPTCHA:"
233
 
234
+ #: google-captcha.php:736
235
  msgid ""
236
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
237
  "ones will have to pass the captcha"
238
  msgstr ""
239
 
240
+ #: google-captcha.php:744 google-captcha.php:757
241
  #, fuzzy
242
  msgid "reCAPTCHA Theme"
243
  msgstr "Έκδοση reCAPTCHA:"
244
 
245
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
246
  #, fuzzy
247
  msgid "for version"
248
  msgstr "έκδοση"
249
 
250
+ #: google-captcha.php:770
251
  msgid "Save Changes"
252
  msgstr "Αποθήκευση αλλαγών"
253
 
254
+ #: google-captcha.php:834 google-captcha.php:1315
255
  msgid "To use Google Captcha you must get the keys from"
256
  msgstr ""
257
  "Για να χρησιμοποιήσετε το Google Captcha θα πρέπει να πάρετε τα κλειδιά από"
258
 
259
+ #: google-captcha.php:835 google-captcha.php:1316
260
  msgid "here"
261
  msgstr "εδώ"
262
 
263
+ #: google-captcha.php:836 google-captcha.php:1317
264
  msgid "and enter them on the"
265
  msgstr "και να τα εισάγετε στη"
266
 
267
+ #: google-captcha.php:838 google-captcha.php:1319
268
  msgid "plugin setting page"
269
  msgstr "σελίδα ρυθμίσεων της επέκτασης"
270
 
271
+ #: google-captcha.php:1041
272
  msgid "User response is missing."
273
  msgstr ""
274
 
275
+ #: google-captcha.php:1045 google-captcha.php:1053
276
  #, fuzzy
277
  msgid "Secret Key is invalid"
278
  msgstr "Μυστικό κλειδί"
279
 
280
+ #: google-captcha.php:1046 google-captcha.php:1054
281
  msgid "Check your domain configuration"
282
  msgstr ""
283
 
284
+ #: google-captcha.php:1047 google-captcha.php:1055
285
  #, fuzzy
286
  msgid "and enter it again"
287
  msgstr "και να τα εισάγετε στη"
288
 
289
+ #: google-captcha.php:1050
290
  #, fuzzy
291
  msgid "Secret Key is missing."
292
  msgstr "Μυστικό κλειδί"
293
 
294
+ #: google-captcha.php:1057
295
  msgid "User response is invalid"
296
  msgstr ""
297
 
298
+ #: google-captcha.php:1058
299
  #, fuzzy
300
  msgid "You have entered an incorrect reCAPTCHA value."
301
  msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
302
 
303
+ #: google-captcha.php:1059
304
  msgid ""
305
  "More than one reCAPTCHA has been found in the current form. Please remove "
306
  "all unnecessary reCAPTCHA fields to make it work properly."
307
  msgstr ""
308
 
309
+ #: google-captcha.php:1205
310
  #, fuzzy
311
  msgid "Click the BACK button on your browser, and try again."
312
  msgstr ""
313
  "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA. Κάντε κλικ στο κουμπί Πίσω "
314
  "στον περιηγητή σας, και δοκιμάστε ξανά."
315
 
316
+ #: google-captcha.php:1230
317
  msgid "Please, complete the captcha and submit \"Test verification\""
318
  msgstr ""
319
 
320
+ #: google-captcha.php:1235
321
  msgid "Test verification"
322
  msgstr ""
323
 
324
+ #: google-captcha.php:1256
325
  msgid "The verification is successfully completed"
326
  msgstr ""
327
 
328
+ #: google-captcha.php:1297
329
  msgid "Support"
330
  msgstr "Υποστήριξη"
331
 
388
 
389
  #: includes/whitelist.php:320 includes/whitelist.php:341
390
  #: includes/whitelist.php:351
391
+ msgid "Some errors occurred"
392
  msgstr ""
393
 
394
  #: includes/whitelist.php:322
languages/google-captcha-es_ES.mo CHANGED
Binary file
languages/google-captcha-es_ES.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:01+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
9
  "Language: es_419\n"
10
  "MIME-Version: 1.0\n"
@@ -17,124 +17,123 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:602
21
  msgid "Google Captcha Settings"
22
  msgstr "Googe Captcha Ajustes"
23
 
24
- #: google-captcha.php:254
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
- msgstr ""
27
 
28
- #: google-captcha.php:255
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
 
 
33
 
34
- #: google-captcha.php:275
35
  msgid "Warning"
36
- msgstr ""
37
 
38
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
39
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
40
  msgid "Error"
41
- msgstr ""
42
 
43
- #: google-captcha.php:377
44
  msgid "You are in the whitelist"
45
- msgstr ""
46
 
47
- #: google-captcha.php:506
48
- #, fuzzy
49
  msgid "Site Key"
50
- msgstr "Clave Privada"
51
 
52
- #: google-captcha.php:511
53
  msgid "Secret Key"
54
- msgstr ""
55
 
56
- #: google-captcha.php:518 google-captcha.php:519
57
  msgid "Version"
58
- msgstr ""
59
 
60
- #: google-captcha.php:520
61
  msgid "Invisible reCAPTCHA"
62
- msgstr ""
63
 
64
- #: google-captcha.php:525
65
  msgid "Login form"
66
  msgstr "Formulario de acceso"
67
 
68
- #: google-captcha.php:526
69
  msgid "Registration form"
70
  msgstr "Formulario de registro"
71
 
72
- #: google-captcha.php:527
73
  msgid "Reset password form"
74
  msgstr "Formulario de restablecimiento de contraseña"
75
 
76
- #: google-captcha.php:528
77
  msgid "Comments form"
78
  msgstr "Formulario de comentarios"
79
 
80
- #: google-captcha.php:547
81
- #, fuzzy
82
  msgid "Enter site key"
83
- msgstr "Introduce la clave privada"
84
 
85
- #: google-captcha.php:548 google-captcha.php:554
86
  msgid "WARNING: The captcha will not display while you don't fill key fields."
87
  msgstr ""
88
- "ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los campos "
89
- "clave."
90
 
91
- #: google-captcha.php:553
92
- #, fuzzy
93
  msgid "Enter secret key"
94
- msgstr "Introduce la clave privada"
95
 
96
- #: google-captcha.php:581
97
  msgid "Settings saved"
98
- msgstr "Configuración guardada"
99
 
100
- #: google-captcha.php:587
101
- #, fuzzy
102
  msgid "All plugin settings were restored"
103
- msgstr "página de configuración de plugin"
104
 
105
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
106
  msgid "Settings"
107
- msgstr "Ajustes"
108
 
109
- #: google-captcha.php:605
110
- #, fuzzy
111
  msgid "Whitelist"
112
- msgstr "Blanco"
113
 
114
- #: google-captcha.php:606
115
  msgid "Custom code"
116
- msgstr ""
117
 
118
- #: google-captcha.php:607
119
  msgid "Go PRO"
120
- msgstr ""
121
 
122
- #: google-captcha.php:612
123
  msgid ""
124
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
125
  "version 1 features."
126
  msgstr ""
 
 
127
 
128
- #: google-captcha.php:627
129
- #, fuzzy, php-format
130
  msgid ""
131
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
132
  "please use %s button"
133
  msgstr ""
134
- "Si quisiera añadir el Google Captcha para su formulario, simplemente copia y "
135
- "pega este código corto en tu post o página:"
136
 
137
- #: google-captcha.php:631
138
  #, php-format
139
  msgid ""
140
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -142,333 +141,339 @@ msgid ""
142
  "isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
143
  "your own form , please use the shortcode %s"
144
  msgstr ""
 
 
 
 
145
 
146
- #: google-captcha.php:637
147
  msgid "Authentication"
148
  msgstr "Autentificación"
149
 
150
- #: google-captcha.php:638
151
  #, php-format
152
  msgid ""
153
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
154
  "your API keys %shere%s"
155
  msgstr ""
 
 
156
 
157
- #: google-captcha.php:653
158
  msgid "Test Keys"
159
- msgstr ""
160
 
161
- #: google-captcha.php:656
162
  msgid "Options"
163
  msgstr "Opciones"
164
 
165
- #: google-captcha.php:659
166
  msgid "Enable reCAPTCHA for"
167
- msgstr ""
168
 
169
- #: google-captcha.php:663
170
  msgid "WordPress default"
171
- msgstr ""
172
 
173
- #: google-captcha.php:672
174
  msgid "This option is available only for network or for main blog"
175
- msgstr ""
176
 
177
- #: google-captcha.php:681
178
- #, fuzzy
179
  msgid "Plugins"
180
- msgstr "Página de Plugins"
181
 
182
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
183
- #: google-captcha.php:729
184
  #, php-format
185
  msgid "You should %s to use this functionality"
186
- msgstr ""
187
 
188
- #: google-captcha.php:690 google-captcha.php:725
189
- #, fuzzy
190
  msgid "activate"
191
- msgstr "Tema Activado"
192
 
193
- #: google-captcha.php:690 google-captcha.php:725
194
  msgid "for network"
195
- msgstr ""
196
 
197
- #: google-captcha.php:695 google-captcha.php:730
198
  msgid "download"
199
- msgstr ""
200
 
201
- #: google-captcha.php:699
202
  msgid "Check off for adding captcha to forms on their settings pages"
203
  msgstr ""
 
204
 
205
- #: google-captcha.php:742
206
  #, php-format
207
  msgid ""
208
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
209
  msgstr ""
 
 
210
 
211
- #: google-captcha.php:742 google-captcha.php:1356
212
  msgid "FAQ"
213
  msgstr "Preguntas Frecuentes"
214
 
215
- #: google-captcha.php:747
216
  msgid "Hide reCAPTCHA in Comments Form for"
217
- msgstr ""
218
 
219
- #: google-captcha.php:759
220
- #, fuzzy
221
  msgid "Whitelist Notification"
222
- msgstr "Autentificación"
223
 
224
- #: google-captcha.php:763
225
  msgid ""
226
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
227
  "added to the whitelist"
228
  msgstr ""
 
 
229
 
230
- #: google-captcha.php:769
231
  msgid "reCAPTCHA Version"
232
- msgstr ""
233
 
234
- #: google-captcha.php:779
235
  msgid ""
236
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
237
  "ones will have to pass the captcha"
238
  msgstr ""
 
 
239
 
240
- #: google-captcha.php:787 google-captcha.php:800
241
  msgid "reCAPTCHA Theme"
242
- msgstr ""
243
 
244
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
245
  msgid "for version"
246
- msgstr ""
247
 
248
- #: google-captcha.php:813
249
  msgid "Save Changes"
250
  msgstr "Guardar Cambios"
251
 
252
- #: google-captcha.php:877 google-captcha.php:1375
253
  msgid "To use Google Captcha you must get the keys from"
254
  msgstr "Para utilizar Google Captcha debe obtener las claves de"
255
 
256
- #: google-captcha.php:878 google-captcha.php:1376
257
  msgid "here"
258
  msgstr "aquí"
259
 
260
- #: google-captcha.php:879 google-captcha.php:1377
261
  msgid "and enter them on the"
262
  msgstr "e introducirlas en"
263
 
264
- #: google-captcha.php:881 google-captcha.php:1379
265
  msgid "plugin setting page"
266
  msgstr "página de configuración de plugin"
267
 
268
- #: google-captcha.php:1082
269
  msgid "User response is missing."
270
- msgstr ""
271
 
272
- #: google-captcha.php:1086 google-captcha.php:1094
273
  msgid "Secret Key is invalid"
274
- msgstr ""
275
 
276
- #: google-captcha.php:1087 google-captcha.php:1095
277
  msgid "Check your domain configuration"
278
- msgstr ""
279
 
280
- #: google-captcha.php:1088 google-captcha.php:1096
281
- #, fuzzy
282
  msgid "and enter it again"
283
- msgstr "e introducirlas en"
284
 
285
- #: google-captcha.php:1091
286
  msgid "Secret Key is missing."
287
- msgstr ""
288
 
289
- #: google-captcha.php:1098
290
  msgid "User response is invalid"
291
- msgstr ""
292
 
293
- #: google-captcha.php:1099
294
- #, fuzzy
295
  msgid "You have entered an incorrect reCAPTCHA value."
296
- msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
297
 
298
- #: google-captcha.php:1100
299
  msgid ""
300
  "More than one reCAPTCHA has been found in the current form. Please remove "
301
  "all unnecessary reCAPTCHA fields to make it work properly."
302
  msgstr ""
 
 
303
 
304
- #: google-captcha.php:1246
305
- #, fuzzy
306
  msgid "Click the BACK button on your browser, and try again."
307
- msgstr ""
308
- "Error: Ha introducido un valor incorrecto de CAPTCHA. Haga clic en el botón "
309
- "Regresar de su navegador y vuelva a intentarlo."
310
 
311
- #: google-captcha.php:1291
312
  msgid "Please, complete the captcha and submit \"Test verification\""
313
- msgstr ""
314
 
315
- #: google-captcha.php:1295
316
  msgid "Test verification"
317
- msgstr ""
318
 
319
- #: google-captcha.php:1316
320
  msgid "The verification is successfully completed"
321
- msgstr ""
322
 
323
- #: google-captcha.php:1357
324
  msgid "Support"
325
  msgstr "Soporte"
326
 
327
  #: includes/whitelist.php:64
328
  msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
329
- msgstr ""
330
 
331
  #: includes/whitelist.php:71
332
  msgid "Add IP to the whitelist"
333
- msgstr ""
334
 
335
  #: includes/whitelist.php:75
336
- #, fuzzy
337
  msgid "Save changes"
338
- msgstr "Guardar Cambios"
339
 
340
  #: includes/whitelist.php:92
341
  msgid "My IP"
342
- msgstr ""
343
 
344
  #: includes/whitelist.php:96
345
  msgid "Save IP to the whitelist"
346
- msgstr ""
347
 
348
  #: includes/whitelist.php:100 includes/pro_banners.php:44
349
  msgid "Allowed formats"
350
- msgstr ""
351
 
352
  #: includes/whitelist.php:101
353
  msgid "Allowed diapason"
354
- msgstr ""
355
 
356
  #: includes/whitelist.php:106
357
  msgid "Search IP"
358
- msgstr ""
359
 
360
  #: includes/whitelist.php:160
361
  msgid "Nothing found"
362
- msgstr ""
363
 
364
  #: includes/whitelist.php:160
365
  msgid "No IP in the whitelist"
366
- msgstr ""
367
 
368
  #: includes/whitelist.php:167
369
  msgid "IP address"
370
- msgstr ""
371
 
372
  #: includes/whitelist.php:168
373
  msgid "Date added"
374
- msgstr ""
375
 
376
  #: includes/whitelist.php:222 includes/whitelist.php:232
377
  msgid "Remove from the whitelist"
378
- msgstr ""
379
 
380
  #: includes/whitelist.php:318
381
  msgid "IP added to the whitelist successfully"
382
- msgstr ""
383
 
384
  #: includes/whitelist.php:320 includes/whitelist.php:341
385
  #: includes/whitelist.php:351
386
- msgid "Some errors occured"
387
- msgstr ""
 
388
 
389
  #: includes/whitelist.php:322
390
  msgid "IP is already in the whitelist"
391
- msgstr ""
392
 
393
  #: includes/whitelist.php:325
394
  msgid "Invalid IP. See allowed formats."
395
- msgstr ""
396
 
397
  #: includes/whitelist.php:347
398
  msgid "One IP was deleted successfully"
399
- msgstr ""
400
 
401
  #: includes/whitelist.php:354
402
  msgid "You have not entered any IP"
403
- msgstr ""
404
 
405
  #: includes/whitelist.php:357
406
  msgid "You have not entered any IP in to the search form"
407
- msgstr ""
408
 
409
  #: includes/whitelist.php:359
410
  msgid "Search results for"
411
- msgstr ""
412
 
413
  #: includes/pro_banners.php:17
414
  msgid "This options is available in Pro version of plugin"
415
- msgstr ""
416
 
417
  #: includes/pro_banners.php:20
418
  msgid "Close"
419
- msgstr ""
420
 
421
  #: includes/pro_banners.php:29
422
  msgid "Upgrade to Pro"
423
- msgstr ""
424
 
425
  #: includes/pro_banners.php:42
426
  msgid "Reason"
427
- msgstr ""
428
 
429
  #: includes/pro_banners.php:45
430
  msgid "Allowed separators for IPs: a comma"
431
- msgstr ""
432
 
433
  #: includes/pro_banners.php:45 includes/pro_banners.php:46
434
  msgid "semicolon"
435
- msgstr ""
436
 
437
  #: includes/pro_banners.php:45
438
  msgid "ordinary space, tab, new line or carriage return"
439
- msgstr ""
440
 
441
  #: includes/pro_banners.php:46
442
  msgid "Allowed separators for reasons: a comma"
443
- msgstr ""
444
 
445
  #: includes/pro_banners.php:46
446
  msgid "tab, new line or carriage return"
447
- msgstr ""
448
 
449
  #: includes/pro_banners.php:71
450
  msgid "Normal"
451
- msgstr ""
452
 
453
  #: includes/pro_banners.php:72
454
  msgid "Compact"
455
- msgstr ""
456
 
457
  #: includes/pro_banners.php:76
458
  msgid "reCAPTCHA Language"
459
- msgstr ""
460
 
461
  #: includes/pro_banners.php:83
462
  msgid "Use the current site language"
463
- msgstr ""
464
 
465
  #: includes/pro_banners.php:83
466
  msgid "Using"
467
- msgstr ""
468
 
469
  #: includes/pro_banners.php:89
470
  msgid "reCAPTCHA Size"
471
- msgstr ""
472
 
473
  #, fuzzy
474
  #~ msgid "Error: You have entered an incorrect reCAPTCHA value"
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:25+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
9
  "Language: es_419\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:593
21
  msgid "Google Captcha Settings"
22
  msgstr "Googe Captcha Ajustes"
23
 
24
+ #: google-captcha.php:248
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
+ msgstr "Por favor espere hasta que se carga Google reCAPTCHA."
27
 
28
+ #: google-captcha.php:249
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
+ "Error al cargar Google reCAPTCHA. Por favor, compruebe su conexión a "
34
+ "internet y vuelva a cargar esta página."
35
 
36
+ #: google-captcha.php:269
37
  msgid "Warning"
38
+ msgstr "Atención"
39
 
40
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
41
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
42
  msgid "Error"
43
+ msgstr "Error "
44
 
45
+ #: google-captcha.php:371
46
  msgid "You are in the whitelist"
47
+ msgstr "Estás en la lista blanca"
48
 
49
+ #: google-captcha.php:498
 
50
  msgid "Site Key"
51
+ msgstr "Clave del sitio"
52
 
53
+ #: google-captcha.php:503
54
  msgid "Secret Key"
55
+ msgstr "Clave Secreta"
56
 
57
+ #: google-captcha.php:510 google-captcha.php:511
58
  msgid "Version"
59
+ msgstr "Versión"
60
 
61
+ #: google-captcha.php:512
62
  msgid "Invisible reCAPTCHA"
63
+ msgstr "Invisible reCAPTCHA"
64
 
65
+ #: google-captcha.php:517
66
  msgid "Login form"
67
  msgstr "Formulario de acceso"
68
 
69
+ #: google-captcha.php:518
70
  msgid "Registration form"
71
  msgstr "Formulario de registro"
72
 
73
+ #: google-captcha.php:519
74
  msgid "Reset password form"
75
  msgstr "Formulario de restablecimiento de contraseña"
76
 
77
+ #: google-captcha.php:520
78
  msgid "Comments form"
79
  msgstr "Formulario de comentarios"
80
 
81
+ #: google-captcha.php:539
 
82
  msgid "Enter site key"
83
+ msgstr "Introduce la clave de sitio"
84
 
85
+ #: google-captcha.php:540 google-captcha.php:546
86
  msgid "WARNING: The captcha will not display while you don't fill key fields."
87
  msgstr ""
88
+ "ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los campos "
89
+ "de clave."
90
 
91
+ #: google-captcha.php:545
 
92
  msgid "Enter secret key"
93
+ msgstr "Introduce la clave secreta"
94
 
95
+ #: google-captcha.php:572
96
  msgid "Settings saved"
97
+ msgstr "Configuraciónes guardada"
98
 
99
+ #: google-captcha.php:578
 
100
  msgid "All plugin settings were restored"
101
+ msgstr "Se restauraron todos los parámetros de plugin"
102
 
103
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
104
  msgid "Settings"
105
+ msgstr "Configuraciónes"
106
 
107
+ #: google-captcha.php:596
 
108
  msgid "Whitelist"
109
+ msgstr "Lista Blanca"
110
 
111
+ #: google-captcha.php:597
112
  msgid "Custom code"
113
+ msgstr "Código personalizado"
114
 
115
+ #: google-captcha.php:598
116
  msgid "Go PRO"
117
+ msgstr "Go PRO"
118
 
119
+ #: google-captcha.php:603
120
  msgid ""
121
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
122
  "version 1 features."
123
  msgstr ""
124
+ "Sólo un reCAPTCHA puede visualizarse en la página, está relacionado con "
125
+ "características de la versión 1 de reCAPTCHA."
126
 
127
+ #: google-captcha.php:618
128
+ #, php-format
129
  msgid ""
130
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
131
  "please use %s button"
132
  msgstr ""
133
+ "Si desea añadir un Google Captcha (reCAPTCHA) a su página o post, por favor "
134
+ "usar %s botón"
135
 
136
+ #: google-captcha.php:622
137
  #, php-format
138
  msgid ""
139
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
141
  "isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
142
  "your own form , please use the shortcode %s"
143
  msgstr ""
144
+ "Puede añadir el Google Captcha (reCAPTCHA) a tu página o post haciendo clic "
145
+ "en %s en el contenido editar bloque usando el modo Visual. Si el botón no "
146
+ "aparece o gustaría añadir el Google Captcha (reCAPTCHA) a su propia forma, "
147
+ "utilice el código %s"
148
 
149
+ #: google-captcha.php:628
150
  msgid "Authentication"
151
  msgstr "Autentificación"
152
 
153
+ #: google-captcha.php:629
154
  #, php-format
155
  msgid ""
156
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
157
  "your API keys %shere%s"
158
  msgstr ""
159
+ "Para poder utilizar reCAPTCHA, introduce clave del sitio y clave secreta. "
160
+ "Usted puede administrar su API claves %shere%s"
161
 
162
+ #: google-captcha.php:644
163
  msgid "Test Keys"
164
+ msgstr "Test Claves"
165
 
166
+ #: google-captcha.php:647
167
  msgid "Options"
168
  msgstr "Opciones"
169
 
170
+ #: google-captcha.php:650
171
  msgid "Enable reCAPTCHA for"
172
+ msgstr "Permite reCAPTCHA para"
173
 
174
+ #: google-captcha.php:654
175
  msgid "WordPress default"
176
+ msgstr "WordPress por defecto"
177
 
178
+ #: google-captcha.php:663
179
  msgid "This option is available only for network or for main blog"
180
+ msgstr "Esta opción está disponible sólo para red o para blog principal"
181
 
182
+ #: google-captcha.php:672
 
183
  msgid "Plugins"
184
+ msgstr "Plugins"
185
 
186
+ #: google-captcha.php:680 google-captcha.php:685
 
187
  #, php-format
188
  msgid "You should %s to use this functionality"
189
+ msgstr "Usted debe %s para usar esta funcionalidad"
190
 
191
+ #: google-captcha.php:681
 
192
  msgid "activate"
193
+ msgstr "activar"
194
 
195
+ #: google-captcha.php:681
196
  msgid "for network"
197
+ msgstr "para red"
198
 
199
+ #: google-captcha.php:686
200
  msgid "download"
201
+ msgstr "descargar"
202
 
203
+ #: google-captcha.php:690
204
  msgid "Check off for adding captcha to forms on their settings pages"
205
  msgstr ""
206
+ "Marcar para añadir captcha a formularios en sus páginas de configuración"
207
 
208
+ #: google-captcha.php:699
209
  #, php-format
210
  msgid ""
211
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
212
  msgstr ""
213
+ "Si desea añadir Google Captcha (reCAPTCHA) a un formulario personalizado ver "
214
+ "%s"
215
 
216
+ #: google-captcha.php:699 google-captcha.php:1296
217
  msgid "FAQ"
218
  msgstr "Preguntas Frecuentes"
219
 
220
+ #: google-captcha.php:704
221
  msgid "Hide reCAPTCHA in Comments Form for"
222
+ msgstr "Ocultar reCAPTCHA en formulario de comentarios para"
223
 
224
+ #: google-captcha.php:716
 
225
  msgid "Whitelist Notification"
226
+ msgstr "Notificaciones de la Lista Blanca"
227
 
228
+ #: google-captcha.php:720
229
  msgid ""
230
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
231
  "added to the whitelist"
232
  msgstr ""
233
+ "Este mensaje se visualizará en lugar del reCAPTCHA si la IP del usuario se "
234
+ "agrega a la lista blanca"
235
 
236
+ #: google-captcha.php:726
237
  msgid "reCAPTCHA Version"
238
+ msgstr "reCAPTCHA Versión"
239
 
240
+ #: google-captcha.php:736
241
  msgid ""
242
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
243
  "ones will have to pass the captcha"
244
  msgstr ""
245
+ "reCAPTCHA no será visible para no sospechoso usuarios mientras que los "
246
+ "sospechosos tendrán que pasar el captcha"
247
 
248
+ #: google-captcha.php:744 google-captcha.php:757
249
  msgid "reCAPTCHA Theme"
250
+ msgstr "reCAPTCHA Tema"
251
 
252
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
253
  msgid "for version"
254
+ msgstr "para versión"
255
 
256
+ #: google-captcha.php:770
257
  msgid "Save Changes"
258
  msgstr "Guardar Cambios"
259
 
260
+ #: google-captcha.php:834 google-captcha.php:1315
261
  msgid "To use Google Captcha you must get the keys from"
262
  msgstr "Para utilizar Google Captcha debe obtener las claves de"
263
 
264
+ #: google-captcha.php:835 google-captcha.php:1316
265
  msgid "here"
266
  msgstr "aquí"
267
 
268
+ #: google-captcha.php:836 google-captcha.php:1317
269
  msgid "and enter them on the"
270
  msgstr "e introducirlas en"
271
 
272
+ #: google-captcha.php:838 google-captcha.php:1319
273
  msgid "plugin setting page"
274
  msgstr "página de configuración de plugin"
275
 
276
+ #: google-captcha.php:1041
277
  msgid "User response is missing."
278
+ msgstr "Respuesta del usuario está ausente."
279
 
280
+ #: google-captcha.php:1045 google-captcha.php:1053
281
  msgid "Secret Key is invalid"
282
+ msgstr "Clave secreta no es válido"
283
 
284
+ #: google-captcha.php:1046 google-captcha.php:1054
285
  msgid "Check your domain configuration"
286
+ msgstr "Compruebe su configuración de dominio"
287
 
288
+ #: google-captcha.php:1047 google-captcha.php:1055
 
289
  msgid "and enter it again"
290
+ msgstr "e introducirle otra vez"
291
 
292
+ #: google-captcha.php:1050
293
  msgid "Secret Key is missing."
294
+ msgstr "Clave Secreta está ausente."
295
 
296
+ #: google-captcha.php:1057
297
  msgid "User response is invalid"
298
+ msgstr "Respuesta del usuario no es válido"
299
 
300
+ #: google-captcha.php:1058
 
301
  msgid "You have entered an incorrect reCAPTCHA value."
302
+ msgstr "Ha introducido un valor incorrecto de reCAPTCHA."
303
 
304
+ #: google-captcha.php:1059
305
  msgid ""
306
  "More than one reCAPTCHA has been found in the current form. Please remove "
307
  "all unnecessary reCAPTCHA fields to make it work properly."
308
  msgstr ""
309
+ "Más de un reCAPTCHA se ha encontrado en la forma actual. Por favor, elimine "
310
+ "todos los campos de reCAPTCHA innecesarios para que funcione correctamente."
311
 
312
+ #: google-captcha.php:1205
 
313
  msgid "Click the BACK button on your browser, and try again."
314
+ msgstr "Haga clic en el botón atrás de su navegador y vuelve a intentarlo."
 
 
315
 
316
+ #: google-captcha.php:1230
317
  msgid "Please, complete the captcha and submit \"Test verification\""
318
+ msgstr "Por favor, completar el captcha y presentar \"Test de verificación\""
319
 
320
+ #: google-captcha.php:1235
321
  msgid "Test verification"
322
+ msgstr "Test de verificación"
323
 
324
+ #: google-captcha.php:1256
325
  msgid "The verification is successfully completed"
326
+ msgstr "La verificación es completada con éxito"
327
 
328
+ #: google-captcha.php:1297
329
  msgid "Support"
330
  msgstr "Soporte"
331
 
332
  #: includes/whitelist.php:64
333
  msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
334
+ msgstr "Para IP direcciones de lo lista blanca reCAPTCHA no se mostrarán"
335
 
336
  #: includes/whitelist.php:71
337
  msgid "Add IP to the whitelist"
338
+ msgstr "Añadir IP a la lista blanca"
339
 
340
  #: includes/whitelist.php:75
 
341
  msgid "Save changes"
342
+ msgstr "Guardar cambios"
343
 
344
  #: includes/whitelist.php:92
345
  msgid "My IP"
346
+ msgstr "Mi IP"
347
 
348
  #: includes/whitelist.php:96
349
  msgid "Save IP to the whitelist"
350
+ msgstr "Guardar IP a la lista blanca"
351
 
352
  #: includes/whitelist.php:100 includes/pro_banners.php:44
353
  msgid "Allowed formats"
354
+ msgstr "Formatos permitidos"
355
 
356
  #: includes/whitelist.php:101
357
  msgid "Allowed diapason"
358
+ msgstr "Diapason permitido"
359
 
360
  #: includes/whitelist.php:106
361
  msgid "Search IP"
362
+ msgstr "Buscar IP"
363
 
364
  #: includes/whitelist.php:160
365
  msgid "Nothing found"
366
+ msgstr "Nada encontrado"
367
 
368
  #: includes/whitelist.php:160
369
  msgid "No IP in the whitelist"
370
+ msgstr "No IP en la lista blanca"
371
 
372
  #: includes/whitelist.php:167
373
  msgid "IP address"
374
+ msgstr "Dirección IP"
375
 
376
  #: includes/whitelist.php:168
377
  msgid "Date added"
378
+ msgstr "Fecha agregada"
379
 
380
  #: includes/whitelist.php:222 includes/whitelist.php:232
381
  msgid "Remove from the whitelist"
382
+ msgstr "Quitar de la lista blanca"
383
 
384
  #: includes/whitelist.php:318
385
  msgid "IP added to the whitelist successfully"
386
+ msgstr "IP se ha agregado a la lista blanca correctamente"
387
 
388
  #: includes/whitelist.php:320 includes/whitelist.php:341
389
  #: includes/whitelist.php:351
390
+ #, fuzzy
391
+ msgid "Some errors occurred"
392
+ msgstr "Algunos errores ocurrió"
393
 
394
  #: includes/whitelist.php:322
395
  msgid "IP is already in the whitelist"
396
+ msgstr "IP ya está en la lista blanca"
397
 
398
  #: includes/whitelist.php:325
399
  msgid "Invalid IP. See allowed formats."
400
+ msgstr "IP es no válido. Ver formatos permitidos."
401
 
402
  #: includes/whitelist.php:347
403
  msgid "One IP was deleted successfully"
404
+ msgstr "Una dirección IP se ha eliminado correctamente"
405
 
406
  #: includes/whitelist.php:354
407
  msgid "You have not entered any IP"
408
+ msgstr "No se ha introducido ningún IP"
409
 
410
  #: includes/whitelist.php:357
411
  msgid "You have not entered any IP in to the search form"
412
+ msgstr "No se ha introducido ningún IP en el formulario de búsqueda"
413
 
414
  #: includes/whitelist.php:359
415
  msgid "Search results for"
416
+ msgstr "Resultados de la búsqueda para"
417
 
418
  #: includes/pro_banners.php:17
419
  msgid "This options is available in Pro version of plugin"
420
+ msgstr "Esta opción está disponible en la versión Pro de plugin"
421
 
422
  #: includes/pro_banners.php:20
423
  msgid "Close"
424
+ msgstr "Сerrar"
425
 
426
  #: includes/pro_banners.php:29
427
  msgid "Upgrade to Pro"
428
+ msgstr "Actualizar a Pro"
429
 
430
  #: includes/pro_banners.php:42
431
  msgid "Reason"
432
+ msgstr "Razon"
433
 
434
  #: includes/pro_banners.php:45
435
  msgid "Allowed separators for IPs: a comma"
436
+ msgstr "Permitidos separadores para IPs: una coma"
437
 
438
  #: includes/pro_banners.php:45 includes/pro_banners.php:46
439
  msgid "semicolon"
440
+ msgstr "punto y coma"
441
 
442
  #: includes/pro_banners.php:45
443
  msgid "ordinary space, tab, new line or carriage return"
444
+ msgstr "ordinario espacio, tabulador, nueva línea o retorno de carro"
445
 
446
  #: includes/pro_banners.php:46
447
  msgid "Allowed separators for reasons: a comma"
448
+ msgstr "Permite separadores de razones: una coma"
449
 
450
  #: includes/pro_banners.php:46
451
  msgid "tab, new line or carriage return"
452
+ msgstr "tabulador, nueva línea o retorno de carro"
453
 
454
  #: includes/pro_banners.php:71
455
  msgid "Normal"
456
+ msgstr "Normal"
457
 
458
  #: includes/pro_banners.php:72
459
  msgid "Compact"
460
+ msgstr "Compacto"
461
 
462
  #: includes/pro_banners.php:76
463
  msgid "reCAPTCHA Language"
464
+ msgstr "reCAPTCHA Idioma"
465
 
466
  #: includes/pro_banners.php:83
467
  msgid "Use the current site language"
468
+ msgstr "Usar la actual idioma del sitio"
469
 
470
  #: includes/pro_banners.php:83
471
  msgid "Using"
472
+ msgstr "Usando"
473
 
474
  #: includes/pro_banners.php:89
475
  msgid "reCAPTCHA Size"
476
+ msgstr "reCAPTCHA Tamaño"
477
 
478
  #, fuzzy
479
  #~ msgid "Error: You have entered an incorrect reCAPTCHA value"
languages/google-captcha-fa_IR.mo CHANGED
Binary file
languages/google-captcha-fa_IR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:00+0300\n"
6
- "PO-Revision-Date: 2017-04-18 18:00+0300\n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Amirreza Nasiri <nasiri.amirreza.96@gmail.com>\n"
9
  "Language: fa_IR\n"
10
  "MIME-Version: 1.0\n"
@@ -21,114 +21,114 @@ msgstr ""
21
  "X-Loco-Target-Locale: uk_UA\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: google-captcha.php:34 google-captcha.php:602
25
  msgid "Google Captcha Settings"
26
  msgstr "تنظیمات Google Captcha"
27
 
28
- #: google-captcha.php:254
29
  msgid "Please wait until Google reCAPTCHA is loaded."
30
  msgstr ""
31
 
32
- #: google-captcha.php:255
33
  msgid ""
34
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
35
  "reload this page."
36
  msgstr ""
37
 
38
- #: google-captcha.php:275
39
  msgid "Warning"
40
  msgstr ""
41
 
42
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
43
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
44
  msgid "Error"
45
  msgstr "خطا"
46
 
47
- #: google-captcha.php:377
48
  msgid "You are in the whitelist"
49
  msgstr ""
50
 
51
- #: google-captcha.php:506
52
  #, fuzzy
53
  msgid "Site Key"
54
  msgstr "کلید سایت (site key در تنظیمات گوگل)"
55
 
56
- #: google-captcha.php:511
57
  msgid "Secret Key"
58
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
59
 
60
- #: google-captcha.php:518 google-captcha.php:519
61
  #, fuzzy
62
  msgid "Version"
63
  msgstr "نسخه"
64
 
65
- #: google-captcha.php:520
66
  #, fuzzy
67
  msgid "Invisible reCAPTCHA"
68
  msgstr "فعال کردن CAPTCHA"
69
 
70
- #: google-captcha.php:525
71
  msgid "Login form"
72
  msgstr "فرم ورود"
73
 
74
- #: google-captcha.php:526
75
  msgid "Registration form"
76
  msgstr "فرم ثبت نام"
77
 
78
- #: google-captcha.php:527
79
  msgid "Reset password form"
80
  msgstr "فرم فراموش رمز عبور"
81
 
82
- #: google-captcha.php:528
83
  msgid "Comments form"
84
  msgstr "فرم دیدگاه ها"
85
 
86
- #: google-captcha.php:547
87
  msgid "Enter site key"
88
  msgstr "کلید سایت را وارد کنید"
89
 
90
- #: google-captcha.php:548 google-captcha.php:554
91
  msgid "WARNING: The captcha will not display while you don't fill key fields."
92
  msgstr ""
93
  "تذکر: Captcha تا زمانی که فیلد مربوط به کلیدها را وارد نکنید، نشان داده "
94
  "نخواهد شد."
95
 
96
- #: google-captcha.php:553
97
  msgid "Enter secret key"
98
  msgstr "کلید سری را وارد کنید"
99
 
100
- #: google-captcha.php:581
101
  msgid "Settings saved"
102
  msgstr "تنظیمات ذخیره شدند"
103
 
104
- #: google-captcha.php:587
105
  #, fuzzy
106
  msgid "All plugin settings were restored"
107
  msgstr "تمام تنظیمات پلاگین بازگردانده شدند."
108
 
109
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
110
  msgid "Settings"
111
  msgstr "تنظیمات"
112
 
113
- #: google-captcha.php:605
114
  msgid "Whitelist"
115
  msgstr ""
116
 
117
- #: google-captcha.php:606
118
  msgid "Custom code"
119
  msgstr ""
120
 
121
- #: google-captcha.php:607
122
  msgid "Go PRO"
123
  msgstr "ارتقاء به نسخه حرفه ای"
124
 
125
- #: google-captcha.php:612
126
  msgid ""
127
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
128
  "version 1 features."
129
  msgstr ""
130
 
131
- #: google-captcha.php:627
132
  #, fuzzy, php-format
133
  msgid ""
134
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -137,7 +137,7 @@ msgstr ""
137
  "اگر می خواهید که Google Captcha را به فرم دلخواه خود اضافه کنید، کافیست شورت "
138
  "کد زیر را کپی کرده و درون فرم مورد نظر بچسبانید:"
139
 
140
- #: google-captcha.php:631
141
  #, php-format
142
  msgid ""
143
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -146,188 +146,187 @@ msgid ""
146
  "your own form , please use the shortcode %s"
147
  msgstr ""
148
 
149
- #: google-captcha.php:637
150
  msgid "Authentication"
151
  msgstr "تایید هویت"
152
 
153
- #: google-captcha.php:638
154
  #, php-format
155
  msgid ""
156
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
157
  "your API keys %shere%s"
158
  msgstr ""
159
 
160
- #: google-captcha.php:653
161
  #, fuzzy
162
  msgid "Test Keys"
163
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
164
 
165
- #: google-captcha.php:656
166
  msgid "Options"
167
  msgstr "تنظیمات"
168
 
169
- #: google-captcha.php:659
170
  msgid "Enable reCAPTCHA for"
171
  msgstr "فعال کردن reCAPTCHA برای"
172
 
173
- #: google-captcha.php:663
174
  msgid "WordPress default"
175
  msgstr ""
176
 
177
- #: google-captcha.php:672
178
  msgid "This option is available only for network or for main blog"
179
  msgstr ""
180
 
181
- #: google-captcha.php:681
182
  msgid "Plugins"
183
  msgstr ""
184
 
185
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
186
- #: google-captcha.php:729
187
  #, fuzzy, php-format
188
  msgid "You should %s to use this functionality"
189
  msgstr "تا از این قابلیت استفاده کنید"
190
 
191
- #: google-captcha.php:690 google-captcha.php:725
192
  msgid "activate"
193
  msgstr "فعال کنید"
194
 
195
- #: google-captcha.php:690 google-captcha.php:725
196
  msgid "for network"
197
  msgstr ""
198
 
199
- #: google-captcha.php:695 google-captcha.php:730
200
  msgid "download"
201
  msgstr "دانلود"
202
 
203
- #: google-captcha.php:699
204
  msgid "Check off for adding captcha to forms on their settings pages"
205
  msgstr ""
206
 
207
- #: google-captcha.php:742
208
  #, php-format
209
  msgid ""
210
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
211
  msgstr ""
212
 
213
- #: google-captcha.php:742 google-captcha.php:1356
214
  msgid "FAQ"
215
  msgstr "سوالات متداول"
216
 
217
- #: google-captcha.php:747
218
  #, fuzzy
219
  msgid "Hide reCAPTCHA in Comments Form for"
220
  msgstr "reCAPTCHA را در فرم دیدگاه ها مخفی کن در"
221
 
222
- #: google-captcha.php:759
223
  #, fuzzy
224
  msgid "Whitelist Notification"
225
  msgstr "تایید هویت"
226
 
227
- #: google-captcha.php:763
228
  msgid ""
229
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
230
  "added to the whitelist"
231
  msgstr ""
232
 
233
- #: google-captcha.php:769
234
  #, fuzzy
235
  msgid "reCAPTCHA Version"
236
  msgstr "نسخه reCAPTCHA"
237
 
238
- #: google-captcha.php:779
239
  msgid ""
240
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
241
  "ones will have to pass the captcha"
242
  msgstr ""
243
 
244
- #: google-captcha.php:787 google-captcha.php:800
245
  #, fuzzy
246
  msgid "reCAPTCHA Theme"
247
  msgstr "پوسته reCAPTCHA"
248
 
249
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
250
  msgid "for version"
251
  msgstr "برای نسخه"
252
 
253
- #: google-captcha.php:813
254
  msgid "Save Changes"
255
  msgstr "ذخیره کردن تنظیمات"
256
 
257
- #: google-captcha.php:877 google-captcha.php:1375
258
  msgid "To use Google Captcha you must get the keys from"
259
  msgstr "برای استفاده از Google Captcha باید کلید ها را تهیه کنید از"
260
 
261
- #: google-captcha.php:878 google-captcha.php:1376
262
  msgid "here"
263
  msgstr "اینجا"
264
 
265
- #: google-captcha.php:879 google-captcha.php:1377
266
  msgid "and enter them on the"
267
  msgstr "و آنها را وارد کنید در"
268
 
269
- #: google-captcha.php:881 google-captcha.php:1379
270
  msgid "plugin setting page"
271
  msgstr "صفحه تنظیمات افزونه"
272
 
273
- #: google-captcha.php:1082
274
  msgid "User response is missing."
275
  msgstr ""
276
 
277
- #: google-captcha.php:1086 google-captcha.php:1094
278
  #, fuzzy
279
  msgid "Secret Key is invalid"
280
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
281
 
282
- #: google-captcha.php:1087 google-captcha.php:1095
283
  msgid "Check your domain configuration"
284
  msgstr ""
285
 
286
- #: google-captcha.php:1088 google-captcha.php:1096
287
  #, fuzzy
288
  msgid "and enter it again"
289
  msgstr "و آنها را وارد کنید در"
290
 
291
- #: google-captcha.php:1091
292
  #, fuzzy
293
  msgid "Secret Key is missing."
294
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
295
 
296
- #: google-captcha.php:1098
297
  msgid "User response is invalid"
298
  msgstr ""
299
 
300
- #: google-captcha.php:1099
301
  #, fuzzy
302
  msgid "You have entered an incorrect reCAPTCHA value."
303
  msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
304
 
305
- #: google-captcha.php:1100
306
  msgid ""
307
  "More than one reCAPTCHA has been found in the current form. Please remove "
308
  "all unnecessary reCAPTCHA fields to make it work properly."
309
  msgstr ""
310
 
311
- #: google-captcha.php:1246
312
  #, fuzzy
313
  msgid "Click the BACK button on your browser, and try again."
314
  msgstr ""
315
  "خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید. به صفحه قبلی بازگشته و "
316
  "دوباره تلاش کنید."
317
 
318
- #: google-captcha.php:1291
319
  msgid "Please, complete the captcha and submit \"Test verification\""
320
  msgstr ""
321
 
322
- #: google-captcha.php:1295
323
  msgid "Test verification"
324
  msgstr ""
325
 
326
- #: google-captcha.php:1316
327
  msgid "The verification is successfully completed"
328
  msgstr ""
329
 
330
- #: google-captcha.php:1357
331
  msgid "Support"
332
  msgstr "پشتیبانی"
333
 
@@ -390,7 +389,7 @@ msgstr ""
390
 
391
  #: includes/whitelist.php:320 includes/whitelist.php:341
392
  #: includes/whitelist.php:351
393
- msgid "Some errors occured"
394
  msgstr ""
395
 
396
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:25+0300\n"
6
+ "PO-Revision-Date: 2017-05-16 09:25+0300\n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Amirreza Nasiri <nasiri.amirreza.96@gmail.com>\n"
9
  "Language: fa_IR\n"
10
  "MIME-Version: 1.0\n"
21
  "X-Loco-Target-Locale: uk_UA\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: google-captcha.php:34 google-captcha.php:593
25
  msgid "Google Captcha Settings"
26
  msgstr "تنظیمات Google Captcha"
27
 
28
+ #: google-captcha.php:248
29
  msgid "Please wait until Google reCAPTCHA is loaded."
30
  msgstr ""
31
 
32
+ #: google-captcha.php:249
33
  msgid ""
34
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
35
  "reload this page."
36
  msgstr ""
37
 
38
+ #: google-captcha.php:269
39
  msgid "Warning"
40
  msgstr ""
41
 
42
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
43
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
44
  msgid "Error"
45
  msgstr "خطا"
46
 
47
+ #: google-captcha.php:371
48
  msgid "You are in the whitelist"
49
  msgstr ""
50
 
51
+ #: google-captcha.php:498
52
  #, fuzzy
53
  msgid "Site Key"
54
  msgstr "کلید سایت (site key در تنظیمات گوگل)"
55
 
56
+ #: google-captcha.php:503
57
  msgid "Secret Key"
58
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
59
 
60
+ #: google-captcha.php:510 google-captcha.php:511
61
  #, fuzzy
62
  msgid "Version"
63
  msgstr "نسخه"
64
 
65
+ #: google-captcha.php:512
66
  #, fuzzy
67
  msgid "Invisible reCAPTCHA"
68
  msgstr "فعال کردن CAPTCHA"
69
 
70
+ #: google-captcha.php:517
71
  msgid "Login form"
72
  msgstr "فرم ورود"
73
 
74
+ #: google-captcha.php:518
75
  msgid "Registration form"
76
  msgstr "فرم ثبت نام"
77
 
78
+ #: google-captcha.php:519
79
  msgid "Reset password form"
80
  msgstr "فرم فراموش رمز عبور"
81
 
82
+ #: google-captcha.php:520
83
  msgid "Comments form"
84
  msgstr "فرم دیدگاه ها"
85
 
86
+ #: google-captcha.php:539
87
  msgid "Enter site key"
88
  msgstr "کلید سایت را وارد کنید"
89
 
90
+ #: google-captcha.php:540 google-captcha.php:546
91
  msgid "WARNING: The captcha will not display while you don't fill key fields."
92
  msgstr ""
93
  "تذکر: Captcha تا زمانی که فیلد مربوط به کلیدها را وارد نکنید، نشان داده "
94
  "نخواهد شد."
95
 
96
+ #: google-captcha.php:545
97
  msgid "Enter secret key"
98
  msgstr "کلید سری را وارد کنید"
99
 
100
+ #: google-captcha.php:572
101
  msgid "Settings saved"
102
  msgstr "تنظیمات ذخیره شدند"
103
 
104
+ #: google-captcha.php:578
105
  #, fuzzy
106
  msgid "All plugin settings were restored"
107
  msgstr "تمام تنظیمات پلاگین بازگردانده شدند."
108
 
109
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
110
  msgid "Settings"
111
  msgstr "تنظیمات"
112
 
113
+ #: google-captcha.php:596
114
  msgid "Whitelist"
115
  msgstr ""
116
 
117
+ #: google-captcha.php:597
118
  msgid "Custom code"
119
  msgstr ""
120
 
121
+ #: google-captcha.php:598
122
  msgid "Go PRO"
123
  msgstr "ارتقاء به نسخه حرفه ای"
124
 
125
+ #: google-captcha.php:603
126
  msgid ""
127
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
128
  "version 1 features."
129
  msgstr ""
130
 
131
+ #: google-captcha.php:618
132
  #, fuzzy, php-format
133
  msgid ""
134
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
137
  "اگر می خواهید که Google Captcha را به فرم دلخواه خود اضافه کنید، کافیست شورت "
138
  "کد زیر را کپی کرده و درون فرم مورد نظر بچسبانید:"
139
 
140
+ #: google-captcha.php:622
141
  #, php-format
142
  msgid ""
143
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
146
  "your own form , please use the shortcode %s"
147
  msgstr ""
148
 
149
+ #: google-captcha.php:628
150
  msgid "Authentication"
151
  msgstr "تایید هویت"
152
 
153
+ #: google-captcha.php:629
154
  #, php-format
155
  msgid ""
156
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
157
  "your API keys %shere%s"
158
  msgstr ""
159
 
160
+ #: google-captcha.php:644
161
  #, fuzzy
162
  msgid "Test Keys"
163
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
164
 
165
+ #: google-captcha.php:647
166
  msgid "Options"
167
  msgstr "تنظیمات"
168
 
169
+ #: google-captcha.php:650
170
  msgid "Enable reCAPTCHA for"
171
  msgstr "فعال کردن reCAPTCHA برای"
172
 
173
+ #: google-captcha.php:654
174
  msgid "WordPress default"
175
  msgstr ""
176
 
177
+ #: google-captcha.php:663
178
  msgid "This option is available only for network or for main blog"
179
  msgstr ""
180
 
181
+ #: google-captcha.php:672
182
  msgid "Plugins"
183
  msgstr ""
184
 
185
+ #: google-captcha.php:680 google-captcha.php:685
 
186
  #, fuzzy, php-format
187
  msgid "You should %s to use this functionality"
188
  msgstr "تا از این قابلیت استفاده کنید"
189
 
190
+ #: google-captcha.php:681
191
  msgid "activate"
192
  msgstr "فعال کنید"
193
 
194
+ #: google-captcha.php:681
195
  msgid "for network"
196
  msgstr ""
197
 
198
+ #: google-captcha.php:686
199
  msgid "download"
200
  msgstr "دانلود"
201
 
202
+ #: google-captcha.php:690
203
  msgid "Check off for adding captcha to forms on their settings pages"
204
  msgstr ""
205
 
206
+ #: google-captcha.php:699
207
  #, php-format
208
  msgid ""
209
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
210
  msgstr ""
211
 
212
+ #: google-captcha.php:699 google-captcha.php:1296
213
  msgid "FAQ"
214
  msgstr "سوالات متداول"
215
 
216
+ #: google-captcha.php:704
217
  #, fuzzy
218
  msgid "Hide reCAPTCHA in Comments Form for"
219
  msgstr "reCAPTCHA را در فرم دیدگاه ها مخفی کن در"
220
 
221
+ #: google-captcha.php:716
222
  #, fuzzy
223
  msgid "Whitelist Notification"
224
  msgstr "تایید هویت"
225
 
226
+ #: google-captcha.php:720
227
  msgid ""
228
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
229
  "added to the whitelist"
230
  msgstr ""
231
 
232
+ #: google-captcha.php:726
233
  #, fuzzy
234
  msgid "reCAPTCHA Version"
235
  msgstr "نسخه reCAPTCHA"
236
 
237
+ #: google-captcha.php:736
238
  msgid ""
239
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
240
  "ones will have to pass the captcha"
241
  msgstr ""
242
 
243
+ #: google-captcha.php:744 google-captcha.php:757
244
  #, fuzzy
245
  msgid "reCAPTCHA Theme"
246
  msgstr "پوسته reCAPTCHA"
247
 
248
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
249
  msgid "for version"
250
  msgstr "برای نسخه"
251
 
252
+ #: google-captcha.php:770
253
  msgid "Save Changes"
254
  msgstr "ذخیره کردن تنظیمات"
255
 
256
+ #: google-captcha.php:834 google-captcha.php:1315
257
  msgid "To use Google Captcha you must get the keys from"
258
  msgstr "برای استفاده از Google Captcha باید کلید ها را تهیه کنید از"
259
 
260
+ #: google-captcha.php:835 google-captcha.php:1316
261
  msgid "here"
262
  msgstr "اینجا"
263
 
264
+ #: google-captcha.php:836 google-captcha.php:1317
265
  msgid "and enter them on the"
266
  msgstr "و آنها را وارد کنید در"
267
 
268
+ #: google-captcha.php:838 google-captcha.php:1319
269
  msgid "plugin setting page"
270
  msgstr "صفحه تنظیمات افزونه"
271
 
272
+ #: google-captcha.php:1041
273
  msgid "User response is missing."
274
  msgstr ""
275
 
276
+ #: google-captcha.php:1045 google-captcha.php:1053
277
  #, fuzzy
278
  msgid "Secret Key is invalid"
279
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
280
 
281
+ #: google-captcha.php:1046 google-captcha.php:1054
282
  msgid "Check your domain configuration"
283
  msgstr ""
284
 
285
+ #: google-captcha.php:1047 google-captcha.php:1055
286
  #, fuzzy
287
  msgid "and enter it again"
288
  msgstr "و آنها را وارد کنید در"
289
 
290
+ #: google-captcha.php:1050
291
  #, fuzzy
292
  msgid "Secret Key is missing."
293
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
294
 
295
+ #: google-captcha.php:1057
296
  msgid "User response is invalid"
297
  msgstr ""
298
 
299
+ #: google-captcha.php:1058
300
  #, fuzzy
301
  msgid "You have entered an incorrect reCAPTCHA value."
302
  msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
303
 
304
+ #: google-captcha.php:1059
305
  msgid ""
306
  "More than one reCAPTCHA has been found in the current form. Please remove "
307
  "all unnecessary reCAPTCHA fields to make it work properly."
308
  msgstr ""
309
 
310
+ #: google-captcha.php:1205
311
  #, fuzzy
312
  msgid "Click the BACK button on your browser, and try again."
313
  msgstr ""
314
  "خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید. به صفحه قبلی بازگشته و "
315
  "دوباره تلاش کنید."
316
 
317
+ #: google-captcha.php:1230
318
  msgid "Please, complete the captcha and submit \"Test verification\""
319
  msgstr ""
320
 
321
+ #: google-captcha.php:1235
322
  msgid "Test verification"
323
  msgstr ""
324
 
325
+ #: google-captcha.php:1256
326
  msgid "The verification is successfully completed"
327
  msgstr ""
328
 
329
+ #: google-captcha.php:1297
330
  msgid "Support"
331
  msgstr "پشتیبانی"
332
 
389
 
390
  #: includes/whitelist.php:320 includes/whitelist.php:341
391
  #: includes/whitelist.php:351
392
+ msgid "Some errors occurred"
393
  msgstr ""
394
 
395
  #: includes/whitelist.php:322
languages/google-captcha-fr_FR.mo CHANGED
Binary file
languages/google-captcha-fr_FR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:02+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Denis Bodorr <lefinnois@lefinnois.net>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
@@ -17,114 +17,114 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:602
21
  msgid "Google Captcha Settings"
22
  msgstr "Configuration Google Captcha"
23
 
24
- #: google-captcha.php:254
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
- #: google-captcha.php:255
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
- #: google-captcha.php:275
35
  msgid "Warning"
36
  msgstr ""
37
 
38
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
39
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
40
  msgid "Error"
41
  msgstr "Erreur"
42
 
43
- #: google-captcha.php:377
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
- #: google-captcha.php:506
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "Clé du site"
51
 
52
- #: google-captcha.php:511
53
  msgid "Secret Key"
54
  msgstr "Clé secrète"
55
 
56
- #: google-captcha.php:518 google-captcha.php:519
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "Version"
60
 
61
- #: google-captcha.php:520
62
  #, fuzzy
63
  msgid "Invisible reCAPTCHA"
64
  msgstr "Activer CAPTCHA"
65
 
66
- #: google-captcha.php:525
67
  msgid "Login form"
68
  msgstr "Formulaire de connexion"
69
 
70
- #: google-captcha.php:526
71
  msgid "Registration form"
72
  msgstr "Formulaire d'enregistrement"
73
 
74
- #: google-captcha.php:527
75
  msgid "Reset password form"
76
  msgstr "Formulaire de réinitialisation de mot de passe"
77
 
78
- #: google-captcha.php:528
79
  msgid "Comments form"
80
  msgstr "Formulaire de commentaire"
81
 
82
- #: google-captcha.php:547
83
  msgid "Enter site key"
84
  msgstr "Saisissez la clé du site"
85
 
86
- #: google-captcha.php:548 google-captcha.php:554
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr ""
89
  "ATTENTION: Le captcha ne s'affichera pas tant que vous n'avez pas spécifié "
90
  "les clés"
91
 
92
- #: google-captcha.php:553
93
  msgid "Enter secret key"
94
  msgstr "Saisissez la clé secrète"
95
 
96
- #: google-captcha.php:581
97
  msgid "Settings saved"
98
  msgstr "Configuration enregistrée"
99
 
100
- #: google-captcha.php:587
101
  #, fuzzy
102
  msgid "All plugin settings were restored"
103
  msgstr "Tous les paramètre sont restaurés"
104
 
105
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
106
  msgid "Settings"
107
  msgstr "Configuration"
108
 
109
- #: google-captcha.php:605
110
  msgid "Whitelist"
111
  msgstr ""
112
 
113
- #: google-captcha.php:606
114
  msgid "Custom code"
115
  msgstr ""
116
 
117
- #: google-captcha.php:607
118
  msgid "Go PRO"
119
  msgstr "Version PRO"
120
 
121
- #: google-captcha.php:612
122
  msgid ""
123
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
124
  "version 1 features."
125
  msgstr ""
126
 
127
- #: google-captcha.php:627
128
  #, fuzzy, php-format
129
  msgid ""
130
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -133,7 +133,7 @@ msgstr ""
133
  "Si vous voulez ajouter Google Captcha à vos propres formulaires, copiez/"
134
  "collez simplement ce code:"
135
 
136
- #: google-captcha.php:631
137
  #, php-format
138
  msgid ""
139
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -142,190 +142,189 @@ msgid ""
142
  "your own form , please use the shortcode %s"
143
  msgstr ""
144
 
145
- #: google-captcha.php:637
146
  msgid "Authentication"
147
  msgstr "Authentification"
148
 
149
- #: google-captcha.php:638
150
  #, php-format
151
  msgid ""
152
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
153
  "your API keys %shere%s"
154
  msgstr ""
155
 
156
- #: google-captcha.php:653
157
  #, fuzzy
158
  msgid "Test Keys"
159
  msgstr "Clé secrète"
160
 
161
- #: google-captcha.php:656
162
  msgid "Options"
163
  msgstr "Options"
164
 
165
- #: google-captcha.php:659
166
  msgid "Enable reCAPTCHA for"
167
  msgstr "Activer reCAPTCHA pour"
168
 
169
- #: google-captcha.php:663
170
  msgid "WordPress default"
171
  msgstr ""
172
 
173
- #: google-captcha.php:672
174
  msgid "This option is available only for network or for main blog"
175
  msgstr ""
176
 
177
- #: google-captcha.php:681
178
  #, fuzzy
179
  msgid "Plugins"
180
  msgstr "Plugins Seite"
181
 
182
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
183
- #: google-captcha.php:729
184
  #, fuzzy, php-format
185
  msgid "You should %s to use this functionality"
186
  msgstr "pour utiliser cette fonctionnalité"
187
 
188
- #: google-captcha.php:690 google-captcha.php:725
189
  #, fuzzy
190
  msgid "activate"
191
  msgstr "activer"
192
 
193
- #: google-captcha.php:690 google-captcha.php:725
194
  msgid "for network"
195
  msgstr ""
196
 
197
- #: google-captcha.php:695 google-captcha.php:730
198
  msgid "download"
199
  msgstr "télécharger"
200
 
201
- #: google-captcha.php:699
202
  msgid "Check off for adding captcha to forms on their settings pages"
203
  msgstr ""
204
 
205
- #: google-captcha.php:742
206
  #, php-format
207
  msgid ""
208
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
209
  msgstr ""
210
 
211
- #: google-captcha.php:742 google-captcha.php:1356
212
  msgid "FAQ"
213
  msgstr "FAQ"
214
 
215
- #: google-captcha.php:747
216
  #, fuzzy
217
  msgid "Hide reCAPTCHA in Comments Form for"
218
  msgstr "Cacher reCAPTCHA dans le formulaire de commentaires pour"
219
 
220
- #: google-captcha.php:759
221
  #, fuzzy
222
  msgid "Whitelist Notification"
223
  msgstr "Authentification"
224
 
225
- #: google-captcha.php:763
226
  msgid ""
227
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
228
  "added to the whitelist"
229
  msgstr ""
230
 
231
- #: google-captcha.php:769
232
  #, fuzzy
233
  msgid "reCAPTCHA Version"
234
  msgstr "Version reCAPTCHA"
235
 
236
- #: google-captcha.php:779
237
  msgid ""
238
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
239
  "ones will have to pass the captcha"
240
  msgstr ""
241
 
242
- #: google-captcha.php:787 google-captcha.php:800
243
  #, fuzzy
244
  msgid "reCAPTCHA Theme"
245
  msgstr "Thème reCAPTCHA"
246
 
247
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
248
  msgid "for version"
249
  msgstr "pour la version"
250
 
251
- #: google-captcha.php:813
252
  msgid "Save Changes"
253
  msgstr "Enregistrer les modifications"
254
 
255
- #: google-captcha.php:877 google-captcha.php:1375
256
  msgid "To use Google Captcha you must get the keys from"
257
  msgstr "Pour utiliser Google Captcha vous devez obtenir les clés depuis"
258
 
259
- #: google-captcha.php:878 google-captcha.php:1376
260
  msgid "here"
261
  msgstr "ici"
262
 
263
- #: google-captcha.php:879 google-captcha.php:1377
264
  msgid "and enter them on the"
265
  msgstr "et les saisir sur la"
266
 
267
- #: google-captcha.php:881 google-captcha.php:1379
268
  msgid "plugin setting page"
269
  msgstr "page de configuration de l'extension"
270
 
271
- #: google-captcha.php:1082
272
  msgid "User response is missing."
273
  msgstr ""
274
 
275
- #: google-captcha.php:1086 google-captcha.php:1094
276
  #, fuzzy
277
  msgid "Secret Key is invalid"
278
  msgstr "Clé secrète"
279
 
280
- #: google-captcha.php:1087 google-captcha.php:1095
281
  msgid "Check your domain configuration"
282
  msgstr ""
283
 
284
- #: google-captcha.php:1088 google-captcha.php:1096
285
  #, fuzzy
286
  msgid "and enter it again"
287
  msgstr "et les saisir sur la"
288
 
289
- #: google-captcha.php:1091
290
  #, fuzzy
291
  msgid "Secret Key is missing."
292
  msgstr "Clé secrète"
293
 
294
- #: google-captcha.php:1098
295
  msgid "User response is invalid"
296
  msgstr ""
297
 
298
- #: google-captcha.php:1099
299
  #, fuzzy
300
  msgid "You have entered an incorrect reCAPTCHA value."
301
  msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
302
 
303
- #: google-captcha.php:1100
304
  msgid ""
305
  "More than one reCAPTCHA has been found in the current form. Please remove "
306
  "all unnecessary reCAPTCHA fields to make it work properly."
307
  msgstr ""
308
 
309
- #: google-captcha.php:1246
310
  #, fuzzy
311
  msgid "Click the BACK button on your browser, and try again."
312
  msgstr ""
313
  "Vous avez saisi une valeur de CAPTCHA incorrecte. Cliquez sur le bouton "
314
  "\"Revenir en arrière\" de votre navigateur et essayez à nouveau."
315
 
316
- #: google-captcha.php:1291
317
  msgid "Please, complete the captcha and submit \"Test verification\""
318
  msgstr ""
319
 
320
- #: google-captcha.php:1295
321
  msgid "Test verification"
322
  msgstr ""
323
 
324
- #: google-captcha.php:1316
325
  msgid "The verification is successfully completed"
326
  msgstr ""
327
 
328
- #: google-captcha.php:1357
329
  msgid "Support"
330
  msgstr "Support"
331
 
@@ -388,7 +387,7 @@ msgstr ""
388
 
389
  #: includes/whitelist.php:320 includes/whitelist.php:341
390
  #: includes/whitelist.php:351
391
- msgid "Some errors occured"
392
  msgstr ""
393
 
394
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:25+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Denis Bodorr <lefinnois@lefinnois.net>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:593
21
  msgid "Google Captcha Settings"
22
  msgstr "Configuration Google Captcha"
23
 
24
+ #: google-captcha.php:248
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
+ #: google-captcha.php:249
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
+ #: google-captcha.php:269
35
  msgid "Warning"
36
  msgstr ""
37
 
38
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
39
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
40
  msgid "Error"
41
  msgstr "Erreur"
42
 
43
+ #: google-captcha.php:371
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
+ #: google-captcha.php:498
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "Clé du site"
51
 
52
+ #: google-captcha.php:503
53
  msgid "Secret Key"
54
  msgstr "Clé secrète"
55
 
56
+ #: google-captcha.php:510 google-captcha.php:511
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "Version"
60
 
61
+ #: google-captcha.php:512
62
  #, fuzzy
63
  msgid "Invisible reCAPTCHA"
64
  msgstr "Activer CAPTCHA"
65
 
66
+ #: google-captcha.php:517
67
  msgid "Login form"
68
  msgstr "Formulaire de connexion"
69
 
70
+ #: google-captcha.php:518
71
  msgid "Registration form"
72
  msgstr "Formulaire d'enregistrement"
73
 
74
+ #: google-captcha.php:519
75
  msgid "Reset password form"
76
  msgstr "Formulaire de réinitialisation de mot de passe"
77
 
78
+ #: google-captcha.php:520
79
  msgid "Comments form"
80
  msgstr "Formulaire de commentaire"
81
 
82
+ #: google-captcha.php:539
83
  msgid "Enter site key"
84
  msgstr "Saisissez la clé du site"
85
 
86
+ #: google-captcha.php:540 google-captcha.php:546
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr ""
89
  "ATTENTION: Le captcha ne s'affichera pas tant que vous n'avez pas spécifié "
90
  "les clés"
91
 
92
+ #: google-captcha.php:545
93
  msgid "Enter secret key"
94
  msgstr "Saisissez la clé secrète"
95
 
96
+ #: google-captcha.php:572
97
  msgid "Settings saved"
98
  msgstr "Configuration enregistrée"
99
 
100
+ #: google-captcha.php:578
101
  #, fuzzy
102
  msgid "All plugin settings were restored"
103
  msgstr "Tous les paramètre sont restaurés"
104
 
105
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
106
  msgid "Settings"
107
  msgstr "Configuration"
108
 
109
+ #: google-captcha.php:596
110
  msgid "Whitelist"
111
  msgstr ""
112
 
113
+ #: google-captcha.php:597
114
  msgid "Custom code"
115
  msgstr ""
116
 
117
+ #: google-captcha.php:598
118
  msgid "Go PRO"
119
  msgstr "Version PRO"
120
 
121
+ #: google-captcha.php:603
122
  msgid ""
123
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
124
  "version 1 features."
125
  msgstr ""
126
 
127
+ #: google-captcha.php:618
128
  #, fuzzy, php-format
129
  msgid ""
130
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
133
  "Si vous voulez ajouter Google Captcha à vos propres formulaires, copiez/"
134
  "collez simplement ce code:"
135
 
136
+ #: google-captcha.php:622
137
  #, php-format
138
  msgid ""
139
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
142
  "your own form , please use the shortcode %s"
143
  msgstr ""
144
 
145
+ #: google-captcha.php:628
146
  msgid "Authentication"
147
  msgstr "Authentification"
148
 
149
+ #: google-captcha.php:629
150
  #, php-format
151
  msgid ""
152
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
153
  "your API keys %shere%s"
154
  msgstr ""
155
 
156
+ #: google-captcha.php:644
157
  #, fuzzy
158
  msgid "Test Keys"
159
  msgstr "Clé secrète"
160
 
161
+ #: google-captcha.php:647
162
  msgid "Options"
163
  msgstr "Options"
164
 
165
+ #: google-captcha.php:650
166
  msgid "Enable reCAPTCHA for"
167
  msgstr "Activer reCAPTCHA pour"
168
 
169
+ #: google-captcha.php:654
170
  msgid "WordPress default"
171
  msgstr ""
172
 
173
+ #: google-captcha.php:663
174
  msgid "This option is available only for network or for main blog"
175
  msgstr ""
176
 
177
+ #: google-captcha.php:672
178
  #, fuzzy
179
  msgid "Plugins"
180
  msgstr "Plugins Seite"
181
 
182
+ #: google-captcha.php:680 google-captcha.php:685
 
183
  #, fuzzy, php-format
184
  msgid "You should %s to use this functionality"
185
  msgstr "pour utiliser cette fonctionnalité"
186
 
187
+ #: google-captcha.php:681
188
  #, fuzzy
189
  msgid "activate"
190
  msgstr "activer"
191
 
192
+ #: google-captcha.php:681
193
  msgid "for network"
194
  msgstr ""
195
 
196
+ #: google-captcha.php:686
197
  msgid "download"
198
  msgstr "télécharger"
199
 
200
+ #: google-captcha.php:690
201
  msgid "Check off for adding captcha to forms on their settings pages"
202
  msgstr ""
203
 
204
+ #: google-captcha.php:699
205
  #, php-format
206
  msgid ""
207
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
208
  msgstr ""
209
 
210
+ #: google-captcha.php:699 google-captcha.php:1296
211
  msgid "FAQ"
212
  msgstr "FAQ"
213
 
214
+ #: google-captcha.php:704
215
  #, fuzzy
216
  msgid "Hide reCAPTCHA in Comments Form for"
217
  msgstr "Cacher reCAPTCHA dans le formulaire de commentaires pour"
218
 
219
+ #: google-captcha.php:716
220
  #, fuzzy
221
  msgid "Whitelist Notification"
222
  msgstr "Authentification"
223
 
224
+ #: google-captcha.php:720
225
  msgid ""
226
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
227
  "added to the whitelist"
228
  msgstr ""
229
 
230
+ #: google-captcha.php:726
231
  #, fuzzy
232
  msgid "reCAPTCHA Version"
233
  msgstr "Version reCAPTCHA"
234
 
235
+ #: google-captcha.php:736
236
  msgid ""
237
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
238
  "ones will have to pass the captcha"
239
  msgstr ""
240
 
241
+ #: google-captcha.php:744 google-captcha.php:757
242
  #, fuzzy
243
  msgid "reCAPTCHA Theme"
244
  msgstr "Thème reCAPTCHA"
245
 
246
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
247
  msgid "for version"
248
  msgstr "pour la version"
249
 
250
+ #: google-captcha.php:770
251
  msgid "Save Changes"
252
  msgstr "Enregistrer les modifications"
253
 
254
+ #: google-captcha.php:834 google-captcha.php:1315
255
  msgid "To use Google Captcha you must get the keys from"
256
  msgstr "Pour utiliser Google Captcha vous devez obtenir les clés depuis"
257
 
258
+ #: google-captcha.php:835 google-captcha.php:1316
259
  msgid "here"
260
  msgstr "ici"
261
 
262
+ #: google-captcha.php:836 google-captcha.php:1317
263
  msgid "and enter them on the"
264
  msgstr "et les saisir sur la"
265
 
266
+ #: google-captcha.php:838 google-captcha.php:1319
267
  msgid "plugin setting page"
268
  msgstr "page de configuration de l'extension"
269
 
270
+ #: google-captcha.php:1041
271
  msgid "User response is missing."
272
  msgstr ""
273
 
274
+ #: google-captcha.php:1045 google-captcha.php:1053
275
  #, fuzzy
276
  msgid "Secret Key is invalid"
277
  msgstr "Clé secrète"
278
 
279
+ #: google-captcha.php:1046 google-captcha.php:1054
280
  msgid "Check your domain configuration"
281
  msgstr ""
282
 
283
+ #: google-captcha.php:1047 google-captcha.php:1055
284
  #, fuzzy
285
  msgid "and enter it again"
286
  msgstr "et les saisir sur la"
287
 
288
+ #: google-captcha.php:1050
289
  #, fuzzy
290
  msgid "Secret Key is missing."
291
  msgstr "Clé secrète"
292
 
293
+ #: google-captcha.php:1057
294
  msgid "User response is invalid"
295
  msgstr ""
296
 
297
+ #: google-captcha.php:1058
298
  #, fuzzy
299
  msgid "You have entered an incorrect reCAPTCHA value."
300
  msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
301
 
302
+ #: google-captcha.php:1059
303
  msgid ""
304
  "More than one reCAPTCHA has been found in the current form. Please remove "
305
  "all unnecessary reCAPTCHA fields to make it work properly."
306
  msgstr ""
307
 
308
+ #: google-captcha.php:1205
309
  #, fuzzy
310
  msgid "Click the BACK button on your browser, and try again."
311
  msgstr ""
312
  "Vous avez saisi une valeur de CAPTCHA incorrecte. Cliquez sur le bouton "
313
  "\"Revenir en arrière\" de votre navigateur et essayez à nouveau."
314
 
315
+ #: google-captcha.php:1230
316
  msgid "Please, complete the captcha and submit \"Test verification\""
317
  msgstr ""
318
 
319
+ #: google-captcha.php:1235
320
  msgid "Test verification"
321
  msgstr ""
322
 
323
+ #: google-captcha.php:1256
324
  msgid "The verification is successfully completed"
325
  msgstr ""
326
 
327
+ #: google-captcha.php:1297
328
  msgid "Support"
329
  msgstr "Support"
330
 
387
 
388
  #: includes/whitelist.php:320 includes/whitelist.php:341
389
  #: includes/whitelist.php:351
390
+ msgid "Some errors occurred"
391
  msgstr ""
392
 
393
  #: includes/whitelist.php:322
languages/google-captcha-hi.mo CHANGED
Binary file
languages/google-captcha-hi.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:00+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Development Logics Solutions Pvt Ltd "
9
  "<contact@developmentlogics.com>\n"
10
  "Language: hi\n"
@@ -18,111 +18,111 @@ msgstr ""
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: google-captcha.php:34 google-captcha.php:602
22
  msgid "Google Captcha Settings"
23
  msgstr "गूगल कॅप्चा सेटिंग्स"
24
 
25
- #: google-captcha.php:254
26
  msgid "Please wait until Google reCAPTCHA is loaded."
27
  msgstr ""
28
 
29
- #: google-captcha.php:255
30
  msgid ""
31
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
32
  "reload this page."
33
  msgstr ""
34
 
35
- #: google-captcha.php:275
36
  msgid "Warning"
37
  msgstr ""
38
 
39
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
40
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
41
  msgid "Error"
42
  msgstr "त्रुटि"
43
 
44
- #: google-captcha.php:377
45
  msgid "You are in the whitelist"
46
  msgstr ""
47
 
48
- #: google-captcha.php:506
49
  #, fuzzy
50
  msgid "Site Key"
51
  msgstr "साइट कुंजी "
52
 
53
- #: google-captcha.php:511
54
  msgid "Secret Key"
55
  msgstr "गुप्त कुंजी"
56
 
57
- #: google-captcha.php:518 google-captcha.php:519
58
  #, fuzzy
59
  msgid "Version"
60
  msgstr "संस्करण"
61
 
62
- #: google-captcha.php:520
63
  msgid "Invisible reCAPTCHA"
64
  msgstr ""
65
 
66
- #: google-captcha.php:525
67
  msgid "Login form"
68
  msgstr "प्रवेश फार्म"
69
 
70
- #: google-captcha.php:526
71
  msgid "Registration form"
72
  msgstr "पंजीकरण फॉर्म"
73
 
74
- #: google-captcha.php:527
75
  msgid "Reset password form"
76
  msgstr "पुन: पासवर्ड फार्म"
77
 
78
- #: google-captcha.php:528
79
  msgid "Comments form"
80
  msgstr "टिप्पणियां फार्म"
81
 
82
- #: google-captcha.php:547
83
  msgid "Enter site key"
84
  msgstr "दर्ज साइट कुंजी "
85
 
86
- #: google-captcha.php:548 google-captcha.php:554
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr "चेतावनी: यदि आप कुंजी क्षेत्र नहीं भरेंगें तो कैप्चा प्रदर्शित नहीं करेगा।"
89
 
90
- #: google-captcha.php:553
91
  msgid "Enter secret key"
92
  msgstr "दर्ज गुप्त कुंजी"
93
 
94
- #: google-captcha.php:581
95
  msgid "Settings saved"
96
  msgstr "सेटिंग्स सुरक्षित"
97
 
98
- #: google-captcha.php:587
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "प्लगइन सेटिंग पृष्ठ पर "
102
 
103
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
104
  msgid "Settings"
105
  msgstr "सेटिंग्स"
106
 
107
- #: google-captcha.php:605
108
  msgid "Whitelist"
109
  msgstr ""
110
 
111
- #: google-captcha.php:606
112
  msgid "Custom code"
113
  msgstr ""
114
 
115
- #: google-captcha.php:607
116
  msgid "Go PRO"
117
  msgstr ""
118
 
119
- #: google-captcha.php:612
120
  msgid ""
121
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
122
  "version 1 features."
123
  msgstr ""
124
 
125
- #: google-captcha.php:627
126
  #, fuzzy, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -131,7 +131,7 @@ msgstr ""
131
  "अगर आप अपने खुद के फार्म में गूगल कैप्चा जोड़ना चाहते हैं तो बस इस शॉर्टकोड को अपने पृष्ठ या "
132
  "पोस्ट पर कॉपी और पेस्ट करेँ ।"
133
 
134
- #: google-captcha.php:631
135
  #, php-format
136
  msgid ""
137
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -140,191 +140,190 @@ msgid ""
140
  "your own form , please use the shortcode %s"
141
  msgstr ""
142
 
143
- #: google-captcha.php:637
144
  msgid "Authentication"
145
  msgstr "प्रमाणीकरण"
146
 
147
- #: google-captcha.php:638
148
  #, php-format
149
  msgid ""
150
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
151
  "your API keys %shere%s"
152
  msgstr ""
153
 
154
- #: google-captcha.php:653
155
  #, fuzzy
156
  msgid "Test Keys"
157
  msgstr "गुप्त कुंजी"
158
 
159
- #: google-captcha.php:656
160
  msgid "Options"
161
  msgstr "विकल्प"
162
 
163
- #: google-captcha.php:659
164
  msgid "Enable reCAPTCHA for"
165
  msgstr ""
166
 
167
- #: google-captcha.php:663
168
  #, fuzzy
169
  msgid "WordPress default"
170
  msgstr "वर्डप्रेस संस्करण"
171
 
172
- #: google-captcha.php:672
173
  msgid "This option is available only for network or for main blog"
174
  msgstr ""
175
 
176
- #: google-captcha.php:681
177
  msgid "Plugins"
178
  msgstr "प्लगइन्स"
179
 
180
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
181
- #: google-captcha.php:729
182
  #, php-format
183
  msgid "You should %s to use this functionality"
184
  msgstr ""
185
 
186
- #: google-captcha.php:690 google-captcha.php:725
187
  #, fuzzy
188
  msgid "activate"
189
  msgstr "सक्रिय"
190
 
191
- #: google-captcha.php:690 google-captcha.php:725
192
  msgid "for network"
193
  msgstr ""
194
 
195
- #: google-captcha.php:695 google-captcha.php:730
196
  msgid "download"
197
  msgstr ""
198
 
199
- #: google-captcha.php:699
200
  msgid "Check off for adding captcha to forms on their settings pages"
201
  msgstr ""
202
 
203
- #: google-captcha.php:742
204
  #, php-format
205
  msgid ""
206
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
207
  msgstr ""
208
 
209
- #: google-captcha.php:742 google-captcha.php:1356
210
  msgid "FAQ"
211
  msgstr "सामान्यतःपूछे जाने वाले प्रश्न (फ ए क्यू )"
212
 
213
- #: google-captcha.php:747
214
  #, fuzzy
215
  msgid "Hide reCAPTCHA in Comments Form for"
216
  msgstr "रीकैप्चा संस्करण के लिए"
217
 
218
- #: google-captcha.php:759
219
  #, fuzzy
220
  msgid "Whitelist Notification"
221
  msgstr "प्रमाणीकरण"
222
 
223
- #: google-captcha.php:763
224
  msgid ""
225
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
226
  "added to the whitelist"
227
  msgstr ""
228
 
229
- #: google-captcha.php:769
230
  #, fuzzy
231
  msgid "reCAPTCHA Version"
232
  msgstr "रीकैप्चा संस्करण:"
233
 
234
- #: google-captcha.php:779
235
  msgid ""
236
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
237
  "ones will have to pass the captcha"
238
  msgstr ""
239
 
240
- #: google-captcha.php:787 google-captcha.php:800
241
  #, fuzzy
242
  msgid "reCAPTCHA Theme"
243
  msgstr "रीकैप्चा संस्करण:"
244
 
245
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
246
  #, fuzzy
247
  msgid "for version"
248
  msgstr "संस्करण"
249
 
250
- #: google-captcha.php:813
251
  msgid "Save Changes"
252
  msgstr "परिवर्तनों को सुरक्षित करें"
253
 
254
- #: google-captcha.php:877 google-captcha.php:1375
255
  msgid "To use Google Captcha you must get the keys from"
256
  msgstr "गूगल कॅप्चा का उपयोग करने के लिए,आप कुंजी लें "
257
 
258
- #: google-captcha.php:878 google-captcha.php:1376
259
  msgid "here"
260
  msgstr "यहाँ से "
261
 
262
- #: google-captcha.php:879 google-captcha.php:1377
263
  msgid "and enter them on the"
264
  msgstr "और उन्हें दर्ज करें "
265
 
266
- #: google-captcha.php:881 google-captcha.php:1379
267
  msgid "plugin setting page"
268
  msgstr "प्लगइन सेटिंग पृष्ठ पर "
269
 
270
- #: google-captcha.php:1082
271
  msgid "User response is missing."
272
  msgstr ""
273
 
274
- #: google-captcha.php:1086 google-captcha.php:1094
275
  #, fuzzy
276
  msgid "Secret Key is invalid"
277
  msgstr "गुप्त कुंजी"
278
 
279
- #: google-captcha.php:1087 google-captcha.php:1095
280
  msgid "Check your domain configuration"
281
  msgstr ""
282
 
283
- #: google-captcha.php:1088 google-captcha.php:1096
284
  #, fuzzy
285
  msgid "and enter it again"
286
  msgstr "और उन्हें दर्ज करें "
287
 
288
- #: google-captcha.php:1091
289
  #, fuzzy
290
  msgid "Secret Key is missing."
291
  msgstr "गुप्त कुंजी"
292
 
293
- #: google-captcha.php:1098
294
  msgid "User response is invalid"
295
  msgstr ""
296
 
297
- #: google-captcha.php:1099
298
  #, fuzzy
299
  msgid "You have entered an incorrect reCAPTCHA value."
300
  msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
301
 
302
- #: google-captcha.php:1100
303
  msgid ""
304
  "More than one reCAPTCHA has been found in the current form. Please remove "
305
  "all unnecessary reCAPTCHA fields to make it work properly."
306
  msgstr ""
307
 
308
- #: google-captcha.php:1246
309
  #, fuzzy
310
  msgid "Click the BACK button on your browser, and try again."
311
  msgstr ""
312
  "त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है। अपने ब्राउज़र पर वापस बटन क्लिक करें, और फिर "
313
  "कोशिश करें।"
314
 
315
- #: google-captcha.php:1291
316
  msgid "Please, complete the captcha and submit \"Test verification\""
317
  msgstr ""
318
 
319
- #: google-captcha.php:1295
320
  msgid "Test verification"
321
  msgstr ""
322
 
323
- #: google-captcha.php:1316
324
  msgid "The verification is successfully completed"
325
  msgstr ""
326
 
327
- #: google-captcha.php:1357
328
  msgid "Support"
329
  msgstr "सहयोग"
330
 
@@ -387,7 +386,7 @@ msgstr ""
387
 
388
  #: includes/whitelist.php:320 includes/whitelist.php:341
389
  #: includes/whitelist.php:351
390
- msgid "Some errors occured"
391
  msgstr ""
392
 
393
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:26+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Development Logics Solutions Pvt Ltd "
9
  "<contact@developmentlogics.com>\n"
10
  "Language: hi\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: google-captcha.php:34 google-captcha.php:593
22
  msgid "Google Captcha Settings"
23
  msgstr "गूगल कॅप्चा सेटिंग्स"
24
 
25
+ #: google-captcha.php:248
26
  msgid "Please wait until Google reCAPTCHA is loaded."
27
  msgstr ""
28
 
29
+ #: google-captcha.php:249
30
  msgid ""
31
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
32
  "reload this page."
33
  msgstr ""
34
 
35
+ #: google-captcha.php:269
36
  msgid "Warning"
37
  msgstr ""
38
 
39
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
40
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
41
  msgid "Error"
42
  msgstr "त्रुटि"
43
 
44
+ #: google-captcha.php:371
45
  msgid "You are in the whitelist"
46
  msgstr ""
47
 
48
+ #: google-captcha.php:498
49
  #, fuzzy
50
  msgid "Site Key"
51
  msgstr "साइट कुंजी "
52
 
53
+ #: google-captcha.php:503
54
  msgid "Secret Key"
55
  msgstr "गुप्त कुंजी"
56
 
57
+ #: google-captcha.php:510 google-captcha.php:511
58
  #, fuzzy
59
  msgid "Version"
60
  msgstr "संस्करण"
61
 
62
+ #: google-captcha.php:512
63
  msgid "Invisible reCAPTCHA"
64
  msgstr ""
65
 
66
+ #: google-captcha.php:517
67
  msgid "Login form"
68
  msgstr "प्रवेश फार्म"
69
 
70
+ #: google-captcha.php:518
71
  msgid "Registration form"
72
  msgstr "पंजीकरण फॉर्म"
73
 
74
+ #: google-captcha.php:519
75
  msgid "Reset password form"
76
  msgstr "पुन: पासवर्ड फार्म"
77
 
78
+ #: google-captcha.php:520
79
  msgid "Comments form"
80
  msgstr "टिप्पणियां फार्म"
81
 
82
+ #: google-captcha.php:539
83
  msgid "Enter site key"
84
  msgstr "दर्ज साइट कुंजी "
85
 
86
+ #: google-captcha.php:540 google-captcha.php:546
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr "चेतावनी: यदि आप कुंजी क्षेत्र नहीं भरेंगें तो कैप्चा प्रदर्शित नहीं करेगा।"
89
 
90
+ #: google-captcha.php:545
91
  msgid "Enter secret key"
92
  msgstr "दर्ज गुप्त कुंजी"
93
 
94
+ #: google-captcha.php:572
95
  msgid "Settings saved"
96
  msgstr "सेटिंग्स सुरक्षित"
97
 
98
+ #: google-captcha.php:578
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "प्लगइन सेटिंग पृष्ठ पर "
102
 
103
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
104
  msgid "Settings"
105
  msgstr "सेटिंग्स"
106
 
107
+ #: google-captcha.php:596
108
  msgid "Whitelist"
109
  msgstr ""
110
 
111
+ #: google-captcha.php:597
112
  msgid "Custom code"
113
  msgstr ""
114
 
115
+ #: google-captcha.php:598
116
  msgid "Go PRO"
117
  msgstr ""
118
 
119
+ #: google-captcha.php:603
120
  msgid ""
121
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
122
  "version 1 features."
123
  msgstr ""
124
 
125
+ #: google-captcha.php:618
126
  #, fuzzy, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
131
  "अगर आप अपने खुद के फार्म में गूगल कैप्चा जोड़ना चाहते हैं तो बस इस शॉर्टकोड को अपने पृष्ठ या "
132
  "पोस्ट पर कॉपी और पेस्ट करेँ ।"
133
 
134
+ #: google-captcha.php:622
135
  #, php-format
136
  msgid ""
137
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
140
  "your own form , please use the shortcode %s"
141
  msgstr ""
142
 
143
+ #: google-captcha.php:628
144
  msgid "Authentication"
145
  msgstr "प्रमाणीकरण"
146
 
147
+ #: google-captcha.php:629
148
  #, php-format
149
  msgid ""
150
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
151
  "your API keys %shere%s"
152
  msgstr ""
153
 
154
+ #: google-captcha.php:644
155
  #, fuzzy
156
  msgid "Test Keys"
157
  msgstr "गुप्त कुंजी"
158
 
159
+ #: google-captcha.php:647
160
  msgid "Options"
161
  msgstr "विकल्प"
162
 
163
+ #: google-captcha.php:650
164
  msgid "Enable reCAPTCHA for"
165
  msgstr ""
166
 
167
+ #: google-captcha.php:654
168
  #, fuzzy
169
  msgid "WordPress default"
170
  msgstr "वर्डप्रेस संस्करण"
171
 
172
+ #: google-captcha.php:663
173
  msgid "This option is available only for network or for main blog"
174
  msgstr ""
175
 
176
+ #: google-captcha.php:672
177
  msgid "Plugins"
178
  msgstr "प्लगइन्स"
179
 
180
+ #: google-captcha.php:680 google-captcha.php:685
 
181
  #, php-format
182
  msgid "You should %s to use this functionality"
183
  msgstr ""
184
 
185
+ #: google-captcha.php:681
186
  #, fuzzy
187
  msgid "activate"
188
  msgstr "सक्रिय"
189
 
190
+ #: google-captcha.php:681
191
  msgid "for network"
192
  msgstr ""
193
 
194
+ #: google-captcha.php:686
195
  msgid "download"
196
  msgstr ""
197
 
198
+ #: google-captcha.php:690
199
  msgid "Check off for adding captcha to forms on their settings pages"
200
  msgstr ""
201
 
202
+ #: google-captcha.php:699
203
  #, php-format
204
  msgid ""
205
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
206
  msgstr ""
207
 
208
+ #: google-captcha.php:699 google-captcha.php:1296
209
  msgid "FAQ"
210
  msgstr "सामान्यतःपूछे जाने वाले प्रश्न (फ ए क्यू )"
211
 
212
+ #: google-captcha.php:704
213
  #, fuzzy
214
  msgid "Hide reCAPTCHA in Comments Form for"
215
  msgstr "रीकैप्चा संस्करण के लिए"
216
 
217
+ #: google-captcha.php:716
218
  #, fuzzy
219
  msgid "Whitelist Notification"
220
  msgstr "प्रमाणीकरण"
221
 
222
+ #: google-captcha.php:720
223
  msgid ""
224
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
225
  "added to the whitelist"
226
  msgstr ""
227
 
228
+ #: google-captcha.php:726
229
  #, fuzzy
230
  msgid "reCAPTCHA Version"
231
  msgstr "रीकैप्चा संस्करण:"
232
 
233
+ #: google-captcha.php:736
234
  msgid ""
235
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
236
  "ones will have to pass the captcha"
237
  msgstr ""
238
 
239
+ #: google-captcha.php:744 google-captcha.php:757
240
  #, fuzzy
241
  msgid "reCAPTCHA Theme"
242
  msgstr "रीकैप्चा संस्करण:"
243
 
244
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
245
  #, fuzzy
246
  msgid "for version"
247
  msgstr "संस्करण"
248
 
249
+ #: google-captcha.php:770
250
  msgid "Save Changes"
251
  msgstr "परिवर्तनों को सुरक्षित करें"
252
 
253
+ #: google-captcha.php:834 google-captcha.php:1315
254
  msgid "To use Google Captcha you must get the keys from"
255
  msgstr "गूगल कॅप्चा का उपयोग करने के लिए,आप कुंजी लें "
256
 
257
+ #: google-captcha.php:835 google-captcha.php:1316
258
  msgid "here"
259
  msgstr "यहाँ से "
260
 
261
+ #: google-captcha.php:836 google-captcha.php:1317
262
  msgid "and enter them on the"
263
  msgstr "और उन्हें दर्ज करें "
264
 
265
+ #: google-captcha.php:838 google-captcha.php:1319
266
  msgid "plugin setting page"
267
  msgstr "प्लगइन सेटिंग पृष्ठ पर "
268
 
269
+ #: google-captcha.php:1041
270
  msgid "User response is missing."
271
  msgstr ""
272
 
273
+ #: google-captcha.php:1045 google-captcha.php:1053
274
  #, fuzzy
275
  msgid "Secret Key is invalid"
276
  msgstr "गुप्त कुंजी"
277
 
278
+ #: google-captcha.php:1046 google-captcha.php:1054
279
  msgid "Check your domain configuration"
280
  msgstr ""
281
 
282
+ #: google-captcha.php:1047 google-captcha.php:1055
283
  #, fuzzy
284
  msgid "and enter it again"
285
  msgstr "और उन्हें दर्ज करें "
286
 
287
+ #: google-captcha.php:1050
288
  #, fuzzy
289
  msgid "Secret Key is missing."
290
  msgstr "गुप्त कुंजी"
291
 
292
+ #: google-captcha.php:1057
293
  msgid "User response is invalid"
294
  msgstr ""
295
 
296
+ #: google-captcha.php:1058
297
  #, fuzzy
298
  msgid "You have entered an incorrect reCAPTCHA value."
299
  msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
300
 
301
+ #: google-captcha.php:1059
302
  msgid ""
303
  "More than one reCAPTCHA has been found in the current form. Please remove "
304
  "all unnecessary reCAPTCHA fields to make it work properly."
305
  msgstr ""
306
 
307
+ #: google-captcha.php:1205
308
  #, fuzzy
309
  msgid "Click the BACK button on your browser, and try again."
310
  msgstr ""
311
  "त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है। अपने ब्राउज़र पर वापस बटन क्लिक करें, और फिर "
312
  "कोशिश करें।"
313
 
314
+ #: google-captcha.php:1230
315
  msgid "Please, complete the captcha and submit \"Test verification\""
316
  msgstr ""
317
 
318
+ #: google-captcha.php:1235
319
  msgid "Test verification"
320
  msgstr ""
321
 
322
+ #: google-captcha.php:1256
323
  msgid "The verification is successfully completed"
324
  msgstr ""
325
 
326
+ #: google-captcha.php:1297
327
  msgid "Support"
328
  msgstr "सहयोग"
329
 
386
 
387
  #: includes/whitelist.php:320 includes/whitelist.php:341
388
  #: includes/whitelist.php:351
389
+ msgid "Some errors occurred"
390
  msgstr ""
391
 
392
  #: includes/whitelist.php:322
languages/google-captcha-it_IT.mo CHANGED
Binary file
languages/google-captcha-it_IT.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:02+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Istvan <wart17@hotmail.com>\n"
9
  "Language: es_419\n"
10
  "MIME-Version: 1.0\n"
@@ -17,113 +17,113 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:602
21
  msgid "Google Captcha Settings"
22
  msgstr "Impostazioni Google Captcha"
23
 
24
- #: google-captcha.php:254
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
- #: google-captcha.php:255
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
- #: google-captcha.php:275
35
  msgid "Warning"
36
  msgstr ""
37
 
38
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
39
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
40
  msgid "Error"
41
  msgstr ""
42
 
43
- #: google-captcha.php:377
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
- #: google-captcha.php:506
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "Chiave del sito"
51
 
52
- #: google-captcha.php:511
53
  msgid "Secret Key"
54
  msgstr "Chiave segreta"
55
 
56
- #: google-captcha.php:518 google-captcha.php:519
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "versione"
60
 
61
- #: google-captcha.php:520
62
  msgid "Invisible reCAPTCHA"
63
  msgstr ""
64
 
65
- #: google-captcha.php:525
66
  msgid "Login form"
67
  msgstr "Form di accesso"
68
 
69
- #: google-captcha.php:526
70
  msgid "Registration form"
71
  msgstr "Form di registrazione"
72
 
73
- #: google-captcha.php:527
74
  msgid "Reset password form"
75
  msgstr "Form per resettare la password"
76
 
77
- #: google-captcha.php:528
78
  msgid "Comments form"
79
  msgstr "Form dei commenti"
80
 
81
- #: google-captcha.php:547
82
  msgid "Enter site key"
83
  msgstr "Introduci la Chiave del sito"
84
 
85
- #: google-captcha.php:548 google-captcha.php:554
86
  msgid "WARNING: The captcha will not display while you don't fill key fields."
87
  msgstr ""
88
  "ATTENZIONE: Il Captcha non verrà mostrato mentre non riempi i campi chiave."
89
 
90
- #: google-captcha.php:553
91
  msgid "Enter secret key"
92
  msgstr "Introduci la Chiave segreta"
93
 
94
- #: google-captcha.php:581
95
  msgid "Settings saved"
96
  msgstr "Impostazioni salvate"
97
 
98
- #: google-captcha.php:587
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "pagina di configurazione del plugin"
102
 
103
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
104
  msgid "Settings"
105
  msgstr "Impostazioni"
106
 
107
- #: google-captcha.php:605
108
  #, fuzzy
109
  msgid "Whitelist"
110
  msgstr "Blanco"
111
 
112
- #: google-captcha.php:606
113
  msgid "Custom code"
114
  msgstr ""
115
 
116
- #: google-captcha.php:607
117
  msgid "Go PRO"
118
  msgstr ""
119
 
120
- #: google-captcha.php:612
121
  msgid ""
122
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
123
  "version 1 features."
124
  msgstr ""
125
 
126
- #: google-captcha.php:627
127
  #, fuzzy, php-format
128
  msgid ""
129
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -132,7 +132,7 @@ msgstr ""
132
  "Se desideri aggiungere Google Captcha ad un tuo form, devi semplicemente "
133
  "copiare ed incollare questo codice nel tuo post o pagina:"
134
 
135
- #: google-captcha.php:631
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -141,191 +141,190 @@ msgid ""
141
  "your own form , please use the shortcode %s"
142
  msgstr ""
143
 
144
- #: google-captcha.php:637
145
  msgid "Authentication"
146
  msgstr "Autenticazione"
147
 
148
- #: google-captcha.php:638
149
  #, php-format
150
  msgid ""
151
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
152
  "your API keys %shere%s"
153
  msgstr ""
154
 
155
- #: google-captcha.php:653
156
  #, fuzzy
157
  msgid "Test Keys"
158
  msgstr "Chiave segreta"
159
 
160
- #: google-captcha.php:656
161
  msgid "Options"
162
  msgstr "Opzioni"
163
 
164
- #: google-captcha.php:659
165
  msgid "Enable reCAPTCHA for"
166
  msgstr ""
167
 
168
- #: google-captcha.php:663
169
  msgid "WordPress default"
170
  msgstr ""
171
 
172
- #: google-captcha.php:672
173
  msgid "This option is available only for network or for main blog"
174
  msgstr ""
175
 
176
- #: google-captcha.php:681
177
  #, fuzzy
178
  msgid "Plugins"
179
  msgstr "Pagina dei plugins"
180
 
181
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
182
- #: google-captcha.php:729
183
  #, php-format
184
  msgid "You should %s to use this functionality"
185
  msgstr ""
186
 
187
- #: google-captcha.php:690 google-captcha.php:725
188
  #, fuzzy
189
  msgid "activate"
190
  msgstr "Tema Activado"
191
 
192
- #: google-captcha.php:690 google-captcha.php:725
193
  msgid "for network"
194
  msgstr ""
195
 
196
- #: google-captcha.php:695 google-captcha.php:730
197
  msgid "download"
198
  msgstr ""
199
 
200
- #: google-captcha.php:699
201
  msgid "Check off for adding captcha to forms on their settings pages"
202
  msgstr ""
203
 
204
- #: google-captcha.php:742
205
  #, php-format
206
  msgid ""
207
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
208
  msgstr ""
209
 
210
- #: google-captcha.php:742 google-captcha.php:1356
211
  msgid "FAQ"
212
  msgstr "Domande frequenti"
213
 
214
- #: google-captcha.php:747
215
  #, fuzzy
216
  msgid "Hide reCAPTCHA in Comments Form for"
217
  msgstr "per reCAPTCHA versione"
218
 
219
- #: google-captcha.php:759
220
  #, fuzzy
221
  msgid "Whitelist Notification"
222
  msgstr "Autenticazione"
223
 
224
- #: google-captcha.php:763
225
  msgid ""
226
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
227
  "added to the whitelist"
228
  msgstr ""
229
 
230
- #: google-captcha.php:769
231
  #, fuzzy
232
  msgid "reCAPTCHA Version"
233
  msgstr "reCAPTCHA versione:"
234
 
235
- #: google-captcha.php:779
236
  msgid ""
237
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
238
  "ones will have to pass the captcha"
239
  msgstr ""
240
 
241
- #: google-captcha.php:787 google-captcha.php:800
242
  #, fuzzy
243
  msgid "reCAPTCHA Theme"
244
  msgstr "reCAPTCHA versione:"
245
 
246
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
247
  #, fuzzy
248
  msgid "for version"
249
  msgstr "versione"
250
 
251
- #: google-captcha.php:813
252
  msgid "Save Changes"
253
  msgstr "Salva modifiche"
254
 
255
- #: google-captcha.php:877 google-captcha.php:1375
256
  msgid "To use Google Captcha you must get the keys from"
257
  msgstr "Per utilizzare Google Captcha devi ottenere le chiavi da"
258
 
259
- #: google-captcha.php:878 google-captcha.php:1376
260
  msgid "here"
261
  msgstr "qui"
262
 
263
- #: google-captcha.php:879 google-captcha.php:1377
264
  msgid "and enter them on the"
265
  msgstr "ed introducili in"
266
 
267
- #: google-captcha.php:881 google-captcha.php:1379
268
  msgid "plugin setting page"
269
  msgstr "pagina di configurazione del plugin"
270
 
271
- #: google-captcha.php:1082
272
  msgid "User response is missing."
273
  msgstr ""
274
 
275
- #: google-captcha.php:1086 google-captcha.php:1094
276
  #, fuzzy
277
  msgid "Secret Key is invalid"
278
  msgstr "Chiave segreta"
279
 
280
- #: google-captcha.php:1087 google-captcha.php:1095
281
  msgid "Check your domain configuration"
282
  msgstr ""
283
 
284
- #: google-captcha.php:1088 google-captcha.php:1096
285
  #, fuzzy
286
  msgid "and enter it again"
287
  msgstr "ed introducili in"
288
 
289
- #: google-captcha.php:1091
290
  #, fuzzy
291
  msgid "Secret Key is missing."
292
  msgstr "Chiave segreta"
293
 
294
- #: google-captcha.php:1098
295
  msgid "User response is invalid"
296
  msgstr ""
297
 
298
- #: google-captcha.php:1099
299
  #, fuzzy
300
  msgid "You have entered an incorrect reCAPTCHA value."
301
  msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
302
 
303
- #: google-captcha.php:1100
304
  msgid ""
305
  "More than one reCAPTCHA has been found in the current form. Please remove "
306
  "all unnecessary reCAPTCHA fields to make it work properly."
307
  msgstr ""
308
 
309
- #: google-captcha.php:1246
310
  #, fuzzy
311
  msgid "Click the BACK button on your browser, and try again."
312
  msgstr ""
313
  "Errore: Hai introdotto un valore CAPTCHA errato. Fai click sul bottone "
314
  "Indietro del tuo browser e riprova."
315
 
316
- #: google-captcha.php:1291
317
  msgid "Please, complete the captcha and submit \"Test verification\""
318
  msgstr ""
319
 
320
- #: google-captcha.php:1295
321
  msgid "Test verification"
322
  msgstr ""
323
 
324
- #: google-captcha.php:1316
325
  msgid "The verification is successfully completed"
326
  msgstr ""
327
 
328
- #: google-captcha.php:1357
329
  msgid "Support"
330
  msgstr "Supporto"
331
 
@@ -388,7 +387,7 @@ msgstr ""
388
 
389
  #: includes/whitelist.php:320 includes/whitelist.php:341
390
  #: includes/whitelist.php:351
391
- msgid "Some errors occured"
392
  msgstr ""
393
 
394
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:26+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Istvan <wart17@hotmail.com>\n"
9
  "Language: es_419\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:593
21
  msgid "Google Captcha Settings"
22
  msgstr "Impostazioni Google Captcha"
23
 
24
+ #: google-captcha.php:248
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
+ #: google-captcha.php:249
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
+ #: google-captcha.php:269
35
  msgid "Warning"
36
  msgstr ""
37
 
38
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
39
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
40
  msgid "Error"
41
  msgstr ""
42
 
43
+ #: google-captcha.php:371
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
+ #: google-captcha.php:498
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "Chiave del sito"
51
 
52
+ #: google-captcha.php:503
53
  msgid "Secret Key"
54
  msgstr "Chiave segreta"
55
 
56
+ #: google-captcha.php:510 google-captcha.php:511
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "versione"
60
 
61
+ #: google-captcha.php:512
62
  msgid "Invisible reCAPTCHA"
63
  msgstr ""
64
 
65
+ #: google-captcha.php:517
66
  msgid "Login form"
67
  msgstr "Form di accesso"
68
 
69
+ #: google-captcha.php:518
70
  msgid "Registration form"
71
  msgstr "Form di registrazione"
72
 
73
+ #: google-captcha.php:519
74
  msgid "Reset password form"
75
  msgstr "Form per resettare la password"
76
 
77
+ #: google-captcha.php:520
78
  msgid "Comments form"
79
  msgstr "Form dei commenti"
80
 
81
+ #: google-captcha.php:539
82
  msgid "Enter site key"
83
  msgstr "Introduci la Chiave del sito"
84
 
85
+ #: google-captcha.php:540 google-captcha.php:546
86
  msgid "WARNING: The captcha will not display while you don't fill key fields."
87
  msgstr ""
88
  "ATTENZIONE: Il Captcha non verrà mostrato mentre non riempi i campi chiave."
89
 
90
+ #: google-captcha.php:545
91
  msgid "Enter secret key"
92
  msgstr "Introduci la Chiave segreta"
93
 
94
+ #: google-captcha.php:572
95
  msgid "Settings saved"
96
  msgstr "Impostazioni salvate"
97
 
98
+ #: google-captcha.php:578
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "pagina di configurazione del plugin"
102
 
103
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
104
  msgid "Settings"
105
  msgstr "Impostazioni"
106
 
107
+ #: google-captcha.php:596
108
  #, fuzzy
109
  msgid "Whitelist"
110
  msgstr "Blanco"
111
 
112
+ #: google-captcha.php:597
113
  msgid "Custom code"
114
  msgstr ""
115
 
116
+ #: google-captcha.php:598
117
  msgid "Go PRO"
118
  msgstr ""
119
 
120
+ #: google-captcha.php:603
121
  msgid ""
122
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
123
  "version 1 features."
124
  msgstr ""
125
 
126
+ #: google-captcha.php:618
127
  #, fuzzy, php-format
128
  msgid ""
129
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
132
  "Se desideri aggiungere Google Captcha ad un tuo form, devi semplicemente "
133
  "copiare ed incollare questo codice nel tuo post o pagina:"
134
 
135
+ #: google-captcha.php:622
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
141
  "your own form , please use the shortcode %s"
142
  msgstr ""
143
 
144
+ #: google-captcha.php:628
145
  msgid "Authentication"
146
  msgstr "Autenticazione"
147
 
148
+ #: google-captcha.php:629
149
  #, php-format
150
  msgid ""
151
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
152
  "your API keys %shere%s"
153
  msgstr ""
154
 
155
+ #: google-captcha.php:644
156
  #, fuzzy
157
  msgid "Test Keys"
158
  msgstr "Chiave segreta"
159
 
160
+ #: google-captcha.php:647
161
  msgid "Options"
162
  msgstr "Opzioni"
163
 
164
+ #: google-captcha.php:650
165
  msgid "Enable reCAPTCHA for"
166
  msgstr ""
167
 
168
+ #: google-captcha.php:654
169
  msgid "WordPress default"
170
  msgstr ""
171
 
172
+ #: google-captcha.php:663
173
  msgid "This option is available only for network or for main blog"
174
  msgstr ""
175
 
176
+ #: google-captcha.php:672
177
  #, fuzzy
178
  msgid "Plugins"
179
  msgstr "Pagina dei plugins"
180
 
181
+ #: google-captcha.php:680 google-captcha.php:685
 
182
  #, php-format
183
  msgid "You should %s to use this functionality"
184
  msgstr ""
185
 
186
+ #: google-captcha.php:681
187
  #, fuzzy
188
  msgid "activate"
189
  msgstr "Tema Activado"
190
 
191
+ #: google-captcha.php:681
192
  msgid "for network"
193
  msgstr ""
194
 
195
+ #: google-captcha.php:686
196
  msgid "download"
197
  msgstr ""
198
 
199
+ #: google-captcha.php:690
200
  msgid "Check off for adding captcha to forms on their settings pages"
201
  msgstr ""
202
 
203
+ #: google-captcha.php:699
204
  #, php-format
205
  msgid ""
206
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
207
  msgstr ""
208
 
209
+ #: google-captcha.php:699 google-captcha.php:1296
210
  msgid "FAQ"
211
  msgstr "Domande frequenti"
212
 
213
+ #: google-captcha.php:704
214
  #, fuzzy
215
  msgid "Hide reCAPTCHA in Comments Form for"
216
  msgstr "per reCAPTCHA versione"
217
 
218
+ #: google-captcha.php:716
219
  #, fuzzy
220
  msgid "Whitelist Notification"
221
  msgstr "Autenticazione"
222
 
223
+ #: google-captcha.php:720
224
  msgid ""
225
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
226
  "added to the whitelist"
227
  msgstr ""
228
 
229
+ #: google-captcha.php:726
230
  #, fuzzy
231
  msgid "reCAPTCHA Version"
232
  msgstr "reCAPTCHA versione:"
233
 
234
+ #: google-captcha.php:736
235
  msgid ""
236
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
237
  "ones will have to pass the captcha"
238
  msgstr ""
239
 
240
+ #: google-captcha.php:744 google-captcha.php:757
241
  #, fuzzy
242
  msgid "reCAPTCHA Theme"
243
  msgstr "reCAPTCHA versione:"
244
 
245
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
246
  #, fuzzy
247
  msgid "for version"
248
  msgstr "versione"
249
 
250
+ #: google-captcha.php:770
251
  msgid "Save Changes"
252
  msgstr "Salva modifiche"
253
 
254
+ #: google-captcha.php:834 google-captcha.php:1315
255
  msgid "To use Google Captcha you must get the keys from"
256
  msgstr "Per utilizzare Google Captcha devi ottenere le chiavi da"
257
 
258
+ #: google-captcha.php:835 google-captcha.php:1316
259
  msgid "here"
260
  msgstr "qui"
261
 
262
+ #: google-captcha.php:836 google-captcha.php:1317
263
  msgid "and enter them on the"
264
  msgstr "ed introducili in"
265
 
266
+ #: google-captcha.php:838 google-captcha.php:1319
267
  msgid "plugin setting page"
268
  msgstr "pagina di configurazione del plugin"
269
 
270
+ #: google-captcha.php:1041
271
  msgid "User response is missing."
272
  msgstr ""
273
 
274
+ #: google-captcha.php:1045 google-captcha.php:1053
275
  #, fuzzy
276
  msgid "Secret Key is invalid"
277
  msgstr "Chiave segreta"
278
 
279
+ #: google-captcha.php:1046 google-captcha.php:1054
280
  msgid "Check your domain configuration"
281
  msgstr ""
282
 
283
+ #: google-captcha.php:1047 google-captcha.php:1055
284
  #, fuzzy
285
  msgid "and enter it again"
286
  msgstr "ed introducili in"
287
 
288
+ #: google-captcha.php:1050
289
  #, fuzzy
290
  msgid "Secret Key is missing."
291
  msgstr "Chiave segreta"
292
 
293
+ #: google-captcha.php:1057
294
  msgid "User response is invalid"
295
  msgstr ""
296
 
297
+ #: google-captcha.php:1058
298
  #, fuzzy
299
  msgid "You have entered an incorrect reCAPTCHA value."
300
  msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
301
 
302
+ #: google-captcha.php:1059
303
  msgid ""
304
  "More than one reCAPTCHA has been found in the current form. Please remove "
305
  "all unnecessary reCAPTCHA fields to make it work properly."
306
  msgstr ""
307
 
308
+ #: google-captcha.php:1205
309
  #, fuzzy
310
  msgid "Click the BACK button on your browser, and try again."
311
  msgstr ""
312
  "Errore: Hai introdotto un valore CAPTCHA errato. Fai click sul bottone "
313
  "Indietro del tuo browser e riprova."
314
 
315
+ #: google-captcha.php:1230
316
  msgid "Please, complete the captcha and submit \"Test verification\""
317
  msgstr ""
318
 
319
+ #: google-captcha.php:1235
320
  msgid "Test verification"
321
  msgstr ""
322
 
323
+ #: google-captcha.php:1256
324
  msgid "The verification is successfully completed"
325
  msgstr ""
326
 
327
+ #: google-captcha.php:1297
328
  msgid "Support"
329
  msgstr "Supporto"
330
 
387
 
388
  #: includes/whitelist.php:320 includes/whitelist.php:341
389
  #: includes/whitelist.php:351
390
+ msgid "Some errors occurred"
391
  msgstr ""
392
 
393
  #: includes/whitelist.php:322
languages/google-captcha-pl_PL.mo CHANGED
Binary file
languages/google-captcha-pl_PL.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:00+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
@@ -18,115 +18,115 @@ msgstr ""
18
  "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: google-captcha.php:34 google-captcha.php:602
22
  msgid "Google Captcha Settings"
23
  msgstr "Ustawienia Google Captcha"
24
 
25
- #: google-captcha.php:254
26
  msgid "Please wait until Google reCAPTCHA is loaded."
27
  msgstr ""
28
 
29
- #: google-captcha.php:255
30
  msgid ""
31
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
32
  "reload this page."
33
  msgstr ""
34
 
35
- #: google-captcha.php:275
36
  msgid "Warning"
37
  msgstr ""
38
 
39
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
40
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
41
  msgid "Error"
42
  msgstr ""
43
 
44
- #: google-captcha.php:377
45
  msgid "You are in the whitelist"
46
  msgstr ""
47
 
48
- #: google-captcha.php:506
49
  #, fuzzy
50
  msgid "Site Key"
51
  msgstr "Klucz prywatny"
52
 
53
- #: google-captcha.php:511
54
  msgid "Secret Key"
55
  msgstr ""
56
 
57
- #: google-captcha.php:518 google-captcha.php:519
58
  msgid "Version"
59
  msgstr ""
60
 
61
- #: google-captcha.php:520
62
  msgid "Invisible reCAPTCHA"
63
  msgstr ""
64
 
65
- #: google-captcha.php:525
66
  msgid "Login form"
67
  msgstr "Formularz logowania"
68
 
69
- #: google-captcha.php:526
70
  msgid "Registration form"
71
  msgstr "Formularz rejestracji"
72
 
73
- #: google-captcha.php:527
74
  msgid "Reset password form"
75
  msgstr "Formularz odzyskiwania hasła"
76
 
77
- #: google-captcha.php:528
78
  msgid "Comments form"
79
  msgstr "Formularz komentarza"
80
 
81
- #: google-captcha.php:547
82
  #, fuzzy
83
  msgid "Enter site key"
84
  msgstr "Wprowadź klucz prywatny"
85
 
86
- #: google-captcha.php:548 google-captcha.php:554
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr ""
89
  "OSTRZEŻENIE: Kod captcha nie będzie wyświetlany, jeżeli nie wprowadzisz "
90
  "kluczy."
91
 
92
- #: google-captcha.php:553
93
  #, fuzzy
94
  msgid "Enter secret key"
95
  msgstr "Wprowadź klucz prywatny"
96
 
97
- #: google-captcha.php:581
98
  msgid "Settings saved"
99
  msgstr "Ustawienia zapisane"
100
 
101
- #: google-captcha.php:587
102
  #, fuzzy
103
  msgid "All plugin settings were restored"
104
  msgstr "stronie ustawień wtyczki"
105
 
106
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
107
  msgid "Settings"
108
  msgstr "Ustawienia"
109
 
110
- #: google-captcha.php:605
111
  #, fuzzy
112
  msgid "Whitelist"
113
  msgstr "Biały"
114
 
115
- #: google-captcha.php:606
116
  msgid "Custom code"
117
  msgstr ""
118
 
119
- #: google-captcha.php:607
120
  msgid "Go PRO"
121
  msgstr ""
122
 
123
- #: google-captcha.php:612
124
  msgid ""
125
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
126
  "version 1 features."
127
  msgstr ""
128
 
129
- #: google-captcha.php:627
130
  #, fuzzy, php-format
131
  msgid ""
132
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -135,7 +135,7 @@ msgstr ""
135
  "Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po "
136
  "prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
137
 
138
- #: google-captcha.php:631
139
  #, php-format
140
  msgid ""
141
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -144,184 +144,183 @@ msgid ""
144
  "your own form , please use the shortcode %s"
145
  msgstr ""
146
 
147
- #: google-captcha.php:637
148
  msgid "Authentication"
149
  msgstr "Uwierzytelnianie"
150
 
151
- #: google-captcha.php:638
152
  #, php-format
153
  msgid ""
154
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
155
  "your API keys %shere%s"
156
  msgstr ""
157
 
158
- #: google-captcha.php:653
159
  msgid "Test Keys"
160
  msgstr ""
161
 
162
- #: google-captcha.php:656
163
  msgid "Options"
164
  msgstr "Opcje"
165
 
166
- #: google-captcha.php:659
167
  msgid "Enable reCAPTCHA for"
168
  msgstr ""
169
 
170
- #: google-captcha.php:663
171
  msgid "WordPress default"
172
  msgstr ""
173
 
174
- #: google-captcha.php:672
175
  msgid "This option is available only for network or for main blog"
176
  msgstr ""
177
 
178
- #: google-captcha.php:681
179
  #, fuzzy
180
  msgid "Plugins"
181
  msgstr "Strona Wtyczki"
182
 
183
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
184
- #: google-captcha.php:729
185
  #, php-format
186
  msgid "You should %s to use this functionality"
187
  msgstr ""
188
 
189
- #: google-captcha.php:690 google-captcha.php:725
190
  #, fuzzy
191
  msgid "activate"
192
  msgstr "Motyw aktywny"
193
 
194
- #: google-captcha.php:690 google-captcha.php:725
195
  msgid "for network"
196
  msgstr ""
197
 
198
- #: google-captcha.php:695 google-captcha.php:730
199
  msgid "download"
200
  msgstr ""
201
 
202
- #: google-captcha.php:699
203
  msgid "Check off for adding captcha to forms on their settings pages"
204
  msgstr ""
205
 
206
- #: google-captcha.php:742
207
  #, php-format
208
  msgid ""
209
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
210
  msgstr ""
211
 
212
- #: google-captcha.php:742 google-captcha.php:1356
213
  msgid "FAQ"
214
  msgstr "FAQ"
215
 
216
- #: google-captcha.php:747
217
  msgid "Hide reCAPTCHA in Comments Form for"
218
  msgstr ""
219
 
220
- #: google-captcha.php:759
221
  #, fuzzy
222
  msgid "Whitelist Notification"
223
  msgstr "Uwierzytelnianie"
224
 
225
- #: google-captcha.php:763
226
  msgid ""
227
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
228
  "added to the whitelist"
229
  msgstr ""
230
 
231
- #: google-captcha.php:769
232
  msgid "reCAPTCHA Version"
233
  msgstr ""
234
 
235
- #: google-captcha.php:779
236
  msgid ""
237
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
238
  "ones will have to pass the captcha"
239
  msgstr ""
240
 
241
- #: google-captcha.php:787 google-captcha.php:800
242
  msgid "reCAPTCHA Theme"
243
  msgstr ""
244
 
245
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
246
  msgid "for version"
247
  msgstr ""
248
 
249
- #: google-captcha.php:813
250
  msgid "Save Changes"
251
  msgstr "Zapisz zmiany"
252
 
253
- #: google-captcha.php:877 google-captcha.php:1375
254
  msgid "To use Google Captcha you must get the keys from"
255
  msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
256
 
257
- #: google-captcha.php:878 google-captcha.php:1376
258
  msgid "here"
259
  msgstr "stąd"
260
 
261
- #: google-captcha.php:879 google-captcha.php:1377
262
  msgid "and enter them on the"
263
  msgstr "i wprowadzić je na"
264
 
265
- #: google-captcha.php:881 google-captcha.php:1379
266
  msgid "plugin setting page"
267
  msgstr "stronie ustawień wtyczki"
268
 
269
- #: google-captcha.php:1082
270
  msgid "User response is missing."
271
  msgstr ""
272
 
273
- #: google-captcha.php:1086 google-captcha.php:1094
274
  msgid "Secret Key is invalid"
275
  msgstr ""
276
 
277
- #: google-captcha.php:1087 google-captcha.php:1095
278
  msgid "Check your domain configuration"
279
  msgstr ""
280
 
281
- #: google-captcha.php:1088 google-captcha.php:1096
282
  #, fuzzy
283
  msgid "and enter it again"
284
  msgstr "i wprowadzić je na"
285
 
286
- #: google-captcha.php:1091
287
  msgid "Secret Key is missing."
288
  msgstr ""
289
 
290
- #: google-captcha.php:1098
291
  msgid "User response is invalid"
292
  msgstr ""
293
 
294
- #: google-captcha.php:1099
295
  #, fuzzy
296
  msgid "You have entered an incorrect reCAPTCHA value."
297
  msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
298
 
299
- #: google-captcha.php:1100
300
  msgid ""
301
  "More than one reCAPTCHA has been found in the current form. Please remove "
302
  "all unnecessary reCAPTCHA fields to make it work properly."
303
  msgstr ""
304
 
305
- #: google-captcha.php:1246
306
  #, fuzzy
307
  msgid "Click the BACK button on your browser, and try again."
308
  msgstr ""
309
  "Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na "
310
  "pasku przeglądarki i spróbuj ponownie."
311
 
312
- #: google-captcha.php:1291
313
  msgid "Please, complete the captcha and submit \"Test verification\""
314
  msgstr ""
315
 
316
- #: google-captcha.php:1295
317
  msgid "Test verification"
318
  msgstr ""
319
 
320
- #: google-captcha.php:1316
321
  msgid "The verification is successfully completed"
322
  msgstr ""
323
 
324
- #: google-captcha.php:1357
325
  msgid "Support"
326
  msgstr "Wsparcie"
327
 
@@ -384,7 +383,7 @@ msgstr ""
384
 
385
  #: includes/whitelist.php:320 includes/whitelist.php:341
386
  #: includes/whitelist.php:351
387
- msgid "Some errors occured"
388
  msgstr ""
389
 
390
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:26+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
18
  "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: google-captcha.php:34 google-captcha.php:593
22
  msgid "Google Captcha Settings"
23
  msgstr "Ustawienia Google Captcha"
24
 
25
+ #: google-captcha.php:248
26
  msgid "Please wait until Google reCAPTCHA is loaded."
27
  msgstr ""
28
 
29
+ #: google-captcha.php:249
30
  msgid ""
31
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
32
  "reload this page."
33
  msgstr ""
34
 
35
+ #: google-captcha.php:269
36
  msgid "Warning"
37
  msgstr ""
38
 
39
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
40
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
41
  msgid "Error"
42
  msgstr ""
43
 
44
+ #: google-captcha.php:371
45
  msgid "You are in the whitelist"
46
  msgstr ""
47
 
48
+ #: google-captcha.php:498
49
  #, fuzzy
50
  msgid "Site Key"
51
  msgstr "Klucz prywatny"
52
 
53
+ #: google-captcha.php:503
54
  msgid "Secret Key"
55
  msgstr ""
56
 
57
+ #: google-captcha.php:510 google-captcha.php:511
58
  msgid "Version"
59
  msgstr ""
60
 
61
+ #: google-captcha.php:512
62
  msgid "Invisible reCAPTCHA"
63
  msgstr ""
64
 
65
+ #: google-captcha.php:517
66
  msgid "Login form"
67
  msgstr "Formularz logowania"
68
 
69
+ #: google-captcha.php:518
70
  msgid "Registration form"
71
  msgstr "Formularz rejestracji"
72
 
73
+ #: google-captcha.php:519
74
  msgid "Reset password form"
75
  msgstr "Formularz odzyskiwania hasła"
76
 
77
+ #: google-captcha.php:520
78
  msgid "Comments form"
79
  msgstr "Formularz komentarza"
80
 
81
+ #: google-captcha.php:539
82
  #, fuzzy
83
  msgid "Enter site key"
84
  msgstr "Wprowadź klucz prywatny"
85
 
86
+ #: google-captcha.php:540 google-captcha.php:546
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr ""
89
  "OSTRZEŻENIE: Kod captcha nie będzie wyświetlany, jeżeli nie wprowadzisz "
90
  "kluczy."
91
 
92
+ #: google-captcha.php:545
93
  #, fuzzy
94
  msgid "Enter secret key"
95
  msgstr "Wprowadź klucz prywatny"
96
 
97
+ #: google-captcha.php:572
98
  msgid "Settings saved"
99
  msgstr "Ustawienia zapisane"
100
 
101
+ #: google-captcha.php:578
102
  #, fuzzy
103
  msgid "All plugin settings were restored"
104
  msgstr "stronie ustawień wtyczki"
105
 
106
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
107
  msgid "Settings"
108
  msgstr "Ustawienia"
109
 
110
+ #: google-captcha.php:596
111
  #, fuzzy
112
  msgid "Whitelist"
113
  msgstr "Biały"
114
 
115
+ #: google-captcha.php:597
116
  msgid "Custom code"
117
  msgstr ""
118
 
119
+ #: google-captcha.php:598
120
  msgid "Go PRO"
121
  msgstr ""
122
 
123
+ #: google-captcha.php:603
124
  msgid ""
125
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
126
  "version 1 features."
127
  msgstr ""
128
 
129
+ #: google-captcha.php:618
130
  #, fuzzy, php-format
131
  msgid ""
132
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
135
  "Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po "
136
  "prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
137
 
138
+ #: google-captcha.php:622
139
  #, php-format
140
  msgid ""
141
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
144
  "your own form , please use the shortcode %s"
145
  msgstr ""
146
 
147
+ #: google-captcha.php:628
148
  msgid "Authentication"
149
  msgstr "Uwierzytelnianie"
150
 
151
+ #: google-captcha.php:629
152
  #, php-format
153
  msgid ""
154
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
155
  "your API keys %shere%s"
156
  msgstr ""
157
 
158
+ #: google-captcha.php:644
159
  msgid "Test Keys"
160
  msgstr ""
161
 
162
+ #: google-captcha.php:647
163
  msgid "Options"
164
  msgstr "Opcje"
165
 
166
+ #: google-captcha.php:650
167
  msgid "Enable reCAPTCHA for"
168
  msgstr ""
169
 
170
+ #: google-captcha.php:654
171
  msgid "WordPress default"
172
  msgstr ""
173
 
174
+ #: google-captcha.php:663
175
  msgid "This option is available only for network or for main blog"
176
  msgstr ""
177
 
178
+ #: google-captcha.php:672
179
  #, fuzzy
180
  msgid "Plugins"
181
  msgstr "Strona Wtyczki"
182
 
183
+ #: google-captcha.php:680 google-captcha.php:685
 
184
  #, php-format
185
  msgid "You should %s to use this functionality"
186
  msgstr ""
187
 
188
+ #: google-captcha.php:681
189
  #, fuzzy
190
  msgid "activate"
191
  msgstr "Motyw aktywny"
192
 
193
+ #: google-captcha.php:681
194
  msgid "for network"
195
  msgstr ""
196
 
197
+ #: google-captcha.php:686
198
  msgid "download"
199
  msgstr ""
200
 
201
+ #: google-captcha.php:690
202
  msgid "Check off for adding captcha to forms on their settings pages"
203
  msgstr ""
204
 
205
+ #: google-captcha.php:699
206
  #, php-format
207
  msgid ""
208
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
209
  msgstr ""
210
 
211
+ #: google-captcha.php:699 google-captcha.php:1296
212
  msgid "FAQ"
213
  msgstr "FAQ"
214
 
215
+ #: google-captcha.php:704
216
  msgid "Hide reCAPTCHA in Comments Form for"
217
  msgstr ""
218
 
219
+ #: google-captcha.php:716
220
  #, fuzzy
221
  msgid "Whitelist Notification"
222
  msgstr "Uwierzytelnianie"
223
 
224
+ #: google-captcha.php:720
225
  msgid ""
226
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
227
  "added to the whitelist"
228
  msgstr ""
229
 
230
+ #: google-captcha.php:726
231
  msgid "reCAPTCHA Version"
232
  msgstr ""
233
 
234
+ #: google-captcha.php:736
235
  msgid ""
236
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
237
  "ones will have to pass the captcha"
238
  msgstr ""
239
 
240
+ #: google-captcha.php:744 google-captcha.php:757
241
  msgid "reCAPTCHA Theme"
242
  msgstr ""
243
 
244
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
245
  msgid "for version"
246
  msgstr ""
247
 
248
+ #: google-captcha.php:770
249
  msgid "Save Changes"
250
  msgstr "Zapisz zmiany"
251
 
252
+ #: google-captcha.php:834 google-captcha.php:1315
253
  msgid "To use Google Captcha you must get the keys from"
254
  msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
255
 
256
+ #: google-captcha.php:835 google-captcha.php:1316
257
  msgid "here"
258
  msgstr "stąd"
259
 
260
+ #: google-captcha.php:836 google-captcha.php:1317
261
  msgid "and enter them on the"
262
  msgstr "i wprowadzić je na"
263
 
264
+ #: google-captcha.php:838 google-captcha.php:1319
265
  msgid "plugin setting page"
266
  msgstr "stronie ustawień wtyczki"
267
 
268
+ #: google-captcha.php:1041
269
  msgid "User response is missing."
270
  msgstr ""
271
 
272
+ #: google-captcha.php:1045 google-captcha.php:1053
273
  msgid "Secret Key is invalid"
274
  msgstr ""
275
 
276
+ #: google-captcha.php:1046 google-captcha.php:1054
277
  msgid "Check your domain configuration"
278
  msgstr ""
279
 
280
+ #: google-captcha.php:1047 google-captcha.php:1055
281
  #, fuzzy
282
  msgid "and enter it again"
283
  msgstr "i wprowadzić je na"
284
 
285
+ #: google-captcha.php:1050
286
  msgid "Secret Key is missing."
287
  msgstr ""
288
 
289
+ #: google-captcha.php:1057
290
  msgid "User response is invalid"
291
  msgstr ""
292
 
293
+ #: google-captcha.php:1058
294
  #, fuzzy
295
  msgid "You have entered an incorrect reCAPTCHA value."
296
  msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
297
 
298
+ #: google-captcha.php:1059
299
  msgid ""
300
  "More than one reCAPTCHA has been found in the current form. Please remove "
301
  "all unnecessary reCAPTCHA fields to make it work properly."
302
  msgstr ""
303
 
304
+ #: google-captcha.php:1205
305
  #, fuzzy
306
  msgid "Click the BACK button on your browser, and try again."
307
  msgstr ""
308
  "Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na "
309
  "pasku przeglądarki i spróbuj ponownie."
310
 
311
+ #: google-captcha.php:1230
312
  msgid "Please, complete the captcha and submit \"Test verification\""
313
  msgstr ""
314
 
315
+ #: google-captcha.php:1235
316
  msgid "Test verification"
317
  msgstr ""
318
 
319
+ #: google-captcha.php:1256
320
  msgid "The verification is successfully completed"
321
  msgstr ""
322
 
323
+ #: google-captcha.php:1297
324
  msgid "Support"
325
  msgstr "Wsparcie"
326
 
383
 
384
  #: includes/whitelist.php:320 includes/whitelist.php:341
385
  #: includes/whitelist.php:351
386
+ msgid "Some errors occurred"
387
  msgstr ""
388
 
389
  #: includes/whitelist.php:322
languages/google-captcha-pt_BR.mo CHANGED
Binary file
languages/google-captcha-pt_BR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:01+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
9
  "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
@@ -17,115 +17,115 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:602
21
  msgid "Google Captcha Settings"
22
  msgstr "Configurações Google Captcha"
23
 
24
- #: google-captcha.php:254
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
- #: google-captcha.php:255
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
- #: google-captcha.php:275
35
  msgid "Warning"
36
  msgstr ""
37
 
38
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
39
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
40
  msgid "Error"
41
  msgstr ""
42
 
43
- #: google-captcha.php:377
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
- #: google-captcha.php:506
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "URL do site"
51
 
52
- #: google-captcha.php:511
53
  msgid "Secret Key"
54
  msgstr ""
55
 
56
- #: google-captcha.php:518 google-captcha.php:519
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "Versão do PHP"
60
 
61
- #: google-captcha.php:520
62
  msgid "Invisible reCAPTCHA"
63
  msgstr ""
64
 
65
- #: google-captcha.php:525
66
  msgid "Login form"
67
  msgstr "Formulário de login"
68
 
69
- #: google-captcha.php:526
70
  msgid "Registration form"
71
  msgstr "Formulário de registro"
72
 
73
- #: google-captcha.php:527
74
  msgid "Reset password form"
75
  msgstr "Formulário de alterar senha"
76
 
77
- #: google-captcha.php:528
78
  msgid "Comments form"
79
  msgstr "Fomulário de comentários"
80
 
81
- #: google-captcha.php:547
82
  #, fuzzy
83
  msgid "Enter site key"
84
  msgstr "Digite a chave privada"
85
 
86
- #: google-captcha.php:548 google-captcha.php:554
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr ""
89
  "AVISO: O captcha não será exibido enquanto você não preencher os campos-"
90
  "chave."
91
 
92
- #: google-captcha.php:553
93
  #, fuzzy
94
  msgid "Enter secret key"
95
  msgstr "Digite a chave privada"
96
 
97
- #: google-captcha.php:581
98
  msgid "Settings saved"
99
  msgstr "Configurações salvas"
100
 
101
- #: google-captcha.php:587
102
  #, fuzzy
103
  msgid "All plugin settings were restored"
104
  msgstr "página de configuração do plugin"
105
 
106
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
107
  msgid "Settings"
108
  msgstr "Configurações"
109
 
110
- #: google-captcha.php:605
111
  msgid "Whitelist"
112
  msgstr ""
113
 
114
- #: google-captcha.php:606
115
  msgid "Custom code"
116
  msgstr ""
117
 
118
- #: google-captcha.php:607
119
  msgid "Go PRO"
120
  msgstr ""
121
 
122
- #: google-captcha.php:612
123
  msgid ""
124
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
125
  "version 1 features."
126
  msgstr ""
127
 
128
- #: google-captcha.php:627
129
  #, fuzzy, php-format
130
  msgid ""
131
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -134,7 +134,7 @@ msgstr ""
134
  "Se você quiser adicionar o Google Captcha para seu próprio formulário, basta "
135
  "copiar e colar este shortcode para o seu post ou página:"
136
 
137
- #: google-captcha.php:631
138
  #, php-format
139
  msgid ""
140
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -143,188 +143,187 @@ msgid ""
143
  "your own form , please use the shortcode %s"
144
  msgstr ""
145
 
146
- #: google-captcha.php:637
147
  msgid "Authentication"
148
  msgstr "Autenticação"
149
 
150
- #: google-captcha.php:638
151
  #, php-format
152
  msgid ""
153
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
154
  "your API keys %shere%s"
155
  msgstr ""
156
 
157
- #: google-captcha.php:653
158
  msgid "Test Keys"
159
  msgstr ""
160
 
161
- #: google-captcha.php:656
162
  msgid "Options"
163
  msgstr "Opções"
164
 
165
- #: google-captcha.php:659
166
  msgid "Enable reCAPTCHA for"
167
  msgstr ""
168
 
169
- #: google-captcha.php:663
170
  #, fuzzy
171
  msgid "WordPress default"
172
  msgstr "Versão do WordPress"
173
 
174
- #: google-captcha.php:672
175
  msgid "This option is available only for network or for main blog"
176
  msgstr ""
177
 
178
- #: google-captcha.php:681
179
  msgid "Plugins"
180
  msgstr "Plugins"
181
 
182
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
183
- #: google-captcha.php:729
184
  #, php-format
185
  msgid "You should %s to use this functionality"
186
  msgstr ""
187
 
188
- #: google-captcha.php:690 google-captcha.php:725
189
  #, fuzzy
190
  msgid "activate"
191
  msgstr "Ativar"
192
 
193
- #: google-captcha.php:690 google-captcha.php:725
194
  msgid "for network"
195
  msgstr ""
196
 
197
- #: google-captcha.php:695 google-captcha.php:730
198
  msgid "download"
199
  msgstr ""
200
 
201
- #: google-captcha.php:699
202
  msgid "Check off for adding captcha to forms on their settings pages"
203
  msgstr ""
204
 
205
- #: google-captcha.php:742
206
  #, php-format
207
  msgid ""
208
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
209
  msgstr ""
210
 
211
- #: google-captcha.php:742 google-captcha.php:1356
212
  msgid "FAQ"
213
  msgstr "FAQ"
214
 
215
- #: google-captcha.php:747
216
  #, fuzzy
217
  msgid "Hide reCAPTCHA in Comments Form for"
218
  msgstr "Versão do PHP"
219
 
220
- #: google-captcha.php:759
221
  #, fuzzy
222
  msgid "Whitelist Notification"
223
  msgstr "Autenticação"
224
 
225
- #: google-captcha.php:763
226
  msgid ""
227
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
228
  "added to the whitelist"
229
  msgstr ""
230
 
231
- #: google-captcha.php:769
232
  #, fuzzy
233
  msgid "reCAPTCHA Version"
234
  msgstr "Versão do PHP"
235
 
236
- #: google-captcha.php:779
237
  msgid ""
238
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
239
  "ones will have to pass the captcha"
240
  msgstr ""
241
 
242
- #: google-captcha.php:787 google-captcha.php:800
243
  #, fuzzy
244
  msgid "reCAPTCHA Theme"
245
  msgstr "Versão do PHP"
246
 
247
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
248
  #, fuzzy
249
  msgid "for version"
250
  msgstr "Versão do PHP"
251
 
252
- #: google-captcha.php:813
253
  msgid "Save Changes"
254
  msgstr "Salvar alterações"
255
 
256
- #: google-captcha.php:877 google-captcha.php:1375
257
  msgid "To use Google Captcha you must get the keys from"
258
  msgstr "Para usar o Google Captcha é necessário obter as chaves de"
259
 
260
- #: google-captcha.php:878 google-captcha.php:1376
261
  msgid "here"
262
  msgstr "aqui"
263
 
264
- #: google-captcha.php:879 google-captcha.php:1377
265
  msgid "and enter them on the"
266
  msgstr "e inserí-los no"
267
 
268
- #: google-captcha.php:881 google-captcha.php:1379
269
  msgid "plugin setting page"
270
  msgstr "página de configuração do plugin"
271
 
272
- #: google-captcha.php:1082
273
  msgid "User response is missing."
274
  msgstr ""
275
 
276
- #: google-captcha.php:1086 google-captcha.php:1094
277
  msgid "Secret Key is invalid"
278
  msgstr ""
279
 
280
- #: google-captcha.php:1087 google-captcha.php:1095
281
  msgid "Check your domain configuration"
282
  msgstr ""
283
 
284
- #: google-captcha.php:1088 google-captcha.php:1096
285
  #, fuzzy
286
  msgid "and enter it again"
287
  msgstr "e inserí-los no"
288
 
289
- #: google-captcha.php:1091
290
  msgid "Secret Key is missing."
291
  msgstr ""
292
 
293
- #: google-captcha.php:1098
294
  msgid "User response is invalid"
295
  msgstr ""
296
 
297
- #: google-captcha.php:1099
298
  #, fuzzy
299
  msgid "You have entered an incorrect reCAPTCHA value."
300
  msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
301
 
302
- #: google-captcha.php:1100
303
  msgid ""
304
  "More than one reCAPTCHA has been found in the current form. Please remove "
305
  "all unnecessary reCAPTCHA fields to make it work properly."
306
  msgstr ""
307
 
308
- #: google-captcha.php:1246
309
  #, fuzzy
310
  msgid "Click the BACK button on your browser, and try again."
311
  msgstr ""
312
  "Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do "
313
  "seu navegador e tente novamente."
314
 
315
- #: google-captcha.php:1291
316
  msgid "Please, complete the captcha and submit \"Test verification\""
317
  msgstr ""
318
 
319
- #: google-captcha.php:1295
320
  msgid "Test verification"
321
  msgstr ""
322
 
323
- #: google-captcha.php:1316
324
  msgid "The verification is successfully completed"
325
  msgstr ""
326
 
327
- #: google-captcha.php:1357
328
  msgid "Support"
329
  msgstr "Suporte"
330
 
@@ -387,7 +386,7 @@ msgstr ""
387
 
388
  #: includes/whitelist.php:320 includes/whitelist.php:341
389
  #: includes/whitelist.php:351
390
- msgid "Some errors occured"
391
  msgstr ""
392
 
393
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:26+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
9
  "Language: pt_BR\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:593
21
  msgid "Google Captcha Settings"
22
  msgstr "Configurações Google Captcha"
23
 
24
+ #: google-captcha.php:248
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
+ #: google-captcha.php:249
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
+ #: google-captcha.php:269
35
  msgid "Warning"
36
  msgstr ""
37
 
38
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
39
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
40
  msgid "Error"
41
  msgstr ""
42
 
43
+ #: google-captcha.php:371
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
+ #: google-captcha.php:498
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "URL do site"
51
 
52
+ #: google-captcha.php:503
53
  msgid "Secret Key"
54
  msgstr ""
55
 
56
+ #: google-captcha.php:510 google-captcha.php:511
57
  #, fuzzy
58
  msgid "Version"
59
  msgstr "Versão do PHP"
60
 
61
+ #: google-captcha.php:512
62
  msgid "Invisible reCAPTCHA"
63
  msgstr ""
64
 
65
+ #: google-captcha.php:517
66
  msgid "Login form"
67
  msgstr "Formulário de login"
68
 
69
+ #: google-captcha.php:518
70
  msgid "Registration form"
71
  msgstr "Formulário de registro"
72
 
73
+ #: google-captcha.php:519
74
  msgid "Reset password form"
75
  msgstr "Formulário de alterar senha"
76
 
77
+ #: google-captcha.php:520
78
  msgid "Comments form"
79
  msgstr "Fomulário de comentários"
80
 
81
+ #: google-captcha.php:539
82
  #, fuzzy
83
  msgid "Enter site key"
84
  msgstr "Digite a chave privada"
85
 
86
+ #: google-captcha.php:540 google-captcha.php:546
87
  msgid "WARNING: The captcha will not display while you don't fill key fields."
88
  msgstr ""
89
  "AVISO: O captcha não será exibido enquanto você não preencher os campos-"
90
  "chave."
91
 
92
+ #: google-captcha.php:545
93
  #, fuzzy
94
  msgid "Enter secret key"
95
  msgstr "Digite a chave privada"
96
 
97
+ #: google-captcha.php:572
98
  msgid "Settings saved"
99
  msgstr "Configurações salvas"
100
 
101
+ #: google-captcha.php:578
102
  #, fuzzy
103
  msgid "All plugin settings were restored"
104
  msgstr "página de configuração do plugin"
105
 
106
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
107
  msgid "Settings"
108
  msgstr "Configurações"
109
 
110
+ #: google-captcha.php:596
111
  msgid "Whitelist"
112
  msgstr ""
113
 
114
+ #: google-captcha.php:597
115
  msgid "Custom code"
116
  msgstr ""
117
 
118
+ #: google-captcha.php:598
119
  msgid "Go PRO"
120
  msgstr ""
121
 
122
+ #: google-captcha.php:603
123
  msgid ""
124
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
125
  "version 1 features."
126
  msgstr ""
127
 
128
+ #: google-captcha.php:618
129
  #, fuzzy, php-format
130
  msgid ""
131
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
134
  "Se você quiser adicionar o Google Captcha para seu próprio formulário, basta "
135
  "copiar e colar este shortcode para o seu post ou página:"
136
 
137
+ #: google-captcha.php:622
138
  #, php-format
139
  msgid ""
140
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
143
  "your own form , please use the shortcode %s"
144
  msgstr ""
145
 
146
+ #: google-captcha.php:628
147
  msgid "Authentication"
148
  msgstr "Autenticação"
149
 
150
+ #: google-captcha.php:629
151
  #, php-format
152
  msgid ""
153
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
154
  "your API keys %shere%s"
155
  msgstr ""
156
 
157
+ #: google-captcha.php:644
158
  msgid "Test Keys"
159
  msgstr ""
160
 
161
+ #: google-captcha.php:647
162
  msgid "Options"
163
  msgstr "Opções"
164
 
165
+ #: google-captcha.php:650
166
  msgid "Enable reCAPTCHA for"
167
  msgstr ""
168
 
169
+ #: google-captcha.php:654
170
  #, fuzzy
171
  msgid "WordPress default"
172
  msgstr "Versão do WordPress"
173
 
174
+ #: google-captcha.php:663
175
  msgid "This option is available only for network or for main blog"
176
  msgstr ""
177
 
178
+ #: google-captcha.php:672
179
  msgid "Plugins"
180
  msgstr "Plugins"
181
 
182
+ #: google-captcha.php:680 google-captcha.php:685
 
183
  #, php-format
184
  msgid "You should %s to use this functionality"
185
  msgstr ""
186
 
187
+ #: google-captcha.php:681
188
  #, fuzzy
189
  msgid "activate"
190
  msgstr "Ativar"
191
 
192
+ #: google-captcha.php:681
193
  msgid "for network"
194
  msgstr ""
195
 
196
+ #: google-captcha.php:686
197
  msgid "download"
198
  msgstr ""
199
 
200
+ #: google-captcha.php:690
201
  msgid "Check off for adding captcha to forms on their settings pages"
202
  msgstr ""
203
 
204
+ #: google-captcha.php:699
205
  #, php-format
206
  msgid ""
207
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
208
  msgstr ""
209
 
210
+ #: google-captcha.php:699 google-captcha.php:1296
211
  msgid "FAQ"
212
  msgstr "FAQ"
213
 
214
+ #: google-captcha.php:704
215
  #, fuzzy
216
  msgid "Hide reCAPTCHA in Comments Form for"
217
  msgstr "Versão do PHP"
218
 
219
+ #: google-captcha.php:716
220
  #, fuzzy
221
  msgid "Whitelist Notification"
222
  msgstr "Autenticação"
223
 
224
+ #: google-captcha.php:720
225
  msgid ""
226
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
227
  "added to the whitelist"
228
  msgstr ""
229
 
230
+ #: google-captcha.php:726
231
  #, fuzzy
232
  msgid "reCAPTCHA Version"
233
  msgstr "Versão do PHP"
234
 
235
+ #: google-captcha.php:736
236
  msgid ""
237
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
238
  "ones will have to pass the captcha"
239
  msgstr ""
240
 
241
+ #: google-captcha.php:744 google-captcha.php:757
242
  #, fuzzy
243
  msgid "reCAPTCHA Theme"
244
  msgstr "Versão do PHP"
245
 
246
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
247
  #, fuzzy
248
  msgid "for version"
249
  msgstr "Versão do PHP"
250
 
251
+ #: google-captcha.php:770
252
  msgid "Save Changes"
253
  msgstr "Salvar alterações"
254
 
255
+ #: google-captcha.php:834 google-captcha.php:1315
256
  msgid "To use Google Captcha you must get the keys from"
257
  msgstr "Para usar o Google Captcha é necessário obter as chaves de"
258
 
259
+ #: google-captcha.php:835 google-captcha.php:1316
260
  msgid "here"
261
  msgstr "aqui"
262
 
263
+ #: google-captcha.php:836 google-captcha.php:1317
264
  msgid "and enter them on the"
265
  msgstr "e inserí-los no"
266
 
267
+ #: google-captcha.php:838 google-captcha.php:1319
268
  msgid "plugin setting page"
269
  msgstr "página de configuração do plugin"
270
 
271
+ #: google-captcha.php:1041
272
  msgid "User response is missing."
273
  msgstr ""
274
 
275
+ #: google-captcha.php:1045 google-captcha.php:1053
276
  msgid "Secret Key is invalid"
277
  msgstr ""
278
 
279
+ #: google-captcha.php:1046 google-captcha.php:1054
280
  msgid "Check your domain configuration"
281
  msgstr ""
282
 
283
+ #: google-captcha.php:1047 google-captcha.php:1055
284
  #, fuzzy
285
  msgid "and enter it again"
286
  msgstr "e inserí-los no"
287
 
288
+ #: google-captcha.php:1050
289
  msgid "Secret Key is missing."
290
  msgstr ""
291
 
292
+ #: google-captcha.php:1057
293
  msgid "User response is invalid"
294
  msgstr ""
295
 
296
+ #: google-captcha.php:1058
297
  #, fuzzy
298
  msgid "You have entered an incorrect reCAPTCHA value."
299
  msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
300
 
301
+ #: google-captcha.php:1059
302
  msgid ""
303
  "More than one reCAPTCHA has been found in the current form. Please remove "
304
  "all unnecessary reCAPTCHA fields to make it work properly."
305
  msgstr ""
306
 
307
+ #: google-captcha.php:1205
308
  #, fuzzy
309
  msgid "Click the BACK button on your browser, and try again."
310
  msgstr ""
311
  "Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do "
312
  "seu navegador e tente novamente."
313
 
314
+ #: google-captcha.php:1230
315
  msgid "Please, complete the captcha and submit \"Test verification\""
316
  msgstr ""
317
 
318
+ #: google-captcha.php:1235
319
  msgid "Test verification"
320
  msgstr ""
321
 
322
+ #: google-captcha.php:1256
323
  msgid "The verification is successfully completed"
324
  msgstr ""
325
 
326
+ #: google-captcha.php:1297
327
  msgid "Support"
328
  msgstr "Suporte"
329
 
386
 
387
  #: includes/whitelist.php:320 includes/whitelist.php:341
388
  #: includes/whitelist.php:351
389
+ msgid "Some errors occurred"
390
  msgstr ""
391
 
392
  #: includes/whitelist.php:322
languages/google-captcha-ru_RU.mo CHANGED
Binary file
languages/google-captcha-ru_RU.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 17:59+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
@@ -16,15 +16,15 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-captcha.php:34 google-captcha.php:602
20
  msgid "Google Captcha Settings"
21
  msgstr "Настройки Google Captcha"
22
 
23
- #: google-captcha.php:254
24
  msgid "Please wait until Google reCAPTCHA is loaded."
25
  msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
26
 
27
- #: google-captcha.php:255
28
  msgid ""
29
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
30
  "reload this page."
@@ -32,90 +32,90 @@ msgstr ""
32
  "Не удалось загрузить Google reCAPTCHA. Проверьте Ваше подключение к сети "
33
  "Интернет и перезагрузите эту страницу."
34
 
35
- #: google-captcha.php:275
36
  msgid "Warning"
37
  msgstr "Внимание"
38
 
39
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
40
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
41
  msgid "Error"
42
  msgstr "Ошибка"
43
 
44
- #: google-captcha.php:377
45
  msgid "You are in the whitelist"
46
  msgstr "Вы в белом списке"
47
 
48
- #: google-captcha.php:506
49
  msgid "Site Key"
50
  msgstr "Ключ сайта"
51
 
52
- #: google-captcha.php:511
53
  msgid "Secret Key"
54
  msgstr "Секретный ключ"
55
 
56
- #: google-captcha.php:518 google-captcha.php:519
57
  msgid "Version"
58
  msgstr "Версия"
59
 
60
- #: google-captcha.php:520
61
  msgid "Invisible reCAPTCHA"
62
  msgstr "Невидимая reCAPTCHA"
63
 
64
- #: google-captcha.php:525
65
  msgid "Login form"
66
  msgstr "Форма логина"
67
 
68
- #: google-captcha.php:526
69
  msgid "Registration form"
70
  msgstr "Форма регистрации"
71
 
72
- #: google-captcha.php:527
73
  msgid "Reset password form"
74
  msgstr "Форма восстановления пароля"
75
 
76
- #: google-captcha.php:528
77
  msgid "Comments form"
78
  msgstr "Форма комментариев"
79
 
80
- #: google-captcha.php:547
81
  msgid "Enter site key"
82
  msgstr "Введите ключ сайта"
83
 
84
- #: google-captcha.php:548 google-captcha.php:554
85
  msgid "WARNING: The captcha will not display while you don't fill key fields."
86
  msgstr ""
87
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
88
  "ключевые поля."
89
 
90
- #: google-captcha.php:553
91
  msgid "Enter secret key"
92
  msgstr "Введите секретный ключ"
93
 
94
- #: google-captcha.php:581
95
  msgid "Settings saved"
96
  msgstr "Настройки сохранены"
97
 
98
- #: google-captcha.php:587
99
  msgid "All plugin settings were restored"
100
  msgstr "Настройки плагина были восстановлены"
101
 
102
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
103
  msgid "Settings"
104
  msgstr "Настройки"
105
 
106
- #: google-captcha.php:605
107
  msgid "Whitelist"
108
  msgstr "Белый список"
109
 
110
- #: google-captcha.php:606
111
  msgid "Custom code"
112
  msgstr "Пользовательский код"
113
 
114
- #: google-captcha.php:607
115
  msgid "Go PRO"
116
  msgstr "Перейти на PRO версию"
117
 
118
- #: google-captcha.php:612
119
  msgid ""
120
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
121
  "version 1 features."
@@ -123,7 +123,7 @@ msgstr ""
123
  "В связи с особенностями работы reCAPTCHA версии 1 на странице может "
124
  "отображаться только одна reCAPTCHA."
125
 
126
- #: google-captcha.php:627
127
  #, php-format
128
  msgid ""
129
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -132,7 +132,7 @@ msgstr ""
132
  "Если вы хотите добавить Google Captcha (reCAPTCHA) на вашу страницу или "
133
  "пост, то используйте кнопку %s"
134
 
135
- #: google-captcha.php:631
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -145,11 +145,11 @@ msgstr ""
145
  "кнопка не отображается или вы хотите добавить Google Captcha (reCAPTCHA) в "
146
  "вашу собственную форму, пожалуйста, используйте шорткод %s"
147
 
148
- #: google-captcha.php:637
149
  msgid "Authentication"
150
  msgstr "Идентификация"
151
 
152
- #: google-captcha.php:638
153
  #, php-format
154
  msgid ""
155
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
@@ -158,53 +158,52 @@ msgstr ""
158
  "Для использования reCAPTCHA, пожалуйста введите ключ сайта и секретный ключ. "
159
  "Вы можете управлять своими API ключами %sздесь%s"
160
 
161
- #: google-captcha.php:653
162
  msgid "Test Keys"
163
  msgstr "Тестирование ключей"
164
 
165
- #: google-captcha.php:656
166
  msgid "Options"
167
  msgstr "Опции"
168
 
169
- #: google-captcha.php:659
170
  msgid "Enable reCAPTCHA for"
171
  msgstr "Включить reCAPTCHA для"
172
 
173
- #: google-captcha.php:663
174
  msgid "WordPress default"
175
  msgstr "Стандартных форм WordPress"
176
 
177
- #: google-captcha.php:672
178
  msgid "This option is available only for network or for main blog"
179
  msgstr "Эта опция доступна только для сети или для основного блога"
180
 
181
- #: google-captcha.php:681
182
  msgid "Plugins"
183
  msgstr "Плагинов"
184
 
185
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
186
- #: google-captcha.php:729
187
  #, php-format
188
  msgid "You should %s to use this functionality"
189
  msgstr "Чтобы использовать этот функционал %s"
190
 
191
- #: google-captcha.php:690 google-captcha.php:725
192
  msgid "activate"
193
  msgstr "активируйте"
194
 
195
- #: google-captcha.php:690 google-captcha.php:725
196
  msgid "for network"
197
  msgstr "для сети"
198
 
199
- #: google-captcha.php:695 google-captcha.php:730
200
  msgid "download"
201
  msgstr "загрузить"
202
 
203
- #: google-captcha.php:699
204
  msgid "Check off for adding captcha to forms on their settings pages"
205
  msgstr "Выключите для добавления капчи к формам на страницах их настроек"
206
 
207
- #: google-captcha.php:742
208
  #, php-format
209
  msgid ""
210
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
@@ -212,19 +211,19 @@ msgstr ""
212
  "Если вы хотите добавить Google Captcha (reCAPTCHA) в кастомную форму, "
213
  "смотрите %s"
214
 
215
- #: google-captcha.php:742 google-captcha.php:1356
216
  msgid "FAQ"
217
  msgstr "FAQ"
218
 
219
- #: google-captcha.php:747
220
  msgid "Hide reCAPTCHA in Comments Form for"
221
  msgstr "Скрыть reCAPTCHA в Форма комментариев для"
222
 
223
- #: google-captcha.php:759
224
  msgid "Whitelist Notification"
225
  msgstr "Уведомление о нахождении в белом списке"
226
 
227
- #: google-captcha.php:763
228
  msgid ""
229
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
230
  "added to the whitelist"
@@ -232,11 +231,11 @@ msgstr ""
232
  "Указанное сообщение будет отображаться вместо reCAPTCHA для IP адресов из "
233
  "белого списка"
234
 
235
- #: google-captcha.php:769
236
  msgid "reCAPTCHA Version"
237
  msgstr "Версия reCAPTCHA"
238
 
239
- #: google-captcha.php:779
240
  msgid ""
241
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
242
  "ones will have to pass the captcha"
@@ -245,63 +244,63 @@ msgstr ""
245
  "подозрение, в то время как подозрительным пользователям придётся пройти "
246
  "через капчу"
247
 
248
- #: google-captcha.php:787 google-captcha.php:800
249
  msgid "reCAPTCHA Theme"
250
  msgstr "Тема reCAPTCHA"
251
 
252
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
253
  msgid "for version"
254
  msgstr "для версии"
255
 
256
- #: google-captcha.php:813
257
  msgid "Save Changes"
258
  msgstr "Сохранить изменения"
259
 
260
- #: google-captcha.php:877 google-captcha.php:1375
261
  msgid "To use Google Captcha you must get the keys from"
262
  msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
263
 
264
- #: google-captcha.php:878 google-captcha.php:1376
265
  msgid "here"
266
  msgstr "здесь"
267
 
268
- #: google-captcha.php:879 google-captcha.php:1377
269
  msgid "and enter them on the"
270
  msgstr "и вставить их на"
271
 
272
- #: google-captcha.php:881 google-captcha.php:1379
273
  msgid "plugin setting page"
274
  msgstr "страницу настроек плагина"
275
 
276
- #: google-captcha.php:1082
277
  msgid "User response is missing."
278
  msgstr "Ответ пользователя отсутствует."
279
 
280
- #: google-captcha.php:1086 google-captcha.php:1094
281
  msgid "Secret Key is invalid"
282
  msgstr "Некорректный секретный ключ"
283
 
284
- #: google-captcha.php:1087 google-captcha.php:1095
285
  msgid "Check your domain configuration"
286
  msgstr "Проверьте настройки вашего домена"
287
 
288
- #: google-captcha.php:1088 google-captcha.php:1096
289
  msgid "and enter it again"
290
  msgstr "и введите его снова"
291
 
292
- #: google-captcha.php:1091
293
  msgid "Secret Key is missing."
294
  msgstr "Секретный ключ отсутствует."
295
 
296
- #: google-captcha.php:1098
297
  msgid "User response is invalid"
298
  msgstr "Некорректный ответ пользователя"
299
 
300
- #: google-captcha.php:1099
301
  msgid "You have entered an incorrect reCAPTCHA value."
302
  msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
303
 
304
- #: google-captcha.php:1100
305
  msgid ""
306
  "More than one reCAPTCHA has been found in the current form. Please remove "
307
  "all unnecessary reCAPTCHA fields to make it work properly."
@@ -309,23 +308,23 @@ msgstr ""
309
  "В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
310
  "все лишние блоки reCAPTCHA для корректной дальнейшей работы."
311
 
312
- #: google-captcha.php:1246
313
  msgid "Click the BACK button on your browser, and try again."
314
  msgstr "Воспользуйтесь кнопкой НАЗАД в вашем браузере и попытайтесь снова."
315
 
316
- #: google-captcha.php:1291
317
  msgid "Please, complete the captcha and submit \"Test verification\""
318
  msgstr "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\""
319
 
320
- #: google-captcha.php:1295
321
  msgid "Test verification"
322
  msgstr "Тестирование проверки"
323
 
324
- #: google-captcha.php:1316
325
  msgid "The verification is successfully completed"
326
  msgstr "Проверка завершена успешно"
327
 
328
- #: google-captcha.php:1357
329
  msgid "Support"
330
  msgstr "Поддержка"
331
 
@@ -387,7 +386,7 @@ msgstr "IP был добавлен в белый список"
387
 
388
  #: includes/whitelist.php:320 includes/whitelist.php:341
389
  #: includes/whitelist.php:351
390
- msgid "Some errors occured"
391
  msgstr "Возникли некоторые ошибки"
392
 
393
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:26+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: google-captcha.php:34 google-captcha.php:593
20
  msgid "Google Captcha Settings"
21
  msgstr "Настройки Google Captcha"
22
 
23
+ #: google-captcha.php:248
24
  msgid "Please wait until Google reCAPTCHA is loaded."
25
  msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
26
 
27
+ #: google-captcha.php:249
28
  msgid ""
29
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
30
  "reload this page."
32
  "Не удалось загрузить Google reCAPTCHA. Проверьте Ваше подключение к сети "
33
  "Интернет и перезагрузите эту страницу."
34
 
35
+ #: google-captcha.php:269
36
  msgid "Warning"
37
  msgstr "Внимание"
38
 
39
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
40
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
41
  msgid "Error"
42
  msgstr "Ошибка"
43
 
44
+ #: google-captcha.php:371
45
  msgid "You are in the whitelist"
46
  msgstr "Вы в белом списке"
47
 
48
+ #: google-captcha.php:498
49
  msgid "Site Key"
50
  msgstr "Ключ сайта"
51
 
52
+ #: google-captcha.php:503
53
  msgid "Secret Key"
54
  msgstr "Секретный ключ"
55
 
56
+ #: google-captcha.php:510 google-captcha.php:511
57
  msgid "Version"
58
  msgstr "Версия"
59
 
60
+ #: google-captcha.php:512
61
  msgid "Invisible reCAPTCHA"
62
  msgstr "Невидимая reCAPTCHA"
63
 
64
+ #: google-captcha.php:517
65
  msgid "Login form"
66
  msgstr "Форма логина"
67
 
68
+ #: google-captcha.php:518
69
  msgid "Registration form"
70
  msgstr "Форма регистрации"
71
 
72
+ #: google-captcha.php:519
73
  msgid "Reset password form"
74
  msgstr "Форма восстановления пароля"
75
 
76
+ #: google-captcha.php:520
77
  msgid "Comments form"
78
  msgstr "Форма комментариев"
79
 
80
+ #: google-captcha.php:539
81
  msgid "Enter site key"
82
  msgstr "Введите ключ сайта"
83
 
84
+ #: google-captcha.php:540 google-captcha.php:546
85
  msgid "WARNING: The captcha will not display while you don't fill key fields."
86
  msgstr ""
87
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
88
  "ключевые поля."
89
 
90
+ #: google-captcha.php:545
91
  msgid "Enter secret key"
92
  msgstr "Введите секретный ключ"
93
 
94
+ #: google-captcha.php:572
95
  msgid "Settings saved"
96
  msgstr "Настройки сохранены"
97
 
98
+ #: google-captcha.php:578
99
  msgid "All plugin settings were restored"
100
  msgstr "Настройки плагина были восстановлены"
101
 
102
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
103
  msgid "Settings"
104
  msgstr "Настройки"
105
 
106
+ #: google-captcha.php:596
107
  msgid "Whitelist"
108
  msgstr "Белый список"
109
 
110
+ #: google-captcha.php:597
111
  msgid "Custom code"
112
  msgstr "Пользовательский код"
113
 
114
+ #: google-captcha.php:598
115
  msgid "Go PRO"
116
  msgstr "Перейти на PRO версию"
117
 
118
+ #: google-captcha.php:603
119
  msgid ""
120
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
121
  "version 1 features."
123
  "В связи с особенностями работы reCAPTCHA версии 1 на странице может "
124
  "отображаться только одна reCAPTCHA."
125
 
126
+ #: google-captcha.php:618
127
  #, php-format
128
  msgid ""
129
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
132
  "Если вы хотите добавить Google Captcha (reCAPTCHA) на вашу страницу или "
133
  "пост, то используйте кнопку %s"
134
 
135
+ #: google-captcha.php:622
136
  #, php-format
137
  msgid ""
138
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
145
  "кнопка не отображается или вы хотите добавить Google Captcha (reCAPTCHA) в "
146
  "вашу собственную форму, пожалуйста, используйте шорткод %s"
147
 
148
+ #: google-captcha.php:628
149
  msgid "Authentication"
150
  msgstr "Идентификация"
151
 
152
+ #: google-captcha.php:629
153
  #, php-format
154
  msgid ""
155
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
158
  "Для использования reCAPTCHA, пожалуйста введите ключ сайта и секретный ключ. "
159
  "Вы можете управлять своими API ключами %sздесь%s"
160
 
161
+ #: google-captcha.php:644
162
  msgid "Test Keys"
163
  msgstr "Тестирование ключей"
164
 
165
+ #: google-captcha.php:647
166
  msgid "Options"
167
  msgstr "Опции"
168
 
169
+ #: google-captcha.php:650
170
  msgid "Enable reCAPTCHA for"
171
  msgstr "Включить reCAPTCHA для"
172
 
173
+ #: google-captcha.php:654
174
  msgid "WordPress default"
175
  msgstr "Стандартных форм WordPress"
176
 
177
+ #: google-captcha.php:663
178
  msgid "This option is available only for network or for main blog"
179
  msgstr "Эта опция доступна только для сети или для основного блога"
180
 
181
+ #: google-captcha.php:672
182
  msgid "Plugins"
183
  msgstr "Плагинов"
184
 
185
+ #: google-captcha.php:680 google-captcha.php:685
 
186
  #, php-format
187
  msgid "You should %s to use this functionality"
188
  msgstr "Чтобы использовать этот функционал %s"
189
 
190
+ #: google-captcha.php:681
191
  msgid "activate"
192
  msgstr "активируйте"
193
 
194
+ #: google-captcha.php:681
195
  msgid "for network"
196
  msgstr "для сети"
197
 
198
+ #: google-captcha.php:686
199
  msgid "download"
200
  msgstr "загрузить"
201
 
202
+ #: google-captcha.php:690
203
  msgid "Check off for adding captcha to forms on their settings pages"
204
  msgstr "Выключите для добавления капчи к формам на страницах их настроек"
205
 
206
+ #: google-captcha.php:699
207
  #, php-format
208
  msgid ""
209
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
211
  "Если вы хотите добавить Google Captcha (reCAPTCHA) в кастомную форму, "
212
  "смотрите %s"
213
 
214
+ #: google-captcha.php:699 google-captcha.php:1296
215
  msgid "FAQ"
216
  msgstr "FAQ"
217
 
218
+ #: google-captcha.php:704
219
  msgid "Hide reCAPTCHA in Comments Form for"
220
  msgstr "Скрыть reCAPTCHA в Форма комментариев для"
221
 
222
+ #: google-captcha.php:716
223
  msgid "Whitelist Notification"
224
  msgstr "Уведомление о нахождении в белом списке"
225
 
226
+ #: google-captcha.php:720
227
  msgid ""
228
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
229
  "added to the whitelist"
231
  "Указанное сообщение будет отображаться вместо reCAPTCHA для IP адресов из "
232
  "белого списка"
233
 
234
+ #: google-captcha.php:726
235
  msgid "reCAPTCHA Version"
236
  msgstr "Версия reCAPTCHA"
237
 
238
+ #: google-captcha.php:736
239
  msgid ""
240
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
241
  "ones will have to pass the captcha"
244
  "подозрение, в то время как подозрительным пользователям придётся пройти "
245
  "через капчу"
246
 
247
+ #: google-captcha.php:744 google-captcha.php:757
248
  msgid "reCAPTCHA Theme"
249
  msgstr "Тема reCAPTCHA"
250
 
251
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
252
  msgid "for version"
253
  msgstr "для версии"
254
 
255
+ #: google-captcha.php:770
256
  msgid "Save Changes"
257
  msgstr "Сохранить изменения"
258
 
259
+ #: google-captcha.php:834 google-captcha.php:1315
260
  msgid "To use Google Captcha you must get the keys from"
261
  msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
262
 
263
+ #: google-captcha.php:835 google-captcha.php:1316
264
  msgid "here"
265
  msgstr "здесь"
266
 
267
+ #: google-captcha.php:836 google-captcha.php:1317
268
  msgid "and enter them on the"
269
  msgstr "и вставить их на"
270
 
271
+ #: google-captcha.php:838 google-captcha.php:1319
272
  msgid "plugin setting page"
273
  msgstr "страницу настроек плагина"
274
 
275
+ #: google-captcha.php:1041
276
  msgid "User response is missing."
277
  msgstr "Ответ пользователя отсутствует."
278
 
279
+ #: google-captcha.php:1045 google-captcha.php:1053
280
  msgid "Secret Key is invalid"
281
  msgstr "Некорректный секретный ключ"
282
 
283
+ #: google-captcha.php:1046 google-captcha.php:1054
284
  msgid "Check your domain configuration"
285
  msgstr "Проверьте настройки вашего домена"
286
 
287
+ #: google-captcha.php:1047 google-captcha.php:1055
288
  msgid "and enter it again"
289
  msgstr "и введите его снова"
290
 
291
+ #: google-captcha.php:1050
292
  msgid "Secret Key is missing."
293
  msgstr "Секретный ключ отсутствует."
294
 
295
+ #: google-captcha.php:1057
296
  msgid "User response is invalid"
297
  msgstr "Некорректный ответ пользователя"
298
 
299
+ #: google-captcha.php:1058
300
  msgid "You have entered an incorrect reCAPTCHA value."
301
  msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
302
 
303
+ #: google-captcha.php:1059
304
  msgid ""
305
  "More than one reCAPTCHA has been found in the current form. Please remove "
306
  "all unnecessary reCAPTCHA fields to make it work properly."
308
  "В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
309
  "все лишние блоки reCAPTCHA для корректной дальнейшей работы."
310
 
311
+ #: google-captcha.php:1205
312
  msgid "Click the BACK button on your browser, and try again."
313
  msgstr "Воспользуйтесь кнопкой НАЗАД в вашем браузере и попытайтесь снова."
314
 
315
+ #: google-captcha.php:1230
316
  msgid "Please, complete the captcha and submit \"Test verification\""
317
  msgstr "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\""
318
 
319
+ #: google-captcha.php:1235
320
  msgid "Test verification"
321
  msgstr "Тестирование проверки"
322
 
323
+ #: google-captcha.php:1256
324
  msgid "The verification is successfully completed"
325
  msgstr "Проверка завершена успешно"
326
 
327
+ #: google-captcha.php:1297
328
  msgid "Support"
329
  msgstr "Поддержка"
330
 
386
 
387
  #: includes/whitelist.php:320 includes/whitelist.php:341
388
  #: includes/whitelist.php:351
389
+ msgid "Some errors occurred"
390
  msgstr "Возникли некоторые ошибки"
391
 
392
  #: includes/whitelist.php:322
languages/google-captcha-uk.mo CHANGED
Binary file
languages/google-captcha-uk.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 18:01+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: uk\n"
10
  "MIME-Version: 1.0\n"
@@ -16,15 +16,15 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-captcha.php:34 google-captcha.php:602
20
  msgid "Google Captcha Settings"
21
  msgstr "Налаштування Google Captcha"
22
 
23
- #: google-captcha.php:254
24
  msgid "Please wait until Google reCAPTCHA is loaded."
25
  msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
26
 
27
- #: google-captcha.php:255
28
  msgid ""
29
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
30
  "reload this page."
@@ -32,89 +32,89 @@ msgstr ""
32
  "Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
33
  "до Інтернету та оновіть цю сторінку."
34
 
35
- #: google-captcha.php:275
36
  msgid "Warning"
37
  msgstr "Увага"
38
 
39
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
40
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
41
  msgid "Error"
42
  msgstr "Помилка"
43
 
44
- #: google-captcha.php:377
45
  msgid "You are in the whitelist"
46
  msgstr "Ви знаходитесь в білому списку"
47
 
48
- #: google-captcha.php:506
49
  msgid "Site Key"
50
  msgstr "Ключ Cайту"
51
 
52
- #: google-captcha.php:511
53
  msgid "Secret Key"
54
  msgstr "Секретний ключ"
55
 
56
- #: google-captcha.php:518 google-captcha.php:519
57
  msgid "Version"
58
  msgstr "Версія"
59
 
60
- #: google-captcha.php:520
61
  msgid "Invisible reCAPTCHA"
62
  msgstr "Невидима reCAPTCHA"
63
 
64
- #: google-captcha.php:525
65
  msgid "Login form"
66
  msgstr "Форма логіну"
67
 
68
- #: google-captcha.php:526
69
  msgid "Registration form"
70
  msgstr "Форма реєстрації"
71
 
72
- #: google-captcha.php:527
73
  msgid "Reset password form"
74
  msgstr "Форма відновлення паролю"
75
 
76
- #: google-captcha.php:528
77
  msgid "Comments form"
78
  msgstr "Форма коментарів"
79
 
80
- #: google-captcha.php:547
81
  msgid "Enter site key"
82
  msgstr "Введіть ключ сайту"
83
 
84
- #: google-captcha.php:548 google-captcha.php:554
85
  msgid "WARNING: The captcha will not display while you don't fill key fields."
86
  msgstr ""
87
  "УВАГА: Капча не буде відображатись, поки ви не заповните необхідні поля."
88
 
89
- #: google-captcha.php:553
90
  msgid "Enter secret key"
91
  msgstr "Введіть секретний ключ"
92
 
93
- #: google-captcha.php:581
94
  msgid "Settings saved"
95
  msgstr "Налаштування збережено"
96
 
97
- #: google-captcha.php:587
98
  msgid "All plugin settings were restored"
99
  msgstr "Налаштування плагіна були відновлені"
100
 
101
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
102
  msgid "Settings"
103
  msgstr "Налаштування"
104
 
105
- #: google-captcha.php:605
106
  msgid "Whitelist"
107
  msgstr "Білий список"
108
 
109
- #: google-captcha.php:606
110
  msgid "Custom code"
111
  msgstr "Користувацький код"
112
 
113
- #: google-captcha.php:607
114
  msgid "Go PRO"
115
  msgstr "Перейти на PRO версію"
116
 
117
- #: google-captcha.php:612
118
  msgid ""
119
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
120
  "version 1 features."
@@ -122,7 +122,7 @@ msgstr ""
122
  "У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
123
  "відображатися тільки одна reCAPTCHA."
124
 
125
- #: google-captcha.php:627
126
  #, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -131,7 +131,7 @@ msgstr ""
131
  "Якщо ви хочете додати Google Captcha (reCAPTCHA) на вашу сторінку або пост, "
132
  "то використовуйте кнопку %s"
133
 
134
- #: google-captcha.php:631
135
  #, php-format
136
  msgid ""
137
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -144,11 +144,11 @@ msgstr ""
144
  "кнопка не відображається або ви хочете додати Google Captcha (reCAPTCHA) в "
145
  "вашу власну форму, будь ласка, використовуйте шорткод %s"
146
 
147
- #: google-captcha.php:637
148
  msgid "Authentication"
149
  msgstr "Ідентифікація"
150
 
151
- #: google-captcha.php:638
152
  #, php-format
153
  msgid ""
154
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
@@ -157,53 +157,52 @@ msgstr ""
157
  "Для використання reCAPTCHA, будь ласка, введіть ключ сайту і секретний ключ. "
158
  "Ви можете управляти своїми API ключами %sтут%s"
159
 
160
- #: google-captcha.php:653
161
  msgid "Test Keys"
162
  msgstr "Тестування ключів"
163
 
164
- #: google-captcha.php:656
165
  msgid "Options"
166
  msgstr "Опції"
167
 
168
- #: google-captcha.php:659
169
  msgid "Enable reCAPTCHA for"
170
  msgstr "Включити reCAPTCHA для"
171
 
172
- #: google-captcha.php:663
173
  msgid "WordPress default"
174
  msgstr "Стандартних форм WordPress"
175
 
176
- #: google-captcha.php:672
177
  msgid "This option is available only for network or for main blog"
178
  msgstr "Ця опція доступна тільки для мережі або для основного блогу"
179
 
180
- #: google-captcha.php:681
181
  msgid "Plugins"
182
  msgstr "Плагінів"
183
 
184
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
185
- #: google-captcha.php:729
186
  #, php-format
187
  msgid "You should %s to use this functionality"
188
  msgstr "Щоб використовувати цей функціонал %s"
189
 
190
- #: google-captcha.php:690 google-captcha.php:725
191
  msgid "activate"
192
  msgstr "активувати"
193
 
194
- #: google-captcha.php:690 google-captcha.php:725
195
  msgid "for network"
196
  msgstr "для мережі"
197
 
198
- #: google-captcha.php:695 google-captcha.php:730
199
  msgid "download"
200
  msgstr "завантажити"
201
 
202
- #: google-captcha.php:699
203
  msgid "Check off for adding captcha to forms on their settings pages"
204
  msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань"
205
 
206
- #: google-captcha.php:742
207
  #, php-format
208
  msgid ""
209
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
@@ -211,19 +210,19 @@ msgstr ""
211
  "Якщо ви хочете додати Google Captcha (reCAPTCHA) в кастомний форму, дивіться "
212
  "%s"
213
 
214
- #: google-captcha.php:742 google-captcha.php:1356
215
  msgid "FAQ"
216
  msgstr "FAQ"
217
 
218
- #: google-captcha.php:747
219
  msgid "Hide reCAPTCHA in Comments Form for"
220
  msgstr "Приховати reCAPTCHA у Формі коментарів для"
221
 
222
- #: google-captcha.php:759
223
  msgid "Whitelist Notification"
224
  msgstr "Повідомлення про знаходження у білому списку"
225
 
226
- #: google-captcha.php:763
227
  msgid ""
228
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
229
  "added to the whitelist"
@@ -231,11 +230,11 @@ msgstr ""
231
  "Вказане повідомлення буде відображатися замість reCAPTCHA якщо IP "
232
  "знаходиться в білому списку"
233
 
234
- #: google-captcha.php:769
235
  msgid "reCAPTCHA Version"
236
  msgstr "Версія reCAPTCHA"
237
 
238
- #: google-captcha.php:779
239
  msgid ""
240
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
241
  "ones will have to pass the captcha"
@@ -243,63 +242,63 @@ msgstr ""
243
  "Блок reCAPTCHA не буде відображений для користувачів, які не визивають "
244
  "підозру, в той час як підозрілим користувачам доведеться пройти капчу"
245
 
246
- #: google-captcha.php:787 google-captcha.php:800
247
  msgid "reCAPTCHA Theme"
248
  msgstr "reCAPTCHA theme"
249
 
250
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
251
  msgid "for version"
252
  msgstr "для версії"
253
 
254
- #: google-captcha.php:813
255
  msgid "Save Changes"
256
  msgstr "Зберегти зміни"
257
 
258
- #: google-captcha.php:877 google-captcha.php:1375
259
  msgid "To use Google Captcha you must get the keys from"
260
  msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
261
 
262
- #: google-captcha.php:878 google-captcha.php:1376
263
  msgid "here"
264
  msgstr "тут"
265
 
266
- #: google-captcha.php:879 google-captcha.php:1377
267
  msgid "and enter them on the"
268
  msgstr "і вставте їх у"
269
 
270
- #: google-captcha.php:881 google-captcha.php:1379
271
  msgid "plugin setting page"
272
  msgstr "сторінку налаштувань плагіну"
273
 
274
- #: google-captcha.php:1082
275
  msgid "User response is missing."
276
  msgstr "Відповідь користувача відсутня."
277
 
278
- #: google-captcha.php:1086 google-captcha.php:1094
279
  msgid "Secret Key is invalid"
280
  msgstr "Секретний ключ некоректний"
281
 
282
- #: google-captcha.php:1087 google-captcha.php:1095
283
  msgid "Check your domain configuration"
284
  msgstr "Перевірте конфігурацію вашого домену"
285
 
286
- #: google-captcha.php:1088 google-captcha.php:1096
287
  msgid "and enter it again"
288
  msgstr "і введіть його знову"
289
 
290
- #: google-captcha.php:1091
291
  msgid "Secret Key is missing."
292
  msgstr "Секретний ключ відсутній."
293
 
294
- #: google-captcha.php:1098
295
  msgid "User response is invalid"
296
  msgstr "Некоректна відповідь користувача"
297
 
298
- #: google-captcha.php:1099
299
  msgid "You have entered an incorrect reCAPTCHA value."
300
  msgstr "Ви ввели невірне значення reCAPTCHA."
301
 
302
- #: google-captcha.php:1100
303
  msgid ""
304
  "More than one reCAPTCHA has been found in the current form. Please remove "
305
  "all unnecessary reCAPTCHA fields to make it work properly."
@@ -307,24 +306,24 @@ msgstr ""
307
  "В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
308
  "усі зайві блоки reCAPTCHA для коректної подальшої роботи."
309
 
310
- #: google-captcha.php:1246
311
  msgid "Click the BACK button on your browser, and try again."
312
  msgstr "Скористайтесь кнопкою НАЗАД у своєму браузері та спробуйте знов."
313
 
314
- #: google-captcha.php:1291
315
  msgid "Please, complete the captcha and submit \"Test verification\""
316
  msgstr ""
317
  "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
318
 
319
- #: google-captcha.php:1295
320
  msgid "Test verification"
321
  msgstr "Тестування перевірки"
322
 
323
- #: google-captcha.php:1316
324
  msgid "The verification is successfully completed"
325
  msgstr "Перевірка завершена успішно"
326
 
327
- #: google-captcha.php:1357
328
  msgid "Support"
329
  msgstr "Техпідтримка"
330
 
@@ -386,8 +385,8 @@ msgstr "IP успішно додано до білого списку"
386
 
387
  #: includes/whitelist.php:320 includes/whitelist.php:341
388
  #: includes/whitelist.php:351
389
- msgid "Some errors occured"
390
- msgstr "Трапились деякі помилки "
391
 
392
  #: includes/whitelist.php:322
393
  msgid "IP is already in the whitelist"
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:26+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
  "Language: uk\n"
10
  "MIME-Version: 1.0\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: google-captcha.php:34 google-captcha.php:593
20
  msgid "Google Captcha Settings"
21
  msgstr "Налаштування Google Captcha"
22
 
23
+ #: google-captcha.php:248
24
  msgid "Please wait until Google reCAPTCHA is loaded."
25
  msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
26
 
27
+ #: google-captcha.php:249
28
  msgid ""
29
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
30
  "reload this page."
32
  "Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
33
  "до Інтернету та оновіть цю сторінку."
34
 
35
+ #: google-captcha.php:269
36
  msgid "Warning"
37
  msgstr "Увага"
38
 
39
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
40
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
41
  msgid "Error"
42
  msgstr "Помилка"
43
 
44
+ #: google-captcha.php:371
45
  msgid "You are in the whitelist"
46
  msgstr "Ви знаходитесь в білому списку"
47
 
48
+ #: google-captcha.php:498
49
  msgid "Site Key"
50
  msgstr "Ключ Cайту"
51
 
52
+ #: google-captcha.php:503
53
  msgid "Secret Key"
54
  msgstr "Секретний ключ"
55
 
56
+ #: google-captcha.php:510 google-captcha.php:511
57
  msgid "Version"
58
  msgstr "Версія"
59
 
60
+ #: google-captcha.php:512
61
  msgid "Invisible reCAPTCHA"
62
  msgstr "Невидима reCAPTCHA"
63
 
64
+ #: google-captcha.php:517
65
  msgid "Login form"
66
  msgstr "Форма логіну"
67
 
68
+ #: google-captcha.php:518
69
  msgid "Registration form"
70
  msgstr "Форма реєстрації"
71
 
72
+ #: google-captcha.php:519
73
  msgid "Reset password form"
74
  msgstr "Форма відновлення паролю"
75
 
76
+ #: google-captcha.php:520
77
  msgid "Comments form"
78
  msgstr "Форма коментарів"
79
 
80
+ #: google-captcha.php:539
81
  msgid "Enter site key"
82
  msgstr "Введіть ключ сайту"
83
 
84
+ #: google-captcha.php:540 google-captcha.php:546
85
  msgid "WARNING: The captcha will not display while you don't fill key fields."
86
  msgstr ""
87
  "УВАГА: Капча не буде відображатись, поки ви не заповните необхідні поля."
88
 
89
+ #: google-captcha.php:545
90
  msgid "Enter secret key"
91
  msgstr "Введіть секретний ключ"
92
 
93
+ #: google-captcha.php:572
94
  msgid "Settings saved"
95
  msgstr "Налаштування збережено"
96
 
97
+ #: google-captcha.php:578
98
  msgid "All plugin settings were restored"
99
  msgstr "Налаштування плагіна були відновлені"
100
 
101
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
102
  msgid "Settings"
103
  msgstr "Налаштування"
104
 
105
+ #: google-captcha.php:596
106
  msgid "Whitelist"
107
  msgstr "Білий список"
108
 
109
+ #: google-captcha.php:597
110
  msgid "Custom code"
111
  msgstr "Користувацький код"
112
 
113
+ #: google-captcha.php:598
114
  msgid "Go PRO"
115
  msgstr "Перейти на PRO версію"
116
 
117
+ #: google-captcha.php:603
118
  msgid ""
119
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
120
  "version 1 features."
122
  "У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
123
  "відображатися тільки одна reCAPTCHA."
124
 
125
+ #: google-captcha.php:618
126
  #, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
131
  "Якщо ви хочете додати Google Captcha (reCAPTCHA) на вашу сторінку або пост, "
132
  "то використовуйте кнопку %s"
133
 
134
+ #: google-captcha.php:622
135
  #, php-format
136
  msgid ""
137
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
144
  "кнопка не відображається або ви хочете додати Google Captcha (reCAPTCHA) в "
145
  "вашу власну форму, будь ласка, використовуйте шорткод %s"
146
 
147
+ #: google-captcha.php:628
148
  msgid "Authentication"
149
  msgstr "Ідентифікація"
150
 
151
+ #: google-captcha.php:629
152
  #, php-format
153
  msgid ""
154
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
157
  "Для використання reCAPTCHA, будь ласка, введіть ключ сайту і секретний ключ. "
158
  "Ви можете управляти своїми API ключами %sтут%s"
159
 
160
+ #: google-captcha.php:644
161
  msgid "Test Keys"
162
  msgstr "Тестування ключів"
163
 
164
+ #: google-captcha.php:647
165
  msgid "Options"
166
  msgstr "Опції"
167
 
168
+ #: google-captcha.php:650
169
  msgid "Enable reCAPTCHA for"
170
  msgstr "Включити reCAPTCHA для"
171
 
172
+ #: google-captcha.php:654
173
  msgid "WordPress default"
174
  msgstr "Стандартних форм WordPress"
175
 
176
+ #: google-captcha.php:663
177
  msgid "This option is available only for network or for main blog"
178
  msgstr "Ця опція доступна тільки для мережі або для основного блогу"
179
 
180
+ #: google-captcha.php:672
181
  msgid "Plugins"
182
  msgstr "Плагінів"
183
 
184
+ #: google-captcha.php:680 google-captcha.php:685
 
185
  #, php-format
186
  msgid "You should %s to use this functionality"
187
  msgstr "Щоб використовувати цей функціонал %s"
188
 
189
+ #: google-captcha.php:681
190
  msgid "activate"
191
  msgstr "активувати"
192
 
193
+ #: google-captcha.php:681
194
  msgid "for network"
195
  msgstr "для мережі"
196
 
197
+ #: google-captcha.php:686
198
  msgid "download"
199
  msgstr "завантажити"
200
 
201
+ #: google-captcha.php:690
202
  msgid "Check off for adding captcha to forms on their settings pages"
203
  msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань"
204
 
205
+ #: google-captcha.php:699
206
  #, php-format
207
  msgid ""
208
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
210
  "Якщо ви хочете додати Google Captcha (reCAPTCHA) в кастомний форму, дивіться "
211
  "%s"
212
 
213
+ #: google-captcha.php:699 google-captcha.php:1296
214
  msgid "FAQ"
215
  msgstr "FAQ"
216
 
217
+ #: google-captcha.php:704
218
  msgid "Hide reCAPTCHA in Comments Form for"
219
  msgstr "Приховати reCAPTCHA у Формі коментарів для"
220
 
221
+ #: google-captcha.php:716
222
  msgid "Whitelist Notification"
223
  msgstr "Повідомлення про знаходження у білому списку"
224
 
225
+ #: google-captcha.php:720
226
  msgid ""
227
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
228
  "added to the whitelist"
230
  "Вказане повідомлення буде відображатися замість reCAPTCHA якщо IP "
231
  "знаходиться в білому списку"
232
 
233
+ #: google-captcha.php:726
234
  msgid "reCAPTCHA Version"
235
  msgstr "Версія reCAPTCHA"
236
 
237
+ #: google-captcha.php:736
238
  msgid ""
239
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
240
  "ones will have to pass the captcha"
242
  "Блок reCAPTCHA не буде відображений для користувачів, які не визивають "
243
  "підозру, в той час як підозрілим користувачам доведеться пройти капчу"
244
 
245
+ #: google-captcha.php:744 google-captcha.php:757
246
  msgid "reCAPTCHA Theme"
247
  msgstr "reCAPTCHA theme"
248
 
249
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
250
  msgid "for version"
251
  msgstr "для версії"
252
 
253
+ #: google-captcha.php:770
254
  msgid "Save Changes"
255
  msgstr "Зберегти зміни"
256
 
257
+ #: google-captcha.php:834 google-captcha.php:1315
258
  msgid "To use Google Captcha you must get the keys from"
259
  msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
260
 
261
+ #: google-captcha.php:835 google-captcha.php:1316
262
  msgid "here"
263
  msgstr "тут"
264
 
265
+ #: google-captcha.php:836 google-captcha.php:1317
266
  msgid "and enter them on the"
267
  msgstr "і вставте їх у"
268
 
269
+ #: google-captcha.php:838 google-captcha.php:1319
270
  msgid "plugin setting page"
271
  msgstr "сторінку налаштувань плагіну"
272
 
273
+ #: google-captcha.php:1041
274
  msgid "User response is missing."
275
  msgstr "Відповідь користувача відсутня."
276
 
277
+ #: google-captcha.php:1045 google-captcha.php:1053
278
  msgid "Secret Key is invalid"
279
  msgstr "Секретний ключ некоректний"
280
 
281
+ #: google-captcha.php:1046 google-captcha.php:1054
282
  msgid "Check your domain configuration"
283
  msgstr "Перевірте конфігурацію вашого домену"
284
 
285
+ #: google-captcha.php:1047 google-captcha.php:1055
286
  msgid "and enter it again"
287
  msgstr "і введіть його знову"
288
 
289
+ #: google-captcha.php:1050
290
  msgid "Secret Key is missing."
291
  msgstr "Секретний ключ відсутній."
292
 
293
+ #: google-captcha.php:1057
294
  msgid "User response is invalid"
295
  msgstr "Некоректна відповідь користувача"
296
 
297
+ #: google-captcha.php:1058
298
  msgid "You have entered an incorrect reCAPTCHA value."
299
  msgstr "Ви ввели невірне значення reCAPTCHA."
300
 
301
+ #: google-captcha.php:1059
302
  msgid ""
303
  "More than one reCAPTCHA has been found in the current form. Please remove "
304
  "all unnecessary reCAPTCHA fields to make it work properly."
306
  "В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
307
  "усі зайві блоки reCAPTCHA для коректної подальшої роботи."
308
 
309
+ #: google-captcha.php:1205
310
  msgid "Click the BACK button on your browser, and try again."
311
  msgstr "Скористайтесь кнопкою НАЗАД у своєму браузері та спробуйте знов."
312
 
313
+ #: google-captcha.php:1230
314
  msgid "Please, complete the captcha and submit \"Test verification\""
315
  msgstr ""
316
  "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
317
 
318
+ #: google-captcha.php:1235
319
  msgid "Test verification"
320
  msgstr "Тестування перевірки"
321
 
322
+ #: google-captcha.php:1256
323
  msgid "The verification is successfully completed"
324
  msgstr "Перевірка завершена успішно"
325
 
326
+ #: google-captcha.php:1297
327
  msgid "Support"
328
  msgstr "Техпідтримка"
329
 
385
 
386
  #: includes/whitelist.php:320 includes/whitelist.php:341
387
  #: includes/whitelist.php:351
388
+ msgid "Some errors occurred"
389
+ msgstr "Трапились деякі помилки"
390
 
391
  #: includes/whitelist.php:322
392
  msgid "IP is already in the whitelist"
languages/google-captcha-zh_TW.mo CHANGED
Binary file
languages/google-captcha-zh_TW.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-04-18 17:59+0300\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Nick Lai <nick20080808@gmail.com>\n"
9
  "Language: zh_TW\n"
10
  "MIME-Version: 1.0\n"
@@ -17,112 +17,112 @@ msgstr ""
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:602
21
  msgid "Google Captcha Settings"
22
  msgstr "reCAPTCHA 驗證碼設置"
23
 
24
- #: google-captcha.php:254
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
- #: google-captcha.php:255
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
- #: google-captcha.php:275
35
  msgid "Warning"
36
  msgstr ""
37
 
38
- #: google-captcha.php:279 google-captcha.php:1127 google-captcha.php:1158
39
- #: google-captcha.php:1187 google-captcha.php:1217 google-captcha.php:1246
40
  msgid "Error"
41
  msgstr ""
42
 
43
- #: google-captcha.php:377
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
- #: google-captcha.php:506
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "私有密鑰(Private Key)"
51
 
52
- #: google-captcha.php:511
53
  msgid "Secret Key"
54
  msgstr ""
55
 
56
- #: google-captcha.php:518 google-captcha.php:519
57
  msgid "Version"
58
  msgstr ""
59
 
60
- #: google-captcha.php:520
61
  msgid "Invisible reCAPTCHA"
62
  msgstr ""
63
 
64
- #: google-captcha.php:525
65
  msgid "Login form"
66
  msgstr "登入頁"
67
 
68
- #: google-captcha.php:526
69
  msgid "Registration form"
70
  msgstr "用戶註冊頁"
71
 
72
- #: google-captcha.php:527
73
  msgid "Reset password form"
74
  msgstr "重設密碼頁"
75
 
76
- #: google-captcha.php:528
77
  msgid "Comments form"
78
  msgstr "發表迴響框"
79
 
80
- #: google-captcha.php:547
81
  #, fuzzy
82
  msgid "Enter site key"
83
  msgstr "輸入私有密鑰"
84
 
85
- #: google-captcha.php:548 google-captcha.php:554
86
  msgid "WARNING: The captcha will not display while you don't fill key fields."
87
  msgstr "警告:如果你不填寫此欄,驗證碼將不會顯示。"
88
 
89
- #: google-captcha.php:553
90
  #, fuzzy
91
  msgid "Enter secret key"
92
  msgstr "輸入私有密鑰"
93
 
94
- #: google-captcha.php:581
95
  msgid "Settings saved"
96
  msgstr "設定已儲存"
97
 
98
- #: google-captcha.php:587
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "外掛設置頁"
102
 
103
- #: google-captcha.php:604 google-captcha.php:1334 google-captcha.php:1355
104
  msgid "Settings"
105
  msgstr "設定"
106
 
107
- #: google-captcha.php:605
108
  msgid "Whitelist"
109
  msgstr ""
110
 
111
- #: google-captcha.php:606
112
  msgid "Custom code"
113
  msgstr ""
114
 
115
- #: google-captcha.php:607
116
  msgid "Go PRO"
117
  msgstr ""
118
 
119
- #: google-captcha.php:612
120
  msgid ""
121
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
122
  "version 1 features."
123
  msgstr ""
124
 
125
- #: google-captcha.php:627
126
  #, fuzzy, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -130,7 +130,7 @@ msgid ""
130
  msgstr ""
131
  "如果您想在自己的表格中加入reCAPTCHA驗證碼,只需貼上此代號到您的文章或頁面:"
132
 
133
- #: google-captcha.php:631
134
  #, php-format
135
  msgid ""
136
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -139,182 +139,181 @@ msgid ""
139
  "your own form , please use the shortcode %s"
140
  msgstr ""
141
 
142
- #: google-captcha.php:637
143
  msgid "Authentication"
144
  msgstr "身份驗證"
145
 
146
- #: google-captcha.php:638
147
  #, php-format
148
  msgid ""
149
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
150
  "your API keys %shere%s"
151
  msgstr ""
152
 
153
- #: google-captcha.php:653
154
  msgid "Test Keys"
155
  msgstr ""
156
 
157
- #: google-captcha.php:656
158
  msgid "Options"
159
  msgstr "選項"
160
 
161
- #: google-captcha.php:659
162
  msgid "Enable reCAPTCHA for"
163
  msgstr ""
164
 
165
- #: google-captcha.php:663
166
  msgid "WordPress default"
167
  msgstr ""
168
 
169
- #: google-captcha.php:672
170
  msgid "This option is available only for network or for main blog"
171
  msgstr ""
172
 
173
- #: google-captcha.php:681
174
  #, fuzzy
175
  msgid "Plugins"
176
  msgstr "外掛頁面"
177
 
178
- #: google-captcha.php:689 google-captcha.php:694 google-captcha.php:724
179
- #: google-captcha.php:729
180
  #, php-format
181
  msgid "You should %s to use this functionality"
182
  msgstr ""
183
 
184
- #: google-captcha.php:690 google-captcha.php:725
185
  #, fuzzy
186
  msgid "activate"
187
  msgstr "Активировать Contact form"
188
 
189
- #: google-captcha.php:690 google-captcha.php:725
190
  msgid "for network"
191
  msgstr ""
192
 
193
- #: google-captcha.php:695 google-captcha.php:730
194
  msgid "download"
195
  msgstr ""
196
 
197
- #: google-captcha.php:699
198
  msgid "Check off for adding captcha to forms on their settings pages"
199
  msgstr ""
200
 
201
- #: google-captcha.php:742
202
  #, php-format
203
  msgid ""
204
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
205
  msgstr ""
206
 
207
- #: google-captcha.php:742 google-captcha.php:1356
208
  msgid "FAQ"
209
  msgstr "常見問題"
210
 
211
- #: google-captcha.php:747
212
  msgid "Hide reCAPTCHA in Comments Form for"
213
  msgstr ""
214
 
215
- #: google-captcha.php:759
216
  #, fuzzy
217
  msgid "Whitelist Notification"
218
  msgstr "身份驗證"
219
 
220
- #: google-captcha.php:763
221
  msgid ""
222
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
223
  "added to the whitelist"
224
  msgstr ""
225
 
226
- #: google-captcha.php:769
227
  msgid "reCAPTCHA Version"
228
  msgstr ""
229
 
230
- #: google-captcha.php:779
231
  msgid ""
232
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
233
  "ones will have to pass the captcha"
234
  msgstr ""
235
 
236
- #: google-captcha.php:787 google-captcha.php:800
237
  msgid "reCAPTCHA Theme"
238
  msgstr ""
239
 
240
- #: google-captcha.php:788 google-captcha.php:801 includes/pro_banners.php:90
241
  msgid "for version"
242
  msgstr ""
243
 
244
- #: google-captcha.php:813
245
  msgid "Save Changes"
246
  msgstr "儲存變更"
247
 
248
- #: google-captcha.php:877 google-captcha.php:1375
249
  msgid "To use Google Captcha you must get the keys from"
250
  msgstr "如要用reCAPTCHA驗證碼,你必須輸入兩組金鑰。您可以在這裡領取:"
251
 
252
- #: google-captcha.php:878 google-captcha.php:1376
253
  msgid "here"
254
  msgstr "點我"
255
 
256
- #: google-captcha.php:879 google-captcha.php:1377
257
  msgid "and enter them on the"
258
  msgstr "然後將他們輸入到"
259
 
260
- #: google-captcha.php:881 google-captcha.php:1379
261
  msgid "plugin setting page"
262
  msgstr "外掛設置頁"
263
 
264
- #: google-captcha.php:1082
265
  msgid "User response is missing."
266
  msgstr ""
267
 
268
- #: google-captcha.php:1086 google-captcha.php:1094
269
  msgid "Secret Key is invalid"
270
  msgstr ""
271
 
272
- #: google-captcha.php:1087 google-captcha.php:1095
273
  msgid "Check your domain configuration"
274
  msgstr ""
275
 
276
- #: google-captcha.php:1088 google-captcha.php:1096
277
  #, fuzzy
278
  msgid "and enter it again"
279
  msgstr "然後將他們輸入到"
280
 
281
- #: google-captcha.php:1091
282
  msgid "Secret Key is missing."
283
  msgstr ""
284
 
285
- #: google-captcha.php:1098
286
  msgid "User response is invalid"
287
  msgstr ""
288
 
289
- #: google-captcha.php:1099
290
  #, fuzzy
291
  msgid "You have entered an incorrect reCAPTCHA value."
292
  msgstr "錯誤:您輸入的驗證碼不正確。"
293
 
294
- #: google-captcha.php:1100
295
  msgid ""
296
  "More than one reCAPTCHA has been found in the current form. Please remove "
297
  "all unnecessary reCAPTCHA fields to make it work properly."
298
  msgstr ""
299
 
300
- #: google-captcha.php:1246
301
  #, fuzzy
302
  msgid "Click the BACK button on your browser, and try again."
303
  msgstr "錯誤:您輸入的驗證碼不正確。請回到上一頁,然後重新輸入。"
304
 
305
- #: google-captcha.php:1291
306
  msgid "Please, complete the captcha and submit \"Test verification\""
307
  msgstr ""
308
 
309
- #: google-captcha.php:1295
310
  msgid "Test verification"
311
  msgstr ""
312
 
313
- #: google-captcha.php:1316
314
  msgid "The verification is successfully completed"
315
  msgstr ""
316
 
317
- #: google-captcha.php:1357
318
  msgid "Support"
319
  msgstr "支援"
320
 
@@ -377,7 +376,7 @@ msgstr ""
377
 
378
  #: includes/whitelist.php:320 includes/whitelist.php:341
379
  #: includes/whitelist.php:351
380
- msgid "Some errors occured"
381
  msgstr ""
382
 
383
  #: includes/whitelist.php:322
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-05-16 09:27+0300\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Nick Lai <nick20080808@gmail.com>\n"
9
  "Language: zh_TW\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:593
21
  msgid "Google Captcha Settings"
22
  msgstr "reCAPTCHA 驗證碼設置"
23
 
24
+ #: google-captcha.php:248
25
  msgid "Please wait until Google reCAPTCHA is loaded."
26
  msgstr ""
27
 
28
+ #: google-captcha.php:249
29
  msgid ""
30
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
31
  "reload this page."
32
  msgstr ""
33
 
34
+ #: google-captcha.php:269
35
  msgid "Warning"
36
  msgstr ""
37
 
38
+ #: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
39
+ #: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
40
  msgid "Error"
41
  msgstr ""
42
 
43
+ #: google-captcha.php:371
44
  msgid "You are in the whitelist"
45
  msgstr ""
46
 
47
+ #: google-captcha.php:498
48
  #, fuzzy
49
  msgid "Site Key"
50
  msgstr "私有密鑰(Private Key)"
51
 
52
+ #: google-captcha.php:503
53
  msgid "Secret Key"
54
  msgstr ""
55
 
56
+ #: google-captcha.php:510 google-captcha.php:511
57
  msgid "Version"
58
  msgstr ""
59
 
60
+ #: google-captcha.php:512
61
  msgid "Invisible reCAPTCHA"
62
  msgstr ""
63
 
64
+ #: google-captcha.php:517
65
  msgid "Login form"
66
  msgstr "登入頁"
67
 
68
+ #: google-captcha.php:518
69
  msgid "Registration form"
70
  msgstr "用戶註冊頁"
71
 
72
+ #: google-captcha.php:519
73
  msgid "Reset password form"
74
  msgstr "重設密碼頁"
75
 
76
+ #: google-captcha.php:520
77
  msgid "Comments form"
78
  msgstr "發表迴響框"
79
 
80
+ #: google-captcha.php:539
81
  #, fuzzy
82
  msgid "Enter site key"
83
  msgstr "輸入私有密鑰"
84
 
85
+ #: google-captcha.php:540 google-captcha.php:546
86
  msgid "WARNING: The captcha will not display while you don't fill key fields."
87
  msgstr "警告:如果你不填寫此欄,驗證碼將不會顯示。"
88
 
89
+ #: google-captcha.php:545
90
  #, fuzzy
91
  msgid "Enter secret key"
92
  msgstr "輸入私有密鑰"
93
 
94
+ #: google-captcha.php:572
95
  msgid "Settings saved"
96
  msgstr "設定已儲存"
97
 
98
+ #: google-captcha.php:578
99
  #, fuzzy
100
  msgid "All plugin settings were restored"
101
  msgstr "外掛設置頁"
102
 
103
+ #: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
104
  msgid "Settings"
105
  msgstr "設定"
106
 
107
+ #: google-captcha.php:596
108
  msgid "Whitelist"
109
  msgstr ""
110
 
111
+ #: google-captcha.php:597
112
  msgid "Custom code"
113
  msgstr ""
114
 
115
+ #: google-captcha.php:598
116
  msgid "Go PRO"
117
  msgstr ""
118
 
119
+ #: google-captcha.php:603
120
  msgid ""
121
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
122
  "version 1 features."
123
  msgstr ""
124
 
125
+ #: google-captcha.php:618
126
  #, fuzzy, php-format
127
  msgid ""
128
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
130
  msgstr ""
131
  "如果您想在自己的表格中加入reCAPTCHA驗證碼,只需貼上此代號到您的文章或頁面:"
132
 
133
+ #: google-captcha.php:622
134
  #, php-format
135
  msgid ""
136
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
139
  "your own form , please use the shortcode %s"
140
  msgstr ""
141
 
142
+ #: google-captcha.php:628
143
  msgid "Authentication"
144
  msgstr "身份驗證"
145
 
146
+ #: google-captcha.php:629
147
  #, php-format
148
  msgid ""
149
  "In order to use reCAPTCHA, please enter site and secret keys. You can manage "
150
  "your API keys %shere%s"
151
  msgstr ""
152
 
153
+ #: google-captcha.php:644
154
  msgid "Test Keys"
155
  msgstr ""
156
 
157
+ #: google-captcha.php:647
158
  msgid "Options"
159
  msgstr "選項"
160
 
161
+ #: google-captcha.php:650
162
  msgid "Enable reCAPTCHA for"
163
  msgstr ""
164
 
165
+ #: google-captcha.php:654
166
  msgid "WordPress default"
167
  msgstr ""
168
 
169
+ #: google-captcha.php:663
170
  msgid "This option is available only for network or for main blog"
171
  msgstr ""
172
 
173
+ #: google-captcha.php:672
174
  #, fuzzy
175
  msgid "Plugins"
176
  msgstr "外掛頁面"
177
 
178
+ #: google-captcha.php:680 google-captcha.php:685
 
179
  #, php-format
180
  msgid "You should %s to use this functionality"
181
  msgstr ""
182
 
183
+ #: google-captcha.php:681
184
  #, fuzzy
185
  msgid "activate"
186
  msgstr "Активировать Contact form"
187
 
188
+ #: google-captcha.php:681
189
  msgid "for network"
190
  msgstr ""
191
 
192
+ #: google-captcha.php:686
193
  msgid "download"
194
  msgstr ""
195
 
196
+ #: google-captcha.php:690
197
  msgid "Check off for adding captcha to forms on their settings pages"
198
  msgstr ""
199
 
200
+ #: google-captcha.php:699
201
  #, php-format
202
  msgid ""
203
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
204
  msgstr ""
205
 
206
+ #: google-captcha.php:699 google-captcha.php:1296
207
  msgid "FAQ"
208
  msgstr "常見問題"
209
 
210
+ #: google-captcha.php:704
211
  msgid "Hide reCAPTCHA in Comments Form for"
212
  msgstr ""
213
 
214
+ #: google-captcha.php:716
215
  #, fuzzy
216
  msgid "Whitelist Notification"
217
  msgstr "身份驗證"
218
 
219
+ #: google-captcha.php:720
220
  msgid ""
221
  "This message will be displayed instead of the reCAPTCHA if the user IP is "
222
  "added to the whitelist"
223
  msgstr ""
224
 
225
+ #: google-captcha.php:726
226
  msgid "reCAPTCHA Version"
227
  msgstr ""
228
 
229
+ #: google-captcha.php:736
230
  msgid ""
231
  "reCAPTCHA block won't be visible for non-suspicious users while suspicious "
232
  "ones will have to pass the captcha"
233
  msgstr ""
234
 
235
+ #: google-captcha.php:744 google-captcha.php:757
236
  msgid "reCAPTCHA Theme"
237
  msgstr ""
238
 
239
+ #: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
240
  msgid "for version"
241
  msgstr ""
242
 
243
+ #: google-captcha.php:770
244
  msgid "Save Changes"
245
  msgstr "儲存變更"
246
 
247
+ #: google-captcha.php:834 google-captcha.php:1315
248
  msgid "To use Google Captcha you must get the keys from"
249
  msgstr "如要用reCAPTCHA驗證碼,你必須輸入兩組金鑰。您可以在這裡領取:"
250
 
251
+ #: google-captcha.php:835 google-captcha.php:1316
252
  msgid "here"
253
  msgstr "點我"
254
 
255
+ #: google-captcha.php:836 google-captcha.php:1317
256
  msgid "and enter them on the"
257
  msgstr "然後將他們輸入到"
258
 
259
+ #: google-captcha.php:838 google-captcha.php:1319
260
  msgid "plugin setting page"
261
  msgstr "外掛設置頁"
262
 
263
+ #: google-captcha.php:1041
264
  msgid "User response is missing."
265
  msgstr ""
266
 
267
+ #: google-captcha.php:1045 google-captcha.php:1053
268
  msgid "Secret Key is invalid"
269
  msgstr ""
270
 
271
+ #: google-captcha.php:1046 google-captcha.php:1054
272
  msgid "Check your domain configuration"
273
  msgstr ""
274
 
275
+ #: google-captcha.php:1047 google-captcha.php:1055
276
  #, fuzzy
277
  msgid "and enter it again"
278
  msgstr "然後將他們輸入到"
279
 
280
+ #: google-captcha.php:1050
281
  msgid "Secret Key is missing."
282
  msgstr ""
283
 
284
+ #: google-captcha.php:1057
285
  msgid "User response is invalid"
286
  msgstr ""
287
 
288
+ #: google-captcha.php:1058
289
  #, fuzzy
290
  msgid "You have entered an incorrect reCAPTCHA value."
291
  msgstr "錯誤:您輸入的驗證碼不正確。"
292
 
293
+ #: google-captcha.php:1059
294
  msgid ""
295
  "More than one reCAPTCHA has been found in the current form. Please remove "
296
  "all unnecessary reCAPTCHA fields to make it work properly."
297
  msgstr ""
298
 
299
+ #: google-captcha.php:1205
300
  #, fuzzy
301
  msgid "Click the BACK button on your browser, and try again."
302
  msgstr "錯誤:您輸入的驗證碼不正確。請回到上一頁,然後重新輸入。"
303
 
304
+ #: google-captcha.php:1230
305
  msgid "Please, complete the captcha and submit \"Test verification\""
306
  msgstr ""
307
 
308
+ #: google-captcha.php:1235
309
  msgid "Test verification"
310
  msgstr ""
311
 
312
+ #: google-captcha.php:1256
313
  msgid "The verification is successfully completed"
314
  msgstr ""
315
 
316
+ #: google-captcha.php:1297
317
  msgid "Support"
318
  msgstr "支援"
319
 
376
 
377
  #: includes/whitelist.php:320 includes/whitelist.php:341
378
  #: includes/whitelist.php:351
379
+ msgid "Some errors occurred"
380
  msgstr ""
381
 
382
  #: includes/whitelist.php:322
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha
5
- Requires at least: 3.8
6
- Tested up to: 4.7.4
7
- Stable tag: 1.29
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -103,7 +103,7 @@ Visit our Help Center if you have any questions, our friendly Support Team is ha
103
  * Italian (it_IT) (thanks to [Istvan](mailto:wart17@hotmail.com))
104
  * Polish (pl_PL) (thanks to [Ryszard Glegola](mailto:ryszard.glegola@translanet.com), www.translanet.com)
105
  * Russian (ru_RU)
106
- * Spanish (es_ES) (thanks to [Cloudzeroxyz](mailto:cloudzeroxyz@gmail.com))
107
  * Ukrainian (uk)
108
 
109
  Some of these translations are not complete. We are constantly adding new features which should be translated. If you would like to create your own language pack or update the existing one, you can send [the text of PO and MO files](http://codex.wordpress.org/Translating_WordPress) to [BestWebSoft](https://support.bestwebsoft.com/hc/en-us/requests/new) and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO [files Poedit](http://www.poedit.net/download.php).
@@ -221,6 +221,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
221
 
222
  == Changelog ==
223
 
 
 
 
224
  = V1.29 - 27.04.2017 =
225
  * NEW : Invisible reCAPTCHA version has been added.
226
  * Update : The Czech language file has been updated.
@@ -354,6 +357,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
354
 
355
  == Upgrade Notice ==
356
 
 
 
 
357
  = V1.29 =
358
  * Functionality expanded.
359
  * Languages updated.
2
  Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha
5
+ Requires at least: 3.9
6
+ Tested up to: 4.7.5
7
+ Stable tag: 1.30
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
103
  * Italian (it_IT) (thanks to [Istvan](mailto:wart17@hotmail.com))
104
  * Polish (pl_PL) (thanks to [Ryszard Glegola](mailto:ryszard.glegola@translanet.com), www.translanet.com)
105
  * Russian (ru_RU)
106
+ * Spanish (es_ES)
107
  * Ukrainian (uk)
108
 
109
  Some of these translations are not complete. We are constantly adding new features which should be translated. If you would like to create your own language pack or update the existing one, you can send [the text of PO and MO files](http://codex.wordpress.org/Translating_WordPress) to [BestWebSoft](https://support.bestwebsoft.com/hc/en-us/requests/new) and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO [files Poedit](http://www.poedit.net/download.php).
221
 
222
  == Changelog ==
223
 
224
+ = V1.30 - 18.05.2017 =
225
+ * Update : The Spanish language file has been updated.
226
+
227
  = V1.29 - 27.04.2017 =
228
  * NEW : Invisible reCAPTCHA version has been added.
229
  * Update : The Czech language file has been updated.
357
 
358
  == Upgrade Notice ==
359
 
360
+ = V1.30 =
361
+ * Languages updated.
362
+
363
  = V1.29 =
364
  * Functionality expanded.
365
  * Languages updated.