Version Description
- 31.01.2014 =
- Update : We updated all functionality for wordpress 3.8.1.
- Bugfix : Bug related on host name with HTTPS was fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Sitemap by BestWebSoft |
Version | 2.8.7 |
Comparing to | |
See all releases |
Code changes from version 2.8.5 to 2.8.7
- bws_menu/bws_menu.php +62 -32
- bws_menu/css/style.css +6 -6
- bws_menu/js/bws_menu.js +13 -5
- bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- bws_menu/languages/bestwebsoft-de_DE.po +124 -130
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +124 -129
- bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- bws_menu/languages/bestwebsoft-it_IT.po +125 -130
- bws_menu/languages/bestwebsoft-ja.mo +0 -0
- bws_menu/languages/bestwebsoft-ja.po +124 -129
- bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.po +124 -130
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +128 -131
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.po +124 -129
- bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.po +124 -129
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +126 -131
- google-sitemap-plugin.php +45 -21
- languages/sitemap-ru_RU.mo +0 -0
- languages/sitemap-ru_RU.po +143 -92
- languages/sitemap-uk.mo +0 -0
- languages/sitemap-uk.po +146 -90
- readme.txt +28 -4
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- sitemap.xsl +70 -43
bws_menu/bws_menu.php
CHANGED
@@ -233,6 +233,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
233 |
|
234 |
$recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
|
235 |
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
237 |
if ( ! isset( $bws_plugins[ $key_plugin ] ) && ! isset( $bws_plugins_pro[ $key_plugin ] ) )
|
238 |
unset( $all_plugins[ $key_plugin ] );
|
@@ -656,10 +662,28 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
656 |
<div class="clear"></div>
|
657 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
658 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
659 |
-
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
660 |
-
|
661 |
-
|
662 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
663 |
<div class="bws_product_box bws_exist_overlay">
|
664 |
<div class="bws_product">
|
665 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
@@ -670,9 +694,6 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
670 |
</div>
|
671 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
672 |
</div>
|
673 |
-
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank">
|
674 |
-
<div class="bws_product_button"><strong>PRO</strong> <?php _e( 'installed', 'bestwebsoft' );?></div>
|
675 |
-
</a>
|
676 |
<div class="clear"></div>
|
677 |
</div>
|
678 |
<div class="bws_product_links">
|
@@ -681,8 +702,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
681 |
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
682 |
</div>
|
683 |
</div>
|
684 |
-
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
685 |
-
$icon = ( false != strstr( $key_plugin, '-plugin/', true ) ) ? strstr( $key_plugin, '-plugin/', true ) : strstr( $key_plugin, '/', true ); ?>
|
686 |
<div class="bws_product_box bws_product_free">
|
687 |
<div class="bws_product">
|
688 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
@@ -693,12 +713,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
693 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
694 |
</div>
|
695 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
696 |
-
<a href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
|
697 |
-
|
698 |
</a>
|
699 |
<?php } else { ?>
|
700 |
-
<a href="<?php echo $bws_donate_link; ?>" target="_blank">
|
701 |
-
<
|
702 |
</a>
|
703 |
<?php } ?>
|
704 |
<div class="clear"></div>
|
@@ -711,8 +731,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
711 |
</div>
|
712 |
<?php }
|
713 |
} else {
|
714 |
-
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
715 |
-
$icon = ( false != strstr( $key_plugin, '-plugin-pro/', true ) ) ? strstr( $key_plugin, '-plugin-pro/', true ) : strstr( $key_plugin, '-pro/', true ); ?>
|
716 |
<div class="bws_product_box bws_product_deactivated">
|
717 |
<div class="bws_product">
|
718 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
@@ -723,9 +742,6 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
723 |
</div>
|
724 |
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
725 |
</div>
|
726 |
-
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank">
|
727 |
-
<div class="bws_product_button"><strong>PRO</strong> <?php _e( 'installed', 'bestwebsoft' );?></div>
|
728 |
-
</a>
|
729 |
<div class="clear"></div>
|
730 |
</div>
|
731 |
<div class="bws_product_links">
|
@@ -734,8 +750,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
734 |
<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
|
735 |
</div>
|
736 |
</div>
|
737 |
-
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
738 |
-
$icon = ( false != strstr( $key_plugin, '-plugin/', true ) ) ? strstr( $key_plugin, '-plugin/', true ) : strstr( $key_plugin, '/', true ); ?>
|
739 |
<div class="bws_product_box bws_product_deactivated bws_product_free">
|
740 |
<div class="bws_product">
|
741 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
@@ -746,12 +761,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
746 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
747 |
</div>
|
748 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
749 |
-
<a href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
|
750 |
-
|
751 |
</a>
|
752 |
<?php } else { ?>
|
753 |
-
<a href="<?php echo $bws_donate_link; ?>" target="_blank">
|
754 |
-
<
|
755 |
</a>
|
756 |
<?php } ?>
|
757 |
<div class="clear"></div>
|
@@ -770,9 +785,24 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
770 |
<?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
771 |
<h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
|
772 |
<?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
|
773 |
-
|
774 |
-
if (
|
775 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
776 |
?>
|
777 |
<div class="bws_product_box">
|
778 |
<div class="bws_product">
|
@@ -787,19 +817,19 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
787 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
788 |
</div>
|
789 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
790 |
-
<a href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["link"]; ?>" target="_blank">
|
791 |
-
|
792 |
</a>
|
793 |
<?php } else { ?>
|
794 |
-
<a href="<?php echo $bws_donate_link; ?>" target="_blank">
|
795 |
-
<
|
796 |
</a>
|
797 |
<?php } ?>
|
798 |
</div>
|
799 |
<div class="clear"></div>
|
800 |
<div class="bws_product_links">
|
801 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php echo __( "Learn more", 'bestwebsoft' ); ?></a>
|
802 |
-
<span> |
|
803 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php echo __( "Install now", 'bestwebsoft' ); ?></a>
|
804 |
</div>
|
805 |
</div>
|
233 |
|
234 |
$recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
|
235 |
|
236 |
+
foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
|
237 |
+
if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
|
238 |
+
unset( $recommend_plugins[ $key_plugin ] );
|
239 |
+
}
|
240 |
+
}
|
241 |
+
|
242 |
foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
243 |
if ( ! isset( $bws_plugins[ $key_plugin ] ) && ! isset( $bws_plugins_pro[ $key_plugin ] ) )
|
244 |
unset( $all_plugins[ $key_plugin ] );
|
662 |
<div class="clear"></div>
|
663 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
664 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
665 |
+
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
666 |
+
|
667 |
+
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
668 |
+
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
669 |
+
if ( isset( $key_plugin_explode[1] ) )
|
670 |
+
$icon = $key_plugin_explode[0];
|
671 |
+
else {
|
672 |
+
$key_plugin_explode = explode( '-pro/', $key_plugin );
|
673 |
+
$icon = $key_plugin_explode[0];
|
674 |
+
}
|
675 |
+
} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
676 |
+
$key_plugin_explode = explode( '-plugin/', $key_plugin );
|
677 |
+
if ( isset( $key_plugin_explode[1] ) )
|
678 |
+
$icon = $key_plugin_explode[0];
|
679 |
+
else {
|
680 |
+
$key_plugin_explode = explode( '/', $key_plugin );
|
681 |
+
$icon = $key_plugin_explode[0];
|
682 |
+
}
|
683 |
+
}
|
684 |
+
|
685 |
+
if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) { ?>
|
686 |
+
<?php if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) { ?>
|
687 |
<div class="bws_product_box bws_exist_overlay">
|
688 |
<div class="bws_product">
|
689 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
694 |
</div>
|
695 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
696 |
</div>
|
|
|
|
|
|
|
697 |
<div class="clear"></div>
|
698 |
</div>
|
699 |
<div class="bws_product_links">
|
702 |
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
703 |
</div>
|
704 |
</div>
|
705 |
+
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
|
|
|
706 |
<div class="bws_product_box bws_product_free">
|
707 |
<div class="bws_product">
|
708 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
713 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
714 |
</div>
|
715 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
716 |
+
<a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
|
717 |
+
<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
718 |
</a>
|
719 |
<?php } else { ?>
|
720 |
+
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
721 |
+
<strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
|
722 |
</a>
|
723 |
<?php } ?>
|
724 |
<div class="clear"></div>
|
731 |
</div>
|
732 |
<?php }
|
733 |
} else {
|
734 |
+
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) { ?>
|
|
|
735 |
<div class="bws_product_box bws_product_deactivated">
|
736 |
<div class="bws_product">
|
737 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
742 |
</div>
|
743 |
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
744 |
</div>
|
|
|
|
|
|
|
745 |
<div class="clear"></div>
|
746 |
</div>
|
747 |
<div class="bws_product_links">
|
750 |
<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
|
751 |
</div>
|
752 |
</div>
|
753 |
+
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
|
|
|
754 |
<div class="bws_product_box bws_product_deactivated bws_product_free">
|
755 |
<div class="bws_product">
|
756 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
761 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
762 |
</div>
|
763 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
764 |
+
<a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
|
765 |
+
<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
766 |
</a>
|
767 |
<?php } else { ?>
|
768 |
+
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
769 |
+
<strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
|
770 |
</a>
|
771 |
<?php } ?>
|
772 |
<div class="clear"></div>
|
785 |
<?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
786 |
<h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
|
787 |
<?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
|
788 |
+
|
789 |
+
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
790 |
+
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
791 |
+
if ( isset( $key_plugin_explode[1] ) )
|
792 |
+
$icon = $key_plugin_explode[0];
|
793 |
+
else {
|
794 |
+
$key_plugin_explode = explode( '-pro/', $key_plugin );
|
795 |
+
$icon = $key_plugin_explode[0];
|
796 |
+
}
|
797 |
+
} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
798 |
+
$key_plugin_explode = explode( '-plugin/', $key_plugin );
|
799 |
+
if ( isset( $key_plugin_explode[1] ) )
|
800 |
+
$icon = $key_plugin_explode[0];
|
801 |
+
else {
|
802 |
+
$key_plugin_explode = explode( '/', $key_plugin );
|
803 |
+
$icon = $key_plugin_explode[0];
|
804 |
+
}
|
805 |
+
}
|
806 |
?>
|
807 |
<div class="bws_product_box">
|
808 |
<div class="bws_product">
|
817 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
818 |
</div>
|
819 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
820 |
+
<a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["link"]; ?>" target="_blank">
|
821 |
+
<?php echo _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
822 |
</a>
|
823 |
<?php } else { ?>
|
824 |
+
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
825 |
+
<strong><?php echo _e( 'DONATE', 'bestwebsoft' );?></strong>
|
826 |
</a>
|
827 |
<?php } ?>
|
828 |
</div>
|
829 |
<div class="clear"></div>
|
830 |
<div class="bws_product_links">
|
831 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php echo __( "Learn more", 'bestwebsoft' ); ?></a>
|
832 |
+
<span> | </span>
|
833 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php echo __( "Install now", 'bestwebsoft' ); ?></a>
|
834 |
</div>
|
835 |
</div>
|
bws_menu/css/style.css
CHANGED
@@ -65,7 +65,7 @@ h4.bws_recommended {
|
|
65 |
}
|
66 |
.bws_product_title {
|
67 |
font-weight: bold;
|
68 |
-
padding: 16px
|
69 |
font-size: 14px;
|
70 |
height: 18px;
|
71 |
}
|
@@ -83,12 +83,12 @@ h4.bws_recommended {
|
|
83 |
top: -9px;
|
84 |
}
|
85 |
.bws_product_description {
|
86 |
-
padding: 0
|
87 |
color: #a7a7a7;
|
88 |
display: none;
|
89 |
}
|
90 |
.bws_product_links {
|
91 |
-
padding: 10px
|
92 |
}
|
93 |
.bws_product_links span {
|
94 |
color: #c2c2c2;
|
@@ -111,8 +111,9 @@ h4.bws_recommended {
|
|
111 |
border-radius: 2px;
|
112 |
margin: 3px auto;
|
113 |
padding: 7px 5px 8px;
|
114 |
-
width: 116px;
|
115 |
font-size: 14px;
|
|
|
|
|
116 |
}
|
117 |
.bws_product_button:hover{
|
118 |
background: #008726;
|
@@ -131,7 +132,6 @@ h4.bws_recommended {
|
|
131 |
}
|
132 |
.bws_product_button.bws_donate_button {
|
133 |
background: #E89D09 !important;
|
134 |
-
text-transform: uppercase;
|
135 |
}
|
136 |
.bws_product_button.bws_donate_button:hover {
|
137 |
background: #D69108 !important;
|
@@ -142,7 +142,7 @@ h4.bws_recommended {
|
|
142 |
color: #0074A2;
|
143 |
float: right;
|
144 |
cursor: pointer;
|
145 |
-
font-size:
|
146 |
}
|
147 |
.bws_switch_link:hover {
|
148 |
color: #2ea2cc;
|
65 |
}
|
66 |
.bws_product_title {
|
67 |
font-weight: bold;
|
68 |
+
padding: 16px 10px 28px;
|
69 |
font-size: 14px;
|
70 |
height: 18px;
|
71 |
}
|
83 |
top: -9px;
|
84 |
}
|
85 |
.bws_product_description {
|
86 |
+
padding: 0 10px;
|
87 |
color: #a7a7a7;
|
88 |
display: none;
|
89 |
}
|
90 |
.bws_product_links {
|
91 |
+
padding: 10px 6px 12px;
|
92 |
}
|
93 |
.bws_product_links span {
|
94 |
color: #c2c2c2;
|
111 |
border-radius: 2px;
|
112 |
margin: 3px auto;
|
113 |
padding: 7px 5px 8px;
|
|
|
114 |
font-size: 14px;
|
115 |
+
min-width: 103px;
|
116 |
+
display: inline-block;
|
117 |
}
|
118 |
.bws_product_button:hover{
|
119 |
background: #008726;
|
132 |
}
|
133 |
.bws_product_button.bws_donate_button {
|
134 |
background: #E89D09 !important;
|
|
|
135 |
}
|
136 |
.bws_product_button.bws_donate_button:hover {
|
137 |
background: #D69108 !important;
|
142 |
color: #0074A2;
|
143 |
float: right;
|
144 |
cursor: pointer;
|
145 |
+
font-size: 13px;
|
146 |
}
|
147 |
.bws_switch_link:hover {
|
148 |
color: #2ea2cc;
|
bws_menu/js/bws_menu.js
CHANGED
@@ -1,15 +1,23 @@
|
|
1 |
(function($) {
|
2 |
$(document).ready( function() {
|
3 |
/* new version */
|
4 |
-
|
5 |
max = 0;
|
6 |
$( product ).each( function () {
|
7 |
if ( $( this ).outerHeight( true ) > max )
|
8 |
max = $( this ).outerHeight( true );
|
9 |
});
|
10 |
-
|
11 |
$( '.bws_product' ).css( 'height', max + 'px' );
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
$( '.bws_product_button' ).css( 'display', 'none' );
|
14 |
|
15 |
$( '.bws_product_box' ).hover( function() {
|
@@ -17,14 +25,14 @@
|
|
17 |
$( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
|
18 |
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'block' );
|
19 |
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'none' );
|
20 |
-
$( this ).children( '.bws_product' ).children( '
|
21 |
}
|
22 |
}, function() {
|
23 |
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
24 |
$( this ).children( '.bws_product' ).removeClass( 'bws_product_pro' );
|
25 |
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'none' );
|
26 |
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'block' );
|
27 |
-
$( this ).children( '.bws_product' ).children( '
|
28 |
}
|
29 |
});
|
30 |
|
1 |
(function($) {
|
2 |
$(document).ready( function() {
|
3 |
/* new version */
|
4 |
+
var product = $( '.bws_product' ),
|
5 |
max = 0;
|
6 |
$( product ).each( function () {
|
7 |
if ( $( this ).outerHeight( true ) > max )
|
8 |
max = $( this ).outerHeight( true );
|
9 |
});
|
|
|
10 |
$( '.bws_product' ).css( 'height', max + 'px' );
|
11 |
+
|
12 |
+
var product_links = $( '.bws_product_links' );
|
13 |
+
max = 0;
|
14 |
+
$( product_links ).each( function () {
|
15 |
+
if ( $( this ).innerHeight() > max )
|
16 |
+
max = $( this ).innerHeight();
|
17 |
+
});
|
18 |
+
max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) );
|
19 |
+
$( '.bws_product_links' ).css( 'height', max + 'px' );
|
20 |
+
|
21 |
$( '.bws_product_button' ).css( 'display', 'none' );
|
22 |
|
23 |
$( '.bws_product_box' ).hover( function() {
|
25 |
$( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
|
26 |
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'block' );
|
27 |
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'none' );
|
28 |
+
$( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'inline-block' );
|
29 |
}
|
30 |
}, function() {
|
31 |
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
32 |
$( this ).children( '.bws_product' ).removeClass( 'bws_product_pro' );
|
33 |
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'none' );
|
34 |
$( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'block' );
|
35 |
+
$( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'none' );
|
36 |
}
|
37 |
});
|
38 |
|
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: 2014-01-
|
6 |
-
"PO-Revision-Date: 2014-01-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: \n"
|
@@ -19,452 +19,446 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ captcha
|
22 |
-
#: bws_menu.php:
|
23 |
msgid "Not set"
|
24 |
msgstr "Nicht festgelegt"
|
25 |
|
26 |
# @ captcha
|
27 |
-
#: bws_menu.php:
|
28 |
-
#: bws_menu.php:
|
29 |
msgid "On"
|
30 |
msgstr "Ein"
|
31 |
|
32 |
# @ captcha
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
msgid "Off"
|
36 |
msgstr "Ausgeschaltet"
|
37 |
|
38 |
# @ captcha
|
39 |
-
#: bws_menu.php:343
|
40 |
-
#: bws_menu.php:347
|
41 |
#: bws_menu.php:351
|
42 |
#: bws_menu.php:355
|
43 |
#: bws_menu.php:359
|
44 |
-
#: bws_menu.php:
|
|
|
|
|
45 |
msgid "N/A"
|
46 |
msgstr "keine Angaben"
|
47 |
|
48 |
# @ captcha
|
49 |
-
#: bws_menu.php:
|
50 |
msgid " Mb"
|
51 |
msgstr " Mb"
|
52 |
|
53 |
# @ captcha
|
54 |
-
#: bws_menu.php:361
|
55 |
-
#: bws_menu.php:365
|
56 |
#: bws_menu.php:369
|
57 |
-
#: bws_menu.php:
|
|
|
|
|
58 |
msgid "Yes"
|
59 |
msgstr "Ja"
|
60 |
|
61 |
# @ captcha
|
62 |
-
#: bws_menu.php:363
|
63 |
-
#: bws_menu.php:367
|
64 |
#: bws_menu.php:371
|
65 |
-
#: bws_menu.php:
|
|
|
|
|
66 |
msgid "No"
|
67 |
msgstr "Nein"
|
68 |
|
69 |
# @ captcha
|
70 |
-
#: bws_menu.php:
|
71 |
msgid "Operating System"
|
72 |
msgstr "Betriebs-System"
|
73 |
|
74 |
# @ captcha
|
75 |
-
#: bws_menu.php:
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ captcha
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Speichernutzung"
|
83 |
|
84 |
# @ captcha
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "MYSQL Version"
|
88 |
|
89 |
# @ captcha
|
90 |
-
#: bws_menu.php:
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "SQL Modus"
|
93 |
|
94 |
# @ captcha
|
95 |
-
#: bws_menu.php:
|
96 |
msgid "PHP Version"
|
97 |
msgstr "PHP Version"
|
98 |
|
99 |
# @ captcha
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "PHP Gesicherter Modus"
|
103 |
|
104 |
# @ captcha
|
105 |
-
#: bws_menu.php:
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
108 |
|
109 |
# @ captcha
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "PHP Speicher-Grenze"
|
113 |
|
114 |
# @ captcha
|
115 |
-
#: bws_menu.php:
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "PHP Maximale Upload Größe"
|
118 |
|
119 |
# @ captcha
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "PHP Maximale Beitrags-Größe"
|
123 |
|
124 |
# @ captcha
|
125 |
-
#: bws_menu.php:
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "PHP Maximale Script Ausführungszeit"
|
128 |
|
129 |
# @ captcha
|
130 |
-
#: bws_menu.php:
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "PHP Exif Support"
|
133 |
|
134 |
# @ captcha
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "PHP IPTC Support"
|
138 |
|
139 |
# @ captcha
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "PHP XML Support"
|
143 |
|
144 |
# @ captcha
|
145 |
-
#: bws_menu.php:
|
146 |
msgid "Site URL"
|
147 |
msgstr "Site URL"
|
148 |
|
149 |
# @ captcha
|
150 |
-
#: bws_menu.php:
|
151 |
msgid "Home URL"
|
152 |
msgstr "Home URL"
|
153 |
|
154 |
# @ captcha
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "WordPress Version"
|
158 |
|
159 |
# @ captcha
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "WordPress DB Version"
|
163 |
|
164 |
# @ captcha
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisite"
|
168 |
|
169 |
# @ captcha
|
170 |
-
#: bws_menu.php:
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Actives Theme"
|
173 |
|
174 |
# @ captcha
|
175 |
-
#: bws_menu.php:
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
178 |
|
179 |
# @ captcha
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
183 |
|
184 |
# @ captcha
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
188 |
|
189 |
# @ captcha
|
190 |
-
#: bws_menu.php:
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Switch to new interface"
|
196 |
msgstr ""
|
197 |
|
198 |
# @ captcha
|
199 |
-
#: bws_menu.php:
|
200 |
msgid "Pro plugins"
|
201 |
msgstr "BWS Plugins"
|
202 |
|
203 |
# @ captcha
|
204 |
-
#: bws_menu.php:
|
205 |
-
#: bws_menu.php:
|
206 |
msgid "Activated plugins"
|
207 |
msgstr "Aktivierte Plugins"
|
208 |
|
209 |
# @ captcha
|
210 |
-
#: bws_menu.php:492
|
211 |
#: bws_menu.php:500
|
212 |
#: bws_menu.php:508
|
213 |
-
#: bws_menu.php:
|
214 |
#: bws_menu.php:526
|
215 |
#: bws_menu.php:534
|
216 |
-
#: bws_menu.php:
|
217 |
-
#: bws_menu.php:
|
218 |
#: bws_menu.php:559
|
|
|
219 |
msgid "Read more"
|
220 |
msgstr "Lesen Sie mehr"
|
221 |
|
222 |
# @ captcha
|
223 |
-
#: bws_menu.php:
|
224 |
-
#: bws_menu.php:
|
225 |
-
#: bws_menu.php:
|
226 |
-
#: bws_menu.php:
|
227 |
msgid "Settings"
|
228 |
msgstr "Einstellungen"
|
229 |
|
230 |
# @ captcha
|
231 |
-
#: bws_menu.php:
|
232 |
-
#: bws_menu.php:
|
233 |
-
#: bws_menu.php:
|
234 |
msgid "Installed plugins"
|
235 |
msgstr "Installierte Plugins"
|
236 |
|
237 |
# @ captcha
|
238 |
-
#: bws_menu.php:
|
239 |
-
#: bws_menu.php:
|
240 |
-
#: bws_menu.php:
|
241 |
msgid "Recommended plugins"
|
242 |
msgstr "Empfohlene Plugins"
|
243 |
|
244 |
# @ captcha
|
245 |
-
#: bws_menu.php:
|
246 |
msgid "Purchase"
|
247 |
msgstr "Kaufen"
|
248 |
|
249 |
# @ captcha
|
250 |
-
#: bws_menu.php:
|
251 |
msgid "Free plugins"
|
252 |
msgstr "Freie Plugins"
|
253 |
|
254 |
# @ captcha
|
255 |
-
#: bws_menu.php:
|
256 |
-
#: bws_menu.php:
|
257 |
msgid "Download"
|
258 |
msgstr "Herunterladen"
|
259 |
|
260 |
# @ default
|
261 |
-
#: bws_menu.php:
|
262 |
-
#: bws_menu.php:
|
263 |
-
#: bws_menu.php:
|
264 |
#, php-format
|
265 |
msgid "Install %s"
|
266 |
msgstr "Installiere %s"
|
267 |
|
268 |
# @ captcha
|
269 |
-
#: bws_menu.php:
|
270 |
-
#: bws_menu.php:
|
271 |
msgid "Install now from wordpress.org"
|
272 |
msgstr "Installiere jetzt von wordpress.org"
|
273 |
|
274 |
-
#: bws_menu.php:
|
275 |
msgid "Free themes"
|
276 |
msgstr ""
|
277 |
|
278 |
# @ captcha
|
279 |
-
#: bws_menu.php:
|
280 |
#, fuzzy
|
281 |
msgid "Activated theme"
|
282 |
msgstr "Actives Theme"
|
283 |
|
284 |
-
#: bws_menu.php:
|
285 |
#, php-format
|
286 |
msgid "Customize “%s”"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: bws_menu.php:
|
290 |
msgid "Customize"
|
291 |
msgstr ""
|
292 |
|
293 |
# @ default
|
294 |
-
#: bws_menu.php:
|
295 |
#, fuzzy
|
296 |
msgid "Installed themes"
|
297 |
msgstr "Installiere %s"
|
298 |
|
299 |
# @ captcha
|
300 |
-
#: bws_menu.php:
|
301 |
#, fuzzy
|
302 |
msgid "Recommended themes"
|
303 |
msgstr "Empfohlene Plugins"
|
304 |
|
305 |
# @ captcha
|
306 |
-
#: bws_menu.php:
|
307 |
msgid "If you have any questions, please contact us via"
|
308 |
msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
309 |
|
310 |
# @ captcha
|
311 |
-
#: bws_menu.php:
|
312 |
-
#: bws_menu.php:
|
313 |
-
#: bws_menu.php:
|
314 |
msgid "System status"
|
315 |
msgstr "System Status"
|
316 |
|
317 |
# @ captcha
|
318 |
-
#: bws_menu.php:
|
319 |
-
#: bws_menu.php:
|
320 |
msgid "Environment"
|
321 |
msgstr "Umgebungsvariable"
|
322 |
|
323 |
# @ captcha
|
324 |
-
#: bws_menu.php:
|
325 |
-
#: bws_menu.php:
|
326 |
msgid "Active Plugins"
|
327 |
msgstr "Aktivierte Plugins"
|
328 |
|
329 |
# @ captcha
|
330 |
-
#: bws_menu.php:
|
331 |
-
#: bws_menu.php:
|
332 |
msgid "Inactive Plugins"
|
333 |
msgstr "Inactive Plugins"
|
334 |
|
335 |
# @ captcha
|
336 |
-
#: bws_menu.php:
|
337 |
-
#: bws_menu.php:
|
338 |
msgid "Send to support"
|
339 |
msgstr "Sende zuzm Support"
|
340 |
|
341 |
# @ captcha
|
342 |
-
#: bws_menu.php:
|
343 |
-
#: bws_menu.php:
|
344 |
msgid "Send to custom email »"
|
345 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
346 |
|
347 |
-
#: bws_menu.php:
|
348 |
msgid "Switch to old interface"
|
349 |
msgstr ""
|
350 |
|
351 |
# @ captcha
|
352 |
-
#: bws_menu.php:
|
353 |
#, fuzzy
|
354 |
msgid "Plugins"
|
355 |
msgstr "BWS Plugins"
|
356 |
|
357 |
-
#: bws_menu.php:
|
358 |
msgid "Themes"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
msgid "All"
|
363 |
msgstr ""
|
364 |
|
365 |
# @ default
|
366 |
-
#: bws_menu.php:
|
367 |
#, fuzzy
|
368 |
msgid "Installed"
|
369 |
msgstr "Installiere %s"
|
370 |
|
371 |
# @ captcha
|
372 |
-
#: bws_menu.php:
|
373 |
#, fuzzy
|
374 |
msgid "Recommended"
|
375 |
msgstr "Empfohlene Plugins"
|
376 |
|
377 |
-
# @ default
|
378 |
-
#: bws_menu.php:666
|
379 |
-
#: bws_menu.php:719
|
380 |
-
#, fuzzy
|
381 |
-
msgid "installed"
|
382 |
-
msgstr "Installiere %s"
|
383 |
-
|
384 |
# @ captcha
|
385 |
-
#: bws_menu.php:
|
386 |
-
#: bws_menu.php:
|
387 |
-
#: bws_menu.php:
|
388 |
-
#: bws_menu.php:
|
389 |
-
#: bws_menu.php:
|
390 |
#, fuzzy
|
391 |
msgid "Learn more"
|
392 |
msgstr "Lesen Sie mehr"
|
393 |
|
394 |
-
#: bws_menu.php:
|
395 |
-
#: bws_menu.php:
|
396 |
-
#: bws_menu.php:
|
397 |
msgid "Go"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: bws_menu.php:
|
|
|
|
|
401 |
msgid "DONATE"
|
402 |
msgstr ""
|
403 |
|
404 |
# @ captcha
|
405 |
-
#: bws_menu.php:
|
406 |
-
#: bws_menu.php:
|
407 |
#, fuzzy
|
408 |
msgid "Activate this plugin"
|
409 |
msgstr "Aktivierte Plugins"
|
410 |
|
411 |
# @ captcha
|
412 |
-
#: bws_menu.php:
|
413 |
-
#: bws_menu.php:
|
414 |
#, fuzzy
|
415 |
msgid "Activate"
|
416 |
msgstr "Aktivierte Plugins"
|
417 |
|
418 |
-
#: bws_menu.php:746
|
419 |
-
#: bws_menu.php:787
|
420 |
-
msgid "Donate"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
# @ default
|
424 |
-
#: bws_menu.php:
|
425 |
#, fuzzy
|
426 |
msgid "Install now"
|
427 |
msgstr "Installiere %s"
|
428 |
|
429 |
-
#: bws_menu.php:
|
430 |
msgid "Try again"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: bws_menu.php:
|
434 |
#, php-format
|
435 |
msgid "Preview “%s”"
|
436 |
msgstr ""
|
437 |
|
438 |
# @ default
|
439 |
-
#: bws_menu.php:
|
440 |
#, fuzzy
|
441 |
msgid "Install Now"
|
442 |
msgstr "Installiere %s"
|
443 |
|
444 |
-
#: bws_menu.php:
|
445 |
#, php-format
|
446 |
msgid "Update to version %s"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: bws_menu.php:
|
450 |
msgid "Update"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: bws_menu.php:
|
454 |
#, php-format
|
455 |
msgid "Preview %s"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: bws_menu.php:
|
459 |
msgid "Preview"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: bws_menu.php:
|
463 |
#, php-format
|
464 |
msgid "By %s"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: bws_menu.php:
|
468 |
msgid "Details"
|
469 |
msgstr ""
|
470 |
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-17 12:13+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: \n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ captcha
|
22 |
+
#: bws_menu.php:339
|
23 |
msgid "Not set"
|
24 |
msgstr "Nicht festgelegt"
|
25 |
|
26 |
# @ captcha
|
27 |
+
#: bws_menu.php:341
|
28 |
+
#: bws_menu.php:345
|
29 |
msgid "On"
|
30 |
msgstr "Ein"
|
31 |
|
32 |
# @ captcha
|
33 |
+
#: bws_menu.php:343
|
34 |
+
#: bws_menu.php:347
|
35 |
msgid "Off"
|
36 |
msgstr "Ausgeschaltet"
|
37 |
|
38 |
# @ captcha
|
|
|
|
|
39 |
#: bws_menu.php:351
|
40 |
#: bws_menu.php:355
|
41 |
#: bws_menu.php:359
|
42 |
+
#: bws_menu.php:363
|
43 |
+
#: bws_menu.php:367
|
44 |
+
#: bws_menu.php:393
|
45 |
msgid "N/A"
|
46 |
msgstr "keine Angaben"
|
47 |
|
48 |
# @ captcha
|
49 |
+
#: bws_menu.php:365
|
50 |
msgid " Mb"
|
51 |
msgstr " Mb"
|
52 |
|
53 |
# @ captcha
|
|
|
|
|
54 |
#: bws_menu.php:369
|
55 |
+
#: bws_menu.php:373
|
56 |
+
#: bws_menu.php:377
|
57 |
+
#: bws_menu.php:388
|
58 |
msgid "Yes"
|
59 |
msgstr "Ja"
|
60 |
|
61 |
# @ captcha
|
|
|
|
|
62 |
#: bws_menu.php:371
|
63 |
+
#: bws_menu.php:375
|
64 |
+
#: bws_menu.php:379
|
65 |
+
#: bws_menu.php:390
|
66 |
msgid "No"
|
67 |
msgstr "Nein"
|
68 |
|
69 |
# @ captcha
|
70 |
+
#: bws_menu.php:404
|
71 |
msgid "Operating System"
|
72 |
msgstr "Betriebs-System"
|
73 |
|
74 |
# @ captcha
|
75 |
+
#: bws_menu.php:405
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ captcha
|
80 |
+
#: bws_menu.php:406
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Speichernutzung"
|
83 |
|
84 |
# @ captcha
|
85 |
+
#: bws_menu.php:407
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "MYSQL Version"
|
88 |
|
89 |
# @ captcha
|
90 |
+
#: bws_menu.php:408
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "SQL Modus"
|
93 |
|
94 |
# @ captcha
|
95 |
+
#: bws_menu.php:409
|
96 |
msgid "PHP Version"
|
97 |
msgstr "PHP Version"
|
98 |
|
99 |
# @ captcha
|
100 |
+
#: bws_menu.php:410
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "PHP Gesicherter Modus"
|
103 |
|
104 |
# @ captcha
|
105 |
+
#: bws_menu.php:411
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
108 |
|
109 |
# @ captcha
|
110 |
+
#: bws_menu.php:412
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "PHP Speicher-Grenze"
|
113 |
|
114 |
# @ captcha
|
115 |
+
#: bws_menu.php:413
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "PHP Maximale Upload Größe"
|
118 |
|
119 |
# @ captcha
|
120 |
+
#: bws_menu.php:414
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "PHP Maximale Beitrags-Größe"
|
123 |
|
124 |
# @ captcha
|
125 |
+
#: bws_menu.php:415
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "PHP Maximale Script Ausführungszeit"
|
128 |
|
129 |
# @ captcha
|
130 |
+
#: bws_menu.php:416
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "PHP Exif Support"
|
133 |
|
134 |
# @ captcha
|
135 |
+
#: bws_menu.php:417
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "PHP IPTC Support"
|
138 |
|
139 |
# @ captcha
|
140 |
+
#: bws_menu.php:418
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "PHP XML Support"
|
143 |
|
144 |
# @ captcha
|
145 |
+
#: bws_menu.php:419
|
146 |
msgid "Site URL"
|
147 |
msgstr "Site URL"
|
148 |
|
149 |
# @ captcha
|
150 |
+
#: bws_menu.php:420
|
151 |
msgid "Home URL"
|
152 |
msgstr "Home URL"
|
153 |
|
154 |
# @ captcha
|
155 |
+
#: bws_menu.php:421
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "WordPress Version"
|
158 |
|
159 |
# @ captcha
|
160 |
+
#: bws_menu.php:422
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "WordPress DB Version"
|
163 |
|
164 |
# @ captcha
|
165 |
+
#: bws_menu.php:423
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisite"
|
168 |
|
169 |
# @ captcha
|
170 |
+
#: bws_menu.php:424
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Actives Theme"
|
173 |
|
174 |
# @ captcha
|
175 |
+
#: bws_menu.php:440
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
178 |
|
179 |
# @ captcha
|
180 |
+
#: bws_menu.php:444
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
183 |
|
184 |
# @ captcha
|
185 |
+
#: bws_menu.php:448
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
188 |
|
189 |
# @ captcha
|
190 |
+
#: bws_menu.php:476
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
193 |
|
194 |
+
#: bws_menu.php:488
|
195 |
msgid "Switch to new interface"
|
196 |
msgstr ""
|
197 |
|
198 |
# @ captcha
|
199 |
+
#: bws_menu.php:495
|
200 |
msgid "Pro plugins"
|
201 |
msgstr "BWS Plugins"
|
202 |
|
203 |
# @ captcha
|
204 |
+
#: bws_menu.php:498
|
205 |
+
#: bws_menu.php:524
|
206 |
msgid "Activated plugins"
|
207 |
msgstr "Aktivierte Plugins"
|
208 |
|
209 |
# @ captcha
|
|
|
210 |
#: bws_menu.php:500
|
211 |
#: bws_menu.php:508
|
212 |
+
#: bws_menu.php:516
|
213 |
#: bws_menu.php:526
|
214 |
#: bws_menu.php:534
|
215 |
+
#: bws_menu.php:542
|
216 |
+
#: bws_menu.php:552
|
217 |
#: bws_menu.php:559
|
218 |
+
#: bws_menu.php:567
|
219 |
msgid "Read more"
|
220 |
msgstr "Lesen Sie mehr"
|
221 |
|
222 |
# @ captcha
|
223 |
+
#: bws_menu.php:500
|
224 |
+
#: bws_menu.php:526
|
225 |
+
#: bws_menu.php:678
|
226 |
+
#: bws_menu.php:706
|
227 |
msgid "Settings"
|
228 |
msgstr "Einstellungen"
|
229 |
|
230 |
# @ captcha
|
231 |
+
#: bws_menu.php:506
|
232 |
+
#: bws_menu.php:532
|
233 |
+
#: bws_menu.php:658
|
234 |
msgid "Installed plugins"
|
235 |
msgstr "Installierte Plugins"
|
236 |
|
237 |
# @ captcha
|
238 |
+
#: bws_menu.php:514
|
239 |
+
#: bws_menu.php:540
|
240 |
+
#: bws_menu.php:765
|
241 |
msgid "Recommended plugins"
|
242 |
msgstr "Empfohlene Plugins"
|
243 |
|
244 |
# @ captcha
|
245 |
+
#: bws_menu.php:516
|
246 |
msgid "Purchase"
|
247 |
msgstr "Kaufen"
|
248 |
|
249 |
# @ captcha
|
250 |
+
#: bws_menu.php:521
|
251 |
msgid "Free plugins"
|
252 |
msgstr "Freie Plugins"
|
253 |
|
254 |
# @ captcha
|
255 |
+
#: bws_menu.php:542
|
256 |
+
#: bws_menu.php:567
|
257 |
msgid "Download"
|
258 |
msgstr "Herunterladen"
|
259 |
|
260 |
# @ default
|
261 |
+
#: bws_menu.php:542
|
262 |
+
#: bws_menu.php:567
|
263 |
+
#: bws_menu.php:867
|
264 |
#, php-format
|
265 |
msgid "Install %s"
|
266 |
msgstr "Installiere %s"
|
267 |
|
268 |
# @ captcha
|
269 |
+
#: bws_menu.php:542
|
270 |
+
#: bws_menu.php:567
|
271 |
msgid "Install now from wordpress.org"
|
272 |
msgstr "Installiere jetzt von wordpress.org"
|
273 |
|
274 |
+
#: bws_menu.php:548
|
275 |
msgid "Free themes"
|
276 |
msgstr ""
|
277 |
|
278 |
# @ captcha
|
279 |
+
#: bws_menu.php:551
|
280 |
#, fuzzy
|
281 |
msgid "Activated theme"
|
282 |
msgstr "Actives Theme"
|
283 |
|
284 |
+
#: bws_menu.php:552
|
285 |
#, php-format
|
286 |
msgid "Customize “%s”"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: bws_menu.php:552
|
290 |
msgid "Customize"
|
291 |
msgstr ""
|
292 |
|
293 |
# @ default
|
294 |
+
#: bws_menu.php:557
|
295 |
#, fuzzy
|
296 |
msgid "Installed themes"
|
297 |
msgstr "Installiere %s"
|
298 |
|
299 |
# @ captcha
|
300 |
+
#: bws_menu.php:565
|
301 |
#, fuzzy
|
302 |
msgid "Recommended themes"
|
303 |
msgstr "Empfohlene Plugins"
|
304 |
|
305 |
# @ captcha
|
306 |
+
#: bws_menu.php:573
|
307 |
msgid "If you have any questions, please contact us via"
|
308 |
msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
309 |
|
310 |
# @ captcha
|
311 |
+
#: bws_menu.php:580
|
312 |
+
#: bws_menu.php:648
|
313 |
+
#: bws_menu.php:903
|
314 |
msgid "System status"
|
315 |
msgstr "System Status"
|
316 |
|
317 |
# @ captcha
|
318 |
+
#: bws_menu.php:584
|
319 |
+
#: bws_menu.php:906
|
320 |
msgid "Environment"
|
321 |
msgstr "Umgebungsvariable"
|
322 |
|
323 |
# @ captcha
|
324 |
+
#: bws_menu.php:595
|
325 |
+
#: bws_menu.php:917
|
326 |
msgid "Active Plugins"
|
327 |
msgstr "Aktivierte Plugins"
|
328 |
|
329 |
# @ captcha
|
330 |
+
#: bws_menu.php:606
|
331 |
+
#: bws_menu.php:928
|
332 |
msgid "Inactive Plugins"
|
333 |
msgstr "Inactive Plugins"
|
334 |
|
335 |
# @ captcha
|
336 |
+
#: bws_menu.php:620
|
337 |
+
#: bws_menu.php:942
|
338 |
msgid "Send to support"
|
339 |
msgstr "Sende zuzm Support"
|
340 |
|
341 |
# @ captcha
|
342 |
+
#: bws_menu.php:627
|
343 |
+
#: bws_menu.php:949
|
344 |
msgid "Send to custom email »"
|
345 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
346 |
|
347 |
+
#: bws_menu.php:638
|
348 |
msgid "Switch to old interface"
|
349 |
msgstr ""
|
350 |
|
351 |
# @ captcha
|
352 |
+
#: bws_menu.php:644
|
353 |
#, fuzzy
|
354 |
msgid "Plugins"
|
355 |
msgstr "BWS Plugins"
|
356 |
|
357 |
+
#: bws_menu.php:646
|
358 |
msgid "Themes"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: bws_menu.php:652
|
362 |
msgid "All"
|
363 |
msgstr ""
|
364 |
|
365 |
# @ default
|
366 |
+
#: bws_menu.php:653
|
367 |
#, fuzzy
|
368 |
msgid "Installed"
|
369 |
msgstr "Installiere %s"
|
370 |
|
371 |
# @ captcha
|
372 |
+
#: bws_menu.php:654
|
373 |
#, fuzzy
|
374 |
msgid "Recommended"
|
375 |
msgstr "Empfohlene Plugins"
|
376 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
# @ captcha
|
378 |
+
#: bws_menu.php:676
|
379 |
+
#: bws_menu.php:704
|
380 |
+
#: bws_menu.php:726
|
381 |
+
#: bws_menu.php:754
|
382 |
+
#: bws_menu.php:795
|
383 |
#, fuzzy
|
384 |
msgid "Learn more"
|
385 |
msgstr "Lesen Sie mehr"
|
386 |
|
387 |
+
#: bws_menu.php:694
|
388 |
+
#: bws_menu.php:744
|
389 |
+
#: bws_menu.php:785
|
390 |
msgid "Go"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: bws_menu.php:698
|
394 |
+
#: bws_menu.php:748
|
395 |
+
#: bws_menu.php:789
|
396 |
msgid "DONATE"
|
397 |
msgstr ""
|
398 |
|
399 |
# @ captcha
|
400 |
+
#: bws_menu.php:728
|
401 |
+
#: bws_menu.php:756
|
402 |
#, fuzzy
|
403 |
msgid "Activate this plugin"
|
404 |
msgstr "Aktivierte Plugins"
|
405 |
|
406 |
# @ captcha
|
407 |
+
#: bws_menu.php:728
|
408 |
+
#: bws_menu.php:756
|
409 |
#, fuzzy
|
410 |
msgid "Activate"
|
411 |
msgstr "Aktivierte Plugins"
|
412 |
|
|
|
|
|
|
|
|
|
|
|
413 |
# @ default
|
414 |
+
#: bws_menu.php:797
|
415 |
#, fuzzy
|
416 |
msgid "Install now"
|
417 |
msgstr "Installiere %s"
|
418 |
|
419 |
+
#: bws_menu.php:819
|
420 |
msgid "Try again"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: bws_menu.php:836
|
424 |
#, php-format
|
425 |
msgid "Preview “%s”"
|
426 |
msgstr ""
|
427 |
|
428 |
# @ default
|
429 |
+
#: bws_menu.php:867
|
430 |
#, fuzzy
|
431 |
msgid "Install Now"
|
432 |
msgstr "Installiere %s"
|
433 |
|
434 |
+
#: bws_menu.php:870
|
435 |
#, php-format
|
436 |
msgid "Update to version %s"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: bws_menu.php:870
|
440 |
msgid "Update"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: bws_menu.php:877
|
444 |
#, php-format
|
445 |
msgid "Preview %s"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: bws_menu.php:877
|
449 |
msgid "Preview"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: bws_menu.php:884
|
453 |
#, php-format
|
454 |
msgid "By %s"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: bws_menu.php:890
|
458 |
msgid "Details"
|
459 |
msgstr ""
|
460 |
|
461 |
+
# @ default
|
462 |
+
#, fuzzy
|
463 |
+
#~ msgid "installed"
|
464 |
+
#~ msgstr "Installiere %s"
|
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: 2014-01-
|
6 |
-
"PO-Revision-Date: 2014-01-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -17,393 +17,388 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.5.7\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_menu.php:
|
21 |
msgid "Not set"
|
22 |
msgstr "Not set"
|
23 |
|
24 |
-
#: bws_menu.php:
|
25 |
-
#: bws_menu.php:
|
26 |
msgid "On"
|
27 |
msgstr "On"
|
28 |
|
29 |
-
#: bws_menu.php:
|
30 |
-
#: bws_menu.php:
|
31 |
msgid "Off"
|
32 |
msgstr "Off"
|
33 |
|
34 |
-
#: bws_menu.php:343
|
35 |
-
#: bws_menu.php:347
|
36 |
#: bws_menu.php:351
|
37 |
#: bws_menu.php:355
|
38 |
#: bws_menu.php:359
|
39 |
-
#: bws_menu.php:
|
|
|
|
|
40 |
msgid "N/A"
|
41 |
msgstr "N/A"
|
42 |
|
43 |
-
#: bws_menu.php:
|
44 |
msgid " Mb"
|
45 |
msgstr " Mb"
|
46 |
|
47 |
-
#: bws_menu.php:361
|
48 |
-
#: bws_menu.php:365
|
49 |
#: bws_menu.php:369
|
50 |
-
#: bws_menu.php:
|
|
|
|
|
51 |
msgid "Yes"
|
52 |
msgstr "Yes"
|
53 |
|
54 |
-
#: bws_menu.php:363
|
55 |
-
#: bws_menu.php:367
|
56 |
#: bws_menu.php:371
|
57 |
-
#: bws_menu.php:
|
|
|
|
|
58 |
msgid "No"
|
59 |
msgstr "No"
|
60 |
|
61 |
-
#: bws_menu.php:
|
62 |
msgid "Operating System"
|
63 |
msgstr "Operating System"
|
64 |
|
65 |
-
#: bws_menu.php:
|
66 |
msgid "Server"
|
67 |
msgstr "Server"
|
68 |
|
69 |
-
#: bws_menu.php:
|
70 |
msgid "Memory usage"
|
71 |
msgstr "Memory usage"
|
72 |
|
73 |
-
#: bws_menu.php:
|
74 |
msgid "MYSQL Version"
|
75 |
msgstr "MYSQL Version"
|
76 |
|
77 |
-
#: bws_menu.php:
|
78 |
msgid "SQL Mode"
|
79 |
msgstr "SQL Mode"
|
80 |
|
81 |
-
#: bws_menu.php:
|
82 |
msgid "PHP Version"
|
83 |
msgstr "PHP Version"
|
84 |
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "PHP Safe Mode"
|
87 |
msgstr "PHP Safe Mode"
|
88 |
|
89 |
-
#: bws_menu.php:
|
90 |
msgid "PHP Allow URL fopen"
|
91 |
msgstr "PHP Allow URL fopen"
|
92 |
|
93 |
-
#: bws_menu.php:
|
94 |
msgid "PHP Memory Limit"
|
95 |
msgstr "PHP Memory Limit"
|
96 |
|
97 |
-
#: bws_menu.php:
|
98 |
msgid "PHP Max Upload Size"
|
99 |
msgstr "PHP Max Upload Size"
|
100 |
|
101 |
-
#: bws_menu.php:
|
102 |
msgid "PHP Max Post Size"
|
103 |
msgstr "PHP Max Post Size"
|
104 |
|
105 |
-
#: bws_menu.php:
|
106 |
msgid "PHP Max Script Execute Time"
|
107 |
msgstr "PHP Max Script Execute Time"
|
108 |
|
109 |
-
#: bws_menu.php:
|
110 |
msgid "PHP Exif support"
|
111 |
msgstr "PHP Exif support"
|
112 |
|
113 |
-
#: bws_menu.php:
|
114 |
msgid "PHP IPTC support"
|
115 |
msgstr "PHP IPTC support"
|
116 |
|
117 |
-
#: bws_menu.php:
|
118 |
msgid "PHP XML support"
|
119 |
msgstr "PHP XML support"
|
120 |
|
121 |
-
#: bws_menu.php:
|
122 |
msgid "Site URL"
|
123 |
msgstr "Site URL"
|
124 |
|
125 |
-
#: bws_menu.php:
|
126 |
msgid "Home URL"
|
127 |
msgstr "Home URL"
|
128 |
|
129 |
-
#: bws_menu.php:
|
130 |
msgid "WordPress Version"
|
131 |
msgstr "WordPress Version"
|
132 |
|
133 |
-
#: bws_menu.php:
|
134 |
msgid "WordPress DB Version"
|
135 |
msgstr "WordPress DB Version"
|
136 |
|
137 |
-
#: bws_menu.php:
|
138 |
msgid "Multisite"
|
139 |
msgstr "Multisite"
|
140 |
|
141 |
-
#: bws_menu.php:
|
142 |
msgid "Active Theme"
|
143 |
msgstr "Active Theme"
|
144 |
|
145 |
-
#: bws_menu.php:
|
146 |
msgid "Please enter a valid email address."
|
147 |
msgstr "Merci de saisir une adresse e-mail valide."
|
148 |
|
149 |
-
#: bws_menu.php:
|
150 |
msgid "Email with system info is sent to "
|
151 |
msgstr "Le courriel avec les informations système est envoyé à"
|
152 |
|
153 |
-
#: bws_menu.php:
|
154 |
msgid "Thank you for contacting us."
|
155 |
msgstr "Merci de nous avoir contacté."
|
156 |
|
157 |
-
#: bws_menu.php:
|
158 |
msgid "Sorry, email message could not be delivered."
|
159 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
160 |
|
161 |
-
#: bws_menu.php:
|
162 |
msgid "Switch to new interface"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Pro plugins"
|
167 |
msgstr "Plugins Pro"
|
168 |
|
169 |
-
#: bws_menu.php:
|
170 |
-
#: bws_menu.php:
|
171 |
msgid "Activated plugins"
|
172 |
msgstr "Plugin activé"
|
173 |
|
174 |
-
#: bws_menu.php:492
|
175 |
#: bws_menu.php:500
|
176 |
#: bws_menu.php:508
|
177 |
-
#: bws_menu.php:
|
178 |
#: bws_menu.php:526
|
179 |
#: bws_menu.php:534
|
180 |
-
#: bws_menu.php:
|
181 |
-
#: bws_menu.php:
|
182 |
#: bws_menu.php:559
|
|
|
183 |
msgid "Read more"
|
184 |
msgstr "Lire la suite"
|
185 |
|
186 |
-
#: bws_menu.php:
|
187 |
-
#: bws_menu.php:
|
188 |
-
#: bws_menu.php:
|
189 |
-
#: bws_menu.php:
|
190 |
msgid "Settings"
|
191 |
msgstr "Réglages"
|
192 |
|
193 |
-
#: bws_menu.php:
|
194 |
-
#: bws_menu.php:
|
195 |
-
#: bws_menu.php:
|
196 |
msgid "Installed plugins"
|
197 |
msgstr "Plugin installé"
|
198 |
|
199 |
-
#: bws_menu.php:
|
200 |
-
#: bws_menu.php:
|
201 |
-
#: bws_menu.php:
|
202 |
msgid "Recommended plugins"
|
203 |
msgstr "Plugin recommandé"
|
204 |
|
205 |
-
#: bws_menu.php:
|
206 |
msgid "Purchase"
|
207 |
msgstr "Achetez"
|
208 |
|
209 |
-
#: bws_menu.php:
|
210 |
msgid "Free plugins"
|
211 |
msgstr "Plugins gratuits"
|
212 |
|
213 |
-
#: bws_menu.php:
|
214 |
-
#: bws_menu.php:
|
215 |
msgid "Download"
|
216 |
msgstr "Téléchargement"
|
217 |
|
218 |
-
#: bws_menu.php:
|
219 |
-
#: bws_menu.php:
|
220 |
-
#: bws_menu.php:
|
221 |
#, php-format
|
222 |
msgid "Install %s"
|
223 |
msgstr "%s installé"
|
224 |
|
225 |
-
#: bws_menu.php:
|
226 |
-
#: bws_menu.php:
|
227 |
msgid "Install now from wordpress.org"
|
228 |
msgstr "Installer maintenant depuis wordpress.org"
|
229 |
|
230 |
-
#: bws_menu.php:
|
231 |
msgid "Free themes"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: bws_menu.php:
|
235 |
#, fuzzy
|
236 |
msgid "Activated theme"
|
237 |
msgstr "Active Theme"
|
238 |
|
239 |
-
#: bws_menu.php:
|
240 |
#, php-format
|
241 |
msgid "Customize “%s”"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: bws_menu.php:
|
245 |
msgid "Customize"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: bws_menu.php:
|
249 |
#, fuzzy
|
250 |
msgid "Installed themes"
|
251 |
msgstr "%s installé"
|
252 |
|
253 |
-
#: bws_menu.php:
|
254 |
#, fuzzy
|
255 |
msgid "Recommended themes"
|
256 |
msgstr "Plugin recommandé"
|
257 |
|
258 |
-
#: bws_menu.php:
|
259 |
msgid "If you have any questions, please contact us via"
|
260 |
msgstr "Si vous avez des questions, merci de contacter via "
|
261 |
|
262 |
-
#: bws_menu.php:
|
263 |
-
#: bws_menu.php:
|
264 |
-
#: bws_menu.php:
|
265 |
msgid "System status"
|
266 |
msgstr "System status"
|
267 |
|
268 |
-
#: bws_menu.php:
|
269 |
-
#: bws_menu.php:
|
270 |
msgid "Environment"
|
271 |
msgstr "Environment"
|
272 |
|
273 |
-
#: bws_menu.php:
|
274 |
-
#: bws_menu.php:
|
275 |
msgid "Active Plugins"
|
276 |
msgstr "Plugin actifs"
|
277 |
|
278 |
-
#: bws_menu.php:
|
279 |
-
#: bws_menu.php:
|
280 |
msgid "Inactive Plugins"
|
281 |
msgstr "Plugin inactifs"
|
282 |
|
283 |
-
#: bws_menu.php:
|
284 |
-
#: bws_menu.php:
|
285 |
msgid "Send to support"
|
286 |
msgstr "Envoyé au support"
|
287 |
|
288 |
-
#: bws_menu.php:
|
289 |
-
#: bws_menu.php:
|
290 |
msgid "Send to custom email »"
|
291 |
msgstr "Envoyer un e-mail spécifique »"
|
292 |
|
293 |
-
#: bws_menu.php:
|
294 |
msgid "Switch to old interface"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: bws_menu.php:
|
298 |
#, fuzzy
|
299 |
msgid "Plugins"
|
300 |
msgstr "Plugins Pro"
|
301 |
|
302 |
-
#: bws_menu.php:
|
303 |
msgid "Themes"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: bws_menu.php:
|
307 |
msgid "All"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: bws_menu.php:
|
311 |
#, fuzzy
|
312 |
msgid "Installed"
|
313 |
msgstr "%s installé"
|
314 |
|
315 |
-
#: bws_menu.php:
|
316 |
#, fuzzy
|
317 |
msgid "Recommended"
|
318 |
msgstr "Plugin recommandé"
|
319 |
|
320 |
-
#: bws_menu.php:
|
321 |
-
#: bws_menu.php:
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
#: bws_menu.php:671
|
327 |
-
#: bws_menu.php:699
|
328 |
-
#: bws_menu.php:724
|
329 |
-
#: bws_menu.php:752
|
330 |
-
#: bws_menu.php:793
|
331 |
#, fuzzy
|
332 |
msgid "Learn more"
|
333 |
msgstr "Lire la suite"
|
334 |
|
335 |
-
#: bws_menu.php:
|
336 |
-
#: bws_menu.php:
|
337 |
-
#: bws_menu.php:
|
338 |
msgid "Go"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: bws_menu.php:
|
|
|
|
|
342 |
msgid "DONATE"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: bws_menu.php:
|
346 |
-
#: bws_menu.php:
|
347 |
#, fuzzy
|
348 |
msgid "Activate this plugin"
|
349 |
msgstr "Plugin activé"
|
350 |
|
351 |
-
#: bws_menu.php:
|
352 |
-
#: bws_menu.php:
|
353 |
#, fuzzy
|
354 |
msgid "Activate"
|
355 |
msgstr "Activé le captcha"
|
356 |
|
357 |
-
#: bws_menu.php:
|
358 |
-
#: bws_menu.php:787
|
359 |
-
msgid "Donate"
|
360 |
-
msgstr ""
|
361 |
-
|
362 |
-
#: bws_menu.php:795
|
363 |
#, fuzzy
|
364 |
msgid "Install now"
|
365 |
msgstr "Installa Ora"
|
366 |
|
367 |
-
#: bws_menu.php:
|
368 |
msgid "Try again"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: bws_menu.php:
|
372 |
#, php-format
|
373 |
msgid "Preview “%s”"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: bws_menu.php:
|
377 |
msgid "Install Now"
|
378 |
msgstr "Installa Ora"
|
379 |
|
380 |
-
#: bws_menu.php:
|
381 |
#, php-format
|
382 |
msgid "Update to version %s"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: bws_menu.php:
|
386 |
msgid "Update"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: bws_menu.php:
|
390 |
#, php-format
|
391 |
msgid "Preview %s"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: bws_menu.php:
|
395 |
msgid "Preview"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: bws_menu.php:
|
399 |
#, php-format
|
400 |
msgid "By %s"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: bws_menu.php:
|
404 |
msgid "Details"
|
405 |
msgstr ""
|
406 |
|
|
|
|
|
|
|
|
|
407 |
#~ msgid "Contact Form Settings"
|
408 |
#~ msgstr "Options du formulaire de Contact"
|
409 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-17 12:13+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
17 |
"X-Generator: Poedit 1.5.7\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_menu.php:339
|
21 |
msgid "Not set"
|
22 |
msgstr "Not set"
|
23 |
|
24 |
+
#: bws_menu.php:341
|
25 |
+
#: bws_menu.php:345
|
26 |
msgid "On"
|
27 |
msgstr "On"
|
28 |
|
29 |
+
#: bws_menu.php:343
|
30 |
+
#: bws_menu.php:347
|
31 |
msgid "Off"
|
32 |
msgstr "Off"
|
33 |
|
|
|
|
|
34 |
#: bws_menu.php:351
|
35 |
#: bws_menu.php:355
|
36 |
#: bws_menu.php:359
|
37 |
+
#: bws_menu.php:363
|
38 |
+
#: bws_menu.php:367
|
39 |
+
#: bws_menu.php:393
|
40 |
msgid "N/A"
|
41 |
msgstr "N/A"
|
42 |
|
43 |
+
#: bws_menu.php:365
|
44 |
msgid " Mb"
|
45 |
msgstr " Mb"
|
46 |
|
|
|
|
|
47 |
#: bws_menu.php:369
|
48 |
+
#: bws_menu.php:373
|
49 |
+
#: bws_menu.php:377
|
50 |
+
#: bws_menu.php:388
|
51 |
msgid "Yes"
|
52 |
msgstr "Yes"
|
53 |
|
|
|
|
|
54 |
#: bws_menu.php:371
|
55 |
+
#: bws_menu.php:375
|
56 |
+
#: bws_menu.php:379
|
57 |
+
#: bws_menu.php:390
|
58 |
msgid "No"
|
59 |
msgstr "No"
|
60 |
|
61 |
+
#: bws_menu.php:404
|
62 |
msgid "Operating System"
|
63 |
msgstr "Operating System"
|
64 |
|
65 |
+
#: bws_menu.php:405
|
66 |
msgid "Server"
|
67 |
msgstr "Server"
|
68 |
|
69 |
+
#: bws_menu.php:406
|
70 |
msgid "Memory usage"
|
71 |
msgstr "Memory usage"
|
72 |
|
73 |
+
#: bws_menu.php:407
|
74 |
msgid "MYSQL Version"
|
75 |
msgstr "MYSQL Version"
|
76 |
|
77 |
+
#: bws_menu.php:408
|
78 |
msgid "SQL Mode"
|
79 |
msgstr "SQL Mode"
|
80 |
|
81 |
+
#: bws_menu.php:409
|
82 |
msgid "PHP Version"
|
83 |
msgstr "PHP Version"
|
84 |
|
85 |
+
#: bws_menu.php:410
|
86 |
msgid "PHP Safe Mode"
|
87 |
msgstr "PHP Safe Mode"
|
88 |
|
89 |
+
#: bws_menu.php:411
|
90 |
msgid "PHP Allow URL fopen"
|
91 |
msgstr "PHP Allow URL fopen"
|
92 |
|
93 |
+
#: bws_menu.php:412
|
94 |
msgid "PHP Memory Limit"
|
95 |
msgstr "PHP Memory Limit"
|
96 |
|
97 |
+
#: bws_menu.php:413
|
98 |
msgid "PHP Max Upload Size"
|
99 |
msgstr "PHP Max Upload Size"
|
100 |
|
101 |
+
#: bws_menu.php:414
|
102 |
msgid "PHP Max Post Size"
|
103 |
msgstr "PHP Max Post Size"
|
104 |
|
105 |
+
#: bws_menu.php:415
|
106 |
msgid "PHP Max Script Execute Time"
|
107 |
msgstr "PHP Max Script Execute Time"
|
108 |
|
109 |
+
#: bws_menu.php:416
|
110 |
msgid "PHP Exif support"
|
111 |
msgstr "PHP Exif support"
|
112 |
|
113 |
+
#: bws_menu.php:417
|
114 |
msgid "PHP IPTC support"
|
115 |
msgstr "PHP IPTC support"
|
116 |
|
117 |
+
#: bws_menu.php:418
|
118 |
msgid "PHP XML support"
|
119 |
msgstr "PHP XML support"
|
120 |
|
121 |
+
#: bws_menu.php:419
|
122 |
msgid "Site URL"
|
123 |
msgstr "Site URL"
|
124 |
|
125 |
+
#: bws_menu.php:420
|
126 |
msgid "Home URL"
|
127 |
msgstr "Home URL"
|
128 |
|
129 |
+
#: bws_menu.php:421
|
130 |
msgid "WordPress Version"
|
131 |
msgstr "WordPress Version"
|
132 |
|
133 |
+
#: bws_menu.php:422
|
134 |
msgid "WordPress DB Version"
|
135 |
msgstr "WordPress DB Version"
|
136 |
|
137 |
+
#: bws_menu.php:423
|
138 |
msgid "Multisite"
|
139 |
msgstr "Multisite"
|
140 |
|
141 |
+
#: bws_menu.php:424
|
142 |
msgid "Active Theme"
|
143 |
msgstr "Active Theme"
|
144 |
|
145 |
+
#: bws_menu.php:440
|
146 |
msgid "Please enter a valid email address."
|
147 |
msgstr "Merci de saisir une adresse e-mail valide."
|
148 |
|
149 |
+
#: bws_menu.php:444
|
150 |
msgid "Email with system info is sent to "
|
151 |
msgstr "Le courriel avec les informations système est envoyé à"
|
152 |
|
153 |
+
#: bws_menu.php:448
|
154 |
msgid "Thank you for contacting us."
|
155 |
msgstr "Merci de nous avoir contacté."
|
156 |
|
157 |
+
#: bws_menu.php:476
|
158 |
msgid "Sorry, email message could not be delivered."
|
159 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
160 |
|
161 |
+
#: bws_menu.php:488
|
162 |
msgid "Switch to new interface"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: bws_menu.php:495
|
166 |
msgid "Pro plugins"
|
167 |
msgstr "Plugins Pro"
|
168 |
|
169 |
+
#: bws_menu.php:498
|
170 |
+
#: bws_menu.php:524
|
171 |
msgid "Activated plugins"
|
172 |
msgstr "Plugin activé"
|
173 |
|
|
|
174 |
#: bws_menu.php:500
|
175 |
#: bws_menu.php:508
|
176 |
+
#: bws_menu.php:516
|
177 |
#: bws_menu.php:526
|
178 |
#: bws_menu.php:534
|
179 |
+
#: bws_menu.php:542
|
180 |
+
#: bws_menu.php:552
|
181 |
#: bws_menu.php:559
|
182 |
+
#: bws_menu.php:567
|
183 |
msgid "Read more"
|
184 |
msgstr "Lire la suite"
|
185 |
|
186 |
+
#: bws_menu.php:500
|
187 |
+
#: bws_menu.php:526
|
188 |
+
#: bws_menu.php:678
|
189 |
+
#: bws_menu.php:706
|
190 |
msgid "Settings"
|
191 |
msgstr "Réglages"
|
192 |
|
193 |
+
#: bws_menu.php:506
|
194 |
+
#: bws_menu.php:532
|
195 |
+
#: bws_menu.php:658
|
196 |
msgid "Installed plugins"
|
197 |
msgstr "Plugin installé"
|
198 |
|
199 |
+
#: bws_menu.php:514
|
200 |
+
#: bws_menu.php:540
|
201 |
+
#: bws_menu.php:765
|
202 |
msgid "Recommended plugins"
|
203 |
msgstr "Plugin recommandé"
|
204 |
|
205 |
+
#: bws_menu.php:516
|
206 |
msgid "Purchase"
|
207 |
msgstr "Achetez"
|
208 |
|
209 |
+
#: bws_menu.php:521
|
210 |
msgid "Free plugins"
|
211 |
msgstr "Plugins gratuits"
|
212 |
|
213 |
+
#: bws_menu.php:542
|
214 |
+
#: bws_menu.php:567
|
215 |
msgid "Download"
|
216 |
msgstr "Téléchargement"
|
217 |
|
218 |
+
#: bws_menu.php:542
|
219 |
+
#: bws_menu.php:567
|
220 |
+
#: bws_menu.php:867
|
221 |
#, php-format
|
222 |
msgid "Install %s"
|
223 |
msgstr "%s installé"
|
224 |
|
225 |
+
#: bws_menu.php:542
|
226 |
+
#: bws_menu.php:567
|
227 |
msgid "Install now from wordpress.org"
|
228 |
msgstr "Installer maintenant depuis wordpress.org"
|
229 |
|
230 |
+
#: bws_menu.php:548
|
231 |
msgid "Free themes"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: bws_menu.php:551
|
235 |
#, fuzzy
|
236 |
msgid "Activated theme"
|
237 |
msgstr "Active Theme"
|
238 |
|
239 |
+
#: bws_menu.php:552
|
240 |
#, php-format
|
241 |
msgid "Customize “%s”"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: bws_menu.php:552
|
245 |
msgid "Customize"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: bws_menu.php:557
|
249 |
#, fuzzy
|
250 |
msgid "Installed themes"
|
251 |
msgstr "%s installé"
|
252 |
|
253 |
+
#: bws_menu.php:565
|
254 |
#, fuzzy
|
255 |
msgid "Recommended themes"
|
256 |
msgstr "Plugin recommandé"
|
257 |
|
258 |
+
#: bws_menu.php:573
|
259 |
msgid "If you have any questions, please contact us via"
|
260 |
msgstr "Si vous avez des questions, merci de contacter via "
|
261 |
|
262 |
+
#: bws_menu.php:580
|
263 |
+
#: bws_menu.php:648
|
264 |
+
#: bws_menu.php:903
|
265 |
msgid "System status"
|
266 |
msgstr "System status"
|
267 |
|
268 |
+
#: bws_menu.php:584
|
269 |
+
#: bws_menu.php:906
|
270 |
msgid "Environment"
|
271 |
msgstr "Environment"
|
272 |
|
273 |
+
#: bws_menu.php:595
|
274 |
+
#: bws_menu.php:917
|
275 |
msgid "Active Plugins"
|
276 |
msgstr "Plugin actifs"
|
277 |
|
278 |
+
#: bws_menu.php:606
|
279 |
+
#: bws_menu.php:928
|
280 |
msgid "Inactive Plugins"
|
281 |
msgstr "Plugin inactifs"
|
282 |
|
283 |
+
#: bws_menu.php:620
|
284 |
+
#: bws_menu.php:942
|
285 |
msgid "Send to support"
|
286 |
msgstr "Envoyé au support"
|
287 |
|
288 |
+
#: bws_menu.php:627
|
289 |
+
#: bws_menu.php:949
|
290 |
msgid "Send to custom email »"
|
291 |
msgstr "Envoyer un e-mail spécifique »"
|
292 |
|
293 |
+
#: bws_menu.php:638
|
294 |
msgid "Switch to old interface"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: bws_menu.php:644
|
298 |
#, fuzzy
|
299 |
msgid "Plugins"
|
300 |
msgstr "Plugins Pro"
|
301 |
|
302 |
+
#: bws_menu.php:646
|
303 |
msgid "Themes"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: bws_menu.php:652
|
307 |
msgid "All"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: bws_menu.php:653
|
311 |
#, fuzzy
|
312 |
msgid "Installed"
|
313 |
msgstr "%s installé"
|
314 |
|
315 |
+
#: bws_menu.php:654
|
316 |
#, fuzzy
|
317 |
msgid "Recommended"
|
318 |
msgstr "Plugin recommandé"
|
319 |
|
320 |
+
#: bws_menu.php:676
|
321 |
+
#: bws_menu.php:704
|
322 |
+
#: bws_menu.php:726
|
323 |
+
#: bws_menu.php:754
|
324 |
+
#: bws_menu.php:795
|
|
|
|
|
|
|
|
|
|
|
|
|
325 |
#, fuzzy
|
326 |
msgid "Learn more"
|
327 |
msgstr "Lire la suite"
|
328 |
|
329 |
+
#: bws_menu.php:694
|
330 |
+
#: bws_menu.php:744
|
331 |
+
#: bws_menu.php:785
|
332 |
msgid "Go"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: bws_menu.php:698
|
336 |
+
#: bws_menu.php:748
|
337 |
+
#: bws_menu.php:789
|
338 |
msgid "DONATE"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: bws_menu.php:728
|
342 |
+
#: bws_menu.php:756
|
343 |
#, fuzzy
|
344 |
msgid "Activate this plugin"
|
345 |
msgstr "Plugin activé"
|
346 |
|
347 |
+
#: bws_menu.php:728
|
348 |
+
#: bws_menu.php:756
|
349 |
#, fuzzy
|
350 |
msgid "Activate"
|
351 |
msgstr "Activé le captcha"
|
352 |
|
353 |
+
#: bws_menu.php:797
|
|
|
|
|
|
|
|
|
|
|
354 |
#, fuzzy
|
355 |
msgid "Install now"
|
356 |
msgstr "Installa Ora"
|
357 |
|
358 |
+
#: bws_menu.php:819
|
359 |
msgid "Try again"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: bws_menu.php:836
|
363 |
#, php-format
|
364 |
msgid "Preview “%s”"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: bws_menu.php:867
|
368 |
msgid "Install Now"
|
369 |
msgstr "Installa Ora"
|
370 |
|
371 |
+
#: bws_menu.php:870
|
372 |
#, php-format
|
373 |
msgid "Update to version %s"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: bws_menu.php:870
|
377 |
msgid "Update"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: bws_menu.php:877
|
381 |
#, php-format
|
382 |
msgid "Preview %s"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: bws_menu.php:877
|
386 |
msgid "Preview"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: bws_menu.php:884
|
390 |
#, php-format
|
391 |
msgid "By %s"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: bws_menu.php:890
|
395 |
msgid "Details"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#, fuzzy
|
399 |
+
#~ msgid "installed"
|
400 |
+
#~ msgstr "%s installé"
|
401 |
+
|
402 |
#~ msgid "Contact Form Settings"
|
403 |
#~ msgstr "Options du formulaire de Contact"
|
404 |
|
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: 2014-01-
|
6 |
-
"PO-Revision-Date: 2014-01-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: \n"
|
@@ -19,456 +19,451 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ bestwebsoft
|
22 |
-
#: bws_menu.php:
|
23 |
msgid "Not set"
|
24 |
msgstr "Non impostato"
|
25 |
|
26 |
# @ bestwebsoft
|
27 |
-
#: bws_menu.php:
|
28 |
-
#: bws_menu.php:
|
29 |
msgid "On"
|
30 |
msgstr "Abilitato"
|
31 |
|
32 |
# @ bestwebsoft
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
msgid "Off"
|
36 |
msgstr "Disabilitato"
|
37 |
|
38 |
# @ bestwebsoft
|
39 |
-
#: bws_menu.php:343
|
40 |
-
#: bws_menu.php:347
|
41 |
#: bws_menu.php:351
|
42 |
#: bws_menu.php:355
|
43 |
#: bws_menu.php:359
|
44 |
-
#: bws_menu.php:
|
|
|
|
|
45 |
msgid "N/A"
|
46 |
msgstr "Non disponibile"
|
47 |
|
48 |
# @ bestwebsoft
|
49 |
-
#: bws_menu.php:
|
50 |
msgid " Mb"
|
51 |
msgstr "Mb"
|
52 |
|
53 |
# @ bestwebsoft
|
54 |
-
#: bws_menu.php:361
|
55 |
-
#: bws_menu.php:365
|
56 |
#: bws_menu.php:369
|
57 |
-
#: bws_menu.php:
|
|
|
|
|
58 |
msgid "Yes"
|
59 |
msgstr "Sì"
|
60 |
|
61 |
# @ bestwebsoft
|
62 |
-
#: bws_menu.php:363
|
63 |
-
#: bws_menu.php:367
|
64 |
#: bws_menu.php:371
|
65 |
-
#: bws_menu.php:
|
|
|
|
|
66 |
msgid "No"
|
67 |
msgstr "No"
|
68 |
|
69 |
# @ bestwebsoft
|
70 |
-
#: bws_menu.php:
|
71 |
msgid "Operating System"
|
72 |
msgstr "Sistema operativo"
|
73 |
|
74 |
# @ bestwebsoft
|
75 |
-
#: bws_menu.php:
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ bestwebsoft
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Utilizzo memoria"
|
83 |
|
84 |
# @ bestwebsoft
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "Versione MYSQL"
|
88 |
|
89 |
# @ bestwebsoft
|
90 |
-
#: bws_menu.php:
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "Modalità SQL"
|
93 |
|
94 |
# @ bestwebsoft
|
95 |
-
#: bws_menu.php:
|
96 |
msgid "PHP Version"
|
97 |
msgstr "Versione PHP"
|
98 |
|
99 |
# @ bestwebsoft
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "Safe Mode PHP"
|
103 |
|
104 |
# @ bestwebsoft
|
105 |
-
#: bws_menu.php:
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "Consenti URL fopen PHP"
|
108 |
|
109 |
# @ bestwebsoft
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "Limite di memoria PHP"
|
113 |
|
114 |
# @ bestwebsoft
|
115 |
-
#: bws_menu.php:
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "Dimensione upload massima PHP"
|
118 |
|
119 |
# @ bestwebsoft
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "Dimensione massima Post PHP"
|
123 |
|
124 |
# @ bestwebsoft
|
125 |
-
#: bws_menu.php:
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "Tempo massimo di esecuzione PHP"
|
128 |
|
129 |
# @ bestwebsoft
|
130 |
-
#: bws_menu.php:
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "Supporto Exif PHP"
|
133 |
|
134 |
# @ bestwebsoft
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "Supporto IPTC PHP"
|
138 |
|
139 |
# @ bestwebsoft
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "Supporto XML PHP"
|
143 |
|
144 |
# @ bestwebsoft
|
145 |
-
#: bws_menu.php:
|
146 |
msgid "Site URL"
|
147 |
msgstr "URL sito"
|
148 |
|
149 |
# @ bestwebsoft
|
150 |
-
#: bws_menu.php:
|
151 |
msgid "Home URL"
|
152 |
msgstr "URL home"
|
153 |
|
154 |
# @ bestwebsoft
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "Versione WordPress"
|
158 |
|
159 |
# @ bestwebsoft
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "Versione DB WordPress"
|
163 |
|
164 |
# @ bestwebsoft
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisito"
|
168 |
|
169 |
# @ bestwebsoft
|
170 |
-
#: bws_menu.php:
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Tema attivo"
|
173 |
|
174 |
# @ bestwebsoft
|
175 |
-
#: bws_menu.php:
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
178 |
|
179 |
# @ bestwebsoft
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "Email con informazioni di sistema spedita a "
|
183 |
|
184 |
# @ bestwebsoft
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Grazie per averci contattato."
|
188 |
|
189 |
# @ bestwebsoft
|
190 |
-
#: bws_menu.php:
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Switch to new interface"
|
196 |
msgstr ""
|
197 |
|
198 |
# @ bestwebsoft
|
199 |
-
#: bws_menu.php:
|
200 |
msgid "Pro plugins"
|
201 |
msgstr "Plugin Pro"
|
202 |
|
203 |
# @ bestwebsoft
|
204 |
-
#: bws_menu.php:
|
205 |
-
#: bws_menu.php:
|
206 |
msgid "Activated plugins"
|
207 |
msgstr "Plugin attivi"
|
208 |
|
209 |
# @ bestwebsoft
|
210 |
-
#: bws_menu.php:492
|
211 |
#: bws_menu.php:500
|
212 |
#: bws_menu.php:508
|
213 |
-
#: bws_menu.php:
|
214 |
#: bws_menu.php:526
|
215 |
#: bws_menu.php:534
|
216 |
-
#: bws_menu.php:
|
217 |
-
#: bws_menu.php:
|
218 |
#: bws_menu.php:559
|
|
|
219 |
msgid "Read more"
|
220 |
msgstr "Leggi tutto"
|
221 |
|
222 |
# @ bestwebsoft
|
223 |
# @ captcha
|
224 |
-
#: bws_menu.php:
|
225 |
-
#: bws_menu.php:
|
226 |
-
#: bws_menu.php:
|
227 |
-
#: bws_menu.php:
|
228 |
msgid "Settings"
|
229 |
msgstr "Impostazioni"
|
230 |
|
231 |
# @ bestwebsoft
|
232 |
-
#: bws_menu.php:
|
233 |
-
#: bws_menu.php:
|
234 |
-
#: bws_menu.php:
|
235 |
msgid "Installed plugins"
|
236 |
msgstr "Plugin installati"
|
237 |
|
238 |
# @ bestwebsoft
|
239 |
-
#: bws_menu.php:
|
240 |
-
#: bws_menu.php:
|
241 |
-
#: bws_menu.php:
|
242 |
msgid "Recommended plugins"
|
243 |
msgstr "Plugin raccomandati"
|
244 |
|
245 |
# @ bestwebsoft
|
246 |
-
#: bws_menu.php:
|
247 |
msgid "Purchase"
|
248 |
msgstr "Acquista"
|
249 |
|
250 |
# @ bestwebsoft
|
251 |
-
#: bws_menu.php:
|
252 |
msgid "Free plugins"
|
253 |
msgstr "Plugin gratuiti"
|
254 |
|
255 |
# @ bestwebsoft
|
256 |
-
#: bws_menu.php:
|
257 |
-
#: bws_menu.php:
|
258 |
msgid "Download"
|
259 |
msgstr "Scarica"
|
260 |
|
261 |
# @ default
|
262 |
-
#: bws_menu.php:
|
263 |
-
#: bws_menu.php:
|
264 |
-
#: bws_menu.php:
|
265 |
#, php-format
|
266 |
msgid "Install %s"
|
267 |
msgstr "Installa %s"
|
268 |
|
269 |
# @ bestwebsoft
|
270 |
-
#: bws_menu.php:
|
271 |
-
#: bws_menu.php:
|
272 |
msgid "Install now from wordpress.org"
|
273 |
msgstr "Installa ora da wordpress.org"
|
274 |
|
275 |
-
#: bws_menu.php:
|
276 |
msgid "Free themes"
|
277 |
msgstr ""
|
278 |
|
279 |
# @ bestwebsoft
|
280 |
-
#: bws_menu.php:
|
281 |
#, fuzzy
|
282 |
msgid "Activated theme"
|
283 |
msgstr "Tema attivo"
|
284 |
|
285 |
-
#: bws_menu.php:
|
286 |
#, php-format
|
287 |
msgid "Customize “%s”"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: bws_menu.php:
|
291 |
msgid "Customize"
|
292 |
msgstr ""
|
293 |
|
294 |
# @ default
|
295 |
-
#: bws_menu.php:
|
296 |
#, fuzzy
|
297 |
msgid "Installed themes"
|
298 |
msgstr "Installa %s"
|
299 |
|
300 |
# @ bestwebsoft
|
301 |
-
#: bws_menu.php:
|
302 |
#, fuzzy
|
303 |
msgid "Recommended themes"
|
304 |
msgstr "Plugin raccomandati"
|
305 |
|
306 |
# @ bestwebsoft
|
307 |
-
#: bws_menu.php:
|
308 |
msgid "If you have any questions, please contact us via"
|
309 |
msgstr "Se hai domande, contattaci tramite"
|
310 |
|
311 |
# @ bestwebsoft
|
312 |
-
#: bws_menu.php:
|
313 |
-
#: bws_menu.php:
|
314 |
-
#: bws_menu.php:
|
315 |
msgid "System status"
|
316 |
msgstr "Stato sistema"
|
317 |
|
318 |
# @ bestwebsoft
|
319 |
-
#: bws_menu.php:
|
320 |
-
#: bws_menu.php:
|
321 |
msgid "Environment"
|
322 |
msgstr "Ambiente"
|
323 |
|
324 |
# @ bestwebsoft
|
325 |
-
#: bws_menu.php:
|
326 |
-
#: bws_menu.php:
|
327 |
msgid "Active Plugins"
|
328 |
msgstr "Plugin attivi"
|
329 |
|
330 |
# @ bestwebsoft
|
331 |
-
#: bws_menu.php:
|
332 |
-
#: bws_menu.php:
|
333 |
msgid "Inactive Plugins"
|
334 |
msgstr "Plugin inattivi"
|
335 |
|
336 |
# @ bestwebsoft
|
337 |
-
#: bws_menu.php:
|
338 |
-
#: bws_menu.php:
|
339 |
msgid "Send to support"
|
340 |
msgstr "Invia al supporto"
|
341 |
|
342 |
# @ bestwebsoft
|
343 |
-
#: bws_menu.php:
|
344 |
-
#: bws_menu.php:
|
345 |
msgid "Send to custom email »"
|
346 |
msgstr "Invia a una email personalizzata »"
|
347 |
|
348 |
-
#: bws_menu.php:
|
349 |
msgid "Switch to old interface"
|
350 |
msgstr ""
|
351 |
|
352 |
# @ bestwebsoft
|
353 |
-
#: bws_menu.php:
|
354 |
#, fuzzy
|
355 |
msgid "Plugins"
|
356 |
msgstr "Plugin Pro"
|
357 |
|
358 |
-
#: bws_menu.php:
|
359 |
msgid "Themes"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: bws_menu.php:
|
363 |
msgid "All"
|
364 |
msgstr ""
|
365 |
|
366 |
# @ default
|
367 |
-
#: bws_menu.php:
|
368 |
#, fuzzy
|
369 |
msgid "Installed"
|
370 |
msgstr "Installa %s"
|
371 |
|
372 |
# @ bestwebsoft
|
373 |
-
#: bws_menu.php:
|
374 |
#, fuzzy
|
375 |
msgid "Recommended"
|
376 |
msgstr "Plugin raccomandati"
|
377 |
|
378 |
-
# @ default
|
379 |
-
#: bws_menu.php:666
|
380 |
-
#: bws_menu.php:719
|
381 |
-
#, fuzzy
|
382 |
-
msgid "installed"
|
383 |
-
msgstr "Installa %s"
|
384 |
-
|
385 |
# @ bestwebsoft
|
386 |
-
#: bws_menu.php:
|
387 |
-
#: bws_menu.php:
|
388 |
-
#: bws_menu.php:
|
389 |
-
#: bws_menu.php:
|
390 |
-
#: bws_menu.php:
|
391 |
#, fuzzy
|
392 |
msgid "Learn more"
|
393 |
msgstr "Leggi tutto"
|
394 |
|
395 |
-
#: bws_menu.php:
|
396 |
-
#: bws_menu.php:
|
397 |
-
#: bws_menu.php:
|
398 |
msgid "Go"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: bws_menu.php:
|
|
|
|
|
402 |
msgid "DONATE"
|
403 |
msgstr ""
|
404 |
|
405 |
# @ bestwebsoft
|
406 |
-
#: bws_menu.php:
|
407 |
-
#: bws_menu.php:
|
408 |
#, fuzzy
|
409 |
msgid "Activate this plugin"
|
410 |
msgstr "Plugin attivi"
|
411 |
|
412 |
# @ bestwebsoft
|
413 |
-
#: bws_menu.php:
|
414 |
-
#: bws_menu.php:
|
415 |
#, fuzzy
|
416 |
msgid "Activate"
|
417 |
msgstr "Plugin attivi"
|
418 |
|
419 |
-
#: bws_menu.php:746
|
420 |
-
#: bws_menu.php:787
|
421 |
-
msgid "Donate"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
# @ default
|
425 |
-
#: bws_menu.php:
|
426 |
#, fuzzy
|
427 |
msgid "Install now"
|
428 |
msgstr "Installa %s"
|
429 |
|
430 |
-
#: bws_menu.php:
|
431 |
msgid "Try again"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: bws_menu.php:
|
435 |
#, php-format
|
436 |
msgid "Preview “%s”"
|
437 |
msgstr ""
|
438 |
|
439 |
# @ default
|
440 |
-
#: bws_menu.php:
|
441 |
#, fuzzy
|
442 |
msgid "Install Now"
|
443 |
msgstr "Installa %s"
|
444 |
|
445 |
-
#: bws_menu.php:
|
446 |
#, php-format
|
447 |
msgid "Update to version %s"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: bws_menu.php:
|
451 |
msgid "Update"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: bws_menu.php:
|
455 |
#, php-format
|
456 |
msgid "Preview %s"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: bws_menu.php:
|
460 |
msgid "Preview"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: bws_menu.php:
|
464 |
#, php-format
|
465 |
msgid "By %s"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: bws_menu.php:
|
469 |
msgid "Details"
|
470 |
msgstr ""
|
471 |
|
|
|
|
|
|
|
|
|
|
|
472 |
# @ captcha
|
473 |
#, fuzzy
|
474 |
#~ msgid "Captcha Settings"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-17 12:13+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: \n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ bestwebsoft
|
22 |
+
#: bws_menu.php:339
|
23 |
msgid "Not set"
|
24 |
msgstr "Non impostato"
|
25 |
|
26 |
# @ bestwebsoft
|
27 |
+
#: bws_menu.php:341
|
28 |
+
#: bws_menu.php:345
|
29 |
msgid "On"
|
30 |
msgstr "Abilitato"
|
31 |
|
32 |
# @ bestwebsoft
|
33 |
+
#: bws_menu.php:343
|
34 |
+
#: bws_menu.php:347
|
35 |
msgid "Off"
|
36 |
msgstr "Disabilitato"
|
37 |
|
38 |
# @ bestwebsoft
|
|
|
|
|
39 |
#: bws_menu.php:351
|
40 |
#: bws_menu.php:355
|
41 |
#: bws_menu.php:359
|
42 |
+
#: bws_menu.php:363
|
43 |
+
#: bws_menu.php:367
|
44 |
+
#: bws_menu.php:393
|
45 |
msgid "N/A"
|
46 |
msgstr "Non disponibile"
|
47 |
|
48 |
# @ bestwebsoft
|
49 |
+
#: bws_menu.php:365
|
50 |
msgid " Mb"
|
51 |
msgstr "Mb"
|
52 |
|
53 |
# @ bestwebsoft
|
|
|
|
|
54 |
#: bws_menu.php:369
|
55 |
+
#: bws_menu.php:373
|
56 |
+
#: bws_menu.php:377
|
57 |
+
#: bws_menu.php:388
|
58 |
msgid "Yes"
|
59 |
msgstr "Sì"
|
60 |
|
61 |
# @ bestwebsoft
|
|
|
|
|
62 |
#: bws_menu.php:371
|
63 |
+
#: bws_menu.php:375
|
64 |
+
#: bws_menu.php:379
|
65 |
+
#: bws_menu.php:390
|
66 |
msgid "No"
|
67 |
msgstr "No"
|
68 |
|
69 |
# @ bestwebsoft
|
70 |
+
#: bws_menu.php:404
|
71 |
msgid "Operating System"
|
72 |
msgstr "Sistema operativo"
|
73 |
|
74 |
# @ bestwebsoft
|
75 |
+
#: bws_menu.php:405
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ bestwebsoft
|
80 |
+
#: bws_menu.php:406
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Utilizzo memoria"
|
83 |
|
84 |
# @ bestwebsoft
|
85 |
+
#: bws_menu.php:407
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "Versione MYSQL"
|
88 |
|
89 |
# @ bestwebsoft
|
90 |
+
#: bws_menu.php:408
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "Modalità SQL"
|
93 |
|
94 |
# @ bestwebsoft
|
95 |
+
#: bws_menu.php:409
|
96 |
msgid "PHP Version"
|
97 |
msgstr "Versione PHP"
|
98 |
|
99 |
# @ bestwebsoft
|
100 |
+
#: bws_menu.php:410
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "Safe Mode PHP"
|
103 |
|
104 |
# @ bestwebsoft
|
105 |
+
#: bws_menu.php:411
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "Consenti URL fopen PHP"
|
108 |
|
109 |
# @ bestwebsoft
|
110 |
+
#: bws_menu.php:412
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "Limite di memoria PHP"
|
113 |
|
114 |
# @ bestwebsoft
|
115 |
+
#: bws_menu.php:413
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "Dimensione upload massima PHP"
|
118 |
|
119 |
# @ bestwebsoft
|
120 |
+
#: bws_menu.php:414
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "Dimensione massima Post PHP"
|
123 |
|
124 |
# @ bestwebsoft
|
125 |
+
#: bws_menu.php:415
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "Tempo massimo di esecuzione PHP"
|
128 |
|
129 |
# @ bestwebsoft
|
130 |
+
#: bws_menu.php:416
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "Supporto Exif PHP"
|
133 |
|
134 |
# @ bestwebsoft
|
135 |
+
#: bws_menu.php:417
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "Supporto IPTC PHP"
|
138 |
|
139 |
# @ bestwebsoft
|
140 |
+
#: bws_menu.php:418
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "Supporto XML PHP"
|
143 |
|
144 |
# @ bestwebsoft
|
145 |
+
#: bws_menu.php:419
|
146 |
msgid "Site URL"
|
147 |
msgstr "URL sito"
|
148 |
|
149 |
# @ bestwebsoft
|
150 |
+
#: bws_menu.php:420
|
151 |
msgid "Home URL"
|
152 |
msgstr "URL home"
|
153 |
|
154 |
# @ bestwebsoft
|
155 |
+
#: bws_menu.php:421
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "Versione WordPress"
|
158 |
|
159 |
# @ bestwebsoft
|
160 |
+
#: bws_menu.php:422
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "Versione DB WordPress"
|
163 |
|
164 |
# @ bestwebsoft
|
165 |
+
#: bws_menu.php:423
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisito"
|
168 |
|
169 |
# @ bestwebsoft
|
170 |
+
#: bws_menu.php:424
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Tema attivo"
|
173 |
|
174 |
# @ bestwebsoft
|
175 |
+
#: bws_menu.php:440
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
178 |
|
179 |
# @ bestwebsoft
|
180 |
+
#: bws_menu.php:444
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "Email con informazioni di sistema spedita a "
|
183 |
|
184 |
# @ bestwebsoft
|
185 |
+
#: bws_menu.php:448
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Grazie per averci contattato."
|
188 |
|
189 |
# @ bestwebsoft
|
190 |
+
#: bws_menu.php:476
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
193 |
|
194 |
+
#: bws_menu.php:488
|
195 |
msgid "Switch to new interface"
|
196 |
msgstr ""
|
197 |
|
198 |
# @ bestwebsoft
|
199 |
+
#: bws_menu.php:495
|
200 |
msgid "Pro plugins"
|
201 |
msgstr "Plugin Pro"
|
202 |
|
203 |
# @ bestwebsoft
|
204 |
+
#: bws_menu.php:498
|
205 |
+
#: bws_menu.php:524
|
206 |
msgid "Activated plugins"
|
207 |
msgstr "Plugin attivi"
|
208 |
|
209 |
# @ bestwebsoft
|
|
|
210 |
#: bws_menu.php:500
|
211 |
#: bws_menu.php:508
|
212 |
+
#: bws_menu.php:516
|
213 |
#: bws_menu.php:526
|
214 |
#: bws_menu.php:534
|
215 |
+
#: bws_menu.php:542
|
216 |
+
#: bws_menu.php:552
|
217 |
#: bws_menu.php:559
|
218 |
+
#: bws_menu.php:567
|
219 |
msgid "Read more"
|
220 |
msgstr "Leggi tutto"
|
221 |
|
222 |
# @ bestwebsoft
|
223 |
# @ captcha
|
224 |
+
#: bws_menu.php:500
|
225 |
+
#: bws_menu.php:526
|
226 |
+
#: bws_menu.php:678
|
227 |
+
#: bws_menu.php:706
|
228 |
msgid "Settings"
|
229 |
msgstr "Impostazioni"
|
230 |
|
231 |
# @ bestwebsoft
|
232 |
+
#: bws_menu.php:506
|
233 |
+
#: bws_menu.php:532
|
234 |
+
#: bws_menu.php:658
|
235 |
msgid "Installed plugins"
|
236 |
msgstr "Plugin installati"
|
237 |
|
238 |
# @ bestwebsoft
|
239 |
+
#: bws_menu.php:514
|
240 |
+
#: bws_menu.php:540
|
241 |
+
#: bws_menu.php:765
|
242 |
msgid "Recommended plugins"
|
243 |
msgstr "Plugin raccomandati"
|
244 |
|
245 |
# @ bestwebsoft
|
246 |
+
#: bws_menu.php:516
|
247 |
msgid "Purchase"
|
248 |
msgstr "Acquista"
|
249 |
|
250 |
# @ bestwebsoft
|
251 |
+
#: bws_menu.php:521
|
252 |
msgid "Free plugins"
|
253 |
msgstr "Plugin gratuiti"
|
254 |
|
255 |
# @ bestwebsoft
|
256 |
+
#: bws_menu.php:542
|
257 |
+
#: bws_menu.php:567
|
258 |
msgid "Download"
|
259 |
msgstr "Scarica"
|
260 |
|
261 |
# @ default
|
262 |
+
#: bws_menu.php:542
|
263 |
+
#: bws_menu.php:567
|
264 |
+
#: bws_menu.php:867
|
265 |
#, php-format
|
266 |
msgid "Install %s"
|
267 |
msgstr "Installa %s"
|
268 |
|
269 |
# @ bestwebsoft
|
270 |
+
#: bws_menu.php:542
|
271 |
+
#: bws_menu.php:567
|
272 |
msgid "Install now from wordpress.org"
|
273 |
msgstr "Installa ora da wordpress.org"
|
274 |
|
275 |
+
#: bws_menu.php:548
|
276 |
msgid "Free themes"
|
277 |
msgstr ""
|
278 |
|
279 |
# @ bestwebsoft
|
280 |
+
#: bws_menu.php:551
|
281 |
#, fuzzy
|
282 |
msgid "Activated theme"
|
283 |
msgstr "Tema attivo"
|
284 |
|
285 |
+
#: bws_menu.php:552
|
286 |
#, php-format
|
287 |
msgid "Customize “%s”"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: bws_menu.php:552
|
291 |
msgid "Customize"
|
292 |
msgstr ""
|
293 |
|
294 |
# @ default
|
295 |
+
#: bws_menu.php:557
|
296 |
#, fuzzy
|
297 |
msgid "Installed themes"
|
298 |
msgstr "Installa %s"
|
299 |
|
300 |
# @ bestwebsoft
|
301 |
+
#: bws_menu.php:565
|
302 |
#, fuzzy
|
303 |
msgid "Recommended themes"
|
304 |
msgstr "Plugin raccomandati"
|
305 |
|
306 |
# @ bestwebsoft
|
307 |
+
#: bws_menu.php:573
|
308 |
msgid "If you have any questions, please contact us via"
|
309 |
msgstr "Se hai domande, contattaci tramite"
|
310 |
|
311 |
# @ bestwebsoft
|
312 |
+
#: bws_menu.php:580
|
313 |
+
#: bws_menu.php:648
|
314 |
+
#: bws_menu.php:903
|
315 |
msgid "System status"
|
316 |
msgstr "Stato sistema"
|
317 |
|
318 |
# @ bestwebsoft
|
319 |
+
#: bws_menu.php:584
|
320 |
+
#: bws_menu.php:906
|
321 |
msgid "Environment"
|
322 |
msgstr "Ambiente"
|
323 |
|
324 |
# @ bestwebsoft
|
325 |
+
#: bws_menu.php:595
|
326 |
+
#: bws_menu.php:917
|
327 |
msgid "Active Plugins"
|
328 |
msgstr "Plugin attivi"
|
329 |
|
330 |
# @ bestwebsoft
|
331 |
+
#: bws_menu.php:606
|
332 |
+
#: bws_menu.php:928
|
333 |
msgid "Inactive Plugins"
|
334 |
msgstr "Plugin inattivi"
|
335 |
|
336 |
# @ bestwebsoft
|
337 |
+
#: bws_menu.php:620
|
338 |
+
#: bws_menu.php:942
|
339 |
msgid "Send to support"
|
340 |
msgstr "Invia al supporto"
|
341 |
|
342 |
# @ bestwebsoft
|
343 |
+
#: bws_menu.php:627
|
344 |
+
#: bws_menu.php:949
|
345 |
msgid "Send to custom email »"
|
346 |
msgstr "Invia a una email personalizzata »"
|
347 |
|
348 |
+
#: bws_menu.php:638
|
349 |
msgid "Switch to old interface"
|
350 |
msgstr ""
|
351 |
|
352 |
# @ bestwebsoft
|
353 |
+
#: bws_menu.php:644
|
354 |
#, fuzzy
|
355 |
msgid "Plugins"
|
356 |
msgstr "Plugin Pro"
|
357 |
|
358 |
+
#: bws_menu.php:646
|
359 |
msgid "Themes"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: bws_menu.php:652
|
363 |
msgid "All"
|
364 |
msgstr ""
|
365 |
|
366 |
# @ default
|
367 |
+
#: bws_menu.php:653
|
368 |
#, fuzzy
|
369 |
msgid "Installed"
|
370 |
msgstr "Installa %s"
|
371 |
|
372 |
# @ bestwebsoft
|
373 |
+
#: bws_menu.php:654
|
374 |
#, fuzzy
|
375 |
msgid "Recommended"
|
376 |
msgstr "Plugin raccomandati"
|
377 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
378 |
# @ bestwebsoft
|
379 |
+
#: bws_menu.php:676
|
380 |
+
#: bws_menu.php:704
|
381 |
+
#: bws_menu.php:726
|
382 |
+
#: bws_menu.php:754
|
383 |
+
#: bws_menu.php:795
|
384 |
#, fuzzy
|
385 |
msgid "Learn more"
|
386 |
msgstr "Leggi tutto"
|
387 |
|
388 |
+
#: bws_menu.php:694
|
389 |
+
#: bws_menu.php:744
|
390 |
+
#: bws_menu.php:785
|
391 |
msgid "Go"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: bws_menu.php:698
|
395 |
+
#: bws_menu.php:748
|
396 |
+
#: bws_menu.php:789
|
397 |
msgid "DONATE"
|
398 |
msgstr ""
|
399 |
|
400 |
# @ bestwebsoft
|
401 |
+
#: bws_menu.php:728
|
402 |
+
#: bws_menu.php:756
|
403 |
#, fuzzy
|
404 |
msgid "Activate this plugin"
|
405 |
msgstr "Plugin attivi"
|
406 |
|
407 |
# @ bestwebsoft
|
408 |
+
#: bws_menu.php:728
|
409 |
+
#: bws_menu.php:756
|
410 |
#, fuzzy
|
411 |
msgid "Activate"
|
412 |
msgstr "Plugin attivi"
|
413 |
|
|
|
|
|
|
|
|
|
|
|
414 |
# @ default
|
415 |
+
#: bws_menu.php:797
|
416 |
#, fuzzy
|
417 |
msgid "Install now"
|
418 |
msgstr "Installa %s"
|
419 |
|
420 |
+
#: bws_menu.php:819
|
421 |
msgid "Try again"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: bws_menu.php:836
|
425 |
#, php-format
|
426 |
msgid "Preview “%s”"
|
427 |
msgstr ""
|
428 |
|
429 |
# @ default
|
430 |
+
#: bws_menu.php:867
|
431 |
#, fuzzy
|
432 |
msgid "Install Now"
|
433 |
msgstr "Installa %s"
|
434 |
|
435 |
+
#: bws_menu.php:870
|
436 |
#, php-format
|
437 |
msgid "Update to version %s"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: bws_menu.php:870
|
441 |
msgid "Update"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: bws_menu.php:877
|
445 |
#, php-format
|
446 |
msgid "Preview %s"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: bws_menu.php:877
|
450 |
msgid "Preview"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: bws_menu.php:884
|
454 |
#, php-format
|
455 |
msgid "By %s"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: bws_menu.php:890
|
459 |
msgid "Details"
|
460 |
msgstr ""
|
461 |
|
462 |
+
# @ default
|
463 |
+
#, fuzzy
|
464 |
+
#~ msgid "installed"
|
465 |
+
#~ msgstr "Installa %s"
|
466 |
+
|
467 |
# @ captcha
|
468 |
#, fuzzy
|
469 |
#~ msgid "Captcha Settings"
|
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: 2014-01-
|
6 |
-
"PO-Revision-Date: 2014-01-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
@@ -16,393 +16,388 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_menu.php:
|
20 |
msgid "Not set"
|
21 |
msgstr "未設定"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:
|
25 |
msgid "On"
|
26 |
msgstr "On"
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:
|
30 |
msgid "Off"
|
31 |
msgstr "Off"
|
32 |
|
33 |
-
#: bws_menu.php:343
|
34 |
-
#: bws_menu.php:347
|
35 |
#: bws_menu.php:351
|
36 |
#: bws_menu.php:355
|
37 |
#: bws_menu.php:359
|
38 |
-
#: bws_menu.php:
|
|
|
|
|
39 |
msgid "N/A"
|
40 |
msgstr "該当なし"
|
41 |
|
42 |
-
#: bws_menu.php:
|
43 |
msgid " Mb"
|
44 |
msgstr " Mb"
|
45 |
|
46 |
-
#: bws_menu.php:361
|
47 |
-
#: bws_menu.php:365
|
48 |
#: bws_menu.php:369
|
49 |
-
#: bws_menu.php:
|
|
|
|
|
50 |
msgid "Yes"
|
51 |
msgstr "はい"
|
52 |
|
53 |
-
#: bws_menu.php:363
|
54 |
-
#: bws_menu.php:367
|
55 |
#: bws_menu.php:371
|
56 |
-
#: bws_menu.php:
|
|
|
|
|
57 |
msgid "No"
|
58 |
msgstr "いいえ"
|
59 |
|
60 |
-
#: bws_menu.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr "オペレーション・システム"
|
63 |
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "Server"
|
66 |
msgstr "サーバ"
|
67 |
|
68 |
-
#: bws_menu.php:
|
69 |
msgid "Memory usage"
|
70 |
msgstr "メモリー使用"
|
71 |
|
72 |
-
#: bws_menu.php:
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "MYSQL バージョン"
|
75 |
|
76 |
-
#: bws_menu.php:
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "SQLモード"
|
79 |
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "PHP Version"
|
82 |
msgstr "PHP バージョン"
|
83 |
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Safe Mode"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "PHP Memory Limit"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "PHP Max Upload Size"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "PHP Max Post Size"
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "PHP Max Script Execute Time"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "PHP Exif サポート"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "PHP IPTC サポート"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "PHP XML サポート"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "Site URL"
|
122 |
msgstr "サイトURL"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Home URL"
|
126 |
msgstr "ホームURL"
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "WordPress バージョン"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "WordPress データベース バージョン"
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Multisite"
|
138 |
msgstr "複数サイト"
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Active Theme"
|
142 |
msgstr "有効なテーマ"
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
147 |
|
148 |
-
#: bws_menu.php:
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "システム情報をメールで送信:"
|
151 |
|
152 |
-
#: bws_menu.php:
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "ご連絡ありがとうございます"
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
159 |
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "Switch to new interface"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Pro plugins"
|
166 |
msgstr "Pro Plugins"
|
167 |
|
168 |
-
#: bws_menu.php:
|
169 |
-
#: bws_menu.php:
|
170 |
msgid "Activated plugins"
|
171 |
msgstr "有効なプラグイン"
|
172 |
|
173 |
-
#: bws_menu.php:492
|
174 |
#: bws_menu.php:500
|
175 |
#: bws_menu.php:508
|
176 |
-
#: bws_menu.php:
|
177 |
#: bws_menu.php:526
|
178 |
#: bws_menu.php:534
|
179 |
-
#: bws_menu.php:
|
180 |
-
#: bws_menu.php:
|
181 |
#: bws_menu.php:559
|
|
|
182 |
msgid "Read more"
|
183 |
msgstr "もっと読む"
|
184 |
|
185 |
-
#: bws_menu.php:
|
186 |
-
#: bws_menu.php:
|
187 |
-
#: bws_menu.php:
|
188 |
-
#: bws_menu.php:
|
189 |
msgid "Settings"
|
190 |
msgstr "設定"
|
191 |
|
192 |
-
#: bws_menu.php:
|
193 |
-
#: bws_menu.php:
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "導入済みプラグイン"
|
197 |
|
198 |
-
#: bws_menu.php:
|
199 |
-
#: bws_menu.php:
|
200 |
-
#: bws_menu.php:
|
201 |
msgid "Recommended plugins"
|
202 |
msgstr "推奨プラグイン"
|
203 |
|
204 |
-
#: bws_menu.php:
|
205 |
msgid "Purchase"
|
206 |
msgstr "購入"
|
207 |
|
208 |
-
#: bws_menu.php:
|
209 |
msgid "Free plugins"
|
210 |
msgstr "無料プラグイン"
|
211 |
|
212 |
-
#: bws_menu.php:
|
213 |
-
#: bws_menu.php:
|
214 |
msgid "Download"
|
215 |
msgstr "ダウンロード"
|
216 |
|
217 |
-
#: bws_menu.php:
|
218 |
-
#: bws_menu.php:
|
219 |
-
#: bws_menu.php:
|
220 |
#, php-format
|
221 |
msgid "Install %s"
|
222 |
msgstr "%s 導入"
|
223 |
|
224 |
-
#: bws_menu.php:
|
225 |
-
#: bws_menu.php:
|
226 |
msgid "Install now from wordpress.org"
|
227 |
msgstr "wordpress.org から直ぐに導入"
|
228 |
|
229 |
-
#: bws_menu.php:
|
230 |
msgid "Free themes"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: bws_menu.php:
|
234 |
#, fuzzy
|
235 |
msgid "Activated theme"
|
236 |
msgstr "有効なテーマ"
|
237 |
|
238 |
-
#: bws_menu.php:
|
239 |
#, php-format
|
240 |
msgid "Customize “%s”"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: bws_menu.php:
|
244 |
msgid "Customize"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: bws_menu.php:
|
248 |
#, fuzzy
|
249 |
msgid "Installed themes"
|
250 |
msgstr "%s 導入"
|
251 |
|
252 |
-
#: bws_menu.php:
|
253 |
#, fuzzy
|
254 |
msgid "Recommended themes"
|
255 |
msgstr "推奨プラグイン"
|
256 |
|
257 |
-
#: bws_menu.php:
|
258 |
msgid "If you have any questions, please contact us via"
|
259 |
msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
260 |
|
261 |
-
#: bws_menu.php:
|
262 |
-
#: bws_menu.php:
|
263 |
-
#: bws_menu.php:
|
264 |
msgid "System status"
|
265 |
msgstr "システム状況"
|
266 |
|
267 |
-
#: bws_menu.php:
|
268 |
-
#: bws_menu.php:
|
269 |
msgid "Environment"
|
270 |
msgstr "環境"
|
271 |
|
272 |
-
#: bws_menu.php:
|
273 |
-
#: bws_menu.php:
|
274 |
msgid "Active Plugins"
|
275 |
msgstr "有効なプラグイン"
|
276 |
|
277 |
-
#: bws_menu.php:
|
278 |
-
#: bws_menu.php:
|
279 |
msgid "Inactive Plugins"
|
280 |
msgstr "無効なプラグイン"
|
281 |
|
282 |
-
#: bws_menu.php:
|
283 |
-
#: bws_menu.php:
|
284 |
msgid "Send to support"
|
285 |
msgstr "サポートに送信"
|
286 |
|
287 |
-
#: bws_menu.php:
|
288 |
-
#: bws_menu.php:
|
289 |
msgid "Send to custom email »"
|
290 |
msgstr "カスタムEメールに送信»"
|
291 |
|
292 |
-
#: bws_menu.php:
|
293 |
msgid "Switch to old interface"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: bws_menu.php:
|
297 |
#, fuzzy
|
298 |
msgid "Plugins"
|
299 |
msgstr "Pro Plugins"
|
300 |
|
301 |
-
#: bws_menu.php:
|
302 |
msgid "Themes"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: bws_menu.php:
|
306 |
msgid "All"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: bws_menu.php:
|
310 |
#, fuzzy
|
311 |
msgid "Installed"
|
312 |
msgstr "%s 導入"
|
313 |
|
314 |
-
#: bws_menu.php:
|
315 |
#, fuzzy
|
316 |
msgid "Recommended"
|
317 |
msgstr "推奨プラグイン"
|
318 |
|
319 |
-
#: bws_menu.php:
|
320 |
-
#: bws_menu.php:
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
#: bws_menu.php:671
|
326 |
-
#: bws_menu.php:699
|
327 |
-
#: bws_menu.php:724
|
328 |
-
#: bws_menu.php:752
|
329 |
-
#: bws_menu.php:793
|
330 |
#, fuzzy
|
331 |
msgid "Learn more"
|
332 |
msgstr "もっと読む"
|
333 |
|
334 |
-
#: bws_menu.php:
|
335 |
-
#: bws_menu.php:
|
336 |
-
#: bws_menu.php:
|
337 |
msgid "Go"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: bws_menu.php:
|
|
|
|
|
341 |
msgid "DONATE"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: bws_menu.php:
|
345 |
-
#: bws_menu.php:
|
346 |
#, fuzzy
|
347 |
msgid "Activate this plugin"
|
348 |
msgstr "有効なプラグイン"
|
349 |
|
350 |
-
#: bws_menu.php:
|
351 |
-
#: bws_menu.php:
|
352 |
#, fuzzy
|
353 |
msgid "Activate"
|
354 |
msgstr "有効なcaptcha"
|
355 |
|
356 |
-
#: bws_menu.php:
|
357 |
-
#: bws_menu.php:787
|
358 |
-
msgid "Donate"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: bws_menu.php:795
|
362 |
#, fuzzy
|
363 |
msgid "Install now"
|
364 |
msgstr "Installa Ora"
|
365 |
|
366 |
-
#: bws_menu.php:
|
367 |
msgid "Try again"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: bws_menu.php:
|
371 |
#, php-format
|
372 |
msgid "Preview “%s”"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: bws_menu.php:
|
376 |
msgid "Install Now"
|
377 |
msgstr "Installa Ora"
|
378 |
|
379 |
-
#: bws_menu.php:
|
380 |
#, php-format
|
381 |
msgid "Update to version %s"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: bws_menu.php:
|
385 |
msgid "Update"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: bws_menu.php:
|
389 |
#, php-format
|
390 |
msgid "Preview %s"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: bws_menu.php:
|
394 |
msgid "Preview"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: bws_menu.php:
|
398 |
#, php-format
|
399 |
msgid "By %s"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: bws_menu.php:
|
403 |
msgid "Details"
|
404 |
msgstr ""
|
405 |
|
|
|
|
|
|
|
|
|
406 |
#~ msgid "Contact Form Settings"
|
407 |
#~ msgstr "コンタクトフォーム設定"
|
408 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-17 12:13+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_menu.php:339
|
20 |
msgid "Not set"
|
21 |
msgstr "未設定"
|
22 |
|
23 |
+
#: bws_menu.php:341
|
24 |
+
#: bws_menu.php:345
|
25 |
msgid "On"
|
26 |
msgstr "On"
|
27 |
|
28 |
+
#: bws_menu.php:343
|
29 |
+
#: bws_menu.php:347
|
30 |
msgid "Off"
|
31 |
msgstr "Off"
|
32 |
|
|
|
|
|
33 |
#: bws_menu.php:351
|
34 |
#: bws_menu.php:355
|
35 |
#: bws_menu.php:359
|
36 |
+
#: bws_menu.php:363
|
37 |
+
#: bws_menu.php:367
|
38 |
+
#: bws_menu.php:393
|
39 |
msgid "N/A"
|
40 |
msgstr "該当なし"
|
41 |
|
42 |
+
#: bws_menu.php:365
|
43 |
msgid " Mb"
|
44 |
msgstr " Mb"
|
45 |
|
|
|
|
|
46 |
#: bws_menu.php:369
|
47 |
+
#: bws_menu.php:373
|
48 |
+
#: bws_menu.php:377
|
49 |
+
#: bws_menu.php:388
|
50 |
msgid "Yes"
|
51 |
msgstr "はい"
|
52 |
|
|
|
|
|
53 |
#: bws_menu.php:371
|
54 |
+
#: bws_menu.php:375
|
55 |
+
#: bws_menu.php:379
|
56 |
+
#: bws_menu.php:390
|
57 |
msgid "No"
|
58 |
msgstr "いいえ"
|
59 |
|
60 |
+
#: bws_menu.php:404
|
61 |
msgid "Operating System"
|
62 |
msgstr "オペレーション・システム"
|
63 |
|
64 |
+
#: bws_menu.php:405
|
65 |
msgid "Server"
|
66 |
msgstr "サーバ"
|
67 |
|
68 |
+
#: bws_menu.php:406
|
69 |
msgid "Memory usage"
|
70 |
msgstr "メモリー使用"
|
71 |
|
72 |
+
#: bws_menu.php:407
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "MYSQL バージョン"
|
75 |
|
76 |
+
#: bws_menu.php:408
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "SQLモード"
|
79 |
|
80 |
+
#: bws_menu.php:409
|
81 |
msgid "PHP Version"
|
82 |
msgstr "PHP バージョン"
|
83 |
|
84 |
+
#: bws_menu.php:410
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Safe Mode"
|
87 |
|
88 |
+
#: bws_menu.php:411
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
+
#: bws_menu.php:412
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "PHP Memory Limit"
|
95 |
|
96 |
+
#: bws_menu.php:413
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "PHP Max Upload Size"
|
99 |
|
100 |
+
#: bws_menu.php:414
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "PHP Max Post Size"
|
103 |
|
104 |
+
#: bws_menu.php:415
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "PHP Max Script Execute Time"
|
107 |
|
108 |
+
#: bws_menu.php:416
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "PHP Exif サポート"
|
111 |
|
112 |
+
#: bws_menu.php:417
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "PHP IPTC サポート"
|
115 |
|
116 |
+
#: bws_menu.php:418
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "PHP XML サポート"
|
119 |
|
120 |
+
#: bws_menu.php:419
|
121 |
msgid "Site URL"
|
122 |
msgstr "サイトURL"
|
123 |
|
124 |
+
#: bws_menu.php:420
|
125 |
msgid "Home URL"
|
126 |
msgstr "ホームURL"
|
127 |
|
128 |
+
#: bws_menu.php:421
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "WordPress バージョン"
|
131 |
|
132 |
+
#: bws_menu.php:422
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "WordPress データベース バージョン"
|
135 |
|
136 |
+
#: bws_menu.php:423
|
137 |
msgid "Multisite"
|
138 |
msgstr "複数サイト"
|
139 |
|
140 |
+
#: bws_menu.php:424
|
141 |
msgid "Active Theme"
|
142 |
msgstr "有効なテーマ"
|
143 |
|
144 |
+
#: bws_menu.php:440
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
147 |
|
148 |
+
#: bws_menu.php:444
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "システム情報をメールで送信:"
|
151 |
|
152 |
+
#: bws_menu.php:448
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "ご連絡ありがとうございます"
|
155 |
|
156 |
+
#: bws_menu.php:476
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
159 |
|
160 |
+
#: bws_menu.php:488
|
161 |
msgid "Switch to new interface"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: bws_menu.php:495
|
165 |
msgid "Pro plugins"
|
166 |
msgstr "Pro Plugins"
|
167 |
|
168 |
+
#: bws_menu.php:498
|
169 |
+
#: bws_menu.php:524
|
170 |
msgid "Activated plugins"
|
171 |
msgstr "有効なプラグイン"
|
172 |
|
|
|
173 |
#: bws_menu.php:500
|
174 |
#: bws_menu.php:508
|
175 |
+
#: bws_menu.php:516
|
176 |
#: bws_menu.php:526
|
177 |
#: bws_menu.php:534
|
178 |
+
#: bws_menu.php:542
|
179 |
+
#: bws_menu.php:552
|
180 |
#: bws_menu.php:559
|
181 |
+
#: bws_menu.php:567
|
182 |
msgid "Read more"
|
183 |
msgstr "もっと読む"
|
184 |
|
185 |
+
#: bws_menu.php:500
|
186 |
+
#: bws_menu.php:526
|
187 |
+
#: bws_menu.php:678
|
188 |
+
#: bws_menu.php:706
|
189 |
msgid "Settings"
|
190 |
msgstr "設定"
|
191 |
|
192 |
+
#: bws_menu.php:506
|
193 |
+
#: bws_menu.php:532
|
194 |
+
#: bws_menu.php:658
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "導入済みプラグイン"
|
197 |
|
198 |
+
#: bws_menu.php:514
|
199 |
+
#: bws_menu.php:540
|
200 |
+
#: bws_menu.php:765
|
201 |
msgid "Recommended plugins"
|
202 |
msgstr "推奨プラグイン"
|
203 |
|
204 |
+
#: bws_menu.php:516
|
205 |
msgid "Purchase"
|
206 |
msgstr "購入"
|
207 |
|
208 |
+
#: bws_menu.php:521
|
209 |
msgid "Free plugins"
|
210 |
msgstr "無料プラグイン"
|
211 |
|
212 |
+
#: bws_menu.php:542
|
213 |
+
#: bws_menu.php:567
|
214 |
msgid "Download"
|
215 |
msgstr "ダウンロード"
|
216 |
|
217 |
+
#: bws_menu.php:542
|
218 |
+
#: bws_menu.php:567
|
219 |
+
#: bws_menu.php:867
|
220 |
#, php-format
|
221 |
msgid "Install %s"
|
222 |
msgstr "%s 導入"
|
223 |
|
224 |
+
#: bws_menu.php:542
|
225 |
+
#: bws_menu.php:567
|
226 |
msgid "Install now from wordpress.org"
|
227 |
msgstr "wordpress.org から直ぐに導入"
|
228 |
|
229 |
+
#: bws_menu.php:548
|
230 |
msgid "Free themes"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: bws_menu.php:551
|
234 |
#, fuzzy
|
235 |
msgid "Activated theme"
|
236 |
msgstr "有効なテーマ"
|
237 |
|
238 |
+
#: bws_menu.php:552
|
239 |
#, php-format
|
240 |
msgid "Customize “%s”"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: bws_menu.php:552
|
244 |
msgid "Customize"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: bws_menu.php:557
|
248 |
#, fuzzy
|
249 |
msgid "Installed themes"
|
250 |
msgstr "%s 導入"
|
251 |
|
252 |
+
#: bws_menu.php:565
|
253 |
#, fuzzy
|
254 |
msgid "Recommended themes"
|
255 |
msgstr "推奨プラグイン"
|
256 |
|
257 |
+
#: bws_menu.php:573
|
258 |
msgid "If you have any questions, please contact us via"
|
259 |
msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
260 |
|
261 |
+
#: bws_menu.php:580
|
262 |
+
#: bws_menu.php:648
|
263 |
+
#: bws_menu.php:903
|
264 |
msgid "System status"
|
265 |
msgstr "システム状況"
|
266 |
|
267 |
+
#: bws_menu.php:584
|
268 |
+
#: bws_menu.php:906
|
269 |
msgid "Environment"
|
270 |
msgstr "環境"
|
271 |
|
272 |
+
#: bws_menu.php:595
|
273 |
+
#: bws_menu.php:917
|
274 |
msgid "Active Plugins"
|
275 |
msgstr "有効なプラグイン"
|
276 |
|
277 |
+
#: bws_menu.php:606
|
278 |
+
#: bws_menu.php:928
|
279 |
msgid "Inactive Plugins"
|
280 |
msgstr "無効なプラグイン"
|
281 |
|
282 |
+
#: bws_menu.php:620
|
283 |
+
#: bws_menu.php:942
|
284 |
msgid "Send to support"
|
285 |
msgstr "サポートに送信"
|
286 |
|
287 |
+
#: bws_menu.php:627
|
288 |
+
#: bws_menu.php:949
|
289 |
msgid "Send to custom email »"
|
290 |
msgstr "カスタムEメールに送信»"
|
291 |
|
292 |
+
#: bws_menu.php:638
|
293 |
msgid "Switch to old interface"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: bws_menu.php:644
|
297 |
#, fuzzy
|
298 |
msgid "Plugins"
|
299 |
msgstr "Pro Plugins"
|
300 |
|
301 |
+
#: bws_menu.php:646
|
302 |
msgid "Themes"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: bws_menu.php:652
|
306 |
msgid "All"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: bws_menu.php:653
|
310 |
#, fuzzy
|
311 |
msgid "Installed"
|
312 |
msgstr "%s 導入"
|
313 |
|
314 |
+
#: bws_menu.php:654
|
315 |
#, fuzzy
|
316 |
msgid "Recommended"
|
317 |
msgstr "推奨プラグイン"
|
318 |
|
319 |
+
#: bws_menu.php:676
|
320 |
+
#: bws_menu.php:704
|
321 |
+
#: bws_menu.php:726
|
322 |
+
#: bws_menu.php:754
|
323 |
+
#: bws_menu.php:795
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
#, fuzzy
|
325 |
msgid "Learn more"
|
326 |
msgstr "もっと読む"
|
327 |
|
328 |
+
#: bws_menu.php:694
|
329 |
+
#: bws_menu.php:744
|
330 |
+
#: bws_menu.php:785
|
331 |
msgid "Go"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: bws_menu.php:698
|
335 |
+
#: bws_menu.php:748
|
336 |
+
#: bws_menu.php:789
|
337 |
msgid "DONATE"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: bws_menu.php:728
|
341 |
+
#: bws_menu.php:756
|
342 |
#, fuzzy
|
343 |
msgid "Activate this plugin"
|
344 |
msgstr "有効なプラグイン"
|
345 |
|
346 |
+
#: bws_menu.php:728
|
347 |
+
#: bws_menu.php:756
|
348 |
#, fuzzy
|
349 |
msgid "Activate"
|
350 |
msgstr "有効なcaptcha"
|
351 |
|
352 |
+
#: bws_menu.php:797
|
|
|
|
|
|
|
|
|
|
|
353 |
#, fuzzy
|
354 |
msgid "Install now"
|
355 |
msgstr "Installa Ora"
|
356 |
|
357 |
+
#: bws_menu.php:819
|
358 |
msgid "Try again"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: bws_menu.php:836
|
362 |
#, php-format
|
363 |
msgid "Preview “%s”"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: bws_menu.php:867
|
367 |
msgid "Install Now"
|
368 |
msgstr "Installa Ora"
|
369 |
|
370 |
+
#: bws_menu.php:870
|
371 |
#, php-format
|
372 |
msgid "Update to version %s"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: bws_menu.php:870
|
376 |
msgid "Update"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: bws_menu.php:877
|
380 |
#, php-format
|
381 |
msgid "Preview %s"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: bws_menu.php:877
|
385 |
msgid "Preview"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: bws_menu.php:884
|
389 |
#, php-format
|
390 |
msgid "By %s"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: bws_menu.php:890
|
394 |
msgid "Details"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#, fuzzy
|
398 |
+
#~ msgid "installed"
|
399 |
+
#~ msgstr "%s 導入"
|
400 |
+
|
401 |
#~ msgid "Contact Form Settings"
|
402 |
#~ msgstr "コンタクトフォーム設定"
|
403 |
|
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: 2014-01-
|
6 |
-
"PO-Revision-Date: 2014-01-
|
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"
|
@@ -19,452 +19,446 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ captcha
|
22 |
-
#: bws_menu.php:
|
23 |
msgid "Not set"
|
24 |
msgstr "Não definido"
|
25 |
|
26 |
# @ captcha
|
27 |
-
#: bws_menu.php:
|
28 |
-
#: bws_menu.php:
|
29 |
msgid "On"
|
30 |
msgstr "Ligado"
|
31 |
|
32 |
# @ captcha
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
msgid "Off"
|
36 |
msgstr "Desligado"
|
37 |
|
38 |
# @ captcha
|
39 |
-
#: bws_menu.php:343
|
40 |
-
#: bws_menu.php:347
|
41 |
#: bws_menu.php:351
|
42 |
#: bws_menu.php:355
|
43 |
#: bws_menu.php:359
|
44 |
-
#: bws_menu.php:
|
|
|
|
|
45 |
msgid "N/A"
|
46 |
msgstr "N/D"
|
47 |
|
48 |
# @ captcha
|
49 |
-
#: bws_menu.php:
|
50 |
msgid " Mb"
|
51 |
msgstr " Mb"
|
52 |
|
53 |
# @ captcha
|
54 |
-
#: bws_menu.php:361
|
55 |
-
#: bws_menu.php:365
|
56 |
#: bws_menu.php:369
|
57 |
-
#: bws_menu.php:
|
|
|
|
|
58 |
msgid "Yes"
|
59 |
msgstr "Sim"
|
60 |
|
61 |
# @ captcha
|
62 |
-
#: bws_menu.php:363
|
63 |
-
#: bws_menu.php:367
|
64 |
#: bws_menu.php:371
|
65 |
-
#: bws_menu.php:
|
|
|
|
|
66 |
msgid "No"
|
67 |
msgstr "Não"
|
68 |
|
69 |
# @ captcha
|
70 |
-
#: bws_menu.php:
|
71 |
msgid "Operating System"
|
72 |
msgstr "Sistema Operacional"
|
73 |
|
74 |
# @ captcha
|
75 |
-
#: bws_menu.php:
|
76 |
msgid "Server"
|
77 |
msgstr "Servidor"
|
78 |
|
79 |
# @ captcha
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Uso de memória"
|
83 |
|
84 |
# @ captcha
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "Versão do MySQL"
|
88 |
|
89 |
# @ captcha
|
90 |
-
#: bws_menu.php:
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "Modo SQL"
|
93 |
|
94 |
# @ captcha
|
95 |
-
#: bws_menu.php:
|
96 |
msgid "PHP Version"
|
97 |
msgstr "Versão do PHP"
|
98 |
|
99 |
# @ captcha
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "Modo de Segurança do PHP"
|
103 |
|
104 |
# @ captcha
|
105 |
-
#: bws_menu.php:
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "Permissão de fopen de URL do PHP"
|
108 |
|
109 |
# @ captcha
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "Limite de Memória do PHP"
|
113 |
|
114 |
# @ captcha
|
115 |
-
#: bws_menu.php:
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "Tamanho Máximo de Upload no PHP"
|
118 |
|
119 |
# @ captcha
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "Tamanho Máximo de Envio do PHP"
|
123 |
|
124 |
# @ captcha
|
125 |
-
#: bws_menu.php:
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "Tempo de Execução Máximo do PHP"
|
128 |
|
129 |
# @ captcha
|
130 |
-
#: bws_menu.php:
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "Suporte a Exif no PHP"
|
133 |
|
134 |
# @ captcha
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "Suporte da IPTC no PHP"
|
138 |
|
139 |
# @ captcha
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "Suporte a XML no PHP"
|
143 |
|
144 |
# @ captcha
|
145 |
-
#: bws_menu.php:
|
146 |
msgid "Site URL"
|
147 |
msgstr "URL do Site"
|
148 |
|
149 |
# @ captcha
|
150 |
-
#: bws_menu.php:
|
151 |
msgid "Home URL"
|
152 |
msgstr "URL da Página Inicial"
|
153 |
|
154 |
# @ captcha
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "Versão do WordPress"
|
158 |
|
159 |
# @ captcha
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "Versão do DB do WordPress"
|
163 |
|
164 |
# @ captcha
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisite"
|
168 |
|
169 |
# @ captcha
|
170 |
-
#: bws_menu.php:
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Tema Ativo"
|
173 |
|
174 |
# @ captcha
|
175 |
-
#: bws_menu.php:
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Por favor, informe um endereço de email válido."
|
178 |
|
179 |
# @ captcha
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "Email com informações do sistema é enviado para "
|
183 |
|
184 |
# @ captcha
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Obrigado por nos contatar."
|
188 |
|
189 |
# @ captcha
|
190 |
-
#: bws_menu.php:
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Switch to new interface"
|
196 |
msgstr ""
|
197 |
|
198 |
# @ captcha
|
199 |
-
#: bws_menu.php:
|
200 |
msgid "Pro plugins"
|
201 |
msgstr "Plugins Pro"
|
202 |
|
203 |
# @ captcha
|
204 |
-
#: bws_menu.php:
|
205 |
-
#: bws_menu.php:
|
206 |
msgid "Activated plugins"
|
207 |
msgstr "Plugins ativados"
|
208 |
|
209 |
# @ captcha
|
210 |
-
#: bws_menu.php:492
|
211 |
#: bws_menu.php:500
|
212 |
#: bws_menu.php:508
|
213 |
-
#: bws_menu.php:
|
214 |
#: bws_menu.php:526
|
215 |
#: bws_menu.php:534
|
216 |
-
#: bws_menu.php:
|
217 |
-
#: bws_menu.php:
|
218 |
#: bws_menu.php:559
|
|
|
219 |
msgid "Read more"
|
220 |
msgstr "Leia Mais"
|
221 |
|
222 |
# @ captcha
|
223 |
-
#: bws_menu.php:
|
224 |
-
#: bws_menu.php:
|
225 |
-
#: bws_menu.php:
|
226 |
-
#: bws_menu.php:
|
227 |
msgid "Settings"
|
228 |
msgstr "Configurações"
|
229 |
|
230 |
# @ captcha
|
231 |
-
#: bws_menu.php:
|
232 |
-
#: bws_menu.php:
|
233 |
-
#: bws_menu.php:
|
234 |
msgid "Installed plugins"
|
235 |
msgstr "Plugins Instalados"
|
236 |
|
237 |
# @ captcha
|
238 |
-
#: bws_menu.php:
|
239 |
-
#: bws_menu.php:
|
240 |
-
#: bws_menu.php:
|
241 |
msgid "Recommended plugins"
|
242 |
msgstr "Plugins Recomendados"
|
243 |
|
244 |
# @ captcha
|
245 |
-
#: bws_menu.php:
|
246 |
msgid "Purchase"
|
247 |
msgstr "Compra"
|
248 |
|
249 |
# @ captcha
|
250 |
-
#: bws_menu.php:
|
251 |
msgid "Free plugins"
|
252 |
msgstr "Plugins Grátis"
|
253 |
|
254 |
# @ captcha
|
255 |
-
#: bws_menu.php:
|
256 |
-
#: bws_menu.php:
|
257 |
msgid "Download"
|
258 |
msgstr "Baixar"
|
259 |
|
260 |
# @ default
|
261 |
-
#: bws_menu.php:
|
262 |
-
#: bws_menu.php:
|
263 |
-
#: bws_menu.php:
|
264 |
#, php-format
|
265 |
msgid "Install %s"
|
266 |
msgstr "Instalar %s"
|
267 |
|
268 |
# @ captcha
|
269 |
-
#: bws_menu.php:
|
270 |
-
#: bws_menu.php:
|
271 |
msgid "Install now from wordpress.org"
|
272 |
msgstr "Instale agora do site do wordpress (wordpress.org)"
|
273 |
|
274 |
-
#: bws_menu.php:
|
275 |
msgid "Free themes"
|
276 |
msgstr ""
|
277 |
|
278 |
# @ captcha
|
279 |
-
#: bws_menu.php:
|
280 |
#, fuzzy
|
281 |
msgid "Activated theme"
|
282 |
msgstr "Tema Ativo"
|
283 |
|
284 |
-
#: bws_menu.php:
|
285 |
#, php-format
|
286 |
msgid "Customize “%s”"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: bws_menu.php:
|
290 |
msgid "Customize"
|
291 |
msgstr ""
|
292 |
|
293 |
# @ default
|
294 |
-
#: bws_menu.php:
|
295 |
#, fuzzy
|
296 |
msgid "Installed themes"
|
297 |
msgstr "Instalar %s"
|
298 |
|
299 |
# @ captcha
|
300 |
-
#: bws_menu.php:
|
301 |
#, fuzzy
|
302 |
msgid "Recommended themes"
|
303 |
msgstr "Plugins Recomendados"
|
304 |
|
305 |
# @ captcha
|
306 |
-
#: bws_menu.php:
|
307 |
msgid "If you have any questions, please contact us via"
|
308 |
msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
309 |
|
310 |
# @ captcha
|
311 |
-
#: bws_menu.php:
|
312 |
-
#: bws_menu.php:
|
313 |
-
#: bws_menu.php:
|
314 |
msgid "System status"
|
315 |
msgstr "Status do sistema"
|
316 |
|
317 |
# @ captcha
|
318 |
-
#: bws_menu.php:
|
319 |
-
#: bws_menu.php:
|
320 |
msgid "Environment"
|
321 |
msgstr "Ambiente"
|
322 |
|
323 |
# @ captcha
|
324 |
-
#: bws_menu.php:
|
325 |
-
#: bws_menu.php:
|
326 |
msgid "Active Plugins"
|
327 |
msgstr "Plugins Ativos"
|
328 |
|
329 |
# @ captcha
|
330 |
-
#: bws_menu.php:
|
331 |
-
#: bws_menu.php:
|
332 |
msgid "Inactive Plugins"
|
333 |
msgstr "Plugins Inativos"
|
334 |
|
335 |
# @ captcha
|
336 |
-
#: bws_menu.php:
|
337 |
-
#: bws_menu.php:
|
338 |
msgid "Send to support"
|
339 |
msgstr "Enviar para o suporte"
|
340 |
|
341 |
# @ captcha
|
342 |
-
#: bws_menu.php:
|
343 |
-
#: bws_menu.php:
|
344 |
msgid "Send to custom email »"
|
345 |
msgstr "Enviar para email personalizado »"
|
346 |
|
347 |
-
#: bws_menu.php:
|
348 |
msgid "Switch to old interface"
|
349 |
msgstr ""
|
350 |
|
351 |
# @ captcha
|
352 |
-
#: bws_menu.php:
|
353 |
#, fuzzy
|
354 |
msgid "Plugins"
|
355 |
msgstr "Plugins Pro"
|
356 |
|
357 |
-
#: bws_menu.php:
|
358 |
msgid "Themes"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
msgid "All"
|
363 |
msgstr ""
|
364 |
|
365 |
# @ default
|
366 |
-
#: bws_menu.php:
|
367 |
#, fuzzy
|
368 |
msgid "Installed"
|
369 |
msgstr "Instalar %s"
|
370 |
|
371 |
# @ captcha
|
372 |
-
#: bws_menu.php:
|
373 |
#, fuzzy
|
374 |
msgid "Recommended"
|
375 |
msgstr "Plugins Recomendados"
|
376 |
|
377 |
-
# @ default
|
378 |
-
#: bws_menu.php:666
|
379 |
-
#: bws_menu.php:719
|
380 |
-
#, fuzzy
|
381 |
-
msgid "installed"
|
382 |
-
msgstr "Instalar %s"
|
383 |
-
|
384 |
# @ captcha
|
385 |
-
#: bws_menu.php:
|
386 |
-
#: bws_menu.php:
|
387 |
-
#: bws_menu.php:
|
388 |
-
#: bws_menu.php:
|
389 |
-
#: bws_menu.php:
|
390 |
#, fuzzy
|
391 |
msgid "Learn more"
|
392 |
msgstr "Leia Mais"
|
393 |
|
394 |
-
#: bws_menu.php:
|
395 |
-
#: bws_menu.php:
|
396 |
-
#: bws_menu.php:
|
397 |
msgid "Go"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: bws_menu.php:
|
|
|
|
|
401 |
msgid "DONATE"
|
402 |
msgstr ""
|
403 |
|
404 |
# @ captcha
|
405 |
-
#: bws_menu.php:
|
406 |
-
#: bws_menu.php:
|
407 |
#, fuzzy
|
408 |
msgid "Activate this plugin"
|
409 |
msgstr "Plugins ativados"
|
410 |
|
411 |
# @ captcha
|
412 |
-
#: bws_menu.php:
|
413 |
-
#: bws_menu.php:
|
414 |
#, fuzzy
|
415 |
msgid "Activate"
|
416 |
msgstr "Plugins ativados"
|
417 |
|
418 |
-
#: bws_menu.php:746
|
419 |
-
#: bws_menu.php:787
|
420 |
-
msgid "Donate"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
# @ default
|
424 |
-
#: bws_menu.php:
|
425 |
#, fuzzy
|
426 |
msgid "Install now"
|
427 |
msgstr "Instalar %s"
|
428 |
|
429 |
-
#: bws_menu.php:
|
430 |
msgid "Try again"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: bws_menu.php:
|
434 |
#, php-format
|
435 |
msgid "Preview “%s”"
|
436 |
msgstr ""
|
437 |
|
438 |
# @ default
|
439 |
-
#: bws_menu.php:
|
440 |
#, fuzzy
|
441 |
msgid "Install Now"
|
442 |
msgstr "Instalar %s"
|
443 |
|
444 |
-
#: bws_menu.php:
|
445 |
#, php-format
|
446 |
msgid "Update to version %s"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: bws_menu.php:
|
450 |
msgid "Update"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: bws_menu.php:
|
454 |
#, php-format
|
455 |
msgid "Preview %s"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: bws_menu.php:
|
459 |
msgid "Preview"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: bws_menu.php:
|
463 |
#, php-format
|
464 |
msgid "By %s"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: bws_menu.php:
|
468 |
msgid "Details"
|
469 |
msgstr ""
|
470 |
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-17 12:13+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ captcha
|
22 |
+
#: bws_menu.php:339
|
23 |
msgid "Not set"
|
24 |
msgstr "Não definido"
|
25 |
|
26 |
# @ captcha
|
27 |
+
#: bws_menu.php:341
|
28 |
+
#: bws_menu.php:345
|
29 |
msgid "On"
|
30 |
msgstr "Ligado"
|
31 |
|
32 |
# @ captcha
|
33 |
+
#: bws_menu.php:343
|
34 |
+
#: bws_menu.php:347
|
35 |
msgid "Off"
|
36 |
msgstr "Desligado"
|
37 |
|
38 |
# @ captcha
|
|
|
|
|
39 |
#: bws_menu.php:351
|
40 |
#: bws_menu.php:355
|
41 |
#: bws_menu.php:359
|
42 |
+
#: bws_menu.php:363
|
43 |
+
#: bws_menu.php:367
|
44 |
+
#: bws_menu.php:393
|
45 |
msgid "N/A"
|
46 |
msgstr "N/D"
|
47 |
|
48 |
# @ captcha
|
49 |
+
#: bws_menu.php:365
|
50 |
msgid " Mb"
|
51 |
msgstr " Mb"
|
52 |
|
53 |
# @ captcha
|
|
|
|
|
54 |
#: bws_menu.php:369
|
55 |
+
#: bws_menu.php:373
|
56 |
+
#: bws_menu.php:377
|
57 |
+
#: bws_menu.php:388
|
58 |
msgid "Yes"
|
59 |
msgstr "Sim"
|
60 |
|
61 |
# @ captcha
|
|
|
|
|
62 |
#: bws_menu.php:371
|
63 |
+
#: bws_menu.php:375
|
64 |
+
#: bws_menu.php:379
|
65 |
+
#: bws_menu.php:390
|
66 |
msgid "No"
|
67 |
msgstr "Não"
|
68 |
|
69 |
# @ captcha
|
70 |
+
#: bws_menu.php:404
|
71 |
msgid "Operating System"
|
72 |
msgstr "Sistema Operacional"
|
73 |
|
74 |
# @ captcha
|
75 |
+
#: bws_menu.php:405
|
76 |
msgid "Server"
|
77 |
msgstr "Servidor"
|
78 |
|
79 |
# @ captcha
|
80 |
+
#: bws_menu.php:406
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Uso de memória"
|
83 |
|
84 |
# @ captcha
|
85 |
+
#: bws_menu.php:407
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "Versão do MySQL"
|
88 |
|
89 |
# @ captcha
|
90 |
+
#: bws_menu.php:408
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "Modo SQL"
|
93 |
|
94 |
# @ captcha
|
95 |
+
#: bws_menu.php:409
|
96 |
msgid "PHP Version"
|
97 |
msgstr "Versão do PHP"
|
98 |
|
99 |
# @ captcha
|
100 |
+
#: bws_menu.php:410
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "Modo de Segurança do PHP"
|
103 |
|
104 |
# @ captcha
|
105 |
+
#: bws_menu.php:411
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "Permissão de fopen de URL do PHP"
|
108 |
|
109 |
# @ captcha
|
110 |
+
#: bws_menu.php:412
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "Limite de Memória do PHP"
|
113 |
|
114 |
# @ captcha
|
115 |
+
#: bws_menu.php:413
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "Tamanho Máximo de Upload no PHP"
|
118 |
|
119 |
# @ captcha
|
120 |
+
#: bws_menu.php:414
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "Tamanho Máximo de Envio do PHP"
|
123 |
|
124 |
# @ captcha
|
125 |
+
#: bws_menu.php:415
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "Tempo de Execução Máximo do PHP"
|
128 |
|
129 |
# @ captcha
|
130 |
+
#: bws_menu.php:416
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "Suporte a Exif no PHP"
|
133 |
|
134 |
# @ captcha
|
135 |
+
#: bws_menu.php:417
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "Suporte da IPTC no PHP"
|
138 |
|
139 |
# @ captcha
|
140 |
+
#: bws_menu.php:418
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "Suporte a XML no PHP"
|
143 |
|
144 |
# @ captcha
|
145 |
+
#: bws_menu.php:419
|
146 |
msgid "Site URL"
|
147 |
msgstr "URL do Site"
|
148 |
|
149 |
# @ captcha
|
150 |
+
#: bws_menu.php:420
|
151 |
msgid "Home URL"
|
152 |
msgstr "URL da Página Inicial"
|
153 |
|
154 |
# @ captcha
|
155 |
+
#: bws_menu.php:421
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "Versão do WordPress"
|
158 |
|
159 |
# @ captcha
|
160 |
+
#: bws_menu.php:422
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "Versão do DB do WordPress"
|
163 |
|
164 |
# @ captcha
|
165 |
+
#: bws_menu.php:423
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisite"
|
168 |
|
169 |
# @ captcha
|
170 |
+
#: bws_menu.php:424
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Tema Ativo"
|
173 |
|
174 |
# @ captcha
|
175 |
+
#: bws_menu.php:440
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Por favor, informe um endereço de email válido."
|
178 |
|
179 |
# @ captcha
|
180 |
+
#: bws_menu.php:444
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "Email com informações do sistema é enviado para "
|
183 |
|
184 |
# @ captcha
|
185 |
+
#: bws_menu.php:448
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Obrigado por nos contatar."
|
188 |
|
189 |
# @ captcha
|
190 |
+
#: bws_menu.php:476
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
193 |
|
194 |
+
#: bws_menu.php:488
|
195 |
msgid "Switch to new interface"
|
196 |
msgstr ""
|
197 |
|
198 |
# @ captcha
|
199 |
+
#: bws_menu.php:495
|
200 |
msgid "Pro plugins"
|
201 |
msgstr "Plugins Pro"
|
202 |
|
203 |
# @ captcha
|
204 |
+
#: bws_menu.php:498
|
205 |
+
#: bws_menu.php:524
|
206 |
msgid "Activated plugins"
|
207 |
msgstr "Plugins ativados"
|
208 |
|
209 |
# @ captcha
|
|
|
210 |
#: bws_menu.php:500
|
211 |
#: bws_menu.php:508
|
212 |
+
#: bws_menu.php:516
|
213 |
#: bws_menu.php:526
|
214 |
#: bws_menu.php:534
|
215 |
+
#: bws_menu.php:542
|
216 |
+
#: bws_menu.php:552
|
217 |
#: bws_menu.php:559
|
218 |
+
#: bws_menu.php:567
|
219 |
msgid "Read more"
|
220 |
msgstr "Leia Mais"
|
221 |
|
222 |
# @ captcha
|
223 |
+
#: bws_menu.php:500
|
224 |
+
#: bws_menu.php:526
|
225 |
+
#: bws_menu.php:678
|
226 |
+
#: bws_menu.php:706
|
227 |
msgid "Settings"
|
228 |
msgstr "Configurações"
|
229 |
|
230 |
# @ captcha
|
231 |
+
#: bws_menu.php:506
|
232 |
+
#: bws_menu.php:532
|
233 |
+
#: bws_menu.php:658
|
234 |
msgid "Installed plugins"
|
235 |
msgstr "Plugins Instalados"
|
236 |
|
237 |
# @ captcha
|
238 |
+
#: bws_menu.php:514
|
239 |
+
#: bws_menu.php:540
|
240 |
+
#: bws_menu.php:765
|
241 |
msgid "Recommended plugins"
|
242 |
msgstr "Plugins Recomendados"
|
243 |
|
244 |
# @ captcha
|
245 |
+
#: bws_menu.php:516
|
246 |
msgid "Purchase"
|
247 |
msgstr "Compra"
|
248 |
|
249 |
# @ captcha
|
250 |
+
#: bws_menu.php:521
|
251 |
msgid "Free plugins"
|
252 |
msgstr "Plugins Grátis"
|
253 |
|
254 |
# @ captcha
|
255 |
+
#: bws_menu.php:542
|
256 |
+
#: bws_menu.php:567
|
257 |
msgid "Download"
|
258 |
msgstr "Baixar"
|
259 |
|
260 |
# @ default
|
261 |
+
#: bws_menu.php:542
|
262 |
+
#: bws_menu.php:567
|
263 |
+
#: bws_menu.php:867
|
264 |
#, php-format
|
265 |
msgid "Install %s"
|
266 |
msgstr "Instalar %s"
|
267 |
|
268 |
# @ captcha
|
269 |
+
#: bws_menu.php:542
|
270 |
+
#: bws_menu.php:567
|
271 |
msgid "Install now from wordpress.org"
|
272 |
msgstr "Instale agora do site do wordpress (wordpress.org)"
|
273 |
|
274 |
+
#: bws_menu.php:548
|
275 |
msgid "Free themes"
|
276 |
msgstr ""
|
277 |
|
278 |
# @ captcha
|
279 |
+
#: bws_menu.php:551
|
280 |
#, fuzzy
|
281 |
msgid "Activated theme"
|
282 |
msgstr "Tema Ativo"
|
283 |
|
284 |
+
#: bws_menu.php:552
|
285 |
#, php-format
|
286 |
msgid "Customize “%s”"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: bws_menu.php:552
|
290 |
msgid "Customize"
|
291 |
msgstr ""
|
292 |
|
293 |
# @ default
|
294 |
+
#: bws_menu.php:557
|
295 |
#, fuzzy
|
296 |
msgid "Installed themes"
|
297 |
msgstr "Instalar %s"
|
298 |
|
299 |
# @ captcha
|
300 |
+
#: bws_menu.php:565
|
301 |
#, fuzzy
|
302 |
msgid "Recommended themes"
|
303 |
msgstr "Plugins Recomendados"
|
304 |
|
305 |
# @ captcha
|
306 |
+
#: bws_menu.php:573
|
307 |
msgid "If you have any questions, please contact us via"
|
308 |
msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
309 |
|
310 |
# @ captcha
|
311 |
+
#: bws_menu.php:580
|
312 |
+
#: bws_menu.php:648
|
313 |
+
#: bws_menu.php:903
|
314 |
msgid "System status"
|
315 |
msgstr "Status do sistema"
|
316 |
|
317 |
# @ captcha
|
318 |
+
#: bws_menu.php:584
|
319 |
+
#: bws_menu.php:906
|
320 |
msgid "Environment"
|
321 |
msgstr "Ambiente"
|
322 |
|
323 |
# @ captcha
|
324 |
+
#: bws_menu.php:595
|
325 |
+
#: bws_menu.php:917
|
326 |
msgid "Active Plugins"
|
327 |
msgstr "Plugins Ativos"
|
328 |
|
329 |
# @ captcha
|
330 |
+
#: bws_menu.php:606
|
331 |
+
#: bws_menu.php:928
|
332 |
msgid "Inactive Plugins"
|
333 |
msgstr "Plugins Inativos"
|
334 |
|
335 |
# @ captcha
|
336 |
+
#: bws_menu.php:620
|
337 |
+
#: bws_menu.php:942
|
338 |
msgid "Send to support"
|
339 |
msgstr "Enviar para o suporte"
|
340 |
|
341 |
# @ captcha
|
342 |
+
#: bws_menu.php:627
|
343 |
+
#: bws_menu.php:949
|
344 |
msgid "Send to custom email »"
|
345 |
msgstr "Enviar para email personalizado »"
|
346 |
|
347 |
+
#: bws_menu.php:638
|
348 |
msgid "Switch to old interface"
|
349 |
msgstr ""
|
350 |
|
351 |
# @ captcha
|
352 |
+
#: bws_menu.php:644
|
353 |
#, fuzzy
|
354 |
msgid "Plugins"
|
355 |
msgstr "Plugins Pro"
|
356 |
|
357 |
+
#: bws_menu.php:646
|
358 |
msgid "Themes"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: bws_menu.php:652
|
362 |
msgid "All"
|
363 |
msgstr ""
|
364 |
|
365 |
# @ default
|
366 |
+
#: bws_menu.php:653
|
367 |
#, fuzzy
|
368 |
msgid "Installed"
|
369 |
msgstr "Instalar %s"
|
370 |
|
371 |
# @ captcha
|
372 |
+
#: bws_menu.php:654
|
373 |
#, fuzzy
|
374 |
msgid "Recommended"
|
375 |
msgstr "Plugins Recomendados"
|
376 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
# @ captcha
|
378 |
+
#: bws_menu.php:676
|
379 |
+
#: bws_menu.php:704
|
380 |
+
#: bws_menu.php:726
|
381 |
+
#: bws_menu.php:754
|
382 |
+
#: bws_menu.php:795
|
383 |
#, fuzzy
|
384 |
msgid "Learn more"
|
385 |
msgstr "Leia Mais"
|
386 |
|
387 |
+
#: bws_menu.php:694
|
388 |
+
#: bws_menu.php:744
|
389 |
+
#: bws_menu.php:785
|
390 |
msgid "Go"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: bws_menu.php:698
|
394 |
+
#: bws_menu.php:748
|
395 |
+
#: bws_menu.php:789
|
396 |
msgid "DONATE"
|
397 |
msgstr ""
|
398 |
|
399 |
# @ captcha
|
400 |
+
#: bws_menu.php:728
|
401 |
+
#: bws_menu.php:756
|
402 |
#, fuzzy
|
403 |
msgid "Activate this plugin"
|
404 |
msgstr "Plugins ativados"
|
405 |
|
406 |
# @ captcha
|
407 |
+
#: bws_menu.php:728
|
408 |
+
#: bws_menu.php:756
|
409 |
#, fuzzy
|
410 |
msgid "Activate"
|
411 |
msgstr "Plugins ativados"
|
412 |
|
|
|
|
|
|
|
|
|
|
|
413 |
# @ default
|
414 |
+
#: bws_menu.php:797
|
415 |
#, fuzzy
|
416 |
msgid "Install now"
|
417 |
msgstr "Instalar %s"
|
418 |
|
419 |
+
#: bws_menu.php:819
|
420 |
msgid "Try again"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: bws_menu.php:836
|
424 |
#, php-format
|
425 |
msgid "Preview “%s”"
|
426 |
msgstr ""
|
427 |
|
428 |
# @ default
|
429 |
+
#: bws_menu.php:867
|
430 |
#, fuzzy
|
431 |
msgid "Install Now"
|
432 |
msgstr "Instalar %s"
|
433 |
|
434 |
+
#: bws_menu.php:870
|
435 |
#, php-format
|
436 |
msgid "Update to version %s"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: bws_menu.php:870
|
440 |
msgid "Update"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: bws_menu.php:877
|
444 |
#, php-format
|
445 |
msgid "Preview %s"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: bws_menu.php:877
|
449 |
msgid "Preview"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: bws_menu.php:884
|
453 |
#, php-format
|
454 |
msgid "By %s"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: bws_menu.php:890
|
458 |
msgid "Details"
|
459 |
msgstr ""
|
460 |
|
461 |
+
# @ default
|
462 |
+
#, fuzzy
|
463 |
+
#~ msgid "installed"
|
464 |
+
#~ msgstr "Instalar %s"
|
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: 2014-01-
|
6 |
-
"PO-Revision-Date: 2014-01-
|
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,379 +16,376 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_menu.php:
|
20 |
msgid "Not set"
|
21 |
msgstr "Не задан"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:
|
25 |
msgid "On"
|
26 |
msgstr "Вкл"
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:
|
30 |
msgid "Off"
|
31 |
msgstr "Выкл"
|
32 |
|
33 |
-
#: bws_menu.php:343
|
34 |
-
#: bws_menu.php:347
|
35 |
#: bws_menu.php:351
|
36 |
#: bws_menu.php:355
|
37 |
#: bws_menu.php:359
|
38 |
-
#: bws_menu.php:
|
|
|
|
|
39 |
msgid "N/A"
|
40 |
msgstr "Неизвестно"
|
41 |
|
42 |
-
#: bws_menu.php:
|
43 |
msgid " Mb"
|
44 |
msgstr "Mb"
|
45 |
|
46 |
-
#: bws_menu.php:361
|
47 |
-
#: bws_menu.php:365
|
48 |
#: bws_menu.php:369
|
49 |
-
#: bws_menu.php:
|
|
|
|
|
50 |
msgid "Yes"
|
51 |
msgstr "Да"
|
52 |
|
53 |
-
#: bws_menu.php:363
|
54 |
-
#: bws_menu.php:367
|
55 |
#: bws_menu.php:371
|
56 |
-
#: bws_menu.php:
|
|
|
|
|
57 |
msgid "No"
|
58 |
msgstr "Нет"
|
59 |
|
60 |
-
#: bws_menu.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr "Операционная система"
|
63 |
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "Server"
|
66 |
msgstr "Тип сервера"
|
67 |
|
68 |
-
#: bws_menu.php:
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Памяти использовано"
|
71 |
|
72 |
-
#: bws_menu.php:
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "Версия MYSQL"
|
75 |
|
76 |
-
#: bws_menu.php:
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "Режим SQL"
|
79 |
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "PHP Version"
|
82 |
msgstr "Версия PHP"
|
83 |
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Safe Mode"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "Лимит памяти"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "Макс. размер загружаемого файла"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "Макс. размер записи"
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "Макс. время выполнения сценария"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "Поддержка PHP Exif"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "Поддержка PHP IPTC"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "Поддержка PHP XML"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "Site URL"
|
122 |
msgstr "Адрес сайта"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Home URL"
|
126 |
msgstr "Основной адрес сайта"
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "Версия WordPress"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "Версия базы данных WordPress"
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Multisite"
|
138 |
msgstr "Мультиблог"
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Текущая тема"
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Пожалуйста, введите валидный емайл."
|
147 |
|
148 |
-
#: bws_menu.php:
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "E-mail с системной информацией отправлен на"
|
151 |
|
152 |
-
#: bws_menu.php:
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Спасибо что связались с нами."
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Извините, ваш email не может быть отправлен."
|
159 |
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "Switch to new interface"
|
162 |
msgstr "Переключится на новый интерфейс"
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Pro plugins"
|
166 |
msgstr "Pro плагины"
|
167 |
|
168 |
-
#: bws_menu.php:
|
169 |
-
#: bws_menu.php:
|
170 |
msgid "Activated plugins"
|
171 |
msgstr "Активированные плагины"
|
172 |
|
173 |
-
#: bws_menu.php:492
|
174 |
#: bws_menu.php:500
|
175 |
#: bws_menu.php:508
|
176 |
-
#: bws_menu.php:
|
177 |
#: bws_menu.php:526
|
178 |
#: bws_menu.php:534
|
179 |
-
#: bws_menu.php:
|
180 |
-
#: bws_menu.php:
|
181 |
#: bws_menu.php:559
|
|
|
182 |
msgid "Read more"
|
183 |
msgstr "Подробнее..."
|
184 |
|
185 |
-
#: bws_menu.php:
|
186 |
-
#: bws_menu.php:
|
187 |
-
#: bws_menu.php:
|
188 |
-
#: bws_menu.php:
|
189 |
msgid "Settings"
|
190 |
msgstr "Настройки"
|
191 |
|
192 |
-
#: bws_menu.php:
|
193 |
-
#: bws_menu.php:
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "Установленные плагины"
|
197 |
|
198 |
-
#: bws_menu.php:
|
199 |
-
#: bws_menu.php:
|
200 |
-
#: bws_menu.php:
|
201 |
msgid "Recommended plugins"
|
202 |
msgstr "Рекомендованные к установке плагины"
|
203 |
|
204 |
-
#: bws_menu.php:
|
205 |
msgid "Purchase"
|
206 |
msgstr "Купить"
|
207 |
|
208 |
-
#: bws_menu.php:
|
209 |
msgid "Free plugins"
|
210 |
msgstr "Бесплатные плагины"
|
211 |
|
212 |
-
#: bws_menu.php:
|
213 |
-
#: bws_menu.php:
|
214 |
msgid "Download"
|
215 |
msgstr "Скачать"
|
216 |
|
217 |
-
#: bws_menu.php:
|
218 |
-
#: bws_menu.php:
|
219 |
-
#: bws_menu.php:
|
220 |
#, php-format
|
221 |
msgid "Install %s"
|
222 |
msgstr "Установлено %s"
|
223 |
|
224 |
-
#: bws_menu.php:
|
225 |
-
#: bws_menu.php:
|
226 |
msgid "Install now from wordpress.org"
|
227 |
msgstr "Установить с wordpress.org"
|
228 |
|
229 |
-
#: bws_menu.php:
|
230 |
msgid "Free themes"
|
231 |
msgstr "Бесплатные темы"
|
232 |
|
233 |
-
#: bws_menu.php:
|
234 |
msgid "Activated theme"
|
235 |
msgstr "Активная тема"
|
236 |
|
237 |
-
#: bws_menu.php:
|
238 |
#, php-format
|
239 |
msgid "Customize “%s”"
|
240 |
msgstr "Кастомизировать “%s”"
|
241 |
|
242 |
-
#: bws_menu.php:
|
243 |
msgid "Customize"
|
244 |
msgstr "Кастомизировать"
|
245 |
|
246 |
-
#: bws_menu.php:
|
247 |
msgid "Installed themes"
|
248 |
msgstr "Установленные темы"
|
249 |
|
250 |
-
#: bws_menu.php:
|
251 |
msgid "Recommended themes"
|
252 |
msgstr "Рекомендованные темы"
|
253 |
|
254 |
-
#: bws_menu.php:
|
255 |
msgid "If you have any questions, please contact us via"
|
256 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
|
257 |
|
258 |
-
#: bws_menu.php:
|
259 |
-
#: bws_menu.php:
|
260 |
-
#: bws_menu.php:
|
261 |
msgid "System status"
|
262 |
msgstr "Системная информация"
|
263 |
|
264 |
-
#: bws_menu.php:
|
265 |
-
#: bws_menu.php:
|
266 |
msgid "Environment"
|
267 |
msgstr "Системная среда"
|
268 |
|
269 |
-
#: bws_menu.php:
|
270 |
-
#: bws_menu.php:
|
271 |
msgid "Active Plugins"
|
272 |
msgstr "Активированные плагины"
|
273 |
|
274 |
-
#: bws_menu.php:
|
275 |
-
#: bws_menu.php:
|
276 |
msgid "Inactive Plugins"
|
277 |
msgstr "Неактивированные плагины"
|
278 |
|
279 |
-
#: bws_menu.php:
|
280 |
-
#: bws_menu.php:
|
281 |
msgid "Send to support"
|
282 |
msgstr "Отправить в тех. поддержку"
|
283 |
|
284 |
-
#: bws_menu.php:
|
285 |
-
#: bws_menu.php:
|
286 |
msgid "Send to custom email »"
|
287 |
msgstr "Отправить на емейл »"
|
288 |
|
289 |
-
#: bws_menu.php:
|
290 |
msgid "Switch to old interface"
|
291 |
msgstr "Переключится на старый интерфейс"
|
292 |
|
293 |
-
#: bws_menu.php:
|
294 |
msgid "Plugins"
|
295 |
msgstr "Плагины"
|
296 |
|
297 |
-
#: bws_menu.php:
|
298 |
msgid "Themes"
|
299 |
msgstr "Темы"
|
300 |
|
301 |
-
#: bws_menu.php:
|
302 |
msgid "All"
|
303 |
msgstr "Все"
|
304 |
|
305 |
-
#: bws_menu.php:
|
306 |
msgid "Installed"
|
307 |
msgstr "Установленные"
|
308 |
|
309 |
-
#: bws_menu.php:
|
310 |
msgid "Recommended"
|
311 |
msgstr "Рекомендованные"
|
312 |
|
313 |
-
#: bws_menu.php:
|
314 |
-
#: bws_menu.php:
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
#: bws_menu.php:671
|
319 |
-
#: bws_menu.php:699
|
320 |
-
#: bws_menu.php:724
|
321 |
-
#: bws_menu.php:752
|
322 |
-
#: bws_menu.php:793
|
323 |
msgid "Learn more"
|
324 |
msgstr "Подробнее"
|
325 |
|
326 |
-
#: bws_menu.php:
|
327 |
-
#: bws_menu.php:
|
328 |
-
#: bws_menu.php:
|
329 |
msgid "Go"
|
330 |
-
msgstr "Перейти"
|
331 |
|
332 |
-
#: bws_menu.php:
|
|
|
|
|
333 |
msgid "DONATE"
|
334 |
msgstr "Пожертвовать"
|
335 |
|
336 |
-
#: bws_menu.php:
|
337 |
-
#: bws_menu.php:
|
338 |
msgid "Activate this plugin"
|
339 |
msgstr "Активировать плагин"
|
340 |
|
341 |
-
#: bws_menu.php:
|
342 |
-
#: bws_menu.php:
|
343 |
msgid "Activate"
|
344 |
msgstr "Активировать"
|
345 |
|
346 |
-
#: bws_menu.php:
|
347 |
-
#: bws_menu.php:787
|
348 |
-
msgid "Donate"
|
349 |
-
msgstr "Пожертвовать"
|
350 |
-
|
351 |
-
#: bws_menu.php:795
|
352 |
msgid "Install now"
|
353 |
-
msgstr "Установить
|
354 |
|
355 |
-
#: bws_menu.php:
|
356 |
msgid "Try again"
|
357 |
msgstr "Попробовать снова"
|
358 |
|
359 |
-
#: bws_menu.php:
|
360 |
#, php-format
|
361 |
msgid "Preview “%s”"
|
362 |
msgstr "Просмотр “%s”"
|
363 |
|
364 |
-
#: bws_menu.php:
|
365 |
msgid "Install Now"
|
366 |
-
msgstr "Установить
|
367 |
|
368 |
-
#: bws_menu.php:
|
369 |
#, php-format
|
370 |
msgid "Update to version %s"
|
371 |
msgstr "Обновить до версии %s"
|
372 |
|
373 |
-
#: bws_menu.php:
|
374 |
msgid "Update"
|
375 |
msgstr "Обновить"
|
376 |
|
377 |
-
#: bws_menu.php:
|
378 |
#, php-format
|
379 |
msgid "Preview %s"
|
380 |
msgstr "Просмотр %s"
|
381 |
|
382 |
-
#: bws_menu.php:
|
383 |
msgid "Preview"
|
384 |
msgstr "Просмотр"
|
385 |
|
386 |
-
#: bws_menu.php:
|
387 |
#, php-format
|
388 |
msgid "By %s"
|
389 |
msgstr "%s"
|
390 |
|
391 |
-
#: bws_menu.php:
|
392 |
msgid "Details"
|
393 |
msgstr "Детали"
|
394 |
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-17 12:51+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-17 12:51+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_menu.php:339
|
20 |
msgid "Not set"
|
21 |
msgstr "Не задан"
|
22 |
|
23 |
+
#: bws_menu.php:341
|
24 |
+
#: bws_menu.php:345
|
25 |
msgid "On"
|
26 |
msgstr "Вкл"
|
27 |
|
28 |
+
#: bws_menu.php:343
|
29 |
+
#: bws_menu.php:347
|
30 |
msgid "Off"
|
31 |
msgstr "Выкл"
|
32 |
|
|
|
|
|
33 |
#: bws_menu.php:351
|
34 |
#: bws_menu.php:355
|
35 |
#: bws_menu.php:359
|
36 |
+
#: bws_menu.php:363
|
37 |
+
#: bws_menu.php:367
|
38 |
+
#: bws_menu.php:393
|
39 |
msgid "N/A"
|
40 |
msgstr "Неизвестно"
|
41 |
|
42 |
+
#: bws_menu.php:365
|
43 |
msgid " Mb"
|
44 |
msgstr "Mb"
|
45 |
|
|
|
|
|
46 |
#: bws_menu.php:369
|
47 |
+
#: bws_menu.php:373
|
48 |
+
#: bws_menu.php:377
|
49 |
+
#: bws_menu.php:388
|
50 |
msgid "Yes"
|
51 |
msgstr "Да"
|
52 |
|
|
|
|
|
53 |
#: bws_menu.php:371
|
54 |
+
#: bws_menu.php:375
|
55 |
+
#: bws_menu.php:379
|
56 |
+
#: bws_menu.php:390
|
57 |
msgid "No"
|
58 |
msgstr "Нет"
|
59 |
|
60 |
+
#: bws_menu.php:404
|
61 |
msgid "Operating System"
|
62 |
msgstr "Операционная система"
|
63 |
|
64 |
+
#: bws_menu.php:405
|
65 |
msgid "Server"
|
66 |
msgstr "Тип сервера"
|
67 |
|
68 |
+
#: bws_menu.php:406
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Памяти использовано"
|
71 |
|
72 |
+
#: bws_menu.php:407
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "Версия MYSQL"
|
75 |
|
76 |
+
#: bws_menu.php:408
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "Режим SQL"
|
79 |
|
80 |
+
#: bws_menu.php:409
|
81 |
msgid "PHP Version"
|
82 |
msgstr "Версия PHP"
|
83 |
|
84 |
+
#: bws_menu.php:410
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Safe Mode"
|
87 |
|
88 |
+
#: bws_menu.php:411
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
+
#: bws_menu.php:412
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "Лимит памяти"
|
95 |
|
96 |
+
#: bws_menu.php:413
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "Макс. размер загружаемого файла"
|
99 |
|
100 |
+
#: bws_menu.php:414
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "Макс. размер записи"
|
103 |
|
104 |
+
#: bws_menu.php:415
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "Макс. время выполнения сценария"
|
107 |
|
108 |
+
#: bws_menu.php:416
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "Поддержка PHP Exif"
|
111 |
|
112 |
+
#: bws_menu.php:417
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "Поддержка PHP IPTC"
|
115 |
|
116 |
+
#: bws_menu.php:418
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "Поддержка PHP XML"
|
119 |
|
120 |
+
#: bws_menu.php:419
|
121 |
msgid "Site URL"
|
122 |
msgstr "Адрес сайта"
|
123 |
|
124 |
+
#: bws_menu.php:420
|
125 |
msgid "Home URL"
|
126 |
msgstr "Основной адрес сайта"
|
127 |
|
128 |
+
#: bws_menu.php:421
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "Версия WordPress"
|
131 |
|
132 |
+
#: bws_menu.php:422
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "Версия базы данных WordPress"
|
135 |
|
136 |
+
#: bws_menu.php:423
|
137 |
msgid "Multisite"
|
138 |
msgstr "Мультиблог"
|
139 |
|
140 |
+
#: bws_menu.php:424
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Текущая тема"
|
143 |
|
144 |
+
#: bws_menu.php:440
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Пожалуйста, введите валидный емайл."
|
147 |
|
148 |
+
#: bws_menu.php:444
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "E-mail с системной информацией отправлен на"
|
151 |
|
152 |
+
#: bws_menu.php:448
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Спасибо что связались с нами."
|
155 |
|
156 |
+
#: bws_menu.php:476
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Извините, ваш email не может быть отправлен."
|
159 |
|
160 |
+
#: bws_menu.php:488
|
161 |
msgid "Switch to new interface"
|
162 |
msgstr "Переключится на новый интерфейс"
|
163 |
|
164 |
+
#: bws_menu.php:495
|
165 |
msgid "Pro plugins"
|
166 |
msgstr "Pro плагины"
|
167 |
|
168 |
+
#: bws_menu.php:498
|
169 |
+
#: bws_menu.php:524
|
170 |
msgid "Activated plugins"
|
171 |
msgstr "Активированные плагины"
|
172 |
|
|
|
173 |
#: bws_menu.php:500
|
174 |
#: bws_menu.php:508
|
175 |
+
#: bws_menu.php:516
|
176 |
#: bws_menu.php:526
|
177 |
#: bws_menu.php:534
|
178 |
+
#: bws_menu.php:542
|
179 |
+
#: bws_menu.php:552
|
180 |
#: bws_menu.php:559
|
181 |
+
#: bws_menu.php:567
|
182 |
msgid "Read more"
|
183 |
msgstr "Подробнее..."
|
184 |
|
185 |
+
#: bws_menu.php:500
|
186 |
+
#: bws_menu.php:526
|
187 |
+
#: bws_menu.php:678
|
188 |
+
#: bws_menu.php:706
|
189 |
msgid "Settings"
|
190 |
msgstr "Настройки"
|
191 |
|
192 |
+
#: bws_menu.php:506
|
193 |
+
#: bws_menu.php:532
|
194 |
+
#: bws_menu.php:658
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "Установленные плагины"
|
197 |
|
198 |
+
#: bws_menu.php:514
|
199 |
+
#: bws_menu.php:540
|
200 |
+
#: bws_menu.php:765
|
201 |
msgid "Recommended plugins"
|
202 |
msgstr "Рекомендованные к установке плагины"
|
203 |
|
204 |
+
#: bws_menu.php:516
|
205 |
msgid "Purchase"
|
206 |
msgstr "Купить"
|
207 |
|
208 |
+
#: bws_menu.php:521
|
209 |
msgid "Free plugins"
|
210 |
msgstr "Бесплатные плагины"
|
211 |
|
212 |
+
#: bws_menu.php:542
|
213 |
+
#: bws_menu.php:567
|
214 |
msgid "Download"
|
215 |
msgstr "Скачать"
|
216 |
|
217 |
+
#: bws_menu.php:542
|
218 |
+
#: bws_menu.php:567
|
219 |
+
#: bws_menu.php:867
|
220 |
#, php-format
|
221 |
msgid "Install %s"
|
222 |
msgstr "Установлено %s"
|
223 |
|
224 |
+
#: bws_menu.php:542
|
225 |
+
#: bws_menu.php:567
|
226 |
msgid "Install now from wordpress.org"
|
227 |
msgstr "Установить с wordpress.org"
|
228 |
|
229 |
+
#: bws_menu.php:548
|
230 |
msgid "Free themes"
|
231 |
msgstr "Бесплатные темы"
|
232 |
|
233 |
+
#: bws_menu.php:551
|
234 |
msgid "Activated theme"
|
235 |
msgstr "Активная тема"
|
236 |
|
237 |
+
#: bws_menu.php:552
|
238 |
#, php-format
|
239 |
msgid "Customize “%s”"
|
240 |
msgstr "Кастомизировать “%s”"
|
241 |
|
242 |
+
#: bws_menu.php:552
|
243 |
msgid "Customize"
|
244 |
msgstr "Кастомизировать"
|
245 |
|
246 |
+
#: bws_menu.php:557
|
247 |
msgid "Installed themes"
|
248 |
msgstr "Установленные темы"
|
249 |
|
250 |
+
#: bws_menu.php:565
|
251 |
msgid "Recommended themes"
|
252 |
msgstr "Рекомендованные темы"
|
253 |
|
254 |
+
#: bws_menu.php:573
|
255 |
msgid "If you have any questions, please contact us via"
|
256 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
|
257 |
|
258 |
+
#: bws_menu.php:580
|
259 |
+
#: bws_menu.php:648
|
260 |
+
#: bws_menu.php:903
|
261 |
msgid "System status"
|
262 |
msgstr "Системная информация"
|
263 |
|
264 |
+
#: bws_menu.php:584
|
265 |
+
#: bws_menu.php:906
|
266 |
msgid "Environment"
|
267 |
msgstr "Системная среда"
|
268 |
|
269 |
+
#: bws_menu.php:595
|
270 |
+
#: bws_menu.php:917
|
271 |
msgid "Active Plugins"
|
272 |
msgstr "Активированные плагины"
|
273 |
|
274 |
+
#: bws_menu.php:606
|
275 |
+
#: bws_menu.php:928
|
276 |
msgid "Inactive Plugins"
|
277 |
msgstr "Неактивированные плагины"
|
278 |
|
279 |
+
#: bws_menu.php:620
|
280 |
+
#: bws_menu.php:942
|
281 |
msgid "Send to support"
|
282 |
msgstr "Отправить в тех. поддержку"
|
283 |
|
284 |
+
#: bws_menu.php:627
|
285 |
+
#: bws_menu.php:949
|
286 |
msgid "Send to custom email »"
|
287 |
msgstr "Отправить на емейл »"
|
288 |
|
289 |
+
#: bws_menu.php:638
|
290 |
msgid "Switch to old interface"
|
291 |
msgstr "Переключится на старый интерфейс"
|
292 |
|
293 |
+
#: bws_menu.php:644
|
294 |
msgid "Plugins"
|
295 |
msgstr "Плагины"
|
296 |
|
297 |
+
#: bws_menu.php:646
|
298 |
msgid "Themes"
|
299 |
msgstr "Темы"
|
300 |
|
301 |
+
#: bws_menu.php:652
|
302 |
msgid "All"
|
303 |
msgstr "Все"
|
304 |
|
305 |
+
#: bws_menu.php:653
|
306 |
msgid "Installed"
|
307 |
msgstr "Установленные"
|
308 |
|
309 |
+
#: bws_menu.php:654
|
310 |
msgid "Recommended"
|
311 |
msgstr "Рекомендованные"
|
312 |
|
313 |
+
#: bws_menu.php:676
|
314 |
+
#: bws_menu.php:704
|
315 |
+
#: bws_menu.php:726
|
316 |
+
#: bws_menu.php:754
|
317 |
+
#: bws_menu.php:795
|
|
|
|
|
|
|
|
|
|
|
318 |
msgid "Learn more"
|
319 |
msgstr "Подробнее"
|
320 |
|
321 |
+
#: bws_menu.php:694
|
322 |
+
#: bws_menu.php:744
|
323 |
+
#: bws_menu.php:785
|
324 |
msgid "Go"
|
325 |
+
msgstr "Перейти на"
|
326 |
|
327 |
+
#: bws_menu.php:698
|
328 |
+
#: bws_menu.php:748
|
329 |
+
#: bws_menu.php:789
|
330 |
msgid "DONATE"
|
331 |
msgstr "Пожертвовать"
|
332 |
|
333 |
+
#: bws_menu.php:728
|
334 |
+
#: bws_menu.php:756
|
335 |
msgid "Activate this plugin"
|
336 |
msgstr "Активировать плагин"
|
337 |
|
338 |
+
#: bws_menu.php:728
|
339 |
+
#: bws_menu.php:756
|
340 |
msgid "Activate"
|
341 |
msgstr "Активировать"
|
342 |
|
343 |
+
#: bws_menu.php:797
|
|
|
|
|
|
|
|
|
|
|
344 |
msgid "Install now"
|
345 |
+
msgstr "Установить"
|
346 |
|
347 |
+
#: bws_menu.php:819
|
348 |
msgid "Try again"
|
349 |
msgstr "Попробовать снова"
|
350 |
|
351 |
+
#: bws_menu.php:836
|
352 |
#, php-format
|
353 |
msgid "Preview “%s”"
|
354 |
msgstr "Просмотр “%s”"
|
355 |
|
356 |
+
#: bws_menu.php:867
|
357 |
msgid "Install Now"
|
358 |
+
msgstr "Установить"
|
359 |
|
360 |
+
#: bws_menu.php:870
|
361 |
#, php-format
|
362 |
msgid "Update to version %s"
|
363 |
msgstr "Обновить до версии %s"
|
364 |
|
365 |
+
#: bws_menu.php:870
|
366 |
msgid "Update"
|
367 |
msgstr "Обновить"
|
368 |
|
369 |
+
#: bws_menu.php:877
|
370 |
#, php-format
|
371 |
msgid "Preview %s"
|
372 |
msgstr "Просмотр %s"
|
373 |
|
374 |
+
#: bws_menu.php:877
|
375 |
msgid "Preview"
|
376 |
msgstr "Просмотр"
|
377 |
|
378 |
+
#: bws_menu.php:884
|
379 |
#, php-format
|
380 |
msgid "By %s"
|
381 |
msgstr "%s"
|
382 |
|
383 |
+
#: bws_menu.php:890
|
384 |
msgid "Details"
|
385 |
msgstr "Детали"
|
386 |
|
387 |
+
#~ msgid "Donate"
|
388 |
+
#~ msgstr "Пожертвовать"
|
389 |
+
|
390 |
+
#~ msgid "installed"
|
391 |
+
#~ msgstr "установлен"
|
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: 2014-01-
|
6 |
-
"PO-Revision-Date: 2014-01-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -17,400 +17,395 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.5.7\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_menu.php:
|
21 |
msgid "Not set"
|
22 |
msgstr "Nije podešeno"
|
23 |
|
24 |
-
#: bws_menu.php:
|
25 |
-
#: bws_menu.php:
|
26 |
msgid "On"
|
27 |
msgstr "Uključeno"
|
28 |
|
29 |
-
#: bws_menu.php:
|
30 |
-
#: bws_menu.php:
|
31 |
msgid "Off"
|
32 |
msgstr "Isključeno"
|
33 |
|
34 |
-
#: bws_menu.php:343
|
35 |
-
#: bws_menu.php:347
|
36 |
#: bws_menu.php:351
|
37 |
#: bws_menu.php:355
|
38 |
#: bws_menu.php:359
|
39 |
-
#: bws_menu.php:
|
|
|
|
|
40 |
msgid "N/A"
|
41 |
msgstr "N/A"
|
42 |
|
43 |
-
#: bws_menu.php:
|
44 |
msgid " Mb"
|
45 |
msgstr " Mb"
|
46 |
|
47 |
-
#: bws_menu.php:361
|
48 |
-
#: bws_menu.php:365
|
49 |
#: bws_menu.php:369
|
50 |
-
#: bws_menu.php:
|
|
|
|
|
51 |
msgid "Yes"
|
52 |
msgstr "Da"
|
53 |
|
54 |
-
#: bws_menu.php:363
|
55 |
-
#: bws_menu.php:367
|
56 |
#: bws_menu.php:371
|
57 |
-
#: bws_menu.php:
|
|
|
|
|
58 |
msgid "No"
|
59 |
msgstr "Ne"
|
60 |
|
61 |
-
#: bws_menu.php:
|
62 |
msgid "Operating System"
|
63 |
msgstr "Operativni Sistem"
|
64 |
|
65 |
-
#: bws_menu.php:
|
66 |
msgid "Server"
|
67 |
msgstr "Server"
|
68 |
|
69 |
-
#: bws_menu.php:
|
70 |
msgid "Memory usage"
|
71 |
msgstr "Upotreba memorije"
|
72 |
|
73 |
-
#: bws_menu.php:
|
74 |
msgid "MYSQL Version"
|
75 |
msgstr "MYSQL Verzija"
|
76 |
|
77 |
-
#: bws_menu.php:
|
78 |
msgid "SQL Mode"
|
79 |
msgstr "SQL način"
|
80 |
|
81 |
-
#: bws_menu.php:
|
82 |
msgid "PHP Version"
|
83 |
msgstr "PHP Verzija"
|
84 |
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "PHP Safe Mode"
|
87 |
msgstr "PHP Sigurni način"
|
88 |
|
89 |
-
#: bws_menu.php:
|
90 |
msgid "PHP Allow URL fopen"
|
91 |
msgstr "PHP Dozvoli URL fopen"
|
92 |
|
93 |
-
#: bws_menu.php:
|
94 |
msgid "PHP Memory Limit"
|
95 |
msgstr "PHP Ograničenje memorije"
|
96 |
|
97 |
-
#: bws_menu.php:
|
98 |
#, fuzzy
|
99 |
msgid "PHP Max Upload Size"
|
100 |
msgstr "Envoi de fichier"
|
101 |
|
102 |
-
#: bws_menu.php:
|
103 |
msgid "PHP Max Post Size"
|
104 |
msgstr "PHP Max veličina za učitavanje"
|
105 |
|
106 |
-
#: bws_menu.php:
|
107 |
msgid "PHP Max Script Execute Time"
|
108 |
msgstr "PHP Max veličina posta"
|
109 |
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Exif support"
|
112 |
msgstr "PHP Exif podrška"
|
113 |
|
114 |
-
#: bws_menu.php:
|
115 |
msgid "PHP IPTC support"
|
116 |
msgstr "PHP IPTC podrška"
|
117 |
|
118 |
-
#: bws_menu.php:
|
119 |
msgid "PHP XML support"
|
120 |
msgstr "PHP XML podrška"
|
121 |
|
122 |
-
#: bws_menu.php:
|
123 |
#, fuzzy
|
124 |
msgid "Site URL"
|
125 |
msgstr "URL du lien"
|
126 |
|
127 |
-
#: bws_menu.php:
|
128 |
msgid "Home URL"
|
129 |
msgstr "URL naslovne"
|
130 |
|
131 |
-
#: bws_menu.php:
|
132 |
msgid "WordPress Version"
|
133 |
msgstr "WordPress Verzija"
|
134 |
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "WordPress DB Version"
|
137 |
msgstr "WordPress DB Verzija"
|
138 |
|
139 |
-
#: bws_menu.php:
|
140 |
msgid "Multisite"
|
141 |
msgstr "Višenamenski sajt"
|
142 |
|
143 |
-
#: bws_menu.php:
|
144 |
msgid "Active Theme"
|
145 |
msgstr "Aktivna tema"
|
146 |
|
147 |
-
#: bws_menu.php:
|
148 |
msgid "Please enter a valid email address."
|
149 |
msgstr "Molimo unesite važeću mejl adresu"
|
150 |
|
151 |
-
#: bws_menu.php:
|
152 |
msgid "Email with system info is sent to "
|
153 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
154 |
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "Thank you for contacting us."
|
157 |
msgstr "Hvala što ste nas kontaktirali"
|
158 |
|
159 |
-
#: bws_menu.php:
|
160 |
msgid "Sorry, email message could not be delivered."
|
161 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
162 |
|
163 |
-
#: bws_menu.php:
|
164 |
msgid "Switch to new interface"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: bws_menu.php:
|
168 |
msgid "Pro plugins"
|
169 |
msgstr "Pro moduli"
|
170 |
|
171 |
-
#: bws_menu.php:
|
172 |
-
#: bws_menu.php:
|
173 |
msgid "Activated plugins"
|
174 |
msgstr "Aktivirani moduli"
|
175 |
|
176 |
-
#: bws_menu.php:492
|
177 |
#: bws_menu.php:500
|
178 |
#: bws_menu.php:508
|
179 |
-
#: bws_menu.php:
|
180 |
#: bws_menu.php:526
|
181 |
#: bws_menu.php:534
|
182 |
-
#: bws_menu.php:
|
183 |
-
#: bws_menu.php:
|
184 |
#: bws_menu.php:559
|
|
|
185 |
msgid "Read more"
|
186 |
msgstr "Pročitaj više"
|
187 |
|
188 |
-
#: bws_menu.php:
|
189 |
-
#: bws_menu.php:
|
190 |
-
#: bws_menu.php:
|
191 |
-
#: bws_menu.php:
|
192 |
msgid "Settings"
|
193 |
msgstr "Podešavanja"
|
194 |
|
195 |
-
#: bws_menu.php:
|
196 |
-
#: bws_menu.php:
|
197 |
-
#: bws_menu.php:
|
198 |
msgid "Installed plugins"
|
199 |
msgstr "Instalirani moduli"
|
200 |
|
201 |
-
#: bws_menu.php:
|
202 |
-
#: bws_menu.php:
|
203 |
-
#: bws_menu.php:
|
204 |
msgid "Recommended plugins"
|
205 |
msgstr "Preporučeni moduli"
|
206 |
|
207 |
-
#: bws_menu.php:
|
208 |
msgid "Purchase"
|
209 |
msgstr "Kupovina"
|
210 |
|
211 |
-
#: bws_menu.php:
|
212 |
msgid "Free plugins"
|
213 |
msgstr "Besplatni moduli"
|
214 |
|
215 |
-
#: bws_menu.php:
|
216 |
-
#: bws_menu.php:
|
217 |
msgid "Download"
|
218 |
msgstr "Prezimanje"
|
219 |
|
220 |
-
#: bws_menu.php:
|
221 |
-
#: bws_menu.php:
|
222 |
-
#: bws_menu.php:
|
223 |
#, php-format
|
224 |
msgid "Install %s"
|
225 |
msgstr "Instalacija %s"
|
226 |
|
227 |
-
#: bws_menu.php:
|
228 |
-
#: bws_menu.php:
|
229 |
msgid "Install now from wordpress.org"
|
230 |
msgstr "Instaliraj sada sa wordpress.org"
|
231 |
|
232 |
-
#: bws_menu.php:
|
233 |
msgid "Free themes"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: bws_menu.php:
|
237 |
#, fuzzy
|
238 |
msgid "Activated theme"
|
239 |
msgstr "Aktivna tema"
|
240 |
|
241 |
-
#: bws_menu.php:
|
242 |
#, php-format
|
243 |
msgid "Customize “%s”"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: bws_menu.php:
|
247 |
msgid "Customize"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: bws_menu.php:
|
251 |
#, fuzzy
|
252 |
msgid "Installed themes"
|
253 |
msgstr "Instalacija %s"
|
254 |
|
255 |
-
#: bws_menu.php:
|
256 |
#, fuzzy
|
257 |
msgid "Recommended themes"
|
258 |
msgstr "Preporučeni moduli"
|
259 |
|
260 |
-
#: bws_menu.php:
|
261 |
msgid "If you have any questions, please contact us via"
|
262 |
msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
263 |
|
264 |
-
#: bws_menu.php:
|
265 |
-
#: bws_menu.php:
|
266 |
-
#: bws_menu.php:
|
267 |
msgid "System status"
|
268 |
msgstr "Sistemski status"
|
269 |
|
270 |
-
#: bws_menu.php:
|
271 |
-
#: bws_menu.php:
|
272 |
msgid "Environment"
|
273 |
msgstr "Okruženje"
|
274 |
|
275 |
-
#: bws_menu.php:
|
276 |
-
#: bws_menu.php:
|
277 |
#, fuzzy
|
278 |
msgid "Active Plugins"
|
279 |
msgstr "Extensions activées"
|
280 |
|
281 |
-
#: bws_menu.php:
|
282 |
-
#: bws_menu.php:
|
283 |
#, fuzzy
|
284 |
msgid "Inactive Plugins"
|
285 |
msgstr "Extensions activées"
|
286 |
|
287 |
-
#: bws_menu.php:
|
288 |
-
#: bws_menu.php:
|
289 |
#, fuzzy
|
290 |
msgid "Send to support"
|
291 |
msgstr "Soutien"
|
292 |
|
293 |
-
#: bws_menu.php:
|
294 |
-
#: bws_menu.php:
|
295 |
msgid "Send to custom email »"
|
296 |
msgstr "Pošalji na korisnički mejl »"
|
297 |
|
298 |
-
#: bws_menu.php:
|
299 |
msgid "Switch to old interface"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: bws_menu.php:
|
303 |
#, fuzzy
|
304 |
msgid "Plugins"
|
305 |
msgstr "Pro moduli"
|
306 |
|
307 |
-
#: bws_menu.php:
|
308 |
msgid "Themes"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: bws_menu.php:
|
312 |
msgid "All"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: bws_menu.php:
|
316 |
#, fuzzy
|
317 |
msgid "Installed"
|
318 |
msgstr "Instalacija %s"
|
319 |
|
320 |
-
#: bws_menu.php:
|
321 |
#, fuzzy
|
322 |
msgid "Recommended"
|
323 |
msgstr "Preporučeni moduli"
|
324 |
|
325 |
-
#: bws_menu.php:
|
326 |
-
#: bws_menu.php:
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
#: bws_menu.php:671
|
332 |
-
#: bws_menu.php:699
|
333 |
-
#: bws_menu.php:724
|
334 |
-
#: bws_menu.php:752
|
335 |
-
#: bws_menu.php:793
|
336 |
#, fuzzy
|
337 |
msgid "Learn more"
|
338 |
msgstr "Pročitaj više"
|
339 |
|
340 |
-
#: bws_menu.php:
|
341 |
-
#: bws_menu.php:
|
342 |
-
#: bws_menu.php:
|
343 |
msgid "Go"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: bws_menu.php:
|
|
|
|
|
347 |
msgid "DONATE"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: bws_menu.php:
|
351 |
-
#: bws_menu.php:
|
352 |
#, fuzzy
|
353 |
msgid "Activate this plugin"
|
354 |
msgstr "Aktivirani moduli"
|
355 |
|
356 |
-
#: bws_menu.php:
|
357 |
-
#: bws_menu.php:
|
358 |
#, fuzzy
|
359 |
msgid "Activate"
|
360 |
msgstr "Aktivirani moduli"
|
361 |
|
362 |
-
#: bws_menu.php:
|
363 |
-
#: bws_menu.php:787
|
364 |
-
msgid "Donate"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: bws_menu.php:795
|
368 |
#, fuzzy
|
369 |
msgid "Install now"
|
370 |
msgstr "Instalacija %s"
|
371 |
|
372 |
-
#: bws_menu.php:
|
373 |
msgid "Try again"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: bws_menu.php:
|
377 |
#, php-format
|
378 |
msgid "Preview “%s”"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: bws_menu.php:
|
382 |
#, fuzzy
|
383 |
msgid "Install Now"
|
384 |
msgstr "Instalacija %s"
|
385 |
|
386 |
-
#: bws_menu.php:
|
387 |
#, php-format
|
388 |
msgid "Update to version %s"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: bws_menu.php:
|
392 |
#, fuzzy
|
393 |
msgid "Update"
|
394 |
msgstr "date"
|
395 |
|
396 |
-
#: bws_menu.php:
|
397 |
#, php-format
|
398 |
msgid "Preview %s"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: bws_menu.php:
|
402 |
msgid "Preview"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: bws_menu.php:
|
406 |
#, php-format
|
407 |
msgid "By %s"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: bws_menu.php:
|
411 |
msgid "Details"
|
412 |
msgstr ""
|
413 |
|
|
|
|
|
|
|
|
|
414 |
#~ msgid ""
|
415 |
#~ "The following files \"gallery-template.php\" and \"gallery-single-"
|
416 |
#~ "template.php\" were not found in the directory of your theme. Please copy "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-17 12:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-17 12:13+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
17 |
"X-Generator: Poedit 1.5.7\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_menu.php:339
|
21 |
msgid "Not set"
|
22 |
msgstr "Nije podešeno"
|
23 |
|
24 |
+
#: bws_menu.php:341
|
25 |
+
#: bws_menu.php:345
|
26 |
msgid "On"
|
27 |
msgstr "Uključeno"
|
28 |
|
29 |
+
#: bws_menu.php:343
|
30 |
+
#: bws_menu.php:347
|
31 |
msgid "Off"
|
32 |
msgstr "Isključeno"
|
33 |
|
|
|
|
|
34 |
#: bws_menu.php:351
|
35 |
#: bws_menu.php:355
|
36 |
#: bws_menu.php:359
|
37 |
+
#: bws_menu.php:363
|
38 |
+
#: bws_menu.php:367
|
39 |
+
#: bws_menu.php:393
|
40 |
msgid "N/A"
|
41 |
msgstr "N/A"
|
42 |
|
43 |
+
#: bws_menu.php:365
|
44 |
msgid " Mb"
|
45 |
msgstr " Mb"
|
46 |
|
|
|
|
|
47 |
#: bws_menu.php:369
|
48 |
+
#: bws_menu.php:373
|
49 |
+
#: bws_menu.php:377
|
50 |
+
#: bws_menu.php:388
|
51 |
msgid "Yes"
|
52 |
msgstr "Da"
|
53 |
|
|
|
|
|
54 |
#: bws_menu.php:371
|
55 |
+
#: bws_menu.php:375
|
56 |
+
#: bws_menu.php:379
|
57 |
+
#: bws_menu.php:390
|
58 |
msgid "No"
|
59 |
msgstr "Ne"
|
60 |
|
61 |
+
#: bws_menu.php:404
|
62 |
msgid "Operating System"
|
63 |
msgstr "Operativni Sistem"
|
64 |
|
65 |
+
#: bws_menu.php:405
|
66 |
msgid "Server"
|
67 |
msgstr "Server"
|
68 |
|
69 |
+
#: bws_menu.php:406
|
70 |
msgid "Memory usage"
|
71 |
msgstr "Upotreba memorije"
|
72 |
|
73 |
+
#: bws_menu.php:407
|
74 |
msgid "MYSQL Version"
|
75 |
msgstr "MYSQL Verzija"
|
76 |
|
77 |
+
#: bws_menu.php:408
|
78 |
msgid "SQL Mode"
|
79 |
msgstr "SQL način"
|
80 |
|
81 |
+
#: bws_menu.php:409
|
82 |
msgid "PHP Version"
|
83 |
msgstr "PHP Verzija"
|
84 |
|
85 |
+
#: bws_menu.php:410
|
86 |
msgid "PHP Safe Mode"
|
87 |
msgstr "PHP Sigurni način"
|
88 |
|
89 |
+
#: bws_menu.php:411
|
90 |
msgid "PHP Allow URL fopen"
|
91 |
msgstr "PHP Dozvoli URL fopen"
|
92 |
|
93 |
+
#: bws_menu.php:412
|
94 |
msgid "PHP Memory Limit"
|
95 |
msgstr "PHP Ograničenje memorije"
|
96 |
|
97 |
+
#: bws_menu.php:413
|
98 |
#, fuzzy
|
99 |
msgid "PHP Max Upload Size"
|
100 |
msgstr "Envoi de fichier"
|
101 |
|
102 |
+
#: bws_menu.php:414
|
103 |
msgid "PHP Max Post Size"
|
104 |
msgstr "PHP Max veličina za učitavanje"
|
105 |
|
106 |
+
#: bws_menu.php:415
|
107 |
msgid "PHP Max Script Execute Time"
|
108 |
msgstr "PHP Max veličina posta"
|
109 |
|
110 |
+
#: bws_menu.php:416
|
111 |
msgid "PHP Exif support"
|
112 |
msgstr "PHP Exif podrška"
|
113 |
|
114 |
+
#: bws_menu.php:417
|
115 |
msgid "PHP IPTC support"
|
116 |
msgstr "PHP IPTC podrška"
|
117 |
|
118 |
+
#: bws_menu.php:418
|
119 |
msgid "PHP XML support"
|
120 |
msgstr "PHP XML podrška"
|
121 |
|
122 |
+
#: bws_menu.php:419
|
123 |
#, fuzzy
|
124 |
msgid "Site URL"
|
125 |
msgstr "URL du lien"
|
126 |
|
127 |
+
#: bws_menu.php:420
|
128 |
msgid "Home URL"
|
129 |
msgstr "URL naslovne"
|
130 |
|
131 |
+
#: bws_menu.php:421
|
132 |
msgid "WordPress Version"
|
133 |
msgstr "WordPress Verzija"
|
134 |
|
135 |
+
#: bws_menu.php:422
|
136 |
msgid "WordPress DB Version"
|
137 |
msgstr "WordPress DB Verzija"
|
138 |
|
139 |
+
#: bws_menu.php:423
|
140 |
msgid "Multisite"
|
141 |
msgstr "Višenamenski sajt"
|
142 |
|
143 |
+
#: bws_menu.php:424
|
144 |
msgid "Active Theme"
|
145 |
msgstr "Aktivna tema"
|
146 |
|
147 |
+
#: bws_menu.php:440
|
148 |
msgid "Please enter a valid email address."
|
149 |
msgstr "Molimo unesite važeću mejl adresu"
|
150 |
|
151 |
+
#: bws_menu.php:444
|
152 |
msgid "Email with system info is sent to "
|
153 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
154 |
|
155 |
+
#: bws_menu.php:448
|
156 |
msgid "Thank you for contacting us."
|
157 |
msgstr "Hvala što ste nas kontaktirali"
|
158 |
|
159 |
+
#: bws_menu.php:476
|
160 |
msgid "Sorry, email message could not be delivered."
|
161 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
162 |
|
163 |
+
#: bws_menu.php:488
|
164 |
msgid "Switch to new interface"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: bws_menu.php:495
|
168 |
msgid "Pro plugins"
|
169 |
msgstr "Pro moduli"
|
170 |
|
171 |
+
#: bws_menu.php:498
|
172 |
+
#: bws_menu.php:524
|
173 |
msgid "Activated plugins"
|
174 |
msgstr "Aktivirani moduli"
|
175 |
|
|
|
176 |
#: bws_menu.php:500
|
177 |
#: bws_menu.php:508
|
178 |
+
#: bws_menu.php:516
|
179 |
#: bws_menu.php:526
|
180 |
#: bws_menu.php:534
|
181 |
+
#: bws_menu.php:542
|
182 |
+
#: bws_menu.php:552
|
183 |
#: bws_menu.php:559
|
184 |
+
#: bws_menu.php:567
|
185 |
msgid "Read more"
|
186 |
msgstr "Pročitaj više"
|
187 |
|
188 |
+
#: bws_menu.php:500
|
189 |
+
#: bws_menu.php:526
|
190 |
+
#: bws_menu.php:678
|
191 |
+
#: bws_menu.php:706
|
192 |
msgid "Settings"
|
193 |
msgstr "Podešavanja"
|
194 |
|
195 |
+
#: bws_menu.php:506
|
196 |
+
#: bws_menu.php:532
|
197 |
+
#: bws_menu.php:658
|
198 |
msgid "Installed plugins"
|
199 |
msgstr "Instalirani moduli"
|
200 |
|
201 |
+
#: bws_menu.php:514
|
202 |
+
#: bws_menu.php:540
|
203 |
+
#: bws_menu.php:765
|
204 |
msgid "Recommended plugins"
|
205 |
msgstr "Preporučeni moduli"
|
206 |
|
207 |
+
#: bws_menu.php:516
|
208 |
msgid "Purchase"
|
209 |
msgstr "Kupovina"
|
210 |
|
211 |
+
#: bws_menu.php:521
|
212 |
msgid "Free plugins"
|
213 |
msgstr "Besplatni moduli"
|
214 |
|
215 |
+
#: bws_menu.php:542
|
216 |
+
#: bws_menu.php:567
|
217 |
msgid "Download"
|
218 |
msgstr "Prezimanje"
|
219 |
|
220 |
+
#: bws_menu.php:542
|
221 |
+
#: bws_menu.php:567
|
222 |
+
#: bws_menu.php:867
|
223 |
#, php-format
|
224 |
msgid "Install %s"
|
225 |
msgstr "Instalacija %s"
|
226 |
|
227 |
+
#: bws_menu.php:542
|
228 |
+
#: bws_menu.php:567
|
229 |
msgid "Install now from wordpress.org"
|
230 |
msgstr "Instaliraj sada sa wordpress.org"
|
231 |
|
232 |
+
#: bws_menu.php:548
|
233 |
msgid "Free themes"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: bws_menu.php:551
|
237 |
#, fuzzy
|
238 |
msgid "Activated theme"
|
239 |
msgstr "Aktivna tema"
|
240 |
|
241 |
+
#: bws_menu.php:552
|
242 |
#, php-format
|
243 |
msgid "Customize “%s”"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: bws_menu.php:552
|
247 |
msgid "Customize"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: bws_menu.php:557
|
251 |
#, fuzzy
|
252 |
msgid "Installed themes"
|
253 |
msgstr "Instalacija %s"
|
254 |
|
255 |
+
#: bws_menu.php:565
|
256 |
#, fuzzy
|
257 |
msgid "Recommended themes"
|
258 |
msgstr "Preporučeni moduli"
|
259 |
|
260 |
+
#: bws_menu.php:573
|
261 |
msgid "If you have any questions, please contact us via"
|
262 |
msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
263 |
|
264 |
+
#: bws_menu.php:580
|
265 |
+
#: bws_menu.php:648
|
266 |
+
#: bws_menu.php:903
|
267 |
msgid "System status"
|
268 |
msgstr "Sistemski status"
|
269 |
|
270 |
+
#: bws_menu.php:584
|
271 |
+
#: bws_menu.php:906
|
272 |
msgid "Environment"
|
273 |
msgstr "Okruženje"
|
274 |
|
275 |
+
#: bws_menu.php:595
|
276 |
+
#: bws_menu.php:917
|
277 |
#, fuzzy
|
278 |
msgid "Active Plugins"
|
279 |
msgstr "Extensions activées"
|
280 |
|
281 |
+
#: bws_menu.php:606
|
282 |
+
#: bws_menu.php:928
|
283 |
#, fuzzy
|
284 |
msgid "Inactive Plugins"
|
285 |
msgstr "Extensions activées"
|
286 |
|
287 |
+
#: bws_menu.php:620
|
288 |
+
#: bws_menu.php:942
|
289 |
#, fuzzy
|
290 |
msgid "Send to support"
|
291 |
msgstr "Soutien"
|
292 |
|
293 |
+
#: bws_menu.php:627
|
294 |
+
#: bws_menu.php:949
|
295 |
msgid "Send to custom email »"
|
296 |
msgstr "Pošalji na korisnički mejl »"
|
297 |
|
298 |
+
#: bws_menu.php:638
|
299 |
msgid "Switch to old interface"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: bws_menu.php:644
|
303 |
#, fuzzy
|
304 |
msgid "Plugins"
|
305 |
msgstr "Pro moduli"
|
306 |
|
307 |
+
#: bws_menu.php:646
|
308 |
msgid "Themes"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: bws_menu.php:652
|
312 |
msgid "All"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: bws_menu.php:653
|
316 |
#, fuzzy
|
317 |
msgid "Installed"
|
318 |
msgstr "Instalacija %s"
|
319 |
|
320 |
+
#: bws_menu.php:654
|
321 |
#, fuzzy
|
322 |
msgid "Recommended"
|
323 |
msgstr "Preporučeni moduli"
|
324 |
|
325 |
+
#: bws_menu.php:676
|
326 |
+
#: bws_menu.php:704
|
327 |
+
#: bws_menu.php:726
|
328 |
+
#: bws_menu.php:754
|
329 |
+
#: bws_menu.php:795
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
#, fuzzy
|
331 |
msgid "Learn more"
|
332 |
msgstr "Pročitaj više"
|
333 |
|
334 |
+
#: bws_menu.php:694
|
335 |
+
#: bws_menu.php:744
|
336 |
+
#: bws_menu.php:785
|
337 |
msgid "Go"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: bws_menu.php:698
|
341 |
+
#: bws_menu.php:748
|
342 |
+
#: bws_menu.php:789
|
343 |
msgid "DONATE"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: bws_menu.php:728
|
347 |
+
#: bws_menu.php:756
|
348 |
#, fuzzy
|
349 |
msgid "Activate this plugin"
|
350 |
msgstr "Aktivirani moduli"
|
351 |
|
352 |
+
#: bws_menu.php:728
|
353 |
+
#: bws_menu.php:756
|
354 |
#, fuzzy
|
355 |
msgid "Activate"
|
356 |
msgstr "Aktivirani moduli"
|
357 |
|
358 |
+
#: bws_menu.php:797
|
|
|
|
|
|
|
|
|
|
|
359 |
#, fuzzy
|
360 |
msgid "Install now"
|
361 |
msgstr "Instalacija %s"
|
362 |
|
363 |
+
#: bws_menu.php:819
|
364 |
msgid "Try again"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: bws_menu.php:836
|
368 |
#, php-format
|
369 |
msgid "Preview “%s”"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: bws_menu.php:867
|
373 |
#, fuzzy
|
374 |
msgid "Install Now"
|
375 |
msgstr "Instalacija %s"
|
376 |
|
377 |
+
#: bws_menu.php:870
|
378 |
#, php-format
|
379 |
msgid "Update to version %s"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: bws_menu.php:870
|
383 |
#, fuzzy
|
384 |
msgid "Update"
|
385 |
msgstr "date"
|
386 |
|
387 |
+
#: bws_menu.php:877
|
388 |
#, php-format
|
389 |
msgid "Preview %s"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: bws_menu.php:877
|
393 |
msgid "Preview"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: bws_menu.php:884
|
397 |
#, php-format
|
398 |
msgid "By %s"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: bws_menu.php:890
|
402 |
msgid "Details"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#, fuzzy
|
406 |
+
#~ msgid "installed"
|
407 |
+
#~ msgstr "Instalacija %s"
|
408 |
+
|
409 |
#~ msgid ""
|
410 |
#~ "The following files \"gallery-template.php\" and \"gallery-single-"
|
411 |
#~ "template.php\" were not found in the directory of your theme. Please copy "
|
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: 2014-01-
|
6 |
-
"PO-Revision-Date: 2014-01-
|
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,393 +16,388 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_menu.php:
|
20 |
msgid "Not set"
|
21 |
msgstr "Inte angiven"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:
|
25 |
msgid "On"
|
26 |
msgstr "På"
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:
|
30 |
msgid "Off"
|
31 |
msgstr "Av"
|
32 |
|
33 |
-
#: bws_menu.php:343
|
34 |
-
#: bws_menu.php:347
|
35 |
#: bws_menu.php:351
|
36 |
#: bws_menu.php:355
|
37 |
#: bws_menu.php:359
|
38 |
-
#: bws_menu.php:
|
|
|
|
|
39 |
msgid "N/A"
|
40 |
msgstr "Finns ej"
|
41 |
|
42 |
-
#: bws_menu.php:
|
43 |
msgid " Mb"
|
44 |
msgstr " Mb"
|
45 |
|
46 |
-
#: bws_menu.php:361
|
47 |
-
#: bws_menu.php:365
|
48 |
#: bws_menu.php:369
|
49 |
-
#: bws_menu.php:
|
|
|
|
|
50 |
msgid "Yes"
|
51 |
msgstr "Ja"
|
52 |
|
53 |
-
#: bws_menu.php:363
|
54 |
-
#: bws_menu.php:367
|
55 |
#: bws_menu.php:371
|
56 |
-
#: bws_menu.php:
|
|
|
|
|
57 |
msgid "No"
|
58 |
msgstr "Nej"
|
59 |
|
60 |
-
#: bws_menu.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr "Operativsystem"
|
63 |
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "Server"
|
66 |
msgstr "Server"
|
67 |
|
68 |
-
#: bws_menu.php:
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Minnesanvändning"
|
71 |
|
72 |
-
#: bws_menu.php:
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "MySQL-version"
|
75 |
|
76 |
-
#: bws_menu.php:
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "SQL-läge"
|
79 |
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "PHP Version"
|
82 |
msgstr "PHP-version"
|
83 |
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP säkert läge"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP tillåt URL fopen"
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "PHP Minnesgräns"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "PHP Max uppladdningstorlek"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "PHP Max poststorlek"
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "PHP Max skriptexekverinstid"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "PHP Exifstöd"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "PHP ITPC-stöd"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "PHP XML-stöd"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "Site URL"
|
122 |
msgstr "SajtURL"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Home URL"
|
126 |
msgstr "HemURL"
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "WordPress-version"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "WordPress-DB-version"
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Multisite"
|
138 |
msgstr "Multisajt"
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Aktivt tema"
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Var god ange en giltig epost-adress."
|
147 |
|
148 |
-
#: bws_menu.php:
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "Epost med systeminfo är skickat till"
|
151 |
|
152 |
-
#: bws_menu.php:
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Tack för att du kontaktade oss."
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Ledsen, eposten kunde inte levereras."
|
159 |
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "Switch to new interface"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Pro plugins"
|
166 |
msgstr "Betaltillägg"
|
167 |
|
168 |
-
#: bws_menu.php:
|
169 |
-
#: bws_menu.php:
|
170 |
msgid "Activated plugins"
|
171 |
msgstr "Aktiverade tillägg"
|
172 |
|
173 |
-
#: bws_menu.php:492
|
174 |
#: bws_menu.php:500
|
175 |
#: bws_menu.php:508
|
176 |
-
#: bws_menu.php:
|
177 |
#: bws_menu.php:526
|
178 |
#: bws_menu.php:534
|
179 |
-
#: bws_menu.php:
|
180 |
-
#: bws_menu.php:
|
181 |
#: bws_menu.php:559
|
|
|
182 |
msgid "Read more"
|
183 |
msgstr "Läs mer"
|
184 |
|
185 |
-
#: bws_menu.php:
|
186 |
-
#: bws_menu.php:
|
187 |
-
#: bws_menu.php:
|
188 |
-
#: bws_menu.php:
|
189 |
msgid "Settings"
|
190 |
msgstr "Inställningar"
|
191 |
|
192 |
-
#: bws_menu.php:
|
193 |
-
#: bws_menu.php:
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "Installerade tillägg"
|
197 |
|
198 |
-
#: bws_menu.php:
|
199 |
-
#: bws_menu.php:
|
200 |
-
#: bws_menu.php:
|
201 |
msgid "Recommended plugins"
|
202 |
msgstr "Rekommenderade tillägg"
|
203 |
|
204 |
-
#: bws_menu.php:
|
205 |
msgid "Purchase"
|
206 |
msgstr "Köp"
|
207 |
|
208 |
-
#: bws_menu.php:
|
209 |
msgid "Free plugins"
|
210 |
msgstr "Gratis tillägg"
|
211 |
|
212 |
-
#: bws_menu.php:
|
213 |
-
#: bws_menu.php:
|
214 |
msgid "Download"
|
215 |
msgstr "Hämta"
|
216 |
|
217 |
-
#: bws_menu.php:
|
218 |
-
#: bws_menu.php:
|
219 |
-
#: bws_menu.php:
|
220 |
#, php-format
|
221 |
msgid "Install %s"
|
222 |
msgstr "Installera %s"
|
223 |
|
224 |
-
#: bws_menu.php:
|
225 |
-
#: bws_menu.php:
|
226 |
msgid "Install now from wordpress.org"
|
227 |
msgstr "Installera nu från wordpress.org"
|
228 |
|
229 |
-
#: bws_menu.php:
|
230 |
msgid "Free themes"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: bws_menu.php:
|
234 |
#, fuzzy
|
235 |
msgid "Activated theme"
|
236 |
msgstr "Aktivt tema"
|
237 |
|
238 |
-
#: bws_menu.php:
|
239 |
#, php-format
|
240 |
msgid "Customize “%s”"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: bws_menu.php:
|
244 |
msgid "Customize"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: bws_menu.php:
|
248 |
#, fuzzy
|
249 |
msgid "Installed themes"
|
250 |
msgstr "Installera %s"
|
251 |
|
252 |
-
#: bws_menu.php:
|
253 |
#, fuzzy
|
254 |
msgid "Recommended themes"
|
255 |
msgstr "Rekommenderade tillägg"
|
256 |
|
257 |
-
#: bws_menu.php:
|
258 |
msgid "If you have any questions, please contact us via"
|
259 |
msgstr "Om du har några frågor, kontakta oss via"
|
260 |
|
261 |
-
#: bws_menu.php:
|
262 |
-
#: bws_menu.php:
|
263 |
-
#: bws_menu.php:
|
264 |
msgid "System status"
|
265 |
msgstr "Systemstatus"
|
266 |
|
267 |
-
#: bws_menu.php:
|
268 |
-
#: bws_menu.php:
|
269 |
msgid "Environment"
|
270 |
msgstr "Miljövariabler"
|
271 |
|
272 |
-
#: bws_menu.php:
|
273 |
-
#: bws_menu.php:
|
274 |
msgid "Active Plugins"
|
275 |
msgstr "Aktiverade tillägg"
|
276 |
|
277 |
-
#: bws_menu.php:
|
278 |
-
#: bws_menu.php:
|
279 |
msgid "Inactive Plugins"
|
280 |
msgstr "Inaktiverade tillägg"
|
281 |
|
282 |
-
#: bws_menu.php:
|
283 |
-
#: bws_menu.php:
|
284 |
msgid "Send to support"
|
285 |
msgstr "Skicka till support"
|
286 |
|
287 |
-
#: bws_menu.php:
|
288 |
-
#: bws_menu.php:
|
289 |
msgid "Send to custom email »"
|
290 |
msgstr "Skicka till anpassad epost »"
|
291 |
|
292 |
-
#: bws_menu.php:
|
293 |
msgid "Switch to old interface"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: bws_menu.php:
|
297 |
#, fuzzy
|
298 |
msgid "Plugins"
|
299 |
msgstr "Betaltillägg"
|
300 |
|
301 |
-
#: bws_menu.php:
|
302 |
msgid "Themes"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: bws_menu.php:
|
306 |
msgid "All"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: bws_menu.php:
|
310 |
#, fuzzy
|
311 |
msgid "Installed"
|
312 |
msgstr "Installera %s"
|
313 |
|
314 |
-
#: bws_menu.php:
|
315 |
#, fuzzy
|
316 |
msgid "Recommended"
|
317 |
msgstr "Rekommenderade tillägg"
|
318 |
|
319 |
-
#: bws_menu.php:
|
320 |
-
#: bws_menu.php:
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
#: bws_menu.php:671
|
326 |
-
#: bws_menu.php:699
|
327 |
-
#: bws_menu.php:724
|
328 |
-
#: bws_menu.php:752
|
329 |
-
#: bws_menu.php:793
|
330 |
#, fuzzy
|
331 |
msgid "Learn more"
|
332 |
msgstr "Läs mer"
|
333 |
|
334 |
-
#: bws_menu.php:
|
335 |
-
#: bws_menu.php:
|
336 |
-
#: bws_menu.php:
|
337 |
msgid "Go"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: bws_menu.php:
|
|
|
|
|
341 |
msgid "DONATE"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: bws_menu.php:
|
345 |
-
#: bws_menu.php:
|
346 |
#, fuzzy
|
347 |
msgid "Activate this plugin"
|
348 |
msgstr "Aktiverade tillägg"
|
349 |
|
350 |
-
#: bws_menu.php:
|
351 |
-
#: bws_menu.php:
|
352 |
#, fuzzy
|
353 |
msgid "Activate"
|
354 |
msgstr "Aktiverade tillägg"
|
355 |
|
356 |
-
#: bws_menu.php:
|
357 |
-
#: bws_menu.php:787
|
358 |
-
msgid "Donate"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: bws_menu.php:795
|
362 |
#, fuzzy
|
363 |
msgid "Install now"
|
364 |
msgstr "Установить сейчас"
|
365 |
|
366 |
-
#: bws_menu.php:
|
367 |
msgid "Try again"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: bws_menu.php:
|
371 |
#, php-format
|
372 |
msgid "Preview “%s”"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: bws_menu.php:
|
376 |
msgid "Install Now"
|
377 |
msgstr "Установить сейчас"
|
378 |
|
379 |
-
#: bws_menu.php:
|
380 |
#, php-format
|
381 |
msgid "Update to version %s"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: bws_menu.php:
|
385 |
msgid "Update"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: bws_menu.php:
|
389 |
#, php-format
|
390 |
msgid "Preview %s"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: bws_menu.php:
|
394 |
msgid "Preview"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: bws_menu.php:
|
398 |
#, php-format
|
399 |
msgid "By %s"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: bws_menu.php:
|
403 |
msgid "Details"
|
404 |
msgstr ""
|
405 |
|
|
|
|
|
|
|
|
|
406 |
#~ msgid "Login form"
|
407 |
#~ msgstr "Inloggningsformulär"
|
408 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-17 12:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-17 12:14+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
9 |
"Language: sv_SE\n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_menu.php:339
|
20 |
msgid "Not set"
|
21 |
msgstr "Inte angiven"
|
22 |
|
23 |
+
#: bws_menu.php:341
|
24 |
+
#: bws_menu.php:345
|
25 |
msgid "On"
|
26 |
msgstr "På"
|
27 |
|
28 |
+
#: bws_menu.php:343
|
29 |
+
#: bws_menu.php:347
|
30 |
msgid "Off"
|
31 |
msgstr "Av"
|
32 |
|
|
|
|
|
33 |
#: bws_menu.php:351
|
34 |
#: bws_menu.php:355
|
35 |
#: bws_menu.php:359
|
36 |
+
#: bws_menu.php:363
|
37 |
+
#: bws_menu.php:367
|
38 |
+
#: bws_menu.php:393
|
39 |
msgid "N/A"
|
40 |
msgstr "Finns ej"
|
41 |
|
42 |
+
#: bws_menu.php:365
|
43 |
msgid " Mb"
|
44 |
msgstr " Mb"
|
45 |
|
|
|
|
|
46 |
#: bws_menu.php:369
|
47 |
+
#: bws_menu.php:373
|
48 |
+
#: bws_menu.php:377
|
49 |
+
#: bws_menu.php:388
|
50 |
msgid "Yes"
|
51 |
msgstr "Ja"
|
52 |
|
|
|
|
|
53 |
#: bws_menu.php:371
|
54 |
+
#: bws_menu.php:375
|
55 |
+
#: bws_menu.php:379
|
56 |
+
#: bws_menu.php:390
|
57 |
msgid "No"
|
58 |
msgstr "Nej"
|
59 |
|
60 |
+
#: bws_menu.php:404
|
61 |
msgid "Operating System"
|
62 |
msgstr "Operativsystem"
|
63 |
|
64 |
+
#: bws_menu.php:405
|
65 |
msgid "Server"
|
66 |
msgstr "Server"
|
67 |
|
68 |
+
#: bws_menu.php:406
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Minnesanvändning"
|
71 |
|
72 |
+
#: bws_menu.php:407
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "MySQL-version"
|
75 |
|
76 |
+
#: bws_menu.php:408
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "SQL-läge"
|
79 |
|
80 |
+
#: bws_menu.php:409
|
81 |
msgid "PHP Version"
|
82 |
msgstr "PHP-version"
|
83 |
|
84 |
+
#: bws_menu.php:410
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP säkert läge"
|
87 |
|
88 |
+
#: bws_menu.php:411
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP tillåt URL fopen"
|
91 |
|
92 |
+
#: bws_menu.php:412
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "PHP Minnesgräns"
|
95 |
|
96 |
+
#: bws_menu.php:413
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "PHP Max uppladdningstorlek"
|
99 |
|
100 |
+
#: bws_menu.php:414
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "PHP Max poststorlek"
|
103 |
|
104 |
+
#: bws_menu.php:415
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "PHP Max skriptexekverinstid"
|
107 |
|
108 |
+
#: bws_menu.php:416
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "PHP Exifstöd"
|
111 |
|
112 |
+
#: bws_menu.php:417
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "PHP ITPC-stöd"
|
115 |
|
116 |
+
#: bws_menu.php:418
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "PHP XML-stöd"
|
119 |
|
120 |
+
#: bws_menu.php:419
|
121 |
msgid "Site URL"
|
122 |
msgstr "SajtURL"
|
123 |
|
124 |
+
#: bws_menu.php:420
|
125 |
msgid "Home URL"
|
126 |
msgstr "HemURL"
|
127 |
|
128 |
+
#: bws_menu.php:421
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "WordPress-version"
|
131 |
|
132 |
+
#: bws_menu.php:422
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "WordPress-DB-version"
|
135 |
|
136 |
+
#: bws_menu.php:423
|
137 |
msgid "Multisite"
|
138 |
msgstr "Multisajt"
|
139 |
|
140 |
+
#: bws_menu.php:424
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Aktivt tema"
|
143 |
|
144 |
+
#: bws_menu.php:440
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Var god ange en giltig epost-adress."
|
147 |
|
148 |
+
#: bws_menu.php:444
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "Epost med systeminfo är skickat till"
|
151 |
|
152 |
+
#: bws_menu.php:448
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Tack för att du kontaktade oss."
|
155 |
|
156 |
+
#: bws_menu.php:476
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Ledsen, eposten kunde inte levereras."
|
159 |
|
160 |
+
#: bws_menu.php:488
|
161 |
msgid "Switch to new interface"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: bws_menu.php:495
|
165 |
msgid "Pro plugins"
|
166 |
msgstr "Betaltillägg"
|
167 |
|
168 |
+
#: bws_menu.php:498
|
169 |
+
#: bws_menu.php:524
|
170 |
msgid "Activated plugins"
|
171 |
msgstr "Aktiverade tillägg"
|
172 |
|
|
|
173 |
#: bws_menu.php:500
|
174 |
#: bws_menu.php:508
|
175 |
+
#: bws_menu.php:516
|
176 |
#: bws_menu.php:526
|
177 |
#: bws_menu.php:534
|
178 |
+
#: bws_menu.php:542
|
179 |
+
#: bws_menu.php:552
|
180 |
#: bws_menu.php:559
|
181 |
+
#: bws_menu.php:567
|
182 |
msgid "Read more"
|
183 |
msgstr "Läs mer"
|
184 |
|
185 |
+
#: bws_menu.php:500
|
186 |
+
#: bws_menu.php:526
|
187 |
+
#: bws_menu.php:678
|
188 |
+
#: bws_menu.php:706
|
189 |
msgid "Settings"
|
190 |
msgstr "Inställningar"
|
191 |
|
192 |
+
#: bws_menu.php:506
|
193 |
+
#: bws_menu.php:532
|
194 |
+
#: bws_menu.php:658
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "Installerade tillägg"
|
197 |
|
198 |
+
#: bws_menu.php:514
|
199 |
+
#: bws_menu.php:540
|
200 |
+
#: bws_menu.php:765
|
201 |
msgid "Recommended plugins"
|
202 |
msgstr "Rekommenderade tillägg"
|
203 |
|
204 |
+
#: bws_menu.php:516
|
205 |
msgid "Purchase"
|
206 |
msgstr "Köp"
|
207 |
|
208 |
+
#: bws_menu.php:521
|
209 |
msgid "Free plugins"
|
210 |
msgstr "Gratis tillägg"
|
211 |
|
212 |
+
#: bws_menu.php:542
|
213 |
+
#: bws_menu.php:567
|
214 |
msgid "Download"
|
215 |
msgstr "Hämta"
|
216 |
|
217 |
+
#: bws_menu.php:542
|
218 |
+
#: bws_menu.php:567
|
219 |
+
#: bws_menu.php:867
|
220 |
#, php-format
|
221 |
msgid "Install %s"
|
222 |
msgstr "Installera %s"
|
223 |
|
224 |
+
#: bws_menu.php:542
|
225 |
+
#: bws_menu.php:567
|
226 |
msgid "Install now from wordpress.org"
|
227 |
msgstr "Installera nu från wordpress.org"
|
228 |
|
229 |
+
#: bws_menu.php:548
|
230 |
msgid "Free themes"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: bws_menu.php:551
|
234 |
#, fuzzy
|
235 |
msgid "Activated theme"
|
236 |
msgstr "Aktivt tema"
|
237 |
|
238 |
+
#: bws_menu.php:552
|
239 |
#, php-format
|
240 |
msgid "Customize “%s”"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: bws_menu.php:552
|
244 |
msgid "Customize"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: bws_menu.php:557
|
248 |
#, fuzzy
|
249 |
msgid "Installed themes"
|
250 |
msgstr "Installera %s"
|
251 |
|
252 |
+
#: bws_menu.php:565
|
253 |
#, fuzzy
|
254 |
msgid "Recommended themes"
|
255 |
msgstr "Rekommenderade tillägg"
|
256 |
|
257 |
+
#: bws_menu.php:573
|
258 |
msgid "If you have any questions, please contact us via"
|
259 |
msgstr "Om du har några frågor, kontakta oss via"
|
260 |
|
261 |
+
#: bws_menu.php:580
|
262 |
+
#: bws_menu.php:648
|
263 |
+
#: bws_menu.php:903
|
264 |
msgid "System status"
|
265 |
msgstr "Systemstatus"
|
266 |
|
267 |
+
#: bws_menu.php:584
|
268 |
+
#: bws_menu.php:906
|
269 |
msgid "Environment"
|
270 |
msgstr "Miljövariabler"
|
271 |
|
272 |
+
#: bws_menu.php:595
|
273 |
+
#: bws_menu.php:917
|
274 |
msgid "Active Plugins"
|
275 |
msgstr "Aktiverade tillägg"
|
276 |
|
277 |
+
#: bws_menu.php:606
|
278 |
+
#: bws_menu.php:928
|
279 |
msgid "Inactive Plugins"
|
280 |
msgstr "Inaktiverade tillägg"
|
281 |
|
282 |
+
#: bws_menu.php:620
|
283 |
+
#: bws_menu.php:942
|
284 |
msgid "Send to support"
|
285 |
msgstr "Skicka till support"
|
286 |
|
287 |
+
#: bws_menu.php:627
|
288 |
+
#: bws_menu.php:949
|
289 |
msgid "Send to custom email »"
|
290 |
msgstr "Skicka till anpassad epost »"
|
291 |
|
292 |
+
#: bws_menu.php:638
|
293 |
msgid "Switch to old interface"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: bws_menu.php:644
|
297 |
#, fuzzy
|
298 |
msgid "Plugins"
|
299 |
msgstr "Betaltillägg"
|
300 |
|
301 |
+
#: bws_menu.php:646
|
302 |
msgid "Themes"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: bws_menu.php:652
|
306 |
msgid "All"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: bws_menu.php:653
|
310 |
#, fuzzy
|
311 |
msgid "Installed"
|
312 |
msgstr "Installera %s"
|
313 |
|
314 |
+
#: bws_menu.php:654
|
315 |
#, fuzzy
|
316 |
msgid "Recommended"
|
317 |
msgstr "Rekommenderade tillägg"
|
318 |
|
319 |
+
#: bws_menu.php:676
|
320 |
+
#: bws_menu.php:704
|
321 |
+
#: bws_menu.php:726
|
322 |
+
#: bws_menu.php:754
|
323 |
+
#: bws_menu.php:795
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
#, fuzzy
|
325 |
msgid "Learn more"
|
326 |
msgstr "Läs mer"
|
327 |
|
328 |
+
#: bws_menu.php:694
|
329 |
+
#: bws_menu.php:744
|
330 |
+
#: bws_menu.php:785
|
331 |
msgid "Go"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: bws_menu.php:698
|
335 |
+
#: bws_menu.php:748
|
336 |
+
#: bws_menu.php:789
|
337 |
msgid "DONATE"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: bws_menu.php:728
|
341 |
+
#: bws_menu.php:756
|
342 |
#, fuzzy
|
343 |
msgid "Activate this plugin"
|
344 |
msgstr "Aktiverade tillägg"
|
345 |
|
346 |
+
#: bws_menu.php:728
|
347 |
+
#: bws_menu.php:756
|
348 |
#, fuzzy
|
349 |
msgid "Activate"
|
350 |
msgstr "Aktiverade tillägg"
|
351 |
|
352 |
+
#: bws_menu.php:797
|
|
|
|
|
|
|
|
|
|
|
353 |
#, fuzzy
|
354 |
msgid "Install now"
|
355 |
msgstr "Установить сейчас"
|
356 |
|
357 |
+
#: bws_menu.php:819
|
358 |
msgid "Try again"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: bws_menu.php:836
|
362 |
#, php-format
|
363 |
msgid "Preview “%s”"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: bws_menu.php:867
|
367 |
msgid "Install Now"
|
368 |
msgstr "Установить сейчас"
|
369 |
|
370 |
+
#: bws_menu.php:870
|
371 |
#, php-format
|
372 |
msgid "Update to version %s"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: bws_menu.php:870
|
376 |
msgid "Update"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: bws_menu.php:877
|
380 |
#, php-format
|
381 |
msgid "Preview %s"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: bws_menu.php:877
|
385 |
msgid "Preview"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: bws_menu.php:884
|
389 |
#, php-format
|
390 |
msgid "By %s"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: bws_menu.php:890
|
394 |
msgid "Details"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#, fuzzy
|
398 |
+
#~ msgid "installed"
|
399 |
+
#~ msgstr "Installera %s"
|
400 |
+
|
401 |
#~ msgid "Login form"
|
402 |
#~ msgstr "Inloggningsformulär"
|
403 |
|
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: 2014-01-
|
6 |
-
"PO-Revision-Date: 2014-01-
|
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,393 +16,388 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_menu.php:
|
20 |
msgid "Not set"
|
21 |
msgstr "Не завдано"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:
|
25 |
msgid "On"
|
26 |
msgstr "Увімк."
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:
|
30 |
msgid "Off"
|
31 |
msgstr "Вимк."
|
32 |
|
33 |
-
#: bws_menu.php:343
|
34 |
-
#: bws_menu.php:347
|
35 |
#: bws_menu.php:351
|
36 |
#: bws_menu.php:355
|
37 |
#: bws_menu.php:359
|
38 |
-
#: bws_menu.php:
|
|
|
|
|
39 |
msgid "N/A"
|
40 |
msgstr "Невідомо"
|
41 |
|
42 |
-
#: bws_menu.php:
|
43 |
msgid " Mb"
|
44 |
msgstr "Mb"
|
45 |
|
46 |
-
#: bws_menu.php:361
|
47 |
-
#: bws_menu.php:365
|
48 |
#: bws_menu.php:369
|
49 |
-
#: bws_menu.php:
|
|
|
|
|
50 |
msgid "Yes"
|
51 |
msgstr "Так"
|
52 |
|
53 |
-
#: bws_menu.php:363
|
54 |
-
#: bws_menu.php:367
|
55 |
#: bws_menu.php:371
|
56 |
-
#: bws_menu.php:
|
|
|
|
|
57 |
msgid "No"
|
58 |
msgstr "Ні"
|
59 |
|
60 |
-
#: bws_menu.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr "Операційна система"
|
63 |
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "Server"
|
66 |
msgstr "Тип серверу"
|
67 |
|
68 |
-
#: bws_menu.php:
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Пам’яті використано"
|
71 |
|
72 |
-
#: bws_menu.php:
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "Версія MYSQL"
|
75 |
|
76 |
-
#: bws_menu.php:
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "Режим SQL"
|
79 |
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "PHP Version"
|
82 |
msgstr "Версія PHP"
|
83 |
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Безпечний режим"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "Ліміт пам’яті"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "Макс. розмір файлу, що завантажується"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "Макс. розмір запису"
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "Макс. час виконання сценарію"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "Підтримка PHP Exif"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "Підтримка PHP IPTC"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "Підтримка PHP XML"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "Site URL"
|
122 |
msgstr "Адреса сайту"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Home URL"
|
126 |
msgstr "Основна адреса сайту"
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "Версія WordPress"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "Версія бази даних WordPress"
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Multisite"
|
138 |
msgstr "Мультиблог"
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Поточна тема"
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Будь ласка, введіть коректну електронну адресу."
|
147 |
|
148 |
-
#: bws_menu.php:
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "Електронній лист з системною інформацією відправлено на"
|
151 |
|
152 |
-
#: bws_menu.php:
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Дякуємо, що звернулися до нас."
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Вибачте, ваше електронне повідомлення не може бути відправлено"
|
159 |
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "Switch to new interface"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Pro plugins"
|
166 |
msgstr "Плагіни про-версії"
|
167 |
|
168 |
-
#: bws_menu.php:
|
169 |
-
#: bws_menu.php:
|
170 |
msgid "Activated plugins"
|
171 |
msgstr "Активовані плагіни"
|
172 |
|
173 |
-
#: bws_menu.php:492
|
174 |
#: bws_menu.php:500
|
175 |
#: bws_menu.php:508
|
176 |
-
#: bws_menu.php:
|
177 |
#: bws_menu.php:526
|
178 |
#: bws_menu.php:534
|
179 |
-
#: bws_menu.php:
|
180 |
-
#: bws_menu.php:
|
181 |
#: bws_menu.php:559
|
|
|
182 |
msgid "Read more"
|
183 |
msgstr "Детальніше..."
|
184 |
|
185 |
-
#: bws_menu.php:
|
186 |
-
#: bws_menu.php:
|
187 |
-
#: bws_menu.php:
|
188 |
-
#: bws_menu.php:
|
189 |
msgid "Settings"
|
190 |
msgstr "Установки"
|
191 |
|
192 |
-
#: bws_menu.php:
|
193 |
-
#: bws_menu.php:
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "Установлені плагіни"
|
197 |
|
198 |
-
#: bws_menu.php:
|
199 |
-
#: bws_menu.php:
|
200 |
-
#: bws_menu.php:
|
201 |
msgid "Recommended plugins"
|
202 |
msgstr "Рекомендовані до установки плагіни"
|
203 |
|
204 |
-
#: bws_menu.php:
|
205 |
msgid "Purchase"
|
206 |
msgstr "Купити"
|
207 |
|
208 |
-
#: bws_menu.php:
|
209 |
msgid "Free plugins"
|
210 |
msgstr "Безкоштовні плагіни"
|
211 |
|
212 |
-
#: bws_menu.php:
|
213 |
-
#: bws_menu.php:
|
214 |
msgid "Download"
|
215 |
msgstr "Завантажити"
|
216 |
|
217 |
-
#: bws_menu.php:
|
218 |
-
#: bws_menu.php:
|
219 |
-
#: bws_menu.php:
|
220 |
#, php-format
|
221 |
msgid "Install %s"
|
222 |
msgstr "Установлено %s"
|
223 |
|
224 |
-
#: bws_menu.php:
|
225 |
-
#: bws_menu.php:
|
226 |
msgid "Install now from wordpress.org"
|
227 |
msgstr "Установити з wordpress.org"
|
228 |
|
229 |
-
#: bws_menu.php:
|
230 |
msgid "Free themes"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: bws_menu.php:
|
234 |
#, fuzzy
|
235 |
msgid "Activated theme"
|
236 |
msgstr "Поточна тема"
|
237 |
|
238 |
-
#: bws_menu.php:
|
239 |
#, php-format
|
240 |
msgid "Customize “%s”"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: bws_menu.php:
|
244 |
msgid "Customize"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: bws_menu.php:
|
248 |
#, fuzzy
|
249 |
msgid "Installed themes"
|
250 |
msgstr "Установлено %s"
|
251 |
|
252 |
-
#: bws_menu.php:
|
253 |
#, fuzzy
|
254 |
msgid "Recommended themes"
|
255 |
msgstr "Рекомендовані до установки плагіни"
|
256 |
|
257 |
-
#: bws_menu.php:
|
258 |
msgid "If you have any questions, please contact us via"
|
259 |
msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
|
260 |
|
261 |
-
#: bws_menu.php:
|
262 |
-
#: bws_menu.php:
|
263 |
-
#: bws_menu.php:
|
264 |
msgid "System status"
|
265 |
msgstr "Системна інформація"
|
266 |
|
267 |
-
#: bws_menu.php:
|
268 |
-
#: bws_menu.php:
|
269 |
msgid "Environment"
|
270 |
msgstr "Системне оточення"
|
271 |
|
272 |
-
#: bws_menu.php:
|
273 |
-
#: bws_menu.php:
|
274 |
msgid "Active Plugins"
|
275 |
msgstr "Активовані плагіни"
|
276 |
|
277 |
-
#: bws_menu.php:
|
278 |
-
#: bws_menu.php:
|
279 |
msgid "Inactive Plugins"
|
280 |
msgstr "Неактивовані плагіни"
|
281 |
|
282 |
-
#: bws_menu.php:
|
283 |
-
#: bws_menu.php:
|
284 |
msgid "Send to support"
|
285 |
msgstr "Відправити до служби тех. підтримки"
|
286 |
|
287 |
-
#: bws_menu.php:
|
288 |
-
#: bws_menu.php:
|
289 |
msgid "Send to custom email »"
|
290 |
msgstr "Відправити на електронну адресу »"
|
291 |
|
292 |
-
#: bws_menu.php:
|
293 |
msgid "Switch to old interface"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: bws_menu.php:
|
297 |
#, fuzzy
|
298 |
msgid "Plugins"
|
299 |
msgstr "Плагіни про-версії"
|
300 |
|
301 |
-
#: bws_menu.php:
|
302 |
msgid "Themes"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: bws_menu.php:
|
306 |
msgid "All"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: bws_menu.php:
|
310 |
#, fuzzy
|
311 |
msgid "Installed"
|
312 |
msgstr "Установлено %s"
|
313 |
|
314 |
-
#: bws_menu.php:
|
315 |
#, fuzzy
|
316 |
msgid "Recommended"
|
317 |
msgstr "Рекомендовані до установки плагіни"
|
318 |
|
319 |
-
#: bws_menu.php:
|
320 |
-
#: bws_menu.php:
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
#: bws_menu.php:671
|
326 |
-
#: bws_menu.php:699
|
327 |
-
#: bws_menu.php:724
|
328 |
-
#: bws_menu.php:752
|
329 |
-
#: bws_menu.php:793
|
330 |
#, fuzzy
|
331 |
msgid "Learn more"
|
332 |
msgstr "Детальніше..."
|
333 |
|
334 |
-
#: bws_menu.php:
|
335 |
-
#: bws_menu.php:
|
336 |
-
#: bws_menu.php:
|
337 |
msgid "Go"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: bws_menu.php:
|
|
|
|
|
341 |
msgid "DONATE"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: bws_menu.php:
|
345 |
-
#: bws_menu.php:
|
346 |
#, fuzzy
|
347 |
msgid "Activate this plugin"
|
348 |
msgstr "Активовані плагіни"
|
349 |
|
350 |
-
#: bws_menu.php:
|
351 |
-
#: bws_menu.php:
|
352 |
#, fuzzy
|
353 |
msgid "Activate"
|
354 |
msgstr "Активовані плагіни"
|
355 |
|
356 |
-
#: bws_menu.php:
|
357 |
-
#: bws_menu.php:787
|
358 |
-
msgid "Donate"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: bws_menu.php:795
|
362 |
#, fuzzy
|
363 |
msgid "Install now"
|
364 |
-
msgstr "Установить
|
365 |
|
366 |
-
#: bws_menu.php:
|
367 |
msgid "Try again"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: bws_menu.php:
|
371 |
#, php-format
|
372 |
msgid "Preview “%s”"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: bws_menu.php:
|
376 |
msgid "Install Now"
|
377 |
-
msgstr "Установить
|
378 |
|
379 |
-
#: bws_menu.php:
|
380 |
#, php-format
|
381 |
msgid "Update to version %s"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: bws_menu.php:
|
385 |
msgid "Update"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: bws_menu.php:
|
389 |
#, php-format
|
390 |
msgid "Preview %s"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: bws_menu.php:
|
394 |
msgid "Preview"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: bws_menu.php:
|
398 |
#, php-format
|
399 |
msgid "By %s"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: bws_menu.php:
|
403 |
msgid "Details"
|
404 |
msgstr ""
|
405 |
|
|
|
|
|
|
|
|
|
406 |
#~ msgid "Login form"
|
407 |
#~ msgstr "Форма логина"
|
408 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-17 12:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-17 12:14+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_menu.php:339
|
20 |
msgid "Not set"
|
21 |
msgstr "Не завдано"
|
22 |
|
23 |
+
#: bws_menu.php:341
|
24 |
+
#: bws_menu.php:345
|
25 |
msgid "On"
|
26 |
msgstr "Увімк."
|
27 |
|
28 |
+
#: bws_menu.php:343
|
29 |
+
#: bws_menu.php:347
|
30 |
msgid "Off"
|
31 |
msgstr "Вимк."
|
32 |
|
|
|
|
|
33 |
#: bws_menu.php:351
|
34 |
#: bws_menu.php:355
|
35 |
#: bws_menu.php:359
|
36 |
+
#: bws_menu.php:363
|
37 |
+
#: bws_menu.php:367
|
38 |
+
#: bws_menu.php:393
|
39 |
msgid "N/A"
|
40 |
msgstr "Невідомо"
|
41 |
|
42 |
+
#: bws_menu.php:365
|
43 |
msgid " Mb"
|
44 |
msgstr "Mb"
|
45 |
|
|
|
|
|
46 |
#: bws_menu.php:369
|
47 |
+
#: bws_menu.php:373
|
48 |
+
#: bws_menu.php:377
|
49 |
+
#: bws_menu.php:388
|
50 |
msgid "Yes"
|
51 |
msgstr "Так"
|
52 |
|
|
|
|
|
53 |
#: bws_menu.php:371
|
54 |
+
#: bws_menu.php:375
|
55 |
+
#: bws_menu.php:379
|
56 |
+
#: bws_menu.php:390
|
57 |
msgid "No"
|
58 |
msgstr "Ні"
|
59 |
|
60 |
+
#: bws_menu.php:404
|
61 |
msgid "Operating System"
|
62 |
msgstr "Операційна система"
|
63 |
|
64 |
+
#: bws_menu.php:405
|
65 |
msgid "Server"
|
66 |
msgstr "Тип серверу"
|
67 |
|
68 |
+
#: bws_menu.php:406
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Пам’яті використано"
|
71 |
|
72 |
+
#: bws_menu.php:407
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "Версія MYSQL"
|
75 |
|
76 |
+
#: bws_menu.php:408
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "Режим SQL"
|
79 |
|
80 |
+
#: bws_menu.php:409
|
81 |
msgid "PHP Version"
|
82 |
msgstr "Версія PHP"
|
83 |
|
84 |
+
#: bws_menu.php:410
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Безпечний режим"
|
87 |
|
88 |
+
#: bws_menu.php:411
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
+
#: bws_menu.php:412
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "Ліміт пам’яті"
|
95 |
|
96 |
+
#: bws_menu.php:413
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "Макс. розмір файлу, що завантажується"
|
99 |
|
100 |
+
#: bws_menu.php:414
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "Макс. розмір запису"
|
103 |
|
104 |
+
#: bws_menu.php:415
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "Макс. час виконання сценарію"
|
107 |
|
108 |
+
#: bws_menu.php:416
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "Підтримка PHP Exif"
|
111 |
|
112 |
+
#: bws_menu.php:417
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "Підтримка PHP IPTC"
|
115 |
|
116 |
+
#: bws_menu.php:418
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "Підтримка PHP XML"
|
119 |
|
120 |
+
#: bws_menu.php:419
|
121 |
msgid "Site URL"
|
122 |
msgstr "Адреса сайту"
|
123 |
|
124 |
+
#: bws_menu.php:420
|
125 |
msgid "Home URL"
|
126 |
msgstr "Основна адреса сайту"
|
127 |
|
128 |
+
#: bws_menu.php:421
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "Версія WordPress"
|
131 |
|
132 |
+
#: bws_menu.php:422
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "Версія бази даних WordPress"
|
135 |
|
136 |
+
#: bws_menu.php:423
|
137 |
msgid "Multisite"
|
138 |
msgstr "Мультиблог"
|
139 |
|
140 |
+
#: bws_menu.php:424
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Поточна тема"
|
143 |
|
144 |
+
#: bws_menu.php:440
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Будь ласка, введіть коректну електронну адресу."
|
147 |
|
148 |
+
#: bws_menu.php:444
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "Електронній лист з системною інформацією відправлено на"
|
151 |
|
152 |
+
#: bws_menu.php:448
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Дякуємо, що звернулися до нас."
|
155 |
|
156 |
+
#: bws_menu.php:476
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Вибачте, ваше електронне повідомлення не може бути відправлено"
|
159 |
|
160 |
+
#: bws_menu.php:488
|
161 |
msgid "Switch to new interface"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: bws_menu.php:495
|
165 |
msgid "Pro plugins"
|
166 |
msgstr "Плагіни про-версії"
|
167 |
|
168 |
+
#: bws_menu.php:498
|
169 |
+
#: bws_menu.php:524
|
170 |
msgid "Activated plugins"
|
171 |
msgstr "Активовані плагіни"
|
172 |
|
|
|
173 |
#: bws_menu.php:500
|
174 |
#: bws_menu.php:508
|
175 |
+
#: bws_menu.php:516
|
176 |
#: bws_menu.php:526
|
177 |
#: bws_menu.php:534
|
178 |
+
#: bws_menu.php:542
|
179 |
+
#: bws_menu.php:552
|
180 |
#: bws_menu.php:559
|
181 |
+
#: bws_menu.php:567
|
182 |
msgid "Read more"
|
183 |
msgstr "Детальніше..."
|
184 |
|
185 |
+
#: bws_menu.php:500
|
186 |
+
#: bws_menu.php:526
|
187 |
+
#: bws_menu.php:678
|
188 |
+
#: bws_menu.php:706
|
189 |
msgid "Settings"
|
190 |
msgstr "Установки"
|
191 |
|
192 |
+
#: bws_menu.php:506
|
193 |
+
#: bws_menu.php:532
|
194 |
+
#: bws_menu.php:658
|
195 |
msgid "Installed plugins"
|
196 |
msgstr "Установлені плагіни"
|
197 |
|
198 |
+
#: bws_menu.php:514
|
199 |
+
#: bws_menu.php:540
|
200 |
+
#: bws_menu.php:765
|
201 |
msgid "Recommended plugins"
|
202 |
msgstr "Рекомендовані до установки плагіни"
|
203 |
|
204 |
+
#: bws_menu.php:516
|
205 |
msgid "Purchase"
|
206 |
msgstr "Купити"
|
207 |
|
208 |
+
#: bws_menu.php:521
|
209 |
msgid "Free plugins"
|
210 |
msgstr "Безкоштовні плагіни"
|
211 |
|
212 |
+
#: bws_menu.php:542
|
213 |
+
#: bws_menu.php:567
|
214 |
msgid "Download"
|
215 |
msgstr "Завантажити"
|
216 |
|
217 |
+
#: bws_menu.php:542
|
218 |
+
#: bws_menu.php:567
|
219 |
+
#: bws_menu.php:867
|
220 |
#, php-format
|
221 |
msgid "Install %s"
|
222 |
msgstr "Установлено %s"
|
223 |
|
224 |
+
#: bws_menu.php:542
|
225 |
+
#: bws_menu.php:567
|
226 |
msgid "Install now from wordpress.org"
|
227 |
msgstr "Установити з wordpress.org"
|
228 |
|
229 |
+
#: bws_menu.php:548
|
230 |
msgid "Free themes"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: bws_menu.php:551
|
234 |
#, fuzzy
|
235 |
msgid "Activated theme"
|
236 |
msgstr "Поточна тема"
|
237 |
|
238 |
+
#: bws_menu.php:552
|
239 |
#, php-format
|
240 |
msgid "Customize “%s”"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: bws_menu.php:552
|
244 |
msgid "Customize"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: bws_menu.php:557
|
248 |
#, fuzzy
|
249 |
msgid "Installed themes"
|
250 |
msgstr "Установлено %s"
|
251 |
|
252 |
+
#: bws_menu.php:565
|
253 |
#, fuzzy
|
254 |
msgid "Recommended themes"
|
255 |
msgstr "Рекомендовані до установки плагіни"
|
256 |
|
257 |
+
#: bws_menu.php:573
|
258 |
msgid "If you have any questions, please contact us via"
|
259 |
msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
|
260 |
|
261 |
+
#: bws_menu.php:580
|
262 |
+
#: bws_menu.php:648
|
263 |
+
#: bws_menu.php:903
|
264 |
msgid "System status"
|
265 |
msgstr "Системна інформація"
|
266 |
|
267 |
+
#: bws_menu.php:584
|
268 |
+
#: bws_menu.php:906
|
269 |
msgid "Environment"
|
270 |
msgstr "Системне оточення"
|
271 |
|
272 |
+
#: bws_menu.php:595
|
273 |
+
#: bws_menu.php:917
|
274 |
msgid "Active Plugins"
|
275 |
msgstr "Активовані плагіни"
|
276 |
|
277 |
+
#: bws_menu.php:606
|
278 |
+
#: bws_menu.php:928
|
279 |
msgid "Inactive Plugins"
|
280 |
msgstr "Неактивовані плагіни"
|
281 |
|
282 |
+
#: bws_menu.php:620
|
283 |
+
#: bws_menu.php:942
|
284 |
msgid "Send to support"
|
285 |
msgstr "Відправити до служби тех. підтримки"
|
286 |
|
287 |
+
#: bws_menu.php:627
|
288 |
+
#: bws_menu.php:949
|
289 |
msgid "Send to custom email »"
|
290 |
msgstr "Відправити на електронну адресу »"
|
291 |
|
292 |
+
#: bws_menu.php:638
|
293 |
msgid "Switch to old interface"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: bws_menu.php:644
|
297 |
#, fuzzy
|
298 |
msgid "Plugins"
|
299 |
msgstr "Плагіни про-версії"
|
300 |
|
301 |
+
#: bws_menu.php:646
|
302 |
msgid "Themes"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: bws_menu.php:652
|
306 |
msgid "All"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: bws_menu.php:653
|
310 |
#, fuzzy
|
311 |
msgid "Installed"
|
312 |
msgstr "Установлено %s"
|
313 |
|
314 |
+
#: bws_menu.php:654
|
315 |
#, fuzzy
|
316 |
msgid "Recommended"
|
317 |
msgstr "Рекомендовані до установки плагіни"
|
318 |
|
319 |
+
#: bws_menu.php:676
|
320 |
+
#: bws_menu.php:704
|
321 |
+
#: bws_menu.php:726
|
322 |
+
#: bws_menu.php:754
|
323 |
+
#: bws_menu.php:795
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
#, fuzzy
|
325 |
msgid "Learn more"
|
326 |
msgstr "Детальніше..."
|
327 |
|
328 |
+
#: bws_menu.php:694
|
329 |
+
#: bws_menu.php:744
|
330 |
+
#: bws_menu.php:785
|
331 |
msgid "Go"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: bws_menu.php:698
|
335 |
+
#: bws_menu.php:748
|
336 |
+
#: bws_menu.php:789
|
337 |
msgid "DONATE"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: bws_menu.php:728
|
341 |
+
#: bws_menu.php:756
|
342 |
#, fuzzy
|
343 |
msgid "Activate this plugin"
|
344 |
msgstr "Активовані плагіни"
|
345 |
|
346 |
+
#: bws_menu.php:728
|
347 |
+
#: bws_menu.php:756
|
348 |
#, fuzzy
|
349 |
msgid "Activate"
|
350 |
msgstr "Активовані плагіни"
|
351 |
|
352 |
+
#: bws_menu.php:797
|
|
|
|
|
|
|
|
|
|
|
353 |
#, fuzzy
|
354 |
msgid "Install now"
|
355 |
+
msgstr "Установить"
|
356 |
|
357 |
+
#: bws_menu.php:819
|
358 |
msgid "Try again"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: bws_menu.php:836
|
362 |
#, php-format
|
363 |
msgid "Preview “%s”"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: bws_menu.php:867
|
367 |
msgid "Install Now"
|
368 |
+
msgstr "Установить"
|
369 |
|
370 |
+
#: bws_menu.php:870
|
371 |
#, php-format
|
372 |
msgid "Update to version %s"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: bws_menu.php:870
|
376 |
msgid "Update"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: bws_menu.php:877
|
380 |
#, php-format
|
381 |
msgid "Preview %s"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: bws_menu.php:877
|
385 |
msgid "Preview"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: bws_menu.php:884
|
389 |
#, php-format
|
390 |
msgid "By %s"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: bws_menu.php:890
|
394 |
msgid "Details"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#, fuzzy
|
398 |
+
#~ msgid "installed"
|
399 |
+
#~ msgstr "Установлено %s"
|
400 |
+
|
401 |
#~ msgid "Login form"
|
402 |
#~ msgstr "Форма логина"
|
403 |
|
google-sitemap-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Sitemap
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in Google Webmaster Tools account.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.8.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -60,12 +60,7 @@ if ( ! function_exists( 'gglstmp_sitemapcreate' ) ) {
|
|
60 |
$str .= "'" . $val . "'";
|
61 |
}
|
62 |
$xml = new DomDocument( '1.0', 'utf-8' );
|
63 |
-
|
64 |
-
if ( defined( 'WP_CONTENT_DIR' ) ) {
|
65 |
-
$xml_stylesheet_path = basename( WP_CONTENT_DIR ) . "/plugins/google-sitemap-plugin/sitemap.xsl";
|
66 |
-
} else {
|
67 |
-
$xml_stylesheet_path = "wp-content/plugins/google-sitemap-plugin/sitemap.xsl";
|
68 |
-
}
|
69 |
|
70 |
$xslt = $xml->createProcessingInstruction( 'xml-stylesheet', "type=\"text/xsl\" href=\"$xml_stylesheet_path\"" );
|
71 |
$xml->appendChild( $xslt );
|
@@ -92,7 +87,7 @@ if ( ! function_exists( 'gglstmp_sitemapcreate' ) ) {
|
|
92 |
}
|
93 |
|
94 |
if ( is_multisite() ) {
|
95 |
-
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', home_url() ) );
|
96 |
$xml->save( ABSPATH . 'sitemap_' . $home_url . '.xml' );
|
97 |
} else {
|
98 |
$xml->save( ABSPATH . 'sitemap.xml' );
|
@@ -145,7 +140,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
145 |
$plugin_info = get_plugin_data( __FILE__ );
|
146 |
|
147 |
if ( is_multisite() ) {
|
148 |
-
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', home_url() ) );
|
149 |
$url_sitemap = ABSPATH . "sitemap_" . $home_url .".xml";
|
150 |
} else {
|
151 |
$url_sitemap = ABSPATH . "sitemap.xml";
|
@@ -172,11 +167,11 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
172 |
$fp = fopen( ABSPATH . 'robots.txt', "a+" );
|
173 |
$flag = false;
|
174 |
while ( false !== ( $line = fgets( $fp ) ) ) {
|
175 |
-
if ( $line == "Sitemap: " . $url_home . "
|
176 |
$flag = true;
|
177 |
}
|
178 |
if ( ! $flag )
|
179 |
-
fwrite( $fp, "\nSitemap: " . $url_home . "
|
180 |
fclose ( $fp );
|
181 |
}
|
182 |
|
@@ -369,10 +364,10 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
369 |
<form action="admin.php?page=google-sitemap-plugin.php" method='post' id="gglstmp_auth" name="gglstmp_auth">
|
370 |
<?php /*=============================== Creating sitemap file ====================================*/
|
371 |
if ( file_exists( $url_sitemap ) ) {
|
372 |
-
echo
|
373 |
} else {
|
374 |
gglstmp_sitemapcreate();
|
375 |
-
echo
|
376 |
}
|
377 |
/*========================================== Recreating sitemap file ====================================*/
|
378 |
if ( is_multisite() ) {
|
@@ -396,7 +391,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
396 |
<?php } else { ?>
|
397 |
<tr valign="top">
|
398 |
<td colspan="2">
|
399 |
-
<label><input type='checkbox' name='gglstmp_checkbox' value="1" <?php if ( 1 == $gglstmp_robots ) echo 'checked="checked"'; ?> /> <?php _e( "I want to add sitemap file path in
|
400 |
</td>
|
401 |
</tr>
|
402 |
<?php } ?>
|
@@ -411,6 +406,35 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
411 |
<?php } ?>
|
412 |
</td>
|
413 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
414 |
<?php if ( ! function_exists( 'curl_init' ) ) { ?>
|
415 |
<tr valign="top">
|
416 |
<td colspan="2" class="gglstmppr_error">
|
@@ -559,10 +583,10 @@ if ( ! function_exists( 'gglstmp_robots_add_sitemap' ) ) {
|
|
559 |
$site_url = parse_url( site_url() );
|
560 |
$path = ( ! empty( $site_url['path'] ) ) ? $site_url['path'] : '';
|
561 |
if ( is_multisite() ) {
|
562 |
-
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', home_url() ) );
|
563 |
-
$output .= "Sitemap: " . $path . "
|
564 |
} else {
|
565 |
-
$output .= "Sitemap: " . $path . "
|
566 |
}
|
567 |
return $output;
|
568 |
}
|
@@ -742,13 +766,13 @@ if ( ! function_exists( 'gglstmp_add_sitemap' ) ) {
|
|
742 |
if ( is_multisite() ) {
|
743 |
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', home_url() ) );
|
744 |
$content = "<atom:entry xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:wt=\"http://schemas.google.com/webmasters/tools/2007\">"
|
745 |
-
."<atom:id>" . $url_home . "
|
746 |
."<atom:category scheme=\"http://schemas.google.com/g/2005#kind\" term=\"http://schemas.google.com/webmasters/tools/2007#sitemap-regular\"/>"
|
747 |
."<wt:sitemap-type>WEB</wt:sitemap-type>"
|
748 |
."</atom:entry>";
|
749 |
} else {
|
750 |
$content = "<atom:entry xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:wt=\"http://schemas.google.com/webmasters/tools/2007\">"
|
751 |
-
."<atom:id>" . $url_home . "
|
752 |
."<atom:category scheme=\"http://schemas.google.com/g/2005#kind\" term=\"http://schemas.google.com/webmasters/tools/2007#sitemap-regular\"/>"
|
753 |
."<wt:sitemap-type>WEB</wt:sitemap-type>"
|
754 |
."</atom:entry>";
|
@@ -800,8 +824,8 @@ if ( ! function_exists ( 'gglstmp_plugin_banner' ) ) {
|
|
800 |
if ( $hook_suffix == 'plugins.php' ) {
|
801 |
$banner_array = array(
|
802 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
803 |
-
array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
|
804 |
array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
|
|
|
805 |
array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
|
806 |
array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
|
807 |
array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
|
@@ -864,7 +888,7 @@ add_action( 'save_post', 'gglstmp_update_sitemap' );
|
|
864 |
add_action( 'trashed_post ', 'gglstmp_update_sitemap' );
|
865 |
|
866 |
if ( 1 == get_option( 'gglstmp_robots' ) )
|
867 |
-
add_filter('robots_txt', 'gglstmp_robots_add_sitemap', 10, 2 );
|
868 |
|
869 |
add_filter( 'plugin_action_links', 'gglstmp_action_links', 10, 2 );
|
870 |
add_filter( 'plugin_row_meta', 'gglstmp_links', 10, 2 );
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in Google Webmaster Tools account.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.8.7
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
60 |
$str .= "'" . $val . "'";
|
61 |
}
|
62 |
$xml = new DomDocument( '1.0', 'utf-8' );
|
63 |
+
$xml_stylesheet_path = plugins_url() . "/google-sitemap-plugin/sitemap.xsl";
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
$xslt = $xml->createProcessingInstruction( 'xml-stylesheet', "type=\"text/xsl\" href=\"$xml_stylesheet_path\"" );
|
66 |
$xml->appendChild( $xslt );
|
87 |
}
|
88 |
|
89 |
if ( is_multisite() ) {
|
90 |
+
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', str_replace( 'https://', '', home_url() ) ) );
|
91 |
$xml->save( ABSPATH . 'sitemap_' . $home_url . '.xml' );
|
92 |
} else {
|
93 |
$xml->save( ABSPATH . 'sitemap.xml' );
|
140 |
$plugin_info = get_plugin_data( __FILE__ );
|
141 |
|
142 |
if ( is_multisite() ) {
|
143 |
+
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', str_replace( 'https://', '', home_url() ) ) );
|
144 |
$url_sitemap = ABSPATH . "sitemap_" . $home_url .".xml";
|
145 |
} else {
|
146 |
$url_sitemap = ABSPATH . "sitemap.xml";
|
167 |
$fp = fopen( ABSPATH . 'robots.txt', "a+" );
|
168 |
$flag = false;
|
169 |
while ( false !== ( $line = fgets( $fp ) ) ) {
|
170 |
+
if ( $line == "Sitemap: " . $url_home . "sitemap.xml" )
|
171 |
$flag = true;
|
172 |
}
|
173 |
if ( ! $flag )
|
174 |
+
fwrite( $fp, "\nSitemap: " . $url_home . "sitemap.xml" );
|
175 |
fclose ( $fp );
|
176 |
}
|
177 |
|
364 |
<form action="admin.php?page=google-sitemap-plugin.php" method='post' id="gglstmp_auth" name="gglstmp_auth">
|
365 |
<?php /*=============================== Creating sitemap file ====================================*/
|
366 |
if ( file_exists( $url_sitemap ) ) {
|
367 |
+
echo '<p><a href="' . $url_home . 'sitemap.xml" target="_new">' . __( "The Sitemap file", 'sitemap' ) . "</a> " . __( "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file.", 'sitemap' ) . "</p>";
|
368 |
} else {
|
369 |
gglstmp_sitemapcreate();
|
370 |
+
echo '<p><a href="' . $url_home . 'sitemap.xml" target="_new">' . __( "Your Sitemap file", 'sitemap' ) . "</a> " . __( "is created in the site root directory.", 'sitemap' ) . "</p>";
|
371 |
}
|
372 |
/*========================================== Recreating sitemap file ====================================*/
|
373 |
if ( is_multisite() ) {
|
391 |
<?php } else { ?>
|
392 |
<tr valign="top">
|
393 |
<td colspan="2">
|
394 |
+
<label><input type='checkbox' name='gglstmp_checkbox' value="1" <?php if ( 1 == $gglstmp_robots ) echo 'checked="checked"'; ?> /> <?php _e( "I want to add sitemap file path in", 'sitemap' ); ?> <a href="<?php echo $url_home; ?>robots.txt" target="_new">robots.txt</a></label>
|
395 |
</td>
|
396 |
</tr>
|
397 |
<?php } ?>
|
406 |
<?php } ?>
|
407 |
</td>
|
408 |
</tr>
|
409 |
+
</table>
|
410 |
+
|
411 |
+
|
412 |
+
<table class="form-table bws_pro_version">
|
413 |
+
<tr valign="top">
|
414 |
+
<th><?php _e( 'XML Sitemap "Change Frequency" parameter', 'sitemap_pro' ); ?></th>
|
415 |
+
<td>
|
416 |
+
<select name="gglstmppr_sitemap_change_frequency">
|
417 |
+
<option value="always"><?php _e( 'Always', 'sitemap_pro' ); ?></option>
|
418 |
+
<option value="hourly"><?php _e( 'Hourly', 'sitemap_pro' ); ?></option>
|
419 |
+
<option value="daily"><?php _e( 'Daily', 'sitemap_pro' ); ?></option>
|
420 |
+
<option value="weekly"><?php _e( 'Weekly', 'sitemap_pro' ); ?></option>
|
421 |
+
<option value="monthly"><?php _e( 'Monthly', 'sitemap_pro' ); ?></option>
|
422 |
+
<option value="yearly"><?php _e( 'Yearly', 'sitemap_pro' ); ?></option>
|
423 |
+
<option value="never"><?php _e( 'Never', 'sitemap_pro' ); ?></option>
|
424 |
+
</select><br />
|
425 |
+
<span style="color: #888888;font-size: 10px;"><?php _e( 'This value is used in the sitemap file and provides general information to search engines. The sitemap itself is generated once and will be re-generated when you create or update any post or page.', 'sitemap_pro' ); ?></span>
|
426 |
+
</td>
|
427 |
+
</tr>
|
428 |
+
<tr class="bws_pro_version_tooltip">
|
429 |
+
<th scope="row" colspan="2">
|
430 |
+
<?php _e( 'This functionality is available in the Pro version of the plugin. For more details, please follow the link', 'sitemap' ); ?>
|
431 |
+
<a href="http://bestwebsoft.com/plugin/google-sitemap-pro/?k=28d4cf0b4ab6f56e703f46f60d34d039&pn=83&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Google Sitemap Pro">
|
432 |
+
Google Sitemap Pro
|
433 |
+
</a>
|
434 |
+
</th>
|
435 |
+
</tr>
|
436 |
+
</table>
|
437 |
+
<table class="form-table">
|
438 |
<?php if ( ! function_exists( 'curl_init' ) ) { ?>
|
439 |
<tr valign="top">
|
440 |
<td colspan="2" class="gglstmppr_error">
|
583 |
$site_url = parse_url( site_url() );
|
584 |
$path = ( ! empty( $site_url['path'] ) ) ? $site_url['path'] : '';
|
585 |
if ( is_multisite() ) {
|
586 |
+
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', str_replace( 'https://', '', home_url() ) ) );
|
587 |
+
$output .= "Sitemap: " . $path . "sitemap_" . $home_url . ".xml";
|
588 |
} else {
|
589 |
+
$output .= "Sitemap: " . $path . "sitemap.xml";
|
590 |
}
|
591 |
return $output;
|
592 |
}
|
766 |
if ( is_multisite() ) {
|
767 |
$home_url = preg_replace( "/[^a-zA-ZА-Яа-я0-9\s]/", "_", str_replace( 'http://', '', home_url() ) );
|
768 |
$content = "<atom:entry xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:wt=\"http://schemas.google.com/webmasters/tools/2007\">"
|
769 |
+
."<atom:id>" . $url_home . "sitemap_" . $home_url . ".xml</atom:id>"
|
770 |
."<atom:category scheme=\"http://schemas.google.com/g/2005#kind\" term=\"http://schemas.google.com/webmasters/tools/2007#sitemap-regular\"/>"
|
771 |
."<wt:sitemap-type>WEB</wt:sitemap-type>"
|
772 |
."</atom:entry>";
|
773 |
} else {
|
774 |
$content = "<atom:entry xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:wt=\"http://schemas.google.com/webmasters/tools/2007\">"
|
775 |
+
."<atom:id>" . $url_home . "sitemap.xml</atom:id>"
|
776 |
."<atom:category scheme=\"http://schemas.google.com/g/2005#kind\" term=\"http://schemas.google.com/webmasters/tools/2007#sitemap-regular\"/>"
|
777 |
."<wt:sitemap-type>WEB</wt:sitemap-type>"
|
778 |
."</atom:entry>";
|
824 |
if ( $hook_suffix == 'plugins.php' ) {
|
825 |
$banner_array = array(
|
826 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
|
|
827 |
array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
|
828 |
+
array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
|
829 |
array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
|
830 |
array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
|
831 |
array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
|
888 |
add_action( 'trashed_post ', 'gglstmp_update_sitemap' );
|
889 |
|
890 |
if ( 1 == get_option( 'gglstmp_robots' ) )
|
891 |
+
add_filter( 'robots_txt', 'gglstmp_robots_add_sitemap', 10, 2 );
|
892 |
|
893 |
add_filter( 'plugin_action_links', 'gglstmp_action_links', 10, 2 );
|
894 |
add_filter( 'plugin_row_meta', 'gglstmp_links', 10, 2 );
|
languages/sitemap-ru_RU.mo
CHANGED
Binary file
|
languages/sitemap-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-10
|
6 |
-
"PO-Revision-Date: 2014-01-10
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -25,298 +25,349 @@ msgid "Google Sitemap Settings"
|
|
25 |
msgstr "Настройки Google Sitemap"
|
26 |
|
27 |
#: google-sitemap-plugin.php:36
|
28 |
-
#: google-sitemap-plugin.php:
|
29 |
msgid "Google Sitemap"
|
30 |
msgstr "Карта сайта Google"
|
31 |
|
32 |
-
#: google-sitemap-plugin.php:
|
33 |
-
#: google-sitemap-plugin.php:375
|
34 |
msgid "Your Sitemap file is created in the site root directory."
|
35 |
msgstr "Карта сайта для вашего сайта создана в корне основной директории."
|
36 |
|
37 |
-
#: google-sitemap-plugin.php:
|
38 |
-
#: google-sitemap-plugin.php:
|
39 |
msgid "Settings saved."
|
40 |
msgstr "Настройки сохранены."
|
41 |
|
42 |
-
#: google-sitemap-plugin.php:
|
43 |
msgid "Please enter your login and password for remote work with Google Webmaster Tools"
|
44 |
msgstr "Пожалуйста, введите Ваш логин и пароль для удаленной работы с Google Webmaster Tools"
|
45 |
|
46 |
-
#: google-sitemap-plugin.php:
|
47 |
msgid "You should choose at least one action for remote work with Google Webmaster Tools"
|
48 |
msgstr "Вы должны выбрать хотя бы одно действие для удаленной работы с Google Webmaster Tools,"
|
49 |
|
50 |
-
#: google-sitemap-plugin.php:
|
51 |
msgid "Login and password do not match. Please try again"
|
52 |
msgstr "Логин и пароль не совпадают, попробуйте еще раз, пожалуйста"
|
53 |
|
54 |
-
#: google-sitemap-plugin.php:
|
55 |
-
#: google-sitemap-plugin.php:
|
56 |
msgid "Wrong license key"
|
57 |
msgstr "Неправильный лицензионный ключ"
|
58 |
|
59 |
-
#: google-sitemap-plugin.php:
|
60 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
61 |
msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
|
62 |
|
63 |
-
#: google-sitemap-plugin.php:
|
64 |
msgid "This license key is bind to another site"
|
65 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
66 |
|
67 |
-
#: google-sitemap-plugin.php:
|
68 |
-
#: google-sitemap-plugin.php:
|
69 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
70 |
msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
|
71 |
|
72 |
-
#: google-sitemap-plugin.php:
|
73 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
74 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
75 |
|
76 |
-
#: google-sitemap-plugin.php:
|
77 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
78 |
msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
|
79 |
|
80 |
-
#: google-sitemap-plugin.php:
|
81 |
-
#: google-sitemap-plugin.php:
|
82 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
83 |
msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
84 |
|
85 |
-
#: google-sitemap-plugin.php:
|
86 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
87 |
msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
|
88 |
|
89 |
-
#: google-sitemap-plugin.php:
|
90 |
msgid "Please, enter Your license key"
|
91 |
msgstr "Пожплуйста, введите Ваш лицензионный ключ"
|
92 |
|
93 |
-
#: google-sitemap-plugin.php:
|
94 |
-
#: google-sitemap-plugin.php:
|
95 |
-
#: google-sitemap-plugin.php:
|
96 |
msgid "Settings"
|
97 |
msgstr "Настройки"
|
98 |
|
99 |
-
#: google-sitemap-plugin.php:
|
100 |
msgid "Extra settings"
|
101 |
-
msgstr "
|
102 |
|
103 |
-
#: google-sitemap-plugin.php:
|
104 |
msgid "Go PRO"
|
105 |
msgstr "Перейти на PRO версию"
|
106 |
|
107 |
-
#: google-sitemap-plugin.php:
|
108 |
msgid "Notice:"
|
109 |
msgstr "Внимание:"
|
110 |
|
111 |
-
#: google-sitemap-plugin.php:
|
112 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
113 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
114 |
|
115 |
-
#: google-sitemap-plugin.php:
|
116 |
-
msgid "The Sitemap file
|
117 |
-
msgstr "
|
118 |
|
119 |
-
#: google-sitemap-plugin.php:
|
120 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
122 |
msgstr "Если вы не хотите добавить файл карты сайта автоматически в Google Webmaster Tools, Вы можете сделать это через"
|
123 |
|
124 |
-
#: google-sitemap-plugin.php:
|
125 |
-
#: google-sitemap-plugin.php:
|
126 |
msgid "this"
|
127 |
msgstr "эту"
|
128 |
|
129 |
-
#: google-sitemap-plugin.php:
|
130 |
-
#: google-sitemap-plugin.php:
|
131 |
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
132 |
msgstr "ссылку, залогиниться, выбрать сайт, выбрать 'Sitemaps' и заполнить обязательное поле"
|
133 |
|
134 |
-
#: google-sitemap-plugin.php:
|
135 |
msgid "I want to create a new sitemap file or update the existing one"
|
136 |
msgstr "Я хочу создать новую карту сайта или обновить существующую"
|
137 |
|
138 |
-
#: google-sitemap-plugin.php:
|
139 |
-
#: google-sitemap-plugin.php:399
|
140 |
msgid "I want to add sitemap file path in robots.txt"
|
141 |
msgstr "Я хочу добавить карту сайта в robots.txt"
|
142 |
|
143 |
-
#: google-sitemap-plugin.php:
|
144 |
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
145 |
msgstr "Т.к. вы используете мультисайтинг, плагин не имеет возможности добавить карту сайта в robots.txt"
|
146 |
|
147 |
-
#: google-sitemap-plugin.php:
|
148 |
-
|
|
|
|
|
|
|
|
|
149 |
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
150 |
msgstr "Пожалуйста, выберите те типы постов, ссылки на которые будут добавлены в карту сайта:"
|
151 |
|
|
|
|
|
|
|
|
|
152 |
#: google-sitemap-plugin.php:417
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
154 |
msgstr "Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить карту сайта в Google аккаунт автоматически."
|
155 |
|
156 |
-
#: google-sitemap-plugin.php:
|
157 |
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
158 |
msgstr "Введите свой логин и пароль для Google аккаунта, чтобы иметь возможность добавлять или удалять сайт и карту сайта автоматически в ваш аккаунт или же получить информацию об этом сайте из Google Webmaster Tools."
|
159 |
|
160 |
-
#: google-sitemap-plugin.php:
|
161 |
msgid "Settings for remote work with Google Webmaster Tools"
|
162 |
msgstr "Настройки для удаленной работы с Google Webmaster Tools"
|
163 |
|
164 |
-
#: google-sitemap-plugin.php:
|
165 |
msgid "Login"
|
166 |
msgstr "Логин"
|
167 |
|
168 |
-
#: google-sitemap-plugin.php:
|
169 |
msgid "Password"
|
170 |
msgstr "Пароль"
|
171 |
|
172 |
-
#: google-sitemap-plugin.php:
|
173 |
msgid "I want to add this site to Google Webmaster Tools"
|
174 |
msgstr "Я хочу добавить этот сайт в Google Webmaster Tools"
|
175 |
|
176 |
-
#: google-sitemap-plugin.php:
|
177 |
msgid "I want to delete this site from Google Webmaster Tools"
|
178 |
msgstr "Я хочу удалить этот сайт из Google Webmaster Tools"
|
179 |
|
180 |
-
#: google-sitemap-plugin.php:
|
181 |
-
#: google-sitemap-plugin.php:
|
182 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
183 |
msgstr "Я хочу получить информацию об этом сайте из Google Webmaster Tools"
|
184 |
|
185 |
-
#: google-sitemap-plugin.php:
|
186 |
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
187 |
msgstr "В случае, если вы не в состоянии добавить карту сайта в Google автоматически с помощью этого плагина, можно сделать это вручную"
|
188 |
|
189 |
-
#: google-sitemap-plugin.php:
|
190 |
msgid "View a PDF version of Instruction"
|
191 |
msgstr "Просмотреть PDF-версию Инструкции"
|
192 |
|
193 |
-
#: google-sitemap-plugin.php:
|
194 |
-
#: google-sitemap-plugin.php:
|
195 |
msgid "Save Changes"
|
196 |
msgstr "Сохранить изменения"
|
197 |
|
198 |
-
#: google-sitemap-plugin.php:
|
199 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
200 |
msgstr " Если вам понравился плагин, то поставьте нам 5 звезд на WordPress"
|
201 |
|
202 |
-
#: google-sitemap-plugin.php:
|
203 |
msgid "Rate the plugin"
|
204 |
msgstr "Оценить плагин"
|
205 |
|
206 |
-
#: google-sitemap-plugin.php:
|
207 |
msgid "If there is something wrong about it, please contact us"
|
208 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
209 |
|
210 |
-
#: google-sitemap-plugin.php:
|
211 |
msgid "Show URL for pages"
|
212 |
msgstr "Отображать URL для страниц"
|
213 |
|
214 |
-
#: google-sitemap-plugin.php:
|
215 |
msgid "Example of site pages' tree"
|
216 |
msgstr "Пример дерева страниц сайта"
|
217 |
|
218 |
-
#: google-sitemap-plugin.php:
|
219 |
-
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
220 |
-
msgstr "Данный функционал доступен в Про версии плагина. Для более детальной информации смотрите"
|
221 |
-
|
222 |
-
#: google-sitemap-plugin.php:510
|
223 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
224 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
225 |
|
226 |
-
#: google-sitemap-plugin.php:
|
227 |
msgid "Please, go to"
|
228 |
msgstr "Пожалуйста, перейдите на"
|
229 |
|
230 |
-
#: google-sitemap-plugin.php:
|
231 |
msgid "the setting page"
|
232 |
msgstr "страницу настроек"
|
233 |
|
234 |
-
#: google-sitemap-plugin.php:
|
235 |
msgid "You will be redirected automatically in 5 seconds."
|
236 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
237 |
|
238 |
-
#: google-sitemap-plugin.php:
|
239 |
msgid "You can download and activate"
|
240 |
msgstr "Вы можете скачать и активировать"
|
241 |
|
242 |
-
#: google-sitemap-plugin.php:
|
243 |
msgid "version of this plugin by entering Your license key."
|
244 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
245 |
|
246 |
-
#: google-sitemap-plugin.php:
|
247 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
248 |
msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
|
249 |
|
250 |
-
#: google-sitemap-plugin.php:
|
251 |
msgid "(your username is the email you specify when purchasing the product)."
|
252 |
msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
|
253 |
|
254 |
-
#: google-sitemap-plugin.php:
|
255 |
-
#: google-sitemap-plugin.php:
|
256 |
msgid "Go!"
|
257 |
msgstr "Обновить!"
|
258 |
|
259 |
-
#: google-sitemap-plugin.php:
|
260 |
msgid "requires"
|
261 |
msgstr "требует"
|
262 |
|
263 |
-
#: google-sitemap-plugin.php:
|
264 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
265 |
msgstr "или выше, поэтому он был деактивирован! Пожалуйста обновите WordPress и попробуйте еще раз."
|
266 |
|
267 |
-
#: google-sitemap-plugin.php:
|
268 |
msgid "Back to the WordPress"
|
269 |
msgstr "Вернуться к WordPress на"
|
270 |
|
271 |
-
#: google-sitemap-plugin.php:
|
272 |
msgid "Plugins page"
|
273 |
msgstr "Страницу плагинов"
|
274 |
|
275 |
-
#: google-sitemap-plugin.php:
|
276 |
msgid "This site is not added to the Google Webmaster Tools account"
|
277 |
msgstr "Данный сайт не добавлен в аккаунт Google Webmaster Tools"
|
278 |
|
279 |
-
#: google-sitemap-plugin.php:
|
280 |
msgid "Site URL:"
|
281 |
msgstr "URL сайта:"
|
282 |
|
283 |
-
#: google-sitemap-plugin.php:
|
284 |
msgid "Site verification:"
|
285 |
msgstr "Верификация сайта:"
|
286 |
|
287 |
-
#: google-sitemap-plugin.php:
|
288 |
msgid "verified"
|
289 |
msgstr "верифицрован"
|
290 |
|
291 |
-
#: google-sitemap-plugin.php:
|
292 |
msgid "not verified"
|
293 |
msgstr "не верифицирован"
|
294 |
|
295 |
-
#: google-sitemap-plugin.php:
|
296 |
msgid "Sitemap file:"
|
297 |
msgstr "Файл карты сайта:"
|
298 |
|
299 |
-
#: google-sitemap-plugin.php:
|
300 |
msgid "added"
|
301 |
msgstr "добавлен"
|
302 |
|
303 |
-
#: google-sitemap-plugin.php:
|
304 |
msgid "not added"
|
305 |
msgstr "не добавлен"
|
306 |
|
307 |
-
#: google-sitemap-plugin.php:
|
308 |
msgid "FAQ"
|
309 |
msgstr "Часто задаваемые вопросы"
|
310 |
|
311 |
-
#: google-sitemap-plugin.php:
|
312 |
msgid "Support"
|
313 |
msgstr "Тех.поддержка"
|
314 |
|
315 |
-
#: google-sitemap-plugin.php:
|
316 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
317 |
msgstr "Пора обновить ваш <strong>плагин Google Sitemap</strong> до <strong>PRO</strong> версии"
|
318 |
|
319 |
-
#: google-sitemap-plugin.php:
|
320 |
msgid "Extend standard plugin functionality with new great options"
|
321 |
msgstr "Расширение стандартного функционала плагина новыми прекрасными опциями"
|
322 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-31 10:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-31 10:39+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
25 |
msgstr "Настройки Google Sitemap"
|
26 |
|
27 |
#: google-sitemap-plugin.php:36
|
28 |
+
#: google-sitemap-plugin.php:354
|
29 |
msgid "Google Sitemap"
|
30 |
msgstr "Карта сайта Google"
|
31 |
|
32 |
+
#: google-sitemap-plugin.php:150
|
|
|
33 |
msgid "Your Sitemap file is created in the site root directory."
|
34 |
msgstr "Карта сайта для вашего сайта создана в корне основной директории."
|
35 |
|
36 |
+
#: google-sitemap-plugin.php:157
|
37 |
+
#: google-sitemap-plugin.php:186
|
38 |
msgid "Settings saved."
|
39 |
msgstr "Настройки сохранены."
|
40 |
|
41 |
+
#: google-sitemap-plugin.php:197
|
42 |
msgid "Please enter your login and password for remote work with Google Webmaster Tools"
|
43 |
msgstr "Пожалуйста, введите Ваш логин и пароль для удаленной работы с Google Webmaster Tools"
|
44 |
|
45 |
+
#: google-sitemap-plugin.php:199
|
46 |
msgid "You should choose at least one action for remote work with Google Webmaster Tools"
|
47 |
msgstr "Вы должны выбрать хотя бы одно действие для удаленной работы с Google Webmaster Tools,"
|
48 |
|
49 |
+
#: google-sitemap-plugin.php:227
|
50 |
msgid "Login and password do not match. Please try again"
|
51 |
msgstr "Логин и пароль не совпадают, попробуйте еще раз, пожалуйста"
|
52 |
|
53 |
+
#: google-sitemap-plugin.php:248
|
54 |
+
#: google-sitemap-plugin.php:287
|
55 |
msgid "Wrong license key"
|
56 |
msgstr "Неправильный лицензионный ключ"
|
57 |
|
58 |
+
#: google-sitemap-plugin.php:280
|
59 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
60 |
msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
|
61 |
|
62 |
+
#: google-sitemap-plugin.php:289
|
63 |
msgid "This license key is bind to another site"
|
64 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
65 |
|
66 |
+
#: google-sitemap-plugin.php:291
|
67 |
+
#: google-sitemap-plugin.php:559
|
68 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
69 |
msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
|
70 |
|
71 |
+
#: google-sitemap-plugin.php:309
|
72 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
73 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
74 |
|
75 |
+
#: google-sitemap-plugin.php:315
|
76 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
77 |
msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
|
78 |
|
79 |
+
#: google-sitemap-plugin.php:319
|
80 |
+
#: google-sitemap-plugin.php:328
|
81 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
82 |
msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
83 |
|
84 |
+
#: google-sitemap-plugin.php:332
|
85 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
86 |
msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
|
87 |
|
88 |
+
#: google-sitemap-plugin.php:347
|
89 |
msgid "Please, enter Your license key"
|
90 |
msgstr "Пожплуйста, введите Ваш лицензионный ключ"
|
91 |
|
92 |
+
#: google-sitemap-plugin.php:356
|
93 |
+
#: google-sitemap-plugin.php:802
|
94 |
+
#: google-sitemap-plugin.php:813
|
95 |
msgid "Settings"
|
96 |
msgstr "Настройки"
|
97 |
|
98 |
+
#: google-sitemap-plugin.php:357
|
99 |
msgid "Extra settings"
|
100 |
+
msgstr "Экстра настройки"
|
101 |
|
102 |
+
#: google-sitemap-plugin.php:358
|
103 |
msgid "Go PRO"
|
104 |
msgstr "Перейти на PRO версию"
|
105 |
|
106 |
+
#: google-sitemap-plugin.php:360
|
107 |
msgid "Notice:"
|
108 |
msgstr "Внимание:"
|
109 |
|
110 |
+
#: google-sitemap-plugin.php:360
|
111 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
112 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
113 |
|
114 |
+
#: google-sitemap-plugin.php:367
|
115 |
+
msgid "The Sitemap file"
|
116 |
+
msgstr "Файл карты сайта"
|
117 |
|
118 |
+
#: google-sitemap-plugin.php:367
|
119 |
+
msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
120 |
+
msgstr "уже существует. Если вы хотите изменить ее на новую карту сайта, выберите соответствующее действие внизу. Все остальные действия перезапишут существующий файл."
|
121 |
+
|
122 |
+
#: google-sitemap-plugin.php:370
|
123 |
+
msgid "Your Sitemap file"
|
124 |
+
msgstr "Ваш файл карты сайта"
|
125 |
+
|
126 |
+
#: google-sitemap-plugin.php:370
|
127 |
+
msgid "is created in the site root directory."
|
128 |
+
msgstr "создана в корне основной директории."
|
129 |
+
|
130 |
+
#: google-sitemap-plugin.php:374
|
131 |
+
#: google-sitemap-plugin.php:376
|
132 |
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
133 |
msgstr "Если вы не хотите добавить файл карты сайта автоматически в Google Webmaster Tools, Вы можете сделать это через"
|
134 |
|
135 |
+
#: google-sitemap-plugin.php:374
|
136 |
+
#: google-sitemap-plugin.php:376
|
137 |
msgid "this"
|
138 |
msgstr "эту"
|
139 |
|
140 |
+
#: google-sitemap-plugin.php:374
|
141 |
+
#: google-sitemap-plugin.php:376
|
142 |
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
143 |
msgstr "ссылку, залогиниться, выбрать сайт, выбрать 'Sitemaps' и заполнить обязательное поле"
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:381
|
146 |
msgid "I want to create a new sitemap file or update the existing one"
|
147 |
msgstr "Я хочу создать новую карту сайта или обновить существующую"
|
148 |
|
149 |
+
#: google-sitemap-plugin.php:387
|
|
|
150 |
msgid "I want to add sitemap file path in robots.txt"
|
151 |
msgstr "Я хочу добавить карту сайта в robots.txt"
|
152 |
|
153 |
+
#: google-sitemap-plugin.php:388
|
154 |
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
155 |
msgstr "Т.к. вы используете мультисайтинг, плагин не имеет возможности добавить карту сайта в robots.txt"
|
156 |
|
157 |
+
#: google-sitemap-plugin.php:394
|
158 |
+
msgid "I want to add sitemap file path in"
|
159 |
+
msgstr "Я хочу добавить карту сайта в"
|
160 |
+
|
161 |
+
#: google-sitemap-plugin.php:399
|
162 |
+
#: google-sitemap-plugin.php:497
|
163 |
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
164 |
msgstr "Пожалуйста, выберите те типы постов, ссылки на которые будут добавлены в карту сайта:"
|
165 |
|
166 |
+
#: google-sitemap-plugin.php:414
|
167 |
+
msgid "XML Sitemap \"Change Frequency\" parameter"
|
168 |
+
msgstr "Параметр \"Change Frequency\" в карте сайта"
|
169 |
+
|
170 |
#: google-sitemap-plugin.php:417
|
171 |
+
msgid "Always"
|
172 |
+
msgstr "Всегда"
|
173 |
+
|
174 |
+
#: google-sitemap-plugin.php:418
|
175 |
+
msgid "Hourly"
|
176 |
+
msgstr "Ежечасно"
|
177 |
+
|
178 |
+
#: google-sitemap-plugin.php:419
|
179 |
+
msgid "Daily"
|
180 |
+
msgstr "Ежедневно"
|
181 |
+
|
182 |
+
#: google-sitemap-plugin.php:420
|
183 |
+
msgid "Weekly"
|
184 |
+
msgstr "Еженедельно"
|
185 |
+
|
186 |
+
#: google-sitemap-plugin.php:421
|
187 |
+
msgid "Monthly"
|
188 |
+
msgstr "Ежемесячно"
|
189 |
+
|
190 |
+
#: google-sitemap-plugin.php:422
|
191 |
+
msgid "Yearly"
|
192 |
+
msgstr "Ежегодно"
|
193 |
+
|
194 |
+
#: google-sitemap-plugin.php:423
|
195 |
+
msgid "Never"
|
196 |
+
msgstr "Никогда"
|
197 |
+
|
198 |
+
#: google-sitemap-plugin.php:425
|
199 |
+
msgid "This value is used in the sitemap file and provides general information to search engines. The sitemap itself is generated once and will be re-generated when you create or update any post or page."
|
200 |
+
msgstr "Это значение используется в файле карты сайта и предоставляет общую информацию для поисковых систем. Сама карта сайта создается один раз и будет перезаписана вновь при создании или обновлении какой-либо страницы или поста."
|
201 |
+
|
202 |
+
#: google-sitemap-plugin.php:430
|
203 |
+
#: google-sitemap-plugin.php:520
|
204 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
205 |
+
msgstr "Данный функционал доступен в Про версии плагина. Для более детальной информации смотрите"
|
206 |
+
|
207 |
+
#: google-sitemap-plugin.php:441
|
208 |
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
209 |
msgstr "Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить карту сайта в Google аккаунт автоматически."
|
210 |
|
211 |
+
#: google-sitemap-plugin.php:447
|
212 |
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
213 |
msgstr "Введите свой логин и пароль для Google аккаунта, чтобы иметь возможность добавлять или удалять сайт и карту сайта автоматически в ваш аккаунт или же получить информацию об этом сайте из Google Webmaster Tools."
|
214 |
|
215 |
+
#: google-sitemap-plugin.php:451
|
216 |
msgid "Settings for remote work with Google Webmaster Tools"
|
217 |
msgstr "Настройки для удаленной работы с Google Webmaster Tools"
|
218 |
|
219 |
+
#: google-sitemap-plugin.php:453
|
220 |
msgid "Login"
|
221 |
msgstr "Логин"
|
222 |
|
223 |
+
#: google-sitemap-plugin.php:454
|
224 |
msgid "Password"
|
225 |
msgstr "Пароль"
|
226 |
|
227 |
+
#: google-sitemap-plugin.php:455
|
228 |
msgid "I want to add this site to Google Webmaster Tools"
|
229 |
msgstr "Я хочу добавить этот сайт в Google Webmaster Tools"
|
230 |
|
231 |
+
#: google-sitemap-plugin.php:456
|
232 |
msgid "I want to delete this site from Google Webmaster Tools"
|
233 |
msgstr "Я хочу удалить этот сайт из Google Webmaster Tools"
|
234 |
|
235 |
+
#: google-sitemap-plugin.php:457
|
236 |
+
#: google-sitemap-plugin.php:690
|
237 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
238 |
msgstr "Я хочу получить информацию об этом сайте из Google Webmaster Tools"
|
239 |
|
240 |
+
#: google-sitemap-plugin.php:459
|
241 |
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
242 |
msgstr "В случае, если вы не в состоянии добавить карту сайта в Google автоматически с помощью этого плагина, можно сделать это вручную"
|
243 |
|
244 |
+
#: google-sitemap-plugin.php:460
|
245 |
msgid "View a PDF version of Instruction"
|
246 |
msgstr "Просмотреть PDF-версию Инструкции"
|
247 |
|
248 |
+
#: google-sitemap-plugin.php:468
|
249 |
+
#: google-sitemap-plugin.php:515
|
250 |
msgid "Save Changes"
|
251 |
msgstr "Сохранить изменения"
|
252 |
|
253 |
+
#: google-sitemap-plugin.php:485
|
254 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
255 |
msgstr " Если вам понравился плагин, то поставьте нам 5 звезд на WordPress"
|
256 |
|
257 |
+
#: google-sitemap-plugin.php:486
|
258 |
msgid "Rate the plugin"
|
259 |
msgstr "Оценить плагин"
|
260 |
|
261 |
+
#: google-sitemap-plugin.php:489
|
262 |
msgid "If there is something wrong about it, please contact us"
|
263 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
264 |
|
265 |
+
#: google-sitemap-plugin.php:504
|
266 |
msgid "Show URL for pages"
|
267 |
msgstr "Отображать URL для страниц"
|
268 |
|
269 |
+
#: google-sitemap-plugin.php:510
|
270 |
msgid "Example of site pages' tree"
|
271 |
msgstr "Пример дерева страниц сайта"
|
272 |
|
273 |
+
#: google-sitemap-plugin.php:534
|
|
|
|
|
|
|
|
|
274 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
275 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
276 |
|
277 |
+
#: google-sitemap-plugin.php:536
|
278 |
msgid "Please, go to"
|
279 |
msgstr "Пожалуйста, перейдите на"
|
280 |
|
281 |
+
#: google-sitemap-plugin.php:536
|
282 |
msgid "the setting page"
|
283 |
msgstr "страницу настроек"
|
284 |
|
285 |
+
#: google-sitemap-plugin.php:537
|
286 |
msgid "You will be redirected automatically in 5 seconds."
|
287 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
288 |
|
289 |
+
#: google-sitemap-plugin.php:542
|
290 |
msgid "You can download and activate"
|
291 |
msgstr "Вы можете скачать и активировать"
|
292 |
|
293 |
+
#: google-sitemap-plugin.php:544
|
294 |
msgid "version of this plugin by entering Your license key."
|
295 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
296 |
|
297 |
+
#: google-sitemap-plugin.php:546
|
298 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
299 |
msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
|
300 |
|
301 |
+
#: google-sitemap-plugin.php:548
|
302 |
msgid "(your username is the email you specify when purchasing the product)."
|
303 |
msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
|
304 |
|
305 |
+
#: google-sitemap-plugin.php:556
|
306 |
+
#: google-sitemap-plugin.php:566
|
307 |
msgid "Go!"
|
308 |
msgstr "Обновить!"
|
309 |
|
310 |
+
#: google-sitemap-plugin.php:646
|
311 |
msgid "requires"
|
312 |
msgstr "требует"
|
313 |
|
314 |
+
#: google-sitemap-plugin.php:646
|
315 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
316 |
msgstr "или выше, поэтому он был деактивирован! Пожалуйста обновите WordPress и попробуйте еще раз."
|
317 |
|
318 |
+
#: google-sitemap-plugin.php:646
|
319 |
msgid "Back to the WordPress"
|
320 |
msgstr "Вернуться к WordPress на"
|
321 |
|
322 |
+
#: google-sitemap-plugin.php:646
|
323 |
msgid "Plugins page"
|
324 |
msgstr "Страницу плагинов"
|
325 |
|
326 |
+
#: google-sitemap-plugin.php:692
|
327 |
msgid "This site is not added to the Google Webmaster Tools account"
|
328 |
msgstr "Данный сайт не добавлен в аккаунт Google Webmaster Tools"
|
329 |
|
330 |
+
#: google-sitemap-plugin.php:712
|
331 |
msgid "Site URL:"
|
332 |
msgstr "URL сайта:"
|
333 |
|
334 |
+
#: google-sitemap-plugin.php:713
|
335 |
msgid "Site verification:"
|
336 |
msgstr "Верификация сайта:"
|
337 |
|
338 |
+
#: google-sitemap-plugin.php:715
|
339 |
msgid "verified"
|
340 |
msgstr "верифицрован"
|
341 |
|
342 |
+
#: google-sitemap-plugin.php:717
|
343 |
msgid "not verified"
|
344 |
msgstr "не верифицирован"
|
345 |
|
346 |
+
#: google-sitemap-plugin.php:718
|
347 |
msgid "Sitemap file:"
|
348 |
msgstr "Файл карты сайта:"
|
349 |
|
350 |
+
#: google-sitemap-plugin.php:720
|
351 |
msgid "added"
|
352 |
msgstr "добавлен"
|
353 |
|
354 |
+
#: google-sitemap-plugin.php:722
|
355 |
msgid "not added"
|
356 |
msgstr "не добавлен"
|
357 |
|
358 |
+
#: google-sitemap-plugin.php:814
|
359 |
msgid "FAQ"
|
360 |
msgstr "Часто задаваемые вопросы"
|
361 |
|
362 |
+
#: google-sitemap-plugin.php:815
|
363 |
msgid "Support"
|
364 |
msgstr "Тех.поддержка"
|
365 |
|
366 |
+
#: google-sitemap-plugin.php:863
|
367 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
368 |
msgstr "Пора обновить ваш <strong>плагин Google Sitemap</strong> до <strong>PRO</strong> версии"
|
369 |
|
370 |
+
#: google-sitemap-plugin.php:864
|
371 |
msgid "Extend standard plugin functionality with new great options"
|
372 |
msgstr "Расширение стандартного функционала плагина новыми прекрасными опциями"
|
373 |
|
languages/sitemap-uk.mo
CHANGED
Binary file
|
languages/sitemap-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-01-10
|
6 |
-
"PO-Revision-Date: 2014-01-10
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -26,304 +26,360 @@ msgid "Google Sitemap Settings"
|
|
26 |
msgstr "Опції карти сайту Google"
|
27 |
|
28 |
#: google-sitemap-plugin.php:36
|
29 |
-
#: google-sitemap-plugin.php:
|
30 |
msgid "Google Sitemap"
|
31 |
msgstr "Карта сайту Google"
|
32 |
|
33 |
-
#: google-sitemap-plugin.php:
|
34 |
-
#: google-sitemap-plugin.php:375
|
35 |
msgid "Your Sitemap file is created in the site root directory."
|
36 |
msgstr "Карта сайту для вашого сайту створена у корені основної директорії."
|
37 |
|
38 |
-
#: google-sitemap-plugin.php:
|
39 |
-
#: google-sitemap-plugin.php:
|
40 |
msgid "Settings saved."
|
41 |
msgstr "Опції збережено."
|
42 |
|
43 |
-
#: google-sitemap-plugin.php:
|
44 |
#, fuzzy
|
45 |
msgid "Please enter your login and password for remote work with Google Webmaster Tools"
|
46 |
msgstr "Установки для віддаленої роботи з google webmaster tools"
|
47 |
|
48 |
-
#: google-sitemap-plugin.php:
|
49 |
#, fuzzy
|
50 |
msgid "You should choose at least one action for remote work with Google Webmaster Tools"
|
51 |
msgstr "Установки для віддаленої роботи з google webmaster tools"
|
52 |
|
53 |
-
#: google-sitemap-plugin.php:
|
54 |
msgid "Login and password do not match. Please try again"
|
55 |
msgstr "Логін та пароль не співпадають. Будь ласка, спробуйте ще раз"
|
56 |
|
57 |
-
#: google-sitemap-plugin.php:
|
58 |
-
#: google-sitemap-plugin.php:
|
59 |
msgid "Wrong license key"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: google-sitemap-plugin.php:
|
63 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: google-sitemap-plugin.php:
|
67 |
msgid "This license key is bind to another site"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: google-sitemap-plugin.php:
|
71 |
-
#: google-sitemap-plugin.php:
|
72 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: google-sitemap-plugin.php:
|
76 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: google-sitemap-plugin.php:
|
80 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: google-sitemap-plugin.php:
|
84 |
-
#: google-sitemap-plugin.php:
|
85 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: google-sitemap-plugin.php:
|
89 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: google-sitemap-plugin.php:
|
93 |
#, fuzzy
|
94 |
msgid "Please, enter Your license key"
|
95 |
msgstr "Будт ласка, введіть логін та пароль"
|
96 |
|
97 |
-
#: google-sitemap-plugin.php:
|
98 |
-
#: google-sitemap-plugin.php:
|
99 |
-
#: google-sitemap-plugin.php:
|
100 |
msgid "Settings"
|
101 |
msgstr "Установки"
|
102 |
|
103 |
-
#: google-sitemap-plugin.php:
|
104 |
#, fuzzy
|
105 |
msgid "Extra settings"
|
106 |
msgstr "Установки"
|
107 |
|
108 |
-
#: google-sitemap-plugin.php:
|
109 |
msgid "Go PRO"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: google-sitemap-plugin.php:
|
113 |
msgid "Notice:"
|
114 |
msgstr "Повідомлення:"
|
115 |
|
116 |
-
#: google-sitemap-plugin.php:
|
117 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
118 |
msgstr "Установки плагіну було змінено. Щоб зберегти їх, будь ласка, не забудьте натиснути кнопку \"Зберегти зміни\"."
|
119 |
|
120 |
-
#: google-sitemap-plugin.php:
|
121 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
msgstr "Карта уже існує. Якщо ви хочете замінити її на нову карту сайту, виберіть відповідну дію внизу. Усі інші дії перезапишуть файл, що снує."
|
123 |
|
124 |
-
#: google-sitemap-plugin.php:
|
125 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
127 |
msgstr "Якщо ви не хочете додати файл карти сайту автоматично до Google Webmaster Tools, ви можете зробити це через"
|
128 |
|
129 |
-
#: google-sitemap-plugin.php:
|
130 |
-
#: google-sitemap-plugin.php:
|
131 |
msgid "this"
|
132 |
msgstr "це"
|
133 |
|
134 |
-
#: google-sitemap-plugin.php:
|
135 |
-
#: google-sitemap-plugin.php:
|
136 |
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
137 |
msgstr "посилання - авторизуйтеся, виберіть сайт, виберіть 'Sitemaps' та заповніть обов’язкове поле"
|
138 |
|
139 |
-
#: google-sitemap-plugin.php:
|
140 |
msgid "I want to create a new sitemap file or update the existing one"
|
141 |
msgstr "Я хочу створити нову карту сайту або оновити ту, що вже існує"
|
142 |
|
143 |
-
#: google-sitemap-plugin.php:
|
144 |
-
#: google-sitemap-plugin.php:399
|
145 |
msgid "I want to add sitemap file path in robots.txt"
|
146 |
msgstr "Я хочу додати карту сайту до robots.txt"
|
147 |
|
148 |
-
#: google-sitemap-plugin.php:
|
149 |
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
150 |
msgstr "Оскільки ви використовуєте мультисайтинг, плагін не доволяє додати карту сайту до robots.txt"
|
151 |
|
152 |
-
#: google-sitemap-plugin.php:
|
153 |
-
|
|
|
|
|
|
|
|
|
|
|
154 |
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
155 |
msgstr "Будь ласка, виберіть такі типи записів, посилання на які буде додано до карти сайту:"
|
156 |
|
|
|
|
|
|
|
|
|
157 |
#: google-sitemap-plugin.php:417
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
159 |
msgstr "Ваш хостінг не підтримує сURL, отже ви не можете додати карту сайту до Google акаунту автоматично."
|
160 |
|
161 |
-
#: google-sitemap-plugin.php:
|
162 |
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
163 |
msgstr "Введіть сюди ваш логін та пароль для Google акаунту, щоб мати можливість додавати або видаляти сайт та карту сайту автоматично до вашого акаунту або отримати інформацію про цей сайт з Google Webmaster Tools."
|
164 |
|
165 |
-
#: google-sitemap-plugin.php:
|
166 |
#, fuzzy
|
167 |
msgid "Settings for remote work with Google Webmaster Tools"
|
168 |
msgstr "Установки для віддаленої роботи з google webmaster tools"
|
169 |
|
170 |
-
#: google-sitemap-plugin.php:
|
171 |
msgid "Login"
|
172 |
msgstr "Логін"
|
173 |
|
174 |
-
#: google-sitemap-plugin.php:
|
175 |
msgid "Password"
|
176 |
msgstr "Пароль"
|
177 |
|
178 |
-
#: google-sitemap-plugin.php:
|
179 |
msgid "I want to add this site to Google Webmaster Tools"
|
180 |
msgstr "Я хочу додати цей сайт до Google Webmaster Tools"
|
181 |
|
182 |
-
#: google-sitemap-plugin.php:
|
183 |
msgid "I want to delete this site from Google Webmaster Tools"
|
184 |
msgstr "Я хочу видалити цей сайт з Google Webmaster Tools"
|
185 |
|
186 |
-
#: google-sitemap-plugin.php:
|
187 |
-
#: google-sitemap-plugin.php:
|
188 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
189 |
msgstr "Я хочу отримувати інформацію про цей сайт з Google Webmaster Tools"
|
190 |
|
191 |
-
#: google-sitemap-plugin.php:
|
192 |
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: google-sitemap-plugin.php:
|
196 |
msgid "View a PDF version of Instruction"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: google-sitemap-plugin.php:
|
200 |
-
#: google-sitemap-plugin.php:
|
201 |
msgid "Save Changes"
|
202 |
msgstr "Зберегти зміни"
|
203 |
|
204 |
-
#: google-sitemap-plugin.php:
|
205 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
206 |
msgstr "Якщо Вам сподобався наш плагін, будь ласка, поставте йому п’ять зірок на сайті WordPress"
|
207 |
|
208 |
-
#: google-sitemap-plugin.php:
|
209 |
msgid "Rate the plugin"
|
210 |
msgstr "Оцінити плагін"
|
211 |
|
212 |
-
#: google-sitemap-plugin.php:
|
213 |
msgid "If there is something wrong about it, please contact us"
|
214 |
msgstr "Якщо у вас виникли питання, будь ласка, зв’яжіться з нами"
|
215 |
|
216 |
-
#: google-sitemap-plugin.php:
|
217 |
msgid "Show URL for pages"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: google-sitemap-plugin.php:
|
221 |
msgid "Example of site pages' tree"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: google-sitemap-plugin.php:
|
225 |
-
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: google-sitemap-plugin.php:510
|
229 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: google-sitemap-plugin.php:
|
233 |
msgid "Please, go to"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: google-sitemap-plugin.php:
|
237 |
msgid "the setting page"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: google-sitemap-plugin.php:
|
241 |
msgid "You will be redirected automatically in 5 seconds."
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: google-sitemap-plugin.php:
|
245 |
msgid "You can download and activate"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: google-sitemap-plugin.php:
|
249 |
#, fuzzy
|
250 |
msgid "version of this plugin by entering Your license key."
|
251 |
msgstr "Будт ласка, введіть логін та пароль"
|
252 |
|
253 |
-
#: google-sitemap-plugin.php:
|
254 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: google-sitemap-plugin.php:
|
258 |
msgid "(your username is the email you specify when purchasing the product)."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: google-sitemap-plugin.php:
|
262 |
-
#: google-sitemap-plugin.php:
|
263 |
msgid "Go!"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: google-sitemap-plugin.php:
|
267 |
msgid "requires"
|
268 |
msgstr "потребує"
|
269 |
|
270 |
-
#: google-sitemap-plugin.php:
|
271 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
272 |
msgstr "чи вище, тому він був деактивований! Будь ласка, оновіть WordPress та спробуйте ще раз."
|
273 |
|
274 |
-
#: google-sitemap-plugin.php:
|
275 |
msgid "Back to the WordPress"
|
276 |
msgstr "Повернутися до WordPress на"
|
277 |
|
278 |
-
#: google-sitemap-plugin.php:
|
279 |
msgid "Plugins page"
|
280 |
msgstr "Сторінку плагінів"
|
281 |
|
282 |
-
#: google-sitemap-plugin.php:
|
283 |
msgid "This site is not added to the Google Webmaster Tools account"
|
284 |
msgstr "Даний сайт не додано до акаунту Google Webmaster Tools"
|
285 |
|
286 |
-
#: google-sitemap-plugin.php:
|
287 |
msgid "Site URL:"
|
288 |
msgstr "URL сайту:"
|
289 |
|
290 |
-
#: google-sitemap-plugin.php:
|
291 |
msgid "Site verification:"
|
292 |
msgstr "Верифікація сайту:"
|
293 |
|
294 |
-
#: google-sitemap-plugin.php:
|
295 |
msgid "verified"
|
296 |
msgstr "верифіковано"
|
297 |
|
298 |
-
#: google-sitemap-plugin.php:
|
299 |
msgid "not verified"
|
300 |
msgstr "не верифіковано"
|
301 |
|
302 |
-
#: google-sitemap-plugin.php:
|
303 |
msgid "Sitemap file:"
|
304 |
msgstr "Файл карти сайту:"
|
305 |
|
306 |
-
#: google-sitemap-plugin.php:
|
307 |
msgid "added"
|
308 |
msgstr "додано"
|
309 |
|
310 |
-
#: google-sitemap-plugin.php:
|
311 |
msgid "not added"
|
312 |
msgstr "не додано"
|
313 |
|
314 |
-
#: google-sitemap-plugin.php:
|
315 |
msgid "FAQ"
|
316 |
msgstr "Часті питання"
|
317 |
|
318 |
-
#: google-sitemap-plugin.php:
|
319 |
msgid "Support"
|
320 |
msgstr "Тех.підтримка"
|
321 |
|
322 |
-
#: google-sitemap-plugin.php:
|
323 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: google-sitemap-plugin.php:
|
327 |
msgid "Extend standard plugin functionality with new great options"
|
328 |
msgstr ""
|
329 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-01-31 10:40+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-01-31 10:40+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
26 |
msgstr "Опції карти сайту Google"
|
27 |
|
28 |
#: google-sitemap-plugin.php:36
|
29 |
+
#: google-sitemap-plugin.php:354
|
30 |
msgid "Google Sitemap"
|
31 |
msgstr "Карта сайту Google"
|
32 |
|
33 |
+
#: google-sitemap-plugin.php:150
|
|
|
34 |
msgid "Your Sitemap file is created in the site root directory."
|
35 |
msgstr "Карта сайту для вашого сайту створена у корені основної директорії."
|
36 |
|
37 |
+
#: google-sitemap-plugin.php:157
|
38 |
+
#: google-sitemap-plugin.php:186
|
39 |
msgid "Settings saved."
|
40 |
msgstr "Опції збережено."
|
41 |
|
42 |
+
#: google-sitemap-plugin.php:197
|
43 |
#, fuzzy
|
44 |
msgid "Please enter your login and password for remote work with Google Webmaster Tools"
|
45 |
msgstr "Установки для віддаленої роботи з google webmaster tools"
|
46 |
|
47 |
+
#: google-sitemap-plugin.php:199
|
48 |
#, fuzzy
|
49 |
msgid "You should choose at least one action for remote work with Google Webmaster Tools"
|
50 |
msgstr "Установки для віддаленої роботи з google webmaster tools"
|
51 |
|
52 |
+
#: google-sitemap-plugin.php:227
|
53 |
msgid "Login and password do not match. Please try again"
|
54 |
msgstr "Логін та пароль не співпадають. Будь ласка, спробуйте ще раз"
|
55 |
|
56 |
+
#: google-sitemap-plugin.php:248
|
57 |
+
#: google-sitemap-plugin.php:287
|
58 |
msgid "Wrong license key"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: google-sitemap-plugin.php:280
|
62 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: google-sitemap-plugin.php:289
|
66 |
msgid "This license key is bind to another site"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: google-sitemap-plugin.php:291
|
70 |
+
#: google-sitemap-plugin.php:559
|
71 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: google-sitemap-plugin.php:309
|
75 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:315
|
79 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: google-sitemap-plugin.php:319
|
83 |
+
#: google-sitemap-plugin.php:328
|
84 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: google-sitemap-plugin.php:332
|
88 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: google-sitemap-plugin.php:347
|
92 |
#, fuzzy
|
93 |
msgid "Please, enter Your license key"
|
94 |
msgstr "Будт ласка, введіть логін та пароль"
|
95 |
|
96 |
+
#: google-sitemap-plugin.php:356
|
97 |
+
#: google-sitemap-plugin.php:802
|
98 |
+
#: google-sitemap-plugin.php:813
|
99 |
msgid "Settings"
|
100 |
msgstr "Установки"
|
101 |
|
102 |
+
#: google-sitemap-plugin.php:357
|
103 |
#, fuzzy
|
104 |
msgid "Extra settings"
|
105 |
msgstr "Установки"
|
106 |
|
107 |
+
#: google-sitemap-plugin.php:358
|
108 |
msgid "Go PRO"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: google-sitemap-plugin.php:360
|
112 |
msgid "Notice:"
|
113 |
msgstr "Повідомлення:"
|
114 |
|
115 |
+
#: google-sitemap-plugin.php:360
|
116 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
117 |
msgstr "Установки плагіну було змінено. Щоб зберегти їх, будь ласка, не забудьте натиснути кнопку \"Зберегти зміни\"."
|
118 |
|
119 |
+
#: google-sitemap-plugin.php:367
|
120 |
+
#, fuzzy
|
121 |
+
msgid "The Sitemap file"
|
122 |
+
msgstr "Файл карти сайту:"
|
123 |
+
|
124 |
+
#: google-sitemap-plugin.php:367
|
125 |
+
#, fuzzy
|
126 |
+
msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
127 |
msgstr "Карта уже існує. Якщо ви хочете замінити її на нову карту сайту, виберіть відповідну дію внизу. Усі інші дії перезапишуть файл, що снує."
|
128 |
|
129 |
+
#: google-sitemap-plugin.php:370
|
130 |
+
#, fuzzy
|
131 |
+
msgid "Your Sitemap file"
|
132 |
+
msgstr "Файл карти сайту:"
|
133 |
+
|
134 |
+
#: google-sitemap-plugin.php:370
|
135 |
+
#, fuzzy
|
136 |
+
msgid "is created in the site root directory."
|
137 |
+
msgstr "Карта сайту для вашого сайту створена у корені основної директорії."
|
138 |
+
|
139 |
+
#: google-sitemap-plugin.php:374
|
140 |
+
#: google-sitemap-plugin.php:376
|
141 |
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
142 |
msgstr "Якщо ви не хочете додати файл карти сайту автоматично до Google Webmaster Tools, ви можете зробити це через"
|
143 |
|
144 |
+
#: google-sitemap-plugin.php:374
|
145 |
+
#: google-sitemap-plugin.php:376
|
146 |
msgid "this"
|
147 |
msgstr "це"
|
148 |
|
149 |
+
#: google-sitemap-plugin.php:374
|
150 |
+
#: google-sitemap-plugin.php:376
|
151 |
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
152 |
msgstr "посилання - авторизуйтеся, виберіть сайт, виберіть 'Sitemaps' та заповніть обов’язкове поле"
|
153 |
|
154 |
+
#: google-sitemap-plugin.php:381
|
155 |
msgid "I want to create a new sitemap file or update the existing one"
|
156 |
msgstr "Я хочу створити нову карту сайту або оновити ту, що вже існує"
|
157 |
|
158 |
+
#: google-sitemap-plugin.php:387
|
|
|
159 |
msgid "I want to add sitemap file path in robots.txt"
|
160 |
msgstr "Я хочу додати карту сайту до robots.txt"
|
161 |
|
162 |
+
#: google-sitemap-plugin.php:388
|
163 |
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
164 |
msgstr "Оскільки ви використовуєте мультисайтинг, плагін не доволяє додати карту сайту до robots.txt"
|
165 |
|
166 |
+
#: google-sitemap-plugin.php:394
|
167 |
+
#, fuzzy
|
168 |
+
msgid "I want to add sitemap file path in"
|
169 |
+
msgstr "Я хочу додати карту сайту до robots.txt"
|
170 |
+
|
171 |
+
#: google-sitemap-plugin.php:399
|
172 |
+
#: google-sitemap-plugin.php:497
|
173 |
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
174 |
msgstr "Будь ласка, виберіть такі типи записів, посилання на які буде додано до карти сайту:"
|
175 |
|
176 |
+
#: google-sitemap-plugin.php:414
|
177 |
+
msgid "XML Sitemap \"Change Frequency\" parameter"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
#: google-sitemap-plugin.php:417
|
181 |
+
msgid "Always"
|
182 |
+
msgstr ""
|
183 |
+
|
184 |
+
#: google-sitemap-plugin.php:418
|
185 |
+
msgid "Hourly"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: google-sitemap-plugin.php:419
|
189 |
+
msgid "Daily"
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: google-sitemap-plugin.php:420
|
193 |
+
msgid "Weekly"
|
194 |
+
msgstr ""
|
195 |
+
|
196 |
+
#: google-sitemap-plugin.php:421
|
197 |
+
msgid "Monthly"
|
198 |
+
msgstr ""
|
199 |
+
|
200 |
+
#: google-sitemap-plugin.php:422
|
201 |
+
msgid "Yearly"
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: google-sitemap-plugin.php:423
|
205 |
+
msgid "Never"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: google-sitemap-plugin.php:425
|
209 |
+
msgid "This value is used in the sitemap file and provides general information to search engines. The sitemap itself is generated once and will be re-generated when you create or update any post or page."
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: google-sitemap-plugin.php:430
|
213 |
+
#: google-sitemap-plugin.php:520
|
214 |
+
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: google-sitemap-plugin.php:441
|
218 |
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
219 |
msgstr "Ваш хостінг не підтримує сURL, отже ви не можете додати карту сайту до Google акаунту автоматично."
|
220 |
|
221 |
+
#: google-sitemap-plugin.php:447
|
222 |
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
223 |
msgstr "Введіть сюди ваш логін та пароль для Google акаунту, щоб мати можливість додавати або видаляти сайт та карту сайту автоматично до вашого акаунту або отримати інформацію про цей сайт з Google Webmaster Tools."
|
224 |
|
225 |
+
#: google-sitemap-plugin.php:451
|
226 |
#, fuzzy
|
227 |
msgid "Settings for remote work with Google Webmaster Tools"
|
228 |
msgstr "Установки для віддаленої роботи з google webmaster tools"
|
229 |
|
230 |
+
#: google-sitemap-plugin.php:453
|
231 |
msgid "Login"
|
232 |
msgstr "Логін"
|
233 |
|
234 |
+
#: google-sitemap-plugin.php:454
|
235 |
msgid "Password"
|
236 |
msgstr "Пароль"
|
237 |
|
238 |
+
#: google-sitemap-plugin.php:455
|
239 |
msgid "I want to add this site to Google Webmaster Tools"
|
240 |
msgstr "Я хочу додати цей сайт до Google Webmaster Tools"
|
241 |
|
242 |
+
#: google-sitemap-plugin.php:456
|
243 |
msgid "I want to delete this site from Google Webmaster Tools"
|
244 |
msgstr "Я хочу видалити цей сайт з Google Webmaster Tools"
|
245 |
|
246 |
+
#: google-sitemap-plugin.php:457
|
247 |
+
#: google-sitemap-plugin.php:690
|
248 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
249 |
msgstr "Я хочу отримувати інформацію про цей сайт з Google Webmaster Tools"
|
250 |
|
251 |
+
#: google-sitemap-plugin.php:459
|
252 |
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: google-sitemap-plugin.php:460
|
256 |
msgid "View a PDF version of Instruction"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: google-sitemap-plugin.php:468
|
260 |
+
#: google-sitemap-plugin.php:515
|
261 |
msgid "Save Changes"
|
262 |
msgstr "Зберегти зміни"
|
263 |
|
264 |
+
#: google-sitemap-plugin.php:485
|
265 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
266 |
msgstr "Якщо Вам сподобався наш плагін, будь ласка, поставте йому п’ять зірок на сайті WordPress"
|
267 |
|
268 |
+
#: google-sitemap-plugin.php:486
|
269 |
msgid "Rate the plugin"
|
270 |
msgstr "Оцінити плагін"
|
271 |
|
272 |
+
#: google-sitemap-plugin.php:489
|
273 |
msgid "If there is something wrong about it, please contact us"
|
274 |
msgstr "Якщо у вас виникли питання, будь ласка, зв’яжіться з нами"
|
275 |
|
276 |
+
#: google-sitemap-plugin.php:504
|
277 |
msgid "Show URL for pages"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: google-sitemap-plugin.php:510
|
281 |
msgid "Example of site pages' tree"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: google-sitemap-plugin.php:534
|
|
|
|
|
|
|
|
|
285 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: google-sitemap-plugin.php:536
|
289 |
msgid "Please, go to"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: google-sitemap-plugin.php:536
|
293 |
msgid "the setting page"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: google-sitemap-plugin.php:537
|
297 |
msgid "You will be redirected automatically in 5 seconds."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: google-sitemap-plugin.php:542
|
301 |
msgid "You can download and activate"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: google-sitemap-plugin.php:544
|
305 |
#, fuzzy
|
306 |
msgid "version of this plugin by entering Your license key."
|
307 |
msgstr "Будт ласка, введіть логін та пароль"
|
308 |
|
309 |
+
#: google-sitemap-plugin.php:546
|
310 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: google-sitemap-plugin.php:548
|
314 |
msgid "(your username is the email you specify when purchasing the product)."
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: google-sitemap-plugin.php:556
|
318 |
+
#: google-sitemap-plugin.php:566
|
319 |
msgid "Go!"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: google-sitemap-plugin.php:646
|
323 |
msgid "requires"
|
324 |
msgstr "потребує"
|
325 |
|
326 |
+
#: google-sitemap-plugin.php:646
|
327 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
328 |
msgstr "чи вище, тому він був деактивований! Будь ласка, оновіть WordPress та спробуйте ще раз."
|
329 |
|
330 |
+
#: google-sitemap-plugin.php:646
|
331 |
msgid "Back to the WordPress"
|
332 |
msgstr "Повернутися до WordPress на"
|
333 |
|
334 |
+
#: google-sitemap-plugin.php:646
|
335 |
msgid "Plugins page"
|
336 |
msgstr "Сторінку плагінів"
|
337 |
|
338 |
+
#: google-sitemap-plugin.php:692
|
339 |
msgid "This site is not added to the Google Webmaster Tools account"
|
340 |
msgstr "Даний сайт не додано до акаунту Google Webmaster Tools"
|
341 |
|
342 |
+
#: google-sitemap-plugin.php:712
|
343 |
msgid "Site URL:"
|
344 |
msgstr "URL сайту:"
|
345 |
|
346 |
+
#: google-sitemap-plugin.php:713
|
347 |
msgid "Site verification:"
|
348 |
msgstr "Верифікація сайту:"
|
349 |
|
350 |
+
#: google-sitemap-plugin.php:715
|
351 |
msgid "verified"
|
352 |
msgstr "верифіковано"
|
353 |
|
354 |
+
#: google-sitemap-plugin.php:717
|
355 |
msgid "not verified"
|
356 |
msgstr "не верифіковано"
|
357 |
|
358 |
+
#: google-sitemap-plugin.php:718
|
359 |
msgid "Sitemap file:"
|
360 |
msgstr "Файл карти сайту:"
|
361 |
|
362 |
+
#: google-sitemap-plugin.php:720
|
363 |
msgid "added"
|
364 |
msgstr "додано"
|
365 |
|
366 |
+
#: google-sitemap-plugin.php:722
|
367 |
msgid "not added"
|
368 |
msgstr "не додано"
|
369 |
|
370 |
+
#: google-sitemap-plugin.php:814
|
371 |
msgid "FAQ"
|
372 |
msgstr "Часті питання"
|
373 |
|
374 |
+
#: google-sitemap-plugin.php:815
|
375 |
msgid "Support"
|
376 |
msgstr "Тех.підтримка"
|
377 |
|
378 |
+
#: google-sitemap-plugin.php:863
|
379 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: google-sitemap-plugin.php:864
|
383 |
msgid "Extend standard plugin functionality with new great options"
|
384 |
msgstr ""
|
385 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
|
4 |
Tags: sitemap, google sitemap, google api, google webmaster tools, stmap, gogle sitemap, sitemp, google api sitemap, api sitemap, webmaster sitemap, webmaster tols, google stmp
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.8
|
7 |
-
Stable tag: 2.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -16,6 +16,8 @@ With the Google Sitemap Plugin you can create and add a Sitemap file to Google W
|
|
16 |
|
17 |
http://www.youtube.com/watch?v=C4M_ge0dyuU
|
18 |
|
|
|
|
|
19 |
<a href="http://wordpress.org/plugins/google-sitemap-plugin/faq/" target="_blank">FAQ</a>
|
20 |
|
21 |
<a href="http://support.bestwebsoft.com" target="_blank">Support</a>
|
@@ -50,6 +52,10 @@ We can fix some things for free for the users who provide translation of our plu
|
|
50 |
2. Activate the plugin via the 'Plugins' menu in WordPress.
|
51 |
3. The site settings are available in "BWS Plugins"->"Google Sitemap".
|
52 |
|
|
|
|
|
|
|
|
|
53 |
== Frequently Asked Questions ==
|
54 |
|
55 |
= How can I use this plugin? =
|
@@ -78,9 +84,13 @@ Select "I want to delete this site from Google Webmaster Tools" and click "Updat
|
|
78 |
|
79 |
Select "I want to get info about this site in Google Webmaster Tools" and click "Update".
|
80 |
|
81 |
-
=
|
82 |
|
83 |
-
|
|
|
|
|
|
|
|
|
84 |
|
85 |
== Screenshots ==
|
86 |
|
@@ -90,6 +100,14 @@ In the WordPress admin panel please go to "Plugins", find the Google Sitemap and
|
|
90 |
|
91 |
== Changelog ==
|
92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
= V2.8.5 - 13.01.2014 =
|
94 |
* Bugfix : Bugs related on using string offset as an array were fixed.
|
95 |
* Update : Screenshots was updated.
|
@@ -178,6 +196,12 @@ In the WordPress admin panel please go to "Plugins", find the Google Sitemap and
|
|
178 |
|
179 |
== Upgrade Notice ==
|
180 |
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
= V2.8.5 =
|
182 |
Bugs related on using string offset as an array were fixed. Screenshots was updated.
|
183 |
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
|
4 |
Tags: sitemap, google sitemap, google api, google webmaster tools, stmap, gogle sitemap, sitemp, google api sitemap, api sitemap, webmaster sitemap, webmaster tols, google stmp
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 3.8.1
|
7 |
+
Stable tag: 2.8.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
16 |
|
17 |
http://www.youtube.com/watch?v=C4M_ge0dyuU
|
18 |
|
19 |
+
<a href="http://www.youtube.com/watch?v=NKlAnFTzNrQ" target="_blank">Video instruction on Installation</a>
|
20 |
+
|
21 |
<a href="http://wordpress.org/plugins/google-sitemap-plugin/faq/" target="_blank">FAQ</a>
|
22 |
|
23 |
<a href="http://support.bestwebsoft.com" target="_blank">Support</a>
|
52 |
2. Activate the plugin via the 'Plugins' menu in WordPress.
|
53 |
3. The site settings are available in "BWS Plugins"->"Google Sitemap".
|
54 |
|
55 |
+
<a href="http://bestwebsoft.com/wp-content/uploads/manual/wp_plugin/google_sitemap/Google_Sitemap_Installation_step-by-step_instruction.pdf" target="_blank">View a PDF version of Step-by-step Instruction on Google Sitemap Installation</a>.
|
56 |
+
|
57 |
+
http://www.youtube.com/watch?v=NKlAnFTzNrQ
|
58 |
+
|
59 |
== Frequently Asked Questions ==
|
60 |
|
61 |
= How can I use this plugin? =
|
84 |
|
85 |
Select "I want to get info about this site in Google Webmaster Tools" and click "Update".
|
86 |
|
87 |
+
= I have some problems with the plugin's work. What Information should I provide to receive proper support? =
|
88 |
|
89 |
+
Please make sure that the problem hasn't been discussed yet on our forum (http://support.bestwebsoft.com). If no, please provide the following data along with your problem's description:
|
90 |
+
1. the link to the page where the problem occurs
|
91 |
+
2. the name of the plugin and its version. If you are using a pro version - your order number.
|
92 |
+
3. the version of your WordPress installation
|
93 |
+
4. copy and paste into the message your system status report. Please read more here: http://bestwebsoft.com/wp-content/uploads/manual/wp_plugin/general/System_Status.pdf
|
94 |
|
95 |
== Screenshots ==
|
96 |
|
100 |
|
101 |
== Changelog ==
|
102 |
|
103 |
+
= V2.8.7 - 31.01.2014 =
|
104 |
+
* Update : We updated all functionality for wordpress 3.8.1.
|
105 |
+
* Bugfix : Bug related on host name with HTTPS was fixed.
|
106 |
+
|
107 |
+
= V2.8.6 - 16.01.2014 =
|
108 |
+
* Bugfix : Bug related on The link which get's added to the robots.txt was fixed.
|
109 |
+
* Update : Style of the sitemap file was updated.
|
110 |
+
|
111 |
= V2.8.5 - 13.01.2014 =
|
112 |
* Bugfix : Bugs related on using string offset as an array were fixed.
|
113 |
* Update : Screenshots was updated.
|
196 |
|
197 |
== Upgrade Notice ==
|
198 |
|
199 |
+
= V2.8.7 =
|
200 |
+
We updated all functionality for wordpress 3.8.1. Bug related on host name with HTTPS was fixed.
|
201 |
+
|
202 |
+
= V2.8.6 =
|
203 |
+
Bug related on The link which get's added to the robots.txt was fixed. Style of the sitemap file was updated.
|
204 |
+
|
205 |
= V2.8.5 =
|
206 |
Bugs related on using string offset as an array were fixed. Screenshots was updated.
|
207 |
|
screenshot-1.png
CHANGED
File without changes
|
screenshot-2.png
CHANGED
File without changes
|
screenshot-3.png
CHANGED
File without changes
|
sitemap.xsl
CHANGED
@@ -12,69 +12,96 @@
|
|
12 |
<style type="text/css">
|
13 |
body {
|
14 |
font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
|
15 |
-
font-size:13px;
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
h1 {
|
20 |
-
|
|
|
|
|
|
|
21 |
}
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
}
|
29 |
|
30 |
-
#
|
31 |
-
|
|
|
|
|
32 |
}
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
td {
|
35 |
-
|
36 |
-
|
|
|
|
|
37 |
}
|
38 |
|
39 |
th {
|
40 |
-
|
41 |
-
font-size:
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
tr.high {
|
46 |
-
background-color:whitesmoke;
|
47 |
}
|
48 |
|
49 |
#footer {
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
text-align: center;
|
55 |
-
}
|
56 |
-
|
57 |
-
#footer a {
|
58 |
-
color:gray;
|
59 |
-
|
60 |
}
|
61 |
|
62 |
a {
|
63 |
-
color:
|
64 |
-
}
|
|
|
|
|
|
|
|
|
65 |
</style>
|
66 |
</head>
|
67 |
<body>
|
68 |
-
<
|
69 |
-
|
70 |
-
<
|
71 |
-
This is a XML Sitemap which is supposed to be processed by <a href="http://www.google.com">Google</a> search engine.<br />
|
72 |
-
It was generated using the <a href="http://bestwebsoft.com">BestWebSoft Software</a>.<br />
|
73 |
-
</p>
|
74 |
</div>
|
75 |
<div id="content">
|
76 |
-
<table cellpadding="5">
|
77 |
-
<tr
|
78 |
<th>URL</th>
|
79 |
<th>Priority</th>
|
80 |
<th>Change Frequency</th>
|
@@ -109,7 +136,7 @@
|
|
109 |
</table>
|
110 |
</div>
|
111 |
<div id="footer">
|
112 |
-
Generated with
|
113 |
</div>
|
114 |
</body>
|
115 |
</html>
|
12 |
<style type="text/css">
|
13 |
body {
|
14 |
font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
|
15 |
+
font-size: 13px;
|
16 |
+
}
|
17 |
+
|
18 |
+
#header {
|
19 |
+
text-align: center;
|
20 |
+
padding-top: 14px;
|
21 |
+
padding-bottom: 29px;
|
22 |
+
}
|
23 |
|
24 |
h1 {
|
25 |
+
font-weight: normal;
|
26 |
+
font-size: 24px;
|
27 |
+
line-height: 20px;
|
28 |
+
color: #333333;
|
29 |
}
|
30 |
+
|
31 |
+
h2 {
|
32 |
+
font-weight: normal;
|
33 |
+
font-size: 13px;
|
34 |
+
color: #aaaaaa;
|
35 |
+
line-height: 10px;
|
36 |
}
|
37 |
|
38 |
+
#content {
|
39 |
+
background: #f8f8f8;
|
40 |
+
border-top: 1px solid #dddddd;
|
41 |
+
padding-top: 50px;
|
42 |
}
|
43 |
+
|
44 |
+
#content a:visited,
|
45 |
+
#content tr:hover a:visited {
|
46 |
+
color: #68009c;
|
47 |
+
}
|
48 |
+
|
49 |
+
table {
|
50 |
+
margin: 0 auto;
|
51 |
+
text-align: left;
|
52 |
+
}
|
53 |
+
|
54 |
+
tr#table-header:hover {
|
55 |
+
background: none;
|
56 |
+
}
|
57 |
+
|
58 |
+
tr:hover {
|
59 |
+
background: #ebebeb;
|
60 |
+
}
|
61 |
+
|
62 |
+
#content tr:hover a {
|
63 |
+
color: #6e6e6e;
|
64 |
+
}
|
65 |
+
|
66 |
td {
|
67 |
+
color: #6e6e6e;
|
68 |
+
font-size: 12px;
|
69 |
+
border-bottom: 1px solid #dddddd;
|
70 |
+
padding: 11px 5px 13px;
|
71 |
}
|
72 |
|
73 |
th {
|
74 |
+
color: #333333;
|
75 |
+
font-size: 12px;
|
76 |
+
border-bottom: 1px solid #dddddd;
|
77 |
+
padding: 5px 50px 17px 5px;
|
|
|
|
|
|
|
78 |
}
|
79 |
|
80 |
#footer {
|
81 |
+
background: #f8f8f8;
|
82 |
+
font-size: 13px;
|
83 |
+
color: #aaaaaa;
|
84 |
+
padding: 54px 0 20px;
|
85 |
+
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
86 |
}
|
87 |
|
88 |
a {
|
89 |
+
color: #2384c6;
|
90 |
+
}
|
91 |
+
a:hover {
|
92 |
+
color: #6e6e6e;
|
93 |
+
text-decoration: none;
|
94 |
+
}
|
95 |
</style>
|
96 |
</head>
|
97 |
<body>
|
98 |
+
<div id="header">
|
99 |
+
<h1>XML Sitemap</h1>
|
100 |
+
<h2>This is a XML Sitemap which is supposed to be processed by <a href="http://www.google.com">Google search engine</a>.</h2>
|
|
|
|
|
|
|
101 |
</div>
|
102 |
<div id="content">
|
103 |
+
<table cellpadding="5" cellspacing="0">
|
104 |
+
<tr id="table-header">
|
105 |
<th>URL</th>
|
106 |
<th>Priority</th>
|
107 |
<th>Change Frequency</th>
|
136 |
</table>
|
137 |
</div>
|
138 |
<div id="footer">
|
139 |
+
Generated with <a href="http://bestwebsoft.com/plugin/google-sitemap-plugin">Google Sitemap</a> plugin by <a href="http://bestwebsoft.com">BestWebSoft</a>
|
140 |
</div>
|
141 |
</body>
|
142 |
</html>
|