Gallery by BestWebSoft - Version 4.3.0

Version Description

  • 18.05.2015 =
  • Update : We updated all functionality for wordpress 4.2.2.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Gallery by BestWebSoft
Version 4.3.0
Comparing to
See all releases

Code changes from version 4.2.9 to 4.3.0

Files changed (53) hide show
  1. bws_menu/bws_functions.php +4 -4
  2. bws_menu/bws_menu.php +3 -3
  3. bws_menu/icons/social-buttons-pack.png +0 -0
  4. bws_menu/icons/zendesk-help-center.png +0 -0
  5. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  6. bws_menu/languages/bestwebsoft-de_DE.po +195 -196
  7. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  8. bws_menu/languages/bestwebsoft-fr_FR.po +267 -261
  9. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  10. bws_menu/languages/bestwebsoft-it_IT.po +195 -249
  11. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  12. bws_menu/languages/bestwebsoft-ja.po +195 -189
  13. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  14. bws_menu/languages/bestwebsoft-pt_BR.po +195 -196
  15. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  16. bws_menu/languages/bestwebsoft-ru_RU.po +228 -258
  17. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  18. bws_menu/languages/bestwebsoft-sr_RS.po +195 -189
  19. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  20. bws_menu/languages/bestwebsoft-sv_SE.po +195 -189
  21. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  22. bws_menu/languages/bestwebsoft-uk.po +225 -253
  23. gallery-plugin.php +5 -5
  24. languages/gallery-bg_BG.mo +0 -0
  25. languages/gallery-bg_BG.po +9 -5
  26. languages/gallery-cs_CZ.mo +0 -0
  27. languages/gallery-cs_CZ.po +9 -5
  28. languages/gallery-de_DE.mo +0 -0
  29. languages/gallery-de_DE.po +9 -5
  30. languages/gallery-es_ES.mo +0 -0
  31. languages/gallery-es_ES.po +7 -5
  32. languages/gallery-fr_FR.mo +0 -0
  33. languages/gallery-fr_FR.po +592 -30
  34. languages/gallery-nl_NL.mo +0 -0
  35. languages/gallery-nl_NL.po +9 -5
  36. languages/gallery-pt_BR.mo +0 -0
  37. languages/gallery-pt_BR.po +7 -5
  38. languages/gallery-ru_RU.mo +0 -0
  39. languages/gallery-ru_RU.po +10 -8
  40. languages/gallery-sk_SK.mo +0 -0
  41. languages/gallery-sk_SK.po +9 -5
  42. languages/gallery-sl_SI.mo +0 -0
  43. languages/gallery-sl_SI.po +9 -5
  44. languages/gallery-sr_RS.mo +0 -0
  45. languages/gallery-sr_RS.po +9 -5
  46. languages/gallery-tr.mo +0 -0
  47. languages/gallery-tr.po +8 -4
  48. languages/gallery-uk.mo +0 -0
  49. languages/gallery-uk.po +10 -8
  50. languages/gallery-zh_CN.mo +0 -0
  51. languages/gallery-zh_CN.po +9 -5
  52. readme.txt +18 -11
  53. template/gallery-template.php +0 -0
bws_menu/bws_functions.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
- * Version: 1.0.8
5
  */
6
  if ( ! function_exists ( 'bws_add_general_menu' ) ) {
7
  function bws_add_general_menu( $base ) {
@@ -110,7 +110,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
110
  }
111
 
112
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
113
- $banner_url_or_slug = 'http://ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
114
  }
115
 
116
  if ( ! function_exists( 'is_plugin_active' ) )
@@ -145,7 +145,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
145
  <div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
146
  <img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
147
  <div class="icon">
148
- <img title="" src="<?php echo $banner_url_or_slug; ?>" alt="" />
149
  </div>
150
  <div class="text"><?php
151
  _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>PRO</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
@@ -539,7 +539,7 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
539
  if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $plugin_key ] ) ) {
540
  echo '<tr class="plugin-update-tr">
541
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
542
- <div class="update-message" style="background-color: #FFEBE8; border-color: #CC0000;">' . __( 'WARNING: We have noticed illegal use of our plugin by you. We strongly recommend you to solve the problem within 24 hours, otherwise the plugin will be deactivated. Please go to your personal', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client area</a> ' . __( '(your username is the email you specify when purchasing the product), where you can make the necessary changes.', 'bestwebsoft' ) . '</div>
543
  </td>
544
  </tr>';
545
  } elseif ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") ) ) {
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
+ * Version: 1.0.9
5
  */
6
  if ( ! function_exists ( 'bws_add_general_menu' ) ) {
7
  function bws_add_general_menu( $base ) {
110
  }
111
 
112
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
113
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
114
  }
115
 
116
  if ( ! function_exists( 'is_plugin_active' ) )
145
  <div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
146
  <img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
147
  <div class="icon">
148
+ <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
149
  </div>
150
  <div class="text"><?php
151
  _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>PRO</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
539
  if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $plugin_key ] ) ) {
540
  echo '<tr class="plugin-update-tr">
541
  <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
542
+ <div class="update-message" style="background-color: #FFEBE8; border-color: #CC0000;"><strong>' . __( 'WARNING: Illegal use notification', 'bestwebsoft' ) . '.</strong> ' . __( 'You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated.', 'bestwebsoft' ) . ' <a target="_blank" href="http://support.bestwebsoft.com/hc/en-us/articles/204240089">' . __( 'Learn More', 'bestwebsoft' ) . '</a></div>
543
  </td>
544
  </tr>';
545
  } elseif ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") ) ) {
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.5.9
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -11,7 +11,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
  global $wpdb, $wp_version, $bws_plugin_info;
13
  $error = $message = $bwsmn_form_email = '';
14
- $bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94';
15
 
16
  if ( ! function_exists( 'is_plugin_active_for_network' ) )
17
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
@@ -247,7 +247,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
247
  ),
248
  'contact-form-multi/contact-form-multi.php' => array(
249
  'name' => 'Contact Form Multi',
250
- 'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
251
  'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
252
  'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
253
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.6.0
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
11
  function bws_add_menu_render() {
12
  global $wpdb, $wp_version, $bws_plugin_info;
13
  $error = $message = $bwsmn_form_email = '';
14
+ $bws_donate_link = 'http://bestwebsoft.com/donate/';
15
 
16
  if ( ! function_exists( 'is_plugin_active_for_network' ) )
17
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
247
  ),
248
  'contact-form-multi/contact-form-multi.php' => array(
249
  'name' => 'Contact Form Multi',
250
+ 'description' => 'Add-on to the Contact Form plugin that allows to create and implement multiple contact forms.',
251
  'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
252
  'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
253
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
bws_menu/icons/social-buttons-pack.png CHANGED
File without changes
bws_menu/icons/zendesk-help-center.png CHANGED
File without changes
bws_menu/languages/bestwebsoft-de_DE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-20 14:47+0300\n"
6
- "PO-Revision-Date: 2015-04-20 14:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: de_DE\n"
@@ -18,661 +18,660 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:85
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:87
26
- msgid ""
27
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
- "try again."
29
  msgstr ""
30
 
31
- #: bws_functions.php:88
32
  msgid "Back to the WordPress"
33
  msgstr ""
34
 
35
  # @ captcha
36
- #: bws_functions.php:90
37
  #, fuzzy
38
  msgid "Plugins page"
39
  msgstr "BWS Plugins"
40
 
41
- #: bws_functions.php:147
42
  msgid "It’s time to upgrade your"
43
  msgstr ""
44
 
45
- #: bws_functions.php:147
46
  msgid "to"
47
  msgstr ""
48
 
49
  # @ captcha
50
- #: bws_functions.php:147
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "PHP Version"
54
 
55
- #: bws_functions.php:148
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
  # @ captcha
60
- #: bws_functions.php:151
 
61
  #, fuzzy
62
  msgid "Learn More"
63
  msgstr "Lesen Sie mehr"
64
 
65
- #: bws_functions.php:168
66
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
67
  msgstr ""
68
 
69
  # @ captcha
70
- #: bws_functions.php:169
71
  #, fuzzy
72
  msgid "Rate the plugin"
73
  msgstr "Aktivierte Plugins"
74
 
75
  # @ captcha
76
- #: bws_functions.php:172
77
  #, fuzzy
78
  msgid "If there is something wrong about it, please contact us"
79
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
80
 
81
- #: bws_functions.php:189 bws_functions.php:225
 
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
86
- msgid ""
87
- "Something went wrong. Please try again later. If the error appears again, "
88
- "please contact us"
89
  msgstr ""
90
 
91
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
 
 
92
  msgid "We are sorry for inconvenience."
93
  msgstr ""
94
 
95
- #: bws_functions.php:227
96
  msgid "This license key is bind to another site"
97
  msgstr ""
98
 
99
- #: bws_functions.php:229 bws_functions.php:361
100
- msgid ""
101
- "Unfortunately, you have exceeded the number of available tries per day. "
102
- "Please, upload the plugin manually."
103
  msgstr ""
104
 
105
- #: bws_functions.php:231
106
- msgid ""
107
- "Unfortunately, Your license has expired. To continue getting top-priority "
108
- "support and plugin updates you should extend it in your"
109
  msgstr ""
110
 
111
- #: bws_functions.php:233
112
- msgid ""
113
- "Unfortunately, the PRO licence was already installed to this domain. The PRO "
114
- "Trial license can be installed only once."
115
  msgstr ""
116
 
117
- #: bws_functions.php:244 bws_functions.php:266 bws_functions.php:288
 
 
118
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
119
  msgstr ""
120
 
121
- #: bws_functions.php:256
122
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
123
  msgstr ""
124
 
125
- #: bws_functions.php:262
126
- msgid ""
127
- "Your server does not support either ZipArchive or Phar. Please, upload the "
128
- "plugin manually"
129
  msgstr ""
130
 
131
- #: bws_functions.php:269
132
  msgid "UploadDir is not writable. Please, upload the plugin manually"
133
  msgstr ""
134
 
135
- #: bws_functions.php:292
136
- msgid ""
137
- "Something went wrong. Try again later or upload the plugin manually. We are "
138
- "sorry for inconvenience."
139
  msgstr ""
140
 
141
- #: bws_functions.php:317
142
  msgid "Please, enter Your license key"
143
  msgstr ""
144
 
145
- #: bws_functions.php:334
146
- msgid ""
147
- "Congratulations! The PRO version of the plugin is successfully download and "
148
- "activated."
149
  msgstr ""
150
 
151
- #: bws_functions.php:336 bws_functions.php:418
 
152
  msgid "Please, go to"
153
  msgstr ""
154
 
155
- #: bws_functions.php:336 bws_functions.php:418
 
156
  msgid "the setting page"
157
  msgstr ""
158
 
159
- #: bws_functions.php:337 bws_functions.php:419
 
160
  msgid "You will be redirected automatically in 5 seconds."
161
  msgstr ""
162
 
163
- #: bws_functions.php:342
164
  msgid "You can download and activate"
165
  msgstr ""
166
 
167
- #: bws_functions.php:344
168
  msgid "version of this plugin by entering Your license key."
169
  msgstr ""
170
 
171
- #: bws_functions.php:346 bws_functions.php:387
172
- msgid ""
173
- "You can find your license key on your personal page Client area, by clicking "
174
- "on the link"
175
  msgstr ""
176
 
177
- #: bws_functions.php:348 bws_functions.php:389
 
178
  msgid "(your username is the email you specify when purchasing the product)."
179
  msgstr ""
180
 
181
- #: bws_functions.php:352
182
  msgid "or"
183
  msgstr ""
184
 
185
- #: bws_functions.php:352
186
  #, php-format
187
  msgid "Start Your Free %s-Day Trial Now"
188
  msgstr ""
189
 
190
  # @ captcha
191
- #: bws_functions.php:358 bws_functions.php:367 bws_functions.php:397
192
- #: bws_functions.php:405 bws_menu.php:635 bws_menu.php:692
 
 
 
 
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Aktivierte Plugins"
196
 
197
- #: bws_functions.php:384 bws_functions.php:477
 
198
  #, php-format
199
- msgid ""
200
- "In order to continue using the plugin it is necessary to buy a %s license."
201
  msgstr ""
202
 
203
- #: bws_functions.php:385
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr ""
206
 
207
- #: bws_functions.php:399
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr ""
210
 
211
- #: bws_functions.php:416
212
- msgid ""
213
- "Congratulations! The PRO license of the plugin is successfully activated."
214
  msgstr ""
215
 
216
- #: bws_functions.php:457
217
  msgid "Wrong license key."
218
  msgstr ""
219
 
220
- #: bws_functions.php:459
221
  msgid "This license key is bind to another site."
222
  msgstr ""
223
 
224
- #: bws_functions.php:461
225
- msgid ""
226
- "This license key is valid, but Your license has expired. If you want to "
227
- "update our plugin in future, you should extend the license."
228
  msgstr ""
229
 
230
- #: bws_functions.php:463
231
  msgid "Unfortunately, you have exceeded the number of available tries."
232
  msgstr ""
233
 
234
- #: bws_functions.php:465
235
- msgid ""
236
- "Unfortunately, the PRO Trial licence was already installed to this domain. "
237
- "The PRO Trial license can be installed only once."
238
  msgstr ""
239
 
240
- #: bws_functions.php:469
241
  msgid "The PRO Trial license key is valid."
242
  msgstr ""
243
 
244
- #: bws_functions.php:471
245
  msgid "The license key is valid."
246
  msgstr ""
247
 
248
- #: bws_functions.php:474
249
  msgid "Your license will expire on"
250
  msgstr ""
251
 
252
- #: bws_functions.php:507
253
  msgid "Please, enter your license key"
254
  msgstr ""
255
 
256
- #: bws_functions.php:520
257
- msgid ""
258
- "If needed you can check if the license key is correct or reenter it in the "
259
- "field below. You can find your license key on your personal page - Client "
260
- "area - on our website"
261
  msgstr ""
262
 
263
- #: bws_functions.php:520
264
- msgid ""
265
- "(your username is the email you specify when purchasing the product). If "
266
- "necessary, please submit \"Lost your password?\" request."
267
  msgstr ""
268
 
269
- #: bws_functions.php:524
270
  msgid "Check license key"
271
  msgstr ""
272
 
273
- #: bws_functions.php:538
274
- msgid ""
275
- "WARNING: We have noticed illegal use of our plugin by you. We strongly "
276
- "recommend you to solve the problem within 24 hours, otherwise the plugin "
277
- "will be deactivated. Please go to your personal"
278
  msgstr ""
279
 
280
- #: bws_functions.php:538
281
- msgid ""
282
- "(your username is the email you specify when purchasing the product), where "
283
- "you can make the necessary changes."
284
  msgstr ""
285
 
286
- #: bws_functions.php:546
287
- msgid ""
288
- "Notice: Your PRO Trial license has expired. To continue using the plugin you "
289
- "should buy a PRO license"
290
  msgstr ""
291
 
292
- #: bws_functions.php:548
293
- msgid ""
294
- "Your license has expired. To continue getting top-priority support and "
295
- "plugin updates you should extend it."
296
  msgstr ""
297
 
298
  # @ captcha
299
- #: bws_functions.php:548 bws_functions.php:601 bws_menu.php:611
300
- #: bws_menu.php:633 bws_menu.php:660 bws_menu.php:690 bws_menu.php:736
 
 
 
 
 
301
  #, fuzzy
302
  msgid "Learn more"
303
  msgstr "Lesen Sie mehr"
304
 
305
- #: bws_functions.php:558
306
  #, php-format
307
  msgid "Notice: You are using the PRO Trial license of %s plugin."
308
  msgstr ""
309
 
310
- #: bws_functions.php:560
311
  msgid "Notice: You are using the PRO Trial license of plugin."
312
  msgstr ""
313
 
314
- #: bws_functions.php:563
315
  msgid "The PRO Trial license will expire on"
316
  msgstr ""
317
 
318
- #: bws_functions.php:601
319
  msgid "You license for"
320
  msgstr ""
321
 
322
- #: bws_functions.php:601
323
  msgid "expires on"
324
  msgstr ""
325
 
326
- #: bws_functions.php:601
327
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
328
  msgstr ""
329
 
330
- #: bws_functions.php:676
331
  msgid "Close"
332
  msgstr ""
333
 
334
  # @ captcha
335
- #: bws_menu.php:448
336
  msgid "Not set"
337
  msgstr "Nicht festgelegt"
338
 
339
  # @ captcha
340
- #: bws_menu.php:450 bws_menu.php:451
 
341
  msgid "On"
342
  msgstr "Ein"
343
 
344
  # @ captcha
345
- #: bws_menu.php:450 bws_menu.php:451
 
346
  msgid "Off"
347
  msgstr "Ausgeschaltet"
348
 
349
  # @ captcha
350
- #: bws_menu.php:452 bws_menu.php:453 bws_menu.php:454 bws_menu.php:455
351
- #: bws_menu.php:456 bws_menu.php:468
 
 
 
 
352
  msgid "N/A"
353
  msgstr "keine Angaben"
354
 
355
  # @ captcha
356
- #: bws_menu.php:456
357
  msgid " Mb"
358
  msgstr " Mb"
359
 
360
  # @ captcha
361
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:464
 
 
 
362
  msgid "Yes"
363
  msgstr "Ja"
364
 
365
  # @ captcha
366
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:466
 
 
 
367
  msgid "No"
368
  msgstr "Nein"
369
 
370
  # @ captcha
371
- #: bws_menu.php:476
372
  msgid "Operating System"
373
  msgstr "Betriebs-System"
374
 
375
  # @ captcha
376
- #: bws_menu.php:477
377
  msgid "Server"
378
  msgstr "Server"
379
 
380
  # @ captcha
381
- #: bws_menu.php:478
382
  msgid "Memory usage"
383
  msgstr "Speichernutzung"
384
 
385
  # @ captcha
386
- #: bws_menu.php:479
387
  msgid "MYSQL Version"
388
  msgstr "MYSQL Version"
389
 
390
  # @ captcha
391
- #: bws_menu.php:480
392
  msgid "SQL Mode"
393
  msgstr "SQL Modus"
394
 
395
  # @ captcha
396
- #: bws_menu.php:481
397
  msgid "PHP Version"
398
  msgstr "PHP Version"
399
 
400
  # @ captcha
401
- #: bws_menu.php:482
402
  msgid "PHP Safe Mode"
403
  msgstr "PHP Gesicherter Modus"
404
 
405
  # @ captcha
406
- #: bws_menu.php:483
407
  msgid "PHP Allow URL fopen"
408
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
409
 
410
  # @ captcha
411
- #: bws_menu.php:484
412
  msgid "PHP Memory Limit"
413
  msgstr "PHP Speicher-Grenze"
414
 
415
  # @ captcha
416
- #: bws_menu.php:485
417
  msgid "PHP Max Upload Size"
418
  msgstr "PHP Maximale Upload Größe"
419
 
420
  # @ captcha
421
- #: bws_menu.php:486
422
  msgid "PHP Max Post Size"
423
  msgstr "PHP Maximale Beitrags-Größe"
424
 
425
  # @ captcha
426
- #: bws_menu.php:487
427
  msgid "PHP Max Script Execute Time"
428
  msgstr "PHP Maximale Script Ausführungszeit"
429
 
430
  # @ captcha
431
- #: bws_menu.php:488
432
  msgid "PHP Exif support"
433
  msgstr "PHP Exif Support"
434
 
435
  # @ captcha
436
- #: bws_menu.php:489
437
  msgid "PHP IPTC support"
438
  msgstr "PHP IPTC Support"
439
 
440
  # @ captcha
441
- #: bws_menu.php:490
442
  msgid "PHP XML support"
443
  msgstr "PHP XML Support"
444
 
445
  # @ captcha
446
- #: bws_menu.php:491
447
  msgid "Site URL"
448
  msgstr "Site URL"
449
 
450
  # @ captcha
451
- #: bws_menu.php:492
452
  msgid "Home URL"
453
  msgstr "Home URL"
454
 
455
  # @ captcha
456
- #: bws_menu.php:495
457
  msgid "WordPress Version"
458
  msgstr "WordPress Version"
459
 
460
  # @ captcha
461
- #: bws_menu.php:496
462
  msgid "WordPress DB Version"
463
  msgstr "WordPress DB Version"
464
 
465
  # @ captcha
466
- #: bws_menu.php:497
467
  msgid "Multisite"
468
  msgstr "Multisite"
469
 
470
  # @ captcha
471
- #: bws_menu.php:498
472
  msgid "Active Theme"
473
  msgstr "Actives Theme"
474
 
475
  # @ captcha
476
- #: bws_menu.php:513
477
  msgid "Please enter a valid email address."
478
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
479
 
480
  # @ captcha
481
- #: bws_menu.php:517
482
  msgid "Email with system info is sent to "
483
  msgstr "E-Mail-mit System Informationen wird gesendet an "
484
 
485
  # @ captcha
486
- #: bws_menu.php:521
487
  msgid "Thank you for contacting us."
488
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
489
 
490
  # @ captcha
491
- #: bws_menu.php:554
492
  msgid "Sorry, email message could not be delivered."
493
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
494
 
495
- #: bws_menu.php:562
496
  msgid "Need help?"
497
  msgstr ""
498
 
499
- #: bws_menu.php:563
500
  msgid "Client area"
501
  msgstr ""
502
 
503
  # @ captcha
504
- #: bws_menu.php:564 bws_menu.php:875
 
505
  msgid "System status"
506
  msgstr "System Status"
507
 
508
  # @ captcha
509
- #: bws_menu.php:569
510
  #, fuzzy
511
  msgid "Plugins"
512
  msgstr "BWS Plugins"
513
 
514
- #: bws_menu.php:571
515
  msgid "Themes"
516
  msgstr ""
517
 
518
- #: bws_menu.php:576
519
  msgid "All"
520
  msgstr ""
521
 
522
  # @ default
523
- #: bws_menu.php:577
524
  #, fuzzy
525
  msgid "Installed"
526
  msgstr "Installiere %s"
527
 
528
  # @ captcha
529
- #: bws_menu.php:578
530
  #, fuzzy
531
  msgid "Recommended"
532
  msgstr "Empfohlene Plugins"
533
 
534
  # @ captcha
535
- #: bws_menu.php:582
536
  msgid "Installed plugins"
537
  msgstr "Installierte Plugins"
538
 
539
  # @ captcha
540
- #: bws_menu.php:614 bws_menu.php:663
 
541
  msgid "Settings"
542
  msgstr "Einstellungen"
543
 
544
  # @ captcha
545
- #: bws_menu.php:635 bws_menu.php:692
 
546
  #, fuzzy
547
  msgid "Activate this plugin"
548
  msgstr "Aktivierte Plugins"
549
 
550
- #: bws_menu.php:650 bws_menu.php:680 bws_menu.php:726
 
 
551
  msgid "Go"
552
  msgstr ""
553
 
554
- #: bws_menu.php:654 bws_menu.php:684 bws_menu.php:730
 
 
555
  msgid "DONATE"
556
  msgstr ""
557
 
558
  # @ captcha
559
- #: bws_menu.php:700
560
  msgid "Recommended plugins"
561
  msgstr "Empfohlene Plugins"
562
 
563
  # @ default
564
- #: bws_menu.php:738
565
  #, fuzzy
566
  msgid "Install now"
567
  msgstr "Installiere %s"
568
 
569
- #: bws_menu.php:759
570
  msgid "Try again"
571
  msgstr ""
572
 
573
- #: bws_menu.php:777
574
  #, php-format
575
  msgid "Preview &#8220;%s&#8221;"
576
  msgstr ""
577
 
578
  # @ default
579
- #: bws_menu.php:808
580
  #, php-format
581
  msgid "Install %s"
582
  msgstr "Installiere %s"
583
 
584
  # @ default
585
- #: bws_menu.php:808
586
  #, fuzzy
587
  msgid "Install Now"
588
  msgstr "Installiere %s"
589
 
590
- #: bws_menu.php:811
591
  #, php-format
592
  msgid "Update to version %s"
593
  msgstr ""
594
 
595
- #: bws_menu.php:811
596
  msgid "Update"
597
  msgstr ""
598
 
599
- #: bws_menu.php:818
600
  #, php-format
601
  msgid "Preview %s"
602
  msgstr ""
603
 
604
- #: bws_menu.php:818
605
  msgid "Preview"
606
  msgstr ""
607
 
608
- #: bws_menu.php:824 bws_menu.php:856
 
609
  #, php-format
610
  msgid "By %s"
611
  msgstr ""
612
 
613
- #: bws_menu.php:830
614
  msgid "Details"
615
  msgstr ""
616
 
617
  # @ default
618
- #: bws_menu.php:862
619
  #, fuzzy
620
  msgid "Already Installed"
621
  msgstr "Installiere %s"
622
 
623
  # @ captcha
624
- #: bws_menu.php:878
625
  msgid "Environment"
626
  msgstr "Umgebungsvariable"
627
 
628
  # @ captcha
629
- #: bws_menu.php:889
630
  msgid "Active Plugins"
631
  msgstr "Aktivierte Plugins"
632
 
633
  # @ captcha
634
- #: bws_menu.php:902
635
  msgid "Inactive Plugins"
636
  msgstr "Inactive Plugins"
637
 
638
  # @ captcha
639
- #: bws_menu.php:918
640
  msgid "Send to support"
641
  msgstr "Sende zuzm Support"
642
 
643
  # @ captcha
644
- #: bws_menu.php:925
645
  msgid "Send to custom email &#187;"
646
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
647
 
648
  # @ captcha
649
  #~ msgid "Pro plugins"
650
  #~ msgstr "BWS Plugins"
651
-
652
  # @ captcha
653
  #~ msgid "Activated plugins"
654
  #~ msgstr "Aktivierte Plugins"
655
-
656
  # @ captcha
657
  #~ msgid "Read more"
658
  #~ msgstr "Lesen Sie mehr"
659
-
660
  # @ captcha
661
  #~ msgid "Purchase"
662
  #~ msgstr "Kaufen"
663
-
664
  # @ captcha
665
  #~ msgid "Free plugins"
666
  #~ msgstr "Freie Plugins"
667
-
668
  # @ captcha
669
  #~ msgid "Download"
670
  #~ msgstr "Herunterladen"
671
-
672
  # @ captcha
673
  #~ msgid "Install now from wordpress.org"
674
  #~ msgstr "Installiere jetzt von wordpress.org"
675
-
676
  # @ captcha
677
  #, fuzzy
678
  #~ msgid "Activated theme"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-11 14:10+0300\n"
6
+ "PO-Revision-Date: 2015-05-11 14:10+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
  "Language: de_DE\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:89
22
  msgid "requires"
23
  msgstr ""
24
 
25
+ #: bws_functions.php:91
26
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
27
  msgstr ""
28
 
29
+ #: bws_functions.php:92
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ captcha
34
+ #: bws_functions.php:94
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "BWS Plugins"
38
 
39
+ #: bws_functions.php:151
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
+ #: bws_functions.php:151
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
+ #: bws_functions.php:151
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "PHP Version"
52
 
53
+ #: bws_functions.php:152
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
+ #: bws_functions.php:155
59
+ #: bws_functions.php:542
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Lesen Sie mehr"
63
 
64
+ #: bws_functions.php:172
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
+ #: bws_functions.php:173
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Aktivierte Plugins"
73
 
74
  # @ captcha
75
+ #: bws_functions.php:176
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
79
 
80
+ #: bws_functions.php:193
81
+ #: bws_functions.php:229
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:223
86
+ #: bws_functions.php:455
87
+ #: bws_functions.php:506
88
+ msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
+ #: bws_functions.php:223
92
+ #: bws_functions.php:455
93
+ #: bws_functions.php:506
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
+ #: bws_functions.php:231
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
+ #: bws_functions.php:233
102
+ #: bws_functions.php:365
103
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
104
  msgstr ""
105
 
106
+ #: bws_functions.php:235
107
+ msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
108
  msgstr ""
109
 
110
+ #: bws_functions.php:237
111
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
112
  msgstr ""
113
 
114
+ #: bws_functions.php:248
115
+ #: bws_functions.php:270
116
+ #: bws_functions.php:292
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
+ #: bws_functions.php:260
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
+ #: bws_functions.php:266
125
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
126
  msgstr ""
127
 
128
+ #: bws_functions.php:273
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
+ #: bws_functions.php:296
133
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
134
  msgstr ""
135
 
136
+ #: bws_functions.php:321
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
+ #: bws_functions.php:338
141
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
142
  msgstr ""
143
 
144
+ #: bws_functions.php:340
145
+ #: bws_functions.php:422
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
+ #: bws_functions.php:340
150
+ #: bws_functions.php:422
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
+ #: bws_functions.php:341
155
+ #: bws_functions.php:423
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
+ #: bws_functions.php:346
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
+ #: bws_functions.php:348
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
+ #: bws_functions.php:350
168
+ #: bws_functions.php:391
169
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
170
  msgstr ""
171
 
172
+ #: bws_functions.php:352
173
+ #: bws_functions.php:393
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
+ #: bws_functions.php:356
178
  msgid "or"
179
  msgstr ""
180
 
181
+ #: bws_functions.php:356
182
  #, php-format
183
  msgid "Start Your Free %s-Day Trial Now"
184
  msgstr ""
185
 
186
  # @ captcha
187
+ #: bws_functions.php:362
188
+ #: bws_functions.php:371
189
+ #: bws_functions.php:401
190
+ #: bws_functions.php:409
191
+ #: bws_menu.php:643
192
+ #: bws_menu.php:700
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Aktivierte Plugins"
196
 
197
+ #: bws_functions.php:388
198
+ #: bws_functions.php:481
199
  #, php-format
200
+ msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
201
  msgstr ""
202
 
203
+ #: bws_functions.php:389
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr ""
206
 
207
+ #: bws_functions.php:403
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr ""
210
 
211
+ #: bws_functions.php:420
212
+ msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
213
  msgstr ""
214
 
215
+ #: bws_functions.php:461
216
  msgid "Wrong license key."
217
  msgstr ""
218
 
219
+ #: bws_functions.php:463
220
  msgid "This license key is bind to another site."
221
  msgstr ""
222
 
223
+ #: bws_functions.php:465
224
+ msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
225
  msgstr ""
226
 
227
+ #: bws_functions.php:467
228
  msgid "Unfortunately, you have exceeded the number of available tries."
229
  msgstr ""
230
 
231
+ #: bws_functions.php:469
232
+ msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
233
  msgstr ""
234
 
235
+ #: bws_functions.php:473
236
  msgid "The PRO Trial license key is valid."
237
  msgstr ""
238
 
239
+ #: bws_functions.php:475
240
  msgid "The license key is valid."
241
  msgstr ""
242
 
243
+ #: bws_functions.php:478
244
  msgid "Your license will expire on"
245
  msgstr ""
246
 
247
+ #: bws_functions.php:511
248
  msgid "Please, enter your license key"
249
  msgstr ""
250
 
251
+ #: bws_functions.php:524
252
+ msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
 
 
 
253
  msgstr ""
254
 
255
+ #: bws_functions.php:524
256
+ msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
257
  msgstr ""
258
 
259
+ #: bws_functions.php:528
260
  msgid "Check license key"
261
  msgstr ""
262
 
263
+ #: bws_functions.php:542
264
+ msgid "WARNING: Illegal use notification"
 
 
 
265
  msgstr ""
266
 
267
+ #: bws_functions.php:542
268
+ msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
269
  msgstr ""
270
 
271
+ #: bws_functions.php:550
272
+ msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
 
 
273
  msgstr ""
274
 
275
+ #: bws_functions.php:552
276
+ msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
277
  msgstr ""
278
 
279
  # @ captcha
280
+ #: bws_functions.php:552
281
+ #: bws_functions.php:605
282
+ #: bws_menu.php:619
283
+ #: bws_menu.php:641
284
+ #: bws_menu.php:668
285
+ #: bws_menu.php:698
286
+ #: bws_menu.php:744
287
  #, fuzzy
288
  msgid "Learn more"
289
  msgstr "Lesen Sie mehr"
290
 
291
+ #: bws_functions.php:562
292
  #, php-format
293
  msgid "Notice: You are using the PRO Trial license of %s plugin."
294
  msgstr ""
295
 
296
+ #: bws_functions.php:564
297
  msgid "Notice: You are using the PRO Trial license of plugin."
298
  msgstr ""
299
 
300
+ #: bws_functions.php:567
301
  msgid "The PRO Trial license will expire on"
302
  msgstr ""
303
 
304
+ #: bws_functions.php:605
305
  msgid "You license for"
306
  msgstr ""
307
 
308
+ #: bws_functions.php:605
309
  msgid "expires on"
310
  msgstr ""
311
 
312
+ #: bws_functions.php:605
313
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
314
  msgstr ""
315
 
316
+ #: bws_functions.php:680
317
  msgid "Close"
318
  msgstr ""
319
 
320
  # @ captcha
321
+ #: bws_menu.php:456
322
  msgid "Not set"
323
  msgstr "Nicht festgelegt"
324
 
325
  # @ captcha
326
+ #: bws_menu.php:458
327
+ #: bws_menu.php:459
328
  msgid "On"
329
  msgstr "Ein"
330
 
331
  # @ captcha
332
+ #: bws_menu.php:458
333
+ #: bws_menu.php:459
334
  msgid "Off"
335
  msgstr "Ausgeschaltet"
336
 
337
  # @ captcha
338
+ #: bws_menu.php:460
339
+ #: bws_menu.php:461
340
+ #: bws_menu.php:462
341
+ #: bws_menu.php:463
342
+ #: bws_menu.php:464
343
+ #: bws_menu.php:476
344
  msgid "N/A"
345
  msgstr "keine Angaben"
346
 
347
  # @ captcha
348
+ #: bws_menu.php:464
349
  msgid " Mb"
350
  msgstr " Mb"
351
 
352
  # @ captcha
353
+ #: bws_menu.php:465
354
+ #: bws_menu.php:466
355
+ #: bws_menu.php:467
356
+ #: bws_menu.php:472
357
  msgid "Yes"
358
  msgstr "Ja"
359
 
360
  # @ captcha
361
+ #: bws_menu.php:465
362
+ #: bws_menu.php:466
363
+ #: bws_menu.php:467
364
+ #: bws_menu.php:474
365
  msgid "No"
366
  msgstr "Nein"
367
 
368
  # @ captcha
369
+ #: bws_menu.php:484
370
  msgid "Operating System"
371
  msgstr "Betriebs-System"
372
 
373
  # @ captcha
374
+ #: bws_menu.php:485
375
  msgid "Server"
376
  msgstr "Server"
377
 
378
  # @ captcha
379
+ #: bws_menu.php:486
380
  msgid "Memory usage"
381
  msgstr "Speichernutzung"
382
 
383
  # @ captcha
384
+ #: bws_menu.php:487
385
  msgid "MYSQL Version"
386
  msgstr "MYSQL Version"
387
 
388
  # @ captcha
389
+ #: bws_menu.php:488
390
  msgid "SQL Mode"
391
  msgstr "SQL Modus"
392
 
393
  # @ captcha
394
+ #: bws_menu.php:489
395
  msgid "PHP Version"
396
  msgstr "PHP Version"
397
 
398
  # @ captcha
399
+ #: bws_menu.php:490
400
  msgid "PHP Safe Mode"
401
  msgstr "PHP Gesicherter Modus"
402
 
403
  # @ captcha
404
+ #: bws_menu.php:491
405
  msgid "PHP Allow URL fopen"
406
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
407
 
408
  # @ captcha
409
+ #: bws_menu.php:492
410
  msgid "PHP Memory Limit"
411
  msgstr "PHP Speicher-Grenze"
412
 
413
  # @ captcha
414
+ #: bws_menu.php:493
415
  msgid "PHP Max Upload Size"
416
  msgstr "PHP Maximale Upload Größe"
417
 
418
  # @ captcha
419
+ #: bws_menu.php:494
420
  msgid "PHP Max Post Size"
421
  msgstr "PHP Maximale Beitrags-Größe"
422
 
423
  # @ captcha
424
+ #: bws_menu.php:495
425
  msgid "PHP Max Script Execute Time"
426
  msgstr "PHP Maximale Script Ausführungszeit"
427
 
428
  # @ captcha
429
+ #: bws_menu.php:496
430
  msgid "PHP Exif support"
431
  msgstr "PHP Exif Support"
432
 
433
  # @ captcha
434
+ #: bws_menu.php:497
435
  msgid "PHP IPTC support"
436
  msgstr "PHP IPTC Support"
437
 
438
  # @ captcha
439
+ #: bws_menu.php:498
440
  msgid "PHP XML support"
441
  msgstr "PHP XML Support"
442
 
443
  # @ captcha
444
+ #: bws_menu.php:499
445
  msgid "Site URL"
446
  msgstr "Site URL"
447
 
448
  # @ captcha
449
+ #: bws_menu.php:500
450
  msgid "Home URL"
451
  msgstr "Home URL"
452
 
453
  # @ captcha
454
+ #: bws_menu.php:503
455
  msgid "WordPress Version"
456
  msgstr "WordPress Version"
457
 
458
  # @ captcha
459
+ #: bws_menu.php:504
460
  msgid "WordPress DB Version"
461
  msgstr "WordPress DB Version"
462
 
463
  # @ captcha
464
+ #: bws_menu.php:505
465
  msgid "Multisite"
466
  msgstr "Multisite"
467
 
468
  # @ captcha
469
+ #: bws_menu.php:506
470
  msgid "Active Theme"
471
  msgstr "Actives Theme"
472
 
473
  # @ captcha
474
+ #: bws_menu.php:521
475
  msgid "Please enter a valid email address."
476
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
477
 
478
  # @ captcha
479
+ #: bws_menu.php:525
480
  msgid "Email with system info is sent to "
481
  msgstr "E-Mail-mit System Informationen wird gesendet an "
482
 
483
  # @ captcha
484
+ #: bws_menu.php:529
485
  msgid "Thank you for contacting us."
486
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
487
 
488
  # @ captcha
489
+ #: bws_menu.php:562
490
  msgid "Sorry, email message could not be delivered."
491
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
492
 
493
+ #: bws_menu.php:570
494
  msgid "Need help?"
495
  msgstr ""
496
 
497
+ #: bws_menu.php:571
498
  msgid "Client area"
499
  msgstr ""
500
 
501
  # @ captcha
502
+ #: bws_menu.php:572
503
+ #: bws_menu.php:883
504
  msgid "System status"
505
  msgstr "System Status"
506
 
507
  # @ captcha
508
+ #: bws_menu.php:577
509
  #, fuzzy
510
  msgid "Plugins"
511
  msgstr "BWS Plugins"
512
 
513
+ #: bws_menu.php:579
514
  msgid "Themes"
515
  msgstr ""
516
 
517
+ #: bws_menu.php:584
518
  msgid "All"
519
  msgstr ""
520
 
521
  # @ default
522
+ #: bws_menu.php:585
523
  #, fuzzy
524
  msgid "Installed"
525
  msgstr "Installiere %s"
526
 
527
  # @ captcha
528
+ #: bws_menu.php:586
529
  #, fuzzy
530
  msgid "Recommended"
531
  msgstr "Empfohlene Plugins"
532
 
533
  # @ captcha
534
+ #: bws_menu.php:590
535
  msgid "Installed plugins"
536
  msgstr "Installierte Plugins"
537
 
538
  # @ captcha
539
+ #: bws_menu.php:622
540
+ #: bws_menu.php:671
541
  msgid "Settings"
542
  msgstr "Einstellungen"
543
 
544
  # @ captcha
545
+ #: bws_menu.php:643
546
+ #: bws_menu.php:700
547
  #, fuzzy
548
  msgid "Activate this plugin"
549
  msgstr "Aktivierte Plugins"
550
 
551
+ #: bws_menu.php:658
552
+ #: bws_menu.php:688
553
+ #: bws_menu.php:734
554
  msgid "Go"
555
  msgstr ""
556
 
557
+ #: bws_menu.php:662
558
+ #: bws_menu.php:692
559
+ #: bws_menu.php:738
560
  msgid "DONATE"
561
  msgstr ""
562
 
563
  # @ captcha
564
+ #: bws_menu.php:708
565
  msgid "Recommended plugins"
566
  msgstr "Empfohlene Plugins"
567
 
568
  # @ default
569
+ #: bws_menu.php:746
570
  #, fuzzy
571
  msgid "Install now"
572
  msgstr "Installiere %s"
573
 
574
+ #: bws_menu.php:767
575
  msgid "Try again"
576
  msgstr ""
577
 
578
+ #: bws_menu.php:785
579
  #, php-format
580
  msgid "Preview &#8220;%s&#8221;"
581
  msgstr ""
582
 
583
  # @ default
584
+ #: bws_menu.php:816
585
  #, php-format
586
  msgid "Install %s"
587
  msgstr "Installiere %s"
588
 
589
  # @ default
590
+ #: bws_menu.php:816
591
  #, fuzzy
592
  msgid "Install Now"
593
  msgstr "Installiere %s"
594
 
595
+ #: bws_menu.php:819
596
  #, php-format
597
  msgid "Update to version %s"
598
  msgstr ""
599
 
600
+ #: bws_menu.php:819
601
  msgid "Update"
602
  msgstr ""
603
 
604
+ #: bws_menu.php:826
605
  #, php-format
606
  msgid "Preview %s"
607
  msgstr ""
608
 
609
+ #: bws_menu.php:826
610
  msgid "Preview"
611
  msgstr ""
612
 
613
+ #: bws_menu.php:832
614
+ #: bws_menu.php:864
615
  #, php-format
616
  msgid "By %s"
617
  msgstr ""
618
 
619
+ #: bws_menu.php:838
620
  msgid "Details"
621
  msgstr ""
622
 
623
  # @ default
624
+ #: bws_menu.php:870
625
  #, fuzzy
626
  msgid "Already Installed"
627
  msgstr "Installiere %s"
628
 
629
  # @ captcha
630
+ #: bws_menu.php:886
631
  msgid "Environment"
632
  msgstr "Umgebungsvariable"
633
 
634
  # @ captcha
635
+ #: bws_menu.php:897
636
  msgid "Active Plugins"
637
  msgstr "Aktivierte Plugins"
638
 
639
  # @ captcha
640
+ #: bws_menu.php:910
641
  msgid "Inactive Plugins"
642
  msgstr "Inactive Plugins"
643
 
644
  # @ captcha
645
+ #: bws_menu.php:926
646
  msgid "Send to support"
647
  msgstr "Sende zuzm Support"
648
 
649
  # @ captcha
650
+ #: bws_menu.php:933
651
  msgid "Send to custom email &#187;"
652
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
653
 
654
  # @ captcha
655
  #~ msgid "Pro plugins"
656
  #~ msgstr "BWS Plugins"
 
657
  # @ captcha
658
  #~ msgid "Activated plugins"
659
  #~ msgstr "Aktivierte Plugins"
 
660
  # @ captcha
661
  #~ msgid "Read more"
662
  #~ msgstr "Lesen Sie mehr"
 
663
  # @ captcha
664
  #~ msgid "Purchase"
665
  #~ msgstr "Kaufen"
 
666
  # @ captcha
667
  #~ msgid "Free plugins"
668
  #~ msgstr "Freie Plugins"
 
669
  # @ captcha
670
  #~ msgid "Download"
671
  #~ msgstr "Herunterladen"
 
672
  # @ captcha
673
  #~ msgid "Install now from wordpress.org"
674
  #~ msgstr "Installiere jetzt von wordpress.org"
 
675
  # @ captcha
676
  #, fuzzy
677
  #~ msgid "Activated theme"
bws_menu/languages/bestwebsoft-fr_FR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-20 14:47+0300\n"
6
- "PO-Revision-Date: 2015-04-20 14:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -14,575 +14,581 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
- "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:85
21
- #, fuzzy
22
  msgid "requires"
23
- msgstr "Champ obligatoire"
24
 
25
- #: bws_functions.php:87
26
- msgid ""
27
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
- "try again."
29
- msgstr ""
30
 
31
- #: bws_functions.php:88
32
  msgid "Back to the WordPress"
33
- msgstr ""
34
 
35
- #: bws_functions.php:90
36
- #, fuzzy
37
  msgid "Plugins page"
38
- msgstr "Externsions"
39
 
40
- #: bws_functions.php:147
41
  msgid "It’s time to upgrade your"
42
- msgstr ""
43
 
44
- #: bws_functions.php:147
45
  msgid "to"
46
- msgstr ""
47
 
48
- #: bws_functions.php:147
49
- #, fuzzy
50
  msgid "version!"
51
- msgstr "PHP Version"
52
 
53
- #: bws_functions.php:148
54
  msgid "Extend standard plugin functionality with new great options."
55
- msgstr ""
56
 
57
- #: bws_functions.php:151
58
- #, fuzzy
59
  msgid "Learn More"
60
  msgstr "En savoir plus"
61
 
62
- #: bws_functions.php:168
63
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
64
- msgstr ""
65
 
66
- #: bws_functions.php:169
67
- #, fuzzy
68
  msgid "Rate the plugin"
69
- msgstr "Activer cette extension"
70
 
71
- #: bws_functions.php:172
72
- #, fuzzy
73
  msgid "If there is something wrong about it, please contact us"
74
- msgstr "Si vous avez des questions, merci de contacter via "
75
 
76
- #: bws_functions.php:189 bws_functions.php:225
 
77
  msgid "Wrong license key"
78
- msgstr ""
79
 
80
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
81
- msgid ""
82
- "Something went wrong. Please try again later. If the error appears again, "
83
- "please contact us"
84
- msgstr ""
85
 
86
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
 
 
87
  msgid "We are sorry for inconvenience."
88
- msgstr ""
89
 
90
- #: bws_functions.php:227
91
  msgid "This license key is bind to another site"
92
- msgstr ""
93
 
94
- #: bws_functions.php:229 bws_functions.php:361
95
- msgid ""
96
- "Unfortunately, you have exceeded the number of available tries per day. "
97
- "Please, upload the plugin manually."
98
- msgstr ""
99
 
100
- #: bws_functions.php:231
101
- msgid ""
102
- "Unfortunately, Your license has expired. To continue getting top-priority "
103
- "support and plugin updates you should extend it in your"
104
- msgstr ""
105
 
106
- #: bws_functions.php:233
107
- msgid ""
108
- "Unfortunately, the PRO licence was already installed to this domain. The PRO "
109
- "Trial license can be installed only once."
110
- msgstr ""
111
 
112
- #: bws_functions.php:244 bws_functions.php:266 bws_functions.php:288
 
 
113
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
114
- msgstr ""
115
 
116
- #: bws_functions.php:256
117
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
118
- msgstr ""
119
 
120
- #: bws_functions.php:262
121
- msgid ""
122
- "Your server does not support either ZipArchive or Phar. Please, upload the "
123
- "plugin manually"
124
- msgstr ""
125
 
126
- #: bws_functions.php:269
127
  msgid "UploadDir is not writable. Please, upload the plugin manually"
128
- msgstr ""
129
 
130
- #: bws_functions.php:292
131
- msgid ""
132
- "Something went wrong. Try again later or upload the plugin manually. We are "
133
- "sorry for inconvenience."
134
- msgstr ""
135
 
136
- #: bws_functions.php:317
137
- #, fuzzy
138
  msgid "Please, enter Your license key"
139
- msgstr "Merci de saisir votre message..."
140
 
141
- #: bws_functions.php:334
142
- msgid ""
143
- "Congratulations! The PRO version of the plugin is successfully download and "
144
- "activated."
145
- msgstr ""
146
 
147
- #: bws_functions.php:336 bws_functions.php:418
 
148
  msgid "Please, go to"
149
- msgstr ""
150
 
151
- #: bws_functions.php:336 bws_functions.php:418
152
- #, fuzzy
153
  msgid "the setting page"
154
  msgstr "Options supplémentaires"
155
 
156
- #: bws_functions.php:337 bws_functions.php:419
 
157
  msgid "You will be redirected automatically in 5 seconds."
158
- msgstr ""
159
 
160
- #: bws_functions.php:342
161
  msgid "You can download and activate"
162
- msgstr ""
163
 
164
- #: bws_functions.php:344
165
  msgid "version of this plugin by entering Your license key."
166
- msgstr ""
167
 
168
- #: bws_functions.php:346 bws_functions.php:387
169
- msgid ""
170
- "You can find your license key on your personal page Client area, by clicking "
171
- "on the link"
172
- msgstr ""
173
 
174
- #: bws_functions.php:348 bws_functions.php:389
 
175
  msgid "(your username is the email you specify when purchasing the product)."
176
- msgstr ""
177
 
178
- #: bws_functions.php:352
179
  msgid "or"
180
- msgstr ""
181
 
182
- #: bws_functions.php:352
183
  #, php-format
184
  msgid "Start Your Free %s-Day Trial Now"
185
- msgstr ""
186
 
187
- #: bws_functions.php:358 bws_functions.php:367 bws_functions.php:397
188
- #: bws_functions.php:405 bws_menu.php:635 bws_menu.php:692
 
 
 
 
189
  msgid "Activate"
190
  msgstr "Activé"
191
 
192
- #: bws_functions.php:384 bws_functions.php:477
 
193
  #, php-format
194
- msgid ""
195
- "In order to continue using the plugin it is necessary to buy a %s license."
196
- msgstr ""
197
 
198
- #: bws_functions.php:385
199
  msgid "After that you can activate it by entering your license key."
200
- msgstr ""
201
 
202
- #: bws_functions.php:399
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
- msgstr ""
205
 
206
- #: bws_functions.php:416
207
- msgid ""
208
- "Congratulations! The PRO license of the plugin is successfully activated."
209
- msgstr ""
210
 
211
- #: bws_functions.php:457
212
  msgid "Wrong license key."
213
- msgstr ""
214
 
215
- #: bws_functions.php:459
216
  msgid "This license key is bind to another site."
217
- msgstr ""
218
 
219
- #: bws_functions.php:461
220
- msgid ""
221
- "This license key is valid, but Your license has expired. If you want to "
222
- "update our plugin in future, you should extend the license."
223
- msgstr ""
224
 
225
- #: bws_functions.php:463
226
  msgid "Unfortunately, you have exceeded the number of available tries."
227
- msgstr ""
228
-
229
- #: bws_functions.php:465
230
- msgid ""
231
- "Unfortunately, the PRO Trial licence was already installed to this domain. "
232
- "The PRO Trial license can be installed only once."
233
- msgstr ""
234
 
235
  #: bws_functions.php:469
 
 
 
 
236
  msgid "The PRO Trial license key is valid."
237
- msgstr ""
238
 
239
- #: bws_functions.php:471
240
  msgid "The license key is valid."
241
- msgstr ""
242
 
243
- #: bws_functions.php:474
244
  msgid "Your license will expire on"
245
- msgstr ""
246
 
247
- #: bws_functions.php:507
248
- #, fuzzy
249
  msgid "Please, enter your license key"
250
- msgstr "Merci de saisir votre message..."
251
-
252
- #: bws_functions.php:520
253
- msgid ""
254
- "If needed you can check if the license key is correct or reenter it in the "
255
- "field below. You can find your license key on your personal page - Client "
256
- "area - on our website"
257
- msgstr ""
258
-
259
- #: bws_functions.php:520
260
- msgid ""
261
- "(your username is the email you specify when purchasing the product). If "
262
- "necessary, please submit \"Lost your password?\" request."
263
- msgstr ""
264
 
265
  #: bws_functions.php:524
266
- msgid "Check license key"
267
- msgstr ""
268
 
269
- #: bws_functions.php:538
270
- msgid ""
271
- "WARNING: We have noticed illegal use of our plugin by you. We strongly "
272
- "recommend you to solve the problem within 24 hours, otherwise the plugin "
273
- "will be deactivated. Please go to your personal"
274
- msgstr ""
275
-
276
- #: bws_functions.php:538
277
- msgid ""
278
- "(your username is the email you specify when purchasing the product), where "
279
- "you can make the necessary changes."
280
- msgstr ""
281
 
282
- #: bws_functions.php:546
283
- msgid ""
284
- "Notice: Your PRO Trial license has expired. To continue using the plugin you "
285
- "should buy a PRO license"
286
- msgstr ""
287
 
288
- #: bws_functions.php:548
289
- msgid ""
290
- "Your license has expired. To continue getting top-priority support and "
291
- "plugin updates you should extend it."
292
  msgstr ""
293
 
294
- #: bws_functions.php:548 bws_functions.php:601 bws_menu.php:611
295
- #: bws_menu.php:633 bws_menu.php:660 bws_menu.php:690 bws_menu.php:736
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
  msgid "Learn more"
297
  msgstr "En savoir plus"
298
 
299
- #: bws_functions.php:558
300
  #, php-format
301
  msgid "Notice: You are using the PRO Trial license of %s plugin."
302
- msgstr ""
303
 
304
- #: bws_functions.php:560
305
  msgid "Notice: You are using the PRO Trial license of plugin."
306
- msgstr ""
307
 
308
- #: bws_functions.php:563
309
  msgid "The PRO Trial license will expire on"
310
- msgstr ""
311
 
312
- #: bws_functions.php:601
313
  msgid "You license for"
314
- msgstr ""
315
 
316
- #: bws_functions.php:601
317
  msgid "expires on"
318
- msgstr ""
319
 
320
- #: bws_functions.php:601
321
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
322
- msgstr ""
323
 
324
- #: bws_functions.php:676
325
  msgid "Close"
326
- msgstr ""
327
 
328
- #: bws_menu.php:448
329
  msgid "Not set"
330
  msgstr "Not set"
331
 
332
- #: bws_menu.php:450 bws_menu.php:451
 
333
  msgid "On"
334
  msgstr "On"
335
 
336
- #: bws_menu.php:450 bws_menu.php:451
 
337
  msgid "Off"
338
  msgstr "Off"
339
 
340
- #: bws_menu.php:452 bws_menu.php:453 bws_menu.php:454 bws_menu.php:455
341
- #: bws_menu.php:456 bws_menu.php:468
 
 
 
 
342
  msgid "N/A"
343
  msgstr "N/A"
344
 
345
- #: bws_menu.php:456
346
  msgid " Mb"
347
  msgstr " Mb"
348
 
349
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:464
 
 
 
350
  msgid "Yes"
351
  msgstr "Yes"
352
 
353
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:466
 
 
 
354
  msgid "No"
355
  msgstr "No"
356
 
357
- #: bws_menu.php:476
358
  msgid "Operating System"
359
  msgstr "Operating System"
360
 
361
- #: bws_menu.php:477
362
  msgid "Server"
363
  msgstr "Server"
364
 
365
- #: bws_menu.php:478
366
  msgid "Memory usage"
367
  msgstr "Memory usage"
368
 
369
- #: bws_menu.php:479
370
  msgid "MYSQL Version"
371
  msgstr "MYSQL Version"
372
 
373
- #: bws_menu.php:480
374
  msgid "SQL Mode"
375
  msgstr "SQL Mode"
376
 
377
- #: bws_menu.php:481
378
  msgid "PHP Version"
379
  msgstr "PHP Version"
380
 
381
- #: bws_menu.php:482
382
  msgid "PHP Safe Mode"
383
  msgstr "PHP Safe Mode"
384
 
385
- #: bws_menu.php:483
386
  msgid "PHP Allow URL fopen"
387
  msgstr "PHP Allow URL fopen"
388
 
389
- #: bws_menu.php:484
390
  msgid "PHP Memory Limit"
391
  msgstr "PHP Memory Limit"
392
 
393
- #: bws_menu.php:485
394
  msgid "PHP Max Upload Size"
395
  msgstr "PHP Max Upload Size"
396
 
397
- #: bws_menu.php:486
398
  msgid "PHP Max Post Size"
399
  msgstr "PHP Max Post Size"
400
 
401
- #: bws_menu.php:487
402
  msgid "PHP Max Script Execute Time"
403
  msgstr "PHP Max Script Execute Time"
404
 
405
- #: bws_menu.php:488
406
  msgid "PHP Exif support"
407
  msgstr "PHP Exif support"
408
 
409
- #: bws_menu.php:489
410
  msgid "PHP IPTC support"
411
  msgstr "PHP IPTC support"
412
 
413
- #: bws_menu.php:490
414
  msgid "PHP XML support"
415
  msgstr "PHP XML support"
416
 
417
- #: bws_menu.php:491
418
  msgid "Site URL"
419
  msgstr "Site URL"
420
 
421
- #: bws_menu.php:492
422
  msgid "Home URL"
423
  msgstr "Home URL"
424
 
425
- #: bws_menu.php:495
426
  msgid "WordPress Version"
427
  msgstr "WordPress Version"
428
 
429
- #: bws_menu.php:496
430
  msgid "WordPress DB Version"
431
  msgstr "WordPress DB Version"
432
 
433
- #: bws_menu.php:497
434
  msgid "Multisite"
435
  msgstr "Multisite"
436
 
437
- #: bws_menu.php:498
438
  msgid "Active Theme"
439
  msgstr "Active Theme"
440
 
441
- #: bws_menu.php:513
442
  msgid "Please enter a valid email address."
443
  msgstr "Merci de saisir une adresse e-mail valide."
444
 
445
- #: bws_menu.php:517
446
  msgid "Email with system info is sent to "
447
  msgstr "Le courriel avec les informations système est envoyé à"
448
 
449
- #: bws_menu.php:521
450
  msgid "Thank you for contacting us."
451
  msgstr "Merci de nous avoir contacté."
452
 
453
- #: bws_menu.php:554
454
  msgid "Sorry, email message could not be delivered."
455
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
456
 
457
- #: bws_menu.php:562
458
  msgid "Need help?"
459
  msgstr "Besoin d'aide ?"
460
 
461
- #: bws_menu.php:563
462
  msgid "Client area"
463
  msgstr "Espace client"
464
 
465
- #: bws_menu.php:564 bws_menu.php:875
 
466
  msgid "System status"
467
  msgstr "System status"
468
 
469
- #: bws_menu.php:569
470
  msgid "Plugins"
471
  msgstr "Externsions"
472
 
473
- #: bws_menu.php:571
474
  msgid "Themes"
475
  msgstr "Thèmes"
476
 
477
- #: bws_menu.php:576
478
  msgid "All"
479
  msgstr "Tous"
480
 
481
- #: bws_menu.php:577
482
  msgid "Installed"
483
  msgstr "Installé"
484
 
485
- #: bws_menu.php:578
486
  msgid "Recommended"
487
  msgstr "Recommandé"
488
 
489
- #: bws_menu.php:582
490
  msgid "Installed plugins"
491
  msgstr "Plugin installé"
492
 
493
- #: bws_menu.php:614 bws_menu.php:663
 
494
  msgid "Settings"
495
  msgstr "Réglages"
496
 
497
- #: bws_menu.php:635 bws_menu.php:692
 
498
  msgid "Activate this plugin"
499
  msgstr "Activer cette extension"
500
 
501
- #: bws_menu.php:650 bws_menu.php:680 bws_menu.php:726
 
 
502
  msgid "Go"
503
  msgstr "Passez"
504
 
505
- #: bws_menu.php:654 bws_menu.php:684 bws_menu.php:730
 
 
506
  msgid "DONATE"
507
  msgstr "Faire un don"
508
 
509
- #: bws_menu.php:700
510
  msgid "Recommended plugins"
511
  msgstr "Plugin recommandé"
512
 
513
- #: bws_menu.php:738
514
  msgid "Install now"
515
  msgstr "Installer maintenant"
516
 
517
- #: bws_menu.php:759
518
  msgid "Try again"
519
  msgstr "Essayer de nouveau"
520
 
521
- #: bws_menu.php:777
522
  #, php-format
523
  msgid "Preview &#8220;%s&#8221;"
524
  msgstr "Pré-visualiser &#8220;%s&#8221;"
525
 
526
- #: bws_menu.php:808
527
  #, php-format
528
  msgid "Install %s"
529
  msgstr "%s installé"
530
 
531
- #: bws_menu.php:808
532
  msgid "Install Now"
533
  msgstr "Installa Ora"
534
 
535
- #: bws_menu.php:811
536
  #, php-format
537
  msgid "Update to version %s"
538
  msgstr "Mettre à jour pour la version %s"
539
 
540
- #: bws_menu.php:811
541
  msgid "Update"
542
  msgstr "Mettre à jour"
543
 
544
- #: bws_menu.php:818
545
  #, php-format
546
  msgid "Preview %s"
547
  msgstr "Pré-visualiser %s"
548
 
549
- #: bws_menu.php:818
550
  msgid "Preview"
551
  msgstr "Pré-visualiser"
552
 
553
- #: bws_menu.php:824 bws_menu.php:856
 
554
  #, php-format
555
  msgid "By %s"
556
  msgstr "Par %s"
557
 
558
- #: bws_menu.php:830
559
  msgid "Details"
560
  msgstr "Détails"
561
 
562
- #: bws_menu.php:862
563
  msgid "Already Installed"
564
  msgstr "Déjà installé"
565
 
566
- #: bws_menu.php:878
567
  msgid "Environment"
568
  msgstr "Environment"
569
 
570
- #: bws_menu.php:889
571
  msgid "Active Plugins"
572
  msgstr "Plugin actifs"
573
 
574
- #: bws_menu.php:902
575
  msgid "Inactive Plugins"
576
  msgstr "Plugin inactifs"
577
 
578
- #: bws_menu.php:918
579
  msgid "Send to support"
580
  msgstr "Envoyé au support"
581
 
582
- #: bws_menu.php:925
583
  msgid "Send to custom email &#187;"
584
  msgstr "Envoyer un e-mail spécifique &#187;"
585
 
 
 
 
 
 
 
 
 
586
  #~ msgid "Switch to new interface"
587
  #~ msgstr "Basculer vers la nouvelle interface"
588
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-11 14:11+0300\n"
6
+ "PO-Revision-Date: 2015-05-11 14:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2;plural=n>2;\n"
17
+ "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:89
 
21
  msgid "requires"
22
+ msgstr "obligatoire"
23
 
24
+ #: bws_functions.php:91
25
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
26
+ msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
 
 
27
 
28
+ #: bws_functions.php:92
29
  msgid "Back to the WordPress"
30
+ msgstr "Retour à WordPress"
31
 
32
+ #: bws_functions.php:94
 
33
  msgid "Plugins page"
34
+ msgstr "Page des extensions"
35
 
36
+ #: bws_functions.php:151
37
  msgid "It’s time to upgrade your"
38
+ msgstr "C'est le moment de mettre à jour votre "
39
 
40
+ #: bws_functions.php:151
41
  msgid "to"
42
+ msgstr "à"
43
 
44
+ #: bws_functions.php:151
 
45
  msgid "version!"
46
+ msgstr "version"
47
 
48
+ #: bws_functions.php:152
49
  msgid "Extend standard plugin functionality with new great options."
50
+ msgstr "Etend les fonctionalités classiques de l'extension avec des nouvelles options."
51
 
52
+ #: bws_functions.php:155
53
+ #: bws_functions.php:542
54
  msgid "Learn More"
55
  msgstr "En savoir plus"
56
 
57
+ #: bws_functions.php:172
58
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
59
+ msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
60
 
61
+ #: bws_functions.php:173
 
62
  msgid "Rate the plugin"
63
+ msgstr "Voter pour l'extension"
64
 
65
+ #: bws_functions.php:176
 
66
  msgid "If there is something wrong about it, please contact us"
67
+ msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
68
 
69
+ #: bws_functions.php:193
70
+ #: bws_functions.php:229
71
  msgid "Wrong license key"
72
+ msgstr "Clé de licence incorrecte"
73
 
74
+ #: bws_functions.php:223
75
+ #: bws_functions.php:455
76
+ #: bws_functions.php:506
77
+ msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
78
+ msgstr "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de nouveau, merci de contacter <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
79
 
80
+ #: bws_functions.php:223
81
+ #: bws_functions.php:455
82
+ #: bws_functions.php:506
83
  msgid "We are sorry for inconvenience."
84
+ msgstr "Nous sommes désolés pour le désagrément."
85
 
86
+ #: bws_functions.php:231
87
  msgid "This license key is bind to another site"
88
+ msgstr "La clé de licence correspond à un autre site."
89
 
90
+ #: bws_functions.php:233
91
+ #: bws_functions.php:365
92
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
93
+ msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
 
94
 
95
+ #: bws_functions.php:235
96
+ msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
97
+ msgstr "Désoler, votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller dans votre"
 
 
98
 
99
+ #: bws_functions.php:237
100
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
101
+ msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
 
 
102
 
103
+ #: bws_functions.php:248
104
+ #: bws_functions.php:270
105
+ #: bws_functions.php:292
106
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
107
+ msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
108
 
109
+ #: bws_functions.php:260
110
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
111
+ msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
112
 
113
+ #: bws_functions.php:266
114
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
115
+ msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
 
 
116
 
117
+ #: bws_functions.php:273
118
  msgid "UploadDir is not writable. Please, upload the plugin manually"
119
+ msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
120
 
121
+ #: bws_functions.php:296
122
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
123
+ msgstr "Il est survenu une erreur. Essayer de nouveau ou bien télécharger l'extension manuellement.Nous sommes désolés pour le désagrément."
 
 
124
 
125
+ #: bws_functions.php:321
 
126
  msgid "Please, enter Your license key"
127
+ msgstr "Merci de saisir votre clé de licence"
128
 
129
+ #: bws_functions.php:338
130
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
131
+ msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
 
 
132
 
133
+ #: bws_functions.php:340
134
+ #: bws_functions.php:422
135
  msgid "Please, go to"
136
+ msgstr "Merci d'allez à"
137
 
138
+ #: bws_functions.php:340
139
+ #: bws_functions.php:422
140
  msgid "the setting page"
141
  msgstr "Options supplémentaires"
142
 
143
+ #: bws_functions.php:341
144
+ #: bws_functions.php:423
145
  msgid "You will be redirected automatically in 5 seconds."
146
+ msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
147
 
148
+ #: bws_functions.php:346
149
  msgid "You can download and activate"
150
+ msgstr "Vous pouvez télécharger et activer la version "
151
 
152
+ #: bws_functions.php:348
153
  msgid "version of this plugin by entering Your license key."
154
+ msgstr " de cette extension en donnant votre clé de licence."
155
 
156
+ #: bws_functions.php:350
157
+ #: bws_functions.php:391
158
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
159
+ msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
 
160
 
161
+ #: bws_functions.php:352
162
+ #: bws_functions.php:393
163
  msgid "(your username is the email you specify when purchasing the product)."
164
+ msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
165
 
166
+ #: bws_functions.php:356
167
  msgid "or"
168
+ msgstr "ou"
169
 
170
+ #: bws_functions.php:356
171
  #, php-format
172
  msgid "Start Your Free %s-Day Trial Now"
173
+ msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
174
 
175
+ #: bws_functions.php:362
176
+ #: bws_functions.php:371
177
+ #: bws_functions.php:401
178
+ #: bws_functions.php:409
179
+ #: bws_menu.php:643
180
+ #: bws_menu.php:700
181
  msgid "Activate"
182
  msgstr "Activé"
183
 
184
+ #: bws_functions.php:388
185
+ #: bws_functions.php:481
186
  #, php-format
187
+ msgid "In order to continue using the plugin it is necessary to buy a %s license."
188
+ msgstr "Afin de pouvoir continuer à utiliser cette extension il est nécessaire d'acheter une licence %s."
 
189
 
190
+ #: bws_functions.php:389
191
  msgid "After that you can activate it by entering your license key."
192
+ msgstr " Après vous pouvez activer cette extension en donnant votre clé de licence."
193
 
194
+ #: bws_functions.php:403
195
  msgid "Unfortunately, you have exceeded the number of available tries per day."
196
+ msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
197
 
198
+ #: bws_functions.php:420
199
+ msgid "Congratulations! The PRO license of the plugin is successfully activated."
200
+ msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
 
201
 
202
+ #: bws_functions.php:461
203
  msgid "Wrong license key."
204
+ msgstr "Clé de licence incorrecte."
205
 
206
+ #: bws_functions.php:463
207
  msgid "This license key is bind to another site."
208
+ msgstr "La clé de licence correspond à un autre site."
209
 
210
+ #: bws_functions.php:465
211
+ msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
212
+ msgstr "La clé de licence est valide mais votre durée de validité est passée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
 
 
213
 
214
+ #: bws_functions.php:467
215
  msgid "Unfortunately, you have exceeded the number of available tries."
216
+ msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
 
 
 
 
 
 
217
 
218
  #: bws_functions.php:469
219
+ msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
220
+ msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
221
+
222
+ #: bws_functions.php:473
223
  msgid "The PRO Trial license key is valid."
224
+ msgstr "La clé de licence d'évaluation est valide."
225
 
226
+ #: bws_functions.php:475
227
  msgid "The license key is valid."
228
+ msgstr "La clé de licence est valide."
229
 
230
+ #: bws_functions.php:478
231
  msgid "Your license will expire on"
232
+ msgstr "Votre licence se termine le "
233
 
234
+ #: bws_functions.php:511
 
235
  msgid "Please, enter your license key"
236
+ msgstr "Merci de saisir votre clé de licence"
 
 
 
 
 
 
 
 
 
 
 
 
 
237
 
238
  #: bws_functions.php:524
239
+ msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
240
+ msgstr "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de licence sur votre page personnelle (zone client) sur notre site web."
241
 
242
+ #: bws_functions.php:524
243
+ msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
244
+ msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de mot de passe perdu."
 
 
 
 
 
 
 
 
 
245
 
246
+ #: bws_functions.php:528
247
+ msgid "Check license key"
248
+ msgstr "Vérifier la clé de licence"
 
 
249
 
250
+ #: bws_functions.php:542
251
+ msgid "WARNING: Illegal use notification"
 
 
252
  msgstr ""
253
 
254
+ #: bws_functions.php:542
255
+ #, fuzzy
256
+ msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
257
+ msgstr "AVERTISSEMENT : Nous avons détecté une utilisation abusive de notre extension. Nous vous recommandons de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue inactive. Merci de vous rendre dans votre espace personel"
258
+
259
+ #: bws_functions.php:550
260
+ msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
261
+ msgstr "Votre licence d'évaluation est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
262
+
263
+ #: bws_functions.php:552
264
+ msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
265
+ msgstr "Votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
266
+
267
+ #: bws_functions.php:552
268
+ #: bws_functions.php:605
269
+ #: bws_menu.php:619
270
+ #: bws_menu.php:641
271
+ #: bws_menu.php:668
272
+ #: bws_menu.php:698
273
+ #: bws_menu.php:744
274
  msgid "Learn more"
275
  msgstr "En savoir plus"
276
 
277
+ #: bws_functions.php:562
278
  #, php-format
279
  msgid "Notice: You are using the PRO Trial license of %s plugin."
280
+ msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
281
 
282
+ #: bws_functions.php:564
283
  msgid "Notice: You are using the PRO Trial license of plugin."
284
+ msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
285
 
286
+ #: bws_functions.php:567
287
  msgid "The PRO Trial license will expire on"
288
+ msgstr "Votre licence se termine le "
289
 
290
+ #: bws_functions.php:605
291
  msgid "You license for"
292
+ msgstr "Votre licence pour"
293
 
294
+ #: bws_functions.php:605
295
  msgid "expires on"
296
+ msgstr "se termine le"
297
 
298
+ #: bws_functions.php:605
299
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
300
+ msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
301
 
302
+ #: bws_functions.php:680
303
  msgid "Close"
304
+ msgstr "Fermer"
305
 
306
+ #: bws_menu.php:456
307
  msgid "Not set"
308
  msgstr "Not set"
309
 
310
+ #: bws_menu.php:458
311
+ #: bws_menu.php:459
312
  msgid "On"
313
  msgstr "On"
314
 
315
+ #: bws_menu.php:458
316
+ #: bws_menu.php:459
317
  msgid "Off"
318
  msgstr "Off"
319
 
320
+ #: bws_menu.php:460
321
+ #: bws_menu.php:461
322
+ #: bws_menu.php:462
323
+ #: bws_menu.php:463
324
+ #: bws_menu.php:464
325
+ #: bws_menu.php:476
326
  msgid "N/A"
327
  msgstr "N/A"
328
 
329
+ #: bws_menu.php:464
330
  msgid " Mb"
331
  msgstr " Mb"
332
 
333
+ #: bws_menu.php:465
334
+ #: bws_menu.php:466
335
+ #: bws_menu.php:467
336
+ #: bws_menu.php:472
337
  msgid "Yes"
338
  msgstr "Yes"
339
 
340
+ #: bws_menu.php:465
341
+ #: bws_menu.php:466
342
+ #: bws_menu.php:467
343
+ #: bws_menu.php:474
344
  msgid "No"
345
  msgstr "No"
346
 
347
+ #: bws_menu.php:484
348
  msgid "Operating System"
349
  msgstr "Operating System"
350
 
351
+ #: bws_menu.php:485
352
  msgid "Server"
353
  msgstr "Server"
354
 
355
+ #: bws_menu.php:486
356
  msgid "Memory usage"
357
  msgstr "Memory usage"
358
 
359
+ #: bws_menu.php:487
360
  msgid "MYSQL Version"
361
  msgstr "MYSQL Version"
362
 
363
+ #: bws_menu.php:488
364
  msgid "SQL Mode"
365
  msgstr "SQL Mode"
366
 
367
+ #: bws_menu.php:489
368
  msgid "PHP Version"
369
  msgstr "PHP Version"
370
 
371
+ #: bws_menu.php:490
372
  msgid "PHP Safe Mode"
373
  msgstr "PHP Safe Mode"
374
 
375
+ #: bws_menu.php:491
376
  msgid "PHP Allow URL fopen"
377
  msgstr "PHP Allow URL fopen"
378
 
379
+ #: bws_menu.php:492
380
  msgid "PHP Memory Limit"
381
  msgstr "PHP Memory Limit"
382
 
383
+ #: bws_menu.php:493
384
  msgid "PHP Max Upload Size"
385
  msgstr "PHP Max Upload Size"
386
 
387
+ #: bws_menu.php:494
388
  msgid "PHP Max Post Size"
389
  msgstr "PHP Max Post Size"
390
 
391
+ #: bws_menu.php:495
392
  msgid "PHP Max Script Execute Time"
393
  msgstr "PHP Max Script Execute Time"
394
 
395
+ #: bws_menu.php:496
396
  msgid "PHP Exif support"
397
  msgstr "PHP Exif support"
398
 
399
+ #: bws_menu.php:497
400
  msgid "PHP IPTC support"
401
  msgstr "PHP IPTC support"
402
 
403
+ #: bws_menu.php:498
404
  msgid "PHP XML support"
405
  msgstr "PHP XML support"
406
 
407
+ #: bws_menu.php:499
408
  msgid "Site URL"
409
  msgstr "Site URL"
410
 
411
+ #: bws_menu.php:500
412
  msgid "Home URL"
413
  msgstr "Home URL"
414
 
415
+ #: bws_menu.php:503
416
  msgid "WordPress Version"
417
  msgstr "WordPress Version"
418
 
419
+ #: bws_menu.php:504
420
  msgid "WordPress DB Version"
421
  msgstr "WordPress DB Version"
422
 
423
+ #: bws_menu.php:505
424
  msgid "Multisite"
425
  msgstr "Multisite"
426
 
427
+ #: bws_menu.php:506
428
  msgid "Active Theme"
429
  msgstr "Active Theme"
430
 
431
+ #: bws_menu.php:521
432
  msgid "Please enter a valid email address."
433
  msgstr "Merci de saisir une adresse e-mail valide."
434
 
435
+ #: bws_menu.php:525
436
  msgid "Email with system info is sent to "
437
  msgstr "Le courriel avec les informations système est envoyé à"
438
 
439
+ #: bws_menu.php:529
440
  msgid "Thank you for contacting us."
441
  msgstr "Merci de nous avoir contacté."
442
 
443
+ #: bws_menu.php:562
444
  msgid "Sorry, email message could not be delivered."
445
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
446
 
447
+ #: bws_menu.php:570
448
  msgid "Need help?"
449
  msgstr "Besoin d'aide ?"
450
 
451
+ #: bws_menu.php:571
452
  msgid "Client area"
453
  msgstr "Espace client"
454
 
455
+ #: bws_menu.php:572
456
+ #: bws_menu.php:883
457
  msgid "System status"
458
  msgstr "System status"
459
 
460
+ #: bws_menu.php:577
461
  msgid "Plugins"
462
  msgstr "Externsions"
463
 
464
+ #: bws_menu.php:579
465
  msgid "Themes"
466
  msgstr "Thèmes"
467
 
468
+ #: bws_menu.php:584
469
  msgid "All"
470
  msgstr "Tous"
471
 
472
+ #: bws_menu.php:585
473
  msgid "Installed"
474
  msgstr "Installé"
475
 
476
+ #: bws_menu.php:586
477
  msgid "Recommended"
478
  msgstr "Recommandé"
479
 
480
+ #: bws_menu.php:590
481
  msgid "Installed plugins"
482
  msgstr "Plugin installé"
483
 
484
+ #: bws_menu.php:622
485
+ #: bws_menu.php:671
486
  msgid "Settings"
487
  msgstr "Réglages"
488
 
489
+ #: bws_menu.php:643
490
+ #: bws_menu.php:700
491
  msgid "Activate this plugin"
492
  msgstr "Activer cette extension"
493
 
494
+ #: bws_menu.php:658
495
+ #: bws_menu.php:688
496
+ #: bws_menu.php:734
497
  msgid "Go"
498
  msgstr "Passez"
499
 
500
+ #: bws_menu.php:662
501
+ #: bws_menu.php:692
502
+ #: bws_menu.php:738
503
  msgid "DONATE"
504
  msgstr "Faire un don"
505
 
506
+ #: bws_menu.php:708
507
  msgid "Recommended plugins"
508
  msgstr "Plugin recommandé"
509
 
510
+ #: bws_menu.php:746
511
  msgid "Install now"
512
  msgstr "Installer maintenant"
513
 
514
+ #: bws_menu.php:767
515
  msgid "Try again"
516
  msgstr "Essayer de nouveau"
517
 
518
+ #: bws_menu.php:785
519
  #, php-format
520
  msgid "Preview &#8220;%s&#8221;"
521
  msgstr "Pré-visualiser &#8220;%s&#8221;"
522
 
523
+ #: bws_menu.php:816
524
  #, php-format
525
  msgid "Install %s"
526
  msgstr "%s installé"
527
 
528
+ #: bws_menu.php:816
529
  msgid "Install Now"
530
  msgstr "Installa Ora"
531
 
532
+ #: bws_menu.php:819
533
  #, php-format
534
  msgid "Update to version %s"
535
  msgstr "Mettre à jour pour la version %s"
536
 
537
+ #: bws_menu.php:819
538
  msgid "Update"
539
  msgstr "Mettre à jour"
540
 
541
+ #: bws_menu.php:826
542
  #, php-format
543
  msgid "Preview %s"
544
  msgstr "Pré-visualiser %s"
545
 
546
+ #: bws_menu.php:826
547
  msgid "Preview"
548
  msgstr "Pré-visualiser"
549
 
550
+ #: bws_menu.php:832
551
+ #: bws_menu.php:864
552
  #, php-format
553
  msgid "By %s"
554
  msgstr "Par %s"
555
 
556
+ #: bws_menu.php:838
557
  msgid "Details"
558
  msgstr "Détails"
559
 
560
+ #: bws_menu.php:870
561
  msgid "Already Installed"
562
  msgstr "Déjà installé"
563
 
564
+ #: bws_menu.php:886
565
  msgid "Environment"
566
  msgstr "Environment"
567
 
568
+ #: bws_menu.php:897
569
  msgid "Active Plugins"
570
  msgstr "Plugin actifs"
571
 
572
+ #: bws_menu.php:910
573
  msgid "Inactive Plugins"
574
  msgstr "Plugin inactifs"
575
 
576
+ #: bws_menu.php:926
577
  msgid "Send to support"
578
  msgstr "Envoyé au support"
579
 
580
+ #: bws_menu.php:933
581
  msgid "Send to custom email &#187;"
582
  msgstr "Envoyer un e-mail spécifique &#187;"
583
 
584
+ #~ msgid ""
585
+ #~ "(your username is the email you specify when purchasing the product), "
586
+ #~ "where you can make the necessary changes."
587
+ #~ msgstr ""
588
+ #~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
589
+ #~ "l'achat de l'extension), où vous pourrez faire les modifications "
590
+ #~ "nécessaires."
591
+
592
  #~ msgid "Switch to new interface"
593
  #~ msgstr "Basculer vers la nouvelle interface"
594
 
bws_menu/languages/bestwebsoft-it_IT.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-20 14:47+0300\n"
6
- "PO-Revision-Date: 2015-04-20 14:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: it_IT\n"
@@ -18,666 +18,665 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:85
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:87
26
- msgid ""
27
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
- "try again."
29
  msgstr ""
30
 
31
- #: bws_functions.php:88
32
  msgid "Back to the WordPress"
33
  msgstr ""
34
 
35
  # @ bestwebsoft
36
- #: bws_functions.php:90
37
  #, fuzzy
38
  msgid "Plugins page"
39
  msgstr "Plugin Pro"
40
 
41
- #: bws_functions.php:147
42
  msgid "It’s time to upgrade your"
43
  msgstr ""
44
 
45
  # @ captcha
46
- #: bws_functions.php:147
47
  #, fuzzy
48
  msgid "to"
49
  msgstr "due"
50
 
51
  # @ bestwebsoft
52
- #: bws_functions.php:147
53
  #, fuzzy
54
  msgid "version!"
55
  msgstr "Versione PHP"
56
 
57
- #: bws_functions.php:148
58
  msgid "Extend standard plugin functionality with new great options."
59
  msgstr ""
60
 
61
  # @ bestwebsoft
62
- #: bws_functions.php:151
 
63
  #, fuzzy
64
  msgid "Learn More"
65
  msgstr "Leggi tutto"
66
 
67
- #: bws_functions.php:168
68
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
  msgstr ""
70
 
71
  # @ bestwebsoft
72
- #: bws_functions.php:169
73
  #, fuzzy
74
  msgid "Rate the plugin"
75
  msgstr "Plugin attivi"
76
 
77
  # @ bestwebsoft
78
- #: bws_functions.php:172
79
  #, fuzzy
80
  msgid "If there is something wrong about it, please contact us"
81
  msgstr "Se hai domande, contattaci tramite"
82
 
83
- #: bws_functions.php:189 bws_functions.php:225
 
84
  msgid "Wrong license key"
85
  msgstr ""
86
 
87
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
88
- msgid ""
89
- "Something went wrong. Please try again later. If the error appears again, "
90
- "please contact us"
91
  msgstr ""
92
 
93
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
 
 
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
- #: bws_functions.php:227
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
- #: bws_functions.php:229 bws_functions.php:361
102
- msgid ""
103
- "Unfortunately, you have exceeded the number of available tries per day. "
104
- "Please, upload the plugin manually."
105
  msgstr ""
106
 
107
- #: bws_functions.php:231
108
- msgid ""
109
- "Unfortunately, Your license has expired. To continue getting top-priority "
110
- "support and plugin updates you should extend it in your"
111
  msgstr ""
112
 
113
- #: bws_functions.php:233
114
- msgid ""
115
- "Unfortunately, the PRO licence was already installed to this domain. The PRO "
116
- "Trial license can be installed only once."
117
  msgstr ""
118
 
119
- #: bws_functions.php:244 bws_functions.php:266 bws_functions.php:288
 
 
120
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
121
  msgstr ""
122
 
123
- #: bws_functions.php:256
124
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
- #: bws_functions.php:262
128
- msgid ""
129
- "Your server does not support either ZipArchive or Phar. Please, upload the "
130
- "plugin manually"
131
  msgstr ""
132
 
133
- #: bws_functions.php:269
134
  msgid "UploadDir is not writable. Please, upload the plugin manually"
135
  msgstr ""
136
 
137
- #: bws_functions.php:292
138
- msgid ""
139
- "Something went wrong. Try again later or upload the plugin manually. We are "
140
- "sorry for inconvenience."
141
  msgstr ""
142
 
143
- #: bws_functions.php:317
144
  msgid "Please, enter Your license key"
145
  msgstr ""
146
 
147
- #: bws_functions.php:334
148
- msgid ""
149
- "Congratulations! The PRO version of the plugin is successfully download and "
150
- "activated."
151
  msgstr ""
152
 
153
- #: bws_functions.php:336 bws_functions.php:418
 
154
  msgid "Please, go to"
155
  msgstr ""
156
 
157
- #: bws_functions.php:336 bws_functions.php:418
 
158
  msgid "the setting page"
159
  msgstr ""
160
 
161
- #: bws_functions.php:337 bws_functions.php:419
 
162
  msgid "You will be redirected automatically in 5 seconds."
163
  msgstr ""
164
 
165
- #: bws_functions.php:342
166
  msgid "You can download and activate"
167
  msgstr ""
168
 
169
- #: bws_functions.php:344
170
  msgid "version of this plugin by entering Your license key."
171
  msgstr ""
172
 
173
- #: bws_functions.php:346 bws_functions.php:387
174
- msgid ""
175
- "You can find your license key on your personal page Client area, by clicking "
176
- "on the link"
177
  msgstr ""
178
 
179
- #: bws_functions.php:348 bws_functions.php:389
 
180
  msgid "(your username is the email you specify when purchasing the product)."
181
  msgstr ""
182
 
183
  # @ captcha
184
- #: bws_functions.php:352
185
  #, fuzzy
186
  msgid "or"
187
  msgstr "quattro"
188
 
189
- #: bws_functions.php:352
190
  #, php-format
191
  msgid "Start Your Free %s-Day Trial Now"
192
  msgstr ""
193
 
194
  # @ bestwebsoft
195
- #: bws_functions.php:358 bws_functions.php:367 bws_functions.php:397
196
- #: bws_functions.php:405 bws_menu.php:635 bws_menu.php:692
 
 
 
 
197
  #, fuzzy
198
  msgid "Activate"
199
  msgstr "Plugin attivi"
200
 
201
- #: bws_functions.php:384 bws_functions.php:477
 
202
  #, php-format
203
- msgid ""
204
- "In order to continue using the plugin it is necessary to buy a %s license."
205
  msgstr ""
206
 
207
- #: bws_functions.php:385
208
  msgid "After that you can activate it by entering your license key."
209
  msgstr ""
210
 
211
- #: bws_functions.php:399
212
  msgid "Unfortunately, you have exceeded the number of available tries per day."
213
  msgstr ""
214
 
215
- #: bws_functions.php:416
216
- msgid ""
217
- "Congratulations! The PRO license of the plugin is successfully activated."
218
  msgstr ""
219
 
220
- #: bws_functions.php:457
221
  msgid "Wrong license key."
222
  msgstr ""
223
 
224
- #: bws_functions.php:459
225
  msgid "This license key is bind to another site."
226
  msgstr ""
227
 
228
- #: bws_functions.php:461
229
- msgid ""
230
- "This license key is valid, but Your license has expired. If you want to "
231
- "update our plugin in future, you should extend the license."
232
  msgstr ""
233
 
234
- #: bws_functions.php:463
235
  msgid "Unfortunately, you have exceeded the number of available tries."
236
  msgstr ""
237
 
238
- #: bws_functions.php:465
239
- msgid ""
240
- "Unfortunately, the PRO Trial licence was already installed to this domain. "
241
- "The PRO Trial license can be installed only once."
242
  msgstr ""
243
 
244
- #: bws_functions.php:469
245
  msgid "The PRO Trial license key is valid."
246
  msgstr ""
247
 
248
- #: bws_functions.php:471
249
  msgid "The license key is valid."
250
  msgstr ""
251
 
252
- #: bws_functions.php:474
253
  msgid "Your license will expire on"
254
  msgstr ""
255
 
256
- #: bws_functions.php:507
257
  msgid "Please, enter your license key"
258
  msgstr ""
259
 
260
- #: bws_functions.php:520
261
- msgid ""
262
- "If needed you can check if the license key is correct or reenter it in the "
263
- "field below. You can find your license key on your personal page - Client "
264
- "area - on our website"
265
  msgstr ""
266
 
267
- #: bws_functions.php:520
268
- msgid ""
269
- "(your username is the email you specify when purchasing the product). If "
270
- "necessary, please submit \"Lost your password?\" request."
271
  msgstr ""
272
 
273
- #: bws_functions.php:524
274
  msgid "Check license key"
275
  msgstr ""
276
 
277
- #: bws_functions.php:538
278
- msgid ""
279
- "WARNING: We have noticed illegal use of our plugin by you. We strongly "
280
- "recommend you to solve the problem within 24 hours, otherwise the plugin "
281
- "will be deactivated. Please go to your personal"
282
  msgstr ""
283
 
284
- #: bws_functions.php:538
285
- msgid ""
286
- "(your username is the email you specify when purchasing the product), where "
287
- "you can make the necessary changes."
288
  msgstr ""
289
 
290
- #: bws_functions.php:546
291
- msgid ""
292
- "Notice: Your PRO Trial license has expired. To continue using the plugin you "
293
- "should buy a PRO license"
294
  msgstr ""
295
 
296
- #: bws_functions.php:548
297
- msgid ""
298
- "Your license has expired. To continue getting top-priority support and "
299
- "plugin updates you should extend it."
300
  msgstr ""
301
 
302
  # @ bestwebsoft
303
- #: bws_functions.php:548 bws_functions.php:601 bws_menu.php:611
304
- #: bws_menu.php:633 bws_menu.php:660 bws_menu.php:690 bws_menu.php:736
 
 
 
 
 
305
  #, fuzzy
306
  msgid "Learn more"
307
  msgstr "Leggi tutto"
308
 
309
- #: bws_functions.php:558
310
  #, php-format
311
  msgid "Notice: You are using the PRO Trial license of %s plugin."
312
  msgstr ""
313
 
314
- #: bws_functions.php:560
315
  msgid "Notice: You are using the PRO Trial license of plugin."
316
  msgstr ""
317
 
318
- #: bws_functions.php:563
319
  msgid "The PRO Trial license will expire on"
320
  msgstr ""
321
 
322
- #: bws_functions.php:601
323
  msgid "You license for"
324
  msgstr ""
325
 
326
- #: bws_functions.php:601
327
  msgid "expires on"
328
  msgstr ""
329
 
330
- #: bws_functions.php:601
331
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
332
  msgstr ""
333
 
334
- #: bws_functions.php:676
335
  msgid "Close"
336
  msgstr ""
337
 
338
  # @ bestwebsoft
339
- #: bws_menu.php:448
340
  msgid "Not set"
341
  msgstr "Non impostato"
342
 
343
  # @ bestwebsoft
344
- #: bws_menu.php:450 bws_menu.php:451
 
345
  msgid "On"
346
  msgstr "Abilitato"
347
 
348
  # @ bestwebsoft
349
- #: bws_menu.php:450 bws_menu.php:451
 
350
  msgid "Off"
351
  msgstr "Disabilitato"
352
 
353
  # @ bestwebsoft
354
- #: bws_menu.php:452 bws_menu.php:453 bws_menu.php:454 bws_menu.php:455
355
- #: bws_menu.php:456 bws_menu.php:468
 
 
 
 
356
  msgid "N/A"
357
  msgstr "Non disponibile"
358
 
359
  # @ bestwebsoft
360
- #: bws_menu.php:456
361
  msgid " Mb"
362
  msgstr "Mb"
363
 
364
  # @ bestwebsoft
365
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:464
 
 
 
366
  msgid "Yes"
367
  msgstr "Sì"
368
 
369
  # @ bestwebsoft
370
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:466
 
 
 
371
  msgid "No"
372
  msgstr "No"
373
 
374
  # @ bestwebsoft
375
- #: bws_menu.php:476
376
  msgid "Operating System"
377
  msgstr "Sistema operativo"
378
 
379
  # @ bestwebsoft
380
- #: bws_menu.php:477
381
  msgid "Server"
382
  msgstr "Server"
383
 
384
  # @ bestwebsoft
385
- #: bws_menu.php:478
386
  msgid "Memory usage"
387
  msgstr "Utilizzo memoria"
388
 
389
  # @ bestwebsoft
390
- #: bws_menu.php:479
391
  msgid "MYSQL Version"
392
  msgstr "Versione MYSQL"
393
 
394
  # @ bestwebsoft
395
- #: bws_menu.php:480
396
  msgid "SQL Mode"
397
  msgstr "Modalità SQL"
398
 
399
  # @ bestwebsoft
400
- #: bws_menu.php:481
401
  msgid "PHP Version"
402
  msgstr "Versione PHP"
403
 
404
  # @ bestwebsoft
405
- #: bws_menu.php:482
406
  msgid "PHP Safe Mode"
407
  msgstr "Safe Mode PHP"
408
 
409
  # @ bestwebsoft
410
- #: bws_menu.php:483
411
  msgid "PHP Allow URL fopen"
412
  msgstr "Consenti URL fopen PHP"
413
 
414
  # @ bestwebsoft
415
- #: bws_menu.php:484
416
  msgid "PHP Memory Limit"
417
  msgstr "Limite di memoria PHP"
418
 
419
  # @ bestwebsoft
420
- #: bws_menu.php:485
421
  msgid "PHP Max Upload Size"
422
  msgstr "Dimensione upload massima PHP"
423
 
424
  # @ bestwebsoft
425
- #: bws_menu.php:486
426
  msgid "PHP Max Post Size"
427
  msgstr "Dimensione massima Post PHP"
428
 
429
  # @ bestwebsoft
430
- #: bws_menu.php:487
431
  msgid "PHP Max Script Execute Time"
432
  msgstr "Tempo massimo di esecuzione PHP"
433
 
434
  # @ bestwebsoft
435
- #: bws_menu.php:488
436
  msgid "PHP Exif support"
437
  msgstr "Supporto Exif PHP"
438
 
439
  # @ bestwebsoft
440
- #: bws_menu.php:489
441
  msgid "PHP IPTC support"
442
  msgstr "Supporto IPTC PHP"
443
 
444
  # @ bestwebsoft
445
- #: bws_menu.php:490
446
  msgid "PHP XML support"
447
  msgstr "Supporto XML PHP"
448
 
449
  # @ bestwebsoft
450
- #: bws_menu.php:491
451
  msgid "Site URL"
452
  msgstr "URL sito"
453
 
454
  # @ bestwebsoft
455
- #: bws_menu.php:492
456
  msgid "Home URL"
457
  msgstr "URL home"
458
 
459
  # @ bestwebsoft
460
- #: bws_menu.php:495
461
  msgid "WordPress Version"
462
  msgstr "Versione WordPress"
463
 
464
  # @ bestwebsoft
465
- #: bws_menu.php:496
466
  msgid "WordPress DB Version"
467
  msgstr "Versione DB WordPress"
468
 
469
  # @ bestwebsoft
470
- #: bws_menu.php:497
471
  msgid "Multisite"
472
  msgstr "Multisito"
473
 
474
  # @ bestwebsoft
475
- #: bws_menu.php:498
476
  msgid "Active Theme"
477
  msgstr "Tema attivo"
478
 
479
  # @ bestwebsoft
480
- #: bws_menu.php:513
481
  msgid "Please enter a valid email address."
482
  msgstr "Per favore inserisci un indirizzo e-mail valido."
483
 
484
  # @ bestwebsoft
485
- #: bws_menu.php:517
486
  msgid "Email with system info is sent to "
487
  msgstr "Email con informazioni di sistema spedita a "
488
 
489
  # @ bestwebsoft
490
- #: bws_menu.php:521
491
  msgid "Thank you for contacting us."
492
  msgstr "Grazie per averci contattato."
493
 
494
  # @ bestwebsoft
495
- #: bws_menu.php:554
496
  msgid "Sorry, email message could not be delivered."
497
  msgstr "Spiacenti, il messaggio email non può essere inviato."
498
 
499
- #: bws_menu.php:562
500
  msgid "Need help?"
501
  msgstr ""
502
 
503
- #: bws_menu.php:563
504
  msgid "Client area"
505
  msgstr ""
506
 
507
  # @ bestwebsoft
508
- #: bws_menu.php:564 bws_menu.php:875
 
509
  msgid "System status"
510
  msgstr "Stato sistema"
511
 
512
  # @ bestwebsoft
513
- #: bws_menu.php:569
514
  #, fuzzy
515
  msgid "Plugins"
516
  msgstr "Plugin Pro"
517
 
518
- #: bws_menu.php:571
519
  msgid "Themes"
520
  msgstr ""
521
 
522
- #: bws_menu.php:576
523
  msgid "All"
524
  msgstr ""
525
 
526
  # @ default
527
- #: bws_menu.php:577
528
  #, fuzzy
529
  msgid "Installed"
530
  msgstr "Installa %s"
531
 
532
  # @ bestwebsoft
533
- #: bws_menu.php:578
534
  #, fuzzy
535
  msgid "Recommended"
536
  msgstr "Plugin raccomandati"
537
 
538
  # @ bestwebsoft
539
- #: bws_menu.php:582
540
  msgid "Installed plugins"
541
  msgstr "Plugin installati"
542
 
543
  # @ bestwebsoft
544
  # @ captcha
545
- #: bws_menu.php:614 bws_menu.php:663
 
546
  msgid "Settings"
547
  msgstr "Impostazioni"
548
 
549
  # @ bestwebsoft
550
- #: bws_menu.php:635 bws_menu.php:692
 
551
  #, fuzzy
552
  msgid "Activate this plugin"
553
  msgstr "Plugin attivi"
554
 
555
- #: bws_menu.php:650 bws_menu.php:680 bws_menu.php:726
 
 
556
  msgid "Go"
557
  msgstr ""
558
 
559
- #: bws_menu.php:654 bws_menu.php:684 bws_menu.php:730
 
 
560
  msgid "DONATE"
561
  msgstr ""
562
 
563
  # @ bestwebsoft
564
- #: bws_menu.php:700
565
  msgid "Recommended plugins"
566
  msgstr "Plugin raccomandati"
567
 
568
  # @ default
569
- #: bws_menu.php:738
570
  #, fuzzy
571
  msgid "Install now"
572
  msgstr "Installa %s"
573
 
574
- #: bws_menu.php:759
575
  msgid "Try again"
576
  msgstr ""
577
 
578
- #: bws_menu.php:777
579
  #, php-format
580
  msgid "Preview &#8220;%s&#8221;"
581
  msgstr ""
582
 
583
  # @ default
584
- #: bws_menu.php:808
585
  #, php-format
586
  msgid "Install %s"
587
  msgstr "Installa %s"
588
 
589
  # @ default
590
- #: bws_menu.php:808
591
  #, fuzzy
592
  msgid "Install Now"
593
  msgstr "Installa %s"
594
 
595
- #: bws_menu.php:811
596
  #, php-format
597
  msgid "Update to version %s"
598
  msgstr ""
599
 
600
- #: bws_menu.php:811
601
  msgid "Update"
602
  msgstr ""
603
 
604
- #: bws_menu.php:818
605
  #, php-format
606
  msgid "Preview %s"
607
  msgstr ""
608
 
609
- #: bws_menu.php:818
610
  msgid "Preview"
611
  msgstr ""
612
 
613
- #: bws_menu.php:824 bws_menu.php:856
 
614
  #, php-format
615
  msgid "By %s"
616
  msgstr ""
617
 
618
- #: bws_menu.php:830
619
  msgid "Details"
620
  msgstr ""
621
 
622
  # @ default
623
- #: bws_menu.php:862
624
  #, fuzzy
625
  msgid "Already Installed"
626
  msgstr "Installa %s"
627
 
628
  # @ bestwebsoft
629
- #: bws_menu.php:878
630
  msgid "Environment"
631
  msgstr "Ambiente"
632
 
633
  # @ bestwebsoft
634
- #: bws_menu.php:889
635
  msgid "Active Plugins"
636
  msgstr "Plugin attivi"
637
 
638
  # @ bestwebsoft
639
- #: bws_menu.php:902
640
  msgid "Inactive Plugins"
641
  msgstr "Plugin inattivi"
642
 
643
  # @ bestwebsoft
644
- #: bws_menu.php:918
645
  msgid "Send to support"
646
  msgstr "Invia al supporto"
647
 
648
  # @ bestwebsoft
649
- #: bws_menu.php:925
650
  msgid "Send to custom email &#187;"
651
  msgstr "Invia a una email personalizzata &#187;"
652
 
653
  # @ bestwebsoft
654
  #~ msgid "Pro plugins"
655
  #~ msgstr "Plugin Pro"
656
-
657
  # @ bestwebsoft
658
  #~ msgid "Activated plugins"
659
  #~ msgstr "Plugin attivi"
660
-
661
  # @ bestwebsoft
662
  #~ msgid "Read more"
663
  #~ msgstr "Leggi tutto"
664
-
665
  # @ bestwebsoft
666
  #~ msgid "Purchase"
667
  #~ msgstr "Acquista"
668
-
669
  # @ bestwebsoft
670
  #~ msgid "Free plugins"
671
  #~ msgstr "Plugin gratuiti"
672
-
673
  # @ bestwebsoft
674
  #~ msgid "Download"
675
  #~ msgstr "Scarica"
676
-
677
  # @ bestwebsoft
678
  #~ msgid "Install now from wordpress.org"
679
  #~ msgstr "Installa ora da wordpress.org"
680
-
681
  # @ bestwebsoft
682
  #, fuzzy
683
  #~ msgid "Activated theme"
@@ -706,11 +705,9 @@ msgstr "Invia a una email personalizzata &#187;"
706
  # @ captcha
707
  #~ msgid "Captcha"
708
  #~ msgstr "Captcha"
709
-
710
  # @ captcha
711
  #~ msgid "Login form"
712
  #~ msgstr "Modulo di login"
713
-
714
  # @ captcha
715
  #, fuzzy
716
  #~ msgid "Registration form"
@@ -719,7 +716,6 @@ msgstr "Invia a una email personalizzata &#187;"
719
  # @ captcha
720
  #~ msgid "Register form"
721
  #~ msgstr "Modulo di registrazione"
722
-
723
  # @ captcha
724
  #, fuzzy
725
  #~ msgid "Reset Password form"
@@ -728,31 +724,24 @@ msgstr "Invia a una email personalizzata &#187;"
728
  # @ captcha
729
  #~ msgid "Lost password form"
730
  #~ msgstr "Modulo recupero password"
731
-
732
  # @ captcha
733
  #~ msgid "Comments form"
734
  #~ msgstr "Modulo dei commenti"
735
-
736
  # @ captcha
737
  #~ msgid "Hide CAPTCHA for registered users"
738
  #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
739
-
740
  # @ captcha
741
  #~ msgid "Plus (&#43;)"
742
  #~ msgstr "Addizione (&#43;)"
743
-
744
  # @ captcha
745
  #~ msgid "Plus"
746
  #~ msgstr "Più"
747
-
748
  # @ captcha
749
  #~ msgid "Minus (&minus;)"
750
  #~ msgstr "Sottrazione (&minus;)"
751
-
752
  # @ captcha
753
  #~ msgid "Minus"
754
  #~ msgstr "Meno"
755
-
756
  # @ captcha
757
  #, fuzzy
758
  #~ msgid "Multiplication (&times;)"
@@ -766,19 +755,15 @@ msgstr "Invia a una email personalizzata &#187;"
766
  # @ captcha
767
  #~ msgid "Numbers"
768
  #~ msgstr "Numeri"
769
-
770
  # @ captcha
771
  #~ msgid "Words"
772
  #~ msgstr "Parole"
773
-
774
  # @ captcha
775
  #~ msgid "FAQ"
776
  #~ msgstr "FAQ"
777
-
778
  # @ captcha
779
  #~ msgid "Support"
780
  #~ msgstr "Supporto"
781
-
782
  # @ captcha
783
  #, fuzzy
784
  #~ msgid ""
@@ -790,7 +775,6 @@ msgstr "Invia a una email personalizzata &#187;"
790
  # @ captcha
791
  #~ msgid "Options saved."
792
  #~ msgstr "Impostazioni salvate."
793
-
794
  # @ captcha
795
  #, fuzzy
796
  #~ msgid "Enable CAPTCHA for:"
@@ -799,19 +783,15 @@ msgstr "Invia a una email personalizzata &#187;"
799
  # @ captcha
800
  #~ msgid "Contact form"
801
  #~ msgstr "Modulo di contatto"
802
-
803
  # @ captcha
804
  #~ msgid "powered by"
805
  #~ msgstr "powered by"
806
-
807
  # @ captcha
808
  #~ msgid "Activate contact form"
809
  #~ msgstr "Attiva modulo di contatto"
810
-
811
  # @ captcha
812
  #~ msgid "Download contact form"
813
  #~ msgstr "Scarica il plugin per il modulo di contatto"
814
-
815
  # @ captcha
816
  #, fuzzy
817
  #~ msgid ""
@@ -823,7 +803,6 @@ msgstr "Invia a una email personalizzata &#187;"
823
  # @ captcha
824
  #~ msgid "\"Create a Group\" form"
825
  #~ msgstr "Modulo \"Crea un gruppo\""
826
-
827
  # @ captcha
828
  #~ msgid ""
829
  #~ "This functionality is available in the Pro version of the plugin. For "
@@ -831,7 +810,6 @@ msgstr "Invia a una email personalizzata &#187;"
831
  #~ msgstr ""
832
  #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
833
  #~ "maggiori dettagli, per favore vai al link"
834
-
835
  # @ captcha
836
  #, fuzzy
837
  #~ msgid "Title for CAPTCHA in the form"
@@ -840,23 +818,18 @@ msgstr "Invia a una email personalizzata &#187;"
840
  # @ captcha
841
  #~ msgid "Arithmetic actions for CAPTCHA"
842
  #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
843
-
844
  # @ captcha
845
  #~ msgid "CAPTCHA complexity level"
846
  #~ msgstr "Livello complessità CAPTCHA"
847
-
848
  # @ default
849
  #~ msgid "Save Changes"
850
  #~ msgstr "Salva le modifiche"
851
-
852
  # @ captcha
853
  #~ msgid "ERROR"
854
  #~ msgstr "ERRORE"
855
-
856
  # @ captcha
857
  #~ msgid "Please fill the form."
858
  #~ msgstr "Per favore compila il modulo."
859
-
860
  # @ captcha
861
  #, fuzzy
862
  #~ msgid "Please enter a valid CAPTCHA value."
@@ -874,111 +847,84 @@ msgstr "Invia a una email personalizzata &#187;"
874
  # @ captcha
875
  #~ msgid "zero"
876
  #~ msgstr "zero"
877
-
878
  # @ captcha
879
  #~ msgid "one"
880
  #~ msgstr "uno"
881
-
882
  # @ captcha
883
  #~ msgid "three"
884
  #~ msgstr "tre"
885
-
886
  # @ captcha
887
  #~ msgid "five"
888
  #~ msgstr "cinque"
889
-
890
  # @ captcha
891
  #~ msgid "six"
892
  #~ msgstr "sei"
893
-
894
  # @ captcha
895
  #~ msgid "seven"
896
  #~ msgstr "sette"
897
-
898
  # @ captcha
899
  #~ msgid "eight"
900
  #~ msgstr "otto"
901
-
902
  # @ captcha
903
  #~ msgid "nine"
904
  #~ msgstr "nove"
905
-
906
  # @ captcha
907
  #~ msgid "eleven"
908
  #~ msgstr "undici"
909
-
910
  # @ captcha
911
  #~ msgid "twelve"
912
  #~ msgstr "dodici"
913
-
914
  # @ captcha
915
  #~ msgid "thirteen"
916
  #~ msgstr "tredici"
917
-
918
  # @ captcha
919
  #~ msgid "fourteen"
920
  #~ msgstr "quattordici"
921
-
922
  # @ captcha
923
  #~ msgid "fifteen"
924
  #~ msgstr "quindici"
925
-
926
  # @ captcha
927
  #~ msgid "sixteen"
928
  #~ msgstr "sedici"
929
-
930
  # @ captcha
931
  #~ msgid "seventeen"
932
  #~ msgstr "diciassette"
933
-
934
  # @ captcha
935
  #~ msgid "eighteen"
936
  #~ msgstr "diciotto"
937
-
938
  # @ captcha
939
  #~ msgid "nineteen"
940
  #~ msgstr "diciannove"
941
-
942
  # @ captcha
943
  #~ msgid "ten"
944
  #~ msgstr "dieci"
945
-
946
  # @ captcha
947
  #~ msgid "twenty"
948
  #~ msgstr "venti"
949
-
950
  # @ captcha
951
  #~ msgid "thirty"
952
  #~ msgstr "trenta"
953
-
954
  # @ captcha
955
  #~ msgid "forty"
956
  #~ msgstr "quaranta"
957
-
958
  # @ captcha
959
  #~ msgid "fifty"
960
  #~ msgstr "cinquanta"
961
-
962
  # @ captcha
963
  #~ msgid "sixty"
964
  #~ msgstr "sessanta"
965
-
966
  # @ captcha
967
  #~ msgid "seventy"
968
  #~ msgstr "settanta"
969
-
970
  # @ captcha
971
  #~ msgid "eighty"
972
  #~ msgstr "ottanta"
973
-
974
  # @ captcha
975
  #~ msgid "ninety"
976
  #~ msgstr "novanta"
977
-
978
  # @ captcha
979
  #~ msgid "and"
980
  #~ msgstr "e"
981
-
982
  # @ captcha
983
  #, fuzzy
984
  #~ msgid "Encryption password is not set"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-11 14:11+0300\n"
6
+ "PO-Revision-Date: 2015-05-11 14:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: it_IT\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:89
22
  msgid "requires"
23
  msgstr ""
24
 
25
+ #: bws_functions.php:91
26
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
27
  msgstr ""
28
 
29
+ #: bws_functions.php:92
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ bestwebsoft
34
+ #: bws_functions.php:94
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugin Pro"
38
 
39
+ #: bws_functions.php:151
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
  # @ captcha
44
+ #: bws_functions.php:151
45
  #, fuzzy
46
  msgid "to"
47
  msgstr "due"
48
 
49
  # @ bestwebsoft
50
+ #: bws_functions.php:151
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "Versione PHP"
54
 
55
+ #: bws_functions.php:152
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
  # @ bestwebsoft
60
+ #: bws_functions.php:155
61
+ #: bws_functions.php:542
62
  #, fuzzy
63
  msgid "Learn More"
64
  msgstr "Leggi tutto"
65
 
66
+ #: bws_functions.php:172
67
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
68
  msgstr ""
69
 
70
  # @ bestwebsoft
71
+ #: bws_functions.php:173
72
  #, fuzzy
73
  msgid "Rate the plugin"
74
  msgstr "Plugin attivi"
75
 
76
  # @ bestwebsoft
77
+ #: bws_functions.php:176
78
  #, fuzzy
79
  msgid "If there is something wrong about it, please contact us"
80
  msgstr "Se hai domande, contattaci tramite"
81
 
82
+ #: bws_functions.php:193
83
+ #: bws_functions.php:229
84
  msgid "Wrong license key"
85
  msgstr ""
86
 
87
+ #: bws_functions.php:223
88
+ #: bws_functions.php:455
89
+ #: bws_functions.php:506
90
+ msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
91
  msgstr ""
92
 
93
+ #: bws_functions.php:223
94
+ #: bws_functions.php:455
95
+ #: bws_functions.php:506
96
  msgid "We are sorry for inconvenience."
97
  msgstr ""
98
 
99
+ #: bws_functions.php:231
100
  msgid "This license key is bind to another site"
101
  msgstr ""
102
 
103
+ #: bws_functions.php:233
104
+ #: bws_functions.php:365
105
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
106
  msgstr ""
107
 
108
+ #: bws_functions.php:235
109
+ msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
110
  msgstr ""
111
 
112
+ #: bws_functions.php:237
113
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
114
  msgstr ""
115
 
116
+ #: bws_functions.php:248
117
+ #: bws_functions.php:270
118
+ #: bws_functions.php:292
119
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
120
  msgstr ""
121
 
122
+ #: bws_functions.php:260
123
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:266
127
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
128
  msgstr ""
129
 
130
+ #: bws_functions.php:273
131
  msgid "UploadDir is not writable. Please, upload the plugin manually"
132
  msgstr ""
133
 
134
+ #: bws_functions.php:296
135
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
136
  msgstr ""
137
 
138
+ #: bws_functions.php:321
139
  msgid "Please, enter Your license key"
140
  msgstr ""
141
 
142
+ #: bws_functions.php:338
143
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
144
  msgstr ""
145
 
146
+ #: bws_functions.php:340
147
+ #: bws_functions.php:422
148
  msgid "Please, go to"
149
  msgstr ""
150
 
151
+ #: bws_functions.php:340
152
+ #: bws_functions.php:422
153
  msgid "the setting page"
154
  msgstr ""
155
 
156
+ #: bws_functions.php:341
157
+ #: bws_functions.php:423
158
  msgid "You will be redirected automatically in 5 seconds."
159
  msgstr ""
160
 
161
+ #: bws_functions.php:346
162
  msgid "You can download and activate"
163
  msgstr ""
164
 
165
+ #: bws_functions.php:348
166
  msgid "version of this plugin by entering Your license key."
167
  msgstr ""
168
 
169
+ #: bws_functions.php:350
170
+ #: bws_functions.php:391
171
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
172
  msgstr ""
173
 
174
+ #: bws_functions.php:352
175
+ #: bws_functions.php:393
176
  msgid "(your username is the email you specify when purchasing the product)."
177
  msgstr ""
178
 
179
  # @ captcha
180
+ #: bws_functions.php:356
181
  #, fuzzy
182
  msgid "or"
183
  msgstr "quattro"
184
 
185
+ #: bws_functions.php:356
186
  #, php-format
187
  msgid "Start Your Free %s-Day Trial Now"
188
  msgstr ""
189
 
190
  # @ bestwebsoft
191
+ #: bws_functions.php:362
192
+ #: bws_functions.php:371
193
+ #: bws_functions.php:401
194
+ #: bws_functions.php:409
195
+ #: bws_menu.php:643
196
+ #: bws_menu.php:700
197
  #, fuzzy
198
  msgid "Activate"
199
  msgstr "Plugin attivi"
200
 
201
+ #: bws_functions.php:388
202
+ #: bws_functions.php:481
203
  #, php-format
204
+ msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
205
  msgstr ""
206
 
207
+ #: bws_functions.php:389
208
  msgid "After that you can activate it by entering your license key."
209
  msgstr ""
210
 
211
+ #: bws_functions.php:403
212
  msgid "Unfortunately, you have exceeded the number of available tries per day."
213
  msgstr ""
214
 
215
+ #: bws_functions.php:420
216
+ msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
217
  msgstr ""
218
 
219
+ #: bws_functions.php:461
220
  msgid "Wrong license key."
221
  msgstr ""
222
 
223
+ #: bws_functions.php:463
224
  msgid "This license key is bind to another site."
225
  msgstr ""
226
 
227
+ #: bws_functions.php:465
228
+ msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
229
  msgstr ""
230
 
231
+ #: bws_functions.php:467
232
  msgid "Unfortunately, you have exceeded the number of available tries."
233
  msgstr ""
234
 
235
+ #: bws_functions.php:469
236
+ msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
237
  msgstr ""
238
 
239
+ #: bws_functions.php:473
240
  msgid "The PRO Trial license key is valid."
241
  msgstr ""
242
 
243
+ #: bws_functions.php:475
244
  msgid "The license key is valid."
245
  msgstr ""
246
 
247
+ #: bws_functions.php:478
248
  msgid "Your license will expire on"
249
  msgstr ""
250
 
251
+ #: bws_functions.php:511
252
  msgid "Please, enter your license key"
253
  msgstr ""
254
 
255
+ #: bws_functions.php:524
256
+ msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
 
 
 
257
  msgstr ""
258
 
259
+ #: bws_functions.php:524
260
+ msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
261
  msgstr ""
262
 
263
+ #: bws_functions.php:528
264
  msgid "Check license key"
265
  msgstr ""
266
 
267
+ #: bws_functions.php:542
268
+ msgid "WARNING: Illegal use notification"
 
 
 
269
  msgstr ""
270
 
271
+ #: bws_functions.php:542
272
+ msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
273
  msgstr ""
274
 
275
+ #: bws_functions.php:550
276
+ msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
 
 
277
  msgstr ""
278
 
279
+ #: bws_functions.php:552
280
+ msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
281
  msgstr ""
282
 
283
  # @ bestwebsoft
284
+ #: bws_functions.php:552
285
+ #: bws_functions.php:605
286
+ #: bws_menu.php:619
287
+ #: bws_menu.php:641
288
+ #: bws_menu.php:668
289
+ #: bws_menu.php:698
290
+ #: bws_menu.php:744
291
  #, fuzzy
292
  msgid "Learn more"
293
  msgstr "Leggi tutto"
294
 
295
+ #: bws_functions.php:562
296
  #, php-format
297
  msgid "Notice: You are using the PRO Trial license of %s plugin."
298
  msgstr ""
299
 
300
+ #: bws_functions.php:564
301
  msgid "Notice: You are using the PRO Trial license of plugin."
302
  msgstr ""
303
 
304
+ #: bws_functions.php:567
305
  msgid "The PRO Trial license will expire on"
306
  msgstr ""
307
 
308
+ #: bws_functions.php:605
309
  msgid "You license for"
310
  msgstr ""
311
 
312
+ #: bws_functions.php:605
313
  msgid "expires on"
314
  msgstr ""
315
 
316
+ #: bws_functions.php:605
317
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
318
  msgstr ""
319
 
320
+ #: bws_functions.php:680
321
  msgid "Close"
322
  msgstr ""
323
 
324
  # @ bestwebsoft
325
+ #: bws_menu.php:456
326
  msgid "Not set"
327
  msgstr "Non impostato"
328
 
329
  # @ bestwebsoft
330
+ #: bws_menu.php:458
331
+ #: bws_menu.php:459
332
  msgid "On"
333
  msgstr "Abilitato"
334
 
335
  # @ bestwebsoft
336
+ #: bws_menu.php:458
337
+ #: bws_menu.php:459
338
  msgid "Off"
339
  msgstr "Disabilitato"
340
 
341
  # @ bestwebsoft
342
+ #: bws_menu.php:460
343
+ #: bws_menu.php:461
344
+ #: bws_menu.php:462
345
+ #: bws_menu.php:463
346
+ #: bws_menu.php:464
347
+ #: bws_menu.php:476
348
  msgid "N/A"
349
  msgstr "Non disponibile"
350
 
351
  # @ bestwebsoft
352
+ #: bws_menu.php:464
353
  msgid " Mb"
354
  msgstr "Mb"
355
 
356
  # @ bestwebsoft
357
+ #: bws_menu.php:465
358
+ #: bws_menu.php:466
359
+ #: bws_menu.php:467
360
+ #: bws_menu.php:472
361
  msgid "Yes"
362
  msgstr "Sì"
363
 
364
  # @ bestwebsoft
365
+ #: bws_menu.php:465
366
+ #: bws_menu.php:466
367
+ #: bws_menu.php:467
368
+ #: bws_menu.php:474
369
  msgid "No"
370
  msgstr "No"
371
 
372
  # @ bestwebsoft
373
+ #: bws_menu.php:484
374
  msgid "Operating System"
375
  msgstr "Sistema operativo"
376
 
377
  # @ bestwebsoft
378
+ #: bws_menu.php:485
379
  msgid "Server"
380
  msgstr "Server"
381
 
382
  # @ bestwebsoft
383
+ #: bws_menu.php:486
384
  msgid "Memory usage"
385
  msgstr "Utilizzo memoria"
386
 
387
  # @ bestwebsoft
388
+ #: bws_menu.php:487
389
  msgid "MYSQL Version"
390
  msgstr "Versione MYSQL"
391
 
392
  # @ bestwebsoft
393
+ #: bws_menu.php:488
394
  msgid "SQL Mode"
395
  msgstr "Modalità SQL"
396
 
397
  # @ bestwebsoft
398
+ #: bws_menu.php:489
399
  msgid "PHP Version"
400
  msgstr "Versione PHP"
401
 
402
  # @ bestwebsoft
403
+ #: bws_menu.php:490
404
  msgid "PHP Safe Mode"
405
  msgstr "Safe Mode PHP"
406
 
407
  # @ bestwebsoft
408
+ #: bws_menu.php:491
409
  msgid "PHP Allow URL fopen"
410
  msgstr "Consenti URL fopen PHP"
411
 
412
  # @ bestwebsoft
413
+ #: bws_menu.php:492
414
  msgid "PHP Memory Limit"
415
  msgstr "Limite di memoria PHP"
416
 
417
  # @ bestwebsoft
418
+ #: bws_menu.php:493
419
  msgid "PHP Max Upload Size"
420
  msgstr "Dimensione upload massima PHP"
421
 
422
  # @ bestwebsoft
423
+ #: bws_menu.php:494
424
  msgid "PHP Max Post Size"
425
  msgstr "Dimensione massima Post PHP"
426
 
427
  # @ bestwebsoft
428
+ #: bws_menu.php:495
429
  msgid "PHP Max Script Execute Time"
430
  msgstr "Tempo massimo di esecuzione PHP"
431
 
432
  # @ bestwebsoft
433
+ #: bws_menu.php:496
434
  msgid "PHP Exif support"
435
  msgstr "Supporto Exif PHP"
436
 
437
  # @ bestwebsoft
438
+ #: bws_menu.php:497
439
  msgid "PHP IPTC support"
440
  msgstr "Supporto IPTC PHP"
441
 
442
  # @ bestwebsoft
443
+ #: bws_menu.php:498
444
  msgid "PHP XML support"
445
  msgstr "Supporto XML PHP"
446
 
447
  # @ bestwebsoft
448
+ #: bws_menu.php:499
449
  msgid "Site URL"
450
  msgstr "URL sito"
451
 
452
  # @ bestwebsoft
453
+ #: bws_menu.php:500
454
  msgid "Home URL"
455
  msgstr "URL home"
456
 
457
  # @ bestwebsoft
458
+ #: bws_menu.php:503
459
  msgid "WordPress Version"
460
  msgstr "Versione WordPress"
461
 
462
  # @ bestwebsoft
463
+ #: bws_menu.php:504
464
  msgid "WordPress DB Version"
465
  msgstr "Versione DB WordPress"
466
 
467
  # @ bestwebsoft
468
+ #: bws_menu.php:505
469
  msgid "Multisite"
470
  msgstr "Multisito"
471
 
472
  # @ bestwebsoft
473
+ #: bws_menu.php:506
474
  msgid "Active Theme"
475
  msgstr "Tema attivo"
476
 
477
  # @ bestwebsoft
478
+ #: bws_menu.php:521
479
  msgid "Please enter a valid email address."
480
  msgstr "Per favore inserisci un indirizzo e-mail valido."
481
 
482
  # @ bestwebsoft
483
+ #: bws_menu.php:525
484
  msgid "Email with system info is sent to "
485
  msgstr "Email con informazioni di sistema spedita a "
486
 
487
  # @ bestwebsoft
488
+ #: bws_menu.php:529
489
  msgid "Thank you for contacting us."
490
  msgstr "Grazie per averci contattato."
491
 
492
  # @ bestwebsoft
493
+ #: bws_menu.php:562
494
  msgid "Sorry, email message could not be delivered."
495
  msgstr "Spiacenti, il messaggio email non può essere inviato."
496
 
497
+ #: bws_menu.php:570
498
  msgid "Need help?"
499
  msgstr ""
500
 
501
+ #: bws_menu.php:571
502
  msgid "Client area"
503
  msgstr ""
504
 
505
  # @ bestwebsoft
506
+ #: bws_menu.php:572
507
+ #: bws_menu.php:883
508
  msgid "System status"
509
  msgstr "Stato sistema"
510
 
511
  # @ bestwebsoft
512
+ #: bws_menu.php:577
513
  #, fuzzy
514
  msgid "Plugins"
515
  msgstr "Plugin Pro"
516
 
517
+ #: bws_menu.php:579
518
  msgid "Themes"
519
  msgstr ""
520
 
521
+ #: bws_menu.php:584
522
  msgid "All"
523
  msgstr ""
524
 
525
  # @ default
526
+ #: bws_menu.php:585
527
  #, fuzzy
528
  msgid "Installed"
529
  msgstr "Installa %s"
530
 
531
  # @ bestwebsoft
532
+ #: bws_menu.php:586
533
  #, fuzzy
534
  msgid "Recommended"
535
  msgstr "Plugin raccomandati"
536
 
537
  # @ bestwebsoft
538
+ #: bws_menu.php:590
539
  msgid "Installed plugins"
540
  msgstr "Plugin installati"
541
 
542
  # @ bestwebsoft
543
  # @ captcha
544
+ #: bws_menu.php:622
545
+ #: bws_menu.php:671
546
  msgid "Settings"
547
  msgstr "Impostazioni"
548
 
549
  # @ bestwebsoft
550
+ #: bws_menu.php:643
551
+ #: bws_menu.php:700
552
  #, fuzzy
553
  msgid "Activate this plugin"
554
  msgstr "Plugin attivi"
555
 
556
+ #: bws_menu.php:658
557
+ #: bws_menu.php:688
558
+ #: bws_menu.php:734
559
  msgid "Go"
560
  msgstr ""
561
 
562
+ #: bws_menu.php:662
563
+ #: bws_menu.php:692
564
+ #: bws_menu.php:738
565
  msgid "DONATE"
566
  msgstr ""
567
 
568
  # @ bestwebsoft
569
+ #: bws_menu.php:708
570
  msgid "Recommended plugins"
571
  msgstr "Plugin raccomandati"
572
 
573
  # @ default
574
+ #: bws_menu.php:746
575
  #, fuzzy
576
  msgid "Install now"
577
  msgstr "Installa %s"
578
 
579
+ #: bws_menu.php:767
580
  msgid "Try again"
581
  msgstr ""
582
 
583
+ #: bws_menu.php:785
584
  #, php-format
585
  msgid "Preview &#8220;%s&#8221;"
586
  msgstr ""
587
 
588
  # @ default
589
+ #: bws_menu.php:816
590
  #, php-format
591
  msgid "Install %s"
592
  msgstr "Installa %s"
593
 
594
  # @ default
595
+ #: bws_menu.php:816
596
  #, fuzzy
597
  msgid "Install Now"
598
  msgstr "Installa %s"
599
 
600
+ #: bws_menu.php:819
601
  #, php-format
602
  msgid "Update to version %s"
603
  msgstr ""
604
 
605
+ #: bws_menu.php:819
606
  msgid "Update"
607
  msgstr ""
608
 
609
+ #: bws_menu.php:826
610
  #, php-format
611
  msgid "Preview %s"
612
  msgstr ""
613
 
614
+ #: bws_menu.php:826
615
  msgid "Preview"
616
  msgstr ""
617
 
618
+ #: bws_menu.php:832
619
+ #: bws_menu.php:864
620
  #, php-format
621
  msgid "By %s"
622
  msgstr ""
623
 
624
+ #: bws_menu.php:838
625
  msgid "Details"
626
  msgstr ""
627
 
628
  # @ default
629
+ #: bws_menu.php:870
630
  #, fuzzy
631
  msgid "Already Installed"
632
  msgstr "Installa %s"
633
 
634
  # @ bestwebsoft
635
+ #: bws_menu.php:886
636
  msgid "Environment"
637
  msgstr "Ambiente"
638
 
639
  # @ bestwebsoft
640
+ #: bws_menu.php:897
641
  msgid "Active Plugins"
642
  msgstr "Plugin attivi"
643
 
644
  # @ bestwebsoft
645
+ #: bws_menu.php:910
646
  msgid "Inactive Plugins"
647
  msgstr "Plugin inattivi"
648
 
649
  # @ bestwebsoft
650
+ #: bws_menu.php:926
651
  msgid "Send to support"
652
  msgstr "Invia al supporto"
653
 
654
  # @ bestwebsoft
655
+ #: bws_menu.php:933
656
  msgid "Send to custom email &#187;"
657
  msgstr "Invia a una email personalizzata &#187;"
658
 
659
  # @ bestwebsoft
660
  #~ msgid "Pro plugins"
661
  #~ msgstr "Plugin Pro"
 
662
  # @ bestwebsoft
663
  #~ msgid "Activated plugins"
664
  #~ msgstr "Plugin attivi"
 
665
  # @ bestwebsoft
666
  #~ msgid "Read more"
667
  #~ msgstr "Leggi tutto"
 
668
  # @ bestwebsoft
669
  #~ msgid "Purchase"
670
  #~ msgstr "Acquista"
 
671
  # @ bestwebsoft
672
  #~ msgid "Free plugins"
673
  #~ msgstr "Plugin gratuiti"
 
674
  # @ bestwebsoft
675
  #~ msgid "Download"
676
  #~ msgstr "Scarica"
 
677
  # @ bestwebsoft
678
  #~ msgid "Install now from wordpress.org"
679
  #~ msgstr "Installa ora da wordpress.org"
 
680
  # @ bestwebsoft
681
  #, fuzzy
682
  #~ msgid "Activated theme"
705
  # @ captcha
706
  #~ msgid "Captcha"
707
  #~ msgstr "Captcha"
 
708
  # @ captcha
709
  #~ msgid "Login form"
710
  #~ msgstr "Modulo di login"
 
711
  # @ captcha
712
  #, fuzzy
713
  #~ msgid "Registration form"
716
  # @ captcha
717
  #~ msgid "Register form"
718
  #~ msgstr "Modulo di registrazione"
 
719
  # @ captcha
720
  #, fuzzy
721
  #~ msgid "Reset Password form"
724
  # @ captcha
725
  #~ msgid "Lost password form"
726
  #~ msgstr "Modulo recupero password"
 
727
  # @ captcha
728
  #~ msgid "Comments form"
729
  #~ msgstr "Modulo dei commenti"
 
730
  # @ captcha
731
  #~ msgid "Hide CAPTCHA for registered users"
732
  #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
 
733
  # @ captcha
734
  #~ msgid "Plus (&#43;)"
735
  #~ msgstr "Addizione (&#43;)"
 
736
  # @ captcha
737
  #~ msgid "Plus"
738
  #~ msgstr "Più"
 
739
  # @ captcha
740
  #~ msgid "Minus (&minus;)"
741
  #~ msgstr "Sottrazione (&minus;)"
 
742
  # @ captcha
743
  #~ msgid "Minus"
744
  #~ msgstr "Meno"
 
745
  # @ captcha
746
  #, fuzzy
747
  #~ msgid "Multiplication (&times;)"
755
  # @ captcha
756
  #~ msgid "Numbers"
757
  #~ msgstr "Numeri"
 
758
  # @ captcha
759
  #~ msgid "Words"
760
  #~ msgstr "Parole"
 
761
  # @ captcha
762
  #~ msgid "FAQ"
763
  #~ msgstr "FAQ"
 
764
  # @ captcha
765
  #~ msgid "Support"
766
  #~ msgstr "Supporto"
 
767
  # @ captcha
768
  #, fuzzy
769
  #~ msgid ""
775
  # @ captcha
776
  #~ msgid "Options saved."
777
  #~ msgstr "Impostazioni salvate."
 
778
  # @ captcha
779
  #, fuzzy
780
  #~ msgid "Enable CAPTCHA for:"
783
  # @ captcha
784
  #~ msgid "Contact form"
785
  #~ msgstr "Modulo di contatto"
 
786
  # @ captcha
787
  #~ msgid "powered by"
788
  #~ msgstr "powered by"
 
789
  # @ captcha
790
  #~ msgid "Activate contact form"
791
  #~ msgstr "Attiva modulo di contatto"
 
792
  # @ captcha
793
  #~ msgid "Download contact form"
794
  #~ msgstr "Scarica il plugin per il modulo di contatto"
 
795
  # @ captcha
796
  #, fuzzy
797
  #~ msgid ""
803
  # @ captcha
804
  #~ msgid "\"Create a Group\" form"
805
  #~ msgstr "Modulo \"Crea un gruppo\""
 
806
  # @ captcha
807
  #~ msgid ""
808
  #~ "This functionality is available in the Pro version of the plugin. For "
810
  #~ msgstr ""
811
  #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
812
  #~ "maggiori dettagli, per favore vai al link"
 
813
  # @ captcha
814
  #, fuzzy
815
  #~ msgid "Title for CAPTCHA in the form"
818
  # @ captcha
819
  #~ msgid "Arithmetic actions for CAPTCHA"
820
  #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
 
821
  # @ captcha
822
  #~ msgid "CAPTCHA complexity level"
823
  #~ msgstr "Livello complessità CAPTCHA"
 
824
  # @ default
825
  #~ msgid "Save Changes"
826
  #~ msgstr "Salva le modifiche"
 
827
  # @ captcha
828
  #~ msgid "ERROR"
829
  #~ msgstr "ERRORE"
 
830
  # @ captcha
831
  #~ msgid "Please fill the form."
832
  #~ msgstr "Per favore compila il modulo."
 
833
  # @ captcha
834
  #, fuzzy
835
  #~ msgid "Please enter a valid CAPTCHA value."
847
  # @ captcha
848
  #~ msgid "zero"
849
  #~ msgstr "zero"
 
850
  # @ captcha
851
  #~ msgid "one"
852
  #~ msgstr "uno"
 
853
  # @ captcha
854
  #~ msgid "three"
855
  #~ msgstr "tre"
 
856
  # @ captcha
857
  #~ msgid "five"
858
  #~ msgstr "cinque"
 
859
  # @ captcha
860
  #~ msgid "six"
861
  #~ msgstr "sei"
 
862
  # @ captcha
863
  #~ msgid "seven"
864
  #~ msgstr "sette"
 
865
  # @ captcha
866
  #~ msgid "eight"
867
  #~ msgstr "otto"
 
868
  # @ captcha
869
  #~ msgid "nine"
870
  #~ msgstr "nove"
 
871
  # @ captcha
872
  #~ msgid "eleven"
873
  #~ msgstr "undici"
 
874
  # @ captcha
875
  #~ msgid "twelve"
876
  #~ msgstr "dodici"
 
877
  # @ captcha
878
  #~ msgid "thirteen"
879
  #~ msgstr "tredici"
 
880
  # @ captcha
881
  #~ msgid "fourteen"
882
  #~ msgstr "quattordici"
 
883
  # @ captcha
884
  #~ msgid "fifteen"
885
  #~ msgstr "quindici"
 
886
  # @ captcha
887
  #~ msgid "sixteen"
888
  #~ msgstr "sedici"
 
889
  # @ captcha
890
  #~ msgid "seventeen"
891
  #~ msgstr "diciassette"
 
892
  # @ captcha
893
  #~ msgid "eighteen"
894
  #~ msgstr "diciotto"
 
895
  # @ captcha
896
  #~ msgid "nineteen"
897
  #~ msgstr "diciannove"
 
898
  # @ captcha
899
  #~ msgid "ten"
900
  #~ msgstr "dieci"
 
901
  # @ captcha
902
  #~ msgid "twenty"
903
  #~ msgstr "venti"
 
904
  # @ captcha
905
  #~ msgid "thirty"
906
  #~ msgstr "trenta"
 
907
  # @ captcha
908
  #~ msgid "forty"
909
  #~ msgstr "quaranta"
 
910
  # @ captcha
911
  #~ msgid "fifty"
912
  #~ msgstr "cinquanta"
 
913
  # @ captcha
914
  #~ msgid "sixty"
915
  #~ msgstr "sessanta"
 
916
  # @ captcha
917
  #~ msgid "seventy"
918
  #~ msgstr "settanta"
 
919
  # @ captcha
920
  #~ msgid "eighty"
921
  #~ msgstr "ottanta"
 
922
  # @ captcha
923
  #~ msgid "ninety"
924
  #~ msgstr "novanta"
 
925
  # @ captcha
926
  #~ msgid "and"
927
  #~ msgstr "e"
 
928
  # @ captcha
929
  #, fuzzy
930
  #~ msgid "Encryption password is not set"
bws_menu/languages/bestwebsoft-ja.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-20 14:47+0300\n"
6
- "PO-Revision-Date: 2015-04-20 14:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
@@ -16,577 +16,583 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:85
20
  #, fuzzy
21
  msgid "requires"
22
  msgstr "必須フィールド"
23
 
24
- #: bws_functions.php:87
25
- msgid ""
26
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
- "try again."
28
  msgstr ""
29
 
30
- #: bws_functions.php:88
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
- #: bws_functions.php:90
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Pro Plugins"
38
 
39
- #: bws_functions.php:147
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
- #: bws_functions.php:147
44
  msgid "to"
45
  msgstr ""
46
 
47
- #: bws_functions.php:147
48
  #, fuzzy
49
  msgid "version!"
50
  msgstr "PHP バージョン"
51
 
52
- #: bws_functions.php:148
53
  msgid "Extend standard plugin functionality with new great options."
54
  msgstr ""
55
 
56
- #: bws_functions.php:151
 
57
  #, fuzzy
58
  msgid "Learn More"
59
  msgstr "もっと読む"
60
 
61
- #: bws_functions.php:168
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
  msgstr ""
64
 
65
- #: bws_functions.php:169
66
  #, fuzzy
67
  msgid "Rate the plugin"
68
  msgstr "有効なプラグイン"
69
 
70
- #: bws_functions.php:172
71
  #, fuzzy
72
  msgid "If there is something wrong about it, please contact us"
73
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
74
 
75
- #: bws_functions.php:189 bws_functions.php:225
 
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
80
- msgid ""
81
- "Something went wrong. Please try again later. If the error appears again, "
82
- "please contact us"
83
  msgstr ""
84
 
85
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
 
 
86
  msgid "We are sorry for inconvenience."
87
  msgstr ""
88
 
89
- #: bws_functions.php:227
90
  msgid "This license key is bind to another site"
91
  msgstr ""
92
 
93
- #: bws_functions.php:229 bws_functions.php:361
94
- msgid ""
95
- "Unfortunately, you have exceeded the number of available tries per day. "
96
- "Please, upload the plugin manually."
97
  msgstr ""
98
 
99
- #: bws_functions.php:231
100
- msgid ""
101
- "Unfortunately, Your license has expired. To continue getting top-priority "
102
- "support and plugin updates you should extend it in your"
103
  msgstr ""
104
 
105
- #: bws_functions.php:233
106
- msgid ""
107
- "Unfortunately, the PRO licence was already installed to this domain. The PRO "
108
- "Trial license can be installed only once."
109
  msgstr ""
110
 
111
- #: bws_functions.php:244 bws_functions.php:266 bws_functions.php:288
 
 
112
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
  msgstr ""
114
 
115
- #: bws_functions.php:256
116
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
  msgstr ""
118
 
119
- #: bws_functions.php:262
120
- msgid ""
121
- "Your server does not support either ZipArchive or Phar. Please, upload the "
122
- "plugin manually"
123
  msgstr ""
124
 
125
- #: bws_functions.php:269
126
  msgid "UploadDir is not writable. Please, upload the plugin manually"
127
  msgstr ""
128
 
129
- #: bws_functions.php:292
130
- msgid ""
131
- "Something went wrong. Try again later or upload the plugin manually. We are "
132
- "sorry for inconvenience."
133
  msgstr ""
134
 
135
- #: bws_functions.php:317
136
  #, fuzzy
137
  msgid "Please, enter Your license key"
138
  msgstr "メッセージを入力して下さい..."
139
 
140
- #: bws_functions.php:334
141
- msgid ""
142
- "Congratulations! The PRO version of the plugin is successfully download and "
143
- "activated."
144
  msgstr ""
145
 
146
- #: bws_functions.php:336 bws_functions.php:418
 
147
  msgid "Please, go to"
148
  msgstr ""
149
 
150
- #: bws_functions.php:336 bws_functions.php:418
 
151
  #, fuzzy
152
  msgid "the setting page"
153
  msgstr "追加設定"
154
 
155
- #: bws_functions.php:337 bws_functions.php:419
 
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
- #: bws_functions.php:342
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
- #: bws_functions.php:344
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
- #: bws_functions.php:346 bws_functions.php:387
168
- msgid ""
169
- "You can find your license key on your personal page Client area, by clicking "
170
- "on the link"
171
  msgstr ""
172
 
173
- #: bws_functions.php:348 bws_functions.php:389
 
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
- #: bws_functions.php:352
178
  msgid "or"
179
  msgstr "又は"
180
 
181
- #: bws_functions.php:352
182
  #, php-format
183
  msgid "Start Your Free %s-Day Trial Now"
184
  msgstr ""
185
 
186
- #: bws_functions.php:358 bws_functions.php:367 bws_functions.php:397
187
- #: bws_functions.php:405 bws_menu.php:635 bws_menu.php:692
 
 
 
 
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "有効なcaptcha"
191
 
192
- #: bws_functions.php:384 bws_functions.php:477
 
193
  #, php-format
194
- msgid ""
195
- "In order to continue using the plugin it is necessary to buy a %s license."
196
  msgstr ""
197
 
198
- #: bws_functions.php:385
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
- #: bws_functions.php:399
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
- #: bws_functions.php:416
207
- msgid ""
208
- "Congratulations! The PRO license of the plugin is successfully activated."
209
  msgstr ""
210
 
211
- #: bws_functions.php:457
212
  msgid "Wrong license key."
213
  msgstr ""
214
 
215
- #: bws_functions.php:459
216
  msgid "This license key is bind to another site."
217
  msgstr ""
218
 
219
- #: bws_functions.php:461
220
- msgid ""
221
- "This license key is valid, but Your license has expired. If you want to "
222
- "update our plugin in future, you should extend the license."
223
  msgstr ""
224
 
225
- #: bws_functions.php:463
226
  msgid "Unfortunately, you have exceeded the number of available tries."
227
  msgstr ""
228
 
229
- #: bws_functions.php:465
230
- msgid ""
231
- "Unfortunately, the PRO Trial licence was already installed to this domain. "
232
- "The PRO Trial license can be installed only once."
233
  msgstr ""
234
 
235
- #: bws_functions.php:469
236
  msgid "The PRO Trial license key is valid."
237
  msgstr ""
238
 
239
- #: bws_functions.php:471
240
  msgid "The license key is valid."
241
  msgstr ""
242
 
243
- #: bws_functions.php:474
244
  msgid "Your license will expire on"
245
  msgstr ""
246
 
247
- #: bws_functions.php:507
248
  #, fuzzy
249
  msgid "Please, enter your license key"
250
  msgstr "メッセージを入力して下さい..."
251
 
252
- #: bws_functions.php:520
253
- msgid ""
254
- "If needed you can check if the license key is correct or reenter it in the "
255
- "field below. You can find your license key on your personal page - Client "
256
- "area - on our website"
257
  msgstr ""
258
 
259
- #: bws_functions.php:520
260
- msgid ""
261
- "(your username is the email you specify when purchasing the product). If "
262
- "necessary, please submit \"Lost your password?\" request."
263
  msgstr ""
264
 
265
- #: bws_functions.php:524
266
  msgid "Check license key"
267
  msgstr ""
268
 
269
- #: bws_functions.php:538
270
- msgid ""
271
- "WARNING: We have noticed illegal use of our plugin by you. We strongly "
272
- "recommend you to solve the problem within 24 hours, otherwise the plugin "
273
- "will be deactivated. Please go to your personal"
274
  msgstr ""
275
 
276
- #: bws_functions.php:538
277
- msgid ""
278
- "(your username is the email you specify when purchasing the product), where "
279
- "you can make the necessary changes."
280
  msgstr ""
281
 
282
- #: bws_functions.php:546
283
- msgid ""
284
- "Notice: Your PRO Trial license has expired. To continue using the plugin you "
285
- "should buy a PRO license"
286
  msgstr ""
287
 
288
- #: bws_functions.php:548
289
- msgid ""
290
- "Your license has expired. To continue getting top-priority support and "
291
- "plugin updates you should extend it."
292
  msgstr ""
293
 
294
- #: bws_functions.php:548 bws_functions.php:601 bws_menu.php:611
295
- #: bws_menu.php:633 bws_menu.php:660 bws_menu.php:690 bws_menu.php:736
 
 
 
 
 
296
  #, fuzzy
297
  msgid "Learn more"
298
  msgstr "もっと読む"
299
 
300
- #: bws_functions.php:558
301
  #, php-format
302
  msgid "Notice: You are using the PRO Trial license of %s plugin."
303
  msgstr ""
304
 
305
- #: bws_functions.php:560
306
  msgid "Notice: You are using the PRO Trial license of plugin."
307
  msgstr ""
308
 
309
- #: bws_functions.php:563
310
  msgid "The PRO Trial license will expire on"
311
  msgstr ""
312
 
313
- #: bws_functions.php:601
314
  msgid "You license for"
315
  msgstr ""
316
 
317
- #: bws_functions.php:601
318
  msgid "expires on"
319
  msgstr ""
320
 
321
- #: bws_functions.php:601
322
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
323
  msgstr ""
324
 
325
- #: bws_functions.php:676
326
  msgid "Close"
327
  msgstr ""
328
 
329
- #: bws_menu.php:448
330
  msgid "Not set"
331
  msgstr "未設定"
332
 
333
- #: bws_menu.php:450 bws_menu.php:451
 
334
  msgid "On"
335
  msgstr "On"
336
 
337
- #: bws_menu.php:450 bws_menu.php:451
 
338
  msgid "Off"
339
  msgstr "Off"
340
 
341
- #: bws_menu.php:452 bws_menu.php:453 bws_menu.php:454 bws_menu.php:455
342
- #: bws_menu.php:456 bws_menu.php:468
 
 
 
 
343
  msgid "N/A"
344
  msgstr "該当なし"
345
 
346
- #: bws_menu.php:456
347
  msgid " Mb"
348
  msgstr " Mb"
349
 
350
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:464
 
 
 
351
  msgid "Yes"
352
  msgstr "はい"
353
 
354
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:466
 
 
 
355
  msgid "No"
356
  msgstr "いいえ"
357
 
358
- #: bws_menu.php:476
359
  msgid "Operating System"
360
  msgstr "オペレーション・システム"
361
 
362
- #: bws_menu.php:477
363
  msgid "Server"
364
  msgstr "サーバ"
365
 
366
- #: bws_menu.php:478
367
  msgid "Memory usage"
368
  msgstr "メモリー使用"
369
 
370
- #: bws_menu.php:479
371
  msgid "MYSQL Version"
372
  msgstr "MYSQL バージョン"
373
 
374
- #: bws_menu.php:480
375
  msgid "SQL Mode"
376
  msgstr "SQLモード"
377
 
378
- #: bws_menu.php:481
379
  msgid "PHP Version"
380
  msgstr "PHP バージョン"
381
 
382
- #: bws_menu.php:482
383
  msgid "PHP Safe Mode"
384
  msgstr "PHP Safe Mode"
385
 
386
- #: bws_menu.php:483
387
  msgid "PHP Allow URL fopen"
388
  msgstr "PHP Allow URL fopen"
389
 
390
- #: bws_menu.php:484
391
  msgid "PHP Memory Limit"
392
  msgstr "PHP Memory Limit"
393
 
394
- #: bws_menu.php:485
395
  msgid "PHP Max Upload Size"
396
  msgstr "PHP Max Upload Size"
397
 
398
- #: bws_menu.php:486
399
  msgid "PHP Max Post Size"
400
  msgstr "PHP Max Post Size"
401
 
402
- #: bws_menu.php:487
403
  msgid "PHP Max Script Execute Time"
404
  msgstr "PHP Max Script Execute Time"
405
 
406
- #: bws_menu.php:488
407
  msgid "PHP Exif support"
408
  msgstr "PHP Exif サポート"
409
 
410
- #: bws_menu.php:489
411
  msgid "PHP IPTC support"
412
  msgstr "PHP IPTC サポート"
413
 
414
- #: bws_menu.php:490
415
  msgid "PHP XML support"
416
  msgstr "PHP XML サポート"
417
 
418
- #: bws_menu.php:491
419
  msgid "Site URL"
420
  msgstr "サイトURL"
421
 
422
- #: bws_menu.php:492
423
  msgid "Home URL"
424
  msgstr "ホームURL"
425
 
426
- #: bws_menu.php:495
427
  msgid "WordPress Version"
428
  msgstr "WordPress バージョン"
429
 
430
- #: bws_menu.php:496
431
  msgid "WordPress DB Version"
432
  msgstr "WordPress データベース バージョン"
433
 
434
- #: bws_menu.php:497
435
  msgid "Multisite"
436
  msgstr "複数サイト"
437
 
438
- #: bws_menu.php:498
439
  msgid "Active Theme"
440
  msgstr "有効なテーマ"
441
 
442
- #: bws_menu.php:513
443
  msgid "Please enter a valid email address."
444
  msgstr "正確なEメール・アドレスを入力して下さい。"
445
 
446
- #: bws_menu.php:517
447
  msgid "Email with system info is sent to "
448
  msgstr "システム情報をメールで送信:"
449
 
450
- #: bws_menu.php:521
451
  msgid "Thank you for contacting us."
452
  msgstr "ご連絡ありがとうございます"
453
 
454
- #: bws_menu.php:554
455
  msgid "Sorry, email message could not be delivered."
456
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
457
 
458
- #: bws_menu.php:562
459
  msgid "Need help?"
460
  msgstr ""
461
 
462
- #: bws_menu.php:563
463
  msgid "Client area"
464
  msgstr ""
465
 
466
- #: bws_menu.php:564 bws_menu.php:875
 
467
  msgid "System status"
468
  msgstr "システム状況"
469
 
470
- #: bws_menu.php:569
471
  #, fuzzy
472
  msgid "Plugins"
473
  msgstr "Pro Plugins"
474
 
475
- #: bws_menu.php:571
476
  msgid "Themes"
477
  msgstr ""
478
 
479
- #: bws_menu.php:576
480
  msgid "All"
481
  msgstr ""
482
 
483
- #: bws_menu.php:577
484
  #, fuzzy
485
  msgid "Installed"
486
  msgstr "%s 導入"
487
 
488
- #: bws_menu.php:578
489
  #, fuzzy
490
  msgid "Recommended"
491
  msgstr "推奨プラグイン"
492
 
493
- #: bws_menu.php:582
494
  msgid "Installed plugins"
495
  msgstr "導入済みプラグイン"
496
 
497
- #: bws_menu.php:614 bws_menu.php:663
 
498
  msgid "Settings"
499
  msgstr "設定"
500
 
501
- #: bws_menu.php:635 bws_menu.php:692
 
502
  #, fuzzy
503
  msgid "Activate this plugin"
504
  msgstr "有効なプラグイン"
505
 
506
- #: bws_menu.php:650 bws_menu.php:680 bws_menu.php:726
 
 
507
  msgid "Go"
508
  msgstr ""
509
 
510
- #: bws_menu.php:654 bws_menu.php:684 bws_menu.php:730
 
 
511
  msgid "DONATE"
512
  msgstr ""
513
 
514
- #: bws_menu.php:700
515
  msgid "Recommended plugins"
516
  msgstr "推奨プラグイン"
517
 
518
- #: bws_menu.php:738
519
  #, fuzzy
520
  msgid "Install now"
521
  msgstr "Installa Ora"
522
 
523
- #: bws_menu.php:759
524
  msgid "Try again"
525
  msgstr ""
526
 
527
- #: bws_menu.php:777
528
  #, php-format
529
  msgid "Preview &#8220;%s&#8221;"
530
  msgstr ""
531
 
532
- #: bws_menu.php:808
533
  #, php-format
534
  msgid "Install %s"
535
  msgstr "%s 導入"
536
 
537
- #: bws_menu.php:808
538
  msgid "Install Now"
539
  msgstr "Installa Ora"
540
 
541
- #: bws_menu.php:811
542
  #, php-format
543
  msgid "Update to version %s"
544
  msgstr ""
545
 
546
- #: bws_menu.php:811
547
  msgid "Update"
548
  msgstr ""
549
 
550
- #: bws_menu.php:818
551
  #, php-format
552
  msgid "Preview %s"
553
  msgstr ""
554
 
555
- #: bws_menu.php:818
556
  msgid "Preview"
557
  msgstr ""
558
 
559
- #: bws_menu.php:824 bws_menu.php:856
 
560
  #, php-format
561
  msgid "By %s"
562
  msgstr ""
563
 
564
- #: bws_menu.php:830
565
  msgid "Details"
566
  msgstr ""
567
 
568
- #: bws_menu.php:862
569
  #, fuzzy
570
  msgid "Already Installed"
571
  msgstr "%s 導入"
572
 
573
- #: bws_menu.php:878
574
  msgid "Environment"
575
  msgstr "環境"
576
 
577
- #: bws_menu.php:889
578
  msgid "Active Plugins"
579
  msgstr "有効なプラグイン"
580
 
581
- #: bws_menu.php:902
582
  msgid "Inactive Plugins"
583
  msgstr "無効なプラグイン"
584
 
585
- #: bws_menu.php:918
586
  msgid "Send to support"
587
  msgstr "サポートに送信"
588
 
589
- #: bws_menu.php:925
590
  msgid "Send to custom email &#187;"
591
  msgstr "カスタムEメールに送信&#187;"
592
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-11 14:11+0300\n"
6
+ "PO-Revision-Date: 2015-05-11 14:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:89
20
  #, fuzzy
21
  msgid "requires"
22
  msgstr "必須フィールド"
23
 
24
+ #: bws_functions.php:91
25
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
26
  msgstr ""
27
 
28
+ #: bws_functions.php:92
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
+ #: bws_functions.php:94
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Pro Plugins"
36
 
37
+ #: bws_functions.php:151
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
+ #: bws_functions.php:151
42
  msgid "to"
43
  msgstr ""
44
 
45
+ #: bws_functions.php:151
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP バージョン"
49
 
50
+ #: bws_functions.php:152
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
+ #: bws_functions.php:155
55
+ #: bws_functions.php:542
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "もっと読む"
59
 
60
+ #: bws_functions.php:172
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
+ #: bws_functions.php:173
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "有効なプラグイン"
68
 
69
+ #: bws_functions.php:176
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
73
 
74
+ #: bws_functions.php:193
75
+ #: bws_functions.php:229
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
+ #: bws_functions.php:223
80
+ #: bws_functions.php:455
81
+ #: bws_functions.php:506
82
+ msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:223
86
+ #: bws_functions.php:455
87
+ #: bws_functions.php:506
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
+ #: bws_functions.php:231
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:233
96
+ #: bws_functions.php:365
97
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
98
  msgstr ""
99
 
100
+ #: bws_functions.php:235
101
+ msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
102
  msgstr ""
103
 
104
+ #: bws_functions.php:237
105
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
106
  msgstr ""
107
 
108
+ #: bws_functions.php:248
109
+ #: bws_functions.php:270
110
+ #: bws_functions.php:292
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
+ #: bws_functions.php:260
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
+ #: bws_functions.php:266
119
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
120
  msgstr ""
121
 
122
+ #: bws_functions.php:273
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:296
127
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
128
  msgstr ""
129
 
130
+ #: bws_functions.php:321
131
  #, fuzzy
132
  msgid "Please, enter Your license key"
133
  msgstr "メッセージを入力して下さい..."
134
 
135
+ #: bws_functions.php:338
136
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
137
  msgstr ""
138
 
139
+ #: bws_functions.php:340
140
+ #: bws_functions.php:422
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
+ #: bws_functions.php:340
145
+ #: bws_functions.php:422
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "追加設定"
149
 
150
+ #: bws_functions.php:341
151
+ #: bws_functions.php:423
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
+ #: bws_functions.php:346
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
+ #: bws_functions.php:348
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
+ #: bws_functions.php:350
164
+ #: bws_functions.php:391
165
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
166
  msgstr ""
167
 
168
+ #: bws_functions.php:352
169
+ #: bws_functions.php:393
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
+ #: bws_functions.php:356
174
  msgid "or"
175
  msgstr "又は"
176
 
177
+ #: bws_functions.php:356
178
  #, php-format
179
  msgid "Start Your Free %s-Day Trial Now"
180
  msgstr ""
181
 
182
+ #: bws_functions.php:362
183
+ #: bws_functions.php:371
184
+ #: bws_functions.php:401
185
+ #: bws_functions.php:409
186
+ #: bws_menu.php:643
187
+ #: bws_menu.php:700
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "有効なcaptcha"
191
 
192
+ #: bws_functions.php:388
193
+ #: bws_functions.php:481
194
  #, php-format
195
+ msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
196
  msgstr ""
197
 
198
+ #: bws_functions.php:389
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
+ #: bws_functions.php:403
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
+ #: bws_functions.php:420
207
+ msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
208
  msgstr ""
209
 
210
+ #: bws_functions.php:461
211
  msgid "Wrong license key."
212
  msgstr ""
213
 
214
+ #: bws_functions.php:463
215
  msgid "This license key is bind to another site."
216
  msgstr ""
217
 
218
+ #: bws_functions.php:465
219
+ msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
220
  msgstr ""
221
 
222
+ #: bws_functions.php:467
223
  msgid "Unfortunately, you have exceeded the number of available tries."
224
  msgstr ""
225
 
226
+ #: bws_functions.php:469
227
+ msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
228
  msgstr ""
229
 
230
+ #: bws_functions.php:473
231
  msgid "The PRO Trial license key is valid."
232
  msgstr ""
233
 
234
+ #: bws_functions.php:475
235
  msgid "The license key is valid."
236
  msgstr ""
237
 
238
+ #: bws_functions.php:478
239
  msgid "Your license will expire on"
240
  msgstr ""
241
 
242
+ #: bws_functions.php:511
243
  #, fuzzy
244
  msgid "Please, enter your license key"
245
  msgstr "メッセージを入力して下さい..."
246
 
247
+ #: bws_functions.php:524
248
+ msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
 
 
 
249
  msgstr ""
250
 
251
+ #: bws_functions.php:524
252
+ msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
253
  msgstr ""
254
 
255
+ #: bws_functions.php:528
256
  msgid "Check license key"
257
  msgstr ""
258
 
259
+ #: bws_functions.php:542
260
+ msgid "WARNING: Illegal use notification"
 
 
 
261
  msgstr ""
262
 
263
+ #: bws_functions.php:542
264
+ msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
265
  msgstr ""
266
 
267
+ #: bws_functions.php:550
268
+ msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
 
 
269
  msgstr ""
270
 
271
+ #: bws_functions.php:552
272
+ msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
273
  msgstr ""
274
 
275
+ #: bws_functions.php:552
276
+ #: bws_functions.php:605
277
+ #: bws_menu.php:619
278
+ #: bws_menu.php:641
279
+ #: bws_menu.php:668
280
+ #: bws_menu.php:698
281
+ #: bws_menu.php:744
282
  #, fuzzy
283
  msgid "Learn more"
284
  msgstr "もっと読む"
285
 
286
+ #: bws_functions.php:562
287
  #, php-format
288
  msgid "Notice: You are using the PRO Trial license of %s plugin."
289
  msgstr ""
290
 
291
+ #: bws_functions.php:564
292
  msgid "Notice: You are using the PRO Trial license of plugin."
293
  msgstr ""
294
 
295
+ #: bws_functions.php:567
296
  msgid "The PRO Trial license will expire on"
297
  msgstr ""
298
 
299
+ #: bws_functions.php:605
300
  msgid "You license for"
301
  msgstr ""
302
 
303
+ #: bws_functions.php:605
304
  msgid "expires on"
305
  msgstr ""
306
 
307
+ #: bws_functions.php:605
308
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
309
  msgstr ""
310
 
311
+ #: bws_functions.php:680
312
  msgid "Close"
313
  msgstr ""
314
 
315
+ #: bws_menu.php:456
316
  msgid "Not set"
317
  msgstr "未設定"
318
 
319
+ #: bws_menu.php:458
320
+ #: bws_menu.php:459
321
  msgid "On"
322
  msgstr "On"
323
 
324
+ #: bws_menu.php:458
325
+ #: bws_menu.php:459
326
  msgid "Off"
327
  msgstr "Off"
328
 
329
+ #: bws_menu.php:460
330
+ #: bws_menu.php:461
331
+ #: bws_menu.php:462
332
+ #: bws_menu.php:463
333
+ #: bws_menu.php:464
334
+ #: bws_menu.php:476
335
  msgid "N/A"
336
  msgstr "該当なし"
337
 
338
+ #: bws_menu.php:464
339
  msgid " Mb"
340
  msgstr " Mb"
341
 
342
+ #: bws_menu.php:465
343
+ #: bws_menu.php:466
344
+ #: bws_menu.php:467
345
+ #: bws_menu.php:472
346
  msgid "Yes"
347
  msgstr "はい"
348
 
349
+ #: bws_menu.php:465
350
+ #: bws_menu.php:466
351
+ #: bws_menu.php:467
352
+ #: bws_menu.php:474
353
  msgid "No"
354
  msgstr "いいえ"
355
 
356
+ #: bws_menu.php:484
357
  msgid "Operating System"
358
  msgstr "オペレーション・システム"
359
 
360
+ #: bws_menu.php:485
361
  msgid "Server"
362
  msgstr "サーバ"
363
 
364
+ #: bws_menu.php:486
365
  msgid "Memory usage"
366
  msgstr "メモリー使用"
367
 
368
+ #: bws_menu.php:487
369
  msgid "MYSQL Version"
370
  msgstr "MYSQL バージョン"
371
 
372
+ #: bws_menu.php:488
373
  msgid "SQL Mode"
374
  msgstr "SQLモード"
375
 
376
+ #: bws_menu.php:489
377
  msgid "PHP Version"
378
  msgstr "PHP バージョン"
379
 
380
+ #: bws_menu.php:490
381
  msgid "PHP Safe Mode"
382
  msgstr "PHP Safe Mode"
383
 
384
+ #: bws_menu.php:491
385
  msgid "PHP Allow URL fopen"
386
  msgstr "PHP Allow URL fopen"
387
 
388
+ #: bws_menu.php:492
389
  msgid "PHP Memory Limit"
390
  msgstr "PHP Memory Limit"
391
 
392
+ #: bws_menu.php:493
393
  msgid "PHP Max Upload Size"
394
  msgstr "PHP Max Upload Size"
395
 
396
+ #: bws_menu.php:494
397
  msgid "PHP Max Post Size"
398
  msgstr "PHP Max Post Size"
399
 
400
+ #: bws_menu.php:495
401
  msgid "PHP Max Script Execute Time"
402
  msgstr "PHP Max Script Execute Time"
403
 
404
+ #: bws_menu.php:496
405
  msgid "PHP Exif support"
406
  msgstr "PHP Exif サポート"
407
 
408
+ #: bws_menu.php:497
409
  msgid "PHP IPTC support"
410
  msgstr "PHP IPTC サポート"
411
 
412
+ #: bws_menu.php:498
413
  msgid "PHP XML support"
414
  msgstr "PHP XML サポート"
415
 
416
+ #: bws_menu.php:499
417
  msgid "Site URL"
418
  msgstr "サイトURL"
419
 
420
+ #: bws_menu.php:500
421
  msgid "Home URL"
422
  msgstr "ホームURL"
423
 
424
+ #: bws_menu.php:503
425
  msgid "WordPress Version"
426
  msgstr "WordPress バージョン"
427
 
428
+ #: bws_menu.php:504
429
  msgid "WordPress DB Version"
430
  msgstr "WordPress データベース バージョン"
431
 
432
+ #: bws_menu.php:505
433
  msgid "Multisite"
434
  msgstr "複数サイト"
435
 
436
+ #: bws_menu.php:506
437
  msgid "Active Theme"
438
  msgstr "有効なテーマ"
439
 
440
+ #: bws_menu.php:521
441
  msgid "Please enter a valid email address."
442
  msgstr "正確なEメール・アドレスを入力して下さい。"
443
 
444
+ #: bws_menu.php:525
445
  msgid "Email with system info is sent to "
446
  msgstr "システム情報をメールで送信:"
447
 
448
+ #: bws_menu.php:529
449
  msgid "Thank you for contacting us."
450
  msgstr "ご連絡ありがとうございます"
451
 
452
+ #: bws_menu.php:562
453
  msgid "Sorry, email message could not be delivered."
454
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
455
 
456
+ #: bws_menu.php:570
457
  msgid "Need help?"
458
  msgstr ""
459
 
460
+ #: bws_menu.php:571
461
  msgid "Client area"
462
  msgstr ""
463
 
464
+ #: bws_menu.php:572
465
+ #: bws_menu.php:883
466
  msgid "System status"
467
  msgstr "システム状況"
468
 
469
+ #: bws_menu.php:577
470
  #, fuzzy
471
  msgid "Plugins"
472
  msgstr "Pro Plugins"
473
 
474
+ #: bws_menu.php:579
475
  msgid "Themes"
476
  msgstr ""
477
 
478
+ #: bws_menu.php:584
479
  msgid "All"
480
  msgstr ""
481
 
482
+ #: bws_menu.php:585
483
  #, fuzzy
484
  msgid "Installed"
485
  msgstr "%s 導入"
486
 
487
+ #: bws_menu.php:586
488
  #, fuzzy
489
  msgid "Recommended"
490
  msgstr "推奨プラグイン"
491
 
492
+ #: bws_menu.php:590
493
  msgid "Installed plugins"
494
  msgstr "導入済みプラグイン"
495
 
496
+ #: bws_menu.php:622
497
+ #: bws_menu.php:671
498
  msgid "Settings"
499
  msgstr "設定"
500
 
501
+ #: bws_menu.php:643
502
+ #: bws_menu.php:700
503
  #, fuzzy
504
  msgid "Activate this plugin"
505
  msgstr "有効なプラグイン"
506
 
507
+ #: bws_menu.php:658
508
+ #: bws_menu.php:688
509
+ #: bws_menu.php:734
510
  msgid "Go"
511
  msgstr ""
512
 
513
+ #: bws_menu.php:662
514
+ #: bws_menu.php:692
515
+ #: bws_menu.php:738
516
  msgid "DONATE"
517
  msgstr ""
518
 
519
+ #: bws_menu.php:708
520
  msgid "Recommended plugins"
521
  msgstr "推奨プラグイン"
522
 
523
+ #: bws_menu.php:746
524
  #, fuzzy
525
  msgid "Install now"
526
  msgstr "Installa Ora"
527
 
528
+ #: bws_menu.php:767
529
  msgid "Try again"
530
  msgstr ""
531
 
532
+ #: bws_menu.php:785
533
  #, php-format
534
  msgid "Preview &#8220;%s&#8221;"
535
  msgstr ""
536
 
537
+ #: bws_menu.php:816
538
  #, php-format
539
  msgid "Install %s"
540
  msgstr "%s 導入"
541
 
542
+ #: bws_menu.php:816
543
  msgid "Install Now"
544
  msgstr "Installa Ora"
545
 
546
+ #: bws_menu.php:819
547
  #, php-format
548
  msgid "Update to version %s"
549
  msgstr ""
550
 
551
+ #: bws_menu.php:819
552
  msgid "Update"
553
  msgstr ""
554
 
555
+ #: bws_menu.php:826
556
  #, php-format
557
  msgid "Preview %s"
558
  msgstr ""
559
 
560
+ #: bws_menu.php:826
561
  msgid "Preview"
562
  msgstr ""
563
 
564
+ #: bws_menu.php:832
565
+ #: bws_menu.php:864
566
  #, php-format
567
  msgid "By %s"
568
  msgstr ""
569
 
570
+ #: bws_menu.php:838
571
  msgid "Details"
572
  msgstr ""
573
 
574
+ #: bws_menu.php:870
575
  #, fuzzy
576
  msgid "Already Installed"
577
  msgstr "%s 導入"
578
 
579
+ #: bws_menu.php:886
580
  msgid "Environment"
581
  msgstr "環境"
582
 
583
+ #: bws_menu.php:897
584
  msgid "Active Plugins"
585
  msgstr "有効なプラグイン"
586
 
587
+ #: bws_menu.php:910
588
  msgid "Inactive Plugins"
589
  msgstr "無効なプラグイン"
590
 
591
+ #: bws_menu.php:926
592
  msgid "Send to support"
593
  msgstr "サポートに送信"
594
 
595
+ #: bws_menu.php:933
596
  msgid "Send to custom email &#187;"
597
  msgstr "カスタムEメールに送信&#187;"
598
 
bws_menu/languages/bestwebsoft-pt_BR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-20 14:47+0300\n"
6
- "PO-Revision-Date: 2015-04-20 14:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -18,661 +18,660 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:85
22
  msgid "requires"
23
  msgstr ""
24
 
25
- #: bws_functions.php:87
26
- msgid ""
27
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
- "try again."
29
  msgstr ""
30
 
31
- #: bws_functions.php:88
32
  msgid "Back to the WordPress"
33
  msgstr ""
34
 
35
  # @ captcha
36
- #: bws_functions.php:90
37
  #, fuzzy
38
  msgid "Plugins page"
39
  msgstr "Plugins Pro"
40
 
41
- #: bws_functions.php:147
42
  msgid "It’s time to upgrade your"
43
  msgstr ""
44
 
45
- #: bws_functions.php:147
46
  msgid "to"
47
  msgstr ""
48
 
49
  # @ captcha
50
- #: bws_functions.php:147
51
  #, fuzzy
52
  msgid "version!"
53
  msgstr "Versão do PHP"
54
 
55
- #: bws_functions.php:148
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr ""
58
 
59
  # @ captcha
60
- #: bws_functions.php:151
 
61
  #, fuzzy
62
  msgid "Learn More"
63
  msgstr "Leia Mais"
64
 
65
- #: bws_functions.php:168
66
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
67
  msgstr ""
68
 
69
  # @ captcha
70
- #: bws_functions.php:169
71
  #, fuzzy
72
  msgid "Rate the plugin"
73
  msgstr "Plugins ativados"
74
 
75
  # @ captcha
76
- #: bws_functions.php:172
77
  #, fuzzy
78
  msgid "If there is something wrong about it, please contact us"
79
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
80
 
81
- #: bws_functions.php:189 bws_functions.php:225
 
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
86
- msgid ""
87
- "Something went wrong. Please try again later. If the error appears again, "
88
- "please contact us"
89
  msgstr ""
90
 
91
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
 
 
92
  msgid "We are sorry for inconvenience."
93
  msgstr ""
94
 
95
- #: bws_functions.php:227
96
  msgid "This license key is bind to another site"
97
  msgstr ""
98
 
99
- #: bws_functions.php:229 bws_functions.php:361
100
- msgid ""
101
- "Unfortunately, you have exceeded the number of available tries per day. "
102
- "Please, upload the plugin manually."
103
  msgstr ""
104
 
105
- #: bws_functions.php:231
106
- msgid ""
107
- "Unfortunately, Your license has expired. To continue getting top-priority "
108
- "support and plugin updates you should extend it in your"
109
  msgstr ""
110
 
111
- #: bws_functions.php:233
112
- msgid ""
113
- "Unfortunately, the PRO licence was already installed to this domain. The PRO "
114
- "Trial license can be installed only once."
115
  msgstr ""
116
 
117
- #: bws_functions.php:244 bws_functions.php:266 bws_functions.php:288
 
 
118
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
119
  msgstr ""
120
 
121
- #: bws_functions.php:256
122
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
123
  msgstr ""
124
 
125
- #: bws_functions.php:262
126
- msgid ""
127
- "Your server does not support either ZipArchive or Phar. Please, upload the "
128
- "plugin manually"
129
  msgstr ""
130
 
131
- #: bws_functions.php:269
132
  msgid "UploadDir is not writable. Please, upload the plugin manually"
133
  msgstr ""
134
 
135
- #: bws_functions.php:292
136
- msgid ""
137
- "Something went wrong. Try again later or upload the plugin manually. We are "
138
- "sorry for inconvenience."
139
  msgstr ""
140
 
141
- #: bws_functions.php:317
142
  msgid "Please, enter Your license key"
143
  msgstr ""
144
 
145
- #: bws_functions.php:334
146
- msgid ""
147
- "Congratulations! The PRO version of the plugin is successfully download and "
148
- "activated."
149
  msgstr ""
150
 
151
- #: bws_functions.php:336 bws_functions.php:418
 
152
  msgid "Please, go to"
153
  msgstr ""
154
 
155
- #: bws_functions.php:336 bws_functions.php:418
 
156
  msgid "the setting page"
157
  msgstr ""
158
 
159
- #: bws_functions.php:337 bws_functions.php:419
 
160
  msgid "You will be redirected automatically in 5 seconds."
161
  msgstr ""
162
 
163
- #: bws_functions.php:342
164
  msgid "You can download and activate"
165
  msgstr ""
166
 
167
- #: bws_functions.php:344
168
  msgid "version of this plugin by entering Your license key."
169
  msgstr ""
170
 
171
- #: bws_functions.php:346 bws_functions.php:387
172
- msgid ""
173
- "You can find your license key on your personal page Client area, by clicking "
174
- "on the link"
175
  msgstr ""
176
 
177
- #: bws_functions.php:348 bws_functions.php:389
 
178
  msgid "(your username is the email you specify when purchasing the product)."
179
  msgstr ""
180
 
181
- #: bws_functions.php:352
182
  msgid "or"
183
  msgstr ""
184
 
185
- #: bws_functions.php:352
186
  #, php-format
187
  msgid "Start Your Free %s-Day Trial Now"
188
  msgstr ""
189
 
190
  # @ captcha
191
- #: bws_functions.php:358 bws_functions.php:367 bws_functions.php:397
192
- #: bws_functions.php:405 bws_menu.php:635 bws_menu.php:692
 
 
 
 
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Plugins ativados"
196
 
197
- #: bws_functions.php:384 bws_functions.php:477
 
198
  #, php-format
199
- msgid ""
200
- "In order to continue using the plugin it is necessary to buy a %s license."
201
  msgstr ""
202
 
203
- #: bws_functions.php:385
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr ""
206
 
207
- #: bws_functions.php:399
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr ""
210
 
211
- #: bws_functions.php:416
212
- msgid ""
213
- "Congratulations! The PRO license of the plugin is successfully activated."
214
  msgstr ""
215
 
216
- #: bws_functions.php:457
217
  msgid "Wrong license key."
218
  msgstr ""
219
 
220
- #: bws_functions.php:459
221
  msgid "This license key is bind to another site."
222
  msgstr ""
223
 
224
- #: bws_functions.php:461
225
- msgid ""
226
- "This license key is valid, but Your license has expired. If you want to "
227
- "update our plugin in future, you should extend the license."
228
  msgstr ""
229
 
230
- #: bws_functions.php:463
231
  msgid "Unfortunately, you have exceeded the number of available tries."
232
  msgstr ""
233
 
234
- #: bws_functions.php:465
235
- msgid ""
236
- "Unfortunately, the PRO Trial licence was already installed to this domain. "
237
- "The PRO Trial license can be installed only once."
238
  msgstr ""
239
 
240
- #: bws_functions.php:469
241
  msgid "The PRO Trial license key is valid."
242
  msgstr ""
243
 
244
- #: bws_functions.php:471
245
  msgid "The license key is valid."
246
  msgstr ""
247
 
248
- #: bws_functions.php:474
249
  msgid "Your license will expire on"
250
  msgstr ""
251
 
252
- #: bws_functions.php:507
253
  msgid "Please, enter your license key"
254
  msgstr ""
255
 
256
- #: bws_functions.php:520
257
- msgid ""
258
- "If needed you can check if the license key is correct or reenter it in the "
259
- "field below. You can find your license key on your personal page - Client "
260
- "area - on our website"
261
  msgstr ""
262
 
263
- #: bws_functions.php:520
264
- msgid ""
265
- "(your username is the email you specify when purchasing the product). If "
266
- "necessary, please submit \"Lost your password?\" request."
267
  msgstr ""
268
 
269
- #: bws_functions.php:524
270
  msgid "Check license key"
271
  msgstr ""
272
 
273
- #: bws_functions.php:538
274
- msgid ""
275
- "WARNING: We have noticed illegal use of our plugin by you. We strongly "
276
- "recommend you to solve the problem within 24 hours, otherwise the plugin "
277
- "will be deactivated. Please go to your personal"
278
  msgstr ""
279
 
280
- #: bws_functions.php:538
281
- msgid ""
282
- "(your username is the email you specify when purchasing the product), where "
283
- "you can make the necessary changes."
284
  msgstr ""
285
 
286
- #: bws_functions.php:546
287
- msgid ""
288
- "Notice: Your PRO Trial license has expired. To continue using the plugin you "
289
- "should buy a PRO license"
290
  msgstr ""
291
 
292
- #: bws_functions.php:548
293
- msgid ""
294
- "Your license has expired. To continue getting top-priority support and "
295
- "plugin updates you should extend it."
296
  msgstr ""
297
 
298
  # @ captcha
299
- #: bws_functions.php:548 bws_functions.php:601 bws_menu.php:611
300
- #: bws_menu.php:633 bws_menu.php:660 bws_menu.php:690 bws_menu.php:736
 
 
 
 
 
301
  #, fuzzy
302
  msgid "Learn more"
303
  msgstr "Leia Mais"
304
 
305
- #: bws_functions.php:558
306
  #, php-format
307
  msgid "Notice: You are using the PRO Trial license of %s plugin."
308
  msgstr ""
309
 
310
- #: bws_functions.php:560
311
  msgid "Notice: You are using the PRO Trial license of plugin."
312
  msgstr ""
313
 
314
- #: bws_functions.php:563
315
  msgid "The PRO Trial license will expire on"
316
  msgstr ""
317
 
318
- #: bws_functions.php:601
319
  msgid "You license for"
320
  msgstr ""
321
 
322
- #: bws_functions.php:601
323
  msgid "expires on"
324
  msgstr ""
325
 
326
- #: bws_functions.php:601
327
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
328
  msgstr ""
329
 
330
- #: bws_functions.php:676
331
  msgid "Close"
332
  msgstr ""
333
 
334
  # @ captcha
335
- #: bws_menu.php:448
336
  msgid "Not set"
337
  msgstr "Não definido"
338
 
339
  # @ captcha
340
- #: bws_menu.php:450 bws_menu.php:451
 
341
  msgid "On"
342
  msgstr "Ligado"
343
 
344
  # @ captcha
345
- #: bws_menu.php:450 bws_menu.php:451
 
346
  msgid "Off"
347
  msgstr "Desligado"
348
 
349
  # @ captcha
350
- #: bws_menu.php:452 bws_menu.php:453 bws_menu.php:454 bws_menu.php:455
351
- #: bws_menu.php:456 bws_menu.php:468
 
 
 
 
352
  msgid "N/A"
353
  msgstr "N/D"
354
 
355
  # @ captcha
356
- #: bws_menu.php:456
357
  msgid " Mb"
358
  msgstr " Mb"
359
 
360
  # @ captcha
361
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:464
 
 
 
362
  msgid "Yes"
363
  msgstr "Sim"
364
 
365
  # @ captcha
366
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:466
 
 
 
367
  msgid "No"
368
  msgstr "Não"
369
 
370
  # @ captcha
371
- #: bws_menu.php:476
372
  msgid "Operating System"
373
  msgstr "Sistema Operacional"
374
 
375
  # @ captcha
376
- #: bws_menu.php:477
377
  msgid "Server"
378
  msgstr "Servidor"
379
 
380
  # @ captcha
381
- #: bws_menu.php:478
382
  msgid "Memory usage"
383
  msgstr "Uso de memória"
384
 
385
  # @ captcha
386
- #: bws_menu.php:479
387
  msgid "MYSQL Version"
388
  msgstr "Versão do MySQL"
389
 
390
  # @ captcha
391
- #: bws_menu.php:480
392
  msgid "SQL Mode"
393
  msgstr "Modo SQL"
394
 
395
  # @ captcha
396
- #: bws_menu.php:481
397
  msgid "PHP Version"
398
  msgstr "Versão do PHP"
399
 
400
  # @ captcha
401
- #: bws_menu.php:482
402
  msgid "PHP Safe Mode"
403
  msgstr "Modo de Segurança do PHP"
404
 
405
  # @ captcha
406
- #: bws_menu.php:483
407
  msgid "PHP Allow URL fopen"
408
  msgstr "Permissão de fopen de URL do PHP"
409
 
410
  # @ captcha
411
- #: bws_menu.php:484
412
  msgid "PHP Memory Limit"
413
  msgstr "Limite de Memória do PHP"
414
 
415
  # @ captcha
416
- #: bws_menu.php:485
417
  msgid "PHP Max Upload Size"
418
  msgstr "Tamanho Máximo de Upload no PHP"
419
 
420
  # @ captcha
421
- #: bws_menu.php:486
422
  msgid "PHP Max Post Size"
423
  msgstr "Tamanho Máximo de Envio do PHP"
424
 
425
  # @ captcha
426
- #: bws_menu.php:487
427
  msgid "PHP Max Script Execute Time"
428
  msgstr "Tempo de Execução Máximo do PHP"
429
 
430
  # @ captcha
431
- #: bws_menu.php:488
432
  msgid "PHP Exif support"
433
  msgstr "Suporte a Exif no PHP"
434
 
435
  # @ captcha
436
- #: bws_menu.php:489
437
  msgid "PHP IPTC support"
438
  msgstr "Suporte da IPTC no PHP"
439
 
440
  # @ captcha
441
- #: bws_menu.php:490
442
  msgid "PHP XML support"
443
  msgstr "Suporte a XML no PHP"
444
 
445
  # @ captcha
446
- #: bws_menu.php:491
447
  msgid "Site URL"
448
  msgstr "URL do Site"
449
 
450
  # @ captcha
451
- #: bws_menu.php:492
452
  msgid "Home URL"
453
  msgstr "URL da Página Inicial"
454
 
455
  # @ captcha
456
- #: bws_menu.php:495
457
  msgid "WordPress Version"
458
  msgstr "Versão do WordPress"
459
 
460
  # @ captcha
461
- #: bws_menu.php:496
462
  msgid "WordPress DB Version"
463
  msgstr "Versão do DB do WordPress"
464
 
465
  # @ captcha
466
- #: bws_menu.php:497
467
  msgid "Multisite"
468
  msgstr "Multisite"
469
 
470
  # @ captcha
471
- #: bws_menu.php:498
472
  msgid "Active Theme"
473
  msgstr "Tema Ativo"
474
 
475
  # @ captcha
476
- #: bws_menu.php:513
477
  msgid "Please enter a valid email address."
478
  msgstr "Por favor, informe um endereço de email válido."
479
 
480
  # @ captcha
481
- #: bws_menu.php:517
482
  msgid "Email with system info is sent to "
483
  msgstr "Email com informações do sistema é enviado para "
484
 
485
  # @ captcha
486
- #: bws_menu.php:521
487
  msgid "Thank you for contacting us."
488
  msgstr "Obrigado por nos contatar."
489
 
490
  # @ captcha
491
- #: bws_menu.php:554
492
  msgid "Sorry, email message could not be delivered."
493
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
494
 
495
- #: bws_menu.php:562
496
  msgid "Need help?"
497
  msgstr ""
498
 
499
- #: bws_menu.php:563
500
  msgid "Client area"
501
  msgstr ""
502
 
503
  # @ captcha
504
- #: bws_menu.php:564 bws_menu.php:875
 
505
  msgid "System status"
506
  msgstr "Status do sistema"
507
 
508
  # @ captcha
509
- #: bws_menu.php:569
510
  #, fuzzy
511
  msgid "Plugins"
512
  msgstr "Plugins Pro"
513
 
514
- #: bws_menu.php:571
515
  msgid "Themes"
516
  msgstr ""
517
 
518
- #: bws_menu.php:576
519
  msgid "All"
520
  msgstr ""
521
 
522
  # @ default
523
- #: bws_menu.php:577
524
  #, fuzzy
525
  msgid "Installed"
526
  msgstr "Instalar %s"
527
 
528
  # @ captcha
529
- #: bws_menu.php:578
530
  #, fuzzy
531
  msgid "Recommended"
532
  msgstr "Plugins Recomendados"
533
 
534
  # @ captcha
535
- #: bws_menu.php:582
536
  msgid "Installed plugins"
537
  msgstr "Plugins Instalados"
538
 
539
  # @ captcha
540
- #: bws_menu.php:614 bws_menu.php:663
 
541
  msgid "Settings"
542
  msgstr "Configurações"
543
 
544
  # @ captcha
545
- #: bws_menu.php:635 bws_menu.php:692
 
546
  #, fuzzy
547
  msgid "Activate this plugin"
548
  msgstr "Plugins ativados"
549
 
550
- #: bws_menu.php:650 bws_menu.php:680 bws_menu.php:726
 
 
551
  msgid "Go"
552
  msgstr ""
553
 
554
- #: bws_menu.php:654 bws_menu.php:684 bws_menu.php:730
 
 
555
  msgid "DONATE"
556
  msgstr ""
557
 
558
  # @ captcha
559
- #: bws_menu.php:700
560
  msgid "Recommended plugins"
561
  msgstr "Plugins Recomendados"
562
 
563
  # @ default
564
- #: bws_menu.php:738
565
  #, fuzzy
566
  msgid "Install now"
567
  msgstr "Instalar %s"
568
 
569
- #: bws_menu.php:759
570
  msgid "Try again"
571
  msgstr ""
572
 
573
- #: bws_menu.php:777
574
  #, php-format
575
  msgid "Preview &#8220;%s&#8221;"
576
  msgstr ""
577
 
578
  # @ default
579
- #: bws_menu.php:808
580
  #, php-format
581
  msgid "Install %s"
582
  msgstr "Instalar %s"
583
 
584
  # @ default
585
- #: bws_menu.php:808
586
  #, fuzzy
587
  msgid "Install Now"
588
  msgstr "Instalar %s"
589
 
590
- #: bws_menu.php:811
591
  #, php-format
592
  msgid "Update to version %s"
593
  msgstr ""
594
 
595
- #: bws_menu.php:811
596
  msgid "Update"
597
  msgstr ""
598
 
599
- #: bws_menu.php:818
600
  #, php-format
601
  msgid "Preview %s"
602
  msgstr ""
603
 
604
- #: bws_menu.php:818
605
  msgid "Preview"
606
  msgstr ""
607
 
608
- #: bws_menu.php:824 bws_menu.php:856
 
609
  #, php-format
610
  msgid "By %s"
611
  msgstr ""
612
 
613
- #: bws_menu.php:830
614
  msgid "Details"
615
  msgstr ""
616
 
617
  # @ default
618
- #: bws_menu.php:862
619
  #, fuzzy
620
  msgid "Already Installed"
621
  msgstr "Instalar %s"
622
 
623
  # @ captcha
624
- #: bws_menu.php:878
625
  msgid "Environment"
626
  msgstr "Ambiente"
627
 
628
  # @ captcha
629
- #: bws_menu.php:889
630
  msgid "Active Plugins"
631
  msgstr "Plugins Ativos"
632
 
633
  # @ captcha
634
- #: bws_menu.php:902
635
  msgid "Inactive Plugins"
636
  msgstr "Plugins Inativos"
637
 
638
  # @ captcha
639
- #: bws_menu.php:918
640
  msgid "Send to support"
641
  msgstr "Enviar para o suporte"
642
 
643
  # @ captcha
644
- #: bws_menu.php:925
645
  msgid "Send to custom email &#187;"
646
  msgstr "Enviar para email personalizado &#187;"
647
 
648
  # @ captcha
649
  #~ msgid "Pro plugins"
650
  #~ msgstr "Plugins Pro"
651
-
652
  # @ captcha
653
  #~ msgid "Activated plugins"
654
  #~ msgstr "Plugins ativados"
655
-
656
  # @ captcha
657
  #~ msgid "Read more"
658
  #~ msgstr "Leia Mais"
659
-
660
  # @ captcha
661
  #~ msgid "Purchase"
662
  #~ msgstr "Compra"
663
-
664
  # @ captcha
665
  #~ msgid "Free plugins"
666
  #~ msgstr "Plugins Grátis"
667
-
668
  # @ captcha
669
  #~ msgid "Download"
670
  #~ msgstr "Baixar"
671
-
672
  # @ captcha
673
  #~ msgid "Install now from wordpress.org"
674
  #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
675
-
676
  # @ captcha
677
  #, fuzzy
678
  #~ msgid "Activated theme"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-11 14:11+0300\n"
6
+ "PO-Revision-Date: 2015-05-11 14:11+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:89
22
  msgid "requires"
23
  msgstr ""
24
 
25
+ #: bws_functions.php:91
26
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
27
  msgstr ""
28
 
29
+ #: bws_functions.php:92
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
  # @ captcha
34
+ #: bws_functions.php:94
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Plugins Pro"
38
 
39
+ #: bws_functions.php:151
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
+ #: bws_functions.php:151
44
  msgid "to"
45
  msgstr ""
46
 
47
  # @ captcha
48
+ #: bws_functions.php:151
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "Versão do PHP"
52
 
53
+ #: bws_functions.php:152
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
  # @ captcha
58
+ #: bws_functions.php:155
59
+ #: bws_functions.php:542
60
  #, fuzzy
61
  msgid "Learn More"
62
  msgstr "Leia Mais"
63
 
64
+ #: bws_functions.php:172
65
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
66
  msgstr ""
67
 
68
  # @ captcha
69
+ #: bws_functions.php:173
70
  #, fuzzy
71
  msgid "Rate the plugin"
72
  msgstr "Plugins ativados"
73
 
74
  # @ captcha
75
+ #: bws_functions.php:176
76
  #, fuzzy
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
79
 
80
+ #: bws_functions.php:193
81
+ #: bws_functions.php:229
82
  msgid "Wrong license key"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:223
86
+ #: bws_functions.php:455
87
+ #: bws_functions.php:506
88
+ msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
89
  msgstr ""
90
 
91
+ #: bws_functions.php:223
92
+ #: bws_functions.php:455
93
+ #: bws_functions.php:506
94
  msgid "We are sorry for inconvenience."
95
  msgstr ""
96
 
97
+ #: bws_functions.php:231
98
  msgid "This license key is bind to another site"
99
  msgstr ""
100
 
101
+ #: bws_functions.php:233
102
+ #: bws_functions.php:365
103
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
104
  msgstr ""
105
 
106
+ #: bws_functions.php:235
107
+ msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
108
  msgstr ""
109
 
110
+ #: bws_functions.php:237
111
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
112
  msgstr ""
113
 
114
+ #: bws_functions.php:248
115
+ #: bws_functions.php:270
116
+ #: bws_functions.php:292
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
+ #: bws_functions.php:260
121
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
122
  msgstr ""
123
 
124
+ #: bws_functions.php:266
125
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
126
  msgstr ""
127
 
128
+ #: bws_functions.php:273
129
  msgid "UploadDir is not writable. Please, upload the plugin manually"
130
  msgstr ""
131
 
132
+ #: bws_functions.php:296
133
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
134
  msgstr ""
135
 
136
+ #: bws_functions.php:321
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
+ #: bws_functions.php:338
141
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
142
  msgstr ""
143
 
144
+ #: bws_functions.php:340
145
+ #: bws_functions.php:422
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
+ #: bws_functions.php:340
150
+ #: bws_functions.php:422
151
  msgid "the setting page"
152
  msgstr ""
153
 
154
+ #: bws_functions.php:341
155
+ #: bws_functions.php:423
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
+ #: bws_functions.php:346
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
+ #: bws_functions.php:348
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
+ #: bws_functions.php:350
168
+ #: bws_functions.php:391
169
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
170
  msgstr ""
171
 
172
+ #: bws_functions.php:352
173
+ #: bws_functions.php:393
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
+ #: bws_functions.php:356
178
  msgid "or"
179
  msgstr ""
180
 
181
+ #: bws_functions.php:356
182
  #, php-format
183
  msgid "Start Your Free %s-Day Trial Now"
184
  msgstr ""
185
 
186
  # @ captcha
187
+ #: bws_functions.php:362
188
+ #: bws_functions.php:371
189
+ #: bws_functions.php:401
190
+ #: bws_functions.php:409
191
+ #: bws_menu.php:643
192
+ #: bws_menu.php:700
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Plugins ativados"
196
 
197
+ #: bws_functions.php:388
198
+ #: bws_functions.php:481
199
  #, php-format
200
+ msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
201
  msgstr ""
202
 
203
+ #: bws_functions.php:389
204
  msgid "After that you can activate it by entering your license key."
205
  msgstr ""
206
 
207
+ #: bws_functions.php:403
208
  msgid "Unfortunately, you have exceeded the number of available tries per day."
209
  msgstr ""
210
 
211
+ #: bws_functions.php:420
212
+ msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
213
  msgstr ""
214
 
215
+ #: bws_functions.php:461
216
  msgid "Wrong license key."
217
  msgstr ""
218
 
219
+ #: bws_functions.php:463
220
  msgid "This license key is bind to another site."
221
  msgstr ""
222
 
223
+ #: bws_functions.php:465
224
+ msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
225
  msgstr ""
226
 
227
+ #: bws_functions.php:467
228
  msgid "Unfortunately, you have exceeded the number of available tries."
229
  msgstr ""
230
 
231
+ #: bws_functions.php:469
232
+ msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
233
  msgstr ""
234
 
235
+ #: bws_functions.php:473
236
  msgid "The PRO Trial license key is valid."
237
  msgstr ""
238
 
239
+ #: bws_functions.php:475
240
  msgid "The license key is valid."
241
  msgstr ""
242
 
243
+ #: bws_functions.php:478
244
  msgid "Your license will expire on"
245
  msgstr ""
246
 
247
+ #: bws_functions.php:511
248
  msgid "Please, enter your license key"
249
  msgstr ""
250
 
251
+ #: bws_functions.php:524
252
+ msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
 
 
 
253
  msgstr ""
254
 
255
+ #: bws_functions.php:524
256
+ msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
257
  msgstr ""
258
 
259
+ #: bws_functions.php:528
260
  msgid "Check license key"
261
  msgstr ""
262
 
263
+ #: bws_functions.php:542
264
+ msgid "WARNING: Illegal use notification"
 
 
 
265
  msgstr ""
266
 
267
+ #: bws_functions.php:542
268
+ msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
269
  msgstr ""
270
 
271
+ #: bws_functions.php:550
272
+ msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
 
 
273
  msgstr ""
274
 
275
+ #: bws_functions.php:552
276
+ msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
277
  msgstr ""
278
 
279
  # @ captcha
280
+ #: bws_functions.php:552
281
+ #: bws_functions.php:605
282
+ #: bws_menu.php:619
283
+ #: bws_menu.php:641
284
+ #: bws_menu.php:668
285
+ #: bws_menu.php:698
286
+ #: bws_menu.php:744
287
  #, fuzzy
288
  msgid "Learn more"
289
  msgstr "Leia Mais"
290
 
291
+ #: bws_functions.php:562
292
  #, php-format
293
  msgid "Notice: You are using the PRO Trial license of %s plugin."
294
  msgstr ""
295
 
296
+ #: bws_functions.php:564
297
  msgid "Notice: You are using the PRO Trial license of plugin."
298
  msgstr ""
299
 
300
+ #: bws_functions.php:567
301
  msgid "The PRO Trial license will expire on"
302
  msgstr ""
303
 
304
+ #: bws_functions.php:605
305
  msgid "You license for"
306
  msgstr ""
307
 
308
+ #: bws_functions.php:605
309
  msgid "expires on"
310
  msgstr ""
311
 
312
+ #: bws_functions.php:605
313
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
314
  msgstr ""
315
 
316
+ #: bws_functions.php:680
317
  msgid "Close"
318
  msgstr ""
319
 
320
  # @ captcha
321
+ #: bws_menu.php:456
322
  msgid "Not set"
323
  msgstr "Não definido"
324
 
325
  # @ captcha
326
+ #: bws_menu.php:458
327
+ #: bws_menu.php:459
328
  msgid "On"
329
  msgstr "Ligado"
330
 
331
  # @ captcha
332
+ #: bws_menu.php:458
333
+ #: bws_menu.php:459
334
  msgid "Off"
335
  msgstr "Desligado"
336
 
337
  # @ captcha
338
+ #: bws_menu.php:460
339
+ #: bws_menu.php:461
340
+ #: bws_menu.php:462
341
+ #: bws_menu.php:463
342
+ #: bws_menu.php:464
343
+ #: bws_menu.php:476
344
  msgid "N/A"
345
  msgstr "N/D"
346
 
347
  # @ captcha
348
+ #: bws_menu.php:464
349
  msgid " Mb"
350
  msgstr " Mb"
351
 
352
  # @ captcha
353
+ #: bws_menu.php:465
354
+ #: bws_menu.php:466
355
+ #: bws_menu.php:467
356
+ #: bws_menu.php:472
357
  msgid "Yes"
358
  msgstr "Sim"
359
 
360
  # @ captcha
361
+ #: bws_menu.php:465
362
+ #: bws_menu.php:466
363
+ #: bws_menu.php:467
364
+ #: bws_menu.php:474
365
  msgid "No"
366
  msgstr "Não"
367
 
368
  # @ captcha
369
+ #: bws_menu.php:484
370
  msgid "Operating System"
371
  msgstr "Sistema Operacional"
372
 
373
  # @ captcha
374
+ #: bws_menu.php:485
375
  msgid "Server"
376
  msgstr "Servidor"
377
 
378
  # @ captcha
379
+ #: bws_menu.php:486
380
  msgid "Memory usage"
381
  msgstr "Uso de memória"
382
 
383
  # @ captcha
384
+ #: bws_menu.php:487
385
  msgid "MYSQL Version"
386
  msgstr "Versão do MySQL"
387
 
388
  # @ captcha
389
+ #: bws_menu.php:488
390
  msgid "SQL Mode"
391
  msgstr "Modo SQL"
392
 
393
  # @ captcha
394
+ #: bws_menu.php:489
395
  msgid "PHP Version"
396
  msgstr "Versão do PHP"
397
 
398
  # @ captcha
399
+ #: bws_menu.php:490
400
  msgid "PHP Safe Mode"
401
  msgstr "Modo de Segurança do PHP"
402
 
403
  # @ captcha
404
+ #: bws_menu.php:491
405
  msgid "PHP Allow URL fopen"
406
  msgstr "Permissão de fopen de URL do PHP"
407
 
408
  # @ captcha
409
+ #: bws_menu.php:492
410
  msgid "PHP Memory Limit"
411
  msgstr "Limite de Memória do PHP"
412
 
413
  # @ captcha
414
+ #: bws_menu.php:493
415
  msgid "PHP Max Upload Size"
416
  msgstr "Tamanho Máximo de Upload no PHP"
417
 
418
  # @ captcha
419
+ #: bws_menu.php:494
420
  msgid "PHP Max Post Size"
421
  msgstr "Tamanho Máximo de Envio do PHP"
422
 
423
  # @ captcha
424
+ #: bws_menu.php:495
425
  msgid "PHP Max Script Execute Time"
426
  msgstr "Tempo de Execução Máximo do PHP"
427
 
428
  # @ captcha
429
+ #: bws_menu.php:496
430
  msgid "PHP Exif support"
431
  msgstr "Suporte a Exif no PHP"
432
 
433
  # @ captcha
434
+ #: bws_menu.php:497
435
  msgid "PHP IPTC support"
436
  msgstr "Suporte da IPTC no PHP"
437
 
438
  # @ captcha
439
+ #: bws_menu.php:498
440
  msgid "PHP XML support"
441
  msgstr "Suporte a XML no PHP"
442
 
443
  # @ captcha
444
+ #: bws_menu.php:499
445
  msgid "Site URL"
446
  msgstr "URL do Site"
447
 
448
  # @ captcha
449
+ #: bws_menu.php:500
450
  msgid "Home URL"
451
  msgstr "URL da Página Inicial"
452
 
453
  # @ captcha
454
+ #: bws_menu.php:503
455
  msgid "WordPress Version"
456
  msgstr "Versão do WordPress"
457
 
458
  # @ captcha
459
+ #: bws_menu.php:504
460
  msgid "WordPress DB Version"
461
  msgstr "Versão do DB do WordPress"
462
 
463
  # @ captcha
464
+ #: bws_menu.php:505
465
  msgid "Multisite"
466
  msgstr "Multisite"
467
 
468
  # @ captcha
469
+ #: bws_menu.php:506
470
  msgid "Active Theme"
471
  msgstr "Tema Ativo"
472
 
473
  # @ captcha
474
+ #: bws_menu.php:521
475
  msgid "Please enter a valid email address."
476
  msgstr "Por favor, informe um endereço de email válido."
477
 
478
  # @ captcha
479
+ #: bws_menu.php:525
480
  msgid "Email with system info is sent to "
481
  msgstr "Email com informações do sistema é enviado para "
482
 
483
  # @ captcha
484
+ #: bws_menu.php:529
485
  msgid "Thank you for contacting us."
486
  msgstr "Obrigado por nos contatar."
487
 
488
  # @ captcha
489
+ #: bws_menu.php:562
490
  msgid "Sorry, email message could not be delivered."
491
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
492
 
493
+ #: bws_menu.php:570
494
  msgid "Need help?"
495
  msgstr ""
496
 
497
+ #: bws_menu.php:571
498
  msgid "Client area"
499
  msgstr ""
500
 
501
  # @ captcha
502
+ #: bws_menu.php:572
503
+ #: bws_menu.php:883
504
  msgid "System status"
505
  msgstr "Status do sistema"
506
 
507
  # @ captcha
508
+ #: bws_menu.php:577
509
  #, fuzzy
510
  msgid "Plugins"
511
  msgstr "Plugins Pro"
512
 
513
+ #: bws_menu.php:579
514
  msgid "Themes"
515
  msgstr ""
516
 
517
+ #: bws_menu.php:584
518
  msgid "All"
519
  msgstr ""
520
 
521
  # @ default
522
+ #: bws_menu.php:585
523
  #, fuzzy
524
  msgid "Installed"
525
  msgstr "Instalar %s"
526
 
527
  # @ captcha
528
+ #: bws_menu.php:586
529
  #, fuzzy
530
  msgid "Recommended"
531
  msgstr "Plugins Recomendados"
532
 
533
  # @ captcha
534
+ #: bws_menu.php:590
535
  msgid "Installed plugins"
536
  msgstr "Plugins Instalados"
537
 
538
  # @ captcha
539
+ #: bws_menu.php:622
540
+ #: bws_menu.php:671
541
  msgid "Settings"
542
  msgstr "Configurações"
543
 
544
  # @ captcha
545
+ #: bws_menu.php:643
546
+ #: bws_menu.php:700
547
  #, fuzzy
548
  msgid "Activate this plugin"
549
  msgstr "Plugins ativados"
550
 
551
+ #: bws_menu.php:658
552
+ #: bws_menu.php:688
553
+ #: bws_menu.php:734
554
  msgid "Go"
555
  msgstr ""
556
 
557
+ #: bws_menu.php:662
558
+ #: bws_menu.php:692
559
+ #: bws_menu.php:738
560
  msgid "DONATE"
561
  msgstr ""
562
 
563
  # @ captcha
564
+ #: bws_menu.php:708
565
  msgid "Recommended plugins"
566
  msgstr "Plugins Recomendados"
567
 
568
  # @ default
569
+ #: bws_menu.php:746
570
  #, fuzzy
571
  msgid "Install now"
572
  msgstr "Instalar %s"
573
 
574
+ #: bws_menu.php:767
575
  msgid "Try again"
576
  msgstr ""
577
 
578
+ #: bws_menu.php:785
579
  #, php-format
580
  msgid "Preview &#8220;%s&#8221;"
581
  msgstr ""
582
 
583
  # @ default
584
+ #: bws_menu.php:816
585
  #, php-format
586
  msgid "Install %s"
587
  msgstr "Instalar %s"
588
 
589
  # @ default
590
+ #: bws_menu.php:816
591
  #, fuzzy
592
  msgid "Install Now"
593
  msgstr "Instalar %s"
594
 
595
+ #: bws_menu.php:819
596
  #, php-format
597
  msgid "Update to version %s"
598
  msgstr ""
599
 
600
+ #: bws_menu.php:819
601
  msgid "Update"
602
  msgstr ""
603
 
604
+ #: bws_menu.php:826
605
  #, php-format
606
  msgid "Preview %s"
607
  msgstr ""
608
 
609
+ #: bws_menu.php:826
610
  msgid "Preview"
611
  msgstr ""
612
 
613
+ #: bws_menu.php:832
614
+ #: bws_menu.php:864
615
  #, php-format
616
  msgid "By %s"
617
  msgstr ""
618
 
619
+ #: bws_menu.php:838
620
  msgid "Details"
621
  msgstr ""
622
 
623
  # @ default
624
+ #: bws_menu.php:870
625
  #, fuzzy
626
  msgid "Already Installed"
627
  msgstr "Instalar %s"
628
 
629
  # @ captcha
630
+ #: bws_menu.php:886
631
  msgid "Environment"
632
  msgstr "Ambiente"
633
 
634
  # @ captcha
635
+ #: bws_menu.php:897
636
  msgid "Active Plugins"
637
  msgstr "Plugins Ativos"
638
 
639
  # @ captcha
640
+ #: bws_menu.php:910
641
  msgid "Inactive Plugins"
642
  msgstr "Plugins Inativos"
643
 
644
  # @ captcha
645
+ #: bws_menu.php:926
646
  msgid "Send to support"
647
  msgstr "Enviar para o suporte"
648
 
649
  # @ captcha
650
+ #: bws_menu.php:933
651
  msgid "Send to custom email &#187;"
652
  msgstr "Enviar para email personalizado &#187;"
653
 
654
  # @ captcha
655
  #~ msgid "Pro plugins"
656
  #~ msgstr "Plugins Pro"
 
657
  # @ captcha
658
  #~ msgid "Activated plugins"
659
  #~ msgstr "Plugins ativados"
 
660
  # @ captcha
661
  #~ msgid "Read more"
662
  #~ msgstr "Leia Mais"
 
663
  # @ captcha
664
  #~ msgid "Purchase"
665
  #~ msgstr "Compra"
 
666
  # @ captcha
667
  #~ msgid "Free plugins"
668
  #~ msgstr "Plugins Grátis"
 
669
  # @ captcha
670
  #~ msgid "Download"
671
  #~ msgstr "Baixar"
 
672
  # @ captcha
673
  #~ msgid "Install now from wordpress.org"
674
  #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
 
675
  # @ captcha
676
  #, fuzzy
677
  #~ msgid "Activated theme"
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-20 12:40+0300\n"
6
- "PO-Revision-Date: 2015-04-20 13:36+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,606 +16,576 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:85
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
- #: bws_functions.php:87
24
- msgid ""
25
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
- "try again."
27
- msgstr ""
28
- "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
29
- "попробуйте еще раз."
30
 
31
- #: bws_functions.php:88
32
  msgid "Back to the WordPress"
33
  msgstr "Вернуться к WordPress на"
34
 
35
- #: bws_functions.php:90
36
  msgid "Plugins page"
37
  msgstr "Страницу плагинов"
38
 
39
- #: bws_functions.php:140
40
- msgid "Learn More"
41
- msgstr "Подробнее"
42
-
43
- #: bws_functions.php:143
44
  msgid "It’s time to upgrade your"
45
  msgstr "Настало время обновить Ваш"
46
 
47
- #: bws_functions.php:143
48
  msgid "to"
49
  msgstr "до"
50
 
51
- #: bws_functions.php:143
52
  msgid "version!"
53
  msgstr "версии!"
54
 
55
- #: bws_functions.php:144
56
  msgid "Extend standard plugin functionality with new great options."
57
  msgstr "Расширяет возможности стандартного функционала плагина."
58
 
59
- #: bws_functions.php:164
 
 
 
 
 
60
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
61
- msgstr ""
62
- "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
63
 
64
- #: bws_functions.php:165
65
  msgid "Rate the plugin"
66
  msgstr "Оценить плагин"
67
 
68
- #: bws_functions.php:168
69
  msgid "If there is something wrong about it, please contact us"
70
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
71
 
72
- #: bws_functions.php:185 bws_functions.php:221
 
73
  msgid "Wrong license key"
74
  msgstr "Неправильный лицензионный ключ"
75
 
76
- #: bws_functions.php:215 bws_functions.php:447 bws_functions.php:498
77
- msgid ""
78
- "Something went wrong. Please try again later. If the error appears again, "
79
- "please contact us"
80
- msgstr ""
81
- "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
82
- "пожалуйста, свяжитесь с нами"
83
 
84
- #: bws_functions.php:215 bws_functions.php:447 bws_functions.php:498
 
 
85
  msgid "We are sorry for inconvenience."
86
  msgstr "Приносим извинения за неудобства."
87
 
88
- #: bws_functions.php:223
89
  msgid "This license key is bind to another site"
90
  msgstr "Этот лицензионный ключ привязан к другому сайту"
91
 
92
- #: bws_functions.php:225 bws_functions.php:357
93
- msgid ""
94
- "Unfortunately, you have exceeded the number of available tries per day. "
95
- "Please, upload the plugin manually."
96
- msgstr ""
97
- "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
98
- "загрузите плагин вручную."
99
 
100
- #: bws_functions.php:227
101
- msgid ""
102
- "Unfortunately, Your license has expired. To continue getting top-priority "
103
- "support and plugin updates you should extend it in your"
104
- msgstr ""
105
- "К сожалению, время использования вашей лицензии истекло. Для получения "
106
- "обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на "
107
- "вашей"
108
 
109
- #: bws_functions.php:229
110
- msgid ""
111
- "Unfortunately, the PRO licence was already installed to this domain. The PRO "
112
- "Trial license can be installed only once."
113
- msgstr ""
114
- "К сожалению, PRO лицензия уже была установлена на этом доменен. PRO Trial "
115
- "лицензия может быть установлена только один раз."
116
 
117
- #: bws_functions.php:240 bws_functions.php:262 bws_functions.php:284
 
 
118
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
119
- msgstr ""
120
- "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
121
 
122
- #: bws_functions.php:252
123
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
124
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
125
 
126
- #: bws_functions.php:258
127
- msgid ""
128
- "Your server does not support either ZipArchive or Phar. Please, upload the "
129
- "plugin manually"
130
- msgstr ""
131
- "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
132
- "Пожалуйста, загрузите плагин вручную"
133
 
134
- #: bws_functions.php:265
135
  msgid "UploadDir is not writable. Please, upload the plugin manually"
136
- msgstr ""
137
- "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
138
 
139
- #: bws_functions.php:288
140
- msgid ""
141
- "Something went wrong. Try again later or upload the plugin manually. We are "
142
- "sorry for inconvenience."
143
- msgstr ""
144
- "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
145
- "Приносим извинения за неудобства."
146
 
147
- #: bws_functions.php:313
148
  msgid "Please, enter Your license key"
149
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
150
 
151
- #: bws_functions.php:330
152
- msgid ""
153
- "Congratulations! The PRO version of the plugin is successfully download and "
154
- "activated."
155
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
156
 
157
- #: bws_functions.php:332 bws_functions.php:414
 
158
  msgid "Please, go to"
159
  msgstr "Пожалуйста, перейдите на"
160
 
161
- #: bws_functions.php:332 bws_functions.php:414
 
162
  msgid "the setting page"
163
  msgstr "страницу настроек"
164
 
165
- #: bws_functions.php:333 bws_functions.php:415
 
166
  msgid "You will be redirected automatically in 5 seconds."
167
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
168
 
169
- #: bws_functions.php:338
170
  msgid "You can download and activate"
171
  msgstr "Вы можете скачать и активировать"
172
 
173
- #: bws_functions.php:340
174
  msgid "version of this plugin by entering Your license key."
175
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
176
 
177
- #: bws_functions.php:342 bws_functions.php:383
178
- msgid ""
179
- "You can find your license key on your personal page Client area, by clicking "
180
- "on the link"
181
- msgstr ""
182
- "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
183
- "нажав на ссылку"
184
 
185
- #: bws_functions.php:344 bws_functions.php:385
 
186
  msgid "(your username is the email you specify when purchasing the product)."
187
- msgstr ""
188
- "(ваше имя пользователя - это электронный адрес, указанный при покупке "
189
- "продукта)."
190
 
191
- #: bws_functions.php:348
192
  msgid "or"
193
  msgstr "или"
194
 
195
- #: bws_functions.php:348
196
  #, php-format
197
  msgid "Start Your Free %s-Day Trial Now"
198
  msgstr "Попробуйте %s-дневную триал версию бесплатно"
199
 
200
- #: bws_functions.php:354 bws_functions.php:363 bws_functions.php:393
201
- #: bws_functions.php:401 bws_menu.php:635 bws_menu.php:692
 
 
 
 
202
  msgid "Activate"
203
  msgstr "Активировать"
204
 
205
- #: bws_functions.php:380 bws_functions.php:473
 
206
  #, php-format
207
- msgid ""
208
- "In order to continue using the plugin it is necessary to buy a %s license."
209
- msgstr ""
210
- "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
211
 
212
- #: bws_functions.php:381
213
  msgid "After that you can activate it by entering your license key."
214
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
215
 
216
- #: bws_functions.php:395
217
  msgid "Unfortunately, you have exceeded the number of available tries per day."
218
  msgstr "К сожалению, вы превысили количество доступных попыток."
219
 
220
- #: bws_functions.php:412
221
- msgid ""
222
- "Congratulations! The PRO license of the plugin is successfully activated."
223
  msgstr "Поздравляем! PRO версия плагина была успешно активирована."
224
 
225
- #: bws_functions.php:453
226
  msgid "Wrong license key."
227
  msgstr "Неправильный лицензионный ключ."
228
 
229
- #: bws_functions.php:455
230
  msgid "This license key is bind to another site."
231
  msgstr "Этот лицензионный ключ привязан к другому сайту."
232
 
233
- #: bws_functions.php:457
234
- msgid ""
235
- "This license key is valid, but Your license has expired. If you want to "
236
- "update our plugin in future, you should extend the license."
237
- msgstr ""
238
- "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
239
- "обновлять плагин в будущем, вы должны продлить лицензию."
240
 
241
- #: bws_functions.php:459
242
  msgid "Unfortunately, you have exceeded the number of available tries."
243
  msgstr "К сожалению, вы превысили количество доступных попыток."
244
 
245
- #: bws_functions.php:461
246
- msgid ""
247
- "Unfortunately, the PRO Trial licence was already installed to this domain. "
248
- "The PRO Trial license can be installed only once."
249
- msgstr ""
250
- "К сожалению, триал PRO версия плагина уже устанавливалась на этот домен. "
251
- "Триал PRO версию можно устанавливать лишь один раз."
252
 
253
- #: bws_functions.php:465
254
  msgid "The PRO Trial license key is valid."
255
  msgstr "Ключ триала PRO версии верен."
256
 
257
- #: bws_functions.php:467
258
  msgid "The license key is valid."
259
  msgstr "Лицензионный ключ принят."
260
 
261
- #: bws_functions.php:470
262
  msgid "Your license will expire on"
263
  msgstr "Ваша лицензия истечет"
264
 
265
- #: bws_functions.php:503
266
  msgid "Please, enter your license key"
267
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
268
 
269
- #: bws_functions.php:516
270
- msgid ""
271
- "If needed you can check if the license key is correct or reenter it in the "
272
- "field below. You can find your license key on your personal page - Client "
273
- "area - on our website"
274
- msgstr ""
275
- "При необходимости вы можете проверить валидность лицензионного ключа или "
276
- "повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
277
- "своей личной странице - Client area - на нашем сайте"
278
 
279
- #: bws_functions.php:516
280
- msgid ""
281
- "(your username is the email you specify when purchasing the product). If "
282
- "necessary, please submit \"Lost your password?\" request."
283
- msgstr ""
284
- "(ваш пользователь это емейл, который вы указывали при покупке продукта). При "
285
- "необходимости нажмите \"Lost your password?\"."
286
 
287
- #: bws_functions.php:520
288
  msgid "Check license key"
289
  msgstr "Проверка лицензионного ключа"
290
 
291
- #: bws_functions.php:534
292
- msgid ""
293
- "WARNING: We have noticed illegal use of our plugin by you. We strongly "
294
- "recommend you to solve the problem within 24 hours, otherwise the plugin "
295
- "will be deactivated. Please go to your personal"
296
- msgstr ""
297
- "ВНИМАНИЕ: Было замечено незаконное использования вами нашего плагина. Мы "
298
- "настоятельно рекомендуем Вам, решить данную проблему в течение 24 часов, в "
299
- "противном случае плагин будет деативирован. Пожалуйста, перейдите на вашу "
300
- "личную"
301
-
302
- #: bws_functions.php:534
303
- msgid ""
304
- "(your username is the email you specify when purchasing the product), where "
305
- "you can make the necessary changes."
306
- msgstr ""
307
- "(ваш пользователь это емейл, который вы указывали при покупке продукта), где "
308
- "вы можете сделать необходимые изменения."
309
-
310
  #: bws_functions.php:542
311
- msgid ""
312
- "Notice: Your PRO Trial license has expired. To continue using the plugin you "
313
- "should buy a PRO license"
314
- msgstr ""
315
- "Внимание: Срок действия триал периода PRO версии истек. Чтобы продолжить "
316
- "пользоваться плагином, пожалуйста, приобретите лицензию PRO"
317
 
318
- #: bws_functions.php:544
319
- msgid ""
320
- "Your license has expired. To continue getting top-priority support and "
321
- "plugin updates you should extend it."
322
- msgstr ""
323
- "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш "
324
- "плагин в дальшем и иметь приоритетную тех.поддержку, то вам нужно продлить "
325
- "лицензию."
326
-
327
- #: bws_functions.php:544 bws_functions.php:594 bws_menu.php:611
328
- #: bws_menu.php:633 bws_menu.php:660 bws_menu.php:690 bws_menu.php:736
 
 
 
 
 
 
 
 
329
  msgid "Learn more"
330
  msgstr "Подробнее"
331
 
332
- #: bws_functions.php:554
333
  #, php-format
334
  msgid "Notice: You are using the PRO Trial license of %s plugin."
335
  msgstr "Внимание: Вы используете триал PRO версию плагина %s."
336
 
337
- #: bws_functions.php:556
338
  msgid "Notice: You are using the PRO Trial license of plugin."
339
  msgstr "Внимание: Вы используете триал PRO версию плагина."
340
 
341
- #: bws_functions.php:559
342
  msgid "The PRO Trial license will expire on"
343
  msgstr "Триал период PRO версии плагина истекает"
344
 
345
- #: bws_functions.php:594
346
  msgid "You license for"
347
  msgstr "Ваш лицензионный ключ для"
348
 
349
- #: bws_functions.php:594
350
  msgid "expires on"
351
  msgstr "истекает"
352
 
353
- #: bws_functions.php:594
354
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
355
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
356
 
357
- #: bws_functions.php:672
358
  msgid "Close"
359
  msgstr "Закрыть"
360
 
361
- #: bws_menu.php:448
362
  msgid "Not set"
363
  msgstr "Не задан"
364
 
365
- #: bws_menu.php:450 bws_menu.php:451
 
366
  msgid "On"
367
  msgstr "Вкл"
368
 
369
- #: bws_menu.php:450 bws_menu.php:451
 
370
  msgid "Off"
371
  msgstr "Выкл"
372
 
373
- #: bws_menu.php:452 bws_menu.php:453 bws_menu.php:454 bws_menu.php:455
374
- #: bws_menu.php:456 bws_menu.php:468
 
 
 
 
375
  msgid "N/A"
376
  msgstr "Неизвестно"
377
 
378
- #: bws_menu.php:456
379
  msgid " Mb"
380
  msgstr "Mb"
381
 
382
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:464
 
 
 
383
  msgid "Yes"
384
  msgstr "Да"
385
 
386
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:466
 
 
 
387
  msgid "No"
388
  msgstr "Нет"
389
 
390
- #: bws_menu.php:476
391
  msgid "Operating System"
392
  msgstr "Операционная система"
393
 
394
- #: bws_menu.php:477
395
  msgid "Server"
396
  msgstr "Тип сервера"
397
 
398
- #: bws_menu.php:478
399
  msgid "Memory usage"
400
  msgstr "Памяти использовано"
401
 
402
- #: bws_menu.php:479
403
  msgid "MYSQL Version"
404
  msgstr "Версия MYSQL"
405
 
406
- #: bws_menu.php:480
407
  msgid "SQL Mode"
408
  msgstr "Режим SQL"
409
 
410
- #: bws_menu.php:481
411
  msgid "PHP Version"
412
  msgstr "Версия PHP"
413
 
414
- #: bws_menu.php:482
415
  msgid "PHP Safe Mode"
416
  msgstr "PHP Safe Mode"
417
 
418
- #: bws_menu.php:483
419
  msgid "PHP Allow URL fopen"
420
  msgstr "PHP Allow URL fopen"
421
 
422
- #: bws_menu.php:484
423
  msgid "PHP Memory Limit"
424
  msgstr "Лимит памяти"
425
 
426
- #: bws_menu.php:485
427
  msgid "PHP Max Upload Size"
428
  msgstr "Макс. размер загружаемого файла"
429
 
430
- #: bws_menu.php:486
431
  msgid "PHP Max Post Size"
432
  msgstr "Макс. размер записи"
433
 
434
- #: bws_menu.php:487
435
  msgid "PHP Max Script Execute Time"
436
  msgstr "Макс. время выполнения сценария"
437
 
438
- #: bws_menu.php:488
439
  msgid "PHP Exif support"
440
  msgstr "Поддержка PHP Exif"
441
 
442
- #: bws_menu.php:489
443
  msgid "PHP IPTC support"
444
  msgstr "Поддержка PHP IPTC"
445
 
446
- #: bws_menu.php:490
447
  msgid "PHP XML support"
448
  msgstr "Поддержка PHP XML"
449
 
450
- #: bws_menu.php:491
451
  msgid "Site URL"
452
  msgstr "Адрес сайта"
453
 
454
- #: bws_menu.php:492
455
  msgid "Home URL"
456
  msgstr "Основной адрес сайта"
457
 
458
- #: bws_menu.php:495
459
  msgid "WordPress Version"
460
  msgstr "Версия WordPress"
461
 
462
- #: bws_menu.php:496
463
  msgid "WordPress DB Version"
464
  msgstr "Версия базы данных WordPress"
465
 
466
- #: bws_menu.php:497
467
  msgid "Multisite"
468
  msgstr "Мультиблог"
469
 
470
- #: bws_menu.php:498
471
  msgid "Active Theme"
472
  msgstr "Текущая тема"
473
 
474
- #: bws_menu.php:513
475
  msgid "Please enter a valid email address."
476
  msgstr "Пожалуйста, введите валидный емайл."
477
 
478
- #: bws_menu.php:517
479
  msgid "Email with system info is sent to "
480
  msgstr "E-mail с системной информацией отправлен на"
481
 
482
- #: bws_menu.php:521
483
  msgid "Thank you for contacting us."
484
  msgstr "Спасибо что связались с нами."
485
 
486
- #: bws_menu.php:554
487
  msgid "Sorry, email message could not be delivered."
488
  msgstr "Извините, ваш email не может быть отправлен."
489
 
490
- #: bws_menu.php:562
491
  msgid "Need help?"
492
  msgstr "Нужна помощь?"
493
 
494
- #: bws_menu.php:563
495
  msgid "Client area"
496
  msgstr "Client area"
497
 
498
- #: bws_menu.php:564 bws_menu.php:875
 
499
  msgid "System status"
500
  msgstr "Системная информация"
501
 
502
- #: bws_menu.php:569
503
  msgid "Plugins"
504
  msgstr "Плагины"
505
 
506
- #: bws_menu.php:571
507
  msgid "Themes"
508
  msgstr "Темы"
509
 
510
- #: bws_menu.php:576
511
  msgid "All"
512
  msgstr "Все"
513
 
514
- #: bws_menu.php:577
515
  msgid "Installed"
516
  msgstr "Установленные"
517
 
518
- #: bws_menu.php:578
519
  msgid "Recommended"
520
  msgstr "Рекомендованные"
521
 
522
- #: bws_menu.php:582
523
  msgid "Installed plugins"
524
  msgstr "Установленные плагины"
525
 
526
- #: bws_menu.php:614 bws_menu.php:663
 
527
  msgid "Settings"
528
  msgstr "Настройки"
529
 
530
- #: bws_menu.php:635 bws_menu.php:692
 
531
  msgid "Activate this plugin"
532
  msgstr "Активировать плагин"
533
 
534
- #: bws_menu.php:650 bws_menu.php:680 bws_menu.php:726
 
 
535
  msgid "Go"
536
  msgstr "Перейти на"
537
 
538
- #: bws_menu.php:654 bws_menu.php:684 bws_menu.php:730
 
 
539
  msgid "DONATE"
540
  msgstr "Пожертвовать"
541
 
542
- #: bws_menu.php:700
543
  msgid "Recommended plugins"
544
  msgstr "Рекомендованные к установке плагины"
545
 
546
- #: bws_menu.php:738
547
  msgid "Install now"
548
  msgstr "Установить"
549
 
550
- #: bws_menu.php:759
551
  msgid "Try again"
552
  msgstr "Попробовать снова"
553
 
554
- #: bws_menu.php:777
555
  #, php-format
556
  msgid "Preview &#8220;%s&#8221;"
557
  msgstr "Просмотр &#8220;%s&#8221;"
558
 
559
- #: bws_menu.php:808
560
  #, php-format
561
  msgid "Install %s"
562
  msgstr "Установлено %s"
563
 
564
- #: bws_menu.php:808
565
  msgid "Install Now"
566
  msgstr "Установить"
567
 
568
- #: bws_menu.php:811
569
  #, php-format
570
  msgid "Update to version %s"
571
  msgstr "Обновить до версии %s"
572
 
573
- #: bws_menu.php:811
574
  msgid "Update"
575
  msgstr "Обновить"
576
 
577
- #: bws_menu.php:818
578
  #, php-format
579
  msgid "Preview %s"
580
  msgstr "Просмотр %s"
581
 
582
- #: bws_menu.php:818
583
  msgid "Preview"
584
  msgstr "Просмотр"
585
 
586
- #: bws_menu.php:824 bws_menu.php:856
 
587
  #, php-format
588
  msgid "By %s"
589
  msgstr "%s"
590
 
591
- #: bws_menu.php:830
592
  msgid "Details"
593
  msgstr "Детали"
594
 
595
- #: bws_menu.php:862
596
  msgid "Already Installed"
597
  msgstr "Уже установлена"
598
 
599
- #: bws_menu.php:878
600
  msgid "Environment"
601
  msgstr "Системная среда"
602
 
603
- #: bws_menu.php:889
604
  msgid "Active Plugins"
605
  msgstr "Активированные плагины"
606
 
607
- #: bws_menu.php:902
608
  msgid "Inactive Plugins"
609
  msgstr "Неактивированные плагины"
610
 
611
- #: bws_menu.php:918
612
  msgid "Send to support"
613
  msgstr "Отправить в тех. поддержку"
614
 
615
- #: bws_menu.php:925
616
  msgid "Send to custom email &#187;"
617
  msgstr "Отправить на емейл &#187;"
618
 
 
 
 
 
 
 
 
619
  #~ msgid "Switch to new interface"
620
  #~ msgstr "Переключится на новый интерфейс"
621
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-11 14:11+0300\n"
6
+ "PO-Revision-Date: 2015-05-11 14:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:89
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
+ #: bws_functions.php:91
24
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
+ msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
 
 
 
 
26
 
27
+ #: bws_functions.php:92
28
  msgid "Back to the WordPress"
29
  msgstr "Вернуться к WordPress на"
30
 
31
+ #: bws_functions.php:94
32
  msgid "Plugins page"
33
  msgstr "Страницу плагинов"
34
 
35
+ #: bws_functions.php:151
 
 
 
 
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настало время обновить Ваш"
38
 
39
+ #: bws_functions.php:151
40
  msgid "to"
41
  msgstr "до"
42
 
43
+ #: bws_functions.php:151
44
  msgid "version!"
45
  msgstr "версии!"
46
 
47
+ #: bws_functions.php:152
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Расширяет возможности стандартного функционала плагина."
50
 
51
+ #: bws_functions.php:155
52
+ #: bws_functions.php:542
53
+ msgid "Learn More"
54
+ msgstr "Подробнее"
55
+
56
+ #: bws_functions.php:172
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
+ msgstr "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
 
59
 
60
+ #: bws_functions.php:173
61
  msgid "Rate the plugin"
62
  msgstr "Оценить плагин"
63
 
64
+ #: bws_functions.php:176
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
67
 
68
+ #: bws_functions.php:193
69
+ #: bws_functions.php:229
70
  msgid "Wrong license key"
71
  msgstr "Неправильный лицензионный ключ"
72
 
73
+ #: bws_functions.php:223
74
+ #: bws_functions.php:455
75
+ #: bws_functions.php:506
76
+ msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
+ msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами"
 
 
78
 
79
+ #: bws_functions.php:223
80
+ #: bws_functions.php:455
81
+ #: bws_functions.php:506
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Приносим извинения за неудобства."
84
 
85
+ #: bws_functions.php:231
86
  msgid "This license key is bind to another site"
87
  msgstr "Этот лицензионный ключ привязан к другому сайту"
88
 
89
+ #: bws_functions.php:233
90
+ #: bws_functions.php:365
91
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
+ msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
 
 
 
93
 
94
+ #: bws_functions.php:235
95
+ msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
+ msgstr "К сожалению, время использования вашей лицензии истекло. Для получения обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на вашей"
 
 
 
 
 
97
 
98
+ #: bws_functions.php:237
99
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
100
+ msgstr "К сожалению, PRO лицензия уже была установлена на этом доменен. PRO Trial лицензия может быть установлена только один раз."
 
 
 
 
101
 
102
+ #: bws_functions.php:248
103
+ #: bws_functions.php:270
104
+ #: bws_functions.php:292
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
+ msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
 
107
 
108
+ #: bws_functions.php:260
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
111
 
112
+ #: bws_functions.php:266
113
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
+ msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
 
 
 
 
115
 
116
+ #: bws_functions.php:273
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
+ msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
 
119
 
120
+ #: bws_functions.php:296
121
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
+ msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
 
 
 
 
123
 
124
+ #: bws_functions.php:321
125
  msgid "Please, enter Your license key"
126
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
127
 
128
+ #: bws_functions.php:338
129
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
130
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
131
 
132
+ #: bws_functions.php:340
133
+ #: bws_functions.php:422
134
  msgid "Please, go to"
135
  msgstr "Пожалуйста, перейдите на"
136
 
137
+ #: bws_functions.php:340
138
+ #: bws_functions.php:422
139
  msgid "the setting page"
140
  msgstr "страницу настроек"
141
 
142
+ #: bws_functions.php:341
143
+ #: bws_functions.php:423
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
146
 
147
+ #: bws_functions.php:346
148
  msgid "You can download and activate"
149
  msgstr "Вы можете скачать и активировать"
150
 
151
+ #: bws_functions.php:348
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
154
 
155
+ #: bws_functions.php:350
156
+ #: bws_functions.php:391
157
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
+ msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
 
 
 
159
 
160
+ #: bws_functions.php:352
161
+ #: bws_functions.php:393
162
  msgid "(your username is the email you specify when purchasing the product)."
163
+ msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
 
 
164
 
165
+ #: bws_functions.php:356
166
  msgid "or"
167
  msgstr "или"
168
 
169
+ #: bws_functions.php:356
170
  #, php-format
171
  msgid "Start Your Free %s-Day Trial Now"
172
  msgstr "Попробуйте %s-дневную триал версию бесплатно"
173
 
174
+ #: bws_functions.php:362
175
+ #: bws_functions.php:371
176
+ #: bws_functions.php:401
177
+ #: bws_functions.php:409
178
+ #: bws_menu.php:643
179
+ #: bws_menu.php:700
180
  msgid "Activate"
181
  msgstr "Активировать"
182
 
183
+ #: bws_functions.php:388
184
+ #: bws_functions.php:481
185
  #, php-format
186
+ msgid "In order to continue using the plugin it is necessary to buy a %s license."
187
+ msgstr "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
 
 
188
 
189
+ #: bws_functions.php:389
190
  msgid "After that you can activate it by entering your license key."
191
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
192
 
193
+ #: bws_functions.php:403
194
  msgid "Unfortunately, you have exceeded the number of available tries per day."
195
  msgstr "К сожалению, вы превысили количество доступных попыток."
196
 
197
+ #: bws_functions.php:420
198
+ msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
199
  msgstr "Поздравляем! PRO версия плагина была успешно активирована."
200
 
201
+ #: bws_functions.php:461
202
  msgid "Wrong license key."
203
  msgstr "Неправильный лицензионный ключ."
204
 
205
+ #: bws_functions.php:463
206
  msgid "This license key is bind to another site."
207
  msgstr "Этот лицензионный ключ привязан к другому сайту."
208
 
209
+ #: bws_functions.php:465
210
+ msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
211
+ msgstr "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите обновлять плагин в будущем, вы должны продлить лицензию."
 
 
 
 
212
 
213
+ #: bws_functions.php:467
214
  msgid "Unfortunately, you have exceeded the number of available tries."
215
  msgstr "К сожалению, вы превысили количество доступных попыток."
216
 
217
+ #: bws_functions.php:469
218
+ msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
219
+ msgstr "К сожалению, триал PRO версия плагина уже устанавливалась на этот домен. Триал PRO версию можно устанавливать лишь один раз."
 
 
 
 
220
 
221
+ #: bws_functions.php:473
222
  msgid "The PRO Trial license key is valid."
223
  msgstr "Ключ триала PRO версии верен."
224
 
225
+ #: bws_functions.php:475
226
  msgid "The license key is valid."
227
  msgstr "Лицензионный ключ принят."
228
 
229
+ #: bws_functions.php:478
230
  msgid "Your license will expire on"
231
  msgstr "Ваша лицензия истечет"
232
 
233
+ #: bws_functions.php:511
234
  msgid "Please, enter your license key"
235
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
236
 
237
+ #: bws_functions.php:524
238
+ msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
239
+ msgstr "При необходимости вы можете проверить валидность лицензионного ключа или повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на своей личной странице - Client area - на нашем сайте"
 
 
 
 
 
 
240
 
241
+ #: bws_functions.php:524
242
+ msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
243
+ msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта). При необходимости нажмите \"Lost your password?\"."
 
 
 
 
244
 
245
+ #: bws_functions.php:528
246
  msgid "Check license key"
247
  msgstr "Проверка лицензионного ключа"
248
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  #: bws_functions.php:542
250
+ msgid "WARNING: Illegal use notification"
251
+ msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
 
 
 
 
252
 
253
+ #: bws_functions.php:542
254
+ msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
255
+ msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деативирован."
256
+
257
+ #: bws_functions.php:550
258
+ msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
259
+ msgstr "Внимание: Срок действия триал периода PRO версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию PRO"
260
+
261
+ #: bws_functions.php:552
262
+ msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
263
+ msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
264
+
265
+ #: bws_functions.php:552
266
+ #: bws_functions.php:605
267
+ #: bws_menu.php:619
268
+ #: bws_menu.php:641
269
+ #: bws_menu.php:668
270
+ #: bws_menu.php:698
271
+ #: bws_menu.php:744
272
  msgid "Learn more"
273
  msgstr "Подробнее"
274
 
275
+ #: bws_functions.php:562
276
  #, php-format
277
  msgid "Notice: You are using the PRO Trial license of %s plugin."
278
  msgstr "Внимание: Вы используете триал PRO версию плагина %s."
279
 
280
+ #: bws_functions.php:564
281
  msgid "Notice: You are using the PRO Trial license of plugin."
282
  msgstr "Внимание: Вы используете триал PRO версию плагина."
283
 
284
+ #: bws_functions.php:567
285
  msgid "The PRO Trial license will expire on"
286
  msgstr "Триал период PRO версии плагина истекает"
287
 
288
+ #: bws_functions.php:605
289
  msgid "You license for"
290
  msgstr "Ваш лицензионный ключ для"
291
 
292
+ #: bws_functions.php:605
293
  msgid "expires on"
294
  msgstr "истекает"
295
 
296
+ #: bws_functions.php:605
297
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
298
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
299
 
300
+ #: bws_functions.php:680
301
  msgid "Close"
302
  msgstr "Закрыть"
303
 
304
+ #: bws_menu.php:456
305
  msgid "Not set"
306
  msgstr "Не задан"
307
 
308
+ #: bws_menu.php:458
309
+ #: bws_menu.php:459
310
  msgid "On"
311
  msgstr "Вкл"
312
 
313
+ #: bws_menu.php:458
314
+ #: bws_menu.php:459
315
  msgid "Off"
316
  msgstr "Выкл"
317
 
318
+ #: bws_menu.php:460
319
+ #: bws_menu.php:461
320
+ #: bws_menu.php:462
321
+ #: bws_menu.php:463
322
+ #: bws_menu.php:464
323
+ #: bws_menu.php:476
324
  msgid "N/A"
325
  msgstr "Неизвестно"
326
 
327
+ #: bws_menu.php:464
328
  msgid " Mb"
329
  msgstr "Mb"
330
 
331
+ #: bws_menu.php:465
332
+ #: bws_menu.php:466
333
+ #: bws_menu.php:467
334
+ #: bws_menu.php:472
335
  msgid "Yes"
336
  msgstr "Да"
337
 
338
+ #: bws_menu.php:465
339
+ #: bws_menu.php:466
340
+ #: bws_menu.php:467
341
+ #: bws_menu.php:474
342
  msgid "No"
343
  msgstr "Нет"
344
 
345
+ #: bws_menu.php:484
346
  msgid "Operating System"
347
  msgstr "Операционная система"
348
 
349
+ #: bws_menu.php:485
350
  msgid "Server"
351
  msgstr "Тип сервера"
352
 
353
+ #: bws_menu.php:486
354
  msgid "Memory usage"
355
  msgstr "Памяти использовано"
356
 
357
+ #: bws_menu.php:487
358
  msgid "MYSQL Version"
359
  msgstr "Версия MYSQL"
360
 
361
+ #: bws_menu.php:488
362
  msgid "SQL Mode"
363
  msgstr "Режим SQL"
364
 
365
+ #: bws_menu.php:489
366
  msgid "PHP Version"
367
  msgstr "Версия PHP"
368
 
369
+ #: bws_menu.php:490
370
  msgid "PHP Safe Mode"
371
  msgstr "PHP Safe Mode"
372
 
373
+ #: bws_menu.php:491
374
  msgid "PHP Allow URL fopen"
375
  msgstr "PHP Allow URL fopen"
376
 
377
+ #: bws_menu.php:492
378
  msgid "PHP Memory Limit"
379
  msgstr "Лимит памяти"
380
 
381
+ #: bws_menu.php:493
382
  msgid "PHP Max Upload Size"
383
  msgstr "Макс. размер загружаемого файла"
384
 
385
+ #: bws_menu.php:494
386
  msgid "PHP Max Post Size"
387
  msgstr "Макс. размер записи"
388
 
389
+ #: bws_menu.php:495
390
  msgid "PHP Max Script Execute Time"
391
  msgstr "Макс. время выполнения сценария"
392
 
393
+ #: bws_menu.php:496
394
  msgid "PHP Exif support"
395
  msgstr "Поддержка PHP Exif"
396
 
397
+ #: bws_menu.php:497
398
  msgid "PHP IPTC support"
399
  msgstr "Поддержка PHP IPTC"
400
 
401
+ #: bws_menu.php:498
402
  msgid "PHP XML support"
403
  msgstr "Поддержка PHP XML"
404
 
405
+ #: bws_menu.php:499
406
  msgid "Site URL"
407
  msgstr "Адрес сайта"
408
 
409
+ #: bws_menu.php:500
410
  msgid "Home URL"
411
  msgstr "Основной адрес сайта"
412
 
413
+ #: bws_menu.php:503
414
  msgid "WordPress Version"
415
  msgstr "Версия WordPress"
416
 
417
+ #: bws_menu.php:504
418
  msgid "WordPress DB Version"
419
  msgstr "Версия базы данных WordPress"
420
 
421
+ #: bws_menu.php:505
422
  msgid "Multisite"
423
  msgstr "Мультиблог"
424
 
425
+ #: bws_menu.php:506
426
  msgid "Active Theme"
427
  msgstr "Текущая тема"
428
 
429
+ #: bws_menu.php:521
430
  msgid "Please enter a valid email address."
431
  msgstr "Пожалуйста, введите валидный емайл."
432
 
433
+ #: bws_menu.php:525
434
  msgid "Email with system info is sent to "
435
  msgstr "E-mail с системной информацией отправлен на"
436
 
437
+ #: bws_menu.php:529
438
  msgid "Thank you for contacting us."
439
  msgstr "Спасибо что связались с нами."
440
 
441
+ #: bws_menu.php:562
442
  msgid "Sorry, email message could not be delivered."
443
  msgstr "Извините, ваш email не может быть отправлен."
444
 
445
+ #: bws_menu.php:570
446
  msgid "Need help?"
447
  msgstr "Нужна помощь?"
448
 
449
+ #: bws_menu.php:571
450
  msgid "Client area"
451
  msgstr "Client area"
452
 
453
+ #: bws_menu.php:572
454
+ #: bws_menu.php:883
455
  msgid "System status"
456
  msgstr "Системная информация"
457
 
458
+ #: bws_menu.php:577
459
  msgid "Plugins"
460
  msgstr "Плагины"
461
 
462
+ #: bws_menu.php:579
463
  msgid "Themes"
464
  msgstr "Темы"
465
 
466
+ #: bws_menu.php:584
467
  msgid "All"
468
  msgstr "Все"
469
 
470
+ #: bws_menu.php:585
471
  msgid "Installed"
472
  msgstr "Установленные"
473
 
474
+ #: bws_menu.php:586
475
  msgid "Recommended"
476
  msgstr "Рекомендованные"
477
 
478
+ #: bws_menu.php:590
479
  msgid "Installed plugins"
480
  msgstr "Установленные плагины"
481
 
482
+ #: bws_menu.php:622
483
+ #: bws_menu.php:671
484
  msgid "Settings"
485
  msgstr "Настройки"
486
 
487
+ #: bws_menu.php:643
488
+ #: bws_menu.php:700
489
  msgid "Activate this plugin"
490
  msgstr "Активировать плагин"
491
 
492
+ #: bws_menu.php:658
493
+ #: bws_menu.php:688
494
+ #: bws_menu.php:734
495
  msgid "Go"
496
  msgstr "Перейти на"
497
 
498
+ #: bws_menu.php:662
499
+ #: bws_menu.php:692
500
+ #: bws_menu.php:738
501
  msgid "DONATE"
502
  msgstr "Пожертвовать"
503
 
504
+ #: bws_menu.php:708
505
  msgid "Recommended plugins"
506
  msgstr "Рекомендованные к установке плагины"
507
 
508
+ #: bws_menu.php:746
509
  msgid "Install now"
510
  msgstr "Установить"
511
 
512
+ #: bws_menu.php:767
513
  msgid "Try again"
514
  msgstr "Попробовать снова"
515
 
516
+ #: bws_menu.php:785
517
  #, php-format
518
  msgid "Preview &#8220;%s&#8221;"
519
  msgstr "Просмотр &#8220;%s&#8221;"
520
 
521
+ #: bws_menu.php:816
522
  #, php-format
523
  msgid "Install %s"
524
  msgstr "Установлено %s"
525
 
526
+ #: bws_menu.php:816
527
  msgid "Install Now"
528
  msgstr "Установить"
529
 
530
+ #: bws_menu.php:819
531
  #, php-format
532
  msgid "Update to version %s"
533
  msgstr "Обновить до версии %s"
534
 
535
+ #: bws_menu.php:819
536
  msgid "Update"
537
  msgstr "Обновить"
538
 
539
+ #: bws_menu.php:826
540
  #, php-format
541
  msgid "Preview %s"
542
  msgstr "Просмотр %s"
543
 
544
+ #: bws_menu.php:826
545
  msgid "Preview"
546
  msgstr "Просмотр"
547
 
548
+ #: bws_menu.php:832
549
+ #: bws_menu.php:864
550
  #, php-format
551
  msgid "By %s"
552
  msgstr "%s"
553
 
554
+ #: bws_menu.php:838
555
  msgid "Details"
556
  msgstr "Детали"
557
 
558
+ #: bws_menu.php:870
559
  msgid "Already Installed"
560
  msgstr "Уже установлена"
561
 
562
+ #: bws_menu.php:886
563
  msgid "Environment"
564
  msgstr "Системная среда"
565
 
566
+ #: bws_menu.php:897
567
  msgid "Active Plugins"
568
  msgstr "Активированные плагины"
569
 
570
+ #: bws_menu.php:910
571
  msgid "Inactive Plugins"
572
  msgstr "Неактивированные плагины"
573
 
574
+ #: bws_menu.php:926
575
  msgid "Send to support"
576
  msgstr "Отправить в тех. поддержку"
577
 
578
+ #: bws_menu.php:933
579
  msgid "Send to custom email &#187;"
580
  msgstr "Отправить на емейл &#187;"
581
 
582
+ #~ msgid ""
583
+ #~ "(your username is the email you specify when purchasing the product), "
584
+ #~ "where you can make the necessary changes."
585
+ #~ msgstr ""
586
+ #~ "(ваш пользователь это емейл, который вы указывали при покупке продукта), "
587
+ #~ "где вы можете сделать необходимые изменения."
588
+
589
  #~ msgid "Switch to new interface"
590
  #~ msgstr "Переключится на новый интерфейс"
591
 
bws_menu/languages/bestwebsoft-sr_RS.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-20 14:47+0300\n"
6
- "PO-Revision-Date: 2015-04-20 14:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
@@ -17,582 +17,588 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:85
21
  msgid "requires"
22
  msgstr ""
23
 
24
- #: bws_functions.php:87
25
- msgid ""
26
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
- "try again."
28
  msgstr ""
29
 
30
- #: bws_functions.php:88
31
  msgid "Back to the WordPress"
32
  msgstr ""
33
 
34
- #: bws_functions.php:90
35
  #, fuzzy
36
  msgid "Plugins page"
37
  msgstr "Pro moduli"
38
 
39
- #: bws_functions.php:147
40
  msgid "It’s time to upgrade your"
41
  msgstr ""
42
 
43
- #: bws_functions.php:147
44
  #, fuzzy
45
  msgid "to"
46
  msgstr "vrh"
47
 
48
- #: bws_functions.php:147
49
  #, fuzzy
50
  msgid "version!"
51
  msgstr "PHP Verzija"
52
 
53
- #: bws_functions.php:148
54
  msgid "Extend standard plugin functionality with new great options."
55
  msgstr ""
56
 
57
- #: bws_functions.php:151
 
58
  #, fuzzy
59
  msgid "Learn More"
60
  msgstr "Pročitaj više"
61
 
62
- #: bws_functions.php:168
63
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
64
  msgstr ""
65
 
66
- #: bws_functions.php:169
67
  #, fuzzy
68
  msgid "Rate the plugin"
69
  msgstr "Aktivirani moduli"
70
 
71
- #: bws_functions.php:172
72
  #, fuzzy
73
  msgid "If there is something wrong about it, please contact us"
74
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
75
 
76
- #: bws_functions.php:189 bws_functions.php:225
 
77
  msgid "Wrong license key"
78
  msgstr ""
79
 
80
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
81
- msgid ""
82
- "Something went wrong. Please try again later. If the error appears again, "
83
- "please contact us"
84
  msgstr ""
85
 
86
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
 
 
87
  msgid "We are sorry for inconvenience."
88
  msgstr ""
89
 
90
- #: bws_functions.php:227
91
  msgid "This license key is bind to another site"
92
  msgstr ""
93
 
94
- #: bws_functions.php:229 bws_functions.php:361
95
- msgid ""
96
- "Unfortunately, you have exceeded the number of available tries per day. "
97
- "Please, upload the plugin manually."
98
  msgstr ""
99
 
100
- #: bws_functions.php:231
101
- msgid ""
102
- "Unfortunately, Your license has expired. To continue getting top-priority "
103
- "support and plugin updates you should extend it in your"
104
  msgstr ""
105
 
106
- #: bws_functions.php:233
107
- msgid ""
108
- "Unfortunately, the PRO licence was already installed to this domain. The PRO "
109
- "Trial license can be installed only once."
110
  msgstr ""
111
 
112
- #: bws_functions.php:244 bws_functions.php:266 bws_functions.php:288
 
 
113
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
114
  msgstr ""
115
 
116
- #: bws_functions.php:256
117
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
118
  msgstr ""
119
 
120
- #: bws_functions.php:262
121
- msgid ""
122
- "Your server does not support either ZipArchive or Phar. Please, upload the "
123
- "plugin manually"
124
  msgstr ""
125
 
126
- #: bws_functions.php:269
127
  msgid "UploadDir is not writable. Please, upload the plugin manually"
128
  msgstr ""
129
 
130
- #: bws_functions.php:292
131
- msgid ""
132
- "Something went wrong. Try again later or upload the plugin manually. We are "
133
- "sorry for inconvenience."
134
  msgstr ""
135
 
136
- #: bws_functions.php:317
137
  msgid "Please, enter Your license key"
138
  msgstr ""
139
 
140
- #: bws_functions.php:334
141
- msgid ""
142
- "Congratulations! The PRO version of the plugin is successfully download and "
143
- "activated."
144
  msgstr ""
145
 
146
- #: bws_functions.php:336 bws_functions.php:418
 
147
  msgid "Please, go to"
148
  msgstr ""
149
 
150
- #: bws_functions.php:336 bws_functions.php:418
 
151
  #, fuzzy
152
  msgid "the setting page"
153
  msgstr "na stranici za podešavanje modula ("
154
 
155
- #: bws_functions.php:337 bws_functions.php:419
 
156
  msgid "You will be redirected automatically in 5 seconds."
157
  msgstr ""
158
 
159
- #: bws_functions.php:342
160
  msgid "You can download and activate"
161
  msgstr ""
162
 
163
- #: bws_functions.php:344
164
  msgid "version of this plugin by entering Your license key."
165
  msgstr ""
166
 
167
- #: bws_functions.php:346 bws_functions.php:387
168
- msgid ""
169
- "You can find your license key on your personal page Client area, by clicking "
170
- "on the link"
171
  msgstr ""
172
 
173
- #: bws_functions.php:348 bws_functions.php:389
 
174
  msgid "(your username is the email you specify when purchasing the product)."
175
  msgstr ""
176
 
177
- #: bws_functions.php:352
178
  msgid "or"
179
  msgstr ""
180
 
181
- #: bws_functions.php:352
182
  #, php-format
183
  msgid "Start Your Free %s-Day Trial Now"
184
  msgstr ""
185
 
186
- #: bws_functions.php:358 bws_functions.php:367 bws_functions.php:397
187
- #: bws_functions.php:405 bws_menu.php:635 bws_menu.php:692
 
 
 
 
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "Aktivirani moduli"
191
 
192
- #: bws_functions.php:384 bws_functions.php:477
 
193
  #, php-format
194
- msgid ""
195
- "In order to continue using the plugin it is necessary to buy a %s license."
196
  msgstr ""
197
 
198
- #: bws_functions.php:385
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
- #: bws_functions.php:399
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
- #: bws_functions.php:416
207
- msgid ""
208
- "Congratulations! The PRO license of the plugin is successfully activated."
209
  msgstr ""
210
 
211
- #: bws_functions.php:457
212
  msgid "Wrong license key."
213
  msgstr ""
214
 
215
- #: bws_functions.php:459
216
  msgid "This license key is bind to another site."
217
  msgstr ""
218
 
219
- #: bws_functions.php:461
220
- msgid ""
221
- "This license key is valid, but Your license has expired. If you want to "
222
- "update our plugin in future, you should extend the license."
223
  msgstr ""
224
 
225
- #: bws_functions.php:463
226
  msgid "Unfortunately, you have exceeded the number of available tries."
227
  msgstr ""
228
 
229
- #: bws_functions.php:465
230
- msgid ""
231
- "Unfortunately, the PRO Trial licence was already installed to this domain. "
232
- "The PRO Trial license can be installed only once."
233
  msgstr ""
234
 
235
- #: bws_functions.php:469
236
  msgid "The PRO Trial license key is valid."
237
  msgstr ""
238
 
239
- #: bws_functions.php:471
240
  msgid "The license key is valid."
241
  msgstr ""
242
 
243
- #: bws_functions.php:474
244
  msgid "Your license will expire on"
245
  msgstr ""
246
 
247
- #: bws_functions.php:507
248
  msgid "Please, enter your license key"
249
  msgstr ""
250
 
251
- #: bws_functions.php:520
252
- msgid ""
253
- "If needed you can check if the license key is correct or reenter it in the "
254
- "field below. You can find your license key on your personal page - Client "
255
- "area - on our website"
256
  msgstr ""
257
 
258
- #: bws_functions.php:520
259
- msgid ""
260
- "(your username is the email you specify when purchasing the product). If "
261
- "necessary, please submit \"Lost your password?\" request."
262
  msgstr ""
263
 
264
- #: bws_functions.php:524
265
  msgid "Check license key"
266
  msgstr ""
267
 
268
- #: bws_functions.php:538
269
- msgid ""
270
- "WARNING: We have noticed illegal use of our plugin by you. We strongly "
271
- "recommend you to solve the problem within 24 hours, otherwise the plugin "
272
- "will be deactivated. Please go to your personal"
273
  msgstr ""
274
 
275
- #: bws_functions.php:538
276
- msgid ""
277
- "(your username is the email you specify when purchasing the product), where "
278
- "you can make the necessary changes."
279
  msgstr ""
280
 
281
- #: bws_functions.php:546
282
- msgid ""
283
- "Notice: Your PRO Trial license has expired. To continue using the plugin you "
284
- "should buy a PRO license"
285
  msgstr ""
286
 
287
- #: bws_functions.php:548
288
- msgid ""
289
- "Your license has expired. To continue getting top-priority support and "
290
- "plugin updates you should extend it."
291
  msgstr ""
292
 
293
- #: bws_functions.php:548 bws_functions.php:601 bws_menu.php:611
294
- #: bws_menu.php:633 bws_menu.php:660 bws_menu.php:690 bws_menu.php:736
 
 
 
 
 
295
  #, fuzzy
296
  msgid "Learn more"
297
  msgstr "Pročitaj više"
298
 
299
- #: bws_functions.php:558
300
  #, php-format
301
  msgid "Notice: You are using the PRO Trial license of %s plugin."
302
  msgstr ""
303
 
304
- #: bws_functions.php:560
305
  msgid "Notice: You are using the PRO Trial license of plugin."
306
  msgstr ""
307
 
308
- #: bws_functions.php:563
309
  msgid "The PRO Trial license will expire on"
310
  msgstr ""
311
 
312
- #: bws_functions.php:601
313
  msgid "You license for"
314
  msgstr ""
315
 
316
- #: bws_functions.php:601
317
  msgid "expires on"
318
  msgstr ""
319
 
320
- #: bws_functions.php:601
321
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
322
  msgstr ""
323
 
324
- #: bws_functions.php:676
325
  msgid "Close"
326
  msgstr ""
327
 
328
- #: bws_menu.php:448
329
  msgid "Not set"
330
  msgstr "Nije podešeno"
331
 
332
- #: bws_menu.php:450 bws_menu.php:451
 
333
  msgid "On"
334
  msgstr "Uključeno"
335
 
336
- #: bws_menu.php:450 bws_menu.php:451
 
337
  msgid "Off"
338
  msgstr "Isključeno"
339
 
340
- #: bws_menu.php:452 bws_menu.php:453 bws_menu.php:454 bws_menu.php:455
341
- #: bws_menu.php:456 bws_menu.php:468
 
 
 
 
342
  msgid "N/A"
343
  msgstr "N/A"
344
 
345
- #: bws_menu.php:456
346
  msgid " Mb"
347
  msgstr " Mb"
348
 
349
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:464
 
 
 
350
  msgid "Yes"
351
  msgstr "Da"
352
 
353
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:466
 
 
 
354
  msgid "No"
355
  msgstr "Ne"
356
 
357
- #: bws_menu.php:476
358
  msgid "Operating System"
359
  msgstr "Operativni Sistem"
360
 
361
- #: bws_menu.php:477
362
  msgid "Server"
363
  msgstr "Server"
364
 
365
- #: bws_menu.php:478
366
  msgid "Memory usage"
367
  msgstr "Upotreba memorije"
368
 
369
- #: bws_menu.php:479
370
  msgid "MYSQL Version"
371
  msgstr "MYSQL Verzija"
372
 
373
- #: bws_menu.php:480
374
  msgid "SQL Mode"
375
  msgstr "SQL način"
376
 
377
- #: bws_menu.php:481
378
  msgid "PHP Version"
379
  msgstr "PHP Verzija"
380
 
381
- #: bws_menu.php:482
382
  msgid "PHP Safe Mode"
383
  msgstr "PHP Sigurni način"
384
 
385
- #: bws_menu.php:483
386
  msgid "PHP Allow URL fopen"
387
  msgstr "PHP Dozvoli URL fopen"
388
 
389
- #: bws_menu.php:484
390
  msgid "PHP Memory Limit"
391
  msgstr "PHP Ograničenje memorije"
392
 
393
- #: bws_menu.php:485
394
  #, fuzzy
395
  msgid "PHP Max Upload Size"
396
  msgstr "Envoi de fichier"
397
 
398
- #: bws_menu.php:486
399
  msgid "PHP Max Post Size"
400
  msgstr "PHP Max veličina za učitavanje"
401
 
402
- #: bws_menu.php:487
403
  msgid "PHP Max Script Execute Time"
404
  msgstr "PHP Max veličina posta"
405
 
406
- #: bws_menu.php:488
407
  msgid "PHP Exif support"
408
  msgstr "PHP Exif podrška"
409
 
410
- #: bws_menu.php:489
411
  msgid "PHP IPTC support"
412
  msgstr "PHP IPTC podrška"
413
 
414
- #: bws_menu.php:490
415
  msgid "PHP XML support"
416
  msgstr "PHP XML podrška"
417
 
418
- #: bws_menu.php:491
419
  #, fuzzy
420
  msgid "Site URL"
421
  msgstr "URL du lien"
422
 
423
- #: bws_menu.php:492
424
  msgid "Home URL"
425
  msgstr "URL naslovne"
426
 
427
- #: bws_menu.php:495
428
  msgid "WordPress Version"
429
  msgstr "WordPress Verzija"
430
 
431
- #: bws_menu.php:496
432
  msgid "WordPress DB Version"
433
  msgstr "WordPress DB Verzija"
434
 
435
- #: bws_menu.php:497
436
  msgid "Multisite"
437
  msgstr "Višenamenski sajt"
438
 
439
- #: bws_menu.php:498
440
  msgid "Active Theme"
441
  msgstr "Aktivna tema"
442
 
443
- #: bws_menu.php:513
444
  msgid "Please enter a valid email address."
445
  msgstr "Molimo unesite važeću mejl adresu"
446
 
447
- #: bws_menu.php:517
448
  msgid "Email with system info is sent to "
449
  msgstr "Mejl sa sistemskim informacijama je poslat na"
450
 
451
- #: bws_menu.php:521
452
  msgid "Thank you for contacting us."
453
  msgstr "Hvala što ste nas kontaktirali"
454
 
455
- #: bws_menu.php:554
456
  msgid "Sorry, email message could not be delivered."
457
  msgstr "Nažalost mejl poruka nije prosleđena"
458
 
459
- #: bws_menu.php:562
460
  msgid "Need help?"
461
  msgstr ""
462
 
463
- #: bws_menu.php:563
464
  msgid "Client area"
465
  msgstr ""
466
 
467
- #: bws_menu.php:564 bws_menu.php:875
 
468
  msgid "System status"
469
  msgstr "Sistemski status"
470
 
471
- #: bws_menu.php:569
472
  #, fuzzy
473
  msgid "Plugins"
474
  msgstr "Pro moduli"
475
 
476
- #: bws_menu.php:571
477
  msgid "Themes"
478
  msgstr ""
479
 
480
- #: bws_menu.php:576
481
  msgid "All"
482
  msgstr ""
483
 
484
- #: bws_menu.php:577
485
  #, fuzzy
486
  msgid "Installed"
487
  msgstr "Instalacija %s"
488
 
489
- #: bws_menu.php:578
490
  #, fuzzy
491
  msgid "Recommended"
492
  msgstr "Preporučeni moduli"
493
 
494
- #: bws_menu.php:582
495
  msgid "Installed plugins"
496
  msgstr "Instalirani moduli"
497
 
498
- #: bws_menu.php:614 bws_menu.php:663
 
499
  msgid "Settings"
500
  msgstr "Podešavanja"
501
 
502
- #: bws_menu.php:635 bws_menu.php:692
 
503
  #, fuzzy
504
  msgid "Activate this plugin"
505
  msgstr "Aktivirani moduli"
506
 
507
- #: bws_menu.php:650 bws_menu.php:680 bws_menu.php:726
 
 
508
  msgid "Go"
509
  msgstr ""
510
 
511
- #: bws_menu.php:654 bws_menu.php:684 bws_menu.php:730
 
 
512
  msgid "DONATE"
513
  msgstr ""
514
 
515
- #: bws_menu.php:700
516
  msgid "Recommended plugins"
517
  msgstr "Preporučeni moduli"
518
 
519
- #: bws_menu.php:738
520
  #, fuzzy
521
  msgid "Install now"
522
  msgstr "Instalacija %s"
523
 
524
- #: bws_menu.php:759
525
  msgid "Try again"
526
  msgstr ""
527
 
528
- #: bws_menu.php:777
529
  #, php-format
530
  msgid "Preview &#8220;%s&#8221;"
531
  msgstr ""
532
 
533
- #: bws_menu.php:808
534
  #, php-format
535
  msgid "Install %s"
536
  msgstr "Instalacija %s"
537
 
538
- #: bws_menu.php:808
539
  #, fuzzy
540
  msgid "Install Now"
541
  msgstr "Instalacija %s"
542
 
543
- #: bws_menu.php:811
544
  #, php-format
545
  msgid "Update to version %s"
546
  msgstr ""
547
 
548
- #: bws_menu.php:811
549
  #, fuzzy
550
  msgid "Update"
551
  msgstr "date"
552
 
553
- #: bws_menu.php:818
554
  #, php-format
555
  msgid "Preview %s"
556
  msgstr ""
557
 
558
- #: bws_menu.php:818
559
  msgid "Preview"
560
  msgstr ""
561
 
562
- #: bws_menu.php:824 bws_menu.php:856
 
563
  #, php-format
564
  msgid "By %s"
565
  msgstr ""
566
 
567
- #: bws_menu.php:830
568
  msgid "Details"
569
  msgstr ""
570
 
571
- #: bws_menu.php:862
572
  #, fuzzy
573
  msgid "Already Installed"
574
  msgstr "Instalacija %s"
575
 
576
- #: bws_menu.php:878
577
  msgid "Environment"
578
  msgstr "Okruženje"
579
 
580
- #: bws_menu.php:889
581
  #, fuzzy
582
  msgid "Active Plugins"
583
  msgstr "Extensions activées"
584
 
585
- #: bws_menu.php:902
586
  #, fuzzy
587
  msgid "Inactive Plugins"
588
  msgstr "Extensions activées"
589
 
590
- #: bws_menu.php:918
591
  #, fuzzy
592
  msgid "Send to support"
593
  msgstr "Soutien"
594
 
595
- #: bws_menu.php:925
596
  msgid "Send to custom email &#187;"
597
  msgstr "Pošalji na korisnički mejl &#187;"
598
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-11 14:14+0300\n"
6
+ "PO-Revision-Date: 2015-05-11 14:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:89
21
  msgid "requires"
22
  msgstr ""
23
 
24
+ #: bws_functions.php:91
25
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
26
  msgstr ""
27
 
28
+ #: bws_functions.php:92
29
  msgid "Back to the WordPress"
30
  msgstr ""
31
 
32
+ #: bws_functions.php:94
33
  #, fuzzy
34
  msgid "Plugins page"
35
  msgstr "Pro moduli"
36
 
37
+ #: bws_functions.php:151
38
  msgid "It’s time to upgrade your"
39
  msgstr ""
40
 
41
+ #: bws_functions.php:151
42
  #, fuzzy
43
  msgid "to"
44
  msgstr "vrh"
45
 
46
+ #: bws_functions.php:151
47
  #, fuzzy
48
  msgid "version!"
49
  msgstr "PHP Verzija"
50
 
51
+ #: bws_functions.php:152
52
  msgid "Extend standard plugin functionality with new great options."
53
  msgstr ""
54
 
55
+ #: bws_functions.php:155
56
+ #: bws_functions.php:542
57
  #, fuzzy
58
  msgid "Learn More"
59
  msgstr "Pročitaj više"
60
 
61
+ #: bws_functions.php:172
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
  msgstr ""
64
 
65
+ #: bws_functions.php:173
66
  #, fuzzy
67
  msgid "Rate the plugin"
68
  msgstr "Aktivirani moduli"
69
 
70
+ #: bws_functions.php:176
71
  #, fuzzy
72
  msgid "If there is something wrong about it, please contact us"
73
  msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
74
 
75
+ #: bws_functions.php:193
76
+ #: bws_functions.php:229
77
  msgid "Wrong license key"
78
  msgstr ""
79
 
80
+ #: bws_functions.php:223
81
+ #: bws_functions.php:455
82
+ #: bws_functions.php:506
83
+ msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
84
  msgstr ""
85
 
86
+ #: bws_functions.php:223
87
+ #: bws_functions.php:455
88
+ #: bws_functions.php:506
89
  msgid "We are sorry for inconvenience."
90
  msgstr ""
91
 
92
+ #: bws_functions.php:231
93
  msgid "This license key is bind to another site"
94
  msgstr ""
95
 
96
+ #: bws_functions.php:233
97
+ #: bws_functions.php:365
98
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
99
  msgstr ""
100
 
101
+ #: bws_functions.php:235
102
+ msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
103
  msgstr ""
104
 
105
+ #: bws_functions.php:237
106
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
107
  msgstr ""
108
 
109
+ #: bws_functions.php:248
110
+ #: bws_functions.php:270
111
+ #: bws_functions.php:292
112
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
  msgstr ""
114
 
115
+ #: bws_functions.php:260
116
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
  msgstr ""
118
 
119
+ #: bws_functions.php:266
120
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
121
  msgstr ""
122
 
123
+ #: bws_functions.php:273
124
  msgid "UploadDir is not writable. Please, upload the plugin manually"
125
  msgstr ""
126
 
127
+ #: bws_functions.php:296
128
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
129
  msgstr ""
130
 
131
+ #: bws_functions.php:321
132
  msgid "Please, enter Your license key"
133
  msgstr ""
134
 
135
+ #: bws_functions.php:338
136
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
137
  msgstr ""
138
 
139
+ #: bws_functions.php:340
140
+ #: bws_functions.php:422
141
  msgid "Please, go to"
142
  msgstr ""
143
 
144
+ #: bws_functions.php:340
145
+ #: bws_functions.php:422
146
  #, fuzzy
147
  msgid "the setting page"
148
  msgstr "na stranici za podešavanje modula ("
149
 
150
+ #: bws_functions.php:341
151
+ #: bws_functions.php:423
152
  msgid "You will be redirected automatically in 5 seconds."
153
  msgstr ""
154
 
155
+ #: bws_functions.php:346
156
  msgid "You can download and activate"
157
  msgstr ""
158
 
159
+ #: bws_functions.php:348
160
  msgid "version of this plugin by entering Your license key."
161
  msgstr ""
162
 
163
+ #: bws_functions.php:350
164
+ #: bws_functions.php:391
165
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
166
  msgstr ""
167
 
168
+ #: bws_functions.php:352
169
+ #: bws_functions.php:393
170
  msgid "(your username is the email you specify when purchasing the product)."
171
  msgstr ""
172
 
173
+ #: bws_functions.php:356
174
  msgid "or"
175
  msgstr ""
176
 
177
+ #: bws_functions.php:356
178
  #, php-format
179
  msgid "Start Your Free %s-Day Trial Now"
180
  msgstr ""
181
 
182
+ #: bws_functions.php:362
183
+ #: bws_functions.php:371
184
+ #: bws_functions.php:401
185
+ #: bws_functions.php:409
186
+ #: bws_menu.php:643
187
+ #: bws_menu.php:700
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "Aktivirani moduli"
191
 
192
+ #: bws_functions.php:388
193
+ #: bws_functions.php:481
194
  #, php-format
195
+ msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
196
  msgstr ""
197
 
198
+ #: bws_functions.php:389
199
  msgid "After that you can activate it by entering your license key."
200
  msgstr ""
201
 
202
+ #: bws_functions.php:403
203
  msgid "Unfortunately, you have exceeded the number of available tries per day."
204
  msgstr ""
205
 
206
+ #: bws_functions.php:420
207
+ msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
208
  msgstr ""
209
 
210
+ #: bws_functions.php:461
211
  msgid "Wrong license key."
212
  msgstr ""
213
 
214
+ #: bws_functions.php:463
215
  msgid "This license key is bind to another site."
216
  msgstr ""
217
 
218
+ #: bws_functions.php:465
219
+ msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
220
  msgstr ""
221
 
222
+ #: bws_functions.php:467
223
  msgid "Unfortunately, you have exceeded the number of available tries."
224
  msgstr ""
225
 
226
+ #: bws_functions.php:469
227
+ msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
228
  msgstr ""
229
 
230
+ #: bws_functions.php:473
231
  msgid "The PRO Trial license key is valid."
232
  msgstr ""
233
 
234
+ #: bws_functions.php:475
235
  msgid "The license key is valid."
236
  msgstr ""
237
 
238
+ #: bws_functions.php:478
239
  msgid "Your license will expire on"
240
  msgstr ""
241
 
242
+ #: bws_functions.php:511
243
  msgid "Please, enter your license key"
244
  msgstr ""
245
 
246
+ #: bws_functions.php:524
247
+ msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
 
 
 
248
  msgstr ""
249
 
250
+ #: bws_functions.php:524
251
+ msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
252
  msgstr ""
253
 
254
+ #: bws_functions.php:528
255
  msgid "Check license key"
256
  msgstr ""
257
 
258
+ #: bws_functions.php:542
259
+ msgid "WARNING: Illegal use notification"
 
 
 
260
  msgstr ""
261
 
262
+ #: bws_functions.php:542
263
+ msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
264
  msgstr ""
265
 
266
+ #: bws_functions.php:550
267
+ msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
 
 
268
  msgstr ""
269
 
270
+ #: bws_functions.php:552
271
+ msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
272
  msgstr ""
273
 
274
+ #: bws_functions.php:552
275
+ #: bws_functions.php:605
276
+ #: bws_menu.php:619
277
+ #: bws_menu.php:641
278
+ #: bws_menu.php:668
279
+ #: bws_menu.php:698
280
+ #: bws_menu.php:744
281
  #, fuzzy
282
  msgid "Learn more"
283
  msgstr "Pročitaj više"
284
 
285
+ #: bws_functions.php:562
286
  #, php-format
287
  msgid "Notice: You are using the PRO Trial license of %s plugin."
288
  msgstr ""
289
 
290
+ #: bws_functions.php:564
291
  msgid "Notice: You are using the PRO Trial license of plugin."
292
  msgstr ""
293
 
294
+ #: bws_functions.php:567
295
  msgid "The PRO Trial license will expire on"
296
  msgstr ""
297
 
298
+ #: bws_functions.php:605
299
  msgid "You license for"
300
  msgstr ""
301
 
302
+ #: bws_functions.php:605
303
  msgid "expires on"
304
  msgstr ""
305
 
306
+ #: bws_functions.php:605
307
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
308
  msgstr ""
309
 
310
+ #: bws_functions.php:680
311
  msgid "Close"
312
  msgstr ""
313
 
314
+ #: bws_menu.php:456
315
  msgid "Not set"
316
  msgstr "Nije podešeno"
317
 
318
+ #: bws_menu.php:458
319
+ #: bws_menu.php:459
320
  msgid "On"
321
  msgstr "Uključeno"
322
 
323
+ #: bws_menu.php:458
324
+ #: bws_menu.php:459
325
  msgid "Off"
326
  msgstr "Isključeno"
327
 
328
+ #: bws_menu.php:460
329
+ #: bws_menu.php:461
330
+ #: bws_menu.php:462
331
+ #: bws_menu.php:463
332
+ #: bws_menu.php:464
333
+ #: bws_menu.php:476
334
  msgid "N/A"
335
  msgstr "N/A"
336
 
337
+ #: bws_menu.php:464
338
  msgid " Mb"
339
  msgstr " Mb"
340
 
341
+ #: bws_menu.php:465
342
+ #: bws_menu.php:466
343
+ #: bws_menu.php:467
344
+ #: bws_menu.php:472
345
  msgid "Yes"
346
  msgstr "Da"
347
 
348
+ #: bws_menu.php:465
349
+ #: bws_menu.php:466
350
+ #: bws_menu.php:467
351
+ #: bws_menu.php:474
352
  msgid "No"
353
  msgstr "Ne"
354
 
355
+ #: bws_menu.php:484
356
  msgid "Operating System"
357
  msgstr "Operativni Sistem"
358
 
359
+ #: bws_menu.php:485
360
  msgid "Server"
361
  msgstr "Server"
362
 
363
+ #: bws_menu.php:486
364
  msgid "Memory usage"
365
  msgstr "Upotreba memorije"
366
 
367
+ #: bws_menu.php:487
368
  msgid "MYSQL Version"
369
  msgstr "MYSQL Verzija"
370
 
371
+ #: bws_menu.php:488
372
  msgid "SQL Mode"
373
  msgstr "SQL način"
374
 
375
+ #: bws_menu.php:489
376
  msgid "PHP Version"
377
  msgstr "PHP Verzija"
378
 
379
+ #: bws_menu.php:490
380
  msgid "PHP Safe Mode"
381
  msgstr "PHP Sigurni način"
382
 
383
+ #: bws_menu.php:491
384
  msgid "PHP Allow URL fopen"
385
  msgstr "PHP Dozvoli URL fopen"
386
 
387
+ #: bws_menu.php:492
388
  msgid "PHP Memory Limit"
389
  msgstr "PHP Ograničenje memorije"
390
 
391
+ #: bws_menu.php:493
392
  #, fuzzy
393
  msgid "PHP Max Upload Size"
394
  msgstr "Envoi de fichier"
395
 
396
+ #: bws_menu.php:494
397
  msgid "PHP Max Post Size"
398
  msgstr "PHP Max veličina za učitavanje"
399
 
400
+ #: bws_menu.php:495
401
  msgid "PHP Max Script Execute Time"
402
  msgstr "PHP Max veličina posta"
403
 
404
+ #: bws_menu.php:496
405
  msgid "PHP Exif support"
406
  msgstr "PHP Exif podrška"
407
 
408
+ #: bws_menu.php:497
409
  msgid "PHP IPTC support"
410
  msgstr "PHP IPTC podrška"
411
 
412
+ #: bws_menu.php:498
413
  msgid "PHP XML support"
414
  msgstr "PHP XML podrška"
415
 
416
+ #: bws_menu.php:499
417
  #, fuzzy
418
  msgid "Site URL"
419
  msgstr "URL du lien"
420
 
421
+ #: bws_menu.php:500
422
  msgid "Home URL"
423
  msgstr "URL naslovne"
424
 
425
+ #: bws_menu.php:503
426
  msgid "WordPress Version"
427
  msgstr "WordPress Verzija"
428
 
429
+ #: bws_menu.php:504
430
  msgid "WordPress DB Version"
431
  msgstr "WordPress DB Verzija"
432
 
433
+ #: bws_menu.php:505
434
  msgid "Multisite"
435
  msgstr "Višenamenski sajt"
436
 
437
+ #: bws_menu.php:506
438
  msgid "Active Theme"
439
  msgstr "Aktivna tema"
440
 
441
+ #: bws_menu.php:521
442
  msgid "Please enter a valid email address."
443
  msgstr "Molimo unesite važeću mejl adresu"
444
 
445
+ #: bws_menu.php:525
446
  msgid "Email with system info is sent to "
447
  msgstr "Mejl sa sistemskim informacijama je poslat na"
448
 
449
+ #: bws_menu.php:529
450
  msgid "Thank you for contacting us."
451
  msgstr "Hvala što ste nas kontaktirali"
452
 
453
+ #: bws_menu.php:562
454
  msgid "Sorry, email message could not be delivered."
455
  msgstr "Nažalost mejl poruka nije prosleđena"
456
 
457
+ #: bws_menu.php:570
458
  msgid "Need help?"
459
  msgstr ""
460
 
461
+ #: bws_menu.php:571
462
  msgid "Client area"
463
  msgstr ""
464
 
465
+ #: bws_menu.php:572
466
+ #: bws_menu.php:883
467
  msgid "System status"
468
  msgstr "Sistemski status"
469
 
470
+ #: bws_menu.php:577
471
  #, fuzzy
472
  msgid "Plugins"
473
  msgstr "Pro moduli"
474
 
475
+ #: bws_menu.php:579
476
  msgid "Themes"
477
  msgstr ""
478
 
479
+ #: bws_menu.php:584
480
  msgid "All"
481
  msgstr ""
482
 
483
+ #: bws_menu.php:585
484
  #, fuzzy
485
  msgid "Installed"
486
  msgstr "Instalacija %s"
487
 
488
+ #: bws_menu.php:586
489
  #, fuzzy
490
  msgid "Recommended"
491
  msgstr "Preporučeni moduli"
492
 
493
+ #: bws_menu.php:590
494
  msgid "Installed plugins"
495
  msgstr "Instalirani moduli"
496
 
497
+ #: bws_menu.php:622
498
+ #: bws_menu.php:671
499
  msgid "Settings"
500
  msgstr "Podešavanja"
501
 
502
+ #: bws_menu.php:643
503
+ #: bws_menu.php:700
504
  #, fuzzy
505
  msgid "Activate this plugin"
506
  msgstr "Aktivirani moduli"
507
 
508
+ #: bws_menu.php:658
509
+ #: bws_menu.php:688
510
+ #: bws_menu.php:734
511
  msgid "Go"
512
  msgstr ""
513
 
514
+ #: bws_menu.php:662
515
+ #: bws_menu.php:692
516
+ #: bws_menu.php:738
517
  msgid "DONATE"
518
  msgstr ""
519
 
520
+ #: bws_menu.php:708
521
  msgid "Recommended plugins"
522
  msgstr "Preporučeni moduli"
523
 
524
+ #: bws_menu.php:746
525
  #, fuzzy
526
  msgid "Install now"
527
  msgstr "Instalacija %s"
528
 
529
+ #: bws_menu.php:767
530
  msgid "Try again"
531
  msgstr ""
532
 
533
+ #: bws_menu.php:785
534
  #, php-format
535
  msgid "Preview &#8220;%s&#8221;"
536
  msgstr ""
537
 
538
+ #: bws_menu.php:816
539
  #, php-format
540
  msgid "Install %s"
541
  msgstr "Instalacija %s"
542
 
543
+ #: bws_menu.php:816
544
  #, fuzzy
545
  msgid "Install Now"
546
  msgstr "Instalacija %s"
547
 
548
+ #: bws_menu.php:819
549
  #, php-format
550
  msgid "Update to version %s"
551
  msgstr ""
552
 
553
+ #: bws_menu.php:819
554
  #, fuzzy
555
  msgid "Update"
556
  msgstr "date"
557
 
558
+ #: bws_menu.php:826
559
  #, php-format
560
  msgid "Preview %s"
561
  msgstr ""
562
 
563
+ #: bws_menu.php:826
564
  msgid "Preview"
565
  msgstr ""
566
 
567
+ #: bws_menu.php:832
568
+ #: bws_menu.php:864
569
  #, php-format
570
  msgid "By %s"
571
  msgstr ""
572
 
573
+ #: bws_menu.php:838
574
  msgid "Details"
575
  msgstr ""
576
 
577
+ #: bws_menu.php:870
578
  #, fuzzy
579
  msgid "Already Installed"
580
  msgstr "Instalacija %s"
581
 
582
+ #: bws_menu.php:886
583
  msgid "Environment"
584
  msgstr "Okruženje"
585
 
586
+ #: bws_menu.php:897
587
  #, fuzzy
588
  msgid "Active Plugins"
589
  msgstr "Extensions activées"
590
 
591
+ #: bws_menu.php:910
592
  #, fuzzy
593
  msgid "Inactive Plugins"
594
  msgstr "Extensions activées"
595
 
596
+ #: bws_menu.php:926
597
  #, fuzzy
598
  msgid "Send to support"
599
  msgstr "Soutien"
600
 
601
+ #: bws_menu.php:933
602
  msgid "Send to custom email &#187;"
603
  msgstr "Pošalji na korisnički mejl &#187;"
604
 
bws_menu/languages/bestwebsoft-sv_SE.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-20 14:47+0300\n"
6
- "PO-Revision-Date: 2015-04-20 14:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
@@ -16,575 +16,581 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:85
20
  msgid "requires"
21
  msgstr ""
22
 
23
- #: bws_functions.php:87
24
- msgid ""
25
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
- "try again."
27
  msgstr ""
28
 
29
- #: bws_functions.php:88
30
  msgid "Back to the WordPress"
31
  msgstr ""
32
 
33
- #: bws_functions.php:90
34
  #, fuzzy
35
  msgid "Plugins page"
36
  msgstr "Betaltillägg"
37
 
38
- #: bws_functions.php:147
39
  msgid "It’s time to upgrade your"
40
  msgstr ""
41
 
42
- #: bws_functions.php:147
43
  #, fuzzy
44
  msgid "to"
45
  msgstr "två"
46
 
47
- #: bws_functions.php:147
48
  #, fuzzy
49
  msgid "version!"
50
  msgstr "PHP-version"
51
 
52
- #: bws_functions.php:148
53
  msgid "Extend standard plugin functionality with new great options."
54
  msgstr ""
55
 
56
- #: bws_functions.php:151
 
57
  #, fuzzy
58
  msgid "Learn More"
59
  msgstr "Läs mer"
60
 
61
- #: bws_functions.php:168
62
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
63
  msgstr ""
64
 
65
- #: bws_functions.php:169
66
  #, fuzzy
67
  msgid "Rate the plugin"
68
  msgstr "Aktiverade tillägg"
69
 
70
- #: bws_functions.php:172
71
  #, fuzzy
72
  msgid "If there is something wrong about it, please contact us"
73
  msgstr "Om du har några frågor, kontakta oss via"
74
 
75
- #: bws_functions.php:189 bws_functions.php:225
 
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
80
- msgid ""
81
- "Something went wrong. Please try again later. If the error appears again, "
82
- "please contact us"
83
  msgstr ""
84
 
85
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
 
 
86
  msgid "We are sorry for inconvenience."
87
  msgstr ""
88
 
89
- #: bws_functions.php:227
90
  msgid "This license key is bind to another site"
91
  msgstr ""
92
 
93
- #: bws_functions.php:229 bws_functions.php:361
94
- msgid ""
95
- "Unfortunately, you have exceeded the number of available tries per day. "
96
- "Please, upload the plugin manually."
97
  msgstr ""
98
 
99
- #: bws_functions.php:231
100
- msgid ""
101
- "Unfortunately, Your license has expired. To continue getting top-priority "
102
- "support and plugin updates you should extend it in your"
103
  msgstr ""
104
 
105
- #: bws_functions.php:233
106
- msgid ""
107
- "Unfortunately, the PRO licence was already installed to this domain. The PRO "
108
- "Trial license can be installed only once."
109
  msgstr ""
110
 
111
- #: bws_functions.php:244 bws_functions.php:266 bws_functions.php:288
 
 
112
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
113
  msgstr ""
114
 
115
- #: bws_functions.php:256
116
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
117
  msgstr ""
118
 
119
- #: bws_functions.php:262
120
- msgid ""
121
- "Your server does not support either ZipArchive or Phar. Please, upload the "
122
- "plugin manually"
123
  msgstr ""
124
 
125
- #: bws_functions.php:269
126
  msgid "UploadDir is not writable. Please, upload the plugin manually"
127
  msgstr ""
128
 
129
- #: bws_functions.php:292
130
- msgid ""
131
- "Something went wrong. Try again later or upload the plugin manually. We are "
132
- "sorry for inconvenience."
133
  msgstr ""
134
 
135
- #: bws_functions.php:317
136
  msgid "Please, enter Your license key"
137
  msgstr ""
138
 
139
- #: bws_functions.php:334
140
- msgid ""
141
- "Congratulations! The PRO version of the plugin is successfully download and "
142
- "activated."
143
  msgstr ""
144
 
145
- #: bws_functions.php:336 bws_functions.php:418
 
146
  msgid "Please, go to"
147
  msgstr ""
148
 
149
- #: bws_functions.php:336 bws_functions.php:418
 
150
  msgid "the setting page"
151
  msgstr ""
152
 
153
- #: bws_functions.php:337 bws_functions.php:419
 
154
  msgid "You will be redirected automatically in 5 seconds."
155
  msgstr ""
156
 
157
- #: bws_functions.php:342
158
  msgid "You can download and activate"
159
  msgstr ""
160
 
161
- #: bws_functions.php:344
162
  msgid "version of this plugin by entering Your license key."
163
  msgstr ""
164
 
165
- #: bws_functions.php:346 bws_functions.php:387
166
- msgid ""
167
- "You can find your license key on your personal page Client area, by clicking "
168
- "on the link"
169
  msgstr ""
170
 
171
- #: bws_functions.php:348 bws_functions.php:389
 
172
  msgid "(your username is the email you specify when purchasing the product)."
173
  msgstr ""
174
 
175
- #: bws_functions.php:352
176
  #, fuzzy
177
  msgid "or"
178
  msgstr "fyra"
179
 
180
- #: bws_functions.php:352
181
  #, php-format
182
  msgid "Start Your Free %s-Day Trial Now"
183
  msgstr ""
184
 
185
- #: bws_functions.php:358 bws_functions.php:367 bws_functions.php:397
186
- #: bws_functions.php:405 bws_menu.php:635 bws_menu.php:692
 
 
 
 
187
  #, fuzzy
188
  msgid "Activate"
189
  msgstr "Aktiverade tillägg"
190
 
191
- #: bws_functions.php:384 bws_functions.php:477
 
192
  #, php-format
193
- msgid ""
194
- "In order to continue using the plugin it is necessary to buy a %s license."
195
  msgstr ""
196
 
197
- #: bws_functions.php:385
198
  msgid "After that you can activate it by entering your license key."
199
  msgstr ""
200
 
201
- #: bws_functions.php:399
202
  msgid "Unfortunately, you have exceeded the number of available tries per day."
203
  msgstr ""
204
 
205
- #: bws_functions.php:416
206
- msgid ""
207
- "Congratulations! The PRO license of the plugin is successfully activated."
208
  msgstr ""
209
 
210
- #: bws_functions.php:457
211
  msgid "Wrong license key."
212
  msgstr ""
213
 
214
- #: bws_functions.php:459
215
  msgid "This license key is bind to another site."
216
  msgstr ""
217
 
218
- #: bws_functions.php:461
219
- msgid ""
220
- "This license key is valid, but Your license has expired. If you want to "
221
- "update our plugin in future, you should extend the license."
222
  msgstr ""
223
 
224
- #: bws_functions.php:463
225
  msgid "Unfortunately, you have exceeded the number of available tries."
226
  msgstr ""
227
 
228
- #: bws_functions.php:465
229
- msgid ""
230
- "Unfortunately, the PRO Trial licence was already installed to this domain. "
231
- "The PRO Trial license can be installed only once."
232
  msgstr ""
233
 
234
- #: bws_functions.php:469
235
  msgid "The PRO Trial license key is valid."
236
  msgstr ""
237
 
238
- #: bws_functions.php:471
239
  msgid "The license key is valid."
240
  msgstr ""
241
 
242
- #: bws_functions.php:474
243
  msgid "Your license will expire on"
244
  msgstr ""
245
 
246
- #: bws_functions.php:507
247
  msgid "Please, enter your license key"
248
  msgstr ""
249
 
250
- #: bws_functions.php:520
251
- msgid ""
252
- "If needed you can check if the license key is correct or reenter it in the "
253
- "field below. You can find your license key on your personal page - Client "
254
- "area - on our website"
255
  msgstr ""
256
 
257
- #: bws_functions.php:520
258
- msgid ""
259
- "(your username is the email you specify when purchasing the product). If "
260
- "necessary, please submit \"Lost your password?\" request."
261
  msgstr ""
262
 
263
- #: bws_functions.php:524
264
  msgid "Check license key"
265
  msgstr ""
266
 
267
- #: bws_functions.php:538
268
- msgid ""
269
- "WARNING: We have noticed illegal use of our plugin by you. We strongly "
270
- "recommend you to solve the problem within 24 hours, otherwise the plugin "
271
- "will be deactivated. Please go to your personal"
272
  msgstr ""
273
 
274
- #: bws_functions.php:538
275
- msgid ""
276
- "(your username is the email you specify when purchasing the product), where "
277
- "you can make the necessary changes."
278
  msgstr ""
279
 
280
- #: bws_functions.php:546
281
- msgid ""
282
- "Notice: Your PRO Trial license has expired. To continue using the plugin you "
283
- "should buy a PRO license"
284
  msgstr ""
285
 
286
- #: bws_functions.php:548
287
- msgid ""
288
- "Your license has expired. To continue getting top-priority support and "
289
- "plugin updates you should extend it."
290
  msgstr ""
291
 
292
- #: bws_functions.php:548 bws_functions.php:601 bws_menu.php:611
293
- #: bws_menu.php:633 bws_menu.php:660 bws_menu.php:690 bws_menu.php:736
 
 
 
 
 
294
  #, fuzzy
295
  msgid "Learn more"
296
  msgstr "Läs mer"
297
 
298
- #: bws_functions.php:558
299
  #, php-format
300
  msgid "Notice: You are using the PRO Trial license of %s plugin."
301
  msgstr ""
302
 
303
- #: bws_functions.php:560
304
  msgid "Notice: You are using the PRO Trial license of plugin."
305
  msgstr ""
306
 
307
- #: bws_functions.php:563
308
  msgid "The PRO Trial license will expire on"
309
  msgstr ""
310
 
311
- #: bws_functions.php:601
312
  msgid "You license for"
313
  msgstr ""
314
 
315
- #: bws_functions.php:601
316
  msgid "expires on"
317
  msgstr ""
318
 
319
- #: bws_functions.php:601
320
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
321
  msgstr ""
322
 
323
- #: bws_functions.php:676
324
  msgid "Close"
325
  msgstr ""
326
 
327
- #: bws_menu.php:448
328
  msgid "Not set"
329
  msgstr "Inte angiven"
330
 
331
- #: bws_menu.php:450 bws_menu.php:451
 
332
  msgid "On"
333
  msgstr "På"
334
 
335
- #: bws_menu.php:450 bws_menu.php:451
 
336
  msgid "Off"
337
  msgstr "Av"
338
 
339
- #: bws_menu.php:452 bws_menu.php:453 bws_menu.php:454 bws_menu.php:455
340
- #: bws_menu.php:456 bws_menu.php:468
 
 
 
 
341
  msgid "N/A"
342
  msgstr "Finns ej"
343
 
344
- #: bws_menu.php:456
345
  msgid " Mb"
346
  msgstr " Mb"
347
 
348
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:464
 
 
 
349
  msgid "Yes"
350
  msgstr "Ja"
351
 
352
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:466
 
 
 
353
  msgid "No"
354
  msgstr "Nej"
355
 
356
- #: bws_menu.php:476
357
  msgid "Operating System"
358
  msgstr "Operativsystem"
359
 
360
- #: bws_menu.php:477
361
  msgid "Server"
362
  msgstr "Server"
363
 
364
- #: bws_menu.php:478
365
  msgid "Memory usage"
366
  msgstr "Minnesanvändning"
367
 
368
- #: bws_menu.php:479
369
  msgid "MYSQL Version"
370
  msgstr "MySQL-version"
371
 
372
- #: bws_menu.php:480
373
  msgid "SQL Mode"
374
  msgstr "SQL-läge"
375
 
376
- #: bws_menu.php:481
377
  msgid "PHP Version"
378
  msgstr "PHP-version"
379
 
380
- #: bws_menu.php:482
381
  msgid "PHP Safe Mode"
382
  msgstr "PHP säkert läge"
383
 
384
- #: bws_menu.php:483
385
  msgid "PHP Allow URL fopen"
386
  msgstr "PHP tillåt URL fopen"
387
 
388
- #: bws_menu.php:484
389
  msgid "PHP Memory Limit"
390
  msgstr "PHP Minnesgräns"
391
 
392
- #: bws_menu.php:485
393
  msgid "PHP Max Upload Size"
394
  msgstr "PHP Max uppladdningstorlek"
395
 
396
- #: bws_menu.php:486
397
  msgid "PHP Max Post Size"
398
  msgstr "PHP Max poststorlek"
399
 
400
- #: bws_menu.php:487
401
  msgid "PHP Max Script Execute Time"
402
  msgstr "PHP Max skriptexekverinstid"
403
 
404
- #: bws_menu.php:488
405
  msgid "PHP Exif support"
406
  msgstr "PHP Exifstöd"
407
 
408
- #: bws_menu.php:489
409
  msgid "PHP IPTC support"
410
  msgstr "PHP ITPC-stöd"
411
 
412
- #: bws_menu.php:490
413
  msgid "PHP XML support"
414
  msgstr "PHP XML-stöd"
415
 
416
- #: bws_menu.php:491
417
  msgid "Site URL"
418
  msgstr "SajtURL"
419
 
420
- #: bws_menu.php:492
421
  msgid "Home URL"
422
  msgstr "HemURL"
423
 
424
- #: bws_menu.php:495
425
  msgid "WordPress Version"
426
  msgstr "WordPress-version"
427
 
428
- #: bws_menu.php:496
429
  msgid "WordPress DB Version"
430
  msgstr "WordPress-DB-version"
431
 
432
- #: bws_menu.php:497
433
  msgid "Multisite"
434
  msgstr "Multisajt"
435
 
436
- #: bws_menu.php:498
437
  msgid "Active Theme"
438
  msgstr "Aktivt tema"
439
 
440
- #: bws_menu.php:513
441
  msgid "Please enter a valid email address."
442
  msgstr "Var god ange en giltig epost-adress."
443
 
444
- #: bws_menu.php:517
445
  msgid "Email with system info is sent to "
446
  msgstr "Epost med systeminfo är skickat till"
447
 
448
- #: bws_menu.php:521
449
  msgid "Thank you for contacting us."
450
  msgstr "Tack för att du kontaktade oss."
451
 
452
- #: bws_menu.php:554
453
  msgid "Sorry, email message could not be delivered."
454
  msgstr "Ledsen, eposten kunde inte levereras."
455
 
456
- #: bws_menu.php:562
457
  msgid "Need help?"
458
  msgstr ""
459
 
460
- #: bws_menu.php:563
461
  msgid "Client area"
462
  msgstr ""
463
 
464
- #: bws_menu.php:564 bws_menu.php:875
 
465
  msgid "System status"
466
  msgstr "Systemstatus"
467
 
468
- #: bws_menu.php:569
469
  #, fuzzy
470
  msgid "Plugins"
471
  msgstr "Betaltillägg"
472
 
473
- #: bws_menu.php:571
474
  msgid "Themes"
475
  msgstr ""
476
 
477
- #: bws_menu.php:576
478
  msgid "All"
479
  msgstr ""
480
 
481
- #: bws_menu.php:577
482
  #, fuzzy
483
  msgid "Installed"
484
  msgstr "Installera %s"
485
 
486
- #: bws_menu.php:578
487
  #, fuzzy
488
  msgid "Recommended"
489
  msgstr "Rekommenderade tillägg"
490
 
491
- #: bws_menu.php:582
492
  msgid "Installed plugins"
493
  msgstr "Installerade tillägg"
494
 
495
- #: bws_menu.php:614 bws_menu.php:663
 
496
  msgid "Settings"
497
  msgstr "Inställningar"
498
 
499
- #: bws_menu.php:635 bws_menu.php:692
 
500
  #, fuzzy
501
  msgid "Activate this plugin"
502
  msgstr "Aktiverade tillägg"
503
 
504
- #: bws_menu.php:650 bws_menu.php:680 bws_menu.php:726
 
 
505
  msgid "Go"
506
  msgstr ""
507
 
508
- #: bws_menu.php:654 bws_menu.php:684 bws_menu.php:730
 
 
509
  msgid "DONATE"
510
  msgstr ""
511
 
512
- #: bws_menu.php:700
513
  msgid "Recommended plugins"
514
  msgstr "Rekommenderade tillägg"
515
 
516
- #: bws_menu.php:738
517
  #, fuzzy
518
  msgid "Install now"
519
  msgstr "Установить сейчас"
520
 
521
- #: bws_menu.php:759
522
  msgid "Try again"
523
  msgstr ""
524
 
525
- #: bws_menu.php:777
526
  #, php-format
527
  msgid "Preview &#8220;%s&#8221;"
528
  msgstr ""
529
 
530
- #: bws_menu.php:808
531
  #, php-format
532
  msgid "Install %s"
533
  msgstr "Installera %s"
534
 
535
- #: bws_menu.php:808
536
  msgid "Install Now"
537
  msgstr "Установить сейчас"
538
 
539
- #: bws_menu.php:811
540
  #, php-format
541
  msgid "Update to version %s"
542
  msgstr ""
543
 
544
- #: bws_menu.php:811
545
  msgid "Update"
546
  msgstr ""
547
 
548
- #: bws_menu.php:818
549
  #, php-format
550
  msgid "Preview %s"
551
  msgstr ""
552
 
553
- #: bws_menu.php:818
554
  msgid "Preview"
555
  msgstr ""
556
 
557
- #: bws_menu.php:824 bws_menu.php:856
 
558
  #, php-format
559
  msgid "By %s"
560
  msgstr ""
561
 
562
- #: bws_menu.php:830
563
  msgid "Details"
564
  msgstr ""
565
 
566
- #: bws_menu.php:862
567
  #, fuzzy
568
  msgid "Already Installed"
569
  msgstr "Installera %s"
570
 
571
- #: bws_menu.php:878
572
  msgid "Environment"
573
  msgstr "Miljövariabler"
574
 
575
- #: bws_menu.php:889
576
  msgid "Active Plugins"
577
  msgstr "Aktiverade tillägg"
578
 
579
- #: bws_menu.php:902
580
  msgid "Inactive Plugins"
581
  msgstr "Inaktiverade tillägg"
582
 
583
- #: bws_menu.php:918
584
  msgid "Send to support"
585
  msgstr "Skicka till support"
586
 
587
- #: bws_menu.php:925
588
  msgid "Send to custom email &#187;"
589
  msgstr "Skicka till anpassad epost &#187;"
590
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-11 14:14+0300\n"
6
+ "PO-Revision-Date: 2015-05-11 14:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
  "Language: sv_SE\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:89
20
  msgid "requires"
21
  msgstr ""
22
 
23
+ #: bws_functions.php:91
24
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
 
 
25
  msgstr ""
26
 
27
+ #: bws_functions.php:92
28
  msgid "Back to the WordPress"
29
  msgstr ""
30
 
31
+ #: bws_functions.php:94
32
  #, fuzzy
33
  msgid "Plugins page"
34
  msgstr "Betaltillägg"
35
 
36
+ #: bws_functions.php:151
37
  msgid "It’s time to upgrade your"
38
  msgstr ""
39
 
40
+ #: bws_functions.php:151
41
  #, fuzzy
42
  msgid "to"
43
  msgstr "två"
44
 
45
+ #: bws_functions.php:151
46
  #, fuzzy
47
  msgid "version!"
48
  msgstr "PHP-version"
49
 
50
+ #: bws_functions.php:152
51
  msgid "Extend standard plugin functionality with new great options."
52
  msgstr ""
53
 
54
+ #: bws_functions.php:155
55
+ #: bws_functions.php:542
56
  #, fuzzy
57
  msgid "Learn More"
58
  msgstr "Läs mer"
59
 
60
+ #: bws_functions.php:172
61
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
62
  msgstr ""
63
 
64
+ #: bws_functions.php:173
65
  #, fuzzy
66
  msgid "Rate the plugin"
67
  msgstr "Aktiverade tillägg"
68
 
69
+ #: bws_functions.php:176
70
  #, fuzzy
71
  msgid "If there is something wrong about it, please contact us"
72
  msgstr "Om du har några frågor, kontakta oss via"
73
 
74
+ #: bws_functions.php:193
75
+ #: bws_functions.php:229
76
  msgid "Wrong license key"
77
  msgstr ""
78
 
79
+ #: bws_functions.php:223
80
+ #: bws_functions.php:455
81
+ #: bws_functions.php:506
82
+ msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
83
  msgstr ""
84
 
85
+ #: bws_functions.php:223
86
+ #: bws_functions.php:455
87
+ #: bws_functions.php:506
88
  msgid "We are sorry for inconvenience."
89
  msgstr ""
90
 
91
+ #: bws_functions.php:231
92
  msgid "This license key is bind to another site"
93
  msgstr ""
94
 
95
+ #: bws_functions.php:233
96
+ #: bws_functions.php:365
97
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
 
98
  msgstr ""
99
 
100
+ #: bws_functions.php:235
101
+ msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
 
 
102
  msgstr ""
103
 
104
+ #: bws_functions.php:237
105
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
106
  msgstr ""
107
 
108
+ #: bws_functions.php:248
109
+ #: bws_functions.php:270
110
+ #: bws_functions.php:292
111
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
112
  msgstr ""
113
 
114
+ #: bws_functions.php:260
115
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
116
  msgstr ""
117
 
118
+ #: bws_functions.php:266
119
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
 
 
120
  msgstr ""
121
 
122
+ #: bws_functions.php:273
123
  msgid "UploadDir is not writable. Please, upload the plugin manually"
124
  msgstr ""
125
 
126
+ #: bws_functions.php:296
127
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
 
 
128
  msgstr ""
129
 
130
+ #: bws_functions.php:321
131
  msgid "Please, enter Your license key"
132
  msgstr ""
133
 
134
+ #: bws_functions.php:338
135
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
136
  msgstr ""
137
 
138
+ #: bws_functions.php:340
139
+ #: bws_functions.php:422
140
  msgid "Please, go to"
141
  msgstr ""
142
 
143
+ #: bws_functions.php:340
144
+ #: bws_functions.php:422
145
  msgid "the setting page"
146
  msgstr ""
147
 
148
+ #: bws_functions.php:341
149
+ #: bws_functions.php:423
150
  msgid "You will be redirected automatically in 5 seconds."
151
  msgstr ""
152
 
153
+ #: bws_functions.php:346
154
  msgid "You can download and activate"
155
  msgstr ""
156
 
157
+ #: bws_functions.php:348
158
  msgid "version of this plugin by entering Your license key."
159
  msgstr ""
160
 
161
+ #: bws_functions.php:350
162
+ #: bws_functions.php:391
163
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
 
164
  msgstr ""
165
 
166
+ #: bws_functions.php:352
167
+ #: bws_functions.php:393
168
  msgid "(your username is the email you specify when purchasing the product)."
169
  msgstr ""
170
 
171
+ #: bws_functions.php:356
172
  #, fuzzy
173
  msgid "or"
174
  msgstr "fyra"
175
 
176
+ #: bws_functions.php:356
177
  #, php-format
178
  msgid "Start Your Free %s-Day Trial Now"
179
  msgstr ""
180
 
181
+ #: bws_functions.php:362
182
+ #: bws_functions.php:371
183
+ #: bws_functions.php:401
184
+ #: bws_functions.php:409
185
+ #: bws_menu.php:643
186
+ #: bws_menu.php:700
187
  #, fuzzy
188
  msgid "Activate"
189
  msgstr "Aktiverade tillägg"
190
 
191
+ #: bws_functions.php:388
192
+ #: bws_functions.php:481
193
  #, php-format
194
+ msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
195
  msgstr ""
196
 
197
+ #: bws_functions.php:389
198
  msgid "After that you can activate it by entering your license key."
199
  msgstr ""
200
 
201
+ #: bws_functions.php:403
202
  msgid "Unfortunately, you have exceeded the number of available tries per day."
203
  msgstr ""
204
 
205
+ #: bws_functions.php:420
206
+ msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
207
  msgstr ""
208
 
209
+ #: bws_functions.php:461
210
  msgid "Wrong license key."
211
  msgstr ""
212
 
213
+ #: bws_functions.php:463
214
  msgid "This license key is bind to another site."
215
  msgstr ""
216
 
217
+ #: bws_functions.php:465
218
+ msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
 
 
219
  msgstr ""
220
 
221
+ #: bws_functions.php:467
222
  msgid "Unfortunately, you have exceeded the number of available tries."
223
  msgstr ""
224
 
225
+ #: bws_functions.php:469
226
+ msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
 
 
227
  msgstr ""
228
 
229
+ #: bws_functions.php:473
230
  msgid "The PRO Trial license key is valid."
231
  msgstr ""
232
 
233
+ #: bws_functions.php:475
234
  msgid "The license key is valid."
235
  msgstr ""
236
 
237
+ #: bws_functions.php:478
238
  msgid "Your license will expire on"
239
  msgstr ""
240
 
241
+ #: bws_functions.php:511
242
  msgid "Please, enter your license key"
243
  msgstr ""
244
 
245
+ #: bws_functions.php:524
246
+ msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
 
 
 
247
  msgstr ""
248
 
249
+ #: bws_functions.php:524
250
+ msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
 
 
251
  msgstr ""
252
 
253
+ #: bws_functions.php:528
254
  msgid "Check license key"
255
  msgstr ""
256
 
257
+ #: bws_functions.php:542
258
+ msgid "WARNING: Illegal use notification"
 
 
 
259
  msgstr ""
260
 
261
+ #: bws_functions.php:542
262
+ msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
 
 
263
  msgstr ""
264
 
265
+ #: bws_functions.php:550
266
+ msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
 
 
267
  msgstr ""
268
 
269
+ #: bws_functions.php:552
270
+ msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
 
 
271
  msgstr ""
272
 
273
+ #: bws_functions.php:552
274
+ #: bws_functions.php:605
275
+ #: bws_menu.php:619
276
+ #: bws_menu.php:641
277
+ #: bws_menu.php:668
278
+ #: bws_menu.php:698
279
+ #: bws_menu.php:744
280
  #, fuzzy
281
  msgid "Learn more"
282
  msgstr "Läs mer"
283
 
284
+ #: bws_functions.php:562
285
  #, php-format
286
  msgid "Notice: You are using the PRO Trial license of %s plugin."
287
  msgstr ""
288
 
289
+ #: bws_functions.php:564
290
  msgid "Notice: You are using the PRO Trial license of plugin."
291
  msgstr ""
292
 
293
+ #: bws_functions.php:567
294
  msgid "The PRO Trial license will expire on"
295
  msgstr ""
296
 
297
+ #: bws_functions.php:605
298
  msgid "You license for"
299
  msgstr ""
300
 
301
+ #: bws_functions.php:605
302
  msgid "expires on"
303
  msgstr ""
304
 
305
+ #: bws_functions.php:605
306
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
307
  msgstr ""
308
 
309
+ #: bws_functions.php:680
310
  msgid "Close"
311
  msgstr ""
312
 
313
+ #: bws_menu.php:456
314
  msgid "Not set"
315
  msgstr "Inte angiven"
316
 
317
+ #: bws_menu.php:458
318
+ #: bws_menu.php:459
319
  msgid "On"
320
  msgstr "På"
321
 
322
+ #: bws_menu.php:458
323
+ #: bws_menu.php:459
324
  msgid "Off"
325
  msgstr "Av"
326
 
327
+ #: bws_menu.php:460
328
+ #: bws_menu.php:461
329
+ #: bws_menu.php:462
330
+ #: bws_menu.php:463
331
+ #: bws_menu.php:464
332
+ #: bws_menu.php:476
333
  msgid "N/A"
334
  msgstr "Finns ej"
335
 
336
+ #: bws_menu.php:464
337
  msgid " Mb"
338
  msgstr " Mb"
339
 
340
+ #: bws_menu.php:465
341
+ #: bws_menu.php:466
342
+ #: bws_menu.php:467
343
+ #: bws_menu.php:472
344
  msgid "Yes"
345
  msgstr "Ja"
346
 
347
+ #: bws_menu.php:465
348
+ #: bws_menu.php:466
349
+ #: bws_menu.php:467
350
+ #: bws_menu.php:474
351
  msgid "No"
352
  msgstr "Nej"
353
 
354
+ #: bws_menu.php:484
355
  msgid "Operating System"
356
  msgstr "Operativsystem"
357
 
358
+ #: bws_menu.php:485
359
  msgid "Server"
360
  msgstr "Server"
361
 
362
+ #: bws_menu.php:486
363
  msgid "Memory usage"
364
  msgstr "Minnesanvändning"
365
 
366
+ #: bws_menu.php:487
367
  msgid "MYSQL Version"
368
  msgstr "MySQL-version"
369
 
370
+ #: bws_menu.php:488
371
  msgid "SQL Mode"
372
  msgstr "SQL-läge"
373
 
374
+ #: bws_menu.php:489
375
  msgid "PHP Version"
376
  msgstr "PHP-version"
377
 
378
+ #: bws_menu.php:490
379
  msgid "PHP Safe Mode"
380
  msgstr "PHP säkert läge"
381
 
382
+ #: bws_menu.php:491
383
  msgid "PHP Allow URL fopen"
384
  msgstr "PHP tillåt URL fopen"
385
 
386
+ #: bws_menu.php:492
387
  msgid "PHP Memory Limit"
388
  msgstr "PHP Minnesgräns"
389
 
390
+ #: bws_menu.php:493
391
  msgid "PHP Max Upload Size"
392
  msgstr "PHP Max uppladdningstorlek"
393
 
394
+ #: bws_menu.php:494
395
  msgid "PHP Max Post Size"
396
  msgstr "PHP Max poststorlek"
397
 
398
+ #: bws_menu.php:495
399
  msgid "PHP Max Script Execute Time"
400
  msgstr "PHP Max skriptexekverinstid"
401
 
402
+ #: bws_menu.php:496
403
  msgid "PHP Exif support"
404
  msgstr "PHP Exifstöd"
405
 
406
+ #: bws_menu.php:497
407
  msgid "PHP IPTC support"
408
  msgstr "PHP ITPC-stöd"
409
 
410
+ #: bws_menu.php:498
411
  msgid "PHP XML support"
412
  msgstr "PHP XML-stöd"
413
 
414
+ #: bws_menu.php:499
415
  msgid "Site URL"
416
  msgstr "SajtURL"
417
 
418
+ #: bws_menu.php:500
419
  msgid "Home URL"
420
  msgstr "HemURL"
421
 
422
+ #: bws_menu.php:503
423
  msgid "WordPress Version"
424
  msgstr "WordPress-version"
425
 
426
+ #: bws_menu.php:504
427
  msgid "WordPress DB Version"
428
  msgstr "WordPress-DB-version"
429
 
430
+ #: bws_menu.php:505
431
  msgid "Multisite"
432
  msgstr "Multisajt"
433
 
434
+ #: bws_menu.php:506
435
  msgid "Active Theme"
436
  msgstr "Aktivt tema"
437
 
438
+ #: bws_menu.php:521
439
  msgid "Please enter a valid email address."
440
  msgstr "Var god ange en giltig epost-adress."
441
 
442
+ #: bws_menu.php:525
443
  msgid "Email with system info is sent to "
444
  msgstr "Epost med systeminfo är skickat till"
445
 
446
+ #: bws_menu.php:529
447
  msgid "Thank you for contacting us."
448
  msgstr "Tack för att du kontaktade oss."
449
 
450
+ #: bws_menu.php:562
451
  msgid "Sorry, email message could not be delivered."
452
  msgstr "Ledsen, eposten kunde inte levereras."
453
 
454
+ #: bws_menu.php:570
455
  msgid "Need help?"
456
  msgstr ""
457
 
458
+ #: bws_menu.php:571
459
  msgid "Client area"
460
  msgstr ""
461
 
462
+ #: bws_menu.php:572
463
+ #: bws_menu.php:883
464
  msgid "System status"
465
  msgstr "Systemstatus"
466
 
467
+ #: bws_menu.php:577
468
  #, fuzzy
469
  msgid "Plugins"
470
  msgstr "Betaltillägg"
471
 
472
+ #: bws_menu.php:579
473
  msgid "Themes"
474
  msgstr ""
475
 
476
+ #: bws_menu.php:584
477
  msgid "All"
478
  msgstr ""
479
 
480
+ #: bws_menu.php:585
481
  #, fuzzy
482
  msgid "Installed"
483
  msgstr "Installera %s"
484
 
485
+ #: bws_menu.php:586
486
  #, fuzzy
487
  msgid "Recommended"
488
  msgstr "Rekommenderade tillägg"
489
 
490
+ #: bws_menu.php:590
491
  msgid "Installed plugins"
492
  msgstr "Installerade tillägg"
493
 
494
+ #: bws_menu.php:622
495
+ #: bws_menu.php:671
496
  msgid "Settings"
497
  msgstr "Inställningar"
498
 
499
+ #: bws_menu.php:643
500
+ #: bws_menu.php:700
501
  #, fuzzy
502
  msgid "Activate this plugin"
503
  msgstr "Aktiverade tillägg"
504
 
505
+ #: bws_menu.php:658
506
+ #: bws_menu.php:688
507
+ #: bws_menu.php:734
508
  msgid "Go"
509
  msgstr ""
510
 
511
+ #: bws_menu.php:662
512
+ #: bws_menu.php:692
513
+ #: bws_menu.php:738
514
  msgid "DONATE"
515
  msgstr ""
516
 
517
+ #: bws_menu.php:708
518
  msgid "Recommended plugins"
519
  msgstr "Rekommenderade tillägg"
520
 
521
+ #: bws_menu.php:746
522
  #, fuzzy
523
  msgid "Install now"
524
  msgstr "Установить сейчас"
525
 
526
+ #: bws_menu.php:767
527
  msgid "Try again"
528
  msgstr ""
529
 
530
+ #: bws_menu.php:785
531
  #, php-format
532
  msgid "Preview &#8220;%s&#8221;"
533
  msgstr ""
534
 
535
+ #: bws_menu.php:816
536
  #, php-format
537
  msgid "Install %s"
538
  msgstr "Installera %s"
539
 
540
+ #: bws_menu.php:816
541
  msgid "Install Now"
542
  msgstr "Установить сейчас"
543
 
544
+ #: bws_menu.php:819
545
  #, php-format
546
  msgid "Update to version %s"
547
  msgstr ""
548
 
549
+ #: bws_menu.php:819
550
  msgid "Update"
551
  msgstr ""
552
 
553
+ #: bws_menu.php:826
554
  #, php-format
555
  msgid "Preview %s"
556
  msgstr ""
557
 
558
+ #: bws_menu.php:826
559
  msgid "Preview"
560
  msgstr ""
561
 
562
+ #: bws_menu.php:832
563
+ #: bws_menu.php:864
564
  #, php-format
565
  msgid "By %s"
566
  msgstr ""
567
 
568
+ #: bws_menu.php:838
569
  msgid "Details"
570
  msgstr ""
571
 
572
+ #: bws_menu.php:870
573
  #, fuzzy
574
  msgid "Already Installed"
575
  msgstr "Installera %s"
576
 
577
+ #: bws_menu.php:886
578
  msgid "Environment"
579
  msgstr "Miljövariabler"
580
 
581
+ #: bws_menu.php:897
582
  msgid "Active Plugins"
583
  msgstr "Aktiverade tillägg"
584
 
585
+ #: bws_menu.php:910
586
  msgid "Inactive Plugins"
587
  msgstr "Inaktiverade tillägg"
588
 
589
+ #: bws_menu.php:926
590
  msgid "Send to support"
591
  msgstr "Skicka till support"
592
 
593
+ #: bws_menu.php:933
594
  msgid "Send to custom email &#187;"
595
  msgstr "Skicka till anpassad epost &#187;"
596
 
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-20 14:47+0300\n"
6
- "PO-Revision-Date: 2015-04-20 14:47+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,605 +16,577 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:85
20
  msgid "requires"
21
  msgstr "потребує"
22
 
23
- #: bws_functions.php:87
24
- msgid ""
25
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
- "try again."
27
- msgstr ""
28
- "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
29
- "спробуйте ще раз."
30
 
31
- #: bws_functions.php:88
32
  msgid "Back to the WordPress"
33
  msgstr "Повернутися на WordPress на"
34
 
35
- #: bws_functions.php:90
36
  msgid "Plugins page"
37
  msgstr "Сторінку Плагінів"
38
 
39
- #: bws_functions.php:147
40
  msgid "It’s time to upgrade your"
41
  msgstr "Настав час модернізувати Ваш"
42
 
43
- #: bws_functions.php:147
44
  msgid "to"
45
  msgstr "до"
46
 
47
- #: bws_functions.php:147
48
  msgid "version!"
49
  msgstr "версії!"
50
 
51
- #: bws_functions.php:148
52
  msgid "Extend standard plugin functionality with new great options."
53
  msgstr "Розширює можливості стандартного функціоналу плагіна."
54
 
55
- #: bws_functions.php:151
 
56
  msgid "Learn More"
57
  msgstr "Дізнатись більше"
58
 
59
- #: bws_functions.php:168
60
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
61
- msgstr ""
62
- "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
63
 
64
- #: bws_functions.php:169
65
  msgid "Rate the plugin"
66
  msgstr "Оцінити плагін"
67
 
68
- #: bws_functions.php:172
69
  msgid "If there is something wrong about it, please contact us"
70
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
71
 
72
- #: bws_functions.php:189 bws_functions.php:225
 
73
  msgid "Wrong license key"
74
  msgstr "Невірний ключ ліцензії"
75
 
76
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
77
- msgid ""
78
- "Something went wrong. Please try again later. If the error appears again, "
79
- "please contact us"
80
- msgstr ""
81
- "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
82
- "повідомте нам"
83
 
84
- #: bws_functions.php:219 bws_functions.php:451 bws_functions.php:502
 
 
85
  msgid "We are sorry for inconvenience."
86
  msgstr "Просимо вибачення за незручності."
87
 
88
- #: bws_functions.php:227
89
  msgid "This license key is bind to another site"
90
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
91
 
92
- #: bws_functions.php:229 bws_functions.php:361
93
- msgid ""
94
- "Unfortunately, you have exceeded the number of available tries per day. "
95
- "Please, upload the plugin manually."
96
- msgstr ""
97
- "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
98
- "завантажте плагін вручну"
99
 
100
- #: bws_functions.php:231
101
- msgid ""
102
- "Unfortunately, Your license has expired. To continue getting top-priority "
103
- "support and plugin updates you should extend it in your"
104
- msgstr ""
105
- "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
106
- "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
107
 
108
- #: bws_functions.php:233
109
- msgid ""
110
- "Unfortunately, the PRO licence was already installed to this domain. The PRO "
111
- "Trial license can be installed only once."
112
- msgstr ""
113
- "На жаль, PRO ліцензія уже використовувалась на цьому домені. Тріал PRO "
114
- "версії плагіну можна використати лише один раз"
115
 
116
- #: bws_functions.php:244 bws_functions.php:266 bws_functions.php:288
 
 
117
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
118
- msgstr ""
119
- "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
120
 
121
- #: bws_functions.php:256
122
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
123
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
124
 
125
- #: bws_functions.php:262
126
- msgid ""
127
- "Your server does not support either ZipArchive or Phar. Please, upload the "
128
- "plugin manually"
129
- msgstr ""
130
- "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
131
- "вручну"
132
 
133
- #: bws_functions.php:269
134
  msgid "UploadDir is not writable. Please, upload the plugin manually"
135
- msgstr ""
136
- "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
137
- "вручну"
138
 
139
- #: bws_functions.php:292
140
- msgid ""
141
- "Something went wrong. Try again later or upload the plugin manually. We are "
142
- "sorry for inconvenience."
143
- msgstr ""
144
- "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
145
- "вручну. Просимо вібачення за незручності."
146
 
147
- #: bws_functions.php:317
148
  msgid "Please, enter Your license key"
149
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
150
 
151
- #: bws_functions.php:334
152
- msgid ""
153
- "Congratulations! The PRO version of the plugin is successfully download and "
154
- "activated."
155
  msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
156
 
157
- #: bws_functions.php:336 bws_functions.php:418
 
158
  msgid "Please, go to"
159
  msgstr "Будь ласка, перейдіть на"
160
 
161
- #: bws_functions.php:336 bws_functions.php:418
 
162
  msgid "the setting page"
163
  msgstr "сторінку установок"
164
 
165
- #: bws_functions.php:337 bws_functions.php:419
 
166
  msgid "You will be redirected automatically in 5 seconds."
167
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
168
 
169
- #: bws_functions.php:342
170
  msgid "You can download and activate"
171
  msgstr "Ви можете завантажити та активувати"
172
 
173
- #: bws_functions.php:344
174
  msgid "version of this plugin by entering Your license key."
175
  msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
176
 
177
- #: bws_functions.php:346 bws_functions.php:387
178
- msgid ""
179
- "You can find your license key on your personal page Client area, by clicking "
180
- "on the link"
181
- msgstr ""
182
- "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
183
- "Client area, перейшовши за посиланням"
184
 
185
- #: bws_functions.php:348 bws_functions.php:389
 
186
  msgid "(your username is the email you specify when purchasing the product)."
187
  msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
188
 
189
- #: bws_functions.php:352
190
  msgid "or"
191
  msgstr "або"
192
 
193
- #: bws_functions.php:352
194
  #, php-format
195
  msgid "Start Your Free %s-Day Trial Now"
196
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
197
 
198
- #: bws_functions.php:358 bws_functions.php:367 bws_functions.php:397
199
- #: bws_functions.php:405 bws_menu.php:635 bws_menu.php:692
 
 
 
 
200
  msgid "Activate"
201
  msgstr "Активувати"
202
 
203
- #: bws_functions.php:384 bws_functions.php:477
 
204
  #, php-format
205
- msgid ""
206
- "In order to continue using the plugin it is necessary to buy a %s license."
207
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
208
 
209
- #: bws_functions.php:385
210
  msgid "After that you can activate it by entering your license key."
211
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
212
 
213
- #: bws_functions.php:399
214
  msgid "Unfortunately, you have exceeded the number of available tries per day."
215
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
216
 
217
- #: bws_functions.php:416
218
- msgid ""
219
- "Congratulations! The PRO license of the plugin is successfully activated."
220
  msgstr "Вітаємо! PRO версію плагіну успішно активовано."
221
 
222
- #: bws_functions.php:457
223
  msgid "Wrong license key."
224
  msgstr "Неправильний ліцензійний ключ."
225
 
226
- #: bws_functions.php:459
227
  msgid "This license key is bind to another site."
228
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
229
 
230
- #: bws_functions.php:461
231
- msgid ""
232
- "This license key is valid, but Your license has expired. If you want to "
233
- "update our plugin in future, you should extend the license."
234
- msgstr ""
235
- "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
236
- "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
237
 
238
- #: bws_functions.php:463
239
  msgid "Unfortunately, you have exceeded the number of available tries."
240
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
241
 
242
- #: bws_functions.php:465
243
- msgid ""
244
- "Unfortunately, the PRO Trial licence was already installed to this domain. "
245
- "The PRO Trial license can be installed only once."
246
- msgstr ""
247
- "На жаль, тріал PRO версія плагіну уже встановлювалась на цей домен. Тріал "
248
- "PRO версію можна встановлювати лише один раз."
249
-
250
  #: bws_functions.php:469
 
 
 
 
251
  msgid "The PRO Trial license key is valid."
252
  msgstr "Ключ тріал PRO версії вірний."
253
 
254
- #: bws_functions.php:471
255
  msgid "The license key is valid."
256
  msgstr "Ліцензійний ключ дійсний."
257
 
258
- #: bws_functions.php:474
259
  msgid "Your license will expire on"
260
  msgstr "Ваша ліцензія закінчується"
261
 
262
- #: bws_functions.php:507
263
  msgid "Please, enter your license key"
264
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
265
 
266
- #: bws_functions.php:520
267
- msgid ""
268
- "If needed you can check if the license key is correct or reenter it in the "
269
- "field below. You can find your license key on your personal page - Client "
270
- "area - on our website"
271
- msgstr ""
272
- "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
273
- "або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій "
274
- "ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
275
- "сайті."
276
-
277
- #: bws_functions.php:520
278
- msgid ""
279
- "(your username is the email you specify when purchasing the product). If "
280
- "necessary, please submit \"Lost your password?\" request."
281
- msgstr ""
282
- "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
283
- "продукту). При необхідності, будь ласка, відправте запит на відновлення "
284
- "вашого паролю."
285
 
286
  #: bws_functions.php:524
 
 
 
 
287
  msgid "Check license key"
288
  msgstr "Перевірте ліцензійний ключ"
289
 
290
- #: bws_functions.php:538
291
- msgid ""
292
- "WARNING: We have noticed illegal use of our plugin by you. We strongly "
293
- "recommend you to solve the problem within 24 hours, otherwise the plugin "
294
- "will be deactivated. Please go to your personal"
295
- msgstr ""
296
- "Застереження: Ми помітили, що ви нелегально використовуєте наш плагін. Ми "
297
- "радимо вам вирішити цю проблему протягом доби, у противному разі плагін буде "
298
- "деактивовано. Будь ласка, зайдіть на вашу персональну сторінку"
299
-
300
- #: bws_functions.php:538
301
- msgid ""
302
- "(your username is the email you specify when purchasing the product), where "
303
- "you can make the necessary changes."
304
  msgstr ""
305
- "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
306
- "продукту), де ви можете внести потрібні зміни."
307
 
308
- #: bws_functions.php:546
309
- msgid ""
310
- "Notice: Your PRO Trial license has expired. To continue using the plugin you "
311
- "should buy a PRO license"
312
- msgstr ""
313
- "Увага: Термін дії тріал періоду PRO версії плагіну скінчився. Щоб продовжити "
314
- "користуватись плагіном, будь ласка, придбайте ліцензію PRO"
315
-
316
- #: bws_functions.php:548
317
- msgid ""
318
- "Your license has expired. To continue getting top-priority support and "
319
- "plugin updates you should extend it."
320
- msgstr ""
321
- "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
322
- "майбутньому, вам слід подовжити ліцензію."
323
-
324
- #: bws_functions.php:548 bws_functions.php:601 bws_menu.php:611
325
- #: bws_menu.php:633 bws_menu.php:660 bws_menu.php:690 bws_menu.php:736
 
 
326
  msgid "Learn more"
327
  msgstr "Дізнатись більше"
328
 
329
- #: bws_functions.php:558
330
  #, php-format
331
  msgid "Notice: You are using the PRO Trial license of %s plugin."
332
  msgstr "Увага: Ви використовуєте тріал PRO версію плагіну %s."
333
 
334
- #: bws_functions.php:560
335
  msgid "Notice: You are using the PRO Trial license of plugin."
336
  msgstr "Увага: Ви використовуєте тріал PRO версію плагіну."
337
 
338
- #: bws_functions.php:563
339
  msgid "The PRO Trial license will expire on"
340
  msgstr "Тріал період PRO версії плагіну закінчується"
341
 
342
- #: bws_functions.php:601
343
  msgid "You license for"
344
  msgstr "Ваша ліцензія для"
345
 
346
- #: bws_functions.php:601
347
  msgid "expires on"
348
  msgstr "витікає"
349
 
350
- #: bws_functions.php:601
351
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
352
- msgstr ""
353
- "та ви більше не будете оримувати першочергову технічну підтримку та "
354
- "оновлення."
355
 
356
- #: bws_functions.php:676
357
  msgid "Close"
358
  msgstr "Закрити"
359
 
360
- #: bws_menu.php:448
361
  msgid "Not set"
362
  msgstr "Не задано"
363
 
364
- #: bws_menu.php:450 bws_menu.php:451
 
365
  msgid "On"
366
  msgstr "Увімк."
367
 
368
- #: bws_menu.php:450 bws_menu.php:451
 
369
  msgid "Off"
370
  msgstr "Вимк."
371
 
372
- #: bws_menu.php:452 bws_menu.php:453 bws_menu.php:454 bws_menu.php:455
373
- #: bws_menu.php:456 bws_menu.php:468
 
 
 
 
374
  msgid "N/A"
375
  msgstr "Невідомо"
376
 
377
- #: bws_menu.php:456
378
  msgid " Mb"
379
  msgstr "Мб"
380
 
381
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:464
 
 
 
382
  msgid "Yes"
383
  msgstr "Так"
384
 
385
- #: bws_menu.php:457 bws_menu.php:458 bws_menu.php:459 bws_menu.php:466
 
 
 
386
  msgid "No"
387
  msgstr "Ні"
388
 
389
- #: bws_menu.php:476
390
  msgid "Operating System"
391
  msgstr "Операційна система"
392
 
393
- #: bws_menu.php:477
394
  msgid "Server"
395
  msgstr "Тип серверу"
396
 
397
- #: bws_menu.php:478
398
  msgid "Memory usage"
399
  msgstr "Пам’яті використано"
400
 
401
- #: bws_menu.php:479
402
  msgid "MYSQL Version"
403
  msgstr "Версія MYSQL"
404
 
405
- #: bws_menu.php:480
406
  msgid "SQL Mode"
407
  msgstr "Режим SQL"
408
 
409
- #: bws_menu.php:481
410
  msgid "PHP Version"
411
  msgstr "Версія PHP"
412
 
413
- #: bws_menu.php:482
414
  msgid "PHP Safe Mode"
415
  msgstr "PHP Безпечний режим"
416
 
417
- #: bws_menu.php:483
418
  msgid "PHP Allow URL fopen"
419
  msgstr "Дозволити PHP URL fopen"
420
 
421
- #: bws_menu.php:484
422
  msgid "PHP Memory Limit"
423
  msgstr "Ліміт пам’яті"
424
 
425
- #: bws_menu.php:485
426
  msgid "PHP Max Upload Size"
427
  msgstr "Макс. розмір файлу, що завантажується"
428
 
429
- #: bws_menu.php:486
430
  msgid "PHP Max Post Size"
431
  msgstr "Макс. розмір посту"
432
 
433
- #: bws_menu.php:487
434
  msgid "PHP Max Script Execute Time"
435
  msgstr "Макс. час виконання сценарію"
436
 
437
- #: bws_menu.php:488
438
  msgid "PHP Exif support"
439
  msgstr "Підтримка PHP Exif"
440
 
441
- #: bws_menu.php:489
442
  msgid "PHP IPTC support"
443
  msgstr "Підтримка PHP IPTC"
444
 
445
- #: bws_menu.php:490
446
  msgid "PHP XML support"
447
  msgstr "Підтримка PHP XML"
448
 
449
- #: bws_menu.php:491
450
  msgid "Site URL"
451
  msgstr "Адреса сайту"
452
 
453
- #: bws_menu.php:492
454
  msgid "Home URL"
455
  msgstr "Адреса домашньої сторінки"
456
 
457
- #: bws_menu.php:495
458
  msgid "WordPress Version"
459
  msgstr "Версія WordPress"
460
 
461
- #: bws_menu.php:496
462
  msgid "WordPress DB Version"
463
  msgstr "Версія бази даних WordPress"
464
 
465
- #: bws_menu.php:497
466
  msgid "Multisite"
467
  msgstr "Мультисайт"
468
 
469
- #: bws_menu.php:498
470
  msgid "Active Theme"
471
  msgstr "Активна тема"
472
 
473
- #: bws_menu.php:513
474
  msgid "Please enter a valid email address."
475
  msgstr "Будь ласка, введіть коректний емейл."
476
 
477
- #: bws_menu.php:517
478
  msgid "Email with system info is sent to "
479
  msgstr "Емейл з системною інформацією надіслано на"
480
 
481
- #: bws_menu.php:521
482
  msgid "Thank you for contacting us."
483
  msgstr "Дякуємо, що звернулись до нас."
484
 
485
- #: bws_menu.php:554
486
  msgid "Sorry, email message could not be delivered."
487
  msgstr "Вибачте, ваше емейл не може бути доставлено"
488
 
489
- #: bws_menu.php:562
490
  msgid "Need help?"
491
  msgstr "Потрібна допомога?"
492
 
493
- #: bws_menu.php:563
494
  msgid "Client area"
495
  msgstr "Клієнтам"
496
 
497
- #: bws_menu.php:564 bws_menu.php:875
 
498
  msgid "System status"
499
  msgstr "Системна інформація"
500
 
501
- #: bws_menu.php:569
502
  msgid "Plugins"
503
  msgstr "Плагіни"
504
 
505
- #: bws_menu.php:571
506
  msgid "Themes"
507
  msgstr "Теми"
508
 
509
- #: bws_menu.php:576
510
  msgid "All"
511
  msgstr "Всі"
512
 
513
- #: bws_menu.php:577
514
  msgid "Installed"
515
  msgstr "Встановлені"
516
 
517
- #: bws_menu.php:578
518
  msgid "Recommended"
519
  msgstr "Рекомендовані "
520
 
521
- #: bws_menu.php:582
522
  msgid "Installed plugins"
523
  msgstr "Встановлені плагіни"
524
 
525
- #: bws_menu.php:614 bws_menu.php:663
 
526
  msgid "Settings"
527
  msgstr "Налаштування"
528
 
529
- #: bws_menu.php:635 bws_menu.php:692
 
530
  msgid "Activate this plugin"
531
  msgstr "Активувати плагін"
532
 
533
- #: bws_menu.php:650 bws_menu.php:680 bws_menu.php:726
 
 
534
  msgid "Go"
535
  msgstr "Перейти"
536
 
537
- #: bws_menu.php:654 bws_menu.php:684 bws_menu.php:730
 
 
538
  msgid "DONATE"
539
  msgstr "Підтримати нас"
540
 
541
- #: bws_menu.php:700
542
  msgid "Recommended plugins"
543
  msgstr "Рекомендовані плагіни"
544
 
545
- #: bws_menu.php:738
546
  msgid "Install now"
547
  msgstr "Встановити"
548
 
549
- #: bws_menu.php:759
550
  msgid "Try again"
551
  msgstr "Спробувати ще раз"
552
 
553
- #: bws_menu.php:777
554
  #, php-format
555
  msgid "Preview &#8220;%s&#8221;"
556
  msgstr "Попередній перегляд &#8220;%s&#8221;"
557
 
558
- #: bws_menu.php:808
559
  #, php-format
560
  msgid "Install %s"
561
  msgstr "Встановити %s"
562
 
563
- #: bws_menu.php:808
564
  msgid "Install Now"
565
  msgstr "Встановити"
566
 
567
- #: bws_menu.php:811
568
  #, php-format
569
  msgid "Update to version %s"
570
  msgstr "Оновити до версії %s"
571
 
572
- #: bws_menu.php:811
573
  msgid "Update"
574
  msgstr "Оновити"
575
 
576
- #: bws_menu.php:818
577
  #, php-format
578
  msgid "Preview %s"
579
  msgstr "Попередній перегляд %s"
580
 
581
- #: bws_menu.php:818
582
  msgid "Preview"
583
  msgstr "Попередній перегляд"
584
 
585
- #: bws_menu.php:824 bws_menu.php:856
 
586
  #, php-format
587
  msgid "By %s"
588
  msgstr "За %s"
589
 
590
- #: bws_menu.php:830
591
  msgid "Details"
592
  msgstr "Деталі"
593
 
594
- #: bws_menu.php:862
595
  msgid "Already Installed"
596
  msgstr "Уже встановлено %s"
597
 
598
- #: bws_menu.php:878
599
  msgid "Environment"
600
  msgstr "Системне оточення"
601
 
602
- #: bws_menu.php:889
603
  msgid "Active Plugins"
604
  msgstr "Активні плагіни"
605
 
606
- #: bws_menu.php:902
607
  msgid "Inactive Plugins"
608
  msgstr "Не активні плагіни"
609
 
610
- #: bws_menu.php:918
611
  msgid "Send to support"
612
  msgstr "Відправити службі тех. підтримки"
613
 
614
- #: bws_menu.php:925
615
  msgid "Send to custom email &#187;"
616
  msgstr "Відправити на електронну адресу &#187;"
617
 
 
 
 
 
 
 
 
618
  #~ msgid "Pro plugins"
619
  #~ msgstr "Плагіни про-версії"
620
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-11 14:14+0300\n"
6
+ "PO-Revision-Date: 2015-05-11 14:15+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:89
20
  msgid "requires"
21
  msgstr "потребує"
22
 
23
+ #: bws_functions.php:91
24
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
25
+ msgstr "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та спробуйте ще раз."
 
 
 
 
26
 
27
+ #: bws_functions.php:92
28
  msgid "Back to the WordPress"
29
  msgstr "Повернутися на WordPress на"
30
 
31
+ #: bws_functions.php:94
32
  msgid "Plugins page"
33
  msgstr "Сторінку Плагінів"
34
 
35
+ #: bws_functions.php:151
36
  msgid "It’s time to upgrade your"
37
  msgstr "Настав час модернізувати Ваш"
38
 
39
+ #: bws_functions.php:151
40
  msgid "to"
41
  msgstr "до"
42
 
43
+ #: bws_functions.php:151
44
  msgid "version!"
45
  msgstr "версії!"
46
 
47
+ #: bws_functions.php:152
48
  msgid "Extend standard plugin functionality with new great options."
49
  msgstr "Розширює можливості стандартного функціоналу плагіна."
50
 
51
+ #: bws_functions.php:155
52
+ #: bws_functions.php:542
53
  msgid "Learn More"
54
  msgstr "Дізнатись більше"
55
 
56
+ #: bws_functions.php:172
57
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
58
+ msgstr "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
 
59
 
60
+ #: bws_functions.php:173
61
  msgid "Rate the plugin"
62
  msgstr "Оцінити плагін"
63
 
64
+ #: bws_functions.php:176
65
  msgid "If there is something wrong about it, please contact us"
66
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
67
 
68
+ #: bws_functions.php:193
69
+ #: bws_functions.php:229
70
  msgid "Wrong license key"
71
  msgstr "Невірний ключ ліцензії"
72
 
73
+ #: bws_functions.php:223
74
+ #: bws_functions.php:455
75
+ #: bws_functions.php:506
76
+ msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
77
+ msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам"
 
 
78
 
79
+ #: bws_functions.php:223
80
+ #: bws_functions.php:455
81
+ #: bws_functions.php:506
82
  msgid "We are sorry for inconvenience."
83
  msgstr "Просимо вибачення за незручності."
84
 
85
+ #: bws_functions.php:231
86
  msgid "This license key is bind to another site"
87
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
88
 
89
+ #: bws_functions.php:233
90
+ #: bws_functions.php:365
91
+ msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
92
+ msgstr "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну"
 
 
 
93
 
94
+ #: bws_functions.php:235
95
+ msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
96
+ msgstr "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
 
 
 
 
97
 
98
+ #: bws_functions.php:237
99
+ msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
100
+ msgstr "На жаль, PRO ліцензія уже використовувалась на цьому домені. Тріал PRO версії плагіну можна використати лише один раз"
 
 
 
 
101
 
102
+ #: bws_functions.php:248
103
+ #: bws_functions.php:270
104
+ #: bws_functions.php:292
105
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
106
+ msgstr "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
 
107
 
108
+ #: bws_functions.php:260
109
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
110
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
111
 
112
+ #: bws_functions.php:266
113
+ msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
114
+ msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
 
 
 
 
115
 
116
+ #: bws_functions.php:273
117
  msgid "UploadDir is not writable. Please, upload the plugin manually"
118
+ msgstr "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін вручну"
 
 
119
 
120
+ #: bws_functions.php:296
121
+ msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
122
+ msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вібачення за незручності."
 
 
 
 
123
 
124
+ #: bws_functions.php:321
125
  msgid "Please, enter Your license key"
126
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
127
 
128
+ #: bws_functions.php:338
129
+ msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
 
 
130
  msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
131
 
132
+ #: bws_functions.php:340
133
+ #: bws_functions.php:422
134
  msgid "Please, go to"
135
  msgstr "Будь ласка, перейдіть на"
136
 
137
+ #: bws_functions.php:340
138
+ #: bws_functions.php:422
139
  msgid "the setting page"
140
  msgstr "сторінку установок"
141
 
142
+ #: bws_functions.php:341
143
+ #: bws_functions.php:423
144
  msgid "You will be redirected automatically in 5 seconds."
145
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
146
 
147
+ #: bws_functions.php:346
148
  msgid "You can download and activate"
149
  msgstr "Ви можете завантажити та активувати"
150
 
151
+ #: bws_functions.php:348
152
  msgid "version of this plugin by entering Your license key."
153
  msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
154
 
155
+ #: bws_functions.php:350
156
+ #: bws_functions.php:391
157
+ msgid "You can find your license key on your personal page Client area, by clicking on the link"
158
+ msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
 
 
 
159
 
160
+ #: bws_functions.php:352
161
+ #: bws_functions.php:393
162
  msgid "(your username is the email you specify when purchasing the product)."
163
  msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
164
 
165
+ #: bws_functions.php:356
166
  msgid "or"
167
  msgstr "або"
168
 
169
+ #: bws_functions.php:356
170
  #, php-format
171
  msgid "Start Your Free %s-Day Trial Now"
172
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
173
 
174
+ #: bws_functions.php:362
175
+ #: bws_functions.php:371
176
+ #: bws_functions.php:401
177
+ #: bws_functions.php:409
178
+ #: bws_menu.php:643
179
+ #: bws_menu.php:700
180
  msgid "Activate"
181
  msgstr "Активувати"
182
 
183
+ #: bws_functions.php:388
184
+ #: bws_functions.php:481
185
  #, php-format
186
+ msgid "In order to continue using the plugin it is necessary to buy a %s license."
 
187
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
188
 
189
+ #: bws_functions.php:389
190
  msgid "After that you can activate it by entering your license key."
191
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
192
 
193
+ #: bws_functions.php:403
194
  msgid "Unfortunately, you have exceeded the number of available tries per day."
195
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
196
 
197
+ #: bws_functions.php:420
198
+ msgid "Congratulations! The PRO license of the plugin is successfully activated."
 
199
  msgstr "Вітаємо! PRO версію плагіну успішно активовано."
200
 
201
+ #: bws_functions.php:461
202
  msgid "Wrong license key."
203
  msgstr "Неправильний ліцензійний ключ."
204
 
205
+ #: bws_functions.php:463
206
  msgid "This license key is bind to another site."
207
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
208
 
209
+ #: bws_functions.php:465
210
+ msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
211
+ msgstr "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
 
 
 
 
212
 
213
+ #: bws_functions.php:467
214
  msgid "Unfortunately, you have exceeded the number of available tries."
215
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
216
 
 
 
 
 
 
 
 
 
217
  #: bws_functions.php:469
218
+ msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
219
+ msgstr "На жаль, тріал PRO версія плагіну уже встановлювалась на цей домен. Тріал PRO версію можна встановлювати лише один раз."
220
+
221
+ #: bws_functions.php:473
222
  msgid "The PRO Trial license key is valid."
223
  msgstr "Ключ тріал PRO версії вірний."
224
 
225
+ #: bws_functions.php:475
226
  msgid "The license key is valid."
227
  msgstr "Ліцензійний ключ дійсний."
228
 
229
+ #: bws_functions.php:478
230
  msgid "Your license will expire on"
231
  msgstr "Ваша ліцензія закінчується"
232
 
233
+ #: bws_functions.php:511
234
  msgid "Please, enter your license key"
235
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
236
 
237
+ #: bws_functions.php:524
238
+ msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
239
+ msgstr "При необхідності ви можете перевірити правильність вашого ліцензійного ключа або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій ліцензійний ключ на вашій персональній сторінці - Client area - на нашому сайті."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
 
241
  #: bws_functions.php:524
242
+ msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
243
+ msgstr "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі продукту). При необхідності, будь ласка, відправте запит на відновлення вашого паролю."
244
+
245
+ #: bws_functions.php:528
246
  msgid "Check license key"
247
  msgstr "Перевірте ліцензійний ключ"
248
 
249
+ #: bws_functions.php:542
250
+ msgid "WARNING: Illegal use notification"
 
 
 
 
 
 
 
 
 
 
 
 
251
  msgstr ""
 
 
252
 
253
+ #: bws_functions.php:542
254
+ #, fuzzy
255
+ msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
256
+ msgstr "Застереження: Ми помітили, що ви нелегально використовуєте наш плагін. Ми радимо вам вирішити цю проблему протягом доби, у противному разі плагін буде деактивовано. Будь ласка, зайдіть на вашу персональну сторінку"
257
+
258
+ #: bws_functions.php:550
259
+ msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
260
+ msgstr "Увага: Термін дії тріал періоду PRO версії плагіну скінчився. Щоб продовжити користуватись плагіном, будь ласка, придбайте ліцензію PRO"
261
+
262
+ #: bws_functions.php:552
263
+ msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
264
+ msgstr "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
265
+
266
+ #: bws_functions.php:552
267
+ #: bws_functions.php:605
268
+ #: bws_menu.php:619
269
+ #: bws_menu.php:641
270
+ #: bws_menu.php:668
271
+ #: bws_menu.php:698
272
+ #: bws_menu.php:744
273
  msgid "Learn more"
274
  msgstr "Дізнатись більше"
275
 
276
+ #: bws_functions.php:562
277
  #, php-format
278
  msgid "Notice: You are using the PRO Trial license of %s plugin."
279
  msgstr "Увага: Ви використовуєте тріал PRO версію плагіну %s."
280
 
281
+ #: bws_functions.php:564
282
  msgid "Notice: You are using the PRO Trial license of plugin."
283
  msgstr "Увага: Ви використовуєте тріал PRO версію плагіну."
284
 
285
+ #: bws_functions.php:567
286
  msgid "The PRO Trial license will expire on"
287
  msgstr "Тріал період PRO версії плагіну закінчується"
288
 
289
+ #: bws_functions.php:605
290
  msgid "You license for"
291
  msgstr "Ваша ліцензія для"
292
 
293
+ #: bws_functions.php:605
294
  msgid "expires on"
295
  msgstr "витікає"
296
 
297
+ #: bws_functions.php:605
298
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
299
+ msgstr "та ви більше не будете оримувати першочергову технічну підтримку та оновлення."
 
 
300
 
301
+ #: bws_functions.php:680
302
  msgid "Close"
303
  msgstr "Закрити"
304
 
305
+ #: bws_menu.php:456
306
  msgid "Not set"
307
  msgstr "Не задано"
308
 
309
+ #: bws_menu.php:458
310
+ #: bws_menu.php:459
311
  msgid "On"
312
  msgstr "Увімк."
313
 
314
+ #: bws_menu.php:458
315
+ #: bws_menu.php:459
316
  msgid "Off"
317
  msgstr "Вимк."
318
 
319
+ #: bws_menu.php:460
320
+ #: bws_menu.php:461
321
+ #: bws_menu.php:462
322
+ #: bws_menu.php:463
323
+ #: bws_menu.php:464
324
+ #: bws_menu.php:476
325
  msgid "N/A"
326
  msgstr "Невідомо"
327
 
328
+ #: bws_menu.php:464
329
  msgid " Mb"
330
  msgstr "Мб"
331
 
332
+ #: bws_menu.php:465
333
+ #: bws_menu.php:466
334
+ #: bws_menu.php:467
335
+ #: bws_menu.php:472
336
  msgid "Yes"
337
  msgstr "Так"
338
 
339
+ #: bws_menu.php:465
340
+ #: bws_menu.php:466
341
+ #: bws_menu.php:467
342
+ #: bws_menu.php:474
343
  msgid "No"
344
  msgstr "Ні"
345
 
346
+ #: bws_menu.php:484
347
  msgid "Operating System"
348
  msgstr "Операційна система"
349
 
350
+ #: bws_menu.php:485
351
  msgid "Server"
352
  msgstr "Тип серверу"
353
 
354
+ #: bws_menu.php:486
355
  msgid "Memory usage"
356
  msgstr "Пам’яті використано"
357
 
358
+ #: bws_menu.php:487
359
  msgid "MYSQL Version"
360
  msgstr "Версія MYSQL"
361
 
362
+ #: bws_menu.php:488
363
  msgid "SQL Mode"
364
  msgstr "Режим SQL"
365
 
366
+ #: bws_menu.php:489
367
  msgid "PHP Version"
368
  msgstr "Версія PHP"
369
 
370
+ #: bws_menu.php:490
371
  msgid "PHP Safe Mode"
372
  msgstr "PHP Безпечний режим"
373
 
374
+ #: bws_menu.php:491
375
  msgid "PHP Allow URL fopen"
376
  msgstr "Дозволити PHP URL fopen"
377
 
378
+ #: bws_menu.php:492
379
  msgid "PHP Memory Limit"
380
  msgstr "Ліміт пам’яті"
381
 
382
+ #: bws_menu.php:493
383
  msgid "PHP Max Upload Size"
384
  msgstr "Макс. розмір файлу, що завантажується"
385
 
386
+ #: bws_menu.php:494
387
  msgid "PHP Max Post Size"
388
  msgstr "Макс. розмір посту"
389
 
390
+ #: bws_menu.php:495
391
  msgid "PHP Max Script Execute Time"
392
  msgstr "Макс. час виконання сценарію"
393
 
394
+ #: bws_menu.php:496
395
  msgid "PHP Exif support"
396
  msgstr "Підтримка PHP Exif"
397
 
398
+ #: bws_menu.php:497
399
  msgid "PHP IPTC support"
400
  msgstr "Підтримка PHP IPTC"
401
 
402
+ #: bws_menu.php:498
403
  msgid "PHP XML support"
404
  msgstr "Підтримка PHP XML"
405
 
406
+ #: bws_menu.php:499
407
  msgid "Site URL"
408
  msgstr "Адреса сайту"
409
 
410
+ #: bws_menu.php:500
411
  msgid "Home URL"
412
  msgstr "Адреса домашньої сторінки"
413
 
414
+ #: bws_menu.php:503
415
  msgid "WordPress Version"
416
  msgstr "Версія WordPress"
417
 
418
+ #: bws_menu.php:504
419
  msgid "WordPress DB Version"
420
  msgstr "Версія бази даних WordPress"
421
 
422
+ #: bws_menu.php:505
423
  msgid "Multisite"
424
  msgstr "Мультисайт"
425
 
426
+ #: bws_menu.php:506
427
  msgid "Active Theme"
428
  msgstr "Активна тема"
429
 
430
+ #: bws_menu.php:521
431
  msgid "Please enter a valid email address."
432
  msgstr "Будь ласка, введіть коректний емейл."
433
 
434
+ #: bws_menu.php:525
435
  msgid "Email with system info is sent to "
436
  msgstr "Емейл з системною інформацією надіслано на"
437
 
438
+ #: bws_menu.php:529
439
  msgid "Thank you for contacting us."
440
  msgstr "Дякуємо, що звернулись до нас."
441
 
442
+ #: bws_menu.php:562
443
  msgid "Sorry, email message could not be delivered."
444
  msgstr "Вибачте, ваше емейл не може бути доставлено"
445
 
446
+ #: bws_menu.php:570
447
  msgid "Need help?"
448
  msgstr "Потрібна допомога?"
449
 
450
+ #: bws_menu.php:571
451
  msgid "Client area"
452
  msgstr "Клієнтам"
453
 
454
+ #: bws_menu.php:572
455
+ #: bws_menu.php:883
456
  msgid "System status"
457
  msgstr "Системна інформація"
458
 
459
+ #: bws_menu.php:577
460
  msgid "Plugins"
461
  msgstr "Плагіни"
462
 
463
+ #: bws_menu.php:579
464
  msgid "Themes"
465
  msgstr "Теми"
466
 
467
+ #: bws_menu.php:584
468
  msgid "All"
469
  msgstr "Всі"
470
 
471
+ #: bws_menu.php:585
472
  msgid "Installed"
473
  msgstr "Встановлені"
474
 
475
+ #: bws_menu.php:586
476
  msgid "Recommended"
477
  msgstr "Рекомендовані "
478
 
479
+ #: bws_menu.php:590
480
  msgid "Installed plugins"
481
  msgstr "Встановлені плагіни"
482
 
483
+ #: bws_menu.php:622
484
+ #: bws_menu.php:671
485
  msgid "Settings"
486
  msgstr "Налаштування"
487
 
488
+ #: bws_menu.php:643
489
+ #: bws_menu.php:700
490
  msgid "Activate this plugin"
491
  msgstr "Активувати плагін"
492
 
493
+ #: bws_menu.php:658
494
+ #: bws_menu.php:688
495
+ #: bws_menu.php:734
496
  msgid "Go"
497
  msgstr "Перейти"
498
 
499
+ #: bws_menu.php:662
500
+ #: bws_menu.php:692
501
+ #: bws_menu.php:738
502
  msgid "DONATE"
503
  msgstr "Підтримати нас"
504
 
505
+ #: bws_menu.php:708
506
  msgid "Recommended plugins"
507
  msgstr "Рекомендовані плагіни"
508
 
509
+ #: bws_menu.php:746
510
  msgid "Install now"
511
  msgstr "Встановити"
512
 
513
+ #: bws_menu.php:767
514
  msgid "Try again"
515
  msgstr "Спробувати ще раз"
516
 
517
+ #: bws_menu.php:785
518
  #, php-format
519
  msgid "Preview &#8220;%s&#8221;"
520
  msgstr "Попередній перегляд &#8220;%s&#8221;"
521
 
522
+ #: bws_menu.php:816
523
  #, php-format
524
  msgid "Install %s"
525
  msgstr "Встановити %s"
526
 
527
+ #: bws_menu.php:816
528
  msgid "Install Now"
529
  msgstr "Встановити"
530
 
531
+ #: bws_menu.php:819
532
  #, php-format
533
  msgid "Update to version %s"
534
  msgstr "Оновити до версії %s"
535
 
536
+ #: bws_menu.php:819
537
  msgid "Update"
538
  msgstr "Оновити"
539
 
540
+ #: bws_menu.php:826
541
  #, php-format
542
  msgid "Preview %s"
543
  msgstr "Попередній перегляд %s"
544
 
545
+ #: bws_menu.php:826
546
  msgid "Preview"
547
  msgstr "Попередній перегляд"
548
 
549
+ #: bws_menu.php:832
550
+ #: bws_menu.php:864
551
  #, php-format
552
  msgid "By %s"
553
  msgstr "За %s"
554
 
555
+ #: bws_menu.php:838
556
  msgid "Details"
557
  msgstr "Деталі"
558
 
559
+ #: bws_menu.php:870
560
  msgid "Already Installed"
561
  msgstr "Уже встановлено %s"
562
 
563
+ #: bws_menu.php:886
564
  msgid "Environment"
565
  msgstr "Системне оточення"
566
 
567
+ #: bws_menu.php:897
568
  msgid "Active Plugins"
569
  msgstr "Активні плагіни"
570
 
571
+ #: bws_menu.php:910
572
  msgid "Inactive Plugins"
573
  msgstr "Не активні плагіни"
574
 
575
+ #: bws_menu.php:926
576
  msgid "Send to support"
577
  msgstr "Відправити службі тех. підтримки"
578
 
579
+ #: bws_menu.php:933
580
  msgid "Send to custom email &#187;"
581
  msgstr "Відправити на електронну адресу &#187;"
582
 
583
+ #~ msgid ""
584
+ #~ "(your username is the email you specify when purchasing the product), "
585
+ #~ "where you can make the necessary changes."
586
+ #~ msgstr ""
587
+ #~ "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
588
+ #~ "продукту), де ви можете внести потрібні зміни."
589
+
590
  #~ msgid "Pro plugins"
591
  #~ msgstr "Плагіни про-версії"
592
 
gallery-plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery by BestWebSoft
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
- Version: 4.2.9
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -859,7 +859,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
859
  </td>
860
  </tr>
861
  <tr valign="top" class="gllr_width_labels">
862
- <th scope="row"><?php _e( 'Gallery image size', 'gallery' ); ?> </th>
863
  <td>
864
  <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?><br />
865
  <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" /><br />
@@ -875,7 +875,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
875
  <div class="bws_table_bg"></div>
876
  <table class="form-table bws_pro_version">
877
  <tr valign="top" class="gllr_width_labels">
878
- <th scope="row"><?php _e( 'Gallery image size in the lightbox', 'gallery' ); ?> </th>
879
  <td>
880
  <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> full-photo<br />
881
  <label for="custom_image_size_w"><?php _e( 'Max width (in px)', 'gallery' ); ?></label> <input disabled class="gllrprfssnl_size_photo_full" type="text" name="gllrprfssnl_custom_image_size_w_full" value="1024"/><br />
@@ -1995,7 +1995,7 @@ if ( ! function_exists ( 'gllr_theme_body_classes' ) ) {
1995
  function gllr_theme_body_classes( $classes ) {
1996
  if ( function_exists( 'wp_get_theme' ) ) {
1997
  $current_theme = wp_get_theme();
1998
- $classes[] = basename( $current_theme->get( 'ThemeURI' ) );
1999
  }
2000
  return $classes;
2001
  }
@@ -2006,7 +2006,7 @@ if ( ! function_exists ( 'gllr_plugin_banner' ) ) {
2006
  global $hook_suffix;
2007
  if ( 'plugins.php' == $hook_suffix ) {
2008
  global $gllr_plugin_info;
2009
- bws_plugin_banner( $gllr_plugin_info, 'gllr', 'gallery', '01a04166048e9416955ce1cbe9d5ca16', '79', 'http://ps.w.org/gallery-plugin/assets/icon-128x128.png' );
2010
  }
2011
  }
2012
  }
4
  Plugin URI: http://bestwebsoft.com/products/
5
  Description: This plugin allows you to implement gallery page into web site.
6
  Author: BestWebSoft
7
+ Version: 4.3.0
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
859
  </td>
860
  </tr>
861
  <tr valign="top" class="gllr_width_labels">
862
+ <th scope="row"><?php _e( 'Image size for thumbnails', 'gallery' ); ?> </th>
863
  <td>
864
  <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?><br />
865
  <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_photo" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" /><br />
875
  <div class="bws_table_bg"></div>
876
  <table class="form-table bws_pro_version">
877
  <tr valign="top" class="gllr_width_labels">
878
+ <th scope="row"><?php _e( 'Image size in the lightbox', 'gallery' ); ?> </th>
879
  <td>
880
  <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> full-photo<br />
881
  <label for="custom_image_size_w"><?php _e( 'Max width (in px)', 'gallery' ); ?></label> <input disabled class="gllrprfssnl_size_photo_full" type="text" name="gllrprfssnl_custom_image_size_w_full" value="1024"/><br />
1995
  function gllr_theme_body_classes( $classes ) {
1996
  if ( function_exists( 'wp_get_theme' ) ) {
1997
  $current_theme = wp_get_theme();
1998
+ $classes[] = 'gllr_' . basename( $current_theme->get( 'ThemeURI' ) );
1999
  }
2000
  return $classes;
2001
  }
2006
  global $hook_suffix;
2007
  if ( 'plugins.php' == $hook_suffix ) {
2008
  global $gllr_plugin_info;
2009
+ bws_plugin_banner( $gllr_plugin_info, 'gllr', 'gallery', '01a04166048e9416955ce1cbe9d5ca16', '79', '//ps.w.org/gallery-plugin/assets/icon-128x128.png' );
2010
  }
2011
  }
2012
  }
languages/gallery-bg_BG.mo CHANGED
Binary file
languages/gallery-bg_BG.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:35+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:35+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
@@ -281,15 +281,17 @@ msgid "Height (in px)"
281
  msgstr "Височина (в px)"
282
 
283
  #: gallery-plugin.php:862
284
- msgid "Gallery image size"
285
- msgstr "Размер на изображението в галерия"
 
286
 
287
  #: gallery-plugin.php:870
288
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
289
  msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
290
 
291
  #: gallery-plugin.php:878
292
- msgid "Gallery image size in the lightbox"
 
293
  msgstr "Размер на изображението за lightbox"
294
 
295
  #: gallery-plugin.php:881
@@ -668,3 +670,5 @@ msgstr ""
668
  msgid "Invalid path"
669
  msgstr ""
670
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:48+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:48+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
281
  msgstr "Височина (в px)"
282
 
283
  #: gallery-plugin.php:862
284
+ #, fuzzy
285
+ msgid "Image size for thumbnails"
286
+ msgstr "Размер на изображението за корица на албума"
287
 
288
  #: gallery-plugin.php:870
289
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
290
  msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
291
 
292
  #: gallery-plugin.php:878
293
+ #, fuzzy
294
+ msgid "Image size in the lightbox"
295
  msgstr "Размер на изображението за lightbox"
296
 
297
  #: gallery-plugin.php:881
670
  msgid "Invalid path"
671
  msgstr ""
672
 
673
+ #~ msgid "Gallery image size"
674
+ #~ msgstr "Размер на изображението в галерия"
languages/gallery-cs_CZ.mo CHANGED
Binary file
languages/gallery-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:35+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:35+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
@@ -280,15 +280,17 @@ msgid "Height (in px)"
280
  msgstr "Výška (v px)"
281
 
282
  #: gallery-plugin.php:862
283
- msgid "Gallery image size"
284
- msgstr "Velikost obrázku v galerii"
 
285
 
286
  #: gallery-plugin.php:870
287
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
288
  msgstr "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete novou fotku."
289
 
290
  #: gallery-plugin.php:878
291
- msgid "Gallery image size in the lightbox"
 
292
  msgstr "Velikost obrazu v Lightboxu"
293
 
294
  #: gallery-plugin.php:881
@@ -667,3 +669,5 @@ msgstr "Změna velikosti obrázku není definována"
667
  msgid "Invalid path"
668
  msgstr "Špatná cesta"
669
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:48+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:48+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Lagya <lagya@me.com>\n"
9
  "Language: cs\n"
280
  msgstr "Výška (v px)"
281
 
282
  #: gallery-plugin.php:862
283
+ #, fuzzy
284
+ msgid "Image size for thumbnails"
285
+ msgstr "Velikost obrázku na obalu alba"
286
 
287
  #: gallery-plugin.php:870
288
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
289
  msgstr "WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete novou fotku."
290
 
291
  #: gallery-plugin.php:878
292
+ #, fuzzy
293
+ msgid "Image size in the lightbox"
294
  msgstr "Velikost obrazu v Lightboxu"
295
 
296
  #: gallery-plugin.php:881
669
  msgid "Invalid path"
670
  msgstr "Špatná cesta"
671
 
672
+ #~ msgid "Gallery image size"
673
+ #~ msgstr "Velikost obrázku v galerii"
languages/gallery-de_DE.mo CHANGED
Binary file
languages/gallery-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:35+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:35+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "Language: uk_UA\n"
@@ -281,15 +281,17 @@ msgid "Height (in px)"
281
  msgstr "Höhe (in px)"
282
 
283
  #: gallery-plugin.php:862
284
- msgid "Gallery image size"
285
- msgstr "Bildgröße für Galerie"
 
286
 
287
  #: gallery-plugin.php:870
288
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
289
  msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
290
 
291
  #: gallery-plugin.php:878
292
- msgid "Gallery image size in the lightbox"
 
293
  msgstr "Galeriegröße in der Lightbox"
294
 
295
  #: gallery-plugin.php:881
@@ -668,3 +670,5 @@ msgstr ""
668
  msgid "Invalid path"
669
  msgstr ""
670
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:48+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:48+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "Language: uk_UA\n"
281
  msgstr "Höhe (in px)"
282
 
283
  #: gallery-plugin.php:862
284
+ #, fuzzy
285
+ msgid "Image size for thumbnails"
286
+ msgstr "Bildgröße für Beitragsbild"
287
 
288
  #: gallery-plugin.php:870
289
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
290
  msgstr "Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du ein neues Bild hochlädst."
291
 
292
  #: gallery-plugin.php:878
293
+ #, fuzzy
294
+ msgid "Image size in the lightbox"
295
  msgstr "Galeriegröße in der Lightbox"
296
 
297
  #: gallery-plugin.php:881
670
  msgid "Invalid path"
671
  msgstr ""
672
 
673
+ #~ msgid "Gallery image size"
674
+ #~ msgstr "Bildgröße für Galerie"
languages/gallery-es_ES.mo CHANGED
Binary file
languages/gallery-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:36+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:36+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Carlos Limia <climia@climia.es>\n"
9
  "Language: pt_BR\n"
@@ -332,8 +332,9 @@ msgstr "Altura (em px)"
332
 
333
  # @ gallery
334
  #: gallery-plugin.php:862
335
- msgid "Gallery image size"
336
- msgstr "Tamanño de da imagen de la galeria"
 
337
 
338
  # @ gallery
339
  #: gallery-plugin.php:870
@@ -342,7 +343,8 @@ msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
342
 
343
  # @ gallery
344
  #: gallery-plugin.php:878
345
- msgid "Gallery image size in the lightbox"
 
346
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
347
 
348
  # @ gallery
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:48+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:48+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Carlos Limia <climia@climia.es>\n"
9
  "Language: pt_BR\n"
332
 
333
  # @ gallery
334
  #: gallery-plugin.php:862
335
+ #, fuzzy
336
+ msgid "Image size for thumbnails"
337
+ msgstr "Tamanño de la imagen para la portada del álbum"
338
 
339
  # @ gallery
340
  #: gallery-plugin.php:870
343
 
344
  # @ gallery
345
  #: gallery-plugin.php:878
346
+ #, fuzzy
347
+ msgid "Image size in the lightbox"
348
  msgstr "Tamanño de la imagen en la galeria del Lightbox"
349
 
350
  # @ gallery
languages/gallery-fr_FR.mo CHANGED
Binary file
languages/gallery-fr_FR.po CHANGED
@@ -2,19 +2,19 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:36+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:36+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Didier, L 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 != 1;\n"
17
- "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:95
@@ -72,22 +72,21 @@ msgstr "Gallery Shortcode"
72
 
73
  #: gallery-plugin.php:283
74
  #: gallery-plugin.php:427
75
- #, fuzzy
76
  msgid "Gallery Categories"
77
- msgstr "Taille de l'image de la galerie"
78
 
79
  #: gallery-plugin.php:292
80
  msgid "Choose a media file that will be attached"
81
- msgstr ""
82
 
83
  #: gallery-plugin.php:292
84
  #, php-format
85
  msgid "You need to install \"%s\" plugin to use this functionality"
86
- msgstr ""
87
 
88
  #: gallery-plugin.php:293
89
  msgid "Attach media item to this gallery"
90
- msgstr ""
91
 
92
  #: gallery-plugin.php:312
93
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
@@ -181,17 +180,15 @@ msgstr "Si vous voulez avoir un bref aperçu de la galerie avec un lien vers une
181
 
182
  #: gallery-plugin.php:428
183
  msgid "Most Used"
184
- msgstr ""
185
 
186
  #: gallery-plugin.php:438
187
- #, fuzzy
188
  msgid "Add New Gallery Category"
189
- msgstr "Ajouter une nouvelle galerie"
190
 
191
  #: gallery-plugin.php:443
192
- #, fuzzy
193
  msgid "Install plugin"
194
- msgstr "Extensions installées"
195
 
196
  #: gallery-plugin.php:646
197
  msgid "Author"
@@ -243,7 +240,7 @@ msgstr "Les paramètres de l'extension ont été changés. Afin de pouvoir les e
243
 
244
  #: gallery-plugin.php:838
245
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
246
- msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article:"
247
 
248
  #: gallery-plugin.php:840
249
  msgid "Please enable JavaScript to use the option to renew images."
@@ -278,15 +275,17 @@ msgid "Height (in px)"
278
  msgstr "Hauteur (en pixels)"
279
 
280
  #: gallery-plugin.php:862
281
- msgid "Gallery image size"
282
- msgstr "Taille de l'image de la galerie"
 
283
 
284
  #: gallery-plugin.php:870
285
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
286
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
287
 
288
  #: gallery-plugin.php:878
289
- msgid "Gallery image size in the lightbox"
 
290
  msgstr "Taille de l'image de la galerie"
291
 
292
  #: gallery-plugin.php:881
@@ -560,11 +559,11 @@ msgstr "Titre pour le bouton lightbox"
560
 
561
  #: gallery-plugin.php:1093
562
  msgid "Display all images in the lightbox instead of going into a single gallery"
563
- msgstr ""
564
 
565
  #: gallery-plugin.php:1096
566
  msgid "When using the gallery template or a shortcode with `display=short` parameter"
567
- msgstr ""
568
 
569
  #: gallery-plugin.php:1125
570
  msgid "Save Changes"
@@ -579,14 +578,12 @@ msgid "Updating images..."
579
  msgstr "Mise à jour des images..."
580
 
581
  #: gallery-plugin.php:1268
582
- #, fuzzy
583
  msgid "No image found."
584
- msgstr "Pas d'image trouvée"
585
 
586
  #: gallery-plugin.php:1269
587
- #, fuzzy
588
  msgid "All images are updated."
589
- msgstr "Toutes les images ont été mises à jour"
590
 
591
  #: gallery-plugin.php:1270
592
  msgid "Error."
@@ -608,25 +605,24 @@ msgstr "Installé maintenant"
608
 
609
  #: gallery-plugin.php:1300
610
  msgid "Add multiple gallery categories"
611
- msgstr ""
612
 
613
  #: gallery-plugin.php:1300
614
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
615
- msgstr ""
616
 
617
  #: gallery-plugin.php:1309
618
  #: gallery-plugin.php:1350
619
  msgid "Close"
620
- msgstr ""
621
 
622
  #: gallery-plugin.php:1341
623
- #, fuzzy
624
  msgid "Already attached?"
625
- msgstr "Déjà installé"
626
 
627
  #: gallery-plugin.php:1341
628
  msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
629
- msgstr ""
630
 
631
  #: gallery-plugin.php:1404
632
  #: template/gallery-single-template.php:19
@@ -661,3 +657,569 @@ msgstr "La modification de la taille n'est pas définie"
661
  msgid "Invalid path"
662
  msgstr "Chemin invalide"
663
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:49+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:49+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Didier, L 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:1,2;esc_html;esc_html__;esc_html_e;esc_attr__;esc_attr_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Generator: Poedit 1.5.7\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: gallery-plugin.php:95
72
 
73
  #: gallery-plugin.php:283
74
  #: gallery-plugin.php:427
 
75
  msgid "Gallery Categories"
76
+ msgstr "Catégories de galeries"
77
 
78
  #: gallery-plugin.php:292
79
  msgid "Choose a media file that will be attached"
80
+ msgstr "Choisissez une fichier qui sera attaché"
81
 
82
  #: gallery-plugin.php:292
83
  #, php-format
84
  msgid "You need to install \"%s\" plugin to use this functionality"
85
+ msgstr "Vous devez installer l'extension %s pour utiliser cette fonction"
86
 
87
  #: gallery-plugin.php:293
88
  msgid "Attach media item to this gallery"
89
+ msgstr "Attacher un fichier média à cette galerie"
90
 
91
  #: gallery-plugin.php:312
92
  msgid "The gallery temp directory (gallery-plugin/upload/files) is not available for record on your webserver. Please use the standard WP functionality to upload images (media library)"
180
 
181
  #: gallery-plugin.php:428
182
  msgid "Most Used"
183
+ msgstr "Les plus utiliser"
184
 
185
  #: gallery-plugin.php:438
 
186
  msgid "Add New Gallery Category"
187
+ msgstr "Ajouter une nouvelle catégorie de galerie"
188
 
189
  #: gallery-plugin.php:443
 
190
  msgid "Install plugin"
191
+ msgstr "Installer l'extension"
192
 
193
  #: gallery-plugin.php:646
194
  msgid "Author"
240
 
241
  #: gallery-plugin.php:838
242
  msgid "If you would like to add a Single Gallery to your page or post, just copy and paste this shortcode into your post or page:"
243
+ msgstr "Si vous voulez ajouter la galerie dans une page ou un article, copier le code court suivant dans le contenu de votre page ou de votre article :"
244
 
245
  #: gallery-plugin.php:840
246
  msgid "Please enable JavaScript to use the option to renew images."
275
  msgstr "Hauteur (en pixels)"
276
 
277
  #: gallery-plugin.php:862
278
+ #, fuzzy
279
+ msgid "Image size for thumbnails"
280
+ msgstr "Taille de la vignette de l'album"
281
 
282
  #: gallery-plugin.php:870
283
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
284
  msgstr "WordPress créera une copie de la miniature avec les dimensions spécifiées quand vous envoyez une nouvelle photo."
285
 
286
  #: gallery-plugin.php:878
287
+ #, fuzzy
288
+ msgid "Image size in the lightbox"
289
  msgstr "Taille de l'image de la galerie"
290
 
291
  #: gallery-plugin.php:881
559
 
560
  #: gallery-plugin.php:1093
561
  msgid "Display all images in the lightbox instead of going into a single gallery"
562
+ msgstr "Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
563
 
564
  #: gallery-plugin.php:1096
565
  msgid "When using the gallery template or a shortcode with `display=short` parameter"
566
+ msgstr "Quand vous utilisez le modèle de galerie ou le code court avec le paramètre `display=short`"
567
 
568
  #: gallery-plugin.php:1125
569
  msgid "Save Changes"
578
  msgstr "Mise à jour des images..."
579
 
580
  #: gallery-plugin.php:1268
 
581
  msgid "No image found."
582
+ msgstr "Pas d'image trouvée."
583
 
584
  #: gallery-plugin.php:1269
 
585
  msgid "All images are updated."
586
+ msgstr "Toutes les images ont été mises à jour."
587
 
588
  #: gallery-plugin.php:1270
589
  msgid "Error."
605
 
606
  #: gallery-plugin.php:1300
607
  msgid "Add multiple gallery categories"
608
+ msgstr "Ajouter des catégories de galeries"
609
 
610
  #: gallery-plugin.php:1300
611
  msgid "Install Gallery Categories plugin to add unlimited number of categories."
612
+ msgstr "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de catégories."
613
 
614
  #: gallery-plugin.php:1309
615
  #: gallery-plugin.php:1350
616
  msgid "Close"
617
+ msgstr "Fermer"
618
 
619
  #: gallery-plugin.php:1341
 
620
  msgid "Already attached?"
621
+ msgstr "Déjà lié?"
622
 
623
  #: gallery-plugin.php:1341
624
  msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
625
+ msgstr "Si vous voulez lier des fichiers qui se trouvent déjà sur le site, merci d'utiliser l'extension 'Re-attacher'"
626
 
627
  #: gallery-plugin.php:1404
628
  #: template/gallery-single-template.php:19
657
  msgid "Invalid path"
658
  msgstr "Chemin invalide"
659
 
660
+ #~ msgid "Gallery image size"
661
+ #~ msgstr "Taille de l'image de la galerie"
662
+
663
+ #~ msgid "requires"
664
+ #~ msgstr "requis"
665
+
666
+ #~ msgid ""
667
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
668
+ #~ "and try again."
669
+ #~ msgstr ""
670
+ #~ "ou supérieure, c'est pourquoi il a été désactive! Merci de faire la mise "
671
+ #~ "à jour de WordPress et de ré-essayer!"
672
+
673
+ #~ msgid "Back to the WordPress"
674
+ #~ msgstr "Retour à WordPress"
675
+
676
+ #~ msgid "Plugins page"
677
+ #~ msgstr "Page des extensions"
678
+
679
+ #~ msgid "It’s time to upgrade your"
680
+ #~ msgstr "C'est le moment de mettre à jour votre "
681
+
682
+ #~ msgid "to"
683
+ #~ msgstr "à"
684
+
685
+ #~ msgid "version!"
686
+ #~ msgstr "version"
687
+
688
+ #~ msgid "Extend standard plugin functionality with new great options."
689
+ #~ msgstr ""
690
+ #~ "Etend les fonctionalités classiques de l'extension avec des nouvelles "
691
+ #~ "options."
692
+
693
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
694
+ #~ msgstr ""
695
+ #~ "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
696
+ #~ "Wordpress"
697
+
698
+ #~ msgid "Rate the plugin"
699
+ #~ msgstr "Noter l'extension"
700
+
701
+ #~ msgid "If there is something wrong about it, please contact us"
702
+ #~ msgstr "Si vous avez des questions, merci de nous contacter"
703
+
704
+ #~ msgid "Wrong license key"
705
+ #~ msgstr "Clé de licence incorrecte"
706
+
707
+ #~ msgid ""
708
+ #~ "Something went wrong. Please try again later. If the error appears again, "
709
+ #~ "please contact us"
710
+ #~ msgstr ""
711
+ #~ "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de "
712
+ #~ "nouveau, merci de contacter <a href=http://support.bestwebsoft."
713
+ #~ "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
714
+
715
+ #~ msgid "We are sorry for inconvenience."
716
+ #~ msgstr "Nous sommes désolés pour le désagrément."
717
+
718
+ #~ msgid "This license key is bind to another site"
719
+ #~ msgstr "La clé de licence correspond à un autre site."
720
+
721
+ #~ msgid ""
722
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
723
+ #~ "Please, upload the plugin manually."
724
+ #~ msgstr ""
725
+ #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
726
+ #~ "télécharger l'extension manuellement."
727
+
728
+ #~ msgid ""
729
+ #~ "Unfortunately, Your license has expired. To continue getting top-priority "
730
+ #~ "support and plugin updates you should extend it in your"
731
+ #~ msgstr ""
732
+ #~ "Désoler, votre licence est terminée. Pour continuer à disposer du support "
733
+ #~ "rapide et des mises à jour de l'extension vous devez la renouveller dans "
734
+ #~ "votre"
735
+
736
+ #~ msgid ""
737
+ #~ "Unfortunately, the PRO licence was already installed to this domain. The "
738
+ #~ "PRO Trial license can be installed only once."
739
+ #~ msgstr ""
740
+ #~ "Malheuresement la licence PRO a déjà été installée sur ce domaine. La "
741
+ #~ "licence PRO d'évaluation peut être installée une seule fois."
742
+
743
+ #~ msgid ""
744
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
745
+ #~ msgstr ""
746
+ #~ "Erreur de téléchargement de l'archive ZIP. Merci de télécharger "
747
+ #~ "l'extension manuellement."
748
+
749
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
750
+ #~ msgstr ""
751
+ #~ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
752
+ #~ "manuellement."
753
+
754
+ #~ msgid ""
755
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
756
+ #~ "the plugin manually"
757
+ #~ msgstr ""
758
+ #~ "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci "
759
+ #~ "de télécharger l'extension manuellement."
760
+
761
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
762
+ #~ msgstr ""
763
+ #~ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
764
+ #~ "manuellement."
765
+
766
+ #~ msgid ""
767
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
768
+ #~ "are sorry for inconvenience."
769
+ #~ msgstr ""
770
+ #~ "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
771
+ #~ "l'extension manuellement.Nous sommes désolés pour le désagrément."
772
+
773
+ #~ msgid "Please, enter Your license key"
774
+ #~ msgstr "Merci de saisir votre clé de liecence"
775
+
776
+ #~ msgid ""
777
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
778
+ #~ "and activated."
779
+ #~ msgstr ""
780
+ #~ "Félicitations! La version PRO de cette extension a été téléchargée et "
781
+ #~ "activée avec succès."
782
+
783
+ #~ msgid "Please, go to"
784
+ #~ msgstr "Merci d'allez à"
785
+
786
+ #~ msgid "the setting page"
787
+ #~ msgstr "la page des paramètres"
788
+
789
+ #~ msgid "You will be redirected automatically in 5 seconds."
790
+ #~ msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
791
+
792
+ #~ msgid "You can download and activate"
793
+ #~ msgstr "Vous pouvez la télécharger et l'activer"
794
+
795
+ #~ msgid "version of this plugin by entering Your license key."
796
+ #~ msgstr "version de cette extension en donnant votre clé de licence."
797
+
798
+ #~ msgid ""
799
+ #~ "You can find your license key on your personal page Client area, by "
800
+ #~ "clicking on the link"
801
+ #~ msgstr ""
802
+ #~ "Vous pouvez trouver votre clé de licence sur votre page personnelle dans "
803
+ #~ "la zone cliente en cliquant sur le lien"
804
+
805
+ #~ msgid ""
806
+ #~ "(your username is the email you specify when purchasing the product)."
807
+ #~ msgstr ""
808
+ #~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
809
+ #~ "l'achat de l'extension)."
810
+
811
+ #~ msgid "Start Your Free %s-Day Trial Now"
812
+ #~ msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
813
+
814
+ #~ msgid ""
815
+ #~ "In order to continue using the plugin it is necessary to buy a %s license."
816
+ #~ msgstr ""
817
+ #~ "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
818
+ #~ "d'acheter une licence %s."
819
+
820
+ #~ msgid "After that you can activate it by entering your license key."
821
+ #~ msgstr ""
822
+ #~ " Après vous pouvez activer cette extension en donnant votre clé de "
823
+ #~ "licence."
824
+
825
+ #~ msgid ""
826
+ #~ "Unfortunately, you have exceeded the number of available tries per day."
827
+ #~ msgstr ""
828
+ #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
829
+ #~ "télécharger l'extension manuellement."
830
+
831
+ #~ msgid ""
832
+ #~ "Congratulations! The PRO license of the plugin is successfully activated."
833
+ #~ msgstr ""
834
+ #~ "Félicitations! La version PRO de cette extension a été téléchargée et "
835
+ #~ "activée avec succès."
836
+
837
+ #~ msgid "Wrong license key."
838
+ #~ msgstr "Clé de licence incorrecte."
839
+
840
+ #~ msgid "This license key is bind to another site."
841
+ #~ msgstr "La clé de licence correspond à un autre site."
842
+
843
+ #~ msgid ""
844
+ #~ "This license key is valid, but Your license has expired. If you want to "
845
+ #~ "update our plugin in future, you should extend the license."
846
+ #~ msgstr ""
847
+ #~ "La clé de licence est valide mais votre durée de validité est passée. "
848
+ #~ "Pour continuer à disposer du support rapide et des mises à jour de "
849
+ #~ "l'extension vous devez la renouveller."
850
+
851
+ #~ msgid "Unfortunately, you have exceeded the number of available tries."
852
+ #~ msgstr ""
853
+ #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
854
+ #~ "télécharger l'extension manuellement."
855
+
856
+ #~ msgid ""
857
+ #~ "Unfortunately, the PRO Trial licence was already installed to this "
858
+ #~ "domain. The PRO Trial license can be installed only once."
859
+ #~ msgstr ""
860
+ #~ "Malheuresement la licence PRO a déjà été installée sur ce domaine. La "
861
+ #~ "licence PRO d'évaluation peut être installée une seule fois."
862
+
863
+ #~ msgid "The PRO Trial license key is valid."
864
+ #~ msgstr "La clé de licence d'évaluation est valide."
865
+
866
+ #~ msgid "The license key is valid."
867
+ #~ msgstr "La clé de licence est valide."
868
+
869
+ #~ msgid "Your license will expire on"
870
+ #~ msgstr "Votre licence se termine le "
871
+
872
+ #~ msgid "Please, enter your license key"
873
+ #~ msgstr "Merci de saisir votre clé de licence"
874
+
875
+ #~ msgid ""
876
+ #~ "If needed you can check if the license key is correct or reenter it in "
877
+ #~ "the field below. You can find your license key on your personal page - "
878
+ #~ "Client area - on our website"
879
+ #~ msgstr ""
880
+ #~ "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou "
881
+ #~ "la saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre "
882
+ #~ "clé de licence sur votre page personnelle (zone client) sur notre site "
883
+ #~ "web."
884
+
885
+ #~ msgid ""
886
+ #~ "(your username is the email you specify when purchasing the product). If "
887
+ #~ "necessary, please submit \"Lost your password?\" request."
888
+ #~ msgstr ""
889
+ #~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
890
+ #~ "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande "
891
+ #~ "de mot de passe perdu."
892
+
893
+ #~ msgid "Check license key"
894
+ #~ msgstr "Vérifier la clé de licence"
895
+
896
+ #~ msgid ""
897
+ #~ "WARNING: We have noticed illegal use of our plugin by you. We strongly "
898
+ #~ "recommend you to solve the problem within 24 hours, otherwise the plugin "
899
+ #~ "will be deactivated. Please go to your personal"
900
+ #~ msgstr ""
901
+ #~ "AVERTISSEMENT : Nous avons détecté une utilisation abusive de notre "
902
+ #~ "extension. Nous vous recommandons de résoudre ce problème dans les 24 "
903
+ #~ "heures, sinon l'extension sera rendue inactive. Merci de vous rendre dans "
904
+ #~ "votre espace personel"
905
+
906
+ #~ msgid ""
907
+ #~ "(your username is the email you specify when purchasing the product), "
908
+ #~ "where you can make the necessary changes."
909
+ #~ msgstr ""
910
+ #~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
911
+ #~ "l'achat de l'extension), où vous pourrez faire les modifications "
912
+ #~ "nécessaires."
913
+
914
+ #~ msgid ""
915
+ #~ "Notice: Your PRO Trial license has expired. To continue using the plugin "
916
+ #~ "you should buy a PRO license"
917
+ #~ msgstr ""
918
+ #~ "Votre licence d'évaluation est terminée. Pour continuer à disposer du "
919
+ #~ "support rapide et des mises à jour de l'extension vous devez la "
920
+ #~ "renouveller."
921
+
922
+ #~ msgid ""
923
+ #~ "Your license has expired. To continue getting top-priority support and "
924
+ #~ "plugin updates you should extend it."
925
+ #~ msgstr ""
926
+ #~ "Votre licence est terminée. Pour continuer à disposer du support rapide "
927
+ #~ "et des mises à jour de l'extension vous devez la renouveller."
928
+
929
+ #~ msgid "Notice: You are using the PRO Trial license of %s plugin."
930
+ #~ msgstr ""
931
+ #~ "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
932
+
933
+ #~ msgid "Notice: You are using the PRO Trial license of plugin."
934
+ #~ msgstr ""
935
+ #~ "Avertissement : vous utilisez la version d'évaluation de l'extension."
936
+
937
+ #~ msgid "The PRO Trial license will expire on"
938
+ #~ msgstr "Votre licence se termine le "
939
+
940
+ #~ msgid "You license for"
941
+ #~ msgstr "Votre licence pour"
942
+
943
+ #~ msgid "expires on"
944
+ #~ msgstr "se termine le"
945
+
946
+ #~ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
947
+ #~ msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
948
+
949
+ #~ msgid "Not set"
950
+ #~ msgstr "Not set"
951
+
952
+ #~ msgid "On"
953
+ #~ msgstr "On"
954
+
955
+ #~ msgid "Off"
956
+ #~ msgstr "Off"
957
+
958
+ #~ msgid "N/A"
959
+ #~ msgstr "N/A"
960
+
961
+ #~ msgid " Mb"
962
+ #~ msgstr " Mb"
963
+
964
+ #~ msgid "Yes"
965
+ #~ msgstr "Yes"
966
+
967
+ #~ msgid "No"
968
+ #~ msgstr "No"
969
+
970
+ #~ msgid "Operating System"
971
+ #~ msgstr "Operating System"
972
+
973
+ #~ msgid "Server"
974
+ #~ msgstr "Server"
975
+
976
+ #~ msgid "Memory usage"
977
+ #~ msgstr "Memory usage"
978
+
979
+ #~ msgid "MYSQL Version"
980
+ #~ msgstr "MYSQL Version"
981
+
982
+ #~ msgid "SQL Mode"
983
+ #~ msgstr "SQL Mode"
984
+
985
+ #~ msgid "PHP Version"
986
+ #~ msgstr "PHP Version"
987
+
988
+ #~ msgid "PHP Safe Mode"
989
+ #~ msgstr "PHP Safe Mode"
990
+
991
+ #~ msgid "PHP Allow URL fopen"
992
+ #~ msgstr "PHP Allow URL fopen"
993
+
994
+ #~ msgid "PHP Memory Limit"
995
+ #~ msgstr "PHP Memory Limit"
996
+
997
+ #~ msgid "PHP Max Upload Size"
998
+ #~ msgstr "PHP Max Upload Size"
999
+
1000
+ #~ msgid "PHP Max Post Size"
1001
+ #~ msgstr "PHP Max Post Size"
1002
+
1003
+ #~ msgid "PHP Max Script Execute Time"
1004
+ #~ msgstr "PHP Max Script Execute Time"
1005
+
1006
+ #~ msgid "PHP Exif support"
1007
+ #~ msgstr "PHP Exif support"
1008
+
1009
+ #~ msgid "PHP IPTC support"
1010
+ #~ msgstr "PHP IPTC support"
1011
+
1012
+ #~ msgid "PHP XML support"
1013
+ #~ msgstr "PHP XML support"
1014
+
1015
+ #~ msgid "Site URL"
1016
+ #~ msgstr "Site URL"
1017
+
1018
+ #~ msgid "Home URL"
1019
+ #~ msgstr "Home URL"
1020
+
1021
+ #~ msgid "WordPress Version"
1022
+ #~ msgstr "WordPress Version"
1023
+
1024
+ #~ msgid "WordPress DB Version"
1025
+ #~ msgstr "WordPress DB Version"
1026
+
1027
+ #~ msgid "Multisite"
1028
+ #~ msgstr "Multisite"
1029
+
1030
+ #~ msgid "Active Theme"
1031
+ #~ msgstr "Active Theme"
1032
+
1033
+ #~ msgid "Please enter a valid email address."
1034
+ #~ msgstr "Merci de fournir une adresse e-mail valide."
1035
+
1036
+ #~ msgid "Email with system info is sent to "
1037
+ #~ msgstr "L'e-mail avec les informations systèmes est envoyé à "
1038
+
1039
+ #~ msgid "Thank you for contacting us."
1040
+ #~ msgstr "Merci d'avoir pris contact avec nous."
1041
+
1042
+ #~ msgid "Sorry, email message could not be delivered."
1043
+ #~ msgstr "Désoler, l'e-mail n'a pas pu être envoyé."
1044
+
1045
+ #~ msgid "Need help?"
1046
+ #~ msgstr "Besoin d'aide ?"
1047
+
1048
+ #~ msgid "Client area"
1049
+ #~ msgstr "Espace client"
1050
+
1051
+ #~ msgid "System status"
1052
+ #~ msgstr "System status"
1053
+
1054
+ #~ msgid "Plugins"
1055
+ #~ msgstr "Extensions"
1056
+
1057
+ #~ msgid "Themes"
1058
+ #~ msgstr "Thèmes"
1059
+
1060
+ #~ msgid "All"
1061
+ #~ msgstr "Tous"
1062
+
1063
+ #~ msgid "Installed"
1064
+ #~ msgstr "Installé"
1065
+
1066
+ #~ msgid "Recommended"
1067
+ #~ msgstr "Recommandé"
1068
+
1069
+ #~ msgid "Installed plugins"
1070
+ #~ msgstr "Extensions installées"
1071
+
1072
+ #~ msgid "Activate this plugin"
1073
+ #~ msgstr "Activer cette extension"
1074
+
1075
+ #~ msgid "DONATE"
1076
+ #~ msgstr "Faire un don"
1077
+
1078
+ #~ msgid "Recommended plugins"
1079
+ #~ msgstr "Extensions recommandées"
1080
+
1081
+ #~ msgid "Try again"
1082
+ #~ msgstr "Essayer de nouveau"
1083
+
1084
+ #~ msgid "Preview &#8220;%s&#8221;"
1085
+ #~ msgstr "Pré-visualiser &#8220;%s&#8221;"
1086
+
1087
+ #~ msgid "Install %s"
1088
+ #~ msgstr "Installation %s"
1089
+
1090
+ #~ msgid "Install Now"
1091
+ #~ msgstr "Installer maintenant"
1092
+
1093
+ #~ msgid "Update to version %s"
1094
+ #~ msgstr "Mettre à jour pour la version %s"
1095
+
1096
+ #~ msgid "Update"
1097
+ #~ msgstr "Mettre à jour"
1098
+
1099
+ #~ msgid "This theme is already installed and is up to date"
1100
+ #~ msgstr "Le thème est déjà en place et est à jour."
1101
+
1102
+ #~ msgid "Preview %s"
1103
+ #~ msgstr "Pré-visualiser %s"
1104
+
1105
+ #~ msgid "Preview"
1106
+ #~ msgstr "Pré-visualiser"
1107
+
1108
+ #~ msgid "By %s"
1109
+ #~ msgstr "Par %s"
1110
+
1111
+ #~ msgid "Details"
1112
+ #~ msgstr "Détails"
1113
+
1114
+ #~ msgid "Already Installed"
1115
+ #~ msgstr "Déjà installé"
1116
+
1117
+ #~ msgid "Environment"
1118
+ #~ msgstr "Environment"
1119
+
1120
+ #~ msgid "Active Plugins"
1121
+ #~ msgstr "Extensions actives"
1122
+
1123
+ #~ msgid "Inactive Plugins"
1124
+ #~ msgstr "Extensions inactives"
1125
+
1126
+ #~ msgid "Send to support"
1127
+ #~ msgstr "Envoyer au support"
1128
+
1129
+ #~ msgid "Send to custom email &#187;"
1130
+ #~ msgstr "Envoyer un e-mail spécifique &#187;"
1131
+
1132
+ #~ msgid "This license key is valid, but your license has expired."
1133
+ #~ msgstr "La clé de licence est valide, mais elle a expirée."
1134
+
1135
+ #~ msgid ""
1136
+ #~ "It’s time to upgrade your <strong>Gallery plugin</strong> to <strong>PRO</"
1137
+ #~ "strong> version!"
1138
+ #~ msgstr ""
1139
+ #~ "Il est peut-être temps de passer votre extension <strong>Gallery</strong> "
1140
+ #~ "vers la version <strong>PRO</strong> !"
1141
+
1142
+ #~ msgid "Go!"
1143
+ #~ msgstr "Allez!"
1144
+
1145
+ #~ msgid ""
1146
+ #~ "This functionality is available in the Pro version of the plugin. For "
1147
+ #~ "more details, please follow the link"
1148
+ #~ msgstr ""
1149
+ #~ "Cette fonction est disponible dans le version pro de cette extension. "
1150
+ #~ "Pour plus de détails, suivre le lien"
1151
+
1152
+ #~ msgid "Switch to new interface"
1153
+ #~ msgstr "Basculer vers la nouvelle interface"
1154
+
1155
+ #~ msgid "Pro plugins"
1156
+ #~ msgstr "Extensions Pro"
1157
+
1158
+ #~ msgid "Activated plugins"
1159
+ #~ msgstr "Extensions activées"
1160
+
1161
+ #~ msgid "Read more"
1162
+ #~ msgstr "Lire plus..."
1163
+
1164
+ #~ msgid "Purchase"
1165
+ #~ msgstr "Acheter"
1166
+
1167
+ #~ msgid "Free plugins"
1168
+ #~ msgstr "Extensions gratuites"
1169
+
1170
+ #~ msgid "Download"
1171
+ #~ msgstr "Télécharger"
1172
+
1173
+ #~ msgid "Install now from wordpress.org"
1174
+ #~ msgstr "Installation à partir de wordpress.org"
1175
+
1176
+ #~ msgid "Free themes"
1177
+ #~ msgstr "Thèmes gratuits"
1178
+
1179
+ #~ msgid "Activated theme"
1180
+ #~ msgstr "Thème actif"
1181
+
1182
+ #~ msgid "Customize &#8220;%s&#8221;"
1183
+ #~ msgstr "Personnaliser &#8220;%s&#8221;"
1184
+
1185
+ #~ msgid "Customize"
1186
+ #~ msgstr "Personnaliser"
1187
+
1188
+ #~ msgid "Installed themes"
1189
+ #~ msgstr "Thèmes installés"
1190
+
1191
+ #~ msgid "Recommended themes"
1192
+ #~ msgstr "Thèmes recommandés"
1193
+
1194
+ #~ msgid "If you have any questions, please contact us via"
1195
+ #~ msgstr "Si vous avez des questions, merci de nous contacter via "
1196
+
1197
+ #~ msgid "Switch to old interface"
1198
+ #~ msgstr "Basculer vers l'ancienne interface"
1199
+
1200
+ #~ msgid "Add New"
1201
+ #~ msgstr "Ajouter"
1202
+
1203
+ #~ msgid "Search Galleries"
1204
+ #~ msgstr "Rechercher une galerie"
1205
+
1206
+ #~ msgid "Please do not forget to select "
1207
+ #~ msgstr "Merci de ne pas oublier de sélectionner"
1208
+
1209
+ #~ msgid "Attachments order by"
1210
+ #~ msgstr "Fichiers trier par"
1211
+
1212
+ #~ msgid "attachments order"
1213
+ #~ msgstr "ordre des fichiers"
1214
+
1215
+ #~ msgid "attachment title"
1216
+ #~ msgstr "titre du fichier"
1217
+
1218
+ #~ msgid "Attachments order"
1219
+ #~ msgstr "Ordre des fichiers"
1220
+
1221
+ #~ msgid "Label for Return link"
1222
+ #~ msgstr "Texte du lien de retour"
1223
+
1224
+ #~ msgid "URL for Return link"
1225
+ #~ msgstr "URL du lien de retour"
languages/gallery-nl_NL.mo CHANGED
Binary file
languages/gallery-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:36+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:36+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
@@ -278,15 +278,17 @@ msgid "Height (in px)"
278
  msgstr "Hoogte (in px)"
279
 
280
  #: gallery-plugin.php:862
281
- msgid "Gallery image size"
282
- msgstr "Afmeting galerij foto"
 
283
 
284
  #: gallery-plugin.php:870
285
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
286
  msgstr "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er een nieuwe foto wordt geupload."
287
 
288
  #: gallery-plugin.php:878
289
- msgid "Gallery image size in the lightbox"
 
290
  msgstr "Foto afmeting voor lightbox"
291
 
292
  #: gallery-plugin.php:881
@@ -662,3 +664,5 @@ msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
662
  msgid "Invalid path"
663
  msgstr "Ongeldig pad"
664
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:49+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:49+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
278
  msgstr "Hoogte (in px)"
279
 
280
  #: gallery-plugin.php:862
281
+ #, fuzzy
282
+ msgid "Image size for thumbnails"
283
+ msgstr "Foto afmeting voor de omslag van het album"
284
 
285
  #: gallery-plugin.php:870
286
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
287
  msgstr "WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er een nieuwe foto wordt geupload."
288
 
289
  #: gallery-plugin.php:878
290
+ #, fuzzy
291
+ msgid "Image size in the lightbox"
292
  msgstr "Foto afmeting voor lightbox"
293
 
294
  #: gallery-plugin.php:881
664
  msgid "Invalid path"
665
  msgstr "Ongeldig pad"
666
 
667
+ #~ msgid "Gallery image size"
668
+ #~ msgstr "Afmeting galerij foto"
languages/gallery-pt_BR.mo CHANGED
Binary file
languages/gallery-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:36+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:36+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -334,8 +334,9 @@ msgstr "Altura (em px)"
334
 
335
  # @ gallery
336
  #: gallery-plugin.php:862
337
- msgid "Gallery image size"
338
- msgstr "Tamanho da imagem da galeria"
 
339
 
340
  # @ gallery
341
  #: gallery-plugin.php:870
@@ -344,7 +345,8 @@ msgstr "WordPress irá criar uma nova miniatura com os tamanhos especificados qu
344
 
345
  # @ gallery
346
  #: gallery-plugin.php:878
347
- msgid "Gallery image size in the lightbox"
 
348
  msgstr "Tamanho da imagem da galeria no Lightbox"
349
 
350
  # @ gallery
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:49+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:49+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
334
 
335
  # @ gallery
336
  #: gallery-plugin.php:862
337
+ #, fuzzy
338
+ msgid "Image size for thumbnails"
339
+ msgstr "Tamanho da imagem de capa do álbum"
340
 
341
  # @ gallery
342
  #: gallery-plugin.php:870
345
 
346
  # @ gallery
347
  #: gallery-plugin.php:878
348
+ #, fuzzy
349
+ msgid "Image size in the lightbox"
350
  msgstr "Tamanho da imagem da galeria no Lightbox"
351
 
352
  # @ gallery
languages/gallery-ru_RU.mo CHANGED
Binary file
languages/gallery-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:36+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:36+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -274,16 +274,16 @@ msgid "Height (in px)"
274
  msgstr "Высота (в px)"
275
 
276
  #: gallery-plugin.php:862
277
- msgid "Gallery image size"
278
- msgstr "Размер изображений галереи"
279
 
280
  #: gallery-plugin.php:870
281
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
282
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
283
 
284
  #: gallery-plugin.php:878
285
- msgid "Gallery image size in the lightbox"
286
- msgstr "Размер изображений галереи в лайтбоксе"
287
 
288
  #: gallery-plugin.php:881
289
  msgid "Max width (in px)"
@@ -556,11 +556,11 @@ msgstr "Название кнопки в лайтбоксе"
556
 
557
  #: gallery-plugin.php:1093
558
  msgid "Display all images in the lightbox instead of going into a single gallery"
559
- msgstr ""
560
 
561
  #: gallery-plugin.php:1096
562
  msgid "When using the gallery template or a shortcode with `display=short` parameter"
563
- msgstr ""
564
 
565
  #: gallery-plugin.php:1125
566
  msgid "Save Changes"
@@ -654,3 +654,5 @@ msgstr "Не удалось вычислить изменения размеро
654
  msgid "Invalid path"
655
  msgstr "Путь к изображению для редактирования некорректный"
656
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:49+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
274
  msgstr "Высота (в px)"
275
 
276
  #: gallery-plugin.php:862
277
+ msgid "Image size for thumbnails"
278
+ msgstr "Размер изображения для миниатюр"
279
 
280
  #: gallery-plugin.php:870
281
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
282
  msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
283
 
284
  #: gallery-plugin.php:878
285
+ msgid "Image size in the lightbox"
286
+ msgstr "Размер изображений в лайтбоксе"
287
 
288
  #: gallery-plugin.php:881
289
  msgid "Max width (in px)"
556
 
557
  #: gallery-plugin.php:1093
558
  msgid "Display all images in the lightbox instead of going into a single gallery"
559
+ msgstr "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
560
 
561
  #: gallery-plugin.php:1096
562
  msgid "When using the gallery template or a shortcode with `display=short` parameter"
563
+ msgstr "Когда используется темплейт галереи или шорткод с параметром `display=short`"
564
 
565
  #: gallery-plugin.php:1125
566
  msgid "Save Changes"
654
  msgid "Invalid path"
655
  msgstr "Путь к изображению для редактирования некорректный"
656
 
657
+ #~ msgid "Gallery image size"
658
+ #~ msgstr "Размер изображений галереи"
languages/gallery-sk_SK.mo CHANGED
Binary file
languages/gallery-sk_SK.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:36+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:36+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Michal Králik <ja@michalkralik.sk>\n"
9
  "Language: sk_SK\n"
@@ -279,15 +279,17 @@ msgid "Height (in px)"
279
  msgstr "Výška (v px)"
280
 
281
  #: gallery-plugin.php:862
282
- msgid "Gallery image size"
283
- msgstr "Veľkosť obrázka galérie"
 
284
 
285
  #: gallery-plugin.php:870
286
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
287
  msgstr "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú fotku."
288
 
289
  #: gallery-plugin.php:878
290
- msgid "Gallery image size in the lightbox"
 
291
  msgstr "Veľkosť obrázku galérie v Lightbox"
292
 
293
  #: gallery-plugin.php:881
@@ -666,3 +668,5 @@ msgstr "Zmeny veľkosti obrázka neboli definované"
666
  msgid "Invalid path"
667
  msgstr "Neplatná cesta"
668
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:53+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:53+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Michal Králik <ja@michalkralik.sk>\n"
9
  "Language: sk_SK\n"
279
  msgstr "Výška (v px)"
280
 
281
  #: gallery-plugin.php:862
282
+ #, fuzzy
283
+ msgid "Image size for thumbnails"
284
+ msgstr "Veľkosť obrázku pre obal albumu"
285
 
286
  #: gallery-plugin.php:870
287
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
288
  msgstr "Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú fotku."
289
 
290
  #: gallery-plugin.php:878
291
+ #, fuzzy
292
+ msgid "Image size in the lightbox"
293
  msgstr "Veľkosť obrázku galérie v Lightbox"
294
 
295
  #: gallery-plugin.php:881
668
  msgid "Invalid path"
669
  msgstr "Neplatná cesta"
670
 
671
+ #~ msgid "Gallery image size"
672
+ #~ msgstr "Veľkosť obrázka galérie"
languages/gallery-sl_SI.mo CHANGED
Binary file
languages/gallery-sl_SI.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:36+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:36+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
@@ -278,15 +278,17 @@ msgid "Height (in px)"
278
  msgstr "Višina (v pikslih)"
279
 
280
  #: gallery-plugin.php:862
281
- msgid "Gallery image size"
282
- msgstr "Velikost slike v galeriji"
 
283
 
284
  #: gallery-plugin.php:870
285
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
286
  msgstr "WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri naslednjem nalaganju nove slike."
287
 
288
  #: gallery-plugin.php:878
289
- msgid "Gallery image size in the lightbox"
 
290
  msgstr "Velikost slike v lightbox-u"
291
 
292
  #: gallery-plugin.php:881
@@ -662,3 +664,5 @@ msgstr "Spremembe velikosti slike niso podane"
662
  msgid "Invalid path"
663
  msgstr "Napačna pot"
664
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:54+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:54+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
278
  msgstr "Višina (v pikslih)"
279
 
280
  #: gallery-plugin.php:862
281
+ #, fuzzy
282
+ msgid "Image size for thumbnails"
283
+ msgstr "Velikost slike albuma"
284
 
285
  #: gallery-plugin.php:870
286
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
287
  msgstr "WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri naslednjem nalaganju nove slike."
288
 
289
  #: gallery-plugin.php:878
290
+ #, fuzzy
291
+ msgid "Image size in the lightbox"
292
  msgstr "Velikost slike v lightbox-u"
293
 
294
  #: gallery-plugin.php:881
664
  msgid "Invalid path"
665
  msgstr "Napačna pot"
666
 
667
+ #~ msgid "Gallery image size"
668
+ #~ msgstr "Velikost slike v galeriji"
languages/gallery-sr_RS.mo CHANGED
Binary file
languages/gallery-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:36+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:36+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www.georgijevic.info, andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
@@ -282,15 +282,17 @@ msgid "Height (in px)"
282
  msgstr "Visina (u pikselima)"
283
 
284
  #: gallery-plugin.php:862
285
- msgid "Gallery image size"
286
- msgstr "Veličina slika u galeriji"
 
287
 
288
  #: gallery-plugin.php:870
289
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
290
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
291
 
292
  #: gallery-plugin.php:878
293
- msgid "Gallery image size in the lightbox"
 
294
  msgstr "Veličina slika u galeriji u lightbox skriptu"
295
 
296
  #: gallery-plugin.php:881
@@ -673,3 +675,5 @@ msgstr ""
673
  msgid "Invalid path"
674
  msgstr ""
675
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:54+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:54+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www.georgijevic.info, andrijanan@webhostinggeeks.com>\n"
9
  "Language: fr_FR\n"
282
  msgstr "Visina (u pikselima)"
283
 
284
  #: gallery-plugin.php:862
285
+ #, fuzzy
286
+ msgid "Image size for thumbnails"
287
+ msgstr "Veličina slike za naslovnu stranicu albuma"
288
 
289
  #: gallery-plugin.php:870
290
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
291
  msgstr "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada učitate novu sliku."
292
 
293
  #: gallery-plugin.php:878
294
+ #, fuzzy
295
+ msgid "Image size in the lightbox"
296
  msgstr "Veličina slika u galeriji u lightbox skriptu"
297
 
298
  #: gallery-plugin.php:881
675
  msgid "Invalid path"
676
  msgstr ""
677
 
678
+ #~ msgid "Gallery image size"
679
+ #~ msgstr "Veličina slika u galeriji"
languages/gallery-tr.mo CHANGED
Binary file
languages/gallery-tr.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:36+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
@@ -282,15 +282,17 @@ msgid "Height (in px)"
282
  msgstr "Yükseklik (px)"
283
 
284
  #: gallery-plugin.php:862
285
- msgid "Gallery image size"
286
- msgstr "Galeri resim boyutu"
 
287
 
288
  #: gallery-plugin.php:870
289
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
290
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
291
 
292
  #: gallery-plugin.php:878
293
- msgid "Gallery image size in the lightbox"
 
294
  msgstr "Lightbox içerisindeki resim boyutu"
295
 
296
  #: gallery-plugin.php:881
@@ -671,3 +673,5 @@ msgstr ""
671
  msgid "Invalid path"
672
  msgstr ""
673
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:54+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
282
  msgstr "Yükseklik (px)"
283
 
284
  #: gallery-plugin.php:862
285
+ #, fuzzy
286
+ msgid "Image size for thumbnails"
287
+ msgstr "Albüm kapağı için resim boyuru"
288
 
289
  #: gallery-plugin.php:870
290
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
291
  msgstr "Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail oluşturacaktır."
292
 
293
  #: gallery-plugin.php:878
294
+ #, fuzzy
295
+ msgid "Image size in the lightbox"
296
  msgstr "Lightbox içerisindeki resim boyutu"
297
 
298
  #: gallery-plugin.php:881
673
  msgid "Invalid path"
674
  msgstr ""
675
 
676
+ #~ msgid "Gallery image size"
677
+ #~ msgstr "Galeri resim boyutu"
languages/gallery-uk.mo CHANGED
Binary file
languages/gallery-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:37+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:37+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
@@ -274,16 +274,16 @@ msgid "Height (in px)"
274
  msgstr "Висота (в px)"
275
 
276
  #: gallery-plugin.php:862
277
- msgid "Gallery image size"
278
- msgstr "Розмір зображення галереї"
279
 
280
  #: gallery-plugin.php:870
281
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
282
  msgstr "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до заданих розмірів."
283
 
284
  #: gallery-plugin.php:878
285
- msgid "Gallery image size in the lightbox"
286
- msgstr "Розмір зображень галереї в лайтбоксі"
287
 
288
  #: gallery-plugin.php:881
289
  msgid "Max width (in px)"
@@ -556,11 +556,11 @@ msgstr "Назва кнопки лайтбоксу"
556
 
557
  #: gallery-plugin.php:1093
558
  msgid "Display all images in the lightbox instead of going into a single gallery"
559
- msgstr ""
560
 
561
  #: gallery-plugin.php:1096
562
  msgid "When using the gallery template or a shortcode with `display=short` parameter"
563
- msgstr ""
564
 
565
  #: gallery-plugin.php:1125
566
  msgid "Save Changes"
@@ -654,3 +654,5 @@ msgstr "Зміни розміру зображення не визначено"
654
  msgid "Invalid path"
655
  msgstr "Невірний шлях"
656
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:56+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
274
  msgstr "Висота (в px)"
275
 
276
  #: gallery-plugin.php:862
277
+ msgid "Image size for thumbnails"
278
+ msgstr "Розмір зображення для мініатюр"
279
 
280
  #: gallery-plugin.php:870
281
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
282
  msgstr "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до заданих розмірів."
283
 
284
  #: gallery-plugin.php:878
285
+ msgid "Image size in the lightbox"
286
+ msgstr "Розмір зображень в лайтбоксі"
287
 
288
  #: gallery-plugin.php:881
289
  msgid "Max width (in px)"
556
 
557
  #: gallery-plugin.php:1093
558
  msgid "Display all images in the lightbox instead of going into a single gallery"
559
+ msgstr "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
560
 
561
  #: gallery-plugin.php:1096
562
  msgid "When using the gallery template or a shortcode with `display=short` parameter"
563
+ msgstr "Коли використовується темплейт галереї або шорткод з параметром `display=short`"
564
 
565
  #: gallery-plugin.php:1125
566
  msgid "Save Changes"
654
  msgid "Invalid path"
655
  msgstr "Невірний шлях"
656
 
657
+ #~ msgid "Gallery image size"
658
+ #~ msgstr "Розмір зображення галереї"
languages/gallery-zh_CN.mo CHANGED
Binary file
languages/gallery-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-04-28 12:37+0300\n"
6
- "PO-Revision-Date: 2015-04-28 12:37+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "Language: zh_CN\n"
@@ -277,15 +277,17 @@ msgid "Height (in px)"
277
  msgstr "高度(像素)"
278
 
279
  #: gallery-plugin.php:862
280
- msgid "Gallery image size"
281
- msgstr "画廊中影像的尺寸"
 
282
 
283
  #: gallery-plugin.php:870
284
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
285
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
286
 
287
  #: gallery-plugin.php:878
288
- msgid "Gallery image size in the lightbox"
 
289
  msgstr "灯箱中的影像的尺寸"
290
 
291
  #: gallery-plugin.php:881
@@ -661,3 +663,5 @@ msgstr "图像大小的变化没有定义"
661
  msgid "Invalid path"
662
  msgstr "无效的路径"
663
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-05-18 12:58+0300\n"
6
+ "PO-Revision-Date: 2015-05-18 12:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
9
  "Language: zh_CN\n"
277
  msgstr "高度(像素)"
278
 
279
  #: gallery-plugin.php:862
280
+ #, fuzzy
281
+ msgid "Image size for thumbnails"
282
+ msgstr "专辑封面的尺寸"
283
 
284
  #: gallery-plugin.php:870
285
  msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
286
  msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
287
 
288
  #: gallery-plugin.php:878
289
+ #, fuzzy
290
+ msgid "Image size in the lightbox"
291
  msgstr "灯箱中的影像的尺寸"
292
 
293
  #: gallery-plugin.php:881
663
  msgid "Invalid path"
664
  msgstr "无效的路径"
665
 
666
+ #~ msgid "Gallery image size"
667
+ #~ msgstr "画廊中影像的尺寸"
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Gallery by BestWebSoft ===
2
  Contributors: bestwebsoft
3
- Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
4
  Tags: add album, add gallery, add picture, add pictures, album, foto, fotoalbum, gallery, galery, galary, gallary, gellery, gellary, gelary, gallerie, gallery decription, gallery image, image, multiple pictures, photo, photoalbum, photogallery, pictures, slide show, slideshow, upload images, upload photos, view images, view pictures, website gallery
5
  Requires at least: 3.2
6
- Tested up to: 4.2
7
- Stable tag: 4.2.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -136,22 +136,23 @@ After that your theme will support thumbnail option and the error will disappear
136
 
137
  = I am using WP with rtl language and I have a problem with the lightbox displaying on iPad/iPhone. =
138
 
139
- 1. In the file header.php you should substitute
140
- <html <?php language_attributes(); ?>>
141
- with
142
- <html>
143
  2. Remove the "direction:rtl" from the css of the body, and move it to the main wrapper. For example, in your theme CSS file (usually it's rtl.css) remove the following lines:
144
- body {
 
145
  direction:rtl;
146
- }
 
147
  and add (for the themes Twenty Eleven or Twenty Ten):
148
- .hfeed {
 
149
  direction:rtl;
150
- }
151
 
152
  = I have some problems with the plugin's work. What Information should I provide to receive proper support? =
153
 
154
  Please make sure that the problem hasn't been discussed yet on our forum (<a href="http://support.bestwebsoft.com" target="_blank">http://support.bestwebsoft.com</a>). If no, please provide the following data along with your problem's description:
 
155
  1. the link to the page where the problem occurs
156
  2. the name of the plugin and its version. If you are using a pro version - your order number.
157
  3. the version of your WordPress installation
@@ -167,6 +168,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
167
 
168
  == Changelog ==
169
 
 
 
 
170
  = V4.2.9 - 28.04.2015 =
171
  * Update : The French language file is updated.
172
  * Bugfix : Bug with the DB-table prefix in template file was fixed.
@@ -470,6 +474,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
470
 
471
  == Upgrade Notice ==
472
 
 
 
 
473
  = V4.2.9 =
474
  The French language file is updated. Bug with the DB-table prefix in template file was fixed. Bug with updating rewrite rules on each page load was fixed.
475
 
1
  === Gallery by BestWebSoft ===
2
  Contributors: bestwebsoft
3
+ Donate link: http://bestwebsoft.com/donate/
4
  Tags: add album, add gallery, add picture, add pictures, album, foto, fotoalbum, gallery, galery, galary, gallary, gellery, gellary, gelary, gallerie, gallery decription, gallery image, image, multiple pictures, photo, photoalbum, photogallery, pictures, slide show, slideshow, upload images, upload photos, view images, view pictures, website gallery
5
  Requires at least: 3.2
6
+ Tested up to: 4.2.2
7
+ Stable tag: 4.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
136
 
137
  = I am using WP with rtl language and I have a problem with the lightbox displaying on iPad/iPhone. =
138
 
139
+ 1. In the file header.php you should substitute `<html <?php language_attributes(); ?>>` with `<html>`
 
 
 
140
  2. Remove the "direction:rtl" from the css of the body, and move it to the main wrapper. For example, in your theme CSS file (usually it's rtl.css) remove the following lines:
141
+
142
+ `body {
143
  direction:rtl;
144
+ }`
145
+
146
  and add (for the themes Twenty Eleven or Twenty Ten):
147
+
148
+ `.hfeed {
149
  direction:rtl;
150
+ }`
151
 
152
  = I have some problems with the plugin's work. What Information should I provide to receive proper support? =
153
 
154
  Please make sure that the problem hasn't been discussed yet on our forum (<a href="http://support.bestwebsoft.com" target="_blank">http://support.bestwebsoft.com</a>). If no, please provide the following data along with your problem's description:
155
+
156
  1. the link to the page where the problem occurs
157
  2. the name of the plugin and its version. If you are using a pro version - your order number.
158
  3. the version of your WordPress installation
168
 
169
  == Changelog ==
170
 
171
+ = V4.3.0 - 18.05.2015 =
172
+ * Update : We updated all functionality for wordpress 4.2.2.
173
+
174
  = V4.2.9 - 28.04.2015 =
175
  * Update : The French language file is updated.
176
  * Bugfix : Bug with the DB-table prefix in template file was fixed.
474
 
475
  == Upgrade Notice ==
476
 
477
+ = V4.3.0 =
478
+ We updated all functionality for wordpress 4.2.2.
479
+
480
  = V4.2.9 =
481
  The French language file is updated. Bug with the DB-table prefix in template file was fixed. Bug with updating rewrite rules on each page load was fixed.
482
 
template/gallery-template.php CHANGED
File without changes