Version Description
- 15.09.2014 =
- Update : We updated all functionality for wordpress 4.0.
- Budfix : We fixed errors while Quick Edit posts.
- Budfix : We fixed errors while adding site to Google Webmaster Tools.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Sitemap by BestWebSoft |
Version | 2.9.3 |
Comparing to | |
See all releases |
Code changes from version 2.9.2 to 2.9.3
- bws_menu/icons/email-queue.png +0 -0
- bws_menu/icons/job-board.png +0 -0
- google-sitemap-plugin.php +32 -22
- languages/bws_menu/bws_menu.php +0 -955
- languages/bws_menu/css/general_style.css +0 -253
- languages/bws_menu/css/general_style_wp_before_3.8.css +0 -259
- languages/bws_menu/css/style.css +0 -158
- languages/bws_menu/icons/adsense.png +0 -0
- languages/bws_menu/icons/bws-google-analytics.png +0 -0
- languages/bws_menu/icons/bws-google-maps.png +0 -0
- languages/bws_menu/icons/captcha.png +0 -0
- languages/bws_menu/icons/contact-form-multi.png +0 -0
- languages/bws_menu/icons/contact-form-to-db.png +0 -0
- languages/bws_menu/icons/contact-form.png +0 -0
- languages/bws_menu/icons/custom-fields-search.png +0 -0
- languages/bws_menu/icons/custom-search.png +0 -0
- languages/bws_menu/icons/db-manager.png +0 -0
- languages/bws_menu/icons/donate-button.png +0 -0
- languages/bws_menu/icons/facebook-button.png +0 -0
- languages/bws_menu/icons/gallery.png +0 -0
- languages/bws_menu/icons/google-captcha.png +0 -0
- languages/bws_menu/icons/google-one.png +0 -0
- languages/bws_menu/icons/google-shortlink.png +0 -0
- languages/bws_menu/icons/google-sitemap.png +0 -0
- languages/bws_menu/icons/htaccess.png +0 -0
- languages/bws_menu/icons/pdf-print.png +0 -0
- languages/bws_menu/icons/portfolio.png +0 -0
- languages/bws_menu/icons/post-to-csv.png +0 -0
- languages/bws_menu/icons/quotes-and-tips.png +0 -0
- languages/bws_menu/icons/relevant.png +0 -0
- languages/bws_menu/icons/sender.png +0 -0
- languages/bws_menu/icons/subscriber.png +0 -0
- languages/bws_menu/icons/twitter.png +0 -0
- languages/bws_menu/icons/updater.png +0 -0
- languages/bws_menu/icons/user-role.png +0 -0
- languages/bws_menu/images/icon_16.png +0 -0
- languages/bws_menu/images/icon_16_b.png +0 -0
- languages/bws_menu/images/icon_16_c.png +0 -0
- languages/bws_menu/images/icon_16_single.png +0 -0
- languages/bws_menu/images/icon_36.png +0 -0
- languages/bws_menu/images/icon_36_b.png +0 -0
- languages/bws_menu/images/pattern.png +0 -0
- languages/bws_menu/images/pattern_bg.png +0 -0
- languages/bws_menu/js/bws_menu.js +0 -58
- languages/bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- languages/bws_menu/languages/bestwebsoft-de_DE.po +0 -464
- languages/bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- languages/bws_menu/languages/bestwebsoft-fr_FR.po +0 -903
- languages/bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- languages/bws_menu/languages/bestwebsoft-it_IT.po +0 -709
- languages/bws_menu/languages/bestwebsoft-ja.mo +0 -0
- languages/bws_menu/languages/bestwebsoft-ja.po +0 -891
- languages/bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- languages/bws_menu/languages/bestwebsoft-pt_BR.po +0 -464
- languages/bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- languages/bws_menu/languages/bestwebsoft-ru_RU.po +0 -391
- languages/bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- languages/bws_menu/languages/bestwebsoft-sr_RS.po +0 -778
- languages/bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- languages/bws_menu/languages/bestwebsoft-sv_SE.po +0 -631
- languages/bws_menu/languages/bestwebsoft-uk.mo +0 -0
- languages/bws_menu/languages/bestwebsoft-uk.po +0 -629
- languages/sitemap-ru_RU.mo +0 -0
- languages/sitemap-ru_RU.po +36 -15
- languages/sitemap-uk.mo +0 -0
- languages/sitemap-uk.po +39 -15
- readme.txt +10 -2
bws_menu/icons/email-queue.png
CHANGED
File without changes
|
bws_menu/icons/job-board.png
CHANGED
File without changes
|
google-sitemap-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Sitemap
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in Google Webmaster Tools account.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.9.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -477,7 +477,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
477 |
<option value="hourly"><?php _e( 'Hourly', 'sitemap_pro' ); ?></option>
|
478 |
<option value="daily"><?php _e( 'Daily', 'sitemap_pro' ); ?></option>
|
479 |
<option value="weekly"><?php _e( 'Weekly', 'sitemap_pro' ); ?></option>
|
480 |
-
<option value="monthly"><?php _e( 'Monthly', 'sitemap_pro' ); ?></option>
|
481 |
<option value="yearly"><?php _e( 'Yearly', 'sitemap_pro' ); ?></option>
|
482 |
<option value="never"><?php _e( 'Never', 'sitemap_pro' ); ?></option>
|
483 |
</select><br />
|
@@ -730,6 +730,7 @@ if ( ! function_exists( 'gglstmp_info_site' ) ) {
|
|
730 |
if ( "WT:SITEMAP-STATUS" == $val["tag"] )
|
731 |
$sit = $val["value"];
|
732 |
}
|
|
|
733 |
echo __( "Site URL:", 'sitemap' ) . ' ' . $url_home . "<br />";
|
734 |
echo __( "Site verification:", 'sitemap' ) . ' ';
|
735 |
if ( "true" == $ver )
|
@@ -762,21 +763,30 @@ if ( ! function_exists( 'gglstmp_add_site' ) ) {
|
|
762 |
."<atom:content src=\"" . $url_home . "\" />"
|
763 |
."</atom:entry>\n";
|
764 |
$hasil1 = gglstmp_curl_funct( $au, $url_send, "POST", $content );
|
765 |
-
preg_match( '/(google)[a-z0-9]*\.html/', $hasil1, $matches );
|
766 |
/*===================== Creating html file for verifying site ownership ====================*/
|
767 |
-
if ( ! empty($matches) )
|
768 |
-
$m1="../" . $matches[0];
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
773 |
}
|
774 |
-
/*============================= Verifying site ownership ====================*/
|
775 |
-
$content = "<atom:entry xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:wt=\"http://schemas.google.com/webmasters/tools/2007\">"
|
776 |
-
."<atom:category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/webmasters/tools/2007#site-info'/>"
|
777 |
-
."<wt:verification-method type=\"htmlpage\" in-use=\"true\"/>"
|
778 |
-
."</atom:entry>";
|
779 |
-
$hasil2 = gglstmp_curl_funct( $au, $url_send . $url, "PUT", $content );
|
780 |
}
|
781 |
}
|
782 |
|
@@ -804,16 +814,16 @@ if ( ! function_exists( 'gglstmp_add_sitemap' ) ) {
|
|
804 |
|
805 |
/*============================================ Check post status before Updating ====================*/
|
806 |
if ( ! function_exists( 'gglstmp_check_post_status' ) ) {
|
807 |
-
function gglstmp_check_post_status( $
|
808 |
-
if ( ! wp_is_post_revision( $
|
809 |
global $gglstmp_update_sitemap;
|
810 |
-
if ( 'publish' == $
|
811 |
$gglstmp_update_sitemap = true;
|
812 |
-
} elseif ( ( 'publish' ==
|
813 |
-
( 'auto-draft' == $
|
814 |
$gglstmp_update_sitemap = true;
|
815 |
}
|
816 |
-
}
|
817 |
}
|
818 |
}
|
819 |
|
@@ -953,7 +963,7 @@ add_action( 'admin_init', 'gglstmp_admin_init' );
|
|
953 |
|
954 |
add_action( 'admin_enqueue_scripts', 'gglstmp_add_plugin_stylesheet' );
|
955 |
|
956 |
-
add_action( '
|
957 |
add_action( 'save_post', 'gglstmp_update_sitemap' );
|
958 |
add_action( 'trashed_post ', 'gglstmp_update_sitemap' );
|
959 |
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in Google Webmaster Tools account.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.9.3
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
477 |
<option value="hourly"><?php _e( 'Hourly', 'sitemap_pro' ); ?></option>
|
478 |
<option value="daily"><?php _e( 'Daily', 'sitemap_pro' ); ?></option>
|
479 |
<option value="weekly"><?php _e( 'Weekly', 'sitemap_pro' ); ?></option>
|
480 |
+
<option selected value="monthly"><?php _e( 'Monthly', 'sitemap_pro' ); ?></option>
|
481 |
<option value="yearly"><?php _e( 'Yearly', 'sitemap_pro' ); ?></option>
|
482 |
<option value="never"><?php _e( 'Never', 'sitemap_pro' ); ?></option>
|
483 |
</select><br />
|
730 |
if ( "WT:SITEMAP-STATUS" == $val["tag"] )
|
731 |
$sit = $val["value"];
|
732 |
}
|
733 |
+
echo __( "This site is added to the Google Webmaster Tools account", 'sitemap' ) . "<br />";
|
734 |
echo __( "Site URL:", 'sitemap' ) . ' ' . $url_home . "<br />";
|
735 |
echo __( "Site verification:", 'sitemap' ) . ' ';
|
736 |
if ( "true" == $ver )
|
763 |
."<atom:content src=\"" . $url_home . "\" />"
|
764 |
."</atom:entry>\n";
|
765 |
$hasil1 = gglstmp_curl_funct( $au, $url_send, "POST", $content );
|
766 |
+
preg_match( '/(google)[a-z0-9]*\.html/', $hasil1, $matches );
|
767 |
/*===================== Creating html file for verifying site ownership ====================*/
|
768 |
+
if ( ! empty( $matches ) ) {
|
769 |
+
$m1 = "../" . $matches[0];
|
770 |
+
if ( ! ( file_exists ( $m1 ) ) ) {
|
771 |
+
$fp = fopen ("../" . $matches[0], "w+" );
|
772 |
+
fwrite( $fp, "google-site-verification: " . $matches[0] );
|
773 |
+
fclose ( $fp );
|
774 |
+
}
|
775 |
+
/*============================= Verifying site ownership ====================*/
|
776 |
+
$content = "<atom:entry xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:wt=\"http://schemas.google.com/webmasters/tools/2007\">"
|
777 |
+
."<atom:category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/webmasters/tools/2007#site-info'/>"
|
778 |
+
."<wt:verification-method type=\"htmlpage\" in-use=\"true\"/>"
|
779 |
+
."</atom:entry>";
|
780 |
+
$hasil2 = gglstmp_curl_funct( $au, $url_send . $url, "PUT", $content );
|
781 |
+
} else {
|
782 |
+
echo "<h3>" . __( "I want to add this site in Google Webmaster Tools", 'sitemap' ) . "</h3>";
|
783 |
+
if ( stristr( $hasil1, 'google.com/webmasters/tools' ) ) {
|
784 |
+
echo __( "The site is added to the Google Webmaster Tools account.", 'sitemap' ) . "<br />";
|
785 |
+
echo __( "The site coudn't be verified. Please, verify the site manually", 'sitemap' ) . ' - <a href="https://docs.google.com/document/d/1VOJx_OaasVskCqi9fsAbUmxfsckoagPU5Py97yjha9w/edit">' . __( 'View the Instruction', 'sitemap' ) . '</a><br /><br />';
|
786 |
+
} else {
|
787 |
+
echo __( "The site has been added to the Google Webmaster Tools account or some errors occurred while adding the site. Get info about this site to make sure.", 'sitemap' ) . "<br /><br />";
|
788 |
+
}
|
789 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
790 |
}
|
791 |
}
|
792 |
|
814 |
|
815 |
/*============================================ Check post status before Updating ====================*/
|
816 |
if ( ! function_exists( 'gglstmp_check_post_status' ) ) {
|
817 |
+
function gglstmp_check_post_status( $new_status, $old_status, $post ) {
|
818 |
+
if ( ! wp_is_post_revision( $post->ID ) ) {
|
819 |
global $gglstmp_update_sitemap;
|
820 |
+
if ( 'publish' == $new_status || 'trash' == $new_status || 'future' == $new_status ) {
|
821 |
$gglstmp_update_sitemap = true;
|
822 |
+
} elseif ( ( 'publish' == $old_status || 'future' == $old_status ) &&
|
823 |
+
( 'auto-draft' == $new_status || 'draft' == $new_status || 'private' == $new_status || 'pending' == $new_status ) ) {
|
824 |
$gglstmp_update_sitemap = true;
|
825 |
}
|
826 |
+
}
|
827 |
}
|
828 |
}
|
829 |
|
963 |
|
964 |
add_action( 'admin_enqueue_scripts', 'gglstmp_add_plugin_stylesheet' );
|
965 |
|
966 |
+
add_action( 'transition_post_status', 'gglstmp_check_post_status', 10, 3 );
|
967 |
add_action( 'save_post', 'gglstmp_update_sitemap' );
|
968 |
add_action( 'trashed_post ', 'gglstmp_update_sitemap' );
|
969 |
|
languages/bws_menu/bws_menu.php
DELETED
@@ -1,955 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/*
|
3 |
-
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.3.3
|
5 |
-
*/
|
6 |
-
|
7 |
-
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
8 |
-
function bws_add_menu_render() {
|
9 |
-
global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
|
10 |
-
$error = $message = $bwsmn_form_email = '';
|
11 |
-
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94';
|
12 |
-
|
13 |
-
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
-
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
15 |
-
|
16 |
-
$bws_plugins = array(
|
17 |
-
'captcha/captcha.php' => array(
|
18 |
-
'name' => 'Captcha',
|
19 |
-
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
20 |
-
'link' => 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
21 |
-
'download' => 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
22 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
|
23 |
-
'settings' => 'admin.php?page=captcha.php',
|
24 |
-
'pro_version' => 'captcha-pro/captcha_pro.php'
|
25 |
-
),
|
26 |
-
'contact-form-plugin/contact_form.php' => array(
|
27 |
-
'name' => 'Contact form',
|
28 |
-
'description' => 'Add Contact Form to your WordPress website.',
|
29 |
-
'link' => 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
30 |
-
'download' => 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
31 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
|
32 |
-
'settings' => 'admin.php?page=contact_form.php',
|
33 |
-
'pro_version' => 'contact-form-pro/contact_form_pro.php'
|
34 |
-
),
|
35 |
-
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
36 |
-
'name' => 'Facebook Like Button',
|
37 |
-
'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
|
38 |
-
'link' => 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
39 |
-
'download' => 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
40 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
41 |
-
'settings' => 'admin.php?page=facebook-button-plugin.php',
|
42 |
-
'pro_version' => 'facebook-button-pro/facebook-button-pro.php'
|
43 |
-
),
|
44 |
-
'twitter-plugin/twitter.php' => array(
|
45 |
-
'name' => 'Twitter',
|
46 |
-
'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
|
47 |
-
'link' => 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
48 |
-
'download' => 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
49 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
50 |
-
'settings' => 'admin.php?page=twitter.php',
|
51 |
-
'pro_version' => 'twitter-pro/twitter-pro.php'
|
52 |
-
),
|
53 |
-
'portfolio/portfolio.php' => array(
|
54 |
-
'name' => 'Portfolio',
|
55 |
-
'description' => 'Allows you to create a page with the information about your past projects.',
|
56 |
-
'link' => 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
57 |
-
'download' => 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
58 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
|
59 |
-
'settings' => 'admin.php?page=portfolio.php'
|
60 |
-
),
|
61 |
-
'gallery-plugin/gallery-plugin.php' => array(
|
62 |
-
'name' => 'Gallery',
|
63 |
-
'description' => 'Allows you to implement a Gallery page into your website.',
|
64 |
-
'link' => 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
65 |
-
'download' => 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
66 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
67 |
-
'settings' => 'admin.php?page=gallery-plugin.php',
|
68 |
-
'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php'
|
69 |
-
),
|
70 |
-
'adsense-plugin/adsense-plugin.php'=> array(
|
71 |
-
'name' => 'Google AdSense',
|
72 |
-
'description' => 'Allows Google AdSense implementation to your website.',
|
73 |
-
'link' => 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
74 |
-
'download' => 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
75 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
76 |
-
'settings' => 'admin.php?page=adsense-plugin.php'
|
77 |
-
),
|
78 |
-
'custom-search-plugin/custom-search-plugin.php'=> array(
|
79 |
-
'name' => 'Custom Search',
|
80 |
-
'description' => 'Allows to extend your website search functionality by adding a custom post type.',
|
81 |
-
'link' => 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
82 |
-
'download' => 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
83 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
84 |
-
'settings' => 'admin.php?page=custom_search.php'
|
85 |
-
),
|
86 |
-
'quotes-and-tips/quotes-and-tips.php'=> array(
|
87 |
-
'name' => 'Quotes and Tips',
|
88 |
-
'description' => 'Allows you to implement quotes & tips block into your web site.',
|
89 |
-
'link' => 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
90 |
-
'download' => 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
91 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
|
92 |
-
'settings' => 'admin.php?page=quotes-and-tips.php'
|
93 |
-
),
|
94 |
-
'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
|
95 |
-
'name' => 'Google Sitemap',
|
96 |
-
'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
|
97 |
-
'link' => 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
98 |
-
'download' => 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
99 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
100 |
-
'settings' => 'admin.php?page=google-sitemap-plugin.php',
|
101 |
-
'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php'
|
102 |
-
),
|
103 |
-
'updater/updater.php'=> array(
|
104 |
-
'name' => 'Updater',
|
105 |
-
'description' => 'Allows you to update plugins and WP core.',
|
106 |
-
'link' => 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
107 |
-
'download' => 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
108 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
|
109 |
-
'settings' => 'admin.php?page=updater-options',
|
110 |
-
'pro_version' => 'updater-pro/updater_pro.php'
|
111 |
-
),
|
112 |
-
'custom-fields-search/custom-fields-search.php'=> array(
|
113 |
-
'name' => 'Custom Fields Search',
|
114 |
-
'description' => 'Allows you to add website search any existing custom fields.',
|
115 |
-
'link' => 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
116 |
-
'download' => 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
117 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
|
118 |
-
'settings' => 'admin.php?page=custom_fields_search.php'
|
119 |
-
),
|
120 |
-
'google-one/google-plus-one.php' => array(
|
121 |
-
'name' => 'Google +1',
|
122 |
-
'description' => 'Allows you to celebrate liked the article.',
|
123 |
-
'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
124 |
-
'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
125 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
|
126 |
-
'settings' => 'admin.php?page=google-plus-one.php',
|
127 |
-
'pro_version' => 'google-one-pro/google-plus-one-pro.php'
|
128 |
-
),
|
129 |
-
'relevant/related-posts-plugin.php' => array(
|
130 |
-
'name' => 'Relevant - Related Posts',
|
131 |
-
'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
|
132 |
-
'link' => 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
133 |
-
'download' => 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
134 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
|
135 |
-
'settings' => 'admin.php?page=related-posts-plugin.php'
|
136 |
-
),
|
137 |
-
'contact-form-to-db/contact_form_to_db.php' => array(
|
138 |
-
'name' => 'Contact Form To DB',
|
139 |
-
'description' => 'Allows you to manage the messages that have been sent from your site.',
|
140 |
-
'link' => 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
141 |
-
'download' => 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
142 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
|
143 |
-
'settings' => 'admin.php?page=cntctfrmtdb_settings',
|
144 |
-
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php'
|
145 |
-
),
|
146 |
-
'pdf-print/pdf-print.php' => array(
|
147 |
-
'name' => 'PDF & Print',
|
148 |
-
'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
|
149 |
-
'link' => 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
150 |
-
'download' => 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
151 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
|
152 |
-
'settings' => 'admin.php?page=pdf-print.php',
|
153 |
-
'pro_version' => 'pdf-print-pro/pdf-print-pro.php'
|
154 |
-
),
|
155 |
-
'donate-button/donate.php' => array(
|
156 |
-
'name' => 'Donate',
|
157 |
-
'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
|
158 |
-
'link' => 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
159 |
-
'download' => 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
160 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
|
161 |
-
'settings' => 'admin.php?page=donate.php'
|
162 |
-
),
|
163 |
-
'post-to-csv/post-to-csv.php' => array(
|
164 |
-
'name' => 'Post To CSV',
|
165 |
-
'description' => 'The plugin allows to export posts of any types to a csv file.',
|
166 |
-
'link' => 'http://bestwebsoft.com/plugin/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
167 |
-
'download' => 'http://bestwebsoft.com/plugin/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
168 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Post+To+CSV+Bestwebsoft&plugin-search-input=Search+Plugins',
|
169 |
-
'settings' => 'admin.php?page=post-to-csv.php'
|
170 |
-
),
|
171 |
-
'google-shortlink/google-shortlink.php' => array(
|
172 |
-
'name' => 'Google Shortlink',
|
173 |
-
'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
|
174 |
-
'link' => 'http://bestwebsoft.com/plugin/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
175 |
-
'download' => 'http://bestwebsoft.com/plugin/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
176 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Shortlink+Bestwebsoft&plugin-search-input=Search+Plugins',
|
177 |
-
'settings' => 'admin.php?page=gglshrtlnk_options'
|
178 |
-
),
|
179 |
-
'htaccess/htaccess.php' => array(
|
180 |
-
'name' => 'Htaccess',
|
181 |
-
'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
|
182 |
-
'link' => 'http://bestwebsoft.com/plugin/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
183 |
-
'download' => 'http://bestwebsoft.com/plugin/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
184 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
|
185 |
-
'settings' => 'admin.php?page=htaccess.php'
|
186 |
-
),
|
187 |
-
'google-captcha/google-captcha.php' => array(
|
188 |
-
'name' => 'Google Captcha (reCAPTCHA)',
|
189 |
-
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
190 |
-
'link' => 'http://bestwebsoft.com/plugin/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
191 |
-
'download' => 'http://bestwebsoft.com/plugin/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
192 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
|
193 |
-
'settings' => 'admin.php?page=google-captcha.php'
|
194 |
-
),
|
195 |
-
'sender/sender.php' => array(
|
196 |
-
'name' => 'Sender',
|
197 |
-
'description' => 'You can send mails to all users or to certain categories of users.',
|
198 |
-
'link' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
199 |
-
'download' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
200 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
|
201 |
-
'settings' => 'admin.php?page=sndr_settings',
|
202 |
-
'pro_version' => 'sender-pro/sender-pro.php'
|
203 |
-
),
|
204 |
-
'subscriber/subscriber.php' => array(
|
205 |
-
'name' => 'Subscriber',
|
206 |
-
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
207 |
-
'link' => 'http://bestwebsoft.com/plugin/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
208 |
-
'download' => 'http://bestwebsoft.com/plugin/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
209 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
|
210 |
-
'settings' => 'admin.php?page=sbscrbr_settings_page'
|
211 |
-
),
|
212 |
-
'contact-form-multi/contact-form-multi.php' => array(
|
213 |
-
'name' => 'Contact Form Multi',
|
214 |
-
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
215 |
-
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
216 |
-
'download' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
217 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
218 |
-
'settings' => '',
|
219 |
-
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php'
|
220 |
-
),
|
221 |
-
'bws-google-maps/bws-google-maps.php' => array(
|
222 |
-
'name' => 'BestWebSoft Google Maps',
|
223 |
-
'description' => 'Easy to set up and insert Google Maps to your website.',
|
224 |
-
'link' => 'http://bestwebsoft.com/plugin/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
225 |
-
'download' => 'http://bestwebsoft.com/plugin/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
226 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
|
227 |
-
'settings' => 'admin.php?page=bws-google-maps.php',
|
228 |
-
'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php'
|
229 |
-
),
|
230 |
-
'bws-google-analytics/bws-google-analytics.php' => array(
|
231 |
-
'name' => 'BestWebSoft Google Analytics',
|
232 |
-
'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
|
233 |
-
'link' => 'http://bestwebsoft.com/plugin/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
234 |
-
'download' => 'http://bestwebsoft.com/plugin/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
235 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
|
236 |
-
'settings' => 'admin.php?page=bws-google-analytics.php'
|
237 |
-
),
|
238 |
-
'db-manager/db-manager.php' => array(
|
239 |
-
'name' => 'DB manager',
|
240 |
-
'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
|
241 |
-
'link' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
242 |
-
'download' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
243 |
-
'wp_install' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
244 |
-
'settings' => 'admin.php?page=db-manager.php'
|
245 |
-
),
|
246 |
-
'user-role/user-role.php' => array(
|
247 |
-
'name' => 'User Role',
|
248 |
-
'description' => 'Allows to change wordpress user role capabilities.',
|
249 |
-
'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
250 |
-
'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
251 |
-
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
|
252 |
-
'settings' => 'admin.php?page=user-role.php',
|
253 |
-
'pro_version' => 'user-role-pro/user-role-pro.php'
|
254 |
-
)
|
255 |
-
);
|
256 |
-
$bws_plugins_pro = array(
|
257 |
-
'gallery-plugin-pro/gallery-plugin-pro.php' => array(
|
258 |
-
'name' => 'Gallery Pro',
|
259 |
-
'description' => 'Allows you to implement as many galleries as you want into your website.',
|
260 |
-
'link' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
261 |
-
'purchase' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
262 |
-
'settings' => 'admin.php?page=gallery-plugin-pro.php'
|
263 |
-
),
|
264 |
-
'contact-form-pro/contact_form_pro.php' => array(
|
265 |
-
'name' => 'Contact form Pro',
|
266 |
-
'description' => 'Allows you to implement a feedback form to a web-page or a post in no time.',
|
267 |
-
'link' => 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
268 |
-
'purchase' => 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
269 |
-
'settings' => 'admin.php?page=contact_form_pro.php'
|
270 |
-
),
|
271 |
-
'captcha-pro/captcha_pro.php' => array(
|
272 |
-
'name' => 'Captcha Pro',
|
273 |
-
'description' => 'Allows you to implement a super security captcha form into web forms.',
|
274 |
-
'link' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
275 |
-
'purchase' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
276 |
-
'settings' => 'admin.php?page=captcha_pro.php'
|
277 |
-
),
|
278 |
-
'updater-pro/updater_pro.php' => array(
|
279 |
-
'name' => 'Updater Pro',
|
280 |
-
'description' => 'Allows you to update plugins and WordPress core on your website.',
|
281 |
-
'link' => 'http://bestwebsoft.com/plugin/updater-pro/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
282 |
-
'purchase' => 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
283 |
-
'settings' => 'admin.php?page=updater-pro-options'
|
284 |
-
),
|
285 |
-
'contact-form-to-db-pro/contact_form_to_db_pro.php' => array(
|
286 |
-
'name' => 'Contact form to DB Pro',
|
287 |
-
'description' => 'The plugin provides a unique opportunity to manage messages sent from your site via the contact form.',
|
288 |
-
'link' => 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
289 |
-
'purchase' => 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
290 |
-
'settings' => 'admin.php?page=cntctfrmtdbpr_settings'
|
291 |
-
),
|
292 |
-
'google-sitemap-pro/google-sitemap-pro.php'=> array(
|
293 |
-
'name' => 'Google Sitemap Pro',
|
294 |
-
'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
|
295 |
-
'link' => 'http://bestwebsoft.com/plugin/google-sitemap-pro/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
296 |
-
'purchase' => 'http://bestwebsoft.com/plugin/google-sitemap-pro/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
297 |
-
'settings' => 'admin.php?page=google-sitemap-pro.php'
|
298 |
-
),
|
299 |
-
'twitter-pro/twitter-pro.php' => array(
|
300 |
-
'name' => 'Twitter Pro',
|
301 |
-
'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
|
302 |
-
'link' => 'http://bestwebsoft.com/plugin/twitter-pro/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
303 |
-
'purchase' => 'http://bestwebsoft.com/plugin/twitter-pro?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
304 |
-
'settings' => 'admin.php?page=twitter-pro.php'
|
305 |
-
),
|
306 |
-
'google-one-pro/google-plus-one-pro.php' => array(
|
307 |
-
'name' => 'Google +1 Pro',
|
308 |
-
'description' => 'Allows you to celebrate liked the article.',
|
309 |
-
'link' => 'http://bestwebsoft.com/plugin/google-plus-one-pro/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
310 |
-
'purchase' => 'http://bestwebsoft.com/plugin/google-plus-one-pro?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
311 |
-
'settings' => 'admin.php?page=google-plus-one-pro.php'
|
312 |
-
),
|
313 |
-
'facebook-button-pro/facebook-button-pro.php' => array(
|
314 |
-
'name' => 'Facebook Like Button Pro',
|
315 |
-
'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
|
316 |
-
'link' => 'http://bestwebsoft.com/plugin/facebook-like-button-pro/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
317 |
-
'purchase' => 'http://bestwebsoft.com/plugin/facebook-like-button-pro?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
318 |
-
'settings' => 'admin.php?page=facebook-button-pro.php'
|
319 |
-
),
|
320 |
-
'pdf-print-pro/pdf-print-pro.php' => array(
|
321 |
-
'name' => 'PDF & Print Pro',
|
322 |
-
'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
|
323 |
-
'link' => 'http://bestwebsoft.com/plugin/pdf-print-pro/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
324 |
-
'purchase' => 'http://bestwebsoft.com/plugin/pdf-print-pro?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
325 |
-
'settings' => 'admin.php?page=pdf-print-pro.php'
|
326 |
-
),
|
327 |
-
'bws-google-maps-pro/bws-google-maps-pro.php' => array(
|
328 |
-
'name' => 'BestWebSoft Google Maps Pro',
|
329 |
-
'description' => 'Easy to set up and insert Google Maps to your website.',
|
330 |
-
'link' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
331 |
-
'purchase' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
332 |
-
'settings' => 'admin.php?page=bws-google-maps-pro.php'
|
333 |
-
),
|
334 |
-
'contact-form-multi-pro/contact-form-multi-pro.php' => array(
|
335 |
-
'name' => 'Contact Form Multi Pro',
|
336 |
-
'description' => 'This plugin is an exclusive add-on to the Contact Form Pro. Allows to create multiple contact forms.',
|
337 |
-
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
338 |
-
'purchase' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
339 |
-
'settings' => ''
|
340 |
-
),
|
341 |
-
'user-role-pro/user-role-pro.php' => array(
|
342 |
-
'name' => 'User Role Pro',
|
343 |
-
'description' => 'Allows to change wordpress user role capabilities.',
|
344 |
-
'link' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
345 |
-
'purchase' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
346 |
-
'settings' => 'admin.php?page=user-role-pro.php'
|
347 |
-
),
|
348 |
-
'sender-pro/sender-pro.php' => array(
|
349 |
-
'name' => 'Sender Pro',
|
350 |
-
'description' => 'You can send mails to all users or to certain categories of users.',
|
351 |
-
'link' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
352 |
-
'purchase' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
353 |
-
'settings' => 'admin.php?page=sndrpr_settings'
|
354 |
-
)
|
355 |
-
);
|
356 |
-
|
357 |
-
$all_plugins = get_plugins();
|
358 |
-
$active_plugins = get_option( 'active_plugins' );
|
359 |
-
|
360 |
-
$recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
|
361 |
-
|
362 |
-
foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
|
363 |
-
if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
|
364 |
-
unset( $recommend_plugins[ $key_plugin ] );
|
365 |
-
}
|
366 |
-
}
|
367 |
-
|
368 |
-
foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
369 |
-
if ( ! isset( $bws_plugins[ $key_plugin ] ) && ! isset( $bws_plugins_pro[ $key_plugin ] ) )
|
370 |
-
unset( $all_plugins[ $key_plugin ] );
|
371 |
-
|
372 |
-
if ( isset( $bws_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
|
373 |
-
unset( $all_plugins[ $key_plugin ] );
|
374 |
-
}
|
375 |
-
}
|
376 |
-
|
377 |
-
if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) {
|
378 |
-
$all_plugins = get_plugins();
|
379 |
-
$active_plugins = get_option( 'active_plugins' );
|
380 |
-
$sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
|
381 |
-
$mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
|
382 |
-
if ( is_array( $mysql_info) )
|
383 |
-
$sql_mode = $mysql_info[0]->Value;
|
384 |
-
if ( empty( $sql_mode ) )
|
385 |
-
$sql_mode = __( 'Not set', 'bestwebsoft' );
|
386 |
-
if ( ini_get( 'safe_mode' ) )
|
387 |
-
$safe_mode = __( 'On', 'bestwebsoft' );
|
388 |
-
else
|
389 |
-
$safe_mode = __( 'Off', 'bestwebsoft' );
|
390 |
-
if ( ini_get( 'allow_url_fopen' ) )
|
391 |
-
$allow_url_fopen = __( 'On', 'bestwebsoft' );
|
392 |
-
else
|
393 |
-
$allow_url_fopen = __( 'Off', 'bestwebsoft' );
|
394 |
-
if ( ini_get( 'upload_max_filesize' ) )
|
395 |
-
$upload_max_filesize = ini_get( 'upload_max_filesize' );
|
396 |
-
else
|
397 |
-
$upload_max_filesize = __( 'N/A', 'bestwebsoft' );
|
398 |
-
if ( ini_get('post_max_size') )
|
399 |
-
$post_max_size = ini_get('post_max_size');
|
400 |
-
else
|
401 |
-
$post_max_size = __( 'N/A', 'bestwebsoft' );
|
402 |
-
if ( ini_get( 'max_execution_time' ) )
|
403 |
-
$max_execution_time = ini_get( 'max_execution_time' );
|
404 |
-
else
|
405 |
-
$max_execution_time = __( 'N/A', 'bestwebsoft' );
|
406 |
-
if ( ini_get( 'memory_limit' ) )
|
407 |
-
$memory_limit = ini_get( 'memory_limit' );
|
408 |
-
else
|
409 |
-
$memory_limit = __( 'N/A', 'bestwebsoft' );
|
410 |
-
if ( function_exists( 'memory_get_usage' ) )
|
411 |
-
$memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' );
|
412 |
-
else
|
413 |
-
$memory_usage = __( 'N/A', 'bestwebsoft' );
|
414 |
-
if ( is_callable( 'exif_read_data' ) )
|
415 |
-
$exif_read_data = __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
|
416 |
-
else
|
417 |
-
$exif_read_data = __( 'No', 'bestwebsoft' );
|
418 |
-
if ( is_callable( 'iptcparse' ) )
|
419 |
-
$iptcparse = __( 'Yes', 'bestwebsoft' );
|
420 |
-
else
|
421 |
-
$iptcparse = __( 'No', 'bestwebsoft' );
|
422 |
-
if ( is_callable( 'xml_parser_create' ) )
|
423 |
-
$xml_parser_create = __( 'Yes', 'bestwebsoft' );
|
424 |
-
else
|
425 |
-
$xml_parser_create = __( 'No', 'bestwebsoft' );
|
426 |
-
|
427 |
-
if ( function_exists( 'wp_get_theme' ) )
|
428 |
-
$theme = wp_get_theme();
|
429 |
-
else
|
430 |
-
$theme = get_theme( get_current_theme() );
|
431 |
-
|
432 |
-
if ( function_exists( 'is_multisite' ) ) {
|
433 |
-
if ( is_multisite() ) {
|
434 |
-
$multisite = __( 'Yes', 'bestwebsoft' );
|
435 |
-
} else {
|
436 |
-
$multisite = __( 'No', 'bestwebsoft' );
|
437 |
-
}
|
438 |
-
} else
|
439 |
-
$multisite = __( 'N/A', 'bestwebsoft' );
|
440 |
-
|
441 |
-
$site_url = get_option( 'siteurl' );
|
442 |
-
$home_url = get_option( 'home' );
|
443 |
-
$db_version = get_option( 'db_version' );
|
444 |
-
$system_info = array(
|
445 |
-
'system_info' => '',
|
446 |
-
'active_plugins' => '',
|
447 |
-
'inactive_plugins' => ''
|
448 |
-
);
|
449 |
-
$system_info['system_info'] = array(
|
450 |
-
__( 'Operating System', 'bestwebsoft' ) => PHP_OS,
|
451 |
-
__( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
|
452 |
-
__( 'Memory usage', 'bestwebsoft' ) => $memory_usage,
|
453 |
-
__( 'MYSQL Version', 'bestwebsoft' ) => $sql_version,
|
454 |
-
__( 'SQL Mode', 'bestwebsoft' ) => $sql_mode,
|
455 |
-
__( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
|
456 |
-
__( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
|
457 |
-
__( 'PHP Allow URL fopen', 'bestwebsoft' ) => $allow_url_fopen,
|
458 |
-
__( 'PHP Memory Limit', 'bestwebsoft' ) => $memory_limit,
|
459 |
-
__( 'PHP Max Upload Size', 'bestwebsoft' ) => $upload_max_filesize,
|
460 |
-
__( 'PHP Max Post Size', 'bestwebsoft' ) => $post_max_size,
|
461 |
-
__( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
|
462 |
-
__( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
|
463 |
-
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
464 |
-
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
465 |
-
__( 'Site URL', 'bestwebsoft' ) => $site_url,
|
466 |
-
__( 'Home URL', 'bestwebsoft' ) => $home_url,
|
467 |
-
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
468 |
-
'$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
|
469 |
-
__( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
|
470 |
-
__( 'WordPress DB Version', 'bestwebsoft' ) => $db_version,
|
471 |
-
__( 'Multisite', 'bestwebsoft' ) => $multisite,
|
472 |
-
__( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version']
|
473 |
-
);
|
474 |
-
foreach ( $all_plugins as $path => $plugin ) {
|
475 |
-
if ( is_plugin_active( $path ) ) {
|
476 |
-
$system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
477 |
-
} else {
|
478 |
-
$system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
479 |
-
}
|
480 |
-
}
|
481 |
-
}
|
482 |
-
|
483 |
-
if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
|
484 |
-
( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
|
485 |
-
if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
|
486 |
-
$bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
|
487 |
-
if ( $bwsmn_form_email == "" || !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", $bwsmn_form_email ) ) {
|
488 |
-
$error = __( "Please enter a valid email address.", 'bestwebsoft' );
|
489 |
-
} else {
|
490 |
-
$email = $bwsmn_form_email;
|
491 |
-
$bwsmn_form_email = '';
|
492 |
-
$message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
|
493 |
-
}
|
494 |
-
} else {
|
495 |
-
$email = 'plugin_system_status@bestwebsoft.com';
|
496 |
-
$message = __( 'Thank you for contacting us.', 'bestwebsoft' );
|
497 |
-
}
|
498 |
-
|
499 |
-
if ( $error == '' ) {
|
500 |
-
$headers = 'MIME-Version: 1.0' . "\n";
|
501 |
-
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
502 |
-
$headers .= 'From: ' . get_option( 'admin_email' );
|
503 |
-
$message_text = '<html><head><title>System Info From ' . $home_url . '</title></head><body>
|
504 |
-
<h4>Environment</h4>
|
505 |
-
<table>';
|
506 |
-
foreach ( $system_info['system_info'] as $key => $value ) {
|
507 |
-
$message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
|
508 |
-
}
|
509 |
-
$message_text .= '</table>
|
510 |
-
<h4>Active Plugins</h4>
|
511 |
-
<table>';
|
512 |
-
foreach ( $system_info['active_plugins'] as $key => $value ) {
|
513 |
-
$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
|
514 |
-
}
|
515 |
-
$message_text .= '</table>
|
516 |
-
<h4>Inactive Plugins</h4>
|
517 |
-
<table>';
|
518 |
-
foreach ( $system_info['inactive_plugins'] as $key => $value ) {
|
519 |
-
$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
|
520 |
-
}
|
521 |
-
$message_text .= '</table></body></html>';
|
522 |
-
$result = wp_mail( $email, 'System Info From ' . $home_url, $message_text, $headers );
|
523 |
-
if ( $result != true )
|
524 |
-
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
525 |
-
}
|
526 |
-
} ?>
|
527 |
-
<div class="wrap">
|
528 |
-
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
529 |
-
<h2>BestWebSoft</h2>
|
530 |
-
<h2 class="nav-tab-wrapper">
|
531 |
-
<a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
532 |
-
<?php if ( $wp_version >= '3.4' ) { ?>
|
533 |
-
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
|
534 |
-
<?php } ?>
|
535 |
-
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
536 |
-
</h2>
|
537 |
-
<?php if ( !isset( $_GET['action'] ) ) { ?>
|
538 |
-
<ul class="subsubsub">
|
539 |
-
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
540 |
-
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
541 |
-
<li><a <?php if ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=recommended"><?php _e( 'Recommended', 'bestwebsoft' ); ?></a></li>
|
542 |
-
</ul>
|
543 |
-
<div class="clear"></div>
|
544 |
-
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
545 |
-
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
546 |
-
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
547 |
-
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
548 |
-
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
549 |
-
if ( isset( $key_plugin_explode[1] ) )
|
550 |
-
$icon = $key_plugin_explode[0];
|
551 |
-
else {
|
552 |
-
$key_plugin_explode = explode( '-pro/', $key_plugin );
|
553 |
-
$icon = $key_plugin_explode[0];
|
554 |
-
}
|
555 |
-
} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
556 |
-
$key_plugin_explode = explode( '-plugin/', $key_plugin );
|
557 |
-
if ( isset( $key_plugin_explode[1] ) )
|
558 |
-
$icon = $key_plugin_explode[0];
|
559 |
-
else {
|
560 |
-
$key_plugin_explode = explode( '/', $key_plugin );
|
561 |
-
$icon = $key_plugin_explode[0];
|
562 |
-
}
|
563 |
-
}
|
564 |
-
|
565 |
-
if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) { ?>
|
566 |
-
<?php if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) { ?>
|
567 |
-
<div class="bws_product_box bws_exist_overlay">
|
568 |
-
<div class="bws_product">
|
569 |
-
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
570 |
-
<div class="bws_product_content">
|
571 |
-
<div class="bws_product_icon">
|
572 |
-
<div class="bws_product_icon_pro">PRO</div>
|
573 |
-
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
574 |
-
</div>
|
575 |
-
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
576 |
-
</div>
|
577 |
-
<div class="clear"></div>
|
578 |
-
</div>
|
579 |
-
<div class="bws_product_links">
|
580 |
-
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
581 |
-
<?php if ( '' != $bws_plugins_pro[ $key_plugin ]["settings"] ) { ?>
|
582 |
-
<span> | </span>
|
583 |
-
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
584 |
-
<?php } ?>
|
585 |
-
</div>
|
586 |
-
</div>
|
587 |
-
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
|
588 |
-
<div class="bws_product_box bws_product_free">
|
589 |
-
<div class="bws_product">
|
590 |
-
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
591 |
-
<div class="bws_product_content">
|
592 |
-
<div class="bws_product_icon">
|
593 |
-
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
594 |
-
</div>
|
595 |
-
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
596 |
-
</div>
|
597 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
598 |
-
<a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
|
599 |
-
<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
600 |
-
</a>
|
601 |
-
<?php } else { ?>
|
602 |
-
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
603 |
-
<strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
|
604 |
-
</a>
|
605 |
-
<?php } ?>
|
606 |
-
<div class="clear"></div>
|
607 |
-
</div>
|
608 |
-
<div class="bws_product_links">
|
609 |
-
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
610 |
-
<?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
|
611 |
-
<span> | </span>
|
612 |
-
<a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
613 |
-
<?php } ?>
|
614 |
-
</div>
|
615 |
-
</div>
|
616 |
-
<?php }
|
617 |
-
} else {
|
618 |
-
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) { ?>
|
619 |
-
<div class="bws_product_box bws_product_deactivated">
|
620 |
-
<div class="bws_product">
|
621 |
-
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
622 |
-
<div class="bws_product_content">
|
623 |
-
<div class="bws_product_icon">
|
624 |
-
<div class="bws_product_icon_pro">PRO</div>
|
625 |
-
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
626 |
-
</div>
|
627 |
-
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
628 |
-
</div>
|
629 |
-
<div class="clear"></div>
|
630 |
-
</div>
|
631 |
-
<div class="bws_product_links">
|
632 |
-
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
633 |
-
<span> | </span>
|
634 |
-
<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
|
635 |
-
</div>
|
636 |
-
</div>
|
637 |
-
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
|
638 |
-
<div class="bws_product_box bws_product_deactivated bws_product_free">
|
639 |
-
<div class="bws_product">
|
640 |
-
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
641 |
-
<div class="bws_product_content">
|
642 |
-
<div class="bws_product_icon">
|
643 |
-
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
644 |
-
</div>
|
645 |
-
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
646 |
-
</div>
|
647 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
648 |
-
<a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
|
649 |
-
<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
650 |
-
</a>
|
651 |
-
<?php } else { ?>
|
652 |
-
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
653 |
-
<strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
|
654 |
-
</a>
|
655 |
-
<?php } ?>
|
656 |
-
<div class="clear"></div>
|
657 |
-
</div>
|
658 |
-
<div class="bws_product_links">
|
659 |
-
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
660 |
-
<span> | </span>
|
661 |
-
<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
|
662 |
-
</div>
|
663 |
-
</div>
|
664 |
-
<?php }
|
665 |
-
}
|
666 |
-
}
|
667 |
-
} ?>
|
668 |
-
<div class="clear"></div>
|
669 |
-
<?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
670 |
-
<h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
|
671 |
-
<?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
|
672 |
-
|
673 |
-
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
674 |
-
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
675 |
-
if ( isset( $key_plugin_explode[1] ) )
|
676 |
-
$icon = $key_plugin_explode[0];
|
677 |
-
else {
|
678 |
-
$key_plugin_explode = explode( '-pro/', $key_plugin );
|
679 |
-
$icon = $key_plugin_explode[0];
|
680 |
-
}
|
681 |
-
} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
682 |
-
$key_plugin_explode = explode( '-plugin/', $key_plugin );
|
683 |
-
if ( isset( $key_plugin_explode[1] ) )
|
684 |
-
$icon = $key_plugin_explode[0];
|
685 |
-
else {
|
686 |
-
$key_plugin_explode = explode( '/', $key_plugin );
|
687 |
-
$icon = $key_plugin_explode[0];
|
688 |
-
}
|
689 |
-
} ?>
|
690 |
-
<div class="bws_product_box">
|
691 |
-
<div class="bws_product">
|
692 |
-
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
693 |
-
<div class="bws_product_content">
|
694 |
-
<div class="bws_product_icon">
|
695 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
696 |
-
<div class="bws_product_icon_pro">PRO</div>
|
697 |
-
<?php } ?>
|
698 |
-
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
699 |
-
</div>
|
700 |
-
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
701 |
-
</div>
|
702 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
703 |
-
<a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["link"]; ?>" target="_blank">
|
704 |
-
<?php echo _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
705 |
-
</a>
|
706 |
-
<?php } else { ?>
|
707 |
-
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
708 |
-
<strong><?php echo _e( 'DONATE', 'bestwebsoft' );?></strong>
|
709 |
-
</a>
|
710 |
-
<?php } ?>
|
711 |
-
</div>
|
712 |
-
<div class="clear"></div>
|
713 |
-
<div class="bws_product_links">
|
714 |
-
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php echo __( "Learn more", 'bestwebsoft' ); ?></a>
|
715 |
-
<span> | </span>
|
716 |
-
<a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php echo __( "Install now", 'bestwebsoft' ); ?></a>
|
717 |
-
</div>
|
718 |
-
</div>
|
719 |
-
<?php }
|
720 |
-
} ?>
|
721 |
-
<?php } elseif ( 'themes' == $_GET['action'] ) { ?>
|
722 |
-
<div id="availablethemes">
|
723 |
-
<?php global $tabs, $tab, $paged, $type, $theme_field_defaults;
|
724 |
-
include( ABSPATH . 'wp-admin/includes/theme-install.php' );
|
725 |
-
include( ABSPATH . 'wp-admin/includes/class-wp-themes-list-table.php' );
|
726 |
-
include( ABSPATH . 'wp-admin/includes/class-wp-theme-install-list-table.php' );
|
727 |
-
|
728 |
-
$theme_class = new WP_Theme_Install_List_Table();
|
729 |
-
$paged = $theme_class->get_pagenum();
|
730 |
-
$per_page = 36;
|
731 |
-
$args = array( 'page' => $paged, 'per_page' => $per_page, 'fields' => $theme_field_defaults );
|
732 |
-
$args['author'] = 'bestwebsoft';
|
733 |
-
$args = apply_filters( 'install_themes_table_api_args_search', $args );
|
734 |
-
$api = themes_api( 'query_themes', $args );
|
735 |
-
|
736 |
-
if ( is_wp_error( $api ) )
|
737 |
-
wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try again' ) . '</a>' );
|
738 |
-
|
739 |
-
$theme_class->items = $api->themes;
|
740 |
-
$theme_class->set_pagination_args( array(
|
741 |
-
'total_items' => $api->info['results'],
|
742 |
-
'per_page' => $per_page,
|
743 |
-
'infinite_scroll' => true,
|
744 |
-
) );
|
745 |
-
$themes = $theme_class->items;
|
746 |
-
if ( $wp_version < '3.9' ) {
|
747 |
-
foreach ( $themes as $theme ) { ?>
|
748 |
-
<div class="available-theme installable-theme"><?php
|
749 |
-
global $themes_allowedtags;
|
750 |
-
if ( empty( $theme ) )
|
751 |
-
return;
|
752 |
-
|
753 |
-
$name = wp_kses( $theme->name, $themes_allowedtags );
|
754 |
-
$author = wp_kses( $theme->author, $themes_allowedtags );
|
755 |
-
$preview_title = sprintf( __('Preview “%s”'), $name );
|
756 |
-
$preview_url = add_query_arg( array(
|
757 |
-
'tab' => 'theme-information',
|
758 |
-
'theme' => $theme->slug,
|
759 |
-
), self_admin_url( 'theme-install.php' ) );
|
760 |
-
|
761 |
-
$actions = array();
|
762 |
-
|
763 |
-
$install_url = add_query_arg( array(
|
764 |
-
'action' => 'install-theme',
|
765 |
-
'theme' => $theme->slug,
|
766 |
-
), self_admin_url( 'update.php' ) );
|
767 |
-
|
768 |
-
$update_url = add_query_arg( array(
|
769 |
-
'action' => 'upgrade-theme',
|
770 |
-
'theme' => $theme->slug,
|
771 |
-
), self_admin_url( 'update.php' ) );
|
772 |
-
|
773 |
-
$status = 'install';
|
774 |
-
$installed_theme = wp_get_theme( $theme->slug );
|
775 |
-
if ( $installed_theme->exists() ) {
|
776 |
-
if ( version_compare( $installed_theme->get('Version'), $theme->version, '=' ) )
|
777 |
-
$status = 'latest_installed';
|
778 |
-
elseif ( version_compare( $installed_theme->get('Version'), $theme->version, '>' ) )
|
779 |
-
$status = 'newer_installed';
|
780 |
-
else
|
781 |
-
$status = 'update_available';
|
782 |
-
}
|
783 |
-
switch ( $status ) {
|
784 |
-
default:
|
785 |
-
case 'install':
|
786 |
-
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
787 |
-
break;
|
788 |
-
case 'update_available':
|
789 |
-
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ) . '">' . __( 'Update' ) . '</a>';
|
790 |
-
break;
|
791 |
-
case 'newer_installed':
|
792 |
-
case 'latest_installed':
|
793 |
-
$actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme' ) . '</span>';
|
794 |
-
break;
|
795 |
-
}
|
796 |
-
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
|
797 |
-
$actions = apply_filters( 'theme_install_actions', $actions, $theme ); ?>
|
798 |
-
<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
|
799 |
-
<img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
|
800 |
-
</a>
|
801 |
-
<h3><?php echo $name; ?></h3>
|
802 |
-
<div class="theme-author"><?php printf( __( 'By %s' ), $author ); ?></div>
|
803 |
-
<div class="action-links">
|
804 |
-
<ul>
|
805 |
-
<?php foreach ( $actions as $action ): ?>
|
806 |
-
<li><?php echo $action; ?></li>
|
807 |
-
<?php endforeach; ?>
|
808 |
-
<li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li>
|
809 |
-
</ul>
|
810 |
-
</div>
|
811 |
-
<?php $theme_class->install_theme_info( $theme ); ?>
|
812 |
-
</div>
|
813 |
-
<?php }
|
814 |
-
// end foreach $theme_names
|
815 |
-
$theme_class->theme_installer();
|
816 |
-
} else { ?>
|
817 |
-
<div class="theme-browser">
|
818 |
-
<div class="themes">
|
819 |
-
<?php foreach ( $themes as $key => $theme ) {
|
820 |
-
$installed_theme = wp_get_theme( $theme->slug );
|
821 |
-
if ( $installed_theme->exists() )
|
822 |
-
$theme->installed = true;
|
823 |
-
else
|
824 |
-
$theme->installed = false;
|
825 |
-
?>
|
826 |
-
<div class="theme" tabindex="0">
|
827 |
-
<?php if ( $theme->screenshot_url ) { ?>
|
828 |
-
<div class="theme-screenshot">
|
829 |
-
<img src="<?php echo $theme->screenshot_url; ?>" alt="" />
|
830 |
-
</div>
|
831 |
-
<?php } else { ?>
|
832 |
-
<div class="theme-screenshot blank"></div>
|
833 |
-
<?php } ?>
|
834 |
-
<div class="theme-author"><?php printf( __( 'By %s' ), $theme->author ); ?></div>
|
835 |
-
<h3 class="theme-name"><?php echo $theme->name; ?></h3>
|
836 |
-
<div class="theme-actions">
|
837 |
-
<a class="button button-secondary preview install-theme-preview" href="theme-install.php?theme=<?php echo $theme->slug ?>"><?php esc_html_e( 'Learn More' ); ?></a>
|
838 |
-
</div>
|
839 |
-
<?php if ( $theme->installed ) { ?>
|
840 |
-
<div class="theme-installed"><?php _e( 'Already Installed' ); ?></div>
|
841 |
-
<?php } ?>
|
842 |
-
</div>
|
843 |
-
<?php } ?>
|
844 |
-
<br class="clear" />
|
845 |
-
</div>
|
846 |
-
</div>
|
847 |
-
<div class="theme-overlay"></div>
|
848 |
-
<?php } ?>
|
849 |
-
</div>
|
850 |
-
<?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
|
851 |
-
<div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
852 |
-
<div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
853 |
-
<h3><?php _e( 'System status', 'bestwebsoft' ); ?></h3>
|
854 |
-
<div class="inside">
|
855 |
-
<table class="bws_system_info">
|
856 |
-
<thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
|
857 |
-
<tbody>
|
858 |
-
<?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
|
859 |
-
<tr>
|
860 |
-
<td scope="row"><?php echo $key; ?></td>
|
861 |
-
<td scope="row"><?php echo $value; ?></td>
|
862 |
-
</tr>
|
863 |
-
<?php } ?>
|
864 |
-
</tbody>
|
865 |
-
</table>
|
866 |
-
<table class="bws_system_info">
|
867 |
-
<thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
868 |
-
<tbody>
|
869 |
-
<?php foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
|
870 |
-
<tr>
|
871 |
-
<td scope="row"><?php echo $key; ?></td>
|
872 |
-
<td scope="row"><?php echo $value; ?></td>
|
873 |
-
</tr>
|
874 |
-
<?php } ?>
|
875 |
-
</tbody>
|
876 |
-
</table>
|
877 |
-
<table class="bws_system_info">
|
878 |
-
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
879 |
-
<tbody>
|
880 |
-
<?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
881 |
-
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
882 |
-
<tr>
|
883 |
-
<td scope="row"><?php echo $key; ?></td>
|
884 |
-
<td scope="row"><?php echo $value; ?></td>
|
885 |
-
</tr>
|
886 |
-
<?php }
|
887 |
-
} ?>
|
888 |
-
</tbody>
|
889 |
-
</table>
|
890 |
-
<div class="clear"></div>
|
891 |
-
<form method="post" action="admin.php?page=bws_plugins&action=system_status">
|
892 |
-
<p>
|
893 |
-
<input type="hidden" name="bwsmn_form_submit" value="submit" />
|
894 |
-
<input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
|
895 |
-
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
|
896 |
-
</p>
|
897 |
-
</form>
|
898 |
-
<form method="post" action="admin.php?page=bws_plugins&action=system_status">
|
899 |
-
<p>
|
900 |
-
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
901 |
-
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
902 |
-
<input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
|
903 |
-
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
|
904 |
-
</p>
|
905 |
-
</form>
|
906 |
-
</div>
|
907 |
-
<?php } ?>
|
908 |
-
</div>
|
909 |
-
<?php }
|
910 |
-
}
|
911 |
-
|
912 |
-
if ( ! function_exists ( 'bws_plugin_init' ) ) {
|
913 |
-
function bws_plugin_init() {
|
914 |
-
// Internationalization, first(!)
|
915 |
-
load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
916 |
-
}
|
917 |
-
}
|
918 |
-
|
919 |
-
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
920 |
-
function bws_admin_enqueue_scripts() {
|
921 |
-
global $wp_version;
|
922 |
-
if ( $wp_version < 3.8 )
|
923 |
-
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
|
924 |
-
else
|
925 |
-
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style.css', __FILE__ ) );
|
926 |
-
|
927 |
-
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) {
|
928 |
-
wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
|
929 |
-
wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
|
930 |
-
if ( $wp_version >= '3.8' )
|
931 |
-
wp_enqueue_script( 'theme-install' );
|
932 |
-
elseif ( $wp_version >= '3.4' )
|
933 |
-
wp_enqueue_script( 'theme' );
|
934 |
-
}
|
935 |
-
}
|
936 |
-
}
|
937 |
-
|
938 |
-
if ( ! function_exists ( 'bws_admin_head' ) ) {
|
939 |
-
function bws_admin_head() {
|
940 |
-
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
|
941 |
-
<noscript>
|
942 |
-
<style type="text/css">
|
943 |
-
.bws_product_button {
|
944 |
-
display: inline-block;
|
945 |
-
}
|
946 |
-
</style>
|
947 |
-
</noscript>
|
948 |
-
<?php }
|
949 |
-
}
|
950 |
-
}
|
951 |
-
|
952 |
-
add_action( 'admin_init', 'bws_plugin_init' );
|
953 |
-
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
954 |
-
add_action( 'admin_head', 'bws_admin_head' );
|
955 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/css/general_style.css
DELETED
@@ -1,253 +0,0 @@
|
|
1 |
-
#adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
|
2 |
-
.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
|
3 |
-
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
|
4 |
-
#adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
|
5 |
-
background: url("../images/icon_16_single.png") no-repeat scroll center center transparent;
|
6 |
-
}
|
7 |
-
#adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
|
8 |
-
opacity: 0.7;
|
9 |
-
}
|
10 |
-
#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
11 |
-
display: none;
|
12 |
-
}
|
13 |
-
/*
|
14 |
-
* styles for rate-support div on the settings page
|
15 |
-
*/
|
16 |
-
.bws-plugin-reviews {
|
17 |
-
background: none repeat scroll 0 0 #BEE1F1;
|
18 |
-
border: 1px solid #70A8C2;
|
19 |
-
border-radius: 3px;
|
20 |
-
max-width: 700px;
|
21 |
-
}
|
22 |
-
.bws-plugin-reviews-rate {
|
23 |
-
padding: 10px;
|
24 |
-
border-bottom: 1px dashed #70A8C2;
|
25 |
-
}
|
26 |
-
.bws-plugin-reviews-support {
|
27 |
-
padding: 10px;
|
28 |
-
}
|
29 |
-
/*
|
30 |
-
* styles for Go PRO tab
|
31 |
-
*/
|
32 |
-
.bws_go_pro_tab {
|
33 |
-
background-color: #2A95C5;
|
34 |
-
border-color: #11688F;
|
35 |
-
color: #FFFFFF;
|
36 |
-
font-weight: normal;
|
37 |
-
text-shadow: none;
|
38 |
-
}
|
39 |
-
.bws_go_pro_tab:hover {
|
40 |
-
background-color: #2080AB;
|
41 |
-
color: #FFFFFF;
|
42 |
-
border-color: #11688F;
|
43 |
-
}
|
44 |
-
.bws_go_pro_tab.nav-tab-active {
|
45 |
-
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
|
46 |
-
border-color: #CCCCCC #CCCCCC #F1F1F1;
|
47 |
-
color: #000000;
|
48 |
-
}
|
49 |
-
/*
|
50 |
-
* styles for pro_version settings and tooltip
|
51 |
-
*/
|
52 |
-
td.bws_pro_version,
|
53 |
-
tr.bws_pro_version,
|
54 |
-
.nav-tab.bws_plugin_menu_pro_version,
|
55 |
-
.nav-tab.bws_plugin_menu_pro_version:hover {
|
56 |
-
background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
|
57 |
-
border: 1px solid #AAA;
|
58 |
-
}
|
59 |
-
td.bws_pro_version_tooltip {
|
60 |
-
border: 1px solid #AAA;
|
61 |
-
position: inherit;
|
62 |
-
}
|
63 |
-
.bws_pro_version_bloc {
|
64 |
-
position: relative;
|
65 |
-
margin: 5px 0;
|
66 |
-
border: 1px solid #AAAAAA;
|
67 |
-
max-width: 800px;
|
68 |
-
}
|
69 |
-
.bws_table_bg {
|
70 |
-
background: #f8e268 url("../images/pattern.png");
|
71 |
-
opacity: 0.11;
|
72 |
-
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
|
73 |
-
-moz-opacity: 0.11; /* Mozilla 1.6 и ниже */
|
74 |
-
width: 100%;
|
75 |
-
height: 100%;
|
76 |
-
position: absolute;
|
77 |
-
z-index: 1;
|
78 |
-
}
|
79 |
-
.bws_pro_version_table_bloc table.bws_pro_version {
|
80 |
-
background: transparent;
|
81 |
-
margin: 0;
|
82 |
-
border: none;
|
83 |
-
width: 100%;
|
84 |
-
}
|
85 |
-
table.bws_pro_version {
|
86 |
-
background: #E0E0E0;
|
87 |
-
border: 1px solid #AAA;
|
88 |
-
margin-bottom: 5px;
|
89 |
-
width: auto;
|
90 |
-
}
|
91 |
-
table.bws_pro_version tbody {
|
92 |
-
display: block;
|
93 |
-
}
|
94 |
-
table.bws_pro_version th,
|
95 |
-
table.bws_pro_version td {
|
96 |
-
padding-left: 10px;
|
97 |
-
}
|
98 |
-
.bws_pro_version_tooltip {
|
99 |
-
background: #FFF;
|
100 |
-
border-top: 1px solid #AAA;
|
101 |
-
position: relative;
|
102 |
-
z-index: 2;
|
103 |
-
padding: 10px;
|
104 |
-
font-size: 14px;
|
105 |
-
}
|
106 |
-
.bws_pro_version_tooltip .bws_button {
|
107 |
-
background: #dd5738;
|
108 |
-
border: none;
|
109 |
-
text-decoration: none;
|
110 |
-
color: #fff;
|
111 |
-
padding: 5px 17px;
|
112 |
-
border-radius: 2px;
|
113 |
-
margin: 5px 10px;
|
114 |
-
float: right;
|
115 |
-
}
|
116 |
-
.bws_pro_version_tooltip .bws_info {
|
117 |
-
float: left;
|
118 |
-
padding-top: 10px;
|
119 |
-
}
|
120 |
-
.bws_pro_version_tooltip .bws_pro_links {
|
121 |
-
float: right;
|
122 |
-
}
|
123 |
-
.bws_pro_version_tooltip .bws_trial_info {
|
124 |
-
padding-top: 10px;
|
125 |
-
display: inline-block;
|
126 |
-
}
|
127 |
-
div.bws_pro_version {
|
128 |
-
padding: 5px 10px;
|
129 |
-
}
|
130 |
-
a.bws_plugin_pro_version {
|
131 |
-
display: block;
|
132 |
-
background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
|
133 |
-
border: 1px solid #AAA;
|
134 |
-
padding: 5px;
|
135 |
-
text-decoration: none;
|
136 |
-
color: #666;
|
137 |
-
}
|
138 |
-
.bws_pro_version_single_link,
|
139 |
-
.bws_pro_version_single_link:hover {
|
140 |
-
text-decoration: none;
|
141 |
-
color: #666;
|
142 |
-
}
|
143 |
-
/* style for mini-block (ex. google map) */
|
144 |
-
.bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version {
|
145 |
-
width: auto;
|
146 |
-
}
|
147 |
-
.bws_pro_version_bloc_mini .bws_pro_version_tooltip {
|
148 |
-
padding: 10px 61px;
|
149 |
-
text-align: center;
|
150 |
-
width: 200px;
|
151 |
-
}
|
152 |
-
.bws_pro_version_bloc_mini .bws_pro_version_tooltip a {
|
153 |
-
display: inline-block;
|
154 |
-
line-height: 1.5;
|
155 |
-
}
|
156 |
-
.bws_pro_version_bloc_mini .bws_pro_version_tooltip .bws_button {
|
157 |
-
margin: 10px 10px 5px;
|
158 |
-
padding: 5px 50px;
|
159 |
-
float: none;
|
160 |
-
}
|
161 |
-
/* #### Mobile Phones Portrait or Landscape #### */
|
162 |
-
@media screen and (max-device-width: 640px) {
|
163 |
-
.bws_pro_version_tooltip {
|
164 |
-
padding: 10px;
|
165 |
-
text-align: center;
|
166 |
-
}
|
167 |
-
.bws_pro_version_tooltip .bws_info {
|
168 |
-
float: none;
|
169 |
-
text-align: center;
|
170 |
-
}
|
171 |
-
.bws_pro_version_tooltip a {
|
172 |
-
display: inline-block;
|
173 |
-
line-height: 1.5;
|
174 |
-
}
|
175 |
-
.bws_pro_version_tooltip .bws_info a {
|
176 |
-
display: block;
|
177 |
-
}
|
178 |
-
.bws_pro_version_tooltip .bws_button {
|
179 |
-
margin: 10px 10px 5px;
|
180 |
-
padding: 5px 50px;
|
181 |
-
float: none;
|
182 |
-
}
|
183 |
-
}
|
184 |
-
|
185 |
-
/*
|
186 |
-
* styles for banner
|
187 |
-
*/
|
188 |
-
.bws_banner_on_plugin_page {
|
189 |
-
border: 1px solid #d4d4d4;
|
190 |
-
margin: 12px 0;
|
191 |
-
background: #FFF;
|
192 |
-
position: relative;
|
193 |
-
overflow: hidden
|
194 |
-
}
|
195 |
-
.bws_banner_on_plugin_page .text {
|
196 |
-
color: #000;
|
197 |
-
font-size: 15px;
|
198 |
-
line-height: 26px;
|
199 |
-
margin: 18px 18px 14px;
|
200 |
-
float: left;
|
201 |
-
width: auto;
|
202 |
-
max-width: 80%;
|
203 |
-
}
|
204 |
-
.bws_banner_on_plugin_page .text span {
|
205 |
-
font-size: 12px;
|
206 |
-
opacity: 0.7;
|
207 |
-
}
|
208 |
-
.bws_banner_on_plugin_page .button {
|
209 |
-
float: left;
|
210 |
-
border: none;
|
211 |
-
font-size: 14px;
|
212 |
-
margin: 18px 0 18px 16px;
|
213 |
-
padding: 12px 0;
|
214 |
-
color: #FFF;
|
215 |
-
text-shadow: none;
|
216 |
-
font-weight: bold;
|
217 |
-
background: #0074A2;
|
218 |
-
-moz-border-radius: 3px;
|
219 |
-
border-radius: 3px;
|
220 |
-
-webkit-border-radius: 3px;
|
221 |
-
text-decoration: none;
|
222 |
-
height: 50px;
|
223 |
-
text-align: center;
|
224 |
-
text-transform: uppercase;
|
225 |
-
width: 147px;
|
226 |
-
box-shadow: none;
|
227 |
-
line-height: 26px;
|
228 |
-
}
|
229 |
-
.bws_banner_on_plugin_page .button:hover,
|
230 |
-
.bws_banner_on_plugin_page .button:focus {
|
231 |
-
background: #222;
|
232 |
-
color: #FFF;
|
233 |
-
}
|
234 |
-
.bws_banner_on_plugin_page .icon {
|
235 |
-
float: right;
|
236 |
-
margin: 12px 8px 8px 0;
|
237 |
-
}
|
238 |
-
.bws_banner_on_plugin_page .close_icon {
|
239 |
-
float: right;
|
240 |
-
margin: 8px;
|
241 |
-
cursor: pointer;
|
242 |
-
}
|
243 |
-
/* #### Mobile Phones Portrait or Landscape #### */
|
244 |
-
@media screen and (max-device-width: 640px) {
|
245 |
-
.bws_banner_on_plugin_page .text,
|
246 |
-
.bws_banner_on_plugin_page .icon,
|
247 |
-
.bws_banner_on_plugin_page .button_div,
|
248 |
-
.bws_banner_on_plugin_page .button {
|
249 |
-
float: none;
|
250 |
-
text-align: center;
|
251 |
-
max-width: 100%;
|
252 |
-
}
|
253 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/css/general_style_wp_before_3.8.css
DELETED
@@ -1,259 +0,0 @@
|
|
1 |
-
#adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
|
2 |
-
background: url("../images/icon_16.png") no-repeat scroll center center transparent;
|
3 |
-
}
|
4 |
-
#wpadminbar li#wp-admin-bar-pdfprnt-bar-menu a:hover span.admin-bar-menu-bws-icon {
|
5 |
-
background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
|
6 |
-
}
|
7 |
-
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
|
8 |
-
#adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
|
9 |
-
background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
|
10 |
-
}
|
11 |
-
.wrap #icon-options-general.icon32-bws {
|
12 |
-
background: url("../images/icon_36.png") no-repeat scroll left top transparent;
|
13 |
-
}
|
14 |
-
#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
15 |
-
display: none;
|
16 |
-
}
|
17 |
-
/*
|
18 |
-
* styles for rate-support div on the settings page
|
19 |
-
*/
|
20 |
-
.bws-plugin-reviews {
|
21 |
-
background: none repeat scroll 0 0 #BEE1F1;
|
22 |
-
border: 1px solid #70A8C2;
|
23 |
-
border-radius: 3px;
|
24 |
-
max-width: 700px;
|
25 |
-
}
|
26 |
-
.bws-plugin-reviews-rate {
|
27 |
-
padding: 10px;
|
28 |
-
border-bottom: 1px dashed #70A8C2;
|
29 |
-
}
|
30 |
-
.bws-plugin-reviews-support {
|
31 |
-
padding: 10px;
|
32 |
-
}
|
33 |
-
/*
|
34 |
-
* styles for Go PRO tab
|
35 |
-
*/
|
36 |
-
.bws_go_pro_tab {
|
37 |
-
background-color: #2A95C5;
|
38 |
-
border-color: #11688F;
|
39 |
-
color: #FFFFFF;
|
40 |
-
font-weight: normal !important;
|
41 |
-
text-shadow: none;
|
42 |
-
}
|
43 |
-
.bws_go_pro_tab:hover {
|
44 |
-
background-color: #2080AB;
|
45 |
-
color: #FFFFFF;
|
46 |
-
border-color: #11688F;
|
47 |
-
}
|
48 |
-
/*
|
49 |
-
* styles for pro_version settings and tooltip
|
50 |
-
*/
|
51 |
-
td.bws_pro_version,
|
52 |
-
tr.bws_pro_version,
|
53 |
-
.nav-tab.bws_plugin_menu_pro_version,
|
54 |
-
.nav-tab.bws_plugin_menu_pro_version:hover {
|
55 |
-
background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
|
56 |
-
border: 1px solid #AAA;
|
57 |
-
}
|
58 |
-
.nav-tab.bws_plugin_menu_pro_version:hover {
|
59 |
-
color: #AAAAAA;
|
60 |
-
}
|
61 |
-
td.bws_pro_version_tooltip {
|
62 |
-
border: 1px solid #AAA;
|
63 |
-
position: inherit;
|
64 |
-
}
|
65 |
-
.bws_pro_version_bloc {
|
66 |
-
position: relative;
|
67 |
-
margin: 5px 0;
|
68 |
-
border: 1px solid #AAAAAA;
|
69 |
-
max-width: 800px;
|
70 |
-
}
|
71 |
-
.bws_table_bg {
|
72 |
-
background: #f8e268 url("../images/pattern.png");
|
73 |
-
opacity: 0.11;
|
74 |
-
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
|
75 |
-
-moz-opacity: 0.11; /* Mozilla 1.6 и ниже */
|
76 |
-
width: 100%;
|
77 |
-
height: 100%;
|
78 |
-
position: absolute;
|
79 |
-
z-index: 1;
|
80 |
-
}
|
81 |
-
.bws_pro_version_table_bloc table.bws_pro_version {
|
82 |
-
background: transparent;
|
83 |
-
margin: 0;
|
84 |
-
border: none;
|
85 |
-
width: 100%;
|
86 |
-
}
|
87 |
-
table.bws_pro_version {
|
88 |
-
background: #E0E0E0;
|
89 |
-
border: 1px solid #AAA;
|
90 |
-
margin-bottom: 5px;
|
91 |
-
width: auto;
|
92 |
-
}
|
93 |
-
table.bws_pro_version tbody {
|
94 |
-
display: block;
|
95 |
-
}
|
96 |
-
table.bws_pro_version th,
|
97 |
-
table.bws_pro_version td {
|
98 |
-
padding-left: 10px;
|
99 |
-
}
|
100 |
-
.bws_pro_version_tooltip {
|
101 |
-
background: #FFF;
|
102 |
-
border-top: 1px solid #AAA;
|
103 |
-
position: relative;
|
104 |
-
z-index: 2;
|
105 |
-
padding: 10px;
|
106 |
-
font-size: 14px;
|
107 |
-
}
|
108 |
-
.bws_pro_version_tooltip .bws_button {
|
109 |
-
background: #dd5738;
|
110 |
-
border: none;
|
111 |
-
text-decoration: none;
|
112 |
-
color: #fff;
|
113 |
-
padding: 5px 17px;
|
114 |
-
border-radius: 2px;
|
115 |
-
margin: 5px 10px;
|
116 |
-
float: right;
|
117 |
-
}
|
118 |
-
.bws_pro_version_tooltip .bws_info {
|
119 |
-
float: left;
|
120 |
-
padding-top: 10px;
|
121 |
-
}
|
122 |
-
.bws_pro_version_tooltip .bws_pro_links {
|
123 |
-
float: right;
|
124 |
-
}
|
125 |
-
.bws_pro_version_tooltip .bws_trial_info {
|
126 |
-
padding-top: 10px;
|
127 |
-
display: inline-block;
|
128 |
-
}
|
129 |
-
div.bws_pro_version {
|
130 |
-
padding: 5px 10px;
|
131 |
-
}
|
132 |
-
a.bws_plugin_pro_version {
|
133 |
-
display: block;
|
134 |
-
background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
|
135 |
-
border: 1px solid #AAA;
|
136 |
-
padding: 5px;
|
137 |
-
text-decoration: none;
|
138 |
-
color: #666;
|
139 |
-
}
|
140 |
-
.bws_pro_version_single_link,
|
141 |
-
.bws_pro_version_single_link:hover {
|
142 |
-
text-decoration: none;
|
143 |
-
color: #666;
|
144 |
-
}
|
145 |
-
/* style for mini-block (ex. google map) */
|
146 |
-
.bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version {
|
147 |
-
width: auto;
|
148 |
-
}
|
149 |
-
.bws_pro_version_bloc_mini .bws_pro_version_tooltip {
|
150 |
-
padding: 10px 61px;
|
151 |
-
text-align: center;
|
152 |
-
width: 200px;
|
153 |
-
}
|
154 |
-
.bws_pro_version_bloc_mini .bws_pro_version_tooltip a {
|
155 |
-
display: inline-block;
|
156 |
-
line-height: 1.5;
|
157 |
-
}
|
158 |
-
.bws_pro_version_bloc_mini .bws_pro_version_tooltip .bws_button {
|
159 |
-
margin: 10px 10px 5px;
|
160 |
-
padding: 5px 50px;
|
161 |
-
float: none;
|
162 |
-
}
|
163 |
-
/* #### Mobile Phones Portrait or Landscape #### */
|
164 |
-
@media screen and (max-device-width: 640px) {
|
165 |
-
.bws_pro_version_tooltip {
|
166 |
-
padding: 10px;
|
167 |
-
text-align: center;
|
168 |
-
}
|
169 |
-
.bws_pro_version_tooltip .bws_info {
|
170 |
-
float: none;
|
171 |
-
text-align: center;
|
172 |
-
}
|
173 |
-
.bws_pro_version_tooltip a {
|
174 |
-
display: inline-block;
|
175 |
-
line-height: 1.5;
|
176 |
-
}
|
177 |
-
.bws_pro_version_tooltip .bws_info a {
|
178 |
-
display: block;
|
179 |
-
}
|
180 |
-
.bws_pro_version_tooltip .bws_button {
|
181 |
-
margin: 10px 10px 5px;
|
182 |
-
padding: 5px 50px;
|
183 |
-
float: none;
|
184 |
-
}
|
185 |
-
}
|
186 |
-
/*
|
187 |
-
* styles for banner
|
188 |
-
*/
|
189 |
-
.bws_banner_on_plugin_page {
|
190 |
-
border: 1px solid #d4d4d4;
|
191 |
-
background: #FFF;
|
192 |
-
position: relative;
|
193 |
-
overflow: hidden;
|
194 |
-
margin: 12px 0;
|
195 |
-
background: #ECECEC;
|
196 |
-
-moz-border-radius: 3px;
|
197 |
-
-webkit-border-radius: 3px;
|
198 |
-
border-radius: 3px;
|
199 |
-
}
|
200 |
-
.bws_banner_on_plugin_page .text {
|
201 |
-
color: #000;
|
202 |
-
font-size: 15px;
|
203 |
-
line-height: 26px;
|
204 |
-
margin: 18px 18px 14px;
|
205 |
-
float: left;
|
206 |
-
width: auto;
|
207 |
-
max-width: 80%;
|
208 |
-
}
|
209 |
-
.bws_banner_on_plugin_page .text span {
|
210 |
-
font-size: 12px;
|
211 |
-
opacity: 0.7;
|
212 |
-
}
|
213 |
-
.bws_banner_on_plugin_page .button {
|
214 |
-
float: left;
|
215 |
-
border: none;
|
216 |
-
font-size: 14px;
|
217 |
-
margin: 18px 0 18px 16px;
|
218 |
-
padding: 14px 0;
|
219 |
-
color: #FFF;
|
220 |
-
text-shadow: none;
|
221 |
-
font-weight: bold;
|
222 |
-
background: #0074A2;
|
223 |
-
-moz-border-radius: 3px;
|
224 |
-
border-radius: 3px;
|
225 |
-
-webkit-border-radius: 3px;
|
226 |
-
text-decoration: none;
|
227 |
-
height: 50px;
|
228 |
-
text-align: center;
|
229 |
-
text-transform: uppercase;
|
230 |
-
width: 147px;
|
231 |
-
box-shadow: none;
|
232 |
-
-moz-box-sizing: border-box;
|
233 |
-
-webkit-box-sizing: border-box;
|
234 |
-
box-sizing: border-box;
|
235 |
-
}
|
236 |
-
.bws_banner_on_plugin_page .button:hover,
|
237 |
-
.bws_banner_on_plugin_page .button:focus {
|
238 |
-
background: #222;
|
239 |
-
color: #FFF;
|
240 |
-
}
|
241 |
-
.bws_banner_on_plugin_page .icon {
|
242 |
-
float: right;
|
243 |
-
margin: 12px 8px 8px 0;
|
244 |
-
}
|
245 |
-
.bws_banner_on_plugin_page .close_icon {
|
246 |
-
float: right;
|
247 |
-
margin: 8px;
|
248 |
-
cursor: pointer;
|
249 |
-
}
|
250 |
-
/* #### Mobile Phones Portrait or Landscape #### */
|
251 |
-
@media screen and (max-device-width: 640px) {
|
252 |
-
.bws_banner_on_plugin_page .text,
|
253 |
-
.bws_banner_on_plugin_page .icon,
|
254 |
-
.bws_banner_on_plugin_page .button_div,
|
255 |
-
.bws_banner_on_plugin_page .button {
|
256 |
-
float: none;
|
257 |
-
text-align: center;
|
258 |
-
}
|
259 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/css/style.css
DELETED
@@ -1,158 +0,0 @@
|
|
1 |
-
.bws_system_info_meta_box {
|
2 |
-
max-width: 850px;
|
3 |
-
}
|
4 |
-
.bws_system_info_meta_box .hndle {
|
5 |
-
cursor: pointer !important;
|
6 |
-
}
|
7 |
-
.bws_system_info {
|
8 |
-
float: left;
|
9 |
-
margin-right: 10px;
|
10 |
-
max-width: 400px;
|
11 |
-
}
|
12 |
-
.bws_system_info th {
|
13 |
-
padding: 10px 0;
|
14 |
-
text-align: left;
|
15 |
-
width: 50%;
|
16 |
-
}
|
17 |
-
.bws_system_info tbody td {
|
18 |
-
border-bottom: 1px solid #DFDFDF;
|
19 |
-
}
|
20 |
-
.clear {
|
21 |
-
clear: both;
|
22 |
-
}
|
23 |
-
.bws_main.title {
|
24 |
-
float: left;
|
25 |
-
margin-right: 30px;
|
26 |
-
}
|
27 |
-
h4.bws_installed,
|
28 |
-
h4.bws_recommended {
|
29 |
-
color: #999;
|
30 |
-
font-weight: bold;
|
31 |
-
text-transform: uppercase;
|
32 |
-
font-size: 14px;
|
33 |
-
}
|
34 |
-
h4.bws_installed:before,
|
35 |
-
h4.bws_recommended:before {
|
36 |
-
border-radius: 9px;
|
37 |
-
content: "";
|
38 |
-
display: inline-block;
|
39 |
-
height: 8px;
|
40 |
-
position: relative;
|
41 |
-
top: -1px;
|
42 |
-
width: 8px;
|
43 |
-
margin-right: 7px;
|
44 |
-
}
|
45 |
-
h4.bws_recommended:before {
|
46 |
-
background: #0074a2;
|
47 |
-
}
|
48 |
-
h4.bws_installed:before {
|
49 |
-
background: #00a22e;
|
50 |
-
}
|
51 |
-
.bws_product_box {
|
52 |
-
background: none repeat scroll 0 0 #FFFFFF;
|
53 |
-
border: 1px solid #CACACA;
|
54 |
-
float: left;
|
55 |
-
margin: 0 9px 10px 0;
|
56 |
-
text-align: center;
|
57 |
-
width: 182px;
|
58 |
-
border-radius: 3px;
|
59 |
-
}
|
60 |
-
.bws_product_box a {
|
61 |
-
text-decoration: none;
|
62 |
-
}
|
63 |
-
.bws_product {
|
64 |
-
border-bottom: 1px solid #fff;
|
65 |
-
min-height: 203px;
|
66 |
-
}
|
67 |
-
.bws_product_content {
|
68 |
-
min-height: 93px;
|
69 |
-
}
|
70 |
-
.bws_activate {
|
71 |
-
color: #F14B21;
|
72 |
-
}
|
73 |
-
.bws_activate:hover {
|
74 |
-
color: #f26e50;
|
75 |
-
}
|
76 |
-
.bws_product_title {
|
77 |
-
font-weight: bold;
|
78 |
-
padding: 16px 10px 28px;
|
79 |
-
font-size: 14px;
|
80 |
-
height: 18px;
|
81 |
-
}
|
82 |
-
.bws_product_deactivated .bws_product_title {
|
83 |
-
color: #7e7e7e;
|
84 |
-
}
|
85 |
-
.bws_product_pro .bws_product_title {
|
86 |
-
color: #fff;
|
87 |
-
}
|
88 |
-
.bws_product_icon_pro {
|
89 |
-
background: #F26E50;
|
90 |
-
border-radius: 4px;
|
91 |
-
color: #FFF;
|
92 |
-
font-size: 15px;
|
93 |
-
font-weight: bold;
|
94 |
-
height: 20px;
|
95 |
-
margin: -9px auto -10px;
|
96 |
-
position: relative;
|
97 |
-
width: 46px;
|
98 |
-
}
|
99 |
-
.bws_product_description {
|
100 |
-
padding: 0 10px;
|
101 |
-
color: #a7a7a7;
|
102 |
-
display: none;
|
103 |
-
font-size: 12px;
|
104 |
-
}
|
105 |
-
.bws_product_links {
|
106 |
-
padding: 10px 6px 12px;
|
107 |
-
}
|
108 |
-
.bws_product_links span {
|
109 |
-
color: #c2c2c2;
|
110 |
-
}
|
111 |
-
.bws_product_deactivated .bws_product {
|
112 |
-
background: #EEE;
|
113 |
-
border-bottom: 1px solid #CACACA;
|
114 |
-
}
|
115 |
-
.bws_product.bws_product_pro {
|
116 |
-
background: #222;
|
117 |
-
border-bottom: 1px solid #222;
|
118 |
-
color: #fff;
|
119 |
-
}
|
120 |
-
.bws_product a,
|
121 |
-
.bws_product a:hover {
|
122 |
-
color: #fff;
|
123 |
-
}
|
124 |
-
.bws_product_button {
|
125 |
-
background: #00A22E;
|
126 |
-
border-radius: 2px;
|
127 |
-
margin: 3px auto;
|
128 |
-
padding: 7px 5px 8px;
|
129 |
-
font-size: 14px;
|
130 |
-
min-width: 103px;
|
131 |
-
display: none;
|
132 |
-
}
|
133 |
-
.bws_product_button:hover{
|
134 |
-
background: #008726;
|
135 |
-
}
|
136 |
-
.bws_product_deactivated.bws_product_free .bws_product_button {
|
137 |
-
background: #0074a2;
|
138 |
-
}
|
139 |
-
.bws_product_deactivated.bws_product_free .bws_product_button:hover {
|
140 |
-
background: #006187;
|
141 |
-
}
|
142 |
-
.bws_product_free .bws_product_button {
|
143 |
-
background: #dd5738;
|
144 |
-
}
|
145 |
-
.bws_product_free .bws_product_button:hover {
|
146 |
-
background: #dd4825;
|
147 |
-
}
|
148 |
-
.bws_product_button.bws_donate_button {
|
149 |
-
background: #E89D09 !important;
|
150 |
-
}
|
151 |
-
.bws_product_button.bws_donate_button:hover {
|
152 |
-
background: #D69108 !important;
|
153 |
-
}
|
154 |
-
|
155 |
-
/* theme page after WP 3.9 */
|
156 |
-
.toplevel_page_bws_plugins #availablethemes .theme-browser {
|
157 |
-
margin-top: 25px;
|
158 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/icons/adsense.png
DELETED
Binary file
|
languages/bws_menu/icons/bws-google-analytics.png
DELETED
Binary file
|
languages/bws_menu/icons/bws-google-maps.png
DELETED
Binary file
|
languages/bws_menu/icons/captcha.png
DELETED
Binary file
|
languages/bws_menu/icons/contact-form-multi.png
DELETED
Binary file
|
languages/bws_menu/icons/contact-form-to-db.png
DELETED
Binary file
|
languages/bws_menu/icons/contact-form.png
DELETED
Binary file
|
languages/bws_menu/icons/custom-fields-search.png
DELETED
Binary file
|
languages/bws_menu/icons/custom-search.png
DELETED
Binary file
|
languages/bws_menu/icons/db-manager.png
DELETED
Binary file
|
languages/bws_menu/icons/donate-button.png
DELETED
Binary file
|
languages/bws_menu/icons/facebook-button.png
DELETED
Binary file
|
languages/bws_menu/icons/gallery.png
DELETED
Binary file
|
languages/bws_menu/icons/google-captcha.png
DELETED
Binary file
|
languages/bws_menu/icons/google-one.png
DELETED
Binary file
|
languages/bws_menu/icons/google-shortlink.png
DELETED
Binary file
|
languages/bws_menu/icons/google-sitemap.png
DELETED
Binary file
|
languages/bws_menu/icons/htaccess.png
DELETED
Binary file
|
languages/bws_menu/icons/pdf-print.png
DELETED
Binary file
|
languages/bws_menu/icons/portfolio.png
DELETED
Binary file
|
languages/bws_menu/icons/post-to-csv.png
DELETED
Binary file
|
languages/bws_menu/icons/quotes-and-tips.png
DELETED
Binary file
|
languages/bws_menu/icons/relevant.png
DELETED
Binary file
|
languages/bws_menu/icons/sender.png
DELETED
Binary file
|
languages/bws_menu/icons/subscriber.png
DELETED
Binary file
|
languages/bws_menu/icons/twitter.png
DELETED
Binary file
|
languages/bws_menu/icons/updater.png
DELETED
Binary file
|
languages/bws_menu/icons/user-role.png
DELETED
Binary file
|
languages/bws_menu/images/icon_16.png
DELETED
Binary file
|
languages/bws_menu/images/icon_16_b.png
DELETED
Binary file
|
languages/bws_menu/images/icon_16_c.png
DELETED
Binary file
|
languages/bws_menu/images/icon_16_single.png
DELETED
Binary file
|
languages/bws_menu/images/icon_36.png
DELETED
Binary file
|
languages/bws_menu/images/icon_36_b.png
DELETED
Binary file
|
languages/bws_menu/images/pattern.png
DELETED
Binary file
|
languages/bws_menu/images/pattern_bg.png
DELETED
Binary file
|
languages/bws_menu/js/bws_menu.js
DELETED
@@ -1,58 +0,0 @@
|
|
1 |
-
(function($) {
|
2 |
-
$(document).ready( function() {
|
3 |
-
/* new version */
|
4 |
-
var product = $( '.bws_product' ),
|
5 |
-
max = 0;
|
6 |
-
$( product ).each( function () {
|
7 |
-
if ( $( this ).outerHeight( true ) > max )
|
8 |
-
max = $( this ).outerHeight( true );
|
9 |
-
});
|
10 |
-
$( '.bws_product' ).css( 'height', max + 'px' );
|
11 |
-
|
12 |
-
var product_links = $( '.bws_product_links' );
|
13 |
-
max = 0;
|
14 |
-
$( product_links ).each( function () {
|
15 |
-
if ( $( this ).innerHeight() > max )
|
16 |
-
max = $( this ).innerHeight();
|
17 |
-
});
|
18 |
-
max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) );
|
19 |
-
$( '.bws_product_links' ).css( 'height', max + 'px' );
|
20 |
-
|
21 |
-
$( '.bws_product_box' ).hover( function() {
|
22 |
-
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
23 |
-
$( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
|
24 |
-
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'block' );
|
25 |
-
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'none' );
|
26 |
-
$( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'inline-block' );
|
27 |
-
}
|
28 |
-
}, function() {
|
29 |
-
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
30 |
-
$( this ).children( '.bws_product' ).removeClass( 'bws_product_pro' );
|
31 |
-
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'none' );
|
32 |
-
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'block' );
|
33 |
-
$( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'none' );
|
34 |
-
}
|
35 |
-
});
|
36 |
-
|
37 |
-
/* old version */
|
38 |
-
if ( $( 'input[name="bwsmn_form_email"]' ).val() == '' ) {
|
39 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
|
40 |
-
}
|
41 |
-
|
42 |
-
$( '.bws_system_info_meta_box .hndle' ).click( function() {
|
43 |
-
if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
|
44 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
|
45 |
-
} else {
|
46 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
|
47 |
-
}
|
48 |
-
});
|
49 |
-
|
50 |
-
$( '.bws_system_info_meta_box .handlediv' ).click( function() {
|
51 |
-
if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
|
52 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
|
53 |
-
} else {
|
54 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
|
55 |
-
}
|
56 |
-
});
|
57 |
-
});
|
58 |
-
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/languages/bestwebsoft-de_DE.mo
DELETED
Binary file
|
languages/bws_menu/languages/bestwebsoft-de_DE.po
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: bestwebsoft\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-01-17 12:13+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
-
"Language: \n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Generator: Poedit 1.5.7\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
-
"X-Poedit-Basepath: ..\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
|
21 |
-
# @ captcha
|
22 |
-
#: bws_menu.php:339
|
23 |
-
msgid "Not set"
|
24 |
-
msgstr "Nicht festgelegt"
|
25 |
-
|
26 |
-
# @ captcha
|
27 |
-
#: bws_menu.php:341
|
28 |
-
#: bws_menu.php:345
|
29 |
-
msgid "On"
|
30 |
-
msgstr "Ein"
|
31 |
-
|
32 |
-
# @ captcha
|
33 |
-
#: bws_menu.php:343
|
34 |
-
#: bws_menu.php:347
|
35 |
-
msgid "Off"
|
36 |
-
msgstr "Ausgeschaltet"
|
37 |
-
|
38 |
-
# @ captcha
|
39 |
-
#: bws_menu.php:351
|
40 |
-
#: bws_menu.php:355
|
41 |
-
#: bws_menu.php:359
|
42 |
-
#: bws_menu.php:363
|
43 |
-
#: bws_menu.php:367
|
44 |
-
#: bws_menu.php:393
|
45 |
-
msgid "N/A"
|
46 |
-
msgstr "keine Angaben"
|
47 |
-
|
48 |
-
# @ captcha
|
49 |
-
#: bws_menu.php:365
|
50 |
-
msgid " Mb"
|
51 |
-
msgstr " Mb"
|
52 |
-
|
53 |
-
# @ captcha
|
54 |
-
#: bws_menu.php:369
|
55 |
-
#: bws_menu.php:373
|
56 |
-
#: bws_menu.php:377
|
57 |
-
#: bws_menu.php:388
|
58 |
-
msgid "Yes"
|
59 |
-
msgstr "Ja"
|
60 |
-
|
61 |
-
# @ captcha
|
62 |
-
#: bws_menu.php:371
|
63 |
-
#: bws_menu.php:375
|
64 |
-
#: bws_menu.php:379
|
65 |
-
#: bws_menu.php:390
|
66 |
-
msgid "No"
|
67 |
-
msgstr "Nein"
|
68 |
-
|
69 |
-
# @ captcha
|
70 |
-
#: bws_menu.php:404
|
71 |
-
msgid "Operating System"
|
72 |
-
msgstr "Betriebs-System"
|
73 |
-
|
74 |
-
# @ captcha
|
75 |
-
#: bws_menu.php:405
|
76 |
-
msgid "Server"
|
77 |
-
msgstr "Server"
|
78 |
-
|
79 |
-
# @ captcha
|
80 |
-
#: bws_menu.php:406
|
81 |
-
msgid "Memory usage"
|
82 |
-
msgstr "Speichernutzung"
|
83 |
-
|
84 |
-
# @ captcha
|
85 |
-
#: bws_menu.php:407
|
86 |
-
msgid "MYSQL Version"
|
87 |
-
msgstr "MYSQL Version"
|
88 |
-
|
89 |
-
# @ captcha
|
90 |
-
#: bws_menu.php:408
|
91 |
-
msgid "SQL Mode"
|
92 |
-
msgstr "SQL Modus"
|
93 |
-
|
94 |
-
# @ captcha
|
95 |
-
#: bws_menu.php:409
|
96 |
-
msgid "PHP Version"
|
97 |
-
msgstr "PHP Version"
|
98 |
-
|
99 |
-
# @ captcha
|
100 |
-
#: bws_menu.php:410
|
101 |
-
msgid "PHP Safe Mode"
|
102 |
-
msgstr "PHP Gesicherter Modus"
|
103 |
-
|
104 |
-
# @ captcha
|
105 |
-
#: bws_menu.php:411
|
106 |
-
msgid "PHP Allow URL fopen"
|
107 |
-
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
108 |
-
|
109 |
-
# @ captcha
|
110 |
-
#: bws_menu.php:412
|
111 |
-
msgid "PHP Memory Limit"
|
112 |
-
msgstr "PHP Speicher-Grenze"
|
113 |
-
|
114 |
-
# @ captcha
|
115 |
-
#: bws_menu.php:413
|
116 |
-
msgid "PHP Max Upload Size"
|
117 |
-
msgstr "PHP Maximale Upload Größe"
|
118 |
-
|
119 |
-
# @ captcha
|
120 |
-
#: bws_menu.php:414
|
121 |
-
msgid "PHP Max Post Size"
|
122 |
-
msgstr "PHP Maximale Beitrags-Größe"
|
123 |
-
|
124 |
-
# @ captcha
|
125 |
-
#: bws_menu.php:415
|
126 |
-
msgid "PHP Max Script Execute Time"
|
127 |
-
msgstr "PHP Maximale Script Ausführungszeit"
|
128 |
-
|
129 |
-
# @ captcha
|
130 |
-
#: bws_menu.php:416
|
131 |
-
msgid "PHP Exif support"
|
132 |
-
msgstr "PHP Exif Support"
|
133 |
-
|
134 |
-
# @ captcha
|
135 |
-
#: bws_menu.php:417
|
136 |
-
msgid "PHP IPTC support"
|
137 |
-
msgstr "PHP IPTC Support"
|
138 |
-
|
139 |
-
# @ captcha
|
140 |
-
#: bws_menu.php:418
|
141 |
-
msgid "PHP XML support"
|
142 |
-
msgstr "PHP XML Support"
|
143 |
-
|
144 |
-
# @ captcha
|
145 |
-
#: bws_menu.php:419
|
146 |
-
msgid "Site URL"
|
147 |
-
msgstr "Site URL"
|
148 |
-
|
149 |
-
# @ captcha
|
150 |
-
#: bws_menu.php:420
|
151 |
-
msgid "Home URL"
|
152 |
-
msgstr "Home URL"
|
153 |
-
|
154 |
-
# @ captcha
|
155 |
-
#: bws_menu.php:421
|
156 |
-
msgid "WordPress Version"
|
157 |
-
msgstr "WordPress Version"
|
158 |
-
|
159 |
-
# @ captcha
|
160 |
-
#: bws_menu.php:422
|
161 |
-
msgid "WordPress DB Version"
|
162 |
-
msgstr "WordPress DB Version"
|
163 |
-
|
164 |
-
# @ captcha
|
165 |
-
#: bws_menu.php:423
|
166 |
-
msgid "Multisite"
|
167 |
-
msgstr "Multisite"
|
168 |
-
|
169 |
-
# @ captcha
|
170 |
-
#: bws_menu.php:424
|
171 |
-
msgid "Active Theme"
|
172 |
-
msgstr "Actives Theme"
|
173 |
-
|
174 |
-
# @ captcha
|
175 |
-
#: bws_menu.php:440
|
176 |
-
msgid "Please enter a valid email address."
|
177 |
-
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
178 |
-
|
179 |
-
# @ captcha
|
180 |
-
#: bws_menu.php:444
|
181 |
-
msgid "Email with system info is sent to "
|
182 |
-
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
183 |
-
|
184 |
-
# @ captcha
|
185 |
-
#: bws_menu.php:448
|
186 |
-
msgid "Thank you for contacting us."
|
187 |
-
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
188 |
-
|
189 |
-
# @ captcha
|
190 |
-
#: bws_menu.php:476
|
191 |
-
msgid "Sorry, email message could not be delivered."
|
192 |
-
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
193 |
-
|
194 |
-
#: bws_menu.php:488
|
195 |
-
msgid "Switch to new interface"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
# @ captcha
|
199 |
-
#: bws_menu.php:495
|
200 |
-
msgid "Pro plugins"
|
201 |
-
msgstr "BWS Plugins"
|
202 |
-
|
203 |
-
# @ captcha
|
204 |
-
#: bws_menu.php:498
|
205 |
-
#: bws_menu.php:524
|
206 |
-
msgid "Activated plugins"
|
207 |
-
msgstr "Aktivierte Plugins"
|
208 |
-
|
209 |
-
# @ captcha
|
210 |
-
#: bws_menu.php:500
|
211 |
-
#: bws_menu.php:508
|
212 |
-
#: bws_menu.php:516
|
213 |
-
#: bws_menu.php:526
|
214 |
-
#: bws_menu.php:534
|
215 |
-
#: bws_menu.php:542
|
216 |
-
#: bws_menu.php:552
|
217 |
-
#: bws_menu.php:559
|
218 |
-
#: bws_menu.php:567
|
219 |
-
msgid "Read more"
|
220 |
-
msgstr "Lesen Sie mehr"
|
221 |
-
|
222 |
-
# @ captcha
|
223 |
-
#: bws_menu.php:500
|
224 |
-
#: bws_menu.php:526
|
225 |
-
#: bws_menu.php:678
|
226 |
-
#: bws_menu.php:706
|
227 |
-
msgid "Settings"
|
228 |
-
msgstr "Einstellungen"
|
229 |
-
|
230 |
-
# @ captcha
|
231 |
-
#: bws_menu.php:506
|
232 |
-
#: bws_menu.php:532
|
233 |
-
#: bws_menu.php:658
|
234 |
-
msgid "Installed plugins"
|
235 |
-
msgstr "Installierte Plugins"
|
236 |
-
|
237 |
-
# @ captcha
|
238 |
-
#: bws_menu.php:514
|
239 |
-
#: bws_menu.php:540
|
240 |
-
#: bws_menu.php:765
|
241 |
-
msgid "Recommended plugins"
|
242 |
-
msgstr "Empfohlene Plugins"
|
243 |
-
|
244 |
-
# @ captcha
|
245 |
-
#: bws_menu.php:516
|
246 |
-
msgid "Purchase"
|
247 |
-
msgstr "Kaufen"
|
248 |
-
|
249 |
-
# @ captcha
|
250 |
-
#: bws_menu.php:521
|
251 |
-
msgid "Free plugins"
|
252 |
-
msgstr "Freie Plugins"
|
253 |
-
|
254 |
-
# @ captcha
|
255 |
-
#: bws_menu.php:542
|
256 |
-
#: bws_menu.php:567
|
257 |
-
msgid "Download"
|
258 |
-
msgstr "Herunterladen"
|
259 |
-
|
260 |
-
# @ default
|
261 |
-
#: bws_menu.php:542
|
262 |
-
#: bws_menu.php:567
|
263 |
-
#: bws_menu.php:867
|
264 |
-
#, php-format
|
265 |
-
msgid "Install %s"
|
266 |
-
msgstr "Installiere %s"
|
267 |
-
|
268 |
-
# @ captcha
|
269 |
-
#: bws_menu.php:542
|
270 |
-
#: bws_menu.php:567
|
271 |
-
msgid "Install now from wordpress.org"
|
272 |
-
msgstr "Installiere jetzt von wordpress.org"
|
273 |
-
|
274 |
-
#: bws_menu.php:548
|
275 |
-
msgid "Free themes"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
# @ captcha
|
279 |
-
#: bws_menu.php:551
|
280 |
-
#, fuzzy
|
281 |
-
msgid "Activated theme"
|
282 |
-
msgstr "Actives Theme"
|
283 |
-
|
284 |
-
#: bws_menu.php:552
|
285 |
-
#, php-format
|
286 |
-
msgid "Customize “%s”"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: bws_menu.php:552
|
290 |
-
msgid "Customize"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
# @ default
|
294 |
-
#: bws_menu.php:557
|
295 |
-
#, fuzzy
|
296 |
-
msgid "Installed themes"
|
297 |
-
msgstr "Installiere %s"
|
298 |
-
|
299 |
-
# @ captcha
|
300 |
-
#: bws_menu.php:565
|
301 |
-
#, fuzzy
|
302 |
-
msgid "Recommended themes"
|
303 |
-
msgstr "Empfohlene Plugins"
|
304 |
-
|
305 |
-
# @ captcha
|
306 |
-
#: bws_menu.php:573
|
307 |
-
msgid "If you have any questions, please contact us via"
|
308 |
-
msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
309 |
-
|
310 |
-
# @ captcha
|
311 |
-
#: bws_menu.php:580
|
312 |
-
#: bws_menu.php:648
|
313 |
-
#: bws_menu.php:903
|
314 |
-
msgid "System status"
|
315 |
-
msgstr "System Status"
|
316 |
-
|
317 |
-
# @ captcha
|
318 |
-
#: bws_menu.php:584
|
319 |
-
#: bws_menu.php:906
|
320 |
-
msgid "Environment"
|
321 |
-
msgstr "Umgebungsvariable"
|
322 |
-
|
323 |
-
# @ captcha
|
324 |
-
#: bws_menu.php:595
|
325 |
-
#: bws_menu.php:917
|
326 |
-
msgid "Active Plugins"
|
327 |
-
msgstr "Aktivierte Plugins"
|
328 |
-
|
329 |
-
# @ captcha
|
330 |
-
#: bws_menu.php:606
|
331 |
-
#: bws_menu.php:928
|
332 |
-
msgid "Inactive Plugins"
|
333 |
-
msgstr "Inactive Plugins"
|
334 |
-
|
335 |
-
# @ captcha
|
336 |
-
#: bws_menu.php:620
|
337 |
-
#: bws_menu.php:942
|
338 |
-
msgid "Send to support"
|
339 |
-
msgstr "Sende zuzm Support"
|
340 |
-
|
341 |
-
# @ captcha
|
342 |
-
#: bws_menu.php:627
|
343 |
-
#: bws_menu.php:949
|
344 |
-
msgid "Send to custom email »"
|
345 |
-
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
346 |
-
|
347 |
-
#: bws_menu.php:638
|
348 |
-
msgid "Switch to old interface"
|
349 |
-
msgstr ""
|
350 |
-
|
351 |
-
# @ captcha
|
352 |
-
#: bws_menu.php:644
|
353 |
-
#, fuzzy
|
354 |
-
msgid "Plugins"
|
355 |
-
msgstr "BWS Plugins"
|
356 |
-
|
357 |
-
#: bws_menu.php:646
|
358 |
-
msgid "Themes"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: bws_menu.php:652
|
362 |
-
msgid "All"
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
# @ default
|
366 |
-
#: bws_menu.php:653
|
367 |
-
#, fuzzy
|
368 |
-
msgid "Installed"
|
369 |
-
msgstr "Installiere %s"
|
370 |
-
|
371 |
-
# @ captcha
|
372 |
-
#: bws_menu.php:654
|
373 |
-
#, fuzzy
|
374 |
-
msgid "Recommended"
|
375 |
-
msgstr "Empfohlene Plugins"
|
376 |
-
|
377 |
-
# @ captcha
|
378 |
-
#: bws_menu.php:676
|
379 |
-
#: bws_menu.php:704
|
380 |
-
#: bws_menu.php:726
|
381 |
-
#: bws_menu.php:754
|
382 |
-
#: bws_menu.php:795
|
383 |
-
#, fuzzy
|
384 |
-
msgid "Learn more"
|
385 |
-
msgstr "Lesen Sie mehr"
|
386 |
-
|
387 |
-
#: bws_menu.php:694
|
388 |
-
#: bws_menu.php:744
|
389 |
-
#: bws_menu.php:785
|
390 |
-
msgid "Go"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: bws_menu.php:698
|
394 |
-
#: bws_menu.php:748
|
395 |
-
#: bws_menu.php:789
|
396 |
-
msgid "DONATE"
|
397 |
-
msgstr ""
|
398 |
-
|
399 |
-
# @ captcha
|
400 |
-
#: bws_menu.php:728
|
401 |
-
#: bws_menu.php:756
|
402 |
-
#, fuzzy
|
403 |
-
msgid "Activate this plugin"
|
404 |
-
msgstr "Aktivierte Plugins"
|
405 |
-
|
406 |
-
# @ captcha
|
407 |
-
#: bws_menu.php:728
|
408 |
-
#: bws_menu.php:756
|
409 |
-
#, fuzzy
|
410 |
-
msgid "Activate"
|
411 |
-
msgstr "Aktivierte Plugins"
|
412 |
-
|
413 |
-
# @ default
|
414 |
-
#: bws_menu.php:797
|
415 |
-
#, fuzzy
|
416 |
-
msgid "Install now"
|
417 |
-
msgstr "Installiere %s"
|
418 |
-
|
419 |
-
#: bws_menu.php:819
|
420 |
-
msgid "Try again"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
-
#: bws_menu.php:836
|
424 |
-
#, php-format
|
425 |
-
msgid "Preview “%s”"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
# @ default
|
429 |
-
#: bws_menu.php:867
|
430 |
-
#, fuzzy
|
431 |
-
msgid "Install Now"
|
432 |
-
msgstr "Installiere %s"
|
433 |
-
|
434 |
-
#: bws_menu.php:870
|
435 |
-
#, php-format
|
436 |
-
msgid "Update to version %s"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: bws_menu.php:870
|
440 |
-
msgid "Update"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: bws_menu.php:877
|
444 |
-
#, php-format
|
445 |
-
msgid "Preview %s"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: bws_menu.php:877
|
449 |
-
msgid "Preview"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: bws_menu.php:884
|
453 |
-
#, php-format
|
454 |
-
msgid "By %s"
|
455 |
-
msgstr ""
|
456 |
-
|
457 |
-
#: bws_menu.php:890
|
458 |
-
msgid "Details"
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
# @ default
|
462 |
-
#, fuzzy
|
463 |
-
#~ msgid "installed"
|
464 |
-
#~ msgstr "Installiere %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/languages/bestwebsoft-fr_FR.mo
DELETED
Binary file
|
languages/bws_menu/languages/bestwebsoft-fr_FR.po
DELETED
@@ -1,903 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: bestwebsoft\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-03-03 15:03+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-03-03 15:03+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"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"Plural-Forms: nplurals=2;plural=n>2;\n"
|
17 |
-
"X-Generator: Poedit 1.5.7\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: bws_menu.php:417
|
21 |
-
msgid "Not set"
|
22 |
-
msgstr "Not set"
|
23 |
-
|
24 |
-
#: bws_menu.php:419
|
25 |
-
#: bws_menu.php:423
|
26 |
-
msgid "On"
|
27 |
-
msgstr "On"
|
28 |
-
|
29 |
-
#: bws_menu.php:421
|
30 |
-
#: bws_menu.php:425
|
31 |
-
msgid "Off"
|
32 |
-
msgstr "Off"
|
33 |
-
|
34 |
-
#: bws_menu.php:429
|
35 |
-
#: bws_menu.php:433
|
36 |
-
#: bws_menu.php:437
|
37 |
-
#: bws_menu.php:441
|
38 |
-
#: bws_menu.php:445
|
39 |
-
#: bws_menu.php:471
|
40 |
-
msgid "N/A"
|
41 |
-
msgstr "N/A"
|
42 |
-
|
43 |
-
#: bws_menu.php:443
|
44 |
-
msgid " Mb"
|
45 |
-
msgstr " Mb"
|
46 |
-
|
47 |
-
#: bws_menu.php:447
|
48 |
-
#: bws_menu.php:451
|
49 |
-
#: bws_menu.php:455
|
50 |
-
#: bws_menu.php:466
|
51 |
-
msgid "Yes"
|
52 |
-
msgstr "Yes"
|
53 |
-
|
54 |
-
#: bws_menu.php:449
|
55 |
-
#: bws_menu.php:453
|
56 |
-
#: bws_menu.php:457
|
57 |
-
#: bws_menu.php:468
|
58 |
-
msgid "No"
|
59 |
-
msgstr "No"
|
60 |
-
|
61 |
-
#: bws_menu.php:482
|
62 |
-
msgid "Operating System"
|
63 |
-
msgstr "Operating System"
|
64 |
-
|
65 |
-
#: bws_menu.php:483
|
66 |
-
msgid "Server"
|
67 |
-
msgstr "Server"
|
68 |
-
|
69 |
-
#: bws_menu.php:484
|
70 |
-
msgid "Memory usage"
|
71 |
-
msgstr "Memory usage"
|
72 |
-
|
73 |
-
#: bws_menu.php:485
|
74 |
-
msgid "MYSQL Version"
|
75 |
-
msgstr "MYSQL Version"
|
76 |
-
|
77 |
-
#: bws_menu.php:486
|
78 |
-
msgid "SQL Mode"
|
79 |
-
msgstr "SQL Mode"
|
80 |
-
|
81 |
-
#: bws_menu.php:487
|
82 |
-
msgid "PHP Version"
|
83 |
-
msgstr "PHP Version"
|
84 |
-
|
85 |
-
#: bws_menu.php:488
|
86 |
-
msgid "PHP Safe Mode"
|
87 |
-
msgstr "PHP Safe Mode"
|
88 |
-
|
89 |
-
#: bws_menu.php:489
|
90 |
-
msgid "PHP Allow URL fopen"
|
91 |
-
msgstr "PHP Allow URL fopen"
|
92 |
-
|
93 |
-
#: bws_menu.php:490
|
94 |
-
msgid "PHP Memory Limit"
|
95 |
-
msgstr "PHP Memory Limit"
|
96 |
-
|
97 |
-
#: bws_menu.php:491
|
98 |
-
msgid "PHP Max Upload Size"
|
99 |
-
msgstr "PHP Max Upload Size"
|
100 |
-
|
101 |
-
#: bws_menu.php:492
|
102 |
-
msgid "PHP Max Post Size"
|
103 |
-
msgstr "PHP Max Post Size"
|
104 |
-
|
105 |
-
#: bws_menu.php:493
|
106 |
-
msgid "PHP Max Script Execute Time"
|
107 |
-
msgstr "PHP Max Script Execute Time"
|
108 |
-
|
109 |
-
#: bws_menu.php:494
|
110 |
-
msgid "PHP Exif support"
|
111 |
-
msgstr "PHP Exif support"
|
112 |
-
|
113 |
-
#: bws_menu.php:495
|
114 |
-
msgid "PHP IPTC support"
|
115 |
-
msgstr "PHP IPTC support"
|
116 |
-
|
117 |
-
#: bws_menu.php:496
|
118 |
-
msgid "PHP XML support"
|
119 |
-
msgstr "PHP XML support"
|
120 |
-
|
121 |
-
#: bws_menu.php:497
|
122 |
-
msgid "Site URL"
|
123 |
-
msgstr "Site URL"
|
124 |
-
|
125 |
-
#: bws_menu.php:498
|
126 |
-
msgid "Home URL"
|
127 |
-
msgstr "Home URL"
|
128 |
-
|
129 |
-
#: bws_menu.php:501
|
130 |
-
msgid "WordPress Version"
|
131 |
-
msgstr "WordPress Version"
|
132 |
-
|
133 |
-
#: bws_menu.php:502
|
134 |
-
msgid "WordPress DB Version"
|
135 |
-
msgstr "WordPress DB Version"
|
136 |
-
|
137 |
-
#: bws_menu.php:503
|
138 |
-
msgid "Multisite"
|
139 |
-
msgstr "Multisite"
|
140 |
-
|
141 |
-
#: bws_menu.php:504
|
142 |
-
msgid "Active Theme"
|
143 |
-
msgstr "Active Theme"
|
144 |
-
|
145 |
-
#: bws_menu.php:520
|
146 |
-
msgid "Please enter a valid email address."
|
147 |
-
msgstr "Merci de saisir une adresse e-mail valide."
|
148 |
-
|
149 |
-
#: bws_menu.php:524
|
150 |
-
msgid "Email with system info is sent to "
|
151 |
-
msgstr "Le courriel avec les informations système est envoyé à"
|
152 |
-
|
153 |
-
#: bws_menu.php:528
|
154 |
-
msgid "Thank you for contacting us."
|
155 |
-
msgstr "Merci de nous avoir contacté."
|
156 |
-
|
157 |
-
#: bws_menu.php:556
|
158 |
-
msgid "Sorry, email message could not be delivered."
|
159 |
-
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
160 |
-
|
161 |
-
#: bws_menu.php:568
|
162 |
-
msgid "Switch to new interface"
|
163 |
-
msgstr "Basculer vers la nouvelle interface"
|
164 |
-
|
165 |
-
#: bws_menu.php:575
|
166 |
-
msgid "Pro plugins"
|
167 |
-
msgstr "Plugins Pro"
|
168 |
-
|
169 |
-
#: bws_menu.php:578
|
170 |
-
#: bws_menu.php:604
|
171 |
-
msgid "Activated plugins"
|
172 |
-
msgstr "Plugin activé"
|
173 |
-
|
174 |
-
#: bws_menu.php:580
|
175 |
-
#: bws_menu.php:588
|
176 |
-
#: bws_menu.php:596
|
177 |
-
#: bws_menu.php:606
|
178 |
-
#: bws_menu.php:614
|
179 |
-
#: bws_menu.php:622
|
180 |
-
#: bws_menu.php:632
|
181 |
-
#: bws_menu.php:639
|
182 |
-
#: bws_menu.php:647
|
183 |
-
msgid "Read more"
|
184 |
-
msgstr "Lire la suite"
|
185 |
-
|
186 |
-
#: bws_menu.php:580
|
187 |
-
#: bws_menu.php:606
|
188 |
-
#: bws_menu.php:779
|
189 |
-
#: bws_menu.php:806
|
190 |
-
msgid "Settings"
|
191 |
-
msgstr "Réglages"
|
192 |
-
|
193 |
-
#: bws_menu.php:586
|
194 |
-
#: bws_menu.php:612
|
195 |
-
#: bws_menu.php:741
|
196 |
-
msgid "Installed plugins"
|
197 |
-
msgstr "Plugin installé"
|
198 |
-
|
199 |
-
#: bws_menu.php:594
|
200 |
-
#: bws_menu.php:620
|
201 |
-
#: bws_menu.php:863
|
202 |
-
msgid "Recommended plugins"
|
203 |
-
msgstr "Plugin recommandé"
|
204 |
-
|
205 |
-
#: bws_menu.php:596
|
206 |
-
msgid "Purchase"
|
207 |
-
msgstr "Achetez"
|
208 |
-
|
209 |
-
#: bws_menu.php:601
|
210 |
-
msgid "Free plugins"
|
211 |
-
msgstr "Plugins gratuits"
|
212 |
-
|
213 |
-
#: bws_menu.php:622
|
214 |
-
#: bws_menu.php:647
|
215 |
-
msgid "Download"
|
216 |
-
msgstr "Téléchargement"
|
217 |
-
|
218 |
-
#: bws_menu.php:622
|
219 |
-
#: bws_menu.php:647
|
220 |
-
#: bws_menu.php:980
|
221 |
-
#, php-format
|
222 |
-
msgid "Install %s"
|
223 |
-
msgstr "%s installé"
|
224 |
-
|
225 |
-
#: bws_menu.php:622
|
226 |
-
#: bws_menu.php:647
|
227 |
-
msgid "Install now from wordpress.org"
|
228 |
-
msgstr "Installer maintenant depuis wordpress.org"
|
229 |
-
|
230 |
-
#: bws_menu.php:628
|
231 |
-
msgid "Free themes"
|
232 |
-
msgstr "Thèmes gratuits"
|
233 |
-
|
234 |
-
#: bws_menu.php:631
|
235 |
-
msgid "Activated theme"
|
236 |
-
msgstr "Thème actif"
|
237 |
-
|
238 |
-
#: bws_menu.php:632
|
239 |
-
#, php-format
|
240 |
-
msgid "Customize “%s”"
|
241 |
-
msgstr "Personnaliser “%s”"
|
242 |
-
|
243 |
-
#: bws_menu.php:632
|
244 |
-
msgid "Customize"
|
245 |
-
msgstr "Personnaliser"
|
246 |
-
|
247 |
-
#: bws_menu.php:637
|
248 |
-
msgid "Installed themes"
|
249 |
-
msgstr "Thèmes installés"
|
250 |
-
|
251 |
-
#: bws_menu.php:645
|
252 |
-
msgid "Recommended themes"
|
253 |
-
msgstr "Thèmes recommandés"
|
254 |
-
|
255 |
-
#: bws_menu.php:653
|
256 |
-
msgid "If you have any questions, please contact us via"
|
257 |
-
msgstr "Si vous avez des questions, merci de contacter via "
|
258 |
-
|
259 |
-
#: bws_menu.php:660
|
260 |
-
#: bws_menu.php:731
|
261 |
-
#: bws_menu.php:1016
|
262 |
-
msgid "System status"
|
263 |
-
msgstr "System status"
|
264 |
-
|
265 |
-
#: bws_menu.php:664
|
266 |
-
#: bws_menu.php:1019
|
267 |
-
msgid "Environment"
|
268 |
-
msgstr "Environment"
|
269 |
-
|
270 |
-
#: bws_menu.php:675
|
271 |
-
#: bws_menu.php:1030
|
272 |
-
msgid "Active Plugins"
|
273 |
-
msgstr "Plugin actifs"
|
274 |
-
|
275 |
-
#: bws_menu.php:686
|
276 |
-
#: bws_menu.php:1041
|
277 |
-
msgid "Inactive Plugins"
|
278 |
-
msgstr "Plugin inactifs"
|
279 |
-
|
280 |
-
#: bws_menu.php:703
|
281 |
-
#: bws_menu.php:1058
|
282 |
-
msgid "Send to support"
|
283 |
-
msgstr "Envoyé au support"
|
284 |
-
|
285 |
-
#: bws_menu.php:710
|
286 |
-
#: bws_menu.php:1065
|
287 |
-
msgid "Send to custom email »"
|
288 |
-
msgstr "Envoyer un e-mail spécifique »"
|
289 |
-
|
290 |
-
#: bws_menu.php:721
|
291 |
-
msgid "Switch to old interface"
|
292 |
-
msgstr "Basculer vers l'ancienne interface"
|
293 |
-
|
294 |
-
#: bws_menu.php:727
|
295 |
-
msgid "Plugins"
|
296 |
-
msgstr "Externsions"
|
297 |
-
|
298 |
-
#: bws_menu.php:729
|
299 |
-
msgid "Themes"
|
300 |
-
msgstr "Thèmes"
|
301 |
-
|
302 |
-
#: bws_menu.php:735
|
303 |
-
msgid "All"
|
304 |
-
msgstr "Tous"
|
305 |
-
|
306 |
-
#: bws_menu.php:736
|
307 |
-
msgid "Installed"
|
308 |
-
msgstr "Installé"
|
309 |
-
|
310 |
-
#: bws_menu.php:737
|
311 |
-
msgid "Recommended"
|
312 |
-
msgstr "Recommandé"
|
313 |
-
|
314 |
-
#: bws_menu.php:777
|
315 |
-
#: bws_menu.php:804
|
316 |
-
#: bws_menu.php:825
|
317 |
-
#: bws_menu.php:852
|
318 |
-
#: bws_menu.php:908
|
319 |
-
msgid "Learn more"
|
320 |
-
msgstr "En savoir plus"
|
321 |
-
|
322 |
-
#: bws_menu.php:794
|
323 |
-
#: bws_menu.php:842
|
324 |
-
#: bws_menu.php:898
|
325 |
-
msgid "Go"
|
326 |
-
msgstr "Allez"
|
327 |
-
|
328 |
-
#: bws_menu.php:798
|
329 |
-
#: bws_menu.php:846
|
330 |
-
#: bws_menu.php:902
|
331 |
-
msgid "DONATE"
|
332 |
-
msgstr "Faire un don"
|
333 |
-
|
334 |
-
#: bws_menu.php:827
|
335 |
-
#: bws_menu.php:854
|
336 |
-
msgid "Activate this plugin"
|
337 |
-
msgstr "Activer cette extension"
|
338 |
-
|
339 |
-
#: bws_menu.php:827
|
340 |
-
#: bws_menu.php:854
|
341 |
-
msgid "Activate"
|
342 |
-
msgstr "Activé"
|
343 |
-
|
344 |
-
#: bws_menu.php:910
|
345 |
-
msgid "Install now"
|
346 |
-
msgstr "Installer maintenant"
|
347 |
-
|
348 |
-
#: bws_menu.php:932
|
349 |
-
msgid "Try again"
|
350 |
-
msgstr "Essayer de nouveau"
|
351 |
-
|
352 |
-
#: bws_menu.php:949
|
353 |
-
#, php-format
|
354 |
-
msgid "Preview “%s”"
|
355 |
-
msgstr "Pré-visualiser “%s”"
|
356 |
-
|
357 |
-
#: bws_menu.php:980
|
358 |
-
msgid "Install Now"
|
359 |
-
msgstr "Installa Ora"
|
360 |
-
|
361 |
-
#: bws_menu.php:983
|
362 |
-
#, php-format
|
363 |
-
msgid "Update to version %s"
|
364 |
-
msgstr "Mettre à jour pour la version %s"
|
365 |
-
|
366 |
-
#: bws_menu.php:983
|
367 |
-
msgid "Update"
|
368 |
-
msgstr "Mettre à jour"
|
369 |
-
|
370 |
-
#: bws_menu.php:990
|
371 |
-
#, php-format
|
372 |
-
msgid "Preview %s"
|
373 |
-
msgstr "Pré-visualiser %s"
|
374 |
-
|
375 |
-
#: bws_menu.php:990
|
376 |
-
msgid "Preview"
|
377 |
-
msgstr "Pré-visualiser"
|
378 |
-
|
379 |
-
#: bws_menu.php:997
|
380 |
-
#, php-format
|
381 |
-
msgid "By %s"
|
382 |
-
msgstr "Par %s"
|
383 |
-
|
384 |
-
#: bws_menu.php:1003
|
385 |
-
msgid "Details"
|
386 |
-
msgstr "Détails"
|
387 |
-
|
388 |
-
#, fuzzy
|
389 |
-
#~ msgid "installed"
|
390 |
-
#~ msgstr "%s installé"
|
391 |
-
|
392 |
-
#~ msgid "Contact Form Settings"
|
393 |
-
#~ msgstr "Options du formulaire de Contact"
|
394 |
-
|
395 |
-
#~ msgid "Contact Form"
|
396 |
-
#~ msgstr "Formulaire de Contact"
|
397 |
-
|
398 |
-
#~ msgid "Contact Form Pro Extra Settings"
|
399 |
-
#~ msgstr ""
|
400 |
-
#~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
|
401 |
-
|
402 |
-
#~ msgid "Contact Form Pro"
|
403 |
-
#~ msgstr "Formulaire Pro de Contact"
|
404 |
-
|
405 |
-
#~ msgid "Name:"
|
406 |
-
#~ msgstr "Nom:"
|
407 |
-
|
408 |
-
#~ msgid "Address:"
|
409 |
-
#~ msgstr "Adresse :"
|
410 |
-
|
411 |
-
#~ msgid "Email Address:"
|
412 |
-
#~ msgstr "Adresse e-mail:"
|
413 |
-
|
414 |
-
#~ msgid "Phone number:"
|
415 |
-
#~ msgstr "Téléphone:"
|
416 |
-
|
417 |
-
#~ msgid "Subject:"
|
418 |
-
#~ msgstr "Sujet:"
|
419 |
-
|
420 |
-
#~ msgid "Message:"
|
421 |
-
#~ msgstr "Message:"
|
422 |
-
|
423 |
-
#~ msgid "Attachment:"
|
424 |
-
#~ msgstr "Pièce-jointe:"
|
425 |
-
|
426 |
-
#~ msgid "Send me a copy"
|
427 |
-
#~ msgstr "M'envoyer une copie"
|
428 |
-
|
429 |
-
#~ msgid "Submit"
|
430 |
-
#~ msgstr "Envoyer"
|
431 |
-
|
432 |
-
#~ msgid "Your name is required."
|
433 |
-
#~ msgstr "Un nom est obligatoire."
|
434 |
-
|
435 |
-
#~ msgid "Address is required."
|
436 |
-
#~ msgstr "Une adresse est obligatoire."
|
437 |
-
|
438 |
-
#~ msgid "A valid email address is required."
|
439 |
-
#~ msgstr "Une adresse e-mail valide est obligatoire."
|
440 |
-
|
441 |
-
#~ msgid "Phone number is required."
|
442 |
-
#~ msgstr "Le numéro de téléphone est obligatoire."
|
443 |
-
|
444 |
-
#~ msgid "Subject is required."
|
445 |
-
#~ msgstr "Sujet obligatoire."
|
446 |
-
|
447 |
-
#~ msgid "Message text is required."
|
448 |
-
#~ msgstr "Un message est obligatoire."
|
449 |
-
|
450 |
-
#~ msgid "File format is not valid."
|
451 |
-
#~ msgstr "La pièce-jointe n'est pas valide."
|
452 |
-
|
453 |
-
#~ msgid "File upload error."
|
454 |
-
#~ msgstr "Erreur de chargement du fichier."
|
455 |
-
|
456 |
-
#~ msgid "The file could not be uploaded."
|
457 |
-
#~ msgstr "Le fichier n'a pas pu être envoyé."
|
458 |
-
|
459 |
-
#~ msgid "This file is too large."
|
460 |
-
#~ msgstr "Le fichier est trop volumineux."
|
461 |
-
|
462 |
-
#~ msgid "Please fill out the CAPTCHA."
|
463 |
-
#~ msgstr "Merci de compléter le CAPTCHA."
|
464 |
-
|
465 |
-
#~ msgid "Please make corrections below and try again."
|
466 |
-
#~ msgstr "Merci de faire les corrections suivantes et de réessayer."
|
467 |
-
|
468 |
-
#~ msgid ""
|
469 |
-
#~ "If the 'Redirect to page' option is selected then the URL field should be "
|
470 |
-
#~ "in the following format"
|
471 |
-
#~ msgstr ""
|
472 |
-
#~ "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
|
473 |
-
#~ "doit être rempli avec le format suivant"
|
474 |
-
|
475 |
-
#~ msgid "Such user does not exist. Settings are not saved."
|
476 |
-
#~ msgstr ""
|
477 |
-
#~ "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
|
478 |
-
|
479 |
-
#~ msgid ""
|
480 |
-
#~ "Please enter a valid email address in the 'FROM' field. Settings are not "
|
481 |
-
#~ "saved."
|
482 |
-
#~ msgstr ""
|
483 |
-
#~ "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les "
|
484 |
-
#~ "modifications ne sont pas sauvegardées."
|
485 |
-
|
486 |
-
#~ msgid "Settings saved."
|
487 |
-
#~ msgstr "Options sauvegardées."
|
488 |
-
|
489 |
-
#~ msgid "Extra settings"
|
490 |
-
#~ msgstr "Options supplémentaires"
|
491 |
-
|
492 |
-
#~ msgid ""
|
493 |
-
#~ "If you would like to add the Contact Form to your website, just copy and "
|
494 |
-
#~ "paste this shortcode to your post or page or widget:"
|
495 |
-
#~ msgstr ""
|
496 |
-
#~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
|
497 |
-
#~ "copiez juste ce code dans un article ou sur une page ou un widget:"
|
498 |
-
|
499 |
-
#~ msgid ""
|
500 |
-
#~ "If you leave the fields empty, the messages will be sent to the email "
|
501 |
-
#~ "address specified during registration."
|
502 |
-
#~ msgstr ""
|
503 |
-
#~ "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
|
504 |
-
#~ "l'adresse spécifiée lors de l'enregistrement."
|
505 |
-
|
506 |
-
#~ msgid "The user's email address:"
|
507 |
-
#~ msgstr "Utiliser l'e-mail du compte wordpress:"
|
508 |
-
|
509 |
-
#~ msgid "Create a username"
|
510 |
-
#~ msgstr "Choisir un nom d'utilisateur"
|
511 |
-
|
512 |
-
#~ msgid ""
|
513 |
-
#~ "Enter a username of the person who should get the messages from the "
|
514 |
-
#~ "contact form."
|
515 |
-
#~ msgstr ""
|
516 |
-
#~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
|
517 |
-
#~ "formulaire de contact."
|
518 |
-
|
519 |
-
#~ msgid "Use this email address:"
|
520 |
-
#~ msgstr "Utiliser cette adresse e-mail:"
|
521 |
-
|
522 |
-
#~ msgid "Enter the email address you want the messages forwarded to."
|
523 |
-
#~ msgstr ""
|
524 |
-
#~ "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
|
525 |
-
|
526 |
-
#~ msgid "Additional options"
|
527 |
-
#~ msgstr "Options supplémentaires"
|
528 |
-
|
529 |
-
#~ msgid "What to use?"
|
530 |
-
#~ msgstr "Quelle méthode d'envoie ?"
|
531 |
-
|
532 |
-
#~ msgid "Wp-mail"
|
533 |
-
#~ msgstr "Wp-mail"
|
534 |
-
|
535 |
-
#~ msgid "You can use the wp_mail function for mailing"
|
536 |
-
#~ msgstr ""
|
537 |
-
#~ "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de "
|
538 |
-
#~ "wordpress"
|
539 |
-
|
540 |
-
#~ msgid "Mail"
|
541 |
-
#~ msgstr "E-mail"
|
542 |
-
|
543 |
-
#~ msgid "To send mail you can use the php mail function"
|
544 |
-
#~ msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
|
545 |
-
|
546 |
-
#~ msgid "Change text of the 'FROM' field"
|
547 |
-
#~ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
|
548 |
-
|
549 |
-
#~ msgid "Enter the email address in the 'From' field"
|
550 |
-
#~ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
|
551 |
-
|
552 |
-
#~ msgid "User email"
|
553 |
-
#~ msgstr "E-mail de l'utlisateur"
|
554 |
-
|
555 |
-
#~ msgid ""
|
556 |
-
#~ "The email address of the user who fills the form will be used in the "
|
557 |
-
#~ "field 'From'."
|
558 |
-
#~ msgstr ""
|
559 |
-
#~ "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de "
|
560 |
-
#~ "l'utlisateur qui rempli le formulaire."
|
561 |
-
|
562 |
-
#~ msgid "This email address will be used in the 'From' field."
|
563 |
-
#~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
|
564 |
-
|
565 |
-
#~ msgid "Display fields"
|
566 |
-
#~ msgstr "Afficher le texte"
|
567 |
-
|
568 |
-
#~ msgid "Address"
|
569 |
-
#~ msgstr "Adresse"
|
570 |
-
|
571 |
-
#~ msgid "Phone"
|
572 |
-
#~ msgstr "Téléphone"
|
573 |
-
|
574 |
-
#~ msgid "Attachment block"
|
575 |
-
#~ msgstr "Bloc pièce-jointe"
|
576 |
-
|
577 |
-
#~ msgid "Users can attach the following file formats"
|
578 |
-
#~ msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
|
579 |
-
|
580 |
-
#~ msgid "Captcha"
|
581 |
-
#~ msgstr "Captcha"
|
582 |
-
|
583 |
-
#~ msgid "(powered by bestwebsoft.com)"
|
584 |
-
#~ msgstr "(fourni par bestwebsoft.com)"
|
585 |
-
|
586 |
-
#~ msgid "Download captcha"
|
587 |
-
#~ msgstr "Télécharger le captcha"
|
588 |
-
|
589 |
-
#, fuzzy
|
590 |
-
#~ msgid "Display tips below the Attachment block"
|
591 |
-
#~ msgstr "Afficher les explications après le bloc des pièces jointes"
|
592 |
-
|
593 |
-
#, fuzzy
|
594 |
-
#~ msgid "Display 'Send me a copy' block"
|
595 |
-
#~ msgstr "S'envoyer une copie"
|
596 |
-
|
597 |
-
#~ msgid "Required fields"
|
598 |
-
#~ msgstr "Champ obligatoire"
|
599 |
-
|
600 |
-
#~ msgid "Name"
|
601 |
-
#~ msgstr "Nom"
|
602 |
-
|
603 |
-
#~ msgid "Email Address"
|
604 |
-
#~ msgstr "Adresse e-mail"
|
605 |
-
|
606 |
-
#~ msgid "Subject"
|
607 |
-
#~ msgstr "Sujet"
|
608 |
-
|
609 |
-
#~ msgid "Message"
|
610 |
-
#~ msgstr "Message"
|
611 |
-
|
612 |
-
#~ msgid "Display additional info in the email"
|
613 |
-
#~ msgstr "Afficher les informations complémentaires dans le courriel"
|
614 |
-
|
615 |
-
#~ msgid "Sent from (ip address)"
|
616 |
-
#~ msgstr "Envoyé de (adresse IP)"
|
617 |
-
|
618 |
-
#, fuzzy
|
619 |
-
#~ msgid "Example: Sent from (IP address):\t127.0.0.1"
|
620 |
-
#~ msgstr "Envoyé de (adresse IP)"
|
621 |
-
|
622 |
-
#~ msgid "Date/Time"
|
623 |
-
#~ msgstr "Date/Heure"
|
624 |
-
|
625 |
-
#~ msgid "Sent from (referer)"
|
626 |
-
#~ msgstr "Envoyer de (référence)"
|
627 |
-
|
628 |
-
#~ msgid "Using (user agent)"
|
629 |
-
#~ msgstr "Depuis (navigateur)"
|
630 |
-
|
631 |
-
#~ msgid "Language settings for the field names in the form"
|
632 |
-
#~ msgstr "Définition des langues pour les titres des champs"
|
633 |
-
|
634 |
-
#~ msgid "Add a language"
|
635 |
-
#~ msgstr "Ajouter une langue"
|
636 |
-
|
637 |
-
#~ msgid "Change the names of the contact form fields and error messages"
|
638 |
-
#~ msgstr ""
|
639 |
-
#~ "Modifier le texte pour les champs du formulaire de contact et les "
|
640 |
-
#~ "messages d'erreur"
|
641 |
-
|
642 |
-
#~ msgid "English"
|
643 |
-
#~ msgstr "Anglais"
|
644 |
-
|
645 |
-
#~ msgid "Error message for the Name field"
|
646 |
-
#~ msgstr "Message d'erreur pour le champ nom"
|
647 |
-
|
648 |
-
#~ msgid "Error message for the Address field"
|
649 |
-
#~ msgstr "Message d'erreur pour le champ Adresse"
|
650 |
-
|
651 |
-
#~ msgid "Error message for the Email field"
|
652 |
-
#~ msgstr "Message d'erreur pour le champ e-mail"
|
653 |
-
|
654 |
-
#~ msgid "Error message for the Phone field"
|
655 |
-
#~ msgstr "Message d'erreur pour le champ téléphone"
|
656 |
-
|
657 |
-
#~ msgid "Error message for the Subject field"
|
658 |
-
#~ msgstr "Message d'erreur pour le champ sujet"
|
659 |
-
|
660 |
-
#~ msgid "Error message for the Message field"
|
661 |
-
#~ msgstr "Message d'erreur pour le champ message"
|
662 |
-
|
663 |
-
#~ msgid "Error message about the file type for the Attachment field"
|
664 |
-
#~ msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
|
665 |
-
|
666 |
-
#~ msgid ""
|
667 |
-
#~ "Error message while uploading a file for the Attachment field to the "
|
668 |
-
#~ "server"
|
669 |
-
#~ msgstr ""
|
670 |
-
#~ "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
|
671 |
-
#~ "serveur)"
|
672 |
-
|
673 |
-
#~ msgid "Error message while moving the file for the Attachment field"
|
674 |
-
#~ msgstr ""
|
675 |
-
#~ "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
|
676 |
-
|
677 |
-
#~ msgid ""
|
678 |
-
#~ "Error message when file size limit for the Attachment field is exceeded"
|
679 |
-
#~ msgstr ""
|
680 |
-
#~ "Message d'erreur pour le champ fichier joint (taille limite du fichier "
|
681 |
-
#~ "atteinte)"
|
682 |
-
|
683 |
-
#~ msgid "Error message for the Captcha field"
|
684 |
-
#~ msgstr "Message d'erreur pour le captcha"
|
685 |
-
|
686 |
-
#~ msgid "Error message for the whole form"
|
687 |
-
#~ msgstr "Message d'erreur demandant à compléter les champs manquants"
|
688 |
-
|
689 |
-
#~ msgid "Use shortcode"
|
690 |
-
#~ msgstr "Utiliser le code court"
|
691 |
-
|
692 |
-
#~ msgid "for this language"
|
693 |
-
#~ msgstr "pour cette langue"
|
694 |
-
|
695 |
-
#~ msgid "Action after email is sent"
|
696 |
-
#~ msgstr "Action après l'envoie de l'e-mail"
|
697 |
-
|
698 |
-
#~ msgid "Display text"
|
699 |
-
#~ msgstr "Afficher le texte"
|
700 |
-
|
701 |
-
#~ msgid "Text"
|
702 |
-
#~ msgstr "Texte"
|
703 |
-
|
704 |
-
#~ msgid "Redirect to the page"
|
705 |
-
#~ msgstr "Rediriger vers la page"
|
706 |
-
|
707 |
-
#~ msgid "Url"
|
708 |
-
#~ msgstr "Url"
|
709 |
-
|
710 |
-
#~ msgid "Save Changes"
|
711 |
-
#~ msgstr "Sauvegarder les modifications"
|
712 |
-
|
713 |
-
#~ msgid "Contact Form Pro | Extra Settings"
|
714 |
-
#~ msgstr "Formulaire Pro de Contact | Options supplémentaires"
|
715 |
-
|
716 |
-
#~ msgid ""
|
717 |
-
#~ "This functionality is available in the Pro version of the plugin. For "
|
718 |
-
#~ "more details, please follow the link"
|
719 |
-
#~ msgstr ""
|
720 |
-
#~ "Cette fonctionalité est disponible dans le version Pro de cette "
|
721 |
-
#~ "extension. Pour plus de détails, merci de suivre ce lien"
|
722 |
-
|
723 |
-
#~ msgid "Errors output"
|
724 |
-
#~ msgstr "Affichage des erreurs"
|
725 |
-
|
726 |
-
#~ msgid "Display error messages"
|
727 |
-
#~ msgstr "Aficher les messages d'erreur"
|
728 |
-
|
729 |
-
#~ msgid "Color of the input field errors."
|
730 |
-
#~ msgstr "Mettre en couleur les champs ayant des erreurs"
|
731 |
-
|
732 |
-
#~ msgid "Display error messages & color of the input field errors"
|
733 |
-
#~ msgstr ""
|
734 |
-
#~ "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
|
735 |
-
#~ "erreurs"
|
736 |
-
|
737 |
-
#~ msgid "Add placeholder to the input blocks"
|
738 |
-
#~ msgstr "Ajouter la localisation dans le bloc de saisie"
|
739 |
-
|
740 |
-
#~ msgid "Add tooltips"
|
741 |
-
#~ msgstr "Ajouter les conseils"
|
742 |
-
|
743 |
-
#~ msgid "Email address"
|
744 |
-
#~ msgstr "Adresse e-mail"
|
745 |
-
|
746 |
-
#~ msgid "Phone Number"
|
747 |
-
#~ msgstr "Téléphone"
|
748 |
-
|
749 |
-
#~ msgid "Attachment"
|
750 |
-
#~ msgstr "Pièce-jointe"
|
751 |
-
|
752 |
-
#~ msgid "Style options"
|
753 |
-
#~ msgstr "Options de style"
|
754 |
-
|
755 |
-
#~ msgid "Text color"
|
756 |
-
#~ msgstr "Couleur du texte"
|
757 |
-
|
758 |
-
#~ msgid "Default"
|
759 |
-
#~ msgstr "Défaut"
|
760 |
-
|
761 |
-
#~ msgid "Label text color"
|
762 |
-
#~ msgstr "Couleur des textes des intitulés"
|
763 |
-
|
764 |
-
#~ msgid "Placeholder color"
|
765 |
-
#~ msgstr "Couleur pour la localisation"
|
766 |
-
|
767 |
-
#~ msgid "Errors color"
|
768 |
-
#~ msgstr "Couleur pour les erreurs"
|
769 |
-
|
770 |
-
#~ msgid "Error text color"
|
771 |
-
#~ msgstr "Couleur pour le texte des erreurs"
|
772 |
-
|
773 |
-
#~ msgid "Background color of the input field errors"
|
774 |
-
#~ msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
|
775 |
-
|
776 |
-
#~ msgid "Border color of the input field errors"
|
777 |
-
#~ msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
|
778 |
-
|
779 |
-
#~ msgid "Placeholder color of the input field errors"
|
780 |
-
#~ msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
|
781 |
-
|
782 |
-
#~ msgid "Input fields"
|
783 |
-
#~ msgstr "Champs de saisie"
|
784 |
-
|
785 |
-
#~ msgid "Input fields background color"
|
786 |
-
#~ msgstr "Couleur de fond pour les champs de saisie"
|
787 |
-
|
788 |
-
#~ msgid "Text fields color"
|
789 |
-
#~ msgstr "Couleur pour les textes des champs de saisie"
|
790 |
-
|
791 |
-
#~ msgid "Border width in px, numbers only"
|
792 |
-
#~ msgstr "Largeur des bordures en px, nombre seulement"
|
793 |
-
|
794 |
-
#~ msgid "Border color"
|
795 |
-
#~ msgstr "Couleur des bordures"
|
796 |
-
|
797 |
-
#~ msgid "Submit button"
|
798 |
-
#~ msgstr "Bouton Envoyer"
|
799 |
-
|
800 |
-
#~ msgid "Width in px, numbers only"
|
801 |
-
#~ msgstr "Largeur en px, nombre seulement"
|
802 |
-
|
803 |
-
#~ msgid "Button color"
|
804 |
-
#~ msgstr "Couleur du bouton"
|
805 |
-
|
806 |
-
#~ msgid "Button text color"
|
807 |
-
#~ msgstr "Couleur du texte du bouton"
|
808 |
-
|
809 |
-
#~ msgid "Contact Form Pro | Preview"
|
810 |
-
#~ msgstr "Formulaire Pro de Contact | Prévisualisation"
|
811 |
-
|
812 |
-
#~ msgid "Show with errors"
|
813 |
-
#~ msgstr "Afficher avec les erreurs"
|
814 |
-
|
815 |
-
#~ msgid "Please enter your full name..."
|
816 |
-
#~ msgstr "Merci de saisir votre nom..."
|
817 |
-
|
818 |
-
#~ msgid "Please enter your address..."
|
819 |
-
#~ msgstr "Merci de saisir votre adresse..."
|
820 |
-
|
821 |
-
#~ msgid "Please enter your email address..."
|
822 |
-
#~ msgstr "Merci de saisir votre adresse e-mail..."
|
823 |
-
|
824 |
-
#~ msgid "Please enter your phone number..."
|
825 |
-
#~ msgstr "Merci de saisir votre numéro de téléphone..."
|
826 |
-
|
827 |
-
#~ msgid "Please enter subject..."
|
828 |
-
#~ msgstr "Merci de saisir le sujet..."
|
829 |
-
|
830 |
-
#~ msgid "Please enter your message..."
|
831 |
-
#~ msgstr "Merci de saisir votre message..."
|
832 |
-
|
833 |
-
#~ msgid ""
|
834 |
-
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
835 |
-
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
836 |
-
#~ "size: 2MB"
|
837 |
-
#~ msgstr ""
|
838 |
-
#~ "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
839 |
-
#~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
|
840 |
-
#~ "Taille maximum 2MB"
|
841 |
-
|
842 |
-
#~ msgid "You can attach the following file formats"
|
843 |
-
#~ msgstr "Vous pouvez joindre des fichiers aux formats suivants"
|
844 |
-
|
845 |
-
#~ msgid "Contact from"
|
846 |
-
#~ msgstr "Contact de"
|
847 |
-
|
848 |
-
#~ msgid "Email"
|
849 |
-
#~ msgstr "E-mail"
|
850 |
-
|
851 |
-
#~ msgid "Site"
|
852 |
-
#~ msgstr "Site"
|
853 |
-
|
854 |
-
#~ msgid ""
|
855 |
-
#~ "If you can see this MIME, it means that the MIME type is not supported by "
|
856 |
-
#~ "your email client!"
|
857 |
-
#~ msgstr ""
|
858 |
-
#~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
|
859 |
-
#~ "MIME !"
|
860 |
-
|
861 |
-
#~ msgid "FAQ"
|
862 |
-
#~ msgstr "FAQ"
|
863 |
-
|
864 |
-
#~ msgid "Support"
|
865 |
-
#~ msgstr "Support"
|
866 |
-
|
867 |
-
#~ msgid "Are you sure that you want to delete this language data?"
|
868 |
-
#~ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
869 |
-
|
870 |
-
#~ msgid "Display Attachment tips"
|
871 |
-
#~ msgstr "Afficher les explications sur les pièces jointes"
|
872 |
-
|
873 |
-
#~ msgid "Display a phone number field"
|
874 |
-
#~ msgstr "Afficher le champ téléphone"
|
875 |
-
|
876 |
-
#~ msgid "Please enter a valid email address. Settings are not saved."
|
877 |
-
#~ msgstr ""
|
878 |
-
#~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
|
879 |
-
#~ "sauvegardées."
|
880 |
-
|
881 |
-
#~ msgid "E-Mail Address"
|
882 |
-
#~ msgstr "Adresse e-mail"
|
883 |
-
|
884 |
-
#, fuzzy
|
885 |
-
#~ msgid ""
|
886 |
-
#~ "If you would like to add a Contact Form to your website, just copy and "
|
887 |
-
#~ "put this shortcode onto your post or page:"
|
888 |
-
#~ msgstr ""
|
889 |
-
#~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
|
890 |
-
#~ "copiez juste ce code dans un article ou sur une page ou un widget:"
|
891 |
-
|
892 |
-
#, fuzzy
|
893 |
-
#~ msgid "Thank you for contact."
|
894 |
-
#~ msgstr "Merci de nous avoir contacté."
|
895 |
-
|
896 |
-
#, fuzzy
|
897 |
-
#~ msgid "Set a name of user wo will get messages from a contact form."
|
898 |
-
#~ msgstr ""
|
899 |
-
#~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
|
900 |
-
#~ "formulaire de contact."
|
901 |
-
|
902 |
-
#~ msgid "E-Mail Addresse:"
|
903 |
-
#~ msgstr "Indirizzo e-mail:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/languages/bestwebsoft-it_IT.mo
DELETED
Binary file
|
languages/bws_menu/languages/bestwebsoft-it_IT.po
DELETED
@@ -1,709 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: bestwebsoft\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-01-17 12:13+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
-
"Language: \n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Generator: Poedit 1.5.4\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
-
"X-Poedit-Basepath: ..\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
|
21 |
-
# @ bestwebsoft
|
22 |
-
#: bws_menu.php:339
|
23 |
-
msgid "Not set"
|
24 |
-
msgstr "Non impostato"
|
25 |
-
|
26 |
-
# @ bestwebsoft
|
27 |
-
#: bws_menu.php:341
|
28 |
-
#: bws_menu.php:345
|
29 |
-
msgid "On"
|
30 |
-
msgstr "Abilitato"
|
31 |
-
|
32 |
-
# @ bestwebsoft
|
33 |
-
#: bws_menu.php:343
|
34 |
-
#: bws_menu.php:347
|
35 |
-
msgid "Off"
|
36 |
-
msgstr "Disabilitato"
|
37 |
-
|
38 |
-
# @ bestwebsoft
|
39 |
-
#: bws_menu.php:351
|
40 |
-
#: bws_menu.php:355
|
41 |
-
#: bws_menu.php:359
|
42 |
-
#: bws_menu.php:363
|
43 |
-
#: bws_menu.php:367
|
44 |
-
#: bws_menu.php:393
|
45 |
-
msgid "N/A"
|
46 |
-
msgstr "Non disponibile"
|
47 |
-
|
48 |
-
# @ bestwebsoft
|
49 |
-
#: bws_menu.php:365
|
50 |
-
msgid " Mb"
|
51 |
-
msgstr "Mb"
|
52 |
-
|
53 |
-
# @ bestwebsoft
|
54 |
-
#: bws_menu.php:369
|
55 |
-
#: bws_menu.php:373
|
56 |
-
#: bws_menu.php:377
|
57 |
-
#: bws_menu.php:388
|
58 |
-
msgid "Yes"
|
59 |
-
msgstr "Sì"
|
60 |
-
|
61 |
-
# @ bestwebsoft
|
62 |
-
#: bws_menu.php:371
|
63 |
-
#: bws_menu.php:375
|
64 |
-
#: bws_menu.php:379
|
65 |
-
#: bws_menu.php:390
|
66 |
-
msgid "No"
|
67 |
-
msgstr "No"
|
68 |
-
|
69 |
-
# @ bestwebsoft
|
70 |
-
#: bws_menu.php:404
|
71 |
-
msgid "Operating System"
|
72 |
-
msgstr "Sistema operativo"
|
73 |
-
|
74 |
-
# @ bestwebsoft
|
75 |
-
#: bws_menu.php:405
|
76 |
-
msgid "Server"
|
77 |
-
msgstr "Server"
|
78 |
-
|
79 |
-
# @ bestwebsoft
|
80 |
-
#: bws_menu.php:406
|
81 |
-
msgid "Memory usage"
|
82 |
-
msgstr "Utilizzo memoria"
|
83 |
-
|
84 |
-
# @ bestwebsoft
|
85 |
-
#: bws_menu.php:407
|
86 |
-
msgid "MYSQL Version"
|
87 |
-
msgstr "Versione MYSQL"
|
88 |
-
|
89 |
-
# @ bestwebsoft
|
90 |
-
#: bws_menu.php:408
|
91 |
-
msgid "SQL Mode"
|
92 |
-
msgstr "Modalità SQL"
|
93 |
-
|
94 |
-
# @ bestwebsoft
|
95 |
-
#: bws_menu.php:409
|
96 |
-
msgid "PHP Version"
|
97 |
-
msgstr "Versione PHP"
|
98 |
-
|
99 |
-
# @ bestwebsoft
|
100 |
-
#: bws_menu.php:410
|
101 |
-
msgid "PHP Safe Mode"
|
102 |
-
msgstr "Safe Mode PHP"
|
103 |
-
|
104 |
-
# @ bestwebsoft
|
105 |
-
#: bws_menu.php:411
|
106 |
-
msgid "PHP Allow URL fopen"
|
107 |
-
msgstr "Consenti URL fopen PHP"
|
108 |
-
|
109 |
-
# @ bestwebsoft
|
110 |
-
#: bws_menu.php:412
|
111 |
-
msgid "PHP Memory Limit"
|
112 |
-
msgstr "Limite di memoria PHP"
|
113 |
-
|
114 |
-
# @ bestwebsoft
|
115 |
-
#: bws_menu.php:413
|
116 |
-
msgid "PHP Max Upload Size"
|
117 |
-
msgstr "Dimensione upload massima PHP"
|
118 |
-
|
119 |
-
# @ bestwebsoft
|
120 |
-
#: bws_menu.php:414
|
121 |
-
msgid "PHP Max Post Size"
|
122 |
-
msgstr "Dimensione massima Post PHP"
|
123 |
-
|
124 |
-
# @ bestwebsoft
|
125 |
-
#: bws_menu.php:415
|
126 |
-
msgid "PHP Max Script Execute Time"
|
127 |
-
msgstr "Tempo massimo di esecuzione PHP"
|
128 |
-
|
129 |
-
# @ bestwebsoft
|
130 |
-
#: bws_menu.php:416
|
131 |
-
msgid "PHP Exif support"
|
132 |
-
msgstr "Supporto Exif PHP"
|
133 |
-
|
134 |
-
# @ bestwebsoft
|
135 |
-
#: bws_menu.php:417
|
136 |
-
msgid "PHP IPTC support"
|
137 |
-
msgstr "Supporto IPTC PHP"
|
138 |
-
|
139 |
-
# @ bestwebsoft
|
140 |
-
#: bws_menu.php:418
|
141 |
-
msgid "PHP XML support"
|
142 |
-
msgstr "Supporto XML PHP"
|
143 |
-
|
144 |
-
# @ bestwebsoft
|
145 |
-
#: bws_menu.php:419
|
146 |
-
msgid "Site URL"
|
147 |
-
msgstr "URL sito"
|
148 |
-
|
149 |
-
# @ bestwebsoft
|
150 |
-
#: bws_menu.php:420
|
151 |
-
msgid "Home URL"
|
152 |
-
msgstr "URL home"
|
153 |
-
|
154 |
-
# @ bestwebsoft
|
155 |
-
#: bws_menu.php:421
|
156 |
-
msgid "WordPress Version"
|
157 |
-
msgstr "Versione WordPress"
|
158 |
-
|
159 |
-
# @ bestwebsoft
|
160 |
-
#: bws_menu.php:422
|
161 |
-
msgid "WordPress DB Version"
|
162 |
-
msgstr "Versione DB WordPress"
|
163 |
-
|
164 |
-
# @ bestwebsoft
|
165 |
-
#: bws_menu.php:423
|
166 |
-
msgid "Multisite"
|
167 |
-
msgstr "Multisito"
|
168 |
-
|
169 |
-
# @ bestwebsoft
|
170 |
-
#: bws_menu.php:424
|
171 |
-
msgid "Active Theme"
|
172 |
-
msgstr "Tema attivo"
|
173 |
-
|
174 |
-
# @ bestwebsoft
|
175 |
-
#: bws_menu.php:440
|
176 |
-
msgid "Please enter a valid email address."
|
177 |
-
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
178 |
-
|
179 |
-
# @ bestwebsoft
|
180 |
-
#: bws_menu.php:444
|
181 |
-
msgid "Email with system info is sent to "
|
182 |
-
msgstr "Email con informazioni di sistema spedita a "
|
183 |
-
|
184 |
-
# @ bestwebsoft
|
185 |
-
#: bws_menu.php:448
|
186 |
-
msgid "Thank you for contacting us."
|
187 |
-
msgstr "Grazie per averci contattato."
|
188 |
-
|
189 |
-
# @ bestwebsoft
|
190 |
-
#: bws_menu.php:476
|
191 |
-
msgid "Sorry, email message could not be delivered."
|
192 |
-
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
193 |
-
|
194 |
-
#: bws_menu.php:488
|
195 |
-
msgid "Switch to new interface"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
# @ bestwebsoft
|
199 |
-
#: bws_menu.php:495
|
200 |
-
msgid "Pro plugins"
|
201 |
-
msgstr "Plugin Pro"
|
202 |
-
|
203 |
-
# @ bestwebsoft
|
204 |
-
#: bws_menu.php:498
|
205 |
-
#: bws_menu.php:524
|
206 |
-
msgid "Activated plugins"
|
207 |
-
msgstr "Plugin attivi"
|
208 |
-
|
209 |
-
# @ bestwebsoft
|
210 |
-
#: bws_menu.php:500
|
211 |
-
#: bws_menu.php:508
|
212 |
-
#: bws_menu.php:516
|
213 |
-
#: bws_menu.php:526
|
214 |
-
#: bws_menu.php:534
|
215 |
-
#: bws_menu.php:542
|
216 |
-
#: bws_menu.php:552
|
217 |
-
#: bws_menu.php:559
|
218 |
-
#: bws_menu.php:567
|
219 |
-
msgid "Read more"
|
220 |
-
msgstr "Leggi tutto"
|
221 |
-
|
222 |
-
# @ bestwebsoft
|
223 |
-
# @ captcha
|
224 |
-
#: bws_menu.php:500
|
225 |
-
#: bws_menu.php:526
|
226 |
-
#: bws_menu.php:678
|
227 |
-
#: bws_menu.php:706
|
228 |
-
msgid "Settings"
|
229 |
-
msgstr "Impostazioni"
|
230 |
-
|
231 |
-
# @ bestwebsoft
|
232 |
-
#: bws_menu.php:506
|
233 |
-
#: bws_menu.php:532
|
234 |
-
#: bws_menu.php:658
|
235 |
-
msgid "Installed plugins"
|
236 |
-
msgstr "Plugin installati"
|
237 |
-
|
238 |
-
# @ bestwebsoft
|
239 |
-
#: bws_menu.php:514
|
240 |
-
#: bws_menu.php:540
|
241 |
-
#: bws_menu.php:765
|
242 |
-
msgid "Recommended plugins"
|
243 |
-
msgstr "Plugin raccomandati"
|
244 |
-
|
245 |
-
# @ bestwebsoft
|
246 |
-
#: bws_menu.php:516
|
247 |
-
msgid "Purchase"
|
248 |
-
msgstr "Acquista"
|
249 |
-
|
250 |
-
# @ bestwebsoft
|
251 |
-
#: bws_menu.php:521
|
252 |
-
msgid "Free plugins"
|
253 |
-
msgstr "Plugin gratuiti"
|
254 |
-
|
255 |
-
# @ bestwebsoft
|
256 |
-
#: bws_menu.php:542
|
257 |
-
#: bws_menu.php:567
|
258 |
-
msgid "Download"
|
259 |
-
msgstr "Scarica"
|
260 |
-
|
261 |
-
# @ default
|
262 |
-
#: bws_menu.php:542
|
263 |
-
#: bws_menu.php:567
|
264 |
-
#: bws_menu.php:867
|
265 |
-
#, php-format
|
266 |
-
msgid "Install %s"
|
267 |
-
msgstr "Installa %s"
|
268 |
-
|
269 |
-
# @ bestwebsoft
|
270 |
-
#: bws_menu.php:542
|
271 |
-
#: bws_menu.php:567
|
272 |
-
msgid "Install now from wordpress.org"
|
273 |
-
msgstr "Installa ora da wordpress.org"
|
274 |
-
|
275 |
-
#: bws_menu.php:548
|
276 |
-
msgid "Free themes"
|
277 |
-
msgstr ""
|
278 |
-
|
279 |
-
# @ bestwebsoft
|
280 |
-
#: bws_menu.php:551
|
281 |
-
#, fuzzy
|
282 |
-
msgid "Activated theme"
|
283 |
-
msgstr "Tema attivo"
|
284 |
-
|
285 |
-
#: bws_menu.php:552
|
286 |
-
#, php-format
|
287 |
-
msgid "Customize “%s”"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: bws_menu.php:552
|
291 |
-
msgid "Customize"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
# @ default
|
295 |
-
#: bws_menu.php:557
|
296 |
-
#, fuzzy
|
297 |
-
msgid "Installed themes"
|
298 |
-
msgstr "Installa %s"
|
299 |
-
|
300 |
-
# @ bestwebsoft
|
301 |
-
#: bws_menu.php:565
|
302 |
-
#, fuzzy
|
303 |
-
msgid "Recommended themes"
|
304 |
-
msgstr "Plugin raccomandati"
|
305 |
-
|
306 |
-
# @ bestwebsoft
|
307 |
-
#: bws_menu.php:573
|
308 |
-
msgid "If you have any questions, please contact us via"
|
309 |
-
msgstr "Se hai domande, contattaci tramite"
|
310 |
-
|
311 |
-
# @ bestwebsoft
|
312 |
-
#: bws_menu.php:580
|
313 |
-
#: bws_menu.php:648
|
314 |
-
#: bws_menu.php:903
|
315 |
-
msgid "System status"
|
316 |
-
msgstr "Stato sistema"
|
317 |
-
|
318 |
-
# @ bestwebsoft
|
319 |
-
#: bws_menu.php:584
|
320 |
-
#: bws_menu.php:906
|
321 |
-
msgid "Environment"
|
322 |
-
msgstr "Ambiente"
|
323 |
-
|
324 |
-
# @ bestwebsoft
|
325 |
-
#: bws_menu.php:595
|
326 |
-
#: bws_menu.php:917
|
327 |
-
msgid "Active Plugins"
|
328 |
-
msgstr "Plugin attivi"
|
329 |
-
|
330 |
-
# @ bestwebsoft
|
331 |
-
#: bws_menu.php:606
|
332 |
-
#: bws_menu.php:928
|
333 |
-
msgid "Inactive Plugins"
|
334 |
-
msgstr "Plugin inattivi"
|
335 |
-
|
336 |
-
# @ bestwebsoft
|
337 |
-
#: bws_menu.php:620
|
338 |
-
#: bws_menu.php:942
|
339 |
-
msgid "Send to support"
|
340 |
-
msgstr "Invia al supporto"
|
341 |
-
|
342 |
-
# @ bestwebsoft
|
343 |
-
#: bws_menu.php:627
|
344 |
-
#: bws_menu.php:949
|
345 |
-
msgid "Send to custom email »"
|
346 |
-
msgstr "Invia a una email personalizzata »"
|
347 |
-
|
348 |
-
#: bws_menu.php:638
|
349 |
-
msgid "Switch to old interface"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
# @ bestwebsoft
|
353 |
-
#: bws_menu.php:644
|
354 |
-
#, fuzzy
|
355 |
-
msgid "Plugins"
|
356 |
-
msgstr "Plugin Pro"
|
357 |
-
|
358 |
-
#: bws_menu.php:646
|
359 |
-
msgid "Themes"
|
360 |
-
msgstr ""
|
361 |
-
|
362 |
-
#: bws_menu.php:652
|
363 |
-
msgid "All"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
# @ default
|
367 |
-
#: bws_menu.php:653
|
368 |
-
#, fuzzy
|
369 |
-
msgid "Installed"
|
370 |
-
msgstr "Installa %s"
|
371 |
-
|
372 |
-
# @ bestwebsoft
|
373 |
-
#: bws_menu.php:654
|
374 |
-
#, fuzzy
|
375 |
-
msgid "Recommended"
|
376 |
-
msgstr "Plugin raccomandati"
|
377 |
-
|
378 |
-
# @ bestwebsoft
|
379 |
-
#: bws_menu.php:676
|
380 |
-
#: bws_menu.php:704
|
381 |
-
#: bws_menu.php:726
|
382 |
-
#: bws_menu.php:754
|
383 |
-
#: bws_menu.php:795
|
384 |
-
#, fuzzy
|
385 |
-
msgid "Learn more"
|
386 |
-
msgstr "Leggi tutto"
|
387 |
-
|
388 |
-
#: bws_menu.php:694
|
389 |
-
#: bws_menu.php:744
|
390 |
-
#: bws_menu.php:785
|
391 |
-
msgid "Go"
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: bws_menu.php:698
|
395 |
-
#: bws_menu.php:748
|
396 |
-
#: bws_menu.php:789
|
397 |
-
msgid "DONATE"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
# @ bestwebsoft
|
401 |
-
#: bws_menu.php:728
|
402 |
-
#: bws_menu.php:756
|
403 |
-
#, fuzzy
|
404 |
-
msgid "Activate this plugin"
|
405 |
-
msgstr "Plugin attivi"
|
406 |
-
|
407 |
-
# @ bestwebsoft
|
408 |
-
#: bws_menu.php:728
|
409 |
-
#: bws_menu.php:756
|
410 |
-
#, fuzzy
|
411 |
-
msgid "Activate"
|
412 |
-
msgstr "Plugin attivi"
|
413 |
-
|
414 |
-
# @ default
|
415 |
-
#: bws_menu.php:797
|
416 |
-
#, fuzzy
|
417 |
-
msgid "Install now"
|
418 |
-
msgstr "Installa %s"
|
419 |
-
|
420 |
-
#: bws_menu.php:819
|
421 |
-
msgid "Try again"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: bws_menu.php:836
|
425 |
-
#, php-format
|
426 |
-
msgid "Preview “%s”"
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
# @ default
|
430 |
-
#: bws_menu.php:867
|
431 |
-
#, fuzzy
|
432 |
-
msgid "Install Now"
|
433 |
-
msgstr "Installa %s"
|
434 |
-
|
435 |
-
#: bws_menu.php:870
|
436 |
-
#, php-format
|
437 |
-
msgid "Update to version %s"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: bws_menu.php:870
|
441 |
-
msgid "Update"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: bws_menu.php:877
|
445 |
-
#, php-format
|
446 |
-
msgid "Preview %s"
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: bws_menu.php:877
|
450 |
-
msgid "Preview"
|
451 |
-
msgstr ""
|
452 |
-
|
453 |
-
#: bws_menu.php:884
|
454 |
-
#, php-format
|
455 |
-
msgid "By %s"
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: bws_menu.php:890
|
459 |
-
msgid "Details"
|
460 |
-
msgstr ""
|
461 |
-
|
462 |
-
# @ default
|
463 |
-
#, fuzzy
|
464 |
-
#~ msgid "installed"
|
465 |
-
#~ msgstr "Installa %s"
|
466 |
-
|
467 |
-
# @ captcha
|
468 |
-
#, fuzzy
|
469 |
-
#~ msgid "Captcha Settings"
|
470 |
-
#~ msgstr "Impostazioni Captcha"
|
471 |
-
|
472 |
-
# @ captcha
|
473 |
-
#~ msgid "Captcha"
|
474 |
-
#~ msgstr "Captcha"
|
475 |
-
# @ captcha
|
476 |
-
#~ msgid "Login form"
|
477 |
-
#~ msgstr "Modulo di login"
|
478 |
-
# @ captcha
|
479 |
-
#, fuzzy
|
480 |
-
#~ msgid "Registration form"
|
481 |
-
#~ msgstr "Modulo di registrazione"
|
482 |
-
|
483 |
-
# @ captcha
|
484 |
-
#~ msgid "Register form"
|
485 |
-
#~ msgstr "Modulo di registrazione"
|
486 |
-
# @ captcha
|
487 |
-
#, fuzzy
|
488 |
-
#~ msgid "Reset Password form"
|
489 |
-
#~ msgstr "Modulo recupero password"
|
490 |
-
|
491 |
-
# @ captcha
|
492 |
-
#~ msgid "Lost password form"
|
493 |
-
#~ msgstr "Modulo recupero password"
|
494 |
-
# @ captcha
|
495 |
-
#~ msgid "Comments form"
|
496 |
-
#~ msgstr "Modulo dei commenti"
|
497 |
-
# @ captcha
|
498 |
-
#~ msgid "Hide CAPTCHA for registered users"
|
499 |
-
#~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
|
500 |
-
# @ captcha
|
501 |
-
#~ msgid "Plus (+)"
|
502 |
-
#~ msgstr "Addizione (+)"
|
503 |
-
# @ captcha
|
504 |
-
#~ msgid "Plus"
|
505 |
-
#~ msgstr "Più"
|
506 |
-
# @ captcha
|
507 |
-
#~ msgid "Minus (−)"
|
508 |
-
#~ msgstr "Sottrazione (−)"
|
509 |
-
# @ captcha
|
510 |
-
#~ msgid "Minus"
|
511 |
-
#~ msgstr "Meno"
|
512 |
-
# @ captcha
|
513 |
-
#, fuzzy
|
514 |
-
#~ msgid "Multiplication (×)"
|
515 |
-
#~ msgstr "Moltiplicazione (×)"
|
516 |
-
|
517 |
-
# @ captcha
|
518 |
-
#, fuzzy
|
519 |
-
#~ msgid "Multiply"
|
520 |
-
#~ msgstr "Moltiplicazione"
|
521 |
-
|
522 |
-
# @ captcha
|
523 |
-
#~ msgid "Numbers"
|
524 |
-
#~ msgstr "Numeri"
|
525 |
-
# @ captcha
|
526 |
-
#~ msgid "Words"
|
527 |
-
#~ msgstr "Parole"
|
528 |
-
# @ captcha
|
529 |
-
#~ msgid "FAQ"
|
530 |
-
#~ msgstr "FAQ"
|
531 |
-
# @ captcha
|
532 |
-
#~ msgid "Support"
|
533 |
-
#~ msgstr "Supporto"
|
534 |
-
# @ captcha
|
535 |
-
#, fuzzy
|
536 |
-
#~ msgid ""
|
537 |
-
#~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
|
538 |
-
#~ msgstr ""
|
539 |
-
#~ "Per favole seleziona una opzione nel blocco Aritmetica e Difficolatà per "
|
540 |
-
#~ "il CAPTCHA"
|
541 |
-
|
542 |
-
# @ captcha
|
543 |
-
#~ msgid "Options saved."
|
544 |
-
#~ msgstr "Impostazioni salvate."
|
545 |
-
# @ captcha
|
546 |
-
#, fuzzy
|
547 |
-
#~ msgid "Enable CAPTCHA for:"
|
548 |
-
#~ msgstr "Abilita il CAPTCHA per:"
|
549 |
-
|
550 |
-
# @ captcha
|
551 |
-
#~ msgid "Contact form"
|
552 |
-
#~ msgstr "Modulo di contatto"
|
553 |
-
# @ captcha
|
554 |
-
#~ msgid "powered by"
|
555 |
-
#~ msgstr "powered by"
|
556 |
-
# @ captcha
|
557 |
-
#~ msgid "Activate contact form"
|
558 |
-
#~ msgstr "Attiva modulo di contatto"
|
559 |
-
# @ captcha
|
560 |
-
#~ msgid "Download contact form"
|
561 |
-
#~ msgstr "Scarica il plugin per il modulo di contatto"
|
562 |
-
# @ captcha
|
563 |
-
#, fuzzy
|
564 |
-
#~ msgid ""
|
565 |
-
#~ "If you would like to customize this plugin for a custom form, please see"
|
566 |
-
#~ msgstr ""
|
567 |
-
#~ "Se desideri personalizzare il plugin per un modulo di contatto "
|
568 |
-
#~ "personalizzato, vedi"
|
569 |
-
|
570 |
-
# @ captcha
|
571 |
-
#~ msgid "\"Create a Group\" form"
|
572 |
-
#~ msgstr "Modulo \"Crea un gruppo\""
|
573 |
-
# @ captcha
|
574 |
-
#~ msgid ""
|
575 |
-
#~ "This functionality is available in the Pro version of the plugin. For "
|
576 |
-
#~ "more details, please follow the link"
|
577 |
-
#~ msgstr ""
|
578 |
-
#~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
|
579 |
-
#~ "maggiori dettagli, per favore vai al link"
|
580 |
-
# @ captcha
|
581 |
-
#, fuzzy
|
582 |
-
#~ msgid "Title for CAPTCHA in the form"
|
583 |
-
#~ msgstr "Titolo per il CAPTCHA nel modulo"
|
584 |
-
|
585 |
-
# @ captcha
|
586 |
-
#~ msgid "Arithmetic actions for CAPTCHA"
|
587 |
-
#~ msgstr "Operazioni aritmetiche per il CAPTCHA"
|
588 |
-
# @ captcha
|
589 |
-
#~ msgid "CAPTCHA complexity level"
|
590 |
-
#~ msgstr "Livello complessità CAPTCHA"
|
591 |
-
# @ default
|
592 |
-
#~ msgid "Save Changes"
|
593 |
-
#~ msgstr "Salva le modifiche"
|
594 |
-
# @ captcha
|
595 |
-
#~ msgid "ERROR"
|
596 |
-
#~ msgstr "ERRORE"
|
597 |
-
# @ captcha
|
598 |
-
#~ msgid "Please fill the form."
|
599 |
-
#~ msgstr "Per favore compila il modulo."
|
600 |
-
# @ captcha
|
601 |
-
#, fuzzy
|
602 |
-
#~ msgid "Please enter a valid CAPTCHA value."
|
603 |
-
#~ msgstr "Per favore completa il test di controllo."
|
604 |
-
|
605 |
-
# @ captcha
|
606 |
-
#, fuzzy
|
607 |
-
#~ msgid ""
|
608 |
-
#~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
|
609 |
-
#~ "on your browser, and try again."
|
610 |
-
#~ msgstr ""
|
611 |
-
#~ "Errore: hai inserito una risposta errata nel codice di controllo. Fai "
|
612 |
-
#~ "click sul pulsante INDIETRO del tuo browser e prova di nuovo."
|
613 |
-
|
614 |
-
# @ captcha
|
615 |
-
#~ msgid "zero"
|
616 |
-
#~ msgstr "zero"
|
617 |
-
# @ captcha
|
618 |
-
#~ msgid "one"
|
619 |
-
#~ msgstr "uno"
|
620 |
-
# @ captcha
|
621 |
-
#~ msgid "two"
|
622 |
-
#~ msgstr "due"
|
623 |
-
# @ captcha
|
624 |
-
#~ msgid "three"
|
625 |
-
#~ msgstr "tre"
|
626 |
-
# @ captcha
|
627 |
-
#~ msgid "four"
|
628 |
-
#~ msgstr "quattro"
|
629 |
-
# @ captcha
|
630 |
-
#~ msgid "five"
|
631 |
-
#~ msgstr "cinque"
|
632 |
-
# @ captcha
|
633 |
-
#~ msgid "six"
|
634 |
-
#~ msgstr "sei"
|
635 |
-
# @ captcha
|
636 |
-
#~ msgid "seven"
|
637 |
-
#~ msgstr "sette"
|
638 |
-
# @ captcha
|
639 |
-
#~ msgid "eight"
|
640 |
-
#~ msgstr "otto"
|
641 |
-
# @ captcha
|
642 |
-
#~ msgid "nine"
|
643 |
-
#~ msgstr "nove"
|
644 |
-
# @ captcha
|
645 |
-
#~ msgid "eleven"
|
646 |
-
#~ msgstr "undici"
|
647 |
-
# @ captcha
|
648 |
-
#~ msgid "twelve"
|
649 |
-
#~ msgstr "dodici"
|
650 |
-
# @ captcha
|
651 |
-
#~ msgid "thirteen"
|
652 |
-
#~ msgstr "tredici"
|
653 |
-
# @ captcha
|
654 |
-
#~ msgid "fourteen"
|
655 |
-
#~ msgstr "quattordici"
|
656 |
-
# @ captcha
|
657 |
-
#~ msgid "fifteen"
|
658 |
-
#~ msgstr "quindici"
|
659 |
-
# @ captcha
|
660 |
-
#~ msgid "sixteen"
|
661 |
-
#~ msgstr "sedici"
|
662 |
-
# @ captcha
|
663 |
-
#~ msgid "seventeen"
|
664 |
-
#~ msgstr "diciassette"
|
665 |
-
# @ captcha
|
666 |
-
#~ msgid "eighteen"
|
667 |
-
#~ msgstr "diciotto"
|
668 |
-
# @ captcha
|
669 |
-
#~ msgid "nineteen"
|
670 |
-
#~ msgstr "diciannove"
|
671 |
-
# @ captcha
|
672 |
-
#~ msgid "ten"
|
673 |
-
#~ msgstr "dieci"
|
674 |
-
# @ captcha
|
675 |
-
#~ msgid "twenty"
|
676 |
-
#~ msgstr "venti"
|
677 |
-
# @ captcha
|
678 |
-
#~ msgid "thirty"
|
679 |
-
#~ msgstr "trenta"
|
680 |
-
# @ captcha
|
681 |
-
#~ msgid "forty"
|
682 |
-
#~ msgstr "quaranta"
|
683 |
-
# @ captcha
|
684 |
-
#~ msgid "fifty"
|
685 |
-
#~ msgstr "cinquanta"
|
686 |
-
# @ captcha
|
687 |
-
#~ msgid "sixty"
|
688 |
-
#~ msgstr "sessanta"
|
689 |
-
# @ captcha
|
690 |
-
#~ msgid "seventy"
|
691 |
-
#~ msgstr "settanta"
|
692 |
-
# @ captcha
|
693 |
-
#~ msgid "eighty"
|
694 |
-
#~ msgstr "ottanta"
|
695 |
-
# @ captcha
|
696 |
-
#~ msgid "ninety"
|
697 |
-
#~ msgstr "novanta"
|
698 |
-
# @ captcha
|
699 |
-
#~ msgid "and"
|
700 |
-
#~ msgstr "e"
|
701 |
-
# @ captcha
|
702 |
-
#, fuzzy
|
703 |
-
#~ msgid "Encryption password is not set"
|
704 |
-
#~ msgstr "La password per la decodifica della cifratura non è impostata"
|
705 |
-
|
706 |
-
# @ captcha
|
707 |
-
#, fuzzy
|
708 |
-
#~ msgid "Decryption password is not set"
|
709 |
-
#~ msgstr "La password per la decodifica della cifratura non è impostata"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/languages/bestwebsoft-ja.mo
DELETED
Binary file
|
languages/bws_menu/languages/bestwebsoft-ja.po
DELETED
@@ -1,891 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: bestwebsoft\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-01-17 12:13+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
-
"Language: ja_JP\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.7\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: bws_menu.php:339
|
20 |
-
msgid "Not set"
|
21 |
-
msgstr "未設定"
|
22 |
-
|
23 |
-
#: bws_menu.php:341
|
24 |
-
#: bws_menu.php:345
|
25 |
-
msgid "On"
|
26 |
-
msgstr "On"
|
27 |
-
|
28 |
-
#: bws_menu.php:343
|
29 |
-
#: bws_menu.php:347
|
30 |
-
msgid "Off"
|
31 |
-
msgstr "Off"
|
32 |
-
|
33 |
-
#: bws_menu.php:351
|
34 |
-
#: bws_menu.php:355
|
35 |
-
#: bws_menu.php:359
|
36 |
-
#: bws_menu.php:363
|
37 |
-
#: bws_menu.php:367
|
38 |
-
#: bws_menu.php:393
|
39 |
-
msgid "N/A"
|
40 |
-
msgstr "該当なし"
|
41 |
-
|
42 |
-
#: bws_menu.php:365
|
43 |
-
msgid " Mb"
|
44 |
-
msgstr " Mb"
|
45 |
-
|
46 |
-
#: bws_menu.php:369
|
47 |
-
#: bws_menu.php:373
|
48 |
-
#: bws_menu.php:377
|
49 |
-
#: bws_menu.php:388
|
50 |
-
msgid "Yes"
|
51 |
-
msgstr "はい"
|
52 |
-
|
53 |
-
#: bws_menu.php:371
|
54 |
-
#: bws_menu.php:375
|
55 |
-
#: bws_menu.php:379
|
56 |
-
#: bws_menu.php:390
|
57 |
-
msgid "No"
|
58 |
-
msgstr "いいえ"
|
59 |
-
|
60 |
-
#: bws_menu.php:404
|
61 |
-
msgid "Operating System"
|
62 |
-
msgstr "オペレーション・システム"
|
63 |
-
|
64 |
-
#: bws_menu.php:405
|
65 |
-
msgid "Server"
|
66 |
-
msgstr "サーバ"
|
67 |
-
|
68 |
-
#: bws_menu.php:406
|
69 |
-
msgid "Memory usage"
|
70 |
-
msgstr "メモリー使用"
|
71 |
-
|
72 |
-
#: bws_menu.php:407
|
73 |
-
msgid "MYSQL Version"
|
74 |
-
msgstr "MYSQL バージョン"
|
75 |
-
|
76 |
-
#: bws_menu.php:408
|
77 |
-
msgid "SQL Mode"
|
78 |
-
msgstr "SQLモード"
|
79 |
-
|
80 |
-
#: bws_menu.php:409
|
81 |
-
msgid "PHP Version"
|
82 |
-
msgstr "PHP バージョン"
|
83 |
-
|
84 |
-
#: bws_menu.php:410
|
85 |
-
msgid "PHP Safe Mode"
|
86 |
-
msgstr "PHP Safe Mode"
|
87 |
-
|
88 |
-
#: bws_menu.php:411
|
89 |
-
msgid "PHP Allow URL fopen"
|
90 |
-
msgstr "PHP Allow URL fopen"
|
91 |
-
|
92 |
-
#: bws_menu.php:412
|
93 |
-
msgid "PHP Memory Limit"
|
94 |
-
msgstr "PHP Memory Limit"
|
95 |
-
|
96 |
-
#: bws_menu.php:413
|
97 |
-
msgid "PHP Max Upload Size"
|
98 |
-
msgstr "PHP Max Upload Size"
|
99 |
-
|
100 |
-
#: bws_menu.php:414
|
101 |
-
msgid "PHP Max Post Size"
|
102 |
-
msgstr "PHP Max Post Size"
|
103 |
-
|
104 |
-
#: bws_menu.php:415
|
105 |
-
msgid "PHP Max Script Execute Time"
|
106 |
-
msgstr "PHP Max Script Execute Time"
|
107 |
-
|
108 |
-
#: bws_menu.php:416
|
109 |
-
msgid "PHP Exif support"
|
110 |
-
msgstr "PHP Exif サポート"
|
111 |
-
|
112 |
-
#: bws_menu.php:417
|
113 |
-
msgid "PHP IPTC support"
|
114 |
-
msgstr "PHP IPTC サポート"
|
115 |
-
|
116 |
-
#: bws_menu.php:418
|
117 |
-
msgid "PHP XML support"
|
118 |
-
msgstr "PHP XML サポート"
|
119 |
-
|
120 |
-
#: bws_menu.php:419
|
121 |
-
msgid "Site URL"
|
122 |
-
msgstr "サイトURL"
|
123 |
-
|
124 |
-
#: bws_menu.php:420
|
125 |
-
msgid "Home URL"
|
126 |
-
msgstr "ホームURL"
|
127 |
-
|
128 |
-
#: bws_menu.php:421
|
129 |
-
msgid "WordPress Version"
|
130 |
-
msgstr "WordPress バージョン"
|
131 |
-
|
132 |
-
#: bws_menu.php:422
|
133 |
-
msgid "WordPress DB Version"
|
134 |
-
msgstr "WordPress データベース バージョン"
|
135 |
-
|
136 |
-
#: bws_menu.php:423
|
137 |
-
msgid "Multisite"
|
138 |
-
msgstr "複数サイト"
|
139 |
-
|
140 |
-
#: bws_menu.php:424
|
141 |
-
msgid "Active Theme"
|
142 |
-
msgstr "有効なテーマ"
|
143 |
-
|
144 |
-
#: bws_menu.php:440
|
145 |
-
msgid "Please enter a valid email address."
|
146 |
-
msgstr "正確なEメール・アドレスを入力して下さい。"
|
147 |
-
|
148 |
-
#: bws_menu.php:444
|
149 |
-
msgid "Email with system info is sent to "
|
150 |
-
msgstr "システム情報をメールで送信:"
|
151 |
-
|
152 |
-
#: bws_menu.php:448
|
153 |
-
msgid "Thank you for contacting us."
|
154 |
-
msgstr "ご連絡ありがとうございます"
|
155 |
-
|
156 |
-
#: bws_menu.php:476
|
157 |
-
msgid "Sorry, email message could not be delivered."
|
158 |
-
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
159 |
-
|
160 |
-
#: bws_menu.php:488
|
161 |
-
msgid "Switch to new interface"
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: bws_menu.php:495
|
165 |
-
msgid "Pro plugins"
|
166 |
-
msgstr "Pro Plugins"
|
167 |
-
|
168 |
-
#: bws_menu.php:498
|
169 |
-
#: bws_menu.php:524
|
170 |
-
msgid "Activated plugins"
|
171 |
-
msgstr "有効なプラグイン"
|
172 |
-
|
173 |
-
#: bws_menu.php:500
|
174 |
-
#: bws_menu.php:508
|
175 |
-
#: bws_menu.php:516
|
176 |
-
#: bws_menu.php:526
|
177 |
-
#: bws_menu.php:534
|
178 |
-
#: bws_menu.php:542
|
179 |
-
#: bws_menu.php:552
|
180 |
-
#: bws_menu.php:559
|
181 |
-
#: bws_menu.php:567
|
182 |
-
msgid "Read more"
|
183 |
-
msgstr "もっと読む"
|
184 |
-
|
185 |
-
#: bws_menu.php:500
|
186 |
-
#: bws_menu.php:526
|
187 |
-
#: bws_menu.php:678
|
188 |
-
#: bws_menu.php:706
|
189 |
-
msgid "Settings"
|
190 |
-
msgstr "設定"
|
191 |
-
|
192 |
-
#: bws_menu.php:506
|
193 |
-
#: bws_menu.php:532
|
194 |
-
#: bws_menu.php:658
|
195 |
-
msgid "Installed plugins"
|
196 |
-
msgstr "導入済みプラグイン"
|
197 |
-
|
198 |
-
#: bws_menu.php:514
|
199 |
-
#: bws_menu.php:540
|
200 |
-
#: bws_menu.php:765
|
201 |
-
msgid "Recommended plugins"
|
202 |
-
msgstr "推奨プラグイン"
|
203 |
-
|
204 |
-
#: bws_menu.php:516
|
205 |
-
msgid "Purchase"
|
206 |
-
msgstr "購入"
|
207 |
-
|
208 |
-
#: bws_menu.php:521
|
209 |
-
msgid "Free plugins"
|
210 |
-
msgstr "無料プラグイン"
|
211 |
-
|
212 |
-
#: bws_menu.php:542
|
213 |
-
#: bws_menu.php:567
|
214 |
-
msgid "Download"
|
215 |
-
msgstr "ダウンロード"
|
216 |
-
|
217 |
-
#: bws_menu.php:542
|
218 |
-
#: bws_menu.php:567
|
219 |
-
#: bws_menu.php:867
|
220 |
-
#, php-format
|
221 |
-
msgid "Install %s"
|
222 |
-
msgstr "%s 導入"
|
223 |
-
|
224 |
-
#: bws_menu.php:542
|
225 |
-
#: bws_menu.php:567
|
226 |
-
msgid "Install now from wordpress.org"
|
227 |
-
msgstr "wordpress.org から直ぐに導入"
|
228 |
-
|
229 |
-
#: bws_menu.php:548
|
230 |
-
msgid "Free themes"
|
231 |
-
msgstr ""
|
232 |
-
|
233 |
-
#: bws_menu.php:551
|
234 |
-
#, fuzzy
|
235 |
-
msgid "Activated theme"
|
236 |
-
msgstr "有効なテーマ"
|
237 |
-
|
238 |
-
#: bws_menu.php:552
|
239 |
-
#, php-format
|
240 |
-
msgid "Customize “%s”"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: bws_menu.php:552
|
244 |
-
msgid "Customize"
|
245 |
-
msgstr ""
|
246 |
-
|
247 |
-
#: bws_menu.php:557
|
248 |
-
#, fuzzy
|
249 |
-
msgid "Installed themes"
|
250 |
-
msgstr "%s 導入"
|
251 |
-
|
252 |
-
#: bws_menu.php:565
|
253 |
-
#, fuzzy
|
254 |
-
msgid "Recommended themes"
|
255 |
-
msgstr "推奨プラグイン"
|
256 |
-
|
257 |
-
#: bws_menu.php:573
|
258 |
-
msgid "If you have any questions, please contact us via"
|
259 |
-
msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
260 |
-
|
261 |
-
#: bws_menu.php:580
|
262 |
-
#: bws_menu.php:648
|
263 |
-
#: bws_menu.php:903
|
264 |
-
msgid "System status"
|
265 |
-
msgstr "システム状況"
|
266 |
-
|
267 |
-
#: bws_menu.php:584
|
268 |
-
#: bws_menu.php:906
|
269 |
-
msgid "Environment"
|
270 |
-
msgstr "環境"
|
271 |
-
|
272 |
-
#: bws_menu.php:595
|
273 |
-
#: bws_menu.php:917
|
274 |
-
msgid "Active Plugins"
|
275 |
-
msgstr "有効なプラグイン"
|
276 |
-
|
277 |
-
#: bws_menu.php:606
|
278 |
-
#: bws_menu.php:928
|
279 |
-
msgid "Inactive Plugins"
|
280 |
-
msgstr "無効なプラグイン"
|
281 |
-
|
282 |
-
#: bws_menu.php:620
|
283 |
-
#: bws_menu.php:942
|
284 |
-
msgid "Send to support"
|
285 |
-
msgstr "サポートに送信"
|
286 |
-
|
287 |
-
#: bws_menu.php:627
|
288 |
-
#: bws_menu.php:949
|
289 |
-
msgid "Send to custom email »"
|
290 |
-
msgstr "カスタムEメールに送信»"
|
291 |
-
|
292 |
-
#: bws_menu.php:638
|
293 |
-
msgid "Switch to old interface"
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: bws_menu.php:644
|
297 |
-
#, fuzzy
|
298 |
-
msgid "Plugins"
|
299 |
-
msgstr "Pro Plugins"
|
300 |
-
|
301 |
-
#: bws_menu.php:646
|
302 |
-
msgid "Themes"
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: bws_menu.php:652
|
306 |
-
msgid "All"
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: bws_menu.php:653
|
310 |
-
#, fuzzy
|
311 |
-
msgid "Installed"
|
312 |
-
msgstr "%s 導入"
|
313 |
-
|
314 |
-
#: bws_menu.php:654
|
315 |
-
#, fuzzy
|
316 |
-
msgid "Recommended"
|
317 |
-
msgstr "推奨プラグイン"
|
318 |
-
|
319 |
-
#: bws_menu.php:676
|
320 |
-
#: bws_menu.php:704
|
321 |
-
#: bws_menu.php:726
|
322 |
-
#: bws_menu.php:754
|
323 |
-
#: bws_menu.php:795
|
324 |
-
#, fuzzy
|
325 |
-
msgid "Learn more"
|
326 |
-
msgstr "もっと読む"
|
327 |
-
|
328 |
-
#: bws_menu.php:694
|
329 |
-
#: bws_menu.php:744
|
330 |
-
#: bws_menu.php:785
|
331 |
-
msgid "Go"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: bws_menu.php:698
|
335 |
-
#: bws_menu.php:748
|
336 |
-
#: bws_menu.php:789
|
337 |
-
msgid "DONATE"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: bws_menu.php:728
|
341 |
-
#: bws_menu.php:756
|
342 |
-
#, fuzzy
|
343 |
-
msgid "Activate this plugin"
|
344 |
-
msgstr "有効なプラグイン"
|
345 |
-
|
346 |
-
#: bws_menu.php:728
|
347 |
-
#: bws_menu.php:756
|
348 |
-
#, fuzzy
|
349 |
-
msgid "Activate"
|
350 |
-
msgstr "有効なcaptcha"
|
351 |
-
|
352 |
-
#: bws_menu.php:797
|
353 |
-
#, fuzzy
|
354 |
-
msgid "Install now"
|
355 |
-
msgstr "Installa Ora"
|
356 |
-
|
357 |
-
#: bws_menu.php:819
|
358 |
-
msgid "Try again"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: bws_menu.php:836
|
362 |
-
#, php-format
|
363 |
-
msgid "Preview “%s”"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: bws_menu.php:867
|
367 |
-
msgid "Install Now"
|
368 |
-
msgstr "Installa Ora"
|
369 |
-
|
370 |
-
#: bws_menu.php:870
|
371 |
-
#, php-format
|
372 |
-
msgid "Update to version %s"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: bws_menu.php:870
|
376 |
-
msgid "Update"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: bws_menu.php:877
|
380 |
-
#, php-format
|
381 |
-
msgid "Preview %s"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: bws_menu.php:877
|
385 |
-
msgid "Preview"
|
386 |
-
msgstr ""
|
387 |
-
|
388 |
-
#: bws_menu.php:884
|
389 |
-
#, php-format
|
390 |
-
msgid "By %s"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: bws_menu.php:890
|
394 |
-
msgid "Details"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#, fuzzy
|
398 |
-
#~ msgid "installed"
|
399 |
-
#~ msgstr "%s 導入"
|
400 |
-
|
401 |
-
#~ msgid "Contact Form Settings"
|
402 |
-
#~ msgstr "コンタクトフォーム設定"
|
403 |
-
|
404 |
-
#~ msgid "Contact Form"
|
405 |
-
#~ msgstr "コンタクトフォーム"
|
406 |
-
|
407 |
-
#~ msgid "Contact Form Pro Extra Settings"
|
408 |
-
#~ msgstr "Contact Form Pro 用設定"
|
409 |
-
|
410 |
-
#~ msgid "Contact Form Pro"
|
411 |
-
#~ msgstr "Contact Form Pro"
|
412 |
-
|
413 |
-
#~ msgid "Name:"
|
414 |
-
#~ msgstr "名前:"
|
415 |
-
|
416 |
-
#~ msgid "Address:"
|
417 |
-
#~ msgstr "住所:"
|
418 |
-
|
419 |
-
#~ msgid "Email Address:"
|
420 |
-
#~ msgstr "Eメール:"
|
421 |
-
|
422 |
-
#~ msgid "Phone number:"
|
423 |
-
#~ msgstr "電話番号:"
|
424 |
-
|
425 |
-
#~ msgid "Subject:"
|
426 |
-
#~ msgstr "件名:"
|
427 |
-
|
428 |
-
#~ msgid "Message:"
|
429 |
-
#~ msgstr "メッセージ:"
|
430 |
-
|
431 |
-
#~ msgid "Attachment:"
|
432 |
-
#~ msgstr "添付:"
|
433 |
-
|
434 |
-
#~ msgid "Send me a copy"
|
435 |
-
#~ msgstr "コピーを自分に送る"
|
436 |
-
|
437 |
-
#~ msgid "Submit"
|
438 |
-
#~ msgstr "送信"
|
439 |
-
|
440 |
-
#~ msgid "Your name is required."
|
441 |
-
#~ msgstr "名前は必須です。"
|
442 |
-
|
443 |
-
#~ msgid "Address is required."
|
444 |
-
#~ msgstr "住所が必要です。"
|
445 |
-
|
446 |
-
#~ msgid "A valid email address is required."
|
447 |
-
#~ msgstr "有効なEメールアドレスlが必須です。"
|
448 |
-
|
449 |
-
#~ msgid "Phone number is required."
|
450 |
-
#~ msgstr "電話番号は必須です。"
|
451 |
-
|
452 |
-
#~ msgid "Subject is required."
|
453 |
-
#~ msgstr "件名は必須です。"
|
454 |
-
|
455 |
-
#~ msgid "Message text is required."
|
456 |
-
#~ msgstr "メッセージ本文は必須です。"
|
457 |
-
|
458 |
-
#~ msgid "File format is not valid."
|
459 |
-
#~ msgstr "添付が壊れています。"
|
460 |
-
|
461 |
-
#~ msgid "File upload error."
|
462 |
-
#~ msgstr "ファイル・アップロード・エラー。"
|
463 |
-
|
464 |
-
#~ msgid "The file could not be uploaded."
|
465 |
-
#~ msgstr "ファイルは、アップロード出来ませんでした。"
|
466 |
-
|
467 |
-
#~ msgid "This file is too large."
|
468 |
-
#~ msgstr "このファイルは大きすぎます。"
|
469 |
-
|
470 |
-
#~ msgid "Please fill out the CAPTCHA."
|
471 |
-
#~ msgstr "CAPTCHAを入力して下さい。"
|
472 |
-
|
473 |
-
#~ msgid "Please make corrections below and try again."
|
474 |
-
#~ msgstr "以下を修正し、再度試して下さい。"
|
475 |
-
|
476 |
-
#~ msgid ""
|
477 |
-
#~ "If the 'Redirect to page' option is selected then the URL field should be "
|
478 |
-
#~ "in the following format"
|
479 |
-
#~ msgstr ""
|
480 |
-
#~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
|
481 |
-
#~ "ります"
|
482 |
-
|
483 |
-
#~ msgid "Such user does not exist. Settings are not saved."
|
484 |
-
#~ msgstr "このようなユーザは存在しません。設定は保存されません。"
|
485 |
-
|
486 |
-
#~ msgid ""
|
487 |
-
#~ "Please enter a valid email address in the 'FROM' field. Settings are not "
|
488 |
-
#~ "saved."
|
489 |
-
#~ msgstr ""
|
490 |
-
#~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
|
491 |
-
#~ "れません。"
|
492 |
-
|
493 |
-
#~ msgid "Settings saved."
|
494 |
-
#~ msgstr "設定保存."
|
495 |
-
|
496 |
-
#~ msgid "Extra settings"
|
497 |
-
#~ msgstr "追加設定"
|
498 |
-
|
499 |
-
#~ msgid ""
|
500 |
-
#~ "If you would like to add the Contact Form to your website, just copy and "
|
501 |
-
#~ "paste this shortcode to your post or page or widget:"
|
502 |
-
#~ msgstr ""
|
503 |
-
#~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
|
504 |
-
#~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
|
505 |
-
|
506 |
-
#~ msgid "or"
|
507 |
-
#~ msgstr "又は"
|
508 |
-
|
509 |
-
#~ msgid ""
|
510 |
-
#~ "If have any problems with the standard shortcode [contact_form], you "
|
511 |
-
#~ "should use the shortcode"
|
512 |
-
#~ msgstr ""
|
513 |
-
#~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
|
514 |
-
#~ "用下さい"
|
515 |
-
|
516 |
-
#~ msgid "They work the same way."
|
517 |
-
#~ msgstr "同様に動作します。"
|
518 |
-
|
519 |
-
#~ msgid ""
|
520 |
-
#~ "If you leave the fields empty, the messages will be sent to the email "
|
521 |
-
#~ "address specified during registration."
|
522 |
-
#~ msgstr ""
|
523 |
-
#~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
|
524 |
-
#~ "れます。"
|
525 |
-
|
526 |
-
#~ msgid "The user's email address:"
|
527 |
-
#~ msgstr "wordpressユーザのemailを利用r:"
|
528 |
-
|
529 |
-
#~ msgid "Create a username"
|
530 |
-
#~ msgstr "ユーザ名の選択"
|
531 |
-
|
532 |
-
#~ msgid ""
|
533 |
-
#~ "Enter a username of the person who should get the messages from the "
|
534 |
-
#~ "contact form."
|
535 |
-
#~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
|
536 |
-
|
537 |
-
#~ msgid "Use this email address:"
|
538 |
-
#~ msgstr "このemailを利用:"
|
539 |
-
|
540 |
-
#~ msgid "Enter the email address you want the messages forwarded to."
|
541 |
-
#~ msgstr "メッセージ受信用のemailを設定。"
|
542 |
-
|
543 |
-
#~ msgid "Additional options"
|
544 |
-
#~ msgstr "追加オプション"
|
545 |
-
|
546 |
-
#~ msgid "What to use?"
|
547 |
-
#~ msgstr "何用途?"
|
548 |
-
|
549 |
-
#~ msgid "Wp-mail"
|
550 |
-
#~ msgstr "WPメール"
|
551 |
-
|
552 |
-
#~ msgid "You can use the wp_mail function for mailing"
|
553 |
-
#~ msgstr "メールにwp_mali機能が利用できます"
|
554 |
-
|
555 |
-
#~ msgid "Mail"
|
556 |
-
#~ msgstr "メール"
|
557 |
-
|
558 |
-
#~ msgid "To send mail you can use the php mail function"
|
559 |
-
#~ msgstr "メールを送信するには、phpメール機能が利用できます"
|
560 |
-
|
561 |
-
#~ msgid "Change text of the 'FROM' field"
|
562 |
-
#~ msgstr "'送信者' フィールドのテキストを変更"
|
563 |
-
|
564 |
-
#~ msgid "Enter the email address in the 'From' field"
|
565 |
-
#~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
|
566 |
-
|
567 |
-
#~ msgid "User email"
|
568 |
-
#~ msgstr "ユーザ・Eメール"
|
569 |
-
|
570 |
-
#~ msgid ""
|
571 |
-
#~ "The email address of the user who fills the form will be used in the "
|
572 |
-
#~ "field 'From'."
|
573 |
-
#~ msgstr ""
|
574 |
-
#~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
|
575 |
-
#~ "れます。"
|
576 |
-
|
577 |
-
#~ msgid "This email address will be used in the 'From' field."
|
578 |
-
#~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
|
579 |
-
|
580 |
-
#~ msgid "Display fields"
|
581 |
-
#~ msgstr "フィールドを表示"
|
582 |
-
|
583 |
-
#~ msgid "Address"
|
584 |
-
#~ msgstr "住所"
|
585 |
-
|
586 |
-
#~ msgid "Phone"
|
587 |
-
#~ msgstr "電話"
|
588 |
-
|
589 |
-
#~ msgid "Attachment block"
|
590 |
-
#~ msgstr "添付ブロック"
|
591 |
-
|
592 |
-
#~ msgid "Users can attach the following file formats"
|
593 |
-
#~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
|
594 |
-
|
595 |
-
#~ msgid "Captcha"
|
596 |
-
#~ msgstr "Captcha"
|
597 |
-
|
598 |
-
#~ msgid "(powered by bestwebsoft.com)"
|
599 |
-
#~ msgstr "(powered by bestwebsoft.com)"
|
600 |
-
|
601 |
-
#~ msgid "Download captcha"
|
602 |
-
#~ msgstr "captchaをダウンロード"
|
603 |
-
|
604 |
-
#, fuzzy
|
605 |
-
#~ msgid "Display tips below the Attachment block"
|
606 |
-
#~ msgstr "添付ブロックの下のチップス"
|
607 |
-
|
608 |
-
#, fuzzy
|
609 |
-
#~ msgid "Display 'Send me a copy' block"
|
610 |
-
#~ msgstr "コピーブロックを自分に送る"
|
611 |
-
|
612 |
-
#~ msgid "Required fields"
|
613 |
-
#~ msgstr "必須フィールド"
|
614 |
-
|
615 |
-
#~ msgid "Name"
|
616 |
-
#~ msgstr "名前"
|
617 |
-
|
618 |
-
#~ msgid "Email Address"
|
619 |
-
#~ msgstr "Eメール・アドレス"
|
620 |
-
|
621 |
-
#~ msgid "Subject"
|
622 |
-
#~ msgstr "件名"
|
623 |
-
|
624 |
-
#~ msgid "Message"
|
625 |
-
#~ msgstr "メッセージ"
|
626 |
-
|
627 |
-
#~ msgid "Display additional info in the email"
|
628 |
-
#~ msgstr "メール中に追加情報を表示"
|
629 |
-
|
630 |
-
#~ msgid "Sent from (ip address)"
|
631 |
-
#~ msgstr "(IP-Adresse)から送られた"
|
632 |
-
|
633 |
-
#, fuzzy
|
634 |
-
#~ msgid "Example: Sent from (IP address):\t127.0.0.1"
|
635 |
-
#~ msgstr "(IP-Adresse)から送られた"
|
636 |
-
|
637 |
-
#~ msgid "Date/Time"
|
638 |
-
#~ msgstr "日時"
|
639 |
-
|
640 |
-
#~ msgid "Sent from (referer)"
|
641 |
-
#~ msgstr "(referer)から送られている"
|
642 |
-
|
643 |
-
#~ msgid "Using (user agent)"
|
644 |
-
#~ msgstr "(user agent)使用"
|
645 |
-
|
646 |
-
#~ msgid "Language settings for the field names in the form"
|
647 |
-
#~ msgstr "フォームのフィールド名用の言語設定"
|
648 |
-
|
649 |
-
#~ msgid "Add a language"
|
650 |
-
#~ msgstr "言語の追加"
|
651 |
-
|
652 |
-
#~ msgid "Change the names of the contact form fields and error messages"
|
653 |
-
#~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
|
654 |
-
|
655 |
-
#~ msgid "English"
|
656 |
-
#~ msgstr "英語"
|
657 |
-
|
658 |
-
#~ msgid "Error message for the Name field"
|
659 |
-
#~ msgstr "名前フィールド用のエラーメッセージ"
|
660 |
-
|
661 |
-
#~ msgid "Error message for the Address field"
|
662 |
-
#~ msgstr "住所フィールド用のエラーメッセージ"
|
663 |
-
|
664 |
-
#~ msgid "Error message for the Email field"
|
665 |
-
#~ msgstr "Eメール・フィールド用のエラーメッセージ"
|
666 |
-
|
667 |
-
#~ msgid "Error message for the Phone field"
|
668 |
-
#~ msgstr "電話フィールド用のエラーメッセージ"
|
669 |
-
|
670 |
-
#~ msgid "Error message for the Subject field"
|
671 |
-
#~ msgstr "件名フィールド用のエラーメッセージ"
|
672 |
-
|
673 |
-
#~ msgid "Error message for the Message field"
|
674 |
-
#~ msgstr "メッセージ・フィールド用のエラーメッセージ"
|
675 |
-
|
676 |
-
#~ msgid "Error message about the file type for the Attachment field"
|
677 |
-
#~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
|
678 |
-
|
679 |
-
#~ msgid ""
|
680 |
-
#~ "Error message while uploading a file for the Attachment field to the "
|
681 |
-
#~ "server"
|
682 |
-
#~ msgstr ""
|
683 |
-
#~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
|
684 |
-
|
685 |
-
#~ msgid "Error message while moving the file for the Attachment field"
|
686 |
-
#~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
|
687 |
-
|
688 |
-
#~ msgid ""
|
689 |
-
#~ "Error message when file size limit for the Attachment field is exceeded"
|
690 |
-
#~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
|
691 |
-
|
692 |
-
#~ msgid "Error message for the Captcha field"
|
693 |
-
#~ msgstr "Captcha フィールド用のエラーメッセージ"
|
694 |
-
|
695 |
-
#~ msgid "Error message for the whole form"
|
696 |
-
#~ msgstr "全体フォーム用のエラーメッセージ"
|
697 |
-
|
698 |
-
#~ msgid "Use shortcode"
|
699 |
-
#~ msgstr "短いコードの利用"
|
700 |
-
|
701 |
-
#~ msgid "for this language"
|
702 |
-
#~ msgstr "この言語用"
|
703 |
-
|
704 |
-
#~ msgid "Action after email is sent"
|
705 |
-
#~ msgstr "メール送信後の行動"
|
706 |
-
|
707 |
-
#~ msgid "Display text"
|
708 |
-
#~ msgstr "テキストを表示"
|
709 |
-
|
710 |
-
#~ msgid "Text"
|
711 |
-
#~ msgstr "文字"
|
712 |
-
|
713 |
-
#~ msgid "Redirect to the page"
|
714 |
-
#~ msgstr "ページに転送"
|
715 |
-
|
716 |
-
#~ msgid "Url"
|
717 |
-
#~ msgstr "Url"
|
718 |
-
|
719 |
-
#~ msgid "Save Changes"
|
720 |
-
#~ msgstr "変更を保存"
|
721 |
-
|
722 |
-
#~ msgid "Contact Form Pro | Extra Settings"
|
723 |
-
#~ msgstr "Contact Form Pro | 追加設定"
|
724 |
-
|
725 |
-
#~ msgid ""
|
726 |
-
#~ "This functionality is available in the Pro version of the plugin. For "
|
727 |
-
#~ "more details, please follow the link"
|
728 |
-
#~ msgstr ""
|
729 |
-
#~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
|
730 |
-
#~ "して下さい。"
|
731 |
-
|
732 |
-
#~ msgid "Errors output"
|
733 |
-
#~ msgstr "エラー出力"
|
734 |
-
|
735 |
-
#~ msgid "Display error messages"
|
736 |
-
#~ msgstr "エラーメッセージの表示"
|
737 |
-
|
738 |
-
#~ msgid "Color of the input field errors."
|
739 |
-
#~ msgstr "入力フィールド・エラーの色"
|
740 |
-
|
741 |
-
#~ msgid "Display error messages & color of the input field errors"
|
742 |
-
#~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
|
743 |
-
|
744 |
-
#~ msgid "Add placeholder to the input blocks"
|
745 |
-
#~ msgstr "プレースホルダーを入力ブロックに追加"
|
746 |
-
|
747 |
-
#~ msgid "Add tooltips"
|
748 |
-
#~ msgstr "ツールチップの追加"
|
749 |
-
|
750 |
-
#~ msgid "Email address"
|
751 |
-
#~ msgstr "Eメール・アドレス"
|
752 |
-
|
753 |
-
#~ msgid "Phone Number"
|
754 |
-
#~ msgstr "電話番号"
|
755 |
-
|
756 |
-
#~ msgid "Attachment"
|
757 |
-
#~ msgstr "添付"
|
758 |
-
|
759 |
-
#~ msgid "Style options"
|
760 |
-
#~ msgstr "スタイル・オプション"
|
761 |
-
|
762 |
-
#~ msgid "Text color"
|
763 |
-
#~ msgstr "文字色"
|
764 |
-
|
765 |
-
#~ msgid "Default"
|
766 |
-
#~ msgstr "標準"
|
767 |
-
|
768 |
-
#~ msgid "Label text color"
|
769 |
-
#~ msgstr "ラベル文字色"
|
770 |
-
|
771 |
-
#~ msgid "Placeholder color"
|
772 |
-
#~ msgstr "プレースホルダ色"
|
773 |
-
|
774 |
-
#~ msgid "Errors color"
|
775 |
-
#~ msgstr "エラーの色"
|
776 |
-
|
777 |
-
#~ msgid "Error text color"
|
778 |
-
#~ msgstr "エラーテキストの色"
|
779 |
-
|
780 |
-
#~ msgid "Background color of the input field errors"
|
781 |
-
#~ msgstr "入力フィールド・エラーの背景色"
|
782 |
-
|
783 |
-
#~ msgid "Border color of the input field errors"
|
784 |
-
#~ msgstr "入力フィールド・エラーの罫線色"
|
785 |
-
|
786 |
-
#~ msgid "Placeholder color of the input field errors"
|
787 |
-
#~ msgstr "入力フィールド・エラー用のプレースホルダ色"
|
788 |
-
|
789 |
-
#~ msgid "Input fields"
|
790 |
-
#~ msgstr "フィールドを入力"
|
791 |
-
|
792 |
-
#~ msgid "Input fields background color"
|
793 |
-
#~ msgstr "フィールドの背景色の入力"
|
794 |
-
|
795 |
-
#~ msgid "Text fields color"
|
796 |
-
#~ msgstr "文字フィールド色"
|
797 |
-
|
798 |
-
#~ msgid "Border width in px, numbers only"
|
799 |
-
#~ msgstr "罫線幅(px単位)、数値のみ"
|
800 |
-
|
801 |
-
#~ msgid "Border color"
|
802 |
-
#~ msgstr "罫線色"
|
803 |
-
|
804 |
-
#~ msgid "Submit button"
|
805 |
-
#~ msgstr "送信ボタン"
|
806 |
-
|
807 |
-
#~ msgid "Width in px, numbers only"
|
808 |
-
#~ msgstr "px単位の幅、数字のみ"
|
809 |
-
|
810 |
-
#~ msgid "Button color"
|
811 |
-
#~ msgstr "ボタンの色"
|
812 |
-
|
813 |
-
#~ msgid "Button text color"
|
814 |
-
#~ msgstr "ボタン文字の色"
|
815 |
-
|
816 |
-
#~ msgid "Contact Form Pro | Preview"
|
817 |
-
#~ msgstr "Contact Form Pro | プレビュー"
|
818 |
-
|
819 |
-
#~ msgid "Show with errors"
|
820 |
-
#~ msgstr "エラーで表示"
|
821 |
-
|
822 |
-
#~ msgid "Please enter your full name..."
|
823 |
-
#~ msgstr "貴方の氏名を入力して下さい..."
|
824 |
-
|
825 |
-
#~ msgid "Please enter your address..."
|
826 |
-
#~ msgstr "貴方の住所を入力して下さい..."
|
827 |
-
|
828 |
-
#~ msgid "Please enter your email address..."
|
829 |
-
#~ msgstr "貴方のEメール・アドレスを入力して下さい..."
|
830 |
-
|
831 |
-
#~ msgid "Please enter your phone number..."
|
832 |
-
#~ msgstr "貴方の電話番号を入力して下さい..."
|
833 |
-
|
834 |
-
#~ msgid "Please enter subject..."
|
835 |
-
#~ msgstr "件名を入力して下さい..."
|
836 |
-
|
837 |
-
#~ msgid "Please enter your message..."
|
838 |
-
#~ msgstr "メッセージを入力して下さい..."
|
839 |
-
|
840 |
-
#~ msgid ""
|
841 |
-
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
842 |
-
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
843 |
-
#~ "size: 2MB"
|
844 |
-
#~ msgstr ""
|
845 |
-
#~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
846 |
-
#~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
|
847 |
-
#~ "ファイルサイズ: 2MB"
|
848 |
-
|
849 |
-
#~ msgid "You can attach the following file formats"
|
850 |
-
#~ msgstr "貴方は、以下のタイプのファイルを添付できます"
|
851 |
-
|
852 |
-
#~ msgid "Contact from"
|
853 |
-
#~ msgstr "コンタクトフォーム"
|
854 |
-
|
855 |
-
#~ msgid "Email"
|
856 |
-
#~ msgstr "Eメール"
|
857 |
-
|
858 |
-
#~ msgid "Site"
|
859 |
-
#~ msgstr "サイト"
|
860 |
-
|
861 |
-
#~ msgid ""
|
862 |
-
#~ "If you can see this MIME, it means that the MIME type is not supported by "
|
863 |
-
#~ "your email client!"
|
864 |
-
#~ msgstr ""
|
865 |
-
#~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
|
866 |
-
|
867 |
-
#~ msgid "FAQ"
|
868 |
-
#~ msgstr "FAQ"
|
869 |
-
|
870 |
-
#~ msgid "Support"
|
871 |
-
#~ msgstr "サポート"
|
872 |
-
|
873 |
-
#~ msgid "Are you sure that you want to delete this language data?"
|
874 |
-
#~ msgstr "本当に、この言語データを削除しますか?"
|
875 |
-
|
876 |
-
#~ msgid "Contact Form Options"
|
877 |
-
#~ msgstr "コンタクトフォーム オプション"
|
878 |
-
|
879 |
-
#, fuzzy
|
880 |
-
#~ msgid "Display Attachment tips"
|
881 |
-
#~ msgstr "添付ブロックを表示"
|
882 |
-
|
883 |
-
#~ msgid "Please enter a valid email address. Settings are not saved."
|
884 |
-
#~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
|
885 |
-
|
886 |
-
#, fuzzy
|
887 |
-
#~ msgid "E-Mail Address"
|
888 |
-
#~ msgstr "E-Mail:"
|
889 |
-
|
890 |
-
#~ msgid "E-Mail Addresse:"
|
891 |
-
#~ msgstr "Indirizzo e-mail:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/languages/bestwebsoft-pt_BR.mo
DELETED
Binary file
|
languages/bws_menu/languages/bestwebsoft-pt_BR.po
DELETED
@@ -1,464 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: bestwebsoft\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-01-17 12:13+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"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Generator: Poedit 1.5.7\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
-
"X-Poedit-Basepath: ..\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
|
21 |
-
# @ captcha
|
22 |
-
#: bws_menu.php:339
|
23 |
-
msgid "Not set"
|
24 |
-
msgstr "Não definido"
|
25 |
-
|
26 |
-
# @ captcha
|
27 |
-
#: bws_menu.php:341
|
28 |
-
#: bws_menu.php:345
|
29 |
-
msgid "On"
|
30 |
-
msgstr "Ligado"
|
31 |
-
|
32 |
-
# @ captcha
|
33 |
-
#: bws_menu.php:343
|
34 |
-
#: bws_menu.php:347
|
35 |
-
msgid "Off"
|
36 |
-
msgstr "Desligado"
|
37 |
-
|
38 |
-
# @ captcha
|
39 |
-
#: bws_menu.php:351
|
40 |
-
#: bws_menu.php:355
|
41 |
-
#: bws_menu.php:359
|
42 |
-
#: bws_menu.php:363
|
43 |
-
#: bws_menu.php:367
|
44 |
-
#: bws_menu.php:393
|
45 |
-
msgid "N/A"
|
46 |
-
msgstr "N/D"
|
47 |
-
|
48 |
-
# @ captcha
|
49 |
-
#: bws_menu.php:365
|
50 |
-
msgid " Mb"
|
51 |
-
msgstr " Mb"
|
52 |
-
|
53 |
-
# @ captcha
|
54 |
-
#: bws_menu.php:369
|
55 |
-
#: bws_menu.php:373
|
56 |
-
#: bws_menu.php:377
|
57 |
-
#: bws_menu.php:388
|
58 |
-
msgid "Yes"
|
59 |
-
msgstr "Sim"
|
60 |
-
|
61 |
-
# @ captcha
|
62 |
-
#: bws_menu.php:371
|
63 |
-
#: bws_menu.php:375
|
64 |
-
#: bws_menu.php:379
|
65 |
-
#: bws_menu.php:390
|
66 |
-
msgid "No"
|
67 |
-
msgstr "Não"
|
68 |
-
|
69 |
-
# @ captcha
|
70 |
-
#: bws_menu.php:404
|
71 |
-
msgid "Operating System"
|
72 |
-
msgstr "Sistema Operacional"
|
73 |
-
|
74 |
-
# @ captcha
|
75 |
-
#: bws_menu.php:405
|
76 |
-
msgid "Server"
|
77 |
-
msgstr "Servidor"
|
78 |
-
|
79 |
-
# @ captcha
|
80 |
-
#: bws_menu.php:406
|
81 |
-
msgid "Memory usage"
|
82 |
-
msgstr "Uso de memória"
|
83 |
-
|
84 |
-
# @ captcha
|
85 |
-
#: bws_menu.php:407
|
86 |
-
msgid "MYSQL Version"
|
87 |
-
msgstr "Versão do MySQL"
|
88 |
-
|
89 |
-
# @ captcha
|
90 |
-
#: bws_menu.php:408
|
91 |
-
msgid "SQL Mode"
|
92 |
-
msgstr "Modo SQL"
|
93 |
-
|
94 |
-
# @ captcha
|
95 |
-
#: bws_menu.php:409
|
96 |
-
msgid "PHP Version"
|
97 |
-
msgstr "Versão do PHP"
|
98 |
-
|
99 |
-
# @ captcha
|
100 |
-
#: bws_menu.php:410
|
101 |
-
msgid "PHP Safe Mode"
|
102 |
-
msgstr "Modo de Segurança do PHP"
|
103 |
-
|
104 |
-
# @ captcha
|
105 |
-
#: bws_menu.php:411
|
106 |
-
msgid "PHP Allow URL fopen"
|
107 |
-
msgstr "Permissão de fopen de URL do PHP"
|
108 |
-
|
109 |
-
# @ captcha
|
110 |
-
#: bws_menu.php:412
|
111 |
-
msgid "PHP Memory Limit"
|
112 |
-
msgstr "Limite de Memória do PHP"
|
113 |
-
|
114 |
-
# @ captcha
|
115 |
-
#: bws_menu.php:413
|
116 |
-
msgid "PHP Max Upload Size"
|
117 |
-
msgstr "Tamanho Máximo de Upload no PHP"
|
118 |
-
|
119 |
-
# @ captcha
|
120 |
-
#: bws_menu.php:414
|
121 |
-
msgid "PHP Max Post Size"
|
122 |
-
msgstr "Tamanho Máximo de Envio do PHP"
|
123 |
-
|
124 |
-
# @ captcha
|
125 |
-
#: bws_menu.php:415
|
126 |
-
msgid "PHP Max Script Execute Time"
|
127 |
-
msgstr "Tempo de Execução Máximo do PHP"
|
128 |
-
|
129 |
-
# @ captcha
|
130 |
-
#: bws_menu.php:416
|
131 |
-
msgid "PHP Exif support"
|
132 |
-
msgstr "Suporte a Exif no PHP"
|
133 |
-
|
134 |
-
# @ captcha
|
135 |
-
#: bws_menu.php:417
|
136 |
-
msgid "PHP IPTC support"
|
137 |
-
msgstr "Suporte da IPTC no PHP"
|
138 |
-
|
139 |
-
# @ captcha
|
140 |
-
#: bws_menu.php:418
|
141 |
-
msgid "PHP XML support"
|
142 |
-
msgstr "Suporte a XML no PHP"
|
143 |
-
|
144 |
-
# @ captcha
|
145 |
-
#: bws_menu.php:419
|
146 |
-
msgid "Site URL"
|
147 |
-
msgstr "URL do Site"
|
148 |
-
|
149 |
-
# @ captcha
|
150 |
-
#: bws_menu.php:420
|
151 |
-
msgid "Home URL"
|
152 |
-
msgstr "URL da Página Inicial"
|
153 |
-
|
154 |
-
# @ captcha
|
155 |
-
#: bws_menu.php:421
|
156 |
-
msgid "WordPress Version"
|
157 |
-
msgstr "Versão do WordPress"
|
158 |
-
|
159 |
-
# @ captcha
|
160 |
-
#: bws_menu.php:422
|
161 |
-
msgid "WordPress DB Version"
|
162 |
-
msgstr "Versão do DB do WordPress"
|
163 |
-
|
164 |
-
# @ captcha
|
165 |
-
#: bws_menu.php:423
|
166 |
-
msgid "Multisite"
|
167 |
-
msgstr "Multisite"
|
168 |
-
|
169 |
-
# @ captcha
|
170 |
-
#: bws_menu.php:424
|
171 |
-
msgid "Active Theme"
|
172 |
-
msgstr "Tema Ativo"
|
173 |
-
|
174 |
-
# @ captcha
|
175 |
-
#: bws_menu.php:440
|
176 |
-
msgid "Please enter a valid email address."
|
177 |
-
msgstr "Por favor, informe um endereço de email válido."
|
178 |
-
|
179 |
-
# @ captcha
|
180 |
-
#: bws_menu.php:444
|
181 |
-
msgid "Email with system info is sent to "
|
182 |
-
msgstr "Email com informações do sistema é enviado para "
|
183 |
-
|
184 |
-
# @ captcha
|
185 |
-
#: bws_menu.php:448
|
186 |
-
msgid "Thank you for contacting us."
|
187 |
-
msgstr "Obrigado por nos contatar."
|
188 |
-
|
189 |
-
# @ captcha
|
190 |
-
#: bws_menu.php:476
|
191 |
-
msgid "Sorry, email message could not be delivered."
|
192 |
-
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
193 |
-
|
194 |
-
#: bws_menu.php:488
|
195 |
-
msgid "Switch to new interface"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
# @ captcha
|
199 |
-
#: bws_menu.php:495
|
200 |
-
msgid "Pro plugins"
|
201 |
-
msgstr "Plugins Pro"
|
202 |
-
|
203 |
-
# @ captcha
|
204 |
-
#: bws_menu.php:498
|
205 |
-
#: bws_menu.php:524
|
206 |
-
msgid "Activated plugins"
|
207 |
-
msgstr "Plugins ativados"
|
208 |
-
|
209 |
-
# @ captcha
|
210 |
-
#: bws_menu.php:500
|
211 |
-
#: bws_menu.php:508
|
212 |
-
#: bws_menu.php:516
|
213 |
-
#: bws_menu.php:526
|
214 |
-
#: bws_menu.php:534
|
215 |
-
#: bws_menu.php:542
|
216 |
-
#: bws_menu.php:552
|
217 |
-
#: bws_menu.php:559
|
218 |
-
#: bws_menu.php:567
|
219 |
-
msgid "Read more"
|
220 |
-
msgstr "Leia Mais"
|
221 |
-
|
222 |
-
# @ captcha
|
223 |
-
#: bws_menu.php:500
|
224 |
-
#: bws_menu.php:526
|
225 |
-
#: bws_menu.php:678
|
226 |
-
#: bws_menu.php:706
|
227 |
-
msgid "Settings"
|
228 |
-
msgstr "Configurações"
|
229 |
-
|
230 |
-
# @ captcha
|
231 |
-
#: bws_menu.php:506
|
232 |
-
#: bws_menu.php:532
|
233 |
-
#: bws_menu.php:658
|
234 |
-
msgid "Installed plugins"
|
235 |
-
msgstr "Plugins Instalados"
|
236 |
-
|
237 |
-
# @ captcha
|
238 |
-
#: bws_menu.php:514
|
239 |
-
#: bws_menu.php:540
|
240 |
-
#: bws_menu.php:765
|
241 |
-
msgid "Recommended plugins"
|
242 |
-
msgstr "Plugins Recomendados"
|
243 |
-
|
244 |
-
# @ captcha
|
245 |
-
#: bws_menu.php:516
|
246 |
-
msgid "Purchase"
|
247 |
-
msgstr "Compra"
|
248 |
-
|
249 |
-
# @ captcha
|
250 |
-
#: bws_menu.php:521
|
251 |
-
msgid "Free plugins"
|
252 |
-
msgstr "Plugins Grátis"
|
253 |
-
|
254 |
-
# @ captcha
|
255 |
-
#: bws_menu.php:542
|
256 |
-
#: bws_menu.php:567
|
257 |
-
msgid "Download"
|
258 |
-
msgstr "Baixar"
|
259 |
-
|
260 |
-
# @ default
|
261 |
-
#: bws_menu.php:542
|
262 |
-
#: bws_menu.php:567
|
263 |
-
#: bws_menu.php:867
|
264 |
-
#, php-format
|
265 |
-
msgid "Install %s"
|
266 |
-
msgstr "Instalar %s"
|
267 |
-
|
268 |
-
# @ captcha
|
269 |
-
#: bws_menu.php:542
|
270 |
-
#: bws_menu.php:567
|
271 |
-
msgid "Install now from wordpress.org"
|
272 |
-
msgstr "Instale agora do site do wordpress (wordpress.org)"
|
273 |
-
|
274 |
-
#: bws_menu.php:548
|
275 |
-
msgid "Free themes"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
# @ captcha
|
279 |
-
#: bws_menu.php:551
|
280 |
-
#, fuzzy
|
281 |
-
msgid "Activated theme"
|
282 |
-
msgstr "Tema Ativo"
|
283 |
-
|
284 |
-
#: bws_menu.php:552
|
285 |
-
#, php-format
|
286 |
-
msgid "Customize “%s”"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: bws_menu.php:552
|
290 |
-
msgid "Customize"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
# @ default
|
294 |
-
#: bws_menu.php:557
|
295 |
-
#, fuzzy
|
296 |
-
msgid "Installed themes"
|
297 |
-
msgstr "Instalar %s"
|
298 |
-
|
299 |
-
# @ captcha
|
300 |
-
#: bws_menu.php:565
|
301 |
-
#, fuzzy
|
302 |
-
msgid "Recommended themes"
|
303 |
-
msgstr "Plugins Recomendados"
|
304 |
-
|
305 |
-
# @ captcha
|
306 |
-
#: bws_menu.php:573
|
307 |
-
msgid "If you have any questions, please contact us via"
|
308 |
-
msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
309 |
-
|
310 |
-
# @ captcha
|
311 |
-
#: bws_menu.php:580
|
312 |
-
#: bws_menu.php:648
|
313 |
-
#: bws_menu.php:903
|
314 |
-
msgid "System status"
|
315 |
-
msgstr "Status do sistema"
|
316 |
-
|
317 |
-
# @ captcha
|
318 |
-
#: bws_menu.php:584
|
319 |
-
#: bws_menu.php:906
|
320 |
-
msgid "Environment"
|
321 |
-
msgstr "Ambiente"
|
322 |
-
|
323 |
-
# @ captcha
|
324 |
-
#: bws_menu.php:595
|
325 |
-
#: bws_menu.php:917
|
326 |
-
msgid "Active Plugins"
|
327 |
-
msgstr "Plugins Ativos"
|
328 |
-
|
329 |
-
# @ captcha
|
330 |
-
#: bws_menu.php:606
|
331 |
-
#: bws_menu.php:928
|
332 |
-
msgid "Inactive Plugins"
|
333 |
-
msgstr "Plugins Inativos"
|
334 |
-
|
335 |
-
# @ captcha
|
336 |
-
#: bws_menu.php:620
|
337 |
-
#: bws_menu.php:942
|
338 |
-
msgid "Send to support"
|
339 |
-
msgstr "Enviar para o suporte"
|
340 |
-
|
341 |
-
# @ captcha
|
342 |
-
#: bws_menu.php:627
|
343 |
-
#: bws_menu.php:949
|
344 |
-
msgid "Send to custom email »"
|
345 |
-
msgstr "Enviar para email personalizado »"
|
346 |
-
|
347 |
-
#: bws_menu.php:638
|
348 |
-
msgid "Switch to old interface"
|
349 |
-
msgstr ""
|
350 |
-
|
351 |
-
# @ captcha
|
352 |
-
#: bws_menu.php:644
|
353 |
-
#, fuzzy
|
354 |
-
msgid "Plugins"
|
355 |
-
msgstr "Plugins Pro"
|
356 |
-
|
357 |
-
#: bws_menu.php:646
|
358 |
-
msgid "Themes"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: bws_menu.php:652
|
362 |
-
msgid "All"
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
# @ default
|
366 |
-
#: bws_menu.php:653
|
367 |
-
#, fuzzy
|
368 |
-
msgid "Installed"
|
369 |
-
msgstr "Instalar %s"
|
370 |
-
|
371 |
-
# @ captcha
|
372 |
-
#: bws_menu.php:654
|
373 |
-
#, fuzzy
|
374 |
-
msgid "Recommended"
|
375 |
-
msgstr "Plugins Recomendados"
|
376 |
-
|
377 |
-
# @ captcha
|
378 |
-
#: bws_menu.php:676
|
379 |
-
#: bws_menu.php:704
|
380 |
-
#: bws_menu.php:726
|
381 |
-
#: bws_menu.php:754
|
382 |
-
#: bws_menu.php:795
|
383 |
-
#, fuzzy
|
384 |
-
msgid "Learn more"
|
385 |
-
msgstr "Leia Mais"
|
386 |
-
|
387 |
-
#: bws_menu.php:694
|
388 |
-
#: bws_menu.php:744
|
389 |
-
#: bws_menu.php:785
|
390 |
-
msgid "Go"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: bws_menu.php:698
|
394 |
-
#: bws_menu.php:748
|
395 |
-
#: bws_menu.php:789
|
396 |
-
msgid "DONATE"
|
397 |
-
msgstr ""
|
398 |
-
|
399 |
-
# @ captcha
|
400 |
-
#: bws_menu.php:728
|
401 |
-
#: bws_menu.php:756
|
402 |
-
#, fuzzy
|
403 |
-
msgid "Activate this plugin"
|
404 |
-
msgstr "Plugins ativados"
|
405 |
-
|
406 |
-
# @ captcha
|
407 |
-
#: bws_menu.php:728
|
408 |
-
#: bws_menu.php:756
|
409 |
-
#, fuzzy
|
410 |
-
msgid "Activate"
|
411 |
-
msgstr "Plugins ativados"
|
412 |
-
|
413 |
-
# @ default
|
414 |
-
#: bws_menu.php:797
|
415 |
-
#, fuzzy
|
416 |
-
msgid "Install now"
|
417 |
-
msgstr "Instalar %s"
|
418 |
-
|
419 |
-
#: bws_menu.php:819
|
420 |
-
msgid "Try again"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
-
#: bws_menu.php:836
|
424 |
-
#, php-format
|
425 |
-
msgid "Preview “%s”"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
# @ default
|
429 |
-
#: bws_menu.php:867
|
430 |
-
#, fuzzy
|
431 |
-
msgid "Install Now"
|
432 |
-
msgstr "Instalar %s"
|
433 |
-
|
434 |
-
#: bws_menu.php:870
|
435 |
-
#, php-format
|
436 |
-
msgid "Update to version %s"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: bws_menu.php:870
|
440 |
-
msgid "Update"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: bws_menu.php:877
|
444 |
-
#, php-format
|
445 |
-
msgid "Preview %s"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: bws_menu.php:877
|
449 |
-
msgid "Preview"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: bws_menu.php:884
|
453 |
-
#, php-format
|
454 |
-
msgid "By %s"
|
455 |
-
msgstr ""
|
456 |
-
|
457 |
-
#: bws_menu.php:890
|
458 |
-
msgid "Details"
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
# @ default
|
462 |
-
#, fuzzy
|
463 |
-
#~ msgid "installed"
|
464 |
-
#~ msgstr "Instalar %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/languages/bestwebsoft-ru_RU.mo
DELETED
Binary file
|
languages/bws_menu/languages/bestwebsoft-ru_RU.po
DELETED
@@ -1,391 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: bestwebsoft\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-17 12:51+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-01-17 12:51+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"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: bws_menu.php:339
|
20 |
-
msgid "Not set"
|
21 |
-
msgstr "Не задан"
|
22 |
-
|
23 |
-
#: bws_menu.php:341
|
24 |
-
#: bws_menu.php:345
|
25 |
-
msgid "On"
|
26 |
-
msgstr "Вкл"
|
27 |
-
|
28 |
-
#: bws_menu.php:343
|
29 |
-
#: bws_menu.php:347
|
30 |
-
msgid "Off"
|
31 |
-
msgstr "Выкл"
|
32 |
-
|
33 |
-
#: bws_menu.php:351
|
34 |
-
#: bws_menu.php:355
|
35 |
-
#: bws_menu.php:359
|
36 |
-
#: bws_menu.php:363
|
37 |
-
#: bws_menu.php:367
|
38 |
-
#: bws_menu.php:393
|
39 |
-
msgid "N/A"
|
40 |
-
msgstr "Неизвестно"
|
41 |
-
|
42 |
-
#: bws_menu.php:365
|
43 |
-
msgid " Mb"
|
44 |
-
msgstr "Mb"
|
45 |
-
|
46 |
-
#: bws_menu.php:369
|
47 |
-
#: bws_menu.php:373
|
48 |
-
#: bws_menu.php:377
|
49 |
-
#: bws_menu.php:388
|
50 |
-
msgid "Yes"
|
51 |
-
msgstr "Да"
|
52 |
-
|
53 |
-
#: bws_menu.php:371
|
54 |
-
#: bws_menu.php:375
|
55 |
-
#: bws_menu.php:379
|
56 |
-
#: bws_menu.php:390
|
57 |
-
msgid "No"
|
58 |
-
msgstr "Нет"
|
59 |
-
|
60 |
-
#: bws_menu.php:404
|
61 |
-
msgid "Operating System"
|
62 |
-
msgstr "Операционная система"
|
63 |
-
|
64 |
-
#: bws_menu.php:405
|
65 |
-
msgid "Server"
|
66 |
-
msgstr "Тип сервера"
|
67 |
-
|
68 |
-
#: bws_menu.php:406
|
69 |
-
msgid "Memory usage"
|
70 |
-
msgstr "Памяти использовано"
|
71 |
-
|
72 |
-
#: bws_menu.php:407
|
73 |
-
msgid "MYSQL Version"
|
74 |
-
msgstr "Версия MYSQL"
|
75 |
-
|
76 |
-
#: bws_menu.php:408
|
77 |
-
msgid "SQL Mode"
|
78 |
-
msgstr "Режим SQL"
|
79 |
-
|
80 |
-
#: bws_menu.php:409
|
81 |
-
msgid "PHP Version"
|
82 |
-
msgstr "Версия PHP"
|
83 |
-
|
84 |
-
#: bws_menu.php:410
|
85 |
-
msgid "PHP Safe Mode"
|
86 |
-
msgstr "PHP Safe Mode"
|
87 |
-
|
88 |
-
#: bws_menu.php:411
|
89 |
-
msgid "PHP Allow URL fopen"
|
90 |
-
msgstr "PHP Allow URL fopen"
|
91 |
-
|
92 |
-
#: bws_menu.php:412
|
93 |
-
msgid "PHP Memory Limit"
|
94 |
-
msgstr "Лимит памяти"
|
95 |
-
|
96 |
-
#: bws_menu.php:413
|
97 |
-
msgid "PHP Max Upload Size"
|
98 |
-
msgstr "Макс. размер загружаемого файла"
|
99 |
-
|
100 |
-
#: bws_menu.php:414
|
101 |
-
msgid "PHP Max Post Size"
|
102 |
-
msgstr "Макс. размер записи"
|
103 |
-
|
104 |
-
#: bws_menu.php:415
|
105 |
-
msgid "PHP Max Script Execute Time"
|
106 |
-
msgstr "Макс. время выполнения сценария"
|
107 |
-
|
108 |
-
#: bws_menu.php:416
|
109 |
-
msgid "PHP Exif support"
|
110 |
-
msgstr "Поддержка PHP Exif"
|
111 |
-
|
112 |
-
#: bws_menu.php:417
|
113 |
-
msgid "PHP IPTC support"
|
114 |
-
msgstr "Поддержка PHP IPTC"
|
115 |
-
|
116 |
-
#: bws_menu.php:418
|
117 |
-
msgid "PHP XML support"
|
118 |
-
msgstr "Поддержка PHP XML"
|
119 |
-
|
120 |
-
#: bws_menu.php:419
|
121 |
-
msgid "Site URL"
|
122 |
-
msgstr "Адрес сайта"
|
123 |
-
|
124 |
-
#: bws_menu.php:420
|
125 |
-
msgid "Home URL"
|
126 |
-
msgstr "Основной адрес сайта"
|
127 |
-
|
128 |
-
#: bws_menu.php:421
|
129 |
-
msgid "WordPress Version"
|
130 |
-
msgstr "Версия WordPress"
|
131 |
-
|
132 |
-
#: bws_menu.php:422
|
133 |
-
msgid "WordPress DB Version"
|
134 |
-
msgstr "Версия базы данных WordPress"
|
135 |
-
|
136 |
-
#: bws_menu.php:423
|
137 |
-
msgid "Multisite"
|
138 |
-
msgstr "Мультиблог"
|
139 |
-
|
140 |
-
#: bws_menu.php:424
|
141 |
-
msgid "Active Theme"
|
142 |
-
msgstr "Текущая тема"
|
143 |
-
|
144 |
-
#: bws_menu.php:440
|
145 |
-
msgid "Please enter a valid email address."
|
146 |
-
msgstr "Пожалуйста, введите валидный емайл."
|
147 |
-
|
148 |
-
#: bws_menu.php:444
|
149 |
-
msgid "Email with system info is sent to "
|
150 |
-
msgstr "E-mail с системной информацией отправлен на"
|
151 |
-
|
152 |
-
#: bws_menu.php:448
|
153 |
-
msgid "Thank you for contacting us."
|
154 |
-
msgstr "Спасибо что связались с нами."
|
155 |
-
|
156 |
-
#: bws_menu.php:476
|
157 |
-
msgid "Sorry, email message could not be delivered."
|
158 |
-
msgstr "Извините, ваш email не может быть отправлен."
|
159 |
-
|
160 |
-
#: bws_menu.php:488
|
161 |
-
msgid "Switch to new interface"
|
162 |
-
msgstr "Переключится на новый интерфейс"
|
163 |
-
|
164 |
-
#: bws_menu.php:495
|
165 |
-
msgid "Pro plugins"
|
166 |
-
msgstr "Pro плагины"
|
167 |
-
|
168 |
-
#: bws_menu.php:498
|
169 |
-
#: bws_menu.php:524
|
170 |
-
msgid "Activated plugins"
|
171 |
-
msgstr "Активированные плагины"
|
172 |
-
|
173 |
-
#: bws_menu.php:500
|
174 |
-
#: bws_menu.php:508
|
175 |
-
#: bws_menu.php:516
|
176 |
-
#: bws_menu.php:526
|
177 |
-
#: bws_menu.php:534
|
178 |
-
#: bws_menu.php:542
|
179 |
-
#: bws_menu.php:552
|
180 |
-
#: bws_menu.php:559
|
181 |
-
#: bws_menu.php:567
|
182 |
-
msgid "Read more"
|
183 |
-
msgstr "Подробнее..."
|
184 |
-
|
185 |
-
#: bws_menu.php:500
|
186 |
-
#: bws_menu.php:526
|
187 |
-
#: bws_menu.php:678
|
188 |
-
#: bws_menu.php:706
|
189 |
-
msgid "Settings"
|
190 |
-
msgstr "Настройки"
|
191 |
-
|
192 |
-
#: bws_menu.php:506
|
193 |
-
#: bws_menu.php:532
|
194 |
-
#: bws_menu.php:658
|
195 |
-
msgid "Installed plugins"
|
196 |
-
msgstr "Установленные плагины"
|
197 |
-
|
198 |
-
#: bws_menu.php:514
|
199 |
-
#: bws_menu.php:540
|
200 |
-
#: bws_menu.php:765
|
201 |
-
msgid "Recommended plugins"
|
202 |
-
msgstr "Рекомендованные к установке плагины"
|
203 |
-
|
204 |
-
#: bws_menu.php:516
|
205 |
-
msgid "Purchase"
|
206 |
-
msgstr "Купить"
|
207 |
-
|
208 |
-
#: bws_menu.php:521
|
209 |
-
msgid "Free plugins"
|
210 |
-
msgstr "Бесплатные плагины"
|
211 |
-
|
212 |
-
#: bws_menu.php:542
|
213 |
-
#: bws_menu.php:567
|
214 |
-
msgid "Download"
|
215 |
-
msgstr "Скачать"
|
216 |
-
|
217 |
-
#: bws_menu.php:542
|
218 |
-
#: bws_menu.php:567
|
219 |
-
#: bws_menu.php:867
|
220 |
-
#, php-format
|
221 |
-
msgid "Install %s"
|
222 |
-
msgstr "Установлено %s"
|
223 |
-
|
224 |
-
#: bws_menu.php:542
|
225 |
-
#: bws_menu.php:567
|
226 |
-
msgid "Install now from wordpress.org"
|
227 |
-
msgstr "Установить с wordpress.org"
|
228 |
-
|
229 |
-
#: bws_menu.php:548
|
230 |
-
msgid "Free themes"
|
231 |
-
msgstr "Бесплатные темы"
|
232 |
-
|
233 |
-
#: bws_menu.php:551
|
234 |
-
msgid "Activated theme"
|
235 |
-
msgstr "Активная тема"
|
236 |
-
|
237 |
-
#: bws_menu.php:552
|
238 |
-
#, php-format
|
239 |
-
msgid "Customize “%s”"
|
240 |
-
msgstr "Кастомизировать “%s”"
|
241 |
-
|
242 |
-
#: bws_menu.php:552
|
243 |
-
msgid "Customize"
|
244 |
-
msgstr "Кастомизировать"
|
245 |
-
|
246 |
-
#: bws_menu.php:557
|
247 |
-
msgid "Installed themes"
|
248 |
-
msgstr "Установленные темы"
|
249 |
-
|
250 |
-
#: bws_menu.php:565
|
251 |
-
msgid "Recommended themes"
|
252 |
-
msgstr "Рекомендованные темы"
|
253 |
-
|
254 |
-
#: bws_menu.php:573
|
255 |
-
msgid "If you have any questions, please contact us via"
|
256 |
-
msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
|
257 |
-
|
258 |
-
#: bws_menu.php:580
|
259 |
-
#: bws_menu.php:648
|
260 |
-
#: bws_menu.php:903
|
261 |
-
msgid "System status"
|
262 |
-
msgstr "Системная информация"
|
263 |
-
|
264 |
-
#: bws_menu.php:584
|
265 |
-
#: bws_menu.php:906
|
266 |
-
msgid "Environment"
|
267 |
-
msgstr "Системная среда"
|
268 |
-
|
269 |
-
#: bws_menu.php:595
|
270 |
-
#: bws_menu.php:917
|
271 |
-
msgid "Active Plugins"
|
272 |
-
msgstr "Активированные плагины"
|
273 |
-
|
274 |
-
#: bws_menu.php:606
|
275 |
-
#: bws_menu.php:928
|
276 |
-
msgid "Inactive Plugins"
|
277 |
-
msgstr "Неактивированные плагины"
|
278 |
-
|
279 |
-
#: bws_menu.php:620
|
280 |
-
#: bws_menu.php:942
|
281 |
-
msgid "Send to support"
|
282 |
-
msgstr "Отправить в тех. поддержку"
|
283 |
-
|
284 |
-
#: bws_menu.php:627
|
285 |
-
#: bws_menu.php:949
|
286 |
-
msgid "Send to custom email »"
|
287 |
-
msgstr "Отправить на емейл »"
|
288 |
-
|
289 |
-
#: bws_menu.php:638
|
290 |
-
msgid "Switch to old interface"
|
291 |
-
msgstr "Переключится на старый интерфейс"
|
292 |
-
|
293 |
-
#: bws_menu.php:644
|
294 |
-
msgid "Plugins"
|
295 |
-
msgstr "Плагины"
|
296 |
-
|
297 |
-
#: bws_menu.php:646
|
298 |
-
msgid "Themes"
|
299 |
-
msgstr "Темы"
|
300 |
-
|
301 |
-
#: bws_menu.php:652
|
302 |
-
msgid "All"
|
303 |
-
msgstr "Все"
|
304 |
-
|
305 |
-
#: bws_menu.php:653
|
306 |
-
msgid "Installed"
|
307 |
-
msgstr "Установленные"
|
308 |
-
|
309 |
-
#: bws_menu.php:654
|
310 |
-
msgid "Recommended"
|
311 |
-
msgstr "Рекомендованные"
|
312 |
-
|
313 |
-
#: bws_menu.php:676
|
314 |
-
#: bws_menu.php:704
|
315 |
-
#: bws_menu.php:726
|
316 |
-
#: bws_menu.php:754
|
317 |
-
#: bws_menu.php:795
|
318 |
-
msgid "Learn more"
|
319 |
-
msgstr "Подробнее"
|
320 |
-
|
321 |
-
#: bws_menu.php:694
|
322 |
-
#: bws_menu.php:744
|
323 |
-
#: bws_menu.php:785
|
324 |
-
msgid "Go"
|
325 |
-
msgstr "Перейти на"
|
326 |
-
|
327 |
-
#: bws_menu.php:698
|
328 |
-
#: bws_menu.php:748
|
329 |
-
#: bws_menu.php:789
|
330 |
-
msgid "DONATE"
|
331 |
-
msgstr "Пожертвовать"
|
332 |
-
|
333 |
-
#: bws_menu.php:728
|
334 |
-
#: bws_menu.php:756
|
335 |
-
msgid "Activate this plugin"
|
336 |
-
msgstr "Активировать плагин"
|
337 |
-
|
338 |
-
#: bws_menu.php:728
|
339 |
-
#: bws_menu.php:756
|
340 |
-
msgid "Activate"
|
341 |
-
msgstr "Активировать"
|
342 |
-
|
343 |
-
#: bws_menu.php:797
|
344 |
-
msgid "Install now"
|
345 |
-
msgstr "Установить"
|
346 |
-
|
347 |
-
#: bws_menu.php:819
|
348 |
-
msgid "Try again"
|
349 |
-
msgstr "Попробовать снова"
|
350 |
-
|
351 |
-
#: bws_menu.php:836
|
352 |
-
#, php-format
|
353 |
-
msgid "Preview “%s”"
|
354 |
-
msgstr "Просмотр “%s”"
|
355 |
-
|
356 |
-
#: bws_menu.php:867
|
357 |
-
msgid "Install Now"
|
358 |
-
msgstr "Установить"
|
359 |
-
|
360 |
-
#: bws_menu.php:870
|
361 |
-
#, php-format
|
362 |
-
msgid "Update to version %s"
|
363 |
-
msgstr "Обновить до версии %s"
|
364 |
-
|
365 |
-
#: bws_menu.php:870
|
366 |
-
msgid "Update"
|
367 |
-
msgstr "Обновить"
|
368 |
-
|
369 |
-
#: bws_menu.php:877
|
370 |
-
#, php-format
|
371 |
-
msgid "Preview %s"
|
372 |
-
msgstr "Просмотр %s"
|
373 |
-
|
374 |
-
#: bws_menu.php:877
|
375 |
-
msgid "Preview"
|
376 |
-
msgstr "Просмотр"
|
377 |
-
|
378 |
-
#: bws_menu.php:884
|
379 |
-
#, php-format
|
380 |
-
msgid "By %s"
|
381 |
-
msgstr "%s"
|
382 |
-
|
383 |
-
#: bws_menu.php:890
|
384 |
-
msgid "Details"
|
385 |
-
msgstr "Детали"
|
386 |
-
|
387 |
-
#~ msgid "Donate"
|
388 |
-
#~ msgstr "Пожертвовать"
|
389 |
-
|
390 |
-
#~ msgid "installed"
|
391 |
-
#~ msgstr "установлен"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/languages/bestwebsoft-sr_RS.mo
DELETED
Binary file
|
languages/bws_menu/languages/bestwebsoft-sr_RS.po
DELETED
@@ -1,778 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: bestwebsoft\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-01-17 12:13+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"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17 |
-
"X-Generator: Poedit 1.5.7\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: bws_menu.php:339
|
21 |
-
msgid "Not set"
|
22 |
-
msgstr "Nije podešeno"
|
23 |
-
|
24 |
-
#: bws_menu.php:341
|
25 |
-
#: bws_menu.php:345
|
26 |
-
msgid "On"
|
27 |
-
msgstr "Uključeno"
|
28 |
-
|
29 |
-
#: bws_menu.php:343
|
30 |
-
#: bws_menu.php:347
|
31 |
-
msgid "Off"
|
32 |
-
msgstr "Isključeno"
|
33 |
-
|
34 |
-
#: bws_menu.php:351
|
35 |
-
#: bws_menu.php:355
|
36 |
-
#: bws_menu.php:359
|
37 |
-
#: bws_menu.php:363
|
38 |
-
#: bws_menu.php:367
|
39 |
-
#: bws_menu.php:393
|
40 |
-
msgid "N/A"
|
41 |
-
msgstr "N/A"
|
42 |
-
|
43 |
-
#: bws_menu.php:365
|
44 |
-
msgid " Mb"
|
45 |
-
msgstr " Mb"
|
46 |
-
|
47 |
-
#: bws_menu.php:369
|
48 |
-
#: bws_menu.php:373
|
49 |
-
#: bws_menu.php:377
|
50 |
-
#: bws_menu.php:388
|
51 |
-
msgid "Yes"
|
52 |
-
msgstr "Da"
|
53 |
-
|
54 |
-
#: bws_menu.php:371
|
55 |
-
#: bws_menu.php:375
|
56 |
-
#: bws_menu.php:379
|
57 |
-
#: bws_menu.php:390
|
58 |
-
msgid "No"
|
59 |
-
msgstr "Ne"
|
60 |
-
|
61 |
-
#: bws_menu.php:404
|
62 |
-
msgid "Operating System"
|
63 |
-
msgstr "Operativni Sistem"
|
64 |
-
|
65 |
-
#: bws_menu.php:405
|
66 |
-
msgid "Server"
|
67 |
-
msgstr "Server"
|
68 |
-
|
69 |
-
#: bws_menu.php:406
|
70 |
-
msgid "Memory usage"
|
71 |
-
msgstr "Upotreba memorije"
|
72 |
-
|
73 |
-
#: bws_menu.php:407
|
74 |
-
msgid "MYSQL Version"
|
75 |
-
msgstr "MYSQL Verzija"
|
76 |
-
|
77 |
-
#: bws_menu.php:408
|
78 |
-
msgid "SQL Mode"
|
79 |
-
msgstr "SQL način"
|
80 |
-
|
81 |
-
#: bws_menu.php:409
|
82 |
-
msgid "PHP Version"
|
83 |
-
msgstr "PHP Verzija"
|
84 |
-
|
85 |
-
#: bws_menu.php:410
|
86 |
-
msgid "PHP Safe Mode"
|
87 |
-
msgstr "PHP Sigurni način"
|
88 |
-
|
89 |
-
#: bws_menu.php:411
|
90 |
-
msgid "PHP Allow URL fopen"
|
91 |
-
msgstr "PHP Dozvoli URL fopen"
|
92 |
-
|
93 |
-
#: bws_menu.php:412
|
94 |
-
msgid "PHP Memory Limit"
|
95 |
-
msgstr "PHP Ograničenje memorije"
|
96 |
-
|
97 |
-
#: bws_menu.php:413
|
98 |
-
#, fuzzy
|
99 |
-
msgid "PHP Max Upload Size"
|
100 |
-
msgstr "Envoi de fichier"
|
101 |
-
|
102 |
-
#: bws_menu.php:414
|
103 |
-
msgid "PHP Max Post Size"
|
104 |
-
msgstr "PHP Max veličina za učitavanje"
|
105 |
-
|
106 |
-
#: bws_menu.php:415
|
107 |
-
msgid "PHP Max Script Execute Time"
|
108 |
-
msgstr "PHP Max veličina posta"
|
109 |
-
|
110 |
-
#: bws_menu.php:416
|
111 |
-
msgid "PHP Exif support"
|
112 |
-
msgstr "PHP Exif podrška"
|
113 |
-
|
114 |
-
#: bws_menu.php:417
|
115 |
-
msgid "PHP IPTC support"
|
116 |
-
msgstr "PHP IPTC podrška"
|
117 |
-
|
118 |
-
#: bws_menu.php:418
|
119 |
-
msgid "PHP XML support"
|
120 |
-
msgstr "PHP XML podrška"
|
121 |
-
|
122 |
-
#: bws_menu.php:419
|
123 |
-
#, fuzzy
|
124 |
-
msgid "Site URL"
|
125 |
-
msgstr "URL du lien"
|
126 |
-
|
127 |
-
#: bws_menu.php:420
|
128 |
-
msgid "Home URL"
|
129 |
-
msgstr "URL naslovne"
|
130 |
-
|
131 |
-
#: bws_menu.php:421
|
132 |
-
msgid "WordPress Version"
|
133 |
-
msgstr "WordPress Verzija"
|
134 |
-
|
135 |
-
#: bws_menu.php:422
|
136 |
-
msgid "WordPress DB Version"
|
137 |
-
msgstr "WordPress DB Verzija"
|
138 |
-
|
139 |
-
#: bws_menu.php:423
|
140 |
-
msgid "Multisite"
|
141 |
-
msgstr "Višenamenski sajt"
|
142 |
-
|
143 |
-
#: bws_menu.php:424
|
144 |
-
msgid "Active Theme"
|
145 |
-
msgstr "Aktivna tema"
|
146 |
-
|
147 |
-
#: bws_menu.php:440
|
148 |
-
msgid "Please enter a valid email address."
|
149 |
-
msgstr "Molimo unesite važeću mejl adresu"
|
150 |
-
|
151 |
-
#: bws_menu.php:444
|
152 |
-
msgid "Email with system info is sent to "
|
153 |
-
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
154 |
-
|
155 |
-
#: bws_menu.php:448
|
156 |
-
msgid "Thank you for contacting us."
|
157 |
-
msgstr "Hvala što ste nas kontaktirali"
|
158 |
-
|
159 |
-
#: bws_menu.php:476
|
160 |
-
msgid "Sorry, email message could not be delivered."
|
161 |
-
msgstr "Nažalost mejl poruka nije prosleđena"
|
162 |
-
|
163 |
-
#: bws_menu.php:488
|
164 |
-
msgid "Switch to new interface"
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: bws_menu.php:495
|
168 |
-
msgid "Pro plugins"
|
169 |
-
msgstr "Pro moduli"
|
170 |
-
|
171 |
-
#: bws_menu.php:498
|
172 |
-
#: bws_menu.php:524
|
173 |
-
msgid "Activated plugins"
|
174 |
-
msgstr "Aktivirani moduli"
|
175 |
-
|
176 |
-
#: bws_menu.php:500
|
177 |
-
#: bws_menu.php:508
|
178 |
-
#: bws_menu.php:516
|
179 |
-
#: bws_menu.php:526
|
180 |
-
#: bws_menu.php:534
|
181 |
-
#: bws_menu.php:542
|
182 |
-
#: bws_menu.php:552
|
183 |
-
#: bws_menu.php:559
|
184 |
-
#: bws_menu.php:567
|
185 |
-
msgid "Read more"
|
186 |
-
msgstr "Pročitaj više"
|
187 |
-
|
188 |
-
#: bws_menu.php:500
|
189 |
-
#: bws_menu.php:526
|
190 |
-
#: bws_menu.php:678
|
191 |
-
#: bws_menu.php:706
|
192 |
-
msgid "Settings"
|
193 |
-
msgstr "Podešavanja"
|
194 |
-
|
195 |
-
#: bws_menu.php:506
|
196 |
-
#: bws_menu.php:532
|
197 |
-
#: bws_menu.php:658
|
198 |
-
msgid "Installed plugins"
|
199 |
-
msgstr "Instalirani moduli"
|
200 |
-
|
201 |
-
#: bws_menu.php:514
|
202 |
-
#: bws_menu.php:540
|
203 |
-
#: bws_menu.php:765
|
204 |
-
msgid "Recommended plugins"
|
205 |
-
msgstr "Preporučeni moduli"
|
206 |
-
|
207 |
-
#: bws_menu.php:516
|
208 |
-
msgid "Purchase"
|
209 |
-
msgstr "Kupovina"
|
210 |
-
|
211 |
-
#: bws_menu.php:521
|
212 |
-
msgid "Free plugins"
|
213 |
-
msgstr "Besplatni moduli"
|
214 |
-
|
215 |
-
#: bws_menu.php:542
|
216 |
-
#: bws_menu.php:567
|
217 |
-
msgid "Download"
|
218 |
-
msgstr "Prezimanje"
|
219 |
-
|
220 |
-
#: bws_menu.php:542
|
221 |
-
#: bws_menu.php:567
|
222 |
-
#: bws_menu.php:867
|
223 |
-
#, php-format
|
224 |
-
msgid "Install %s"
|
225 |
-
msgstr "Instalacija %s"
|
226 |
-
|
227 |
-
#: bws_menu.php:542
|
228 |
-
#: bws_menu.php:567
|
229 |
-
msgid "Install now from wordpress.org"
|
230 |
-
msgstr "Instaliraj sada sa wordpress.org"
|
231 |
-
|
232 |
-
#: bws_menu.php:548
|
233 |
-
msgid "Free themes"
|
234 |
-
msgstr ""
|
235 |
-
|
236 |
-
#: bws_menu.php:551
|
237 |
-
#, fuzzy
|
238 |
-
msgid "Activated theme"
|
239 |
-
msgstr "Aktivna tema"
|
240 |
-
|
241 |
-
#: bws_menu.php:552
|
242 |
-
#, php-format
|
243 |
-
msgid "Customize “%s”"
|
244 |
-
msgstr ""
|
245 |
-
|
246 |
-
#: bws_menu.php:552
|
247 |
-
msgid "Customize"
|
248 |
-
msgstr ""
|
249 |
-
|
250 |
-
#: bws_menu.php:557
|
251 |
-
#, fuzzy
|
252 |
-
msgid "Installed themes"
|
253 |
-
msgstr "Instalacija %s"
|
254 |
-
|
255 |
-
#: bws_menu.php:565
|
256 |
-
#, fuzzy
|
257 |
-
msgid "Recommended themes"
|
258 |
-
msgstr "Preporučeni moduli"
|
259 |
-
|
260 |
-
#: bws_menu.php:573
|
261 |
-
msgid "If you have any questions, please contact us via"
|
262 |
-
msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
263 |
-
|
264 |
-
#: bws_menu.php:580
|
265 |
-
#: bws_menu.php:648
|
266 |
-
#: bws_menu.php:903
|
267 |
-
msgid "System status"
|
268 |
-
msgstr "Sistemski status"
|
269 |
-
|
270 |
-
#: bws_menu.php:584
|
271 |
-
#: bws_menu.php:906
|
272 |
-
msgid "Environment"
|
273 |
-
msgstr "Okruženje"
|
274 |
-
|
275 |
-
#: bws_menu.php:595
|
276 |
-
#: bws_menu.php:917
|
277 |
-
#, fuzzy
|
278 |
-
msgid "Active Plugins"
|
279 |
-
msgstr "Extensions activées"
|
280 |
-
|
281 |
-
#: bws_menu.php:606
|
282 |
-
#: bws_menu.php:928
|
283 |
-
#, fuzzy
|
284 |
-
msgid "Inactive Plugins"
|
285 |
-
msgstr "Extensions activées"
|
286 |
-
|
287 |
-
#: bws_menu.php:620
|
288 |
-
#: bws_menu.php:942
|
289 |
-
#, fuzzy
|
290 |
-
msgid "Send to support"
|
291 |
-
msgstr "Soutien"
|
292 |
-
|
293 |
-
#: bws_menu.php:627
|
294 |
-
#: bws_menu.php:949
|
295 |
-
msgid "Send to custom email »"
|
296 |
-
msgstr "Pošalji na korisnički mejl »"
|
297 |
-
|
298 |
-
#: bws_menu.php:638
|
299 |
-
msgid "Switch to old interface"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: bws_menu.php:644
|
303 |
-
#, fuzzy
|
304 |
-
msgid "Plugins"
|
305 |
-
msgstr "Pro moduli"
|
306 |
-
|
307 |
-
#: bws_menu.php:646
|
308 |
-
msgid "Themes"
|
309 |
-
msgstr ""
|
310 |
-
|
311 |
-
#: bws_menu.php:652
|
312 |
-
msgid "All"
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: bws_menu.php:653
|
316 |
-
#, fuzzy
|
317 |
-
msgid "Installed"
|
318 |
-
msgstr "Instalacija %s"
|
319 |
-
|
320 |
-
#: bws_menu.php:654
|
321 |
-
#, fuzzy
|
322 |
-
msgid "Recommended"
|
323 |
-
msgstr "Preporučeni moduli"
|
324 |
-
|
325 |
-
#: bws_menu.php:676
|
326 |
-
#: bws_menu.php:704
|
327 |
-
#: bws_menu.php:726
|
328 |
-
#: bws_menu.php:754
|
329 |
-
#: bws_menu.php:795
|
330 |
-
#, fuzzy
|
331 |
-
msgid "Learn more"
|
332 |
-
msgstr "Pročitaj više"
|
333 |
-
|
334 |
-
#: bws_menu.php:694
|
335 |
-
#: bws_menu.php:744
|
336 |
-
#: bws_menu.php:785
|
337 |
-
msgid "Go"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: bws_menu.php:698
|
341 |
-
#: bws_menu.php:748
|
342 |
-
#: bws_menu.php:789
|
343 |
-
msgid "DONATE"
|
344 |
-
msgstr ""
|
345 |
-
|
346 |
-
#: bws_menu.php:728
|
347 |
-
#: bws_menu.php:756
|
348 |
-
#, fuzzy
|
349 |
-
msgid "Activate this plugin"
|
350 |
-
msgstr "Aktivirani moduli"
|
351 |
-
|
352 |
-
#: bws_menu.php:728
|
353 |
-
#: bws_menu.php:756
|
354 |
-
#, fuzzy
|
355 |
-
msgid "Activate"
|
356 |
-
msgstr "Aktivirani moduli"
|
357 |
-
|
358 |
-
#: bws_menu.php:797
|
359 |
-
#, fuzzy
|
360 |
-
msgid "Install now"
|
361 |
-
msgstr "Instalacija %s"
|
362 |
-
|
363 |
-
#: bws_menu.php:819
|
364 |
-
msgid "Try again"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: bws_menu.php:836
|
368 |
-
#, php-format
|
369 |
-
msgid "Preview “%s”"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: bws_menu.php:867
|
373 |
-
#, fuzzy
|
374 |
-
msgid "Install Now"
|
375 |
-
msgstr "Instalacija %s"
|
376 |
-
|
377 |
-
#: bws_menu.php:870
|
378 |
-
#, php-format
|
379 |
-
msgid "Update to version %s"
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: bws_menu.php:870
|
383 |
-
#, fuzzy
|
384 |
-
msgid "Update"
|
385 |
-
msgstr "date"
|
386 |
-
|
387 |
-
#: bws_menu.php:877
|
388 |
-
#, php-format
|
389 |
-
msgid "Preview %s"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: bws_menu.php:877
|
393 |
-
msgid "Preview"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: bws_menu.php:884
|
397 |
-
#, php-format
|
398 |
-
msgid "By %s"
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: bws_menu.php:890
|
402 |
-
msgid "Details"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#, fuzzy
|
406 |
-
#~ msgid "installed"
|
407 |
-
#~ msgstr "Instalacija %s"
|
408 |
-
|
409 |
-
#~ msgid ""
|
410 |
-
#~ "The following files \"gallery-template.php\" and \"gallery-single-"
|
411 |
-
#~ "template.php\" were not found in the directory of your theme. Please copy "
|
412 |
-
#~ "them from the directory `/wp-content/plugins/gallery-plugin/template/` to "
|
413 |
-
#~ "the directory of your theme for the correct work of the Gallery plugin"
|
414 |
-
#~ msgstr ""
|
415 |
-
#~ "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php"
|
416 |
-
#~ "\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
|
417 |
-
#~ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u "
|
418 |
-
#~ "direktorijum vaše teme za ispravan rad modula Galerija"
|
419 |
-
|
420 |
-
#~ msgid "Galleries"
|
421 |
-
#~ msgstr "Galerije"
|
422 |
-
|
423 |
-
#~ msgid "Gallery"
|
424 |
-
#~ msgstr "Galerija"
|
425 |
-
|
426 |
-
#~ msgid "Add a Gallery"
|
427 |
-
#~ msgstr "Dodaj Galeriju"
|
428 |
-
|
429 |
-
#~ msgid "Add New Gallery"
|
430 |
-
#~ msgstr "Dodaj novu Galeriju"
|
431 |
-
|
432 |
-
#~ msgid "Edit Gallery"
|
433 |
-
#~ msgstr "Uredi Galeriju"
|
434 |
-
|
435 |
-
#~ msgid "New Gallery"
|
436 |
-
#~ msgstr "Nova Galerija"
|
437 |
-
|
438 |
-
#~ msgid "View Gallery"
|
439 |
-
#~ msgstr "Pregled Galerije"
|
440 |
-
|
441 |
-
#~ msgid "Find a Gallery"
|
442 |
-
#~ msgstr "Pronađi Galeriju"
|
443 |
-
|
444 |
-
#~ msgid "No Gallery found"
|
445 |
-
#~ msgstr "Nije pronađena Galerija"
|
446 |
-
|
447 |
-
#~ msgid "Upload File"
|
448 |
-
#~ msgstr "Učitaj fajl"
|
449 |
-
|
450 |
-
#~ msgid "Gallery Shortcode"
|
451 |
-
#~ msgstr "Kratak kod za Galeriju"
|
452 |
-
|
453 |
-
#~ msgid ""
|
454 |
-
#~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
|
455 |
-
#~ "for record on your webserver. Please use the standard WP functionality to "
|
456 |
-
#~ "upload images (media library)"
|
457 |
-
#~ msgstr ""
|
458 |
-
#~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
|
459 |
-
#~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
|
460 |
-
#~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
|
461 |
-
|
462 |
-
#~ msgid "Choose an image for upload:"
|
463 |
-
#~ msgstr "Izaberi sliku za učitavanje:"
|
464 |
-
|
465 |
-
#~ msgid "Please enable JavaScript to use the file uploader."
|
466 |
-
#~ msgstr ""
|
467 |
-
#~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
|
468 |
-
|
469 |
-
#~ msgid "Allow the download link for all images in this gallery"
|
470 |
-
#~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
|
471 |
-
|
472 |
-
#~ msgid ""
|
473 |
-
#~ "Please use the drag and drop function to change an order of the images "
|
474 |
-
#~ "displaying and do not forget to save the post."
|
475 |
-
#~ msgstr ""
|
476 |
-
#~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
|
477 |
-
#~ "prikazanih slika i ne zaboravite da sačuvate post."
|
478 |
-
|
479 |
-
#~ msgid "Please make a choice"
|
480 |
-
#~ msgstr "Molimo vas izaberite"
|
481 |
-
|
482 |
-
#~ msgid "Sort images by"
|
483 |
-
#~ msgstr "Poređaj slike po"
|
484 |
-
|
485 |
-
#~ msgid "sort images"
|
486 |
-
#~ msgstr "poređaj slike"
|
487 |
-
|
488 |
-
#~ msgid "on the plugin settings page ("
|
489 |
-
#~ msgstr "na stranici za podešavanje modula ("
|
490 |
-
|
491 |
-
#~ msgid "Title"
|
492 |
-
#~ msgstr "Naslov"
|
493 |
-
|
494 |
-
#~ msgid "URL"
|
495 |
-
#~ msgstr "URL"
|
496 |
-
|
497 |
-
#~ msgid "(by click on image opens a link in a new window)"
|
498 |
-
#~ msgstr "(klikom na sliku otvara se link u novom prozoru)"
|
499 |
-
|
500 |
-
#~ msgid "This setting is available in Pro version"
|
501 |
-
#~ msgstr "Ovo podešavanje je dostupno u Pro verziji"
|
502 |
-
|
503 |
-
#~ msgid "Open the link"
|
504 |
-
#~ msgstr "Otvori link"
|
505 |
-
|
506 |
-
#~ msgid "Current window"
|
507 |
-
#~ msgstr "Trenutni prozor"
|
508 |
-
|
509 |
-
#~ msgid "New window"
|
510 |
-
#~ msgstr "Novi prozor"
|
511 |
-
|
512 |
-
#~ msgid "Delete"
|
513 |
-
#~ msgstr "Obriši"
|
514 |
-
|
515 |
-
#~ msgid ""
|
516 |
-
#~ "You can add a Single Gallery to the page or post by inserting this "
|
517 |
-
#~ "shortcode into the content"
|
518 |
-
#~ msgstr ""
|
519 |
-
#~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
|
520 |
-
#~ "kratkog koda u sadržaj."
|
521 |
-
|
522 |
-
#~ msgid ""
|
523 |
-
#~ "If you want to display a short description containing a screenshot and "
|
524 |
-
#~ "the link to the Single Gallery Page"
|
525 |
-
#~ msgstr ""
|
526 |
-
#~ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
|
527 |
-
#~ "stranici sa Jedinstvenom galerijom."
|
528 |
-
|
529 |
-
#~ msgid "Author"
|
530 |
-
#~ msgstr "Autor"
|
531 |
-
|
532 |
-
#~ msgid "Photo"
|
533 |
-
#~ msgstr "Foto"
|
534 |
-
|
535 |
-
#~ msgid "Publishing"
|
536 |
-
#~ msgstr "Izdanje"
|
537 |
-
|
538 |
-
#~ msgid "Date"
|
539 |
-
#~ msgstr "Datum"
|
540 |
-
|
541 |
-
#~ msgid "See images »"
|
542 |
-
#~ msgstr "Pogledaj sliku »"
|
543 |
-
|
544 |
-
#~ msgid "Settings are saved"
|
545 |
-
#~ msgstr "Podešavanja su sačuvana"
|
546 |
-
|
547 |
-
#~ msgid "Gallery Settings"
|
548 |
-
#~ msgstr "Podešavanja Galerije"
|
549 |
-
|
550 |
-
#~ msgid ""
|
551 |
-
#~ "If you would like to add a Single Gallery to your page or post, just copy "
|
552 |
-
#~ "and paste this shortcode into your post or page:"
|
553 |
-
#~ msgstr ""
|
554 |
-
#~ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
|
555 |
-
#~ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
|
556 |
-
|
557 |
-
#~ msgid "Image size for the album cover"
|
558 |
-
#~ msgstr "Veličina slike za naslovnu stranicu albuma"
|
559 |
-
|
560 |
-
#~ msgid "Image size"
|
561 |
-
#~ msgstr "Veličina slike"
|
562 |
-
|
563 |
-
#~ msgid "Width (in px)"
|
564 |
-
#~ msgstr "Širina (u pikselima)"
|
565 |
-
|
566 |
-
#~ msgid "Height (in px)"
|
567 |
-
#~ msgstr "Visina (u pikselima)"
|
568 |
-
|
569 |
-
#~ msgid "Gallery image size"
|
570 |
-
#~ msgstr "Veličina slika u galeriji"
|
571 |
-
|
572 |
-
#~ msgid ""
|
573 |
-
#~ "WordPress will create a new thumbnail with the specified dimensions when "
|
574 |
-
#~ "you upload a new photo."
|
575 |
-
#~ msgstr ""
|
576 |
-
#~ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
|
577 |
-
#~ "učitate novu sliku."
|
578 |
-
|
579 |
-
#~ msgid "Gallery image size in the lightbox"
|
580 |
-
#~ msgstr "Veličina slika u galeriji u lightbox skriptu"
|
581 |
-
|
582 |
-
#~ msgid "Max width (in px)"
|
583 |
-
#~ msgstr "Max širina (u pikselima)"
|
584 |
-
|
585 |
-
#~ msgid "Max height (in px)"
|
586 |
-
#~ msgstr "Max visina (u pikselima)"
|
587 |
-
|
588 |
-
#~ msgid "Display a full size image in the lightbox"
|
589 |
-
#~ msgstr "Prikaži sliku u punoj veličini u lightbox-u"
|
590 |
-
|
591 |
-
#~ msgid "Crop position"
|
592 |
-
#~ msgstr "Pozicija za kropovanje"
|
593 |
-
|
594 |
-
#~ msgid "Horizontal"
|
595 |
-
#~ msgstr "Horizontalno"
|
596 |
-
|
597 |
-
#~ msgid "left"
|
598 |
-
#~ msgstr "levo"
|
599 |
-
|
600 |
-
#~ msgid "center"
|
601 |
-
#~ msgstr "centar"
|
602 |
-
|
603 |
-
#~ msgid "right"
|
604 |
-
#~ msgstr "desno"
|
605 |
-
|
606 |
-
#~ msgid "Vertical"
|
607 |
-
#~ msgstr "Vertikalno"
|
608 |
-
|
609 |
-
#~ msgid "top"
|
610 |
-
#~ msgstr "vrh"
|
611 |
-
|
612 |
-
#~ msgid "bottom"
|
613 |
-
#~ msgstr "dno"
|
614 |
-
|
615 |
-
#~ msgid "Lightbox background"
|
616 |
-
#~ msgstr "Lightbox pozadina"
|
617 |
-
|
618 |
-
#~ msgid "Default"
|
619 |
-
#~ msgstr "Podrazumevano"
|
620 |
-
|
621 |
-
#~ msgid "Background transparency (from 0 to 1)"
|
622 |
-
#~ msgstr "Pozadinska transparentnost (od 0 do 1)"
|
623 |
-
|
624 |
-
#~ msgid "Select a background color"
|
625 |
-
#~ msgstr "Izaberi pozadinsku boju"
|
626 |
-
|
627 |
-
#~ msgid "Background color"
|
628 |
-
#~ msgstr "Pozadinska boja"
|
629 |
-
|
630 |
-
#~ msgid ""
|
631 |
-
#~ "This functionality is available in the Pro version of the plugin. For "
|
632 |
-
#~ "more details, please follow the link"
|
633 |
-
#~ msgstr ""
|
634 |
-
#~ "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite "
|
635 |
-
#~ "ovaj link"
|
636 |
-
|
637 |
-
#~ msgid "Images with border"
|
638 |
-
#~ msgstr "Slike sa okvirima"
|
639 |
-
|
640 |
-
#~ msgid "Border width in px, just numbers"
|
641 |
-
#~ msgstr "Širina okvira u pikselima, samo brojevi"
|
642 |
-
|
643 |
-
#~ msgid "Select a border color"
|
644 |
-
#~ msgstr "Izaberite boju okvira"
|
645 |
-
|
646 |
-
#~ msgid "Number of images in the row"
|
647 |
-
#~ msgstr "Broj slika u redu"
|
648 |
-
|
649 |
-
#~ msgid "Start slideshow"
|
650 |
-
#~ msgstr "Započni projekciju slajdova"
|
651 |
-
|
652 |
-
#~ msgid "Slideshow interval"
|
653 |
-
#~ msgstr "Interval projekcije slajdova"
|
654 |
-
|
655 |
-
#~ msgid "Attachment ID"
|
656 |
-
#~ msgstr "ID priloga"
|
657 |
-
|
658 |
-
#~ msgid "Image Name"
|
659 |
-
#~ msgstr "Ime slike"
|
660 |
-
|
661 |
-
#~ msgid ""
|
662 |
-
#~ "Sorting order (the input field for sorting order in the Insert / Upload "
|
663 |
-
#~ "Media Gallery dialog)"
|
664 |
-
#~ msgstr ""
|
665 |
-
#~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
|
666 |
-
#~ "Media Gallery)"
|
667 |
-
|
668 |
-
#~ msgid "Random"
|
669 |
-
#~ msgstr "Nasumično"
|
670 |
-
|
671 |
-
#~ msgid "Sort images"
|
672 |
-
#~ msgstr "Sortiraj slike"
|
673 |
-
|
674 |
-
#~ msgid ""
|
675 |
-
#~ "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
676 |
-
#~ msgstr ""
|
677 |
-
#~ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, "
|
678 |
-
#~ "c)"
|
679 |
-
|
680 |
-
#~ msgid ""
|
681 |
-
#~ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
682 |
-
#~ msgstr ""
|
683 |
-
#~ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, "
|
684 |
-
#~ "b, a)"
|
685 |
-
|
686 |
-
#~ msgid "Display text above the image"
|
687 |
-
#~ msgstr "Prikaži tekst iznad slike"
|
688 |
-
|
689 |
-
#, fuzzy
|
690 |
-
#~ msgid ""
|
691 |
-
#~ "Turn off the checkbox, if you want to display text just in a lightbox"
|
692 |
-
#~ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
|
693 |
-
|
694 |
-
#~ msgid "Display the Back link"
|
695 |
-
#~ msgstr "Prikaži povratni link"
|
696 |
-
|
697 |
-
#~ msgid "Display the Back link in the shortcode"
|
698 |
-
#~ msgstr "Prikaži povratni link u kratkom kodu"
|
699 |
-
|
700 |
-
#~ msgid "The Back link text"
|
701 |
-
#~ msgstr "Tekst u povratnom linku"
|
702 |
-
|
703 |
-
#~ msgid "The Back link URL"
|
704 |
-
#~ msgstr "URL povratnog linka"
|
705 |
-
|
706 |
-
#~ msgid "Gallery page (Page with Gallery Template)"
|
707 |
-
#~ msgstr "Stranica galerije (Stranica sa šablonom galerije)"
|
708 |
-
|
709 |
-
#~ msgid "(Full URL to custom page)"
|
710 |
-
#~ msgstr "(Puni URL ka korisničkoj stranici)"
|
711 |
-
|
712 |
-
#~ msgid "The Read More link text"
|
713 |
-
#~ msgstr "Tekst u linku Pročitaj više"
|
714 |
-
|
715 |
-
#, fuzzy
|
716 |
-
#~ msgid "Display Like buttons in the lightbox"
|
717 |
-
#~ msgstr "Afficher une image en taille normale dans le boite"
|
718 |
-
|
719 |
-
#~ msgid "FaceBook"
|
720 |
-
#~ msgstr "FaceBook"
|
721 |
-
|
722 |
-
#, fuzzy
|
723 |
-
#~ msgid "Twitter"
|
724 |
-
#~ msgstr "Titre"
|
725 |
-
|
726 |
-
#~ msgid "Pinterest"
|
727 |
-
#~ msgstr "Pinterest"
|
728 |
-
|
729 |
-
#~ msgid "Google +1"
|
730 |
-
#~ msgstr "Google +1"
|
731 |
-
|
732 |
-
#~ msgid "Save Changes"
|
733 |
-
#~ msgstr "Sačuvaj izmene"
|
734 |
-
|
735 |
-
#~ msgid "FAQ"
|
736 |
-
#~ msgstr "FAQ"
|
737 |
-
|
738 |
-
#~ msgid "Support"
|
739 |
-
#~ msgstr "Podrška"
|
740 |
-
|
741 |
-
#~ msgid "Sorry, nothing found."
|
742 |
-
#~ msgstr "Nažalost nije pronađeno"
|
743 |
-
|
744 |
-
#~ msgid "Download high resolution image"
|
745 |
-
#~ msgstr "Preuzmi sliku u visokoj rezoluciji"
|
746 |
-
|
747 |
-
#~ msgid "Image"
|
748 |
-
#~ msgstr "Slika"
|
749 |
-
|
750 |
-
#~ msgid "Add New"
|
751 |
-
#~ msgstr "Ajouter"
|
752 |
-
|
753 |
-
#~ msgid "Search Galleries"
|
754 |
-
#~ msgstr "Rechercher une galerie"
|
755 |
-
|
756 |
-
#~ msgid "Please do not forget to select "
|
757 |
-
#~ msgstr "Merci de ne pas oublier de sélectionner"
|
758 |
-
|
759 |
-
#~ msgid "Attachments order by"
|
760 |
-
#~ msgstr "Fichiers trier par"
|
761 |
-
|
762 |
-
#~ msgid "attachments order"
|
763 |
-
#~ msgstr "ordre des fichiers"
|
764 |
-
|
765 |
-
#~ msgid "Size for gallery image"
|
766 |
-
#~ msgstr "Taille de la vignette de la galerie"
|
767 |
-
|
768 |
-
#~ msgid "attachment title"
|
769 |
-
#~ msgstr "titre du fichier"
|
770 |
-
|
771 |
-
#~ msgid "Attachments order"
|
772 |
-
#~ msgstr "Ordre des fichiers"
|
773 |
-
|
774 |
-
#~ msgid "Label for Return link"
|
775 |
-
#~ msgstr "Texte du lien de retour"
|
776 |
-
|
777 |
-
#~ msgid "URL for Return link"
|
778 |
-
#~ msgstr "URL du lien de retour"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/languages/bestwebsoft-sv_SE.mo
DELETED
Binary file
|
languages/bws_menu/languages/bestwebsoft-sv_SE.po
DELETED
@@ -1,631 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: bestwebsoft\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-17 12:14+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-01-17 12: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"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.7\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: bws_menu.php:339
|
20 |
-
msgid "Not set"
|
21 |
-
msgstr "Inte angiven"
|
22 |
-
|
23 |
-
#: bws_menu.php:341
|
24 |
-
#: bws_menu.php:345
|
25 |
-
msgid "On"
|
26 |
-
msgstr "På"
|
27 |
-
|
28 |
-
#: bws_menu.php:343
|
29 |
-
#: bws_menu.php:347
|
30 |
-
msgid "Off"
|
31 |
-
msgstr "Av"
|
32 |
-
|
33 |
-
#: bws_menu.php:351
|
34 |
-
#: bws_menu.php:355
|
35 |
-
#: bws_menu.php:359
|
36 |
-
#: bws_menu.php:363
|
37 |
-
#: bws_menu.php:367
|
38 |
-
#: bws_menu.php:393
|
39 |
-
msgid "N/A"
|
40 |
-
msgstr "Finns ej"
|
41 |
-
|
42 |
-
#: bws_menu.php:365
|
43 |
-
msgid " Mb"
|
44 |
-
msgstr " Mb"
|
45 |
-
|
46 |
-
#: bws_menu.php:369
|
47 |
-
#: bws_menu.php:373
|
48 |
-
#: bws_menu.php:377
|
49 |
-
#: bws_menu.php:388
|
50 |
-
msgid "Yes"
|
51 |
-
msgstr "Ja"
|
52 |
-
|
53 |
-
#: bws_menu.php:371
|
54 |
-
#: bws_menu.php:375
|
55 |
-
#: bws_menu.php:379
|
56 |
-
#: bws_menu.php:390
|
57 |
-
msgid "No"
|
58 |
-
msgstr "Nej"
|
59 |
-
|
60 |
-
#: bws_menu.php:404
|
61 |
-
msgid "Operating System"
|
62 |
-
msgstr "Operativsystem"
|
63 |
-
|
64 |
-
#: bws_menu.php:405
|
65 |
-
msgid "Server"
|
66 |
-
msgstr "Server"
|
67 |
-
|
68 |
-
#: bws_menu.php:406
|
69 |
-
msgid "Memory usage"
|
70 |
-
msgstr "Minnesanvändning"
|
71 |
-
|
72 |
-
#: bws_menu.php:407
|
73 |
-
msgid "MYSQL Version"
|
74 |
-
msgstr "MySQL-version"
|
75 |
-
|
76 |
-
#: bws_menu.php:408
|
77 |
-
msgid "SQL Mode"
|
78 |
-
msgstr "SQL-läge"
|
79 |
-
|
80 |
-
#: bws_menu.php:409
|
81 |
-
msgid "PHP Version"
|
82 |
-
msgstr "PHP-version"
|
83 |
-
|
84 |
-
#: bws_menu.php:410
|
85 |
-
msgid "PHP Safe Mode"
|
86 |
-
msgstr "PHP säkert läge"
|
87 |
-
|
88 |
-
#: bws_menu.php:411
|
89 |
-
msgid "PHP Allow URL fopen"
|
90 |
-
msgstr "PHP tillåt URL fopen"
|
91 |
-
|
92 |
-
#: bws_menu.php:412
|
93 |
-
msgid "PHP Memory Limit"
|
94 |
-
msgstr "PHP Minnesgräns"
|
95 |
-
|
96 |
-
#: bws_menu.php:413
|
97 |
-
msgid "PHP Max Upload Size"
|
98 |
-
msgstr "PHP Max uppladdningstorlek"
|
99 |
-
|
100 |
-
#: bws_menu.php:414
|
101 |
-
msgid "PHP Max Post Size"
|
102 |
-
msgstr "PHP Max poststorlek"
|
103 |
-
|
104 |
-
#: bws_menu.php:415
|
105 |
-
msgid "PHP Max Script Execute Time"
|
106 |
-
msgstr "PHP Max skriptexekverinstid"
|
107 |
-
|
108 |
-
#: bws_menu.php:416
|
109 |
-
msgid "PHP Exif support"
|
110 |
-
msgstr "PHP Exifstöd"
|
111 |
-
|
112 |
-
#: bws_menu.php:417
|
113 |
-
msgid "PHP IPTC support"
|
114 |
-
msgstr "PHP ITPC-stöd"
|
115 |
-
|
116 |
-
#: bws_menu.php:418
|
117 |
-
msgid "PHP XML support"
|
118 |
-
msgstr "PHP XML-stöd"
|
119 |
-
|
120 |
-
#: bws_menu.php:419
|
121 |
-
msgid "Site URL"
|
122 |
-
msgstr "SajtURL"
|
123 |
-
|
124 |
-
#: bws_menu.php:420
|
125 |
-
msgid "Home URL"
|
126 |
-
msgstr "HemURL"
|
127 |
-
|
128 |
-
#: bws_menu.php:421
|
129 |
-
msgid "WordPress Version"
|
130 |
-
msgstr "WordPress-version"
|
131 |
-
|
132 |
-
#: bws_menu.php:422
|
133 |
-
msgid "WordPress DB Version"
|
134 |
-
msgstr "WordPress-DB-version"
|
135 |
-
|
136 |
-
#: bws_menu.php:423
|
137 |
-
msgid "Multisite"
|
138 |
-
msgstr "Multisajt"
|
139 |
-
|
140 |
-
#: bws_menu.php:424
|
141 |
-
msgid "Active Theme"
|
142 |
-
msgstr "Aktivt tema"
|
143 |
-
|
144 |
-
#: bws_menu.php:440
|
145 |
-
msgid "Please enter a valid email address."
|
146 |
-
msgstr "Var god ange en giltig epost-adress."
|
147 |
-
|
148 |
-
#: bws_menu.php:444
|
149 |
-
msgid "Email with system info is sent to "
|
150 |
-
msgstr "Epost med systeminfo är skickat till"
|
151 |
-
|
152 |
-
#: bws_menu.php:448
|
153 |
-
msgid "Thank you for contacting us."
|
154 |
-
msgstr "Tack för att du kontaktade oss."
|
155 |
-
|
156 |
-
#: bws_menu.php:476
|
157 |
-
msgid "Sorry, email message could not be delivered."
|
158 |
-
msgstr "Ledsen, eposten kunde inte levereras."
|
159 |
-
|
160 |
-
#: bws_menu.php:488
|
161 |
-
msgid "Switch to new interface"
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: bws_menu.php:495
|
165 |
-
msgid "Pro plugins"
|
166 |
-
msgstr "Betaltillägg"
|
167 |
-
|
168 |
-
#: bws_menu.php:498
|
169 |
-
#: bws_menu.php:524
|
170 |
-
msgid "Activated plugins"
|
171 |
-
msgstr "Aktiverade tillägg"
|
172 |
-
|
173 |
-
#: bws_menu.php:500
|
174 |
-
#: bws_menu.php:508
|
175 |
-
#: bws_menu.php:516
|
176 |
-
#: bws_menu.php:526
|
177 |
-
#: bws_menu.php:534
|
178 |
-
#: bws_menu.php:542
|
179 |
-
#: bws_menu.php:552
|
180 |
-
#: bws_menu.php:559
|
181 |
-
#: bws_menu.php:567
|
182 |
-
msgid "Read more"
|
183 |
-
msgstr "Läs mer"
|
184 |
-
|
185 |
-
#: bws_menu.php:500
|
186 |
-
#: bws_menu.php:526
|
187 |
-
#: bws_menu.php:678
|
188 |
-
#: bws_menu.php:706
|
189 |
-
msgid "Settings"
|
190 |
-
msgstr "Inställningar"
|
191 |
-
|
192 |
-
#: bws_menu.php:506
|
193 |
-
#: bws_menu.php:532
|
194 |
-
#: bws_menu.php:658
|
195 |
-
msgid "Installed plugins"
|
196 |
-
msgstr "Installerade tillägg"
|
197 |
-
|
198 |
-
#: bws_menu.php:514
|
199 |
-
#: bws_menu.php:540
|
200 |
-
#: bws_menu.php:765
|
201 |
-
msgid "Recommended plugins"
|
202 |
-
msgstr "Rekommenderade tillägg"
|
203 |
-
|
204 |
-
#: bws_menu.php:516
|
205 |
-
msgid "Purchase"
|
206 |
-
msgstr "Köp"
|
207 |
-
|
208 |
-
#: bws_menu.php:521
|
209 |
-
msgid "Free plugins"
|
210 |
-
msgstr "Gratis tillägg"
|
211 |
-
|
212 |
-
#: bws_menu.php:542
|
213 |
-
#: bws_menu.php:567
|
214 |
-
msgid "Download"
|
215 |
-
msgstr "Hämta"
|
216 |
-
|
217 |
-
#: bws_menu.php:542
|
218 |
-
#: bws_menu.php:567
|
219 |
-
#: bws_menu.php:867
|
220 |
-
#, php-format
|
221 |
-
msgid "Install %s"
|
222 |
-
msgstr "Installera %s"
|
223 |
-
|
224 |
-
#: bws_menu.php:542
|
225 |
-
#: bws_menu.php:567
|
226 |
-
msgid "Install now from wordpress.org"
|
227 |
-
msgstr "Installera nu från wordpress.org"
|
228 |
-
|
229 |
-
#: bws_menu.php:548
|
230 |
-
msgid "Free themes"
|
231 |
-
msgstr ""
|
232 |
-
|
233 |
-
#: bws_menu.php:551
|
234 |
-
#, fuzzy
|
235 |
-
msgid "Activated theme"
|
236 |
-
msgstr "Aktivt tema"
|
237 |
-
|
238 |
-
#: bws_menu.php:552
|
239 |
-
#, php-format
|
240 |
-
msgid "Customize “%s”"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: bws_menu.php:552
|
244 |
-
msgid "Customize"
|
245 |
-
msgstr ""
|
246 |
-
|
247 |
-
#: bws_menu.php:557
|
248 |
-
#, fuzzy
|
249 |
-
msgid "Installed themes"
|
250 |
-
msgstr "Installera %s"
|
251 |
-
|
252 |
-
#: bws_menu.php:565
|
253 |
-
#, fuzzy
|
254 |
-
msgid "Recommended themes"
|
255 |
-
msgstr "Rekommenderade tillägg"
|
256 |
-
|
257 |
-
#: bws_menu.php:573
|
258 |
-
msgid "If you have any questions, please contact us via"
|
259 |
-
msgstr "Om du har några frågor, kontakta oss via"
|
260 |
-
|
261 |
-
#: bws_menu.php:580
|
262 |
-
#: bws_menu.php:648
|
263 |
-
#: bws_menu.php:903
|
264 |
-
msgid "System status"
|
265 |
-
msgstr "Systemstatus"
|
266 |
-
|
267 |
-
#: bws_menu.php:584
|
268 |
-
#: bws_menu.php:906
|
269 |
-
msgid "Environment"
|
270 |
-
msgstr "Miljövariabler"
|
271 |
-
|
272 |
-
#: bws_menu.php:595
|
273 |
-
#: bws_menu.php:917
|
274 |
-
msgid "Active Plugins"
|
275 |
-
msgstr "Aktiverade tillägg"
|
276 |
-
|
277 |
-
#: bws_menu.php:606
|
278 |
-
#: bws_menu.php:928
|
279 |
-
msgid "Inactive Plugins"
|
280 |
-
msgstr "Inaktiverade tillägg"
|
281 |
-
|
282 |
-
#: bws_menu.php:620
|
283 |
-
#: bws_menu.php:942
|
284 |
-
msgid "Send to support"
|
285 |
-
msgstr "Skicka till support"
|
286 |
-
|
287 |
-
#: bws_menu.php:627
|
288 |
-
#: bws_menu.php:949
|
289 |
-
msgid "Send to custom email »"
|
290 |
-
msgstr "Skicka till anpassad epost »"
|
291 |
-
|
292 |
-
#: bws_menu.php:638
|
293 |
-
msgid "Switch to old interface"
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: bws_menu.php:644
|
297 |
-
#, fuzzy
|
298 |
-
msgid "Plugins"
|
299 |
-
msgstr "Betaltillägg"
|
300 |
-
|
301 |
-
#: bws_menu.php:646
|
302 |
-
msgid "Themes"
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: bws_menu.php:652
|
306 |
-
msgid "All"
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: bws_menu.php:653
|
310 |
-
#, fuzzy
|
311 |
-
msgid "Installed"
|
312 |
-
msgstr "Installera %s"
|
313 |
-
|
314 |
-
#: bws_menu.php:654
|
315 |
-
#, fuzzy
|
316 |
-
msgid "Recommended"
|
317 |
-
msgstr "Rekommenderade tillägg"
|
318 |
-
|
319 |
-
#: bws_menu.php:676
|
320 |
-
#: bws_menu.php:704
|
321 |
-
#: bws_menu.php:726
|
322 |
-
#: bws_menu.php:754
|
323 |
-
#: bws_menu.php:795
|
324 |
-
#, fuzzy
|
325 |
-
msgid "Learn more"
|
326 |
-
msgstr "Läs mer"
|
327 |
-
|
328 |
-
#: bws_menu.php:694
|
329 |
-
#: bws_menu.php:744
|
330 |
-
#: bws_menu.php:785
|
331 |
-
msgid "Go"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: bws_menu.php:698
|
335 |
-
#: bws_menu.php:748
|
336 |
-
#: bws_menu.php:789
|
337 |
-
msgid "DONATE"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: bws_menu.php:728
|
341 |
-
#: bws_menu.php:756
|
342 |
-
#, fuzzy
|
343 |
-
msgid "Activate this plugin"
|
344 |
-
msgstr "Aktiverade tillägg"
|
345 |
-
|
346 |
-
#: bws_menu.php:728
|
347 |
-
#: bws_menu.php:756
|
348 |
-
#, fuzzy
|
349 |
-
msgid "Activate"
|
350 |
-
msgstr "Aktiverade tillägg"
|
351 |
-
|
352 |
-
#: bws_menu.php:797
|
353 |
-
#, fuzzy
|
354 |
-
msgid "Install now"
|
355 |
-
msgstr "Установить сейчас"
|
356 |
-
|
357 |
-
#: bws_menu.php:819
|
358 |
-
msgid "Try again"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: bws_menu.php:836
|
362 |
-
#, php-format
|
363 |
-
msgid "Preview “%s”"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: bws_menu.php:867
|
367 |
-
msgid "Install Now"
|
368 |
-
msgstr "Установить сейчас"
|
369 |
-
|
370 |
-
#: bws_menu.php:870
|
371 |
-
#, php-format
|
372 |
-
msgid "Update to version %s"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: bws_menu.php:870
|
376 |
-
msgid "Update"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: bws_menu.php:877
|
380 |
-
#, php-format
|
381 |
-
msgid "Preview %s"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: bws_menu.php:877
|
385 |
-
msgid "Preview"
|
386 |
-
msgstr ""
|
387 |
-
|
388 |
-
#: bws_menu.php:884
|
389 |
-
#, php-format
|
390 |
-
msgid "By %s"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: bws_menu.php:890
|
394 |
-
msgid "Details"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#, fuzzy
|
398 |
-
#~ msgid "installed"
|
399 |
-
#~ msgstr "Installera %s"
|
400 |
-
|
401 |
-
#~ msgid "Login form"
|
402 |
-
#~ msgstr "Inloggningsformulär"
|
403 |
-
|
404 |
-
#~ msgid "Registration form"
|
405 |
-
#~ msgstr "Registreringsformulär"
|
406 |
-
|
407 |
-
#~ msgid "Register form"
|
408 |
-
#~ msgstr "Registreringsformulär"
|
409 |
-
|
410 |
-
#~ msgid "Reset Password form"
|
411 |
-
#~ msgstr "Formulär för att återställa lösenord"
|
412 |
-
|
413 |
-
#~ msgid "Lost password form"
|
414 |
-
#~ msgstr "Formulär för att återställa lösenord"
|
415 |
-
|
416 |
-
#~ msgid "Comments form"
|
417 |
-
#~ msgstr "Kommentarsformulär"
|
418 |
-
|
419 |
-
#~ msgid "Hide CAPTCHA for registered users"
|
420 |
-
#~ msgstr "Dölj CAPTCHA för registrerade användare"
|
421 |
-
|
422 |
-
#~ msgid "Plus (+)"
|
423 |
-
#~ msgstr "Plus (+)"
|
424 |
-
|
425 |
-
#~ msgid "Plus"
|
426 |
-
#~ msgstr "Plus"
|
427 |
-
|
428 |
-
#~ msgid "Minus (−)"
|
429 |
-
#~ msgstr "Minus (−)"
|
430 |
-
|
431 |
-
#~ msgid "Minus"
|
432 |
-
#~ msgstr "Minus"
|
433 |
-
|
434 |
-
#~ msgid "Multiplication (×)"
|
435 |
-
#~ msgstr "Multiplikation (×)"
|
436 |
-
|
437 |
-
#~ msgid "Multiply"
|
438 |
-
#~ msgstr "Multiplicera"
|
439 |
-
|
440 |
-
#~ msgid "Numbers"
|
441 |
-
#~ msgstr "Siffror"
|
442 |
-
|
443 |
-
#~ msgid "Words"
|
444 |
-
#~ msgstr "Ord"
|
445 |
-
|
446 |
-
#~ msgid "Captcha Settings"
|
447 |
-
#~ msgstr "Captchainställningar"
|
448 |
-
|
449 |
-
#~ msgid "Captcha"
|
450 |
-
#~ msgstr "Captcha"
|
451 |
-
|
452 |
-
#~ msgid "FAQ"
|
453 |
-
#~ msgstr "FAQ"
|
454 |
-
|
455 |
-
#~ msgid "Support"
|
456 |
-
#~ msgstr "Support"
|
457 |
-
|
458 |
-
#~ msgid ""
|
459 |
-
#~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
|
460 |
-
#~ msgstr ""
|
461 |
-
#~ "Var god markera ett val i avdelningarna Aritmetiska metoder och "
|
462 |
-
#~ "Svårighetsgrad för CAPTCHA"
|
463 |
-
|
464 |
-
#~ msgid "Options saved."
|
465 |
-
#~ msgstr "Inställningar sparade."
|
466 |
-
|
467 |
-
#~ msgid "Enable CAPTCHA for:"
|
468 |
-
#~ msgstr "Aktivera CAPTCHA för:"
|
469 |
-
|
470 |
-
#~ msgid "Contact form"
|
471 |
-
#~ msgstr "Kontaktformulär"
|
472 |
-
|
473 |
-
#~ msgid "(powered by bestwebsoft.com)"
|
474 |
-
#~ msgstr "(tillhandahålls av bestwebsoft.com)"
|
475 |
-
|
476 |
-
#~ msgid "Activate contact form"
|
477 |
-
#~ msgstr "Aktivera kontaktformulär"
|
478 |
-
|
479 |
-
#~ msgid "Download contact form"
|
480 |
-
#~ msgstr "Hämta kontaktformulär"
|
481 |
-
|
482 |
-
#~ msgid ""
|
483 |
-
#~ "If you would like to customize this plugin for a custom form, please "
|
484 |
-
#~ "contact us via"
|
485 |
-
#~ msgstr ""
|
486 |
-
#~ "Om du vill anpassa detta tillägg för ett skräddarsytt formulär, vänligen "
|
487 |
-
#~ "kontakta oss via"
|
488 |
-
|
489 |
-
#~ msgid "Title for CAPTCHA in the form"
|
490 |
-
#~ msgstr "Etikett för CAPTCHA i formulär"
|
491 |
-
|
492 |
-
#~ msgid "Arithmetic actions for CAPTCHA"
|
493 |
-
#~ msgstr "Aritmetiska metoder för CAPTCHA"
|
494 |
-
|
495 |
-
#~ msgid "CAPTCHA complexity level"
|
496 |
-
#~ msgstr "CAPTCHA-svårighetsgrad"
|
497 |
-
|
498 |
-
#~ msgid "Save Changes"
|
499 |
-
#~ msgstr "Spara ändringar"
|
500 |
-
|
501 |
-
#~ msgid "ERROR"
|
502 |
-
#~ msgstr "FEL"
|
503 |
-
|
504 |
-
#~ msgid "Please fill the form."
|
505 |
-
#~ msgstr "Var god fyll i formuläret."
|
506 |
-
|
507 |
-
#~ msgid "Please enter a valid CAPTCHA value."
|
508 |
-
#~ msgstr "Var god fyll i CAPTCHA."
|
509 |
-
|
510 |
-
#~ msgid ""
|
511 |
-
#~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
|
512 |
-
#~ "on your browser, and try again."
|
513 |
-
#~ msgstr ""
|
514 |
-
#~ "Fel: Du angav ett felaktigt svar i fältet för CAPTCHA. Klicka på tillbaka-"
|
515 |
-
#~ "knappen i din webbläsare och försök igen."
|
516 |
-
|
517 |
-
#~ msgid "zero"
|
518 |
-
#~ msgstr "noll"
|
519 |
-
|
520 |
-
#~ msgid "one"
|
521 |
-
#~ msgstr "ett"
|
522 |
-
|
523 |
-
#~ msgid "two"
|
524 |
-
#~ msgstr "två"
|
525 |
-
|
526 |
-
#~ msgid "three"
|
527 |
-
#~ msgstr "tre"
|
528 |
-
|
529 |
-
#~ msgid "four"
|
530 |
-
#~ msgstr "fyra"
|
531 |
-
|
532 |
-
#~ msgid "five"
|
533 |
-
#~ msgstr "fem"
|
534 |
-
|
535 |
-
#~ msgid "six"
|
536 |
-
#~ msgstr "sex"
|
537 |
-
|
538 |
-
#~ msgid "seven"
|
539 |
-
#~ msgstr "sju"
|
540 |
-
|
541 |
-
#~ msgid "eight"
|
542 |
-
#~ msgstr "åtta"
|
543 |
-
|
544 |
-
#~ msgid "nine"
|
545 |
-
#~ msgstr "nio"
|
546 |
-
|
547 |
-
#~ msgid "eleven"
|
548 |
-
#~ msgstr "elva"
|
549 |
-
|
550 |
-
#~ msgid "twelve"
|
551 |
-
#~ msgstr "tolv"
|
552 |
-
|
553 |
-
#~ msgid "thirteen"
|
554 |
-
#~ msgstr "tretton"
|
555 |
-
|
556 |
-
#~ msgid "fourteen"
|
557 |
-
#~ msgstr "fjorton"
|
558 |
-
|
559 |
-
#~ msgid "fifteen"
|
560 |
-
#~ msgstr "femton"
|
561 |
-
|
562 |
-
#~ msgid "sixteen"
|
563 |
-
#~ msgstr "sexton"
|
564 |
-
|
565 |
-
#~ msgid "seventeen"
|
566 |
-
#~ msgstr "sjutton"
|
567 |
-
|
568 |
-
#~ msgid "eighteen"
|
569 |
-
#~ msgstr "arton"
|
570 |
-
|
571 |
-
#~ msgid "nineteen"
|
572 |
-
#~ msgstr "nitton"
|
573 |
-
|
574 |
-
#~ msgid "ten"
|
575 |
-
#~ msgstr "tio"
|
576 |
-
|
577 |
-
#~ msgid "twenty"
|
578 |
-
#~ msgstr "tjugo"
|
579 |
-
|
580 |
-
#~ msgid "thirty"
|
581 |
-
#~ msgstr "trettio"
|
582 |
-
|
583 |
-
#~ msgid "forty"
|
584 |
-
#~ msgstr "fyrtio"
|
585 |
-
|
586 |
-
#~ msgid "fifty"
|
587 |
-
#~ msgstr "femtio"
|
588 |
-
|
589 |
-
#~ msgid "sixty"
|
590 |
-
#~ msgstr "sextio"
|
591 |
-
|
592 |
-
#~ msgid "seventy"
|
593 |
-
#~ msgstr "sjuttio"
|
594 |
-
|
595 |
-
#~ msgid "eighty"
|
596 |
-
#~ msgstr "åttio"
|
597 |
-
|
598 |
-
#~ msgid "ninety"
|
599 |
-
#~ msgstr "nittio"
|
600 |
-
|
601 |
-
#~ msgid "and"
|
602 |
-
#~ msgstr "och"
|
603 |
-
|
604 |
-
#~ msgid "Encryption password is not set"
|
605 |
-
#~ msgstr "Lösenord för kodning har inte angetts"
|
606 |
-
|
607 |
-
#~ msgid "Decryption password is not set"
|
608 |
-
#~ msgstr "Lösenord för avkodning har inte angetts"
|
609 |
-
|
610 |
-
#, fuzzy
|
611 |
-
#~ msgid ""
|
612 |
-
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
613 |
-
#~ "or fill in the contact form on our website"
|
614 |
-
#~ msgstr ""
|
615 |
-
#~ "Om du har frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller "
|
616 |
-
#~ "fyll i kontaktformuläret på vår hemsida"
|
617 |
-
|
618 |
-
#~ msgid "Increase"
|
619 |
-
#~ msgstr "Öka"
|
620 |
-
|
621 |
-
#~ msgid "Difficulty for CAPTCHA"
|
622 |
-
#~ msgstr "Svårighetsgrad för CAPTCHA"
|
623 |
-
|
624 |
-
#~ msgid "That CAPTCHA was incorrect."
|
625 |
-
#~ msgstr "Angiven CAPTCHA var felaktig."
|
626 |
-
|
627 |
-
#~ msgid "The password of encryption is not set"
|
628 |
-
#~ msgstr "Lösenordet för krytering har inte angetts"
|
629 |
-
|
630 |
-
#~ msgid "null"
|
631 |
-
#~ msgstr "noll"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/bws_menu/languages/bestwebsoft-uk.mo
DELETED
Binary file
|
languages/bws_menu/languages/bestwebsoft-uk.po
DELETED
@@ -1,629 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: bestwebsoft\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-17 12:14+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-01-17 12: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"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.7\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: bws_menu.php:339
|
20 |
-
msgid "Not set"
|
21 |
-
msgstr "Не завдано"
|
22 |
-
|
23 |
-
#: bws_menu.php:341
|
24 |
-
#: bws_menu.php:345
|
25 |
-
msgid "On"
|
26 |
-
msgstr "Увімк."
|
27 |
-
|
28 |
-
#: bws_menu.php:343
|
29 |
-
#: bws_menu.php:347
|
30 |
-
msgid "Off"
|
31 |
-
msgstr "Вимк."
|
32 |
-
|
33 |
-
#: bws_menu.php:351
|
34 |
-
#: bws_menu.php:355
|
35 |
-
#: bws_menu.php:359
|
36 |
-
#: bws_menu.php:363
|
37 |
-
#: bws_menu.php:367
|
38 |
-
#: bws_menu.php:393
|
39 |
-
msgid "N/A"
|
40 |
-
msgstr "Невідомо"
|
41 |
-
|
42 |
-
#: bws_menu.php:365
|
43 |
-
msgid " Mb"
|
44 |
-
msgstr "Mb"
|
45 |
-
|
46 |
-
#: bws_menu.php:369
|
47 |
-
#: bws_menu.php:373
|
48 |
-
#: bws_menu.php:377
|
49 |
-
#: bws_menu.php:388
|
50 |
-
msgid "Yes"
|
51 |
-
msgstr "Так"
|
52 |
-
|
53 |
-
#: bws_menu.php:371
|
54 |
-
#: bws_menu.php:375
|
55 |
-
#: bws_menu.php:379
|
56 |
-
#: bws_menu.php:390
|
57 |
-
msgid "No"
|
58 |
-
msgstr "Ні"
|
59 |
-
|
60 |
-
#: bws_menu.php:404
|
61 |
-
msgid "Operating System"
|
62 |
-
msgstr "Операційна система"
|
63 |
-
|
64 |
-
#: bws_menu.php:405
|
65 |
-
msgid "Server"
|
66 |
-
msgstr "Тип серверу"
|
67 |
-
|
68 |
-
#: bws_menu.php:406
|
69 |
-
msgid "Memory usage"
|
70 |
-
msgstr "Пам’яті використано"
|
71 |
-
|
72 |
-
#: bws_menu.php:407
|
73 |
-
msgid "MYSQL Version"
|
74 |
-
msgstr "Версія MYSQL"
|
75 |
-
|
76 |
-
#: bws_menu.php:408
|
77 |
-
msgid "SQL Mode"
|
78 |
-
msgstr "Режим SQL"
|
79 |
-
|
80 |
-
#: bws_menu.php:409
|
81 |
-
msgid "PHP Version"
|
82 |
-
msgstr "Версія PHP"
|
83 |
-
|
84 |
-
#: bws_menu.php:410
|
85 |
-
msgid "PHP Safe Mode"
|
86 |
-
msgstr "PHP Безпечний режим"
|
87 |
-
|
88 |
-
#: bws_menu.php:411
|
89 |
-
msgid "PHP Allow URL fopen"
|
90 |
-
msgstr "PHP Allow URL fopen"
|
91 |
-
|
92 |
-
#: bws_menu.php:412
|
93 |
-
msgid "PHP Memory Limit"
|
94 |
-
msgstr "Ліміт пам’яті"
|
95 |
-
|
96 |
-
#: bws_menu.php:413
|
97 |
-
msgid "PHP Max Upload Size"
|
98 |
-
msgstr "Макс. розмір файлу, що завантажується"
|
99 |
-
|
100 |
-
#: bws_menu.php:414
|
101 |
-
msgid "PHP Max Post Size"
|
102 |
-
msgstr "Макс. розмір запису"
|
103 |
-
|
104 |
-
#: bws_menu.php:415
|
105 |
-
msgid "PHP Max Script Execute Time"
|
106 |
-
msgstr "Макс. час виконання сценарію"
|
107 |
-
|
108 |
-
#: bws_menu.php:416
|
109 |
-
msgid "PHP Exif support"
|
110 |
-
msgstr "Підтримка PHP Exif"
|
111 |
-
|
112 |
-
#: bws_menu.php:417
|
113 |
-
msgid "PHP IPTC support"
|
114 |
-
msgstr "Підтримка PHP IPTC"
|
115 |
-
|
116 |
-
#: bws_menu.php:418
|
117 |
-
msgid "PHP XML support"
|
118 |
-
msgstr "Підтримка PHP XML"
|
119 |
-
|
120 |
-
#: bws_menu.php:419
|
121 |
-
msgid "Site URL"
|
122 |
-
msgstr "Адреса сайту"
|
123 |
-
|
124 |
-
#: bws_menu.php:420
|
125 |
-
msgid "Home URL"
|
126 |
-
msgstr "Основна адреса сайту"
|
127 |
-
|
128 |
-
#: bws_menu.php:421
|
129 |
-
msgid "WordPress Version"
|
130 |
-
msgstr "Версія WordPress"
|
131 |
-
|
132 |
-
#: bws_menu.php:422
|
133 |
-
msgid "WordPress DB Version"
|
134 |
-
msgstr "Версія бази даних WordPress"
|
135 |
-
|
136 |
-
#: bws_menu.php:423
|
137 |
-
msgid "Multisite"
|
138 |
-
msgstr "Мультиблог"
|
139 |
-
|
140 |
-
#: bws_menu.php:424
|
141 |
-
msgid "Active Theme"
|
142 |
-
msgstr "Поточна тема"
|
143 |
-
|
144 |
-
#: bws_menu.php:440
|
145 |
-
msgid "Please enter a valid email address."
|
146 |
-
msgstr "Будь ласка, введіть коректну електронну адресу."
|
147 |
-
|
148 |
-
#: bws_menu.php:444
|
149 |
-
msgid "Email with system info is sent to "
|
150 |
-
msgstr "Електронній лист з системною інформацією відправлено на"
|
151 |
-
|
152 |
-
#: bws_menu.php:448
|
153 |
-
msgid "Thank you for contacting us."
|
154 |
-
msgstr "Дякуємо, що звернулися до нас."
|
155 |
-
|
156 |
-
#: bws_menu.php:476
|
157 |
-
msgid "Sorry, email message could not be delivered."
|
158 |
-
msgstr "Вибачте, ваше електронне повідомлення не може бути відправлено"
|
159 |
-
|
160 |
-
#: bws_menu.php:488
|
161 |
-
msgid "Switch to new interface"
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: bws_menu.php:495
|
165 |
-
msgid "Pro plugins"
|
166 |
-
msgstr "Плагіни про-версії"
|
167 |
-
|
168 |
-
#: bws_menu.php:498
|
169 |
-
#: bws_menu.php:524
|
170 |
-
msgid "Activated plugins"
|
171 |
-
msgstr "Активовані плагіни"
|
172 |
-
|
173 |
-
#: bws_menu.php:500
|
174 |
-
#: bws_menu.php:508
|
175 |
-
#: bws_menu.php:516
|
176 |
-
#: bws_menu.php:526
|
177 |
-
#: bws_menu.php:534
|
178 |
-
#: bws_menu.php:542
|
179 |
-
#: bws_menu.php:552
|
180 |
-
#: bws_menu.php:559
|
181 |
-
#: bws_menu.php:567
|
182 |
-
msgid "Read more"
|
183 |
-
msgstr "Детальніше..."
|
184 |
-
|
185 |
-
#: bws_menu.php:500
|
186 |
-
#: bws_menu.php:526
|
187 |
-
#: bws_menu.php:678
|
188 |
-
#: bws_menu.php:706
|
189 |
-
msgid "Settings"
|
190 |
-
msgstr "Установки"
|
191 |
-
|
192 |
-
#: bws_menu.php:506
|
193 |
-
#: bws_menu.php:532
|
194 |
-
#: bws_menu.php:658
|
195 |
-
msgid "Installed plugins"
|
196 |
-
msgstr "Установлені плагіни"
|
197 |
-
|
198 |
-
#: bws_menu.php:514
|
199 |
-
#: bws_menu.php:540
|
200 |
-
#: bws_menu.php:765
|
201 |
-
msgid "Recommended plugins"
|
202 |
-
msgstr "Рекомендовані до установки плагіни"
|
203 |
-
|
204 |
-
#: bws_menu.php:516
|
205 |
-
msgid "Purchase"
|
206 |
-
msgstr "Купити"
|
207 |
-
|
208 |
-
#: bws_menu.php:521
|
209 |
-
msgid "Free plugins"
|
210 |
-
msgstr "Безкоштовні плагіни"
|
211 |
-
|
212 |
-
#: bws_menu.php:542
|
213 |
-
#: bws_menu.php:567
|
214 |
-
msgid "Download"
|
215 |
-
msgstr "Завантажити"
|
216 |
-
|
217 |
-
#: bws_menu.php:542
|
218 |
-
#: bws_menu.php:567
|
219 |
-
#: bws_menu.php:867
|
220 |
-
#, php-format
|
221 |
-
msgid "Install %s"
|
222 |
-
msgstr "Установлено %s"
|
223 |
-
|
224 |
-
#: bws_menu.php:542
|
225 |
-
#: bws_menu.php:567
|
226 |
-
msgid "Install now from wordpress.org"
|
227 |
-
msgstr "Установити з wordpress.org"
|
228 |
-
|
229 |
-
#: bws_menu.php:548
|
230 |
-
msgid "Free themes"
|
231 |
-
msgstr ""
|
232 |
-
|
233 |
-
#: bws_menu.php:551
|
234 |
-
#, fuzzy
|
235 |
-
msgid "Activated theme"
|
236 |
-
msgstr "Поточна тема"
|
237 |
-
|
238 |
-
#: bws_menu.php:552
|
239 |
-
#, php-format
|
240 |
-
msgid "Customize “%s”"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: bws_menu.php:552
|
244 |
-
msgid "Customize"
|
245 |
-
msgstr ""
|
246 |
-
|
247 |
-
#: bws_menu.php:557
|
248 |
-
#, fuzzy
|
249 |
-
msgid "Installed themes"
|
250 |
-
msgstr "Установлено %s"
|
251 |
-
|
252 |
-
#: bws_menu.php:565
|
253 |
-
#, fuzzy
|
254 |
-
msgid "Recommended themes"
|
255 |
-
msgstr "Рекомендовані до установки плагіни"
|
256 |
-
|
257 |
-
#: bws_menu.php:573
|
258 |
-
msgid "If you have any questions, please contact us via"
|
259 |
-
msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
|
260 |
-
|
261 |
-
#: bws_menu.php:580
|
262 |
-
#: bws_menu.php:648
|
263 |
-
#: bws_menu.php:903
|
264 |
-
msgid "System status"
|
265 |
-
msgstr "Системна інформація"
|
266 |
-
|
267 |
-
#: bws_menu.php:584
|
268 |
-
#: bws_menu.php:906
|
269 |
-
msgid "Environment"
|
270 |
-
msgstr "Системне оточення"
|
271 |
-
|
272 |
-
#: bws_menu.php:595
|
273 |
-
#: bws_menu.php:917
|
274 |
-
msgid "Active Plugins"
|
275 |
-
msgstr "Активовані плагіни"
|
276 |
-
|
277 |
-
#: bws_menu.php:606
|
278 |
-
#: bws_menu.php:928
|
279 |
-
msgid "Inactive Plugins"
|
280 |
-
msgstr "Неактивовані плагіни"
|
281 |
-
|
282 |
-
#: bws_menu.php:620
|
283 |
-
#: bws_menu.php:942
|
284 |
-
msgid "Send to support"
|
285 |
-
msgstr "Відправити до служби тех. підтримки"
|
286 |
-
|
287 |
-
#: bws_menu.php:627
|
288 |
-
#: bws_menu.php:949
|
289 |
-
msgid "Send to custom email »"
|
290 |
-
msgstr "Відправити на електронну адресу »"
|
291 |
-
|
292 |
-
#: bws_menu.php:638
|
293 |
-
msgid "Switch to old interface"
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: bws_menu.php:644
|
297 |
-
#, fuzzy
|
298 |
-
msgid "Plugins"
|
299 |
-
msgstr "Плагіни про-версії"
|
300 |
-
|
301 |
-
#: bws_menu.php:646
|
302 |
-
msgid "Themes"
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: bws_menu.php:652
|
306 |
-
msgid "All"
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: bws_menu.php:653
|
310 |
-
#, fuzzy
|
311 |
-
msgid "Installed"
|
312 |
-
msgstr "Установлено %s"
|
313 |
-
|
314 |
-
#: bws_menu.php:654
|
315 |
-
#, fuzzy
|
316 |
-
msgid "Recommended"
|
317 |
-
msgstr "Рекомендовані до установки плагіни"
|
318 |
-
|
319 |
-
#: bws_menu.php:676
|
320 |
-
#: bws_menu.php:704
|
321 |
-
#: bws_menu.php:726
|
322 |
-
#: bws_menu.php:754
|
323 |
-
#: bws_menu.php:795
|
324 |
-
#, fuzzy
|
325 |
-
msgid "Learn more"
|
326 |
-
msgstr "Детальніше..."
|
327 |
-
|
328 |
-
#: bws_menu.php:694
|
329 |
-
#: bws_menu.php:744
|
330 |
-
#: bws_menu.php:785
|
331 |
-
msgid "Go"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: bws_menu.php:698
|
335 |
-
#: bws_menu.php:748
|
336 |
-
#: bws_menu.php:789
|
337 |
-
msgid "DONATE"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: bws_menu.php:728
|
341 |
-
#: bws_menu.php:756
|
342 |
-
#, fuzzy
|
343 |
-
msgid "Activate this plugin"
|
344 |
-
msgstr "Активовані плагіни"
|
345 |
-
|
346 |
-
#: bws_menu.php:728
|
347 |
-
#: bws_menu.php:756
|
348 |
-
#, fuzzy
|
349 |
-
msgid "Activate"
|
350 |
-
msgstr "Активовані плагіни"
|
351 |
-
|
352 |
-
#: bws_menu.php:797
|
353 |
-
#, fuzzy
|
354 |
-
msgid "Install now"
|
355 |
-
msgstr "Установить"
|
356 |
-
|
357 |
-
#: bws_menu.php:819
|
358 |
-
msgid "Try again"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: bws_menu.php:836
|
362 |
-
#, php-format
|
363 |
-
msgid "Preview “%s”"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: bws_menu.php:867
|
367 |
-
msgid "Install Now"
|
368 |
-
msgstr "Установить"
|
369 |
-
|
370 |
-
#: bws_menu.php:870
|
371 |
-
#, php-format
|
372 |
-
msgid "Update to version %s"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: bws_menu.php:870
|
376 |
-
msgid "Update"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: bws_menu.php:877
|
380 |
-
#, php-format
|
381 |
-
msgid "Preview %s"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: bws_menu.php:877
|
385 |
-
msgid "Preview"
|
386 |
-
msgstr ""
|
387 |
-
|
388 |
-
#: bws_menu.php:884
|
389 |
-
#, php-format
|
390 |
-
msgid "By %s"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: bws_menu.php:890
|
394 |
-
msgid "Details"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#, fuzzy
|
398 |
-
#~ msgid "installed"
|
399 |
-
#~ msgstr "Установлено %s"
|
400 |
-
|
401 |
-
#~ msgid "Login form"
|
402 |
-
#~ msgstr "Форма логина"
|
403 |
-
|
404 |
-
#~ msgid "Registration form"
|
405 |
-
#~ msgstr "Форма регистрации"
|
406 |
-
|
407 |
-
#~ msgid "Register form"
|
408 |
-
#~ msgstr "Форма регистрации"
|
409 |
-
|
410 |
-
#~ msgid "Reset Password form"
|
411 |
-
#~ msgstr "Форма восстановления пароля"
|
412 |
-
|
413 |
-
#~ msgid "Lost password form"
|
414 |
-
#~ msgstr "Форма восстановления пароля"
|
415 |
-
|
416 |
-
#~ msgid "Comments form"
|
417 |
-
#~ msgstr "Форма комментариев"
|
418 |
-
|
419 |
-
#~ msgid "Hide CAPTCHA for registered users"
|
420 |
-
#~ msgstr "Не отображать для зарегистрированных пользователей"
|
421 |
-
|
422 |
-
#~ msgid "Plus (+)"
|
423 |
-
#~ msgstr "Плюс (+)"
|
424 |
-
|
425 |
-
#~ msgid "Plus"
|
426 |
-
#~ msgstr "Плюс (+)"
|
427 |
-
|
428 |
-
#~ msgid "Minus (−)"
|
429 |
-
#~ msgstr "Минус (−)"
|
430 |
-
|
431 |
-
#~ msgid "Minus"
|
432 |
-
#~ msgstr "Минус (−)"
|
433 |
-
|
434 |
-
#~ msgid "Multiplication (×)"
|
435 |
-
#~ msgstr "Умножение (×)"
|
436 |
-
|
437 |
-
#~ msgid "Multiply"
|
438 |
-
#~ msgstr "Умножить"
|
439 |
-
|
440 |
-
#~ msgid "Numbers"
|
441 |
-
#~ msgstr "Цифры"
|
442 |
-
|
443 |
-
#~ msgid "Words"
|
444 |
-
#~ msgstr "Слова"
|
445 |
-
|
446 |
-
#~ msgid "Captcha Settings"
|
447 |
-
#~ msgstr "Настройки КАПЧИ"
|
448 |
-
|
449 |
-
#~ msgid "Captcha"
|
450 |
-
#~ msgstr "КАПЧА"
|
451 |
-
|
452 |
-
#~ msgid "FAQ"
|
453 |
-
#~ msgstr "FAQ"
|
454 |
-
|
455 |
-
#~ msgid "Support"
|
456 |
-
#~ msgstr "Поддержка"
|
457 |
-
|
458 |
-
#~ msgid ""
|
459 |
-
#~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
|
460 |
-
#~ msgstr ""
|
461 |
-
#~ "Пожалуйста, выберите 1 пункт из блока Арифметические дейтсвия и Сложность "
|
462 |
-
#~ "для КАПЧИ"
|
463 |
-
|
464 |
-
#~ msgid "Options saved."
|
465 |
-
#~ msgstr "Опции сохранены"
|
466 |
-
|
467 |
-
#~ msgid "Enable CAPTCHA for:"
|
468 |
-
#~ msgstr "Отображать КАПЧУ для:"
|
469 |
-
|
470 |
-
#~ msgid "Contact form"
|
471 |
-
#~ msgstr "Контактная форма"
|
472 |
-
|
473 |
-
#~ msgid "(powered by bestwebsoft.com)"
|
474 |
-
#~ msgstr "(разработано компанией bestwebsoft.com)"
|
475 |
-
|
476 |
-
#~ msgid "Activate contact form"
|
477 |
-
#~ msgstr "Активировать контакную форму"
|
478 |
-
|
479 |
-
#~ msgid "Download contact form"
|
480 |
-
#~ msgstr "Скачать контактную форму"
|
481 |
-
|
482 |
-
#~ msgid ""
|
483 |
-
#~ "If you would like to customize this plugin for a custom form, please "
|
484 |
-
#~ "contact us via"
|
485 |
-
#~ msgstr ""
|
486 |
-
#~ "Если вы хотите кастомизировать плагин для кастомной формы, обращайтесь на"
|
487 |
-
|
488 |
-
#~ msgid "Title for CAPTCHA in the form"
|
489 |
-
#~ msgstr "Заголовок для КАПЧИ в форме"
|
490 |
-
|
491 |
-
#~ msgid "Arithmetic actions for CAPTCHA"
|
492 |
-
#~ msgstr "Арифметические действия для КАПЧИ"
|
493 |
-
|
494 |
-
#~ msgid "CAPTCHA complexity level"
|
495 |
-
#~ msgstr "Уровень сложности КАПЧИ"
|
496 |
-
|
497 |
-
#~ msgid "Save Changes"
|
498 |
-
#~ msgstr "Сохранить изменения"
|
499 |
-
|
500 |
-
#~ msgid "ERROR"
|
501 |
-
#~ msgstr "Ошибка"
|
502 |
-
|
503 |
-
#~ msgid "Please fill the form."
|
504 |
-
#~ msgstr "Пожалуйста, заполните КАПЧУ."
|
505 |
-
|
506 |
-
#~ msgid "Please enter a valid CAPTCHA value."
|
507 |
-
#~ msgstr "Пожалуйста, заполните КАПЧУ."
|
508 |
-
|
509 |
-
#~ msgid ""
|
510 |
-
#~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
|
511 |
-
#~ "on your browser, and try again."
|
512 |
-
#~ msgstr ""
|
513 |
-
#~ "Ошибка: Вы ввели КАПЧУ неправильно. Надмите НАЗАД в браузере и попробуйте "
|
514 |
-
#~ "еще раз"
|
515 |
-
|
516 |
-
#~ msgid "zero"
|
517 |
-
#~ msgstr "ноль"
|
518 |
-
|
519 |
-
#~ msgid "one"
|
520 |
-
#~ msgstr "один"
|
521 |
-
|
522 |
-
#~ msgid "two"
|
523 |
-
#~ msgstr "два"
|
524 |
-
|
525 |
-
#~ msgid "three"
|
526 |
-
#~ msgstr "три"
|
527 |
-
|
528 |
-
#~ msgid "four"
|
529 |
-
#~ msgstr "четыре"
|
530 |
-
|
531 |
-
#~ msgid "five"
|
532 |
-
#~ msgstr "пять"
|
533 |
-
|
534 |
-
#~ msgid "six"
|
535 |
-
#~ msgstr "шесть"
|
536 |
-
|
537 |
-
#~ msgid "seven"
|
538 |
-
#~ msgstr "семь"
|
539 |
-
|
540 |
-
#~ msgid "eight"
|
541 |
-
#~ msgstr "восемь"
|
542 |
-
|
543 |
-
#~ msgid "nine"
|
544 |
-
#~ msgstr "девять"
|
545 |
-
|
546 |
-
#~ msgid "eleven"
|
547 |
-
#~ msgstr "одиннадцать"
|
548 |
-
|
549 |
-
#~ msgid "twelve"
|
550 |
-
#~ msgstr "двенадать"
|
551 |
-
|
552 |
-
#~ msgid "thirteen"
|
553 |
-
#~ msgstr "тринадцать"
|
554 |
-
|
555 |
-
#~ msgid "fourteen"
|
556 |
-
#~ msgstr "четырнадать"
|
557 |
-
|
558 |
-
#~ msgid "fifteen"
|
559 |
-
#~ msgstr "пятнадцать"
|
560 |
-
|
561 |
-
#~ msgid "sixteen"
|
562 |
-
#~ msgstr "шестнадцать"
|
563 |
-
|
564 |
-
#~ msgid "seventeen"
|
565 |
-
#~ msgstr "семнадцать"
|
566 |
-
|
567 |
-
#~ msgid "eighteen"
|
568 |
-
#~ msgstr "восемнадцать"
|
569 |
-
|
570 |
-
#~ msgid "nineteen"
|
571 |
-
#~ msgstr "девятнадцать"
|
572 |
-
|
573 |
-
#~ msgid "ten"
|
574 |
-
#~ msgstr "десять"
|
575 |
-
|
576 |
-
#~ msgid "twenty"
|
577 |
-
#~ msgstr "двадцать"
|
578 |
-
|
579 |
-
#~ msgid "thirty"
|
580 |
-
#~ msgstr "тридцать"
|
581 |
-
|
582 |
-
#~ msgid "forty"
|
583 |
-
#~ msgstr "сорок"
|
584 |
-
|
585 |
-
#~ msgid "fifty"
|
586 |
-
#~ msgstr "пятьдесят"
|
587 |
-
|
588 |
-
#~ msgid "sixty"
|
589 |
-
#~ msgstr "шестьдесят"
|
590 |
-
|
591 |
-
#~ msgid "seventy"
|
592 |
-
#~ msgstr "семьдесят"
|
593 |
-
|
594 |
-
#~ msgid "eighty"
|
595 |
-
#~ msgstr "восемьдесят"
|
596 |
-
|
597 |
-
#~ msgid "ninety"
|
598 |
-
#~ msgstr "девяносто"
|
599 |
-
|
600 |
-
#~ msgid "and"
|
601 |
-
#~ msgstr "и"
|
602 |
-
|
603 |
-
#~ msgid "Encryption password is not set"
|
604 |
-
#~ msgstr "Пароль для шифрования не установлен"
|
605 |
-
|
606 |
-
#~ msgid "Decryption password is not set"
|
607 |
-
#~ msgstr "Пароль для дешифровки не установлен"
|
608 |
-
|
609 |
-
#~ msgid ""
|
610 |
-
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
611 |
-
#~ "or fill in the contact form on our website"
|
612 |
-
#~ msgstr ""
|
613 |
-
#~ "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com "
|
614 |
-
#~ "или заполните контактную форму на нашем сайте"
|
615 |
-
|
616 |
-
#~ msgid "The password of encryption is not set"
|
617 |
-
#~ msgstr "Пароль для шифрования не установлен"
|
618 |
-
|
619 |
-
#~ msgid "Increase"
|
620 |
-
#~ msgstr "Умножить"
|
621 |
-
|
622 |
-
#~ msgid "Difficulty for CAPTCHA"
|
623 |
-
#~ msgstr "Уровень сложности КАПЧИ"
|
624 |
-
|
625 |
-
#~ msgid "That CAPTCHA was incorrect."
|
626 |
-
#~ msgstr "КАПЧА введена некорректно"
|
627 |
-
|
628 |
-
#~ msgid "null"
|
629 |
-
#~ msgstr "ноль"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/sitemap-ru_RU.mo
CHANGED
Binary file
|
languages/sitemap-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -106,8 +106,8 @@ msgid "Please, enter Your license key"
|
|
106 |
msgstr "Пожплуйста, введите Ваш лицензионный ключ"
|
107 |
|
108 |
#: google-sitemap-plugin.php:405
|
109 |
-
#: google-sitemap-plugin.php:
|
110 |
-
#: google-sitemap-plugin.php:
|
111 |
msgid "Settings"
|
112 |
msgstr "Настройки"
|
113 |
|
@@ -116,7 +116,7 @@ msgid "Extra settings"
|
|
116 |
msgstr "Экстра настройки"
|
117 |
|
118 |
#: google-sitemap-plugin.php:407
|
119 |
-
#: google-sitemap-plugin.php:
|
120 |
msgid "FAQ"
|
121 |
msgstr "Часто задаваемые вопросы"
|
122 |
|
@@ -231,7 +231,7 @@ msgstr "Активируйте премиум опции обновившись
|
|
231 |
|
232 |
#: google-sitemap-plugin.php:492
|
233 |
#: google-sitemap-plugin.php:589
|
234 |
-
#: google-sitemap-plugin.php:
|
235 |
msgid "Learn More"
|
236 |
msgstr "Подробнее"
|
237 |
|
@@ -278,6 +278,7 @@ msgid "In case you failed to add a sitemap to Google automatically using this pl
|
|
278 |
msgstr "В случае, если вы не в состоянии добавить sitemap в Google автоматически с помощью этого плагина, можно сделать это вручную"
|
279 |
|
280 |
#: google-sitemap-plugin.php:523
|
|
|
281 |
msgid "View the Instruction"
|
282 |
msgstr "Просмотреть Инструкцию"
|
283 |
|
@@ -348,42 +349,62 @@ msgid "This site is not added to the Google Webmaster Tools account"
|
|
348 |
msgstr "Данный сайт не добавлен в аккаунт Google Webmaster Tools"
|
349 |
|
350 |
#: google-sitemap-plugin.php:733
|
|
|
|
|
|
|
|
|
351 |
msgid "Site URL:"
|
352 |
msgstr "URL сайта:"
|
353 |
|
354 |
-
#: google-sitemap-plugin.php:
|
355 |
msgid "Site verification:"
|
356 |
msgstr "Верификация сайта:"
|
357 |
|
358 |
-
#: google-sitemap-plugin.php:
|
359 |
msgid "verified"
|
360 |
msgstr "верифицрован"
|
361 |
|
362 |
-
#: google-sitemap-plugin.php:
|
363 |
msgid "not verified"
|
364 |
msgstr "не верифицирован"
|
365 |
|
366 |
-
#: google-sitemap-plugin.php:
|
367 |
msgid "Sitemap file:"
|
368 |
msgstr "Файл Sitemap:"
|
369 |
|
370 |
-
#: google-sitemap-plugin.php:
|
371 |
msgid "added"
|
372 |
msgstr "добавлен"
|
373 |
|
374 |
-
#: google-sitemap-plugin.php:
|
375 |
msgid "not added"
|
376 |
msgstr "не добавлен"
|
377 |
|
378 |
-
#: google-sitemap-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
msgid "Support"
|
380 |
msgstr "Тех.поддержка"
|
381 |
|
382 |
-
#: google-sitemap-plugin.php:
|
383 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
384 |
msgstr "Пора обновить ваш <strong>плагин Google Sitemap</strong> до <strong>PRO</strong> версии"
|
385 |
|
386 |
-
#: google-sitemap-plugin.php:
|
387 |
msgid "Extend standard plugin functionality with new great options"
|
388 |
msgstr "Расширение стандартного функционала плагина новыми прекрасными опциями"
|
389 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-09-15 12:19+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-09-15 12:21+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
106 |
msgstr "Пожплуйста, введите Ваш лицензионный ключ"
|
107 |
|
108 |
#: google-sitemap-plugin.php:405
|
109 |
+
#: google-sitemap-plugin.php:851
|
110 |
+
#: google-sitemap-plugin.php:862
|
111 |
msgid "Settings"
|
112 |
msgstr "Настройки"
|
113 |
|
116 |
msgstr "Экстра настройки"
|
117 |
|
118 |
#: google-sitemap-plugin.php:407
|
119 |
+
#: google-sitemap-plugin.php:863
|
120 |
msgid "FAQ"
|
121 |
msgstr "Часто задаваемые вопросы"
|
122 |
|
231 |
|
232 |
#: google-sitemap-plugin.php:492
|
233 |
#: google-sitemap-plugin.php:589
|
234 |
+
#: google-sitemap-plugin.php:928
|
235 |
msgid "Learn More"
|
236 |
msgstr "Подробнее"
|
237 |
|
278 |
msgstr "В случае, если вы не в состоянии добавить sitemap в Google автоматически с помощью этого плагина, можно сделать это вручную"
|
279 |
|
280 |
#: google-sitemap-plugin.php:523
|
281 |
+
#: google-sitemap-plugin.php:785
|
282 |
msgid "View the Instruction"
|
283 |
msgstr "Просмотреть Инструкцию"
|
284 |
|
349 |
msgstr "Данный сайт не добавлен в аккаунт Google Webmaster Tools"
|
350 |
|
351 |
#: google-sitemap-plugin.php:733
|
352 |
+
msgid "This site is added to the Google Webmaster Tools account"
|
353 |
+
msgstr "Данный сайт добавлен в аккаунт Google Webmaster Tools"
|
354 |
+
|
355 |
+
#: google-sitemap-plugin.php:734
|
356 |
msgid "Site URL:"
|
357 |
msgstr "URL сайта:"
|
358 |
|
359 |
+
#: google-sitemap-plugin.php:735
|
360 |
msgid "Site verification:"
|
361 |
msgstr "Верификация сайта:"
|
362 |
|
363 |
+
#: google-sitemap-plugin.php:737
|
364 |
msgid "verified"
|
365 |
msgstr "верифицрован"
|
366 |
|
367 |
+
#: google-sitemap-plugin.php:739
|
368 |
msgid "not verified"
|
369 |
msgstr "не верифицирован"
|
370 |
|
371 |
+
#: google-sitemap-plugin.php:740
|
372 |
msgid "Sitemap file:"
|
373 |
msgstr "Файл Sitemap:"
|
374 |
|
375 |
+
#: google-sitemap-plugin.php:742
|
376 |
msgid "added"
|
377 |
msgstr "добавлен"
|
378 |
|
379 |
+
#: google-sitemap-plugin.php:744
|
380 |
msgid "not added"
|
381 |
msgstr "не добавлен"
|
382 |
|
383 |
+
#: google-sitemap-plugin.php:782
|
384 |
+
msgid "I want to add this site in Google Webmaster Tools"
|
385 |
+
msgstr "Я хочу добавить этот сайт в Google Webmaster Tools"
|
386 |
+
|
387 |
+
#: google-sitemap-plugin.php:784
|
388 |
+
msgid "The site is added to the Google Webmaster Tools account."
|
389 |
+
msgstr "Данный сайт добавлен в аккаунт Google Webmaster Tools."
|
390 |
+
|
391 |
+
#: google-sitemap-plugin.php:785
|
392 |
+
msgid "The site coudn't be verified. Please, verify the site manually"
|
393 |
+
msgstr "Сайт не может быть верифицрован. Пожалуйста, верифицируйте сайт вручную"
|
394 |
+
|
395 |
+
#: google-sitemap-plugin.php:787
|
396 |
+
msgid "The site has been added to the Google Webmaster Tools account or some errors occurred while adding the site. Get info about this site to make sure."
|
397 |
+
msgstr "Данный сайт уже добавлен в аккаунт Google Webmaster Tools или в ходе добавления сайта возникли ошибки. Получите информацию об этом сайте чтобы уточнить это."
|
398 |
+
|
399 |
+
#: google-sitemap-plugin.php:864
|
400 |
msgid "Support"
|
401 |
msgstr "Тех.поддержка"
|
402 |
|
403 |
+
#: google-sitemap-plugin.php:931
|
404 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
405 |
msgstr "Пора обновить ваш <strong>плагин Google Sitemap</strong> до <strong>PRO</strong> версии"
|
406 |
|
407 |
+
#: google-sitemap-plugin.php:932
|
408 |
msgid "Extend standard plugin functionality with new great options"
|
409 |
msgstr "Расширение стандартного функционала плагина новыми прекрасными опциями"
|
410 |
|
languages/sitemap-uk.mo
CHANGED
Binary file
|
languages/sitemap-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -106,8 +106,8 @@ msgid "Please, enter Your license key"
|
|
106 |
msgstr "Будь ласка, введіть ліцензійний ключ"
|
107 |
|
108 |
#: google-sitemap-plugin.php:405
|
109 |
-
#: google-sitemap-plugin.php:
|
110 |
-
#: google-sitemap-plugin.php:
|
111 |
msgid "Settings"
|
112 |
msgstr "Налаштування"
|
113 |
|
@@ -116,7 +116,7 @@ msgid "Extra settings"
|
|
116 |
msgstr "Додаткові налаштування"
|
117 |
|
118 |
#: google-sitemap-plugin.php:407
|
119 |
-
#: google-sitemap-plugin.php:
|
120 |
msgid "FAQ"
|
121 |
msgstr "Розповсюджені питання"
|
122 |
|
@@ -231,7 +231,7 @@ msgstr "Відкрити додаткові опції, перейшовши н
|
|
231 |
|
232 |
#: google-sitemap-plugin.php:492
|
233 |
#: google-sitemap-plugin.php:589
|
234 |
-
#: google-sitemap-plugin.php:
|
235 |
msgid "Learn More"
|
236 |
msgstr "Дізнатись більше"
|
237 |
|
@@ -278,6 +278,7 @@ msgid "In case you failed to add a sitemap to Google automatically using this pl
|
|
278 |
msgstr "Якщо ви не зможете автоматично додати sitemap файл в Google за допомогою цього плагіну, ви завжди зможете зробити це вручну"
|
279 |
|
280 |
#: google-sitemap-plugin.php:523
|
|
|
281 |
msgid "View the Instruction"
|
282 |
msgstr "Переглянути інструкцію"
|
283 |
|
@@ -348,42 +349,65 @@ msgid "This site is not added to the Google Webmaster Tools account"
|
|
348 |
msgstr "Цей сайт не додано до акаунту Google Webmaster Tools"
|
349 |
|
350 |
#: google-sitemap-plugin.php:733
|
|
|
|
|
|
|
|
|
|
|
351 |
msgid "Site URL:"
|
352 |
msgstr "URL сайту:"
|
353 |
|
354 |
-
#: google-sitemap-plugin.php:
|
355 |
msgid "Site verification:"
|
356 |
msgstr "Верифікація сайту:"
|
357 |
|
358 |
-
#: google-sitemap-plugin.php:
|
359 |
msgid "verified"
|
360 |
msgstr "верифіковано"
|
361 |
|
362 |
-
#: google-sitemap-plugin.php:
|
363 |
msgid "not verified"
|
364 |
msgstr "не верифіковано"
|
365 |
|
366 |
-
#: google-sitemap-plugin.php:
|
367 |
msgid "Sitemap file:"
|
368 |
msgstr "Файл Sitemap:"
|
369 |
|
370 |
-
#: google-sitemap-plugin.php:
|
371 |
msgid "added"
|
372 |
msgstr "додано"
|
373 |
|
374 |
-
#: google-sitemap-plugin.php:
|
375 |
msgid "not added"
|
376 |
msgstr "не додано"
|
377 |
|
378 |
-
#: google-sitemap-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
msgid "Support"
|
380 |
msgstr "Підтримка"
|
381 |
|
382 |
-
#: google-sitemap-plugin.php:
|
383 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
384 |
msgstr "Час оновити ваш <strong> плагін Google Sitemap </strong> до <strong>PRO</strong> версії"
|
385 |
|
386 |
-
#: google-sitemap-plugin.php:
|
387 |
msgid "Extend standard plugin functionality with new great options"
|
388 |
msgstr "Розширити стандартний функціонал плагіну новими корисними опціями"
|
389 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-09-15 12:21+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-09-15 12:21+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
106 |
msgstr "Будь ласка, введіть ліцензійний ключ"
|
107 |
|
108 |
#: google-sitemap-plugin.php:405
|
109 |
+
#: google-sitemap-plugin.php:851
|
110 |
+
#: google-sitemap-plugin.php:862
|
111 |
msgid "Settings"
|
112 |
msgstr "Налаштування"
|
113 |
|
116 |
msgstr "Додаткові налаштування"
|
117 |
|
118 |
#: google-sitemap-plugin.php:407
|
119 |
+
#: google-sitemap-plugin.php:863
|
120 |
msgid "FAQ"
|
121 |
msgstr "Розповсюджені питання"
|
122 |
|
231 |
|
232 |
#: google-sitemap-plugin.php:492
|
233 |
#: google-sitemap-plugin.php:589
|
234 |
+
#: google-sitemap-plugin.php:928
|
235 |
msgid "Learn More"
|
236 |
msgstr "Дізнатись більше"
|
237 |
|
278 |
msgstr "Якщо ви не зможете автоматично додати sitemap файл в Google за допомогою цього плагіну, ви завжди зможете зробити це вручну"
|
279 |
|
280 |
#: google-sitemap-plugin.php:523
|
281 |
+
#: google-sitemap-plugin.php:785
|
282 |
msgid "View the Instruction"
|
283 |
msgstr "Переглянути інструкцію"
|
284 |
|
349 |
msgstr "Цей сайт не додано до акаунту Google Webmaster Tools"
|
350 |
|
351 |
#: google-sitemap-plugin.php:733
|
352 |
+
#, fuzzy
|
353 |
+
msgid "This site is added to the Google Webmaster Tools account"
|
354 |
+
msgstr "Цей сайт не додано до акаунту Google Webmaster Tools"
|
355 |
+
|
356 |
+
#: google-sitemap-plugin.php:734
|
357 |
msgid "Site URL:"
|
358 |
msgstr "URL сайту:"
|
359 |
|
360 |
+
#: google-sitemap-plugin.php:735
|
361 |
msgid "Site verification:"
|
362 |
msgstr "Верифікація сайту:"
|
363 |
|
364 |
+
#: google-sitemap-plugin.php:737
|
365 |
msgid "verified"
|
366 |
msgstr "верифіковано"
|
367 |
|
368 |
+
#: google-sitemap-plugin.php:739
|
369 |
msgid "not verified"
|
370 |
msgstr "не верифіковано"
|
371 |
|
372 |
+
#: google-sitemap-plugin.php:740
|
373 |
msgid "Sitemap file:"
|
374 |
msgstr "Файл Sitemap:"
|
375 |
|
376 |
+
#: google-sitemap-plugin.php:742
|
377 |
msgid "added"
|
378 |
msgstr "додано"
|
379 |
|
380 |
+
#: google-sitemap-plugin.php:744
|
381 |
msgid "not added"
|
382 |
msgstr "не додано"
|
383 |
|
384 |
+
#: google-sitemap-plugin.php:782
|
385 |
+
#, fuzzy
|
386 |
+
msgid "I want to add this site in Google Webmaster Tools"
|
387 |
+
msgstr "Я хочу додати цей сайт до Google Webmaster Tools"
|
388 |
+
|
389 |
+
#: google-sitemap-plugin.php:784
|
390 |
+
#, fuzzy
|
391 |
+
msgid "The site is added to the Google Webmaster Tools account."
|
392 |
+
msgstr "Цей сайт не додано до акаунту Google Webmaster Tools"
|
393 |
+
|
394 |
+
#: google-sitemap-plugin.php:785
|
395 |
+
msgid "The site coudn't be verified. Please, verify the site manually"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: google-sitemap-plugin.php:787
|
399 |
+
msgid "The site has been added to the Google Webmaster Tools account or some errors occurred while adding the site. Get info about this site to make sure."
|
400 |
+
msgstr ""
|
401 |
+
|
402 |
+
#: google-sitemap-plugin.php:864
|
403 |
msgid "Support"
|
404 |
msgstr "Підтримка"
|
405 |
|
406 |
+
#: google-sitemap-plugin.php:931
|
407 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
408 |
msgstr "Час оновити ваш <strong> плагін Google Sitemap </strong> до <strong>PRO</strong> версії"
|
409 |
|
410 |
+
#: google-sitemap-plugin.php:932
|
411 |
msgid "Extend standard plugin functionality with new great options"
|
412 |
msgstr "Розширити стандартний функціонал плагіну новими корисними опціями"
|
413 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
Tags: add posts to sitemap, add pages to sitemap, add sitemap, add site to google webmaster tools, create a map, google, googel, googgle, gogle, gogole, google sitemap, google sitemap plugin, google webmaster tools, sitemep, sitemap, sitemaps, site mep, site map, sitemap file path, update sitemap
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.0
|
7 |
-
Stable tag: 2.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -100,6 +100,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (http:/
|
|
100 |
|
101 |
== Changelog ==
|
102 |
|
|
|
|
|
|
|
|
|
|
|
103 |
= V2.9.2 - 07.08.2014 =
|
104 |
* Budfix : Security Exploit was fixed.
|
105 |
|
@@ -213,6 +218,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (http:/
|
|
213 |
|
214 |
== Upgrade Notice ==
|
215 |
|
|
|
|
|
|
|
216 |
= V2.9.2 =
|
217 |
Security Exploit was fixed.
|
218 |
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
Tags: add posts to sitemap, add pages to sitemap, add sitemap, add site to google webmaster tools, create a map, google, googel, googgle, gogle, gogole, google sitemap, google sitemap plugin, google webmaster tools, sitemep, sitemap, sitemaps, site mep, site map, sitemap file path, update sitemap
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.0
|
7 |
+
Stable tag: 2.9.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
100 |
|
101 |
== Changelog ==
|
102 |
|
103 |
+
= V2.9.3 - 15.09.2014 =
|
104 |
+
* Update : We updated all functionality for wordpress 4.0.
|
105 |
+
* Budfix : We fixed errors while Quick Edit posts.
|
106 |
+
* Budfix : We fixed errors while adding site to Google Webmaster Tools.
|
107 |
+
|
108 |
= V2.9.2 - 07.08.2014 =
|
109 |
* Budfix : Security Exploit was fixed.
|
110 |
|
218 |
|
219 |
== Upgrade Notice ==
|
220 |
|
221 |
+
= V2.9.3 =
|
222 |
+
We updated all functionality for wordpress 4.0. We fixed errors while Quick Edit posts. We fixed errors while adding site to Google Webmaster Tools.
|
223 |
+
|
224 |
= V2.9.2 =
|
225 |
Security Exploit was fixed.
|
226 |
|