Version Description
- 03.06.2015 =
- Update : We fixed error of a visual display of the settings page.
- Bugfix : We fixed 'Send me a copy' email with the attachment.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 3.91 |
Comparing to | |
See all releases |
Code changes from version 3.90 to 3.91
- 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
- contact_form.php +227 -191
- css/style.css +53 -37
- js/script.js +5 -11
- js/script_wp_before_3.5.js +5 -11
- languages/contact_form-el.mo +0 -0
- languages/contact_form-el.po +0 -0
- languages/contact_form-fr_FR.mo +0 -0
- languages/contact_form-fr_FR.po +109 -47
- languages/contact_form-nb_NO.mo +0 -0
- languages/contact_form-nb_NO.po +0 -0
- languages/contact_form-ru_RU.mo +0 -0
- languages/contact_form-ru_RU.po +381 -378
- readme.txt +10 -3
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 |
|
contact_form.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Form by BestWebSoft
|
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -127,7 +127,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
|
|
127 |
'cntctfrm_subject_label' => array( 'en' => __( "Subject:", 'contact_form' ) ),
|
128 |
'cntctfrm_message_label' => array( 'en' => __( "Message:", 'contact_form' ) ),
|
129 |
'cntctfrm_attachment_label' => array( 'en' => __( "Attachment:", 'contact_form' ) ),
|
130 |
-
'cntctfrm_attachment_tooltip' => array( 'en' => __( "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB", 'contact_form' ) ),
|
131 |
'cntctfrm_send_copy_label' => array( 'en' => __( "Send me a copy", 'contact_form' ) ),
|
132 |
'cntctfrm_submit_label' => array( 'en' => __( "Submit", 'contact_form' ) ),
|
133 |
'cntctfrm_name_error' => array( 'en' => __( "Your name is required.", 'contact_form' ) ),
|
@@ -439,12 +439,15 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
439 |
$cntctfrm_options_submit['cntctfrm_site_name_parameter'] = $_POST['cntctfrm_site_name_parameter'];
|
440 |
$cntctfrm_options_submit['cntctfrm_display_add_info'] = isset( $_POST['cntctfrm_display_add_info']) ? 1 : 0;
|
441 |
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
|
|
|
|
|
|
448 |
$cntctfrm_options_submit['cntctfrm_display_sent_from'] = 1;
|
449 |
$cntctfrm_options_submit['cntctfrm_display_date_time'] = 1;
|
450 |
$cntctfrm_options_submit['cntctfrm_display_coming_from'] = 1;
|
@@ -608,17 +611,33 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
608 |
|
609 |
/* Display form on the setting page */
|
610 |
$lang_codes = array(
|
611 |
-
'
|
612 |
-
'
|
613 |
-
'
|
614 |
-
'
|
615 |
-
'
|
616 |
-
'
|
617 |
-
'
|
618 |
-
'
|
619 |
-
'
|
620 |
-
'
|
621 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
622 |
|
623 |
/* GO PRO */
|
624 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
@@ -669,7 +688,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
669 |
<td colspan="2">
|
670 |
<input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo 'checked="checked" '; ?>/>
|
671 |
<select name="cntctfrm_user_email">
|
672 |
-
<option disabled><?php _e( "
|
673 |
<?php foreach ( $userslogin as $key => $value ) {
|
674 |
if ( isset( $value->data ) ) {
|
675 |
if ( $value->data->user_email != '' ) { ?>
|
@@ -688,7 +707,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
688 |
<tr valign="top">
|
689 |
<th scope="row"><?php _e( "Use this email address:", 'contact_form' ); ?> </th>
|
690 |
<td colspan="2">
|
691 |
-
<input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_email'] ) echo 'checked="checked" '; ?>/>
|
|
|
692 |
<span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
|
693 |
</td>
|
694 |
</tr>
|
@@ -729,14 +749,14 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
729 |
<?php if ( array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) || array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) {
|
730 |
if ( is_plugin_active( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
|
731 |
<input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
|
732 |
-
<span
|
733 |
<?php } else { ?>
|
734 |
<input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
|
735 |
-
<span
|
736 |
<?php }
|
737 |
} else { ?>
|
738 |
<input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
|
739 |
-
<span
|
740 |
<?php } ?>
|
741 |
</td>
|
742 |
</tr>
|
@@ -755,32 +775,36 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
755 |
</td>
|
756 |
</tr>
|
757 |
<tr valign="top">
|
758 |
-
<th scope="row"
|
759 |
-
<td style="
|
760 |
<div><?php _e( "Name", 'contact_form' ); ?></div>
|
761 |
<div>
|
762 |
-
<
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
|
|
|
|
|
|
|
|
767 |
</div>
|
768 |
</div>
|
769 |
</td>
|
770 |
<td>
|
771 |
<div><?php _e( "Email", 'contact_form' ); ?></div>
|
772 |
<div>
|
773 |
-
<div
|
774 |
<input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/>
|
775 |
-
<input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" />
|
776 |
</div>
|
777 |
-
<div
|
778 |
-
<label
|
779 |
-
<div class="cntctfrm_help_box"
|
780 |
-
<div class="cntctfrm_hidden_help_text"
|
781 |
</div>
|
782 |
</div>
|
783 |
-
<div
|
784 |
<span class="cntctfrm_info">(<?php _e( "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur.", 'contact_form' ); ?>)</span>
|
785 |
</div>
|
786 |
</div>
|
@@ -789,7 +813,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
789 |
<tr valign="top">
|
790 |
<th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
|
791 |
<td colspan="2">
|
792 |
-
<input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>"/>
|
793 |
</td>
|
794 |
</tr>
|
795 |
</table>
|
@@ -888,8 +912,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
888 |
<tr valign="top">
|
889 |
<td>
|
890 |
<?php _e( "Attachment block", 'contact_form' ); ?>
|
891 |
-
<div class="cntctfrm_help_box"
|
892 |
-
<div class="cntctfrm_hidden_help_text"
|
893 |
</div>
|
894 |
</td>
|
895 |
<td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/></td>
|
@@ -904,36 +928,36 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
904 |
<tr valign="top">
|
905 |
<th scope="row"><?php _e( "Add to the form", 'contact_form' ); ?></th>
|
906 |
<td style="width:750px;" colspan="3">
|
907 |
-
<div
|
908 |
-
<label
|
909 |
<input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] && '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/>
|
910 |
<?php _e( "Tips below the Attachment", 'contact_form' ); ?>
|
911 |
</label>
|
912 |
-
<div class="cntctfrm_help_box"
|
913 |
-
<div class="cntctfrm_hidden_help_text"
|
914 |
</div>
|
915 |
</div>
|
916 |
-
<div
|
917 |
-
<label
|
918 |
<input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo 'checked="checked" '; ?>/>
|
919 |
<?php _e( "'Send me a copy' block", 'contact_form' ); ?>
|
920 |
</label>
|
921 |
-
<div class="cntctfrm_help_box"
|
922 |
-
<div class="cntctfrm_hidden_help_text"
|
923 |
</div>
|
924 |
</div>
|
925 |
<div style="clear: both;">
|
926 |
<?php if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
|
927 |
if ( is_plugin_active( 'captcha/captcha.php' ) || is_plugin_active( 'captcha-plus/captcha-plus.php' ) || is_plugin_active( 'captcha-pro/captcha_pro.php' ) ) { ?>
|
928 |
<label><input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) ||( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
|
929 |
-
|
930 |
<?php } else { ?>
|
931 |
<label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
|
932 |
-
|
933 |
<?php }
|
934 |
} else { ?>
|
935 |
<label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
|
936 |
-
|
937 |
<?php } ?>
|
938 |
</div>
|
939 |
</td>
|
@@ -941,8 +965,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
941 |
<tr valign="top">
|
942 |
<th scope="row"></th>
|
943 |
<td colspan="3" class="bws_pro_version">
|
944 |
-
<label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact_form' ); ?></label> <span
|
945 |
-
<label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact_form' ); ?></label> <span
|
946 |
</td>
|
947 |
</tr>
|
948 |
<tr valign="top">
|
@@ -973,11 +997,11 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
973 |
<td style="width:15px;" class="cntctfrm_td_top_align">
|
974 |
<input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'checked="checked" '; ?>/>
|
975 |
</td>
|
976 |
-
<td style="max-width:150px;" class="cntctfrm_display_add_info_block <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo "
|
977 |
-
<label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_sent_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?></label> <span
|
978 |
-
<label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_date_time'] ) echo 'checked="checked" '; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?></label> <span
|
979 |
-
<label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_coming_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?></label> <span
|
980 |
-
<label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo 'checked="checked" '; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></label> <span
|
981 |
</td>
|
982 |
</tr>
|
983 |
<tr valign="top">
|
@@ -998,7 +1022,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
998 |
<td style="width:15px;" class="cntctfrm_td_top_align">
|
999 |
<input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo 'checked="checked" '; ?>/>
|
1000 |
</td>
|
1001 |
-
<td class="cntctfrm_change_label_block <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo "
|
1002 |
<div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
|
1003 |
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1004 |
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
|
@@ -1009,28 +1033,28 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1009 |
<div class="cntctfrm_language_tab cntctfrm_tab_en">
|
1010 |
<div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
|
1011 |
<div class="cntctfrm_language_tab_block">
|
1012 |
-
<input type="text" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
|
1013 |
-
<input type="text" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
|
1014 |
-
<input type="text" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
|
1015 |
-
<input type="text" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
|
1016 |
-
<input type="text" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
|
1017 |
-
<input type="text" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
|
1018 |
-
<input type="text" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
|
1019 |
-
<input type="text" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
|
1020 |
-
<input type="text" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
|
1021 |
-
<input type="text" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
|
1022 |
-
<input type="text" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
|
1023 |
-
<input type="text" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
|
1024 |
-
<input type="text" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
|
1025 |
-
<input type="text" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
|
1026 |
-
<input type="text" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
|
1027 |
-
<input type="text" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
|
1028 |
-
<input type="text" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
|
1029 |
-
<input type="text" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
|
1030 |
-
<input type="text" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
|
1031 |
-
<input type="text" name="cntctfrm_attachment_size_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_size_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
|
1032 |
-
<input type="text" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
|
1033 |
-
<input type="text" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
|
1034 |
</div>
|
1035 |
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1036 |
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ) ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
@@ -1043,28 +1067,28 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1043 |
<div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
|
1044 |
<div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
|
1045 |
<div class="cntctfrm_language_tab_block">
|
1046 |
-
<input type="text" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
|
1047 |
-
<input type="text" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
|
1048 |
-
<input type="text" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
|
1049 |
-
<input type="text" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
|
1050 |
-
<input type="text" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
|
1051 |
-
<input type="text" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
|
1052 |
-
<input type="text" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
|
1053 |
-
<input type="text" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
|
1054 |
-
<input type="text" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
|
1055 |
-
<input type="text" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
|
1056 |
-
<input type="text" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
|
1057 |
-
<input type="text" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
|
1058 |
-
<input type="text" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
|
1059 |
-
<input type="text" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
|
1060 |
-
<input type="text" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
|
1061 |
-
<input type="text" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
|
1062 |
-
<input type="text" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
|
1063 |
-
<input type="text" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
|
1064 |
-
<input type="text" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
|
1065 |
-
<input type="text" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
|
1066 |
-
<input type="text" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_captcha_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
|
1067 |
-
<input type="text" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_form_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
|
1068 |
</div>
|
1069 |
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1070 |
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
@@ -1094,7 +1118,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1094 |
} ?>
|
1095 |
<div class="clear"></div>
|
1096 |
<div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
|
1097 |
-
<input type="text" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
|
1098 |
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1099 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1100 |
<?php } else { ?>
|
@@ -1104,7 +1128,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1104 |
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1105 |
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
|
1106 |
<div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
|
1107 |
-
<input type="text" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
|
1108 |
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1109 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1110 |
<?php } else { ?>
|
@@ -1116,7 +1140,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1116 |
<div id="cntctfrm_before"></div>
|
1117 |
<br />
|
1118 |
<input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( '0' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
|
1119 |
-
<input type="text" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span>
|
1120 |
</td>
|
1121 |
</tr>
|
1122 |
<tr valign="top">
|
@@ -1168,7 +1192,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1168 |
</form>
|
1169 |
<?php bws_plugin_reviews_block( $cntctfrm_plugin_info['Name'], 'contact-form-plugin' );
|
1170 |
} elseif ( 'appearance' == $_GET['action'] ) { ?>
|
1171 |
-
<div id="cntctfrmpr_left_table">
|
1172 |
<div class="bws_pro_version_bloc">
|
1173 |
<div class="bws_pro_version_table_bloc">
|
1174 |
<div class="bws_table_bg"></div>
|
@@ -1228,92 +1252,98 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1228 |
<?php } ?>
|
1229 |
<div>
|
1230 |
<input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_captcha" value="1" />
|
1231 |
-
<label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_captcha"
|
1232 |
</div>
|
1233 |
</td>
|
1234 |
</tr>
|
1235 |
<tr valign="top">
|
1236 |
<th colspan="3" scope="row"><input disabled='disabled' type="checkbox" id="cntctfrmpr_style_options" name="cntctfrmpr_style_options" value="1" checked="checked" /> <?php _e( "Style options", 'contact_form' ); ?></th>
|
1237 |
</tr>
|
1238 |
-
<tr valign="top" class="
|
1239 |
<th scope="row"><?php _e( "Text color", 'contact_form' ); ?></th>
|
1240 |
<td colspan="2">
|
1241 |
<div>
|
1242 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1243 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_label_color" value="" class="cntctfrmpr_colorPicker" />
|
1244 |
-
|
1245 |
</div>
|
1246 |
<div>
|
1247 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1248 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_input_placeholder_color" value="" class="cntctfrmpr_colorPicker" />
|
1249 |
-
|
1250 |
</div>
|
1251 |
</td>
|
1252 |
</tr>
|
1253 |
-
<tr valign="top" class="
|
1254 |
<th scope="row"><?php _e( "Errors color", 'contact_form' ); ?></th>
|
1255 |
<td colspan="2">
|
1256 |
<div>
|
1257 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1258 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_error_color" value="" class="cntctfrmpr_colorPicker" />
|
1259 |
-
|
1260 |
</div>
|
1261 |
<div>
|
1262 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1263 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_error_input_color" value="" class="cntctfrmpr_colorPicker" />
|
1264 |
-
|
1265 |
</div>
|
1266 |
<div>
|
1267 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1268 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_error_input_border_color" value="" class="cntctfrmpr_colorPicker" />
|
1269 |
-
|
1270 |
</div>
|
1271 |
<div>
|
1272 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
|
1273 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_input_placeholder_error_color" value="" class="cntctfrmpr_colorPicker " />
|
1274 |
-
|
1275 |
</div>
|
1276 |
</td>
|
1277 |
</tr>
|
1278 |
-
<tr valign="top" class="
|
1279 |
<th scope="row"><?php _e( "Input fields", 'contact_form' ); ?></th>
|
1280 |
<td colspan="2">
|
1281 |
<div>
|
1282 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
|
1283 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_input_background" value="" class="cntctfrmpr_colorPicker" />
|
1284 |
-
|
1285 |
</div>
|
1286 |
<div>
|
1287 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1288 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_input_color" value="" class="cntctfrmpr_colorPicker" />
|
1289 |
-
|
|
|
|
|
|
|
|
|
1290 |
</div>
|
1291 |
-
<input disabled='disabled' style="margin-left: 66px;" size="8" type="text" value="" name="cntctfrmpr_border_input_width" /> <?php _e( 'Border width in px, numbers only', 'contact_form' ); ?><br />
|
1292 |
<div>
|
1293 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1294 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_border_input_color" value="" class="cntctfrmpr_colorPicker" />
|
1295 |
-
|
1296 |
</div>
|
1297 |
</td>
|
1298 |
</tr>
|
1299 |
-
<tr valign="top" class="
|
1300 |
<th scope="row"><?php _e( "Submit button", 'contact_form' ); ?></th>
|
1301 |
<td colspan="2">
|
1302 |
-
<
|
|
|
|
|
|
|
1303 |
<div>
|
1304 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1305 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_button_backgroud" value="" class="cntctfrmpr_colorPicker" />
|
1306 |
-
|
1307 |
</div>
|
1308 |
<div>
|
1309 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1310 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_button_color" value="" class="cntctfrmpr_colorPicker" />
|
1311 |
-
|
1312 |
</div>
|
1313 |
<div>
|
1314 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1315 |
-
<input disabled='disabled' type="text" name="cntctfrmpr_border_button_color" value="" class="cntctfrmpr_colorPicker" />
|
1316 |
-
|
1317 |
</div>
|
1318 |
</td>
|
1319 |
</tr>
|
@@ -1340,21 +1370,21 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1340 |
<input disabled='disabled' type="button" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
|
1341 |
</p>
|
1342 |
</div>
|
1343 |
-
<div id="cntctfrmpr_right_table">
|
1344 |
<h3><?php _e( "Contact Form Pro | Preview", 'contact_form' ); ?></h3>
|
1345 |
-
<div id="
|
1346 |
-
<
|
1347 |
-
|
1348 |
-
|
1349 |
-
<div class="cntctfrmpr_error_text hidden"
|
1350 |
<div class="cntctfrm_label cntctfrm_label_name">
|
1351 |
<label for="cntctfrmpr_contact_name"><?php echo $cntctfrm_options['cntctfrm_name_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1352 |
</div>
|
1353 |
-
<div class="cntctfrmpr_error_text hidden"
|
1354 |
<div class="cntctfrm_input cntctfrm_input_name">
|
1355 |
<input placeholder="<?php _e( "Please enter your full name...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_name" id="cntctfrmpr_contact_name"/>
|
1356 |
<div class="cntctfrmpr_help_box">
|
1357 |
-
<div class="cntctfrmpr_hidden_help_text"
|
1358 |
</div>
|
1359 |
</div>
|
1360 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) { ?>
|
@@ -1362,72 +1392,72 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
1362 |
<label for="cntctfrmpr_contact_address"><?php echo $cntctfrm_options['cntctfrm_address_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_address_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1363 |
</div>
|
1364 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_required_address_field'] ) { ?>
|
1365 |
-
<div class="cntctfrmpr_error_text hidden"
|
1366 |
<?php } ?>
|
1367 |
<div class="cntctfrm_input cntctfrm_input_address">
|
1368 |
<input placeholder="<?php _e( "Please enter your address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_address" id="cntctfrmpr_contact_address" />
|
1369 |
<div class="cntctfrmpr_help_box">
|
1370 |
-
<div class="cntctfrmpr_hidden_help_text"
|
1371 |
</div>
|
1372 |
</div>
|
1373 |
<?php } ?>
|
1374 |
<div class="cntctfrm_label cntctfrm_label_email">
|
1375 |
<label for="cntctfrmpr_contact_email"><?php echo $cntctfrm_options['cntctfrm_email_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_email_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1376 |
</div>
|
1377 |
-
<div class="cntctfrmpr_error_text hidden"
|
1378 |
<div class="cntctfrm_input cntctfrm_input_email">
|
1379 |
<input placeholder="<?php _e( "Please enter your email address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_email" id="cntctfrmpr_contact_email" />
|
1380 |
<div class="cntctfrmpr_help_box">
|
1381 |
-
<div class="cntctfrmpr_hidden_help_text"
|
1382 |
</div>
|
1383 |
</div>
|
1384 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) { ?>
|
1385 |
<div class="cntctfrm_label cntctfrm_label_phone">
|
1386 |
<label for="cntctfrmpr_contact_phone"><?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_phone_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1387 |
</div>
|
1388 |
-
<div class="cntctfrmpr_error_text hidden"
|
1389 |
<div class="cntctfrm_input cntctfrm_input_phone">
|
1390 |
<input placeholder="<?php _e( "Please enter your phone number...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_phone" id="cntctfrmpr_contact_phone" />
|
1391 |
<div class="cntctfrmpr_help_box">
|
1392 |
-
<div class="cntctfrmpr_hidden_help_text"
|
1393 |
</div>
|
1394 |
</div>
|
1395 |
<?php } ?>
|
1396 |
<div class="cntctfrm_label cntctfrm_label_subject">
|
1397 |
<label for="cntctfrmpr_contact_subject"><?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1398 |
</div>
|
1399 |
-
<div class="cntctfrmpr_error_text hidden"
|
1400 |
<div class="cntctfrm_input cntctfrm_input_subject">
|
1401 |
<input placeholder="<?php _e( "Please enter subject...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_subject" id="cntctfrmpr_contact_subject" />
|
1402 |
<div class="cntctfrmpr_help_box">
|
1403 |
-
<div class="cntctfrmpr_hidden_help_text"
|
1404 |
</div>
|
1405 |
</div>
|
1406 |
<div class="cntctfrm_label cntctfrm_label_message">
|
1407 |
<label for="cntctfrmpr_contact_message"><?php echo $cntctfrm_options['cntctfrm_message_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_message_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1408 |
</div>
|
1409 |
-
<div class="cntctfrmpr_error_text hidden"
|
1410 |
<div class="cntctfrm_input cntctfrm_input_message">
|
1411 |
<textarea placeholder="<?php _e( "Please enter your message...", 'contact_form' ); ?>" rows="5" cols="30" name="cntctfrmpr_contact_message" id="cntctfrmpr_contact_message"></textarea>
|
1412 |
<div class="cntctfrmpr_help_box">
|
1413 |
-
<div class="cntctfrmpr_hidden_help_text"
|
1414 |
</div>
|
1415 |
</div>
|
1416 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) { ?>
|
1417 |
<div class="cntctfrm_label cntctfrm_label_attachment">
|
1418 |
<label for="cntctfrmpr_contact_attachment"><?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?></label>
|
1419 |
</div>
|
1420 |
-
<div class="cntctfrmpr_error_text hidden"
|
1421 |
<div class="cntctfrm_input cntctfrm_input_attachment">
|
1422 |
<input type="file" name="cntctfrmpr_contact_attachment" id="cntctfrmpr_contact_attachment" style="float:left;" />
|
1423 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_attachment_explanations'] ) { ?>
|
1424 |
-
<div class="cntctfrmpr_help_box cntctfrmpr_hidden_help_text_attach"><div class="cntctfrmpr_hidden_help_text"
|
1425 |
<?php } ?>
|
1426 |
</div>
|
1427 |
<?php } ?>
|
1428 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_send_copy'] ) { ?>
|
1429 |
<div class="cntctfrm_checkbox cntctfrm_checkbox_send_copy">
|
1430 |
-
<input type="checkbox" value="1" name="cntctfrmpr_contact_send_copy" id="cntctfrmpr_contact_send_copy" style="
|
1431 |
<label for="cntctfrmpr_contact_send_copy"><?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?></label>
|
1432 |
</div>
|
1433 |
<?php } ?>
|
@@ -1532,7 +1562,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
|
|
1532 |
$content .= '<form method="post" id="cntctfrm_contact_form' . $cntctfrm_form_countid . '" class="cntctfrm_contact_form"';
|
1533 |
$content .= ' action="' . $page_url . $cntctfrm_form_countid . '" enctype="multipart/form-data">';
|
1534 |
if ( isset( $error_message['error_form'] ) && $cntctfrm_form_count == $cntctfrm_form_submited ) {
|
1535 |
-
$content .= '<div class="cntctfrm_error_text">' . $error_message['error_form'].'</div>';
|
1536 |
}
|
1537 |
|
1538 |
if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
|
@@ -1731,14 +1761,10 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
|
|
1731 |
'png'=>'image/x-png',
|
1732 |
'jpeg'=>'image/jpeg',
|
1733 |
'jpg'=>'image/jpeg',
|
1734 |
-
'JPG'=>'image/jpeg',
|
1735 |
'jpe'=>'image/jpeg',
|
1736 |
-
'TIFF'=>'image/tiff',
|
1737 |
'tiff'=>'image/tiff',
|
1738 |
'tif'=>'image/tiff',
|
1739 |
-
'TIF'=>'image/tiff',
|
1740 |
'bmp'=>'image/x-ms-bmp',
|
1741 |
-
'BMP'=>'image/x-ms-bmp',
|
1742 |
'ai'=>'application/postscript',
|
1743 |
'eps'=>'application/postscript',
|
1744 |
'ps'=>'application/postscript',
|
@@ -1762,8 +1788,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
|
|
1762 |
unset( $error_message['error_name'] );
|
1763 |
if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] && 1 == $cntctfrm_options['cntctfrm_required_address_field'] && "" != $address )
|
1764 |
unset( $error_message['error_address'] );
|
1765 |
-
if ( 1 == $cntctfrm_options['cntctfrm_required_email_field'] && "" != $email &&
|
1766 |
-
is_email( trim( stripslashes( $email ) ) ) )
|
1767 |
unset( $error_message['error_email'] );
|
1768 |
if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] && 1 == $cntctfrm_options['cntctfrm_required_phone_field'] && "" != $phone )
|
1769 |
unset( $error_message['error_phone'] );
|
@@ -1803,7 +1828,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
|
|
1803 |
$tmp_path = $_FILES["cntctfrm_contact_attachment"]["tmp_name"];
|
1804 |
$path_info = pathinfo( $path_of_uploaded_file );
|
1805 |
|
1806 |
-
if ( array_key_exists( $path_info['extension'], $mime_type ) ) {
|
1807 |
if ( is_uploaded_file( $tmp_path ) ) {
|
1808 |
if ( move_uploaded_file( $tmp_path, $path_of_uploaded_file ) ) {
|
1809 |
do_action( 'cntctfrm_get_attachment_data', $path_of_uploaded_file );
|
@@ -2069,6 +2094,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
2069 |
|
2070 |
if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
|
2071 |
$message_block = $message_text;
|
|
|
2072 |
|
2073 |
/* Additional headers */
|
2074 |
$headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>' . "\n";
|
@@ -2081,22 +2107,30 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
2081 |
|
2082 |
$headers .= "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
|
2083 |
|
2084 |
-
$message_text = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", "contact_form" ) . "\n";
|
2085 |
|
2086 |
-
if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
|
2087 |
$message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
|
2088 |
-
|
|
|
2089 |
$message_text .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
|
2090 |
-
|
|
|
2091 |
|
2092 |
$file = file_get_contents( $path_of_uploaded_file );
|
2093 |
-
|
2094 |
-
|
2095 |
-
|
2096 |
-
|
2097 |
-
|
2098 |
-
|
2099 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
2100 |
} else {
|
2101 |
/* To send HTML mail, header must be set */
|
2102 |
if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
|
@@ -2110,7 +2144,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
|
|
2110 |
if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
|
2111 |
@mail( $email, $subject, $message_text_for_user, $headers );
|
2112 |
|
2113 |
-
$mail_result = @mail( $to, $subject
|
2114 |
/* Delete attachment */
|
2115 |
if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
|
2116 |
@unlink( $path_of_uploaded_file );
|
@@ -2274,16 +2308,18 @@ if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
|
|
2274 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
2275 |
}
|
2276 |
|
2277 |
-
$cntctfrm_options['cntctfrm_language']
|
|
|
2278 |
|
2279 |
-
|
2280 |
-
|
2281 |
-
|
2282 |
-
|
2283 |
-
|
2284 |
-
|
2285 |
-
|
2286 |
-
|
|
|
2287 |
}
|
2288 |
|
2289 |
if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) {
|
@@ -2379,7 +2415,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
|
|
2379 |
global $hook_suffix;
|
2380 |
if ( 'plugins.php' == $hook_suffix ) {
|
2381 |
global $cntctfrm_plugin_info, $wp_version, $bstwbsftwppdtplgns_cookie_add, $bstwbsftwppdtplgns_banner_array;
|
2382 |
-
bws_plugin_banner( $cntctfrm_plugin_info, 'cntctfrm', 'contact-form', 'f575dc39cba54a9de88df346eed52101', '77', '
|
2383 |
|
2384 |
if ( empty( $bstwbsftwppdtplgns_banner_array ) )
|
2385 |
bws_get_banner_array();
|
@@ -2417,7 +2453,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
|
|
2417 |
<div class="cntctfrm_for_ctfrmtdb_message bws_banner_on_plugin_page" style="display: none;">
|
2418 |
<img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'bws_menu/images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
2419 |
<div class="icon">
|
2420 |
-
<img title="" src="
|
2421 |
</div>
|
2422 |
<div class="text">
|
2423 |
<?php _e( "<strong>Contact Form to DB</strong> allows to store your messages to the database.", 'contact_form' ); ?><br />
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Plugin for Contact Form.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.91
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
127 |
'cntctfrm_subject_label' => array( 'en' => __( "Subject:", 'contact_form' ) ),
|
128 |
'cntctfrm_message_label' => array( 'en' => __( "Message:", 'contact_form' ) ),
|
129 |
'cntctfrm_attachment_label' => array( 'en' => __( "Attachment:", 'contact_form' ) ),
|
130 |
+
'cntctfrm_attachment_tooltip' => array( 'en' => __( "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB", 'contact_form' ) ),
|
131 |
'cntctfrm_send_copy_label' => array( 'en' => __( "Send me a copy", 'contact_form' ) ),
|
132 |
'cntctfrm_submit_label' => array( 'en' => __( "Submit", 'contact_form' ) ),
|
133 |
'cntctfrm_name_error' => array( 'en' => __( "Your name is required.", 'contact_form' ) ),
|
439 |
$cntctfrm_options_submit['cntctfrm_site_name_parameter'] = $_POST['cntctfrm_site_name_parameter'];
|
440 |
$cntctfrm_options_submit['cntctfrm_display_add_info'] = isset( $_POST['cntctfrm_display_add_info']) ? 1 : 0;
|
441 |
|
442 |
+
$cntctfrm_options_submit['cntctfrm_display_sent_from'] = isset( $_POST['cntctfrm_display_sent_from'] ) ? 1 : 0;
|
443 |
+
$cntctfrm_options_submit['cntctfrm_display_date_time'] = isset( $_POST['cntctfrm_display_date_time'] ) ? 1 : 0;
|
444 |
+
$cntctfrm_options_submit['cntctfrm_display_coming_from'] = isset( $_POST['cntctfrm_display_coming_from'] ) ? 1 : 0;
|
445 |
+
$cntctfrm_options_submit['cntctfrm_display_user_agent'] = isset( $_POST['cntctfrm_display_user_agent'] ) ? 1 : 0;
|
446 |
+
|
447 |
+
if ( 0 == $cntctfrm_options_submit['cntctfrm_display_sent_from'] && 0 == $cntctfrm_options_submit['cntctfrm_display_date_time'] && 0 == $cntctfrm_options_submit['cntctfrm_display_coming_from'] && 0 == $cntctfrm_options_submit['cntctfrm_display_user_agent'] )
|
448 |
+
$cntctfrm_options_submit['cntctfrm_display_add_info'] = 0;
|
449 |
+
|
450 |
+
if ( 0 == $cntctfrm_options_submit['cntctfrm_display_add_info'] ) {
|
451 |
$cntctfrm_options_submit['cntctfrm_display_sent_from'] = 1;
|
452 |
$cntctfrm_options_submit['cntctfrm_display_date_time'] = 1;
|
453 |
$cntctfrm_options_submit['cntctfrm_display_coming_from'] = 1;
|
611 |
|
612 |
/* Display form on the setting page */
|
613 |
$lang_codes = array(
|
614 |
+
'ab' => 'Abkhazian', 'aa' => 'Afar', 'af' => 'Afrikaans', 'ak' => 'Akan', 'sq' => 'Albanian', 'am' => 'Amharic', 'ar' => 'Arabic', 'an' => 'Aragonese', 'hy' => 'Armenian', 'as' => 'Assamese', 'av' => 'Avaric', 'ae' => 'Avestan', 'ay' => 'Aymara', 'az' => 'Azerbaijani',
|
615 |
+
'bm' => 'Bambara', 'ba' => 'Bashkir', 'eu' => 'Basque', 'be' => 'Belarusian', 'bn' => 'Bengali', 'bh' => 'Bihari', 'bi' => 'Bislama', 'bs' => 'Bosnian', 'br' => 'Breton', 'bg' => 'Bulgarian', 'my' => 'Burmese',
|
616 |
+
'ca' => 'Catalan; Valencian', 'ch' => 'Chamorro', 'ce' => 'Chechen', 'ny' => 'Chichewa; Chewa; Nyanja', 'zh' => 'Chinese', 'cu' => 'Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic', 'cv' => 'Chuvash', 'km' => 'Central Khmer', 'kw' => 'Cornish', 'co' => 'Corsican', 'cr' => 'Cree', 'hr' => 'Croatian', 'cs' => 'Czech',
|
617 |
+
'da' => 'Danish', 'dv' => 'Divehi; Dhivehi; Maldivian', 'nl' => 'Dutch; Flemish', 'dz' => 'Dzongkha',
|
618 |
+
'eo' => 'Esperanto', 'et' => 'Estonian', 'ee' => 'Ewe',
|
619 |
+
'fo' => 'Faroese', 'fj' => 'Fijjian', 'fi' => 'Finnish', 'fr' => 'French', 'ff' => 'Fulah',
|
620 |
+
'gd' => 'Gaelic; Scottish Gaelic', 'gl' => 'Galician', 'lg' => 'Ganda', 'ka' => 'Georgian', 'de' => 'German', 'el' => 'Greek, Modern', 'gn' => 'Guarani', 'gu' => 'Gujarati',
|
621 |
+
'ht' => 'Haitian; Haitian Creole', 'ha' => 'Hausa', 'he' => 'Hebrew', 'hz' => 'Herero', 'hi' => 'Hindi', 'ho' => 'Hiri Motu', 'hu' => 'Hungarian',
|
622 |
+
'is' => 'Icelandic', 'io' => 'Ido', 'ig' => 'Igbo', 'id' => 'Indonesian', 'ie' => 'Interlingue', 'ia' => 'Interlingua (International Auxiliary Language Association)', 'iu' => 'Inuktitut', 'ik' => 'Inupiaq', 'ga' => 'Irish', 'it' => 'Italian',
|
623 |
+
'ja' => 'Japanese', 'jv' => 'Javanese',
|
624 |
+
'kl' => 'Kalaallisut; Greenlandic', 'kn' => 'Kannada', 'kr' => 'Kanuri', 'ks' => 'Kashmiri', 'kk' => 'Kazakh', 'ki' => 'Kikuyu; Gikuyu', 'rw' => 'Kinyarwanda', 'ky' => 'Kirghiz; Kyrgyz', 'kv' => 'Komi', 'kg' => 'Kongo', 'ko' => 'Korean', 'kj' => 'Kuanyama; Kwanyama', 'ku' => 'Kurdish',
|
625 |
+
'lo' => 'Lao', 'la' => 'Latin', 'lv' => 'Latvian', 'li' => 'Limburgan; Limburger; Limburgish', 'ln' => 'Lingala', 'lt' => 'Lithuanian', 'lu' => 'Luba-Katanga', 'lb' => 'Luxembourgish; Letzeburgesch',
|
626 |
+
'mk' => 'Macedonian', 'mg' => 'Malagasy', 'ms' => 'Malay', 'ml' => 'Malayalam', 'mt' => 'Maltese', 'gv' => 'Manx', 'mi' => 'Maori', 'mr' => 'Marathi', 'mh' => 'Marshallese', 'mo' => 'Moldavian', 'mn' => 'Mongolian',
|
627 |
+
'na' => 'Nauru', 'nv' => 'Navajo; Navaho', 'nr' => 'Ndebele, South; South Ndebele', 'nd' => 'Ndebele, North; North Ndebele', 'ng' => 'Ndonga', 'ne' => 'Nepali', 'se' => 'Northern Sami', 'no' => 'Norwegian', 'nn' => 'Norwegian Nynorsk; Nynorsk, Norwegian', 'nb' => 'Norwegian Bokmål; Bokmål, Norwegian',
|
628 |
+
'oc' => 'Occitan, Provençal', 'oj' => 'Ojibwa', 'or' => 'Oriya', 'om' => 'Oromo', 'os' => 'Ossetian; Ossetic',
|
629 |
+
'pi' => 'Pali', 'pa' => 'Panjabi; Punjabi', 'fa' => 'Persian', 'pl' => 'Polish', 'pt' => 'Portuguese', 'ps' => 'Pushto',
|
630 |
+
'qu' => 'Quechua',
|
631 |
+
'ro' => 'Romanian', 'rm' => 'Romansh', 'rn' => 'Rundi', 'ru' => 'Russian',
|
632 |
+
'sm' => 'Samoan', 'sg' => 'Sango', 'sa' => 'Sanskrit', 'sc' => 'Sardinian', 'sr' => 'Serbian', 'sn' => 'Shona', 'ii' => 'Sichuan Yi', 'sd' => 'Sindhi', 'si' => 'Sinhala; Sinhalese', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'so' => 'Somali', 'st' => 'Sotho, Southern', 'es' => 'Spanish; Castilian', 'su' => 'Sundanese', 'sw' => 'Swahili', 'ss' => 'Swati', 'sv' => 'Swedish',
|
633 |
+
'tl' => 'Tagalog', 'ty' => 'Tahitian', 'tg' => 'Tajik', 'ta' => 'Tamil', 'tt' => 'Tatar', 'te' => 'Telugu', 'th' => 'Thai', 'bo' => 'Tibetan', 'ti' => 'Tigrinya', 'to' => 'Tonga (Tonga Islands)', 'ts' => 'Tsonga', 'tn' => 'Tswana', 'tr' => 'Turkish', 'tk' => 'Turkmen', 'tw' => 'Twi',
|
634 |
+
'ug' => 'Uighur; Uyghur', 'uk' => 'Ukrainian', 'ur' => 'Urdu', 'uz' => 'Uzbek',
|
635 |
+
've' => 'Venda', 'vi' => 'Vietnamese', 'vo' => 'Volapük',
|
636 |
+
'wa' => 'Walloon', 'cy' => 'Welsh', 'fy' => 'Western Frisian', 'wo' => 'Wolof',
|
637 |
+
'xh' => 'Xhosa',
|
638 |
+
'yi' => 'Yiddish', 'yo' => 'Yoruba',
|
639 |
+
'za' => 'Zhuang; Chuang', 'zu' => 'Zulu'
|
640 |
+
);
|
641 |
|
642 |
/* GO PRO */
|
643 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
688 |
<td colspan="2">
|
689 |
<input type="radio" id="cntctfrm_select_email_user" name="cntctfrm_select_email" value="user" <?php if ( $cntctfrm_options['cntctfrm_select_email'] == 'user' ) echo 'checked="checked" '; ?>/>
|
690 |
<select name="cntctfrm_user_email">
|
691 |
+
<option disabled><?php _e( "Select a username", 'contact_form' ); ?></option>
|
692 |
<?php foreach ( $userslogin as $key => $value ) {
|
693 |
if ( isset( $value->data ) ) {
|
694 |
if ( $value->data->user_email != '' ) { ?>
|
707 |
<tr valign="top">
|
708 |
<th scope="row"><?php _e( "Use this email address:", 'contact_form' ); ?> </th>
|
709 |
<td colspan="2">
|
710 |
+
<input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_email'] ) echo 'checked="checked" '; ?>/>
|
711 |
+
<input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" onfocus="document.getElementById('cntctfrm_select_email_custom').checked = true;" maxlength="250" />
|
712 |
<span class="cntctfrm_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact_form' ); ?></span>
|
713 |
</td>
|
714 |
</tr>
|
749 |
<?php if ( array_key_exists( 'contact-form-to-db/contact_form_to_db.php', $all_plugins ) || array_key_exists( 'contact-form-to-db-pro/contact_form_to_db_pro.php', $all_plugins ) ) {
|
750 |
if ( is_plugin_active( 'contact-form-to-db/contact_form_to_db.php' ) || is_plugin_active( 'contact-form-to-db-pro/contact_form_to_db_pro.php' ) ) { ?>
|
751 |
<input type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
|
752 |
+
<span class="bws_info"> (<?php _e( 'Using', 'contact_form' ); ?> <a href="admin.php?page=cntctfrmtdb_manager">Contact Form to DB by BestWebSoft</a>)</span>
|
753 |
<?php } else { ?>
|
754 |
<input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" <?php if ( ( isset( $cntctfrmtdb_options ) && 1 == $cntctfrmtdb_options["cntctfrmtdb_save_messages_to_db"] ) || ( isset( $cntctfrmtdbpr_options ) && 1 == $cntctfrmtdbpr_options["save_messages_to_db"] ) ) echo 'checked="checked"'; ?> />
|
755 |
+
<span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact_form' ); ?>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate Contact Form to DB', 'contact_form' ); ?></a></span>
|
756 |
<?php }
|
757 |
} else { ?>
|
758 |
<input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
|
759 |
+
<span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact_form' ); ?>) <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Contact Form to DB', 'contact_form' ); ?></a></span>
|
760 |
<?php } ?>
|
761 |
</td>
|
762 |
</tr>
|
775 |
</td>
|
776 |
</tr>
|
777 |
<tr valign="top">
|
778 |
+
<th scope="row"><?php _e( "'FROM' field", 'contact_form' ); ?></th>
|
779 |
+
<td style="vertical-align: top;width: 210px;">
|
780 |
<div><?php _e( "Name", 'contact_form' ); ?></div>
|
781 |
<div>
|
782 |
+
<label>
|
783 |
+
<input type="radio" id="cntctfrm_select_from_custom_field" name="cntctfrm_select_from_field" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?> />
|
784 |
+
<input type="text" name="cntctfrm_from_field" value="<?php echo stripslashes( $cntctfrm_options['cntctfrm_from_field'] ); ?>" onfocus="document.getElementById('cntctfrm_select_from_custom_field').checked = true;" size="18" maxlength="100" />
|
785 |
+
</label><br/>
|
786 |
+
<div>
|
787 |
+
<label><input type="radio" id="cntctfrm_select_from_field" name="cntctfrm_select_from_field" value="user_name" <?php if ( 'user_name' == $cntctfrm_options['cntctfrm_select_from_field'] ) echo 'checked="checked" '; ?>/> <?php _e( "User name", 'contact_form' ); ?></label>
|
788 |
+
<div class="cntctfrm_help_box">
|
789 |
+
<div class="cntctfrm_hidden_help_text"><?php echo __( "The name of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?></div>
|
790 |
+
</div>
|
791 |
</div>
|
792 |
</div>
|
793 |
</td>
|
794 |
<td>
|
795 |
<div><?php _e( "Email", 'contact_form' ); ?></div>
|
796 |
<div>
|
797 |
+
<div>
|
798 |
<input type="radio" id="cntctfrm_from_custom_email" name="cntctfrm_from_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/>
|
799 |
+
<input type="text" name="cntctfrm_custom_from_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_from_email']; ?>" onfocus="document.getElementById('cntctfrm_from_custom_email').checked = true;" maxlength="100" />
|
800 |
</div>
|
801 |
+
<div>
|
802 |
+
<label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/> <?php _e( "User email", 'contact_form' ); ?></label>
|
803 |
+
<div class="cntctfrm_help_box">
|
804 |
+
<div class="cntctfrm_hidden_help_text"><?php echo __( "The email address of the user who fills the form will be used in the field 'From'.", 'contact_form' ); ?></div>
|
805 |
</div>
|
806 |
</div>
|
807 |
+
<div>
|
808 |
<span class="cntctfrm_info">(<?php _e( "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur.", 'contact_form' ); ?>)</span>
|
809 |
</div>
|
810 |
</div>
|
813 |
<tr valign="top">
|
814 |
<th scope="row"><?php _e( "Required symbol", 'contact_form' ); ?></th>
|
815 |
<td colspan="2">
|
816 |
+
<input type="text" id="cntctfrm_required_symbol" name="cntctfrm_required_symbol" value="<?php echo $cntctfrm_options['cntctfrm_required_symbol']; ?>" maxlength="100" />
|
817 |
</td>
|
818 |
</tr>
|
819 |
</table>
|
912 |
<tr valign="top">
|
913 |
<td>
|
914 |
<?php _e( "Attachment block", 'contact_form' ); ?>
|
915 |
+
<div class="cntctfrm_help_box">
|
916 |
+
<div class="cntctfrm_hidden_help_text"><?php echo __( "Users can attach the following file formats", 'contact_form' ) . ": html, txt, css, gif, png, jpeg, jpg, tiff, bmp, ai, eps, ps, rtf, pdf, doc, docx, xls, xlsx, zip, rar, wav, mp3, ppt, aar, sce"; ?></div>
|
917 |
</div>
|
918 |
</td>
|
919 |
<td><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/></td>
|
928 |
<tr valign="top">
|
929 |
<th scope="row"><?php _e( "Add to the form", 'contact_form' ); ?></th>
|
930 |
<td style="width:750px;" colspan="3">
|
931 |
+
<div>
|
932 |
+
<label>
|
933 |
<input type="checkbox" id="cntctfrm_attachment_explanations" name="cntctfrm_attachment_explanations" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment_explanations'] && '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/>
|
934 |
<?php _e( "Tips below the Attachment", 'contact_form' ); ?>
|
935 |
</label>
|
936 |
+
<div class="cntctfrm_help_box">
|
937 |
+
<div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_attachment_tips.png', __FILE__ ); ?>" alt=""/></div>
|
938 |
</div>
|
939 |
</div>
|
940 |
+
<div>
|
941 |
+
<label>
|
942 |
<input type="checkbox" id="cntctfrm_send_copy" name="cntctfrm_send_copy" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_send_copy'] ) echo 'checked="checked" '; ?>/>
|
943 |
<?php _e( "'Send me a copy' block", 'contact_form' ); ?>
|
944 |
</label>
|
945 |
+
<div class="cntctfrm_help_box">
|
946 |
+
<div class="cntctfrm_hidden_help_text"><img title="" src="<?php echo plugins_url( 'images/tooltip_sendme_block.png', __FILE__ ); ?>" alt=""/></div>
|
947 |
</div>
|
948 |
</div>
|
949 |
<div style="clear: both;">
|
950 |
<?php if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
|
951 |
if ( is_plugin_active( 'captcha/captcha.php' ) || is_plugin_active( 'captcha-plus/captcha-plus.php' ) || is_plugin_active( 'captcha-pro/captcha_pro.php' ) ) { ?>
|
952 |
<label><input type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) ||( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
|
953 |
+
Captcha by BestWebSoft</label>
|
954 |
<?php } else { ?>
|
955 |
<label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" <?php if ( ( isset( $cptch_options ) && 1 == $cptch_options["cptch_contact_form"] ) || ( isset( $cptchpls_options ) && 1 == $cptchpls_options["cptchpls_contact_form"] ) || ( isset( $cptchpr_options ) && 1 == $cptchpr_options["cptchpr_contact_form"] ) ) echo 'checked="checked"'; ?> />
|
956 |
+
Captcha by BestWebSoft</label> <span class="bws_info"><a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate captcha', 'contact_form' ); ?></a></span>
|
957 |
<?php }
|
958 |
} else { ?>
|
959 |
<label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
|
960 |
+
Captcha by BestWebSoft</label> <span class="bws_info"><a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download captcha', 'contact_form' ); ?></a></span>
|
961 |
<?php } ?>
|
962 |
</div>
|
963 |
</td>
|
965 |
<tr valign="top">
|
966 |
<th scope="row"></th>
|
967 |
<td colspan="3" class="bws_pro_version">
|
968 |
+
<label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_privacy_check"> <?php _e( 'Agreement checkbox', 'contact_form' ); ?></label> <span class="bws_info">(<?php _e( 'Required checkbox for submitting the form', 'contact_form' ); ?>)</span><br />
|
969 |
+
<label><input disabled="disabled" type="checkbox" value="1" name="cntctfrmpr_display_optional_check"> <?php _e( 'Optional checkbox', 'contact_form' ); ?></label> <span class="bws_info">(<?php _e( 'Optional checkbox, the results of which will be displayed in email', 'contact_form' ); ?>)</span><br />
|
970 |
</td>
|
971 |
</tr>
|
972 |
<tr valign="top">
|
997 |
<td style="width:15px;" class="cntctfrm_td_top_align">
|
998 |
<input type="checkbox" id="cntctfrm_display_add_info" name="cntctfrm_display_add_info" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'checked="checked" '; ?>/>
|
999 |
</td>
|
1000 |
+
<td style="max-width:150px;" class="cntctfrm_display_add_info_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_display_add_info'] ) echo 'style="display:none"'; ?>>
|
1001 |
+
<label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_sent_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (ip address)", 'contact_form' ); ?></label> <span class="bws_info"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact_form' ); ?></span><br />
|
1002 |
+
<label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_date_time'] ) echo 'checked="checked" '; ?>/> <?php _e( "Date/Time", 'contact_form' ); ?></label> <span class="bws_info"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact_form' ); ?></span><br />
|
1003 |
+
<label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_coming_from'] ) echo 'checked="checked" '; ?>/> <?php _e( "Sent from (referer)", 'contact_form' ); ?></label> <span class="bws_info"><?php _e( "Example: Sent from (referer): http://bestwebsoft.com/contacts/contact-us/", 'contact_form' ); ?></span><br />
|
1004 |
+
<label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_user_agent'] ) echo 'checked="checked" '; ?>/> <?php _e( "Using (user agent)", 'contact_form' ); ?></label> <span class="bws_info"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact_form' ); ?></span><br />
|
1005 |
</td>
|
1006 |
</tr>
|
1007 |
<tr valign="top">
|
1022 |
<td style="width:15px;" class="cntctfrm_td_top_align">
|
1023 |
<input type="checkbox" id="cntctfrm_change_label" name="cntctfrm_change_label" value="1" <?php if ( $cntctfrm_options['cntctfrm_change_label'] == '1' ) echo 'checked="checked" '; ?>/>
|
1024 |
</td>
|
1025 |
+
<td class="cntctfrm_change_label_block" <?php if ( '0' == $cntctfrm_options['cntctfrm_change_label'] ) echo 'style="display:none"'; ?>>
|
1026 |
<div class="cntctfrm_label_language_tab cntctfrm_active" id="cntctfrm_label_en"><?php _e( 'English', 'contact_form' ); ?></div>
|
1027 |
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1028 |
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) {
|
1033 |
<div class="cntctfrm_language_tab cntctfrm_tab_en">
|
1034 |
<div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
|
1035 |
<div class="cntctfrm_language_tab_block">
|
1036 |
+
<input type="text" maxlength="250" name="cntctfrm_name_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
|
1037 |
+
<input type="text" maxlength="250" name="cntctfrm_address_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
|
1038 |
+
<input type="text" maxlength="250" name="cntctfrm_email_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
|
1039 |
+
<input type="text" maxlength="250" name="cntctfrm_phone_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
|
1040 |
+
<input type="text" maxlength="250" name="cntctfrm_subject_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
|
1041 |
+
<input type="text" maxlength="250" name="cntctfrm_message_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
|
1042 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
|
1043 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
|
1044 |
+
<input type="text" maxlength="250" name="cntctfrm_send_copy_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
|
1045 |
+
<input type="text" maxlength="250" name="cntctfrm_submit_label[en]" value="<?php echo $cntctfrm_options['cntctfrm_submit_label']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
|
1046 |
+
<input type="text" maxlength="250" name="cntctfrm_name_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
|
1047 |
+
<input type="text" maxlength="250" name="cntctfrm_address_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
|
1048 |
+
<input type="text" maxlength="250" name="cntctfrm_email_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
|
1049 |
+
<input type="text" maxlength="250" name="cntctfrm_phone_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_phone_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
|
1050 |
+
<input type="text" maxlength="250" name="cntctfrm_subject_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
|
1051 |
+
<input type="text" maxlength="250" name="cntctfrm_message_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
|
1052 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
|
1053 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_upload_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
|
1054 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_move_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_move_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
|
1055 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_size_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_attachment_size_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
|
1056 |
+
<input type="text" maxlength="250" name="cntctfrm_captcha_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_captcha_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
|
1057 |
+
<input type="text" maxlength="250" name="cntctfrm_form_error[en]" value="<?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
|
1058 |
</div>
|
1059 |
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1060 |
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ) ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1067 |
<div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>">
|
1068 |
<div class="cntctfrm_language_tab_block_mini" style="display:none;"><?php _e( "click to expand/hide the list", 'contact_form' ); ?></div>
|
1069 |
<div class="cntctfrm_language_tab_block">
|
1070 |
+
<input type="text" maxlength="250" name="cntctfrm_name_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Name:", 'contact_form' ); ?></span><br />
|
1071 |
+
<input type="text" maxlength="250" name="cntctfrm_address_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Address:", 'contact_form' ); ?></span><br />
|
1072 |
+
<input type="text" maxlength="250" name="cntctfrm_email_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Email Address:", 'contact_form' ); ?></span><br />
|
1073 |
+
<input type="text" maxlength="250" name="cntctfrm_phone_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Phone number:", 'contact_form' ); ?></span><br />
|
1074 |
+
<input type="text" maxlength="250" name="cntctfrm_subject_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Subject:", 'contact_form' ); ?></span><br />
|
1075 |
+
<input type="text" maxlength="250" name="cntctfrm_message_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Message:", 'contact_form' ); ?></span><br />
|
1076 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Attachment:", 'contact_form' ); ?></span><br />
|
1077 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_tooltip[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_tooltip'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Tips below the Attachment block", 'contact_form' ); ?></span><br />
|
1078 |
+
<input type="text" maxlength="250" name="cntctfrm_send_copy_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_send_copy_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_send_copy_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Send me a copy", 'contact_form' ); ?></span><br />
|
1079 |
+
<input type="text" maxlength="250" name="cntctfrm_submit_label[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_submit_label'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_submit_label'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Submit", 'contact_form' ); ?></span><br />
|
1080 |
+
<input type="text" maxlength="250" name="cntctfrm_name_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_name_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_name_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Name field", 'contact_form' ); ?></span><br />
|
1081 |
+
<input type="text" maxlength="250" name="cntctfrm_address_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_address_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_address_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Address field", 'contact_form' ); ?></span><br />
|
1082 |
+
<input type="text" maxlength="250" name="cntctfrm_email_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_email_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_email_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Email field", 'contact_form' ); ?></span><br />
|
1083 |
+
<input type="text" maxlength="250" name="cntctfrm_phone_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_phone_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_phone_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Phone field", 'contact_form' ); ?></span><br />
|
1084 |
+
<input type="text" maxlength="250" name="cntctfrm_subject_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_subject_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_subject_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Subject field", 'contact_form' ); ?></span><br />
|
1085 |
+
<input type="text" maxlength="250" name="cntctfrm_message_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_message_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_message_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Message field", 'contact_form' ); ?></span><br />
|
1086 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message about the file type for the Attachment field", 'contact_form' ); ?></span><br />
|
1087 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_upload_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_upload_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while uploading a file for the Attachment field to the server", 'contact_form' ); ?></span><br />
|
1088 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_move_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_move_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message while moving the file for the Attachment field", 'contact_form' ); ?></span><br />
|
1089 |
+
<input type="text" maxlength="250" name="cntctfrm_attachment_size_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_attachment_size_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message when file size limit for the Attachment field is exceeded", 'contact_form' ); ?></span><br />
|
1090 |
+
<input type="text" maxlength="250" name="cntctfrm_captcha_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_captcha_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_captcha_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the Captcha field", 'contact_form' ); ?></span><br />
|
1091 |
+
<input type="text" maxlength="250" name="cntctfrm_form_error[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_form_error'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_form_error'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Error message for the whole form", 'contact_form' ); ?></span><br />
|
1092 |
</div>
|
1093 |
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1094 |
<span class="cntctfrm_info" style="margin-left: 5px;"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1118 |
} ?>
|
1119 |
<div class="clear"></div>
|
1120 |
<div class="cntctfrm_language_tab cntctfrm_tab_en" style=" padding: 5px 10px 5px 5px;">
|
1121 |
+
<input type="text" maxlength="250" name="cntctfrm_thank_text[en]" value="<?php echo $cntctfrm_options['cntctfrm_thank_text']['en']; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
|
1122 |
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1123 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=en]</span> <?php _e( "or", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1124 |
<?php } else { ?>
|
1128 |
<?php if ( ! empty( $cntctfrm_options['cntctfrm_language'] ) ) {
|
1129 |
foreach ( $cntctfrm_options['cntctfrm_language'] as $val ) { ?>
|
1130 |
<div class="cntctfrm_language_tab hidden cntctfrm_tab_<?php echo $val; ?>" style=" padding: 5px 10px 5px 5px;">
|
1131 |
+
<input type="text" maxlength="250" name="cntctfrm_thank_text[<?php echo $val; ?>]" value="<?php if ( isset( $cntctfrm_options['cntctfrm_thank_text'][ $val ] ) ) echo $cntctfrm_options['cntctfrm_thank_text'][ $val ]; ?>" /> <span class="cntctfrm_info"><?php _e( "Text", 'contact_form' ); ?></span><br />
|
1132 |
<?php if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
|
1133 |
<span class="cntctfrm_info"><?php _e( "Use shortcode", 'contact_form' ); ?> <span class="cntctfrm_shortcode">[bestwebsoft_contact_form lang=<?php echo $val; ?>]</span> <?php _e( "for this language", 'contact_form' ); ?></span>
|
1134 |
<?php } else { ?>
|
1140 |
<div id="cntctfrm_before"></div>
|
1141 |
<br />
|
1142 |
<input type="radio" id="cntctfrm_action_after_send_url" name="cntctfrm_action_after_send" value="0" <?php if ( '0' == $cntctfrm_options['cntctfrm_action_after_send'] ) echo 'checked="checked" '; ?>/> <?php _e( "Redirect to the page", 'contact_form' ); ?><br />
|
1143 |
+
<input type="text" maxlength="250" name="cntctfrm_redirect_url" value="<?php echo $cntctfrm_options['cntctfrm_redirect_url']; ?>" onfocus="document.getElementById('cntctfrm_action_after_send_url').checked = true;" /> <span class="cntctfrm_info"><?php _e( "Url", 'contact_form' ); ?></span>
|
1144 |
</td>
|
1145 |
</tr>
|
1146 |
<tr valign="top">
|
1192 |
</form>
|
1193 |
<?php bws_plugin_reviews_block( $cntctfrm_plugin_info['Name'], 'contact-form-plugin' );
|
1194 |
} elseif ( 'appearance' == $_GET['action'] ) { ?>
|
1195 |
+
<div id="<?php echo is_rtl() ? 'cntctfrmpr_right_table' : 'cntctfrmpr_left_table' ?>">
|
1196 |
<div class="bws_pro_version_bloc">
|
1197 |
<div class="bws_pro_version_table_bloc">
|
1198 |
<div class="bws_table_bg"></div>
|
1252 |
<?php } ?>
|
1253 |
<div>
|
1254 |
<input disabled='disabled' type="checkbox" name="cntctfrmpr_tooltip_display_captcha" value="1" />
|
1255 |
+
<label class="cntctfrmpr_tooltip_label" for="cntctfrmpr_tooltip_display_captcha">Captcha by BestWebSoft</label>
|
1256 |
</div>
|
1257 |
</td>
|
1258 |
</tr>
|
1259 |
<tr valign="top">
|
1260 |
<th colspan="3" scope="row"><input disabled='disabled' type="checkbox" id="cntctfrmpr_style_options" name="cntctfrmpr_style_options" value="1" checked="checked" /> <?php _e( "Style options", 'contact_form' ); ?></th>
|
1261 |
</tr>
|
1262 |
+
<tr valign="top" class="cntctfrm_style_block">
|
1263 |
<th scope="row"><?php _e( "Text color", 'contact_form' ); ?></th>
|
1264 |
<td colspan="2">
|
1265 |
<div>
|
1266 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1267 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_label_color" value="" class="cntctfrmpr_colorPicker" />
|
1268 |
+
<div class="cntctfrm_label_block"><?php _e( 'Label text color', 'contact_form' ); ?></div>
|
1269 |
</div>
|
1270 |
<div>
|
1271 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1272 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_placeholder_color" value="" class="cntctfrmpr_colorPicker" />
|
1273 |
+
<div class="cntctfrm_label_block"><?php _e( "Placeholder color", 'contact_form' ); ?></div>
|
1274 |
</div>
|
1275 |
</td>
|
1276 |
</tr>
|
1277 |
+
<tr valign="top" class="cntctfrm_style_block">
|
1278 |
<th scope="row"><?php _e( "Errors color", 'contact_form' ); ?></th>
|
1279 |
<td colspan="2">
|
1280 |
<div>
|
1281 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1282 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_error_color" value="" class="cntctfrmpr_colorPicker" />
|
1283 |
+
<div class="cntctfrm_label_block"><?php _e( 'Error text color', 'contact_form' ); ?></div>
|
1284 |
</div>
|
1285 |
<div>
|
1286 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1287 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_error_input_color" value="" class="cntctfrmpr_colorPicker" />
|
1288 |
+
<div class="cntctfrm_label_block"><?php _e( 'Background color of the input field errors', 'contact_form' ); ?></div>
|
1289 |
</div>
|
1290 |
<div>
|
1291 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1292 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_error_input_border_color" value="" class="cntctfrmpr_colorPicker" />
|
1293 |
+
<div class="cntctfrm_label_block"><?php _e( 'Border color of the input field errors', 'contact_form' ); ?></div>
|
1294 |
</div>
|
1295 |
<div>
|
1296 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
|
1297 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_placeholder_error_color" value="" class="cntctfrmpr_colorPicker " />
|
1298 |
+
<div class="cntctfrm_label_block"><?php _e( "Placeholder color of the input field errors", 'contact_form' ); ?></div>
|
1299 |
</div>
|
1300 |
</td>
|
1301 |
</tr>
|
1302 |
+
<tr valign="top" class="cntctfrm_style_block">
|
1303 |
<th scope="row"><?php _e( "Input fields", 'contact_form' ); ?></th>
|
1304 |
<td colspan="2">
|
1305 |
<div>
|
1306 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" id="" value="<?php _e('Default', 'contact_form'); ?>" />
|
1307 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_background" value="" class="cntctfrmpr_colorPicker" />
|
1308 |
+
<div class="cntctfrm_label_block"><?php _e( "Input fields background color", 'contact_form' ); ?></div>
|
1309 |
</div>
|
1310 |
<div>
|
1311 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1312 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_input_color" value="" class="cntctfrmpr_colorPicker" />
|
1313 |
+
<div class="cntctfrm_label_block"><?php _e( "Text fields color", 'contact_form' ); ?></div>
|
1314 |
+
</div>
|
1315 |
+
<div>
|
1316 |
+
<input disabled='disabled' size="8" type="text" value="" name="cntctfrmpr_border_input_width" />
|
1317 |
+
<div class="cntctfrm_label_block"><?php _e( 'Border width in px, numbers only', 'contact_form' ); ?></div>
|
1318 |
</div>
|
|
|
1319 |
<div>
|
1320 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1321 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_border_input_color" value="" class="cntctfrmpr_colorPicker" />
|
1322 |
+
<div class="cntctfrm_label_block"><?php _e( 'Border color', 'contact_form' ); ?></div>
|
1323 |
</div>
|
1324 |
</td>
|
1325 |
</tr>
|
1326 |
+
<tr valign="top" class="cntctfrm_style_block">
|
1327 |
<th scope="row"><?php _e( "Submit button", 'contact_form' ); ?></th>
|
1328 |
<td colspan="2">
|
1329 |
+
<div>
|
1330 |
+
<input disabled='disabled' size="8" type="text" value="" name="cntctfrmpr_button_width" />
|
1331 |
+
<div class="cntctfrm_label_block"><?php _e( 'Width in px, numbers only', 'contact_form' ); ?></div>
|
1332 |
+
</div>
|
1333 |
<div>
|
1334 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1335 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_button_backgroud" value="" class="cntctfrmpr_colorPicker" />
|
1336 |
+
<div class="cntctfrm_label_block"><?php _e( 'Button color', 'contact_form' ); ?></div>
|
1337 |
</div>
|
1338 |
<div>
|
1339 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1340 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_button_color" value="" class="cntctfrmpr_colorPicker" />
|
1341 |
+
<div class="cntctfrm_label_block"><?php _e( "Button text color", 'contact_form' ); ?></div>
|
1342 |
</div>
|
1343 |
<div>
|
1344 |
<input disabled='disabled' type="button" class="cntctfrmpr_default button-small button" value="<?php _e('Default', 'contact_form'); ?>" />
|
1345 |
+
<input disabled='disabled' type="text" size="8" name="cntctfrmpr_border_button_color" value="" class="cntctfrmpr_colorPicker" />
|
1346 |
+
<div class="cntctfrm_label_block"><?php _e( 'Border color', 'contact_form' ); ?></div>
|
1347 |
</div>
|
1348 |
</td>
|
1349 |
</tr>
|
1370 |
<input disabled='disabled' type="button" class="button-primary" value="<?php _e( 'Save Changes', 'contact_form' ); ?>" />
|
1371 |
</p>
|
1372 |
</div>
|
1373 |
+
<div id="<?php echo is_rtl() ? 'cntctfrmpr_left_table' : 'cntctfrmpr_right_table' ?>">
|
1374 |
<h3><?php _e( "Contact Form Pro | Preview", 'contact_form' ); ?></h3>
|
1375 |
+
<div id="cntctfrmpr_show_errors_block">
|
1376 |
+
<input disabled="" type="checkbox" id="cntctfrmpr_show_errors" name="cntctfrmpr_show_errors" /> <?php _e( "Show with errors", 'contact_form' ); ?>
|
1377 |
+
</div>
|
1378 |
+
<div id="cntctfrmpr_contact_form" class="cntctfrm_contact_form">
|
1379 |
+
<div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_form_error']['en']; ?></div>
|
1380 |
<div class="cntctfrm_label cntctfrm_label_name">
|
1381 |
<label for="cntctfrmpr_contact_name"><?php echo $cntctfrm_options['cntctfrm_name_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_name_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1382 |
</div>
|
1383 |
+
<div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_name_error']['en']; ?></div>
|
1384 |
<div class="cntctfrm_input cntctfrm_input_name">
|
1385 |
<input placeholder="<?php _e( "Please enter your full name...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_name" id="cntctfrmpr_contact_name"/>
|
1386 |
<div class="cntctfrmpr_help_box">
|
1387 |
+
<div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your full name...", 'contact_form' ); ?></div>
|
1388 |
</div>
|
1389 |
</div>
|
1390 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] ) { ?>
|
1392 |
<label for="cntctfrmpr_contact_address"><?php echo $cntctfrm_options['cntctfrm_address_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_address_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1393 |
</div>
|
1394 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_required_address_field'] ) { ?>
|
1395 |
+
<div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_address_error']['en']; ?></div>
|
1396 |
<?php } ?>
|
1397 |
<div class="cntctfrm_input cntctfrm_input_address">
|
1398 |
<input placeholder="<?php _e( "Please enter your address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_address" id="cntctfrmpr_contact_address" />
|
1399 |
<div class="cntctfrmpr_help_box">
|
1400 |
+
<div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your address...", 'contact_form' ); ?></div>
|
1401 |
</div>
|
1402 |
</div>
|
1403 |
<?php } ?>
|
1404 |
<div class="cntctfrm_label cntctfrm_label_email">
|
1405 |
<label for="cntctfrmpr_contact_email"><?php echo $cntctfrm_options['cntctfrm_email_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_email_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1406 |
</div>
|
1407 |
+
<div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_email_error']['en']; ?></div>
|
1408 |
<div class="cntctfrm_input cntctfrm_input_email">
|
1409 |
<input placeholder="<?php _e( "Please enter your email address...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_email" id="cntctfrmpr_contact_email" />
|
1410 |
<div class="cntctfrmpr_help_box">
|
1411 |
+
<div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your email address...", 'contact_form' ); ?></div>
|
1412 |
</div>
|
1413 |
</div>
|
1414 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) { ?>
|
1415 |
<div class="cntctfrm_label cntctfrm_label_phone">
|
1416 |
<label for="cntctfrmpr_contact_phone"><?php echo $cntctfrm_options['cntctfrm_phone_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_phone_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1417 |
</div>
|
1418 |
+
<div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['phone_error']['en']; ?></div>
|
1419 |
<div class="cntctfrm_input cntctfrm_input_phone">
|
1420 |
<input placeholder="<?php _e( "Please enter your phone number...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_phone" id="cntctfrmpr_contact_phone" />
|
1421 |
<div class="cntctfrmpr_help_box">
|
1422 |
+
<div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your phone number...", 'contact_form' ); ?></div>
|
1423 |
</div>
|
1424 |
</div>
|
1425 |
<?php } ?>
|
1426 |
<div class="cntctfrm_label cntctfrm_label_subject">
|
1427 |
<label for="cntctfrmpr_contact_subject"><?php echo $cntctfrm_options['cntctfrm_subject_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_subject_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1428 |
</div>
|
1429 |
+
<div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_subject_error']['en']; ?></div>
|
1430 |
<div class="cntctfrm_input cntctfrm_input_subject">
|
1431 |
<input placeholder="<?php _e( "Please enter subject...", 'contact_form' ); ?>" class="text" type="text" size="40" value="" name="cntctfrmpr_contact_subject" id="cntctfrmpr_contact_subject" />
|
1432 |
<div class="cntctfrmpr_help_box">
|
1433 |
+
<div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter subject...", 'contact_form' ); ?></div>
|
1434 |
</div>
|
1435 |
</div>
|
1436 |
<div class="cntctfrm_label cntctfrm_label_message">
|
1437 |
<label for="cntctfrmpr_contact_message"><?php echo $cntctfrm_options['cntctfrm_message_label']['en']; if ( 1 == $cntctfrm_options['cntctfrm_required_message_field'] ) echo '<span class="required"> *</span>'; ?></label>
|
1438 |
</div>
|
1439 |
+
<div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_message_error']['en']; ?></div>
|
1440 |
<div class="cntctfrm_input cntctfrm_input_message">
|
1441 |
<textarea placeholder="<?php _e( "Please enter your message...", 'contact_form' ); ?>" rows="5" cols="30" name="cntctfrmpr_contact_message" id="cntctfrmpr_contact_message"></textarea>
|
1442 |
<div class="cntctfrmpr_help_box">
|
1443 |
+
<div class="cntctfrmpr_hidden_help_text"><?php _e( "Please enter your message...", 'contact_form' ); ?></div>
|
1444 |
</div>
|
1445 |
</div>
|
1446 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) { ?>
|
1447 |
<div class="cntctfrm_label cntctfrm_label_attachment">
|
1448 |
<label for="cntctfrmpr_contact_attachment"><?php echo $cntctfrm_options['cntctfrm_attachment_label']['en']; ?></label>
|
1449 |
</div>
|
1450 |
+
<div class="cntctfrmpr_error_text hidden"><?php echo $cntctfrm_options['cntctfrm_attachment_error']['en']; ?></div>
|
1451 |
<div class="cntctfrm_input cntctfrm_input_attachment">
|
1452 |
<input type="file" name="cntctfrmpr_contact_attachment" id="cntctfrmpr_contact_attachment" style="float:left;" />
|
1453 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_attachment_explanations'] ) { ?>
|
1454 |
+
<div class="cntctfrmpr_help_box cntctfrmpr_hidden_help_text_attach"><div class="cntctfrmpr_hidden_help_text"><?php echo $cntctfrm_options['cntctfrm_attachment_tooltip']['en']; ?></div></div>
|
1455 |
<?php } ?>
|
1456 |
</div>
|
1457 |
<?php } ?>
|
1458 |
<?php if ( 1 == $cntctfrm_options['cntctfrm_send_copy'] ) { ?>
|
1459 |
<div class="cntctfrm_checkbox cntctfrm_checkbox_send_copy">
|
1460 |
+
<input type="checkbox" value="1" name="cntctfrmpr_contact_send_copy" id="cntctfrmpr_contact_send_copy" style="margin: 0;" />
|
1461 |
<label for="cntctfrmpr_contact_send_copy"><?php echo $cntctfrm_options['cntctfrm_send_copy_label']['en']; ?></label>
|
1462 |
</div>
|
1463 |
<?php } ?>
|
1562 |
$content .= '<form method="post" id="cntctfrm_contact_form' . $cntctfrm_form_countid . '" class="cntctfrm_contact_form"';
|
1563 |
$content .= ' action="' . $page_url . $cntctfrm_form_countid . '" enctype="multipart/form-data">';
|
1564 |
if ( isset( $error_message['error_form'] ) && $cntctfrm_form_count == $cntctfrm_form_submited ) {
|
1565 |
+
$content .= '<div class="cntctfrm_error_text">' . $error_message['error_form'] . '</div>';
|
1566 |
}
|
1567 |
|
1568 |
if ( 1 == $cntctfrm_options['cntctfrm_display_name_field'] ) {
|
1761 |
'png'=>'image/x-png',
|
1762 |
'jpeg'=>'image/jpeg',
|
1763 |
'jpg'=>'image/jpeg',
|
|
|
1764 |
'jpe'=>'image/jpeg',
|
|
|
1765 |
'tiff'=>'image/tiff',
|
1766 |
'tif'=>'image/tiff',
|
|
|
1767 |
'bmp'=>'image/x-ms-bmp',
|
|
|
1768 |
'ai'=>'application/postscript',
|
1769 |
'eps'=>'application/postscript',
|
1770 |
'ps'=>'application/postscript',
|
1788 |
unset( $error_message['error_name'] );
|
1789 |
if ( 1 == $cntctfrm_options['cntctfrm_display_address_field'] && 1 == $cntctfrm_options['cntctfrm_required_address_field'] && "" != $address )
|
1790 |
unset( $error_message['error_address'] );
|
1791 |
+
if ( 1 == $cntctfrm_options['cntctfrm_required_email_field'] && "" != $email && is_email( trim( stripslashes( $email ) ) ) )
|
|
|
1792 |
unset( $error_message['error_email'] );
|
1793 |
if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] && 1 == $cntctfrm_options['cntctfrm_required_phone_field'] && "" != $phone )
|
1794 |
unset( $error_message['error_phone'] );
|
1828 |
$tmp_path = $_FILES["cntctfrm_contact_attachment"]["tmp_name"];
|
1829 |
$path_info = pathinfo( $path_of_uploaded_file );
|
1830 |
|
1831 |
+
if ( array_key_exists( strtolower( $path_info['extension'] ), $mime_type ) ) {
|
1832 |
if ( is_uploaded_file( $tmp_path ) ) {
|
1833 |
if ( move_uploaded_file( $tmp_path, $path_of_uploaded_file ) ) {
|
1834 |
do_action( 'cntctfrm_get_attachment_data', $path_of_uploaded_file );
|
2094 |
|
2095 |
if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
|
2096 |
$message_block = $message_text;
|
2097 |
+
$message_block_for_user = $message_text_for_user;
|
2098 |
|
2099 |
/* Additional headers */
|
2100 |
$headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>' . "\n";
|
2107 |
|
2108 |
$headers .= "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
|
2109 |
|
2110 |
+
$message_text = $message_text_for_user = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", "contact_form" ) . "\n";
|
2111 |
|
2112 |
+
if ( 1 == $cntctfrm_options['cntctfrm_html_email'] ) {
|
2113 |
$message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
|
2114 |
+
$message_text_for_user .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block_for_user . "\n\n";
|
2115 |
+
} else {
|
2116 |
$message_text .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
|
2117 |
+
$message_text_for_user .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block_for_user . "\n\n";
|
2118 |
+
}
|
2119 |
|
2120 |
$file = file_get_contents( $path_of_uploaded_file );
|
2121 |
+
|
2122 |
+
$message_text .= $bound . "\n" .
|
2123 |
+
"Content-Type: application/octet-stream; name=\"" . $_FILES["cntctfrm_contact_attachment"]["name"] . "\"\n" .
|
2124 |
+
"Content-Description: " . basename( $path_of_uploaded_file ) . "\n" .
|
2125 |
+
"Content-Disposition: attachment;\n" . " filename=\"" . $_FILES["cntctfrm_contact_attachment"]["name"] ."\"; size=" . filesize( $path_of_uploaded_file ) . ";\n" .
|
2126 |
+
"Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
|
2127 |
+
$bound_last;
|
2128 |
+
$message_text_for_user .= $bound . "\n" .
|
2129 |
+
"Content-Type: application/octet-stream; name=\"" . $_FILES["cntctfrm_contact_attachment"]["name"] . "\"\n" .
|
2130 |
+
"Content-Description: " . basename( $path_of_uploaded_file ) . "\n" .
|
2131 |
+
"Content-Disposition: attachment;\n" . " filename=\"" . $_FILES["cntctfrm_contact_attachment"]["name"] ."\"; size=" . filesize( $path_of_uploaded_file ) . ";\n" .
|
2132 |
+
"Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
|
2133 |
+
$bound_last;
|
2134 |
} else {
|
2135 |
/* To send HTML mail, header must be set */
|
2136 |
if ( 1 == $cntctfrm_options['cntctfrm_html_email'] )
|
2144 |
if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
|
2145 |
@mail( $email, $subject, $message_text_for_user, $headers );
|
2146 |
|
2147 |
+
$mail_result = @mail( $to, $subject, $message_text, $headers );
|
2148 |
/* Delete attachment */
|
2149 |
if ( 1 == $cntctfrm_options['cntctfrm_attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['cntctfrm_delete_attached_file'] ) {
|
2150 |
@unlink( $path_of_uploaded_file );
|
2308 |
$cntctfrm_options = get_option( 'cntctfrm_options' );
|
2309 |
}
|
2310 |
|
2311 |
+
if ( ! in_array( $lang, $cntctfrm_options['cntctfrm_language'] ) ) {
|
2312 |
+
$cntctfrm_options['cntctfrm_language'][] = $lang;
|
2313 |
|
2314 |
+
if ( isset ( $contact_form_multi_active ) ) {
|
2315 |
+
$cntctfrmmlt_options_main = get_option( 'cntctfrmmlt_options_main' );
|
2316 |
+
update_option( 'cntctfrmmlt_options_' . $cntctfrmmlt_options_main['id_form'], $cntctfrm_options );
|
2317 |
+
} elseif ( isset( $contact_form_multi_pro_active ) ) {
|
2318 |
+
$cntctfrmmltpr_options_main = get_option( 'cntctfrmmltpr_options_main' );
|
2319 |
+
update_option( 'cntctfrmmlt_options_' . $cntctfrmmltpr_options_main['id_form'], $cntctfrm_options );
|
2320 |
+
} else {
|
2321 |
+
update_option( 'cntctfrm_options', $cntctfrm_options );
|
2322 |
+
}
|
2323 |
}
|
2324 |
|
2325 |
if ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) {
|
2415 |
global $hook_suffix;
|
2416 |
if ( 'plugins.php' == $hook_suffix ) {
|
2417 |
global $cntctfrm_plugin_info, $wp_version, $bstwbsftwppdtplgns_cookie_add, $bstwbsftwppdtplgns_banner_array;
|
2418 |
+
bws_plugin_banner( $cntctfrm_plugin_info, 'cntctfrm', 'contact-form', 'f575dc39cba54a9de88df346eed52101', '77', '//ps.w.org/contact-form-plugin/assets/icon-128x128.png' );
|
2419 |
|
2420 |
if ( empty( $bstwbsftwppdtplgns_banner_array ) )
|
2421 |
bws_get_banner_array();
|
2453 |
<div class="cntctfrm_for_ctfrmtdb_message bws_banner_on_plugin_page" style="display: none;">
|
2454 |
<img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'bws_menu/images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
2455 |
<div class="icon">
|
2456 |
+
<img title="" src="//ps.w.org/contact-form-to-db/assets/icon-128x128.png" alt="" />
|
2457 |
</div>
|
2458 |
<div class="text">
|
2459 |
<?php _e( "<strong>Contact Form to DB</strong> allows to store your messages to the database.", 'contact_form' ); ?><br />
|
css/style.css
CHANGED
@@ -2,9 +2,6 @@
|
|
2 |
* styles for settings page
|
3 |
*/
|
4 |
|
5 |
-
.cntctfrm_hidden {
|
6 |
-
display: none;
|
7 |
-
}
|
8 |
.cntctfrm_info {
|
9 |
color: rgb(136, 136, 136);
|
10 |
font-size: 10px;
|
@@ -40,11 +37,9 @@
|
|
40 |
}
|
41 |
.cntctfrm_delete {
|
42 |
color: red;
|
43 |
-
display: block;
|
44 |
-
float: right;
|
45 |
margin-left: 7px;
|
46 |
position: relative;
|
47 |
-
right: -3px;
|
48 |
}
|
49 |
.cntctfrm_language_tab_block_mini {
|
50 |
background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
|
@@ -61,41 +56,15 @@
|
|
61 |
.cntctfrm_language_tab_block {
|
62 |
padding: 5px 10px 5px 5px;
|
63 |
}
|
64 |
-
.cntctfrm_help_box {
|
65 |
-
background-image: url("../images/tooltip_icons.png");
|
66 |
-
background-repeat: no-repeat;
|
67 |
-
cursor: pointer;
|
68 |
-
float: left;
|
69 |
-
height: 29px;
|
70 |
-
position: relative;
|
71 |
-
margin: 0 10px;
|
72 |
-
width: 29px;
|
73 |
-
clear: none !important;
|
74 |
-
}
|
75 |
-
.cntctfrm_hidden_help_text {
|
76 |
-
background: #FFF;
|
77 |
-
border: 1px solid #DCDCDC;
|
78 |
-
border-radius: 4px;
|
79 |
-
left: 40px;
|
80 |
-
padding: 5px 10px;
|
81 |
-
position: absolute;
|
82 |
-
width: 240px;
|
83 |
-
line-height: 1.5;
|
84 |
-
z-index: 10;
|
85 |
-
}
|
86 |
-
.cntctfrm_hidden_help_text:before {
|
87 |
-
content: url("../images/help.png");
|
88 |
-
left: -10px;
|
89 |
-
position: absolute;
|
90 |
-
top: 7px;
|
91 |
-
}
|
92 |
#cntctfrmpr_left_table {
|
93 |
margin-right: 30px;
|
94 |
-
|
|
|
95 |
}
|
96 |
#cntctfrmpr_right_table {
|
97 |
-
width: 500px;
|
98 |
-
|
|
|
99 |
}
|
100 |
.cntctfrm_contact_form div {
|
101 |
clear: both;
|
@@ -127,3 +96,50 @@
|
|
127 |
td.cntctfrm_td_top_align {
|
128 |
vertical-align: top;
|
129 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
* styles for settings page
|
3 |
*/
|
4 |
|
|
|
|
|
|
|
5 |
.cntctfrm_info {
|
6 |
color: rgb(136, 136, 136);
|
7 |
font-size: 10px;
|
37 |
}
|
38 |
.cntctfrm_delete {
|
39 |
color: red;
|
40 |
+
display: inline-block;
|
|
|
41 |
margin-left: 7px;
|
42 |
position: relative;
|
|
|
43 |
}
|
44 |
.cntctfrm_language_tab_block_mini {
|
45 |
background: url("../images/toggle-arrow.png") no-repeat scroll 1px -26px transparent;
|
56 |
.cntctfrm_language_tab_block {
|
57 |
padding: 5px 10px 5px 5px;
|
58 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
#cntctfrmpr_left_table {
|
60 |
margin-right: 30px;
|
61 |
+
display: inline-block;
|
62 |
+
vertical-align: top;
|
63 |
}
|
64 |
#cntctfrmpr_right_table {
|
65 |
+
max-width: 500px;
|
66 |
+
width: 100%;
|
67 |
+
display: inline-block;
|
68 |
}
|
69 |
.cntctfrm_contact_form div {
|
70 |
clear: both;
|
96 |
td.cntctfrm_td_top_align {
|
97 |
vertical-align: top;
|
98 |
}
|
99 |
+
/*
|
100 |
+
* styles help tooltips
|
101 |
+
*/
|
102 |
+
.cntctfrm_help_box {
|
103 |
+
background-image: url("../images/tooltip_icons.png");
|
104 |
+
background-repeat: no-repeat;
|
105 |
+
cursor: pointer;
|
106 |
+
height: 28px;
|
107 |
+
position: relative;
|
108 |
+
margin: 3px 5px;
|
109 |
+
width: 28px;
|
110 |
+
display: inline-block;
|
111 |
+
vertical-align: middle;
|
112 |
+
}
|
113 |
+
.cntctfrm_hidden_help_text {
|
114 |
+
z-index: 5;
|
115 |
+
box-sizing: border-box;
|
116 |
+
background: #F4F4F4;
|
117 |
+
border: 1px solid #DCDCDC;
|
118 |
+
border-radius: 4px;
|
119 |
+
left: 40px;
|
120 |
+
padding: 5px 10px;
|
121 |
+
position: absolute;
|
122 |
+
width: auto;
|
123 |
+
min-width: 125px;
|
124 |
+
line-height: 1.5;
|
125 |
+
display: none;
|
126 |
+
}
|
127 |
+
.cntctfrm_hidden_help_text:before {
|
128 |
+
content: url("../images/help.png");
|
129 |
+
left: -10px;
|
130 |
+
position: absolute;
|
131 |
+
top: 7px;
|
132 |
+
direction: ltr;
|
133 |
+
}
|
134 |
+
.cntctfrm_help_box:hover .cntctfrm_hidden_help_text {
|
135 |
+
display: block;
|
136 |
+
}
|
137 |
+
/* appearance settings */
|
138 |
+
.cntctfrm_label_block {
|
139 |
+
display: inline-block;
|
140 |
+
max-width: 350px;
|
141 |
+
padding-top: 5px;
|
142 |
+
}
|
143 |
+
.cntctfrm_style_block input {
|
144 |
+
vertical-align: top;
|
145 |
+
}
|
js/script.js
CHANGED
@@ -4,16 +4,16 @@
|
|
4 |
|
5 |
$( '#cntctfrm_change_label' ).change( function() {
|
6 |
if ( $( this ).is( ':checked' ) ) {
|
7 |
-
$( '.cntctfrm_change_label_block' ).
|
8 |
} else {
|
9 |
-
$( '.cntctfrm_change_label_block' ).
|
10 |
}
|
11 |
});
|
12 |
$( '#cntctfrm_display_add_info' ).change( function() {
|
13 |
if ( $( this ).is( ':checked' ) ) {
|
14 |
-
$( '.cntctfrm_display_add_info_block' ).
|
15 |
} else {
|
16 |
-
$( '.cntctfrm_display_add_info_block' ).
|
17 |
}
|
18 |
});
|
19 |
$( '#cntctfrm_add_language_button' ).click( function() {
|
@@ -50,12 +50,6 @@
|
|
50 |
});
|
51 |
$( '.cntctfrm_language_tab_block' ).css( 'display', 'none' );
|
52 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'display', 'block' );
|
53 |
-
$( '.cntctfrm_help_box' ).mouseover( function() {
|
54 |
-
$( this ).children().css( 'display', 'block' );
|
55 |
-
});
|
56 |
-
$( '.cntctfrm_help_box' ).mouseout( function() {
|
57 |
-
$( this ).children().css( 'display', 'none' );
|
58 |
-
});
|
59 |
|
60 |
/* add notice about changing in the settings page */
|
61 |
$( '#cntctfrm_settings_form input' ).bind( "change click select", function() {
|
@@ -70,7 +64,7 @@
|
|
70 |
$( '#cntctfrm_settings_notice' ).css( 'display', 'block' );
|
71 |
});
|
72 |
});
|
73 |
-
$(document).on( "click", ".cntctfrm_language_tab_block_mini", function() {
|
74 |
if ( $( '.cntctfrm_language_tab_block' ).css( 'display' ) == 'none' ) {
|
75 |
$( '.cntctfrm_language_tab_block' ).css( 'display', 'block' );
|
76 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'background-position', '1px -3px' );
|
4 |
|
5 |
$( '#cntctfrm_change_label' ).change( function() {
|
6 |
if ( $( this ).is( ':checked' ) ) {
|
7 |
+
$( '.cntctfrm_change_label_block' ).show();
|
8 |
} else {
|
9 |
+
$( '.cntctfrm_change_label_block' ).hide();
|
10 |
}
|
11 |
});
|
12 |
$( '#cntctfrm_display_add_info' ).change( function() {
|
13 |
if ( $( this ).is( ':checked' ) ) {
|
14 |
+
$( '.cntctfrm_display_add_info_block' ).show();
|
15 |
} else {
|
16 |
+
$( '.cntctfrm_display_add_info_block' ).hide();
|
17 |
}
|
18 |
});
|
19 |
$( '#cntctfrm_add_language_button' ).click( function() {
|
50 |
});
|
51 |
$( '.cntctfrm_language_tab_block' ).css( 'display', 'none' );
|
52 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'display', 'block' );
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
/* add notice about changing in the settings page */
|
55 |
$( '#cntctfrm_settings_form input' ).bind( "change click select", function() {
|
64 |
$( '#cntctfrm_settings_notice' ).css( 'display', 'block' );
|
65 |
});
|
66 |
});
|
67 |
+
$(document).on( "click touchstart", ".cntctfrm_language_tab_block_mini", function() {
|
68 |
if ( $( '.cntctfrm_language_tab_block' ).css( 'display' ) == 'none' ) {
|
69 |
$( '.cntctfrm_language_tab_block' ).css( 'display', 'block' );
|
70 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'background-position', '1px -3px' );
|
js/script_wp_before_3.5.js
CHANGED
@@ -6,16 +6,16 @@
|
|
6 |
|
7 |
$( '#cntctfrm_change_label' ).change( function() {
|
8 |
if ( $( this ).is( ':checked' ) ) {
|
9 |
-
$( '.cntctfrm_change_label_block' ).
|
10 |
} else {
|
11 |
-
$( '.cntctfrm_change_label_block' ).
|
12 |
}
|
13 |
});
|
14 |
$( '#cntctfrm_display_add_info' ).change( function() {
|
15 |
if ( $( this ).is( ':checked' ) ) {
|
16 |
-
$( '.cntctfrm_display_add_info_block' ).
|
17 |
} else {
|
18 |
-
$( '.cntctfrm_display_add_info_block' ).
|
19 |
}
|
20 |
});
|
21 |
$( '#cntctfrm_add_language_button' ).click( function() {
|
@@ -102,7 +102,7 @@
|
|
102 |
});
|
103 |
$( '.cntctfrm_language_tab_block' ).css( 'display', 'none' );
|
104 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'display', 'block' );
|
105 |
-
$( '.cntctfrm_language_tab_block_mini' ).live( 'click', function() {
|
106 |
if ( $( '.cntctfrm_language_tab_block' ).css( 'display' ) == 'none' ) {
|
107 |
$( '.cntctfrm_language_tab_block ').css( 'display', 'block' );
|
108 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'background-position', '1px -3px' );
|
@@ -111,12 +111,6 @@
|
|
111 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'background-position', '' );
|
112 |
}
|
113 |
});
|
114 |
-
$( '.cntctfrm_help_box' ).mouseover( function() {
|
115 |
-
$( this ).children().css( 'display', 'block' );
|
116 |
-
});
|
117 |
-
$( '.cntctfrm_help_box' ).mouseout( function() {
|
118 |
-
$( this ).children().css( 'display', 'none' );
|
119 |
-
});
|
120 |
|
121 |
/* add notice about changing in the settings page */
|
122 |
$( '#cntctfrm_settings_form input' ).bind( "change click select", function() {
|
6 |
|
7 |
$( '#cntctfrm_change_label' ).change( function() {
|
8 |
if ( $( this ).is( ':checked' ) ) {
|
9 |
+
$( '.cntctfrm_change_label_block' ).show();
|
10 |
} else {
|
11 |
+
$( '.cntctfrm_change_label_block' ).hide();
|
12 |
}
|
13 |
});
|
14 |
$( '#cntctfrm_display_add_info' ).change( function() {
|
15 |
if ( $( this ).is( ':checked' ) ) {
|
16 |
+
$( '.cntctfrm_display_add_info_block' ).show();
|
17 |
} else {
|
18 |
+
$( '.cntctfrm_display_add_info_block' ).hide();
|
19 |
}
|
20 |
});
|
21 |
$( '#cntctfrm_add_language_button' ).click( function() {
|
102 |
});
|
103 |
$( '.cntctfrm_language_tab_block' ).css( 'display', 'none' );
|
104 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'display', 'block' );
|
105 |
+
$( '.cntctfrm_language_tab_block_mini' ).live( 'click touchstart', function() {
|
106 |
if ( $( '.cntctfrm_language_tab_block' ).css( 'display' ) == 'none' ) {
|
107 |
$( '.cntctfrm_language_tab_block ').css( 'display', 'block' );
|
108 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'background-position', '1px -3px' );
|
111 |
$( '.cntctfrm_language_tab_block_mini' ).css( 'background-position', '' );
|
112 |
}
|
113 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
|
115 |
/* add notice about changing in the settings page */
|
116 |
$( '#cntctfrm_settings_form input' ).bind( "change click select", function() {
|
languages/contact_form-el.mo
CHANGED
File without changes
|
languages/contact_form-el.po
CHANGED
File without changes
|
languages/contact_form-fr_FR.mo
CHANGED
Binary file
|
languages/contact_form-fr_FR.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: contact_form\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"
|
@@ -165,8 +165,8 @@ msgid "Settings are not saved."
|
|
165 |
msgstr "Paramètres non enregistrées."
|
166 |
|
167 |
#: contact_form.php:633
|
168 |
-
#: contact_form.php:
|
169 |
-
#: contact_form.php:
|
170 |
msgid "Settings"
|
171 |
msgstr "Réglages"
|
172 |
|
@@ -179,7 +179,7 @@ msgid "Appearance"
|
|
179 |
msgstr "Aspect"
|
180 |
|
181 |
#: contact_form.php:636
|
182 |
-
#: contact_form.php:
|
183 |
msgid "FAQ"
|
184 |
msgstr "FAQ"
|
185 |
|
@@ -236,7 +236,8 @@ msgid "The user's email address:"
|
|
236 |
msgstr "Utiliser l'e-mail du compte WordPress :"
|
237 |
|
238 |
#: contact_form.php:672
|
239 |
-
|
|
|
240 |
msgstr "Choisir un nom d'utilisateur"
|
241 |
|
242 |
#: contact_form.php:685
|
@@ -274,7 +275,7 @@ msgstr "Déploquer les options premium en migrant vers la version PRO."
|
|
274 |
#: contact_form.php:953
|
275 |
#: contact_form.php:1153
|
276 |
#: contact_form.php:1330
|
277 |
-
#: contact_form.php:
|
278 |
msgid "Learn More"
|
279 |
msgstr "Lire la suite"
|
280 |
|
@@ -341,8 +342,8 @@ msgstr "Champ 'From'"
|
|
341 |
#: contact_form.php:760
|
342 |
#: contact_form.php:810
|
343 |
#: contact_form.php:1197
|
344 |
-
#: contact_form.php:
|
345 |
-
#: contact_form.php:
|
346 |
msgid "Name"
|
347 |
msgstr "Nom"
|
348 |
|
@@ -355,8 +356,8 @@ msgid "The name of the user who fills the form will be used in the field 'From'.
|
|
355 |
msgstr "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
|
356 |
|
357 |
#: contact_form.php:771
|
358 |
-
#: contact_form.php:
|
359 |
-
#: contact_form.php:
|
360 |
msgid "Email"
|
361 |
msgstr "E-mail"
|
362 |
|
@@ -415,8 +416,8 @@ msgstr "Liste déroulante des localisations"
|
|
415 |
|
416 |
#: contact_form.php:830
|
417 |
#: contact_form.php:1202
|
418 |
-
#: contact_form.php:
|
419 |
-
#: contact_form.php:
|
420 |
msgid "Address"
|
421 |
msgstr "Adresse"
|
422 |
|
@@ -434,15 +435,15 @@ msgstr "Téléphone"
|
|
434 |
|
435 |
#: contact_form.php:858
|
436 |
#: contact_form.php:1217
|
437 |
-
#: contact_form.php:
|
438 |
-
#: contact_form.php:
|
439 |
msgid "Subject"
|
440 |
msgstr "Sujet"
|
441 |
|
442 |
#: contact_form.php:866
|
443 |
#: contact_form.php:1221
|
444 |
-
#: contact_form.php:
|
445 |
-
#: contact_form.php:
|
446 |
msgid "Message"
|
447 |
msgstr "Message"
|
448 |
|
@@ -510,8 +511,8 @@ msgid "Display additional info in the email"
|
|
510 |
msgstr "Afficher les informations complémentaires dans le courriel"
|
511 |
|
512 |
#: contact_form.php:977
|
513 |
-
#: contact_form.php:
|
514 |
-
#: contact_form.php:
|
515 |
msgid "Sent from (ip address)"
|
516 |
msgstr "Envoyé de (adresse IP)"
|
517 |
|
@@ -520,8 +521,8 @@ msgid "Example: Sent from (IP address):\t127.0.0.1"
|
|
520 |
msgstr "Exemple: Envoyé de (addresse IP) :\t127.0.0.1"
|
521 |
|
522 |
#: contact_form.php:978
|
523 |
-
#: contact_form.php:
|
524 |
-
#: contact_form.php:
|
525 |
msgid "Date/Time"
|
526 |
msgstr "Date/Heure"
|
527 |
|
@@ -530,8 +531,8 @@ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
|
530 |
msgstr "Exemple: Date/Heure :\tAoût 19, 2013 8:50pm"
|
531 |
|
532 |
#: contact_form.php:979
|
533 |
-
#: contact_form.php:
|
534 |
-
#: contact_form.php:
|
535 |
msgid "Sent from (referer)"
|
536 |
msgstr "Envoyer de (référence)"
|
537 |
|
@@ -540,8 +541,8 @@ msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us
|
|
540 |
msgstr "Exemple : Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/contact-us/"
|
541 |
|
542 |
#: contact_form.php:980
|
543 |
-
#: contact_form.php:
|
544 |
-
#: contact_form.php:
|
545 |
msgid "Using (user agent)"
|
546 |
msgstr "Depuis (navigateur)"
|
547 |
|
@@ -644,8 +645,8 @@ msgstr "Message d'erreur demandant à compléter les champs manquants"
|
|
644 |
#: contact_form.php:1101
|
645 |
#: contact_form.php:1109
|
646 |
#: contact_form.php:1111
|
647 |
-
#: contact_form.php:
|
648 |
-
#: contact_form.php:
|
649 |
msgid "Use shortcode"
|
650 |
msgstr "Utiliser le code court"
|
651 |
|
@@ -657,8 +658,8 @@ msgstr "Utiliser le code court"
|
|
657 |
#: contact_form.php:1101
|
658 |
#: contact_form.php:1109
|
659 |
#: contact_form.php:1111
|
660 |
-
#: contact_form.php:
|
661 |
-
#: contact_form.php:
|
662 |
msgid "for this language"
|
663 |
msgstr "pour cette langue"
|
664 |
|
@@ -875,57 +876,57 @@ msgstr "Merci de saisir le sujet..."
|
|
875 |
msgid "Please enter your message..."
|
876 |
msgstr "Merci de saisir votre message..."
|
877 |
|
878 |
-
#: contact_form.php:
|
879 |
msgid "Sorry, email message could not be delivered."
|
880 |
msgstr "Désolé, votre courriel n'a pas pu être envoyé."
|
881 |
|
882 |
-
#: contact_form.php:
|
883 |
msgid "Contact from"
|
884 |
msgstr "Contact de"
|
885 |
|
886 |
-
#: contact_form.php:
|
887 |
-
#: contact_form.php:
|
888 |
msgid "Phone"
|
889 |
msgstr "Téléphone"
|
890 |
|
891 |
-
#: contact_form.php:
|
892 |
-
#: contact_form.php:
|
893 |
msgid "Site"
|
894 |
msgstr "Site"
|
895 |
|
896 |
-
#: contact_form.php:
|
897 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
898 |
msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
|
899 |
|
900 |
-
#: contact_form.php:
|
901 |
msgid "Support"
|
902 |
msgstr "Support"
|
903 |
|
904 |
-
#: contact_form.php:
|
905 |
msgid "Are you sure that you want to delete this language data?"
|
906 |
msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
907 |
|
908 |
-
#: contact_form.php:
|
909 |
msgid "Add multiple forms"
|
910 |
msgstr "Ajouter plusieurs formulaires"
|
911 |
|
912 |
-
#: contact_form.php:
|
913 |
msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
|
914 |
msgstr "Installer l'extension 'Contact Form Multi' pour créer un nombre infini de formulaires de contact."
|
915 |
|
916 |
-
#: contact_form.php:
|
917 |
msgid "Learn more"
|
918 |
msgstr "Lire la suite"
|
919 |
|
920 |
-
#: contact_form.php:
|
921 |
msgid "Close"
|
922 |
msgstr "Fermer"
|
923 |
|
924 |
-
#: contact_form.php:
|
925 |
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
926 |
msgstr "<strong>Contact Form to DB</strong> permet d'enregistrer les messages dans la base de données."
|
927 |
|
928 |
-
#: contact_form.php:
|
929 |
msgid "Manage messages that have been sent from your website."
|
930 |
msgstr "Gérer les messages qui ont été envoyés depuis votre site."
|
931 |
|
@@ -1077,9 +1078,41 @@ msgstr "Gérer les messages qui ont été envoyés depuis votre site."
|
|
1077 |
#~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
|
1078 |
#~ "l'achat de l'extension)."
|
1079 |
|
|
|
|
|
|
|
1080 |
#~ msgid "Activate"
|
1081 |
#~ msgstr "Activé"
|
1082 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1083 |
#~ msgid ""
|
1084 |
#~ "This license key is valid, but Your license has expired. If you want to "
|
1085 |
#~ "update our plugin in future, you should extend the license."
|
@@ -1093,12 +1126,22 @@ msgstr "Gérer les messages qui ont été envoyés depuis votre site."
|
|
1093 |
#~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
1094 |
#~ "télécharger l'extension manuellement."
|
1095 |
|
1096 |
-
#~ msgid "
|
1097 |
-
#~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1098 |
|
1099 |
#~ msgid "The license key is valid."
|
1100 |
#~ msgstr "La clé de licence est valide."
|
1101 |
|
|
|
|
|
|
|
1102 |
#~ msgid "Please, enter your license key"
|
1103 |
#~ msgstr "Merci de saisir votre clé de licence"
|
1104 |
|
@@ -1141,6 +1184,14 @@ msgstr "Gérer les messages qui ont été envoyés depuis votre site."
|
|
1141 |
#~ "l'achat de l'extension), où vous pourrez faire les modifications "
|
1142 |
#~ "nécessaires."
|
1143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1144 |
#~ msgid ""
|
1145 |
#~ "Your license has expired. To continue getting top-priority support and "
|
1146 |
#~ "plugin updates you should extend it."
|
@@ -1148,6 +1199,17 @@ msgstr "Gérer les messages qui ont été envoyés depuis votre site."
|
|
1148 |
#~ "Votre licence est terminée. Pour continuer à disposer du support rapide "
|
1149 |
#~ "et des mises à jour de l'extension vous devez la renouveller."
|
1150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1151 |
#~ msgid "You license for"
|
1152 |
#~ msgstr "Votre licence pour"
|
1153 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: contact_form 3.90\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-02 11:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-06-02 11:59+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"
|
165 |
msgstr "Paramètres non enregistrées."
|
166 |
|
167 |
#: contact_form.php:633
|
168 |
+
#: contact_form.php:2144
|
169 |
+
#: contact_form.php:2158
|
170 |
msgid "Settings"
|
171 |
msgstr "Réglages"
|
172 |
|
179 |
msgstr "Aspect"
|
180 |
|
181 |
#: contact_form.php:636
|
182 |
+
#: contact_form.php:2159
|
183 |
msgid "FAQ"
|
184 |
msgstr "FAQ"
|
185 |
|
236 |
msgstr "Utiliser l'e-mail du compte WordPress :"
|
237 |
|
238 |
#: contact_form.php:672
|
239 |
+
#, fuzzy
|
240 |
+
msgid "Select a username"
|
241 |
msgstr "Choisir un nom d'utilisateur"
|
242 |
|
243 |
#: contact_form.php:685
|
275 |
#: contact_form.php:953
|
276 |
#: contact_form.php:1153
|
277 |
#: contact_form.php:1330
|
278 |
+
#: contact_form.php:2427
|
279 |
msgid "Learn More"
|
280 |
msgstr "Lire la suite"
|
281 |
|
342 |
#: contact_form.php:760
|
343 |
#: contact_form.php:810
|
344 |
#: contact_form.php:1197
|
345 |
+
#: contact_form.php:1945
|
346 |
+
#: contact_form.php:1981
|
347 |
msgid "Name"
|
348 |
msgstr "Nom"
|
349 |
|
356 |
msgstr "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
|
357 |
|
358 |
#: contact_form.php:771
|
359 |
+
#: contact_form.php:1956
|
360 |
+
#: contact_form.php:1988
|
361 |
msgid "Email"
|
362 |
msgstr "E-mail"
|
363 |
|
416 |
|
417 |
#: contact_form.php:830
|
418 |
#: contact_form.php:1202
|
419 |
+
#: contact_form.php:1951
|
420 |
+
#: contact_form.php:1985
|
421 |
msgid "Address"
|
422 |
msgstr "Adresse"
|
423 |
|
435 |
|
436 |
#: contact_form.php:858
|
437 |
#: contact_form.php:1217
|
438 |
+
#: contact_form.php:1966
|
439 |
+
#: contact_form.php:1994
|
440 |
msgid "Subject"
|
441 |
msgstr "Sujet"
|
442 |
|
443 |
#: contact_form.php:866
|
444 |
#: contact_form.php:1221
|
445 |
+
#: contact_form.php:1969
|
446 |
+
#: contact_form.php:1996
|
447 |
msgid "Message"
|
448 |
msgstr "Message"
|
449 |
|
511 |
msgstr "Afficher les informations complémentaires dans le courriel"
|
512 |
|
513 |
#: contact_form.php:977
|
514 |
+
#: contact_form.php:1912
|
515 |
+
#: contact_form.php:1914
|
516 |
msgid "Sent from (ip address)"
|
517 |
msgstr "Envoyé de (adresse IP)"
|
518 |
|
521 |
msgstr "Exemple: Envoyé de (addresse IP) :\t127.0.0.1"
|
522 |
|
523 |
#: contact_form.php:978
|
524 |
+
#: contact_form.php:1918
|
525 |
+
#: contact_form.php:1920
|
526 |
msgid "Date/Time"
|
527 |
msgstr "Date/Heure"
|
528 |
|
531 |
msgstr "Exemple: Date/Heure :\tAoût 19, 2013 8:50pm"
|
532 |
|
533 |
#: contact_form.php:979
|
534 |
+
#: contact_form.php:1924
|
535 |
+
#: contact_form.php:1926
|
536 |
msgid "Sent from (referer)"
|
537 |
msgstr "Envoyer de (référence)"
|
538 |
|
541 |
msgstr "Exemple : Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/contact-us/"
|
542 |
|
543 |
#: contact_form.php:980
|
544 |
+
#: contact_form.php:1930
|
545 |
+
#: contact_form.php:1932
|
546 |
msgid "Using (user agent)"
|
547 |
msgstr "Depuis (navigateur)"
|
548 |
|
645 |
#: contact_form.php:1101
|
646 |
#: contact_form.php:1109
|
647 |
#: contact_form.php:1111
|
648 |
+
#: contact_form.php:2290
|
649 |
+
#: contact_form.php:2292
|
650 |
msgid "Use shortcode"
|
651 |
msgstr "Utiliser le code court"
|
652 |
|
658 |
#: contact_form.php:1101
|
659 |
#: contact_form.php:1109
|
660 |
#: contact_form.php:1111
|
661 |
+
#: contact_form.php:2290
|
662 |
+
#: contact_form.php:2292
|
663 |
msgid "for this language"
|
664 |
msgstr "pour cette langue"
|
665 |
|
876 |
msgid "Please enter your message..."
|
877 |
msgstr "Merci de saisir votre message..."
|
878 |
|
879 |
+
#: contact_form.php:1526
|
880 |
msgid "Sorry, email message could not be delivered."
|
881 |
msgstr "Désolé, votre courriel n'a pas pu être envoyé."
|
882 |
|
883 |
+
#: contact_form.php:1939
|
884 |
msgid "Contact from"
|
885 |
msgstr "Contact de"
|
886 |
|
887 |
+
#: contact_form.php:1961
|
888 |
+
#: contact_form.php:1991
|
889 |
msgid "Phone"
|
890 |
msgstr "Téléphone"
|
891 |
|
892 |
+
#: contact_form.php:1972
|
893 |
+
#: contact_form.php:1998
|
894 |
msgid "Site"
|
895 |
msgstr "Site"
|
896 |
|
897 |
+
#: contact_form.php:2084
|
898 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
899 |
msgstr "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de MIME !"
|
900 |
|
901 |
+
#: contact_form.php:2160
|
902 |
msgid "Support"
|
903 |
msgstr "Support"
|
904 |
|
905 |
+
#: contact_form.php:2209
|
906 |
msgid "Are you sure that you want to delete this language data?"
|
907 |
msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
908 |
|
909 |
+
#: contact_form.php:2230
|
910 |
msgid "Add multiple forms"
|
911 |
msgstr "Ajouter plusieurs formulaires"
|
912 |
|
913 |
+
#: contact_form.php:2230
|
914 |
msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
|
915 |
msgstr "Installer l'extension 'Contact Form Multi' pour créer un nombre infini de formulaires de contact."
|
916 |
|
917 |
+
#: contact_form.php:2235
|
918 |
msgid "Learn more"
|
919 |
msgstr "Lire la suite"
|
920 |
|
921 |
+
#: contact_form.php:2239
|
922 |
msgid "Close"
|
923 |
msgstr "Fermer"
|
924 |
|
925 |
+
#: contact_form.php:2423
|
926 |
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
927 |
msgstr "<strong>Contact Form to DB</strong> permet d'enregistrer les messages dans la base de données."
|
928 |
|
929 |
+
#: contact_form.php:2424
|
930 |
msgid "Manage messages that have been sent from your website."
|
931 |
msgstr "Gérer les messages qui ont été envoyés depuis votre site."
|
932 |
|
1078 |
#~ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
|
1079 |
#~ "l'achat de l'extension)."
|
1080 |
|
1081 |
+
#~ msgid "Start Your Free %s-Day Trial Now"
|
1082 |
+
#~ msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
1083 |
+
|
1084 |
#~ msgid "Activate"
|
1085 |
#~ msgstr "Activé"
|
1086 |
|
1087 |
+
#~ msgid ""
|
1088 |
+
#~ "In order to continue using the plugin it is necessary to buy a %s license."
|
1089 |
+
#~ msgstr ""
|
1090 |
+
#~ "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
|
1091 |
+
#~ "d'acheter une licence %s."
|
1092 |
+
|
1093 |
+
#~ msgid "After that you can activate it by entering your license key."
|
1094 |
+
#~ msgstr ""
|
1095 |
+
#~ " Après vous pouvez activer cette extension en donnant votre clé de "
|
1096 |
+
#~ "licence."
|
1097 |
+
|
1098 |
+
#~ msgid ""
|
1099 |
+
#~ "Unfortunately, you have exceeded the number of available tries per day."
|
1100 |
+
#~ msgstr ""
|
1101 |
+
#~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
1102 |
+
#~ "télécharger l'extension manuellement."
|
1103 |
+
|
1104 |
+
#~ msgid ""
|
1105 |
+
#~ "Congratulations! The PRO license of the plugin is successfully activated."
|
1106 |
+
#~ msgstr ""
|
1107 |
+
#~ "Félicitations! La version PRO de cette extension a été téléchargée et "
|
1108 |
+
#~ "activée avec succès."
|
1109 |
+
|
1110 |
+
#~ msgid "Wrong license key."
|
1111 |
+
#~ msgstr "Clé de licence incorrecte"
|
1112 |
+
|
1113 |
+
#~ msgid "This license key is bind to another site."
|
1114 |
+
#~ msgstr "La clé de licence correspond à un autre site."
|
1115 |
+
|
1116 |
#~ msgid ""
|
1117 |
#~ "This license key is valid, but Your license has expired. If you want to "
|
1118 |
#~ "update our plugin in future, you should extend the license."
|
1126 |
#~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
1127 |
#~ "télécharger l'extension manuellement."
|
1128 |
|
1129 |
+
#~ msgid ""
|
1130 |
+
#~ "Unfortunately, the PRO Trial licence was already installed to this "
|
1131 |
+
#~ "domain. The PRO Trial license can be installed only once."
|
1132 |
+
#~ msgstr ""
|
1133 |
+
#~ "Malheuresement la licence PRO a déjà été installée sur ce domaine. La "
|
1134 |
+
#~ "licence PRO d'évaluation peut être installée une seule fois."
|
1135 |
+
|
1136 |
+
#~ msgid "The PRO Trial license key is valid."
|
1137 |
+
#~ msgstr "La clé de licence d'évaluation est valide."
|
1138 |
|
1139 |
#~ msgid "The license key is valid."
|
1140 |
#~ msgstr "La clé de licence est valide."
|
1141 |
|
1142 |
+
#~ msgid "Your license will expire on"
|
1143 |
+
#~ msgstr "Votre licence se termine le"
|
1144 |
+
|
1145 |
#~ msgid "Please, enter your license key"
|
1146 |
#~ msgstr "Merci de saisir votre clé de licence"
|
1147 |
|
1184 |
#~ "l'achat de l'extension), où vous pourrez faire les modifications "
|
1185 |
#~ "nécessaires."
|
1186 |
|
1187 |
+
#~ msgid ""
|
1188 |
+
#~ "Notice: Your PRO Trial license has expired. To continue using the plugin "
|
1189 |
+
#~ "you should buy a PRO license"
|
1190 |
+
#~ msgstr ""
|
1191 |
+
#~ "Information : Votre licence d'évaluation est terminée. Pour continuer à "
|
1192 |
+
#~ "disposer du support rapide et des mises à jour de l'extension vous devez "
|
1193 |
+
#~ "la renouveller."
|
1194 |
+
|
1195 |
#~ msgid ""
|
1196 |
#~ "Your license has expired. To continue getting top-priority support and "
|
1197 |
#~ "plugin updates you should extend it."
|
1199 |
#~ "Votre licence est terminée. Pour continuer à disposer du support rapide "
|
1200 |
#~ "et des mises à jour de l'extension vous devez la renouveller."
|
1201 |
|
1202 |
+
#~ msgid "Notice: You are using the PRO Trial license of %s plugin."
|
1203 |
+
#~ msgstr ""
|
1204 |
+
#~ "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
|
1205 |
+
|
1206 |
+
#~ msgid "Notice: You are using the PRO Trial license of plugin."
|
1207 |
+
#~ msgstr ""
|
1208 |
+
#~ "Avertissement : vous utilisez la version d'évaluation de l'extension."
|
1209 |
+
|
1210 |
+
#~ msgid "The PRO Trial license will expire on"
|
1211 |
+
#~ msgstr "Votre licence se termine le"
|
1212 |
+
|
1213 |
#~ msgid "You license for"
|
1214 |
#~ msgstr "Votre licence pour"
|
1215 |
|
languages/contact_form-nb_NO.mo
CHANGED
File without changes
|
languages/contact_form-nb_NO.po
CHANGED
File without changes
|
languages/contact_form-ru_RU.mo
CHANGED
Binary file
|
languages/contact_form-ru_RU.po
CHANGED
@@ -2,25 +2,25 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-03
|
6 |
-
"PO-Revision-Date: 2015-03
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n"
|
13 |
-
"+9)%10>3 ? 2 : 1;\n"
|
14 |
"X-Generator: Poedit 1.5.4\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
-
"Language: ru_RU\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ contact_form
|
23 |
-
#: contact_form.php:35
|
|
|
24 |
msgid "Contact Form Settings"
|
25 |
msgstr "Настройки Contact Form"
|
26 |
|
@@ -30,90 +30,102 @@ msgid "Contact Form"
|
|
30 |
msgstr "Contact Form"
|
31 |
|
32 |
# @ contact_form
|
33 |
-
#: contact_form.php:123
|
|
|
|
|
34 |
msgid "Name:"
|
35 |
msgstr "Имя:"
|
36 |
|
37 |
# @ contact_form
|
38 |
-
#: contact_form.php:124
|
|
|
|
|
39 |
msgid "Address:"
|
40 |
msgstr "Адрес:"
|
41 |
|
42 |
# @ contact_form
|
43 |
-
#: contact_form.php:125
|
|
|
|
|
44 |
msgid "Email Address:"
|
45 |
-
msgstr "E-mail
|
46 |
|
47 |
# @ contact_form
|
48 |
-
#: contact_form.php:126
|
|
|
|
|
49 |
msgid "Phone number:"
|
50 |
msgstr "Телефон:"
|
51 |
|
52 |
# @ contact_form
|
53 |
-
#: contact_form.php:127
|
|
|
|
|
54 |
msgid "Subject:"
|
55 |
msgstr "Тема:"
|
56 |
|
57 |
# @ contact_form
|
58 |
-
#: contact_form.php:128
|
|
|
|
|
59 |
msgid "Message:"
|
60 |
msgstr "Сообщение:"
|
61 |
|
62 |
# @ contact_form
|
63 |
-
#: contact_form.php:129
|
|
|
|
|
64 |
msgid "Attachment:"
|
65 |
msgstr "Прикрепить файл:"
|
66 |
|
67 |
# @ contact_form
|
68 |
#: contact_form.php:130
|
69 |
-
msgid ""
|
70 |
-
"
|
71 |
-
"EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: "
|
72 |
-
"2MB"
|
73 |
-
msgstr ""
|
74 |
-
"Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
|
75 |
-
"AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Максимальный "
|
76 |
-
"размер файла: 2 МБ"
|
77 |
|
78 |
# @ contact_form
|
79 |
-
#: contact_form.php:131
|
|
|
|
|
80 |
msgid "Send me a copy"
|
81 |
msgstr "Отправить мне копию"
|
82 |
|
83 |
# @ contact_form
|
84 |
-
#: contact_form.php:132
|
|
|
|
|
85 |
msgid "Submit"
|
86 |
msgstr "Отправить"
|
87 |
|
88 |
# @ contact_form
|
89 |
#: contact_form.php:133
|
90 |
msgid "Your name is required."
|
91 |
-
msgstr "
|
92 |
|
93 |
# @ contact_form
|
94 |
#: contact_form.php:134
|
95 |
msgid "Address is required."
|
96 |
-
msgstr "Поле
|
97 |
|
98 |
# @ contact_form
|
99 |
#: contact_form.php:135
|
100 |
msgid "A valid email address is required."
|
101 |
-
msgstr "Поле
|
102 |
|
103 |
# @ contact_form
|
104 |
#: contact_form.php:136
|
105 |
msgid "Phone number is required."
|
106 |
-
msgstr "Телефон - это обязательное
|
107 |
|
108 |
# @ contact_form
|
109 |
#: contact_form.php:137
|
110 |
msgid "Subject is required."
|
111 |
-
msgstr "Поле Тема - обязательное
|
112 |
|
113 |
# @ contact_form
|
114 |
#: contact_form.php:138
|
115 |
msgid "Message text is required."
|
116 |
-
msgstr "Поле Сообщение - обязательное
|
117 |
|
118 |
# @ contact_form
|
119 |
#: contact_form.php:139
|
@@ -123,7 +135,7 @@ msgstr "Прикрепленный тип файла не поддерживае
|
|
123 |
# @ contact_form
|
124 |
#: contact_form.php:140
|
125 |
msgid "File upload error."
|
126 |
-
msgstr "Ошибка
|
127 |
|
128 |
# @ contact_form
|
129 |
#: contact_form.php:141
|
@@ -143,951 +155,942 @@ msgstr "Пожалуйста, заполните CAPTCHA."
|
|
143 |
# @ contact_form
|
144 |
#: contact_form.php:144
|
145 |
msgid "Please make corrections below and try again."
|
146 |
-
msgstr ""
|
147 |
-
"Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
|
148 |
|
149 |
# @ contact_form
|
150 |
#: contact_form.php:146
|
151 |
msgid "Thank you for contacting us."
|
152 |
-
msgstr "
|
153 |
|
154 |
-
#: contact_form.php:
|
155 |
-
msgid ""
|
156 |
-
"
|
157 |
-
"moved to the spam folder or email delivery failures."
|
158 |
-
msgstr ""
|
159 |
-
"Опция \"Электронный адрес поля 'От'\" была изменена, что может приводить к "
|
160 |
-
"тому, что письма будут попадать в спам или не будут доставлены."
|
161 |
|
162 |
# @ contact_form
|
163 |
-
#: contact_form.php:
|
164 |
-
msgid ""
|
165 |
-
"
|
166 |
-
"the following format"
|
167 |
-
msgstr ""
|
168 |
-
"Если опция 'Перейти на страницу \"выбран, то Урл поле должно быть заполнено "
|
169 |
-
"в следующем формате"
|
170 |
|
171 |
# @ contact_form
|
172 |
-
#: contact_form.php:
|
173 |
msgid "Such user does not exist."
|
174 |
msgstr "Данный пользователь не найден."
|
175 |
|
176 |
# @ contact_form
|
177 |
-
#: contact_form.php:
|
178 |
-
msgid ""
|
179 |
-
"Please enter a valid email address in the 'Use this email address' field."
|
180 |
msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
|
181 |
|
182 |
# @ contact_form
|
183 |
-
#: contact_form.php:
|
184 |
msgid "Please enter a valid email address in the 'FROM' field."
|
185 |
msgstr "Пожалуйста, введите корректный email для поля 'FROM'."
|
186 |
|
187 |
# @ contact_form
|
188 |
-
#: contact_form.php:
|
189 |
msgid "Settings saved."
|
190 |
msgstr "Опции сохранены."
|
191 |
|
192 |
# @ contact_form
|
193 |
-
#: contact_form.php:
|
194 |
msgid "Settings are not saved."
|
195 |
msgstr "Настройки не сохранены."
|
196 |
|
197 |
# @ contact_form
|
198 |
-
#: contact_form.php:
|
|
|
|
|
199 |
msgid "Settings"
|
200 |
msgstr "Настройки"
|
201 |
|
202 |
# @ contact_form
|
203 |
-
#: contact_form.php:
|
204 |
msgid "Additional settings"
|
205 |
msgstr "Дополнительные настройки"
|
206 |
|
207 |
-
#: contact_form.php:
|
208 |
msgid "Appearance"
|
209 |
msgstr "Отображение"
|
210 |
|
211 |
# @ contact_form
|
212 |
-
#: contact_form.php:
|
|
|
213 |
msgid "FAQ"
|
214 |
msgstr "FAQ"
|
215 |
|
216 |
# @ contact_form
|
217 |
-
#: contact_form.php:
|
218 |
msgid "Go PRO"
|
219 |
msgstr "Перейти на PRO версию"
|
220 |
|
221 |
# @ contact_form
|
222 |
-
#: contact_form.php:
|
|
|
223 |
msgid "Notice:"
|
224 |
msgstr "Обратите внимание:"
|
225 |
|
226 |
# @ contact_form
|
227 |
-
#: contact_form.php:
|
228 |
-
msgid ""
|
229 |
-
"
|
230 |
-
"forget to click the 'Save Changes' button."
|
231 |
-
msgstr ""
|
232 |
-
"Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
|
233 |
-
"не забудьте нажать кнопку 'Сохранить изменения'."
|
234 |
|
235 |
# @ contact_form
|
236 |
-
#: contact_form.php:
|
237 |
-
msgid ""
|
238 |
-
"
|
239 |
-
"Form Multi plugin."
|
240 |
-
msgstr ""
|
241 |
-
"Если вы хотите создать несколько разных контактных форм, пожалуйста, "
|
242 |
-
"установите плагин Contact Form Multi."
|
243 |
|
244 |
# @ contact_form
|
245 |
-
#: contact_form.php:
|
246 |
-
|
247 |
-
|
248 |
-
"paste this shortcode to your post or page or widget:"
|
249 |
-
msgstr ""
|
250 |
-
"Если вы хотите добавить контактную форму на свой сайт, вам надо только "
|
251 |
-
"скопировать и вставить шорткод в контент страницы или поста или виджета:"
|
252 |
|
253 |
# @ contact_form
|
254 |
-
#: contact_form.php:
|
255 |
-
#: contact_form.php:
|
256 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
257 |
msgid "or"
|
258 |
msgstr "или"
|
259 |
|
260 |
# @ contact_form
|
261 |
-
#: contact_form.php:
|
262 |
-
|
263 |
-
"If have any problems with the standard shortcode [contact_form], you should "
|
264 |
-
"
|
265 |
-
msgstr ""
|
266 |
-
"Если у вас возникают проблемы с использованием стандартного шорткода "
|
267 |
-
"[contact_form], то используйте шортокод"
|
268 |
|
269 |
# @ contact_form
|
270 |
-
#: contact_form.php:
|
|
|
271 |
msgid "They work the same way."
|
272 |
msgstr "Шорткоды работают одинаково."
|
273 |
|
274 |
# @ contact_form
|
275 |
-
#: contact_form.php:
|
276 |
-
msgid ""
|
277 |
-
"
|
278 |
-
"address specified during registration."
|
279 |
-
msgstr ""
|
280 |
-
"Если информация в полях ниже отсутствует, сообщения будут оправлены на email "
|
281 |
-
"адрес, который был указан при регистрации сайта."
|
282 |
|
283 |
# @ contact_form
|
284 |
-
#: contact_form.php:
|
285 |
msgid "The user's email address:"
|
286 |
msgstr "Email пользователя сайта:"
|
287 |
|
288 |
# @ contact_form
|
289 |
-
#: contact_form.php:
|
290 |
-
msgid "
|
291 |
msgstr "Выберите имя пользователя"
|
292 |
|
293 |
# @ contact_form
|
294 |
-
#: contact_form.php:
|
295 |
-
msgid ""
|
296 |
-
"
|
297 |
-
"form."
|
298 |
-
msgstr ""
|
299 |
-
"Укажите логин пользователя, который будет получать сообщения контактной "
|
300 |
-
"формы."
|
301 |
|
302 |
# @ contact_form
|
303 |
-
#: contact_form.php:
|
304 |
msgid "Use this email address:"
|
305 |
msgstr "Использовать этот email:"
|
306 |
|
307 |
# @ contact_form
|
308 |
-
#: contact_form.php:
|
309 |
msgid "Enter the email address you want the messages forwarded to."
|
310 |
-
msgstr "Укажите email
|
311 |
|
312 |
# @ contact_form
|
313 |
-
#: contact_form.php:
|
314 |
msgid "Add department selectbox to the contact form:"
|
315 |
msgstr "Добавить выбор отдела в контактную форму:"
|
316 |
|
317 |
# @ contact_form
|
318 |
-
#: contact_form.php:
|
|
|
|
|
319 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
320 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
321 |
|
322 |
# @ contact_form
|
323 |
-
#: contact_form.php:
|
324 |
-
#: contact_form.php:
|
|
|
|
|
|
|
325 |
msgid "Unlock premium options by upgrading to a PRO version."
|
326 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
327 |
|
328 |
# @ contact_form
|
329 |
-
#: contact_form.php:
|
330 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
331 |
msgid "Learn More"
|
332 |
msgstr "Подробнее"
|
333 |
|
334 |
# @ contact_form
|
335 |
-
#: contact_form.php:
|
336 |
-
#: contact_form.php:
|
|
|
|
|
|
|
337 |
msgid "Go"
|
338 |
msgstr "Перейти на"
|
339 |
|
340 |
# @ contact_form
|
341 |
-
#: contact_form.php:
|
342 |
msgid "Save emails to the database"
|
343 |
msgstr "Сохранять email в базу данных"
|
344 |
|
345 |
# @ contact_form
|
346 |
-
#: contact_form.php:
|
347 |
msgid "Using"
|
348 |
msgstr "Используя"
|
349 |
|
350 |
# @ contact_form
|
351 |
-
#: contact_form.php:
|
352 |
-
#: contact_form.php:
|
353 |
-
msgid "
|
354 |
-
msgstr "
|
355 |
-
|
356 |
-
# @ contact_form
|
357 |
-
#: contact_form.php:735 contact_form.php:739
|
358 |
-
msgid "Using Contact Form to DB powered by"
|
359 |
-
msgstr "Используя Contact Form to DB, разработанный компанией"
|
360 |
|
361 |
# @ contact_form
|
362 |
-
#: contact_form.php:
|
363 |
msgid "Activate Contact Form to DB"
|
364 |
msgstr "Активировать Contact Form to DB"
|
365 |
|
366 |
# @ contact_form
|
367 |
-
#: contact_form.php:
|
368 |
msgid "Download Contact Form to DB"
|
369 |
msgstr "Загрузить Contact Form to DB"
|
370 |
|
371 |
# @ contact_form
|
372 |
-
#: contact_form.php:
|
373 |
msgid "What to use?"
|
374 |
msgstr "Что использовать?"
|
375 |
|
376 |
# @ contact_form
|
377 |
-
#: contact_form.php:
|
378 |
msgid "Wp-mail"
|
379 |
msgstr "Wp-mail"
|
380 |
|
381 |
# @ contact_form
|
382 |
-
#: contact_form.php:
|
383 |
msgid "You can use the wp_mail function for mailing"
|
384 |
msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
|
385 |
|
386 |
# @ contact_form
|
387 |
-
#: contact_form.php:
|
388 |
msgid "Mail"
|
389 |
msgstr "Mail"
|
390 |
|
391 |
# @ contact_form
|
392 |
-
#: contact_form.php:
|
393 |
msgid "To send mail you can use the php mail function"
|
394 |
-
msgstr "Для отправки
|
395 |
|
396 |
-
#: contact_form.php:
|
397 |
msgid "'FROM' field"
|
398 |
msgstr "Поле 'От'"
|
399 |
|
400 |
# @ contact_form
|
401 |
-
#: contact_form.php:
|
402 |
-
#: contact_form.php:
|
|
|
|
|
|
|
403 |
msgid "Name"
|
404 |
msgstr "Имя"
|
405 |
|
406 |
# @ contact_form
|
407 |
-
#: contact_form.php:
|
408 |
msgid "User name"
|
409 |
msgstr "Имя пользователя"
|
410 |
|
411 |
# @ contact_form
|
412 |
-
#: contact_form.php:
|
413 |
-
msgid ""
|
414 |
-
"
|
415 |
-
msgstr ""
|
416 |
-
"В поле \"From\" в письме будет использоваться имя того пользователя, который "
|
417 |
-
"заполняет форму."
|
418 |
|
419 |
# @ contact_form
|
420 |
-
#: contact_form.php:
|
|
|
|
|
421 |
msgid "Email"
|
422 |
msgstr "Email"
|
423 |
|
424 |
# @ contact_form
|
425 |
-
#: contact_form.php:
|
426 |
msgid "User email"
|
427 |
-
msgstr "Email"
|
428 |
|
429 |
# @ contact_form
|
430 |
-
#: contact_form.php:
|
431 |
-
msgid ""
|
432 |
-
"
|
433 |
-
"'From'."
|
434 |
-
msgstr ""
|
435 |
-
"В поле \"From\" в письме будет использоваться электронная почта того "
|
436 |
-
"пользователя, который заполняет форму."
|
437 |
|
438 |
-
#: contact_form.php:
|
439 |
-
msgid ""
|
440 |
-
"
|
441 |
-
"email delivery failures may occur."
|
442 |
-
msgstr ""
|
443 |
-
"Если эта настройка будет изменена, то это может приводить к тому, что письма "
|
444 |
-
"будут попадать в спам или не будут доставлены."
|
445 |
|
446 |
# @ contact_form
|
447 |
-
#: contact_form.php:
|
448 |
msgid "Required symbol"
|
449 |
msgstr "Символ, отображающий обязательное поле"
|
450 |
|
451 |
# @ contact_form
|
452 |
-
#: contact_form.php:
|
453 |
msgid "Fields"
|
454 |
msgstr "Поля"
|
455 |
|
456 |
# @ contact_form
|
457 |
-
#: contact_form.php:
|
458 |
msgid "Used"
|
459 |
msgstr "Используется"
|
460 |
|
461 |
# @ contact_form
|
462 |
-
#: contact_form.php:
|
463 |
msgid "Required"
|
464 |
msgstr "Обязательные"
|
465 |
|
466 |
# @ contact_form
|
467 |
-
#: contact_form.php:
|
468 |
msgid "Visible"
|
469 |
msgstr "Видимое"
|
470 |
|
471 |
# @ contact_form
|
472 |
-
#: contact_form.php:
|
473 |
msgid "Disabled for editing"
|
474 |
msgstr "Нет возможности редактировать"
|
475 |
|
476 |
# @ contact_form
|
477 |
-
#: contact_form.php:
|
478 |
msgid "Field's default value"
|
479 |
-
msgstr "Значение по умолчанию"
|
480 |
|
481 |
-
#: contact_form.php:
|
482 |
msgid "Use User's name as a default value if the user is logged in."
|
483 |
-
msgstr ""
|
484 |
-
"Использовать имя Пользователя как значение по умолчанию, если пользователь "
|
485 |
-
"залогинен."
|
486 |
|
487 |
-
#: contact_form.php:
|
488 |
-
|
489 |
-
"'Visible' and 'Disabled for editing' options will be applied only to logged-"
|
490 |
-
"
|
491 |
-
msgstr ""
|
492 |
-
"Опции \"Видимое\" и \"Нет возможности редактировать\" будут применены только "
|
493 |
-
"к залогиненным пользователям."
|
494 |
|
495 |
# @ contact_form
|
496 |
-
#: contact_form.php:
|
497 |
msgid "Location selectbox"
|
498 |
msgstr "Список местоположений"
|
499 |
|
500 |
# @ contact_form
|
501 |
-
#: contact_form.php:
|
502 |
-
#: contact_form.php:
|
|
|
|
|
503 |
msgid "Address"
|
504 |
msgstr "Адрес"
|
505 |
|
506 |
# @ contact_form
|
507 |
-
#: contact_form.php:
|
508 |
msgid "Email Address"
|
509 |
msgstr "Email адрес"
|
510 |
|
511 |
-
#: contact_form.php:
|
512 |
msgid "Use User's email as a default value if the user is logged in."
|
513 |
-
msgstr ""
|
514 |
-
"Использовать Email адрес Пользователя как значение по умолчанию, если "
|
515 |
-
"пользователь залогинен."
|
516 |
|
517 |
# @ contact_form
|
518 |
-
#: contact_form.php:
|
519 |
msgid "Phone number"
|
520 |
msgstr "Телефон"
|
521 |
|
522 |
# @ contact_form
|
523 |
-
#: contact_form.php:
|
524 |
-
#: contact_form.php:
|
|
|
|
|
525 |
msgid "Subject"
|
526 |
msgstr "Тема"
|
527 |
|
528 |
# @ contact_form
|
529 |
-
#: contact_form.php:
|
530 |
-
#: contact_form.php:
|
|
|
|
|
531 |
msgid "Message"
|
532 |
msgstr "Сообщение"
|
533 |
|
534 |
# @ contact_form
|
535 |
-
#: contact_form.php:
|
536 |
msgid "Attachment block"
|
537 |
-
msgstr "Блок Прикрепить файл"
|
538 |
|
539 |
# @ contact_form
|
540 |
-
#: contact_form.php:
|
541 |
msgid "Users can attach the following file formats"
|
542 |
msgstr "Пользователи могут прикрепить файлы таких типов"
|
543 |
|
544 |
# @ contact_form
|
545 |
-
#: contact_form.php:
|
546 |
msgid "Add to the form"
|
547 |
msgstr "Добавить в форму"
|
548 |
|
549 |
# @ contact_form
|
550 |
-
#: contact_form.php:
|
551 |
msgid "Tips below the Attachment"
|
552 |
msgstr "Пояснения после блока \"Прикрепить файл\""
|
553 |
|
554 |
# @ contact_form
|
555 |
-
#: contact_form.php:
|
556 |
msgid "'Send me a copy' block"
|
557 |
msgstr "Блок 'Отправить мне копию'"
|
558 |
|
559 |
# @ contact_form
|
560 |
-
#: contact_form.php:
|
561 |
-
#: contact_form.php:1231
|
562 |
-
msgid "Captcha"
|
563 |
-
msgstr "Captcha"
|
564 |
-
|
565 |
-
# @ contact_form
|
566 |
-
#: contact_form.php:932
|
567 |
msgid "Activate captcha"
|
568 |
-
msgstr "Активировать
|
569 |
|
570 |
# @ contact_form
|
571 |
-
#: contact_form.php:
|
572 |
msgid "Download captcha"
|
573 |
-
msgstr "Скачать
|
574 |
|
575 |
# @ contact_form
|
576 |
-
#: contact_form.php:
|
577 |
msgid "Agreement checkbox"
|
578 |
msgstr "Чекбокс согласия с условиями"
|
579 |
|
580 |
# @ contact_form
|
581 |
-
#: contact_form.php:
|
582 |
msgid "Required checkbox for submitting the form"
|
583 |
msgstr "Обязательный чекбокс для отправки формы"
|
584 |
|
585 |
# @ contact_form
|
586 |
-
#: contact_form.php:
|
587 |
msgid "Optional checkbox"
|
588 |
msgstr "Дополнительный чекбокс"
|
589 |
|
590 |
# @ contact_form
|
591 |
-
#: contact_form.php:
|
592 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
593 |
msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
|
594 |
|
595 |
# @ contact_form
|
596 |
-
#: contact_form.php:
|
597 |
msgid "Delete an attachment file from the server after the email is sent"
|
598 |
-
msgstr "Удалить прикрепленный файл с сервера после отправки
|
599 |
|
600 |
# @ contact_form
|
601 |
-
#: contact_form.php:
|
602 |
msgid "Email in HTML format sending"
|
603 |
msgstr "Отправка еmail в формате HTML"
|
604 |
|
605 |
# @ contact_form
|
606 |
-
#: contact_form.php:
|
607 |
msgid "Display additional info in the email"
|
608 |
msgstr "Отображение дополнительной информации в письме"
|
609 |
|
610 |
# @ contact_form
|
611 |
-
#: contact_form.php:
|
|
|
|
|
612 |
msgid "Sent from (ip address)"
|
613 |
msgstr "Отправлено от (ip адрес)"
|
614 |
|
615 |
# @ contact_form
|
616 |
-
#: contact_form.php:
|
617 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
618 |
msgstr "Пример: Sent from (IP address):\t127.0.0.1"
|
619 |
|
620 |
# @ contact_form
|
621 |
-
#: contact_form.php:
|
|
|
|
|
622 |
msgid "Date/Time"
|
623 |
msgstr "Дата/Время"
|
624 |
|
625 |
# @ contact_form
|
626 |
-
#: contact_form.php:
|
627 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
628 |
msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
|
629 |
|
630 |
# @ contact_form
|
631 |
-
#: contact_form.php:
|
|
|
|
|
632 |
msgid "Sent from (referer)"
|
633 |
msgstr "Пришло из (реферер)"
|
634 |
|
635 |
# @ contact_form
|
636 |
-
#: contact_form.php:
|
637 |
-
msgid ""
|
638 |
-
"
|
639 |
-
msgstr ""
|
640 |
-
"Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
641 |
|
642 |
# @ contact_form
|
643 |
-
#: contact_form.php:
|
|
|
|
|
644 |
msgid "Using (user agent)"
|
645 |
msgstr "Используя (user agent)"
|
646 |
|
647 |
# @ contact_form
|
648 |
-
#: contact_form.php:
|
649 |
-
msgid ""
|
650 |
-
"
|
651 |
-
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
652 |
-
msgstr ""
|
653 |
-
"Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
|
654 |
-
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
655 |
|
656 |
# @ contact_form
|
657 |
-
#: contact_form.php:
|
658 |
msgid "Language settings for the field names in the form"
|
659 |
msgstr "Языковые настройки для названия полей в форме"
|
660 |
|
661 |
# @ contact_form
|
662 |
-
#: contact_form.php:
|
663 |
msgid "Add a language"
|
664 |
msgstr "Добавить язык"
|
665 |
|
666 |
# @ contact_form
|
667 |
-
#: contact_form.php:
|
668 |
msgid "Change the names of the contact form fields and error messages"
|
669 |
msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
|
670 |
|
671 |
# @ contact_form
|
672 |
-
#: contact_form.php:
|
|
|
673 |
msgid "English"
|
674 |
msgstr "Английский"
|
675 |
|
676 |
# @ contact_form
|
677 |
-
#: contact_form.php:
|
|
|
678 |
msgid "click to expand/hide the list"
|
679 |
msgstr "нажмите чтобы развернуть/свернуть список"
|
680 |
|
681 |
# @ contact_form
|
682 |
-
#: contact_form.php:
|
|
|
683 |
msgid "Tips below the Attachment block"
|
684 |
msgstr "Пояснения после блока \"Прикрепить файл\""
|
685 |
|
686 |
# @ contact_form
|
687 |
-
#: contact_form.php:
|
|
|
688 |
msgid "Error message for the Name field"
|
689 |
msgstr "Сообщение об ошибке для поля Name"
|
690 |
|
691 |
# @ contact_form
|
692 |
-
#: contact_form.php:
|
|
|
693 |
msgid "Error message for the Address field"
|
694 |
msgstr "Сообщение об ошибке для поля Address"
|
695 |
|
696 |
# @ contact_form
|
697 |
-
#: contact_form.php:
|
|
|
698 |
msgid "Error message for the Email field"
|
699 |
msgstr "Сообщение об ошибке для поля Email"
|
700 |
|
701 |
# @ contact_form
|
702 |
-
#: contact_form.php:
|
|
|
703 |
msgid "Error message for the Phone field"
|
704 |
msgstr "Сообщение об ошибке для поля Phone"
|
705 |
|
706 |
# @ contact_form
|
707 |
-
#: contact_form.php:
|
|
|
708 |
msgid "Error message for the Subject field"
|
709 |
msgstr "Сообщение об ошибке для поля Subject"
|
710 |
|
711 |
# @ contact_form
|
712 |
-
#: contact_form.php:
|
|
|
713 |
msgid "Error message for the Message field"
|
714 |
msgstr "Сообщение об ошибке для поля Message"
|
715 |
|
716 |
# @ contact_form
|
717 |
-
#: contact_form.php:
|
|
|
718 |
msgid "Error message about the file type for the Attachment field"
|
719 |
msgstr "Сообщение об ошибке о типе файла для поля Attachment"
|
720 |
|
721 |
# @ contact_form
|
722 |
-
#: contact_form.php:
|
723 |
-
|
724 |
-
"Error message while uploading a file for the Attachment field to the server"
|
725 |
msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
|
726 |
|
727 |
# @ contact_form
|
728 |
-
#: contact_form.php:
|
|
|
729 |
msgid "Error message while moving the file for the Attachment field"
|
730 |
msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
|
731 |
|
732 |
# @ contact_form
|
733 |
-
#: contact_form.php:
|
|
|
734 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
735 |
-
msgstr ""
|
736 |
-
"Сообщение об ошибке когда размер файла превышает размер разрешенного "
|
737 |
-
"сервером для поля Attachment"
|
738 |
|
739 |
# @ contact_form
|
740 |
-
#: contact_form.php:
|
|
|
741 |
msgid "Error message for the Captcha field"
|
742 |
msgstr "Сообщение об ошибке для поля Captcha"
|
743 |
|
744 |
# @ contact_form
|
745 |
-
#: contact_form.php:
|
|
|
746 |
msgid "Error message for the whole form"
|
747 |
msgstr "Сообщение об ошибке для всей формы"
|
748 |
|
749 |
# @ contact_form
|
750 |
-
#: contact_form.php:
|
751 |
-
#: contact_form.php:
|
752 |
-
#: contact_form.php:
|
753 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
754 |
msgid "Use shortcode"
|
755 |
msgstr "Использовать шорткод"
|
756 |
|
757 |
# @ contact_form
|
758 |
-
#: contact_form.php:
|
759 |
-
#: contact_form.php:
|
760 |
-
#: contact_form.php:
|
761 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
762 |
msgid "for this language"
|
763 |
msgstr "для данного языка"
|
764 |
|
765 |
# @ contact_form
|
766 |
-
#: contact_form.php:
|
767 |
msgid "Use the changed names of the contact form fields in the email"
|
768 |
-
msgstr ""
|
769 |
-
"Использовать измененные названия полей контактной формы в электронном письме"
|
770 |
|
771 |
# @ contact_form
|
772 |
-
#: contact_form.php:
|
773 |
msgid "Action after email is sent"
|
774 |
msgstr "Действие после отправки письма"
|
775 |
|
776 |
# @ contact_form
|
777 |
-
#: contact_form.php:
|
778 |
msgid "Display text"
|
779 |
msgstr "Отобразить текст"
|
780 |
|
781 |
# @ contact_form
|
782 |
-
#: contact_form.php:
|
|
|
783 |
msgid "Text"
|
784 |
msgstr "Текст"
|
785 |
|
786 |
# @ contact_form
|
787 |
-
#: contact_form.php:
|
788 |
msgid "Redirect to the page"
|
789 |
msgstr "Перенаправление на страницу"
|
790 |
|
791 |
# @ contact_form
|
792 |
-
#: contact_form.php:
|
793 |
msgid "Url"
|
794 |
msgstr "Url"
|
795 |
|
796 |
# @ contact_form
|
797 |
-
#: contact_form.php:
|
798 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
799 |
msgstr "$_SERVER переменная, используемая при формировании URL формы"
|
800 |
|
801 |
# @ contact_form
|
802 |
-
#: contact_form.php:
|
803 |
-
msgid ""
|
804 |
-
"
|
805 |
-
"that."
|
806 |
-
msgstr ""
|
807 |
-
"Если вы не уверены, стоит ли менять эту настройку, мы не рекомендуем вам "
|
808 |
-
"этого делать."
|
809 |
|
810 |
# @ contact_form_pro
|
811 |
-
#: contact_form.php:
|
812 |
msgid "Auto Response"
|
813 |
msgstr "Автоответ"
|
814 |
|
815 |
# @ contact_form
|
816 |
-
#: contact_form.php:
|
817 |
#, php-format
|
818 |
-
msgid ""
|
819 |
-
"
|
820 |
-
"display data from the Message field, as well as %%SITENAME%% to display blog "
|
821 |
-
"name."
|
822 |
-
msgstr ""
|
823 |
-
"Вы можете использовать %%NAME%% для отображения данных поля емейла, %%MESSAGE"
|
824 |
-
"%% для отображения данных поля Сообщений и %%SITENAME%% для отображения "
|
825 |
-
"названия блога."
|
826 |
|
827 |
# @ default
|
828 |
-
#: contact_form.php:
|
|
|
829 |
msgid "Save Changes"
|
830 |
-
msgstr "
|
831 |
|
832 |
# @ contact_form
|
833 |
-
#: contact_form.php:
|
834 |
msgid "Errors output"
|
835 |
msgstr "Отображение ошибок"
|
836 |
|
837 |
# @ contact_form
|
838 |
-
#: contact_form.php:
|
839 |
msgid "Display error messages"
|
840 |
msgstr "Отображать сообщения об ошибках"
|
841 |
|
842 |
# @ contact_form
|
843 |
-
#: contact_form.php:
|
844 |
msgid "Color of the input field errors."
|
845 |
msgstr "Отображать ошибки цветом для полей ввода."
|
846 |
|
847 |
# @ contact_form
|
848 |
-
#: contact_form.php:
|
849 |
msgid "Display error messages & color of the input field errors"
|
850 |
-
msgstr "Отображать сообщения об ошибках
|
851 |
|
852 |
# @ contact_form
|
853 |
-
#: contact_form.php:
|
854 |
msgid "Add placeholder to the input blocks"
|
855 |
msgstr "Добавить вспомогательный текст в поля ввода"
|
856 |
|
857 |
# @ contact_form
|
858 |
-
#: contact_form.php:
|
859 |
msgid "Add tooltips"
|
860 |
msgstr "Добавить подсказки"
|
861 |
|
862 |
# @ contact_form
|
863 |
-
#: contact_form.php:
|
864 |
msgid "Email address"
|
865 |
-
msgstr "Email
|
866 |
|
867 |
# @ contact_form
|
868 |
-
#: contact_form.php:
|
869 |
msgid "Phone Number"
|
870 |
msgstr "Телефон"
|
871 |
|
872 |
# @ contact_form
|
873 |
-
#: contact_form.php:
|
874 |
msgid "Attachment"
|
875 |
msgstr "Прикрепить файл"
|
876 |
|
877 |
# @ contact_form
|
878 |
-
#: contact_form.php:
|
879 |
-
msgid "(powered by bestwebsoft.com)"
|
880 |
-
msgstr "(разработано компанией bestwebsoft.com)"
|
881 |
-
|
882 |
-
# @ contact_form
|
883 |
-
#: contact_form.php:1236
|
884 |
msgid "Style options"
|
885 |
msgstr "Настройки стиля"
|
886 |
|
887 |
# @ contact_form
|
888 |
-
#: contact_form.php:
|
889 |
msgid "Text color"
|
890 |
msgstr "Цвет текста"
|
891 |
|
892 |
# @ contact_form
|
893 |
-
#: contact_form.php:
|
894 |
-
#: contact_form.php:
|
895 |
-
#: contact_form.php:
|
896 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
897 |
msgid "Default"
|
898 |
-
msgstr "
|
899 |
|
900 |
# @ contact_form
|
901 |
-
#: contact_form.php:
|
902 |
msgid "Label text color"
|
903 |
msgstr "Цвет текста"
|
904 |
|
905 |
# @ contact_form
|
906 |
-
#: contact_form.php:
|
907 |
msgid "Placeholder color"
|
908 |
msgstr "Цвет замещающегося текста"
|
909 |
|
910 |
# @ contact_form
|
911 |
-
#: contact_form.php:
|
912 |
msgid "Errors color"
|
913 |
msgstr "Цвет ошибок"
|
914 |
|
915 |
# @ contact_form
|
916 |
-
#: contact_form.php:
|
917 |
msgid "Error text color"
|
918 |
msgstr "Цвет текста для ошибок"
|
919 |
|
920 |
# @ contact_form
|
921 |
-
#: contact_form.php:
|
922 |
msgid "Background color of the input field errors"
|
923 |
msgstr "Цвет фона для полей ввода с ошибками"
|
924 |
|
925 |
# @ contact_form
|
926 |
-
#: contact_form.php:
|
927 |
msgid "Border color of the input field errors"
|
928 |
msgstr "Цвет рамки для полей ввода с ошибками"
|
929 |
|
930 |
# @ contact_form
|
931 |
-
#: contact_form.php:
|
932 |
msgid "Placeholder color of the input field errors"
|
933 |
msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
|
934 |
|
935 |
# @ contact_form
|
936 |
-
#: contact_form.php:
|
937 |
msgid "Input fields"
|
938 |
msgstr "Поля ввода"
|
939 |
|
940 |
# @ contact_form
|
941 |
-
#: contact_form.php:
|
942 |
msgid "Input fields background color"
|
943 |
msgstr "Цвет фона для полей ввода"
|
944 |
|
945 |
# @ contact_form
|
946 |
-
#: contact_form.php:
|
947 |
msgid "Text fields color"
|
948 |
msgstr "Цвет текста для полей ввода"
|
949 |
|
950 |
# @ contact_form
|
951 |
-
#: contact_form.php:
|
952 |
msgid "Border width in px, numbers only"
|
953 |
msgstr "Ширина рамки в пикселях, только цифры"
|
954 |
|
955 |
# @ contact_form
|
956 |
-
#: contact_form.php:
|
|
|
957 |
msgid "Border color"
|
958 |
msgstr "Цвет рамки"
|
959 |
|
960 |
# @ contact_form
|
961 |
-
#: contact_form.php:
|
962 |
msgid "Submit button"
|
963 |
msgstr "Кнопка Отправить"
|
964 |
|
965 |
# @ contact_form
|
966 |
-
#: contact_form.php:
|
967 |
msgid "Width in px, numbers only"
|
968 |
msgstr "Ширина в пикселях, только цифры"
|
969 |
|
970 |
# @ contact_form
|
971 |
-
#: contact_form.php:
|
972 |
msgid "Button color"
|
973 |
msgstr "Цвет кнопки"
|
974 |
|
975 |
# @ contact_form
|
976 |
-
#: contact_form.php:
|
977 |
msgid "Button text color"
|
978 |
msgstr "Цвет текста для кнопки"
|
979 |
|
980 |
# @ contact_form
|
981 |
-
#: contact_form.php:
|
982 |
msgid "Contact Form Pro | Preview"
|
983 |
msgstr "Contact Form Pro | Предпросмотр"
|
984 |
|
985 |
# @ contact_form
|
986 |
-
#: contact_form.php:
|
987 |
msgid "Show with errors"
|
988 |
msgstr "Отображать с ошибками"
|
989 |
|
990 |
# @ contact_form
|
991 |
-
#: contact_form.php:
|
|
|
992 |
msgid "Please enter your full name..."
|
993 |
msgstr "Пожалуйста введите ваше имя..."
|
994 |
|
995 |
# @ contact_form
|
996 |
-
#: contact_form.php:
|
|
|
997 |
msgid "Please enter your address..."
|
998 |
msgstr "Пожалуйста введите ваш адресс..."
|
999 |
|
1000 |
# @ contact_form
|
1001 |
-
#: contact_form.php:
|
|
|
1002 |
msgid "Please enter your email address..."
|
1003 |
msgstr "Пожалуйста введите ваш email..."
|
1004 |
|
1005 |
# @ contact_form
|
1006 |
-
#: contact_form.php:
|
|
|
1007 |
msgid "Please enter your phone number..."
|
1008 |
msgstr "Пожалуйста введите ваш телефон..."
|
1009 |
|
1010 |
# @ contact_form
|
1011 |
-
#: contact_form.php:
|
|
|
1012 |
msgid "Please enter subject..."
|
1013 |
msgstr "Пожалуйста введите тему..."
|
1014 |
|
1015 |
# @ contact_form
|
1016 |
-
#: contact_form.php:
|
|
|
1017 |
msgid "Please enter your message..."
|
1018 |
msgstr "Пожалуйста введите ваше сообщение..."
|
1019 |
|
1020 |
# @ contact_form
|
1021 |
-
#: contact_form.php:
|
1022 |
msgid "Sorry, email message could not be delivered."
|
1023 |
msgstr "Извините, ваш email не может быть отправлен."
|
1024 |
|
1025 |
# @ contact_form
|
1026 |
-
#: contact_form.php:
|
1027 |
msgid "Contact from"
|
1028 |
msgstr "Контактная Форма"
|
1029 |
|
1030 |
# @ contact_form
|
1031 |
-
#: contact_form.php:
|
|
|
1032 |
msgid "Phone"
|
1033 |
msgstr "Телефон"
|
1034 |
|
1035 |
# @ contact_form
|
1036 |
-
#: contact_form.php:
|
|
|
1037 |
msgid "Site"
|
1038 |
msgstr "Сайт"
|
1039 |
|
1040 |
# @ contact_form
|
1041 |
-
#: contact_form.php:
|
1042 |
-
msgid ""
|
1043 |
-
"
|
1044 |
-
"your email client!"
|
1045 |
-
msgstr ""
|
1046 |
-
"Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает "
|
1047 |
-
"MIME тип!"
|
1048 |
|
1049 |
# @ contact_form
|
1050 |
-
#: contact_form.php:
|
1051 |
msgid "Support"
|
1052 |
msgstr "Поддержка"
|
1053 |
|
1054 |
# @ contact_form
|
1055 |
-
#: contact_form.php:
|
1056 |
msgid "Are you sure that you want to delete this language data?"
|
1057 |
msgstr "Вы действительно хотите удалить данные для этого языка?"
|
1058 |
|
1059 |
# @ contact_form
|
1060 |
-
#: contact_form.php:
|
1061 |
msgid "Add multiple forms"
|
1062 |
msgstr "Добавить несколько форм"
|
1063 |
|
1064 |
-
#: contact_form.php:
|
1065 |
-
msgid ""
|
1066 |
-
"
|
1067 |
-
"forms."
|
1068 |
-
msgstr ""
|
1069 |
-
"Установить плагин Contact Form Multi для создания неограниченного количества "
|
1070 |
-
"контактных форм."
|
1071 |
|
1072 |
# @ contact_form
|
1073 |
-
#: contact_form.php:
|
1074 |
msgid "Learn more"
|
1075 |
msgstr "Подробнее"
|
1076 |
|
1077 |
-
#: contact_form.php:
|
1078 |
msgid "Close"
|
1079 |
msgstr "Закрыть"
|
1080 |
|
1081 |
# @ contact_form
|
1082 |
-
#: contact_form.php:
|
1083 |
-
msgid ""
|
1084 |
-
"<strong>Contact Form to DB</strong>
|
1085 |
-
"database."
|
1086 |
-
msgstr ""
|
1087 |
-
"<strong>Contact Form to DB</strong> позволяет хранить ваши сообщения в базе "
|
1088 |
-
"данных."
|
1089 |
|
1090 |
# @ contact_form
|
1091 |
-
#: contact_form.php:
|
1092 |
msgid "Manage messages that have been sent from your website."
|
1093 |
msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Contact Form\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-03 14:56+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-06-03 14:57+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
+
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
|
|
|
14 |
"X-Generator: Poedit 1.5.4\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ contact_form
|
22 |
+
#: contact_form.php:35
|
23 |
+
#: contact_form.php:650
|
24 |
msgid "Contact Form Settings"
|
25 |
msgstr "Настройки Contact Form"
|
26 |
|
30 |
msgstr "Contact Form"
|
31 |
|
32 |
# @ contact_form
|
33 |
+
#: contact_form.php:123
|
34 |
+
#: contact_form.php:1035
|
35 |
+
#: contact_form.php:1069
|
36 |
msgid "Name:"
|
37 |
msgstr "Имя:"
|
38 |
|
39 |
# @ contact_form
|
40 |
+
#: contact_form.php:124
|
41 |
+
#: contact_form.php:1036
|
42 |
+
#: contact_form.php:1070
|
43 |
msgid "Address:"
|
44 |
msgstr "Адрес:"
|
45 |
|
46 |
# @ contact_form
|
47 |
+
#: contact_form.php:125
|
48 |
+
#: contact_form.php:1037
|
49 |
+
#: contact_form.php:1071
|
50 |
msgid "Email Address:"
|
51 |
+
msgstr "E-mail:"
|
52 |
|
53 |
# @ contact_form
|
54 |
+
#: contact_form.php:126
|
55 |
+
#: contact_form.php:1038
|
56 |
+
#: contact_form.php:1072
|
57 |
msgid "Phone number:"
|
58 |
msgstr "Телефон:"
|
59 |
|
60 |
# @ contact_form
|
61 |
+
#: contact_form.php:127
|
62 |
+
#: contact_form.php:1039
|
63 |
+
#: contact_form.php:1073
|
64 |
msgid "Subject:"
|
65 |
msgstr "Тема:"
|
66 |
|
67 |
# @ contact_form
|
68 |
+
#: contact_form.php:128
|
69 |
+
#: contact_form.php:1040
|
70 |
+
#: contact_form.php:1074
|
71 |
msgid "Message:"
|
72 |
msgstr "Сообщение:"
|
73 |
|
74 |
# @ contact_form
|
75 |
+
#: contact_form.php:129
|
76 |
+
#: contact_form.php:1041
|
77 |
+
#: contact_form.php:1075
|
78 |
msgid "Attachment:"
|
79 |
msgstr "Прикрепить файл:"
|
80 |
|
81 |
# @ contact_form
|
82 |
#: contact_form.php:130
|
83 |
+
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
84 |
+
msgstr "Поддерживаемые типы файлов: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT. Максимальный размер файла: 2 МБ"
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
# @ contact_form
|
87 |
+
#: contact_form.php:131
|
88 |
+
#: contact_form.php:1043
|
89 |
+
#: contact_form.php:1077
|
90 |
msgid "Send me a copy"
|
91 |
msgstr "Отправить мне копию"
|
92 |
|
93 |
# @ contact_form
|
94 |
+
#: contact_form.php:132
|
95 |
+
#: contact_form.php:1044
|
96 |
+
#: contact_form.php:1078
|
97 |
msgid "Submit"
|
98 |
msgstr "Отправить"
|
99 |
|
100 |
# @ contact_form
|
101 |
#: contact_form.php:133
|
102 |
msgid "Your name is required."
|
103 |
+
msgstr "Поле Имя - это обязательное поле для заполнения."
|
104 |
|
105 |
# @ contact_form
|
106 |
#: contact_form.php:134
|
107 |
msgid "Address is required."
|
108 |
+
msgstr "Поле Адрес - это обязательное поле для заполнения."
|
109 |
|
110 |
# @ contact_form
|
111 |
#: contact_form.php:135
|
112 |
msgid "A valid email address is required."
|
113 |
+
msgstr "Поле Email - это обязательное поле для заполнения."
|
114 |
|
115 |
# @ contact_form
|
116 |
#: contact_form.php:136
|
117 |
msgid "Phone number is required."
|
118 |
+
msgstr "Поле Телефон - это обязательное поле для заполнения."
|
119 |
|
120 |
# @ contact_form
|
121 |
#: contact_form.php:137
|
122 |
msgid "Subject is required."
|
123 |
+
msgstr "Поле Тема - это обязательное поле для заполнения."
|
124 |
|
125 |
# @ contact_form
|
126 |
#: contact_form.php:138
|
127 |
msgid "Message text is required."
|
128 |
+
msgstr "Поле Сообщение - это обязательное поле для заполнения."
|
129 |
|
130 |
# @ contact_form
|
131 |
#: contact_form.php:139
|
135 |
# @ contact_form
|
136 |
#: contact_form.php:140
|
137 |
msgid "File upload error."
|
138 |
+
msgstr "Ошибка при загрузке файла."
|
139 |
|
140 |
# @ contact_form
|
141 |
#: contact_form.php:141
|
155 |
# @ contact_form
|
156 |
#: contact_form.php:144
|
157 |
msgid "Please make corrections below and try again."
|
158 |
+
msgstr "Пожалуйста, сделайте исправления в отмеченных полях ниже и повторите попытку."
|
|
|
159 |
|
160 |
# @ contact_form
|
161 |
#: contact_form.php:146
|
162 |
msgid "Thank you for contacting us."
|
163 |
+
msgstr "Спасибо, что связались с нами."
|
164 |
|
165 |
+
#: contact_form.php:546
|
166 |
+
msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
|
167 |
+
msgstr "Опция \"Электронный адрес поля 'От'\" была изменена, что может приводить к тому, что письма будут попадать в спам или не будут доставлены."
|
|
|
|
|
|
|
|
|
168 |
|
169 |
# @ contact_form
|
170 |
+
#: contact_form.php:556
|
171 |
+
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
172 |
+
msgstr "Если опция 'Перейти на страницу' выбран, то URL поле должно быть заполнено в следующем формате"
|
|
|
|
|
|
|
|
|
173 |
|
174 |
# @ contact_form
|
175 |
+
#: contact_form.php:565
|
176 |
msgid "Such user does not exist."
|
177 |
msgstr "Данный пользователь не найден."
|
178 |
|
179 |
# @ contact_form
|
180 |
+
#: contact_form.php:575
|
181 |
+
msgid "Please enter a valid email address in the 'Use this email address' field."
|
|
|
182 |
msgstr "Пожалуйста, введите корректный email в поле 'Использовать этот email'."
|
183 |
|
184 |
# @ contact_form
|
185 |
+
#: contact_form.php:583
|
186 |
msgid "Please enter a valid email address in the 'FROM' field."
|
187 |
msgstr "Пожалуйста, введите корректный email для поля 'FROM'."
|
188 |
|
189 |
# @ contact_form
|
190 |
+
#: contact_form.php:606
|
191 |
msgid "Settings saved."
|
192 |
msgstr "Опции сохранены."
|
193 |
|
194 |
# @ contact_form
|
195 |
+
#: contact_form.php:608
|
196 |
msgid "Settings are not saved."
|
197 |
msgstr "Настройки не сохранены."
|
198 |
|
199 |
# @ contact_form
|
200 |
+
#: contact_form.php:652
|
201 |
+
#: contact_form.php:2177
|
202 |
+
#: contact_form.php:2191
|
203 |
msgid "Settings"
|
204 |
msgstr "Настройки"
|
205 |
|
206 |
# @ contact_form
|
207 |
+
#: contact_form.php:653
|
208 |
msgid "Additional settings"
|
209 |
msgstr "Дополнительные настройки"
|
210 |
|
211 |
+
#: contact_form.php:654
|
212 |
msgid "Appearance"
|
213 |
msgstr "Отображение"
|
214 |
|
215 |
# @ contact_form
|
216 |
+
#: contact_form.php:655
|
217 |
+
#: contact_form.php:2192
|
218 |
msgid "FAQ"
|
219 |
msgstr "FAQ"
|
220 |
|
221 |
# @ contact_form
|
222 |
+
#: contact_form.php:656
|
223 |
msgid "Go PRO"
|
224 |
msgstr "Перейти на PRO версию"
|
225 |
|
226 |
# @ contact_form
|
227 |
+
#: contact_form.php:659
|
228 |
+
#: contact_form.php:661
|
229 |
msgid "Notice:"
|
230 |
msgstr "Обратите внимание:"
|
231 |
|
232 |
# @ contact_form
|
233 |
+
#: contact_form.php:659
|
234 |
+
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
235 |
+
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
|
|
|
|
|
|
|
|
|
236 |
|
237 |
# @ contact_form
|
238 |
+
#: contact_form.php:669
|
239 |
+
msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
|
240 |
+
msgstr "Если вы хотите создать несколько разных контактных форм, пожалуйста, установите плагин Contact Form Multi."
|
|
|
|
|
|
|
|
|
241 |
|
242 |
# @ contact_form
|
243 |
+
#: contact_form.php:676
|
244 |
+
#: contact_form.php:679
|
245 |
+
#: contact_form.php:1468
|
246 |
+
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
247 |
+
msgstr "Если вы хотите добавить контактную форму на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста или виджета:"
|
|
|
|
|
248 |
|
249 |
# @ contact_form
|
250 |
+
#: contact_form.php:676
|
251 |
+
#: contact_form.php:677
|
252 |
+
#: contact_form.php:679
|
253 |
+
#: contact_form.php:680
|
254 |
+
#: contact_form.php:1059
|
255 |
+
#: contact_form.php:1061
|
256 |
+
#: contact_form.php:1122
|
257 |
+
#: contact_form.php:1124
|
258 |
msgid "or"
|
259 |
msgstr "или"
|
260 |
|
261 |
# @ contact_form
|
262 |
+
#: contact_form.php:677
|
263 |
+
#: contact_form.php:680
|
264 |
+
msgid "If have any problems with the standard shortcode [contact_form], you should use the shortcode"
|
265 |
+
msgstr "Если у вас возникают проблемы с использованием стандартного шорткода [contact_form], то используйте шортокод"
|
|
|
|
|
|
|
266 |
|
267 |
# @ contact_form
|
268 |
+
#: contact_form.php:677
|
269 |
+
#: contact_form.php:680
|
270 |
msgid "They work the same way."
|
271 |
msgstr "Шорткоды работают одинаково."
|
272 |
|
273 |
# @ contact_form
|
274 |
+
#: contact_form.php:684
|
275 |
+
msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
|
276 |
+
msgstr "Если информация в полях ниже отсутствует, сообщения будут оправлены на email, который был указан при регистрации сайта."
|
|
|
|
|
|
|
|
|
277 |
|
278 |
# @ contact_form
|
279 |
+
#: contact_form.php:687
|
280 |
msgid "The user's email address:"
|
281 |
msgstr "Email пользователя сайта:"
|
282 |
|
283 |
# @ contact_form
|
284 |
+
#: contact_form.php:691
|
285 |
+
msgid "Select a username"
|
286 |
msgstr "Выберите имя пользователя"
|
287 |
|
288 |
# @ contact_form
|
289 |
+
#: contact_form.php:704
|
290 |
+
msgid "Enter a username of the person who should get the messages from the contact form."
|
291 |
+
msgstr "Укажите логин пользователя, который будет получать сообщения контактной формы."
|
|
|
|
|
|
|
|
|
292 |
|
293 |
# @ contact_form
|
294 |
+
#: contact_form.php:708
|
295 |
msgid "Use this email address:"
|
296 |
msgstr "Использовать этот email:"
|
297 |
|
298 |
# @ contact_form
|
299 |
+
#: contact_form.php:711
|
300 |
msgid "Enter the email address you want the messages forwarded to."
|
301 |
+
msgstr "Укажите email, на который будут отправляться сообщения."
|
302 |
|
303 |
# @ contact_form
|
304 |
+
#: contact_form.php:720
|
305 |
msgid "Add department selectbox to the contact form:"
|
306 |
msgstr "Добавить выбор отдела в контактную форму:"
|
307 |
|
308 |
# @ contact_form
|
309 |
+
#: contact_form.php:728
|
310 |
+
#: contact_form.php:1168
|
311 |
+
#: contact_form.php:1351
|
312 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
313 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
314 |
|
315 |
# @ contact_form
|
316 |
+
#: contact_form.php:735
|
317 |
+
#: contact_form.php:902
|
318 |
+
#: contact_form.php:975
|
319 |
+
#: contact_form.php:1175
|
320 |
+
#: contact_form.php:1358
|
321 |
msgid "Unlock premium options by upgrading to a PRO version."
|
322 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
323 |
|
324 |
# @ contact_form
|
325 |
+
#: contact_form.php:736
|
326 |
+
#: contact_form.php:903
|
327 |
+
#: contact_form.php:976
|
328 |
+
#: contact_form.php:1176
|
329 |
+
#: contact_form.php:1359
|
330 |
+
#: contact_form.php:2462
|
331 |
msgid "Learn More"
|
332 |
msgstr "Подробнее"
|
333 |
|
334 |
# @ contact_form
|
335 |
+
#: contact_form.php:739
|
336 |
+
#: contact_form.php:906
|
337 |
+
#: contact_form.php:979
|
338 |
+
#: contact_form.php:1179
|
339 |
+
#: contact_form.php:1362
|
340 |
msgid "Go"
|
341 |
msgstr "Перейти на"
|
342 |
|
343 |
# @ contact_form
|
344 |
+
#: contact_form.php:746
|
345 |
msgid "Save emails to the database"
|
346 |
msgstr "Сохранять email в базу данных"
|
347 |
|
348 |
# @ contact_form
|
349 |
+
#: contact_form.php:751
|
350 |
msgid "Using"
|
351 |
msgstr "Используя"
|
352 |
|
353 |
# @ contact_form
|
354 |
+
#: contact_form.php:754
|
355 |
+
#: contact_form.php:758
|
356 |
+
msgid "Using Contact Form to DB by BestWebSoft"
|
357 |
+
msgstr "Используя Contact Form to DB, разработанный компанией BestWebSoft"
|
|
|
|
|
|
|
|
|
|
|
358 |
|
359 |
# @ contact_form
|
360 |
+
#: contact_form.php:754
|
361 |
msgid "Activate Contact Form to DB"
|
362 |
msgstr "Активировать Contact Form to DB"
|
363 |
|
364 |
# @ contact_form
|
365 |
+
#: contact_form.php:758
|
366 |
msgid "Download Contact Form to DB"
|
367 |
msgstr "Загрузить Contact Form to DB"
|
368 |
|
369 |
# @ contact_form
|
370 |
+
#: contact_form.php:768
|
371 |
msgid "What to use?"
|
372 |
msgstr "Что использовать?"
|
373 |
|
374 |
# @ contact_form
|
375 |
+
#: contact_form.php:771
|
376 |
msgid "Wp-mail"
|
377 |
msgstr "Wp-mail"
|
378 |
|
379 |
# @ contact_form
|
380 |
+
#: contact_form.php:771
|
381 |
msgid "You can use the wp_mail function for mailing"
|
382 |
msgstr "Для отправки почты вы можете использовать функцию WordPress wp_mail"
|
383 |
|
384 |
# @ contact_form
|
385 |
+
#: contact_form.php:773
|
386 |
msgid "Mail"
|
387 |
msgstr "Mail"
|
388 |
|
389 |
# @ contact_form
|
390 |
+
#: contact_form.php:773
|
391 |
msgid "To send mail you can use the php mail function"
|
392 |
+
msgstr "Для отправки email вы можете использовать функцию php mail"
|
393 |
|
394 |
+
#: contact_form.php:777
|
395 |
msgid "'FROM' field"
|
396 |
msgstr "Поле 'От'"
|
397 |
|
398 |
# @ contact_form
|
399 |
+
#: contact_form.php:779
|
400 |
+
#: contact_form.php:833
|
401 |
+
#: contact_form.php:1220
|
402 |
+
#: contact_form.php:1969
|
403 |
+
#: contact_form.php:2005
|
404 |
msgid "Name"
|
405 |
msgstr "Имя"
|
406 |
|
407 |
# @ contact_form
|
408 |
+
#: contact_form.php:786
|
409 |
msgid "User name"
|
410 |
msgstr "Имя пользователя"
|
411 |
|
412 |
# @ contact_form
|
413 |
+
#: contact_form.php:788
|
414 |
+
msgid "The name of the user who fills the form will be used in the field 'From'."
|
415 |
+
msgstr "В поле \"From\" в письме будет использоваться имя того пользователя, который заполняет форму."
|
|
|
|
|
|
|
416 |
|
417 |
# @ contact_form
|
418 |
+
#: contact_form.php:794
|
419 |
+
#: contact_form.php:1980
|
420 |
+
#: contact_form.php:2012
|
421 |
msgid "Email"
|
422 |
msgstr "Email"
|
423 |
|
424 |
# @ contact_form
|
425 |
+
#: contact_form.php:801
|
426 |
msgid "User email"
|
427 |
+
msgstr "Email пользователя"
|
428 |
|
429 |
# @ contact_form
|
430 |
+
#: contact_form.php:803
|
431 |
+
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
432 |
+
msgstr "В поле \"From\" в письме будет использоваться email того пользователя, который заполняет форму."
|
|
|
|
|
|
|
|
|
433 |
|
434 |
+
#: contact_form.php:807
|
435 |
+
msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
|
436 |
+
msgstr "Если эта настройка будет изменена, то это может приводить к тому, что письма будут попадать в спам или не будут доставлены."
|
|
|
|
|
|
|
|
|
437 |
|
438 |
# @ contact_form
|
439 |
+
#: contact_form.php:813
|
440 |
msgid "Required symbol"
|
441 |
msgstr "Символ, отображающий обязательное поле"
|
442 |
|
443 |
# @ contact_form
|
444 |
+
#: contact_form.php:823
|
445 |
msgid "Fields"
|
446 |
msgstr "Поля"
|
447 |
|
448 |
# @ contact_form
|
449 |
+
#: contact_form.php:824
|
450 |
msgid "Used"
|
451 |
msgstr "Используется"
|
452 |
|
453 |
# @ contact_form
|
454 |
+
#: contact_form.php:825
|
455 |
msgid "Required"
|
456 |
msgstr "Обязательные"
|
457 |
|
458 |
# @ contact_form
|
459 |
+
#: contact_form.php:826
|
460 |
msgid "Visible"
|
461 |
msgstr "Видимое"
|
462 |
|
463 |
# @ contact_form
|
464 |
+
#: contact_form.php:827
|
465 |
msgid "Disabled for editing"
|
466 |
msgstr "Нет возможности редактировать"
|
467 |
|
468 |
# @ contact_form
|
469 |
+
#: contact_form.php:828
|
470 |
msgid "Field's default value"
|
471 |
+
msgstr "Значение полей по умолчанию"
|
472 |
|
473 |
+
#: contact_form.php:840
|
474 |
msgid "Use User's name as a default value if the user is logged in."
|
475 |
+
msgstr "Использовать имя Пользователя как значение по умолчанию, если пользователь залогинен."
|
|
|
|
|
476 |
|
477 |
+
#: contact_form.php:841
|
478 |
+
#: contact_form.php:869
|
479 |
+
msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
|
480 |
+
msgstr "Опции \"Видимое\" и \"Нет возможности редактировать\" будут применены только к залогиненным пользователям."
|
|
|
|
|
|
|
481 |
|
482 |
# @ contact_form
|
483 |
+
#: contact_form.php:845
|
484 |
msgid "Location selectbox"
|
485 |
msgstr "Список местоположений"
|
486 |
|
487 |
# @ contact_form
|
488 |
+
#: contact_form.php:853
|
489 |
+
#: contact_form.php:1225
|
490 |
+
#: contact_form.php:1975
|
491 |
+
#: contact_form.php:2009
|
492 |
msgid "Address"
|
493 |
msgstr "Адрес"
|
494 |
|
495 |
# @ contact_form
|
496 |
+
#: contact_form.php:861
|
497 |
msgid "Email Address"
|
498 |
msgstr "Email адрес"
|
499 |
|
500 |
+
#: contact_form.php:868
|
501 |
msgid "Use User's email as a default value if the user is logged in."
|
502 |
+
msgstr "Использовать Email Пользователя как значение по умолчанию, если пользователь залогинен."
|
|
|
|
|
503 |
|
504 |
# @ contact_form
|
505 |
+
#: contact_form.php:873
|
506 |
msgid "Phone number"
|
507 |
msgstr "Телефон"
|
508 |
|
509 |
# @ contact_form
|
510 |
+
#: contact_form.php:881
|
511 |
+
#: contact_form.php:1240
|
512 |
+
#: contact_form.php:1990
|
513 |
+
#: contact_form.php:2018
|
514 |
msgid "Subject"
|
515 |
msgstr "Тема"
|
516 |
|
517 |
# @ contact_form
|
518 |
+
#: contact_form.php:889
|
519 |
+
#: contact_form.php:1244
|
520 |
+
#: contact_form.php:1993
|
521 |
+
#: contact_form.php:2020
|
522 |
msgid "Message"
|
523 |
msgstr "Сообщение"
|
524 |
|
525 |
# @ contact_form
|
526 |
+
#: contact_form.php:913
|
527 |
msgid "Attachment block"
|
528 |
+
msgstr "Блок 'Прикрепить файл'"
|
529 |
|
530 |
# @ contact_form
|
531 |
+
#: contact_form.php:915
|
532 |
msgid "Users can attach the following file formats"
|
533 |
msgstr "Пользователи могут прикрепить файлы таких типов"
|
534 |
|
535 |
# @ contact_form
|
536 |
+
#: contact_form.php:928
|
537 |
msgid "Add to the form"
|
538 |
msgstr "Добавить в форму"
|
539 |
|
540 |
# @ contact_form
|
541 |
+
#: contact_form.php:933
|
542 |
msgid "Tips below the Attachment"
|
543 |
msgstr "Пояснения после блока \"Прикрепить файл\""
|
544 |
|
545 |
# @ contact_form
|
546 |
+
#: contact_form.php:942
|
547 |
msgid "'Send me a copy' block"
|
548 |
msgstr "Блок 'Отправить мне копию'"
|
549 |
|
550 |
# @ contact_form
|
551 |
+
#: contact_form.php:955
|
|
|
|
|
|
|
|
|
|
|
|
|
552 |
msgid "Activate captcha"
|
553 |
+
msgstr "Активировать Сaptcha"
|
554 |
|
555 |
# @ contact_form
|
556 |
+
#: contact_form.php:959
|
557 |
msgid "Download captcha"
|
558 |
+
msgstr "Скачать Сaptcha"
|
559 |
|
560 |
# @ contact_form
|
561 |
+
#: contact_form.php:967
|
562 |
msgid "Agreement checkbox"
|
563 |
msgstr "Чекбокс согласия с условиями"
|
564 |
|
565 |
# @ contact_form
|
566 |
+
#: contact_form.php:967
|
567 |
msgid "Required checkbox for submitting the form"
|
568 |
msgstr "Обязательный чекбокс для отправки формы"
|
569 |
|
570 |
# @ contact_form
|
571 |
+
#: contact_form.php:968
|
572 |
msgid "Optional checkbox"
|
573 |
msgstr "Дополнительный чекбокс"
|
574 |
|
575 |
# @ contact_form
|
576 |
+
#: contact_form.php:968
|
577 |
msgid "Optional checkbox, the results of which will be displayed in email"
|
578 |
msgstr "Дополнительный чекбокс, результаты которого будут отображениы в email"
|
579 |
|
580 |
# @ contact_form
|
581 |
+
#: contact_form.php:985
|
582 |
msgid "Delete an attachment file from the server after the email is sent"
|
583 |
+
msgstr "Удалить прикрепленный файл с сервера после отправки email"
|
584 |
|
585 |
# @ contact_form
|
586 |
+
#: contact_form.php:991
|
587 |
msgid "Email in HTML format sending"
|
588 |
msgstr "Отправка еmail в формате HTML"
|
589 |
|
590 |
# @ contact_form
|
591 |
+
#: contact_form.php:995
|
592 |
msgid "Display additional info in the email"
|
593 |
msgstr "Отображение дополнительной информации в письме"
|
594 |
|
595 |
# @ contact_form
|
596 |
+
#: contact_form.php:1000
|
597 |
+
#: contact_form.php:1936
|
598 |
+
#: contact_form.php:1938
|
599 |
msgid "Sent from (ip address)"
|
600 |
msgstr "Отправлено от (ip адрес)"
|
601 |
|
602 |
# @ contact_form
|
603 |
+
#: contact_form.php:1000
|
604 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
605 |
msgstr "Пример: Sent from (IP address):\t127.0.0.1"
|
606 |
|
607 |
# @ contact_form
|
608 |
+
#: contact_form.php:1001
|
609 |
+
#: contact_form.php:1942
|
610 |
+
#: contact_form.php:1944
|
611 |
msgid "Date/Time"
|
612 |
msgstr "Дата/Время"
|
613 |
|
614 |
# @ contact_form
|
615 |
+
#: contact_form.php:1001
|
616 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
617 |
msgstr "Пример: Date/Time:\tAugust 19, 2013 8:50 pm"
|
618 |
|
619 |
# @ contact_form
|
620 |
+
#: contact_form.php:1002
|
621 |
+
#: contact_form.php:1948
|
622 |
+
#: contact_form.php:1950
|
623 |
msgid "Sent from (referer)"
|
624 |
msgstr "Пришло из (реферер)"
|
625 |
|
626 |
# @ contact_form
|
627 |
+
#: contact_form.php:1002
|
628 |
+
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
629 |
+
msgstr "Пример: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
|
|
|
|
630 |
|
631 |
# @ contact_form
|
632 |
+
#: contact_form.php:1003
|
633 |
+
#: contact_form.php:1954
|
634 |
+
#: contact_form.php:1956
|
635 |
msgid "Using (user agent)"
|
636 |
msgstr "Используя (user agent)"
|
637 |
|
638 |
# @ contact_form
|
639 |
+
#: contact_form.php:1003
|
640 |
+
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
641 |
+
msgstr "Пример: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
|
|
|
|
|
|
|
|
642 |
|
643 |
# @ contact_form
|
644 |
+
#: contact_form.php:1007
|
645 |
msgid "Language settings for the field names in the form"
|
646 |
msgstr "Языковые настройки для названия полей в форме"
|
647 |
|
648 |
# @ contact_form
|
649 |
+
#: contact_form.php:1016
|
650 |
msgid "Add a language"
|
651 |
msgstr "Добавить язык"
|
652 |
|
653 |
# @ contact_form
|
654 |
+
#: contact_form.php:1020
|
655 |
msgid "Change the names of the contact form fields and error messages"
|
656 |
msgstr "Изменить названия полей контактной формы и сообщений об ошибках"
|
657 |
|
658 |
# @ contact_form
|
659 |
+
#: contact_form.php:1025
|
660 |
+
#: contact_form.php:1112
|
661 |
msgid "English"
|
662 |
msgstr "Английский"
|
663 |
|
664 |
# @ contact_form
|
665 |
+
#: contact_form.php:1033
|
666 |
+
#: contact_form.php:1067
|
667 |
msgid "click to expand/hide the list"
|
668 |
msgstr "нажмите чтобы развернуть/свернуть список"
|
669 |
|
670 |
# @ contact_form
|
671 |
+
#: contact_form.php:1042
|
672 |
+
#: contact_form.php:1076
|
673 |
msgid "Tips below the Attachment block"
|
674 |
msgstr "Пояснения после блока \"Прикрепить файл\""
|
675 |
|
676 |
# @ contact_form
|
677 |
+
#: contact_form.php:1045
|
678 |
+
#: contact_form.php:1079
|
679 |
msgid "Error message for the Name field"
|
680 |
msgstr "Сообщение об ошибке для поля Name"
|
681 |
|
682 |
# @ contact_form
|
683 |
+
#: contact_form.php:1046
|
684 |
+
#: contact_form.php:1080
|
685 |
msgid "Error message for the Address field"
|
686 |
msgstr "Сообщение об ошибке для поля Address"
|
687 |
|
688 |
# @ contact_form
|
689 |
+
#: contact_form.php:1047
|
690 |
+
#: contact_form.php:1081
|
691 |
msgid "Error message for the Email field"
|
692 |
msgstr "Сообщение об ошибке для поля Email"
|
693 |
|
694 |
# @ contact_form
|
695 |
+
#: contact_form.php:1048
|
696 |
+
#: contact_form.php:1082
|
697 |
msgid "Error message for the Phone field"
|
698 |
msgstr "Сообщение об ошибке для поля Phone"
|
699 |
|
700 |
# @ contact_form
|
701 |
+
#: contact_form.php:1049
|
702 |
+
#: contact_form.php:1083
|
703 |
msgid "Error message for the Subject field"
|
704 |
msgstr "Сообщение об ошибке для поля Subject"
|
705 |
|
706 |
# @ contact_form
|
707 |
+
#: contact_form.php:1050
|
708 |
+
#: contact_form.php:1084
|
709 |
msgid "Error message for the Message field"
|
710 |
msgstr "Сообщение об ошибке для поля Message"
|
711 |
|
712 |
# @ contact_form
|
713 |
+
#: contact_form.php:1051
|
714 |
+
#: contact_form.php:1085
|
715 |
msgid "Error message about the file type for the Attachment field"
|
716 |
msgstr "Сообщение об ошибке о типе файла для поля Attachment"
|
717 |
|
718 |
# @ contact_form
|
719 |
+
#: contact_form.php:1052
|
720 |
+
#: contact_form.php:1086
|
721 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
722 |
msgstr "Сообщение об ошибке при загрузке файла на сервер для поля Attachment"
|
723 |
|
724 |
# @ contact_form
|
725 |
+
#: contact_form.php:1053
|
726 |
+
#: contact_form.php:1087
|
727 |
msgid "Error message while moving the file for the Attachment field"
|
728 |
msgstr "Сообщение об ошибке при перемещении файла для поля Attachment"
|
729 |
|
730 |
# @ contact_form
|
731 |
+
#: contact_form.php:1054
|
732 |
+
#: contact_form.php:1088
|
733 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
734 |
+
msgstr "Сообщение об ошибке когда размер файла превышает размер разрешенного сервером для поля Attachment"
|
|
|
|
|
735 |
|
736 |
# @ contact_form
|
737 |
+
#: contact_form.php:1055
|
738 |
+
#: contact_form.php:1089
|
739 |
msgid "Error message for the Captcha field"
|
740 |
msgstr "Сообщение об ошибке для поля Captcha"
|
741 |
|
742 |
# @ contact_form
|
743 |
+
#: contact_form.php:1056
|
744 |
+
#: contact_form.php:1090
|
745 |
msgid "Error message for the whole form"
|
746 |
msgstr "Сообщение об ошибке для всей формы"
|
747 |
|
748 |
# @ contact_form
|
749 |
+
#: contact_form.php:1059
|
750 |
+
#: contact_form.php:1061
|
751 |
+
#: contact_form.php:1093
|
752 |
+
#: contact_form.php:1095
|
753 |
+
#: contact_form.php:1122
|
754 |
+
#: contact_form.php:1124
|
755 |
+
#: contact_form.php:1132
|
756 |
+
#: contact_form.php:1134
|
757 |
+
#: contact_form.php:2325
|
758 |
+
#: contact_form.php:2327
|
759 |
msgid "Use shortcode"
|
760 |
msgstr "Использовать шорткод"
|
761 |
|
762 |
# @ contact_form
|
763 |
+
#: contact_form.php:1059
|
764 |
+
#: contact_form.php:1061
|
765 |
+
#: contact_form.php:1093
|
766 |
+
#: contact_form.php:1095
|
767 |
+
#: contact_form.php:1122
|
768 |
+
#: contact_form.php:1124
|
769 |
+
#: contact_form.php:1132
|
770 |
+
#: contact_form.php:1134
|
771 |
+
#: contact_form.php:2325
|
772 |
+
#: contact_form.php:2327
|
773 |
msgid "for this language"
|
774 |
msgstr "для данного языка"
|
775 |
|
776 |
# @ contact_form
|
777 |
+
#: contact_form.php:1103
|
778 |
msgid "Use the changed names of the contact form fields in the email"
|
779 |
+
msgstr "Использовать измененные названия полей контактной формы в email"
|
|
|
780 |
|
781 |
# @ contact_form
|
782 |
+
#: contact_form.php:1109
|
783 |
msgid "Action after email is sent"
|
784 |
msgstr "Действие после отправки письма"
|
785 |
|
786 |
# @ contact_form
|
787 |
+
#: contact_form.php:1111
|
788 |
msgid "Display text"
|
789 |
msgstr "Отобразить текст"
|
790 |
|
791 |
# @ contact_form
|
792 |
+
#: contact_form.php:1120
|
793 |
+
#: contact_form.php:1130
|
794 |
msgid "Text"
|
795 |
msgstr "Текст"
|
796 |
|
797 |
# @ contact_form
|
798 |
+
#: contact_form.php:1141
|
799 |
msgid "Redirect to the page"
|
800 |
msgstr "Перенаправление на страницу"
|
801 |
|
802 |
# @ contact_form
|
803 |
+
#: contact_form.php:1142
|
804 |
msgid "Url"
|
805 |
msgstr "Url"
|
806 |
|
807 |
# @ contact_form
|
808 |
+
#: contact_form.php:1146
|
809 |
msgid "The $_SERVER variable that is used to build a URL of the form"
|
810 |
msgstr "$_SERVER переменная, используемая при формировании URL формы"
|
811 |
|
812 |
# @ contact_form
|
813 |
+
#: contact_form.php:1150
|
814 |
+
msgid "If you are not sure whether to change this setting or not, please do not do that."
|
815 |
+
msgstr "Если вы не уверены, стоит ли менять эту настройку, мы не рекомендуем вам этого делать."
|
|
|
|
|
|
|
|
|
816 |
|
817 |
# @ contact_form_pro
|
818 |
+
#: contact_form.php:1159
|
819 |
msgid "Auto Response"
|
820 |
msgstr "Автоответ"
|
821 |
|
822 |
# @ contact_form
|
823 |
+
#: contact_form.php:1163
|
824 |
#, php-format
|
825 |
+
msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
|
826 |
+
msgstr "Вы можете использовать %%NAME%% для отображения данных поля емейла, %%MESSAGE%% для отображения данных поля Сообщений и %%SITENAME%% для отображения названия блога."
|
|
|
|
|
|
|
|
|
|
|
|
|
827 |
|
828 |
# @ default
|
829 |
+
#: contact_form.php:1188
|
830 |
+
#: contact_form.php:1369
|
831 |
msgid "Save Changes"
|
832 |
+
msgstr "Сохранить настройки"
|
833 |
|
834 |
# @ contact_form
|
835 |
+
#: contact_form.php:1200
|
836 |
msgid "Errors output"
|
837 |
msgstr "Отображение ошибок"
|
838 |
|
839 |
# @ contact_form
|
840 |
+
#: contact_form.php:1203
|
841 |
msgid "Display error messages"
|
842 |
msgstr "Отображать сообщения об ошибках"
|
843 |
|
844 |
# @ contact_form
|
845 |
+
#: contact_form.php:1204
|
846 |
msgid "Color of the input field errors."
|
847 |
msgstr "Отображать ошибки цветом для полей ввода."
|
848 |
|
849 |
# @ contact_form
|
850 |
+
#: contact_form.php:1205
|
851 |
msgid "Display error messages & color of the input field errors"
|
852 |
+
msgstr "Отображать сообщения об ошибках и цвет полей ввода с ошибками"
|
853 |
|
854 |
# @ contact_form
|
855 |
+
#: contact_form.php:1210
|
856 |
msgid "Add placeholder to the input blocks"
|
857 |
msgstr "Добавить вспомогательный текст в поля ввода"
|
858 |
|
859 |
# @ contact_form
|
860 |
+
#: contact_form.php:1216
|
861 |
msgid "Add tooltips"
|
862 |
msgstr "Добавить подсказки"
|
863 |
|
864 |
# @ contact_form
|
865 |
+
#: contact_form.php:1230
|
866 |
msgid "Email address"
|
867 |
+
msgstr "Email"
|
868 |
|
869 |
# @ contact_form
|
870 |
+
#: contact_form.php:1235
|
871 |
msgid "Phone Number"
|
872 |
msgstr "Телефон"
|
873 |
|
874 |
# @ contact_form
|
875 |
+
#: contact_form.php:1249
|
876 |
msgid "Attachment"
|
877 |
msgstr "Прикрепить файл"
|
878 |
|
879 |
# @ contact_form
|
880 |
+
#: contact_form.php:1259
|
|
|
|
|
|
|
|
|
|
|
881 |
msgid "Style options"
|
882 |
msgstr "Настройки стиля"
|
883 |
|
884 |
# @ contact_form
|
885 |
+
#: contact_form.php:1262
|
886 |
msgid "Text color"
|
887 |
msgstr "Цвет текста"
|
888 |
|
889 |
# @ contact_form
|
890 |
+
#: contact_form.php:1265
|
891 |
+
#: contact_form.php:1270
|
892 |
+
#: contact_form.php:1280
|
893 |
+
#: contact_form.php:1285
|
894 |
+
#: contact_form.php:1290
|
895 |
+
#: contact_form.php:1295
|
896 |
+
#: contact_form.php:1305
|
897 |
+
#: contact_form.php:1310
|
898 |
+
#: contact_form.php:1319
|
899 |
+
#: contact_form.php:1333
|
900 |
+
#: contact_form.php:1338
|
901 |
+
#: contact_form.php:1343
|
902 |
msgid "Default"
|
903 |
+
msgstr "По умолчанию"
|
904 |
|
905 |
# @ contact_form
|
906 |
+
#: contact_form.php:1267
|
907 |
msgid "Label text color"
|
908 |
msgstr "Цвет текста"
|
909 |
|
910 |
# @ contact_form
|
911 |
+
#: contact_form.php:1272
|
912 |
msgid "Placeholder color"
|
913 |
msgstr "Цвет замещающегося текста"
|
914 |
|
915 |
# @ contact_form
|
916 |
+
#: contact_form.php:1277
|
917 |
msgid "Errors color"
|
918 |
msgstr "Цвет ошибок"
|
919 |
|
920 |
# @ contact_form
|
921 |
+
#: contact_form.php:1282
|
922 |
msgid "Error text color"
|
923 |
msgstr "Цвет текста для ошибок"
|
924 |
|
925 |
# @ contact_form
|
926 |
+
#: contact_form.php:1287
|
927 |
msgid "Background color of the input field errors"
|
928 |
msgstr "Цвет фона для полей ввода с ошибками"
|
929 |
|
930 |
# @ contact_form
|
931 |
+
#: contact_form.php:1292
|
932 |
msgid "Border color of the input field errors"
|
933 |
msgstr "Цвет рамки для полей ввода с ошибками"
|
934 |
|
935 |
# @ contact_form
|
936 |
+
#: contact_form.php:1297
|
937 |
msgid "Placeholder color of the input field errors"
|
938 |
msgstr "Цвет вспомогательного текста для полей ввода с ошибками"
|
939 |
|
940 |
# @ contact_form
|
941 |
+
#: contact_form.php:1302
|
942 |
msgid "Input fields"
|
943 |
msgstr "Поля ввода"
|
944 |
|
945 |
# @ contact_form
|
946 |
+
#: contact_form.php:1307
|
947 |
msgid "Input fields background color"
|
948 |
msgstr "Цвет фона для полей ввода"
|
949 |
|
950 |
# @ contact_form
|
951 |
+
#: contact_form.php:1312
|
952 |
msgid "Text fields color"
|
953 |
msgstr "Цвет текста для полей ввода"
|
954 |
|
955 |
# @ contact_form
|
956 |
+
#: contact_form.php:1316
|
957 |
msgid "Border width in px, numbers only"
|
958 |
msgstr "Ширина рамки в пикселях, только цифры"
|
959 |
|
960 |
# @ contact_form
|
961 |
+
#: contact_form.php:1321
|
962 |
+
#: contact_form.php:1345
|
963 |
msgid "Border color"
|
964 |
msgstr "Цвет рамки"
|
965 |
|
966 |
# @ contact_form
|
967 |
+
#: contact_form.php:1326
|
968 |
msgid "Submit button"
|
969 |
msgstr "Кнопка Отправить"
|
970 |
|
971 |
# @ contact_form
|
972 |
+
#: contact_form.php:1330
|
973 |
msgid "Width in px, numbers only"
|
974 |
msgstr "Ширина в пикселях, только цифры"
|
975 |
|
976 |
# @ contact_form
|
977 |
+
#: contact_form.php:1335
|
978 |
msgid "Button color"
|
979 |
msgstr "Цвет кнопки"
|
980 |
|
981 |
# @ contact_form
|
982 |
+
#: contact_form.php:1340
|
983 |
msgid "Button text color"
|
984 |
msgstr "Цвет текста для кнопки"
|
985 |
|
986 |
# @ contact_form
|
987 |
+
#: contact_form.php:1373
|
988 |
msgid "Contact Form Pro | Preview"
|
989 |
msgstr "Contact Form Pro | Предпросмотр"
|
990 |
|
991 |
# @ contact_form
|
992 |
+
#: contact_form.php:1376
|
993 |
msgid "Show with errors"
|
994 |
msgstr "Отображать с ошибками"
|
995 |
|
996 |
# @ contact_form
|
997 |
+
#: contact_form.php:1384
|
998 |
+
#: contact_form.php:1386
|
999 |
msgid "Please enter your full name..."
|
1000 |
msgstr "Пожалуйста введите ваше имя..."
|
1001 |
|
1002 |
# @ contact_form
|
1003 |
+
#: contact_form.php:1397
|
1004 |
+
#: contact_form.php:1399
|
1005 |
msgid "Please enter your address..."
|
1006 |
msgstr "Пожалуйста введите ваш адресс..."
|
1007 |
|
1008 |
# @ contact_form
|
1009 |
+
#: contact_form.php:1408
|
1010 |
+
#: contact_form.php:1410
|
1011 |
msgid "Please enter your email address..."
|
1012 |
msgstr "Пожалуйста введите ваш email..."
|
1013 |
|
1014 |
# @ contact_form
|
1015 |
+
#: contact_form.php:1419
|
1016 |
+
#: contact_form.php:1421
|
1017 |
msgid "Please enter your phone number..."
|
1018 |
msgstr "Пожалуйста введите ваш телефон..."
|
1019 |
|
1020 |
# @ contact_form
|
1021 |
+
#: contact_form.php:1430
|
1022 |
+
#: contact_form.php:1432
|
1023 |
msgid "Please enter subject..."
|
1024 |
msgstr "Пожалуйста введите тему..."
|
1025 |
|
1026 |
# @ contact_form
|
1027 |
+
#: contact_form.php:1440
|
1028 |
+
#: contact_form.php:1442
|
1029 |
msgid "Please enter your message..."
|
1030 |
msgstr "Пожалуйста введите ваше сообщение..."
|
1031 |
|
1032 |
# @ contact_form
|
1033 |
+
#: contact_form.php:1555
|
1034 |
msgid "Sorry, email message could not be delivered."
|
1035 |
msgstr "Извините, ваш email не может быть отправлен."
|
1036 |
|
1037 |
# @ contact_form
|
1038 |
+
#: contact_form.php:1963
|
1039 |
msgid "Contact from"
|
1040 |
msgstr "Контактная Форма"
|
1041 |
|
1042 |
# @ contact_form
|
1043 |
+
#: contact_form.php:1985
|
1044 |
+
#: contact_form.php:2015
|
1045 |
msgid "Phone"
|
1046 |
msgstr "Телефон"
|
1047 |
|
1048 |
# @ contact_form
|
1049 |
+
#: contact_form.php:1996
|
1050 |
+
#: contact_form.php:2022
|
1051 |
msgid "Site"
|
1052 |
msgstr "Сайт"
|
1053 |
|
1054 |
# @ contact_form
|
1055 |
+
#: contact_form.php:2109
|
1056 |
+
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
1057 |
+
msgstr "Если вы можете видеть этот MIME значит ваш почтовый клиент не поддерживает MIME тип!"
|
|
|
|
|
|
|
|
|
1058 |
|
1059 |
# @ contact_form
|
1060 |
+
#: contact_form.php:2193
|
1061 |
msgid "Support"
|
1062 |
msgstr "Поддержка"
|
1063 |
|
1064 |
# @ contact_form
|
1065 |
+
#: contact_form.php:2242
|
1066 |
msgid "Are you sure that you want to delete this language data?"
|
1067 |
msgstr "Вы действительно хотите удалить данные для этого языка?"
|
1068 |
|
1069 |
# @ contact_form
|
1070 |
+
#: contact_form.php:2263
|
1071 |
msgid "Add multiple forms"
|
1072 |
msgstr "Добавить несколько форм"
|
1073 |
|
1074 |
+
#: contact_form.php:2263
|
1075 |
+
msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
|
1076 |
+
msgstr "Установить плагин Contact Form Multi для создания неограниченного количества контактных форм."
|
|
|
|
|
|
|
|
|
1077 |
|
1078 |
# @ contact_form
|
1079 |
+
#: contact_form.php:2268
|
1080 |
msgid "Learn more"
|
1081 |
msgstr "Подробнее"
|
1082 |
|
1083 |
+
#: contact_form.php:2272
|
1084 |
msgid "Close"
|
1085 |
msgstr "Закрыть"
|
1086 |
|
1087 |
# @ contact_form
|
1088 |
+
#: contact_form.php:2458
|
1089 |
+
msgid "<strong>Contact Form to DB</strong> allows to store your messages to the database."
|
1090 |
+
msgstr "<strong>Contact Form to DB</strong> позволяет хранить ваши сообщения в базе данных."
|
|
|
|
|
|
|
|
|
1091 |
|
1092 |
# @ contact_form
|
1093 |
+
#: contact_form.php:2459
|
1094 |
msgid "Manage messages that have been sent from your website."
|
1095 |
msgstr "Управление сообщениями, которые были отправлены с вашего сайта."
|
1096 |
+
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Contact Form by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
-
Donate link:
|
4 |
Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
|
5 |
Requires at least: 3.1
|
6 |
-
Tested up to: 4.2.
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -152,6 +152,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
152 |
|
153 |
== Changelog ==
|
154 |
|
|
|
|
|
|
|
|
|
155 |
= V3.90 - 04.05.2015 =
|
156 |
* Update : We updated all functionality for wordpress 4.2.1.
|
157 |
* Update : The French language file is updated.
|
@@ -555,6 +559,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
555 |
|
556 |
== Upgrade Notice ==
|
557 |
|
|
|
|
|
|
|
558 |
= V3.90 =
|
559 |
We updated all functionality for wordpress 4.2.1. The French language file is updated.
|
560 |
|
1 |
=== Contact Form by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
+
Donate link: http://bestwebsoft.com/donate/
|
4 |
Tags: attachment, contact, contatc, conact, cnotact, contact button, contact form, contact form plugin, contact me, contacts, contacts form plugin, copy, feedback, feedback form, form, insert the shortcode, post feedback, request, send, send copy, send messages, shortcode, text, web-page feedback
|
5 |
Requires at least: 3.1
|
6 |
+
Tested up to: 4.2.2
|
7 |
+
Stable tag: 3.91
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
152 |
|
153 |
== Changelog ==
|
154 |
|
155 |
+
= V3.91 - 03.06.2015 =
|
156 |
+
* Update : We fixed error of a visual display of the settings page.
|
157 |
+
* Bugfix : We fixed 'Send me a copy' email with the attachment.
|
158 |
+
|
159 |
= V3.90 - 04.05.2015 =
|
160 |
* Update : We updated all functionality for wordpress 4.2.1.
|
161 |
* Update : The French language file is updated.
|
559 |
|
560 |
== Upgrade Notice ==
|
561 |
|
562 |
+
= V3.91 =
|
563 |
+
We fixed error of a visual display of the settings page. We fixed 'Send me a copy' email with the attachment.
|
564 |
+
|
565 |
= V3.90 =
|
566 |
We updated all functionality for wordpress 4.2.1. The French language file is updated.
|
567 |
|