Version Description
- 13.11.2014 =
- Bugfix : Plugin optimization is done.
- Update : BWS plugins section is updated.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.35 |
Comparing to | |
See all releases |
Code changes from version 2.34 to 2.35
- bws_menu/bws_menu.php +229 -341
- bws_menu/css/general_style.css +1 -1
- bws_menu/css/style.css +15 -0
- bws_menu/icons/multilanguage.png +0 -0
- bws_menu/images/system-status.png +0 -0
- bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- bws_menu/languages/bestwebsoft-de_DE.po +179 -229
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +183 -210
- bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- bws_menu/languages/bestwebsoft-it_IT.po +180 -230
- bws_menu/languages/bestwebsoft-ja.mo +0 -0
- bws_menu/languages/bestwebsoft-ja.po +166 -209
- bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.po +179 -229
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +179 -208
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.po +169 -212
- bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.po +166 -209
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +195 -246
- facebook-button-plugin.php +34 -59
- languages/facebook-ru_RU.mo +0 -0
- languages/facebook-ru_RU.po +46 -97
- readme.txt +10 -3
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.3.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
@@ -17,379 +17,310 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
17 |
'captcha/captcha.php' => array(
|
18 |
'name' => 'Captcha',
|
19 |
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
20 |
-
'link' => 'http://bestwebsoft.com/
|
21 |
-
'download' => 'http://bestwebsoft.com/
|
22 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
|
23 |
'settings' => 'admin.php?page=captcha.php',
|
24 |
-
'pro_version' => 'captcha-pro/captcha_pro.php'
|
|
|
|
|
25 |
),
|
26 |
'contact-form-plugin/contact_form.php' => array(
|
27 |
-
'name' => 'Contact
|
28 |
'description' => 'Add Contact Form to your WordPress website.',
|
29 |
-
'link' => 'http://bestwebsoft.com/
|
30 |
-
'download' => 'http://bestwebsoft.com/
|
31 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
|
32 |
'settings' => 'admin.php?page=contact_form.php',
|
33 |
-
'pro_version' => 'contact-form-pro/contact_form_pro.php'
|
|
|
|
|
34 |
),
|
35 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
36 |
'name' => 'Facebook Like Button',
|
37 |
'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
|
38 |
-
'link' => 'http://bestwebsoft.com/
|
39 |
-
'download' => 'http://bestwebsoft.com/
|
40 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
41 |
'settings' => 'admin.php?page=facebook-button-plugin.php',
|
42 |
-
'pro_version' => 'facebook-button-pro/facebook-button-pro.php'
|
|
|
|
|
43 |
),
|
44 |
'twitter-plugin/twitter.php' => array(
|
45 |
'name' => 'Twitter',
|
46 |
'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
|
47 |
-
'link' => 'http://bestwebsoft.com/
|
48 |
-
'download' => 'http://bestwebsoft.com/
|
49 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
50 |
'settings' => 'admin.php?page=twitter.php',
|
51 |
-
'pro_version' => 'twitter-pro/twitter-pro.php'
|
|
|
|
|
52 |
),
|
53 |
'portfolio/portfolio.php' => array(
|
54 |
'name' => 'Portfolio',
|
55 |
'description' => 'Allows you to create a page with the information about your past projects.',
|
56 |
-
'link' => 'http://bestwebsoft.com/
|
57 |
-
'download' => 'http://bestwebsoft.com/
|
58 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
|
59 |
'settings' => 'admin.php?page=portfolio.php'
|
60 |
),
|
61 |
'gallery-plugin/gallery-plugin.php' => array(
|
62 |
'name' => 'Gallery',
|
63 |
'description' => 'Allows you to implement a Gallery page into your website.',
|
64 |
-
'link' => 'http://bestwebsoft.com/
|
65 |
-
'download' => 'http://bestwebsoft.com/
|
66 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
67 |
'settings' => 'admin.php?page=gallery-plugin.php',
|
68 |
-
'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php'
|
|
|
|
|
69 |
),
|
70 |
'adsense-plugin/adsense-plugin.php'=> array(
|
71 |
'name' => 'Google AdSense',
|
72 |
'description' => 'Allows Google AdSense implementation to your website.',
|
73 |
-
'link' => 'http://bestwebsoft.com/
|
74 |
-
'download' => 'http://bestwebsoft.com/
|
75 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
76 |
'settings' => 'admin.php?page=adsense-plugin.php'
|
77 |
),
|
78 |
'custom-search-plugin/custom-search-plugin.php'=> array(
|
79 |
'name' => 'Custom Search',
|
80 |
'description' => 'Allows to extend your website search functionality by adding a custom post type.',
|
81 |
-
'link' => 'http://bestwebsoft.com/
|
82 |
-
'download' => 'http://bestwebsoft.com/
|
83 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
84 |
'settings' => 'admin.php?page=custom_search.php'
|
85 |
),
|
86 |
'quotes-and-tips/quotes-and-tips.php'=> array(
|
87 |
'name' => 'Quotes and Tips',
|
88 |
'description' => 'Allows you to implement quotes & tips block into your web site.',
|
89 |
-
'link' => 'http://bestwebsoft.com/
|
90 |
-
'download' => 'http://bestwebsoft.com/
|
91 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
|
92 |
'settings' => 'admin.php?page=quotes-and-tips.php'
|
93 |
),
|
94 |
'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
|
95 |
'name' => 'Google Sitemap',
|
96 |
'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
|
97 |
-
'link' => 'http://bestwebsoft.com/
|
98 |
-
'download' => 'http://bestwebsoft.com/
|
99 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
100 |
'settings' => 'admin.php?page=google-sitemap-plugin.php',
|
101 |
-
'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php'
|
|
|
|
|
102 |
),
|
103 |
'updater/updater.php'=> array(
|
104 |
'name' => 'Updater',
|
105 |
'description' => 'Allows you to update plugins and WP core.',
|
106 |
-
'link' => 'http://bestwebsoft.com/
|
107 |
-
'download' => 'http://bestwebsoft.com/
|
108 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
|
109 |
'settings' => 'admin.php?page=updater-options',
|
110 |
-
'pro_version' => 'updater-pro/updater_pro.php'
|
|
|
|
|
111 |
),
|
112 |
'custom-fields-search/custom-fields-search.php'=> array(
|
113 |
'name' => 'Custom Fields Search',
|
114 |
'description' => 'Allows you to add website search any existing custom fields.',
|
115 |
-
'link' => 'http://bestwebsoft.com/
|
116 |
-
'download' => 'http://bestwebsoft.com/
|
117 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
|
118 |
'settings' => 'admin.php?page=custom_fields_search.php'
|
119 |
),
|
120 |
'google-one/google-plus-one.php' => array(
|
121 |
'name' => 'Google +1',
|
122 |
'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
|
123 |
-
'link' => 'http://bestwebsoft.com/
|
124 |
-
'download' => 'http://bestwebsoft.com/
|
125 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
|
126 |
'settings' => 'admin.php?page=google-plus-one.php',
|
127 |
-
'pro_version' => 'google-one-pro/google-plus-one-pro.php'
|
|
|
|
|
128 |
),
|
129 |
'relevant/related-posts-plugin.php' => array(
|
130 |
'name' => 'Relevant - Related Posts',
|
131 |
'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
|
132 |
-
'link' => 'http://bestwebsoft.com/
|
133 |
-
'download' => 'http://bestwebsoft.com/
|
134 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
|
135 |
'settings' => 'admin.php?page=related-posts-plugin.php'
|
136 |
),
|
137 |
'contact-form-to-db/contact_form_to_db.php' => array(
|
138 |
'name' => 'Contact Form To DB',
|
139 |
'description' => 'Allows you to manage the messages that have been sent from your site.',
|
140 |
-
'link' => 'http://bestwebsoft.com/
|
141 |
-
'download' => 'http://bestwebsoft.com/
|
142 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
|
143 |
'settings' => 'admin.php?page=cntctfrmtdb_settings',
|
144 |
-
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php'
|
|
|
|
|
145 |
),
|
146 |
'pdf-print/pdf-print.php' => array(
|
147 |
'name' => 'PDF & Print',
|
148 |
'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
|
149 |
-
'link' => 'http://bestwebsoft.com/
|
150 |
-
'download' => 'http://bestwebsoft.com/
|
151 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
|
152 |
'settings' => 'admin.php?page=pdf-print.php',
|
153 |
-
'pro_version' => 'pdf-print-pro/pdf-print-pro.php'
|
|
|
|
|
154 |
),
|
155 |
'donate-button/donate.php' => array(
|
156 |
'name' => 'Donate',
|
157 |
'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
|
158 |
-
'link' => 'http://bestwebsoft.com/
|
159 |
-
'download' => 'http://bestwebsoft.com/
|
160 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
|
161 |
'settings' => 'admin.php?page=donate.php'
|
162 |
),
|
163 |
'post-to-csv/post-to-csv.php' => array(
|
164 |
'name' => 'Post To CSV',
|
165 |
'description' => 'The plugin allows to export posts of any types to a csv file.',
|
166 |
-
'link' => 'http://bestwebsoft.com/
|
167 |
-
'download' => 'http://bestwebsoft.com/
|
168 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Post+To+CSV+Bestwebsoft&plugin-search-input=Search+Plugins',
|
169 |
'settings' => 'admin.php?page=post-to-csv.php'
|
170 |
),
|
171 |
'google-shortlink/google-shortlink.php' => array(
|
172 |
'name' => 'Google Shortlink',
|
173 |
'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
|
174 |
-
'link' => 'http://bestwebsoft.com/
|
175 |
-
'download' => 'http://bestwebsoft.com/
|
176 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Shortlink+Bestwebsoft&plugin-search-input=Search+Plugins',
|
177 |
'settings' => 'admin.php?page=gglshrtlnk_options'
|
178 |
),
|
179 |
'htaccess/htaccess.php' => array(
|
180 |
'name' => 'Htaccess',
|
181 |
'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
|
182 |
-
'link' => 'http://bestwebsoft.com/
|
183 |
-
'download' => 'http://bestwebsoft.com/
|
184 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
|
185 |
'settings' => 'admin.php?page=htaccess.php'
|
186 |
),
|
187 |
'google-captcha/google-captcha.php' => array(
|
188 |
'name' => 'Google Captcha (reCAPTCHA)',
|
189 |
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
190 |
-
'link' => 'http://bestwebsoft.com/
|
191 |
-
'download' => 'http://bestwebsoft.com/
|
192 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
|
193 |
'settings' => 'admin.php?page=google-captcha.php'
|
194 |
),
|
195 |
'sender/sender.php' => array(
|
196 |
'name' => 'Sender',
|
197 |
'description' => 'You can send mails to all users or to certain categories of users.',
|
198 |
-
'link' => 'http://bestwebsoft.com/
|
199 |
-
'download' => 'http://bestwebsoft.com/
|
200 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
|
201 |
'settings' => 'admin.php?page=sndr_settings',
|
202 |
-
'pro_version' => 'sender-pro/sender-pro.php'
|
|
|
|
|
203 |
),
|
204 |
'subscriber/subscriber.php' => array(
|
205 |
'name' => 'Subscriber',
|
206 |
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
207 |
-
'link' => 'http://bestwebsoft.com/
|
208 |
-
'download' => 'http://bestwebsoft.com/
|
209 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
|
210 |
'settings' => 'admin.php?page=sbscrbr_settings_page'
|
211 |
),
|
212 |
'contact-form-multi/contact-form-multi.php' => array(
|
213 |
'name' => 'Contact Form Multi',
|
214 |
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
215 |
-
'link' => 'http://bestwebsoft.com/
|
216 |
-
'download' => 'http://bestwebsoft.com/
|
217 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
218 |
'settings' => '',
|
219 |
-
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php'
|
|
|
|
|
220 |
),
|
221 |
'bws-google-maps/bws-google-maps.php' => array(
|
222 |
'name' => 'BestWebSoft Google Maps',
|
223 |
'description' => 'Easy to set up and insert Google Maps to your website.',
|
224 |
-
'link' => 'http://bestwebsoft.com/
|
225 |
-
'download' => 'http://bestwebsoft.com/
|
226 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
|
227 |
'settings' => 'admin.php?page=bws-google-maps.php',
|
228 |
-
'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php'
|
|
|
|
|
229 |
),
|
230 |
'bws-google-analytics/bws-google-analytics.php' => array(
|
231 |
'name' => 'BestWebSoft Google Analytics',
|
232 |
'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
|
233 |
-
'link' => 'http://bestwebsoft.com/
|
234 |
-
'download' => 'http://bestwebsoft.com/
|
235 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
|
236 |
'settings' => 'admin.php?page=bws-google-analytics.php'
|
237 |
),
|
238 |
'db-manager/db-manager.php' => array(
|
239 |
'name' => 'DB manager',
|
240 |
'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
|
241 |
-
'link' => 'http://bestwebsoft.com/
|
242 |
-
'download' => 'http://bestwebsoft.com/
|
243 |
-
'wp_install' => 'http://bestwebsoft.com/
|
244 |
'settings' => 'admin.php?page=db-manager.php'
|
245 |
),
|
246 |
'user-role/user-role.php' => array(
|
247 |
'name' => 'User Role',
|
248 |
'description' => 'Allows to change wordpress user role capabilities.',
|
249 |
-
'link' => 'http://bestwebsoft.com/
|
250 |
-
'download' => 'http://bestwebsoft.com/
|
251 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
|
252 |
'settings' => 'admin.php?page=user-role.php',
|
253 |
-
'pro_version' => 'user-role-pro/user-role-pro.php'
|
|
|
|
|
254 |
),
|
255 |
'email-queue/email-queue.php' => array(
|
256 |
'name' => 'Email Queue',
|
257 |
'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
|
258 |
-
'link' => 'http://bestwebsoft.com/
|
259 |
-
'download' => 'http://bestwebsoft.com/
|
260 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
|
261 |
'settings' => 'admin.php?page=mlq_settings'
|
262 |
),
|
263 |
'limit-attempts/limit-attempts.php' => array(
|
264 |
'name' => 'Limit Attempts',
|
265 |
'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
|
266 |
-
'link' => 'http://bestwebsoft.com/
|
267 |
-
'download' => 'http://bestwebsoft.com/
|
268 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
|
269 |
'settings' => 'admin.php?page=limit-attempts.php',
|
270 |
-
'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php'
|
|
|
|
|
271 |
),
|
272 |
'job-board/job-board.php' => array(
|
273 |
'name' => 'Job board',
|
274 |
'description' => 'Allows to create a job-board page on your site.',
|
275 |
-
'link' => 'http://bestwebsoft.com/
|
276 |
-
'download' => 'http://bestwebsoft.com/
|
277 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
|
278 |
'settings' => 'admin.php?page=job-board.php'
|
279 |
-
)
|
280 |
-
);
|
281 |
-
$bws_plugins_pro = array(
|
282 |
-
'gallery-plugin-pro/gallery-plugin-pro.php' => array(
|
283 |
-
'name' => 'Gallery Pro',
|
284 |
-
'description' => 'Allows you to implement as many galleries as you want into your website.',
|
285 |
-
'link' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
286 |
-
'purchase' => 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
287 |
-
'settings' => 'admin.php?page=gallery-plugin-pro.php'
|
288 |
-
),
|
289 |
-
'contact-form-pro/contact_form_pro.php' => array(
|
290 |
-
'name' => 'Contact form Pro',
|
291 |
-
'description' => 'Allows you to implement a feedback form to a web-page or a post in no time.',
|
292 |
-
'link' => 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
293 |
-
'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',
|
294 |
-
'settings' => 'admin.php?page=contact_form_pro.php'
|
295 |
-
),
|
296 |
-
'captcha-pro/captcha_pro.php' => array(
|
297 |
-
'name' => 'Captcha Pro',
|
298 |
-
'description' => 'Allows you to implement a super security captcha form into web forms.',
|
299 |
-
'link' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
300 |
-
'purchase' => 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
301 |
-
'settings' => 'admin.php?page=captcha_pro.php'
|
302 |
),
|
303 |
-
'
|
304 |
-
'name' => '
|
305 |
-
'description' => 'Allows
|
306 |
-
'link' => 'http://bestwebsoft.com/
|
307 |
-
'
|
308 |
-
'
|
309 |
-
|
310 |
-
'contact-form-to-db-pro/contact_form_to_db_pro.php' => array(
|
311 |
-
'name' => 'Contact form to DB Pro',
|
312 |
-
'description' => 'The plugin provides a unique opportunity to manage messages sent from your site via the contact form.',
|
313 |
-
'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,
|
314 |
-
'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',
|
315 |
-
'settings' => 'admin.php?page=cntctfrmtdbpr_settings'
|
316 |
-
),
|
317 |
-
'google-sitemap-pro/google-sitemap-pro.php'=> array(
|
318 |
-
'name' => 'Google Sitemap Pro',
|
319 |
-
'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
|
320 |
-
'link' => 'http://bestwebsoft.com/plugin/google-sitemap-pro/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
321 |
-
'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',
|
322 |
-
'settings' => 'admin.php?page=google-sitemap-pro.php'
|
323 |
-
),
|
324 |
-
'twitter-pro/twitter-pro.php' => array(
|
325 |
-
'name' => 'Twitter Pro',
|
326 |
-
'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
|
327 |
-
'link' => 'http://bestwebsoft.com/plugin/twitter-pro/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
328 |
-
'purchase' => 'http://bestwebsoft.com/plugin/twitter-pro?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
329 |
-
'settings' => 'admin.php?page=twitter-pro.php'
|
330 |
-
),
|
331 |
-
'google-one-pro/google-plus-one-pro.php' => array(
|
332 |
-
'name' => 'Google +1 Pro',
|
333 |
-
'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
|
334 |
-
'link' => 'http://bestwebsoft.com/plugin/google-plus-one-pro/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
335 |
-
'purchase' => 'http://bestwebsoft.com/plugin/google-plus-one-pro?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
336 |
-
'settings' => 'admin.php?page=google-plus-one-pro.php'
|
337 |
-
),
|
338 |
-
'facebook-button-pro/facebook-button-pro.php' => array(
|
339 |
-
'name' => 'Facebook Like Button Pro',
|
340 |
-
'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
|
341 |
-
'link' => 'http://bestwebsoft.com/plugin/facebook-like-button-pro/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
342 |
-
'purchase' => 'http://bestwebsoft.com/plugin/facebook-like-button-pro?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
343 |
-
'settings' => 'admin.php?page=facebook-button-pro.php'
|
344 |
-
),
|
345 |
-
'pdf-print-pro/pdf-print-pro.php' => array(
|
346 |
-
'name' => 'PDF & Print Pro',
|
347 |
-
'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
|
348 |
-
'link' => 'http://bestwebsoft.com/plugin/pdf-print-pro/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
349 |
-
'purchase' => 'http://bestwebsoft.com/plugin/pdf-print-pro?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
350 |
-
'settings' => 'admin.php?page=pdf-print-pro.php'
|
351 |
-
),
|
352 |
-
'bws-google-maps-pro/bws-google-maps-pro.php' => array(
|
353 |
-
'name' => 'BestWebSoft Google Maps Pro',
|
354 |
-
'description' => 'Easy to set up and insert Google Maps to your website.',
|
355 |
-
'link' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
356 |
-
'purchase' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
357 |
-
'settings' => 'admin.php?page=bws-google-maps-pro.php'
|
358 |
-
),
|
359 |
-
'contact-form-multi-pro/contact-form-multi-pro.php' => array(
|
360 |
-
'name' => 'Contact Form Multi Pro',
|
361 |
-
'description' => 'This plugin is an exclusive add-on to the Contact Form Pro. Allows to create multiple contact forms.',
|
362 |
-
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
363 |
-
'purchase' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
364 |
-
'settings' => ''
|
365 |
-
),
|
366 |
-
'user-role-pro/user-role-pro.php' => array(
|
367 |
-
'name' => 'User Role Pro',
|
368 |
-
'description' => 'Allows to change wordpress user role capabilities.',
|
369 |
-
'link' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
370 |
-
'purchase' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
371 |
-
'settings' => 'admin.php?page=user-role-pro.php'
|
372 |
-
),
|
373 |
-
'sender-pro/sender-pro.php' => array(
|
374 |
-
'name' => 'Sender Pro',
|
375 |
-
'description' => 'You can send mails to all users or to certain categories of users.',
|
376 |
-
'link' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
377 |
-
'purchase' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
378 |
-
'settings' => 'admin.php?page=sndrpr_settings'
|
379 |
-
),
|
380 |
-
'limit-attempts-pro/limit-attempts-pro.php' => array(
|
381 |
-
'name' => 'Limit Attempts Pro',
|
382 |
-
'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
|
383 |
-
'link' => 'http://bestwebsoft.com/plugin/limit-attempts-pro/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
384 |
-
'purchase' => 'http://bestwebsoft.com/plugin/limit-attempts-pro/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
385 |
-
'settings' => 'admin.php?page=limit-attempts-pro.php',
|
386 |
)
|
387 |
);
|
388 |
|
389 |
$all_plugins = get_plugins();
|
390 |
$active_plugins = get_option( 'active_plugins' );
|
391 |
-
|
392 |
$recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
|
|
|
393 |
|
394 |
foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
|
395 |
if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
|
@@ -398,81 +329,47 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
398 |
}
|
399 |
|
400 |
foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
401 |
-
if (
|
402 |
-
unset( $all_plugins[ $key_plugin ] );
|
403 |
-
|
404 |
-
if ( isset( $bws_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
|
405 |
unset( $all_plugins[ $key_plugin ] );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
}
|
407 |
}
|
408 |
|
409 |
if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) {
|
410 |
$all_plugins = get_plugins();
|
411 |
$active_plugins = get_option( 'active_plugins' );
|
412 |
-
$sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
|
413 |
$mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
|
414 |
-
if ( is_array( $mysql_info) )
|
415 |
$sql_mode = $mysql_info[0]->Value;
|
416 |
if ( empty( $sql_mode ) )
|
417 |
$sql_mode = __( 'Not set', 'bestwebsoft' );
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
if ( ini_get('post_max_size') )
|
431 |
-
$post_max_size = ini_get('post_max_size');
|
432 |
-
else
|
433 |
-
$post_max_size = __( 'N/A', 'bestwebsoft' );
|
434 |
-
if ( ini_get( 'max_execution_time' ) )
|
435 |
-
$max_execution_time = ini_get( 'max_execution_time' );
|
436 |
-
else
|
437 |
-
$max_execution_time = __( 'N/A', 'bestwebsoft' );
|
438 |
-
if ( ini_get( 'memory_limit' ) )
|
439 |
-
$memory_limit = ini_get( 'memory_limit' );
|
440 |
-
else
|
441 |
-
$memory_limit = __( 'N/A', 'bestwebsoft' );
|
442 |
-
if ( function_exists( 'memory_get_usage' ) )
|
443 |
-
$memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' );
|
444 |
-
else
|
445 |
-
$memory_usage = __( 'N/A', 'bestwebsoft' );
|
446 |
-
if ( is_callable( 'exif_read_data' ) )
|
447 |
-
$exif_read_data = __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
|
448 |
-
else
|
449 |
-
$exif_read_data = __( 'No', 'bestwebsoft' );
|
450 |
-
if ( is_callable( 'iptcparse' ) )
|
451 |
-
$iptcparse = __( 'Yes', 'bestwebsoft' );
|
452 |
-
else
|
453 |
-
$iptcparse = __( 'No', 'bestwebsoft' );
|
454 |
-
if ( is_callable( 'xml_parser_create' ) )
|
455 |
-
$xml_parser_create = __( 'Yes', 'bestwebsoft' );
|
456 |
-
else
|
457 |
-
$xml_parser_create = __( 'No', 'bestwebsoft' );
|
458 |
-
|
459 |
-
if ( function_exists( 'wp_get_theme' ) )
|
460 |
-
$theme = wp_get_theme();
|
461 |
-
else
|
462 |
-
$theme = get_theme( get_current_theme() );
|
463 |
|
464 |
if ( function_exists( 'is_multisite' ) ) {
|
465 |
-
if ( is_multisite() )
|
466 |
$multisite = __( 'Yes', 'bestwebsoft' );
|
467 |
-
|
468 |
$multisite = __( 'No', 'bestwebsoft' );
|
469 |
-
}
|
470 |
} else
|
471 |
$multisite = __( 'N/A', 'bestwebsoft' );
|
472 |
|
473 |
-
$site_url = get_option( 'siteurl' );
|
474 |
-
$home_url = get_option( 'home' );
|
475 |
-
$db_version = get_option( 'db_version' );
|
476 |
$system_info = array(
|
477 |
'system_info' => '',
|
478 |
'active_plugins' => '',
|
@@ -482,7 +379,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
482 |
__( 'Operating System', 'bestwebsoft' ) => PHP_OS,
|
483 |
__( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
|
484 |
__( 'Memory usage', 'bestwebsoft' ) => $memory_usage,
|
485 |
-
__( 'MYSQL Version', 'bestwebsoft' ) => $
|
486 |
__( 'SQL Mode', 'bestwebsoft' ) => $sql_mode,
|
487 |
__( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
|
488 |
__( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
|
@@ -494,21 +391,20 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
494 |
__( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
|
495 |
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
496 |
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
497 |
-
__( 'Site URL', 'bestwebsoft' ) =>
|
498 |
-
__( 'Home URL', 'bestwebsoft' ) =>
|
499 |
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
500 |
'$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
|
501 |
__( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
|
502 |
-
__( 'WordPress DB Version', 'bestwebsoft' ) =>
|
503 |
__( 'Multisite', 'bestwebsoft' ) => $multisite,
|
504 |
__( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version']
|
505 |
);
|
506 |
foreach ( $all_plugins as $path => $plugin ) {
|
507 |
-
if ( is_plugin_active( $path ) )
|
508 |
$system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
509 |
-
|
510 |
$system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
511 |
-
}
|
512 |
}
|
513 |
}
|
514 |
|
@@ -563,15 +459,22 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
563 |
} ?>
|
564 |
<div class="wrap">
|
565 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
566 |
-
<h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
567 |
<h2 class="nav-tab-wrapper">
|
568 |
<a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
569 |
<?php if ( $wp_version >= '3.4' ) { ?>
|
570 |
<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>
|
571 |
<?php } ?>
|
572 |
-
<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>
|
573 |
</h2>
|
574 |
-
<?php if ( !isset( $_GET['action'] ) ) { ?>
|
575 |
<ul class="subsubsub">
|
576 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
577 |
<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> |
|
@@ -581,15 +484,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
581 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
582 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
583 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
584 |
-
if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
|
585 |
-
$
|
586 |
-
|
587 |
-
|
588 |
-
else {
|
589 |
-
$key_plugin_explode = explode( '-pro/', $key_plugin );
|
590 |
-
$icon = $key_plugin_explode[0];
|
591 |
-
}
|
592 |
-
} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
593 |
$key_plugin_explode = explode( '-plugin/', $key_plugin );
|
594 |
if ( isset( $key_plugin_explode[1] ) )
|
595 |
$icon = $key_plugin_explode[0];
|
@@ -597,31 +495,50 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
597 |
$key_plugin_explode = explode( '/', $key_plugin );
|
598 |
$icon = $key_plugin_explode[0];
|
599 |
}
|
600 |
-
}
|
601 |
|
602 |
-
if ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) { ?>
|
603 |
-
|
604 |
-
<div class="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
605 |
<div class="bws_product">
|
606 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
607 |
<div class="bws_product_content">
|
608 |
<div class="bws_product_icon">
|
609 |
<div class="bws_product_icon_pro">PRO</div>
|
610 |
-
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
611 |
-
</div>
|
612 |
-
<div class="bws_product_description"><?php echo $
|
613 |
</div>
|
614 |
<div class="clear"></div>
|
615 |
-
</div>
|
616 |
-
<div class="bws_product_links">
|
617 |
-
<a href="<?php echo $
|
618 |
-
|
619 |
-
|
620 |
-
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
621 |
-
<?php } ?>
|
622 |
</div>
|
623 |
</div>
|
624 |
-
<?php }
|
625 |
<div class="bws_product_box bws_product_free">
|
626 |
<div class="bws_product">
|
627 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
@@ -631,8 +548,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
631 |
</div>
|
632 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
633 |
</div>
|
634 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ][
|
635 |
-
<a class="bws_product_button" href="<?php echo $
|
636 |
<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
637 |
</a>
|
638 |
<?php } else { ?>
|
@@ -651,55 +568,34 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
651 |
</div>
|
652 |
</div>
|
653 |
<?php }
|
654 |
-
}
|
655 |
-
|
656 |
-
<div class="
|
657 |
-
<div class="
|
658 |
-
|
659 |
-
<div class="
|
660 |
-
<
|
661 |
-
<div class="bws_product_icon_pro">PRO</div>
|
662 |
-
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
663 |
-
</div>
|
664 |
-
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
665 |
</div>
|
666 |
-
<div class="
|
667 |
-
</div>
|
668 |
-
<div class="bws_product_links">
|
669 |
-
<a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
670 |
-
<span> | </span>
|
671 |
-
<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
|
672 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
673 |
</div>
|
674 |
-
|
675 |
-
|
676 |
-
<
|
677 |
-
|
678 |
-
<div class="bws_product_content">
|
679 |
-
<div class="bws_product_icon">
|
680 |
-
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
681 |
-
</div>
|
682 |
-
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
683 |
-
</div>
|
684 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
685 |
-
<a class="bws_product_button" href="<?php echo $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ]["purchase"]; ?>" target="_blank">
|
686 |
-
<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
687 |
-
</a>
|
688 |
-
<?php } else { ?>
|
689 |
-
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
690 |
-
<strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
|
691 |
-
</a>
|
692 |
-
<?php } ?>
|
693 |
-
<div class="clear"></div>
|
694 |
-
</div>
|
695 |
-
<div class="bws_product_links">
|
696 |
-
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
697 |
-
<span> | </span>
|
698 |
-
<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
|
699 |
-
</div>
|
700 |
</div>
|
701 |
-
|
702 |
-
}
|
703 |
}
|
704 |
} ?>
|
705 |
<div class="clear"></div>
|
@@ -707,15 +603,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
707 |
<h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
|
708 |
<?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
|
709 |
|
710 |
-
if ( isset( $
|
711 |
-
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
712 |
-
if ( isset( $key_plugin_explode[1] ) )
|
713 |
-
$icon = $key_plugin_explode[0];
|
714 |
-
else {
|
715 |
-
$key_plugin_explode = explode( '-pro/', $key_plugin );
|
716 |
-
$icon = $key_plugin_explode[0];
|
717 |
-
}
|
718 |
-
} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
719 |
$key_plugin_explode = explode( '-plugin/', $key_plugin );
|
720 |
if ( isset( $key_plugin_explode[1] ) )
|
721 |
$icon = $key_plugin_explode[0];
|
@@ -729,28 +617,28 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
729 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
730 |
<div class="bws_product_content">
|
731 |
<div class="bws_product_icon">
|
732 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] )
|
733 |
<div class="bws_product_icon_pro">PRO</div>
|
734 |
<?php } ?>
|
735 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
736 |
</div>
|
737 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
738 |
</div>
|
739 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ][
|
740 |
-
<a class="bws_product_button" href="<?php echo $
|
741 |
-
<?php
|
742 |
</a>
|
743 |
<?php } else { ?>
|
744 |
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
745 |
-
<strong><?php
|
746 |
</a>
|
747 |
<?php } ?>
|
748 |
</div>
|
749 |
<div class="clear"></div>
|
750 |
<div class="bws_product_links">
|
751 |
-
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php
|
752 |
<span> | </span>
|
753 |
-
<a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php
|
754 |
</div>
|
755 |
</div>
|
756 |
<?php }
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.3.9
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
17 |
'captcha/captcha.php' => array(
|
18 |
'name' => 'Captcha',
|
19 |
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
20 |
+
'link' => 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
21 |
+
'download' => 'http://bestwebsoft.com/products/captcha/download/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
22 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
|
23 |
'settings' => 'admin.php?page=captcha.php',
|
24 |
+
'pro_version' => 'captcha-pro/captcha_pro.php',
|
25 |
+
'purchase' => 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
26 |
+
'pro_settings' => 'admin.php?page=captcha_pro.php'
|
27 |
),
|
28 |
'contact-form-plugin/contact_form.php' => array(
|
29 |
+
'name' => 'Contact Form',
|
30 |
'description' => 'Add Contact Form to your WordPress website.',
|
31 |
+
'link' => 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
32 |
+
'download' => 'http://bestwebsoft.com/products/contact-form/download/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
33 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
|
34 |
'settings' => 'admin.php?page=contact_form.php',
|
35 |
+
'pro_version' => 'contact-form-pro/contact_form_pro.php',
|
36 |
+
'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
37 |
+
'pro_settings' => 'admin.php?page=contact_form_pro.php'
|
38 |
),
|
39 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
40 |
'name' => 'Facebook Like Button',
|
41 |
'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
|
42 |
+
'link' => 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
43 |
+
'download' => 'http://bestwebsoft.com/products/facebook-like-button/download/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
44 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
45 |
'settings' => 'admin.php?page=facebook-button-plugin.php',
|
46 |
+
'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
|
47 |
+
'purchase' => 'http://bestwebsoft.com/products/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
48 |
+
'pro_settings' => 'admin.php?page=facebook-button-pro.php'
|
49 |
),
|
50 |
'twitter-plugin/twitter.php' => array(
|
51 |
'name' => 'Twitter',
|
52 |
'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
|
53 |
+
'link' => 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
54 |
+
'download' => 'http://bestwebsoft.com/products/twitter/download/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
55 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
56 |
'settings' => 'admin.php?page=twitter.php',
|
57 |
+
'pro_version' => 'twitter-pro/twitter-pro.php',
|
58 |
+
'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
59 |
+
'pro_settings' => 'admin.php?page=twitter-pro.php'
|
60 |
),
|
61 |
'portfolio/portfolio.php' => array(
|
62 |
'name' => 'Portfolio',
|
63 |
'description' => 'Allows you to create a page with the information about your past projects.',
|
64 |
+
'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
65 |
+
'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
66 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
|
67 |
'settings' => 'admin.php?page=portfolio.php'
|
68 |
),
|
69 |
'gallery-plugin/gallery-plugin.php' => array(
|
70 |
'name' => 'Gallery',
|
71 |
'description' => 'Allows you to implement a Gallery page into your website.',
|
72 |
+
'link' => 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
73 |
+
'download' => 'http://bestwebsoft.com/products/gallery/download/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
74 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
75 |
'settings' => 'admin.php?page=gallery-plugin.php',
|
76 |
+
'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
|
77 |
+
'purchase' => 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
78 |
+
'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
|
79 |
),
|
80 |
'adsense-plugin/adsense-plugin.php'=> array(
|
81 |
'name' => 'Google AdSense',
|
82 |
'description' => 'Allows Google AdSense implementation to your website.',
|
83 |
+
'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
84 |
+
'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
85 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
86 |
'settings' => 'admin.php?page=adsense-plugin.php'
|
87 |
),
|
88 |
'custom-search-plugin/custom-search-plugin.php'=> array(
|
89 |
'name' => 'Custom Search',
|
90 |
'description' => 'Allows to extend your website search functionality by adding a custom post type.',
|
91 |
+
'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
92 |
+
'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
93 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
94 |
'settings' => 'admin.php?page=custom_search.php'
|
95 |
),
|
96 |
'quotes-and-tips/quotes-and-tips.php'=> array(
|
97 |
'name' => 'Quotes and Tips',
|
98 |
'description' => 'Allows you to implement quotes & tips block into your web site.',
|
99 |
+
'link' => 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
100 |
+
'download' => 'http://bestwebsoft.com/products/quotes-and-tips/download/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
101 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
|
102 |
'settings' => 'admin.php?page=quotes-and-tips.php'
|
103 |
),
|
104 |
'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
|
105 |
'name' => 'Google Sitemap',
|
106 |
'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
|
107 |
+
'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
108 |
+
'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
109 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
110 |
'settings' => 'admin.php?page=google-sitemap-plugin.php',
|
111 |
+
'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
|
112 |
+
'purchase' => 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
113 |
+
'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
|
114 |
),
|
115 |
'updater/updater.php'=> array(
|
116 |
'name' => 'Updater',
|
117 |
'description' => 'Allows you to update plugins and WP core.',
|
118 |
+
'link' => 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
119 |
+
'download' => 'http://bestwebsoft.com/products/updater/download/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
120 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
|
121 |
'settings' => 'admin.php?page=updater-options',
|
122 |
+
'pro_version' => 'updater-pro/updater_pro.php',
|
123 |
+
'purchase' => 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
124 |
+
'pro_settings' => 'admin.php?page=updater-pro-options'
|
125 |
),
|
126 |
'custom-fields-search/custom-fields-search.php'=> array(
|
127 |
'name' => 'Custom Fields Search',
|
128 |
'description' => 'Allows you to add website search any existing custom fields.',
|
129 |
+
'link' => 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
130 |
+
'download' => 'http://bestwebsoft.com/products/custom-fields-search/download/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
131 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
|
132 |
'settings' => 'admin.php?page=custom_fields_search.php'
|
133 |
),
|
134 |
'google-one/google-plus-one.php' => array(
|
135 |
'name' => 'Google +1',
|
136 |
'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
|
137 |
+
'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
138 |
+
'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
139 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
|
140 |
'settings' => 'admin.php?page=google-plus-one.php',
|
141 |
+
'pro_version' => 'google-one-pro/google-plus-one-pro.php',
|
142 |
+
'purchase' => 'http://bestwebsoft.com/products/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
143 |
+
'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
|
144 |
),
|
145 |
'relevant/related-posts-plugin.php' => array(
|
146 |
'name' => 'Relevant - Related Posts',
|
147 |
'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
|
148 |
+
'link' => 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
149 |
+
'download' => 'http://bestwebsoft.com/products/related-posts/download/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
150 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
|
151 |
'settings' => 'admin.php?page=related-posts-plugin.php'
|
152 |
),
|
153 |
'contact-form-to-db/contact_form_to_db.php' => array(
|
154 |
'name' => 'Contact Form To DB',
|
155 |
'description' => 'Allows you to manage the messages that have been sent from your site.',
|
156 |
+
'link' => 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
157 |
+
'download' => 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
158 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
|
159 |
'settings' => 'admin.php?page=cntctfrmtdb_settings',
|
160 |
+
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
|
161 |
+
'purchase' => 'http://bestwebsoft.com/products/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
162 |
+
'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
|
163 |
),
|
164 |
'pdf-print/pdf-print.php' => array(
|
165 |
'name' => 'PDF & Print',
|
166 |
'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
|
167 |
+
'link' => 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
168 |
+
'download' => 'http://bestwebsoft.com/products/pdf-print/download/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
169 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
|
170 |
'settings' => 'admin.php?page=pdf-print.php',
|
171 |
+
'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
|
172 |
+
'purchase' => 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
173 |
+
'pro_settings' => 'admin.php?page=pdf-print-pro.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/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
179 |
+
'download' => 'http://bestwebsoft.com/products/donate/download/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
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 |
'post-to-csv/post-to-csv.php' => array(
|
184 |
'name' => 'Post To CSV',
|
185 |
'description' => 'The plugin allows to export posts of any types to a csv file.',
|
186 |
+
'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
187 |
+
'download' => 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
188 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Post+To+CSV+Bestwebsoft&plugin-search-input=Search+Plugins',
|
189 |
'settings' => 'admin.php?page=post-to-csv.php'
|
190 |
),
|
191 |
'google-shortlink/google-shortlink.php' => array(
|
192 |
'name' => 'Google Shortlink',
|
193 |
'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
|
194 |
+
'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
195 |
+
'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
196 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Shortlink+Bestwebsoft&plugin-search-input=Search+Plugins',
|
197 |
'settings' => 'admin.php?page=gglshrtlnk_options'
|
198 |
),
|
199 |
'htaccess/htaccess.php' => array(
|
200 |
'name' => 'Htaccess',
|
201 |
'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
|
202 |
+
'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
203 |
+
'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
204 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
|
205 |
'settings' => 'admin.php?page=htaccess.php'
|
206 |
),
|
207 |
'google-captcha/google-captcha.php' => array(
|
208 |
'name' => 'Google Captcha (reCAPTCHA)',
|
209 |
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
210 |
+
'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
211 |
+
'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
212 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
|
213 |
'settings' => 'admin.php?page=google-captcha.php'
|
214 |
),
|
215 |
'sender/sender.php' => array(
|
216 |
'name' => 'Sender',
|
217 |
'description' => 'You can send mails to all users or to certain categories of users.',
|
218 |
+
'link' => 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
219 |
+
'download' => 'http://bestwebsoft.com/products/sender/download/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
220 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
|
221 |
'settings' => 'admin.php?page=sndr_settings',
|
222 |
+
'pro_version' => 'sender-pro/sender-pro.php',
|
223 |
+
'purchase' => 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
224 |
+
'pro_settings' => 'admin.php?page=sndrpr_settings'
|
225 |
),
|
226 |
'subscriber/subscriber.php' => array(
|
227 |
'name' => 'Subscriber',
|
228 |
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
229 |
+
'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
230 |
+
'download' => 'http://bestwebsoft.com/products/subscriber/download/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
231 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
|
232 |
'settings' => 'admin.php?page=sbscrbr_settings_page'
|
233 |
),
|
234 |
'contact-form-multi/contact-form-multi.php' => array(
|
235 |
'name' => 'Contact Form Multi',
|
236 |
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
237 |
+
'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
238 |
+
'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
239 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
240 |
'settings' => '',
|
241 |
+
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
|
242 |
+
'purchase' => 'http://bestwebsoft.com/products/contact-form-multi/buy/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
243 |
+
'pro_settings' => ''
|
244 |
),
|
245 |
'bws-google-maps/bws-google-maps.php' => array(
|
246 |
'name' => 'BestWebSoft Google Maps',
|
247 |
'description' => 'Easy to set up and insert Google Maps to your website.',
|
248 |
+
'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
249 |
+
'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
250 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
|
251 |
'settings' => 'admin.php?page=bws-google-maps.php',
|
252 |
+
'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
|
253 |
+
'purchase' => 'http://bestwebsoft.com/products/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
254 |
+
'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
|
255 |
),
|
256 |
'bws-google-analytics/bws-google-analytics.php' => array(
|
257 |
'name' => 'BestWebSoft Google Analytics',
|
258 |
'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
|
259 |
+
'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
260 |
+
'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
261 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
|
262 |
'settings' => 'admin.php?page=bws-google-analytics.php'
|
263 |
),
|
264 |
'db-manager/db-manager.php' => array(
|
265 |
'name' => 'DB manager',
|
266 |
'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
|
267 |
+
'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
268 |
+
'download' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
269 |
+
'wp_install' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
270 |
'settings' => 'admin.php?page=db-manager.php'
|
271 |
),
|
272 |
'user-role/user-role.php' => array(
|
273 |
'name' => 'User Role',
|
274 |
'description' => 'Allows to change wordpress user role capabilities.',
|
275 |
+
'link' => 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
276 |
+
'download' => 'http://bestwebsoft.com/products/user-role/download/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
277 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
|
278 |
'settings' => 'admin.php?page=user-role.php',
|
279 |
+
'pro_version' => 'user-role-pro/user-role-pro.php',
|
280 |
+
'purchase' => 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
281 |
+
'pro_settings' => 'admin.php?page=user-role-pro.php'
|
282 |
),
|
283 |
'email-queue/email-queue.php' => array(
|
284 |
'name' => 'Email Queue',
|
285 |
'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
|
286 |
+
'link' => 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
287 |
+
'download' => 'http://bestwebsoft.com/products/email-queue/download/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
288 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
|
289 |
'settings' => 'admin.php?page=mlq_settings'
|
290 |
),
|
291 |
'limit-attempts/limit-attempts.php' => array(
|
292 |
'name' => 'Limit Attempts',
|
293 |
'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
|
294 |
+
'link' => 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
295 |
+
'download' => 'http://bestwebsoft.com/products/limit-attempts/download/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
296 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
|
297 |
'settings' => 'admin.php?page=limit-attempts.php',
|
298 |
+
'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
|
299 |
+
'purchase' => 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
300 |
+
'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
|
301 |
),
|
302 |
'job-board/job-board.php' => array(
|
303 |
'name' => 'Job board',
|
304 |
'description' => 'Allows to create a job-board page on your site.',
|
305 |
+
'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
306 |
+
'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
307 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
|
308 |
'settings' => 'admin.php?page=job-board.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
),
|
310 |
+
'multilanguage/multilanguage.php' => array(
|
311 |
+
'name' => 'Multilanguage',
|
312 |
+
'description' => 'Allows to create content on a Wordpress site in different languages.',
|
313 |
+
'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
314 |
+
'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
315 |
+
'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
|
316 |
+
'settings' => 'admin.php?page=mltlngg_settings'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
317 |
)
|
318 |
);
|
319 |
|
320 |
$all_plugins = get_plugins();
|
321 |
$active_plugins = get_option( 'active_plugins' );
|
|
|
322 |
$recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
|
323 |
+
$bws_plugins_pro = array();
|
324 |
|
325 |
foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
|
326 |
if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
|
329 |
}
|
330 |
|
331 |
foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
332 |
+
if ( isset( $value_plugin['Author'] ) && $value_plugin['Author'] != "BestWebSoft" )
|
|
|
|
|
|
|
333 |
unset( $all_plugins[ $key_plugin ] );
|
334 |
+
else {
|
335 |
+
foreach ( $bws_plugins as $key => $value ) {
|
336 |
+
if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
|
337 |
+
$bws_plugins_pro[ $key_plugin ] = $key;
|
338 |
+
unset( $all_plugins[ $key ] );
|
339 |
+
}
|
340 |
+
}
|
341 |
}
|
342 |
}
|
343 |
|
344 |
if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) {
|
345 |
$all_plugins = get_plugins();
|
346 |
$active_plugins = get_option( 'active_plugins' );
|
|
|
347 |
$mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
|
348 |
+
if ( is_array( $mysql_info ) )
|
349 |
$sql_mode = $mysql_info[0]->Value;
|
350 |
if ( empty( $sql_mode ) )
|
351 |
$sql_mode = __( 'Not set', 'bestwebsoft' );
|
352 |
+
|
353 |
+
$safe_mode = ( ini_get( 'safe_mode' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
|
354 |
+
$allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
|
355 |
+
$upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestwebsoft' );
|
356 |
+
$post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
|
357 |
+
$max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
|
358 |
+
$memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
|
359 |
+
$memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
|
360 |
+
$exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
|
361 |
+
$iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
362 |
+
$xml_parser_create = ( is_callable( 'xml_parser_create' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
363 |
+
$theme = ( function_exists( 'wp_get_theme' ) ) ? wp_get_theme() : get_theme( get_current_theme() );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
364 |
|
365 |
if ( function_exists( 'is_multisite' ) ) {
|
366 |
+
if ( is_multisite() )
|
367 |
$multisite = __( 'Yes', 'bestwebsoft' );
|
368 |
+
else
|
369 |
$multisite = __( 'No', 'bestwebsoft' );
|
|
|
370 |
} else
|
371 |
$multisite = __( 'N/A', 'bestwebsoft' );
|
372 |
|
|
|
|
|
|
|
373 |
$system_info = array(
|
374 |
'system_info' => '',
|
375 |
'active_plugins' => '',
|
379 |
__( 'Operating System', 'bestwebsoft' ) => PHP_OS,
|
380 |
__( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
|
381 |
__( 'Memory usage', 'bestwebsoft' ) => $memory_usage,
|
382 |
+
__( 'MYSQL Version', 'bestwebsoft' ) => $wpdb->get_var( "SELECT VERSION() AS version" ),
|
383 |
__( 'SQL Mode', 'bestwebsoft' ) => $sql_mode,
|
384 |
__( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
|
385 |
__( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
|
391 |
__( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
|
392 |
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
393 |
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
394 |
+
__( 'Site URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
|
395 |
+
__( 'Home URL', 'bestwebsoft' ) => get_option( 'home' ),
|
396 |
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
397 |
'$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
|
398 |
__( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
|
399 |
+
__( 'WordPress DB Version', 'bestwebsoft' ) => get_option( 'db_version' ),
|
400 |
__( 'Multisite', 'bestwebsoft' ) => $multisite,
|
401 |
__( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version']
|
402 |
);
|
403 |
foreach ( $all_plugins as $path => $plugin ) {
|
404 |
+
if ( is_plugin_active( $path ) )
|
405 |
$system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
406 |
+
else
|
407 |
$system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
|
|
408 |
}
|
409 |
}
|
410 |
|
459 |
} ?>
|
460 |
<div class="wrap">
|
461 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
462 |
+
<h2>
|
463 |
+
<span class="bws_main title">BestWebSoft</span>
|
464 |
+
<ul class="subsubsub bws_title_menu">
|
465 |
+
<li><a href="http://support.bestwebsoft.com/home" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
|
466 |
+
<li><a href="http://bestwebsoft.com/wp-login.php" target="_blank"><?php _e( 'Client area', 'bestwebsoft' ); ?></a></li>
|
467 |
+
<li><a class="bws_system_status <?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></li>
|
468 |
+
</ul>
|
469 |
+
<div class="clear"></div>
|
470 |
+
</h2>
|
471 |
<h2 class="nav-tab-wrapper">
|
472 |
<a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
473 |
<?php if ( $wp_version >= '3.4' ) { ?>
|
474 |
<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>
|
475 |
<?php } ?>
|
|
|
476 |
</h2>
|
477 |
+
<?php if ( ! isset( $_GET['action'] ) ) { ?>
|
478 |
<ul class="subsubsub">
|
479 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
480 |
<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> |
|
484 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
485 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
486 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
487 |
+
if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
|
488 |
+
$key_plugin = $bws_plugins_pro[ $key_plugin ];
|
489 |
+
|
490 |
+
if ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
|
|
|
|
|
|
|
|
|
|
491 |
$key_plugin_explode = explode( '-plugin/', $key_plugin );
|
492 |
if ( isset( $key_plugin_explode[1] ) )
|
493 |
$icon = $key_plugin_explode[0];
|
495 |
$key_plugin_explode = explode( '/', $key_plugin );
|
496 |
$icon = $key_plugin_explode[0];
|
497 |
}
|
498 |
+
}
|
499 |
|
500 |
+
if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && ( in_array( $bws_plugins[ $key_plugin ]['pro_version'], $active_plugins ) || is_plugin_active_for_network( $bws_plugins[ $key_plugin ]['pro_version'] ) ) ) { ?>
|
501 |
+
<div class="bws_product_box bws_exist_overlay">
|
502 |
+
<div class="bws_product">
|
503 |
+
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
504 |
+
<div class="bws_product_content">
|
505 |
+
<div class="bws_product_icon">
|
506 |
+
<div class="bws_product_icon_pro">PRO</div>
|
507 |
+
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
508 |
+
</div>
|
509 |
+
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
510 |
+
</div>
|
511 |
+
<div class="clear"></div>
|
512 |
+
</div>
|
513 |
+
<div class="bws_product_links">
|
514 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
515 |
+
<?php if ( '' != $bws_plugins[ $key_plugin ]["pro_settings"] ) { ?>
|
516 |
+
<span> | </span>
|
517 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
518 |
+
<?php } ?>
|
519 |
+
</div>
|
520 |
+
</div>
|
521 |
+
<?php } elseif ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) {
|
522 |
+
if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
523 |
+
<div class="bws_product_box bws_product_deactivated">
|
524 |
<div class="bws_product">
|
525 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
526 |
<div class="bws_product_content">
|
527 |
<div class="bws_product_icon">
|
528 |
<div class="bws_product_icon_pro">PRO</div>
|
529 |
+
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
530 |
+
</div>
|
531 |
+
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
532 |
</div>
|
533 |
<div class="clear"></div>
|
534 |
+
</div>
|
535 |
+
<div class="bws_product_links">
|
536 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
537 |
+
<span> | </span>
|
538 |
+
<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
|
|
|
|
|
539 |
</div>
|
540 |
</div>
|
541 |
+
<?php } else { ?>
|
542 |
<div class="bws_product_box bws_product_free">
|
543 |
<div class="bws_product">
|
544 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
548 |
</div>
|
549 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
550 |
</div>
|
551 |
+
<?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
|
552 |
+
<a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
|
553 |
<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
554 |
</a>
|
555 |
<?php } else { ?>
|
568 |
</div>
|
569 |
</div>
|
570 |
<?php }
|
571 |
+
} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
|
572 |
+
<div class="bws_product_box bws_product_deactivated bws_product_free">
|
573 |
+
<div class="bws_product">
|
574 |
+
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
575 |
+
<div class="bws_product_content">
|
576 |
+
<div class="bws_product_icon">
|
577 |
+
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
|
|
|
|
|
|
|
|
578 |
</div>
|
579 |
+
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
|
|
|
|
|
|
|
|
|
|
580 |
</div>
|
581 |
+
<?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
|
582 |
+
<a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
|
583 |
+
<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
|
584 |
+
</a>
|
585 |
+
<?php } else { ?>
|
586 |
+
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
587 |
+
<strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
|
588 |
+
</a>
|
589 |
+
<?php } ?>
|
590 |
+
<div class="clear"></div>
|
591 |
</div>
|
592 |
+
<div class="bws_product_links">
|
593 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
594 |
+
<span> | </span>
|
595 |
+
<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
596 |
</div>
|
597 |
+
</div>
|
598 |
+
<?php }
|
599 |
}
|
600 |
} ?>
|
601 |
<div class="clear"></div>
|
603 |
<h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
|
604 |
<?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
|
605 |
|
606 |
+
if ( isset( $bws_plugins[ $key_plugin ] ) ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
607 |
$key_plugin_explode = explode( '-plugin/', $key_plugin );
|
608 |
if ( isset( $key_plugin_explode[1] ) )
|
609 |
$icon = $key_plugin_explode[0];
|
617 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
618 |
<div class="bws_product_content">
|
619 |
<div class="bws_product_icon">
|
620 |
+
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
|
621 |
<div class="bws_product_icon_pro">PRO</div>
|
622 |
<?php } ?>
|
623 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
624 |
</div>
|
625 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
626 |
</div>
|
627 |
+
<?php if ( isset( $bws_plugins[ $key_plugin ]["pro_version"] ) ) { ?>
|
628 |
+
<a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
|
629 |
+
<?php _e( 'Go', 'bestwebsoft' ); ?> <strong>PRO</strong>
|
630 |
</a>
|
631 |
<?php } else { ?>
|
632 |
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
633 |
+
<strong><?php _e( 'DONATE', 'bestwebsoft' ); ?></strong>
|
634 |
</a>
|
635 |
<?php } ?>
|
636 |
</div>
|
637 |
<div class="clear"></div>
|
638 |
<div class="bws_product_links">
|
639 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
640 |
<span> | </span>
|
641 |
+
<a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestwebsoft' ); ?></a>
|
642 |
</div>
|
643 |
</div>
|
644 |
<?php }
|
bws_menu/css/general_style.css
CHANGED
@@ -7,7 +7,7 @@
|
|
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 {
|
11 |
display: none;
|
12 |
}
|
13 |
/*
|
7 |
#adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
|
8 |
opacity: 0.7;
|
9 |
}
|
10 |
+
.sticky-menu #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
11 |
display: none;
|
12 |
}
|
13 |
/*
|
bws_menu/css/style.css
CHANGED
@@ -153,6 +153,21 @@ h4.bws_installed:before {
|
|
153 |
background: #D69108 !important;
|
154 |
}
|
155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
/* theme page after WP 3.9 */
|
157 |
.toplevel_page_bws_plugins #availablethemes .theme-browser {
|
158 |
margin-top: 25px;
|
153 |
background: #D69108 !important;
|
154 |
}
|
155 |
|
156 |
+
.subsubsub.bws_title_menu {
|
157 |
+
float: right;
|
158 |
+
margin: 0;
|
159 |
+
}
|
160 |
+
.subsubsub a.bws_system_status {
|
161 |
+
display: inline-block;
|
162 |
+
background: url("../images/system-status.png") no-repeat scroll 10px 7px #0074a2;
|
163 |
+
color: #fff;
|
164 |
+
padding: 2px 10px 5px 36px;
|
165 |
+
border-radius: 2px;
|
166 |
+
margin-left: 13px;
|
167 |
+
}
|
168 |
+
.subsubsub a.bws_system_status:hover {
|
169 |
+
background-color: #529FBD;
|
170 |
+
}
|
171 |
/* theme page after WP 3.9 */
|
172 |
.toplevel_page_bws_plugins #availablethemes .theme-browser {
|
173 |
margin-top: 25px;
|
bws_menu/icons/multilanguage.png
ADDED
Binary file
|
bws_menu/images/system-status.png
ADDED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: \n"
|
@@ -19,445 +19,395 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ captcha
|
22 |
-
#: bws_menu.php:
|
23 |
msgid "Not set"
|
24 |
msgstr "Nicht festgelegt"
|
25 |
|
26 |
# @ captcha
|
27 |
-
#: bws_menu.php:
|
28 |
-
#: bws_menu.php:
|
29 |
msgid "On"
|
30 |
msgstr "Ein"
|
31 |
|
32 |
# @ captcha
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
msgid "Off"
|
36 |
msgstr "Ausgeschaltet"
|
37 |
|
38 |
# @ captcha
|
39 |
-
#: bws_menu.php:351
|
40 |
#: bws_menu.php:355
|
|
|
|
|
|
|
41 |
#: bws_menu.php:359
|
42 |
-
#: bws_menu.php:
|
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:
|
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 "Ja"
|
60 |
|
61 |
# @ captcha
|
62 |
-
#: bws_menu.php:
|
63 |
-
#: bws_menu.php:
|
64 |
-
#: bws_menu.php:
|
65 |
-
#: bws_menu.php:
|
66 |
msgid "No"
|
67 |
msgstr "Nein"
|
68 |
|
69 |
# @ captcha
|
70 |
-
#: bws_menu.php:
|
71 |
msgid "Operating System"
|
72 |
msgstr "Betriebs-System"
|
73 |
|
74 |
# @ captcha
|
75 |
-
#: bws_menu.php:
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ captcha
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Speichernutzung"
|
83 |
|
84 |
# @ captcha
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "MYSQL Version"
|
88 |
|
89 |
# @ captcha
|
90 |
-
#: bws_menu.php:
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "SQL Modus"
|
93 |
|
94 |
# @ captcha
|
95 |
-
#: bws_menu.php:
|
96 |
msgid "PHP Version"
|
97 |
msgstr "PHP Version"
|
98 |
|
99 |
# @ captcha
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "PHP Gesicherter Modus"
|
103 |
|
104 |
# @ captcha
|
105 |
-
#: bws_menu.php:
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
108 |
|
109 |
# @ captcha
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "PHP Speicher-Grenze"
|
113 |
|
114 |
# @ captcha
|
115 |
-
#: bws_menu.php:
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "PHP Maximale Upload Größe"
|
118 |
|
119 |
# @ captcha
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "PHP Maximale Beitrags-Größe"
|
123 |
|
124 |
# @ captcha
|
125 |
-
#: bws_menu.php:
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "PHP Maximale Script Ausführungszeit"
|
128 |
|
129 |
# @ captcha
|
130 |
-
#: bws_menu.php:
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "PHP Exif Support"
|
133 |
|
134 |
# @ captcha
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "PHP IPTC Support"
|
138 |
|
139 |
# @ captcha
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "PHP XML Support"
|
143 |
|
144 |
# @ captcha
|
145 |
-
#: bws_menu.php:
|
146 |
msgid "Site URL"
|
147 |
msgstr "Site URL"
|
148 |
|
149 |
# @ captcha
|
150 |
-
#: bws_menu.php:
|
151 |
msgid "Home URL"
|
152 |
msgstr "Home URL"
|
153 |
|
154 |
# @ captcha
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "WordPress Version"
|
158 |
|
159 |
# @ captcha
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "WordPress DB Version"
|
163 |
|
164 |
# @ captcha
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisite"
|
168 |
|
169 |
# @ captcha
|
170 |
-
#: bws_menu.php:
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Actives Theme"
|
173 |
|
174 |
# @ captcha
|
175 |
-
#: bws_menu.php:
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
178 |
|
179 |
# @ captcha
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
183 |
|
184 |
# @ captcha
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
188 |
|
189 |
# @ captcha
|
190 |
-
#: bws_menu.php:
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
-
msgid "
|
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:
|
290 |
-
msgid "
|
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:
|
307 |
-
|
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:
|
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:
|
358 |
msgid "Themes"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
msgid "All"
|
363 |
msgstr ""
|
364 |
|
365 |
# @ default
|
366 |
-
#: bws_menu.php:
|
367 |
#, fuzzy
|
368 |
msgid "Installed"
|
369 |
msgstr "Installiere %s"
|
370 |
|
371 |
# @ captcha
|
372 |
-
#: bws_menu.php:
|
373 |
#, fuzzy
|
374 |
msgid "Recommended"
|
375 |
msgstr "Empfohlene Plugins"
|
376 |
|
377 |
# @ captcha
|
378 |
-
#: bws_menu.php:
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
|
|
|
|
|
|
|
|
|
|
383 |
#, fuzzy
|
384 |
msgid "Learn more"
|
385 |
msgstr "Lesen Sie mehr"
|
386 |
|
387 |
-
|
388 |
-
#: bws_menu.php:
|
389 |
-
#: bws_menu.php:
|
390 |
-
msgid "
|
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:
|
401 |
-
#: bws_menu.php:
|
402 |
#, fuzzy
|
403 |
msgid "Activate this plugin"
|
404 |
msgstr "Aktivierte Plugins"
|
405 |
|
406 |
# @ captcha
|
407 |
-
#: bws_menu.php:
|
408 |
-
#: bws_menu.php:
|
409 |
#, fuzzy
|
410 |
msgid "Activate"
|
411 |
msgstr "Aktivierte Plugins"
|
412 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
413 |
# @ default
|
414 |
-
#: bws_menu.php:
|
415 |
#, fuzzy
|
416 |
msgid "Install now"
|
417 |
msgstr "Installiere %s"
|
418 |
|
419 |
-
#: bws_menu.php:
|
420 |
msgid "Try again"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: bws_menu.php:
|
424 |
#, php-format
|
425 |
msgid "Preview “%s”"
|
426 |
msgstr ""
|
427 |
|
428 |
# @ default
|
429 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
430 |
#, fuzzy
|
431 |
msgid "Install Now"
|
432 |
msgstr "Installiere %s"
|
433 |
|
434 |
-
#: bws_menu.php:
|
435 |
#, php-format
|
436 |
msgid "Update to version %s"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: bws_menu.php:
|
440 |
msgid "Update"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: bws_menu.php:
|
444 |
#, php-format
|
445 |
msgid "Preview %s"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: bws_menu.php:
|
449 |
msgid "Preview"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: bws_menu.php:
|
|
|
453 |
#, php-format
|
454 |
msgid "By %s"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: bws_menu.php:
|
458 |
msgid "Details"
|
459 |
msgstr ""
|
460 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
461 |
# @ default
|
462 |
#, fuzzy
|
463 |
#~ msgid "installed"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-05 16:30+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-05 16:30+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: \n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ captcha
|
22 |
+
#: bws_menu.php:351
|
23 |
msgid "Not set"
|
24 |
msgstr "Nicht festgelegt"
|
25 |
|
26 |
# @ captcha
|
27 |
+
#: bws_menu.php:353
|
28 |
+
#: bws_menu.php:354
|
29 |
msgid "On"
|
30 |
msgstr "Ein"
|
31 |
|
32 |
# @ captcha
|
33 |
+
#: bws_menu.php:353
|
34 |
+
#: bws_menu.php:354
|
35 |
msgid "Off"
|
36 |
msgstr "Ausgeschaltet"
|
37 |
|
38 |
# @ captcha
|
|
|
39 |
#: bws_menu.php:355
|
40 |
+
#: bws_menu.php:356
|
41 |
+
#: bws_menu.php:357
|
42 |
+
#: bws_menu.php:358
|
43 |
#: bws_menu.php:359
|
44 |
+
#: bws_menu.php:371
|
|
|
|
|
45 |
msgid "N/A"
|
46 |
msgstr "keine Angaben"
|
47 |
|
48 |
# @ captcha
|
49 |
+
#: bws_menu.php:359
|
50 |
msgid " Mb"
|
51 |
msgstr " Mb"
|
52 |
|
53 |
# @ captcha
|
54 |
+
#: bws_menu.php:360
|
55 |
+
#: bws_menu.php:361
|
56 |
+
#: bws_menu.php:362
|
57 |
+
#: bws_menu.php:367
|
58 |
msgid "Yes"
|
59 |
msgstr "Ja"
|
60 |
|
61 |
# @ captcha
|
62 |
+
#: bws_menu.php:360
|
63 |
+
#: bws_menu.php:361
|
64 |
+
#: bws_menu.php:362
|
65 |
+
#: bws_menu.php:369
|
66 |
msgid "No"
|
67 |
msgstr "Nein"
|
68 |
|
69 |
# @ captcha
|
70 |
+
#: bws_menu.php:379
|
71 |
msgid "Operating System"
|
72 |
msgstr "Betriebs-System"
|
73 |
|
74 |
# @ captcha
|
75 |
+
#: bws_menu.php:380
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ captcha
|
80 |
+
#: bws_menu.php:381
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Speichernutzung"
|
83 |
|
84 |
# @ captcha
|
85 |
+
#: bws_menu.php:382
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "MYSQL Version"
|
88 |
|
89 |
# @ captcha
|
90 |
+
#: bws_menu.php:383
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "SQL Modus"
|
93 |
|
94 |
# @ captcha
|
95 |
+
#: bws_menu.php:384
|
96 |
msgid "PHP Version"
|
97 |
msgstr "PHP Version"
|
98 |
|
99 |
# @ captcha
|
100 |
+
#: bws_menu.php:385
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "PHP Gesicherter Modus"
|
103 |
|
104 |
# @ captcha
|
105 |
+
#: bws_menu.php:386
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
108 |
|
109 |
# @ captcha
|
110 |
+
#: bws_menu.php:387
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "PHP Speicher-Grenze"
|
113 |
|
114 |
# @ captcha
|
115 |
+
#: bws_menu.php:388
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "PHP Maximale Upload Größe"
|
118 |
|
119 |
# @ captcha
|
120 |
+
#: bws_menu.php:389
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "PHP Maximale Beitrags-Größe"
|
123 |
|
124 |
# @ captcha
|
125 |
+
#: bws_menu.php:390
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "PHP Maximale Script Ausführungszeit"
|
128 |
|
129 |
# @ captcha
|
130 |
+
#: bws_menu.php:391
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "PHP Exif Support"
|
133 |
|
134 |
# @ captcha
|
135 |
+
#: bws_menu.php:392
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "PHP IPTC Support"
|
138 |
|
139 |
# @ captcha
|
140 |
+
#: bws_menu.php:393
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "PHP XML Support"
|
143 |
|
144 |
# @ captcha
|
145 |
+
#: bws_menu.php:394
|
146 |
msgid "Site URL"
|
147 |
msgstr "Site URL"
|
148 |
|
149 |
# @ captcha
|
150 |
+
#: bws_menu.php:395
|
151 |
msgid "Home URL"
|
152 |
msgstr "Home URL"
|
153 |
|
154 |
# @ captcha
|
155 |
+
#: bws_menu.php:398
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "WordPress Version"
|
158 |
|
159 |
# @ captcha
|
160 |
+
#: bws_menu.php:399
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "WordPress DB Version"
|
163 |
|
164 |
# @ captcha
|
165 |
+
#: bws_menu.php:400
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisite"
|
168 |
|
169 |
# @ captcha
|
170 |
+
#: bws_menu.php:401
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Actives Theme"
|
173 |
|
174 |
# @ captcha
|
175 |
+
#: bws_menu.php:416
|
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:420
|
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:424
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
188 |
|
189 |
# @ captcha
|
190 |
+
#: bws_menu.php:457
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
193 |
|
194 |
+
#: bws_menu.php:465
|
195 |
+
msgid "Need help?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: bws_menu.php:466
|
199 |
+
msgid "Client area"
|
200 |
msgstr ""
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
# @ captcha
|
203 |
+
#: bws_menu.php:467
|
204 |
+
#: bws_menu.php:778
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
msgid "System status"
|
206 |
msgstr "System Status"
|
207 |
|
208 |
# @ captcha
|
209 |
+
#: bws_menu.php:472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
#, fuzzy
|
211 |
msgid "Plugins"
|
212 |
msgstr "BWS Plugins"
|
213 |
|
214 |
+
#: bws_menu.php:474
|
215 |
msgid "Themes"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: bws_menu.php:479
|
219 |
msgid "All"
|
220 |
msgstr ""
|
221 |
|
222 |
# @ default
|
223 |
+
#: bws_menu.php:480
|
224 |
#, fuzzy
|
225 |
msgid "Installed"
|
226 |
msgstr "Installiere %s"
|
227 |
|
228 |
# @ captcha
|
229 |
+
#: bws_menu.php:481
|
230 |
#, fuzzy
|
231 |
msgid "Recommended"
|
232 |
msgstr "Empfohlene Plugins"
|
233 |
|
234 |
# @ captcha
|
235 |
+
#: bws_menu.php:485
|
236 |
+
msgid "Installed plugins"
|
237 |
+
msgstr "Installierte Plugins"
|
238 |
+
|
239 |
+
# @ captcha
|
240 |
+
#: bws_menu.php:514
|
241 |
+
#: bws_menu.php:536
|
242 |
+
#: bws_menu.php:563
|
243 |
+
#: bws_menu.php:593
|
244 |
+
#: bws_menu.php:639
|
245 |
#, fuzzy
|
246 |
msgid "Learn more"
|
247 |
msgstr "Lesen Sie mehr"
|
248 |
|
249 |
+
# @ captcha
|
250 |
+
#: bws_menu.php:517
|
251 |
+
#: bws_menu.php:566
|
252 |
+
msgid "Settings"
|
253 |
+
msgstr "Einstellungen"
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
|
255 |
# @ captcha
|
256 |
+
#: bws_menu.php:538
|
257 |
+
#: bws_menu.php:595
|
258 |
#, fuzzy
|
259 |
msgid "Activate this plugin"
|
260 |
msgstr "Aktivierte Plugins"
|
261 |
|
262 |
# @ captcha
|
263 |
+
#: bws_menu.php:538
|
264 |
+
#: bws_menu.php:595
|
265 |
#, fuzzy
|
266 |
msgid "Activate"
|
267 |
msgstr "Aktivierte Plugins"
|
268 |
|
269 |
+
#: bws_menu.php:553
|
270 |
+
#: bws_menu.php:583
|
271 |
+
#: bws_menu.php:629
|
272 |
+
msgid "Go"
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: bws_menu.php:557
|
276 |
+
#: bws_menu.php:587
|
277 |
+
#: bws_menu.php:633
|
278 |
+
msgid "DONATE"
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
# @ captcha
|
282 |
+
#: bws_menu.php:603
|
283 |
+
msgid "Recommended plugins"
|
284 |
+
msgstr "Empfohlene Plugins"
|
285 |
+
|
286 |
# @ default
|
287 |
+
#: bws_menu.php:641
|
288 |
#, fuzzy
|
289 |
msgid "Install now"
|
290 |
msgstr "Installiere %s"
|
291 |
|
292 |
+
#: bws_menu.php:662
|
293 |
msgid "Try again"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: bws_menu.php:680
|
297 |
#, php-format
|
298 |
msgid "Preview “%s”"
|
299 |
msgstr ""
|
300 |
|
301 |
# @ default
|
302 |
+
#: bws_menu.php:711
|
303 |
+
#, php-format
|
304 |
+
msgid "Install %s"
|
305 |
+
msgstr "Installiere %s"
|
306 |
+
|
307 |
+
# @ default
|
308 |
+
#: bws_menu.php:711
|
309 |
#, fuzzy
|
310 |
msgid "Install Now"
|
311 |
msgstr "Installiere %s"
|
312 |
|
313 |
+
#: bws_menu.php:714
|
314 |
#, php-format
|
315 |
msgid "Update to version %s"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: bws_menu.php:714
|
319 |
msgid "Update"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: bws_menu.php:721
|
323 |
#, php-format
|
324 |
msgid "Preview %s"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: bws_menu.php:721
|
328 |
msgid "Preview"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: bws_menu.php:727
|
332 |
+
#: bws_menu.php:759
|
333 |
#, php-format
|
334 |
msgid "By %s"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: bws_menu.php:733
|
338 |
msgid "Details"
|
339 |
msgstr ""
|
340 |
|
341 |
+
# @ default
|
342 |
+
#: bws_menu.php:765
|
343 |
+
#, fuzzy
|
344 |
+
msgid "Already Installed"
|
345 |
+
msgstr "Installiere %s"
|
346 |
+
|
347 |
+
# @ captcha
|
348 |
+
#: bws_menu.php:781
|
349 |
+
msgid "Environment"
|
350 |
+
msgstr "Umgebungsvariable"
|
351 |
+
|
352 |
+
# @ captcha
|
353 |
+
#: bws_menu.php:792
|
354 |
+
msgid "Active Plugins"
|
355 |
+
msgstr "Aktivierte Plugins"
|
356 |
+
|
357 |
+
# @ captcha
|
358 |
+
#: bws_menu.php:805
|
359 |
+
msgid "Inactive Plugins"
|
360 |
+
msgstr "Inactive Plugins"
|
361 |
+
|
362 |
+
# @ captcha
|
363 |
+
#: bws_menu.php:821
|
364 |
+
msgid "Send to support"
|
365 |
+
msgstr "Sende zuzm Support"
|
366 |
+
|
367 |
+
# @ captcha
|
368 |
+
#: bws_menu.php:828
|
369 |
+
msgid "Send to custom email »"
|
370 |
+
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
371 |
+
|
372 |
+
# @ captcha
|
373 |
+
#~ msgid "Pro plugins"
|
374 |
+
#~ msgstr "BWS Plugins"
|
375 |
+
# @ captcha
|
376 |
+
#~ msgid "Activated plugins"
|
377 |
+
#~ msgstr "Aktivierte Plugins"
|
378 |
+
# @ captcha
|
379 |
+
#~ msgid "Read more"
|
380 |
+
#~ msgstr "Lesen Sie mehr"
|
381 |
+
# @ captcha
|
382 |
+
#~ msgid "Purchase"
|
383 |
+
#~ msgstr "Kaufen"
|
384 |
+
# @ captcha
|
385 |
+
#~ msgid "Free plugins"
|
386 |
+
#~ msgstr "Freie Plugins"
|
387 |
+
# @ captcha
|
388 |
+
#~ msgid "Download"
|
389 |
+
#~ msgstr "Herunterladen"
|
390 |
+
# @ captcha
|
391 |
+
#~ msgid "Install now from wordpress.org"
|
392 |
+
#~ msgstr "Installiere jetzt von wordpress.org"
|
393 |
+
# @ captcha
|
394 |
+
#, fuzzy
|
395 |
+
#~ msgid "Activated theme"
|
396 |
+
#~ msgstr "Actives Theme"
|
397 |
+
|
398 |
+
# @ default
|
399 |
+
#, fuzzy
|
400 |
+
#~ msgid "Installed themes"
|
401 |
+
#~ msgstr "Installiere %s"
|
402 |
+
|
403 |
+
# @ captcha
|
404 |
+
#, fuzzy
|
405 |
+
#~ msgid "Recommended themes"
|
406 |
+
#~ msgstr "Empfohlene Plugins"
|
407 |
+
|
408 |
+
# @ captcha
|
409 |
+
#~ msgid "If you have any questions, please contact us via"
|
410 |
+
#~ msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
411 |
# @ default
|
412 |
#, fuzzy
|
413 |
#~ msgid "installed"
|
bws_menu/languages/bestwebsoft-fr_FR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -15,376 +15,349 @@ msgstr ""
|
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"Plural-Forms: nplurals=2;plural=n>2;\n"
|
17 |
"X-Generator: Poedit 1.5.7\n"
|
|
|
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_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 "
|
163 |
-
msgstr "
|
164 |
-
|
165 |
-
#: bws_menu.php:575
|
166 |
-
msgid "Pro plugins"
|
167 |
-
msgstr "Plugins Pro"
|
168 |
-
|
169 |
-
#: bws_menu.php:578
|
170 |
-
#: bws_menu.php:604
|
171 |
-
msgid "Activated plugins"
|
172 |
-
msgstr "Plugin activé"
|
173 |
-
|
174 |
-
#: bws_menu.php:580
|
175 |
-
#: bws_menu.php:588
|
176 |
-
#: bws_menu.php:596
|
177 |
-
#: bws_menu.php:606
|
178 |
-
#: bws_menu.php:614
|
179 |
-
#: bws_menu.php:622
|
180 |
-
#: bws_menu.php:632
|
181 |
-
#: bws_menu.php:639
|
182 |
-
#: bws_menu.php:647
|
183 |
-
msgid "Read more"
|
184 |
-
msgstr "Lire la suite"
|
185 |
-
|
186 |
-
#: bws_menu.php:580
|
187 |
-
#: bws_menu.php:606
|
188 |
-
#: bws_menu.php:779
|
189 |
-
#: bws_menu.php:806
|
190 |
-
msgid "Settings"
|
191 |
-
msgstr "Réglages"
|
192 |
-
|
193 |
-
#: bws_menu.php:586
|
194 |
-
#: bws_menu.php:612
|
195 |
-
#: bws_menu.php:741
|
196 |
-
msgid "Installed plugins"
|
197 |
-
msgstr "Plugin installé"
|
198 |
-
|
199 |
-
#: bws_menu.php:594
|
200 |
-
#: bws_menu.php:620
|
201 |
-
#: bws_menu.php:863
|
202 |
-
msgid "Recommended plugins"
|
203 |
-
msgstr "Plugin recommandé"
|
204 |
-
|
205 |
-
#: bws_menu.php:596
|
206 |
-
msgid "Purchase"
|
207 |
-
msgstr "Achetez"
|
208 |
-
|
209 |
-
#: bws_menu.php:601
|
210 |
-
msgid "Free plugins"
|
211 |
-
msgstr "Plugins gratuits"
|
212 |
-
|
213 |
-
#: bws_menu.php:622
|
214 |
-
#: bws_menu.php:647
|
215 |
-
msgid "Download"
|
216 |
-
msgstr "Téléchargement"
|
217 |
-
|
218 |
-
#: bws_menu.php:622
|
219 |
-
#: bws_menu.php:647
|
220 |
-
#: bws_menu.php:980
|
221 |
-
#, php-format
|
222 |
-
msgid "Install %s"
|
223 |
-
msgstr "%s installé"
|
224 |
-
|
225 |
-
#: bws_menu.php:622
|
226 |
-
#: bws_menu.php:647
|
227 |
-
msgid "Install now from wordpress.org"
|
228 |
-
msgstr "Installer maintenant depuis wordpress.org"
|
229 |
-
|
230 |
-
#: bws_menu.php:628
|
231 |
-
msgid "Free themes"
|
232 |
-
msgstr "Thèmes gratuits"
|
233 |
-
|
234 |
-
#: bws_menu.php:631
|
235 |
-
msgid "Activated theme"
|
236 |
-
msgstr "Thème actif"
|
237 |
-
|
238 |
-
#: bws_menu.php:632
|
239 |
-
#, php-format
|
240 |
-
msgid "Customize “%s”"
|
241 |
-
msgstr "Personnaliser “%s”"
|
242 |
-
|
243 |
-
#: bws_menu.php:632
|
244 |
-
msgid "Customize"
|
245 |
-
msgstr "Personnaliser"
|
246 |
-
|
247 |
-
#: bws_menu.php:637
|
248 |
-
msgid "Installed themes"
|
249 |
-
msgstr "Thèmes installés"
|
250 |
|
251 |
-
#: bws_menu.php:
|
252 |
-
msgid "
|
253 |
-
msgstr "
|
254 |
-
|
255 |
-
#: bws_menu.php:653
|
256 |
-
msgid "If you have any questions, please contact us via"
|
257 |
-
msgstr "Si vous avez des questions, merci de contacter via "
|
258 |
|
259 |
-
#: bws_menu.php:
|
260 |
-
#: bws_menu.php:
|
261 |
-
#: bws_menu.php:1016
|
262 |
msgid "System status"
|
263 |
msgstr "System status"
|
264 |
|
265 |
-
#: bws_menu.php:
|
266 |
-
#: bws_menu.php:1019
|
267 |
-
msgid "Environment"
|
268 |
-
msgstr "Environment"
|
269 |
-
|
270 |
-
#: bws_menu.php:675
|
271 |
-
#: bws_menu.php:1030
|
272 |
-
msgid "Active Plugins"
|
273 |
-
msgstr "Plugin actifs"
|
274 |
-
|
275 |
-
#: bws_menu.php:686
|
276 |
-
#: bws_menu.php:1041
|
277 |
-
msgid "Inactive Plugins"
|
278 |
-
msgstr "Plugin inactifs"
|
279 |
-
|
280 |
-
#: bws_menu.php:703
|
281 |
-
#: bws_menu.php:1058
|
282 |
-
msgid "Send to support"
|
283 |
-
msgstr "Envoyé au support"
|
284 |
-
|
285 |
-
#: bws_menu.php:710
|
286 |
-
#: bws_menu.php:1065
|
287 |
-
msgid "Send to custom email »"
|
288 |
-
msgstr "Envoyer un e-mail spécifique »"
|
289 |
-
|
290 |
-
#: bws_menu.php:721
|
291 |
-
msgid "Switch to old interface"
|
292 |
-
msgstr "Basculer vers l'ancienne interface"
|
293 |
-
|
294 |
-
#: bws_menu.php:727
|
295 |
msgid "Plugins"
|
296 |
msgstr "Externsions"
|
297 |
|
298 |
-
#: bws_menu.php:
|
299 |
msgid "Themes"
|
300 |
msgstr "Thèmes"
|
301 |
|
302 |
-
#: bws_menu.php:
|
303 |
msgid "All"
|
304 |
msgstr "Tous"
|
305 |
|
306 |
-
#: bws_menu.php:
|
307 |
msgid "Installed"
|
308 |
msgstr "Installé"
|
309 |
|
310 |
-
#: bws_menu.php:
|
311 |
msgid "Recommended"
|
312 |
msgstr "Recommandé"
|
313 |
|
314 |
-
#: bws_menu.php:
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
319 |
msgid "Learn more"
|
320 |
msgstr "En savoir plus"
|
321 |
|
322 |
-
#: bws_menu.php:
|
323 |
-
#: bws_menu.php:
|
324 |
-
|
325 |
-
|
326 |
-
msgstr "Allez"
|
327 |
-
|
328 |
-
#: bws_menu.php:798
|
329 |
-
#: bws_menu.php:846
|
330 |
-
#: bws_menu.php:902
|
331 |
-
msgid "DONATE"
|
332 |
-
msgstr "Faire un don"
|
333 |
|
334 |
-
#: bws_menu.php:
|
335 |
-
#: bws_menu.php:
|
336 |
msgid "Activate this plugin"
|
337 |
msgstr "Activer cette extension"
|
338 |
|
339 |
-
#: bws_menu.php:
|
340 |
-
#: bws_menu.php:
|
341 |
msgid "Activate"
|
342 |
msgstr "Activé"
|
343 |
|
344 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
msgid "Install now"
|
346 |
msgstr "Installer maintenant"
|
347 |
|
348 |
-
#: bws_menu.php:
|
349 |
msgid "Try again"
|
350 |
msgstr "Essayer de nouveau"
|
351 |
|
352 |
-
#: bws_menu.php:
|
353 |
#, php-format
|
354 |
msgid "Preview “%s”"
|
355 |
msgstr "Pré-visualiser “%s”"
|
356 |
|
357 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
358 |
msgid "Install Now"
|
359 |
msgstr "Installa Ora"
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
#, php-format
|
363 |
msgid "Update to version %s"
|
364 |
msgstr "Mettre à jour pour la version %s"
|
365 |
|
366 |
-
#: bws_menu.php:
|
367 |
msgid "Update"
|
368 |
msgstr "Mettre à jour"
|
369 |
|
370 |
-
#: bws_menu.php:
|
371 |
#, php-format
|
372 |
msgid "Preview %s"
|
373 |
msgstr "Pré-visualiser %s"
|
374 |
|
375 |
-
#: bws_menu.php:
|
376 |
msgid "Preview"
|
377 |
msgstr "Pré-visualiser"
|
378 |
|
379 |
-
#: bws_menu.php:
|
|
|
380 |
#, php-format
|
381 |
msgid "By %s"
|
382 |
msgstr "Par %s"
|
383 |
|
384 |
-
#: bws_menu.php:
|
385 |
msgid "Details"
|
386 |
msgstr "Détails"
|
387 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
388 |
#, fuzzy
|
389 |
#~ msgid "installed"
|
390 |
#~ msgstr "%s installé"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-05 16:30+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-05 16:30+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"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"Plural-Forms: nplurals=2;plural=n>2;\n"
|
17 |
"X-Generator: Poedit 1.5.7\n"
|
18 |
+
"X-Poedit-Language: French\n"
|
19 |
+
"X-Poedit-Country: FRANCE\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: bws_menu.php:351
|
23 |
msgid "Not set"
|
24 |
msgstr "Not set"
|
25 |
|
26 |
+
#: bws_menu.php:353
|
27 |
+
#: bws_menu.php:354
|
28 |
msgid "On"
|
29 |
msgstr "On"
|
30 |
|
31 |
+
#: bws_menu.php:353
|
32 |
+
#: bws_menu.php:354
|
33 |
msgid "Off"
|
34 |
msgstr "Off"
|
35 |
|
36 |
+
#: bws_menu.php:355
|
37 |
+
#: bws_menu.php:356
|
38 |
+
#: bws_menu.php:357
|
39 |
+
#: bws_menu.php:358
|
40 |
+
#: bws_menu.php:359
|
41 |
+
#: bws_menu.php:371
|
42 |
msgid "N/A"
|
43 |
msgstr "N/A"
|
44 |
|
45 |
+
#: bws_menu.php:359
|
46 |
msgid " Mb"
|
47 |
msgstr " Mb"
|
48 |
|
49 |
+
#: bws_menu.php:360
|
50 |
+
#: bws_menu.php:361
|
51 |
+
#: bws_menu.php:362
|
52 |
+
#: bws_menu.php:367
|
53 |
msgid "Yes"
|
54 |
msgstr "Yes"
|
55 |
|
56 |
+
#: bws_menu.php:360
|
57 |
+
#: bws_menu.php:361
|
58 |
+
#: bws_menu.php:362
|
59 |
+
#: bws_menu.php:369
|
60 |
msgid "No"
|
61 |
msgstr "No"
|
62 |
|
63 |
+
#: bws_menu.php:379
|
64 |
msgid "Operating System"
|
65 |
msgstr "Operating System"
|
66 |
|
67 |
+
#: bws_menu.php:380
|
68 |
msgid "Server"
|
69 |
msgstr "Server"
|
70 |
|
71 |
+
#: bws_menu.php:381
|
72 |
msgid "Memory usage"
|
73 |
msgstr "Memory usage"
|
74 |
|
75 |
+
#: bws_menu.php:382
|
76 |
msgid "MYSQL Version"
|
77 |
msgstr "MYSQL Version"
|
78 |
|
79 |
+
#: bws_menu.php:383
|
80 |
msgid "SQL Mode"
|
81 |
msgstr "SQL Mode"
|
82 |
|
83 |
+
#: bws_menu.php:384
|
84 |
msgid "PHP Version"
|
85 |
msgstr "PHP Version"
|
86 |
|
87 |
+
#: bws_menu.php:385
|
88 |
msgid "PHP Safe Mode"
|
89 |
msgstr "PHP Safe Mode"
|
90 |
|
91 |
+
#: bws_menu.php:386
|
92 |
msgid "PHP Allow URL fopen"
|
93 |
msgstr "PHP Allow URL fopen"
|
94 |
|
95 |
+
#: bws_menu.php:387
|
96 |
msgid "PHP Memory Limit"
|
97 |
msgstr "PHP Memory Limit"
|
98 |
|
99 |
+
#: bws_menu.php:388
|
100 |
msgid "PHP Max Upload Size"
|
101 |
msgstr "PHP Max Upload Size"
|
102 |
|
103 |
+
#: bws_menu.php:389
|
104 |
msgid "PHP Max Post Size"
|
105 |
msgstr "PHP Max Post Size"
|
106 |
|
107 |
+
#: bws_menu.php:390
|
108 |
msgid "PHP Max Script Execute Time"
|
109 |
msgstr "PHP Max Script Execute Time"
|
110 |
|
111 |
+
#: bws_menu.php:391
|
112 |
msgid "PHP Exif support"
|
113 |
msgstr "PHP Exif support"
|
114 |
|
115 |
+
#: bws_menu.php:392
|
116 |
msgid "PHP IPTC support"
|
117 |
msgstr "PHP IPTC support"
|
118 |
|
119 |
+
#: bws_menu.php:393
|
120 |
msgid "PHP XML support"
|
121 |
msgstr "PHP XML support"
|
122 |
|
123 |
+
#: bws_menu.php:394
|
124 |
msgid "Site URL"
|
125 |
msgstr "Site URL"
|
126 |
|
127 |
+
#: bws_menu.php:395
|
128 |
msgid "Home URL"
|
129 |
msgstr "Home URL"
|
130 |
|
131 |
+
#: bws_menu.php:398
|
132 |
msgid "WordPress Version"
|
133 |
msgstr "WordPress Version"
|
134 |
|
135 |
+
#: bws_menu.php:399
|
136 |
msgid "WordPress DB Version"
|
137 |
msgstr "WordPress DB Version"
|
138 |
|
139 |
+
#: bws_menu.php:400
|
140 |
msgid "Multisite"
|
141 |
msgstr "Multisite"
|
142 |
|
143 |
+
#: bws_menu.php:401
|
144 |
msgid "Active Theme"
|
145 |
msgstr "Active Theme"
|
146 |
|
147 |
+
#: bws_menu.php:416
|
148 |
msgid "Please enter a valid email address."
|
149 |
msgstr "Merci de saisir une adresse e-mail valide."
|
150 |
|
151 |
+
#: bws_menu.php:420
|
152 |
msgid "Email with system info is sent to "
|
153 |
msgstr "Le courriel avec les informations système est envoyé à"
|
154 |
|
155 |
+
#: bws_menu.php:424
|
156 |
msgid "Thank you for contacting us."
|
157 |
msgstr "Merci de nous avoir contacté."
|
158 |
|
159 |
+
#: bws_menu.php:457
|
160 |
msgid "Sorry, email message could not be delivered."
|
161 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
162 |
|
163 |
+
#: bws_menu.php:465
|
164 |
+
msgid "Need help?"
|
165 |
+
msgstr "Besoin d'aide ?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
|
167 |
+
#: bws_menu.php:466
|
168 |
+
msgid "Client area"
|
169 |
+
msgstr "Espace client"
|
|
|
|
|
|
|
|
|
170 |
|
171 |
+
#: bws_menu.php:467
|
172 |
+
#: bws_menu.php:778
|
|
|
173 |
msgid "System status"
|
174 |
msgstr "System status"
|
175 |
|
176 |
+
#: bws_menu.php:472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
msgid "Plugins"
|
178 |
msgstr "Externsions"
|
179 |
|
180 |
+
#: bws_menu.php:474
|
181 |
msgid "Themes"
|
182 |
msgstr "Thèmes"
|
183 |
|
184 |
+
#: bws_menu.php:479
|
185 |
msgid "All"
|
186 |
msgstr "Tous"
|
187 |
|
188 |
+
#: bws_menu.php:480
|
189 |
msgid "Installed"
|
190 |
msgstr "Installé"
|
191 |
|
192 |
+
#: bws_menu.php:481
|
193 |
msgid "Recommended"
|
194 |
msgstr "Recommandé"
|
195 |
|
196 |
+
#: bws_menu.php:485
|
197 |
+
msgid "Installed plugins"
|
198 |
+
msgstr "Plugin installé"
|
199 |
+
|
200 |
+
#: bws_menu.php:514
|
201 |
+
#: bws_menu.php:536
|
202 |
+
#: bws_menu.php:563
|
203 |
+
#: bws_menu.php:593
|
204 |
+
#: bws_menu.php:639
|
205 |
msgid "Learn more"
|
206 |
msgstr "En savoir plus"
|
207 |
|
208 |
+
#: bws_menu.php:517
|
209 |
+
#: bws_menu.php:566
|
210 |
+
msgid "Settings"
|
211 |
+
msgstr "Réglages"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
|
213 |
+
#: bws_menu.php:538
|
214 |
+
#: bws_menu.php:595
|
215 |
msgid "Activate this plugin"
|
216 |
msgstr "Activer cette extension"
|
217 |
|
218 |
+
#: bws_menu.php:538
|
219 |
+
#: bws_menu.php:595
|
220 |
msgid "Activate"
|
221 |
msgstr "Activé"
|
222 |
|
223 |
+
#: bws_menu.php:553
|
224 |
+
#: bws_menu.php:583
|
225 |
+
#: bws_menu.php:629
|
226 |
+
msgid "Go"
|
227 |
+
msgstr "Passez"
|
228 |
+
|
229 |
+
#: bws_menu.php:557
|
230 |
+
#: bws_menu.php:587
|
231 |
+
#: bws_menu.php:633
|
232 |
+
msgid "DONATE"
|
233 |
+
msgstr "Faire un don"
|
234 |
+
|
235 |
+
#: bws_menu.php:603
|
236 |
+
msgid "Recommended plugins"
|
237 |
+
msgstr "Plugin recommandé"
|
238 |
+
|
239 |
+
#: bws_menu.php:641
|
240 |
msgid "Install now"
|
241 |
msgstr "Installer maintenant"
|
242 |
|
243 |
+
#: bws_menu.php:662
|
244 |
msgid "Try again"
|
245 |
msgstr "Essayer de nouveau"
|
246 |
|
247 |
+
#: bws_menu.php:680
|
248 |
#, php-format
|
249 |
msgid "Preview “%s”"
|
250 |
msgstr "Pré-visualiser “%s”"
|
251 |
|
252 |
+
#: bws_menu.php:711
|
253 |
+
#, php-format
|
254 |
+
msgid "Install %s"
|
255 |
+
msgstr "%s installé"
|
256 |
+
|
257 |
+
#: bws_menu.php:711
|
258 |
msgid "Install Now"
|
259 |
msgstr "Installa Ora"
|
260 |
|
261 |
+
#: bws_menu.php:714
|
262 |
#, php-format
|
263 |
msgid "Update to version %s"
|
264 |
msgstr "Mettre à jour pour la version %s"
|
265 |
|
266 |
+
#: bws_menu.php:714
|
267 |
msgid "Update"
|
268 |
msgstr "Mettre à jour"
|
269 |
|
270 |
+
#: bws_menu.php:721
|
271 |
#, php-format
|
272 |
msgid "Preview %s"
|
273 |
msgstr "Pré-visualiser %s"
|
274 |
|
275 |
+
#: bws_menu.php:721
|
276 |
msgid "Preview"
|
277 |
msgstr "Pré-visualiser"
|
278 |
|
279 |
+
#: bws_menu.php:727
|
280 |
+
#: bws_menu.php:759
|
281 |
#, php-format
|
282 |
msgid "By %s"
|
283 |
msgstr "Par %s"
|
284 |
|
285 |
+
#: bws_menu.php:733
|
286 |
msgid "Details"
|
287 |
msgstr "Détails"
|
288 |
|
289 |
+
#: bws_menu.php:765
|
290 |
+
msgid "Already Installed"
|
291 |
+
msgstr "Déjà installé"
|
292 |
+
|
293 |
+
#: bws_menu.php:781
|
294 |
+
msgid "Environment"
|
295 |
+
msgstr "Environment"
|
296 |
+
|
297 |
+
#: bws_menu.php:792
|
298 |
+
msgid "Active Plugins"
|
299 |
+
msgstr "Plugin actifs"
|
300 |
+
|
301 |
+
#: bws_menu.php:805
|
302 |
+
msgid "Inactive Plugins"
|
303 |
+
msgstr "Plugin inactifs"
|
304 |
+
|
305 |
+
#: bws_menu.php:821
|
306 |
+
msgid "Send to support"
|
307 |
+
msgstr "Envoyé au support"
|
308 |
+
|
309 |
+
#: bws_menu.php:828
|
310 |
+
msgid "Send to custom email »"
|
311 |
+
msgstr "Envoyer un e-mail spécifique »"
|
312 |
+
|
313 |
+
#~ msgid "Switch to new interface"
|
314 |
+
#~ msgstr "Basculer vers la nouvelle interface"
|
315 |
+
|
316 |
+
#~ msgid "Pro plugins"
|
317 |
+
#~ msgstr "Plugins Pro"
|
318 |
+
|
319 |
+
#~ msgid "Activated plugins"
|
320 |
+
#~ msgstr "Plugin activé"
|
321 |
+
|
322 |
+
#~ msgid "Read more"
|
323 |
+
#~ msgstr "Lire la suite"
|
324 |
+
|
325 |
+
#~ msgid "Purchase"
|
326 |
+
#~ msgstr "Achetez"
|
327 |
+
|
328 |
+
#~ msgid "Free plugins"
|
329 |
+
#~ msgstr "Plugins gratuits"
|
330 |
+
|
331 |
+
#~ msgid "Download"
|
332 |
+
#~ msgstr "Téléchargement"
|
333 |
+
|
334 |
+
#~ msgid "Install now from wordpress.org"
|
335 |
+
#~ msgstr "Installer maintenant depuis wordpress.org"
|
336 |
+
|
337 |
+
#~ msgid "Free themes"
|
338 |
+
#~ msgstr "Thèmes gratuits"
|
339 |
+
|
340 |
+
#~ msgid "Activated theme"
|
341 |
+
#~ msgstr "Thème actif"
|
342 |
+
|
343 |
+
#~ msgid "Customize “%s”"
|
344 |
+
#~ msgstr "Personnaliser “%s”"
|
345 |
+
|
346 |
+
#~ msgid "Customize"
|
347 |
+
#~ msgstr "Personnaliser"
|
348 |
+
|
349 |
+
#~ msgid "Installed themes"
|
350 |
+
#~ msgstr "Thèmes installés"
|
351 |
+
|
352 |
+
#~ msgid "Recommended themes"
|
353 |
+
#~ msgstr "Thèmes recommandés"
|
354 |
+
|
355 |
+
#~ msgid "If you have any questions, please contact us via"
|
356 |
+
#~ msgstr "Si vous avez des questions, merci de contacter via "
|
357 |
+
|
358 |
+
#~ msgid "Switch to old interface"
|
359 |
+
#~ msgstr "Basculer vers l'ancienne interface"
|
360 |
+
|
361 |
#, fuzzy
|
362 |
#~ msgid "installed"
|
363 |
#~ msgstr "%s installé"
|
bws_menu/languages/bestwebsoft-it_IT.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-it_IT.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: \n"
|
@@ -19,446 +19,396 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ bestwebsoft
|
22 |
-
#: bws_menu.php:
|
23 |
msgid "Not set"
|
24 |
msgstr "Non impostato"
|
25 |
|
26 |
# @ bestwebsoft
|
27 |
-
#: bws_menu.php:
|
28 |
-
#: bws_menu.php:
|
29 |
msgid "On"
|
30 |
msgstr "Abilitato"
|
31 |
|
32 |
# @ bestwebsoft
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
msgid "Off"
|
36 |
msgstr "Disabilitato"
|
37 |
|
38 |
# @ bestwebsoft
|
39 |
-
#: bws_menu.php:351
|
40 |
#: bws_menu.php:355
|
|
|
|
|
|
|
41 |
#: bws_menu.php:359
|
42 |
-
#: bws_menu.php:
|
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:
|
50 |
msgid " Mb"
|
51 |
msgstr "Mb"
|
52 |
|
53 |
# @ bestwebsoft
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:
|
56 |
-
#: bws_menu.php:
|
57 |
-
#: bws_menu.php:
|
58 |
msgid "Yes"
|
59 |
msgstr "Sì"
|
60 |
|
61 |
# @ bestwebsoft
|
62 |
-
#: bws_menu.php:
|
63 |
-
#: bws_menu.php:
|
64 |
-
#: bws_menu.php:
|
65 |
-
#: bws_menu.php:
|
66 |
msgid "No"
|
67 |
msgstr "No"
|
68 |
|
69 |
# @ bestwebsoft
|
70 |
-
#: bws_menu.php:
|
71 |
msgid "Operating System"
|
72 |
msgstr "Sistema operativo"
|
73 |
|
74 |
# @ bestwebsoft
|
75 |
-
#: bws_menu.php:
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ bestwebsoft
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Utilizzo memoria"
|
83 |
|
84 |
# @ bestwebsoft
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "Versione MYSQL"
|
88 |
|
89 |
# @ bestwebsoft
|
90 |
-
#: bws_menu.php:
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "Modalità SQL"
|
93 |
|
94 |
# @ bestwebsoft
|
95 |
-
#: bws_menu.php:
|
96 |
msgid "PHP Version"
|
97 |
msgstr "Versione PHP"
|
98 |
|
99 |
# @ bestwebsoft
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "Safe Mode PHP"
|
103 |
|
104 |
# @ bestwebsoft
|
105 |
-
#: bws_menu.php:
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "Consenti URL fopen PHP"
|
108 |
|
109 |
# @ bestwebsoft
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "Limite di memoria PHP"
|
113 |
|
114 |
# @ bestwebsoft
|
115 |
-
#: bws_menu.php:
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "Dimensione upload massima PHP"
|
118 |
|
119 |
# @ bestwebsoft
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "Dimensione massima Post PHP"
|
123 |
|
124 |
# @ bestwebsoft
|
125 |
-
#: bws_menu.php:
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "Tempo massimo di esecuzione PHP"
|
128 |
|
129 |
# @ bestwebsoft
|
130 |
-
#: bws_menu.php:
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "Supporto Exif PHP"
|
133 |
|
134 |
# @ bestwebsoft
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "Supporto IPTC PHP"
|
138 |
|
139 |
# @ bestwebsoft
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "Supporto XML PHP"
|
143 |
|
144 |
# @ bestwebsoft
|
145 |
-
#: bws_menu.php:
|
146 |
msgid "Site URL"
|
147 |
msgstr "URL sito"
|
148 |
|
149 |
# @ bestwebsoft
|
150 |
-
#: bws_menu.php:
|
151 |
msgid "Home URL"
|
152 |
msgstr "URL home"
|
153 |
|
154 |
# @ bestwebsoft
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "Versione WordPress"
|
158 |
|
159 |
# @ bestwebsoft
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "Versione DB WordPress"
|
163 |
|
164 |
# @ bestwebsoft
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisito"
|
168 |
|
169 |
# @ bestwebsoft
|
170 |
-
#: bws_menu.php:
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Tema attivo"
|
173 |
|
174 |
# @ bestwebsoft
|
175 |
-
#: bws_menu.php:
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
178 |
|
179 |
# @ bestwebsoft
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "Email con informazioni di sistema spedita a "
|
183 |
|
184 |
# @ bestwebsoft
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Grazie per averci contattato."
|
188 |
|
189 |
# @ bestwebsoft
|
190 |
-
#: bws_menu.php:
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
-
msgid "
|
196 |
msgstr ""
|
197 |
|
198 |
-
|
199 |
-
|
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:
|
308 |
-
|
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:
|
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:
|
359 |
msgid "Themes"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: bws_menu.php:
|
363 |
msgid "All"
|
364 |
msgstr ""
|
365 |
|
366 |
# @ default
|
367 |
-
#: bws_menu.php:
|
368 |
#, fuzzy
|
369 |
msgid "Installed"
|
370 |
msgstr "Installa %s"
|
371 |
|
372 |
# @ bestwebsoft
|
373 |
-
#: bws_menu.php:
|
374 |
#, fuzzy
|
375 |
msgid "Recommended"
|
376 |
msgstr "Plugin raccomandati"
|
377 |
|
378 |
# @ bestwebsoft
|
379 |
-
#: bws_menu.php:
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
|
|
|
|
|
|
|
|
|
|
384 |
#, fuzzy
|
385 |
msgid "Learn more"
|
386 |
msgstr "Leggi tutto"
|
387 |
|
388 |
-
|
389 |
-
|
390 |
-
#: bws_menu.php:
|
391 |
-
|
392 |
-
|
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:
|
402 |
-
#: bws_menu.php:
|
403 |
#, fuzzy
|
404 |
msgid "Activate this plugin"
|
405 |
msgstr "Plugin attivi"
|
406 |
|
407 |
# @ bestwebsoft
|
408 |
-
#: bws_menu.php:
|
409 |
-
#: bws_menu.php:
|
410 |
#, fuzzy
|
411 |
msgid "Activate"
|
412 |
msgstr "Plugin attivi"
|
413 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
414 |
# @ default
|
415 |
-
#: bws_menu.php:
|
416 |
#, fuzzy
|
417 |
msgid "Install now"
|
418 |
msgstr "Installa %s"
|
419 |
|
420 |
-
#: bws_menu.php:
|
421 |
msgid "Try again"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: bws_menu.php:
|
425 |
#, php-format
|
426 |
msgid "Preview “%s”"
|
427 |
msgstr ""
|
428 |
|
429 |
# @ default
|
430 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
#, fuzzy
|
432 |
msgid "Install Now"
|
433 |
msgstr "Installa %s"
|
434 |
|
435 |
-
#: bws_menu.php:
|
436 |
#, php-format
|
437 |
msgid "Update to version %s"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: bws_menu.php:
|
441 |
msgid "Update"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: bws_menu.php:
|
445 |
#, php-format
|
446 |
msgid "Preview %s"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: bws_menu.php:
|
450 |
msgid "Preview"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: bws_menu.php:
|
|
|
454 |
#, php-format
|
455 |
msgid "By %s"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: bws_menu.php:
|
459 |
msgid "Details"
|
460 |
msgstr ""
|
461 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
462 |
# @ default
|
463 |
#, fuzzy
|
464 |
#~ msgid "installed"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-05 16:30+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-05 16:30+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: \n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ bestwebsoft
|
22 |
+
#: bws_menu.php:351
|
23 |
msgid "Not set"
|
24 |
msgstr "Non impostato"
|
25 |
|
26 |
# @ bestwebsoft
|
27 |
+
#: bws_menu.php:353
|
28 |
+
#: bws_menu.php:354
|
29 |
msgid "On"
|
30 |
msgstr "Abilitato"
|
31 |
|
32 |
# @ bestwebsoft
|
33 |
+
#: bws_menu.php:353
|
34 |
+
#: bws_menu.php:354
|
35 |
msgid "Off"
|
36 |
msgstr "Disabilitato"
|
37 |
|
38 |
# @ bestwebsoft
|
|
|
39 |
#: bws_menu.php:355
|
40 |
+
#: bws_menu.php:356
|
41 |
+
#: bws_menu.php:357
|
42 |
+
#: bws_menu.php:358
|
43 |
#: bws_menu.php:359
|
44 |
+
#: bws_menu.php:371
|
|
|
|
|
45 |
msgid "N/A"
|
46 |
msgstr "Non disponibile"
|
47 |
|
48 |
# @ bestwebsoft
|
49 |
+
#: bws_menu.php:359
|
50 |
msgid " Mb"
|
51 |
msgstr "Mb"
|
52 |
|
53 |
# @ bestwebsoft
|
54 |
+
#: bws_menu.php:360
|
55 |
+
#: bws_menu.php:361
|
56 |
+
#: bws_menu.php:362
|
57 |
+
#: bws_menu.php:367
|
58 |
msgid "Yes"
|
59 |
msgstr "Sì"
|
60 |
|
61 |
# @ bestwebsoft
|
62 |
+
#: bws_menu.php:360
|
63 |
+
#: bws_menu.php:361
|
64 |
+
#: bws_menu.php:362
|
65 |
+
#: bws_menu.php:369
|
66 |
msgid "No"
|
67 |
msgstr "No"
|
68 |
|
69 |
# @ bestwebsoft
|
70 |
+
#: bws_menu.php:379
|
71 |
msgid "Operating System"
|
72 |
msgstr "Sistema operativo"
|
73 |
|
74 |
# @ bestwebsoft
|
75 |
+
#: bws_menu.php:380
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ bestwebsoft
|
80 |
+
#: bws_menu.php:381
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Utilizzo memoria"
|
83 |
|
84 |
# @ bestwebsoft
|
85 |
+
#: bws_menu.php:382
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "Versione MYSQL"
|
88 |
|
89 |
# @ bestwebsoft
|
90 |
+
#: bws_menu.php:383
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "Modalità SQL"
|
93 |
|
94 |
# @ bestwebsoft
|
95 |
+
#: bws_menu.php:384
|
96 |
msgid "PHP Version"
|
97 |
msgstr "Versione PHP"
|
98 |
|
99 |
# @ bestwebsoft
|
100 |
+
#: bws_menu.php:385
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "Safe Mode PHP"
|
103 |
|
104 |
# @ bestwebsoft
|
105 |
+
#: bws_menu.php:386
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "Consenti URL fopen PHP"
|
108 |
|
109 |
# @ bestwebsoft
|
110 |
+
#: bws_menu.php:387
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "Limite di memoria PHP"
|
113 |
|
114 |
# @ bestwebsoft
|
115 |
+
#: bws_menu.php:388
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "Dimensione upload massima PHP"
|
118 |
|
119 |
# @ bestwebsoft
|
120 |
+
#: bws_menu.php:389
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "Dimensione massima Post PHP"
|
123 |
|
124 |
# @ bestwebsoft
|
125 |
+
#: bws_menu.php:390
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "Tempo massimo di esecuzione PHP"
|
128 |
|
129 |
# @ bestwebsoft
|
130 |
+
#: bws_menu.php:391
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "Supporto Exif PHP"
|
133 |
|
134 |
# @ bestwebsoft
|
135 |
+
#: bws_menu.php:392
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "Supporto IPTC PHP"
|
138 |
|
139 |
# @ bestwebsoft
|
140 |
+
#: bws_menu.php:393
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "Supporto XML PHP"
|
143 |
|
144 |
# @ bestwebsoft
|
145 |
+
#: bws_menu.php:394
|
146 |
msgid "Site URL"
|
147 |
msgstr "URL sito"
|
148 |
|
149 |
# @ bestwebsoft
|
150 |
+
#: bws_menu.php:395
|
151 |
msgid "Home URL"
|
152 |
msgstr "URL home"
|
153 |
|
154 |
# @ bestwebsoft
|
155 |
+
#: bws_menu.php:398
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "Versione WordPress"
|
158 |
|
159 |
# @ bestwebsoft
|
160 |
+
#: bws_menu.php:399
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "Versione DB WordPress"
|
163 |
|
164 |
# @ bestwebsoft
|
165 |
+
#: bws_menu.php:400
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisito"
|
168 |
|
169 |
# @ bestwebsoft
|
170 |
+
#: bws_menu.php:401
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Tema attivo"
|
173 |
|
174 |
# @ bestwebsoft
|
175 |
+
#: bws_menu.php:416
|
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:420
|
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:424
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Grazie per averci contattato."
|
188 |
|
189 |
# @ bestwebsoft
|
190 |
+
#: bws_menu.php:457
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
193 |
|
194 |
+
#: bws_menu.php:465
|
195 |
+
msgid "Need help?"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: bws_menu.php:466
|
199 |
+
msgid "Client area"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
msgstr ""
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
# @ bestwebsoft
|
203 |
+
#: bws_menu.php:467
|
204 |
+
#: bws_menu.php:778
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
msgid "System status"
|
206 |
msgstr "Stato sistema"
|
207 |
|
208 |
# @ bestwebsoft
|
209 |
+
#: bws_menu.php:472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
#, fuzzy
|
211 |
msgid "Plugins"
|
212 |
msgstr "Plugin Pro"
|
213 |
|
214 |
+
#: bws_menu.php:474
|
215 |
msgid "Themes"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: bws_menu.php:479
|
219 |
msgid "All"
|
220 |
msgstr ""
|
221 |
|
222 |
# @ default
|
223 |
+
#: bws_menu.php:480
|
224 |
#, fuzzy
|
225 |
msgid "Installed"
|
226 |
msgstr "Installa %s"
|
227 |
|
228 |
# @ bestwebsoft
|
229 |
+
#: bws_menu.php:481
|
230 |
#, fuzzy
|
231 |
msgid "Recommended"
|
232 |
msgstr "Plugin raccomandati"
|
233 |
|
234 |
# @ bestwebsoft
|
235 |
+
#: bws_menu.php:485
|
236 |
+
msgid "Installed plugins"
|
237 |
+
msgstr "Plugin installati"
|
238 |
+
|
239 |
+
# @ bestwebsoft
|
240 |
+
#: bws_menu.php:514
|
241 |
+
#: bws_menu.php:536
|
242 |
+
#: bws_menu.php:563
|
243 |
+
#: bws_menu.php:593
|
244 |
+
#: bws_menu.php:639
|
245 |
#, fuzzy
|
246 |
msgid "Learn more"
|
247 |
msgstr "Leggi tutto"
|
248 |
|
249 |
+
# @ bestwebsoft
|
250 |
+
# @ captcha
|
251 |
+
#: bws_menu.php:517
|
252 |
+
#: bws_menu.php:566
|
253 |
+
msgid "Settings"
|
254 |
+
msgstr "Impostazioni"
|
|
|
|
|
|
|
|
|
|
|
255 |
|
256 |
# @ bestwebsoft
|
257 |
+
#: bws_menu.php:538
|
258 |
+
#: bws_menu.php:595
|
259 |
#, fuzzy
|
260 |
msgid "Activate this plugin"
|
261 |
msgstr "Plugin attivi"
|
262 |
|
263 |
# @ bestwebsoft
|
264 |
+
#: bws_menu.php:538
|
265 |
+
#: bws_menu.php:595
|
266 |
#, fuzzy
|
267 |
msgid "Activate"
|
268 |
msgstr "Plugin attivi"
|
269 |
|
270 |
+
#: bws_menu.php:553
|
271 |
+
#: bws_menu.php:583
|
272 |
+
#: bws_menu.php:629
|
273 |
+
msgid "Go"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: bws_menu.php:557
|
277 |
+
#: bws_menu.php:587
|
278 |
+
#: bws_menu.php:633
|
279 |
+
msgid "DONATE"
|
280 |
+
msgstr ""
|
281 |
+
|
282 |
+
# @ bestwebsoft
|
283 |
+
#: bws_menu.php:603
|
284 |
+
msgid "Recommended plugins"
|
285 |
+
msgstr "Plugin raccomandati"
|
286 |
+
|
287 |
# @ default
|
288 |
+
#: bws_menu.php:641
|
289 |
#, fuzzy
|
290 |
msgid "Install now"
|
291 |
msgstr "Installa %s"
|
292 |
|
293 |
+
#: bws_menu.php:662
|
294 |
msgid "Try again"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: bws_menu.php:680
|
298 |
#, php-format
|
299 |
msgid "Preview “%s”"
|
300 |
msgstr ""
|
301 |
|
302 |
# @ default
|
303 |
+
#: bws_menu.php:711
|
304 |
+
#, php-format
|
305 |
+
msgid "Install %s"
|
306 |
+
msgstr "Installa %s"
|
307 |
+
|
308 |
+
# @ default
|
309 |
+
#: bws_menu.php:711
|
310 |
#, fuzzy
|
311 |
msgid "Install Now"
|
312 |
msgstr "Installa %s"
|
313 |
|
314 |
+
#: bws_menu.php:714
|
315 |
#, php-format
|
316 |
msgid "Update to version %s"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: bws_menu.php:714
|
320 |
msgid "Update"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: bws_menu.php:721
|
324 |
#, php-format
|
325 |
msgid "Preview %s"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: bws_menu.php:721
|
329 |
msgid "Preview"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: bws_menu.php:727
|
333 |
+
#: bws_menu.php:759
|
334 |
#, php-format
|
335 |
msgid "By %s"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: bws_menu.php:733
|
339 |
msgid "Details"
|
340 |
msgstr ""
|
341 |
|
342 |
+
# @ default
|
343 |
+
#: bws_menu.php:765
|
344 |
+
#, fuzzy
|
345 |
+
msgid "Already Installed"
|
346 |
+
msgstr "Installa %s"
|
347 |
+
|
348 |
+
# @ bestwebsoft
|
349 |
+
#: bws_menu.php:781
|
350 |
+
msgid "Environment"
|
351 |
+
msgstr "Ambiente"
|
352 |
+
|
353 |
+
# @ bestwebsoft
|
354 |
+
#: bws_menu.php:792
|
355 |
+
msgid "Active Plugins"
|
356 |
+
msgstr "Plugin attivi"
|
357 |
+
|
358 |
+
# @ bestwebsoft
|
359 |
+
#: bws_menu.php:805
|
360 |
+
msgid "Inactive Plugins"
|
361 |
+
msgstr "Plugin inattivi"
|
362 |
+
|
363 |
+
# @ bestwebsoft
|
364 |
+
#: bws_menu.php:821
|
365 |
+
msgid "Send to support"
|
366 |
+
msgstr "Invia al supporto"
|
367 |
+
|
368 |
+
# @ bestwebsoft
|
369 |
+
#: bws_menu.php:828
|
370 |
+
msgid "Send to custom email »"
|
371 |
+
msgstr "Invia a una email personalizzata »"
|
372 |
+
|
373 |
+
# @ bestwebsoft
|
374 |
+
#~ msgid "Pro plugins"
|
375 |
+
#~ msgstr "Plugin Pro"
|
376 |
+
# @ bestwebsoft
|
377 |
+
#~ msgid "Activated plugins"
|
378 |
+
#~ msgstr "Plugin attivi"
|
379 |
+
# @ bestwebsoft
|
380 |
+
#~ msgid "Read more"
|
381 |
+
#~ msgstr "Leggi tutto"
|
382 |
+
# @ bestwebsoft
|
383 |
+
#~ msgid "Purchase"
|
384 |
+
#~ msgstr "Acquista"
|
385 |
+
# @ bestwebsoft
|
386 |
+
#~ msgid "Free plugins"
|
387 |
+
#~ msgstr "Plugin gratuiti"
|
388 |
+
# @ bestwebsoft
|
389 |
+
#~ msgid "Download"
|
390 |
+
#~ msgstr "Scarica"
|
391 |
+
# @ bestwebsoft
|
392 |
+
#~ msgid "Install now from wordpress.org"
|
393 |
+
#~ msgstr "Installa ora da wordpress.org"
|
394 |
+
# @ bestwebsoft
|
395 |
+
#, fuzzy
|
396 |
+
#~ msgid "Activated theme"
|
397 |
+
#~ msgstr "Tema attivo"
|
398 |
+
|
399 |
+
# @ default
|
400 |
+
#, fuzzy
|
401 |
+
#~ msgid "Installed themes"
|
402 |
+
#~ msgstr "Installa %s"
|
403 |
+
|
404 |
+
# @ bestwebsoft
|
405 |
+
#, fuzzy
|
406 |
+
#~ msgid "Recommended themes"
|
407 |
+
#~ msgstr "Plugin raccomandati"
|
408 |
+
|
409 |
+
# @ bestwebsoft
|
410 |
+
#~ msgid "If you have any questions, please contact us via"
|
411 |
+
#~ msgstr "Se hai domande, contattaci tramite"
|
412 |
# @ default
|
413 |
#, fuzzy
|
414 |
#~ msgid "installed"
|
bws_menu/languages/bestwebsoft-ja.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ja.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
@@ -16,384 +16,341 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_menu.php:
|
20 |
msgid "Not set"
|
21 |
msgstr "未設定"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:
|
25 |
msgid "On"
|
26 |
msgstr "On"
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:
|
30 |
msgid "Off"
|
31 |
msgstr "Off"
|
32 |
|
33 |
-
#: bws_menu.php:351
|
34 |
#: bws_menu.php:355
|
|
|
|
|
|
|
35 |
#: bws_menu.php:359
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:367
|
38 |
-
#: bws_menu.php:393
|
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 "
|
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:
|
244 |
-
msgid "
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: bws_menu.php:
|
248 |
-
|
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:
|
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:
|
302 |
msgid "Themes"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: bws_menu.php:
|
306 |
msgid "All"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: bws_menu.php:
|
310 |
#, fuzzy
|
311 |
msgid "Installed"
|
312 |
msgstr "%s 導入"
|
313 |
|
314 |
-
#: bws_menu.php:
|
315 |
#, fuzzy
|
316 |
msgid "Recommended"
|
317 |
msgstr "推奨プラグイン"
|
318 |
|
319 |
-
#: bws_menu.php:
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
324 |
#, fuzzy
|
325 |
msgid "Learn more"
|
326 |
msgstr "もっと読む"
|
327 |
|
328 |
-
#: bws_menu.php:
|
329 |
-
#: bws_menu.php:
|
330 |
-
|
331 |
-
|
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:
|
341 |
-
#: bws_menu.php:
|
342 |
#, fuzzy
|
343 |
msgid "Activate this plugin"
|
344 |
msgstr "有効なプラグイン"
|
345 |
|
346 |
-
#: bws_menu.php:
|
347 |
-
#: bws_menu.php:
|
348 |
#, fuzzy
|
349 |
msgid "Activate"
|
350 |
msgstr "有効なcaptcha"
|
351 |
|
352 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
#, fuzzy
|
354 |
msgid "Install now"
|
355 |
msgstr "Installa Ora"
|
356 |
|
357 |
-
#: bws_menu.php:
|
358 |
msgid "Try again"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
#, php-format
|
363 |
msgid "Preview “%s”"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
367 |
msgid "Install Now"
|
368 |
msgstr "Installa Ora"
|
369 |
|
370 |
-
#: bws_menu.php:
|
371 |
#, php-format
|
372 |
msgid "Update to version %s"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: bws_menu.php:
|
376 |
msgid "Update"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: bws_menu.php:
|
380 |
#, php-format
|
381 |
msgid "Preview %s"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: bws_menu.php:
|
385 |
msgid "Preview"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: bws_menu.php:
|
|
|
389 |
#, php-format
|
390 |
msgid "By %s"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: bws_menu.php:
|
394 |
msgid "Details"
|
395 |
msgstr ""
|
396 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
397 |
#, fuzzy
|
398 |
#~ msgid "installed"
|
399 |
#~ msgstr "%s 導入"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-05 16:30+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-05 16:30+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_menu.php:351
|
20 |
msgid "Not set"
|
21 |
msgstr "未設定"
|
22 |
|
23 |
+
#: bws_menu.php:353
|
24 |
+
#: bws_menu.php:354
|
25 |
msgid "On"
|
26 |
msgstr "On"
|
27 |
|
28 |
+
#: bws_menu.php:353
|
29 |
+
#: bws_menu.php:354
|
30 |
msgid "Off"
|
31 |
msgstr "Off"
|
32 |
|
|
|
33 |
#: bws_menu.php:355
|
34 |
+
#: bws_menu.php:356
|
35 |
+
#: bws_menu.php:357
|
36 |
+
#: bws_menu.php:358
|
37 |
#: bws_menu.php:359
|
38 |
+
#: bws_menu.php:371
|
|
|
|
|
39 |
msgid "N/A"
|
40 |
msgstr "該当なし"
|
41 |
|
42 |
+
#: bws_menu.php:359
|
43 |
msgid " Mb"
|
44 |
msgstr " Mb"
|
45 |
|
46 |
+
#: bws_menu.php:360
|
47 |
+
#: bws_menu.php:361
|
48 |
+
#: bws_menu.php:362
|
49 |
+
#: bws_menu.php:367
|
50 |
msgid "Yes"
|
51 |
msgstr "はい"
|
52 |
|
53 |
+
#: bws_menu.php:360
|
54 |
+
#: bws_menu.php:361
|
55 |
+
#: bws_menu.php:362
|
56 |
+
#: bws_menu.php:369
|
57 |
msgid "No"
|
58 |
msgstr "いいえ"
|
59 |
|
60 |
+
#: bws_menu.php:379
|
61 |
msgid "Operating System"
|
62 |
msgstr "オペレーション・システム"
|
63 |
|
64 |
+
#: bws_menu.php:380
|
65 |
msgid "Server"
|
66 |
msgstr "サーバ"
|
67 |
|
68 |
+
#: bws_menu.php:381
|
69 |
msgid "Memory usage"
|
70 |
msgstr "メモリー使用"
|
71 |
|
72 |
+
#: bws_menu.php:382
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "MYSQL バージョン"
|
75 |
|
76 |
+
#: bws_menu.php:383
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "SQLモード"
|
79 |
|
80 |
+
#: bws_menu.php:384
|
81 |
msgid "PHP Version"
|
82 |
msgstr "PHP バージョン"
|
83 |
|
84 |
+
#: bws_menu.php:385
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Safe Mode"
|
87 |
|
88 |
+
#: bws_menu.php:386
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
+
#: bws_menu.php:387
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "PHP Memory Limit"
|
95 |
|
96 |
+
#: bws_menu.php:388
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "PHP Max Upload Size"
|
99 |
|
100 |
+
#: bws_menu.php:389
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "PHP Max Post Size"
|
103 |
|
104 |
+
#: bws_menu.php:390
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "PHP Max Script Execute Time"
|
107 |
|
108 |
+
#: bws_menu.php:391
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "PHP Exif サポート"
|
111 |
|
112 |
+
#: bws_menu.php:392
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "PHP IPTC サポート"
|
115 |
|
116 |
+
#: bws_menu.php:393
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "PHP XML サポート"
|
119 |
|
120 |
+
#: bws_menu.php:394
|
121 |
msgid "Site URL"
|
122 |
msgstr "サイトURL"
|
123 |
|
124 |
+
#: bws_menu.php:395
|
125 |
msgid "Home URL"
|
126 |
msgstr "ホームURL"
|
127 |
|
128 |
+
#: bws_menu.php:398
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "WordPress バージョン"
|
131 |
|
132 |
+
#: bws_menu.php:399
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "WordPress データベース バージョン"
|
135 |
|
136 |
+
#: bws_menu.php:400
|
137 |
msgid "Multisite"
|
138 |
msgstr "複数サイト"
|
139 |
|
140 |
+
#: bws_menu.php:401
|
141 |
msgid "Active Theme"
|
142 |
msgstr "有効なテーマ"
|
143 |
|
144 |
+
#: bws_menu.php:416
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
147 |
|
148 |
+
#: bws_menu.php:420
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "システム情報をメールで送信:"
|
151 |
|
152 |
+
#: bws_menu.php:424
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "ご連絡ありがとうございます"
|
155 |
|
156 |
+
#: bws_menu.php:457
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
159 |
|
160 |
+
#: bws_menu.php:465
|
161 |
+
msgid "Need help?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: bws_menu.php:466
|
165 |
+
msgid "Client area"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: bws_menu.php:467
|
169 |
+
#: bws_menu.php:778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
msgid "System status"
|
171 |
msgstr "システム状況"
|
172 |
|
173 |
+
#: bws_menu.php:472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
#, fuzzy
|
175 |
msgid "Plugins"
|
176 |
msgstr "Pro Plugins"
|
177 |
|
178 |
+
#: bws_menu.php:474
|
179 |
msgid "Themes"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: bws_menu.php:479
|
183 |
msgid "All"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: bws_menu.php:480
|
187 |
#, fuzzy
|
188 |
msgid "Installed"
|
189 |
msgstr "%s 導入"
|
190 |
|
191 |
+
#: bws_menu.php:481
|
192 |
#, fuzzy
|
193 |
msgid "Recommended"
|
194 |
msgstr "推奨プラグイン"
|
195 |
|
196 |
+
#: bws_menu.php:485
|
197 |
+
msgid "Installed plugins"
|
198 |
+
msgstr "導入済みプラグイン"
|
199 |
+
|
200 |
+
#: bws_menu.php:514
|
201 |
+
#: bws_menu.php:536
|
202 |
+
#: bws_menu.php:563
|
203 |
+
#: bws_menu.php:593
|
204 |
+
#: bws_menu.php:639
|
205 |
#, fuzzy
|
206 |
msgid "Learn more"
|
207 |
msgstr "もっと読む"
|
208 |
|
209 |
+
#: bws_menu.php:517
|
210 |
+
#: bws_menu.php:566
|
211 |
+
msgid "Settings"
|
212 |
+
msgstr "設定"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
|
214 |
+
#: bws_menu.php:538
|
215 |
+
#: bws_menu.php:595
|
216 |
#, fuzzy
|
217 |
msgid "Activate this plugin"
|
218 |
msgstr "有効なプラグイン"
|
219 |
|
220 |
+
#: bws_menu.php:538
|
221 |
+
#: bws_menu.php:595
|
222 |
#, fuzzy
|
223 |
msgid "Activate"
|
224 |
msgstr "有効なcaptcha"
|
225 |
|
226 |
+
#: bws_menu.php:553
|
227 |
+
#: bws_menu.php:583
|
228 |
+
#: bws_menu.php:629
|
229 |
+
msgid "Go"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: bws_menu.php:557
|
233 |
+
#: bws_menu.php:587
|
234 |
+
#: bws_menu.php:633
|
235 |
+
msgid "DONATE"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: bws_menu.php:603
|
239 |
+
msgid "Recommended plugins"
|
240 |
+
msgstr "推奨プラグイン"
|
241 |
+
|
242 |
+
#: bws_menu.php:641
|
243 |
#, fuzzy
|
244 |
msgid "Install now"
|
245 |
msgstr "Installa Ora"
|
246 |
|
247 |
+
#: bws_menu.php:662
|
248 |
msgid "Try again"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: bws_menu.php:680
|
252 |
#, php-format
|
253 |
msgid "Preview “%s”"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: bws_menu.php:711
|
257 |
+
#, php-format
|
258 |
+
msgid "Install %s"
|
259 |
+
msgstr "%s 導入"
|
260 |
+
|
261 |
+
#: bws_menu.php:711
|
262 |
msgid "Install Now"
|
263 |
msgstr "Installa Ora"
|
264 |
|
265 |
+
#: bws_menu.php:714
|
266 |
#, php-format
|
267 |
msgid "Update to version %s"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: bws_menu.php:714
|
271 |
msgid "Update"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: bws_menu.php:721
|
275 |
#, php-format
|
276 |
msgid "Preview %s"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: bws_menu.php:721
|
280 |
msgid "Preview"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: bws_menu.php:727
|
284 |
+
#: bws_menu.php:759
|
285 |
#, php-format
|
286 |
msgid "By %s"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: bws_menu.php:733
|
290 |
msgid "Details"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: bws_menu.php:765
|
294 |
+
#, fuzzy
|
295 |
+
msgid "Already Installed"
|
296 |
+
msgstr "%s 導入"
|
297 |
+
|
298 |
+
#: bws_menu.php:781
|
299 |
+
msgid "Environment"
|
300 |
+
msgstr "環境"
|
301 |
+
|
302 |
+
#: bws_menu.php:792
|
303 |
+
msgid "Active Plugins"
|
304 |
+
msgstr "有効なプラグイン"
|
305 |
+
|
306 |
+
#: bws_menu.php:805
|
307 |
+
msgid "Inactive Plugins"
|
308 |
+
msgstr "無効なプラグイン"
|
309 |
+
|
310 |
+
#: bws_menu.php:821
|
311 |
+
msgid "Send to support"
|
312 |
+
msgstr "サポートに送信"
|
313 |
+
|
314 |
+
#: bws_menu.php:828
|
315 |
+
msgid "Send to custom email »"
|
316 |
+
msgstr "カスタムEメールに送信»"
|
317 |
+
|
318 |
+
#~ msgid "Pro plugins"
|
319 |
+
#~ msgstr "Pro Plugins"
|
320 |
+
|
321 |
+
#~ msgid "Activated plugins"
|
322 |
+
#~ msgstr "有効なプラグイン"
|
323 |
+
|
324 |
+
#~ msgid "Read more"
|
325 |
+
#~ msgstr "もっと読む"
|
326 |
+
|
327 |
+
#~ msgid "Purchase"
|
328 |
+
#~ msgstr "購入"
|
329 |
+
|
330 |
+
#~ msgid "Free plugins"
|
331 |
+
#~ msgstr "無料プラグイン"
|
332 |
+
|
333 |
+
#~ msgid "Download"
|
334 |
+
#~ msgstr "ダウンロード"
|
335 |
+
|
336 |
+
#~ msgid "Install now from wordpress.org"
|
337 |
+
#~ msgstr "wordpress.org から直ぐに導入"
|
338 |
+
|
339 |
+
#, fuzzy
|
340 |
+
#~ msgid "Activated theme"
|
341 |
+
#~ msgstr "有効なテーマ"
|
342 |
+
|
343 |
+
#, fuzzy
|
344 |
+
#~ msgid "Installed themes"
|
345 |
+
#~ msgstr "%s 導入"
|
346 |
+
|
347 |
+
#, fuzzy
|
348 |
+
#~ msgid "Recommended themes"
|
349 |
+
#~ msgstr "推奨プラグイン"
|
350 |
+
|
351 |
+
#~ msgid "If you have any questions, please contact us via"
|
352 |
+
#~ msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
353 |
+
|
354 |
#, fuzzy
|
355 |
#~ msgid "installed"
|
356 |
#~ msgstr "%s 導入"
|
bws_menu/languages/bestwebsoft-pt_BR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-pt_BR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
@@ -19,445 +19,395 @@ msgstr ""
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ captcha
|
22 |
-
#: bws_menu.php:
|
23 |
msgid "Not set"
|
24 |
msgstr "Não definido"
|
25 |
|
26 |
# @ captcha
|
27 |
-
#: bws_menu.php:
|
28 |
-
#: bws_menu.php:
|
29 |
msgid "On"
|
30 |
msgstr "Ligado"
|
31 |
|
32 |
# @ captcha
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
msgid "Off"
|
36 |
msgstr "Desligado"
|
37 |
|
38 |
# @ captcha
|
39 |
-
#: bws_menu.php:351
|
40 |
#: bws_menu.php:355
|
|
|
|
|
|
|
41 |
#: bws_menu.php:359
|
42 |
-
#: bws_menu.php:
|
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:
|
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 |
-
#: bws_menu.php:
|
195 |
-
msgid "
|
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:
|
290 |
-
msgid "
|
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:
|
307 |
-
|
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:
|
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:
|
358 |
msgid "Themes"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
msgid "All"
|
363 |
msgstr ""
|
364 |
|
365 |
# @ default
|
366 |
-
#: bws_menu.php:
|
367 |
#, fuzzy
|
368 |
msgid "Installed"
|
369 |
msgstr "Instalar %s"
|
370 |
|
371 |
# @ captcha
|
372 |
-
#: bws_menu.php:
|
373 |
#, fuzzy
|
374 |
msgid "Recommended"
|
375 |
msgstr "Plugins Recomendados"
|
376 |
|
377 |
# @ captcha
|
378 |
-
#: bws_menu.php:
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
|
|
|
|
|
|
|
|
|
|
383 |
#, fuzzy
|
384 |
msgid "Learn more"
|
385 |
msgstr "Leia Mais"
|
386 |
|
387 |
-
|
388 |
-
#: bws_menu.php:
|
389 |
-
#: bws_menu.php:
|
390 |
-
msgid "
|
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:
|
401 |
-
#: bws_menu.php:
|
402 |
#, fuzzy
|
403 |
msgid "Activate this plugin"
|
404 |
msgstr "Plugins ativados"
|
405 |
|
406 |
# @ captcha
|
407 |
-
#: bws_menu.php:
|
408 |
-
#: bws_menu.php:
|
409 |
#, fuzzy
|
410 |
msgid "Activate"
|
411 |
msgstr "Plugins ativados"
|
412 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
413 |
# @ default
|
414 |
-
#: bws_menu.php:
|
415 |
#, fuzzy
|
416 |
msgid "Install now"
|
417 |
msgstr "Instalar %s"
|
418 |
|
419 |
-
#: bws_menu.php:
|
420 |
msgid "Try again"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: bws_menu.php:
|
424 |
#, php-format
|
425 |
msgid "Preview “%s”"
|
426 |
msgstr ""
|
427 |
|
428 |
# @ default
|
429 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
430 |
#, fuzzy
|
431 |
msgid "Install Now"
|
432 |
msgstr "Instalar %s"
|
433 |
|
434 |
-
#: bws_menu.php:
|
435 |
#, php-format
|
436 |
msgid "Update to version %s"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: bws_menu.php:
|
440 |
msgid "Update"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: bws_menu.php:
|
444 |
#, php-format
|
445 |
msgid "Preview %s"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: bws_menu.php:
|
449 |
msgid "Preview"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: bws_menu.php:
|
|
|
453 |
#, php-format
|
454 |
msgid "By %s"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: bws_menu.php:
|
458 |
msgid "Details"
|
459 |
msgstr ""
|
460 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
461 |
# @ default
|
462 |
#, fuzzy
|
463 |
#~ msgid "installed"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-05 16:30+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-05 16:30+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ captcha
|
22 |
+
#: bws_menu.php:351
|
23 |
msgid "Not set"
|
24 |
msgstr "Não definido"
|
25 |
|
26 |
# @ captcha
|
27 |
+
#: bws_menu.php:353
|
28 |
+
#: bws_menu.php:354
|
29 |
msgid "On"
|
30 |
msgstr "Ligado"
|
31 |
|
32 |
# @ captcha
|
33 |
+
#: bws_menu.php:353
|
34 |
+
#: bws_menu.php:354
|
35 |
msgid "Off"
|
36 |
msgstr "Desligado"
|
37 |
|
38 |
# @ captcha
|
|
|
39 |
#: bws_menu.php:355
|
40 |
+
#: bws_menu.php:356
|
41 |
+
#: bws_menu.php:357
|
42 |
+
#: bws_menu.php:358
|
43 |
#: bws_menu.php:359
|
44 |
+
#: bws_menu.php:371
|
|
|
|
|
45 |
msgid "N/A"
|
46 |
msgstr "N/D"
|
47 |
|
48 |
# @ captcha
|
49 |
+
#: bws_menu.php:359
|
50 |
msgid " Mb"
|
51 |
msgstr " Mb"
|
52 |
|
53 |
# @ captcha
|
54 |
+
#: bws_menu.php:360
|
55 |
+
#: bws_menu.php:361
|
56 |
+
#: bws_menu.php:362
|
57 |
+
#: bws_menu.php:367
|
58 |
msgid "Yes"
|
59 |
msgstr "Sim"
|
60 |
|
61 |
# @ captcha
|
62 |
+
#: bws_menu.php:360
|
63 |
+
#: bws_menu.php:361
|
64 |
+
#: bws_menu.php:362
|
65 |
+
#: bws_menu.php:369
|
66 |
msgid "No"
|
67 |
msgstr "Não"
|
68 |
|
69 |
# @ captcha
|
70 |
+
#: bws_menu.php:379
|
71 |
msgid "Operating System"
|
72 |
msgstr "Sistema Operacional"
|
73 |
|
74 |
# @ captcha
|
75 |
+
#: bws_menu.php:380
|
76 |
msgid "Server"
|
77 |
msgstr "Servidor"
|
78 |
|
79 |
# @ captcha
|
80 |
+
#: bws_menu.php:381
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Uso de memória"
|
83 |
|
84 |
# @ captcha
|
85 |
+
#: bws_menu.php:382
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "Versão do MySQL"
|
88 |
|
89 |
# @ captcha
|
90 |
+
#: bws_menu.php:383
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "Modo SQL"
|
93 |
|
94 |
# @ captcha
|
95 |
+
#: bws_menu.php:384
|
96 |
msgid "PHP Version"
|
97 |
msgstr "Versão do PHP"
|
98 |
|
99 |
# @ captcha
|
100 |
+
#: bws_menu.php:385
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "Modo de Segurança do PHP"
|
103 |
|
104 |
# @ captcha
|
105 |
+
#: bws_menu.php:386
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "Permissão de fopen de URL do PHP"
|
108 |
|
109 |
# @ captcha
|
110 |
+
#: bws_menu.php:387
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "Limite de Memória do PHP"
|
113 |
|
114 |
# @ captcha
|
115 |
+
#: bws_menu.php:388
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "Tamanho Máximo de Upload no PHP"
|
118 |
|
119 |
# @ captcha
|
120 |
+
#: bws_menu.php:389
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "Tamanho Máximo de Envio do PHP"
|
123 |
|
124 |
# @ captcha
|
125 |
+
#: bws_menu.php:390
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "Tempo de Execução Máximo do PHP"
|
128 |
|
129 |
# @ captcha
|
130 |
+
#: bws_menu.php:391
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "Suporte a Exif no PHP"
|
133 |
|
134 |
# @ captcha
|
135 |
+
#: bws_menu.php:392
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "Suporte da IPTC no PHP"
|
138 |
|
139 |
# @ captcha
|
140 |
+
#: bws_menu.php:393
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "Suporte a XML no PHP"
|
143 |
|
144 |
# @ captcha
|
145 |
+
#: bws_menu.php:394
|
146 |
msgid "Site URL"
|
147 |
msgstr "URL do Site"
|
148 |
|
149 |
# @ captcha
|
150 |
+
#: bws_menu.php:395
|
151 |
msgid "Home URL"
|
152 |
msgstr "URL da Página Inicial"
|
153 |
|
154 |
# @ captcha
|
155 |
+
#: bws_menu.php:398
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "Versão do WordPress"
|
158 |
|
159 |
# @ captcha
|
160 |
+
#: bws_menu.php:399
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "Versão do DB do WordPress"
|
163 |
|
164 |
# @ captcha
|
165 |
+
#: bws_menu.php:400
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisite"
|
168 |
|
169 |
# @ captcha
|
170 |
+
#: bws_menu.php:401
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Tema Ativo"
|
173 |
|
174 |
# @ captcha
|
175 |
+
#: bws_menu.php:416
|
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:420
|
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:424
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Obrigado por nos contatar."
|
188 |
|
189 |
# @ captcha
|
190 |
+
#: bws_menu.php:457
|
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:465
|
195 |
+
msgid "Need help?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: bws_menu.php:466
|
199 |
+
msgid "Client area"
|
200 |
msgstr ""
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
# @ captcha
|
203 |
+
#: bws_menu.php:467
|
204 |
+
#: bws_menu.php:778
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
msgid "System status"
|
206 |
msgstr "Status do sistema"
|
207 |
|
208 |
# @ captcha
|
209 |
+
#: bws_menu.php:472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
#, fuzzy
|
211 |
msgid "Plugins"
|
212 |
msgstr "Plugins Pro"
|
213 |
|
214 |
+
#: bws_menu.php:474
|
215 |
msgid "Themes"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: bws_menu.php:479
|
219 |
msgid "All"
|
220 |
msgstr ""
|
221 |
|
222 |
# @ default
|
223 |
+
#: bws_menu.php:480
|
224 |
#, fuzzy
|
225 |
msgid "Installed"
|
226 |
msgstr "Instalar %s"
|
227 |
|
228 |
# @ captcha
|
229 |
+
#: bws_menu.php:481
|
230 |
#, fuzzy
|
231 |
msgid "Recommended"
|
232 |
msgstr "Plugins Recomendados"
|
233 |
|
234 |
# @ captcha
|
235 |
+
#: bws_menu.php:485
|
236 |
+
msgid "Installed plugins"
|
237 |
+
msgstr "Plugins Instalados"
|
238 |
+
|
239 |
+
# @ captcha
|
240 |
+
#: bws_menu.php:514
|
241 |
+
#: bws_menu.php:536
|
242 |
+
#: bws_menu.php:563
|
243 |
+
#: bws_menu.php:593
|
244 |
+
#: bws_menu.php:639
|
245 |
#, fuzzy
|
246 |
msgid "Learn more"
|
247 |
msgstr "Leia Mais"
|
248 |
|
249 |
+
# @ captcha
|
250 |
+
#: bws_menu.php:517
|
251 |
+
#: bws_menu.php:566
|
252 |
+
msgid "Settings"
|
253 |
+
msgstr "Configurações"
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
|
255 |
# @ captcha
|
256 |
+
#: bws_menu.php:538
|
257 |
+
#: bws_menu.php:595
|
258 |
#, fuzzy
|
259 |
msgid "Activate this plugin"
|
260 |
msgstr "Plugins ativados"
|
261 |
|
262 |
# @ captcha
|
263 |
+
#: bws_menu.php:538
|
264 |
+
#: bws_menu.php:595
|
265 |
#, fuzzy
|
266 |
msgid "Activate"
|
267 |
msgstr "Plugins ativados"
|
268 |
|
269 |
+
#: bws_menu.php:553
|
270 |
+
#: bws_menu.php:583
|
271 |
+
#: bws_menu.php:629
|
272 |
+
msgid "Go"
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: bws_menu.php:557
|
276 |
+
#: bws_menu.php:587
|
277 |
+
#: bws_menu.php:633
|
278 |
+
msgid "DONATE"
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
# @ captcha
|
282 |
+
#: bws_menu.php:603
|
283 |
+
msgid "Recommended plugins"
|
284 |
+
msgstr "Plugins Recomendados"
|
285 |
+
|
286 |
# @ default
|
287 |
+
#: bws_menu.php:641
|
288 |
#, fuzzy
|
289 |
msgid "Install now"
|
290 |
msgstr "Instalar %s"
|
291 |
|
292 |
+
#: bws_menu.php:662
|
293 |
msgid "Try again"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: bws_menu.php:680
|
297 |
#, php-format
|
298 |
msgid "Preview “%s”"
|
299 |
msgstr ""
|
300 |
|
301 |
# @ default
|
302 |
+
#: bws_menu.php:711
|
303 |
+
#, php-format
|
304 |
+
msgid "Install %s"
|
305 |
+
msgstr "Instalar %s"
|
306 |
+
|
307 |
+
# @ default
|
308 |
+
#: bws_menu.php:711
|
309 |
#, fuzzy
|
310 |
msgid "Install Now"
|
311 |
msgstr "Instalar %s"
|
312 |
|
313 |
+
#: bws_menu.php:714
|
314 |
#, php-format
|
315 |
msgid "Update to version %s"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: bws_menu.php:714
|
319 |
msgid "Update"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: bws_menu.php:721
|
323 |
#, php-format
|
324 |
msgid "Preview %s"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: bws_menu.php:721
|
328 |
msgid "Preview"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: bws_menu.php:727
|
332 |
+
#: bws_menu.php:759
|
333 |
#, php-format
|
334 |
msgid "By %s"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: bws_menu.php:733
|
338 |
msgid "Details"
|
339 |
msgstr ""
|
340 |
|
341 |
+
# @ default
|
342 |
+
#: bws_menu.php:765
|
343 |
+
#, fuzzy
|
344 |
+
msgid "Already Installed"
|
345 |
+
msgstr "Instalar %s"
|
346 |
+
|
347 |
+
# @ captcha
|
348 |
+
#: bws_menu.php:781
|
349 |
+
msgid "Environment"
|
350 |
+
msgstr "Ambiente"
|
351 |
+
|
352 |
+
# @ captcha
|
353 |
+
#: bws_menu.php:792
|
354 |
+
msgid "Active Plugins"
|
355 |
+
msgstr "Plugins Ativos"
|
356 |
+
|
357 |
+
# @ captcha
|
358 |
+
#: bws_menu.php:805
|
359 |
+
msgid "Inactive Plugins"
|
360 |
+
msgstr "Plugins Inativos"
|
361 |
+
|
362 |
+
# @ captcha
|
363 |
+
#: bws_menu.php:821
|
364 |
+
msgid "Send to support"
|
365 |
+
msgstr "Enviar para o suporte"
|
366 |
+
|
367 |
+
# @ captcha
|
368 |
+
#: bws_menu.php:828
|
369 |
+
msgid "Send to custom email »"
|
370 |
+
msgstr "Enviar para email personalizado »"
|
371 |
+
|
372 |
+
# @ captcha
|
373 |
+
#~ msgid "Pro plugins"
|
374 |
+
#~ msgstr "Plugins Pro"
|
375 |
+
# @ captcha
|
376 |
+
#~ msgid "Activated plugins"
|
377 |
+
#~ msgstr "Plugins ativados"
|
378 |
+
# @ captcha
|
379 |
+
#~ msgid "Read more"
|
380 |
+
#~ msgstr "Leia Mais"
|
381 |
+
# @ captcha
|
382 |
+
#~ msgid "Purchase"
|
383 |
+
#~ msgstr "Compra"
|
384 |
+
# @ captcha
|
385 |
+
#~ msgid "Free plugins"
|
386 |
+
#~ msgstr "Plugins Grátis"
|
387 |
+
# @ captcha
|
388 |
+
#~ msgid "Download"
|
389 |
+
#~ msgstr "Baixar"
|
390 |
+
# @ captcha
|
391 |
+
#~ msgid "Install now from wordpress.org"
|
392 |
+
#~ msgstr "Instale agora do site do wordpress (wordpress.org)"
|
393 |
+
# @ captcha
|
394 |
+
#, fuzzy
|
395 |
+
#~ msgid "Activated theme"
|
396 |
+
#~ msgstr "Tema Ativo"
|
397 |
+
|
398 |
+
# @ default
|
399 |
+
#, fuzzy
|
400 |
+
#~ msgid "Installed themes"
|
401 |
+
#~ msgstr "Instalar %s"
|
402 |
+
|
403 |
+
# @ captcha
|
404 |
+
#, fuzzy
|
405 |
+
#~ msgid "Recommended themes"
|
406 |
+
#~ msgstr "Plugins Recomendados"
|
407 |
+
|
408 |
+
# @ captcha
|
409 |
+
#~ msgid "If you have any questions, please contact us via"
|
410 |
+
#~ msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
411 |
# @ default
|
412 |
#, fuzzy
|
413 |
#~ msgid "installed"
|
bws_menu/languages/bestwebsoft-ru_RU.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,374 +16,345 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_menu.php:
|
20 |
msgid "Not set"
|
21 |
msgstr "Не задан"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:
|
25 |
msgid "On"
|
26 |
msgstr "Вкл"
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:
|
30 |
msgid "Off"
|
31 |
msgstr "Выкл"
|
32 |
|
33 |
-
#: bws_menu.php:351
|
34 |
#: bws_menu.php:355
|
|
|
|
|
|
|
35 |
#: bws_menu.php:359
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:367
|
38 |
-
#: bws_menu.php:393
|
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 "
|
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:
|
193 |
-
|
194 |
-
|
195 |
-
msgid "Installed plugins"
|
196 |
-
msgstr "Установленные плагины"
|
197 |
|
198 |
-
#: bws_menu.php:
|
199 |
-
#: bws_menu.php:
|
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:
|
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:
|
298 |
msgid "Themes"
|
299 |
msgstr "Темы"
|
300 |
|
301 |
-
#: bws_menu.php:
|
302 |
msgid "All"
|
303 |
msgstr "Все"
|
304 |
|
305 |
-
#: bws_menu.php:
|
306 |
msgid "Installed"
|
307 |
msgstr "Установленные"
|
308 |
|
309 |
-
#: bws_menu.php:
|
310 |
msgid "Recommended"
|
311 |
msgstr "Рекомендованные"
|
312 |
|
313 |
-
#: bws_menu.php:
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
318 |
msgid "Learn more"
|
319 |
msgstr "Подробнее"
|
320 |
|
321 |
-
#: bws_menu.php:
|
322 |
-
#: bws_menu.php:
|
323 |
-
|
324 |
-
|
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:
|
334 |
-
#: bws_menu.php:
|
335 |
msgid "Activate this plugin"
|
336 |
msgstr "Активировать плагин"
|
337 |
|
338 |
-
#: bws_menu.php:
|
339 |
-
#: bws_menu.php:
|
340 |
msgid "Activate"
|
341 |
msgstr "Активировать"
|
342 |
|
343 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
344 |
msgid "Install now"
|
345 |
msgstr "Установить"
|
346 |
|
347 |
-
#: bws_menu.php:
|
348 |
msgid "Try again"
|
349 |
msgstr "Попробовать снова"
|
350 |
|
351 |
-
#: bws_menu.php:
|
352 |
#, php-format
|
353 |
msgid "Preview “%s”"
|
354 |
msgstr "Просмотр “%s”"
|
355 |
|
356 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
357 |
msgid "Install Now"
|
358 |
msgstr "Установить"
|
359 |
|
360 |
-
#: bws_menu.php:
|
361 |
#, php-format
|
362 |
msgid "Update to version %s"
|
363 |
msgstr "Обновить до версии %s"
|
364 |
|
365 |
-
#: bws_menu.php:
|
366 |
msgid "Update"
|
367 |
msgstr "Обновить"
|
368 |
|
369 |
-
#: bws_menu.php:
|
370 |
#, php-format
|
371 |
msgid "Preview %s"
|
372 |
msgstr "Просмотр %s"
|
373 |
|
374 |
-
#: bws_menu.php:
|
375 |
msgid "Preview"
|
376 |
msgstr "Просмотр"
|
377 |
|
378 |
-
#: bws_menu.php:
|
|
|
379 |
#, php-format
|
380 |
msgid "By %s"
|
381 |
msgstr "%s"
|
382 |
|
383 |
-
#: bws_menu.php:
|
384 |
msgid "Details"
|
385 |
msgstr "Детали"
|
386 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
#~ msgid "Donate"
|
388 |
#~ msgstr "Пожертвовать"
|
389 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-05 16:30+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-05 16:31+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_menu.php:351
|
20 |
msgid "Not set"
|
21 |
msgstr "Не задан"
|
22 |
|
23 |
+
#: bws_menu.php:353
|
24 |
+
#: bws_menu.php:354
|
25 |
msgid "On"
|
26 |
msgstr "Вкл"
|
27 |
|
28 |
+
#: bws_menu.php:353
|
29 |
+
#: bws_menu.php:354
|
30 |
msgid "Off"
|
31 |
msgstr "Выкл"
|
32 |
|
|
|
33 |
#: bws_menu.php:355
|
34 |
+
#: bws_menu.php:356
|
35 |
+
#: bws_menu.php:357
|
36 |
+
#: bws_menu.php:358
|
37 |
#: bws_menu.php:359
|
38 |
+
#: bws_menu.php:371
|
|
|
|
|
39 |
msgid "N/A"
|
40 |
msgstr "Неизвестно"
|
41 |
|
42 |
+
#: bws_menu.php:359
|
43 |
msgid " Mb"
|
44 |
msgstr "Mb"
|
45 |
|
46 |
+
#: bws_menu.php:360
|
47 |
+
#: bws_menu.php:361
|
48 |
+
#: bws_menu.php:362
|
49 |
+
#: bws_menu.php:367
|
50 |
msgid "Yes"
|
51 |
msgstr "Да"
|
52 |
|
53 |
+
#: bws_menu.php:360
|
54 |
+
#: bws_menu.php:361
|
55 |
+
#: bws_menu.php:362
|
56 |
+
#: bws_menu.php:369
|
57 |
msgid "No"
|
58 |
msgstr "Нет"
|
59 |
|
60 |
+
#: bws_menu.php:379
|
61 |
msgid "Operating System"
|
62 |
msgstr "Операционная система"
|
63 |
|
64 |
+
#: bws_menu.php:380
|
65 |
msgid "Server"
|
66 |
msgstr "Тип сервера"
|
67 |
|
68 |
+
#: bws_menu.php:381
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Памяти использовано"
|
71 |
|
72 |
+
#: bws_menu.php:382
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "Версия MYSQL"
|
75 |
|
76 |
+
#: bws_menu.php:383
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "Режим SQL"
|
79 |
|
80 |
+
#: bws_menu.php:384
|
81 |
msgid "PHP Version"
|
82 |
msgstr "Версия PHP"
|
83 |
|
84 |
+
#: bws_menu.php:385
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Safe Mode"
|
87 |
|
88 |
+
#: bws_menu.php:386
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
+
#: bws_menu.php:387
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "Лимит памяти"
|
95 |
|
96 |
+
#: bws_menu.php:388
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "Макс. размер загружаемого файла"
|
99 |
|
100 |
+
#: bws_menu.php:389
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "Макс. размер записи"
|
103 |
|
104 |
+
#: bws_menu.php:390
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "Макс. время выполнения сценария"
|
107 |
|
108 |
+
#: bws_menu.php:391
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "Поддержка PHP Exif"
|
111 |
|
112 |
+
#: bws_menu.php:392
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "Поддержка PHP IPTC"
|
115 |
|
116 |
+
#: bws_menu.php:393
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "Поддержка PHP XML"
|
119 |
|
120 |
+
#: bws_menu.php:394
|
121 |
msgid "Site URL"
|
122 |
msgstr "Адрес сайта"
|
123 |
|
124 |
+
#: bws_menu.php:395
|
125 |
msgid "Home URL"
|
126 |
msgstr "Основной адрес сайта"
|
127 |
|
128 |
+
#: bws_menu.php:398
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "Версия WordPress"
|
131 |
|
132 |
+
#: bws_menu.php:399
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "Версия базы данных WordPress"
|
135 |
|
136 |
+
#: bws_menu.php:400
|
137 |
msgid "Multisite"
|
138 |
msgstr "Мультиблог"
|
139 |
|
140 |
+
#: bws_menu.php:401
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Текущая тема"
|
143 |
|
144 |
+
#: bws_menu.php:416
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Пожалуйста, введите валидный емайл."
|
147 |
|
148 |
+
#: bws_menu.php:420
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "E-mail с системной информацией отправлен на"
|
151 |
|
152 |
+
#: bws_menu.php:424
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Спасибо что связались с нами."
|
155 |
|
156 |
+
#: bws_menu.php:457
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Извините, ваш email не может быть отправлен."
|
159 |
|
160 |
+
#: bws_menu.php:465
|
161 |
+
msgid "Need help?"
|
162 |
+
msgstr "Нужна помощь?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
|
164 |
+
#: bws_menu.php:466
|
165 |
+
msgid "Client area"
|
166 |
+
msgstr "Client area"
|
|
|
|
|
167 |
|
168 |
+
#: bws_menu.php:467
|
169 |
+
#: bws_menu.php:778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
msgid "System status"
|
171 |
msgstr "Системная информация"
|
172 |
|
173 |
+
#: bws_menu.php:472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
msgid "Plugins"
|
175 |
msgstr "Плагины"
|
176 |
|
177 |
+
#: bws_menu.php:474
|
178 |
msgid "Themes"
|
179 |
msgstr "Темы"
|
180 |
|
181 |
+
#: bws_menu.php:479
|
182 |
msgid "All"
|
183 |
msgstr "Все"
|
184 |
|
185 |
+
#: bws_menu.php:480
|
186 |
msgid "Installed"
|
187 |
msgstr "Установленные"
|
188 |
|
189 |
+
#: bws_menu.php:481
|
190 |
msgid "Recommended"
|
191 |
msgstr "Рекомендованные"
|
192 |
|
193 |
+
#: bws_menu.php:485
|
194 |
+
msgid "Installed plugins"
|
195 |
+
msgstr "Установленные плагины"
|
196 |
+
|
197 |
+
#: bws_menu.php:514
|
198 |
+
#: bws_menu.php:536
|
199 |
+
#: bws_menu.php:563
|
200 |
+
#: bws_menu.php:593
|
201 |
+
#: bws_menu.php:639
|
202 |
msgid "Learn more"
|
203 |
msgstr "Подробнее"
|
204 |
|
205 |
+
#: bws_menu.php:517
|
206 |
+
#: bws_menu.php:566
|
207 |
+
msgid "Settings"
|
208 |
+
msgstr "Настройки"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
|
210 |
+
#: bws_menu.php:538
|
211 |
+
#: bws_menu.php:595
|
212 |
msgid "Activate this plugin"
|
213 |
msgstr "Активировать плагин"
|
214 |
|
215 |
+
#: bws_menu.php:538
|
216 |
+
#: bws_menu.php:595
|
217 |
msgid "Activate"
|
218 |
msgstr "Активировать"
|
219 |
|
220 |
+
#: bws_menu.php:553
|
221 |
+
#: bws_menu.php:583
|
222 |
+
#: bws_menu.php:629
|
223 |
+
msgid "Go"
|
224 |
+
msgstr "Перейти на"
|
225 |
+
|
226 |
+
#: bws_menu.php:557
|
227 |
+
#: bws_menu.php:587
|
228 |
+
#: bws_menu.php:633
|
229 |
+
msgid "DONATE"
|
230 |
+
msgstr "Пожертвовать"
|
231 |
+
|
232 |
+
#: bws_menu.php:603
|
233 |
+
msgid "Recommended plugins"
|
234 |
+
msgstr "Рекомендованные к установке плагины"
|
235 |
+
|
236 |
+
#: bws_menu.php:641
|
237 |
msgid "Install now"
|
238 |
msgstr "Установить"
|
239 |
|
240 |
+
#: bws_menu.php:662
|
241 |
msgid "Try again"
|
242 |
msgstr "Попробовать снова"
|
243 |
|
244 |
+
#: bws_menu.php:680
|
245 |
#, php-format
|
246 |
msgid "Preview “%s”"
|
247 |
msgstr "Просмотр “%s”"
|
248 |
|
249 |
+
#: bws_menu.php:711
|
250 |
+
#, php-format
|
251 |
+
msgid "Install %s"
|
252 |
+
msgstr "Установлено %s"
|
253 |
+
|
254 |
+
#: bws_menu.php:711
|
255 |
msgid "Install Now"
|
256 |
msgstr "Установить"
|
257 |
|
258 |
+
#: bws_menu.php:714
|
259 |
#, php-format
|
260 |
msgid "Update to version %s"
|
261 |
msgstr "Обновить до версии %s"
|
262 |
|
263 |
+
#: bws_menu.php:714
|
264 |
msgid "Update"
|
265 |
msgstr "Обновить"
|
266 |
|
267 |
+
#: bws_menu.php:721
|
268 |
#, php-format
|
269 |
msgid "Preview %s"
|
270 |
msgstr "Просмотр %s"
|
271 |
|
272 |
+
#: bws_menu.php:721
|
273 |
msgid "Preview"
|
274 |
msgstr "Просмотр"
|
275 |
|
276 |
+
#: bws_menu.php:727
|
277 |
+
#: bws_menu.php:759
|
278 |
#, php-format
|
279 |
msgid "By %s"
|
280 |
msgstr "%s"
|
281 |
|
282 |
+
#: bws_menu.php:733
|
283 |
msgid "Details"
|
284 |
msgstr "Детали"
|
285 |
|
286 |
+
#: bws_menu.php:765
|
287 |
+
msgid "Already Installed"
|
288 |
+
msgstr "Уже установлена"
|
289 |
+
|
290 |
+
#: bws_menu.php:781
|
291 |
+
msgid "Environment"
|
292 |
+
msgstr "Системная среда"
|
293 |
+
|
294 |
+
#: bws_menu.php:792
|
295 |
+
msgid "Active Plugins"
|
296 |
+
msgstr "Активированные плагины"
|
297 |
+
|
298 |
+
#: bws_menu.php:805
|
299 |
+
msgid "Inactive Plugins"
|
300 |
+
msgstr "Неактивированные плагины"
|
301 |
+
|
302 |
+
#: bws_menu.php:821
|
303 |
+
msgid "Send to support"
|
304 |
+
msgstr "Отправить в тех. поддержку"
|
305 |
+
|
306 |
+
#: bws_menu.php:828
|
307 |
+
msgid "Send to custom email »"
|
308 |
+
msgstr "Отправить на емейл »"
|
309 |
+
|
310 |
+
#~ msgid "Switch to new interface"
|
311 |
+
#~ msgstr "Переключится на новый интерфейс"
|
312 |
+
|
313 |
+
#~ msgid "Pro plugins"
|
314 |
+
#~ msgstr "Pro плагины"
|
315 |
+
|
316 |
+
#~ msgid "Activated plugins"
|
317 |
+
#~ msgstr "Активированные плагины"
|
318 |
+
|
319 |
+
#~ msgid "Read more"
|
320 |
+
#~ msgstr "Подробнее..."
|
321 |
+
|
322 |
+
#~ msgid "Purchase"
|
323 |
+
#~ msgstr "Купить"
|
324 |
+
|
325 |
+
#~ msgid "Free plugins"
|
326 |
+
#~ msgstr "Бесплатные плагины"
|
327 |
+
|
328 |
+
#~ msgid "Download"
|
329 |
+
#~ msgstr "Скачать"
|
330 |
+
|
331 |
+
#~ msgid "Install now from wordpress.org"
|
332 |
+
#~ msgstr "Установить с wordpress.org"
|
333 |
+
|
334 |
+
#~ msgid "Free themes"
|
335 |
+
#~ msgstr "Бесплатные темы"
|
336 |
+
|
337 |
+
#~ msgid "Activated theme"
|
338 |
+
#~ msgstr "Активная тема"
|
339 |
+
|
340 |
+
#~ msgid "Customize “%s”"
|
341 |
+
#~ msgstr "Кастомизировать “%s”"
|
342 |
+
|
343 |
+
#~ msgid "Customize"
|
344 |
+
#~ msgstr "Кастомизировать"
|
345 |
+
|
346 |
+
#~ msgid "Installed themes"
|
347 |
+
#~ msgstr "Установленные темы"
|
348 |
+
|
349 |
+
#~ msgid "Recommended themes"
|
350 |
+
#~ msgstr "Рекомендованные темы"
|
351 |
+
|
352 |
+
#~ msgid "If you have any questions, please contact us via"
|
353 |
+
#~ msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
|
354 |
+
|
355 |
+
#~ msgid "Switch to old interface"
|
356 |
+
#~ msgstr "Переключится на старый интерфейс"
|
357 |
+
|
358 |
#~ msgid "Donate"
|
359 |
#~ msgstr "Пожертвовать"
|
360 |
|
bws_menu/languages/bestwebsoft-sr_RS.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -17,391 +17,348 @@ 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:351
|
35 |
#: bws_menu.php:355
|
|
|
|
|
|
|
36 |
#: bws_menu.php:359
|
37 |
-
#: bws_menu.php:
|
38 |
-
#: bws_menu.php:367
|
39 |
-
#: bws_menu.php:393
|
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 "
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: bws_menu.php:
|
168 |
-
msgid "
|
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:
|
237 |
-
|
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:
|
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:
|
308 |
msgid "Themes"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: bws_menu.php:
|
312 |
msgid "All"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: bws_menu.php:
|
316 |
#, fuzzy
|
317 |
msgid "Installed"
|
318 |
msgstr "Instalacija %s"
|
319 |
|
320 |
-
#: bws_menu.php:
|
321 |
#, fuzzy
|
322 |
msgid "Recommended"
|
323 |
msgstr "Preporučeni moduli"
|
324 |
|
325 |
-
#: bws_menu.php:
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
330 |
#, fuzzy
|
331 |
msgid "Learn more"
|
332 |
msgstr "Pročitaj više"
|
333 |
|
334 |
-
#: bws_menu.php:
|
335 |
-
#: bws_menu.php:
|
336 |
-
|
337 |
-
|
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:
|
347 |
-
#: bws_menu.php:
|
348 |
#, fuzzy
|
349 |
msgid "Activate this plugin"
|
350 |
msgstr "Aktivirani moduli"
|
351 |
|
352 |
-
#: bws_menu.php:
|
353 |
-
#: bws_menu.php:
|
354 |
#, fuzzy
|
355 |
msgid "Activate"
|
356 |
msgstr "Aktivirani moduli"
|
357 |
|
358 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
#, fuzzy
|
360 |
msgid "Install now"
|
361 |
msgstr "Instalacija %s"
|
362 |
|
363 |
-
#: bws_menu.php:
|
364 |
msgid "Try again"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: bws_menu.php:
|
368 |
#, php-format
|
369 |
msgid "Preview “%s”"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
373 |
#, fuzzy
|
374 |
msgid "Install Now"
|
375 |
msgstr "Instalacija %s"
|
376 |
|
377 |
-
#: bws_menu.php:
|
378 |
#, php-format
|
379 |
msgid "Update to version %s"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: bws_menu.php:
|
383 |
#, fuzzy
|
384 |
msgid "Update"
|
385 |
msgstr "date"
|
386 |
|
387 |
-
#: bws_menu.php:
|
388 |
#, php-format
|
389 |
msgid "Preview %s"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: bws_menu.php:
|
393 |
msgid "Preview"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: bws_menu.php:
|
|
|
397 |
#, php-format
|
398 |
msgid "By %s"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: bws_menu.php:
|
402 |
msgid "Details"
|
403 |
msgstr ""
|
404 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
405 |
#, fuzzy
|
406 |
#~ msgid "installed"
|
407 |
#~ msgstr "Instalacija %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-05 16:31+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-05 16:31+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
17 |
"X-Generator: Poedit 1.5.7\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_menu.php:351
|
21 |
msgid "Not set"
|
22 |
msgstr "Nije podešeno"
|
23 |
|
24 |
+
#: bws_menu.php:353
|
25 |
+
#: bws_menu.php:354
|
26 |
msgid "On"
|
27 |
msgstr "Uključeno"
|
28 |
|
29 |
+
#: bws_menu.php:353
|
30 |
+
#: bws_menu.php:354
|
31 |
msgid "Off"
|
32 |
msgstr "Isključeno"
|
33 |
|
|
|
34 |
#: bws_menu.php:355
|
35 |
+
#: bws_menu.php:356
|
36 |
+
#: bws_menu.php:357
|
37 |
+
#: bws_menu.php:358
|
38 |
#: bws_menu.php:359
|
39 |
+
#: bws_menu.php:371
|
|
|
|
|
40 |
msgid "N/A"
|
41 |
msgstr "N/A"
|
42 |
|
43 |
+
#: bws_menu.php:359
|
44 |
msgid " Mb"
|
45 |
msgstr " Mb"
|
46 |
|
47 |
+
#: bws_menu.php:360
|
48 |
+
#: bws_menu.php:361
|
49 |
+
#: bws_menu.php:362
|
50 |
+
#: bws_menu.php:367
|
51 |
msgid "Yes"
|
52 |
msgstr "Da"
|
53 |
|
54 |
+
#: bws_menu.php:360
|
55 |
+
#: bws_menu.php:361
|
56 |
+
#: bws_menu.php:362
|
57 |
+
#: bws_menu.php:369
|
58 |
msgid "No"
|
59 |
msgstr "Ne"
|
60 |
|
61 |
+
#: bws_menu.php:379
|
62 |
msgid "Operating System"
|
63 |
msgstr "Operativni Sistem"
|
64 |
|
65 |
+
#: bws_menu.php:380
|
66 |
msgid "Server"
|
67 |
msgstr "Server"
|
68 |
|
69 |
+
#: bws_menu.php:381
|
70 |
msgid "Memory usage"
|
71 |
msgstr "Upotreba memorije"
|
72 |
|
73 |
+
#: bws_menu.php:382
|
74 |
msgid "MYSQL Version"
|
75 |
msgstr "MYSQL Verzija"
|
76 |
|
77 |
+
#: bws_menu.php:383
|
78 |
msgid "SQL Mode"
|
79 |
msgstr "SQL način"
|
80 |
|
81 |
+
#: bws_menu.php:384
|
82 |
msgid "PHP Version"
|
83 |
msgstr "PHP Verzija"
|
84 |
|
85 |
+
#: bws_menu.php:385
|
86 |
msgid "PHP Safe Mode"
|
87 |
msgstr "PHP Sigurni način"
|
88 |
|
89 |
+
#: bws_menu.php:386
|
90 |
msgid "PHP Allow URL fopen"
|
91 |
msgstr "PHP Dozvoli URL fopen"
|
92 |
|
93 |
+
#: bws_menu.php:387
|
94 |
msgid "PHP Memory Limit"
|
95 |
msgstr "PHP Ograničenje memorije"
|
96 |
|
97 |
+
#: bws_menu.php:388
|
98 |
#, fuzzy
|
99 |
msgid "PHP Max Upload Size"
|
100 |
msgstr "Envoi de fichier"
|
101 |
|
102 |
+
#: bws_menu.php:389
|
103 |
msgid "PHP Max Post Size"
|
104 |
msgstr "PHP Max veličina za učitavanje"
|
105 |
|
106 |
+
#: bws_menu.php:390
|
107 |
msgid "PHP Max Script Execute Time"
|
108 |
msgstr "PHP Max veličina posta"
|
109 |
|
110 |
+
#: bws_menu.php:391
|
111 |
msgid "PHP Exif support"
|
112 |
msgstr "PHP Exif podrška"
|
113 |
|
114 |
+
#: bws_menu.php:392
|
115 |
msgid "PHP IPTC support"
|
116 |
msgstr "PHP IPTC podrška"
|
117 |
|
118 |
+
#: bws_menu.php:393
|
119 |
msgid "PHP XML support"
|
120 |
msgstr "PHP XML podrška"
|
121 |
|
122 |
+
#: bws_menu.php:394
|
123 |
#, fuzzy
|
124 |
msgid "Site URL"
|
125 |
msgstr "URL du lien"
|
126 |
|
127 |
+
#: bws_menu.php:395
|
128 |
msgid "Home URL"
|
129 |
msgstr "URL naslovne"
|
130 |
|
131 |
+
#: bws_menu.php:398
|
132 |
msgid "WordPress Version"
|
133 |
msgstr "WordPress Verzija"
|
134 |
|
135 |
+
#: bws_menu.php:399
|
136 |
msgid "WordPress DB Version"
|
137 |
msgstr "WordPress DB Verzija"
|
138 |
|
139 |
+
#: bws_menu.php:400
|
140 |
msgid "Multisite"
|
141 |
msgstr "Višenamenski sajt"
|
142 |
|
143 |
+
#: bws_menu.php:401
|
144 |
msgid "Active Theme"
|
145 |
msgstr "Aktivna tema"
|
146 |
|
147 |
+
#: bws_menu.php:416
|
148 |
msgid "Please enter a valid email address."
|
149 |
msgstr "Molimo unesite važeću mejl adresu"
|
150 |
|
151 |
+
#: bws_menu.php:420
|
152 |
msgid "Email with system info is sent to "
|
153 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
154 |
|
155 |
+
#: bws_menu.php:424
|
156 |
msgid "Thank you for contacting us."
|
157 |
msgstr "Hvala što ste nas kontaktirali"
|
158 |
|
159 |
+
#: bws_menu.php:457
|
160 |
msgid "Sorry, email message could not be delivered."
|
161 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
162 |
|
163 |
+
#: bws_menu.php:465
|
164 |
+
msgid "Need help?"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: bws_menu.php:466
|
168 |
+
msgid "Client area"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: bws_menu.php:467
|
172 |
+
#: bws_menu.php:778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
msgid "System status"
|
174 |
msgstr "Sistemski status"
|
175 |
|
176 |
+
#: bws_menu.php:472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
#, fuzzy
|
178 |
msgid "Plugins"
|
179 |
msgstr "Pro moduli"
|
180 |
|
181 |
+
#: bws_menu.php:474
|
182 |
msgid "Themes"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: bws_menu.php:479
|
186 |
msgid "All"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: bws_menu.php:480
|
190 |
#, fuzzy
|
191 |
msgid "Installed"
|
192 |
msgstr "Instalacija %s"
|
193 |
|
194 |
+
#: bws_menu.php:481
|
195 |
#, fuzzy
|
196 |
msgid "Recommended"
|
197 |
msgstr "Preporučeni moduli"
|
198 |
|
199 |
+
#: bws_menu.php:485
|
200 |
+
msgid "Installed plugins"
|
201 |
+
msgstr "Instalirani moduli"
|
202 |
+
|
203 |
+
#: bws_menu.php:514
|
204 |
+
#: bws_menu.php:536
|
205 |
+
#: bws_menu.php:563
|
206 |
+
#: bws_menu.php:593
|
207 |
+
#: bws_menu.php:639
|
208 |
#, fuzzy
|
209 |
msgid "Learn more"
|
210 |
msgstr "Pročitaj više"
|
211 |
|
212 |
+
#: bws_menu.php:517
|
213 |
+
#: bws_menu.php:566
|
214 |
+
msgid "Settings"
|
215 |
+
msgstr "Podešavanja"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
|
217 |
+
#: bws_menu.php:538
|
218 |
+
#: bws_menu.php:595
|
219 |
#, fuzzy
|
220 |
msgid "Activate this plugin"
|
221 |
msgstr "Aktivirani moduli"
|
222 |
|
223 |
+
#: bws_menu.php:538
|
224 |
+
#: bws_menu.php:595
|
225 |
#, fuzzy
|
226 |
msgid "Activate"
|
227 |
msgstr "Aktivirani moduli"
|
228 |
|
229 |
+
#: bws_menu.php:553
|
230 |
+
#: bws_menu.php:583
|
231 |
+
#: bws_menu.php:629
|
232 |
+
msgid "Go"
|
233 |
+
msgstr ""
|
234 |
+
|
235 |
+
#: bws_menu.php:557
|
236 |
+
#: bws_menu.php:587
|
237 |
+
#: bws_menu.php:633
|
238 |
+
msgid "DONATE"
|
239 |
+
msgstr ""
|
240 |
+
|
241 |
+
#: bws_menu.php:603
|
242 |
+
msgid "Recommended plugins"
|
243 |
+
msgstr "Preporučeni moduli"
|
244 |
+
|
245 |
+
#: bws_menu.php:641
|
246 |
#, fuzzy
|
247 |
msgid "Install now"
|
248 |
msgstr "Instalacija %s"
|
249 |
|
250 |
+
#: bws_menu.php:662
|
251 |
msgid "Try again"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: bws_menu.php:680
|
255 |
#, php-format
|
256 |
msgid "Preview “%s”"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: bws_menu.php:711
|
260 |
+
#, php-format
|
261 |
+
msgid "Install %s"
|
262 |
+
msgstr "Instalacija %s"
|
263 |
+
|
264 |
+
#: bws_menu.php:711
|
265 |
#, fuzzy
|
266 |
msgid "Install Now"
|
267 |
msgstr "Instalacija %s"
|
268 |
|
269 |
+
#: bws_menu.php:714
|
270 |
#, php-format
|
271 |
msgid "Update to version %s"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: bws_menu.php:714
|
275 |
#, fuzzy
|
276 |
msgid "Update"
|
277 |
msgstr "date"
|
278 |
|
279 |
+
#: bws_menu.php:721
|
280 |
#, php-format
|
281 |
msgid "Preview %s"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: bws_menu.php:721
|
285 |
msgid "Preview"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: bws_menu.php:727
|
289 |
+
#: bws_menu.php:759
|
290 |
#, php-format
|
291 |
msgid "By %s"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: bws_menu.php:733
|
295 |
msgid "Details"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: bws_menu.php:765
|
299 |
+
#, fuzzy
|
300 |
+
msgid "Already Installed"
|
301 |
+
msgstr "Instalacija %s"
|
302 |
+
|
303 |
+
#: bws_menu.php:781
|
304 |
+
msgid "Environment"
|
305 |
+
msgstr "Okruženje"
|
306 |
+
|
307 |
+
#: bws_menu.php:792
|
308 |
+
#, fuzzy
|
309 |
+
msgid "Active Plugins"
|
310 |
+
msgstr "Extensions activées"
|
311 |
+
|
312 |
+
#: bws_menu.php:805
|
313 |
+
#, fuzzy
|
314 |
+
msgid "Inactive Plugins"
|
315 |
+
msgstr "Extensions activées"
|
316 |
+
|
317 |
+
#: bws_menu.php:821
|
318 |
+
#, fuzzy
|
319 |
+
msgid "Send to support"
|
320 |
+
msgstr "Soutien"
|
321 |
+
|
322 |
+
#: bws_menu.php:828
|
323 |
+
msgid "Send to custom email »"
|
324 |
+
msgstr "Pošalji na korisnički mejl »"
|
325 |
+
|
326 |
+
#~ msgid "Pro plugins"
|
327 |
+
#~ msgstr "Pro moduli"
|
328 |
+
|
329 |
+
#~ msgid "Activated plugins"
|
330 |
+
#~ msgstr "Aktivirani moduli"
|
331 |
+
|
332 |
+
#~ msgid "Read more"
|
333 |
+
#~ msgstr "Pročitaj više"
|
334 |
+
|
335 |
+
#~ msgid "Purchase"
|
336 |
+
#~ msgstr "Kupovina"
|
337 |
+
|
338 |
+
#~ msgid "Free plugins"
|
339 |
+
#~ msgstr "Besplatni moduli"
|
340 |
+
|
341 |
+
#~ msgid "Download"
|
342 |
+
#~ msgstr "Prezimanje"
|
343 |
+
|
344 |
+
#~ msgid "Install now from wordpress.org"
|
345 |
+
#~ msgstr "Instaliraj sada sa wordpress.org"
|
346 |
+
|
347 |
+
#, fuzzy
|
348 |
+
#~ msgid "Activated theme"
|
349 |
+
#~ msgstr "Aktivna tema"
|
350 |
+
|
351 |
+
#, fuzzy
|
352 |
+
#~ msgid "Installed themes"
|
353 |
+
#~ msgstr "Instalacija %s"
|
354 |
+
|
355 |
+
#, fuzzy
|
356 |
+
#~ msgid "Recommended themes"
|
357 |
+
#~ msgstr "Preporučeni moduli"
|
358 |
+
|
359 |
+
#~ msgid "If you have any questions, please contact us via"
|
360 |
+
#~ msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
361 |
+
|
362 |
#, fuzzy
|
363 |
#~ msgid "installed"
|
364 |
#~ msgstr "Instalacija %s"
|
bws_menu/languages/bestwebsoft-sv_SE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-sv_SE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
9 |
"Language: sv_SE\n"
|
@@ -16,384 +16,341 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_menu.php:
|
20 |
msgid "Not set"
|
21 |
msgstr "Inte angiven"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:
|
25 |
msgid "On"
|
26 |
msgstr "På"
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:
|
30 |
msgid "Off"
|
31 |
msgstr "Av"
|
32 |
|
33 |
-
#: bws_menu.php:351
|
34 |
#: bws_menu.php:355
|
|
|
|
|
|
|
35 |
#: bws_menu.php:359
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:367
|
38 |
-
#: bws_menu.php:393
|
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 "
|
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:
|
244 |
-
msgid "
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: bws_menu.php:
|
248 |
-
|
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:
|
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:
|
302 |
msgid "Themes"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: bws_menu.php:
|
306 |
msgid "All"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: bws_menu.php:
|
310 |
#, fuzzy
|
311 |
msgid "Installed"
|
312 |
msgstr "Installera %s"
|
313 |
|
314 |
-
#: bws_menu.php:
|
315 |
#, fuzzy
|
316 |
msgid "Recommended"
|
317 |
msgstr "Rekommenderade tillägg"
|
318 |
|
319 |
-
#: bws_menu.php:
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
324 |
#, fuzzy
|
325 |
msgid "Learn more"
|
326 |
msgstr "Läs mer"
|
327 |
|
328 |
-
#: bws_menu.php:
|
329 |
-
#: bws_menu.php:
|
330 |
-
|
331 |
-
|
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:
|
341 |
-
#: bws_menu.php:
|
342 |
#, fuzzy
|
343 |
msgid "Activate this plugin"
|
344 |
msgstr "Aktiverade tillägg"
|
345 |
|
346 |
-
#: bws_menu.php:
|
347 |
-
#: bws_menu.php:
|
348 |
#, fuzzy
|
349 |
msgid "Activate"
|
350 |
msgstr "Aktiverade tillägg"
|
351 |
|
352 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
#, fuzzy
|
354 |
msgid "Install now"
|
355 |
msgstr "Установить сейчас"
|
356 |
|
357 |
-
#: bws_menu.php:
|
358 |
msgid "Try again"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: bws_menu.php:
|
362 |
#, php-format
|
363 |
msgid "Preview “%s”"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
367 |
msgid "Install Now"
|
368 |
msgstr "Установить сейчас"
|
369 |
|
370 |
-
#: bws_menu.php:
|
371 |
#, php-format
|
372 |
msgid "Update to version %s"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: bws_menu.php:
|
376 |
msgid "Update"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: bws_menu.php:
|
380 |
#, php-format
|
381 |
msgid "Preview %s"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: bws_menu.php:
|
385 |
msgid "Preview"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: bws_menu.php:
|
|
|
389 |
#, php-format
|
390 |
msgid "By %s"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: bws_menu.php:
|
394 |
msgid "Details"
|
395 |
msgstr ""
|
396 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
397 |
#, fuzzy
|
398 |
#~ msgid "installed"
|
399 |
#~ msgstr "Installera %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-05 16:32+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-05 16:32+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
9 |
"Language: sv_SE\n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_menu.php:351
|
20 |
msgid "Not set"
|
21 |
msgstr "Inte angiven"
|
22 |
|
23 |
+
#: bws_menu.php:353
|
24 |
+
#: bws_menu.php:354
|
25 |
msgid "On"
|
26 |
msgstr "På"
|
27 |
|
28 |
+
#: bws_menu.php:353
|
29 |
+
#: bws_menu.php:354
|
30 |
msgid "Off"
|
31 |
msgstr "Av"
|
32 |
|
|
|
33 |
#: bws_menu.php:355
|
34 |
+
#: bws_menu.php:356
|
35 |
+
#: bws_menu.php:357
|
36 |
+
#: bws_menu.php:358
|
37 |
#: bws_menu.php:359
|
38 |
+
#: bws_menu.php:371
|
|
|
|
|
39 |
msgid "N/A"
|
40 |
msgstr "Finns ej"
|
41 |
|
42 |
+
#: bws_menu.php:359
|
43 |
msgid " Mb"
|
44 |
msgstr " Mb"
|
45 |
|
46 |
+
#: bws_menu.php:360
|
47 |
+
#: bws_menu.php:361
|
48 |
+
#: bws_menu.php:362
|
49 |
+
#: bws_menu.php:367
|
50 |
msgid "Yes"
|
51 |
msgstr "Ja"
|
52 |
|
53 |
+
#: bws_menu.php:360
|
54 |
+
#: bws_menu.php:361
|
55 |
+
#: bws_menu.php:362
|
56 |
+
#: bws_menu.php:369
|
57 |
msgid "No"
|
58 |
msgstr "Nej"
|
59 |
|
60 |
+
#: bws_menu.php:379
|
61 |
msgid "Operating System"
|
62 |
msgstr "Operativsystem"
|
63 |
|
64 |
+
#: bws_menu.php:380
|
65 |
msgid "Server"
|
66 |
msgstr "Server"
|
67 |
|
68 |
+
#: bws_menu.php:381
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Minnesanvändning"
|
71 |
|
72 |
+
#: bws_menu.php:382
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "MySQL-version"
|
75 |
|
76 |
+
#: bws_menu.php:383
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "SQL-läge"
|
79 |
|
80 |
+
#: bws_menu.php:384
|
81 |
msgid "PHP Version"
|
82 |
msgstr "PHP-version"
|
83 |
|
84 |
+
#: bws_menu.php:385
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP säkert läge"
|
87 |
|
88 |
+
#: bws_menu.php:386
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP tillåt URL fopen"
|
91 |
|
92 |
+
#: bws_menu.php:387
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "PHP Minnesgräns"
|
95 |
|
96 |
+
#: bws_menu.php:388
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "PHP Max uppladdningstorlek"
|
99 |
|
100 |
+
#: bws_menu.php:389
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "PHP Max poststorlek"
|
103 |
|
104 |
+
#: bws_menu.php:390
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "PHP Max skriptexekverinstid"
|
107 |
|
108 |
+
#: bws_menu.php:391
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "PHP Exifstöd"
|
111 |
|
112 |
+
#: bws_menu.php:392
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "PHP ITPC-stöd"
|
115 |
|
116 |
+
#: bws_menu.php:393
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "PHP XML-stöd"
|
119 |
|
120 |
+
#: bws_menu.php:394
|
121 |
msgid "Site URL"
|
122 |
msgstr "SajtURL"
|
123 |
|
124 |
+
#: bws_menu.php:395
|
125 |
msgid "Home URL"
|
126 |
msgstr "HemURL"
|
127 |
|
128 |
+
#: bws_menu.php:398
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "WordPress-version"
|
131 |
|
132 |
+
#: bws_menu.php:399
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "WordPress-DB-version"
|
135 |
|
136 |
+
#: bws_menu.php:400
|
137 |
msgid "Multisite"
|
138 |
msgstr "Multisajt"
|
139 |
|
140 |
+
#: bws_menu.php:401
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Aktivt tema"
|
143 |
|
144 |
+
#: bws_menu.php:416
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Var god ange en giltig epost-adress."
|
147 |
|
148 |
+
#: bws_menu.php:420
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "Epost med systeminfo är skickat till"
|
151 |
|
152 |
+
#: bws_menu.php:424
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Tack för att du kontaktade oss."
|
155 |
|
156 |
+
#: bws_menu.php:457
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Ledsen, eposten kunde inte levereras."
|
159 |
|
160 |
+
#: bws_menu.php:465
|
161 |
+
msgid "Need help?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: bws_menu.php:466
|
165 |
+
msgid "Client area"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: bws_menu.php:467
|
169 |
+
#: bws_menu.php:778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
msgid "System status"
|
171 |
msgstr "Systemstatus"
|
172 |
|
173 |
+
#: bws_menu.php:472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
#, fuzzy
|
175 |
msgid "Plugins"
|
176 |
msgstr "Betaltillägg"
|
177 |
|
178 |
+
#: bws_menu.php:474
|
179 |
msgid "Themes"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: bws_menu.php:479
|
183 |
msgid "All"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: bws_menu.php:480
|
187 |
#, fuzzy
|
188 |
msgid "Installed"
|
189 |
msgstr "Installera %s"
|
190 |
|
191 |
+
#: bws_menu.php:481
|
192 |
#, fuzzy
|
193 |
msgid "Recommended"
|
194 |
msgstr "Rekommenderade tillägg"
|
195 |
|
196 |
+
#: bws_menu.php:485
|
197 |
+
msgid "Installed plugins"
|
198 |
+
msgstr "Installerade tillägg"
|
199 |
+
|
200 |
+
#: bws_menu.php:514
|
201 |
+
#: bws_menu.php:536
|
202 |
+
#: bws_menu.php:563
|
203 |
+
#: bws_menu.php:593
|
204 |
+
#: bws_menu.php:639
|
205 |
#, fuzzy
|
206 |
msgid "Learn more"
|
207 |
msgstr "Läs mer"
|
208 |
|
209 |
+
#: bws_menu.php:517
|
210 |
+
#: bws_menu.php:566
|
211 |
+
msgid "Settings"
|
212 |
+
msgstr "Inställningar"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
|
214 |
+
#: bws_menu.php:538
|
215 |
+
#: bws_menu.php:595
|
216 |
#, fuzzy
|
217 |
msgid "Activate this plugin"
|
218 |
msgstr "Aktiverade tillägg"
|
219 |
|
220 |
+
#: bws_menu.php:538
|
221 |
+
#: bws_menu.php:595
|
222 |
#, fuzzy
|
223 |
msgid "Activate"
|
224 |
msgstr "Aktiverade tillägg"
|
225 |
|
226 |
+
#: bws_menu.php:553
|
227 |
+
#: bws_menu.php:583
|
228 |
+
#: bws_menu.php:629
|
229 |
+
msgid "Go"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: bws_menu.php:557
|
233 |
+
#: bws_menu.php:587
|
234 |
+
#: bws_menu.php:633
|
235 |
+
msgid "DONATE"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: bws_menu.php:603
|
239 |
+
msgid "Recommended plugins"
|
240 |
+
msgstr "Rekommenderade tillägg"
|
241 |
+
|
242 |
+
#: bws_menu.php:641
|
243 |
#, fuzzy
|
244 |
msgid "Install now"
|
245 |
msgstr "Установить сейчас"
|
246 |
|
247 |
+
#: bws_menu.php:662
|
248 |
msgid "Try again"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: bws_menu.php:680
|
252 |
#, php-format
|
253 |
msgid "Preview “%s”"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: bws_menu.php:711
|
257 |
+
#, php-format
|
258 |
+
msgid "Install %s"
|
259 |
+
msgstr "Installera %s"
|
260 |
+
|
261 |
+
#: bws_menu.php:711
|
262 |
msgid "Install Now"
|
263 |
msgstr "Установить сейчас"
|
264 |
|
265 |
+
#: bws_menu.php:714
|
266 |
#, php-format
|
267 |
msgid "Update to version %s"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: bws_menu.php:714
|
271 |
msgid "Update"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: bws_menu.php:721
|
275 |
#, php-format
|
276 |
msgid "Preview %s"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: bws_menu.php:721
|
280 |
msgid "Preview"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: bws_menu.php:727
|
284 |
+
#: bws_menu.php:759
|
285 |
#, php-format
|
286 |
msgid "By %s"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: bws_menu.php:733
|
290 |
msgid "Details"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: bws_menu.php:765
|
294 |
+
#, fuzzy
|
295 |
+
msgid "Already Installed"
|
296 |
+
msgstr "Installera %s"
|
297 |
+
|
298 |
+
#: bws_menu.php:781
|
299 |
+
msgid "Environment"
|
300 |
+
msgstr "Miljövariabler"
|
301 |
+
|
302 |
+
#: bws_menu.php:792
|
303 |
+
msgid "Active Plugins"
|
304 |
+
msgstr "Aktiverade tillägg"
|
305 |
+
|
306 |
+
#: bws_menu.php:805
|
307 |
+
msgid "Inactive Plugins"
|
308 |
+
msgstr "Inaktiverade tillägg"
|
309 |
+
|
310 |
+
#: bws_menu.php:821
|
311 |
+
msgid "Send to support"
|
312 |
+
msgstr "Skicka till support"
|
313 |
+
|
314 |
+
#: bws_menu.php:828
|
315 |
+
msgid "Send to custom email »"
|
316 |
+
msgstr "Skicka till anpassad epost »"
|
317 |
+
|
318 |
+
#~ msgid "Pro plugins"
|
319 |
+
#~ msgstr "Betaltillägg"
|
320 |
+
|
321 |
+
#~ msgid "Activated plugins"
|
322 |
+
#~ msgstr "Aktiverade tillägg"
|
323 |
+
|
324 |
+
#~ msgid "Read more"
|
325 |
+
#~ msgstr "Läs mer"
|
326 |
+
|
327 |
+
#~ msgid "Purchase"
|
328 |
+
#~ msgstr "Köp"
|
329 |
+
|
330 |
+
#~ msgid "Free plugins"
|
331 |
+
#~ msgstr "Gratis tillägg"
|
332 |
+
|
333 |
+
#~ msgid "Download"
|
334 |
+
#~ msgstr "Hämta"
|
335 |
+
|
336 |
+
#~ msgid "Install now from wordpress.org"
|
337 |
+
#~ msgstr "Installera nu från wordpress.org"
|
338 |
+
|
339 |
+
#, fuzzy
|
340 |
+
#~ msgid "Activated theme"
|
341 |
+
#~ msgstr "Aktivt tema"
|
342 |
+
|
343 |
+
#, fuzzy
|
344 |
+
#~ msgid "Installed themes"
|
345 |
+
#~ msgstr "Installera %s"
|
346 |
+
|
347 |
+
#, fuzzy
|
348 |
+
#~ msgid "Recommended themes"
|
349 |
+
#~ msgstr "Rekommenderade tillägg"
|
350 |
+
|
351 |
+
#~ msgid "If you have any questions, please contact us via"
|
352 |
+
#~ msgstr "Om du har några frågor, kontakta oss via"
|
353 |
+
|
354 |
#, fuzzy
|
355 |
#~ msgid "installed"
|
356 |
#~ msgstr "Installera %s"
|
bws_menu/languages/bestwebsoft-uk.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -13,386 +13,335 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.5
|
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:351
|
34 |
#: bws_menu.php:355
|
|
|
|
|
|
|
35 |
#: bws_menu.php:359
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:367
|
38 |
-
#: bws_menu.php:393
|
39 |
msgid "N/A"
|
40 |
msgstr "Невідомо"
|
41 |
|
42 |
-
#: bws_menu.php:
|
43 |
msgid " Mb"
|
44 |
-
msgstr "
|
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 Безпечний режим"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
-
msgstr "PHP
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "Ліміт пам’яті"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "Макс. розмір файлу, що завантажується"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Max Post Size"
|
102 |
-
msgstr "Макс. розмір
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "Макс. час виконання сценарію"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "Підтримка PHP Exif"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "Підтримка PHP IPTC"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "Підтримка PHP XML"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "Site URL"
|
122 |
msgstr "Адреса сайту"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Home URL"
|
126 |
-
msgstr "
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "Версія WordPress"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "Версія бази даних WordPress"
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Multisite"
|
138 |
-
msgstr "
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Active Theme"
|
142 |
-
msgstr "
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Please enter a valid email address."
|
146 |
-
msgstr "Будь ласка, введіть
|
147 |
|
148 |
-
#: bws_menu.php:
|
149 |
msgid "Email with system info is sent to "
|
150 |
-
msgstr "
|
151 |
|
152 |
-
#: bws_menu.php:
|
153 |
msgid "Thank you for contacting us."
|
154 |
-
msgstr "Дякуємо, що
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
-
msgstr "Вибачте, ваше
|
159 |
|
160 |
-
#: bws_menu.php:
|
161 |
-
msgid "
|
162 |
-
msgstr ""
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
-
msgid "
|
166 |
-
msgstr "
|
167 |
-
|
168 |
-
#: bws_menu.php:
|
169 |
-
#: bws_menu.php:
|
170 |
-
msgid "
|
171 |
-
msgstr "
|
172 |
-
|
173 |
-
#: bws_menu.php:
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
#: bws_menu.php:
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
#: bws_menu.php:
|
182 |
-
msgid "
|
183 |
-
msgstr "
|
184 |
-
|
185 |
-
#: bws_menu.php:
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
|
|
191 |
|
192 |
-
#: bws_menu.php:
|
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:
|
200 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
msgid "Recommended plugins"
|
202 |
-
msgstr "Рекомендовані
|
203 |
|
204 |
-
#: bws_menu.php:
|
205 |
-
msgid "
|
206 |
-
msgstr "
|
207 |
|
208 |
-
#: bws_menu.php:
|
209 |
-
msgid "
|
210 |
-
msgstr "
|
211 |
|
212 |
-
#: bws_menu.php:
|
213 |
-
|
214 |
-
msgid "
|
215 |
-
msgstr "
|
216 |
|
217 |
-
#: bws_menu.php:
|
218 |
-
#: bws_menu.php:567
|
219 |
-
#: bws_menu.php:867
|
220 |
#, php-format
|
221 |
msgid "Install %s"
|
222 |
-
msgstr "
|
223 |
|
224 |
-
#: bws_menu.php:
|
225 |
-
|
226 |
-
|
227 |
-
msgstr "Установити з wordpress.org"
|
228 |
|
229 |
-
#: bws_menu.php:
|
230 |
-
|
231 |
-
|
|
|
232 |
|
233 |
-
#: bws_menu.php:
|
234 |
-
|
235 |
-
|
236 |
-
msgstr "Поточна тема"
|
237 |
|
238 |
-
#: bws_menu.php:
|
239 |
#, php-format
|
240 |
-
msgid "
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: bws_menu.php:552
|
244 |
-
msgid "Customize"
|
245 |
-
msgstr ""
|
246 |
|
247 |
-
#: bws_menu.php:
|
248 |
-
|
249 |
-
|
250 |
-
msgstr "Установлено %s"
|
251 |
|
252 |
-
#: bws_menu.php:
|
253 |
-
|
254 |
-
|
255 |
-
|
|
|
256 |
|
257 |
-
#: bws_menu.php:
|
258 |
-
msgid "
|
259 |
-
msgstr "
|
260 |
|
261 |
-
#: bws_menu.php:
|
262 |
-
|
263 |
-
|
264 |
-
msgid "System status"
|
265 |
-
msgstr "Системна інформація"
|
266 |
|
267 |
-
#: bws_menu.php:
|
268 |
-
#: bws_menu.php:906
|
269 |
msgid "Environment"
|
270 |
msgstr "Системне оточення"
|
271 |
|
272 |
-
#: bws_menu.php:
|
273 |
-
#: bws_menu.php:917
|
274 |
msgid "Active Plugins"
|
275 |
-
msgstr "
|
276 |
|
277 |
-
#: bws_menu.php:
|
278 |
-
#: bws_menu.php:928
|
279 |
msgid "Inactive Plugins"
|
280 |
-
msgstr "
|
281 |
|
282 |
-
#: bws_menu.php:
|
283 |
-
#: bws_menu.php:942
|
284 |
msgid "Send to support"
|
285 |
-
msgstr "Відправити
|
286 |
|
287 |
-
#: bws_menu.php:
|
288 |
-
#: bws_menu.php:949
|
289 |
msgid "Send to custom email »"
|
290 |
msgstr "Відправити на електронну адресу »"
|
291 |
|
292 |
-
|
293 |
-
|
294 |
-
msgstr ""
|
295 |
|
296 |
-
|
297 |
-
|
298 |
-
msgid "Plugins"
|
299 |
-
msgstr "Плагіни про-версії"
|
300 |
|
301 |
-
|
302 |
-
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: bws_menu.php:652
|
306 |
-
msgid "All"
|
307 |
-
msgstr ""
|
308 |
|
309 |
-
|
310 |
-
|
311 |
-
msgid "Installed"
|
312 |
-
msgstr "Установлено %s"
|
313 |
-
|
314 |
-
#: bws_menu.php:654
|
315 |
-
#, fuzzy
|
316 |
-
msgid "Recommended"
|
317 |
-
msgstr "Рекомендовані до установки плагіни"
|
318 |
|
319 |
-
|
320 |
-
|
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 |
-
|
329 |
-
|
330 |
-
#: bws_menu.php:785
|
331 |
-
msgid "Go"
|
332 |
-
msgstr ""
|
333 |
|
334 |
-
|
335 |
-
|
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 "
|
344 |
-
msgstr "
|
345 |
|
346 |
-
#: bws_menu.php:728
|
347 |
-
#: bws_menu.php:756
|
348 |
#, fuzzy
|
349 |
-
msgid "
|
350 |
-
msgstr "
|
351 |
|
352 |
-
#: bws_menu.php:797
|
353 |
#, fuzzy
|
354 |
-
msgid "
|
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 |
-
|
376 |
-
|
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"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-05 16:32+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-05 16:48+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"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.6.5\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_menu.php:351
|
20 |
msgid "Not set"
|
21 |
+
msgstr "Не задано"
|
22 |
|
23 |
+
#: bws_menu.php:353
|
24 |
+
#: bws_menu.php:354
|
25 |
msgid "On"
|
26 |
msgstr "Увімк."
|
27 |
|
28 |
+
#: bws_menu.php:353
|
29 |
+
#: bws_menu.php:354
|
30 |
msgid "Off"
|
31 |
msgstr "Вимк."
|
32 |
|
|
|
33 |
#: bws_menu.php:355
|
34 |
+
#: bws_menu.php:356
|
35 |
+
#: bws_menu.php:357
|
36 |
+
#: bws_menu.php:358
|
37 |
#: bws_menu.php:359
|
38 |
+
#: bws_menu.php:371
|
|
|
|
|
39 |
msgid "N/A"
|
40 |
msgstr "Невідомо"
|
41 |
|
42 |
+
#: bws_menu.php:359
|
43 |
msgid " Mb"
|
44 |
+
msgstr "Мб"
|
45 |
|
46 |
+
#: bws_menu.php:360
|
47 |
+
#: bws_menu.php:361
|
48 |
+
#: bws_menu.php:362
|
49 |
+
#: bws_menu.php:367
|
50 |
msgid "Yes"
|
51 |
msgstr "Так"
|
52 |
|
53 |
+
#: bws_menu.php:360
|
54 |
+
#: bws_menu.php:361
|
55 |
+
#: bws_menu.php:362
|
56 |
+
#: bws_menu.php:369
|
57 |
msgid "No"
|
58 |
msgstr "Ні"
|
59 |
|
60 |
+
#: bws_menu.php:379
|
61 |
msgid "Operating System"
|
62 |
msgstr "Операційна система"
|
63 |
|
64 |
+
#: bws_menu.php:380
|
65 |
msgid "Server"
|
66 |
msgstr "Тип серверу"
|
67 |
|
68 |
+
#: bws_menu.php:381
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Пам’яті використано"
|
71 |
|
72 |
+
#: bws_menu.php:382
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "Версія MYSQL"
|
75 |
|
76 |
+
#: bws_menu.php:383
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "Режим SQL"
|
79 |
|
80 |
+
#: bws_menu.php:384
|
81 |
msgid "PHP Version"
|
82 |
msgstr "Версія PHP"
|
83 |
|
84 |
+
#: bws_menu.php:385
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Безпечний режим"
|
87 |
|
88 |
+
#: bws_menu.php:386
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
+
msgstr "Дозволити PHP URL fopen"
|
91 |
|
92 |
+
#: bws_menu.php:387
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "Ліміт пам’яті"
|
95 |
|
96 |
+
#: bws_menu.php:388
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "Макс. розмір файлу, що завантажується"
|
99 |
|
100 |
+
#: bws_menu.php:389
|
101 |
msgid "PHP Max Post Size"
|
102 |
+
msgstr "Макс. розмір посту"
|
103 |
|
104 |
+
#: bws_menu.php:390
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "Макс. час виконання сценарію"
|
107 |
|
108 |
+
#: bws_menu.php:391
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "Підтримка PHP Exif"
|
111 |
|
112 |
+
#: bws_menu.php:392
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "Підтримка PHP IPTC"
|
115 |
|
116 |
+
#: bws_menu.php:393
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "Підтримка PHP XML"
|
119 |
|
120 |
+
#: bws_menu.php:394
|
121 |
msgid "Site URL"
|
122 |
msgstr "Адреса сайту"
|
123 |
|
124 |
+
#: bws_menu.php:395
|
125 |
msgid "Home URL"
|
126 |
+
msgstr "Адреса домашньої сторінки"
|
127 |
|
128 |
+
#: bws_menu.php:398
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "Версія WordPress"
|
131 |
|
132 |
+
#: bws_menu.php:399
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "Версія бази даних WordPress"
|
135 |
|
136 |
+
#: bws_menu.php:400
|
137 |
msgid "Multisite"
|
138 |
+
msgstr "Мультисайт"
|
139 |
|
140 |
+
#: bws_menu.php:401
|
141 |
msgid "Active Theme"
|
142 |
+
msgstr "Активна тема"
|
143 |
|
144 |
+
#: bws_menu.php:416
|
145 |
msgid "Please enter a valid email address."
|
146 |
+
msgstr "Будь ласка, введіть коректний емейл."
|
147 |
|
148 |
+
#: bws_menu.php:420
|
149 |
msgid "Email with system info is sent to "
|
150 |
+
msgstr "Емейл з системною інформацією надіслано на"
|
151 |
|
152 |
+
#: bws_menu.php:424
|
153 |
msgid "Thank you for contacting us."
|
154 |
+
msgstr "Дякуємо, що звернулись до нас."
|
155 |
|
156 |
+
#: bws_menu.php:457
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
+
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
159 |
|
160 |
+
#: bws_menu.php:465
|
161 |
+
msgid "Need help?"
|
162 |
+
msgstr "Потрібна допомога?"
|
163 |
|
164 |
+
#: bws_menu.php:466
|
165 |
+
msgid "Client area"
|
166 |
+
msgstr "Клієнтам"
|
167 |
+
|
168 |
+
#: bws_menu.php:467
|
169 |
+
#: bws_menu.php:778
|
170 |
+
msgid "System status"
|
171 |
+
msgstr "Системна інформація"
|
172 |
+
|
173 |
+
#: bws_menu.php:472
|
174 |
+
msgid "Plugins"
|
175 |
+
msgstr "Плагіни"
|
176 |
+
|
177 |
+
#: bws_menu.php:474
|
178 |
+
msgid "Themes"
|
179 |
+
msgstr "Теми"
|
180 |
+
|
181 |
+
#: bws_menu.php:479
|
182 |
+
msgid "All"
|
183 |
+
msgstr "Всі"
|
184 |
+
|
185 |
+
#: bws_menu.php:480
|
186 |
+
msgid "Installed"
|
187 |
+
msgstr "Встановлені"
|
188 |
+
|
189 |
+
#: bws_menu.php:481
|
190 |
+
msgid "Recommended"
|
191 |
+
msgstr "Рекомендовані "
|
192 |
|
193 |
+
#: bws_menu.php:485
|
|
|
|
|
194 |
msgid "Installed plugins"
|
195 |
+
msgstr "Встановлені плагіни"
|
196 |
|
197 |
#: bws_menu.php:514
|
198 |
+
#: bws_menu.php:536
|
199 |
+
#: bws_menu.php:563
|
200 |
+
#: bws_menu.php:593
|
201 |
+
#: bws_menu.php:639
|
202 |
+
msgid "Learn more"
|
203 |
+
msgstr "Дізнатись більше"
|
204 |
+
|
205 |
+
#: bws_menu.php:517
|
206 |
+
#: bws_menu.php:566
|
207 |
+
msgid "Settings"
|
208 |
+
msgstr "Налаштування"
|
209 |
+
|
210 |
+
#: bws_menu.php:538
|
211 |
+
#: bws_menu.php:595
|
212 |
+
msgid "Activate this plugin"
|
213 |
+
msgstr "Активувати плагін"
|
214 |
+
|
215 |
+
#: bws_menu.php:538
|
216 |
+
#: bws_menu.php:595
|
217 |
+
msgid "Activate"
|
218 |
+
msgstr "Активувати"
|
219 |
+
|
220 |
+
#: bws_menu.php:553
|
221 |
+
#: bws_menu.php:583
|
222 |
+
#: bws_menu.php:629
|
223 |
+
msgid "Go"
|
224 |
+
msgstr "Перейти"
|
225 |
+
|
226 |
+
#: bws_menu.php:557
|
227 |
+
#: bws_menu.php:587
|
228 |
+
#: bws_menu.php:633
|
229 |
+
msgid "DONATE"
|
230 |
+
msgstr "Підтримати нас"
|
231 |
+
|
232 |
+
#: bws_menu.php:603
|
233 |
msgid "Recommended plugins"
|
234 |
+
msgstr "Рекомендовані плагіни"
|
235 |
|
236 |
+
#: bws_menu.php:641
|
237 |
+
msgid "Install now"
|
238 |
+
msgstr "Встановити"
|
239 |
|
240 |
+
#: bws_menu.php:662
|
241 |
+
msgid "Try again"
|
242 |
+
msgstr "Спробувати ще раз"
|
243 |
|
244 |
+
#: bws_menu.php:680
|
245 |
+
#, php-format
|
246 |
+
msgid "Preview “%s”"
|
247 |
+
msgstr "Попередній перегляд “%s”"
|
248 |
|
249 |
+
#: bws_menu.php:711
|
|
|
|
|
250 |
#, php-format
|
251 |
msgid "Install %s"
|
252 |
+
msgstr "Встановити %s"
|
253 |
|
254 |
+
#: bws_menu.php:711
|
255 |
+
msgid "Install Now"
|
256 |
+
msgstr "Встановити"
|
|
|
257 |
|
258 |
+
#: bws_menu.php:714
|
259 |
+
#, php-format
|
260 |
+
msgid "Update to version %s"
|
261 |
+
msgstr "Оновити до версії %s"
|
262 |
|
263 |
+
#: bws_menu.php:714
|
264 |
+
msgid "Update"
|
265 |
+
msgstr "Оновити"
|
|
|
266 |
|
267 |
+
#: bws_menu.php:721
|
268 |
#, php-format
|
269 |
+
msgid "Preview %s"
|
270 |
+
msgstr "Попередній перегляд %s"
|
|
|
|
|
|
|
|
|
271 |
|
272 |
+
#: bws_menu.php:721
|
273 |
+
msgid "Preview"
|
274 |
+
msgstr "Попередній перегляд"
|
|
|
275 |
|
276 |
+
#: bws_menu.php:727
|
277 |
+
#: bws_menu.php:759
|
278 |
+
#, php-format
|
279 |
+
msgid "By %s"
|
280 |
+
msgstr "За %s"
|
281 |
|
282 |
+
#: bws_menu.php:733
|
283 |
+
msgid "Details"
|
284 |
+
msgstr "Деталі"
|
285 |
|
286 |
+
#: bws_menu.php:765
|
287 |
+
msgid "Already Installed"
|
288 |
+
msgstr "Уже встановлено %s"
|
|
|
|
|
289 |
|
290 |
+
#: bws_menu.php:781
|
|
|
291 |
msgid "Environment"
|
292 |
msgstr "Системне оточення"
|
293 |
|
294 |
+
#: bws_menu.php:792
|
|
|
295 |
msgid "Active Plugins"
|
296 |
+
msgstr "Активні плагіни"
|
297 |
|
298 |
+
#: bws_menu.php:805
|
|
|
299 |
msgid "Inactive Plugins"
|
300 |
+
msgstr "Не активні плагіни"
|
301 |
|
302 |
+
#: bws_menu.php:821
|
|
|
303 |
msgid "Send to support"
|
304 |
+
msgstr "Відправити службі тех. підтримки"
|
305 |
|
306 |
+
#: bws_menu.php:828
|
|
|
307 |
msgid "Send to custom email »"
|
308 |
msgstr "Відправити на електронну адресу »"
|
309 |
|
310 |
+
#~ msgid "Pro plugins"
|
311 |
+
#~ msgstr "Плагіни про-версії"
|
|
|
312 |
|
313 |
+
#~ msgid "Activated plugins"
|
314 |
+
#~ msgstr "Активовані плагіни"
|
|
|
|
|
315 |
|
316 |
+
#~ msgid "Read more"
|
317 |
+
#~ msgstr "Детальніше..."
|
|
|
|
|
|
|
|
|
|
|
318 |
|
319 |
+
#~ msgid "Purchase"
|
320 |
+
#~ msgstr "Купити"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
321 |
|
322 |
+
#~ msgid "Free plugins"
|
323 |
+
#~ msgstr "Безкоштовні плагіни"
|
|
|
|
|
|
|
|
|
|
|
|
|
324 |
|
325 |
+
#~ msgid "Download"
|
326 |
+
#~ msgstr "Завантажити"
|
|
|
|
|
|
|
327 |
|
328 |
+
#~ msgid "Install now from wordpress.org"
|
329 |
+
#~ msgstr "Установити з wordpress.org"
|
|
|
|
|
|
|
330 |
|
|
|
|
|
331 |
#, fuzzy
|
332 |
+
#~ msgid "Activated theme"
|
333 |
+
#~ msgstr "Поточна тема"
|
334 |
|
|
|
|
|
335 |
#, fuzzy
|
336 |
+
#~ msgid "Installed themes"
|
337 |
+
#~ msgstr "Установлено %s"
|
338 |
|
|
|
339 |
#, fuzzy
|
340 |
+
#~ msgid "Recommended themes"
|
341 |
+
#~ msgstr "Рекомендовані до установки плагіни"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
|
343 |
+
#~ msgid "If you have any questions, please contact us via"
|
344 |
+
#~ msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
|
346 |
#, fuzzy
|
347 |
#~ msgid "installed"
|
facebook-button-plugin.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Facebook Button
|
4 |
-
Plugin URI: http://bestwebsoft.com/
|
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 |
*/
|
@@ -27,21 +27,15 @@ License: GPLv2 or later
|
|
27 |
|
28 |
if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
|
29 |
function fcbkbttn_add_pages() {
|
30 |
-
global $bstwbsftwppdtplgns_options, $
|
31 |
$bws_menu_info = get_plugin_data( plugin_dir_path( __FILE__ ) . "bws_menu/bws_menu.php" );
|
32 |
$bws_menu_version = $bws_menu_info["Version"];
|
33 |
$base = plugin_basename(__FILE__);
|
34 |
|
35 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
36 |
-
if (
|
37 |
-
|
38 |
-
|
39 |
-
$bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
|
40 |
-
} else {
|
41 |
-
if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
|
42 |
-
add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
|
43 |
-
$bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
|
44 |
-
}
|
45 |
}
|
46 |
|
47 |
if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
|
@@ -77,9 +71,11 @@ if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
|
|
77 |
/* Initialization */
|
78 |
if ( ! function_exists( 'fcbkbttn_init' ) ) {
|
79 |
function fcbkbttn_init() {
|
80 |
-
global $
|
81 |
/* Internationalization, first(!) */
|
82 |
load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
|
|
|
|
83 |
/* Get options from the database */
|
84 |
if ( ! is_admin() || ( isset( $_GET['page'] ) && "facebook-button-plugin.php" == $_GET['page'] ) ) {
|
85 |
/* Get/Register and check settings for plugin */
|
@@ -100,14 +96,12 @@ if ( ! function_exists( 'fcbkbttn_admin_init' ) ) {
|
|
100 |
if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) ) {
|
101 |
$bws_plugin_info = array( 'id' => '78', 'version' => $fcbkbttn_plugin_info["Version"] );
|
102 |
}
|
103 |
-
/* Function check if plugin is compatible with current WP version */
|
104 |
-
fcbkbttn_version_check();
|
105 |
}
|
106 |
}
|
107 |
|
108 |
if ( ! function_exists( 'fcbkbttn_settings' ) ) {
|
109 |
function fcbkbttn_settings() {
|
110 |
-
global $
|
111 |
|
112 |
if ( ! $fcbkbttn_plugin_info ) {
|
113 |
if ( ! function_exists( 'get_plugin_data' ) )
|
@@ -131,35 +125,20 @@ if ( ! function_exists( 'fcbkbttn_settings' ) ) {
|
|
131 |
'html5' => 0
|
132 |
);
|
133 |
/* Install the option defaults */
|
134 |
-
if (
|
135 |
-
if (
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
$fcbkbttn_options_default[$key] = $old_options['fcbk_bttn_plgn_' . $key];
|
141 |
-
}
|
142 |
-
update_site_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options_default );
|
143 |
-
delete_site_option( 'fcbk_bttn_plgn_options_array' );
|
144 |
}
|
145 |
-
|
146 |
-
|
147 |
-
} else {
|
148 |
-
if ( ! get_option( 'fcbk_bttn_plgn_options' ) ) {
|
149 |
-
if ( false !== get_option( 'fcbk_bttn_plgn_options_array' ) ) {
|
150 |
-
$old_options = get_option( 'fcbk_bttn_plgn_options_array' );
|
151 |
-
foreach ( $fcbkbttn_options_default as $key => $value ) {
|
152 |
-
if ( isset( $old_options['fcbk_bttn_plgn_' . $key] ) )
|
153 |
-
$fcbkbttn_options_default[$key] = $old_options['fcbk_bttn_plgn_' . $key];
|
154 |
-
}
|
155 |
-
update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options_default );
|
156 |
-
delete_option( 'fcbk_bttn_plgn_options_array' );
|
157 |
-
}
|
158 |
-
add_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options_default, '', 'yes' );
|
159 |
}
|
|
|
160 |
}
|
161 |
/* Get options from the database */
|
162 |
-
$fcbkbttn_options =
|
163 |
|
164 |
if ( ! isset( $fcbkbttn_options['plugin_option_version'] ) || $fcbkbttn_options['plugin_option_version'] != $fcbkbttn_plugin_info["Version"] ) {
|
165 |
if ( stristr( $fcbkbttn_options['fb_img_link'], 'standart-facebook-ico.jpg' ) || stristr( $fcbkbttn_options['fb_img_link'], 'standart-facebook-ico.png' ) )
|
@@ -185,9 +164,13 @@ if ( ! function_exists ( 'fcbkbttn_version_check' ) ) {
|
|
185 |
$require_wp = "3.0"; /* Wordpress at least requires version */
|
186 |
$plugin = plugin_basename( __FILE__ );
|
187 |
if ( version_compare( $wp_version, $require_wp, "<" ) ) {
|
|
|
188 |
if ( is_plugin_active( $plugin ) ) {
|
189 |
deactivate_plugins( $plugin );
|
190 |
-
|
|
|
|
|
|
|
191 |
}
|
192 |
}
|
193 |
}
|
@@ -278,19 +261,12 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
278 |
}
|
279 |
/* GO PRO */
|
280 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
281 |
-
global $wpmu;
|
282 |
|
283 |
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
|
284 |
$bstwbsftwppdtplgns_options_defaults = array();
|
285 |
-
if (
|
286 |
-
|
287 |
-
|
288 |
-
$bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
|
289 |
-
} else {
|
290 |
-
if ( !get_option( 'bstwbsftwppdtplgns_options' ) )
|
291 |
-
add_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options_defaults, '', 'yes' );
|
292 |
-
$bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
|
293 |
-
}
|
294 |
|
295 |
if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
|
296 |
if ( '' != $bws_license_key ) {
|
@@ -341,8 +317,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
341 |
$error = __( "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually.", 'facebook' );
|
342 |
}
|
343 |
}
|
344 |
-
if ( '' == $error ) {
|
345 |
-
global $wpmu;
|
346 |
$bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
|
347 |
|
348 |
$url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
|
@@ -408,7 +383,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
408 |
<h2 class="nav-tab-wrapper">
|
409 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php"><?php _e( 'Settings', 'facebook' ); ?></a>
|
410 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=extra"><?php _e( 'Extra settings', 'facebook' ); ?></a>
|
411 |
-
<a class="nav-tab" href="http://bestwebsoft.com/
|
412 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=go_pro"><?php _e( 'Go PRO', 'facebook' ); ?></a>
|
413 |
</h2>
|
414 |
<div class="updated fade" <?php if ( empty( $message ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
@@ -558,9 +533,9 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
558 |
<div class="bws_pro_version_tooltip">
|
559 |
<div class="bws_info">
|
560 |
<?php _e( 'Unlock premium options by upgrading to a PRO version.', 'facebook' ); ?>
|
561 |
-
<a href="http://bestwebsoft.com/
|
562 |
</div>
|
563 |
-
<a class="bws_button" href="http://bestwebsoft.com/
|
564 |
<?php _e( 'Go', 'facebook' ); ?> <strong>PRO</strong>
|
565 |
</a>
|
566 |
<div class="clear"></div>
|
@@ -582,7 +557,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
|
|
582 |
<form method="post" action="admin.php?page=facebook-button-plugin.php&action=go_pro">
|
583 |
<p>
|
584 |
<?php _e( 'You can download and activate', 'facebook' ); ?>
|
585 |
-
<a href="http://bestwebsoft.com/
|
586 |
<?php _e( 'version of this plugin by entering Your license key.', 'facebook' ); ?><br />
|
587 |
<span style="color: #888888;font-size: 10px;">
|
588 |
<?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'facebook' ); ?>
|
@@ -866,7 +841,7 @@ if ( ! function_exists ( 'fcbkbttn_plugin_banner' ) ) {
|
|
866 |
<div class="fcbkbttn_message bws_banner_on_plugin_page" style="display: none;">
|
867 |
<img class="fcbkbttn_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
868 |
<div class="button_div">
|
869 |
-
<a class="button" target="_blank" href="http://bestwebsoft.com/
|
870 |
</div>
|
871 |
<div class="text">
|
872 |
<?php _e( "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version", 'facebook' ); ?>!<br />
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Facebook Button
|
4 |
+
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.35
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
27 |
|
28 |
if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
|
29 |
function fcbkbttn_add_pages() {
|
30 |
+
global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
|
31 |
$bws_menu_info = get_plugin_data( plugin_dir_path( __FILE__ ) . "bws_menu/bws_menu.php" );
|
32 |
$bws_menu_version = $bws_menu_info["Version"];
|
33 |
$base = plugin_basename(__FILE__);
|
34 |
|
35 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
36 |
+
if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
|
37 |
+
add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
|
38 |
+
$bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
|
41 |
if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
|
71 |
/* Initialization */
|
72 |
if ( ! function_exists( 'fcbkbttn_init' ) ) {
|
73 |
function fcbkbttn_init() {
|
74 |
+
global $fcbkbttn_options;
|
75 |
/* Internationalization, first(!) */
|
76 |
load_plugin_textdomain( 'facebook', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
77 |
+
/* Function check if plugin is compatible with current WP version */
|
78 |
+
fcbkbttn_version_check();
|
79 |
/* Get options from the database */
|
80 |
if ( ! is_admin() || ( isset( $_GET['page'] ) && "facebook-button-plugin.php" == $_GET['page'] ) ) {
|
81 |
/* Get/Register and check settings for plugin */
|
96 |
if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) ) {
|
97 |
$bws_plugin_info = array( 'id' => '78', 'version' => $fcbkbttn_plugin_info["Version"] );
|
98 |
}
|
|
|
|
|
99 |
}
|
100 |
}
|
101 |
|
102 |
if ( ! function_exists( 'fcbkbttn_settings' ) ) {
|
103 |
function fcbkbttn_settings() {
|
104 |
+
global $fcbkbttn_options, $fcbkbttn_plugin_info;
|
105 |
|
106 |
if ( ! $fcbkbttn_plugin_info ) {
|
107 |
if ( ! function_exists( 'get_plugin_data' ) )
|
125 |
'html5' => 0
|
126 |
);
|
127 |
/* Install the option defaults */
|
128 |
+
if ( ! get_option( 'fcbk_bttn_plgn_options' ) ) {
|
129 |
+
if ( false !== get_option( 'fcbk_bttn_plgn_options_array' ) ) {
|
130 |
+
$old_options = get_option( 'fcbk_bttn_plgn_options_array' );
|
131 |
+
foreach ( $fcbkbttn_options_default as $key => $value ) {
|
132 |
+
if ( isset( $old_options['fcbk_bttn_plgn_' . $key] ) )
|
133 |
+
$fcbkbttn_options_default[$key] = $old_options['fcbk_bttn_plgn_' . $key];
|
|
|
|
|
|
|
|
|
134 |
}
|
135 |
+
update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options_default );
|
136 |
+
delete_option( 'fcbk_bttn_plgn_options_array' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
}
|
138 |
+
add_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options_default, '', 'yes' );
|
139 |
}
|
140 |
/* Get options from the database */
|
141 |
+
$fcbkbttn_options = get_option( 'fcbk_bttn_plgn_options' );
|
142 |
|
143 |
if ( ! isset( $fcbkbttn_options['plugin_option_version'] ) || $fcbkbttn_options['plugin_option_version'] != $fcbkbttn_plugin_info["Version"] ) {
|
144 |
if ( stristr( $fcbkbttn_options['fb_img_link'], 'standart-facebook-ico.jpg' ) || stristr( $fcbkbttn_options['fb_img_link'], 'standart-facebook-ico.png' ) )
|
164 |
$require_wp = "3.0"; /* Wordpress at least requires version */
|
165 |
$plugin = plugin_basename( __FILE__ );
|
166 |
if ( version_compare( $wp_version, $require_wp, "<" ) ) {
|
167 |
+
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
168 |
if ( is_plugin_active( $plugin ) ) {
|
169 |
deactivate_plugins( $plugin );
|
170 |
+
$admin_url = ( function_exists( 'get_admin_url' ) ) ? get_admin_url( null, 'plugins.php' ) : esc_url( '/wp-admin/plugins.php' );
|
171 |
+
if ( ! $fcbkbttn_plugin_info )
|
172 |
+
$fcbkbttn_plugin_info = get_plugin_data( __FILE__, false );
|
173 |
+
wp_die( "<strong>" . $fcbkbttn_plugin_info['Name'] . " </strong> " . __( 'requires', 'facebook' ) . " <strong>WordPress " . $require_wp . "</strong> " . __( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'facebook') . "<br /><br />" . __( 'Back to the WordPress', 'facebook') . " <a href='" . $admin_url . "'>" . __( 'Plugins page', 'facebook') . "</a>." );
|
174 |
}
|
175 |
}
|
176 |
}
|
261 |
}
|
262 |
/* GO PRO */
|
263 |
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
|
|
264 |
|
265 |
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
|
266 |
$bstwbsftwppdtplgns_options_defaults = array();
|
267 |
+
if ( !get_option( 'bstwbsftwppdtplgns_options' ) )
|
268 |
+
add_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options_defaults, '', 'yes' );
|
269 |
+
$bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
|
|
|
|
|
|
|
|
|
|
|
|
|
270 |
|
271 |
if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_license_nonce_name' ) ) {
|
272 |
if ( '' != $bws_license_key ) {
|
317 |
$error = __( "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually.", 'facebook' );
|
318 |
}
|
319 |
}
|
320 |
+
if ( '' == $error ) {
|
|
|
321 |
$bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
|
322 |
|
323 |
$url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
|
383 |
<h2 class="nav-tab-wrapper">
|
384 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php"><?php _e( 'Settings', 'facebook' ); ?></a>
|
385 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=extra"><?php _e( 'Extra settings', 'facebook' ); ?></a>
|
386 |
+
<a class="nav-tab" href="http://bestwebsoft.com/products/facebook-like-button/faq/" target="_blank" ><?php _e( 'FAQ', 'facebook' ); ?></a>
|
387 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&action=go_pro"><?php _e( 'Go PRO', 'facebook' ); ?></a>
|
388 |
</h2>
|
389 |
<div class="updated fade" <?php if ( empty( $message ) || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
533 |
<div class="bws_pro_version_tooltip">
|
534 |
<div class="bws_info">
|
535 |
<?php _e( 'Unlock premium options by upgrading to a PRO version.', 'facebook' ); ?>
|
536 |
+
<a href="http://bestwebsoft.com/products/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Like Button Pro"><?php _e( 'Learn More', 'facebook' ); ?></a>
|
537 |
</div>
|
538 |
+
<a class="bws_button" href="http://bestwebsoft.com/products/facebook-like-button/buy/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Like Button Pro">
|
539 |
<?php _e( 'Go', 'facebook' ); ?> <strong>PRO</strong>
|
540 |
</a>
|
541 |
<div class="clear"></div>
|
557 |
<form method="post" action="admin.php?page=facebook-button-plugin.php&action=go_pro">
|
558 |
<p>
|
559 |
<?php _e( 'You can download and activate', 'facebook' ); ?>
|
560 |
+
<a href="http://bestwebsoft.com/products/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Facebook Like Button Pro">PRO</a>
|
561 |
<?php _e( 'version of this plugin by entering Your license key.', 'facebook' ); ?><br />
|
562 |
<span style="color: #888888;font-size: 10px;">
|
563 |
<?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'facebook' ); ?>
|
841 |
<div class="fcbkbttn_message bws_banner_on_plugin_page" style="display: none;">
|
842 |
<img class="fcbkbttn_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
843 |
<div class="button_div">
|
844 |
+
<a class="button" target="_blank" href="http://bestwebsoft.com/products/facebook-like-button/?k=45862a4b3cd7a03768666310fbdb19db&pn=78&v=<?php echo $fcbkbttn_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( "Learn More", 'facebook' ); ?></a>
|
845 |
</div>
|
846 |
<div class="text">
|
847 |
<?php _e( "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version", 'facebook' ); ?>!<br />
|
languages/facebook-ru_RU.mo
CHANGED
Binary file
|
languages/facebook-ru_RU.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2014-08-06 17:02+0300\n"
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,7 +16,8 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:73
|
|
|
20 |
msgid "Facebook Button Settings"
|
21 |
msgstr "Настройки Facebook Кнопки"
|
22 |
|
@@ -29,12 +30,8 @@ msgid "requires"
|
|
29 |
msgstr "требует"
|
30 |
|
31 |
#: facebook-button-plugin.php:190
|
32 |
-
msgid ""
|
33 |
-
"
|
34 |
-
"try again."
|
35 |
-
msgstr ""
|
36 |
-
"или выше, поэтому он был деактивирован! Пожалуйста обновить WordPress и "
|
37 |
-
"попробуйте еще раз."
|
38 |
|
39 |
#: facebook-button-plugin.php:190
|
40 |
msgid "Back to the WordPress"
|
@@ -72,62 +69,46 @@ msgstr "Ошибка: Проверьте ширину и высоту изобр
|
|
72 |
msgid "Uploading Error: check image properties"
|
73 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
74 |
|
75 |
-
#: facebook-button-plugin.php:298
|
|
|
76 |
msgid "Wrong license key"
|
77 |
msgstr "Неправильный лицензионный ключ"
|
78 |
|
79 |
#: facebook-button-plugin.php:330
|
80 |
-
msgid ""
|
81 |
-
"
|
82 |
-
"please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. "
|
83 |
-
"We are sorry for inconvenience."
|
84 |
-
msgstr ""
|
85 |
-
"Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
|
86 |
-
"пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft."
|
87 |
-
"com>BestWebSoft</a>. Приносим извинения за неудобства."
|
88 |
|
89 |
#: facebook-button-plugin.php:339
|
90 |
msgid "This license key is bind to another site"
|
91 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
92 |
|
93 |
#: facebook-button-plugin.php:341
|
94 |
-
msgid ""
|
95 |
-
"
|
96 |
-
"upload the plugin manually."
|
97 |
-
msgstr ""
|
98 |
-
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
99 |
-
"загрузите плагин вручную."
|
100 |
|
101 |
#: facebook-button-plugin.php:359
|
102 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
103 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
104 |
|
105 |
#: facebook-button-plugin.php:365
|
106 |
-
msgid ""
|
107 |
-
"
|
108 |
-
"plugin manually"
|
109 |
-
msgstr ""
|
110 |
-
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
111 |
-
"Пожалуйста, загрузите плагин вручную"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:369
|
|
|
114 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
115 |
-
msgstr ""
|
116 |
-
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
117 |
|
118 |
#: facebook-button-plugin.php:382
|
119 |
-
msgid ""
|
120 |
-
"
|
121 |
-
"sorry for inconvienience."
|
122 |
-
msgstr ""
|
123 |
-
"Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
|
124 |
-
"Приносим извинения за неудобства."
|
125 |
|
126 |
#: facebook-button-plugin.php:397
|
127 |
msgid "Please, enter Your license key"
|
128 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
129 |
|
130 |
-
#: facebook-button-plugin.php:409
|
|
|
131 |
#: facebook-button-plugin.php:790
|
132 |
msgid "Settings"
|
133 |
msgstr "Настройки"
|
@@ -136,7 +117,8 @@ msgstr "Настройки"
|
|
136 |
msgid "Extra settings"
|
137 |
msgstr "Дополнительные настройки"
|
138 |
|
139 |
-
#: facebook-button-plugin.php:411
|
|
|
140 |
msgid "FAQ"
|
141 |
msgstr "FAQ"
|
142 |
|
@@ -149,12 +131,8 @@ msgid "Notice:"
|
|
149 |
msgstr "Внимание:"
|
150 |
|
151 |
#: facebook-button-plugin.php:415
|
152 |
-
msgid ""
|
153 |
-
"
|
154 |
-
"forget to click the 'Save Changes' button."
|
155 |
-
msgstr ""
|
156 |
-
"Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, "
|
157 |
-
"не забудьте нажать кнопку \"Сохранить\"."
|
158 |
|
159 |
#: facebook-button-plugin.php:421
|
160 |
msgid "Your Facebook ID:"
|
@@ -189,12 +167,8 @@ msgid "Custom Facebook image"
|
|
189 |
msgstr "Пользовательская картинка Facebook"
|
190 |
|
191 |
#: facebook-button-plugin.php:445
|
192 |
-
msgid ""
|
193 |
-
"
|
194 |
-
"your site"
|
195 |
-
msgstr ""
|
196 |
-
"Для использования кастомного изображения Вам нужно выдать права доступа на "
|
197 |
-
"папку загрузок на вашем сайте"
|
198 |
|
199 |
#: facebook-button-plugin.php:451
|
200 |
msgid "Current image:"
|
@@ -205,12 +179,8 @@ msgid "Facebook image:"
|
|
205 |
msgstr "Facebook изображение:"
|
206 |
|
207 |
#: facebook-button-plugin.php:465
|
208 |
-
msgid ""
|
209 |
-
"
|
210 |
-
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
211 |
-
msgstr ""
|
212 |
-
"Опции изображения для загрузки: максимальная ширина:100px; максимальная "
|
213 |
-
"высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
214 |
|
215 |
#: facebook-button-plugin.php:470
|
216 |
msgid "Facebook Button Position:"
|
@@ -233,12 +203,8 @@ msgid "Shortcode"
|
|
233 |
msgstr "Шорткод"
|
234 |
|
235 |
#: facebook-button-plugin.php:479
|
236 |
-
msgid ""
|
237 |
-
"
|
238 |
-
"paste this shortcode into your post or page:"
|
239 |
-
msgstr ""
|
240 |
-
"Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только "
|
241 |
-
"скопировать и вставить шорткод в контент страницы или поста"
|
242 |
|
243 |
#: facebook-button-plugin.php:484
|
244 |
msgid "Facebook Button language:"
|
@@ -256,7 +222,8 @@ msgstr "html тэг для кнопки Like:"
|
|
256 |
msgid "Use this tag to improve validation of your site"
|
257 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
258 |
|
259 |
-
#: facebook-button-plugin.php:509
|
|
|
260 |
msgid "Save Changes"
|
261 |
msgstr "Сохранить изменения"
|
262 |
|
@@ -273,12 +240,8 @@ msgid "If there is something wrong about it, please contact us"
|
|
273 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
274 |
|
275 |
#: facebook-button-plugin.php:530
|
276 |
-
msgid ""
|
277 |
-
"
|
278 |
-
"button will be displayed:"
|
279 |
-
msgstr ""
|
280 |
-
"Пожалуйста, выберите те типы постов (или отдельные страницы), где будут "
|
281 |
-
"отображатся кнопки Facebook:"
|
282 |
|
283 |
#: facebook-button-plugin.php:537
|
284 |
msgid "Show URL for pages"
|
@@ -300,7 +263,8 @@ msgstr "При установке Pro версии плагина, все ваш
|
|
300 |
msgid "Unlock premium options by upgrading to a PRO version."
|
301 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
302 |
|
303 |
-
#: facebook-button-plugin.php:561
|
|
|
304 |
msgid "Learn More"
|
305 |
msgstr "Подробнее"
|
306 |
|
@@ -309,9 +273,7 @@ msgid "Go"
|
|
309 |
msgstr "Перейти на"
|
310 |
|
311 |
#: facebook-button-plugin.php:576
|
312 |
-
msgid ""
|
313 |
-
"Congratulations! The PRO version of the plugin is successfully download and "
|
314 |
-
"activated."
|
315 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
316 |
|
317 |
#: facebook-button-plugin.php:578
|
@@ -335,42 +297,29 @@ msgid "version of this plugin by entering Your license key."
|
|
335 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
336 |
|
337 |
#: facebook-button-plugin.php:588
|
338 |
-
msgid ""
|
339 |
-
"
|
340 |
-
"on the link"
|
341 |
-
msgstr ""
|
342 |
-
"Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
|
343 |
-
"нажав на ссылку"
|
344 |
|
345 |
#: facebook-button-plugin.php:590
|
346 |
msgid "(your username is the email you specify when purchasing the product)."
|
347 |
-
msgstr ""
|
348 |
-
"(ваше имя пользователя - это электронный адрес, указанный при покупке "
|
349 |
-
"продукта)."
|
350 |
|
351 |
-
#: facebook-button-plugin.php:598
|
|
|
352 |
msgid "Go!"
|
353 |
msgstr "Перейти!"
|
354 |
|
355 |
#: facebook-button-plugin.php:601
|
356 |
-
msgid ""
|
357 |
-
"
|
358 |
-
"Please, upload the plugin manually."
|
359 |
-
msgstr ""
|
360 |
-
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
361 |
-
"загрузите плагин вручную."
|
362 |
|
363 |
#: facebook-button-plugin.php:792
|
364 |
msgid "Support"
|
365 |
msgstr "Поддержка"
|
366 |
|
367 |
#: facebook-button-plugin.php:872
|
368 |
-
msgid ""
|
369 |
-
"
|
370 |
-
"<strong>PRO</strong> version"
|
371 |
-
msgstr ""
|
372 |
-
"Пора обновить ваш <strong>плагин Facebook Like Button</strong> до "
|
373 |
-
"<strong>PRO</strong> версии"
|
374 |
|
375 |
#: facebook-button-plugin.php:873
|
376 |
msgid "Extend standard plugin functionality with new great options"
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2014-08-06 17:02+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-11-13 14:18+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:73
|
20 |
+
#: facebook-button-plugin.php:407
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Настройки Facebook Кнопки"
|
23 |
|
30 |
msgstr "требует"
|
31 |
|
32 |
#: facebook-button-plugin.php:190
|
33 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
34 |
+
msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
|
|
|
|
|
|
|
|
|
35 |
|
36 |
#: facebook-button-plugin.php:190
|
37 |
msgid "Back to the WordPress"
|
69 |
msgid "Uploading Error: check image properties"
|
70 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
71 |
|
72 |
+
#: facebook-button-plugin.php:298
|
73 |
+
#: facebook-button-plugin.php:337
|
74 |
msgid "Wrong license key"
|
75 |
msgstr "Неправильный лицензионный ключ"
|
76 |
|
77 |
#: facebook-button-plugin.php:330
|
78 |
+
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
79 |
+
msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
#: facebook-button-plugin.php:339
|
82 |
msgid "This license key is bind to another site"
|
83 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
84 |
|
85 |
#: facebook-button-plugin.php:341
|
86 |
+
msgid "Unfortunately, you have exceeded the number of available tries. Please, upload the plugin manually."
|
87 |
+
msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
|
|
|
|
|
|
|
|
|
88 |
|
89 |
#: facebook-button-plugin.php:359
|
90 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
91 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
92 |
|
93 |
#: facebook-button-plugin.php:365
|
94 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
95 |
+
msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
|
|
|
|
|
|
|
|
|
96 |
|
97 |
+
#: facebook-button-plugin.php:369
|
98 |
+
#: facebook-button-plugin.php:378
|
99 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
100 |
+
msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
|
|
101 |
|
102 |
#: facebook-button-plugin.php:382
|
103 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
104 |
+
msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
|
|
|
|
|
|
|
|
|
105 |
|
106 |
#: facebook-button-plugin.php:397
|
107 |
msgid "Please, enter Your license key"
|
108 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
109 |
|
110 |
+
#: facebook-button-plugin.php:409
|
111 |
+
#: facebook-button-plugin.php:778
|
112 |
#: facebook-button-plugin.php:790
|
113 |
msgid "Settings"
|
114 |
msgstr "Настройки"
|
117 |
msgid "Extra settings"
|
118 |
msgstr "Дополнительные настройки"
|
119 |
|
120 |
+
#: facebook-button-plugin.php:411
|
121 |
+
#: facebook-button-plugin.php:791
|
122 |
msgid "FAQ"
|
123 |
msgstr "FAQ"
|
124 |
|
131 |
msgstr "Внимание:"
|
132 |
|
133 |
#: facebook-button-plugin.php:415
|
134 |
+
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
135 |
+
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
|
|
|
|
|
|
|
|
136 |
|
137 |
#: facebook-button-plugin.php:421
|
138 |
msgid "Your Facebook ID:"
|
167 |
msgstr "Пользовательская картинка Facebook"
|
168 |
|
169 |
#: facebook-button-plugin.php:445
|
170 |
+
msgid "To use custom image you need to setup permissions to upload directory of your site"
|
171 |
+
msgstr "Для использования кастомного изображения Вам нужно выдать права доступа на папку загрузок на вашем сайте"
|
|
|
|
|
|
|
|
|
172 |
|
173 |
#: facebook-button-plugin.php:451
|
174 |
msgid "Current image:"
|
179 |
msgstr "Facebook изображение:"
|
180 |
|
181 |
#: facebook-button-plugin.php:465
|
182 |
+
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
183 |
+
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
|
|
|
|
|
|
|
|
184 |
|
185 |
#: facebook-button-plugin.php:470
|
186 |
msgid "Facebook Button Position:"
|
203 |
msgstr "Шорткод"
|
204 |
|
205 |
#: facebook-button-plugin.php:479
|
206 |
+
msgid "If you would like to add a Facebook button to your website, just copy and paste this shortcode into your post or page:"
|
207 |
+
msgstr "Если вы хотите добавить Facebook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
|
|
|
|
|
|
|
|
|
208 |
|
209 |
#: facebook-button-plugin.php:484
|
210 |
msgid "Facebook Button language:"
|
222 |
msgid "Use this tag to improve validation of your site"
|
223 |
msgstr "Используйте этот тэг для лучшей валидации вашего сайта"
|
224 |
|
225 |
+
#: facebook-button-plugin.php:509
|
226 |
+
#: facebook-button-plugin.php:548
|
227 |
msgid "Save Changes"
|
228 |
msgstr "Сохранить изменения"
|
229 |
|
240 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
241 |
|
242 |
#: facebook-button-plugin.php:530
|
243 |
+
msgid "Please choose the necessary post types (or single pages) where Facebook button will be displayed:"
|
244 |
+
msgstr "Пожалуйста, выберите те типы постов (или отдельные страницы), где будут отображатся кнопки Facebook:"
|
|
|
|
|
|
|
|
|
245 |
|
246 |
#: facebook-button-plugin.php:537
|
247 |
msgid "Show URL for pages"
|
263 |
msgid "Unlock premium options by upgrading to a PRO version."
|
264 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
265 |
|
266 |
+
#: facebook-button-plugin.php:561
|
267 |
+
#: facebook-button-plugin.php:869
|
268 |
msgid "Learn More"
|
269 |
msgstr "Подробнее"
|
270 |
|
273 |
msgstr "Перейти на"
|
274 |
|
275 |
#: facebook-button-plugin.php:576
|
276 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
|
|
|
|
277 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
278 |
|
279 |
#: facebook-button-plugin.php:578
|
297 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
298 |
|
299 |
#: facebook-button-plugin.php:588
|
300 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
301 |
+
msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
|
|
|
|
|
|
|
|
|
302 |
|
303 |
#: facebook-button-plugin.php:590
|
304 |
msgid "(your username is the email you specify when purchasing the product)."
|
305 |
+
msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
|
|
|
|
|
306 |
|
307 |
+
#: facebook-button-plugin.php:598
|
308 |
+
#: facebook-button-plugin.php:608
|
309 |
msgid "Go!"
|
310 |
msgstr "Перейти!"
|
311 |
|
312 |
#: facebook-button-plugin.php:601
|
313 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
314 |
+
msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
|
|
|
|
|
|
|
|
|
315 |
|
316 |
#: facebook-button-plugin.php:792
|
317 |
msgid "Support"
|
318 |
msgstr "Поддержка"
|
319 |
|
320 |
#: facebook-button-plugin.php:872
|
321 |
+
msgid "It's time to upgrade your <strong>Facebook Like Button</strong> to <strong>PRO</strong> version"
|
322 |
+
msgstr "Пора обновить ваш <strong>плагин Facebook Like Button</strong> до <strong>PRO</strong> версии"
|
|
|
|
|
|
|
|
|
323 |
|
324 |
#: facebook-button-plugin.php:873
|
325 |
msgid "Extend standard plugin functionality with new great options"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
|
|
4 |
Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.0
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -20,7 +20,7 @@ http://www.youtube.com/watch?v=QGv04uHVl5c
|
|
20 |
|
21 |
<a href="http://support.bestwebsoft.com" target="_blank">Support</a>
|
22 |
|
23 |
-
<a href="http://bestwebsoft.com/
|
24 |
|
25 |
= Features =
|
26 |
|
@@ -34,7 +34,7 @@ http://www.youtube.com/watch?v=QGv04uHVl5c
|
|
34 |
The author of the Facebook Like Button also recommends the following plugins:
|
35 |
|
36 |
* <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
|
37 |
-
There is also a premium version of the plugin <a href="http://bestwebsoft.com/
|
38 |
|
39 |
= Translation =
|
40 |
|
@@ -107,6 +107,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
|
|
110 |
= V2.34 - 13.08.2014 =
|
111 |
* Budfix : Security Exploit was fixed.
|
112 |
|
@@ -248,6 +252,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
248 |
|
249 |
== Upgrade Notice ==
|
250 |
|
|
|
|
|
|
|
251 |
= V2.34 =
|
252 |
Security Exploit was fixed.
|
253 |
|
4 |
Tags: button, buton, batton, button image, button position, Button like, Facebook, Facebook account button, facebook button, facebook button language, Facebook button icon, Facebook button like, Facebook button share, Facebook ID, Facebook page, facebook like, facebook like button, facebook share, facebook share button, follow, Follow button, icon, Like, like button, My Page button, Share, share button, social, social button, social account
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 2.35
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
20 |
|
21 |
<a href="http://support.bestwebsoft.com" target="_blank">Support</a>
|
22 |
|
23 |
+
<a href="http://bestwebsoft.com/products/facebook-like-button/?k=4caab51af6593e97ad1e329fe0f53072" target="_blank">Upgrade to Pro Version</a>
|
24 |
|
25 |
= Features =
|
26 |
|
34 |
The author of the Facebook Like Button also recommends the following plugins:
|
35 |
|
36 |
* <a href="http://wordpress.org/plugins/updater/">Updater</a> - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications.
|
37 |
+
There is also a premium version of the plugin <a href="http://bestwebsoft.com/products/updater/?k=5019f1216fc048f1419fe4645da69381">Updater Pro</a> with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update.
|
38 |
|
39 |
= Translation =
|
40 |
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= V2.35 - 13.11.2014 =
|
111 |
+
* Bugfix : Plugin optimization is done.
|
112 |
+
* Update : BWS plugins section is updated.
|
113 |
+
|
114 |
= V2.34 - 13.08.2014 =
|
115 |
* Budfix : Security Exploit was fixed.
|
116 |
|
252 |
|
253 |
== Upgrade Notice ==
|
254 |
|
255 |
+
= V2.35 =
|
256 |
+
Plugin optimization is done. BWS plugins section is updated.
|
257 |
+
|
258 |
= V2.34 =
|
259 |
Security Exploit was fixed.
|
260 |
|