Gallery by BestWebSoft - Version 4.3.2

Version Description

  • 24.06.2015 =
  • Update : Gallery Settings page is updated.
  • Update : The Ukrainian and Russian language files are updated.
  • Update : BWS plugins section is updated.
Download this release

Release Info

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

Code changes from version 4.3.1 to 4.3.2

bws_menu/bws_functions.php CHANGED
@@ -1,7 +1,7 @@
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 ) {
@@ -365,7 +365,7 @@ if ( ! function_exists( 'bws_go_pro_tab' ) ) {
365
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
366
  <?php } else { ?>
367
  <p>
368
- <input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
369
  <input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
370
  <input type="hidden" name="bws_license_submit" value="submit" />
371
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
@@ -403,7 +403,7 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
403
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></p>
404
  <?php } else { ?>
405
  <p>
406
- <input type="text" name="bws_license_key" value="" />
407
  <input type="hidden" name="bws_license_plugin" value="<?php echo $plugin_basename; ?>" />
408
  <input type="hidden" name="bws_license_submit" value="submit" />
409
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
@@ -523,7 +523,7 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
523
  <form method="post" action="admin.php?page=<?php echo $page; ?>">
524
  <p><?php echo _e( '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', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
525
  <p>
526
- <input type="text" name="bws_license_key" value="<?php echo $license_key; ?>" />
527
  <input type="hidden" name="bws_license_submit" value="submit" />
528
  <input type="submit" class="button-primary" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
529
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
@@ -765,6 +765,34 @@ if ( ! class_exists( 'BWS_admin_tooltip' ) ) {
765
  }
766
  }
767
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
768
  add_action( 'admin_init', 'bws_plugin_init' );
769
  add_action( 'admin_enqueue_scripts', 'bws_admin_add_scripts' );
770
  add_action( 'admin_head', 'bws_admin_head' );
1
  <?php
2
  /*
3
  * General functions for BestWebSoft plugins
4
+ * Version: 1.1.0
5
  */
6
  if ( ! function_exists ( 'bws_add_general_menu' ) ) {
7
  function bws_add_general_menu( $base ) {
365
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
366
  <?php } else { ?>
367
  <p>
368
+ <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
369
  <input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
370
  <input type="hidden" name="bws_license_submit" value="submit" />
371
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
403
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></p>
404
  <?php } else { ?>
405
  <p>
406
+ <input type="text" maxlength="100" name="bws_license_key" value="" />
407
  <input type="hidden" name="bws_license_plugin" value="<?php echo $plugin_basename; ?>" />
408
  <input type="hidden" name="bws_license_submit" value="submit" />
409
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
523
  <form method="post" action="admin.php?page=<?php echo $page; ?>">
524
  <p><?php echo _e( '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', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
525
  <p>
526
+ <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
527
  <input type="hidden" name="bws_license_submit" value="submit" />
528
  <input type="submit" class="button-primary" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
529
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
765
  }
766
  }
767
 
768
+ if ( ! function_exists ( 'bws_form_restore_default_settings' ) ) {
769
+ function bws_form_restore_default_settings( $plugin_basename ) { ?>
770
+ <form method="post" action="">
771
+ <p><?php _e( 'Restore all plugin settings to defaults', 'bestwebsoft' ); ?></p>
772
+ <p>
773
+ <input type="submit" class="button" value="<?php _e( 'Restore settings', 'bestwebsoft' ); ?>" />
774
+ </p>
775
+ <input type="hidden" name="bws_restore_default" value="submit" />
776
+ <?php wp_nonce_field( $plugin_basename, 'bws_settings_nonce_name' ); ?>
777
+ </form>
778
+ <?php }
779
+ }
780
+
781
+ if ( ! function_exists ( 'bws_form_restore_default_confirm' ) ) {
782
+ function bws_form_restore_default_confirm( $plugin_basename ) { ?>
783
+ <div>
784
+ <p><?php _e( 'Are you sure you want to restore all settings by default?', 'bestwebsoft' ) ?></p>
785
+ <form method="post" action="">
786
+ <p>
787
+ <button class="button" name="bws_restore_confirm"><?php _e( 'Yes, restore all settings', 'bestwebsoft' ) ?></button>
788
+ <button class="button" name="bws_restore_deny"><?php _e( 'No, go back to the settings page', 'bestwebsoft' ) ?></button>
789
+ <?php wp_nonce_field( $plugin_basename, 'bws_settings_nonce_name' ); ?>
790
+ </p>
791
+ </form>
792
+ </div>
793
+ <?php }
794
+ }
795
+
796
  add_action( 'admin_init', 'bws_plugin_init' );
797
  add_action( 'admin_enqueue_scripts', 'bws_admin_add_scripts' );
798
  add_action( 'admin_head', 'bws_admin_head' );
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.6.3
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -431,7 +431,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
431
  'download' => 'http://bestwebsoft.com/products/pagination/download/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
432
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Pagination+BestWebSoft&plugin-search-input=Search+Plugins',
433
  'settings' => 'admin.php?page=pagination.php'
434
- )
 
 
 
 
 
 
 
 
435
  );
436
 
437
  $all_plugins = get_plugins();
@@ -945,7 +953,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
945
  <p>
946
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
947
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
948
- <input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
949
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
950
  </p>
951
  </form>
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.6.5
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
431
  'download' => 'http://bestwebsoft.com/products/pagination/download/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
432
  'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Pagination+BestWebSoft&plugin-search-input=Search+Plugins',
433
  'settings' => 'admin.php?page=pagination.php'
434
+ ),
435
+ 'visitors-online/visitors-online.php' => array(
436
+ 'name' => 'Visitors online',
437
+ 'description' => 'See how many users, guests and bots are online at the website.',
438
+ 'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
439
+ 'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
440
+ 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Visitors+online+BestWebSoft&plugin-search-input=Search+Plugins',
441
+ 'settings' => 'admin.php?page=visitors-online.php'
442
+ )
443
  );
444
 
445
  $all_plugins = get_plugins();
953
  <p>
954
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
955
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
956
+ <input type="text" maxlength="250" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
957
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
958
  </p>
959
  </form>
bws_menu/icons/visitors-online.png ADDED
Binary file
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-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"
@@ -188,8 +188,8 @@ msgstr ""
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"
@@ -279,11 +279,11 @@ msgstr ""
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"
@@ -317,337 +317,359 @@ msgstr ""
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
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-12 15:56+0300\n"
6
+ "PO-Revision-Date: 2015-06-12 15:56+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"
188
  #: bws_functions.php:371
189
  #: bws_functions.php:401
190
  #: bws_functions.php:409
191
+ #: bws_menu.php:657
192
+ #: bws_menu.php:714
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Aktivierte Plugins"
279
  # @ captcha
280
  #: bws_functions.php:552
281
  #: bws_functions.php:605
282
+ #: bws_menu.php:633
283
+ #: bws_menu.php:655
284
+ #: bws_menu.php:682
285
+ #: bws_menu.php:712
286
+ #: bws_menu.php:758
287
  #, fuzzy
288
  msgid "Learn more"
289
  msgstr "Lesen Sie mehr"
317
  msgid "Close"
318
  msgstr ""
319
 
320
+ #: bws_functions.php:771
321
+ #: bws_functions.php:784
322
+ msgid "Restore all plugin settings to defaults"
323
+ msgstr ""
324
+
325
+ #: bws_functions.php:773
326
+ #: bws_functions.php:786
327
+ msgid "Restore settings"
328
+ msgstr ""
329
+
330
+ #: bws_functions.php:797
331
+ msgid "Are you sure you want to restore all settings by default?"
332
+ msgstr ""
333
+
334
+ #: bws_functions.php:799
335
+ msgid "Yes, restore all settings"
336
+ msgstr ""
337
+
338
+ #: bws_functions.php:800
339
+ msgid "No, go back to the settings page"
340
+ msgstr ""
341
+
342
  # @ captcha
343
+ #: bws_menu.php:470
344
  msgid "Not set"
345
  msgstr "Nicht festgelegt"
346
 
347
  # @ captcha
348
+ #: bws_menu.php:472
349
+ #: bws_menu.php:473
350
  msgid "On"
351
  msgstr "Ein"
352
 
353
  # @ captcha
354
+ #: bws_menu.php:472
355
+ #: bws_menu.php:473
356
  msgid "Off"
357
  msgstr "Ausgeschaltet"
358
 
359
  # @ captcha
360
+ #: bws_menu.php:474
361
+ #: bws_menu.php:475
 
 
 
362
  #: bws_menu.php:476
363
+ #: bws_menu.php:477
364
+ #: bws_menu.php:478
365
+ #: bws_menu.php:490
366
  msgid "N/A"
367
  msgstr "keine Angaben"
368
 
369
  # @ captcha
370
+ #: bws_menu.php:478
371
  msgid " Mb"
372
  msgstr " Mb"
373
 
374
  # @ captcha
375
+ #: bws_menu.php:479
376
+ #: bws_menu.php:480
377
+ #: bws_menu.php:481
378
+ #: bws_menu.php:486
379
  msgid "Yes"
380
  msgstr "Ja"
381
 
382
  # @ captcha
383
+ #: bws_menu.php:479
384
+ #: bws_menu.php:480
385
+ #: bws_menu.php:481
386
+ #: bws_menu.php:488
387
  msgid "No"
388
  msgstr "Nein"
389
 
390
  # @ captcha
391
+ #: bws_menu.php:498
392
  msgid "Operating System"
393
  msgstr "Betriebs-System"
394
 
395
  # @ captcha
396
+ #: bws_menu.php:499
397
  msgid "Server"
398
  msgstr "Server"
399
 
400
  # @ captcha
401
+ #: bws_menu.php:500
402
  msgid "Memory usage"
403
  msgstr "Speichernutzung"
404
 
405
  # @ captcha
406
+ #: bws_menu.php:501
407
  msgid "MYSQL Version"
408
  msgstr "MYSQL Version"
409
 
410
  # @ captcha
411
+ #: bws_menu.php:502
412
  msgid "SQL Mode"
413
  msgstr "SQL Modus"
414
 
415
  # @ captcha
416
+ #: bws_menu.php:503
417
  msgid "PHP Version"
418
  msgstr "PHP Version"
419
 
420
  # @ captcha
421
+ #: bws_menu.php:504
422
  msgid "PHP Safe Mode"
423
  msgstr "PHP Gesicherter Modus"
424
 
425
  # @ captcha
426
+ #: bws_menu.php:505
427
  msgid "PHP Allow URL fopen"
428
  msgstr "PHP Erlaubet URL zu öffnen (fopen)"
429
 
430
  # @ captcha
431
+ #: bws_menu.php:506
432
  msgid "PHP Memory Limit"
433
  msgstr "PHP Speicher-Grenze"
434
 
435
  # @ captcha
436
+ #: bws_menu.php:507
437
  msgid "PHP Max Upload Size"
438
  msgstr "PHP Maximale Upload Größe"
439
 
440
  # @ captcha
441
+ #: bws_menu.php:508
442
  msgid "PHP Max Post Size"
443
  msgstr "PHP Maximale Beitrags-Größe"
444
 
445
  # @ captcha
446
+ #: bws_menu.php:509
447
  msgid "PHP Max Script Execute Time"
448
  msgstr "PHP Maximale Script Ausführungszeit"
449
 
450
  # @ captcha
451
+ #: bws_menu.php:510
452
  msgid "PHP Exif support"
453
  msgstr "PHP Exif Support"
454
 
455
  # @ captcha
456
+ #: bws_menu.php:511
457
  msgid "PHP IPTC support"
458
  msgstr "PHP IPTC Support"
459
 
460
  # @ captcha
461
+ #: bws_menu.php:512
462
  msgid "PHP XML support"
463
  msgstr "PHP XML Support"
464
 
465
  # @ captcha
466
+ #: bws_menu.php:513
467
  msgid "Site URL"
468
  msgstr "Site URL"
469
 
470
  # @ captcha
471
+ #: bws_menu.php:514
472
  msgid "Home URL"
473
  msgstr "Home URL"
474
 
475
  # @ captcha
476
+ #: bws_menu.php:517
477
  msgid "WordPress Version"
478
  msgstr "WordPress Version"
479
 
480
  # @ captcha
481
+ #: bws_menu.php:518
482
  msgid "WordPress DB Version"
483
  msgstr "WordPress DB Version"
484
 
485
  # @ captcha
486
+ #: bws_menu.php:519
487
  msgid "Multisite"
488
  msgstr "Multisite"
489
 
490
  # @ captcha
491
+ #: bws_menu.php:520
492
  msgid "Active Theme"
493
  msgstr "Actives Theme"
494
 
495
  # @ captcha
496
+ #: bws_menu.php:535
497
  msgid "Please enter a valid email address."
498
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
499
 
500
  # @ captcha
501
+ #: bws_menu.php:539
502
  msgid "Email with system info is sent to "
503
  msgstr "E-Mail-mit System Informationen wird gesendet an "
504
 
505
  # @ captcha
506
+ #: bws_menu.php:543
507
  msgid "Thank you for contacting us."
508
  msgstr "Vielen Dank für Ihre Kontaktaufnahme."
509
 
510
  # @ captcha
511
+ #: bws_menu.php:576
512
  msgid "Sorry, email message could not be delivered."
513
  msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
514
 
515
+ #: bws_menu.php:584
516
  msgid "Need help?"
517
  msgstr ""
518
 
519
+ #: bws_menu.php:585
520
  msgid "Client area"
521
  msgstr ""
522
 
523
  # @ captcha
524
+ #: bws_menu.php:586
525
+ #: bws_menu.php:897
526
  msgid "System status"
527
  msgstr "System Status"
528
 
529
  # @ captcha
530
+ #: bws_menu.php:591
531
  #, fuzzy
532
  msgid "Plugins"
533
  msgstr "BWS Plugins"
534
 
535
+ #: bws_menu.php:593
536
  msgid "Themes"
537
  msgstr ""
538
 
539
+ #: bws_menu.php:598
540
  msgid "All"
541
  msgstr ""
542
 
543
  # @ default
544
+ #: bws_menu.php:599
545
  #, fuzzy
546
  msgid "Installed"
547
  msgstr "Installiere %s"
548
 
549
  # @ captcha
550
+ #: bws_menu.php:600
551
  #, fuzzy
552
  msgid "Recommended"
553
  msgstr "Empfohlene Plugins"
554
 
555
  # @ captcha
556
+ #: bws_menu.php:604
557
  msgid "Installed plugins"
558
  msgstr "Installierte Plugins"
559
 
560
  # @ captcha
561
+ #: bws_menu.php:636
562
+ #: bws_menu.php:685
563
  msgid "Settings"
564
  msgstr "Einstellungen"
565
 
566
  # @ captcha
567
+ #: bws_menu.php:657
568
+ #: bws_menu.php:714
569
  #, fuzzy
570
  msgid "Activate this plugin"
571
  msgstr "Aktivierte Plugins"
572
 
573
+ #: bws_menu.php:672
574
+ #: bws_menu.php:702
575
+ #: bws_menu.php:748
576
  msgid "Go"
577
  msgstr ""
578
 
579
+ #: bws_menu.php:676
580
+ #: bws_menu.php:706
581
+ #: bws_menu.php:752
582
  msgid "DONATE"
583
  msgstr ""
584
 
585
  # @ captcha
586
+ #: bws_menu.php:722
587
  msgid "Recommended plugins"
588
  msgstr "Empfohlene Plugins"
589
 
590
  # @ default
591
+ #: bws_menu.php:760
592
  #, fuzzy
593
  msgid "Install now"
594
  msgstr "Installiere %s"
595
 
596
+ #: bws_menu.php:781
597
  msgid "Try again"
598
  msgstr ""
599
 
600
+ #: bws_menu.php:799
601
  #, php-format
602
  msgid "Preview &#8220;%s&#8221;"
603
  msgstr ""
604
 
605
  # @ default
606
+ #: bws_menu.php:830
607
  #, php-format
608
  msgid "Install %s"
609
  msgstr "Installiere %s"
610
 
611
  # @ default
612
+ #: bws_menu.php:830
613
  #, fuzzy
614
  msgid "Install Now"
615
  msgstr "Installiere %s"
616
 
617
+ #: bws_menu.php:833
618
  #, php-format
619
  msgid "Update to version %s"
620
  msgstr ""
621
 
622
+ #: bws_menu.php:833
623
  msgid "Update"
624
  msgstr ""
625
 
626
+ #: bws_menu.php:840
627
  #, php-format
628
  msgid "Preview %s"
629
  msgstr ""
630
 
631
+ #: bws_menu.php:840
632
  msgid "Preview"
633
  msgstr ""
634
 
635
+ #: bws_menu.php:846
636
+ #: bws_menu.php:878
637
  #, php-format
638
  msgid "By %s"
639
  msgstr ""
640
 
641
+ #: bws_menu.php:852
642
  msgid "Details"
643
  msgstr ""
644
 
645
  # @ default
646
+ #: bws_menu.php:884
647
  #, fuzzy
648
  msgid "Already Installed"
649
  msgstr "Installiere %s"
650
 
651
  # @ captcha
652
+ #: bws_menu.php:900
653
  msgid "Environment"
654
  msgstr "Umgebungsvariable"
655
 
656
  # @ captcha
657
+ #: bws_menu.php:911
658
  msgid "Active Plugins"
659
  msgstr "Aktivierte Plugins"
660
 
661
  # @ captcha
662
+ #: bws_menu.php:924
663
  msgid "Inactive Plugins"
664
  msgstr "Inactive Plugins"
665
 
666
  # @ captcha
667
+ #: bws_menu.php:940
668
  msgid "Send to support"
669
  msgstr "Sende zuzm Support"
670
 
671
  # @ captcha
672
+ #: bws_menu.php:947
673
  msgid "Send to custom email &#187;"
674
  msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
675
 
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-06-05 16:45+0300\n"
6
- "PO-Revision-Date: 2015-06-05 16:45+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"
@@ -302,6 +302,31 @@ msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
302
  msgid "Close"
303
  msgstr "Fermer"
304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
  #: bws_menu.php:470
306
  msgid "Not set"
307
  msgstr "Not set"
@@ -1103,9 +1128,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
1103
  #~ msgid "Support"
1104
  #~ msgstr "Support"
1105
 
1106
- #~ msgid "Are you sure that you want to delete this language data?"
1107
- #~ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
1108
-
1109
  #~ msgid "Display Attachment tips"
1110
  #~ msgstr "Afficher les explications sur les pièces jointes"
1111
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-12 15:56+0300\n"
6
+ "PO-Revision-Date: 2015-06-12 15:56+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"
302
  msgid "Close"
303
  msgstr "Fermer"
304
 
305
+ #: bws_functions.php:771
306
+ #: bws_functions.php:784
307
+ msgid "Restore all plugin settings to defaults"
308
+ msgstr ""
309
+
310
+ #: bws_functions.php:773
311
+ #: bws_functions.php:786
312
+ #, fuzzy
313
+ msgid "Restore settings"
314
+ msgstr "Options supplémentaires"
315
+
316
+ #: bws_functions.php:797
317
+ #, fuzzy
318
+ msgid "Are you sure you want to restore all settings by default?"
319
+ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
320
+
321
+ #: bws_functions.php:799
322
+ msgid "Yes, restore all settings"
323
+ msgstr ""
324
+
325
+ #: bws_functions.php:800
326
+ #, fuzzy
327
+ msgid "No, go back to the settings page"
328
+ msgstr "Options supplémentaires"
329
+
330
  #: bws_menu.php:470
331
  msgid "Not set"
332
  msgstr "Not set"
1128
  #~ msgid "Support"
1129
  #~ msgstr "Support"
1130
 
 
 
 
1131
  #~ msgid "Display Attachment tips"
1132
  #~ msgstr "Afficher les explications sur les pièces jointes"
1133
 
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-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"
@@ -192,8 +192,8 @@ msgstr ""
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"
@@ -283,11 +283,11 @@ msgstr ""
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"
@@ -321,338 +321,360 @@ msgstr ""
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
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-12 15:56+0300\n"
6
+ "PO-Revision-Date: 2015-06-12 15:56+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Marco <marco@blackstudio.it>\n"
9
  "Language: it_IT\n"
192
  #: bws_functions.php:371
193
  #: bws_functions.php:401
194
  #: bws_functions.php:409
195
+ #: bws_menu.php:657
196
+ #: bws_menu.php:714
197
  #, fuzzy
198
  msgid "Activate"
199
  msgstr "Plugin attivi"
283
  # @ bestwebsoft
284
  #: bws_functions.php:552
285
  #: bws_functions.php:605
286
+ #: bws_menu.php:633
287
+ #: bws_menu.php:655
288
+ #: bws_menu.php:682
289
+ #: bws_menu.php:712
290
+ #: bws_menu.php:758
291
  #, fuzzy
292
  msgid "Learn more"
293
  msgstr "Leggi tutto"
321
  msgid "Close"
322
  msgstr ""
323
 
324
+ #: bws_functions.php:771
325
+ #: bws_functions.php:784
326
+ msgid "Restore all plugin settings to defaults"
327
+ msgstr ""
328
+
329
+ #: bws_functions.php:773
330
+ #: bws_functions.php:786
331
+ msgid "Restore settings"
332
+ msgstr ""
333
+
334
+ #: bws_functions.php:797
335
+ msgid "Are you sure you want to restore all settings by default?"
336
+ msgstr ""
337
+
338
+ #: bws_functions.php:799
339
+ msgid "Yes, restore all settings"
340
+ msgstr ""
341
+
342
+ #: bws_functions.php:800
343
+ msgid "No, go back to the settings page"
344
+ msgstr ""
345
+
346
  # @ bestwebsoft
347
+ #: bws_menu.php:470
348
  msgid "Not set"
349
  msgstr "Non impostato"
350
 
351
  # @ bestwebsoft
352
+ #: bws_menu.php:472
353
+ #: bws_menu.php:473
354
  msgid "On"
355
  msgstr "Abilitato"
356
 
357
  # @ bestwebsoft
358
+ #: bws_menu.php:472
359
+ #: bws_menu.php:473
360
  msgid "Off"
361
  msgstr "Disabilitato"
362
 
363
  # @ bestwebsoft
364
+ #: bws_menu.php:474
365
+ #: bws_menu.php:475
 
 
 
366
  #: bws_menu.php:476
367
+ #: bws_menu.php:477
368
+ #: bws_menu.php:478
369
+ #: bws_menu.php:490
370
  msgid "N/A"
371
  msgstr "Non disponibile"
372
 
373
  # @ bestwebsoft
374
+ #: bws_menu.php:478
375
  msgid " Mb"
376
  msgstr "Mb"
377
 
378
  # @ bestwebsoft
379
+ #: bws_menu.php:479
380
+ #: bws_menu.php:480
381
+ #: bws_menu.php:481
382
+ #: bws_menu.php:486
383
  msgid "Yes"
384
  msgstr "Sì"
385
 
386
  # @ bestwebsoft
387
+ #: bws_menu.php:479
388
+ #: bws_menu.php:480
389
+ #: bws_menu.php:481
390
+ #: bws_menu.php:488
391
  msgid "No"
392
  msgstr "No"
393
 
394
  # @ bestwebsoft
395
+ #: bws_menu.php:498
396
  msgid "Operating System"
397
  msgstr "Sistema operativo"
398
 
399
  # @ bestwebsoft
400
+ #: bws_menu.php:499
401
  msgid "Server"
402
  msgstr "Server"
403
 
404
  # @ bestwebsoft
405
+ #: bws_menu.php:500
406
  msgid "Memory usage"
407
  msgstr "Utilizzo memoria"
408
 
409
  # @ bestwebsoft
410
+ #: bws_menu.php:501
411
  msgid "MYSQL Version"
412
  msgstr "Versione MYSQL"
413
 
414
  # @ bestwebsoft
415
+ #: bws_menu.php:502
416
  msgid "SQL Mode"
417
  msgstr "Modalità SQL"
418
 
419
  # @ bestwebsoft
420
+ #: bws_menu.php:503
421
  msgid "PHP Version"
422
  msgstr "Versione PHP"
423
 
424
  # @ bestwebsoft
425
+ #: bws_menu.php:504
426
  msgid "PHP Safe Mode"
427
  msgstr "Safe Mode PHP"
428
 
429
  # @ bestwebsoft
430
+ #: bws_menu.php:505
431
  msgid "PHP Allow URL fopen"
432
  msgstr "Consenti URL fopen PHP"
433
 
434
  # @ bestwebsoft
435
+ #: bws_menu.php:506
436
  msgid "PHP Memory Limit"
437
  msgstr "Limite di memoria PHP"
438
 
439
  # @ bestwebsoft
440
+ #: bws_menu.php:507
441
  msgid "PHP Max Upload Size"
442
  msgstr "Dimensione upload massima PHP"
443
 
444
  # @ bestwebsoft
445
+ #: bws_menu.php:508
446
  msgid "PHP Max Post Size"
447
  msgstr "Dimensione massima Post PHP"
448
 
449
  # @ bestwebsoft
450
+ #: bws_menu.php:509
451
  msgid "PHP Max Script Execute Time"
452
  msgstr "Tempo massimo di esecuzione PHP"
453
 
454
  # @ bestwebsoft
455
+ #: bws_menu.php:510
456
  msgid "PHP Exif support"
457
  msgstr "Supporto Exif PHP"
458
 
459
  # @ bestwebsoft
460
+ #: bws_menu.php:511
461
  msgid "PHP IPTC support"
462
  msgstr "Supporto IPTC PHP"
463
 
464
  # @ bestwebsoft
465
+ #: bws_menu.php:512
466
  msgid "PHP XML support"
467
  msgstr "Supporto XML PHP"
468
 
469
  # @ bestwebsoft
470
+ #: bws_menu.php:513
471
  msgid "Site URL"
472
  msgstr "URL sito"
473
 
474
  # @ bestwebsoft
475
+ #: bws_menu.php:514
476
  msgid "Home URL"
477
  msgstr "URL home"
478
 
479
  # @ bestwebsoft
480
+ #: bws_menu.php:517
481
  msgid "WordPress Version"
482
  msgstr "Versione WordPress"
483
 
484
  # @ bestwebsoft
485
+ #: bws_menu.php:518
486
  msgid "WordPress DB Version"
487
  msgstr "Versione DB WordPress"
488
 
489
  # @ bestwebsoft
490
+ #: bws_menu.php:519
491
  msgid "Multisite"
492
  msgstr "Multisito"
493
 
494
  # @ bestwebsoft
495
+ #: bws_menu.php:520
496
  msgid "Active Theme"
497
  msgstr "Tema attivo"
498
 
499
  # @ bestwebsoft
500
+ #: bws_menu.php:535
501
  msgid "Please enter a valid email address."
502
  msgstr "Per favore inserisci un indirizzo e-mail valido."
503
 
504
  # @ bestwebsoft
505
+ #: bws_menu.php:539
506
  msgid "Email with system info is sent to "
507
  msgstr "Email con informazioni di sistema spedita a "
508
 
509
  # @ bestwebsoft
510
+ #: bws_menu.php:543
511
  msgid "Thank you for contacting us."
512
  msgstr "Grazie per averci contattato."
513
 
514
  # @ bestwebsoft
515
+ #: bws_menu.php:576
516
  msgid "Sorry, email message could not be delivered."
517
  msgstr "Spiacenti, il messaggio email non può essere inviato."
518
 
519
+ #: bws_menu.php:584
520
  msgid "Need help?"
521
  msgstr ""
522
 
523
+ #: bws_menu.php:585
524
  msgid "Client area"
525
  msgstr ""
526
 
527
  # @ bestwebsoft
528
+ #: bws_menu.php:586
529
+ #: bws_menu.php:897
530
  msgid "System status"
531
  msgstr "Stato sistema"
532
 
533
  # @ bestwebsoft
534
+ #: bws_menu.php:591
535
  #, fuzzy
536
  msgid "Plugins"
537
  msgstr "Plugin Pro"
538
 
539
+ #: bws_menu.php:593
540
  msgid "Themes"
541
  msgstr ""
542
 
543
+ #: bws_menu.php:598
544
  msgid "All"
545
  msgstr ""
546
 
547
  # @ default
548
+ #: bws_menu.php:599
549
  #, fuzzy
550
  msgid "Installed"
551
  msgstr "Installa %s"
552
 
553
  # @ bestwebsoft
554
+ #: bws_menu.php:600
555
  #, fuzzy
556
  msgid "Recommended"
557
  msgstr "Plugin raccomandati"
558
 
559
  # @ bestwebsoft
560
+ #: bws_menu.php:604
561
  msgid "Installed plugins"
562
  msgstr "Plugin installati"
563
 
564
  # @ bestwebsoft
565
  # @ captcha
566
+ #: bws_menu.php:636
567
+ #: bws_menu.php:685
568
  msgid "Settings"
569
  msgstr "Impostazioni"
570
 
571
  # @ bestwebsoft
572
+ #: bws_menu.php:657
573
+ #: bws_menu.php:714
574
  #, fuzzy
575
  msgid "Activate this plugin"
576
  msgstr "Plugin attivi"
577
 
578
+ #: bws_menu.php:672
579
+ #: bws_menu.php:702
580
+ #: bws_menu.php:748
581
  msgid "Go"
582
  msgstr ""
583
 
