Version Description
- 04.06.2015 =
- NEW : Allows to add links to Post categories and Post tags to the sitemap file.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Sitemap by BestWebSoft |
Version | 2.9.8 |
Comparing to | |
See all releases |
Code changes from version 2.9.7 to 2.9.8
- bws_menu/bws_functions.php +4 -4
- bws_menu/bws_menu.php +16 -4
- bws_menu/icons/pagination.png +0 -0
- bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- bws_menu/languages/bestwebsoft-de_DE.po +195 -196
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +267 -261
- bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- bws_menu/languages/bestwebsoft-it_IT.po +195 -249
- bws_menu/languages/bestwebsoft-ja.mo +0 -0
- bws_menu/languages/bestwebsoft-ja.po +195 -189
- bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.po +195 -196
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +228 -258
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.po +195 -189
- bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.po +195 -189
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +225 -253
- google-sitemap-plugin.php +135 -105
- images/pro_screen_1.png +0 -0
- languages/sitemap-ru_RU.mo +0 -0
- languages/sitemap-ru_RU.po +167 -197
- languages/sitemap-uk.mo +0 -0
- languages/sitemap-uk.po +164 -189
- readme.txt +10 -4
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
bws_menu/bws_functions.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* General functions for BestWebSoft plugins
|
4 |
-
* Version: 1.0.
|
5 |
*/
|
6 |
if ( ! function_exists ( 'bws_add_general_menu' ) ) {
|
7 |
function bws_add_general_menu( $base ) {
|
@@ -110,7 +110,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
|
|
110 |
}
|
111 |
|
112 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
113 |
-
$banner_url_or_slug = '
|
114 |
}
|
115 |
|
116 |
if ( ! function_exists( 'is_plugin_active' ) )
|
@@ -145,7 +145,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
|
|
145 |
<div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
|
146 |
<img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
147 |
<div class="icon">
|
148 |
-
<img title="" src="<?php echo $banner_url_or_slug; ?>" alt="" />
|
149 |
</div>
|
150 |
<div class="text"><?php
|
151 |
_e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>PRO</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
|
@@ -539,7 +539,7 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
|
|
539 |
if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $plugin_key ] ) ) {
|
540 |
echo '<tr class="plugin-update-tr">
|
541 |
<td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
|
542 |
-
<div class="update-message" style="background-color: #FFEBE8; border-color: #CC0000;">' . __( 'WARNING:
|
543 |
</td>
|
544 |
</tr>';
|
545 |
} elseif ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") ) ) {
|
1 |
<?php
|
2 |
/*
|
3 |
* General functions for BestWebSoft plugins
|
4 |
+
* Version: 1.0.9
|
5 |
*/
|
6 |
if ( ! function_exists ( 'bws_add_general_menu' ) ) {
|
7 |
function bws_add_general_menu( $base ) {
|
110 |
}
|
111 |
|
112 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
113 |
+
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
|
114 |
}
|
115 |
|
116 |
if ( ! function_exists( 'is_plugin_active' ) )
|
145 |
<div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
|
146 |
<img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
147 |
<div class="icon">
|
148 |
+
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
149 |
</div>
|
150 |
<div class="text"><?php
|
151 |
_e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>PRO</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
|
539 |
if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $plugin_key ] ) ) {
|
540 |
echo '<tr class="plugin-update-tr">
|
541 |
<td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
|
542 |
+
<div class="update-message" style="background-color: #FFEBE8; border-color: #CC0000;"><strong>' . __( 'WARNING: Illegal use notification', 'bestwebsoft' ) . '.</strong> ' . __( 'You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated.', 'bestwebsoft' ) . ' <a target="_blank" href="http://support.bestwebsoft.com/hc/en-us/articles/204240089">' . __( 'Learn More', 'bestwebsoft' ) . '</a></div>
|
543 |
</td>
|
544 |
</tr>';
|
545 |
} elseif ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") ) ) {
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -11,7 +11,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
11 |
function bws_add_menu_render() {
|
12 |
global $wpdb, $wp_version, $bws_plugin_info;
|
13 |
$error = $message = $bwsmn_form_email = '';
|
14 |
-
$bws_donate_link = '
|
15 |
|
16 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
17 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
@@ -72,7 +72,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
72 |
'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
73 |
'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
74 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
|
75 |
-
'settings' => 'admin.php?page=portfolio.php'
|
|
|
|
|
|
|
76 |
),
|
77 |
'gallery-plugin/gallery-plugin.php' => array(
|
78 |
'name' => 'Gallery',
|
@@ -247,7 +250,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
247 |
),
|
248 |
'contact-form-multi/contact-form-multi.php' => array(
|
249 |
'name' => 'Contact Form Multi',
|
250 |
-
'description' => '
|
251 |
'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
252 |
'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
253 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
@@ -417,6 +420,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
417 |
'download' => 'http://bestwebsoft.com/products/social-buttons-pack/download/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
418 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Social+Buttons+Pack+BestWebSoft&plugin-search-input=Search+Plugins',
|
419 |
'settings' => 'admin.php?page=social-buttons.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
420 |
)
|
421 |
);
|
422 |
|
@@ -945,6 +956,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
945 |
function bws_get_banner_array() {
|
946 |
global $bstwbsftwppdtplgns_banner_array;
|
947 |
$bstwbsftwppdtplgns_banner_array = array(
|
|
|
948 |
array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
|
949 |
array( 'prmbr_hide_banner_on_plugin_page', 'promobar/promobar.php', '1.0.0' ),
|
950 |
array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.6.2
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
11 |
function bws_add_menu_render() {
|
12 |
global $wpdb, $wp_version, $bws_plugin_info;
|
13 |
$error = $message = $bwsmn_form_email = '';
|
14 |
+
$bws_donate_link = 'http://bestwebsoft.com/donate/';
|
15 |
|
16 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
17 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
72 |
'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
73 |
'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
74 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
|
75 |
+
'settings' => 'admin.php?page=portfolio.php',
|
76 |
+
'pro_version' => 'portfolio-pro/portfolio-pro.php',
|
77 |
+
'purchase' => 'http://bestwebsoft.com/products/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
78 |
+
'pro_settings' => 'admin.php?page=portfolio-pro.php'
|
79 |
),
|
80 |
'gallery-plugin/gallery-plugin.php' => array(
|
81 |
'name' => 'Gallery',
|
250 |
),
|
251 |
'contact-form-multi/contact-form-multi.php' => array(
|
252 |
'name' => 'Contact Form Multi',
|
253 |
+
'description' => 'Add-on to the Contact Form plugin that allows to create and implement multiple contact forms.',
|
254 |
'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
255 |
'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
256 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
420 |
'download' => 'http://bestwebsoft.com/products/social-buttons-pack/download/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
421 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Social+Buttons+Pack+BestWebSoft&plugin-search-input=Search+Plugins',
|
422 |
'settings' => 'admin.php?page=social-buttons.php'
|
423 |
+
),
|
424 |
+
'pagination/pagination.php' => array(
|
425 |
+
'name' => 'Pagination',
|
426 |
+
'description' => 'Add pagination block to your WordPress website.',
|
427 |
+
'link' => 'http://bestwebsoft.com/products/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
428 |
+
'download' => 'http://bestwebsoft.com/products/pagination/download/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
429 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Pagination+BestWebSoft&plugin-search-input=Search+Plugins',
|
430 |
+
'settings' => 'admin.php?page=pagination.php'
|
431 |
)
|
432 |
);
|
433 |
|
956 |
function bws_get_banner_array() {
|
957 |
global $bstwbsftwppdtplgns_banner_array;
|
958 |
$bstwbsftwppdtplgns_banner_array = array(
|
959 |
+
array( 'prtflpr_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
|
960 |
array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
|
961 |
array( 'prmbr_hide_banner_on_plugin_page', 'promobar/promobar.php', '1.0.0' ),
|
962 |
array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
|
bws_menu/icons/pagination.png
ADDED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: de_DE\n"
|
@@ -18,661 +18,660 @@ msgstr ""
|
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: bws_functions.php:
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: bws_functions.php:
|
26 |
-
msgid ""
|
27 |
-
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
28 |
-
"try again."
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: bws_functions.php:
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr ""
|
34 |
|
35 |
# @ captcha
|
36 |
-
#: bws_functions.php:
|
37 |
#, fuzzy
|
38 |
msgid "Plugins page"
|
39 |
msgstr "BWS Plugins"
|
40 |
|
41 |
-
#: bws_functions.php:
|
42 |
msgid "It’s time to upgrade your"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: bws_functions.php:
|
46 |
msgid "to"
|
47 |
msgstr ""
|
48 |
|
49 |
# @ captcha
|
50 |
-
#: bws_functions.php:
|
51 |
#, fuzzy
|
52 |
msgid "version!"
|
53 |
msgstr "PHP Version"
|
54 |
|
55 |
-
#: bws_functions.php:
|
56 |
msgid "Extend standard plugin functionality with new great options."
|
57 |
msgstr ""
|
58 |
|
59 |
# @ captcha
|
60 |
-
#: bws_functions.php:
|
|
|
61 |
#, fuzzy
|
62 |
msgid "Learn More"
|
63 |
msgstr "Lesen Sie mehr"
|
64 |
|
65 |
-
#: bws_functions.php:
|
66 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
67 |
msgstr ""
|
68 |
|
69 |
# @ captcha
|
70 |
-
#: bws_functions.php:
|
71 |
#, fuzzy
|
72 |
msgid "Rate the plugin"
|
73 |
msgstr "Aktivierte Plugins"
|
74 |
|
75 |
# @ captcha
|
76 |
-
#: bws_functions.php:
|
77 |
#, fuzzy
|
78 |
msgid "If there is something wrong about it, please contact us"
|
79 |
msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
80 |
|
81 |
-
#: bws_functions.php:
|
|
|
82 |
msgid "Wrong license key"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: bws_functions.php:
|
86 |
-
|
87 |
-
|
88 |
-
"please contact us"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: bws_functions.php:
|
|
|
|
|
92 |
msgid "We are sorry for inconvenience."
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: bws_functions.php:
|
96 |
msgid "This license key is bind to another site"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: bws_functions.php:
|
100 |
-
|
101 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
102 |
-
"Please, upload the plugin manually."
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: bws_functions.php:
|
106 |
-
msgid ""
|
107 |
-
"Unfortunately, Your license has expired. To continue getting top-priority "
|
108 |
-
"support and plugin updates you should extend it in your"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: bws_functions.php:
|
112 |
-
msgid ""
|
113 |
-
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
114 |
-
"Trial license can be installed only once."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: bws_functions.php:
|
|
|
|
|
118 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: bws_functions.php:
|
122 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: bws_functions.php:
|
126 |
-
msgid ""
|
127 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
128 |
-
"plugin manually"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: bws_functions.php:
|
132 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: bws_functions.php:
|
136 |
-
msgid ""
|
137 |
-
"Something went wrong. Try again later or upload the plugin manually. We are "
|
138 |
-
"sorry for inconvenience."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: bws_functions.php:
|
142 |
msgid "Please, enter Your license key"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: bws_functions.php:
|
146 |
-
msgid ""
|
147 |
-
"Congratulations! The PRO version of the plugin is successfully download and "
|
148 |
-
"activated."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: bws_functions.php:
|
|
|
152 |
msgid "Please, go to"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: bws_functions.php:
|
|
|
156 |
msgid "the setting page"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: bws_functions.php:
|
|
|
160 |
msgid "You will be redirected automatically in 5 seconds."
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: bws_functions.php:
|
164 |
msgid "You can download and activate"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: bws_functions.php:
|
168 |
msgid "version of this plugin by entering Your license key."
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: bws_functions.php:
|
172 |
-
|
173 |
-
"You can find your license key on your personal page Client area, by clicking "
|
174 |
-
"on the link"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: bws_functions.php:
|
|
|
178 |
msgid "(your username is the email you specify when purchasing the product)."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: bws_functions.php:
|
182 |
msgid "or"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: bws_functions.php:
|
186 |
#, php-format
|
187 |
msgid "Start Your Free %s-Day Trial Now"
|
188 |
msgstr ""
|
189 |
|
190 |
# @ captcha
|
191 |
-
#: bws_functions.php:
|
192 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
193 |
#, fuzzy
|
194 |
msgid "Activate"
|
195 |
msgstr "Aktivierte Plugins"
|
196 |
|
197 |
-
#: bws_functions.php:
|
|
|
198 |
#, php-format
|
199 |
-
msgid ""
|
200 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: bws_functions.php:
|
204 |
msgid "After that you can activate it by entering your license key."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: bws_functions.php:
|
208 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
-
msgid ""
|
213 |
-
"Congratulations! The PRO license of the plugin is successfully activated."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: bws_functions.php:
|
217 |
msgid "Wrong license key."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: bws_functions.php:
|
221 |
msgid "This license key is bind to another site."
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: bws_functions.php:
|
225 |
-
msgid ""
|
226 |
-
"This license key is valid, but Your license has expired. If you want to "
|
227 |
-
"update our plugin in future, you should extend the license."
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: bws_functions.php:
|
231 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: bws_functions.php:
|
235 |
-
msgid ""
|
236 |
-
"Unfortunately, the PRO Trial licence was already installed to this domain. "
|
237 |
-
"The PRO Trial license can be installed only once."
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: bws_functions.php:
|
241 |
msgid "The PRO Trial license key is valid."
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: bws_functions.php:
|
245 |
msgid "The license key is valid."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: bws_functions.php:
|
249 |
msgid "Your license will expire on"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: bws_functions.php:
|
253 |
msgid "Please, enter your license key"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: bws_functions.php:
|
257 |
-
msgid ""
|
258 |
-
"If needed you can check if the license key is correct or reenter it in the "
|
259 |
-
"field below. You can find your license key on your personal page - Client "
|
260 |
-
"area - on our website"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: bws_functions.php:
|
264 |
-
msgid ""
|
265 |
-
"(your username is the email you specify when purchasing the product). If "
|
266 |
-
"necessary, please submit \"Lost your password?\" request."
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
msgid "Check license key"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: bws_functions.php:
|
274 |
-
msgid ""
|
275 |
-
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
276 |
-
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
277 |
-
"will be deactivated. Please go to your personal"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: bws_functions.php:
|
281 |
-
msgid ""
|
282 |
-
"(your username is the email you specify when purchasing the product), where "
|
283 |
-
"you can make the necessary changes."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: bws_functions.php:
|
287 |
-
msgid ""
|
288 |
-
"Notice: Your PRO Trial license has expired. To continue using the plugin you "
|
289 |
-
"should buy a PRO license"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: bws_functions.php:
|
293 |
-
msgid ""
|
294 |
-
"Your license has expired. To continue getting top-priority support and "
|
295 |
-
"plugin updates you should extend it."
|
296 |
msgstr ""
|
297 |
|
298 |
# @ captcha
|
299 |
-
#: bws_functions.php:
|
300 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
301 |
#, fuzzy
|
302 |
msgid "Learn more"
|
303 |
msgstr "Lesen Sie mehr"
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
#, php-format
|
307 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: bws_functions.php:
|
311 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: bws_functions.php:
|
315 |
msgid "The PRO Trial license will expire on"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: bws_functions.php:
|
319 |
msgid "You license for"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: bws_functions.php:
|
323 |
msgid "expires on"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: bws_functions.php:
|
327 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: bws_functions.php:
|
331 |
msgid "Close"
|
332 |
msgstr ""
|
333 |
|
334 |
# @ captcha
|
335 |
-
#: bws_menu.php:
|
336 |
msgid "Not set"
|
337 |
msgstr "Nicht festgelegt"
|
338 |
|
339 |
# @ captcha
|
340 |
-
#: bws_menu.php:
|
|
|
341 |
msgid "On"
|
342 |
msgstr "Ein"
|
343 |
|
344 |
# @ captcha
|
345 |
-
#: bws_menu.php:
|
|
|
346 |
msgid "Off"
|
347 |
msgstr "Ausgeschaltet"
|
348 |
|
349 |
# @ captcha
|
350 |
-
#: bws_menu.php:
|
351 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
352 |
msgid "N/A"
|
353 |
msgstr "keine Angaben"
|
354 |
|
355 |
# @ captcha
|
356 |
-
#: bws_menu.php:
|
357 |
msgid " Mb"
|
358 |
msgstr " Mb"
|
359 |
|
360 |
# @ captcha
|
361 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
362 |
msgid "Yes"
|
363 |
msgstr "Ja"
|
364 |
|
365 |
# @ captcha
|
366 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
367 |
msgid "No"
|
368 |
msgstr "Nein"
|
369 |
|
370 |
# @ captcha
|
371 |
-
#: bws_menu.php:
|
372 |
msgid "Operating System"
|
373 |
msgstr "Betriebs-System"
|
374 |
|
375 |
# @ captcha
|
376 |
-
#: bws_menu.php:
|
377 |
msgid "Server"
|
378 |
msgstr "Server"
|
379 |
|
380 |
# @ captcha
|
381 |
-
#: bws_menu.php:
|
382 |
msgid "Memory usage"
|
383 |
msgstr "Speichernutzung"
|
384 |
|
385 |
# @ captcha
|
386 |
-
#: bws_menu.php:
|
387 |
msgid "MYSQL Version"
|
388 |
msgstr "MYSQL Version"
|
389 |
|
390 |
# @ captcha
|
391 |
-
#: bws_menu.php:
|
392 |
msgid "SQL Mode"
|
393 |
msgstr "SQL Modus"
|
394 |
|
395 |
# @ captcha
|
396 |
-
#: bws_menu.php:
|
397 |
msgid "PHP Version"
|
398 |
msgstr "PHP Version"
|
399 |
|
400 |
# @ captcha
|
401 |
-
#: bws_menu.php:
|
402 |
msgid "PHP Safe Mode"
|
403 |
msgstr "PHP Gesicherter Modus"
|
404 |
|
405 |
# @ captcha
|
406 |
-
#: bws_menu.php:
|
407 |
msgid "PHP Allow URL fopen"
|
408 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
409 |
|
410 |
# @ captcha
|
411 |
-
#: bws_menu.php:
|
412 |
msgid "PHP Memory Limit"
|
413 |
msgstr "PHP Speicher-Grenze"
|
414 |
|
415 |
# @ captcha
|
416 |
-
#: bws_menu.php:
|
417 |
msgid "PHP Max Upload Size"
|
418 |
msgstr "PHP Maximale Upload Größe"
|
419 |
|
420 |
# @ captcha
|
421 |
-
#: bws_menu.php:
|
422 |
msgid "PHP Max Post Size"
|
423 |
msgstr "PHP Maximale Beitrags-Größe"
|
424 |
|
425 |
# @ captcha
|
426 |
-
#: bws_menu.php:
|
427 |
msgid "PHP Max Script Execute Time"
|
428 |
msgstr "PHP Maximale Script Ausführungszeit"
|
429 |
|
430 |
# @ captcha
|
431 |
-
#: bws_menu.php:
|
432 |
msgid "PHP Exif support"
|
433 |
msgstr "PHP Exif Support"
|
434 |
|
435 |
# @ captcha
|
436 |
-
#: bws_menu.php:
|
437 |
msgid "PHP IPTC support"
|
438 |
msgstr "PHP IPTC Support"
|
439 |
|
440 |
# @ captcha
|
441 |
-
#: bws_menu.php:
|
442 |
msgid "PHP XML support"
|
443 |
msgstr "PHP XML Support"
|
444 |
|
445 |
# @ captcha
|
446 |
-
#: bws_menu.php:
|
447 |
msgid "Site URL"
|
448 |
msgstr "Site URL"
|
449 |
|
450 |
# @ captcha
|
451 |
-
#: bws_menu.php:
|
452 |
msgid "Home URL"
|
453 |
msgstr "Home URL"
|
454 |
|
455 |
# @ captcha
|
456 |
-
#: bws_menu.php:
|
457 |
msgid "WordPress Version"
|
458 |
msgstr "WordPress Version"
|
459 |
|
460 |
# @ captcha
|
461 |
-
#: bws_menu.php:
|
462 |
msgid "WordPress DB Version"
|
463 |
msgstr "WordPress DB Version"
|
464 |
|
465 |
# @ captcha
|
466 |
-
#: bws_menu.php:
|
467 |
msgid "Multisite"
|
468 |
msgstr "Multisite"
|
469 |
|
470 |
# @ captcha
|
471 |
-
#: bws_menu.php:
|
472 |
msgid "Active Theme"
|
473 |
msgstr "Actives Theme"
|
474 |
|
475 |
# @ captcha
|
476 |
-
#: bws_menu.php:
|
477 |
msgid "Please enter a valid email address."
|
478 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
479 |
|
480 |
# @ captcha
|
481 |
-
#: bws_menu.php:
|
482 |
msgid "Email with system info is sent to "
|
483 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
484 |
|
485 |
# @ captcha
|
486 |
-
#: bws_menu.php:
|
487 |
msgid "Thank you for contacting us."
|
488 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
489 |
|
490 |
# @ captcha
|
491 |
-
#: bws_menu.php:
|
492 |
msgid "Sorry, email message could not be delivered."
|
493 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
494 |
|
495 |
-
#: bws_menu.php:
|
496 |
msgid "Need help?"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: bws_menu.php:
|
500 |
msgid "Client area"
|
501 |
msgstr ""
|
502 |
|
503 |
# @ captcha
|
504 |
-
#: bws_menu.php:
|
|
|
505 |
msgid "System status"
|
506 |
msgstr "System Status"
|
507 |
|
508 |
# @ captcha
|
509 |
-
#: bws_menu.php:
|
510 |
#, fuzzy
|
511 |
msgid "Plugins"
|
512 |
msgstr "BWS Plugins"
|
513 |
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "Themes"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "All"
|
520 |
msgstr ""
|
521 |
|
522 |
# @ default
|
523 |
-
#: bws_menu.php:
|
524 |
#, fuzzy
|
525 |
msgid "Installed"
|
526 |
msgstr "Installiere %s"
|
527 |
|
528 |
# @ captcha
|
529 |
-
#: bws_menu.php:
|
530 |
#, fuzzy
|
531 |
msgid "Recommended"
|
532 |
msgstr "Empfohlene Plugins"
|
533 |
|
534 |
# @ captcha
|
535 |
-
#: bws_menu.php:
|
536 |
msgid "Installed plugins"
|
537 |
msgstr "Installierte Plugins"
|
538 |
|
539 |
# @ captcha
|
540 |
-
#: bws_menu.php:
|
|
|
541 |
msgid "Settings"
|
542 |
msgstr "Einstellungen"
|
543 |
|
544 |
# @ captcha
|
545 |
-
#: bws_menu.php:
|
|
|
546 |
#, fuzzy
|
547 |
msgid "Activate this plugin"
|
548 |
msgstr "Aktivierte Plugins"
|
549 |
|
550 |
-
#: bws_menu.php:
|
|
|
|
|
551 |
msgid "Go"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: bws_menu.php:
|
|
|
|
|
555 |
msgid "DONATE"
|
556 |
msgstr ""
|
557 |
|
558 |
# @ captcha
|
559 |
-
#: bws_menu.php:
|
560 |
msgid "Recommended plugins"
|
561 |
msgstr "Empfohlene Plugins"
|
562 |
|
563 |
# @ default
|
564 |
-
#: bws_menu.php:
|
565 |
#, fuzzy
|
566 |
msgid "Install now"
|
567 |
msgstr "Installiere %s"
|
568 |
|
569 |
-
#: bws_menu.php:
|
570 |
msgid "Try again"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: bws_menu.php:
|
574 |
#, php-format
|
575 |
msgid "Preview “%s”"
|
576 |
msgstr ""
|
577 |
|
578 |
# @ default
|
579 |
-
#: bws_menu.php:
|
580 |
#, php-format
|
581 |
msgid "Install %s"
|
582 |
msgstr "Installiere %s"
|
583 |
|
584 |
# @ default
|
585 |
-
#: bws_menu.php:
|
586 |
#, fuzzy
|
587 |
msgid "Install Now"
|
588 |
msgstr "Installiere %s"
|
589 |
|
590 |
-
#: bws_menu.php:
|
591 |
#, php-format
|
592 |
msgid "Update to version %s"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: bws_menu.php:
|
596 |
msgid "Update"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: bws_menu.php:
|
600 |
#, php-format
|
601 |
msgid "Preview %s"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: bws_menu.php:
|
605 |
msgid "Preview"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: bws_menu.php:
|
|
|
609 |
#, php-format
|
610 |
msgid "By %s"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: bws_menu.php:
|
614 |
msgid "Details"
|
615 |
msgstr ""
|
616 |
|
617 |
# @ default
|
618 |
-
#: bws_menu.php:
|
619 |
#, fuzzy
|
620 |
msgid "Already Installed"
|
621 |
msgstr "Installiere %s"
|
622 |
|
623 |
# @ captcha
|
624 |
-
#: bws_menu.php:
|
625 |
msgid "Environment"
|
626 |
msgstr "Umgebungsvariable"
|
627 |
|
628 |
# @ captcha
|
629 |
-
#: bws_menu.php:
|
630 |
msgid "Active Plugins"
|
631 |
msgstr "Aktivierte Plugins"
|
632 |
|
633 |
# @ captcha
|
634 |
-
#: bws_menu.php:
|
635 |
msgid "Inactive Plugins"
|
636 |
msgstr "Inactive Plugins"
|
637 |
|
638 |
# @ captcha
|
639 |
-
#: bws_menu.php:
|
640 |
msgid "Send to support"
|
641 |
msgstr "Sende zuzm Support"
|
642 |
|
643 |
# @ captcha
|
644 |
-
#: bws_menu.php:
|
645 |
msgid "Send to custom email »"
|
646 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
647 |
|
648 |
# @ captcha
|
649 |
#~ msgid "Pro plugins"
|
650 |
#~ msgstr "BWS Plugins"
|
651 |
-
|
652 |
# @ captcha
|
653 |
#~ msgid "Activated plugins"
|
654 |
#~ msgstr "Aktivierte Plugins"
|
655 |
-
|
656 |
# @ captcha
|
657 |
#~ msgid "Read more"
|
658 |
#~ msgstr "Lesen Sie mehr"
|
659 |
-
|
660 |
# @ captcha
|
661 |
#~ msgid "Purchase"
|
662 |
#~ msgstr "Kaufen"
|
663 |
-
|
664 |
# @ captcha
|
665 |
#~ msgid "Free plugins"
|
666 |
#~ msgstr "Freie Plugins"
|
667 |
-
|
668 |
# @ captcha
|
669 |
#~ msgid "Download"
|
670 |
#~ msgstr "Herunterladen"
|
671 |
-
|
672 |
# @ captcha
|
673 |
#~ msgid "Install now from wordpress.org"
|
674 |
#~ msgstr "Installiere jetzt von wordpress.org"
|
675 |
-
|
676 |
# @ captcha
|
677 |
#, fuzzy
|
678 |
#~ msgid "Activated theme"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-11 14:10+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-11 14:10+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: de_DE\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: bws_functions.php:89
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: bws_functions.php:91
|
26 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
|
|
|
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: bws_functions.php:92
|
30 |
msgid "Back to the WordPress"
|
31 |
msgstr ""
|
32 |
|
33 |
# @ captcha
|
34 |
+
#: bws_functions.php:94
|
35 |
#, fuzzy
|
36 |
msgid "Plugins page"
|
37 |
msgstr "BWS Plugins"
|
38 |
|
39 |
+
#: bws_functions.php:151
|
40 |
msgid "It’s time to upgrade your"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: bws_functions.php:151
|
44 |
msgid "to"
|
45 |
msgstr ""
|
46 |
|
47 |
# @ captcha
|
48 |
+
#: bws_functions.php:151
|
49 |
#, fuzzy
|
50 |
msgid "version!"
|
51 |
msgstr "PHP Version"
|
52 |
|
53 |
+
#: bws_functions.php:152
|
54 |
msgid "Extend standard plugin functionality with new great options."
|
55 |
msgstr ""
|
56 |
|
57 |
# @ captcha
|
58 |
+
#: bws_functions.php:155
|
59 |
+
#: bws_functions.php:542
|
60 |
#, fuzzy
|
61 |
msgid "Learn More"
|
62 |
msgstr "Lesen Sie mehr"
|
63 |
|
64 |
+
#: bws_functions.php:172
|
65 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
66 |
msgstr ""
|
67 |
|
68 |
# @ captcha
|
69 |
+
#: bws_functions.php:173
|
70 |
#, fuzzy
|
71 |
msgid "Rate the plugin"
|
72 |
msgstr "Aktivierte Plugins"
|
73 |
|
74 |
# @ captcha
|
75 |
+
#: bws_functions.php:176
|
76 |
#, fuzzy
|
77 |
msgid "If there is something wrong about it, please contact us"
|
78 |
msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
79 |
|
80 |
+
#: bws_functions.php:193
|
81 |
+
#: bws_functions.php:229
|
82 |
msgid "Wrong license key"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: bws_functions.php:223
|
86 |
+
#: bws_functions.php:455
|
87 |
+
#: bws_functions.php:506
|
88 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: bws_functions.php:223
|
92 |
+
#: bws_functions.php:455
|
93 |
+
#: bws_functions.php:506
|
94 |
msgid "We are sorry for inconvenience."
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: bws_functions.php:231
|
98 |
msgid "This license key is bind to another site"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: bws_functions.php:233
|
102 |
+
#: bws_functions.php:365
|
103 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
|
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: bws_functions.php:235
|
107 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
|
|
|
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: bws_functions.php:237
|
111 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: bws_functions.php:248
|
115 |
+
#: bws_functions.php:270
|
116 |
+
#: bws_functions.php:292
|
117 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: bws_functions.php:260
|
121 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: bws_functions.php:266
|
125 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
|
|
|
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: bws_functions.php:273
|
129 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: bws_functions.php:296
|
133 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
|
|
|
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: bws_functions.php:321
|
137 |
msgid "Please, enter Your license key"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: bws_functions.php:338
|
141 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
|
|
|
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: bws_functions.php:340
|
145 |
+
#: bws_functions.php:422
|
146 |
msgid "Please, go to"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: bws_functions.php:340
|
150 |
+
#: bws_functions.php:422
|
151 |
msgid "the setting page"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: bws_functions.php:341
|
155 |
+
#: bws_functions.php:423
|
156 |
msgid "You will be redirected automatically in 5 seconds."
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: bws_functions.php:346
|
160 |
msgid "You can download and activate"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: bws_functions.php:348
|
164 |
msgid "version of this plugin by entering Your license key."
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: bws_functions.php:350
|
168 |
+
#: bws_functions.php:391
|
169 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
|
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: bws_functions.php:352
|
173 |
+
#: bws_functions.php:393
|
174 |
msgid "(your username is the email you specify when purchasing the product)."
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: bws_functions.php:356
|
178 |
msgid "or"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: bws_functions.php:356
|
182 |
#, php-format
|
183 |
msgid "Start Your Free %s-Day Trial Now"
|
184 |
msgstr ""
|
185 |
|
186 |
# @ captcha
|
187 |
+
#: bws_functions.php:362
|
188 |
+
#: bws_functions.php:371
|
189 |
+
#: bws_functions.php:401
|
190 |
+
#: bws_functions.php:409
|
191 |
+
#: bws_menu.php:643
|
192 |
+
#: bws_menu.php:700
|
193 |
#, fuzzy
|
194 |
msgid "Activate"
|
195 |
msgstr "Aktivierte Plugins"
|
196 |
|
197 |
+
#: bws_functions.php:388
|
198 |
+
#: bws_functions.php:481
|
199 |
#, php-format
|
200 |
+
msgid "In order to continue using the plugin it is necessary to buy a %s license."
|
|
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: bws_functions.php:389
|
204 |
msgid "After that you can activate it by entering your license key."
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: bws_functions.php:403
|
208 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: bws_functions.php:420
|
212 |
+
msgid "Congratulations! The PRO license of the plugin is successfully activated."
|
|
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: bws_functions.php:461
|
216 |
msgid "Wrong license key."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: bws_functions.php:463
|
220 |
msgid "This license key is bind to another site."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: bws_functions.php:465
|
224 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
|
|
|
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: bws_functions.php:467
|
228 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: bws_functions.php:469
|
232 |
+
msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: bws_functions.php:473
|
236 |
msgid "The PRO Trial license key is valid."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: bws_functions.php:475
|
240 |
msgid "The license key is valid."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: bws_functions.php:478
|
244 |
msgid "Your license will expire on"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: bws_functions.php:511
|
248 |
msgid "Please, enter your license key"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: bws_functions.php:524
|
252 |
+
msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
|
|
|
|
|
|
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: bws_functions.php:524
|
256 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
|
|
|
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: bws_functions.php:528
|
260 |
msgid "Check license key"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: bws_functions.php:542
|
264 |
+
msgid "WARNING: Illegal use notification"
|
|
|
|
|
|
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: bws_functions.php:542
|
268 |
+
msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
|
|
|
|
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: bws_functions.php:550
|
272 |
+
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
|
|
|
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: bws_functions.php:552
|
276 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
|
|
|
|
277 |
msgstr ""
|
278 |
|
279 |
# @ captcha
|
280 |
+
#: bws_functions.php:552
|
281 |
+
#: bws_functions.php:605
|
282 |
+
#: bws_menu.php:619
|
283 |
+
#: bws_menu.php:641
|
284 |
+
#: bws_menu.php:668
|
285 |
+
#: bws_menu.php:698
|
286 |
+
#: bws_menu.php:744
|
287 |
#, fuzzy
|
288 |
msgid "Learn more"
|
289 |
msgstr "Lesen Sie mehr"
|
290 |
|
291 |
+
#: bws_functions.php:562
|
292 |
#, php-format
|
293 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: bws_functions.php:564
|
297 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: bws_functions.php:567
|
301 |
msgid "The PRO Trial license will expire on"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: bws_functions.php:605
|
305 |
msgid "You license for"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: bws_functions.php:605
|
309 |
msgid "expires on"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: bws_functions.php:605
|
313 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: bws_functions.php:680
|
317 |
msgid "Close"
|
318 |
msgstr ""
|
319 |
|
320 |
# @ captcha
|
321 |
+
#: bws_menu.php:456
|
322 |
msgid "Not set"
|
323 |
msgstr "Nicht festgelegt"
|
324 |
|
325 |
# @ captcha
|
326 |
+
#: bws_menu.php:458
|
327 |
+
#: bws_menu.php:459
|
328 |
msgid "On"
|
329 |
msgstr "Ein"
|
330 |
|
331 |
# @ captcha
|
332 |
+
#: bws_menu.php:458
|
333 |
+
#: bws_menu.php:459
|
334 |
msgid "Off"
|
335 |
msgstr "Ausgeschaltet"
|
336 |
|
337 |
# @ captcha
|
338 |
+
#: bws_menu.php:460
|
339 |
+
#: bws_menu.php:461
|
340 |
+
#: bws_menu.php:462
|
341 |
+
#: bws_menu.php:463
|
342 |
+
#: bws_menu.php:464
|
343 |
+
#: bws_menu.php:476
|
344 |
msgid "N/A"
|
345 |
msgstr "keine Angaben"
|
346 |
|
347 |
# @ captcha
|
348 |
+
#: bws_menu.php:464
|
349 |
msgid " Mb"
|
350 |
msgstr " Mb"
|
351 |
|
352 |
# @ captcha
|
353 |
+
#: bws_menu.php:465
|
354 |
+
#: bws_menu.php:466
|
355 |
+
#: bws_menu.php:467
|
356 |
+
#: bws_menu.php:472
|
357 |
msgid "Yes"
|
358 |
msgstr "Ja"
|
359 |
|
360 |
# @ captcha
|
361 |
+
#: bws_menu.php:465
|
362 |
+
#: bws_menu.php:466
|
363 |
+
#: bws_menu.php:467
|
364 |
+
#: bws_menu.php:474
|
365 |
msgid "No"
|
366 |
msgstr "Nein"
|
367 |
|
368 |
# @ captcha
|
369 |
+
#: bws_menu.php:484
|
370 |
msgid "Operating System"
|
371 |
msgstr "Betriebs-System"
|
372 |
|
373 |
# @ captcha
|
374 |
+
#: bws_menu.php:485
|
375 |
msgid "Server"
|
376 |
msgstr "Server"
|
377 |
|
378 |
# @ captcha
|
379 |
+
#: bws_menu.php:486
|
380 |
msgid "Memory usage"
|
381 |
msgstr "Speichernutzung"
|
382 |
|
383 |
# @ captcha
|
384 |
+
#: bws_menu.php:487
|
385 |
msgid "MYSQL Version"
|
386 |
msgstr "MYSQL Version"
|
387 |
|
388 |
# @ captcha
|
389 |
+
#: bws_menu.php:488
|
390 |
msgid "SQL Mode"
|
391 |
msgstr "SQL Modus"
|
392 |
|
393 |
# @ captcha
|
394 |
+
#: bws_menu.php:489
|
395 |
msgid "PHP Version"
|
396 |
msgstr "PHP Version"
|
397 |
|
398 |
# @ captcha
|
399 |
+
#: bws_menu.php:490
|
400 |
msgid "PHP Safe Mode"
|
401 |
msgstr "PHP Gesicherter Modus"
|
402 |
|
403 |
# @ captcha
|
404 |
+
#: bws_menu.php:491
|
405 |
msgid "PHP Allow URL fopen"
|
406 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
407 |
|
408 |
# @ captcha
|
409 |
+
#: bws_menu.php:492
|
410 |
msgid "PHP Memory Limit"
|
411 |
msgstr "PHP Speicher-Grenze"
|
412 |
|
413 |
# @ captcha
|
414 |
+
#: bws_menu.php:493
|
415 |
msgid "PHP Max Upload Size"
|
416 |
msgstr "PHP Maximale Upload Größe"
|
417 |
|
418 |
# @ captcha
|
419 |
+
#: bws_menu.php:494
|
420 |
msgid "PHP Max Post Size"
|
421 |
msgstr "PHP Maximale Beitrags-Größe"
|
422 |
|
423 |
# @ captcha
|
424 |
+
#: bws_menu.php:495
|
425 |
msgid "PHP Max Script Execute Time"
|
426 |
msgstr "PHP Maximale Script Ausführungszeit"
|
427 |
|
428 |
# @ captcha
|
429 |
+
#: bws_menu.php:496
|
430 |
msgid "PHP Exif support"
|
431 |
msgstr "PHP Exif Support"
|
432 |
|
433 |
# @ captcha
|
434 |
+
#: bws_menu.php:497
|
435 |
msgid "PHP IPTC support"
|
436 |
msgstr "PHP IPTC Support"
|
437 |
|
438 |
# @ captcha
|
439 |
+
#: bws_menu.php:498
|
440 |
msgid "PHP XML support"
|
441 |
msgstr "PHP XML Support"
|
442 |
|
443 |
# @ captcha
|
444 |
+
#: bws_menu.php:499
|
445 |
msgid "Site URL"
|
446 |
msgstr "Site URL"
|
447 |
|
448 |
# @ captcha
|
449 |
+
#: bws_menu.php:500
|
450 |
msgid "Home URL"
|
451 |
msgstr "Home URL"
|
452 |
|
453 |
# @ captcha
|
454 |
+
#: bws_menu.php:503
|
455 |
msgid "WordPress Version"
|
456 |
msgstr "WordPress Version"
|
457 |
|
458 |
# @ captcha
|
459 |
+
#: bws_menu.php:504
|
460 |
msgid "WordPress DB Version"
|
461 |
msgstr "WordPress DB Version"
|
462 |
|
463 |
# @ captcha
|
464 |
+
#: bws_menu.php:505
|
465 |
msgid "Multisite"
|
466 |
msgstr "Multisite"
|
467 |
|
468 |
# @ captcha
|
469 |
+
#: bws_menu.php:506
|
470 |
msgid "Active Theme"
|
471 |
msgstr "Actives Theme"
|
472 |
|
473 |
# @ captcha
|
474 |
+
#: bws_menu.php:521
|
475 |
msgid "Please enter a valid email address."
|
476 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
477 |
|
478 |
# @ captcha
|
479 |
+
#: bws_menu.php:525
|
480 |
msgid "Email with system info is sent to "
|
481 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
482 |
|
483 |
# @ captcha
|
484 |
+
#: bws_menu.php:529
|
485 |
msgid "Thank you for contacting us."
|
486 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
487 |
|
488 |
# @ captcha
|
489 |
+
#: bws_menu.php:562
|
490 |
msgid "Sorry, email message could not be delivered."
|
491 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
492 |
|
493 |
+
#: bws_menu.php:570
|
494 |
msgid "Need help?"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: bws_menu.php:571
|
498 |
msgid "Client area"
|
499 |
msgstr ""
|
500 |
|
501 |
# @ captcha
|
502 |
+
#: bws_menu.php:572
|
503 |
+
#: bws_menu.php:883
|
504 |
msgid "System status"
|
505 |
msgstr "System Status"
|
506 |
|
507 |
# @ captcha
|
508 |
+
#: bws_menu.php:577
|
509 |
#, fuzzy
|
510 |
msgid "Plugins"
|
511 |
msgstr "BWS Plugins"
|
512 |
|
513 |
+
#: bws_menu.php:579
|
514 |
msgid "Themes"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: bws_menu.php:584
|
518 |
msgid "All"
|
519 |
msgstr ""
|
520 |
|
521 |
# @ default
|
522 |
+
#: bws_menu.php:585
|
523 |
#, fuzzy
|
524 |
msgid "Installed"
|
525 |
msgstr "Installiere %s"
|
526 |
|
527 |
# @ captcha
|
528 |
+
#: bws_menu.php:586
|
529 |
#, fuzzy
|
530 |
msgid "Recommended"
|
531 |
msgstr "Empfohlene Plugins"
|
532 |
|
533 |
# @ captcha
|
534 |
+
#: bws_menu.php:590
|
535 |
msgid "Installed plugins"
|
536 |
msgstr "Installierte Plugins"
|
537 |
|
538 |
# @ captcha
|
539 |
+
#: bws_menu.php:622
|
540 |
+
#: bws_menu.php:671
|
541 |
msgid "Settings"
|
542 |
msgstr "Einstellungen"
|
543 |
|
544 |
# @ captcha
|
545 |
+
#: bws_menu.php:643
|
546 |
+
#: bws_menu.php:700
|
547 |
#, fuzzy
|
548 |
msgid "Activate this plugin"
|
549 |
msgstr "Aktivierte Plugins"
|
550 |
|
551 |
+
#: bws_menu.php:658
|
552 |
+
#: bws_menu.php:688
|
553 |
+
#: bws_menu.php:734
|
554 |
msgid "Go"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: bws_menu.php:662
|
558 |
+
#: bws_menu.php:692
|
559 |
+
#: bws_menu.php:738
|
560 |
msgid "DONATE"
|
561 |
msgstr ""
|
562 |
|
563 |
# @ captcha
|
564 |
+
#: bws_menu.php:708
|
565 |
msgid "Recommended plugins"
|
566 |
msgstr "Empfohlene Plugins"
|
567 |
|
568 |
# @ default
|
569 |
+
#: bws_menu.php:746
|
570 |
#, fuzzy
|
571 |
msgid "Install now"
|
572 |
msgstr "Installiere %s"
|
573 |
|
574 |
+
#: bws_menu.php:767
|
575 |
msgid "Try again"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: bws_menu.php:785
|
579 |
#, php-format
|
580 |
msgid "Preview “%s”"
|
581 |
msgstr ""
|
582 |
|
583 |
# @ default
|
584 |
+
#: bws_menu.php:816
|
585 |
#, php-format
|
586 |
msgid "Install %s"
|
587 |
msgstr "Installiere %s"
|
588 |
|
589 |
# @ default
|
590 |
+
#: bws_menu.php:816
|
591 |
#, fuzzy
|
592 |
msgid "Install Now"
|
593 |
msgstr "Installiere %s"
|
594 |
|
595 |
+
#: bws_menu.php:819
|
596 |
#, php-format
|
597 |
msgid "Update to version %s"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: bws_menu.php:819
|
601 |
msgid "Update"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: bws_menu.php:826
|
605 |
#, php-format
|
606 |
msgid "Preview %s"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: bws_menu.php:826
|
610 |
msgid "Preview"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: bws_menu.php:832
|
614 |
+
#: bws_menu.php:864
|
615 |
#, php-format
|
616 |
msgid "By %s"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: bws_menu.php:838
|
620 |
msgid "Details"
|
621 |
msgstr ""
|
622 |
|
623 |
# @ default
|
624 |
+
#: bws_menu.php:870
|
625 |
#, fuzzy
|
626 |
msgid "Already Installed"
|
627 |
msgstr "Installiere %s"
|
628 |
|
629 |
# @ captcha
|
630 |
+
#: bws_menu.php:886
|
631 |
msgid "Environment"
|
632 |
msgstr "Umgebungsvariable"
|
633 |
|
634 |
# @ captcha
|
635 |
+
#: bws_menu.php:897
|
636 |
msgid "Active Plugins"
|
637 |
msgstr "Aktivierte Plugins"
|
638 |
|
639 |
# @ captcha
|
640 |
+
#: bws_menu.php:910
|
641 |
msgid "Inactive Plugins"
|
642 |
msgstr "Inactive Plugins"
|
643 |
|
644 |
# @ captcha
|
645 |
+
#: bws_menu.php:926
|
646 |
msgid "Send to support"
|
647 |
msgstr "Sende zuzm Support"
|
648 |
|
649 |
# @ captcha
|
650 |
+
#: bws_menu.php:933
|
651 |
msgid "Send to custom email »"
|
652 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
653 |
|
654 |
# @ captcha
|
655 |
#~ msgid "Pro plugins"
|
656 |
#~ msgstr "BWS Plugins"
|
|
|
657 |
# @ captcha
|
658 |
#~ msgid "Activated plugins"
|
659 |
#~ msgstr "Aktivierte Plugins"
|
|
|
660 |
# @ captcha
|
661 |
#~ msgid "Read more"
|
662 |
#~ msgstr "Lesen Sie mehr"
|
|
|
663 |
# @ captcha
|
664 |
#~ msgid "Purchase"
|
665 |
#~ msgstr "Kaufen"
|
|
|
666 |
# @ captcha
|
667 |
#~ msgid "Free plugins"
|
668 |
#~ msgstr "Freie Plugins"
|
|
|
669 |
# @ captcha
|
670 |
#~ msgid "Download"
|
671 |
#~ msgstr "Herunterladen"
|
|
|
672 |
# @ captcha
|
673 |
#~ msgid "Install now from wordpress.org"
|
674 |
#~ msgstr "Installiere jetzt von wordpress.org"
|
|
|
675 |
# @ captcha
|
676 |
#, fuzzy
|
677 |
#~ msgid "Activated theme"
|
bws_menu/languages/bestwebsoft-fr_FR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -14,575 +14,581 @@ msgstr ""
|
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"Plural-Forms: nplurals=2;plural=n>2;\n"
|
17 |
-
"X-Generator: Poedit 1.5.
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_functions.php:
|
21 |
-
#, fuzzy
|
22 |
msgid "requires"
|
23 |
-
msgstr "
|
24 |
|
25 |
-
#: bws_functions.php:
|
26 |
-
msgid ""
|
27 |
-
"
|
28 |
-
"try again."
|
29 |
-
msgstr ""
|
30 |
|
31 |
-
#: bws_functions.php:
|
32 |
msgid "Back to the WordPress"
|
33 |
-
msgstr ""
|
34 |
|
35 |
-
#: bws_functions.php:
|
36 |
-
#, fuzzy
|
37 |
msgid "Plugins page"
|
38 |
-
msgstr "
|
39 |
|
40 |
-
#: bws_functions.php:
|
41 |
msgid "It’s time to upgrade your"
|
42 |
-
msgstr ""
|
43 |
|
44 |
-
#: bws_functions.php:
|
45 |
msgid "to"
|
46 |
-
msgstr ""
|
47 |
|
48 |
-
#: bws_functions.php:
|
49 |
-
#, fuzzy
|
50 |
msgid "version!"
|
51 |
-
msgstr "
|
52 |
|
53 |
-
#: bws_functions.php:
|
54 |
msgid "Extend standard plugin functionality with new great options."
|
55 |
-
msgstr ""
|
56 |
|
57 |
-
#: bws_functions.php:
|
58 |
-
|
59 |
msgid "Learn More"
|
60 |
msgstr "En savoir plus"
|
61 |
|
62 |
-
#: bws_functions.php:
|
63 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
64 |
-
msgstr ""
|
65 |
|
66 |
-
#: bws_functions.php:
|
67 |
-
#, fuzzy
|
68 |
msgid "Rate the plugin"
|
69 |
-
msgstr "
|
70 |
|
71 |
-
#: bws_functions.php:
|
72 |
-
#, fuzzy
|
73 |
msgid "If there is something wrong about it, please contact us"
|
74 |
-
msgstr "Si vous avez
|
75 |
|
76 |
-
#: bws_functions.php:
|
|
|
77 |
msgid "Wrong license key"
|
78 |
-
msgstr ""
|
79 |
|
80 |
-
#: bws_functions.php:
|
81 |
-
|
82 |
-
|
83 |
-
"please contact us"
|
84 |
-
msgstr ""
|
85 |
|
86 |
-
#: bws_functions.php:
|
|
|
|
|
87 |
msgid "We are sorry for inconvenience."
|
88 |
-
msgstr ""
|
89 |
|
90 |
-
#: bws_functions.php:
|
91 |
msgid "This license key is bind to another site"
|
92 |
-
msgstr ""
|
93 |
|
94 |
-
#: bws_functions.php:
|
95 |
-
|
96 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
97 |
-
"
|
98 |
-
msgstr ""
|
99 |
|
100 |
-
#: bws_functions.php:
|
101 |
-
msgid ""
|
102 |
-
"
|
103 |
-
"support and plugin updates you should extend it in your"
|
104 |
-
msgstr ""
|
105 |
|
106 |
-
#: bws_functions.php:
|
107 |
-
msgid ""
|
108 |
-
"
|
109 |
-
"Trial license can be installed only once."
|
110 |
-
msgstr ""
|
111 |
|
112 |
-
#: bws_functions.php:
|
|
|
|
|
113 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
114 |
-
msgstr ""
|
115 |
|
116 |
-
#: bws_functions.php:
|
117 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
118 |
-
msgstr ""
|
119 |
|
120 |
-
#: bws_functions.php:
|
121 |
-
msgid ""
|
122 |
-
"
|
123 |
-
"plugin manually"
|
124 |
-
msgstr ""
|
125 |
|
126 |
-
#: bws_functions.php:
|
127 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
128 |
-
msgstr ""
|
129 |
|
130 |
-
#: bws_functions.php:
|
131 |
-
msgid ""
|
132 |
-
"
|
133 |
-
"sorry for inconvenience."
|
134 |
-
msgstr ""
|
135 |
|
136 |
-
#: bws_functions.php:
|
137 |
-
#, fuzzy
|
138 |
msgid "Please, enter Your license key"
|
139 |
-
msgstr "Merci de saisir votre
|
140 |
|
141 |
-
#: bws_functions.php:
|
142 |
-
msgid ""
|
143 |
-
"
|
144 |
-
"activated."
|
145 |
-
msgstr ""
|
146 |
|
147 |
-
#: bws_functions.php:
|
|
|
148 |
msgid "Please, go to"
|
149 |
-
msgstr ""
|
150 |
|
151 |
-
#: bws_functions.php:
|
152 |
-
|
153 |
msgid "the setting page"
|
154 |
msgstr "Options supplémentaires"
|
155 |
|
156 |
-
#: bws_functions.php:
|
|
|
157 |
msgid "You will be redirected automatically in 5 seconds."
|
158 |
-
msgstr ""
|
159 |
|
160 |
-
#: bws_functions.php:
|
161 |
msgid "You can download and activate"
|
162 |
-
msgstr ""
|
163 |
|
164 |
-
#: bws_functions.php:
|
165 |
msgid "version of this plugin by entering Your license key."
|
166 |
-
msgstr ""
|
167 |
|
168 |
-
#: bws_functions.php:
|
169 |
-
|
170 |
-
"You can find your license key on your personal page Client area, by clicking "
|
171 |
-
"
|
172 |
-
msgstr ""
|
173 |
|
174 |
-
#: bws_functions.php:
|
|
|
175 |
msgid "(your username is the email you specify when purchasing the product)."
|
176 |
-
msgstr ""
|
177 |
|
178 |
-
#: bws_functions.php:
|
179 |
msgid "or"
|
180 |
-
msgstr ""
|
181 |
|
182 |
-
#: bws_functions.php:
|
183 |
#, php-format
|
184 |
msgid "Start Your Free %s-Day Trial Now"
|
185 |
-
msgstr ""
|
186 |
|
187 |
-
#: bws_functions.php:
|
188 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
189 |
msgid "Activate"
|
190 |
msgstr "Activé"
|
191 |
|
192 |
-
#: bws_functions.php:
|
|
|
193 |
#, php-format
|
194 |
-
msgid ""
|
195 |
-
"
|
196 |
-
msgstr ""
|
197 |
|
198 |
-
#: bws_functions.php:
|
199 |
msgid "After that you can activate it by entering your license key."
|
200 |
-
msgstr ""
|
201 |
|
202 |
-
#: bws_functions.php:
|
203 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
204 |
-
msgstr ""
|
205 |
|
206 |
-
#: bws_functions.php:
|
207 |
-
msgid ""
|
208 |
-
"
|
209 |
-
msgstr ""
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
msgid "Wrong license key."
|
213 |
-
msgstr ""
|
214 |
|
215 |
-
#: bws_functions.php:
|
216 |
msgid "This license key is bind to another site."
|
217 |
-
msgstr ""
|
218 |
|
219 |
-
#: bws_functions.php:
|
220 |
-
msgid ""
|
221 |
-
"
|
222 |
-
"update our plugin in future, you should extend the license."
|
223 |
-
msgstr ""
|
224 |
|
225 |
-
#: bws_functions.php:
|
226 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: bws_functions.php:465
|
230 |
-
msgid ""
|
231 |
-
"Unfortunately, the PRO Trial licence was already installed to this domain. "
|
232 |
-
"The PRO Trial license can be installed only once."
|
233 |
-
msgstr ""
|
234 |
|
235 |
#: bws_functions.php:469
|
|
|
|
|
|
|
|
|
236 |
msgid "The PRO Trial license key is valid."
|
237 |
-
msgstr ""
|
238 |
|
239 |
-
#: bws_functions.php:
|
240 |
msgid "The license key is valid."
|
241 |
-
msgstr ""
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
msgid "Your license will expire on"
|
245 |
-
msgstr ""
|
246 |
|
247 |
-
#: bws_functions.php:
|
248 |
-
#, fuzzy
|
249 |
msgid "Please, enter your license key"
|
250 |
-
msgstr "Merci de saisir votre
|
251 |
-
|
252 |
-
#: bws_functions.php:520
|
253 |
-
msgid ""
|
254 |
-
"If needed you can check if the license key is correct or reenter it in the "
|
255 |
-
"field below. You can find your license key on your personal page - Client "
|
256 |
-
"area - on our website"
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: bws_functions.php:520
|
260 |
-
msgid ""
|
261 |
-
"(your username is the email you specify when purchasing the product). If "
|
262 |
-
"necessary, please submit \"Lost your password?\" request."
|
263 |
-
msgstr ""
|
264 |
|
265 |
#: bws_functions.php:524
|
266 |
-
msgid "
|
267 |
-
msgstr ""
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
-
msgid ""
|
271 |
-
"
|
272 |
-
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
273 |
-
"will be deactivated. Please go to your personal"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: bws_functions.php:538
|
277 |
-
msgid ""
|
278 |
-
"(your username is the email you specify when purchasing the product), where "
|
279 |
-
"you can make the necessary changes."
|
280 |
-
msgstr ""
|
281 |
|
282 |
-
#: bws_functions.php:
|
283 |
-
msgid ""
|
284 |
-
"
|
285 |
-
"should buy a PRO license"
|
286 |
-
msgstr ""
|
287 |
|
288 |
-
#: bws_functions.php:
|
289 |
-
msgid ""
|
290 |
-
"Your license has expired. To continue getting top-priority support and "
|
291 |
-
"plugin updates you should extend it."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: bws_functions.php:
|
295 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
msgid "Learn more"
|
297 |
msgstr "En savoir plus"
|
298 |
|
299 |
-
#: bws_functions.php:
|
300 |
#, php-format
|
301 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
302 |
-
msgstr ""
|
303 |
|
304 |
-
#: bws_functions.php:
|
305 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
306 |
-
msgstr ""
|
307 |
|
308 |
-
#: bws_functions.php:
|
309 |
msgid "The PRO Trial license will expire on"
|
310 |
-
msgstr ""
|
311 |
|
312 |
-
#: bws_functions.php:
|
313 |
msgid "You license for"
|
314 |
-
msgstr ""
|
315 |
|
316 |
-
#: bws_functions.php:
|
317 |
msgid "expires on"
|
318 |
-
msgstr ""
|
319 |
|
320 |
-
#: bws_functions.php:
|
321 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
322 |
-
msgstr ""
|
323 |
|
324 |
-
#: bws_functions.php:
|
325 |
msgid "Close"
|
326 |
-
msgstr ""
|
327 |
|
328 |
-
#: bws_menu.php:
|
329 |
msgid "Not set"
|
330 |
msgstr "Not set"
|
331 |
|
332 |
-
#: bws_menu.php:
|
|
|
333 |
msgid "On"
|
334 |
msgstr "On"
|
335 |
|
336 |
-
#: bws_menu.php:
|
|
|
337 |
msgid "Off"
|
338 |
msgstr "Off"
|
339 |
|
340 |
-
#: bws_menu.php:
|
341 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
342 |
msgid "N/A"
|
343 |
msgstr "N/A"
|
344 |
|
345 |
-
#: bws_menu.php:
|
346 |
msgid " Mb"
|
347 |
msgstr " Mb"
|
348 |
|
349 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
350 |
msgid "Yes"
|
351 |
msgstr "Yes"
|
352 |
|
353 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
354 |
msgid "No"
|
355 |
msgstr "No"
|
356 |
|
357 |
-
#: bws_menu.php:
|
358 |
msgid "Operating System"
|
359 |
msgstr "Operating System"
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
msgid "Server"
|
363 |
msgstr "Server"
|
364 |
|
365 |
-
#: bws_menu.php:
|
366 |
msgid "Memory usage"
|
367 |
msgstr "Memory usage"
|
368 |
|
369 |
-
#: bws_menu.php:
|
370 |
msgid "MYSQL Version"
|
371 |
msgstr "MYSQL Version"
|
372 |
|
373 |
-
#: bws_menu.php:
|
374 |
msgid "SQL Mode"
|
375 |
msgstr "SQL Mode"
|
376 |
|
377 |
-
#: bws_menu.php:
|
378 |
msgid "PHP Version"
|
379 |
msgstr "PHP Version"
|
380 |
|
381 |
-
#: bws_menu.php:
|
382 |
msgid "PHP Safe Mode"
|
383 |
msgstr "PHP Safe Mode"
|
384 |
|
385 |
-
#: bws_menu.php:
|
386 |
msgid "PHP Allow URL fopen"
|
387 |
msgstr "PHP Allow URL fopen"
|
388 |
|
389 |
-
#: bws_menu.php:
|
390 |
msgid "PHP Memory Limit"
|
391 |
msgstr "PHP Memory Limit"
|
392 |
|
393 |
-
#: bws_menu.php:
|
394 |
msgid "PHP Max Upload Size"
|
395 |
msgstr "PHP Max Upload Size"
|
396 |
|
397 |
-
#: bws_menu.php:
|
398 |
msgid "PHP Max Post Size"
|
399 |
msgstr "PHP Max Post Size"
|
400 |
|
401 |
-
#: bws_menu.php:
|
402 |
msgid "PHP Max Script Execute Time"
|
403 |
msgstr "PHP Max Script Execute Time"
|
404 |
|
405 |
-
#: bws_menu.php:
|
406 |
msgid "PHP Exif support"
|
407 |
msgstr "PHP Exif support"
|
408 |
|
409 |
-
#: bws_menu.php:
|
410 |
msgid "PHP IPTC support"
|
411 |
msgstr "PHP IPTC support"
|
412 |
|
413 |
-
#: bws_menu.php:
|
414 |
msgid "PHP XML support"
|
415 |
msgstr "PHP XML support"
|
416 |
|
417 |
-
#: bws_menu.php:
|
418 |
msgid "Site URL"
|
419 |
msgstr "Site URL"
|
420 |
|
421 |
-
#: bws_menu.php:
|
422 |
msgid "Home URL"
|
423 |
msgstr "Home URL"
|
424 |
|
425 |
-
#: bws_menu.php:
|
426 |
msgid "WordPress Version"
|
427 |
msgstr "WordPress Version"
|
428 |
|
429 |
-
#: bws_menu.php:
|
430 |
msgid "WordPress DB Version"
|
431 |
msgstr "WordPress DB Version"
|
432 |
|
433 |
-
#: bws_menu.php:
|
434 |
msgid "Multisite"
|
435 |
msgstr "Multisite"
|
436 |
|
437 |
-
#: bws_menu.php:
|
438 |
msgid "Active Theme"
|
439 |
msgstr "Active Theme"
|
440 |
|
441 |
-
#: bws_menu.php:
|
442 |
msgid "Please enter a valid email address."
|
443 |
msgstr "Merci de saisir une adresse e-mail valide."
|
444 |
|
445 |
-
#: bws_menu.php:
|
446 |
msgid "Email with system info is sent to "
|
447 |
msgstr "Le courriel avec les informations système est envoyé à"
|
448 |
|
449 |
-
#: bws_menu.php:
|
450 |
msgid "Thank you for contacting us."
|
451 |
msgstr "Merci de nous avoir contacté."
|
452 |
|
453 |
-
#: bws_menu.php:
|
454 |
msgid "Sorry, email message could not be delivered."
|
455 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
456 |
|
457 |
-
#: bws_menu.php:
|
458 |
msgid "Need help?"
|
459 |
msgstr "Besoin d'aide ?"
|
460 |
|
461 |
-
#: bws_menu.php:
|
462 |
msgid "Client area"
|
463 |
msgstr "Espace client"
|
464 |
|
465 |
-
#: bws_menu.php:
|
|
|
466 |
msgid "System status"
|
467 |
msgstr "System status"
|
468 |
|
469 |
-
#: bws_menu.php:
|
470 |
msgid "Plugins"
|
471 |
msgstr "Externsions"
|
472 |
|
473 |
-
#: bws_menu.php:
|
474 |
msgid "Themes"
|
475 |
msgstr "Thèmes"
|
476 |
|
477 |
-
#: bws_menu.php:
|
478 |
msgid "All"
|
479 |
msgstr "Tous"
|
480 |
|
481 |
-
#: bws_menu.php:
|
482 |
msgid "Installed"
|
483 |
msgstr "Installé"
|
484 |
|
485 |
-
#: bws_menu.php:
|
486 |
msgid "Recommended"
|
487 |
msgstr "Recommandé"
|
488 |
|
489 |
-
#: bws_menu.php:
|
490 |
msgid "Installed plugins"
|
491 |
msgstr "Plugin installé"
|
492 |
|
493 |
-
#: bws_menu.php:
|
|
|
494 |
msgid "Settings"
|
495 |
msgstr "Réglages"
|
496 |
|
497 |
-
#: bws_menu.php:
|
|
|
498 |
msgid "Activate this plugin"
|
499 |
msgstr "Activer cette extension"
|
500 |
|
501 |
-
#: bws_menu.php:
|
|
|
|
|
502 |
msgid "Go"
|
503 |
msgstr "Passez"
|
504 |
|
505 |
-
#: bws_menu.php:
|
|
|
|
|
506 |
msgid "DONATE"
|
507 |
msgstr "Faire un don"
|
508 |
|
509 |
-
#: bws_menu.php:
|
510 |
msgid "Recommended plugins"
|
511 |
msgstr "Plugin recommandé"
|
512 |
|
513 |
-
#: bws_menu.php:
|
514 |
msgid "Install now"
|
515 |
msgstr "Installer maintenant"
|
516 |
|
517 |
-
#: bws_menu.php:
|
518 |
msgid "Try again"
|
519 |
msgstr "Essayer de nouveau"
|
520 |
|
521 |
-
#: bws_menu.php:
|
522 |
#, php-format
|
523 |
msgid "Preview “%s”"
|
524 |
msgstr "Pré-visualiser “%s”"
|
525 |
|
526 |
-
#: bws_menu.php:
|
527 |
#, php-format
|
528 |
msgid "Install %s"
|
529 |
msgstr "%s installé"
|
530 |
|
531 |
-
#: bws_menu.php:
|
532 |
msgid "Install Now"
|
533 |
msgstr "Installa Ora"
|
534 |
|
535 |
-
#: bws_menu.php:
|
536 |
#, php-format
|
537 |
msgid "Update to version %s"
|
538 |
msgstr "Mettre à jour pour la version %s"
|
539 |
|
540 |
-
#: bws_menu.php:
|
541 |
msgid "Update"
|
542 |
msgstr "Mettre à jour"
|
543 |
|
544 |
-
#: bws_menu.php:
|
545 |
#, php-format
|
546 |
msgid "Preview %s"
|
547 |
msgstr "Pré-visualiser %s"
|
548 |
|
549 |
-
#: bws_menu.php:
|
550 |
msgid "Preview"
|
551 |
msgstr "Pré-visualiser"
|
552 |
|
553 |
-
#: bws_menu.php:
|
|
|
554 |
#, php-format
|
555 |
msgid "By %s"
|
556 |
msgstr "Par %s"
|
557 |
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "Details"
|
560 |
msgstr "Détails"
|
561 |
|
562 |
-
#: bws_menu.php:
|
563 |
msgid "Already Installed"
|
564 |
msgstr "Déjà installé"
|
565 |
|
566 |
-
#: bws_menu.php:
|
567 |
msgid "Environment"
|
568 |
msgstr "Environment"
|
569 |
|
570 |
-
#: bws_menu.php:
|
571 |
msgid "Active Plugins"
|
572 |
msgstr "Plugin actifs"
|
573 |
|
574 |
-
#: bws_menu.php:
|
575 |
msgid "Inactive Plugins"
|
576 |
msgstr "Plugin inactifs"
|
577 |
|
578 |
-
#: bws_menu.php:
|
579 |
msgid "Send to support"
|
580 |
msgstr "Envoyé au support"
|
581 |
|
582 |
-
#: bws_menu.php:
|
583 |
msgid "Send to custom email »"
|
584 |
msgstr "Envoyer un e-mail spécifique »"
|
585 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
586 |
#~ msgid "Switch to new interface"
|
587 |
#~ msgstr "Basculer vers la nouvelle interface"
|
588 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-11 14:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-11 14:11+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"Plural-Forms: nplurals=2;plural=n>2;\n"
|
17 |
+
"X-Generator: Poedit 1.5.7\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_functions.php:89
|
|
|
21 |
msgid "requires"
|
22 |
+
msgstr "obligatoire"
|
23 |
|
24 |
+
#: bws_functions.php:91
|
25 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
26 |
+
msgstr "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à jour de WordPress puis de ré-essayer."
|
|
|
|
|
27 |
|
28 |
+
#: bws_functions.php:92
|
29 |
msgid "Back to the WordPress"
|
30 |
+
msgstr "Retour à WordPress"
|
31 |
|
32 |
+
#: bws_functions.php:94
|
|
|
33 |
msgid "Plugins page"
|
34 |
+
msgstr "Page des extensions"
|
35 |
|
36 |
+
#: bws_functions.php:151
|
37 |
msgid "It’s time to upgrade your"
|
38 |
+
msgstr "C'est le moment de mettre à jour votre "
|
39 |
|
40 |
+
#: bws_functions.php:151
|
41 |
msgid "to"
|
42 |
+
msgstr "à"
|
43 |
|
44 |
+
#: bws_functions.php:151
|
|
|
45 |
msgid "version!"
|
46 |
+
msgstr "version"
|
47 |
|
48 |
+
#: bws_functions.php:152
|
49 |
msgid "Extend standard plugin functionality with new great options."
|
50 |
+
msgstr "Etend les fonctionalités classiques de l'extension avec des nouvelles options."
|
51 |
|
52 |
+
#: bws_functions.php:155
|
53 |
+
#: bws_functions.php:542
|
54 |
msgid "Learn More"
|
55 |
msgstr "En savoir plus"
|
56 |
|
57 |
+
#: bws_functions.php:172
|
58 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
59 |
+
msgstr "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans Wordpress"
|
60 |
|
61 |
+
#: bws_functions.php:173
|
|
|
62 |
msgid "Rate the plugin"
|
63 |
+
msgstr "Voter pour l'extension"
|
64 |
|
65 |
+
#: bws_functions.php:176
|
|
|
66 |
msgid "If there is something wrong about it, please contact us"
|
67 |
+
msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
|
68 |
|
69 |
+
#: bws_functions.php:193
|
70 |
+
#: bws_functions.php:229
|
71 |
msgid "Wrong license key"
|
72 |
+
msgstr "Clé de licence incorrecte"
|
73 |
|
74 |
+
#: bws_functions.php:223
|
75 |
+
#: bws_functions.php:455
|
76 |
+
#: bws_functions.php:506
|
77 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
78 |
+
msgstr "Il est survenu une erreur. Essayer de nouveau. Si l'erreur se produit de nouveau, merci de contacter <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
|
79 |
|
80 |
+
#: bws_functions.php:223
|
81 |
+
#: bws_functions.php:455
|
82 |
+
#: bws_functions.php:506
|
83 |
msgid "We are sorry for inconvenience."
|
84 |
+
msgstr "Nous sommes désolés pour le désagrément."
|
85 |
|
86 |
+
#: bws_functions.php:231
|
87 |
msgid "This license key is bind to another site"
|
88 |
+
msgstr "La clé de licence correspond à un autre site."
|
89 |
|
90 |
+
#: bws_functions.php:233
|
91 |
+
#: bws_functions.php:365
|
92 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
93 |
+
msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
|
|
|
94 |
|
95 |
+
#: bws_functions.php:235
|
96 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
97 |
+
msgstr "Désoler, votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller dans votre"
|
|
|
|
|
98 |
|
99 |
+
#: bws_functions.php:237
|
100 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
101 |
+
msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
|
|
|
|
|
102 |
|
103 |
+
#: bws_functions.php:248
|
104 |
+
#: bws_functions.php:270
|
105 |
+
#: bws_functions.php:292
|
106 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
107 |
+
msgstr "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension manuellement."
|
108 |
|
109 |
+
#: bws_functions.php:260
|
110 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
111 |
+
msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
|
112 |
|
113 |
+
#: bws_functions.php:266
|
114 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
115 |
+
msgstr "Votre server n'a pas le support du format des archives ZIP ou Phar. Merci de télécharger l'extension manuellement."
|
|
|
|
|
116 |
|
117 |
+
#: bws_functions.php:273
|
118 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
119 |
+
msgstr "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension manuellement."
|
120 |
|
121 |
+
#: bws_functions.php:296
|
122 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
123 |
+
msgstr "Il est survenu une erreur. Essayer de nouveau ou bien télécharger l'extension manuellement.Nous sommes désolés pour le désagrément."
|
|
|
|
|
124 |
|
125 |
+
#: bws_functions.php:321
|
|
|
126 |
msgid "Please, enter Your license key"
|
127 |
+
msgstr "Merci de saisir votre clé de licence"
|
128 |
|
129 |
+
#: bws_functions.php:338
|
130 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
131 |
+
msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
|
|
|
|
|
132 |
|
133 |
+
#: bws_functions.php:340
|
134 |
+
#: bws_functions.php:422
|
135 |
msgid "Please, go to"
|
136 |
+
msgstr "Merci d'allez à"
|
137 |
|
138 |
+
#: bws_functions.php:340
|
139 |
+
#: bws_functions.php:422
|
140 |
msgid "the setting page"
|
141 |
msgstr "Options supplémentaires"
|
142 |
|
143 |
+
#: bws_functions.php:341
|
144 |
+
#: bws_functions.php:423
|
145 |
msgid "You will be redirected automatically in 5 seconds."
|
146 |
+
msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
|
147 |
|
148 |
+
#: bws_functions.php:346
|
149 |
msgid "You can download and activate"
|
150 |
+
msgstr "Vous pouvez télécharger et activer la version "
|
151 |
|
152 |
+
#: bws_functions.php:348
|
153 |
msgid "version of this plugin by entering Your license key."
|
154 |
+
msgstr " de cette extension en donnant votre clé de licence."
|
155 |
|
156 |
+
#: bws_functions.php:350
|
157 |
+
#: bws_functions.php:391
|
158 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
159 |
+
msgstr "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la zone cliente en cliquant sur le lien"
|
|
|
160 |
|
161 |
+
#: bws_functions.php:352
|
162 |
+
#: bws_functions.php:393
|
163 |
msgid "(your username is the email you specify when purchasing the product)."
|
164 |
+
msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension)."
|
165 |
|
166 |
+
#: bws_functions.php:356
|
167 |
msgid "or"
|
168 |
+
msgstr "ou"
|
169 |
|
170 |
+
#: bws_functions.php:356
|
171 |
#, php-format
|
172 |
msgid "Start Your Free %s-Day Trial Now"
|
173 |
+
msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
174 |
|
175 |
+
#: bws_functions.php:362
|
176 |
+
#: bws_functions.php:371
|
177 |
+
#: bws_functions.php:401
|
178 |
+
#: bws_functions.php:409
|
179 |
+
#: bws_menu.php:643
|
180 |
+
#: bws_menu.php:700
|
181 |
msgid "Activate"
|
182 |
msgstr "Activé"
|
183 |
|
184 |
+
#: bws_functions.php:388
|
185 |
+
#: bws_functions.php:481
|
186 |
#, php-format
|
187 |
+
msgid "In order to continue using the plugin it is necessary to buy a %s license."
|
188 |
+
msgstr "Afin de pouvoir continuer à utiliser cette extension il est nécessaire d'acheter une licence %s."
|
|
|
189 |
|
190 |
+
#: bws_functions.php:389
|
191 |
msgid "After that you can activate it by entering your license key."
|
192 |
+
msgstr " Après vous pouvez activer cette extension en donnant votre clé de licence."
|
193 |
|
194 |
+
#: bws_functions.php:403
|
195 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
196 |
+
msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
|
197 |
|
198 |
+
#: bws_functions.php:420
|
199 |
+
msgid "Congratulations! The PRO license of the plugin is successfully activated."
|
200 |
+
msgstr "Félicitations! La version PRO de cette extension a été téléchargée et activée avec succès."
|
|
|
201 |
|
202 |
+
#: bws_functions.php:461
|
203 |
msgid "Wrong license key."
|
204 |
+
msgstr "Clé de licence incorrecte."
|
205 |
|
206 |
+
#: bws_functions.php:463
|
207 |
msgid "This license key is bind to another site."
|
208 |
+
msgstr "La clé de licence correspond à un autre site."
|
209 |
|
210 |
+
#: bws_functions.php:465
|
211 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
212 |
+
msgstr "La clé de licence est valide mais votre durée de validité est passée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
|
|
|
|
|
213 |
|
214 |
+
#: bws_functions.php:467
|
215 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
216 |
+
msgstr "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de télécharger l'extension manuellement."
|
|
|
|
|
|
|
|
|
|
|
|
|
217 |
|
218 |
#: bws_functions.php:469
|
219 |
+
msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
|
220 |
+
msgstr "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne peut-être installée qu'une seule fois."
|
221 |
+
|
222 |
+
#: bws_functions.php:473
|
223 |
msgid "The PRO Trial license key is valid."
|
224 |
+
msgstr "La clé de licence d'évaluation est valide."
|
225 |
|
226 |
+
#: bws_functions.php:475
|
227 |
msgid "The license key is valid."
|
228 |
+
msgstr "La clé de licence est valide."
|
229 |
|
230 |
+
#: bws_functions.php:478
|
231 |
msgid "Your license will expire on"
|
232 |
+
msgstr "Votre licence se termine le "
|
233 |
|
234 |
+
#: bws_functions.php:511
|
|
|
235 |
msgid "Please, enter your license key"
|
236 |
+
msgstr "Merci de saisir votre clé de licence"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
|
238 |
#: bws_functions.php:524
|
239 |
+
msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
|
240 |
+
msgstr "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de licence sur votre page personnelle (zone client) sur notre site web."
|
241 |
|
242 |
+
#: bws_functions.php:524
|
243 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
244 |
+
msgstr "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de mot de passe perdu."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
+
#: bws_functions.php:528
|
247 |
+
msgid "Check license key"
|
248 |
+
msgstr "Vérifier la clé de licence"
|
|
|
|
|
249 |
|
250 |
+
#: bws_functions.php:542
|
251 |
+
msgid "WARNING: Illegal use notification"
|
|
|
|
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: bws_functions.php:542
|
255 |
+
#, fuzzy
|
256 |
+
msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
|
257 |
+
msgstr "AVERTISSEMENT : Nous avons détecté une utilisation abusive de notre extension. Nous vous recommandons de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue inactive. Merci de vous rendre dans votre espace personel"
|
258 |
+
|
259 |
+
#: bws_functions.php:550
|
260 |
+
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
261 |
+
msgstr "Votre licence d'évaluation est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
|
262 |
+
|
263 |
+
#: bws_functions.php:552
|
264 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
265 |
+
msgstr "Votre licence est terminée. Pour continuer à disposer du support rapide et des mises à jour de l'extension vous devez la renouveller."
|
266 |
+
|
267 |
+
#: bws_functions.php:552
|
268 |
+
#: bws_functions.php:605
|
269 |
+
#: bws_menu.php:619
|
270 |
+
#: bws_menu.php:641
|
271 |
+
#: bws_menu.php:668
|
272 |
+
#: bws_menu.php:698
|
273 |
+
#: bws_menu.php:744
|
274 |
msgid "Learn more"
|
275 |
msgstr "En savoir plus"
|
276 |
|
277 |
+
#: bws_functions.php:562
|
278 |
#, php-format
|
279 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
280 |
+
msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
|
281 |
|
282 |
+
#: bws_functions.php:564
|
283 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
284 |
+
msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
|
285 |
|
286 |
+
#: bws_functions.php:567
|
287 |
msgid "The PRO Trial license will expire on"
|
288 |
+
msgstr "Votre licence se termine le "
|
289 |
|
290 |
+
#: bws_functions.php:605
|
291 |
msgid "You license for"
|
292 |
+
msgstr "Votre licence pour"
|
293 |
|
294 |
+
#: bws_functions.php:605
|
295 |
msgid "expires on"
|
296 |
+
msgstr "se termine le"
|
297 |
|
298 |
+
#: bws_functions.php:605
|
299 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
300 |
+
msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
|
301 |
|
302 |
+
#: bws_functions.php:680
|
303 |
msgid "Close"
|
304 |
+
msgstr "Fermer"
|
305 |
|
306 |
+
#: bws_menu.php:456
|
307 |
msgid "Not set"
|
308 |
msgstr "Not set"
|
309 |
|
310 |
+
#: bws_menu.php:458
|
311 |
+
#: bws_menu.php:459
|
312 |
msgid "On"
|
313 |
msgstr "On"
|
314 |
|
315 |
+
#: bws_menu.php:458
|
316 |
+
#: bws_menu.php:459
|
317 |
msgid "Off"
|
318 |
msgstr "Off"
|
319 |
|
320 |
+
#: bws_menu.php:460
|
321 |
+
#: bws_menu.php:461
|
322 |
+
#: bws_menu.php:462
|
323 |
+
#: bws_menu.php:463
|
324 |
+
#: bws_menu.php:464
|
325 |
+
#: bws_menu.php:476
|
326 |
msgid "N/A"
|
327 |
msgstr "N/A"
|
328 |
|
329 |
+
#: bws_menu.php:464
|
330 |
msgid " Mb"
|
331 |
msgstr " Mb"
|
332 |
|
333 |
+
#: bws_menu.php:465
|
334 |
+
#: bws_menu.php:466
|
335 |
+
#: bws_menu.php:467
|
336 |
+
#: bws_menu.php:472
|
337 |
msgid "Yes"
|
338 |
msgstr "Yes"
|
339 |
|
340 |
+
#: bws_menu.php:465
|
341 |
+
#: bws_menu.php:466
|
342 |
+
#: bws_menu.php:467
|
343 |
+
#: bws_menu.php:474
|
344 |
msgid "No"
|
345 |
msgstr "No"
|
346 |
|
347 |
+
#: bws_menu.php:484
|
348 |
msgid "Operating System"
|
349 |
msgstr "Operating System"
|
350 |
|
351 |
+
#: bws_menu.php:485
|
352 |
msgid "Server"
|
353 |
msgstr "Server"
|
354 |
|
355 |
+
#: bws_menu.php:486
|
356 |
msgid "Memory usage"
|
357 |
msgstr "Memory usage"
|
358 |
|
359 |
+
#: bws_menu.php:487
|
360 |
msgid "MYSQL Version"
|
361 |
msgstr "MYSQL Version"
|
362 |
|
363 |
+
#: bws_menu.php:488
|
364 |
msgid "SQL Mode"
|
365 |
msgstr "SQL Mode"
|
366 |
|
367 |
+
#: bws_menu.php:489
|
368 |
msgid "PHP Version"
|
369 |
msgstr "PHP Version"
|
370 |
|
371 |
+
#: bws_menu.php:490
|
372 |
msgid "PHP Safe Mode"
|
373 |
msgstr "PHP Safe Mode"
|
374 |
|
375 |
+
#: bws_menu.php:491
|
376 |
msgid "PHP Allow URL fopen"
|
377 |
msgstr "PHP Allow URL fopen"
|
378 |
|
379 |
+
#: bws_menu.php:492
|
380 |
msgid "PHP Memory Limit"
|
381 |
msgstr "PHP Memory Limit"
|
382 |
|
383 |
+
#: bws_menu.php:493
|
384 |
msgid "PHP Max Upload Size"
|
385 |
msgstr "PHP Max Upload Size"
|
386 |
|
387 |
+
#: bws_menu.php:494
|
388 |
msgid "PHP Max Post Size"
|
389 |
msgstr "PHP Max Post Size"
|
390 |
|
391 |
+
#: bws_menu.php:495
|
392 |
msgid "PHP Max Script Execute Time"
|
393 |
msgstr "PHP Max Script Execute Time"
|
394 |
|
395 |
+
#: bws_menu.php:496
|
396 |
msgid "PHP Exif support"
|
397 |
msgstr "PHP Exif support"
|
398 |
|
399 |
+
#: bws_menu.php:497
|
400 |
msgid "PHP IPTC support"
|
401 |
msgstr "PHP IPTC support"
|
402 |
|
403 |
+
#: bws_menu.php:498
|
404 |
msgid "PHP XML support"
|
405 |
msgstr "PHP XML support"
|
406 |
|
407 |
+
#: bws_menu.php:499
|
408 |
msgid "Site URL"
|
409 |
msgstr "Site URL"
|
410 |
|
411 |
+
#: bws_menu.php:500
|
412 |
msgid "Home URL"
|
413 |
msgstr "Home URL"
|
414 |
|
415 |
+
#: bws_menu.php:503
|
416 |
msgid "WordPress Version"
|
417 |
msgstr "WordPress Version"
|
418 |
|
419 |
+
#: bws_menu.php:504
|
420 |
msgid "WordPress DB Version"
|
421 |
msgstr "WordPress DB Version"
|
422 |
|
423 |
+
#: bws_menu.php:505
|
424 |
msgid "Multisite"
|
425 |
msgstr "Multisite"
|
426 |
|
427 |
+
#: bws_menu.php:506
|
428 |
msgid "Active Theme"
|
429 |
msgstr "Active Theme"
|
430 |
|
431 |
+
#: bws_menu.php:521
|
432 |
msgid "Please enter a valid email address."
|
433 |
msgstr "Merci de saisir une adresse e-mail valide."
|
434 |
|
435 |
+
#: bws_menu.php:525
|
436 |
msgid "Email with system info is sent to "
|
437 |
msgstr "Le courriel avec les informations système est envoyé à"
|
438 |
|
439 |
+
#: bws_menu.php:529
|
440 |
msgid "Thank you for contacting us."
|
441 |
msgstr "Merci de nous avoir contacté."
|
442 |
|
443 |
+
#: bws_menu.php:562
|
444 |
msgid "Sorry, email message could not be delivered."
|
445 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
446 |
|
447 |
+
#: bws_menu.php:570
|
448 |
msgid "Need help?"
|
449 |
msgstr "Besoin d'aide ?"
|
450 |
|
451 |
+
#: bws_menu.php:571
|
452 |
msgid "Client area"
|
453 |
msgstr "Espace client"
|
454 |
|
455 |
+
#: bws_menu.php:572
|
456 |
+
#: bws_menu.php:883
|
457 |
msgid "System status"
|
458 |
msgstr "System status"
|
459 |
|
460 |
+
#: bws_menu.php:577
|
461 |
msgid "Plugins"
|
462 |
msgstr "Externsions"
|
463 |
|
464 |
+
#: bws_menu.php:579
|
465 |
msgid "Themes"
|
466 |
msgstr "Thèmes"
|
467 |
|
468 |
+
#: bws_menu.php:584
|
469 |
msgid "All"
|
470 |
msgstr "Tous"
|
471 |
|
472 |
+
#: bws_menu.php:585
|
473 |
msgid "Installed"
|
474 |
msgstr "Installé"
|
475 |
|
476 |
+
#: bws_menu.php:586
|
477 |
msgid "Recommended"
|
478 |
msgstr "Recommandé"
|
479 |
|
480 |
+
#: bws_menu.php:590
|
481 |
msgid "Installed plugins"
|
482 |
msgstr "Plugin installé"
|
483 |
|
484 |
+
#: bws_menu.php:622
|
485 |
+
#: bws_menu.php:671
|
486 |
msgid "Settings"
|
487 |
msgstr "Réglages"
|
488 |
|
489 |
+
#: bws_menu.php:643
|
490 |
+
#: bws_menu.php:700
|
491 |
msgid "Activate this plugin"
|
492 |
msgstr "Activer cette extension"
|
493 |
|
494 |
+
#: bws_menu.php:658
|
495 |
+
#: bws_menu.php:688
|
496 |
+
#: bws_menu.php:734
|
497 |
msgid "Go"
|
498 |
msgstr "Passez"
|
499 |
|
500 |
+
#: bws_menu.php:662
|
501 |
+
#: bws_menu.php:692
|
502 |
+
#: bws_menu.php:738
|
503 |
msgid "DONATE"
|
504 |
msgstr "Faire un don"
|
505 |
|
506 |
+
#: bws_menu.php:708
|
507 |
msgid "Recommended plugins"
|
508 |
msgstr "Plugin recommandé"
|
509 |
|
510 |
+
#: bws_menu.php:746
|
511 |
msgid "Install now"
|
512 |
msgstr "Installer maintenant"
|
513 |
|
514 |
+
#: bws_menu.php:767
|
515 |
msgid "Try again"
|
516 |
msgstr "Essayer de nouveau"
|
517 |
|
518 |
+
#: bws_menu.php:785
|
519 |
#, php-format
|
520 |
msgid "Preview “%s”"
|
521 |
msgstr "Pré-visualiser “%s”"
|
522 |
|
523 |
+
#: bws_menu.php:816
|
524 |
#, php-format
|
525 |
msgid "Install %s"
|
526 |
msgstr "%s installé"
|
527 |
|
528 |
+
#: bws_menu.php:816
|
529 |
msgid "Install Now"
|
530 |
msgstr "Installa Ora"
|
531 |
|
532 |
+
#: bws_menu.php:819
|
533 |
#, php-format
|
534 |
msgid "Update to version %s"
|
535 |
msgstr "Mettre à jour pour la version %s"
|
536 |
|
537 |
+
#: bws_menu.php:819
|
538 |
msgid "Update"
|
539 |
msgstr "Mettre à jour"
|
540 |
|
541 |
+
#: bws_menu.php:826
|
542 |
#, php-format
|
543 |
msgid "Preview %s"
|
544 |
msgstr "Pré-visualiser %s"
|
545 |
|
546 |
+
#: bws_menu.php:826
|
547 |
msgid "Preview"
|
548 |
msgstr "Pré-visualiser"
|
549 |
|
550 |
+
#: bws_menu.php:832
|
551 |
+
#: bws_menu.php:864
|
552 |
#, php-format
|
553 |
msgid "By %s"
|
554 |
msgstr "Par %s"
|
555 |
|
556 |
+
#: bws_menu.php:838
|
557 |
msgid "Details"
|
558 |
msgstr "Détails"
|
559 |
|
560 |
+
#: bws_menu.php:870
|
561 |
msgid "Already Installed"
|
562 |
msgstr "Déjà installé"
|
563 |
|
564 |
+
#: bws_menu.php:886
|
565 |
msgid "Environment"
|
566 |
msgstr "Environment"
|
567 |
|
568 |
+
#: bws_menu.php:897
|
569 |
msgid "Active Plugins"
|
570 |
msgstr "Plugin actifs"
|
571 |
|
572 |
+
#: bws_menu.php:910
|
573 |
msgid "Inactive Plugins"
|
574 |
msgstr "Plugin inactifs"
|
575 |
|
576 |
+
#: bws_menu.php:926
|
577 |
msgid "Send to support"
|
578 |
msgstr "Envoyé au support"
|
579 |
|
580 |
+
#: bws_menu.php:933
|
581 |
msgid "Send to custom email »"
|
582 |
msgstr "Envoyer un e-mail spécifique »"
|
583 |
|
584 |
+
#~ msgid ""
|
585 |
+
#~ "(your username is the email you specify when purchasing the product), "
|
586 |
+
#~ "where you can make the necessary changes."
|
587 |
+
#~ msgstr ""
|
588 |
+
#~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
|
589 |
+
#~ "l'achat de l'extension), où vous pourrez faire les modifications "
|
590 |
+
#~ "nécessaires."
|
591 |
+
|
592 |
#~ msgid "Switch to new interface"
|
593 |
#~ msgstr "Basculer vers la nouvelle interface"
|
594 |
|
bws_menu/languages/bestwebsoft-it_IT.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-it_IT.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: it_IT\n"
|
@@ -18,666 +18,665 @@ msgstr ""
|
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: bws_functions.php:
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: bws_functions.php:
|
26 |
-
msgid ""
|
27 |
-
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
28 |
-
"try again."
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: bws_functions.php:
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr ""
|
34 |
|
35 |
# @ bestwebsoft
|
36 |
-
#: bws_functions.php:
|
37 |
#, fuzzy
|
38 |
msgid "Plugins page"
|
39 |
msgstr "Plugin Pro"
|
40 |
|
41 |
-
#: bws_functions.php:
|
42 |
msgid "It’s time to upgrade your"
|
43 |
msgstr ""
|
44 |
|
45 |
# @ captcha
|
46 |
-
#: bws_functions.php:
|
47 |
#, fuzzy
|
48 |
msgid "to"
|
49 |
msgstr "due"
|
50 |
|
51 |
# @ bestwebsoft
|
52 |
-
#: bws_functions.php:
|
53 |
#, fuzzy
|
54 |
msgid "version!"
|
55 |
msgstr "Versione PHP"
|
56 |
|
57 |
-
#: bws_functions.php:
|
58 |
msgid "Extend standard plugin functionality with new great options."
|
59 |
msgstr ""
|
60 |
|
61 |
# @ bestwebsoft
|
62 |
-
#: bws_functions.php:
|
|
|
63 |
#, fuzzy
|
64 |
msgid "Learn More"
|
65 |
msgstr "Leggi tutto"
|
66 |
|
67 |
-
#: bws_functions.php:
|
68 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
69 |
msgstr ""
|
70 |
|
71 |
# @ bestwebsoft
|
72 |
-
#: bws_functions.php:
|
73 |
#, fuzzy
|
74 |
msgid "Rate the plugin"
|
75 |
msgstr "Plugin attivi"
|
76 |
|
77 |
# @ bestwebsoft
|
78 |
-
#: bws_functions.php:
|
79 |
#, fuzzy
|
80 |
msgid "If there is something wrong about it, please contact us"
|
81 |
msgstr "Se hai domande, contattaci tramite"
|
82 |
|
83 |
-
#: bws_functions.php:
|
|
|
84 |
msgid "Wrong license key"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: bws_functions.php:
|
88 |
-
|
89 |
-
|
90 |
-
"please contact us"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: bws_functions.php:
|
|
|
|
|
94 |
msgid "We are sorry for inconvenience."
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: bws_functions.php:
|
98 |
msgid "This license key is bind to another site"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: bws_functions.php:
|
102 |
-
|
103 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
104 |
-
"Please, upload the plugin manually."
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: bws_functions.php:
|
108 |
-
msgid ""
|
109 |
-
"Unfortunately, Your license has expired. To continue getting top-priority "
|
110 |
-
"support and plugin updates you should extend it in your"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: bws_functions.php:
|
114 |
-
msgid ""
|
115 |
-
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
116 |
-
"Trial license can be installed only once."
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: bws_functions.php:
|
|
|
|
|
120 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: bws_functions.php:
|
124 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: bws_functions.php:
|
128 |
-
msgid ""
|
129 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
130 |
-
"plugin manually"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: bws_functions.php:
|
134 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: bws_functions.php:
|
138 |
-
msgid ""
|
139 |
-
"Something went wrong. Try again later or upload the plugin manually. We are "
|
140 |
-
"sorry for inconvenience."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: bws_functions.php:
|
144 |
msgid "Please, enter Your license key"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: bws_functions.php:
|
148 |
-
msgid ""
|
149 |
-
"Congratulations! The PRO version of the plugin is successfully download and "
|
150 |
-
"activated."
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: bws_functions.php:
|
|
|
154 |
msgid "Please, go to"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: bws_functions.php:
|
|
|
158 |
msgid "the setting page"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: bws_functions.php:
|
|
|
162 |
msgid "You will be redirected automatically in 5 seconds."
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: bws_functions.php:
|
166 |
msgid "You can download and activate"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: bws_functions.php:
|
170 |
msgid "version of this plugin by entering Your license key."
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: bws_functions.php:
|
174 |
-
|
175 |
-
"You can find your license key on your personal page Client area, by clicking "
|
176 |
-
"on the link"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: bws_functions.php:
|
|
|
180 |
msgid "(your username is the email you specify when purchasing the product)."
|
181 |
msgstr ""
|
182 |
|
183 |
# @ captcha
|
184 |
-
#: bws_functions.php:
|
185 |
#, fuzzy
|
186 |
msgid "or"
|
187 |
msgstr "quattro"
|
188 |
|
189 |
-
#: bws_functions.php:
|
190 |
#, php-format
|
191 |
msgid "Start Your Free %s-Day Trial Now"
|
192 |
msgstr ""
|
193 |
|
194 |
# @ bestwebsoft
|
195 |
-
#: bws_functions.php:
|
196 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
197 |
#, fuzzy
|
198 |
msgid "Activate"
|
199 |
msgstr "Plugin attivi"
|
200 |
|
201 |
-
#: bws_functions.php:
|
|
|
202 |
#, php-format
|
203 |
-
msgid ""
|
204 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: bws_functions.php:
|
208 |
msgid "After that you can activate it by entering your license key."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: bws_functions.php:
|
216 |
-
msgid ""
|
217 |
-
"Congratulations! The PRO license of the plugin is successfully activated."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: bws_functions.php:
|
221 |
msgid "Wrong license key."
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: bws_functions.php:
|
225 |
msgid "This license key is bind to another site."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: bws_functions.php:
|
229 |
-
msgid ""
|
230 |
-
"This license key is valid, but Your license has expired. If you want to "
|
231 |
-
"update our plugin in future, you should extend the license."
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: bws_functions.php:
|
235 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: bws_functions.php:
|
239 |
-
msgid ""
|
240 |
-
"Unfortunately, the PRO Trial licence was already installed to this domain. "
|
241 |
-
"The PRO Trial license can be installed only once."
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: bws_functions.php:
|
245 |
msgid "The PRO Trial license key is valid."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: bws_functions.php:
|
249 |
msgid "The license key is valid."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: bws_functions.php:
|
253 |
msgid "Your license will expire on"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: bws_functions.php:
|
257 |
msgid "Please, enter your license key"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: bws_functions.php:
|
261 |
-
msgid ""
|
262 |
-
"If needed you can check if the license key is correct or reenter it in the "
|
263 |
-
"field below. You can find your license key on your personal page - Client "
|
264 |
-
"area - on our website"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: bws_functions.php:
|
268 |
-
msgid ""
|
269 |
-
"(your username is the email you specify when purchasing the product). If "
|
270 |
-
"necessary, please submit \"Lost your password?\" request."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: bws_functions.php:
|
274 |
msgid "Check license key"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: bws_functions.php:
|
278 |
-
msgid ""
|
279 |
-
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
280 |
-
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
281 |
-
"will be deactivated. Please go to your personal"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: bws_functions.php:
|
285 |
-
msgid ""
|
286 |
-
"(your username is the email you specify when purchasing the product), where "
|
287 |
-
"you can make the necessary changes."
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: bws_functions.php:
|
291 |
-
msgid ""
|
292 |
-
"Notice: Your PRO Trial license has expired. To continue using the plugin you "
|
293 |
-
"should buy a PRO license"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: bws_functions.php:
|
297 |
-
msgid ""
|
298 |
-
"Your license has expired. To continue getting top-priority support and "
|
299 |
-
"plugin updates you should extend it."
|
300 |
msgstr ""
|
301 |
|
302 |
# @ bestwebsoft
|
303 |
-
#: bws_functions.php:
|
304 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
305 |
#, fuzzy
|
306 |
msgid "Learn more"
|
307 |
msgstr "Leggi tutto"
|
308 |
|
309 |
-
#: bws_functions.php:
|
310 |
#, php-format
|
311 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: bws_functions.php:
|
315 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: bws_functions.php:
|
319 |
msgid "The PRO Trial license will expire on"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: bws_functions.php:
|
323 |
msgid "You license for"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: bws_functions.php:
|
327 |
msgid "expires on"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: bws_functions.php:
|
331 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: bws_functions.php:
|
335 |
msgid "Close"
|
336 |
msgstr ""
|
337 |
|
338 |
# @ bestwebsoft
|
339 |
-
#: bws_menu.php:
|
340 |
msgid "Not set"
|
341 |
msgstr "Non impostato"
|
342 |
|
343 |
# @ bestwebsoft
|
344 |
-
#: bws_menu.php:
|
|
|
345 |
msgid "On"
|
346 |
msgstr "Abilitato"
|
347 |
|
348 |
# @ bestwebsoft
|
349 |
-
#: bws_menu.php:
|
|
|
350 |
msgid "Off"
|
351 |
msgstr "Disabilitato"
|
352 |
|
353 |
# @ bestwebsoft
|
354 |
-
#: bws_menu.php:
|
355 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
356 |
msgid "N/A"
|
357 |
msgstr "Non disponibile"
|
358 |
|
359 |
# @ bestwebsoft
|
360 |
-
#: bws_menu.php:
|
361 |
msgid " Mb"
|
362 |
msgstr "Mb"
|
363 |
|
364 |
# @ bestwebsoft
|
365 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
366 |
msgid "Yes"
|
367 |
msgstr "Sì"
|
368 |
|
369 |
# @ bestwebsoft
|
370 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
371 |
msgid "No"
|
372 |
msgstr "No"
|
373 |
|
374 |
# @ bestwebsoft
|
375 |
-
#: bws_menu.php:
|
376 |
msgid "Operating System"
|
377 |
msgstr "Sistema operativo"
|
378 |
|
379 |
# @ bestwebsoft
|
380 |
-
#: bws_menu.php:
|
381 |
msgid "Server"
|
382 |
msgstr "Server"
|
383 |
|
384 |
# @ bestwebsoft
|
385 |
-
#: bws_menu.php:
|
386 |
msgid "Memory usage"
|
387 |
msgstr "Utilizzo memoria"
|
388 |
|
389 |
# @ bestwebsoft
|
390 |
-
#: bws_menu.php:
|
391 |
msgid "MYSQL Version"
|
392 |
msgstr "Versione MYSQL"
|
393 |
|
394 |
# @ bestwebsoft
|
395 |
-
#: bws_menu.php:
|
396 |
msgid "SQL Mode"
|
397 |
msgstr "Modalità SQL"
|
398 |
|
399 |
# @ bestwebsoft
|
400 |
-
#: bws_menu.php:
|
401 |
msgid "PHP Version"
|
402 |
msgstr "Versione PHP"
|
403 |
|
404 |
# @ bestwebsoft
|
405 |
-
#: bws_menu.php:
|
406 |
msgid "PHP Safe Mode"
|
407 |
msgstr "Safe Mode PHP"
|
408 |
|
409 |
# @ bestwebsoft
|
410 |
-
#: bws_menu.php:
|
411 |
msgid "PHP Allow URL fopen"
|
412 |
msgstr "Consenti URL fopen PHP"
|
413 |
|
414 |
# @ bestwebsoft
|
415 |
-
#: bws_menu.php:
|
416 |
msgid "PHP Memory Limit"
|
417 |
msgstr "Limite di memoria PHP"
|
418 |
|
419 |
# @ bestwebsoft
|
420 |
-
#: bws_menu.php:
|
421 |
msgid "PHP Max Upload Size"
|
422 |
msgstr "Dimensione upload massima PHP"
|
423 |
|
424 |
# @ bestwebsoft
|
425 |
-
#: bws_menu.php:
|
426 |
msgid "PHP Max Post Size"
|
427 |
msgstr "Dimensione massima Post PHP"
|
428 |
|
429 |
# @ bestwebsoft
|
430 |
-
#: bws_menu.php:
|
431 |
msgid "PHP Max Script Execute Time"
|
432 |
msgstr "Tempo massimo di esecuzione PHP"
|
433 |
|
434 |
# @ bestwebsoft
|
435 |
-
#: bws_menu.php:
|
436 |
msgid "PHP Exif support"
|
437 |
msgstr "Supporto Exif PHP"
|
438 |
|
439 |
# @ bestwebsoft
|
440 |
-
#: bws_menu.php:
|
441 |
msgid "PHP IPTC support"
|
442 |
msgstr "Supporto IPTC PHP"
|
443 |
|
444 |
# @ bestwebsoft
|
445 |
-
#: bws_menu.php:
|
446 |
msgid "PHP XML support"
|
447 |
msgstr "Supporto XML PHP"
|
448 |
|
449 |
# @ bestwebsoft
|
450 |
-
#: bws_menu.php:
|
451 |
msgid "Site URL"
|
452 |
msgstr "URL sito"
|
453 |
|
454 |
# @ bestwebsoft
|
455 |
-
#: bws_menu.php:
|
456 |
msgid "Home URL"
|
457 |
msgstr "URL home"
|
458 |
|
459 |
# @ bestwebsoft
|
460 |
-
#: bws_menu.php:
|
461 |
msgid "WordPress Version"
|
462 |
msgstr "Versione WordPress"
|
463 |
|
464 |
# @ bestwebsoft
|
465 |
-
#: bws_menu.php:
|
466 |
msgid "WordPress DB Version"
|
467 |
msgstr "Versione DB WordPress"
|
468 |
|
469 |
# @ bestwebsoft
|
470 |
-
#: bws_menu.php:
|
471 |
msgid "Multisite"
|
472 |
msgstr "Multisito"
|
473 |
|
474 |
# @ bestwebsoft
|
475 |
-
#: bws_menu.php:
|
476 |
msgid "Active Theme"
|
477 |
msgstr "Tema attivo"
|
478 |
|
479 |
# @ bestwebsoft
|
480 |
-
#: bws_menu.php:
|
481 |
msgid "Please enter a valid email address."
|
482 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
483 |
|
484 |
# @ bestwebsoft
|
485 |
-
#: bws_menu.php:
|
486 |
msgid "Email with system info is sent to "
|
487 |
msgstr "Email con informazioni di sistema spedita a "
|
488 |
|
489 |
# @ bestwebsoft
|
490 |
-
#: bws_menu.php:
|
491 |
msgid "Thank you for contacting us."
|
492 |
msgstr "Grazie per averci contattato."
|
493 |
|
494 |
# @ bestwebsoft
|
495 |
-
#: bws_menu.php:
|
496 |
msgid "Sorry, email message could not be delivered."
|
497 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
498 |
|
499 |
-
#: bws_menu.php:
|
500 |
msgid "Need help?"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: bws_menu.php:
|
504 |
msgid "Client area"
|
505 |
msgstr ""
|
506 |
|
507 |
# @ bestwebsoft
|
508 |
-
#: bws_menu.php:
|
|
|
509 |
msgid "System status"
|
510 |
msgstr "Stato sistema"
|
511 |
|
512 |
# @ bestwebsoft
|
513 |
-
#: bws_menu.php:
|
514 |
#, fuzzy
|
515 |
msgid "Plugins"
|
516 |
msgstr "Plugin Pro"
|
517 |
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "Themes"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: bws_menu.php:
|
523 |
msgid "All"
|
524 |
msgstr ""
|
525 |
|
526 |
# @ default
|
527 |
-
#: bws_menu.php:
|
528 |
#, fuzzy
|
529 |
msgid "Installed"
|
530 |
msgstr "Installa %s"
|
531 |
|
532 |
# @ bestwebsoft
|
533 |
-
#: bws_menu.php:
|
534 |
#, fuzzy
|
535 |
msgid "Recommended"
|
536 |
msgstr "Plugin raccomandati"
|
537 |
|
538 |
# @ bestwebsoft
|
539 |
-
#: bws_menu.php:
|
540 |
msgid "Installed plugins"
|
541 |
msgstr "Plugin installati"
|
542 |
|
543 |
# @ bestwebsoft
|
544 |
# @ captcha
|
545 |
-
#: bws_menu.php:
|
|
|
546 |
msgid "Settings"
|
547 |
msgstr "Impostazioni"
|
548 |
|
549 |
# @ bestwebsoft
|
550 |
-
#: bws_menu.php:
|
|
|
551 |
#, fuzzy
|
552 |
msgid "Activate this plugin"
|
553 |
msgstr "Plugin attivi"
|
554 |
|
555 |
-
#: bws_menu.php:
|
|
|
|
|
556 |
msgid "Go"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: bws_menu.php:
|
|
|
|
|
560 |
msgid "DONATE"
|
561 |
msgstr ""
|
562 |
|
563 |
# @ bestwebsoft
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "Recommended plugins"
|
566 |
msgstr "Plugin raccomandati"
|
567 |
|
568 |
# @ default
|
569 |
-
#: bws_menu.php:
|
570 |
#, fuzzy
|
571 |
msgid "Install now"
|
572 |
msgstr "Installa %s"
|
573 |
|
574 |
-
#: bws_menu.php:
|
575 |
msgid "Try again"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: bws_menu.php:
|
579 |
#, php-format
|
580 |
msgid "Preview “%s”"
|
581 |
msgstr ""
|
582 |
|
583 |
# @ default
|
584 |
-
#: bws_menu.php:
|
585 |
#, php-format
|
586 |
msgid "Install %s"
|
587 |
msgstr "Installa %s"
|
588 |
|
589 |
# @ default
|
590 |
-
#: bws_menu.php:
|
591 |
#, fuzzy
|
592 |
msgid "Install Now"
|
593 |
msgstr "Installa %s"
|
594 |
|
595 |
-
#: bws_menu.php:
|
596 |
#, php-format
|
597 |
msgid "Update to version %s"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: bws_menu.php:
|
601 |
msgid "Update"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: bws_menu.php:
|
605 |
#, php-format
|
606 |
msgid "Preview %s"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: bws_menu.php:
|
610 |
msgid "Preview"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: bws_menu.php:
|
|
|
614 |
#, php-format
|
615 |
msgid "By %s"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: bws_menu.php:
|
619 |
msgid "Details"
|
620 |
msgstr ""
|
621 |
|
622 |
# @ default
|
623 |
-
#: bws_menu.php:
|
624 |
#, fuzzy
|
625 |
msgid "Already Installed"
|
626 |
msgstr "Installa %s"
|
627 |
|
628 |
# @ bestwebsoft
|
629 |
-
#: bws_menu.php:
|
630 |
msgid "Environment"
|
631 |
msgstr "Ambiente"
|
632 |
|
633 |
# @ bestwebsoft
|
634 |
-
#: bws_menu.php:
|
635 |
msgid "Active Plugins"
|
636 |
msgstr "Plugin attivi"
|
637 |
|
638 |
# @ bestwebsoft
|
639 |
-
#: bws_menu.php:
|
640 |
msgid "Inactive Plugins"
|
641 |
msgstr "Plugin inattivi"
|
642 |
|
643 |
# @ bestwebsoft
|
644 |
-
#: bws_menu.php:
|
645 |
msgid "Send to support"
|
646 |
msgstr "Invia al supporto"
|
647 |
|
648 |
# @ bestwebsoft
|
649 |
-
#: bws_menu.php:
|
650 |
msgid "Send to custom email »"
|
651 |
msgstr "Invia a una email personalizzata »"
|
652 |
|
653 |
# @ bestwebsoft
|
654 |
#~ msgid "Pro plugins"
|
655 |
#~ msgstr "Plugin Pro"
|
656 |
-
|
657 |
# @ bestwebsoft
|
658 |
#~ msgid "Activated plugins"
|
659 |
#~ msgstr "Plugin attivi"
|
660 |
-
|
661 |
# @ bestwebsoft
|
662 |
#~ msgid "Read more"
|
663 |
#~ msgstr "Leggi tutto"
|
664 |
-
|
665 |
# @ bestwebsoft
|
666 |
#~ msgid "Purchase"
|
667 |
#~ msgstr "Acquista"
|
668 |
-
|
669 |
# @ bestwebsoft
|
670 |
#~ msgid "Free plugins"
|
671 |
#~ msgstr "Plugin gratuiti"
|
672 |
-
|
673 |
# @ bestwebsoft
|
674 |
#~ msgid "Download"
|
675 |
#~ msgstr "Scarica"
|
676 |
-
|
677 |
# @ bestwebsoft
|
678 |
#~ msgid "Install now from wordpress.org"
|
679 |
#~ msgstr "Installa ora da wordpress.org"
|
680 |
-
|
681 |
# @ bestwebsoft
|
682 |
#, fuzzy
|
683 |
#~ msgid "Activated theme"
|
@@ -706,11 +705,9 @@ msgstr "Invia a una email personalizzata »"
|
|
706 |
# @ captcha
|
707 |
#~ msgid "Captcha"
|
708 |
#~ msgstr "Captcha"
|
709 |
-
|
710 |
# @ captcha
|
711 |
#~ msgid "Login form"
|
712 |
#~ msgstr "Modulo di login"
|
713 |
-
|
714 |
# @ captcha
|
715 |
#, fuzzy
|
716 |
#~ msgid "Registration form"
|
@@ -719,7 +716,6 @@ msgstr "Invia a una email personalizzata »"
|
|
719 |
# @ captcha
|
720 |
#~ msgid "Register form"
|
721 |
#~ msgstr "Modulo di registrazione"
|
722 |
-
|
723 |
# @ captcha
|
724 |
#, fuzzy
|
725 |
#~ msgid "Reset Password form"
|
@@ -728,31 +724,24 @@ msgstr "Invia a una email personalizzata »"
|
|
728 |
# @ captcha
|
729 |
#~ msgid "Lost password form"
|
730 |
#~ msgstr "Modulo recupero password"
|
731 |
-
|
732 |
# @ captcha
|
733 |
#~ msgid "Comments form"
|
734 |
#~ msgstr "Modulo dei commenti"
|
735 |
-
|
736 |
# @ captcha
|
737 |
#~ msgid "Hide CAPTCHA for registered users"
|
738 |
#~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
|
739 |
-
|
740 |
# @ captcha
|
741 |
#~ msgid "Plus (+)"
|
742 |
#~ msgstr "Addizione (+)"
|
743 |
-
|
744 |
# @ captcha
|
745 |
#~ msgid "Plus"
|
746 |
#~ msgstr "Più"
|
747 |
-
|
748 |
# @ captcha
|
749 |
#~ msgid "Minus (−)"
|
750 |
#~ msgstr "Sottrazione (−)"
|
751 |
-
|
752 |
# @ captcha
|
753 |
#~ msgid "Minus"
|
754 |
#~ msgstr "Meno"
|
755 |
-
|
756 |
# @ captcha
|
757 |
#, fuzzy
|
758 |
#~ msgid "Multiplication (×)"
|
@@ -766,19 +755,15 @@ msgstr "Invia a una email personalizzata »"
|
|
766 |
# @ captcha
|
767 |
#~ msgid "Numbers"
|
768 |
#~ msgstr "Numeri"
|
769 |
-
|
770 |
# @ captcha
|
771 |
#~ msgid "Words"
|
772 |
#~ msgstr "Parole"
|
773 |
-
|
774 |
# @ captcha
|
775 |
#~ msgid "FAQ"
|
776 |
#~ msgstr "FAQ"
|
777 |
-
|
778 |
# @ captcha
|
779 |
#~ msgid "Support"
|
780 |
#~ msgstr "Supporto"
|
781 |
-
|
782 |
# @ captcha
|
783 |
#, fuzzy
|
784 |
#~ msgid ""
|
@@ -790,7 +775,6 @@ msgstr "Invia a una email personalizzata »"
|
|
790 |
# @ captcha
|
791 |
#~ msgid "Options saved."
|
792 |
#~ msgstr "Impostazioni salvate."
|
793 |
-
|
794 |
# @ captcha
|
795 |
#, fuzzy
|
796 |
#~ msgid "Enable CAPTCHA for:"
|
@@ -799,19 +783,15 @@ msgstr "Invia a una email personalizzata »"
|
|
799 |
# @ captcha
|
800 |
#~ msgid "Contact form"
|
801 |
#~ msgstr "Modulo di contatto"
|
802 |
-
|
803 |
# @ captcha
|
804 |
#~ msgid "powered by"
|
805 |
#~ msgstr "powered by"
|
806 |
-
|
807 |
# @ captcha
|
808 |
#~ msgid "Activate contact form"
|
809 |
#~ msgstr "Attiva modulo di contatto"
|
810 |
-
|
811 |
# @ captcha
|
812 |
#~ msgid "Download contact form"
|
813 |
#~ msgstr "Scarica il plugin per il modulo di contatto"
|
814 |
-
|
815 |
# @ captcha
|
816 |
#, fuzzy
|
817 |
#~ msgid ""
|
@@ -823,7 +803,6 @@ msgstr "Invia a una email personalizzata »"
|
|
823 |
# @ captcha
|
824 |
#~ msgid "\"Create a Group\" form"
|
825 |
#~ msgstr "Modulo \"Crea un gruppo\""
|
826 |
-
|
827 |
# @ captcha
|
828 |
#~ msgid ""
|
829 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
@@ -831,7 +810,6 @@ msgstr "Invia a una email personalizzata »"
|
|
831 |
#~ msgstr ""
|
832 |
#~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
|
833 |
#~ "maggiori dettagli, per favore vai al link"
|
834 |
-
|
835 |
# @ captcha
|
836 |
#, fuzzy
|
837 |
#~ msgid "Title for CAPTCHA in the form"
|
@@ -840,23 +818,18 @@ msgstr "Invia a una email personalizzata »"
|
|
840 |
# @ captcha
|
841 |
#~ msgid "Arithmetic actions for CAPTCHA"
|
842 |
#~ msgstr "Operazioni aritmetiche per il CAPTCHA"
|
843 |
-
|
844 |
# @ captcha
|
845 |
#~ msgid "CAPTCHA complexity level"
|
846 |
#~ msgstr "Livello complessità CAPTCHA"
|
847 |
-
|
848 |
# @ default
|
849 |
#~ msgid "Save Changes"
|
850 |
#~ msgstr "Salva le modifiche"
|
851 |
-
|
852 |
# @ captcha
|
853 |
#~ msgid "ERROR"
|
854 |
#~ msgstr "ERRORE"
|
855 |
-
|
856 |
# @ captcha
|
857 |
#~ msgid "Please fill the form."
|
858 |
#~ msgstr "Per favore compila il modulo."
|
859 |
-
|
860 |
# @ captcha
|
861 |
#, fuzzy
|
862 |
#~ msgid "Please enter a valid CAPTCHA value."
|
@@ -874,111 +847,84 @@ msgstr "Invia a una email personalizzata »"
|
|
874 |
# @ captcha
|
875 |
#~ msgid "zero"
|
876 |
#~ msgstr "zero"
|
877 |
-
|
878 |
# @ captcha
|
879 |
#~ msgid "one"
|
880 |
#~ msgstr "uno"
|
881 |
-
|
882 |
# @ captcha
|
883 |
#~ msgid "three"
|
884 |
#~ msgstr "tre"
|
885 |
-
|
886 |
# @ captcha
|
887 |
#~ msgid "five"
|
888 |
#~ msgstr "cinque"
|
889 |
-
|
890 |
# @ captcha
|
891 |
#~ msgid "six"
|
892 |
#~ msgstr "sei"
|
893 |
-
|
894 |
# @ captcha
|
895 |
#~ msgid "seven"
|
896 |
#~ msgstr "sette"
|
897 |
-
|
898 |
# @ captcha
|
899 |
#~ msgid "eight"
|
900 |
#~ msgstr "otto"
|
901 |
-
|
902 |
# @ captcha
|
903 |
#~ msgid "nine"
|
904 |
#~ msgstr "nove"
|
905 |
-
|
906 |
# @ captcha
|
907 |
#~ msgid "eleven"
|
908 |
#~ msgstr "undici"
|
909 |
-
|
910 |
# @ captcha
|
911 |
#~ msgid "twelve"
|
912 |
#~ msgstr "dodici"
|
913 |
-
|
914 |
# @ captcha
|
915 |
#~ msgid "thirteen"
|
916 |
#~ msgstr "tredici"
|
917 |
-
|
918 |
# @ captcha
|
919 |
#~ msgid "fourteen"
|
920 |
#~ msgstr "quattordici"
|
921 |
-
|
922 |
# @ captcha
|
923 |
#~ msgid "fifteen"
|
924 |
#~ msgstr "quindici"
|
925 |
-
|
926 |
# @ captcha
|
927 |
#~ msgid "sixteen"
|
928 |
#~ msgstr "sedici"
|
929 |
-
|
930 |
# @ captcha
|
931 |
#~ msgid "seventeen"
|
932 |
#~ msgstr "diciassette"
|
933 |
-
|
934 |
# @ captcha
|
935 |
#~ msgid "eighteen"
|
936 |
#~ msgstr "diciotto"
|
937 |
-
|
938 |
# @ captcha
|
939 |
#~ msgid "nineteen"
|
940 |
#~ msgstr "diciannove"
|
941 |
-
|
942 |
# @ captcha
|
943 |
#~ msgid "ten"
|
944 |
#~ msgstr "dieci"
|
945 |
-
|
946 |
# @ captcha
|
947 |
#~ msgid "twenty"
|
948 |
#~ msgstr "venti"
|
949 |
-
|
950 |
# @ captcha
|
951 |
#~ msgid "thirty"
|
952 |
#~ msgstr "trenta"
|
953 |
-
|
954 |
# @ captcha
|
955 |
#~ msgid "forty"
|
956 |
#~ msgstr "quaranta"
|
957 |
-
|
958 |
# @ captcha
|
959 |
#~ msgid "fifty"
|
960 |
#~ msgstr "cinquanta"
|
961 |
-
|
962 |
# @ captcha
|
963 |
#~ msgid "sixty"
|
964 |
#~ msgstr "sessanta"
|
965 |
-
|
966 |
# @ captcha
|
967 |
#~ msgid "seventy"
|
968 |
#~ msgstr "settanta"
|
969 |
-
|
970 |
# @ captcha
|
971 |
#~ msgid "eighty"
|
972 |
#~ msgstr "ottanta"
|
973 |
-
|
974 |
# @ captcha
|
975 |
#~ msgid "ninety"
|
976 |
#~ msgstr "novanta"
|
977 |
-
|
978 |
# @ captcha
|
979 |
#~ msgid "and"
|
980 |
#~ msgstr "e"
|
981 |
-
|
982 |
# @ captcha
|
983 |
#, fuzzy
|
984 |
#~ msgid "Encryption password is not set"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-11 14:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-11 14:11+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: it_IT\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: bws_functions.php:89
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: bws_functions.php:91
|
26 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
|
|
|
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: bws_functions.php:92
|
30 |
msgid "Back to the WordPress"
|
31 |
msgstr ""
|
32 |
|
33 |
# @ bestwebsoft
|
34 |
+
#: bws_functions.php:94
|
35 |
#, fuzzy
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Plugin Pro"
|
38 |
|
39 |
+
#: bws_functions.php:151
|
40 |
msgid "It’s time to upgrade your"
|
41 |
msgstr ""
|
42 |
|
43 |
# @ captcha
|
44 |
+
#: bws_functions.php:151
|
45 |
#, fuzzy
|
46 |
msgid "to"
|
47 |
msgstr "due"
|
48 |
|
49 |
# @ bestwebsoft
|
50 |
+
#: bws_functions.php:151
|
51 |
#, fuzzy
|
52 |
msgid "version!"
|
53 |
msgstr "Versione PHP"
|
54 |
|
55 |
+
#: bws_functions.php:152
|
56 |
msgid "Extend standard plugin functionality with new great options."
|
57 |
msgstr ""
|
58 |
|
59 |
# @ bestwebsoft
|
60 |
+
#: bws_functions.php:155
|
61 |
+
#: bws_functions.php:542
|
62 |
#, fuzzy
|
63 |
msgid "Learn More"
|
64 |
msgstr "Leggi tutto"
|
65 |
|
66 |
+
#: bws_functions.php:172
|
67 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
68 |
msgstr ""
|
69 |
|
70 |
# @ bestwebsoft
|
71 |
+
#: bws_functions.php:173
|
72 |
#, fuzzy
|
73 |
msgid "Rate the plugin"
|
74 |
msgstr "Plugin attivi"
|
75 |
|
76 |
# @ bestwebsoft
|
77 |
+
#: bws_functions.php:176
|
78 |
#, fuzzy
|
79 |
msgid "If there is something wrong about it, please contact us"
|
80 |
msgstr "Se hai domande, contattaci tramite"
|
81 |
|
82 |
+
#: bws_functions.php:193
|
83 |
+
#: bws_functions.php:229
|
84 |
msgid "Wrong license key"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: bws_functions.php:223
|
88 |
+
#: bws_functions.php:455
|
89 |
+
#: bws_functions.php:506
|
90 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: bws_functions.php:223
|
94 |
+
#: bws_functions.php:455
|
95 |
+
#: bws_functions.php:506
|
96 |
msgid "We are sorry for inconvenience."
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: bws_functions.php:231
|
100 |
msgid "This license key is bind to another site"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: bws_functions.php:233
|
104 |
+
#: bws_functions.php:365
|
105 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
|
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: bws_functions.php:235
|
109 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
|
|
|
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: bws_functions.php:237
|
113 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: bws_functions.php:248
|
117 |
+
#: bws_functions.php:270
|
118 |
+
#: bws_functions.php:292
|
119 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: bws_functions.php:260
|
123 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: bws_functions.php:266
|
127 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
|
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: bws_functions.php:273
|
131 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: bws_functions.php:296
|
135 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
|
|
|
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: bws_functions.php:321
|
139 |
msgid "Please, enter Your license key"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: bws_functions.php:338
|
143 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
|
|
|
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: bws_functions.php:340
|
147 |
+
#: bws_functions.php:422
|
148 |
msgid "Please, go to"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: bws_functions.php:340
|
152 |
+
#: bws_functions.php:422
|
153 |
msgid "the setting page"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: bws_functions.php:341
|
157 |
+
#: bws_functions.php:423
|
158 |
msgid "You will be redirected automatically in 5 seconds."
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: bws_functions.php:346
|
162 |
msgid "You can download and activate"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: bws_functions.php:348
|
166 |
msgid "version of this plugin by entering Your license key."
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: bws_functions.php:350
|
170 |
+
#: bws_functions.php:391
|
171 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
|
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: bws_functions.php:352
|
175 |
+
#: bws_functions.php:393
|
176 |
msgid "(your username is the email you specify when purchasing the product)."
|
177 |
msgstr ""
|
178 |
|
179 |
# @ captcha
|
180 |
+
#: bws_functions.php:356
|
181 |
#, fuzzy
|
182 |
msgid "or"
|
183 |
msgstr "quattro"
|
184 |
|
185 |
+
#: bws_functions.php:356
|
186 |
#, php-format
|
187 |
msgid "Start Your Free %s-Day Trial Now"
|
188 |
msgstr ""
|
189 |
|
190 |
# @ bestwebsoft
|
191 |
+
#: bws_functions.php:362
|
192 |
+
#: bws_functions.php:371
|
193 |
+
#: bws_functions.php:401
|
194 |
+
#: bws_functions.php:409
|
195 |
+
#: bws_menu.php:643
|
196 |
+
#: bws_menu.php:700
|
197 |
#, fuzzy
|
198 |
msgid "Activate"
|
199 |
msgstr "Plugin attivi"
|
200 |
|
201 |
+
#: bws_functions.php:388
|
202 |
+
#: bws_functions.php:481
|
203 |
#, php-format
|
204 |
+
msgid "In order to continue using the plugin it is necessary to buy a %s license."
|
|
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: bws_functions.php:389
|
208 |
msgid "After that you can activate it by entering your license key."
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: bws_functions.php:403
|
212 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: bws_functions.php:420
|
216 |
+
msgid "Congratulations! The PRO license of the plugin is successfully activated."
|
|
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: bws_functions.php:461
|
220 |
msgid "Wrong license key."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: bws_functions.php:463
|
224 |
msgid "This license key is bind to another site."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: bws_functions.php:465
|
228 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
|
|
|
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: bws_functions.php:467
|
232 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: bws_functions.php:469
|
236 |
+
msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: bws_functions.php:473
|
240 |
msgid "The PRO Trial license key is valid."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: bws_functions.php:475
|
244 |
msgid "The license key is valid."
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: bws_functions.php:478
|
248 |
msgid "Your license will expire on"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: bws_functions.php:511
|
252 |
msgid "Please, enter your license key"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: bws_functions.php:524
|
256 |
+
msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
|
|
|
|
|
|
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: bws_functions.php:524
|
260 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
|
|
|
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: bws_functions.php:528
|
264 |
msgid "Check license key"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: bws_functions.php:542
|
268 |
+
msgid "WARNING: Illegal use notification"
|
|
|
|
|
|
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: bws_functions.php:542
|
272 |
+
msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
|
|
|
|
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: bws_functions.php:550
|
276 |
+
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
|
|
|
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: bws_functions.php:552
|
280 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
|
|
|
|
281 |
msgstr ""
|
282 |
|
283 |
# @ bestwebsoft
|
284 |
+
#: bws_functions.php:552
|
285 |
+
#: bws_functions.php:605
|
286 |
+
#: bws_menu.php:619
|
287 |
+
#: bws_menu.php:641
|
288 |
+
#: bws_menu.php:668
|
289 |
+
#: bws_menu.php:698
|
290 |
+
#: bws_menu.php:744
|
291 |
#, fuzzy
|
292 |
msgid "Learn more"
|
293 |
msgstr "Leggi tutto"
|
294 |
|
295 |
+
#: bws_functions.php:562
|
296 |
#, php-format
|
297 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: bws_functions.php:564
|
301 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: bws_functions.php:567
|
305 |
msgid "The PRO Trial license will expire on"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: bws_functions.php:605
|
309 |
msgid "You license for"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: bws_functions.php:605
|
313 |
msgid "expires on"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: bws_functions.php:605
|
317 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: bws_functions.php:680
|
321 |
msgid "Close"
|
322 |
msgstr ""
|
323 |
|
324 |
# @ bestwebsoft
|
325 |
+
#: bws_menu.php:456
|
326 |
msgid "Not set"
|
327 |
msgstr "Non impostato"
|
328 |
|
329 |
# @ bestwebsoft
|
330 |
+
#: bws_menu.php:458
|
331 |
+
#: bws_menu.php:459
|
332 |
msgid "On"
|
333 |
msgstr "Abilitato"
|
334 |
|
335 |
# @ bestwebsoft
|
336 |
+
#: bws_menu.php:458
|
337 |
+
#: bws_menu.php:459
|
338 |
msgid "Off"
|
339 |
msgstr "Disabilitato"
|
340 |
|
341 |
# @ bestwebsoft
|
342 |
+
#: bws_menu.php:460
|
343 |
+
#: bws_menu.php:461
|
344 |
+
#: bws_menu.php:462
|
345 |
+
#: bws_menu.php:463
|
346 |
+
#: bws_menu.php:464
|
347 |
+
#: bws_menu.php:476
|
348 |
msgid "N/A"
|
349 |
msgstr "Non disponibile"
|
350 |
|
351 |
# @ bestwebsoft
|
352 |
+
#: bws_menu.php:464
|
353 |
msgid " Mb"
|
354 |
msgstr "Mb"
|
355 |
|
356 |
# @ bestwebsoft
|
357 |
+
#: bws_menu.php:465
|
358 |
+
#: bws_menu.php:466
|
359 |
+
#: bws_menu.php:467
|
360 |
+
#: bws_menu.php:472
|
361 |
msgid "Yes"
|
362 |
msgstr "Sì"
|
363 |
|
364 |
# @ bestwebsoft
|
365 |
+
#: bws_menu.php:465
|
366 |
+
#: bws_menu.php:466
|
367 |
+
#: bws_menu.php:467
|
368 |
+
#: bws_menu.php:474
|
369 |
msgid "No"
|
370 |
msgstr "No"
|
371 |
|
372 |
# @ bestwebsoft
|
373 |
+
#: bws_menu.php:484
|
374 |
msgid "Operating System"
|
375 |
msgstr "Sistema operativo"
|
376 |
|
377 |
# @ bestwebsoft
|
378 |
+
#: bws_menu.php:485
|
379 |
msgid "Server"
|
380 |
msgstr "Server"
|
381 |
|
382 |
# @ bestwebsoft
|
383 |
+
#: bws_menu.php:486
|
384 |
msgid "Memory usage"
|
385 |
msgstr "Utilizzo memoria"
|
386 |
|
387 |
# @ bestwebsoft
|
388 |
+
#: bws_menu.php:487
|
389 |
msgid "MYSQL Version"
|
390 |
msgstr "Versione MYSQL"
|
391 |
|
392 |
# @ bestwebsoft
|
393 |
+
#: bws_menu.php:488
|
394 |
msgid "SQL Mode"
|
395 |
msgstr "Modalità SQL"
|
396 |
|
397 |
# @ bestwebsoft
|
398 |
+
#: bws_menu.php:489
|
399 |
msgid "PHP Version"
|
400 |
msgstr "Versione PHP"
|
401 |
|
402 |
# @ bestwebsoft
|
403 |
+
#: bws_menu.php:490
|
404 |
msgid "PHP Safe Mode"
|
405 |
msgstr "Safe Mode PHP"
|
406 |
|
407 |
# @ bestwebsoft
|
408 |
+
#: bws_menu.php:491
|
409 |
msgid "PHP Allow URL fopen"
|
410 |
msgstr "Consenti URL fopen PHP"
|
411 |
|
412 |
# @ bestwebsoft
|
413 |
+
#: bws_menu.php:492
|
414 |
msgid "PHP Memory Limit"
|
415 |
msgstr "Limite di memoria PHP"
|
416 |
|
417 |
# @ bestwebsoft
|
418 |
+
#: bws_menu.php:493
|
419 |
msgid "PHP Max Upload Size"
|
420 |
msgstr "Dimensione upload massima PHP"
|
421 |
|
422 |
# @ bestwebsoft
|
423 |
+
#: bws_menu.php:494
|
424 |
msgid "PHP Max Post Size"
|
425 |
msgstr "Dimensione massima Post PHP"
|
426 |
|
427 |
# @ bestwebsoft
|
428 |
+
#: bws_menu.php:495
|
429 |
msgid "PHP Max Script Execute Time"
|
430 |
msgstr "Tempo massimo di esecuzione PHP"
|
431 |
|
432 |
# @ bestwebsoft
|
433 |
+
#: bws_menu.php:496
|
434 |
msgid "PHP Exif support"
|
435 |
msgstr "Supporto Exif PHP"
|
436 |
|
437 |
# @ bestwebsoft
|
438 |
+
#: bws_menu.php:497
|
439 |
msgid "PHP IPTC support"
|
440 |
msgstr "Supporto IPTC PHP"
|
441 |
|
442 |
# @ bestwebsoft
|
443 |
+
#: bws_menu.php:498
|
444 |
msgid "PHP XML support"
|
445 |
msgstr "Supporto XML PHP"
|
446 |
|
447 |
# @ bestwebsoft
|
448 |
+
#: bws_menu.php:499
|
449 |
msgid "Site URL"
|
450 |
msgstr "URL sito"
|
451 |
|
452 |
# @ bestwebsoft
|
453 |
+
#: bws_menu.php:500
|
454 |
msgid "Home URL"
|
455 |
msgstr "URL home"
|
456 |
|
457 |
# @ bestwebsoft
|
458 |
+
#: bws_menu.php:503
|
459 |
msgid "WordPress Version"
|
460 |
msgstr "Versione WordPress"
|
461 |
|
462 |
# @ bestwebsoft
|
463 |
+
#: bws_menu.php:504
|
464 |
msgid "WordPress DB Version"
|
465 |
msgstr "Versione DB WordPress"
|
466 |
|
467 |
# @ bestwebsoft
|
468 |
+
#: bws_menu.php:505
|
469 |
msgid "Multisite"
|
470 |
msgstr "Multisito"
|
471 |
|
472 |
# @ bestwebsoft
|
473 |
+
#: bws_menu.php:506
|
474 |
msgid "Active Theme"
|
475 |
msgstr "Tema attivo"
|
476 |
|
477 |
# @ bestwebsoft
|
478 |
+
#: bws_menu.php:521
|
479 |
msgid "Please enter a valid email address."
|
480 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
481 |
|
482 |
# @ bestwebsoft
|
483 |
+
#: bws_menu.php:525
|
484 |
msgid "Email with system info is sent to "
|
485 |
msgstr "Email con informazioni di sistema spedita a "
|
486 |
|
487 |
# @ bestwebsoft
|
488 |
+
#: bws_menu.php:529
|
489 |
msgid "Thank you for contacting us."
|
490 |
msgstr "Grazie per averci contattato."
|
491 |
|
492 |
# @ bestwebsoft
|
493 |
+
#: bws_menu.php:562
|
494 |
msgid "Sorry, email message could not be delivered."
|
495 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
496 |
|
497 |
+
#: bws_menu.php:570
|
498 |
msgid "Need help?"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: bws_menu.php:571
|
502 |
msgid "Client area"
|
503 |
msgstr ""
|
504 |
|
505 |
# @ bestwebsoft
|
506 |
+
#: bws_menu.php:572
|
507 |
+
#: bws_menu.php:883
|
508 |
msgid "System status"
|
509 |
msgstr "Stato sistema"
|
510 |
|
511 |
# @ bestwebsoft
|
512 |
+
#: bws_menu.php:577
|
513 |
#, fuzzy
|
514 |
msgid "Plugins"
|
515 |
msgstr "Plugin Pro"
|
516 |
|
517 |
+
#: bws_menu.php:579
|
518 |
msgid "Themes"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: bws_menu.php:584
|
522 |
msgid "All"
|
523 |
msgstr ""
|
524 |
|
525 |
# @ default
|
526 |
+
#: bws_menu.php:585
|
527 |
#, fuzzy
|
528 |
msgid "Installed"
|
529 |
msgstr "Installa %s"
|
530 |
|
531 |
# @ bestwebsoft
|
532 |
+
#: bws_menu.php:586
|
533 |
#, fuzzy
|
534 |
msgid "Recommended"
|
535 |
msgstr "Plugin raccomandati"
|
536 |
|
537 |
# @ bestwebsoft
|
538 |
+
#: bws_menu.php:590
|
539 |
msgid "Installed plugins"
|
540 |
msgstr "Plugin installati"
|
541 |
|
542 |
# @ bestwebsoft
|
543 |
# @ captcha
|
544 |
+
#: bws_menu.php:622
|
545 |
+
#: bws_menu.php:671
|
546 |
msgid "Settings"
|
547 |
msgstr "Impostazioni"
|
548 |
|
549 |
# @ bestwebsoft
|
550 |
+
#: bws_menu.php:643
|
551 |
+
#: bws_menu.php:700
|
552 |
#, fuzzy
|
553 |
msgid "Activate this plugin"
|
554 |
msgstr "Plugin attivi"
|
555 |
|
556 |
+
#: bws_menu.php:658
|
557 |
+
#: bws_menu.php:688
|
558 |
+
#: bws_menu.php:734
|
559 |
msgid "Go"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: bws_menu.php:662
|
563 |
+
#: bws_menu.php:692
|
564 |
+
#: bws_menu.php:738
|
565 |
msgid "DONATE"
|
566 |
msgstr ""
|
567 |
|
568 |
# @ bestwebsoft
|
569 |
+
#: bws_menu.php:708
|
570 |
msgid "Recommended plugins"
|
571 |
msgstr "Plugin raccomandati"
|
572 |
|
573 |
# @ default
|
574 |
+
#: bws_menu.php:746
|
575 |
#, fuzzy
|
576 |
msgid "Install now"
|
577 |
msgstr "Installa %s"
|
578 |
|
579 |
+
#: bws_menu.php:767
|
580 |
msgid "Try again"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: bws_menu.php:785
|
584 |
#, php-format
|
585 |
msgid "Preview “%s”"
|
586 |
msgstr ""
|
587 |
|
588 |
# @ default
|
589 |
+
#: bws_menu.php:816
|
590 |
#, php-format
|
591 |
msgid "Install %s"
|
592 |
msgstr "Installa %s"
|
593 |
|
594 |
# @ default
|
595 |
+
#: bws_menu.php:816
|
596 |
#, fuzzy
|
597 |
msgid "Install Now"
|
598 |
msgstr "Installa %s"
|
599 |
|
600 |
+
#: bws_menu.php:819
|
601 |
#, php-format
|
602 |
msgid "Update to version %s"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: bws_menu.php:819
|
606 |
msgid "Update"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: bws_menu.php:826
|
610 |
#, php-format
|
611 |
msgid "Preview %s"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: bws_menu.php:826
|
615 |
msgid "Preview"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: bws_menu.php:832
|
619 |
+
#: bws_menu.php:864
|
620 |
#, php-format
|
621 |
msgid "By %s"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: bws_menu.php:838
|
625 |
msgid "Details"
|
626 |
msgstr ""
|
627 |
|
628 |
# @ default
|
629 |
+
#: bws_menu.php:870
|
630 |
#, fuzzy
|
631 |
msgid "Already Installed"
|
632 |
msgstr "Installa %s"
|
633 |
|
634 |
# @ bestwebsoft
|
635 |
+
#: bws_menu.php:886
|
636 |
msgid "Environment"
|
637 |
msgstr "Ambiente"
|
638 |
|
639 |
# @ bestwebsoft
|
640 |
+
#: bws_menu.php:897
|
641 |
msgid "Active Plugins"
|
642 |
msgstr "Plugin attivi"
|
643 |
|
644 |
# @ bestwebsoft
|
645 |
+
#: bws_menu.php:910
|
646 |
msgid "Inactive Plugins"
|
647 |
msgstr "Plugin inattivi"
|
648 |
|
649 |
# @ bestwebsoft
|
650 |
+
#: bws_menu.php:926
|
651 |
msgid "Send to support"
|
652 |
msgstr "Invia al supporto"
|
653 |
|
654 |
# @ bestwebsoft
|
655 |
+
#: bws_menu.php:933
|
656 |
msgid "Send to custom email »"
|
657 |
msgstr "Invia a una email personalizzata »"
|
658 |
|
659 |
# @ bestwebsoft
|
660 |
#~ msgid "Pro plugins"
|
661 |
#~ msgstr "Plugin Pro"
|
|
|
662 |
# @ bestwebsoft
|
663 |
#~ msgid "Activated plugins"
|
664 |
#~ msgstr "Plugin attivi"
|
|
|
665 |
# @ bestwebsoft
|
666 |
#~ msgid "Read more"
|
667 |
#~ msgstr "Leggi tutto"
|
|
|
668 |
# @ bestwebsoft
|
669 |
#~ msgid "Purchase"
|
670 |
#~ msgstr "Acquista"
|
|
|
671 |
# @ bestwebsoft
|
672 |
#~ msgid "Free plugins"
|
673 |
#~ msgstr "Plugin gratuiti"
|
|
|
674 |
# @ bestwebsoft
|
675 |
#~ msgid "Download"
|
676 |
#~ msgstr "Scarica"
|
|
|
677 |
# @ bestwebsoft
|
678 |
#~ msgid "Install now from wordpress.org"
|
679 |
#~ msgstr "Installa ora da wordpress.org"
|
|
|
680 |
# @ bestwebsoft
|
681 |
#, fuzzy
|
682 |
#~ msgid "Activated theme"
|
705 |
# @ captcha
|
706 |
#~ msgid "Captcha"
|
707 |
#~ msgstr "Captcha"
|
|
|
708 |
# @ captcha
|
709 |
#~ msgid "Login form"
|
710 |
#~ msgstr "Modulo di login"
|
|
|
711 |
# @ captcha
|
712 |
#, fuzzy
|
713 |
#~ msgid "Registration form"
|
716 |
# @ captcha
|
717 |
#~ msgid "Register form"
|
718 |
#~ msgstr "Modulo di registrazione"
|
|
|
719 |
# @ captcha
|
720 |
#, fuzzy
|
721 |
#~ msgid "Reset Password form"
|
724 |
# @ captcha
|
725 |
#~ msgid "Lost password form"
|
726 |
#~ msgstr "Modulo recupero password"
|
|
|
727 |
# @ captcha
|
728 |
#~ msgid "Comments form"
|
729 |
#~ msgstr "Modulo dei commenti"
|
|
|
730 |
# @ captcha
|
731 |
#~ msgid "Hide CAPTCHA for registered users"
|
732 |
#~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
|
|
|
733 |
# @ captcha
|
734 |
#~ msgid "Plus (+)"
|
735 |
#~ msgstr "Addizione (+)"
|
|
|
736 |
# @ captcha
|
737 |
#~ msgid "Plus"
|
738 |
#~ msgstr "Più"
|
|
|
739 |
# @ captcha
|
740 |
#~ msgid "Minus (−)"
|
741 |
#~ msgstr "Sottrazione (−)"
|
|
|
742 |
# @ captcha
|
743 |
#~ msgid "Minus"
|
744 |
#~ msgstr "Meno"
|
|
|
745 |
# @ captcha
|
746 |
#, fuzzy
|
747 |
#~ msgid "Multiplication (×)"
|
755 |
# @ captcha
|
756 |
#~ msgid "Numbers"
|
757 |
#~ msgstr "Numeri"
|
|
|
758 |
# @ captcha
|
759 |
#~ msgid "Words"
|
760 |
#~ msgstr "Parole"
|
|
|
761 |
# @ captcha
|
762 |
#~ msgid "FAQ"
|
763 |
#~ msgstr "FAQ"
|
|
|
764 |
# @ captcha
|
765 |
#~ msgid "Support"
|
766 |
#~ msgstr "Supporto"
|
|
|
767 |
# @ captcha
|
768 |
#, fuzzy
|
769 |
#~ msgid ""
|
775 |
# @ captcha
|
776 |
#~ msgid "Options saved."
|
777 |
#~ msgstr "Impostazioni salvate."
|
|
|
778 |
# @ captcha
|
779 |
#, fuzzy
|
780 |
#~ msgid "Enable CAPTCHA for:"
|
783 |
# @ captcha
|
784 |
#~ msgid "Contact form"
|
785 |
#~ msgstr "Modulo di contatto"
|
|
|
786 |
# @ captcha
|
787 |
#~ msgid "powered by"
|
788 |
#~ msgstr "powered by"
|
|
|
789 |
# @ captcha
|
790 |
#~ msgid "Activate contact form"
|
791 |
#~ msgstr "Attiva modulo di contatto"
|
|
|
792 |
# @ captcha
|
793 |
#~ msgid "Download contact form"
|
794 |
#~ msgstr "Scarica il plugin per il modulo di contatto"
|
|
|
795 |
# @ captcha
|
796 |
#, fuzzy
|
797 |
#~ msgid ""
|
803 |
# @ captcha
|
804 |
#~ msgid "\"Create a Group\" form"
|
805 |
#~ msgstr "Modulo \"Crea un gruppo\""
|
|
|
806 |
# @ captcha
|
807 |
#~ msgid ""
|
808 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
810 |
#~ msgstr ""
|
811 |
#~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
|
812 |
#~ "maggiori dettagli, per favore vai al link"
|
|
|
813 |
# @ captcha
|
814 |
#, fuzzy
|
815 |
#~ msgid "Title for CAPTCHA in the form"
|
818 |
# @ captcha
|
819 |
#~ msgid "Arithmetic actions for CAPTCHA"
|
820 |
#~ msgstr "Operazioni aritmetiche per il CAPTCHA"
|
|
|
821 |
# @ captcha
|
822 |
#~ msgid "CAPTCHA complexity level"
|
823 |
#~ msgstr "Livello complessità CAPTCHA"
|
|
|
824 |
# @ default
|
825 |
#~ msgid "Save Changes"
|
826 |
#~ msgstr "Salva le modifiche"
|
|
|
827 |
# @ captcha
|
828 |
#~ msgid "ERROR"
|
829 |
#~ msgstr "ERRORE"
|
|
|
830 |
# @ captcha
|
831 |
#~ msgid "Please fill the form."
|
832 |
#~ msgstr "Per favore compila il modulo."
|
|
|
833 |
# @ captcha
|
834 |
#, fuzzy
|
835 |
#~ msgid "Please enter a valid CAPTCHA value."
|
847 |
# @ captcha
|
848 |
#~ msgid "zero"
|
849 |
#~ msgstr "zero"
|
|
|
850 |
# @ captcha
|
851 |
#~ msgid "one"
|
852 |
#~ msgstr "uno"
|
|
|
853 |
# @ captcha
|
854 |
#~ msgid "three"
|
855 |
#~ msgstr "tre"
|
|
|
856 |
# @ captcha
|
857 |
#~ msgid "five"
|
858 |
#~ msgstr "cinque"
|
|
|
859 |
# @ captcha
|
860 |
#~ msgid "six"
|
861 |
#~ msgstr "sei"
|
|
|
862 |
# @ captcha
|
863 |
#~ msgid "seven"
|
864 |
#~ msgstr "sette"
|
|
|
865 |
# @ captcha
|
866 |
#~ msgid "eight"
|
867 |
#~ msgstr "otto"
|
|
|
868 |
# @ captcha
|
869 |
#~ msgid "nine"
|
870 |
#~ msgstr "nove"
|
|
|
871 |
# @ captcha
|
872 |
#~ msgid "eleven"
|
873 |
#~ msgstr "undici"
|
|
|
874 |
# @ captcha
|
875 |
#~ msgid "twelve"
|
876 |
#~ msgstr "dodici"
|
|
|
877 |
# @ captcha
|
878 |
#~ msgid "thirteen"
|
879 |
#~ msgstr "tredici"
|
|
|
880 |
# @ captcha
|
881 |
#~ msgid "fourteen"
|
882 |
#~ msgstr "quattordici"
|
|
|
883 |
# @ captcha
|
884 |
#~ msgid "fifteen"
|
885 |
#~ msgstr "quindici"
|
|
|
886 |
# @ captcha
|
887 |
#~ msgid "sixteen"
|
888 |
#~ msgstr "sedici"
|
|
|
889 |
# @ captcha
|
890 |
#~ msgid "seventeen"
|
891 |
#~ msgstr "diciassette"
|
|
|
892 |
# @ captcha
|
893 |
#~ msgid "eighteen"
|
894 |
#~ msgstr "diciotto"
|
|
|
895 |
# @ captcha
|
896 |
#~ msgid "nineteen"
|
897 |
#~ msgstr "diciannove"
|
|
|
898 |
# @ captcha
|
899 |
#~ msgid "ten"
|
900 |
#~ msgstr "dieci"
|
|
|
901 |
# @ captcha
|
902 |
#~ msgid "twenty"
|
903 |
#~ msgstr "venti"
|
|
|
904 |
# @ captcha
|
905 |
#~ msgid "thirty"
|
906 |
#~ msgstr "trenta"
|
|
|
907 |
# @ captcha
|
908 |
#~ msgid "forty"
|
909 |
#~ msgstr "quaranta"
|
|
|
910 |
# @ captcha
|
911 |
#~ msgid "fifty"
|
912 |
#~ msgstr "cinquanta"
|
|
|
913 |
# @ captcha
|
914 |
#~ msgid "sixty"
|
915 |
#~ msgstr "sessanta"
|
|
|
916 |
# @ captcha
|
917 |
#~ msgid "seventy"
|
918 |
#~ msgstr "settanta"
|
|
|
919 |
# @ captcha
|
920 |
#~ msgid "eighty"
|
921 |
#~ msgstr "ottanta"
|
|
|
922 |
# @ captcha
|
923 |
#~ msgid "ninety"
|
924 |
#~ msgstr "novanta"
|
|
|
925 |
# @ captcha
|
926 |
#~ msgid "and"
|
927 |
#~ msgstr "e"
|
|
|
928 |
# @ captcha
|
929 |
#, fuzzy
|
930 |
#~ msgid "Encryption password is not set"
|
bws_menu/languages/bestwebsoft-ja.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ja.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
@@ -16,577 +16,583 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_functions.php:
|
20 |
#, fuzzy
|
21 |
msgid "requires"
|
22 |
msgstr "必須フィールド"
|
23 |
|
24 |
-
#: bws_functions.php:
|
25 |
-
msgid ""
|
26 |
-
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
-
"try again."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: bws_functions.php:
|
31 |
msgid "Back to the WordPress"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: bws_functions.php:
|
35 |
#, fuzzy
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Pro Plugins"
|
38 |
|
39 |
-
#: bws_functions.php:
|
40 |
msgid "It’s time to upgrade your"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: bws_functions.php:
|
44 |
msgid "to"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: bws_functions.php:
|
48 |
#, fuzzy
|
49 |
msgid "version!"
|
50 |
msgstr "PHP バージョン"
|
51 |
|
52 |
-
#: bws_functions.php:
|
53 |
msgid "Extend standard plugin functionality with new great options."
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: bws_functions.php:
|
|
|
57 |
#, fuzzy
|
58 |
msgid "Learn More"
|
59 |
msgstr "もっと読む"
|
60 |
|
61 |
-
#: bws_functions.php:
|
62 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: bws_functions.php:
|
66 |
#, fuzzy
|
67 |
msgid "Rate the plugin"
|
68 |
msgstr "有効なプラグイン"
|
69 |
|
70 |
-
#: bws_functions.php:
|
71 |
#, fuzzy
|
72 |
msgid "If there is something wrong about it, please contact us"
|
73 |
msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
74 |
|
75 |
-
#: bws_functions.php:
|
|
|
76 |
msgid "Wrong license key"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: bws_functions.php:
|
80 |
-
|
81 |
-
|
82 |
-
"please contact us"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: bws_functions.php:
|
|
|
|
|
86 |
msgid "We are sorry for inconvenience."
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: bws_functions.php:
|
90 |
msgid "This license key is bind to another site"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: bws_functions.php:
|
94 |
-
|
95 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
96 |
-
"Please, upload the plugin manually."
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: bws_functions.php:
|
100 |
-
msgid ""
|
101 |
-
"Unfortunately, Your license has expired. To continue getting top-priority "
|
102 |
-
"support and plugin updates you should extend it in your"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: bws_functions.php:
|
106 |
-
msgid ""
|
107 |
-
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
108 |
-
"Trial license can be installed only once."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: bws_functions.php:
|
|
|
|
|
112 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: bws_functions.php:
|
116 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: bws_functions.php:
|
120 |
-
msgid ""
|
121 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
122 |
-
"plugin manually"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: bws_functions.php:
|
126 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: bws_functions.php:
|
130 |
-
msgid ""
|
131 |
-
"Something went wrong. Try again later or upload the plugin manually. We are "
|
132 |
-
"sorry for inconvenience."
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: bws_functions.php:
|
136 |
#, fuzzy
|
137 |
msgid "Please, enter Your license key"
|
138 |
msgstr "メッセージを入力して下さい..."
|
139 |
|
140 |
-
#: bws_functions.php:
|
141 |
-
msgid ""
|
142 |
-
"Congratulations! The PRO version of the plugin is successfully download and "
|
143 |
-
"activated."
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: bws_functions.php:
|
|
|
147 |
msgid "Please, go to"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: bws_functions.php:
|
|
|
151 |
#, fuzzy
|
152 |
msgid "the setting page"
|
153 |
msgstr "追加設定"
|
154 |
|
155 |
-
#: bws_functions.php:
|
|
|
156 |
msgid "You will be redirected automatically in 5 seconds."
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: bws_functions.php:
|
160 |
msgid "You can download and activate"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: bws_functions.php:
|
164 |
msgid "version of this plugin by entering Your license key."
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: bws_functions.php:
|
168 |
-
|
169 |
-
"You can find your license key on your personal page Client area, by clicking "
|
170 |
-
"on the link"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: bws_functions.php:
|
|
|
174 |
msgid "(your username is the email you specify when purchasing the product)."
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: bws_functions.php:
|
178 |
msgid "or"
|
179 |
msgstr "又は"
|
180 |
|
181 |
-
#: bws_functions.php:
|
182 |
#, php-format
|
183 |
msgid "Start Your Free %s-Day Trial Now"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: bws_functions.php:
|
187 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
188 |
#, fuzzy
|
189 |
msgid "Activate"
|
190 |
msgstr "有効なcaptcha"
|
191 |
|
192 |
-
#: bws_functions.php:
|
|
|
193 |
#, php-format
|
194 |
-
msgid ""
|
195 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: bws_functions.php:
|
199 |
msgid "After that you can activate it by entering your license key."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: bws_functions.php:
|
203 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: bws_functions.php:
|
207 |
-
msgid ""
|
208 |
-
"Congratulations! The PRO license of the plugin is successfully activated."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
msgid "Wrong license key."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: bws_functions.php:
|
216 |
msgid "This license key is bind to another site."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: bws_functions.php:
|
220 |
-
msgid ""
|
221 |
-
"This license key is valid, but Your license has expired. If you want to "
|
222 |
-
"update our plugin in future, you should extend the license."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: bws_functions.php:
|
226 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: bws_functions.php:
|
230 |
-
msgid ""
|
231 |
-
"Unfortunately, the PRO Trial licence was already installed to this domain. "
|
232 |
-
"The PRO Trial license can be installed only once."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: bws_functions.php:
|
236 |
msgid "The PRO Trial license key is valid."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: bws_functions.php:
|
240 |
msgid "The license key is valid."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
msgid "Your license will expire on"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: bws_functions.php:
|
248 |
#, fuzzy
|
249 |
msgid "Please, enter your license key"
|
250 |
msgstr "メッセージを入力して下さい..."
|
251 |
|
252 |
-
#: bws_functions.php:
|
253 |
-
msgid ""
|
254 |
-
"If needed you can check if the license key is correct or reenter it in the "
|
255 |
-
"field below. You can find your license key on your personal page - Client "
|
256 |
-
"area - on our website"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: bws_functions.php:
|
260 |
-
msgid ""
|
261 |
-
"(your username is the email you specify when purchasing the product). If "
|
262 |
-
"necessary, please submit \"Lost your password?\" request."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: bws_functions.php:
|
266 |
msgid "Check license key"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
-
msgid ""
|
271 |
-
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
272 |
-
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
273 |
-
"will be deactivated. Please go to your personal"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: bws_functions.php:
|
277 |
-
msgid ""
|
278 |
-
"(your username is the email you specify when purchasing the product), where "
|
279 |
-
"you can make the necessary changes."
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: bws_functions.php:
|
283 |
-
msgid ""
|
284 |
-
"Notice: Your PRO Trial license has expired. To continue using the plugin you "
|
285 |
-
"should buy a PRO license"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: bws_functions.php:
|
289 |
-
msgid ""
|
290 |
-
"Your license has expired. To continue getting top-priority support and "
|
291 |
-
"plugin updates you should extend it."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: bws_functions.php:
|
295 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
296 |
#, fuzzy
|
297 |
msgid "Learn more"
|
298 |
msgstr "もっと読む"
|
299 |
|
300 |
-
#: bws_functions.php:
|
301 |
#, php-format
|
302 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: bws_functions.php:
|
310 |
msgid "The PRO Trial license will expire on"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: bws_functions.php:
|
314 |
msgid "You license for"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: bws_functions.php:
|
318 |
msgid "expires on"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: bws_functions.php:
|
322 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: bws_functions.php:
|
326 |
msgid "Close"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: bws_menu.php:
|
330 |
msgid "Not set"
|
331 |
msgstr "未設定"
|
332 |
|
333 |
-
#: bws_menu.php:
|
|
|
334 |
msgid "On"
|
335 |
msgstr "On"
|
336 |
|
337 |
-
#: bws_menu.php:
|
|
|
338 |
msgid "Off"
|
339 |
msgstr "Off"
|
340 |
|
341 |
-
#: bws_menu.php:
|
342 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
343 |
msgid "N/A"
|
344 |
msgstr "該当なし"
|
345 |
|
346 |
-
#: bws_menu.php:
|
347 |
msgid " Mb"
|
348 |
msgstr " Mb"
|
349 |
|
350 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
351 |
msgid "Yes"
|
352 |
msgstr "はい"
|
353 |
|
354 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
355 |
msgid "No"
|
356 |
msgstr "いいえ"
|
357 |
|
358 |
-
#: bws_menu.php:
|
359 |
msgid "Operating System"
|
360 |
msgstr "オペレーション・システム"
|
361 |
|
362 |
-
#: bws_menu.php:
|
363 |
msgid "Server"
|
364 |
msgstr "サーバ"
|
365 |
|
366 |
-
#: bws_menu.php:
|
367 |
msgid "Memory usage"
|
368 |
msgstr "メモリー使用"
|
369 |
|
370 |
-
#: bws_menu.php:
|
371 |
msgid "MYSQL Version"
|
372 |
msgstr "MYSQL バージョン"
|
373 |
|
374 |
-
#: bws_menu.php:
|
375 |
msgid "SQL Mode"
|
376 |
msgstr "SQLモード"
|
377 |
|
378 |
-
#: bws_menu.php:
|
379 |
msgid "PHP Version"
|
380 |
msgstr "PHP バージョン"
|
381 |
|
382 |
-
#: bws_menu.php:
|
383 |
msgid "PHP Safe Mode"
|
384 |
msgstr "PHP Safe Mode"
|
385 |
|
386 |
-
#: bws_menu.php:
|
387 |
msgid "PHP Allow URL fopen"
|
388 |
msgstr "PHP Allow URL fopen"
|
389 |
|
390 |
-
#: bws_menu.php:
|
391 |
msgid "PHP Memory Limit"
|
392 |
msgstr "PHP Memory Limit"
|
393 |
|
394 |
-
#: bws_menu.php:
|
395 |
msgid "PHP Max Upload Size"
|
396 |
msgstr "PHP Max Upload Size"
|
397 |
|
398 |
-
#: bws_menu.php:
|
399 |
msgid "PHP Max Post Size"
|
400 |
msgstr "PHP Max Post Size"
|
401 |
|
402 |
-
#: bws_menu.php:
|
403 |
msgid "PHP Max Script Execute Time"
|
404 |
msgstr "PHP Max Script Execute Time"
|
405 |
|
406 |
-
#: bws_menu.php:
|
407 |
msgid "PHP Exif support"
|
408 |
msgstr "PHP Exif サポート"
|
409 |
|
410 |
-
#: bws_menu.php:
|
411 |
msgid "PHP IPTC support"
|
412 |
msgstr "PHP IPTC サポート"
|
413 |
|
414 |
-
#: bws_menu.php:
|
415 |
msgid "PHP XML support"
|
416 |
msgstr "PHP XML サポート"
|
417 |
|
418 |
-
#: bws_menu.php:
|
419 |
msgid "Site URL"
|
420 |
msgstr "サイトURL"
|
421 |
|
422 |
-
#: bws_menu.php:
|
423 |
msgid "Home URL"
|
424 |
msgstr "ホームURL"
|
425 |
|
426 |
-
#: bws_menu.php:
|
427 |
msgid "WordPress Version"
|
428 |
msgstr "WordPress バージョン"
|
429 |
|
430 |
-
#: bws_menu.php:
|
431 |
msgid "WordPress DB Version"
|
432 |
msgstr "WordPress データベース バージョン"
|
433 |
|
434 |
-
#: bws_menu.php:
|
435 |
msgid "Multisite"
|
436 |
msgstr "複数サイト"
|
437 |
|
438 |
-
#: bws_menu.php:
|
439 |
msgid "Active Theme"
|
440 |
msgstr "有効なテーマ"
|
441 |
|
442 |
-
#: bws_menu.php:
|
443 |
msgid "Please enter a valid email address."
|
444 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
445 |
|
446 |
-
#: bws_menu.php:
|
447 |
msgid "Email with system info is sent to "
|
448 |
msgstr "システム情報をメールで送信:"
|
449 |
|
450 |
-
#: bws_menu.php:
|
451 |
msgid "Thank you for contacting us."
|
452 |
msgstr "ご連絡ありがとうございます"
|
453 |
|
454 |
-
#: bws_menu.php:
|
455 |
msgid "Sorry, email message could not be delivered."
|
456 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
457 |
|
458 |
-
#: bws_menu.php:
|
459 |
msgid "Need help?"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: bws_menu.php:
|
463 |
msgid "Client area"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: bws_menu.php:
|
|
|
467 |
msgid "System status"
|
468 |
msgstr "システム状況"
|
469 |
|
470 |
-
#: bws_menu.php:
|
471 |
#, fuzzy
|
472 |
msgid "Plugins"
|
473 |
msgstr "Pro Plugins"
|
474 |
|
475 |
-
#: bws_menu.php:
|
476 |
msgid "Themes"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: bws_menu.php:
|
480 |
msgid "All"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: bws_menu.php:
|
484 |
#, fuzzy
|
485 |
msgid "Installed"
|
486 |
msgstr "%s 導入"
|
487 |
|
488 |
-
#: bws_menu.php:
|
489 |
#, fuzzy
|
490 |
msgid "Recommended"
|
491 |
msgstr "推奨プラグイン"
|
492 |
|
493 |
-
#: bws_menu.php:
|
494 |
msgid "Installed plugins"
|
495 |
msgstr "導入済みプラグイン"
|
496 |
|
497 |
-
#: bws_menu.php:
|
|
|
498 |
msgid "Settings"
|
499 |
msgstr "設定"
|
500 |
|
501 |
-
#: bws_menu.php:
|
|
|
502 |
#, fuzzy
|
503 |
msgid "Activate this plugin"
|
504 |
msgstr "有効なプラグイン"
|
505 |
|
506 |
-
#: bws_menu.php:
|
|
|
|
|
507 |
msgid "Go"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: bws_menu.php:
|
|
|
|
|
511 |
msgid "DONATE"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "Recommended plugins"
|
516 |
msgstr "推奨プラグイン"
|
517 |
|
518 |
-
#: bws_menu.php:
|
519 |
#, fuzzy
|
520 |
msgid "Install now"
|
521 |
msgstr "Installa Ora"
|
522 |
|
523 |
-
#: bws_menu.php:
|
524 |
msgid "Try again"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: bws_menu.php:
|
528 |
#, php-format
|
529 |
msgid "Preview “%s”"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: bws_menu.php:
|
533 |
#, php-format
|
534 |
msgid "Install %s"
|
535 |
msgstr "%s 導入"
|
536 |
|
537 |
-
#: bws_menu.php:
|
538 |
msgid "Install Now"
|
539 |
msgstr "Installa Ora"
|
540 |
|
541 |
-
#: bws_menu.php:
|
542 |
#, php-format
|
543 |
msgid "Update to version %s"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: bws_menu.php:
|
547 |
msgid "Update"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: bws_menu.php:
|
551 |
#, php-format
|
552 |
msgid "Preview %s"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: bws_menu.php:
|
556 |
msgid "Preview"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: bws_menu.php:
|
|
|
560 |
#, php-format
|
561 |
msgid "By %s"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "Details"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: bws_menu.php:
|
569 |
#, fuzzy
|
570 |
msgid "Already Installed"
|
571 |
msgstr "%s 導入"
|
572 |
|
573 |
-
#: bws_menu.php:
|
574 |
msgid "Environment"
|
575 |
msgstr "環境"
|
576 |
|
577 |
-
#: bws_menu.php:
|
578 |
msgid "Active Plugins"
|
579 |
msgstr "有効なプラグイン"
|
580 |
|
581 |
-
#: bws_menu.php:
|
582 |
msgid "Inactive Plugins"
|
583 |
msgstr "無効なプラグイン"
|
584 |
|
585 |
-
#: bws_menu.php:
|
586 |
msgid "Send to support"
|
587 |
msgstr "サポートに送信"
|
588 |
|
589 |
-
#: bws_menu.php:
|
590 |
msgid "Send to custom email »"
|
591 |
msgstr "カスタムEメールに送信»"
|
592 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-11 14:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-11 14:11+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:89
|
20 |
#, fuzzy
|
21 |
msgid "requires"
|
22 |
msgstr "必須フィールド"
|
23 |
|
24 |
+
#: bws_functions.php:91
|
25 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
|
|
|
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: bws_functions.php:92
|
29 |
msgid "Back to the WordPress"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: bws_functions.php:94
|
33 |
#, fuzzy
|
34 |
msgid "Plugins page"
|
35 |
msgstr "Pro Plugins"
|
36 |
|
37 |
+
#: bws_functions.php:151
|
38 |
msgid "It’s time to upgrade your"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: bws_functions.php:151
|
42 |
msgid "to"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: bws_functions.php:151
|
46 |
#, fuzzy
|
47 |
msgid "version!"
|
48 |
msgstr "PHP バージョン"
|
49 |
|
50 |
+
#: bws_functions.php:152
|
51 |
msgid "Extend standard plugin functionality with new great options."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: bws_functions.php:155
|
55 |
+
#: bws_functions.php:542
|
56 |
#, fuzzy
|
57 |
msgid "Learn More"
|
58 |
msgstr "もっと読む"
|
59 |
|
60 |
+
#: bws_functions.php:172
|
61 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: bws_functions.php:173
|
65 |
#, fuzzy
|
66 |
msgid "Rate the plugin"
|
67 |
msgstr "有効なプラグイン"
|
68 |
|
69 |
+
#: bws_functions.php:176
|
70 |
#, fuzzy
|
71 |
msgid "If there is something wrong about it, please contact us"
|
72 |
msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
73 |
|
74 |
+
#: bws_functions.php:193
|
75 |
+
#: bws_functions.php:229
|
76 |
msgid "Wrong license key"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: bws_functions.php:223
|
80 |
+
#: bws_functions.php:455
|
81 |
+
#: bws_functions.php:506
|
82 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: bws_functions.php:223
|
86 |
+
#: bws_functions.php:455
|
87 |
+
#: bws_functions.php:506
|
88 |
msgid "We are sorry for inconvenience."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: bws_functions.php:231
|
92 |
msgid "This license key is bind to another site"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: bws_functions.php:233
|
96 |
+
#: bws_functions.php:365
|
97 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
|
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: bws_functions.php:235
|
101 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
|
|
|
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: bws_functions.php:237
|
105 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: bws_functions.php:248
|
109 |
+
#: bws_functions.php:270
|
110 |
+
#: bws_functions.php:292
|
111 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: bws_functions.php:260
|
115 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: bws_functions.php:266
|
119 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
|
|
|
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: bws_functions.php:273
|
123 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: bws_functions.php:296
|
127 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
|
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: bws_functions.php:321
|
131 |
#, fuzzy
|
132 |
msgid "Please, enter Your license key"
|
133 |
msgstr "メッセージを入力して下さい..."
|
134 |
|
135 |
+
#: bws_functions.php:338
|
136 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
|
|
|
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: bws_functions.php:340
|
140 |
+
#: bws_functions.php:422
|
141 |
msgid "Please, go to"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: bws_functions.php:340
|
145 |
+
#: bws_functions.php:422
|
146 |
#, fuzzy
|
147 |
msgid "the setting page"
|
148 |
msgstr "追加設定"
|
149 |
|
150 |
+
#: bws_functions.php:341
|
151 |
+
#: bws_functions.php:423
|
152 |
msgid "You will be redirected automatically in 5 seconds."
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: bws_functions.php:346
|
156 |
msgid "You can download and activate"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: bws_functions.php:348
|
160 |
msgid "version of this plugin by entering Your license key."
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: bws_functions.php:350
|
164 |
+
#: bws_functions.php:391
|
165 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
|
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: bws_functions.php:352
|
169 |
+
#: bws_functions.php:393
|
170 |
msgid "(your username is the email you specify when purchasing the product)."
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: bws_functions.php:356
|
174 |
msgid "or"
|
175 |
msgstr "又は"
|
176 |
|
177 |
+
#: bws_functions.php:356
|
178 |
#, php-format
|
179 |
msgid "Start Your Free %s-Day Trial Now"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: bws_functions.php:362
|
183 |
+
#: bws_functions.php:371
|
184 |
+
#: bws_functions.php:401
|
185 |
+
#: bws_functions.php:409
|
186 |
+
#: bws_menu.php:643
|
187 |
+
#: bws_menu.php:700
|
188 |
#, fuzzy
|
189 |
msgid "Activate"
|
190 |
msgstr "有効なcaptcha"
|
191 |
|
192 |
+
#: bws_functions.php:388
|
193 |
+
#: bws_functions.php:481
|
194 |
#, php-format
|
195 |
+
msgid "In order to continue using the plugin it is necessary to buy a %s license."
|
|
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: bws_functions.php:389
|
199 |
msgid "After that you can activate it by entering your license key."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: bws_functions.php:403
|
203 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: bws_functions.php:420
|
207 |
+
msgid "Congratulations! The PRO license of the plugin is successfully activated."
|
|
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: bws_functions.php:461
|
211 |
msgid "Wrong license key."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: bws_functions.php:463
|
215 |
msgid "This license key is bind to another site."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: bws_functions.php:465
|
219 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
|
|
|
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: bws_functions.php:467
|
223 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: bws_functions.php:469
|
227 |
+
msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: bws_functions.php:473
|
231 |
msgid "The PRO Trial license key is valid."
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: bws_functions.php:475
|
235 |
msgid "The license key is valid."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: bws_functions.php:478
|
239 |
msgid "Your license will expire on"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: bws_functions.php:511
|
243 |
#, fuzzy
|
244 |
msgid "Please, enter your license key"
|
245 |
msgstr "メッセージを入力して下さい..."
|
246 |
|
247 |
+
#: bws_functions.php:524
|
248 |
+
msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
|
|
|
|
|
|
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: bws_functions.php:524
|
252 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
|
|
|
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: bws_functions.php:528
|
256 |
msgid "Check license key"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: bws_functions.php:542
|
260 |
+
msgid "WARNING: Illegal use notification"
|
|
|
|
|
|
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: bws_functions.php:542
|
264 |
+
msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
|
|
|
|
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: bws_functions.php:550
|
268 |
+
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
|
|
|
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: bws_functions.php:552
|
272 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
|
|
|
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: bws_functions.php:552
|
276 |
+
#: bws_functions.php:605
|
277 |
+
#: bws_menu.php:619
|
278 |
+
#: bws_menu.php:641
|
279 |
+
#: bws_menu.php:668
|
280 |
+
#: bws_menu.php:698
|
281 |
+
#: bws_menu.php:744
|
282 |
#, fuzzy
|
283 |
msgid "Learn more"
|
284 |
msgstr "もっと読む"
|
285 |
|
286 |
+
#: bws_functions.php:562
|
287 |
#, php-format
|
288 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: bws_functions.php:564
|
292 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: bws_functions.php:567
|
296 |
msgid "The PRO Trial license will expire on"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: bws_functions.php:605
|
300 |
msgid "You license for"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: bws_functions.php:605
|
304 |
msgid "expires on"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: bws_functions.php:605
|
308 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: bws_functions.php:680
|
312 |
msgid "Close"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: bws_menu.php:456
|
316 |
msgid "Not set"
|
317 |
msgstr "未設定"
|
318 |
|
319 |
+
#: bws_menu.php:458
|
320 |
+
#: bws_menu.php:459
|
321 |
msgid "On"
|
322 |
msgstr "On"
|
323 |
|
324 |
+
#: bws_menu.php:458
|
325 |
+
#: bws_menu.php:459
|
326 |
msgid "Off"
|
327 |
msgstr "Off"
|
328 |
|
329 |
+
#: bws_menu.php:460
|
330 |
+
#: bws_menu.php:461
|
331 |
+
#: bws_menu.php:462
|
332 |
+
#: bws_menu.php:463
|
333 |
+
#: bws_menu.php:464
|
334 |
+
#: bws_menu.php:476
|
335 |
msgid "N/A"
|
336 |
msgstr "該当なし"
|
337 |
|
338 |
+
#: bws_menu.php:464
|
339 |
msgid " Mb"
|
340 |
msgstr " Mb"
|
341 |
|
342 |
+
#: bws_menu.php:465
|
343 |
+
#: bws_menu.php:466
|
344 |
+
#: bws_menu.php:467
|
345 |
+
#: bws_menu.php:472
|
346 |
msgid "Yes"
|
347 |
msgstr "はい"
|
348 |
|
349 |
+
#: bws_menu.php:465
|
350 |
+
#: bws_menu.php:466
|
351 |
+
#: bws_menu.php:467
|
352 |
+
#: bws_menu.php:474
|
353 |
msgid "No"
|
354 |
msgstr "いいえ"
|
355 |
|
356 |
+
#: bws_menu.php:484
|
357 |
msgid "Operating System"
|
358 |
msgstr "オペレーション・システム"
|
359 |
|
360 |
+
#: bws_menu.php:485
|
361 |
msgid "Server"
|
362 |
msgstr "サーバ"
|
363 |
|
364 |
+
#: bws_menu.php:486
|
365 |
msgid "Memory usage"
|
366 |
msgstr "メモリー使用"
|
367 |
|
368 |
+
#: bws_menu.php:487
|
369 |
msgid "MYSQL Version"
|
370 |
msgstr "MYSQL バージョン"
|
371 |
|
372 |
+
#: bws_menu.php:488
|
373 |
msgid "SQL Mode"
|
374 |
msgstr "SQLモード"
|
375 |
|
376 |
+
#: bws_menu.php:489
|
377 |
msgid "PHP Version"
|
378 |
msgstr "PHP バージョン"
|
379 |
|
380 |
+
#: bws_menu.php:490
|
381 |
msgid "PHP Safe Mode"
|
382 |
msgstr "PHP Safe Mode"
|
383 |
|
384 |
+
#: bws_menu.php:491
|
385 |
msgid "PHP Allow URL fopen"
|
386 |
msgstr "PHP Allow URL fopen"
|
387 |
|
388 |
+
#: bws_menu.php:492
|
389 |
msgid "PHP Memory Limit"
|
390 |
msgstr "PHP Memory Limit"
|
391 |
|
392 |
+
#: bws_menu.php:493
|
393 |
msgid "PHP Max Upload Size"
|
394 |
msgstr "PHP Max Upload Size"
|
395 |
|
396 |
+
#: bws_menu.php:494
|
397 |
msgid "PHP Max Post Size"
|
398 |
msgstr "PHP Max Post Size"
|
399 |
|
400 |
+
#: bws_menu.php:495
|
401 |
msgid "PHP Max Script Execute Time"
|
402 |
msgstr "PHP Max Script Execute Time"
|
403 |
|
404 |
+
#: bws_menu.php:496
|
405 |
msgid "PHP Exif support"
|
406 |
msgstr "PHP Exif サポート"
|
407 |
|
408 |
+
#: bws_menu.php:497
|
409 |
msgid "PHP IPTC support"
|
410 |
msgstr "PHP IPTC サポート"
|
411 |
|
412 |
+
#: bws_menu.php:498
|
413 |
msgid "PHP XML support"
|
414 |
msgstr "PHP XML サポート"
|
415 |
|
416 |
+
#: bws_menu.php:499
|
417 |
msgid "Site URL"
|
418 |
msgstr "サイトURL"
|
419 |
|
420 |
+
#: bws_menu.php:500
|
421 |
msgid "Home URL"
|
422 |
msgstr "ホームURL"
|
423 |
|
424 |
+
#: bws_menu.php:503
|
425 |
msgid "WordPress Version"
|
426 |
msgstr "WordPress バージョン"
|
427 |
|
428 |
+
#: bws_menu.php:504
|
429 |
msgid "WordPress DB Version"
|
430 |
msgstr "WordPress データベース バージョン"
|
431 |
|
432 |
+
#: bws_menu.php:505
|
433 |
msgid "Multisite"
|
434 |
msgstr "複数サイト"
|
435 |
|
436 |
+
#: bws_menu.php:506
|
437 |
msgid "Active Theme"
|
438 |
msgstr "有効なテーマ"
|
439 |
|
440 |
+
#: bws_menu.php:521
|
441 |
msgid "Please enter a valid email address."
|
442 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
443 |
|
444 |
+
#: bws_menu.php:525
|
445 |
msgid "Email with system info is sent to "
|
446 |
msgstr "システム情報をメールで送信:"
|
447 |
|
448 |
+
#: bws_menu.php:529
|
449 |
msgid "Thank you for contacting us."
|
450 |
msgstr "ご連絡ありがとうございます"
|
451 |
|
452 |
+
#: bws_menu.php:562
|
453 |
msgid "Sorry, email message could not be delivered."
|
454 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
455 |
|
456 |
+
#: bws_menu.php:570
|
457 |
msgid "Need help?"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: bws_menu.php:571
|
461 |
msgid "Client area"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_menu.php:572
|
465 |
+
#: bws_menu.php:883
|
466 |
msgid "System status"
|
467 |
msgstr "システム状況"
|
468 |
|
469 |
+
#: bws_menu.php:577
|
470 |
#, fuzzy
|
471 |
msgid "Plugins"
|
472 |
msgstr "Pro Plugins"
|
473 |
|
474 |
+
#: bws_menu.php:579
|
475 |
msgid "Themes"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: bws_menu.php:584
|
479 |
msgid "All"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: bws_menu.php:585
|
483 |
#, fuzzy
|
484 |
msgid "Installed"
|
485 |
msgstr "%s 導入"
|
486 |
|
487 |
+
#: bws_menu.php:586
|
488 |
#, fuzzy
|
489 |
msgid "Recommended"
|
490 |
msgstr "推奨プラグイン"
|
491 |
|
492 |
+
#: bws_menu.php:590
|
493 |
msgid "Installed plugins"
|
494 |
msgstr "導入済みプラグイン"
|
495 |
|
496 |
+
#: bws_menu.php:622
|
497 |
+
#: bws_menu.php:671
|
498 |
msgid "Settings"
|
499 |
msgstr "設定"
|
500 |
|
501 |
+
#: bws_menu.php:643
|
502 |
+
#: bws_menu.php:700
|
503 |
#, fuzzy
|
504 |
msgid "Activate this plugin"
|
505 |
msgstr "有効なプラグイン"
|
506 |
|
507 |
+
#: bws_menu.php:658
|
508 |
+
#: bws_menu.php:688
|
509 |
+
#: bws_menu.php:734
|
510 |
msgid "Go"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: bws_menu.php:662
|
514 |
+
#: bws_menu.php:692
|
515 |
+
#: bws_menu.php:738
|
516 |
msgid "DONATE"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: bws_menu.php:708
|
520 |
msgid "Recommended plugins"
|
521 |
msgstr "推奨プラグイン"
|
522 |
|
523 |
+
#: bws_menu.php:746
|
524 |
#, fuzzy
|
525 |
msgid "Install now"
|
526 |
msgstr "Installa Ora"
|
527 |
|
528 |
+
#: bws_menu.php:767
|
529 |
msgid "Try again"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: bws_menu.php:785
|
533 |
#, php-format
|
534 |
msgid "Preview “%s”"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: bws_menu.php:816
|
538 |
#, php-format
|
539 |
msgid "Install %s"
|
540 |
msgstr "%s 導入"
|
541 |
|
542 |
+
#: bws_menu.php:816
|
543 |
msgid "Install Now"
|
544 |
msgstr "Installa Ora"
|
545 |
|
546 |
+
#: bws_menu.php:819
|
547 |
#, php-format
|
548 |
msgid "Update to version %s"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: bws_menu.php:819
|
552 |
msgid "Update"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: bws_menu.php:826
|
556 |
#, php-format
|
557 |
msgid "Preview %s"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: bws_menu.php:826
|
561 |
msgid "Preview"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: bws_menu.php:832
|
565 |
+
#: bws_menu.php:864
|
566 |
#, php-format
|
567 |
msgid "By %s"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: bws_menu.php:838
|
571 |
msgid "Details"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: bws_menu.php:870
|
575 |
#, fuzzy
|
576 |
msgid "Already Installed"
|
577 |
msgstr "%s 導入"
|
578 |
|
579 |
+
#: bws_menu.php:886
|
580 |
msgid "Environment"
|
581 |
msgstr "環境"
|
582 |
|
583 |
+
#: bws_menu.php:897
|
584 |
msgid "Active Plugins"
|
585 |
msgstr "有効なプラグイン"
|
586 |
|
587 |
+
#: bws_menu.php:910
|
588 |
msgid "Inactive Plugins"
|
589 |
msgstr "無効なプラグイン"
|
590 |
|
591 |
+
#: bws_menu.php:926
|
592 |
msgid "Send to support"
|
593 |
msgstr "サポートに送信"
|
594 |
|
595 |
+
#: bws_menu.php:933
|
596 |
msgid "Send to custom email »"
|
597 |
msgstr "カスタムEメールに送信»"
|
598 |
|
bws_menu/languages/bestwebsoft-pt_BR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-pt_BR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
@@ -18,661 +18,660 @@ msgstr ""
|
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: bws_functions.php:
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: bws_functions.php:
|
26 |
-
msgid ""
|
27 |
-
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
28 |
-
"try again."
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: bws_functions.php:
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr ""
|
34 |
|
35 |
# @ captcha
|
36 |
-
#: bws_functions.php:
|
37 |
#, fuzzy
|
38 |
msgid "Plugins page"
|
39 |
msgstr "Plugins Pro"
|
40 |
|
41 |
-
#: bws_functions.php:
|
42 |
msgid "It’s time to upgrade your"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: bws_functions.php:
|
46 |
msgid "to"
|
47 |
msgstr ""
|
48 |
|
49 |
# @ captcha
|
50 |
-
#: bws_functions.php:
|
51 |
#, fuzzy
|
52 |
msgid "version!"
|
53 |
msgstr "Versão do PHP"
|
54 |
|
55 |
-
#: bws_functions.php:
|
56 |
msgid "Extend standard plugin functionality with new great options."
|
57 |
msgstr ""
|
58 |
|
59 |
# @ captcha
|
60 |
-
#: bws_functions.php:
|
|
|
61 |
#, fuzzy
|
62 |
msgid "Learn More"
|
63 |
msgstr "Leia Mais"
|
64 |
|
65 |
-
#: bws_functions.php:
|
66 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
67 |
msgstr ""
|
68 |
|
69 |
# @ captcha
|
70 |
-
#: bws_functions.php:
|
71 |
#, fuzzy
|
72 |
msgid "Rate the plugin"
|
73 |
msgstr "Plugins ativados"
|
74 |
|
75 |
# @ captcha
|
76 |
-
#: bws_functions.php:
|
77 |
#, fuzzy
|
78 |
msgid "If there is something wrong about it, please contact us"
|
79 |
msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
80 |
|
81 |
-
#: bws_functions.php:
|
|
|
82 |
msgid "Wrong license key"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: bws_functions.php:
|
86 |
-
|
87 |
-
|
88 |
-
"please contact us"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: bws_functions.php:
|
|
|
|
|
92 |
msgid "We are sorry for inconvenience."
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: bws_functions.php:
|
96 |
msgid "This license key is bind to another site"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: bws_functions.php:
|
100 |
-
|
101 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
102 |
-
"Please, upload the plugin manually."
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: bws_functions.php:
|
106 |
-
msgid ""
|
107 |
-
"Unfortunately, Your license has expired. To continue getting top-priority "
|
108 |
-
"support and plugin updates you should extend it in your"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: bws_functions.php:
|
112 |
-
msgid ""
|
113 |
-
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
114 |
-
"Trial license can be installed only once."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: bws_functions.php:
|
|
|
|
|
118 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: bws_functions.php:
|
122 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: bws_functions.php:
|
126 |
-
msgid ""
|
127 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
128 |
-
"plugin manually"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: bws_functions.php:
|
132 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: bws_functions.php:
|
136 |
-
msgid ""
|
137 |
-
"Something went wrong. Try again later or upload the plugin manually. We are "
|
138 |
-
"sorry for inconvenience."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: bws_functions.php:
|
142 |
msgid "Please, enter Your license key"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: bws_functions.php:
|
146 |
-
msgid ""
|
147 |
-
"Congratulations! The PRO version of the plugin is successfully download and "
|
148 |
-
"activated."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: bws_functions.php:
|
|
|
152 |
msgid "Please, go to"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: bws_functions.php:
|
|
|
156 |
msgid "the setting page"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: bws_functions.php:
|
|
|
160 |
msgid "You will be redirected automatically in 5 seconds."
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: bws_functions.php:
|
164 |
msgid "You can download and activate"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: bws_functions.php:
|
168 |
msgid "version of this plugin by entering Your license key."
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: bws_functions.php:
|
172 |
-
|
173 |
-
"You can find your license key on your personal page Client area, by clicking "
|
174 |
-
"on the link"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: bws_functions.php:
|
|
|
178 |
msgid "(your username is the email you specify when purchasing the product)."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: bws_functions.php:
|
182 |
msgid "or"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: bws_functions.php:
|
186 |
#, php-format
|
187 |
msgid "Start Your Free %s-Day Trial Now"
|
188 |
msgstr ""
|
189 |
|
190 |
# @ captcha
|
191 |
-
#: bws_functions.php:
|
192 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
193 |
#, fuzzy
|
194 |
msgid "Activate"
|
195 |
msgstr "Plugins ativados"
|
196 |
|
197 |
-
#: bws_functions.php:
|
|
|
198 |
#, php-format
|
199 |
-
msgid ""
|
200 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: bws_functions.php:
|
204 |
msgid "After that you can activate it by entering your license key."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: bws_functions.php:
|
208 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
-
msgid ""
|
213 |
-
"Congratulations! The PRO license of the plugin is successfully activated."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: bws_functions.php:
|
217 |
msgid "Wrong license key."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: bws_functions.php:
|
221 |
msgid "This license key is bind to another site."
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: bws_functions.php:
|
225 |
-
msgid ""
|
226 |
-
"This license key is valid, but Your license has expired. If you want to "
|
227 |
-
"update our plugin in future, you should extend the license."
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: bws_functions.php:
|
231 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: bws_functions.php:
|
235 |
-
msgid ""
|
236 |
-
"Unfortunately, the PRO Trial licence was already installed to this domain. "
|
237 |
-
"The PRO Trial license can be installed only once."
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: bws_functions.php:
|
241 |
msgid "The PRO Trial license key is valid."
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: bws_functions.php:
|
245 |
msgid "The license key is valid."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: bws_functions.php:
|
249 |
msgid "Your license will expire on"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: bws_functions.php:
|
253 |
msgid "Please, enter your license key"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: bws_functions.php:
|
257 |
-
msgid ""
|
258 |
-
"If needed you can check if the license key is correct or reenter it in the "
|
259 |
-
"field below. You can find your license key on your personal page - Client "
|
260 |
-
"area - on our website"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: bws_functions.php:
|
264 |
-
msgid ""
|
265 |
-
"(your username is the email you specify when purchasing the product). If "
|
266 |
-
"necessary, please submit \"Lost your password?\" request."
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
msgid "Check license key"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: bws_functions.php:
|
274 |
-
msgid ""
|
275 |
-
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
276 |
-
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
277 |
-
"will be deactivated. Please go to your personal"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: bws_functions.php:
|
281 |
-
msgid ""
|
282 |
-
"(your username is the email you specify when purchasing the product), where "
|
283 |
-
"you can make the necessary changes."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: bws_functions.php:
|
287 |
-
msgid ""
|
288 |
-
"Notice: Your PRO Trial license has expired. To continue using the plugin you "
|
289 |
-
"should buy a PRO license"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: bws_functions.php:
|
293 |
-
msgid ""
|
294 |
-
"Your license has expired. To continue getting top-priority support and "
|
295 |
-
"plugin updates you should extend it."
|
296 |
msgstr ""
|
297 |
|
298 |
# @ captcha
|
299 |
-
#: bws_functions.php:
|
300 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
301 |
#, fuzzy
|
302 |
msgid "Learn more"
|
303 |
msgstr "Leia Mais"
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
#, php-format
|
307 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: bws_functions.php:
|
311 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: bws_functions.php:
|
315 |
msgid "The PRO Trial license will expire on"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: bws_functions.php:
|
319 |
msgid "You license for"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: bws_functions.php:
|
323 |
msgid "expires on"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: bws_functions.php:
|
327 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: bws_functions.php:
|
331 |
msgid "Close"
|
332 |
msgstr ""
|
333 |
|
334 |
# @ captcha
|
335 |
-
#: bws_menu.php:
|
336 |
msgid "Not set"
|
337 |
msgstr "Não definido"
|
338 |
|
339 |
# @ captcha
|
340 |
-
#: bws_menu.php:
|
|
|
341 |
msgid "On"
|
342 |
msgstr "Ligado"
|
343 |
|
344 |
# @ captcha
|
345 |
-
#: bws_menu.php:
|
|
|
346 |
msgid "Off"
|
347 |
msgstr "Desligado"
|
348 |
|
349 |
# @ captcha
|
350 |
-
#: bws_menu.php:
|
351 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
352 |
msgid "N/A"
|
353 |
msgstr "N/D"
|
354 |
|
355 |
# @ captcha
|
356 |
-
#: bws_menu.php:
|
357 |
msgid " Mb"
|
358 |
msgstr " Mb"
|
359 |
|
360 |
# @ captcha
|
361 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
362 |
msgid "Yes"
|
363 |
msgstr "Sim"
|
364 |
|
365 |
# @ captcha
|
366 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
367 |
msgid "No"
|
368 |
msgstr "Não"
|
369 |
|
370 |
# @ captcha
|
371 |
-
#: bws_menu.php:
|
372 |
msgid "Operating System"
|
373 |
msgstr "Sistema Operacional"
|
374 |
|
375 |
# @ captcha
|
376 |
-
#: bws_menu.php:
|
377 |
msgid "Server"
|
378 |
msgstr "Servidor"
|
379 |
|
380 |
# @ captcha
|
381 |
-
#: bws_menu.php:
|
382 |
msgid "Memory usage"
|
383 |
msgstr "Uso de memória"
|
384 |
|
385 |
# @ captcha
|
386 |
-
#: bws_menu.php:
|
387 |
msgid "MYSQL Version"
|
388 |
msgstr "Versão do MySQL"
|
389 |
|
390 |
# @ captcha
|
391 |
-
#: bws_menu.php:
|
392 |
msgid "SQL Mode"
|
393 |
msgstr "Modo SQL"
|
394 |
|
395 |
# @ captcha
|
396 |
-
#: bws_menu.php:
|
397 |
msgid "PHP Version"
|
398 |
msgstr "Versão do PHP"
|
399 |
|
400 |
# @ captcha
|
401 |
-
#: bws_menu.php:
|
402 |
msgid "PHP Safe Mode"
|
403 |
msgstr "Modo de Segurança do PHP"
|
404 |
|
405 |
# @ captcha
|
406 |
-
#: bws_menu.php:
|
407 |
msgid "PHP Allow URL fopen"
|
408 |
msgstr "Permissão de fopen de URL do PHP"
|
409 |
|
410 |
# @ captcha
|
411 |
-
#: bws_menu.php:
|
412 |
msgid "PHP Memory Limit"
|
413 |
msgstr "Limite de Memória do PHP"
|
414 |
|
415 |
# @ captcha
|
416 |
-
#: bws_menu.php:
|
417 |
msgid "PHP Max Upload Size"
|
418 |
msgstr "Tamanho Máximo de Upload no PHP"
|
419 |
|
420 |
# @ captcha
|
421 |
-
#: bws_menu.php:
|
422 |
msgid "PHP Max Post Size"
|
423 |
msgstr "Tamanho Máximo de Envio do PHP"
|
424 |
|
425 |
# @ captcha
|
426 |
-
#: bws_menu.php:
|
427 |
msgid "PHP Max Script Execute Time"
|
428 |
msgstr "Tempo de Execução Máximo do PHP"
|
429 |
|
430 |
# @ captcha
|
431 |
-
#: bws_menu.php:
|
432 |
msgid "PHP Exif support"
|
433 |
msgstr "Suporte a Exif no PHP"
|
434 |
|
435 |
# @ captcha
|
436 |
-
#: bws_menu.php:
|
437 |
msgid "PHP IPTC support"
|
438 |
msgstr "Suporte da IPTC no PHP"
|
439 |
|
440 |
# @ captcha
|
441 |
-
#: bws_menu.php:
|
442 |
msgid "PHP XML support"
|
443 |
msgstr "Suporte a XML no PHP"
|
444 |
|
445 |
# @ captcha
|
446 |
-
#: bws_menu.php:
|
447 |
msgid "Site URL"
|
448 |
msgstr "URL do Site"
|
449 |
|
450 |
# @ captcha
|
451 |
-
#: bws_menu.php:
|
452 |
msgid "Home URL"
|
453 |
msgstr "URL da Página Inicial"
|
454 |
|
455 |
# @ captcha
|
456 |
-
#: bws_menu.php:
|
457 |
msgid "WordPress Version"
|
458 |
msgstr "Versão do WordPress"
|
459 |
|
460 |
# @ captcha
|
461 |
-
#: bws_menu.php:
|
462 |
msgid "WordPress DB Version"
|
463 |
msgstr "Versão do DB do WordPress"
|
464 |
|
465 |
# @ captcha
|
466 |
-
#: bws_menu.php:
|
467 |
msgid "Multisite"
|
468 |
msgstr "Multisite"
|
469 |
|
470 |
# @ captcha
|
471 |
-
#: bws_menu.php:
|
472 |
msgid "Active Theme"
|
473 |
msgstr "Tema Ativo"
|
474 |
|
475 |
# @ captcha
|
476 |
-
#: bws_menu.php:
|
477 |
msgid "Please enter a valid email address."
|
478 |
msgstr "Por favor, informe um endereço de email válido."
|
479 |
|
480 |
# @ captcha
|
481 |
-
#: bws_menu.php:
|
482 |
msgid "Email with system info is sent to "
|
483 |
msgstr "Email com informações do sistema é enviado para "
|
484 |
|
485 |
# @ captcha
|
486 |
-
#: bws_menu.php:
|
487 |
msgid "Thank you for contacting us."
|
488 |
msgstr "Obrigado por nos contatar."
|
489 |
|
490 |
# @ captcha
|
491 |
-
#: bws_menu.php:
|
492 |
msgid "Sorry, email message could not be delivered."
|
493 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
494 |
|
495 |
-
#: bws_menu.php:
|
496 |
msgid "Need help?"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: bws_menu.php:
|
500 |
msgid "Client area"
|
501 |
msgstr ""
|
502 |
|
503 |
# @ captcha
|
504 |
-
#: bws_menu.php:
|
|
|
505 |
msgid "System status"
|
506 |
msgstr "Status do sistema"
|
507 |
|
508 |
# @ captcha
|
509 |
-
#: bws_menu.php:
|
510 |
#, fuzzy
|
511 |
msgid "Plugins"
|
512 |
msgstr "Plugins Pro"
|
513 |
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "Themes"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "All"
|
520 |
msgstr ""
|
521 |
|
522 |
# @ default
|
523 |
-
#: bws_menu.php:
|
524 |
#, fuzzy
|
525 |
msgid "Installed"
|
526 |
msgstr "Instalar %s"
|
527 |
|
528 |
# @ captcha
|
529 |
-
#: bws_menu.php:
|
530 |
#, fuzzy
|
531 |
msgid "Recommended"
|
532 |
msgstr "Plugins Recomendados"
|
533 |
|
534 |
# @ captcha
|
535 |
-
#: bws_menu.php:
|
536 |
msgid "Installed plugins"
|
537 |
msgstr "Plugins Instalados"
|
538 |
|
539 |
# @ captcha
|
540 |
-
#: bws_menu.php:
|
|
|
541 |
msgid "Settings"
|
542 |
msgstr "Configurações"
|
543 |
|
544 |
# @ captcha
|
545 |
-
#: bws_menu.php:
|
|
|
546 |
#, fuzzy
|
547 |
msgid "Activate this plugin"
|
548 |
msgstr "Plugins ativados"
|
549 |
|
550 |
-
#: bws_menu.php:
|
|
|
|
|
551 |
msgid "Go"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: bws_menu.php:
|
|
|
|
|
555 |
msgid "DONATE"
|
556 |
msgstr ""
|
557 |
|
558 |
# @ captcha
|
559 |
-
#: bws_menu.php:
|
560 |
msgid "Recommended plugins"
|
561 |
msgstr "Plugins Recomendados"
|
562 |
|
563 |
# @ default
|
564 |
-
#: bws_menu.php:
|
565 |
#, fuzzy
|
566 |
msgid "Install now"
|
567 |
msgstr "Instalar %s"
|
568 |
|
569 |
-
#: bws_menu.php:
|
570 |
msgid "Try again"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: bws_menu.php:
|
574 |
#, php-format
|
575 |
msgid "Preview “%s”"
|
576 |
msgstr ""
|
577 |
|
578 |
# @ default
|
579 |
-
#: bws_menu.php:
|
580 |
#, php-format
|
581 |
msgid "Install %s"
|
582 |
msgstr "Instalar %s"
|
583 |
|
584 |
# @ default
|
585 |
-
#: bws_menu.php:
|
586 |
#, fuzzy
|
587 |
msgid "Install Now"
|
588 |
msgstr "Instalar %s"
|
589 |
|
590 |
-
#: bws_menu.php:
|
591 |
#, php-format
|
592 |
msgid "Update to version %s"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: bws_menu.php:
|
596 |
msgid "Update"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: bws_menu.php:
|
600 |
#, php-format
|
601 |
msgid "Preview %s"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: bws_menu.php:
|
605 |
msgid "Preview"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: bws_menu.php:
|
|
|
609 |
#, php-format
|
610 |
msgid "By %s"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: bws_menu.php:
|
614 |
msgid "Details"
|
615 |
msgstr ""
|
616 |
|
617 |
# @ default
|
618 |
-
#: bws_menu.php:
|
619 |
#, fuzzy
|
620 |
msgid "Already Installed"
|
621 |
msgstr "Instalar %s"
|
622 |
|
623 |
# @ captcha
|
624 |
-
#: bws_menu.php:
|
625 |
msgid "Environment"
|
626 |
msgstr "Ambiente"
|
627 |
|
628 |
# @ captcha
|
629 |
-
#: bws_menu.php:
|
630 |
msgid "Active Plugins"
|
631 |
msgstr "Plugins Ativos"
|
632 |
|
633 |
# @ captcha
|
634 |
-
#: bws_menu.php:
|
635 |
msgid "Inactive Plugins"
|
636 |
msgstr "Plugins Inativos"
|
637 |
|
638 |
# @ captcha
|
639 |
-
#: bws_menu.php:
|
640 |
msgid "Send to support"
|
641 |
msgstr "Enviar para o suporte"
|
642 |
|
643 |
# @ captcha
|
644 |
-
#: bws_menu.php:
|
645 |
msgid "Send to custom email »"
|
646 |
msgstr "Enviar para email personalizado »"
|
647 |
|
648 |
# @ captcha
|
649 |
#~ msgid "Pro plugins"
|
650 |
#~ msgstr "Plugins Pro"
|
651 |
-
|
652 |
# @ captcha
|
653 |
#~ msgid "Activated plugins"
|
654 |
#~ msgstr "Plugins ativados"
|
655 |
-
|
656 |
# @ captcha
|
657 |
#~ msgid "Read more"
|
658 |
#~ msgstr "Leia Mais"
|
659 |
-
|
660 |
# @ captcha
|
661 |
#~ msgid "Purchase"
|
662 |
#~ msgstr "Compra"
|
663 |
-
|
664 |
# @ captcha
|
665 |
#~ msgid "Free plugins"
|
666 |
#~ msgstr "Plugins Grátis"
|
667 |
-
|
668 |
# @ captcha
|
669 |
#~ msgid "Download"
|
670 |
#~ msgstr "Baixar"
|
671 |
-
|
672 |
# @ captcha
|
673 |
#~ msgid "Install now from wordpress.org"
|
674 |
#~ msgstr "Instale agora do site do wordpress (wordpress.org)"
|
675 |
-
|
676 |
# @ captcha
|
677 |
#, fuzzy
|
678 |
#~ msgid "Activated theme"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-11 14:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-11 14:11+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: bws_functions.php:89
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: bws_functions.php:91
|
26 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
|
|
|
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: bws_functions.php:92
|
30 |
msgid "Back to the WordPress"
|
31 |
msgstr ""
|
32 |
|
33 |
# @ captcha
|
34 |
+
#: bws_functions.php:94
|
35 |
#, fuzzy
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Plugins Pro"
|
38 |
|
39 |
+
#: bws_functions.php:151
|
40 |
msgid "It’s time to upgrade your"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: bws_functions.php:151
|
44 |
msgid "to"
|
45 |
msgstr ""
|
46 |
|
47 |
# @ captcha
|
48 |
+
#: bws_functions.php:151
|
49 |
#, fuzzy
|
50 |
msgid "version!"
|
51 |
msgstr "Versão do PHP"
|
52 |
|
53 |
+
#: bws_functions.php:152
|
54 |
msgid "Extend standard plugin functionality with new great options."
|
55 |
msgstr ""
|
56 |
|
57 |
# @ captcha
|
58 |
+
#: bws_functions.php:155
|
59 |
+
#: bws_functions.php:542
|
60 |
#, fuzzy
|
61 |
msgid "Learn More"
|
62 |
msgstr "Leia Mais"
|
63 |
|
64 |
+
#: bws_functions.php:172
|
65 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
66 |
msgstr ""
|
67 |
|
68 |
# @ captcha
|
69 |
+
#: bws_functions.php:173
|
70 |
#, fuzzy
|
71 |
msgid "Rate the plugin"
|
72 |
msgstr "Plugins ativados"
|
73 |
|
74 |
# @ captcha
|
75 |
+
#: bws_functions.php:176
|
76 |
#, fuzzy
|
77 |
msgid "If there is something wrong about it, please contact us"
|
78 |
msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
79 |
|
80 |
+
#: bws_functions.php:193
|
81 |
+
#: bws_functions.php:229
|
82 |
msgid "Wrong license key"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: bws_functions.php:223
|
86 |
+
#: bws_functions.php:455
|
87 |
+
#: bws_functions.php:506
|
88 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: bws_functions.php:223
|
92 |
+
#: bws_functions.php:455
|
93 |
+
#: bws_functions.php:506
|
94 |
msgid "We are sorry for inconvenience."
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: bws_functions.php:231
|
98 |
msgid "This license key is bind to another site"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: bws_functions.php:233
|
102 |
+
#: bws_functions.php:365
|
103 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
|
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: bws_functions.php:235
|
107 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
|
|
|
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: bws_functions.php:237
|
111 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: bws_functions.php:248
|
115 |
+
#: bws_functions.php:270
|
116 |
+
#: bws_functions.php:292
|
117 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: bws_functions.php:260
|
121 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: bws_functions.php:266
|
125 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
|
|
|
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: bws_functions.php:273
|
129 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: bws_functions.php:296
|
133 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
|
|
|
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: bws_functions.php:321
|
137 |
msgid "Please, enter Your license key"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: bws_functions.php:338
|
141 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
|
|
|
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: bws_functions.php:340
|
145 |
+
#: bws_functions.php:422
|
146 |
msgid "Please, go to"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: bws_functions.php:340
|
150 |
+
#: bws_functions.php:422
|
151 |
msgid "the setting page"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: bws_functions.php:341
|
155 |
+
#: bws_functions.php:423
|
156 |
msgid "You will be redirected automatically in 5 seconds."
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: bws_functions.php:346
|
160 |
msgid "You can download and activate"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: bws_functions.php:348
|
164 |
msgid "version of this plugin by entering Your license key."
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: bws_functions.php:350
|
168 |
+
#: bws_functions.php:391
|
169 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
|
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: bws_functions.php:352
|
173 |
+
#: bws_functions.php:393
|
174 |
msgid "(your username is the email you specify when purchasing the product)."
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: bws_functions.php:356
|
178 |
msgid "or"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: bws_functions.php:356
|
182 |
#, php-format
|
183 |
msgid "Start Your Free %s-Day Trial Now"
|
184 |
msgstr ""
|
185 |
|
186 |
# @ captcha
|
187 |
+
#: bws_functions.php:362
|
188 |
+
#: bws_functions.php:371
|
189 |
+
#: bws_functions.php:401
|
190 |
+
#: bws_functions.php:409
|
191 |
+
#: bws_menu.php:643
|
192 |
+
#: bws_menu.php:700
|
193 |
#, fuzzy
|
194 |
msgid "Activate"
|
195 |
msgstr "Plugins ativados"
|
196 |
|
197 |
+
#: bws_functions.php:388
|
198 |
+
#: bws_functions.php:481
|
199 |
#, php-format
|
200 |
+
msgid "In order to continue using the plugin it is necessary to buy a %s license."
|
|
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: bws_functions.php:389
|
204 |
msgid "After that you can activate it by entering your license key."
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: bws_functions.php:403
|
208 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: bws_functions.php:420
|
212 |
+
msgid "Congratulations! The PRO license of the plugin is successfully activated."
|
|
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: bws_functions.php:461
|
216 |
msgid "Wrong license key."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: bws_functions.php:463
|
220 |
msgid "This license key is bind to another site."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: bws_functions.php:465
|
224 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
|
|
|
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: bws_functions.php:467
|
228 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: bws_functions.php:469
|
232 |
+
msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: bws_functions.php:473
|
236 |
msgid "The PRO Trial license key is valid."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: bws_functions.php:475
|
240 |
msgid "The license key is valid."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: bws_functions.php:478
|
244 |
msgid "Your license will expire on"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: bws_functions.php:511
|
248 |
msgid "Please, enter your license key"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: bws_functions.php:524
|
252 |
+
msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
|
|
|
|
|
|
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: bws_functions.php:524
|
256 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
|
|
|
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: bws_functions.php:528
|
260 |
msgid "Check license key"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: bws_functions.php:542
|
264 |
+
msgid "WARNING: Illegal use notification"
|
|
|
|
|
|
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: bws_functions.php:542
|
268 |
+
msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
|
|
|
|
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: bws_functions.php:550
|
272 |
+
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
|
|
|
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: bws_functions.php:552
|
276 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
|
|
|
|
277 |
msgstr ""
|
278 |
|
279 |
# @ captcha
|
280 |
+
#: bws_functions.php:552
|
281 |
+
#: bws_functions.php:605
|
282 |
+
#: bws_menu.php:619
|
283 |
+
#: bws_menu.php:641
|
284 |
+
#: bws_menu.php:668
|
285 |
+
#: bws_menu.php:698
|
286 |
+
#: bws_menu.php:744
|
287 |
#, fuzzy
|
288 |
msgid "Learn more"
|
289 |
msgstr "Leia Mais"
|
290 |
|
291 |
+
#: bws_functions.php:562
|
292 |
#, php-format
|
293 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: bws_functions.php:564
|
297 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: bws_functions.php:567
|
301 |
msgid "The PRO Trial license will expire on"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: bws_functions.php:605
|
305 |
msgid "You license for"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: bws_functions.php:605
|
309 |
msgid "expires on"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: bws_functions.php:605
|
313 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: bws_functions.php:680
|
317 |
msgid "Close"
|
318 |
msgstr ""
|
319 |
|
320 |
# @ captcha
|
321 |
+
#: bws_menu.php:456
|
322 |
msgid "Not set"
|
323 |
msgstr "Não definido"
|
324 |
|
325 |
# @ captcha
|
326 |
+
#: bws_menu.php:458
|
327 |
+
#: bws_menu.php:459
|
328 |
msgid "On"
|
329 |
msgstr "Ligado"
|
330 |
|
331 |
# @ captcha
|
332 |
+
#: bws_menu.php:458
|
333 |
+
#: bws_menu.php:459
|
334 |
msgid "Off"
|
335 |
msgstr "Desligado"
|
336 |
|
337 |
# @ captcha
|
338 |
+
#: bws_menu.php:460
|
339 |
+
#: bws_menu.php:461
|
340 |
+
#: bws_menu.php:462
|
341 |
+
#: bws_menu.php:463
|
342 |
+
#: bws_menu.php:464
|
343 |
+
#: bws_menu.php:476
|
344 |
msgid "N/A"
|
345 |
msgstr "N/D"
|
346 |
|
347 |
# @ captcha
|
348 |
+
#: bws_menu.php:464
|
349 |
msgid " Mb"
|
350 |
msgstr " Mb"
|
351 |
|
352 |
# @ captcha
|
353 |
+
#: bws_menu.php:465
|
354 |
+
#: bws_menu.php:466
|
355 |
+
#: bws_menu.php:467
|
356 |
+
#: bws_menu.php:472
|
357 |
msgid "Yes"
|
358 |
msgstr "Sim"
|
359 |
|
360 |
# @ captcha
|
361 |
+
#: bws_menu.php:465
|
362 |
+
#: bws_menu.php:466
|
363 |
+
#: bws_menu.php:467
|
364 |
+
#: bws_menu.php:474
|
365 |
msgid "No"
|
366 |
msgstr "Não"
|
367 |
|
368 |
# @ captcha
|
369 |
+
#: bws_menu.php:484
|
370 |
msgid "Operating System"
|
371 |
msgstr "Sistema Operacional"
|
372 |
|
373 |
# @ captcha
|
374 |
+
#: bws_menu.php:485
|
375 |
msgid "Server"
|
376 |
msgstr "Servidor"
|
377 |
|
378 |
# @ captcha
|
379 |
+
#: bws_menu.php:486
|
380 |
msgid "Memory usage"
|
381 |
msgstr "Uso de memória"
|
382 |
|
383 |
# @ captcha
|
384 |
+
#: bws_menu.php:487
|
385 |
msgid "MYSQL Version"
|
386 |
msgstr "Versão do MySQL"
|
387 |
|
388 |
# @ captcha
|
389 |
+
#: bws_menu.php:488
|
390 |
msgid "SQL Mode"
|
391 |
msgstr "Modo SQL"
|
392 |
|
393 |
# @ captcha
|
394 |
+
#: bws_menu.php:489
|
395 |
msgid "PHP Version"
|
396 |
msgstr "Versão do PHP"
|
397 |
|
398 |
# @ captcha
|
399 |
+
#: bws_menu.php:490
|
400 |
msgid "PHP Safe Mode"
|
401 |
msgstr "Modo de Segurança do PHP"
|
402 |
|
403 |
# @ captcha
|
404 |
+
#: bws_menu.php:491
|
405 |
msgid "PHP Allow URL fopen"
|
406 |
msgstr "Permissão de fopen de URL do PHP"
|
407 |
|
408 |
# @ captcha
|
409 |
+
#: bws_menu.php:492
|
410 |
msgid "PHP Memory Limit"
|
411 |
msgstr "Limite de Memória do PHP"
|
412 |
|
413 |
# @ captcha
|
414 |
+
#: bws_menu.php:493
|
415 |
msgid "PHP Max Upload Size"
|
416 |
msgstr "Tamanho Máximo de Upload no PHP"
|
417 |
|
418 |
# @ captcha
|
419 |
+
#: bws_menu.php:494
|
420 |
msgid "PHP Max Post Size"
|
421 |
msgstr "Tamanho Máximo de Envio do PHP"
|
422 |
|
423 |
# @ captcha
|
424 |
+
#: bws_menu.php:495
|
425 |
msgid "PHP Max Script Execute Time"
|
426 |
msgstr "Tempo de Execução Máximo do PHP"
|
427 |
|
428 |
# @ captcha
|
429 |
+
#: bws_menu.php:496
|
430 |
msgid "PHP Exif support"
|
431 |
msgstr "Suporte a Exif no PHP"
|
432 |
|
433 |
# @ captcha
|
434 |
+
#: bws_menu.php:497
|
435 |
msgid "PHP IPTC support"
|
436 |
msgstr "Suporte da IPTC no PHP"
|
437 |
|
438 |
# @ captcha
|
439 |
+
#: bws_menu.php:498
|
440 |
msgid "PHP XML support"
|
441 |
msgstr "Suporte a XML no PHP"
|
442 |
|
443 |
# @ captcha
|
444 |
+
#: bws_menu.php:499
|
445 |
msgid "Site URL"
|
446 |
msgstr "URL do Site"
|
447 |
|
448 |
# @ captcha
|
449 |
+
#: bws_menu.php:500
|
450 |
msgid "Home URL"
|
451 |
msgstr "URL da Página Inicial"
|
452 |
|
453 |
# @ captcha
|
454 |
+
#: bws_menu.php:503
|
455 |
msgid "WordPress Version"
|
456 |
msgstr "Versão do WordPress"
|
457 |
|
458 |
# @ captcha
|
459 |
+
#: bws_menu.php:504
|
460 |
msgid "WordPress DB Version"
|
461 |
msgstr "Versão do DB do WordPress"
|
462 |
|
463 |
# @ captcha
|
464 |
+
#: bws_menu.php:505
|
465 |
msgid "Multisite"
|
466 |
msgstr "Multisite"
|
467 |
|
468 |
# @ captcha
|
469 |
+
#: bws_menu.php:506
|
470 |
msgid "Active Theme"
|
471 |
msgstr "Tema Ativo"
|
472 |
|
473 |
# @ captcha
|
474 |
+
#: bws_menu.php:521
|
475 |
msgid "Please enter a valid email address."
|
476 |
msgstr "Por favor, informe um endereço de email válido."
|
477 |
|
478 |
# @ captcha
|
479 |
+
#: bws_menu.php:525
|
480 |
msgid "Email with system info is sent to "
|
481 |
msgstr "Email com informações do sistema é enviado para "
|
482 |
|
483 |
# @ captcha
|
484 |
+
#: bws_menu.php:529
|
485 |
msgid "Thank you for contacting us."
|
486 |
msgstr "Obrigado por nos contatar."
|
487 |
|
488 |
# @ captcha
|
489 |
+
#: bws_menu.php:562
|
490 |
msgid "Sorry, email message could not be delivered."
|
491 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
492 |
|
493 |
+
#: bws_menu.php:570
|
494 |
msgid "Need help?"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: bws_menu.php:571
|
498 |
msgid "Client area"
|
499 |
msgstr ""
|
500 |
|
501 |
# @ captcha
|
502 |
+
#: bws_menu.php:572
|
503 |
+
#: bws_menu.php:883
|
504 |
msgid "System status"
|
505 |
msgstr "Status do sistema"
|
506 |
|
507 |
# @ captcha
|
508 |
+
#: bws_menu.php:577
|
509 |
#, fuzzy
|
510 |
msgid "Plugins"
|
511 |
msgstr "Plugins Pro"
|
512 |
|
513 |
+
#: bws_menu.php:579
|
514 |
msgid "Themes"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: bws_menu.php:584
|
518 |
msgid "All"
|
519 |
msgstr ""
|
520 |
|
521 |
# @ default
|
522 |
+
#: bws_menu.php:585
|
523 |
#, fuzzy
|
524 |
msgid "Installed"
|
525 |
msgstr "Instalar %s"
|
526 |
|
527 |
# @ captcha
|
528 |
+
#: bws_menu.php:586
|
529 |
#, fuzzy
|
530 |
msgid "Recommended"
|
531 |
msgstr "Plugins Recomendados"
|
532 |
|
533 |
# @ captcha
|
534 |
+
#: bws_menu.php:590
|
535 |
msgid "Installed plugins"
|
536 |
msgstr "Plugins Instalados"
|
537 |
|
538 |
# @ captcha
|
539 |
+
#: bws_menu.php:622
|
540 |
+
#: bws_menu.php:671
|
541 |
msgid "Settings"
|
542 |
msgstr "Configurações"
|
543 |
|
544 |
# @ captcha
|
545 |
+
#: bws_menu.php:643
|
546 |
+
#: bws_menu.php:700
|
547 |
#, fuzzy
|
548 |
msgid "Activate this plugin"
|
549 |
msgstr "Plugins ativados"
|
550 |
|
551 |
+
#: bws_menu.php:658
|
552 |
+
#: bws_menu.php:688
|
553 |
+
#: bws_menu.php:734
|
554 |
msgid "Go"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: bws_menu.php:662
|
558 |
+
#: bws_menu.php:692
|
559 |
+
#: bws_menu.php:738
|
560 |
msgid "DONATE"
|
561 |
msgstr ""
|
562 |
|
563 |
# @ captcha
|
564 |
+
#: bws_menu.php:708
|
565 |
msgid "Recommended plugins"
|
566 |
msgstr "Plugins Recomendados"
|
567 |
|
568 |
# @ default
|
569 |
+
#: bws_menu.php:746
|
570 |
#, fuzzy
|
571 |
msgid "Install now"
|
572 |
msgstr "Instalar %s"
|
573 |
|
574 |
+
#: bws_menu.php:767
|
575 |
msgid "Try again"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: bws_menu.php:785
|
579 |
#, php-format
|
580 |
msgid "Preview “%s”"
|
581 |
msgstr ""
|
582 |
|
583 |
# @ default
|
584 |
+
#: bws_menu.php:816
|
585 |
#, php-format
|
586 |
msgid "Install %s"
|
587 |
msgstr "Instalar %s"
|
588 |
|
589 |
# @ default
|
590 |
+
#: bws_menu.php:816
|
591 |
#, fuzzy
|
592 |
msgid "Install Now"
|
593 |
msgstr "Instalar %s"
|
594 |
|
595 |
+
#: bws_menu.php:819
|
596 |
#, php-format
|
597 |
msgid "Update to version %s"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: bws_menu.php:819
|
601 |
msgid "Update"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: bws_menu.php:826
|
605 |
#, php-format
|
606 |
msgid "Preview %s"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: bws_menu.php:826
|
610 |
msgid "Preview"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: bws_menu.php:832
|
614 |
+
#: bws_menu.php:864
|
615 |
#, php-format
|
616 |
msgid "By %s"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: bws_menu.php:838
|
620 |
msgid "Details"
|
621 |
msgstr ""
|
622 |
|
623 |
# @ default
|
624 |
+
#: bws_menu.php:870
|
625 |
#, fuzzy
|
626 |
msgid "Already Installed"
|
627 |
msgstr "Instalar %s"
|
628 |
|
629 |
# @ captcha
|
630 |
+
#: bws_menu.php:886
|
631 |
msgid "Environment"
|
632 |
msgstr "Ambiente"
|
633 |
|
634 |
# @ captcha
|
635 |
+
#: bws_menu.php:897
|
636 |
msgid "Active Plugins"
|
637 |
msgstr "Plugins Ativos"
|
638 |
|
639 |
# @ captcha
|
640 |
+
#: bws_menu.php:910
|
641 |
msgid "Inactive Plugins"
|
642 |
msgstr "Plugins Inativos"
|
643 |
|
644 |
# @ captcha
|
645 |
+
#: bws_menu.php:926
|
646 |
msgid "Send to support"
|
647 |
msgstr "Enviar para o suporte"
|
648 |
|
649 |
# @ captcha
|
650 |
+
#: bws_menu.php:933
|
651 |
msgid "Send to custom email »"
|
652 |
msgstr "Enviar para email personalizado »"
|
653 |
|
654 |
# @ captcha
|
655 |
#~ msgid "Pro plugins"
|
656 |
#~ msgstr "Plugins Pro"
|
|
|
657 |
# @ captcha
|
658 |
#~ msgid "Activated plugins"
|
659 |
#~ msgstr "Plugins ativados"
|
|
|
660 |
# @ captcha
|
661 |
#~ msgid "Read more"
|
662 |
#~ msgstr "Leia Mais"
|
|
|
663 |
# @ captcha
|
664 |
#~ msgid "Purchase"
|
665 |
#~ msgstr "Compra"
|
|
|
666 |
# @ captcha
|
667 |
#~ msgid "Free plugins"
|
668 |
#~ msgstr "Plugins Grátis"
|
|
|
669 |
# @ captcha
|
670 |
#~ msgid "Download"
|
671 |
#~ msgstr "Baixar"
|
|
|
672 |
# @ captcha
|
673 |
#~ msgid "Install now from wordpress.org"
|
674 |
#~ msgstr "Instale agora do site do wordpress (wordpress.org)"
|
|
|
675 |
# @ captcha
|
676 |
#, fuzzy
|
677 |
#~ msgid "Activated theme"
|
bws_menu/languages/bestwebsoft-ru_RU.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,606 +16,576 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_functions.php:
|
20 |
msgid "requires"
|
21 |
msgstr "требует"
|
22 |
|
23 |
-
#: bws_functions.php:
|
24 |
-
msgid ""
|
25 |
-
"
|
26 |
-
"try again."
|
27 |
-
msgstr ""
|
28 |
-
"или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
|
29 |
-
"попробуйте еще раз."
|
30 |
|
31 |
-
#: bws_functions.php:
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr "Вернуться к WordPress на"
|
34 |
|
35 |
-
#: bws_functions.php:
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Страницу плагинов"
|
38 |
|
39 |
-
#: bws_functions.php:
|
40 |
-
msgid "Learn More"
|
41 |
-
msgstr "Подробнее"
|
42 |
-
|
43 |
-
#: bws_functions.php:143
|
44 |
msgid "It’s time to upgrade your"
|
45 |
msgstr "Настало время обновить Ваш"
|
46 |
|
47 |
-
#: bws_functions.php:
|
48 |
msgid "to"
|
49 |
msgstr "до"
|
50 |
|
51 |
-
#: bws_functions.php:
|
52 |
msgid "version!"
|
53 |
msgstr "версии!"
|
54 |
|
55 |
-
#: bws_functions.php:
|
56 |
msgid "Extend standard plugin functionality with new great options."
|
57 |
msgstr "Расширяет возможности стандартного функционала плагина."
|
58 |
|
59 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
|
|
60 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
61 |
-
msgstr ""
|
62 |
-
"Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
|
63 |
|
64 |
-
#: bws_functions.php:
|
65 |
msgid "Rate the plugin"
|
66 |
msgstr "Оценить плагин"
|
67 |
|
68 |
-
#: bws_functions.php:
|
69 |
msgid "If there is something wrong about it, please contact us"
|
70 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
71 |
|
72 |
-
#: bws_functions.php:
|
|
|
73 |
msgid "Wrong license key"
|
74 |
msgstr "Неправильный лицензионный ключ"
|
75 |
|
76 |
-
#: bws_functions.php:
|
77 |
-
|
78 |
-
|
79 |
-
"please contact us"
|
80 |
-
msgstr ""
|
81 |
-
"Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
|
82 |
-
"пожалуйста, свяжитесь с нами"
|
83 |
|
84 |
-
#: bws_functions.php:
|
|
|
|
|
85 |
msgid "We are sorry for inconvenience."
|
86 |
msgstr "Приносим извинения за неудобства."
|
87 |
|
88 |
-
#: bws_functions.php:
|
89 |
msgid "This license key is bind to another site"
|
90 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
91 |
|
92 |
-
#: bws_functions.php:
|
93 |
-
|
94 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
95 |
-
"
|
96 |
-
msgstr ""
|
97 |
-
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
98 |
-
"загрузите плагин вручную."
|
99 |
|
100 |
-
#: bws_functions.php:
|
101 |
-
msgid ""
|
102 |
-
"
|
103 |
-
"support and plugin updates you should extend it in your"
|
104 |
-
msgstr ""
|
105 |
-
"К сожалению, время использования вашей лицензии истекло. Для получения "
|
106 |
-
"обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на "
|
107 |
-
"вашей"
|
108 |
|
109 |
-
#: bws_functions.php:
|
110 |
-
msgid ""
|
111 |
-
"
|
112 |
-
"Trial license can be installed only once."
|
113 |
-
msgstr ""
|
114 |
-
"К сожалению, PRO лицензия уже была установлена на этом доменен. PRO Trial "
|
115 |
-
"лицензия может быть установлена только один раз."
|
116 |
|
117 |
-
#: bws_functions.php:
|
|
|
|
|
118 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
119 |
-
msgstr ""
|
120 |
-
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
121 |
|
122 |
-
#: bws_functions.php:
|
123 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
124 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
125 |
|
126 |
-
#: bws_functions.php:
|
127 |
-
msgid ""
|
128 |
-
"
|
129 |
-
"plugin manually"
|
130 |
-
msgstr ""
|
131 |
-
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
132 |
-
"Пожалуйста, загрузите плагин вручную"
|
133 |
|
134 |
-
#: bws_functions.php:
|
135 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
136 |
-
msgstr ""
|
137 |
-
"Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
|
138 |
|
139 |
-
#: bws_functions.php:
|
140 |
-
msgid ""
|
141 |
-
"
|
142 |
-
"sorry for inconvenience."
|
143 |
-
msgstr ""
|
144 |
-
"Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
|
145 |
-
"Приносим извинения за неудобства."
|
146 |
|
147 |
-
#: bws_functions.php:
|
148 |
msgid "Please, enter Your license key"
|
149 |
msgstr "Пожалуйста, введите ваш лицензионный ключ"
|
150 |
|
151 |
-
#: bws_functions.php:
|
152 |
-
msgid ""
|
153 |
-
"Congratulations! The PRO version of the plugin is successfully download and "
|
154 |
-
"activated."
|
155 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
156 |
|
157 |
-
#: bws_functions.php:
|
|
|
158 |
msgid "Please, go to"
|
159 |
msgstr "Пожалуйста, перейдите на"
|
160 |
|
161 |
-
#: bws_functions.php:
|
|
|
162 |
msgid "the setting page"
|
163 |
msgstr "страницу настроек"
|
164 |
|
165 |
-
#: bws_functions.php:
|
|
|
166 |
msgid "You will be redirected automatically in 5 seconds."
|
167 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
168 |
|
169 |
-
#: bws_functions.php:
|
170 |
msgid "You can download and activate"
|
171 |
msgstr "Вы можете скачать и активировать"
|
172 |
|
173 |
-
#: bws_functions.php:
|
174 |
msgid "version of this plugin by entering Your license key."
|
175 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
176 |
|
177 |
-
#: bws_functions.php:
|
178 |
-
|
179 |
-
"You can find your license key on your personal page Client area, by clicking "
|
180 |
-
"
|
181 |
-
msgstr ""
|
182 |
-
"Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
|
183 |
-
"нажав на ссылку"
|
184 |
|
185 |
-
#: bws_functions.php:
|
|
|
186 |
msgid "(your username is the email you specify when purchasing the product)."
|
187 |
-
msgstr ""
|
188 |
-
"(ваше имя пользователя - это электронный адрес, указанный при покупке "
|
189 |
-
"продукта)."
|
190 |
|
191 |
-
#: bws_functions.php:
|
192 |
msgid "or"
|
193 |
msgstr "или"
|
194 |
|
195 |
-
#: bws_functions.php:
|
196 |
#, php-format
|
197 |
msgid "Start Your Free %s-Day Trial Now"
|
198 |
msgstr "Попробуйте %s-дневную триал версию бесплатно"
|
199 |
|
200 |
-
#: bws_functions.php:
|
201 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
202 |
msgid "Activate"
|
203 |
msgstr "Активировать"
|
204 |
|
205 |
-
#: bws_functions.php:
|
|
|
206 |
#, php-format
|
207 |
-
msgid ""
|
208 |
-
"
|
209 |
-
msgstr ""
|
210 |
-
"Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
|
211 |
|
212 |
-
#: bws_functions.php:
|
213 |
msgid "After that you can activate it by entering your license key."
|
214 |
msgstr "После этого вы сможете активировать его введя лицензионный ключ."
|
215 |
|
216 |
-
#: bws_functions.php:
|
217 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
218 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
219 |
|
220 |
-
#: bws_functions.php:
|
221 |
-
msgid ""
|
222 |
-
"Congratulations! The PRO license of the plugin is successfully activated."
|
223 |
msgstr "Поздравляем! PRO версия плагина была успешно активирована."
|
224 |
|
225 |
-
#: bws_functions.php:
|
226 |
msgid "Wrong license key."
|
227 |
msgstr "Неправильный лицензионный ключ."
|
228 |
|
229 |
-
#: bws_functions.php:
|
230 |
msgid "This license key is bind to another site."
|
231 |
msgstr "Этот лицензионный ключ привязан к другому сайту."
|
232 |
|
233 |
-
#: bws_functions.php:
|
234 |
-
msgid ""
|
235 |
-
"
|
236 |
-
"update our plugin in future, you should extend the license."
|
237 |
-
msgstr ""
|
238 |
-
"Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
|
239 |
-
"обновлять плагин в будущем, вы должны продлить лицензию."
|
240 |
|
241 |
-
#: bws_functions.php:
|
242 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
243 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
244 |
|
245 |
-
#: bws_functions.php:
|
246 |
-
msgid ""
|
247 |
-
"
|
248 |
-
"The PRO Trial license can be installed only once."
|
249 |
-
msgstr ""
|
250 |
-
"К сожалению, триал PRO версия плагина уже устанавливалась на этот домен. "
|
251 |
-
"Триал PRO версию можно устанавливать лишь один раз."
|
252 |
|
253 |
-
#: bws_functions.php:
|
254 |
msgid "The PRO Trial license key is valid."
|
255 |
msgstr "Ключ триала PRO версии верен."
|
256 |
|
257 |
-
#: bws_functions.php:
|
258 |
msgid "The license key is valid."
|
259 |
msgstr "Лицензионный ключ принят."
|
260 |
|
261 |
-
#: bws_functions.php:
|
262 |
msgid "Your license will expire on"
|
263 |
msgstr "Ваша лицензия истечет"
|
264 |
|
265 |
-
#: bws_functions.php:
|
266 |
msgid "Please, enter your license key"
|
267 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
-
msgid ""
|
271 |
-
"
|
272 |
-
"field below. You can find your license key on your personal page - Client "
|
273 |
-
"area - on our website"
|
274 |
-
msgstr ""
|
275 |
-
"При необходимости вы можете проверить валидность лицензионного ключа или "
|
276 |
-
"повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
|
277 |
-
"своей личной странице - Client area - на нашем сайте"
|
278 |
|
279 |
-
#: bws_functions.php:
|
280 |
-
msgid ""
|
281 |
-
"(
|
282 |
-
"necessary, please submit \"Lost your password?\" request."
|
283 |
-
msgstr ""
|
284 |
-
"(ваш пользователь это емейл, который вы указывали при покупке продукта). При "
|
285 |
-
"необходимости нажмите \"Lost your password?\"."
|
286 |
|
287 |
-
#: bws_functions.php:
|
288 |
msgid "Check license key"
|
289 |
msgstr "Проверка лицензионного ключа"
|
290 |
|
291 |
-
#: bws_functions.php:534
|
292 |
-
msgid ""
|
293 |
-
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
294 |
-
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
295 |
-
"will be deactivated. Please go to your personal"
|
296 |
-
msgstr ""
|
297 |
-
"ВНИМАНИЕ: Было замечено незаконное использования вами нашего плагина. Мы "
|
298 |
-
"настоятельно рекомендуем Вам, решить данную проблему в течение 24 часов, в "
|
299 |
-
"противном случае плагин будет деативирован. Пожалуйста, перейдите на вашу "
|
300 |
-
"личную"
|
301 |
-
|
302 |
-
#: bws_functions.php:534
|
303 |
-
msgid ""
|
304 |
-
"(your username is the email you specify when purchasing the product), where "
|
305 |
-
"you can make the necessary changes."
|
306 |
-
msgstr ""
|
307 |
-
"(ваш пользователь это емейл, который вы указывали при покупке продукта), где "
|
308 |
-
"вы можете сделать необходимые изменения."
|
309 |
-
|
310 |
#: bws_functions.php:542
|
311 |
-
msgid ""
|
312 |
-
"
|
313 |
-
"should buy a PRO license"
|
314 |
-
msgstr ""
|
315 |
-
"Внимание: Срок действия триал периода PRO версии истек. Чтобы продолжить "
|
316 |
-
"пользоваться плагином, пожалуйста, приобретите лицензию PRO"
|
317 |
|
318 |
-
#: bws_functions.php:
|
319 |
-
msgid ""
|
320 |
-
"
|
321 |
-
|
322 |
-
|
323 |
-
"
|
324 |
-
"
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
msgid "Learn more"
|
330 |
msgstr "Подробнее"
|
331 |
|
332 |
-
#: bws_functions.php:
|
333 |
#, php-format
|
334 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
335 |
msgstr "Внимание: Вы используете триал PRO версию плагина %s."
|
336 |
|
337 |
-
#: bws_functions.php:
|
338 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
339 |
msgstr "Внимание: Вы используете триал PRO версию плагина."
|
340 |
|
341 |
-
#: bws_functions.php:
|
342 |
msgid "The PRO Trial license will expire on"
|
343 |
msgstr "Триал период PRO версии плагина истекает"
|
344 |
|
345 |
-
#: bws_functions.php:
|
346 |
msgid "You license for"
|
347 |
msgstr "Ваш лицензионный ключ для"
|
348 |
|
349 |
-
#: bws_functions.php:
|
350 |
msgid "expires on"
|
351 |
msgstr "истекает"
|
352 |
|
353 |
-
#: bws_functions.php:
|
354 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
355 |
msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
|
356 |
|
357 |
-
#: bws_functions.php:
|
358 |
msgid "Close"
|
359 |
msgstr "Закрыть"
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
msgid "Not set"
|
363 |
msgstr "Не задан"
|
364 |
|
365 |
-
#: bws_menu.php:
|
|
|
366 |
msgid "On"
|
367 |
msgstr "Вкл"
|
368 |
|
369 |
-
#: bws_menu.php:
|
|
|
370 |
msgid "Off"
|
371 |
msgstr "Выкл"
|
372 |
|
373 |
-
#: bws_menu.php:
|
374 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
375 |
msgid "N/A"
|
376 |
msgstr "Неизвестно"
|
377 |
|
378 |
-
#: bws_menu.php:
|
379 |
msgid " Mb"
|
380 |
msgstr "Mb"
|
381 |
|
382 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
383 |
msgid "Yes"
|
384 |
msgstr "Да"
|
385 |
|
386 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
387 |
msgid "No"
|
388 |
msgstr "Нет"
|
389 |
|
390 |
-
#: bws_menu.php:
|
391 |
msgid "Operating System"
|
392 |
msgstr "Операционная система"
|
393 |
|
394 |
-
#: bws_menu.php:
|
395 |
msgid "Server"
|
396 |
msgstr "Тип сервера"
|
397 |
|
398 |
-
#: bws_menu.php:
|
399 |
msgid "Memory usage"
|
400 |
msgstr "Памяти использовано"
|
401 |
|
402 |
-
#: bws_menu.php:
|
403 |
msgid "MYSQL Version"
|
404 |
msgstr "Версия MYSQL"
|
405 |
|
406 |
-
#: bws_menu.php:
|
407 |
msgid "SQL Mode"
|
408 |
msgstr "Режим SQL"
|
409 |
|
410 |
-
#: bws_menu.php:
|
411 |
msgid "PHP Version"
|
412 |
msgstr "Версия PHP"
|
413 |
|
414 |
-
#: bws_menu.php:
|
415 |
msgid "PHP Safe Mode"
|
416 |
msgstr "PHP Safe Mode"
|
417 |
|
418 |
-
#: bws_menu.php:
|
419 |
msgid "PHP Allow URL fopen"
|
420 |
msgstr "PHP Allow URL fopen"
|
421 |
|
422 |
-
#: bws_menu.php:
|
423 |
msgid "PHP Memory Limit"
|
424 |
msgstr "Лимит памяти"
|
425 |
|
426 |
-
#: bws_menu.php:
|
427 |
msgid "PHP Max Upload Size"
|
428 |
msgstr "Макс. размер загружаемого файла"
|
429 |
|
430 |
-
#: bws_menu.php:
|
431 |
msgid "PHP Max Post Size"
|
432 |
msgstr "Макс. размер записи"
|
433 |
|
434 |
-
#: bws_menu.php:
|
435 |
msgid "PHP Max Script Execute Time"
|
436 |
msgstr "Макс. время выполнения сценария"
|
437 |
|
438 |
-
#: bws_menu.php:
|
439 |
msgid "PHP Exif support"
|
440 |
msgstr "Поддержка PHP Exif"
|
441 |
|
442 |
-
#: bws_menu.php:
|
443 |
msgid "PHP IPTC support"
|
444 |
msgstr "Поддержка PHP IPTC"
|
445 |
|
446 |
-
#: bws_menu.php:
|
447 |
msgid "PHP XML support"
|
448 |
msgstr "Поддержка PHP XML"
|
449 |
|
450 |
-
#: bws_menu.php:
|
451 |
msgid "Site URL"
|
452 |
msgstr "Адрес сайта"
|
453 |
|
454 |
-
#: bws_menu.php:
|
455 |
msgid "Home URL"
|
456 |
msgstr "Основной адрес сайта"
|
457 |
|
458 |
-
#: bws_menu.php:
|
459 |
msgid "WordPress Version"
|
460 |
msgstr "Версия WordPress"
|
461 |
|
462 |
-
#: bws_menu.php:
|
463 |
msgid "WordPress DB Version"
|
464 |
msgstr "Версия базы данных WordPress"
|
465 |
|
466 |
-
#: bws_menu.php:
|
467 |
msgid "Multisite"
|
468 |
msgstr "Мультиблог"
|
469 |
|
470 |
-
#: bws_menu.php:
|
471 |
msgid "Active Theme"
|
472 |
msgstr "Текущая тема"
|
473 |
|
474 |
-
#: bws_menu.php:
|
475 |
msgid "Please enter a valid email address."
|
476 |
msgstr "Пожалуйста, введите валидный емайл."
|
477 |
|
478 |
-
#: bws_menu.php:
|
479 |
msgid "Email with system info is sent to "
|
480 |
msgstr "E-mail с системной информацией отправлен на"
|
481 |
|
482 |
-
#: bws_menu.php:
|
483 |
msgid "Thank you for contacting us."
|
484 |
msgstr "Спасибо что связались с нами."
|
485 |
|
486 |
-
#: bws_menu.php:
|
487 |
msgid "Sorry, email message could not be delivered."
|
488 |
msgstr "Извините, ваш email не может быть отправлен."
|
489 |
|
490 |
-
#: bws_menu.php:
|
491 |
msgid "Need help?"
|
492 |
msgstr "Нужна помощь?"
|
493 |
|
494 |
-
#: bws_menu.php:
|
495 |
msgid "Client area"
|
496 |
msgstr "Client area"
|
497 |
|
498 |
-
#: bws_menu.php:
|
|
|
499 |
msgid "System status"
|
500 |
msgstr "Системная информация"
|
501 |
|
502 |
-
#: bws_menu.php:
|
503 |
msgid "Plugins"
|
504 |
msgstr "Плагины"
|
505 |
|
506 |
-
#: bws_menu.php:
|
507 |
msgid "Themes"
|
508 |
msgstr "Темы"
|
509 |
|
510 |
-
#: bws_menu.php:
|
511 |
msgid "All"
|
512 |
msgstr "Все"
|
513 |
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "Installed"
|
516 |
msgstr "Установленные"
|
517 |
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "Recommended"
|
520 |
msgstr "Рекомендованные"
|
521 |
|
522 |
-
#: bws_menu.php:
|
523 |
msgid "Installed plugins"
|
524 |
msgstr "Установленные плагины"
|
525 |
|
526 |
-
#: bws_menu.php:
|
|
|
527 |
msgid "Settings"
|
528 |
msgstr "Настройки"
|
529 |
|
530 |
-
#: bws_menu.php:
|
|
|
531 |
msgid "Activate this plugin"
|
532 |
msgstr "Активировать плагин"
|
533 |
|
534 |
-
#: bws_menu.php:
|
|
|
|
|
535 |
msgid "Go"
|
536 |
msgstr "Перейти на"
|
537 |
|
538 |
-
#: bws_menu.php:
|
|
|
|
|
539 |
msgid "DONATE"
|
540 |
msgstr "Пожертвовать"
|
541 |
|
542 |
-
#: bws_menu.php:
|
543 |
msgid "Recommended plugins"
|
544 |
msgstr "Рекомендованные к установке плагины"
|
545 |
|
546 |
-
#: bws_menu.php:
|
547 |
msgid "Install now"
|
548 |
msgstr "Установить"
|
549 |
|
550 |
-
#: bws_menu.php:
|
551 |
msgid "Try again"
|
552 |
msgstr "Попробовать снова"
|
553 |
|
554 |
-
#: bws_menu.php:
|
555 |
#, php-format
|
556 |
msgid "Preview “%s”"
|
557 |
msgstr "Просмотр “%s”"
|
558 |
|
559 |
-
#: bws_menu.php:
|
560 |
#, php-format
|
561 |
msgid "Install %s"
|
562 |
msgstr "Установлено %s"
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "Install Now"
|
566 |
msgstr "Установить"
|
567 |
|
568 |
-
#: bws_menu.php:
|
569 |
#, php-format
|
570 |
msgid "Update to version %s"
|
571 |
msgstr "Обновить до версии %s"
|
572 |
|
573 |
-
#: bws_menu.php:
|
574 |
msgid "Update"
|
575 |
msgstr "Обновить"
|
576 |
|
577 |
-
#: bws_menu.php:
|
578 |
#, php-format
|
579 |
msgid "Preview %s"
|
580 |
msgstr "Просмотр %s"
|
581 |
|
582 |
-
#: bws_menu.php:
|
583 |
msgid "Preview"
|
584 |
msgstr "Просмотр"
|
585 |
|
586 |
-
#: bws_menu.php:
|
|
|
587 |
#, php-format
|
588 |
msgid "By %s"
|
589 |
msgstr "%s"
|
590 |
|
591 |
-
#: bws_menu.php:
|
592 |
msgid "Details"
|
593 |
msgstr "Детали"
|
594 |
|
595 |
-
#: bws_menu.php:
|
596 |
msgid "Already Installed"
|
597 |
msgstr "Уже установлена"
|
598 |
|
599 |
-
#: bws_menu.php:
|
600 |
msgid "Environment"
|
601 |
msgstr "Системная среда"
|
602 |
|
603 |
-
#: bws_menu.php:
|
604 |
msgid "Active Plugins"
|
605 |
msgstr "Активированные плагины"
|
606 |
|
607 |
-
#: bws_menu.php:
|
608 |
msgid "Inactive Plugins"
|
609 |
msgstr "Неактивированные плагины"
|
610 |
|
611 |
-
#: bws_menu.php:
|
612 |
msgid "Send to support"
|
613 |
msgstr "Отправить в тех. поддержку"
|
614 |
|
615 |
-
#: bws_menu.php:
|
616 |
msgid "Send to custom email »"
|
617 |
msgstr "Отправить на емейл »"
|
618 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
619 |
#~ msgid "Switch to new interface"
|
620 |
#~ msgstr "Переключится на новый интерфейс"
|
621 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-11 14:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-11 14:14+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:89
|
20 |
msgid "requires"
|
21 |
msgstr "требует"
|
22 |
|
23 |
+
#: bws_functions.php:91
|
24 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
25 |
+
msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
|
|
|
|
|
|
|
|
|
26 |
|
27 |
+
#: bws_functions.php:92
|
28 |
msgid "Back to the WordPress"
|
29 |
msgstr "Вернуться к WordPress на"
|
30 |
|
31 |
+
#: bws_functions.php:94
|
32 |
msgid "Plugins page"
|
33 |
msgstr "Страницу плагинов"
|
34 |
|
35 |
+
#: bws_functions.php:151
|
|
|
|
|
|
|
|
|
36 |
msgid "It’s time to upgrade your"
|
37 |
msgstr "Настало время обновить Ваш"
|
38 |
|
39 |
+
#: bws_functions.php:151
|
40 |
msgid "to"
|
41 |
msgstr "до"
|
42 |
|
43 |
+
#: bws_functions.php:151
|
44 |
msgid "version!"
|
45 |
msgstr "версии!"
|
46 |
|
47 |
+
#: bws_functions.php:152
|
48 |
msgid "Extend standard plugin functionality with new great options."
|
49 |
msgstr "Расширяет возможности стандартного функционала плагина."
|
50 |
|
51 |
+
#: bws_functions.php:155
|
52 |
+
#: bws_functions.php:542
|
53 |
+
msgid "Learn More"
|
54 |
+
msgstr "Подробнее"
|
55 |
+
|
56 |
+
#: bws_functions.php:172
|
57 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
58 |
+
msgstr "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
|
|
|
59 |
|
60 |
+
#: bws_functions.php:173
|
61 |
msgid "Rate the plugin"
|
62 |
msgstr "Оценить плагин"
|
63 |
|
64 |
+
#: bws_functions.php:176
|
65 |
msgid "If there is something wrong about it, please contact us"
|
66 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
67 |
|
68 |
+
#: bws_functions.php:193
|
69 |
+
#: bws_functions.php:229
|
70 |
msgid "Wrong license key"
|
71 |
msgstr "Неправильный лицензионный ключ"
|
72 |
|
73 |
+
#: bws_functions.php:223
|
74 |
+
#: bws_functions.php:455
|
75 |
+
#: bws_functions.php:506
|
76 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
77 |
+
msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами"
|
|
|
|
|
78 |
|
79 |
+
#: bws_functions.php:223
|
80 |
+
#: bws_functions.php:455
|
81 |
+
#: bws_functions.php:506
|
82 |
msgid "We are sorry for inconvenience."
|
83 |
msgstr "Приносим извинения за неудобства."
|
84 |
|
85 |
+
#: bws_functions.php:231
|
86 |
msgid "This license key is bind to another site"
|
87 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
88 |
|
89 |
+
#: bws_functions.php:233
|
90 |
+
#: bws_functions.php:365
|
91 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
92 |
+
msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
|
|
|
|
|
|
|
93 |
|
94 |
+
#: bws_functions.php:235
|
95 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
96 |
+
msgstr "К сожалению, время использования вашей лицензии истекло. Для получения обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на вашей"
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
+
#: bws_functions.php:237
|
99 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
100 |
+
msgstr "К сожалению, PRO лицензия уже была установлена на этом доменен. PRO Trial лицензия может быть установлена только один раз."
|
|
|
|
|
|
|
|
|
101 |
|
102 |
+
#: bws_functions.php:248
|
103 |
+
#: bws_functions.php:270
|
104 |
+
#: bws_functions.php:292
|
105 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
106 |
+
msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
|
|
107 |
|
108 |
+
#: bws_functions.php:260
|
109 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
110 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
111 |
|
112 |
+
#: bws_functions.php:266
|
113 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
114 |
+
msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
|
|
|
|
|
|
|
|
|
115 |
|
116 |
+
#: bws_functions.php:273
|
117 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
118 |
+
msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
|
|
|
119 |
|
120 |
+
#: bws_functions.php:296
|
121 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
122 |
+
msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
|
|
|
|
|
|
|
|
|
123 |
|
124 |
+
#: bws_functions.php:321
|
125 |
msgid "Please, enter Your license key"
|
126 |
msgstr "Пожалуйста, введите ваш лицензионный ключ"
|
127 |
|
128 |
+
#: bws_functions.php:338
|
129 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
|
|
|
|
130 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
131 |
|
132 |
+
#: bws_functions.php:340
|
133 |
+
#: bws_functions.php:422
|
134 |
msgid "Please, go to"
|
135 |
msgstr "Пожалуйста, перейдите на"
|
136 |
|
137 |
+
#: bws_functions.php:340
|
138 |
+
#: bws_functions.php:422
|
139 |
msgid "the setting page"
|
140 |
msgstr "страницу настроек"
|
141 |
|
142 |
+
#: bws_functions.php:341
|
143 |
+
#: bws_functions.php:423
|
144 |
msgid "You will be redirected automatically in 5 seconds."
|
145 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
146 |
|
147 |
+
#: bws_functions.php:346
|
148 |
msgid "You can download and activate"
|
149 |
msgstr "Вы можете скачать и активировать"
|
150 |
|
151 |
+
#: bws_functions.php:348
|
152 |
msgid "version of this plugin by entering Your license key."
|
153 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
154 |
|
155 |
+
#: bws_functions.php:350
|
156 |
+
#: bws_functions.php:391
|
157 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
158 |
+
msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
|
|
|
|
|
|
|
159 |
|
160 |
+
#: bws_functions.php:352
|
161 |
+
#: bws_functions.php:393
|
162 |
msgid "(your username is the email you specify when purchasing the product)."
|
163 |
+
msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
|
|
|
|
|
164 |
|
165 |
+
#: bws_functions.php:356
|
166 |
msgid "or"
|
167 |
msgstr "или"
|
168 |
|
169 |
+
#: bws_functions.php:356
|
170 |
#, php-format
|
171 |
msgid "Start Your Free %s-Day Trial Now"
|
172 |
msgstr "Попробуйте %s-дневную триал версию бесплатно"
|
173 |
|
174 |
+
#: bws_functions.php:362
|
175 |
+
#: bws_functions.php:371
|
176 |
+
#: bws_functions.php:401
|
177 |
+
#: bws_functions.php:409
|
178 |
+
#: bws_menu.php:643
|
179 |
+
#: bws_menu.php:700
|
180 |
msgid "Activate"
|
181 |
msgstr "Активировать"
|
182 |
|
183 |
+
#: bws_functions.php:388
|
184 |
+
#: bws_functions.php:481
|
185 |
#, php-format
|
186 |
+
msgid "In order to continue using the plugin it is necessary to buy a %s license."
|
187 |
+
msgstr "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
|
|
|
|
|
188 |
|
189 |
+
#: bws_functions.php:389
|
190 |
msgid "After that you can activate it by entering your license key."
|
191 |
msgstr "После этого вы сможете активировать его введя лицензионный ключ."
|
192 |
|
193 |
+
#: bws_functions.php:403
|
194 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
195 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
196 |
|
197 |
+
#: bws_functions.php:420
|
198 |
+
msgid "Congratulations! The PRO license of the plugin is successfully activated."
|
|
|
199 |
msgstr "Поздравляем! PRO версия плагина была успешно активирована."
|
200 |
|
201 |
+
#: bws_functions.php:461
|
202 |
msgid "Wrong license key."
|
203 |
msgstr "Неправильный лицензионный ключ."
|
204 |
|
205 |
+
#: bws_functions.php:463
|
206 |
msgid "This license key is bind to another site."
|
207 |
msgstr "Этот лицензионный ключ привязан к другому сайту."
|
208 |
|
209 |
+
#: bws_functions.php:465
|
210 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
211 |
+
msgstr "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите обновлять плагин в будущем, вы должны продлить лицензию."
|
|
|
|
|
|
|
|
|
212 |
|
213 |
+
#: bws_functions.php:467
|
214 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
215 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
216 |
|
217 |
+
#: bws_functions.php:469
|
218 |
+
msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
|
219 |
+
msgstr "К сожалению, триал PRO версия плагина уже устанавливалась на этот домен. Триал PRO версию можно устанавливать лишь один раз."
|
|
|
|
|
|
|
|
|
220 |
|
221 |
+
#: bws_functions.php:473
|
222 |
msgid "The PRO Trial license key is valid."
|
223 |
msgstr "Ключ триала PRO версии верен."
|
224 |
|
225 |
+
#: bws_functions.php:475
|
226 |
msgid "The license key is valid."
|
227 |
msgstr "Лицензионный ключ принят."
|
228 |
|
229 |
+
#: bws_functions.php:478
|
230 |
msgid "Your license will expire on"
|
231 |
msgstr "Ваша лицензия истечет"
|
232 |
|
233 |
+
#: bws_functions.php:511
|
234 |
msgid "Please, enter your license key"
|
235 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
236 |
|
237 |
+
#: bws_functions.php:524
|
238 |
+
msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
|
239 |
+
msgstr "При необходимости вы можете проверить валидность лицензионного ключа или повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на своей личной странице - Client area - на нашем сайте"
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
|
241 |
+
#: bws_functions.php:524
|
242 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
243 |
+
msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта). При необходимости нажмите \"Lost your password?\"."
|
|
|
|
|
|
|
|
|
244 |
|
245 |
+
#: bws_functions.php:528
|
246 |
msgid "Check license key"
|
247 |
msgstr "Проверка лицензионного ключа"
|
248 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
#: bws_functions.php:542
|
250 |
+
msgid "WARNING: Illegal use notification"
|
251 |
+
msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
|
|
|
|
|
|
|
|
|
252 |
|
253 |
+
#: bws_functions.php:542
|
254 |
+
msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
|
255 |
+
msgstr "Вы можете использовать одну лицензию Pro плагина только для одного домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить проблему в течение 24 часов, в противном случае плагин будет деативирован."
|
256 |
+
|
257 |
+
#: bws_functions.php:550
|
258 |
+
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
259 |
+
msgstr "Внимание: Срок действия триал периода PRO версии истек. Чтобы продолжить пользоваться плагином, пожалуйста, приобретите лицензию PRO"
|
260 |
+
|
261 |
+
#: bws_functions.php:552
|
262 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
263 |
+
msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
|
264 |
+
|
265 |
+
#: bws_functions.php:552
|
266 |
+
#: bws_functions.php:605
|
267 |
+
#: bws_menu.php:619
|
268 |
+
#: bws_menu.php:641
|
269 |
+
#: bws_menu.php:668
|
270 |
+
#: bws_menu.php:698
|
271 |
+
#: bws_menu.php:744
|
272 |
msgid "Learn more"
|
273 |
msgstr "Подробнее"
|
274 |
|
275 |
+
#: bws_functions.php:562
|
276 |
#, php-format
|
277 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
278 |
msgstr "Внимание: Вы используете триал PRO версию плагина %s."
|
279 |
|
280 |
+
#: bws_functions.php:564
|
281 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
282 |
msgstr "Внимание: Вы используете триал PRO версию плагина."
|
283 |
|
284 |
+
#: bws_functions.php:567
|
285 |
msgid "The PRO Trial license will expire on"
|
286 |
msgstr "Триал период PRO версии плагина истекает"
|
287 |
|
288 |
+
#: bws_functions.php:605
|
289 |
msgid "You license for"
|
290 |
msgstr "Ваш лицензионный ключ для"
|
291 |
|
292 |
+
#: bws_functions.php:605
|
293 |
msgid "expires on"
|
294 |
msgstr "истекает"
|
295 |
|
296 |
+
#: bws_functions.php:605
|
297 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
298 |
msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
|
299 |
|
300 |
+
#: bws_functions.php:680
|
301 |
msgid "Close"
|
302 |
msgstr "Закрыть"
|
303 |
|
304 |
+
#: bws_menu.php:456
|
305 |
msgid "Not set"
|
306 |
msgstr "Не задан"
|
307 |
|
308 |
+
#: bws_menu.php:458
|
309 |
+
#: bws_menu.php:459
|
310 |
msgid "On"
|
311 |
msgstr "Вкл"
|
312 |
|
313 |
+
#: bws_menu.php:458
|
314 |
+
#: bws_menu.php:459
|
315 |
msgid "Off"
|
316 |
msgstr "Выкл"
|
317 |
|
318 |
+
#: bws_menu.php:460
|
319 |
+
#: bws_menu.php:461
|
320 |
+
#: bws_menu.php:462
|
321 |
+
#: bws_menu.php:463
|
322 |
+
#: bws_menu.php:464
|
323 |
+
#: bws_menu.php:476
|
324 |
msgid "N/A"
|
325 |
msgstr "Неизвестно"
|
326 |
|
327 |
+
#: bws_menu.php:464
|
328 |
msgid " Mb"
|
329 |
msgstr "Mb"
|
330 |
|
331 |
+
#: bws_menu.php:465
|
332 |
+
#: bws_menu.php:466
|
333 |
+
#: bws_menu.php:467
|
334 |
+
#: bws_menu.php:472
|
335 |
msgid "Yes"
|
336 |
msgstr "Да"
|
337 |
|
338 |
+
#: bws_menu.php:465
|
339 |
+
#: bws_menu.php:466
|
340 |
+
#: bws_menu.php:467
|
341 |
+
#: bws_menu.php:474
|
342 |
msgid "No"
|
343 |
msgstr "Нет"
|
344 |
|
345 |
+
#: bws_menu.php:484
|
346 |
msgid "Operating System"
|
347 |
msgstr "Операционная система"
|
348 |
|
349 |
+
#: bws_menu.php:485
|
350 |
msgid "Server"
|
351 |
msgstr "Тип сервера"
|
352 |
|
353 |
+
#: bws_menu.php:486
|
354 |
msgid "Memory usage"
|
355 |
msgstr "Памяти использовано"
|
356 |
|
357 |
+
#: bws_menu.php:487
|
358 |
msgid "MYSQL Version"
|
359 |
msgstr "Версия MYSQL"
|
360 |
|
361 |
+
#: bws_menu.php:488
|
362 |
msgid "SQL Mode"
|
363 |
msgstr "Режим SQL"
|
364 |
|
365 |
+
#: bws_menu.php:489
|
366 |
msgid "PHP Version"
|
367 |
msgstr "Версия PHP"
|
368 |
|
369 |
+
#: bws_menu.php:490
|
370 |
msgid "PHP Safe Mode"
|
371 |
msgstr "PHP Safe Mode"
|
372 |
|
373 |
+
#: bws_menu.php:491
|
374 |
msgid "PHP Allow URL fopen"
|
375 |
msgstr "PHP Allow URL fopen"
|
376 |
|
377 |
+
#: bws_menu.php:492
|
378 |
msgid "PHP Memory Limit"
|
379 |
msgstr "Лимит памяти"
|
380 |
|
381 |
+
#: bws_menu.php:493
|
382 |
msgid "PHP Max Upload Size"
|
383 |
msgstr "Макс. размер загружаемого файла"
|
384 |
|
385 |
+
#: bws_menu.php:494
|
386 |
msgid "PHP Max Post Size"
|
387 |
msgstr "Макс. размер записи"
|
388 |
|
389 |
+
#: bws_menu.php:495
|
390 |
msgid "PHP Max Script Execute Time"
|
391 |
msgstr "Макс. время выполнения сценария"
|
392 |
|
393 |
+
#: bws_menu.php:496
|
394 |
msgid "PHP Exif support"
|
395 |
msgstr "Поддержка PHP Exif"
|
396 |
|
397 |
+
#: bws_menu.php:497
|
398 |
msgid "PHP IPTC support"
|
399 |
msgstr "Поддержка PHP IPTC"
|
400 |
|
401 |
+
#: bws_menu.php:498
|
402 |
msgid "PHP XML support"
|
403 |
msgstr "Поддержка PHP XML"
|
404 |
|
405 |
+
#: bws_menu.php:499
|
406 |
msgid "Site URL"
|
407 |
msgstr "Адрес сайта"
|
408 |
|
409 |
+
#: bws_menu.php:500
|
410 |
msgid "Home URL"
|
411 |
msgstr "Основной адрес сайта"
|
412 |
|
413 |
+
#: bws_menu.php:503
|
414 |
msgid "WordPress Version"
|
415 |
msgstr "Версия WordPress"
|
416 |
|
417 |
+
#: bws_menu.php:504
|
418 |
msgid "WordPress DB Version"
|
419 |
msgstr "Версия базы данных WordPress"
|
420 |
|
421 |
+
#: bws_menu.php:505
|
422 |
msgid "Multisite"
|
423 |
msgstr "Мультиблог"
|
424 |
|
425 |
+
#: bws_menu.php:506
|
426 |
msgid "Active Theme"
|
427 |
msgstr "Текущая тема"
|
428 |
|
429 |
+
#: bws_menu.php:521
|
430 |
msgid "Please enter a valid email address."
|
431 |
msgstr "Пожалуйста, введите валидный емайл."
|
432 |
|
433 |
+
#: bws_menu.php:525
|
434 |
msgid "Email with system info is sent to "
|
435 |
msgstr "E-mail с системной информацией отправлен на"
|
436 |
|
437 |
+
#: bws_menu.php:529
|
438 |
msgid "Thank you for contacting us."
|
439 |
msgstr "Спасибо что связались с нами."
|
440 |
|
441 |
+
#: bws_menu.php:562
|
442 |
msgid "Sorry, email message could not be delivered."
|
443 |
msgstr "Извините, ваш email не может быть отправлен."
|
444 |
|
445 |
+
#: bws_menu.php:570
|
446 |
msgid "Need help?"
|
447 |
msgstr "Нужна помощь?"
|
448 |
|
449 |
+
#: bws_menu.php:571
|
450 |
msgid "Client area"
|
451 |
msgstr "Client area"
|
452 |
|
453 |
+
#: bws_menu.php:572
|
454 |
+
#: bws_menu.php:883
|
455 |
msgid "System status"
|
456 |
msgstr "Системная информация"
|
457 |
|
458 |
+
#: bws_menu.php:577
|
459 |
msgid "Plugins"
|
460 |
msgstr "Плагины"
|
461 |
|
462 |
+
#: bws_menu.php:579
|
463 |
msgid "Themes"
|
464 |
msgstr "Темы"
|
465 |
|
466 |
+
#: bws_menu.php:584
|
467 |
msgid "All"
|
468 |
msgstr "Все"
|
469 |
|
470 |
+
#: bws_menu.php:585
|
471 |
msgid "Installed"
|
472 |
msgstr "Установленные"
|
473 |
|
474 |
+
#: bws_menu.php:586
|
475 |
msgid "Recommended"
|
476 |
msgstr "Рекомендованные"
|
477 |
|
478 |
+
#: bws_menu.php:590
|
479 |
msgid "Installed plugins"
|
480 |
msgstr "Установленные плагины"
|
481 |
|
482 |
+
#: bws_menu.php:622
|
483 |
+
#: bws_menu.php:671
|
484 |
msgid "Settings"
|
485 |
msgstr "Настройки"
|
486 |
|
487 |
+
#: bws_menu.php:643
|
488 |
+
#: bws_menu.php:700
|
489 |
msgid "Activate this plugin"
|
490 |
msgstr "Активировать плагин"
|
491 |
|
492 |
+
#: bws_menu.php:658
|
493 |
+
#: bws_menu.php:688
|
494 |
+
#: bws_menu.php:734
|
495 |
msgid "Go"
|
496 |
msgstr "Перейти на"
|
497 |
|
498 |
+
#: bws_menu.php:662
|
499 |
+
#: bws_menu.php:692
|
500 |
+
#: bws_menu.php:738
|
501 |
msgid "DONATE"
|
502 |
msgstr "Пожертвовать"
|
503 |
|
504 |
+
#: bws_menu.php:708
|
505 |
msgid "Recommended plugins"
|
506 |
msgstr "Рекомендованные к установке плагины"
|
507 |
|
508 |
+
#: bws_menu.php:746
|
509 |
msgid "Install now"
|
510 |
msgstr "Установить"
|
511 |
|
512 |
+
#: bws_menu.php:767
|
513 |
msgid "Try again"
|
514 |
msgstr "Попробовать снова"
|
515 |
|
516 |
+
#: bws_menu.php:785
|
517 |
#, php-format
|
518 |
msgid "Preview “%s”"
|
519 |
msgstr "Просмотр “%s”"
|
520 |
|
521 |
+
#: bws_menu.php:816
|
522 |
#, php-format
|
523 |
msgid "Install %s"
|
524 |
msgstr "Установлено %s"
|
525 |
|
526 |
+
#: bws_menu.php:816
|
527 |
msgid "Install Now"
|
528 |
msgstr "Установить"
|
529 |
|
530 |
+
#: bws_menu.php:819
|
531 |
#, php-format
|
532 |
msgid "Update to version %s"
|
533 |
msgstr "Обновить до версии %s"
|
534 |
|
535 |
+
#: bws_menu.php:819
|
536 |
msgid "Update"
|
537 |
msgstr "Обновить"
|
538 |
|
539 |
+
#: bws_menu.php:826
|
540 |
#, php-format
|
541 |
msgid "Preview %s"
|
542 |
msgstr "Просмотр %s"
|
543 |
|
544 |
+
#: bws_menu.php:826
|
545 |
msgid "Preview"
|
546 |
msgstr "Просмотр"
|
547 |
|
548 |
+
#: bws_menu.php:832
|
549 |
+
#: bws_menu.php:864
|
550 |
#, php-format
|
551 |
msgid "By %s"
|
552 |
msgstr "%s"
|
553 |
|
554 |
+
#: bws_menu.php:838
|
555 |
msgid "Details"
|
556 |
msgstr "Детали"
|
557 |
|
558 |
+
#: bws_menu.php:870
|
559 |
msgid "Already Installed"
|
560 |
msgstr "Уже установлена"
|
561 |
|
562 |
+
#: bws_menu.php:886
|
563 |
msgid "Environment"
|
564 |
msgstr "Системная среда"
|
565 |
|
566 |
+
#: bws_menu.php:897
|
567 |
msgid "Active Plugins"
|
568 |
msgstr "Активированные плагины"
|
569 |
|
570 |
+
#: bws_menu.php:910
|
571 |
msgid "Inactive Plugins"
|
572 |
msgstr "Неактивированные плагины"
|
573 |
|
574 |
+
#: bws_menu.php:926
|
575 |
msgid "Send to support"
|
576 |
msgstr "Отправить в тех. поддержку"
|
577 |
|
578 |
+
#: bws_menu.php:933
|
579 |
msgid "Send to custom email »"
|
580 |
msgstr "Отправить на емейл »"
|
581 |
|
582 |
+
#~ msgid ""
|
583 |
+
#~ "(your username is the email you specify when purchasing the product), "
|
584 |
+
#~ "where you can make the necessary changes."
|
585 |
+
#~ msgstr ""
|
586 |
+
#~ "(ваш пользователь это емейл, который вы указывали при покупке продукта), "
|
587 |
+
#~ "где вы можете сделать необходимые изменения."
|
588 |
+
|
589 |
#~ msgid "Switch to new interface"
|
590 |
#~ msgstr "Переключится на новый интерфейс"
|
591 |
|
bws_menu/languages/bestwebsoft-sr_RS.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -17,582 +17,588 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_functions.php:
|
21 |
msgid "requires"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: bws_functions.php:
|
25 |
-
msgid ""
|
26 |
-
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
-
"try again."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: bws_functions.php:
|
31 |
msgid "Back to the WordPress"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: bws_functions.php:
|
35 |
#, fuzzy
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Pro moduli"
|
38 |
|
39 |
-
#: bws_functions.php:
|
40 |
msgid "It’s time to upgrade your"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: bws_functions.php:
|
44 |
#, fuzzy
|
45 |
msgid "to"
|
46 |
msgstr "vrh"
|
47 |
|
48 |
-
#: bws_functions.php:
|
49 |
#, fuzzy
|
50 |
msgid "version!"
|
51 |
msgstr "PHP Verzija"
|
52 |
|
53 |
-
#: bws_functions.php:
|
54 |
msgid "Extend standard plugin functionality with new great options."
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: bws_functions.php:
|
|
|
58 |
#, fuzzy
|
59 |
msgid "Learn More"
|
60 |
msgstr "Pročitaj više"
|
61 |
|
62 |
-
#: bws_functions.php:
|
63 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: bws_functions.php:
|
67 |
#, fuzzy
|
68 |
msgid "Rate the plugin"
|
69 |
msgstr "Aktivirani moduli"
|
70 |
|
71 |
-
#: bws_functions.php:
|
72 |
#, fuzzy
|
73 |
msgid "If there is something wrong about it, please contact us"
|
74 |
msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
75 |
|
76 |
-
#: bws_functions.php:
|
|
|
77 |
msgid "Wrong license key"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: bws_functions.php:
|
81 |
-
|
82 |
-
|
83 |
-
"please contact us"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: bws_functions.php:
|
|
|
|
|
87 |
msgid "We are sorry for inconvenience."
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: bws_functions.php:
|
91 |
msgid "This license key is bind to another site"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: bws_functions.php:
|
95 |
-
|
96 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
97 |
-
"Please, upload the plugin manually."
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: bws_functions.php:
|
101 |
-
msgid ""
|
102 |
-
"Unfortunately, Your license has expired. To continue getting top-priority "
|
103 |
-
"support and plugin updates you should extend it in your"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: bws_functions.php:
|
107 |
-
msgid ""
|
108 |
-
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
109 |
-
"Trial license can be installed only once."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: bws_functions.php:
|
|
|
|
|
113 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: bws_functions.php:
|
117 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: bws_functions.php:
|
121 |
-
msgid ""
|
122 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
123 |
-
"plugin manually"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: bws_functions.php:
|
127 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: bws_functions.php:
|
131 |
-
msgid ""
|
132 |
-
"Something went wrong. Try again later or upload the plugin manually. We are "
|
133 |
-
"sorry for inconvenience."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: bws_functions.php:
|
137 |
msgid "Please, enter Your license key"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: bws_functions.php:
|
141 |
-
msgid ""
|
142 |
-
"Congratulations! The PRO version of the plugin is successfully download and "
|
143 |
-
"activated."
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: bws_functions.php:
|
|
|
147 |
msgid "Please, go to"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: bws_functions.php:
|
|
|
151 |
#, fuzzy
|
152 |
msgid "the setting page"
|
153 |
msgstr "na stranici za podešavanje modula ("
|
154 |
|
155 |
-
#: bws_functions.php:
|
|
|
156 |
msgid "You will be redirected automatically in 5 seconds."
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: bws_functions.php:
|
160 |
msgid "You can download and activate"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: bws_functions.php:
|
164 |
msgid "version of this plugin by entering Your license key."
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: bws_functions.php:
|
168 |
-
|
169 |
-
"You can find your license key on your personal page Client area, by clicking "
|
170 |
-
"on the link"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: bws_functions.php:
|
|
|
174 |
msgid "(your username is the email you specify when purchasing the product)."
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: bws_functions.php:
|
178 |
msgid "or"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: bws_functions.php:
|
182 |
#, php-format
|
183 |
msgid "Start Your Free %s-Day Trial Now"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: bws_functions.php:
|
187 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
188 |
#, fuzzy
|
189 |
msgid "Activate"
|
190 |
msgstr "Aktivirani moduli"
|
191 |
|
192 |
-
#: bws_functions.php:
|
|
|
193 |
#, php-format
|
194 |
-
msgid ""
|
195 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: bws_functions.php:
|
199 |
msgid "After that you can activate it by entering your license key."
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: bws_functions.php:
|
203 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: bws_functions.php:
|
207 |
-
msgid ""
|
208 |
-
"Congratulations! The PRO license of the plugin is successfully activated."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
msgid "Wrong license key."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: bws_functions.php:
|
216 |
msgid "This license key is bind to another site."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: bws_functions.php:
|
220 |
-
msgid ""
|
221 |
-
"This license key is valid, but Your license has expired. If you want to "
|
222 |
-
"update our plugin in future, you should extend the license."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: bws_functions.php:
|
226 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: bws_functions.php:
|
230 |
-
msgid ""
|
231 |
-
"Unfortunately, the PRO Trial licence was already installed to this domain. "
|
232 |
-
"The PRO Trial license can be installed only once."
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: bws_functions.php:
|
236 |
msgid "The PRO Trial license key is valid."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: bws_functions.php:
|
240 |
msgid "The license key is valid."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
msgid "Your license will expire on"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: bws_functions.php:
|
248 |
msgid "Please, enter your license key"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: bws_functions.php:
|
252 |
-
msgid ""
|
253 |
-
"If needed you can check if the license key is correct or reenter it in the "
|
254 |
-
"field below. You can find your license key on your personal page - Client "
|
255 |
-
"area - on our website"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: bws_functions.php:
|
259 |
-
msgid ""
|
260 |
-
"(your username is the email you specify when purchasing the product). If "
|
261 |
-
"necessary, please submit \"Lost your password?\" request."
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: bws_functions.php:
|
265 |
msgid "Check license key"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: bws_functions.php:
|
269 |
-
msgid ""
|
270 |
-
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
271 |
-
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
272 |
-
"will be deactivated. Please go to your personal"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: bws_functions.php:
|
276 |
-
msgid ""
|
277 |
-
"(your username is the email you specify when purchasing the product), where "
|
278 |
-
"you can make the necessary changes."
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
-
msgid ""
|
283 |
-
"Notice: Your PRO Trial license has expired. To continue using the plugin you "
|
284 |
-
"should buy a PRO license"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: bws_functions.php:
|
288 |
-
msgid ""
|
289 |
-
"Your license has expired. To continue getting top-priority support and "
|
290 |
-
"plugin updates you should extend it."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: bws_functions.php:
|
294 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
295 |
#, fuzzy
|
296 |
msgid "Learn more"
|
297 |
msgstr "Pročitaj više"
|
298 |
|
299 |
-
#: bws_functions.php:
|
300 |
#, php-format
|
301 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: bws_functions.php:
|
305 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: bws_functions.php:
|
309 |
msgid "The PRO Trial license will expire on"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: bws_functions.php:
|
313 |
msgid "You license for"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: bws_functions.php:
|
317 |
msgid "expires on"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: bws_functions.php:
|
321 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: bws_functions.php:
|
325 |
msgid "Close"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: bws_menu.php:
|
329 |
msgid "Not set"
|
330 |
msgstr "Nije podešeno"
|
331 |
|
332 |
-
#: bws_menu.php:
|
|
|
333 |
msgid "On"
|
334 |
msgstr "Uključeno"
|
335 |
|
336 |
-
#: bws_menu.php:
|
|
|
337 |
msgid "Off"
|
338 |
msgstr "Isključeno"
|
339 |
|
340 |
-
#: bws_menu.php:
|
341 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
342 |
msgid "N/A"
|
343 |
msgstr "N/A"
|
344 |
|
345 |
-
#: bws_menu.php:
|
346 |
msgid " Mb"
|
347 |
msgstr " Mb"
|
348 |
|
349 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
350 |
msgid "Yes"
|
351 |
msgstr "Da"
|
352 |
|
353 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
354 |
msgid "No"
|
355 |
msgstr "Ne"
|
356 |
|
357 |
-
#: bws_menu.php:
|
358 |
msgid "Operating System"
|
359 |
msgstr "Operativni Sistem"
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
msgid "Server"
|
363 |
msgstr "Server"
|
364 |
|
365 |
-
#: bws_menu.php:
|
366 |
msgid "Memory usage"
|
367 |
msgstr "Upotreba memorije"
|
368 |
|
369 |
-
#: bws_menu.php:
|
370 |
msgid "MYSQL Version"
|
371 |
msgstr "MYSQL Verzija"
|
372 |
|
373 |
-
#: bws_menu.php:
|
374 |
msgid "SQL Mode"
|
375 |
msgstr "SQL način"
|
376 |
|
377 |
-
#: bws_menu.php:
|
378 |
msgid "PHP Version"
|
379 |
msgstr "PHP Verzija"
|
380 |
|
381 |
-
#: bws_menu.php:
|
382 |
msgid "PHP Safe Mode"
|
383 |
msgstr "PHP Sigurni način"
|
384 |
|
385 |
-
#: bws_menu.php:
|
386 |
msgid "PHP Allow URL fopen"
|
387 |
msgstr "PHP Dozvoli URL fopen"
|
388 |
|
389 |
-
#: bws_menu.php:
|
390 |
msgid "PHP Memory Limit"
|
391 |
msgstr "PHP Ograničenje memorije"
|
392 |
|
393 |
-
#: bws_menu.php:
|
394 |
#, fuzzy
|
395 |
msgid "PHP Max Upload Size"
|
396 |
msgstr "Envoi de fichier"
|
397 |
|
398 |
-
#: bws_menu.php:
|
399 |
msgid "PHP Max Post Size"
|
400 |
msgstr "PHP Max veličina za učitavanje"
|
401 |
|
402 |
-
#: bws_menu.php:
|
403 |
msgid "PHP Max Script Execute Time"
|
404 |
msgstr "PHP Max veličina posta"
|
405 |
|
406 |
-
#: bws_menu.php:
|
407 |
msgid "PHP Exif support"
|
408 |
msgstr "PHP Exif podrška"
|
409 |
|
410 |
-
#: bws_menu.php:
|
411 |
msgid "PHP IPTC support"
|
412 |
msgstr "PHP IPTC podrška"
|
413 |
|
414 |
-
#: bws_menu.php:
|
415 |
msgid "PHP XML support"
|
416 |
msgstr "PHP XML podrška"
|
417 |
|
418 |
-
#: bws_menu.php:
|
419 |
#, fuzzy
|
420 |
msgid "Site URL"
|
421 |
msgstr "URL du lien"
|
422 |
|
423 |
-
#: bws_menu.php:
|
424 |
msgid "Home URL"
|
425 |
msgstr "URL naslovne"
|
426 |
|
427 |
-
#: bws_menu.php:
|
428 |
msgid "WordPress Version"
|
429 |
msgstr "WordPress Verzija"
|
430 |
|
431 |
-
#: bws_menu.php:
|
432 |
msgid "WordPress DB Version"
|
433 |
msgstr "WordPress DB Verzija"
|
434 |
|
435 |
-
#: bws_menu.php:
|
436 |
msgid "Multisite"
|
437 |
msgstr "Višenamenski sajt"
|
438 |
|
439 |
-
#: bws_menu.php:
|
440 |
msgid "Active Theme"
|
441 |
msgstr "Aktivna tema"
|
442 |
|
443 |
-
#: bws_menu.php:
|
444 |
msgid "Please enter a valid email address."
|
445 |
msgstr "Molimo unesite važeću mejl adresu"
|
446 |
|
447 |
-
#: bws_menu.php:
|
448 |
msgid "Email with system info is sent to "
|
449 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
450 |
|
451 |
-
#: bws_menu.php:
|
452 |
msgid "Thank you for contacting us."
|
453 |
msgstr "Hvala što ste nas kontaktirali"
|
454 |
|
455 |
-
#: bws_menu.php:
|
456 |
msgid "Sorry, email message could not be delivered."
|
457 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
458 |
|
459 |
-
#: bws_menu.php:
|
460 |
msgid "Need help?"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: bws_menu.php:
|
464 |
msgid "Client area"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: bws_menu.php:
|
|
|
468 |
msgid "System status"
|
469 |
msgstr "Sistemski status"
|
470 |
|
471 |
-
#: bws_menu.php:
|
472 |
#, fuzzy
|
473 |
msgid "Plugins"
|
474 |
msgstr "Pro moduli"
|
475 |
|
476 |
-
#: bws_menu.php:
|
477 |
msgid "Themes"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: bws_menu.php:
|
481 |
msgid "All"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: bws_menu.php:
|
485 |
#, fuzzy
|
486 |
msgid "Installed"
|
487 |
msgstr "Instalacija %s"
|
488 |
|
489 |
-
#: bws_menu.php:
|
490 |
#, fuzzy
|
491 |
msgid "Recommended"
|
492 |
msgstr "Preporučeni moduli"
|
493 |
|
494 |
-
#: bws_menu.php:
|
495 |
msgid "Installed plugins"
|
496 |
msgstr "Instalirani moduli"
|
497 |
|
498 |
-
#: bws_menu.php:
|
|
|
499 |
msgid "Settings"
|
500 |
msgstr "Podešavanja"
|
501 |
|
502 |
-
#: bws_menu.php:
|
|
|
503 |
#, fuzzy
|
504 |
msgid "Activate this plugin"
|
505 |
msgstr "Aktivirani moduli"
|
506 |
|
507 |
-
#: bws_menu.php:
|
|
|
|
|
508 |
msgid "Go"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: bws_menu.php:
|
|
|
|
|
512 |
msgid "DONATE"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: bws_menu.php:
|
516 |
msgid "Recommended plugins"
|
517 |
msgstr "Preporučeni moduli"
|
518 |
|
519 |
-
#: bws_menu.php:
|
520 |
#, fuzzy
|
521 |
msgid "Install now"
|
522 |
msgstr "Instalacija %s"
|
523 |
|
524 |
-
#: bws_menu.php:
|
525 |
msgid "Try again"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: bws_menu.php:
|
529 |
#, php-format
|
530 |
msgid "Preview “%s”"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: bws_menu.php:
|
534 |
#, php-format
|
535 |
msgid "Install %s"
|
536 |
msgstr "Instalacija %s"
|
537 |
|
538 |
-
#: bws_menu.php:
|
539 |
#, fuzzy
|
540 |
msgid "Install Now"
|
541 |
msgstr "Instalacija %s"
|
542 |
|
543 |
-
#: bws_menu.php:
|
544 |
#, php-format
|
545 |
msgid "Update to version %s"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: bws_menu.php:
|
549 |
#, fuzzy
|
550 |
msgid "Update"
|
551 |
msgstr "date"
|
552 |
|
553 |
-
#: bws_menu.php:
|
554 |
#, php-format
|
555 |
msgid "Preview %s"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "Preview"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: bws_menu.php:
|
|
|
563 |
#, php-format
|
564 |
msgid "By %s"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: bws_menu.php:
|
568 |
msgid "Details"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: bws_menu.php:
|
572 |
#, fuzzy
|
573 |
msgid "Already Installed"
|
574 |
msgstr "Instalacija %s"
|
575 |
|
576 |
-
#: bws_menu.php:
|
577 |
msgid "Environment"
|
578 |
msgstr "Okruženje"
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
#, fuzzy
|
582 |
msgid "Active Plugins"
|
583 |
msgstr "Extensions activées"
|
584 |
|
585 |
-
#: bws_menu.php:
|
586 |
#, fuzzy
|
587 |
msgid "Inactive Plugins"
|
588 |
msgstr "Extensions activées"
|
589 |
|
590 |
-
#: bws_menu.php:
|
591 |
#, fuzzy
|
592 |
msgid "Send to support"
|
593 |
msgstr "Soutien"
|
594 |
|
595 |
-
#: bws_menu.php:
|
596 |
msgid "Send to custom email »"
|
597 |
msgstr "Pošalji na korisnički mejl »"
|
598 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-11 14:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-11 14:14+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_functions.php:89
|
21 |
msgid "requires"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: bws_functions.php:91
|
25 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
|
|
|
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: bws_functions.php:92
|
29 |
msgid "Back to the WordPress"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: bws_functions.php:94
|
33 |
#, fuzzy
|
34 |
msgid "Plugins page"
|
35 |
msgstr "Pro moduli"
|
36 |
|
37 |
+
#: bws_functions.php:151
|
38 |
msgid "It’s time to upgrade your"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: bws_functions.php:151
|
42 |
#, fuzzy
|
43 |
msgid "to"
|
44 |
msgstr "vrh"
|
45 |
|
46 |
+
#: bws_functions.php:151
|
47 |
#, fuzzy
|
48 |
msgid "version!"
|
49 |
msgstr "PHP Verzija"
|
50 |
|
51 |
+
#: bws_functions.php:152
|
52 |
msgid "Extend standard plugin functionality with new great options."
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: bws_functions.php:155
|
56 |
+
#: bws_functions.php:542
|
57 |
#, fuzzy
|
58 |
msgid "Learn More"
|
59 |
msgstr "Pročitaj više"
|
60 |
|
61 |
+
#: bws_functions.php:172
|
62 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: bws_functions.php:173
|
66 |
#, fuzzy
|
67 |
msgid "Rate the plugin"
|
68 |
msgstr "Aktivirani moduli"
|
69 |
|
70 |
+
#: bws_functions.php:176
|
71 |
#, fuzzy
|
72 |
msgid "If there is something wrong about it, please contact us"
|
73 |
msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
74 |
|
75 |
+
#: bws_functions.php:193
|
76 |
+
#: bws_functions.php:229
|
77 |
msgid "Wrong license key"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: bws_functions.php:223
|
81 |
+
#: bws_functions.php:455
|
82 |
+
#: bws_functions.php:506
|
83 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: bws_functions.php:223
|
87 |
+
#: bws_functions.php:455
|
88 |
+
#: bws_functions.php:506
|
89 |
msgid "We are sorry for inconvenience."
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: bws_functions.php:231
|
93 |
msgid "This license key is bind to another site"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: bws_functions.php:233
|
97 |
+
#: bws_functions.php:365
|
98 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
|
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: bws_functions.php:235
|
102 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
|
|
|
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: bws_functions.php:237
|
106 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: bws_functions.php:248
|
110 |
+
#: bws_functions.php:270
|
111 |
+
#: bws_functions.php:292
|
112 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: bws_functions.php:260
|
116 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: bws_functions.php:266
|
120 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
|
|
|
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: bws_functions.php:273
|
124 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: bws_functions.php:296
|
128 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
|
|
|
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: bws_functions.php:321
|
132 |
msgid "Please, enter Your license key"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: bws_functions.php:338
|
136 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
|
|
|
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: bws_functions.php:340
|
140 |
+
#: bws_functions.php:422
|
141 |
msgid "Please, go to"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: bws_functions.php:340
|
145 |
+
#: bws_functions.php:422
|
146 |
#, fuzzy
|
147 |
msgid "the setting page"
|
148 |
msgstr "na stranici za podešavanje modula ("
|
149 |
|
150 |
+
#: bws_functions.php:341
|
151 |
+
#: bws_functions.php:423
|
152 |
msgid "You will be redirected automatically in 5 seconds."
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: bws_functions.php:346
|
156 |
msgid "You can download and activate"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: bws_functions.php:348
|
160 |
msgid "version of this plugin by entering Your license key."
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: bws_functions.php:350
|
164 |
+
#: bws_functions.php:391
|
165 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
|
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: bws_functions.php:352
|
169 |
+
#: bws_functions.php:393
|
170 |
msgid "(your username is the email you specify when purchasing the product)."
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: bws_functions.php:356
|
174 |
msgid "or"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: bws_functions.php:356
|
178 |
#, php-format
|
179 |
msgid "Start Your Free %s-Day Trial Now"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: bws_functions.php:362
|
183 |
+
#: bws_functions.php:371
|
184 |
+
#: bws_functions.php:401
|
185 |
+
#: bws_functions.php:409
|
186 |
+
#: bws_menu.php:643
|
187 |
+
#: bws_menu.php:700
|
188 |
#, fuzzy
|
189 |
msgid "Activate"
|
190 |
msgstr "Aktivirani moduli"
|
191 |
|
192 |
+
#: bws_functions.php:388
|
193 |
+
#: bws_functions.php:481
|
194 |
#, php-format
|
195 |
+
msgid "In order to continue using the plugin it is necessary to buy a %s license."
|
|
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: bws_functions.php:389
|
199 |
msgid "After that you can activate it by entering your license key."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: bws_functions.php:403
|
203 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: bws_functions.php:420
|
207 |
+
msgid "Congratulations! The PRO license of the plugin is successfully activated."
|
|
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: bws_functions.php:461
|
211 |
msgid "Wrong license key."
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: bws_functions.php:463
|
215 |
msgid "This license key is bind to another site."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: bws_functions.php:465
|
219 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
|
|
|
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: bws_functions.php:467
|
223 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: bws_functions.php:469
|
227 |
+
msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: bws_functions.php:473
|
231 |
msgid "The PRO Trial license key is valid."
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: bws_functions.php:475
|
235 |
msgid "The license key is valid."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: bws_functions.php:478
|
239 |
msgid "Your license will expire on"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: bws_functions.php:511
|
243 |
msgid "Please, enter your license key"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: bws_functions.php:524
|
247 |
+
msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
|
|
|
|
|
|
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: bws_functions.php:524
|
251 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
|
|
|
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: bws_functions.php:528
|
255 |
msgid "Check license key"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: bws_functions.php:542
|
259 |
+
msgid "WARNING: Illegal use notification"
|
|
|
|
|
|
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: bws_functions.php:542
|
263 |
+
msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
|
|
|
|
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: bws_functions.php:550
|
267 |
+
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
|
|
|
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: bws_functions.php:552
|
271 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
|
|
|
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: bws_functions.php:552
|
275 |
+
#: bws_functions.php:605
|
276 |
+
#: bws_menu.php:619
|
277 |
+
#: bws_menu.php:641
|
278 |
+
#: bws_menu.php:668
|
279 |
+
#: bws_menu.php:698
|
280 |
+
#: bws_menu.php:744
|
281 |
#, fuzzy
|
282 |
msgid "Learn more"
|
283 |
msgstr "Pročitaj više"
|
284 |
|
285 |
+
#: bws_functions.php:562
|
286 |
#, php-format
|
287 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: bws_functions.php:564
|
291 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: bws_functions.php:567
|
295 |
msgid "The PRO Trial license will expire on"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: bws_functions.php:605
|
299 |
msgid "You license for"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: bws_functions.php:605
|
303 |
msgid "expires on"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: bws_functions.php:605
|
307 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: bws_functions.php:680
|
311 |
msgid "Close"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: bws_menu.php:456
|
315 |
msgid "Not set"
|
316 |
msgstr "Nije podešeno"
|
317 |
|
318 |
+
#: bws_menu.php:458
|
319 |
+
#: bws_menu.php:459
|
320 |
msgid "On"
|
321 |
msgstr "Uključeno"
|
322 |
|
323 |
+
#: bws_menu.php:458
|
324 |
+
#: bws_menu.php:459
|
325 |
msgid "Off"
|
326 |
msgstr "Isključeno"
|
327 |
|
328 |
+
#: bws_menu.php:460
|
329 |
+
#: bws_menu.php:461
|
330 |
+
#: bws_menu.php:462
|
331 |
+
#: bws_menu.php:463
|
332 |
+
#: bws_menu.php:464
|
333 |
+
#: bws_menu.php:476
|
334 |
msgid "N/A"
|
335 |
msgstr "N/A"
|
336 |
|
337 |
+
#: bws_menu.php:464
|
338 |
msgid " Mb"
|
339 |
msgstr " Mb"
|
340 |
|
341 |
+
#: bws_menu.php:465
|
342 |
+
#: bws_menu.php:466
|
343 |
+
#: bws_menu.php:467
|
344 |
+
#: bws_menu.php:472
|
345 |
msgid "Yes"
|
346 |
msgstr "Da"
|
347 |
|
348 |
+
#: bws_menu.php:465
|
349 |
+
#: bws_menu.php:466
|
350 |
+
#: bws_menu.php:467
|
351 |
+
#: bws_menu.php:474
|
352 |
msgid "No"
|
353 |
msgstr "Ne"
|
354 |
|
355 |
+
#: bws_menu.php:484
|
356 |
msgid "Operating System"
|
357 |
msgstr "Operativni Sistem"
|
358 |
|
359 |
+
#: bws_menu.php:485
|
360 |
msgid "Server"
|
361 |
msgstr "Server"
|
362 |
|
363 |
+
#: bws_menu.php:486
|
364 |
msgid "Memory usage"
|
365 |
msgstr "Upotreba memorije"
|
366 |
|
367 |
+
#: bws_menu.php:487
|
368 |
msgid "MYSQL Version"
|
369 |
msgstr "MYSQL Verzija"
|
370 |
|
371 |
+
#: bws_menu.php:488
|
372 |
msgid "SQL Mode"
|
373 |
msgstr "SQL način"
|
374 |
|
375 |
+
#: bws_menu.php:489
|
376 |
msgid "PHP Version"
|
377 |
msgstr "PHP Verzija"
|
378 |
|
379 |
+
#: bws_menu.php:490
|
380 |
msgid "PHP Safe Mode"
|
381 |
msgstr "PHP Sigurni način"
|
382 |
|
383 |
+
#: bws_menu.php:491
|
384 |
msgid "PHP Allow URL fopen"
|
385 |
msgstr "PHP Dozvoli URL fopen"
|
386 |
|
387 |
+
#: bws_menu.php:492
|
388 |
msgid "PHP Memory Limit"
|
389 |
msgstr "PHP Ograničenje memorije"
|
390 |
|
391 |
+
#: bws_menu.php:493
|
392 |
#, fuzzy
|
393 |
msgid "PHP Max Upload Size"
|
394 |
msgstr "Envoi de fichier"
|
395 |
|
396 |
+
#: bws_menu.php:494
|
397 |
msgid "PHP Max Post Size"
|
398 |
msgstr "PHP Max veličina za učitavanje"
|
399 |
|
400 |
+
#: bws_menu.php:495
|
401 |
msgid "PHP Max Script Execute Time"
|
402 |
msgstr "PHP Max veličina posta"
|
403 |
|
404 |
+
#: bws_menu.php:496
|
405 |
msgid "PHP Exif support"
|
406 |
msgstr "PHP Exif podrška"
|
407 |
|
408 |
+
#: bws_menu.php:497
|
409 |
msgid "PHP IPTC support"
|
410 |
msgstr "PHP IPTC podrška"
|
411 |
|
412 |
+
#: bws_menu.php:498
|
413 |
msgid "PHP XML support"
|
414 |
msgstr "PHP XML podrška"
|
415 |
|
416 |
+
#: bws_menu.php:499
|
417 |
#, fuzzy
|
418 |
msgid "Site URL"
|
419 |
msgstr "URL du lien"
|
420 |
|
421 |
+
#: bws_menu.php:500
|
422 |
msgid "Home URL"
|
423 |
msgstr "URL naslovne"
|
424 |
|
425 |
+
#: bws_menu.php:503
|
426 |
msgid "WordPress Version"
|
427 |
msgstr "WordPress Verzija"
|
428 |
|
429 |
+
#: bws_menu.php:504
|
430 |
msgid "WordPress DB Version"
|
431 |
msgstr "WordPress DB Verzija"
|
432 |
|
433 |
+
#: bws_menu.php:505
|
434 |
msgid "Multisite"
|
435 |
msgstr "Višenamenski sajt"
|
436 |
|
437 |
+
#: bws_menu.php:506
|
438 |
msgid "Active Theme"
|
439 |
msgstr "Aktivna tema"
|
440 |
|
441 |
+
#: bws_menu.php:521
|
442 |
msgid "Please enter a valid email address."
|
443 |
msgstr "Molimo unesite važeću mejl adresu"
|
444 |
|
445 |
+
#: bws_menu.php:525
|
446 |
msgid "Email with system info is sent to "
|
447 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
448 |
|
449 |
+
#: bws_menu.php:529
|
450 |
msgid "Thank you for contacting us."
|
451 |
msgstr "Hvala što ste nas kontaktirali"
|
452 |
|
453 |
+
#: bws_menu.php:562
|
454 |
msgid "Sorry, email message could not be delivered."
|
455 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
456 |
|
457 |
+
#: bws_menu.php:570
|
458 |
msgid "Need help?"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: bws_menu.php:571
|
462 |
msgid "Client area"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: bws_menu.php:572
|
466 |
+
#: bws_menu.php:883
|
467 |
msgid "System status"
|
468 |
msgstr "Sistemski status"
|
469 |
|
470 |
+
#: bws_menu.php:577
|
471 |
#, fuzzy
|
472 |
msgid "Plugins"
|
473 |
msgstr "Pro moduli"
|
474 |
|
475 |
+
#: bws_menu.php:579
|
476 |
msgid "Themes"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: bws_menu.php:584
|
480 |
msgid "All"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: bws_menu.php:585
|
484 |
#, fuzzy
|
485 |
msgid "Installed"
|
486 |
msgstr "Instalacija %s"
|
487 |
|
488 |
+
#: bws_menu.php:586
|
489 |
#, fuzzy
|
490 |
msgid "Recommended"
|
491 |
msgstr "Preporučeni moduli"
|
492 |
|
493 |
+
#: bws_menu.php:590
|
494 |
msgid "Installed plugins"
|
495 |
msgstr "Instalirani moduli"
|
496 |
|
497 |
+
#: bws_menu.php:622
|
498 |
+
#: bws_menu.php:671
|
499 |
msgid "Settings"
|
500 |
msgstr "Podešavanja"
|
501 |
|
502 |
+
#: bws_menu.php:643
|
503 |
+
#: bws_menu.php:700
|
504 |
#, fuzzy
|
505 |
msgid "Activate this plugin"
|
506 |
msgstr "Aktivirani moduli"
|
507 |
|
508 |
+
#: bws_menu.php:658
|
509 |
+
#: bws_menu.php:688
|
510 |
+
#: bws_menu.php:734
|
511 |
msgid "Go"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: bws_menu.php:662
|
515 |
+
#: bws_menu.php:692
|
516 |
+
#: bws_menu.php:738
|
517 |
msgid "DONATE"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: bws_menu.php:708
|
521 |
msgid "Recommended plugins"
|
522 |
msgstr "Preporučeni moduli"
|
523 |
|
524 |
+
#: bws_menu.php:746
|
525 |
#, fuzzy
|
526 |
msgid "Install now"
|
527 |
msgstr "Instalacija %s"
|
528 |
|
529 |
+
#: bws_menu.php:767
|
530 |
msgid "Try again"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: bws_menu.php:785
|
534 |
#, php-format
|
535 |
msgid "Preview “%s”"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: bws_menu.php:816
|
539 |
#, php-format
|
540 |
msgid "Install %s"
|
541 |
msgstr "Instalacija %s"
|
542 |
|
543 |
+
#: bws_menu.php:816
|
544 |
#, fuzzy
|
545 |
msgid "Install Now"
|
546 |
msgstr "Instalacija %s"
|
547 |
|
548 |
+
#: bws_menu.php:819
|
549 |
#, php-format
|
550 |
msgid "Update to version %s"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: bws_menu.php:819
|
554 |
#, fuzzy
|
555 |
msgid "Update"
|
556 |
msgstr "date"
|
557 |
|
558 |
+
#: bws_menu.php:826
|
559 |
#, php-format
|
560 |
msgid "Preview %s"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: bws_menu.php:826
|
564 |
msgid "Preview"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: bws_menu.php:832
|
568 |
+
#: bws_menu.php:864
|
569 |
#, php-format
|
570 |
msgid "By %s"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: bws_menu.php:838
|
574 |
msgid "Details"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: bws_menu.php:870
|
578 |
#, fuzzy
|
579 |
msgid "Already Installed"
|
580 |
msgstr "Instalacija %s"
|
581 |
|
582 |
+
#: bws_menu.php:886
|
583 |
msgid "Environment"
|
584 |
msgstr "Okruženje"
|
585 |
|
586 |
+
#: bws_menu.php:897
|
587 |
#, fuzzy
|
588 |
msgid "Active Plugins"
|
589 |
msgstr "Extensions activées"
|
590 |
|
591 |
+
#: bws_menu.php:910
|
592 |
#, fuzzy
|
593 |
msgid "Inactive Plugins"
|
594 |
msgstr "Extensions activées"
|
595 |
|
596 |
+
#: bws_menu.php:926
|
597 |
#, fuzzy
|
598 |
msgid "Send to support"
|
599 |
msgstr "Soutien"
|
600 |
|
601 |
+
#: bws_menu.php:933
|
602 |
msgid "Send to custom email »"
|
603 |
msgstr "Pošalji na korisnički mejl »"
|
604 |
|
bws_menu/languages/bestwebsoft-sv_SE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-sv_SE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
9 |
"Language: sv_SE\n"
|
@@ -16,575 +16,581 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_functions.php:
|
20 |
msgid "requires"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: bws_functions.php:
|
24 |
-
msgid ""
|
25 |
-
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
26 |
-
"try again."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: bws_functions.php:
|
30 |
msgid "Back to the WordPress"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: bws_functions.php:
|
34 |
#, fuzzy
|
35 |
msgid "Plugins page"
|
36 |
msgstr "Betaltillägg"
|
37 |
|
38 |
-
#: bws_functions.php:
|
39 |
msgid "It’s time to upgrade your"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: bws_functions.php:
|
43 |
#, fuzzy
|
44 |
msgid "to"
|
45 |
msgstr "två"
|
46 |
|
47 |
-
#: bws_functions.php:
|
48 |
#, fuzzy
|
49 |
msgid "version!"
|
50 |
msgstr "PHP-version"
|
51 |
|
52 |
-
#: bws_functions.php:
|
53 |
msgid "Extend standard plugin functionality with new great options."
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: bws_functions.php:
|
|
|
57 |
#, fuzzy
|
58 |
msgid "Learn More"
|
59 |
msgstr "Läs mer"
|
60 |
|
61 |
-
#: bws_functions.php:
|
62 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: bws_functions.php:
|
66 |
#, fuzzy
|
67 |
msgid "Rate the plugin"
|
68 |
msgstr "Aktiverade tillägg"
|
69 |
|
70 |
-
#: bws_functions.php:
|
71 |
#, fuzzy
|
72 |
msgid "If there is something wrong about it, please contact us"
|
73 |
msgstr "Om du har några frågor, kontakta oss via"
|
74 |
|
75 |
-
#: bws_functions.php:
|
|
|
76 |
msgid "Wrong license key"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: bws_functions.php:
|
80 |
-
|
81 |
-
|
82 |
-
"please contact us"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: bws_functions.php:
|
|
|
|
|
86 |
msgid "We are sorry for inconvenience."
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: bws_functions.php:
|
90 |
msgid "This license key is bind to another site"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: bws_functions.php:
|
94 |
-
|
95 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
96 |
-
"Please, upload the plugin manually."
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: bws_functions.php:
|
100 |
-
msgid ""
|
101 |
-
"Unfortunately, Your license has expired. To continue getting top-priority "
|
102 |
-
"support and plugin updates you should extend it in your"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: bws_functions.php:
|
106 |
-
msgid ""
|
107 |
-
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
108 |
-
"Trial license can be installed only once."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: bws_functions.php:
|
|
|
|
|
112 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: bws_functions.php:
|
116 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: bws_functions.php:
|
120 |
-
msgid ""
|
121 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
122 |
-
"plugin manually"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: bws_functions.php:
|
126 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: bws_functions.php:
|
130 |
-
msgid ""
|
131 |
-
"Something went wrong. Try again later or upload the plugin manually. We are "
|
132 |
-
"sorry for inconvenience."
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: bws_functions.php:
|
136 |
msgid "Please, enter Your license key"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: bws_functions.php:
|
140 |
-
msgid ""
|
141 |
-
"Congratulations! The PRO version of the plugin is successfully download and "
|
142 |
-
"activated."
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: bws_functions.php:
|
|
|
146 |
msgid "Please, go to"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: bws_functions.php:
|
|
|
150 |
msgid "the setting page"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: bws_functions.php:
|
|
|
154 |
msgid "You will be redirected automatically in 5 seconds."
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: bws_functions.php:
|
158 |
msgid "You can download and activate"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: bws_functions.php:
|
162 |
msgid "version of this plugin by entering Your license key."
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: bws_functions.php:
|
166 |
-
|
167 |
-
"You can find your license key on your personal page Client area, by clicking "
|
168 |
-
"on the link"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: bws_functions.php:
|
|
|
172 |
msgid "(your username is the email you specify when purchasing the product)."
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: bws_functions.php:
|
176 |
#, fuzzy
|
177 |
msgid "or"
|
178 |
msgstr "fyra"
|
179 |
|
180 |
-
#: bws_functions.php:
|
181 |
#, php-format
|
182 |
msgid "Start Your Free %s-Day Trial Now"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: bws_functions.php:
|
186 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
187 |
#, fuzzy
|
188 |
msgid "Activate"
|
189 |
msgstr "Aktiverade tillägg"
|
190 |
|
191 |
-
#: bws_functions.php:
|
|
|
192 |
#, php-format
|
193 |
-
msgid ""
|
194 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: bws_functions.php:
|
198 |
msgid "After that you can activate it by entering your license key."
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: bws_functions.php:
|
202 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: bws_functions.php:
|
206 |
-
msgid ""
|
207 |
-
"Congratulations! The PRO license of the plugin is successfully activated."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: bws_functions.php:
|
211 |
msgid "Wrong license key."
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: bws_functions.php:
|
215 |
msgid "This license key is bind to another site."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: bws_functions.php:
|
219 |
-
msgid ""
|
220 |
-
"This license key is valid, but Your license has expired. If you want to "
|
221 |
-
"update our plugin in future, you should extend the license."
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: bws_functions.php:
|
225 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: bws_functions.php:
|
229 |
-
msgid ""
|
230 |
-
"Unfortunately, the PRO Trial licence was already installed to this domain. "
|
231 |
-
"The PRO Trial license can be installed only once."
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: bws_functions.php:
|
235 |
msgid "The PRO Trial license key is valid."
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: bws_functions.php:
|
239 |
msgid "The license key is valid."
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: bws_functions.php:
|
243 |
msgid "Your license will expire on"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: bws_functions.php:
|
247 |
msgid "Please, enter your license key"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: bws_functions.php:
|
251 |
-
msgid ""
|
252 |
-
"If needed you can check if the license key is correct or reenter it in the "
|
253 |
-
"field below. You can find your license key on your personal page - Client "
|
254 |
-
"area - on our website"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: bws_functions.php:
|
258 |
-
msgid ""
|
259 |
-
"(your username is the email you specify when purchasing the product). If "
|
260 |
-
"necessary, please submit \"Lost your password?\" request."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: bws_functions.php:
|
264 |
msgid "Check license key"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: bws_functions.php:
|
268 |
-
msgid ""
|
269 |
-
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
270 |
-
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
271 |
-
"will be deactivated. Please go to your personal"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: bws_functions.php:
|
275 |
-
msgid ""
|
276 |
-
"(your username is the email you specify when purchasing the product), where "
|
277 |
-
"you can make the necessary changes."
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: bws_functions.php:
|
281 |
-
msgid ""
|
282 |
-
"Notice: Your PRO Trial license has expired. To continue using the plugin you "
|
283 |
-
"should buy a PRO license"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: bws_functions.php:
|
287 |
-
msgid ""
|
288 |
-
"Your license has expired. To continue getting top-priority support and "
|
289 |
-
"plugin updates you should extend it."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: bws_functions.php:
|
293 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
294 |
#, fuzzy
|
295 |
msgid "Learn more"
|
296 |
msgstr "Läs mer"
|
297 |
|
298 |
-
#: bws_functions.php:
|
299 |
#, php-format
|
300 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: bws_functions.php:
|
304 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: bws_functions.php:
|
308 |
msgid "The PRO Trial license will expire on"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: bws_functions.php:
|
312 |
msgid "You license for"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: bws_functions.php:
|
316 |
msgid "expires on"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: bws_functions.php:
|
320 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: bws_functions.php:
|
324 |
msgid "Close"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: bws_menu.php:
|
328 |
msgid "Not set"
|
329 |
msgstr "Inte angiven"
|
330 |
|
331 |
-
#: bws_menu.php:
|
|
|
332 |
msgid "On"
|
333 |
msgstr "På"
|
334 |
|
335 |
-
#: bws_menu.php:
|
|
|
336 |
msgid "Off"
|
337 |
msgstr "Av"
|
338 |
|
339 |
-
#: bws_menu.php:
|
340 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
341 |
msgid "N/A"
|
342 |
msgstr "Finns ej"
|
343 |
|
344 |
-
#: bws_menu.php:
|
345 |
msgid " Mb"
|
346 |
msgstr " Mb"
|
347 |
|
348 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
349 |
msgid "Yes"
|
350 |
msgstr "Ja"
|
351 |
|
352 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
353 |
msgid "No"
|
354 |
msgstr "Nej"
|
355 |
|
356 |
-
#: bws_menu.php:
|
357 |
msgid "Operating System"
|
358 |
msgstr "Operativsystem"
|
359 |
|
360 |
-
#: bws_menu.php:
|
361 |
msgid "Server"
|
362 |
msgstr "Server"
|
363 |
|
364 |
-
#: bws_menu.php:
|
365 |
msgid "Memory usage"
|
366 |
msgstr "Minnesanvändning"
|
367 |
|
368 |
-
#: bws_menu.php:
|
369 |
msgid "MYSQL Version"
|
370 |
msgstr "MySQL-version"
|
371 |
|
372 |
-
#: bws_menu.php:
|
373 |
msgid "SQL Mode"
|
374 |
msgstr "SQL-läge"
|
375 |
|
376 |
-
#: bws_menu.php:
|
377 |
msgid "PHP Version"
|
378 |
msgstr "PHP-version"
|
379 |
|
380 |
-
#: bws_menu.php:
|
381 |
msgid "PHP Safe Mode"
|
382 |
msgstr "PHP säkert läge"
|
383 |
|
384 |
-
#: bws_menu.php:
|
385 |
msgid "PHP Allow URL fopen"
|
386 |
msgstr "PHP tillåt URL fopen"
|
387 |
|
388 |
-
#: bws_menu.php:
|
389 |
msgid "PHP Memory Limit"
|
390 |
msgstr "PHP Minnesgräns"
|
391 |
|
392 |
-
#: bws_menu.php:
|
393 |
msgid "PHP Max Upload Size"
|
394 |
msgstr "PHP Max uppladdningstorlek"
|
395 |
|
396 |
-
#: bws_menu.php:
|
397 |
msgid "PHP Max Post Size"
|
398 |
msgstr "PHP Max poststorlek"
|
399 |
|
400 |
-
#: bws_menu.php:
|
401 |
msgid "PHP Max Script Execute Time"
|
402 |
msgstr "PHP Max skriptexekverinstid"
|
403 |
|
404 |
-
#: bws_menu.php:
|
405 |
msgid "PHP Exif support"
|
406 |
msgstr "PHP Exifstöd"
|
407 |
|
408 |
-
#: bws_menu.php:
|
409 |
msgid "PHP IPTC support"
|
410 |
msgstr "PHP ITPC-stöd"
|
411 |
|
412 |
-
#: bws_menu.php:
|
413 |
msgid "PHP XML support"
|
414 |
msgstr "PHP XML-stöd"
|
415 |
|
416 |
-
#: bws_menu.php:
|
417 |
msgid "Site URL"
|
418 |
msgstr "SajtURL"
|
419 |
|
420 |
-
#: bws_menu.php:
|
421 |
msgid "Home URL"
|
422 |
msgstr "HemURL"
|
423 |
|
424 |
-
#: bws_menu.php:
|
425 |
msgid "WordPress Version"
|
426 |
msgstr "WordPress-version"
|
427 |
|
428 |
-
#: bws_menu.php:
|
429 |
msgid "WordPress DB Version"
|
430 |
msgstr "WordPress-DB-version"
|
431 |
|
432 |
-
#: bws_menu.php:
|
433 |
msgid "Multisite"
|
434 |
msgstr "Multisajt"
|
435 |
|
436 |
-
#: bws_menu.php:
|
437 |
msgid "Active Theme"
|
438 |
msgstr "Aktivt tema"
|
439 |
|
440 |
-
#: bws_menu.php:
|
441 |
msgid "Please enter a valid email address."
|
442 |
msgstr "Var god ange en giltig epost-adress."
|
443 |
|
444 |
-
#: bws_menu.php:
|
445 |
msgid "Email with system info is sent to "
|
446 |
msgstr "Epost med systeminfo är skickat till"
|
447 |
|
448 |
-
#: bws_menu.php:
|
449 |
msgid "Thank you for contacting us."
|
450 |
msgstr "Tack för att du kontaktade oss."
|
451 |
|
452 |
-
#: bws_menu.php:
|
453 |
msgid "Sorry, email message could not be delivered."
|
454 |
msgstr "Ledsen, eposten kunde inte levereras."
|
455 |
|
456 |
-
#: bws_menu.php:
|
457 |
msgid "Need help?"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: bws_menu.php:
|
461 |
msgid "Client area"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: bws_menu.php:
|
|
|
465 |
msgid "System status"
|
466 |
msgstr "Systemstatus"
|
467 |
|
468 |
-
#: bws_menu.php:
|
469 |
#, fuzzy
|
470 |
msgid "Plugins"
|
471 |
msgstr "Betaltillägg"
|
472 |
|
473 |
-
#: bws_menu.php:
|
474 |
msgid "Themes"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: bws_menu.php:
|
478 |
msgid "All"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: bws_menu.php:
|
482 |
#, fuzzy
|
483 |
msgid "Installed"
|
484 |
msgstr "Installera %s"
|
485 |
|
486 |
-
#: bws_menu.php:
|
487 |
#, fuzzy
|
488 |
msgid "Recommended"
|
489 |
msgstr "Rekommenderade tillägg"
|
490 |
|
491 |
-
#: bws_menu.php:
|
492 |
msgid "Installed plugins"
|
493 |
msgstr "Installerade tillägg"
|
494 |
|
495 |
-
#: bws_menu.php:
|
|
|
496 |
msgid "Settings"
|
497 |
msgstr "Inställningar"
|
498 |
|
499 |
-
#: bws_menu.php:
|
|
|
500 |
#, fuzzy
|
501 |
msgid "Activate this plugin"
|
502 |
msgstr "Aktiverade tillägg"
|
503 |
|
504 |
-
#: bws_menu.php:
|
|
|
|
|
505 |
msgid "Go"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: bws_menu.php:
|
|
|
|
|
509 |
msgid "DONATE"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: bws_menu.php:
|
513 |
msgid "Recommended plugins"
|
514 |
msgstr "Rekommenderade tillägg"
|
515 |
|
516 |
-
#: bws_menu.php:
|
517 |
#, fuzzy
|
518 |
msgid "Install now"
|
519 |
msgstr "Установить сейчас"
|
520 |
|
521 |
-
#: bws_menu.php:
|
522 |
msgid "Try again"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: bws_menu.php:
|
526 |
#, php-format
|
527 |
msgid "Preview “%s”"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: bws_menu.php:
|
531 |
#, php-format
|
532 |
msgid "Install %s"
|
533 |
msgstr "Installera %s"
|
534 |
|
535 |
-
#: bws_menu.php:
|
536 |
msgid "Install Now"
|
537 |
msgstr "Установить сейчас"
|
538 |
|
539 |
-
#: bws_menu.php:
|
540 |
#, php-format
|
541 |
msgid "Update to version %s"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: bws_menu.php:
|
545 |
msgid "Update"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: bws_menu.php:
|
549 |
#, php-format
|
550 |
msgid "Preview %s"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: bws_menu.php:
|
554 |
msgid "Preview"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: bws_menu.php:
|
|
|
558 |
#, php-format
|
559 |
msgid "By %s"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: bws_menu.php:
|
563 |
msgid "Details"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: bws_menu.php:
|
567 |
#, fuzzy
|
568 |
msgid "Already Installed"
|
569 |
msgstr "Installera %s"
|
570 |
|
571 |
-
#: bws_menu.php:
|
572 |
msgid "Environment"
|
573 |
msgstr "Miljövariabler"
|
574 |
|
575 |
-
#: bws_menu.php:
|
576 |
msgid "Active Plugins"
|
577 |
msgstr "Aktiverade tillägg"
|
578 |
|
579 |
-
#: bws_menu.php:
|
580 |
msgid "Inactive Plugins"
|
581 |
msgstr "Inaktiverade tillägg"
|
582 |
|
583 |
-
#: bws_menu.php:
|
584 |
msgid "Send to support"
|
585 |
msgstr "Skicka till support"
|
586 |
|
587 |
-
#: bws_menu.php:
|
588 |
msgid "Send to custom email »"
|
589 |
msgstr "Skicka till anpassad epost »"
|
590 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-11 14:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-11 14:14+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
9 |
"Language: sv_SE\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:89
|
20 |
msgid "requires"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: bws_functions.php:91
|
24 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
|
|
|
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: bws_functions.php:92
|
28 |
msgid "Back to the WordPress"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: bws_functions.php:94
|
32 |
#, fuzzy
|
33 |
msgid "Plugins page"
|
34 |
msgstr "Betaltillägg"
|
35 |
|
36 |
+
#: bws_functions.php:151
|
37 |
msgid "It’s time to upgrade your"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: bws_functions.php:151
|
41 |
#, fuzzy
|
42 |
msgid "to"
|
43 |
msgstr "två"
|
44 |
|
45 |
+
#: bws_functions.php:151
|
46 |
#, fuzzy
|
47 |
msgid "version!"
|
48 |
msgstr "PHP-version"
|
49 |
|
50 |
+
#: bws_functions.php:152
|
51 |
msgid "Extend standard plugin functionality with new great options."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: bws_functions.php:155
|
55 |
+
#: bws_functions.php:542
|
56 |
#, fuzzy
|
57 |
msgid "Learn More"
|
58 |
msgstr "Läs mer"
|
59 |
|
60 |
+
#: bws_functions.php:172
|
61 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: bws_functions.php:173
|
65 |
#, fuzzy
|
66 |
msgid "Rate the plugin"
|
67 |
msgstr "Aktiverade tillägg"
|
68 |
|
69 |
+
#: bws_functions.php:176
|
70 |
#, fuzzy
|
71 |
msgid "If there is something wrong about it, please contact us"
|
72 |
msgstr "Om du har några frågor, kontakta oss via"
|
73 |
|
74 |
+
#: bws_functions.php:193
|
75 |
+
#: bws_functions.php:229
|
76 |
msgid "Wrong license key"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: bws_functions.php:223
|
80 |
+
#: bws_functions.php:455
|
81 |
+
#: bws_functions.php:506
|
82 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: bws_functions.php:223
|
86 |
+
#: bws_functions.php:455
|
87 |
+
#: bws_functions.php:506
|
88 |
msgid "We are sorry for inconvenience."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: bws_functions.php:231
|
92 |
msgid "This license key is bind to another site"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: bws_functions.php:233
|
96 |
+
#: bws_functions.php:365
|
97 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
|
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: bws_functions.php:235
|
101 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
|
|
|
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: bws_functions.php:237
|
105 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: bws_functions.php:248
|
109 |
+
#: bws_functions.php:270
|
110 |
+
#: bws_functions.php:292
|
111 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: bws_functions.php:260
|
115 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: bws_functions.php:266
|
119 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
|
|
|
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: bws_functions.php:273
|
123 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: bws_functions.php:296
|
127 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
|
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: bws_functions.php:321
|
131 |
msgid "Please, enter Your license key"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: bws_functions.php:338
|
135 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
|
|
|
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: bws_functions.php:340
|
139 |
+
#: bws_functions.php:422
|
140 |
msgid "Please, go to"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: bws_functions.php:340
|
144 |
+
#: bws_functions.php:422
|
145 |
msgid "the setting page"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: bws_functions.php:341
|
149 |
+
#: bws_functions.php:423
|
150 |
msgid "You will be redirected automatically in 5 seconds."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: bws_functions.php:346
|
154 |
msgid "You can download and activate"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: bws_functions.php:348
|
158 |
msgid "version of this plugin by entering Your license key."
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: bws_functions.php:350
|
162 |
+
#: bws_functions.php:391
|
163 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
|
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: bws_functions.php:352
|
167 |
+
#: bws_functions.php:393
|
168 |
msgid "(your username is the email you specify when purchasing the product)."
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: bws_functions.php:356
|
172 |
#, fuzzy
|
173 |
msgid "or"
|
174 |
msgstr "fyra"
|
175 |
|
176 |
+
#: bws_functions.php:356
|
177 |
#, php-format
|
178 |
msgid "Start Your Free %s-Day Trial Now"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: bws_functions.php:362
|
182 |
+
#: bws_functions.php:371
|
183 |
+
#: bws_functions.php:401
|
184 |
+
#: bws_functions.php:409
|
185 |
+
#: bws_menu.php:643
|
186 |
+
#: bws_menu.php:700
|
187 |
#, fuzzy
|
188 |
msgid "Activate"
|
189 |
msgstr "Aktiverade tillägg"
|
190 |
|
191 |
+
#: bws_functions.php:388
|
192 |
+
#: bws_functions.php:481
|
193 |
#, php-format
|
194 |
+
msgid "In order to continue using the plugin it is necessary to buy a %s license."
|
|
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: bws_functions.php:389
|
198 |
msgid "After that you can activate it by entering your license key."
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: bws_functions.php:403
|
202 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: bws_functions.php:420
|
206 |
+
msgid "Congratulations! The PRO license of the plugin is successfully activated."
|
|
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: bws_functions.php:461
|
210 |
msgid "Wrong license key."
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: bws_functions.php:463
|
214 |
msgid "This license key is bind to another site."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: bws_functions.php:465
|
218 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
|
|
|
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: bws_functions.php:467
|
222 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: bws_functions.php:469
|
226 |
+
msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
|
|
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: bws_functions.php:473
|
230 |
msgid "The PRO Trial license key is valid."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: bws_functions.php:475
|
234 |
msgid "The license key is valid."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: bws_functions.php:478
|
238 |
msgid "Your license will expire on"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: bws_functions.php:511
|
242 |
msgid "Please, enter your license key"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: bws_functions.php:524
|
246 |
+
msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
|
|
|
|
|
|
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: bws_functions.php:524
|
250 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
|
|
|
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: bws_functions.php:528
|
254 |
msgid "Check license key"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: bws_functions.php:542
|
258 |
+
msgid "WARNING: Illegal use notification"
|
|
|
|
|
|
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: bws_functions.php:542
|
262 |
+
msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
|
|
|
|
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: bws_functions.php:550
|
266 |
+
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
|
|
|
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: bws_functions.php:552
|
270 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
|
|
|
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: bws_functions.php:552
|
274 |
+
#: bws_functions.php:605
|
275 |
+
#: bws_menu.php:619
|
276 |
+
#: bws_menu.php:641
|
277 |
+
#: bws_menu.php:668
|
278 |
+
#: bws_menu.php:698
|
279 |
+
#: bws_menu.php:744
|
280 |
#, fuzzy
|
281 |
msgid "Learn more"
|
282 |
msgstr "Läs mer"
|
283 |
|
284 |
+
#: bws_functions.php:562
|
285 |
#, php-format
|
286 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: bws_functions.php:564
|
290 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: bws_functions.php:567
|
294 |
msgid "The PRO Trial license will expire on"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: bws_functions.php:605
|
298 |
msgid "You license for"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: bws_functions.php:605
|
302 |
msgid "expires on"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: bws_functions.php:605
|
306 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: bws_functions.php:680
|
310 |
msgid "Close"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: bws_menu.php:456
|
314 |
msgid "Not set"
|
315 |
msgstr "Inte angiven"
|
316 |
|
317 |
+
#: bws_menu.php:458
|
318 |
+
#: bws_menu.php:459
|
319 |
msgid "On"
|
320 |
msgstr "På"
|
321 |
|
322 |
+
#: bws_menu.php:458
|
323 |
+
#: bws_menu.php:459
|
324 |
msgid "Off"
|
325 |
msgstr "Av"
|
326 |
|
327 |
+
#: bws_menu.php:460
|
328 |
+
#: bws_menu.php:461
|
329 |
+
#: bws_menu.php:462
|
330 |
+
#: bws_menu.php:463
|
331 |
+
#: bws_menu.php:464
|
332 |
+
#: bws_menu.php:476
|
333 |
msgid "N/A"
|
334 |
msgstr "Finns ej"
|
335 |
|
336 |
+
#: bws_menu.php:464
|
337 |
msgid " Mb"
|
338 |
msgstr " Mb"
|
339 |
|
340 |
+
#: bws_menu.php:465
|
341 |
+
#: bws_menu.php:466
|
342 |
+
#: bws_menu.php:467
|
343 |
+
#: bws_menu.php:472
|
344 |
msgid "Yes"
|
345 |
msgstr "Ja"
|
346 |
|
347 |
+
#: bws_menu.php:465
|
348 |
+
#: bws_menu.php:466
|
349 |
+
#: bws_menu.php:467
|
350 |
+
#: bws_menu.php:474
|
351 |
msgid "No"
|
352 |
msgstr "Nej"
|
353 |
|
354 |
+
#: bws_menu.php:484
|
355 |
msgid "Operating System"
|
356 |
msgstr "Operativsystem"
|
357 |
|
358 |
+
#: bws_menu.php:485
|
359 |
msgid "Server"
|
360 |
msgstr "Server"
|
361 |
|
362 |
+
#: bws_menu.php:486
|
363 |
msgid "Memory usage"
|
364 |
msgstr "Minnesanvändning"
|
365 |
|
366 |
+
#: bws_menu.php:487
|
367 |
msgid "MYSQL Version"
|
368 |
msgstr "MySQL-version"
|
369 |
|
370 |
+
#: bws_menu.php:488
|
371 |
msgid "SQL Mode"
|
372 |
msgstr "SQL-läge"
|
373 |
|
374 |
+
#: bws_menu.php:489
|
375 |
msgid "PHP Version"
|
376 |
msgstr "PHP-version"
|
377 |
|
378 |
+
#: bws_menu.php:490
|
379 |
msgid "PHP Safe Mode"
|
380 |
msgstr "PHP säkert läge"
|
381 |
|
382 |
+
#: bws_menu.php:491
|
383 |
msgid "PHP Allow URL fopen"
|
384 |
msgstr "PHP tillåt URL fopen"
|
385 |
|
386 |
+
#: bws_menu.php:492
|
387 |
msgid "PHP Memory Limit"
|
388 |
msgstr "PHP Minnesgräns"
|
389 |
|
390 |
+
#: bws_menu.php:493
|
391 |
msgid "PHP Max Upload Size"
|
392 |
msgstr "PHP Max uppladdningstorlek"
|
393 |
|
394 |
+
#: bws_menu.php:494
|
395 |
msgid "PHP Max Post Size"
|
396 |
msgstr "PHP Max poststorlek"
|
397 |
|
398 |
+
#: bws_menu.php:495
|
399 |
msgid "PHP Max Script Execute Time"
|
400 |
msgstr "PHP Max skriptexekverinstid"
|
401 |
|
402 |
+
#: bws_menu.php:496
|
403 |
msgid "PHP Exif support"
|
404 |
msgstr "PHP Exifstöd"
|
405 |
|
406 |
+
#: bws_menu.php:497
|
407 |
msgid "PHP IPTC support"
|
408 |
msgstr "PHP ITPC-stöd"
|
409 |
|
410 |
+
#: bws_menu.php:498
|
411 |
msgid "PHP XML support"
|
412 |
msgstr "PHP XML-stöd"
|
413 |
|
414 |
+
#: bws_menu.php:499
|
415 |
msgid "Site URL"
|
416 |
msgstr "SajtURL"
|
417 |
|
418 |
+
#: bws_menu.php:500
|
419 |
msgid "Home URL"
|
420 |
msgstr "HemURL"
|
421 |
|
422 |
+
#: bws_menu.php:503
|
423 |
msgid "WordPress Version"
|
424 |
msgstr "WordPress-version"
|
425 |
|
426 |
+
#: bws_menu.php:504
|
427 |
msgid "WordPress DB Version"
|
428 |
msgstr "WordPress-DB-version"
|
429 |
|
430 |
+
#: bws_menu.php:505
|
431 |
msgid "Multisite"
|
432 |
msgstr "Multisajt"
|
433 |
|
434 |
+
#: bws_menu.php:506
|
435 |
msgid "Active Theme"
|
436 |
msgstr "Aktivt tema"
|
437 |
|
438 |
+
#: bws_menu.php:521
|
439 |
msgid "Please enter a valid email address."
|
440 |
msgstr "Var god ange en giltig epost-adress."
|
441 |
|
442 |
+
#: bws_menu.php:525
|
443 |
msgid "Email with system info is sent to "
|
444 |
msgstr "Epost med systeminfo är skickat till"
|
445 |
|
446 |
+
#: bws_menu.php:529
|
447 |
msgid "Thank you for contacting us."
|
448 |
msgstr "Tack för att du kontaktade oss."
|
449 |
|
450 |
+
#: bws_menu.php:562
|
451 |
msgid "Sorry, email message could not be delivered."
|
452 |
msgstr "Ledsen, eposten kunde inte levereras."
|
453 |
|
454 |
+
#: bws_menu.php:570
|
455 |
msgid "Need help?"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: bws_menu.php:571
|
459 |
msgid "Client area"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: bws_menu.php:572
|
463 |
+
#: bws_menu.php:883
|
464 |
msgid "System status"
|
465 |
msgstr "Systemstatus"
|
466 |
|
467 |
+
#: bws_menu.php:577
|
468 |
#, fuzzy
|
469 |
msgid "Plugins"
|
470 |
msgstr "Betaltillägg"
|
471 |
|
472 |
+
#: bws_menu.php:579
|
473 |
msgid "Themes"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: bws_menu.php:584
|
477 |
msgid "All"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: bws_menu.php:585
|
481 |
#, fuzzy
|
482 |
msgid "Installed"
|
483 |
msgstr "Installera %s"
|
484 |
|
485 |
+
#: bws_menu.php:586
|
486 |
#, fuzzy
|
487 |
msgid "Recommended"
|
488 |
msgstr "Rekommenderade tillägg"
|
489 |
|
490 |
+
#: bws_menu.php:590
|
491 |
msgid "Installed plugins"
|
492 |
msgstr "Installerade tillägg"
|
493 |
|
494 |
+
#: bws_menu.php:622
|
495 |
+
#: bws_menu.php:671
|
496 |
msgid "Settings"
|
497 |
msgstr "Inställningar"
|
498 |
|
499 |
+
#: bws_menu.php:643
|
500 |
+
#: bws_menu.php:700
|
501 |
#, fuzzy
|
502 |
msgid "Activate this plugin"
|
503 |
msgstr "Aktiverade tillägg"
|
504 |
|
505 |
+
#: bws_menu.php:658
|
506 |
+
#: bws_menu.php:688
|
507 |
+
#: bws_menu.php:734
|
508 |
msgid "Go"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: bws_menu.php:662
|
512 |
+
#: bws_menu.php:692
|
513 |
+
#: bws_menu.php:738
|
514 |
msgid "DONATE"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: bws_menu.php:708
|
518 |
msgid "Recommended plugins"
|
519 |
msgstr "Rekommenderade tillägg"
|
520 |
|
521 |
+
#: bws_menu.php:746
|
522 |
#, fuzzy
|
523 |
msgid "Install now"
|
524 |
msgstr "Установить сейчас"
|
525 |
|
526 |
+
#: bws_menu.php:767
|
527 |
msgid "Try again"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: bws_menu.php:785
|
531 |
#, php-format
|
532 |
msgid "Preview “%s”"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: bws_menu.php:816
|
536 |
#, php-format
|
537 |
msgid "Install %s"
|
538 |
msgstr "Installera %s"
|
539 |
|
540 |
+
#: bws_menu.php:816
|
541 |
msgid "Install Now"
|
542 |
msgstr "Установить сейчас"
|
543 |
|
544 |
+
#: bws_menu.php:819
|
545 |
#, php-format
|
546 |
msgid "Update to version %s"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: bws_menu.php:819
|
550 |
msgid "Update"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: bws_menu.php:826
|
554 |
#, php-format
|
555 |
msgid "Preview %s"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: bws_menu.php:826
|
559 |
msgid "Preview"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: bws_menu.php:832
|
563 |
+
#: bws_menu.php:864
|
564 |
#, php-format
|
565 |
msgid "By %s"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: bws_menu.php:838
|
569 |
msgid "Details"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: bws_menu.php:870
|
573 |
#, fuzzy
|
574 |
msgid "Already Installed"
|
575 |
msgstr "Installera %s"
|
576 |
|
577 |
+
#: bws_menu.php:886
|
578 |
msgid "Environment"
|
579 |
msgstr "Miljövariabler"
|
580 |
|
581 |
+
#: bws_menu.php:897
|
582 |
msgid "Active Plugins"
|
583 |
msgstr "Aktiverade tillägg"
|
584 |
|
585 |
+
#: bws_menu.php:910
|
586 |
msgid "Inactive Plugins"
|
587 |
msgstr "Inaktiverade tillägg"
|
588 |
|
589 |
+
#: bws_menu.php:926
|
590 |
msgid "Send to support"
|
591 |
msgstr "Skicka till support"
|
592 |
|
593 |
+
#: bws_menu.php:933
|
594 |
msgid "Send to custom email »"
|
595 |
msgstr "Skicka till anpassad epost »"
|
596 |
|
bws_menu/languages/bestwebsoft-uk.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,605 +16,577 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_functions.php:
|
20 |
msgid "requires"
|
21 |
msgstr "потребує"
|
22 |
|
23 |
-
#: bws_functions.php:
|
24 |
-
msgid ""
|
25 |
-
"
|
26 |
-
"try again."
|
27 |
-
msgstr ""
|
28 |
-
"чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
|
29 |
-
"спробуйте ще раз."
|
30 |
|
31 |
-
#: bws_functions.php:
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr "Повернутися на WordPress на"
|
34 |
|
35 |
-
#: bws_functions.php:
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Сторінку Плагінів"
|
38 |
|
39 |
-
#: bws_functions.php:
|
40 |
msgid "It’s time to upgrade your"
|
41 |
msgstr "Настав час модернізувати Ваш"
|
42 |
|
43 |
-
#: bws_functions.php:
|
44 |
msgid "to"
|
45 |
msgstr "до"
|
46 |
|
47 |
-
#: bws_functions.php:
|
48 |
msgid "version!"
|
49 |
msgstr "версії!"
|
50 |
|
51 |
-
#: bws_functions.php:
|
52 |
msgid "Extend standard plugin functionality with new great options."
|
53 |
msgstr "Розширює можливості стандартного функціоналу плагіна."
|
54 |
|
55 |
-
#: bws_functions.php:
|
|
|
56 |
msgid "Learn More"
|
57 |
msgstr "Дізнатись більше"
|
58 |
|
59 |
-
#: bws_functions.php:
|
60 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
61 |
-
msgstr ""
|
62 |
-
"Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
|
63 |
|
64 |
-
#: bws_functions.php:
|
65 |
msgid "Rate the plugin"
|
66 |
msgstr "Оцінити плагін"
|
67 |
|
68 |
-
#: bws_functions.php:
|
69 |
msgid "If there is something wrong about it, please contact us"
|
70 |
msgstr "Якщо щось не так, будь ласка, повідомте нам"
|
71 |
|
72 |
-
#: bws_functions.php:
|
|
|
73 |
msgid "Wrong license key"
|
74 |
msgstr "Невірний ключ ліцензії"
|
75 |
|
76 |
-
#: bws_functions.php:
|
77 |
-
|
78 |
-
|
79 |
-
"please contact us"
|
80 |
-
msgstr ""
|
81 |
-
"Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
|
82 |
-
"повідомте нам"
|
83 |
|
84 |
-
#: bws_functions.php:
|
|
|
|
|
85 |
msgid "We are sorry for inconvenience."
|
86 |
msgstr "Просимо вибачення за незручності."
|
87 |
|
88 |
-
#: bws_functions.php:
|
89 |
msgid "This license key is bind to another site"
|
90 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
|
91 |
|
92 |
-
#: bws_functions.php:
|
93 |
-
|
94 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
95 |
-
"
|
96 |
-
msgstr ""
|
97 |
-
"На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
|
98 |
-
"завантажте плагін вручну"
|
99 |
|
100 |
-
#: bws_functions.php:
|
101 |
-
msgid ""
|
102 |
-
"
|
103 |
-
"support and plugin updates you should extend it in your"
|
104 |
-
msgstr ""
|
105 |
-
"На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
|
106 |
-
"першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
|
107 |
|
108 |
-
#: bws_functions.php:
|
109 |
-
msgid ""
|
110 |
-
"
|
111 |
-
"Trial license can be installed only once."
|
112 |
-
msgstr ""
|
113 |
-
"На жаль, PRO ліцензія уже використовувалась на цьому домені. Тріал PRO "
|
114 |
-
"версії плагіну можна використати лише один раз"
|
115 |
|
116 |
-
#: bws_functions.php:
|
|
|
|
|
117 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
118 |
-
msgstr ""
|
119 |
-
"Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
|
120 |
|
121 |
-
#: bws_functions.php:
|
122 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
123 |
msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
|
124 |
|
125 |
-
#: bws_functions.php:
|
126 |
-
msgid ""
|
127 |
-
"
|
128 |
-
"plugin manually"
|
129 |
-
msgstr ""
|
130 |
-
"Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
|
131 |
-
"вручну"
|
132 |
|
133 |
-
#: bws_functions.php:
|
134 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
135 |
-
msgstr ""
|
136 |
-
"Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
|
137 |
-
"вручну"
|
138 |
|
139 |
-
#: bws_functions.php:
|
140 |
-
msgid ""
|
141 |
-
"
|
142 |
-
"sorry for inconvenience."
|
143 |
-
msgstr ""
|
144 |
-
"Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
|
145 |
-
"вручну. Просимо вібачення за незручності."
|
146 |
|
147 |
-
#: bws_functions.php:
|
148 |
msgid "Please, enter Your license key"
|
149 |
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
150 |
|
151 |
-
#: bws_functions.php:
|
152 |
-
msgid ""
|
153 |
-
"Congratulations! The PRO version of the plugin is successfully download and "
|
154 |
-
"activated."
|
155 |
msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
|
156 |
|
157 |
-
#: bws_functions.php:
|
|
|
158 |
msgid "Please, go to"
|
159 |
msgstr "Будь ласка, перейдіть на"
|
160 |
|
161 |
-
#: bws_functions.php:
|
|
|
162 |
msgid "the setting page"
|
163 |
msgstr "сторінку установок"
|
164 |
|
165 |
-
#: bws_functions.php:
|
|
|
166 |
msgid "You will be redirected automatically in 5 seconds."
|
167 |
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
168 |
|
169 |
-
#: bws_functions.php:
|
170 |
msgid "You can download and activate"
|
171 |
msgstr "Ви можете завантажити та активувати"
|
172 |
|
173 |
-
#: bws_functions.php:
|
174 |
msgid "version of this plugin by entering Your license key."
|
175 |
msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
|
176 |
|
177 |
-
#: bws_functions.php:
|
178 |
-
|
179 |
-
"You can find your license key on your personal page Client area, by clicking "
|
180 |
-
"
|
181 |
-
msgstr ""
|
182 |
-
"Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
|
183 |
-
"Client area, перейшовши за посиланням"
|
184 |
|
185 |
-
#: bws_functions.php:
|
|
|
186 |
msgid "(your username is the email you specify when purchasing the product)."
|
187 |
msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
|
188 |
|
189 |
-
#: bws_functions.php:
|
190 |
msgid "or"
|
191 |
msgstr "або"
|
192 |
|
193 |
-
#: bws_functions.php:
|
194 |
#, php-format
|
195 |
msgid "Start Your Free %s-Day Trial Now"
|
196 |
msgstr "Спробуйте %s-денну тріал версію безкоштовно"
|
197 |
|
198 |
-
#: bws_functions.php:
|
199 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
200 |
msgid "Activate"
|
201 |
msgstr "Активувати"
|
202 |
|
203 |
-
#: bws_functions.php:
|
|
|
204 |
#, php-format
|
205 |
-
msgid ""
|
206 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
207 |
msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
|
208 |
|
209 |
-
#: bws_functions.php:
|
210 |
msgid "After that you can activate it by entering your license key."
|
211 |
msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
|
212 |
|
213 |
-
#: bws_functions.php:
|
214 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
215 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
216 |
|
217 |
-
#: bws_functions.php:
|
218 |
-
msgid ""
|
219 |
-
"Congratulations! The PRO license of the plugin is successfully activated."
|
220 |
msgstr "Вітаємо! PRO версію плагіну успішно активовано."
|
221 |
|
222 |
-
#: bws_functions.php:
|
223 |
msgid "Wrong license key."
|
224 |
msgstr "Неправильний ліцензійний ключ."
|
225 |
|
226 |
-
#: bws_functions.php:
|
227 |
msgid "This license key is bind to another site."
|
228 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
|
229 |
|
230 |
-
#: bws_functions.php:
|
231 |
-
msgid ""
|
232 |
-
"
|
233 |
-
"update our plugin in future, you should extend the license."
|
234 |
-
msgstr ""
|
235 |
-
"Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
|
236 |
-
"хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
|
237 |
|
238 |
-
#: bws_functions.php:
|
239 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
240 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
241 |
|
242 |
-
#: bws_functions.php:465
|
243 |
-
msgid ""
|
244 |
-
"Unfortunately, the PRO Trial licence was already installed to this domain. "
|
245 |
-
"The PRO Trial license can be installed only once."
|
246 |
-
msgstr ""
|
247 |
-
"На жаль, тріал PRO версія плагіну уже встановлювалась на цей домен. Тріал "
|
248 |
-
"PRO версію можна встановлювати лише один раз."
|
249 |
-
|
250 |
#: bws_functions.php:469
|
|
|
|
|
|
|
|
|
251 |
msgid "The PRO Trial license key is valid."
|
252 |
msgstr "Ключ тріал PRO версії вірний."
|
253 |
|
254 |
-
#: bws_functions.php:
|
255 |
msgid "The license key is valid."
|
256 |
msgstr "Ліцензійний ключ дійсний."
|
257 |
|
258 |
-
#: bws_functions.php:
|
259 |
msgid "Your license will expire on"
|
260 |
msgstr "Ваша ліцензія закінчується"
|
261 |
|
262 |
-
#: bws_functions.php:
|
263 |
msgid "Please, enter your license key"
|
264 |
msgstr "Будь ласка, введіть ваш ліцензійний ключ"
|
265 |
|
266 |
-
#: bws_functions.php:
|
267 |
-
msgid ""
|
268 |
-
"
|
269 |
-
"field below. You can find your license key on your personal page - Client "
|
270 |
-
"area - on our website"
|
271 |
-
msgstr ""
|
272 |
-
"При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
|
273 |
-
"або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій "
|
274 |
-
"ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
|
275 |
-
"сайті."
|
276 |
-
|
277 |
-
#: bws_functions.php:520
|
278 |
-
msgid ""
|
279 |
-
"(your username is the email you specify when purchasing the product). If "
|
280 |
-
"necessary, please submit \"Lost your password?\" request."
|
281 |
-
msgstr ""
|
282 |
-
"(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
|
283 |
-
"продукту). При необхідності, будь ласка, відправте запит на відновлення "
|
284 |
-
"вашого паролю."
|
285 |
|
286 |
#: bws_functions.php:524
|
|
|
|
|
|
|
|
|
287 |
msgid "Check license key"
|
288 |
msgstr "Перевірте ліцензійний ключ"
|
289 |
|
290 |
-
#: bws_functions.php:
|
291 |
-
msgid ""
|
292 |
-
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
293 |
-
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
294 |
-
"will be deactivated. Please go to your personal"
|
295 |
-
msgstr ""
|
296 |
-
"Застереження: Ми помітили, що ви нелегально використовуєте наш плагін. Ми "
|
297 |
-
"радимо вам вирішити цю проблему протягом доби, у противному разі плагін буде "
|
298 |
-
"деактивовано. Будь ласка, зайдіть на вашу персональну сторінку"
|
299 |
-
|
300 |
-
#: bws_functions.php:538
|
301 |
-
msgid ""
|
302 |
-
"(your username is the email you specify when purchasing the product), where "
|
303 |
-
"you can make the necessary changes."
|
304 |
msgstr ""
|
305 |
-
"(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
|
306 |
-
"продукту), де ви можете внести потрібні зміни."
|
307 |
|
308 |
-
#: bws_functions.php:
|
309 |
-
|
310 |
-
"
|
311 |
-
"
|
312 |
-
|
313 |
-
|
314 |
-
"
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
"Your license has expired. To continue getting top-priority support and "
|
319 |
-
"
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
#:
|
325 |
-
#: bws_menu.php:
|
|
|
|
|
326 |
msgid "Learn more"
|
327 |
msgstr "Дізнатись більше"
|
328 |
|
329 |
-
#: bws_functions.php:
|
330 |
#, php-format
|
331 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
332 |
msgstr "Увага: Ви використовуєте тріал PRO версію плагіну %s."
|
333 |
|
334 |
-
#: bws_functions.php:
|
335 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
336 |
msgstr "Увага: Ви використовуєте тріал PRO версію плагіну."
|
337 |
|
338 |
-
#: bws_functions.php:
|
339 |
msgid "The PRO Trial license will expire on"
|
340 |
msgstr "Тріал період PRO версії плагіну закінчується"
|
341 |
|
342 |
-
#: bws_functions.php:
|
343 |
msgid "You license for"
|
344 |
msgstr "Ваша ліцензія для"
|
345 |
|
346 |
-
#: bws_functions.php:
|
347 |
msgid "expires on"
|
348 |
msgstr "витікає"
|
349 |
|
350 |
-
#: bws_functions.php:
|
351 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
352 |
-
msgstr ""
|
353 |
-
"та ви більше не будете оримувати першочергову технічну підтримку та "
|
354 |
-
"оновлення."
|
355 |
|
356 |
-
#: bws_functions.php:
|
357 |
msgid "Close"
|
358 |
msgstr "Закрити"
|
359 |
|
360 |
-
#: bws_menu.php:
|
361 |
msgid "Not set"
|
362 |
msgstr "Не задано"
|
363 |
|
364 |
-
#: bws_menu.php:
|
|
|
365 |
msgid "On"
|
366 |
msgstr "Увімк."
|
367 |
|
368 |
-
#: bws_menu.php:
|
|
|
369 |
msgid "Off"
|
370 |
msgstr "Вимк."
|
371 |
|
372 |
-
#: bws_menu.php:
|
373 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
374 |
msgid "N/A"
|
375 |
msgstr "Невідомо"
|
376 |
|
377 |
-
#: bws_menu.php:
|
378 |
msgid " Mb"
|
379 |
msgstr "Мб"
|
380 |
|
381 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
382 |
msgid "Yes"
|
383 |
msgstr "Так"
|
384 |
|
385 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
386 |
msgid "No"
|
387 |
msgstr "Ні"
|
388 |
|
389 |
-
#: bws_menu.php:
|
390 |
msgid "Operating System"
|
391 |
msgstr "Операційна система"
|
392 |
|
393 |
-
#: bws_menu.php:
|
394 |
msgid "Server"
|
395 |
msgstr "Тип серверу"
|
396 |
|
397 |
-
#: bws_menu.php:
|
398 |
msgid "Memory usage"
|
399 |
msgstr "Пам’яті використано"
|
400 |
|
401 |
-
#: bws_menu.php:
|
402 |
msgid "MYSQL Version"
|
403 |
msgstr "Версія MYSQL"
|
404 |
|
405 |
-
#: bws_menu.php:
|
406 |
msgid "SQL Mode"
|
407 |
msgstr "Режим SQL"
|
408 |
|
409 |
-
#: bws_menu.php:
|
410 |
msgid "PHP Version"
|
411 |
msgstr "Версія PHP"
|
412 |
|
413 |
-
#: bws_menu.php:
|
414 |
msgid "PHP Safe Mode"
|
415 |
msgstr "PHP Безпечний режим"
|
416 |
|
417 |
-
#: bws_menu.php:
|
418 |
msgid "PHP Allow URL fopen"
|
419 |
msgstr "Дозволити PHP URL fopen"
|
420 |
|
421 |
-
#: bws_menu.php:
|
422 |
msgid "PHP Memory Limit"
|
423 |
msgstr "Ліміт пам’яті"
|
424 |
|
425 |
-
#: bws_menu.php:
|
426 |
msgid "PHP Max Upload Size"
|
427 |
msgstr "Макс. розмір файлу, що завантажується"
|
428 |
|
429 |
-
#: bws_menu.php:
|
430 |
msgid "PHP Max Post Size"
|
431 |
msgstr "Макс. розмір посту"
|
432 |
|
433 |
-
#: bws_menu.php:
|
434 |
msgid "PHP Max Script Execute Time"
|
435 |
msgstr "Макс. час виконання сценарію"
|
436 |
|
437 |
-
#: bws_menu.php:
|
438 |
msgid "PHP Exif support"
|
439 |
msgstr "Підтримка PHP Exif"
|
440 |
|
441 |
-
#: bws_menu.php:
|
442 |
msgid "PHP IPTC support"
|
443 |
msgstr "Підтримка PHP IPTC"
|
444 |
|
445 |
-
#: bws_menu.php:
|
446 |
msgid "PHP XML support"
|
447 |
msgstr "Підтримка PHP XML"
|
448 |
|
449 |
-
#: bws_menu.php:
|
450 |
msgid "Site URL"
|
451 |
msgstr "Адреса сайту"
|
452 |
|
453 |
-
#: bws_menu.php:
|
454 |
msgid "Home URL"
|
455 |
msgstr "Адреса домашньої сторінки"
|
456 |
|
457 |
-
#: bws_menu.php:
|
458 |
msgid "WordPress Version"
|
459 |
msgstr "Версія WordPress"
|
460 |
|
461 |
-
#: bws_menu.php:
|
462 |
msgid "WordPress DB Version"
|
463 |
msgstr "Версія бази даних WordPress"
|
464 |
|
465 |
-
#: bws_menu.php:
|
466 |
msgid "Multisite"
|
467 |
msgstr "Мультисайт"
|
468 |
|
469 |
-
#: bws_menu.php:
|
470 |
msgid "Active Theme"
|
471 |
msgstr "Активна тема"
|
472 |
|
473 |
-
#: bws_menu.php:
|
474 |
msgid "Please enter a valid email address."
|
475 |
msgstr "Будь ласка, введіть коректний емейл."
|
476 |
|
477 |
-
#: bws_menu.php:
|
478 |
msgid "Email with system info is sent to "
|
479 |
msgstr "Емейл з системною інформацією надіслано на"
|
480 |
|
481 |
-
#: bws_menu.php:
|
482 |
msgid "Thank you for contacting us."
|
483 |
msgstr "Дякуємо, що звернулись до нас."
|
484 |
|
485 |
-
#: bws_menu.php:
|
486 |
msgid "Sorry, email message could not be delivered."
|
487 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
488 |
|
489 |
-
#: bws_menu.php:
|
490 |
msgid "Need help?"
|
491 |
msgstr "Потрібна допомога?"
|
492 |
|
493 |
-
#: bws_menu.php:
|
494 |
msgid "Client area"
|
495 |
msgstr "Клієнтам"
|
496 |
|
497 |
-
#: bws_menu.php:
|
|
|
498 |
msgid "System status"
|
499 |
msgstr "Системна інформація"
|
500 |
|
501 |
-
#: bws_menu.php:
|
502 |
msgid "Plugins"
|
503 |
msgstr "Плагіни"
|
504 |
|
505 |
-
#: bws_menu.php:
|
506 |
msgid "Themes"
|
507 |
msgstr "Теми"
|
508 |
|
509 |
-
#: bws_menu.php:
|
510 |
msgid "All"
|
511 |
msgstr "Всі"
|
512 |
|
513 |
-
#: bws_menu.php:
|
514 |
msgid "Installed"
|
515 |
msgstr "Встановлені"
|
516 |
|
517 |
-
#: bws_menu.php:
|
518 |
msgid "Recommended"
|
519 |
msgstr "Рекомендовані "
|
520 |
|
521 |
-
#: bws_menu.php:
|
522 |
msgid "Installed plugins"
|
523 |
msgstr "Встановлені плагіни"
|
524 |
|
525 |
-
#: bws_menu.php:
|
|
|
526 |
msgid "Settings"
|
527 |
msgstr "Налаштування"
|
528 |
|
529 |
-
#: bws_menu.php:
|
|
|
530 |
msgid "Activate this plugin"
|
531 |
msgstr "Активувати плагін"
|
532 |
|
533 |
-
#: bws_menu.php:
|
|
|
|
|
534 |
msgid "Go"
|
535 |
msgstr "Перейти"
|
536 |
|
537 |
-
#: bws_menu.php:
|
|
|
|
|
538 |
msgid "DONATE"
|
539 |
msgstr "Підтримати нас"
|
540 |
|
541 |
-
#: bws_menu.php:
|
542 |
msgid "Recommended plugins"
|
543 |
msgstr "Рекомендовані плагіни"
|
544 |
|
545 |
-
#: bws_menu.php:
|
546 |
msgid "Install now"
|
547 |
msgstr "Встановити"
|
548 |
|
549 |
-
#: bws_menu.php:
|
550 |
msgid "Try again"
|
551 |
msgstr "Спробувати ще раз"
|
552 |
|
553 |
-
#: bws_menu.php:
|
554 |
#, php-format
|
555 |
msgid "Preview “%s”"
|
556 |
msgstr "Попередній перегляд “%s”"
|
557 |
|
558 |
-
#: bws_menu.php:
|
559 |
#, php-format
|
560 |
msgid "Install %s"
|
561 |
msgstr "Встановити %s"
|
562 |
|
563 |
-
#: bws_menu.php:
|
564 |
msgid "Install Now"
|
565 |
msgstr "Встановити"
|
566 |
|
567 |
-
#: bws_menu.php:
|
568 |
#, php-format
|
569 |
msgid "Update to version %s"
|
570 |
msgstr "Оновити до версії %s"
|
571 |
|
572 |
-
#: bws_menu.php:
|
573 |
msgid "Update"
|
574 |
msgstr "Оновити"
|
575 |
|
576 |
-
#: bws_menu.php:
|
577 |
#, php-format
|
578 |
msgid "Preview %s"
|
579 |
msgstr "Попередній перегляд %s"
|
580 |
|
581 |
-
#: bws_menu.php:
|
582 |
msgid "Preview"
|
583 |
msgstr "Попередній перегляд"
|
584 |
|
585 |
-
#: bws_menu.php:
|
|
|
586 |
#, php-format
|
587 |
msgid "By %s"
|
588 |
msgstr "За %s"
|
589 |
|
590 |
-
#: bws_menu.php:
|
591 |
msgid "Details"
|
592 |
msgstr "Деталі"
|
593 |
|
594 |
-
#: bws_menu.php:
|
595 |
msgid "Already Installed"
|
596 |
msgstr "Уже встановлено %s"
|
597 |
|
598 |
-
#: bws_menu.php:
|
599 |
msgid "Environment"
|
600 |
msgstr "Системне оточення"
|
601 |
|
602 |
-
#: bws_menu.php:
|
603 |
msgid "Active Plugins"
|
604 |
msgstr "Активні плагіни"
|
605 |
|
606 |
-
#: bws_menu.php:
|
607 |
msgid "Inactive Plugins"
|
608 |
msgstr "Не активні плагіни"
|
609 |
|
610 |
-
#: bws_menu.php:
|
611 |
msgid "Send to support"
|
612 |
msgstr "Відправити службі тех. підтримки"
|
613 |
|
614 |
-
#: bws_menu.php:
|
615 |
msgid "Send to custom email »"
|
616 |
msgstr "Відправити на електронну адресу »"
|
617 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
618 |
#~ msgid "Pro plugins"
|
619 |
#~ msgstr "Плагіни про-версії"
|
620 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-11 14:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-11 14:15+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:89
|
20 |
msgid "requires"
|
21 |
msgstr "потребує"
|
22 |
|
23 |
+
#: bws_functions.php:91
|
24 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
25 |
+
msgstr "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та спробуйте ще раз."
|
|
|
|
|
|
|
|
|
26 |
|
27 |
+
#: bws_functions.php:92
|
28 |
msgid "Back to the WordPress"
|
29 |
msgstr "Повернутися на WordPress на"
|
30 |
|
31 |
+
#: bws_functions.php:94
|
32 |
msgid "Plugins page"
|
33 |
msgstr "Сторінку Плагінів"
|
34 |
|
35 |
+
#: bws_functions.php:151
|
36 |
msgid "It’s time to upgrade your"
|
37 |
msgstr "Настав час модернізувати Ваш"
|
38 |
|
39 |
+
#: bws_functions.php:151
|
40 |
msgid "to"
|
41 |
msgstr "до"
|
42 |
|
43 |
+
#: bws_functions.php:151
|
44 |
msgid "version!"
|
45 |
msgstr "версії!"
|
46 |
|
47 |
+
#: bws_functions.php:152
|
48 |
msgid "Extend standard plugin functionality with new great options."
|
49 |
msgstr "Розширює можливості стандартного функціоналу плагіна."
|
50 |
|
51 |
+
#: bws_functions.php:155
|
52 |
+
#: bws_functions.php:542
|
53 |
msgid "Learn More"
|
54 |
msgstr "Дізнатись більше"
|
55 |
|
56 |
+
#: bws_functions.php:172
|
57 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
58 |
+
msgstr "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
|
|
|
59 |
|
60 |
+
#: bws_functions.php:173
|
61 |
msgid "Rate the plugin"
|
62 |
msgstr "Оцінити плагін"
|
63 |
|
64 |
+
#: bws_functions.php:176
|
65 |
msgid "If there is something wrong about it, please contact us"
|
66 |
msgstr "Якщо щось не так, будь ласка, повідомте нам"
|
67 |
|
68 |
+
#: bws_functions.php:193
|
69 |
+
#: bws_functions.php:229
|
70 |
msgid "Wrong license key"
|
71 |
msgstr "Невірний ключ ліцензії"
|
72 |
|
73 |
+
#: bws_functions.php:223
|
74 |
+
#: bws_functions.php:455
|
75 |
+
#: bws_functions.php:506
|
76 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
77 |
+
msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам"
|
|
|
|
|
78 |
|
79 |
+
#: bws_functions.php:223
|
80 |
+
#: bws_functions.php:455
|
81 |
+
#: bws_functions.php:506
|
82 |
msgid "We are sorry for inconvenience."
|
83 |
msgstr "Просимо вибачення за незручності."
|
84 |
|
85 |
+
#: bws_functions.php:231
|
86 |
msgid "This license key is bind to another site"
|
87 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
|
88 |
|
89 |
+
#: bws_functions.php:233
|
90 |
+
#: bws_functions.php:365
|
91 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
92 |
+
msgstr "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, завантажте плагін вручну"
|
|
|
|
|
|
|
93 |
|
94 |
+
#: bws_functions.php:235
|
95 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
96 |
+
msgstr "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
|
|
|
|
|
|
|
|
|
97 |
|
98 |
+
#: bws_functions.php:237
|
99 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
100 |
+
msgstr "На жаль, PRO ліцензія уже використовувалась на цьому домені. Тріал PRO версії плагіну можна використати лише один раз"
|
|
|
|
|
|
|
|
|
101 |
|
102 |
+
#: bws_functions.php:248
|
103 |
+
#: bws_functions.php:270
|
104 |
+
#: bws_functions.php:292
|
105 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
106 |
+
msgstr "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
|
|
|
107 |
|
108 |
+
#: bws_functions.php:260
|
109 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
110 |
msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
|
111 |
|
112 |
+
#: bws_functions.php:266
|
113 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
114 |
+
msgstr "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін вручну"
|
|
|
|
|
|
|
|
|
115 |
|
116 |
+
#: bws_functions.php:273
|
117 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
118 |
+
msgstr "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін вручну"
|
|
|
|
|
119 |
|
120 |
+
#: bws_functions.php:296
|
121 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
122 |
+
msgstr "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін вручну. Просимо вібачення за незручності."
|
|
|
|
|
|
|
|
|
123 |
|
124 |
+
#: bws_functions.php:321
|
125 |
msgid "Please, enter Your license key"
|
126 |
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
127 |
|
128 |
+
#: bws_functions.php:338
|
129 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
|
|
|
|
130 |
msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
|
131 |
|
132 |
+
#: bws_functions.php:340
|
133 |
+
#: bws_functions.php:422
|
134 |
msgid "Please, go to"
|
135 |
msgstr "Будь ласка, перейдіть на"
|
136 |
|
137 |
+
#: bws_functions.php:340
|
138 |
+
#: bws_functions.php:422
|
139 |
msgid "the setting page"
|
140 |
msgstr "сторінку установок"
|
141 |
|
142 |
+
#: bws_functions.php:341
|
143 |
+
#: bws_functions.php:423
|
144 |
msgid "You will be redirected automatically in 5 seconds."
|
145 |
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
146 |
|
147 |
+
#: bws_functions.php:346
|
148 |
msgid "You can download and activate"
|
149 |
msgstr "Ви можете завантажити та активувати"
|
150 |
|
151 |
+
#: bws_functions.php:348
|
152 |
msgid "version of this plugin by entering Your license key."
|
153 |
msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
|
154 |
|
155 |
+
#: bws_functions.php:350
|
156 |
+
#: bws_functions.php:391
|
157 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
158 |
+
msgstr "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у Client area, перейшовши за посиланням"
|
|
|
|
|
|
|
159 |
|
160 |
+
#: bws_functions.php:352
|
161 |
+
#: bws_functions.php:393
|
162 |
msgid "(your username is the email you specify when purchasing the product)."
|
163 |
msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
|
164 |
|
165 |
+
#: bws_functions.php:356
|
166 |
msgid "or"
|
167 |
msgstr "або"
|
168 |
|
169 |
+
#: bws_functions.php:356
|
170 |
#, php-format
|
171 |
msgid "Start Your Free %s-Day Trial Now"
|
172 |
msgstr "Спробуйте %s-денну тріал версію безкоштовно"
|
173 |
|
174 |
+
#: bws_functions.php:362
|
175 |
+
#: bws_functions.php:371
|
176 |
+
#: bws_functions.php:401
|
177 |
+
#: bws_functions.php:409
|
178 |
+
#: bws_menu.php:643
|
179 |
+
#: bws_menu.php:700
|
180 |
msgid "Activate"
|
181 |
msgstr "Активувати"
|
182 |
|
183 |
+
#: bws_functions.php:388
|
184 |
+
#: bws_functions.php:481
|
185 |
#, php-format
|
186 |
+
msgid "In order to continue using the plugin it is necessary to buy a %s license."
|
|
|
187 |
msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
|
188 |
|
189 |
+
#: bws_functions.php:389
|
190 |
msgid "After that you can activate it by entering your license key."
|
191 |
msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
|
192 |
|
193 |
+
#: bws_functions.php:403
|
194 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
195 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
196 |
|
197 |
+
#: bws_functions.php:420
|
198 |
+
msgid "Congratulations! The PRO license of the plugin is successfully activated."
|
|
|
199 |
msgstr "Вітаємо! PRO версію плагіну успішно активовано."
|
200 |
|
201 |
+
#: bws_functions.php:461
|
202 |
msgid "Wrong license key."
|
203 |
msgstr "Неправильний ліцензійний ключ."
|
204 |
|
205 |
+
#: bws_functions.php:463
|
206 |
msgid "This license key is bind to another site."
|
207 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
|
208 |
|
209 |
+
#: bws_functions.php:465
|
210 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
211 |
+
msgstr "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
|
|
|
|
|
|
|
|
|
212 |
|
213 |
+
#: bws_functions.php:467
|
214 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
215 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
216 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
217 |
#: bws_functions.php:469
|
218 |
+
msgid "Unfortunately, the PRO Trial licence was already installed to this domain. The PRO Trial license can be installed only once."
|
219 |
+
msgstr "На жаль, тріал PRO версія плагіну уже встановлювалась на цей домен. Тріал PRO версію можна встановлювати лише один раз."
|
220 |
+
|
221 |
+
#: bws_functions.php:473
|
222 |
msgid "The PRO Trial license key is valid."
|
223 |
msgstr "Ключ тріал PRO версії вірний."
|
224 |
|
225 |
+
#: bws_functions.php:475
|
226 |
msgid "The license key is valid."
|
227 |
msgstr "Ліцензійний ключ дійсний."
|
228 |
|
229 |
+
#: bws_functions.php:478
|
230 |
msgid "Your license will expire on"
|
231 |
msgstr "Ваша ліцензія закінчується"
|
232 |
|
233 |
+
#: bws_functions.php:511
|
234 |
msgid "Please, enter your license key"
|
235 |
msgstr "Будь ласка, введіть ваш ліцензійний ключ"
|
236 |
|
237 |
+
#: bws_functions.php:524
|
238 |
+
msgid "If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website"
|
239 |
+
msgstr "При необхідності ви можете перевірити правильність вашого ліцензійного ключа або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій ліцензійний ключ на вашій персональній сторінці - Client area - на нашому сайті."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
|
241 |
#: bws_functions.php:524
|
242 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
243 |
+
msgstr "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі продукту). При необхідності, будь ласка, відправте запит на відновлення вашого паролю."
|
244 |
+
|
245 |
+
#: bws_functions.php:528
|
246 |
msgid "Check license key"
|
247 |
msgstr "Перевірте ліцензійний ключ"
|
248 |
|
249 |
+
#: bws_functions.php:542
|
250 |
+
msgid "WARNING: Illegal use notification"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
msgstr ""
|
|
|
|
|
252 |
|
253 |
+
#: bws_functions.php:542
|
254 |
+
#, fuzzy
|
255 |
+
msgid "You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated."
|
256 |
+
msgstr "Застереження: Ми помітили, що ви нелегально використовуєте наш плагін. Ми радимо вам вирішити цю проблему протягом доби, у противному разі плагін буде деактивовано. Будь ласка, зайдіть на вашу персональну сторінку"
|
257 |
+
|
258 |
+
#: bws_functions.php:550
|
259 |
+
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
260 |
+
msgstr "Увага: Термін дії тріал періоду PRO версії плагіну скінчився. Щоб продовжити користуватись плагіном, будь ласка, придбайте ліцензію PRO"
|
261 |
+
|
262 |
+
#: bws_functions.php:552
|
263 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
264 |
+
msgstr "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
|
265 |
+
|
266 |
+
#: bws_functions.php:552
|
267 |
+
#: bws_functions.php:605
|
268 |
+
#: bws_menu.php:619
|
269 |
+
#: bws_menu.php:641
|
270 |
+
#: bws_menu.php:668
|
271 |
+
#: bws_menu.php:698
|
272 |
+
#: bws_menu.php:744
|
273 |
msgid "Learn more"
|
274 |
msgstr "Дізнатись більше"
|
275 |
|
276 |
+
#: bws_functions.php:562
|
277 |
#, php-format
|
278 |
msgid "Notice: You are using the PRO Trial license of %s plugin."
|
279 |
msgstr "Увага: Ви використовуєте тріал PRO версію плагіну %s."
|
280 |
|
281 |
+
#: bws_functions.php:564
|
282 |
msgid "Notice: You are using the PRO Trial license of plugin."
|
283 |
msgstr "Увага: Ви використовуєте тріал PRO версію плагіну."
|
284 |
|
285 |
+
#: bws_functions.php:567
|
286 |
msgid "The PRO Trial license will expire on"
|
287 |
msgstr "Тріал період PRO версії плагіну закінчується"
|
288 |
|
289 |
+
#: bws_functions.php:605
|
290 |
msgid "You license for"
|
291 |
msgstr "Ваша ліцензія для"
|
292 |
|
293 |
+
#: bws_functions.php:605
|
294 |
msgid "expires on"
|
295 |
msgstr "витікає"
|
296 |
|
297 |
+
#: bws_functions.php:605
|
298 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
299 |
+
msgstr "та ви більше не будете оримувати першочергову технічну підтримку та оновлення."
|
|
|
|
|
300 |
|
301 |
+
#: bws_functions.php:680
|
302 |
msgid "Close"
|
303 |
msgstr "Закрити"
|
304 |
|
305 |
+
#: bws_menu.php:456
|
306 |
msgid "Not set"
|
307 |
msgstr "Не задано"
|
308 |
|
309 |
+
#: bws_menu.php:458
|
310 |
+
#: bws_menu.php:459
|
311 |
msgid "On"
|
312 |
msgstr "Увімк."
|
313 |
|
314 |
+
#: bws_menu.php:458
|
315 |
+
#: bws_menu.php:459
|
316 |
msgid "Off"
|
317 |
msgstr "Вимк."
|
318 |
|
319 |
+
#: bws_menu.php:460
|
320 |
+
#: bws_menu.php:461
|
321 |
+
#: bws_menu.php:462
|
322 |
+
#: bws_menu.php:463
|
323 |
+
#: bws_menu.php:464
|
324 |
+
#: bws_menu.php:476
|
325 |
msgid "N/A"
|
326 |
msgstr "Невідомо"
|
327 |
|
328 |
+
#: bws_menu.php:464
|
329 |
msgid " Mb"
|
330 |
msgstr "Мб"
|
331 |
|
332 |
+
#: bws_menu.php:465
|
333 |
+
#: bws_menu.php:466
|
334 |
+
#: bws_menu.php:467
|
335 |
+
#: bws_menu.php:472
|
336 |
msgid "Yes"
|
337 |
msgstr "Так"
|
338 |
|
339 |
+
#: bws_menu.php:465
|
340 |
+
#: bws_menu.php:466
|
341 |
+
#: bws_menu.php:467
|
342 |
+
#: bws_menu.php:474
|
343 |
msgid "No"
|
344 |
msgstr "Ні"
|
345 |
|
346 |
+
#: bws_menu.php:484
|
347 |
msgid "Operating System"
|
348 |
msgstr "Операційна система"
|
349 |
|
350 |
+
#: bws_menu.php:485
|
351 |
msgid "Server"
|
352 |
msgstr "Тип серверу"
|
353 |
|
354 |
+
#: bws_menu.php:486
|
355 |
msgid "Memory usage"
|
356 |
msgstr "Пам’яті використано"
|
357 |
|
358 |
+
#: bws_menu.php:487
|
359 |
msgid "MYSQL Version"
|
360 |
msgstr "Версія MYSQL"
|
361 |
|
362 |
+
#: bws_menu.php:488
|
363 |
msgid "SQL Mode"
|
364 |
msgstr "Режим SQL"
|
365 |
|
366 |
+
#: bws_menu.php:489
|
367 |
msgid "PHP Version"
|
368 |
msgstr "Версія PHP"
|
369 |
|
370 |
+
#: bws_menu.php:490
|
371 |
msgid "PHP Safe Mode"
|
372 |
msgstr "PHP Безпечний режим"
|
373 |
|
374 |
+
#: bws_menu.php:491
|
375 |
msgid "PHP Allow URL fopen"
|
376 |
msgstr "Дозволити PHP URL fopen"
|
377 |
|
378 |
+
#: bws_menu.php:492
|
379 |
msgid "PHP Memory Limit"
|
380 |
msgstr "Ліміт пам’яті"
|
381 |
|
382 |
+
#: bws_menu.php:493
|
383 |
msgid "PHP Max Upload Size"
|
384 |
msgstr "Макс. розмір файлу, що завантажується"
|
385 |
|
386 |
+
#: bws_menu.php:494
|
387 |
msgid "PHP Max Post Size"
|
388 |
msgstr "Макс. розмір посту"
|
389 |
|
390 |
+
#: bws_menu.php:495
|
391 |
msgid "PHP Max Script Execute Time"
|
392 |
msgstr "Макс. час виконання сценарію"
|
393 |
|
394 |
+
#: bws_menu.php:496
|
395 |
msgid "PHP Exif support"
|
396 |
msgstr "Підтримка PHP Exif"
|
397 |
|
398 |
+
#: bws_menu.php:497
|
399 |
msgid "PHP IPTC support"
|
400 |
msgstr "Підтримка PHP IPTC"
|
401 |
|
402 |
+
#: bws_menu.php:498
|
403 |
msgid "PHP XML support"
|
404 |
msgstr "Підтримка PHP XML"
|
405 |
|
406 |
+
#: bws_menu.php:499
|
407 |
msgid "Site URL"
|
408 |
msgstr "Адреса сайту"
|
409 |
|
410 |
+
#: bws_menu.php:500
|
411 |
msgid "Home URL"
|
412 |
msgstr "Адреса домашньої сторінки"
|
413 |
|
414 |
+
#: bws_menu.php:503
|
415 |
msgid "WordPress Version"
|
416 |
msgstr "Версія WordPress"
|
417 |
|
418 |
+
#: bws_menu.php:504
|
419 |
msgid "WordPress DB Version"
|
420 |
msgstr "Версія бази даних WordPress"
|
421 |
|
422 |
+
#: bws_menu.php:505
|
423 |
msgid "Multisite"
|
424 |
msgstr "Мультисайт"
|
425 |
|
426 |
+
#: bws_menu.php:506
|
427 |
msgid "Active Theme"
|
428 |
msgstr "Активна тема"
|
429 |
|
430 |
+
#: bws_menu.php:521
|
431 |
msgid "Please enter a valid email address."
|
432 |
msgstr "Будь ласка, введіть коректний емейл."
|
433 |
|
434 |
+
#: bws_menu.php:525
|
435 |
msgid "Email with system info is sent to "
|
436 |
msgstr "Емейл з системною інформацією надіслано на"
|
437 |
|
438 |
+
#: bws_menu.php:529
|
439 |
msgid "Thank you for contacting us."
|
440 |
msgstr "Дякуємо, що звернулись до нас."
|
441 |
|
442 |
+
#: bws_menu.php:562
|
443 |
msgid "Sorry, email message could not be delivered."
|
444 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
445 |
|
446 |
+
#: bws_menu.php:570
|
447 |
msgid "Need help?"
|
448 |
msgstr "Потрібна допомога?"
|
449 |
|
450 |
+
#: bws_menu.php:571
|
451 |
msgid "Client area"
|
452 |
msgstr "Клієнтам"
|
453 |
|
454 |
+
#: bws_menu.php:572
|
455 |
+
#: bws_menu.php:883
|
456 |
msgid "System status"
|
457 |
msgstr "Системна інформація"
|
458 |
|
459 |
+
#: bws_menu.php:577
|
460 |
msgid "Plugins"
|
461 |
msgstr "Плагіни"
|
462 |
|
463 |
+
#: bws_menu.php:579
|
464 |
msgid "Themes"
|
465 |
msgstr "Теми"
|
466 |
|
467 |
+
#: bws_menu.php:584
|
468 |
msgid "All"
|
469 |
msgstr "Всі"
|
470 |
|
471 |
+
#: bws_menu.php:585
|
472 |
msgid "Installed"
|
473 |
msgstr "Встановлені"
|
474 |
|
475 |
+
#: bws_menu.php:586
|
476 |
msgid "Recommended"
|
477 |
msgstr "Рекомендовані "
|
478 |
|
479 |
+
#: bws_menu.php:590
|
480 |
msgid "Installed plugins"
|
481 |
msgstr "Встановлені плагіни"
|
482 |
|
483 |
+
#: bws_menu.php:622
|
484 |
+
#: bws_menu.php:671
|
485 |
msgid "Settings"
|
486 |
msgstr "Налаштування"
|
487 |
|
488 |
+
#: bws_menu.php:643
|
489 |
+
#: bws_menu.php:700
|
490 |
msgid "Activate this plugin"
|
491 |
msgstr "Активувати плагін"
|
492 |
|
493 |
+
#: bws_menu.php:658
|
494 |
+
#: bws_menu.php:688
|
495 |
+
#: bws_menu.php:734
|
496 |
msgid "Go"
|
497 |
msgstr "Перейти"
|
498 |
|
499 |
+
#: bws_menu.php:662
|
500 |
+
#: bws_menu.php:692
|
501 |
+
#: bws_menu.php:738
|
502 |
msgid "DONATE"
|
503 |
msgstr "Підтримати нас"
|
504 |
|
505 |
+
#: bws_menu.php:708
|
506 |
msgid "Recommended plugins"
|
507 |
msgstr "Рекомендовані плагіни"
|
508 |
|
509 |
+
#: bws_menu.php:746
|
510 |
msgid "Install now"
|
511 |
msgstr "Встановити"
|
512 |
|
513 |
+
#: bws_menu.php:767
|
514 |
msgid "Try again"
|
515 |
msgstr "Спробувати ще раз"
|
516 |
|
517 |
+
#: bws_menu.php:785
|
518 |
#, php-format
|
519 |
msgid "Preview “%s”"
|
520 |
msgstr "Попередній перегляд “%s”"
|
521 |
|
522 |
+
#: bws_menu.php:816
|
523 |
#, php-format
|
524 |
msgid "Install %s"
|
525 |
msgstr "Встановити %s"
|
526 |
|
527 |
+
#: bws_menu.php:816
|
528 |
msgid "Install Now"
|
529 |
msgstr "Встановити"
|
530 |
|
531 |
+
#: bws_menu.php:819
|
532 |
#, php-format
|
533 |
msgid "Update to version %s"
|
534 |
msgstr "Оновити до версії %s"
|
535 |
|
536 |
+
#: bws_menu.php:819
|
537 |
msgid "Update"
|
538 |
msgstr "Оновити"
|
539 |
|
540 |
+
#: bws_menu.php:826
|
541 |
#, php-format
|
542 |
msgid "Preview %s"
|
543 |
msgstr "Попередній перегляд %s"
|
544 |
|
545 |
+
#: bws_menu.php:826
|
546 |
msgid "Preview"
|
547 |
msgstr "Попередній перегляд"
|
548 |
|
549 |
+
#: bws_menu.php:832
|
550 |
+
#: bws_menu.php:864
|
551 |
#, php-format
|
552 |
msgid "By %s"
|
553 |
msgstr "За %s"
|
554 |
|
555 |
+
#: bws_menu.php:838
|
556 |
msgid "Details"
|
557 |
msgstr "Деталі"
|
558 |
|
559 |
+
#: bws_menu.php:870
|
560 |
msgid "Already Installed"
|
561 |
msgstr "Уже встановлено %s"
|
562 |
|
563 |
+
#: bws_menu.php:886
|
564 |
msgid "Environment"
|
565 |
msgstr "Системне оточення"
|
566 |
|
567 |
+
#: bws_menu.php:897
|
568 |
msgid "Active Plugins"
|
569 |
msgstr "Активні плагіни"
|
570 |
|
571 |
+
#: bws_menu.php:910
|
572 |
msgid "Inactive Plugins"
|
573 |
msgstr "Не активні плагіни"
|
574 |
|
575 |
+
#: bws_menu.php:926
|
576 |
msgid "Send to support"
|
577 |
msgstr "Відправити службі тех. підтримки"
|
578 |
|
579 |
+
#: bws_menu.php:933
|
580 |
msgid "Send to custom email »"
|
581 |
msgstr "Відправити на електронну адресу »"
|
582 |
|
583 |
+
#~ msgid ""
|
584 |
+
#~ "(your username is the email you specify when purchasing the product), "
|
585 |
+
#~ "where you can make the necessary changes."
|
586 |
+
#~ msgstr ""
|
587 |
+
#~ "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
|
588 |
+
#~ "продукту), де ви можете внести потрібні зміни."
|
589 |
+
|
590 |
#~ msgid "Pro plugins"
|
591 |
#~ msgstr "Плагіни про-версії"
|
592 |
|
google-sitemap-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Sitemap by BestWebSoft
|
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
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 |
*/
|
@@ -32,11 +32,11 @@ if ( ! function_exists( 'gglstmp_admin_menu' ) ) {
|
|
32 |
bws_add_general_menu( plugin_basename( __FILE__ ) );
|
33 |
add_submenu_page( 'bws_plugins', __( 'Google Sitemap Settings', 'sitemap' ), 'Google Sitemap', 'manage_options', "google-sitemap-plugin.php", 'gglstmp_settings_page' );
|
34 |
|
35 |
-
global $
|
36 |
-
$
|
37 |
-
$
|
38 |
-
$
|
39 |
-
$
|
40 |
}
|
41 |
}
|
42 |
|
@@ -89,8 +89,9 @@ if ( ! function_exists( 'gglstmp_register_settings' ) ) {
|
|
89 |
|
90 |
$gglstmp_option_defaults = array(
|
91 |
'plugin_option_version' => $gglstmp_plugin_info['Version'],
|
92 |
-
'post_type'
|
93 |
-
'
|
|
|
94 |
);
|
95 |
|
96 |
if ( ! get_option( 'gglstmp_settings' ) )
|
@@ -112,54 +113,75 @@ if ( ! function_exists( 'gglstmp_register_settings' ) ) {
|
|
112 |
/*============================================ Function for creating sitemap file ====================*/
|
113 |
if ( ! function_exists( 'gglstmp_sitemapcreate' ) ) {
|
114 |
function gglstmp_sitemapcreate() {
|
115 |
-
global $wpdb;
|
116 |
|
117 |
-
|
118 |
-
$gglstmp_settings['post_type'] = $_POST['gglstmp_settings'];
|
119 |
-
else
|
120 |
-
global $gglstmp_settings;
|
121 |
-
|
122 |
-
$str = "";
|
123 |
foreach ( $gglstmp_settings['post_type'] as $val ) {
|
124 |
-
if ( $
|
125 |
-
$
|
126 |
-
$
|
|
|
|
|
|
|
|
|
|
|
127 |
}
|
128 |
-
$xml = new DomDocument( '1.0', 'utf-8' );
|
129 |
|
130 |
-
|
131 |
-
$xml_stylesheet_path = home_url( '/' ) . basename( WP_CONTENT_DIR );
|
132 |
-
else
|
133 |
-
$xml_stylesheet_path = home_url( '/' ) . "wp-content";
|
134 |
|
135 |
-
|
136 |
-
|
137 |
-
else
|
138 |
-
$xml_stylesheet_path .= "/plugins/google-sitemap-plugin/sitemap.xsl";
|
139 |
|
140 |
$xslt = $xml->createProcessingInstruction( 'xml-stylesheet', "type=\"text/xsl\" href=\"$xml_stylesheet_path\"" );
|
141 |
$xml->appendChild( $xslt );
|
142 |
-
$
|
143 |
-
|
144 |
-
if ( ! empty( $
|
145 |
-
$loc = $wpdb->get_results( "SELECT ID
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
|
|
|
|
160 |
}
|
161 |
-
$xml->formatOutput = true;
|
162 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
|
164 |
if ( is_multisite() ) {
|
165 |
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', str_replace( 'https://', '', home_url() ) ) );
|
@@ -173,7 +195,7 @@ if ( ! function_exists( 'gglstmp_sitemapcreate' ) ) {
|
|
173 |
|
174 |
if ( ! function_exists( 'gglstmp_sitemap_info' ) ) {
|
175 |
function gglstmp_sitemap_info() {
|
176 |
-
$gglstmp_settings
|
177 |
|
178 |
if ( is_multisite() ) {
|
179 |
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', str_replace( 'https://', '', home_url() ) ) );
|
@@ -186,10 +208,10 @@ if ( ! function_exists( 'gglstmp_sitemap_info' ) ) {
|
|
186 |
$xml_url = home_url('/') . $xml_file;
|
187 |
if ( file_exists( $xml_path ) ) {
|
188 |
$gglstmp_settings['sitemap'] = array(
|
189 |
-
'file'
|
190 |
-
'path'
|
191 |
-
'loc'
|
192 |
-
'lastmod'
|
193 |
);
|
194 |
update_option( 'gglstmp_settings', $gglstmp_settings );
|
195 |
}
|
@@ -222,22 +244,24 @@ if ( ! function_exists ( 'gglstmp_client' ) ) {
|
|
222 |
/*============================================ Function for creating setting page ====================*/
|
223 |
if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
224 |
function gglstmp_settings_page() {
|
225 |
-
global $
|
226 |
|
227 |
$message = $error = "";
|
228 |
$gglstmp_robots = get_option( 'gglstmp_robots' );
|
229 |
-
$
|
230 |
$plugin_basename = plugin_basename( __FILE__ );
|
231 |
|
232 |
if ( is_multisite() ) {
|
233 |
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', str_replace( 'https://', '', home_url() ) ) );
|
234 |
-
$
|
235 |
} else {
|
236 |
-
$
|
237 |
}
|
238 |
|
239 |
if ( isset( $_REQUEST['gglstmp_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gglstmp_nonce_name' ) ) {
|
240 |
-
$gglstmp_settings['post_type'] = isset( $_REQUEST['
|
|
|
|
|
241 |
update_option( 'gglstmp_settings', $gglstmp_settings );
|
242 |
|
243 |
if ( ! isset( $_POST['gglstmp_checkbox'] ) ) {
|
@@ -255,19 +279,17 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
255 |
gglstmp_sitemapcreate();
|
256 |
}
|
257 |
|
258 |
-
$gglstmp_settings = get_option( 'gglstmp_settings' );
|
259 |
-
|
260 |
/*============================ Adding location of sitemap file to the robots.txt =============*/
|
261 |
if ( isset( $_POST['gglstmp_checkbox'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gglstmp_nonce_name' ) ) {
|
262 |
-
if ( file_exists( $
|
263 |
$fp = fopen( ABSPATH . 'robots.txt', "a+" );
|
264 |
$flag = false;
|
265 |
while ( false !== ( $line = fgets( $fp ) ) ) {
|
266 |
-
if ( $line == "Sitemap: " . $
|
267 |
$flag = true;
|
268 |
}
|
269 |
if ( ! $flag )
|
270 |
-
fwrite( $fp, "\nSitemap: " . $
|
271 |
fclose ( $fp );
|
272 |
}
|
273 |
|
@@ -279,7 +301,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
279 |
$gglstmp_robots = get_option( 'gglstmp_robots' );
|
280 |
|
281 |
if ( $message == "" )
|
282 |
-
$message =
|
283 |
}
|
284 |
|
285 |
$gglstmp_result = get_post_types( '', 'names' );
|
@@ -287,6 +309,11 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
287 |
unset( $gglstmp_result['attachment'] );
|
288 |
unset( $gglstmp_result['nav_menu_item'] );
|
289 |
|
|
|
|
|
|
|
|
|
|
|
290 |
/* GO PRO */
|
291 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
292 |
$go_pro_result = bws_go_pro_tab_check( $plugin_basename );
|
@@ -340,25 +367,25 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
340 |
<?php if ( ! isset( $_GET['action'] ) ) { ?>
|
341 |
<form action="admin.php?page=google-sitemap-plugin.php" method='post' id="gglstmp_auth" name="gglstmp_auth">
|
342 |
<?php /*=============================== Creating sitemap file ====================================*/
|
343 |
-
if ( file_exists( $
|
344 |
if ( is_multisite() ) {
|
345 |
-
echo '<p><a href="' . $
|
346 |
} else {
|
347 |
-
echo '<p><a href="' . $
|
348 |
}
|
349 |
} else {
|
350 |
gglstmp_sitemapcreate();
|
351 |
if ( is_multisite() ) {
|
352 |
-
echo '<p><a href="' . $
|
353 |
} else {
|
354 |
-
echo '<p><a href="' . $
|
355 |
}
|
356 |
}
|
357 |
/*========================================== Recreating sitemap file ====================================*/
|
358 |
if ( is_multisite() ) {
|
359 |
-
echo '<p>' . __( "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using", 'sitemap' ) . " <a href=\"https://www.google.com/webmasters/tools/home?hl=en\">". __( "this", 'sitemap' ) . "</a> ". __( "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field", 'sitemap' ) . " - '" . $
|
360 |
} else {
|
361 |
-
echo '<p>' . __( "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using", 'sitemap' ) . " <a href=\"https://www.google.com/webmasters/tools/home?hl=en\">". __( "this", 'sitemap' ) . "</a> ". __( "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field", 'sitemap' ) . " - '" . $
|
362 |
} ?>
|
363 |
<table class="form-table">
|
364 |
<tr valign="top">
|
@@ -376,18 +403,24 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
376 |
<?php } else { ?>
|
377 |
<tr valign="top">
|
378 |
<td colspan="2">
|
379 |
-
<label><input type='checkbox' name='gglstmp_checkbox' value="1" <?php if ( 1 == $gglstmp_robots ) echo 'checked="checked"'; ?> /> <?php _e( "I want to add sitemap file path in", 'sitemap' ); ?> <a href="<?php echo $
|
380 |
</td>
|
381 |
</tr>
|
382 |
<?php } ?>
|
383 |
<tr valign="top">
|
384 |
-
<th scope="row" colspan="2"><?php _e( 'Please choose the necessary post types the links to which are to be added to the sitemap:', 'sitemap' ); ?> </th>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
385 |
</tr>
|
386 |
<tr valign="top">
|
387 |
<td colspan="2">
|
388 |
-
<?php
|
389 |
-
|
390 |
-
<label><input type="checkbox" <?php if ( in_array( $value, $gglstmp_settings['post_type'] ) ) echo 'checked="checked"'; ?> name="gglstmp_settings[]" value="<?php echo $value; ?>"/><span style="text-transform: capitalize; padding-left: 5px;"><?php echo $value; ?></span></label><br />
|
391 |
<?php } ?>
|
392 |
</td>
|
393 |
</tr>
|
@@ -494,7 +527,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
494 |
<p><?php _e( "Please authorize via your Google Account in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools.", 'sitemap' ); ?></p>
|
495 |
<a id="gglstmp_authorization_button" class="button-primary" href="<?php echo $gglstmp_auth_url; ?>" target="_blank" onclick="window.open(this.href,'','top='+(screen.height/2-560/2)+',left='+(screen.width/2-640/2)+',width=640,height=560,resizable=0,scrollbars=0,menubar=0,toolbar=0,status=1,location=0').focus(); return false;"><?php _e( 'Get Authorization Code', 'sitemap' ); ?></a>
|
496 |
<div id="gglstmp_authorization_form">
|
497 |
-
<input id="gglstmp_authorization_code" name="gglstmp_authorization_code" type="text" autocomplete="off"
|
498 |
<input id="gglstmp_authorize" class="button-primary" name="gglstmp_authorize" type="submit" value="<?php _e( 'Authorize', 'sitemap' ); ?>">
|
499 |
</div>
|
500 |
<?php if ( isset( $_POST['gglstmp_authorization_code'] ) && isset( $_POST['gglstmp_authorize'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gglstmp_nonce_name' ) ) { ?>
|
@@ -519,7 +552,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
519 |
<table class="form-table bws_pro_version">
|
520 |
<tr valign="top">
|
521 |
<td colspan="2">
|
522 |
-
<?php _e( 'Please choose the necessary post types the links to which are to be added to the sitemap:', 'sitemap' ); ?>
|
523 |
</td>
|
524 |
</tr>
|
525 |
<tr valign="top">
|
@@ -592,13 +625,12 @@ if ( ! function_exists( 'gglstmp_add_plugin_stylesheet' ) ) {
|
|
592 |
/*============================================ Function to get info about site ====================*/
|
593 |
if ( ! function_exists( 'gglstmp_info_site' ) ) {
|
594 |
function gglstmp_info_site( $gglstmp_wmt, $gglstmp_sv ) {
|
|
|
595 |
|
596 |
$gglstmp_instruction_url = 'https://docs.google.com/document/d/1VOJx_OaasVskCqi9fsAbUmxfsckoagPU5Py97yjha9w/edit';
|
597 |
-
$url_home = home_url('/');
|
598 |
-
$gglstmp_settings = get_option( 'gglstmp_settings' );
|
599 |
$gglstmp_wmt_sites_arr = $gglstmp_wmt_sitemaps_arr = array();
|
600 |
|
601 |
-
printf( '<h4>' . __( 'I want to get info about site %s in Google Webmaster Tools', 'sitemap' ) . ':</h4>', sprintf( '<a href="%1$s">%1$s</a>', $
|
602 |
echo '<div class="gglstmp_wmt_content">';
|
603 |
|
604 |
$gglstmp_wmt_sites = $gglstmp_wmt->sites->listSites()->getSiteEntry();
|
@@ -606,17 +638,17 @@ if ( ! function_exists( 'gglstmp_info_site' ) ) {
|
|
606 |
$gglstmp_wmt_sites_arr[ $gglstmp_wmt_site->siteUrl ] = $gglstmp_wmt_site->permissionLevel;
|
607 |
}
|
608 |
|
609 |
-
if ( ! array_key_exists( $
|
610 |
printf( '<div>%s</div>', __( 'This site is not added to the Google Webmaster Tools.', 'sitemap') );
|
611 |
echo '</div><!-- .gglstmp_wmt_content -->';
|
612 |
return;
|
613 |
} else {
|
614 |
printf( '<div>%s</div>', __( 'This site is added to the Google Webmaster Tools.', 'sitemap' ) );
|
615 |
-
printf( '<div><strong>%s</strong> <a href="%s" target="_blank">%2$s</a></div>', __( 'Site URL:', 'sitemap'), $
|
616 |
-
printf( '<div><strong>%s</strong> %s</div>', __( 'Site verification:', 'sitemap'), ( $gglstmp_wmt_sites_arr[ $
|
617 |
|
618 |
try {
|
619 |
-
$gglstmp_wmt_sitemaps = $gglstmp_wmt->sitemaps->listSitemaps( $
|
620 |
} catch ( Google_Service_Exception $e ) {
|
621 |
$getErrors = $e->getErrors();
|
622 |
if ( isset( $getErrors[0]['message'] ) ) {
|
@@ -629,23 +661,23 @@ if ( ! function_exists( 'gglstmp_info_site' ) ) {
|
|
629 |
return;
|
630 |
}
|
631 |
|
632 |
-
$gglstmp_wmt_sitemaps = $gglstmp_wmt->sitemaps->listSitemaps( $
|
633 |
foreach ( $gglstmp_wmt_sitemaps as $gglstmp_wmt_sitemap ) {
|
634 |
$gglstmp_wmt_sitemaps_arr[ $gglstmp_wmt_sitemap->path ] = ( $gglstmp_wmt_sitemap->errors > 0 || $gglstmp_wmt_sitemap->warnings > 0 ) ? true : false;
|
635 |
}
|
636 |
|
637 |
if ( isset( $gglstmp_settings['sitemap']['loc'] ) ) {
|
638 |
-
$
|
639 |
-
if ( ! array_key_exists( $
|
640 |
printf( '<div>%s</div>', __( 'The sitemap file is not added to the Google Webmaster Tools.', 'sitemap') );
|
641 |
} else {
|
642 |
-
if( ! $gglstmp_wmt_sitemaps_arr[ $
|
643 |
printf( '<div>%s</div>', __( 'The sitemap file is added to the Google Webmaster Tools.', 'sitemap') );
|
644 |
} else {
|
645 |
-
printf( '<div class="gglstmp_wmt_error">%s <a href="%s">%s</a></div>', __( 'The sitemap file is added to the Google Webmaster Tools, but has some errors or warnings.', 'sitemap' ), sprintf( 'https://www.google.com/webmasters/tools/sitemap-details?hl=en&siteUrl=%s&sitemapUrl=%s#ISSUE_FILTER=-1', urlencode( $
|
646 |
}
|
647 |
}
|
648 |
-
printf( '<div><strong>%s</strong> <a href="%s" target="_blank">%2$s</a></div></div>', __( 'Sitemap URL:', 'sitemap'), $
|
649 |
} else {
|
650 |
printf( '<div>%s - <a target="_blank" href="%s">%s</a></div>', __( 'When checking the sitemap file an unexpected error occurred. Please, check the sitemap file manually', 'sitemap' ), $gglstmp_instruction_url, __( 'View the Instruction', 'sitemap' ) );
|
651 |
}
|
@@ -657,22 +689,21 @@ if ( ! function_exists( 'gglstmp_info_site' ) ) {
|
|
657 |
/*============================================ Deleting site from google webmaster tools ====================*/
|
658 |
if ( ! function_exists( 'gglstmp_del_site' ) ) {
|
659 |
function gglstmp_del_site( $gglstmp_wmt, $gglstmp_sv ) {
|
660 |
-
$
|
661 |
-
$gglstmp_settings = get_option( 'gglstmp_settings' );
|
662 |
|
663 |
-
printf( '<h4>' . __( 'I want to delete site %s from Google Webmaster Tools', 'sitemap' ) . '</h4>', sprintf( '<a href="%1$s">%1$s</a>', $
|
664 |
echo '<div class="gglstmp_wmt_content">';
|
665 |
|
666 |
try {
|
667 |
-
$gglstmp_wmt_sitemaps = $gglstmp_wmt->sitemaps->listSitemaps( $
|
668 |
foreach ( $gglstmp_wmt_sitemaps as $gglstmp_wmt_sitemap ) {
|
669 |
try {
|
670 |
-
$gglstmp_wmt->sitemaps->delete( $
|
671 |
} catch ( Google_Service_Exception $e ) {}
|
672 |
}
|
673 |
} catch ( Google_Service_Exception $e ) {}
|
674 |
try {
|
675 |
-
$gglstmp_wmt->sites->delete( $
|
676 |
printf( '<div>%s</div>', __( 'This site has been successfully deleted from Google Webmaster Tools', 'sitemap' ) );
|
677 |
unset( $gglstmp_settings['site_vererification_code'] );
|
678 |
update_option( 'gglstmp_settings', $gglstmp_settings );
|
@@ -687,17 +718,16 @@ if ( ! function_exists( 'gglstmp_del_site' ) ) {
|
|
687 |
/*============================================ Adding and verifing site, adding sitemap file to the google webmaster tools ====================*/
|
688 |
if ( ! function_exists( 'gglstmp_add_site' ) ) {
|
689 |
function gglstmp_add_site( $gglstmp_wmt, $gglstmp_sv ) {
|
|
|
690 |
$gglstmp_sv_method = 'META';
|
691 |
$gglstmp_sv_type = 'SITE';
|
692 |
$gglstmp_instruction_url = 'https://docs.google.com/document/d/1VOJx_OaasVskCqi9fsAbUmxfsckoagPU5Py97yjha9w/edit';
|
693 |
-
$url_home = home_url( '/' );
|
694 |
-
$gglstmp_settings = get_option( 'gglstmp_settings' );
|
695 |
|
696 |
-
printf( '<h4>' . __( 'I want to add site %s in Google Webmaster Tools', 'sitemap' ) . '</h4>', sprintf( '<a href="%1$s">%1$s</a>', $
|
697 |
echo '<div class="gglstmp_wmt_content">';
|
698 |
|
699 |
try {
|
700 |
-
$gglstmp_wmt->sites->add( $
|
701 |
printf( '<div>%s</div>', __( 'The site is added to the Google Webmaster Tools.', 'sitemap' ) );
|
702 |
} catch ( Google_Service_Exception $e ) {
|
703 |
$gglstmp_wmt_error = $e->getErrors();
|
@@ -713,7 +743,7 @@ if ( ! function_exists( 'gglstmp_add_site' ) ) {
|
|
713 |
|
714 |
try {
|
715 |
$gglstmp_sv_get_token_request_site = new Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite;
|
716 |
-
$gglstmp_sv_get_token_request_site->setIdentifier( $
|
717 |
$gglstmp_sv_get_token_request_site->setType( $gglstmp_sv_type );
|
718 |
$gglstmp_sv_get_token_request = new Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest;
|
719 |
$gglstmp_sv_get_token_request->setSite( $gglstmp_sv_get_token_request_site );
|
@@ -740,7 +770,7 @@ if ( ! function_exists( 'gglstmp_add_site' ) ) {
|
|
740 |
|
741 |
try {
|
742 |
$gglstmp_wmt_resource_site = new Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite;
|
743 |
-
$gglstmp_wmt_resource_site->setIdentifier( $
|
744 |
$gglstmp_wmt_resource_site->setType( $gglstmp_sv_type );
|
745 |
$gglstmp_wmt_resource = new Google_Service_SiteVerification_SiteVerificationWebResourceResource;
|
746 |
$gglstmp_wmt_resource->setSite( $gglstmp_wmt_resource_site );
|
@@ -759,11 +789,11 @@ if ( ! function_exists( 'gglstmp_add_site' ) ) {
|
|
759 |
}
|
760 |
|
761 |
if ( isset( $gglstmp_settings['sitemap']['loc'] ) ) {
|
762 |
-
$
|
763 |
-
$gglstmp_check_sitemap = gglstmp_check_sitemap( $
|
764 |
if ( $gglstmp_check_sitemap['code'] == 200 ) {
|
765 |
try {
|
766 |
-
$gglstmp_wmt->sitemaps->submit( $
|
767 |
printf( '<div>%s</div>', __( 'The sitemap file has been successfully added to the Google Webmaster Tools.', 'sitemap' ) );
|
768 |
} catch ( Google_Service_Exception $e ) {
|
769 |
$gglstmp_wmt_error = $e->getErrors();
|
@@ -857,7 +887,7 @@ if ( ! function_exists ( 'gglstmp_plugin_banner' ) ) {
|
|
857 |
global $hook_suffix;
|
858 |
if ( 'plugins.php' == $hook_suffix ) {
|
859 |
global $gglstmp_plugin_info;
|
860 |
-
bws_plugin_banner( $gglstmp_plugin_info, 'gglstmp', 'google-sitemap', '8fbb5d23fd00bdcb213d6c0985d16ec5', '83', '//ps.w.org/google-sitemap-plugin/assets/icon-128x128.png' );
|
861 |
}
|
862 |
}
|
863 |
}
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Plugin to add google sitemap file in Google Webmaster Tools account.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.9.8
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
32 |
bws_add_general_menu( plugin_basename( __FILE__ ) );
|
33 |
add_submenu_page( 'bws_plugins', __( 'Google Sitemap Settings', 'sitemap' ), 'Google Sitemap', 'manage_options', "google-sitemap-plugin.php", 'gglstmp_settings_page' );
|
34 |
|
35 |
+
global $gglstmppr_url_home, $gglstmppr_url, $gglstmppr_url_send, $gglstmppr_url_send_sitemap;
|
36 |
+
$gglstmppr_url_home = home_url( "/" );
|
37 |
+
$gglstmppr_url = urlencode( $gglstmppr_url_home );
|
38 |
+
$gglstmppr_url_send = "https://www.google.com/webmasters/tools/feeds/sites/";
|
39 |
+
$gglstmppr_url_send_sitemap = "https://www.google.com/webmasters/tools/feeds/";
|
40 |
}
|
41 |
}
|
42 |
|
89 |
|
90 |
$gglstmp_option_defaults = array(
|
91 |
'plugin_option_version' => $gglstmp_plugin_info['Version'],
|
92 |
+
'post_type' => array( 'page', 'post' ),
|
93 |
+
'taxonomy' => array(),
|
94 |
+
'sitemap' => array()
|
95 |
);
|
96 |
|
97 |
if ( ! get_option( 'gglstmp_settings' ) )
|
113 |
/*============================================ Function for creating sitemap file ====================*/
|
114 |
if ( ! function_exists( 'gglstmp_sitemapcreate' ) ) {
|
115 |
function gglstmp_sitemapcreate() {
|
116 |
+
global $wpdb, $gglstmp_settings;
|
117 |
|
118 |
+
$str_post_type = "";
|
|
|
|
|
|
|
|
|
|
|
119 |
foreach ( $gglstmp_settings['post_type'] as $val ) {
|
120 |
+
if ( $str_post_type != "" )
|
121 |
+
$str_post_type .= ", ";
|
122 |
+
$str_post_type .= "'" . $val . "'";
|
123 |
+
}
|
124 |
+
|
125 |
+
$taxonomies = array();
|
126 |
+
foreach ( $gglstmp_settings['taxonomy'] as $val ) {
|
127 |
+
$taxonomies[] = $val;
|
128 |
}
|
|
|
129 |
|
130 |
+
$xml = new DomDocument( '1.0', 'utf-8' );
|
|
|
|
|
|
|
131 |
|
132 |
+
$xml_stylesheet_path = ( defined( 'WP_CONTENT_DIR' ) )? home_url( '/' ) . basename( WP_CONTENT_DIR ) : home_url( '/' ) . 'wp-content';
|
133 |
+
$xml_stylesheet_path .= ( defined( 'WP_PLUGIN_DIR' ) ) ? '/' . basename( WP_PLUGIN_DIR ) . '/google-sitemap-plugin/sitemap.xsl' : '/plugins/google-sitemap-plugin/sitemap.xsl';
|
|
|
|
|
134 |
|
135 |
$xslt = $xml->createProcessingInstruction( 'xml-stylesheet', "type=\"text/xsl\" href=\"$xml_stylesheet_path\"" );
|
136 |
$xml->appendChild( $xslt );
|
137 |
+
$gglstmppr_urlset = $xml->appendChild( $xml->createElementNS( 'http://www.sitemaps.org/schemas/sitemap/0.9','urlset' ) );
|
138 |
+
|
139 |
+
if ( ! empty( $str_post_type ) ) {
|
140 |
+
$loc = $wpdb->get_results( "SELECT `ID`, `post_modified` FROM $wpdb->posts WHERE `post_status` = 'publish' AND `post_type` IN (" . $str_post_type . ")" );
|
141 |
+
|
142 |
+
if ( ! empty( $loc ) ) {
|
143 |
+
foreach ( $loc as $val ) {
|
144 |
+
$gglstmppr_url = $gglstmppr_urlset->appendChild( $xml->createElement( 'url' ) );
|
145 |
+
$loc = $gglstmppr_url->appendChild( $xml->createElement( 'loc' ) );
|
146 |
+
$permalink = get_permalink( $val->ID );
|
147 |
+
$loc->appendChild( $xml->createTextNode( $permalink ) );
|
148 |
+
$lastmod = $gglstmppr_url->appendChild( $xml->createElement( 'lastmod' ) );
|
149 |
+
$now = $val->post_modified;
|
150 |
+
$date = date( 'Y-m-d\TH:i:sP', strtotime( $now ) );
|
151 |
+
$lastmod->appendChild( $xml->createTextNode( $date ) );
|
152 |
+
$changefreq = $gglstmppr_url->appendChild( $xml->createElement( 'changefreq' ) );
|
153 |
+
$changefreq->appendChild( $xml->createTextNode( 'monthly' ) );
|
154 |
+
$priority = $gglstmppr_url->appendChild( $xml->createElement( 'priority' ) );
|
155 |
+
$priority->appendChild( $xml->createTextNode( 1.0 ) );
|
156 |
+
}
|
157 |
}
|
|
|
158 |
}
|
159 |
+
if ( ! empty( $taxonomies ) ) {
|
160 |
+
foreach ( $taxonomies as $value ) {
|
161 |
+
|
162 |
+
$terms = get_terms( $value, 'hide_empty=1' );
|
163 |
+
|
164 |
+
if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {
|
165 |
+
foreach ( $terms as $term_value ) {
|
166 |
+
$gglstmppr_url = $gglstmppr_urlset->appendChild( $xml->createElement( 'url' ) );
|
167 |
+
$loc = $gglstmppr_url->appendChild( $xml->createElement( 'loc' ) );
|
168 |
+
$permalink = get_term_link( (int)$term_value->term_id, $value );
|
169 |
+
$loc->appendChild( $xml->createTextNode( $permalink ) );
|
170 |
+
$lastmod = $gglstmppr_url->appendChild( $xml->createElement( 'lastmod' ) );
|
171 |
+
|
172 |
+
$now = $wpdb->get_var( "SELECT `post_modified` FROM $wpdb->posts, $wpdb->term_relationships WHERE `post_status` = 'publish' AND `term_taxonomy_id` = " . $term_value->term_taxonomy_id . " AND $wpdb->posts.ID= $wpdb->term_relationships.object_id ORDER BY `post_modified` DESC" );
|
173 |
+
$date = date( 'Y-m-d\TH:i:sP', strtotime( $now ) );
|
174 |
+
$lastmod->appendChild( $xml->createTextNode( $date ) );
|
175 |
+
$changefreq = $gglstmppr_url -> appendChild( $xml->createElement( 'changefreq' ) );
|
176 |
+
$changefreq->appendChild( $xml->createTextNode( 'monthly' ) );
|
177 |
+
$priority = $gglstmppr_url->appendChild( $xml->createElement( 'priority' ) );
|
178 |
+
$priority->appendChild( $xml->createTextNode( 1.0 ) );
|
179 |
+
}
|
180 |
+
}
|
181 |
+
}
|
182 |
+
}
|
183 |
+
|
184 |
+
$xml->formatOutput = true;
|
185 |
|
186 |
if ( is_multisite() ) {
|
187 |
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', str_replace( 'https://', '', home_url() ) ) );
|
195 |
|
196 |
if ( ! function_exists( 'gglstmp_sitemap_info' ) ) {
|
197 |
function gglstmp_sitemap_info() {
|
198 |
+
global $gglstmp_settings;
|
199 |
|
200 |
if ( is_multisite() ) {
|
201 |
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', str_replace( 'https://', '', home_url() ) ) );
|
208 |
$xml_url = home_url('/') . $xml_file;
|
209 |
if ( file_exists( $xml_path ) ) {
|
210 |
$gglstmp_settings['sitemap'] = array(
|
211 |
+
'file' => $xml_file,
|
212 |
+
'path' => $xml_path,
|
213 |
+
'loc' => $xml_url,
|
214 |
+
'lastmod' => date( 'Y-m-d\TH:i:sP', filemtime( $xml_path ) )
|
215 |
);
|
216 |
update_option( 'gglstmp_settings', $gglstmp_settings );
|
217 |
}
|
244 |
/*============================================ Function for creating setting page ====================*/
|
245 |
if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
246 |
function gglstmp_settings_page() {
|
247 |
+
global $gglstmppr_url_home, $gglstmp_settings, $gglstmppr_url, $wp_version, $gglstmp_plugin_info;
|
248 |
|
249 |
$message = $error = "";
|
250 |
$gglstmp_robots = get_option( 'gglstmp_robots' );
|
251 |
+
$gglstmppr_url_robot = ABSPATH . "robots.txt";
|
252 |
$plugin_basename = plugin_basename( __FILE__ );
|
253 |
|
254 |
if ( is_multisite() ) {
|
255 |
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', str_replace( 'https://', '', home_url() ) ) );
|
256 |
+
$gglstmppr_url_sitemap = ABSPATH . "sitemap_" . $home_url .".xml";
|
257 |
} else {
|
258 |
+
$gglstmppr_url_sitemap = ABSPATH . "sitemap.xml";
|
259 |
}
|
260 |
|
261 |
if ( isset( $_REQUEST['gglstmp_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gglstmp_nonce_name' ) ) {
|
262 |
+
$gglstmp_settings['post_type'] = isset( $_REQUEST['gglstmp_post_types'] ) ? $_REQUEST['gglstmp_post_types'] : array();
|
263 |
+
$gglstmp_settings['taxonomy'] = isset( $_REQUEST['gglstmp_taxonomies'] ) ? $_REQUEST['gglstmp_taxonomies'] : array();
|
264 |
+
|
265 |
update_option( 'gglstmp_settings', $gglstmp_settings );
|
266 |
|
267 |
if ( ! isset( $_POST['gglstmp_checkbox'] ) ) {
|
279 |
gglstmp_sitemapcreate();
|
280 |
}
|
281 |
|
|
|
|
|
282 |
/*============================ Adding location of sitemap file to the robots.txt =============*/
|
283 |
if ( isset( $_POST['gglstmp_checkbox'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gglstmp_nonce_name' ) ) {
|
284 |
+
if ( file_exists( $gglstmppr_url_robot ) && ! is_multisite() ) {
|
285 |
$fp = fopen( ABSPATH . 'robots.txt', "a+" );
|
286 |
$flag = false;
|
287 |
while ( false !== ( $line = fgets( $fp ) ) ) {
|
288 |
+
if ( $line == "Sitemap: " . $gglstmppr_url_home . "sitemap.xml" )
|
289 |
$flag = true;
|
290 |
}
|
291 |
if ( ! $flag )
|
292 |
+
fwrite( $fp, "\nSitemap: " . $gglstmppr_url_home . "sitemap.xml" );
|
293 |
fclose ( $fp );
|
294 |
}
|
295 |
|
301 |
$gglstmp_robots = get_option( 'gglstmp_robots' );
|
302 |
|
303 |
if ( $message == "" )
|
304 |
+
$message = __( "Settings saved.", 'sitemap' );
|
305 |
}
|
306 |
|
307 |
$gglstmp_result = get_post_types( '', 'names' );
|
309 |
unset( $gglstmp_result['attachment'] );
|
310 |
unset( $gglstmp_result['nav_menu_item'] );
|
311 |
|
312 |
+
$gglstmp_result_taxonomies = array(
|
313 |
+
'category' => 'Post category',
|
314 |
+
'post_tag' => 'Post tag'
|
315 |
+
);
|
316 |
+
|
317 |
/* GO PRO */
|
318 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
319 |
$go_pro_result = bws_go_pro_tab_check( $plugin_basename );
|
367 |
<?php if ( ! isset( $_GET['action'] ) ) { ?>
|
368 |
<form action="admin.php?page=google-sitemap-plugin.php" method='post' id="gglstmp_auth" name="gglstmp_auth">
|
369 |
<?php /*=============================== Creating sitemap file ====================================*/
|
370 |
+
if ( file_exists( $gglstmppr_url_sitemap ) ) {
|
371 |
if ( is_multisite() ) {
|
372 |
+
echo '<p><a href="' . $gglstmppr_url_home . "sitemap_" . $home_url . '.xml" target="_new">' . __( "The Sitemap file", 'sitemap' ) . "</a> " . __( "already exists. If you would like to replace it with a new one, please choose the necessary box below.", 'sitemap' ) . "</p>";
|
373 |
} else {
|
374 |
+
echo '<p><a href="' . $gglstmppr_url_home . 'sitemap.xml" target="_new">' . __( "The Sitemap file", 'sitemap' ) . "</a> " . __( "already exists. If you would like to replace it with a new one, please choose the necessary box below.", 'sitemap' ) . "</p>";
|
375 |
}
|
376 |
} else {
|
377 |
gglstmp_sitemapcreate();
|
378 |
if ( is_multisite() ) {
|
379 |
+
echo '<p><a href="' . $gglstmppr_url_home . "sitemap_" . $home_url . '.xml" target="_new">' . __( "Your Sitemap file", 'sitemap' ) . "</a> " . __( "is created in the site root directory.", 'sitemap' ) . "</p>";
|
380 |
} else {
|
381 |
+
echo '<p><a href="' . $gglstmppr_url_home . 'sitemap.xml" target="_new">' . __( "Your Sitemap file", 'sitemap' ) . "</a> " . __( "is created in the site root directory.", 'sitemap' ) . "</p>";
|
382 |
}
|
383 |
}
|
384 |
/*========================================== Recreating sitemap file ====================================*/
|
385 |
if ( is_multisite() ) {
|
386 |
+
echo '<p>' . __( "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using", 'sitemap' ) . " <a href=\"https://www.google.com/webmasters/tools/home?hl=en\">". __( "this", 'sitemap' ) . "</a> ". __( "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field", 'sitemap' ) . " - '" . $gglstmppr_url_home . "sitemap_" . $home_url . ".xml'.</p>";
|
387 |
} else {
|
388 |
+
echo '<p>' . __( "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using", 'sitemap' ) . " <a href=\"https://www.google.com/webmasters/tools/home?hl=en\">". __( "this", 'sitemap' ) . "</a> ". __( "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field", 'sitemap' ) . " - '" . $gglstmppr_url_home . "sitemap.xml'.</p>";
|
389 |
} ?>
|
390 |
<table class="form-table">
|
391 |
<tr valign="top">
|
403 |
<?php } else { ?>
|
404 |
<tr valign="top">
|
405 |
<td colspan="2">
|
406 |
+
<label><input type='checkbox' name='gglstmp_checkbox' value="1" <?php if ( 1 == $gglstmp_robots ) echo 'checked="checked"'; ?> /> <?php _e( "I want to add sitemap file path in", 'sitemap' ); ?> <a href="<?php echo $gglstmppr_url_home; ?>robots.txt" target="_new">robots.txt</a></label>
|
407 |
</td>
|
408 |
</tr>
|
409 |
<?php } ?>
|
410 |
<tr valign="top">
|
411 |
+
<th scope="row" colspan="2"><?php _e( 'Please choose the necessary post types and taxonomies the links to which are to be added to the sitemap:', 'sitemap' ); ?> </th>
|
412 |
+
</tr>
|
413 |
+
<tr valign="top">
|
414 |
+
<td colspan="2">
|
415 |
+
<?php foreach ( $gglstmp_result as $key => $value ) { ?>
|
416 |
+
<label><input type="checkbox" <?php if ( in_array( $value, $gglstmp_settings['post_type'] ) ) echo 'checked="checked"'; ?> name="gglstmp_post_types[]" value="<?php echo $value; ?>"/><span style="text-transform: capitalize; padding-left: 5px;"><?php echo $value; ?></span></label><br />
|
417 |
+
<?php } ?>
|
418 |
+
</td>
|
419 |
</tr>
|
420 |
<tr valign="top">
|
421 |
<td colspan="2">
|
422 |
+
<?php foreach ( $gglstmp_result_taxonomies as $key => $value ) { ?>
|
423 |
+
<label><input type="checkbox" <?php if ( in_array( $key, $gglstmp_settings['taxonomy'] ) ) echo 'checked="checked"'; ?> name="gglstmp_taxonomies[]" value="<?php echo $key; ?>"/><span style="padding-left: 5px;"><?php echo $value; ?></span></label><br />
|
|
|
424 |
<?php } ?>
|
425 |
</td>
|
426 |
</tr>
|
527 |
<p><?php _e( "Please authorize via your Google Account in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools.", 'sitemap' ); ?></p>
|
528 |
<a id="gglstmp_authorization_button" class="button-primary" href="<?php echo $gglstmp_auth_url; ?>" target="_blank" onclick="window.open(this.href,'','top='+(screen.height/2-560/2)+',left='+(screen.width/2-640/2)+',width=640,height=560,resizable=0,scrollbars=0,menubar=0,toolbar=0,status=1,location=0').focus(); return false;"><?php _e( 'Get Authorization Code', 'sitemap' ); ?></a>
|
529 |
<div id="gglstmp_authorization_form">
|
530 |
+
<input id="gglstmp_authorization_code" name="gglstmp_authorization_code" type="text" autocomplete="off" maxlength="100" />
|
531 |
<input id="gglstmp_authorize" class="button-primary" name="gglstmp_authorize" type="submit" value="<?php _e( 'Authorize', 'sitemap' ); ?>">
|
532 |
</div>
|
533 |
<?php if ( isset( $_POST['gglstmp_authorization_code'] ) && isset( $_POST['gglstmp_authorize'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gglstmp_nonce_name' ) ) { ?>
|
552 |
<table class="form-table bws_pro_version">
|
553 |
<tr valign="top">
|
554 |
<td colspan="2">
|
555 |
+
<?php _e( 'Please choose the necessary post types and taxonomies the links to which are to be added to the sitemap:', 'sitemap' ); ?>
|
556 |
</td>
|
557 |
</tr>
|
558 |
<tr valign="top">
|
625 |
/*============================================ Function to get info about site ====================*/
|
626 |
if ( ! function_exists( 'gglstmp_info_site' ) ) {
|
627 |
function gglstmp_info_site( $gglstmp_wmt, $gglstmp_sv ) {
|
628 |
+
global $gglstmp_settings, $gglstmppr_url_home;
|
629 |
|
630 |
$gglstmp_instruction_url = 'https://docs.google.com/document/d/1VOJx_OaasVskCqi9fsAbUmxfsckoagPU5Py97yjha9w/edit';
|
|
|
|
|
631 |
$gglstmp_wmt_sites_arr = $gglstmp_wmt_sitemaps_arr = array();
|
632 |
|
633 |
+
printf( '<h4>' . __( 'I want to get info about site %s in Google Webmaster Tools', 'sitemap' ) . ':</h4>', sprintf( '<a href="%1$s">%1$s</a>', $gglstmppr_url_home ) );
|
634 |
echo '<div class="gglstmp_wmt_content">';
|
635 |
|
636 |
$gglstmp_wmt_sites = $gglstmp_wmt->sites->listSites()->getSiteEntry();
|
638 |
$gglstmp_wmt_sites_arr[ $gglstmp_wmt_site->siteUrl ] = $gglstmp_wmt_site->permissionLevel;
|
639 |
}
|
640 |
|
641 |
+
if ( ! array_key_exists( $gglstmppr_url_home, $gglstmp_wmt_sites_arr ) ) {
|
642 |
printf( '<div>%s</div>', __( 'This site is not added to the Google Webmaster Tools.', 'sitemap') );
|
643 |
echo '</div><!-- .gglstmp_wmt_content -->';
|
644 |
return;
|
645 |
} else {
|
646 |
printf( '<div>%s</div>', __( 'This site is added to the Google Webmaster Tools.', 'sitemap' ) );
|
647 |
+
printf( '<div><strong>%s</strong> <a href="%s" target="_blank">%2$s</a></div>', __( 'Site URL:', 'sitemap'), $gglstmppr_url_home );
|
648 |
+
printf( '<div><strong>%s</strong> %s</div>', __( 'Site verification:', 'sitemap'), ( $gglstmp_wmt_sites_arr[ $gglstmppr_url_home ] == 'siteOwner' ) ? __( 'verified', 'sitemap' ) : __( 'not verified', 'sitemap' ) );
|
649 |
|
650 |
try {
|
651 |
+
$gglstmp_wmt_sitemaps = $gglstmp_wmt->sitemaps->listSitemaps( $gglstmppr_url_home )->getSitemap();
|
652 |
} catch ( Google_Service_Exception $e ) {
|
653 |
$getErrors = $e->getErrors();
|
654 |
if ( isset( $getErrors[0]['message'] ) ) {
|
661 |
return;
|
662 |
}
|
663 |
|
664 |
+
$gglstmp_wmt_sitemaps = $gglstmp_wmt->sitemaps->listSitemaps( $gglstmppr_url_home )->getSitemap();
|
665 |
foreach ( $gglstmp_wmt_sitemaps as $gglstmp_wmt_sitemap ) {
|
666 |
$gglstmp_wmt_sitemaps_arr[ $gglstmp_wmt_sitemap->path ] = ( $gglstmp_wmt_sitemap->errors > 0 || $gglstmp_wmt_sitemap->warnings > 0 ) ? true : false;
|
667 |
}
|
668 |
|
669 |
if ( isset( $gglstmp_settings['sitemap']['loc'] ) ) {
|
670 |
+
$gglstmppr_url_sitemap = $gglstmp_settings['sitemap']['loc'];
|
671 |
+
if ( ! array_key_exists( $gglstmppr_url_sitemap, $gglstmp_wmt_sitemaps_arr ) ) {
|
672 |
printf( '<div>%s</div>', __( 'The sitemap file is not added to the Google Webmaster Tools.', 'sitemap') );
|
673 |
} else {
|
674 |
+
if( ! $gglstmp_wmt_sitemaps_arr[ $gglstmppr_url_sitemap ] ) {
|
675 |
printf( '<div>%s</div>', __( 'The sitemap file is added to the Google Webmaster Tools.', 'sitemap') );
|
676 |
} else {
|
677 |
+
printf( '<div class="gglstmp_wmt_error">%s <a href="%s">%s</a></div>', __( 'The sitemap file is added to the Google Webmaster Tools, but has some errors or warnings.', 'sitemap' ), sprintf( 'https://www.google.com/webmasters/tools/sitemap-details?hl=en&siteUrl=%s&sitemapUrl=%s#ISSUE_FILTER=-1', urlencode( $gglstmppr_url_home ), urlencode( $gglstmppr_url_sitemap ) ), __( 'Please, see them in the Google Webmaster Tools.', 'sitemap' ) );
|
678 |
}
|
679 |
}
|
680 |
+
printf( '<div><strong>%s</strong> <a href="%s" target="_blank">%2$s</a></div></div>', __( 'Sitemap URL:', 'sitemap'), $gglstmppr_url_sitemap );
|
681 |
} else {
|
682 |
printf( '<div>%s - <a target="_blank" href="%s">%s</a></div>', __( 'When checking the sitemap file an unexpected error occurred. Please, check the sitemap file manually', 'sitemap' ), $gglstmp_instruction_url, __( 'View the Instruction', 'sitemap' ) );
|
683 |
}
|
689 |
/*============================================ Deleting site from google webmaster tools ====================*/
|
690 |
if ( ! function_exists( 'gglstmp_del_site' ) ) {
|
691 |
function gglstmp_del_site( $gglstmp_wmt, $gglstmp_sv ) {
|
692 |
+
global $gglstmp_settings, $gglstmppr_url_home;
|
|
|
693 |
|
694 |
+
printf( '<h4>' . __( 'I want to delete site %s from Google Webmaster Tools', 'sitemap' ) . '</h4>', sprintf( '<a href="%1$s">%1$s</a>', $gglstmppr_url_home ) );
|
695 |
echo '<div class="gglstmp_wmt_content">';
|
696 |
|
697 |
try {
|
698 |
+
$gglstmp_wmt_sitemaps = $gglstmp_wmt->sitemaps->listSitemaps( $gglstmppr_url_home )->getSitemap();
|
699 |
foreach ( $gglstmp_wmt_sitemaps as $gglstmp_wmt_sitemap ) {
|
700 |
try {
|
701 |
+
$gglstmp_wmt->sitemaps->delete( $gglstmppr_url_home, $gglstmp_wmt_sitemap->path );
|
702 |
} catch ( Google_Service_Exception $e ) {}
|
703 |
}
|
704 |
} catch ( Google_Service_Exception $e ) {}
|
705 |
try {
|
706 |
+
$gglstmp_wmt->sites->delete( $gglstmppr_url_home );
|
707 |
printf( '<div>%s</div>', __( 'This site has been successfully deleted from Google Webmaster Tools', 'sitemap' ) );
|
708 |
unset( $gglstmp_settings['site_vererification_code'] );
|
709 |
update_option( 'gglstmp_settings', $gglstmp_settings );
|
718 |
/*============================================ Adding and verifing site, adding sitemap file to the google webmaster tools ====================*/
|
719 |
if ( ! function_exists( 'gglstmp_add_site' ) ) {
|
720 |
function gglstmp_add_site( $gglstmp_wmt, $gglstmp_sv ) {
|
721 |
+
global $gglstmp_settings, $gglstmppr_url_home;
|
722 |
$gglstmp_sv_method = 'META';
|
723 |
$gglstmp_sv_type = 'SITE';
|
724 |
$gglstmp_instruction_url = 'https://docs.google.com/document/d/1VOJx_OaasVskCqi9fsAbUmxfsckoagPU5Py97yjha9w/edit';
|
|
|
|
|
725 |
|
726 |
+
printf( '<h4>' . __( 'I want to add site %s in Google Webmaster Tools', 'sitemap' ) . '</h4>', sprintf( '<a href="%1$s">%1$s</a>', $gglstmppr_url_home ) );
|
727 |
echo '<div class="gglstmp_wmt_content">';
|
728 |
|
729 |
try {
|
730 |
+
$gglstmp_wmt->sites->add( $gglstmppr_url_home );
|
731 |
printf( '<div>%s</div>', __( 'The site is added to the Google Webmaster Tools.', 'sitemap' ) );
|
732 |
} catch ( Google_Service_Exception $e ) {
|
733 |
$gglstmp_wmt_error = $e->getErrors();
|
743 |
|
744 |
try {
|
745 |
$gglstmp_sv_get_token_request_site = new Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite;
|
746 |
+
$gglstmp_sv_get_token_request_site->setIdentifier( $gglstmppr_url_home );
|
747 |
$gglstmp_sv_get_token_request_site->setType( $gglstmp_sv_type );
|
748 |
$gglstmp_sv_get_token_request = new Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest;
|
749 |
$gglstmp_sv_get_token_request->setSite( $gglstmp_sv_get_token_request_site );
|
770 |
|
771 |
try {
|
772 |
$gglstmp_wmt_resource_site = new Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite;
|
773 |
+
$gglstmp_wmt_resource_site->setIdentifier( $gglstmppr_url_home );
|
774 |
$gglstmp_wmt_resource_site->setType( $gglstmp_sv_type );
|
775 |
$gglstmp_wmt_resource = new Google_Service_SiteVerification_SiteVerificationWebResourceResource;
|
776 |
$gglstmp_wmt_resource->setSite( $gglstmp_wmt_resource_site );
|
789 |
}
|
790 |
|
791 |
if ( isset( $gglstmp_settings['sitemap']['loc'] ) ) {
|
792 |
+
$gglstmppr_url_sitemap = $gglstmp_settings['sitemap']['loc'];
|
793 |
+
$gglstmp_check_sitemap = gglstmp_check_sitemap( $gglstmppr_url_sitemap );
|
794 |
if ( $gglstmp_check_sitemap['code'] == 200 ) {
|
795 |
try {
|
796 |
+
$gglstmp_wmt->sitemaps->submit( $gglstmppr_url_home, $gglstmppr_url_sitemap );
|
797 |
printf( '<div>%s</div>', __( 'The sitemap file has been successfully added to the Google Webmaster Tools.', 'sitemap' ) );
|
798 |
} catch ( Google_Service_Exception $e ) {
|
799 |
$gglstmp_wmt_error = $e->getErrors();
|
887 |
global $hook_suffix;
|
888 |
if ( 'plugins.php' == $hook_suffix ) {
|
889 |
global $gglstmp_plugin_info;
|
890 |
+
bws_plugin_banner( $gglstmp_plugin_info, 'gglstmp', 'google-sitemap', '8fbb5d23fd00bdcb213d6c0985d16ec5', '83', '//ps.w.org/google-sitemap-plugin/assets/icon-128x128.png' );
|
891 |
}
|
892 |
}
|
893 |
}
|
images/pro_screen_1.png
CHANGED
Binary file
|
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: 2015-04
|
6 |
-
"PO-Revision-Date: 2015-04
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -17,417 +17,387 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: google-sitemap-plugin.php:33
|
|
|
20 |
msgid "Google Sitemap Settings"
|
21 |
msgstr "Настройки Google Sitemap"
|
22 |
|
23 |
-
#: google-sitemap-plugin.php:
|
|
|
24 |
msgid "Settings saved."
|
25 |
msgstr "Настройки сохранены."
|
26 |
|
27 |
-
#: google-sitemap-plugin.php:
|
28 |
msgid "Your Sitemap file is created in the site root directory."
|
29 |
msgstr "Файл Sitemap создан в корне основной директории."
|
30 |
|
31 |
-
#: google-sitemap-plugin.php:
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
#: google-sitemap-plugin.php:296 google-sitemap-plugin.php:298
|
36 |
-
#: google-sitemap-plugin.php:834 google-sitemap-plugin.php:847
|
37 |
msgid "Settings"
|
38 |
msgstr "Настройки"
|
39 |
|
40 |
-
#: google-sitemap-plugin.php:
|
41 |
msgid "Extra settings"
|
42 |
msgstr "Экстра настройки"
|
43 |
|
44 |
-
#: google-sitemap-plugin.php:
|
|
|
45 |
msgid "FAQ"
|
46 |
msgstr "Часто задаваемые вопросы"
|
47 |
|
48 |
-
#: google-sitemap-plugin.php:
|
49 |
msgid "Go PRO"
|
50 |
msgstr "Перейти на PRO версию"
|
51 |
|
52 |
-
#: google-sitemap-plugin.php:
|
53 |
msgid "Warning:"
|
54 |
msgstr "Внимание:"
|
55 |
|
56 |
-
#: google-sitemap-plugin.php:
|
57 |
#, php-format
|
58 |
-
msgid ""
|
59 |
-
"
|
60 |
-
"your %s file in %s after line %s."
|
61 |
-
msgstr ""
|
62 |
-
"Чтобы иметь доступ к XML файлам подсайта, пожалуйста, добавьте следующее "
|
63 |
-
"правило %s в ваш %s файл %s после строчки %s."
|
64 |
|
65 |
-
#: google-sitemap-plugin.php:
|
66 |
msgid "Сheck Access"
|
67 |
msgstr "Проверить Доступ"
|
68 |
|
69 |
-
#: google-sitemap-plugin.php:
|
70 |
msgid "Notice:"
|
71 |
msgstr "Внимание:"
|
72 |
|
73 |
-
#: google-sitemap-plugin.php:
|
74 |
-
msgid ""
|
75 |
-
"
|
76 |
-
"forget to click the 'Save Changes' button."
|
77 |
-
msgstr ""
|
78 |
-
"Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
|
79 |
-
"не забудьте нажать кнопку \"Сохранить\"."
|
80 |
|
81 |
-
#: google-sitemap-plugin.php:
|
|
|
82 |
msgid "The Sitemap file"
|
83 |
msgstr "Файл Sitemap"
|
84 |
|
85 |
-
#: google-sitemap-plugin.php:
|
86 |
-
|
87 |
-
"already exists. If you would like to replace it with a new one, please "
|
88 |
-
"
|
89 |
-
"existing file."
|
90 |
-
msgstr ""
|
91 |
-
"уже существует. Если вы хотите изменить его на новый, выберите "
|
92 |
-
"соответствующее действие внизу. Все остальные действия перезапишут "
|
93 |
-
"существующий файл."
|
94 |
|
95 |
-
#: google-sitemap-plugin.php:
|
|
|
96 |
msgid "Your Sitemap file"
|
97 |
msgstr "Ваш файл Sitemap"
|
98 |
|
99 |
-
#: google-sitemap-plugin.php:
|
|
|
100 |
msgid "is created in the site root directory."
|
101 |
msgstr "создана в корне основной директории."
|
102 |
|
103 |
-
#: google-sitemap-plugin.php:
|
104 |
-
|
105 |
-
"If you do not want a sitemap file to be added to Google Webmaster Tools "
|
106 |
-
"
|
107 |
-
msgstr ""
|
108 |
-
"Если вы не хотите добавить файл sitemap автоматически в Google Webmaster "
|
109 |
-
"Tools, Вы можете сделать это через"
|
110 |
|
111 |
-
#: google-sitemap-plugin.php:
|
|
|
112 |
msgid "this"
|
113 |
msgstr "эту"
|
114 |
|
115 |
-
#: google-sitemap-plugin.php:
|
116 |
-
|
117 |
-
"link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the "
|
118 |
-
"
|
119 |
-
msgstr ""
|
120 |
-
"ссылку, залогиниться, выбрать сайт, выбрать 'Sitemaps' и заполнить "
|
121 |
-
"обязательное поле"
|
122 |
|
123 |
-
#: google-sitemap-plugin.php:
|
124 |
msgid "I want to create a new sitemap file or update the existing one"
|
125 |
msgstr "Я хочу создать новый файл sitemap или обновить существующий"
|
126 |
|
127 |
-
#: google-sitemap-plugin.php:
|
128 |
msgid "I want to add sitemap file path in robots.txt"
|
129 |
msgstr "Я хочу добавить путь к файлу sitemap в robots.txt"
|
130 |
|
131 |
-
#: google-sitemap-plugin.php:
|
132 |
-
msgid ""
|
133 |
-
"
|
134 |
-
"to robots.txt"
|
135 |
-
msgstr ""
|
136 |
-
"Т.к. вы используете мультисайтинг, плагин не имеет возможности добавить "
|
137 |
-
"sitemap в robots.txt"
|
138 |
|
139 |
-
#: google-sitemap-plugin.php:
|
140 |
msgid "I want to add sitemap file path in"
|
141 |
msgstr "Я хочу добавить путь файла sitemap в"
|
142 |
|
143 |
-
#: google-sitemap-plugin.php:
|
144 |
-
|
145 |
-
"Please choose the necessary post types the links to which are to be added to "
|
146 |
-
"
|
147 |
-
msgstr ""
|
148 |
-
"Пожалуйста, выберите необходимые типы постов, ссылки на которые будут "
|
149 |
-
"добавлены в sitemap:"
|
150 |
|
151 |
-
#: google-sitemap-plugin.php:
|
152 |
msgid "XML Sitemap \"Change Frequency\" parameter"
|
153 |
msgstr "Параметр XML Sitemap \"Change Frequency\""
|
154 |
|
155 |
-
#: google-sitemap-plugin.php:
|
156 |
msgid "Always"
|
157 |
msgstr "Всегда"
|
158 |
|
159 |
-
#: google-sitemap-plugin.php:
|
160 |
msgid "Hourly"
|
161 |
msgstr "Ежечасно"
|
162 |
|
163 |
-
#: google-sitemap-plugin.php:
|
164 |
msgid "Daily"
|
165 |
msgstr "Ежедневно"
|
166 |
|
167 |
-
#: google-sitemap-plugin.php:
|
168 |
msgid "Weekly"
|
169 |
msgstr "Еженедельно"
|
170 |
|
171 |
-
#: google-sitemap-plugin.php:
|
172 |
msgid "Monthly"
|
173 |
msgstr "Ежемесячно"
|
174 |
|
175 |
-
#: google-sitemap-plugin.php:
|
176 |
msgid "Yearly"
|
177 |
msgstr "Ежегодно"
|
178 |
|
179 |
-
#: google-sitemap-plugin.php:
|
180 |
msgid "Never"
|
181 |
msgstr "Никогда"
|
182 |
|
183 |
-
#: google-sitemap-plugin.php:
|
184 |
-
msgid ""
|
185 |
-
"
|
186 |
-
"search engines. The sitemap itself is generated once and will be re-"
|
187 |
-
"generated when you create or update any post or page."
|
188 |
-
msgstr ""
|
189 |
-
"Это значение используется в файле sitemap и предоставляет общую информацию "
|
190 |
-
"для поисковых систем. Sitemap создается один раз и будет перезаписана вновь "
|
191 |
-
"при создании или обновлении какой-либо страницы или поста."
|
192 |
|
193 |
-
#: google-sitemap-plugin.php:
|
|
|
194 |
msgid "Unlock premium options by upgrading to a PRO version."
|
195 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
196 |
|
197 |
-
#: google-sitemap-plugin.php:
|
|
|
198 |
msgid "Learn More"
|
199 |
msgstr "Подробнее"
|
200 |
|
201 |
-
#: google-sitemap-plugin.php:
|
|
|
202 |
msgid "Go"
|
203 |
msgstr "Перейти на"
|
204 |
|
205 |
-
#: google-sitemap-plugin.php:
|
206 |
-
msgid ""
|
207 |
-
"
|
208 |
-
"automatically."
|
209 |
-
msgstr ""
|
210 |
-
"Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить sitemap в "
|
211 |
-
"Google аккаунт автоматически."
|
212 |
|
213 |
-
#: google-sitemap-plugin.php:
|
214 |
msgid "Remote work with Google Webmaster Tools"
|
215 |
msgstr "Удаленная работа с Google Webmaster Tools"
|
216 |
|
217 |
-
#: google-sitemap-plugin.php:
|
218 |
msgid "Log out from Google Webmaster Tools"
|
219 |
msgstr "Выйти из Google Webmaster Tools"
|
220 |
|
221 |
-
#: google-sitemap-plugin.php:
|
222 |
msgid "I want to add this site to Google Webmaster Tools"
|
223 |
msgstr "Я хочу добавить этот сайт в Google Webmaster Tools"
|
224 |
|
225 |
-
#: google-sitemap-plugin.php:
|
226 |
msgid "I want to delete this site from Google Webmaster Tools"
|
227 |
msgstr "Я хочу удалить этот сайт из Google Webmaster Tools"
|
228 |
|
229 |
-
#: google-sitemap-plugin.php:
|
230 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
231 |
msgstr "Я хочу получить информацию об этом сайте из Google Webmaster Tools"
|
232 |
|
233 |
-
#: google-sitemap-plugin.php:
|
234 |
-
msgid ""
|
235 |
-
"
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
#: google-sitemap-plugin.php:
|
242 |
-
#: google-sitemap-plugin.php:
|
243 |
-
#: google-sitemap-plugin.php:
|
244 |
-
#: google-sitemap-plugin.php:775
|
245 |
msgid "View the Instruction"
|
246 |
msgstr "Просмотреть Инструкцию"
|
247 |
|
248 |
-
#: google-sitemap-plugin.php:
|
249 |
-
msgid ""
|
250 |
-
"
|
251 |
-
"and a sitemap file automatically or get information about this site in "
|
252 |
-
"Google Webmaster Tools."
|
253 |
-
msgstr ""
|
254 |
-
"Пожалуйста, авторизуйтесь используя ваш Google аккаунт, чтобы иметь "
|
255 |
-
"возможность добавлять или удалять сайты и файл sitemap автоматически или "
|
256 |
-
"получать информацию из Google Webmaster Tools."
|
257 |
|
258 |
-
#: google-sitemap-plugin.php:
|
259 |
msgid "Get Authorization Code"
|
260 |
msgstr "Получить код авторизации"
|
261 |
|
262 |
-
#: google-sitemap-plugin.php:
|
263 |
msgid "Authorize"
|
264 |
msgstr "Авторизироваться"
|
265 |
|
266 |
-
#: google-sitemap-plugin.php:
|
267 |
msgid "Invalid authorization code. Please, try again."
|
268 |
msgstr "Неверный код авторизации. Пожалуйста, попробуйте еще раз."
|
269 |
|
270 |
-
#: google-sitemap-plugin.php:
|
|
|
271 |
msgid "Save Changes"
|
272 |
msgstr "Сохранить изменения"
|
273 |
|
274 |
-
#: google-sitemap-plugin.php:
|
275 |
msgid "Show URL for pages"
|
276 |
msgstr "Отображать URL для страниц"
|
277 |
|
278 |
-
#: google-sitemap-plugin.php:
|
279 |
msgid "Example of site pages' tree"
|
280 |
msgstr "Пример дерева страниц сайта"
|
281 |
|
282 |
-
#: google-sitemap-plugin.php:
|
283 |
#, php-format
|
284 |
msgid "I want to get info about site %s in Google Webmaster Tools"
|
285 |
msgstr "Я хочу получить информацию об сайте %s из Google Webmaster Tools"
|
286 |
|
287 |
-
#: google-sitemap-plugin.php:
|
|
|
288 |
msgid "This site is not added to the Google Webmaster Tools."
|
289 |
msgstr "Этот сайт не добавлен в Google Webmaster Tools."
|
290 |
|
291 |
-
#: google-sitemap-plugin.php:
|
292 |
msgid "This site is added to the Google Webmaster Tools."
|
293 |
msgstr "Этот сайт добавлен в Google Webmaster Tools."
|
294 |
|
295 |
-
#: google-sitemap-plugin.php:
|
296 |
msgid "Site URL:"
|
297 |
msgstr "URL сайта:"
|
298 |
|
299 |
-
#: google-sitemap-plugin.php:
|
300 |
msgid "Site verification:"
|
301 |
msgstr "Верификация сайта:"
|
302 |
|
303 |
-
#: google-sitemap-plugin.php:
|
304 |
msgid "verified"
|
305 |
msgstr "верифицрован"
|
306 |
|
307 |
-
#: google-sitemap-plugin.php:
|
308 |
msgid "not verified"
|
309 |
msgstr "не верифицирован"
|
310 |
|
311 |
-
#: google-sitemap-plugin.php:
|
312 |
-
|
313 |
-
"An unexpected error occurred when verifying site in the Google Webmaster "
|
314 |
-
"Tools."
|
315 |
msgstr "Ошибка при верификации сайта в Google Webmaster Tools."
|
316 |
|
317 |
-
#: google-sitemap-plugin.php:
|
318 |
-
#: google-sitemap-plugin.php:
|
|
|
319 |
msgid "The site couldn't be verified. Please, verify the site manually"
|
320 |
-
msgstr ""
|
321 |
-
"Сайт не может быть верифицрован. Пожалуйста, верифицируйте сайт вручную"
|
322 |
|
323 |
-
#: google-sitemap-plugin.php:
|
324 |
msgid "The sitemap file is not added to the Google Webmaster Tools."
|
325 |
msgstr "Этот файл sitemap не добавлен в Google Webmaster Tools."
|
326 |
|
327 |
-
#: google-sitemap-plugin.php:
|
328 |
msgid "The sitemap file is added to the Google Webmaster Tools."
|
329 |
msgstr "Этот файл sitemap добавлен в Google Webmaster Tools."
|
330 |
|
331 |
-
#: google-sitemap-plugin.php:
|
332 |
-
msgid ""
|
333 |
-
"
|
334 |
-
"or warnings."
|
335 |
-
msgstr ""
|
336 |
-
"Этот файл sitemap добавлен в Google Webmaster Tools, но при добавлении "
|
337 |
-
"возникли ошибки."
|
338 |
|
339 |
-
#: google-sitemap-plugin.php:
|
340 |
msgid "Please, see them in the Google Webmaster Tools."
|
341 |
msgstr "Посмотреть ошибки в Google Webmaster Tools."
|
342 |
|
343 |
-
#: google-sitemap-plugin.php:
|
344 |
msgid "Sitemap URL:"
|
345 |
msgstr "URL Sitemap:"
|
346 |
|
347 |
-
#: google-sitemap-plugin.php:
|
348 |
-
msgid ""
|
349 |
-
"
|
350 |
-
"the sitemap file manually"
|
351 |
-
msgstr ""
|
352 |
-
"При проверке обнаружена ошибка файла sitemap. Пожалуйста, проверьте файл "
|
353 |
-
"вручную"
|
354 |
|
355 |
-
#: google-sitemap-plugin.php:
|
356 |
#, php-format
|
357 |
msgid "I want to delete site %s from Google Webmaster Tools"
|
358 |
msgstr "Я хочу удалить сайт %s из Google Webmaster Tools"
|
359 |
|
360 |
-
#: google-sitemap-plugin.php:
|
361 |
msgid "This site has been successfully deleted from Google Webmaster Tools"
|
362 |
msgstr "Этот сайт был успешно удален из Google Webmaster Tools"
|
363 |
|
364 |
-
#: google-sitemap-plugin.php:
|
365 |
#, php-format
|
366 |
msgid "I want to add site %s in Google Webmaster Tools"
|
367 |
msgstr "Я хочу добавить сайт %s в Google Webmaster Tools"
|
368 |
|
369 |
-
#: google-sitemap-plugin.php:
|
370 |
msgid "The site is added to the Google Webmaster Tools."
|
371 |
msgstr "Этот сайт добавлен в Google Webmaster Tools."
|
372 |
|
373 |
-
#: google-sitemap-plugin.php:
|
374 |
-
msgid ""
|
375 |
-
"When you add a site in the Google Webmaster Tools unexpected error occurred."
|
376 |
msgstr "Ошибка при добавлении сайта в Google Webmaster Tools."
|
377 |
|
378 |
-
#: google-sitemap-plugin.php:
|
379 |
msgid "The site couldn't be added. Please, add the site manually"
|
380 |
msgstr "Сайт не может быть добавлен. Пожалуйста, добавьте сайт вручную"
|
381 |
|
382 |
-
#: google-sitemap-plugin.php:
|
383 |
msgid "Verification code has been successfully received and added to the site."
|
384 |
msgstr "Код верификации получен и добавлен на сайт."
|
385 |
|
386 |
-
#: google-sitemap-plugin.php:
|
387 |
-
msgid ""
|
388 |
-
"Verification code has been successfully received but has not been added to "
|
389 |
-
"the site."
|
390 |
msgstr "Код верификации получен, но не добавлен на сайт."
|
391 |
|
392 |
-
#: google-sitemap-plugin.php:
|
393 |
-
msgid ""
|
394 |
-
"An error has occurred when receiving the verification code site in the "
|
395 |
-
"Google Webmaster."
|
396 |
msgstr "Ошибка Google Webmaster при получении кода верификации."
|
397 |
|
398 |
-
#: google-sitemap-plugin.php:
|
399 |
msgid "The site has been successfully verified in the Google Webmaster Tools."
|
400 |
msgstr "Этот сайт был успешно верифицирован в Google Webmaster Tools."
|
401 |
|
402 |
-
#: google-sitemap-plugin.php:
|
403 |
-
msgid ""
|
404 |
-
"The sitemap file has been successfully added to the Google Webmaster Tools."
|
405 |
msgstr "Файл sitemap был успешно добавлен в Google Webmaster Tools."
|
406 |
|
407 |
-
#: google-sitemap-plugin.php:
|
408 |
-
msgid ""
|
409 |
-
"When you add a sitemap file in the Google Webmaster Tools unexpected error "
|
410 |
-
"occurred."
|
411 |
msgstr "Ошибка при добавлении файла sitemap в Google Webmaster Tools."
|
412 |
|
413 |
-
#: google-sitemap-plugin.php:
|
414 |
-
msgid ""
|
415 |
-
"The sitemap file couldn't be added. Please, add the sitemap file manually"
|
416 |
msgstr "Файл sitemap не может быть добавлен. Пожалуйста, добавьте файл вручную"
|
417 |
|
418 |
-
#: google-sitemap-plugin.php:
|
419 |
#, php-format
|
420 |
msgid "Error 404. The sitemap file %s not found."
|
421 |
msgstr "Ошибка 404. Файл sitemap %s не найден."
|
422 |
|
423 |
-
#: google-sitemap-plugin.php:
|
424 |
msgid "The sitemap file not found."
|
425 |
msgstr "Файл sitemap не найден."
|
426 |
|
427 |
-
#: google-sitemap-plugin.php:
|
428 |
msgid "Support"
|
429 |
msgstr "Тех.поддержка"
|
430 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
#~ msgid "requires"
|
432 |
#~ msgstr "требует"
|
433 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-04 15:38+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-06-04 15:38+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: google-sitemap-plugin.php:33
|
20 |
+
#: google-sitemap-plugin.php:324
|
21 |
msgid "Google Sitemap Settings"
|
22 |
msgstr "Настройки Google Sitemap"
|
23 |
|
24 |
+
#: google-sitemap-plugin.php:272
|
25 |
+
#: google-sitemap-plugin.php:303
|
26 |
msgid "Settings saved."
|
27 |
msgstr "Настройки сохранены."
|
28 |
|
29 |
+
#: google-sitemap-plugin.php:277
|
30 |
msgid "Your Sitemap file is created in the site root directory."
|
31 |
msgstr "Файл Sitemap создан в корне основной директории."
|
32 |
|
33 |
+
#: google-sitemap-plugin.php:326
|
34 |
+
#: google-sitemap-plugin.php:863
|
35 |
+
#: google-sitemap-plugin.php:876
|
|
|
|
|
|
|
36 |
msgid "Settings"
|
37 |
msgstr "Настройки"
|
38 |
|
39 |
+
#: google-sitemap-plugin.php:327
|
40 |
msgid "Extra settings"
|
41 |
msgstr "Экстра настройки"
|
42 |
|
43 |
+
#: google-sitemap-plugin.php:328
|
44 |
+
#: google-sitemap-plugin.php:877
|
45 |
msgid "FAQ"
|
46 |
msgstr "Часто задаваемые вопросы"
|
47 |
|
48 |
+
#: google-sitemap-plugin.php:329
|
49 |
msgid "Go PRO"
|
50 |
msgstr "Перейти на PRO версию"
|
51 |
|
52 |
+
#: google-sitemap-plugin.php:335
|
53 |
msgid "Warning:"
|
54 |
msgstr "Внимание:"
|
55 |
|
56 |
+
#: google-sitemap-plugin.php:337
|
57 |
#, php-format
|
58 |
+
msgid "To have an access to subsites XML files, please add the following rule %s to your %s file in %s after line %s."
|
59 |
+
msgstr "Чтобы иметь доступ к XML файлам подсайта, пожалуйста, добавьте следующее правило %s в ваш %s файл %s после строчки %s."
|
|
|
|
|
|
|
|
|
60 |
|
61 |
+
#: google-sitemap-plugin.php:347
|
62 |
msgid "Сheck Access"
|
63 |
msgstr "Проверить Доступ"
|
64 |
|
65 |
+
#: google-sitemap-plugin.php:363
|
66 |
msgid "Notice:"
|
67 |
msgstr "Внимание:"
|
68 |
|
69 |
+
#: google-sitemap-plugin.php:363
|
70 |
+
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
71 |
+
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
|
|
|
|
|
|
|
|
72 |
|
73 |
+
#: google-sitemap-plugin.php:371
|
74 |
+
#: google-sitemap-plugin.php:373
|
75 |
msgid "The Sitemap file"
|
76 |
msgstr "Файл Sitemap"
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:371
|
79 |
+
#: google-sitemap-plugin.php:373
|
80 |
+
msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below."
|
81 |
+
msgstr "уже существует. Если вы хотите изменить его на новый, выберите соответствующее действие внизу."
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
+
#: google-sitemap-plugin.php:378
|
84 |
+
#: google-sitemap-plugin.php:380
|
85 |
msgid "Your Sitemap file"
|
86 |
msgstr "Ваш файл Sitemap"
|
87 |
|
88 |
+
#: google-sitemap-plugin.php:378
|
89 |
+
#: google-sitemap-plugin.php:380
|
90 |
msgid "is created in the site root directory."
|
91 |
msgstr "создана в корне основной директории."
|
92 |
|
93 |
+
#: google-sitemap-plugin.php:385
|
94 |
+
#: google-sitemap-plugin.php:387
|
95 |
+
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
96 |
+
msgstr "Если вы не хотите добавить файл sitemap автоматически в Google Webmaster Tools, Вы можете сделать это через"
|
|
|
|
|
|
|
97 |
|
98 |
+
#: google-sitemap-plugin.php:385
|
99 |
+
#: google-sitemap-plugin.php:387
|
100 |
msgid "this"
|
101 |
msgstr "эту"
|
102 |
|
103 |
+
#: google-sitemap-plugin.php:385
|
104 |
+
#: google-sitemap-plugin.php:387
|
105 |
+
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
106 |
+
msgstr "ссылку, залогиниться, выбрать сайт, выбрать 'Sitemaps' и заполнить обязательное поле"
|
|
|
|
|
|
|
107 |
|
108 |
+
#: google-sitemap-plugin.php:392
|
109 |
msgid "I want to create a new sitemap file or update the existing one"
|
110 |
msgstr "Я хочу создать новый файл sitemap или обновить существующий"
|
111 |
|
112 |
+
#: google-sitemap-plugin.php:398
|
113 |
msgid "I want to add sitemap file path in robots.txt"
|
114 |
msgstr "Я хочу добавить путь к файлу sitemap в robots.txt"
|
115 |
|
116 |
+
#: google-sitemap-plugin.php:399
|
117 |
+
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
118 |
+
msgstr "Т.к. вы используете мультисайтинг, плагин не имеет возможности добавить sitemap в robots.txt"
|
|
|
|
|
|
|
|
|
119 |
|
120 |
+
#: google-sitemap-plugin.php:405
|
121 |
msgid "I want to add sitemap file path in"
|
122 |
msgstr "Я хочу добавить путь файла sitemap в"
|
123 |
|
124 |
+
#: google-sitemap-plugin.php:410
|
125 |
+
#: google-sitemap-plugin.php:554
|
126 |
+
msgid "Please choose the necessary post types and taxonomies the links to which are to be added to the sitemap:"
|
127 |
+
msgstr "Пожалуйста, выберите необходимые типы постов и таксономии, ссылки на которые будут добавлены в sitemap:"
|
|
|
|
|
|
|
128 |
|
129 |
+
#: google-sitemap-plugin.php:432
|
130 |
msgid "XML Sitemap \"Change Frequency\" parameter"
|
131 |
msgstr "Параметр XML Sitemap \"Change Frequency\""
|
132 |
|
133 |
+
#: google-sitemap-plugin.php:435
|
134 |
msgid "Always"
|
135 |
msgstr "Всегда"
|
136 |
|
137 |
+
#: google-sitemap-plugin.php:436
|
138 |
msgid "Hourly"
|
139 |
msgstr "Ежечасно"
|
140 |
|
141 |
+
#: google-sitemap-plugin.php:437
|
142 |
msgid "Daily"
|
143 |
msgstr "Ежедневно"
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:438
|
146 |
msgid "Weekly"
|
147 |
msgstr "Еженедельно"
|
148 |
|
149 |
+
#: google-sitemap-plugin.php:439
|
150 |
msgid "Monthly"
|
151 |
msgstr "Ежемесячно"
|
152 |
|
153 |
+
#: google-sitemap-plugin.php:440
|
154 |
msgid "Yearly"
|
155 |
msgstr "Ежегодно"
|
156 |
|
157 |
+
#: google-sitemap-plugin.php:441
|
158 |
msgid "Never"
|
159 |
msgstr "Никогда"
|
160 |
|
161 |
+
#: google-sitemap-plugin.php:443
|
162 |
+
msgid "This value is used in the sitemap file and provides general information to search engines. The sitemap itself is generated once and will be re-generated when you create or update any post or page."
|
163 |
+
msgstr "Это значение используется в файле sitemap и предоставляет общую информацию для поисковых систем. Sitemap создается один раз и будет перезаписана вновь при создании или обновлении какой-либо страницы или поста."
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
|
165 |
+
#: google-sitemap-plugin.php:450
|
166 |
+
#: google-sitemap-plugin.php:579
|
167 |
msgid "Unlock premium options by upgrading to a PRO version."
|
168 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
169 |
|
170 |
+
#: google-sitemap-plugin.php:451
|
171 |
+
#: google-sitemap-plugin.php:580
|
172 |
msgid "Learn More"
|
173 |
msgstr "Подробнее"
|
174 |
|
175 |
+
#: google-sitemap-plugin.php:454
|
176 |
+
#: google-sitemap-plugin.php:583
|
177 |
msgid "Go"
|
178 |
msgstr "Перейти на"
|
179 |
|
180 |
+
#: google-sitemap-plugin.php:463
|
181 |
+
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
182 |
+
msgstr "Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить sitemap в Google аккаунт автоматически."
|
|
|
|
|
|
|
|
|
183 |
|
184 |
+
#: google-sitemap-plugin.php:468
|
185 |
msgid "Remote work with Google Webmaster Tools"
|
186 |
msgstr "Удаленная работа с Google Webmaster Tools"
|
187 |
|
188 |
+
#: google-sitemap-plugin.php:492
|
189 |
msgid "Log out from Google Webmaster Tools"
|
190 |
msgstr "Выйти из Google Webmaster Tools"
|
191 |
|
192 |
+
#: google-sitemap-plugin.php:494
|
193 |
msgid "I want to add this site to Google Webmaster Tools"
|
194 |
msgstr "Я хочу добавить этот сайт в Google Webmaster Tools"
|
195 |
|
196 |
+
#: google-sitemap-plugin.php:495
|
197 |
msgid "I want to delete this site from Google Webmaster Tools"
|
198 |
msgstr "Я хочу удалить этот сайт из Google Webmaster Tools"
|
199 |
|
200 |
+
#: google-sitemap-plugin.php:496
|
201 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
202 |
msgstr "Я хочу получить информацию об этом сайте из Google Webmaster Tools"
|
203 |
|
204 |
+
#: google-sitemap-plugin.php:501
|
205 |
+
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
206 |
+
msgstr "В случае ошибки при добавлении sitemap в Google автоматически с помощью этого плагина, Вы можете сделать это вручную"
|
207 |
+
|
208 |
+
#: google-sitemap-plugin.php:502
|
209 |
+
#: google-sitemap-plugin.php:658
|
210 |
+
#: google-sitemap-plugin.php:681
|
211 |
+
#: google-sitemap-plugin.php:738
|
212 |
+
#: google-sitemap-plugin.php:765
|
213 |
+
#: google-sitemap-plugin.php:785
|
214 |
+
#: google-sitemap-plugin.php:804
|
|
|
215 |
msgid "View the Instruction"
|
216 |
msgstr "Просмотреть Инструкцию"
|
217 |
|
218 |
+
#: google-sitemap-plugin.php:526
|
219 |
+
msgid "Please authorize via your Google Account in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
220 |
+
msgstr "Пожалуйста, авторизуйтесь используя ваш Google аккаунт, чтобы иметь возможность добавлять или удалять сайты и файл sitemap автоматически или получать информацию из Google Webmaster Tools."
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
|
222 |
+
#: google-sitemap-plugin.php:527
|
223 |
msgid "Get Authorization Code"
|
224 |
msgstr "Получить код авторизации"
|
225 |
|
226 |
+
#: google-sitemap-plugin.php:530
|
227 |
msgid "Authorize"
|
228 |
msgstr "Авторизироваться"
|
229 |
|
230 |
+
#: google-sitemap-plugin.php:533
|
231 |
msgid "Invalid authorization code. Please, try again."
|
232 |
msgstr "Неверный код авторизации. Пожалуйста, попробуйте еще раз."
|
233 |
|
234 |
+
#: google-sitemap-plugin.php:542
|
235 |
+
#: google-sitemap-plugin.php:572
|
236 |
msgid "Save Changes"
|
237 |
msgstr "Сохранить изменения"
|
238 |
|
239 |
+
#: google-sitemap-plugin.php:561
|
240 |
msgid "Show URL for pages"
|
241 |
msgstr "Отображать URL для страниц"
|
242 |
|
243 |
+
#: google-sitemap-plugin.php:567
|
244 |
msgid "Example of site pages' tree"
|
245 |
msgstr "Пример дерева страниц сайта"
|
246 |
|
247 |
+
#: google-sitemap-plugin.php:632
|
248 |
#, php-format
|
249 |
msgid "I want to get info about site %s in Google Webmaster Tools"
|
250 |
msgstr "Я хочу получить информацию об сайте %s из Google Webmaster Tools"
|
251 |
|
252 |
+
#: google-sitemap-plugin.php:641
|
253 |
+
#: google-sitemap-plugin.php:711
|
254 |
msgid "This site is not added to the Google Webmaster Tools."
|
255 |
msgstr "Этот сайт не добавлен в Google Webmaster Tools."
|
256 |
|
257 |
+
#: google-sitemap-plugin.php:645
|
258 |
msgid "This site is added to the Google Webmaster Tools."
|
259 |
msgstr "Этот сайт добавлен в Google Webmaster Tools."
|
260 |
|
261 |
+
#: google-sitemap-plugin.php:646
|
262 |
msgid "Site URL:"
|
263 |
msgstr "URL сайта:"
|
264 |
|
265 |
+
#: google-sitemap-plugin.php:647
|
266 |
msgid "Site verification:"
|
267 |
msgstr "Верификация сайта:"
|
268 |
|
269 |
+
#: google-sitemap-plugin.php:647
|
270 |
msgid "verified"
|
271 |
msgstr "верифицрован"
|
272 |
|
273 |
+
#: google-sitemap-plugin.php:647
|
274 |
msgid "not verified"
|
275 |
msgstr "не верифицирован"
|
276 |
|
277 |
+
#: google-sitemap-plugin.php:656
|
278 |
+
#: google-sitemap-plugin.php:783
|
279 |
+
msgid "An unexpected error occurred when verifying site in the Google Webmaster Tools."
|
|
|
280 |
msgstr "Ошибка при верификации сайта в Google Webmaster Tools."
|
281 |
|
282 |
+
#: google-sitemap-plugin.php:658
|
283 |
+
#: google-sitemap-plugin.php:765
|
284 |
+
#: google-sitemap-plugin.php:785
|
285 |
msgid "The site couldn't be verified. Please, verify the site manually"
|
286 |
+
msgstr "Сайт не может быть верифицрован. Пожалуйста, верифицируйте сайт вручную"
|
|
|
287 |
|
288 |
+
#: google-sitemap-plugin.php:671
|
289 |
msgid "The sitemap file is not added to the Google Webmaster Tools."
|
290 |
msgstr "Этот файл sitemap не добавлен в Google Webmaster Tools."
|
291 |
|
292 |
+
#: google-sitemap-plugin.php:674
|
293 |
msgid "The sitemap file is added to the Google Webmaster Tools."
|
294 |
msgstr "Этот файл sitemap добавлен в Google Webmaster Tools."
|
295 |
|
296 |
+
#: google-sitemap-plugin.php:676
|
297 |
+
msgid "The sitemap file is added to the Google Webmaster Tools, but has some errors or warnings."
|
298 |
+
msgstr "Этот файл sitemap добавлен в Google Webmaster Tools, но при добавлении возникли ошибки."
|
|
|
|
|
|
|
|
|
299 |
|
300 |
+
#: google-sitemap-plugin.php:676
|
301 |
msgid "Please, see them in the Google Webmaster Tools."
|
302 |
msgstr "Посмотреть ошибки в Google Webmaster Tools."
|
303 |
|
304 |
+
#: google-sitemap-plugin.php:679
|
305 |
msgid "Sitemap URL:"
|
306 |
msgstr "URL Sitemap:"
|
307 |
|
308 |
+
#: google-sitemap-plugin.php:681
|
309 |
+
msgid "When checking the sitemap file an unexpected error occurred. Please, check the sitemap file manually"
|
310 |
+
msgstr "При проверке обнаружена ошибка файла sitemap. Пожалуйста, проверьте файл вручную"
|
|
|
|
|
|
|
|
|
311 |
|
312 |
+
#: google-sitemap-plugin.php:693
|
313 |
#, php-format
|
314 |
msgid "I want to delete site %s from Google Webmaster Tools"
|
315 |
msgstr "Я хочу удалить сайт %s из Google Webmaster Tools"
|
316 |
|
317 |
+
#: google-sitemap-plugin.php:706
|
318 |
msgid "This site has been successfully deleted from Google Webmaster Tools"
|
319 |
msgstr "Этот сайт был успешно удален из Google Webmaster Tools"
|
320 |
|
321 |
+
#: google-sitemap-plugin.php:725
|
322 |
#, php-format
|
323 |
msgid "I want to add site %s in Google Webmaster Tools"
|
324 |
msgstr "Я хочу добавить сайт %s в Google Webmaster Tools"
|
325 |
|
326 |
+
#: google-sitemap-plugin.php:730
|
327 |
msgid "The site is added to the Google Webmaster Tools."
|
328 |
msgstr "Этот сайт добавлен в Google Webmaster Tools."
|
329 |
|
330 |
+
#: google-sitemap-plugin.php:736
|
331 |
+
msgid "When you add a site in the Google Webmaster Tools unexpected error occurred."
|
|
|
332 |
msgstr "Ошибка при добавлении сайта в Google Webmaster Tools."
|
333 |
|
334 |
+
#: google-sitemap-plugin.php:738
|
335 |
msgid "The site couldn't be added. Please, add the site manually"
|
336 |
msgstr "Сайт не может быть добавлен. Пожалуйста, добавьте сайт вручную"
|
337 |
|
338 |
+
#: google-sitemap-plugin.php:754
|
339 |
msgid "Verification code has been successfully received and added to the site."
|
340 |
msgstr "Код верификации получен и добавлен на сайт."
|
341 |
|
342 |
+
#: google-sitemap-plugin.php:756
|
343 |
+
msgid "Verification code has been successfully received but has not been added to the site."
|
|
|
|
|
344 |
msgstr "Код верификации получен, но не добавлен на сайт."
|
345 |
|
346 |
+
#: google-sitemap-plugin.php:763
|
347 |
+
msgid "An error has occurred when receiving the verification code site in the Google Webmaster."
|
|
|
|
|
348 |
msgstr "Ошибка Google Webmaster при получении кода верификации."
|
349 |
|
350 |
+
#: google-sitemap-plugin.php:777
|
351 |
msgid "The site has been successfully verified in the Google Webmaster Tools."
|
352 |
msgstr "Этот сайт был успешно верифицирован в Google Webmaster Tools."
|
353 |
|
354 |
+
#: google-sitemap-plugin.php:796
|
355 |
+
msgid "The sitemap file has been successfully added to the Google Webmaster Tools."
|
|
|
356 |
msgstr "Файл sitemap был успешно добавлен в Google Webmaster Tools."
|
357 |
|
358 |
+
#: google-sitemap-plugin.php:802
|
359 |
+
msgid "When you add a sitemap file in the Google Webmaster Tools unexpected error occurred."
|
|
|
|
|
360 |
msgstr "Ошибка при добавлении файла sitemap в Google Webmaster Tools."
|
361 |
|
362 |
+
#: google-sitemap-plugin.php:804
|
363 |
+
msgid "The sitemap file couldn't be added. Please, add the sitemap file manually"
|
|
|
364 |
msgstr "Файл sitemap не может быть добавлен. Пожалуйста, добавьте файл вручную"
|
365 |
|
366 |
+
#: google-sitemap-plugin.php:807
|
367 |
#, php-format
|
368 |
msgid "Error 404. The sitemap file %s not found."
|
369 |
msgstr "Ошибка 404. Файл sitemap %s не найден."
|
370 |
|
371 |
+
#: google-sitemap-plugin.php:810
|
372 |
msgid "The sitemap file not found."
|
373 |
msgstr "Файл sitemap не найден."
|
374 |
|
375 |
+
#: google-sitemap-plugin.php:878
|
376 |
msgid "Support"
|
377 |
msgstr "Тех.поддержка"
|
378 |
|
379 |
+
#~ msgid "Post categories"
|
380 |
+
#~ msgstr "Рубрики записей"
|
381 |
+
|
382 |
+
#~ msgid "Post tags"
|
383 |
+
#~ msgstr "Метки записей"
|
384 |
+
|
385 |
+
#~ msgid "Post category"
|
386 |
+
#~ msgstr "Рубрика записей"
|
387 |
+
|
388 |
+
#~ msgid "Post tag"
|
389 |
+
#~ msgstr "Метка записей"
|
390 |
+
|
391 |
+
#~ msgid ""
|
392 |
+
#~ "Please choose the necessary post types the links to which are to be added "
|
393 |
+
#~ "to the sitemap:"
|
394 |
+
#~ msgstr ""
|
395 |
+
#~ "Пожалуйста, выберите необходимые типы постов, ссылки на которые будут "
|
396 |
+
#~ "добавлены в sitemap:"
|
397 |
+
|
398 |
+
#~ msgid "Google Sitemap"
|
399 |
+
#~ msgstr "Google Sitemap"
|
400 |
+
|
401 |
#~ msgid "requires"
|
402 |
#~ msgstr "требует"
|
403 |
|
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: 2015-04
|
6 |
-
"PO-Revision-Date: 2015-04
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -17,411 +17,386 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: google-sitemap-plugin.php:33
|
|
|
20 |
msgid "Google Sitemap Settings"
|
21 |
msgstr "Налаштування Google Sitemap"
|
22 |
|
23 |
-
#: google-sitemap-plugin.php:
|
|
|
24 |
msgid "Settings saved."
|
25 |
msgstr "Налаштування збережено."
|
26 |
|
27 |
-
#: google-sitemap-plugin.php:
|
28 |
msgid "Your Sitemap file is created in the site root directory."
|
29 |
msgstr "Файл Sitemap створено у кореневій директорії сайту."
|
30 |
|
31 |
-
#: google-sitemap-plugin.php:
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
#: google-sitemap-plugin.php:296 google-sitemap-plugin.php:298
|
36 |
-
#: google-sitemap-plugin.php:834 google-sitemap-plugin.php:847
|
37 |
msgid "Settings"
|
38 |
msgstr "Налаштування"
|
39 |
|
40 |
-
#: google-sitemap-plugin.php:
|
41 |
msgid "Extra settings"
|
42 |
msgstr "Додаткові налаштування"
|
43 |
|
44 |
-
#: google-sitemap-plugin.php:
|
|
|
45 |
msgid "FAQ"
|
46 |
msgstr "Розповсюджені питання"
|
47 |
|
48 |
-
#: google-sitemap-plugin.php:
|
49 |
msgid "Go PRO"
|
50 |
msgstr "Перейти на PRO"
|
51 |
|
52 |
-
#: google-sitemap-plugin.php:
|
53 |
msgid "Warning:"
|
54 |
msgstr "Увага:"
|
55 |
|
56 |
-
#: google-sitemap-plugin.php:
|
57 |
#, php-format
|
58 |
-
msgid ""
|
59 |
-
"
|
60 |
-
"your %s file in %s after line %s."
|
61 |
-
msgstr ""
|
62 |
-
"Щоб мати доступ до XML файлів підсайту, будь ласка, додайте наступне правило "
|
63 |
-
"%s у ваш %s файл %s після строчки %s."
|
64 |
|
65 |
-
#: google-sitemap-plugin.php:
|
66 |
msgid "Сheck Access"
|
67 |
msgstr "Перевірити Доступ"
|
68 |
|
69 |
-
#: google-sitemap-plugin.php:
|
70 |
msgid "Notice:"
|
71 |
msgstr "Зауважте:"
|
72 |
|
73 |
-
#: google-sitemap-plugin.php:
|
74 |
-
msgid ""
|
75 |
-
"
|
76 |
-
"forget to click the 'Save Changes' button."
|
77 |
-
msgstr ""
|
78 |
-
"Налаштування плагіну змінено. Щоб зберегти їх, будь ласка, не забудьте "
|
79 |
-
"клікнути \"Зберегти зміни\"."
|
80 |
|
81 |
-
#: google-sitemap-plugin.php:
|
|
|
82 |
msgid "The Sitemap file"
|
83 |
msgstr "Файл Sitemap"
|
84 |
|
85 |
-
#: google-sitemap-plugin.php:
|
86 |
-
|
87 |
-
"already exists. If you would like to replace it with a new one, please "
|
88 |
-
"
|
89 |
-
"existing file."
|
90 |
-
msgstr ""
|
91 |
-
"уже існує. Якщо ви хочете замінити його на новий, виберіть потрібну дію "
|
92 |
-
"внизу. Усі інші дії перезапишуть існуючий файл."
|
93 |
|
94 |
-
#: google-sitemap-plugin.php:
|
|
|
95 |
msgid "Your Sitemap file"
|
96 |
msgstr "Ваш файл Sitemap"
|
97 |
|
98 |
-
#: google-sitemap-plugin.php:
|
|
|
99 |
msgid "is created in the site root directory."
|
100 |
msgstr "створений у кореневій директорії сайту."
|
101 |
|
102 |
-
#: google-sitemap-plugin.php:
|
103 |
-
|
104 |
-
"If you do not want a sitemap file to be added to Google Webmaster Tools "
|
105 |
-
"
|
106 |
-
msgstr ""
|
107 |
-
"Якщо ви не хочете додати файл sitemap до Google Webmaster Tools автоматично, "
|
108 |
-
"ви можете зробити це через"
|
109 |
|
110 |
-
#: google-sitemap-plugin.php:
|
|
|
111 |
msgid "this"
|
112 |
msgstr "це"
|
113 |
|
114 |
-
#: google-sitemap-plugin.php:
|
115 |
-
|
116 |
-
"link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the "
|
117 |
-
"
|
118 |
-
msgstr ""
|
119 |
-
"посилання. Авторизуйтеся, виберіть сайт, виберіть 'Sitemaps' та заповніть "
|
120 |
-
"потрібне поле"
|
121 |
|
122 |
-
#: google-sitemap-plugin.php:
|
123 |
msgid "I want to create a new sitemap file or update the existing one"
|
124 |
msgstr "Я хочу створити новий файл sitemap або оновити існуючий"
|
125 |
|
126 |
-
#: google-sitemap-plugin.php:
|
127 |
msgid "I want to add sitemap file path in robots.txt"
|
128 |
msgstr "Я хочу додати шлях до файлу sitemap у robots.txt"
|
129 |
|
130 |
-
#: google-sitemap-plugin.php:
|
131 |
-
msgid ""
|
132 |
-
"
|
133 |
-
"to robots.txt"
|
134 |
-
msgstr ""
|
135 |
-
"Оскільки ви використовуєте мультисайтинг, плагін не може додати файл sitemap "
|
136 |
-
"до robots.txt"
|
137 |
|
138 |
-
#: google-sitemap-plugin.php:
|
139 |
msgid "I want to add sitemap file path in"
|
140 |
msgstr "Я хочу додати шлях файлу sitemap у"
|
141 |
|
142 |
-
#: google-sitemap-plugin.php:
|
143 |
-
|
144 |
-
"Please choose the necessary post types the links to which are to be added to "
|
145 |
-
"
|
146 |
-
msgstr "Будь ласка виберіть пости, посилання на які будуть додані до sitemap:"
|
147 |
|
148 |
-
#: google-sitemap-plugin.php:
|
149 |
msgid "XML Sitemap \"Change Frequency\" parameter"
|
150 |
msgstr "Параметр XML Sitemap \"Change Frequency\""
|
151 |
|
152 |
-
#: google-sitemap-plugin.php:
|
153 |
msgid "Always"
|
154 |
msgstr "завжди"
|
155 |
|
156 |
-
#: google-sitemap-plugin.php:
|
157 |
msgid "Hourly"
|
158 |
msgstr "щогодини"
|
159 |
|
160 |
-
#: google-sitemap-plugin.php:
|
161 |
msgid "Daily"
|
162 |
msgstr "щодня"
|
163 |
|
164 |
-
#: google-sitemap-plugin.php:
|
165 |
msgid "Weekly"
|
166 |
msgstr "щотижня"
|
167 |
|
168 |
-
#: google-sitemap-plugin.php:
|
169 |
msgid "Monthly"
|
170 |
msgstr "щомісяця"
|
171 |
|
172 |
-
#: google-sitemap-plugin.php:
|
173 |
msgid "Yearly"
|
174 |
msgstr "щороку"
|
175 |
|
176 |
-
#: google-sitemap-plugin.php:
|
177 |
msgid "Never"
|
178 |
msgstr "ніколи"
|
179 |
|
180 |
-
#: google-sitemap-plugin.php:
|
181 |
-
msgid ""
|
182 |
-
"
|
183 |
-
"search engines. The sitemap itself is generated once and will be re-"
|
184 |
-
"generated when you create or update any post or page."
|
185 |
-
msgstr ""
|
186 |
-
"Це значення використовується у файлі sitemap та надає загальну інформацію "
|
187 |
-
"для пошукових систем. Сам файл генерується один раз і буде актуалізовуватись "
|
188 |
-
"при створенні або оновленні будь-якого посту чи сторінки."
|
189 |
|
190 |
-
#: google-sitemap-plugin.php:
|
|
|
191 |
msgid "Unlock premium options by upgrading to a PRO version."
|
192 |
msgstr "Відкрити додаткові опції, перейшовши на PRO версію."
|
193 |
|
194 |
-
#: google-sitemap-plugin.php:
|
|
|
195 |
msgid "Learn More"
|
196 |
msgstr "Дізнатись більше"
|
197 |
|
198 |
-
#: google-sitemap-plugin.php:
|
|
|
199 |
msgid "Go"
|
200 |
msgstr "Перейти"
|
201 |
|
202 |
-
#: google-sitemap-plugin.php:
|
203 |
-
msgid ""
|
204 |
-
"
|
205 |
-
"automatically."
|
206 |
-
msgstr ""
|
207 |
-
"Цей хостинг не підтримує сURL, тому ви не можете автоматично додати файл "
|
208 |
-
"sitemap."
|
209 |
|
210 |
-
#: google-sitemap-plugin.php:
|
211 |
msgid "Remote work with Google Webmaster Tools"
|
212 |
msgstr "Віддалена робота з Google Webmaster Tools"
|
213 |
|
214 |
-
#: google-sitemap-plugin.php:
|
215 |
msgid "Log out from Google Webmaster Tools"
|
216 |
msgstr "Вийти з Google Webmaster Tools"
|
217 |
|
218 |
-
#: google-sitemap-plugin.php:
|
219 |
msgid "I want to add this site to Google Webmaster Tools"
|
220 |
msgstr "Я хочу додати цей сайт до Google Webmaster Tools"
|
221 |
|
222 |
-
#: google-sitemap-plugin.php:
|
223 |
msgid "I want to delete this site from Google Webmaster Tools"
|
224 |
msgstr "Я хочу видалити цей сайт з Google Webmaster Tools"
|
225 |
|
226 |
-
#: google-sitemap-plugin.php:
|
227 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
228 |
msgstr "Я хочу отримувати інформацію про цей сайт з Google Webmaster Tools"
|
229 |
|
230 |
-
#: google-sitemap-plugin.php:
|
231 |
-
msgid ""
|
232 |
-
"
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
#: google-sitemap-plugin.php:
|
239 |
-
#: google-sitemap-plugin.php:
|
240 |
-
#: google-sitemap-plugin.php:
|
241 |
-
#: google-sitemap-plugin.php:775
|
242 |
msgid "View the Instruction"
|
243 |
msgstr "Переглянути інструкцію"
|
244 |
|
245 |
-
#: google-sitemap-plugin.php:
|
246 |
-
msgid ""
|
247 |
-
"
|
248 |
-
"and a sitemap file automatically or get information about this site in "
|
249 |
-
"Google Webmaster Tools."
|
250 |
-
msgstr ""
|
251 |
-
"Будь ласка, авторизуйтесь використовуючи ваш Google акаунт, щоб мати "
|
252 |
-
"можливість додавати або видаляти сайти та файл sitemap у вашому акаунті "
|
253 |
-
"автоматично або отримувати інформацію про цей сайт з Google Webmaster Tools."
|
254 |
|
255 |
-
#: google-sitemap-plugin.php:
|
256 |
msgid "Get Authorization Code"
|
257 |
msgstr "Отримати Код Авторизації"
|
258 |
|
259 |
-
#: google-sitemap-plugin.php:
|
260 |
msgid "Authorize"
|
261 |
msgstr "Авторизуватись"
|
262 |
|
263 |
-
#: google-sitemap-plugin.php:
|
264 |
msgid "Invalid authorization code. Please, try again."
|
265 |
msgstr "Невірний код авторизації. Будь ласка, спробуйте ще раз."
|
266 |
|
267 |
-
#: google-sitemap-plugin.php:
|
|
|
268 |
msgid "Save Changes"
|
269 |
msgstr "Зберегти зміни"
|
270 |
|
271 |
-
#: google-sitemap-plugin.php:
|
272 |
msgid "Show URL for pages"
|
273 |
msgstr "Показати посилання для сторінок"
|
274 |
|
275 |
-
#: google-sitemap-plugin.php:
|
276 |
msgid "Example of site pages' tree"
|
277 |
msgstr "Приклад дерева сторінок сайту"
|
278 |
|
279 |
-
#: google-sitemap-plugin.php:
|
280 |
#, php-format
|
281 |
msgid "I want to get info about site %s in Google Webmaster Tools"
|
282 |
msgstr "Я хочу отримати інформацію про сайт %s в Google Webmaster Tools"
|
283 |
|
284 |
-
#: google-sitemap-plugin.php:
|
|
|
285 |
msgid "This site is not added to the Google Webmaster Tools."
|
286 |
msgstr "Даний сайт не додано до Google Webmaster Tools."
|
287 |
|
288 |
-
#: google-sitemap-plugin.php:
|
289 |
msgid "This site is added to the Google Webmaster Tools."
|
290 |
msgstr "Цей сайт додано до Google Webmaster Tools."
|
291 |
|
292 |
-
#: google-sitemap-plugin.php:
|
293 |
msgid "Site URL:"
|
294 |
msgstr "URL сайту:"
|
295 |
|
296 |
-
#: google-sitemap-plugin.php:
|
297 |
msgid "Site verification:"
|
298 |
msgstr "Верифікація сайту:"
|
299 |
|
300 |
-
#: google-sitemap-plugin.php:
|
301 |
msgid "verified"
|
302 |
msgstr "верифіковано"
|
303 |
|
304 |
-
#: google-sitemap-plugin.php:
|
305 |
msgid "not verified"
|
306 |
msgstr "не верифіковано"
|
307 |
|
308 |
-
#: google-sitemap-plugin.php:
|
309 |
-
|
310 |
-
"An unexpected error occurred when verifying site in the Google Webmaster "
|
311 |
-
"Tools."
|
312 |
msgstr "Помилка при перевірці сайту в Google Webmaster Tools."
|
313 |
|
314 |
-
#: google-sitemap-plugin.php:
|
315 |
-
#: google-sitemap-plugin.php:
|
|
|
316 |
msgid "The site couldn't be verified. Please, verify the site manually"
|
317 |
msgstr "Сайт неможна перевірити. Будь ласка, перевірте його вручну"
|
318 |
|
319 |
-
#: google-sitemap-plugin.php:
|
320 |
msgid "The sitemap file is not added to the Google Webmaster Tools."
|
321 |
msgstr "Файл sitemap не додано до Google Webmaster Tools."
|
322 |
|
323 |
-
#: google-sitemap-plugin.php:
|
324 |
msgid "The sitemap file is added to the Google Webmaster Tools."
|
325 |
msgstr "Файл sitemap додано до Google Webmaster Tools."
|
326 |
|
327 |
-
#: google-sitemap-plugin.php:
|
328 |
-
msgid ""
|
329 |
-
"
|
330 |
-
"or warnings."
|
331 |
-
msgstr ""
|
332 |
-
"Сайт додано до акаунту Google Webmaster ToolsФайл sitemap додано до акаунту "
|
333 |
-
"Google Webmaster Tools, але під час додавання виникли помилки."
|
334 |
|
335 |
-
#: google-sitemap-plugin.php:
|
336 |
msgid "Please, see them in the Google Webmaster Tools."
|
337 |
msgstr "Перегляньте їх в Google Webmaster Tools."
|
338 |
|
339 |
-
#: google-sitemap-plugin.php:
|
340 |
msgid "Sitemap URL:"
|
341 |
msgstr "URL Sitemap:"
|
342 |
|
343 |
-
#: google-sitemap-plugin.php:
|
344 |
-
msgid ""
|
345 |
-
"When checking the sitemap file an unexpected error occurred. Please, check "
|
346 |
-
"the sitemap file manually"
|
347 |
msgstr "Помилка при перевірці файлу sitemap. Будь ласка, перевірте файл вручну"
|
348 |
|
349 |
-
#: google-sitemap-plugin.php:
|
350 |
#, php-format
|
351 |
msgid "I want to delete site %s from Google Webmaster Tools"
|
352 |
msgstr "Я хочу видалити сайт %s з Google Webmaster Tools"
|
353 |
|
354 |
-
#: google-sitemap-plugin.php:
|
355 |
msgid "This site has been successfully deleted from Google Webmaster Tools"
|
356 |
msgstr "Даний сайт було видалено з Google Webmaster Tools"
|
357 |
|
358 |
-
#: google-sitemap-plugin.php:
|
359 |
#, php-format
|
360 |
msgid "I want to add site %s in Google Webmaster Tools"
|
361 |
msgstr "Я хочу додати сайт %s до Google Webmaster Tools"
|
362 |
|
363 |
-
#: google-sitemap-plugin.php:
|
364 |
msgid "The site is added to the Google Webmaster Tools."
|
365 |
msgstr "Сайт додано до Google Webmaster Tools."
|
366 |
|
367 |
-
#: google-sitemap-plugin.php:
|
368 |
-
msgid ""
|
369 |
-
"When you add a site in the Google Webmaster Tools unexpected error occurred."
|
370 |
msgstr "Помилка при додаванні сайту до Google Webmaster Tools."
|
371 |
|
372 |
-
#: google-sitemap-plugin.php:
|
373 |
msgid "The site couldn't be added. Please, add the site manually"
|
374 |
msgstr "Неможна додати сайт. Будь ласка, додайте його вручну"
|
375 |
|
376 |
-
#: google-sitemap-plugin.php:
|
377 |
msgid "Verification code has been successfully received and added to the site."
|
378 |
msgstr "Код верифікації успішно отримано та додано на сайт."
|
379 |
|
380 |
-
#: google-sitemap-plugin.php:
|
381 |
-
msgid ""
|
382 |
-
"Verification code has been successfully received but has not been added to "
|
383 |
-
"the site."
|
384 |
msgstr "Код верифікації успішно отримано, але не додано на сайт."
|
385 |
|
386 |
-
#: google-sitemap-plugin.php:
|
387 |
-
msgid ""
|
388 |
-
"An error has occurred when receiving the verification code site in the "
|
389 |
-
"Google Webmaster."
|
390 |
msgstr "Помилка при отриманні верифікаційного коду Google Webmaster."
|
391 |
|
392 |
-
#: google-sitemap-plugin.php:
|
393 |
msgid "The site has been successfully verified in the Google Webmaster Tools."
|
394 |
msgstr "Сайт успішно перевірено в Google Webmaster Tools."
|
395 |
|
396 |
-
#: google-sitemap-plugin.php:
|
397 |
-
msgid ""
|
398 |
-
"The sitemap file has been successfully added to the Google Webmaster Tools."
|
399 |
msgstr "Файл sitemap успішно додано до Google Webmaster Tools."
|
400 |
|
401 |
-
#: google-sitemap-plugin.php:
|
402 |
-
msgid ""
|
403 |
-
"When you add a sitemap file in the Google Webmaster Tools unexpected error "
|
404 |
-
"occurred."
|
405 |
msgstr "Помилка при додаванні файлу sitemap до Google Webmaster Tools."
|
406 |
|
407 |
-
#: google-sitemap-plugin.php:
|
408 |
-
msgid ""
|
409 |
-
"The sitemap file couldn't be added. Please, add the sitemap file manually"
|
410 |
msgstr "Файл sitemap не може бути доданий. Будь ласка, додайте його вручну"
|
411 |
|
412 |
-
#: google-sitemap-plugin.php:
|
413 |
#, php-format
|
414 |
msgid "Error 404. The sitemap file %s not found."
|
415 |
msgstr "Помилка 404. Файл sitemap %s не знайдено."
|
416 |
|
417 |
-
#: google-sitemap-plugin.php:
|
418 |
msgid "The sitemap file not found."
|
419 |
msgstr "Файл sitemap не знайдено."
|
420 |
|
421 |
-
#: google-sitemap-plugin.php:
|
422 |
msgid "Support"
|
423 |
msgstr "Підтримка"
|
424 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
425 |
#~ msgid "requires"
|
426 |
#~ msgstr "потребує"
|
427 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-04 15:38+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-06-04 15:38+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: google-sitemap-plugin.php:33
|
20 |
+
#: google-sitemap-plugin.php:324
|
21 |
msgid "Google Sitemap Settings"
|
22 |
msgstr "Налаштування Google Sitemap"
|
23 |
|
24 |
+
#: google-sitemap-plugin.php:272
|
25 |
+
#: google-sitemap-plugin.php:303
|
26 |
msgid "Settings saved."
|
27 |
msgstr "Налаштування збережено."
|
28 |
|
29 |
+
#: google-sitemap-plugin.php:277
|
30 |
msgid "Your Sitemap file is created in the site root directory."
|
31 |
msgstr "Файл Sitemap створено у кореневій директорії сайту."
|
32 |
|
33 |
+
#: google-sitemap-plugin.php:326
|
34 |
+
#: google-sitemap-plugin.php:863
|
35 |
+
#: google-sitemap-plugin.php:876
|
|
|
|
|
|
|
36 |
msgid "Settings"
|
37 |
msgstr "Налаштування"
|
38 |
|
39 |
+
#: google-sitemap-plugin.php:327
|
40 |
msgid "Extra settings"
|
41 |
msgstr "Додаткові налаштування"
|
42 |
|
43 |
+
#: google-sitemap-plugin.php:328
|
44 |
+
#: google-sitemap-plugin.php:877
|
45 |
msgid "FAQ"
|
46 |
msgstr "Розповсюджені питання"
|
47 |
|
48 |
+
#: google-sitemap-plugin.php:329
|
49 |
msgid "Go PRO"
|
50 |
msgstr "Перейти на PRO"
|
51 |
|
52 |
+
#: google-sitemap-plugin.php:335
|
53 |
msgid "Warning:"
|
54 |
msgstr "Увага:"
|
55 |
|
56 |
+
#: google-sitemap-plugin.php:337
|
57 |
#, php-format
|
58 |
+
msgid "To have an access to subsites XML files, please add the following rule %s to your %s file in %s after line %s."
|
59 |
+
msgstr "Щоб мати доступ до XML файлів підсайту, будь ласка, додайте наступне правило %s у ваш %s файл %s після строчки %s."
|
|
|
|
|
|
|
|
|
60 |
|
61 |
+
#: google-sitemap-plugin.php:347
|
62 |
msgid "Сheck Access"
|
63 |
msgstr "Перевірити Доступ"
|
64 |
|
65 |
+
#: google-sitemap-plugin.php:363
|
66 |
msgid "Notice:"
|
67 |
msgstr "Зауважте:"
|
68 |
|
69 |
+
#: google-sitemap-plugin.php:363
|
70 |
+
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
71 |
+
msgstr "Налаштування плагіну змінено. Щоб зберегти їх, будь ласка, не забудьте клікнути \"Зберегти зміни\"."
|
|
|
|
|
|
|
|
|
72 |
|
73 |
+
#: google-sitemap-plugin.php:371
|
74 |
+
#: google-sitemap-plugin.php:373
|
75 |
msgid "The Sitemap file"
|
76 |
msgstr "Файл Sitemap"
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:371
|
79 |
+
#: google-sitemap-plugin.php:373
|
80 |
+
msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below."
|
81 |
+
msgstr "уже існує. Якщо ви хочете замінити його на новий, виберіть потрібну дію внизу."
|
|
|
|
|
|
|
|
|
82 |
|
83 |
+
#: google-sitemap-plugin.php:378
|
84 |
+
#: google-sitemap-plugin.php:380
|
85 |
msgid "Your Sitemap file"
|
86 |
msgstr "Ваш файл Sitemap"
|
87 |
|
88 |
+
#: google-sitemap-plugin.php:378
|
89 |
+
#: google-sitemap-plugin.php:380
|
90 |
msgid "is created in the site root directory."
|
91 |
msgstr "створений у кореневій директорії сайту."
|
92 |
|
93 |
+
#: google-sitemap-plugin.php:385
|
94 |
+
#: google-sitemap-plugin.php:387
|
95 |
+
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
96 |
+
msgstr "Якщо ви не хочете додати файл sitemap до Google Webmaster Tools автоматично, ви можете зробити це через"
|
|
|
|
|
|
|
97 |
|
98 |
+
#: google-sitemap-plugin.php:385
|
99 |
+
#: google-sitemap-plugin.php:387
|
100 |
msgid "this"
|
101 |
msgstr "це"
|
102 |
|
103 |
+
#: google-sitemap-plugin.php:385
|
104 |
+
#: google-sitemap-plugin.php:387
|
105 |
+
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
106 |
+
msgstr "посилання. Авторизуйтеся, виберіть сайт, виберіть 'Sitemaps' та заповніть потрібне поле"
|
|
|
|
|
|
|
107 |
|
108 |
+
#: google-sitemap-plugin.php:392
|
109 |
msgid "I want to create a new sitemap file or update the existing one"
|
110 |
msgstr "Я хочу створити новий файл sitemap або оновити існуючий"
|
111 |
|
112 |
+
#: google-sitemap-plugin.php:398
|
113 |
msgid "I want to add sitemap file path in robots.txt"
|
114 |
msgstr "Я хочу додати шлях до файлу sitemap у robots.txt"
|
115 |
|
116 |
+
#: google-sitemap-plugin.php:399
|
117 |
+
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
118 |
+
msgstr "Оскільки ви використовуєте мультисайтинг, плагін не може додати файл sitemap до robots.txt"
|
|
|
|
|
|
|
|
|
119 |
|
120 |
+
#: google-sitemap-plugin.php:405
|
121 |
msgid "I want to add sitemap file path in"
|
122 |
msgstr "Я хочу додати шлях файлу sitemap у"
|
123 |
|
124 |
+
#: google-sitemap-plugin.php:410
|
125 |
+
#: google-sitemap-plugin.php:554
|
126 |
+
msgid "Please choose the necessary post types and taxonomies the links to which are to be added to the sitemap:"
|
127 |
+
msgstr "Будь ласка виберіть необхідні типи постів і таксономії, посилання на які мають бути додані до файлу sitemap:"
|
|
|
128 |
|
129 |
+
#: google-sitemap-plugin.php:432
|
130 |
msgid "XML Sitemap \"Change Frequency\" parameter"
|
131 |
msgstr "Параметр XML Sitemap \"Change Frequency\""
|
132 |
|
133 |
+
#: google-sitemap-plugin.php:435
|
134 |
msgid "Always"
|
135 |
msgstr "завжди"
|
136 |
|
137 |
+
#: google-sitemap-plugin.php:436
|
138 |
msgid "Hourly"
|
139 |
msgstr "щогодини"
|
140 |
|
141 |
+
#: google-sitemap-plugin.php:437
|
142 |
msgid "Daily"
|
143 |
msgstr "щодня"
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:438
|
146 |
msgid "Weekly"
|
147 |
msgstr "щотижня"
|
148 |
|
149 |
+
#: google-sitemap-plugin.php:439
|
150 |
msgid "Monthly"
|
151 |
msgstr "щомісяця"
|
152 |
|
153 |
+
#: google-sitemap-plugin.php:440
|
154 |
msgid "Yearly"
|
155 |
msgstr "щороку"
|
156 |
|
157 |
+
#: google-sitemap-plugin.php:441
|
158 |
msgid "Never"
|
159 |
msgstr "ніколи"
|
160 |
|
161 |
+
#: google-sitemap-plugin.php:443
|
162 |
+
msgid "This value is used in the sitemap file and provides general information to search engines. The sitemap itself is generated once and will be re-generated when you create or update any post or page."
|
163 |
+
msgstr "Це значення використовується у файлі sitemap та надає загальну інформацію для пошукових систем. Сам файл генерується один раз і буде актуалізовуватись при створенні або оновленні будь-якого посту чи сторінки."
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
|
165 |
+
#: google-sitemap-plugin.php:450
|
166 |
+
#: google-sitemap-plugin.php:579
|
167 |
msgid "Unlock premium options by upgrading to a PRO version."
|
168 |
msgstr "Відкрити додаткові опції, перейшовши на PRO версію."
|
169 |
|
170 |
+
#: google-sitemap-plugin.php:451
|
171 |
+
#: google-sitemap-plugin.php:580
|
172 |
msgid "Learn More"
|
173 |
msgstr "Дізнатись більше"
|
174 |
|
175 |
+
#: google-sitemap-plugin.php:454
|
176 |
+
#: google-sitemap-plugin.php:583
|
177 |
msgid "Go"
|
178 |
msgstr "Перейти"
|
179 |
|
180 |
+
#: google-sitemap-plugin.php:463
|
181 |
+
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
182 |
+
msgstr "Цей хостинг не підтримує сURL, тому ви не можете автоматично додати файл sitemap."
|
|
|
|
|
|
|
|
|
183 |
|
184 |
+
#: google-sitemap-plugin.php:468
|
185 |
msgid "Remote work with Google Webmaster Tools"
|
186 |
msgstr "Віддалена робота з Google Webmaster Tools"
|
187 |
|
188 |
+
#: google-sitemap-plugin.php:492
|
189 |
msgid "Log out from Google Webmaster Tools"
|
190 |
msgstr "Вийти з Google Webmaster Tools"
|
191 |
|
192 |
+
#: google-sitemap-plugin.php:494
|
193 |
msgid "I want to add this site to Google Webmaster Tools"
|
194 |
msgstr "Я хочу додати цей сайт до Google Webmaster Tools"
|
195 |
|
196 |
+
#: google-sitemap-plugin.php:495
|
197 |
msgid "I want to delete this site from Google Webmaster Tools"
|
198 |
msgstr "Я хочу видалити цей сайт з Google Webmaster Tools"
|
199 |
|
200 |
+
#: google-sitemap-plugin.php:496
|
201 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
202 |
msgstr "Я хочу отримувати інформацію про цей сайт з Google Webmaster Tools"
|
203 |
|
204 |
+
#: google-sitemap-plugin.php:501
|
205 |
+
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
206 |
+
msgstr "Якщо ви не зможете автоматично додати sitemap файл в Google за допомогою цього плагіну, ви завжди зможете зробити це вручну"
|
207 |
+
|
208 |
+
#: google-sitemap-plugin.php:502
|
209 |
+
#: google-sitemap-plugin.php:658
|
210 |
+
#: google-sitemap-plugin.php:681
|
211 |
+
#: google-sitemap-plugin.php:738
|
212 |
+
#: google-sitemap-plugin.php:765
|
213 |
+
#: google-sitemap-plugin.php:785
|
214 |
+
#: google-sitemap-plugin.php:804
|
|
|
215 |
msgid "View the Instruction"
|
216 |
msgstr "Переглянути інструкцію"
|
217 |
|
218 |
+
#: google-sitemap-plugin.php:526
|
219 |
+
msgid "Please authorize via your Google Account in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
220 |
+
msgstr "Будь ласка, авторизуйтесь використовуючи ваш Google акаунт, щоб мати можливість додавати або видаляти сайти та файл sitemap у вашому акаунті автоматично або отримувати інформацію про цей сайт з Google Webmaster Tools."
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
|
222 |
+
#: google-sitemap-plugin.php:527
|
223 |
msgid "Get Authorization Code"
|
224 |
msgstr "Отримати Код Авторизації"
|
225 |
|
226 |
+
#: google-sitemap-plugin.php:530
|
227 |
msgid "Authorize"
|
228 |
msgstr "Авторизуватись"
|
229 |
|
230 |
+
#: google-sitemap-plugin.php:533
|
231 |
msgid "Invalid authorization code. Please, try again."
|
232 |
msgstr "Невірний код авторизації. Будь ласка, спробуйте ще раз."
|
233 |
|
234 |
+
#: google-sitemap-plugin.php:542
|
235 |
+
#: google-sitemap-plugin.php:572
|
236 |
msgid "Save Changes"
|
237 |
msgstr "Зберегти зміни"
|
238 |
|
239 |
+
#: google-sitemap-plugin.php:561
|
240 |
msgid "Show URL for pages"
|
241 |
msgstr "Показати посилання для сторінок"
|
242 |
|
243 |
+
#: google-sitemap-plugin.php:567
|
244 |
msgid "Example of site pages' tree"
|
245 |
msgstr "Приклад дерева сторінок сайту"
|
246 |
|
247 |
+
#: google-sitemap-plugin.php:632
|
248 |
#, php-format
|
249 |
msgid "I want to get info about site %s in Google Webmaster Tools"
|
250 |
msgstr "Я хочу отримати інформацію про сайт %s в Google Webmaster Tools"
|
251 |
|
252 |
+
#: google-sitemap-plugin.php:641
|
253 |
+
#: google-sitemap-plugin.php:711
|
254 |
msgid "This site is not added to the Google Webmaster Tools."
|
255 |
msgstr "Даний сайт не додано до Google Webmaster Tools."
|
256 |
|
257 |
+
#: google-sitemap-plugin.php:645
|
258 |
msgid "This site is added to the Google Webmaster Tools."
|
259 |
msgstr "Цей сайт додано до Google Webmaster Tools."
|
260 |
|
261 |
+
#: google-sitemap-plugin.php:646
|
262 |
msgid "Site URL:"
|
263 |
msgstr "URL сайту:"
|
264 |
|
265 |
+
#: google-sitemap-plugin.php:647
|
266 |
msgid "Site verification:"
|
267 |
msgstr "Верифікація сайту:"
|
268 |
|
269 |
+
#: google-sitemap-plugin.php:647
|
270 |
msgid "verified"
|
271 |
msgstr "верифіковано"
|
272 |
|
273 |
+
#: google-sitemap-plugin.php:647
|
274 |
msgid "not verified"
|
275 |
msgstr "не верифіковано"
|
276 |
|
277 |
+
#: google-sitemap-plugin.php:656
|
278 |
+
#: google-sitemap-plugin.php:783
|
279 |
+
msgid "An unexpected error occurred when verifying site in the Google Webmaster Tools."
|
|
|
280 |
msgstr "Помилка при перевірці сайту в Google Webmaster Tools."
|
281 |
|
282 |
+
#: google-sitemap-plugin.php:658
|
283 |
+
#: google-sitemap-plugin.php:765
|
284 |
+
#: google-sitemap-plugin.php:785
|
285 |
msgid "The site couldn't be verified. Please, verify the site manually"
|
286 |
msgstr "Сайт неможна перевірити. Будь ласка, перевірте його вручну"
|
287 |
|
288 |
+
#: google-sitemap-plugin.php:671
|
289 |
msgid "The sitemap file is not added to the Google Webmaster Tools."
|
290 |
msgstr "Файл sitemap не додано до Google Webmaster Tools."
|
291 |
|
292 |
+
#: google-sitemap-plugin.php:674
|
293 |
msgid "The sitemap file is added to the Google Webmaster Tools."
|
294 |
msgstr "Файл sitemap додано до Google Webmaster Tools."
|
295 |
|
296 |
+
#: google-sitemap-plugin.php:676
|
297 |
+
msgid "The sitemap file is added to the Google Webmaster Tools, but has some errors or warnings."
|
298 |
+
msgstr "Сайт додано до акаунту Google Webmaster ToolsФайл sitemap додано до акаунту Google Webmaster Tools, але під час додавання виникли помилки."
|
|
|
|
|
|
|
|
|
299 |
|
300 |
+
#: google-sitemap-plugin.php:676
|
301 |
msgid "Please, see them in the Google Webmaster Tools."
|
302 |
msgstr "Перегляньте їх в Google Webmaster Tools."
|
303 |
|
304 |
+
#: google-sitemap-plugin.php:679
|
305 |
msgid "Sitemap URL:"
|
306 |
msgstr "URL Sitemap:"
|
307 |
|
308 |
+
#: google-sitemap-plugin.php:681
|
309 |
+
msgid "When checking the sitemap file an unexpected error occurred. Please, check the sitemap file manually"
|
|
|
|
|
310 |
msgstr "Помилка при перевірці файлу sitemap. Будь ласка, перевірте файл вручну"
|
311 |
|
312 |
+
#: google-sitemap-plugin.php:693
|
313 |
#, php-format
|
314 |
msgid "I want to delete site %s from Google Webmaster Tools"
|
315 |
msgstr "Я хочу видалити сайт %s з Google Webmaster Tools"
|
316 |
|
317 |
+
#: google-sitemap-plugin.php:706
|
318 |
msgid "This site has been successfully deleted from Google Webmaster Tools"
|
319 |
msgstr "Даний сайт було видалено з Google Webmaster Tools"
|
320 |
|
321 |
+
#: google-sitemap-plugin.php:725
|
322 |
#, php-format
|
323 |
msgid "I want to add site %s in Google Webmaster Tools"
|
324 |
msgstr "Я хочу додати сайт %s до Google Webmaster Tools"
|
325 |
|
326 |
+
#: google-sitemap-plugin.php:730
|
327 |
msgid "The site is added to the Google Webmaster Tools."
|
328 |
msgstr "Сайт додано до Google Webmaster Tools."
|
329 |
|
330 |
+
#: google-sitemap-plugin.php:736
|
331 |
+
msgid "When you add a site in the Google Webmaster Tools unexpected error occurred."
|
|
|
332 |
msgstr "Помилка при додаванні сайту до Google Webmaster Tools."
|
333 |
|
334 |
+
#: google-sitemap-plugin.php:738
|
335 |
msgid "The site couldn't be added. Please, add the site manually"
|
336 |
msgstr "Неможна додати сайт. Будь ласка, додайте його вручну"
|
337 |
|
338 |
+
#: google-sitemap-plugin.php:754
|
339 |
msgid "Verification code has been successfully received and added to the site."
|
340 |
msgstr "Код верифікації успішно отримано та додано на сайт."
|
341 |
|
342 |
+
#: google-sitemap-plugin.php:756
|
343 |
+
msgid "Verification code has been successfully received but has not been added to the site."
|
|
|
|
|
344 |
msgstr "Код верифікації успішно отримано, але не додано на сайт."
|
345 |
|
346 |
+
#: google-sitemap-plugin.php:763
|
347 |
+
msgid "An error has occurred when receiving the verification code site in the Google Webmaster."
|
|
|
|
|
348 |
msgstr "Помилка при отриманні верифікаційного коду Google Webmaster."
|
349 |
|
350 |
+
#: google-sitemap-plugin.php:777
|
351 |
msgid "The site has been successfully verified in the Google Webmaster Tools."
|
352 |
msgstr "Сайт успішно перевірено в Google Webmaster Tools."
|
353 |
|
354 |
+
#: google-sitemap-plugin.php:796
|
355 |
+
msgid "The sitemap file has been successfully added to the Google Webmaster Tools."
|
|
|
356 |
msgstr "Файл sitemap успішно додано до Google Webmaster Tools."
|
357 |
|
358 |
+
#: google-sitemap-plugin.php:802
|
359 |
+
msgid "When you add a sitemap file in the Google Webmaster Tools unexpected error occurred."
|
|
|
|
|
360 |
msgstr "Помилка при додаванні файлу sitemap до Google Webmaster Tools."
|
361 |
|
362 |
+
#: google-sitemap-plugin.php:804
|
363 |
+
msgid "The sitemap file couldn't be added. Please, add the sitemap file manually"
|
|
|
364 |
msgstr "Файл sitemap не може бути доданий. Будь ласка, додайте його вручну"
|
365 |
|
366 |
+
#: google-sitemap-plugin.php:807
|
367 |
#, php-format
|
368 |
msgid "Error 404. The sitemap file %s not found."
|
369 |
msgstr "Помилка 404. Файл sitemap %s не знайдено."
|
370 |
|
371 |
+
#: google-sitemap-plugin.php:810
|
372 |
msgid "The sitemap file not found."
|
373 |
msgstr "Файл sitemap не знайдено."
|
374 |
|
375 |
+
#: google-sitemap-plugin.php:878
|
376 |
msgid "Support"
|
377 |
msgstr "Підтримка"
|
378 |
|
379 |
+
#~ msgid "Post categories"
|
380 |
+
#~ msgstr "Категорії публікацій"
|
381 |
+
|
382 |
+
#~ msgid "Post tags"
|
383 |
+
#~ msgstr "Теґи публікацій"
|
384 |
+
|
385 |
+
#~ msgid "Post category"
|
386 |
+
#~ msgstr "Категорія публікацій"
|
387 |
+
|
388 |
+
#~ msgid "Post tag"
|
389 |
+
#~ msgstr "Теґ публікацій"
|
390 |
+
|
391 |
+
#~ msgid ""
|
392 |
+
#~ "Please choose the necessary post types the links to which are to be added "
|
393 |
+
#~ "to the sitemap:"
|
394 |
+
#~ msgstr ""
|
395 |
+
#~ "Будь ласка виберіть пости, посилання на які будуть додані до sitemap:"
|
396 |
+
|
397 |
+
#~ msgid "Google Sitemap"
|
398 |
+
#~ msgstr "Google Sitemap"
|
399 |
+
|
400 |
#~ msgid "requires"
|
401 |
#~ msgstr "потребує"
|
402 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Google Sitemap by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
-
Donate link:
|
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.1
|
6 |
-
Tested up to: 4.2.
|
7 |
-
Stable tag: 2.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -14,7 +14,7 @@ This plugin allows you to add a Sitemap file to Google Webmaster Tools.
|
|
14 |
|
15 |
With the Google Sitemap Plugin you can create and add a Sitemap file to Google Webmaster Tools, and get the info about your site in Google Webmaster Tools.
|
16 |
|
17 |
-
http://www.youtube.com/watch?v=
|
18 |
|
19 |
<a href="http://www.youtube.com/watch?v=NKlAnFTzNrQ" target="_blank">Video instruction on Installation</a>
|
20 |
|
@@ -102,6 +102,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (http:/
|
|
102 |
|
103 |
== Changelog ==
|
104 |
|
|
|
|
|
|
|
105 |
= V2.9.7 - 05.05.2015 =
|
106 |
* Update : We replaced old Google Webmaster Tools API with new Google Webmaster Tools API v3.
|
107 |
|
@@ -234,6 +237,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (http:/
|
|
234 |
|
235 |
== Upgrade Notice ==
|
236 |
|
|
|
|
|
|
|
237 |
= V2.9.7 =
|
238 |
We replaced old Google Webmaster Tools API with new Google Webmaster Tools API v3.
|
239 |
|
1 |
=== Google Sitemap by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
+
Donate link: http://bestwebsoft.com/donate/
|
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.1
|
6 |
+
Tested up to: 4.2.2
|
7 |
+
Stable tag: 2.9.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
14 |
|
15 |
With the Google Sitemap Plugin you can create and add a Sitemap file to Google Webmaster Tools, and get the info about your site in Google Webmaster Tools.
|
16 |
|
17 |
+
http://www.youtube.com/watch?v=3Qv-ad_aEPg
|
18 |
|
19 |
<a href="http://www.youtube.com/watch?v=NKlAnFTzNrQ" target="_blank">Video instruction on Installation</a>
|
20 |
|
102 |
|
103 |
== Changelog ==
|
104 |
|
105 |
+
= V2.9.8 - 04.06.2015 =
|
106 |
+
* NEW : Allows to add links to Post categories and Post tags to the sitemap file.
|
107 |
+
|
108 |
= V2.9.7 - 05.05.2015 =
|
109 |
* Update : We replaced old Google Webmaster Tools API with new Google Webmaster Tools API v3.
|
110 |
|
237 |
|
238 |
== Upgrade Notice ==
|
239 |
|
240 |
+
= V2.9.8 =
|
241 |
+
Allows to add links to Post categories and Post tags to the sitemap file.
|
242 |
+
|
243 |
= V2.9.7 =
|
244 |
We replaced old Google Webmaster Tools API with new Google Webmaster Tools API v3.
|
245 |
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|