Better Delete Revision - Version 1.6.1

Version Description

  • 22.11.2014 =
  • Removed : Unnecessary and unwanted menu
Download this release

Release Info

Developer galerio
Plugin Icon 128x128 Better Delete Revision
Version 1.6.1
Comparing to
See all releases

Code changes from version 1.6 to 1.6.1

Files changed (46) hide show
  1. better-delete-revision.php +2 -48
  2. bwl_menu/bwl_menu.php +0 -405
  3. bwl_menu/css/general_style.css +0 -12
  4. bwl_menu/css/general_style_wp_before_3.8.css +0 -16
  5. bwl_menu/css/style.css +0 -174
  6. bwl_menu/icons/better-delete-revision.png +0 -0
  7. bwl_menu/icons/drop-cap-shortcode.png +0 -0
  8. bwl_menu/icons/enhanced-search-form.png +0 -0
  9. bwl_menu/icons/force-ssl.png +0 -0
  10. bwl_menu/icons/post-star-rating.png +0 -0
  11. bwl_menu/images/icon_16.png +0 -0
  12. bwl_menu/images/icon_16_b.png +0 -0
  13. bwl_menu/images/icon_16_c.png +0 -0
  14. bwl_menu/images/icon_16_single.png +0 -0
  15. bwl_menu/images/icon_36.png +0 -0
  16. bwl_menu/images/icon_36_b.png +0 -0
  17. bwl_menu/images/px.png +0 -0
  18. bwl_menu/images/system-status.png +0 -0
  19. bwl_menu/js/bwl_menu.js +0 -37
  20. bwl_menu/languages/bestweblayout-de_DE.mo +0 -0
  21. bwl_menu/languages/bestweblayout-de_DE.po +0 -342
  22. bwl_menu/languages/bestweblayout-fr_FR.mo +0 -0
  23. bwl_menu/languages/bestweblayout-fr_FR.po +0 -845
  24. bwl_menu/languages/bestweblayout-it_IT.mo +0 -0
  25. bwl_menu/languages/bestweblayout-it_IT.po +0 -588
  26. bwl_menu/languages/bestweblayout-ja.mo +0 -0
  27. bwl_menu/languages/bestweblayout-ja.po +0 -778
  28. bwl_menu/languages/bestweblayout-pt_BR.mo +0 -0
  29. bwl_menu/languages/bestweblayout-pt_BR.po +0 -343
  30. bwl_menu/languages/bestweblayout-ru_RU.mo +0 -0
  31. bwl_menu/languages/bestweblayout-ru_RU.po +0 -331
  32. bwl_menu/languages/bestweblayout-sr_RS.mo +0 -0
  33. bwl_menu/languages/bestweblayout-sr_RS.po +0 -668
  34. bwl_menu/languages/bestweblayout-sv_SE.mo +0 -0
  35. bwl_menu/languages/bestweblayout-sv_SE.po +0 -518
  36. bwl_menu/languages/bestweblayout-uk.mo +0 -0
  37. bwl_menu/languages/bestweblayout-uk.po +0 -547
  38. css/style.css +0 -0
  39. images/px.png +0 -0
  40. languages/bdr-it_IT.mo +0 -0
  41. languages/bdr-it_IT.po +0 -0
  42. languages/bdr-ru_RU.mo +0 -0
  43. languages/bdr-ru_RU.po +0 -0
  44. readme.txt +6 -3
  45. screenshot-1.png +0 -0
  46. screenshot-2.png +0 -0
better-delete-revision.php CHANGED
@@ -13,8 +13,8 @@ revision removal this plugin will keep your database lighter and smaller
13
  throughout use. Removing old revisions and database optimizations is one of the
14
  best things you can do to your Wordpress blog to keep it running as fast as it
15
  can.
16
- Author: Galerio & Urda, BestWebLayout
17
- Version: 1.6
18
  Author URI: http://www.1e2.it/
19
  License: GPLv3 or later
20
  */