584
+ #: bws_menu.php:676
585
+ #: bws_menu.php:706
586
+ #: bws_menu.php:752
587
  msgid "DONATE"
588
  msgstr ""
589
 
590
  # @ bestwebsoft
591
+ #: bws_menu.php:722
592
  msgid "Recommended plugins"
593
  msgstr "Plugin raccomandati"
594
 
595
  # @ default
596
+ #: bws_menu.php:760
597
  #, fuzzy
598
  msgid "Install now"
599
  msgstr "Installa %s"
600
 
601
+ #: bws_menu.php:781
602
  msgid "Try again"
603
  msgstr ""
604
 
605
+ #: bws_menu.php:799
606
  #, php-format
607
  msgid "Preview &#8220;%s&#8221;"
608
  msgstr ""
609
 
610
  # @ default
611
+ #: bws_menu.php:830
612
  #, php-format
613
  msgid "Install %s"
614
  msgstr "Installa %s"
615
 
616
  # @ default
617
+ #: bws_menu.php:830
618
  #, fuzzy
619
  msgid "Install Now"
620
  msgstr "Installa %s"
621
 
622
+ #: bws_menu.php:833
623
  #, php-format
624
  msgid "Update to version %s"
625
  msgstr ""
626
 
627
+ #: bws_menu.php:833
628
  msgid "Update"
629
  msgstr ""
630
 
631
+ #: bws_menu.php:840
632
  #, php-format
633
  msgid "Preview %s"
634
  msgstr ""
635
 
636
+ #: bws_menu.php:840
637
  msgid "Preview"
638
  msgstr ""
639
 
640
+ #: bws_menu.php:846
641
+ #: bws_menu.php:878
642
  #, php-format
643
  msgid "By %s"
644
  msgstr ""
645
 
646
+ #: bws_menu.php:852
647
  msgid "Details"
648
  msgstr ""
649
 
650
  # @ default
651
+ #: bws_menu.php:884
652
  #, fuzzy
653
  msgid "Already Installed"
654
  msgstr "Installa %s"
655
 
656
  # @ bestwebsoft
657
+ #: bws_menu.php:900
658
  msgid "Environment"
659
  msgstr "Ambiente"
660
 
661
  # @ bestwebsoft
662
+ #: bws_menu.php:911
663
  msgid "Active Plugins"
664
  msgstr "Plugin attivi"
665
 
666
  # @ bestwebsoft
667
+ #: bws_menu.php:924
668
  msgid "Inactive Plugins"
669
  msgstr "Plugin inattivi"
670
 
671
  # @ bestwebsoft
672
+ #: bws_menu.php:940
673
  msgid "Send to support"
674
  msgstr "Invia al supporto"
675
 
676
  # @ bestwebsoft
677
+ #: bws_menu.php:947
678
  msgid "Send to custom email &#187;"
679
  msgstr "Invia a una email personalizzata &#187;"
680
 
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-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"
@@ -183,8 +183,8 @@ msgstr ""
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"
@@ -274,11 +274,11 @@ 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 "もっと読む"
@@ -312,287 +312,312 @@ msgstr ""
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
 
@@ -1093,9 +1118,6 @@ msgstr "カスタムEメールに送信&#187;"
1093
  #~ msgid "Support"
1094
  #~ msgstr "サポート"
1095
 
1096
- #~ msgid "Are you sure that you want to delete this language data?"
1097
- #~ msgstr "本当に、この言語データを削除しますか?"
1098
-
1099
  #~ msgid "Contact Form Options"
1100
  #~ msgstr "コンタクトフォーム オプション"
1101
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-12 15:57+0300\n"
6
+ "PO-Revision-Date: 2015-06-12 15:57+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: foken <foken@gmx.com>\n"
9
  "Language: ja_JP\n"
183
  #: bws_functions.php:371
184
  #: bws_functions.php:401
185
  #: bws_functions.php:409
186
+ #: bws_menu.php:657
187
+ #: bws_menu.php:714
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "有効なcaptcha"
274
 
275
  #: bws_functions.php:552
276
  #: bws_functions.php:605
277
+ #: bws_menu.php:633
278
+ #: bws_menu.php:655
279
+ #: bws_menu.php:682
280
+ #: bws_menu.php:712
281
+ #: bws_menu.php:758
282
  #, fuzzy
283
  msgid "Learn more"
284
  msgstr "もっと読む"
312
  msgid "Close"
313
  msgstr ""
314
 
315
+ #: bws_functions.php:771
316
+ #: bws_functions.php:784
317
+ msgid "Restore all plugin settings to defaults"
318
+ msgstr ""
319
+
320
+ #: bws_functions.php:773
321
+ #: bws_functions.php:786
322
+ #, fuzzy
323
+ msgid "Restore settings"
324
+ msgstr "追加設定"
325
+
326
+ #: bws_functions.php:797
327
+ #, fuzzy
328
+ msgid "Are you sure you want to restore all settings by default?"
329
+ msgstr "本当に、この言語データを削除しますか?"
330
+
331
+ #: bws_functions.php:799
332
+ msgid "Yes, restore all settings"
333
+ msgstr ""
334
+
335
+ #: bws_functions.php:800
336
+ #, fuzzy
337
+ msgid "No, go back to the settings page"
338
+ msgstr "追加設定"
339
+
340
+ #: bws_menu.php:470
341
  msgid "Not set"
342
  msgstr "未設定"
343
 
344
+ #: bws_menu.php:472
345
+ #: bws_menu.php:473
346
  msgid "On"
347
  msgstr "On"
348
 
349
+ #: bws_menu.php:472
350
+ #: bws_menu.php:473
351
  msgid "Off"
352
  msgstr "Off"
353
 
354
+ #: bws_menu.php:474
355
+ #: bws_menu.php:475
 
 
 
356
  #: bws_menu.php:476
357
+ #: bws_menu.php:477
358
+ #: bws_menu.php:478
359
+ #: bws_menu.php:490
360
  msgid "N/A"
361
  msgstr "該当なし"
362
 
363
+ #: bws_menu.php:478
364
  msgid " Mb"
365
  msgstr " Mb"
366
 
367
+ #: bws_menu.php:479
368
+ #: bws_menu.php:480
369
+ #: bws_menu.php:481
370
+ #: bws_menu.php:486
371
  msgid "Yes"
372
  msgstr "はい"
373
 
374
+ #: bws_menu.php:479
375
+ #: bws_menu.php:480
376
+ #: bws_menu.php:481
377
+ #: bws_menu.php:488
378
  msgid "No"
379
  msgstr "いいえ"
380
 
381
+ #: bws_menu.php:498
382
  msgid "Operating System"
383
  msgstr "オペレーション・システム"
384
 
385
+ #: bws_menu.php:499
386
  msgid "Server"
387
  msgstr "サーバ"
388
 
389
+ #: bws_menu.php:500
390
  msgid "Memory usage"
391
  msgstr "メモリー使用"
392
 
393
+ #: bws_menu.php:501
394
  msgid "MYSQL Version"
395
  msgstr "MYSQL バージョン"
396
 
397
+ #: bws_menu.php:502
398
  msgid "SQL Mode"
399
  msgstr "SQLモード"
400
 
401
+ #: bws_menu.php:503
402
  msgid "PHP Version"
403
  msgstr "PHP バージョン"
404
 
405
+ #: bws_menu.php:504
406
  msgid "PHP Safe Mode"
407
  msgstr "PHP Safe Mode"
408
 
409
+ #: bws_menu.php:505
410
  msgid "PHP Allow URL fopen"
411
  msgstr "PHP Allow URL fopen"
412
 
413
+ #: bws_menu.php:506
414
  msgid "PHP Memory Limit"
415
  msgstr "PHP Memory Limit"
416
 
417
+ #: bws_menu.php:507
418
  msgid "PHP Max Upload Size"
419
  msgstr "PHP Max Upload Size"
420
 
421
+ #: bws_menu.php:508
422
  msgid "PHP Max Post Size"
423
  msgstr "PHP Max Post Size"
424
 
425
+ #: bws_menu.php:509
426
  msgid "PHP Max Script Execute Time"
427
  msgstr "PHP Max Script Execute Time"
428
 
429
+ #: bws_menu.php:510
430
  msgid "PHP Exif support"
431
  msgstr "PHP Exif サポート"
432
 
433
+ #: bws_menu.php:511
434
  msgid "PHP IPTC support"
435
  msgstr "PHP IPTC サポート"
436
 
437
+ #: bws_menu.php:512
438
  msgid "PHP XML support"
439
  msgstr "PHP XML サポート"
440
 
441
+ #: bws_menu.php:513
442
  msgid "Site URL"
443
  msgstr "サイトURL"
444
 
445
+ #: bws_menu.php:514
446
  msgid "Home URL"
447
  msgstr "ホームURL"
448
 
449
+ #: bws_menu.php:517
450
  msgid "WordPress Version"
451
  msgstr "WordPress バージョン"
452
 
453
+ #: bws_menu.php:518
454
  msgid "WordPress DB Version"
455
  msgstr "WordPress データベース バージョン"
456
 
457
+ #: bws_menu.php:519
458
  msgid "Multisite"
459
  msgstr "複数サイト"
460
 
461
+ #: bws_menu.php:520
462
  msgid "Active Theme"
463
  msgstr "有効なテーマ"
464
 
465
+ #: bws_menu.php:535
466
  msgid "Please enter a valid email address."
467
  msgstr "正確なEメール・アドレスを入力して下さい。"
468
 
469
+ #: bws_menu.php:539
470
  msgid "Email with system info is sent to "
471
  msgstr "システム情報をメールで送信:"
472
 
473
+ #: bws_menu.php:543
474
  msgid "Thank you for contacting us."
475
  msgstr "ご連絡ありがとうございます"
476
 
477
+ #: bws_menu.php:576
478
  msgid "Sorry, email message could not be delivered."
479
  msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
480
 
481
+ #: bws_menu.php:584
482
  msgid "Need help?"
483
  msgstr ""
484
 
485
+ #: bws_menu.php:585
486
  msgid "Client area"
487
  msgstr ""
488
 
489
+ #: bws_menu.php:586
490
+ #: bws_menu.php:897
491
  msgid "System status"
492
  msgstr "システム状況"
493
 
494
+ #: bws_menu.php:591
495
  #, fuzzy
496
  msgid "Plugins"
497
  msgstr "Pro Plugins"
498
 
499
+ #: bws_menu.php:593
500
  msgid "Themes"
501
  msgstr ""
502
 
503
+ #: bws_menu.php:598
504
  msgid "All"
505
  msgstr ""
506
 
507
+ #: bws_menu.php:599
508
  #, fuzzy
509
  msgid "Installed"
510
  msgstr "%s 導入"
511
 
512
+ #: bws_menu.php:600
513
  #, fuzzy
514
  msgid "Recommended"
515
  msgstr "推奨プラグイン"
516
 
517
+ #: bws_menu.php:604
518
  msgid "Installed plugins"
519
  msgstr "導入済みプラグイン"
520
 
521
+ #: bws_menu.php:636
522
+ #: bws_menu.php:685
523
  msgid "Settings"
524
  msgstr "設定"
525
 
526
+ #: bws_menu.php:657
527
+ #: bws_menu.php:714
528
  #, fuzzy
529
  msgid "Activate this plugin"
530
  msgstr "有効なプラグイン"
531
 
532
+ #: bws_menu.php:672
533
+ #: bws_menu.php:702
534
+ #: bws_menu.php:748
535
  msgid "Go"
536
  msgstr ""
537
 
538
+ #: bws_menu.php:676
539
+ #: bws_menu.php:706
540
+ #: bws_menu.php:752
541
  msgid "DONATE"
542
  msgstr ""
543
 
544
+ #: bws_menu.php:722
545
  msgid "Recommended plugins"
546
  msgstr "推奨プラグイン"
547
 
548
+ #: bws_menu.php:760
549
  #, fuzzy
550
  msgid "Install now"
551
  msgstr "Installa Ora"
552
 
553
+ #: bws_menu.php:781
554
  msgid "Try again"
555
  msgstr ""
556
 
557
+ #: bws_menu.php:799
558
  #, php-format
559
  msgid "Preview &#8220;%s&#8221;"
560
  msgstr ""
561
 
562
+ #: bws_menu.php:830
563
  #, php-format
564
  msgid "Install %s"
565
  msgstr "%s 導入"
566
 
567
+ #: bws_menu.php:830
568
  msgid "Install Now"
569
  msgstr "Installa Ora"
570
 
571
+ #: bws_menu.php:833
572
  #, php-format
573
  msgid "Update to version %s"
574
  msgstr ""
575
 
576
+ #: bws_menu.php:833
577
  msgid "Update"
578
  msgstr ""
579
 
580
+ #: bws_menu.php:840
581
  #, php-format
582
  msgid "Preview %s"
583
  msgstr ""
584
 
585
+ #: bws_menu.php:840
586
  msgid "Preview"
587
  msgstr ""
588
 
589
+ #: bws_menu.php:846
590
+ #: bws_menu.php:878
591
  #, php-format
592
  msgid "By %s"
593
  msgstr ""
594
 
595
+ #: bws_menu.php:852
596
  msgid "Details"
597
  msgstr ""
598
 
599
+ #: bws_menu.php:884
600
  #, fuzzy
601
  msgid "Already Installed"
602
  msgstr "%s 導入"
603
 
604
+ #: bws_menu.php:900
605
  msgid "Environment"
606
  msgstr "環境"
607
 
608
+ #: bws_menu.php:911
609
  msgid "Active Plugins"
610
  msgstr "有効なプラグイン"
611
 
612
+ #: bws_menu.php:924
613
  msgid "Inactive Plugins"
614
  msgstr "無効なプラグイン"
615
 
616
+ #: bws_menu.php:940
617
  msgid "Send to support"
618
  msgstr "サポートに送信"
619
 
620
+ #: bws_menu.php:947
621
  msgid "Send to custom email &#187;"
622
  msgstr "カスタムEメールに送信&#187;"
623
 
1118
  #~ msgid "Support"
1119
  #~ msgstr "サポート"
1120
 
 
 
 
1121
  #~ msgid "Contact Form Options"
1122
  #~ msgstr "コンタクトフォーム オプション"
1123
 
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-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"
@@ -188,8 +188,8 @@ msgstr ""
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"
@@ -279,11 +279,11 @@ msgstr ""
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"
@@ -317,337 +317,359 @@ msgstr ""
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
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-12 15:57+0300\n"
6
+ "PO-Revision-Date: 2015-06-12 15:57+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"
188
  #: bws_functions.php:371
189
  #: bws_functions.php:401
190
  #: bws_functions.php:409
191
+ #: bws_menu.php:657
192
+ #: bws_menu.php:714
193
  #, fuzzy
194
  msgid "Activate"
195
  msgstr "Plugins ativados"
279
  # @ captcha
280
  #: bws_functions.php:552
281
  #: bws_functions.php:605
282
+ #: bws_menu.php:633
283
+ #: bws_menu.php:655
284
+ #: bws_menu.php:682
285
+ #: bws_menu.php:712
286
+ #: bws_menu.php:758
287
  #, fuzzy
288
  msgid "Learn more"
289
  msgstr "Leia Mais"
317
  msgid "Close"
318
  msgstr ""
319
 
320
+ #: bws_functions.php:771
321
+ #: bws_functions.php:784
322
+ msgid "Restore all plugin settings to defaults"
323
+ msgstr ""
324
+
325
+ #: bws_functions.php:773
326
+ #: bws_functions.php:786
327
+ msgid "Restore settings"
328
+ msgstr ""
329
+
330
+ #: bws_functions.php:797
331
+ msgid "Are you sure you want to restore all settings by default?"
332
+ msgstr ""
333
+
334
+ #: bws_functions.php:799
335
+ msgid "Yes, restore all settings"
336
+ msgstr ""
337
+
338
+ #: bws_functions.php:800
339
+ msgid "No, go back to the settings page"
340
+ msgstr ""
341
+
342
  # @ captcha
343
+ #: bws_menu.php:470
344
  msgid "Not set"
345
  msgstr "Não definido"
346
 
347
  # @ captcha
348
+ #: bws_menu.php:472
349
+ #: bws_menu.php:473
350
  msgid "On"
351
  msgstr "Ligado"
352
 
353
  # @ captcha
354
+ #: bws_menu.php:472
355
+ #: bws_menu.php:473
356
  msgid "Off"
357
  msgstr "Desligado"
358
 
359
  # @ captcha
360
+ #: bws_menu.php:474
361
+ #: bws_menu.php:475
 
 
 
362
  #: bws_menu.php:476
363
+ #: bws_menu.php:477
364
+ #: bws_menu.php:478
365
+ #: bws_menu.php:490
366
  msgid "N/A"
367
  msgstr "N/D"
368
 
369
  # @ captcha
370
+ #: bws_menu.php:478
371
  msgid " Mb"
372
  msgstr " Mb"
373
 
374
  # @ captcha
375
+ #: bws_menu.php:479
376
+ #: bws_menu.php:480
377
+ #: bws_menu.php:481
378
+ #: bws_menu.php:486
379
  msgid "Yes"
380
  msgstr "Sim"
381
 
382
  # @ captcha
383
+ #: bws_menu.php:479
384
+ #: bws_menu.php:480
385
+ #: bws_menu.php:481
386
+ #: bws_menu.php:488
387
  msgid "No"
388
  msgstr "Não"
389
 
390
  # @ captcha
391
+ #: bws_menu.php:498
392
  msgid "Operating System"
393
  msgstr "Sistema Operacional"
394
 
395
  # @ captcha
396
+ #: bws_menu.php:499
397
  msgid "Server"
398
  msgstr "Servidor"
399
 
400
  # @ captcha
401
+ #: bws_menu.php:500
402
  msgid "Memory usage"
403
  msgstr "Uso de memória"
404
 
405
  # @ captcha
406
+ #: bws_menu.php:501
407
  msgid "MYSQL Version"
408
  msgstr "Versão do MySQL"
409
 
410
  # @ captcha
411
+ #: bws_menu.php:502
412
  msgid "SQL Mode"
413
  msgstr "Modo SQL"
414
 
415
  # @ captcha
416
+ #: bws_menu.php:503
417
  msgid "PHP Version"
418
  msgstr "Versão do PHP"
419
 
420
  # @ captcha
421
+ #: bws_menu.php:504
422
  msgid "PHP Safe Mode"
423
  msgstr "Modo de Segurança do PHP"
424
 
425
  # @ captcha
426
+ #: bws_menu.php:505
427
  msgid "PHP Allow URL fopen"
428
  msgstr "Permissão de fopen de URL do PHP"
429
 
430
  # @ captcha
431
+ #: bws_menu.php:506
432
  msgid "PHP Memory Limit"
433
  msgstr "Limite de Memória do PHP"
434
 
435
  # @ captcha
436
+ #: bws_menu.php:507
437
  msgid "PHP Max Upload Size"
438
  msgstr "Tamanho Máximo de Upload no PHP"
439
 
440
  # @ captcha
441
+ #: bws_menu.php:508
442
  msgid "PHP Max Post Size"
443
  msgstr "Tamanho Máximo de Envio do PHP"
444
 
445
  # @ captcha
446
+ #: bws_menu.php:509
447
  msgid "PHP Max Script Execute Time"
448
  msgstr "Tempo de Execução Máximo do PHP"
449
 
450
  # @ captcha
451
+ #: bws_menu.php:510
452
  msgid "PHP Exif support"
453
  msgstr "Suporte a Exif no PHP"
454
 
455
  # @ captcha
456
+ #: bws_menu.php:511
457
  msgid "PHP IPTC support"
458
  msgstr "Suporte da IPTC no PHP"
459
 
460
  # @ captcha
461
+ #: bws_menu.php:512
462
  msgid "PHP XML support"
463
  msgstr "Suporte a XML no PHP"
464
 
465
  # @ captcha
466
+ #: bws_menu.php:513
467
  msgid "Site URL"
468
  msgstr "URL do Site"
469
 
470
  # @ captcha
471
+ #: bws_menu.php:514
472
  msgid "Home URL"
473
  msgstr "URL da Página Inicial"
474
 
475
  # @ captcha
476
+ #: bws_menu.php:517
477
  msgid "WordPress Version"
478
  msgstr "Versão do WordPress"
479
 
480
  # @ captcha
481
+ #: bws_menu.php:518
482
  msgid "WordPress DB Version"
483
  msgstr "Versão do DB do WordPress"
484
 
485
  # @ captcha
486
+ #: bws_menu.php:519
487
  msgid "Multisite"
488
  msgstr "Multisite"
489
 
490
  # @ captcha
491
+ #: bws_menu.php:520
492
  msgid "Active Theme"
493
  msgstr "Tema Ativo"
494
 
495
  # @ captcha
496
+ #: bws_menu.php:535
497
  msgid "Please enter a valid email address."
498
  msgstr "Por favor, informe um endereço de email válido."
499
 
500
  # @ captcha
501
+ #: bws_menu.php:539
502
  msgid "Email with system info is sent to "
503
  msgstr "Email com informações do sistema é enviado para "
504
 
505
  # @ captcha
506
+ #: bws_menu.php:543
507
  msgid "Thank you for contacting us."
508
  msgstr "Obrigado por nos contatar."
509
 
510
  # @ captcha
511
+ #: bws_menu.php:576
512
  msgid "Sorry, email message could not be delivered."
513
  msgstr "Desculpe, a mensagem de email não pôde ser enviada."
514
 
515
+ #: bws_menu.php:584
516
  msgid "Need help?"
517
  msgstr ""
518
 
519
+ #: bws_menu.php:585
520
  msgid "Client area"
521
  msgstr ""
522
 
523
  # @ captcha
524
+ #: bws_menu.php:586
525
+ #: bws_menu.php:897
526
  msgid "System status"
527
  msgstr "Status do sistema"
528
 
529
  # @ captcha
530
+ #: bws_menu.php:591
531
  #, fuzzy
532
  msgid "Plugins"
533
  msgstr "Plugins Pro"
534
 
535
+ #: bws_menu.php:593
536
  msgid "Themes"
537
  msgstr ""
538
 
539
+ #: bws_menu.php:598
540
  msgid "All"
541
  msgstr ""
542
 
543
  # @ default
544
+ #: bws_menu.php:599
545
  #, fuzzy
546
  msgid "Installed"
547
  msgstr "Instalar %s"
548
 
549
  # @ captcha
550
+ #: bws_menu.php:600
551
  #, fuzzy
552
  msgid "Recommended"
553
  msgstr "Plugins Recomendados"
554
 
555
  # @ captcha
556
+ #: bws_menu.php:604
557
  msgid "Installed plugins"
558
  msgstr "Plugins Instalados"
559
 
560
  # @ captcha
561
+ #: bws_menu.php:636
562
+ #: bws_menu.php:685
563
  msgid "Settings"
564
  msgstr "Configurações"
565
 
566
  # @ captcha
567
+ #: bws_menu.php:657
568
+ #: bws_menu.php:714
569
  #, fuzzy
570
  msgid "Activate this plugin"
571
  msgstr "Plugins ativados"
572
 
573
+ #: bws_menu.php:672
574
+ #: bws_menu.php:702
575
+ #: bws_menu.php:748
576
  msgid "Go"
577
  msgstr ""
578
 
579
+ #: bws_menu.php:676
580
+ #: bws_menu.php:706
581
+ #: bws_menu.php:752
582
  msgid "DONATE"
583
  msgstr ""
584
 
585
  # @ captcha
586
+ #: bws_menu.php:722
587
  msgid "Recommended plugins"
588
  msgstr "Plugins Recomendados"
589
 
590
  # @ default
591
+ #: bws_menu.php:760
592
  #, fuzzy
593
  msgid "Install now"
594
  msgstr "Instalar %s"
595
 
596
+ #: bws_menu.php:781
597
  msgid "Try again"
598
  msgstr ""
599
 
600
+ #: bws_menu.php:799
601
  #, php-format
602
  msgid "Preview &#8220;%s&#8221;"
603
  msgstr ""
604
 
605
  # @ default
606
+ #: bws_menu.php:830
607
  #, php-format
608
  msgid "Install %s"
609
  msgstr "Instalar %s"
610
 
611
  # @ default
612
+ #: bws_menu.php:830
613
  #, fuzzy
614
  msgid "Install Now"
615
  msgstr "Instalar %s"
616
 
617
+ #: bws_menu.php:833
618
  #, php-format
619
  msgid "Update to version %s"
620
  msgstr ""
621
 
622
+ #: bws_menu.php:833
623
  msgid "Update"
624
  msgstr ""
625
 
626
+ #: bws_menu.php:840
627
  #, php-format
628
  msgid "Preview %s"
629
  msgstr ""
630
 
631
+ #: bws_menu.php:840
632
  msgid "Preview"
633
  msgstr ""
634
 
635
+ #: bws_menu.php:846
636
+ #: bws_menu.php:878
637
  #, php-format
638
  msgid "By %s"
639
  msgstr ""
640
 
641
+ #: bws_menu.php:852
642
  msgid "Details"
643
  msgstr ""
644
 
645
  # @ default
646
+ #: bws_menu.php:884
647
  #, fuzzy
648
  msgid "Already Installed"
649
  msgstr "Instalar %s"
650
 
651
  # @ captcha
652
+ #: bws_menu.php:900
653
  msgid "Environment"
654
  msgstr "Ambiente"
655
 
656
  # @ captcha
657
+ #: bws_menu.php:911
658
  msgid "Active Plugins"
659
  msgstr "Plugins Ativos"
660
 
661
  # @ captcha
662
+ #: bws_menu.php:924
663
  msgid "Inactive Plugins"
664
  msgstr "Plugins Inativos"
665
 
666
  # @ captcha
667
+ #: bws_menu.php:940
668
  msgid "Send to support"
669
  msgstr "Enviar para o suporte"
670
 
671
  # @ captcha
672
+ #: bws_menu.php:947
673
  msgid "Send to custom email &#187;"
674
  msgstr "Enviar para email personalizado &#187;"
675
 
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-06-05 16:49+0300\n"
6
- "PO-Revision-Date: 2015-06-05 16:49+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"
@@ -301,6 +301,28 @@ msgstr "и вы не будете получать приоритетную те
301
  msgid "Close"
302
  msgstr "Закрыть"
303
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  #: bws_menu.php:470
305
  msgid "Not set"
306
  msgstr "Не задан"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-12 15:57+0300\n"
6
+ "PO-Revision-Date: 2015-06-12 15:58+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"
301
  msgid "Close"
302
  msgstr "Закрыть"
303
 
304
+ #: bws_functions.php:771
305
+ #: bws_functions.php:784
306
+ msgid "Restore all plugin settings to defaults"
307
+ msgstr "Восстановить все настройки плагина к настройкам по-умолчанию"
308
+
309
+ #: bws_functions.php:773
310
+ #: bws_functions.php:786
311
+ msgid "Restore settings"
312
+ msgstr "Восстановить настройки"
313
+
314
+ #: bws_functions.php:797
315
+ msgid "Are you sure you want to restore all settings by default?"
316
+ msgstr "Вы уверены что хотите восстановить все настройки плагина к настройкам по-умолчанию?"
317
+
318
+ #: bws_functions.php:799
319
+ msgid "Yes, restore all settings"
320
+ msgstr "Да, восстановить все настройки"
321
+
322
+ #: bws_functions.php:800
323
+ msgid "No, go back to the settings page"
324
+ msgstr "Нет, вернутся на страницу настроек"
325
+
326
  #: bws_menu.php:470
327
  msgid "Not set"
328
  msgstr "Не задан"
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-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"
@@ -183,8 +183,8 @@ msgstr ""
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"
@@ -273,11 +273,11 @@ 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"
@@ -311,294 +311,318 @@ msgstr ""
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
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-12 15:58+0300\n"
6
+ "PO-Revision-Date: 2015-06-12 15:58+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"
183
  #: bws_functions.php:371
184
  #: bws_functions.php:401
185
  #: bws_functions.php:409
186
+ #: bws_menu.php:657
187
+ #: bws_menu.php:714
188
  #, fuzzy
189
  msgid "Activate"
190
  msgstr "Aktivirani moduli"
273
 
274
  #: bws_functions.php:552
275
  #: bws_functions.php:605
276
+ #: bws_menu.php:633
277
+ #: bws_menu.php:655
278
+ #: bws_menu.php:682
279
+ #: bws_menu.php:712
280
+ #: bws_menu.php:758
281
  #, fuzzy
282
  msgid "Learn more"
283
  msgstr "Pročitaj više"
311
  msgid "Close"
312
  msgstr ""
313
 
314
+ #: bws_functions.php:771
315
+ #: bws_functions.php:784
316
+ msgid "Restore all plugin settings to defaults"
317
+ msgstr ""
318
+
319
+ #: bws_functions.php:773
320
+ #: bws_functions.php:786
321
+ #, fuzzy
322
+ msgid "Restore settings"
323
+ msgstr "na stranici za podešavanje modula ("
324
+
325
+ #: bws_functions.php:797
326
+ msgid "Are you sure you want to restore all settings by default?"
327
+ msgstr ""
328
+
329
+ #: bws_functions.php:799
330
+ msgid "Yes, restore all settings"
331
+ msgstr ""
332
+
333
+ #: bws_functions.php:800
334
+ #, fuzzy
335
+ msgid "No, go back to the settings page"
336
+ msgstr "na stranici za podešavanje modula ("
337
+
338
+ #: bws_menu.php:470
339
  msgid "Not set"
