Version Description
- 18.05.2015 =
- Update : We updated option titles on the Settings page for the convenience of users.
- Update : Scripts were placed into a separate js file.
- Update : We updated all functionality for wordpress 4.2.2.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.39 |
Comparing to | |
See all releases |
Code changes from version 2.38 to 2.39
- bws_menu/bws_functions.php +4 -4
- bws_menu/bws_menu.php +3 -3
- bws_menu/icons/social-buttons-pack.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
- css/style.css +4 -0
- facebook-button-plugin.php +28 -31
- js/script.js +24 -0
- languages/facebook-fi_FI.mo +0 -0
- languages/facebook-fi_FI.po +59 -51
- languages/facebook-fr_FR.mo +0 -0
- languages/facebook-fr_FR.po +57 -51
- languages/facebook-id_ID.mo +0 -0
- languages/facebook-id_ID.po +80 -73
- languages/facebook-ru_RU.mo +0 -0
- languages/facebook-ru_RU.po +82 -80
- languages/facebook-tr_TR.mo +0 -0
- languages/facebook-tr_TR.po +81 -73
- languages/facebook-uk.mo +0 -0
- languages/facebook-uk.po +81 -79
- readme.txt +14 -6
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
bws_menu/bws_functions.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* General functions for BestWebSoft plugins
|
4 |
-
* Version: 1.0.
|
5 |
*/
|
6 |
if ( ! function_exists ( 'bws_add_general_menu' ) ) {
|
7 |
function bws_add_general_menu( $base ) {
|
@@ -110,7 +110,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
|
|
110 |
}
|
111 |
|
112 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
113 |
-
$banner_url_or_slug = '
|
114 |
}
|
115 |
|
116 |
if ( ! function_exists( 'is_plugin_active' ) )
|
@@ -145,7 +145,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
|
|
145 |
<div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
|
146 |
<img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
147 |
<div class="icon">
|
148 |
-
<img title="" src="<?php echo $banner_url_or_slug; ?>" alt="" />
|
149 |
</div>
|
150 |
<div class="text"><?php
|
151 |
_e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>PRO</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
|
@@ -539,7 +539,7 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
|
|
539 |
if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $plugin_key ] ) ) {
|
540 |
echo '<tr class="plugin-update-tr">
|
541 |
<td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
|
542 |
-
<div class="update-message" style="background-color: #FFEBE8; border-color: #CC0000;">' . __( 'WARNING:
|
543 |
</td>
|
544 |
</tr>';
|
545 |
} elseif ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") ) ) {
|
1 |
<?php
|
2 |
/*
|
3 |
* General functions for BestWebSoft plugins
|
4 |
+
* Version: 1.0.9
|
5 |
*/
|
6 |
if ( ! function_exists ( 'bws_add_general_menu' ) ) {
|
7 |
function bws_add_general_menu( $base ) {
|
110 |
}
|
111 |
|
112 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
113 |
+
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
|
114 |
}
|
115 |
|
116 |
if ( ! function_exists( 'is_plugin_active' ) )
|
145 |
<div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
|
146 |
<img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
147 |
<div class="icon">
|
148 |
+
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
149 |
</div>
|
150 |
<div class="text"><?php
|
151 |
_e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>PRO</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
|
539 |
if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $plugin_key ] ) ) {
|
540 |
echo '<tr class="plugin-update-tr">
|
541 |
<td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
|
542 |
+
<div class="update-message" style="background-color: #FFEBE8; border-color: #CC0000;"><strong>' . __( 'WARNING: Illegal use notification', 'bestwebsoft' ) . '.</strong> ' . __( 'You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated.', 'bestwebsoft' ) . ' <a target="_blank" href="http://support.bestwebsoft.com/hc/en-us/articles/204240089">' . __( 'Learn More', 'bestwebsoft' ) . '</a></div>
|
543 |
</td>
|
544 |
</tr>';
|
545 |
} elseif ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") ) ) {
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -11,7 +11,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
11 |
function bws_add_menu_render() {
|
12 |
global $wpdb, $wp_version, $bws_plugin_info;
|
13 |
$error = $message = $bwsmn_form_email = '';
|
14 |
-
$bws_donate_link = '
|
15 |
|
16 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
17 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
@@ -247,7 +247,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
247 |
),
|
248 |
'contact-form-multi/contact-form-multi.php' => array(
|
249 |
'name' => 'Contact Form Multi',
|
250 |
-
'description' => '
|
251 |
'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
252 |
'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
253 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.6.0
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
11 |
function bws_add_menu_render() {
|
12 |
global $wpdb, $wp_version, $bws_plugin_info;
|
13 |
$error = $message = $bwsmn_form_email = '';
|
14 |
+
$bws_donate_link = 'http://bestwebsoft.com/donate/';
|
15 |
|
16 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
17 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
247 |
),
|
248 |
'contact-form-multi/contact-form-multi.php' => array(
|
249 |
'name' => 'Contact Form Multi',
|
250 |
+
'description' => 'Add-on to the Contact Form plugin that allows to create and implement multiple contact forms.',
|
251 |
'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
252 |
'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
253 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
bws_menu/icons/social-buttons-pack.png
CHANGED
File without changes
|
bws_menu/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 |
|
css/style.css
CHANGED
@@ -36,4 +36,8 @@
|
|
36 |
}
|
37 |
.fcbk_button a img {
|
38 |
display: inline-block !important;
|
|
|
|
|
|
|
|
|
39 |
}
|
36 |
}
|
37 |
.fcbk_button a img {
|
38 |
display: inline-block !important;
|
39 |
+
}
|
40 |
+
.fcbk_share img,
|
41 |
+
.fcbk_like .fb_iframe_widget span {
|
42 |
+
vertical-align: top !important;
|
43 |
}
|
facebook-button-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Facebook Button by BestWebSoft
|
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -29,7 +29,7 @@ License: GPLv2 or later
|
|
29 |
if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
|
30 |
function fcbkbttn_add_pages() {
|
31 |
bws_add_general_menu( plugin_basename( __FILE__ ) );
|
32 |
-
add_submenu_page( 'bws_plugins', 'Facebook Button
|
33 |
}
|
34 |
}
|
35 |
/* end fcbkbttn_add_pages ##*/
|
@@ -231,7 +231,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
231 |
<!-- general -->
|
232 |
<div class="wrap">
|
233 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
234 |
-
<h2
|
235 |
<h2 class="nav-tab-wrapper">
|
236 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php"><?php _e( 'Settings', 'facebook' ); ?></a>
|
237 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=extra"><?php _e( 'Extra settings', 'facebook' ); ?></a>
|
@@ -246,68 +246,65 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
246 |
<form method="post" action="" enctype="multipart/form-data" id="fcbkbttn_settings_form" class="bws_settings_form">
|
247 |
<table class="form-table">
|
248 |
<tr valign="top">
|
249 |
-
<th scope="row"><?php _e(
|
250 |
<td>
|
251 |
<input name='fcbkbttn_link' type='text' value='<?php echo $fcbkbttn_options['link']; ?>' />
|
252 |
</td>
|
253 |
</tr>
|
254 |
<tr valign="top">
|
255 |
-
<th scope="row"><?php _e(
|
256 |
<td>
|
257 |
<label><input name='fcbkbttn_my_page' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['my_page'] ) echo 'checked="checked "'; ?>/> <?php _e( "My Page", 'facebook' ); ?></label><br />
|
258 |
<label><input name='fcbkbttn_like' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['like'] ) echo 'checked="checked "'; ?>/> <?php _e( "Like", 'facebook' ); ?></label><br />
|
259 |
<label><input name='fcbkbttn_share' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['share'] ) echo 'checked="checked "'; ?>/> <?php _e( "Share", 'facebook' ); ?></label>
|
260 |
</td>
|
261 |
</tr>
|
262 |
-
<tr
|
263 |
<th>
|
264 |
-
<?php _e( "
|
265 |
</th>
|
266 |
<td>
|
267 |
<?php if ( scandir( $upload_dir['basedir'] ) && is_writable( $upload_dir['basedir'] ) ) { ?>
|
268 |
-
<select name="fcbkbttn_display_option"
|
269 |
-
<option <?php if ( 'standard' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="standard"><?php _e(
|
270 |
-
<option <?php if ( 'custom' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="custom"><?php _e(
|
271 |
</select>
|
272 |
<?php } else {
|
273 |
-
echo __(
|
274 |
} ?>
|
275 |
</td>
|
276 |
</tr>
|
277 |
-
<tr
|
278 |
-
<th>
|
279 |
-
<?php _e( "Current image:", 'facebook' ); ?>
|
280 |
-
</th>
|
281 |
<td>
|
282 |
-
|
|
|
283 |
</td>
|
284 |
-
</tr>
|
285 |
-
<tr id="fcbkbttn_display_option_custom" <?php if (
|
286 |
-
<th
|
287 |
-
<?php _e( "Facebook image:", 'facebook' ); ?>
|
288 |
-
</th>
|
289 |
<td>
|
290 |
<input name="uploadfile" type="file" /><br />
|
291 |
-
<span
|
292 |
</td>
|
293 |
</tr>
|
294 |
<tr>
|
295 |
<th>
|
296 |
-
<?php _e(
|
297 |
</th>
|
298 |
<td>
|
299 |
-
<select name="fcbkbttn_where"
|
300 |
<option <?php if ( 'before' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="before"><?php _e( "Before", 'facebook' ); ?></option>
|
301 |
<option <?php if ( 'after' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="after"><?php _e( "After", 'facebook' ); ?></option>
|
302 |
<option <?php if ( 'beforeandafter' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="beforeandafter"><?php _e( "Before and After", 'facebook' ); ?></option>
|
303 |
<option <?php if ( 'shortcode' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="shortcode"><?php _e( "Shortcode", 'facebook' ); ?></option>
|
304 |
</select>
|
305 |
-
<span id="
|
306 |
</td>
|
307 |
</tr>
|
308 |
<tr>
|
309 |
<th>
|
310 |
-
<?php _e( "Facebook
|
311 |
</th>
|
312 |
<td>
|
313 |
<select name="fcbkbttn_locale">
|
@@ -318,15 +315,15 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
318 |
echo '>' . esc_html ( $val ) . '</option>';
|
319 |
} ?>
|
320 |
</select>
|
321 |
-
<span
|
322 |
</td>
|
323 |
</tr>
|
324 |
<tr valign="top">
|
325 |
-
<th scope="row"><?php _e(
|
326 |
<td>
|
327 |
<label><input name='fcbkbttn_html5' type='radio' value='0' <?php if ( 0 == $fcbkbttn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><fb:like></code>"; ?></label><br />
|
328 |
<label><input name='fcbkbttn_html5' type='radio' value='1' <?php if ( 1 == $fcbkbttn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><div></code>"; ?></label>
|
329 |
-
<span
|
330 |
</td>
|
331 |
</tr>
|
332 |
</table>
|
@@ -337,7 +334,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
337 |
<table class="form-table bws_pro_version">
|
338 |
<tr valign="top">
|
339 |
<th><?php _e( '"Like" for an entire site on every page:', 'facebook' ); ?></th>
|
340 |
-
<td><input disabled="disabled" name='
|
341 |
<span style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php _e( 'Notice: "Like for the entire site" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular "Like" button.', 'facebook' ); ?></span>
|
342 |
</td>
|
343 |
</tr>
|
@@ -609,7 +606,7 @@ if ( ! function_exists ( 'fcbkbttn_plugin_banner' ) ) {
|
|
609 |
global $hook_suffix;
|
610 |
if ( 'plugins.php' == $hook_suffix ) {
|
611 |
global $fcbkbttn_plugin_info;
|
612 |
-
bws_plugin_banner( $fcbkbttn_plugin_info, 'fcbkbttn', 'facebook-like-button', '45862a4b3cd7a03768666310fbdb19db', '78', '
|
613 |
}
|
614 |
}
|
615 |
}
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.39
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
29 |
if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
|
30 |
function fcbkbttn_add_pages() {
|
31 |
bws_add_general_menu( plugin_basename( __FILE__ ) );
|
32 |
+
add_submenu_page( 'bws_plugins', __( 'Facebook Button Settings', 'facebook' ), 'Facebook Button', 'manage_options', 'facebook-button-plugin.php', 'fcbkbttn_settings_page' );
|
33 |
}
|
34 |
}
|
35 |
/* end fcbkbttn_add_pages ##*/
|
231 |
<!-- general -->
|
232 |
<div class="wrap">
|
233 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
234 |
+
<h2><?php _e( 'Facebook Button Settings', 'facebook' ); ?></h2>
|
235 |
<h2 class="nav-tab-wrapper">
|
236 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php"><?php _e( 'Settings', 'facebook' ); ?></a>
|
237 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=extra"><?php _e( 'Extra settings', 'facebook' ); ?></a>
|
246 |
<form method="post" action="" enctype="multipart/form-data" id="fcbkbttn_settings_form" class="bws_settings_form">
|
247 |
<table class="form-table">
|
248 |
<tr valign="top">
|
249 |
+
<th scope="row"><?php _e( 'Your Facebook ID or username', 'facebook' ); ?></th>
|
250 |
<td>
|
251 |
<input name='fcbkbttn_link' type='text' value='<?php echo $fcbkbttn_options['link']; ?>' />
|
252 |
</td>
|
253 |
</tr>
|
254 |
<tr valign="top">
|
255 |
+
<th scope="row"><?php _e( 'Display button', 'facebook' ); ?></th>
|
256 |
<td>
|
257 |
<label><input name='fcbkbttn_my_page' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['my_page'] ) echo 'checked="checked "'; ?>/> <?php _e( "My Page", 'facebook' ); ?></label><br />
|
258 |
<label><input name='fcbkbttn_like' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['like'] ) echo 'checked="checked "'; ?>/> <?php _e( "Like", 'facebook' ); ?></label><br />
|
259 |
<label><input name='fcbkbttn_share' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['share'] ) echo 'checked="checked "'; ?>/> <?php _e( "Share", 'facebook' ); ?></label>
|
260 |
</td>
|
261 |
</tr>
|
262 |
+
<tr class="fcbkbttn_my_page" <?php if ( 1 != $fcbkbttn_options['my_page'] ) echo 'style="display:none"'; ?>>
|
263 |
<th>
|
264 |
+
<?php _e( '"My page" button image', 'facebook' ); ?>
|
265 |
</th>
|
266 |
<td>
|
267 |
<?php if ( scandir( $upload_dir['basedir'] ) && is_writable( $upload_dir['basedir'] ) ) { ?>
|
268 |
+
<select name="fcbkbttn_display_option">
|
269 |
+
<option <?php if ( 'standard' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="standard"><?php _e( 'Standard Facebook image', 'facebook' ); ?></option>
|
270 |
+
<option <?php if ( 'custom' == $fcbkbttn_options['display_option'] ) echo 'selected="selected"'; ?> value="custom"><?php _e( 'Custom Facebook image', 'facebook' ); ?></option>
|
271 |
</select>
|
272 |
<?php } else {
|
273 |
+
echo __( 'To use custom image you need to setup permissions to upload directory of your site', 'facebook' ) . " - " . $upload_dir['basedir'];
|
274 |
} ?>
|
275 |
</td>
|
276 |
</tr>
|
277 |
+
<tr class="fcbkbttn_my_page" <?php if ( 1 != $fcbkbttn_options['my_page'] ) echo 'style="display:none"'; ?>>
|
278 |
+
<th></th>
|
|
|
|
|
279 |
<td>
|
280 |
+
<?php _e( 'Current image', 'facebook' ); ?>:
|
281 |
+
<img src="<?php echo $fcbkbttn_options['fb_img_link']; ?>" style="vertical-align: middle;" />
|
282 |
</td>
|
283 |
+
</tr>
|
284 |
+
<tr class="fcbkbttn_my_page" id="fcbkbttn_display_option_custom" <?php if ( ! ( 1 == $fcbkbttn_options['my_page'] && 'custom' == $fcbkbttn_options['display_option'] ) ) echo 'style="display:none"'; ?>>
|
285 |
+
<th></th>
|
|
|
|
|
286 |
<td>
|
287 |
<input name="uploadfile" type="file" /><br />
|
288 |
+
<span class="bws_info"><?php _e( 'Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg", "png".', 'facebook' ); ?></span>
|
289 |
</td>
|
290 |
</tr>
|
291 |
<tr>
|
292 |
<th>
|
293 |
+
<?php _e( 'Facebook buttons position', 'facebook' ); ?>
|
294 |
</th>
|
295 |
<td>
|
296 |
+
<select name="fcbkbttn_where">
|
297 |
<option <?php if ( 'before' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="before"><?php _e( "Before", 'facebook' ); ?></option>
|
298 |
<option <?php if ( 'after' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="after"><?php _e( "After", 'facebook' ); ?></option>
|
299 |
<option <?php if ( 'beforeandafter' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="beforeandafter"><?php _e( "Before and After", 'facebook' ); ?></option>
|
300 |
<option <?php if ( 'shortcode' == $fcbkbttn_options['where'] ) echo 'selected="selected"'; ?> value="shortcode"><?php _e( "Shortcode", 'facebook' ); ?></option>
|
301 |
</select>
|
302 |
+
<span id="fcbkbttn_shortcode" class="bws_info" <?php if ( $fcbkbttn_options['where'] != 'shortcode' ) echo 'style="display:none"'; ?> ><?php _e( "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:", 'facebook' ); ?> [fb_button].</span>
|
303 |
</td>
|
304 |
</tr>
|
305 |
<tr>
|
306 |
<th>
|
307 |
+
<?php _e( "Facebook buttons language", 'facebook' ); ?>
|
308 |
</th>
|
309 |
<td>
|
310 |
<select name="fcbkbttn_locale">
|
315 |
echo '>' . esc_html ( $val ) . '</option>';
|
316 |
} ?>
|
317 |
</select>
|
318 |
+
<span class="bws_info"><?php _e( 'Change the language of Facebook Like Button', 'facebook' ); ?></span>
|
319 |
</td>
|
320 |
</tr>
|
321 |
<tr valign="top">
|
322 |
+
<th scope="row"><?php _e( 'Html tag for "Like" button', 'facebook' ); ?></th>
|
323 |
<td>
|
324 |
<label><input name='fcbkbttn_html5' type='radio' value='0' <?php if ( 0 == $fcbkbttn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><fb:like></code>"; ?></label><br />
|
325 |
<label><input name='fcbkbttn_html5' type='radio' value='1' <?php if ( 1 == $fcbkbttn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><div></code>"; ?></label>
|
326 |
+
<span class="bws_info">(<?php _e( "Use this tag to improve validation of your site", 'facebook' ); ?>)</span>
|
327 |
</td>
|
328 |
</tr>
|
329 |
</table>
|
334 |
<table class="form-table bws_pro_version">
|
335 |
<tr valign="top">
|
336 |
<th><?php _e( '"Like" for an entire site on every page:', 'facebook' ); ?></th>
|
337 |
+
<td><input disabled="disabled" name='fcbkbttn_entire_site_like' type='checkbox' value='1' /><br />
|
338 |
<span style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php _e( 'Notice: "Like for the entire site" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular "Like" button.', 'facebook' ); ?></span>
|
339 |
</td>
|
340 |
</tr>
|
606 |
global $hook_suffix;
|
607 |
if ( 'plugins.php' == $hook_suffix ) {
|
608 |
global $fcbkbttn_plugin_info;
|
609 |
+
bws_plugin_banner( $fcbkbttn_plugin_info, 'fcbkbttn', 'facebook-like-button', '45862a4b3cd7a03768666310fbdb19db', '78', '//ps.w.org/facebook-button-plugin/assets/icon-128x128.png' );
|
610 |
}
|
611 |
}
|
612 |
}
|
js/script.js
CHANGED
@@ -10,5 +10,29 @@
|
|
10 |
$( '.updated.fade' ).css( 'display', 'none' );
|
11 |
$( '#fcbkbttn_settings_notice' ).css( 'display', 'block' );
|
12 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
});
|
14 |
})(jQuery);
|
10 |
$( '.updated.fade' ).css( 'display', 'none' );
|
11 |
$( '#fcbkbttn_settings_notice' ).css( 'display', 'block' );
|
12 |
});
|
13 |
+
|
14 |
+
$( 'input[name="fcbkbttn_my_page"]' ).change( function() {
|
15 |
+
if ( $( this ).is( ":checked" ) ) {
|
16 |
+
$( '.fcbkbttn_my_page' ).show();
|
17 |
+
} else {
|
18 |
+
$( '.fcbkbttn_my_page' ).hide();
|
19 |
+
}
|
20 |
+
});
|
21 |
+
|
22 |
+
$( 'select[name="fcbkbttn_where"]' ).change( function() {
|
23 |
+
if ( $( this ).val() == 'shortcode' ) {
|
24 |
+
$( '#fcbkbttn_shortcode' ).show();
|
25 |
+
} else {
|
26 |
+
$( '#fcbkbttn_shortcode' ).hide();
|
27 |
+
}
|
28 |
+
});
|
29 |
+
|
30 |
+
$( 'select[name="fcbkbttn_display_option"]' ).change( function() {
|
31 |
+
if ( $( this ).val() == 'custom' ) {
|
32 |
+
$( '#fcbkbttn_display_option_custom' ).show();
|
33 |
+
} else {
|
34 |
+
$( '#fcbkbttn_display_option_custom' ).hide();
|
35 |
+
}
|
36 |
+
});
|
37 |
});
|
38 |
})(jQuery);
|
languages/facebook-fi_FI.mo
CHANGED
Binary file
|
languages/facebook-fi_FI.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\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: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
|
9 |
"Language: fi_FI\n"
|
@@ -19,11 +19,8 @@ msgstr ""
|
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
#: facebook-button-plugin.php:234
|
22 |
-
|
23 |
-
|
24 |
-
#: facebook-button-plugin.php:598
|
25 |
-
msgid "Settings"
|
26 |
-
msgstr "Asetukset"
|
27 |
|
28 |
#: facebook-button-plugin.php:162
|
29 |
msgid "Settings saved"
|
@@ -53,12 +50,18 @@ msgstr "Virhe: tarkista kuvan leveys tai korkeus"
|
|
53 |
msgid "Uploading Error: check image properties"
|
54 |
msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
#: facebook-button-plugin.php:237
|
57 |
msgid "Extra settings"
|
58 |
msgstr "Lisää asetuksia"
|
59 |
|
60 |
#: facebook-button-plugin.php:238
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "FAQ"
|
63 |
msgstr "FAQ"
|
64 |
|
@@ -75,11 +78,13 @@ msgid "The plugin's settings have been changed. In order to save them please don
|
|
75 |
msgstr "Lisäosan asetukset ovat muuttuneet: Mikäli haluat säilyttää uudet asetukset muista klikata Tallenna Asetukset nappia."
|
76 |
|
77 |
#: facebook-button-plugin.php:249
|
78 |
-
|
|
|
79 |
msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
|
80 |
|
81 |
#: facebook-button-plugin.php:255
|
82 |
-
|
|
|
83 |
msgstr "Näytä nappi:"
|
84 |
|
85 |
#: facebook-button-plugin.php:257
|
@@ -95,8 +100,8 @@ msgid "Share"
|
|
95 |
msgstr "Jaa"
|
96 |
|
97 |
#: facebook-button-plugin.php:264
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
|
101 |
#: facebook-button-plugin.php:269
|
102 |
msgid "Standard Facebook image"
|
@@ -110,113 +115,116 @@ msgstr "Mukautettu Fecabook kuva"
|
|
110 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
111 |
msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
-
|
|
|
115 |
msgstr "Nykyinen kuva:"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
-
msgid "Facebook image:"
|
119 |
-
msgstr "Facebook kuva:"
|
120 |
-
|
121 |
-
#: facebook-button-plugin.php:291
|
122 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
123 |
msgstr "Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; kuvan tyypit:\"jpg\", \"jpeg\", \"png\"."
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
-
|
|
|
127 |
msgstr "Facebook napin paikka:"
|
128 |
|
129 |
-
#: facebook-button-plugin.php:
|
130 |
msgid "Before"
|
131 |
msgstr "Ennen"
|
132 |
|
133 |
-
#: facebook-button-plugin.php:
|
134 |
msgid "After"
|
135 |
msgstr "Jälkeen"
|
136 |
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
msgid "Before and After"
|
139 |
msgstr "Ennen ja Jälkeen"
|
140 |
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "Shortcode"
|
143 |
msgstr "Lyhytkoodi"
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
147 |
msgstr "Mikäli haluat lisätä Facebook napin sivullesi, kopioi ja liitä tämä lyhytkoodi artikkeliisi tai sivullesi:"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
-
|
|
|
151 |
msgstr "Facebook Napin kieli:"
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "Change the language of Facebook Like Button"
|
155 |
msgstr "Vaihda Facebook napin kieli"
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
-
|
|
|
159 |
msgstr "HTML tagi Tykkää Napille:"
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
msgid "Use this tag to improve validation of your site"
|
163 |
msgstr "Käytä tätä tagia parantamaan sivusi näkyvyyttä"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
msgid "\"Like\" for an entire site on every page:"
|
167 |
msgstr "\"Like\" koko sivustolle ja kaikille sivuille:"
|
168 |
|
169 |
-
#: facebook-button-plugin.php:
|
170 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
171 |
msgstr "Huomautus: \"Tykkää koko sivustosta\" tämä valinta ei tee ylimääräistä nappia. Tämä valinnan avulla käyttäjät tykkäävät koko sivustosta. Mikäli ei ole valittu, niin käyttäjä tykkää vain yhdestä sivusta klikatessaan \"Tykkää\" nappia."
|
172 |
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
176 |
msgstr "Mikäli päivität Pro versioon, kaikki asetuksesi tallennetaan."
|
177 |
|
178 |
-
#: facebook-button-plugin.php:
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
msgid "Unlock premium options by upgrading to a PRO version."
|
181 |
msgstr "Ota käyttöön premium valinnat päivittämällä PRO versioon."
|
182 |
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
-
#: facebook-button-plugin.php:
|
185 |
msgid "Learn More"
|
186 |
msgstr "Lue Lisää"
|
187 |
|
188 |
-
#: facebook-button-plugin.php:
|
189 |
-
#: facebook-button-plugin.php:
|
190 |
msgid "Go"
|
191 |
msgstr "Mene"
|
192 |
|
193 |
-
#: facebook-button-plugin.php:
|
194 |
-
#: facebook-button-plugin.php:
|
195 |
msgid "Save Changes"
|
196 |
msgstr "Tallenna muutokset"
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
200 |
msgstr "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook nappi näytetään:"
|
201 |
|
202 |
-
#: facebook-button-plugin.php:
|
203 |
msgid "Show URL for pages"
|
204 |
msgstr "Näytä URL sivuilla"
|
205 |
|
206 |
-
#: facebook-button-plugin.php:
|
207 |
msgid "Example of the site's pages tree"
|
208 |
msgstr "Esimerkki sivuston sivuhakemistosta"
|
209 |
|
210 |
-
#: facebook-button-plugin.php:
|
211 |
msgid "Example of site pages' tree"
|
212 |
msgstr "Esimerkki sivun sivuhakemistosta"
|
213 |
|
214 |
-
#: facebook-button-plugin.php:
|
215 |
msgid "Support"
|
216 |
msgstr "Tuki"
|
217 |
|
218 |
-
#~ msgid "
|
219 |
-
#~ msgstr "
|
|
|
|
|
|
|
220 |
|
221 |
#~ msgid "Facebook Button"
|
222 |
#~ msgstr "Facebook Nappi"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-18 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-18 12:22+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
|
9 |
"Language: fi_FI\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
#: facebook-button-plugin.php:234
|
22 |
+
msgid "Facebook Button Settings"
|
23 |
+
msgstr "Facebook Napin asetukset"
|
|
|
|
|
|
|
24 |
|
25 |
#: facebook-button-plugin.php:162
|
26 |
msgid "Settings saved"
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
|
52 |
|
53 |
+
#: facebook-button-plugin.php:236
|
54 |
+
#: facebook-button-plugin.php:581
|
55 |
+
#: facebook-button-plugin.php:595
|
56 |
+
msgid "Settings"
|
57 |
+
msgstr "Asetukset"
|
58 |
+
|
59 |
#: facebook-button-plugin.php:237
|
60 |
msgid "Extra settings"
|
61 |
msgstr "Lisää asetuksia"
|
62 |
|
63 |
#: facebook-button-plugin.php:238
|
64 |
+
#: facebook-button-plugin.php:596
|
65 |
msgid "FAQ"
|
66 |
msgstr "FAQ"
|
67 |
|
78 |
msgstr "Lisäosan asetukset ovat muuttuneet: Mikäli haluat säilyttää uudet asetukset muista klikata Tallenna Asetukset nappia."
|
79 |
|
80 |
#: facebook-button-plugin.php:249
|
81 |
+
#, fuzzy
|
82 |
+
msgid "Your Facebook ID or username"
|
83 |
msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
|
84 |
|
85 |
#: facebook-button-plugin.php:255
|
86 |
+
#, fuzzy
|
87 |
+
msgid "Display button"
|
88 |
msgstr "Näytä nappi:"
|
89 |
|
90 |
#: facebook-button-plugin.php:257
|
100 |
msgstr "Jaa"
|
101 |
|
102 |
#: facebook-button-plugin.php:264
|
103 |
+
msgid "\"My page\" button image"
|
104 |
+
msgstr ""
|
105 |
|
106 |
#: facebook-button-plugin.php:269
|
107 |
msgid "Standard Facebook image"
|
115 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
116 |
msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:280
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Current image"
|
121 |
msgstr "Nykyinen kuva:"
|
122 |
|
123 |
+
#: facebook-button-plugin.php:288
|
|
|
|
|
|
|
|
|
124 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
125 |
msgstr "Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; kuvan tyypit:\"jpg\", \"jpeg\", \"png\"."
|
126 |
|
127 |
+
#: facebook-button-plugin.php:293
|
128 |
+
#, fuzzy
|
129 |
+
msgid "Facebook buttons position"
|
130 |
msgstr "Facebook napin paikka:"
|
131 |
|
132 |
+
#: facebook-button-plugin.php:297
|
133 |
msgid "Before"
|
134 |
msgstr "Ennen"
|
135 |
|
136 |
+
#: facebook-button-plugin.php:298
|
137 |
msgid "After"
|
138 |
msgstr "Jälkeen"
|
139 |
|
140 |
+
#: facebook-button-plugin.php:299
|
141 |
msgid "Before and After"
|
142 |
msgstr "Ennen ja Jälkeen"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:300
|
145 |
msgid "Shortcode"
|
146 |
msgstr "Lyhytkoodi"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:302
|
149 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
150 |
msgstr "Mikäli haluat lisätä Facebook napin sivullesi, kopioi ja liitä tämä lyhytkoodi artikkeliisi tai sivullesi:"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:307
|
153 |
+
#, fuzzy
|
154 |
+
msgid "Facebook buttons language"
|
155 |
msgstr "Facebook Napin kieli:"
|
156 |
|
157 |
+
#: facebook-button-plugin.php:318
|
158 |
msgid "Change the language of Facebook Like Button"
|
159 |
msgstr "Vaihda Facebook napin kieli"
|
160 |
|
161 |
+
#: facebook-button-plugin.php:322
|
162 |
+
#, fuzzy
|
163 |
+
msgid "Html tag for \"Like\" button"
|
164 |
msgstr "HTML tagi Tykkää Napille:"
|
165 |
|
166 |
+
#: facebook-button-plugin.php:326
|
167 |
msgid "Use this tag to improve validation of your site"
|
168 |
msgstr "Käytä tätä tagia parantamaan sivusi näkyvyyttä"
|
169 |
|
170 |
+
#: facebook-button-plugin.php:336
|
171 |
msgid "\"Like\" for an entire site on every page:"
|
172 |
msgstr "\"Like\" koko sivustolle ja kaikille sivuille:"
|
173 |
|
174 |
+
#: facebook-button-plugin.php:338
|
175 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
176 |
msgstr "Huomautus: \"Tykkää koko sivustosta\" tämä valinta ei tee ylimääräistä nappia. Tämä valinnan avulla käyttäjät tykkäävät koko sivustosta. Mikäli ei ole valittu, niin käyttäjä tykkää vain yhdestä sivusta klikatessaan \"Tykkää\" nappia."
|
177 |
|
178 |
+
#: facebook-button-plugin.php:343
|
179 |
+
#: facebook-button-plugin.php:398
|
180 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
181 |
msgstr "Mikäli päivität Pro versioon, kaikki asetuksesi tallennetaan."
|
182 |
|
183 |
+
#: facebook-button-plugin.php:350
|
184 |
+
#: facebook-button-plugin.php:405
|
185 |
msgid "Unlock premium options by upgrading to a PRO version."
|
186 |
msgstr "Ota käyttöön premium valinnat päivittämällä PRO versioon."
|
187 |
|
188 |
+
#: facebook-button-plugin.php:351
|
189 |
+
#: facebook-button-plugin.php:406
|
190 |
msgid "Learn More"
|
191 |
msgstr "Lue Lisää"
|
192 |
|
193 |
+
#: facebook-button-plugin.php:354
|
194 |
+
#: facebook-button-plugin.php:409
|
195 |
msgid "Go"
|
196 |
msgstr "Mene"
|
197 |
|
198 |
+
#: facebook-button-plugin.php:362
|
199 |
+
#: facebook-button-plugin.php:393
|
200 |
msgid "Save Changes"
|
201 |
msgstr "Tallenna muutokset"
|
202 |
|
203 |
+
#: facebook-button-plugin.php:375
|
204 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
205 |
msgstr "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook nappi näytetään:"
|
206 |
|
207 |
+
#: facebook-button-plugin.php:382
|
208 |
msgid "Show URL for pages"
|
209 |
msgstr "Näytä URL sivuilla"
|
210 |
|
211 |
+
#: facebook-button-plugin.php:388
|
212 |
msgid "Example of the site's pages tree"
|
213 |
msgstr "Esimerkki sivuston sivuhakemistosta"
|
214 |
|
215 |
+
#: facebook-button-plugin.php:388
|
216 |
msgid "Example of site pages' tree"
|
217 |
msgstr "Esimerkki sivun sivuhakemistosta"
|
218 |
|
219 |
+
#: facebook-button-plugin.php:597
|
220 |
msgid "Support"
|
221 |
msgstr "Tuki"
|
222 |
|
223 |
+
#~ msgid "Choose display settings:"
|
224 |
+
#~ msgstr "Valitse näyttö asetukset:"
|
225 |
+
|
226 |
+
#~ msgid "Facebook image:"
|
227 |
+
#~ msgstr "Facebook kuva:"
|
228 |
|
229 |
#~ msgid "Facebook Button"
|
230 |
#~ msgstr "Facebook Nappi"
|
languages/facebook-fr_FR.mo
CHANGED
Binary file
|
languages/facebook-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\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: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
@@ -19,11 +19,8 @@ msgstr ""
|
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
#: facebook-button-plugin.php:234
|
22 |
-
|
23 |
-
|
24 |
-
#: facebook-button-plugin.php:598
|
25 |
-
msgid "Settings"
|
26 |
-
msgstr "Réglages"
|
27 |
|
28 |
#: facebook-button-plugin.php:162
|
29 |
msgid "Settings saved"
|
@@ -53,13 +50,19 @@ msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
|
53 |
msgid "Uploading Error: check image properties"
|
54 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
#: facebook-button-plugin.php:237
|
57 |
#, fuzzy
|
58 |
msgid "Extra settings"
|
59 |
msgstr "Réglages"
|
60 |
|
61 |
#: facebook-button-plugin.php:238
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
msgid "FAQ"
|
64 |
msgstr "FAQ"
|
65 |
|
@@ -77,11 +80,12 @@ msgstr ""
|
|
77 |
|
78 |
#: facebook-button-plugin.php:249
|
79 |
#, fuzzy
|
80 |
-
msgid "Your Facebook ID or username
|
81 |
msgstr "Votre identifiant Facebook"
|
82 |
|
83 |
#: facebook-button-plugin.php:255
|
84 |
-
|
|
|
85 |
msgstr "Afficher le bouton"
|
86 |
|
87 |
#: facebook-button-plugin.php:257
|
@@ -97,8 +101,8 @@ msgid "Share"
|
|
97 |
msgstr ""
|
98 |
|
99 |
#: facebook-button-plugin.php:264
|
100 |
-
msgid "
|
101 |
-
msgstr "
|
102 |
|
103 |
#: facebook-button-plugin.php:269
|
104 |
msgid "Standard Facebook image"
|
@@ -112,113 +116,115 @@ msgstr "Image Facebook personnalisée"
|
|
112 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: facebook-button-plugin.php:
|
116 |
-
|
|
|
117 |
msgstr "Image actuelle"
|
118 |
|
119 |
-
#: facebook-button-plugin.php:
|
120 |
-
msgid "Facebook image:"
|
121 |
-
msgstr "Image Facebook"
|
122 |
-
|
123 |
-
#: facebook-button-plugin.php:291
|
124 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
125 |
msgstr "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : 32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
-
|
|
|
129 |
msgstr "Position du bouton Facebook"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Before"
|
133 |
msgstr "Avant"
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "After"
|
137 |
msgstr "Après"
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
msgid "Before and After"
|
141 |
msgstr "Avant et après"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
144 |
msgid "Shortcode"
|
145 |
msgstr "Shortcode"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
149 |
msgstr "Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-collez ce Shortcodedans votre page ou votre article"
|
150 |
|
151 |
-
#: facebook-button-plugin.php:
|
152 |
-
|
|
|
153 |
msgstr "Langue du bouton Facebook"
|
154 |
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
msgid "Change the language of Facebook Like Button"
|
157 |
msgstr "Changer la langue du bouton Facebook"
|
158 |
|
159 |
-
#: facebook-button-plugin.php:
|
160 |
-
msgid "Html tag for Like
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: facebook-button-plugin.php:
|
164 |
msgid "Use this tag to improve validation of your site"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: facebook-button-plugin.php:
|
168 |
msgid "\"Like\" for an entire site on every page:"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: facebook-button-plugin.php:
|
176 |
-
#: facebook-button-plugin.php:
|
177 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: facebook-button-plugin.php:
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "Unlock premium options by upgrading to a PRO version."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
-
#: facebook-button-plugin.php:
|
187 |
msgid "Learn More"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: facebook-button-plugin.php:
|
191 |
-
#: facebook-button-plugin.php:
|
192 |
msgid "Go"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: facebook-button-plugin.php:
|
196 |
-
#: facebook-button-plugin.php:
|
197 |
msgid "Save Changes"
|
198 |
msgstr "Sauvegarder les changements"
|
199 |
|
200 |
-
#: facebook-button-plugin.php:
|
201 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: facebook-button-plugin.php:
|
205 |
msgid "Show URL for pages"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: facebook-button-plugin.php:
|
209 |
msgid "Example of the site's pages tree"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: facebook-button-plugin.php:
|
213 |
msgid "Example of site pages' tree"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: facebook-button-plugin.php:
|
217 |
msgid "Support"
|
218 |
msgstr "Support"
|
219 |
|
220 |
-
#~ msgid "
|
221 |
-
#~ msgstr "
|
|
|
|
|
|
|
222 |
|
223 |
#~ msgid "Facebook Button"
|
224 |
#~ msgstr "Bouton Facebook"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-18 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-18 12:22+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:32
|
21 |
#: facebook-button-plugin.php:234
|
22 |
+
msgid "Facebook Button Settings"
|
23 |
+
msgstr "Réglages du bouton Facebook"
|
|
|
|
|
|
|
24 |
|
25 |
#: facebook-button-plugin.php:162
|
26 |
msgid "Settings saved"
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
52 |
|
53 |
+
#: facebook-button-plugin.php:236
|
54 |
+
#: facebook-button-plugin.php:581
|
55 |
+
#: facebook-button-plugin.php:595
|
56 |
+
msgid "Settings"
|
57 |
+
msgstr "Réglages"
|
58 |
+
|
59 |
#: facebook-button-plugin.php:237
|
60 |
#, fuzzy
|
61 |
msgid "Extra settings"
|
62 |
msgstr "Réglages"
|
63 |
|
64 |
#: facebook-button-plugin.php:238
|
65 |
+
#: facebook-button-plugin.php:596
|
66 |
msgid "FAQ"
|
67 |
msgstr "FAQ"
|
68 |
|
80 |
|
81 |
#: facebook-button-plugin.php:249
|
82 |
#, fuzzy
|
83 |
+
msgid "Your Facebook ID or username"
|
84 |
msgstr "Votre identifiant Facebook"
|
85 |
|
86 |
#: facebook-button-plugin.php:255
|
87 |
+
#, fuzzy
|
88 |
+
msgid "Display button"
|
89 |
msgstr "Afficher le bouton"
|
90 |
|
91 |
#: facebook-button-plugin.php:257
|
101 |
msgstr ""
|
102 |
|
103 |
#: facebook-button-plugin.php:264
|
104 |
+
msgid "\"My page\" button image"
|
105 |
+
msgstr ""
|
106 |
|
107 |
#: facebook-button-plugin.php:269
|
108 |
msgid "Standard Facebook image"
|
116 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: facebook-button-plugin.php:280
|
120 |
+
#, fuzzy
|
121 |
+
msgid "Current image"
|
122 |
msgstr "Image actuelle"
|
123 |
|
124 |
+
#: facebook-button-plugin.php:288
|
|
|
|
|
|
|
|
|
125 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
126 |
msgstr "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : 32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
127 |
|
128 |
+
#: facebook-button-plugin.php:293
|
129 |
+
#, fuzzy
|
130 |
+
msgid "Facebook buttons position"
|
131 |
msgstr "Position du bouton Facebook"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:297
|
134 |
msgid "Before"
|
135 |
msgstr "Avant"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:298
|
138 |
msgid "After"
|
139 |
msgstr "Après"
|
140 |
|
141 |
+
#: facebook-button-plugin.php:299
|
142 |
msgid "Before and After"
|
143 |
msgstr "Avant et après"
|
144 |
|
145 |
+
#: facebook-button-plugin.php:300
|
146 |
msgid "Shortcode"
|
147 |
msgstr "Shortcode"
|
148 |
|
149 |
+
#: facebook-button-plugin.php:302
|
150 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
151 |
msgstr "Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-collez ce Shortcodedans votre page ou votre article"
|
152 |
|
153 |
+
#: facebook-button-plugin.php:307
|
154 |
+
#, fuzzy
|
155 |
+
msgid "Facebook buttons language"
|
156 |
msgstr "Langue du bouton Facebook"
|
157 |
|
158 |
+
#: facebook-button-plugin.php:318
|
159 |
msgid "Change the language of Facebook Like Button"
|
160 |
msgstr "Changer la langue du bouton Facebook"
|
161 |
|
162 |
+
#: facebook-button-plugin.php:322
|
163 |
+
msgid "Html tag for \"Like\" button"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: facebook-button-plugin.php:326
|
167 |
msgid "Use this tag to improve validation of your site"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: facebook-button-plugin.php:336
|
171 |
msgid "\"Like\" for an entire site on every page:"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: facebook-button-plugin.php:338
|
175 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: facebook-button-plugin.php:343
|
179 |
+
#: facebook-button-plugin.php:398
|
180 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: facebook-button-plugin.php:350
|
184 |
+
#: facebook-button-plugin.php:405
|
185 |
msgid "Unlock premium options by upgrading to a PRO version."
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: facebook-button-plugin.php:351
|
189 |
+
#: facebook-button-plugin.php:406
|
190 |
msgid "Learn More"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: facebook-button-plugin.php:354
|
194 |
+
#: facebook-button-plugin.php:409
|
195 |
msgid "Go"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: facebook-button-plugin.php:362
|
199 |
+
#: facebook-button-plugin.php:393
|
200 |
msgid "Save Changes"
|
201 |
msgstr "Sauvegarder les changements"
|
202 |
|
203 |
+
#: facebook-button-plugin.php:375
|
204 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: facebook-button-plugin.php:382
|
208 |
msgid "Show URL for pages"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: facebook-button-plugin.php:388
|
212 |
msgid "Example of the site's pages tree"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: facebook-button-plugin.php:388
|
216 |
msgid "Example of site pages' tree"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: facebook-button-plugin.php:597
|
220 |
msgid "Support"
|
221 |
msgstr "Support"
|
222 |
|
223 |
+
#~ msgid "Choose display settings:"
|
224 |
+
#~ msgstr "Choisir les réglages d'affichage"
|
225 |
+
|
226 |
+
#~ msgid "Facebook image:"
|
227 |
+
#~ msgstr "Image Facebook"
|
228 |
|
229 |
#~ msgid "Facebook Button"
|
230 |
#~ msgstr "Bouton Facebook"
|
languages/facebook-id_ID.mo
CHANGED
Binary file
|
languages/facebook-id_ID.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,150 +16,153 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
-
|
22 |
-
|
23 |
-
#: facebook-button-plugin.php:588
|
24 |
-
msgid "Settings"
|
25 |
-
msgstr "Pengaturan"
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "Settings saved"
|
29 |
msgstr "Simpan Pengaturan"
|
30 |
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid "Error: File size > 32K"
|
33 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: Invalid file type"
|
37 |
msgstr "SALAH: Tipe data tidak benar"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Upload successful."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "Salah: gagal memindahkan data"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
54 |
|
55 |
#: facebook-button-plugin.php:236
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
#, fuzzy
|
57 |
msgid "Extra settings"
|
58 |
msgstr "Pengaturan"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "FAQ"
|
63 |
msgstr "SSS (Sık Sorulan Sorular)"
|
64 |
|
65 |
-
#: facebook-button-plugin.php:
|
66 |
msgid "Go PRO"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "Notice:"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
#, fuzzy
|
79 |
-
msgid "Your Facebook ID or username
|
80 |
msgstr " ID Facebook:"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
-
|
|
|
84 |
msgstr "Tampilan tombol:"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid "My Page"
|
88 |
msgstr "Halamanku"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
msgid "Like"
|
92 |
msgstr "Suka"
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
msgid "Share"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
-
msgid "
|
100 |
-
msgstr "
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "Standard Facebook image"
|
104 |
msgstr "Standar gambar Facebook "
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "Custom Facebook image"
|
108 |
msgstr "Kustom Gambar Facebook "
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
-
|
|
|
116 |
msgstr "Gambar tertentu:"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
-
msgid "Facebook image:"
|
120 |
-
msgstr "Gambar Facebook:"
|
121 |
-
|
122 |
-
#: facebook-button-plugin.php:289
|
123 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
124 |
msgstr "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
-
|
|
|
128 |
msgstr "Posisi Tombol Facebook"
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
msgid "Before"
|
132 |
msgstr "Sebelum"
|
133 |
|
134 |
-
#: facebook-button-plugin.php:
|
135 |
msgid "After"
|
136 |
msgstr "Setelah"
|
137 |
|
138 |
-
#: facebook-button-plugin.php:
|
139 |
msgid "Before and After"
|
140 |
msgstr "Sebelum dan Setelah"
|
141 |
|
142 |
-
#: facebook-button-plugin.php:
|
143 |
msgid "Shortcode"
|
144 |
msgstr "Kode Pendek"
|
145 |
|
146 |
-
#: facebook-button-plugin.php:
|
147 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
148 |
msgstr "Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin kode singkat kedalam posting atau page anda:"
|
149 |
|
150 |
-
#: facebook-button-plugin.php:
|
151 |
-
|
|
|
152 |
msgstr "Bahasa Facebook Button:"
|
153 |
|
154 |
-
#: facebook-button-plugin.php:
|
155 |
msgid "Change the language of Facebook Like Button"
|
156 |
msgstr "Ubah bahasa Facebook Like Button"
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
-
msgid "Html tag for Like
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
msgid "Use this tag to improve validation of your site"
|
164 |
msgstr ""
|
165 |
|
@@ -171,52 +174,56 @@ msgstr ""
|
|
171 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
#: facebook-button-plugin.php:398
|
|
|
|
|
|
|
|
|
|
|
176 |
msgid "Unlock premium options by upgrading to a PRO version."
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
-
#: facebook-button-plugin.php:
|
181 |
msgid "Learn More"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: facebook-button-plugin.php:
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
msgid "Go"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: facebook-button-plugin.php:
|
190 |
-
#: facebook-button-plugin.php:
|
191 |
msgid "Save Changes"
|
192 |
msgstr "Simpan Perubahan"
|
193 |
|
194 |
-
#: facebook-button-plugin.php:
|
195 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid "Show URL for pages"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: facebook-button-plugin.php:
|
203 |
msgid "Example of the site's pages tree"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: facebook-button-plugin.php:
|
207 |
msgid "Example of site pages' tree"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: facebook-button-plugin.php:
|
211 |
-
msgid "If you upgrade to Pro version all your settings will be saved."
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: facebook-button-plugin.php:591
|
215 |
msgid "Support"
|
216 |
msgstr "Dukungan"
|
217 |
|
218 |
-
#~ msgid "
|
219 |
-
#~ msgstr "
|
|
|
|
|
|
|
220 |
|
221 |
#~ msgid "Facebook Button"
|
222 |
#~ msgstr "Tombol Facebook"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-18 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-18 12:22+0300\n"
|
7 |
+
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:32
|
20 |
+
#: facebook-button-plugin.php:234
|
21 |
+
msgid "Facebook Button Settings"
|
22 |
+
msgstr "Pengaturan Facebook Button"
|
|
|
|
|
|
|
23 |
|
24 |
+
#: facebook-button-plugin.php:162
|
25 |
msgid "Settings saved"
|
26 |
msgstr "Simpan Pengaturan"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:189
|
29 |
msgid "Error: File size > 32K"
|
30 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
31 |
|
32 |
+
#: facebook-button-plugin.php:192
|
33 |
msgid "Error: Invalid file type"
|
34 |
msgstr "SALAH: Tipe data tidak benar"
|
35 |
|
36 |
+
#: facebook-button-plugin.php:198
|
37 |
msgid "Upload successful."
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: facebook-button-plugin.php:208
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Salah: gagal memindahkan data"
|
43 |
|
44 |
+
#: facebook-button-plugin.php:211
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
47 |
|
48 |
+
#: facebook-button-plugin.php:215
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
51 |
|
52 |
#: facebook-button-plugin.php:236
|
53 |
+
#: facebook-button-plugin.php:581
|
54 |
+
#: facebook-button-plugin.php:595
|
55 |
+
msgid "Settings"
|
56 |
+
msgstr "Pengaturan"
|
57 |
+
|
58 |
+
#: facebook-button-plugin.php:237
|
59 |
#, fuzzy
|
60 |
msgid "Extra settings"
|
61 |
msgstr "Pengaturan"
|
62 |
|
63 |
+
#: facebook-button-plugin.php:238
|
64 |
+
#: facebook-button-plugin.php:596
|
65 |
msgid "FAQ"
|
66 |
msgstr "SSS (Sık Sorulan Sorular)"
|
67 |
|
68 |
+
#: facebook-button-plugin.php:239
|
69 |
msgid "Go PRO"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: facebook-button-plugin.php:243
|
73 |
msgid "Notice:"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: facebook-button-plugin.php:243
|
77 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: facebook-button-plugin.php:249
|
81 |
#, fuzzy
|
82 |
+
msgid "Your Facebook ID or username"
|
83 |
msgstr " ID Facebook:"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:255
|
86 |
+
#, fuzzy
|
87 |
+
msgid "Display button"
|
88 |
msgstr "Tampilan tombol:"
|
89 |
|
90 |
+
#: facebook-button-plugin.php:257
|
91 |
msgid "My Page"
|
92 |
msgstr "Halamanku"
|
93 |
|
94 |
+
#: facebook-button-plugin.php:258
|
95 |
msgid "Like"
|
96 |
msgstr "Suka"
|
97 |
|
98 |
+
#: facebook-button-plugin.php:259
|
99 |
msgid "Share"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: facebook-button-plugin.php:264
|
103 |
+
msgid "\"My page\" button image"
|
104 |
+
msgstr ""
|
105 |
|
106 |
+
#: facebook-button-plugin.php:269
|
107 |
msgid "Standard Facebook image"
|
108 |
msgstr "Standar gambar Facebook "
|
109 |
|
110 |
+
#: facebook-button-plugin.php:270
|
111 |
msgid "Custom Facebook image"
|
112 |
msgstr "Kustom Gambar Facebook "
|
113 |
|
114 |
+
#: facebook-button-plugin.php:273
|
115 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: facebook-button-plugin.php:280
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Current image"
|
121 |
msgstr "Gambar tertentu:"
|
122 |
|
123 |
+
#: facebook-button-plugin.php:288
|
|
|
|
|
|
|
|
|
124 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
125 |
msgstr "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
126 |
|
127 |
+
#: facebook-button-plugin.php:293
|
128 |
+
#, fuzzy
|
129 |
+
msgid "Facebook buttons position"
|
130 |
msgstr "Posisi Tombol Facebook"
|
131 |
|
132 |
+
#: facebook-button-plugin.php:297
|
133 |
msgid "Before"
|
134 |
msgstr "Sebelum"
|
135 |
|
136 |
+
#: facebook-button-plugin.php:298
|
137 |
msgid "After"
|
138 |
msgstr "Setelah"
|
139 |
|
140 |
+
#: facebook-button-plugin.php:299
|
141 |
msgid "Before and After"
|
142 |
msgstr "Sebelum dan Setelah"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:300
|
145 |
msgid "Shortcode"
|
146 |
msgstr "Kode Pendek"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:302
|
149 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
150 |
msgstr "Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin kode singkat kedalam posting atau page anda:"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:307
|
153 |
+
#, fuzzy
|
154 |
+
msgid "Facebook buttons language"
|
155 |
msgstr "Bahasa Facebook Button:"
|
156 |
|
157 |
+
#: facebook-button-plugin.php:318
|
158 |
msgid "Change the language of Facebook Like Button"
|
159 |
msgstr "Ubah bahasa Facebook Like Button"
|
160 |
|
161 |
+
#: facebook-button-plugin.php:322
|
162 |
+
msgid "Html tag for \"Like\" button"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: facebook-button-plugin.php:326
|
166 |
msgid "Use this tag to improve validation of your site"
|
167 |
msgstr ""
|
168 |
|
174 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: facebook-button-plugin.php:343
|
178 |
#: facebook-button-plugin.php:398
|
179 |
+
msgid "If you upgrade to Pro version all your settings will be saved."
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: facebook-button-plugin.php:350
|
183 |
+
#: facebook-button-plugin.php:405
|
184 |
msgid "Unlock premium options by upgrading to a PRO version."
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: facebook-button-plugin.php:351
|
188 |
+
#: facebook-button-plugin.php:406
|
189 |
msgid "Learn More"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: facebook-button-plugin.php:354
|
193 |
+
#: facebook-button-plugin.php:409
|
194 |
msgid "Go"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: facebook-button-plugin.php:362
|
198 |
+
#: facebook-button-plugin.php:393
|
199 |
msgid "Save Changes"
|
200 |
msgstr "Simpan Perubahan"
|
201 |
|
202 |
+
#: facebook-button-plugin.php:375
|
203 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: facebook-button-plugin.php:382
|
207 |
msgid "Show URL for pages"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: facebook-button-plugin.php:388
|
211 |
msgid "Example of the site's pages tree"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: facebook-button-plugin.php:388
|
215 |
msgid "Example of site pages' tree"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: facebook-button-plugin.php:597
|
|
|
|
|
|
|
|
|
219 |
msgid "Support"
|
220 |
msgstr "Dukungan"
|
221 |
|
222 |
+
#~ msgid "Choose display settings:"
|
223 |
+
#~ msgstr "Ubah pengaturan tampilan"
|
224 |
+
|
225 |
+
#~ msgid "Facebook image:"
|
226 |
+
#~ msgstr "Gambar Facebook:"
|
227 |
|
228 |
#~ msgid "Facebook Button"
|
229 |
#~ msgstr "Tombol Facebook"
|
languages/facebook-ru_RU.mo
CHANGED
Binary file
|
languages/facebook-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\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 <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,206 +16,208 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
-
|
22 |
-
|
23 |
-
#: facebook-button-plugin.php:575
|
24 |
-
msgid "Settings"
|
25 |
-
msgstr "Настройки"
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "Settings saved"
|
29 |
msgstr "Настройки сохранены"
|
30 |
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid "Error: File size > 32K"
|
33 |
msgstr "Ошибка: Размер файла больше 32К"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: Invalid file type"
|
37 |
msgstr "Ошибка: Некорректный тип файла"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Upload successful."
|
41 |
msgstr "Загрузка прошла удачно."
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
msgid "Extra settings"
|
57 |
msgstr "Дополнительные настройки"
|
58 |
|
59 |
-
#: facebook-button-plugin.php:
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "FAQ"
|
62 |
msgstr "FAQ"
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "Go PRO"
|
66 |
msgstr "Перейти на PRO версию"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "Notice:"
|
70 |
msgstr "Внимание:"
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
74 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
75 |
|
76 |
-
#: facebook-button-plugin.php:
|
77 |
-
msgid "Your Facebook ID or username
|
78 |
-
msgstr "Ваш Facebook ID или имя
|
79 |
|
80 |
-
#: facebook-button-plugin.php:
|
81 |
-
msgid "Display button
|
82 |
-
msgstr "Отображение
|
83 |
|
84 |
-
#: facebook-button-plugin.php:
|
85 |
msgid "My Page"
|
86 |
msgstr "My Page"
|
87 |
|
88 |
-
#: facebook-button-plugin.php:
|
89 |
msgid "Like"
|
90 |
msgstr "Like"
|
91 |
|
92 |
-
#: facebook-button-plugin.php:
|
93 |
msgid "Share"
|
94 |
msgstr "Share"
|
95 |
|
96 |
-
#: facebook-button-plugin.php:259
|
97 |
-
msgid "Choose display settings:"
|
98 |
-
msgstr "Выбор опций отображения:"
|
99 |
-
|
100 |
#: facebook-button-plugin.php:264
|
|
|
|
|
|
|
|
|
101 |
msgid "Standard Facebook image"
|
102 |
msgstr "Стандартная картинка Facebook"
|
103 |
|
104 |
-
#: facebook-button-plugin.php:
|
105 |
msgid "Custom Facebook image"
|
106 |
msgstr "Пользовательская картинка Facebook"
|
107 |
|
108 |
-
#: facebook-button-plugin.php:
|
109 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
110 |
msgstr "Для использования кастомного изображения Вам нужно выдать права доступа на папку загрузок на вашем сайте"
|
111 |
|
112 |
-
#: facebook-button-plugin.php:
|
113 |
-
msgid "Current image
|
114 |
-
msgstr "Текущее
|
115 |
-
|
116 |
-
#: facebook-button-plugin.php:282
|
117 |
-
msgid "Facebook image:"
|
118 |
-
msgstr "Facebook изображение:"
|
119 |
|
120 |
-
#: facebook-button-plugin.php:
|
121 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
122 |
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
123 |
|
124 |
-
#: facebook-button-plugin.php:
|
125 |
-
msgid "Facebook
|
126 |
-
msgstr "Позиции Facebook
|
127 |
|
128 |
-
#: facebook-button-plugin.php:
|
129 |
msgid "Before"
|
130 |
msgstr "Перед"
|
131 |
|
132 |
-
#: facebook-button-plugin.php:
|
133 |
msgid "After"
|
134 |
msgstr "После"
|
135 |
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
msgid "Before and After"
|
138 |
msgstr "Перед и после"
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
msgid "Shortcode"
|
142 |
msgstr "Шорткод"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
146 |
msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
-
msgid "Facebook
|
150 |
-
msgstr "Язык для Facebook
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "Change the language of Facebook Like Button"
|
154 |
msgstr "Выберите язык для Like кнопки"
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
-
msgid "Html tag for Like
|
158 |
-
msgstr "
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
msgid "Use this tag to improve validation of your site"
|
162 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
163 |
|
164 |
-
#: facebook-button-plugin.php:
|
165 |
msgid "\"Like\" for an entire site on every page:"
|
166 |
msgstr "Ставить \"Like\" всему сайту на каждой странице:"
|
167 |
|
168 |
-
#: facebook-button-plugin.php:
|
169 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
170 |
msgstr "Внимание: опция \"Лайк для всего сайта\" - не создает дополнительную кнопку. Эта опция позволяет при клике пользователями на стандартную кнопку ставить лайк для вего сайта, если эта опция включена, или лайк для отдельной записи, когда эта опция выключена."
|
171 |
|
172 |
-
#: facebook-button-plugin.php:
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
175 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
-
#: facebook-button-plugin.php:
|
179 |
msgid "Unlock premium options by upgrading to a PRO version."
|
180 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
msgid "Learn More"
|
185 |
msgstr "Подробнее"
|
186 |
|
187 |
-
#: facebook-button-plugin.php:
|
188 |
-
#: facebook-button-plugin.php:
|
189 |
msgid "Go"
|
190 |
msgstr "Перейти на"
|
191 |
|
192 |
-
#: facebook-button-plugin.php:
|
193 |
-
#: facebook-button-plugin.php:
|
194 |
msgid "Save Changes"
|
195 |
msgstr "Сохранить изменения"
|
196 |
|
197 |
-
#: facebook-button-plugin.php:
|
198 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
199 |
msgstr "Пожалуйста, выберите те типы постов (или отдельные страницы), где будут отображатся кнопки Facebook:"
|
200 |
|
201 |
-
#: facebook-button-plugin.php:
|
202 |
msgid "Show URL for pages"
|
203 |
msgstr "Отображать URL для страниц"
|
204 |
|
205 |
-
#: facebook-button-plugin.php:
|
206 |
msgid "Example of the site's pages tree"
|
207 |
msgstr "Пример дерева страниц сайта"
|
208 |
|
209 |
-
#: facebook-button-plugin.php:
|
210 |
msgid "Example of site pages' tree"
|
211 |
msgstr "Пример дерева страниц сайта"
|
212 |
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
msgid "Support"
|
215 |
msgstr "Поддержка"
|
216 |
|
217 |
-
#~ msgid "
|
218 |
-
#~ msgstr "
|
|
|
|
|
|
|
219 |
|
220 |
#~ msgid "Facebook Button"
|
221 |
#~ msgstr "Facebook кнопка"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-18 12:22+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-18 12:23+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:32
|
20 |
+
#: facebook-button-plugin.php:234
|
21 |
+
msgid "Facebook Button Settings"
|
22 |
+
msgstr "Настройки Facebook Кнопки"
|
|
|
|
|
|
|
23 |
|
24 |
+
#: facebook-button-plugin.php:162
|
25 |
msgid "Settings saved"
|
26 |
msgstr "Настройки сохранены"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:189
|
29 |
msgid "Error: File size > 32K"
|
30 |
msgstr "Ошибка: Размер файла больше 32К"
|
31 |
|
32 |
+
#: facebook-button-plugin.php:192
|
33 |
msgid "Error: Invalid file type"
|
34 |
msgstr "Ошибка: Некорректный тип файла"
|
35 |
|
36 |
+
#: facebook-button-plugin.php:198
|
37 |
msgid "Upload successful."
|
38 |
msgstr "Загрузка прошла удачно."
|
39 |
|
40 |
+
#: facebook-button-plugin.php:208
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
43 |
|
44 |
+
#: facebook-button-plugin.php:211
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
47 |
|
48 |
+
#: facebook-button-plugin.php:215
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:236
|
53 |
+
#: facebook-button-plugin.php:581
|
54 |
+
#: facebook-button-plugin.php:595
|
55 |
+
msgid "Settings"
|
56 |
+
msgstr "Настройки"
|
57 |
+
|
58 |
+
#: facebook-button-plugin.php:237
|
59 |
msgid "Extra settings"
|
60 |
msgstr "Дополнительные настройки"
|
61 |
|
62 |
+
#: facebook-button-plugin.php:238
|
63 |
+
#: facebook-button-plugin.php:596
|
64 |
msgid "FAQ"
|
65 |
msgstr "FAQ"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:239
|
68 |
msgid "Go PRO"
|
69 |
msgstr "Перейти на PRO версию"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:243
|
72 |
msgid "Notice:"
|
73 |
msgstr "Внимание:"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:243
|
76 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
77 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
78 |
|
79 |
+
#: facebook-button-plugin.php:249
|
80 |
+
msgid "Your Facebook ID or username"
|
81 |
+
msgstr "Ваш Facebook ID или имя пользователя"
|
82 |
|
83 |
+
#: facebook-button-plugin.php:255
|
84 |
+
msgid "Display button"
|
85 |
+
msgstr "Отображение кнопок"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:257
|
88 |
msgid "My Page"
|
89 |
msgstr "My Page"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:258
|
92 |
msgid "Like"
|
93 |
msgstr "Like"
|
94 |
|
95 |
+
#: facebook-button-plugin.php:259
|
96 |
msgid "Share"
|
97 |
msgstr "Share"
|
98 |
|
|
|
|
|
|
|
|
|
99 |
#: facebook-button-plugin.php:264
|
100 |
+
msgid "\"My page\" button image"
|
101 |
+
msgstr "Изображение кнопки \"My page\""
|
102 |
+
|
103 |
+
#: facebook-button-plugin.php:269
|
104 |
msgid "Standard Facebook image"
|
105 |
msgstr "Стандартная картинка Facebook"
|
106 |
|
107 |
+
#: facebook-button-plugin.php:270
|
108 |
msgid "Custom Facebook image"
|
109 |
msgstr "Пользовательская картинка Facebook"
|
110 |
|
111 |
+
#: facebook-button-plugin.php:273
|
112 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
113 |
msgstr "Для использования кастомного изображения Вам нужно выдать права доступа на папку загрузок на вашем сайте"
|
114 |
|
115 |
+
#: facebook-button-plugin.php:280
|
116 |
+
msgid "Current image"
|
117 |
+
msgstr "Текущее изображение"
|
|
|
|
|
|
|
|
|
118 |
|
119 |
+
#: facebook-button-plugin.php:288
|
120 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
121 |
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
122 |
|
123 |
+
#: facebook-button-plugin.php:293
|
124 |
+
msgid "Facebook buttons position"
|
125 |
+
msgstr "Позиции Facebook кнопки"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:297
|
128 |
msgid "Before"
|
129 |
msgstr "Перед"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:298
|
132 |
msgid "After"
|
133 |
msgstr "После"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:299
|
136 |
msgid "Before and After"
|
137 |
msgstr "Перед и после"
|
138 |
|
139 |
+
#: facebook-button-plugin.php:300
|
140 |
msgid "Shortcode"
|
141 |
msgstr "Шорткод"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:302
|
144 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
145 |
msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:307
|
148 |
+
msgid "Facebook buttons language"
|
149 |
+
msgstr "Язык для Facebook кнопки"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:318
|
152 |
msgid "Change the language of Facebook Like Button"
|
153 |
msgstr "Выберите язык для Like кнопки"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:322
|
156 |
+
msgid "Html tag for \"Like\" button"
|
157 |
+
msgstr "Html тэг для кнопки \"Like\""
|
158 |
|
159 |
+
#: facebook-button-plugin.php:326
|
160 |
msgid "Use this tag to improve validation of your site"
|
161 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
162 |
|
163 |
+
#: facebook-button-plugin.php:336
|
164 |
msgid "\"Like\" for an entire site on every page:"
|
165 |
msgstr "Ставить \"Like\" всему сайту на каждой странице:"
|
166 |
|
167 |
+
#: facebook-button-plugin.php:338
|
168 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
169 |
msgstr "Внимание: опция \"Лайк для всего сайта\" - не создает дополнительную кнопку. Эта опция позволяет при клике пользователями на стандартную кнопку ставить лайк для вего сайта, если эта опция включена, или лайк для отдельной записи, когда эта опция выключена."
|
170 |
|
171 |
+
#: facebook-button-plugin.php:343
|
172 |
+
#: facebook-button-plugin.php:398
|
173 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
174 |
msgstr "При установке Pro версии плагина, все ваши настройки сохраняются."
|
175 |
|
176 |
+
#: facebook-button-plugin.php:350
|
177 |
+
#: facebook-button-plugin.php:405
|
178 |
msgid "Unlock premium options by upgrading to a PRO version."
|
179 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
180 |
|
181 |
+
#: facebook-button-plugin.php:351
|
182 |
+
#: facebook-button-plugin.php:406
|
183 |
msgid "Learn More"
|
184 |
msgstr "Подробнее"
|
185 |
|
186 |
+
#: facebook-button-plugin.php:354
|
187 |
+
#: facebook-button-plugin.php:409
|
188 |
msgid "Go"
|
189 |
msgstr "Перейти на"
|
190 |
|
191 |
+
#: facebook-button-plugin.php:362
|
192 |
+
#: facebook-button-plugin.php:393
|
193 |
msgid "Save Changes"
|
194 |
msgstr "Сохранить изменения"
|
195 |
|
196 |
+
#: facebook-button-plugin.php:375
|
197 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
198 |
msgstr "Пожалуйста, выберите те типы постов (или отдельные страницы), где будут отображатся кнопки Facebook:"
|
199 |
|
200 |
+
#: facebook-button-plugin.php:382
|
201 |
msgid "Show URL for pages"
|
202 |
msgstr "Отображать URL для страниц"
|
203 |
|
204 |
+
#: facebook-button-plugin.php:388
|
205 |
msgid "Example of the site's pages tree"
|
206 |
msgstr "Пример дерева страниц сайта"
|
207 |
|
208 |
+
#: facebook-button-plugin.php:388
|
209 |
msgid "Example of site pages' tree"
|
210 |
msgstr "Пример дерева страниц сайта"
|
211 |
|
212 |
+
#: facebook-button-plugin.php:597
|
213 |
msgid "Support"
|
214 |
msgstr "Поддержка"
|
215 |
|
216 |
+
#~ msgid "Choose display settings:"
|
217 |
+
#~ msgstr "Выбор опций отображения:"
|
218 |
+
|
219 |
+
#~ msgid "Facebook image:"
|
220 |
+
#~ msgstr "Facebook изображение:"
|
221 |
|
222 |
#~ msgid "Facebook Button"
|
223 |
#~ msgstr "Facebook кнопка"
|
languages/facebook-tr_TR.mo
CHANGED
Binary file
|
languages/facebook-tr_TR.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Can Atasever <webmaster@canatasever.com>\n"
|
9 |
"Language: tr\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -17,149 +17,153 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
-
#: facebook-button-plugin.php:
|
22 |
-
|
23 |
-
|
24 |
-
#: facebook-button-plugin.php:588
|
25 |
-
msgid "Settings"
|
26 |
-
msgstr "Ayarlar"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
msgid "Settings saved"
|
30 |
msgstr "Ayarlar kaydedildi"
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
msgid "Error: File size > 32K"
|
34 |
msgstr "HATA: Dosya boyutu > 32K"
|
35 |
|
36 |
-
#: facebook-button-plugin.php:
|
37 |
msgid "Error: Invalid file type"
|
38 |
msgstr "HATA: Geçersiz dosya türü"
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Upload successful."
|
42 |
msgstr "Yükleme başarılı"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
msgid "Error: moving file failed"
|
46 |
msgstr "HATA: dosya taşıma başarısız."
|
47 |
|
48 |
-
#: facebook-button-plugin.php:
|
49 |
msgid "Error: check image width or height"
|
50 |
msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "Uploading Error: check image properties"
|
54 |
msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
|
55 |
|
56 |
#: facebook-button-plugin.php:236
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
msgid "Extra settings"
|
58 |
msgstr "Ekstra Ayarlar"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "FAQ"
|
63 |
msgstr "SSS"
|
64 |
|
65 |
-
#: facebook-button-plugin.php:
|
66 |
msgid "Go PRO"
|
67 |
msgstr "PRO'ya geçin"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "Notice:"
|
71 |
msgstr "Uyarı:"
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
75 |
msgstr "eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için 'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
#, fuzzy
|
79 |
-
msgid "Your Facebook ID or username
|
80 |
msgstr "Facebook ID'niz:"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
-
|
|
|
84 |
msgstr "Butonu Göster:"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid "My Page"
|
88 |
msgstr "Benim Sayfam"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
msgid "Like"
|
92 |
msgstr "Beğen"
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
msgid "Share"
|
96 |
msgstr "Paylaş"
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
-
msgid "
|
100 |
-
msgstr "
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
msgid "Standard Facebook image"
|
104 |
msgstr "Standart Facebook görseli"
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "Custom Facebook image"
|
108 |
msgstr "Özel Facebook görseli"
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
112 |
msgstr "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin vermelisiniz."
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
-
|
|
|
116 |
msgstr "Şu anki görsel:"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
-
msgid "Facebook image:"
|
120 |
-
msgstr "Facebook görseli:"
|
121 |
-
|
122 |
-
#: facebook-button-plugin.php:289
|
123 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
124 |
msgstr "Görsel özellikleri: maksimum görsel genişliği: 100px; maksimum görsel yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg\", \"png\"."
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
-
|
|
|
128 |
msgstr "Facebook Butonu pozisyonu"
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
msgid "Before"
|
132 |
msgstr "Önce"
|
133 |
|
134 |
-
#: facebook-button-plugin.php:
|
135 |
msgid "After"
|
136 |
msgstr "Sonra"
|
137 |
|
138 |
-
#: facebook-button-plugin.php:
|
139 |
msgid "Before and After"
|
140 |
msgstr "Önce ve Sonra"
|
141 |
|
142 |
-
#: facebook-button-plugin.php:
|
143 |
msgid "Shortcode"
|
144 |
msgstr "Kısa kod"
|
145 |
|
146 |
-
#: facebook-button-plugin.php:
|
147 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
148 |
msgstr "eğer web sitenize Facebook butonu eklemek isterseniz, verilen kısa kodu sayfanıza ya da yazınıza eklemeniz yeterlidir."
|
149 |
|
150 |
-
#: facebook-button-plugin.php:
|
151 |
-
|
|
|
152 |
msgstr "Facebook Butonu dili"
|
153 |
|
154 |
-
#: facebook-button-plugin.php:
|
155 |
msgid "Change the language of Facebook Like Button"
|
156 |
msgstr "Facebook Beğen butonunun dilini değiştirin"
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
-
|
|
|
160 |
msgstr "Beğen butonu için HTML etiketi:"
|
161 |
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
msgid "Use this tag to improve validation of your site"
|
164 |
msgstr "Sitenizin doğrulamasını geliştirmek için bu etiketi kullanın"
|
165 |
|
@@ -171,52 +175,56 @@ msgstr ""
|
|
171 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
#: facebook-button-plugin.php:398
|
|
|
|
|
|
|
|
|
|
|
176 |
msgid "Unlock premium options by upgrading to a PRO version."
|
177 |
msgstr "PRO versiyonuna geçerek premium özellikleri aktifleştirin."
|
178 |
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
-
#: facebook-button-plugin.php:
|
181 |
msgid "Learn More"
|
182 |
msgstr "Detaylı Bilgi"
|
183 |
|
184 |
-
#: facebook-button-plugin.php:
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
msgid "Go"
|
187 |
msgstr "Git"
|
188 |
|
189 |
-
#: facebook-button-plugin.php:
|
190 |
-
#: facebook-button-plugin.php:
|
191 |
msgid "Save Changes"
|
192 |
msgstr "Değişiklikleri Kaydet"
|
193 |
|
194 |
-
#: facebook-button-plugin.php:
|
195 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
196 |
msgstr "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) seçin."
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid "Show URL for pages"
|
200 |
msgstr "Sayfalar için URL göster"
|
201 |
|
202 |
-
#: facebook-button-plugin.php:
|
203 |
msgid "Example of the site's pages tree"
|
204 |
msgstr "Sitenin sayfalar izi için örnek"
|
205 |
|
206 |
-
#: facebook-button-plugin.php:
|
207 |
msgid "Example of site pages' tree"
|
208 |
msgstr "Site sayfaları izi için örnek"
|
209 |
|
210 |
-
#: facebook-button-plugin.php:
|
211 |
-
msgid "If you upgrade to Pro version all your settings will be saved."
|
212 |
-
msgstr "Aboneliğinizi PRO versiyonuna yükseltirseniz tüm değişiklikleriniz kaydedilecek."
|
213 |
-
|
214 |
-
#: facebook-button-plugin.php:591
|
215 |
msgid "Support"
|
216 |
msgstr "Destek"
|
217 |
|
218 |
-
#~ msgid "
|
219 |
-
#~ msgstr "
|
|
|
|
|
|
|
220 |
|
221 |
#~ msgid "Facebook Button"
|
222 |
#~ msgstr "Facebook Butonu"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-18 12:24+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-18 12:24+0300\n"
|
7 |
+
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Can Atasever <webmaster@canatasever.com>\n"
|
9 |
"Language: tr\n"
|
10 |
"MIME-Version: 1.0\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: facebook-button-plugin.php:32
|
21 |
+
#: facebook-button-plugin.php:234
|
22 |
+
msgid "Facebook Button Settings"
|
23 |
+
msgstr "Facebook Buton Ayarları"
|
|
|
|
|
|
|
24 |
|
25 |
+
#: facebook-button-plugin.php:162
|
26 |
msgid "Settings saved"
|
27 |
msgstr "Ayarlar kaydedildi"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:189
|
30 |
msgid "Error: File size > 32K"
|
31 |
msgstr "HATA: Dosya boyutu > 32K"
|
32 |
|
33 |
+
#: facebook-button-plugin.php:192
|
34 |
msgid "Error: Invalid file type"
|
35 |
msgstr "HATA: Geçersiz dosya türü"
|
36 |
|
37 |
+
#: facebook-button-plugin.php:198
|
38 |
msgid "Upload successful."
|
39 |
msgstr "Yükleme başarılı"
|
40 |
|
41 |
+
#: facebook-button-plugin.php:208
|
42 |
msgid "Error: moving file failed"
|
43 |
msgstr "HATA: dosya taşıma başarısız."
|
44 |
|
45 |
+
#: facebook-button-plugin.php:211
|
46 |
msgid "Error: check image width or height"
|
47 |
msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
|
48 |
|
49 |
+
#: facebook-button-plugin.php:215
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
|
52 |
|
53 |
#: facebook-button-plugin.php:236
|
54 |
+
#: facebook-button-plugin.php:581
|
55 |
+
#: facebook-button-plugin.php:595
|
56 |
+
msgid "Settings"
|
57 |
+
msgstr "Ayarlar"
|
58 |
+
|
59 |
+
#: facebook-button-plugin.php:237
|
60 |
msgid "Extra settings"
|
61 |
msgstr "Ekstra Ayarlar"
|
62 |
|
63 |
+
#: facebook-button-plugin.php:238
|
64 |
+
#: facebook-button-plugin.php:596
|
65 |
msgid "FAQ"
|
66 |
msgstr "SSS"
|
67 |
|
68 |
+
#: facebook-button-plugin.php:239
|
69 |
msgid "Go PRO"
|
70 |
msgstr "PRO'ya geçin"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:243
|
73 |
msgid "Notice:"
|
74 |
msgstr "Uyarı:"
|
75 |
|
76 |
+
#: facebook-button-plugin.php:243
|
77 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
78 |
msgstr "eklentinin ayarları değiştirildi. Değişiklikleri kaydetmek için 'Değişiklikleri Kaydet' butonuna basmayı unutmayın."
|
79 |
|
80 |
+
#: facebook-button-plugin.php:249
|
81 |
#, fuzzy
|
82 |
+
msgid "Your Facebook ID or username"
|
83 |
msgstr "Facebook ID'niz:"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:255
|
86 |
+
#, fuzzy
|
87 |
+
msgid "Display button"
|
88 |
msgstr "Butonu Göster:"
|
89 |
|
90 |
+
#: facebook-button-plugin.php:257
|
91 |
msgid "My Page"
|
92 |
msgstr "Benim Sayfam"
|
93 |
|
94 |
+
#: facebook-button-plugin.php:258
|
95 |
msgid "Like"
|
96 |
msgstr "Beğen"
|
97 |
|
98 |
+
#: facebook-button-plugin.php:259
|
99 |
msgid "Share"
|
100 |
msgstr "Paylaş"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:264
|
103 |
+
msgid "\"My page\" button image"
|
104 |
+
msgstr ""
|
105 |
|
106 |
+
#: facebook-button-plugin.php:269
|
107 |
msgid "Standard Facebook image"
|
108 |
msgstr "Standart Facebook görseli"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:270
|
111 |
msgid "Custom Facebook image"
|
112 |
msgstr "Özel Facebook görseli"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:273
|
115 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
116 |
msgstr "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin vermelisiniz."
|
117 |
|
118 |
+
#: facebook-button-plugin.php:280
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Current image"
|
121 |
msgstr "Şu anki görsel:"
|
122 |
|
123 |
+
#: facebook-button-plugin.php:288
|
|
|
|
|
|
|
|
|
124 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
125 |
msgstr "Görsel özellikleri: maksimum görsel genişliği: 100px; maksimum görsel yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg\", \"png\"."
|
126 |
|
127 |
+
#: facebook-button-plugin.php:293
|
128 |
+
#, fuzzy
|
129 |
+
msgid "Facebook buttons position"
|
130 |
msgstr "Facebook Butonu pozisyonu"
|
131 |
|
132 |
+
#: facebook-button-plugin.php:297
|
133 |
msgid "Before"
|
134 |
msgstr "Önce"
|
135 |
|
136 |
+
#: facebook-button-plugin.php:298
|
137 |
msgid "After"
|
138 |
msgstr "Sonra"
|
139 |
|
140 |
+
#: facebook-button-plugin.php:299
|
141 |
msgid "Before and After"
|
142 |
msgstr "Önce ve Sonra"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:300
|
145 |
msgid "Shortcode"
|
146 |
msgstr "Kısa kod"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:302
|
149 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
150 |
msgstr "eğer web sitenize Facebook butonu eklemek isterseniz, verilen kısa kodu sayfanıza ya da yazınıza eklemeniz yeterlidir."
|
151 |
|
152 |
+
#: facebook-button-plugin.php:307
|
153 |
+
#, fuzzy
|
154 |
+
msgid "Facebook buttons language"
|
155 |
msgstr "Facebook Butonu dili"
|
156 |
|
157 |
+
#: facebook-button-plugin.php:318
|
158 |
msgid "Change the language of Facebook Like Button"
|
159 |
msgstr "Facebook Beğen butonunun dilini değiştirin"
|
160 |
|
161 |
+
#: facebook-button-plugin.php:322
|
162 |
+
#, fuzzy
|
163 |
+
msgid "Html tag for \"Like\" button"
|
164 |
msgstr "Beğen butonu için HTML etiketi:"
|
165 |
|
166 |
+
#: facebook-button-plugin.php:326
|
167 |
msgid "Use this tag to improve validation of your site"
|
168 |
msgstr "Sitenizin doğrulamasını geliştirmek için bu etiketi kullanın"
|
169 |
|
175 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: facebook-button-plugin.php:343
|
179 |
#: facebook-button-plugin.php:398
|
180 |
+
msgid "If you upgrade to Pro version all your settings will be saved."
|
181 |
+
msgstr "Aboneliğinizi PRO versiyonuna yükseltirseniz tüm değişiklikleriniz kaydedilecek."
|
182 |
+
|
183 |
+
#: facebook-button-plugin.php:350
|
184 |
+
#: facebook-button-plugin.php:405
|
185 |
msgid "Unlock premium options by upgrading to a PRO version."
|
186 |
msgstr "PRO versiyonuna geçerek premium özellikleri aktifleştirin."
|
187 |
|
188 |
+
#: facebook-button-plugin.php:351
|
189 |
+
#: facebook-button-plugin.php:406
|
190 |
msgid "Learn More"
|
191 |
msgstr "Detaylı Bilgi"
|
192 |
|
193 |
+
#: facebook-button-plugin.php:354
|
194 |
+
#: facebook-button-plugin.php:409
|
195 |
msgid "Go"
|
196 |
msgstr "Git"
|
197 |
|
198 |
+
#: facebook-button-plugin.php:362
|
199 |
+
#: facebook-button-plugin.php:393
|
200 |
msgid "Save Changes"
|
201 |
msgstr "Değişiklikleri Kaydet"
|
202 |
|
203 |
+
#: facebook-button-plugin.php:375
|
204 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
205 |
msgstr "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) seçin."
|
206 |
|
207 |
+
#: facebook-button-plugin.php:382
|
208 |
msgid "Show URL for pages"
|
209 |
msgstr "Sayfalar için URL göster"
|
210 |
|
211 |
+
#: facebook-button-plugin.php:388
|
212 |
msgid "Example of the site's pages tree"
|
213 |
msgstr "Sitenin sayfalar izi için örnek"
|
214 |
|
215 |
+
#: facebook-button-plugin.php:388
|
216 |
msgid "Example of site pages' tree"
|
217 |
msgstr "Site sayfaları izi için örnek"
|
218 |
|
219 |
+
#: facebook-button-plugin.php:597
|
|
|
|
|
|
|
|
|
220 |
msgid "Support"
|
221 |
msgstr "Destek"
|
222 |
|
223 |
+
#~ msgid "Choose display settings:"
|
224 |
+
#~ msgstr "Gösterim ayarlarını seçin:"
|
225 |
+
|
226 |
+
#~ msgid "Facebook image:"
|
227 |
+
#~ msgstr "Facebook görseli:"
|
228 |
|
229 |
#~ msgid "Facebook Button"
|
230 |
#~ msgstr "Facebook Butonu"
|
languages/facebook-uk.mo
CHANGED
Binary file
|
languages/facebook-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\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 <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
@@ -16,206 +16,208 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
-
|
22 |
-
|
23 |
-
#: facebook-button-plugin.php:575
|
24 |
-
msgid "Settings"
|
25 |
-
msgstr "Установки"
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "Settings saved"
|
29 |
msgstr "Установки збережені"
|
30 |
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid "Error: File size > 32K"
|
33 |
msgstr "Помилка: Розмір файлу> 32K"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: Invalid file type"
|
37 |
msgstr "Помилка: Невірний тип файлу"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Upload successful."
|
41 |
msgstr "Файл був завантажений успішно"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: moving file failed"
|
45 |
msgstr "Помилка: не вдалося Переміщення файлів"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Error: check image width or height"
|
49 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Uploading Error: check image properties"
|
53 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
msgid "Extra settings"
|
57 |
msgstr "Додаткові налаштування"
|
58 |
|
59 |
-
#: facebook-button-plugin.php:
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
msgid "FAQ"
|
62 |
msgstr "Часті питання"
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
msgid "Go PRO"
|
66 |
msgstr "Перейти на Pro версію"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "Notice:"
|
70 |
msgstr "Нагадування:"
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
74 |
msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
|
75 |
|
76 |
-
#: facebook-button-plugin.php:
|
77 |
-
msgid "Your Facebook ID or username
|
78 |
msgstr "ID вашого Facebook акаунту"
|
79 |
|
80 |
-
#: facebook-button-plugin.php:
|
81 |
-
msgid "Display button
|
82 |
-
msgstr "Відображати
|
83 |
|
84 |
-
#: facebook-button-plugin.php:
|
85 |
msgid "My Page"
|
86 |
msgstr "Моя сторінка"
|
87 |
|
88 |
-
#: facebook-button-plugin.php:
|
89 |
msgid "Like"
|
90 |
msgstr "Like"
|
91 |
|
92 |
-
#: facebook-button-plugin.php:
|
93 |
msgid "Share"
|
94 |
msgstr "Share"
|
95 |
|
96 |
-
#: facebook-button-plugin.php:259
|
97 |
-
msgid "Choose display settings:"
|
98 |
-
msgstr "Виберіть відображати установки:"
|
99 |
-
|
100 |
#: facebook-button-plugin.php:264
|
|
|
|
|
|
|
|
|
101 |
msgid "Standard Facebook image"
|
102 |
msgstr "Стандартне зображення FaceBook "
|
103 |
|
104 |
-
#: facebook-button-plugin.php:
|
105 |
msgid "Custom Facebook image"
|
106 |
msgstr "Кастомне м FaceBook"
|
107 |
|
108 |
-
#: facebook-button-plugin.php:
|
109 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
110 |
msgstr "Для використання кастомного зображення Вам необхідно видати права доступу на папку завантажень на вашому сайті"
|
111 |
|
112 |
-
#: facebook-button-plugin.php:
|
113 |
-
msgid "Current image
|
114 |
-
msgstr "Поточне
|
115 |
-
|
116 |
-
#: facebook-button-plugin.php:282
|
117 |
-
msgid "Facebook image:"
|
118 |
-
msgstr "Зображення Facebook :"
|
119 |
|
120 |
-
#: facebook-button-plugin.php:
|
121 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
122 |
msgstr "Властивості зображення: максимальна ширина зображення:1 00px; Максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення типів:\"jpg\", \"jpeg\", \"png\"."
|
123 |
|
124 |
-
#: facebook-button-plugin.php:
|
125 |
-
msgid "Facebook
|
126 |
-
msgstr "Розташування
|
127 |
|
128 |
-
#: facebook-button-plugin.php:
|
129 |
msgid "Before"
|
130 |
msgstr "До"
|
131 |
|
132 |
-
#: facebook-button-plugin.php:
|
133 |
msgid "After"
|
134 |
msgstr "Після"
|
135 |
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
msgid "Before and After"
|
138 |
msgstr "До і після"
|
139 |
|
140 |
-
#: facebook-button-plugin.php:
|
141 |
msgid "Shortcode"
|
142 |
msgstr "Шорткод"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
146 |
msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і помістіть цей шорткод на у пост або на сторінку:"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
-
msgid "Facebook
|
150 |
-
msgstr "Мова
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "Change the language of Facebook Like Button"
|
154 |
msgstr "Змінити мову для конпки Like Facebook"
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
-
msgid "Html tag for Like
|
158 |
-
msgstr "Html тег для кнопки Like
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
msgid "Use this tag to improve validation of your site"
|
162 |
msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
|
163 |
|
164 |
-
#: facebook-button-plugin.php:
|
165 |
msgid "\"Like\" for an entire site on every page:"
|
166 |
msgstr "\"Like\" для всього сайту на кожній сторінці"
|
167 |
|
168 |
-
#: facebook-button-plugin.php:
|
169 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
170 |
msgstr "Увага: опція \"Лайк для всього сайта\" - не створює додаткову кнопку. Ця опція дозволяє при кліку користувачами на стандартну кнопку плагіна ставити лайк усьому сайту , якщо ця опія увімкнена, або ставити лайк окремим постам, якщо опція вимкнена."
|
171 |
|
172 |
-
#: facebook-button-plugin.php:
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
175 |
msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
-
#: facebook-button-plugin.php:
|
179 |
msgid "Unlock premium options by upgrading to a PRO version."
|
180 |
msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
msgid "Learn More"
|
185 |
msgstr "Докладніше"
|
186 |
|
187 |
-
#: facebook-button-plugin.php:
|
188 |
-
#: facebook-button-plugin.php:
|
189 |
msgid "Go"
|
190 |
msgstr "Перейти"
|
191 |
|
192 |
-
#: facebook-button-plugin.php:
|
193 |
-
#: facebook-button-plugin.php:
|
194 |
msgid "Save Changes"
|
195 |
msgstr "Зберегти зміни"
|
196 |
|
197 |
-
#: facebook-button-plugin.php:
|
198 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
199 |
msgstr "Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде відображатися кнопка Facebook"
|
200 |
|
201 |
-
#: facebook-button-plugin.php:
|
202 |
msgid "Show URL for pages"
|
203 |
msgstr "Відображати URL сторінок"
|
204 |
|
205 |
-
#: facebook-button-plugin.php:
|
206 |
msgid "Example of the site's pages tree"
|
207 |
msgstr "Приклад дерева сторінок сайту"
|
208 |
|
209 |
-
#: facebook-button-plugin.php:
|
210 |
msgid "Example of site pages' tree"
|
211 |
msgstr "Приклад дерева сторінок сайту"
|
212 |
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
msgid "Support"
|
215 |
msgstr "Підтримка"
|
216 |
|
217 |
-
#~ msgid "
|
218 |
-
#~ msgstr "
|
|
|
|
|
|
|
219 |
|
220 |
#~ msgid "Facebook Button"
|
221 |
#~ msgstr "кнопка Facebook"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-05-18 12:24+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-05-18 12:25+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:32
|
20 |
+
#: facebook-button-plugin.php:234
|
21 |
+
msgid "Facebook Button Settings"
|
22 |
+
msgstr "Установки кнопки Facebook"
|
|
|
|
|
|
|
23 |
|
24 |
+
#: facebook-button-plugin.php:162
|
25 |
msgid "Settings saved"
|
26 |
msgstr "Установки збережені"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:189
|
29 |
msgid "Error: File size > 32K"
|
30 |
msgstr "Помилка: Розмір файлу> 32K"
|
31 |
|
32 |
+
#: facebook-button-plugin.php:192
|
33 |
msgid "Error: Invalid file type"
|
34 |
msgstr "Помилка: Невірний тип файлу"
|
35 |
|
36 |
+
#: facebook-button-plugin.php:198
|
37 |
msgid "Upload successful."
|
38 |
msgstr "Файл був завантажений успішно"
|
39 |
|
40 |
+
#: facebook-button-plugin.php:208
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Помилка: не вдалося Переміщення файлів"
|
43 |
|
44 |
+
#: facebook-button-plugin.php:211
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
47 |
|
48 |
+
#: facebook-button-plugin.php:215
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:236
|
53 |
+
#: facebook-button-plugin.php:581
|
54 |
+
#: facebook-button-plugin.php:595
|
55 |
+
msgid "Settings"
|
56 |
+
msgstr "Установки"
|
57 |
+
|
58 |
+
#: facebook-button-plugin.php:237
|
59 |
msgid "Extra settings"
|
60 |
msgstr "Додаткові налаштування"
|
61 |
|
62 |
+
#: facebook-button-plugin.php:238
|
63 |
+
#: facebook-button-plugin.php:596
|
64 |
msgid "FAQ"
|
65 |
msgstr "Часті питання"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:239
|
68 |
msgid "Go PRO"
|
69 |
msgstr "Перейти на Pro версію"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:243
|
72 |
msgid "Notice:"
|
73 |
msgstr "Нагадування:"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:243
|
76 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
77 |
msgstr "Налаштування плагіну було змінено. Для того, щоб зберегти ці зміни, не забудьте нажати кнопку \"Зберегти зміни\"."
|
78 |
|
79 |
+
#: facebook-button-plugin.php:249
|
80 |
+
msgid "Your Facebook ID or username"
|
81 |
msgstr "ID вашого Facebook акаунту"
|
82 |
|
83 |
+
#: facebook-button-plugin.php:255
|
84 |
+
msgid "Display button"
|
85 |
+
msgstr "Відображати кнопку"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:257
|
88 |
msgid "My Page"
|
89 |
msgstr "Моя сторінка"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:258
|
92 |
msgid "Like"
|
93 |
msgstr "Like"
|
94 |
|
95 |
+
#: facebook-button-plugin.php:259
|
96 |
msgid "Share"
|
97 |
msgstr "Share"
|
98 |
|
|
|
|
|
|
|
|
|
99 |
#: facebook-button-plugin.php:264
|
100 |
+
msgid "\"My page\" button image"
|
101 |
+
msgstr "Зображення кнопки \"My page\""
|
102 |
+
|
103 |
+
#: facebook-button-plugin.php:269
|
104 |
msgid "Standard Facebook image"
|
105 |
msgstr "Стандартне зображення FaceBook "
|
106 |
|
107 |
+
#: facebook-button-plugin.php:270
|
108 |
msgid "Custom Facebook image"
|
109 |
msgstr "Кастомне м FaceBook"
|
110 |
|
111 |
+
#: facebook-button-plugin.php:273
|
112 |
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
113 |
msgstr "Для використання кастомного зображення Вам необхідно видати права доступу на папку завантажень на вашому сайті"
|
114 |
|
115 |
+
#: facebook-button-plugin.php:280
|
116 |
+
msgid "Current image"
|
117 |
+
msgstr "Поточне зображення"
|
|
|
|
|
|
|
|
|
118 |
|
119 |
+
#: facebook-button-plugin.php:288
|
120 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
121 |
msgstr "Властивості зображення: максимальна ширина зображення:1 00px; Максимальна висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення типів:\"jpg\", \"jpeg\", \"png\"."
|
122 |
|
123 |
+
#: facebook-button-plugin.php:293
|
124 |
+
msgid "Facebook buttons position"
|
125 |
+
msgstr "Розташування кнопок Facebook"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:297
|
128 |
msgid "Before"
|
129 |
msgstr "До"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:298
|
132 |
msgid "After"
|
133 |
msgstr "Після"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:299
|
136 |
msgid "Before and After"
|
137 |
msgstr "До і після"
|
138 |
|
139 |
+
#: facebook-button-plugin.php:300
|
140 |
msgid "Shortcode"
|
141 |
msgstr "Шорткод"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:302
|
144 |
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
145 |
msgstr "Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і помістіть цей шорткод на у пост або на сторінку:"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:307
|
148 |
+
msgid "Facebook buttons language"
|
149 |
+
msgstr "Мова кнопок Facebook"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:318
|
152 |
msgid "Change the language of Facebook Like Button"
|
153 |
msgstr "Змінити мову для конпки Like Facebook"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:322
|
156 |
+
msgid "Html tag for \"Like\" button"
|
157 |
+
msgstr "Html тег для кнопки \"Like\""
|
158 |
|
159 |
+
#: facebook-button-plugin.php:326
|
160 |
msgid "Use this tag to improve validation of your site"
|
161 |
msgstr "Використовуйте цей тег для поліпшення валідації вашого сайту"
|
162 |
|
163 |
+
#: facebook-button-plugin.php:336
|
164 |
msgid "\"Like\" for an entire site on every page:"
|
165 |
msgstr "\"Like\" для всього сайту на кожній сторінці"
|
166 |
|
167 |
+
#: facebook-button-plugin.php:338
|
168 |
msgid "Notice: \"Like for the entire site\" option does not create an extra button. This option merely allows your users to like the entire website when this option is enabled, or a single post when this option is disabled, when clicking the regular \"Like\" button."
|
169 |
msgstr "Увага: опція \"Лайк для всього сайта\" - не створює додаткову кнопку. Ця опція дозволяє при кліку користувачами на стандартну кнопку плагіна ставити лайк усьому сайту , якщо ця опія увімкнена, або ставити лайк окремим постам, якщо опція вимкнена."
|
170 |
|
171 |
+
#: facebook-button-plugin.php:343
|
172 |
+
#: facebook-button-plugin.php:398
|
173 |
msgid "If you upgrade to Pro version all your settings will be saved."
|
174 |
msgstr "Якщо ви перейдете на Pro версію, усі установки будуть збережені."
|
175 |
|
176 |
+
#: facebook-button-plugin.php:350
|
177 |
+
#: facebook-button-plugin.php:405
|
178 |
msgid "Unlock premium options by upgrading to a PRO version."
|
179 |
msgstr "Зробити доступними преміум-опції, перейшовши на PRO версію."
|
180 |
|
181 |
+
#: facebook-button-plugin.php:351
|
182 |
+
#: facebook-button-plugin.php:406
|
183 |
msgid "Learn More"
|
184 |
msgstr "Докладніше"
|
185 |
|
186 |
+
#: facebook-button-plugin.php:354
|
187 |
+
#: facebook-button-plugin.php:409
|
188 |
msgid "Go"
|
189 |
msgstr "Перейти"
|
190 |
|
191 |
+
#: facebook-button-plugin.php:362
|
192 |
+
#: facebook-button-plugin.php:393
|
193 |
msgid "Save Changes"
|
194 |
msgstr "Зберегти зміни"
|
195 |
|
196 |
+
#: facebook-button-plugin.php:375
|
197 |
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
198 |
msgstr "Будь ласка, оберіть необхідні типи постів (чи сторінок), де буде відображатися кнопка Facebook"
|
199 |
|
200 |
+
#: facebook-button-plugin.php:382
|
201 |
msgid "Show URL for pages"
|
202 |
msgstr "Відображати URL сторінок"
|
203 |
|
204 |
+
#: facebook-button-plugin.php:388
|
205 |
msgid "Example of the site's pages tree"
|
206 |
msgstr "Приклад дерева сторінок сайту"
|
207 |
|
208 |
+
#: facebook-button-plugin.php:388
|
209 |
msgid "Example of site pages' tree"
|
210 |
msgstr "Приклад дерева сторінок сайту"
|
211 |
|
212 |
+
#: facebook-button-plugin.php:597
|
213 |
msgid "Support"
|
214 |
msgstr "Підтримка"
|
215 |
|
216 |
+
#~ msgid "Choose display settings:"
|
217 |
+
#~ msgstr "Виберіть відображати установки:"
|
218 |
+
|
219 |
+
#~ msgid "Facebook image:"
|
220 |
+
#~ msgstr "Зображення Facebook :"
|
221 |
|
222 |
#~ msgid "Facebook Button"
|
223 |
#~ msgstr "кнопка Facebook"
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Facebook Like Button by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
-
Donate link:
|
4 |
Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.2.
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -94,6 +94,7 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
|
|
94 |
= I have some problems with the plugin's work. What Information should I provide to receive proper support? =
|
95 |
|
96 |
Please make sure that the problem hasn't been discussed yet on our forum (<a href="http://support.bestwebsoft.com" target="_blank">http://support.bestwebsoft.com</a>). If no, please provide the following data along with your problem's description:
|
|
|
97 |
1. the link to the page where the problem occurs
|
98 |
2. the name of the plugin and its version. If you are using a pro version - your order number.
|
99 |
3. the version of your WordPress installation
|
@@ -102,12 +103,16 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
102 |
== Screenshots ==
|
103 |
|
104 |
1. Plugin admin page.
|
105 |
-
2.
|
106 |
-
3. Displaying Facebook Button
|
107 |
-
4. Displaying Facebook Button in your post via the shortcode.
|
108 |
|
109 |
== Changelog ==
|
110 |
|
|
|
|
|
|
|
|
|
|
|
111 |
= V2.38 - 23.04.2015 =
|
112 |
* Update : Button styles are updated.
|
113 |
* New : The Finnish language file is added to the plugin.
|
@@ -264,6 +269,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
264 |
|
265 |
== Upgrade Notice ==
|
266 |
|
|
|
|
|
|
|
267 |
= V2.38 =
|
268 |
Button styles are updated. The Finnish language file is added to the plugin.
|
269 |
|
1 |
=== Facebook Like Button by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
+
Donate link: http://bestwebsoft.com/donate/
|
4 |
Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.2.2
|
7 |
+
Stable tag: 2.39
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
94 |
= I have some problems with the plugin's work. What Information should I provide to receive proper support? =
|
95 |
|
96 |
Please make sure that the problem hasn't been discussed yet on our forum (<a href="http://support.bestwebsoft.com" target="_blank">http://support.bestwebsoft.com</a>). If no, please provide the following data along with your problem's description:
|
97 |
+
|
98 |
1. the link to the page where the problem occurs
|
99 |
2. the name of the plugin and its version. If you are using a pro version - your order number.
|
100 |
3. the version of your WordPress installation
|
103 |
== Screenshots ==
|
104 |
|
105 |
1. Plugin admin page.
|
106 |
+
2. Displaying Facebook Button ater your post.
|
107 |
+
3. Displaying Facebook Button in your post via the shortcode.
|
|
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
+
= V2.39 - 18.05.2015 =
|
112 |
+
* Update : We updated option titles on the Settings page for the convenience of users.
|
113 |
+
* Update : Scripts were placed into a separate js file.
|
114 |
+
* Update : We updated all functionality for wordpress 4.2.2.
|
115 |
+
|
116 |
= V2.38 - 23.04.2015 =
|
117 |
* Update : Button styles are updated.
|
118 |
* New : The Finnish language file is added to the plugin.
|
269 |
|
270 |
== Upgrade Notice ==
|
271 |
|
272 |
+
= V2.39 =
|
273 |
+
We updated option titles on the Settings page for the convenience of users. Scripts were placed into a separate js file. We updated all functionality for wordpress 4.2.2.
|
274 |
+
|
275 |
= V2.38 =
|
276 |
Button styles are updated. The Finnish language file is added to the plugin.
|
277 |
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
DELETED
Binary file
|