@@ -36,52 +36,6 @@ License: GPLv3 or later
36
  if ( ! function_exists( 'bdr_admin_menu' ) ) {
37
  function bdr_admin_menu() {
38
  add_options_page( __( 'Better Delete Revision', 'bdr' ), __( 'Better Delete Revision', 'bdr' ), 'manage_options', basename( __FILE__ ), 'bdr_page' );
39
-
40
- global $bstwblt_options, $bstwblt_added_menu;
41
- $bwl_menu_info = get_plugin_data( plugin_dir_path( __FILE__ ) . "bwl_menu/bwl_menu.php" );
42
- $bwl_menu_version = $bwl_menu_info["Version"];
43
- $base = plugin_basename(__FILE__);
44
-
45
- if ( ! isset( $bstwblt_options ) ) {
46
- if ( function_exists( 'is_multisite' ) ) {
47
- if ( is_multisite() ) {
48
- if ( ! get_site_option( 'bstwblt_options' ) )
49
- add_site_option( 'bstwblt_options', array(), '', 'yes' );
50
- $bstwbsftwppdtplgns_options = get_site_option( 'bstwblt_options' );
51
- } else {
52
- if ( ! get_option( 'bstwblt_options' ) )
53
- add_option( 'bstwblt_options', array(), '', 'yes' );
54
- $bstwblt_options = get_option( 'bstwblt_options' );
55
- }
56
- } else {
57
- if ( ! get_option( 'bstwblt_options' ) )
58
- add_option( 'bstwblt_options', array(), '', 'yes' );
59
- $bstwblt_options = get_option( 'bstwblt_options' );
60
- }
61
- }
62
-
63
- if ( ! isset( $bstwblt_options['bwl_menu']['version'][ $base ] ) || $bstwblt_options['bwl_menu']['version'][ $base ] < $bwl_menu_version ) {
64
- $bstwblt_options['bwl_menu']['version'][ $base ] = $bwl_menu_version;
65
- update_option( 'bstwblt_options', $bstwblt_options, '', 'yes' );
66
- require_once( dirname( __FILE__ ) . '/bwl_menu/bwl_menu.php' );
67
- } else if ( ! isset( $bstwblt_added_menu ) ) {
68
- $plugin_with_newer_menu = $base;
69
- foreach ( $bstwblt_options['bwl_menu']['version'] as $key => $value ) {
70
- if ( $bwl_menu_version < $value && is_plugin_active( $base ) )
71
- $plugin_with_newer_menu = $key;
72
- }
73
-
74
- $plugin_with_newer_menu = explode( '/', $plugin_with_newer_menu );
75
-
76
- $wp_content_dir = defined( 'WP_CONTENT_DIR' ) ? basename( WP_CONTENT_DIR ) : 'wp-content';
77
- if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bwl_menu/bwl_menu.php' ) )
78
- require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bwl_menu/bwl_menu.php' );
79
- else
80
- require_once( dirname( __FILE__ ) . '/bwl_menu/bwl_menu.php' );
81
- $bstwblt_added_menu = true;
82
- }
83
- add_menu_page( 'BWL Plugins', 'BWL Plugins', 'manage_options', 'bwl_plugins', 'bwl_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001 );
84
-
85
  }
86
  }
87
 
13
  throughout use. Removing old revisions and database optimizations is one of the
14
  best things you can do to your Wordpress blog to keep it running as fast as it
15
  can.
16
+ Author: Galerio & Urda
17
+ Version: 1.6.1
18
  Author URI: http://www.1e2.it/
19
  License: GPLv3 or later
20
  */
36
  if ( ! function_exists( 'bdr_admin_menu' ) ) {
37
  function bdr_admin_menu() {
38
  add_options_page( __( 'Better Delete Revision', 'bdr' ), __( 'Better Delete Revision', 'bdr' ), 'manage_options', basename( __FILE__ ), 'bdr_page' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  }
40
  }
41
 
bwl_menu/bwl_menu.php DELETED
@@ -1,405 +0,0 @@
1
- <?php
2
- /*
3
- * Function for displaying BestWebLayout menu
4
- * Version: 1.3.9
5
- */
6
-
7
- if ( ! function_exists( 'bwl_add_menu_render' ) ) {
8
- function bwl_add_menu_render() {
9
- global $wpdb, $wp_version;
10
- $error = $message = $bwlmn_form_email = '';
11
-
12
- if ( ! function_exists( 'is_plugin_active_for_network' ) )
13
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
14
-
15
- if ( function_exists( 'is_network_admin' ) )
16
- $admin_url = ( ! is_network_admin() ) ? admin_url( '/' ) : network_admin_url( '/' );
17
- else
18
- $admin_url = admin_url( '/' );
19
-
20
- $bwl_plugins = array(
21
- 'better-delete-revision/better-delete-revision.php' => array(
22
- 'name' => 'Better Delete Revision',
23
- 'description' => 'Remove and delete old revision of posts, pages and related meta content completely then optimize Database: reduce size and optimization to speed up!',
24
- 'link' => 'https://wordpress.org/plugins/better-delete-revision/',
25
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Better+Delete+Revision+bestweblayout&plugin-search-input=Search+Plugins',
26
- 'settings' => 'options-general.php?page=better-delete-revision.php'
27
- ),
28
- 'drop-cap-shortcode/dropcaps-shortcode.php' => array(
29
- 'name' => 'Drop Cap Shortcode',
30
- 'description' => 'Just change your first letters in your paragraph with a shortcode to turn it into a drop cap.',
31
- 'link' => 'https://wordpress.org/plugins/drop-cap-shortcode/',
32
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Drop+Cap+Shortcode+bestweblayout&plugin-search-input=Search+Plugins',
33
- 'settings' => ''
34
- ),
35
- 'enhanced-search-form/enhanced-search-form.php' => array(
36
- 'name' => 'Enhanced Search Form',
37
- 'description' => 'Enhance WordPress search form to allow searching posts in certain category(s), month archive(s) or tag(s).',
38
- 'link' => 'https://wordpress.org/plugins/enhanced-search-form/',
39
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Enhanced+Search+Form+bestweblayout&plugin-search-input=Search+Plugins',
40
- 'settings' => ''
41
- ),
42
- 'force-ssl/force-ssl.php' => array(
43
- 'name' => 'Force SSL',
44
- 'description' => 'For those will an SSL certificate, this plugin forces an HTTPS connection for security purposes.',
45
- 'link' => 'https://wordpress.org/plugins/force-ssl/',
46
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Force+SSL+bestweblayout&plugin-search-input=Search+Plugins',
47
- 'settings' => ''
48
- ),
49
- 'post-star-rating/post-star-rating.php' => array(
50
- 'name' => 'Post Star Rating',
51
- 'description' => 'Post Star Rating is a plugin that allows blog users to rate posts in a classic five stars way.',
52
- 'link' => 'https://wordpress.org/plugins/post-star-rating/',
53
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Post+Star+Rating+bestweblayout&plugin-search-input=Search+Plugins',
54
- 'settings' => ''
55
- )
56
- );
57
-
58
- $all_plugins = get_plugins();
59
- $active_plugins = get_option( 'active_plugins' );
60
- $recommend_plugins = array_diff_key( $bwl_plugins, $all_plugins );
61
- $bwl_plugins_pro = array();
62
-
63
- foreach ( $all_plugins as $key_plugin => $value_plugin ) {
64
- if ( isset( $value_plugin['Author'] ) && stristr( "BestWebLayout", $value_plugin['Author'] ) )
65
- unset( $all_plugins[ $key_plugin ] );
66
- else if ( ! isset( $value_plugin['Author'] ) )
67
- unset( $all_plugins[ $key_plugin ] );
68
- }
69
-
70
- if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) {
71
- $all_plugins = get_plugins();
72
- $active_plugins = get_option( 'active_plugins' );
73
- $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
74
- if ( is_array( $mysql_info ) )
75
- $sql_mode = $mysql_info[0]->Value;
76
- if ( empty( $sql_mode ) )
77
- $sql_mode = __( 'Not set', 'bestweblayout' );
78
-
79
- $safe_mode = ( ini_get( 'safe_mode' ) ) ? __( 'On', 'bestweblayout' ) : __( 'Off', 'bestweblayout' );
80
- $allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestweblayout' ) : __( 'Off', 'bestweblayout' );
81
- $upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestweblayout' );
82
- $post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestweblayout' );
83
- $max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestweblayout' );
84
- $memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestweblayout' );
85
- $memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestweblayout' ) : __( 'N/A', 'bestweblayout' );
86
- $exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestweblayout' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestweblayout' );
87
- $iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestweblayout' ) : __( 'No', 'bestweblayout' );
88
- $xml_parser_create = ( is_callable( 'xml_parser_create' ) ) ? __( 'Yes', 'bestweblayout' ) : __( 'No', 'bestweblayout' );
89
- $theme = ( function_exists( 'wp_get_theme' ) ) ? wp_get_theme() : get_theme( get_current_theme() );
90
-
91
- if ( function_exists( 'is_multisite' ) ) {
92
- if ( is_multisite() )
93
- $multisite = __( 'Yes', 'bestweblayout' );
94
- else
95
- $multisite = __( 'No', 'bestweblayout' );
96
- } else
97
- $multisite = __( 'N/A', 'bestweblayout' );
98
-
99
- $system_info = array(
100
- 'system_info' => '',
101
- 'active_plugins' => '',
102
- 'inactive_plugins' => ''
103
- );
104
- $system_info['system_info'] = array(
105
- __( 'Operating System', 'bestweblayout' ) => PHP_OS,
106
- __( 'Server', 'bestweblayout' ) => $_SERVER["SERVER_SOFTWARE"],
107
- __( 'Memory usage', 'bestweblayout' ) => $memory_usage,
108
- __( 'MYSQL Version', 'bestweblayout' ) => $wpdb->get_var( "SELECT VERSION() AS version" ),
109
- __( 'SQL Mode', 'bestweblayout' ) => $sql_mode,
110
- __( 'PHP Version', 'bestweblayout' ) => PHP_VERSION,
111
- __( 'PHP Safe Mode', 'bestweblayout' ) => $safe_mode,
112
- __( 'PHP Allow URL fopen', 'bestweblayout' ) => $allow_url_fopen,
113
- __( 'PHP Memory Limit', 'bestweblayout' ) => $memory_limit,
114
- __( 'PHP Max Upload Size', 'bestweblayout' ) => $upload_max_filesize,
115
- __( 'PHP Max Post Size', 'bestweblayout' ) => $post_max_size,
116
- __( 'PHP Max Script Execute Time', 'bestweblayout' ) => $max_execution_time,
117
- __( 'PHP Exif support', 'bestweblayout' ) => $exif_read_data,
118
- __( 'PHP IPTC support', 'bestweblayout' ) => $iptcparse,
119
- __( 'PHP XML support', 'bestweblayout' ) => $xml_parser_create,
120
- __( 'Site URL', 'bestweblayout' ) => get_option( 'siteurl' ),
121
- __( 'Home URL', 'bestweblayout' ) => get_option( 'home' ),
122
- '$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
123
- '$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
124
- __( 'WordPress Version', 'bestweblayout' ) => $wp_version,
125
- __( 'WordPress DB Version', 'bestweblayout' ) => get_option( 'db_version' ),
126
- __( 'Multisite', 'bestweblayout' ) => $multisite,
127
- __( 'Active Theme', 'bestweblayout' ) => $theme['Name'] . ' ' . $theme['Version']
128
- );
129
- foreach ( $all_plugins as $path => $plugin ) {
130
- if ( is_plugin_active( $path ) )
131
- $system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
132
- else
133
- $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
134
- }
135
- }
136
-
137
- if ( ( isset( $_REQUEST['bwlmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwlmn_nonce_submit' ) ) ||
138
- ( isset( $_REQUEST['bwlmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwlmn_nonce_submit_custom_email' ) ) ) {
139
- if ( isset( $_REQUEST['bwlmn_form_email'] ) ) {
140
- $bwlmn_form_email = esc_html( trim( $_REQUEST['bwlmn_form_email'] ) );
141
- if ( $bwlmn_form_email == "" || ! is_email( $bwlmn_form_email ) ) {
142
- $error = __( "Please enter a valid email address.", 'bestweblayout' );
143
- } else {
144
- $email = $bwlmn_form_email;
145
- $bwlmn_form_email = '';
146
- $message = __( 'Email with system info is sent to ', 'bestweblayout' ) . $email;
147
- }
148
- } else {
149
- $email = 'plugin_system_status@bestweblayout.com';
150
- $message = __( 'Thank you for contacting us.', 'bestweblayout' );
151
- }
152
-
153
- if ( $error == '' ) {
154
- $headers = 'MIME-Version: 1.0' . "\n";
155
- $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
156
- $headers .= 'From: ' . get_option( 'admin_email' );
157
- $message_text = '<html><head><title>System Info From ' . $home_url . '</title></head><body>
158
- <h4>Environment</h4>
159
- <table>';
160
- foreach ( $system_info['system_info'] as $key => $value ) {
161
- $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
162
- }
163
- $message_text .= '</table>';
164
- if ( ! empty( $system_info['active_plugins'] ) ) {
165
- $message_text .= '<h4>Active Plugins</h4>
166
- <table>';
167
- foreach ( $system_info['active_plugins'] as $key => $value ) {
168
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
169
- }
170
- $message_text .= '</table>';
171
- }
172
- if ( ! empty( $system_info['inactive_plugins'] ) ) {
173
- $message_text .= '<h4>Inactive Plugins</h4>
174
- <table>';
175
- foreach ( $system_info['inactive_plugins'] as $key => $value ) {
176
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
177
- }
178
- $message_text .= '</table>';
179
- }
180
- $message_text .= '</body></html>';
181
- $result = wp_mail( $email, 'System Info From ' . $home_url, $message_text, $headers );
182
- if ( $result != true )
183
- $error = __( "Sorry, email message could not be delivered.", 'bestweblayout' );
184
- }
185
- } ?>
186
- <div class="wrap">
187
- <div class="icon32 icon32-bwl" id="icon-options-general"></div>
188
- <h2>
189
- <span class="bwl_main title">BestWebLayout</span>
190
- <ul class="subsubsub bwl_title_menu">
191
- <li><a class="bwl_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bwl_plugins&amp;action=system_status"><?php _e( 'System status', 'bestweblayout' ); ?></a></li>
192
- </ul>
193
- <div class="clear"></div>
194
- </h2>
195
- <h2 class="nav-tab-wrapper">
196
- <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bwl_plugins"><?php _e( 'Plugins', 'bestweblayout' ); ?></a>
197
- </h2>
198
- <?php if ( ! isset( $_GET['action'] ) ) { ?>
199
- <ul class="subsubsub">
200
- <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bwl_plugins"><?php _e( 'All', 'bestweblayout' ); ?></a></li> |
201
- <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bwl_plugins&amp;sub=installed"><?php _e( 'Installed', 'bestweblayout' ); ?></a></li> |
202
- <li><a <?php if ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bwl_plugins&amp;sub=recommended"><?php _e( 'Recommended', 'bestweblayout' ); ?></a></li>
203
- </ul>
204
- <div class="clear"></div>
205
- <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
206
- <h4 class="bwl_installed"><?php _e( 'Installed plugins', 'bestweblayout' ); ?></h4>
207
- <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
208
- if ( isset( $bwl_plugins_pro[ $key_plugin ] ) )
209
- $key_plugin = $bwl_plugins_pro[ $key_plugin ];
210
-
211
- if ( isset( $bwl_plugins[ $key_plugin ] ) ) {
212
- $key_plugin_explode = explode( '-plugin/', $key_plugin );
213
- if ( isset( $key_plugin_explode[1] ) )
214
- $icon = $key_plugin_explode[0];
215
- else {
216
- $key_plugin_explode = explode( '/', $key_plugin );
217
- $icon = $key_plugin_explode[0];
218
- }
219
- }
220
-
221
- if ( in_array( $key_plugin, $active_plugins ) || ( function_exists( 'is_plugin_active_for_network' ) && is_plugin_active_for_network( $key_plugin ) ) ) { ?>
222
- <div class="bwl_product_box bwl_product_free">
223
- <div class="bwl_product">
224
- <div class="bwl_product_title"><?php echo $value_plugin["Name"]; ?></div>
225
- <div class="bwl_product_content">
226
- <div class="bwl_product_icon">
227
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
228
- </div>
229
- <div class="bwl_product_description"><?php echo $bwl_plugins[ $key_plugin ]["description"]; ?></div>
230
- </div>
231
- <div class="clear"></div>
232
- </div>
233
- <div class="bwl_product_links">
234
- <a href="<?php echo $bwl_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestweblayout' ); ?></a>
235
- <?php if ( '' != $bwl_plugins[ $key_plugin ]["settings"] ) { ?>
236
- <span> | </span>
237
- <a href="<?php echo $bwl_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestweblayout' ); ?></a>
238
- <?php } ?>
239
- </div>
240
- </div>
241
- <?php } elseif ( isset( $bwl_plugins[ $key_plugin ] ) ) { ?>
242
- <div class="bwl_product_box bwl_product_deactivated bwl_product_free">
243
- <div class="bwl_product">
244
- <div class="bwl_product_title"><?php echo $value_plugin["Name"]; ?></div>
245
- <div class="bwl_product_content">
246
- <div class="bwl_product_icon">
247
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
248
- </div>
249
- <div class="bwl_product_description"><?php echo $bwl_plugins[ $key_plugin ]["description"]; ?></div>
250
- </div>
251
- <div class="clear"></div>
252
- </div>
253
- <div class="bwl_product_links">
254
- <a href="<?php echo $bwl_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestweblayout' ); ?></a>
255
- <span> | </span>
256
- <a class="bwl_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestweblayout' ); ?>" target="_blank"><?php _e( "Activate", 'bestweblayout' ); ?></a>
257
- </div>
258
- </div>
259
- <?php }
260
- }
261
- } ?>
262
- <div class="clear"></div>
263
- <?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
264
- <h4 class="bwl_recommended"><?php _e( 'Recommended plugins', 'bestweblayout' ); ?></h4>
265
- <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
266
-
267
- if ( isset( $bwl_plugins[ $key_plugin ] ) ) {
268
- $key_plugin_explode = explode( '-plugin/', $key_plugin );
269
- if ( isset( $key_plugin_explode[1] ) )
270
- $icon = $key_plugin_explode[0];
271
- else {
272
- $key_plugin_explode = explode( '/', $key_plugin );
273
- $icon = $key_plugin_explode[0];
274
- }
275
- } ?>
276
- <div class="bwl_product_box">
277
- <div class="bwl_product">
278
- <div class="bwl_product_title"><?php echo $value_plugin["name"]; ?></div>
279
- <div class="bwl_product_content">
280
- <div class="bwl_product_icon">
281
- <?php if ( isset( $bwl_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
282
- <div class="bwl_product_icon_pro">PRO</div>
283
- <?php } ?>
284
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
285
- </div>
286
- <div class="bwl_product_description"><?php echo $bwl_plugins[ $key_plugin ]["description"]; ?></div>
287
- </div>
288
- </div>
289
- <div class="clear"></div>
290
- <div class="bwl_product_links">
291
- <a href="<?php echo $bwl_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestweblayout' ); ?></a>
292
- <span> | </span>
293
- <a href="<?php echo $bwl_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestweblayout' ); ?></a>
294
- </div>
295
- </div>
296
- <?php }
297
- } ?>
298
- <?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
299
- <div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwlmn_form_submit'] ) || isset( $_REQUEST['bwlmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
300
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
301
- <h3><?php _e( 'System status', 'bestweblayout' ); ?></h3>
302
- <div class="inside">
303
- <table class="bwl_system_info">
304
- <thead><tr><th><?php _e( 'Environment', 'bestweblayout' ); ?></th><td></td></tr></thead>
305
- <tbody>
306
- <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
307
- <tr>
308
- <td scope="row"><?php echo $key; ?></td>
309
- <td scope="row"><?php echo $value; ?></td>
310
- </tr>
311
- <?php } ?>
312
- </tbody>
313
- </table>
314
- <table class="bwl_system_info">
315
- <thead><tr><th><?php _e( 'Active Plugins', 'bestweblayout' ); ?></th><th></th></tr></thead>
316
- <tbody>
317
- <?php if ( ! empty( $system_info['active_plugins'] ) ) {
318
- foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
319
- <tr>
320
- <td scope="row"><?php echo $key; ?></td>
321
- <td scope="row"><?php echo $value; ?></td>
322
- </tr>
323
- <?php }
324
- } ?>
325
- </tbody>
326
- </table>
327
- <table class="bwl_system_info">
328
- <thead><tr><th><?php _e( 'Inactive Plugins', 'bestweblayout' ); ?></th><th></th></tr></thead>
329
- <tbody>
330
- <?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
331
- foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
332
- <tr>
333
- <td scope="row"><?php echo $key; ?></td>
334
- <td scope="row"><?php echo $value; ?></td>
335
- </tr>
336
- <?php }
337
- } ?>
338
- </tbody>
339
- </table>
340
- <div class="clear"></div>
341
- <form method="post" action="admin.php?page=bwl_plugins&amp;action=system_status">
342
- <p>
343
- <input type="hidden" name="bwlmn_form_submit" value="submit" />
344
- <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestweblayout' ) ?>" />
345
- <?php wp_nonce_field( plugin_basename(__FILE__), 'bwlmn_nonce_submit' ); ?>
346
- </p>
347
- </form>
348
- <form method="post" action="admin.php?page=bwl_plugins&amp;action=system_status">
349
- <p>
350
- <input type="hidden" name="bwlmn_form_submit_custom_email" value="submit" />
351
- <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestweblayout' ) ?>" />
352
- <input type="text" value="<?php echo $bwlmn_form_email; ?>" name="bwlmn_form_email" />
353
- <?php wp_nonce_field( plugin_basename(__FILE__), 'bwlmn_nonce_submit_custom_email' ); ?>
354
- </p>
355
- </form>
356
- </div>
357
- <?php } ?>
358
- </div>
359
- <?php }
360
- }
361
-
362
- if ( ! function_exists ( 'bwl_plugin_init' ) ) {
363
- function bwl_plugin_init() {
364
- // Internationalization, first(!)
365
- load_plugin_textdomain( 'bestweblayout', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
366
- }
367
- }
368
-
369
- if ( ! function_exists ( 'bwl_admin_enqueue_scripts' ) ) {
370
- function bwl_admin_enqueue_scripts() {
371
- global $wp_version;
372
- if ( $wp_version < 3.8 )
373
- wp_enqueue_style( 'bwl-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
374
- else
375
- wp_enqueue_style( 'bwl-admin-stylesheet', plugins_url( 'css/general_style.css', __FILE__ ) );
376
-
377
- if ( isset( $_GET['page'] ) && $_GET['page'] == "bwl_plugins" ) {
378
- wp_enqueue_style( 'bwl_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
379
- wp_enqueue_script( 'bwl_menu_script', plugins_url( 'js/bwl_menu.js' , __FILE__ ) );
380
- if ( $wp_version >= '3.8' )
381
- wp_enqueue_script( 'theme-install' );
382
- elseif ( $wp_version >= '3.4' )
383
- wp_enqueue_script( 'theme' );
384
- }
385
- }
386
- }
387
-
388
- if ( ! function_exists ( 'bwl_admin_head' ) ) {
389
- function bwl_admin_head() {
390
- if ( isset( $_GET['page'] ) && $_GET['page'] == "bwl_plugins" ) { ?>
391
- <noscript>
392
- <style type="text/css">
393
- .bwl_product_button {
394
- display: inline-block;
395
- }
396
- </style>
397
- </noscript>
398
- <?php }
399
- }
400
- }
401
-
402
- add_action( 'admin_init', 'bwl_plugin_init' );
403
- add_action( 'admin_enqueue_scripts', 'bwl_admin_enqueue_scripts' );
404
- add_action( 'admin_head', 'bwl_admin_head' );
405
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/css/general_style.css DELETED
@@ -1,12 +0,0 @@
1
- #adminmenu #toplevel_page_bwl_plugins div.wp-menu-image,
2
- .admin-color-classic #adminmenu #toplevel_page_bwl_plugins div.wp-menu-image,
3
- #adminmenu #toplevel_page_bwl_plugins:hover div.wp-menu-image,
4
- #adminmenu #toplevel_page_bwl_plugins.wp-has-current-submenu div.wp-menu-image {
5
- background: url("../images/icon_16_single.png") no-repeat scroll center center transparent;
6
- }
7
- #adminmenu #toplevel_page_bwl_plugins.wp-not-current-submenu div.wp-menu-image {
8
- opacity: 0.7;
9
- }
10
- .sticky-menu #toplevel_page_bwl_plugins .wp-submenu .wp-first-item {
11
- display: none;
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/css/general_style_wp_before_3.8.css DELETED
@@ -1,16 +0,0 @@
1
- #adminmenu #toplevel_page_bwl_plugins div.wp-menu-image {
2
- background: url("../images/icon_16.png") no-repeat scroll center center transparent;
3
- }
4
- #wpadminbar li#wp-admin-bar-pdfprnt-bar-menu a:hover span.admin-bar-menu-bwl-icon {
5
- background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
6
- }
7
- #adminmenu #toplevel_page_bwl_plugins:hover div.wp-menu-image,
8
- #adminmenu #toplevel_page_bwl_plugins.wp-has-current-submenu div.wp-menu-image {
9
- background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
10
- }
11
- .wrap #icon-options-general.icon32-bwl {
12
- background: url("../images/icon_36.png") no-repeat scroll left top transparent;
13
- }
14
- #toplevel_page_bwl_plugins .wp-submenu .wp-first-item {
15
- display: none;
16
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/css/style.css DELETED
@@ -1,174 +0,0 @@
1
- .bwl_system_info_meta_box {
2
- max-width: 850px;
3
- }
4
- .bwl_system_info_meta_box .hndle {
5
- cursor: pointer !important;
6
- }
7
- .bwl_system_info {
8
- float: left;
9
- margin-right: 10px;
10
- max-width: 400px;
11
- }
12
- .bwl_system_info th {
13
- padding: 10px 0;
14
- text-align: left;
15
- width: 50%;
16
- }
17
- .bwl_system_info tbody td {
18
- border-bottom: 1px solid #DFDFDF;
19
- }
20
- .clear {
21
- clear: both;
22
- }
23
- .bwl_main.title {
24
- float: left;
25
- margin-right: 30px;
26
- }
27
- h4.bwl_installed,
28
- h4.bwl_recommended {
29
- color: #999;
30
- font-weight: bold;
31
- text-transform: uppercase;
32
- font-size: 14px;
33
- }
34
- h4.bwl_installed:before,
35
- h4.bwl_recommended:before {
36
- border-radius: 9px;
37
- content: "";
38
- display: inline-block;
39
- height: 8px;
40
- position: relative;
41
- top: -1px;
42
- width: 8px;
43
- margin-right: 7px;
44
- }
45
- h4.bwl_recommended:before {
46
- background: #0074a2;
47
- }
48
- h4.bwl_installed:before {
49
- background: #00a22e;
50
- }
51
- .bwl_product_box {
52
- background: none repeat scroll 0 0 #FFFFFF;
53
- border: 1px solid #CACACA;
54
- float: left;
55
- margin: 0 9px 10px 0;
56
- text-align: center;
57
- width: 182px;
58
- border-radius: 3px;
59
- }
60
- .bwl_product_box a {
61
- text-decoration: none;
62
- }
63
- .bwl_product {
64
- border-bottom: 1px solid #fff;
65
- min-height: 203px;
66
- }
67
- .bwl_product_content {
68
- min-height: 93px;
69
- }
70
- .bwl_activate {
71
- color: #F14B21;
72
- }
73
- .bwl_activate:hover {
74
- color: #f26e50;
75
- }
76
- .bwl_product_title {
77
- font-weight: bold;
78
- padding: 16px 10px 28px;
79
- font-size: 14px;
80
- height: 18px;
81
- }
82
- .bwl_product_deactivated .bwl_product_title {
83
- color: #7e7e7e;
84
- }
85
- .bwl_product_pro .bwl_product_title {
86
- color: #fff;
87
- }
88
- .bwl_product_icon_pro {
89
- background: #F26E50;
90
- border-radius: 4px;
91
- color: #FFF;
92
- font-size: 15px;
93
- font-weight: bold;
94
- height: 20px;
95
- margin: -9px auto -10px;
96
- position: relative;
97
- width: 46px;
98
- line-height: 19px;
99
- }
100
- .bwl_product_description {
101
- padding: 0 10px;
102
- color: #a7a7a7;
103
- display: none;
104
- font-size: 12px;
105
- }
106
- .bwl_product_links {
107
- padding: 10px 6px 12px;
108
- }
109
- .bwl_product_links span {
110
- color: #c2c2c2;
111
- }
112
- .bwl_product_deactivated .bwl_product {
113
- background: #EEE;
114
- border-bottom: 1px solid #CACACA;
115
- }
116
- .bwl_product.bwl_product_pro {
117
- background: #222;
118
- border-bottom: 1px solid #222;
119
- color: #fff;
120
- }
121
- .bwl_product a,
122
- .bwl_product a:hover {
123
- color: #fff;
124
- }
125
- .bwl_product_button {
126
- background: #00A22E;
127
- border-radius: 2px;
128
- margin: 3px auto;
129
- padding: 7px 5px 8px;
130
- font-size: 14px;
131
- min-width: 103px;
132
- display: none;
133
- }
134
- .bwl_product_button:hover{
135
- background: #008726;
136
- }
137
- .bwl_product_deactivated.bwl_product_free .bwl_product_button {
138
- background: #0074a2;
139
- }
140
- .bwl_product_deactivated.bwl_product_free .bwl_product_button:hover {
141
- background: #006187;
142
- }
143
- .bwl_product_free .bwl_product_button {
144
- background: #dd5738;
145
- }
146
- .bwl_product_free .bwl_product_button:hover {
147
- background: #dd4825;
148
- }
149
- .bwl_product_button.bwl_donate_button {
150
- background: #E89D09 !important;
151
- }
152
- .bwl_product_button.bwl_donate_button:hover {
153
- background: #D69108 !important;
154
- }
155
-
156
- .subsubsub.bwl_title_menu {
157
- float: right;
158
- margin: 0;
159
- }
160
- .subsubsub a.bwl_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.bwl_system_status:hover {
169
- background-color: #529FBD;
170
- }
171
- /* theme page after WP 3.9 */
172
- .toplevel_page_bwl_plugins #availablethemes .theme-browser {
173
- margin-top: 25px;
174
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/icons/better-delete-revision.png DELETED
Binary file
bwl_menu/icons/drop-cap-shortcode.png DELETED
Binary file
bwl_menu/icons/enhanced-search-form.png DELETED
Binary file
bwl_menu/icons/force-ssl.png DELETED
Binary file
bwl_menu/icons/post-star-rating.png DELETED
Binary file
bwl_menu/images/icon_16.png DELETED
Binary file
bwl_menu/images/icon_16_b.png DELETED
Binary file
bwl_menu/images/icon_16_c.png DELETED
Binary file
bwl_menu/images/icon_16_single.png DELETED
Binary file
bwl_menu/images/icon_36.png DELETED
Binary file
bwl_menu/images/icon_36_b.png DELETED
Binary file
bwl_menu/images/px.png DELETED
Binary file
bwl_menu/images/system-status.png DELETED
Binary file
bwl_menu/js/bwl_menu.js DELETED
@@ -1,37 +0,0 @@
1
- (function($) {
2
- $(document).ready( function() {
3
- /* new version */
4
- var product = $( '.bwl_product' ),
5
- max = 0;
6
- $( product ).each( function () {
7
- if ( $( this ).outerHeight( true ) > max )
8
- max = $( this ).outerHeight( true );
9
- });
10
- $( '.bwl_product' ).css( 'height', max + 'px' );
11
-
12
- var product_links = $( '.bwl_product_links' );
13
- max = 0;
14
- $( product_links ).each( function () {
15
- if ( $( this ).innerHeight() > max )
16
- max = $( this ).innerHeight();
17
- });
18
- max = max - parseInt( $( '.bwl_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bwl_product_links' ).css( 'padding-bottom' ) );
19
- $( '.bwl_product_links' ).css( 'height', max + 'px' );
20
-
21
- $( '.bwl_product_box' ).hover( function() {
22
- if ( $( this ).children( '.bwl_product' ).children( '.bwl_product_content' ).children( '.bwl_product_description' ).length > 0 ) {
23
- $( this ).children( '.bwl_product' ).addClass( 'bwl_product_pro' );
24
- $( this ).children( '.bwl_product' ).children( '.bwl_product_content' ).children( '.bwl_product_description' ).css( 'display', 'block' );
25
- $( this ).children( '.bwl_product' ).children( '.bwl_product_content' ).children( '.bwl_product_icon' ).css( 'display', 'none' );
26
- $( this ).children( '.bwl_product' ).children( '.bwl_product_button' ).css( 'display', 'inline-block' );
27
- }
28
- }, function() {
29
- if ( $( this ).children( '.bwl_product' ).children( '.bwl_product_content' ).children( '.bwl_product_description' ).length > 0 ) {
30
- $( this ).children( '.bwl_product' ).removeClass( 'bwl_product_pro' );
31
- $( this ).children( '.bwl_product' ).children( '.bwl_product_content' ).children( '.bwl_product_description' ).css( 'display', 'none' );
32
- $( this ).children( '.bwl_product' ).children( '.bwl_product_content' ).children( '.bwl_product_icon' ).css( 'display', 'block' );
33
- $( this ).children( '.bwl_product' ).children( '.bwl_product_button' ).css( 'display', 'none' );
34
- }
35
- });
36
- });
37
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/languages/bestweblayout-de_DE.mo DELETED
Binary file
bwl_menu/languages/bestweblayout-de_DE.po DELETED
@@ -1,342 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestweblayout\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-21 12:53+0300\n"
6
- "PO-Revision-Date: 2014-11-21 12:53+0300\n"
7
- "Last-Translator: bestweblayout.com <wp@bestweblayout.com>\n"
8
- "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
- "Language: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.7\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- # @ captcha
22
- #: bwl_menu.php:77
23
- msgid "Not set"
24
- msgstr "Nicht festgelegt"
25
-
26
- # @ captcha
27
- #: bwl_menu.php:79
28
- #: bwl_menu.php:80
29
- msgid "On"
30
- msgstr "Ein"
31
-
32
- # @ captcha
33
- #: bwl_menu.php:79
34
- #: bwl_menu.php:80
35
- msgid "Off"
36
- msgstr "Ausgeschaltet"
37
-
38
- # @ captcha
39
- #: bwl_menu.php:81
40
- #: bwl_menu.php:82
41
- #: bwl_menu.php:83
42
- #: bwl_menu.php:84
43
- #: bwl_menu.php:85
44
- #: bwl_menu.php:97
45
- msgid "N/A"
46
- msgstr "keine Angaben"
47
-
48
- # @ captcha
49
- #: bwl_menu.php:85
50
- msgid " Mb"
51
- msgstr " Mb"
52
-
53
- # @ captcha
54
- #: bwl_menu.php:86
55
- #: bwl_menu.php:87
56
- #: bwl_menu.php:88
57
- #: bwl_menu.php:93
58
- msgid "Yes"
59
- msgstr "Ja"
60
-
61
- # @ captcha
62
- #: bwl_menu.php:86
63
- #: bwl_menu.php:87
64
- #: bwl_menu.php:88
65
- #: bwl_menu.php:95
66
- msgid "No"
67
- msgstr "Nein"
68
-
69
- # @ captcha
70
- #: bwl_menu.php:105
71
- msgid "Operating System"
72
- msgstr "Betriebs-System"
73
-
74
- # @ captcha
75
- #: bwl_menu.php:106
76
- msgid "Server"
77
- msgstr "Server"
78
-
79
- # @ captcha
80
- #: bwl_menu.php:107
81
- msgid "Memory usage"
82
- msgstr "Speichernutzung"
83
-
84
- # @ captcha
85
- #: bwl_menu.php:108
86
- msgid "MYSQL Version"
87
- msgstr "MYSQL Version"
88
-
89
- # @ captcha
90
- #: bwl_menu.php:109
91
- msgid "SQL Mode"
92
- msgstr "SQL Modus"
93
-
94
- # @ captcha
95
- #: bwl_menu.php:110
96
- msgid "PHP Version"
97
- msgstr "PHP Version"
98
-
99
- # @ captcha
100
- #: bwl_menu.php:111
101
- msgid "PHP Safe Mode"
102
- msgstr "PHP Gesicherter Modus"
103
-
104
- # @ captcha
105
- #: bwl_menu.php:112
106
- msgid "PHP Allow URL fopen"
107
- msgstr "PHP Erlaubet URL zu öffnen (fopen)"
108
-
109
- # @ captcha
110
- #: bwl_menu.php:113
111
- msgid "PHP Memory Limit"
112
- msgstr "PHP Speicher-Grenze"
113
-
114
- # @ captcha
115
- #: bwl_menu.php:114
116
- msgid "PHP Max Upload Size"
117
- msgstr "PHP Maximale Upload Größe"
118
-
119
- # @ captcha
120
- #: bwl_menu.php:115
121
- msgid "PHP Max Post Size"
122
- msgstr "PHP Maximale Beitrags-Größe"
123
-
124
- # @ captcha
125
- #: bwl_menu.php:116
126
- msgid "PHP Max Script Execute Time"
127
- msgstr "PHP Maximale Script Ausführungszeit"
128
-
129
- # @ captcha
130
- #: bwl_menu.php:117
131
- msgid "PHP Exif support"
132
- msgstr "PHP Exif Support"
133
-
134
- # @ captcha
135
- #: bwl_menu.php:118
136
- msgid "PHP IPTC support"
137
- msgstr "PHP IPTC Support"
138
-
139
- # @ captcha
140
- #: bwl_menu.php:119
141
- msgid "PHP XML support"
142
- msgstr "PHP XML Support"
143
-
144
- # @ captcha
145
- #: bwl_menu.php:120
146
- msgid "Site URL"
147
- msgstr "Site URL"
148
-
149
- # @ captcha
150
- #: bwl_menu.php:121
151
- msgid "Home URL"
152
- msgstr "Home URL"
153
-
154
- # @ captcha
155
- #: bwl_menu.php:124
156
- msgid "WordPress Version"
157
- msgstr "WordPress Version"
158
-
159
- # @ captcha
160
- #: bwl_menu.php:125
161
- msgid "WordPress DB Version"
162
- msgstr "WordPress DB Version"
163
-
164
- # @ captcha
165
- #: bwl_menu.php:126
166
- msgid "Multisite"
167
- msgstr "Multisite"
168
-
169
- # @ captcha
170
- #: bwl_menu.php:127
171
- msgid "Active Theme"
172
- msgstr "Actives Theme"
173
-
174
- # @ captcha
175
- #: bwl_menu.php:142
176
- msgid "Please enter a valid email address."
177
- msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
178
-
179
- # @ captcha
180
- #: bwl_menu.php:146
181
- msgid "Email with system info is sent to "
182
- msgstr "E-Mail-mit System Informationen wird gesendet an "
183
-
184
- # @ captcha
185
- #: bwl_menu.php:150
186
- msgid "Thank you for contacting us."
187
- msgstr "Vielen Dank für Ihre Kontaktaufnahme."
188
-
189
- # @ captcha
190
- #: bwl_menu.php:183
191
- msgid "Sorry, email message could not be delivered."
192
- msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
193
-
194
- # @ captcha
195
- #: bwl_menu.php:191
196
- #: bwl_menu.php:301
197
- msgid "System status"
198
- msgstr "System Status"
199
-
200
- # @ captcha
201
- #: bwl_menu.php:196
202
- msgid "Plugins"
203
- msgstr "Plugins"
204
-
205
- #: bwl_menu.php:200
206
- msgid "All"
207
- msgstr ""
208
-
209
- # @ default
210
- #: bwl_menu.php:201
211
- #, fuzzy
212
- msgid "Installed"
213
- msgstr "Installiere %s"
214
-
215
- # @ captcha
216
- #: bwl_menu.php:202
217
- #, fuzzy
218
- msgid "Recommended"
219
- msgstr "Empfohlene Plugins"
220
-
221
- # @ captcha
222
- #: bwl_menu.php:206
223
- msgid "Installed plugins"
224
- msgstr "Installierte Plugins"
225
-
226
- # @ captcha
227
- #: bwl_menu.php:234
228
- #: bwl_menu.php:254
229
- #: bwl_menu.php:291
230
- #, fuzzy
231
- msgid "Learn more"
232
- msgstr "Lesen Sie mehr"
233
-
234
- # @ captcha
235
- #: bwl_menu.php:237
236
- msgid "Settings"
237
- msgstr "Einstellungen"
238
-
239
- # @ captcha
240
- #: bwl_menu.php:256
241
- #, fuzzy
242
- msgid "Activate this plugin"
243
- msgstr "Aktivierte Plugins"
244
-
245
- # @ captcha
246
- #: bwl_menu.php:256
247
- #, fuzzy
248
- msgid "Activate"
249
- msgstr "Aktivierte Plugins"
250
-
251
- # @ captcha
252
- #: bwl_menu.php:264
253
- msgid "Recommended plugins"
254
- msgstr "Empfohlene Plugins"
255
-
256
- # @ default
257
- #: bwl_menu.php:293
258
- #, fuzzy
259
- msgid "Install now"
260
- msgstr "Installiere %s"
261
-
262
- # @ captcha
263
- #: bwl_menu.php:304
264
- msgid "Environment"
265
- msgstr "Umgebungsvariable"
266
-
267
- # @ captcha
268
- #: bwl_menu.php:315
269
- msgid "Active Plugins"
270
- msgstr "Aktivierte Plugins"
271
-
272
- # @ captcha
273
- #: bwl_menu.php:328
274
- msgid "Inactive Plugins"
275
- msgstr "Inactive Plugins"
276
-
277
- # @ captcha
278
- #: bwl_menu.php:344
279
- msgid "Send to support"
280
- msgstr "Sende zuzm Support"
281
-
282
- # @ captcha
283
- #: bwl_menu.php:351
284
- msgid "Send to custom email &#187;"
285
- msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
286
-
287
- # @ default
288
- #~ msgid "Install %s"
289
- #~ msgstr "Installiere %s"
290
- # @ default
291
- #, fuzzy
292
- #~ msgid "Install Now"
293
- #~ msgstr "Installiere %s"
294
-
295
- # @ default
296
- #, fuzzy
297
- #~ msgid "Already Installed"
298
- #~ msgstr "Installiere %s"
299
-
300
- # @ captcha
301
- #~ msgid "Pro plugins"
302
- #~ msgstr "Pro Plugins"
303
- # @ captcha
304
- #~ msgid "Activated plugins"
305
- #~ msgstr "Aktivierte Plugins"
306
- # @ captcha
307
- #~ msgid "Read more"
308
- #~ msgstr "Lesen Sie mehr"
309
- # @ captcha
310
- #~ msgid "Purchase"
311
- #~ msgstr "Kaufen"
312
- # @ captcha
313
- #~ msgid "Free plugins"
314
- #~ msgstr "Freie Plugins"
315
- # @ captcha
316
- #~ msgid "Download"
317
- #~ msgstr "Herunterladen"
318
- # @ captcha
319
- #~ msgid "Install now from wordpress.org"
320
- #~ msgstr "Installiere jetzt von wordpress.org"
321
- # @ captcha
322
- #, fuzzy
323
- #~ msgid "Activated theme"
324
- #~ msgstr "Actives Theme"
325
-
326
- # @ default
327
- #, fuzzy
328
- #~ msgid "Installed themes"
329
- #~ msgstr "Installiere %s"
330
-
331
- # @ captcha
332
- #, fuzzy
333
- #~ msgid "Recommended themes"
334
- #~ msgstr "Empfohlene Plugins"
335
-
336
- # @ captcha
337
- #~ msgid "If you have any questions, please contact us via"
338
- #~ msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
339
- # @ default
340
- #, fuzzy
341
- #~ msgid "installed"
342
- #~ msgstr "Installiere %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/languages/bestweblayout-fr_FR.mo DELETED
Binary file
bwl_menu/languages/bestweblayout-fr_FR.po DELETED
@@ -1,845 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestweblayout\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-21 12:48+0300\n"
6
- "PO-Revision-Date: 2014-11-21 12:48+0300\n"
7
- "Last-Translator: bestweblayout.com <wp@bestweblayout.com>\n"
8
- "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
- "Language: fr_FR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
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
- #: bwl_menu.php:77
23
- msgid "Not set"
24
- msgstr "Not set"
25
-
26
- #: bwl_menu.php:79
27
- #: bwl_menu.php:80
28
- msgid "On"
29
- msgstr "On"
30
-
31
- #: bwl_menu.php:79
32
- #: bwl_menu.php:80
33
- msgid "Off"
34
- msgstr "Off"
35
-
36
- #: bwl_menu.php:81
37
- #: bwl_menu.php:82
38
- #: bwl_menu.php:83
39
- #: bwl_menu.php:84
40
- #: bwl_menu.php:85
41
- #: bwl_menu.php:97
42
- msgid "N/A"
43
- msgstr "N/A"
44
-
45
- #: bwl_menu.php:85
46
- msgid " Mb"
47
- msgstr " Mb"
48
-
49
- #: bwl_menu.php:86
50
- #: bwl_menu.php:87
51
- #: bwl_menu.php:88
52
- #: bwl_menu.php:93
53
- msgid "Yes"
54
- msgstr "Yes"
55
-
56
- #: bwl_menu.php:86
57
- #: bwl_menu.php:87
58
- #: bwl_menu.php:88
59
- #: bwl_menu.php:95
60
- msgid "No"
61
- msgstr "No"
62
-
63
- #: bwl_menu.php:105
64
- msgid "Operating System"
65
- msgstr "Operating System"
66
-
67
- #: bwl_menu.php:106
68
- msgid "Server"
69
- msgstr "Server"
70
-
71
- #: bwl_menu.php:107
72
- msgid "Memory usage"
73
- msgstr "Memory usage"
74
-
75
- #: bwl_menu.php:108
76
- msgid "MYSQL Version"
77
- msgstr "MYSQL Version"
78
-
79
- #: bwl_menu.php:109
80
- msgid "SQL Mode"
81
- msgstr "SQL Mode"
82
-
83
- #: bwl_menu.php:110
84
- msgid "PHP Version"
85
- msgstr "PHP Version"
86
-
87
- #: bwl_menu.php:111
88
- msgid "PHP Safe Mode"
89
- msgstr "PHP Safe Mode"
90
-
91
- #: bwl_menu.php:112
92
- msgid "PHP Allow URL fopen"
93
- msgstr "PHP Allow URL fopen"
94
-
95
- #: bwl_menu.php:113
96
- msgid "PHP Memory Limit"
97
- msgstr "PHP Memory Limit"
98
-
99
- #: bwl_menu.php:114
100
- msgid "PHP Max Upload Size"
101
- msgstr "PHP Max Upload Size"
102
-
103
- #: bwl_menu.php:115
104
- msgid "PHP Max Post Size"
105
- msgstr "PHP Max Post Size"
106
-
107
- #: bwl_menu.php:116
108
- msgid "PHP Max Script Execute Time"
109
- msgstr "PHP Max Script Execute Time"
110
-
111
- #: bwl_menu.php:117
112
- msgid "PHP Exif support"
113
- msgstr "PHP Exif support"
114
-
115
- #: bwl_menu.php:118
116
- msgid "PHP IPTC support"
117
- msgstr "PHP IPTC support"
118
-
119
- #: bwl_menu.php:119
120
- msgid "PHP XML support"
121
- msgstr "PHP XML support"
122
-
123
- #: bwl_menu.php:120
124
- msgid "Site URL"
125
- msgstr "Site URL"
126
-
127
- #: bwl_menu.php:121
128
- msgid "Home URL"
129
- msgstr "Home URL"
130
-
131
- #: bwl_menu.php:124
132
- msgid "WordPress Version"
133
- msgstr "WordPress Version"
134
-
135
- #: bwl_menu.php:125
136
- msgid "WordPress DB Version"
137
- msgstr "WordPress DB Version"
138
-
139
- #: bwl_menu.php:126
140
- msgid "Multisite"
141
- msgstr "Multisite"
142
-
143
- #: bwl_menu.php:127
144
- msgid "Active Theme"
145
- msgstr "Active Theme"
146
-
147
- #: bwl_menu.php:142
148
- msgid "Please enter a valid email address."
149
- msgstr "Merci de saisir une adresse e-mail valide."
150
-
151
- #: bwl_menu.php:146
152
- msgid "Email with system info is sent to "
153
- msgstr "Le courriel avec les informations système est envoyé à"
154
-
155
- #: bwl_menu.php:150
156
- msgid "Thank you for contacting us."
157
- msgstr "Merci de nous avoir contacté."
158
-
159
- #: bwl_menu.php:183
160
- msgid "Sorry, email message could not be delivered."
161
- msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
162
-
163
- #: bwl_menu.php:191
164
- #: bwl_menu.php:301
165
- msgid "System status"
166
- msgstr "System status"
167
-
168
- #: bwl_menu.php:196
169
- msgid "Plugins"
170
- msgstr "Externsions"
171
-
172
- #: bwl_menu.php:200
173
- msgid "All"
174
- msgstr "Tous"
175
-
176
- #: bwl_menu.php:201
177
- msgid "Installed"
178
- msgstr "Installé"
179
-
180
- #: bwl_menu.php:202
181
- msgid "Recommended"
182
- msgstr "Recommandé"
183
-
184
- #: bwl_menu.php:206
185
- msgid "Installed plugins"
186
- msgstr "Plugin installé"
187
-
188
- #: bwl_menu.php:234
189
- #: bwl_menu.php:254
190
- #: bwl_menu.php:291
191
- msgid "Learn more"
192
- msgstr "En savoir plus"
193
-
194
- #: bwl_menu.php:237
195
- msgid "Settings"
196
- msgstr "Réglages"
197
-
198
- #: bwl_menu.php:256
199
- msgid "Activate this plugin"
200
- msgstr "Activer cette extension"
201
-
202
- #: bwl_menu.php:256
203
- msgid "Activate"
204
- msgstr "Activé"
205
-
206
- #: bwl_menu.php:264
207
- msgid "Recommended plugins"
208
- msgstr "Plugin recommandé"
209
-
210
- #: bwl_menu.php:293
211
- msgid "Install now"
212
- msgstr "Installer maintenant"
213
-
214
- #: bwl_menu.php:304
215
- msgid "Environment"
216
- msgstr "Environment"
217
-
218
- #: bwl_menu.php:315
219
- msgid "Active Plugins"
220
- msgstr "Plugin actifs"
221
-
222
- #: bwl_menu.php:328
223
- msgid "Inactive Plugins"
224
- msgstr "Plugin inactifs"
225
-
226
- #: bwl_menu.php:344
227
- msgid "Send to support"
228
- msgstr "Envoyé au support"
229
-
230
- #: bwl_menu.php:351
231
- msgid "Send to custom email &#187;"
232
- msgstr "Envoyer un e-mail spécifique &#187;"
233
-
234
- #~ msgid "Need help?"
235
- #~ msgstr "Besoin d'aide ?"
236
-
237
- #~ msgid "Client area"
238
- #~ msgstr "Espace client"
239
-
240
- #~ msgid "Themes"
241
- #~ msgstr "Thèmes"
242
-
243
- #~ msgid "Go"
244
- #~ msgstr "Passez"
245
-
246
- #~ msgid "DONATE"
247
- #~ msgstr "Faire un don"
248
-
249
- #~ msgid "Try again"
250
- #~ msgstr "Essayer de nouveau"
251
-
252
- #~ msgid "Preview &#8220;%s&#8221;"
253
- #~ msgstr "Pré-visualiser &#8220;%s&#8221;"
254
-
255
- #~ msgid "Install %s"
256
- #~ msgstr "%s installé"
257
-
258
- #~ msgid "Install Now"
259
- #~ msgstr "Installa Ora"
260
-
261
- #~ msgid "Update to version %s"
262
- #~ msgstr "Mettre à jour pour la version %s"
263
-
264
- #~ msgid "Update"
265
- #~ msgstr "Mettre à jour"
266
-
267
- #~ msgid "Preview %s"
268
- #~ msgstr "Pré-visualiser %s"
269
-
270
- #~ msgid "Preview"
271
- #~ msgstr "Pré-visualiser"
272
-
273
- #~ msgid "By %s"
274
- #~ msgstr "Par %s"
275
-
276
- #~ msgid "Details"
277
- #~ msgstr "Détails"
278
-
279
- #~ msgid "Already Installed"
280
- #~ msgstr "Déjà installé"
281
-
282
- #~ msgid "Switch to new interface"
283
- #~ msgstr "Basculer vers la nouvelle interface"
284
-
285
- #~ msgid "Pro plugins"
286
- #~ msgstr "Plugins Pro"
287
-
288
- #~ msgid "Activated plugins"
289
- #~ msgstr "Plugin activé"
290
-
291
- #~ msgid "Read more"
292
- #~ msgstr "Lire la suite"
293
-
294
- #~ msgid "Purchase"
295
- #~ msgstr "Achetez"
296
-
297
- #~ msgid "Free plugins"
298
- #~ msgstr "Plugins gratuits"
299
-
300
- #~ msgid "Download"
301
- #~ msgstr "Téléchargement"
302
-
303
- #~ msgid "Install now from wordpress.org"
304
- #~ msgstr "Installer maintenant depuis wordpress.org"
305
-
306
- #~ msgid "Free themes"
307
- #~ msgstr "Thèmes gratuits"
308
-
309
- #~ msgid "Activated theme"
310
- #~ msgstr "Thème actif"
311
-
312
- #~ msgid "Customize &#8220;%s&#8221;"
313
- #~ msgstr "Personnaliser &#8220;%s&#8221;"
314
-
315
- #~ msgid "Customize"
316
- #~ msgstr "Personnaliser"
317
-
318
- #~ msgid "Installed themes"
319
- #~ msgstr "Thèmes installés"
320
-
321
- #~ msgid "Recommended themes"
322
- #~ msgstr "Thèmes recommandés"
323
-
324
- #~ msgid "If you have any questions, please contact us via"
325
- #~ msgstr "Si vous avez des questions, merci de contacter via "
326
-
327
- #~ msgid "Switch to old interface"
328
- #~ msgstr "Basculer vers l'ancienne interface"
329
-
330
- #, fuzzy
331
- #~ msgid "installed"
332
- #~ msgstr "%s installé"
333
-
334
- #~ msgid "Contact Form Settings"
335
- #~ msgstr "Options du formulaire de Contact"
336
-
337
- #~ msgid "Contact Form"
338
- #~ msgstr "Formulaire de Contact"
339
-
340
- #~ msgid "Contact Form Pro Extra Settings"
341
- #~ msgstr ""
342
- #~ "Options supplémentaires de la version Pro pour le formulaire de Contact"
343
-
344
- #~ msgid "Contact Form Pro"
345
- #~ msgstr "Formulaire Pro de Contact"
346
-
347
- #~ msgid "Name:"
348
- #~ msgstr "Nom:"
349
-
350
- #~ msgid "Address:"
351
- #~ msgstr "Adresse :"
352
-
353
- #~ msgid "Email Address:"
354
- #~ msgstr "Adresse e-mail:"
355
-
356
- #~ msgid "Phone number:"
357
- #~ msgstr "Téléphone:"
358
-
359
- #~ msgid "Subject:"
360
- #~ msgstr "Sujet:"
361
-
362
- #~ msgid "Message:"
363
- #~ msgstr "Message:"
364
-
365
- #~ msgid "Attachment:"
366
- #~ msgstr "Pièce-jointe:"
367
-
368
- #~ msgid "Send me a copy"
369
- #~ msgstr "M'envoyer une copie"
370
-
371
- #~ msgid "Submit"
372
- #~ msgstr "Envoyer"
373
-
374
- #~ msgid "Your name is required."
375
- #~ msgstr "Un nom est obligatoire."
376
-
377
- #~ msgid "Address is required."
378
- #~ msgstr "Une adresse est obligatoire."
379
-
380
- #~ msgid "A valid email address is required."
381
- #~ msgstr "Une adresse e-mail valide est obligatoire."
382
-
383
- #~ msgid "Phone number is required."
384
- #~ msgstr "Le numéro de téléphone est obligatoire."
385
-
386
- #~ msgid "Subject is required."
387
- #~ msgstr "Sujet obligatoire."
388
-
389
- #~ msgid "Message text is required."
390
- #~ msgstr "Un message est obligatoire."
391
-
392
- #~ msgid "File format is not valid."
393
- #~ msgstr "La pièce-jointe n'est pas valide."
394
-
395
- #~ msgid "File upload error."
396
- #~ msgstr "Erreur de chargement du fichier."
397
-
398
- #~ msgid "The file could not be uploaded."
399
- #~ msgstr "Le fichier n'a pas pu être envoyé."
400
-
401
- #~ msgid "This file is too large."
402
- #~ msgstr "Le fichier est trop volumineux."
403
-
404
- #~ msgid "Please fill out the CAPTCHA."
405
- #~ msgstr "Merci de compléter le CAPTCHA."
406
-
407
- #~ msgid "Please make corrections below and try again."
408
- #~ msgstr "Merci de faire les corrections suivantes et de réessayer."
409
-
410
- #~ msgid ""
411
- #~ "If the 'Redirect to page' option is selected then the URL field should be "
412
- #~ "in the following format"
413
- #~ msgstr ""
414
- #~ "Si l'ioption 'Rediriger vers la page' est positionnée, alors le champ Url "
415
- #~ "doit être rempli avec le format suivant"
416
-
417
- #~ msgid "Such user does not exist. Settings are not saved."
418
- #~ msgstr ""
419
- #~ "Cet utilisateur est inconnu. Les modifications ne sont pas sauvegardées."
420
-
421
- #~ msgid ""
422
- #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
423
- #~ "saved."
424
- #~ msgstr ""
425
- #~ "Merci de saisir une adresse e-mail valide pour le 'FROM'. Les "
426
- #~ "modifications ne sont pas sauvegardées."
427
-
428
- #~ msgid "Settings saved."
429
- #~ msgstr "Options sauvegardées."
430
-
431
- #~ msgid "Extra settings"
432
- #~ msgstr "Options supplémentaires"
433
-
434
- #~ msgid ""
435
- #~ "If you would like to add the Contact Form to your website, just copy and "
436
- #~ "paste this shortcode to your post or page or widget:"
437
- #~ msgstr ""
438
- #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
439
- #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
440
-
441
- #~ msgid ""
442
- #~ "If you leave the fields empty, the messages will be sent to the email "
443
- #~ "address specified during registration."
444
- #~ msgstr ""
445
- #~ "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
446
- #~ "l'adresse spécifiée lors de l'enregistrement."
447
-
448
- #~ msgid "The user's email address:"
449
- #~ msgstr "Utiliser l'e-mail du compte wordpress:"
450
-
451
- #~ msgid "Create a username"
452
- #~ msgstr "Choisir un nom d'utilisateur"
453
-
454
- #~ msgid ""
455
- #~ "Enter a username of the person who should get the messages from the "
456
- #~ "contact form."
457
- #~ msgstr ""
458
- #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
459
- #~ "formulaire de contact."
460
-
461
- #~ msgid "Use this email address:"
462
- #~ msgstr "Utiliser cette adresse e-mail:"
463
-
464
- #~ msgid "Enter the email address you want the messages forwarded to."
465
- #~ msgstr ""
466
- #~ "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
467
-
468
- #~ msgid "Additional options"
469
- #~ msgstr "Options supplémentaires"
470
-
471
- #~ msgid "What to use?"
472
- #~ msgstr "Quelle méthode d'envoie ?"
473
-
474
- #~ msgid "Wp-mail"
475
- #~ msgstr "Wp-mail"
476
-
477
- #~ msgid "You can use the wp_mail function for mailing"
478
- #~ msgstr ""
479
- #~ "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de "
480
- #~ "wordpress"
481
-
482
- #~ msgid "Mail"
483
- #~ msgstr "E-mail"
484
-
485
- #~ msgid "To send mail you can use the php mail function"
486
- #~ msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
487
-
488
- #~ msgid "Change text of the 'FROM' field"
489
- #~ msgstr "Modifier le texte pour le champ 'FROM' du courriel"
490
-
491
- #~ msgid "Enter the email address in the 'From' field"
492
- #~ msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
493
-
494
- #~ msgid "User email"
495
- #~ msgstr "E-mail de l'utlisateur"
496
-
497
- #~ msgid ""
498
- #~ "The email address of the user who fills the form will be used in the "
499
- #~ "field 'From'."
500
- #~ msgstr ""
501
- #~ "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de "
502
- #~ "l'utlisateur qui rempli le formulaire."
503
-
504
- #~ msgid "This email address will be used in the 'From' field."
505
- #~ msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
506
-
507
- #~ msgid "Display fields"
508
- #~ msgstr "Afficher le texte"
509
-
510
- #~ msgid "Address"
511
- #~ msgstr "Adresse"
512
-
513
- #~ msgid "Phone"
514
- #~ msgstr "Téléphone"
515
-
516
- #~ msgid "Attachment block"
517
- #~ msgstr "Bloc pièce-jointe"
518
-
519
- #~ msgid "Users can attach the following file formats"
520
- #~ msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
521
-
522
- #~ msgid "Captcha"
523
- #~ msgstr "Captcha"
524
-
525
- #~ msgid "(powered by bestweblayout.com)"
526
- #~ msgstr "(fourni par bestweblayout.com)"
527
-
528
- #~ msgid "Download captcha"
529
- #~ msgstr "Télécharger le captcha"
530
-
531
- #, fuzzy
532
- #~ msgid "Display tips below the Attachment block"
533
- #~ msgstr "Afficher les explications après le bloc des pièces jointes"
534
-
535
- #, fuzzy
536
- #~ msgid "Display 'Send me a copy' block"
537
- #~ msgstr "S'envoyer une copie"
538
-
539
- #~ msgid "Required fields"
540
- #~ msgstr "Champ obligatoire"
541
-
542
- #~ msgid "Name"
543
- #~ msgstr "Nom"
544
-
545
- #~ msgid "Email Address"
546
- #~ msgstr "Adresse e-mail"
547
-
548
- #~ msgid "Subject"
549
- #~ msgstr "Sujet"
550
-
551
- #~ msgid "Message"
552
- #~ msgstr "Message"
553
-
554
- #~ msgid "Display additional info in the email"
555
- #~ msgstr "Afficher les informations complémentaires dans le courriel"
556
-
557
- #~ msgid "Sent from (ip address)"
558
- #~ msgstr "Envoyé de (adresse IP)"
559
-
560
- #, fuzzy
561
- #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
562
- #~ msgstr "Envoyé de (adresse IP)"
563
-
564
- #~ msgid "Date/Time"
565
- #~ msgstr "Date/Heure"
566
-
567
- #~ msgid "Sent from (referer)"
568
- #~ msgstr "Envoyer de (référence)"
569
-
570
- #~ msgid "Using (user agent)"
571
- #~ msgstr "Depuis (navigateur)"
572
-
573
- #~ msgid "Language settings for the field names in the form"
574
- #~ msgstr "Définition des langues pour les titres des champs"
575
-
576
- #~ msgid "Add a language"
577
- #~ msgstr "Ajouter une langue"
578
-
579
- #~ msgid "Change the names of the contact form fields and error messages"
580
- #~ msgstr ""
581
- #~ "Modifier le texte pour les champs du formulaire de contact et les "
582
- #~ "messages d'erreur"
583
-
584
- #~ msgid "English"
585
- #~ msgstr "Anglais"
586
-
587
- #~ msgid "Error message for the Name field"
588
- #~ msgstr "Message d'erreur pour le champ nom"
589
-
590
- #~ msgid "Error message for the Address field"
591
- #~ msgstr "Message d'erreur pour le champ Adresse"
592
-
593
- #~ msgid "Error message for the Email field"
594
- #~ msgstr "Message d'erreur pour le champ e-mail"
595
-
596
- #~ msgid "Error message for the Phone field"
597
- #~ msgstr "Message d'erreur pour le champ téléphone"
598
-
599
- #~ msgid "Error message for the Subject field"
600
- #~ msgstr "Message d'erreur pour le champ sujet"
601
-
602
- #~ msgid "Error message for the Message field"
603
- #~ msgstr "Message d'erreur pour le champ message"
604
-
605
- #~ msgid "Error message about the file type for the Attachment field"
606
- #~ msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
607
-
608
- #~ msgid ""
609
- #~ "Error message while uploading a file for the Attachment field to the "
610
- #~ "server"
611
- #~ msgstr ""
612
- #~ "Message d'erreur pour le champ fichier joint (problème d'envoie vers le "
613
- #~ "serveur)"
614
-
615
- #~ msgid "Error message while moving the file for the Attachment field"
616
- #~ msgstr ""
617
- #~ "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
618
-
619
- #~ msgid ""
620
- #~ "Error message when file size limit for the Attachment field is exceeded"
621
- #~ msgstr ""
622
- #~ "Message d'erreur pour le champ fichier joint (taille limite du fichier "
623
- #~ "atteinte)"
624
-
625
- #~ msgid "Error message for the Captcha field"
626
- #~ msgstr "Message d'erreur pour le captcha"
627
-
628
- #~ msgid "Error message for the whole form"
629
- #~ msgstr "Message d'erreur demandant à compléter les champs manquants"
630
-
631
- #~ msgid "Use shortcode"
632
- #~ msgstr "Utiliser le code court"
633
-
634
- #~ msgid "for this language"
635
- #~ msgstr "pour cette langue"
636
-
637
- #~ msgid "Action after email is sent"
638
- #~ msgstr "Action après l'envoie de l'e-mail"
639
-
640
- #~ msgid "Display text"
641
- #~ msgstr "Afficher le texte"
642
-
643
- #~ msgid "Text"
644
- #~ msgstr "Texte"
645
-
646
- #~ msgid "Redirect to the page"
647
- #~ msgstr "Rediriger vers la page"
648
-
649
- #~ msgid "Url"
650
- #~ msgstr "Url"
651
-
652
- #~ msgid "Save Changes"
653
- #~ msgstr "Sauvegarder les modifications"
654
-
655
- #~ msgid "Contact Form Pro | Extra Settings"
656
- #~ msgstr "Formulaire Pro de Contact | Options supplémentaires"
657
-
658
- #~ msgid ""
659
- #~ "This functionality is available in the Pro version of the plugin. For "
660
- #~ "more details, please follow the link"
661
- #~ msgstr ""
662
- #~ "Cette fonctionalité est disponible dans le version Pro de cette "
663
- #~ "extension. Pour plus de détails, merci de suivre ce lien"
664
-
665
- #~ msgid "Errors output"
666
- #~ msgstr "Affichage des erreurs"
667
-
668
- #~ msgid "Display error messages"
669
- #~ msgstr "Aficher les messages d'erreur"
670
-
671
- #~ msgid "Color of the input field errors."
672
- #~ msgstr "Mettre en couleur les champs ayant des erreurs"
673
-
674
- #~ msgid "Display error messages & color of the input field errors"
675
- #~ msgstr ""
676
- #~ "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
677
- #~ "erreurs"
678
-
679
- #~ msgid "Add placeholder to the input blocks"
680
- #~ msgstr "Ajouter la localisation dans le bloc de saisie"
681
-
682
- #~ msgid "Add tooltips"
683
- #~ msgstr "Ajouter les conseils"
684
-
685
- #~ msgid "Email address"
686
- #~ msgstr "Adresse e-mail"
687
-
688
- #~ msgid "Phone Number"
689
- #~ msgstr "Téléphone"
690
-
691
- #~ msgid "Attachment"
692
- #~ msgstr "Pièce-jointe"
693
-
694
- #~ msgid "Style options"
695
- #~ msgstr "Options de style"
696
-
697
- #~ msgid "Text color"
698
- #~ msgstr "Couleur du texte"
699
-
700
- #~ msgid "Default"
701
- #~ msgstr "Défaut"
702
-
703
- #~ msgid "Label text color"
704
- #~ msgstr "Couleur des textes des intitulés"
705
-
706
- #~ msgid "Placeholder color"
707
- #~ msgstr "Couleur pour la localisation"
708
-
709
- #~ msgid "Errors color"
710
- #~ msgstr "Couleur pour les erreurs"
711
-
712
- #~ msgid "Error text color"
713
- #~ msgstr "Couleur pour le texte des erreurs"
714
-
715
- #~ msgid "Background color of the input field errors"
716
- #~ msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
717
-
718
- #~ msgid "Border color of the input field errors"
719
- #~ msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
720
-
721
- #~ msgid "Placeholder color of the input field errors"
722
- #~ msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
723
-
724
- #~ msgid "Input fields"
725
- #~ msgstr "Champs de saisie"
726
-
727
- #~ msgid "Input fields background color"
728
- #~ msgstr "Couleur de fond pour les champs de saisie"
729
-
730
- #~ msgid "Text fields color"
731
- #~ msgstr "Couleur pour les textes des champs de saisie"
732
-
733
- #~ msgid "Border width in px, numbers only"
734
- #~ msgstr "Largeur des bordures en px, nombre seulement"
735
-
736
- #~ msgid "Border color"
737
- #~ msgstr "Couleur des bordures"
738
-
739
- #~ msgid "Submit button"
740
- #~ msgstr "Bouton Envoyer"
741
-
742
- #~ msgid "Width in px, numbers only"
743
- #~ msgstr "Largeur en px, nombre seulement"
744
-
745
- #~ msgid "Button color"
746
- #~ msgstr "Couleur du bouton"
747
-
748
- #~ msgid "Button text color"
749
- #~ msgstr "Couleur du texte du bouton"
750
-
751
- #~ msgid "Contact Form Pro | Preview"
752
- #~ msgstr "Formulaire Pro de Contact | Prévisualisation"
753
-
754
- #~ msgid "Show with errors"
755
- #~ msgstr "Afficher avec les erreurs"
756
-
757
- #~ msgid "Please enter your full name..."
758
- #~ msgstr "Merci de saisir votre nom..."
759
-
760
- #~ msgid "Please enter your address..."
761
- #~ msgstr "Merci de saisir votre adresse..."
762
-
763
- #~ msgid "Please enter your email address..."
764
- #~ msgstr "Merci de saisir votre adresse e-mail..."
765
-
766
- #~ msgid "Please enter your phone number..."
767
- #~ msgstr "Merci de saisir votre numéro de téléphone..."
768
-
769
- #~ msgid "Please enter subject..."
770
- #~ msgstr "Merci de saisir le sujet..."
771
-
772
- #~ msgid "Please enter your message..."
773
- #~ msgstr "Merci de saisir votre message..."
774
-
775
- #~ msgid ""
776
- #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
777
- #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
778
- #~ "size: 2MB"
779
- #~ msgstr ""
780
- #~ "Types de fichiers autorisés: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
781
- #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. "
782
- #~ "Taille maximum 2MB"
783
-
784
- #~ msgid "You can attach the following file formats"
785
- #~ msgstr "Vous pouvez joindre des fichiers aux formats suivants"
786
-
787
- #~ msgid "Contact from"
788
- #~ msgstr "Contact de"
789
-
790
- #~ msgid "Email"
791
- #~ msgstr "E-mail"
792
-
793
- #~ msgid "Site"
794
- #~ msgstr "Site"
795
-
796
- #~ msgid ""
797
- #~ "If you can see this MIME, it means that the MIME type is not supported by "
798
- #~ "your email client!"
799
- #~ msgstr ""
800
- #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
801
- #~ "MIME !"
802
-
803
- #~ msgid "FAQ"
804
- #~ msgstr "FAQ"
805
-
806
- #~ msgid "Support"
807
- #~ msgstr "Support"
808
-
809
- #~ msgid "Are you sure that you want to delete this language data?"
810
- #~ msgstr "Etes vous sûr de vouloir supprimer cette langue ?"
811
-
812
- #~ msgid "Display Attachment tips"
813
- #~ msgstr "Afficher les explications sur les pièces jointes"
814
-
815
- #~ msgid "Display a phone number field"
816
- #~ msgstr "Afficher le champ téléphone"
817
-
818
- #~ msgid "Please enter a valid email address. Settings are not saved."
819
- #~ msgstr ""
820
- #~ "Merci de saisir une adresse e-mail valide. Les modifications ne sont pas "
821
- #~ "sauvegardées."
822
-
823
- #~ msgid "E-Mail Address"
824
- #~ msgstr "Adresse e-mail"
825
-
826
- #, fuzzy
827
- #~ msgid ""
828
- #~ "If you would like to add a Contact Form to your website, just copy and "
829
- #~ "put this shortcode onto your post or page:"
830
- #~ msgstr ""
831
- #~ "Si vous souhaiter ajouter un formulaire de contact à votre site web, "
832
- #~ "copiez juste ce code dans un article ou sur une page ou un widget:"
833
-
834
- #, fuzzy
835
- #~ msgid "Thank you for contact."
836
- #~ msgstr "Merci de nous avoir contacté."
837
-
838
- #, fuzzy
839
- #~ msgid "Set a name of user wo will get messages from a contact form."
840
- #~ msgstr ""
841
- #~ "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
842
- #~ "formulaire de contact."
843
-
844
- #~ msgid "E-Mail Addresse:"
845
- #~ msgstr "Indirizzo e-mail:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/languages/bestweblayout-it_IT.mo DELETED
Binary file
bwl_menu/languages/bestweblayout-it_IT.po DELETED
@@ -1,588 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestweblayout\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-21 12:48+0300\n"
6
- "PO-Revision-Date: 2014-11-21 12:48+0300\n"
7
- "Last-Translator: bestweblayout.com <wp@bestweblayout.com>\n"
8
- "Language-Team: Marco <marco@blackstudio.it>\n"
9
- "Language: \n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- # @ bestweblayout
22
- #: bwl_menu.php:77
23
- msgid "Not set"
24
- msgstr "Non impostato"
25
-
26
- # @ bestweblayout
27
- #: bwl_menu.php:79
28
- #: bwl_menu.php:80
29
- msgid "On"
30
- msgstr "Abilitato"
31
-
32
- # @ bestweblayout
33
- #: bwl_menu.php:79
34
- #: bwl_menu.php:80
35
- msgid "Off"
36
- msgstr "Disabilitato"
37
-
38
- # @ bestweblayout
39
- #: bwl_menu.php:81
40
- #: bwl_menu.php:82
41
- #: bwl_menu.php:83
42
- #: bwl_menu.php:84
43
- #: bwl_menu.php:85
44
- #: bwl_menu.php:97
45
- msgid "N/A"
46
- msgstr "Non disponibile"
47
-
48
- # @ bestweblayout
49
- #: bwl_menu.php:85
50
- msgid " Mb"
51
- msgstr "Mb"
52
-
53
- # @ bestweblayout
54
- #: bwl_menu.php:86
55
- #: bwl_menu.php:87
56
- #: bwl_menu.php:88
57
- #: bwl_menu.php:93
58
- msgid "Yes"
59
- msgstr "Sì"
60
-
61
- # @ bestweblayout
62
- #: bwl_menu.php:86
63
- #: bwl_menu.php:87
64
- #: bwl_menu.php:88
65
- #: bwl_menu.php:95
66
- msgid "No"
67
- msgstr "No"
68
-
69
- # @ bestweblayout
70
- #: bwl_menu.php:105
71
- msgid "Operating System"
72
- msgstr "Sistema operativo"
73
-
74
- # @ bestweblayout
75
- #: bwl_menu.php:106
76
- msgid "Server"
77
- msgstr "Server"
78
-
79
- # @ bestweblayout
80
- #: bwl_menu.php:107
81
- msgid "Memory usage"
82
- msgstr "Utilizzo memoria"
83
-
84
- # @ bestweblayout
85
- #: bwl_menu.php:108
86
- msgid "MYSQL Version"
87
- msgstr "Versione MYSQL"
88
-
89
- # @ bestweblayout
90
- #: bwl_menu.php:109
91
- msgid "SQL Mode"
92
- msgstr "Modalità SQL"
93
-
94
- # @ bestweblayout
95
- #: bwl_menu.php:110
96
- msgid "PHP Version"
97
- msgstr "Versione PHP"
98
-
99
- # @ bestweblayout
100
- #: bwl_menu.php:111
101
- msgid "PHP Safe Mode"
102
- msgstr "Safe Mode PHP"
103
-
104
- # @ bestweblayout
105
- #: bwl_menu.php:112
106
- msgid "PHP Allow URL fopen"
107
- msgstr "Consenti URL fopen PHP"
108
-
109
- # @ bestweblayout
110
- #: bwl_menu.php:113
111
- msgid "PHP Memory Limit"
112
- msgstr "Limite di memoria PHP"
113
-
114
- # @ bestweblayout
115
- #: bwl_menu.php:114
116
- msgid "PHP Max Upload Size"
117
- msgstr "Dimensione upload massima PHP"
118
-
119
- # @ bestweblayout
120
- #: bwl_menu.php:115
121
- msgid "PHP Max Post Size"
122
- msgstr "Dimensione massima Post PHP"
123
-
124
- # @ bestweblayout
125
- #: bwl_menu.php:116
126
- msgid "PHP Max Script Execute Time"
127
- msgstr "Tempo massimo di esecuzione PHP"
128
-
129
- # @ bestweblayout
130
- #: bwl_menu.php:117
131
- msgid "PHP Exif support"
132
- msgstr "Supporto Exif PHP"
133
-
134
- # @ bestweblayout
135
- #: bwl_menu.php:118
136
- msgid "PHP IPTC support"
137
- msgstr "Supporto IPTC PHP"
138
-
139
- # @ bestweblayout
140
- #: bwl_menu.php:119
141
- msgid "PHP XML support"
142
- msgstr "Supporto XML PHP"
143
-
144
- # @ bestweblayout
145
- #: bwl_menu.php:120
146
- msgid "Site URL"
147
- msgstr "URL sito"
148
-
149
- # @ bestweblayout
150
- #: bwl_menu.php:121
151
- msgid "Home URL"
152
- msgstr "URL home"
153
-
154
- # @ bestweblayout
155
- #: bwl_menu.php:124
156
- msgid "WordPress Version"
157
- msgstr "Versione WordPress"
158
-
159
- # @ bestweblayout
160
- #: bwl_menu.php:125
161
- msgid "WordPress DB Version"
162
- msgstr "Versione DB WordPress"
163
-
164
- # @ bestweblayout
165
- #: bwl_menu.php:126
166
- msgid "Multisite"
167
- msgstr "Multisito"
168
-
169
- # @ bestweblayout
170
- #: bwl_menu.php:127
171
- msgid "Active Theme"
172
- msgstr "Tema attivo"
173
-
174
- # @ bestweblayout
175
- #: bwl_menu.php:142
176
- msgid "Please enter a valid email address."
177
- msgstr "Per favore inserisci un indirizzo e-mail valido."
178
-
179
- # @ bestweblayout
180
- #: bwl_menu.php:146
181
- msgid "Email with system info is sent to "
182
- msgstr "Email con informazioni di sistema spedita a "
183
-
184
- # @ bestweblayout
185
- #: bwl_menu.php:150
186
- msgid "Thank you for contacting us."
187
- msgstr "Grazie per averci contattato."
188
-
189
- # @ bestweblayout
190
- #: bwl_menu.php:183
191
- msgid "Sorry, email message could not be delivered."
192
- msgstr "Spiacenti, il messaggio email non può essere inviato."
193
-
194
- # @ bestweblayout
195
- #: bwl_menu.php:191
196
- #: bwl_menu.php:301
197
- msgid "System status"
198
- msgstr "Stato sistema"
199
-
200
- # @ bestweblayout
201
- #: bwl_menu.php:196
202
- #, fuzzy
203
- msgid "Plugins"
204
- msgstr "Plugin Pro"
205
-
206
- #: bwl_menu.php:200
207
- msgid "All"
208
- msgstr ""
209
-
210
- # @ default
211
- #: bwl_menu.php:201
212
- #, fuzzy
213
- msgid "Installed"
214
- msgstr "Installa %s"
215
-
216
- # @ bestweblayout
217
- #: bwl_menu.php:202
218
- #, fuzzy
219
- msgid "Recommended"
220
- msgstr "Plugin raccomandati"
221
-
222
- # @ bestweblayout
223
- #: bwl_menu.php:206
224
- msgid "Installed plugins"
225
- msgstr "Plugin installati"
226
-
227
- # @ bestweblayout
228
- #: bwl_menu.php:234
229
- #: bwl_menu.php:254
230
- #: bwl_menu.php:291
231
- #, fuzzy
232
- msgid "Learn more"
233
- msgstr "Leggi tutto"
234
-
235
- # @ bestweblayout
236
- # @ captcha
237
- #: bwl_menu.php:237
238
- msgid "Settings"
239
- msgstr "Impostazioni"
240
-
241
- # @ bestweblayout
242
- #: bwl_menu.php:256
243
- #, fuzzy
244
- msgid "Activate this plugin"
245
- msgstr "Plugin attivi"
246
-
247
- # @ bestweblayout
248
- #: bwl_menu.php:256
249
- #, fuzzy
250
- msgid "Activate"
251
- msgstr "Plugin attivi"
252
-
253
- # @ bestweblayout
254
- #: bwl_menu.php:264
255
- msgid "Recommended plugins"
256
- msgstr "Plugin raccomandati"
257
-
258
- # @ default
259
- #: bwl_menu.php:293
260
- #, fuzzy
261
- msgid "Install now"
262
- msgstr "Installa %s"
263
-
264
- # @ bestweblayout
265
- #: bwl_menu.php:304
266
- msgid "Environment"
267
- msgstr "Ambiente"
268
-
269
- # @ bestweblayout
270
- #: bwl_menu.php:315
271
- msgid "Active Plugins"
272
- msgstr "Plugin attivi"
273
-
274
- # @ bestweblayout
275
- #: bwl_menu.php:328
276
- msgid "Inactive Plugins"
277
- msgstr "Plugin inattivi"
278
-
279
- # @ bestweblayout
280
- #: bwl_menu.php:344
281
- msgid "Send to support"
282
- msgstr "Invia al supporto"
283
-
284
- # @ bestweblayout
285
- #: bwl_menu.php:351
286
- msgid "Send to custom email &#187;"
287
- msgstr "Invia a una email personalizzata &#187;"
288
-
289
- # @ default
290
- #~ msgid "Install %s"
291
- #~ msgstr "Installa %s"
292
- # @ default
293
- #, fuzzy
294
- #~ msgid "Install Now"
295
- #~ msgstr "Installa %s"
296
-
297
- # @ default
298
- #, fuzzy
299
- #~ msgid "Already Installed"
300
- #~ msgstr "Installa %s"
301
-
302
- # @ bestweblayout
303
- #~ msgid "Pro plugins"
304
- #~ msgstr "Plugin Pro"
305
- # @ bestweblayout
306
- #~ msgid "Activated plugins"
307
- #~ msgstr "Plugin attivi"
308
- # @ bestweblayout
309
- #~ msgid "Read more"
310
- #~ msgstr "Leggi tutto"
311
- # @ bestweblayout
312
- #~ msgid "Purchase"
313
- #~ msgstr "Acquista"
314
- # @ bestweblayout
315
- #~ msgid "Free plugins"
316
- #~ msgstr "Plugin gratuiti"
317
- # @ bestweblayout
318
- #~ msgid "Download"
319
- #~ msgstr "Scarica"
320
- # @ bestweblayout
321
- #~ msgid "Install now from wordpress.org"
322
- #~ msgstr "Installa ora da wordpress.org"
323
- # @ bestweblayout
324
- #, fuzzy
325
- #~ msgid "Activated theme"
326
- #~ msgstr "Tema attivo"
327
-
328
- # @ default
329
- #, fuzzy
330
- #~ msgid "Installed themes"
331
- #~ msgstr "Installa %s"
332
-
333
- # @ bestweblayout
334
- #, fuzzy
335
- #~ msgid "Recommended themes"
336
- #~ msgstr "Plugin raccomandati"
337
-
338
- # @ bestweblayout
339
- #~ msgid "If you have any questions, please contact us via"
340
- #~ msgstr "Se hai domande, contattaci tramite"
341
- # @ default
342
- #, fuzzy
343
- #~ msgid "installed"
344
- #~ msgstr "Installa %s"
345
-
346
- # @ captcha
347
- #, fuzzy
348
- #~ msgid "Captcha Settings"
349
- #~ msgstr "Impostazioni Captcha"
350
-
351
- # @ captcha
352
- #~ msgid "Captcha"
353
- #~ msgstr "Captcha"
354
- # @ captcha
355
- #~ msgid "Login form"
356
- #~ msgstr "Modulo di login"
357
- # @ captcha
358
- #, fuzzy
359
- #~ msgid "Registration form"
360
- #~ msgstr "Modulo di registrazione"
361
-
362
- # @ captcha
363
- #~ msgid "Register form"
364
- #~ msgstr "Modulo di registrazione"
365
- # @ captcha
366
- #, fuzzy
367
- #~ msgid "Reset Password form"
368
- #~ msgstr "Modulo recupero password"
369
-
370
- # @ captcha
371
- #~ msgid "Lost password form"
372
- #~ msgstr "Modulo recupero password"
373
- # @ captcha
374
- #~ msgid "Comments form"
375
- #~ msgstr "Modulo dei commenti"
376
- # @ captcha
377
- #~ msgid "Hide CAPTCHA for registered users"
378
- #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
379
- # @ captcha
380
- #~ msgid "Plus (&#43;)"
381
- #~ msgstr "Addizione (&#43;)"
382
- # @ captcha
383
- #~ msgid "Plus"
384
- #~ msgstr "Più"
385
- # @ captcha
386
- #~ msgid "Minus (&minus;)"
387
- #~ msgstr "Sottrazione (&minus;)"
388
- # @ captcha
389
- #~ msgid "Minus"
390
- #~ msgstr "Meno"
391
- # @ captcha
392
- #, fuzzy
393
- #~ msgid "Multiplication (&times;)"
394
- #~ msgstr "Moltiplicazione (&times;)"
395
-
396
- # @ captcha
397
- #, fuzzy
398
- #~ msgid "Multiply"
399
- #~ msgstr "Moltiplicazione"
400
-
401
- # @ captcha
402
- #~ msgid "Numbers"
403
- #~ msgstr "Numeri"
404
- # @ captcha
405
- #~ msgid "Words"
406
- #~ msgstr "Parole"
407
- # @ captcha
408
- #~ msgid "FAQ"
409
- #~ msgstr "FAQ"
410
- # @ captcha
411
- #~ msgid "Support"
412
- #~ msgstr "Supporto"
413
- # @ captcha
414
- #, fuzzy
415
- #~ msgid ""
416
- #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
417
- #~ msgstr ""
418
- #~ "Per favole seleziona una opzione nel blocco Aritmetica e Difficolatà per "
419
- #~ "il CAPTCHA"
420
-
421
- # @ captcha
422
- #~ msgid "Options saved."
423
- #~ msgstr "Impostazioni salvate."
424
- # @ captcha
425
- #, fuzzy
426
- #~ msgid "Enable CAPTCHA for:"
427
- #~ msgstr "Abilita il CAPTCHA per:"
428
-
429
- # @ captcha
430
- #~ msgid "Contact form"
431
- #~ msgstr "Modulo di contatto"
432
- # @ captcha
433
- #~ msgid "powered by"
434
- #~ msgstr "powered by"
435
- # @ captcha
436
- #~ msgid "Activate contact form"
437
- #~ msgstr "Attiva modulo di contatto"
438
- # @ captcha
439
- #~ msgid "Download contact form"
440
- #~ msgstr "Scarica il plugin per il modulo di contatto"
441
- # @ captcha
442
- #, fuzzy
443
- #~ msgid ""
444
- #~ "If you would like to customize this plugin for a custom form, please see"
445
- #~ msgstr ""
446
- #~ "Se desideri personalizzare il plugin per un modulo di contatto "
447
- #~ "personalizzato, vedi"
448
-
449
- # @ captcha
450
- #~ msgid "\"Create a Group\" form"
451
- #~ msgstr "Modulo \"Crea un gruppo\""
452
- # @ captcha
453
- #~ msgid ""
454
- #~ "This functionality is available in the Pro version of the plugin. For "
455
- #~ "more details, please follow the link"
456
- #~ msgstr ""
457
- #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
458
- #~ "maggiori dettagli, per favore vai al link"
459
- # @ captcha
460
- #, fuzzy
461
- #~ msgid "Title for CAPTCHA in the form"
462
- #~ msgstr "Titolo per il CAPTCHA nel modulo"
463
-
464
- # @ captcha
465
- #~ msgid "Arithmetic actions for CAPTCHA"
466
- #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
467
- # @ captcha
468
- #~ msgid "CAPTCHA complexity level"
469
- #~ msgstr "Livello complessità CAPTCHA"
470
- # @ default
471
- #~ msgid "Save Changes"
472
- #~ msgstr "Salva le modifiche"
473
- # @ captcha
474
- #~ msgid "ERROR"
475
- #~ msgstr "ERRORE"
476
- # @ captcha
477
- #~ msgid "Please fill the form."
478
- #~ msgstr "Per favore compila il modulo."
479
- # @ captcha
480
- #, fuzzy
481
- #~ msgid "Please enter a valid CAPTCHA value."
482
- #~ msgstr "Per favore completa il test di controllo."
483
-
484
- # @ captcha
485
- #, fuzzy
486
- #~ msgid ""
487
- #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
488
- #~ "on your browser, and try again."
489
- #~ msgstr ""
490
- #~ "Errore: hai inserito una risposta errata nel codice di controllo. Fai "
491
- #~ "click sul pulsante INDIETRO del tuo browser e prova di nuovo."
492
-
493
- # @ captcha
494
- #~ msgid "zero"
495
- #~ msgstr "zero"
496
- # @ captcha
497
- #~ msgid "one"
498
- #~ msgstr "uno"
499
- # @ captcha
500
- #~ msgid "two"
501
- #~ msgstr "due"
502
- # @ captcha
503
- #~ msgid "three"
504
- #~ msgstr "tre"
505
- # @ captcha
506
- #~ msgid "four"
507
- #~ msgstr "quattro"
508
- # @ captcha
509
- #~ msgid "five"
510
- #~ msgstr "cinque"
511
- # @ captcha
512
- #~ msgid "six"
513
- #~ msgstr "sei"
514
- # @ captcha
515
- #~ msgid "seven"
516
- #~ msgstr "sette"
517
- # @ captcha
518
- #~ msgid "eight"
519
- #~ msgstr "otto"
520
- # @ captcha
521
- #~ msgid "nine"
522
- #~ msgstr "nove"
523
- # @ captcha
524
- #~ msgid "eleven"
525
- #~ msgstr "undici"
526
- # @ captcha
527
- #~ msgid "twelve"
528
- #~ msgstr "dodici"
529
- # @ captcha
530
- #~ msgid "thirteen"
531
- #~ msgstr "tredici"
532
- # @ captcha
533
- #~ msgid "fourteen"
534
- #~ msgstr "quattordici"
535
- # @ captcha
536
- #~ msgid "fifteen"
537
- #~ msgstr "quindici"
538
- # @ captcha
539
- #~ msgid "sixteen"
540
- #~ msgstr "sedici"
541
- # @ captcha
542
- #~ msgid "seventeen"
543
- #~ msgstr "diciassette"
544
- # @ captcha
545
- #~ msgid "eighteen"
546
- #~ msgstr "diciotto"
547
- # @ captcha
548
- #~ msgid "nineteen"
549
- #~ msgstr "diciannove"
550
- # @ captcha
551
- #~ msgid "ten"
552
- #~ msgstr "dieci"
553
- # @ captcha
554
- #~ msgid "twenty"
555
- #~ msgstr "venti"
556
- # @ captcha
557
- #~ msgid "thirty"
558
- #~ msgstr "trenta"
559
- # @ captcha
560
- #~ msgid "forty"
561
- #~ msgstr "quaranta"
562
- # @ captcha
563
- #~ msgid "fifty"
564
- #~ msgstr "cinquanta"
565
- # @ captcha
566
- #~ msgid "sixty"
567
- #~ msgstr "sessanta"
568
- # @ captcha
569
- #~ msgid "seventy"
570
- #~ msgstr "settanta"
571
- # @ captcha
572
- #~ msgid "eighty"
573
- #~ msgstr "ottanta"
574
- # @ captcha
575
- #~ msgid "ninety"
576
- #~ msgstr "novanta"
577
- # @ captcha
578
- #~ msgid "and"
579
- #~ msgstr "e"
580
- # @ captcha
581
- #, fuzzy
582
- #~ msgid "Encryption password is not set"
583
- #~ msgstr "La password per la decodifica della cifratura non è impostata"
584
-
585
- # @ captcha
586
- #, fuzzy
587
- #~ msgid "Decryption password is not set"
588
- #~ msgstr "La password per la decodifica della cifratura non è impostata"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/languages/bestweblayout-ja.mo DELETED
Binary file
bwl_menu/languages/bestweblayout-ja.po DELETED
@@ -1,778 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestweblayout\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-21 12:48+0300\n"
6
- "PO-Revision-Date: 2014-11-21 12:48+0300\n"
7
- "Last-Translator: bestweblayout.com <wp@bestweblayout.com>\n"
8
- "Language-Team: foken <foken@gmx.com>\n"
9
- "Language: ja_JP\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.7\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: bwl_menu.php:77
20
- msgid "Not set"
21
- msgstr "未設定"
22
-
23
- #: bwl_menu.php:79
24
- #: bwl_menu.php:80
25
- msgid "On"
26
- msgstr "On"
27
-
28
- #: bwl_menu.php:79
29
- #: bwl_menu.php:80
30
- msgid "Off"
31
- msgstr "Off"
32
-
33
- #: bwl_menu.php:81
34
- #: bwl_menu.php:82
35
- #: bwl_menu.php:83
36
- #: bwl_menu.php:84
37
- #: bwl_menu.php:85
38
- #: bwl_menu.php:97
39
- msgid "N/A"
40
- msgstr "該当なし"
41
-
42
- #: bwl_menu.php:85
43
- msgid " Mb"
44
- msgstr " Mb"
45
-
46
- #: bwl_menu.php:86
47
- #: bwl_menu.php:87
48
- #: bwl_menu.php:88
49
- #: bwl_menu.php:93
50
- msgid "Yes"
51
- msgstr "はい"
52
-
53
- #: bwl_menu.php:86
54
- #: bwl_menu.php:87
55
- #: bwl_menu.php:88
56
- #: bwl_menu.php:95
57
- msgid "No"
58
- msgstr "いいえ"
59
-
60
- #: bwl_menu.php:105
61
- msgid "Operating System"
62
- msgstr "オペレーション・システム"
63
-
64
- #: bwl_menu.php:106
65
- msgid "Server"
66
- msgstr "サーバ"
67
-
68
- #: bwl_menu.php:107
69
- msgid "Memory usage"
70
- msgstr "メモリー使用"
71
-
72
- #: bwl_menu.php:108
73
- msgid "MYSQL Version"
74
- msgstr "MYSQL バージョン"
75
-
76
- #: bwl_menu.php:109
77
- msgid "SQL Mode"
78
- msgstr "SQLモード"
79
-
80
- #: bwl_menu.php:110
81
- msgid "PHP Version"
82
- msgstr "PHP バージョン"
83
-
84
- #: bwl_menu.php:111
85
- msgid "PHP Safe Mode"
86
- msgstr "PHP Safe Mode"
87
-
88
- #: bwl_menu.php:112
89
- msgid "PHP Allow URL fopen"
90
- msgstr "PHP Allow URL fopen"
91
-
92
- #: bwl_menu.php:113
93
- msgid "PHP Memory Limit"
94
- msgstr "PHP Memory Limit"
95
-
96
- #: bwl_menu.php:114
97
- msgid "PHP Max Upload Size"
98
- msgstr "PHP Max Upload Size"
99
-
100
- #: bwl_menu.php:115
101
- msgid "PHP Max Post Size"
102
- msgstr "PHP Max Post Size"
103
-
104
- #: bwl_menu.php:116
105
- msgid "PHP Max Script Execute Time"
106
- msgstr "PHP Max Script Execute Time"
107
-
108
- #: bwl_menu.php:117
109
- msgid "PHP Exif support"
110
- msgstr "PHP Exif サポート"
111
-
112
- #: bwl_menu.php:118
113
- msgid "PHP IPTC support"
114
- msgstr "PHP IPTC サポート"
115
-
116
- #: bwl_menu.php:119
117
- msgid "PHP XML support"
118
- msgstr "PHP XML サポート"
119
-
120
- #: bwl_menu.php:120
121
- msgid "Site URL"
122
- msgstr "サイトURL"
123
-
124
- #: bwl_menu.php:121
125
- msgid "Home URL"
126
- msgstr "ホームURL"
127
-
128
- #: bwl_menu.php:124
129
- msgid "WordPress Version"
130
- msgstr "WordPress バージョン"
131
-
132
- #: bwl_menu.php:125
133
- msgid "WordPress DB Version"
134
- msgstr "WordPress データベース バージョン"
135
-
136
- #: bwl_menu.php:126
137
- msgid "Multisite"
138
- msgstr "複数サイト"
139
-
140
- #: bwl_menu.php:127
141
- msgid "Active Theme"
142
- msgstr "有効なテーマ"
143
-
144
- #: bwl_menu.php:142
145
- msgid "Please enter a valid email address."
146
- msgstr "正確なEメール・アドレスを入力して下さい。"
147
-
148
- #: bwl_menu.php:146
149
- msgid "Email with system info is sent to "
150
- msgstr "システム情報をメールで送信:"
151
-
152
- #: bwl_menu.php:150
153
- msgid "Thank you for contacting us."
154
- msgstr "ご連絡ありがとうございます"
155
-
156
- #: bwl_menu.php:183
157
- msgid "Sorry, email message could not be delivered."
158
- msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
159
-
160
- #: bwl_menu.php:191
161
- #: bwl_menu.php:301
162
- msgid "System status"
163
- msgstr "システム状況"
164
-
165
- #: bwl_menu.php:196
166
- #, fuzzy
167
- msgid "Plugins"
168
- msgstr "Pro Plugins"
169
-
170
- #: bwl_menu.php:200
171
- msgid "All"
172
- msgstr ""
173
-
174
- #: bwl_menu.php:201
175
- #, fuzzy
176
- msgid "Installed"
177
- msgstr "%s 導入"
178
-
179
- #: bwl_menu.php:202
180
- #, fuzzy
181
- msgid "Recommended"
182
- msgstr "推奨プラグイン"
183
-
184
- #: bwl_menu.php:206
185
- msgid "Installed plugins"
186
- msgstr "導入済みプラグイン"
187
-
188
- #: bwl_menu.php:234
189
- #: bwl_menu.php:254
190
- #: bwl_menu.php:291
191
- #, fuzzy
192
- msgid "Learn more"
193
- msgstr "もっと読む"
194
-
195
- #: bwl_menu.php:237
196
- msgid "Settings"
197
- msgstr "設定"
198
-
199
- #: bwl_menu.php:256
200
- #, fuzzy
201
- msgid "Activate this plugin"
202
- msgstr "有効なプラグイン"
203
-
204
- #: bwl_menu.php:256
205
- #, fuzzy
206
- msgid "Activate"
207
- msgstr "有効なcaptcha"
208
-
209
- #: bwl_menu.php:264
210
- msgid "Recommended plugins"
211
- msgstr "推奨プラグイン"
212
-
213
- #: bwl_menu.php:293
214
- #, fuzzy
215
- msgid "Install now"
216
- msgstr "Installa Ora"
217
-
218
- #: bwl_menu.php:304
219
- msgid "Environment"
220
- msgstr "環境"
221
-
222
- #: bwl_menu.php:315
223
- msgid "Active Plugins"
224
- msgstr "有効なプラグイン"
225
-
226
- #: bwl_menu.php:328
227
- msgid "Inactive Plugins"
228
- msgstr "無効なプラグイン"
229
-
230
- #: bwl_menu.php:344
231
- msgid "Send to support"
232
- msgstr "サポートに送信"
233
-
234
- #: bwl_menu.php:351
235
- msgid "Send to custom email &#187;"
236
- msgstr "カスタムEメールに送信&#187;"
237
-
238
- #~ msgid "Install %s"
239
- #~ msgstr "%s 導入"
240
-
241
- #~ msgid "Install Now"
242
- #~ msgstr "Installa Ora"
243
-
244
- #, fuzzy
245
- #~ msgid "Already Installed"
246
- #~ msgstr "%s 導入"
247
-
248
- #~ msgid "Pro plugins"
249
- #~ msgstr "Pro Plugins"
250
-
251
- #~ msgid "Activated plugins"
252
- #~ msgstr "有効なプラグイン"
253
-
254
- #~ msgid "Read more"
255
- #~ msgstr "もっと読む"
256
-
257
- #~ msgid "Purchase"
258
- #~ msgstr "購入"
259
-
260
- #~ msgid "Free plugins"
261
- #~ msgstr "無料プラグイン"
262
-
263
- #~ msgid "Download"
264
- #~ msgstr "ダウンロード"
265
-
266
- #~ msgid "Install now from wordpress.org"
267
- #~ msgstr "wordpress.org から直ぐに導入"
268
-
269
- #, fuzzy
270
- #~ msgid "Activated theme"
271
- #~ msgstr "有効なテーマ"
272
-
273
- #, fuzzy
274
- #~ msgid "Installed themes"
275
- #~ msgstr "%s 導入"
276
-
277
- #, fuzzy
278
- #~ msgid "Recommended themes"
279
- #~ msgstr "推奨プラグイン"
280
-
281
- #~ msgid "If you have any questions, please contact us via"
282
- #~ msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
283
-
284
- #, fuzzy
285
- #~ msgid "installed"
286
- #~ msgstr "%s 導入"
287
-
288
- #~ msgid "Contact Form Settings"
289
- #~ msgstr "コンタクトフォーム設定"
290
-
291
- #~ msgid "Contact Form"
292
- #~ msgstr "コンタクトフォーム"
293
-
294
- #~ msgid "Contact Form Pro Extra Settings"
295
- #~ msgstr "Contact Form Pro 用設定"
296
-
297
- #~ msgid "Contact Form Pro"
298
- #~ msgstr "Contact Form Pro"
299
-
300
- #~ msgid "Name:"
301
- #~ msgstr "名前:"
302
-
303
- #~ msgid "Address:"
304
- #~ msgstr "住所:"
305
-
306
- #~ msgid "Email Address:"
307
- #~ msgstr "Eメール:"
308
-
309
- #~ msgid "Phone number:"
310
- #~ msgstr "電話番号:"
311
-
312
- #~ msgid "Subject:"
313
- #~ msgstr "件名:"
314
-
315
- #~ msgid "Message:"
316
- #~ msgstr "メッセージ:"
317
-
318
- #~ msgid "Attachment:"
319
- #~ msgstr "添付:"
320
-
321
- #~ msgid "Send me a copy"
322
- #~ msgstr "コピーを自分に送る"
323
-
324
- #~ msgid "Submit"
325
- #~ msgstr "送信"
326
-
327
- #~ msgid "Your name is required."
328
- #~ msgstr "名前は必須です。"
329
-
330
- #~ msgid "Address is required."
331
- #~ msgstr "住所が必要です。"
332
-
333
- #~ msgid "A valid email address is required."
334
- #~ msgstr "有効なEメールアドレスlが必須です。"
335
-
336
- #~ msgid "Phone number is required."
337
- #~ msgstr "電話番号は必須です。"
338
-
339
- #~ msgid "Subject is required."
340
- #~ msgstr "件名は必須です。"
341
-
342
- #~ msgid "Message text is required."
343
- #~ msgstr "メッセージ本文は必須です。"
344
-
345
- #~ msgid "File format is not valid."
346
- #~ msgstr "添付が壊れています。"
347
-
348
- #~ msgid "File upload error."
349
- #~ msgstr "ファイル・アップロード・エラー。"
350
-
351
- #~ msgid "The file could not be uploaded."
352
- #~ msgstr "ファイルは、アップロード出来ませんでした。"
353
-
354
- #~ msgid "This file is too large."
355
- #~ msgstr "このファイルは大きすぎます。"
356
-
357
- #~ msgid "Please fill out the CAPTCHA."
358
- #~ msgstr "CAPTCHAを入力して下さい。"
359
-
360
- #~ msgid "Please make corrections below and try again."
361
- #~ msgstr "以下を修正し、再度試して下さい。"
362
-
363
- #~ msgid ""
364
- #~ "If the 'Redirect to page' option is selected then the URL field should be "
365
- #~ "in the following format"
366
- #~ msgstr ""
367
- #~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
368
- #~ "ります"
369
-
370
- #~ msgid "Such user does not exist. Settings are not saved."
371
- #~ msgstr "このようなユーザは存在しません。設定は保存されません。"
372
-
373
- #~ msgid ""
374
- #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
375
- #~ "saved."
376
- #~ msgstr ""
377
- #~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
378
- #~ "れません。"
379
-
380
- #~ msgid "Settings saved."
381
- #~ msgstr "設定保存."
382
-
383
- #~ msgid "Extra settings"
384
- #~ msgstr "追加設定"
385
-
386
- #~ msgid ""
387
- #~ "If you would like to add the Contact Form to your website, just copy and "
388
- #~ "paste this shortcode to your post or page or widget:"
389
- #~ msgstr ""
390
- #~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
391
- #~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
392
-
393
- #~ msgid "or"
394
- #~ msgstr "又は"
395
-
396
- #~ msgid ""
397
- #~ "If have any problems with the standard shortcode [contact_form], you "
398
- #~ "should use the shortcode"
399
- #~ msgstr ""
400
- #~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
401
- #~ "用下さい"
402
-
403
- #~ msgid "They work the same way."
404
- #~ msgstr "同様に動作します。"
405
-
406
- #~ msgid ""
407
- #~ "If you leave the fields empty, the messages will be sent to the email "
408
- #~ "address specified during registration."
409
- #~ msgstr ""
410
- #~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
411
- #~ "れます。"
412
-
413
- #~ msgid "The user's email address:"
414
- #~ msgstr "wordpressユーザのemailを利用r:"
415
-
416
- #~ msgid "Create a username"
417
- #~ msgstr "ユーザ名の選択"
418
-
419
- #~ msgid ""
420
- #~ "Enter a username of the person who should get the messages from the "
421
- #~ "contact form."
422
- #~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
423
-
424
- #~ msgid "Use this email address:"
425
- #~ msgstr "このemailを利用:"
426
-
427
- #~ msgid "Enter the email address you want the messages forwarded to."
428
- #~ msgstr "メッセージ受信用のemailを設定。"
429
-
430
- #~ msgid "Additional options"
431
- #~ msgstr "追加オプション"
432
-
433
- #~ msgid "What to use?"
434
- #~ msgstr "何用途?"
435
-
436
- #~ msgid "Wp-mail"
437
- #~ msgstr "WPメール"
438
-
439
- #~ msgid "You can use the wp_mail function for mailing"
440
- #~ msgstr "メールにwp_mali機能が利用できます"
441
-
442
- #~ msgid "Mail"
443
- #~ msgstr "メール"
444
-
445
- #~ msgid "To send mail you can use the php mail function"
446
- #~ msgstr "メールを送信するには、phpメール機能が利用できます"
447
-
448
- #~ msgid "Change text of the 'FROM' field"
449
- #~ msgstr "'送信者' フィールドのテキストを変更"
450
-
451
- #~ msgid "Enter the email address in the 'From' field"
452
- #~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
453
-
454
- #~ msgid "User email"
455
- #~ msgstr "ユーザ・Eメール"
456
-
457
- #~ msgid ""
458
- #~ "The email address of the user who fills the form will be used in the "
459
- #~ "field 'From'."
460
- #~ msgstr ""
461
- #~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
462
- #~ "れます。"
463
-
464
- #~ msgid "This email address will be used in the 'From' field."
465
- #~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
466
-
467
- #~ msgid "Display fields"
468
- #~ msgstr "フィールドを表示"
469
-
470
- #~ msgid "Address"
471
- #~ msgstr "住所"
472
-
473
- #~ msgid "Phone"
474
- #~ msgstr "電話"
475
-
476
- #~ msgid "Attachment block"
477
- #~ msgstr "添付ブロック"
478
-
479
- #~ msgid "Users can attach the following file formats"
480
- #~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
481
-
482
- #~ msgid "Captcha"
483
- #~ msgstr "Captcha"
484
-
485
- #~ msgid "(powered by bestweblayout.com)"
486
- #~ msgstr "(powered by bestweblayout.com)"
487
-
488
- #~ msgid "Download captcha"
489
- #~ msgstr "captchaをダウンロード"
490
-
491
- #, fuzzy
492
- #~ msgid "Display tips below the Attachment block"
493
- #~ msgstr "添付ブロックの下のチップス"
494
-
495
- #, fuzzy
496
- #~ msgid "Display 'Send me a copy' block"
497
- #~ msgstr "コピーブロックを自分に送る"
498
-
499
- #~ msgid "Required fields"
500
- #~ msgstr "必須フィールド"
501
-
502
- #~ msgid "Name"
503
- #~ msgstr "名前"
504
-
505
- #~ msgid "Email Address"
506
- #~ msgstr "Eメール・アドレス"
507
-
508
- #~ msgid "Subject"
509
- #~ msgstr "件名"
510
-
511
- #~ msgid "Message"
512
- #~ msgstr "メッセージ"
513
-
514
- #~ msgid "Display additional info in the email"
515
- #~ msgstr "メール中に追加情報を表示"
516
-
517
- #~ msgid "Sent from (ip address)"
518
- #~ msgstr "(IP-Adresse)から送られた"
519
-
520
- #, fuzzy
521
- #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
522
- #~ msgstr "(IP-Adresse)から送られた"
523
-
524
- #~ msgid "Date/Time"
525
- #~ msgstr "日時"
526
-
527
- #~ msgid "Sent from (referer)"
528
- #~ msgstr "(referer)から送られている"
529
-
530
- #~ msgid "Using (user agent)"
531
- #~ msgstr "(user agent)使用"
532
-
533
- #~ msgid "Language settings for the field names in the form"
534
- #~ msgstr "フォームのフィールド名用の言語設定"
535
-
536
- #~ msgid "Add a language"
537
- #~ msgstr "言語の追加"
538
-
539
- #~ msgid "Change the names of the contact form fields and error messages"
540
- #~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
541
-
542
- #~ msgid "English"
543
- #~ msgstr "英語"
544
-
545
- #~ msgid "Error message for the Name field"
546
- #~ msgstr "名前フィールド用のエラーメッセージ"
547
-
548
- #~ msgid "Error message for the Address field"
549
- #~ msgstr "住所フィールド用のエラーメッセージ"
550
-
551
- #~ msgid "Error message for the Email field"
552
- #~ msgstr "Eメール・フィールド用のエラーメッセージ"
553
-
554
- #~ msgid "Error message for the Phone field"
555
- #~ msgstr "電話フィールド用のエラーメッセージ"
556
-
557
- #~ msgid "Error message for the Subject field"
558
- #~ msgstr "件名フィールド用のエラーメッセージ"
559
-
560
- #~ msgid "Error message for the Message field"
561
- #~ msgstr "メッセージ・フィールド用のエラーメッセージ"
562
-
563
- #~ msgid "Error message about the file type for the Attachment field"
564
- #~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
565
-
566
- #~ msgid ""
567
- #~ "Error message while uploading a file for the Attachment field to the "
568
- #~ "server"
569
- #~ msgstr ""
570
- #~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
571
-
572
- #~ msgid "Error message while moving the file for the Attachment field"
573
- #~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
574
-
575
- #~ msgid ""
576
- #~ "Error message when file size limit for the Attachment field is exceeded"
577
- #~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
578
-
579
- #~ msgid "Error message for the Captcha field"
580
- #~ msgstr "Captcha フィールド用のエラーメッセージ"
581
-
582
- #~ msgid "Error message for the whole form"
583
- #~ msgstr "全体フォーム用のエラーメッセージ"
584
-
585
- #~ msgid "Use shortcode"
586
- #~ msgstr "短いコードの利用"
587
-
588
- #~ msgid "for this language"
589
- #~ msgstr "この言語用"
590
-
591
- #~ msgid "Action after email is sent"
592
- #~ msgstr "メール送信後の行動"
593
-
594
- #~ msgid "Display text"
595
- #~ msgstr "テキストを表示"
596
-
597
- #~ msgid "Text"
598
- #~ msgstr "文字"
599
-
600
- #~ msgid "Redirect to the page"
601
- #~ msgstr "ページに転送"
602
-
603
- #~ msgid "Url"
604
- #~ msgstr "Url"
605
-
606
- #~ msgid "Save Changes"
607
- #~ msgstr "変更を保存"
608
-
609
- #~ msgid "Contact Form Pro | Extra Settings"
610
- #~ msgstr "Contact Form Pro | 追加設定"
611
-
612
- #~ msgid ""
613
- #~ "This functionality is available in the Pro version of the plugin. For "
614
- #~ "more details, please follow the link"
615
- #~ msgstr ""
616
- #~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
617
- #~ "して下さい。"
618
-
619
- #~ msgid "Errors output"
620
- #~ msgstr "エラー出力"
621
-
622
- #~ msgid "Display error messages"
623
- #~ msgstr "エラーメッセージの表示"
624
-
625
- #~ msgid "Color of the input field errors."
626
- #~ msgstr "入力フィールド・エラーの色"
627
-
628
- #~ msgid "Display error messages & color of the input field errors"
629
- #~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
630
-
631
- #~ msgid "Add placeholder to the input blocks"
632
- #~ msgstr "プレースホルダーを入力ブロックに追加"
633
-
634
- #~ msgid "Add tooltips"
635
- #~ msgstr "ツールチップの追加"
636
-
637
- #~ msgid "Email address"
638
- #~ msgstr "Eメール・アドレス"
639
-
640
- #~ msgid "Phone Number"
641
- #~ msgstr "電話番号"
642
-
643
- #~ msgid "Attachment"
644
- #~ msgstr "添付"
645
-
646
- #~ msgid "Style options"
647
- #~ msgstr "スタイル・オプション"
648
-
649
- #~ msgid "Text color"
650
- #~ msgstr "文字色"
651
-
652
- #~ msgid "Default"
653
- #~ msgstr "標準"
654
-
655
- #~ msgid "Label text color"
656
- #~ msgstr "ラベル文字色"
657
-
658
- #~ msgid "Placeholder color"
659
- #~ msgstr "プレースホルダ色"
660
-
661
- #~ msgid "Errors color"
662
- #~ msgstr "エラーの色"
663
-
664
- #~ msgid "Error text color"
665
- #~ msgstr "エラーテキストの色"
666
-
667
- #~ msgid "Background color of the input field errors"
668
- #~ msgstr "入力フィールド・エラーの背景色"
669
-
670
- #~ msgid "Border color of the input field errors"
671
- #~ msgstr "入力フィールド・エラーの罫線色"
672
-
673
- #~ msgid "Placeholder color of the input field errors"
674
- #~ msgstr "入力フィールド・エラー用のプレースホルダ色"
675
-
676
- #~ msgid "Input fields"
677
- #~ msgstr "フィールドを入力"
678
-
679
- #~ msgid "Input fields background color"
680
- #~ msgstr "フィールドの背景色の入力"
681
-
682
- #~ msgid "Text fields color"
683
- #~ msgstr "文字フィールド色"
684
-
685
- #~ msgid "Border width in px, numbers only"
686
- #~ msgstr "罫線幅(px単位)、数値のみ"
687
-
688
- #~ msgid "Border color"
689
- #~ msgstr "罫線色"
690
-
691
- #~ msgid "Submit button"
692
- #~ msgstr "送信ボタン"
693
-
694
- #~ msgid "Width in px, numbers only"
695
- #~ msgstr "px単位の幅、数字のみ"
696
-
697
- #~ msgid "Button color"
698
- #~ msgstr "ボタンの色"
699
-
700
- #~ msgid "Button text color"
701
- #~ msgstr "ボタン文字の色"
702
-
703
- #~ msgid "Contact Form Pro | Preview"
704
- #~ msgstr "Contact Form Pro | プレビュー"
705
-
706
- #~ msgid "Show with errors"
707
- #~ msgstr "エラーで表示"
708
-
709
- #~ msgid "Please enter your full name..."
710
- #~ msgstr "貴方の氏名を入力して下さい..."
711
-
712
- #~ msgid "Please enter your address..."
713
- #~ msgstr "貴方の住所を入力して下さい..."
714
-
715
- #~ msgid "Please enter your email address..."
716
- #~ msgstr "貴方のEメール・アドレスを入力して下さい..."
717
-
718
- #~ msgid "Please enter your phone number..."
719
- #~ msgstr "貴方の電話番号を入力して下さい..."
720
-
721
- #~ msgid "Please enter subject..."
722
- #~ msgstr "件名を入力して下さい..."
723
-
724
- #~ msgid "Please enter your message..."
725
- #~ msgstr "メッセージを入力して下さい..."
726
-
727
- #~ msgid ""
728
- #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
729
- #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
730
- #~ "size: 2MB"
731
- #~ msgstr ""
732
- #~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
733
- #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
734
- #~ "ファイルサイズ: 2MB"
735
-
736
- #~ msgid "You can attach the following file formats"
737
- #~ msgstr "貴方は、以下のタイプのファイルを添付できます"
738
-
739
- #~ msgid "Contact from"
740
- #~ msgstr "コンタクトフォーム"
741
-
742
- #~ msgid "Email"
743
- #~ msgstr "Eメール"
744
-
745
- #~ msgid "Site"
746
- #~ msgstr "サイト"
747
-
748
- #~ msgid ""
749
- #~ "If you can see this MIME, it means that the MIME type is not supported by "
750
- #~ "your email client!"
751
- #~ msgstr ""
752
- #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
753
-
754
- #~ msgid "FAQ"
755
- #~ msgstr "FAQ"
756
-
757
- #~ msgid "Support"
758
- #~ msgstr "サポート"
759
-
760
- #~ msgid "Are you sure that you want to delete this language data?"
761
- #~ msgstr "本当に、この言語データを削除しますか?"
762
-
763
- #~ msgid "Contact Form Options"
764
- #~ msgstr "コンタクトフォーム オプション"
765
-
766
- #, fuzzy
767
- #~ msgid "Display Attachment tips"
768
- #~ msgstr "添付ブロックを表示"
769
-
770
- #~ msgid "Please enter a valid email address. Settings are not saved."
771
- #~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
772
-
773
- #, fuzzy
774
- #~ msgid "E-Mail Address"
775
- #~ msgstr "E-Mail:"
776
-
777
- #~ msgid "E-Mail Addresse:"
778
- #~ msgstr "Indirizzo e-mail:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/languages/bestweblayout-pt_BR.mo DELETED
Binary file
bwl_menu/languages/bestweblayout-pt_BR.po DELETED
@@ -1,343 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestweblayout\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-21 12:48+0300\n"
6
- "PO-Revision-Date: 2014-11-21 12:48+0300\n"
7
- "Last-Translator: bestweblayout.com <wp@bestweblayout.com>\n"
8
- "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
- "Language: pt_BR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.7\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- # @ captcha
22
- #: bwl_menu.php:77
23
- msgid "Not set"
24
- msgstr "Não definido"
25
-
26
- # @ captcha
27
- #: bwl_menu.php:79
28
- #: bwl_menu.php:80
29
- msgid "On"
30
- msgstr "Ligado"
31
-
32
- # @ captcha
33
- #: bwl_menu.php:79
34
- #: bwl_menu.php:80
35
- msgid "Off"
36
- msgstr "Desligado"
37
-
38
- # @ captcha
39
- #: bwl_menu.php:81
40
- #: bwl_menu.php:82
41
- #: bwl_menu.php:83
42
- #: bwl_menu.php:84
43
- #: bwl_menu.php:85
44
- #: bwl_menu.php:97
45
- msgid "N/A"
46
- msgstr "N/D"
47
-
48
- # @ captcha
49
- #: bwl_menu.php:85
50
- msgid " Mb"
51
- msgstr " Mb"
52
-
53
- # @ captcha
54
- #: bwl_menu.php:86
55
- #: bwl_menu.php:87
56
- #: bwl_menu.php:88
57
- #: bwl_menu.php:93
58
- msgid "Yes"
59
- msgstr "Sim"
60
-
61
- # @ captcha
62
- #: bwl_menu.php:86
63
- #: bwl_menu.php:87
64
- #: bwl_menu.php:88
65
- #: bwl_menu.php:95
66
- msgid "No"
67
- msgstr "Não"
68
-
69
- # @ captcha
70
- #: bwl_menu.php:105
71
- msgid "Operating System"
72
- msgstr "Sistema Operacional"
73
-
74
- # @ captcha
75
- #: bwl_menu.php:106
76
- msgid "Server"
77
- msgstr "Servidor"
78
-
79
- # @ captcha
80
- #: bwl_menu.php:107
81
- msgid "Memory usage"
82
- msgstr "Uso de memória"
83
-
84
- # @ captcha
85
- #: bwl_menu.php:108
86
- msgid "MYSQL Version"
87
- msgstr "Versão do MySQL"
88
-
89
- # @ captcha
90
- #: bwl_menu.php:109
91
- msgid "SQL Mode"
92
- msgstr "Modo SQL"
93
-
94
- # @ captcha
95
- #: bwl_menu.php:110
96
- msgid "PHP Version"
97
- msgstr "Versão do PHP"
98
-
99
- # @ captcha
100
- #: bwl_menu.php:111
101
- msgid "PHP Safe Mode"
102
- msgstr "Modo de Segurança do PHP"
103
-
104
- # @ captcha
105
- #: bwl_menu.php:112
106
- msgid "PHP Allow URL fopen"
107
- msgstr "Permissão de fopen de URL do PHP"
108
-
109
- # @ captcha
110
- #: bwl_menu.php:113
111
- msgid "PHP Memory Limit"
112
- msgstr "Limite de Memória do PHP"
113
-
114
- # @ captcha
115
- #: bwl_menu.php:114
116
- msgid "PHP Max Upload Size"
117
- msgstr "Tamanho Máximo de Upload no PHP"
118
-
119
- # @ captcha
120
- #: bwl_menu.php:115
121
- msgid "PHP Max Post Size"
122
- msgstr "Tamanho Máximo de Envio do PHP"
123
-
124
- # @ captcha
125
- #: bwl_menu.php:116
126
- msgid "PHP Max Script Execute Time"
127
- msgstr "Tempo de Execução Máximo do PHP"
128
-
129
- # @ captcha
130
- #: bwl_menu.php:117
131
- msgid "PHP Exif support"
132
- msgstr "Suporte a Exif no PHP"
133
-
134
- # @ captcha
135
- #: bwl_menu.php:118
136
- msgid "PHP IPTC support"
137
- msgstr "Suporte da IPTC no PHP"
138
-
139
- # @ captcha
140
- #: bwl_menu.php:119
141
- msgid "PHP XML support"
142
- msgstr "Suporte a XML no PHP"
143
-
144
- # @ captcha
145
- #: bwl_menu.php:120
146
- msgid "Site URL"
147
- msgstr "URL do Site"
148
-
149
- # @ captcha
150
- #: bwl_menu.php:121
151
- msgid "Home URL"
152
- msgstr "URL da Página Inicial"
153
-
154
- # @ captcha
155
- #: bwl_menu.php:124
156
- msgid "WordPress Version"
157
- msgstr "Versão do WordPress"
158
-
159
- # @ captcha
160
- #: bwl_menu.php:125
161
- msgid "WordPress DB Version"
162
- msgstr "Versão do DB do WordPress"
163
-
164
- # @ captcha
165
- #: bwl_menu.php:126
166
- msgid "Multisite"
167
- msgstr "Multisite"
168
-
169
- # @ captcha
170
- #: bwl_menu.php:127
171
- msgid "Active Theme"
172
- msgstr "Tema Ativo"
173
-
174
- # @ captcha
175
- #: bwl_menu.php:142
176
- msgid "Please enter a valid email address."
177
- msgstr "Por favor, informe um endereço de email válido."
178
-
179
- # @ captcha
180
- #: bwl_menu.php:146
181
- msgid "Email with system info is sent to "
182
- msgstr "Email com informações do sistema é enviado para "
183
-
184
- # @ captcha
185
- #: bwl_menu.php:150
186
- msgid "Thank you for contacting us."
187
- msgstr "Obrigado por nos contatar."
188
-
189
- # @ captcha
190
- #: bwl_menu.php:183
191
- msgid "Sorry, email message could not be delivered."
192
- msgstr "Desculpe, a mensagem de email não pôde ser enviada."
193
-
194
- # @ captcha
195
- #: bwl_menu.php:191
196
- #: bwl_menu.php:301
197
- msgid "System status"
198
- msgstr "Status do sistema"
199
-
200
- # @ captcha
201
- #: bwl_menu.php:196
202
- #, fuzzy
203
- msgid "Plugins"
204
- msgstr "Plugins Pro"
205
-
206
- #: bwl_menu.php:200
207
- msgid "All"
208
- msgstr ""
209
-
210
- # @ default
211
- #: bwl_menu.php:201
212
- #, fuzzy
213
- msgid "Installed"
214
- msgstr "Instalar %s"
215
-
216
- # @ captcha
217
- #: bwl_menu.php:202
218
- #, fuzzy
219
- msgid "Recommended"
220
- msgstr "Plugins Recomendados"
221
-
222
- # @ captcha
223
- #: bwl_menu.php:206
224
- msgid "Installed plugins"
225
- msgstr "Plugins Instalados"
226
-
227
- # @ captcha
228
- #: bwl_menu.php:234
229
- #: bwl_menu.php:254
230
- #: bwl_menu.php:291
231
- #, fuzzy
232
- msgid "Learn more"
233
- msgstr "Leia Mais"
234
-
235
- # @ captcha
236
- #: bwl_menu.php:237
237
- msgid "Settings"
238
- msgstr "Configurações"
239
-
240
- # @ captcha
241
- #: bwl_menu.php:256
242
- #, fuzzy
243
- msgid "Activate this plugin"
244
- msgstr "Plugins ativados"
245
-
246
- # @ captcha
247
- #: bwl_menu.php:256
248
- #, fuzzy
249
- msgid "Activate"
250
- msgstr "Plugins ativados"
251
-
252
- # @ captcha
253
- #: bwl_menu.php:264
254
- msgid "Recommended plugins"
255
- msgstr "Plugins Recomendados"
256
-
257
- # @ default
258
- #: bwl_menu.php:293
259
- #, fuzzy
260
- msgid "Install now"
261
- msgstr "Instalar %s"
262
-
263
- # @ captcha
264
- #: bwl_menu.php:304
265
- msgid "Environment"
266
- msgstr "Ambiente"
267
-
268
- # @ captcha
269
- #: bwl_menu.php:315
270
- msgid "Active Plugins"
271
- msgstr "Plugins Ativos"
272
-
273
- # @ captcha
274
- #: bwl_menu.php:328
275
- msgid "Inactive Plugins"
276
- msgstr "Plugins Inativos"
277
-
278
- # @ captcha
279
- #: bwl_menu.php:344
280
- msgid "Send to support"
281
- msgstr "Enviar para o suporte"
282
-
283
- # @ captcha
284
- #: bwl_menu.php:351
285
- msgid "Send to custom email &#187;"
286
- msgstr "Enviar para email personalizado &#187;"
287
-
288
- # @ default
289
- #~ msgid "Install %s"
290
- #~ msgstr "Instalar %s"
291
- # @ default
292
- #, fuzzy
293
- #~ msgid "Install Now"
294
- #~ msgstr "Instalar %s"
295
-
296
- # @ default
297
- #, fuzzy
298
- #~ msgid "Already Installed"
299
- #~ msgstr "Instalar %s"
300
-
301
- # @ captcha
302
- #~ msgid "Pro plugins"
303
- #~ msgstr "Plugins Pro"
304
- # @ captcha
305
- #~ msgid "Activated plugins"
306
- #~ msgstr "Plugins ativados"
307
- # @ captcha
308
- #~ msgid "Read more"
309
- #~ msgstr "Leia Mais"
310
- # @ captcha
311
- #~ msgid "Purchase"
312
- #~ msgstr "Compra"
313
- # @ captcha
314
- #~ msgid "Free plugins"
315
- #~ msgstr "Plugins Grátis"
316
- # @ captcha
317
- #~ msgid "Download"
318
- #~ msgstr "Baixar"
319
- # @ captcha
320
- #~ msgid "Install now from wordpress.org"
321
- #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
322
- # @ captcha
323
- #, fuzzy
324
- #~ msgid "Activated theme"
325
- #~ msgstr "Tema Ativo"
326
-
327
- # @ default
328
- #, fuzzy
329
- #~ msgid "Installed themes"
330
- #~ msgstr "Instalar %s"
331
-
332
- # @ captcha
333
- #, fuzzy
334
- #~ msgid "Recommended themes"
335
- #~ msgstr "Plugins Recomendados"
336
-
337
- # @ captcha
338
- #~ msgid "If you have any questions, please contact us via"
339
- #~ msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
340
- # @ default
341
- #, fuzzy
342
- #~ msgid "installed"
343
- #~ msgstr "Instalar %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/languages/bestweblayout-ru_RU.mo DELETED
Binary file
bwl_menu/languages/bestweblayout-ru_RU.po DELETED
@@ -1,331 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestweblayout\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-21 12:48+0300\n"
6
- "PO-Revision-Date: 2014-11-21 12:52+0300\n"
7
- "Last-Translator: bestweblayout.com <wp@bestweblayout.com>\n"
8
- "Language-Team: bestweblayout.com <wp@bestweblayout.com>\n"
9
- "Language: ru_RU\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: bwl_menu.php:77
20
- msgid "Not set"
21
- msgstr "Не задан"
22
-
23
- #: bwl_menu.php:79
24
- #: bwl_menu.php:80
25
- msgid "On"
26
- msgstr "Вкл"
27
-
28
- #: bwl_menu.php:79
29
- #: bwl_menu.php:80
30
- msgid "Off"
31
- msgstr "Выкл"
32
-
33
- #: bwl_menu.php:81
34
- #: bwl_menu.php:82
35
- #: bwl_menu.php:83
36
- #: bwl_menu.php:84
37
- #: bwl_menu.php:85
38
- #: bwl_menu.php:97
39
- msgid "N/A"
40
- msgstr "Неизвестно"
41
-
42
- #: bwl_menu.php:85
43
- msgid " Mb"
44
- msgstr "Mb"
45
-
46
- #: bwl_menu.php:86
47
- #: bwl_menu.php:87
48
- #: bwl_menu.php:88
49
- #: bwl_menu.php:93
50
- msgid "Yes"
51
- msgstr "Да"
52
-
53
- #: bwl_menu.php:86
54
- #: bwl_menu.php:87
55
- #: bwl_menu.php:88
56
- #: bwl_menu.php:95
57
- msgid "No"
58
- msgstr "Нет"
59
-
60
- #: bwl_menu.php:105
61
- msgid "Operating System"
62
- msgstr "Операционная система"
63
-
64
- #: bwl_menu.php:106
65
- msgid "Server"
66
- msgstr "Тип сервера"
67
-
68
- #: bwl_menu.php:107
69
- msgid "Memory usage"
70
- msgstr "Памяти использовано"
71
-
72
- #: bwl_menu.php:108
73
- msgid "MYSQL Version"
74
- msgstr "Версия MYSQL"
75
-
76
- #: bwl_menu.php:109
77
- msgid "SQL Mode"
78
- msgstr "Режим SQL"
79
-
80
- #: bwl_menu.php:110
81
- msgid "PHP Version"
82
- msgstr "Версия PHP"
83
-
84
- #: bwl_menu.php:111
85
- msgid "PHP Safe Mode"
86
- msgstr "PHP Safe Mode"
87
-
88
- #: bwl_menu.php:112
89
- msgid "PHP Allow URL fopen"
90
- msgstr "PHP Allow URL fopen"
91
-
92
- #: bwl_menu.php:113
93
- msgid "PHP Memory Limit"
94
- msgstr "Лимит памяти"
95
-
96
- #: bwl_menu.php:114
97
- msgid "PHP Max Upload Size"
98
- msgstr "Макс. размер загружаемого файла"
99
-
100
- #: bwl_menu.php:115
101
- msgid "PHP Max Post Size"
102
- msgstr "Макс. размер записи"
103
-
104
- #: bwl_menu.php:116
105
- msgid "PHP Max Script Execute Time"
106
- msgstr "Макс. время выполнения сценария"
107
-
108
- #: bwl_menu.php:117
109
- msgid "PHP Exif support"
110
- msgstr "Поддержка PHP Exif"
111
-
112
- #: bwl_menu.php:118
113
- msgid "PHP IPTC support"
114
- msgstr "Поддержка PHP IPTC"
115
-
116
- #: bwl_menu.php:119
117
- msgid "PHP XML support"
118
- msgstr "Поддержка PHP XML"
119
-
120
- #: bwl_menu.php:120
121
- msgid "Site URL"
122
- msgstr "Адрес сайта"
123
-
124
- #: bwl_menu.php:121
125
- msgid "Home URL"
126
- msgstr "Основной адрес сайта"
127
-
128
- #: bwl_menu.php:124
129
- msgid "WordPress Version"
130
- msgstr "Версия WordPress"
131
-
132
- #: bwl_menu.php:125
133
- msgid "WordPress DB Version"
134
- msgstr "Версия базы данных WordPress"
135
-
136
- #: bwl_menu.php:126
137
- msgid "Multisite"
138
- msgstr "Мультиблог"
139
-
140
- #: bwl_menu.php:127
141
- msgid "Active Theme"
142
- msgstr "Текущая тема"
143
-
144
- #: bwl_menu.php:142
145
- msgid "Please enter a valid email address."
146
- msgstr "Пожалуйста, введите валидный емайл."
147
-
148
- #: bwl_menu.php:146
149
- msgid "Email with system info is sent to "
150
- msgstr "E-mail с системной информацией отправлен на"
151
-
152
- #: bwl_menu.php:150
153
- msgid "Thank you for contacting us."
154
- msgstr "Спасибо что связались с нами."
155
-
156
- #: bwl_menu.php:183
157
- msgid "Sorry, email message could not be delivered."
158
- msgstr "Извините, ваш email не может быть отправлен."
159
-
160
- #: bwl_menu.php:191
161
- #: bwl_menu.php:301
162
- msgid "System status"
163
- msgstr "Системная информация"
164
-
165
- #: bwl_menu.php:196
166
- msgid "Plugins"
167
- msgstr "Плагины"
168
-
169
- #: bwl_menu.php:200
170
- msgid "All"
171
- msgstr "Все"
172
-
173
- #: bwl_menu.php:201
174
- msgid "Installed"
175
- msgstr "Установленные"
176
-
177
- #: bwl_menu.php:202
178
- msgid "Recommended"
179
- msgstr "Рекомендованные"
180
-
181
- #: bwl_menu.php:206
182
- msgid "Installed plugins"
183
- msgstr "Установленные плагины"
184
-
185
- #: bwl_menu.php:234
186
- #: bwl_menu.php:254
187
- #: bwl_menu.php:291
188
- msgid "Learn more"
189
- msgstr "Подробнее"
190
-
191
- #: bwl_menu.php:237
192
- msgid "Settings"
193
- msgstr "Настройки"
194
-
195
- #: bwl_menu.php:256
196
- msgid "Activate this plugin"
197
- msgstr "Активировать плагин"
198
-
199
- #: bwl_menu.php:256
200
- msgid "Activate"
201
- msgstr "Активировать"
202
-
203
- #: bwl_menu.php:264
204
- msgid "Recommended plugins"
205
- msgstr "Рекомендованные к установке плагины"
206
-
207
- #: bwl_menu.php:293
208
- msgid "Install now"
209
- msgstr "Установить"
210
-
211
- #: bwl_menu.php:304
212
- msgid "Environment"
213
- msgstr "Системная среда"
214
-
215
- #: bwl_menu.php:315
216
- msgid "Active Plugins"
217
- msgstr "Активированные плагины"
218
-
219
- #: bwl_menu.php:328
220
- msgid "Inactive Plugins"
221
- msgstr "Неактивированные плагины"
222
-
223
- #: bwl_menu.php:344
224
- msgid "Send to support"
225
- msgstr "Отправить в тех. поддержку"
226
-
227
- #: bwl_menu.php:351
228
- msgid "Send to custom email &#187;"
229
- msgstr "Отправить на емейл &#187;"
230
-
231
- #~ msgid "Need help?"
232
- #~ msgstr "Нужна помощь?"
233
-
234
- #~ msgid "Client area"
235
- #~ msgstr "Client area"
236
-
237
- #~ msgid "Themes"
238
- #~ msgstr "Темы"
239
-
240
- #~ msgid "Go"
241
- #~ msgstr "Перейти на"
242
-
243
- #~ msgid "DONATE"
244
- #~ msgstr "Пожертвовать"
245
-
246
- #~ msgid "Try again"
247
- #~ msgstr "Попробовать снова"
248
-
249
- #~ msgid "Preview &#8220;%s&#8221;"
250
- #~ msgstr "Просмотр &#8220;%s&#8221;"
251
-
252
- #~ msgid "Install %s"
253
- #~ msgstr "Установлено %s"
254
-
255
- #~ msgid "Install Now"
256
- #~ msgstr "Установить"
257
-
258
- #~ msgid "Update to version %s"
259
- #~ msgstr "Обновить до версии %s"
260
-
261
- #~ msgid "Update"
262
- #~ msgstr "Обновить"
263
-
264
- #~ msgid "Preview %s"
265
- #~ msgstr "Просмотр %s"
266
-
267
- #~ msgid "Preview"
268
- #~ msgstr "Просмотр"
269
-
270
- #~ msgid "By %s"
271
- #~ msgstr "%s"
272
-
273
- #~ msgid "Details"
274
- #~ msgstr "Детали"
275
-
276
- #~ msgid "Already Installed"
277
- #~ msgstr "Уже установлена"
278
-
279
- #~ msgid "Switch to new interface"
280
- #~ msgstr "Переключится на новый интерфейс"
281
-
282
- #~ msgid "Pro plugins"
283
- #~ msgstr "Pro плагины"
284
-
285
- #~ msgid "Activated plugins"
286
- #~ msgstr "Активированные плагины"
287
-
288
- #~ msgid "Read more"
289
- #~ msgstr "Подробнее..."
290
-
291
- #~ msgid "Purchase"
292
- #~ msgstr "Купить"
293
-
294
- #~ msgid "Free plugins"
295
- #~ msgstr "Бесплатные плагины"
296
-
297
- #~ msgid "Download"
298
- #~ msgstr "Скачать"
299
-
300
- #~ msgid "Install now from wordpress.org"
301
- #~ msgstr "Установить с wordpress.org"
302
-
303
- #~ msgid "Free themes"
304
- #~ msgstr "Бесплатные темы"
305
-
306
- #~ msgid "Activated theme"
307
- #~ msgstr "Активная тема"
308
-
309
- #~ msgid "Customize &#8220;%s&#8221;"
310
- #~ msgstr "Кастомизировать &#8220;%s&#8221;"
311
-
312
- #~ msgid "Customize"
313
- #~ msgstr "Кастомизировать"
314
-
315
- #~ msgid "Installed themes"
316
- #~ msgstr "Установленные темы"
317
-
318
- #~ msgid "Recommended themes"
319
- #~ msgstr "Рекомендованные темы"
320
-
321
- #~ msgid "If you have any questions, please contact us via"
322
- #~ msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
323
-
324
- #~ msgid "Switch to old interface"
325
- #~ msgstr "Переключится на старый интерфейс"
326
-
327
- #~ msgid "Donate"
328
- #~ msgstr "Пожертвовать"
329
-
330
- #~ msgid "installed"
331
- #~ msgstr "установлен"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/languages/bestweblayout-sr_RS.mo DELETED
Binary file
bwl_menu/languages/bestweblayout-sr_RS.po DELETED
@@ -1,668 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestweblayout\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-21 12:50+0300\n"
6
- "PO-Revision-Date: 2014-11-21 12:50+0300\n"
7
- "Last-Translator: bestweblayout.com <wp@bestweblayout.com>\n"
8
- "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
- "Language: fr_FR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Poedit 1.5.7\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: bwl_menu.php:77
21
- msgid "Not set"
22
- msgstr "Nije podešeno"
23
-
24
- #: bwl_menu.php:79
25
- #: bwl_menu.php:80
26
- msgid "On"
27
- msgstr "Uključeno"
28
-
29
- #: bwl_menu.php:79
30
- #: bwl_menu.php:80
31
- msgid "Off"
32
- msgstr "Isključeno"
33
-
34
- #: bwl_menu.php:81
35
- #: bwl_menu.php:82
36
- #: bwl_menu.php:83
37
- #: bwl_menu.php:84
38
- #: bwl_menu.php:85
39
- #: bwl_menu.php:97
40
- msgid "N/A"
41
- msgstr "N/A"
42
-
43
- #: bwl_menu.php:85
44
- msgid " Mb"
45
- msgstr " Mb"
46
-
47
- #: bwl_menu.php:86
48
- #: bwl_menu.php:87
49
- #: bwl_menu.php:88
50
- #: bwl_menu.php:93
51
- msgid "Yes"
52
- msgstr "Da"
53
-
54
- #: bwl_menu.php:86
55
- #: bwl_menu.php:87
56
- #: bwl_menu.php:88
57
- #: bwl_menu.php:95
58
- msgid "No"
59
- msgstr "Ne"
60
-
61
- #: bwl_menu.php:105
62
- msgid "Operating System"
63
- msgstr "Operativni Sistem"
64
-
65
- #: bwl_menu.php:106
66
- msgid "Server"
67
- msgstr "Server"
68
-
69
- #: bwl_menu.php:107
70
- msgid "Memory usage"
71
- msgstr "Upotreba memorije"
72
-
73
- #: bwl_menu.php:108
74
- msgid "MYSQL Version"
75
- msgstr "MYSQL Verzija"
76
-
77
- #: bwl_menu.php:109
78
- msgid "SQL Mode"
79
- msgstr "SQL način"
80
-
81
- #: bwl_menu.php:110
82
- msgid "PHP Version"
83
- msgstr "PHP Verzija"
84
-
85
- #: bwl_menu.php:111
86
- msgid "PHP Safe Mode"
87
- msgstr "PHP Sigurni način"
88
-
89
- #: bwl_menu.php:112
90
- msgid "PHP Allow URL fopen"
91
- msgstr "PHP Dozvoli URL fopen"
92
-
93
- #: bwl_menu.php:113
94
- msgid "PHP Memory Limit"
95
- msgstr "PHP Ograničenje memorije"
96
-
97
- #: bwl_menu.php:114
98
- #, fuzzy
99
- msgid "PHP Max Upload Size"
100
- msgstr "Envoi de fichier"
101
-
102
- #: bwl_menu.php:115
103
- msgid "PHP Max Post Size"
104
- msgstr "PHP Max veličina za učitavanje"
105
-
106
- #: bwl_menu.php:116
107
- msgid "PHP Max Script Execute Time"
108
- msgstr "PHP Max veličina posta"
109
-
110
- #: bwl_menu.php:117
111
- msgid "PHP Exif support"
112
- msgstr "PHP Exif podrška"
113
-
114
- #: bwl_menu.php:118
115
- msgid "PHP IPTC support"
116
- msgstr "PHP IPTC podrška"
117
-
118
- #: bwl_menu.php:119
119
- msgid "PHP XML support"
120
- msgstr "PHP XML podrška"
121
-
122
- #: bwl_menu.php:120
123
- #, fuzzy
124
- msgid "Site URL"
125
- msgstr "URL du lien"
126
-
127
- #: bwl_menu.php:121
128
- msgid "Home URL"
129
- msgstr "URL naslovne"
130
-
131
- #: bwl_menu.php:124
132
- msgid "WordPress Version"
133
- msgstr "WordPress Verzija"
134
-
135
- #: bwl_menu.php:125
136
- msgid "WordPress DB Version"
137
- msgstr "WordPress DB Verzija"
138
-
139
- #: bwl_menu.php:126
140
- msgid "Multisite"
141
- msgstr "Višenamenski sajt"
142
-
143
- #: bwl_menu.php:127
144
- msgid "Active Theme"
145
- msgstr "Aktivna tema"
146
-
147
- #: bwl_menu.php:142
148
- msgid "Please enter a valid email address."
149
- msgstr "Molimo unesite važeću mejl adresu"
150
-
151
- #: bwl_menu.php:146
152
- msgid "Email with system info is sent to "
153
- msgstr "Mejl sa sistemskim informacijama je poslat na"
154
-
155
- #: bwl_menu.php:150
156
- msgid "Thank you for contacting us."
157
- msgstr "Hvala što ste nas kontaktirali"
158
-
159
- #: bwl_menu.php:183
160
- msgid "Sorry, email message could not be delivered."
161
- msgstr "Nažalost mejl poruka nije prosleđena"
162
-
163
- #: bwl_menu.php:191
164
- #: bwl_menu.php:301
165
- msgid "System status"
166
- msgstr "Sistemski status"
167
-
168
- #: bwl_menu.php:196
169
- #, fuzzy
170
- msgid "Plugins"
171
- msgstr "Pro moduli"
172
-
173
- #: bwl_menu.php:200
174
- msgid "All"
175
- msgstr ""
176
-
177
- #: bwl_menu.php:201
178
- #, fuzzy
179
- msgid "Installed"
180
- msgstr "Instalacija %s"
181
-
182
- #: bwl_menu.php:202
183
- #, fuzzy
184
- msgid "Recommended"
185
- msgstr "Preporučeni moduli"
186
-
187
- #: bwl_menu.php:206
188
- msgid "Installed plugins"
189
- msgstr "Instalirani moduli"
190
-
191
- #: bwl_menu.php:234
192
- #: bwl_menu.php:254
193
- #: bwl_menu.php:291
194
- #, fuzzy
195
- msgid "Learn more"
196
- msgstr "Pročitaj više"
197
-
198
- #: bwl_menu.php:237
199
- msgid "Settings"
200
- msgstr "Podešavanja"
201
-
202
- #: bwl_menu.php:256
203
- #, fuzzy
204
- msgid "Activate this plugin"
205
- msgstr "Aktivirani moduli"
206
-
207
- #: bwl_menu.php:256
208
- #, fuzzy
209
- msgid "Activate"
210
- msgstr "Aktivirani moduli"
211
-
212
- #: bwl_menu.php:264
213
- msgid "Recommended plugins"
214
- msgstr "Preporučeni moduli"
215
-
216
- #: bwl_menu.php:293
217
- #, fuzzy
218
- msgid "Install now"
219
- msgstr "Instalacija %s"
220
-
221
- #: bwl_menu.php:304
222
- msgid "Environment"
223
- msgstr "Okruženje"
224
-
225
- #: bwl_menu.php:315
226
- #, fuzzy
227
- msgid "Active Plugins"
228
- msgstr "Extensions activées"
229
-
230
- #: bwl_menu.php:328
231
- #, fuzzy
232
- msgid "Inactive Plugins"
233
- msgstr "Extensions activées"
234
-
235
- #: bwl_menu.php:344
236
- #, fuzzy
237
- msgid "Send to support"
238
- msgstr "Soutien"
239
-
240
- #: bwl_menu.php:351
241
- msgid "Send to custom email &#187;"
242
- msgstr "Pošalji na korisnički mejl &#187;"
243
-
244
- #~ msgid "Install %s"
245
- #~ msgstr "Instalacija %s"
246
-
247
- #, fuzzy
248
- #~ msgid "Install Now"
249
- #~ msgstr "Instalacija %s"
250
-
251
- #, fuzzy
252
- #~ msgid "Update"
253
- #~ msgstr "date"
254
-
255
- #, fuzzy
256
- #~ msgid "Already Installed"
257
- #~ msgstr "Instalacija %s"
258
-
259
- #~ msgid "Pro plugins"
260
- #~ msgstr "Pro moduli"
261
-
262
- #~ msgid "Activated plugins"
263
- #~ msgstr "Aktivirani moduli"
264
-
265
- #~ msgid "Read more"
266
- #~ msgstr "Pročitaj više"
267
-
268
- #~ msgid "Purchase"
269
- #~ msgstr "Kupovina"
270
-
271
- #~ msgid "Free plugins"
272
- #~ msgstr "Besplatni moduli"
273
-
274
- #~ msgid "Download"
275
- #~ msgstr "Prezimanje"
276
-
277
- #~ msgid "Install now from wordpress.org"
278
- #~ msgstr "Instaliraj sada sa wordpress.org"
279
-
280
- #, fuzzy
281
- #~ msgid "Activated theme"
282
- #~ msgstr "Aktivna tema"
283
-
284
- #, fuzzy
285
- #~ msgid "Installed themes"
286
- #~ msgstr "Instalacija %s"
287
-
288
- #, fuzzy
289
- #~ msgid "Recommended themes"
290
- #~ msgstr "Preporučeni moduli"
291
-
292
- #~ msgid "If you have any questions, please contact us via"
293
- #~ msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
294
-
295
- #, fuzzy
296
- #~ msgid "installed"
297
- #~ msgstr "Instalacija %s"
298
-
299
- #~ msgid ""
300
- #~ "The following files \"gallery-template.php\" and \"gallery-single-"
301
- #~ "template.php\" were not found in the directory of your theme. Please copy "
302
- #~ "them from the directory `/wp-content/plugins/gallery-plugin/template/` to "
303
- #~ "the directory of your theme for the correct work of the Gallery plugin"
304
- #~ msgstr ""
305
- #~ "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php"
306
- #~ "\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
307
- #~ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u "
308
- #~ "direktorijum vaše teme za ispravan rad modula Galerija"
309
-
310
- #~ msgid "Galleries"
311
- #~ msgstr "Galerije"
312
-
313
- #~ msgid "Gallery"
314
- #~ msgstr "Galerija"
315
-
316
- #~ msgid "Add a Gallery"
317
- #~ msgstr "Dodaj Galeriju"
318
-
319
- #~ msgid "Add New Gallery"
320
- #~ msgstr "Dodaj novu Galeriju"
321
-
322
- #~ msgid "Edit Gallery"
323
- #~ msgstr "Uredi Galeriju"
324
-
325
- #~ msgid "New Gallery"
326
- #~ msgstr "Nova Galerija"
327
-
328
- #~ msgid "View Gallery"
329
- #~ msgstr "Pregled Galerije"
330
-
331
- #~ msgid "Find a Gallery"
332
- #~ msgstr "Pronađi Galeriju"
333
-
334
- #~ msgid "No Gallery found"
335
- #~ msgstr "Nije pronađena Galerija"
336
-
337
- #~ msgid "Upload File"
338
- #~ msgstr "Učitaj fajl"
339
-
340
- #~ msgid "Gallery Shortcode"
341
- #~ msgstr "Kratak kod za Galeriju"
342
-
343
- #~ msgid ""
344
- #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
345
- #~ "for record on your webserver. Please use the standard WP functionality to "
346
- #~ "upload images (media library)"
347
- #~ msgstr ""
348
- #~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
349
- #~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
350
- #~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
351
-
352
- #~ msgid "Choose an image for upload:"
353
- #~ msgstr "Izaberi sliku za učitavanje:"
354
-
355
- #~ msgid "Please enable JavaScript to use the file uploader."
356
- #~ msgstr ""
357
- #~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
358
-
359
- #~ msgid "Allow the download link for all images in this gallery"
360
- #~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
361
-
362
- #~ msgid ""
363
- #~ "Please use the drag and drop function to change an order of the images "
364
- #~ "displaying and do not forget to save the post."
365
- #~ msgstr ""
366
- #~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
367
- #~ "prikazanih slika i ne zaboravite da sačuvate post."
368
-
369
- #~ msgid "Please make a choice"
370
- #~ msgstr "Molimo vas izaberite"
371
-
372
- #~ msgid "Sort images by"
373
- #~ msgstr "Poređaj slike po"
374
-
375
- #~ msgid "sort images"
376
- #~ msgstr "poređaj slike"
377
-
378
- #~ msgid "on the plugin settings page ("
379
- #~ msgstr "na stranici za podešavanje modula ("
380
-
381
- #~ msgid "Title"
382
- #~ msgstr "Naslov"
383
-
384
- #~ msgid "URL"
385
- #~ msgstr "URL"
386
-
387
- #~ msgid "(by click on image opens a link in a new window)"
388
- #~ msgstr "(klikom na sliku otvara se link u novom prozoru)"
389
-
390
- #~ msgid "This setting is available in Pro version"
391
- #~ msgstr "Ovo podešavanje je dostupno u Pro verziji"
392
-
393
- #~ msgid "Open the link"
394
- #~ msgstr "Otvori link"
395
-
396
- #~ msgid "Current window"
397
- #~ msgstr "Trenutni prozor"
398
-
399
- #~ msgid "New window"
400
- #~ msgstr "Novi prozor"
401
-
402
- #~ msgid "Delete"
403
- #~ msgstr "Obriši"
404
-
405
- #~ msgid ""
406
- #~ "You can add a Single Gallery to the page or post by inserting this "
407
- #~ "shortcode into the content"
408
- #~ msgstr ""
409
- #~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
410
- #~ "kratkog koda u sadržaj."
411
-
412
- #~ msgid ""
413
- #~ "If you want to display a short description containing a screenshot and "
414
- #~ "the link to the Single Gallery Page"
415
- #~ msgstr ""
416
- #~ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
417
- #~ "stranici sa Jedinstvenom galerijom."
418
-
419
- #~ msgid "Author"
420
- #~ msgstr "Autor"
421
-
422
- #~ msgid "Photo"
423
- #~ msgstr "Foto"
424
-
425
- #~ msgid "Publishing"
426
- #~ msgstr "Izdanje"
427
-
428
- #~ msgid "Date"
429
- #~ msgstr "Datum"
430
-
431
- #~ msgid "See images &raquo;"
432
- #~ msgstr "Pogledaj sliku &raquo;"
433
-
434
- #~ msgid "Settings are saved"
435
- #~ msgstr "Podešavanja su sačuvana"
436
-
437
- #~ msgid "Gallery Settings"
438
- #~ msgstr "Podešavanja Galerije"
439
-
440
- #~ msgid ""
441
- #~ "If you would like to add a Single Gallery to your page or post, just copy "
442
- #~ "and paste this shortcode into your post or page:"
443
- #~ msgstr ""
444
- #~ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
445
- #~ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
446
-
447
- #~ msgid "Image size for the album cover"
448
- #~ msgstr "Veličina slike za naslovnu stranicu albuma"
449
-
450
- #~ msgid "Image size"
451
- #~ msgstr "Veličina slike"
452
-
453
- #~ msgid "Width (in px)"
454
- #~ msgstr "Širina (u pikselima)"
455
-
456
- #~ msgid "Height (in px)"
457
- #~ msgstr "Visina (u pikselima)"
458
-
459
- #~ msgid "Gallery image size"
460
- #~ msgstr "Veličina slika u galeriji"
461
-
462
- #~ msgid ""
463
- #~ "WordPress will create a new thumbnail with the specified dimensions when "
464
- #~ "you upload a new photo."
465
- #~ msgstr ""
466
- #~ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
467
- #~ "učitate novu sliku."
468
-
469
- #~ msgid "Gallery image size in the lightbox"
470
- #~ msgstr "Veličina slika u galeriji u lightbox skriptu"
471
-
472
- #~ msgid "Max width (in px)"
473
- #~ msgstr "Max širina (u pikselima)"
474
-
475
- #~ msgid "Max height (in px)"
476
- #~ msgstr "Max visina (u pikselima)"
477
-
478
- #~ msgid "Display a full size image in the lightbox"
479
- #~ msgstr "Prikaži sliku u punoj veličini u lightbox-u"
480
-
481
- #~ msgid "Crop position"
482
- #~ msgstr "Pozicija za kropovanje"
483
-
484
- #~ msgid "Horizontal"
485
- #~ msgstr "Horizontalno"
486
-
487
- #~ msgid "left"
488
- #~ msgstr "levo"
489
-
490
- #~ msgid "center"
491
- #~ msgstr "centar"
492
-
493
- #~ msgid "right"
494
- #~ msgstr "desno"
495
-
496
- #~ msgid "Vertical"
497
- #~ msgstr "Vertikalno"
498
-
499
- #~ msgid "top"
500
- #~ msgstr "vrh"
501
-
502
- #~ msgid "bottom"
503
- #~ msgstr "dno"
504
-
505
- #~ msgid "Lightbox background"
506
- #~ msgstr "Lightbox pozadina"
507
-
508
- #~ msgid "Default"
509
- #~ msgstr "Podrazumevano"
510
-
511
- #~ msgid "Background transparency (from 0 to 1)"
512
- #~ msgstr "Pozadinska transparentnost (od 0 do 1)"
513
-
514
- #~ msgid "Select a background color"
515
- #~ msgstr "Izaberi pozadinsku boju"
516
-
517
- #~ msgid "Background color"
518
- #~ msgstr "Pozadinska boja"
519
-
520
- #~ msgid ""
521
- #~ "This functionality is available in the Pro version of the plugin. For "
522
- #~ "more details, please follow the link"
523
- #~ msgstr ""
524
- #~ "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite "
525
- #~ "ovaj link"
526
-
527
- #~ msgid "Images with border"
528
- #~ msgstr "Slike sa okvirima"
529
-
530
- #~ msgid "Border width in px, just numbers"
531
- #~ msgstr "Širina okvira u pikselima, samo brojevi"
532
-
533
- #~ msgid "Select a border color"
534
- #~ msgstr "Izaberite boju okvira"
535
-
536
- #~ msgid "Number of images in the row"
537
- #~ msgstr "Broj slika u redu"
538
-
539
- #~ msgid "Start slideshow"
540
- #~ msgstr "Započni projekciju slajdova"
541
-
542
- #~ msgid "Slideshow interval"
543
- #~ msgstr "Interval projekcije slajdova"
544
-
545
- #~ msgid "Attachment ID"
546
- #~ msgstr "ID priloga"
547
-
548
- #~ msgid "Image Name"
549
- #~ msgstr "Ime slike"
550
-
551
- #~ msgid ""
552
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
553
- #~ "Media Gallery dialog)"
554
- #~ msgstr ""
555
- #~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
556
- #~ "Media Gallery)"
557
-
558
- #~ msgid "Random"
559
- #~ msgstr "Nasumično"
560
-
561
- #~ msgid "Sort images"
562
- #~ msgstr "Sortiraj slike"
563
-
564
- #~ msgid ""
565
- #~ "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
566
- #~ msgstr ""
567
- #~ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, "
568
- #~ "c)"
569
-
570
- #~ msgid ""
571
- #~ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
572
- #~ msgstr ""
573
- #~ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, "
574
- #~ "b, a)"
575
-
576
- #~ msgid "Display text above the image"
577
- #~ msgstr "Prikaži tekst iznad slike"
578
-
579
- #, fuzzy
580
- #~ msgid ""
581
- #~ "Turn off the checkbox, if you want to display text just in a lightbox"
582
- #~ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
583
-
584
- #~ msgid "Display the Back link"
585
- #~ msgstr "Prikaži povratni link"
586
-
587
- #~ msgid "Display the Back link in the shortcode"
588
- #~ msgstr "Prikaži povratni link u kratkom kodu"
589
-
590
- #~ msgid "The Back link text"
591
- #~ msgstr "Tekst u povratnom linku"
592
-
593
- #~ msgid "The Back link URL"
594
- #~ msgstr "URL povratnog linka"
595
-
596
- #~ msgid "Gallery page (Page with Gallery Template)"
597
- #~ msgstr "Stranica galerije (Stranica sa šablonom galerije)"
598
-
599
- #~ msgid "(Full URL to custom page)"
600
- #~ msgstr "(Puni URL ka korisničkoj stranici)"
601
-
602
- #~ msgid "The Read More link text"
603
- #~ msgstr "Tekst u linku Pročitaj više"
604
-
605
- #, fuzzy
606
- #~ msgid "Display Like buttons in the lightbox"
607
- #~ msgstr "Afficher une image en taille normale dans le boite"
608
-
609
- #~ msgid "FaceBook"
610
- #~ msgstr "FaceBook"
611
-
612
- #, fuzzy
613
- #~ msgid "Twitter"
614
- #~ msgstr "Titre"
615
-
616
- #~ msgid "Pinterest"
617
- #~ msgstr "Pinterest"
618
-
619
- #~ msgid "Google +1"
620
- #~ msgstr "Google +1"
621
-
622
- #~ msgid "Save Changes"
623
- #~ msgstr "Sačuvaj izmene"
624
-
625
- #~ msgid "FAQ"
626
- #~ msgstr "FAQ"
627
-
628
- #~ msgid "Support"
629
- #~ msgstr "Podrška"
630
-
631
- #~ msgid "Sorry, nothing found."
632
- #~ msgstr "Nažalost nije pronađeno"
633
-
634
- #~ msgid "Download high resolution image"
635
- #~ msgstr "Preuzmi sliku u visokoj rezoluciji"
636
-
637
- #~ msgid "Image"
638
- #~ msgstr "Slika"
639
-
640
- #~ msgid "Add New"
641
- #~ msgstr "Ajouter"
642
-
643
- #~ msgid "Search Galleries"
644
- #~ msgstr "Rechercher une galerie"
645
-
646
- #~ msgid "Please do not forget to select "
647
- #~ msgstr "Merci de ne pas oublier de sélectionner"
648
-
649
- #~ msgid "Attachments order by"
650
- #~ msgstr "Fichiers trier par"
651
-
652
- #~ msgid "attachments order"
653
- #~ msgstr "ordre des fichiers"
654
-
655
- #~ msgid "Size for gallery image"
656
- #~ msgstr "Taille de la vignette de la galerie"
657
-
658
- #~ msgid "attachment title"
659
- #~ msgstr "titre du fichier"
660
-
661
- #~ msgid "Attachments order"
662
- #~ msgstr "Ordre des fichiers"
663
-
664
- #~ msgid "Label for Return link"
665
- #~ msgstr "Texte du lien de retour"
666
-
667
- #~ msgid "URL for Return link"
668
- #~ msgstr "URL du lien de retour"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/languages/bestweblayout-sv_SE.mo DELETED
Binary file
bwl_menu/languages/bestweblayout-sv_SE.po DELETED
@@ -1,518 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestweblayout\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-21 12:50+0300\n"
6
- "PO-Revision-Date: 2014-11-21 12:50+0300\n"
7
- "Last-Translator: bestweblayout.com <wp@bestweblayout.com>\n"
8
- "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
- "Language: sv_SE\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.7\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: bwl_menu.php:77
20
- msgid "Not set"
21
- msgstr "Inte angiven"
22
-
23
- #: bwl_menu.php:79
24
- #: bwl_menu.php:80
25
- msgid "On"
26
- msgstr "På"
27
-
28
- #: bwl_menu.php:79
29
- #: bwl_menu.php:80
30
- msgid "Off"
31
- msgstr "Av"
32
-
33
- #: bwl_menu.php:81
34
- #: bwl_menu.php:82
35
- #: bwl_menu.php:83
36
- #: bwl_menu.php:84
37
- #: bwl_menu.php:85
38
- #: bwl_menu.php:97
39
- msgid "N/A"
40
- msgstr "Finns ej"
41
-
42
- #: bwl_menu.php:85
43
- msgid " Mb"
44
- msgstr " Mb"
45
-
46
- #: bwl_menu.php:86
47
- #: bwl_menu.php:87
48
- #: bwl_menu.php:88
49
- #: bwl_menu.php:93
50
- msgid "Yes"
51
- msgstr "Ja"
52
-
53
- #: bwl_menu.php:86
54
- #: bwl_menu.php:87
55
- #: bwl_menu.php:88
56
- #: bwl_menu.php:95
57
- msgid "No"
58
- msgstr "Nej"
59
-
60
- #: bwl_menu.php:105
61
- msgid "Operating System"
62
- msgstr "Operativsystem"
63
-
64
- #: bwl_menu.php:106
65
- msgid "Server"
66
- msgstr "Server"
67
-
68
- #: bwl_menu.php:107
69
- msgid "Memory usage"
70
- msgstr "Minnesanvändning"
71
-
72
- #: bwl_menu.php:108
73
- msgid "MYSQL Version"
74
- msgstr "MySQL-version"
75
-
76
- #: bwl_menu.php:109
77
- msgid "SQL Mode"
78
- msgstr "SQL-läge"
79
-
80
- #: bwl_menu.php:110
81
- msgid "PHP Version"
82
- msgstr "PHP-version"
83
-
84
- #: bwl_menu.php:111
85
- msgid "PHP Safe Mode"
86
- msgstr "PHP säkert läge"
87
-
88
- #: bwl_menu.php:112
89
- msgid "PHP Allow URL fopen"
90
- msgstr "PHP tillåt URL fopen"
91
-
92
- #: bwl_menu.php:113
93
- msgid "PHP Memory Limit"
94
- msgstr "PHP Minnesgräns"
95
-
96
- #: bwl_menu.php:114
97
- msgid "PHP Max Upload Size"
98
- msgstr "PHP Max uppladdningstorlek"
99
-
100
- #: bwl_menu.php:115
101
- msgid "PHP Max Post Size"
102
- msgstr "PHP Max poststorlek"
103
-
104
- #: bwl_menu.php:116
105
- msgid "PHP Max Script Execute Time"
106
- msgstr "PHP Max skriptexekverinstid"
107
-
108
- #: bwl_menu.php:117
109
- msgid "PHP Exif support"
110
- msgstr "PHP Exifstöd"
111
-
112
- #: bwl_menu.php:118
113
- msgid "PHP IPTC support"
114
- msgstr "PHP ITPC-stöd"
115
-
116
- #: bwl_menu.php:119
117
- msgid "PHP XML support"
118
- msgstr "PHP XML-stöd"
119
-
120
- #: bwl_menu.php:120
121
- msgid "Site URL"
122
- msgstr "SajtURL"
123
-
124
- #: bwl_menu.php:121
125
- msgid "Home URL"
126
- msgstr "HemURL"
127
-
128
- #: bwl_menu.php:124
129
- msgid "WordPress Version"
130
- msgstr "WordPress-version"
131
-
132
- #: bwl_menu.php:125
133
- msgid "WordPress DB Version"
134
- msgstr "WordPress-DB-version"
135
-
136
- #: bwl_menu.php:126
137
- msgid "Multisite"
138
- msgstr "Multisajt"
139
-
140
- #: bwl_menu.php:127
141
- msgid "Active Theme"
142
- msgstr "Aktivt tema"
143
-
144
- #: bwl_menu.php:142
145
- msgid "Please enter a valid email address."
146
- msgstr "Var god ange en giltig epost-adress."
147
-
148
- #: bwl_menu.php:146
149
- msgid "Email with system info is sent to "
150
- msgstr "Epost med systeminfo är skickat till"
151
-
152
- #: bwl_menu.php:150
153
- msgid "Thank you for contacting us."
154
- msgstr "Tack för att du kontaktade oss."
155
-
156
- #: bwl_menu.php:183
157
- msgid "Sorry, email message could not be delivered."
158
- msgstr "Ledsen, eposten kunde inte levereras."
159
-
160
- #: bwl_menu.php:191
161
- #: bwl_menu.php:301
162
- msgid "System status"
163
- msgstr "Systemstatus"
164
-
165
- #: bwl_menu.php:196
166
- #, fuzzy
167
- msgid "Plugins"
168
- msgstr "Betaltillägg"
169
-
170
- #: bwl_menu.php:200
171
- msgid "All"
172
- msgstr ""
173
-
174
- #: bwl_menu.php:201
175
- #, fuzzy
176
- msgid "Installed"
177
- msgstr "Installera %s"
178
-
179
- #: bwl_menu.php:202
180
- #, fuzzy
181
- msgid "Recommended"
182
- msgstr "Rekommenderade tillägg"
183
-
184
- #: bwl_menu.php:206
185
- msgid "Installed plugins"
186
- msgstr "Installerade tillägg"
187
-
188
- #: bwl_menu.php:234
189
- #: bwl_menu.php:254
190
- #: bwl_menu.php:291
191
- #, fuzzy
192
- msgid "Learn more"
193
- msgstr "Läs mer"
194
-
195
- #: bwl_menu.php:237
196
- msgid "Settings"
197
- msgstr "Inställningar"
198
-
199
- #: bwl_menu.php:256
200
- #, fuzzy
201
- msgid "Activate this plugin"
202
- msgstr "Aktiverade tillägg"
203
-
204
- #: bwl_menu.php:256
205
- #, fuzzy
206
- msgid "Activate"
207
- msgstr "Aktiverade tillägg"
208
-
209
- #: bwl_menu.php:264
210
- msgid "Recommended plugins"
211
- msgstr "Rekommenderade tillägg"
212
-
213
- #: bwl_menu.php:293
214
- #, fuzzy
215
- msgid "Install now"
216
- msgstr "Установить сейчас"
217
-
218
- #: bwl_menu.php:304
219
- msgid "Environment"
220
- msgstr "Miljövariabler"
221
-
222
- #: bwl_menu.php:315
223
- msgid "Active Plugins"
224
- msgstr "Aktiverade tillägg"
225
-
226
- #: bwl_menu.php:328
227
- msgid "Inactive Plugins"
228
- msgstr "Inaktiverade tillägg"
229
-
230
- #: bwl_menu.php:344
231
- msgid "Send to support"
232
- msgstr "Skicka till support"
233
-
234
- #: bwl_menu.php:351
235
- msgid "Send to custom email &#187;"
236
- msgstr "Skicka till anpassad epost &#187;"
237
-
238
- #~ msgid "Install %s"
239
- #~ msgstr "Installera %s"
240
-
241
- #~ msgid "Install Now"
242
- #~ msgstr "Установить сейчас"
243
-
244
- #, fuzzy
245
- #~ msgid "Already Installed"
246
- #~ msgstr "Installera %s"
247
-
248
- #~ msgid "Pro plugins"
249
- #~ msgstr "Betaltillägg"
250
-
251
- #~ msgid "Activated plugins"
252
- #~ msgstr "Aktiverade tillägg"
253
-
254
- #~ msgid "Read more"
255
- #~ msgstr "Läs mer"
256
-
257
- #~ msgid "Purchase"
258
- #~ msgstr "Köp"
259
-
260
- #~ msgid "Free plugins"
261
- #~ msgstr "Gratis tillägg"
262
-
263
- #~ msgid "Download"
264
- #~ msgstr "Hämta"
265
-
266
- #~ msgid "Install now from wordpress.org"
267
- #~ msgstr "Installera nu från wordpress.org"
268
-
269
- #, fuzzy
270
- #~ msgid "Activated theme"
271
- #~ msgstr "Aktivt tema"
272
-
273
- #, fuzzy
274
- #~ msgid "Installed themes"
275
- #~ msgstr "Installera %s"
276
-
277
- #, fuzzy
278
- #~ msgid "Recommended themes"
279
- #~ msgstr "Rekommenderade tillägg"
280
-
281
- #~ msgid "If you have any questions, please contact us via"
282
- #~ msgstr "Om du har några frågor, kontakta oss via"
283
-
284
- #, fuzzy
285
- #~ msgid "installed"
286
- #~ msgstr "Installera %s"
287
-
288
- #~ msgid "Login form"
289
- #~ msgstr "Inloggningsformulär"
290
-
291
- #~ msgid "Registration form"
292
- #~ msgstr "Registreringsformulär"
293
-
294
- #~ msgid "Register form"
295
- #~ msgstr "Registreringsformulär"
296
-
297
- #~ msgid "Reset Password form"
298
- #~ msgstr "Formulär för att återställa lösenord"
299
-
300
- #~ msgid "Lost password form"
301
- #~ msgstr "Formulär för att återställa lösenord"
302
-
303
- #~ msgid "Comments form"
304
- #~ msgstr "Kommentarsformulär"
305
-
306
- #~ msgid "Hide CAPTCHA for registered users"
307
- #~ msgstr "Dölj CAPTCHA för registrerade användare"
308
-
309
- #~ msgid "Plus (&#43;)"
310
- #~ msgstr "Plus (&#43;)"
311
-
312
- #~ msgid "Plus"
313
- #~ msgstr "Plus"
314
-
315
- #~ msgid "Minus (&minus;)"
316
- #~ msgstr "Minus (&minus;)"
317
-
318
- #~ msgid "Minus"
319
- #~ msgstr "Minus"
320
-
321
- #~ msgid "Multiplication (&times;)"
322
- #~ msgstr "Multiplikation (&times;)"
323
-
324
- #~ msgid "Multiply"
325
- #~ msgstr "Multiplicera"
326
-
327
- #~ msgid "Numbers"
328
- #~ msgstr "Siffror"
329
-
330
- #~ msgid "Words"
331
- #~ msgstr "Ord"
332
-
333
- #~ msgid "Captcha Settings"
334
- #~ msgstr "Captchainställningar"
335
-
336
- #~ msgid "Captcha"
337
- #~ msgstr "Captcha"
338
-
339
- #~ msgid "FAQ"
340
- #~ msgstr "FAQ"
341
-
342
- #~ msgid "Support"
343
- #~ msgstr "Support"
344
-
345
- #~ msgid ""
346
- #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
347
- #~ msgstr ""
348
- #~ "Var god markera ett val i avdelningarna Aritmetiska metoder och "
349
- #~ "Svårighetsgrad för CAPTCHA"
350
-
351
- #~ msgid "Options saved."
352
- #~ msgstr "Inställningar sparade."
353
-
354
- #~ msgid "Enable CAPTCHA for:"
355
- #~ msgstr "Aktivera CAPTCHA för:"
356
-
357
- #~ msgid "Contact form"
358
- #~ msgstr "Kontaktformulär"
359
-
360
- #~ msgid "(powered by bestweblayout.com)"
361
- #~ msgstr "(tillhandahålls av bestweblayout.com)"
362
-
363
- #~ msgid "Activate contact form"
364
- #~ msgstr "Aktivera kontaktformulär"
365
-
366
- #~ msgid "Download contact form"
367
- #~ msgstr "Hämta kontaktformulär"
368
-
369
- #~ msgid ""
370
- #~ "If you would like to customize this plugin for a custom form, please "
371
- #~ "contact us via"
372
- #~ msgstr ""
373
- #~ "Om du vill anpassa detta tillägg för ett skräddarsytt formulär, vänligen "
374
- #~ "kontakta oss via"
375
-
376
- #~ msgid "Title for CAPTCHA in the form"
377
- #~ msgstr "Etikett för CAPTCHA i formulär"
378
-
379
- #~ msgid "Arithmetic actions for CAPTCHA"
380
- #~ msgstr "Aritmetiska metoder för CAPTCHA"
381
-
382
- #~ msgid "CAPTCHA complexity level"
383
- #~ msgstr "CAPTCHA-svårighetsgrad"
384
-
385
- #~ msgid "Save Changes"
386
- #~ msgstr "Spara ändringar"
387
-
388
- #~ msgid "ERROR"
389
- #~ msgstr "FEL"
390
-
391
- #~ msgid "Please fill the form."
392
- #~ msgstr "Var god fyll i formuläret."
393
-
394
- #~ msgid "Please enter a valid CAPTCHA value."
395
- #~ msgstr "Var god fyll i CAPTCHA."
396
-
397
- #~ msgid ""
398
- #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
399
- #~ "on your browser, and try again."
400
- #~ msgstr ""
401
- #~ "Fel: Du angav ett felaktigt svar i fältet för CAPTCHA. Klicka på tillbaka-"
402
- #~ "knappen i din webbläsare och försök igen."
403
-
404
- #~ msgid "zero"
405
- #~ msgstr "noll"
406
-
407
- #~ msgid "one"
408
- #~ msgstr "ett"
409
-
410
- #~ msgid "two"
411
- #~ msgstr "två"
412
-
413
- #~ msgid "three"
414
- #~ msgstr "tre"
415
-
416
- #~ msgid "four"
417
- #~ msgstr "fyra"
418
-
419
- #~ msgid "five"
420
- #~ msgstr "fem"
421
-
422
- #~ msgid "six"
423
- #~ msgstr "sex"
424
-
425
- #~ msgid "seven"
426
- #~ msgstr "sju"
427
-
428
- #~ msgid "eight"
429
- #~ msgstr "åtta"
430
-
431
- #~ msgid "nine"
432
- #~ msgstr "nio"
433
-
434
- #~ msgid "eleven"
435
- #~ msgstr "elva"
436
-
437
- #~ msgid "twelve"
438
- #~ msgstr "tolv"
439
-
440
- #~ msgid "thirteen"
441
- #~ msgstr "tretton"
442
-
443
- #~ msgid "fourteen"
444
- #~ msgstr "fjorton"
445
-
446
- #~ msgid "fifteen"
447
- #~ msgstr "femton"
448
-
449
- #~ msgid "sixteen"
450
- #~ msgstr "sexton"
451
-
452
- #~ msgid "seventeen"
453
- #~ msgstr "sjutton"
454
-
455
- #~ msgid "eighteen"
456
- #~ msgstr "arton"
457
-
458
- #~ msgid "nineteen"
459
- #~ msgstr "nitton"
460
-
461
- #~ msgid "ten"
462
- #~ msgstr "tio"
463
-
464
- #~ msgid "twenty"
465
- #~ msgstr "tjugo"
466
-
467
- #~ msgid "thirty"
468
- #~ msgstr "trettio"
469
-
470
- #~ msgid "forty"
471
- #~ msgstr "fyrtio"
472
-
473
- #~ msgid "fifty"
474
- #~ msgstr "femtio"
475
-
476
- #~ msgid "sixty"
477
- #~ msgstr "sextio"
478
-
479
- #~ msgid "seventy"
480
- #~ msgstr "sjuttio"
481
-
482
- #~ msgid "eighty"
483
- #~ msgstr "åttio"
484
-
485
- #~ msgid "ninety"
486
- #~ msgstr "nittio"
487
-
488
- #~ msgid "and"
489
- #~ msgstr "och"
490
-
491
- #~ msgid "Encryption password is not set"
492
- #~ msgstr "Lösenord för kodning har inte angetts"
493
-
494
- #~ msgid "Decryption password is not set"
495
- #~ msgstr "Lösenord för avkodning har inte angetts"
496
-
497
- #, fuzzy
498
- #~ msgid ""
499
- #~ "If you have any questions, please contact us via plugin@bestweblayout.com "
500
- #~ "or fill in the contact form on our website"
501
- #~ msgstr ""
502
- #~ "Om du har frågor, vänligen kontakta oss via plugin@bestweblayout.com "
503
- #~ "eller fyll i kontaktformuläret på vår hemsida"
504
-
505
- #~ msgid "Increase"
506
- #~ msgstr "Öka"
507
-
508
- #~ msgid "Difficulty for CAPTCHA"
509
- #~ msgstr "Svårighetsgrad för CAPTCHA"
510
-
511
- #~ msgid "That CAPTCHA was incorrect."
512
- #~ msgstr "Angiven CAPTCHA var felaktig."
513
-
514
- #~ msgid "The password of encryption is not set"
515
- #~ msgstr "Lösenordet för krytering har inte angetts"
516
-
517
- #~ msgid "null"
518
- #~ msgstr "noll"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bwl_menu/languages/bestweblayout-uk.mo DELETED
Binary file
bwl_menu/languages/bestweblayout-uk.po DELETED
@@ -1,547 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestweblayout\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-11-21 12:50+0300\n"
6
- "PO-Revision-Date: 2014-11-21 12:52+0300\n"
7
- "Last-Translator: bestweblayout.com <wp@bestweblayout.com>\n"
8
- "Language-Team: bestweblayout.com <wp@bestweblayout.com>\n"
9
- "Language: ru_RU\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.5\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: bwl_menu.php:77
20
- msgid "Not set"
21
- msgstr "Не задано"
22
-
23
- #: bwl_menu.php:79
24
- #: bwl_menu.php:80
25
- msgid "On"
26
- msgstr "Увімк."
27
-
28
- #: bwl_menu.php:79
29
- #: bwl_menu.php:80
30
- msgid "Off"
31
- msgstr "Вимк."
32
-
33
- #: bwl_menu.php:81
34
- #: bwl_menu.php:82
35
- #: bwl_menu.php:83
36
- #: bwl_menu.php:84
37
- #: bwl_menu.php:85
38
- #: bwl_menu.php:97
39
- msgid "N/A"
40
- msgstr "Невідомо"
41
-
42
- #: bwl_menu.php:85
43
- msgid " Mb"
44
- msgstr "Мб"
45
-
46
- #: bwl_menu.php:86
47
- #: bwl_menu.php:87
48
- #: bwl_menu.php:88
49
- #: bwl_menu.php:93
50
- msgid "Yes"
51
- msgstr "Так"
52
-
53
- #: bwl_menu.php:86
54
- #: bwl_menu.php:87
55
- #: bwl_menu.php:88
56
- #: bwl_menu.php:95
57
- msgid "No"
58
- msgstr "Ні"
59
-
60
- #: bwl_menu.php:105
61
- msgid "Operating System"
62
- msgstr "Операційна система"
63
-
64
- #: bwl_menu.php:106
65
- msgid "Server"
66
- msgstr "Тип серверу"
67
-
68
- #: bwl_menu.php:107
69
- msgid "Memory usage"
70
- msgstr "Пам’яті використано"
71
-
72
- #: bwl_menu.php:108
73
- msgid "MYSQL Version"
74
- msgstr "Версія MYSQL"
75
-
76
- #: bwl_menu.php:109
77
- msgid "SQL Mode"
78
- msgstr "Режим SQL"
79
-
80
- #: bwl_menu.php:110
81
- msgid "PHP Version"
82
- msgstr "Версія PHP"
83
-
84
- #: bwl_menu.php:111
85
- msgid "PHP Safe Mode"
86
- msgstr "PHP Безпечний режим"
87
-
88
- #: bwl_menu.php:112
89
- msgid "PHP Allow URL fopen"
90
- msgstr "Дозволити PHP URL fopen"
91
-
92
- #: bwl_menu.php:113
93
- msgid "PHP Memory Limit"
94
- msgstr "Ліміт пам’яті"
95
-
96
- #: bwl_menu.php:114
97
- msgid "PHP Max Upload Size"
98
- msgstr "Макс. розмір файлу, що завантажується"
99
-
100
- #: bwl_menu.php:115
101
- msgid "PHP Max Post Size"
102
- msgstr "Макс. розмір посту"
103
-
104
- #: bwl_menu.php:116
105
- msgid "PHP Max Script Execute Time"
106
- msgstr "Макс. час виконання сценарію"
107
-
108
- #: bwl_menu.php:117
109
- msgid "PHP Exif support"
110
- msgstr "Підтримка PHP Exif"
111
-
112
- #: bwl_menu.php:118
113
- msgid "PHP IPTC support"
114
- msgstr "Підтримка PHP IPTC"
115
-
116
- #: bwl_menu.php:119
117
- msgid "PHP XML support"
118
- msgstr "Підтримка PHP XML"
119
-
120
- #: bwl_menu.php:120
121
- msgid "Site URL"
122
- msgstr "Адреса сайту"
123
-
124
- #: bwl_menu.php:121
125
- msgid "Home URL"
126
- msgstr "Адреса домашньої сторінки"
127
-
128
- #: bwl_menu.php:124
129
- msgid "WordPress Version"
130
- msgstr "Версія WordPress"
131
-
132
- #: bwl_menu.php:125
133
- msgid "WordPress DB Version"
134
- msgstr "Версія бази даних WordPress"
135
-
136
- #: bwl_menu.php:126
137
- msgid "Multisite"
138
- msgstr "Мультисайт"
139
-
140
- #: bwl_menu.php:127
141
- msgid "Active Theme"
142
- msgstr "Активна тема"
143
-
144
- #: bwl_menu.php:142
145
- msgid "Please enter a valid email address."
146
- msgstr "Будь ласка, введіть коректний емейл."
147
-
148
- #: bwl_menu.php:146
149
- msgid "Email with system info is sent to "
150
- msgstr "Емейл з системною інформацією надіслано на"
151
-
152
- #: bwl_menu.php:150
153
- msgid "Thank you for contacting us."
154
- msgstr "Дякуємо, що звернулись до нас."
155
-
156
- #: bwl_menu.php:183
157
- msgid "Sorry, email message could not be delivered."
158
- msgstr "Вибачте, ваше емейл не може бути доставлено"
159
-
160
- #: bwl_menu.php:191
161
- #: bwl_menu.php:301
162
- msgid "System status"
163
- msgstr "Системна інформація"
164
-
165
- #: bwl_menu.php:196
166
- msgid "Plugins"
167
- msgstr "Плагіни"
168
-
169
- #: bwl_menu.php:200
170
- msgid "All"
171
- msgstr "Всі"
172
-
173
- #: bwl_menu.php:201
174
- msgid "Installed"
175
- msgstr "Встановлені"
176
-
177
- #: bwl_menu.php:202
178
- msgid "Recommended"
179
- msgstr "Рекомендовані "
180
-
181
- #: bwl_menu.php:206
182
- msgid "Installed plugins"
183
- msgstr "Встановлені плагіни"
184
-
185
- #: bwl_menu.php:234
186
- #: bwl_menu.php:254
187
- #: bwl_menu.php:291
188
- msgid "Learn more"
189
- msgstr "Дізнатись більше"
190
-
191
- #: bwl_menu.php:237
192
- msgid "Settings"
193
- msgstr "Налаштування"
194
-
195
- #: bwl_menu.php:256
196
- msgid "Activate this plugin"
197
- msgstr "Активувати плагін"
198
-
199
- #: bwl_menu.php:256
200
- msgid "Activate"
201
- msgstr "Активувати"
202
-
203
- #: bwl_menu.php:264
204
- msgid "Recommended plugins"
205
- msgstr "Рекомендовані плагіни"
206
-
207
- #: bwl_menu.php:293
208
- msgid "Install now"
209
- msgstr "Встановити"
210
-
211
- #: bwl_menu.php:304
212
- msgid "Environment"
213
- msgstr "Системне оточення"
214
-
215
- #: bwl_menu.php:315
216
- msgid "Active Plugins"
217
- msgstr "Активні плагіни"
218
-
219
- #: bwl_menu.php:328
220
- msgid "Inactive Plugins"
221
- msgstr "Не активні плагіни"
222
-
223
- #: bwl_menu.php:344
224
- msgid "Send to support"
225
- msgstr "Відправити службі тех. підтримки"
226
-
227
- #: bwl_menu.php:351
228
- msgid "Send to custom email &#187;"
229
- msgstr "Відправити на електронну адресу &#187;"
230
-
231
- #~ msgid "Need help?"
232
- #~ msgstr "Потрібна допомога?"
233
-
234
- #~ msgid "Client area"
235
- #~ msgstr "Клієнтам"
236
-
237
- #~ msgid "Themes"
238
- #~ msgstr "Теми"
239
-
240
- #~ msgid "Go"
241
- #~ msgstr "Перейти"
242
-
243
- #~ msgid "DONATE"
244
- #~ msgstr "Підтримати нас"
245
-
246
- #~ msgid "Try again"
247
- #~ msgstr "Спробувати ще раз"
248
-
249
- #~ msgid "Preview &#8220;%s&#8221;"
250
- #~ msgstr "Попередній перегляд &#8220;%s&#8221;"
251
-
252
- #~ msgid "Install %s"
253
- #~ msgstr "Встановити %s"
254
-
255
- #~ msgid "Install Now"
256
- #~ msgstr "Встановити"
257
-
258
- #~ msgid "Update to version %s"
259
- #~ msgstr "Оновити до версії %s"
260
-
261
- #~ msgid "Update"
262
- #~ msgstr "Оновити"
263
-
264
- #~ msgid "Preview %s"
265
- #~ msgstr "Попередній перегляд %s"
266
-
267
- #~ msgid "Preview"
268
- #~ msgstr "Попередній перегляд"
269
-
270
- #~ msgid "By %s"
271
- #~ msgstr "За %s"
272
-
273
- #~ msgid "Details"
274
- #~ msgstr "Деталі"
275
-
276
- #~ msgid "Already Installed"
277
- #~ msgstr "Уже встановлено %s"
278
-
279
- #~ msgid "Pro plugins"
280
- #~ msgstr "Плагіни про-версії"
281
-
282
- #~ msgid "Activated plugins"
283
- #~ msgstr "Активовані плагіни"
284
-
285
- #~ msgid "Read more"
286
- #~ msgstr "Детальніше..."
287
-
288
- #~ msgid "Purchase"
289
- #~ msgstr "Купити"
290
-
291
- #~ msgid "Free plugins"
292
- #~ msgstr "Безкоштовні плагіни"
293
-
294
- #~ msgid "Download"
295
- #~ msgstr "Завантажити"
296
-
297
- #~ msgid "Install now from wordpress.org"
298
- #~ msgstr "Установити з wordpress.org"
299
-
300
- #, fuzzy
301
- #~ msgid "Activated theme"
302
- #~ msgstr "Поточна тема"
303
-
304
- #, fuzzy
305
- #~ msgid "Installed themes"
306
- #~ msgstr "Установлено %s"
307
-
308
- #, fuzzy
309
- #~ msgid "Recommended themes"
310
- #~ msgstr "Рекомендовані до установки плагіни"
311
-
312
- #~ msgid "If you have any questions, please contact us via"
313
- #~ msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
314
-
315
- #, fuzzy
316
- #~ msgid "installed"
317
- #~ msgstr "Установлено %s"
318
-
319
- #~ msgid "Login form"
320
- #~ msgstr "Форма логина"
321
-
322
- #~ msgid "Registration form"
323
- #~ msgstr "Форма регистрации"
324
-
325
- #~ msgid "Register form"
326
- #~ msgstr "Форма регистрации"
327
-
328
- #~ msgid "Reset Password form"
329
- #~ msgstr "Форма восстановления пароля"
330
-
331
- #~ msgid "Lost password form"
332
- #~ msgstr "Форма восстановления пароля"
333
-
334
- #~ msgid "Comments form"
335
- #~ msgstr "Форма комментариев"
336
-
337
- #~ msgid "Hide CAPTCHA for registered users"
338
- #~ msgstr "Не отображать для зарегистрированных пользователей"
339
-
340
- #~ msgid "Plus (&#43;)"
341
- #~ msgstr "Плюс (&#43;)"
342
-
343
- #~ msgid "Plus"
344
- #~ msgstr "Плюс (&#43;)"
345
-
346
- #~ msgid "Minus (&minus;)"
347
- #~ msgstr "Минус (&minus;)"
348
-
349
- #~ msgid "Minus"
350
- #~ msgstr "Минус (&minus;)"
351
-
352
- #~ msgid "Multiplication (&times;)"
353
- #~ msgstr "Умножение (&times;)"
354
-
355
- #~ msgid "Multiply"
356
- #~ msgstr "Умножить"
357
-
358
- #~ msgid "Numbers"
359
- #~ msgstr "Цифры"
360
-
361
- #~ msgid "Words"
362
- #~ msgstr "Слова"
363
-
364
- #~ msgid "Captcha Settings"
365
- #~ msgstr "Настройки КАПЧИ"
366
-
367
- #~ msgid "Captcha"
368
- #~ msgstr "КАПЧА"
369
-
370
- #~ msgid "FAQ"
371
- #~ msgstr "FAQ"
372
-
373
- #~ msgid "Support"
374
- #~ msgstr "Поддержка"
375
-
376
- #~ msgid ""
377
- #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
378
- #~ msgstr ""
379
- #~ "Пожалуйста, выберите 1 пункт из блока Арифметические дейтсвия и Сложность "
380
- #~ "для КАПЧИ"
381
-
382
- #~ msgid "Options saved."
383
- #~ msgstr "Опции сохранены"
384
-
385
- #~ msgid "Enable CAPTCHA for:"
386
- #~ msgstr "Отображать КАПЧУ для:"
387
-
388
- #~ msgid "Contact form"
389
- #~ msgstr "Контактная форма"
390
-
391
- #~ msgid "(powered by bestweblayout.com)"
392
- #~ msgstr "(разработано компанией bestweblayout.com)"
393
-
394
- #~ msgid "Activate contact form"
395
- #~ msgstr "Активировать контакную форму"
396
-
397
- #~ msgid "Download contact form"
398
- #~ msgstr "Скачать контактную форму"
399
-
400
- #~ msgid ""
401
- #~ "If you would like to customize this plugin for a custom form, please "
402
- #~ "contact us via"
403
- #~ msgstr ""
404
- #~ "Если вы хотите кастомизировать плагин для кастомной формы, обращайтесь на"
405
-
406
- #~ msgid "Title for CAPTCHA in the form"
407
- #~ msgstr "Заголовок для КАПЧИ в форме"
408
-
409
- #~ msgid "Arithmetic actions for CAPTCHA"
410
- #~ msgstr "Арифметические действия для КАПЧИ"
411
-
412
- #~ msgid "CAPTCHA complexity level"
413
- #~ msgstr "Уровень сложности КАПЧИ"
414
-
415
- #~ msgid "Save Changes"
416
- #~ msgstr "Сохранить изменения"
417
-
418
- #~ msgid "ERROR"
419
- #~ msgstr "Ошибка"
420
-
421
- #~ msgid "Please fill the form."
422
- #~ msgstr "Пожалуйста, заполните КАПЧУ."
423
-
424
- #~ msgid "Please enter a valid CAPTCHA value."
425
- #~ msgstr "Пожалуйста, заполните КАПЧУ."
426
-
427
- #~ msgid ""
428
- #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
429
- #~ "on your browser, and try again."
430
- #~ msgstr ""
431
- #~ "Ошибка: Вы ввели КАПЧУ неправильно. Надмите НАЗАД в браузере и попробуйте "
432
- #~ "еще раз"
433
-
434
- #~ msgid "zero"
435
- #~ msgstr "ноль"
436
-
437
- #~ msgid "one"
438
- #~ msgstr "один"
439
-
440
- #~ msgid "two"
441
- #~ msgstr "два"
442
-
443
- #~ msgid "three"
444
- #~ msgstr "три"
445
-
446
- #~ msgid "four"
447
- #~ msgstr "четыре"
448
-
449
- #~ msgid "five"
450
- #~ msgstr "пять"
451
-
452
- #~ msgid "six"
453
- #~ msgstr "шесть"
454
-
455
- #~ msgid "seven"
456
- #~ msgstr "семь"
457
-
458
- #~ msgid "eight"
459
- #~ msgstr "восемь"
460
-
461
- #~ msgid "nine"
462
- #~ msgstr "девять"
463
-
464
- #~ msgid "eleven"
465
- #~ msgstr "одиннадцать"
466
-
467
- #~ msgid "twelve"
468
- #~ msgstr "двенадать"
469
-
470
- #~ msgid "thirteen"
471
- #~ msgstr "тринадцать"
472
-
473
- #~ msgid "fourteen"
474
- #~ msgstr "четырнадать"
475
-
476
- #~ msgid "fifteen"
477
- #~ msgstr "пятнадцать"
478
-
479
- #~ msgid "sixteen"
480
- #~ msgstr "шестнадцать"
481
-
482
- #~ msgid "seventeen"
483
- #~ msgstr "семнадцать"
484
-
485
- #~ msgid "eighteen"
486
- #~ msgstr "восемнадцать"
487
-
488
- #~ msgid "nineteen"
489
- #~ msgstr "девятнадцать"
490
-
491
- #~ msgid "ten"
492
- #~ msgstr "десять"
493
-
494
- #~ msgid "twenty"
495
- #~ msgstr "двадцать"
496
-
497
- #~ msgid "thirty"
498
- #~ msgstr "тридцать"
499
-
500
- #~ msgid "forty"
501
- #~ msgstr "сорок"
502
-
503
- #~ msgid "fifty"
504
- #~ msgstr "пятьдесят"
505
-
506
- #~ msgid "sixty"
507
- #~ msgstr "шестьдесят"
508
-
509
- #~ msgid "seventy"
510
- #~ msgstr "семьдесят"
511
-
512
- #~ msgid "eighty"
513
- #~ msgstr "восемьдесят"
514
-
515
- #~ msgid "ninety"
516
- #~ msgstr "девяносто"
517
-
518
- #~ msgid "and"
519
- #~ msgstr "и"
520
-
521
- #~ msgid "Encryption password is not set"
522
- #~ msgstr "Пароль для шифрования не установлен"
523
-
524
- #~ msgid "Decryption password is not set"
525
- #~ msgstr "Пароль для дешифровки не установлен"
526
-
527
- #~ msgid ""
528
- #~ "If you have any questions, please contact us via plugin@bestweblayout.com "
529
- #~ "or fill in the contact form on our website"
530
- #~ msgstr ""
531
- #~ "Если у вас есть какие-то впросы, обращайтесь на plugin@bestweblayout.com "
532
- #~ "или заполните контактную форму на нашем сайте"
533
-
534
- #~ msgid "The password of encryption is not set"
535
- #~ msgstr "Пароль для шифрования не установлен"
536
-
537
- #~ msgid "Increase"
538
- #~ msgstr "Умножить"
539
-
540
- #~ msgid "Difficulty for CAPTCHA"
541
- #~ msgstr "Уровень сложности КАПЧИ"
542
-
543
- #~ msgid "That CAPTCHA was incorrect."
544
- #~ msgstr "КАПЧА введена некорректно"
545
-
546
- #~ msgid "null"
547
- #~ msgstr "ноль"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/style.css CHANGED
File without changes
images/px.png DELETED
Binary file
languages/bdr-it_IT.mo CHANGED
File without changes
languages/bdr-it_IT.po CHANGED
File without changes
languages/bdr-ru_RU.mo CHANGED
File without changes
languages/bdr-ru_RU.po CHANGED
File without changes
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Better Delete Revision ===
2
- Contributors: galerio, Urda, bestweblayout
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K72TR62V5ZDU8
4
  Tags: better delete revision, revision, delete, remove, removal, revision removal, delete revision, disable revision, no revision, revision manager, manage revision, remove revision, post revision, page revision, optimize database, database optimization, optimize, fast, light, faster, lighter, speed up, improve site performance, redundant revisions, perform optimization, delete revision from database, remove old database content, reduce database size
5
  Requires at least: 2.7
6
  Tested up to: 4.0.1
7
- Stable tag: 1.6
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -17,7 +17,7 @@ Better Delete Revision is based on the old "Delete Revision" plugin but it is co
17
  = Your current published, scheduled, and draft posts are never touched by this plugin! =
18
  This plugin can also perform optimizations on your Wordpress database. With optimization and old revision removal this plugin will keep your database lighter and smaller throughout use. Removing old revisions and database optimizations is one of the best things you can do to your Wordpress blog to keep it running as fast as it can.
19
 
20
- Please pay ATTENTION, if you use the NextGEN Gallery plugin, some problems may occur when deleting revisions of posts or pages that contain the shortcode of the NextGEN Gallery plugin. So if you also use the NextGEN Gallery plugin we recommend you to make a backup before using the Better Delete Revision.
21
 
22
  Wordpress MU or customs installation (like some pre-made installation of some Hosting Providers) are not yet supported. Wordpress MU support is in our TODO list.
23
 
@@ -67,6 +67,9 @@ No. The revision posts is redundancy, is not the same that the normal posts. For
67
 
68
  == Changelog ==
69
 
 
 
 
70
  = V1.6 - 21.11.2014 =
71
  * Update : We updated all functionality for Wordpress 4.0.1.
72
  * NEW : We added a menu page.
1
  === Better Delete Revision ===
2
+ Contributors: galerio, Urda
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K72TR62V5ZDU8
4
  Tags: better delete revision, revision, delete, remove, removal, revision removal, delete revision, disable revision, no revision, revision manager, manage revision, remove revision, post revision, page revision, optimize database, database optimization, optimize, fast, light, faster, lighter, speed up, improve site performance, redundant revisions, perform optimization, delete revision from database, remove old database content, reduce database size
5
  Requires at least: 2.7
6
  Tested up to: 4.0.1
7
+ Stable tag: 1.6.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
17
  = Your current published, scheduled, and draft posts are never touched by this plugin! =
18
  This plugin can also perform optimizations on your Wordpress database. With optimization and old revision removal this plugin will keep your database lighter and smaller throughout use. Removing old revisions and database optimizations is one of the best things you can do to your Wordpress blog to keep it running as fast as it can.
19
 
20
+ Please pay ATTENTION, even if we added a fix that solve the problem, if you use the NextGEN Gallery plugin, some problems may occur when deleting revisions of posts or pages that contain the shortcode of the NextGEN Gallery plugin. So if you also use the NextGEN Gallery plugin we recommend you to make a backup before using the Better Delete Revision.
21
 
22
  Wordpress MU or customs installation (like some pre-made installation of some Hosting Providers) are not yet supported. Wordpress MU support is in our TODO list.
23
 
67
 
68
  == Changelog ==
69
 
70
+ = V1.6.1 - 22.11.2014 =
71
+ * Removed : Unnecessary and unwanted menu
72
+
73
  = V1.6 - 21.11.2014 =
74
  * Update : We updated all functionality for Wordpress 4.0.1.
75
  * NEW : We added a menu page.
screenshot-1.png CHANGED
File without changes
screenshot-2.png CHANGED
File without changes