340
  msgstr "Nije podešeno"
341
 
342
+ #: bws_menu.php:472
343
+ #: bws_menu.php:473
344
  msgid "On"
345
  msgstr "Uključeno"
346
 
347
+ #: bws_menu.php:472
348
+ #: bws_menu.php:473
349
  msgid "Off"
350
  msgstr "Isključeno"
351
 
352
+ #: bws_menu.php:474
353
+ #: bws_menu.php:475
 
 
 
354
  #: bws_menu.php:476
355
+ #: bws_menu.php:477
356
+ #: bws_menu.php:478
357
+ #: bws_menu.php:490
358
  msgid "N/A"
359
  msgstr "N/A"
360
 
361
+ #: bws_menu.php:478
362
  msgid " Mb"
363
  msgstr " Mb"
364
 
365
+ #: bws_menu.php:479
366
+ #: bws_menu.php:480
367
+ #: bws_menu.php:481
368
+ #: bws_menu.php:486
369
  msgid "Yes"
370
  msgstr "Da"
371
 
372
+ #: bws_menu.php:479
373
+ #: bws_menu.php:480
374
+ #: bws_menu.php:481
375
+ #: bws_menu.php:488
376
  msgid "No"
377
  msgstr "Ne"
378
 
379
+ #: bws_menu.php:498
380
  msgid "Operating System"
381
  msgstr "Operativni Sistem"
382
 
383
+ #: bws_menu.php:499
384
  msgid "Server"
385
  msgstr "Server"
386
 
387
+ #: bws_menu.php:500
388
  msgid "Memory usage"
389
  msgstr "Upotreba memorije"
390
 
391
+ #: bws_menu.php:501
392
  msgid "MYSQL Version"
393
  msgstr "MYSQL Verzija"
394
 
395
+ #: bws_menu.php:502
396
  msgid "SQL Mode"
397
  msgstr "SQL način"
398
 
399
+ #: bws_menu.php:503
400
  msgid "PHP Version"
401
  msgstr "PHP Verzija"
402
 
403
+ #: bws_menu.php:504
404
  msgid "PHP Safe Mode"
405
  msgstr "PHP Sigurni način"
406
 
407
+ #: bws_menu.php:505
408
  msgid "PHP Allow URL fopen"
409
  msgstr "PHP Dozvoli URL fopen"
410
 
411
+ #: bws_menu.php:506
412
  msgid "PHP Memory Limit"
413
  msgstr "PHP Ograničenje memorije"
414
 
415
+ #: bws_menu.php:507
416
  #, fuzzy
417
  msgid "PHP Max Upload Size"
418
  msgstr "Envoi de fichier"
419
 
420
+ #: bws_menu.php:508
421
  msgid "PHP Max Post Size"
422
  msgstr "PHP Max veličina za učitavanje"
423
 
424
+ #: bws_menu.php:509
425
  msgid "PHP Max Script Execute Time"
426
  msgstr "PHP Max veličina posta"
427
 
428
+ #: bws_menu.php:510
429
  msgid "PHP Exif support"
430
  msgstr "PHP Exif podrška"
431
 
432
+ #: bws_menu.php:511
433
  msgid "PHP IPTC support"
434
  msgstr "PHP IPTC podrška"
435
 
436
+ #: bws_menu.php:512
437
  msgid "PHP XML support"
438
  msgstr "PHP XML podrška"
439
 
440
+ #: bws_menu.php:513
441
  #, fuzzy
442
  msgid "Site URL"
443
  msgstr "URL du lien"
444
 
445
+ #: bws_menu.php:514
446
  msgid "Home URL"
447
  msgstr "URL naslovne"
448
 
449
+ #: bws_menu.php:517
450
  msgid "WordPress Version"
451
  msgstr "WordPress Verzija"
452
 
453
+ #: bws_menu.php:518
454
  msgid "WordPress DB Version"
455
  msgstr "WordPress DB Verzija"
456
 
457
+ #: bws_menu.php:519
458
  msgid "Multisite"
459
  msgstr "Višenamenski sajt"
460
 
461
+ #: bws_menu.php:520
462
  msgid "Active Theme"
463
  msgstr "Aktivna tema"
464
 
465
+ #: bws_menu.php:535
466
  msgid "Please enter a valid email address."
467
  msgstr "Molimo unesite važeću mejl adresu"
468
 
469
+ #: bws_menu.php:539
470
  msgid "Email with system info is sent to "
471
  msgstr "Mejl sa sistemskim informacijama je poslat na"
472
 
473
+ #: bws_menu.php:543
474
  msgid "Thank you for contacting us."
475
  msgstr "Hvala što ste nas kontaktirali"
476
 
477
+ #: bws_menu.php:576
478
  msgid "Sorry, email message could not be delivered."
479
  msgstr "Nažalost mejl poruka nije prosleđena"
480
 
481
+ #: bws_menu.php:584
482
  msgid "Need help?"
483
  msgstr ""
484
 
485
+ #: bws_menu.php:585
486
  msgid "Client area"
487
  msgstr ""
488
 
489
+ #: bws_menu.php:586
490
+ #: bws_menu.php:897
491
  msgid "System status"
492
  msgstr "Sistemski status"
493
 
494
+ #: bws_menu.php:591
495
  #, fuzzy
496
  msgid "Plugins"
497
  msgstr "Pro moduli"
498
 
499
+ #: bws_menu.php:593
500
  msgid "Themes"
501
  msgstr ""
502
 
503
+ #: bws_menu.php:598
504
  msgid "All"
505
  msgstr ""
506
 
507
+ #: bws_menu.php:599
508
  #, fuzzy
509
  msgid "Installed"
510
  msgstr "Instalacija %s"
511
 
512
+ #: bws_menu.php:600
513
  #, fuzzy
514
  msgid "Recommended"
515
  msgstr "Preporučeni moduli"
516
 
517
+ #: bws_menu.php:604
518
  msgid "Installed plugins"
519
  msgstr "Instalirani moduli"
520
 
521
+ #: bws_menu.php:636
522
+ #: bws_menu.php:685
523
  msgid "Settings"
524
  msgstr "Podešavanja"
525
 
526
+ #: bws_menu.php:657
527
+ #: bws_menu.php:714
528
  #, fuzzy
529
  msgid "Activate this plugin"
530
  msgstr "Aktivirani moduli"
531
 
532
+ #: bws_menu.php:672
533
+ #: bws_menu.php:702
534
+ #: bws_menu.php:748
535
  msgid "Go"
536
  msgstr ""
537
 
538
+ #: bws_menu.php:676
539
+ #: bws_menu.php:706
540
+ #: bws_menu.php:752
541
  msgid "DONATE"
542
  msgstr ""
543
 
544
+ #: bws_menu.php:722
545
  msgid "Recommended plugins"
546
  msgstr "Preporučeni moduli"
547
 
548
+ #: bws_menu.php:760
549
  #, fuzzy
550
  msgid "Install now"
551
  msgstr "Instalacija %s"
552
 
553
+ #: bws_menu.php:781
554
  msgid "Try again"
555
  msgstr ""
556
 
557
+ #: bws_menu.php:799
558
  #, php-format
559
  msgid "Preview &#8220;%s&#8221;"
560
  msgstr ""
561
 
562
+ #: bws_menu.php:830
563
  #, php-format
564
  msgid "Install %s"
565
  msgstr "Instalacija %s"
566
 
567
+ #: bws_menu.php:830
568
  #, fuzzy
569
  msgid "Install Now"
570
  msgstr "Instalacija %s"
571
 
572
+ #: bws_menu.php:833
573
  #, php-format
574
  msgid "Update to version %s"
575
  msgstr ""
576
 
577
+ #: bws_menu.php:833
578
  #, fuzzy
579
  msgid "Update"
580
  msgstr "date"
581
 
582
+ #: bws_menu.php:840
583
  #, php-format
584
  msgid "Preview %s"
585
  msgstr ""
586
 
587
+ #: bws_menu.php:840
588
  msgid "Preview"
589
  msgstr ""
590
 
591
+ #: bws_menu.php:846
592
+ #: bws_menu.php:878
593
  #, php-format
594
  msgid "By %s"
595
  msgstr ""
596
 
597
+ #: bws_menu.php:852
598
  msgid "Details"
599
  msgstr ""
600
 
601
+ #: bws_menu.php:884
602
  #, fuzzy
603
  msgid "Already Installed"
604
  msgstr "Instalacija %s"
605
 
606
+ #: bws_menu.php:900
607
  msgid "Environment"
608
  msgstr "Okruženje"
609
 
610
+ #: bws_menu.php:911
611
  #, fuzzy
612
  msgid "Active Plugins"
613
  msgstr "Extensions activées"
614
 
615
+ #: bws_menu.php:924
616
  #, fuzzy
617
  msgid "Inactive Plugins"
618
  msgstr "Extensions activées"
619
 
620
+ #: bws_menu.php:940
621
  #, fuzzy
622
  msgid "Send to support"
623
  msgstr "Soutien"
624
 
625
+ #: bws_menu.php:947
626
  msgid "Send to custom email &#187;"
627
  msgstr "Pošalji na korisnički mejl &#187;"
628
 
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-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"
@@ -182,8 +182,8 @@ msgstr ""
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"
@@ -272,11 +272,11 @@ 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"
@@ -310,287 +310,309 @@ msgstr ""
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
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-12 15:58+0300\n"
6
+ "PO-Revision-Date: 2015-06-12 15:58+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"
182
  #: bws_functions.php:371
183
  #: bws_functions.php:401
184
  #: bws_functions.php:409
185
+ #: bws_menu.php:657
186
+ #: bws_menu.php:714
187
  #, fuzzy
188
  msgid "Activate"
189
  msgstr "Aktiverade tillägg"
272
 
273
  #: bws_functions.php:552
274
  #: bws_functions.php:605
275
+ #: bws_menu.php:633
276
+ #: bws_menu.php:655
277
+ #: bws_menu.php:682
278
+ #: bws_menu.php:712
279
+ #: bws_menu.php:758
280
  #, fuzzy
281
  msgid "Learn more"
282
  msgstr "Läs mer"
310
  msgid "Close"
311
  msgstr ""
312
 
313
+ #: bws_functions.php:771
314
+ #: bws_functions.php:784
315
+ msgid "Restore all plugin settings to defaults"
316
+ msgstr ""
317
+
318
+ #: bws_functions.php:773
319
+ #: bws_functions.php:786
320
+ msgid "Restore settings"
321
+ msgstr ""
322
+
323
+ #: bws_functions.php:797
324
+ msgid "Are you sure you want to restore all settings by default?"
325
+ msgstr ""
326
+
327
+ #: bws_functions.php:799
328
+ msgid "Yes, restore all settings"
329
+ msgstr ""
330
+
331
+ #: bws_functions.php:800
332
+ msgid "No, go back to the settings page"
333
+ msgstr ""
334
+
335
+ #: bws_menu.php:470
336
  msgid "Not set"
337
  msgstr "Inte angiven"
338
 
339
+ #: bws_menu.php:472
340
+ #: bws_menu.php:473
341
  msgid "On"
342
  msgstr "På"
343
 
344
+ #: bws_menu.php:472
345
+ #: bws_menu.php:473
346
  msgid "Off"
347
  msgstr "Av"
348
 
349
+ #: bws_menu.php:474
350
+ #: bws_menu.php:475
 
 
 
351
  #: bws_menu.php:476
352
+ #: bws_menu.php:477
353
+ #: bws_menu.php:478
354
+ #: bws_menu.php:490
355
  msgid "N/A"
356
  msgstr "Finns ej"
357
 
358
+ #: bws_menu.php:478
359
  msgid " Mb"
360
  msgstr " Mb"
361
 
362
+ #: bws_menu.php:479
363
+ #: bws_menu.php:480
364
+ #: bws_menu.php:481
365
+ #: bws_menu.php:486
366
  msgid "Yes"
367
  msgstr "Ja"
368
 
369
+ #: bws_menu.php:479
370
+ #: bws_menu.php:480
371
+ #: bws_menu.php:481
372
+ #: bws_menu.php:488
373
  msgid "No"
374
  msgstr "Nej"
375
 
376
+ #: bws_menu.php:498
377
  msgid "Operating System"
378
  msgstr "Operativsystem"
379
 
380
+ #: bws_menu.php:499
381
  msgid "Server"
382
  msgstr "Server"
383
 
384
+ #: bws_menu.php:500
385
  msgid "Memory usage"
386
  msgstr "Minnesanvändning"
387
 
388
+ #: bws_menu.php:501
389
  msgid "MYSQL Version"
390
  msgstr "MySQL-version"
391
 
392
+ #: bws_menu.php:502
393
  msgid "SQL Mode"
394
  msgstr "SQL-läge"
395
 
396
+ #: bws_menu.php:503
397
  msgid "PHP Version"
398
  msgstr "PHP-version"
399
 
400
+ #: bws_menu.php:504
401
  msgid "PHP Safe Mode"
402
  msgstr "PHP säkert läge"
403
 
404
+ #: bws_menu.php:505
405
  msgid "PHP Allow URL fopen"
406
  msgstr "PHP tillåt URL fopen"
407
 
408
+ #: bws_menu.php:506
409
  msgid "PHP Memory Limit"
410
  msgstr "PHP Minnesgräns"
411
 
412
+ #: bws_menu.php:507
413
  msgid "PHP Max Upload Size"
414
  msgstr "PHP Max uppladdningstorlek"
415
 
416
+ #: bws_menu.php:508
417
  msgid "PHP Max Post Size"
418
  msgstr "PHP Max poststorlek"
419
 
420
+ #: bws_menu.php:509
421
  msgid "PHP Max Script Execute Time"
422
  msgstr "PHP Max skriptexekverinstid"
423
 
424
+ #: bws_menu.php:510
425
  msgid "PHP Exif support"
426
  msgstr "PHP Exifstöd"
427
 
428
+ #: bws_menu.php:511
429
  msgid "PHP IPTC support"
430
  msgstr "PHP ITPC-stöd"
431
 
432
+ #: bws_menu.php:512
433
  msgid "PHP XML support"
434
  msgstr "PHP XML-stöd"
435
 
436
+ #: bws_menu.php:513
437
  msgid "Site URL"
438
  msgstr "SajtURL"
439
 
440
+ #: bws_menu.php:514
441
  msgid "Home URL"
442
  msgstr "HemURL"
443
 
444
+ #: bws_menu.php:517
445
  msgid "WordPress Version"
446
  msgstr "WordPress-version"
447
 
448
+ #: bws_menu.php:518
449
  msgid "WordPress DB Version"
450
  msgstr "WordPress-DB-version"
451
 
452
+ #: bws_menu.php:519
453
  msgid "Multisite"
454
  msgstr "Multisajt"
455
 
456
+ #: bws_menu.php:520
457
  msgid "Active Theme"
458
  msgstr "Aktivt tema"
459
 
460
+ #: bws_menu.php:535
461
  msgid "Please enter a valid email address."
462
  msgstr "Var god ange en giltig epost-adress."
463
 
464
+ #: bws_menu.php:539
465
  msgid "Email with system info is sent to "
466
  msgstr "Epost med systeminfo är skickat till"
467
 
468
+ #: bws_menu.php:543
469
  msgid "Thank you for contacting us."
470
  msgstr "Tack för att du kontaktade oss."
471
 
472
+ #: bws_menu.php:576
473
  msgid "Sorry, email message could not be delivered."
474
  msgstr "Ledsen, eposten kunde inte levereras."
475
 
476
+ #: bws_menu.php:584
477
  msgid "Need help?"
478
  msgstr ""
479
 
480
+ #: bws_menu.php:585
481
  msgid "Client area"
482
  msgstr ""
483
 
484
+ #: bws_menu.php:586
485
+ #: bws_menu.php:897
486
  msgid "System status"
487
  msgstr "Systemstatus"
488
 
489
+ #: bws_menu.php:591
490
  #, fuzzy
491
  msgid "Plugins"
492
  msgstr "Betaltillägg"
493
 
494
+ #: bws_menu.php:593
495
  msgid "Themes"
496
  msgstr ""
497
 
498
+ #: bws_menu.php:598
499
  msgid "All"
500
  msgstr ""
501
 
502
+ #: bws_menu.php:599
503
  #, fuzzy
504
  msgid "Installed"
505
  msgstr "Installera %s"
506
 
507
+ #: bws_menu.php:600
508
  #, fuzzy
509
  msgid "Recommended"
510
  msgstr "Rekommenderade tillägg"
511
 
512
+ #: bws_menu.php:604
513
  msgid "Installed plugins"
514
  msgstr "Installerade tillägg"
515
 
516
+ #: bws_menu.php:636
517
+ #: bws_menu.php:685
518
  msgid "Settings"
519
  msgstr "Inställningar"
520
 
521
+ #: bws_menu.php:657
522
+ #: bws_menu.php:714
523
  #, fuzzy
524
  msgid "Activate this plugin"
525
  msgstr "Aktiverade tillägg"
526
 
527
+ #: bws_menu.php:672
528
+ #: bws_menu.php:702
529
+ #: bws_menu.php:748
530
  msgid "Go"
531
  msgstr ""
532
 
533
+ #: bws_menu.php:676
534
+ #: bws_menu.php:706
535
+ #: bws_menu.php:752
536
  msgid "DONATE"
537
  msgstr ""
538
 
539
+ #: bws_menu.php:722
540
  msgid "Recommended plugins"
541
  msgstr "Rekommenderade tillägg"
542
 
543
+ #: bws_menu.php:760
544
  #, fuzzy
545
  msgid "Install now"
546
  msgstr "Установить сейчас"
547
 
548
+ #: bws_menu.php:781
549
  msgid "Try again"
550
  msgstr ""
551
 
552
+ #: bws_menu.php:799
553
  #, php-format
554
  msgid "Preview &#8220;%s&#8221;"
555
  msgstr ""
556
 
557
+ #: bws_menu.php:830
558
  #, php-format
559
  msgid "Install %s"
560
  msgstr "Installera %s"
561
 
562
+ #: bws_menu.php:830
563
  msgid "Install Now"
564
  msgstr "Установить сейчас"
565
 
566
+ #: bws_menu.php:833
567
  #, php-format
568
  msgid "Update to version %s"
569
  msgstr ""
570
 
571
+ #: bws_menu.php:833
572
  msgid "Update"
573
  msgstr ""
574
 
575
+ #: bws_menu.php:840
576
  #, php-format
577
  msgid "Preview %s"
578
  msgstr ""
579
 
580
+ #: bws_menu.php:840
581
  msgid "Preview"
582
  msgstr ""
583
 
584
+ #: bws_menu.php:846
585
+ #: bws_menu.php:878
586
  #, php-format
587
  msgid "By %s"
588
  msgstr ""
589
 
590
+ #: bws_menu.php:852
591
  msgid "Details"
592
  msgstr ""
593
 
594
+ #: bws_menu.php:884
595
  #, fuzzy
596
  msgid "Already Installed"
597
  msgstr "Installera %s"
598
 
599
+ #: bws_menu.php:900
600
  msgid "Environment"
601
  msgstr "Miljövariabler"
602
 
603
+ #: bws_menu.php:911
604
  msgid "Active Plugins"
605
  msgstr "Aktiverade tillägg"
606
 
607
+ #: bws_menu.php:924
608
  msgid "Inactive Plugins"
609
  msgstr "Inaktiverade tillägg"
610
 
611
+ #: bws_menu.php:940
612
  msgid "Send to support"
613
  msgstr "Skicka till support"
614
 
615
+ #: bws_menu.php:947
616
  msgid "Send to custom email &#187;"
617
  msgstr "Skicka till anpassad epost &#187;"
618
 
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-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"
@@ -119,7 +119,7 @@ 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"
@@ -175,8 +175,8 @@ msgstr "Спробуйте %s-денну тріал версію безкошт
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
 
@@ -248,12 +248,11 @@ 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"
@@ -265,11 +264,11 @@ 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
 
@@ -296,287 +295,309 @@ 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
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-12 15:58+0300\n"
6
+ "PO-Revision-Date: 2015-06-12 16: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"
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"
175
  #: bws_functions.php:371
176
  #: bws_functions.php:401
177
  #: bws_functions.php:409
178
+ #: bws_menu.php:657
179
+ #: bws_menu.php:714
180
  msgid "Activate"
181
  msgstr "Активувати"
182
 
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 "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у вкладці 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"
264
 
265
  #: bws_functions.php:552
266
  #: bws_functions.php:605
267
+ #: bws_menu.php:633
268
+ #: bws_menu.php:655
269
+ #: bws_menu.php:682
270
+ #: bws_menu.php:712
271
+ #: bws_menu.php:758
272
  msgid "Learn more"
273
  msgstr "Дізнатись більше"
274
 
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_functions.php:771
305
+ #: bws_functions.php:784
306
+ msgid "Restore all plugin settings to defaults"
307
+ msgstr "Скинути налаштування плагіну до стандартних"
308
+
309
+ #: bws_functions.php:773
310
+ #: bws_functions.php:786
311
+ msgid "Restore settings"
312
+ msgstr "Скинути налаштування"
313
+
314
+ #: bws_functions.php:797
315
+ msgid "Are you sure you want to restore all settings by default?"
316
+ msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
317
+
318
+ #: bws_functions.php:799
319
+ msgid "Yes, restore all settings"
320
+ msgstr "Так, скинути налаштування"
321
+
322
+ #: bws_functions.php:800
323
+ msgid "No, go back to the settings page"
324
+ msgstr "Ні, повернутись назад на сторінку налаштувань"
325
+
326
+ #: bws_menu.php:470
327
  msgid "Not set"
328
  msgstr "Не задано"
329
 
330
+ #: bws_menu.php:472
331
+ #: bws_menu.php:473
332
  msgid "On"
333
  msgstr "Увімк."
334
 
335
+ #: bws_menu.php:472
336
+ #: bws_menu.php:473
337
  msgid "Off"
338
  msgstr "Вимк."
339
 
340
+ #: bws_menu.php:474
341
+ #: bws_menu.php:475
 
 
 
342
  #: bws_menu.php:476
343
+ #: bws_menu.php:477
344
+ #: bws_menu.php:478
345
+ #: bws_menu.php:490
346
  msgid "N/A"
347
  msgstr "Невідомо"
348
 
349
+ #: bws_menu.php:478
350
  msgid " Mb"
351
  msgstr "Мб"
352
 
353
+ #: bws_menu.php:479
354
+ #: bws_menu.php:480
355
+ #: bws_menu.php:481
356
+ #: bws_menu.php:486
357
  msgid "Yes"
358
  msgstr "Так"
359
 
360
+ #: bws_menu.php:479
361
+ #: bws_menu.php:480
362
+ #: bws_menu.php:481
363
+ #: bws_menu.php:488
364
  msgid "No"
365
  msgstr "Ні"
366
 
367
+ #: bws_menu.php:498
368
  msgid "Operating System"
369
  msgstr "Операційна система"
370
 
371
+ #: bws_menu.php:499
372
  msgid "Server"
373
  msgstr "Тип серверу"
374
 
375
+ #: bws_menu.php:500
376
  msgid "Memory usage"
377
  msgstr "Пам’яті використано"
378
 
379
+ #: bws_menu.php:501
380
  msgid "MYSQL Version"
381
  msgstr "Версія MYSQL"
382
 
383
+ #: bws_menu.php:502
384
  msgid "SQL Mode"
385
  msgstr "Режим SQL"
386
 
387
+ #: bws_menu.php:503
388
  msgid "PHP Version"
389
  msgstr "Версія PHP"
390
 
391
+ #: bws_menu.php:504
392
  msgid "PHP Safe Mode"
393
  msgstr "PHP Безпечний режим"
394
 
395
+ #: bws_menu.php:505
396
  msgid "PHP Allow URL fopen"
397
  msgstr "Дозволити PHP URL fopen"
398
 
399
+ #: bws_menu.php:506
400
  msgid "PHP Memory Limit"
401
  msgstr "Ліміт пам’яті"
402
 
403
+ #: bws_menu.php:507
404
  msgid "PHP Max Upload Size"
405
  msgstr "Макс. розмір файлу, що завантажується"
406
 
407
+ #: bws_menu.php:508
408
  msgid "PHP Max Post Size"
409
  msgstr "Макс. розмір посту"
410
 
411
+ #: bws_menu.php:509
412
  msgid "PHP Max Script Execute Time"
413
  msgstr "Макс. час виконання сценарію"
414
 
415
+ #: bws_menu.php:510
416
  msgid "PHP Exif support"
417
  msgstr "Підтримка PHP Exif"
418
 
419
+ #: bws_menu.php:511
420
  msgid "PHP IPTC support"
421
  msgstr "Підтримка PHP IPTC"
422
 
423
+ #: bws_menu.php:512
424
  msgid "PHP XML support"
425
  msgstr "Підтримка PHP XML"
426
 
427
+ #: bws_menu.php:513
428
  msgid "Site URL"
429
  msgstr "Адреса сайту"
430
 
431
+ #: bws_menu.php:514
432
  msgid "Home URL"
433
  msgstr "Адреса домашньої сторінки"
434
 
435
+ #: bws_menu.php:517
436
  msgid "WordPress Version"
437
  msgstr "Версія WordPress"
438
 
439
+ #: bws_menu.php:518
440
  msgid "WordPress DB Version"
441
  msgstr "Версія бази даних WordPress"
442
 
443
+ #: bws_menu.php:519
444
  msgid "Multisite"
445
  msgstr "Мультисайт"
446
 
447
+ #: bws_menu.php:520
448
  msgid "Active Theme"
449
  msgstr "Активна тема"
450
 
451
+ #: bws_menu.php:535
452
  msgid "Please enter a valid email address."
453
  msgstr "Будь ласка, введіть коректний емейл."
454
 
455
+ #: bws_menu.php:539
456
  msgid "Email with system info is sent to "
457
  msgstr "Емейл з системною інформацією надіслано на"
458
 
459
+ #: bws_menu.php:543
460
  msgid "Thank you for contacting us."
461
  msgstr "Дякуємо, що звернулись до нас."
462
 
463
+ #: bws_menu.php:576
464
  msgid "Sorry, email message could not be delivered."
465
  msgstr "Вибачте, ваше емейл не може бути доставлено"
466
 
467
+ #: bws_menu.php:584
468
  msgid "Need help?"
469
  msgstr "Потрібна допомога?"
470
 
471
+ #: bws_menu.php:585
472
  msgid "Client area"
473
  msgstr "Клієнтам"
474
 
475
+ #: bws_menu.php:586
476
+ #: bws_menu.php:897
477
  msgid "System status"
478
  msgstr "Системна інформація"
479
 
480
+ #: bws_menu.php:591
481
  msgid "Plugins"
482
  msgstr "Плагіни"
483
 
484
+ #: bws_menu.php:593
485
  msgid "Themes"
486
  msgstr "Теми"
487
 
488
+ #: bws_menu.php:598
489
  msgid "All"
490
  msgstr "Всі"
491
 
492
+ #: bws_menu.php:599
493
  msgid "Installed"
494
  msgstr "Встановлені"
495
 
496
+ #: bws_menu.php:600
497
  msgid "Recommended"
498
  msgstr "Рекомендовані "
499
 
500
+ #: bws_menu.php:604
501
  msgid "Installed plugins"
502
  msgstr "Встановлені плагіни"
503
 
504
+ #: bws_menu.php:636
505
+ #: bws_menu.php:685
506
  msgid "Settings"
507
  msgstr "Налаштування"
508
 
509
+ #: bws_menu.php:657
510
+ #: bws_menu.php:714
511
  msgid "Activate this plugin"
512
  msgstr "Активувати плагін"
513
 
514
+ #: bws_menu.php:672
515
+ #: bws_menu.php:702
516
+ #: bws_menu.php:748
517
  msgid "Go"
518
  msgstr "Перейти"
519
 
520
+ #: bws_menu.php:676
521
+ #: bws_menu.php:706
522
+ #: bws_menu.php:752
523
  msgid "DONATE"
524
  msgstr "Підтримати нас"
525
 
526
+ #: bws_menu.php:722
527
  msgid "Recommended plugins"
528
  msgstr "Рекомендовані плагіни"
529
 
530
+ #: bws_menu.php:760
531
  msgid "Install now"
532
  msgstr "Встановити"
533
 
534
+ #: bws_menu.php:781
535
  msgid "Try again"
536
  msgstr "Спробувати ще раз"
537
 
538
+ #: bws_menu.php:799
539
  #, php-format
540
  msgid "Preview &#8220;%s&#8221;"
541
  msgstr "Попередній перегляд &#8220;%s&#8221;"
542
 
543
+ #: bws_menu.php:830
544
  #, php-format
545
  msgid "Install %s"
546
  msgstr "Встановити %s"
547
 
548
+ #: bws_menu.php:830
549
  msgid "Install Now"
550
  msgstr "Встановити"
551
 
552
+ #: bws_menu.php:833
553
  #, php-format
554
  msgid "Update to version %s"
555
  msgstr "Оновити до версії %s"
556
 
557
+ #: bws_menu.php:833
558
  msgid "Update"
559
  msgstr "Оновити"
560
 
561
+ #: bws_menu.php:840
562
  #, php-format
