Version Description
- 13.02.2014 =
- New : Html5 version of Like button is added.
- Update : Screenshots are updated.
- Update : BWS plugins section is updated.
- Update : We updated all functionality for wordpress 3.8.1.
- Budfix : Problem with blinking of Like button is fixed.
- Budfix : Problem with getting wrong thumbnails when putting Like is fixed.
- Budfix : Problem with language of Like button when using shortcode is fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.28 |
Comparing to | |
See all releases |
Code changes from version 2.27 to 2.28
- bws_menu/bws_menu.php +885 -282
- bws_menu/css/style.css +149 -0
- bws_menu/icons/adsense.png +0 -0
- bws_menu/icons/captcha.png +0 -0
- bws_menu/icons/contact-form-to-db.png +0 -0
- bws_menu/icons/contact-form.png +0 -0
- bws_menu/icons/custom-fields-search.png +0 -0
- bws_menu/icons/custom-search.png +0 -0
- bws_menu/icons/donate-button.png +0 -0
- bws_menu/icons/facebook-button.png +0 -0
- bws_menu/icons/gallery.png +0 -0
- bws_menu/icons/google-one.png +0 -0
- bws_menu/icons/google-sitemap.png +0 -0
- bws_menu/icons/icon.png +0 -0
- bws_menu/icons/pdf-print.png +0 -0
- bws_menu/icons/portfolio.png +0 -0
- bws_menu/icons/pro.png +0 -0
- bws_menu/icons/quotes-and-tips.png +0 -0
- bws_menu/icons/relevant.png +0 -0
- bws_menu/icons/twitter.png +0 -0
- bws_menu/icons/updater.png +0 -0
- bws_menu/js/bws_menu.js +60 -0
- bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- bws_menu/languages/bestwebsoft-de_DE.po +247 -75
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +376 -81
- bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- bws_menu/languages/bestwebsoft-it_IT.po +248 -76
- bws_menu/languages/bestwebsoft-ja.mo +0 -0
- bws_menu/languages/bestwebsoft-ja.po +377 -81
- bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.po +247 -76
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +225 -236
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.po +339 -79
- bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.po +305 -79
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +234 -58
- css/style.css +18 -28
- css/style_wp_before_3.8.css +8 -21
- facebook-button-plugin.php +76 -27
- js/bws_menu.js +0 -23
- languages/facebook-ar_AR.mo +0 -0
- languages/facebook-ar_AR.po +48 -40
- languages/facebook-es_ES.mo +0 -0
- languages/facebook-es_ES.po +48 -40
- languages/facebook-fa_IR.mo +0 -0
- languages/facebook-fa_IR.po +48 -40
- languages/facebook-fr_FR.mo +0 -0
- languages/facebook-fr_FR.po +48 -40
- languages/facebook-he_IL.mo +0 -0
- languages/facebook-he_IL.po +48 -40
- languages/facebook-id_ID.mo +0 -0
- languages/facebook-id_ID.po +48 -40
- languages/facebook-ru_RU.mo +0 -0
- languages/facebook-ru_RU.po +48 -40
- languages/facebook-sr_RS.mo +0 -0
- languages/facebook-sr_RS.po +48 -40
- languages/facebook-tr_TR.mo +0 -0
- languages/facebook-tr_TR.po +48 -40
- languages/facebook-uk.mo +0 -0
- languages/facebook-uk.po +48 -40
- readme.txt +22 -2
- screenshot-1.jpg +0 -0
- screenshot-1.png +0 -0
- screenshot-2.jpg +0 -0
- screenshot-2.png +0 -0
- screenshot-3.jpg +0 -0
- screenshot-3.png +0 -0
- screenshot-4.jpg +0 -0
- screenshot-4.png +0 -0
- screenshot-5.jpg +0 -0
- screenshot-5.png +0 -0
bws_menu/bws_menu.php
CHANGED
@@ -4,223 +4,439 @@
|
|
4 |
*/
|
5 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
6 |
function bws_add_menu_render() {
|
7 |
-
global $wpdb, $wp_version, $bws_plugin_info;
|
8 |
-
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
9 |
-
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
|
10 |
-
$all_plugins = get_plugins();
|
11 |
$error = '';
|
12 |
$message = '';
|
13 |
$bwsmn_form_email = '';
|
14 |
-
$
|
15 |
|
16 |
-
|
17 |
-
$
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
|
30 |
-
array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
|
31 |
-
array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
|
32 |
-
array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
|
33 |
-
array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
|
34 |
-
array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' ),
|
35 |
-
array( 'contact-form-to-db\/contact_form_to_db.php', 'Contact Form to DB', 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=cntctfrmtdb_settings' ),
|
36 |
-
array( 'pdf-print\/pdf-print.php', 'PDF & Print', 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=pdf-print.php' ),
|
37 |
-
array( 'donate-button\/donate.php', 'Donate', 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=donate.php' )
|
38 |
-
);
|
39 |
-
foreach ( $array_plugins as $plugins ) {
|
40 |
-
if ( 0 < count( preg_grep( "/" . $plugins[0] . "/", $active_plugins ) ) || is_plugin_active_for_network( str_replace( '\\', '', $plugins[0] ) ) ) {
|
41 |
-
$array_activate[ $count_activate ]["title"] = $plugins[1];
|
42 |
-
$array_activate[ $count_activate ]["link"] = $plugins[2];
|
43 |
-
$array_activate[ $count_activate ]["href"] = $plugins[3];
|
44 |
-
$array_activate[ $count_activate ]["url"] = $plugins[5];
|
45 |
-
$count_activate++;
|
46 |
-
} else if ( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
|
47 |
-
$array_install[ $count_install ]["title"] = $plugins[1];
|
48 |
-
$array_install[ $count_install ]["link"] = $plugins[2];
|
49 |
-
$array_install[ $count_install ]["href"] = $plugins[3];
|
50 |
-
$count_install++;
|
51 |
-
} else {
|
52 |
-
$array_recomend[ $count_recomend ]["title"] = $plugins[1];
|
53 |
-
$array_recomend[ $count_recomend ]["link"] = $plugins[2];
|
54 |
-
$array_recomend[ $count_recomend ]["href"] = $plugins[3];
|
55 |
-
$array_recomend[ $count_recomend ]["slug"] = $plugins[4];
|
56 |
-
$count_recomend++;
|
57 |
-
}
|
58 |
}
|
59 |
|
60 |
-
$
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
);
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
$
|
76 |
-
$
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
$
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
}
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
$
|
108 |
-
$
|
109 |
-
$
|
110 |
-
|
111 |
-
$
|
112 |
-
|
113 |
-
$
|
114 |
-
$
|
|
|
|
|
115 |
} else {
|
116 |
-
$
|
117 |
-
$
|
118 |
-
$
|
119 |
-
$
|
120 |
-
$
|
121 |
}
|
122 |
}
|
123 |
-
}
|
124 |
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
if ( ini_get( 'max_execution_time' ) )
|
148 |
-
$max_execution_time = ini_get( 'max_execution_time' );
|
149 |
-
else
|
150 |
-
$max_execution_time = __( 'N/A', 'bestwebsoft' );
|
151 |
-
if ( ini_get( 'memory_limit' ) )
|
152 |
-
$memory_limit = ini_get( 'memory_limit' );
|
153 |
-
else
|
154 |
-
$memory_limit = __( 'N/A', 'bestwebsoft' );
|
155 |
-
if ( function_exists( 'memory_get_usage' ) )
|
156 |
-
$memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' );
|
157 |
-
else
|
158 |
-
$memory_usage = __( 'N/A', 'bestwebsoft' );
|
159 |
-
if ( is_callable( 'exif_read_data' ) )
|
160 |
-
$exif_read_data = __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
|
161 |
-
else
|
162 |
-
$exif_read_data = __( 'No', 'bestwebsoft' );
|
163 |
-
if ( is_callable( 'iptcparse' ) )
|
164 |
-
$iptcparse = __( 'Yes', 'bestwebsoft' );
|
165 |
-
else
|
166 |
-
$iptcparse = __( 'No', 'bestwebsoft' );
|
167 |
-
if ( is_callable( 'xml_parser_create' ) )
|
168 |
-
$xml_parser_create = __( 'Yes', 'bestwebsoft' );
|
169 |
-
else
|
170 |
-
$xml_parser_create = __( 'No', 'bestwebsoft' );
|
171 |
-
|
172 |
-
if ( function_exists( 'wp_get_theme' ) )
|
173 |
-
$theme = wp_get_theme();
|
174 |
-
else
|
175 |
-
$theme = get_theme( get_current_theme() );
|
176 |
-
|
177 |
-
if ( function_exists( 'is_multisite' ) ) {
|
178 |
-
if ( is_multisite() ) {
|
179 |
-
$multisite = __( 'Yes', 'bestwebsoft' );
|
180 |
-
} else {
|
181 |
-
$multisite = __( 'No', 'bestwebsoft' );
|
182 |
}
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
);
|
217 |
-
foreach ( $all_plugins as $path => $plugin ) {
|
218 |
-
if ( is_plugin_active( $path ) ) {
|
219 |
-
$system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
220 |
-
} else {
|
221 |
-
$system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
222 |
}
|
223 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
|
225 |
if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
|
226 |
( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
|
@@ -266,99 +482,461 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
266 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
267 |
}
|
268 |
}
|
|
|
269 |
?>
|
270 |
<div class="wrap">
|
271 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
272 |
-
<h2>
|
273 |
-
<
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
<
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
<?php if ( 0 < $count_recomend_pro ) { ?>
|
293 |
-
<div style="padding-left:15px;">
|
294 |
-
<h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
|
295 |
-
<?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
|
296 |
-
<div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'bestwebsoft' ); ?></a></p>
|
297 |
-
<?php } ?>
|
298 |
-
</div>
|
299 |
-
<?php } ?>
|
300 |
-
<br />
|
301 |
-
<h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
|
302 |
-
<?php if ( 0 < $count_activate ) { ?>
|
303 |
-
<div style="padding-left:15px;">
|
304 |
-
<h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
|
305 |
-
<?php foreach ( $array_activate as $activate_plugin ) { ?>
|
306 |
-
<div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
|
307 |
<?php } ?>
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
<?php } ?>
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
<?php } ?>
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
<?php if ( $wp_version >= '3.4' ) { ?>
|
328 |
-
<h3 style="color: green"><?php _e( 'Free themes', 'bestwebsoft' ); ?></h3>
|
329 |
-
<?php if ( 0 < $count_activate_theme ) { ?>
|
330 |
<div style="padding-left:15px;">
|
331 |
-
<h4><?php _e( 'Activated
|
332 |
-
|
|
|
|
|
333 |
</div>
|
334 |
<?php } ?>
|
335 |
-
<?php if ( 0 < $
|
336 |
<div style="padding-left:15px;">
|
337 |
-
<h4><?php _e( 'Installed
|
338 |
-
<?php foreach ( $
|
339 |
-
<div style="float:left; width:200px;"><?php echo $
|
340 |
<?php } ?>
|
341 |
</div>
|
342 |
<?php } ?>
|
343 |
-
<?php if ( 0 < $
|
344 |
<div style="padding-left:15px;">
|
345 |
-
<h4><?php _e( 'Recommended
|
346 |
-
<?php foreach ( $
|
347 |
-
<div style="float:left; width:200px;"><?php echo $
|
348 |
<?php } ?>
|
349 |
</div>
|
350 |
<?php } ?>
|
351 |
<br />
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
358 |
</div>
|
359 |
-
|
360 |
-
|
361 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
<div class="inside">
|
363 |
<table class="bws_system_info">
|
364 |
<thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
|
@@ -394,14 +972,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
394 |
</tbody>
|
395 |
</table>
|
396 |
<div class="clear"></div>
|
397 |
-
<form method="post" action="admin.php?page=bws_plugins">
|
398 |
<p>
|
399 |
<input type="hidden" name="bwsmn_form_submit" value="submit" />
|
400 |
<input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
|
401 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
|
402 |
</p>
|
403 |
</form>
|
404 |
-
<form method="post" action="admin.php?page=bws_plugins">
|
405 |
<p>
|
406 |
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
407 |
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
@@ -410,8 +988,33 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
410 |
</p>
|
411 |
</form>
|
412 |
</div>
|
413 |
-
|
414 |
-
|
415 |
</div>
|
416 |
<?php }
|
417 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
*/
|
5 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
6 |
function bws_add_menu_render() {
|
7 |
+
global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
|
|
|
|
|
|
|
8 |
$error = '';
|
9 |
$message = '';
|
10 |
$bwsmn_form_email = '';
|
11 |
+
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13';
|
12 |
|
13 |
+
// install the option defaults
|
14 |
+
if ( 1 == $wpmu ) {
|
15 |
+
if ( !get_site_option( 'bstwbsftwppdtplgns_options' ) )
|
16 |
+
add_site_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
|
17 |
+
$bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
|
18 |
+
} else {
|
19 |
+
if ( !get_option( 'bstwbsftwppdtplgns_options' ) )
|
20 |
+
add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
|
21 |
+
$bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
|
22 |
+
}
|
23 |
+
if ( !isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
|
24 |
+
$bstwbsftwppdtplgns_options['bws_menu_version'] = '1.1';
|
25 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
}
|
27 |
|
28 |
+
if ( isset( $_REQUEST['bwsmn_form_submit_switch'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_switch' ) ) {
|
29 |
+
if ( $bstwbsftwppdtplgns_options['bws_menu_version'] == '1.1' )
|
30 |
+
$bstwbsftwppdtplgns_options['bws_menu_version'] = 'old';
|
31 |
+
else
|
32 |
+
$bstwbsftwppdtplgns_options['bws_menu_version'] = '1.1';
|
33 |
+
$bstwbsftwppdtplgns_options['bws_menu_time'] = strtotime('now');
|
34 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
|
35 |
+
}
|
36 |
+
|
37 |
+
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
38 |
+
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
|
39 |
+
|
40 |
+
$bws_plugins = array(
|
41 |
+
'captcha/captcha.php' => array(
|
42 |
+
'name' => 'Captcha',
|
43 |
+
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
44 |
+
'link' => 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
45 |
+
'download' => 'http://bestwebsoft.com/plugin/captcha-plugin/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
46 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
|
47 |
+
'settings' => 'admin.php?page=captcha.php',
|
48 |
+
'pro_version' => 'captcha-pro/captcha_pro.php'
|
49 |
+
),
|
50 |
+
'contact-form-plugin/contact_form.php' => array(
|
51 |
+
'name' => 'Contact form',
|
52 |
+
'description' => 'Add Contact Form to your WordPress website.',
|
53 |
+
'link' => 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
54 |
+
'download' => 'http://bestwebsoft.com/plugin/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
55 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
|
56 |
+
'settings' => 'admin.php?page=contact_form.php',
|
57 |
+
'pro_version' => 'contact-form-pro/contact_form_pro.php'
|
58 |
+
),
|
59 |
+
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
60 |
+
'name' => 'Facebook Like Button',
|
61 |
+
'description' => 'Allows you to add a Follow button the easiest way.',
|
62 |
+
'link' => 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
63 |
+
'download' => 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
64 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
65 |
+
'settings' => 'admin.php?page=facebook-button-plugin.php'
|
66 |
+
),
|
67 |
+
'twitter-plugin/twitter.php' => array(
|
68 |
+
'name' => 'Twitter',
|
69 |
+
'description' => 'Allows you to add a Twitter "Follow button" the easiest way.',
|
70 |
+
'link' => 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
71 |
+
'download' => 'http://bestwebsoft.com/plugin/twitter-plugin/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
72 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
73 |
+
'settings' => 'admin.php?page=twitter.php'
|
74 |
+
),
|
75 |
+
'portfolio/portfolio.php' => array(
|
76 |
+
'name' => 'Portfolio',
|
77 |
+
'description' => 'Allows you to create a page with the information about your past projects.',
|
78 |
+
'link' => 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
79 |
+
'download' => 'http://bestwebsoft.com/plugin/portfolio-plugin/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
80 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
|
81 |
+
'settings' => 'admin.php?page=portfolio.php'
|
82 |
+
),
|
83 |
+
'gallery-plugin/gallery-plugin.php' => array(
|
84 |
+
'name' => 'Gallery',
|
85 |
+
'description' => 'Allows you to implement a Gallery page into your website.',
|
86 |
+
'link' => 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
87 |
+
'download' => 'http://bestwebsoft.com/plugin/gallery-plugin/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
88 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
89 |
+
'settings' => 'admin.php?page=gallery-plugin.php',
|
90 |
+
'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php'
|
91 |
+
),
|
92 |
+
'adsense-plugin/adsense-plugin.php'=> array(
|
93 |
+
'name' => 'Google AdSense',
|
94 |
+
'description' => 'Allows Google AdSense implementation to your website.',
|
95 |
+
'link' => 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
96 |
+
'download' => 'http://bestwebsoft.com/plugin/google-adsense-plugin/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
97 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
98 |
+
'settings' => 'admin.php?page=adsense-plugin.php'
|
99 |
+
),
|
100 |
+
'custom-search-plugin/custom-search-plugin.php'=> array(
|
101 |
+
'name' => 'Custom Search',
|
102 |
+
'description' => 'Allows to extend your website search functionality by adding a custom post type.',
|
103 |
+
'link' => 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
104 |
+
'download' => 'http://bestwebsoft.com/plugin/custom-search-plugin/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
105 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
106 |
+
'settings' => 'admin.php?page=custom_search.php'
|
107 |
+
),
|
108 |
+
'quotes-and-tips/quotes-and-tips.php'=> array(
|
109 |
+
'name' => 'Quotes and Tips',
|
110 |
+
'description' => 'Allows you to implement quotes & tips block into your web site.',
|
111 |
+
'link' => 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
112 |
+
'download' => 'http://bestwebsoft.com/plugin/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
113 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
|
114 |
+
'settings' => 'admin.php?page=quotes-and-tips.php'
|
115 |
+
),
|
116 |
+
'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
|
117 |
+
'name' => 'Google Sitemap',
|
118 |
+
'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
|
119 |
+
'link' => 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
120 |
+
'download' => 'http://bestwebsoft.com/plugin/google-sitemap-plugin/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
121 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
122 |
+
'settings' => 'admin.php?page=google-sitemap-plugin.php',
|
123 |
+
'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php'
|
124 |
+
),
|
125 |
+
'updater/updater.php'=> array(
|
126 |
+
'name' => 'Updater',
|
127 |
+
'description' => 'Allows you to update plugins and WP core.',
|
128 |
+
'link' => 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
129 |
+
'download' => 'http://bestwebsoft.com/plugin/updater-plugin/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
130 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
|
131 |
+
'settings' => 'admin.php?page=updater-options',
|
132 |
+
'pro_version' => 'updater-pro/updater_pro.php'
|
133 |
+
),
|
134 |
+
'custom-fields-search/custom-fields-search.php'=> array(
|
135 |
+
'name' => 'Custom Fields Search',
|
136 |
+
'description' => 'Allows you to add website search any existing custom fields.',
|
137 |
+
'link' => 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
138 |
+
'download' => 'http://bestwebsoft.com/plugin/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
139 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
|
140 |
+
'settings' => 'admin.php?page=custom_fields_search.php'
|
141 |
+
),
|
142 |
+
'google-one/google-plus-one.php' => array(
|
143 |
+
'name' => 'Google +1',
|
144 |
+
'description' => 'Allows you to celebrate liked the article.',
|
145 |
+
'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
146 |
+
'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
147 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
|
148 |
+
'settings' => 'admin.php?page=google-plus-one.php'
|
149 |
+
),
|
150 |
+
'relevant/related-posts-plugin.php' => array(
|
151 |
+
'name' => 'Relevant - Related Posts',
|
152 |
+
'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
|
153 |
+
'link' => 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
154 |
+
'download' => 'http://bestwebsoft.com/plugin/related-posts-plugin/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
155 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
|
156 |
+
'settings' => 'admin.php?page=related-posts-plugin.php'
|
157 |
+
),
|
158 |
+
'contact-form-to-db/contact_form_to_db.php' => array(
|
159 |
+
'name' => 'Contact Form To DB',
|
160 |
+
'description' => 'Allows you to manage the messages that have been sent from your site.',
|
161 |
+
'link' => 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
162 |
+
'download' => 'http://bestwebsoft.com/plugin/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
163 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
|
164 |
+
'settings' => 'admin.php?page=cntctfrmtdb_settings',
|
165 |
+
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php'
|
166 |
+
),
|
167 |
+
'pdf-print/pdf-print.php' => array(
|
168 |
+
'name' => 'PDF & Print',
|
169 |
+
'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
|
170 |
+
'link' => 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
171 |
+
'download' => 'http://bestwebsoft.com/plugin/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
172 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
|
173 |
+
'settings' => 'admin.php?page=pdf-print.php'
|
174 |
+
),
|
175 |
+
'donate-button/donate.php' => array(
|
176 |
+
'name' => 'Donate',
|
177 |
+
'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
|
178 |
+
'link' => 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
179 |
+
'download' => 'http://bestwebsoft.com/plugin/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
180 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
|
181 |
+
'settings' => 'admin.php?page=donate.php'
|
182 |
+
)
|
183 |
);
|
184 |
+
$bws_plugins_pro = array(
|
185 |
+
'gallery-plugin-pro/gallery-plugin-pro.php' => array(
|
186 |
+
'name' => 'Gallery Pro',
|
187 |
+
'description' => 'Allows you to implement as many galleries as you want into your website.',
|
188 |
+
'link' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
189 |
+
'purchase' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
190 |
+
'settings' => 'admin.php?page=gallery-plugin-pro.php'
|
191 |
+
),
|
192 |
+
'contact-form-pro/contact_form_pro.php' => array(
|
193 |
+
'name' => 'Contact form Pro',
|
194 |
+
'description' => 'Allows you to implement a feedback form to a web-page or a post in no time.',
|
195 |
+
'link' => 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
196 |
+
'purchase' => 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
197 |
+
'settings' => 'admin.php?page=contact_form_pro.php'
|
198 |
+
),
|
199 |
+
'captcha-pro/captcha_pro.php' => array(
|
200 |
+
'name' => 'Captcha Pro',
|
201 |
+
'description' => 'Allows you to implement a super security captcha form into web forms.',
|
202 |
+
'link' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
203 |
+
'purchase' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
204 |
+
'settings' => 'admin.php?page=captcha_pro.php'
|
205 |
+
),
|
206 |
+
'updater-pro/updater_pro.php' => array(
|
207 |
+
'name' => 'Updater Pro',
|
208 |
+
'description' => 'Allows you to update plugins and WordPress core on your website.',
|
209 |
+
'link' => 'http://bestwebsoft.com/plugin/updater-pro/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
210 |
+
'purchase' => 'http://bestwebsoft.com/plugin/updater-pro?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
211 |
+
'settings' => 'admin.php?page=updater-pro-options'
|
212 |
+
),
|
213 |
+
'contact-form-to-db-pro/contact_form_to_db_pro.php' => array(
|
214 |
+
'name' => 'Contact form to DB Pro',
|
215 |
+
'description' => 'The plugin provides a unique opportunity to manage messages sent from your site via the contact form.',
|
216 |
+
'link' => 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
217 |
+
'purchase' => 'http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
218 |
+
'settings' => 'admin.php?page=cntctfrmtdbpr_settings'
|
219 |
+
),
|
220 |
+
'google-sitemap-pro/google-sitemap-pro.php'=> array(
|
221 |
+
'name' => 'Google Sitemap Pro',
|
222 |
+
'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
|
223 |
+
'link' => 'http://bestwebsoft.com/plugin/google-sitemap-pro/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
224 |
+
'purchase' => 'http://bestwebsoft.com/plugin/google-sitemap-pro/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
225 |
+
'settings' => 'admin.php?page=google-sitemap-pro.php'
|
226 |
+
),
|
227 |
+
);
|
228 |
+
|
229 |
+
$all_plugins = get_plugins();
|
230 |
+
$active_plugins = get_option( 'active_plugins' );
|
231 |
+
|
232 |
+
if ( '1.1' == $bstwbsftwppdtplgns_options['bws_menu_version'] ) {
|
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 ] );
|
245 |
+
|
246 |
+
if ( isset( $bws_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
|
247 |
+
unset( $all_plugins[ $key_plugin ] );
|
248 |
+
}
|
249 |
+
}
|
250 |
+
} else {
|
251 |
+
|
252 |
+
$array_activate = array();
|
253 |
+
$array_install = array();
|
254 |
+
$array_recomend = array();
|
255 |
+
$count_activate = $count_install = $count_recomend = 0;
|
256 |
+
|
257 |
+
foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
|
258 |
+
if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) {
|
259 |
+
$array_activate[ $count_activate ]["title"] = $value_plugin['name'];
|
260 |
+
$array_activate[ $count_activate ]["link"] = $value_plugin['link'];
|
261 |
+
$array_activate[ $count_activate ]["href"] = $value_plugin['download'];
|
262 |
+
$array_activate[ $count_activate ]["url"] = $value_plugin['settings'];
|
263 |
+
$count_activate++;
|
264 |
+
} else if ( array_key_exists( $key_plugin, $all_plugins ) ) {
|
265 |
+
$array_install[ $count_install ]["title"] = $value_plugin['name'];
|
266 |
+
$array_install[ $count_install ]["link"] = $value_plugin['link'];
|
267 |
+
$array_install[ $count_install ]["href"] = $value_plugin['download'];
|
268 |
+
$count_install++;
|
269 |
} else {
|
270 |
+
$array_recomend[ $count_recomend ]["title"] = $value_plugin['name'];
|
271 |
+
$array_recomend[ $count_recomend ]["link"] = $value_plugin['link'];
|
272 |
+
$array_recomend[ $count_recomend ]["href"] = $value_plugin['download'];
|
273 |
+
$array_recomend[ $count_recomend ]["slug"] = $value_plugin['wp_install'];
|
274 |
+
$count_recomend++;
|
275 |
}
|
276 |
}
|
|
|
277 |
|
278 |
+
$array_activate_pro = array();
|
279 |
+
$array_install_pro = array();
|
280 |
+
$array_recomend_pro = array();
|
281 |
+
$count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
|
282 |
+
foreach ( $bws_plugins_pro as $key_plugin => $value_plugin ) {
|
283 |
+
if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) {
|
284 |
+
$array_activate_pro[ $count_activate_pro ]["title"] = $value_plugin['name'];
|
285 |
+
$array_activate_pro[ $count_activate_pro ]["link"] = $value_plugin['link'];
|
286 |
+
$array_activate_pro[ $count_activate_pro ]["href"] = $value_plugin['purchase'];
|
287 |
+
$array_activate_pro[ $count_activate_pro ]["url"] = $value_plugin['settings'];
|
288 |
+
$count_activate_pro++;
|
289 |
+
} else if ( array_key_exists( $key_plugin, $all_plugins ) ) {
|
290 |
+
$array_install_pro[ $count_install_pro ]["title"] = $value_plugin['name'];
|
291 |
+
$array_install_pro[ $count_install_pro ]["link"] = $value_plugin['link'];
|
292 |
+
$array_install_pro[ $count_install_pro ]["href"] = $value_plugin['purchase'];
|
293 |
+
$count_install_pro++;
|
294 |
+
} else {
|
295 |
+
$array_recomend_pro[ $count_recomend_pro ]["title"] = $value_plugin['name'];
|
296 |
+
$array_recomend_pro[ $count_recomend_pro ]["link"] = $value_plugin['link'];
|
297 |
+
$array_recomend_pro[ $count_recomend_pro ]["href"] = $value_plugin['purchase'];
|
298 |
+
$count_recomend_pro++;
|
299 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
}
|
301 |
+
if ( $wp_version >= '3.4' ) {
|
302 |
+
$wp_list_table = _get_list_table( 'WP_Themes_List_Table' );
|
303 |
+
$wp_list_table->prepare_items();
|
304 |
+
$current_theme = wp_get_theme();
|
305 |
+
$array_activate_theme = array();
|
306 |
+
$array_install_theme = array();
|
307 |
+
$array_recomend_theme = array();
|
308 |
+
$count_activate_theme = $count_install_theme = $count_recomend_theme = 0;
|
309 |
+
$array_theme = array(
|
310 |
+
array( 'central', 'Central', 'http://bestwebsoft.com/theme/central/?k=77c0199aabdb1f601a0504e312bee220&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/central/?k=77c0199aabdb1f601a0504e312bee220&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&s=Central&search=Search' ),
|
311 |
+
array( 'simple-classic', 'Simple Classic', 'http://bestwebsoft.com/theme/simple-classic/?k=b3990bfc85125747f48ece9f011f4cde&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/simple-classic/?k=b3990bfc85125747f48ece9f011f4cde&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=Simple+Classic&search=Search' ),
|
312 |
+
array( 'reddish', 'Reddish', 'http://bestwebsoft.com/theme/reddish/?k=1ea187e3fd401fd278e23a333abaf4f6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/reddish/?k=1ea187e3fd401fd278e23a333abaf4f6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=reddish&search=Search' ),
|
313 |
+
array( 'wordpost', 'Wordpost', 'http://bestwebsoft.com/theme/wordpost/?k=f0fc8c98135c9657751224562aca7a55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, 'http://bestwebsoft.com/theme/wordpost/?k=f0fc8c98135c9657751224562aca7a55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download', '/wp-admin/theme-install.php?tab=search&type=term&s=Wordpost&search=Search' )
|
314 |
+
);
|
315 |
+
foreach ( $array_theme as $theme ) {
|
316 |
+
if ( $current_theme->get( 'Name' ) == $theme[1] ) {
|
317 |
+
$array_activate_theme[ $count_activate_theme ]["title"] = $theme[1];
|
318 |
+
$array_activate_theme[ $count_activate_theme ]["link"] = $theme[2];
|
319 |
+
$array_activate_theme[ $count_activate_theme ]["href"] = $theme[3];
|
320 |
+
$count_activate_theme++;
|
321 |
+
} elseif ( array_key_exists( $theme[0], $wp_list_table->items ) ) {
|
322 |
+
$array_install_theme[ $count_install_theme ]["title"] = $theme[1];
|
323 |
+
$array_install_theme[ $count_install_theme ]["link"] = $theme[2];
|
324 |
+
$array_install_theme[ $count_install_theme ]["href"] = $theme[3];
|
325 |
+
$count_install_theme++;
|
326 |
+
} else {
|
327 |
+
$array_recomend_theme[ $count_recomend_theme ]["title"] = $theme[1];
|
328 |
+
$array_recomend_theme[ $count_recomend_theme ]["link"] = $theme[2];
|
329 |
+
$array_recomend_theme[ $count_recomend_theme ]["href"] = $theme[3];
|
330 |
+
$array_recomend_theme[ $count_recomend_theme ]["slug"] = $theme[4];
|
331 |
+
$count_recomend_theme++;
|
332 |
+
}
|
333 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
}
|
335 |
+
}
|
336 |
+
|
337 |
+
if ( ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) || 'old' == $bstwbsftwppdtplgns_options['bws_menu_version'] ) {
|
338 |
+
$all_plugins = get_plugins();
|
339 |
+
$active_plugins = get_option( 'active_plugins' );
|
340 |
+
$sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
|
341 |
+
$mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
|
342 |
+
if ( is_array( $mysql_info) )
|
343 |
+
$sql_mode = $mysql_info[0]->Value;
|
344 |
+
if ( empty( $sql_mode ) )
|
345 |
+
$sql_mode = __( 'Not set', 'bestwebsoft' );
|
346 |
+
if ( ini_get( 'safe_mode' ) )
|
347 |
+
$safe_mode = __( 'On', 'bestwebsoft' );
|
348 |
+
else
|
349 |
+
$safe_mode = __( 'Off', 'bestwebsoft' );
|
350 |
+
if ( ini_get( 'allow_url_fopen' ) )
|
351 |
+
$allow_url_fopen = __( 'On', 'bestwebsoft' );
|
352 |
+
else
|
353 |
+
$allow_url_fopen = __( 'Off', 'bestwebsoft' );
|
354 |
+
if ( ini_get( 'upload_max_filesize' ) )
|
355 |
+
$upload_max_filesize = ini_get( 'upload_max_filesize' );
|
356 |
+
else
|
357 |
+
$upload_max_filesize = __( 'N/A', 'bestwebsoft' );
|
358 |
+
if ( ini_get('post_max_size') )
|
359 |
+
$post_max_size = ini_get('post_max_size');
|
360 |
+
else
|
361 |
+
$post_max_size = __( 'N/A', 'bestwebsoft' );
|
362 |
+
if ( ini_get( 'max_execution_time' ) )
|
363 |
+
$max_execution_time = ini_get( 'max_execution_time' );
|
364 |
+
else
|
365 |
+
$max_execution_time = __( 'N/A', 'bestwebsoft' );
|
366 |
+
if ( ini_get( 'memory_limit' ) )
|
367 |
+
$memory_limit = ini_get( 'memory_limit' );
|
368 |
+
else
|
369 |
+
$memory_limit = __( 'N/A', 'bestwebsoft' );
|
370 |
+
if ( function_exists( 'memory_get_usage' ) )
|
371 |
+
$memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' );
|
372 |
+
else
|
373 |
+
$memory_usage = __( 'N/A', 'bestwebsoft' );
|
374 |
+
if ( is_callable( 'exif_read_data' ) )
|
375 |
+
$exif_read_data = __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
|
376 |
+
else
|
377 |
+
$exif_read_data = __( 'No', 'bestwebsoft' );
|
378 |
+
if ( is_callable( 'iptcparse' ) )
|
379 |
+
$iptcparse = __( 'Yes', 'bestwebsoft' );
|
380 |
+
else
|
381 |
+
$iptcparse = __( 'No', 'bestwebsoft' );
|
382 |
+
if ( is_callable( 'xml_parser_create' ) )
|
383 |
+
$xml_parser_create = __( 'Yes', 'bestwebsoft' );
|
384 |
+
else
|
385 |
+
$xml_parser_create = __( 'No', 'bestwebsoft' );
|
386 |
+
|
387 |
+
if ( function_exists( 'wp_get_theme' ) )
|
388 |
+
$theme = wp_get_theme();
|
389 |
+
else
|
390 |
+
$theme = get_theme( get_current_theme() );
|
391 |
+
|
392 |
+
if ( function_exists( 'is_multisite' ) ) {
|
393 |
+
if ( is_multisite() ) {
|
394 |
+
$multisite = __( 'Yes', 'bestwebsoft' );
|
395 |
+
} else {
|
396 |
+
$multisite = __( 'No', 'bestwebsoft' );
|
397 |
+
}
|
398 |
+
} else
|
399 |
+
$multisite = __( 'N/A', 'bestwebsoft' );
|
400 |
+
|
401 |
+
$site_url = get_option( 'siteurl' );
|
402 |
+
$home_url = get_option( 'home' );
|
403 |
+
$db_version = get_option( 'db_version' );
|
404 |
+
$system_info = array(
|
405 |
+
'system_info' => '',
|
406 |
+
'active_plugins' => '',
|
407 |
+
'inactive_plugins' => ''
|
408 |
+
);
|
409 |
+
$system_info['system_info'] = array(
|
410 |
+
__( 'Operating System', 'bestwebsoft' ) => PHP_OS,
|
411 |
+
__( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
|
412 |
+
__( 'Memory usage', 'bestwebsoft' ) => $memory_usage,
|
413 |
+
__( 'MYSQL Version', 'bestwebsoft' ) => $sql_version,
|
414 |
+
__( 'SQL Mode', 'bestwebsoft' ) => $sql_mode,
|
415 |
+
__( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
|
416 |
+
__( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
|
417 |
+
__( 'PHP Allow URL fopen', 'bestwebsoft' ) => $allow_url_fopen,
|
418 |
+
__( 'PHP Memory Limit', 'bestwebsoft' ) => $memory_limit,
|
419 |
+
__( 'PHP Max Upload Size', 'bestwebsoft' ) => $upload_max_filesize,
|
420 |
+
__( 'PHP Max Post Size', 'bestwebsoft' ) => $post_max_size,
|
421 |
+
__( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
|
422 |
+
__( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
|
423 |
+
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
424 |
+
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
425 |
+
__( 'Site URL', 'bestwebsoft' ) => $site_url,
|
426 |
+
__( 'Home URL', 'bestwebsoft' ) => $home_url,
|
427 |
+
__( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
|
428 |
+
__( 'WordPress DB Version', 'bestwebsoft' ) => $db_version,
|
429 |
+
__( 'Multisite', 'bestwebsoft' ) => $multisite,
|
430 |
+
__( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version']
|
431 |
+
);
|
432 |
+
foreach ( $all_plugins as $path => $plugin ) {
|
433 |
+
if ( is_plugin_active( $path ) ) {
|
434 |
+
$system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
435 |
+
} else {
|
436 |
+
$system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
437 |
+
}
|
438 |
+
}
|
439 |
+
}
|
440 |
|
441 |
if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
|
442 |
( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
|
482 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
483 |
}
|
484 |
}
|
485 |
+
|
486 |
?>
|
487 |
<div class="wrap">
|
488 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
489 |
+
<h2>
|
490 |
+
<span class="bws_main title">BestWebSoft</span>
|
491 |
+
<?php if ( 'old' == $bstwbsftwppdtplgns_options['bws_menu_version'] && isset( $bstwbsftwppdtplgns_options['bws_menu_time'] ) && strtotime("-14 day") < $bstwbsftwppdtplgns_options['bws_menu_time'] ) { ?>
|
492 |
+
<form method="post" action="admin.php?page=bws_plugins">
|
493 |
+
<input type="hidden" name="bwsmn_form_submit_switch" value="submit" />
|
494 |
+
<input type="submit" class="bws_switch_link" value="<?php _e( 'Switch to new interface', 'bestwebsoft' ) ?>" />
|
495 |
+
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_switch' ); ?>
|
496 |
+
</form>
|
497 |
+
</h2>
|
498 |
+
<div class="clear"></div>
|
499 |
+
<div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
500 |
+
<div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
501 |
+
<h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
|
502 |
+
<?php if ( 0 < $count_activate_pro ) { ?>
|
503 |
+
<div style="padding-left:15px;">
|
504 |
+
<h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
|
505 |
+
<?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
|
506 |
+
<div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
|
507 |
+
<?php } ?>
|
508 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
<?php } ?>
|
510 |
+
<?php if ( 0 < $count_install_pro ) { ?>
|
511 |
+
<div style="padding-left:15px;">
|
512 |
+
<h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
513 |
+
<?php foreach ( $array_install_pro as $install_plugin) { ?>
|
514 |
+
<div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
|
515 |
+
<?php } ?>
|
516 |
+
</div>
|
517 |
<?php } ?>
|
518 |
+
<?php if ( 0 < $count_recomend_pro ) { ?>
|
519 |
+
<div style="padding-left:15px;">
|
520 |
+
<h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
|
521 |
+
<?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
|
522 |
+
<div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'bestwebsoft' ); ?></a></p>
|
523 |
+
<?php } ?>
|
524 |
+
</div>
|
525 |
<?php } ?>
|
526 |
+
<br />
|
527 |
+
<h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
|
528 |
+
<?php if ( 0 < $count_activate ) { ?>
|
|
|
|
|
|
|
529 |
<div style="padding-left:15px;">
|
530 |
+
<h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
|
531 |
+
<?php foreach ( $array_activate as $activate_plugin ) { ?>
|
532 |
+
<div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
|
533 |
+
<?php } ?>
|
534 |
</div>
|
535 |
<?php } ?>
|
536 |
+
<?php if ( 0 < $count_install ) { ?>
|
537 |
<div style="padding-left:15px;">
|
538 |
+
<h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
539 |
+
<?php foreach ( $array_install as $install_plugin ) { ?>
|
540 |
+
<div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
|
541 |
<?php } ?>
|
542 |
</div>
|
543 |
<?php } ?>
|
544 |
+
<?php if ( 0 < $count_recomend ) { ?>
|
545 |
<div style="padding-left:15px;">
|
546 |
+
<h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
|
547 |
+
<?php foreach ( $array_recomend as $recomend_plugin ) { ?>
|
548 |
+
<div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Download", 'bestwebsoft' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'bestwebsoft' ) ?></a></p>
|
549 |
<?php } ?>
|
550 |
</div>
|
551 |
<?php } ?>
|
552 |
<br />
|
553 |
+
<?php if ( $wp_version >= '3.4' ) { ?>
|
554 |
+
<h3 style="color: green"><?php _e( 'Free themes', 'bestwebsoft' ); ?></h3>
|
555 |
+
<?php if ( 0 < $count_activate_theme ) { ?>
|
556 |
+
<div style="padding-left:15px;">
|
557 |
+
<h4><?php _e( 'Activated theme', 'bestwebsoft' ); ?></h4>
|
558 |
+
<div style="float:left; width:200px;"><?php echo $array_activate_theme[0]["title"]; ?></div> <p><a href="<?php echo $array_activate_theme[0]["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo wp_customize_url(); ?>" title="<?php echo esc_attr( sprintf( __( 'Customize “%s”' ), $current_theme->display('Name') ) ); ?>"><?php _e( 'Customize' ); ?></a></p>
|
559 |
+
</div>
|
560 |
+
<?php } ?>
|
561 |
+
<?php if ( 0 < $count_install_theme ) { ?>
|
562 |
+
<div style="padding-left:15px;">
|
563 |
+
<h4><?php _e( 'Installed themes', 'bestwebsoft' ); ?></h4>
|
564 |
+
<?php foreach ( $array_install_theme as $install_theme ) { ?>
|
565 |
+
<div style="float:left; width:200px;"><?php echo $install_theme["title"]; ?></div> <p><a href="<?php echo $install_theme["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
|
566 |
+
<?php } ?>
|
567 |
</div>
|
568 |
+
<?php } ?>
|
569 |
+
<?php if ( 0 < $count_recomend_theme ) { ?>
|
570 |
+
<div style="padding-left:15px;">
|
571 |
+
<h4><?php _e( 'Recommended themes', 'bestwebsoft' ); ?></h4>
|
572 |
+
<?php foreach ( $array_recomend_theme as $recomend_theme ) { ?>
|
573 |
+
<div style="float:left; width:200px;"><?php echo $recomend_theme["title"]; ?></div> <p><a href="<?php echo $recomend_theme["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_theme["href"]; ?>" target="_blank"><?php echo __( "Download", 'bestwebsoft' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_theme["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_theme["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'bestwebsoft' ) ?></a></p>
|
574 |
+
<?php } ?>
|
575 |
+
</div>
|
576 |
+
<?php } ?>
|
577 |
+
<br />
|
578 |
+
<?php } ?>
|
579 |
+
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'bestwebsoft' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
|
580 |
+
<div id="poststuff" class="bws_system_info_meta_box">
|
581 |
+
<div class="postbox">
|
582 |
+
<div class="handlediv" title="Click to toggle">
|
583 |
+
<br>
|
584 |
+
</div>
|
585 |
+
<h3 class="hndle">
|
586 |
+
<span><?php _e( 'System status', 'bestwebsoft' ); ?></span>
|
587 |
+
</h3>
|
588 |
+
<div class="inside">
|
589 |
+
<table class="bws_system_info">
|
590 |
+
<thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
|
591 |
+
<tbody>
|
592 |
+
<?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
|
593 |
+
<tr>
|
594 |
+
<td scope="row"><?php echo $key; ?></td>
|
595 |
+
<td scope="row"><?php echo $value; ?></td>
|
596 |
+
</tr>
|
597 |
+
<?php } ?>
|
598 |
+
</tbody>
|
599 |
+
</table>
|
600 |
+
<table class="bws_system_info">
|
601 |
+
<thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
602 |
+
<tbody>
|
603 |
+
<?php foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
|
604 |
+
<tr>
|
605 |
+
<td scope="row"><?php echo $key; ?></td>
|
606 |
+
<td scope="row"><?php echo $value; ?></td>
|
607 |
+
</tr>
|
608 |
+
<?php } ?>
|
609 |
+
</tbody>
|
610 |
+
</table>
|
611 |
+
<table class="bws_system_info">
|
612 |
+
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
613 |
+
<tbody>
|
614 |
+
<?php foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
615 |
+
<tr>
|
616 |
+
<td scope="row"><?php echo $key; ?></td>
|
617 |
+
<td scope="row"><?php echo $value; ?></td>
|
618 |
+
</tr>
|
619 |
+
<?php } ?>
|
620 |
+
</tbody>
|
621 |
+
</table>
|
622 |
+
<div class="clear"></div>
|
623 |
+
<form method="post" action="admin.php?page=bws_plugins">
|
624 |
+
<p>
|
625 |
+
<input type="hidden" name="bwsmn_form_submit" value="submit" />
|
626 |
+
<input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
|
627 |
+
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
|
628 |
+
</p>
|
629 |
+
</form>
|
630 |
+
<form method="post" action="admin.php?page=bws_plugins">
|
631 |
+
<p>
|
632 |
+
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
633 |
+
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
634 |
+
<input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
|
635 |
+
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
|
636 |
+
</p>
|
637 |
+
</form>
|
638 |
+
</div>
|
639 |
+
</div>
|
640 |
+
</div>
|
641 |
+
<?php } else { ?>
|
642 |
+
<form method="post" action="admin.php?page=bws_plugins">
|
643 |
+
<input type="hidden" name="bwsmn_form_submit_switch" value="submit" />
|
644 |
+
<input type="submit" class="bws_switch_link" value="<?php _e( 'Switch to old interface', 'bestwebsoft' ) ?>" />
|
645 |
+
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_switch' ); ?>
|
646 |
+
</form>
|
647 |
+
</h2>
|
648 |
+
<div class="clear"></div>
|
649 |
+
<h2 class="nav-tab-wrapper">
|
650 |
+
<a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
651 |
+
<?php if ( $wp_version >= '3.4' ) { ?>
|
652 |
+
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
|
653 |
+
<?php } ?>
|
654 |
+
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
655 |
+
</h2>
|
656 |
+
<?php if ( !isset( $_GET['action'] ) ) { ?>
|
657 |
+
<ul class="subsubsub">
|
658 |
+
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
659 |
+
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
660 |
+
<li><a <?php if ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=recommended"><?php _e( 'Recommended', 'bestwebsoft' ); ?></a></li>
|
661 |
+
</ul>
|
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>
|
690 |
+
<div class="bws_product_content">
|
691 |
+
<div class="bws_product_icon">
|
692 |
+
<div class="bws_product_icon_pro"></div>
|
693 |
+
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
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">
|
700 |
+
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
701 |
+
<span> | </span>
|
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>
|
709 |
+
<div class="bws_product_content">
|
710 |
+
<div class="bws_product_icon">
|
711 |
+
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
712 |
+
</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>
|
725 |
+
</div>
|
726 |
+
<div class="bws_product_links">
|
727 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
728 |
+
<span> | </span>
|
729 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
730 |
+
</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>
|
738 |
+
<div class="bws_product_content">
|
739 |
+
<div class="bws_product_icon">
|
740 |
+
<div class="bws_product_icon_pro"></div>
|
741 |
+
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
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">
|
748 |
+
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
749 |
+
<span> | </span>
|
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>
|
757 |
+
<div class="bws_product_content">
|
758 |
+
<div class="bws_product_icon">
|
759 |
+
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
760 |
+
</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>
|
773 |
+
</div>
|
774 |
+
<div class="bws_product_links">
|
775 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
776 |
+
<span> | </span>
|
777 |
+
<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
|
778 |
+
</div>
|
779 |
+
</div>
|
780 |
+
<?php }
|
781 |
+
}
|
782 |
+
}
|
783 |
+
} ?>
|
784 |
+
<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">
|
809 |
+
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
810 |
+
<div class="bws_product_content">
|
811 |
+
<div class="bws_product_icon">
|
812 |
+
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
813 |
+
<div class="bws_product_icon_pro"></div>
|
814 |
+
<?php } ?>
|
815 |
+
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
816 |
+
</div>
|
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>
|
836 |
+
<?php }
|
837 |
+
} ?>
|
838 |
+
<?php } elseif ( 'themes' == $_GET['action'] ) { ?>
|
839 |
+
<div id="availablethemes">
|
840 |
+
<?php
|
841 |
+
global $tabs, $tab, $paged, $type, $theme_field_defaults;
|
842 |
+
include( ABSPATH . 'wp-admin/includes/theme-install.php' );
|
843 |
+
include( ABSPATH . 'wp-admin/includes/class-wp-themes-list-table.php' );
|
844 |
+
include( ABSPATH . 'wp-admin/includes/class-wp-theme-install-list-table.php' );
|
845 |
+
|
846 |
+
$theme_class = new WP_Theme_Install_List_Table();
|
847 |
+
$paged = $theme_class->get_pagenum();
|
848 |
+
$per_page = 36;
|
849 |
+
$args = array( 'page' => $paged, 'per_page' => $per_page, 'fields' => $theme_field_defaults );
|
850 |
+
$args['author'] = 'bestwebsoft';
|
851 |
+
$args = apply_filters( 'install_themes_table_api_args_search', $args );
|
852 |
+
$api = themes_api( 'query_themes', $args );
|
853 |
+
|
854 |
+
if ( is_wp_error( $api ) )
|
855 |
+
wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try again' ) . '</a>' );
|
856 |
+
|
857 |
+
$theme_class->items = $api->themes;
|
858 |
+
$theme_class->set_pagination_args( array(
|
859 |
+
'total_items' => $api->info['results'],
|
860 |
+
'per_page' => $per_page,
|
861 |
+
'infinite_scroll' => true,
|
862 |
+
) );
|
863 |
+
$themes = $theme_class->items;
|
864 |
+
foreach ( $themes as $theme ) {
|
865 |
+
?><div class="available-theme installable-theme"><?php
|
866 |
+
global $themes_allowedtags;
|
867 |
+
if ( empty( $theme ) )
|
868 |
+
return;
|
869 |
+
|
870 |
+
$name = wp_kses( $theme->name, $themes_allowedtags );
|
871 |
+
$author = wp_kses( $theme->author, $themes_allowedtags );
|
872 |
+
$preview_title = sprintf( __('Preview “%s”'), $name );
|
873 |
+
$preview_url = add_query_arg( array(
|
874 |
+
'tab' => 'theme-information',
|
875 |
+
'theme' => $theme->slug,
|
876 |
+
), self_admin_url( 'theme-install.php' ) );
|
877 |
+
|
878 |
+
$actions = array();
|
879 |
+
|
880 |
+
$install_url = add_query_arg( array(
|
881 |
+
'action' => 'install-theme',
|
882 |
+
'theme' => $theme->slug,
|
883 |
+
), self_admin_url( 'update.php' ) );
|
884 |
+
|
885 |
+
$update_url = add_query_arg( array(
|
886 |
+
'action' => 'upgrade-theme',
|
887 |
+
'theme' => $theme->slug,
|
888 |
+
), self_admin_url( 'update.php' ) );
|
889 |
+
|
890 |
+
$status = 'install';
|
891 |
+
$installed_theme = wp_get_theme( $theme->slug );
|
892 |
+
if ( $installed_theme->exists() ) {
|
893 |
+
if ( version_compare( $installed_theme->get('Version'), $theme->version, '=' ) )
|
894 |
+
$status = 'latest_installed';
|
895 |
+
elseif ( version_compare( $installed_theme->get('Version'), $theme->version, '>' ) )
|
896 |
+
$status = 'newer_installed';
|
897 |
+
else
|
898 |
+
$status = 'update_available';
|
899 |
+
}
|
900 |
+
switch ( $status ) {
|
901 |
+
default:
|
902 |
+
case 'install':
|
903 |
+
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
904 |
+
break;
|
905 |
+
case 'update_available':
|
906 |
+
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ) . '">' . __( 'Update' ) . '</a>';
|
907 |
+
break;
|
908 |
+
case 'newer_installed':
|
909 |
+
case 'latest_installed':
|
910 |
+
$actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme' ) . '</span>';
|
911 |
+
break;
|
912 |
+
}
|
913 |
+
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
|
914 |
+
$actions = apply_filters( 'theme_install_actions', $actions, $theme );
|
915 |
+
?>
|
916 |
+
<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
|
917 |
+
<img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
|
918 |
+
</a>
|
919 |
+
<h3><?php echo $name; ?></h3>
|
920 |
+
<div class="theme-author"><?php printf( __( 'By %s' ), $author ); ?></div>
|
921 |
+
<div class="action-links">
|
922 |
+
<ul>
|
923 |
+
<?php foreach ( $actions as $action ): ?>
|
924 |
+
<li><?php echo $action; ?></li>
|
925 |
+
<?php endforeach; ?>
|
926 |
+
<li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li>
|
927 |
+
</ul>
|
928 |
+
</div>
|
929 |
+
<?php $theme_class->install_theme_info( $theme );
|
930 |
+
?></div>
|
931 |
+
<?php }
|
932 |
+
// end foreach $theme_names
|
933 |
+
$theme_class->theme_installer();
|
934 |
+
?>
|
935 |
+
</div>
|
936 |
+
<?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
|
937 |
+
<div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
938 |
+
<div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
939 |
+
<h3><?php _e( 'System status', 'bestwebsoft' ); ?></h3>
|
940 |
<div class="inside">
|
941 |
<table class="bws_system_info">
|
942 |
<thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
|
972 |
</tbody>
|
973 |
</table>
|
974 |
<div class="clear"></div>
|
975 |
+
<form method="post" action="admin.php?page=bws_plugins&action=system_status">
|
976 |
<p>
|
977 |
<input type="hidden" name="bwsmn_form_submit" value="submit" />
|
978 |
<input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
|
979 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
|
980 |
</p>
|
981 |
</form>
|
982 |
+
<form method="post" action="admin.php?page=bws_plugins&action=system_status">
|
983 |
<p>
|
984 |
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
985 |
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
988 |
</p>
|
989 |
</form>
|
990 |
</div>
|
991 |
+
<?php }
|
992 |
+
} ?>
|
993 |
</div>
|
994 |
<?php }
|
995 |
+
}
|
996 |
+
|
997 |
+
if ( ! function_exists ( 'bws_plugin_init' ) ) {
|
998 |
+
function bws_plugin_init() {
|
999 |
+
// Internationalization, first(!)
|
1000 |
+
load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
1001 |
+
}
|
1002 |
+
}
|
1003 |
+
|
1004 |
+
if ( ! function_exists ( 'bws_admin_head' ) ) {
|
1005 |
+
function bws_admin_head() {
|
1006 |
+
global $wp_version;
|
1007 |
+
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) {
|
1008 |
+
wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
|
1009 |
+
wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
|
1010 |
+
if ( $wp_version >= '3.8' )
|
1011 |
+
wp_enqueue_script( 'theme-install' );
|
1012 |
+
elseif ( $wp_version >= '3.4' )
|
1013 |
+
wp_enqueue_script( 'theme' );
|
1014 |
+
}
|
1015 |
+
}
|
1016 |
+
}
|
1017 |
+
|
1018 |
+
add_action( 'init', 'bws_plugin_init' );
|
1019 |
+
add_action( 'admin_enqueue_scripts', 'bws_admin_head' );
|
1020 |
+
?>
|
bws_menu/css/style.css
ADDED
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.bws_system_info_meta_box {
|
2 |
+
max-width: 850px;
|
3 |
+
}
|
4 |
+
.bws_system_info_meta_box .hndle {
|
5 |
+
cursor: pointer !important;
|
6 |
+
}
|
7 |
+
.bws_system_info {
|
8 |
+
float: left;
|
9 |
+
margin-right: 10px;
|
10 |
+
max-width: 400px;
|
11 |
+
}
|
12 |
+
.bws_system_info th {
|
13 |
+
padding: 10px 0;
|
14 |
+
text-align: left;
|
15 |
+
width: 50%;
|
16 |
+
}
|
17 |
+
.bws_system_info tbody td {
|
18 |
+
border-bottom: 1px solid #DFDFDF;
|
19 |
+
}
|
20 |
+
.clear {
|
21 |
+
clear: both;
|
22 |
+
}
|
23 |
+
.bws_main.title {
|
24 |
+
float: left;
|
25 |
+
margin-right: 30px;
|
26 |
+
}
|
27 |
+
h4.bws_installed,
|
28 |
+
h4.bws_recommended {
|
29 |
+
color: #999;
|
30 |
+
font-weight: bold;
|
31 |
+
text-transform: uppercase;
|
32 |
+
font-size: 14px;
|
33 |
+
padding-left: 15px;
|
34 |
+
}
|
35 |
+
h4.bws_installed {
|
36 |
+
background: url("../icons/icon.png") no-repeat 0 5px;
|
37 |
+
}
|
38 |
+
h4.bws_recommended {
|
39 |
+
background: url("../icons/icon.png") no-repeat 0 -11px;
|
40 |
+
}
|
41 |
+
.bws_product_box {
|
42 |
+
background: none repeat scroll 0 0 #FFFFFF;
|
43 |
+
border: 1px solid #CACACA;
|
44 |
+
float: left;
|
45 |
+
margin: 0 9px 10px 0;
|
46 |
+
text-align: center;
|
47 |
+
width: 182px;
|
48 |
+
border-radius: 3px;
|
49 |
+
}
|
50 |
+
.bws_product_box a {
|
51 |
+
text-decoration: none;
|
52 |
+
}
|
53 |
+
.bws_product {
|
54 |
+
border-bottom: 1px solid #fff;
|
55 |
+
min-height: 203px;
|
56 |
+
}
|
57 |
+
.bws_product_content {
|
58 |
+
min-height: 93px;
|
59 |
+
}
|
60 |
+
.bws_activate {
|
61 |
+
color: #F14B21;
|
62 |
+
}
|
63 |
+
.bws_activate:hover {
|
64 |
+
color: #f26e50;
|
65 |
+
}
|
66 |
+
.bws_product_title {
|
67 |
+
font-weight: bold;
|
68 |
+
padding: 16px 10px 28px;
|
69 |
+
font-size: 14px;
|
70 |
+
height: 18px;
|
71 |
+
}
|
72 |
+
.bws_product_deactivated .bws_product_title {
|
73 |
+
color: #7e7e7e;
|
74 |
+
}
|
75 |
+
.bws_product_pro .bws_product_title {
|
76 |
+
color: #fff;
|
77 |
+
}
|
78 |
+
.bws_product_icon_pro {
|
79 |
+
background: url("../icons/pro.png") no-repeat scroll center top rgba(0, 0, 0, 0);
|
80 |
+
height: 20px;
|
81 |
+
margin-bottom: -19px;
|
82 |
+
position: relative;
|
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;
|
95 |
+
}
|
96 |
+
.bws_product_deactivated .bws_product {
|
97 |
+
background: #EEE;
|
98 |
+
border-bottom: 1px solid #CACACA;
|
99 |
+
}
|
100 |
+
.bws_product.bws_product_pro {
|
101 |
+
background: #222;
|
102 |
+
border-bottom: 1px solid #222;
|
103 |
+
color: #fff;
|
104 |
+
}
|
105 |
+
.bws_product a,
|
106 |
+
.bws_product a:hover {
|
107 |
+
color: #fff;
|
108 |
+
}
|
109 |
+
.bws_product_button {
|
110 |
+
background: #00A22E;
|
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;
|
120 |
+
}
|
121 |
+
.bws_product_deactivated.bws_product_free .bws_product_button {
|
122 |
+
background: #0074a2;
|
123 |
+
}
|
124 |
+
.bws_product_deactivated.bws_product_free .bws_product_button:hover {
|
125 |
+
background: #006187;
|
126 |
+
}
|
127 |
+
.bws_product_free .bws_product_button {
|
128 |
+
background: #dd5738;
|
129 |
+
}
|
130 |
+
.bws_product_free .bws_product_button:hover {
|
131 |
+
background: #dd4825;
|
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;
|
138 |
+
}
|
139 |
+
.bws_switch_link {
|
140 |
+
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
|
141 |
+
border: medium none;
|
142 |
+
color: #0074A2;
|
143 |
+
float: right;
|
144 |
+
cursor: pointer;
|
145 |
+
font-size: 13px;
|
146 |
+
}
|
147 |
+
.bws_switch_link:hover {
|
148 |
+
color: #2ea2cc;
|
149 |
+
}
|
bws_menu/icons/adsense.png
ADDED
Binary file
|
bws_menu/icons/captcha.png
ADDED
Binary file
|
bws_menu/icons/contact-form-to-db.png
ADDED
Binary file
|
bws_menu/icons/contact-form.png
ADDED
Binary file
|
bws_menu/icons/custom-fields-search.png
ADDED
Binary file
|
bws_menu/icons/custom-search.png
ADDED
Binary file
|
bws_menu/icons/donate-button.png
ADDED
Binary file
|
bws_menu/icons/facebook-button.png
ADDED
Binary file
|
bws_menu/icons/gallery.png
ADDED
Binary file
|
bws_menu/icons/google-one.png
ADDED
Binary file
|
bws_menu/icons/google-sitemap.png
ADDED
Binary file
|
bws_menu/icons/icon.png
ADDED
Binary file
|
bws_menu/icons/pdf-print.png
ADDED
Binary file
|
bws_menu/icons/portfolio.png
ADDED
Binary file
|
bws_menu/icons/pro.png
ADDED
Binary file
|
bws_menu/icons/quotes-and-tips.png
ADDED
Binary file
|
bws_menu/icons/relevant.png
ADDED
Binary file
|
bws_menu/icons/twitter.png
ADDED
Binary file
|
bws_menu/icons/updater.png
ADDED
Binary file
|
bws_menu/js/bws_menu.js
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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() {
|
24 |
+
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
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 |
+
|
39 |
+
/* old version */
|
40 |
+
if ( $( 'input[name="bwsmn_form_email"]' ).val() == '' ) {
|
41 |
+
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
|
42 |
+
}
|
43 |
+
|
44 |
+
$( '.bws_system_info_meta_box .hndle' ).click( function() {
|
45 |
+
if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
|
46 |
+
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
|
47 |
+
} else {
|
48 |
+
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
|
49 |
+
}
|
50 |
+
});
|
51 |
+
|
52 |
+
$( '.bws_system_info_meta_box .handlediv' ).click( function() {
|
53 |
+
if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
|
54 |
+
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
|
55 |
+
} else {
|
56 |
+
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
|
57 |
+
}
|
58 |
+
});
|
59 |
+
});
|
60 |
+
})(jQuery);
|
bws_menu/languages/bestwebsoft-de_DE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.po
CHANGED
@@ -2,10 +2,11 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -18,275 +19,446 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
# @ captcha
|
21 |
-
#: bws_menu.php:
|
22 |
msgid "Not set"
|
23 |
msgstr "Nicht festgelegt"
|
24 |
|
25 |
# @ captcha
|
26 |
-
#: bws_menu.php:
|
27 |
-
#: bws_menu.php:
|
28 |
msgid "On"
|
29 |
msgstr "Ein"
|
30 |
|
31 |
# @ captcha
|
32 |
-
#: bws_menu.php:
|
33 |
-
#: bws_menu.php:
|
34 |
msgid "Off"
|
35 |
msgstr "Ausgeschaltet"
|
36 |
|
37 |
# @ captcha
|
38 |
-
#: bws_menu.php:
|
39 |
-
#: bws_menu.php:
|
40 |
-
#: bws_menu.php:
|
41 |
-
#: bws_menu.php:
|
42 |
-
#: bws_menu.php:
|
43 |
-
#: bws_menu.php:
|
44 |
msgid "N/A"
|
45 |
msgstr "keine Angaben"
|
46 |
|
47 |
# @ captcha
|
48 |
-
#: bws_menu.php:
|
49 |
msgid " Mb"
|
50 |
msgstr " Mb"
|
51 |
|
52 |
# @ captcha
|
53 |
-
#: bws_menu.php:
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:
|
56 |
-
#: bws_menu.php:
|
57 |
msgid "Yes"
|
58 |
msgstr "Ja"
|
59 |
|
60 |
# @ captcha
|
61 |
-
#: bws_menu.php:
|
62 |
-
#: bws_menu.php:
|
63 |
-
#: bws_menu.php:
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "No"
|
66 |
msgstr "Nein"
|
67 |
|
68 |
# @ captcha
|
69 |
-
#: bws_menu.php:
|
70 |
msgid "Operating System"
|
71 |
msgstr "Betriebs-System"
|
72 |
|
73 |
# @ captcha
|
74 |
-
#: bws_menu.php:
|
75 |
msgid "Server"
|
76 |
msgstr "Server"
|
77 |
|
78 |
# @ captcha
|
79 |
-
#: bws_menu.php:
|
80 |
msgid "Memory usage"
|
81 |
msgstr "Speichernutzung"
|
82 |
|
83 |
# @ captcha
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "MYSQL Version"
|
86 |
msgstr "MYSQL Version"
|
87 |
|
88 |
# @ captcha
|
89 |
-
#: bws_menu.php:
|
90 |
msgid "SQL Mode"
|
91 |
msgstr "SQL Modus"
|
92 |
|
93 |
# @ captcha
|
94 |
-
#: bws_menu.php:
|
95 |
msgid "PHP Version"
|
96 |
msgstr "PHP Version"
|
97 |
|
98 |
# @ captcha
|
99 |
-
#: bws_menu.php:
|
100 |
msgid "PHP Safe Mode"
|
101 |
msgstr "PHP Gesicherter Modus"
|
102 |
|
103 |
# @ captcha
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Allow URL fopen"
|
106 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
107 |
|
108 |
# @ captcha
|
109 |
-
#: bws_menu.php:
|
110 |
msgid "PHP Memory Limit"
|
111 |
msgstr "PHP Speicher-Grenze"
|
112 |
|
113 |
# @ captcha
|
114 |
-
#: bws_menu.php:
|
115 |
msgid "PHP Max Upload Size"
|
116 |
msgstr "PHP Maximale Upload Größe"
|
117 |
|
118 |
# @ captcha
|
119 |
-
#: bws_menu.php:
|
120 |
msgid "PHP Max Post Size"
|
121 |
msgstr "PHP Maximale Beitrags-Größe"
|
122 |
|
123 |
# @ captcha
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "PHP Max Script Execute Time"
|
126 |
msgstr "PHP Maximale Script Ausführungszeit"
|
127 |
|
128 |
# @ captcha
|
129 |
-
#: bws_menu.php:
|
130 |
msgid "PHP Exif support"
|
131 |
msgstr "PHP Exif Support"
|
132 |
|
133 |
# @ captcha
|
134 |
-
#: bws_menu.php:
|
135 |
msgid "PHP IPTC support"
|
136 |
msgstr "PHP IPTC Support"
|
137 |
|
138 |
# @ captcha
|
139 |
-
#: bws_menu.php:
|
140 |
msgid "PHP XML support"
|
141 |
msgstr "PHP XML Support"
|
142 |
|
143 |
# @ captcha
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Site URL"
|
146 |
msgstr "Site URL"
|
147 |
|
148 |
# @ captcha
|
149 |
-
#: bws_menu.php:
|
150 |
msgid "Home URL"
|
151 |
msgstr "Home URL"
|
152 |
|
153 |
# @ captcha
|
154 |
-
#: bws_menu.php:
|
155 |
msgid "WordPress Version"
|
156 |
msgstr "WordPress Version"
|
157 |
|
158 |
# @ captcha
|
159 |
-
#: bws_menu.php:
|
160 |
msgid "WordPress DB Version"
|
161 |
msgstr "WordPress DB Version"
|
162 |
|
163 |
# @ captcha
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Multisite"
|
166 |
msgstr "Multisite"
|
167 |
|
168 |
# @ captcha
|
169 |
-
#: bws_menu.php:
|
170 |
msgid "Active Theme"
|
171 |
msgstr "Actives Theme"
|
172 |
|
173 |
# @ captcha
|
174 |
-
#: bws_menu.php:
|
175 |
msgid "Please enter a valid email address."
|
176 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
177 |
|
178 |
# @ captcha
|
179 |
-
#: bws_menu.php:
|
180 |
msgid "Email with system info is sent to "
|
181 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
182 |
|
183 |
# @ captcha
|
184 |
-
#: bws_menu.php:
|
185 |
msgid "Thank you for contacting us."
|
186 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
187 |
|
188 |
# @ captcha
|
189 |
-
#: bws_menu.php:
|
190 |
msgid "Sorry, email message could not be delivered."
|
191 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
192 |
|
|
|
|
|
|
|
|
|
193 |
# @ captcha
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Pro plugins"
|
196 |
msgstr "BWS Plugins"
|
197 |
|
198 |
# @ captcha
|
199 |
-
#: bws_menu.php:
|
200 |
-
#: bws_menu.php:
|
201 |
msgid "Activated plugins"
|
202 |
msgstr "Aktivierte Plugins"
|
203 |
|
204 |
# @ captcha
|
205 |
-
#: bws_menu.php:
|
206 |
-
#: bws_menu.php:
|
207 |
-
#: bws_menu.php:
|
208 |
-
#: bws_menu.php:
|
209 |
-
#: bws_menu.php:
|
210 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
211 |
msgid "Read more"
|
212 |
msgstr "Lesen Sie mehr"
|
213 |
|
214 |
# @ captcha
|
215 |
-
#: bws_menu.php:
|
216 |
-
#: bws_menu.php:
|
|
|
|
|
217 |
msgid "Settings"
|
218 |
msgstr "Einstellungen"
|
219 |
|
220 |
# @ captcha
|
221 |
-
#: bws_menu.php:
|
222 |
-
#: bws_menu.php:
|
|
|
223 |
msgid "Installed plugins"
|
224 |
msgstr "Installierte Plugins"
|
225 |
|
226 |
# @ captcha
|
227 |
-
#: bws_menu.php:
|
228 |
-
#: bws_menu.php:
|
|
|
229 |
msgid "Recommended plugins"
|
230 |
msgstr "Empfohlene Plugins"
|
231 |
|
232 |
# @ captcha
|
233 |
-
#: bws_menu.php:
|
234 |
msgid "Purchase"
|
235 |
msgstr "Kaufen"
|
236 |
|
237 |
# @ captcha
|
238 |
-
#: bws_menu.php:
|
239 |
msgid "Free plugins"
|
240 |
msgstr "Freie Plugins"
|
241 |
|
242 |
# @ captcha
|
243 |
-
#: bws_menu.php:
|
|
|
244 |
msgid "Download"
|
245 |
msgstr "Herunterladen"
|
246 |
|
247 |
# @ default
|
248 |
-
#: bws_menu.php:
|
|
|
|
|
249 |
#, php-format
|
250 |
msgid "Install %s"
|
251 |
msgstr "Installiere %s"
|
252 |
|
253 |
# @ captcha
|
254 |
-
#: bws_menu.php:
|
|
|
255 |
msgid "Install now from wordpress.org"
|
256 |
msgstr "Installiere jetzt von wordpress.org"
|
257 |
|
|
|
|
|
|
|
|
|
258 |
# @ captcha
|
259 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
260 |
msgid "If you have any questions, please contact us via"
|
261 |
msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
262 |
|
263 |
# @ captcha
|
264 |
-
#: bws_menu.php:
|
|
|
|
|
265 |
msgid "System status"
|
266 |
msgstr "System Status"
|
267 |
|
268 |
# @ captcha
|
269 |
-
#: bws_menu.php:
|
|
|
270 |
msgid "Environment"
|
271 |
msgstr "Umgebungsvariable"
|
272 |
|
273 |
# @ captcha
|
274 |
-
#: bws_menu.php:
|
|
|
275 |
msgid "Active Plugins"
|
276 |
msgstr "Aktivierte Plugins"
|
277 |
|
278 |
# @ captcha
|
279 |
-
#: bws_menu.php:
|
|
|
280 |
msgid "Inactive Plugins"
|
281 |
msgstr "Inactive Plugins"
|
282 |
|
283 |
# @ captcha
|
284 |
-
#: bws_menu.php:
|
|
|
285 |
msgid "Send to support"
|
286 |
msgstr "Sende zuzm Support"
|
287 |
|
288 |
# @ captcha
|
289 |
-
#: bws_menu.php:
|
|
|
290 |
msgid "Send to custom email »"
|
291 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
292 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\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,14 +2,14 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Language: fr_FR\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -17,370 +17,582 @@ 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:
|
35 |
-
#: bws_menu.php:
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:
|
38 |
-
#: bws_menu.php:
|
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:
|
48 |
-
#: bws_menu.php:
|
49 |
-
#: bws_menu.php:
|
50 |
-
#: bws_menu.php:
|
51 |
msgid "Yes"
|
52 |
msgstr "Yes"
|
53 |
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:
|
56 |
-
#: bws_menu.php:
|
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 "Pro plugins"
|
163 |
msgstr "Plugins Pro"
|
164 |
|
165 |
-
#: bws_menu.php:
|
166 |
-
#: bws_menu.php:
|
167 |
msgid "Activated plugins"
|
168 |
msgstr "Plugin activé"
|
169 |
|
170 |
-
#: bws_menu.php:
|
171 |
-
#: bws_menu.php:
|
172 |
-
#: bws_menu.php:
|
173 |
-
#: bws_menu.php:
|
174 |
-
#: bws_menu.php:
|
175 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
176 |
msgid "Read more"
|
177 |
msgstr "Lire la suite"
|
178 |
|
179 |
-
#: bws_menu.php:
|
180 |
-
#: bws_menu.php:
|
|
|
|
|
181 |
msgid "Settings"
|
182 |
msgstr "Réglages"
|
183 |
|
184 |
-
#: bws_menu.php:
|
185 |
-
#: bws_menu.php:
|
|
|
186 |
msgid "Installed plugins"
|
187 |
msgstr "Plugin installé"
|
188 |
|
189 |
-
#: bws_menu.php:
|
190 |
-
#: bws_menu.php:
|
|
|
191 |
msgid "Recommended plugins"
|
192 |
msgstr "Plugin recommandé"
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Purchase"
|
196 |
msgstr "Achetez"
|
197 |
|
198 |
-
#: bws_menu.php:
|
199 |
msgid "Free plugins"
|
200 |
msgstr "Plugins gratuits"
|
201 |
|
202 |
-
#: bws_menu.php:
|
|
|
203 |
msgid "Download"
|
204 |
msgstr "Téléchargement"
|
205 |
|
206 |
-
#: bws_menu.php:
|
|
|
|
|
207 |
#, php-format
|
208 |
msgid "Install %s"
|
209 |
msgstr "%s installé"
|
210 |
|
211 |
-
#: bws_menu.php:
|
|
|
212 |
msgid "Install now from wordpress.org"
|
213 |
msgstr "Installer maintenant depuis wordpress.org"
|
214 |
|
215 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
msgid "If you have any questions, please contact us via"
|
217 |
msgstr "Si vous avez des questions, merci de contacter via "
|
218 |
|
219 |
-
#: bws_menu.php:
|
|
|
|
|
220 |
msgid "System status"
|
221 |
msgstr "System status"
|
222 |
|
223 |
-
#: bws_menu.php:
|
|
|
224 |
msgid "Environment"
|
225 |
msgstr "Environment"
|
226 |
|
227 |
-
#: bws_menu.php:
|
|
|
228 |
msgid "Active Plugins"
|
229 |
msgstr "Plugin actifs"
|
230 |
|
231 |
-
#: bws_menu.php:
|
|
|
232 |
msgid "Inactive Plugins"
|
233 |
msgstr "Plugin inactifs"
|
234 |
|
235 |
-
#: bws_menu.php:
|
|
|
236 |
msgid "Send to support"
|
237 |
msgstr "Envoyé au support"
|
238 |
|
239 |
-
#: bws_menu.php:
|
|
|
240 |
msgid "Send to custom email »"
|
241 |
msgstr "Envoyer un e-mail spécifique »"
|
242 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
#~ msgid "Contact Form Settings"
|
244 |
#~ msgstr "Options du formulaire de Contact"
|
|
|
245 |
#~ msgid "Contact Form"
|
246 |
#~ msgstr "Formulaire de Contact"
|
|
|
247 |
#~ msgid "Contact Form Pro Extra Settings"
|
248 |
#~ msgstr ""
|
249 |
#~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
|
|
|
250 |
#~ msgid "Contact Form Pro"
|
251 |
#~ msgstr "Formulaire Pro de Contact"
|
|
|
252 |
#~ msgid "Name:"
|
253 |
#~ msgstr "Nom:"
|
|
|
254 |
#~ msgid "Address:"
|
255 |
#~ msgstr "Adresse :"
|
|
|
256 |
#~ msgid "Email Address:"
|
257 |
#~ msgstr "Adresse e-mail:"
|
|
|
258 |
#~ msgid "Phone number:"
|
259 |
#~ msgstr "Téléphone:"
|
|
|
260 |
#~ msgid "Subject:"
|
261 |
#~ msgstr "Sujet:"
|
|
|
262 |
#~ msgid "Message:"
|
263 |
#~ msgstr "Message:"
|
|
|
264 |
#~ msgid "Attachment:"
|
265 |
#~ msgstr "Pièce-jointe:"
|
|
|
266 |
#~ msgid "Send me a copy"
|
267 |
#~ msgstr "M'envoyer une copie"
|
|
|
268 |
#~ msgid "Submit"
|
269 |
#~ msgstr "Envoyer"
|
|
|
270 |
#~ msgid "Your name is required."
|
271 |
#~ msgstr "Un nom est obligatoire."
|
|
|
272 |
#~ msgid "Address is required."
|
273 |
#~ msgstr "Une adresse est obligatoire."
|
|
|
274 |
#~ msgid "A valid email address is required."
|
275 |
#~ msgstr "Une adresse e-mail valide est obligatoire."
|
|
|
276 |
#~ msgid "Phone number is required."
|
277 |
#~ msgstr "Le numéro de téléphone est obligatoire."
|
|
|
278 |
#~ msgid "Subject is required."
|
279 |
#~ msgstr "Sujet obligatoire."
|
|
|
280 |
#~ msgid "Message text is required."
|
281 |
#~ msgstr "Un message est obligatoire."
|
|
|
282 |
#~ msgid "File format is not valid."
|
283 |
#~ msgstr "La pièce-jointe n'est pas valide."
|
|
|
284 |
#~ msgid "File upload error."
|
285 |
#~ msgstr "Erreur de chargement du fichier."
|
|
|
286 |
#~ msgid "The file could not be uploaded."
|
287 |
#~ msgstr "Le fichier n'a pas pu être envoyé."
|
|
|
288 |
#~ msgid "This file is too large."
|
289 |
#~ msgstr "Le fichier est trop volumineux."
|
|
|
290 |
#~ msgid "Please fill out the CAPTCHA."
|
291 |
#~ msgstr "Merci de compléter le CAPTCHA."
|
|
|
292 |
#~ msgid "Please make corrections below and try again."
|
293 |
#~ msgstr "Merci de faire les corrections suivantes et de réessayer."
|
|
|
294 |
#~ msgid ""
|
295 |
#~ "If the 'Redirect to page' option is selected then the URL field should be "
|
296 |
#~ "in the following format"
|
297 |
#~ msgstr ""
|
298 |
#~ "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
|
299 |
#~ "doit être rempli avec le format suivant"
|
|
|
300 |
#~ msgid "Such user does not exist. Settings are not saved."
|
301 |
#~ msgstr ""
|
302 |
#~ "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
|
|
|
303 |
#~ msgid ""
|
304 |
#~ "Please enter a valid email address in the 'FROM' field. Settings are not "
|
305 |
#~ "saved."
|
306 |
#~ msgstr ""
|
307 |
#~ "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les "
|
308 |
#~ "modifications ne sont pas sauvegardées."
|
|
|
309 |
#~ msgid "Settings saved."
|
310 |
#~ msgstr "Options sauvegardées."
|
|
|
311 |
#~ msgid "Extra settings"
|
312 |
#~ msgstr "Options supplémentaires"
|
|
|
313 |
#~ msgid ""
|
314 |
#~ "If you would like to add the Contact Form to your website, just copy and "
|
315 |
#~ "paste this shortcode to your post or page or widget:"
|
316 |
#~ msgstr ""
|
317 |
#~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
|
318 |
#~ "copiez juste ce code dans un article ou sur une page ou un widget:"
|
|
|
319 |
#~ msgid ""
|
320 |
#~ "If you leave the fields empty, the messages will be sent to the email "
|
321 |
#~ "address specified during registration."
|
322 |
#~ msgstr ""
|
323 |
#~ "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
|
324 |
#~ "l'adresse spécifiée lors de l'enregistrement."
|
|
|
325 |
#~ msgid "The user's email address:"
|
326 |
#~ msgstr "Utiliser l'e-mail du compte wordpress:"
|
|
|
327 |
#~ msgid "Create a username"
|
328 |
#~ msgstr "Choisir un nom d'utilisateur"
|
|
|
329 |
#~ msgid ""
|
330 |
#~ "Enter a username of the person who should get the messages from the "
|
331 |
#~ "contact form."
|
332 |
#~ msgstr ""
|
333 |
#~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
|
334 |
#~ "formulaire de contact."
|
|
|
335 |
#~ msgid "Use this email address:"
|
336 |
#~ msgstr "Utiliser cette adresse e-mail:"
|
|
|
337 |
#~ msgid "Enter the email address you want the messages forwarded to."
|
338 |
#~ msgstr ""
|
339 |
#~ "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
|
|
|
340 |
#~ msgid "Additional options"
|
341 |
#~ msgstr "Options supplémentaires"
|
|
|
342 |
#~ msgid "What to use?"
|
343 |
#~ msgstr "Quelle méthode d'envoie ?"
|
|
|
344 |
#~ msgid "Wp-mail"
|
345 |
#~ msgstr "Wp-mail"
|
|
|
346 |
#~ msgid "You can use the wp_mail function for mailing"
|
347 |
#~ msgstr ""
|
348 |
#~ "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de "
|
349 |
#~ "wordpress"
|
|
|
350 |
#~ msgid "Mail"
|
351 |
#~ msgstr "E-mail"
|
|
|
352 |
#~ msgid "To send mail you can use the php mail function"
|
353 |
#~ msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
|
|
|
354 |
#~ msgid "Change text of the 'FROM' field"
|
355 |
#~ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
|
|
|
356 |
#~ msgid "Enter the email address in the 'From' field"
|
357 |
#~ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
|
|
|
358 |
#~ msgid "User email"
|
359 |
#~ msgstr "E-mail de l'utlisateur"
|
|
|
360 |
#~ msgid ""
|
361 |
#~ "The email address of the user who fills the form will be used in the "
|
362 |
#~ "field 'From'."
|
363 |
#~ msgstr ""
|
364 |
#~ "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de "
|
365 |
#~ "l'utlisateur qui rempli le formulaire."
|
|
|
366 |
#~ msgid "This email address will be used in the 'From' field."
|
367 |
#~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
|
|
|
368 |
#~ msgid "Display fields"
|
369 |
#~ msgstr "Afficher le texte"
|
|
|
370 |
#~ msgid "Address"
|
371 |
#~ msgstr "Adresse"
|
|
|
372 |
#~ msgid "Phone"
|
373 |
#~ msgstr "Téléphone"
|
|
|
374 |
#~ msgid "Attachment block"
|
375 |
#~ msgstr "Bloc pièce-jointe"
|
|
|
376 |
#~ msgid "Users can attach the following file formats"
|
377 |
#~ msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
|
|
|
378 |
#~ msgid "Captcha"
|
379 |
#~ msgstr "Captcha"
|
|
|
380 |
#~ msgid "(powered by bestwebsoft.com)"
|
381 |
#~ msgstr "(fourni par bestwebsoft.com)"
|
382 |
-
|
383 |
-
#~ msgstr "Activé le captcha"
|
384 |
#~ msgid "Download captcha"
|
385 |
#~ msgstr "Télécharger le captcha"
|
386 |
|
@@ -391,170 +603,243 @@ msgstr "Envoyer un e-mail spécifique »"
|
|
391 |
#, fuzzy
|
392 |
#~ msgid "Display 'Send me a copy' block"
|
393 |
#~ msgstr "S'envoyer une copie"
|
|
|
394 |
#~ msgid "Required fields"
|
395 |
#~ msgstr "Champ obligatoire"
|
|
|
396 |
#~ msgid "Name"
|
397 |
#~ msgstr "Nom"
|
|
|
398 |
#~ msgid "Email Address"
|
399 |
#~ msgstr "Adresse e-mail"
|
|
|
400 |
#~ msgid "Subject"
|
401 |
#~ msgstr "Sujet"
|
|
|
402 |
#~ msgid "Message"
|
403 |
#~ msgstr "Message"
|
|
|
404 |
#~ msgid "Display additional info in the email"
|
405 |
#~ msgstr "Afficher les informations complémentaires dans le courriel"
|
|
|
406 |
#~ msgid "Sent from (ip address)"
|
407 |
#~ msgstr "Envoyé de (adresse IP)"
|
408 |
|
409 |
#, fuzzy
|
410 |
#~ msgid "Example: Sent from (IP address):\t127.0.0.1"
|
411 |
#~ msgstr "Envoyé de (adresse IP)"
|
|
|
412 |
#~ msgid "Date/Time"
|
413 |
#~ msgstr "Date/Heure"
|
|
|
414 |
#~ msgid "Sent from (referer)"
|
415 |
#~ msgstr "Envoyer de (référence)"
|
|
|
416 |
#~ msgid "Using (user agent)"
|
417 |
#~ msgstr "Depuis (navigateur)"
|
|
|
418 |
#~ msgid "Language settings for the field names in the form"
|
419 |
#~ msgstr "Définition des langues pour les titres des champs"
|
|
|
420 |
#~ msgid "Add a language"
|
421 |
#~ msgstr "Ajouter une langue"
|
|
|
422 |
#~ msgid "Change the names of the contact form fields and error messages"
|
423 |
#~ msgstr ""
|
424 |
#~ "Modifier le texte pour les champs du formulaire de contact et les "
|
425 |
#~ "messages d'erreur"
|
|
|
426 |
#~ msgid "English"
|
427 |
#~ msgstr "Anglais"
|
|
|
428 |
#~ msgid "Error message for the Name field"
|
429 |
#~ msgstr "Message d'erreur pour le champ nom"
|
|
|
430 |
#~ msgid "Error message for the Address field"
|
431 |
#~ msgstr "Message d'erreur pour le champ Adresse"
|
|
|
432 |
#~ msgid "Error message for the Email field"
|
433 |
#~ msgstr "Message d'erreur pour le champ e-mail"
|
|
|
434 |
#~ msgid "Error message for the Phone field"
|
435 |
#~ msgstr "Message d'erreur pour le champ téléphone"
|
|
|
436 |
#~ msgid "Error message for the Subject field"
|
437 |
#~ msgstr "Message d'erreur pour le champ sujet"
|
|
|
438 |
#~ msgid "Error message for the Message field"
|
439 |
#~ msgstr "Message d'erreur pour le champ message"
|
|
|
440 |
#~ msgid "Error message about the file type for the Attachment field"
|
441 |
#~ msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
|
|
|
442 |
#~ msgid ""
|
443 |
#~ "Error message while uploading a file for the Attachment field to the "
|
444 |
#~ "server"
|
445 |
#~ msgstr ""
|
446 |
#~ "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
|
447 |
#~ "serveur)"
|
|
|
448 |
#~ msgid "Error message while moving the file for the Attachment field"
|
449 |
#~ msgstr ""
|
450 |
#~ "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
|
|
|
451 |
#~ msgid ""
|
452 |
#~ "Error message when file size limit for the Attachment field is exceeded"
|
453 |
#~ msgstr ""
|
454 |
#~ "Message d'erreur pour le champ fichier joint (taille limite du fichier "
|
455 |
#~ "atteinte)"
|
|
|
456 |
#~ msgid "Error message for the Captcha field"
|
457 |
#~ msgstr "Message d'erreur pour le captcha"
|
|
|
458 |
#~ msgid "Error message for the whole form"
|
459 |
#~ msgstr "Message d'erreur demandant à compléter les champs manquants"
|
|
|
460 |
#~ msgid "Use shortcode"
|
461 |
#~ msgstr "Utiliser le code court"
|
|
|
462 |
#~ msgid "for this language"
|
463 |
#~ msgstr "pour cette langue"
|
|
|
464 |
#~ msgid "Action after email is sent"
|
465 |
#~ msgstr "Action après l'envoie de l'e-mail"
|
|
|
466 |
#~ msgid "Display text"
|
467 |
#~ msgstr "Afficher le texte"
|
|
|
468 |
#~ msgid "Text"
|
469 |
#~ msgstr "Texte"
|
|
|
470 |
#~ msgid "Redirect to the page"
|
471 |
#~ msgstr "Rediriger vers la page"
|
|
|
472 |
#~ msgid "Url"
|
473 |
#~ msgstr "Url"
|
|
|
474 |
#~ msgid "Save Changes"
|
475 |
#~ msgstr "Sauvegarder les modifications"
|
|
|
476 |
#~ msgid "Contact Form Pro | Extra Settings"
|
477 |
#~ msgstr "Formulaire Pro de Contact | Options supplémentaires"
|
|
|
478 |
#~ msgid ""
|
479 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
480 |
#~ "more details, please follow the link"
|
481 |
#~ msgstr ""
|
482 |
#~ "Cette fonctionalité est disponible dans le version Pro de cette "
|
483 |
#~ "extension. Pour plus de détails, merci de suivre ce lien"
|
|
|
484 |
#~ msgid "Errors output"
|
485 |
#~ msgstr "Affichage des erreurs"
|
|
|
486 |
#~ msgid "Display error messages"
|
487 |
#~ msgstr "Aficher les messages d'erreur"
|
|
|
488 |
#~ msgid "Color of the input field errors."
|
489 |
#~ msgstr "Mettre en couleur les champs ayant des erreurs"
|
|
|
490 |
#~ msgid "Display error messages & color of the input field errors"
|
491 |
#~ msgstr ""
|
492 |
#~ "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
|
493 |
#~ "erreurs"
|
|
|
494 |
#~ msgid "Add placeholder to the input blocks"
|
495 |
#~ msgstr "Ajouter la localisation dans le bloc de saisie"
|
|
|
496 |
#~ msgid "Add tooltips"
|
497 |
#~ msgstr "Ajouter les conseils"
|
|
|
498 |
#~ msgid "Email address"
|
499 |
#~ msgstr "Adresse e-mail"
|
|
|
500 |
#~ msgid "Phone Number"
|
501 |
#~ msgstr "Téléphone"
|
|
|
502 |
#~ msgid "Attachment"
|
503 |
#~ msgstr "Pièce-jointe"
|
|
|
504 |
#~ msgid "Style options"
|
505 |
#~ msgstr "Options de style"
|
|
|
506 |
#~ msgid "Text color"
|
507 |
#~ msgstr "Couleur du texte"
|
|
|
508 |
#~ msgid "Default"
|
509 |
#~ msgstr "Défaut"
|
|
|
510 |
#~ msgid "Label text color"
|
511 |
#~ msgstr "Couleur des textes des intitulés"
|
|
|
512 |
#~ msgid "Placeholder color"
|
513 |
#~ msgstr "Couleur pour la localisation"
|
|
|
514 |
#~ msgid "Errors color"
|
515 |
#~ msgstr "Couleur pour les erreurs"
|
|
|
516 |
#~ msgid "Error text color"
|
517 |
#~ msgstr "Couleur pour le texte des erreurs"
|
|
|
518 |
#~ msgid "Background color of the input field errors"
|
519 |
#~ msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
|
|
|
520 |
#~ msgid "Border color of the input field errors"
|
521 |
#~ msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
|
|
|
522 |
#~ msgid "Placeholder color of the input field errors"
|
523 |
#~ msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
|
|
|
524 |
#~ msgid "Input fields"
|
525 |
#~ msgstr "Champs de saisie"
|
|
|
526 |
#~ msgid "Input fields background color"
|
527 |
#~ msgstr "Couleur de fond pour les champs de saisie"
|
|
|
528 |
#~ msgid "Text fields color"
|
529 |
#~ msgstr "Couleur pour les textes des champs de saisie"
|
|
|
530 |
#~ msgid "Border width in px, numbers only"
|
531 |
#~ msgstr "Largeur des bordures en px, nombre seulement"
|
|
|
532 |
#~ msgid "Border color"
|
533 |
#~ msgstr "Couleur des bordures"
|
|
|
534 |
#~ msgid "Submit button"
|
535 |
#~ msgstr "Bouton Envoyer"
|
|
|
536 |
#~ msgid "Width in px, numbers only"
|
537 |
#~ msgstr "Largeur en px, nombre seulement"
|
|
|
538 |
#~ msgid "Button color"
|
539 |
#~ msgstr "Couleur du bouton"
|
|
|
540 |
#~ msgid "Button text color"
|
541 |
#~ msgstr "Couleur du texte du bouton"
|
|
|
542 |
#~ msgid "Contact Form Pro | Preview"
|
543 |
#~ msgstr "Formulaire Pro de Contact | Prévisualisation"
|
|
|
544 |
#~ msgid "Show with errors"
|
545 |
#~ msgstr "Afficher avec les erreurs"
|
|
|
546 |
#~ msgid "Please enter your full name..."
|
547 |
#~ msgstr "Merci de saisir votre nom..."
|
|
|
548 |
#~ msgid "Please enter your address..."
|
549 |
#~ msgstr "Merci de saisir votre adresse..."
|
|
|
550 |
#~ msgid "Please enter your email address..."
|
551 |
#~ msgstr "Merci de saisir votre adresse e-mail..."
|
|
|
552 |
#~ msgid "Please enter your phone number..."
|
553 |
#~ msgstr "Merci de saisir votre numéro de téléphone..."
|
|
|
554 |
#~ msgid "Please enter subject..."
|
555 |
#~ msgstr "Merci de saisir le sujet..."
|
|
|
556 |
#~ msgid "Please enter your message..."
|
557 |
#~ msgstr "Merci de saisir votre message..."
|
|
|
558 |
#~ msgid ""
|
559 |
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
560 |
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
@@ -563,34 +848,46 @@ msgstr "Envoyer un e-mail spécifique »"
|
|
563 |
#~ "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
564 |
#~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
|
565 |
#~ "Taille maximum 2MB"
|
|
|
566 |
#~ msgid "You can attach the following file formats"
|
567 |
#~ msgstr "Vous pouvez joindre des fichiers aux formats suivants"
|
|
|
568 |
#~ msgid "Contact from"
|
569 |
#~ msgstr "Contact de"
|
|
|
570 |
#~ msgid "Email"
|
571 |
#~ msgstr "E-mail"
|
|
|
572 |
#~ msgid "Site"
|
573 |
#~ msgstr "Site"
|
|
|
574 |
#~ msgid ""
|
575 |
#~ "If you can see this MIME, it means that the MIME type is not supported by "
|
576 |
#~ "your email client!"
|
577 |
#~ msgstr ""
|
578 |
#~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
|
579 |
#~ "MIME !"
|
|
|
580 |
#~ msgid "FAQ"
|
581 |
#~ msgstr "FAQ"
|
|
|
582 |
#~ msgid "Support"
|
583 |
#~ msgstr "Support"
|
|
|
584 |
#~ msgid "Are you sure that you want to delete this language data?"
|
585 |
#~ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
|
|
586 |
#~ msgid "Display Attachment tips"
|
587 |
#~ msgstr "Afficher les explications sur les pièces jointes"
|
|
|
588 |
#~ msgid "Display a phone number field"
|
589 |
#~ msgstr "Afficher le champ téléphone"
|
|
|
590 |
#~ msgid "Please enter a valid email address. Settings are not saved."
|
591 |
#~ msgstr ""
|
592 |
#~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
|
593 |
#~ "sauvegardées."
|
|
|
594 |
#~ msgid "E-Mail Address"
|
595 |
#~ msgstr "Adresse e-mail"
|
596 |
|
@@ -601,8 +898,6 @@ msgstr "Envoyer un e-mail spécifique »"
|
|
601 |
#~ msgstr ""
|
602 |
#~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
|
603 |
#~ "copiez juste ce code dans un article ou sur une page ou un widget:"
|
604 |
-
#~ msgid "Install Now"
|
605 |
-
#~ msgstr "Installa Ora"
|
606 |
|
607 |
#, fuzzy
|
608 |
#~ msgid "Thank you for contact."
|
@@ -613,6 +908,6 @@ msgstr "Envoyer un e-mail spécifique »"
|
|
613 |
#~ msgstr ""
|
614 |
#~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
|
615 |
#~ "formulaire de contact."
|
|
|
616 |
#~ msgid "E-Mail Addresse:"
|
617 |
#~ msgstr "Indirizzo e-mail:"
|
618 |
-
|
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"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\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 |
+
|
405 |
#~ msgid "Contact Form"
|
406 |
#~ msgstr "Formulaire de Contact"
|
407 |
+
|
408 |
#~ msgid "Contact Form Pro Extra Settings"
|
409 |
#~ msgstr ""
|
410 |
#~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
|
411 |
+
|
412 |
#~ msgid "Contact Form Pro"
|
413 |
#~ msgstr "Formulaire Pro de Contact"
|
414 |
+
|
415 |
#~ msgid "Name:"
|
416 |
#~ msgstr "Nom:"
|
417 |
+
|
418 |
#~ msgid "Address:"
|
419 |
#~ msgstr "Adresse :"
|
420 |
+
|
421 |
#~ msgid "Email Address:"
|
422 |
#~ msgstr "Adresse e-mail:"
|
423 |
+
|
424 |
#~ msgid "Phone number:"
|
425 |
#~ msgstr "Téléphone:"
|
426 |
+
|
427 |
#~ msgid "Subject:"
|
428 |
#~ msgstr "Sujet:"
|
429 |
+
|
430 |
#~ msgid "Message:"
|
431 |
#~ msgstr "Message:"
|
432 |
+
|
433 |
#~ msgid "Attachment:"
|
434 |
#~ msgstr "Pièce-jointe:"
|
435 |
+
|
436 |
#~ msgid "Send me a copy"
|
437 |
#~ msgstr "M'envoyer une copie"
|
438 |
+
|
439 |
#~ msgid "Submit"
|
440 |
#~ msgstr "Envoyer"
|
441 |
+
|
442 |
#~ msgid "Your name is required."
|
443 |
#~ msgstr "Un nom est obligatoire."
|
444 |
+
|
445 |
#~ msgid "Address is required."
|
446 |
#~ msgstr "Une adresse est obligatoire."
|
447 |
+
|
448 |
#~ msgid "A valid email address is required."
|
449 |
#~ msgstr "Une adresse e-mail valide est obligatoire."
|
450 |
+
|
451 |
#~ msgid "Phone number is required."
|
452 |
#~ msgstr "Le numéro de téléphone est obligatoire."
|
453 |
+
|
454 |
#~ msgid "Subject is required."
|
455 |
#~ msgstr "Sujet obligatoire."
|
456 |
+
|
457 |
#~ msgid "Message text is required."
|
458 |
#~ msgstr "Un message est obligatoire."
|
459 |
+
|
460 |
#~ msgid "File format is not valid."
|
461 |
#~ msgstr "La pièce-jointe n'est pas valide."
|
462 |
+
|
463 |
#~ msgid "File upload error."
|
464 |
#~ msgstr "Erreur de chargement du fichier."
|
465 |
+
|
466 |
#~ msgid "The file could not be uploaded."
|
467 |
#~ msgstr "Le fichier n'a pas pu être envoyé."
|
468 |
+
|
469 |
#~ msgid "This file is too large."
|
470 |
#~ msgstr "Le fichier est trop volumineux."
|
471 |
+
|
472 |
#~ msgid "Please fill out the CAPTCHA."
|
473 |
#~ msgstr "Merci de compléter le CAPTCHA."
|
474 |
+
|
475 |
#~ msgid "Please make corrections below and try again."
|
476 |
#~ msgstr "Merci de faire les corrections suivantes et de réessayer."
|
477 |
+
|
478 |
#~ msgid ""
|
479 |
#~ "If the 'Redirect to page' option is selected then the URL field should be "
|
480 |
#~ "in the following format"
|
481 |
#~ msgstr ""
|
482 |
#~ "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
|
483 |
#~ "doit être rempli avec le format suivant"
|
484 |
+
|
485 |
#~ msgid "Such user does not exist. Settings are not saved."
|
486 |
#~ msgstr ""
|
487 |
#~ "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
|
488 |
+
|
489 |
#~ msgid ""
|
490 |
#~ "Please enter a valid email address in the 'FROM' field. Settings are not "
|
491 |
#~ "saved."
|
492 |
#~ msgstr ""
|
493 |
#~ "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les "
|
494 |
#~ "modifications ne sont pas sauvegardées."
|
495 |
+
|
496 |
#~ msgid "Settings saved."
|
497 |
#~ msgstr "Options sauvegardées."
|
498 |
+
|
499 |
#~ msgid "Extra settings"
|
500 |
#~ msgstr "Options supplémentaires"
|
501 |
+
|
502 |
#~ msgid ""
|
503 |
#~ "If you would like to add the Contact Form to your website, just copy and "
|
504 |
#~ "paste this shortcode to your post or page or widget:"
|
505 |
#~ msgstr ""
|
506 |
#~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
|
507 |
#~ "copiez juste ce code dans un article ou sur une page ou un widget:"
|
508 |
+
|
509 |
#~ msgid ""
|
510 |
#~ "If you leave the fields empty, the messages will be sent to the email "
|
511 |
#~ "address specified during registration."
|
512 |
#~ msgstr ""
|
513 |
#~ "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
|
514 |
#~ "l'adresse spécifiée lors de l'enregistrement."
|
515 |
+
|
516 |
#~ msgid "The user's email address:"
|
517 |
#~ msgstr "Utiliser l'e-mail du compte wordpress:"
|
518 |
+
|
519 |
#~ msgid "Create a username"
|
520 |
#~ msgstr "Choisir un nom d'utilisateur"
|
521 |
+
|
522 |
#~ msgid ""
|
523 |
#~ "Enter a username of the person who should get the messages from the "
|
524 |
#~ "contact form."
|
525 |
#~ msgstr ""
|
526 |
#~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
|
527 |
#~ "formulaire de contact."
|
528 |
+
|
529 |
#~ msgid "Use this email address:"
|
530 |
#~ msgstr "Utiliser cette adresse e-mail:"
|
531 |
+
|
532 |
#~ msgid "Enter the email address you want the messages forwarded to."
|
533 |
#~ msgstr ""
|
534 |
#~ "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
|
535 |
+
|
536 |
#~ msgid "Additional options"
|
537 |
#~ msgstr "Options supplémentaires"
|
538 |
+
|
539 |
#~ msgid "What to use?"
|
540 |
#~ msgstr "Quelle méthode d'envoie ?"
|
541 |
+
|
542 |
#~ msgid "Wp-mail"
|
543 |
#~ msgstr "Wp-mail"
|
544 |
+
|
545 |
#~ msgid "You can use the wp_mail function for mailing"
|
546 |
#~ msgstr ""
|
547 |
#~ "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de "
|
548 |
#~ "wordpress"
|
549 |
+
|
550 |
#~ msgid "Mail"
|
551 |
#~ msgstr "E-mail"
|
552 |
+
|
553 |
#~ msgid "To send mail you can use the php mail function"
|
554 |
#~ msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
|
555 |
+
|
556 |
#~ msgid "Change text of the 'FROM' field"
|
557 |
#~ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
|
558 |
+
|
559 |
#~ msgid "Enter the email address in the 'From' field"
|
560 |
#~ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
|
561 |
+
|
562 |
#~ msgid "User email"
|
563 |
#~ msgstr "E-mail de l'utlisateur"
|
564 |
+
|
565 |
#~ msgid ""
|
566 |
#~ "The email address of the user who fills the form will be used in the "
|
567 |
#~ "field 'From'."
|
568 |
#~ msgstr ""
|
569 |
#~ "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de "
|
570 |
#~ "l'utlisateur qui rempli le formulaire."
|
571 |
+
|
572 |
#~ msgid "This email address will be used in the 'From' field."
|
573 |
#~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
|
574 |
+
|
575 |
#~ msgid "Display fields"
|
576 |
#~ msgstr "Afficher le texte"
|
577 |
+
|
578 |
#~ msgid "Address"
|
579 |
#~ msgstr "Adresse"
|
580 |
+
|
581 |
#~ msgid "Phone"
|
582 |
#~ msgstr "Téléphone"
|
583 |
+
|
584 |
#~ msgid "Attachment block"
|
585 |
#~ msgstr "Bloc pièce-jointe"
|
586 |
+
|
587 |
#~ msgid "Users can attach the following file formats"
|
588 |
#~ msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
|
589 |
+
|
590 |
#~ msgid "Captcha"
|
591 |
#~ msgstr "Captcha"
|
592 |
+
|
593 |
#~ msgid "(powered by bestwebsoft.com)"
|
594 |
#~ msgstr "(fourni par bestwebsoft.com)"
|
595 |
+
|
|
|
596 |
#~ msgid "Download captcha"
|
597 |
#~ msgstr "Télécharger le captcha"
|
598 |
|
603 |
#, fuzzy
|
604 |
#~ msgid "Display 'Send me a copy' block"
|
605 |
#~ msgstr "S'envoyer une copie"
|
606 |
+
|
607 |
#~ msgid "Required fields"
|
608 |
#~ msgstr "Champ obligatoire"
|
609 |
+
|
610 |
#~ msgid "Name"
|
611 |
#~ msgstr "Nom"
|
612 |
+
|
613 |
#~ msgid "Email Address"
|
614 |
#~ msgstr "Adresse e-mail"
|
615 |
+
|
616 |
#~ msgid "Subject"
|
617 |
#~ msgstr "Sujet"
|
618 |
+
|
619 |
#~ msgid "Message"
|
620 |
#~ msgstr "Message"
|
621 |
+
|
622 |
#~ msgid "Display additional info in the email"
|
623 |
#~ msgstr "Afficher les informations complémentaires dans le courriel"
|
624 |
+
|
625 |
#~ msgid "Sent from (ip address)"
|
626 |
#~ msgstr "Envoyé de (adresse IP)"
|
627 |
|
628 |
#, fuzzy
|
629 |
#~ msgid "Example: Sent from (IP address):\t127.0.0.1"
|
630 |
#~ msgstr "Envoyé de (adresse IP)"
|
631 |
+
|
632 |
#~ msgid "Date/Time"
|
633 |
#~ msgstr "Date/Heure"
|
634 |
+
|
635 |
#~ msgid "Sent from (referer)"
|
636 |
#~ msgstr "Envoyer de (référence)"
|
637 |
+
|
638 |
#~ msgid "Using (user agent)"
|
639 |
#~ msgstr "Depuis (navigateur)"
|
640 |
+
|
641 |
#~ msgid "Language settings for the field names in the form"
|
642 |
#~ msgstr "Définition des langues pour les titres des champs"
|
643 |
+
|
644 |
#~ msgid "Add a language"
|
645 |
#~ msgstr "Ajouter une langue"
|
646 |
+
|
647 |
#~ msgid "Change the names of the contact form fields and error messages"
|
648 |
#~ msgstr ""
|
649 |
#~ "Modifier le texte pour les champs du formulaire de contact et les "
|
650 |
#~ "messages d'erreur"
|
651 |
+
|
652 |
#~ msgid "English"
|
653 |
#~ msgstr "Anglais"
|
654 |
+
|
655 |
#~ msgid "Error message for the Name field"
|
656 |
#~ msgstr "Message d'erreur pour le champ nom"
|
657 |
+
|
658 |
#~ msgid "Error message for the Address field"
|
659 |
#~ msgstr "Message d'erreur pour le champ Adresse"
|
660 |
+
|
661 |
#~ msgid "Error message for the Email field"
|
662 |
#~ msgstr "Message d'erreur pour le champ e-mail"
|
663 |
+
|
664 |
#~ msgid "Error message for the Phone field"
|
665 |
#~ msgstr "Message d'erreur pour le champ téléphone"
|
666 |
+
|
667 |
#~ msgid "Error message for the Subject field"
|
668 |
#~ msgstr "Message d'erreur pour le champ sujet"
|
669 |
+
|
670 |
#~ msgid "Error message for the Message field"
|
671 |
#~ msgstr "Message d'erreur pour le champ message"
|
672 |
+
|
673 |
#~ msgid "Error message about the file type for the Attachment field"
|
674 |
#~ msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
|
675 |
+
|
676 |
#~ msgid ""
|
677 |
#~ "Error message while uploading a file for the Attachment field to the "
|
678 |
#~ "server"
|
679 |
#~ msgstr ""
|
680 |
#~ "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
|
681 |
#~ "serveur)"
|
682 |
+
|
683 |
#~ msgid "Error message while moving the file for the Attachment field"
|
684 |
#~ msgstr ""
|
685 |
#~ "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
|
686 |
+
|
687 |
#~ msgid ""
|
688 |
#~ "Error message when file size limit for the Attachment field is exceeded"
|
689 |
#~ msgstr ""
|
690 |
#~ "Message d'erreur pour le champ fichier joint (taille limite du fichier "
|
691 |
#~ "atteinte)"
|
692 |
+
|
693 |
#~ msgid "Error message for the Captcha field"
|
694 |
#~ msgstr "Message d'erreur pour le captcha"
|
695 |
+
|
696 |
#~ msgid "Error message for the whole form"
|
697 |
#~ msgstr "Message d'erreur demandant à compléter les champs manquants"
|
698 |
+
|
699 |
#~ msgid "Use shortcode"
|
700 |
#~ msgstr "Utiliser le code court"
|
701 |
+
|
702 |
#~ msgid "for this language"
|
703 |
#~ msgstr "pour cette langue"
|
704 |
+
|
705 |
#~ msgid "Action after email is sent"
|
706 |
#~ msgstr "Action après l'envoie de l'e-mail"
|
707 |
+
|
708 |
#~ msgid "Display text"
|
709 |
#~ msgstr "Afficher le texte"
|
710 |
+
|
711 |
#~ msgid "Text"
|
712 |
#~ msgstr "Texte"
|
713 |
+
|
714 |
#~ msgid "Redirect to the page"
|
715 |
#~ msgstr "Rediriger vers la page"
|
716 |
+
|
717 |
#~ msgid "Url"
|
718 |
#~ msgstr "Url"
|
719 |
+
|
720 |
#~ msgid "Save Changes"
|
721 |
#~ msgstr "Sauvegarder les modifications"
|
722 |
+
|
723 |
#~ msgid "Contact Form Pro | Extra Settings"
|
724 |
#~ msgstr "Formulaire Pro de Contact | Options supplémentaires"
|
725 |
+
|
726 |
#~ msgid ""
|
727 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
728 |
#~ "more details, please follow the link"
|
729 |
#~ msgstr ""
|
730 |
#~ "Cette fonctionalité est disponible dans le version Pro de cette "
|
731 |
#~ "extension. Pour plus de détails, merci de suivre ce lien"
|
732 |
+
|
733 |
#~ msgid "Errors output"
|
734 |
#~ msgstr "Affichage des erreurs"
|
735 |
+
|
736 |
#~ msgid "Display error messages"
|
737 |
#~ msgstr "Aficher les messages d'erreur"
|
738 |
+
|
739 |
#~ msgid "Color of the input field errors."
|
740 |
#~ msgstr "Mettre en couleur les champs ayant des erreurs"
|
741 |
+
|
742 |
#~ msgid "Display error messages & color of the input field errors"
|
743 |
#~ msgstr ""
|
744 |
#~ "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
|
745 |
#~ "erreurs"
|
746 |
+
|
747 |
#~ msgid "Add placeholder to the input blocks"
|
748 |
#~ msgstr "Ajouter la localisation dans le bloc de saisie"
|
749 |
+
|
750 |
#~ msgid "Add tooltips"
|
751 |
#~ msgstr "Ajouter les conseils"
|
752 |
+
|
753 |
#~ msgid "Email address"
|
754 |
#~ msgstr "Adresse e-mail"
|
755 |
+
|
756 |
#~ msgid "Phone Number"
|
757 |
#~ msgstr "Téléphone"
|
758 |
+
|
759 |
#~ msgid "Attachment"
|
760 |
#~ msgstr "Pièce-jointe"
|
761 |
+
|
762 |
#~ msgid "Style options"
|
763 |
#~ msgstr "Options de style"
|
764 |
+
|
765 |
#~ msgid "Text color"
|
766 |
#~ msgstr "Couleur du texte"
|
767 |
+
|
768 |
#~ msgid "Default"
|
769 |
#~ msgstr "Défaut"
|
770 |
+
|
771 |
#~ msgid "Label text color"
|
772 |
#~ msgstr "Couleur des textes des intitulés"
|
773 |
+
|
774 |
#~ msgid "Placeholder color"
|
775 |
#~ msgstr "Couleur pour la localisation"
|
776 |
+
|
777 |
#~ msgid "Errors color"
|
778 |
#~ msgstr "Couleur pour les erreurs"
|
779 |
+
|
780 |
#~ msgid "Error text color"
|
781 |
#~ msgstr "Couleur pour le texte des erreurs"
|
782 |
+
|
783 |
#~ msgid "Background color of the input field errors"
|
784 |
#~ msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
|
785 |
+
|
786 |
#~ msgid "Border color of the input field errors"
|
787 |
#~ msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
|
788 |
+
|
789 |
#~ msgid "Placeholder color of the input field errors"
|
790 |
#~ msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
|
791 |
+
|
792 |
#~ msgid "Input fields"
|
793 |
#~ msgstr "Champs de saisie"
|
794 |
+
|
795 |
#~ msgid "Input fields background color"
|
796 |
#~ msgstr "Couleur de fond pour les champs de saisie"
|
797 |
+
|
798 |
#~ msgid "Text fields color"
|
799 |
#~ msgstr "Couleur pour les textes des champs de saisie"
|
800 |
+
|
801 |
#~ msgid "Border width in px, numbers only"
|
802 |
#~ msgstr "Largeur des bordures en px, nombre seulement"
|
803 |
+
|
804 |
#~ msgid "Border color"
|
805 |
#~ msgstr "Couleur des bordures"
|
806 |
+
|
807 |
#~ msgid "Submit button"
|
808 |
#~ msgstr "Bouton Envoyer"
|
809 |
+
|
810 |
#~ msgid "Width in px, numbers only"
|
811 |
#~ msgstr "Largeur en px, nombre seulement"
|
812 |
+
|
813 |
#~ msgid "Button color"
|
814 |
#~ msgstr "Couleur du bouton"
|
815 |
+
|
816 |
#~ msgid "Button text color"
|
817 |
#~ msgstr "Couleur du texte du bouton"
|
818 |
+
|
819 |
#~ msgid "Contact Form Pro | Preview"
|
820 |
#~ msgstr "Formulaire Pro de Contact | Prévisualisation"
|
821 |
+
|
822 |
#~ msgid "Show with errors"
|
823 |
#~ msgstr "Afficher avec les erreurs"
|
824 |
+
|
825 |
#~ msgid "Please enter your full name..."
|
826 |
#~ msgstr "Merci de saisir votre nom..."
|
827 |
+
|
828 |
#~ msgid "Please enter your address..."
|
829 |
#~ msgstr "Merci de saisir votre adresse..."
|
830 |
+
|
831 |
#~ msgid "Please enter your email address..."
|
832 |
#~ msgstr "Merci de saisir votre adresse e-mail..."
|
833 |
+
|
834 |
#~ msgid "Please enter your phone number..."
|
835 |
#~ msgstr "Merci de saisir votre numéro de téléphone..."
|
836 |
+
|
837 |
#~ msgid "Please enter subject..."
|
838 |
#~ msgstr "Merci de saisir le sujet..."
|
839 |
+
|
840 |
#~ msgid "Please enter your message..."
|
841 |
#~ msgstr "Merci de saisir votre message..."
|
842 |
+
|
843 |
#~ msgid ""
|
844 |
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
845 |
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
848 |
#~ "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
849 |
#~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
|
850 |
#~ "Taille maximum 2MB"
|
851 |
+
|
852 |
#~ msgid "You can attach the following file formats"
|
853 |
#~ msgstr "Vous pouvez joindre des fichiers aux formats suivants"
|
854 |
+
|
855 |
#~ msgid "Contact from"
|
856 |
#~ msgstr "Contact de"
|
857 |
+
|
858 |
#~ msgid "Email"
|
859 |
#~ msgstr "E-mail"
|
860 |
+
|
861 |
#~ msgid "Site"
|
862 |
#~ msgstr "Site"
|
863 |
+
|
864 |
#~ msgid ""
|
865 |
#~ "If you can see this MIME, it means that the MIME type is not supported by "
|
866 |
#~ "your email client!"
|
867 |
#~ msgstr ""
|
868 |
#~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
|
869 |
#~ "MIME !"
|
870 |
+
|
871 |
#~ msgid "FAQ"
|
872 |
#~ msgstr "FAQ"
|
873 |
+
|
874 |
#~ msgid "Support"
|
875 |
#~ msgstr "Support"
|
876 |
+
|
877 |
#~ msgid "Are you sure that you want to delete this language data?"
|
878 |
#~ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
|
879 |
+
|
880 |
#~ msgid "Display Attachment tips"
|
881 |
#~ msgstr "Afficher les explications sur les pièces jointes"
|
882 |
+
|
883 |
#~ msgid "Display a phone number field"
|
884 |
#~ msgstr "Afficher le champ téléphone"
|
885 |
+
|
886 |
#~ msgid "Please enter a valid email address. Settings are not saved."
|
887 |
#~ msgstr ""
|
888 |
#~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
|
889 |
#~ "sauvegardées."
|
890 |
+
|
891 |
#~ msgid "E-Mail Address"
|
892 |
#~ msgstr "Adresse e-mail"
|
893 |
|
898 |
#~ msgstr ""
|
899 |
#~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
|
900 |
#~ "copiez juste ce code dans un article ou sur une page ou un widget:"
|
|
|
|
|
901 |
|
902 |
#, fuzzy
|
903 |
#~ msgid "Thank you for contact."
|
908 |
#~ msgstr ""
|
909 |
#~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
|
910 |
#~ "formulaire de contact."
|
911 |
+
|
912 |
#~ msgid "E-Mail Addresse:"
|
913 |
#~ msgstr "Indirizzo e-mail:"
|
|
bws_menu/languages/bestwebsoft-it_IT.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-it_IT.po
CHANGED
@@ -2,10 +2,11 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -18,279 +19,451 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
# @ bestwebsoft
|
21 |
-
#: bws_menu.php:
|
22 |
msgid "Not set"
|
23 |
msgstr "Non impostato"
|
24 |
|
25 |
# @ bestwebsoft
|
26 |
-
#: bws_menu.php:
|
27 |
-
#: bws_menu.php:
|
28 |
msgid "On"
|
29 |
msgstr "Abilitato"
|
30 |
|
31 |
# @ bestwebsoft
|
32 |
-
#: bws_menu.php:
|
33 |
-
#: bws_menu.php:
|
34 |
msgid "Off"
|
35 |
msgstr "Disabilitato"
|
36 |
|
37 |
# @ bestwebsoft
|
38 |
-
#: bws_menu.php:
|
39 |
-
#: bws_menu.php:
|
40 |
-
#: bws_menu.php:
|
41 |
-
#: bws_menu.php:
|
42 |
-
#: bws_menu.php:
|
43 |
-
#: bws_menu.php:
|
44 |
msgid "N/A"
|
45 |
msgstr "Non disponibile"
|
46 |
|
47 |
# @ bestwebsoft
|
48 |
-
#: bws_menu.php:
|
49 |
msgid " Mb"
|
50 |
msgstr "Mb"
|
51 |
|
52 |
# @ bestwebsoft
|
53 |
-
#: bws_menu.php:
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:
|
56 |
-
#: bws_menu.php:
|
57 |
msgid "Yes"
|
58 |
msgstr "Sì"
|
59 |
|
60 |
# @ bestwebsoft
|
61 |
-
#: bws_menu.php:
|
62 |
-
#: bws_menu.php:
|
63 |
-
#: bws_menu.php:
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "No"
|
66 |
msgstr "No"
|
67 |
|
68 |
# @ bestwebsoft
|
69 |
-
#: bws_menu.php:
|
70 |
msgid "Operating System"
|
71 |
msgstr "Sistema operativo"
|
72 |
|
73 |
# @ bestwebsoft
|
74 |
-
#: bws_menu.php:
|
75 |
msgid "Server"
|
76 |
msgstr "Server"
|
77 |
|
78 |
# @ bestwebsoft
|
79 |
-
#: bws_menu.php:
|
80 |
msgid "Memory usage"
|
81 |
msgstr "Utilizzo memoria"
|
82 |
|
83 |
# @ bestwebsoft
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "MYSQL Version"
|
86 |
msgstr "Versione MYSQL"
|
87 |
|
88 |
# @ bestwebsoft
|
89 |
-
#: bws_menu.php:
|
90 |
msgid "SQL Mode"
|
91 |
msgstr "Modalità SQL"
|
92 |
|
93 |
# @ bestwebsoft
|
94 |
-
#: bws_menu.php:
|
95 |
msgid "PHP Version"
|
96 |
msgstr "Versione PHP"
|
97 |
|
98 |
# @ bestwebsoft
|
99 |
-
#: bws_menu.php:
|
100 |
msgid "PHP Safe Mode"
|
101 |
msgstr "Safe Mode PHP"
|
102 |
|
103 |
# @ bestwebsoft
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Allow URL fopen"
|
106 |
msgstr "Consenti URL fopen PHP"
|
107 |
|
108 |
# @ bestwebsoft
|
109 |
-
#: bws_menu.php:
|
110 |
msgid "PHP Memory Limit"
|
111 |
msgstr "Limite di memoria PHP"
|
112 |
|
113 |
# @ bestwebsoft
|
114 |
-
#: bws_menu.php:
|
115 |
msgid "PHP Max Upload Size"
|
116 |
msgstr "Dimensione upload massima PHP"
|
117 |
|
118 |
# @ bestwebsoft
|
119 |
-
#: bws_menu.php:
|
120 |
msgid "PHP Max Post Size"
|
121 |
msgstr "Dimensione massima Post PHP"
|
122 |
|
123 |
# @ bestwebsoft
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "PHP Max Script Execute Time"
|
126 |
msgstr "Tempo massimo di esecuzione PHP"
|
127 |
|
128 |
# @ bestwebsoft
|
129 |
-
#: bws_menu.php:
|
130 |
msgid "PHP Exif support"
|
131 |
msgstr "Supporto Exif PHP"
|
132 |
|
133 |
# @ bestwebsoft
|
134 |
-
#: bws_menu.php:
|
135 |
msgid "PHP IPTC support"
|
136 |
msgstr "Supporto IPTC PHP"
|
137 |
|
138 |
# @ bestwebsoft
|
139 |
-
#: bws_menu.php:
|
140 |
msgid "PHP XML support"
|
141 |
msgstr "Supporto XML PHP"
|
142 |
|
143 |
# @ bestwebsoft
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Site URL"
|
146 |
msgstr "URL sito"
|
147 |
|
148 |
# @ bestwebsoft
|
149 |
-
#: bws_menu.php:
|
150 |
msgid "Home URL"
|
151 |
msgstr "URL home"
|
152 |
|
153 |
# @ bestwebsoft
|
154 |
-
#: bws_menu.php:
|
155 |
msgid "WordPress Version"
|
156 |
msgstr "Versione WordPress"
|
157 |
|
158 |
# @ bestwebsoft
|
159 |
-
#: bws_menu.php:
|
160 |
msgid "WordPress DB Version"
|
161 |
msgstr "Versione DB WordPress"
|
162 |
|
163 |
# @ bestwebsoft
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Multisite"
|
166 |
msgstr "Multisito"
|
167 |
|
168 |
# @ bestwebsoft
|
169 |
-
#: bws_menu.php:
|
170 |
msgid "Active Theme"
|
171 |
msgstr "Tema attivo"
|
172 |
|
173 |
# @ bestwebsoft
|
174 |
-
#: bws_menu.php:
|
175 |
msgid "Please enter a valid email address."
|
176 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
177 |
|
178 |
# @ bestwebsoft
|
179 |
-
#: bws_menu.php:
|
180 |
msgid "Email with system info is sent to "
|
181 |
msgstr "Email con informazioni di sistema spedita a "
|
182 |
|
183 |
# @ bestwebsoft
|
184 |
-
#: bws_menu.php:
|
185 |
msgid "Thank you for contacting us."
|
186 |
msgstr "Grazie per averci contattato."
|
187 |
|
188 |
# @ bestwebsoft
|
189 |
-
#: bws_menu.php:
|
190 |
msgid "Sorry, email message could not be delivered."
|
191 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
192 |
|
|
|
|
|
|
|
|
|
193 |
# @ bestwebsoft
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Pro plugins"
|
196 |
msgstr "Plugin Pro"
|
197 |
|
198 |
# @ bestwebsoft
|
199 |
-
#: bws_menu.php:
|
200 |
-
#: bws_menu.php:
|
201 |
msgid "Activated plugins"
|
202 |
msgstr "Plugin attivi"
|
203 |
|
204 |
# @ bestwebsoft
|
205 |
-
#: bws_menu.php:
|
206 |
-
#: bws_menu.php:
|
207 |
-
#: bws_menu.php:
|
208 |
-
#: bws_menu.php:
|
209 |
-
#: bws_menu.php:
|
210 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
211 |
msgid "Read more"
|
212 |
msgstr "Leggi tutto"
|
213 |
|
214 |
# @ bestwebsoft
|
215 |
# @ captcha
|
216 |
-
#: bws_menu.php:
|
217 |
-
#: bws_menu.php:
|
|
|
|
|
218 |
msgid "Settings"
|
219 |
msgstr "Impostazioni"
|
220 |
|
221 |
# @ bestwebsoft
|
222 |
-
#: bws_menu.php:
|
223 |
-
#: bws_menu.php:
|
|
|
224 |
msgid "Installed plugins"
|
225 |
msgstr "Plugin installati"
|
226 |
|
227 |
# @ bestwebsoft
|
228 |
-
#: bws_menu.php:
|
229 |
-
#: bws_menu.php:
|
|
|
230 |
msgid "Recommended plugins"
|
231 |
msgstr "Plugin raccomandati"
|
232 |
|
233 |
# @ bestwebsoft
|
234 |
-
#: bws_menu.php:
|
235 |
msgid "Purchase"
|
236 |
msgstr "Acquista"
|
237 |
|
238 |
# @ bestwebsoft
|
239 |
-
#: bws_menu.php:
|
240 |
msgid "Free plugins"
|
241 |
msgstr "Plugin gratuiti"
|
242 |
|
243 |
# @ bestwebsoft
|
244 |
-
#: bws_menu.php:
|
|
|
245 |
msgid "Download"
|
246 |
msgstr "Scarica"
|
247 |
|
248 |
# @ default
|
249 |
-
#: bws_menu.php:
|
|
|
|
|
250 |
#, php-format
|
251 |
msgid "Install %s"
|
252 |
msgstr "Installa %s"
|
253 |
|
254 |
# @ bestwebsoft
|
255 |
-
#: bws_menu.php:
|
|
|
256 |
msgid "Install now from wordpress.org"
|
257 |
msgstr "Installa ora da wordpress.org"
|
258 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
# @ bestwebsoft
|
260 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
261 |
msgid "If you have any questions, please contact us via"
|
262 |
msgstr "Se hai domande, contattaci tramite"
|
263 |
|
264 |
# @ bestwebsoft
|
265 |
-
#: bws_menu.php:
|
|
|
|
|
266 |
msgid "System status"
|
267 |
msgstr "Stato sistema"
|
268 |
|
269 |
# @ bestwebsoft
|
270 |
-
#: bws_menu.php:
|
|
|
271 |
msgid "Environment"
|
272 |
msgstr "Ambiente"
|
273 |
|
274 |
# @ bestwebsoft
|
275 |
-
#: bws_menu.php:
|
|
|
276 |
msgid "Active Plugins"
|
277 |
msgstr "Plugin attivi"
|
278 |
|
279 |
# @ bestwebsoft
|
280 |
-
#: bws_menu.php:
|
|
|
281 |
msgid "Inactive Plugins"
|
282 |
msgstr "Plugin inattivi"
|
283 |
|
284 |
# @ bestwebsoft
|
285 |
-
#: bws_menu.php:
|
|
|
286 |
msgid "Send to support"
|
287 |
msgstr "Invia al supporto"
|
288 |
|
289 |
# @ bestwebsoft
|
290 |
-
#: bws_menu.php:
|
|
|
291 |
msgid "Send to custom email »"
|
292 |
msgstr "Invia a una email personalizzata »"
|
293 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
# @ captcha
|
295 |
#, fuzzy
|
296 |
#~ msgid "Captcha Settings"
|
@@ -534,4 +707,3 @@ msgstr "Invia a una email personalizzata »"
|
|
534 |
#, fuzzy
|
535 |
#~ msgid "Decryption password is not set"
|
536 |
#~ msgstr "La password per la decodifica della cifratura non è impostata"
|
537 |
-
|
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"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\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"
|
707 |
#, fuzzy
|
708 |
#~ msgid "Decryption password is not set"
|
709 |
#~ msgstr "La password per la decodifica della cifratura non è impostata"
|
|
bws_menu/languages/bestwebsoft-ja.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ja.po
CHANGED
@@ -2,387 +2,602 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Language: ja_JP\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
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:
|
34 |
-
#: bws_menu.php:
|
35 |
-
#: bws_menu.php:
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:
|
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:
|
47 |
-
#: bws_menu.php:
|
48 |
-
#: bws_menu.php:
|
49 |
-
#: bws_menu.php:
|
50 |
msgid "Yes"
|
51 |
msgstr "はい"
|
52 |
|
53 |
-
#: bws_menu.php:
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:
|
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 "Pro plugins"
|
162 |
msgstr "Pro Plugins"
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Activated plugins"
|
167 |
msgstr "有効なプラグイン"
|
168 |
|
169 |
-
#: bws_menu.php:
|
170 |
-
#: bws_menu.php:
|
171 |
-
#: bws_menu.php:
|
172 |
-
#: bws_menu.php:
|
173 |
-
#: bws_menu.php:
|
174 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
175 |
msgid "Read more"
|
176 |
msgstr "もっと読む"
|
177 |
|
178 |
-
#: bws_menu.php:
|
179 |
-
#: bws_menu.php:
|
|
|
|
|
180 |
msgid "Settings"
|
181 |
msgstr "設定"
|
182 |
|
183 |
-
#: bws_menu.php:
|
184 |
-
#: bws_menu.php:
|
|
|
185 |
msgid "Installed plugins"
|
186 |
msgstr "導入済みプラグイン"
|
187 |
|
188 |
-
#: bws_menu.php:
|
189 |
-
#: bws_menu.php:
|
|
|
190 |
msgid "Recommended plugins"
|
191 |
msgstr "推奨プラグイン"
|
192 |
|
193 |
-
#: bws_menu.php:
|
194 |
msgid "Purchase"
|
195 |
msgstr "購入"
|
196 |
|
197 |
-
#: bws_menu.php:
|
198 |
msgid "Free plugins"
|
199 |
msgstr "無料プラグイン"
|
200 |
|
201 |
-
#: bws_menu.php:
|
|
|
202 |
msgid "Download"
|
203 |
msgstr "ダウンロード"
|
204 |
|
205 |
-
#: bws_menu.php:
|
|
|
|
|
206 |
#, php-format
|
207 |
msgid "Install %s"
|
208 |
msgstr "%s 導入"
|
209 |
|
210 |
-
#: bws_menu.php:
|
|
|
211 |
msgid "Install now from wordpress.org"
|
212 |
msgstr "wordpress.org から直ぐに導入"
|
213 |
|
214 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
msgid "If you have any questions, please contact us via"
|
216 |
msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
217 |
|
218 |
-
#: bws_menu.php:
|
|
|
|
|
219 |
msgid "System status"
|
220 |
msgstr "システム状況"
|
221 |
|
222 |
-
#: bws_menu.php:
|
|
|
223 |
msgid "Environment"
|
224 |
msgstr "環境"
|
225 |
|
226 |
-
#: bws_menu.php:
|
|
|
227 |
msgid "Active Plugins"
|
228 |
msgstr "有効なプラグイン"
|
229 |
|
230 |
-
#: bws_menu.php:
|
|
|
231 |
msgid "Inactive Plugins"
|
232 |
msgstr "無効なプラグイン"
|
233 |
|
234 |
-
#: bws_menu.php:
|
|
|
235 |
msgid "Send to support"
|
236 |
msgstr "サポートに送信"
|
237 |
|
238 |
-
#: bws_menu.php:
|
|
|
239 |
msgid "Send to custom email »"
|
240 |
msgstr "カスタムEメールに送信»"
|
241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
#~ msgid "Contact Form Settings"
|
243 |
#~ msgstr "コンタクトフォーム設定"
|
|
|
244 |
#~ msgid "Contact Form"
|
245 |
#~ msgstr "コンタクトフォーム"
|
|
|
246 |
#~ msgid "Contact Form Pro Extra Settings"
|
247 |
#~ msgstr "Contact Form Pro 用設定"
|
|
|
248 |
#~ msgid "Contact Form Pro"
|
249 |
#~ msgstr "Contact Form Pro"
|
|
|
250 |
#~ msgid "Name:"
|
251 |
#~ msgstr "名前:"
|
|
|
252 |
#~ msgid "Address:"
|
253 |
#~ msgstr "住所:"
|
|
|
254 |
#~ msgid "Email Address:"
|
255 |
#~ msgstr "Eメール:"
|
|
|
256 |
#~ msgid "Phone number:"
|
257 |
#~ msgstr "電話番号:"
|
|
|
258 |
#~ msgid "Subject:"
|
259 |
#~ msgstr "件名:"
|
|
|
260 |
#~ msgid "Message:"
|
261 |
#~ msgstr "メッセージ:"
|
|
|
262 |
#~ msgid "Attachment:"
|
263 |
#~ msgstr "添付:"
|
|
|
264 |
#~ msgid "Send me a copy"
|
265 |
#~ msgstr "コピーを自分に送る"
|
|
|
266 |
#~ msgid "Submit"
|
267 |
#~ msgstr "送信"
|
|
|
268 |
#~ msgid "Your name is required."
|
269 |
#~ msgstr "名前は必須です。"
|
|
|
270 |
#~ msgid "Address is required."
|
271 |
#~ msgstr "住所が必要です。"
|
|
|
272 |
#~ msgid "A valid email address is required."
|
273 |
#~ msgstr "有効なEメールアドレスlが必須です。"
|
|
|
274 |
#~ msgid "Phone number is required."
|
275 |
#~ msgstr "電話番号は必須です。"
|
|
|
276 |
#~ msgid "Subject is required."
|
277 |
#~ msgstr "件名は必須です。"
|
|
|
278 |
#~ msgid "Message text is required."
|
279 |
#~ msgstr "メッセージ本文は必須です。"
|
|
|
280 |
#~ msgid "File format is not valid."
|
281 |
#~ msgstr "添付が壊れています。"
|
|
|
282 |
#~ msgid "File upload error."
|
283 |
#~ msgstr "ファイル・アップロード・エラー。"
|
|
|
284 |
#~ msgid "The file could not be uploaded."
|
285 |
#~ msgstr "ファイルは、アップロード出来ませんでした。"
|
|
|
286 |
#~ msgid "This file is too large."
|
287 |
#~ msgstr "このファイルは大きすぎます。"
|
|
|
288 |
#~ msgid "Please fill out the CAPTCHA."
|
289 |
#~ msgstr "CAPTCHAを入力して下さい。"
|
|
|
290 |
#~ msgid "Please make corrections below and try again."
|
291 |
#~ msgstr "以下を修正し、再度試して下さい。"
|
|
|
292 |
#~ msgid ""
|
293 |
#~ "If the 'Redirect to page' option is selected then the URL field should be "
|
294 |
#~ "in the following format"
|
295 |
#~ msgstr ""
|
296 |
#~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
|
297 |
#~ "ります"
|
|
|
298 |
#~ msgid "Such user does not exist. Settings are not saved."
|
299 |
#~ msgstr "このようなユーザは存在しません。設定は保存されません。"
|
|
|
300 |
#~ msgid ""
|
301 |
#~ "Please enter a valid email address in the 'FROM' field. Settings are not "
|
302 |
#~ "saved."
|
303 |
#~ msgstr ""
|
304 |
#~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
|
305 |
#~ "れません。"
|
|
|
306 |
#~ msgid "Settings saved."
|
307 |
#~ msgstr "設定保存."
|
|
|
308 |
#~ msgid "Extra settings"
|
309 |
#~ msgstr "追加設定"
|
|
|
310 |
#~ msgid ""
|
311 |
#~ "If you would like to add the Contact Form to your website, just copy and "
|
312 |
#~ "paste this shortcode to your post or page or widget:"
|
313 |
#~ msgstr ""
|
314 |
#~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
|
315 |
#~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
|
|
|
316 |
#~ msgid "or"
|
317 |
#~ msgstr "又は"
|
|
|
318 |
#~ msgid ""
|
319 |
#~ "If have any problems with the standard shortcode [contact_form], you "
|
320 |
#~ "should use the shortcode"
|
321 |
#~ msgstr ""
|
322 |
#~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
|
323 |
#~ "用下さい"
|
|
|
324 |
#~ msgid "They work the same way."
|
325 |
#~ msgstr "同様に動作します。"
|
|
|
326 |
#~ msgid ""
|
327 |
#~ "If you leave the fields empty, the messages will be sent to the email "
|
328 |
#~ "address specified during registration."
|
329 |
#~ msgstr ""
|
330 |
#~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
|
331 |
#~ "れます。"
|
|
|
332 |
#~ msgid "The user's email address:"
|
333 |
#~ msgstr "wordpressユーザのemailを利用r:"
|
|
|
334 |
#~ msgid "Create a username"
|
335 |
#~ msgstr "ユーザ名の選択"
|
|
|
336 |
#~ msgid ""
|
337 |
#~ "Enter a username of the person who should get the messages from the "
|
338 |
#~ "contact form."
|
339 |
#~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
|
|
|
340 |
#~ msgid "Use this email address:"
|
341 |
#~ msgstr "このemailを利用:"
|
|
|
342 |
#~ msgid "Enter the email address you want the messages forwarded to."
|
343 |
#~ msgstr "メッセージ受信用のemailを設定。"
|
|
|
344 |
#~ msgid "Additional options"
|
345 |
#~ msgstr "追加オプション"
|
|
|
346 |
#~ msgid "What to use?"
|
347 |
#~ msgstr "何用途?"
|
|
|
348 |
#~ msgid "Wp-mail"
|
349 |
#~ msgstr "WPメール"
|
|
|
350 |
#~ msgid "You can use the wp_mail function for mailing"
|
351 |
#~ msgstr "メールにwp_mali機能が利用できます"
|
|
|
352 |
#~ msgid "Mail"
|
353 |
#~ msgstr "メール"
|
|
|
354 |
#~ msgid "To send mail you can use the php mail function"
|
355 |
#~ msgstr "メールを送信するには、phpメール機能が利用できます"
|
|
|
356 |
#~ msgid "Change text of the 'FROM' field"
|
357 |
#~ msgstr "'送信者' フィールドのテキストを変更"
|
|
|
358 |
#~ msgid "Enter the email address in the 'From' field"
|
359 |
#~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
|
|
|
360 |
#~ msgid "User email"
|
361 |
#~ msgstr "ユーザ・Eメール"
|
|
|
362 |
#~ msgid ""
|
363 |
#~ "The email address of the user who fills the form will be used in the "
|
364 |
#~ "field 'From'."
|
365 |
#~ msgstr ""
|
366 |
#~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
|
367 |
#~ "れます。"
|
|
|
368 |
#~ msgid "This email address will be used in the 'From' field."
|
369 |
#~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
|
|
|
370 |
#~ msgid "Display fields"
|
371 |
#~ msgstr "フィールドを表示"
|
|
|
372 |
#~ msgid "Address"
|
373 |
#~ msgstr "住所"
|
|
|
374 |
#~ msgid "Phone"
|
375 |
#~ msgstr "電話"
|
|
|
376 |
#~ msgid "Attachment block"
|
377 |
#~ msgstr "添付ブロック"
|
|
|
378 |
#~ msgid "Users can attach the following file formats"
|
379 |
#~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
|
|
|
380 |
#~ msgid "Captcha"
|
381 |
#~ msgstr "Captcha"
|
|
|
382 |
#~ msgid "(powered by bestwebsoft.com)"
|
383 |
#~ msgstr "(powered by bestwebsoft.com)"
|
384 |
-
|
385 |
-
#~ msgstr "有効なcaptcha"
|
386 |
#~ msgid "Download captcha"
|
387 |
#~ msgstr "captchaをダウンロード"
|
388 |
|
@@ -393,162 +608,235 @@ msgstr "カスタムEメールに送信»"
|
|
393 |
#, fuzzy
|
394 |
#~ msgid "Display 'Send me a copy' block"
|
395 |
#~ msgstr "コピーブロックを自分に送る"
|
|
|
396 |
#~ msgid "Required fields"
|
397 |
#~ msgstr "必須フィールド"
|
|
|
398 |
#~ msgid "Name"
|
399 |
#~ msgstr "名前"
|
|
|
400 |
#~ msgid "Email Address"
|
401 |
#~ msgstr "Eメール・アドレス"
|
|
|
402 |
#~ msgid "Subject"
|
403 |
#~ msgstr "件名"
|
|
|
404 |
#~ msgid "Message"
|
405 |
#~ msgstr "メッセージ"
|
|
|
406 |
#~ msgid "Display additional info in the email"
|
407 |
#~ msgstr "メール中に追加情報を表示"
|
|
|
408 |
#~ msgid "Sent from (ip address)"
|
409 |
#~ msgstr "(IP-Adresse)から送られた"
|
410 |
|
411 |
#, fuzzy
|
412 |
#~ msgid "Example: Sent from (IP address):\t127.0.0.1"
|
413 |
#~ msgstr "(IP-Adresse)から送られた"
|
|
|
414 |
#~ msgid "Date/Time"
|
415 |
#~ msgstr "日時"
|
|
|
416 |
#~ msgid "Sent from (referer)"
|
417 |
#~ msgstr "(referer)から送られている"
|
|
|
418 |
#~ msgid "Using (user agent)"
|
419 |
#~ msgstr "(user agent)使用"
|
|
|
420 |
#~ msgid "Language settings for the field names in the form"
|
421 |
#~ msgstr "フォームのフィールド名用の言語設定"
|
|
|
422 |
#~ msgid "Add a language"
|
423 |
#~ msgstr "言語の追加"
|
|
|
424 |
#~ msgid "Change the names of the contact form fields and error messages"
|
425 |
#~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
|
|
|
426 |
#~ msgid "English"
|
427 |
#~ msgstr "英語"
|
|
|
428 |
#~ msgid "Error message for the Name field"
|
429 |
#~ msgstr "名前フィールド用のエラーメッセージ"
|
|
|
430 |
#~ msgid "Error message for the Address field"
|
431 |
#~ msgstr "住所フィールド用のエラーメッセージ"
|
|
|
432 |
#~ msgid "Error message for the Email field"
|
433 |
#~ msgstr "Eメール・フィールド用のエラーメッセージ"
|
|
|
434 |
#~ msgid "Error message for the Phone field"
|
435 |
#~ msgstr "電話フィールド用のエラーメッセージ"
|
|
|
436 |
#~ msgid "Error message for the Subject field"
|
437 |
#~ msgstr "件名フィールド用のエラーメッセージ"
|
|
|
438 |
#~ msgid "Error message for the Message field"
|
439 |
#~ msgstr "メッセージ・フィールド用のエラーメッセージ"
|
|
|
440 |
#~ msgid "Error message about the file type for the Attachment field"
|
441 |
#~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
|
|
|
442 |
#~ msgid ""
|
443 |
#~ "Error message while uploading a file for the Attachment field to the "
|
444 |
#~ "server"
|
445 |
#~ msgstr ""
|
446 |
#~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
|
|
|
447 |
#~ msgid "Error message while moving the file for the Attachment field"
|
448 |
#~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
|
|
|
449 |
#~ msgid ""
|
450 |
#~ "Error message when file size limit for the Attachment field is exceeded"
|
451 |
#~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
|
|
|
452 |
#~ msgid "Error message for the Captcha field"
|
453 |
#~ msgstr "Captcha フィールド用のエラーメッセージ"
|
|
|
454 |
#~ msgid "Error message for the whole form"
|
455 |
#~ msgstr "全体フォーム用のエラーメッセージ"
|
|
|
456 |
#~ msgid "Use shortcode"
|
457 |
#~ msgstr "短いコードの利用"
|
|
|
458 |
#~ msgid "for this language"
|
459 |
#~ msgstr "この言語用"
|
|
|
460 |
#~ msgid "Action after email is sent"
|
461 |
#~ msgstr "メール送信後の行動"
|
|
|
462 |
#~ msgid "Display text"
|
463 |
#~ msgstr "テキストを表示"
|
|
|
464 |
#~ msgid "Text"
|
465 |
#~ msgstr "文字"
|
|
|
466 |
#~ msgid "Redirect to the page"
|
467 |
#~ msgstr "ページに転送"
|
|
|
468 |
#~ msgid "Url"
|
469 |
#~ msgstr "Url"
|
|
|
470 |
#~ msgid "Save Changes"
|
471 |
#~ msgstr "変更を保存"
|
|
|
472 |
#~ msgid "Contact Form Pro | Extra Settings"
|
473 |
#~ msgstr "Contact Form Pro | 追加設定"
|
|
|
474 |
#~ msgid ""
|
475 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
476 |
#~ "more details, please follow the link"
|
477 |
#~ msgstr ""
|
478 |
#~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
|
479 |
#~ "して下さい。"
|
|
|
480 |
#~ msgid "Errors output"
|
481 |
#~ msgstr "エラー出力"
|
|
|
482 |
#~ msgid "Display error messages"
|
483 |
#~ msgstr "エラーメッセージの表示"
|
|
|
484 |
#~ msgid "Color of the input field errors."
|
485 |
#~ msgstr "入力フィールド・エラーの色"
|
|
|
486 |
#~ msgid "Display error messages & color of the input field errors"
|
487 |
#~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
|
|
|
488 |
#~ msgid "Add placeholder to the input blocks"
|
489 |
#~ msgstr "プレースホルダーを入力ブロックに追加"
|
|
|
490 |
#~ msgid "Add tooltips"
|
491 |
#~ msgstr "ツールチップの追加"
|
|
|
492 |
#~ msgid "Email address"
|
493 |
#~ msgstr "Eメール・アドレス"
|
|
|
494 |
#~ msgid "Phone Number"
|
495 |
#~ msgstr "電話番号"
|
|
|
496 |
#~ msgid "Attachment"
|
497 |
#~ msgstr "添付"
|
|
|
498 |
#~ msgid "Style options"
|
499 |
#~ msgstr "スタイル・オプション"
|
|
|
500 |
#~ msgid "Text color"
|
501 |
#~ msgstr "文字色"
|
|
|
502 |
#~ msgid "Default"
|
503 |
#~ msgstr "標準"
|
|
|
504 |
#~ msgid "Label text color"
|
505 |
#~ msgstr "ラベル文字色"
|
|
|
506 |
#~ msgid "Placeholder color"
|
507 |
#~ msgstr "プレースホルダ色"
|
|
|
508 |
#~ msgid "Errors color"
|
509 |
#~ msgstr "エラーの色"
|
|
|
510 |
#~ msgid "Error text color"
|
511 |
#~ msgstr "エラーテキストの色"
|
|
|
512 |
#~ msgid "Background color of the input field errors"
|
513 |
#~ msgstr "入力フィールド・エラーの背景色"
|
|
|
514 |
#~ msgid "Border color of the input field errors"
|
515 |
#~ msgstr "入力フィールド・エラーの罫線色"
|
|
|
516 |
#~ msgid "Placeholder color of the input field errors"
|
517 |
#~ msgstr "入力フィールド・エラー用のプレースホルダ色"
|
|
|
518 |
#~ msgid "Input fields"
|
519 |
#~ msgstr "フィールドを入力"
|
|
|
520 |
#~ msgid "Input fields background color"
|
521 |
#~ msgstr "フィールドの背景色の入力"
|
|
|
522 |
#~ msgid "Text fields color"
|
523 |
#~ msgstr "文字フィールド色"
|
|
|
524 |
#~ msgid "Border width in px, numbers only"
|
525 |
#~ msgstr "罫線幅(px単位)、数値のみ"
|
|
|
526 |
#~ msgid "Border color"
|
527 |
#~ msgstr "罫線色"
|
|
|
528 |
#~ msgid "Submit button"
|
529 |
#~ msgstr "送信ボタン"
|
|
|
530 |
#~ msgid "Width in px, numbers only"
|
531 |
#~ msgstr "px単位の幅、数字のみ"
|
|
|
532 |
#~ msgid "Button color"
|
533 |
#~ msgstr "ボタンの色"
|
|
|
534 |
#~ msgid "Button text color"
|
535 |
#~ msgstr "ボタン文字の色"
|
|
|
536 |
#~ msgid "Contact Form Pro | Preview"
|
537 |
#~ msgstr "Contact Form Pro | プレビュー"
|
|
|
538 |
#~ msgid "Show with errors"
|
539 |
#~ msgstr "エラーで表示"
|
|
|
540 |
#~ msgid "Please enter your full name..."
|
541 |
#~ msgstr "貴方の氏名を入力して下さい..."
|
|
|
542 |
#~ msgid "Please enter your address..."
|
543 |
#~ msgstr "貴方の住所を入力して下さい..."
|
|
|
544 |
#~ msgid "Please enter your email address..."
|
545 |
#~ msgstr "貴方のEメール・アドレスを入力して下さい..."
|
|
|
546 |
#~ msgid "Please enter your phone number..."
|
547 |
#~ msgstr "貴方の電話番号を入力して下さい..."
|
|
|
548 |
#~ msgid "Please enter subject..."
|
549 |
#~ msgstr "件名を入力して下さい..."
|
|
|
550 |
#~ msgid "Please enter your message..."
|
551 |
#~ msgstr "メッセージを入力して下さい..."
|
|
|
552 |
#~ msgid ""
|
553 |
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
554 |
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
@@ -557,39 +845,47 @@ msgstr "カスタムEメールに送信»"
|
|
557 |
#~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
558 |
#~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
|
559 |
#~ "ファイルサイズ: 2MB"
|
|
|
560 |
#~ msgid "You can attach the following file formats"
|
561 |
#~ msgstr "貴方は、以下のタイプのファイルを添付できます"
|
|
|
562 |
#~ msgid "Contact from"
|
563 |
#~ msgstr "コンタクトフォーム"
|
|
|
564 |
#~ msgid "Email"
|
565 |
#~ msgstr "Eメール"
|
|
|
566 |
#~ msgid "Site"
|
567 |
#~ msgstr "サイト"
|
|
|
568 |
#~ msgid ""
|
569 |
#~ "If you can see this MIME, it means that the MIME type is not supported by "
|
570 |
#~ "your email client!"
|
571 |
#~ msgstr ""
|
572 |
#~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
|
|
|
573 |
#~ msgid "FAQ"
|
574 |
#~ msgstr "FAQ"
|
|
|
575 |
#~ msgid "Support"
|
576 |
#~ msgstr "サポート"
|
|
|
577 |
#~ msgid "Are you sure that you want to delete this language data?"
|
578 |
#~ msgstr "本当に、この言語データを削除しますか?"
|
|
|
579 |
#~ msgid "Contact Form Options"
|
580 |
#~ msgstr "コンタクトフォーム オプション"
|
581 |
|
582 |
#, fuzzy
|
583 |
#~ msgid "Display Attachment tips"
|
584 |
#~ msgstr "添付ブロックを表示"
|
|
|
585 |
#~ msgid "Please enter a valid email address. Settings are not saved."
|
586 |
#~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
|
587 |
|
588 |
#, fuzzy
|
589 |
#~ msgid "E-Mail Address"
|
590 |
#~ msgstr "E-Mail:"
|
|
|
591 |
#~ msgid "E-Mail Addresse:"
|
592 |
#~ msgstr "Indirizzo e-mail:"
|
593 |
-
#~ msgid "Install Now"
|
594 |
-
#~ msgstr "Installa Ora"
|
595 |
-
|
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"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\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 |
+
|
404 |
#~ msgid "Contact Form"
|
405 |
#~ msgstr "コンタクトフォーム"
|
406 |
+
|
407 |
#~ msgid "Contact Form Pro Extra Settings"
|
408 |
#~ msgstr "Contact Form Pro 用設定"
|
409 |
+
|
410 |
#~ msgid "Contact Form Pro"
|
411 |
#~ msgstr "Contact Form Pro"
|
412 |
+
|
413 |
#~ msgid "Name:"
|
414 |
#~ msgstr "名前:"
|
415 |
+
|
416 |
#~ msgid "Address:"
|
417 |
#~ msgstr "住所:"
|
418 |
+
|
419 |
#~ msgid "Email Address:"
|
420 |
#~ msgstr "Eメール:"
|
421 |
+
|
422 |
#~ msgid "Phone number:"
|
423 |
#~ msgstr "電話番号:"
|
424 |
+
|
425 |
#~ msgid "Subject:"
|
426 |
#~ msgstr "件名:"
|
427 |
+
|
428 |
#~ msgid "Message:"
|
429 |
#~ msgstr "メッセージ:"
|
430 |
+
|
431 |
#~ msgid "Attachment:"
|
432 |
#~ msgstr "添付:"
|
433 |
+
|
434 |
#~ msgid "Send me a copy"
|
435 |
#~ msgstr "コピーを自分に送る"
|
436 |
+
|
437 |
#~ msgid "Submit"
|
438 |
#~ msgstr "送信"
|
439 |
+
|
440 |
#~ msgid "Your name is required."
|
441 |
#~ msgstr "名前は必須です。"
|
442 |
+
|
443 |
#~ msgid "Address is required."
|
444 |
#~ msgstr "住所が必要です。"
|
445 |
+
|
446 |
#~ msgid "A valid email address is required."
|
447 |
#~ msgstr "有効なEメールアドレスlが必須です。"
|
448 |
+
|
449 |
#~ msgid "Phone number is required."
|
450 |
#~ msgstr "電話番号は必須です。"
|
451 |
+
|
452 |
#~ msgid "Subject is required."
|
453 |
#~ msgstr "件名は必須です。"
|
454 |
+
|
455 |
#~ msgid "Message text is required."
|
456 |
#~ msgstr "メッセージ本文は必須です。"
|
457 |
+
|
458 |
#~ msgid "File format is not valid."
|
459 |
#~ msgstr "添付が壊れています。"
|
460 |
+
|
461 |
#~ msgid "File upload error."
|
462 |
#~ msgstr "ファイル・アップロード・エラー。"
|
463 |
+
|
464 |
#~ msgid "The file could not be uploaded."
|
465 |
#~ msgstr "ファイルは、アップロード出来ませんでした。"
|
466 |
+
|
467 |
#~ msgid "This file is too large."
|
468 |
#~ msgstr "このファイルは大きすぎます。"
|
469 |
+
|
470 |
#~ msgid "Please fill out the CAPTCHA."
|
471 |
#~ msgstr "CAPTCHAを入力して下さい。"
|
472 |
+
|
473 |
#~ msgid "Please make corrections below and try again."
|
474 |
#~ msgstr "以下を修正し、再度試して下さい。"
|
475 |
+
|
476 |
#~ msgid ""
|
477 |
#~ "If the 'Redirect to page' option is selected then the URL field should be "
|
478 |
#~ "in the following format"
|
479 |
#~ msgstr ""
|
480 |
#~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
|
481 |
#~ "ります"
|
482 |
+
|
483 |
#~ msgid "Such user does not exist. Settings are not saved."
|
484 |
#~ msgstr "このようなユーザは存在しません。設定は保存されません。"
|
485 |
+
|
486 |
#~ msgid ""
|
487 |
#~ "Please enter a valid email address in the 'FROM' field. Settings are not "
|
488 |
#~ "saved."
|
489 |
#~ msgstr ""
|
490 |
#~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
|
491 |
#~ "れません。"
|
492 |
+
|
493 |
#~ msgid "Settings saved."
|
494 |
#~ msgstr "設定保存."
|
495 |
+
|
496 |
#~ msgid "Extra settings"
|
497 |
#~ msgstr "追加設定"
|
498 |
+
|
499 |
#~ msgid ""
|
500 |
#~ "If you would like to add the Contact Form to your website, just copy and "
|
501 |
#~ "paste this shortcode to your post or page or widget:"
|
502 |
#~ msgstr ""
|
503 |
#~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
|
504 |
#~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
|
505 |
+
|
506 |
#~ msgid "or"
|
507 |
#~ msgstr "又は"
|
508 |
+
|
509 |
#~ msgid ""
|
510 |
#~ "If have any problems with the standard shortcode [contact_form], you "
|
511 |
#~ "should use the shortcode"
|
512 |
#~ msgstr ""
|
513 |
#~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
|
514 |
#~ "用下さい"
|
515 |
+
|
516 |
#~ msgid "They work the same way."
|
517 |
#~ msgstr "同様に動作します。"
|
518 |
+
|
519 |
#~ msgid ""
|
520 |
#~ "If you leave the fields empty, the messages will be sent to the email "
|
521 |
#~ "address specified during registration."
|
522 |
#~ msgstr ""
|
523 |
#~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
|
524 |
#~ "れます。"
|
525 |
+
|
526 |
#~ msgid "The user's email address:"
|
527 |
#~ msgstr "wordpressユーザのemailを利用r:"
|
528 |
+
|
529 |
#~ msgid "Create a username"
|
530 |
#~ msgstr "ユーザ名の選択"
|
531 |
+
|
532 |
#~ msgid ""
|
533 |
#~ "Enter a username of the person who should get the messages from the "
|
534 |
#~ "contact form."
|
535 |
#~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
|
536 |
+
|
537 |
#~ msgid "Use this email address:"
|
538 |
#~ msgstr "このemailを利用:"
|
539 |
+
|
540 |
#~ msgid "Enter the email address you want the messages forwarded to."
|
541 |
#~ msgstr "メッセージ受信用のemailを設定。"
|
542 |
+
|
543 |
#~ msgid "Additional options"
|
544 |
#~ msgstr "追加オプション"
|
545 |
+
|
546 |
#~ msgid "What to use?"
|
547 |
#~ msgstr "何用途?"
|
548 |
+
|
549 |
#~ msgid "Wp-mail"
|
550 |
#~ msgstr "WPメール"
|
551 |
+
|
552 |
#~ msgid "You can use the wp_mail function for mailing"
|
553 |
#~ msgstr "メールにwp_mali機能が利用できます"
|
554 |
+
|
555 |
#~ msgid "Mail"
|
556 |
#~ msgstr "メール"
|
557 |
+
|
558 |
#~ msgid "To send mail you can use the php mail function"
|
559 |
#~ msgstr "メールを送信するには、phpメール機能が利用できます"
|
560 |
+
|
561 |
#~ msgid "Change text of the 'FROM' field"
|
562 |
#~ msgstr "'送信者' フィールドのテキストを変更"
|
563 |
+
|
564 |
#~ msgid "Enter the email address in the 'From' field"
|
565 |
#~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
|
566 |
+
|
567 |
#~ msgid "User email"
|
568 |
#~ msgstr "ユーザ・Eメール"
|
569 |
+
|
570 |
#~ msgid ""
|
571 |
#~ "The email address of the user who fills the form will be used in the "
|
572 |
#~ "field 'From'."
|
573 |
#~ msgstr ""
|
574 |
#~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
|
575 |
#~ "れます。"
|
576 |
+
|
577 |
#~ msgid "This email address will be used in the 'From' field."
|
578 |
#~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
|
579 |
+
|
580 |
#~ msgid "Display fields"
|
581 |
#~ msgstr "フィールドを表示"
|
582 |
+
|
583 |
#~ msgid "Address"
|
584 |
#~ msgstr "住所"
|
585 |
+
|
586 |
#~ msgid "Phone"
|
587 |
#~ msgstr "電話"
|
588 |
+
|
589 |
#~ msgid "Attachment block"
|
590 |
#~ msgstr "添付ブロック"
|
591 |
+
|
592 |
#~ msgid "Users can attach the following file formats"
|
593 |
#~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
|
594 |
+
|
595 |
#~ msgid "Captcha"
|
596 |
#~ msgstr "Captcha"
|
597 |
+
|
598 |
#~ msgid "(powered by bestwebsoft.com)"
|
599 |
#~ msgstr "(powered by bestwebsoft.com)"
|
600 |
+
|
|
|
601 |
#~ msgid "Download captcha"
|
602 |
#~ msgstr "captchaをダウンロード"
|
603 |
|
608 |
#, fuzzy
|
609 |
#~ msgid "Display 'Send me a copy' block"
|
610 |
#~ msgstr "コピーブロックを自分に送る"
|
611 |
+
|
612 |
#~ msgid "Required fields"
|
613 |
#~ msgstr "必須フィールド"
|
614 |
+
|
615 |
#~ msgid "Name"
|
616 |
#~ msgstr "名前"
|
617 |
+
|
618 |
#~ msgid "Email Address"
|
619 |
#~ msgstr "Eメール・アドレス"
|
620 |
+
|
621 |
#~ msgid "Subject"
|
622 |
#~ msgstr "件名"
|
623 |
+
|
624 |
#~ msgid "Message"
|
625 |
#~ msgstr "メッセージ"
|
626 |
+
|
627 |
#~ msgid "Display additional info in the email"
|
628 |
#~ msgstr "メール中に追加情報を表示"
|
629 |
+
|
630 |
#~ msgid "Sent from (ip address)"
|
631 |
#~ msgstr "(IP-Adresse)から送られた"
|
632 |
|
633 |
#, fuzzy
|
634 |
#~ msgid "Example: Sent from (IP address):\t127.0.0.1"
|
635 |
#~ msgstr "(IP-Adresse)から送られた"
|
636 |
+
|
637 |
#~ msgid "Date/Time"
|
638 |
#~ msgstr "日時"
|
639 |
+
|
640 |
#~ msgid "Sent from (referer)"
|
641 |
#~ msgstr "(referer)から送られている"
|
642 |
+
|
643 |
#~ msgid "Using (user agent)"
|
644 |
#~ msgstr "(user agent)使用"
|
645 |
+
|
646 |
#~ msgid "Language settings for the field names in the form"
|
647 |
#~ msgstr "フォームのフィールド名用の言語設定"
|
648 |
+
|
649 |
#~ msgid "Add a language"
|
650 |
#~ msgstr "言語の追加"
|
651 |
+
|
652 |
#~ msgid "Change the names of the contact form fields and error messages"
|
653 |
#~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
|
654 |
+
|
655 |
#~ msgid "English"
|
656 |
#~ msgstr "英語"
|
657 |
+
|
658 |
#~ msgid "Error message for the Name field"
|
659 |
#~ msgstr "名前フィールド用のエラーメッセージ"
|
660 |
+
|
661 |
#~ msgid "Error message for the Address field"
|
662 |
#~ msgstr "住所フィールド用のエラーメッセージ"
|
663 |
+
|
664 |
#~ msgid "Error message for the Email field"
|
665 |
#~ msgstr "Eメール・フィールド用のエラーメッセージ"
|
666 |
+
|
667 |
#~ msgid "Error message for the Phone field"
|
668 |
#~ msgstr "電話フィールド用のエラーメッセージ"
|
669 |
+
|
670 |
#~ msgid "Error message for the Subject field"
|
671 |
#~ msgstr "件名フィールド用のエラーメッセージ"
|
672 |
+
|
673 |
#~ msgid "Error message for the Message field"
|
674 |
#~ msgstr "メッセージ・フィールド用のエラーメッセージ"
|
675 |
+
|
676 |
#~ msgid "Error message about the file type for the Attachment field"
|
677 |
#~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
|
678 |
+
|
679 |
#~ msgid ""
|
680 |
#~ "Error message while uploading a file for the Attachment field to the "
|
681 |
#~ "server"
|
682 |
#~ msgstr ""
|
683 |
#~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
|
684 |
+
|
685 |
#~ msgid "Error message while moving the file for the Attachment field"
|
686 |
#~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
|
687 |
+
|
688 |
#~ msgid ""
|
689 |
#~ "Error message when file size limit for the Attachment field is exceeded"
|
690 |
#~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
|
691 |
+
|
692 |
#~ msgid "Error message for the Captcha field"
|
693 |
#~ msgstr "Captcha フィールド用のエラーメッセージ"
|
694 |
+
|
695 |
#~ msgid "Error message for the whole form"
|
696 |
#~ msgstr "全体フォーム用のエラーメッセージ"
|
697 |
+
|
698 |
#~ msgid "Use shortcode"
|
699 |
#~ msgstr "短いコードの利用"
|
700 |
+
|
701 |
#~ msgid "for this language"
|
702 |
#~ msgstr "この言語用"
|
703 |
+
|
704 |
#~ msgid "Action after email is sent"
|
705 |
#~ msgstr "メール送信後の行動"
|
706 |
+
|
707 |
#~ msgid "Display text"
|
708 |
#~ msgstr "テキストを表示"
|
709 |
+
|
710 |
#~ msgid "Text"
|
711 |
#~ msgstr "文字"
|
712 |
+
|
713 |
#~ msgid "Redirect to the page"
|
714 |
#~ msgstr "ページに転送"
|
715 |
+
|
716 |
#~ msgid "Url"
|
717 |
#~ msgstr "Url"
|
718 |
+
|
719 |
#~ msgid "Save Changes"
|
720 |
#~ msgstr "変更を保存"
|
721 |
+
|
722 |
#~ msgid "Contact Form Pro | Extra Settings"
|
723 |
#~ msgstr "Contact Form Pro | 追加設定"
|
724 |
+
|
725 |
#~ msgid ""
|
726 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
727 |
#~ "more details, please follow the link"
|
728 |
#~ msgstr ""
|
729 |
#~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
|
730 |
#~ "して下さい。"
|
731 |
+
|
732 |
#~ msgid "Errors output"
|
733 |
#~ msgstr "エラー出力"
|
734 |
+
|
735 |
#~ msgid "Display error messages"
|
736 |
#~ msgstr "エラーメッセージの表示"
|
737 |
+
|
738 |
#~ msgid "Color of the input field errors."
|
739 |
#~ msgstr "入力フィールド・エラーの色"
|
740 |
+
|
741 |
#~ msgid "Display error messages & color of the input field errors"
|
742 |
#~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
|
743 |
+
|
744 |
#~ msgid "Add placeholder to the input blocks"
|
745 |
#~ msgstr "プレースホルダーを入力ブロックに追加"
|
746 |
+
|
747 |
#~ msgid "Add tooltips"
|
748 |
#~ msgstr "ツールチップの追加"
|
749 |
+
|
750 |
#~ msgid "Email address"
|
751 |
#~ msgstr "Eメール・アドレス"
|
752 |
+
|
753 |
#~ msgid "Phone Number"
|
754 |
#~ msgstr "電話番号"
|
755 |
+
|
756 |
#~ msgid "Attachment"
|
757 |
#~ msgstr "添付"
|
758 |
+
|
759 |
#~ msgid "Style options"
|
760 |
#~ msgstr "スタイル・オプション"
|
761 |
+
|
762 |
#~ msgid "Text color"
|
763 |
#~ msgstr "文字色"
|
764 |
+
|
765 |
#~ msgid "Default"
|
766 |
#~ msgstr "標準"
|
767 |
+
|
768 |
#~ msgid "Label text color"
|
769 |
#~ msgstr "ラベル文字色"
|
770 |
+
|
771 |
#~ msgid "Placeholder color"
|
772 |
#~ msgstr "プレースホルダ色"
|
773 |
+
|
774 |
#~ msgid "Errors color"
|
775 |
#~ msgstr "エラーの色"
|
776 |
+
|
777 |
#~ msgid "Error text color"
|
778 |
#~ msgstr "エラーテキストの色"
|
779 |
+
|
780 |
#~ msgid "Background color of the input field errors"
|
781 |
#~ msgstr "入力フィールド・エラーの背景色"
|
782 |
+
|
783 |
#~ msgid "Border color of the input field errors"
|
784 |
#~ msgstr "入力フィールド・エラーの罫線色"
|
785 |
+
|
786 |
#~ msgid "Placeholder color of the input field errors"
|
787 |
#~ msgstr "入力フィールド・エラー用のプレースホルダ色"
|
788 |
+
|
789 |
#~ msgid "Input fields"
|
790 |
#~ msgstr "フィールドを入力"
|
791 |
+
|
792 |
#~ msgid "Input fields background color"
|
793 |
#~ msgstr "フィールドの背景色の入力"
|
794 |
+
|
795 |
#~ msgid "Text fields color"
|
796 |
#~ msgstr "文字フィールド色"
|
797 |
+
|
798 |
#~ msgid "Border width in px, numbers only"
|
799 |
#~ msgstr "罫線幅(px単位)、数値のみ"
|
800 |
+
|
801 |
#~ msgid "Border color"
|
802 |
#~ msgstr "罫線色"
|
803 |
+
|
804 |
#~ msgid "Submit button"
|
805 |
#~ msgstr "送信ボタン"
|
806 |
+
|
807 |
#~ msgid "Width in px, numbers only"
|
808 |
#~ msgstr "px単位の幅、数字のみ"
|
809 |
+
|
810 |
#~ msgid "Button color"
|
811 |
#~ msgstr "ボタンの色"
|
812 |
+
|
813 |
#~ msgid "Button text color"
|
814 |
#~ msgstr "ボタン文字の色"
|
815 |
+
|
816 |
#~ msgid "Contact Form Pro | Preview"
|
817 |
#~ msgstr "Contact Form Pro | プレビュー"
|
818 |
+
|
819 |
#~ msgid "Show with errors"
|
820 |
#~ msgstr "エラーで表示"
|
821 |
+
|
822 |
#~ msgid "Please enter your full name..."
|
823 |
#~ msgstr "貴方の氏名を入力して下さい..."
|
824 |
+
|
825 |
#~ msgid "Please enter your address..."
|
826 |
#~ msgstr "貴方の住所を入力して下さい..."
|
827 |
+
|
828 |
#~ msgid "Please enter your email address..."
|
829 |
#~ msgstr "貴方のEメール・アドレスを入力して下さい..."
|
830 |
+
|
831 |
#~ msgid "Please enter your phone number..."
|
832 |
#~ msgstr "貴方の電話番号を入力して下さい..."
|
833 |
+
|
834 |
#~ msgid "Please enter subject..."
|
835 |
#~ msgstr "件名を入力して下さい..."
|
836 |
+
|
837 |
#~ msgid "Please enter your message..."
|
838 |
#~ msgstr "メッセージを入力して下さい..."
|
839 |
+
|
840 |
#~ msgid ""
|
841 |
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
842 |
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
845 |
#~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
|
846 |
#~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
|
847 |
#~ "ファイルサイズ: 2MB"
|
848 |
+
|
849 |
#~ msgid "You can attach the following file formats"
|
850 |
#~ msgstr "貴方は、以下のタイプのファイルを添付できます"
|
851 |
+
|
852 |
#~ msgid "Contact from"
|
853 |
#~ msgstr "コンタクトフォーム"
|
854 |
+
|
855 |
#~ msgid "Email"
|
856 |
#~ msgstr "Eメール"
|
857 |
+
|
858 |
#~ msgid "Site"
|
859 |
#~ msgstr "サイト"
|
860 |
+
|
861 |
#~ msgid ""
|
862 |
#~ "If you can see this MIME, it means that the MIME type is not supported by "
|
863 |
#~ "your email client!"
|
864 |
#~ msgstr ""
|
865 |
#~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
|
866 |
+
|
867 |
#~ msgid "FAQ"
|
868 |
#~ msgstr "FAQ"
|
869 |
+
|
870 |
#~ msgid "Support"
|
871 |
#~ msgstr "サポート"
|
872 |
+
|
873 |
#~ msgid "Are you sure that you want to delete this language data?"
|
874 |
#~ msgstr "本当に、この言語データを削除しますか?"
|
875 |
+
|
876 |
#~ msgid "Contact Form Options"
|
877 |
#~ msgstr "コンタクトフォーム オプション"
|
878 |
|
879 |
#, fuzzy
|
880 |
#~ msgid "Display Attachment tips"
|
881 |
#~ msgstr "添付ブロックを表示"
|
882 |
+
|
883 |
#~ msgid "Please enter a valid email address. Settings are not saved."
|
884 |
#~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
|
885 |
|
886 |
#, fuzzy
|
887 |
#~ msgid "E-Mail Address"
|
888 |
#~ msgstr "E-Mail:"
|
889 |
+
|
890 |
#~ msgid "E-Mail Addresse:"
|
891 |
#~ msgstr "Indirizzo e-mail:"
|
|
|
|
|
|
bws_menu/languages/bestwebsoft-pt_BR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-pt_BR.po
CHANGED
@@ -2,10 +2,11 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -15,279 +16,449 @@ msgstr ""
|
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Textdomain-Support: yes\n"
|
18 |
-
"Language: pt_BR\n"
|
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:
|
40 |
-
#: bws_menu.php:
|
41 |
-
#: bws_menu.php:
|
42 |
-
#: bws_menu.php:
|
43 |
-
#: bws_menu.php:
|
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:
|
55 |
-
#: bws_menu.php:
|
56 |
-
#: bws_menu.php:
|
57 |
-
#: bws_menu.php:
|
58 |
msgid "Yes"
|
59 |
msgstr "Sim"
|
60 |
|
61 |
# @ captcha
|
62 |
-
#: bws_menu.php:
|
63 |
-
#: bws_menu.php:
|
64 |
-
#: bws_menu.php:
|
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 |
# @ captcha
|
195 |
-
#: bws_menu.php:
|
196 |
msgid "Pro plugins"
|
197 |
msgstr "Plugins Pro"
|
198 |
|
199 |
# @ captcha
|
200 |
-
#: bws_menu.php:
|
201 |
-
#: bws_menu.php:
|
202 |
msgid "Activated plugins"
|
203 |
msgstr "Plugins ativados"
|
204 |
|
205 |
# @ captcha
|
206 |
-
#: bws_menu.php:
|
207 |
-
#: bws_menu.php:
|
208 |
-
#: bws_menu.php:
|
209 |
-
#: bws_menu.php:
|
210 |
-
#: bws_menu.php:
|
211 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
212 |
msgid "Read more"
|
213 |
msgstr "Leia Mais"
|
214 |
|
215 |
# @ captcha
|
216 |
-
#: bws_menu.php:
|
217 |
-
#: bws_menu.php:
|
|
|
|
|
218 |
msgid "Settings"
|
219 |
msgstr "Configurações"
|
220 |
|
221 |
# @ captcha
|
222 |
-
#: bws_menu.php:
|
223 |
-
#: bws_menu.php:
|
|
|
224 |
msgid "Installed plugins"
|
225 |
msgstr "Plugins Instalados"
|
226 |
|
227 |
# @ captcha
|
228 |
-
#: bws_menu.php:
|
229 |
-
#: bws_menu.php:
|
|
|
230 |
msgid "Recommended plugins"
|
231 |
msgstr "Plugins Recomendados"
|
232 |
|
233 |
# @ captcha
|
234 |
-
#: bws_menu.php:
|
235 |
msgid "Purchase"
|
236 |
msgstr "Compra"
|
237 |
|
238 |
# @ captcha
|
239 |
-
#: bws_menu.php:
|
240 |
msgid "Free plugins"
|
241 |
msgstr "Plugins Grátis"
|
242 |
|
243 |
# @ captcha
|
244 |
-
#: bws_menu.php:
|
|
|
245 |
msgid "Download"
|
246 |
msgstr "Baixar"
|
247 |
|
248 |
# @ default
|
249 |
-
#: bws_menu.php:
|
|
|
|
|
250 |
#, php-format
|
251 |
msgid "Install %s"
|
252 |
msgstr "Instalar %s"
|
253 |
|
254 |
# @ captcha
|
255 |
-
#: bws_menu.php:
|
|
|
256 |
msgid "Install now from wordpress.org"
|
257 |
msgstr "Instale agora do site do wordpress (wordpress.org)"
|
258 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
# @ captcha
|
260 |
-
#: bws_menu.php:
|
261 |
msgid "If you have any questions, please contact us via"
|
262 |
msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
263 |
|
264 |
# @ captcha
|
265 |
-
#: bws_menu.php:
|
|
|
|
|
266 |
msgid "System status"
|
267 |
msgstr "Status do sistema"
|
268 |
|
269 |
# @ captcha
|
270 |
-
#: bws_menu.php:
|
|
|
271 |
msgid "Environment"
|
272 |
msgstr "Ambiente"
|
273 |
|
274 |
# @ captcha
|
275 |
-
#: bws_menu.php:
|
|
|
276 |
msgid "Active Plugins"
|
277 |
msgstr "Plugins Ativos"
|
278 |
|
279 |
# @ captcha
|
280 |
-
#: bws_menu.php:
|
|
|
281 |
msgid "Inactive Plugins"
|
282 |
msgstr "Plugins Inativos"
|
283 |
|
284 |
# @ captcha
|
285 |
-
#: bws_menu.php:
|
|
|
286 |
msgid "Send to support"
|
287 |
msgstr "Enviar para o suporte"
|
288 |
|
289 |
# @ captcha
|
290 |
-
#: bws_menu.php:
|
|
|
291 |
msgid "Send to custom email »"
|
292 |
msgstr "Enviar para email personalizado »"
|
293 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ 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,401 +2,390 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Language: ru_RU\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
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:
|
34 |
-
#: bws_menu.php:
|
35 |
-
#: bws_menu.php:
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:
|
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:
|
47 |
-
#: bws_menu.php:
|
48 |
-
#: bws_menu.php:
|
49 |
-
#: bws_menu.php:
|
50 |
msgid "Yes"
|
51 |
msgstr "Да"
|
52 |
|
53 |
-
#: bws_menu.php:
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:
|
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 "Pro plugins"
|
162 |
msgstr "Pro плагины"
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Activated plugins"
|
167 |
msgstr "Активированные плагины"
|
168 |
|
169 |
-
#: bws_menu.php:
|
170 |
-
#: bws_menu.php:
|
171 |
-
#: bws_menu.php:
|
172 |
-
#: bws_menu.php:
|
173 |
-
#: bws_menu.php:
|
174 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
175 |
msgid "Read more"
|
176 |
msgstr "Подробнее..."
|
177 |
|
178 |
-
#: bws_menu.php:
|
179 |
-
#: bws_menu.php:
|
|
|
|
|
180 |
msgid "Settings"
|
181 |
msgstr "Настройки"
|
182 |
|
183 |
-
#: bws_menu.php:
|
184 |
-
#: bws_menu.php:
|
|
|
185 |
msgid "Installed plugins"
|
186 |
msgstr "Установленные плагины"
|
187 |
|
188 |
-
#: bws_menu.php:
|
189 |
-
#: bws_menu.php:
|
|
|
190 |
msgid "Recommended plugins"
|
191 |
msgstr "Рекомендованные к установке плагины"
|
192 |
|
193 |
-
#: bws_menu.php:
|
194 |
msgid "Purchase"
|
195 |
msgstr "Купить"
|
196 |
|
197 |
-
#: bws_menu.php:
|
198 |
msgid "Free plugins"
|
199 |
msgstr "Бесплатные плагины"
|
200 |
|
201 |
-
#: bws_menu.php:
|
|
|
202 |
msgid "Download"
|
203 |
msgstr "Скачать"
|
204 |
|
205 |
-
#: bws_menu.php:
|
|
|
|
|
206 |
#, php-format
|
207 |
msgid "Install %s"
|
208 |
msgstr "Установлено %s"
|
209 |
|
210 |
-
#: bws_menu.php:
|
|
|
211 |
msgid "Install now from wordpress.org"
|
212 |
msgstr "Установить с wordpress.org"
|
213 |
|
214 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
msgid "If you have any questions, please contact us via"
|
216 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
|
217 |
|
218 |
-
#: bws_menu.php:
|
|
|
|
|
219 |
msgid "System status"
|
220 |
msgstr "Системная информация"
|
221 |
|
222 |
-
#: bws_menu.php:
|
|
|
223 |
msgid "Environment"
|
224 |
msgstr "Системная среда"
|
225 |
|
226 |
-
#: bws_menu.php:
|
|
|
227 |
msgid "Active Plugins"
|
228 |
msgstr "Активированные плагины"
|
229 |
|
230 |
-
#: bws_menu.php:
|
|
|
231 |
msgid "Inactive Plugins"
|
232 |
msgstr "Неактивированные плагины"
|
233 |
|
234 |
-
#: bws_menu.php:
|
|
|
235 |
msgid "Send to support"
|
236 |
msgstr "Отправить в тех. поддержку"
|
237 |
|
238 |
-
#: bws_menu.php:
|
|
|
239 |
msgid "Send to custom email »"
|
240 |
msgstr "Отправить на емейл »"
|
241 |
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
#~ msgid "
|
341 |
-
#~ msgstr "
|
342 |
-
#~ msgid "eleven"
|
343 |
-
#~ msgstr "одиннадцать"
|
344 |
-
#~ msgid "twelve"
|
345 |
-
#~ msgstr "двенадать"
|
346 |
-
#~ msgid "thirteen"
|
347 |
-
#~ msgstr "тринадцать"
|
348 |
-
#~ msgid "fourteen"
|
349 |
-
#~ msgstr "четырнадать"
|
350 |
-
#~ msgid "fifteen"
|
351 |
-
#~ msgstr "пятнадцать"
|
352 |
-
#~ msgid "sixteen"
|
353 |
-
#~ msgstr "шестнадцать"
|
354 |
-
#~ msgid "seventeen"
|
355 |
-
#~ msgstr "семнадцать"
|
356 |
-
#~ msgid "eighteen"
|
357 |
-
#~ msgstr "восемнадцать"
|
358 |
-
#~ msgid "nineteen"
|
359 |
-
#~ msgstr "девятнадцать"
|
360 |
-
#~ msgid "ten"
|
361 |
-
#~ msgstr "десять"
|
362 |
-
#~ msgid "twenty"
|
363 |
-
#~ msgstr "двадцать"
|
364 |
-
#~ msgid "thirty"
|
365 |
-
#~ msgstr "тридцать"
|
366 |
-
#~ msgid "forty"
|
367 |
-
#~ msgstr "сорок"
|
368 |
-
#~ msgid "fifty"
|
369 |
-
#~ msgstr "пятьдесят"
|
370 |
-
#~ msgid "sixty"
|
371 |
-
#~ msgstr "шестьдесят"
|
372 |
-
#~ msgid "seventy"
|
373 |
-
#~ msgstr "семьдесят"
|
374 |
-
#~ msgid "eighty"
|
375 |
-
#~ msgstr "восемьдесят"
|
376 |
-
#~ msgid "ninety"
|
377 |
-
#~ msgstr "девяносто"
|
378 |
-
#~ msgid "and"
|
379 |
-
#~ msgstr "и"
|
380 |
-
#~ msgid "Encryption password is not set"
|
381 |
-
#~ msgstr "Пароль для шифрования не установлен"
|
382 |
-
#~ msgid "Decryption password is not set"
|
383 |
-
#~ msgstr "Пароль для дешифровки не установлен"
|
384 |
-
#~ msgid ""
|
385 |
-
#~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
|
386 |
-
#~ "or fill in the contact form on our website"
|
387 |
-
#~ msgstr ""
|
388 |
-
#~ "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com "
|
389 |
-
#~ "или заполните контактную форму на нашем сайте"
|
390 |
-
#~ msgid "The password of encryption is not set"
|
391 |
-
#~ msgstr "Пароль для шифрования не установлен"
|
392 |
-
#~ msgid "Increase"
|
393 |
-
#~ msgstr "Умножить"
|
394 |
-
#~ msgid "Difficulty for CAPTCHA"
|
395 |
-
#~ msgstr "Уровень сложности КАПЧИ"
|
396 |
-
#~ msgid "That CAPTCHA was incorrect."
|
397 |
-
#~ msgstr "КАПЧА введена некорректно"
|
398 |
-
#~ msgid "null"
|
399 |
-
#~ msgstr "ноль"
|
400 |
-
#~ msgid "Install Now"
|
401 |
-
#~ msgstr "Установить сейчас"
|
402 |
|
|
|
|
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"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\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,14 +2,14 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Language: fr_FR\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -17,234 +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:
|
35 |
-
#: bws_menu.php:
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:
|
38 |
-
#: bws_menu.php:
|
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:
|
48 |
-
#: bws_menu.php:
|
49 |
-
#: bws_menu.php:
|
50 |
-
#: bws_menu.php:
|
51 |
msgid "Yes"
|
52 |
msgstr "Da"
|
53 |
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:
|
56 |
-
#: bws_menu.php:
|
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 "Pro plugins"
|
165 |
msgstr "Pro moduli"
|
166 |
|
167 |
-
#: bws_menu.php:
|
168 |
-
#: bws_menu.php:
|
169 |
msgid "Activated plugins"
|
170 |
msgstr "Aktivirani moduli"
|
171 |
|
172 |
-
#: bws_menu.php:
|
173 |
-
#: bws_menu.php:
|
174 |
-
#: bws_menu.php:
|
175 |
-
#: bws_menu.php:
|
176 |
-
#: bws_menu.php:
|
177 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
178 |
msgid "Read more"
|
179 |
msgstr "Pročitaj više"
|
180 |
|
181 |
-
#: bws_menu.php:
|
182 |
-
#: bws_menu.php:
|
|
|
|
|
183 |
msgid "Settings"
|
184 |
msgstr "Podešavanja"
|
185 |
|
186 |
-
#: bws_menu.php:
|
187 |
-
#: bws_menu.php:
|
|
|
188 |
msgid "Installed plugins"
|
189 |
msgstr "Instalirani moduli"
|
190 |
|
191 |
-
#: bws_menu.php:
|
192 |
-
#: bws_menu.php:
|
|
|
193 |
msgid "Recommended plugins"
|
194 |
msgstr "Preporučeni moduli"
|
195 |
|
196 |
-
#: bws_menu.php:
|
197 |
msgid "Purchase"
|
198 |
msgstr "Kupovina"
|
199 |
|
200 |
-
#: bws_menu.php:
|
201 |
msgid "Free plugins"
|
202 |
msgstr "Besplatni moduli"
|
203 |
|
204 |
-
#: bws_menu.php:
|
|
|
205 |
msgid "Download"
|
206 |
msgstr "Prezimanje"
|
207 |
|
208 |
-
#: bws_menu.php:
|
|
|
|
|
209 |
#, php-format
|
210 |
msgid "Install %s"
|
211 |
msgstr "Instalacija %s"
|
212 |
|
213 |
-
#: bws_menu.php:
|
|
|
214 |
msgid "Install now from wordpress.org"
|
215 |
msgstr "Instaliraj sada sa wordpress.org"
|
216 |
|
217 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
msgid "If you have any questions, please contact us via"
|
219 |
msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
220 |
|
221 |
-
#: bws_menu.php:
|
|
|
|
|
222 |
msgid "System status"
|
223 |
msgstr "Sistemski status"
|
224 |
|
225 |
-
#: bws_menu.php:
|
|
|
226 |
msgid "Environment"
|
227 |
msgstr "Okruženje"
|
228 |
|
229 |
-
#: bws_menu.php:
|
|
|
230 |
#, fuzzy
|
231 |
msgid "Active Plugins"
|
232 |
msgstr "Extensions activées"
|
233 |
|
234 |
-
#: bws_menu.php:
|
|
|
235 |
#, fuzzy
|
236 |
msgid "Inactive Plugins"
|
237 |
msgstr "Extensions activées"
|
238 |
|
239 |
-
#: bws_menu.php:
|
|
|
240 |
#, fuzzy
|
241 |
msgid "Send to support"
|
242 |
msgstr "Soutien"
|
243 |
|
244 |
-
#: bws_menu.php:
|
|
|
245 |
msgid "Send to custom email »"
|
246 |
msgstr "Pošalji na korisnički mejl »"
|
247 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
248 |
#~ msgid ""
|
249 |
#~ "The following files \"gallery-template.php\" and \"gallery-single-"
|
250 |
#~ "template.php\" were not found in the directory of your theme. Please copy "
|
@@ -255,28 +416,40 @@ msgstr "Pošalji na korisnički mejl »"
|
|
255 |
#~ "\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
|
256 |
#~ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u "
|
257 |
#~ "direktorijum vaše teme za ispravan rad modula Galerija"
|
|
|
258 |
#~ msgid "Galleries"
|
259 |
#~ msgstr "Galerije"
|
|
|
260 |
#~ msgid "Gallery"
|
261 |
#~ msgstr "Galerija"
|
|
|
262 |
#~ msgid "Add a Gallery"
|
263 |
#~ msgstr "Dodaj Galeriju"
|
|
|
264 |
#~ msgid "Add New Gallery"
|
265 |
#~ msgstr "Dodaj novu Galeriju"
|
|
|
266 |
#~ msgid "Edit Gallery"
|
267 |
#~ msgstr "Uredi Galeriju"
|
|
|
268 |
#~ msgid "New Gallery"
|
269 |
#~ msgstr "Nova Galerija"
|
|
|
270 |
#~ msgid "View Gallery"
|
271 |
#~ msgstr "Pregled Galerije"
|
|
|
272 |
#~ msgid "Find a Gallery"
|
273 |
#~ msgstr "Pronađi Galeriju"
|
|
|
274 |
#~ msgid "No Gallery found"
|
275 |
#~ msgstr "Nije pronađena Galerija"
|
|
|
276 |
#~ msgid "Upload File"
|
277 |
#~ msgstr "Učitaj fajl"
|
|
|
278 |
#~ msgid "Gallery Shortcode"
|
279 |
#~ msgstr "Kratak kod za Galeriju"
|
|
|
280 |
#~ msgid ""
|
281 |
#~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
|
282 |
#~ "for record on your webserver. Please use the standard WP functionality to "
|
@@ -285,167 +458,231 @@ msgstr "Pošalji na korisnički mejl »"
|
|
285 |
#~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
|
286 |
#~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
|
287 |
#~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
|
|
|
288 |
#~ msgid "Choose an image for upload:"
|
289 |
#~ msgstr "Izaberi sliku za učitavanje:"
|
|
|
290 |
#~ msgid "Please enable JavaScript to use the file uploader."
|
291 |
#~ msgstr ""
|
292 |
#~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
|
|
|
293 |
#~ msgid "Allow the download link for all images in this gallery"
|
294 |
#~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
|
|
|
295 |
#~ msgid ""
|
296 |
#~ "Please use the drag and drop function to change an order of the images "
|
297 |
#~ "displaying and do not forget to save the post."
|
298 |
#~ msgstr ""
|
299 |
#~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
|
300 |
#~ "prikazanih slika i ne zaboravite da sačuvate post."
|
|
|
301 |
#~ msgid "Please make a choice"
|
302 |
#~ msgstr "Molimo vas izaberite"
|
|
|
303 |
#~ msgid "Sort images by"
|
304 |
#~ msgstr "Poređaj slike po"
|
|
|
305 |
#~ msgid "sort images"
|
306 |
#~ msgstr "poređaj slike"
|
|
|
307 |
#~ msgid "on the plugin settings page ("
|
308 |
#~ msgstr "na stranici za podešavanje modula ("
|
|
|
309 |
#~ msgid "Title"
|
310 |
#~ msgstr "Naslov"
|
|
|
311 |
#~ msgid "URL"
|
312 |
#~ msgstr "URL"
|
|
|
313 |
#~ msgid "(by click on image opens a link in a new window)"
|
314 |
#~ msgstr "(klikom na sliku otvara se link u novom prozoru)"
|
|
|
315 |
#~ msgid "This setting is available in Pro version"
|
316 |
#~ msgstr "Ovo podešavanje je dostupno u Pro verziji"
|
|
|
317 |
#~ msgid "Open the link"
|
318 |
#~ msgstr "Otvori link"
|
|
|
319 |
#~ msgid "Current window"
|
320 |
#~ msgstr "Trenutni prozor"
|
|
|
321 |
#~ msgid "New window"
|
322 |
#~ msgstr "Novi prozor"
|
|
|
323 |
#~ msgid "Delete"
|
324 |
#~ msgstr "Obriši"
|
|
|
325 |
#~ msgid ""
|
326 |
#~ "You can add a Single Gallery to the page or post by inserting this "
|
327 |
#~ "shortcode into the content"
|
328 |
#~ msgstr ""
|
329 |
#~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
|
330 |
#~ "kratkog koda u sadržaj."
|
|
|
331 |
#~ msgid ""
|
332 |
#~ "If you want to display a short description containing a screenshot and "
|
333 |
#~ "the link to the Single Gallery Page"
|
334 |
#~ msgstr ""
|
335 |
#~ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
|
336 |
#~ "stranici sa Jedinstvenom galerijom."
|
|
|
337 |
#~ msgid "Author"
|
338 |
#~ msgstr "Autor"
|
|
|
339 |
#~ msgid "Photo"
|
340 |
#~ msgstr "Foto"
|
|
|
341 |
#~ msgid "Publishing"
|
342 |
#~ msgstr "Izdanje"
|
|
|
343 |
#~ msgid "Date"
|
344 |
#~ msgstr "Datum"
|
|
|
345 |
#~ msgid "See images »"
|
346 |
#~ msgstr "Pogledaj sliku »"
|
|
|
347 |
#~ msgid "Settings are saved"
|
348 |
#~ msgstr "Podešavanja su sačuvana"
|
|
|
349 |
#~ msgid "Gallery Settings"
|
350 |
#~ msgstr "Podešavanja Galerije"
|
|
|
351 |
#~ msgid ""
|
352 |
#~ "If you would like to add a Single Gallery to your page or post, just copy "
|
353 |
#~ "and paste this shortcode into your post or page:"
|
354 |
#~ msgstr ""
|
355 |
#~ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
|
356 |
#~ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
|
|
|
357 |
#~ msgid "Image size for the album cover"
|
358 |
#~ msgstr "Veličina slike za naslovnu stranicu albuma"
|
|
|
359 |
#~ msgid "Image size"
|
360 |
#~ msgstr "Veličina slike"
|
|
|
361 |
#~ msgid "Width (in px)"
|
362 |
#~ msgstr "Širina (u pikselima)"
|
|
|
363 |
#~ msgid "Height (in px)"
|
364 |
#~ msgstr "Visina (u pikselima)"
|
|
|
365 |
#~ msgid "Gallery image size"
|
366 |
#~ msgstr "Veličina slika u galeriji"
|
|
|
367 |
#~ msgid ""
|
368 |
#~ "WordPress will create a new thumbnail with the specified dimensions when "
|
369 |
#~ "you upload a new photo."
|
370 |
#~ msgstr ""
|
371 |
#~ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
|
372 |
#~ "učitate novu sliku."
|
|
|
373 |
#~ msgid "Gallery image size in the lightbox"
|
374 |
#~ msgstr "Veličina slika u galeriji u lightbox skriptu"
|
|
|
375 |
#~ msgid "Max width (in px)"
|
376 |
#~ msgstr "Max širina (u pikselima)"
|
|
|
377 |
#~ msgid "Max height (in px)"
|
378 |
#~ msgstr "Max visina (u pikselima)"
|
|
|
379 |
#~ msgid "Display a full size image in the lightbox"
|
380 |
#~ msgstr "Prikaži sliku u punoj veličini u lightbox-u"
|
|
|
381 |
#~ msgid "Crop position"
|
382 |
#~ msgstr "Pozicija za kropovanje"
|
|
|
383 |
#~ msgid "Horizontal"
|
384 |
#~ msgstr "Horizontalno"
|
|
|
385 |
#~ msgid "left"
|
386 |
#~ msgstr "levo"
|
|
|
387 |
#~ msgid "center"
|
388 |
#~ msgstr "centar"
|
|
|
389 |
#~ msgid "right"
|
390 |
#~ msgstr "desno"
|
|
|
391 |
#~ msgid "Vertical"
|
392 |
#~ msgstr "Vertikalno"
|
|
|
393 |
#~ msgid "top"
|
394 |
#~ msgstr "vrh"
|
|
|
395 |
#~ msgid "bottom"
|
396 |
#~ msgstr "dno"
|
|
|
397 |
#~ msgid "Lightbox background"
|
398 |
#~ msgstr "Lightbox pozadina"
|
|
|
399 |
#~ msgid "Default"
|
400 |
#~ msgstr "Podrazumevano"
|
|
|
401 |
#~ msgid "Background transparency (from 0 to 1)"
|
402 |
#~ msgstr "Pozadinska transparentnost (od 0 do 1)"
|
|
|
403 |
#~ msgid "Select a background color"
|
404 |
#~ msgstr "Izaberi pozadinsku boju"
|
|
|
405 |
#~ msgid "Background color"
|
406 |
#~ msgstr "Pozadinska boja"
|
|
|
407 |
#~ msgid ""
|
408 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
409 |
#~ "more details, please follow the link"
|
410 |
#~ msgstr ""
|
411 |
#~ "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite "
|
412 |
#~ "ovaj link"
|
|
|
413 |
#~ msgid "Images with border"
|
414 |
#~ msgstr "Slike sa okvirima"
|
|
|
415 |
#~ msgid "Border width in px, just numbers"
|
416 |
#~ msgstr "Širina okvira u pikselima, samo brojevi"
|
|
|
417 |
#~ msgid "Select a border color"
|
418 |
#~ msgstr "Izaberite boju okvira"
|
|
|
419 |
#~ msgid "Number of images in the row"
|
420 |
#~ msgstr "Broj slika u redu"
|
|
|
421 |
#~ msgid "Start slideshow"
|
422 |
#~ msgstr "Započni projekciju slajdova"
|
|
|
423 |
#~ msgid "Slideshow interval"
|
424 |
#~ msgstr "Interval projekcije slajdova"
|
|
|
425 |
#~ msgid "Attachment ID"
|
426 |
#~ msgstr "ID priloga"
|
|
|
427 |
#~ msgid "Image Name"
|
428 |
#~ msgstr "Ime slike"
|
|
|
429 |
#~ msgid ""
|
430 |
#~ "Sorting order (the input field for sorting order in the Insert / Upload "
|
431 |
#~ "Media Gallery dialog)"
|
432 |
#~ msgstr ""
|
433 |
#~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
|
434 |
#~ "Media Gallery)"
|
|
|
435 |
#~ msgid "Random"
|
436 |
#~ msgstr "Nasumično"
|
|
|
437 |
#~ msgid "Sort images"
|
438 |
#~ msgstr "Sortiraj slike"
|
|
|
439 |
#~ msgid ""
|
440 |
#~ "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
441 |
#~ msgstr ""
|
442 |
#~ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, "
|
443 |
#~ "c)"
|
|
|
444 |
#~ msgid ""
|
445 |
#~ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
446 |
#~ msgstr ""
|
447 |
#~ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, "
|
448 |
#~ "b, a)"
|
|
|
449 |
#~ msgid "Display text above the image"
|
450 |
#~ msgstr "Prikaži tekst iznad slike"
|
451 |
|
@@ -453,66 +690,89 @@ msgstr "Pošalji na korisnički mejl »"
|
|
453 |
#~ msgid ""
|
454 |
#~ "Turn off the checkbox, if you want to display text just in a lightbox"
|
455 |
#~ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
|
|
|
456 |
#~ msgid "Display the Back link"
|
457 |
#~ msgstr "Prikaži povratni link"
|
|
|
458 |
#~ msgid "Display the Back link in the shortcode"
|
459 |
#~ msgstr "Prikaži povratni link u kratkom kodu"
|
|
|
460 |
#~ msgid "The Back link text"
|
461 |
#~ msgstr "Tekst u povratnom linku"
|
|
|
462 |
#~ msgid "The Back link URL"
|
463 |
#~ msgstr "URL povratnog linka"
|
|
|
464 |
#~ msgid "Gallery page (Page with Gallery Template)"
|
465 |
#~ msgstr "Stranica galerije (Stranica sa šablonom galerije)"
|
|
|
466 |
#~ msgid "(Full URL to custom page)"
|
467 |
#~ msgstr "(Puni URL ka korisničkoj stranici)"
|
|
|
468 |
#~ msgid "The Read More link text"
|
469 |
#~ msgstr "Tekst u linku Pročitaj više"
|
470 |
|
471 |
#, fuzzy
|
472 |
#~ msgid "Display Like buttons in the lightbox"
|
473 |
#~ msgstr "Afficher une image en taille normale dans le boite"
|
|
|
474 |
#~ msgid "FaceBook"
|
475 |
#~ msgstr "FaceBook"
|
476 |
|
477 |
#, fuzzy
|
478 |
#~ msgid "Twitter"
|
479 |
#~ msgstr "Titre"
|
|
|
480 |
#~ msgid "Pinterest"
|
481 |
#~ msgstr "Pinterest"
|
|
|
482 |
#~ msgid "Google +1"
|
483 |
#~ msgstr "Google +1"
|
|
|
484 |
#~ msgid "Save Changes"
|
485 |
#~ msgstr "Sačuvaj izmene"
|
|
|
486 |
#~ msgid "FAQ"
|
487 |
#~ msgstr "FAQ"
|
|
|
488 |
#~ msgid "Support"
|
489 |
#~ msgstr "Podrška"
|
|
|
490 |
#~ msgid "Sorry, nothing found."
|
491 |
#~ msgstr "Nažalost nije pronađeno"
|
|
|
492 |
#~ msgid "Download high resolution image"
|
493 |
#~ msgstr "Preuzmi sliku u visokoj rezoluciji"
|
|
|
494 |
#~ msgid "Image"
|
495 |
#~ msgstr "Slika"
|
|
|
496 |
#~ msgid "Add New"
|
497 |
#~ msgstr "Ajouter"
|
|
|
498 |
#~ msgid "Search Galleries"
|
499 |
#~ msgstr "Rechercher une galerie"
|
|
|
500 |
#~ msgid "Please do not forget to select "
|
501 |
#~ msgstr "Merci de ne pas oublier de sélectionner"
|
|
|
502 |
#~ msgid "Attachments order by"
|
503 |
#~ msgstr "Fichiers trier par"
|
|
|
504 |
#~ msgid "attachments order"
|
505 |
#~ msgstr "ordre des fichiers"
|
|
|
506 |
#~ msgid "Size for gallery image"
|
507 |
#~ msgstr "Taille de la vignette de la galerie"
|
|
|
508 |
#~ msgid "attachment title"
|
509 |
#~ msgstr "titre du fichier"
|
510 |
-
|
511 |
-
#~ msgstr "date"
|
512 |
#~ msgid "Attachments order"
|
513 |
#~ msgstr "Ordre des fichiers"
|
|
|
514 |
#~ msgid "Label for Return link"
|
515 |
#~ msgstr "Texte du lien de retour"
|
|
|
516 |
#~ msgid "URL for Return link"
|
517 |
#~ msgstr "URL du lien de retour"
|
518 |
-
|
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"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\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 "
|
416 |
#~ "\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
|
417 |
#~ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u "
|
418 |
#~ "direktorijum vaše teme za ispravan rad modula Galerija"
|
419 |
+
|
420 |
#~ msgid "Galleries"
|
421 |
#~ msgstr "Galerije"
|
422 |
+
|
423 |
#~ msgid "Gallery"
|
424 |
#~ msgstr "Galerija"
|
425 |
+
|
426 |
#~ msgid "Add a Gallery"
|
427 |
#~ msgstr "Dodaj Galeriju"
|
428 |
+
|
429 |
#~ msgid "Add New Gallery"
|
430 |
#~ msgstr "Dodaj novu Galeriju"
|
431 |
+
|
432 |
#~ msgid "Edit Gallery"
|
433 |
#~ msgstr "Uredi Galeriju"
|
434 |
+
|
435 |
#~ msgid "New Gallery"
|
436 |
#~ msgstr "Nova Galerija"
|
437 |
+
|
438 |
#~ msgid "View Gallery"
|
439 |
#~ msgstr "Pregled Galerije"
|
440 |
+
|
441 |
#~ msgid "Find a Gallery"
|
442 |
#~ msgstr "Pronađi Galeriju"
|
443 |
+
|
444 |
#~ msgid "No Gallery found"
|
445 |
#~ msgstr "Nije pronađena Galerija"
|
446 |
+
|
447 |
#~ msgid "Upload File"
|
448 |
#~ msgstr "Učitaj fajl"
|
449 |
+
|
450 |
#~ msgid "Gallery Shortcode"
|
451 |
#~ msgstr "Kratak kod za Galeriju"
|
452 |
+
|
453 |
#~ msgid ""
|
454 |
#~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
|
455 |
#~ "for record on your webserver. Please use the standard WP functionality to "
|
458 |
#~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
|
459 |
#~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
|
460 |
#~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
|
461 |
+
|
462 |
#~ msgid "Choose an image for upload:"
|
463 |
#~ msgstr "Izaberi sliku za učitavanje:"
|
464 |
+
|
465 |
#~ msgid "Please enable JavaScript to use the file uploader."
|
466 |
#~ msgstr ""
|
467 |
#~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
|
468 |
+
|
469 |
#~ msgid "Allow the download link for all images in this gallery"
|
470 |
#~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
|
471 |
+
|
472 |
#~ msgid ""
|
473 |
#~ "Please use the drag and drop function to change an order of the images "
|
474 |
#~ "displaying and do not forget to save the post."
|
475 |
#~ msgstr ""
|
476 |
#~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
|
477 |
#~ "prikazanih slika i ne zaboravite da sačuvate post."
|
478 |
+
|
479 |
#~ msgid "Please make a choice"
|
480 |
#~ msgstr "Molimo vas izaberite"
|
481 |
+
|
482 |
#~ msgid "Sort images by"
|
483 |
#~ msgstr "Poređaj slike po"
|
484 |
+
|
485 |
#~ msgid "sort images"
|
486 |
#~ msgstr "poređaj slike"
|
487 |
+
|
488 |
#~ msgid "on the plugin settings page ("
|
489 |
#~ msgstr "na stranici za podešavanje modula ("
|
490 |
+
|
491 |
#~ msgid "Title"
|
492 |
#~ msgstr "Naslov"
|
493 |
+
|
494 |
#~ msgid "URL"
|
495 |
#~ msgstr "URL"
|
496 |
+
|
497 |
#~ msgid "(by click on image opens a link in a new window)"
|
498 |
#~ msgstr "(klikom na sliku otvara se link u novom prozoru)"
|
499 |
+
|
500 |
#~ msgid "This setting is available in Pro version"
|
501 |
#~ msgstr "Ovo podešavanje je dostupno u Pro verziji"
|
502 |
+
|
503 |
#~ msgid "Open the link"
|
504 |
#~ msgstr "Otvori link"
|
505 |
+
|
506 |
#~ msgid "Current window"
|
507 |
#~ msgstr "Trenutni prozor"
|
508 |
+
|
509 |
#~ msgid "New window"
|
510 |
#~ msgstr "Novi prozor"
|
511 |
+
|
512 |
#~ msgid "Delete"
|
513 |
#~ msgstr "Obriši"
|
514 |
+
|
515 |
#~ msgid ""
|
516 |
#~ "You can add a Single Gallery to the page or post by inserting this "
|
517 |
#~ "shortcode into the content"
|
518 |
#~ msgstr ""
|
519 |
#~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
|
520 |
#~ "kratkog koda u sadržaj."
|
521 |
+
|
522 |
#~ msgid ""
|
523 |
#~ "If you want to display a short description containing a screenshot and "
|
524 |
#~ "the link to the Single Gallery Page"
|
525 |
#~ msgstr ""
|
526 |
#~ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
|
527 |
#~ "stranici sa Jedinstvenom galerijom."
|
528 |
+
|
529 |
#~ msgid "Author"
|
530 |
#~ msgstr "Autor"
|
531 |
+
|
532 |
#~ msgid "Photo"
|
533 |
#~ msgstr "Foto"
|
534 |
+
|
535 |
#~ msgid "Publishing"
|
536 |
#~ msgstr "Izdanje"
|
537 |
+
|
538 |
#~ msgid "Date"
|
539 |
#~ msgstr "Datum"
|
540 |
+
|
541 |
#~ msgid "See images »"
|
542 |
#~ msgstr "Pogledaj sliku »"
|
543 |
+
|
544 |
#~ msgid "Settings are saved"
|
545 |
#~ msgstr "Podešavanja su sačuvana"
|
546 |
+
|
547 |
#~ msgid "Gallery Settings"
|
548 |
#~ msgstr "Podešavanja Galerije"
|
549 |
+
|
550 |
#~ msgid ""
|
551 |
#~ "If you would like to add a Single Gallery to your page or post, just copy "
|
552 |
#~ "and paste this shortcode into your post or page:"
|
553 |
#~ msgstr ""
|
554 |
#~ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
|
555 |
#~ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
|
556 |
+
|
557 |
#~ msgid "Image size for the album cover"
|
558 |
#~ msgstr "Veličina slike za naslovnu stranicu albuma"
|
559 |
+
|
560 |
#~ msgid "Image size"
|
561 |
#~ msgstr "Veličina slike"
|
562 |
+
|
563 |
#~ msgid "Width (in px)"
|
564 |
#~ msgstr "Širina (u pikselima)"
|
565 |
+
|
566 |
#~ msgid "Height (in px)"
|
567 |
#~ msgstr "Visina (u pikselima)"
|
568 |
+
|
569 |
#~ msgid "Gallery image size"
|
570 |
#~ msgstr "Veličina slika u galeriji"
|
571 |
+
|
572 |
#~ msgid ""
|
573 |
#~ "WordPress will create a new thumbnail with the specified dimensions when "
|
574 |
#~ "you upload a new photo."
|
575 |
#~ msgstr ""
|
576 |
#~ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
|
577 |
#~ "učitate novu sliku."
|
578 |
+
|
579 |
#~ msgid "Gallery image size in the lightbox"
|
580 |
#~ msgstr "Veličina slika u galeriji u lightbox skriptu"
|
581 |
+
|
582 |
#~ msgid "Max width (in px)"
|
583 |
#~ msgstr "Max širina (u pikselima)"
|
584 |
+
|
585 |
#~ msgid "Max height (in px)"
|
586 |
#~ msgstr "Max visina (u pikselima)"
|
587 |
+
|
588 |
#~ msgid "Display a full size image in the lightbox"
|
589 |
#~ msgstr "Prikaži sliku u punoj veličini u lightbox-u"
|
590 |
+
|
591 |
#~ msgid "Crop position"
|
592 |
#~ msgstr "Pozicija za kropovanje"
|
593 |
+
|
594 |
#~ msgid "Horizontal"
|
595 |
#~ msgstr "Horizontalno"
|
596 |
+
|
597 |
#~ msgid "left"
|
598 |
#~ msgstr "levo"
|
599 |
+
|
600 |
#~ msgid "center"
|
601 |
#~ msgstr "centar"
|
602 |
+
|
603 |
#~ msgid "right"
|
604 |
#~ msgstr "desno"
|
605 |
+
|
606 |
#~ msgid "Vertical"
|
607 |
#~ msgstr "Vertikalno"
|
608 |
+
|
609 |
#~ msgid "top"
|
610 |
#~ msgstr "vrh"
|
611 |
+
|
612 |
#~ msgid "bottom"
|
613 |
#~ msgstr "dno"
|
614 |
+
|
615 |
#~ msgid "Lightbox background"
|
616 |
#~ msgstr "Lightbox pozadina"
|
617 |
+
|
618 |
#~ msgid "Default"
|
619 |
#~ msgstr "Podrazumevano"
|
620 |
+
|
621 |
#~ msgid "Background transparency (from 0 to 1)"
|
622 |
#~ msgstr "Pozadinska transparentnost (od 0 do 1)"
|
623 |
+
|
624 |
#~ msgid "Select a background color"
|
625 |
#~ msgstr "Izaberi pozadinsku boju"
|
626 |
+
|
627 |
#~ msgid "Background color"
|
628 |
#~ msgstr "Pozadinska boja"
|
629 |
+
|
630 |
#~ msgid ""
|
631 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
632 |
#~ "more details, please follow the link"
|
633 |
#~ msgstr ""
|
634 |
#~ "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite "
|
635 |
#~ "ovaj link"
|
636 |
+
|
637 |
#~ msgid "Images with border"
|
638 |
#~ msgstr "Slike sa okvirima"
|
639 |
+
|
640 |
#~ msgid "Border width in px, just numbers"
|
641 |
#~ msgstr "Širina okvira u pikselima, samo brojevi"
|
642 |
+
|
643 |
#~ msgid "Select a border color"
|
644 |
#~ msgstr "Izaberite boju okvira"
|
645 |
+
|
646 |
#~ msgid "Number of images in the row"
|
647 |
#~ msgstr "Broj slika u redu"
|
648 |
+
|
649 |
#~ msgid "Start slideshow"
|
650 |
#~ msgstr "Započni projekciju slajdova"
|
651 |
+
|
652 |
#~ msgid "Slideshow interval"
|
653 |
#~ msgstr "Interval projekcije slajdova"
|
654 |
+
|
655 |
#~ msgid "Attachment ID"
|
656 |
#~ msgstr "ID priloga"
|
657 |
+
|
658 |
#~ msgid "Image Name"
|
659 |
#~ msgstr "Ime slike"
|
660 |
+
|
661 |
#~ msgid ""
|
662 |
#~ "Sorting order (the input field for sorting order in the Insert / Upload "
|
663 |
#~ "Media Gallery dialog)"
|
664 |
#~ msgstr ""
|
665 |
#~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
|
666 |
#~ "Media Gallery)"
|
667 |
+
|
668 |
#~ msgid "Random"
|
669 |
#~ msgstr "Nasumično"
|
670 |
+
|
671 |
#~ msgid "Sort images"
|
672 |
#~ msgstr "Sortiraj slike"
|
673 |
+
|
674 |
#~ msgid ""
|
675 |
#~ "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
676 |
#~ msgstr ""
|
677 |
#~ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, "
|
678 |
#~ "c)"
|
679 |
+
|
680 |
#~ msgid ""
|
681 |
#~ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
682 |
#~ msgstr ""
|
683 |
#~ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, "
|
684 |
#~ "b, a)"
|
685 |
+
|
686 |
#~ msgid "Display text above the image"
|
687 |
#~ msgstr "Prikaži tekst iznad slike"
|
688 |
|
690 |
#~ msgid ""
|
691 |
#~ "Turn off the checkbox, if you want to display text just in a lightbox"
|
692 |
#~ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
|
693 |
+
|
694 |
#~ msgid "Display the Back link"
|
695 |
#~ msgstr "Prikaži povratni link"
|
696 |
+
|
697 |
#~ msgid "Display the Back link in the shortcode"
|
698 |
#~ msgstr "Prikaži povratni link u kratkom kodu"
|
699 |
+
|
700 |
#~ msgid "The Back link text"
|
701 |
#~ msgstr "Tekst u povratnom linku"
|
702 |
+
|
703 |
#~ msgid "The Back link URL"
|
704 |
#~ msgstr "URL povratnog linka"
|
705 |
+
|
706 |
#~ msgid "Gallery page (Page with Gallery Template)"
|
707 |
#~ msgstr "Stranica galerije (Stranica sa šablonom galerije)"
|
708 |
+
|
709 |
#~ msgid "(Full URL to custom page)"
|
710 |
#~ msgstr "(Puni URL ka korisničkoj stranici)"
|
711 |
+
|
712 |
#~ msgid "The Read More link text"
|
713 |
#~ msgstr "Tekst u linku Pročitaj više"
|
714 |
|
715 |
#, fuzzy
|
716 |
#~ msgid "Display Like buttons in the lightbox"
|
717 |
#~ msgstr "Afficher une image en taille normale dans le boite"
|
718 |
+
|
719 |
#~ msgid "FaceBook"
|
720 |
#~ msgstr "FaceBook"
|
721 |
|
722 |
#, fuzzy
|
723 |
#~ msgid "Twitter"
|
724 |
#~ msgstr "Titre"
|
725 |
+
|
726 |
#~ msgid "Pinterest"
|
727 |
#~ msgstr "Pinterest"
|
728 |
+
|
729 |
#~ msgid "Google +1"
|
730 |
#~ msgstr "Google +1"
|
731 |
+
|
732 |
#~ msgid "Save Changes"
|
733 |
#~ msgstr "Sačuvaj izmene"
|
734 |
+
|
735 |
#~ msgid "FAQ"
|
736 |
#~ msgstr "FAQ"
|
737 |
+
|
738 |
#~ msgid "Support"
|
739 |
#~ msgstr "Podrška"
|
740 |
+
|
741 |
#~ msgid "Sorry, nothing found."
|
742 |
#~ msgstr "Nažalost nije pronađeno"
|
743 |
+
|
744 |
#~ msgid "Download high resolution image"
|
745 |
#~ msgstr "Preuzmi sliku u visokoj rezoluciji"
|
746 |
+
|
747 |
#~ msgid "Image"
|
748 |
#~ msgstr "Slika"
|
749 |
+
|
750 |
#~ msgid "Add New"
|
751 |
#~ msgstr "Ajouter"
|
752 |
+
|
753 |
#~ msgid "Search Galleries"
|
754 |
#~ msgstr "Rechercher une galerie"
|
755 |
+
|
756 |
#~ msgid "Please do not forget to select "
|
757 |
#~ msgstr "Merci de ne pas oublier de sélectionner"
|
758 |
+
|
759 |
#~ msgid "Attachments order by"
|
760 |
#~ msgstr "Fichiers trier par"
|
761 |
+
|
762 |
#~ msgid "attachments order"
|
763 |
#~ msgstr "ordre des fichiers"
|
764 |
+
|
765 |
#~ msgid "Size for gallery image"
|
766 |
#~ msgstr "Taille de la vignette de la galerie"
|
767 |
+
|
768 |
#~ msgid "attachment title"
|
769 |
#~ msgstr "titre du fichier"
|
770 |
+
|
|
|
771 |
#~ msgid "Attachments order"
|
772 |
#~ msgstr "Ordre des fichiers"
|
773 |
+
|
774 |
#~ msgid "Label for Return link"
|
775 |
#~ msgstr "Texte du lien de retour"
|
776 |
+
|
777 |
#~ msgid "URL for Return link"
|
778 |
#~ msgstr "URL du lien de retour"
|
|
bws_menu/languages/bestwebsoft-sv_SE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-sv_SE.po
CHANGED
@@ -2,384 +2,608 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Language: sv_SE\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
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:
|
34 |
-
#: bws_menu.php:
|
35 |
-
#: bws_menu.php:
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:
|
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:
|
47 |
-
#: bws_menu.php:
|
48 |
-
#: bws_menu.php:
|
49 |
-
#: bws_menu.php:
|
50 |
msgid "Yes"
|
51 |
msgstr "Ja"
|
52 |
|
53 |
-
#: bws_menu.php:
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:
|
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 "Pro plugins"
|
162 |
msgstr "Betaltillägg"
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Activated plugins"
|
167 |
msgstr "Aktiverade tillägg"
|
168 |
|
169 |
-
#: bws_menu.php:
|
170 |
-
#: bws_menu.php:
|
171 |
-
#: bws_menu.php:
|
172 |
-
#: bws_menu.php:
|
173 |
-
#: bws_menu.php:
|
174 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
175 |
msgid "Read more"
|
176 |
msgstr "Läs mer"
|
177 |
|
178 |
-
#: bws_menu.php:
|
179 |
-
#: bws_menu.php:
|
|
|
|
|
180 |
msgid "Settings"
|
181 |
msgstr "Inställningar"
|
182 |
|
183 |
-
#: bws_menu.php:
|
184 |
-
#: bws_menu.php:
|
|
|
185 |
msgid "Installed plugins"
|
186 |
msgstr "Installerade tillägg"
|
187 |
|
188 |
-
#: bws_menu.php:
|
189 |
-
#: bws_menu.php:
|
|
|
190 |
msgid "Recommended plugins"
|
191 |
msgstr "Rekommenderade tillägg"
|
192 |
|
193 |
-
#: bws_menu.php:
|
194 |
msgid "Purchase"
|
195 |
msgstr "Köp"
|
196 |
|
197 |
-
#: bws_menu.php:
|
198 |
msgid "Free plugins"
|
199 |
msgstr "Gratis tillägg"
|
200 |
|
201 |
-
#: bws_menu.php:
|
|
|
202 |
msgid "Download"
|
203 |
msgstr "Hämta"
|
204 |
|
205 |
-
#: bws_menu.php:
|
|
|
|
|
206 |
#, php-format
|
207 |
msgid "Install %s"
|
208 |
msgstr "Installera %s"
|
209 |
|
210 |
-
#: bws_menu.php:
|
|
|
211 |
msgid "Install now from wordpress.org"
|
212 |
msgstr "Installera nu från wordpress.org"
|
213 |
|
214 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
msgid "If you have any questions, please contact us via"
|
216 |
msgstr "Om du har några frågor, kontakta oss via"
|
217 |
|
218 |
-
#: bws_menu.php:
|
|
|
|
|
219 |
msgid "System status"
|
220 |
msgstr "Systemstatus"
|
221 |
|
222 |
-
#: bws_menu.php:
|
|
|
223 |
msgid "Environment"
|
224 |
msgstr "Miljövariabler"
|
225 |
|
226 |
-
#: bws_menu.php:
|
|
|
227 |
msgid "Active Plugins"
|
228 |
msgstr "Aktiverade tillägg"
|
229 |
|
230 |
-
#: bws_menu.php:
|
|
|
231 |
msgid "Inactive Plugins"
|
232 |
msgstr "Inaktiverade tillägg"
|
233 |
|
234 |
-
#: bws_menu.php:
|
|
|
235 |
msgid "Send to support"
|
236 |
msgstr "Skicka till support"
|
237 |
|
238 |
-
#: bws_menu.php:
|
|
|
239 |
msgid "Send to custom email »"
|
240 |
msgstr "Skicka till anpassad epost »"
|
241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
#~ msgid "Login form"
|
243 |
#~ msgstr "Inloggningsformulär"
|
|
|
244 |
#~ msgid "Registration form"
|
245 |
#~ msgstr "Registreringsformulär"
|
|
|
246 |
#~ msgid "Register form"
|
247 |
#~ msgstr "Registreringsformulär"
|
|
|
248 |
#~ msgid "Reset Password form"
|
249 |
#~ msgstr "Formulär för att återställa lösenord"
|
|
|
250 |
#~ msgid "Lost password form"
|
251 |
#~ msgstr "Formulär för att återställa lösenord"
|
|
|
252 |
#~ msgid "Comments form"
|
253 |
#~ msgstr "Kommentarsformulär"
|
|
|
254 |
#~ msgid "Hide CAPTCHA for registered users"
|
255 |
#~ msgstr "Dölj CAPTCHA för registrerade användare"
|
|
|
256 |
#~ msgid "Plus (+)"
|
257 |
#~ msgstr "Plus (+)"
|
|
|
258 |
#~ msgid "Plus"
|
259 |
#~ msgstr "Plus"
|
|
|
260 |
#~ msgid "Minus (−)"
|
261 |
#~ msgstr "Minus (−)"
|
|
|
262 |
#~ msgid "Minus"
|
263 |
#~ msgstr "Minus"
|
|
|
264 |
#~ msgid "Multiplication (×)"
|
265 |
#~ msgstr "Multiplikation (×)"
|
|
|
266 |
#~ msgid "Multiply"
|
267 |
#~ msgstr "Multiplicera"
|
|
|
268 |
#~ msgid "Numbers"
|
269 |
#~ msgstr "Siffror"
|
|
|
270 |
#~ msgid "Words"
|
271 |
#~ msgstr "Ord"
|
|
|
272 |
#~ msgid "Captcha Settings"
|
273 |
#~ msgstr "Captchainställningar"
|
|
|
274 |
#~ msgid "Captcha"
|
275 |
#~ msgstr "Captcha"
|
|
|
276 |
#~ msgid "FAQ"
|
277 |
#~ msgstr "FAQ"
|
|
|
278 |
#~ msgid "Support"
|
279 |
#~ msgstr "Support"
|
|
|
280 |
#~ msgid ""
|
281 |
#~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
|
282 |
#~ msgstr ""
|
283 |
#~ "Var god markera ett val i avdelningarna Aritmetiska metoder och "
|
284 |
#~ "Svårighetsgrad för CAPTCHA"
|
|
|
285 |
#~ msgid "Options saved."
|
286 |
#~ msgstr "Inställningar sparade."
|
|
|
287 |
#~ msgid "Enable CAPTCHA for:"
|
288 |
#~ msgstr "Aktivera CAPTCHA för:"
|
|
|
289 |
#~ msgid "Contact form"
|
290 |
#~ msgstr "Kontaktformulär"
|
|
|
291 |
#~ msgid "(powered by bestwebsoft.com)"
|
292 |
#~ msgstr "(tillhandahålls av bestwebsoft.com)"
|
|
|
293 |
#~ msgid "Activate contact form"
|
294 |
#~ msgstr "Aktivera kontaktformulär"
|
|
|
295 |
#~ msgid "Download contact form"
|
296 |
#~ msgstr "Hämta kontaktformulär"
|
|
|
297 |
#~ msgid ""
|
298 |
#~ "If you would like to customize this plugin for a custom form, please "
|
299 |
#~ "contact us via"
|
300 |
#~ msgstr ""
|
301 |
#~ "Om du vill anpassa detta tillägg för ett skräddarsytt formulär, vänligen "
|
302 |
#~ "kontakta oss via"
|
|
|
303 |
#~ msgid "Title for CAPTCHA in the form"
|
304 |
#~ msgstr "Etikett för CAPTCHA i formulär"
|
|
|
305 |
#~ msgid "Arithmetic actions for CAPTCHA"
|
306 |
#~ msgstr "Aritmetiska metoder för CAPTCHA"
|
|
|
307 |
#~ msgid "CAPTCHA complexity level"
|
308 |
#~ msgstr "CAPTCHA-svårighetsgrad"
|
|
|
309 |
#~ msgid "Save Changes"
|
310 |
#~ msgstr "Spara ändringar"
|
|
|
311 |
#~ msgid "ERROR"
|
312 |
#~ msgstr "FEL"
|
|
|
313 |
#~ msgid "Please fill the form."
|
314 |
#~ msgstr "Var god fyll i formuläret."
|
|
|
315 |
#~ msgid "Please enter a valid CAPTCHA value."
|
316 |
#~ msgstr "Var god fyll i CAPTCHA."
|
|
|
317 |
#~ msgid ""
|
318 |
#~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
|
319 |
#~ "on your browser, and try again."
|
320 |
#~ msgstr ""
|
321 |
#~ "Fel: Du angav ett felaktigt svar i fältet för CAPTCHA. Klicka på tillbaka-"
|
322 |
#~ "knappen i din webbläsare och försök igen."
|
|
|
323 |
#~ msgid "zero"
|
324 |
#~ msgstr "noll"
|
|
|
325 |
#~ msgid "one"
|
326 |
#~ msgstr "ett"
|
|
|
327 |
#~ msgid "two"
|
328 |
#~ msgstr "två"
|
|
|
329 |
#~ msgid "three"
|
330 |
#~ msgstr "tre"
|
|
|
331 |
#~ msgid "four"
|
332 |
#~ msgstr "fyra"
|
|
|
333 |
#~ msgid "five"
|
334 |
#~ msgstr "fem"
|
|
|
335 |
#~ msgid "six"
|
336 |
#~ msgstr "sex"
|
|
|
337 |
#~ msgid "seven"
|
338 |
#~ msgstr "sju"
|
|
|
339 |
#~ msgid "eight"
|
340 |
#~ msgstr "åtta"
|
|
|
341 |
#~ msgid "nine"
|
342 |
#~ msgstr "nio"
|
|
|
343 |
#~ msgid "eleven"
|
344 |
#~ msgstr "elva"
|
|
|
345 |
#~ msgid "twelve"
|
346 |
#~ msgstr "tolv"
|
|
|
347 |
#~ msgid "thirteen"
|
348 |
#~ msgstr "tretton"
|
|
|
349 |
#~ msgid "fourteen"
|
350 |
#~ msgstr "fjorton"
|
|
|
351 |
#~ msgid "fifteen"
|
352 |
#~ msgstr "femton"
|
|
|
353 |
#~ msgid "sixteen"
|
354 |
#~ msgstr "sexton"
|
|
|
355 |
#~ msgid "seventeen"
|
356 |
#~ msgstr "sjutton"
|
|
|
357 |
#~ msgid "eighteen"
|
358 |
#~ msgstr "arton"
|
|
|
359 |
#~ msgid "nineteen"
|
360 |
#~ msgstr "nitton"
|
|
|
361 |
#~ msgid "ten"
|
362 |
#~ msgstr "tio"
|
|
|
363 |
#~ msgid "twenty"
|
364 |
#~ msgstr "tjugo"
|
|
|
365 |
#~ msgid "thirty"
|
366 |
#~ msgstr "trettio"
|
|
|
367 |
#~ msgid "forty"
|
368 |
#~ msgstr "fyrtio"
|
|
|
369 |
#~ msgid "fifty"
|
370 |
#~ msgstr "femtio"
|
|
|
371 |
#~ msgid "sixty"
|
372 |
#~ msgstr "sextio"
|
|
|
373 |
#~ msgid "seventy"
|
374 |
#~ msgstr "sjuttio"
|
|
|
375 |
#~ msgid "eighty"
|
376 |
#~ msgstr "åttio"
|
|
|
377 |
#~ msgid "ninety"
|
378 |
#~ msgstr "nittio"
|
|
|
379 |
#~ msgid "and"
|
380 |
#~ msgstr "och"
|
|
|
381 |
#~ msgid "Encryption password is not set"
|
382 |
#~ msgstr "Lösenord för kodning har inte angetts"
|
|
|
383 |
#~ msgid "Decryption password is not set"
|
384 |
#~ msgstr "Lösenord för avkodning har inte angetts"
|
385 |
|
@@ -390,16 +614,18 @@ msgstr "Skicka till anpassad epost »"
|
|
390 |
#~ msgstr ""
|
391 |
#~ "Om du har frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller "
|
392 |
#~ "fyll i kontaktformuläret på vår hemsida"
|
|
|
393 |
#~ msgid "Increase"
|
394 |
#~ msgstr "Öka"
|
|
|
395 |
#~ msgid "Difficulty for CAPTCHA"
|
396 |
#~ msgstr "Svårighetsgrad för CAPTCHA"
|
|
|
397 |
#~ msgid "That CAPTCHA was incorrect."
|
398 |
#~ msgstr "Angiven CAPTCHA var felaktig."
|
|
|
399 |
#~ msgid "The password of encryption is not set"
|
400 |
#~ msgstr "Lösenordet för krytering har inte angetts"
|
|
|
401 |
#~ msgid "null"
|
402 |
#~ msgstr "noll"
|
403 |
-
#~ msgid "Install Now"
|
404 |
-
#~ msgstr "Установить сейчас"
|
405 |
-
|
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"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\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 |
+
|
404 |
#~ msgid "Registration form"
|
405 |
#~ msgstr "Registreringsformulär"
|
406 |
+
|
407 |
#~ msgid "Register form"
|
408 |
#~ msgstr "Registreringsformulär"
|
409 |
+
|
410 |
#~ msgid "Reset Password form"
|
411 |
#~ msgstr "Formulär för att återställa lösenord"
|
412 |
+
|
413 |
#~ msgid "Lost password form"
|
414 |
#~ msgstr "Formulär för att återställa lösenord"
|
415 |
+
|
416 |
#~ msgid "Comments form"
|
417 |
#~ msgstr "Kommentarsformulär"
|
418 |
+
|
419 |
#~ msgid "Hide CAPTCHA for registered users"
|
420 |
#~ msgstr "Dölj CAPTCHA för registrerade användare"
|
421 |
+
|
422 |
#~ msgid "Plus (+)"
|
423 |
#~ msgstr "Plus (+)"
|
424 |
+
|
425 |
#~ msgid "Plus"
|
426 |
#~ msgstr "Plus"
|
427 |
+
|
428 |
#~ msgid "Minus (−)"
|
429 |
#~ msgstr "Minus (−)"
|
430 |
+
|
431 |
#~ msgid "Minus"
|
432 |
#~ msgstr "Minus"
|
433 |
+
|
434 |
#~ msgid "Multiplication (×)"
|
435 |
#~ msgstr "Multiplikation (×)"
|
436 |
+
|
437 |
#~ msgid "Multiply"
|
438 |
#~ msgstr "Multiplicera"
|
439 |
+
|
440 |
#~ msgid "Numbers"
|
441 |
#~ msgstr "Siffror"
|
442 |
+
|
443 |
#~ msgid "Words"
|
444 |
#~ msgstr "Ord"
|
445 |
+
|
446 |
#~ msgid "Captcha Settings"
|
447 |
#~ msgstr "Captchainställningar"
|
448 |
+
|
449 |
#~ msgid "Captcha"
|
450 |
#~ msgstr "Captcha"
|
451 |
+
|
452 |
#~ msgid "FAQ"
|
453 |
#~ msgstr "FAQ"
|
454 |
+
|
455 |
#~ msgid "Support"
|
456 |
#~ msgstr "Support"
|
457 |
+
|
458 |
#~ msgid ""
|
459 |
#~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
|
460 |
#~ msgstr ""
|
461 |
#~ "Var god markera ett val i avdelningarna Aritmetiska metoder och "
|
462 |
#~ "Svårighetsgrad för CAPTCHA"
|
463 |
+
|
464 |
#~ msgid "Options saved."
|
465 |
#~ msgstr "Inställningar sparade."
|
466 |
+
|
467 |
#~ msgid "Enable CAPTCHA for:"
|
468 |
#~ msgstr "Aktivera CAPTCHA för:"
|
469 |
+
|
470 |
#~ msgid "Contact form"
|
471 |
#~ msgstr "Kontaktformulär"
|
472 |
+
|
473 |
#~ msgid "(powered by bestwebsoft.com)"
|
474 |
#~ msgstr "(tillhandahålls av bestwebsoft.com)"
|
475 |
+
|
476 |
#~ msgid "Activate contact form"
|
477 |
#~ msgstr "Aktivera kontaktformulär"
|
478 |
+
|
479 |
#~ msgid "Download contact form"
|
480 |
#~ msgstr "Hämta kontaktformulär"
|
481 |
+
|
482 |
#~ msgid ""
|
483 |
#~ "If you would like to customize this plugin for a custom form, please "
|
484 |
#~ "contact us via"
|
485 |
#~ msgstr ""
|
486 |
#~ "Om du vill anpassa detta tillägg för ett skräddarsytt formulär, vänligen "
|
487 |
#~ "kontakta oss via"
|
488 |
+
|
489 |
#~ msgid "Title for CAPTCHA in the form"
|
490 |
#~ msgstr "Etikett för CAPTCHA i formulär"
|
491 |
+
|
492 |
#~ msgid "Arithmetic actions for CAPTCHA"
|
493 |
#~ msgstr "Aritmetiska metoder för CAPTCHA"
|
494 |
+
|
495 |
#~ msgid "CAPTCHA complexity level"
|
496 |
#~ msgstr "CAPTCHA-svårighetsgrad"
|
497 |
+
|
498 |
#~ msgid "Save Changes"
|
499 |
#~ msgstr "Spara ändringar"
|
500 |
+
|
501 |
#~ msgid "ERROR"
|
502 |
#~ msgstr "FEL"
|
503 |
+
|
504 |
#~ msgid "Please fill the form."
|
505 |
#~ msgstr "Var god fyll i formuläret."
|
506 |
+
|
507 |
#~ msgid "Please enter a valid CAPTCHA value."
|
508 |
#~ msgstr "Var god fyll i CAPTCHA."
|
509 |
+
|
510 |
#~ msgid ""
|
511 |
#~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
|
512 |
#~ "on your browser, and try again."
|
513 |
#~ msgstr ""
|
514 |
#~ "Fel: Du angav ett felaktigt svar i fältet för CAPTCHA. Klicka på tillbaka-"
|
515 |
#~ "knappen i din webbläsare och försök igen."
|
516 |
+
|
517 |
#~ msgid "zero"
|
518 |
#~ msgstr "noll"
|
519 |
+
|
520 |
#~ msgid "one"
|
521 |
#~ msgstr "ett"
|
522 |
+
|
523 |
#~ msgid "two"
|
524 |
#~ msgstr "två"
|
525 |
+
|
526 |
#~ msgid "three"
|
527 |
#~ msgstr "tre"
|
528 |
+
|
529 |
#~ msgid "four"
|
530 |
#~ msgstr "fyra"
|
531 |
+
|
532 |
#~ msgid "five"
|
533 |
#~ msgstr "fem"
|
534 |
+
|
535 |
#~ msgid "six"
|
536 |
#~ msgstr "sex"
|
537 |
+
|
538 |
#~ msgid "seven"
|
539 |
#~ msgstr "sju"
|
540 |
+
|
541 |
#~ msgid "eight"
|
542 |
#~ msgstr "åtta"
|
543 |
+
|
544 |
#~ msgid "nine"
|
545 |
#~ msgstr "nio"
|
546 |
+
|
547 |
#~ msgid "eleven"
|
548 |
#~ msgstr "elva"
|
549 |
+
|
550 |
#~ msgid "twelve"
|
551 |
#~ msgstr "tolv"
|
552 |
+
|
553 |
#~ msgid "thirteen"
|
554 |
#~ msgstr "tretton"
|
555 |
+
|
556 |
#~ msgid "fourteen"
|
557 |
#~ msgstr "fjorton"
|
558 |
+
|
559 |
#~ msgid "fifteen"
|
560 |
#~ msgstr "femton"
|
561 |
+
|
562 |
#~ msgid "sixteen"
|
563 |
#~ msgstr "sexton"
|
564 |
+
|
565 |
#~ msgid "seventeen"
|
566 |
#~ msgstr "sjutton"
|
567 |
+
|
568 |
#~ msgid "eighteen"
|
569 |
#~ msgstr "arton"
|
570 |
+
|
571 |
#~ msgid "nineteen"
|
572 |
#~ msgstr "nitton"
|
573 |
+
|
574 |
#~ msgid "ten"
|
575 |
#~ msgstr "tio"
|
576 |
+
|
577 |
#~ msgid "twenty"
|
578 |
#~ msgstr "tjugo"
|
579 |
+
|
580 |
#~ msgid "thirty"
|
581 |
#~ msgstr "trettio"
|
582 |
+
|
583 |
#~ msgid "forty"
|
584 |
#~ msgstr "fyrtio"
|
585 |
+
|
586 |
#~ msgid "fifty"
|
587 |
#~ msgstr "femtio"
|
588 |
+
|
589 |
#~ msgid "sixty"
|
590 |
#~ msgstr "sextio"
|
591 |
+
|
592 |
#~ msgid "seventy"
|
593 |
#~ msgstr "sjuttio"
|
594 |
+
|
595 |
#~ msgid "eighty"
|
596 |
#~ msgstr "åttio"
|
597 |
+
|
598 |
#~ msgid "ninety"
|
599 |
#~ msgstr "nittio"
|
600 |
+
|
601 |
#~ msgid "and"
|
602 |
#~ msgstr "och"
|
603 |
+
|
604 |
#~ msgid "Encryption password is not set"
|
605 |
#~ msgstr "Lösenord för kodning har inte angetts"
|
606 |
+
|
607 |
#~ msgid "Decryption password is not set"
|
608 |
#~ msgstr "Lösenord för avkodning har inte angetts"
|
609 |
|
614 |
#~ msgstr ""
|
615 |
#~ "Om du har frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller "
|
616 |
#~ "fyll i kontaktformuläret på vår hemsida"
|
617 |
+
|
618 |
#~ msgid "Increase"
|
619 |
#~ msgstr "Öka"
|
620 |
+
|
621 |
#~ msgid "Difficulty for CAPTCHA"
|
622 |
#~ msgstr "Svårighetsgrad för CAPTCHA"
|
623 |
+
|
624 |
#~ msgid "That CAPTCHA was incorrect."
|
625 |
#~ msgstr "Angiven CAPTCHA var felaktig."
|
626 |
+
|
627 |
#~ msgid "The password of encryption is not set"
|
628 |
#~ msgstr "Lösenordet för krytering har inte angetts"
|
629 |
+
|
630 |
#~ msgid "null"
|
631 |
#~ msgstr "noll"
|
|
|
|
|
|
bws_menu/languages/bestwebsoft-uk.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-uk.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -16,209 +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 |
msgid "On"
|
25 |
msgstr "Увімк."
|
26 |
|
27 |
-
#: bws_menu.php:
|
|
|
28 |
msgid "Off"
|
29 |
msgstr "Вимк."
|
30 |
|
31 |
-
#: bws_menu.php:
|
32 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
33 |
msgid "N/A"
|
34 |
msgstr "Невідомо"
|
35 |
|
36 |
-
#: bws_menu.php:
|
37 |
msgid " Mb"
|
38 |
msgstr "Mb"
|
39 |
|
40 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
41 |
msgid "Yes"
|
42 |
msgstr "Так"
|
43 |
|
44 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
45 |
msgid "No"
|
46 |
msgstr "Ні"
|
47 |
|
48 |
-
#: bws_menu.php:
|
49 |
msgid "Operating System"
|
50 |
msgstr "Операційна система"
|
51 |
|
52 |
-
#: bws_menu.php:
|
53 |
msgid "Server"
|
54 |
msgstr "Тип серверу"
|
55 |
|
56 |
-
#: bws_menu.php:
|
57 |
msgid "Memory usage"
|
58 |
msgstr "Пам’яті використано"
|
59 |
|
60 |
-
#: bws_menu.php:
|
61 |
msgid "MYSQL Version"
|
62 |
msgstr "Версія MYSQL"
|
63 |
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "SQL Mode"
|
66 |
msgstr "Режим SQL"
|
67 |
|
68 |
-
#: bws_menu.php:
|
69 |
msgid "PHP Version"
|
70 |
msgstr "Версія PHP"
|
71 |
|
72 |
-
#: bws_menu.php:
|
73 |
msgid "PHP Safe Mode"
|
74 |
msgstr "PHP Безпечний режим"
|
75 |
|
76 |
-
#: bws_menu.php:
|
77 |
msgid "PHP Allow URL fopen"
|
78 |
msgstr "PHP Allow URL fopen"
|
79 |
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "PHP Memory Limit"
|
82 |
msgstr "Ліміт пам’яті"
|
83 |
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "PHP Max Upload Size"
|
86 |
msgstr "Макс. розмір файлу, що завантажується"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Max Post Size"
|
90 |
msgstr "Макс. розмір запису"
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Max Script Execute Time"
|
94 |
msgstr "Макс. час виконання сценарію"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Exif support"
|
98 |
msgstr "Підтримка PHP Exif"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP IPTC support"
|
102 |
msgstr "Підтримка PHP IPTC"
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP XML support"
|
106 |
msgstr "Підтримка PHP XML"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "Site URL"
|
110 |
msgstr "Адреса сайту"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "Home URL"
|
114 |
msgstr "Основна адреса сайту"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "WordPress Version"
|
118 |
msgstr "Версія WordPress"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "WordPress DB Version"
|
122 |
msgstr "Версія бази даних WordPress"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Multisite"
|
126 |
msgstr "Мультиблог"
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "Active Theme"
|
130 |
msgstr "Поточна тема"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "Please enter a valid email address."
|
134 |
msgstr "Будь ласка, введіть коректну електронну адресу."
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Email with system info is sent to "
|
138 |
msgstr "Електронній лист з системною інформацією відправлено на"
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Thank you for contacting us."
|
142 |
msgstr "Дякуємо, що звернулися до нас."
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Sorry, email message could not be delivered."
|
146 |
msgstr "Вибачте, ваше електронне повідомлення не може бути відправлено"
|
147 |
|
148 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
149 |
msgid "Pro plugins"
|
150 |
msgstr "Плагіни про-версії"
|
151 |
|
152 |
-
#: bws_menu.php:
|
|
|
153 |
msgid "Activated plugins"
|
154 |
msgstr "Активовані плагіни"
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
msgid "Read more"
|
159 |
msgstr "Детальніше..."
|
160 |
|
161 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
162 |
msgid "Settings"
|
163 |
msgstr "Установки"
|
164 |
|
165 |
-
#: bws_menu.php:
|
|
|
|
|
166 |
msgid "Installed plugins"
|
167 |
msgstr "Установлені плагіни"
|
168 |
|
169 |
-
#: bws_menu.php:
|
|
|
|
|
170 |
msgid "Recommended plugins"
|
171 |
msgstr "Рекомендовані до установки плагіни"
|
172 |
|
173 |
-
#: bws_menu.php:
|
174 |
msgid "Purchase"
|
175 |
msgstr "Купити"
|
176 |
|
177 |
-
#: bws_menu.php:
|
178 |
msgid "Free plugins"
|
179 |
msgstr "Безкоштовні плагіни"
|
180 |
|
181 |
-
#: bws_menu.php:
|
|
|
182 |
msgid "Download"
|
183 |
msgstr "Завантажити"
|
184 |
|
185 |
-
#: bws_menu.php:
|
|
|
|
|
186 |
#, php-format
|
187 |
msgid "Install %s"
|
188 |
msgstr "Установлено %s"
|
189 |
|
190 |
-
#: bws_menu.php:
|
|
|
191 |
msgid "Install now from wordpress.org"
|
192 |
msgstr "Установити з wordpress.org"
|
193 |
|
194 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
msgid "If you have any questions, please contact us via"
|
196 |
msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
|
197 |
|
198 |
-
#: bws_menu.php:
|
|
|
|
|
199 |
msgid "System status"
|
200 |
msgstr "Системна інформація"
|
201 |
|
202 |
-
#: bws_menu.php:
|
|
|
203 |
msgid "Environment"
|
204 |
msgstr "Системне оточення"
|
205 |
|
206 |
-
#: bws_menu.php:
|
|
|
207 |
msgid "Active Plugins"
|
208 |
msgstr "Активовані плагіни"
|
209 |
|
210 |
-
#: bws_menu.php:
|
|
|
211 |
msgid "Inactive Plugins"
|
212 |
msgstr "Неактивовані плагіни"
|
213 |
|
214 |
-
#: bws_menu.php:
|
|
|
215 |
msgid "Send to support"
|
216 |
msgstr "Відправити до служби тех. підтримки"
|
217 |
|
218 |
-
#: bws_menu.php:
|
|
|
219 |
msgid "Send to custom email »"
|
220 |
msgstr "Відправити на електронну адресу »"
|
221 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
#~ msgid "Login form"
|
223 |
#~ msgstr "Форма логина"
|
224 |
|
@@ -448,6 +627,3 @@ msgstr "Відправити на електронну адресу »"
|
|
448 |
|
449 |
#~ msgid "null"
|
450 |
#~ msgstr "ноль"
|
451 |
-
|
452 |
-
#~ msgid "Install Now"
|
453 |
-
#~ msgstr "Установить сейчас"
|
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"
|
10 |
"MIME-Version: 1.0\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 |
|
627 |
|
628 |
#~ msgid "null"
|
629 |
#~ msgstr "ноль"
|
|
|
|
|
|
css/style.css
CHANGED
@@ -2,45 +2,29 @@
|
|
2 |
.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
|
3 |
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
|
4 |
#adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
|
5 |
-
|
6 |
}
|
7 |
-
#toplevel_page_bws_plugins
|
8 |
-
|
9 |
}
|
10 |
-
.
|
11 |
-
|
12 |
-
}
|
13 |
-
.bws_system_info_meta_box .hndle {
|
14 |
-
cursor: pointer !important;
|
15 |
-
}
|
16 |
-
.bws_system_info {
|
17 |
-
float: left;
|
18 |
-
margin-right: 10px;
|
19 |
-
max-width: 400px;
|
20 |
-
}
|
21 |
-
.bws_system_info th {
|
22 |
-
padding: 10px 0;
|
23 |
-
text-align: left;
|
24 |
-
width: 50%;
|
25 |
-
}
|
26 |
-
.bws_system_info tbody td {
|
27 |
-
border-bottom: 1px solid #DFDFDF;
|
28 |
}
|
29 |
/*
|
30 |
* styles for rate-support div on the settings page
|
31 |
*/
|
32 |
.bws-plugin-reviews {
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
}
|
38 |
.bws-plugin-reviews-rate {
|
39 |
-
|
40 |
-
|
41 |
}
|
42 |
.bws-plugin-reviews-support {
|
43 |
-
|
44 |
}
|
45 |
|
46 |
#fcbk_settings_form select,
|
@@ -48,6 +32,9 @@
|
|
48 |
#fcbk_settings_form input[type="file"] {
|
49 |
min-width: 200px;
|
50 |
}
|
|
|
|
|
|
|
51 |
#fcbk_share {
|
52 |
clear: both;
|
53 |
height: 40px;
|
@@ -71,3 +58,6 @@
|
|
71 |
.fb_edge_widget_with_comment span {
|
72 |
width: 450px !important;
|
73 |
}
|
|
|
|
|
|
2 |
.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
|
3 |
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
|
4 |
#adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
|
5 |
+
background: url("../img/icon_16_single.png") no-repeat scroll center center transparent;
|
6 |
}
|
7 |
+
#adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
|
8 |
+
opacity: 0.7;
|
9 |
}
|
10 |
+
#toplevel_page_bws_plugins .wp-submenu .wp-first-item, .cntctfrm_hidden {
|
11 |
+
display: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
13 |
/*
|
14 |
* styles for rate-support div on the settings page
|
15 |
*/
|
16 |
.bws-plugin-reviews {
|
17 |
+
background: none repeat scroll 0 0 #BEE1F1;
|
18 |
+
border: 1px solid #70A8C2;
|
19 |
+
border-radius: 3px;
|
20 |
+
max-width: 700px;
|
21 |
}
|
22 |
.bws-plugin-reviews-rate {
|
23 |
+
padding: 10px;
|
24 |
+
border-bottom: 1px dashed #70A8C2;
|
25 |
}
|
26 |
.bws-plugin-reviews-support {
|
27 |
+
padding: 10px;
|
28 |
}
|
29 |
|
30 |
#fcbk_settings_form select,
|
32 |
#fcbk_settings_form input[type="file"] {
|
33 |
min-width: 200px;
|
34 |
}
|
35 |
+
#fcbk_settings_form label code {
|
36 |
+
background: none;
|
37 |
+
}
|
38 |
#fcbk_share {
|
39 |
clear: both;
|
40 |
height: 40px;
|
58 |
.fb_edge_widget_with_comment span {
|
59 |
width: 450px !important;
|
60 |
}
|
61 |
+
.fcbk_like iframe {
|
62 |
+
max-width: 450px;
|
63 |
+
}
|
css/style_wp_before_3.8.css
CHANGED
@@ -14,26 +14,7 @@
|
|
14 |
background: url("../img/icon_36_b.png") no-repeat scroll left top transparent;
|
15 |
}
|
16 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
17 |
-
display:none;
|
18 |
-
}
|
19 |
-
.bws_system_info_meta_box {
|
20 |
-
width: 850px;
|
21 |
-
}
|
22 |
-
.bws_system_info_meta_box .hndle {
|
23 |
-
cursor: pointer !important;
|
24 |
-
}
|
25 |
-
.bws_system_info {
|
26 |
-
float: left;
|
27 |
-
margin-right: 10px;
|
28 |
-
width: 400px;
|
29 |
-
}
|
30 |
-
.bws_system_info th {
|
31 |
-
padding: 10px 0;
|
32 |
-
text-align: left;
|
33 |
-
width: 50%;
|
34 |
-
}
|
35 |
-
.bws_system_info tbody td {
|
36 |
-
border-bottom: 1px solid #DFDFDF;
|
37 |
}
|
38 |
/*
|
39 |
* styles for rate-support div on the settings page
|
@@ -42,7 +23,7 @@
|
|
42 |
background: none repeat scroll 0 0 #BEE1F1;
|
43 |
border: 1px solid #70A8C2;
|
44 |
border-radius: 3px;
|
45 |
-
max-width:
|
46 |
}
|
47 |
.bws-plugin-reviews-rate {
|
48 |
padding: 10px;
|
@@ -57,6 +38,9 @@
|
|
57 |
#fcbk_settings_form input[type="file"] {
|
58 |
min-width: 200px;
|
59 |
}
|
|
|
|
|
|
|
60 |
#fcbk_share {
|
61 |
clear: both;
|
62 |
height: 40px;
|
@@ -80,3 +64,6 @@
|
|
80 |
.fb_edge_widget_with_comment span {
|
81 |
width: 450px !important;
|
82 |
}
|
|
|
|
|
|
14 |
background: url("../img/icon_36_b.png") no-repeat scroll left top transparent;
|
15 |
}
|
16 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
17 |
+
display: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|
19 |
/*
|
20 |
* styles for rate-support div on the settings page
|
23 |
background: none repeat scroll 0 0 #BEE1F1;
|
24 |
border: 1px solid #70A8C2;
|
25 |
border-radius: 3px;
|
26 |
+
max-width: 700px;
|
27 |
}
|
28 |
.bws-plugin-reviews-rate {
|
29 |
padding: 10px;
|
38 |
#fcbk_settings_form input[type="file"] {
|
39 |
min-width: 200px;
|
40 |
}
|
41 |
+
#fcbk_settings_form label code {
|
42 |
+
background: none;
|
43 |
+
}
|
44 |
#fcbk_share {
|
45 |
clear: both;
|
46 |
height: 40px;
|
64 |
.fb_edge_widget_with_comment span {
|
65 |
width: 450px !important;
|
66 |
}
|
67 |
+
.fcbk_like iframe {
|
68 |
+
max-width: 450px;
|
69 |
+
}
|
facebook-button-plugin.php
CHANGED
@@ -4,12 +4,12 @@ Plugin Name: Facebook Button
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
-
/* Copyright
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License, version 2, as
|
@@ -47,15 +47,16 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
|
|
47 |
}
|
48 |
|
49 |
$fcbk_bttn_plgn_options_default = array(
|
50 |
-
'link' =>
|
51 |
-
'my_page' =>
|
52 |
-
'like' =>
|
53 |
-
'where' =>
|
54 |
-
'display_option' =>
|
55 |
-
'count_icon' =>
|
56 |
-
'extention' =>
|
57 |
-
'fb_img_link' =>
|
58 |
-
'locale' =>
|
|
|
59 |
);
|
60 |
/* Install the option defaults */
|
61 |
if ( 1 == $wpmu ) {
|
@@ -94,6 +95,8 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings' ) ) {
|
|
94 |
$fcbk_bttn_plgn_options['fb_img_link'] = plugins_url( "img/standart-facebook-ico.png", __FILE__ );
|
95 |
}
|
96 |
$fcbk_bttn_plgn_options = array_merge( $fcbk_bttn_plgn_options_default, $fcbk_bttn_plgn_options );
|
|
|
|
|
97 |
update_option( 'fcbk_bttn_plgn_options', $fcbk_bttn_plgn_options );
|
98 |
}
|
99 |
}
|
@@ -118,6 +121,7 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
118 |
$fcbk_bttn_plgn_options['my_page'] = isset( $_REQUEST['fcbk_bttn_plgn_my_page'] ) ? 1 : 0 ;
|
119 |
$fcbk_bttn_plgn_options['like'] = isset( $_REQUEST['fcbk_bttn_plgn_like'] ) ? 1 : 0 ;
|
120 |
$fcbk_bttn_plgn_options['locale'] = $_REQUEST['fcbk_bttn_plgn_locale'];
|
|
|
121 |
if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
|
122 |
$fcbk_bttn_plgn_options['count_icon'] = $fcbk_bttn_plgn_options['count_icon'] + 1;
|
123 |
$file_ext = wp_check_filetype($_FILES['uploadfile']['name']);
|
@@ -191,8 +195,8 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
191 |
<tr valign="top">
|
192 |
<th scope="row"><?php _e( "Display button:", 'facebook' ); ?></th>
|
193 |
<td>
|
194 |
-
<label><input name='fcbk_bttn_plgn_my_page' type='checkbox' value='1' <?php if ( 1 == $fcbk_bttn_plgn_options['my_page'] ) echo 'checked="checked "'; ?>/> <?php echo __( "My Page", '
|
195 |
-
<label><input name='fcbk_bttn_plgn_like' type='checkbox' value='1' <?php if ( 1 == $fcbk_bttn_plgn_options['like'] ) echo 'checked="checked "'; ?>/> <?php echo __( "Like", '
|
196 |
</td>
|
197 |
</tr>
|
198 |
<tr>
|
@@ -357,6 +361,14 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
357 |
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php echo __( "Change the language of Facebook Like Button", 'facebook' ); ?></span>
|
358 |
</td>
|
359 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
<tr>
|
361 |
<td colspan="2">
|
362 |
<input type="hidden" name="fcbk_bttn_plgn_form_submit" value="submit" />
|
@@ -370,11 +382,11 @@ if ( ! function_exists( 'fcbk_bttn_plgn_settings_page' ) ) {
|
|
370 |
<br />
|
371 |
<div class="bws-plugin-reviews">
|
372 |
<div class="bws-plugin-reviews-rate">
|
373 |
-
<?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'facebook' );
|
374 |
<a href="http://wordpress.org/support/view/plugin-reviews/facebook-button-plugin" target="_blank" title="Facebook Button reviews"><?php _e( 'Rate the plugin', 'facebook' ); ?></a><br/>
|
375 |
</div>
|
376 |
<div class="bws-plugin-reviews-support">
|
377 |
-
<?php _e( 'If there is something wrong about it, please contact us', 'facebook' );
|
378 |
<a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
|
379 |
</div>
|
380 |
</div>
|
@@ -417,10 +429,11 @@ if ( ! function_exists( 'fcbk_bttn_plgn_display_button' ) ) {
|
|
417 |
}
|
418 |
if ( 1 == $fcbk_bttn_plgn_options['like'] ) {
|
419 |
$button .= '<div class="fcbk_like">
|
420 |
-
<div id="fb-root"></div>
|
421 |
-
|
422 |
-
|
423 |
-
|
|
|
424 |
}
|
425 |
|
426 |
$button .= '</div>';
|
@@ -459,9 +472,11 @@ if ( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
|
|
459 |
if ( 1 == $fcbk_bttn_plgn_options['like'] ) {
|
460 |
$button .= '<div class="fcbk_like">
|
461 |
<div id="fb-root"></div>
|
462 |
-
<script src="
|
463 |
-
|
464 |
-
|
|
|
|
|
465 |
}
|
466 |
|
467 |
$button .= '</div>';
|
@@ -469,6 +484,27 @@ if ( ! function_exists( 'fcbk_bttn_plgn_shortcode' ) ) {
|
|
469 |
}
|
470 |
}
|
471 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
472 |
/* Function 'fcbk_bttn_plgn_action_links' are using to create action links on admin page. */
|
473 |
if ( ! function_exists( 'fcbk_bttn_plgn_action_links' ) ) {
|
474 |
function fcbk_bttn_plgn_action_links( $links, $file ) {
|
@@ -501,7 +537,6 @@ if ( ! function_exists ( 'fcbk_bttn_plgn_links' ) ) {
|
|
501 |
if ( ! function_exists( 'fcbk_plugin_init' ) ) {
|
502 |
function fcbk_plugin_init() {
|
503 |
load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
504 |
-
load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/bws_menu/languages/' );
|
505 |
}
|
506 |
} /* End function fcbk_plugin_init */
|
507 |
|
@@ -521,6 +556,21 @@ if ( ! function_exists ( 'fcbk_bttn_plgn_version_check' ) ) {
|
|
521 |
}
|
522 |
}
|
523 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
524 |
if ( ! function_exists( 'fcbk_admin_head' ) ) {
|
525 |
function fcbk_admin_head() {
|
526 |
global $wp_version;
|
@@ -528,10 +578,6 @@ if ( ! function_exists( 'fcbk_admin_head' ) ) {
|
|
528 |
wp_enqueue_style( 'fcbkStylesheet', plugins_url( 'css/style_wp_before_3.8.css', __FILE__ ) );
|
529 |
else
|
530 |
wp_enqueue_style( 'fcbkStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
|
531 |
-
|
532 |
-
wp_enqueue_style( 'fcbkStylesheet' );
|
533 |
-
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" )
|
534 |
-
wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
|
535 |
}
|
536 |
}
|
537 |
|
@@ -576,6 +622,9 @@ add_action( 'admin_init', 'fcbk_bttn_plgn_version_check' );
|
|
576 |
add_action( 'wp_enqueue_scripts', 'fcbk_admin_head' );
|
577 |
add_action( 'admin_enqueue_scripts', 'fcbk_admin_head' );
|
578 |
add_action( 'admin_head', 'fcbk_admin_js' );
|
|
|
|
|
|
|
579 |
/* Add shortcode. */
|
580 |
add_shortcode( 'fb_button', 'fcbk_bttn_plgn_shortcode' );
|
581 |
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.28
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
+
/* Copyright 2014 BestWebSoft ( http://support.bestwebsoft.com )
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License, version 2, as
|
47 |
}
|
48 |
|
49 |
$fcbk_bttn_plgn_options_default = array(
|
50 |
+
'link' => '',
|
51 |
+
'my_page' => 1,
|
52 |
+
'like' => 1,
|
53 |
+
'where' => '',
|
54 |
+
'display_option' => '',
|
55 |
+
'count_icon' => 1,
|
56 |
+
'extention' => 'png',
|
57 |
+
'fb_img_link' => plugins_url( "img/standart-facebook-ico.png", __FILE__ ),
|
58 |
+
'locale' => 'en_US',
|
59 |
+
'html5' => 0
|
60 |
);
|
61 |
/* Install the option defaults */
|
62 |
if ( 1 == $wpmu ) {
|
95 |
$fcbk_bttn_plgn_options['fb_img_link'] = plugins_url( "img/standart-facebook-ico.png", __FILE__ );
|
96 |
}
|
97 |
$fcbk_bttn_plgn_options = array_merge( $fcbk_bttn_plgn_options_default, $fcbk_bttn_plgn_options );
|
98 |
+
if ( ! array_key_exists( 'html5', $fcbk_bttn_plgn_options ) )
|
99 |
+
$fcbk_bttn_plgn_options['html5'] = 0;
|
100 |
update_option( 'fcbk_bttn_plgn_options', $fcbk_bttn_plgn_options );
|
101 |
}
|
102 |
}
|
121 |
$fcbk_bttn_plgn_options['my_page'] = isset( $_REQUEST['fcbk_bttn_plgn_my_page'] ) ? 1 : 0 ;
|
122 |
$fcbk_bttn_plgn_options['like'] = isset( $_REQUEST['fcbk_bttn_plgn_like'] ) ? 1 : 0 ;
|
123 |
$fcbk_bttn_plgn_options['locale'] = $_REQUEST['fcbk_bttn_plgn_locale'];
|
124 |
+
$fcbk_bttn_plgn_options['html5'] = $_REQUEST['fcbk_bttn_plgn_html5'];
|
125 |
if ( isset( $_FILES['uploadfile']['tmp_name'] ) && $_FILES['uploadfile']['tmp_name'] != "" ) {
|
126 |
$fcbk_bttn_plgn_options['count_icon'] = $fcbk_bttn_plgn_options['count_icon'] + 1;
|
127 |
$file_ext = wp_check_filetype($_FILES['uploadfile']['name']);
|
195 |
<tr valign="top">
|
196 |
<th scope="row"><?php _e( "Display button:", 'facebook' ); ?></th>
|
197 |
<td>
|
198 |
+
<label><input name='fcbk_bttn_plgn_my_page' type='checkbox' value='1' <?php if ( 1 == $fcbk_bttn_plgn_options['my_page'] ) echo 'checked="checked "'; ?>/> <?php echo __( "My Page", 'facebook' ); ?></label><br />
|
199 |
+
<label><input name='fcbk_bttn_plgn_like' type='checkbox' value='1' <?php if ( 1 == $fcbk_bttn_plgn_options['like'] ) echo 'checked="checked "'; ?>/> <?php echo __( "Like", 'facebook' ); ?></label><br />
|
200 |
</td>
|
201 |
</tr>
|
202 |
<tr>
|
361 |
<span id="shortcode" style="color: rgb(136, 136, 136); font-size: 10px; display:inline"><?php echo __( "Change the language of Facebook Like Button", 'facebook' ); ?></span>
|
362 |
</td>
|
363 |
</tr>
|
364 |
+
<tr valign="top">
|
365 |
+
<th scope="row"><?php _e( "Html tag for Like Button:", 'facebook' ); ?></th>
|
366 |
+
<td>
|
367 |
+
<label><input name='fcbk_bttn_plgn_html5' type='radio' value='0' <?php if ( 0 == $fcbk_bttn_plgn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><fb:like></code>"; ?></label><br />
|
368 |
+
<label><input name='fcbk_bttn_plgn_html5' type='radio' value='1' <?php if ( 1 == $fcbk_bttn_plgn_options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "<code><div></code>"; ?></label>
|
369 |
+
<span style="color: rgb(136, 136, 136); font-size: 10px; display:inline">(<?php echo __( "Use this tag to improve validation of your site", 'facebook' ); ?>)</span>
|
370 |
+
</td>
|
371 |
+
</tr>
|
372 |
<tr>
|
373 |
<td colspan="2">
|
374 |
<input type="hidden" name="fcbk_bttn_plgn_form_submit" value="submit" />
|
382 |
<br />
|
383 |
<div class="bws-plugin-reviews">
|
384 |
<div class="bws-plugin-reviews-rate">
|
385 |
+
<?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'facebook' ); ?>:
|
386 |
<a href="http://wordpress.org/support/view/plugin-reviews/facebook-button-plugin" target="_blank" title="Facebook Button reviews"><?php _e( 'Rate the plugin', 'facebook' ); ?></a><br/>
|
387 |
</div>
|
388 |
<div class="bws-plugin-reviews-support">
|
389 |
+
<?php _e( 'If there is something wrong about it, please contact us', 'facebook' ); ?>:
|
390 |
<a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
|
391 |
</div>
|
392 |
</div>
|
429 |
}
|
430 |
if ( 1 == $fcbk_bttn_plgn_options['like'] ) {
|
431 |
$button .= '<div class="fcbk_like">
|
432 |
+
<div id="fb-root"></div>';
|
433 |
+
if ( 1 == $fcbk_bttn_plgn_options['html5'] )
|
434 |
+
$button .= '<div class="fb-like" data-href="' . $permalink_post . '" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></div>';
|
435 |
+
else
|
436 |
+
$button .= '<fb:like href="' . $permalink_post . '" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like></div>';
|
437 |
}
|
438 |
|
439 |
$button .= '</div>';
|
472 |
if ( 1 == $fcbk_bttn_plgn_options['like'] ) {
|
473 |
$button .= '<div class="fcbk_like">
|
474 |
<div id="fb-root"></div>
|
475 |
+
<script src="//connect.facebook.net/' . $fcbk_bttn_plgn_options['locale'] . '/all.js#appId=224313110927811&xfbml=1"></script>';
|
476 |
+
if ( 1 == $fcbk_bttn_plgn_options['html5'] )
|
477 |
+
$button .= '<div class="fb-like" data-href="' . $permalink_post . '" data-layout="button_count" data-width="450" data-action="like" data-show-faces="false"></div></div>';
|
478 |
+
else
|
479 |
+
$button .= '<fb:like href="' . $permalink_post . '" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like></div>';
|
480 |
}
|
481 |
|
482 |
$button .= '</div>';
|
484 |
}
|
485 |
}
|
486 |
|
487 |
+
/* Functions adds some right meta for Facebook */
|
488 |
+
if ( ! function_exists( 'fcbk_bttn_plgn_meta' ) ) {
|
489 |
+
function fcbk_bttn_plgn_meta() {
|
490 |
+
$fcbk_bttn_plgn_options = get_option( 'fcbk_bttn_plgn_options' );
|
491 |
+
if ( 1 == $fcbk_bttn_plgn_options['like'] ) {
|
492 |
+
if ( is_singular() ) {
|
493 |
+
$image = '';
|
494 |
+
if ( has_post_thumbnail( get_the_ID() ) ) {
|
495 |
+
$image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'thumbnail');
|
496 |
+
$image = $image[0];
|
497 |
+
}
|
498 |
+
print "\n" . '<meta property="og:title" content="' . esc_attr( get_the_title() ) . '"/>';
|
499 |
+
print "\n" . '<meta property="og:site_name" content="' . esc_attr( get_bloginfo() ) . '"/>';
|
500 |
+
if ( ! empty( $image ) ) {
|
501 |
+
print "\n" . '<meta property="og:image" content="' . esc_url( $image ) . '"/>';
|
502 |
+
}
|
503 |
+
}
|
504 |
+
}
|
505 |
+
}
|
506 |
+
}
|
507 |
+
|
508 |
/* Function 'fcbk_bttn_plgn_action_links' are using to create action links on admin page. */
|
509 |
if ( ! function_exists( 'fcbk_bttn_plgn_action_links' ) ) {
|
510 |
function fcbk_bttn_plgn_action_links( $links, $file ) {
|
537 |
if ( ! function_exists( 'fcbk_plugin_init' ) ) {
|
538 |
function fcbk_plugin_init() {
|
539 |
load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
|
|
540 |
}
|
541 |
} /* End function fcbk_plugin_init */
|
542 |
|
556 |
}
|
557 |
}
|
558 |
|
559 |
+
if ( ! function_exists( 'fcbk_front_end_head' ) ) {
|
560 |
+
function fcbk_front_end_head() {
|
561 |
+
global $wpmu;
|
562 |
+
|
563 |
+
if ( 1 == $wpmu )
|
564 |
+
$fcbk_bttn_plgn_options = get_site_option( 'fcbk_bttn_plgn_options' );
|
565 |
+
else
|
566 |
+
$fcbk_bttn_plgn_options = get_option( 'fcbk_bttn_plgn_options' );
|
567 |
+
|
568 |
+
if ( 1 == $fcbk_bttn_plgn_options['like'] && 'shortcode' != $fcbk_bttn_plgn_options['where'] ) {
|
569 |
+
wp_enqueue_script( 'fcbk_fron_end_script', '//connect.facebook.net/' . $fcbk_bttn_plgn_options['locale'] . '/all.js#appId=224313110927811&xfbml=1' );
|
570 |
+
}
|
571 |
+
}
|
572 |
+
}
|
573 |
+
|
574 |
if ( ! function_exists( 'fcbk_admin_head' ) ) {
|
575 |
function fcbk_admin_head() {
|
576 |
global $wp_version;
|
578 |
wp_enqueue_style( 'fcbkStylesheet', plugins_url( 'css/style_wp_before_3.8.css', __FILE__ ) );
|
579 |
else
|
580 |
wp_enqueue_style( 'fcbkStylesheet', plugins_url( 'css/style.css', __FILE__ ) );
|
|
|
|
|
|
|
|
|
581 |
}
|
582 |
}
|
583 |
|
622 |
add_action( 'wp_enqueue_scripts', 'fcbk_admin_head' );
|
623 |
add_action( 'admin_enqueue_scripts', 'fcbk_admin_head' );
|
624 |
add_action( 'admin_head', 'fcbk_admin_js' );
|
625 |
+
add_action( 'wp_head', 'fcbk_bttn_plgn_meta' );
|
626 |
+
add_action( 'wp_enqueue_scripts', 'fcbk_front_end_head' );
|
627 |
+
|
628 |
/* Add shortcode. */
|
629 |
add_shortcode( 'fb_button', 'fcbk_bttn_plgn_shortcode' );
|
630 |
|
js/bws_menu.js
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
(function($) {
|
2 |
-
$(document).ready( function() {
|
3 |
-
if ( $( 'input[name="bwsmn_form_email"]' ).val() == '' ) {
|
4 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
|
5 |
-
}
|
6 |
-
|
7 |
-
$( '.bws_system_info_meta_box .hndle' ).click( function() {
|
8 |
-
if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
|
9 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
|
10 |
-
} else {
|
11 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
|
12 |
-
}
|
13 |
-
});
|
14 |
-
|
15 |
-
$( '.bws_system_info_meta_box .handlediv' ).click( function() {
|
16 |
-
if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
|
17 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
|
18 |
-
} else {
|
19 |
-
$( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
|
20 |
-
}
|
21 |
-
});
|
22 |
-
});
|
23 |
-
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/facebook-ar_AR.mo
CHANGED
Binary file
|
languages/facebook-ar_AR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
|
9 |
"Language: ar\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
20 |
#, fuzzy
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "اعدادات زر الفيس بوك"
|
@@ -26,83 +26,83 @@ msgstr "اعدادات زر الفيس بوك"
|
|
26 |
msgid "Facebook Button"
|
27 |
msgstr "زر الفيس بوك"
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
#, fuzzy
|
31 |
msgid "Settings saved"
|
32 |
msgstr "الاعدادات "
|
33 |
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "خطاء : حجم الملف : > 32К"
|
37 |
|
38 |
-
#: facebook-button-plugin.php:
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "خطاء : نوع الملف غير صحيح"
|
41 |
|
42 |
-
#: facebook-button-plugin.php:
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "خطاء : فشل في نقل الملف"
|
45 |
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "خطاء : تأكد من عرض وطول الصورة"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
msgid "Notice:"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
msgid ""
|
60 |
"The plugin's settings have been changed. In order to save them please don't "
|
61 |
"forget to click the 'Save Changes' button."
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
#, fuzzy
|
66 |
msgid "Your Facebook ID:"
|
67 |
msgstr "اسم حسابك علي الفيس بوك :"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "Display button:"
|
71 |
msgstr "عرض الزر :"
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "My Page"
|
75 |
msgstr "صفحتي"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "Like"
|
79 |
msgstr "اعجاب "
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
#, fuzzy
|
83 |
msgid "Choose display settings:"
|
84 |
msgstr "اختار خيار العرض :"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
#, fuzzy
|
88 |
msgid "Standard Facebook image"
|
89 |
msgstr "صورة الفيس بوك الافتراضية "
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
#, fuzzy
|
93 |
msgid "Custom Facebook image"
|
94 |
msgstr "صورة خاصة للـ فيس بوك"
|
95 |
|
96 |
-
#: facebook-button-plugin.php:
|
97 |
msgid "Current image:"
|
98 |
msgstr "الصورة الحالية : "
|
99 |
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Facebook image:"
|
103 |
msgstr "صورة الفيس بوك : "
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
#, fuzzy
|
107 |
msgid ""
|
108 |
"Image properties: max image width:100px; max image height:40px; max image "
|
@@ -111,28 +111,28 @@ msgstr ""
|
|
111 |
"Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: "
|
112 |
"32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
#, fuzzy
|
116 |
msgid "Facebook Button Position:"
|
117 |
msgstr "مكان زر الفيس بوك :"
|
118 |
|
119 |
-
#: facebook-button-plugin.php:
|
120 |
msgid "Before"
|
121 |
msgstr "قبل"
|
122 |
|
123 |
-
#: facebook-button-plugin.php:
|
124 |
msgid "After"
|
125 |
msgstr "بعد"
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid "Before and After"
|
129 |
msgstr "قبل و بعد"
|
130 |
|
131 |
-
#: facebook-button-plugin.php:
|
132 |
msgid "Shortcode"
|
133 |
msgstr "الكود"
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
#, fuzzy
|
137 |
msgid ""
|
138 |
"If you would like to add a Facebook button to your website, just copy and "
|
@@ -141,60 +141,68 @@ msgstr ""
|
|
141 |
"اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان "
|
142 |
"المراد ظهور الزر فيه"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
#, fuzzy
|
146 |
msgid "Facebook Button language:"
|
147 |
msgstr "للغه زر الفيس بوك :"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
#, fuzzy
|
151 |
msgid "Change the language of Facebook Like Button"
|
152 |
msgstr "اختار اللغه للـ زر الاغحاب"
|
153 |
|
154 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
msgid "Save Changes"
|
156 |
msgstr "حفظ التغييرات"
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
#, fuzzy
|
164 |
msgid "Rate the plugin"
|
165 |
msgstr "اضافات موصي بها"
|
166 |
|
167 |
-
#: facebook-button-plugin.php:
|
168 |
msgid "If there is something wrong about it, please contact us"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
msgid "Settings"
|
173 |
msgstr "الاعدادات "
|
174 |
|
175 |
-
#: facebook-button-plugin.php:
|
176 |
msgid "FAQ"
|
177 |
msgstr "أسئلة وأجوبة"
|
178 |
|
179 |
-
#: facebook-button-plugin.php:
|
180 |
msgid "Support"
|
181 |
msgstr "الدعم"
|
182 |
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
msgid "requires"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: facebook-button-plugin.php:
|
188 |
msgid ""
|
189 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
190 |
"try again."
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: facebook-button-plugin.php:
|
194 |
msgid "Back to the WordPress"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: facebook-button-plugin.php:
|
198 |
#, fuzzy
|
199 |
msgid "Plugins page"
|
200 |
msgstr "Плагины BWS"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:05+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:05+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Albayan Design Hani aladoli <info@albayan-design.com>\n"
|
9 |
"Language: ar\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
20 |
#, fuzzy
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "اعدادات زر الفيس بوك"
|
26 |
msgid "Facebook Button"
|
27 |
msgstr "زر الفيس بوك"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:134
|
30 |
#, fuzzy
|
31 |
msgid "Settings saved"
|
32 |
msgstr "الاعدادات "
|
33 |
|
34 |
+
#: facebook-button-plugin.php:156
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "خطاء : حجم الملف : > 32К"
|
37 |
|
38 |
+
#: facebook-button-plugin.php:159
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "خطاء : نوع الملف غير صحيح"
|
41 |
|
42 |
+
#: facebook-button-plugin.php:167
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "خطاء : فشل في نقل الملف"
|
45 |
|
46 |
+
#: facebook-button-plugin.php:170
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "خطاء : تأكد من عرض وطول الصورة"
|
49 |
|
50 |
+
#: facebook-button-plugin.php:174
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "خطاء في الرفع : تأكد من خصائص الصورة"
|
53 |
|
54 |
+
#: facebook-button-plugin.php:184
|
55 |
msgid "Notice:"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: facebook-button-plugin.php:184
|
59 |
msgid ""
|
60 |
"The plugin's settings have been changed. In order to save them please don't "
|
61 |
"forget to click the 'Save Changes' button."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: facebook-button-plugin.php:190
|
65 |
#, fuzzy
|
66 |
msgid "Your Facebook ID:"
|
67 |
msgstr "اسم حسابك علي الفيس بوك :"
|
68 |
|
69 |
+
#: facebook-button-plugin.php:196
|
70 |
msgid "Display button:"
|
71 |
msgstr "عرض الزر :"
|
72 |
|
73 |
+
#: facebook-button-plugin.php:198
|
74 |
msgid "My Page"
|
75 |
msgstr "صفحتي"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:199
|
78 |
msgid "Like"
|
79 |
msgstr "اعجاب "
|
80 |
|
81 |
+
#: facebook-button-plugin.php:204
|
82 |
#, fuzzy
|
83 |
msgid "Choose display settings:"
|
84 |
msgstr "اختار خيار العرض :"
|
85 |
|
86 |
+
#: facebook-button-plugin.php:208
|
87 |
#, fuzzy
|
88 |
msgid "Standard Facebook image"
|
89 |
msgstr "صورة الفيس بوك الافتراضية "
|
90 |
|
91 |
+
#: facebook-button-plugin.php:210
|
92 |
#, fuzzy
|
93 |
msgid "Custom Facebook image"
|
94 |
msgstr "صورة خاصة للـ فيس بوك"
|
95 |
|
96 |
+
#: facebook-button-plugin.php:217
|
97 |
msgid "Current image:"
|
98 |
msgstr "الصورة الحالية : "
|
99 |
|
100 |
+
#: facebook-button-plugin.php:225
|
101 |
#, fuzzy
|
102 |
msgid "Facebook image:"
|
103 |
msgstr "صورة الفيس بوك : "
|
104 |
|
105 |
+
#: facebook-button-plugin.php:231
|
106 |
#, fuzzy
|
107 |
msgid ""
|
108 |
"Image properties: max image width:100px; max image height:40px; max image "
|
111 |
"Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: "
|
112 |
"32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
113 |
|
114 |
+
#: facebook-button-plugin.php:236
|
115 |
#, fuzzy
|
116 |
msgid "Facebook Button Position:"
|
117 |
msgstr "مكان زر الفيس بوك :"
|
118 |
|
119 |
+
#: facebook-button-plugin.php:240
|
120 |
msgid "Before"
|
121 |
msgstr "قبل"
|
122 |
|
123 |
+
#: facebook-button-plugin.php:241
|
124 |
msgid "After"
|
125 |
msgstr "بعد"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:242
|
128 |
msgid "Before and After"
|
129 |
msgstr "قبل و بعد"
|
130 |
|
131 |
+
#: facebook-button-plugin.php:243
|
132 |
msgid "Shortcode"
|
133 |
msgstr "الكود"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:245
|
136 |
#, fuzzy
|
137 |
msgid ""
|
138 |
"If you would like to add a Facebook button to your website, just copy and "
|
141 |
"اذا كنت ترغب في اضافة زر الفيس بوك علي موقعك انسخ هذه الكود وضعه في المكان "
|
142 |
"المراد ظهور الزر فيه"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:250
|
145 |
#, fuzzy
|
146 |
msgid "Facebook Button language:"
|
147 |
msgstr "للغه زر الفيس بوك :"
|
148 |
|
149 |
+
#: facebook-button-plugin.php:361
|
150 |
#, fuzzy
|
151 |
msgid "Change the language of Facebook Like Button"
|
152 |
msgstr "اختار اللغه للـ زر الاغحاب"
|
153 |
|
154 |
+
#: facebook-button-plugin.php:365
|
155 |
+
msgid "Html tag for Like Button:"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: facebook-button-plugin.php:369
|
159 |
+
msgid "Use this tag to improve validation of your site"
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: facebook-button-plugin.php:375
|
163 |
msgid "Save Changes"
|
164 |
msgstr "حفظ التغييرات"
|
165 |
|
166 |
+
#: facebook-button-plugin.php:385
|
167 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: facebook-button-plugin.php:386
|
171 |
#, fuzzy
|
172 |
msgid "Rate the plugin"
|
173 |
msgstr "اضافات موصي بها"
|
174 |
|
175 |
+
#: facebook-button-plugin.php:389
|
176 |
msgid "If there is something wrong about it, please contact us"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
180 |
msgid "Settings"
|
181 |
msgstr "الاعدادات "
|
182 |
|
183 |
+
#: facebook-button-plugin.php:529
|
184 |
msgid "FAQ"
|
185 |
msgstr "أسئلة وأجوبة"
|
186 |
|
187 |
+
#: facebook-button-plugin.php:530
|
188 |
msgid "Support"
|
189 |
msgstr "الدعم"
|
190 |
|
191 |
+
#: facebook-button-plugin.php:553
|
192 |
msgid "requires"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: facebook-button-plugin.php:553
|
196 |
msgid ""
|
197 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
198 |
"try again."
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: facebook-button-plugin.php:553
|
202 |
msgid "Back to the WordPress"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: facebook-button-plugin.php:553
|
206 |
#, fuzzy
|
207 |
msgid "Plugins page"
|
208 |
msgstr "Плагины BWS"
|
languages/facebook-es_ES.mo
CHANGED
Binary file
|
languages/facebook-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
20 |
#, fuzzy
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Opciones del botón de Facebook"
|
@@ -26,83 +26,83 @@ msgstr "Opciones del botón de Facebook"
|
|
26 |
msgid "Facebook Button"
|
27 |
msgstr "Botón FaceBook"
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
#, fuzzy
|
31 |
msgid "Settings saved"
|
32 |
msgstr "Opciones"
|
33 |
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "Error: Archivo > 32К"
|
37 |
|
38 |
-
#: facebook-button-plugin.php:
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "error: Tipo de archivo no válido"
|
41 |
|
42 |
-
#: facebook-button-plugin.php:
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "Error: Fallo moviendo el archivo"
|
45 |
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "Error: Revisa el alto o ancho de la imagen"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "Error de subida: Revisa las propiedades de la imagen"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
msgid "Notice:"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
msgid ""
|
60 |
"The plugin's settings have been changed. In order to save them please don't "
|
61 |
"forget to click the 'Save Changes' button."
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
#, fuzzy
|
66 |
msgid "Your Facebook ID:"
|
67 |
msgstr "Su FaceBook Id:"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "Display button:"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "My Page"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "Like"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
#, fuzzy
|
83 |
msgid "Choose display settings:"
|
84 |
msgstr "Seleccione opciones de visualización:"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
#, fuzzy
|
88 |
msgid "Standard Facebook image"
|
89 |
msgstr "Imagen estandar de FaceBook"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
#, fuzzy
|
93 |
msgid "Custom Facebook image"
|
94 |
msgstr "Imagen personalizada de FaceBook"
|
95 |
|
96 |
-
#: facebook-button-plugin.php:
|
97 |
msgid "Current image:"
|
98 |
msgstr "Imagen actual:"
|
99 |
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Facebook image:"
|
103 |
msgstr "Imagen de FaceBook:"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid ""
|
107 |
"Image properties: max image width:100px; max image height:40px; max image "
|
108 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -110,28 +110,28 @@ msgstr ""
|
|
110 |
"Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: "
|
111 |
"32Kb; Tipo de imagen: \"jpg\", \"jpeg\", \"png\"."
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
#, fuzzy
|
115 |
msgid "Facebook Button Position:"
|
116 |
msgstr "Posición del botón Facebook:"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "Before"
|
120 |
msgstr "Antes"
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "After"
|
124 |
msgstr "Después"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
msgid "Before and After"
|
128 |
msgstr "Antes y después"
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
msgid "Shortcode"
|
132 |
msgstr "Shortcode"
|
133 |
|
134 |
-
#: facebook-button-plugin.php:
|
135 |
#, fuzzy
|
136 |
msgid ""
|
137 |
"If you would like to add a Facebook button to your website, just copy and "
|
@@ -140,59 +140,67 @@ msgstr ""
|
|
140 |
"Si desea agregar un botón de Facebook para su sitio web, sólo tiene que "
|
141 |
"copiar y pegar el código en su web o la página:"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
144 |
#, fuzzy
|
145 |
msgid "Facebook Button language:"
|
146 |
msgstr "Botón FaceBook"
|
147 |
|
148 |
-
#: facebook-button-plugin.php:
|
149 |
msgid "Change the language of Facebook Like Button"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
msgid "Save Changes"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
#, fuzzy
|
162 |
msgid "Rate the plugin"
|
163 |
msgstr "Plugins recomendados"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
msgid "If there is something wrong about it, please contact us"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: facebook-button-plugin.php:
|
170 |
msgid "Settings"
|
171 |
msgstr "Opciones"
|
172 |
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
msgid "Support"
|
179 |
msgstr "Soporte"
|
180 |
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "requires"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
msgid ""
|
187 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
188 |
"try again."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: facebook-button-plugin.php:
|
192 |
msgid "Back to the WordPress"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: facebook-button-plugin.php:
|
196 |
#, fuzzy
|
197 |
msgid "Plugins page"
|
198 |
msgstr "Плагины BWS"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:05+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:05+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
20 |
#, fuzzy
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Opciones del botón de Facebook"
|
26 |
msgid "Facebook Button"
|
27 |
msgstr "Botón FaceBook"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:134
|
30 |
#, fuzzy
|
31 |
msgid "Settings saved"
|
32 |
msgstr "Opciones"
|
33 |
|
34 |
+
#: facebook-button-plugin.php:156
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "Error: Archivo > 32К"
|
37 |
|
38 |
+
#: facebook-button-plugin.php:159
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "error: Tipo de archivo no válido"
|
41 |
|
42 |
+
#: facebook-button-plugin.php:167
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "Error: Fallo moviendo el archivo"
|
45 |
|
46 |
+
#: facebook-button-plugin.php:170
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "Error: Revisa el alto o ancho de la imagen"
|
49 |
|
50 |
+
#: facebook-button-plugin.php:174
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "Error de subida: Revisa las propiedades de la imagen"
|
53 |
|
54 |
+
#: facebook-button-plugin.php:184
|
55 |
msgid "Notice:"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: facebook-button-plugin.php:184
|
59 |
msgid ""
|
60 |
"The plugin's settings have been changed. In order to save them please don't "
|
61 |
"forget to click the 'Save Changes' button."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: facebook-button-plugin.php:190
|
65 |
#, fuzzy
|
66 |
msgid "Your Facebook ID:"
|
67 |
msgstr "Su FaceBook Id:"
|
68 |
|
69 |
+
#: facebook-button-plugin.php:196
|
70 |
msgid "Display button:"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: facebook-button-plugin.php:198
|
74 |
msgid "My Page"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: facebook-button-plugin.php:199
|
78 |
msgid "Like"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: facebook-button-plugin.php:204
|
82 |
#, fuzzy
|
83 |
msgid "Choose display settings:"
|
84 |
msgstr "Seleccione opciones de visualización:"
|
85 |
|
86 |
+
#: facebook-button-plugin.php:208
|
87 |
#, fuzzy
|
88 |
msgid "Standard Facebook image"
|
89 |
msgstr "Imagen estandar de FaceBook"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:210
|
92 |
#, fuzzy
|
93 |
msgid "Custom Facebook image"
|
94 |
msgstr "Imagen personalizada de FaceBook"
|
95 |
|
96 |
+
#: facebook-button-plugin.php:217
|
97 |
msgid "Current image:"
|
98 |
msgstr "Imagen actual:"
|
99 |
|
100 |
+
#: facebook-button-plugin.php:225
|
101 |
#, fuzzy
|
102 |
msgid "Facebook image:"
|
103 |
msgstr "Imagen de FaceBook:"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:231
|
106 |
msgid ""
|
107 |
"Image properties: max image width:100px; max image height:40px; max image "
|
108 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
110 |
"Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: "
|
111 |
"32Kb; Tipo de imagen: \"jpg\", \"jpeg\", \"png\"."
|
112 |
|
113 |
+
#: facebook-button-plugin.php:236
|
114 |
#, fuzzy
|
115 |
msgid "Facebook Button Position:"
|
116 |
msgstr "Posición del botón Facebook:"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:240
|
119 |
msgid "Before"
|
120 |
msgstr "Antes"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:241
|
123 |
msgid "After"
|
124 |
msgstr "Después"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:242
|
127 |
msgid "Before and After"
|
128 |
msgstr "Antes y después"
|
129 |
|
130 |
+
#: facebook-button-plugin.php:243
|
131 |
msgid "Shortcode"
|
132 |
msgstr "Shortcode"
|
133 |
|
134 |
+
#: facebook-button-plugin.php:245
|
135 |
#, fuzzy
|
136 |
msgid ""
|
137 |
"If you would like to add a Facebook button to your website, just copy and "
|
140 |
"Si desea agregar un botón de Facebook para su sitio web, sólo tiene que "
|
141 |
"copiar y pegar el código en su web o la página:"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:250
|
144 |
#, fuzzy
|
145 |
msgid "Facebook Button language:"
|
146 |
msgstr "Botón FaceBook"
|
147 |
|
148 |
+
#: facebook-button-plugin.php:361
|
149 |
msgid "Change the language of Facebook Like Button"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: facebook-button-plugin.php:365
|
153 |
+
msgid "Html tag for Like Button:"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: facebook-button-plugin.php:369
|
157 |
+
msgid "Use this tag to improve validation of your site"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: facebook-button-plugin.php:375
|
161 |
msgid "Save Changes"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: facebook-button-plugin.php:385
|
165 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: facebook-button-plugin.php:386
|
169 |
#, fuzzy
|
170 |
msgid "Rate the plugin"
|
171 |
msgstr "Plugins recomendados"
|
172 |
|
173 |
+
#: facebook-button-plugin.php:389
|
174 |
msgid "If there is something wrong about it, please contact us"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
178 |
msgid "Settings"
|
179 |
msgstr "Opciones"
|
180 |
|
181 |
+
#: facebook-button-plugin.php:529
|
182 |
msgid "FAQ"
|
183 |
msgstr "FAQ"
|
184 |
|
185 |
+
#: facebook-button-plugin.php:530
|
186 |
msgid "Support"
|
187 |
msgstr "Soporte"
|
188 |
|
189 |
+
#: facebook-button-plugin.php:553
|
190 |
msgid "requires"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: facebook-button-plugin.php:553
|
194 |
msgid ""
|
195 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
196 |
"try again."
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: facebook-button-plugin.php:553
|
200 |
msgid "Back to the WordPress"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: facebook-button-plugin.php:553
|
204 |
#, fuzzy
|
205 |
msgid "Plugins page"
|
206 |
msgstr "Плагины BWS"
|
languages/facebook-fa_IR.mo
CHANGED
Binary file
|
languages/facebook-fa_IR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
|
9 |
"Language: fa\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
20 |
#, fuzzy
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "اختیارات دکمه فیسبوک"
|
@@ -26,85 +26,85 @@ msgstr "اختیارات دکمه فیسبوک"
|
|
26 |
msgid "Facebook Button"
|
27 |
msgstr "دکمه فیسبوک"
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
#, fuzzy
|
31 |
msgid "Settings saved"
|
32 |
msgstr "تنظیمات "
|
33 |
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "خطا : حجم فایل بیشتر از : > 32К"
|
37 |
|
38 |
-
#: facebook-button-plugin.php:
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "خطا : نوع فایل صحیح نیست"
|
41 |
|
42 |
-
#: facebook-button-plugin.php:
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "خطا : حرکت فایل شکست خورد"
|
45 |
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
msgid "Notice:"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
msgid ""
|
60 |
"The plugin's settings have been changed. In order to save them please don't "
|
61 |
"forget to click the 'Save Changes' button."
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
#, fuzzy
|
66 |
msgid "Your Facebook ID:"
|
67 |
msgstr ""
|
68 |
"نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook."
|
69 |
"com/yourname)"
|
70 |
|
71 |
-
#: facebook-button-plugin.php:
|
72 |
msgid "Display button:"
|
73 |
msgstr "نمایش دکمه های :"
|
74 |
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
msgid "My Page"
|
77 |
msgstr "صفحه من"
|
78 |
|
79 |
-
#: facebook-button-plugin.php:
|
80 |
msgid "Like"
|
81 |
msgstr "پسندیدم "
|
82 |
|
83 |
-
#: facebook-button-plugin.php:
|
84 |
#, fuzzy
|
85 |
msgid "Choose display settings:"
|
86 |
msgstr "لطفا نحوه نمایش را انتخاب کنید"
|
87 |
|
88 |
-
#: facebook-button-plugin.php:
|
89 |
#, fuzzy
|
90 |
msgid "Standard Facebook image"
|
91 |
msgstr " تصویر استاندارد فیسبوک "
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
#, fuzzy
|
95 |
msgid "Custom Facebook image"
|
96 |
msgstr "آپلود از کامپیوتر شما"
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
msgid "Current image:"
|
100 |
msgstr "تصویر کنونی :"
|
101 |
|
102 |
-
#: facebook-button-plugin.php:
|
103 |
#, fuzzy
|
104 |
msgid "Facebook image:"
|
105 |
msgstr "تصویر فیسبوک : "
|
106 |
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
#, fuzzy
|
109 |
msgid ""
|
110 |
"Image properties: max image width:100px; max image height:40px; max image "
|
@@ -113,28 +113,28 @@ msgstr ""
|
|
113 |
"خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم "
|
114 |
"فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
|
115 |
|
116 |
-
#: facebook-button-plugin.php:
|
117 |
#, fuzzy
|
118 |
msgid "Facebook Button Position:"
|
119 |
msgstr "محل دکمه فیسبوک :"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
msgid "Before"
|
123 |
msgstr "قبل"
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
msgid "After"
|
127 |
msgstr "بعد"
|
128 |
|
129 |
-
#: facebook-button-plugin.php:
|
130 |
msgid "Before and After"
|
131 |
msgstr "قبل و بعد"
|
132 |
|
133 |
-
#: facebook-button-plugin.php:
|
134 |
msgid "Shortcode"
|
135 |
msgstr "کد کوتاه"
|
136 |
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
#, fuzzy
|
139 |
msgid ""
|
140 |
"If you would like to add a Facebook button to your website, just copy and "
|
@@ -143,60 +143,68 @@ msgstr ""
|
|
143 |
"در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه "
|
144 |
"پست و ... کپی کنید"
|
145 |
|
146 |
-
#: facebook-button-plugin.php:
|
147 |
#, fuzzy
|
148 |
msgid "Facebook Button language:"
|
149 |
msgstr "زبان دکمه فیسبوک :"
|
150 |
|
151 |
-
#: facebook-button-plugin.php:
|
152 |
#, fuzzy
|
153 |
msgid "Change the language of Facebook Like Button"
|
154 |
msgstr "زبان دکمه فیسبوک را انتخاب کنید"
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
msgid "Save Changes"
|
158 |
msgstr "ذخیره تغییرات"
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: facebook-button-plugin.php:
|
165 |
#, fuzzy
|
166 |
msgid "Rate the plugin"
|
167 |
msgstr "پلاگین های پیشنهادی"
|
168 |
|
169 |
-
#: facebook-button-plugin.php:
|
170 |
msgid "If there is something wrong about it, please contact us"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
msgid "Settings"
|
175 |
msgstr "تنظیمات "
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
msgid "FAQ"
|
179 |
msgstr "سوال و جواب های متداول"
|
180 |
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "Support"
|
183 |
msgstr "پشتیبانی"
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
msgid "requires"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: facebook-button-plugin.php:
|
190 |
msgid ""
|
191 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
192 |
"try again."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: facebook-button-plugin.php:
|
196 |
msgid "Back to the WordPress"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: facebook-button-plugin.php:
|
200 |
#, fuzzy
|
201 |
msgid "Plugins page"
|
202 |
msgstr "پلاگین BWS"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:05+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:05+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Milad Ahmadipour <milad.contact@gmail.com>\n"
|
9 |
"Language: fa\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
20 |
#, fuzzy
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "اختیارات دکمه فیسبوک"
|
26 |
msgid "Facebook Button"
|
27 |
msgstr "دکمه فیسبوک"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:134
|
30 |
#, fuzzy
|
31 |
msgid "Settings saved"
|
32 |
msgstr "تنظیمات "
|
33 |
|
34 |
+
#: facebook-button-plugin.php:156
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "خطا : حجم فایل بیشتر از : > 32К"
|
37 |
|
38 |
+
#: facebook-button-plugin.php:159
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "خطا : نوع فایل صحیح نیست"
|
41 |
|
42 |
+
#: facebook-button-plugin.php:167
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "خطا : حرکت فایل شکست خورد"
|
45 |
|
46 |
+
#: facebook-button-plugin.php:170
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "خطا : لطفا طول و عرض تصویر را چک کنید"
|
49 |
|
50 |
+
#: facebook-button-plugin.php:174
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "خطای آپلود : لطفا خصوصیات تصویر را چک کنید"
|
53 |
|
54 |
+
#: facebook-button-plugin.php:184
|
55 |
msgid "Notice:"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: facebook-button-plugin.php:184
|
59 |
msgid ""
|
60 |
"The plugin's settings have been changed. In order to save them please don't "
|
61 |
"forget to click the 'Save Changes' button."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: facebook-button-plugin.php:190
|
65 |
#, fuzzy
|
66 |
msgid "Your Facebook ID:"
|
67 |
msgstr ""
|
68 |
"نام کاربری فیسبوک شما (کوتاه شده، برای نمونه این را ببینید : http://facebook."
|
69 |
"com/yourname)"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:196
|
72 |
msgid "Display button:"
|
73 |
msgstr "نمایش دکمه های :"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:198
|
76 |
msgid "My Page"
|
77 |
msgstr "صفحه من"
|
78 |
|
79 |
+
#: facebook-button-plugin.php:199
|
80 |
msgid "Like"
|
81 |
msgstr "پسندیدم "
|
82 |
|
83 |
+
#: facebook-button-plugin.php:204
|
84 |
#, fuzzy
|
85 |
msgid "Choose display settings:"
|
86 |
msgstr "لطفا نحوه نمایش را انتخاب کنید"
|
87 |
|
88 |
+
#: facebook-button-plugin.php:208
|
89 |
#, fuzzy
|
90 |
msgid "Standard Facebook image"
|
91 |
msgstr " تصویر استاندارد فیسبوک "
|
92 |
|
93 |
+
#: facebook-button-plugin.php:210
|
94 |
#, fuzzy
|
95 |
msgid "Custom Facebook image"
|
96 |
msgstr "آپلود از کامپیوتر شما"
|
97 |
|
98 |
+
#: facebook-button-plugin.php:217
|
99 |
msgid "Current image:"
|
100 |
msgstr "تصویر کنونی :"
|
101 |
|
102 |
+
#: facebook-button-plugin.php:225
|
103 |
#, fuzzy
|
104 |
msgid "Facebook image:"
|
105 |
msgstr "تصویر فیسبوک : "
|
106 |
|
107 |
+
#: facebook-button-plugin.php:231
|
108 |
#, fuzzy
|
109 |
msgid ""
|
110 |
"Image properties: max image width:100px; max image height:40px; max image "
|
113 |
"خصوصیات عکس: حداکثر طول عکس:100px; حد اکثر عرض عکس:40px; حد اکثر حجم "
|
114 |
"فایل:32Kb; نوع فایل: \"jpg\", \"jpeg\"."
|
115 |
|
116 |
+
#: facebook-button-plugin.php:236
|
117 |
#, fuzzy
|
118 |
msgid "Facebook Button Position:"
|
119 |
msgstr "محل دکمه فیسبوک :"
|
120 |
|
121 |
+
#: facebook-button-plugin.php:240
|
122 |
msgid "Before"
|
123 |
msgstr "قبل"
|
124 |
|
125 |
+
#: facebook-button-plugin.php:241
|
126 |
msgid "After"
|
127 |
msgstr "بعد"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:242
|
130 |
msgid "Before and After"
|
131 |
msgstr "قبل و بعد"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:243
|
134 |
msgid "Shortcode"
|
135 |
msgstr "کد کوتاه"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:245
|
138 |
#, fuzzy
|
139 |
msgid ""
|
140 |
"If you would like to add a Facebook button to your website, just copy and "
|
143 |
"در صورتی که میخواهید دکمه لایک به سایت شما اظافه شود، کد کوتاه را در صفحه "
|
144 |
"پست و ... کپی کنید"
|
145 |
|
146 |
+
#: facebook-button-plugin.php:250
|
147 |
#, fuzzy
|
148 |
msgid "Facebook Button language:"
|
149 |
msgstr "زبان دکمه فیسبوک :"
|
150 |
|
151 |
+
#: facebook-button-plugin.php:361
|
152 |
#, fuzzy
|
153 |
msgid "Change the language of Facebook Like Button"
|
154 |
msgstr "زبان دکمه فیسبوک را انتخاب کنید"
|
155 |
|
156 |
+
#: facebook-button-plugin.php:365
|
157 |
+
msgid "Html tag for Like Button:"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: facebook-button-plugin.php:369
|
161 |
+
msgid "Use this tag to improve validation of your site"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: facebook-button-plugin.php:375
|
165 |
msgid "Save Changes"
|
166 |
msgstr "ذخیره تغییرات"
|
167 |
|
168 |
+
#: facebook-button-plugin.php:385
|
169 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: facebook-button-plugin.php:386
|
173 |
#, fuzzy
|
174 |
msgid "Rate the plugin"
|
175 |
msgstr "پلاگین های پیشنهادی"
|
176 |
|
177 |
+
#: facebook-button-plugin.php:389
|
178 |
msgid "If there is something wrong about it, please contact us"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
182 |
msgid "Settings"
|
183 |
msgstr "تنظیمات "
|
184 |
|
185 |
+
#: facebook-button-plugin.php:529
|
186 |
msgid "FAQ"
|
187 |
msgstr "سوال و جواب های متداول"
|
188 |
|
189 |
+
#: facebook-button-plugin.php:530
|
190 |
msgid "Support"
|
191 |
msgstr "پشتیبانی"
|
192 |
|
193 |
+
#: facebook-button-plugin.php:553
|
194 |
msgid "requires"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: facebook-button-plugin.php:553
|
198 |
msgid ""
|
199 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
200 |
"try again."
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: facebook-button-plugin.php:553
|
204 |
msgid "Back to the WordPress"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: facebook-button-plugin.php:553
|
208 |
#, fuzzy
|
209 |
msgid "Plugins page"
|
210 |
msgstr "پلاگین BWS"
|
languages/facebook-fr_FR.mo
CHANGED
Binary file
|
languages/facebook-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Réglages du bouton Facebook"
|
23 |
|
@@ -25,77 +25,77 @@ msgstr "Réglages du bouton Facebook"
|
|
25 |
msgid "Facebook Button"
|
26 |
msgstr "Bouton Facebook"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
msgid "Settings saved"
|
30 |
msgstr "Réglages sauvegardés "
|
31 |
|
32 |
-
#: facebook-button-plugin.php:
|
33 |
msgid "Error: File size > 32K"
|
34 |
msgstr "Erreur : Poids du fichier > 32K"
|
35 |
|
36 |
-
#: facebook-button-plugin.php:
|
37 |
msgid "Error: Invalid file type"
|
38 |
msgstr "Erreur : Type de fichier invalide"
|
39 |
|
40 |
-
#: facebook-button-plugin.php:
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Erreur : le déplacement du fichier a echoué"
|
43 |
|
44 |
-
#: facebook-button-plugin.php:
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
47 |
|
48 |
-
#: facebook-button-plugin.php:
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "Notice:"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
msgid ""
|
58 |
"The plugin's settings have been changed. In order to save them please don't "
|
59 |
"forget to click the 'Save Changes' button."
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: facebook-button-plugin.php:
|
63 |
msgid "Your Facebook ID:"
|
64 |
msgstr "Votre identifiant Facebook"
|
65 |
|
66 |
-
#: facebook-button-plugin.php:
|
67 |
msgid "Display button:"
|
68 |
msgstr "Afficher le bouton"
|
69 |
|
70 |
-
#: facebook-button-plugin.php:
|
71 |
msgid "My Page"
|
72 |
msgstr "Ma page"
|
73 |
|
74 |
-
#: facebook-button-plugin.php:
|
75 |
msgid "Like"
|
76 |
msgstr "Like"
|
77 |
|
78 |
-
#: facebook-button-plugin.php:
|
79 |
msgid "Choose display settings:"
|
80 |
msgstr "Choisir les réglages d'affichage"
|
81 |
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
msgid "Standard Facebook image"
|
84 |
msgstr "Image Facebook par défaut"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
msgid "Custom Facebook image"
|
88 |
msgstr "Image Facebook personnalisée"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
msgid "Current image:"
|
92 |
msgstr "Image actuelle"
|
93 |
|
94 |
-
#: facebook-button-plugin.php:
|
95 |
msgid "Facebook image:"
|
96 |
msgstr "Image Facebook"
|
97 |
|
98 |
-
#: facebook-button-plugin.php:
|
99 |
msgid ""
|
100 |
"Image properties: max image width:100px; max image height:40px; max image "
|
101 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -103,27 +103,27 @@ msgstr ""
|
|
103 |
"Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : "
|
104 |
"32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "Facebook Button Position:"
|
108 |
msgstr "Position du bouton Facebook"
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "Before"
|
112 |
msgstr "Avant"
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
msgid "After"
|
116 |
msgstr "Après"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "Before and After"
|
120 |
msgstr "Avant et après"
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "Shortcode"
|
124 |
msgstr "Shortcode"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
msgid ""
|
128 |
"If you would like to add a Facebook button to your website, just copy and "
|
129 |
"paste this shortcode into your post or page:"
|
@@ -131,47 +131,55 @@ msgstr ""
|
|
131 |
"Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-"
|
132 |
"collez ce Shortcodedans votre page ou votre article"
|
133 |
|
134 |
-
#: facebook-button-plugin.php:
|
135 |
msgid "Facebook Button language:"
|
136 |
msgstr "Langue du bouton Facebook"
|
137 |
|
138 |
-
#: facebook-button-plugin.php:
|
139 |
msgid "Change the language of Facebook Like Button"
|
140 |
msgstr "Changer la langue du bouton Facebook"
|
141 |
|
142 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
msgid "Save Changes"
|
144 |
msgstr "Sauvegarder les changements"
|
145 |
|
146 |
-
#: facebook-button-plugin.php:
|
147 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: facebook-button-plugin.php:
|
151 |
msgid "Rate the plugin"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: facebook-button-plugin.php:
|
155 |
msgid "If there is something wrong about it, please contact us"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
msgid "Settings"
|
160 |
msgstr "Réglages"
|
161 |
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
msgid "FAQ"
|
164 |
msgstr "FAQ"
|
165 |
|
166 |
-
#: facebook-button-plugin.php:
|
167 |
msgid "Support"
|
168 |
msgstr "Support"
|
169 |
|
170 |
-
#: facebook-button-plugin.php:
|
171 |
msgid "requires"
|
172 |
msgstr "Nécessite"
|
173 |
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
msgid ""
|
176 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
177 |
"try again."
|
@@ -179,10 +187,10 @@ msgstr ""
|
|
179 |
"ou supérieur, c'est la raison pour la laquelle il a été desactivé. Veuillez "
|
180 |
"mettre à jour votre Wordpress et essayer à nouveau "
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
msgid "Back to the WordPress"
|
184 |
msgstr "Retour à Wordpress"
|
185 |
|
186 |
-
#: facebook-button-plugin.php:
|
187 |
msgid "Plugins page"
|
188 |
msgstr "Page Plugin"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:05+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:05+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Réglages du bouton Facebook"
|
23 |
|
25 |
msgid "Facebook Button"
|
26 |
msgstr "Bouton Facebook"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:134
|
29 |
msgid "Settings saved"
|
30 |
msgstr "Réglages sauvegardés "
|
31 |
|
32 |
+
#: facebook-button-plugin.php:156
|
33 |
msgid "Error: File size > 32K"
|
34 |
msgstr "Erreur : Poids du fichier > 32K"
|
35 |
|
36 |
+
#: facebook-button-plugin.php:159
|
37 |
msgid "Error: Invalid file type"
|
38 |
msgstr "Erreur : Type de fichier invalide"
|
39 |
|
40 |
+
#: facebook-button-plugin.php:167
|
41 |
msgid "Error: moving file failed"
|
42 |
msgstr "Erreur : le déplacement du fichier a echoué"
|
43 |
|
44 |
+
#: facebook-button-plugin.php:170
|
45 |
msgid "Error: check image width or height"
|
46 |
msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
47 |
|
48 |
+
#: facebook-button-plugin.php:174
|
49 |
msgid "Uploading Error: check image properties"
|
50 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:184
|
53 |
msgid "Notice:"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: facebook-button-plugin.php:184
|
57 |
msgid ""
|
58 |
"The plugin's settings have been changed. In order to save them please don't "
|
59 |
"forget to click the 'Save Changes' button."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: facebook-button-plugin.php:190
|
63 |
msgid "Your Facebook ID:"
|
64 |
msgstr "Votre identifiant Facebook"
|
65 |
|
66 |
+
#: facebook-button-plugin.php:196
|
67 |
msgid "Display button:"
|
68 |
msgstr "Afficher le bouton"
|
69 |
|
70 |
+
#: facebook-button-plugin.php:198
|
71 |
msgid "My Page"
|
72 |
msgstr "Ma page"
|
73 |
|
74 |
+
#: facebook-button-plugin.php:199
|
75 |
msgid "Like"
|
76 |
msgstr "Like"
|
77 |
|
78 |
+
#: facebook-button-plugin.php:204
|
79 |
msgid "Choose display settings:"
|
80 |
msgstr "Choisir les réglages d'affichage"
|
81 |
|
82 |
+
#: facebook-button-plugin.php:208
|
83 |
msgid "Standard Facebook image"
|
84 |
msgstr "Image Facebook par défaut"
|
85 |
|
86 |
+
#: facebook-button-plugin.php:210
|
87 |
msgid "Custom Facebook image"
|
88 |
msgstr "Image Facebook personnalisée"
|
89 |
|
90 |
+
#: facebook-button-plugin.php:217
|
91 |
msgid "Current image:"
|
92 |
msgstr "Image actuelle"
|
93 |
|
94 |
+
#: facebook-button-plugin.php:225
|
95 |
msgid "Facebook image:"
|
96 |
msgstr "Image Facebook"
|
97 |
|
98 |
+
#: facebook-button-plugin.php:231
|
99 |
msgid ""
|
100 |
"Image properties: max image width:100px; max image height:40px; max image "
|
101 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
103 |
"Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : "
|
104 |
"32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
105 |
|
106 |
+
#: facebook-button-plugin.php:236
|
107 |
msgid "Facebook Button Position:"
|
108 |
msgstr "Position du bouton Facebook"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:240
|
111 |
msgid "Before"
|
112 |
msgstr "Avant"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:241
|
115 |
msgid "After"
|
116 |
msgstr "Après"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:242
|
119 |
msgid "Before and After"
|
120 |
msgstr "Avant et après"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:243
|
123 |
msgid "Shortcode"
|
124 |
msgstr "Shortcode"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:245
|
127 |
msgid ""
|
128 |
"If you would like to add a Facebook button to your website, just copy and "
|
129 |
"paste this shortcode into your post or page:"
|
131 |
"Si vous souhaitez ajouter un bouton Facebook sur votre site internet, copier-"
|
132 |
"collez ce Shortcodedans votre page ou votre article"
|
133 |
|
134 |
+
#: facebook-button-plugin.php:250
|
135 |
msgid "Facebook Button language:"
|
136 |
msgstr "Langue du bouton Facebook"
|
137 |
|
138 |
+
#: facebook-button-plugin.php:361
|
139 |
msgid "Change the language of Facebook Like Button"
|
140 |
msgstr "Changer la langue du bouton Facebook"
|
141 |
|
142 |
+
#: facebook-button-plugin.php:365
|
143 |
+
msgid "Html tag for Like Button:"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: facebook-button-plugin.php:369
|
147 |
+
msgid "Use this tag to improve validation of your site"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: facebook-button-plugin.php:375
|
151 |
msgid "Save Changes"
|
152 |
msgstr "Sauvegarder les changements"
|
153 |
|
154 |
+
#: facebook-button-plugin.php:385
|
155 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: facebook-button-plugin.php:386
|
159 |
msgid "Rate the plugin"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: facebook-button-plugin.php:389
|
163 |
msgid "If there is something wrong about it, please contact us"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
167 |
msgid "Settings"
|
168 |
msgstr "Réglages"
|
169 |
|
170 |
+
#: facebook-button-plugin.php:529
|
171 |
msgid "FAQ"
|
172 |
msgstr "FAQ"
|
173 |
|
174 |
+
#: facebook-button-plugin.php:530
|
175 |
msgid "Support"
|
176 |
msgstr "Support"
|
177 |
|
178 |
+
#: facebook-button-plugin.php:553
|
179 |
msgid "requires"
|
180 |
msgstr "Nécessite"
|
181 |
|
182 |
+
#: facebook-button-plugin.php:553
|
183 |
msgid ""
|
184 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
185 |
"try again."
|
187 |
"ou supérieur, c'est la raison pour la laquelle il a été desactivé. Veuillez "
|
188 |
"mettre à jour votre Wordpress et essayer à nouveau "
|
189 |
|
190 |
+
#: facebook-button-plugin.php:553
|
191 |
msgid "Back to the WordPress"
|
192 |
msgstr "Retour à Wordpress"
|
193 |
|
194 |
+
#: facebook-button-plugin.php:553
|
195 |
msgid "Plugins page"
|
196 |
msgstr "Page Plugin"
|
languages/facebook-he_IL.mo
CHANGED
Binary file
|
languages/facebook-he_IL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Facebook Button Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: he_IL\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ facebook
|
23 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
24 |
#, fuzzy
|
25 |
msgid "Facebook Button Settings"
|
26 |
msgstr "אפשרויות כפתור פייסבוק"
|
@@ -32,98 +32,98 @@ msgid "Facebook Button"
|
|
32 |
msgstr "כפתור פייסבוק"
|
33 |
|
34 |
# @ facebook
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
#, fuzzy
|
37 |
msgid "Settings saved"
|
38 |
msgstr "הגדרות"
|
39 |
|
40 |
# @ facebook
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Error: File size > 32K"
|
43 |
msgstr "שגיאה: גודל הקובץ גדול מ 32K"
|
44 |
|
45 |
# @ facebook
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Error: Invalid file type"
|
48 |
msgstr "שגיאה: סוג קובץ שגוי"
|
49 |
|
50 |
# @ facebook
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Error: moving file failed"
|
53 |
msgstr "שגיאה: העברת הקובץ נכשלה"
|
54 |
|
55 |
# @ facebook
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
msgid "Error: check image width or height"
|
58 |
msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
|
59 |
|
60 |
# @ facebook
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "Uploading Error: check image properties"
|
63 |
msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
|
64 |
|
65 |
-
#: facebook-button-plugin.php:
|
66 |
msgid "Notice:"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid ""
|
71 |
"The plugin's settings have been changed. In order to save them please don't "
|
72 |
"forget to click the 'Save Changes' button."
|
73 |
msgstr ""
|
74 |
|
75 |
# @ facebook
|
76 |
-
#: facebook-button-plugin.php:
|
77 |
#, fuzzy
|
78 |
msgid "Your Facebook ID:"
|
79 |
msgstr "מזהה הפייסבוק שלך:"
|
80 |
|
81 |
# @ facebook
|
82 |
-
#: facebook-button-plugin.php:
|
83 |
msgid "Display button:"
|
84 |
msgstr "הצג כפתור:"
|
85 |
|
86 |
# @ captcha
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "My Page"
|
89 |
msgstr "הדף שלי"
|
90 |
|
91 |
# @ captcha
|
92 |
-
#: facebook-button-plugin.php:
|
93 |
msgid "Like"
|
94 |
msgstr "לייק"
|
95 |
|
96 |
# @ facebook
|
97 |
-
#: facebook-button-plugin.php:
|
98 |
#, fuzzy
|
99 |
msgid "Choose display settings:"
|
100 |
msgstr "בחר אפשרות תצוגה:"
|
101 |
|
102 |
# @ facebook
|
103 |
-
#: facebook-button-plugin.php:
|
104 |
#, fuzzy
|
105 |
msgid "Standard Facebook image"
|
106 |
msgstr "תמונת פייסבוק רגילה"
|
107 |
|
108 |
# @ facebook
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
#, fuzzy
|
111 |
msgid "Custom Facebook image"
|
112 |
msgstr "תמונת פייסבוק מותאמת אישית"
|
113 |
|
114 |
# @ facebook
|
115 |
-
#: facebook-button-plugin.php:
|
116 |
msgid "Current image:"
|
117 |
msgstr "תמונה נוכחית:"
|
118 |
|
119 |
# @ facebook
|
120 |
-
#: facebook-button-plugin.php:
|
121 |
#, fuzzy
|
122 |
msgid "Facebook image:"
|
123 |
msgstr "תמונת פייסבוק:"
|
124 |
|
125 |
# @ facebook
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
#, fuzzy
|
128 |
msgid ""
|
129 |
"Image properties: max image width:100px; max image height:40px; max image "
|
@@ -133,33 +133,33 @@ msgstr ""
|
|
133 |
"32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
|
134 |
|
135 |
# @ facebook
|
136 |
-
#: facebook-button-plugin.php:
|
137 |
#, fuzzy
|
138 |
msgid "Facebook Button Position:"
|
139 |
msgstr "מיקום כפתור הפייסבוק:"
|
140 |
|
141 |
# @ facebook
|
142 |
-
#: facebook-button-plugin.php:
|
143 |
msgid "Before"
|
144 |
msgstr "לפני"
|
145 |
|
146 |
# @ facebook
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid "After"
|
149 |
msgstr "אחרי"
|
150 |
|
151 |
# @ facebook
|
152 |
-
#: facebook-button-plugin.php:
|
153 |
msgid "Before and After"
|
154 |
msgstr "לפני ואחרי"
|
155 |
|
156 |
# @ facebook
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
msgid "Shortcode"
|
159 |
msgstr "קיצור קוד"
|
160 |
|
161 |
# @ facebook
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
#, fuzzy
|
164 |
msgid ""
|
165 |
"If you would like to add a Facebook button to your website, just copy and "
|
@@ -169,67 +169,75 @@ msgstr ""
|
|
169 |
"אל הפוסט או הדף שלך:"
|
170 |
|
171 |
# @ facebook
|
172 |
-
#: facebook-button-plugin.php:
|
173 |
#, fuzzy
|
174 |
msgid "Facebook Button language:"
|
175 |
msgstr "שפת כפתור פייסבוק:"
|
176 |
|
177 |
# @ facebook
|
178 |
-
#: facebook-button-plugin.php:
|
179 |
#, fuzzy
|
180 |
msgid "Change the language of Facebook Like Button"
|
181 |
msgstr "בחר שפה לכפתור לייק"
|
182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
# @ default
|
184 |
-
#: facebook-button-plugin.php:
|
185 |
msgid "Save Changes"
|
186 |
msgstr "שמור שינויים"
|
187 |
|
188 |
-
#: facebook-button-plugin.php:
|
189 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
190 |
msgstr ""
|
191 |
|
192 |
# @ facebook
|
193 |
-
#: facebook-button-plugin.php:
|
194 |
#, fuzzy
|
195 |
msgid "Rate the plugin"
|
196 |
msgstr "תוספים מומלצים"
|
197 |
|
198 |
-
#: facebook-button-plugin.php:
|
199 |
msgid "If there is something wrong about it, please contact us"
|
200 |
msgstr ""
|
201 |
|
202 |
# @ facebook
|
203 |
-
#: facebook-button-plugin.php:
|
204 |
msgid "Settings"
|
205 |
msgstr "הגדרות"
|
206 |
|
207 |
# @ facebook
|
208 |
-
#: facebook-button-plugin.php:
|
209 |
msgid "FAQ"
|
210 |
msgstr "שאלות ותשובות"
|
211 |
|
212 |
# @ facebook
|
213 |
-
#: facebook-button-plugin.php:
|
214 |
msgid "Support"
|
215 |
msgstr "תמיכה"
|
216 |
|
217 |
-
#: facebook-button-plugin.php:
|
218 |
msgid "requires"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: facebook-button-plugin.php:
|
222 |
msgid ""
|
223 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
224 |
"try again."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: facebook-button-plugin.php:
|
228 |
msgid "Back to the WordPress"
|
229 |
msgstr ""
|
230 |
|
231 |
# @ facebook
|
232 |
-
#: facebook-button-plugin.php:
|
233 |
#, fuzzy
|
234 |
msgid "Plugins page"
|
235 |
msgstr "תוספים מומלצים"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Facebook Button Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:05+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:05+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: he_IL\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ facebook
|
23 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
24 |
#, fuzzy
|
25 |
msgid "Facebook Button Settings"
|
26 |
msgstr "אפשרויות כפתור פייסבוק"
|
32 |
msgstr "כפתור פייסבוק"
|
33 |
|
34 |
# @ facebook
|
35 |
+
#: facebook-button-plugin.php:134
|
36 |
#, fuzzy
|
37 |
msgid "Settings saved"
|
38 |
msgstr "הגדרות"
|
39 |
|
40 |
# @ facebook
|
41 |
+
#: facebook-button-plugin.php:156
|
42 |
msgid "Error: File size > 32K"
|
43 |
msgstr "שגיאה: גודל הקובץ גדול מ 32K"
|
44 |
|
45 |
# @ facebook
|
46 |
+
#: facebook-button-plugin.php:159
|
47 |
msgid "Error: Invalid file type"
|
48 |
msgstr "שגיאה: סוג קובץ שגוי"
|
49 |
|
50 |
# @ facebook
|
51 |
+
#: facebook-button-plugin.php:167
|
52 |
msgid "Error: moving file failed"
|
53 |
msgstr "שגיאה: העברת הקובץ נכשלה"
|
54 |
|
55 |
# @ facebook
|
56 |
+
#: facebook-button-plugin.php:170
|
57 |
msgid "Error: check image width or height"
|
58 |
msgstr "שגיאה: בדוק את רוחב וגובה התמונה"
|
59 |
|
60 |
# @ facebook
|
61 |
+
#: facebook-button-plugin.php:174
|
62 |
msgid "Uploading Error: check image properties"
|
63 |
msgstr "שגיאת טעינה: בדוק את מאפייני התמונה"
|
64 |
|
65 |
+
#: facebook-button-plugin.php:184
|
66 |
msgid "Notice:"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: facebook-button-plugin.php:184
|
70 |
msgid ""
|
71 |
"The plugin's settings have been changed. In order to save them please don't "
|
72 |
"forget to click the 'Save Changes' button."
|
73 |
msgstr ""
|
74 |
|
75 |
# @ facebook
|
76 |
+
#: facebook-button-plugin.php:190
|
77 |
#, fuzzy
|
78 |
msgid "Your Facebook ID:"
|
79 |
msgstr "מזהה הפייסבוק שלך:"
|
80 |
|
81 |
# @ facebook
|
82 |
+
#: facebook-button-plugin.php:196
|
83 |
msgid "Display button:"
|
84 |
msgstr "הצג כפתור:"
|
85 |
|
86 |
# @ captcha
|
87 |
+
#: facebook-button-plugin.php:198
|
88 |
msgid "My Page"
|
89 |
msgstr "הדף שלי"
|
90 |
|
91 |
# @ captcha
|
92 |
+
#: facebook-button-plugin.php:199
|
93 |
msgid "Like"
|
94 |
msgstr "לייק"
|
95 |
|
96 |
# @ facebook
|
97 |
+
#: facebook-button-plugin.php:204
|
98 |
#, fuzzy
|
99 |
msgid "Choose display settings:"
|
100 |
msgstr "בחר אפשרות תצוגה:"
|
101 |
|
102 |
# @ facebook
|
103 |
+
#: facebook-button-plugin.php:208
|
104 |
#, fuzzy
|
105 |
msgid "Standard Facebook image"
|
106 |
msgstr "תמונת פייסבוק רגילה"
|
107 |
|
108 |
# @ facebook
|
109 |
+
#: facebook-button-plugin.php:210
|
110 |
#, fuzzy
|
111 |
msgid "Custom Facebook image"
|
112 |
msgstr "תמונת פייסבוק מותאמת אישית"
|
113 |
|
114 |
# @ facebook
|
115 |
+
#: facebook-button-plugin.php:217
|
116 |
msgid "Current image:"
|
117 |
msgstr "תמונה נוכחית:"
|
118 |
|
119 |
# @ facebook
|
120 |
+
#: facebook-button-plugin.php:225
|
121 |
#, fuzzy
|
122 |
msgid "Facebook image:"
|
123 |
msgstr "תמונת פייסבוק:"
|
124 |
|
125 |
# @ facebook
|
126 |
+
#: facebook-button-plugin.php:231
|
127 |
#, fuzzy
|
128 |
msgid ""
|
129 |
"Image properties: max image width:100px; max image height:40px; max image "
|
133 |
"32KB, סוגי קובץ: \"jpg\", \"jpeg\"."
|
134 |
|
135 |
# @ facebook
|
136 |
+
#: facebook-button-plugin.php:236
|
137 |
#, fuzzy
|
138 |
msgid "Facebook Button Position:"
|
139 |
msgstr "מיקום כפתור הפייסבוק:"
|
140 |
|
141 |
# @ facebook
|
142 |
+
#: facebook-button-plugin.php:240
|
143 |
msgid "Before"
|
144 |
msgstr "לפני"
|
145 |
|
146 |
# @ facebook
|
147 |
+
#: facebook-button-plugin.php:241
|
148 |
msgid "After"
|
149 |
msgstr "אחרי"
|
150 |
|
151 |
# @ facebook
|
152 |
+
#: facebook-button-plugin.php:242
|
153 |
msgid "Before and After"
|
154 |
msgstr "לפני ואחרי"
|
155 |
|
156 |
# @ facebook
|
157 |
+
#: facebook-button-plugin.php:243
|
158 |
msgid "Shortcode"
|
159 |
msgstr "קיצור קוד"
|
160 |
|
161 |
# @ facebook
|
162 |
+
#: facebook-button-plugin.php:245
|
163 |
#, fuzzy
|
164 |
msgid ""
|
165 |
"If you would like to add a Facebook button to your website, just copy and "
|
169 |
"אל הפוסט או הדף שלך:"
|
170 |
|
171 |
# @ facebook
|
172 |
+
#: facebook-button-plugin.php:250
|
173 |
#, fuzzy
|
174 |
msgid "Facebook Button language:"
|
175 |
msgstr "שפת כפתור פייסבוק:"
|
176 |
|
177 |
# @ facebook
|
178 |
+
#: facebook-button-plugin.php:361
|
179 |
#, fuzzy
|
180 |
msgid "Change the language of Facebook Like Button"
|
181 |
msgstr "בחר שפה לכפתור לייק"
|
182 |
|
183 |
+
#: facebook-button-plugin.php:365
|
184 |
+
msgid "Html tag for Like Button:"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: facebook-button-plugin.php:369
|
188 |
+
msgid "Use this tag to improve validation of your site"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
# @ default
|
192 |
+
#: facebook-button-plugin.php:375
|
193 |
msgid "Save Changes"
|
194 |
msgstr "שמור שינויים"
|
195 |
|
196 |
+
#: facebook-button-plugin.php:385
|
197 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
198 |
msgstr ""
|
199 |
|
200 |
# @ facebook
|
201 |
+
#: facebook-button-plugin.php:386
|
202 |
#, fuzzy
|
203 |
msgid "Rate the plugin"
|
204 |
msgstr "תוספים מומלצים"
|
205 |
|
206 |
+
#: facebook-button-plugin.php:389
|
207 |
msgid "If there is something wrong about it, please contact us"
|
208 |
msgstr ""
|
209 |
|
210 |
# @ facebook
|
211 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
212 |
msgid "Settings"
|
213 |
msgstr "הגדרות"
|
214 |
|
215 |
# @ facebook
|
216 |
+
#: facebook-button-plugin.php:529
|
217 |
msgid "FAQ"
|
218 |
msgstr "שאלות ותשובות"
|
219 |
|
220 |
# @ facebook
|
221 |
+
#: facebook-button-plugin.php:530
|
222 |
msgid "Support"
|
223 |
msgstr "תמיכה"
|
224 |
|
225 |
+
#: facebook-button-plugin.php:553
|
226 |
msgid "requires"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: facebook-button-plugin.php:553
|
230 |
msgid ""
|
231 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
232 |
"try again."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: facebook-button-plugin.php:553
|
236 |
msgid "Back to the WordPress"
|
237 |
msgstr ""
|
238 |
|
239 |
# @ facebook
|
240 |
+
#: facebook-button-plugin.php:553
|
241 |
#, fuzzy
|
242 |
msgid "Plugins page"
|
243 |
msgstr "תוספים מומלצים"
|
languages/facebook-id_ID.mo
CHANGED
Binary file
|
languages/facebook-id_ID.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Pengaturan Facebook Button"
|
22 |
|
@@ -24,77 +24,77 @@ msgstr "Pengaturan Facebook Button"
|
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Tombol Facebook"
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "Settings saved"
|
29 |
msgstr "Simpan Pengaturan"
|
30 |
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid "Error: File size > 32K"
|
33 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: Invalid file type"
|
37 |
msgstr "SALAH: Tipe data tidak benar"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Error: moving file failed"
|
41 |
msgstr "Salah: gagal memindahkan data"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: check image width or height"
|
45 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Uploading Error: check image properties"
|
49 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Notice:"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
msgid ""
|
57 |
"The plugin's settings have been changed. In order to save them please don't "
|
58 |
"forget to click the 'Save Changes' button."
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "Your Facebook ID:"
|
63 |
msgstr " ID Facebook:"
|
64 |
|
65 |
-
#: facebook-button-plugin.php:
|
66 |
msgid "Display button:"
|
67 |
msgstr "Tampilan tombol:"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "My Page"
|
71 |
msgstr "Halamanku"
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "Like"
|
75 |
msgstr "Suka"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "Choose display settings:"
|
79 |
msgstr "Ubah pengaturan tampilan"
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
msgid "Standard Facebook image"
|
83 |
msgstr "Standar gambar Facebook "
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "Custom Facebook image"
|
87 |
msgstr "Kustom Gambar Facebook "
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
msgid "Current image:"
|
91 |
msgstr "Gambar tertentu:"
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
msgid "Facebook image:"
|
95 |
msgstr "Gambar Facebook:"
|
96 |
|
97 |
-
#: facebook-button-plugin.php:
|
98 |
msgid ""
|
99 |
"Image properties: max image width:100px; max image height:40px; max image "
|
100 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -102,27 +102,27 @@ msgstr ""
|
|
102 |
"properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran "
|
103 |
"gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Facebook Button Position:"
|
107 |
msgstr "Posisi Tombol Facebook"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
msgid "Before"
|
111 |
msgstr "Sebelum"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
msgid "After"
|
115 |
msgstr "Setelah"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Before and After"
|
119 |
msgstr "Sebelum dan Setelah"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
msgid "Shortcode"
|
123 |
msgstr "Kode Pendek"
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
msgid ""
|
127 |
"If you would like to add a Facebook button to your website, just copy and "
|
128 |
"paste this shortcode into your post or page:"
|
@@ -130,48 +130,56 @@ msgstr ""
|
|
130 |
"Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin "
|
131 |
"kode singkat kedalam posting atau page anda:"
|
132 |
|
133 |
-
#: facebook-button-plugin.php:
|
134 |
msgid "Facebook Button language:"
|
135 |
msgstr "Bahasa Facebook Button:"
|
136 |
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
msgid "Change the language of Facebook Like Button"
|
139 |
msgstr "Ubah bahasa Facebook Like Button"
|
140 |
|
141 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
msgid "Save Changes"
|
143 |
msgstr "Simpan Perubahan"
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
#, fuzzy
|
151 |
msgid "Rate the plugin"
|
152 |
msgstr "Eklenti Önerileri"
|
153 |
|
154 |
-
#: facebook-button-plugin.php:
|
155 |
msgid "If there is something wrong about it, please contact us"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
msgid "Settings"
|
160 |
msgstr "Pengaturan"
|
161 |
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
msgid "FAQ"
|
164 |
msgstr "SSS (Sık Sorulan Sorular)"
|
165 |
|
166 |
-
#: facebook-button-plugin.php:
|
167 |
msgid "Support"
|
168 |
msgstr "Dukungan"
|
169 |
|
170 |
-
#: facebook-button-plugin.php:
|
171 |
msgid "requires"
|
172 |
msgstr "membutuhkan"
|
173 |
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
msgid ""
|
176 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
177 |
"try again."
|
@@ -179,11 +187,11 @@ msgstr ""
|
|
179 |
"atau lebih tinggi, itulah mengapa di nonaktifkan! Harap tingkatkan versi "
|
180 |
"Wordpress dan coba lagi"
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
msgid "Back to the WordPress"
|
184 |
msgstr "Kembali ke Wordpress"
|
185 |
|
186 |
-
#: facebook-button-plugin.php:
|
187 |
msgid "Plugins page"
|
188 |
msgstr "Halaman Plugin"
|
189 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:05+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:05+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Pengaturan Facebook Button"
|
22 |
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Tombol Facebook"
|
26 |
|
27 |
+
#: facebook-button-plugin.php:134
|
28 |
msgid "Settings saved"
|
29 |
msgstr "Simpan Pengaturan"
|
30 |
|
31 |
+
#: facebook-button-plugin.php:156
|
32 |
msgid "Error: File size > 32K"
|
33 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:159
|
36 |
msgid "Error: Invalid file type"
|
37 |
msgstr "SALAH: Tipe data tidak benar"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:167
|
40 |
msgid "Error: moving file failed"
|
41 |
msgstr "Salah: gagal memindahkan data"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:170
|
44 |
msgid "Error: check image width or height"
|
45 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:174
|
48 |
msgid "Uploading Error: check image properties"
|
49 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:184
|
52 |
msgid "Notice:"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: facebook-button-plugin.php:184
|
56 |
msgid ""
|
57 |
"The plugin's settings have been changed. In order to save them please don't "
|
58 |
"forget to click the 'Save Changes' button."
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: facebook-button-plugin.php:190
|
62 |
msgid "Your Facebook ID:"
|
63 |
msgstr " ID Facebook:"
|
64 |
|
65 |
+
#: facebook-button-plugin.php:196
|
66 |
msgid "Display button:"
|
67 |
msgstr "Tampilan tombol:"
|
68 |
|
69 |
+
#: facebook-button-plugin.php:198
|
70 |
msgid "My Page"
|
71 |
msgstr "Halamanku"
|
72 |
|
73 |
+
#: facebook-button-plugin.php:199
|
74 |
msgid "Like"
|
75 |
msgstr "Suka"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:204
|
78 |
msgid "Choose display settings:"
|
79 |
msgstr "Ubah pengaturan tampilan"
|
80 |
|
81 |
+
#: facebook-button-plugin.php:208
|
82 |
msgid "Standard Facebook image"
|
83 |
msgstr "Standar gambar Facebook "
|
84 |
|
85 |
+
#: facebook-button-plugin.php:210
|
86 |
msgid "Custom Facebook image"
|
87 |
msgstr "Kustom Gambar Facebook "
|
88 |
|
89 |
+
#: facebook-button-plugin.php:217
|
90 |
msgid "Current image:"
|
91 |
msgstr "Gambar tertentu:"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:225
|
94 |
msgid "Facebook image:"
|
95 |
msgstr "Gambar Facebook:"
|
96 |
|
97 |
+
#: facebook-button-plugin.php:231
|
98 |
msgid ""
|
99 |
"Image properties: max image width:100px; max image height:40px; max image "
|
100 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
102 |
"properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran "
|
103 |
"gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
104 |
|
105 |
+
#: facebook-button-plugin.php:236
|
106 |
msgid "Facebook Button Position:"
|
107 |
msgstr "Posisi Tombol Facebook"
|
108 |
|
109 |
+
#: facebook-button-plugin.php:240
|
110 |
msgid "Before"
|
111 |
msgstr "Sebelum"
|
112 |
|
113 |
+
#: facebook-button-plugin.php:241
|
114 |
msgid "After"
|
115 |
msgstr "Setelah"
|
116 |
|
117 |
+
#: facebook-button-plugin.php:242
|
118 |
msgid "Before and After"
|
119 |
msgstr "Sebelum dan Setelah"
|
120 |
|
121 |
+
#: facebook-button-plugin.php:243
|
122 |
msgid "Shortcode"
|
123 |
msgstr "Kode Pendek"
|
124 |
|
125 |
+
#: facebook-button-plugin.php:245
|
126 |
msgid ""
|
127 |
"If you would like to add a Facebook button to your website, just copy and "
|
128 |
"paste this shortcode into your post or page:"
|
130 |
"Jika anda ingin menambahkan tombol Facebook di website anda, cukup salin "
|
131 |
"kode singkat kedalam posting atau page anda:"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:250
|
134 |
msgid "Facebook Button language:"
|
135 |
msgstr "Bahasa Facebook Button:"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:361
|
138 |
msgid "Change the language of Facebook Like Button"
|
139 |
msgstr "Ubah bahasa Facebook Like Button"
|
140 |
|
141 |
+
#: facebook-button-plugin.php:365
|
142 |
+
msgid "Html tag for Like Button:"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: facebook-button-plugin.php:369
|
146 |
+
msgid "Use this tag to improve validation of your site"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: facebook-button-plugin.php:375
|
150 |
msgid "Save Changes"
|
151 |
msgstr "Simpan Perubahan"
|
152 |
|
153 |
+
#: facebook-button-plugin.php:385
|
154 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: facebook-button-plugin.php:386
|
158 |
#, fuzzy
|
159 |
msgid "Rate the plugin"
|
160 |
msgstr "Eklenti Önerileri"
|
161 |
|
162 |
+
#: facebook-button-plugin.php:389
|
163 |
msgid "If there is something wrong about it, please contact us"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
167 |
msgid "Settings"
|
168 |
msgstr "Pengaturan"
|
169 |
|
170 |
+
#: facebook-button-plugin.php:529
|
171 |
msgid "FAQ"
|
172 |
msgstr "SSS (Sık Sorulan Sorular)"
|
173 |
|
174 |
+
#: facebook-button-plugin.php:530
|
175 |
msgid "Support"
|
176 |
msgstr "Dukungan"
|
177 |
|
178 |
+
#: facebook-button-plugin.php:553
|
179 |
msgid "requires"
|
180 |
msgstr "membutuhkan"
|
181 |
|
182 |
+
#: facebook-button-plugin.php:553
|
183 |
msgid ""
|
184 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
185 |
"try again."
|
187 |
"atau lebih tinggi, itulah mengapa di nonaktifkan! Harap tingkatkan versi "
|
188 |
"Wordpress dan coba lagi"
|
189 |
|
190 |
+
#: facebook-button-plugin.php:553
|
191 |
msgid "Back to the WordPress"
|
192 |
msgstr "Kembali ke Wordpress"
|
193 |
|
194 |
+
#: facebook-button-plugin.php:553
|
195 |
msgid "Plugins page"
|
196 |
msgstr "Halaman Plugin"
|
197 |
|
languages/facebook-ru_RU.mo
CHANGED
Binary file
|
languages/facebook-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Настройки Facebook Кнопки"
|
22 |
|
@@ -24,35 +24,35 @@ msgstr "Настройки Facebook Кнопки"
|
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Facebook кнопка"
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "Settings saved"
|
29 |
msgstr "Настройки сохранены"
|
30 |
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid "Error: File size > 32K"
|
33 |
msgstr "Ошибка: Размер файла больше 32К"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: Invalid file type"
|
37 |
msgstr "Ошибка: Некорректный тип файла"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Error: moving file failed"
|
41 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: check image width or height"
|
45 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Uploading Error: check image properties"
|
49 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Notice:"
|
53 |
msgstr "Внимание:"
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
msgid ""
|
57 |
"The plugin's settings have been changed. In order to save them please don't "
|
58 |
"forget to click the 'Save Changes' button."
|
@@ -60,43 +60,43 @@ msgstr ""
|
|
60 |
"Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
|
61 |
"не забудьте нажать кнопку \"Сохранить\"."
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
msgid "Your Facebook ID:"
|
65 |
msgstr "Ваш Facebook ID:"
|
66 |
|
67 |
-
#: facebook-button-plugin.php:
|
68 |
msgid "Display button:"
|
69 |
msgstr "Отображение кнопок:"
|
70 |
|
71 |
-
#: facebook-button-plugin.php:
|
72 |
msgid "My Page"
|
73 |
msgstr "My Page"
|
74 |
|
75 |
-
#: facebook-button-plugin.php:
|
76 |
msgid "Like"
|
77 |
msgstr "Like"
|
78 |
|
79 |
-
#: facebook-button-plugin.php:
|
80 |
msgid "Choose display settings:"
|
81 |
msgstr "Выбор опций отображения:"
|
82 |
|
83 |
-
#: facebook-button-plugin.php:
|
84 |
msgid "Standard Facebook image"
|
85 |
msgstr "Стандартная картинка Facebook"
|
86 |
|
87 |
-
#: facebook-button-plugin.php:
|
88 |
msgid "Custom Facebook image"
|
89 |
msgstr "Пользовательская картинка Facebook"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
msgid "Current image:"
|
93 |
msgstr "Текущее изображение:"
|
94 |
|
95 |
-
#: facebook-button-plugin.php:
|
96 |
msgid "Facebook image:"
|
97 |
msgstr "Facebook изображение:"
|
98 |
|
99 |
-
#: facebook-button-plugin.php:
|
100 |
msgid ""
|
101 |
"Image properties: max image width:100px; max image height:40px; max image "
|
102 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -104,27 +104,27 @@ msgstr ""
|
|
104 |
"Опции изображения для загрузки: максимальная ширина:100px; максимальная "
|
105 |
"высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
106 |
|
107 |
-
#: facebook-button-plugin.php:
|
108 |
msgid "Facebook Button Position:"
|
109 |
msgstr "Позиции Facebook кнопки:"
|
110 |
|
111 |
-
#: facebook-button-plugin.php:
|
112 |
msgid "Before"
|
113 |
msgstr "Перед"
|
114 |
|
115 |
-
#: facebook-button-plugin.php:
|
116 |
msgid "After"
|
117 |
msgstr "После"
|
118 |
|
119 |
-
#: facebook-button-plugin.php:
|
120 |
msgid "Before and After"
|
121 |
msgstr "Перед и после"
|
122 |
|
123 |
-
#: facebook-button-plugin.php:
|
124 |
msgid "Shortcode"
|
125 |
msgstr "Шорткод"
|
126 |
|
127 |
-
#: facebook-button-plugin.php:
|
128 |
msgid ""
|
129 |
"If you would like to add a Facebook button to your website, just copy and "
|
130 |
"paste this shortcode into your post or page:"
|
@@ -132,47 +132,55 @@ msgstr ""
|
|
132 |
"Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только "
|
133 |
"скопировать и вставить шорткод в контент страницы или поста"
|
134 |
|
135 |
-
#: facebook-button-plugin.php:
|
136 |
msgid "Facebook Button language:"
|
137 |
msgstr "Язык для Facebook кнопки:"
|
138 |
|
139 |
-
#: facebook-button-plugin.php:
|
140 |
msgid "Change the language of Facebook Like Button"
|
141 |
msgstr "Выберите язык для Like кнопки"
|
142 |
|
143 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
msgid "Save Changes"
|
145 |
msgstr "Сохранить изменения"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
149 |
msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
|
150 |
|
151 |
-
#: facebook-button-plugin.php:
|
152 |
msgid "Rate the plugin"
|
153 |
msgstr "Оценить плагин"
|
154 |
|
155 |
-
#: facebook-button-plugin.php:
|
156 |
msgid "If there is something wrong about it, please contact us"
|
157 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
158 |
|
159 |
-
#: facebook-button-plugin.php:
|
160 |
msgid "Settings"
|
161 |
msgstr "Настройки"
|
162 |
|
163 |
-
#: facebook-button-plugin.php:
|
164 |
msgid "FAQ"
|
165 |
msgstr "FAQ"
|
166 |
|
167 |
-
#: facebook-button-plugin.php:
|
168 |
msgid "Support"
|
169 |
msgstr "Поддержка"
|
170 |
|
171 |
-
#: facebook-button-plugin.php:
|
172 |
msgid "requires"
|
173 |
msgstr "требует"
|
174 |
|
175 |
-
#: facebook-button-plugin.php:
|
176 |
msgid ""
|
177 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
178 |
"try again."
|
@@ -180,10 +188,10 @@ msgstr ""
|
|
180 |
"или выше, поэтому он был деактивирован! Пожалуйста обновить WordPress и "
|
181 |
"попробуйте еще раз."
|
182 |
|
183 |
-
#: facebook-button-plugin.php:
|
184 |
msgid "Back to the WordPress"
|
185 |
msgstr "Вернуться к WordPress на"
|
186 |
|
187 |
-
#: facebook-button-plugin.php:
|
188 |
msgid "Plugins page"
|
189 |
msgstr "Страницу плагинов"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:06+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:06+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Настройки Facebook Кнопки"
|
22 |
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "Facebook кнопка"
|
26 |
|
27 |
+
#: facebook-button-plugin.php:134
|
28 |
msgid "Settings saved"
|
29 |
msgstr "Настройки сохранены"
|
30 |
|
31 |
+
#: facebook-button-plugin.php:156
|
32 |
msgid "Error: File size > 32K"
|
33 |
msgstr "Ошибка: Размер файла больше 32К"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:159
|
36 |
msgid "Error: Invalid file type"
|
37 |
msgstr "Ошибка: Некорректный тип файла"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:167
|
40 |
msgid "Error: moving file failed"
|
41 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:170
|
44 |
msgid "Error: check image width or height"
|
45 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:174
|
48 |
msgid "Uploading Error: check image properties"
|
49 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:184
|
52 |
msgid "Notice:"
|
53 |
msgstr "Внимание:"
|
54 |
|
55 |
+
#: facebook-button-plugin.php:184
|
56 |
msgid ""
|
57 |
"The plugin's settings have been changed. In order to save them please don't "
|
58 |
"forget to click the 'Save Changes' button."
|
60 |
"Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
|
61 |
"не забудьте нажать кнопку \"Сохранить\"."
|
62 |
|
63 |
+
#: facebook-button-plugin.php:190
|
64 |
msgid "Your Facebook ID:"
|
65 |
msgstr "Ваш Facebook ID:"
|
66 |
|
67 |
+
#: facebook-button-plugin.php:196
|
68 |
msgid "Display button:"
|
69 |
msgstr "Отображение кнопок:"
|
70 |
|
71 |
+
#: facebook-button-plugin.php:198
|
72 |
msgid "My Page"
|
73 |
msgstr "My Page"
|
74 |
|
75 |
+
#: facebook-button-plugin.php:199
|
76 |
msgid "Like"
|
77 |
msgstr "Like"
|
78 |
|
79 |
+
#: facebook-button-plugin.php:204
|
80 |
msgid "Choose display settings:"
|
81 |
msgstr "Выбор опций отображения:"
|
82 |
|
83 |
+
#: facebook-button-plugin.php:208
|
84 |
msgid "Standard Facebook image"
|
85 |
msgstr "Стандартная картинка Facebook"
|
86 |
|
87 |
+
#: facebook-button-plugin.php:210
|
88 |
msgid "Custom Facebook image"
|
89 |
msgstr "Пользовательская картинка Facebook"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:217
|
92 |
msgid "Current image:"
|
93 |
msgstr "Текущее изображение:"
|
94 |
|
95 |
+
#: facebook-button-plugin.php:225
|
96 |
msgid "Facebook image:"
|
97 |
msgstr "Facebook изображение:"
|
98 |
|
99 |
+
#: facebook-button-plugin.php:231
|
100 |
msgid ""
|
101 |
"Image properties: max image width:100px; max image height:40px; max image "
|
102 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
104 |
"Опции изображения для загрузки: максимальная ширина:100px; максимальная "
|
105 |
"высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
106 |
|
107 |
+
#: facebook-button-plugin.php:236
|
108 |
msgid "Facebook Button Position:"
|
109 |
msgstr "Позиции Facebook кнопки:"
|
110 |
|
111 |
+
#: facebook-button-plugin.php:240
|
112 |
msgid "Before"
|
113 |
msgstr "Перед"
|
114 |
|
115 |
+
#: facebook-button-plugin.php:241
|
116 |
msgid "After"
|
117 |
msgstr "После"
|
118 |
|
119 |
+
#: facebook-button-plugin.php:242
|
120 |
msgid "Before and After"
|
121 |
msgstr "Перед и после"
|
122 |
|
123 |
+
#: facebook-button-plugin.php:243
|
124 |
msgid "Shortcode"
|
125 |
msgstr "Шорткод"
|
126 |
|
127 |
+
#: facebook-button-plugin.php:245
|
128 |
msgid ""
|
129 |
"If you would like to add a Facebook button to your website, just copy and "
|
130 |
"paste this shortcode into your post or page:"
|
132 |
"Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только "
|
133 |
"скопировать и вставить шорткод в контент страницы или поста"
|
134 |
|
135 |
+
#: facebook-button-plugin.php:250
|
136 |
msgid "Facebook Button language:"
|
137 |
msgstr "Язык для Facebook кнопки:"
|
138 |
|
139 |
+
#: facebook-button-plugin.php:361
|
140 |
msgid "Change the language of Facebook Like Button"
|
141 |
msgstr "Выберите язык для Like кнопки"
|
142 |
|
143 |
+
#: facebook-button-plugin.php:365
|
144 |
+
msgid "Html tag for Like Button:"
|
145 |
+
msgstr "html тэг для кнопки Like:"
|
146 |
+
|
147 |
+
#: facebook-button-plugin.php:369
|
148 |
+
msgid "Use this tag to improve validation of your site"
|
149 |
+
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
150 |
+
|
151 |
+
#: facebook-button-plugin.php:375
|
152 |
msgid "Save Changes"
|
153 |
msgstr "Сохранить изменения"
|
154 |
|
155 |
+
#: facebook-button-plugin.php:385
|
156 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
157 |
msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
|
158 |
|
159 |
+
#: facebook-button-plugin.php:386
|
160 |
msgid "Rate the plugin"
|
161 |
msgstr "Оценить плагин"
|
162 |
|
163 |
+
#: facebook-button-plugin.php:389
|
164 |
msgid "If there is something wrong about it, please contact us"
|
165 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
166 |
|
167 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
168 |
msgid "Settings"
|
169 |
msgstr "Настройки"
|
170 |
|
171 |
+
#: facebook-button-plugin.php:529
|
172 |
msgid "FAQ"
|
173 |
msgstr "FAQ"
|
174 |
|
175 |
+
#: facebook-button-plugin.php:530
|
176 |
msgid "Support"
|
177 |
msgstr "Поддержка"
|
178 |
|
179 |
+
#: facebook-button-plugin.php:553
|
180 |
msgid "requires"
|
181 |
msgstr "требует"
|
182 |
|
183 |
+
#: facebook-button-plugin.php:553
|
184 |
msgid ""
|
185 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
186 |
"try again."
|
188 |
"или выше, поэтому он был деактивирован! Пожалуйста обновить WordPress и "
|
189 |
"попробуйте еще раз."
|
190 |
|
191 |
+
#: facebook-button-plugin.php:553
|
192 |
msgid "Back to the WordPress"
|
193 |
msgstr "Вернуться к WordPress на"
|
194 |
|
195 |
+
#: facebook-button-plugin.php:553
|
196 |
msgid "Plugins page"
|
197 |
msgstr "Страницу плагинов"
|
languages/facebook-sr_RS.mo
CHANGED
Binary file
|
languages/facebook-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
19 |
#, fuzzy
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Taster Facebook Opcija"
|
@@ -25,83 +25,83 @@ msgstr "Taster Facebook Opcija"
|
|
25 |
msgid "Facebook Button"
|
26 |
msgstr "Facebook taster"
|
27 |
|
28 |
-
#: facebook-button-plugin.php:
|
29 |
#, fuzzy
|
30 |
msgid "Settings saved"
|
31 |
msgstr "Podešavanja"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Error: File size > 32K"
|
35 |
msgstr "Greška: Veličina fajla prevazilazi 32К"
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Error: Invalid file type"
|
39 |
msgstr "Greška: Neispravan tip fajla"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "Error: moving file failed"
|
43 |
msgstr "Greška: premeštanje fajla nije uspelo"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
msgid "Error: check image width or height"
|
47 |
msgstr "Greška: Proverite širinu i visinu slike"
|
48 |
|
49 |
-
#: facebook-button-plugin.php:
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Greška unosa: Proverite svojstva slike"
|
52 |
|
53 |
-
#: facebook-button-plugin.php:
|
54 |
msgid "Notice:"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: facebook-button-plugin.php:
|
58 |
msgid ""
|
59 |
"The plugin's settings have been changed. In order to save them please don't "
|
60 |
"forget to click the 'Save Changes' button."
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: facebook-button-plugin.php:
|
64 |
#, fuzzy
|
65 |
msgid "Your Facebook ID:"
|
66 |
msgstr "Vaš Facebook Id:"
|
67 |
|
68 |
-
#: facebook-button-plugin.php:
|
69 |
msgid "Display button:"
|
70 |
msgstr "Prikaži taster:"
|
71 |
|
72 |
-
#: facebook-button-plugin.php:
|
73 |
msgid "My Page"
|
74 |
msgstr "Moja Strana"
|
75 |
|
76 |
-
#: facebook-button-plugin.php:
|
77 |
msgid "Like"
|
78 |
msgstr "Like"
|
79 |
|
80 |
-
#: facebook-button-plugin.php:
|
81 |
#, fuzzy
|
82 |
msgid "Choose display settings:"
|
83 |
msgstr "Izaberi opcije prikaza:"
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
#, fuzzy
|
87 |
msgid "Standard Facebook image"
|
88 |
msgstr "Standardna Facebook slika"
|
89 |
|
90 |
-
#: facebook-button-plugin.php:
|
91 |
#, fuzzy
|
92 |
msgid "Custom Facebook image"
|
93 |
msgstr "Proizvoljna Facebook slika"
|
94 |
|
95 |
-
#: facebook-button-plugin.php:
|
96 |
msgid "Current image:"
|
97 |
msgstr "Aktuelna slika:"
|
98 |
|
99 |
-
#: facebook-button-plugin.php:
|
100 |
#, fuzzy
|
101 |
msgid "Facebook image:"
|
102 |
msgstr "Facebook slika:"
|
103 |
|
104 |
-
#: facebook-button-plugin.php:
|
105 |
msgid ""
|
106 |
"Image properties: max image width:100px; max image height:40px; max image "
|
107 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -109,28 +109,28 @@ msgstr ""
|
|
109 |
"Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna "
|
110 |
"veličina:32Kb; tip fajla:\"jpg\", \"jpeg\", \"png\"."
|
111 |
|
112 |
-
#: facebook-button-plugin.php:
|
113 |
#, fuzzy
|
114 |
msgid "Facebook Button Position:"
|
115 |
msgstr "Pozicija Facebook Tastera:"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Before"
|
119 |
msgstr "Pre"
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
msgid "After"
|
123 |
msgstr "Posle"
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
msgid "Before and After"
|
127 |
msgstr "Pre i posle"
|
128 |
|
129 |
-
#: facebook-button-plugin.php:
|
130 |
msgid "Shortcode"
|
131 |
msgstr "Kratki kod"
|
132 |
|
133 |
-
#: facebook-button-plugin.php:
|
134 |
#, fuzzy
|
135 |
msgid ""
|
136 |
"If you would like to add a Facebook button to your website, just copy and "
|
@@ -139,60 +139,68 @@ msgstr ""
|
|
139 |
"Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte "
|
140 |
"ovaj kratak kod na vašu stranu ili članak:"
|
141 |
|
142 |
-
#: facebook-button-plugin.php:
|
143 |
#, fuzzy
|
144 |
msgid "Facebook Button language:"
|
145 |
msgstr "Jezik Facebook tastera"
|
146 |
|
147 |
-
#: facebook-button-plugin.php:
|
148 |
#, fuzzy
|
149 |
msgid "Change the language of Facebook Like Button"
|
150 |
msgstr "Izaberite jezik za Like taster"
|
151 |
|
152 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
msgid "Save Changes"
|
154 |
msgstr "Sačuvaj Izmene"
|
155 |
|
156 |
-
#: facebook-button-plugin.php:
|
157 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: facebook-button-plugin.php:
|
161 |
#, fuzzy
|
162 |
msgid "Rate the plugin"
|
163 |
msgstr "Preporučeni dodaci"
|
164 |
|
165 |
-
#: facebook-button-plugin.php:
|
166 |
msgid "If there is something wrong about it, please contact us"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: facebook-button-plugin.php:
|
170 |
msgid "Settings"
|
171 |
msgstr "Podešavanja"
|
172 |
|
173 |
-
#: facebook-button-plugin.php:
|
174 |
msgid "FAQ"
|
175 |
msgstr "FAQ"
|
176 |
|
177 |
-
#: facebook-button-plugin.php:
|
178 |
msgid "Support"
|
179 |
msgstr "Podrška"
|
180 |
|
181 |
-
#: facebook-button-plugin.php:
|
182 |
msgid "requires"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: facebook-button-plugin.php:
|
186 |
msgid ""
|
187 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
188 |
"try again."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: facebook-button-plugin.php:
|
192 |
msgid "Back to the WordPress"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: facebook-button-plugin.php:
|
196 |
#, fuzzy
|
197 |
msgid "Plugins page"
|
198 |
msgstr "BWS Dodaci"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:07+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:07+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Georgijevic Team <http://www.georgijevic.info>\n"
|
9 |
"MIME-Version: 1.0\n"
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
16 |
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
19 |
#, fuzzy
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Taster Facebook Opcija"
|
25 |
msgid "Facebook Button"
|
26 |
msgstr "Facebook taster"
|
27 |
|
28 |
+
#: facebook-button-plugin.php:134
|
29 |
#, fuzzy
|
30 |
msgid "Settings saved"
|
31 |
msgstr "Podešavanja"
|
32 |
|
33 |
+
#: facebook-button-plugin.php:156
|
34 |
msgid "Error: File size > 32K"
|
35 |
msgstr "Greška: Veličina fajla prevazilazi 32К"
|
36 |
|
37 |
+
#: facebook-button-plugin.php:159
|
38 |
msgid "Error: Invalid file type"
|
39 |
msgstr "Greška: Neispravan tip fajla"
|
40 |
|
41 |
+
#: facebook-button-plugin.php:167
|
42 |
msgid "Error: moving file failed"
|
43 |
msgstr "Greška: premeštanje fajla nije uspelo"
|
44 |
|
45 |
+
#: facebook-button-plugin.php:170
|
46 |
msgid "Error: check image width or height"
|
47 |
msgstr "Greška: Proverite širinu i visinu slike"
|
48 |
|
49 |
+
#: facebook-button-plugin.php:174
|
50 |
msgid "Uploading Error: check image properties"
|
51 |
msgstr "Greška unosa: Proverite svojstva slike"
|
52 |
|
53 |
+
#: facebook-button-plugin.php:184
|
54 |
msgid "Notice:"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: facebook-button-plugin.php:184
|
58 |
msgid ""
|
59 |
"The plugin's settings have been changed. In order to save them please don't "
|
60 |
"forget to click the 'Save Changes' button."
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: facebook-button-plugin.php:190
|
64 |
#, fuzzy
|
65 |
msgid "Your Facebook ID:"
|
66 |
msgstr "Vaš Facebook Id:"
|
67 |
|
68 |
+
#: facebook-button-plugin.php:196
|
69 |
msgid "Display button:"
|
70 |
msgstr "Prikaži taster:"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:198
|
73 |
msgid "My Page"
|
74 |
msgstr "Moja Strana"
|
75 |
|
76 |
+
#: facebook-button-plugin.php:199
|
77 |
msgid "Like"
|
78 |
msgstr "Like"
|
79 |
|
80 |
+
#: facebook-button-plugin.php:204
|
81 |
#, fuzzy
|
82 |
msgid "Choose display settings:"
|
83 |
msgstr "Izaberi opcije prikaza:"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:208
|
86 |
#, fuzzy
|
87 |
msgid "Standard Facebook image"
|
88 |
msgstr "Standardna Facebook slika"
|
89 |
|
90 |
+
#: facebook-button-plugin.php:210
|
91 |
#, fuzzy
|
92 |
msgid "Custom Facebook image"
|
93 |
msgstr "Proizvoljna Facebook slika"
|
94 |
|
95 |
+
#: facebook-button-plugin.php:217
|
96 |
msgid "Current image:"
|
97 |
msgstr "Aktuelna slika:"
|
98 |
|
99 |
+
#: facebook-button-plugin.php:225
|
100 |
#, fuzzy
|
101 |
msgid "Facebook image:"
|
102 |
msgstr "Facebook slika:"
|
103 |
|
104 |
+
#: facebook-button-plugin.php:231
|
105 |
msgid ""
|
106 |
"Image properties: max image width:100px; max image height:40px; max image "
|
107 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
109 |
"Svojstva slike: maksimalna širina:100px; maksimalna visina:40px; maksimalna "
|
110 |
"veličina:32Kb; tip fajla:\"jpg\", \"jpeg\", \"png\"."
|
111 |
|
112 |
+
#: facebook-button-plugin.php:236
|
113 |
#, fuzzy
|
114 |
msgid "Facebook Button Position:"
|
115 |
msgstr "Pozicija Facebook Tastera:"
|
116 |
|
117 |
+
#: facebook-button-plugin.php:240
|
118 |
msgid "Before"
|
119 |
msgstr "Pre"
|
120 |
|
121 |
+
#: facebook-button-plugin.php:241
|
122 |
msgid "After"
|
123 |
msgstr "Posle"
|
124 |
|
125 |
+
#: facebook-button-plugin.php:242
|
126 |
msgid "Before and After"
|
127 |
msgstr "Pre i posle"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:243
|
130 |
msgid "Shortcode"
|
131 |
msgstr "Kratki kod"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:245
|
134 |
#, fuzzy
|
135 |
msgid ""
|
136 |
"If you would like to add a Facebook button to your website, just copy and "
|
139 |
"Ako želite da dodate Facebook taster na vaš vebsajt, jednostavno iskopirajte "
|
140 |
"ovaj kratak kod na vašu stranu ili članak:"
|
141 |
|
142 |
+
#: facebook-button-plugin.php:250
|
143 |
#, fuzzy
|
144 |
msgid "Facebook Button language:"
|
145 |
msgstr "Jezik Facebook tastera"
|
146 |
|
147 |
+
#: facebook-button-plugin.php:361
|
148 |
#, fuzzy
|
149 |
msgid "Change the language of Facebook Like Button"
|
150 |
msgstr "Izaberite jezik za Like taster"
|
151 |
|
152 |
+
#: facebook-button-plugin.php:365
|
153 |
+
msgid "Html tag for Like Button:"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: facebook-button-plugin.php:369
|
157 |
+
msgid "Use this tag to improve validation of your site"
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: facebook-button-plugin.php:375
|
161 |
msgid "Save Changes"
|
162 |
msgstr "Sačuvaj Izmene"
|
163 |
|
164 |
+
#: facebook-button-plugin.php:385
|
165 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: facebook-button-plugin.php:386
|
169 |
#, fuzzy
|
170 |
msgid "Rate the plugin"
|
171 |
msgstr "Preporučeni dodaci"
|
172 |
|
173 |
+
#: facebook-button-plugin.php:389
|
174 |
msgid "If there is something wrong about it, please contact us"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
178 |
msgid "Settings"
|
179 |
msgstr "Podešavanja"
|
180 |
|
181 |
+
#: facebook-button-plugin.php:529
|
182 |
msgid "FAQ"
|
183 |
msgstr "FAQ"
|
184 |
|
185 |
+
#: facebook-button-plugin.php:530
|
186 |
msgid "Support"
|
187 |
msgstr "Podrška"
|
188 |
|
189 |
+
#: facebook-button-plugin.php:553
|
190 |
msgid "requires"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: facebook-button-plugin.php:553
|
194 |
msgid ""
|
195 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
196 |
"try again."
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: facebook-button-plugin.php:553
|
200 |
msgid "Back to the WordPress"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: facebook-button-plugin.php:553
|
204 |
#, fuzzy
|
205 |
msgid "Plugins page"
|
206 |
msgstr "BWS Dodaci"
|
languages/facebook-tr_TR.mo
CHANGED
Binary file
|
languages/facebook-tr_TR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
20 |
#, fuzzy
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Facebook Butonu Ayarları"
|
@@ -26,83 +26,83 @@ msgstr "Facebook Butonu Ayarları"
|
|
26 |
msgid "Facebook Button"
|
27 |
msgstr "Facebook Butonu"
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
#, fuzzy
|
31 |
msgid "Settings saved"
|
32 |
msgstr "Ayarlar"
|
33 |
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
|
37 |
|
38 |
-
#: facebook-button-plugin.php:
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "HATA: geçersiz dosya uzantısı"
|
41 |
|
42 |
-
#: facebook-button-plugin.php:
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "HATA: Dosya taşınamadı!"
|
45 |
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
|
49 |
|
50 |
-
#: facebook-button-plugin.php:
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
|
53 |
|
54 |
-
#: facebook-button-plugin.php:
|
55 |
msgid "Notice:"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: facebook-button-plugin.php:
|
59 |
msgid ""
|
60 |
"The plugin's settings have been changed. In order to save them please don't "
|
61 |
"forget to click the 'Save Changes' button."
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: facebook-button-plugin.php:
|
65 |
#, fuzzy
|
66 |
msgid "Your Facebook ID:"
|
67 |
msgstr "Facebook ID:"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "Display button:"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "My Page"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "Like"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
#, fuzzy
|
83 |
msgid "Choose display settings:"
|
84 |
msgstr "Gösterim Şeklini Seçin"
|
85 |
|
86 |
-
#: facebook-button-plugin.php:
|
87 |
#, fuzzy
|
88 |
msgid "Standard Facebook image"
|
89 |
msgstr "Standard Facebook Görseli"
|
90 |
|
91 |
-
#: facebook-button-plugin.php:
|
92 |
#, fuzzy
|
93 |
msgid "Custom Facebook image"
|
94 |
msgstr "Kişisel Facebook Görseli"
|
95 |
|
96 |
-
#: facebook-button-plugin.php:
|
97 |
msgid "Current image:"
|
98 |
msgstr "Şu andaki görsel:"
|
99 |
|
100 |
-
#: facebook-button-plugin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Facebook image:"
|
103 |
msgstr "Facebook görseli:"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid ""
|
107 |
"Image properties: max image width:100px; max image height:40px; max image "
|
108 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -110,28 +110,28 @@ msgstr ""
|
|
110 |
"Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; "
|
111 |
"maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\", \"png\"."
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
#, fuzzy
|
115 |
msgid "Facebook Button Position:"
|
116 |
msgstr "Facebook Butonunun Konumu"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "Before"
|
120 |
msgstr "Önce"
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "After"
|
124 |
msgstr "Sonra"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
msgid "Before and After"
|
128 |
msgstr "Önce ve Sonra"
|
129 |
|
130 |
-
#: facebook-button-plugin.php:
|
131 |
msgid "Shortcode"
|
132 |
msgstr "Kısakod Olarak"
|
133 |
|
134 |
-
#: facebook-button-plugin.php:
|
135 |
#, fuzzy
|
136 |
msgid ""
|
137 |
"If you would like to add a Facebook button to your website, just copy and "
|
@@ -141,59 +141,67 @@ msgstr ""
|
|
141 |
"kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere "
|
142 |
"yapıştırın.(HTML editörüyle!)"
|
143 |
|
144 |
-
#: facebook-button-plugin.php:
|
145 |
#, fuzzy
|
146 |
msgid "Facebook Button language:"
|
147 |
msgstr "Facebook Butonu"
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "Change the language of Facebook Like Button"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
msgid "Save Changes"
|
155 |
msgstr "Değişiklikleri Kaydet"
|
156 |
|
157 |
-
#: facebook-button-plugin.php:
|
158 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: facebook-button-plugin.php:
|
162 |
#, fuzzy
|
163 |
msgid "Rate the plugin"
|
164 |
msgstr "Eklenti Önerileri"
|
165 |
|
166 |
-
#: facebook-button-plugin.php:
|
167 |
msgid "If there is something wrong about it, please contact us"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: facebook-button-plugin.php:
|
171 |
msgid "Settings"
|
172 |
msgstr "Ayarlar"
|
173 |
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
msgid "FAQ"
|
176 |
msgstr "SSS (Sık Sorulan Sorular)"
|
177 |
|
178 |
-
#: facebook-button-plugin.php:
|
179 |
msgid "Support"
|
180 |
msgstr "Destek"
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
msgid "requires"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: facebook-button-plugin.php:
|
187 |
msgid ""
|
188 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
189 |
"try again."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: facebook-button-plugin.php:
|
193 |
msgid "Back to the WordPress"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: facebook-button-plugin.php:
|
197 |
#, fuzzy
|
198 |
msgid "Plugins page"
|
199 |
msgstr "Плагины BWS"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:07+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:07+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: es_ES\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
20 |
#, fuzzy
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Facebook Butonu Ayarları"
|
26 |
msgid "Facebook Button"
|
27 |
msgstr "Facebook Butonu"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:134
|
30 |
#, fuzzy
|
31 |
msgid "Settings saved"
|
32 |
msgstr "Ayarlar"
|
33 |
|
34 |
+
#: facebook-button-plugin.php:156
|
35 |
msgid "Error: File size > 32K"
|
36 |
msgstr "HATA: Dosya boyutu 32KB'tan büyük!"
|
37 |
|
38 |
+
#: facebook-button-plugin.php:159
|
39 |
msgid "Error: Invalid file type"
|
40 |
msgstr "HATA: geçersiz dosya uzantısı"
|
41 |
|
42 |
+
#: facebook-button-plugin.php:167
|
43 |
msgid "Error: moving file failed"
|
44 |
msgstr "HATA: Dosya taşınamadı!"
|
45 |
|
46 |
+
#: facebook-button-plugin.php:170
|
47 |
msgid "Error: check image width or height"
|
48 |
msgstr "HATA: Görselin genişlik ve yüksekliğini kontrol edin."
|
49 |
|
50 |
+
#: facebook-button-plugin.php:174
|
51 |
msgid "Uploading Error: check image properties"
|
52 |
msgstr "Yükleme Hatası: Görselin özelliklerini kontol edin."
|
53 |
|
54 |
+
#: facebook-button-plugin.php:184
|
55 |
msgid "Notice:"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: facebook-button-plugin.php:184
|
59 |
msgid ""
|
60 |
"The plugin's settings have been changed. In order to save them please don't "
|
61 |
"forget to click the 'Save Changes' button."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: facebook-button-plugin.php:190
|
65 |
#, fuzzy
|
66 |
msgid "Your Facebook ID:"
|
67 |
msgstr "Facebook ID:"
|
68 |
|
69 |
+
#: facebook-button-plugin.php:196
|
70 |
msgid "Display button:"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: facebook-button-plugin.php:198
|
74 |
msgid "My Page"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: facebook-button-plugin.php:199
|
78 |
msgid "Like"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: facebook-button-plugin.php:204
|
82 |
#, fuzzy
|
83 |
msgid "Choose display settings:"
|
84 |
msgstr "Gösterim Şeklini Seçin"
|
85 |
|
86 |
+
#: facebook-button-plugin.php:208
|
87 |
#, fuzzy
|
88 |
msgid "Standard Facebook image"
|
89 |
msgstr "Standard Facebook Görseli"
|
90 |
|
91 |
+
#: facebook-button-plugin.php:210
|
92 |
#, fuzzy
|
93 |
msgid "Custom Facebook image"
|
94 |
msgstr "Kişisel Facebook Görseli"
|
95 |
|
96 |
+
#: facebook-button-plugin.php:217
|
97 |
msgid "Current image:"
|
98 |
msgstr "Şu andaki görsel:"
|
99 |
|
100 |
+
#: facebook-button-plugin.php:225
|
101 |
#, fuzzy
|
102 |
msgid "Facebook image:"
|
103 |
msgstr "Facebook görseli:"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:231
|
106 |
msgid ""
|
107 |
"Image properties: max image width:100px; max image height:40px; max image "
|
108 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
110 |
"Görsel Özellikleri: maksimum genişlik: 100px; maksimum yükseklik: 40px; "
|
111 |
"maksimum boyut: 32KB; izin verilen uzantılar: \"jpg\", \"jpeg\", \"png\"."
|
112 |
|
113 |
+
#: facebook-button-plugin.php:236
|
114 |
#, fuzzy
|
115 |
msgid "Facebook Button Position:"
|
116 |
msgstr "Facebook Butonunun Konumu"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:240
|
119 |
msgid "Before"
|
120 |
msgstr "Önce"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:241
|
123 |
msgid "After"
|
124 |
msgstr "Sonra"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:242
|
127 |
msgid "Before and After"
|
128 |
msgstr "Önce ve Sonra"
|
129 |
|
130 |
+
#: facebook-button-plugin.php:243
|
131 |
msgid "Shortcode"
|
132 |
msgstr "Kısakod Olarak"
|
133 |
|
134 |
+
#: facebook-button-plugin.php:245
|
135 |
#, fuzzy
|
136 |
msgid ""
|
137 |
"If you would like to add a Facebook button to your website, just copy and "
|
141 |
"kopyalayın ve sayfanızda/yazınızda butonun görünmesini istediğiniz yere "
|
142 |
"yapıştırın.(HTML editörüyle!)"
|
143 |
|
144 |
+
#: facebook-button-plugin.php:250
|
145 |
#, fuzzy
|
146 |
msgid "Facebook Button language:"
|
147 |
msgstr "Facebook Butonu"
|
148 |
|
149 |
+
#: facebook-button-plugin.php:361
|
150 |
msgid "Change the language of Facebook Like Button"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: facebook-button-plugin.php:365
|
154 |
+
msgid "Html tag for Like Button:"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: facebook-button-plugin.php:369
|
158 |
+
msgid "Use this tag to improve validation of your site"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: facebook-button-plugin.php:375
|
162 |
msgid "Save Changes"
|
163 |
msgstr "Değişiklikleri Kaydet"
|
164 |
|
165 |
+
#: facebook-button-plugin.php:385
|
166 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: facebook-button-plugin.php:386
|
170 |
#, fuzzy
|
171 |
msgid "Rate the plugin"
|
172 |
msgstr "Eklenti Önerileri"
|
173 |
|
174 |
+
#: facebook-button-plugin.php:389
|
175 |
msgid "If there is something wrong about it, please contact us"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
179 |
msgid "Settings"
|
180 |
msgstr "Ayarlar"
|
181 |
|
182 |
+
#: facebook-button-plugin.php:529
|
183 |
msgid "FAQ"
|
184 |
msgstr "SSS (Sık Sorulan Sorular)"
|
185 |
|
186 |
+
#: facebook-button-plugin.php:530
|
187 |
msgid "Support"
|
188 |
msgstr "Destek"
|
189 |
|
190 |
+
#: facebook-button-plugin.php:553
|
191 |
msgid "requires"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: facebook-button-plugin.php:553
|
195 |
msgid ""
|
196 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
197 |
"try again."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: facebook-button-plugin.php:553
|
201 |
msgid "Back to the WordPress"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: facebook-button-plugin.php:553
|
205 |
#, fuzzy
|
206 |
msgid "Plugins page"
|
207 |
msgstr "Плагины BWS"
|
languages/facebook-uk.mo
CHANGED
Binary file
|
languages/facebook-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:33 facebook-button-plugin.php:
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Установки кнопки Facebook"
|
22 |
|
@@ -24,77 +24,77 @@ msgstr "Установки кнопки Facebook"
|
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "кнопка FaceBook"
|
26 |
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "Settings saved"
|
29 |
msgstr "Установки збережені"
|
30 |
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid "Error: File size > 32K"
|
33 |
msgstr "Помилка: Розмір файлу> 32K"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Error: Invalid file type"
|
37 |
msgstr "Помилка: Невірний тип файлу"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Error: moving file failed"
|
41 |
msgstr "Помилка: не вдалося Переміщення файлів"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Error: check image width or height"
|
45 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Uploading Error: check image properties"
|
49 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
50 |
|
51 |
-
#: facebook-button-plugin.php:
|
52 |
msgid "Notice:"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: facebook-button-plugin.php:
|
56 |
msgid ""
|
57 |
"The plugin's settings have been changed. In order to save them please don't "
|
58 |
"forget to click the 'Save Changes' button."
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "Your Facebook ID:"
|
63 |
msgstr "ID вашого Facebook акаунту"
|
64 |
|
65 |
-
#: facebook-button-plugin.php:
|
66 |
msgid "Display button:"
|
67 |
msgstr "Відображати кнопку:"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "My Page"
|
71 |
msgstr "Моя сторінка"
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "Like"
|
75 |
msgstr "Like"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "Choose display settings:"
|
79 |
msgstr "Виберіть відображати установки:"
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
msgid "Standard Facebook image"
|
83 |
msgstr "Стандартне зображення FaceBook "
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "Custom Facebook image"
|
87 |
msgstr "Кастомне м FaceBook"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
msgid "Current image:"
|
91 |
msgstr "Поточне зображення:"
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
msgid "Facebook image:"
|
95 |
msgstr "Зображення FaceBook :"
|
96 |
|
97 |
-
#: facebook-button-plugin.php:
|
98 |
msgid ""
|
99 |
"Image properties: max image width:100px; max image height:40px; max image "
|
100 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -103,27 +103,27 @@ msgstr ""
|
|
103 |
"висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення "
|
104 |
"типів:\"jpg\", \"jpeg\", \"png\"."
|
105 |
|
106 |
-
#: facebook-button-plugin.php:
|
107 |
msgid "Facebook Button Position:"
|
108 |
msgstr "Розташування кнопки FaceBook:"
|
109 |
|
110 |
-
#: facebook-button-plugin.php:
|
111 |
msgid "Before"
|
112 |
msgstr "Перш ніж"
|
113 |
|
114 |
-
#: facebook-button-plugin.php:
|
115 |
msgid "After"
|
116 |
msgstr "Після того як"
|
117 |
|
118 |
-
#: facebook-button-plugin.php:
|
119 |
msgid "Before and After"
|
120 |
msgstr "До і після"
|
121 |
|
122 |
-
#: facebook-button-plugin.php:
|
123 |
msgid "Shortcode"
|
124 |
msgstr "Шорткод"
|
125 |
|
126 |
-
#: facebook-button-plugin.php:
|
127 |
msgid ""
|
128 |
"If you would like to add a Facebook button to your website, just copy and "
|
129 |
"paste this shortcode into your post or page:"
|
@@ -131,47 +131,55 @@ msgstr ""
|
|
131 |
"Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і "
|
132 |
"помістіть цей шорткод на у пост або на сторінку:"
|
133 |
|
134 |
-
#: facebook-button-plugin.php:
|
135 |
msgid "Facebook Button language:"
|
136 |
msgstr "Мова кнопки FaceBook:"
|
137 |
|
138 |
-
#: facebook-button-plugin.php:
|
139 |
msgid "Change the language of Facebook Like Button"
|
140 |
msgstr "Змінити мову для конпки Like Facebook"
|
141 |
|
142 |
-
#: facebook-button-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
msgid "Save Changes"
|
144 |
msgstr "Зберегти зміни"
|
145 |
|
146 |
-
#: facebook-button-plugin.php:
|
147 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#: facebook-button-plugin.php:
|
151 |
msgid "Rate the plugin"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: facebook-button-plugin.php:
|
155 |
msgid "If there is something wrong about it, please contact us"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: facebook-button-plugin.php:
|
159 |
msgid "Settings"
|
160 |
msgstr "Установки"
|
161 |
|
162 |
-
#: facebook-button-plugin.php:
|
163 |
msgid "FAQ"
|
164 |
msgstr "Часті питання"
|
165 |
|
166 |
-
#: facebook-button-plugin.php:
|
167 |
msgid "Support"
|
168 |
msgstr "Підтримка"
|
169 |
|
170 |
-
#: facebook-button-plugin.php:
|
171 |
msgid "requires"
|
172 |
msgstr "потребує"
|
173 |
|
174 |
-
#: facebook-button-plugin.php:
|
175 |
msgid ""
|
176 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
177 |
"try again."
|
@@ -179,10 +187,10 @@ msgstr ""
|
|
179 |
"чи вище, тому він був деактивований! Будь ласка оновіть WordPress та "
|
180 |
"спробуйте ще раз."
|
181 |
|
182 |
-
#: facebook-button-plugin.php:
|
183 |
msgid "Back to the WordPress"
|
184 |
msgstr "Повернутися до WordPress на"
|
185 |
|
186 |
-
#: facebook-button-plugin.php:
|
187 |
msgid "Plugins page"
|
188 |
msgstr "Сторінку плагинів"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-02-13 15:07+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-02-13 15:07+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:33 facebook-button-plugin.php:182
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Установки кнопки Facebook"
|
22 |
|
24 |
msgid "Facebook Button"
|
25 |
msgstr "кнопка FaceBook"
|
26 |
|
27 |
+
#: facebook-button-plugin.php:134
|
28 |
msgid "Settings saved"
|
29 |
msgstr "Установки збережені"
|
30 |
|
31 |
+
#: facebook-button-plugin.php:156
|
32 |
msgid "Error: File size > 32K"
|
33 |
msgstr "Помилка: Розмір файлу> 32K"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:159
|
36 |
msgid "Error: Invalid file type"
|
37 |
msgstr "Помилка: Невірний тип файлу"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:167
|
40 |
msgid "Error: moving file failed"
|
41 |
msgstr "Помилка: не вдалося Переміщення файлів"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:170
|
44 |
msgid "Error: check image width or height"
|
45 |
msgstr "Помилка: Перевірте ширину або висоту зображення"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:174
|
48 |
msgid "Uploading Error: check image properties"
|
49 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
50 |
|
51 |
+
#: facebook-button-plugin.php:184
|
52 |
msgid "Notice:"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: facebook-button-plugin.php:184
|
56 |
msgid ""
|
57 |
"The plugin's settings have been changed. In order to save them please don't "
|
58 |
"forget to click the 'Save Changes' button."
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: facebook-button-plugin.php:190
|
62 |
msgid "Your Facebook ID:"
|
63 |
msgstr "ID вашого Facebook акаунту"
|
64 |
|
65 |
+
#: facebook-button-plugin.php:196
|
66 |
msgid "Display button:"
|
67 |
msgstr "Відображати кнопку:"
|
68 |
|
69 |
+
#: facebook-button-plugin.php:198
|
70 |
msgid "My Page"
|
71 |
msgstr "Моя сторінка"
|
72 |
|
73 |
+
#: facebook-button-plugin.php:199
|
74 |
msgid "Like"
|
75 |
msgstr "Like"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:204
|
78 |
msgid "Choose display settings:"
|
79 |
msgstr "Виберіть відображати установки:"
|
80 |
|
81 |
+
#: facebook-button-plugin.php:208
|
82 |
msgid "Standard Facebook image"
|
83 |
msgstr "Стандартне зображення FaceBook "
|
84 |
|
85 |
+
#: facebook-button-plugin.php:210
|
86 |
msgid "Custom Facebook image"
|
87 |
msgstr "Кастомне м FaceBook"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:217
|
90 |
msgid "Current image:"
|
91 |
msgstr "Поточне зображення:"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:225
|
94 |
msgid "Facebook image:"
|
95 |
msgstr "Зображення FaceBook :"
|
96 |
|
97 |
+
#: facebook-button-plugin.php:231
|
98 |
msgid ""
|
99 |
"Image properties: max image width:100px; max image height:40px; max image "
|
100 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
103 |
"висота зображення: 40px; максимальний розмір зображення: 32Kb; Зображення "
|
104 |
"типів:\"jpg\", \"jpeg\", \"png\"."
|
105 |
|
106 |
+
#: facebook-button-plugin.php:236
|
107 |
msgid "Facebook Button Position:"
|
108 |
msgstr "Розташування кнопки FaceBook:"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:240
|
111 |
msgid "Before"
|
112 |
msgstr "Перш ніж"
|
113 |
|
114 |
+
#: facebook-button-plugin.php:241
|
115 |
msgid "After"
|
116 |
msgstr "Після того як"
|
117 |
|
118 |
+
#: facebook-button-plugin.php:242
|
119 |
msgid "Before and After"
|
120 |
msgstr "До і після"
|
121 |
|
122 |
+
#: facebook-button-plugin.php:243
|
123 |
msgid "Shortcode"
|
124 |
msgstr "Шорткод"
|
125 |
|
126 |
+
#: facebook-button-plugin.php:245
|
127 |
msgid ""
|
128 |
"If you would like to add a Facebook button to your website, just copy and "
|
129 |
"paste this shortcode into your post or page:"
|
131 |
"Якщо ви хочете додати кнопку FaceBook на ваш сайт, просто скопіюйте і "
|
132 |
"помістіть цей шорткод на у пост або на сторінку:"
|
133 |
|
134 |
+
#: facebook-button-plugin.php:250
|
135 |
msgid "Facebook Button language:"
|
136 |
msgstr "Мова кнопки FaceBook:"
|
137 |
|
138 |
+
#: facebook-button-plugin.php:361
|
139 |
msgid "Change the language of Facebook Like Button"
|
140 |
msgstr "Змінити мову для конпки Like Facebook"
|
141 |
|
142 |
+
#: facebook-button-plugin.php:365
|
143 |
+
msgid "Html tag for Like Button:"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: facebook-button-plugin.php:369
|
147 |
+
msgid "Use this tag to improve validation of your site"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: facebook-button-plugin.php:375
|
151 |
msgid "Save Changes"
|
152 |
msgstr "Зберегти зміни"
|
153 |
|
154 |
+
#: facebook-button-plugin.php:385
|
155 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: facebook-button-plugin.php:386
|
159 |
msgid "Rate the plugin"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: facebook-button-plugin.php:389
|
163 |
msgid "If there is something wrong about it, please contact us"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: facebook-button-plugin.php:516 facebook-button-plugin.php:528
|
167 |
msgid "Settings"
|
168 |
msgstr "Установки"
|
169 |
|
170 |
+
#: facebook-button-plugin.php:529
|
171 |
msgid "FAQ"
|
172 |
msgstr "Часті питання"
|
173 |
|
174 |
+
#: facebook-button-plugin.php:530
|
175 |
msgid "Support"
|
176 |
msgstr "Підтримка"
|
177 |
|
178 |
+
#: facebook-button-plugin.php:553
|
179 |
msgid "requires"
|
180 |
msgstr "потребує"
|
181 |
|
182 |
+
#: facebook-button-plugin.php:553
|
183 |
msgid ""
|
184 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
185 |
"try again."
|
187 |
"чи вище, тому він був деактивований! Будь ласка оновіть WordPress та "
|
188 |
"спробуйте ще раз."
|
189 |
|
190 |
+
#: facebook-button-plugin.php:553
|
191 |
msgid "Back to the WordPress"
|
192 |
msgstr "Повернутися до WordPress на"
|
193 |
|
194 |
+
#: facebook-button-plugin.php:553
|
195 |
msgid "Plugins page"
|
196 |
msgstr "Сторінку плагинів"
|
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: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.8
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -89,6 +89,14 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
|
|
89 |
1. You should click "Update Changes". Make sure that you got the message "Options Saved".
|
90 |
2. After saving your settings you should refresh your web page where the Facebook Button icon should be placed.
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
== Screenshots ==
|
93 |
|
94 |
1. Plugin admin page.
|
@@ -99,6 +107,15 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
|
|
99 |
|
100 |
== Changelog ==
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
= V2.27 - 23.12.2013 =
|
103 |
* NEW : The French language file is added to the plugin.
|
104 |
* Update : We updated all functionality for wordpress 3.8.
|
@@ -209,6 +226,9 @@ In WordPress admin panel go to "Settings", find the Facebook Button Plugin setti
|
|
209 |
|
210 |
== Upgrade Notice ==
|
211 |
|
|
|
|
|
|
|
212 |
= V2.27 =
|
213 |
The French language file is added to the plugin. We updated all functionality for wordpress 3.8. BWS plugins section is updated.
|
214 |
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
|
4 |
Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 3.8.1
|
7 |
+
Stable tag: 2.28
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
89 |
1. You should click "Update Changes". Make sure that you got the message "Options Saved".
|
90 |
2. After saving your settings you should refresh your web page where the Facebook Button icon should be placed.
|
91 |
|
92 |
+
= I have some problems with the plugin's work. What Information should I provide to receive proper support? =
|
93 |
+
|
94 |
+
Please make sure that the problem hasn't been discussed yet on our forum (<a href="http://support.bestwebsoft.com" target="_blank">http://support.bestwebsoft.com</a>). If no, please provide the following data along with your problem's description:
|
95 |
+
1. the link to the page where the problem occurs
|
96 |
+
2. the name of the plugin and its version. If you are using a pro version - your order number.
|
97 |
+
3. the version of your WordPress installation
|
98 |
+
4. copy and paste into the message your system status report. Please read more here: <a href="http://bestwebsoft.com/wp-content/uploads/manual/wp_plugin/general/System_Status.pdf" target="_blank">System_Status.pdf</a>
|
99 |
+
|
100 |
== Screenshots ==
|
101 |
|
102 |
1. Plugin admin page.
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= V2.28 - 13.02.2014 =
|
111 |
+
* New : Html5 version of Like button is added.
|
112 |
+
* Update : Screenshots are updated.
|
113 |
+
* Update : BWS plugins section is updated.
|
114 |
+
* Update : We updated all functionality for wordpress 3.8.1.
|
115 |
+
* Budfix : Problem with blinking of Like button is fixed.
|
116 |
+
* Budfix : Problem with getting wrong thumbnails when putting Like is fixed.
|
117 |
+
* Budfix : Problem with language of Like button when using shortcode is fixed.
|
118 |
+
|
119 |
= V2.27 - 23.12.2013 =
|
120 |
* NEW : The French language file is added to the plugin.
|
121 |
* Update : We updated all functionality for wordpress 3.8.
|
226 |
|
227 |
== Upgrade Notice ==
|
228 |
|
229 |
+
= V2.28 =
|
230 |
+
Html5 version of Like button is added. Screenshots are updated. BWS plugins section is updated. We updated all functionality for wordpress 3.8.1. Problem with blink of Like button is fixed. Problem with wrong thumbnails when putting Like is fixed. Problem with language of Like button when using shortcode is fixed.
|
231 |
+
|
232 |
= V2.27 =
|
233 |
The French language file is added to the plugin. We updated all functionality for wordpress 3.8. BWS plugins section is updated.
|
234 |
|
screenshot-1.jpg
DELETED
Binary file
|
screenshot-1.png
ADDED
Binary file
|
screenshot-2.jpg
DELETED
Binary file
|
screenshot-2.png
ADDED
Binary file
|
screenshot-3.jpg
DELETED
Binary file
|
screenshot-3.png
ADDED
Binary file
|
screenshot-4.jpg
DELETED
Binary file
|
screenshot-4.png
ADDED
Binary file
|
screenshot-5.jpg
DELETED
Binary file
|
screenshot-5.png
ADDED
Binary file
|