Version Description
- 03.07.2015 =
- Update : We fixed the url after the form is submitted.
- Update : We fixed display form for rtl.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Contact Form by BestWebSoft |
Version | 3.92 |
Comparing to | |
See all releases |
Code changes from version 3.91 to 3.92
- bws_menu/bws_functions.php +32 -4
- bws_menu/bws_menu.php +17 -5
- bws_menu/css/general_style.css +1 -0
- bws_menu/icons/visitors-online.png +0 -0
- bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- bws_menu/languages/bestwebsoft-de_DE.po +114 -92
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +120 -99
- bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- bws_menu/languages/bestwebsoft-it_IT.po +114 -92
- bws_menu/languages/bestwebsoft-ja.mo +0 -0
- bws_menu/languages/bestwebsoft-ja.po +117 -95
- bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.po +114 -92
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +124 -102
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.po +116 -92
- bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.po +114 -92
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +118 -97
- contact_form.php +61 -49
- css/form_style.css +3 -0
- css/style.css +8 -5
- js/script.js +0 -0
- languages/contact_form-af_ZA.mo +0 -0
- languages/contact_form-af_ZA.po +373 -336
- languages/contact_form-ca.mo +0 -0
- languages/contact_form-ca.po +362 -327
- languages/contact_form-de_DE.mo +0 -0
- languages/contact_form-de_DE.po +375 -341
- languages/contact_form-el.mo +0 -0
- languages/contact_form-el.po +389 -386
- languages/contact_form-es_ES.mo +0 -0
- languages/contact_form-es_ES.po +388 -374
- languages/contact_form-et.mo +0 -0
- languages/contact_form-et.po +371 -327
- languages/contact_form-fr_FR.mo +0 -0
- languages/contact_form-fr_FR.po +320 -326
- languages/contact_form-ja.mo +0 -0
- languages/contact_form-ja.po +371 -331
- languages/contact_form-nb_NO.mo +0 -0
- languages/contact_form-nb_NO.po +375 -334
- languages/contact_form-pt_BR.mo +0 -0
- languages/contact_form-pt_BR.po +372 -342
- languages/contact_form-ru_RU.mo +0 -0
- languages/contact_form-ru_RU.po +267 -267
- languages/contact_form-sk_SK.mo +0 -0
- languages/contact_form-sk_SK.po +371 -328
- languages/contact_form-sv_SE.mo +0 -0
- languages/contact_form-sv_SE.po +361 -321
- languages/contact_form-tr.mo +0 -0
- languages/contact_form-tr.po +372 -331
- languages/contact_form-uk.mo +0 -0
- languages/contact_form-uk.po +413 -419
- languages/contact_form-vi.mo +0 -0
- languages/contact_form-vi.po +375 -334
- languages/contact_form-zh_CN.mo +0 -0
- languages/contact_form-zh_CN.po +361 -298
- readme.txt +8 -1
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 ) {
|
@@ -365,7 +365,7 @@ if ( ! function_exists( 'bws_go_pro_tab' ) ) {
|
|
365 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
|
366 |
<?php } else { ?>
|
367 |
<p>
|
368 |
-
<input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
369 |
<input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
|
370 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
371 |
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
@@ -403,7 +403,7 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
|
|
403 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></p>
|
404 |
<?php } else { ?>
|
405 |
<p>
|
406 |
-
<input type="text" name="bws_license_key" value="" />
|
407 |
<input type="hidden" name="bws_license_plugin" value="<?php echo $plugin_basename; ?>" />
|
408 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
409 |
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
@@ -523,7 +523,7 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
|
|
523 |
<form method="post" action="admin.php?page=<?php echo $page; ?>">
|
524 |
<p><?php echo _e( 'If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
|
525 |
<p>
|
526 |
-
<input type="text" name="bws_license_key" value="<?php echo $license_key; ?>" />
|
527 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
528 |
<input type="submit" class="button-primary" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
|
529 |
<?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
@@ -765,6 +765,34 @@ if ( ! class_exists( 'BWS_admin_tooltip' ) ) {
|
|
765 |
}
|
766 |
}
|
767 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
768 |
add_action( 'admin_init', 'bws_plugin_init' );
|
769 |
add_action( 'admin_enqueue_scripts', 'bws_admin_add_scripts' );
|
770 |
add_action( 'admin_head', 'bws_admin_head' );
|
1 |
<?php
|
2 |
/*
|
3 |
* General functions for BestWebSoft plugins
|
4 |
+
* Version: 1.1.0
|
5 |
*/
|
6 |
if ( ! function_exists ( 'bws_add_general_menu' ) ) {
|
7 |
function bws_add_general_menu( $base ) {
|
365 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
|
366 |
<?php } else { ?>
|
367 |
<p>
|
368 |
+
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
369 |
<input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
|
370 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
371 |
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
403 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></p>
|
404 |
<?php } else { ?>
|
405 |
<p>
|
406 |
+
<input type="text" maxlength="100" name="bws_license_key" value="" />
|
407 |
<input type="hidden" name="bws_license_plugin" value="<?php echo $plugin_basename; ?>" />
|
408 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
409 |
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
523 |
<form method="post" action="admin.php?page=<?php echo $page; ?>">
|
524 |
<p><?php echo _e( 'If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
|
525 |
<p>
|
526 |
+
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
|
527 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
528 |
<input type="submit" class="button-primary" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
|
529 |
<?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
765 |
}
|
766 |
}
|
767 |
|
768 |
+
if ( ! function_exists ( 'bws_form_restore_default_settings' ) ) {
|
769 |
+
function bws_form_restore_default_settings( $plugin_basename ) { ?>
|
770 |
+
<form method="post" action="">
|
771 |
+
<p><?php _e( 'Restore all plugin settings to defaults', 'bestwebsoft' ); ?></p>
|
772 |
+
<p>
|
773 |
+
<input type="submit" class="button" value="<?php _e( 'Restore settings', 'bestwebsoft' ); ?>" />
|
774 |
+
</p>
|
775 |
+
<input type="hidden" name="bws_restore_default" value="submit" />
|
776 |
+
<?php wp_nonce_field( $plugin_basename, 'bws_settings_nonce_name' ); ?>
|
777 |
+
</form>
|
778 |
+
<?php }
|
779 |
+
}
|
780 |
+
|
781 |
+
if ( ! function_exists ( 'bws_form_restore_default_confirm' ) ) {
|
782 |
+
function bws_form_restore_default_confirm( $plugin_basename ) { ?>
|
783 |
+
<div>
|
784 |
+
<p><?php _e( 'Are you sure you want to restore all settings by default?', 'bestwebsoft' ) ?></p>
|
785 |
+
<form method="post" action="">
|
786 |
+
<p>
|
787 |
+
<button class="button" name="bws_restore_confirm"><?php _e( 'Yes, restore all settings', 'bestwebsoft' ) ?></button>
|
788 |
+
<button class="button" name="bws_restore_deny"><?php _e( 'No, go back to the settings page', 'bestwebsoft' ) ?></button>
|
789 |
+
<?php wp_nonce_field( $plugin_basename, 'bws_settings_nonce_name' ); ?>
|
790 |
+
</p>
|
791 |
+
</form>
|
792 |
+
</div>
|
793 |
+
<?php }
|
794 |
+
}
|
795 |
+
|
796 |
add_action( 'admin_init', 'bws_plugin_init' );
|
797 |
add_action( 'admin_enqueue_scripts', 'bws_admin_add_scripts' );
|
798 |
add_action( 'admin_head', 'bws_admin_head' );
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.6.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -102,7 +102,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
102 |
'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
103 |
'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
104 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
105 |
-
'settings' => 'admin.php?page=custom_search.php'
|
|
|
|
|
|
|
106 |
),
|
107 |
'quotes-and-tips/quotes-and-tips.php'=> array(
|
108 |
'name' => 'Quotes and Tips',
|
@@ -428,7 +431,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
428 |
'download' => 'http://bestwebsoft.com/products/pagination/download/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
429 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Pagination+BestWebSoft&plugin-search-input=Search+Plugins',
|
430 |
'settings' => 'admin.php?page=pagination.php'
|
431 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
432 |
);
|
433 |
|
434 |
$all_plugins = get_plugins();
|
@@ -942,7 +953,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
942 |
<p>
|
943 |
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
944 |
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
945 |
-
<input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
|
946 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
|
947 |
</p>
|
948 |
</form>
|
@@ -956,7 +967,8 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
956 |
function bws_get_banner_array() {
|
957 |
global $bstwbsftwppdtplgns_banner_array;
|
958 |
$bstwbsftwppdtplgns_banner_array = array(
|
959 |
-
array( '
|
|
|
960 |
array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
|
961 |
array( 'prmbr_hide_banner_on_plugin_page', 'promobar/promobar.php', '1.0.0' ),
|
962 |
array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.6.5
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
102 |
'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
103 |
'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
104 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
105 |
+
'settings' => 'admin.php?page=custom_search.php',
|
106 |
+
'pro_version' => 'custom-search-pro/custom-search-pro.php',
|
107 |
+
'purchase' => 'http://bestwebsoft.com/products/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
108 |
+
'pro_settings' => 'admin.php?page=custom_search_pro.php'
|
109 |
),
|
110 |
'quotes-and-tips/quotes-and-tips.php'=> array(
|
111 |
'name' => 'Quotes and Tips',
|
431 |
'download' => 'http://bestwebsoft.com/products/pagination/download/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
432 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Pagination+BestWebSoft&plugin-search-input=Search+Plugins',
|
433 |
'settings' => 'admin.php?page=pagination.php'
|
434 |
+
),
|
435 |
+
'visitors-online/visitors-online.php' => array(
|
436 |
+
'name' => 'Visitors online',
|
437 |
+
'description' => 'See how many users, guests and bots are online at the website.',
|
438 |
+
'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
439 |
+
'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
440 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Visitors+online+BestWebSoft&plugin-search-input=Search+Plugins',
|
441 |
+
'settings' => 'admin.php?page=visitors-online.php'
|
442 |
+
)
|
443 |
);
|
444 |
|
445 |
$all_plugins = get_plugins();
|
953 |
<p>
|
954 |
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
955 |
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
956 |
+
<input type="text" maxlength="250" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
|
957 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
|
958 |
</p>
|
959 |
</form>
|
967 |
function bws_get_banner_array() {
|
968 |
global $bstwbsftwppdtplgns_banner_array;
|
969 |
$bstwbsftwppdtplgns_banner_array = array(
|
970 |
+
array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
|
971 |
+
array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
|
972 |
array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
|
973 |
array( 'prmbr_hide_banner_on_plugin_page', 'promobar/promobar.php', '1.0.0' ),
|
974 |
array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
|
bws_menu/css/general_style.css
CHANGED
@@ -69,6 +69,7 @@ td.bws_pro_version_tooltip {
|
|
69 |
margin: 5px 0;
|
70 |
border: 1px solid #AAAAAA;
|
71 |
max-width: 800px;
|
|
|
72 |
}
|
73 |
.bws_table_bg {
|
74 |
background: #f8e268 url("../images/pattern.png");
|
69 |
margin: 5px 0;
|
70 |
border: 1px solid #AAAAAA;
|
71 |
max-width: 800px;
|
72 |
+
overflow: hidden;
|
73 |
}
|
74 |
.bws_table_bg {
|
75 |
background: #f8e268 url("../images/pattern.png");
|
bws_menu/icons/visitors-online.png
ADDED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
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"
|
@@ -188,8 +188,8 @@ msgstr ""
|
|
188 |
#: bws_functions.php:371
|
189 |
#: bws_functions.php:401
|
190 |
#: bws_functions.php:409
|
191 |
-
#: bws_menu.php:
|
192 |
-
#: bws_menu.php:
|
193 |
#, fuzzy
|
194 |
msgid "Activate"
|
195 |
msgstr "Aktivierte Plugins"
|
@@ -279,11 +279,11 @@ msgstr ""
|
|
279 |
# @ captcha
|
280 |
#: bws_functions.php:552
|
281 |
#: bws_functions.php:605
|
282 |
-
#: bws_menu.php:
|
283 |
-
#: bws_menu.php:
|
284 |
-
#: bws_menu.php:
|
285 |
-
#: bws_menu.php:
|
286 |
-
#: bws_menu.php:
|
287 |
#, fuzzy
|
288 |
msgid "Learn more"
|
289 |
msgstr "Lesen Sie mehr"
|
@@ -317,337 +317,359 @@ msgstr ""
|
|
317 |
msgid "Close"
|
318 |
msgstr ""
|
319 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
# @ captcha
|
321 |
-
#: bws_menu.php:
|
322 |
msgid "Not set"
|
323 |
msgstr "Nicht festgelegt"
|
324 |
|
325 |
# @ captcha
|
326 |
-
#: bws_menu.php:
|
327 |
-
#: bws_menu.php:
|
328 |
msgid "On"
|
329 |
msgstr "Ein"
|
330 |
|
331 |
# @ captcha
|
332 |
-
#: bws_menu.php:
|
333 |
-
#: bws_menu.php:
|
334 |
msgid "Off"
|
335 |
msgstr "Ausgeschaltet"
|
336 |
|
337 |
# @ captcha
|
338 |
-
#: bws_menu.php:
|
339 |
-
#: bws_menu.php:
|
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:
|
349 |
msgid " Mb"
|
350 |
msgstr " Mb"
|
351 |
|
352 |
# @ captcha
|
353 |
-
#: bws_menu.php:
|
354 |
-
#: bws_menu.php:
|
355 |
-
#: bws_menu.php:
|
356 |
-
#: bws_menu.php:
|
357 |
msgid "Yes"
|
358 |
msgstr "Ja"
|
359 |
|
360 |
# @ captcha
|
361 |
-
#: bws_menu.php:
|
362 |
-
#: bws_menu.php:
|
363 |
-
#: bws_menu.php:
|
364 |
-
#: bws_menu.php:
|
365 |
msgid "No"
|
366 |
msgstr "Nein"
|
367 |
|
368 |
# @ captcha
|
369 |
-
#: bws_menu.php:
|
370 |
msgid "Operating System"
|
371 |
msgstr "Betriebs-System"
|
372 |
|
373 |
# @ captcha
|
374 |
-
#: bws_menu.php:
|
375 |
msgid "Server"
|
376 |
msgstr "Server"
|
377 |
|
378 |
# @ captcha
|
379 |
-
#: bws_menu.php:
|
380 |
msgid "Memory usage"
|
381 |
msgstr "Speichernutzung"
|
382 |
|
383 |
# @ captcha
|
384 |
-
#: bws_menu.php:
|
385 |
msgid "MYSQL Version"
|
386 |
msgstr "MYSQL Version"
|
387 |
|
388 |
# @ captcha
|
389 |
-
#: bws_menu.php:
|
390 |
msgid "SQL Mode"
|
391 |
msgstr "SQL Modus"
|
392 |
|
393 |
# @ captcha
|
394 |
-
#: bws_menu.php:
|
395 |
msgid "PHP Version"
|
396 |
msgstr "PHP Version"
|
397 |
|
398 |
# @ captcha
|
399 |
-
#: bws_menu.php:
|
400 |
msgid "PHP Safe Mode"
|
401 |
msgstr "PHP Gesicherter Modus"
|
402 |
|
403 |
# @ captcha
|
404 |
-
#: bws_menu.php:
|
405 |
msgid "PHP Allow URL fopen"
|
406 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
407 |
|
408 |
# @ captcha
|
409 |
-
#: bws_menu.php:
|
410 |
msgid "PHP Memory Limit"
|
411 |
msgstr "PHP Speicher-Grenze"
|
412 |
|
413 |
# @ captcha
|
414 |
-
#: bws_menu.php:
|
415 |
msgid "PHP Max Upload Size"
|
416 |
msgstr "PHP Maximale Upload Größe"
|
417 |
|
418 |
# @ captcha
|
419 |
-
#: bws_menu.php:
|
420 |
msgid "PHP Max Post Size"
|
421 |
msgstr "PHP Maximale Beitrags-Größe"
|
422 |
|
423 |
# @ captcha
|
424 |
-
#: bws_menu.php:
|
425 |
msgid "PHP Max Script Execute Time"
|
426 |
msgstr "PHP Maximale Script Ausführungszeit"
|
427 |
|
428 |
# @ captcha
|
429 |
-
#: bws_menu.php:
|
430 |
msgid "PHP Exif support"
|
431 |
msgstr "PHP Exif Support"
|
432 |
|
433 |
# @ captcha
|
434 |
-
#: bws_menu.php:
|
435 |
msgid "PHP IPTC support"
|
436 |
msgstr "PHP IPTC Support"
|
437 |
|
438 |
# @ captcha
|
439 |
-
#: bws_menu.php:
|
440 |
msgid "PHP XML support"
|
441 |
msgstr "PHP XML Support"
|
442 |
|
443 |
# @ captcha
|
444 |
-
#: bws_menu.php:
|
445 |
msgid "Site URL"
|
446 |
msgstr "Site URL"
|
447 |
|
448 |
# @ captcha
|
449 |
-
#: bws_menu.php:
|
450 |
msgid "Home URL"
|
451 |
msgstr "Home URL"
|
452 |
|
453 |
# @ captcha
|
454 |
-
#: bws_menu.php:
|
455 |
msgid "WordPress Version"
|
456 |
msgstr "WordPress Version"
|
457 |
|
458 |
# @ captcha
|
459 |
-
#: bws_menu.php:
|
460 |
msgid "WordPress DB Version"
|
461 |
msgstr "WordPress DB Version"
|
462 |
|
463 |
# @ captcha
|
464 |
-
#: bws_menu.php:
|
465 |
msgid "Multisite"
|
466 |
msgstr "Multisite"
|
467 |
|
468 |
# @ captcha
|
469 |
-
#: bws_menu.php:
|
470 |
msgid "Active Theme"
|
471 |
msgstr "Actives Theme"
|
472 |
|
473 |
# @ captcha
|
474 |
-
#: bws_menu.php:
|
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:
|
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:
|
485 |
msgid "Thank you for contacting us."
|
486 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
487 |
|
488 |
# @ captcha
|
489 |
-
#: bws_menu.php:
|
490 |
msgid "Sorry, email message could not be delivered."
|
491 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
492 |
|
493 |
-
#: bws_menu.php:
|
494 |
msgid "Need help?"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: bws_menu.php:
|
498 |
msgid "Client area"
|
499 |
msgstr ""
|
500 |
|
501 |
# @ captcha
|
502 |
-
#: bws_menu.php:
|
503 |
-
#: bws_menu.php:
|
504 |
msgid "System status"
|
505 |
msgstr "System Status"
|
506 |
|
507 |
# @ captcha
|
508 |
-
#: bws_menu.php:
|
509 |
#, fuzzy
|
510 |
msgid "Plugins"
|
511 |
msgstr "BWS Plugins"
|
512 |
|
513 |
-
#: bws_menu.php:
|
514 |
msgid "Themes"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: bws_menu.php:
|
518 |
msgid "All"
|
519 |
msgstr ""
|
520 |
|
521 |
# @ default
|
522 |
-
#: bws_menu.php:
|
523 |
#, fuzzy
|
524 |
msgid "Installed"
|
525 |
msgstr "Installiere %s"
|
526 |
|
527 |
# @ captcha
|
528 |
-
#: bws_menu.php:
|
529 |
#, fuzzy
|
530 |
msgid "Recommended"
|
531 |
msgstr "Empfohlene Plugins"
|
532 |
|
533 |
# @ captcha
|
534 |
-
#: bws_menu.php:
|
535 |
msgid "Installed plugins"
|
536 |
msgstr "Installierte Plugins"
|
537 |
|
538 |
# @ captcha
|
539 |
-
#: bws_menu.php:
|
540 |
-
#: bws_menu.php:
|
541 |
msgid "Settings"
|
542 |
msgstr "Einstellungen"
|
543 |
|
544 |
# @ captcha
|
545 |
-
#: bws_menu.php:
|
546 |
-
#: bws_menu.php:
|
547 |
#, fuzzy
|
548 |
msgid "Activate this plugin"
|
549 |
msgstr "Aktivierte Plugins"
|
550 |
|
551 |
-
#: bws_menu.php:
|
552 |
-
#: bws_menu.php:
|
553 |
-
#: bws_menu.php:
|
554 |
msgid "Go"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: bws_menu.php:
|
558 |
-
#: bws_menu.php:
|
559 |
-
#: bws_menu.php:
|
560 |
msgid "DONATE"
|
561 |
msgstr ""
|
562 |
|
563 |
# @ captcha
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "Recommended plugins"
|
566 |
msgstr "Empfohlene Plugins"
|
567 |
|
568 |
# @ default
|
569 |
-
#: bws_menu.php:
|
570 |
#, fuzzy
|
571 |
msgid "Install now"
|
572 |
msgstr "Installiere %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 "Installiere %s"
|
588 |
|
589 |
# @ default
|
590 |
-
#: bws_menu.php:
|
591 |
#, fuzzy
|
592 |
msgid "Install Now"
|
593 |
msgstr "Installiere %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 |
-
#: bws_menu.php:
|
615 |
#, php-format
|
616 |
msgid "By %s"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: bws_menu.php:
|
620 |
msgid "Details"
|
621 |
msgstr ""
|
622 |
|
623 |
# @ default
|
624 |
-
#: bws_menu.php:
|
625 |
#, fuzzy
|
626 |
msgid "Already Installed"
|
627 |
msgstr "Installiere %s"
|
628 |
|
629 |
# @ captcha
|
630 |
-
#: bws_menu.php:
|
631 |
msgid "Environment"
|
632 |
msgstr "Umgebungsvariable"
|
633 |
|
634 |
# @ captcha
|
635 |
-
#: bws_menu.php:
|
636 |
msgid "Active Plugins"
|
637 |
msgstr "Aktivierte Plugins"
|
638 |
|
639 |
# @ captcha
|
640 |
-
#: bws_menu.php:
|
641 |
msgid "Inactive Plugins"
|
642 |
msgstr "Inactive Plugins"
|
643 |
|
644 |
# @ captcha
|
645 |
-
#: bws_menu.php:
|
646 |
msgid "Send to support"
|
647 |
msgstr "Sende zuzm Support"
|
648 |
|
649 |
# @ captcha
|
650 |
-
#: bws_menu.php:
|
651 |
msgid "Send to custom email »"
|
652 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
653 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-12 15:56+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-06-12 15:56+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: de_DE\n"
|
188 |
#: bws_functions.php:371
|
189 |
#: bws_functions.php:401
|
190 |
#: bws_functions.php:409
|
191 |
+
#: bws_menu.php:657
|
192 |
+
#: bws_menu.php:714
|
193 |
#, fuzzy
|
194 |
msgid "Activate"
|
195 |
msgstr "Aktivierte Plugins"
|
279 |
# @ captcha
|
280 |
#: bws_functions.php:552
|
281 |
#: bws_functions.php:605
|
282 |
+
#: bws_menu.php:633
|
283 |
+
#: bws_menu.php:655
|
284 |
+
#: bws_menu.php:682
|
285 |
+
#: bws_menu.php:712
|
286 |
+
#: bws_menu.php:758
|
287 |
#, fuzzy
|
288 |
msgid "Learn more"
|
289 |
msgstr "Lesen Sie mehr"
|
317 |
msgid "Close"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: bws_functions.php:771
|
321 |
+
#: bws_functions.php:784
|
322 |
+
msgid "Restore all plugin settings to defaults"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: bws_functions.php:773
|
326 |
+
#: bws_functions.php:786
|
327 |
+
msgid "Restore settings"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: bws_functions.php:797
|
331 |
+
msgid "Are you sure you want to restore all settings by default?"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: bws_functions.php:799
|
335 |
+
msgid "Yes, restore all settings"
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: bws_functions.php:800
|
339 |
+
msgid "No, go back to the settings page"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
# @ captcha
|
343 |
+
#: bws_menu.php:470
|
344 |
msgid "Not set"
|
345 |
msgstr "Nicht festgelegt"
|
346 |
|
347 |
# @ captcha
|
348 |
+
#: bws_menu.php:472
|
349 |
+
#: bws_menu.php:473
|
350 |
msgid "On"
|
351 |
msgstr "Ein"
|
352 |
|
353 |
# @ captcha
|
354 |
+
#: bws_menu.php:472
|
355 |
+
#: bws_menu.php:473
|
356 |
msgid "Off"
|
357 |
msgstr "Ausgeschaltet"
|
358 |
|
359 |
# @ captcha
|
360 |
+
#: bws_menu.php:474
|
361 |
+
#: bws_menu.php:475
|
|
|
|
|
|
|
362 |
#: bws_menu.php:476
|
363 |
+
#: bws_menu.php:477
|
364 |
+
#: bws_menu.php:478
|
365 |
+
#: bws_menu.php:490
|
366 |
msgid "N/A"
|
367 |
msgstr "keine Angaben"
|
368 |
|
369 |
# @ captcha
|
370 |
+
#: bws_menu.php:478
|
371 |
msgid " Mb"
|
372 |
msgstr " Mb"
|
373 |
|
374 |
# @ captcha
|
375 |
+
#: bws_menu.php:479
|
376 |
+
#: bws_menu.php:480
|
377 |
+
#: bws_menu.php:481
|
378 |
+
#: bws_menu.php:486
|
379 |
msgid "Yes"
|
380 |
msgstr "Ja"
|
381 |
|
382 |
# @ captcha
|
383 |
+
#: bws_menu.php:479
|
384 |
+
#: bws_menu.php:480
|
385 |
+
#: bws_menu.php:481
|
386 |
+
#: bws_menu.php:488
|
387 |
msgid "No"
|
388 |
msgstr "Nein"
|
389 |
|
390 |
# @ captcha
|
391 |
+
#: bws_menu.php:498
|
392 |
msgid "Operating System"
|
393 |
msgstr "Betriebs-System"
|
394 |
|
395 |
# @ captcha
|
396 |
+
#: bws_menu.php:499
|
397 |
msgid "Server"
|
398 |
msgstr "Server"
|
399 |
|
400 |
# @ captcha
|
401 |
+
#: bws_menu.php:500
|
402 |
msgid "Memory usage"
|
403 |
msgstr "Speichernutzung"
|
404 |
|
405 |
# @ captcha
|
406 |
+
#: bws_menu.php:501
|
407 |
msgid "MYSQL Version"
|
408 |
msgstr "MYSQL Version"
|
409 |
|
410 |
# @ captcha
|
411 |
+
#: bws_menu.php:502
|
412 |
msgid "SQL Mode"
|
413 |
msgstr "SQL Modus"
|
414 |
|
415 |
# @ captcha
|
416 |
+
#: bws_menu.php:503
|
417 |
msgid "PHP Version"
|
418 |
msgstr "PHP Version"
|
419 |
|
420 |
# @ captcha
|
421 |
+
#: bws_menu.php:504
|
422 |
msgid "PHP Safe Mode"
|
423 |
msgstr "PHP Gesicherter Modus"
|
424 |
|
425 |
# @ captcha
|
426 |
+
#: bws_menu.php:505
|
427 |
msgid "PHP Allow URL fopen"
|
428 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
429 |
|
430 |
# @ captcha
|
431 |
+
#: bws_menu.php:506
|
432 |
msgid "PHP Memory Limit"
|
433 |
msgstr "PHP Speicher-Grenze"
|
434 |
|
435 |
# @ captcha
|
436 |
+
#: bws_menu.php:507
|
437 |
msgid "PHP Max Upload Size"
|
438 |
msgstr "PHP Maximale Upload Größe"
|
439 |
|
440 |
# @ captcha
|
441 |
+
#: bws_menu.php:508
|
442 |
msgid "PHP Max Post Size"
|
443 |
msgstr "PHP Maximale Beitrags-Größe"
|
444 |
|
445 |
# @ captcha
|
446 |
+
#: bws_menu.php:509
|
447 |
msgid "PHP Max Script Execute Time"
|
448 |
msgstr "PHP Maximale Script Ausführungszeit"
|
449 |
|
450 |
# @ captcha
|
451 |
+
#: bws_menu.php:510
|
452 |
msgid "PHP Exif support"
|
453 |
msgstr "PHP Exif Support"
|
454 |
|
455 |
# @ captcha
|
456 |
+
#: bws_menu.php:511
|
457 |
msgid "PHP IPTC support"
|
458 |
msgstr "PHP IPTC Support"
|
459 |
|
460 |
# @ captcha
|
461 |
+
#: bws_menu.php:512
|
462 |
msgid "PHP XML support"
|
463 |
msgstr "PHP XML Support"
|
464 |
|
465 |
# @ captcha
|
466 |
+
#: bws_menu.php:513
|
467 |
msgid "Site URL"
|
468 |
msgstr "Site URL"
|
469 |
|
470 |
# @ captcha
|
471 |
+
#: bws_menu.php:514
|
472 |
msgid "Home URL"
|
473 |
msgstr "Home URL"
|
474 |
|
475 |
# @ captcha
|
476 |
+
#: bws_menu.php:517
|
477 |
msgid "WordPress Version"
|
478 |
msgstr "WordPress Version"
|
479 |
|
480 |
# @ captcha
|
481 |
+
#: bws_menu.php:518
|
482 |
msgid "WordPress DB Version"
|
483 |
msgstr "WordPress DB Version"
|
484 |
|
485 |
# @ captcha
|
486 |
+
#: bws_menu.php:519
|
487 |
msgid "Multisite"
|
488 |
msgstr "Multisite"
|
489 |
|
490 |
# @ captcha
|
491 |
+
#: bws_menu.php:520
|
492 |
msgid "Active Theme"
|
493 |
msgstr "Actives Theme"
|
494 |
|
495 |
# @ captcha
|
496 |
+
#: bws_menu.php:535
|
497 |
msgid "Please enter a valid email address."
|
498 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
499 |
|
500 |
# @ captcha
|
501 |
+
#: bws_menu.php:539
|
502 |
msgid "Email with system info is sent to "
|
503 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
504 |
|
505 |
# @ captcha
|
506 |
+
#: bws_menu.php:543
|
507 |
msgid "Thank you for contacting us."
|
508 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
509 |
|
510 |
# @ captcha
|
511 |
+
#: bws_menu.php:576
|
512 |
msgid "Sorry, email message could not be delivered."
|
513 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
514 |
|
515 |
+
#: bws_menu.php:584
|
516 |
msgid "Need help?"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: bws_menu.php:585
|
520 |
msgid "Client area"
|
521 |
msgstr ""
|
522 |
|
523 |
# @ captcha
|
524 |
+
#: bws_menu.php:586
|
525 |
+
#: bws_menu.php:897
|
526 |
msgid "System status"
|
527 |
msgstr "System Status"
|
528 |
|
529 |
# @ captcha
|
530 |
+
#: bws_menu.php:591
|
531 |
#, fuzzy
|
532 |
msgid "Plugins"
|
533 |
msgstr "BWS Plugins"
|
534 |
|
535 |
+
#: bws_menu.php:593
|
536 |
msgid "Themes"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: bws_menu.php:598
|
540 |
msgid "All"
|
541 |
msgstr ""
|
542 |
|
543 |
# @ default
|
544 |
+
#: bws_menu.php:599
|
545 |
#, fuzzy
|
546 |
msgid "Installed"
|
547 |
msgstr "Installiere %s"
|
548 |
|
549 |
# @ captcha
|
550 |
+
#: bws_menu.php:600
|
551 |
#, fuzzy
|
552 |
msgid "Recommended"
|
553 |
msgstr "Empfohlene Plugins"
|
554 |
|
555 |
# @ captcha
|
556 |
+
#: bws_menu.php:604
|
557 |
msgid "Installed plugins"
|
558 |
msgstr "Installierte Plugins"
|
559 |
|
560 |
# @ captcha
|
561 |
+
#: bws_menu.php:636
|
562 |
+
#: bws_menu.php:685
|
563 |
msgid "Settings"
|
564 |
msgstr "Einstellungen"
|
565 |
|
566 |
# @ captcha
|
567 |
+
#: bws_menu.php:657
|
568 |
+
#: bws_menu.php:714
|
569 |
#, fuzzy
|
570 |
msgid "Activate this plugin"
|
571 |
msgstr "Aktivierte Plugins"
|
572 |
|
573 |
+
#: bws_menu.php:672
|
574 |
+
#: bws_menu.php:702
|
575 |
+
#: bws_menu.php:748
|
576 |
msgid "Go"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: bws_menu.php:676
|
580 |
+
#: bws_menu.php:706
|
581 |
+
#: bws_menu.php:752
|
582 |
msgid "DONATE"
|
583 |
msgstr ""
|
584 |
|
585 |
# @ captcha
|
586 |
+
#: bws_menu.php:722
|
587 |
msgid "Recommended plugins"
|
588 |
msgstr "Empfohlene Plugins"
|
589 |
|
590 |
# @ default
|
591 |
+
#: bws_menu.php:760
|
592 |
#, fuzzy
|
593 |
msgid "Install now"
|
594 |
msgstr "Installiere %s"
|
595 |
|
596 |
+
#: bws_menu.php:781
|
597 |
msgid "Try again"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: bws_menu.php:799
|
601 |
#, php-format
|
602 |
msgid "Preview “%s”"
|
603 |
msgstr ""
|
604 |
|
605 |
# @ default
|
606 |
+
#: bws_menu.php:830
|
607 |
#, php-format
|
608 |
msgid "Install %s"
|
609 |
msgstr "Installiere %s"
|
610 |
|
611 |
# @ default
|
612 |
+
#: bws_menu.php:830
|
613 |
#, fuzzy
|
614 |
msgid "Install Now"
|
615 |
msgstr "Installiere %s"
|
616 |
|
617 |
+
#: bws_menu.php:833
|
618 |
#, php-format
|
619 |
msgid "Update to version %s"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: bws_menu.php:833
|
623 |
msgid "Update"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: bws_menu.php:840
|
627 |
#, php-format
|
628 |
msgid "Preview %s"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: bws_menu.php:840
|
632 |
msgid "Preview"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: bws_menu.php:846
|
636 |
+
#: bws_menu.php:878
|
637 |
#, php-format
|
638 |
msgid "By %s"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: bws_menu.php:852
|
642 |
msgid "Details"
|
643 |
msgstr ""
|
644 |
|
645 |
# @ default
|
646 |
+
#: bws_menu.php:884
|
647 |
#, fuzzy
|
648 |
msgid "Already Installed"
|
649 |
msgstr "Installiere %s"
|
650 |
|
651 |
# @ captcha
|
652 |
+
#: bws_menu.php:900
|
653 |
msgid "Environment"
|
654 |
msgstr "Umgebungsvariable"
|
655 |
|
656 |
# @ captcha
|
657 |
+
#: bws_menu.php:911
|
658 |
msgid "Active Plugins"
|
659 |
msgstr "Aktivierte Plugins"
|
660 |
|
661 |
# @ captcha
|
662 |
+
#: bws_menu.php:924
|
663 |
msgid "Inactive Plugins"
|
664 |
msgstr "Inactive Plugins"
|
665 |
|
666 |
# @ captcha
|
667 |
+
#: bws_menu.php:940
|
668 |
msgid "Send to support"
|
669 |
msgstr "Sende zuzm Support"
|
670 |
|
671 |
# @ captcha
|
672 |
+
#: bws_menu.php:947
|
673 |
msgid "Send to custom email »"
|
674 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
675 |
|
bws_menu/languages/bestwebsoft-fr_FR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
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"
|
@@ -176,8 +176,8 @@ msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
|
176 |
#: bws_functions.php:371
|
177 |
#: bws_functions.php:401
|
178 |
#: bws_functions.php:409
|
179 |
-
#: bws_menu.php:
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Activate"
|
182 |
msgstr "Activé"
|
183 |
|
@@ -249,12 +249,11 @@ 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 "
|
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"
|
@@ -266,11 +265,11 @@ msgstr "Votre licence est terminée. Pour continuer à disposer du support rapid
|
|
266 |
|
267 |
#: bws_functions.php:552
|
268 |
#: bws_functions.php:605
|
269 |
-
#: bws_menu.php:
|
270 |
-
#: bws_menu.php:
|
271 |
-
#: bws_menu.php:
|
272 |
-
#: bws_menu.php:
|
273 |
-
#: bws_menu.php:
|
274 |
msgid "Learn more"
|
275 |
msgstr "En savoir plus"
|
276 |
|
@@ -303,281 +302,306 @@ msgstr "et vous ne diposerez plus du support rapide et des mises à jour."
|
|
303 |
msgid "Close"
|
304 |
msgstr "Fermer"
|
305 |
|
306 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
msgid "Not set"
|
308 |
msgstr "Not set"
|
309 |
|
310 |
-
#: bws_menu.php:
|
311 |
-
#: bws_menu.php:
|
312 |
msgid "On"
|
313 |
msgstr "On"
|
314 |
|
315 |
-
#: bws_menu.php:
|
316 |
-
#: bws_menu.php:
|
317 |
msgid "Off"
|
318 |
msgstr "Off"
|
319 |
|
320 |
-
#: bws_menu.php:
|
321 |
-
#: bws_menu.php:
|
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:
|
330 |
msgid " Mb"
|
331 |
msgstr " Mb"
|
332 |
|
333 |
-
#: bws_menu.php:
|
334 |
-
#: bws_menu.php:
|
335 |
-
#: bws_menu.php:
|
336 |
-
#: bws_menu.php:
|
337 |
msgid "Yes"
|
338 |
msgstr "Yes"
|
339 |
|
340 |
-
#: bws_menu.php:
|
341 |
-
#: bws_menu.php:
|
342 |
-
#: bws_menu.php:
|
343 |
-
#: bws_menu.php:
|
344 |
msgid "No"
|
345 |
msgstr "No"
|
346 |
|
347 |
-
#: bws_menu.php:
|
348 |
msgid "Operating System"
|
349 |
msgstr "Operating System"
|
350 |
|
351 |
-
#: bws_menu.php:
|
352 |
msgid "Server"
|
353 |
msgstr "Server"
|
354 |
|
355 |
-
#: bws_menu.php:
|
356 |
msgid "Memory usage"
|
357 |
msgstr "Memory usage"
|
358 |
|
359 |
-
#: bws_menu.php:
|
360 |
msgid "MYSQL Version"
|
361 |
msgstr "MYSQL Version"
|
362 |
|
363 |
-
#: bws_menu.php:
|
364 |
msgid "SQL Mode"
|
365 |
msgstr "SQL Mode"
|
366 |
|
367 |
-
#: bws_menu.php:
|
368 |
msgid "PHP Version"
|
369 |
msgstr "PHP Version"
|
370 |
|
371 |
-
#: bws_menu.php:
|
372 |
msgid "PHP Safe Mode"
|
373 |
msgstr "PHP Safe Mode"
|
374 |
|
375 |
-
#: bws_menu.php:
|
376 |
msgid "PHP Allow URL fopen"
|
377 |
msgstr "PHP Allow URL fopen"
|
378 |
|
379 |
-
#: bws_menu.php:
|
380 |
msgid "PHP Memory Limit"
|
381 |
msgstr "PHP Memory Limit"
|
382 |
|
383 |
-
#: bws_menu.php:
|
384 |
msgid "PHP Max Upload Size"
|
385 |
msgstr "PHP Max Upload Size"
|
386 |
|
387 |
-
#: bws_menu.php:
|
388 |
msgid "PHP Max Post Size"
|
389 |
msgstr "PHP Max Post Size"
|
390 |
|
391 |
-
#: bws_menu.php:
|
392 |
msgid "PHP Max Script Execute Time"
|
393 |
msgstr "PHP Max Script Execute Time"
|
394 |
|
395 |
-
#: bws_menu.php:
|
396 |
msgid "PHP Exif support"
|
397 |
msgstr "PHP Exif support"
|
398 |
|
399 |
-
#: bws_menu.php:
|
400 |
msgid "PHP IPTC support"
|
401 |
msgstr "PHP IPTC support"
|
402 |
|
403 |
-
#: bws_menu.php:
|
404 |
msgid "PHP XML support"
|
405 |
msgstr "PHP XML support"
|
406 |
|
407 |
-
#: bws_menu.php:
|
408 |
msgid "Site URL"
|
409 |
msgstr "Site URL"
|
410 |
|
411 |
-
#: bws_menu.php:
|
412 |
msgid "Home URL"
|
413 |
msgstr "Home URL"
|
414 |
|
415 |
-
#: bws_menu.php:
|
416 |
msgid "WordPress Version"
|
417 |
msgstr "WordPress Version"
|
418 |
|
419 |
-
#: bws_menu.php:
|
420 |
msgid "WordPress DB Version"
|
421 |
msgstr "WordPress DB Version"
|
422 |
|
423 |
-
#: bws_menu.php:
|
424 |
msgid "Multisite"
|
425 |
msgstr "Multisite"
|
426 |
|
427 |
-
#: bws_menu.php:
|
428 |
msgid "Active Theme"
|
429 |
msgstr "Active Theme"
|
430 |
|
431 |
-
#: bws_menu.php:
|
432 |
msgid "Please enter a valid email address."
|
433 |
msgstr "Merci de saisir une adresse e-mail valide."
|
434 |
|
435 |
-
#: bws_menu.php:
|
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:
|
440 |
msgid "Thank you for contacting us."
|
441 |
msgstr "Merci de nous avoir contacté."
|
442 |
|
443 |
-
#: bws_menu.php:
|
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:
|
448 |
msgid "Need help?"
|
449 |
msgstr "Besoin d'aide ?"
|
450 |
|
451 |
-
#: bws_menu.php:
|
452 |
msgid "Client area"
|
453 |
msgstr "Espace client"
|
454 |
|
455 |
-
#: bws_menu.php:
|
456 |
-
#: bws_menu.php:
|
457 |
msgid "System status"
|
458 |
msgstr "System status"
|
459 |
|
460 |
-
#: bws_menu.php:
|
461 |
msgid "Plugins"
|
462 |
-
msgstr "
|
463 |
|
464 |
-
#: bws_menu.php:
|
465 |
msgid "Themes"
|
466 |
msgstr "Thèmes"
|
467 |
|
468 |
-
#: bws_menu.php:
|
469 |
msgid "All"
|
470 |
msgstr "Tous"
|
471 |
|
472 |
-
#: bws_menu.php:
|
473 |
msgid "Installed"
|
474 |
msgstr "Installé"
|
475 |
|
476 |
-
#: bws_menu.php:
|
477 |
msgid "Recommended"
|
478 |
msgstr "Recommandé"
|
479 |
|
480 |
-
#: bws_menu.php:
|
481 |
msgid "Installed plugins"
|
482 |
msgstr "Plugin installé"
|
483 |
|
484 |
-
#: bws_menu.php:
|
485 |
-
#: bws_menu.php:
|
486 |
msgid "Settings"
|
487 |
msgstr "Réglages"
|
488 |
|
489 |
-
#: bws_menu.php:
|
490 |
-
#: bws_menu.php:
|
491 |
msgid "Activate this plugin"
|
492 |
msgstr "Activer cette extension"
|
493 |
|
494 |
-
#: bws_menu.php:
|
495 |
-
#: bws_menu.php:
|
496 |
-
#: bws_menu.php:
|
497 |
msgid "Go"
|
498 |
msgstr "Passez"
|
499 |
|
500 |
-
#: bws_menu.php:
|
501 |
-
#: bws_menu.php:
|
502 |
-
#: bws_menu.php:
|
503 |
msgid "DONATE"
|
504 |
msgstr "Faire un don"
|
505 |
|
506 |
-
#: bws_menu.php:
|
507 |
msgid "Recommended plugins"
|
508 |
msgstr "Plugin recommandé"
|
509 |
|
510 |
-
#: bws_menu.php:
|
511 |
msgid "Install now"
|
512 |
msgstr "Installer maintenant"
|
513 |
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "Try again"
|
516 |
msgstr "Essayer de nouveau"
|
517 |
|
518 |
-
#: bws_menu.php:
|
519 |
#, php-format
|
520 |
msgid "Preview “%s”"
|
521 |
msgstr "Pré-visualiser “%s”"
|
522 |
|
523 |
-
#: bws_menu.php:
|
524 |
#, php-format
|
525 |
msgid "Install %s"
|
526 |
msgstr "%s installé"
|
527 |
|
528 |
-
#: bws_menu.php:
|
529 |
msgid "Install Now"
|
530 |
msgstr "Installa Ora"
|
531 |
|
532 |
-
#: bws_menu.php:
|
533 |
#, php-format
|
534 |
msgid "Update to version %s"
|
535 |
msgstr "Mettre à jour pour la version %s"
|
536 |
|
537 |
-
#: bws_menu.php:
|
538 |
msgid "Update"
|
539 |
msgstr "Mettre à jour"
|
540 |
|
541 |
-
#: bws_menu.php:
|
542 |
#, php-format
|
543 |
msgid "Preview %s"
|
544 |
msgstr "Pré-visualiser %s"
|
545 |
|
546 |
-
#: bws_menu.php:
|
547 |
msgid "Preview"
|
548 |
msgstr "Pré-visualiser"
|
549 |
|
550 |
-
#: bws_menu.php:
|
551 |
-
#: bws_menu.php:
|
552 |
#, php-format
|
553 |
msgid "By %s"
|
554 |
msgstr "Par %s"
|
555 |
|
556 |
-
#: bws_menu.php:
|
557 |
msgid "Details"
|
558 |
msgstr "Détails"
|
559 |
|
560 |
-
#: bws_menu.php:
|
561 |
msgid "Already Installed"
|
562 |
msgstr "Déjà installé"
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "Environment"
|
566 |
msgstr "Environment"
|
567 |
|
568 |
-
#: bws_menu.php:
|
569 |
msgid "Active Plugins"
|
570 |
msgstr "Plugin actifs"
|
571 |
|
572 |
-
#: bws_menu.php:
|
573 |
msgid "Inactive Plugins"
|
574 |
msgstr "Plugin inactifs"
|
575 |
|
576 |
-
#: bws_menu.php:
|
577 |
msgid "Send to support"
|
578 |
msgstr "Envoyé au support"
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
msgid "Send to custom email »"
|
582 |
msgstr "Envoyer un e-mail spécifique »"
|
583 |
|
@@ -1104,9 +1128,6 @@ msgstr "Envoyer un e-mail spécifique »"
|
|
1104 |
#~ msgid "Support"
|
1105 |
#~ msgstr "Support"
|
1106 |
|
1107 |
-
#~ msgid "Are you sure that you want to delete this language data?"
|
1108 |
-
#~ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
1109 |
-
|
1110 |
#~ msgid "Display Attachment tips"
|
1111 |
#~ msgstr "Afficher les explications sur les pièces jointes"
|
1112 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-12 15:56+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-06-12 15:56+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
176 |
#: bws_functions.php:371
|
177 |
#: bws_functions.php:401
|
178 |
#: bws_functions.php:409
|
179 |
+
#: bws_menu.php:657
|
180 |
+
#: bws_menu.php:714
|
181 |
msgid "Activate"
|
182 |
msgstr "Activé"
|
183 |
|
249 |
|
250 |
#: bws_functions.php:542
|
251 |
msgid "WARNING: Illegal use notification"
|
252 |
+
msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
|
253 |
|
254 |
#: bws_functions.php:542
|
|
|
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 "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"
|
257 |
|
258 |
#: bws_functions.php:550
|
259 |
msgid "Notice: Your PRO Trial license has expired. To continue using the plugin you should buy a PRO license"
|
265 |
|
266 |
#: bws_functions.php:552
|
267 |
#: bws_functions.php:605
|
268 |
+
#: bws_menu.php:633
|
269 |
+
#: bws_menu.php:655
|
270 |
+
#: bws_menu.php:682
|
271 |
+
#: bws_menu.php:712
|
272 |
+
#: bws_menu.php:758
|
273 |
msgid "Learn more"
|
274 |
msgstr "En savoir plus"
|
275 |
|
302 |
msgid "Close"
|
303 |
msgstr "Fermer"
|
304 |
|
305 |
+
#: bws_functions.php:771
|
306 |
+
#: bws_functions.php:784
|
307 |
+
msgid "Restore all plugin settings to defaults"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: bws_functions.php:773
|
311 |
+
#: bws_functions.php:786
|
312 |
+
#, fuzzy
|
313 |
+
msgid "Restore settings"
|
314 |
+
msgstr "Options supplémentaires"
|
315 |
+
|
316 |
+
#: bws_functions.php:797
|
317 |
+
#, fuzzy
|
318 |
+
msgid "Are you sure you want to restore all settings by default?"
|
319 |
+
msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
320 |
+
|
321 |
+
#: bws_functions.php:799
|
322 |
+
msgid "Yes, restore all settings"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: bws_functions.php:800
|
326 |
+
#, fuzzy
|
327 |
+
msgid "No, go back to the settings page"
|
328 |
+
msgstr "Options supplémentaires"
|
329 |
+
|
330 |
+
#: bws_menu.php:470
|
331 |
msgid "Not set"
|
332 |
msgstr "Not set"
|
333 |
|
334 |
+
#: bws_menu.php:472
|
335 |
+
#: bws_menu.php:473
|
336 |
msgid "On"
|
337 |
msgstr "On"
|
338 |
|
339 |
+
#: bws_menu.php:472
|
340 |
+
#: bws_menu.php:473
|
341 |
msgid "Off"
|
342 |
msgstr "Off"
|
343 |
|
344 |
+
#: bws_menu.php:474
|
345 |
+
#: bws_menu.php:475
|
|
|
|
|
|
|
346 |
#: bws_menu.php:476
|
347 |
+
#: bws_menu.php:477
|
348 |
+
#: bws_menu.php:478
|
349 |
+
#: bws_menu.php:490
|
350 |
msgid "N/A"
|
351 |
msgstr "N/A"
|
352 |
|
353 |
+
#: bws_menu.php:478
|
354 |
msgid " Mb"
|
355 |
msgstr " Mb"
|
356 |
|
357 |
+
#: bws_menu.php:479
|
358 |
+
#: bws_menu.php:480
|
359 |
+
#: bws_menu.php:481
|
360 |
+
#: bws_menu.php:486
|
361 |
msgid "Yes"
|
362 |
msgstr "Yes"
|
363 |
|
364 |
+
#: bws_menu.php:479
|
365 |
+
#: bws_menu.php:480
|
366 |
+
#: bws_menu.php:481
|
367 |
+
#: bws_menu.php:488
|
368 |
msgid "No"
|
369 |
msgstr "No"
|
370 |
|
371 |
+
#: bws_menu.php:498
|
372 |
msgid "Operating System"
|
373 |
msgstr "Operating System"
|
374 |
|
375 |
+
#: bws_menu.php:499
|
376 |
msgid "Server"
|
377 |
msgstr "Server"
|
378 |
|
379 |
+
#: bws_menu.php:500
|
380 |
msgid "Memory usage"
|
381 |
msgstr "Memory usage"
|
382 |
|
383 |
+
#: bws_menu.php:501
|
384 |
msgid "MYSQL Version"
|
385 |
msgstr "MYSQL Version"
|
386 |
|
387 |
+
#: bws_menu.php:502
|
388 |
msgid "SQL Mode"
|
389 |
msgstr "SQL Mode"
|
390 |
|
391 |
+
#: bws_menu.php:503
|
392 |
msgid "PHP Version"
|
393 |
msgstr "PHP Version"
|
394 |
|
395 |
+
#: bws_menu.php:504
|
396 |
msgid "PHP Safe Mode"
|
397 |
msgstr "PHP Safe Mode"
|
398 |
|
399 |
+
#: bws_menu.php:505
|
400 |
msgid "PHP Allow URL fopen"
|
401 |
msgstr "PHP Allow URL fopen"
|
402 |
|
403 |
+
#: bws_menu.php:506
|
404 |
msgid "PHP Memory Limit"
|
405 |
msgstr "PHP Memory Limit"
|
406 |
|
407 |
+
#: bws_menu.php:507
|
408 |
msgid "PHP Max Upload Size"
|
409 |
msgstr "PHP Max Upload Size"
|
410 |
|
411 |
+
#: bws_menu.php:508
|
412 |
msgid "PHP Max Post Size"
|
413 |
msgstr "PHP Max Post Size"
|
414 |
|
415 |
+
#: bws_menu.php:509
|
416 |
msgid "PHP Max Script Execute Time"
|
417 |
msgstr "PHP Max Script Execute Time"
|
418 |
|
419 |
+
#: bws_menu.php:510
|
420 |
msgid "PHP Exif support"
|
421 |
msgstr "PHP Exif support"
|
422 |
|
423 |
+
#: bws_menu.php:511
|
424 |
msgid "PHP IPTC support"
|
425 |
msgstr "PHP IPTC support"
|
426 |
|
427 |
+
#: bws_menu.php:512
|
428 |
msgid "PHP XML support"
|
429 |
msgstr "PHP XML support"
|
430 |
|
431 |
+
#: bws_menu.php:513
|
432 |
msgid "Site URL"
|
433 |
msgstr "Site URL"
|
434 |
|
435 |
+
#: bws_menu.php:514
|
436 |
msgid "Home URL"
|
437 |
msgstr "Home URL"
|
438 |
|
439 |
+
#: bws_menu.php:517
|
440 |
msgid "WordPress Version"
|
441 |
msgstr "WordPress Version"
|
442 |
|
443 |
+
#: bws_menu.php:518
|
444 |
msgid "WordPress DB Version"
|
445 |
msgstr "WordPress DB Version"
|
446 |
|
447 |
+
#: bws_menu.php:519
|
448 |
msgid "Multisite"
|
449 |
msgstr "Multisite"
|
450 |
|
451 |
+
#: bws_menu.php:520
|
452 |
msgid "Active Theme"
|
453 |
msgstr "Active Theme"
|
454 |
|
455 |
+
#: bws_menu.php:535
|
456 |
msgid "Please enter a valid email address."
|
457 |
msgstr "Merci de saisir une adresse e-mail valide."
|
458 |
|
459 |
+
#: bws_menu.php:539
|
460 |
msgid "Email with system info is sent to "
|
461 |
msgstr "Le courriel avec les informations système est envoyé à"
|
462 |
|
463 |
+
#: bws_menu.php:543
|
464 |
msgid "Thank you for contacting us."
|
465 |
msgstr "Merci de nous avoir contacté."
|
466 |
|
467 |
+
#: bws_menu.php:576
|
468 |
msgid "Sorry, email message could not be delivered."
|
469 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
470 |
|
471 |
+
#: bws_menu.php:584
|
472 |
msgid "Need help?"
|
473 |
msgstr "Besoin d'aide ?"
|
474 |
|
475 |
+
#: bws_menu.php:585
|
476 |
msgid "Client area"
|
477 |
msgstr "Espace client"
|
478 |
|
479 |
+
#: bws_menu.php:586
|
480 |
+
#: bws_menu.php:897
|
481 |
msgid "System status"
|
482 |
msgstr "System status"
|
483 |
|
484 |
+
#: bws_menu.php:591
|
485 |
msgid "Plugins"
|
486 |
+
msgstr "Extensions"
|
487 |
|
488 |
+
#: bws_menu.php:593
|
489 |
msgid "Themes"
|
490 |
msgstr "Thèmes"
|
491 |
|
492 |
+
#: bws_menu.php:598
|
493 |
msgid "All"
|
494 |
msgstr "Tous"
|
495 |
|
496 |
+
#: bws_menu.php:599
|
497 |
msgid "Installed"
|
498 |
msgstr "Installé"
|
499 |
|
500 |
+
#: bws_menu.php:600
|
501 |
msgid "Recommended"
|
502 |
msgstr "Recommandé"
|
503 |
|
504 |
+
#: bws_menu.php:604
|
505 |
msgid "Installed plugins"
|
506 |
msgstr "Plugin installé"
|
507 |
|
508 |
+
#: bws_menu.php:636
|
509 |
+
#: bws_menu.php:685
|
510 |
msgid "Settings"
|
511 |
msgstr "Réglages"
|
512 |
|
513 |
+
#: bws_menu.php:657
|
514 |
+
#: bws_menu.php:714
|
515 |
msgid "Activate this plugin"
|
516 |
msgstr "Activer cette extension"
|
517 |
|
518 |
+
#: bws_menu.php:672
|
519 |
+
#: bws_menu.php:702
|
520 |
+
#: bws_menu.php:748
|
521 |
msgid "Go"
|
522 |
msgstr "Passez"
|
523 |
|
524 |
+
#: bws_menu.php:676
|
525 |
+
#: bws_menu.php:706
|
526 |
+
#: bws_menu.php:752
|
527 |
msgid "DONATE"
|
528 |
msgstr "Faire un don"
|
529 |
|
530 |
+
#: bws_menu.php:722
|
531 |
msgid "Recommended plugins"
|
532 |
msgstr "Plugin recommandé"
|
533 |
|
534 |
+
#: bws_menu.php:760
|
535 |
msgid "Install now"
|
536 |
msgstr "Installer maintenant"
|
537 |
|
538 |
+
#: bws_menu.php:781
|
539 |
msgid "Try again"
|
540 |
msgstr "Essayer de nouveau"
|
541 |
|
542 |
+
#: bws_menu.php:799
|
543 |
#, php-format
|
544 |
msgid "Preview “%s”"
|
545 |
msgstr "Pré-visualiser “%s”"
|
546 |
|
547 |
+
#: bws_menu.php:830
|
548 |
#, php-format
|
549 |
msgid "Install %s"
|
550 |
msgstr "%s installé"
|
551 |
|
552 |
+
#: bws_menu.php:830
|
553 |
msgid "Install Now"
|
554 |
msgstr "Installa Ora"
|
555 |
|
556 |
+
#: bws_menu.php:833
|
557 |
#, php-format
|
558 |
msgid "Update to version %s"
|
559 |
msgstr "Mettre à jour pour la version %s"
|
560 |
|
561 |
+
#: bws_menu.php:833
|
562 |
msgid "Update"
|
563 |
msgstr "Mettre à jour"
|
564 |
|
565 |
+
#: bws_menu.php:840
|
566 |
#, php-format
|
567 |
msgid "Preview %s"
|
568 |
msgstr "Pré-visualiser %s"
|
569 |
|
570 |
+
#: bws_menu.php:840
|
571 |
msgid "Preview"
|
572 |
msgstr "Pré-visualiser"
|
573 |
|
574 |
+
#: bws_menu.php:846
|
575 |
+
#: bws_menu.php:878
|
576 |
#, php-format
|
577 |
msgid "By %s"
|
578 |
msgstr "Par %s"
|
579 |
|
580 |
+
#: bws_menu.php:852
|
581 |
msgid "Details"
|
582 |
msgstr "Détails"
|
583 |
|
584 |
+
#: bws_menu.php:884
|
585 |
msgid "Already Installed"
|
586 |
msgstr "Déjà installé"
|
587 |
|
588 |
+
#: bws_menu.php:900
|
589 |
msgid "Environment"
|
590 |
msgstr "Environment"
|
591 |
|
592 |
+
#: bws_menu.php:911
|
593 |
msgid "Active Plugins"
|
594 |
msgstr "Plugin actifs"
|
595 |
|
596 |
+
#: bws_menu.php:924
|
597 |
msgid "Inactive Plugins"
|
598 |
msgstr "Plugin inactifs"
|
599 |
|
600 |
+
#: bws_menu.php:940
|
601 |
msgid "Send to support"
|
602 |
msgstr "Envoyé au support"
|
603 |
|
604 |
+
#: bws_menu.php:947
|
605 |
msgid "Send to custom email »"
|
606 |
msgstr "Envoyer un e-mail spécifique »"
|
607 |
|
1128 |
#~ msgid "Support"
|
1129 |
#~ msgstr "Support"
|
1130 |
|
|
|
|
|
|
|
1131 |
#~ msgid "Display Attachment tips"
|
1132 |
#~ msgstr "Afficher les explications sur les pièces jointes"
|
1133 |
|
bws_menu/languages/bestwebsoft-it_IT.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-it_IT.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
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"
|
@@ -192,8 +192,8 @@ msgstr ""
|
|
192 |
#: bws_functions.php:371
|
193 |
#: bws_functions.php:401
|
194 |
#: bws_functions.php:409
|
195 |
-
#: bws_menu.php:
|
196 |
-
#: bws_menu.php:
|
197 |
#, fuzzy
|
198 |
msgid "Activate"
|
199 |
msgstr "Plugin attivi"
|
@@ -283,11 +283,11 @@ msgstr ""
|
|
283 |
# @ bestwebsoft
|
284 |
#: bws_functions.php:552
|
285 |
#: bws_functions.php:605
|
286 |
-
#: bws_menu.php:
|
287 |
-
#: bws_menu.php:
|
288 |
-
#: bws_menu.php:
|
289 |
-
#: bws_menu.php:
|
290 |
-
#: bws_menu.php:
|
291 |
#, fuzzy
|
292 |
msgid "Learn more"
|
293 |
msgstr "Leggi tutto"
|
@@ -321,338 +321,360 @@ msgstr ""
|
|
321 |
msgid "Close"
|
322 |
msgstr ""
|
323 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
# @ bestwebsoft
|
325 |
-
#: bws_menu.php:
|
326 |
msgid "Not set"
|
327 |
msgstr "Non impostato"
|
328 |
|
329 |
# @ bestwebsoft
|
330 |
-
#: bws_menu.php:
|
331 |
-
#: bws_menu.php:
|
332 |
msgid "On"
|
333 |
msgstr "Abilitato"
|
334 |
|
335 |
# @ bestwebsoft
|
336 |
-
#: bws_menu.php:
|
337 |
-
#: bws_menu.php:
|
338 |
msgid "Off"
|
339 |
msgstr "Disabilitato"
|
340 |
|
341 |
# @ bestwebsoft
|
342 |
-
#: bws_menu.php:
|
343 |
-
#: bws_menu.php:
|
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:
|
353 |
msgid " Mb"
|
354 |
msgstr "Mb"
|
355 |
|
356 |
# @ bestwebsoft
|
357 |
-
#: bws_menu.php:
|
358 |
-
#: bws_menu.php:
|
359 |
-
#: bws_menu.php:
|
360 |
-
#: bws_menu.php:
|
361 |
msgid "Yes"
|
362 |
msgstr "Sì"
|
363 |
|
364 |
# @ bestwebsoft
|
365 |
-
#: bws_menu.php:
|
366 |
-
#: bws_menu.php:
|
367 |
-
#: bws_menu.php:
|
368 |
-
#: bws_menu.php:
|
369 |
msgid "No"
|
370 |
msgstr "No"
|
371 |
|
372 |
# @ bestwebsoft
|
373 |
-
#: bws_menu.php:
|
374 |
msgid "Operating System"
|
375 |
msgstr "Sistema operativo"
|
376 |
|
377 |
# @ bestwebsoft
|
378 |
-
#: bws_menu.php:
|
379 |
msgid "Server"
|
380 |
msgstr "Server"
|
381 |
|
382 |
# @ bestwebsoft
|
383 |
-
#: bws_menu.php:
|
384 |
msgid "Memory usage"
|
385 |
msgstr "Utilizzo memoria"
|
386 |
|
387 |
# @ bestwebsoft
|
388 |
-
#: bws_menu.php:
|
389 |
msgid "MYSQL Version"
|
390 |
msgstr "Versione MYSQL"
|
391 |
|
392 |
# @ bestwebsoft
|
393 |
-
#: bws_menu.php:
|
394 |
msgid "SQL Mode"
|
395 |
msgstr "Modalità SQL"
|
396 |
|
397 |
# @ bestwebsoft
|
398 |
-
#: bws_menu.php:
|
399 |
msgid "PHP Version"
|
400 |
msgstr "Versione PHP"
|
401 |
|
402 |
# @ bestwebsoft
|
403 |
-
#: bws_menu.php:
|
404 |
msgid "PHP Safe Mode"
|
405 |
msgstr "Safe Mode PHP"
|
406 |
|
407 |
# @ bestwebsoft
|
408 |
-
#: bws_menu.php:
|
409 |
msgid "PHP Allow URL fopen"
|
410 |
msgstr "Consenti URL fopen PHP"
|
411 |
|
412 |
# @ bestwebsoft
|
413 |
-
#: bws_menu.php:
|
414 |
msgid "PHP Memory Limit"
|
415 |
msgstr "Limite di memoria PHP"
|
416 |
|
417 |
# @ bestwebsoft
|
418 |
-
#: bws_menu.php:
|
419 |
msgid "PHP Max Upload Size"
|
420 |
msgstr "Dimensione upload massima PHP"
|
421 |
|
422 |
# @ bestwebsoft
|
423 |
-
#: bws_menu.php:
|
424 |
msgid "PHP Max Post Size"
|
425 |
msgstr "Dimensione massima Post PHP"
|
426 |
|
427 |
# @ bestwebsoft
|
428 |
-
#: bws_menu.php:
|
429 |
msgid "PHP Max Script Execute Time"
|
430 |
msgstr "Tempo massimo di esecuzione PHP"
|
431 |
|
432 |
# @ bestwebsoft
|
433 |
-
#: bws_menu.php:
|
434 |
msgid "PHP Exif support"
|
435 |
msgstr "Supporto Exif PHP"
|
436 |
|
437 |
# @ bestwebsoft
|
438 |
-
#: bws_menu.php:
|
439 |
msgid "PHP IPTC support"
|
440 |
msgstr "Supporto IPTC PHP"
|
441 |
|
442 |
# @ bestwebsoft
|
443 |
-
#: bws_menu.php:
|
444 |
msgid "PHP XML support"
|
445 |
msgstr "Supporto XML PHP"
|
446 |
|
447 |
# @ bestwebsoft
|
448 |
-
#: bws_menu.php:
|
449 |
msgid "Site URL"
|
450 |
msgstr "URL sito"
|
451 |
|
452 |
# @ bestwebsoft
|
453 |
-
#: bws_menu.php:
|
454 |
msgid "Home URL"
|
455 |
msgstr "URL home"
|
456 |
|
457 |
# @ bestwebsoft
|
458 |
-
#: bws_menu.php:
|
459 |
msgid "WordPress Version"
|
460 |
msgstr "Versione WordPress"
|
461 |
|
462 |
# @ bestwebsoft
|
463 |
-
#: bws_menu.php:
|
464 |
msgid "WordPress DB Version"
|
465 |
msgstr "Versione DB WordPress"
|
466 |
|
467 |
# @ bestwebsoft
|
468 |
-
#: bws_menu.php:
|
469 |
msgid "Multisite"
|
470 |
msgstr "Multisito"
|
471 |
|
472 |
# @ bestwebsoft
|
473 |
-
#: bws_menu.php:
|
474 |
msgid "Active Theme"
|
475 |
msgstr "Tema attivo"
|
476 |
|
477 |
# @ bestwebsoft
|
478 |
-
#: bws_menu.php:
|
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:
|
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:
|
489 |
msgid "Thank you for contacting us."
|
490 |
msgstr "Grazie per averci contattato."
|
491 |
|
492 |
# @ bestwebsoft
|
493 |
-
#: bws_menu.php:
|
494 |
msgid "Sorry, email message could not be delivered."
|
495 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
496 |
|
497 |
-
#: bws_menu.php:
|
498 |
msgid "Need help?"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: bws_menu.php:
|
502 |
msgid "Client area"
|
503 |
msgstr ""
|
504 |
|
505 |
# @ bestwebsoft
|
506 |
-
#: bws_menu.php:
|
507 |
-
#: bws_menu.php:
|
508 |
msgid "System status"
|
509 |
msgstr "Stato sistema"
|
510 |
|
511 |
# @ bestwebsoft
|
512 |
-
#: bws_menu.php:
|
513 |
#, fuzzy
|
514 |
msgid "Plugins"
|
515 |
msgstr "Plugin Pro"
|
516 |
|
517 |
-
#: bws_menu.php:
|
518 |
msgid "Themes"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: bws_menu.php:
|
522 |
msgid "All"
|
523 |
msgstr ""
|
524 |
|
525 |
# @ default
|
526 |
-
#: bws_menu.php:
|
527 |
#, fuzzy
|
528 |
msgid "Installed"
|
529 |
msgstr "Installa %s"
|
530 |
|
531 |
# @ bestwebsoft
|
532 |
-
#: bws_menu.php:
|
533 |
#, fuzzy
|
534 |
msgid "Recommended"
|
535 |
msgstr "Plugin raccomandati"
|
536 |
|
537 |
# @ bestwebsoft
|
538 |
-
#: bws_menu.php:
|
539 |
msgid "Installed plugins"
|
540 |
msgstr "Plugin installati"
|
541 |
|
542 |
# @ bestwebsoft
|
543 |
# @ captcha
|
544 |
-
#: bws_menu.php:
|
545 |
-
#: bws_menu.php:
|
546 |
msgid "Settings"
|
547 |
msgstr "Impostazioni"
|
548 |
|
549 |
# @ bestwebsoft
|
550 |
-
#: bws_menu.php:
|
551 |
-
#: bws_menu.php:
|
552 |
#, fuzzy
|
553 |
msgid "Activate this plugin"
|
554 |
msgstr "Plugin attivi"
|
555 |
|
556 |
-
#: bws_menu.php:
|
557 |
-
#: bws_menu.php:
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "Go"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: bws_menu.php:
|
563 |
-
#: bws_menu.php:
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "DONATE"
|
566 |
msgstr ""
|
567 |
|
568 |
# @ bestwebsoft
|
569 |
-
#: bws_menu.php:
|
570 |
msgid "Recommended plugins"
|
571 |
msgstr "Plugin raccomandati"
|
572 |
|
573 |
# @ default
|
574 |
-
#: bws_menu.php:
|
575 |
#, fuzzy
|
576 |
msgid "Install now"
|
577 |
msgstr "Installa %s"
|
578 |
|
579 |
-
#: bws_menu.php:
|
580 |
msgid "Try again"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: bws_menu.php:
|
584 |
#, php-format
|
585 |
msgid "Preview “%s”"
|
586 |
msgstr ""
|
587 |
|
588 |
# @ default
|
589 |
-
#: bws_menu.php:
|
590 |
#, php-format
|
591 |
msgid "Install %s"
|
592 |
msgstr "Installa %s"
|
593 |
|
594 |
# @ default
|
595 |
-
#: bws_menu.php:
|
596 |
#, fuzzy
|
597 |
msgid "Install Now"
|
598 |
msgstr "Installa %s"
|
599 |
|
600 |
-
#: bws_menu.php:
|
601 |
#, php-format
|
602 |
msgid "Update to version %s"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: bws_menu.php:
|
606 |
msgid "Update"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: bws_menu.php:
|
610 |
#, php-format
|
611 |
msgid "Preview %s"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: bws_menu.php:
|
615 |
msgid "Preview"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: bws_menu.php:
|
619 |
-
#: bws_menu.php:
|
620 |
#, php-format
|
621 |
msgid "By %s"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: bws_menu.php:
|
625 |
msgid "Details"
|
626 |
msgstr ""
|
627 |
|
628 |
# @ default
|
629 |
-
#: bws_menu.php:
|
630 |
#, fuzzy
|
631 |
msgid "Already Installed"
|
632 |
msgstr "Installa %s"
|
633 |
|
634 |
# @ bestwebsoft
|
635 |
-
#: bws_menu.php:
|
636 |
msgid "Environment"
|
637 |
msgstr "Ambiente"
|
638 |
|
639 |
# @ bestwebsoft
|
640 |
-
#: bws_menu.php:
|
641 |
msgid "Active Plugins"
|
642 |
msgstr "Plugin attivi"
|
643 |
|
644 |
# @ bestwebsoft
|
645 |
-
#: bws_menu.php:
|
646 |
msgid "Inactive Plugins"
|
647 |
msgstr "Plugin inattivi"
|
648 |
|
649 |
# @ bestwebsoft
|
650 |
-
#: bws_menu.php:
|
651 |
msgid "Send to support"
|
652 |
msgstr "Invia al supporto"
|
653 |
|
654 |
# @ bestwebsoft
|
655 |
-
#: bws_menu.php:
|
656 |
msgid "Send to custom email »"
|
657 |
msgstr "Invia a una email personalizzata »"
|
658 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-12 15:56+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-06-12 15:56+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: it_IT\n"
|
192 |
#: bws_functions.php:371
|
193 |
#: bws_functions.php:401
|
194 |
#: bws_functions.php:409
|
195 |
+
#: bws_menu.php:657
|
196 |
+
#: bws_menu.php:714
|
197 |
#, fuzzy
|
198 |
msgid "Activate"
|
199 |
msgstr "Plugin attivi"
|
283 |
# @ bestwebsoft
|
284 |
#: bws_functions.php:552
|
285 |
#: bws_functions.php:605
|
286 |
+
#: bws_menu.php:633
|
287 |
+
#: bws_menu.php:655
|
288 |
+
#: bws_menu.php:682
|
289 |
+
#: bws_menu.php:712
|
290 |
+
#: bws_menu.php:758
|
291 |
#, fuzzy
|
292 |
msgid "Learn more"
|
293 |
msgstr "Leggi tutto"
|
321 |
msgid "Close"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: bws_functions.php:771
|
325 |
+
#: bws_functions.php:784
|
326 |
+
msgid "Restore all plugin settings to defaults"
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: bws_functions.php:773
|
330 |
+
#: bws_functions.php:786
|
331 |
+
msgid "Restore settings"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: bws_functions.php:797
|
335 |
+
msgid "Are you sure you want to restore all settings by default?"
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: bws_functions.php:799
|
339 |
+
msgid "Yes, restore all settings"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: bws_functions.php:800
|
343 |
+
msgid "No, go back to the settings page"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
# @ bestwebsoft
|
347 |
+
#: bws_menu.php:470
|
348 |
msgid "Not set"
|
349 |
msgstr "Non impostato"
|
350 |
|
351 |
# @ bestwebsoft
|
352 |
+
#: bws_menu.php:472
|
353 |
+
#: bws_menu.php:473
|
354 |
msgid "On"
|
355 |
msgstr "Abilitato"
|
356 |
|
357 |
# @ bestwebsoft
|
358 |
+
#: bws_menu.php:472
|
359 |
+
#: bws_menu.php:473
|
360 |
msgid "Off"
|
361 |
msgstr "Disabilitato"
|
362 |
|
363 |
# @ bestwebsoft
|
364 |
+
#: bws_menu.php:474
|
365 |
+
#: bws_menu.php:475
|
|
|
|
|
|
|
366 |
#: bws_menu.php:476
|
367 |
+
#: bws_menu.php:477
|
368 |
+
#: bws_menu.php:478
|
369 |
+
#: bws_menu.php:490
|
370 |
msgid "N/A"
|
371 |
msgstr "Non disponibile"
|
372 |
|
373 |
# @ bestwebsoft
|
374 |
+
#: bws_menu.php:478
|
375 |
msgid " Mb"
|
376 |
msgstr "Mb"
|
377 |
|
378 |
# @ bestwebsoft
|
379 |
+
#: bws_menu.php:479
|
380 |
+
#: bws_menu.php:480
|
381 |
+
#: bws_menu.php:481
|
382 |
+
#: bws_menu.php:486
|
383 |
msgid "Yes"
|
384 |
msgstr "Sì"
|
385 |
|
386 |
# @ bestwebsoft
|
387 |
+
#: bws_menu.php:479
|
388 |
+
#: bws_menu.php:480
|
389 |
+
#: bws_menu.php:481
|
390 |
+
#: bws_menu.php:488
|
391 |
msgid "No"
|
392 |
msgstr "No"
|
393 |
|
394 |
# @ bestwebsoft
|
395 |
+
#: bws_menu.php:498
|
396 |
msgid "Operating System"
|
397 |
msgstr "Sistema operativo"
|
398 |
|
399 |
# @ bestwebsoft
|
400 |
+
#: bws_menu.php:499
|
401 |
msgid "Server"
|
402 |
msgstr "Server"
|
403 |
|
404 |
# @ bestwebsoft
|
405 |
+
#: bws_menu.php:500
|
406 |
msgid "Memory usage"
|
407 |
msgstr "Utilizzo memoria"
|
408 |
|
409 |
# @ bestwebsoft
|
410 |
+
#: bws_menu.php:501
|
411 |
msgid "MYSQL Version"
|
412 |
msgstr "Versione MYSQL"
|
413 |
|
414 |
# @ bestwebsoft
|
415 |
+
#: bws_menu.php:502
|
416 |
msgid "SQL Mode"
|
417 |
msgstr "Modalità SQL"
|
418 |
|
419 |
# @ bestwebsoft
|
420 |
+
#: bws_menu.php:503
|
421 |
msgid "PHP Version"
|
422 |
msgstr "Versione PHP"
|
423 |
|
424 |
# @ bestwebsoft
|
425 |
+
#: bws_menu.php:504
|
426 |
msgid "PHP Safe Mode"
|
427 |
msgstr "Safe Mode PHP"
|
428 |
|
429 |
# @ bestwebsoft
|
430 |
+
#: bws_menu.php:505
|
431 |
msgid "PHP Allow URL fopen"
|
432 |
msgstr "Consenti URL fopen PHP"
|
433 |
|
434 |
# @ bestwebsoft
|
435 |
+
#: bws_menu.php:506
|
436 |
msgid "PHP Memory Limit"
|
437 |
msgstr "Limite di memoria PHP"
|
438 |
|
439 |
# @ bestwebsoft
|
440 |
+
#: bws_menu.php:507
|
441 |
msgid "PHP Max Upload Size"
|
442 |
msgstr "Dimensione upload massima PHP"
|
443 |
|
444 |
# @ bestwebsoft
|
445 |
+
#: bws_menu.php:508
|
446 |
msgid "PHP Max Post Size"
|
447 |
msgstr "Dimensione massima Post PHP"
|
448 |
|
449 |
# @ bestwebsoft
|
450 |
+
#: bws_menu.php:509
|
451 |
msgid "PHP Max Script Execute Time"
|
452 |
msgstr "Tempo massimo di esecuzione PHP"
|
453 |
|
454 |
# @ bestwebsoft
|
455 |
+
#: bws_menu.php:510
|
456 |
msgid "PHP Exif support"
|
457 |
msgstr "Supporto Exif PHP"
|
458 |
|
459 |
# @ bestwebsoft
|
460 |
+
#: bws_menu.php:511
|
461 |
msgid "PHP IPTC support"
|
462 |
msgstr "Supporto IPTC PHP"
|
463 |
|
464 |
# @ bestwebsoft
|
465 |
+
#: bws_menu.php:512
|
466 |
msgid "PHP XML support"
|
467 |
msgstr "Supporto XML PHP"
|
468 |
|
469 |
# @ bestwebsoft
|
470 |
+
#: bws_menu.php:513
|
471 |
msgid "Site URL"
|
472 |
msgstr "URL sito"
|
473 |
|
474 |
# @ bestwebsoft
|
475 |
+
#: bws_menu.php:514
|
476 |
msgid "Home URL"
|
477 |
msgstr "URL home"
|
478 |
|
479 |
# @ bestwebsoft
|
480 |
+
#: bws_menu.php:517
|
481 |
msgid "WordPress Version"
|
482 |
msgstr "Versione WordPress"
|
483 |
|
484 |
# @ bestwebsoft
|
485 |
+
#: bws_menu.php:518
|
486 |
msgid "WordPress DB Version"
|
487 |
msgstr "Versione DB WordPress"
|
488 |
|
489 |
# @ bestwebsoft
|
490 |
+
#: bws_menu.php:519
|
491 |
msgid "Multisite"
|
492 |
msgstr "Multisito"
|
493 |
|
494 |
# @ bestwebsoft
|
495 |
+
#: bws_menu.php:520
|
496 |
msgid "Active Theme"
|
497 |
msgstr "Tema attivo"
|
498 |
|
499 |
# @ bestwebsoft
|
500 |
+
#: bws_menu.php:535
|
501 |
msgid "Please enter a valid email address."
|
502 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
503 |
|
504 |
# @ bestwebsoft
|
505 |
+
#: bws_menu.php:539
|
506 |
msgid "Email with system info is sent to "
|
507 |
msgstr "Email con informazioni di sistema spedita a "
|
508 |
|
509 |
# @ bestwebsoft
|
510 |
+
#: bws_menu.php:543
|
511 |
msgid "Thank you for contacting us."
|
512 |
msgstr "Grazie per averci contattato."
|
513 |
|
514 |
# @ bestwebsoft
|
515 |
+
#: bws_menu.php:576
|
516 |
msgid "Sorry, email message could not be delivered."
|
517 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
518 |
|
519 |
+
#: bws_menu.php:584
|
520 |
msgid "Need help?"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: bws_menu.php:585
|
524 |
msgid "Client area"
|
525 |
msgstr ""
|
526 |
|
527 |
# @ bestwebsoft
|
528 |
+
#: bws_menu.php:586
|
529 |
+
#: bws_menu.php:897
|
530 |
msgid "System status"
|
531 |
msgstr "Stato sistema"
|
532 |
|
533 |
# @ bestwebsoft
|
534 |
+
#: bws_menu.php:591
|
535 |
#, fuzzy
|
536 |
msgid "Plugins"
|
537 |
msgstr "Plugin Pro"
|
538 |
|
539 |
+
#: bws_menu.php:593
|
540 |
msgid "Themes"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: bws_menu.php:598
|
544 |
msgid "All"
|
545 |
msgstr ""
|
546 |
|
547 |
# @ default
|
548 |
+
#: bws_menu.php:599
|
549 |
#, fuzzy
|
550 |
msgid "Installed"
|
551 |
msgstr "Installa %s"
|
552 |
|
553 |
# @ bestwebsoft
|
554 |
+
#: bws_menu.php:600
|
555 |
#, fuzzy
|
556 |
msgid "Recommended"
|
557 |
msgstr "Plugin raccomandati"
|
558 |
|
559 |
# @ bestwebsoft
|
560 |
+
#: bws_menu.php:604
|
561 |
msgid "Installed plugins"
|
562 |
msgstr "Plugin installati"
|
563 |
|
564 |
# @ bestwebsoft
|
565 |
# @ captcha
|
566 |
+
#: bws_menu.php:636
|
567 |
+
#: bws_menu.php:685
|
568 |
msgid "Settings"
|
569 |
msgstr "Impostazioni"
|
570 |
|
571 |
# @ bestwebsoft
|
572 |
+
#: bws_menu.php:657
|
573 |
+
#: bws_menu.php:714
|
574 |
#, fuzzy
|
575 |
msgid "Activate this plugin"
|
576 |
msgstr "Plugin attivi"
|
577 |
|
578 |
+
#: bws_menu.php:672
|
579 |
+
#: bws_menu.php:702
|
580 |
+
#: bws_menu.php:748
|
581 |
msgid "Go"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: bws_menu.php:676
|
585 |
+
#: bws_menu.php:706
|
586 |
+
#: bws_menu.php:752
|
587 |
msgid "DONATE"
|
588 |
msgstr ""
|
589 |
|
590 |
# @ bestwebsoft
|
591 |
+
#: bws_menu.php:722
|
592 |
msgid "Recommended plugins"
|
593 |
msgstr "Plugin raccomandati"
|
594 |
|
595 |
# @ default
|
596 |
+
#: bws_menu.php:760
|
597 |
#, fuzzy
|
598 |
msgid "Install now"
|
599 |
msgstr "Installa %s"
|
600 |
|
601 |
+
#: bws_menu.php:781
|
602 |
msgid "Try again"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: bws_menu.php:799
|
606 |
#, php-format
|
607 |
msgid "Preview “%s”"
|
608 |
msgstr ""
|
609 |
|
610 |
# @ default
|
611 |
+
#: bws_menu.php:830
|
612 |
#, php-format
|
613 |
msgid "Install %s"
|
614 |
msgstr "Installa %s"
|
615 |
|
616 |
# @ default
|
617 |
+
#: bws_menu.php:830
|
618 |
#, fuzzy
|
619 |
msgid "Install Now"
|
620 |
msgstr "Installa %s"
|
621 |
|
622 |
+
#: bws_menu.php:833
|
623 |
#, php-format
|
624 |
msgid "Update to version %s"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: bws_menu.php:833
|
628 |
msgid "Update"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: bws_menu.php:840
|
632 |
#, php-format
|
633 |
msgid "Preview %s"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: bws_menu.php:840
|
637 |
msgid "Preview"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: bws_menu.php:846
|
641 |
+
#: bws_menu.php:878
|
642 |
#, php-format
|
643 |
msgid "By %s"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: bws_menu.php:852
|
647 |
msgid "Details"
|
648 |
msgstr ""
|
649 |
|
650 |
# @ default
|
651 |
+
#: bws_menu.php:884
|
652 |
#, fuzzy
|
653 |
msgid "Already Installed"
|
654 |
msgstr "Installa %s"
|
655 |
|
656 |
# @ bestwebsoft
|
657 |
+
#: bws_menu.php:900
|
658 |
msgid "Environment"
|
659 |
msgstr "Ambiente"
|
660 |
|
661 |
# @ bestwebsoft
|
662 |
+
#: bws_menu.php:911
|
663 |
msgid "Active Plugins"
|
664 |
msgstr "Plugin attivi"
|
665 |
|
666 |
# @ bestwebsoft
|
667 |
+
#: bws_menu.php:924
|
668 |
msgid "Inactive Plugins"
|
669 |
msgstr "Plugin inattivi"
|
670 |
|
671 |
# @ bestwebsoft
|
672 |
+
#: bws_menu.php:940
|
673 |
msgid "Send to support"
|
674 |
msgstr "Invia al supporto"
|
675 |
|
676 |
# @ bestwebsoft
|
677 |
+
#: bws_menu.php:947
|
678 |
msgid "Send to custom email »"
|
679 |
msgstr "Invia a una email personalizzata »"
|
680 |
|
bws_menu/languages/bestwebsoft-ja.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ja.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
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"
|
@@ -183,8 +183,8 @@ msgstr ""
|
|
183 |
#: bws_functions.php:371
|
184 |
#: bws_functions.php:401
|
185 |
#: bws_functions.php:409
|
186 |
-
#: bws_menu.php:
|
187 |
-
#: bws_menu.php:
|
188 |
#, fuzzy
|
189 |
msgid "Activate"
|
190 |
msgstr "有効なcaptcha"
|
@@ -274,11 +274,11 @@ msgstr ""
|
|
274 |
|
275 |
#: bws_functions.php:552
|
276 |
#: bws_functions.php:605
|
277 |
-
#: bws_menu.php:
|
278 |
-
#: bws_menu.php:
|
279 |
-
#: bws_menu.php:
|
280 |
-
#: bws_menu.php:
|
281 |
-
#: bws_menu.php:
|
282 |
#, fuzzy
|
283 |
msgid "Learn more"
|
284 |
msgstr "もっと読む"
|
@@ -312,287 +312,312 @@ msgstr ""
|
|
312 |
msgid "Close"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
msgid "Not set"
|
317 |
msgstr "未設定"
|
318 |
|
319 |
-
#: bws_menu.php:
|
320 |
-
#: bws_menu.php:
|
321 |
msgid "On"
|
322 |
msgstr "On"
|
323 |
|
324 |
-
#: bws_menu.php:
|
325 |
-
#: bws_menu.php:
|
326 |
msgid "Off"
|
327 |
msgstr "Off"
|
328 |
|
329 |
-
#: bws_menu.php:
|
330 |
-
#: bws_menu.php:
|
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:
|
339 |
msgid " Mb"
|
340 |
msgstr " Mb"
|
341 |
|
342 |
-
#: bws_menu.php:
|
343 |
-
#: bws_menu.php:
|
344 |
-
#: bws_menu.php:
|
345 |
-
#: bws_menu.php:
|
346 |
msgid "Yes"
|
347 |
msgstr "はい"
|
348 |
|
349 |
-
#: bws_menu.php:
|
350 |
-
#: bws_menu.php:
|
351 |
-
#: bws_menu.php:
|
352 |
-
#: bws_menu.php:
|
353 |
msgid "No"
|
354 |
msgstr "いいえ"
|
355 |
|
356 |
-
#: bws_menu.php:
|
357 |
msgid "Operating System"
|
358 |
msgstr "オペレーション・システム"
|
359 |
|
360 |
-
#: bws_menu.php:
|
361 |
msgid "Server"
|
362 |
msgstr "サーバ"
|
363 |
|
364 |
-
#: bws_menu.php:
|
365 |
msgid "Memory usage"
|
366 |
msgstr "メモリー使用"
|
367 |
|
368 |
-
#: bws_menu.php:
|
369 |
msgid "MYSQL Version"
|
370 |
msgstr "MYSQL バージョン"
|
371 |
|
372 |
-
#: bws_menu.php:
|
373 |
msgid "SQL Mode"
|
374 |
msgstr "SQLモード"
|
375 |
|
376 |
-
#: bws_menu.php:
|
377 |
msgid "PHP Version"
|
378 |
msgstr "PHP バージョン"
|
379 |
|
380 |
-
#: bws_menu.php:
|
381 |
msgid "PHP Safe Mode"
|
382 |
msgstr "PHP Safe Mode"
|
383 |
|
384 |
-
#: bws_menu.php:
|
385 |
msgid "PHP Allow URL fopen"
|
386 |
msgstr "PHP Allow URL fopen"
|
387 |
|
388 |
-
#: bws_menu.php:
|
389 |
msgid "PHP Memory Limit"
|
390 |
msgstr "PHP Memory Limit"
|
391 |
|
392 |
-
#: bws_menu.php:
|
393 |
msgid "PHP Max Upload Size"
|
394 |
msgstr "PHP Max Upload Size"
|
395 |
|
396 |
-
#: bws_menu.php:
|
397 |
msgid "PHP Max Post Size"
|
398 |
msgstr "PHP Max Post Size"
|
399 |
|
400 |
-
#: bws_menu.php:
|
401 |
msgid "PHP Max Script Execute Time"
|
402 |
msgstr "PHP Max Script Execute Time"
|
403 |
|
404 |
-
#: bws_menu.php:
|
405 |
msgid "PHP Exif support"
|
406 |
msgstr "PHP Exif サポート"
|
407 |
|
408 |
-
#: bws_menu.php:
|
409 |
msgid "PHP IPTC support"
|
410 |
msgstr "PHP IPTC サポート"
|
411 |
|
412 |
-
#: bws_menu.php:
|
413 |
msgid "PHP XML support"
|
414 |
msgstr "PHP XML サポート"
|
415 |
|
416 |
-
#: bws_menu.php:
|
417 |
msgid "Site URL"
|
418 |
msgstr "サイトURL"
|
419 |
|
420 |
-
#: bws_menu.php:
|
421 |
msgid "Home URL"
|
422 |
msgstr "ホームURL"
|
423 |
|
424 |
-
#: bws_menu.php:
|
425 |
msgid "WordPress Version"
|
426 |
msgstr "WordPress バージョン"
|
427 |
|
428 |
-
#: bws_menu.php:
|
429 |
msgid "WordPress DB Version"
|
430 |
msgstr "WordPress データベース バージョン"
|
431 |
|
432 |
-
#: bws_menu.php:
|
433 |
msgid "Multisite"
|
434 |
msgstr "複数サイト"
|
435 |
|
436 |
-
#: bws_menu.php:
|
437 |
msgid "Active Theme"
|
438 |
msgstr "有効なテーマ"
|
439 |
|
440 |
-
#: bws_menu.php:
|
441 |
msgid "Please enter a valid email address."
|
442 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
443 |
|
444 |
-
#: bws_menu.php:
|
445 |
msgid "Email with system info is sent to "
|
446 |
msgstr "システム情報をメールで送信:"
|
447 |
|
448 |
-
#: bws_menu.php:
|
449 |
msgid "Thank you for contacting us."
|
450 |
msgstr "ご連絡ありがとうございます"
|
451 |
|
452 |
-
#: bws_menu.php:
|
453 |
msgid "Sorry, email message could not be delivered."
|
454 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
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 |
-
#: bws_menu.php:
|
466 |
msgid "System status"
|
467 |
msgstr "システム状況"
|
468 |
|
469 |
-
#: bws_menu.php:
|
470 |
#, fuzzy
|
471 |
msgid "Plugins"
|
472 |
msgstr "Pro Plugins"
|
473 |
|
474 |
-
#: bws_menu.php:
|
475 |
msgid "Themes"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: bws_menu.php:
|
479 |
msgid "All"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: bws_menu.php:
|
483 |
#, fuzzy
|
484 |
msgid "Installed"
|
485 |
msgstr "%s 導入"
|
486 |
|
487 |
-
#: bws_menu.php:
|
488 |
#, fuzzy
|
489 |
msgid "Recommended"
|
490 |
msgstr "推奨プラグイン"
|
491 |
|
492 |
-
#: bws_menu.php:
|
493 |
msgid "Installed plugins"
|
494 |
msgstr "導入済みプラグイン"
|
495 |
|
496 |
-
#: bws_menu.php:
|
497 |
-
#: bws_menu.php:
|
498 |
msgid "Settings"
|
499 |
msgstr "設定"
|
500 |
|
501 |
-
#: bws_menu.php:
|
502 |
-
#: bws_menu.php:
|
503 |
#, fuzzy
|
504 |
msgid "Activate this plugin"
|
505 |
msgstr "有効なプラグイン"
|
506 |
|
507 |
-
#: bws_menu.php:
|
508 |
-
#: bws_menu.php:
|
509 |
-
#: bws_menu.php:
|
510 |
msgid "Go"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: bws_menu.php:
|
514 |
-
#: bws_menu.php:
|
515 |
-
#: bws_menu.php:
|
516 |
msgid "DONATE"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: bws_menu.php:
|
520 |
msgid "Recommended plugins"
|
521 |
msgstr "推奨プラグイン"
|
522 |
|
523 |
-
#: bws_menu.php:
|
524 |
#, fuzzy
|
525 |
msgid "Install now"
|
526 |
msgstr "Installa Ora"
|
527 |
|
528 |
-
#: bws_menu.php:
|
529 |
msgid "Try again"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: bws_menu.php:
|
533 |
#, php-format
|
534 |
msgid "Preview “%s”"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: bws_menu.php:
|
538 |
#, php-format
|
539 |
msgid "Install %s"
|
540 |
msgstr "%s 導入"
|
541 |
|
542 |
-
#: bws_menu.php:
|
543 |
msgid "Install Now"
|
544 |
msgstr "Installa Ora"
|
545 |
|
546 |
-
#: bws_menu.php:
|
547 |
#, php-format
|
548 |
msgid "Update to version %s"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: bws_menu.php:
|
552 |
msgid "Update"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: bws_menu.php:
|
556 |
#, php-format
|
557 |
msgid "Preview %s"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: bws_menu.php:
|
561 |
msgid "Preview"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
-
#: bws_menu.php:
|
566 |
#, php-format
|
567 |
msgid "By %s"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: bws_menu.php:
|
571 |
msgid "Details"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: bws_menu.php:
|
575 |
#, fuzzy
|
576 |
msgid "Already Installed"
|
577 |
msgstr "%s 導入"
|
578 |
|
579 |
-
#: bws_menu.php:
|
580 |
msgid "Environment"
|
581 |
msgstr "環境"
|
582 |
|
583 |
-
#: bws_menu.php:
|
584 |
msgid "Active Plugins"
|
585 |
msgstr "有効なプラグイン"
|
586 |
|
587 |
-
#: bws_menu.php:
|
588 |
msgid "Inactive Plugins"
|
589 |
msgstr "無効なプラグイン"
|
590 |
|
591 |
-
#: bws_menu.php:
|
592 |
msgid "Send to support"
|
593 |
msgstr "サポートに送信"
|
594 |
|
595 |
-
#: bws_menu.php:
|
596 |
msgid "Send to custom email »"
|
597 |
msgstr "カスタムEメールに送信»"
|
598 |
|
@@ -1093,9 +1118,6 @@ msgstr "カスタムEメールに送信»"
|
|
1093 |
#~ msgid "Support"
|
1094 |
#~ msgstr "サポート"
|
1095 |
|
1096 |
-
#~ msgid "Are you sure that you want to delete this language data?"
|
1097 |
-
#~ msgstr "本当に、この言語データを削除しますか?"
|
1098 |
-
|
1099 |
#~ msgid "Contact Form Options"
|
1100 |
#~ msgstr "コンタクトフォーム オプション"
|
1101 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-12 15:57+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-06-12 15:57+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
183 |
#: bws_functions.php:371
|
184 |
#: bws_functions.php:401
|
185 |
#: bws_functions.php:409
|
186 |
+
#: bws_menu.php:657
|
187 |
+
#: bws_menu.php:714
|
188 |
#, fuzzy
|
189 |
msgid "Activate"
|
190 |
msgstr "有効なcaptcha"
|
274 |
|
275 |
#: bws_functions.php:552
|
276 |
#: bws_functions.php:605
|
277 |
+
#: bws_menu.php:633
|
278 |
+
#: bws_menu.php:655
|
279 |
+
#: bws_menu.php:682
|
280 |
+
#: bws_menu.php:712
|
281 |
+
#: bws_menu.php:758
|
282 |
#, fuzzy
|
283 |
msgid "Learn more"
|
284 |
msgstr "もっと読む"
|
312 |
msgid "Close"
|
313 |
msgstr ""
|
314 |
|