563
  msgid "Preview %s"
564
  msgstr "Попередній перегляд %s"
565
 
566
+ #: bws_menu.php:840
567
  msgid "Preview"
568
  msgstr "Попередній перегляд"
569
 
570
+ #: bws_menu.php:846
571
+ #: bws_menu.php:878
572
  #, php-format
573
  msgid "By %s"
574
  msgstr "За %s"
575
 
576
+ #: bws_menu.php:852
577
  msgid "Details"
578
  msgstr "Деталі"
579
 
580
+ #: bws_menu.php:884
581
  msgid "Already Installed"
582
  msgstr "Уже встановлено %s"
583
 
584
+ #: bws_menu.php:900
585
  msgid "Environment"
586
  msgstr "Системне оточення"
587
 
588
+ #: bws_menu.php:911
589
  msgid "Active Plugins"
590
  msgstr "Активні плагіни"
591
 
592
+ #: bws_menu.php:924
593
  msgid "Inactive Plugins"
594
  msgstr "Не активні плагіни"
595
 
596
+ #: bws_menu.php:940
597
  msgid "Send to support"
598
  msgstr "Відправити службі тех. підтримки"
599
 
600
+ #: bws_menu.php:947
601
  msgid "Send to custom email &#187;"
602
  msgstr "Відправити на електронну адресу &#187;"
603
 
css/style.css CHANGED
@@ -72,10 +72,6 @@ li.gllr_image_block {
72
  position: relative;
73
  display: none;
74
  }
75
- #ajax_update_postmeta,
76
- #ajax_update_images {
77
- float: left;
78
- }
79
  .gllr_code {
80
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
81
  font-size: 13px;
72
  position: relative;
73
  display: none;
74
  }
 
 
 
 
75
  .gllr_code {
76
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
77
  font-size: 13px;
css/style_wp_before_3.8.css CHANGED
@@ -73,10 +73,6 @@ li.gllr_image_block {
73
  position: relative;
74
  display: none;
75
  }
76
- #ajax_update_postmeta,
77
- #ajax_update_images {
78
- float: left;
79
- }
80
  .gllr_code {
81
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
82
  font-size: 13px;
73
  position: relative;
74
  display: none;
75
  }
 
 
 
 
76
  .gllr_code {
77
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
78
  font-size: 13px;
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.3.1
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -382,10 +382,10 @@ if ( ! function_exists( 'gllr_post_custom_box' ) ) {
382
  echo '<li id="' . $page->ID . '" class="gllr_image_block"><div class="gllr_drag">';
383
  $image_attributes = wp_get_attachment_image_src( $page->ID, 'thumbnail' );
384
  echo '<div class="gllr_border_image"><img src="' . $image_attributes[0] . '" alt="' . $page->post_title . '" title="' . $page->post_title . '" height="' . $thumbnail_size_h . '" width="' . $thumbnail_size_w . '" /></div>';
385
- echo '<br />' . __( "Title", "gallery" ) . '<br /><input type="text" name="gllr_image_text[' . $page->ID . ']" maxlength="100" value="' . get_post_meta( $page->ID, $key, TRUE ) . '" class="gllr_image_text" />';
386
- echo '<input type="text" name="gllr_order_text[' . $page->ID . ']" value="' . $page->menu_order . '" class="gllr_order_text ' . ( $page->menu_order == 0 ? "hidden" : '' ) . '" maxlength="10" />';
387
- echo '<br />' . __( "Alt tag", "gallery" ) . '<br /><input type="text" name="gllr_image_alt_tag[' . $page->ID . ']" maxlength="100" value="' . get_post_meta( $page->ID, $alt_tag_key, TRUE ) . '" class="gllr_image_alt_tag" />';
388
- echo '<br />' . __( "URL", "gallery" ) . '<br /><input type="text" name="gllr_link_url[' . $page->ID . ']" maxlength="250" value="' . get_post_meta( $page->ID, $link_key, TRUE ) . '" class="gllr_link_text" /><br /><span class="small_text">' . __( "(by click on image opens a link in a new window)", "gallery" ) . '</span>';
389
  echo '<a class="bws_plugin_pro_version" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=' . $gllr_plugin_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . __( 'This setting is available in Pro version', 'gallery' ) . '">' .
390
  '<div>' . __( "Open the URL", "gallery" ) . '<br/><input disabled type="radio" value="_self" > ' . __( "Current window", "gallery" ) . '<br/><input disabled type="radio" value="_blank" > ' . __( "New window", "gallery" ) . '<br/>' .
391
  __( "Lightbox button URL", "gallery" ) . '<br><input class="gllr_link_text" disabled type="text" value="" name="gllrprfssnl_lightbox_button_url"><br/>' .
@@ -431,7 +431,7 @@ if ( ! function_exists( 'gllr_gallery_categories' ) ) {
431
  <div id="gallery_categories-all" class="tabs-panel">
432
  <ul id="gallery_categorieschecklist" data-wp-lists="list:gallery_categories" class="categorychecklist form-no-clear">
433
  <li id="gallery_categories-2" class="popular-category">
434
- <label class="selectit"><input value="2" type="checkbox" disabled="disabled" name="tax_input[gallery_categories][]" id="in-gallery_categories-2" checked="checked">Default</label>
435
  </li>
436
  </ul>
437
  </div>
@@ -783,12 +783,12 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
783
  $gllr_request_options["order"] = $_REQUEST['gllr_order'];
784
  $gllr_request_options["image_text"] = ( isset( $_REQUEST['gllr_image_text'] ) ) ? 1 : 0;
785
 
786
- $gllr_request_options["return_link"] = ( isset( $_REQUEST['gllr_return_link'] ) ) ? 1 : 0;
787
- $gllr_request_options["return_link_page"] = $_REQUEST['gllr_return_link_page'];
788
- $gllr_request_options["return_link_url"] = strpos( $_REQUEST['gllr_return_link_url'], "http:" ) !== false ? esc_url( $_REQUEST['gllr_return_link_url'] ) : 'http://' . esc_url( $_REQUEST['gllr_return_link_url'] );
789
- $gllr_request_options["return_link_shortcode"] = ( isset( $_REQUEST['gllr_return_link_shortcode'] ) ) ? 1 : 0;
790
- $gllr_request_options["return_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_return_link_text'] ) );
791
- $gllr_request_options["read_more_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_read_more_link_text'] ) );
792
 
793
  $gllr_request_options["rewrite_template"] = isset( $_REQUEST['gllr_rewrite_template'] ) ? 1 : 0;
794
 
@@ -840,7 +840,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
840
  <div id="gllr_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'gallery' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'gallery' ); ?></p></div>
841
  <p><?php _e( "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:", 'gallery' ); ?> [print_gllr id=Your_gallery_post_id]</p>
842
  <noscript>
843
- <p><?php _e( 'Please enable JavaScript to use the option to renew images.', 'gallery' ); ?></p>
844
  </noscript>
845
  <table class="form-table">
846
  <tr valign="top">
@@ -856,17 +856,29 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
856
  <tr valign="top" class="gllr_width_labels">
857
  <th scope="row"><?php _e( 'Image size for the album cover', 'gallery' ); ?> </th>
858
  <td>
859
- <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][0]; ?><br />
860
- <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_album" maxlength="5" value="<?php echo $gllr_options["gllr_custom_size_px"][0][0]; ?>" /><br />
861
- <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_album" maxlength="5" value="<?php echo $gllr_options["gllr_custom_size_px"][0][1]; ?>" />
 
 
 
 
 
 
862
  </td>
863
  </tr>
864
  <tr valign="top" class="gllr_width_labels">
865
- <th scope="row"><?php _e( 'Image size for thumbnails', 'gallery' ); ?> </th>
866
  <td>
867
- <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?><br />
868
- <label for="custom_image_size_w"><?php _e( 'Width (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_w_photo" maxlength="5" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" /><br />
869
- <label for="custom_image_size_h"><?php _e( 'Height (in px)', 'gallery' ); ?></label> <input type="text" name="gllr_custom_image_size_h_photo" maxlength="5" value="<?php echo $gllr_options["gllr_custom_size_px"][1][1]; ?>" />
 
 
 
 
 
 
870
  </td>
871
  </tr>
872
  <tr valign="top">
@@ -880,28 +892,27 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
880
  <tr valign="top" class="gllr_width_labels">
881
  <th scope="row"><?php _e( 'Image size in the lightbox', 'gallery' ); ?> </th>
882
  <td>
883
- <label for="custom_image_size_name"><?php _e( 'Image size', 'gallery' ); ?></label> full-photo<br />
884
- <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 />
885
- <label for="custom_image_size_h"><?php _e( 'Max height (in px)', 'gallery' ); ?></label> <input disabled class="gllrprfssnl_size_photo_full" type="text" name="gllrprfssnl_custom_image_size_h_full" value="1024"/><br />
886
  <input disabled type="checkbox" name="gllrprfssnl_size_photo_full" value="1" /> <?php _e( 'Display a full size image in the lightbox', 'gallery' ); ?>
887
  </td>
888
  </tr>
889
  <tr valign="top" class="gllr_width_labels">
890
  <th scope="row"><?php _e( 'Crop position', 'gallery' ); ?></th>
891
  <td>
892
- <label><?php _e( 'Horizontal', 'gallery' ); ?></label>
893
- <select disabled>
894
- <option value="left"><?php _e( 'left', 'gallery' ); ?></option>
895
- <option value="center"><?php _e( 'center', 'gallery' ); ?></option>
896
- <option value="right"><?php _e( 'right', 'gallery' ); ?></option>
897
- </select>
898
- <br />
899
- <label><?php _e( 'Vertical', 'gallery' ); ?></label>
900
- <select disabled>
901
- <option value="top"><?php _e( 'top', 'gallery' ); ?></option>
902
- <option value="center"><?php _e( 'center', 'gallery' ); ?></option>
903
- <option value="bottom"><?php _e( 'bottom', 'gallery' ); ?></option>
904
- </select>
905
  </td>
906
  </tr>
907
  <tr valign="top">
@@ -946,7 +957,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
946
  <th scope="row"><?php _e( 'Images with border', 'gallery' ); ?></th>
947
  <td>
948
  <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
949
- <input type="text" maxlength="3" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <?php _e( 'Border width in px, just numbers', 'gallery' ); ?><br />
950
  <?php if ( 3.5 <= $wp_version ) { ?>
951
  <input type="minicolors" name="gllr_border_images_color" maxlength="7" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select a border color', 'gallery' ); ?>
952
  <?php } else { ?>
@@ -958,7 +969,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
958
  <tr valign="top">
959
  <th scope="row"><?php _e( 'Number of images in the row', 'gallery' ); ?> </th>
960
  <td>
961
- <input type="text" name="gllr_custom_image_row_count" maxlength="3" value="<?php echo $gllr_options["custom_image_row_count"]; ?>" />
962
  </td>
963
  </tr>
964
  <tr valign="top">
@@ -970,7 +981,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
970
  <tr valign="top">
971
  <th scope="row"><?php _e( 'Slideshow interval', 'gallery' ); ?> </th>
972
  <td>
973
- <input type="text" name="gllr_slideshow_interval" maxlength="6" value="<?php echo $gllr_options["slideshow_interval"]; ?>" />
974
  </td>
975
  </tr>
976
  <tr valign="top">
@@ -1017,21 +1028,21 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1017
  <tr valign="top">
1018
  <th scope="row"><?php _e( 'The Back link text', 'gallery' ); ?> </th>
1019
  <td>
1020
- <input type="text" name="gllr_return_link_text" maxlength="100" value="<?php echo $gllr_options["return_link_text"]; ?>" style="width:200px;" />
1021
  </td>
1022
  </tr>
1023
  <tr valign="top">
1024
  <th scope="row"><?php _e( 'The Back link URL', 'gallery' ); ?></th>
1025
  <td>
1026
  <label><input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery'); ?></label><br />
1027
- <input type="radio" maxlength="250" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if ( 'custom_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /> <input type="text" onfocus="document.getElementById('gllr_return_link_url').checked = true;" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url">
1028
- <?php _e( '(Full URL to custom page)' , 'gallery'); ?>
1029
  </td>
1030
  </tr>
1031
  <tr valign="top">
1032
  <th scope="row"><?php _e( 'The Read More link text', 'gallery' ); ?></th>
1033
  <td>
1034
- <input type="text" name="gllr_read_more_link_text" maxlength="100" value="<?php echo $gllr_options["read_more_link_text"]; ?>" style="width:200px;" />
1035
  </td>
1036
  </tr>
1037
  <tr valign="top">
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.2
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
382
  echo '<li id="' . $page->ID . '" class="gllr_image_block"><div class="gllr_drag">';
383
  $image_attributes = wp_get_attachment_image_src( $page->ID, 'thumbnail' );
384
  echo '<div class="gllr_border_image"><img src="' . $image_attributes[0] . '" alt="' . $page->post_title . '" title="' . $page->post_title . '" height="' . $thumbnail_size_h . '" width="' . $thumbnail_size_w . '" /></div>';
385
+ echo '<br />' . __( "Title", "gallery" ) . '<br /><input type="text" name="gllr_image_text[' . $page->ID . ']" value="' . get_post_meta( $page->ID, $key, TRUE ) . '" class="gllr_image_text" />';
386
+ echo '<input type="text" name="gllr_order_text[' . $page->ID . ']" value="' . $page->menu_order . '" class="gllr_order_text ' . ( $page->menu_order == 0 ? "hidden" : '' ) . '" />';
387
+ echo '<br />' . __( "Alt tag", "gallery" ) . '<br /><input type="text" name="gllr_image_alt_tag[' . $page->ID . ']" value="' . get_post_meta( $page->ID, $alt_tag_key, TRUE ) . '" class="gllr_image_alt_tag" />';
388
+ echo '<br />' . __( "URL", "gallery" ) . '<br /><input type="text" name="gllr_link_url[' . $page->ID . ']" value="' . get_post_meta( $page->ID, $link_key, TRUE ) . '" class="gllr_link_text" /><br /><span class="small_text">' . __( "(by click on image opens a link in a new window)", "gallery" ) . '</span>';
389
  echo '<a class="bws_plugin_pro_version" href="http://bestwebsoft.com/products/gallery/?k=63a36f6bf5de0726ad6a43a165f38fe5&pn=79&v=' . $gllr_plugin_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . __( 'This setting is available in Pro version', 'gallery' ) . '">' .
390
  '<div>' . __( "Open the URL", "gallery" ) . '<br/><input disabled type="radio" value="_self" > ' . __( "Current window", "gallery" ) . '<br/><input disabled type="radio" value="_blank" > ' . __( "New window", "gallery" ) . '<br/>' .
391
  __( "Lightbox button URL", "gallery" ) . '<br><input class="gllr_link_text" disabled type="text" value="" name="gllrprfssnl_lightbox_button_url"><br/>' .
431
  <div id="gallery_categories-all" class="tabs-panel">
432
  <ul id="gallery_categorieschecklist" data-wp-lists="list:gallery_categories" class="categorychecklist form-no-clear">
433
  <li id="gallery_categories-2" class="popular-category">
434
+ <label class="selectit"><input value="2" type="checkbox" disabled="disabled" name="tax_input[gallery_categories][]" id="in-gallery_categories-2" checked="checked"><?php _e( 'Default', 'gallery' ); ?></label>
435
  </li>
436
  </ul>
437
  </div>
783
  $gllr_request_options["order"] = $_REQUEST['gllr_order'];
784
  $gllr_request_options["image_text"] = ( isset( $_REQUEST['gllr_image_text'] ) ) ? 1 : 0;
785
 
786
+ $gllr_request_options["return_link"] = ( isset( $_REQUEST['gllr_return_link'] ) ) ? 1 : 0;
787
+ $gllr_request_options["return_link_page"] = $_REQUEST['gllr_return_link_page'];
788
+ $gllr_request_options["return_link_url"] = esc_url( $_REQUEST['gllr_return_link_url'] );
789
+ $gllr_request_options["return_link_shortcode"] = ( isset( $_REQUEST['gllr_return_link_shortcode'] ) ) ? 1 : 0;
790
+ $gllr_request_options["return_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_return_link_text'] ) );
791
+ $gllr_request_options["read_more_link_text"] = stripslashes( esc_html( $_REQUEST['gllr_read_more_link_text'] ) );
792
 
793
  $gllr_request_options["rewrite_template"] = isset( $_REQUEST['gllr_rewrite_template'] ) ? 1 : 0;
794
 
840
  <div id="gllr_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'gallery' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'gallery' ); ?></p></div>
841
  <p><?php _e( "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:", 'gallery' ); ?> [print_gllr id=Your_gallery_post_id]</p>
842
  <noscript>
843
+ <div class="error"><p><?php _e( 'Please enable JavaScript to use the option to renew images.', 'gallery' ); ?></p></div>
844
  </noscript>
845
  <table class="form-table">
846
  <tr valign="top">
856
  <tr valign="top" class="gllr_width_labels">
857
  <th scope="row"><?php _e( 'Image size for the album cover', 'gallery' ); ?> </th>
858
  <td>
859
+ <label><?php _e( 'Image size', 'gallery' ); ?> <?php echo $gllr_options["gllr_custom_size_name"][0]; ?></label><br />
860
+ <label>
861
+ <input type="number" name="gllr_custom_image_size_w_album" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][0][0]; ?>" />
862
+ <?php _e( 'Width (in px)', 'gallery' ); ?>
863
+ </label><br />
864
+ <label>
865
+ <input type="number" name="gllr_custom_image_size_h_album" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][0][1]; ?>" />
866
+ <?php _e( 'Height (in px)', 'gallery' ); ?>
867
+ </label>
868
  </td>
869
  </tr>
870
  <tr valign="top" class="gllr_width_labels">
871
+ <th scope="row"><?php _e( 'Image size for thumbnails', 'gallery' ); ?></th>
872
  <td>
873
+ <label><?php _e( 'Image size', 'gallery' ); ?> <?php echo $gllr_options["gllr_custom_size_name"][1]; ?></label><br />
874
+ <label>
875
+ <input type="number" name="gllr_custom_image_size_w_photo" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][1][0]; ?>" />
876
+ <?php _e( 'Width (in px)', 'gallery' ); ?>
877
+ </label><br />
878
+ <label>
879
+ <input type="number" name="gllr_custom_image_size_h_photo" min="1" max="10000" value="<?php echo $gllr_options["gllr_custom_size_px"][1][1]; ?>" />
880
+ <?php _e( 'Height (in px)', 'gallery' ); ?>
881
+ </label>
882
  </td>
883
  </tr>
884
  <tr valign="top">
892
  <tr valign="top" class="gllr_width_labels">
893
  <th scope="row"><?php _e( 'Image size in the lightbox', 'gallery' ); ?> </th>
894
  <td>
895
+ <label><?php _e( 'Image size', 'gallery' ); ?> full-photo</label><br />
896
+ <label><input disabled class="gllrprfssnl_size_photo_full" type="number" name="gllrprfssnl_custom_image_size_w_full" value="1024" /> <?php _e( 'Max width (in px)', 'gallery' ); ?></label><br />
897
+ <label><input disabled class="gllrprfssnl_size_photo_full" type="number" name="gllrprfssnl_custom_image_size_h_full" value="1024" /> <?php _e( 'Max height (in px)', 'gallery' ); ?></label><br />
898
  <input disabled type="checkbox" name="gllrprfssnl_size_photo_full" value="1" /> <?php _e( 'Display a full size image in the lightbox', 'gallery' ); ?>
899
  </td>
900
  </tr>
901
  <tr valign="top" class="gllr_width_labels">
902
  <th scope="row"><?php _e( 'Crop position', 'gallery' ); ?></th>
903
  <td>
904
+ <label>
905
+ <select disabled>
906
+ <option value="center"><?php _e( 'center', 'gallery' ); ?></option>
907
+ </select>
908
+ <?php _e( 'Horizontal', 'gallery' ); ?>
909
+ </label><br />
910
+ <label>
911
+ <select disabled>
912
+ <option value="center"><?php _e( 'center', 'gallery' ); ?></option>
913
+ </select>
914
+ <?php _e( 'Vertical', 'gallery' ); ?>
915
+ </label>
 
916
  </td>
917
  </tr>
918
  <tr valign="top">
957
  <th scope="row"><?php _e( 'Images with border', 'gallery' ); ?></th>
958
  <td>
959
  <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
960
+ <input type="number" min="0" max="10000" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <?php _e( 'Border width in px, just numbers', 'gallery' ); ?><br />
961
  <?php if ( 3.5 <= $wp_version ) { ?>
962
  <input type="minicolors" name="gllr_border_images_color" maxlength="7" value="<?php echo $gllr_options["border_images_color"]; ?>" id="gllr_border_images_color" /> <?php _e( 'Select a border color', 'gallery' ); ?>
963
  <?php } else { ?>
969
  <tr valign="top">
970
  <th scope="row"><?php _e( 'Number of images in the row', 'gallery' ); ?> </th>
971
  <td>
972
+ <input type="number" name="gllr_custom_image_row_count" min="1" max="10000" value="<?php echo $gllr_options["custom_image_row_count"]; ?>" />
973
  </td>
974
  </tr>
975
  <tr valign="top">
981
  <tr valign="top">
982
  <th scope="row"><?php _e( 'Slideshow interval', 'gallery' ); ?> </th>
983
  <td>
984
+ <input type="number" name="gllr_slideshow_interval" min="1" max="1000000" value="<?php echo $gllr_options["slideshow_interval"]; ?>" />
985
  </td>
986
  </tr>
987
  <tr valign="top">
1028
  <tr valign="top">
1029
  <th scope="row"><?php _e( 'The Back link text', 'gallery' ); ?> </th>
1030
  <td>
1031
+ <input type="text" name="gllr_return_link_text" maxlength="250" value="<?php echo $gllr_options["return_link_text"]; ?>" style="width:200px;" />
1032
  </td>
1033
  </tr>
1034
  <tr valign="top">
1035
  <th scope="row"><?php _e( 'The Back link URL', 'gallery' ); ?></th>
1036
  <td>
1037
  <label><input type="radio" value="gallery_template_url" name="gllr_return_link_page" <?php if ( 'gallery_template_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /><?php _e( 'Gallery page (Page with Gallery Template)', 'gallery'); ?></label><br />
1038
+ <label><input type="radio" maxlength="250" value="custom_url" name="gllr_return_link_page" id="gllr_return_link_url" <?php if ( 'custom_url' == $gllr_options["return_link_page"] ) echo 'checked="checked"'; ?> /> <input type="text" onfocus="document.getElementById('gllr_return_link_url').checked = true;" value="<?php echo $gllr_options["return_link_url"]; ?>" name="gllr_return_link_url" />
1039
+ <?php _e( '(Full URL to custom page)' , 'gallery'); ?></label>
1040
  </td>
1041
  </tr>
1042
  <tr valign="top">
1043
  <th scope="row"><?php _e( 'The Read More link text', 'gallery' ); ?></th>
1044
  <td>
1045
+ <input type="text" name="gllr_read_more_link_text" maxlength="250" value="<?php echo $gllr_options["read_more_link_text"]; ?>" style="width:200px;" />
1046
  </td>
1047
  </tr>
1048
  <tr valign="top">
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-06-04 17:23+0300\n"
6
- "PO-Revision-Date: 2015-06-04 17:24+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
@@ -21,18 +21,11 @@ msgid "See images &raquo;"
21
  msgstr "Виж изображенията &raquo;"
22
 
23
  #: gallery-plugin.php:207
24
- msgid ""
25
- "The following files \"gallery-template.php\" and \"gallery-single-template."
26
- "php\" were not found in the directory of your theme. Please copy them from "
27
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
- "directory of your theme for the correct work of the Gallery plugin"
29
- msgstr ""
30
- "Файловете \"gallery-template.php\" и \"gallery-single-template.php\" не бяха "
31
- "намерени в папката на вашата тема. Моля копирайте ги от папката `/wp-content/"
32
- "plugins/gallery-plugin/template/` в папката на вашата тема, за да работи "
33
- "правилно приставката Gallery."
34
 
35
- #: gallery-plugin.php:216 gallery-plugin.php:226
 
36
  msgid "Galleries"
37
  msgstr "Галерии"
38
 
@@ -76,7 +69,8 @@ msgstr "Качване на файл"
76
  msgid "Gallery Shortcode"
77
  msgstr "Шорткод за галерия"
78
 
79
- #: gallery-plugin.php:284 gallery-plugin.php:428
 
80
  #, fuzzy
81
  msgid "Gallery Categories"
82
  msgstr "Размер на изображението в галерия"
@@ -95,14 +89,8 @@ msgid "Attach media item to this gallery"
95
  msgstr ""
96
 
97
  #: gallery-plugin.php:313
98
- msgid ""
99
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
100
- "for record on your webserver. Please use the standard WP functionality to "
101
- "upload images (media library)"
102
- msgstr ""
103
- "Временната папка за съхраняване на файлове (gallery-plugin/upload/files) не "
104
- "е достъпна за запис на уеб-сървъра ви. Моля, използвайте стандартния начин "
105
- "на WordPress за качване на снимки(media library)."
106
 
107
  #: gallery-plugin.php:325
108
  msgid "Choose an image for upload:"
@@ -117,18 +105,15 @@ msgid "Allow the download link for all images in this gallery"
117
  msgstr "Позволете свалянето на всички изображения от тази галерия."
118
 
119
  #: gallery-plugin.php:339
120
- msgid ""
121
- "Please use the drag and drop function to change an order of the images "
122
- "displaying and do not forget to save the post."
123
- msgstr ""
124
- "Моля, използвайте функцията drag&drop, за да смените позицията на снимките и "
125
- "не забравяйте да съхраните промените."
126
 
127
  #: gallery-plugin.php:341
128
  msgid "Please make a choice"
129
  msgstr "Моля, изберете"
130
 
131
- #: gallery-plugin.php:341 gallery-plugin.php:983
 
132
  msgid "Sort images by"
133
  msgstr "Подреди изображенията по"
134
 
@@ -140,7 +125,8 @@ msgstr "подреди изображенията"
140
  msgid "on the plugin settings page ("
141
  msgstr "на страницата с настройки за плъгина ("
142
 
143
- #: gallery-plugin.php:385 gallery-plugin.php:646
 
144
  msgid "Title"
145
  msgstr "Име"
146
 
@@ -187,25 +173,22 @@ msgid "Delete"
187
  msgstr "Изтриване"
188
 
189
  #: gallery-plugin.php:413
190
- msgid ""
191
- "You can add a Single Gallery to the page or post by inserting this shortcode "
192
- "into the content"
193
- msgstr ""
194
- "Можете да добавите галерия към страница или пост, като добавите този шорткод "
195
- "към съдържанието"
196
 
197
  #: gallery-plugin.php:415
198
- msgid ""
199
- "If you want to display a short description containing a screenshot and the "
200
- "link to the Single Gallery Page"
201
- msgstr ""
202
- "Ако искате да покажете кратко описание, заедно със screenshot и линк към "
203
- "страницата с галерията"
204
 
205
  #: gallery-plugin.php:429
206
  msgid "Most Used"
207
  msgstr ""
208
 
 
 
 
 
 
209
  #: gallery-plugin.php:439
210
  #, fuzzy
211
  msgid "Add New Gallery Category"
@@ -228,7 +211,8 @@ msgstr "Снимка"
228
  msgid "Publishing"
229
  msgstr "Публикация"
230
 
231
- #: gallery-plugin.php:650 gallery-plugin.php:987
 
232
  msgid "Date"
233
  msgstr "Дата "
234
 
@@ -240,11 +224,14 @@ msgstr "Настройките са съхранени"
240
  msgid "Gallery Settings"
241
  msgstr "Настройки на галерията"
242
 
243
- #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
244
  msgid "Settings"
245
  msgstr "Настройки"
246
 
247
- #: gallery-plugin.php:834 gallery-plugin.php:1169
 
248
  msgid "FAQ"
249
  msgstr "Често задавани въпроси"
250
 
@@ -257,18 +244,12 @@ msgid "Notice:"
257
  msgstr ""
258
 
259
  #: gallery-plugin.php:840
260
- msgid ""
261
- "The plugin's settings have been changed. In order to save them please don't "
262
- "forget to click the 'Save Changes' button."
263
  msgstr ""
264
 
265
  #: gallery-plugin.php:841
266
- msgid ""
267
- "If you would like to add a Single Gallery to your page or post, just copy "
268
- "and paste this shortcode into your post or page:"
269
- msgstr ""
270
- "Ако искате да добавите галерия към ваша страница или пост, просто копирайте "
271
- "и поставете този шорткод в поста или страницата:"
272
 
273
  #: gallery-plugin.php:843
274
  #, fuzzy
@@ -288,420 +269,411 @@ msgstr "подреди изображенията"
288
  msgid "Image size for the album cover"
289
  msgstr "Размер на изображението за корица на албума"
290
 
291
- #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
292
  msgid "Image size"
293
  msgstr "Размер на изображението"
294
 
295
- #: gallery-plugin.php:860 gallery-plugin.php:868
 
296
  msgid "Width (in px)"
297
  msgstr "Ширина (в px)"
298
 
299
- #: gallery-plugin.php:861 gallery-plugin.php:869
 
300
  msgid "Height (in px)"
301
  msgstr "Височина (в px)"
302
 
303
- #: gallery-plugin.php:865
304
  #, fuzzy
305
  msgid "Image size for thumbnails"
306
  msgstr "Размер на изображението за корица на албума"
307
 
308
- #: gallery-plugin.php:873
309
- msgid ""
310
- "WordPress will create a new thumbnail with the specified dimensions when you "
311
- "upload a new photo."
312
- msgstr ""
313
- "WordPress ще създава thumbnail с указаните размери, когато качвате нова "
314
- "снимка."
315
 
316
- #: gallery-plugin.php:881
317
  #, fuzzy
318
  msgid "Image size in the lightbox"
319
  msgstr "Размер на изображението за lightbox"
320
 
321
- #: gallery-plugin.php:884
322
  msgid "Max width (in px)"
323
  msgstr "Макс. ширина (в px)"
324
 
325
- #: gallery-plugin.php:885
326
  msgid "Max height (in px)"
327
  msgstr "Макс. височина (в px)"
328
 
329
- #: gallery-plugin.php:886
330
  msgid "Display a full size image in the lightbox"
331
  msgstr "Показване на изображението в пълен размер в lightbox"
332
 
333
- #: gallery-plugin.php:890
334
  msgid "Crop position"
335
  msgstr "Позиция за изрязване"
336
 
337
- #: gallery-plugin.php:892
338
- msgid "Horizontal"
339
- msgstr "Хоризонтално"
340
-
341
- #: gallery-plugin.php:894
342
- msgid "left"
343
- msgstr "ляво"
344
-
345
- #: gallery-plugin.php:895 gallery-plugin.php:902
346
  msgid "center"
347
  msgstr "център"
348
 
349
- #: gallery-plugin.php:896
350
- msgid "right"
351
- msgstr "дясно"
352
 
353
- #: gallery-plugin.php:899
354
  msgid "Vertical"
355
  msgstr "Вертикално"
356
 
357
- #: gallery-plugin.php:901
358
- msgid "top"
359
- msgstr "отгоре"
360
-
361
- #: gallery-plugin.php:903
362
- msgid "bottom"
363
- msgstr "отдолу"
364
-
365
- #: gallery-plugin.php:908
366
  msgid "Lightbox background"
367
  msgstr "Фон на lightbox"
368
 
369
- #: gallery-plugin.php:910
370
- msgid "Default"
371
- msgstr "По подразбиране"
372
-
373
- #: gallery-plugin.php:911
374
  msgid "Background transparency (from 0 to 1)"
375
  msgstr "Прозрачност на фона (от 0 до 1)"
376
 
377
- #: gallery-plugin.php:913
378
  msgid "Select a background color"
379
  msgstr "Изберете цвят за фон"
380
 
381
- #: gallery-plugin.php:915
382
  msgid "Background color"
383
  msgstr "Цвят на фона"
384
 
385
- #: gallery-plugin.php:922 gallery-plugin.php:1104
386
- msgid ""
387
- "If you upgrade to Pro version all your settings and galleries will be saved."
388
  msgstr ""
389
 
390
- #: gallery-plugin.php:929 gallery-plugin.php:1111
 
391
  msgid "Unlock premium options by upgrading to a PRO version."
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:930 gallery-plugin.php:1112
 
395
  #, fuzzy
396
  msgid "Learn More"
397
  msgstr "Читати далі"
398
 
399
- #: gallery-plugin.php:934 gallery-plugin.php:1116
 
400
  msgid "Start Your Trial"
401
  msgstr ""
402
 
403
- #: gallery-plugin.php:935 gallery-plugin.php:1117
 
404
  msgid "or"
405
  msgstr ""
406
 
407
- #: gallery-plugin.php:938 gallery-plugin.php:1120
 
408
  msgid "Go"
409
  msgstr ""
410
 
411
- #: gallery-plugin.php:946
412
  msgid "Images with border"
413
  msgstr "Изображения с рамка"
414
 
415
- #: gallery-plugin.php:949
416
  msgid "Border width in px, just numbers"
417
  msgstr "Ширина на рамката в пиксели, само числа"
418
 
419
- #: gallery-plugin.php:951 gallery-plugin.php:953
 
420
  msgid "Select a border color"
421
  msgstr "Изберете цвят за рамката"
422
 
423
- #: gallery-plugin.php:959
424
  msgid "Number of images in the row"
425
  msgstr "Брой изображения на ред"
426
 
427
- #: gallery-plugin.php:965
428
  msgid "Start slideshow"
429
  msgstr "Слайдшоу"
430
 
431
- #: gallery-plugin.php:971
432
  msgid "Slideshow interval"
433
  msgstr "Интервал за слайдшоу"
434
 
435
- #: gallery-plugin.php:977
436
  msgid "Use single lightbox for multiple galleries on one page"
437
  msgstr ""
438
 
439
- #: gallery-plugin.php:985
440
  msgid "Attachment ID"
441
  msgstr "ID на изображението"
442
 
443
- #: gallery-plugin.php:986
444
  msgid "Image Name"
445
  msgstr "Име на изображението"
446
 
447
- #: gallery-plugin.php:988
448
- msgid ""
449
- "Sorting order (the input field for sorting order in the Insert / Upload "
450
- "Media Gallery dialog)"
451
- msgstr ""
452
- "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload "
453
- "Media Gallery)"
454
 
455
- #: gallery-plugin.php:989
456
  msgid "Random"
457
  msgstr "Произволен"
458
 
459
- #: gallery-plugin.php:993
460
  msgid "Sort images"
461
  msgstr "Подреди изображенията"
462
 
463
- #: gallery-plugin.php:995
464
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
465
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
466
 
467
- #: gallery-plugin.php:996
468
- msgid ""
469
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
470
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
471
 
472
- #: gallery-plugin.php:1000
473
  #, fuzzy
474
  msgid "Display text under the image"
475
  msgstr "Показване на текст над изображението"
476
 
477
- #: gallery-plugin.php:1002
478
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
479
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
480
 
481
- #: gallery-plugin.php:1006
482
  msgid "Display the Back link"
483
  msgstr "Показване на линк 'Назад'"
484
 
485
- #: gallery-plugin.php:1012
486
  msgid "Display the Back link in the shortcode"
487
  msgstr "Показване на линк 'Назад' в шорткода"
488
 
489
- #: gallery-plugin.php:1018
490
  msgid "The Back link text"
491
  msgstr "Текст за линка 'Назад'"
492
 
493
- #: gallery-plugin.php:1024
494
  msgid "The Back link URL"
495
  msgstr "URL за линка 'Назад'"
496
 
497
- #: gallery-plugin.php:1026
498
  msgid "Gallery page (Page with Gallery Template)"
499
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
500
 
501
- #: gallery-plugin.php:1028
502
  msgid "(Full URL to custom page)"
503
  msgstr "(Пълно URL към произволна страница)"
504
 
505
- #: gallery-plugin.php:1032
506
  msgid "The Read More link text"
507
  msgstr "Текст за линка 'Прочети повече'"
508
 
509
- #: gallery-plugin.php:1038
510
  msgid "Add gallery to the search"
511
  msgstr ""
512
 
513
- #: gallery-plugin.php:1043
514
  msgid "Using"
515
  msgstr ""
516
 
517
- #: gallery-plugin.php:1043
518
  msgid "powered by"
519
  msgstr ""
520
 
521
- #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
522
  msgid "Using Custom Search powered by"
523
  msgstr ""
524
 
525
- #: gallery-plugin.php:1046
526
  msgid "Activate Custom Search"
527
  msgstr ""
528
 
529
- #: gallery-plugin.php:1050
530
  msgid "Download Custom Search"
531
  msgstr ""
532
 
533
- #: gallery-plugin.php:1060
 
 
 
 
 
 
 
 
534
  msgid "Use pagination for images"
535
  msgstr ""
536
 
537
- #: gallery-plugin.php:1063
538
  msgid "per page"
539
  msgstr ""
540
 
541
- #: gallery-plugin.php:1067
542
  msgid "The lightbox helper"
543
  msgstr ""
544
 
545
- #: gallery-plugin.php:1069
546
  msgid "Do not use"
547
  msgstr ""
548
 
549
- #: gallery-plugin.php:1070
550
  msgid "Button helper"
551
  msgstr ""
552
 
553
- #: gallery-plugin.php:1071
554
  msgid "Thumbnail helper"
555
  msgstr ""
556
 
557
- #: gallery-plugin.php:1075
558
  msgid "Display Like buttons in the lightbox"
559
  msgstr "Показване на Like бутони в lightbox"
560
 
561
- #: gallery-plugin.php:1077
562
  msgid "FaceBook"
563
  msgstr "FaceBook"
564
 
565
- #: gallery-plugin.php:1078
566
  msgid "Twitter"
567
  msgstr "Twitter"
568
 
569
- #: gallery-plugin.php:1079
570
  msgid "Pinterest"
571
  msgstr "Pinterest"
572
 
573
- #: gallery-plugin.php:1080
574
  msgid "Google +1"
575
  msgstr "Google +1"
576
 
577
- #: gallery-plugin.php:1084
578
  msgid "Slug for gallery item"
579
  msgstr "Название на елемент от галерията"
580
 
581
- #: gallery-plugin.php:1086
582
  msgid "for any structure of permalinks except the default structure"
583
- msgstr ""
584
- "за всяка структура от пермалинковете, с изключение на структурата по "
585
- "подразбиране"
586
 
587
- #: gallery-plugin.php:1090
588
  msgid "Title for lightbox button"
589
  msgstr ""
590
 
591
- #: gallery-plugin.php:1096
592
- msgid ""
593
- "Display all images in the lightbox instead of going into a single gallery"
594
- msgstr ""
595
-
596
- #: gallery-plugin.php:1099
597
- msgid ""
598
- "When using the gallery template or a shortcode with `display=short` parameter"
599
- msgstr ""
600
-
601
- #: gallery-plugin.php:1128
602
- msgid "Rewrite templates after update"
603
  msgstr ""
604
 
605
- #: gallery-plugin.php:1130
606
- msgid ""
607
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
608
- "'gallery-single-template.php' file in your theme folder and You don't want "
609
- "to rewrite them"
610
  msgstr ""
611
 
612
- #: gallery-plugin.php:1136
613
  msgid "Save Changes"
614
  msgstr "Съхрани промените"
615
 
616
- #: gallery-plugin.php:1170
617
  msgid "Support"
618
  msgstr "Поддръжка"
619
 
620
- #: gallery-plugin.php:1278
621
  msgid "Updating images..."
622
  msgstr ""
623
 
624
- #: gallery-plugin.php:1279
625
  #, fuzzy
626
  msgid "No image found."
627
  msgstr "Няма намерена галерия"
628
 
629
- #: gallery-plugin.php:1280
630
  msgid "All images are updated."
631
  msgstr ""
632
 
633
- #: gallery-plugin.php:1281
634
  msgid "Error."
635
  msgstr ""
636
 
637
- #: gallery-plugin.php:1290
638
  #, fuzzy
639
  msgid "Learn more"
640
  msgstr "Читати далі"
641
 
642
- #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
643
  #, fuzzy
644
  msgid "Activate"
645
  msgstr "Активовані плагіни"
646
 
647
- #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
648
  #, fuzzy
649
  msgid "Install now"
650
  msgstr "Установка %"
651
 
652
- #: gallery-plugin.php:1311
653
  msgid "Add multiple gallery categories"
654
  msgstr ""
655
 
656
- #: gallery-plugin.php:1311
657
- msgid ""
658
- "Install Gallery Categories plugin to add unlimited number of categories."
659
  msgstr ""
660
 
661
- #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
662
  msgid "Close"
663
  msgstr ""
664
 
665
- #: gallery-plugin.php:1352
666
  msgid "Already attached?"
667
  msgstr ""
668
 
669
- #: gallery-plugin.php:1352
670
- msgid ""
671
- "If you'd like to attach the files, which are already uploaded, please use Re-"
672
- "attacher plugin."
673
  msgstr ""
674
 
675
- #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
676
  msgid "Download high resolution image"
677
  msgstr "Свали изображението в цял размер"
678
 
679
- #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
680
  msgid "Sorry, nothing found."
681
  msgstr "Съжалявам, нищо не е намерено."
682
 
683
- #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
684
  msgid "Image"
685
  msgstr "Изображение"
686
 
687
- #: gallery-plugin.php:1886
688
  #, fuzzy
689
  msgid "Image size not defined"
690
  msgstr "Размер на изображението"
691
 
692
- #: gallery-plugin.php:1901
693
- msgid ""
694
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
695
- "manually reload image."
696
  msgstr ""
697
 
698
- #: gallery-plugin.php:1912
699
  msgid "Image size changes not defined"
700
  msgstr ""
701
 
702
- #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
703
  msgid "Invalid path"
704
  msgstr ""
705
 
 
 
 
 
 
 
 
 
 
 
 
 
706
  #~ msgid "Gallery image size"
707
  #~ msgstr "Размер на изображението в галерия"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-24 13:46+0300\n"
6
+ "PO-Revision-Date: 2015-06-24 13:46+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
21
  msgstr "Виж изображенията &raquo;"
22
 
23
  #: gallery-plugin.php:207
24
+ msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
+ msgstr "Файловете \"gallery-template.php\" и \"gallery-single-template.php\" не бяха намерени в папката на вашата тема. Моля копирайте ги от папката `/wp-content/plugins/gallery-plugin/template/` в папката на вашата тема, за да работи правилно приставката Gallery."
 
 
 
 
 
 
 
 
26
 
27
+ #: gallery-plugin.php:216
28
+ #: gallery-plugin.php:226
29
  msgid "Galleries"
30
  msgstr "Галерии"
31
 
69
  msgid "Gallery Shortcode"
70
  msgstr "Шорткод за галерия"
71
 
72
+ #: gallery-plugin.php:284
73
+ #: gallery-plugin.php:428
74
  #, fuzzy
75
  msgid "Gallery Categories"
76
  msgstr "Размер на изображението в галерия"
89
  msgstr ""
90
 
91
  #: gallery-plugin.php:313
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)"
93
+ msgstr "Временната папка за съхраняване на файлове (gallery-plugin/upload/files) не е достъпна за запис на уеб-сървъра ви. Моля, използвайте стандартния начин на WordPress за качване на снимки(media library)."
 
 
 
 
 
 
94
 
95
  #: gallery-plugin.php:325
96
  msgid "Choose an image for upload:"
105
  msgstr "Позволете свалянето на всички изображения от тази галерия."
106
 
107
  #: gallery-plugin.php:339
108
+ msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
109
+ msgstr "Моля, използвайте функцията drag&drop, за да смените позицията на снимките и не забравяйте да съхраните промените."
 
 
 
 
110
 
111
  #: gallery-plugin.php:341
112
  msgid "Please make a choice"
113
  msgstr "Моля, изберете"
114
 
115
+ #: gallery-plugin.php:341
116
+ #: gallery-plugin.php:994
117
  msgid "Sort images by"
118
  msgstr "Подреди изображенията по"
119
 
125
  msgid "on the plugin settings page ("
126
  msgstr "на страницата с настройки за плъгина ("
127
 
128
+ #: gallery-plugin.php:385
129
+ #: gallery-plugin.php:646
130
  msgid "Title"
131
  msgstr "Име"
132
 
173
  msgstr "Изтриване"
174
 
175
  #: gallery-plugin.php:413
176
+ msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
177
+ msgstr "Можете да добавите галерия към страница или пост, като добавите този шорткод към съдържанието"
 
 
 
 
178
 
179
  #: gallery-plugin.php:415
180
+ msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
181
+ msgstr "Ако искате да покажете кратко описание, заедно със screenshot и линк към страницата с галерията"
 
 
 
 
182
 
183
  #: gallery-plugin.php:429
184
  msgid "Most Used"
185
  msgstr ""
186
 
187
+ #: gallery-plugin.php:434
188
+ #: gallery-plugin.php:921
189
+ msgid "Default"
190
+ msgstr "По подразбиране"
191
+
192
  #: gallery-plugin.php:439
193
  #, fuzzy
194
  msgid "Add New Gallery Category"
211
  msgid "Publishing"
212
  msgstr "Публикация"
213
 
214
+ #: gallery-plugin.php:650
215
+ #: gallery-plugin.php:998
216
  msgid "Date"
217
  msgstr "Дата "
218
 
224
  msgid "Gallery Settings"
225
  msgstr "Настройки на галерията"
226
 
227
+ #: gallery-plugin.php:833
228
+ #: gallery-plugin.php:1177
229
+ #: gallery-plugin.php:1194
230
  msgid "Settings"
231
  msgstr "Настройки"
232
 
233
+ #: gallery-plugin.php:834
234
+ #: gallery-plugin.php:1178
235
  msgid "FAQ"
236
  msgstr "Често задавани въпроси"
237
 
244
  msgstr ""
245
 
246
  #: gallery-plugin.php:840
247
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
 
 
248
  msgstr ""
249
 
250
  #: gallery-plugin.php:841
251
+ 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:"
252
+ msgstr "Ако искате да добавите галерия към ваша страница или пост, просто копирайте и поставете този шорткод в поста или страницата:"
 
 
 
 
253
 
254
  #: gallery-plugin.php:843
255
  #, fuzzy
269
  msgid "Image size for the album cover"
270
  msgstr "Размер на изображението за корица на албума"
271
 
272
+ #: gallery-plugin.php:859
273
+ #: gallery-plugin.php:873
274
+ #: gallery-plugin.php:895
275
  msgid "Image size"
276
  msgstr "Размер на изображението"
277
 
278
+ #: gallery-plugin.php:862
279
+ #: gallery-plugin.php:876
280
  msgid "Width (in px)"
281
  msgstr "Ширина (в px)"
282
 
283
+ #: gallery-plugin.php:866
284
+ #: gallery-plugin.php:880
285
  msgid "Height (in px)"
286
  msgstr "Височина (в px)"
287
 
288
+ #: gallery-plugin.php:871
289
  #, fuzzy
290
  msgid "Image size for thumbnails"
291
  msgstr "Размер на изображението за корица на албума"
292
 
293
+ #: gallery-plugin.php:885
294
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
295
+ msgstr "WordPress ще създава thumbnail с указаните размери, когато качвате нова снимка."
 
 
 
 
296
 
297
+ #: gallery-plugin.php:893
298
  #, fuzzy
299
  msgid "Image size in the lightbox"
300
  msgstr "Размер на изображението за lightbox"
301
 
302
+ #: gallery-plugin.php:896
303
  msgid "Max width (in px)"
304
  msgstr "Макс. ширина (в px)"
305
 
306
+ #: gallery-plugin.php:897
307
  msgid "Max height (in px)"
308
  msgstr "Макс. височина (в px)"
309
 
310
+ #: gallery-plugin.php:898
311
  msgid "Display a full size image in the lightbox"
312
  msgstr "Показване на изображението в пълен размер в lightbox"
313
 
314
+ #: gallery-plugin.php:902
315
  msgid "Crop position"
316
  msgstr "Позиция за изрязване"
317
 
318
+ #: gallery-plugin.php:906
319
+ #: gallery-plugin.php:912
 
 
 
 
 
 
 
320
  msgid "center"
321
  msgstr "център"
322
 
323
+ #: gallery-plugin.php:908
324
+ msgid "Horizontal"
325
+ msgstr "Хоризонтално"
326
 
327
+ #: gallery-plugin.php:914
328
  msgid "Vertical"
329
  msgstr "Вертикално"
330
 
331
+ #: gallery-plugin.php:919
 
 
 
 
 
 
 
 
332
  msgid "Lightbox background"
333
  msgstr "Фон на lightbox"
334
 
335
+ #: gallery-plugin.php:922
 
 
 
 
336
  msgid "Background transparency (from 0 to 1)"
337
  msgstr "Прозрачност на фона (от 0 до 1)"
338
 
339
+ #: gallery-plugin.php:924
340
  msgid "Select a background color"
341
  msgstr "Изберете цвят за фон"
342
 
343
+ #: gallery-plugin.php:926
344
  msgid "Background color"
345
  msgstr "Цвят на фона"
346
 
347
+ #: gallery-plugin.php:933
348
+ #: gallery-plugin.php:1121
349
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
350
  msgstr ""
351
 
352
+ #: gallery-plugin.php:940
353
+ #: gallery-plugin.php:1128
354
  msgid "Unlock premium options by upgrading to a PRO version."
355
  msgstr ""
356
 
357
+ #: gallery-plugin.php:941
358
+ #: gallery-plugin.php:1129
359
  #, fuzzy
360
  msgid "Learn More"
361
  msgstr "Читати далі"
362
 
363
+ #: gallery-plugin.php:945
364
+ #: gallery-plugin.php:1133
365
  msgid "Start Your Trial"
366
  msgstr ""
367
 
368
+ #: gallery-plugin.php:946
369
+ #: gallery-plugin.php:1134
370
  msgid "or"
371
  msgstr ""
372
 
373
+ #: gallery-plugin.php:949
374
+ #: gallery-plugin.php:1137
375
  msgid "Go"
376
  msgstr ""
377
 
378
+ #: gallery-plugin.php:957
379
  msgid "Images with border"
380
  msgstr "Изображения с рамка"
381
 
382
+ #: gallery-plugin.php:960
383
  msgid "Border width in px, just numbers"
384
  msgstr "Ширина на рамката в пиксели, само числа"
385
 
386
+ #: gallery-plugin.php:962
387
+ #: gallery-plugin.php:964
388
  msgid "Select a border color"
389
  msgstr "Изберете цвят за рамката"
390
 
391
+ #: gallery-plugin.php:970
392
  msgid "Number of images in the row"
393
  msgstr "Брой изображения на ред"
394
 
395
+ #: gallery-plugin.php:976
396
  msgid "Start slideshow"
397
  msgstr "Слайдшоу"
398
 
399
+ #: gallery-plugin.php:982
400
  msgid "Slideshow interval"
401
  msgstr "Интервал за слайдшоу"
402
 
403
+ #: gallery-plugin.php:988
404
  msgid "Use single lightbox for multiple galleries on one page"
405
  msgstr ""
406
 
407
+ #: gallery-plugin.php:996
408
  msgid "Attachment ID"
409
  msgstr "ID на изображението"
410
 
411
+ #: gallery-plugin.php:997
412
  msgid "Image Name"
413
  msgstr "Име на изображението"
414
 
415
+ #: gallery-plugin.php:999
416
+ msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
417
+ msgstr "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload Media Gallery)"
 
 
 
 
418
 
419
+ #: gallery-plugin.php:1000
420
  msgid "Random"
421
  msgstr "Произволен"
422
 
423
+ #: gallery-plugin.php:1004
424
  msgid "Sort images"
425
  msgstr "Подреди изображенията"
426
 
427
+ #: gallery-plugin.php:1006
428
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
429
  msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
430
 
431
+ #: gallery-plugin.php:1007
432
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
 
433
  msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
434
 
435
+ #: gallery-plugin.php:1011
436
  #, fuzzy
437
  msgid "Display text under the image"
438
  msgstr "Показване на текст над изображението"
439
 
440
+ #: gallery-plugin.php:1013
441
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
442
  msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
443
 
444
+ #: gallery-plugin.php:1017
445
  msgid "Display the Back link"
446
  msgstr "Показване на линк 'Назад'"
447
 
448
+ #: gallery-plugin.php:1023
449
  msgid "Display the Back link in the shortcode"
450
  msgstr "Показване на линк 'Назад' в шорткода"
451
 
452
+ #: gallery-plugin.php:1029
453
  msgid "The Back link text"
454
  msgstr "Текст за линка 'Назад'"
455
 
456
+ #: gallery-plugin.php:1035
457
  msgid "The Back link URL"
458
  msgstr "URL за линка 'Назад'"
459
 
460
+ #: gallery-plugin.php:1037
461
  msgid "Gallery page (Page with Gallery Template)"
462
  msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
463
 
464
+ #: gallery-plugin.php:1039
465
  msgid "(Full URL to custom page)"
466
  msgstr "(Пълно URL към произволна страница)"
467
 
468
+ #: gallery-plugin.php:1043
469
  msgid "The Read More link text"
470
  msgstr "Текст за линка 'Прочети повече'"
471
 
472
+ #: gallery-plugin.php:1049
473
  msgid "Add gallery to the search"
474
  msgstr ""
475
 
476
+ #: gallery-plugin.php:1054
477
  msgid "Using"
478
  msgstr ""
479
 
480
+ #: gallery-plugin.php:1054
481
  msgid "powered by"
482
  msgstr ""
483
 
484
+ #: gallery-plugin.php:1057
485
+ #: gallery-plugin.php:1061
486
  msgid "Using Custom Search powered by"
487
  msgstr ""
488
 
489
+ #: gallery-plugin.php:1057
490
  msgid "Activate Custom Search"
491
  msgstr ""
492
 
493
+ #: gallery-plugin.php:1061
494
  msgid "Download Custom Search"
495
  msgstr ""
496
 
497
+ #: gallery-plugin.php:1066
498
+ msgid "Rewrite templates after update"
499
+ msgstr ""
500
+
501
+ #: gallery-plugin.php:1068
502
+ msgid "Turn off the checkbox, if You edited the file 'gallery-template.php' or 'gallery-single-template.php' file in your theme folder and You don't want to rewrite them"
503
+ msgstr ""
504
+
505
+ #: gallery-plugin.php:1077
506
  msgid "Use pagination for images"
507
  msgstr ""
508
 
509
+ #: gallery-plugin.php:1080
510
  msgid "per page"
511
  msgstr ""
512
 
513
+ #: gallery-plugin.php:1084
514
  msgid "The lightbox helper"
515
  msgstr ""
516
 
517
+ #: gallery-plugin.php:1086
518
  msgid "Do not use"
519
  msgstr ""
520
 
521
+ #: gallery-plugin.php:1087
522
  msgid "Button helper"
523
  msgstr ""
524
 
525
+ #: gallery-plugin.php:1088
526
  msgid "Thumbnail helper"
527
  msgstr ""
528
 
529
+ #: gallery-plugin.php:1092
530
  msgid "Display Like buttons in the lightbox"
531
  msgstr "Показване на Like бутони в lightbox"
532
 
533
+ #: gallery-plugin.php:1094
534
  msgid "FaceBook"
535
  msgstr "FaceBook"
536
 
537
+ #: gallery-plugin.php:1095
538
  msgid "Twitter"
539
  msgstr "Twitter"
540
 
541
+ #: gallery-plugin.php:1096
542
  msgid "Pinterest"
543
  msgstr "Pinterest"
544
 
545
+ #: gallery-plugin.php:1097
546
  msgid "Google +1"
547
  msgstr "Google +1"
548
 
549
+ #: gallery-plugin.php:1101
550
  msgid "Slug for gallery item"
551
  msgstr "Название на елемент от галерията"
552
 
553
+ #: gallery-plugin.php:1103
554
  msgid "for any structure of permalinks except the default structure"
555
+ msgstr "за всяка структура от пермалинковете, с изключение на структурата по подразбиране"
 
 
556
 
557
+ #: gallery-plugin.php:1107
558
  msgid "Title for lightbox button"
559
  msgstr ""
560
 
561
+ #: gallery-plugin.php:1113
562
+ msgid "Display all images in the lightbox instead of going into a single gallery"
 
 
 
 
 
 
 
 
 
 
563
  msgstr ""
564
 
565
+ #: gallery-plugin.php:1116
566
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
 
 
 
567
  msgstr ""
568
 
569
+ #: gallery-plugin.php:1145
570
  msgid "Save Changes"
571
  msgstr "Съхрани промените"
572
 
573
+ #: gallery-plugin.php:1179
574
  msgid "Support"
575
  msgstr "Поддръжка"
576
 
577
+ #: gallery-plugin.php:1287
578
  msgid "Updating images..."
579
  msgstr ""
580
 
581
+ #: gallery-plugin.php:1288
582
  #, fuzzy
583
  msgid "No image found."
584
  msgstr "Няма намерена галерия"
585
 
586
+ #: gallery-plugin.php:1289
587
  msgid "All images are updated."
588
  msgstr ""
589
 
590
+ #: gallery-plugin.php:1290
591
  msgid "Error."
592
  msgstr ""
593
 
594
+ #: gallery-plugin.php:1299
595
  #, fuzzy
596
  msgid "Learn more"
597
  msgstr "Читати далі"
598
 
599
+ #: gallery-plugin.php:1304
600
+ #: gallery-plugin.php:1344
601
  #, fuzzy
602
  msgid "Activate"
603
  msgstr "Активовані плагіни"
604
 
605
+ #: gallery-plugin.php:1311
606
+ #: gallery-plugin.php:1351
607
  #, fuzzy
608
  msgid "Install now"
609
  msgstr "Установка %"
610
 
611
+ #: gallery-plugin.php:1320
612
  msgid "Add multiple gallery categories"
613
  msgstr ""
614
 
615
+ #: gallery-plugin.php:1320
616
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
 
617
  msgstr ""
618
 
619
+ #: gallery-plugin.php:1329
620
+ #: gallery-plugin.php:1370
621
  msgid "Close"
622
  msgstr ""
623
 
624
+ #: gallery-plugin.php:1361
625
  msgid "Already attached?"
626
  msgstr ""
627
 
628
+ #: gallery-plugin.php:1361
629
+ msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
 
 
630
  msgstr ""
631
 
632
+ #: gallery-plugin.php:1424
633
+ #: template/gallery-single-template.php:19
634
  msgid "Download high resolution image"
635
  msgstr "Свали изображението в цял размер"
636
 
637
+ #: gallery-plugin.php:1577
638
+ #: template/gallery-single-template.php:95
639
  msgid "Sorry, nothing found."
640
  msgstr "Съжалявам, нищо не е намерено."
641
 
642
+ #: gallery-plugin.php:1599
643
+ #: template/gallery-single-template.php:114
644
  msgid "Image"
645
  msgstr "Изображение"
646
 
647
+ #: gallery-plugin.php:1895
648
  #, fuzzy
649
  msgid "Image size not defined"
650
  msgstr "Размер на изображението"
651
 
652
+ #: gallery-plugin.php:1910
653
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
 
 
654
  msgstr ""
655
 
656
+ #: gallery-plugin.php:1921
657
  msgid "Image size changes not defined"
658
  msgstr ""
659
 
660
+ #: gallery-plugin.php:1950
661
+ #: gallery-plugin.php:1953
662
+ #: gallery-plugin.php:1958
663
  msgid "Invalid path"
664
  msgstr ""
665
 
666
+ #~ msgid "left"
667
+ #~ msgstr "ляво"
668
+
669
+ #~ msgid "right"
670
+ #~ msgstr "дясно"
671
+
672
+ #~ msgid "top"
673
+ #~ msgstr "отгоре"
674
+
675
+ #~ msgid "bottom"
676
+ #~ msgstr "отдолу"
677
+
678
  #~ msgid "Gallery image size"
679
  #~ msgstr "Размер на изображението в галерия"
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-06-04 17:18+0300\n"
6
- "PO-Revision-Date: 2015-06-08 12:56+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"
@@ -21,18 +21,11 @@ msgid "See images &raquo;"
21
  msgstr "Смотреть фотографии &raquo;"
22
 
23
  #: gallery-plugin.php:207
24
- msgid ""
25
- "The following files \"gallery-template.php\" and \"gallery-single-template."
26
- "php\" were not found in the directory of your theme. Please copy them from "
27
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
- "directory of your theme for the correct work of the Gallery plugin"
29
- msgstr ""
30
- "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найдены "
31
- "в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/"
32
- "plugins/gallery-plugin/template /` в директорию вашей темы для корректной "
33
- "работы плагина Gallery"
34
 
35
- #: gallery-plugin.php:216 gallery-plugin.php:226
 
36
  msgid "Galleries"
37
  msgstr "Галереи"
38
 
@@ -76,7 +69,8 @@ msgstr "Загрузить файлы"
76
  msgid "Gallery Shortcode"
77
  msgstr "Шорткод для галереи"
78
 
79
- #: gallery-plugin.php:284 gallery-plugin.php:428
 
80
  msgid "Gallery Categories"
81
  msgstr "Категории галерей"
82
 
@@ -94,14 +88,8 @@ msgid "Attach media item to this gallery"
94
  msgstr "Прикрепить медиа файл к галерее"
95
 
96
  #: gallery-plugin.php:313
97
- msgid ""
98
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
99
- "for record on your webserver. Please use the standard WP functionality to "
100
- "upload images (media library)"
101
- msgstr ""
102
- "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/"
103
- "files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь "
104
- "стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
105
 
106
  #: gallery-plugin.php:325
107
  msgid "Choose an image for upload:"
@@ -116,18 +104,15 @@ msgid "Allow the download link for all images in this gallery"
116
  msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
117
 
118
  #: gallery-plugin.php:339
119
- msgid ""
120
- "Please use the drag and drop function to change an order of the images "
121
- "displaying and do not forget to save the post."
122
- msgstr ""
123
- "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения "
124
- "изображений и не забудьте сохранить пост."
125
 
126
  #: gallery-plugin.php:341
127
  msgid "Please make a choice"
128
  msgstr "Пожалуйста, выберите"
129
 
130
- #: gallery-plugin.php:341 gallery-plugin.php:983
 
131
  msgid "Sort images by"
132
  msgstr "Изображения сортируются по"
133
 
@@ -139,7 +124,8 @@ msgstr "сортировать изображения"
139
  msgid "on the plugin settings page ("
140
  msgstr "на странице настроек плагина ("
141
 
142
- #: gallery-plugin.php:385 gallery-plugin.php:646
 
143
  msgid "Title"
144
  msgstr "Название"
145
 
@@ -157,7 +143,7 @@ msgstr "(нажатие на изображение открывает данн
157
 
158
  #: gallery-plugin.php:389
159
  msgid "This setting is available in Pro version"
160
- msgstr "Эти настройки доступны в Pro версии"
161
 
162
  #: gallery-plugin.php:390
163
  msgid "Open the URL"
@@ -184,25 +170,22 @@ msgid "Delete"
184
  msgstr "Удалить"
185
 
186
  #: gallery-plugin.php:413
187
- msgid ""
188
- "You can add a Single Gallery to the page or post by inserting this shortcode "
189
- "into the content"
190
- msgstr ""
191
- "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и "
192
- "поместите этот шорткод в контент поста или страницы:"
193
 
194
  #: gallery-plugin.php:415
195
- msgid ""
196
- "If you want to display a short description containing a screenshot and the "
197
- "link to the Single Gallery Page"
198
- msgstr ""
199
- "Если вы хотите вывести краткое описание галереи со скриншотом и со ссылкой "
200
- "на отдельную страницу с галереей"
201
 
202
  #: gallery-plugin.php:429
203
  msgid "Most Used"
204
  msgstr "Наиболее используемые"
205
 
 
 
 
 
 
206
  #: gallery-plugin.php:439
207
  msgid "Add New Gallery Category"
208
  msgstr "Добавить новую категорию галерей"
@@ -223,7 +206,8 @@ msgstr "Фото"
223
  msgid "Publishing"
224
  msgstr "Опубликование"
225
 
226
- #: gallery-plugin.php:650 gallery-plugin.php:987
 
227
  msgid "Date"
228
  msgstr "дате"
229
 
@@ -235,11 +219,14 @@ msgstr "Опции сохранены"
235
  msgid "Gallery Settings"
236
  msgstr "Настройки Gallery"
237
 
238
- #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
239
  msgid "Settings"
240
  msgstr "Настройки"
241
 
242
- #: gallery-plugin.php:834 gallery-plugin.php:1169
 
243
  msgid "FAQ"
244
  msgstr "FAQ"
245
 
@@ -252,30 +239,20 @@ msgid "Notice:"
252
  msgstr "Внимание:"
253
 
254
  #: gallery-plugin.php:840
255
- msgid ""
256
- "The plugin's settings have been changed. In order to save them please don't "
257
- "forget to click the 'Save Changes' button."
258
- msgstr ""
259
- "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
260
- "не забудьте нажать кнопку \"Сохранить\"."
261
 
262
  #: gallery-plugin.php:841
263
- msgid ""
264
- "If you would like to add a Single Gallery to your page or post, just copy "
265
- "and paste this shortcode into your post or page:"
266
- msgstr ""
267
- "Если вы хотели бы добавить галерею на вашу страницу или пост, просто "
268
- "скопируйте и поместите этот шорткод в контент поста или страницы:"
269
 
270
  #: gallery-plugin.php:843
271
  msgid "Please enable JavaScript to use the option to renew images."
272
- msgstr ""
273
- "Пожалуйста, включите javascript для использования опции обновления "
274
- "изображений."
275
 
276
  #: gallery-plugin.php:847
277
  msgid "Update images for gallery"
278
- msgstr "Обновить изображения для галереи"
279
 
280
  #: gallery-plugin.php:849
281
  msgid "Update images"
@@ -285,424 +262,402 @@ msgstr "Обновить изображения"
285
  msgid "Image size for the album cover"
286
  msgstr "Размер изображения для обложки альбома галереи"
287
 
288
- #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
289
  msgid "Image size"
290
  msgstr "Название размера изображения"
291
 
292
- #: gallery-plugin.php:860 gallery-plugin.php:868
 
293
  msgid "Width (in px)"
294
  msgstr "Ширина (в px)"
295
 
296
- #: gallery-plugin.php:861 gallery-plugin.php:869
 
297
  msgid "Height (in px)"
298
  msgstr "Высота (в px)"
299
 
300
- #: gallery-plugin.php:865
301
  msgid "Image size for thumbnails"
302
  msgstr "Размер изображения для миниатюр"
303
 
304
- #: gallery-plugin.php:873
305
- msgid ""
306
- "WordPress will create a new thumbnail with the specified dimensions when you "
307
- "upload a new photo."
308
- msgstr ""
309
- "WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
310
- "фотографии."
311
 
312
- #: gallery-plugin.php:881
313
  msgid "Image size in the lightbox"
314
  msgstr "Размер изображений в лайтбоксе"
315
 
316
- #: gallery-plugin.php:884
317
  msgid "Max width (in px)"
318
  msgstr "Макс. ширина (в px)"
319
 
320
- #: gallery-plugin.php:885
321
  msgid "Max height (in px)"
322
  msgstr "Макс. высота (в px)"
323
 
324
- #: gallery-plugin.php:886
325
  msgid "Display a full size image in the lightbox"
326
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
327
 
328
- #: gallery-plugin.php:890
329
  msgid "Crop position"
330
  msgstr "Позиция обрезки"
331
 
332
- #: gallery-plugin.php:892
333
- msgid "Horizontal"
334
- msgstr "Горизонтальная"
335
-
336
- #: gallery-plugin.php:894
337
- msgid "left"
338
- msgstr "лево"
339
-
340
- #: gallery-plugin.php:895 gallery-plugin.php:902
341
  msgid "center"
342
  msgstr "центр"
343
 
344
- #: gallery-plugin.php:896
345
- msgid "right"
346
- msgstr "право"
347
 
348
- #: gallery-plugin.php:899
349
  msgid "Vertical"
350
  msgstr "Вертикальная"
351
 
352
- #: gallery-plugin.php:901
353
- msgid "top"
354
- msgstr "верх"
355
-
356
- #: gallery-plugin.php:903
357
- msgid "bottom"
358
- msgstr "низ"
359
-
360
- #: gallery-plugin.php:908
361
  msgid "Lightbox background"
362
  msgstr "Фон лайтбокса"
363
 
364
- #: gallery-plugin.php:910
365
- msgid "Default"
366
- msgstr "По-умолчанию"
367
-
368
- #: gallery-plugin.php:911
369
  msgid "Background transparency (from 0 to 1)"
370
  msgstr "Прозрачность для фона (от 0 до 1)"
371
 
372
- #: gallery-plugin.php:913
373
  msgid "Select a background color"
374
  msgstr "Выберите цвет фона"
375
 
376
- #: gallery-plugin.php:915
377
  msgid "Background color"
378
  msgstr "Цвет фона"
379
 
380
- #: gallery-plugin.php:922 gallery-plugin.php:1104
381
- msgid ""
382
- "If you upgrade to Pro version all your settings and galleries will be saved."
383
- msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
384
 
385
- #: gallery-plugin.php:929 gallery-plugin.php:1111
 
386
  msgid "Unlock premium options by upgrading to a PRO version."
387
  msgstr "Активируйте премиум опции обновившись до PRO версии"
388
 
389
- #: gallery-plugin.php:930 gallery-plugin.php:1112
 
390
  msgid "Learn More"
391
  msgstr "Подробнее"
392
 
393
- #: gallery-plugin.php:934 gallery-plugin.php:1116
 
394
  msgid "Start Your Trial"
395
  msgstr "Получить пробную версию"
396
 
397
- #: gallery-plugin.php:935 gallery-plugin.php:1117
 
398
  msgid "or"
399
  msgstr "или"
400
 
401
- #: gallery-plugin.php:938 gallery-plugin.php:1120
 
402
  msgid "Go"
403
  msgstr "Перейти на"
404
 
405
- #: gallery-plugin.php:946
406
  msgid "Images with border"
407
  msgstr "Изображения с рамкой"
408
 
409
- #: gallery-plugin.php:949
410
  msgid "Border width in px, just numbers"
411
  msgstr "Ширина рамки в px, только числа"
412
 
413
- #: gallery-plugin.php:951 gallery-plugin.php:953
 
414
  msgid "Select a border color"
415
  msgstr "Выберите цвет рамки"
416
 
417
- #: gallery-plugin.php:959
418
  msgid "Number of images in the row"
419
  msgstr "Количество изображений в строке"
420
 
421
- #: gallery-plugin.php:965
422
  msgid "Start slideshow"
423
  msgstr "Начать слайдшоу"
424
 
425
- #: gallery-plugin.php:971
426
  msgid "Slideshow interval"
427
  msgstr "Интервал времени при показе слайдшоу"
428
 
429
- #: gallery-plugin.php:977
430
  msgid "Use single lightbox for multiple galleries on one page"
431
  msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
432
 
433
- #: gallery-plugin.php:985
434
  msgid "Attachment ID"
435
  msgstr "id изображения"
436
 
437
- #: gallery-plugin.php:986
438
  msgid "Image Name"
439
  msgstr "названию изображения"
440
 
441
- #: gallery-plugin.php:988
442
- msgid ""
443
- "Sorting order (the input field for sorting order in the Insert / Upload "
444
- "Media Gallery dialog)"
445
- msgstr ""
446
- "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / "
447
- "Upload Media Gallery)"
448
 
449
- #: gallery-plugin.php:989
450
  msgid "Random"
451
  msgstr "произвольно"
452
 
453
- #: gallery-plugin.php:993
454
  msgid "Sort images"
455
  msgstr "Сортировать изображения"
456
 
457
- #: gallery-plugin.php:995
458
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
459
- msgstr ""
460
- "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; "
461
- "a, b, c)"
462
 
463
- #: gallery-plugin.php:996
464
- msgid ""
465
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
466
- msgstr ""
467
- "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; "
468
- "c, b, a)"
469
 
470
- #: gallery-plugin.php:1000
471
  msgid "Display text under the image"
472
  msgstr "Отображение текста под изображением"
473
 
474
- #: gallery-plugin.php:1002
475
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
476
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
477
 
478
- #: gallery-plugin.php:1006
479
  msgid "Display the Back link"
480
  msgstr "Отображать ссылку Вернуться"
481
 
482
- #: gallery-plugin.php:1012
483
  msgid "Display the Back link in the shortcode"
484
  msgstr "Отображаться ссылку Вернуться в шорткоде"
485
 
486
- #: gallery-plugin.php:1018
487
  msgid "The Back link text"
488
  msgstr "Текст для ссылки Вернуться"
489
 
490
- #: gallery-plugin.php:1024
491
  msgid "The Back link URL"
492
  msgstr "URL для ссылки Вернуться"
493
 
494
- #: gallery-plugin.php:1026
495
  msgid "Gallery page (Page with Gallery Template)"
496
  msgstr "Страница галереи (Страница с Gallery Template)"
497
 
498
- #: gallery-plugin.php:1028
499
  msgid "(Full URL to custom page)"
500
  msgstr "(Полная ссылка на пользовательскую страницу)"
501
 
502
- #: gallery-plugin.php:1032
503
  msgid "The Read More link text"
504
- msgstr "Текст для ссылки Вернуться"
505
 
506
- #: gallery-plugin.php:1038
507
  msgid "Add gallery to the search"
508
  msgstr "Добавить галерею в поиск"
509
 
510
- #: gallery-plugin.php:1043
511
  msgid "Using"
512
  msgstr "Используя"
513
 
514
- #: gallery-plugin.php:1043
515
  msgid "powered by"
516
  msgstr "разработанный"
517
 
518
- #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
519
  msgid "Using Custom Search powered by"
520
  msgstr "Используя Custom Search, разработанный"
521
 
522
- #: gallery-plugin.php:1046
523
  msgid "Activate Custom Search"
524
  msgstr "Активировать Custom Search"
525
 
526
- #: gallery-plugin.php:1050
527
  msgid "Download Custom Search"
528
  msgstr "Загрузить Custom Search"
529
 
530
- #: gallery-plugin.php:1060
 
 
 
 
 
 
 
 
531
  msgid "Use pagination for images"
532
  msgstr "Использовать пагинацию для изображений"
533
 
534
- #: gallery-plugin.php:1063
535
  msgid "per page"
536
  msgstr "на странице"
537
 
538
- #: gallery-plugin.php:1067
539
  msgid "The lightbox helper"
540
  msgstr "Вспомогательные элементы в лайтбоксе"
541
 
542
- #: gallery-plugin.php:1069
543
  msgid "Do not use"
544
  msgstr "Не использовать"
545
 
546
- #: gallery-plugin.php:1070
547
  msgid "Button helper"
548
  msgstr "Вспомогательные кнопки"
549
 
550
- #: gallery-plugin.php:1071
551
  msgid "Thumbnail helper"
552
  msgstr "Вспомогательные миниатюры"
553
 
554
- #: gallery-plugin.php:1075
555
  msgid "Display Like buttons in the lightbox"
556
  msgstr "Отображать Like кнопки в лайтбоксе"
557
 
558
- #: gallery-plugin.php:1077
559
  msgid "FaceBook"
560
  msgstr "FaceBook"
561
 
562
- #: gallery-plugin.php:1078
563
  msgid "Twitter"
564
  msgstr "Twitter"
565
 
566
- #: gallery-plugin.php:1079
567
  msgid "Pinterest"
568
  msgstr "Pinterest"
569
 
570
- #: gallery-plugin.php:1080
571
  msgid "Google +1"
572
  msgstr "Google +1"
573
 
574
- #: gallery-plugin.php:1084
575
  msgid "Slug for gallery item"
576
  msgstr "Название для элементов галереи"
577
 
578
- #: gallery-plugin.php:1086
579
  msgid "for any structure of permalinks except the default structure"
580
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
581
 
582
- #: gallery-plugin.php:1090
583
  msgid "Title for lightbox button"
584
  msgstr "Название кнопки в лайтбоксе"
585
 
586
- #: gallery-plugin.php:1096
587
- msgid ""
588
- "Display all images in the lightbox instead of going into a single gallery"
589
- msgstr ""
590
- "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
591
-
592
- #: gallery-plugin.php:1099
593
- msgid ""
594
- "When using the gallery template or a shortcode with `display=short` parameter"
595
- msgstr ""
596
- "Когда используется темплейт галереи или шорткод с параметром `display=short`"
597
 
598
- #: gallery-plugin.php:1128
599
- msgid "Rewrite templates after update"
600
- msgstr "Перезапись шаблонов после обновления"
601
 
602
- #: gallery-plugin.php:1130
603
- msgid ""
604
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
605
- "'gallery-single-template.php' file in your theme folder and You don't want "
606
- "to rewrite them"
607
- msgstr ""
608
- "Отключите чекбокс, если вы внесли изменения в файлы 'gallery-template.php' "
609
- "или 'gallery-single-template.php' в папке темы, и вы не хотите чтобы они "
610
- "были обновлены"
611
-
612
- #: gallery-plugin.php:1136
613
  msgid "Save Changes"
614
  msgstr "Сохранить изменения"
615
 
616
- #: gallery-plugin.php:1170
617
  msgid "Support"
618
  msgstr "Поддержка"
619
 
620
- #: gallery-plugin.php:1278
621
  msgid "Updating images..."
622
  msgstr "Обновление изображений..."
623
 
624
- #: gallery-plugin.php:1279
625
  msgid "No image found."
626
  msgstr "Ни одного изображения не найдено."
627
 
628
- #: gallery-plugin.php:1280
629
  msgid "All images are updated."
630
  msgstr "Все изображения были обновлены."
631
 
632
- #: gallery-plugin.php:1281
633
  msgid "Error."
634
  msgstr "Ошибка."
635
 
636
- #: gallery-plugin.php:1290
637
  msgid "Learn more"
638
  msgstr "Подробнее"
639
 
640
- #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
641
  msgid "Activate"
642
  msgstr "Активировать"
643
 
644
- #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
645
  msgid "Install now"
646
  msgstr "Установить"
647
 
648
- #: gallery-plugin.php:1311
649
  msgid "Add multiple gallery categories"
650
  msgstr "Добавить несколько категорий галереи"
651
 
652
- #: gallery-plugin.php:1311
653
- msgid ""
654
- "Install Gallery Categories plugin to add unlimited number of categories."
655
- msgstr ""
656
- "Установить плагин Gallery Categories, чтобы иметь возможность добавлять "
657
- "неограниченное количество категорий."
658
 
659
- #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
660
  msgid "Close"
661
  msgstr "Закрыть"
662
 
663
- #: gallery-plugin.php:1352
664
  msgid "Already attached?"
665
  msgstr "Уже прикреплен?"
666
 
667
- #: gallery-plugin.php:1352
668
- msgid ""
669
- "If you'd like to attach the files, which are already uploaded, please use Re-"
670
- "attacher plugin."
671
- msgstr ""
672
- "Чтобы перекрепить уже загруженные файлы, пожалуйста, воспользуйтесь нашим "
673
- "плагином Re-attacher."
674
 
675
- #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
676
  msgid "Download high resolution image"
677
  msgstr "Скачать изображение в высоком разрешении"
678
 
679
- #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
680
  msgid "Sorry, nothing found."
681
  msgstr "Извините, ничего не найдено."
682
 
683
- #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
684
  msgid "Image"
685
  msgstr "Изображение"
686
 
687
- #: gallery-plugin.php:1886
688
  msgid "Image size not defined"
689
  msgstr "Невозможно определить размер изображения"
690
 
691
- #: gallery-plugin.php:1901
692
- msgid ""
693
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
694
- "manually reload image."
695
- msgstr ""
696
- "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для "
697
- "других, пожалуйста, вручную перезагрузите изображения."
698
 
699
- #: gallery-plugin.php:1912
700
  msgid "Image size changes not defined"
701
  msgstr "Не удалось вычислить изменения размеров изображения"
702
 
703
- #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
704
  msgid "Invalid path"
705
  msgstr "Путь к изображению для редактирования некорректный"
706
 
 
 
 
 
 
 
 
 
 
 
 
 
707
  #~ msgid "Gallery image size"
708
  #~ msgstr "Размер изображений галереи"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-24 13:46+0300\n"
6
+ "PO-Revision-Date: 2015-06-24 13:46+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"
21
  msgstr "Смотреть фотографии &raquo;"
22
 
23
  #: gallery-plugin.php:207
24
+ msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
+ msgstr "Файлы \"gallery-template.php\" и \"gallery-single-template.php\" не найдены в каталоге вашей темы. Пожалуйста, скопируйте их из каталога `/ wp-content/plugins/gallery-plugin/template /` в директорию вашей темы для корректной работы плагина Gallery"
 
 
 
 
 
 
 
 
26
 
27
+ #: gallery-plugin.php:216
28
+ #: gallery-plugin.php:226
29
  msgid "Galleries"
30
  msgstr "Галереи"
31
 
69
  msgid "Gallery Shortcode"
70
  msgstr "Шорткод для галереи"
71
 
72
+ #: gallery-plugin.php:284
73
+ #: gallery-plugin.php:428
74
  msgid "Gallery Categories"
75
  msgstr "Категории галерей"
76
 
88
  msgstr "Прикрепить медиа файл к галерее"
89
 
90
  #: gallery-plugin.php:313
91
+ 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)"
92
+ msgstr "Каталог галереи для сохранения временных файлов (gallery-plugin/upload/files) закрыт для записи на вашем веб-сервере. Пожалуйста, воспользуйтесь стандартным функционалом WP для загрузки изображения (медиа-библиотека)"
 
 
 
 
 
 
93
 
94
  #: gallery-plugin.php:325
95
  msgid "Choose an image for upload:"
104
  msgstr "Разрешить ссылку для загрузки для всех изображений в этой галерее"
105
 
106
  #: gallery-plugin.php:339
107
+ msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
108
+ msgstr "Воспользуйтесь перетаскиванием, чтобы изменить порядок отображения изображений и не забудьте сохранить пост."
 
 
 
 
109
 
110
  #: gallery-plugin.php:341
111
  msgid "Please make a choice"
112
  msgstr "Пожалуйста, выберите"
113
 
114
+ #: gallery-plugin.php:341
115
+ #: gallery-plugin.php:994
116
  msgid "Sort images by"
117
  msgstr "Изображения сортируются по"
118
 
124
  msgid "on the plugin settings page ("
125
  msgstr "на странице настроек плагина ("
126
 
127
+ #: gallery-plugin.php:385
128
+ #: gallery-plugin.php:646
129
  msgid "Title"
130
  msgstr "Название"
131
 
143
 
144
  #: gallery-plugin.php:389
145
  msgid "This setting is available in Pro version"
146
+ msgstr "Эти настройки доступны в PRO версии"
147
 
148
  #: gallery-plugin.php:390
149
  msgid "Open the URL"
170
  msgstr "Удалить"
171
 
172
  #: gallery-plugin.php:413
173
+ msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
174
+ msgstr "Вы можете добавить Галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
 
 
 
 
175
 
176
  #: gallery-plugin.php:415
177
+ msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
178
+ msgstr "Если вы хотите вывести краткое описание галереи со скриншотом и со ссылкой на отдельную страницу с галереей"
 
 
 
 
179
 
180
  #: gallery-plugin.php:429
181
  msgid "Most Used"
182
  msgstr "Наиболее используемые"
183
 
184
+ #: gallery-plugin.php:434
185
+ #: gallery-plugin.php:921
186
+ msgid "Default"
187
+ msgstr "По-умолчанию"
188
+
189
  #: gallery-plugin.php:439
190
  msgid "Add New Gallery Category"
191
  msgstr "Добавить новую категорию галерей"
206
  msgid "Publishing"
207
  msgstr "Опубликование"
208
 
209
+ #: gallery-plugin.php:650
210
+ #: gallery-plugin.php:998
211
  msgid "Date"
212
  msgstr "дате"
213
 
219
  msgid "Gallery Settings"
220
  msgstr "Настройки Gallery"
221
 
222
+ #: gallery-plugin.php:833
223
+ #: gallery-plugin.php:1177
224
+ #: gallery-plugin.php:1194
225
  msgid "Settings"
226
  msgstr "Настройки"
227
 
228
+ #: gallery-plugin.php:834
229
+ #: gallery-plugin.php:1178
230
  msgid "FAQ"
231
  msgstr "FAQ"
232
 
239
  msgstr "Внимание:"
240
 
241
  #: gallery-plugin.php:840
242
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
243
+ msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
 
 
 
 
244
 
245
  #: gallery-plugin.php:841
246
+ 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:"
247
+ msgstr "Если вы хотели бы добавить галерею на вашу страницу или пост, просто скопируйте и поместите этот шорткод в контент поста или страницы:"
 
 
 
 
248
 
249
  #: gallery-plugin.php:843
250
  msgid "Please enable JavaScript to use the option to renew images."
251
+ msgstr "Пожалуйста, включите javascript для использования опции обновления изображений."
 
 
252
 
253
  #: gallery-plugin.php:847
254
  msgid "Update images for gallery"
255
+ msgstr "Обновить все изображения для галереи"
256
 
257
  #: gallery-plugin.php:849
258
  msgid "Update images"
262
  msgid "Image size for the album cover"
263
  msgstr "Размер изображения для обложки альбома галереи"
264
 
265
+ #: gallery-plugin.php:859
266
+ #: gallery-plugin.php:873
267
+ #: gallery-plugin.php:895
268
  msgid "Image size"
269
  msgstr "Название размера изображения"
270
 
271
+ #: gallery-plugin.php:862
272
+ #: gallery-plugin.php:876
273
  msgid "Width (in px)"
274
  msgstr "Ширина (в px)"
275
 
276
+ #: gallery-plugin.php:866
277
+ #: gallery-plugin.php:880
278
  msgid "Height (in px)"
279
  msgstr "Высота (в px)"
280
 
281
+ #: gallery-plugin.php:871
282
  msgid "Image size for thumbnails"
283
  msgstr "Размер изображения для миниатюр"
284
 
285
+ #: gallery-plugin.php:885
286
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
287
+ msgstr "WordPress создаст новую миниатюру с заданными размерами при загрузке новой фотографии."
 
 
 
 
288
 
289
+ #: gallery-plugin.php:893
290
  msgid "Image size in the lightbox"
291
  msgstr "Размер изображений в лайтбоксе"
292
 
293
+ #: gallery-plugin.php:896
294
  msgid "Max width (in px)"
295
  msgstr "Макс. ширина (в px)"
296
 
297
+ #: gallery-plugin.php:897
298
  msgid "Max height (in px)"
299
  msgstr "Макс. высота (в px)"
300
 
301
+ #: gallery-plugin.php:898
302
  msgid "Display a full size image in the lightbox"
303
  msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
304
 
305
+ #: gallery-plugin.php:902
306
  msgid "Crop position"
307
  msgstr "Позиция обрезки"
308
 
309
+ #: gallery-plugin.php:906
310
+ #: gallery-plugin.php:912
 
 
 
 
 
 
 
311
  msgid "center"
312
  msgstr "центр"
313
 
314
+ #: gallery-plugin.php:908
315
+ msgid "Horizontal"
316
+ msgstr "Горизонтальная"
317
 
318
+ #: gallery-plugin.php:914
319
  msgid "Vertical"
320
  msgstr "Вертикальная"
321
 
322
+ #: gallery-plugin.php:919
 
 
 
 
 
 
 
 
323
  msgid "Lightbox background"
324
  msgstr "Фон лайтбокса"
325
 
326
+ #: gallery-plugin.php:922
 
 
 
 
327
  msgid "Background transparency (from 0 to 1)"
328
  msgstr "Прозрачность для фона (от 0 до 1)"
329
 
330
+ #: gallery-plugin.php:924
331
  msgid "Select a background color"
332
  msgstr "Выберите цвет фона"
333
 
334
+ #: gallery-plugin.php:926
335
  msgid "Background color"
336
  msgstr "Цвет фона"
337
 
338
+ #: gallery-plugin.php:933
339
+ #: gallery-plugin.php:1121
340
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
341
+ msgstr "При переходе на PRO версию все ваши настройки и галереи сохраняются."
342
 
343
+ #: gallery-plugin.php:940
344
+ #: gallery-plugin.php:1128
345
  msgid "Unlock premium options by upgrading to a PRO version."
346
  msgstr "Активируйте премиум опции обновившись до PRO версии"
347
 
348
+ #: gallery-plugin.php:941
349
+ #: gallery-plugin.php:1129
350
  msgid "Learn More"
351
  msgstr "Подробнее"
352
 
353
+ #: gallery-plugin.php:945
354
+ #: gallery-plugin.php:1133
355
  msgid "Start Your Trial"
356
  msgstr "Получить пробную версию"
357
 
358
+ #: gallery-plugin.php:946
359
+ #: gallery-plugin.php:1134
360
  msgid "or"
361
  msgstr "или"
362
 
363
+ #: gallery-plugin.php:949
364
+ #: gallery-plugin.php:1137
365
  msgid "Go"
366
  msgstr "Перейти на"
367
 
368
+ #: gallery-plugin.php:957
369
  msgid "Images with border"
370
  msgstr "Изображения с рамкой"
371
 
372
+ #: gallery-plugin.php:960
373
  msgid "Border width in px, just numbers"
374
  msgstr "Ширина рамки в px, только числа"
375
 
376
+ #: gallery-plugin.php:962
377
+ #: gallery-plugin.php:964
378
  msgid "Select a border color"
379
  msgstr "Выберите цвет рамки"
380
 
381
+ #: gallery-plugin.php:970
382
  msgid "Number of images in the row"
383
  msgstr "Количество изображений в строке"
384
 
385
+ #: gallery-plugin.php:976
386
  msgid "Start slideshow"
387
  msgstr "Начать слайдшоу"
388
 
389
+ #: gallery-plugin.php:982
390
  msgid "Slideshow interval"
391
  msgstr "Интервал времени при показе слайдшоу"
392
 
393
+ #: gallery-plugin.php:988
394
  msgid "Use single lightbox for multiple galleries on one page"
395
  msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
396
 
397
+ #: gallery-plugin.php:996
398
  msgid "Attachment ID"
399
  msgstr "id изображения"
400
 
401
+ #: gallery-plugin.php:997
402
  msgid "Image Name"
403
  msgstr "названию изображения"
404
 
405
+ #: gallery-plugin.php:999
406
+ msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
407
+ msgstr "сортировка по порядку (поле для ввода порядка сортировки в диалоге Insert / Upload Media Gallery)"
 
 
 
 
408
 
409
+ #: gallery-plugin.php:1000
410
  msgid "Random"
411
  msgstr "произвольно"
412
 
413
+ #: gallery-plugin.php:1004
414
  msgid "Sort images"
415
  msgstr "Сортировать изображения"
416
 
417
+ #: gallery-plugin.php:1006
418
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
419
+ msgstr "ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; a, b, c)"
 
 
420
 
421
+ #: gallery-plugin.php:1007
422
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
423
+ msgstr "DESC (по убыванию от самого высокого до самого низкого значения - 3, 2, 1; c, b, a)"
 
 
 
424
 
425
+ #: gallery-plugin.php:1011
426
  msgid "Display text under the image"
427
  msgstr "Отображение текста под изображением"
428
 
429
+ #: gallery-plugin.php:1013
430
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
431
  msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
432
 
433
+ #: gallery-plugin.php:1017
434
  msgid "Display the Back link"
435
  msgstr "Отображать ссылку Вернуться"
436
 
437
+ #: gallery-plugin.php:1023
438
  msgid "Display the Back link in the shortcode"
439
  msgstr "Отображаться ссылку Вернуться в шорткоде"
440
 
441
+ #: gallery-plugin.php:1029
442
  msgid "The Back link text"
443
  msgstr "Текст для ссылки Вернуться"
444
 
445
+ #: gallery-plugin.php:1035
446
  msgid "The Back link URL"
447
  msgstr "URL для ссылки Вернуться"
448
 
449
+ #: gallery-plugin.php:1037
450
  msgid "Gallery page (Page with Gallery Template)"
451
  msgstr "Страница галереи (Страница с Gallery Template)"
452
 
453
+ #: gallery-plugin.php:1039
454
  msgid "(Full URL to custom page)"
455
  msgstr "(Полная ссылка на пользовательскую страницу)"
456
 
457
+ #: gallery-plugin.php:1043
458
  msgid "The Read More link text"
459
+ msgstr "Текст для ссылки Узнать больше"
460
 
461
+ #: gallery-plugin.php:1049
462
  msgid "Add gallery to the search"
463
  msgstr "Добавить галерею в поиск"
464
 
465
+ #: gallery-plugin.php:1054
466
  msgid "Using"
467
  msgstr "Используя"
468
 
469
+ #: gallery-plugin.php:1054
470
  msgid "powered by"
471
  msgstr "разработанный"
472
 
473
+ #: gallery-plugin.php:1057
474
+ #: gallery-plugin.php:1061
475
  msgid "Using Custom Search powered by"
476
  msgstr "Используя Custom Search, разработанный"
477
 
478
+ #: gallery-plugin.php:1057
479
  msgid "Activate Custom Search"
480
  msgstr "Активировать Custom Search"
481
 
482
+ #: gallery-plugin.php:1061
483
  msgid "Download Custom Search"
484
  msgstr "Загрузить Custom Search"
485
 
486
+ #: gallery-plugin.php:1066
487
+ msgid "Rewrite templates after update"
488
+ msgstr "Перезапись шаблонов после обновления"
489
+
490
+ #: gallery-plugin.php:1068
491
+ msgid "Turn off the checkbox, if You edited the file 'gallery-template.php' or 'gallery-single-template.php' file in your theme folder and You don't want to rewrite them"
492
+ msgstr "Отключите чекбокс, если вы внесли изменения в файлы 'gallery-template.php' или 'gallery-single-template.php' в папке темы, и вы не хотите чтобы они были обновлены"
493
+
494
+ #: gallery-plugin.php:1077
495
  msgid "Use pagination for images"
496
  msgstr "Использовать пагинацию для изображений"
497
 
498
+ #: gallery-plugin.php:1080
499
  msgid "per page"
500
  msgstr "на странице"
501
 
502
+ #: gallery-plugin.php:1084
503
  msgid "The lightbox helper"
504
  msgstr "Вспомогательные элементы в лайтбоксе"
505
 
506
+ #: gallery-plugin.php:1086
507
  msgid "Do not use"
508
  msgstr "Не использовать"
509
 
510
+ #: gallery-plugin.php:1087
511
  msgid "Button helper"
512
  msgstr "Вспомогательные кнопки"
513
 
514
+ #: gallery-plugin.php:1088
515
  msgid "Thumbnail helper"
516
  msgstr "Вспомогательные миниатюры"
517
 
518
+ #: gallery-plugin.php:1092
519
  msgid "Display Like buttons in the lightbox"
520
  msgstr "Отображать Like кнопки в лайтбоксе"
521
 
522
+ #: gallery-plugin.php:1094
523
  msgid "FaceBook"
524
  msgstr "FaceBook"
525
 
526
+ #: gallery-plugin.php:1095
527
  msgid "Twitter"
528
  msgstr "Twitter"
529
 
530
+ #: gallery-plugin.php:1096
531
  msgid "Pinterest"
532
  msgstr "Pinterest"
533
 
534
+ #: gallery-plugin.php:1097
535
  msgid "Google +1"
536
  msgstr "Google +1"
537
 
538
+ #: gallery-plugin.php:1101
539
  msgid "Slug for gallery item"
540
  msgstr "Название для элементов галереи"
541
 
542
+ #: gallery-plugin.php:1103
543
  msgid "for any structure of permalinks except the default structure"
544
  msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
545
 
546
+ #: gallery-plugin.php:1107
547
  msgid "Title for lightbox button"
548
  msgstr "Название кнопки в лайтбоксе"
549
 
550
+ #: gallery-plugin.php:1113
551
+ msgid "Display all images in the lightbox instead of going into a single gallery"
552
+ msgstr "Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
 
 
 
 
 
 
 
 
553
 
554
+ #: gallery-plugin.php:1116
555
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
556
+ msgstr "Когда используется темплейт галереи или шорткод с параметром `display=short`"
557
 
558
+ #: gallery-plugin.php:1145
 
 
 
 
 
 
 
 
 
 
559
  msgid "Save Changes"
560
  msgstr "Сохранить изменения"
561
 
562
+ #: gallery-plugin.php:1179
563
  msgid "Support"
564
  msgstr "Поддержка"
565
 
566
+ #: gallery-plugin.php:1287
567
  msgid "Updating images..."
568
  msgstr "Обновление изображений..."
569
 
570
+ #: gallery-plugin.php:1288
571
  msgid "No image found."
572
  msgstr "Ни одного изображения не найдено."
573
 
574
+ #: gallery-plugin.php:1289
575
  msgid "All images are updated."
576
  msgstr "Все изображения были обновлены."
577
 
578
+ #: gallery-plugin.php:1290
579
  msgid "Error."
580
  msgstr "Ошибка."
581
 
582
+ #: gallery-plugin.php:1299
583
  msgid "Learn more"
584
  msgstr "Подробнее"
585
 
586
+ #: gallery-plugin.php:1304
587
+ #: gallery-plugin.php:1344
588
  msgid "Activate"
589
  msgstr "Активировать"
590
 
591
+ #: gallery-plugin.php:1311
592
+ #: gallery-plugin.php:1351
593
  msgid "Install now"
594
  msgstr "Установить"
595
 
596
+ #: gallery-plugin.php:1320
597
  msgid "Add multiple gallery categories"
598
  msgstr "Добавить несколько категорий галереи"
599
 
600
+ #: gallery-plugin.php:1320
601
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
602
+ msgstr "Установить плагин Gallery Categories, чтобы иметь возможность добавлять неограниченное количество категорий."
 
 
 
603
 
604
+ #: gallery-plugin.php:1329
605
+ #: gallery-plugin.php:1370
606
  msgid "Close"
607
  msgstr "Закрыть"
608
 
609
+ #: gallery-plugin.php:1361
610
  msgid "Already attached?"
611
  msgstr "Уже прикреплен?"
612
 
613
+ #: gallery-plugin.php:1361
614
+ msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
615
+ msgstr "Чтобы перекрепить уже загруженные файлы, пожалуйста, воспользуйтесь нашим плагином Re-attacher."
 
 
 
 
616
 
617
+ #: gallery-plugin.php:1424
618
+ #: template/gallery-single-template.php:19
619
  msgid "Download high resolution image"
620
  msgstr "Скачать изображение в высоком разрешении"
621
 
622
+ #: gallery-plugin.php:1577
623
+ #: template/gallery-single-template.php:95
624
  msgid "Sorry, nothing found."
625
  msgstr "Извините, ничего не найдено."
626
 
627
+ #: gallery-plugin.php:1599
628
+ #: template/gallery-single-template.php:114
629
  msgid "Image"
630
  msgstr "Изображение"
631
 
632
+ #: gallery-plugin.php:1895
633
  msgid "Image size not defined"
634
  msgstr "Невозможно определить размер изображения"
635
 
636
+ #: gallery-plugin.php:1910
637
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
638
+ msgstr "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для других, пожалуйста, вручную перезагрузите изображения."
 
 
 
 
639
 
640
+ #: gallery-plugin.php:1921
641
  msgid "Image size changes not defined"
642
  msgstr "Не удалось вычислить изменения размеров изображения"
643
 
644
+ #: gallery-plugin.php:1950
645
+ #: gallery-plugin.php:1953
646
+ #: gallery-plugin.php:1958
647
  msgid "Invalid path"
648
  msgstr "Путь к изображению для редактирования некорректный"
649
 
650
+ #~ msgid "left"
651
+ #~ msgstr "лево"
652
+
653
+ #~ msgid "right"
654
+ #~ msgstr "право"
655
+
656
+ #~ msgid "top"
657
+ #~ msgstr "верх"
658
+
659
+ #~ msgid "bottom"
660
+ #~ msgstr "низ"
661
+
662
  #~ msgid "Gallery image size"
663
  #~ msgstr "Размер изображений галереи"
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-06-04 17:19+0300\n"
6
- "PO-Revision-Date: 2015-06-04 17:20+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"
@@ -21,18 +21,11 @@ msgid "See images &raquo;"
21
  msgstr "Дивитися зображення &raquo;"
22
 
23
  #: gallery-plugin.php:207
24
- msgid ""
25
- "The following files \"gallery-template.php\" and \"gallery-single-template."
26
- "php\" were not found in the directory of your theme. Please copy them from "
27
- "the directory `/wp-content/plugins/gallery-plugin/template/` to the "
28
- "directory of your theme for the correct work of the Gallery plugin"
29
- msgstr ""
30
- "В папці вашої теми файли \"gallery-template.php\" та \"gallery-single-"
31
- "template.php\" не знайдені. Для правильної роботи плагіну Gallery, будь "
32
- "ласка, скопіюйте їх з папки `/wp-content/plugins/gallery-plugin/template/` в "
33
- "папку вашої теми."
34
 
35
- #: gallery-plugin.php:216 gallery-plugin.php:226
 
36
  msgid "Galleries"
37
  msgstr "Галереї"
38
 
@@ -76,7 +69,8 @@ msgstr "Завантажити файл"
76
  msgid "Gallery Shortcode"
77
  msgstr "Шорткод галереї"
78
 
79
- #: gallery-plugin.php:284 gallery-plugin.php:428
 
80
  msgid "Gallery Categories"
81
  msgstr "Категорії галерей"
82
 
@@ -87,22 +81,15 @@ msgstr "Виберіть медіа файли для прикріплення"
87
  #: gallery-plugin.php:293
88
  #, php-format
89
  msgid "You need to install \"%s\" plugin to use this functionality"
90
- msgstr ""
91
- "Щоб використовувати цей функціонал, вам необхідно встановити плагін \"%s\""
92
 
93
  #: gallery-plugin.php:294
94
  msgid "Attach media item to this gallery"
95
  msgstr "Прикріпити медіа файл до галереї"
96
 
97
  #: gallery-plugin.php:313
98
- msgid ""
99
- "The gallery temp directory (gallery-plugin/upload/files) is not available "
100
- "for record on your webserver. Please use the standard WP functionality to "
101
- "upload images (media library)"
102
- msgstr ""
103
- "Папка галереї для тимчасових файлів (gallery-plugin/upload/files) закрита "
104
- "для доступу. Щоб завантажити зображення (медіа-бібліотеки), будь ласка, "
105
- "скористайтесь стандартним функціоналом WP."
106
 
107
  #: gallery-plugin.php:325
108
  msgid "Choose an image for upload:"
@@ -114,23 +101,18 @@ msgstr "Щоб використовувати файл uploader, будь лас
114
 
115
  #: gallery-plugin.php:338
116
  msgid "Allow the download link for all images in this gallery"
117
- msgstr ""
118
- "Дозволити посилання для завантаження для всіх зображень в даній галереї."
119
 
120
  #: gallery-plugin.php:339
121
- msgid ""
122
- "Please use the drag and drop function to change an order of the images "
123
- "displaying and do not forget to save the post."
124
- msgstr ""
125
- "Щоб змінити порядок відображення зображень, просто перетягніть їх мишкою і "
126
- "розмістіть у зручному для вас порядку. Будь ласка, при виході не забудьте "
127
- "зберегти пост."
128
 
129
  #: gallery-plugin.php:341
130
  msgid "Please make a choice"
131
  msgstr "Будь ласка, виберіть"
132
 
133
- #: gallery-plugin.php:341 gallery-plugin.php:983
 
134
  msgid "Sort images by"
135
  msgstr "Сортувати зображення за"
136
 
@@ -142,7 +124,8 @@ msgstr "Сортувати зображення"
142
  msgid "on the plugin settings page ("
143
  msgstr "на сторінці налаштувань плагіну ("
144
 
145
- #: gallery-plugin.php:385 gallery-plugin.php:646
 
146
  msgid "Title"
147
  msgstr "Назва"
148
 
@@ -160,7 +143,7 @@ msgstr "(клік на зображення відкриває його у но
160
 
161
  #: gallery-plugin.php:389
162
  msgid "This setting is available in Pro version"
163
- msgstr "Ці установки доступні у Про-версії плагіну"
164
 
165
  #: gallery-plugin.php:390
166
  msgid "Open the URL"
@@ -187,25 +170,22 @@ msgid "Delete"
187
  msgstr "Видалити"
188
 
189
  #: gallery-plugin.php:413
190
- msgid ""
191
- "You can add a Single Gallery to the page or post by inserting this shortcode "
192
- "into the content"
193
- msgstr ""
194
- "Ви можете додати галерею на вашу сторінку чи пост просто помістивши цей "
195
- "шорткод у текст"
196
 
197
  #: gallery-plugin.php:415
198
- msgid ""
199
- "If you want to display a short description containing a screenshot and the "
200
- "link to the Single Gallery Page"
201
- msgstr ""
202
- "Якщо ви хочете відображати короткий опис зі скріншотом та посиланням на "
203
- "сторінку з галереєю"
204
 
205
  #: gallery-plugin.php:429
206
  msgid "Most Used"
207
  msgstr "Часто вживані"
208
 
 
 
 
 
 
209
  #: gallery-plugin.php:439
210
  msgid "Add New Gallery Category"
211
  msgstr "Додати нову категорію галерей"
@@ -226,7 +206,8 @@ msgstr "Фото"
226
  msgid "Publishing"
227
  msgstr "Публікація"
228
 
229
- #: gallery-plugin.php:650 gallery-plugin.php:987
 
230
  msgid "Date"
231
  msgstr "Дата"
232
 
@@ -238,37 +219,32 @@ msgstr "Налаштування збережено"
238
  msgid "Gallery Settings"
239
  msgstr "Налаштування Gallery"
240
 
241
- #: gallery-plugin.php:833 gallery-plugin.php:1168 gallery-plugin.php:1185
 
 
242
  msgid "Settings"
243
  msgstr "Налаштування"
244
 
245
- #: gallery-plugin.php:834 gallery-plugin.php:1169
 
246
  msgid "FAQ"
247
  msgstr "Часті питання"
248
 
249
  #: gallery-plugin.php:835
250
  msgid "Go PRO"
251
- msgstr "Придбати ПРО версію"
252
 
253
  #: gallery-plugin.php:840
254
  msgid "Notice:"
255
  msgstr "Зверніть увагу:"
256
 
257
  #: gallery-plugin.php:840
258
- msgid ""
259
- "The plugin's settings have been changed. In order to save them please don't "
260
- "forget to click the 'Save Changes' button."
261
- msgstr ""
262
- "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти зміни"
263
- "\" при виході."
264
 
265
  #: gallery-plugin.php:841
266
- msgid ""
267
- "If you would like to add a Single Gallery to your page or post, just copy "
268
- "and paste this shortcode into your post or page:"
269
- msgstr ""
270
- "Якщо ви хочете додати галерею на вашу сторінку або пост, просто скопіюйте та "
271
- "розмістіть цей шорткод в контент вашого посту або сторінки:"
272
 
273
  #: gallery-plugin.php:843
274
  msgid "Please enable JavaScript to use the option to renew images."
@@ -276,7 +252,7 @@ msgstr "Щоб використовувати файл uploader, будь лас
276
 
277
  #: gallery-plugin.php:847
278
  msgid "Update images for gallery"
279
- msgstr "Оновити зображення галереї"
280
 
281
  #: gallery-plugin.php:849
282
  msgid "Update images"
@@ -286,426 +262,402 @@ msgstr "Оновити зображення"
286
  msgid "Image size for the album cover"
287
  msgstr "Розмір зображення для обкладинки альбому"
288
 
289
- #: gallery-plugin.php:859 gallery-plugin.php:867 gallery-plugin.php:883
 
 
290
  msgid "Image size"
291
  msgstr "Розмір зображення"
292
 
293
- #: gallery-plugin.php:860 gallery-plugin.php:868
 
294
  msgid "Width (in px)"
295
  msgstr "Ширина (в px)"
296
 
297
- #: gallery-plugin.php:861 gallery-plugin.php:869
 
298
  msgid "Height (in px)"
299
  msgstr "Висота (в px)"
300
 
301
- #: gallery-plugin.php:865
302
  msgid "Image size for thumbnails"
303
  msgstr "Розмір зображення для мініатюр"
304
 
305
- #: gallery-plugin.php:873
306
- msgid ""
307
- "WordPress will create a new thumbnail with the specified dimensions when you "
308
- "upload a new photo."
309
- msgstr ""
310
- "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до "
311
- "заданих розмірів."
312
 
313
- #: gallery-plugin.php:881
314
  msgid "Image size in the lightbox"
315
  msgstr "Розмір зображень в лайтбоксі"
316
 
317
- #: gallery-plugin.php:884
318
  msgid "Max width (in px)"
319
  msgstr "Макс. ширина (в px)"
320
 
321
- #: gallery-plugin.php:885
322
  msgid "Max height (in px)"
323
  msgstr "Макс. висота (в px)"
324
 
325
- #: gallery-plugin.php:886
326
  msgid "Display a full size image in the lightbox"
327
  msgstr "Відображати повне зображення в лайтбоксі"
328
 
329
- #: gallery-plugin.php:890
330
  msgid "Crop position"
331
  msgstr "Обрізання"
332
 
333
- #: gallery-plugin.php:892
334
- msgid "Horizontal"
335
- msgstr "Горизонтальна"
336
-
337
- #: gallery-plugin.php:894
338
- msgid "left"
339
- msgstr "зліва"
340
-
341
- #: gallery-plugin.php:895 gallery-plugin.php:902
342
  msgid "center"
343
  msgstr "центр"
344
 
345
- #: gallery-plugin.php:896
346
- msgid "right"
347
- msgstr "справа"
348
 
349
- #: gallery-plugin.php:899
350
  msgid "Vertical"
351
  msgstr "Вертикальна"
352
 
353
- #: gallery-plugin.php:901
354
- msgid "top"
355
- msgstr "верх"
356
-
357
- #: gallery-plugin.php:903
358
- msgid "bottom"
359
- msgstr "низ"
360
-
361
- #: gallery-plugin.php:908
362
  msgid "Lightbox background"
363
  msgstr "Фон лайтбокса"
364
 
365
- #: gallery-plugin.php:910
366
- msgid "Default"
367
- msgstr "за замовчуванням"
368
-
369
- #: gallery-plugin.php:911
370
  msgid "Background transparency (from 0 to 1)"
371
  msgstr "Прозорість фону (від 0 до 1)"
372
 
373
- #: gallery-plugin.php:913
374
  msgid "Select a background color"
375
  msgstr "Виберіть колір фону"
376
 
377
- #: gallery-plugin.php:915
378
  msgid "Background color"
379
  msgstr "Колір фону"
380
 
381
- #: gallery-plugin.php:922 gallery-plugin.php:1104
382
- msgid ""
383
- "If you upgrade to Pro version all your settings and galleries will be saved."
384
- msgstr ""
385
- "Якщо ви перейшли на Про версію, всі налаштування і галереї буде збережено."
386
 
387
- #: gallery-plugin.php:929 gallery-plugin.php:1111
 
388
  msgid "Unlock premium options by upgrading to a PRO version."
389
- msgstr "Відкрийте додаткові опції, перейшовши на Про версію."
390
 
391
- #: gallery-plugin.php:930 gallery-plugin.php:1112
 
392
  msgid "Learn More"
393
  msgstr "Дізнатись більше"
394
 
395
- #: gallery-plugin.php:934 gallery-plugin.php:1116
 
396
  msgid "Start Your Trial"
397
  msgstr "Отримати пробну версію"
398
 
399
- #: gallery-plugin.php:935 gallery-plugin.php:1117
 
400
  msgid "or"
401
  msgstr "або"
402
 
403
- #: gallery-plugin.php:938 gallery-plugin.php:1120
 
404
  msgid "Go"
405
  msgstr "Вперед"
406
 
407
- #: gallery-plugin.php:946
408
  msgid "Images with border"
409
  msgstr "Зображення з рамкою"
410
 
411
- #: gallery-plugin.php:949
412
  msgid "Border width in px, just numbers"
413
  msgstr "Ширина рамки у пікселях, тільки числа"
414
 
415
- #: gallery-plugin.php:951 gallery-plugin.php:953
 
416
  msgid "Select a border color"
417
  msgstr "Виберіть колір рамки"
418
 
419
- #: gallery-plugin.php:959
420
  msgid "Number of images in the row"
421
  msgstr "Кількість зображень у рядку"
422
 
423
- #: gallery-plugin.php:965
424
  msgid "Start slideshow"
425
  msgstr "Розпочати слайд-шоу"
426
 
427
- #: gallery-plugin.php:971
428
  msgid "Slideshow interval"
429
  msgstr "Інтервал між слайдами"
430
 
431
- #: gallery-plugin.php:977
432
  msgid "Use single lightbox for multiple galleries on one page"
433
  msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
434
 
435
- #: gallery-plugin.php:985
436
  msgid "Attachment ID"
437
  msgstr "ID зображення"
438
 
439
- #: gallery-plugin.php:986
440
  msgid "Image Name"
441
  msgstr "Назва зображення"
442
 
443
- #: gallery-plugin.php:988
444
- msgid ""
445
- "Sorting order (the input field for sorting order in the Insert / Upload "
446
- "Media Gallery dialog)"
447
- msgstr ""
448
- "Порядок сортування (поле для введення порядку сортування в Insert / Upload "
449
- "Media Gallery)"
450
 
451
- #: gallery-plugin.php:989
452
  msgid "Random"
453
  msgstr "Довільно"
454
 
455
- #: gallery-plugin.php:993
456
  msgid "Sort images"
457
  msgstr "Сортувати зображення"
458
 
459
- #: gallery-plugin.php:995
460
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
461
- msgstr ""
462
- "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; "
463
- "a, b, c)"
464
 
465
- #: gallery-plugin.php:996
466
- msgid ""
467
- "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
468
- msgstr ""
469
- "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; "
470
- "c, b, a)"
471
 
472
- #: gallery-plugin.php:1000
473
  msgid "Display text under the image"
474
  msgstr "Відображати текст під зображенням"
475
 
476
- #: gallery-plugin.php:1002
477
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
478
- msgstr ""
479
- "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
480
 
481
- #: gallery-plugin.php:1006
482
  msgid "Display the Back link"
483
  msgstr "Відображати посилання Назад"
484
 
485
- #: gallery-plugin.php:1012
486
  msgid "Display the Back link in the shortcode"
487
  msgstr "Відображати посилання Назад у шорткоді"
488
 
489
- #: gallery-plugin.php:1018
490
  msgid "The Back link text"
491
  msgstr "Текст для посилання Назад"
492
 
493
- #: gallery-plugin.php:1024
494
  msgid "The Back link URL"
495
  msgstr "URL для посилання Назад"
496
 
497
- #: gallery-plugin.php:1026
498
  msgid "Gallery page (Page with Gallery Template)"
499
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
500
 
501
- #: gallery-plugin.php:1028
502
  msgid "(Full URL to custom page)"
503
  msgstr "(Повне посилання на сторінку користувача)"
504
 
505
- #: gallery-plugin.php:1032
506
  msgid "The Read More link text"
507
  msgstr "Текст для посилання Дізнатися більше"
508
 
509
- #: gallery-plugin.php:1038
510
  msgid "Add gallery to the search"
511
  msgstr "Додати галерею до пошуку"
512
 
513
- #: gallery-plugin.php:1043
514
  msgid "Using"
515
  msgstr "Використання"
516
 
517
- #: gallery-plugin.php:1043
518
  msgid "powered by"
519
  msgstr "розроблений"
520
 
521
- #: gallery-plugin.php:1046 gallery-plugin.php:1050
 
522
  msgid "Using Custom Search powered by"
523
  msgstr "Використовуючи Custom Search, розроблений"
524
 
525
- #: gallery-plugin.php:1046
526
  msgid "Activate Custom Search"
527
  msgstr "Активувати Custom Search"
528
 
529
- #: gallery-plugin.php:1050
530
  msgid "Download Custom Search"
531
  msgstr "Завантажити Custom Search"
532
 
533
- #: gallery-plugin.php:1060
 
 
 
 
 
 
 
 
534
  msgid "Use pagination for images"
535
  msgstr "Використовувати пагінацію для зображень"
536
 
537
- #: gallery-plugin.php:1063
538
  msgid "per page"
539
  msgstr "на сторінці"
540
 
541
- #: gallery-plugin.php:1067
542
  msgid "The lightbox helper"
543
  msgstr "Помічник по лайтбоксу"
544
 
545
- #: gallery-plugin.php:1069
546
  msgid "Do not use"
547
  msgstr "Не використовувати"
548
 
549
- #: gallery-plugin.php:1070
550
  msgid "Button helper"
551
  msgstr "Помічник по кнопкам"
552
 
553
- #: gallery-plugin.php:1071
554
  msgid "Thumbnail helper"
555
  msgstr "Помічник по значкам"
556
 
557
- #: gallery-plugin.php:1075
558
  msgid "Display Like buttons in the lightbox"
559
  msgstr "Відображати кнопки Подобається у лайтбоксі"
560
 
561
- #: gallery-plugin.php:1077
562
  msgid "FaceBook"
563
  msgstr "FaceBook"
564
 
565
- #: gallery-plugin.php:1078
566
  msgid "Twitter"
567
  msgstr "Twitter"
568
 
569
- #: gallery-plugin.php:1079
570
  msgid "Pinterest"
571
  msgstr "Pinterest"
572
 
573
- #: gallery-plugin.php:1080
574
  msgid "Google +1"
575
  msgstr "Google +1"
576
 
577
- #: gallery-plugin.php:1084
578
  msgid "Slug for gallery item"
579
  msgstr "Назва для елементів галереї"
580
 
581
- #: gallery-plugin.php:1086
582
  msgid "for any structure of permalinks except the default structure"
583
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
584
 
585
- #: gallery-plugin.php:1090
586
  msgid "Title for lightbox button"
587
  msgstr "Назва кнопки лайтбоксу"
588
 
589
- #: gallery-plugin.php:1096
590
- msgid ""
591
- "Display all images in the lightbox instead of going into a single gallery"
592
- msgstr ""
593
- "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
594
-
595
- #: gallery-plugin.php:1099
596
- msgid ""
597
- "When using the gallery template or a shortcode with `display=short` parameter"
598
- msgstr ""
599
- "Коли використовується темплейт галереї або шорткод з параметром "
600
- "`display=short`"
601
 
602
- #: gallery-plugin.php:1128
603
- msgid "Rewrite templates after update"
604
- msgstr "Перезаписати шаблони після оновлення"
605
-
606
- #: gallery-plugin.php:1130
607
- msgid ""
608
- "Turn off the checkbox, if You edited the file 'gallery-template.php' or "
609
- "'gallery-single-template.php' file in your theme folder and You don't want "
610
- "to rewrite them"
611
- msgstr ""
612
- "Приберіть галочку, якщо ви виправляли файл 'gallery-template.php' або "
613
- "'gallery-single-template.php' в теці тем і не хочете перезаписати зміни"
614
 
615
- #: gallery-plugin.php:1136
616
  msgid "Save Changes"
617
  msgstr "Зберегти зміни"
618
 
619
- #: gallery-plugin.php:1170
620
  msgid "Support"
621
  msgstr "Підтримка"
622
 
623
- #: gallery-plugin.php:1278
624
  msgid "Updating images..."
625
  msgstr "Оновлення зображень…"
626
 
627
- #: gallery-plugin.php:1279
628
  msgid "No image found."
629
  msgstr "Зображення не знайдено."
630
 
631
- #: gallery-plugin.php:1280
632
  msgid "All images are updated."
633
  msgstr "Всі зображення оновлено."
634
 
635
- #: gallery-plugin.php:1281
636
  msgid "Error."
637
  msgstr "Помилка."
638
 
639
- #: gallery-plugin.php:1290
640
  msgid "Learn more"
641
  msgstr "Докладніше"
642
 
643
- #: gallery-plugin.php:1295 gallery-plugin.php:1335
 
644
  msgid "Activate"
645
  msgstr "Активувати"
646
 
647
- #: gallery-plugin.php:1302 gallery-plugin.php:1342
 
648
  msgid "Install now"
649
  msgstr "Встановити"
650
 
651
- #: gallery-plugin.php:1311
652
  msgid "Add multiple gallery categories"
653
  msgstr "Додати декілька категорій галереї"
654
 
655
- #: gallery-plugin.php:1311
656
- msgid ""
657
- "Install Gallery Categories plugin to add unlimited number of categories."
658
- msgstr ""
659
- "Встановити плагін Gallery Categories, щоб мати змогу додати необмежену "
660
- "кількість категорій."
661
 
662
- #: gallery-plugin.php:1320 gallery-plugin.php:1361
 
663
  msgid "Close"
664
  msgstr "Закрити"
665
 
666
- #: gallery-plugin.php:1352
667
  msgid "Already attached?"
668
  msgstr "Уже прикріплено?"
669
 
670
- #: gallery-plugin.php:1352
671
- msgid ""
672
- "If you'd like to attach the files, which are already uploaded, please use Re-"
673
- "attacher plugin."
674
- msgstr ""
675
- "Для того, щоб перекріпити файли, які вже було завантажено, будь ласка, "
676
- "скористуйтеся нашим плагіном Re-attacher."
677
 
678
- #: gallery-plugin.php:1415 template/gallery-single-template.php:19
 
679
  msgid "Download high resolution image"
680
  msgstr "Завантажити зображення у високій якості"
681
 
682
- #: gallery-plugin.php:1568 template/gallery-single-template.php:95
 
683
  msgid "Sorry, nothing found."
684
  msgstr "Вибачте, нічого не знайдено."
685
 
686
- #: gallery-plugin.php:1590 template/gallery-single-template.php:114
 
687
  msgid "Image"
688
  msgstr "Зображення"
689
 
690
- #: gallery-plugin.php:1886
691
  msgid "Image size not defined"
692
  msgstr "Розмір зображення не визначено"
693
 
694
- #: gallery-plugin.php:1901
695
- msgid ""
696
- "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
697
- "manually reload image."
698
- msgstr ""
699
- "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В "
700
- "інших випадках, будь ласка, перезавантажте зображення вручну."
701
 
702
- #: gallery-plugin.php:1912
703
  msgid "Image size changes not defined"
704
  msgstr "Зміни розміру зображення не визначено"
705
 
706
- #: gallery-plugin.php:1941 gallery-plugin.php:1944 gallery-plugin.php:1949
 
 
707
  msgid "Invalid path"
708
  msgstr "Невірний шлях"
709
 
 
 
 
 
 
 
 
 
 
 
 
 
710
  #~ msgid "Gallery image size"
711
  #~ msgstr "Розмір зображення галереї"
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-24 13:46+0300\n"
6
+ "PO-Revision-Date: 2015-06-24 13:46+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"
21
  msgstr "Дивитися зображення &raquo;"
22
 
23
  #: gallery-plugin.php:207
24
+ msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
25
+ msgstr "В папці вашої теми файли \"gallery-template.php\" та \"gallery-single-template.php\" не знайдені. Для правильної роботи плагіну Gallery, будь ласка, скопіюйте їх з папки `/wp-content/plugins/gallery-plugin/template/` в папку вашої теми."
 
 
 
 
 
 
 
 
26
 
27
+ #: gallery-plugin.php:216
28
+ #: gallery-plugin.php:226
29
  msgid "Galleries"
30
  msgstr "Галереї"
31
 
69
  msgid "Gallery Shortcode"
70
  msgstr "Шорткод галереї"
71
 
72
+ #: gallery-plugin.php:284
73
+ #: gallery-plugin.php:428
74
  msgid "Gallery Categories"
75
  msgstr "Категорії галерей"
76
 
81
  #: gallery-plugin.php:293
82
  #, php-format
83
  msgid "You need to install \"%s\" plugin to use this functionality"
84
+ msgstr "Щоб використовувати цей функціонал, вам необхідно встановити плагін \"%s\""
 
85
 
86
  #: gallery-plugin.php:294
87
  msgid "Attach media item to this gallery"
88
  msgstr "Прикріпити медіа файл до галереї"
89
 
90
  #: gallery-plugin.php:313
91
+ 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)"
92
+ msgstr "Папка галереї для тимчасових файлів (gallery-plugin/upload/files) закрита для доступу. Щоб завантажити зображення (медіа-бібліотеки), будь ласка, скористайтесь стандартним функціоналом WP."
 
 
 
 
 
 
93
 
94
  #: gallery-plugin.php:325
95
  msgid "Choose an image for upload:"
101
 
102
  #: gallery-plugin.php:338
103
  msgid "Allow the download link for all images in this gallery"
104
+ msgstr "Дозволити посилання для завантаження для всіх зображень в даній галереї."
 
105
 
106
  #: gallery-plugin.php:339
107
+ msgid "Please use the drag and drop function to change an order of the images displaying and do not forget to save the post."
108
+ msgstr "Щоб змінити порядок відображення зображень, просто перетягніть їх мишкою і розмістіть у зручному для вас порядку. Будь ласка, при виході не забудьте зберегти пост."
 
 
 
 
 
109
 
110
  #: gallery-plugin.php:341
111
  msgid "Please make a choice"
112
  msgstr "Будь ласка, виберіть"
113
 
114
+ #: gallery-plugin.php:341
115
+ #: gallery-plugin.php:994
116
  msgid "Sort images by"
117
  msgstr "Сортувати зображення за"
118
 
124
  msgid "on the plugin settings page ("
125
  msgstr "на сторінці налаштувань плагіну ("
126
 
127
+ #: gallery-plugin.php:385
128
+ #: gallery-plugin.php:646
129
  msgid "Title"
130
  msgstr "Назва"
131
 
143
 
144
  #: gallery-plugin.php:389
145
  msgid "This setting is available in Pro version"
146
+ msgstr "Ці установки доступні у PRO версії плагіну"
147
 
148
  #: gallery-plugin.php:390
149
  msgid "Open the URL"
170
  msgstr "Видалити"
171
 
172
  #: gallery-plugin.php:413
173
+ msgid "You can add a Single Gallery to the page or post by inserting this shortcode into the content"
174
+ msgstr "Ви можете додати галерею на вашу сторінку чи пост просто помістивши цей шорткод у текст"
 
 
 
 
175
 
176
  #: gallery-plugin.php:415
177
+ msgid "If you want to display a short description containing a screenshot and the link to the Single Gallery Page"
178
+ msgstr "Якщо ви хочете відображати короткий опис зі скріншотом та посиланням на сторінку з галереєю"
 
 
 
 
179
 
180
  #: gallery-plugin.php:429
181
  msgid "Most Used"
182
  msgstr "Часто вживані"
183
 
184
+ #: gallery-plugin.php:434
185
+ #: gallery-plugin.php:921
186
+ msgid "Default"
187
+ msgstr "за замовчуванням"
188
+
189
  #: gallery-plugin.php:439
190
  msgid "Add New Gallery Category"
191
  msgstr "Додати нову категорію галерей"
206
  msgid "Publishing"
207
  msgstr "Публікація"
208
 
209
+ #: gallery-plugin.php:650
210
+ #: gallery-plugin.php:998
211
  msgid "Date"
212
  msgstr "Дата"
213
 
219
  msgid "Gallery Settings"
220
  msgstr "Налаштування Gallery"
221
 
222
+ #: gallery-plugin.php:833
223
+ #: gallery-plugin.php:1177
224
+ #: gallery-plugin.php:1194
225
  msgid "Settings"
226
  msgstr "Налаштування"
227
 
228
+ #: gallery-plugin.php:834
229
+ #: gallery-plugin.php:1178
230
  msgid "FAQ"
231
  msgstr "Часті питання"
232
 
233
  #: gallery-plugin.php:835
234
  msgid "Go PRO"
235
+ msgstr "Придбати PRO версію"
236
 
237
  #: gallery-plugin.php:840
238
  msgid "Notice:"
239
  msgstr "Зверніть увагу:"
240
 
241
  #: gallery-plugin.php:840
242
+ msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
243
+ msgstr "Налаштування плагіну змінились. Щоб зберегти їх, клікніть на \"Зберегти зміни\" при виході."
 
 
 
 
244
 
245
  #: gallery-plugin.php:841
246
+ 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:"
247
+ msgstr "Якщо ви хочете додати галерею на вашу сторінку або пост, просто скопіюйте та розмістіть цей шорткод в контент вашого посту або сторінки:"
 
 
 
 
248
 
249
  #: gallery-plugin.php:843
250
  msgid "Please enable JavaScript to use the option to renew images."
252
 
253
  #: gallery-plugin.php:847
254
  msgid "Update images for gallery"
255
+ msgstr "Оновити всі зображення галереї"
256
 
257
  #: gallery-plugin.php:849
258
  msgid "Update images"
262
  msgid "Image size for the album cover"
263
  msgstr "Розмір зображення для обкладинки альбому"
264
 
265
+ #: gallery-plugin.php:859
266
+ #: gallery-plugin.php:873
267
+ #: gallery-plugin.php:895
268
  msgid "Image size"
269
  msgstr "Розмір зображення"
270
 
271
+ #: gallery-plugin.php:862
272
+ #: gallery-plugin.php:876
273
  msgid "Width (in px)"
274
  msgstr "Ширина (в px)"
275
 
276
+ #: gallery-plugin.php:866
277
+ #: gallery-plugin.php:880
278
  msgid "Height (in px)"
279
  msgstr "Висота (в px)"
280
 
281
+ #: gallery-plugin.php:871
282
  msgid "Image size for thumbnails"
283
  msgstr "Розмір зображення для мініатюр"
284
 
285
+ #: gallery-plugin.php:885
286
+ msgid "WordPress will create a new thumbnail with the specified dimensions when you upload a new photo."
287
+ msgstr "Коли ви завантажите нове зображення, WordPress створить іконки відповідно до заданих розмірів."
 
 
 
 
288
 
289
+ #: gallery-plugin.php:893
290
  msgid "Image size in the lightbox"
291
  msgstr "Розмір зображень в лайтбоксі"
292
 
293
+ #: gallery-plugin.php:896
294
  msgid "Max width (in px)"
295
  msgstr "Макс. ширина (в px)"
296
 
297
+ #: gallery-plugin.php:897
298
  msgid "Max height (in px)"
299
  msgstr "Макс. висота (в px)"
300
 
301
+ #: gallery-plugin.php:898
302
  msgid "Display a full size image in the lightbox"
303
  msgstr "Відображати повне зображення в лайтбоксі"
304
 
305
+ #: gallery-plugin.php:902
306
  msgid "Crop position"
307
  msgstr "Обрізання"
308
 
309
+ #: gallery-plugin.php:906
310
+ #: gallery-plugin.php:912
 
 
 
 
 
 
 
311
  msgid "center"
312
  msgstr "центр"
313
 
314
+ #: gallery-plugin.php:908
315
+ msgid "Horizontal"
316
+ msgstr "Горизонтальна"
317
 
318
+ #: gallery-plugin.php:914
319
  msgid "Vertical"
320
  msgstr "Вертикальна"
321
 
322
+ #: gallery-plugin.php:919
 
 
 
 
 
 
 
 
323
  msgid "Lightbox background"
324
  msgstr "Фон лайтбокса"
325
 
326
+ #: gallery-plugin.php:922
 
 
 
 
327
  msgid "Background transparency (from 0 to 1)"
328
  msgstr "Прозорість фону (від 0 до 1)"
329
 
330
+ #: gallery-plugin.php:924
331
  msgid "Select a background color"
332
  msgstr "Виберіть колір фону"
333
 
334
+ #: gallery-plugin.php:926
335
  msgid "Background color"
336
  msgstr "Колір фону"
337
 
338
+ #: gallery-plugin.php:933
339
+ #: gallery-plugin.php:1121
340
+ msgid "If you upgrade to Pro version all your settings and galleries will be saved."
341
+ msgstr "Якщо ви перейшли на PRO версію, всі налаштування і галереї буде збережено."
 
342
 
343
+ #: gallery-plugin.php:940
344
+ #: gallery-plugin.php:1128
345
  msgid "Unlock premium options by upgrading to a PRO version."
346
+ msgstr "Відкрийте додаткові опції, перейшовши на PRO версію."
347
 
348
+ #: gallery-plugin.php:941
349
+ #: gallery-plugin.php:1129
350
  msgid "Learn More"
351
  msgstr "Дізнатись більше"
352
 
353
+ #: gallery-plugin.php:945
354
+ #: gallery-plugin.php:1133
355
  msgid "Start Your Trial"
356
  msgstr "Отримати пробну версію"
357
 
358
+ #: gallery-plugin.php:946
359
+ #: gallery-plugin.php:1134
360
  msgid "or"
361
  msgstr "або"
362
 
363
+ #: gallery-plugin.php:949
364
+ #: gallery-plugin.php:1137
365
  msgid "Go"
366
  msgstr "Вперед"
367
 
368
+ #: gallery-plugin.php:957
369
  msgid "Images with border"
370
  msgstr "Зображення з рамкою"
371
 
372
+ #: gallery-plugin.php:960
373
  msgid "Border width in px, just numbers"
374
  msgstr "Ширина рамки у пікселях, тільки числа"
375
 
376
+ #: gallery-plugin.php:962
377
+ #: gallery-plugin.php:964
378
  msgid "Select a border color"
379
  msgstr "Виберіть колір рамки"
380
 
381
+ #: gallery-plugin.php:970
382
  msgid "Number of images in the row"
383
  msgstr "Кількість зображень у рядку"
384
 
385
+ #: gallery-plugin.php:976
386
  msgid "Start slideshow"
387
  msgstr "Розпочати слайд-шоу"
388
 
389
+ #: gallery-plugin.php:982
390
  msgid "Slideshow interval"
391
  msgstr "Інтервал між слайдами"
392
 
393
+ #: gallery-plugin.php:988
394
  msgid "Use single lightbox for multiple galleries on one page"
395
  msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
396
 
397
+ #: gallery-plugin.php:996
398
  msgid "Attachment ID"
399
  msgstr "ID зображення"
400
 
401
+ #: gallery-plugin.php:997
402
  msgid "Image Name"
403
  msgstr "Назва зображення"
404
 
405
+ #: gallery-plugin.php:999
406
+ msgid "Sorting order (the input field for sorting order in the Insert / Upload Media Gallery dialog)"
407
+ msgstr "Порядок сортування (поле для введення порядку сортування в Insert / Upload Media Gallery)"
 
 
 
 
408
 
409
+ #: gallery-plugin.php:1000
410
  msgid "Random"
411
  msgstr "Довільно"
412
 
413
+ #: gallery-plugin.php:1004
414
  msgid "Sort images"
415
  msgstr "Сортувати зображення"
416
 
417
+ #: gallery-plugin.php:1006
418
  msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
419
+ msgstr "ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; a, b, c)"
 
 
420
 
421
+ #: gallery-plugin.php:1007
422
+ msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
423
+ msgstr "DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; c, b, a)"
 
 
 
424
 
425
+ #: gallery-plugin.php:1011
426
  msgid "Display text under the image"
427
  msgstr "Відображати текст під зображенням"
428
 
429
+ #: gallery-plugin.php:1013
430
  msgid "Turn off the checkbox, if you want to display text just in a lightbox"
431
+ msgstr "Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
 
432
 
433
+ #: gallery-plugin.php:1017
434
  msgid "Display the Back link"
435
  msgstr "Відображати посилання Назад"
436
 
437
+ #: gallery-plugin.php:1023
438
  msgid "Display the Back link in the shortcode"
439
  msgstr "Відображати посилання Назад у шорткоді"
440
 
441
+ #: gallery-plugin.php:1029
442
  msgid "The Back link text"
443
  msgstr "Текст для посилання Назад"
444
 
445
+ #: gallery-plugin.php:1035
446
  msgid "The Back link URL"
447
  msgstr "URL для посилання Назад"
448
 
449
+ #: gallery-plugin.php:1037
450
  msgid "Gallery page (Page with Gallery Template)"
451
  msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
452
 
453
+ #: gallery-plugin.php:1039
454
  msgid "(Full URL to custom page)"
455
  msgstr "(Повне посилання на сторінку користувача)"
456
 
457
+ #: gallery-plugin.php:1043
458
  msgid "The Read More link text"
459
  msgstr "Текст для посилання Дізнатися більше"
460
 
461
+ #: gallery-plugin.php:1049
462
  msgid "Add gallery to the search"
463
  msgstr "Додати галерею до пошуку"
464
 
465
+ #: gallery-plugin.php:1054
466
  msgid "Using"
467
  msgstr "Використання"
468
 
469
+ #: gallery-plugin.php:1054
470
  msgid "powered by"
471
  msgstr "розроблений"
472
 
473
+ #: gallery-plugin.php:1057
474
+ #: gallery-plugin.php:1061
475
  msgid "Using Custom Search powered by"
476
  msgstr "Використовуючи Custom Search, розроблений"
477
 
478
+ #: gallery-plugin.php:1057
479
  msgid "Activate Custom Search"
480
  msgstr "Активувати Custom Search"
481
 
482
+ #: gallery-plugin.php:1061
483
  msgid "Download Custom Search"
484
  msgstr "Завантажити Custom Search"
485
 
486
+ #: gallery-plugin.php:1066
487
+ msgid "Rewrite templates after update"
488
+ msgstr "Перезаписати шаблони після оновлення"
489
+
490
+ #: gallery-plugin.php:1068
491
+ msgid "Turn off the checkbox, if You edited the file 'gallery-template.php' or 'gallery-single-template.php' file in your theme folder and You don't want to rewrite them"
492
+ msgstr "Приберіть галочку, якщо ви виправляли файл 'gallery-template.php' або 'gallery-single-template.php' в теці тем і не хочете перезаписати зміни"
493
+
494
+ #: gallery-plugin.php:1077
495
  msgid "Use pagination for images"
496
  msgstr "Використовувати пагінацію для зображень"
497
 
498
+ #: gallery-plugin.php:1080
499
  msgid "per page"
500
  msgstr "на сторінці"
501
 
502
+ #: gallery-plugin.php:1084
503
  msgid "The lightbox helper"
504
  msgstr "Помічник по лайтбоксу"
505
 
506
+ #: gallery-plugin.php:1086
507
  msgid "Do not use"
508
  msgstr "Не використовувати"
509
 
510
+ #: gallery-plugin.php:1087
511
  msgid "Button helper"
512
  msgstr "Помічник по кнопкам"
513
 
514
+ #: gallery-plugin.php:1088
515
  msgid "Thumbnail helper"
516
  msgstr "Помічник по значкам"
517
 
518
+ #: gallery-plugin.php:1092
519
  msgid "Display Like buttons in the lightbox"
520
  msgstr "Відображати кнопки Подобається у лайтбоксі"
521
 
522
+ #: gallery-plugin.php:1094
523
  msgid "FaceBook"
524
  msgstr "FaceBook"
525
 
526
+ #: gallery-plugin.php:1095
527
  msgid "Twitter"
528
  msgstr "Twitter"
529
 
530
+ #: gallery-plugin.php:1096
531
  msgid "Pinterest"
532
  msgstr "Pinterest"
533
 
534
+ #: gallery-plugin.php:1097
535
  msgid "Google +1"
536
  msgstr "Google +1"
537
 
538
+ #: gallery-plugin.php:1101
539
  msgid "Slug for gallery item"
540
  msgstr "Назва для елементів галереї"
541
 
542
+ #: gallery-plugin.php:1103
543
  msgid "for any structure of permalinks except the default structure"
544
  msgstr "для будь-якої структури посилань, за винятком стандартної структури"
545
 
546
+ #: gallery-plugin.php:1107
547
  msgid "Title for lightbox button"
548
  msgstr "Назва кнопки лайтбоксу"
549
 
550
+ #: gallery-plugin.php:1113
551
+ msgid "Display all images in the lightbox instead of going into a single gallery"
552
+ msgstr "Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
 
 
 
 
 
 
 
 
 
553
 
554
+ #: gallery-plugin.php:1116
555
+ msgid "When using the gallery template or a shortcode with `display=short` parameter"
556
+ msgstr "Коли використовується темплейт галереї або шорткод з параметром `display=short`"
 
 
 
 
 
 
 
 
 
557
 
558
+ #: gallery-plugin.php:1145
559
  msgid "Save Changes"
560
  msgstr "Зберегти зміни"
561
 
562
+ #: gallery-plugin.php:1179
563
  msgid "Support"
564
  msgstr "Підтримка"
565
 
566
+ #: gallery-plugin.php:1287
567
  msgid "Updating images..."
568
  msgstr "Оновлення зображень…"
569
 
570
+ #: gallery-plugin.php:1288
571
  msgid "No image found."
572
  msgstr "Зображення не знайдено."
573
 
574
+ #: gallery-plugin.php:1289
575
  msgid "All images are updated."
576
  msgstr "Всі зображення оновлено."
577
 
578
+ #: gallery-plugin.php:1290
579
  msgid "Error."
580
  msgstr "Помилка."
581
 
582
+ #: gallery-plugin.php:1299
583
  msgid "Learn more"
584
  msgstr "Докладніше"
585
 
586
+ #: gallery-plugin.php:1304
587
+ #: gallery-plugin.php:1344
588
  msgid "Activate"
589
  msgstr "Активувати"
590
 
591
+ #: gallery-plugin.php:1311
592
+ #: gallery-plugin.php:1351
593
  msgid "Install now"
594
  msgstr "Встановити"
595
 
596
+ #: gallery-plugin.php:1320
597
  msgid "Add multiple gallery categories"
598
  msgstr "Додати декілька категорій галереї"
599
 
600
+ #: gallery-plugin.php:1320
601
+ msgid "Install Gallery Categories plugin to add unlimited number of categories."
602
+ msgstr "Встановити плагін Gallery Categories, щоб мати змогу додати необмежену кількість категорій."
 
 
 
603
 
604
+ #: gallery-plugin.php:1329
605
+ #: gallery-plugin.php:1370
606
  msgid "Close"
607
  msgstr "Закрити"
608
 
609
+ #: gallery-plugin.php:1361
610
  msgid "Already attached?"
611
  msgstr "Уже прикріплено?"
612
 
613
+ #: gallery-plugin.php:1361
614
+ msgid "If you'd like to attach the files, which are already uploaded, please use Re-attacher plugin."
615
+ msgstr "Для того, щоб перекріпити файли, які вже було завантажено, будь ласка, скористуйтеся нашим плагіном Re-attacher."
 
 
 
 
616
 
617
+ #: gallery-plugin.php:1424
618
+ #: template/gallery-single-template.php:19
619
  msgid "Download high resolution image"
620
  msgstr "Завантажити зображення у високій якості"
621
 
622
+ #: gallery-plugin.php:1577
623
+ #: template/gallery-single-template.php:95
624
  msgid "Sorry, nothing found."
625
  msgstr "Вибачте, нічого не знайдено."
626
 
627
+ #: gallery-plugin.php:1599
628
+ #: template/gallery-single-template.php:114
629
  msgid "Image"
630
  msgstr "Зображення"
631
 
632
+ #: gallery-plugin.php:1895
633
  msgid "Image size not defined"
634
  msgstr "Розмір зображення не визначено"
635
 
636
+ #: gallery-plugin.php:1910
637
+ msgid "We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, manually reload image."
638
+ msgstr "Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В інших випадках, будь ласка, перезавантажте зображення вручну."
 
 
 
 
639
 
640
+ #: gallery-plugin.php:1921
641
  msgid "Image size changes not defined"
642
  msgstr "Зміни розміру зображення не визначено"
643
 
644
+ #: gallery-plugin.php:1950
645
+ #: gallery-plugin.php:1953
646
+ #: gallery-plugin.php:1958
647
  msgid "Invalid path"
648
  msgstr "Невірний шлях"
649
 
650
+ #~ msgid "left"
651
+ #~ msgstr "зліва"
652
+
653
+ #~ msgid "right"
654
+ #~ msgstr "справа"
655
+
656
+ #~ msgid "top"
657
+ #~ msgstr "верх"
658
+
659
+ #~ msgid "bottom"
660
+ #~ msgstr "низ"
661
+
662
  #~ msgid "Gallery image size"
663
  #~ msgstr "Розмір зображення галереї"
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -174,6 +174,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
174
 
175
  == Changelog ==
176
 
 
 
 
 
 
177
  = V4.3.1 - 09.06.2015 =
178
  * NEW : We added functionality for disable rewriting templates after plugin update.
179
  * NEW : We added 'width' and 'height' attributes to the 'img' HTML tag.
@@ -485,6 +490,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
485
 
486
  == Upgrade Notice ==
487
 
 
 
 
488
  = V4.3.1 =
489
  We added functionality for disable rewriting templates after plugin update. We added 'width' and 'height' attributes to the 'img' HTML tag. The French language file is updated.
490
 
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.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
174
 
175
  == Changelog ==
176
 
177
+ = V4.3.2 - 24.06.2015 =
178
+ * Update : Gallery Settings page is updated.
179
+ * Update : The Ukrainian and Russian language files are updated.
180
+ * Update : BWS plugins section is updated.
181
+
182
  = V4.3.1 - 09.06.2015 =
183
  * NEW : We added functionality for disable rewriting templates after plugin update.
184
  * NEW : We added 'width' and 'height' attributes to the 'img' HTML tag.
490
 
491
  == Upgrade Notice ==
492
 
493
+ = V4.3.2 =
494
+ Gallery Settings page is updated. The Ukrainian and Russian language files are updated. BWS plugins section is updated.
495
+
496
  = V4.3.1 =
497
  We added functionality for disable rewriting templates after plugin update. We added 'width' and 'height' attributes to the 'img' HTML tag. The French language file is updated.
498