WP Admin UI Customize - Version 1.5.2

Version Description

  • Added: Translation for zh-TW.
  • Updated: Change how to loading the metaboxes.
Download this release

Release Info

Developer gqevu6bsiz
Plugin Icon wp plugin WP Admin UI Customize
Version 1.5.2
Comparing to
See all releases

Code changes from version 1.5.1 to 1.5.2

inc/setting_dashboard.php CHANGED
@@ -40,121 +40,23 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
40
  <div class="handlediv" title="Click to toggle"><br></div>
41
  <h3 class="hndle"><span><?php _e( 'Meta boxes' , $this->ltd ); ?></span></h3>
42
  <div class="inside">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
- <?php if ( version_compare( $wp_version , '3.8' , '<' ) ) : ?>
45
-
46
- <table class="form-table">
47
- <tbody>
48
- <?php $field = 'show_welcome_panel'; ?>
49
- <tr>
50
- <th>
51
- <label><?php _e( 'Welcome Panel' , $this->ltd ); ?></label>
52
- </th>
53
- <td>
54
- <?php $Checked = ''; ?>
55
- <?php if( !empty( $Data[$field]["remove"] ) ) : $Checked = 'checked="checked"'; endif; ?>
56
- <label><input type="checkbox" name="data[<?php echo $field; ?>][remove]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Hide' ); ?></label>
57
- </td>
58
- </tr>
59
- <?php $field = 'dashboard_right_now'; ?>
60
- <tr>
61
- <th>
62
- <label><?php _e( 'Right Now' ); ?></label>
63
- </th>
64
- <td>
65
- <?php $Checked = ''; ?>
66
- <?php if( !empty( $Data[$field]["remove"] ) ) : $Checked = 'checked="checked"'; endif; ?>
67
- <label><input type="checkbox" name="data[<?php echo $field; ?>][remove]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Hide' ); ?></label>
68
- </td>
69
- </tr>
70
- <?php $field = 'dashboard_recent_comments'; ?>
71
- <tr>
72
- <th>
73
- <label><?php _e( 'Recent Comments' ); ?></label>
74
- </th>
75
- <td>
76
- <?php $Checked = ''; ?>
77
- <?php if( !empty( $Data[$field]["remove"] ) ) : $Checked = 'checked="checked"'; endif; ?>
78
- <label><input type="checkbox" name="data[<?php echo $field; ?>][remove]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Hide' ); ?></label>
79
- </td>
80
- </tr>
81
- <?php $field = 'dashboard_incoming_links'; ?>
82
- <tr>
83
- <th>
84
- <label><?php _e( 'Incoming Links' ); ?></label>
85
- </th>
86
- <td>
87
- <?php $Checked = ''; ?>
88
- <?php if( !empty( $Data[$field]["remove"] ) ) : $Checked = 'checked="checked"'; endif; ?>
89
- <label><input type="checkbox" name="data[<?php echo $field; ?>][remove]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Hide' ); ?></label>
90
- </td>
91
- </tr>
92
- <?php $field = 'dashboard_plugins'; ?>
93
- <tr>
94
- <th>
95
- <label><?php _e( 'Plugins' ); ?></label>
96
- </th>
97
- <td>
98
- <?php $Checked = ''; ?>
99
- <?php if( !empty( $Data[$field]["remove"] ) ) : $Checked = 'checked="checked"'; endif; ?>
100
- <label><input type="checkbox" name="data[<?php echo $field; ?>][remove]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Hide' ); ?></label>
101
- </td>
102
- </tr>
103
- <?php $field = 'dashboard_quick_press'; ?>
104
- <tr>
105
- <th>
106
- <label><?php _e( 'QuickPress' ); ?></label>
107
- </th>
108
- <td>
109
- <?php $Checked = ''; ?>
110
- <?php if( !empty( $Data[$field]["remove"] ) ) : $Checked = 'checked="checked"'; endif; ?>
111
- <label><input type="checkbox" name="data[<?php echo $field; ?>][remove]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Hide' ); ?></label>
112
- </td>
113
- </tr>
114
- <?php $field = 'dashboard_recent_drafts'; ?>
115
- <tr>
116
- <th>
117
- <label><?php _e( 'Recent Drafts' ); ?></label>
118
- </th>
119
- <td>
120
- <?php $Checked = ''; ?>
121
- <?php if( !empty( $Data[$field]["remove"] ) ) : $Checked = 'checked="checked"'; endif; ?>
122
- <label><input type="checkbox" name="data[<?php echo $field; ?>][remove]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Hide' ); ?></label>
123
- </td>
124
- </tr>
125
- <?php $field = 'dashboard_primary'; ?>
126
- <tr>
127
- <th>
128
- <label><?php _e( 'WordPress Blog' ); ?></label>
129
- </th>
130
- <td>
131
- <?php $Checked = ''; ?>
132
- <?php if( !empty( $Data[$field]["remove"] ) ) : $Checked = 'checked="checked"'; endif; ?>
133
- <label><input type="checkbox" name="data[<?php echo $field; ?>][remove]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Hide' ); ?></label>
134
- </td>
135
- </tr>
136
- <?php $field = 'dashboard_secondary'; ?>
137
- <tr>
138
- <th>
139
- <label><?php _e( 'Other WordPress News' ); ?></label>
140
- </th>
141
- <td>
142
- <?php $Checked = ''; ?>
143
- <?php if( !empty( $Data[$field]["remove"] ) ) : $Checked = 'checked="checked"'; endif; ?>
144
- <label><input type="checkbox" name="data[<?php echo $field; ?>][remove]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Hide' ); ?></label>
145
- </td>
146
- </tr>
147
- </tbody>
148
- </table>
149
-
150
  <?php else: ?>
151
-
152
- <?php if( empty( $Metaboxes["metaboxes"]["dashboard"] ) ) : ?>
153
-
154
- <p><?php _e( 'Could not read the meta box.' , $this->ltd ); ?></p>
155
- <p><?php echo sprintf( __( 'Meta boxes will be loaded automatically when you <strong>%s</strong>.' , $this->ltd ) , __( 'Dashboard' ) ); ?></p>
156
- <?php else: ?>
157
-
158
  <table class="form-table">
159
  <thead>
160
  <tr>
@@ -204,10 +106,9 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
204
  <?php endforeach; ?>
205
  </tbody>
206
  </table>
207
-
208
- <?php endif; ?>
209
 
210
  <?php endif; ?>
 
211
  </div>
212
  </div>
213
 
@@ -265,5 +166,21 @@ jQuery(document).ready(function($) {
265
  });
266
  });
267
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  });
269
  </script>
40
  <div class="handlediv" title="Click to toggle"><br></div>
41
  <h3 class="hndle"><span><?php _e( 'Meta boxes' , $this->ltd ); ?></span></h3>
42
  <div class="inside">
43
+
44
+ <?php if( empty( $Metaboxes["metaboxes"]["dashboard"] ) ) : ?>
45
+
46
+ <?php $load_link = self_admin_url( 'index.php' ); ?>
47
+
48
+ <p>
49
+ <a href="<?php echo $load_link; ?>" class="button button-primary column_load">
50
+ <?php echo sprintf( __( 'Metaboxes loading for %s', $this->ltd ) , __( 'Dashboard' ) ); ?>
51
+ </a>
52
+ </p>
53
+ <p class="loading">
54
+ <span class="spinner"></span>
55
+ <?php _e( 'Loading&hellip;' ); ?>
56
+ </p>
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  <?php else: ?>
59
+
 
 
 
 
 
 
60
  <table class="form-table">
61
  <thead>
62
  <tr>
106
  <?php endforeach; ?>
107
  </tbody>
108
  </table>
 
 
109
 
110
  <?php endif; ?>
111
+
112
  </div>
113
  </div>
114
 
166
  });
167
  });
168
 
169
+ $('.wauc_form .column_load').on('click', function( ev ) {
170
+ var load_url = $(ev.target).prop('href');
171
+
172
+ $.ajax({
173
+ url: load_url,
174
+ beforeSend: function( xhr ) {
175
+ $(ev.target).parent().parent().find('.loading').show();
176
+ $(ev.target).parent().parent().find('.spinner').show();
177
+ }
178
+ }).done(function( data ) {
179
+ location.reload();
180
+ });
181
+
182
+ return false;
183
+ }).disableSelection();
184
+
185
  });
186
  </script>
inc/setting_default.php CHANGED
@@ -60,7 +60,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
60
  <div class="stuffbox" id="aboutbox">
61
  <h3><span class="hndle"><?php _e( 'About plugin' , $this->ltd ); ?></span></h3>
62
  <div class="inside">
63
- <p><?php _e( 'Version checked' , $this->ltd ); ?> : 3.6.1 - 3.9.1</p>
64
  <ul>
65
  <li><a href="<?php echo $this->Site; ?>?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank"><?php _e( 'Plugin\'s site' , $this->ltd ); ?></a></li>
66
  <li><a href="<?php echo $this->AuthorUrl; ?>?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank"><?php _e( 'Developer\'s site' , $this->ltd ); ?></a></li>
60
  <div class="stuffbox" id="aboutbox">
61
  <h3><span class="hndle"><?php _e( 'About plugin' , $this->ltd ); ?></span></h3>
62
  <div class="inside">
63
+ <p><?php _e( 'Version checked' , $this->ltd ); ?> : 3.6.1 - 3.9.2</p>
64
  <ul>
65
  <li><a href="<?php echo $this->Site; ?>?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank"><?php _e( 'Plugin\'s site' , $this->ltd ); ?></a></li>
66
  <li><a href="<?php echo $this->AuthorUrl; ?>?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank"><?php _e( 'Developer\'s site' , $this->ltd ); ?></a></li>
inc/setting_manage_metabox.php CHANGED
@@ -46,8 +46,27 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
46
 
47
  <?php if( empty( $Metaboxes["metaboxes"]["post"] ) ) : ?>
48
 
49
- <p><?php _e( 'Could not read the meta box.' , $this->ltd ); ?></p>
50
- <p><?php echo sprintf( __( 'Meta boxes will be loaded automatically when you <strong>%s</strong>.' , $this->ltd ) , __( 'Edit Post' ) ); ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
 
52
  <?php else: ?>
53
 
@@ -124,8 +143,27 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
124
 
125
  <?php if( empty( $Metaboxes["metaboxes"]["page"] ) ) : ?>
126
 
127
- <p><?php _e( 'Could not read the meta box.' , $this->ltd ); ?></p>
128
- <p><?php echo sprintf( __( 'Meta boxes will be loaded automatically when you <strong>%s</strong>.' , $this->ltd ) , __( 'Edit Page' ) ); ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
  <?php else: ?>
131
 
@@ -210,9 +248,28 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
210
 
211
  <?php if( empty( $Metaboxes["metaboxes"][$post_name] ) ) : ?>
212
 
213
- <p><?php _e( 'Could not read the meta box.' , $this->ltd ); ?></p>
214
- <p><?php echo sprintf( __( 'Meta boxes will be loaded automatically when you <strong>%s</strong>.' , $this->ltd ) , strip_tags( $cpt->labels->edit_item ) ); ?></p>
215
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  <?php else: ?>
217
 
218
  <table class="form-table">
@@ -334,5 +391,21 @@ jQuery(document).ready(function($) {
334
  }
335
  });
336
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  });
338
  </script>
46
 
47
  <?php if( empty( $Metaboxes["metaboxes"]["post"] ) ) : ?>
48
 
49
+ <?php $post = get_posts( array( 'post_type' => 'post' , 'order' => 'DESC' , 'orderby' => 'post_date' , 'numberposts' => 1 ) ); ?>
50
+
51
+ <?php if( !empty( $post ) ) : ?>
52
+
53
+ <?php $load_link = self_admin_url( 'post.php?post=' . $post[0]->ID . '&action=edit' ); ?>
54
+
55
+ <?php else: ?>
56
+
57
+ <?php $load_link = self_admin_url( 'post-new.php' ); ?>
58
+
59
+ <?php endif; ?>
60
+
61
+ <p>
62
+ <a href="<?php echo $load_link; ?>" class="button button-primary column_load">
63
+ <?php echo sprintf( __( 'Metaboxes loading for %s', $this->ltd ) , __( 'Posts' ) ); ?>
64
+ </a>
65
+ </p>
66
+ <p class="loading">
67
+ <span class="spinner"></span>
68
+ <?php _e( 'Loading&hellip;' ); ?>
69
+ </p>
70
 
71
  <?php else: ?>
72
 
143
 
144
  <?php if( empty( $Metaboxes["metaboxes"]["page"] ) ) : ?>
145
 
146
+ <?php $post = get_posts( array( 'post_type' => 'page' , 'order' => 'DESC' , 'orderby' => 'post_date' , 'numberposts' => 1 ) ); ?>
147
+
148
+ <?php if( !empty( $post ) ) : ?>
149
+
150
+ <?php $load_link = self_admin_url( 'post.php?post=' . $post[0]->ID . '&action=edit' ); ?>
151
+
152
+ <?php else: ?>
153
+
154
+ <?php $load_link = self_admin_url( 'post-new.php?post_type=page' ); ?>
155
+
156
+ <?php endif; ?>
157
+
158
+ <p>
159
+ <a href="<?php echo $load_link; ?>" class="button button-primary column_load">
160
+ <?php echo sprintf( __( 'Metaboxes loading for %s', $this->ltd ) , __( 'Pages' ) ); ?>
161
+ </a>
162
+ </p>
163
+ <p class="loading">
164
+ <span class="spinner"></span>
165
+ <?php _e( 'Loading&hellip;' ); ?>
166
+ </p>
167
 
168
  <?php else: ?>
169
 
248
 
249
  <?php if( empty( $Metaboxes["metaboxes"][$post_name] ) ) : ?>
250
 
251
+ <?php $post = get_posts( array( 'post_type' => $post_name , 'order' => 'DESC' , 'orderby' => 'post_date' , 'numberposts' => 1 ) ); ?>
252
+
253
+ <?php if( !empty( $post ) ) : ?>
254
+
255
+ <?php $load_link = self_admin_url( 'post.php?post=' . $post[0]->ID . '&action=edit' ); ?>
256
+
257
+ <?php else: ?>
258
+
259
+ <?php $load_link = self_admin_url( 'post-new.php?post_type=' . $post_name ); ?>
260
+
261
+ <?php endif; ?>
262
+
263
+ <p>
264
+ <a href="<?php echo $load_link; ?>" class="button button-primary column_load">
265
+ <?php echo sprintf( __( 'Metaboxes loading for %s', $this->ltd ) , $cpt->label ); ?>
266
+ </a>
267
+ </p>
268
+ <p class="loading">
269
+ <span class="spinner"></span>
270
+ <?php _e( 'Loading&hellip;' ); ?>
271
+ </p>
272
+
273
  <?php else: ?>
274
 
275
  <table class="form-table">
391
  }
392
  });
393
 
394
+ $('.wauc_form .column_load').on('click', function( ev ) {
395
+ var load_url = $(ev.target).prop('href');
396
+
397
+ $.ajax({
398
+ url: load_url,
399
+ beforeSend: function( xhr ) {
400
+ $(ev.target).parent().parent().find('.loading').show();
401
+ $(ev.target).parent().parent().find('.spinner').show();
402
+ }
403
+ }).done(function( data ) {
404
+ location.reload();
405
+ });
406
+
407
+ return false;
408
+ }).disableSelection();
409
+
410
  });
411
  </script>
languages/wauc-zh-TW.po ADDED
@@ -0,0 +1,586 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wauc\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-04-25 15:03+0900\n"
6
+ "PO-Revision-Date: 2014-08-16 19:55+0800\n"
7
+ "Last-Translator: DP.Studio <rwd.com.tw@gmail.com>\n"
8
+ "Language-Team: Chinese Traditional\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Generator: Poedit 1.6.5\n"
16
+ "Language: zh_TW\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: wp-admin-ui-customize.php:4
20
+ msgid "An excellent plugin to customize the management screens."
21
+ msgstr "一個優秀的WP管理界面插件。"
22
+
23
+ #: wp-admin-ui-customize.php:142 wp-admin-ui-customize.php:181
24
+ #: inc/reset_userrole.php:22
25
+ msgid "Reset User Roles"
26
+ msgstr "重設用戶角色"
27
+
28
+ #: wp-admin-ui-customize.php:171 inc/reset_userrole.php:56
29
+ #: inc/setting_site.php:23
30
+ msgid "Site Settings"
31
+ msgstr "網站相關設置"
32
+
33
+ #: wp-admin-ui-customize.php:172 inc/reset_userrole.php:57
34
+ #: inc/setting_admin_general.php:23
35
+ msgid "General Screen Settings"
36
+ msgstr "一般顯示設置"
37
+
38
+ #: wp-admin-ui-customize.php:174 inc/reset_userrole.php:59
39
+ #: inc/setting_admin_bar_menu.php:25
40
+ msgid "Admin Bar Menu"
41
+ msgstr "管理欄菜單-上方"
42
+
43
+ #: wp-admin-ui-customize.php:175 inc/reset_userrole.php:60
44
+ #: inc/setting_sidemenu.php:25
45
+ msgid "Side Menu"
46
+ msgstr "左側選單制定"
47
+
48
+ #: wp-admin-ui-customize.php:176 inc/reset_userrole.php:61
49
+ #: inc/setting_manage_metabox.php:24
50
+ msgid "Manage meta box"
51
+ msgstr "管理 meta box"
52
+
53
+ #: wp-admin-ui-customize.php:177 inc/reset_userrole.php:62
54
+ #: inc/setting_post_add_edit.php:23
55
+ msgid "Add New Post and Edit Post Screen Setting"
56
+ msgstr "添加/編輯 貼文設定"
57
+
58
+ #: wp-admin-ui-customize.php:178 inc/reset_userrole.php:63
59
+ #: inc/setting_appearance_menus.php:22
60
+ msgid "Appearance Menus Screen Setting"
61
+ msgstr "選單基本設置"
62
+
63
+ #: wp-admin-ui-customize.php:179 inc/reset_userrole.php:64
64
+ #: inc/setting_loginscreen.php:34
65
+ msgid "Login Screen"
66
+ msgstr "前台登錄端口設定"
67
+
68
+ #: wp-admin-ui-customize.php:180 inc/reset_userrole.php:65
69
+ #: inc/setting_plugin_cap.php:23
70
+ #, php-format
71
+ msgid "%1$s of %2$s %3$s"
72
+ msgstr "%1$s 的 %2$s%3$s"
73
+
74
+ #: wp-admin-ui-customize.php:331
75
+ #, php-format
76
+ msgid ""
77
+ "Authority to apply the setting is not selected. <a href=\"%s\">From here</"
78
+ "a>, please select the permissions you want to set."
79
+ msgstr ""
80
+ "管理角色設置沒有被選中。請<a href =“%s\">從這裡</a>選擇要設置的角色群。"
81
+
82
+ #: wp-admin-ui-customize.php:356
83
+ msgid "Apply user roles"
84
+ msgstr "角色權限 應用"
85
+
86
+ #: wp-admin-ui-customize.php:700 wp-admin-ui-customize.php:873
87
+ msgid "Sub Menus"
88
+ msgstr "子選單"
89
+
90
+ #: wp-admin-ui-customize.php:795 wp-admin-ui-customize.php:817
91
+ msgid "Menu Group"
92
+ msgstr "Menu Group"
93
+
94
+ #: wp-admin-ui-customize.php:815
95
+ msgid "Show only on front end."
96
+ msgstr "Show only on front end."
97
+
98
+ #: wp-admin-ui-customize.php:835
99
+ msgid "If you want edit to name, please edit of translation file(PO)."
100
+ msgstr "If you want edit to name, please edit of translation file(PO)."
101
+
102
+ #: wp-admin-ui-customize.php:1035
103
+ msgid "Front"
104
+ msgstr "Front"
105
+
106
+ #: wp-admin-ui-customize.php:2278 inc/setting_default.php:185
107
+ msgid "Thank you for your donation."
108
+ msgstr "Thank you for your donation."
109
+
110
+ #: wp-admin-ui-customize.php:2293
111
+ msgid "Thank you for considering donate."
112
+ msgstr "Thank you for considering donate."
113
+
114
+ #: wp-admin-ui-customize.php:2293 inc/setting_default.php:37
115
+ msgid "Donate"
116
+ msgstr "Donate"
117
+
118
+ #: inc/list_variables.php:20 inc/setting_admin_bar_menu.php:32
119
+ #: inc/setting_admin_general.php:132 inc/setting_admin_general.php:155
120
+ #: inc/setting_loginscreen.php:71 inc/setting_loginscreen.php:84
121
+ #: inc/setting_loginscreen.php:96 inc/setting_loginscreen.php:124
122
+ #: inc/setting_loginscreen.php:136 inc/setting_sidemenu.php:32
123
+ msgid "Shortcodes"
124
+ msgstr "Shortcodes"
125
+
126
+ #: inc/list_variables.php:45
127
+ msgid "Blog name of logged in."
128
+ msgstr "Blog name of logged in."
129
+
130
+ #: inc/list_variables.php:54
131
+ msgid "Blog URL of logged in."
132
+ msgstr "Blog URL of logged in."
133
+
134
+ #: inc/list_variables.php:108 inc/list_variables.php:115
135
+ #: inc/list_variables.php:122 inc/list_variables.php:129
136
+ msgid "In your case."
137
+ msgstr "In your case."
138
+
139
+ #: inc/reset_userrole.php:30
140
+ msgid "Applied user roles"
141
+ msgstr "Applied user roles"
142
+
143
+ #: inc/reset_userrole.php:40
144
+ msgid "You want to reset the user roles?"
145
+ msgstr "You want to reset the user roles?"
146
+
147
+ #: inc/reset_userrole.php:42 inc/setting_admin_bar_menu.php:95
148
+ #: inc/setting_admin_general.php:201 inc/setting_appearance_menus.php:99
149
+ #: inc/setting_dashboard.php:250 inc/setting_default.php:130
150
+ #: inc/setting_loginscreen.php:160 inc/setting_manage_metabox.php:296
151
+ #: inc/setting_plugin_cap.php:94 inc/setting_post_add_edit.php:109
152
+ #: inc/setting_sidemenu.php:232 inc/setting_site.php:168
153
+ msgid "Reset settings"
154
+ msgstr "Reset settings"
155
+
156
+ #: inc/reset_userrole.php:49 inc/reset_userrole.php:71
157
+ msgid "Reset settings of all"
158
+ msgstr "Reset settings of all"
159
+
160
+ #: inc/reset_userrole.php:54
161
+ msgid "Setting all of the below will be deleted."
162
+ msgstr "Setting all of the below will be deleted."
163
+
164
+ #: inc/reset_userrole.php:69
165
+ msgid "Are you sure you want to delete all settings?"
166
+ msgstr "Are you sure you want to delete all settings?"
167
+
168
+ #: inc/setting_admin_bar_menu.php:26 inc/setting_sidemenu.php:26
169
+ msgid "Please change the menu by drag and drop."
170
+ msgstr "Please change the menu by drag and drop."
171
+
172
+ #: inc/setting_admin_bar_menu.php:27 inc/setting_sidemenu.php:28
173
+ msgid "Notice: Please do not place the same multiple menu slug."
174
+ msgstr "Notice: Please do not place the same multiple menu slug."
175
+
176
+ #: inc/setting_admin_bar_menu.php:28
177
+ msgid "Can be more than one custom menu."
178
+ msgstr "Can be more than one custom menu."
179
+
180
+ #: inc/setting_admin_bar_menu.php:32 inc/setting_admin_general.php:132
181
+ #: inc/setting_admin_general.php:155 inc/setting_loginscreen.php:71
182
+ #: inc/setting_loginscreen.php:84 inc/setting_loginscreen.php:96
183
+ #: inc/setting_loginscreen.php:124 inc/setting_loginscreen.php:136
184
+ #: inc/setting_sidemenu.php:32
185
+ msgid "Available Shortcodes"
186
+ msgstr "Available Shortcodes"
187
+
188
+ #: inc/setting_admin_bar_menu.php:40
189
+ msgid "Sub-menu can to settings to four levels."
190
+ msgstr "Sub-menu can to settings to four levels."
191
+
192
+ #: inc/setting_admin_bar_menu.php:41
193
+ msgid "Documents is here"
194
+ msgstr "Documents is here"
195
+
196
+ #: inc/setting_admin_bar_menu.php:94 inc/setting_admin_general.php:200
197
+ #: inc/setting_appearance_menus.php:98 inc/setting_dashboard.php:249
198
+ #: inc/setting_default.php:129 inc/setting_loginscreen.php:159
199
+ #: inc/setting_manage_metabox.php:295 inc/setting_plugin_cap.php:93
200
+ #: inc/setting_post_add_edit.php:108 inc/setting_sidemenu.php:231
201
+ #: inc/setting_site.php:167
202
+ msgid "Reset all settings?"
203
+ msgstr "Reset all settings?"
204
+
205
+ #: inc/setting_admin_bar_menu.php:100 inc/setting_sidemenu.php:27
206
+ #: inc/setting_sidemenu.php:48
207
+ msgid "Menu items that can be added"
208
+ msgstr "Menu items that can be added"
209
+
210
+ #: inc/setting_admin_general.php:41
211
+ msgid "Notifications"
212
+ msgstr "Notifications"
213
+
214
+ #: inc/setting_admin_general.php:47
215
+ msgid "WordPress core update notice"
216
+ msgstr "WordPress core update notice"
217
+
218
+ #: inc/setting_admin_general.php:53 inc/setting_admin_general.php:64
219
+ #: inc/setting_admin_general.php:75
220
+ msgid "Not notified"
221
+ msgstr "Not notified"
222
+
223
+ #: inc/setting_admin_general.php:58
224
+ msgid "Plugin update notice"
225
+ msgstr "Plugin update notice"
226
+
227
+ #: inc/setting_admin_general.php:69
228
+ msgid "Theme update notice"
229
+ msgstr "Theme update notice"
230
+
231
+ #: inc/setting_admin_general.php:85
232
+ msgid "Screen Options and Help Tab"
233
+ msgstr "Screen Options and Help Tab"
234
+
235
+ #: inc/setting_admin_general.php:124 inc/setting_loginscreen.php:130
236
+ msgid "Footer text"
237
+ msgstr "Footer text"
238
+
239
+ #: inc/setting_admin_general.php:149 inc/setting_loginscreen.php:118
240
+ msgid "CSS file to load"
241
+ msgstr "CSS file to load"
242
+
243
+ #: inc/setting_admin_general.php:161
244
+ msgid "Title tag for Admin screen"
245
+ msgstr "Title tag for Admin screen"
246
+
247
+ #: inc/setting_admin_general.php:166
248
+ msgid "Remove \"Wordpress\" from the title tag of the Admin screen"
249
+ msgstr "Remove \"Wordpress\" from the title tag of the Admin screen"
250
+
251
+ #: inc/setting_admin_general.php:173
252
+ msgid "Resizing Admin bar"
253
+ msgstr "調整管理欄"
254
+
255
+ #: inc/setting_admin_general.php:178
256
+ msgid "Not resize"
257
+ msgstr "Not resize"
258
+
259
+ #: inc/setting_appearance_menus.php:47
260
+ msgid "Create a new menu"
261
+ msgstr "Create a new menu"
262
+
263
+ #: inc/setting_appearance_menus.php:53 inc/setting_appearance_menus.php:72
264
+ msgid "This is useful when you want to use only the menus have been created."
265
+ msgstr "This is useful when you want to use only the menus have been created."
266
+
267
+ #: inc/setting_dashboard.php:41
268
+ msgid "Meta boxes"
269
+ msgstr "Meta boxes"
270
+
271
+ #: inc/setting_dashboard.php:51 inc/setting_dashboard.php:173
272
+ msgid "Welcome Panel"
273
+ msgstr "Welcome Panel"
274
+
275
+ #: inc/setting_dashboard.php:154 inc/setting_manage_metabox.php:49
276
+ #: inc/setting_manage_metabox.php:127 inc/setting_manage_metabox.php:213
277
+ msgid "Could not read the meta box."
278
+ msgstr "Could not read the meta box."
279
+
280
+ #: inc/setting_dashboard.php:155 inc/setting_manage_metabox.php:50
281
+ #: inc/setting_manage_metabox.php:128 inc/setting_manage_metabox.php:214
282
+ #, php-format
283
+ msgid "Meta boxes will be loaded automatically when you <strong>%s</strong>."
284
+ msgstr "Meta boxes will be loaded automatically when you <strong>%s</strong>."
285
+
286
+ #: inc/setting_dashboard.php:166 inc/setting_manage_metabox.php:65
287
+ #: inc/setting_manage_metabox.php:143 inc/setting_manage_metabox.php:229
288
+ msgid "Change metabox title to"
289
+ msgstr "Change metabox title to"
290
+
291
+ #: inc/setting_dashboard.php:223
292
+ msgid "Meta box movement restriction"
293
+ msgstr "Meta box movement restriction"
294
+
295
+ #: inc/setting_dashboard.php:228
296
+ msgid "Lock meta box positions"
297
+ msgstr "Lock meta box positions"
298
+
299
+ #: inc/setting_default.php:23
300
+ msgid "Customize the UI of the management screen for all users."
301
+ msgstr "Customize the UI of the management screen for all users."
302
+
303
+ #: inc/setting_default.php:24
304
+ msgid "Please select the user roles that all settings will apply to."
305
+ msgstr "Please select the user roles that all settings will apply to."
306
+
307
+ #: inc/setting_default.php:25
308
+ msgid "Please use the Multiple Add-on If you want settings on User role basis."
309
+ msgstr ""
310
+ "Please use the Multiple Add-on If you want settings on User role basis."
311
+
312
+ #: inc/setting_default.php:38
313
+ msgid ""
314
+ "You are contented with this plugin?<br />By the laws of Japan, Japan's new "
315
+ "paypal user can not make a donation button.<br />So i would like you to buy "
316
+ "this plugin as the replacement for the donation."
317
+ msgstr ""
318
+ "You are contented with this plugin?<br />By the laws of Japan, Japan's new "
319
+ "paypal user can not make a donation button.<br />So i would like you to buy "
320
+ "this plugin as the replacement for the donation."
321
+
322
+ #: inc/setting_default.php:45
323
+ msgid "Features"
324
+ msgstr "Features"
325
+
326
+ #: inc/setting_default.php:46
327
+ msgid ""
328
+ "Line Break First and End plugin is In the visual editor TinyMCE, It is a "
329
+ "plugin that will help when you will not be able to enter a line break."
330
+ msgstr "這是一個換行插件,,開始 / 結束 在可視化編輯器TinyMCE 代碼中"
331
+
332
+ #: inc/setting_default.php:49
333
+ msgid "The primary use of donations"
334
+ msgstr "主要捐款"
335
+
336
+ #: inc/setting_default.php:51
337
+ msgid "Liquidation of time and value"
338
+ msgstr "付費的時間標準計算"
339
+
340
+ #: inc/setting_default.php:52
341
+ msgid "Additional suggestions feature"
342
+ msgstr "其他推薦的功能"
343
+
344
+ #: inc/setting_default.php:53
345
+ msgid "Maintain motivation"
346
+ msgstr "維持動機"
347
+
348
+ #: inc/setting_default.php:54
349
+ msgid "Ensure time as the father of Sunday"
350
+ msgstr "星期日為每個禮拜的第一天"
351
+
352
+ #: inc/setting_default.php:61
353
+ msgid "About plugin"
354
+ msgstr "關於這個插件"
355
+
356
+ #: inc/setting_default.php:63
357
+ msgid "Version checked"
358
+ msgstr "版本檢查"
359
+
360
+ #: inc/setting_default.php:65
361
+ msgid "Plugin's site"
362
+ msgstr "插件網站"
363
+
364
+ #: inc/setting_default.php:66
365
+ msgid "Developer's site"
366
+ msgstr "開發商"
367
+
368
+ #: inc/setting_default.php:68
369
+ msgid "Reviews"
370
+ msgstr "評論"
371
+
372
+ #: inc/setting_default.php:76 inc/setting_loginscreen.php:43
373
+ msgid "Useful plugins"
374
+ msgstr "有用的插件"
375
+
376
+ #: inc/setting_default.php:79
377
+ msgid "This add-on is simply settings of multi user roles."
378
+ msgstr "附加多用戶角色設置。"
379
+
380
+ #: inc/setting_default.php:81
381
+ msgid "This add-on is Import/Export easily of the settings data."
382
+ msgstr "導入 / 導出 設置數據。"
383
+
384
+ #: inc/setting_default.php:83
385
+ msgid "This add-on is an add-on to unify the management screen of all sites."
386
+ msgstr "附加於所有站點的管理界面"
387
+
388
+ #: inc/setting_default.php:85
389
+ msgid ""
390
+ "Customize the list of the post and page. custom post type page, too. You can "
391
+ "customize the column display items freely."
392
+ msgstr ""
393
+ "定制的文章和頁面的列表。自定義文章類型的頁面。您可以選擇要顯示的自定義的項"
394
+ "目。"
395
+
396
+ #: inc/setting_default.php:87
397
+ msgid ""
398
+ "Announce to display the dashboard. Change the display to a different user "
399
+ "role."
400
+ msgstr "顯示公告在儀表板。顯示不同用戶角色設定。"
401
+
402
+ #: inc/setting_default.php:89
403
+ msgid ""
404
+ "The plugin that allows you to add the value of the options. Option value "
405
+ "that you have created, can be used in addition to the template tag, Short "
406
+ "code can be used in the body of the article."
407
+ msgstr ""
408
+ "該插件允許你添加的選項的設定值。您已經創建了權限設定,除了可以在模板標籤中使"
409
+ "用,短信代碼可以在文章的正文中。"
410
+
411
+ #: inc/setting_default.php:138
412
+ msgid "If you have already donated to."
413
+ msgstr "如果您已經捐贈"
414
+
415
+ #: inc/setting_default.php:139
416
+ msgid ""
417
+ "Please enter the 'Donation delete key' that have been described in the 'Line "
418
+ "Break First and End download page'."
419
+ msgstr "請進入“捐贈刪除鍵”已在“換行開始和結束下載頁面”進行了描述。"
420
+
421
+ #: inc/setting_default.php:142
422
+ msgid "Donation delete key"
423
+ msgstr "捐贈刪除鍵"
424
+
425
+ #: inc/setting_default.php:150
426
+ msgid "Have you want to customize?"
427
+ msgstr "必須要自定義?"
428
+
429
+ #: inc/setting_default.php:156
430
+ msgid "I am good at Admin Screen Customize."
431
+ msgstr "我自定義的管理顯示。"
432
+
433
+ #: inc/setting_default.php:157
434
+ msgid "Please consider the request to me if it is good."
435
+ msgstr "請考慮由我修改,如果這是件好事。"
436
+
437
+ #: inc/setting_default.php:159
438
+ msgid "Example Customize"
439
+ msgstr "自定義範例"
440
+
441
+ #: inc/setting_default.php:160
442
+ msgid "Contact me"
443
+ msgstr "聯絡我們"
444
+
445
+ #: inc/setting_loginscreen.php:23
446
+ msgid "Login Screen Settings"
447
+ msgstr "登錄端口的設置"
448
+
449
+ #: inc/setting_loginscreen.php:32
450
+ msgid ""
451
+ "Is not possible to check the login form if you do not log out in the case of "
452
+ "MultiSite."
453
+ msgstr "如果你不在多站點的情況下登出,請檢查登錄表單。"
454
+
455
+ #: inc/setting_loginscreen.php:34
456
+ msgid "Show Login Screen"
457
+ msgstr "顯示登陸的畫面"
458
+
459
+ #: inc/setting_loginscreen.php:46
460
+ msgid "This plugin is that can be for customizing flexibly Login Screen."
461
+ msgstr "這個插件是可以靈活的設定登錄畫面"
462
+
463
+ #: inc/setting_loginscreen.php:58
464
+ msgid "Login Form"
465
+ msgstr "登入表單"
466
+
467
+ #: inc/setting_loginscreen.php:65
468
+ msgid "The link after clicking on the logo"
469
+ msgstr "點擊標誌的連結"
470
+
471
+ #: inc/setting_loginscreen.php:78
472
+ msgid "Logo Title"
473
+ msgstr "標誌標題"
474
+
475
+ #: inc/setting_loginscreen.php:90
476
+ msgid "Logo Image path"
477
+ msgstr "小網站標圖16X16的網址"
478
+
479
+ #: inc/setting_manage_metabox.php:25
480
+ msgid ""
481
+ "Please update or add a \"post\" and a \"page\" to load the available meta "
482
+ "boxes."
483
+ msgstr "更新 / 增加 一個頁面或文章來加載 meta boxes."
484
+
485
+ #: inc/setting_manage_metabox.php:26
486
+ msgid "Please enter if you want to change of Metabox label name."
487
+ msgstr "請輸入您想改變Metabox標籤名稱。"
488
+
489
+ #: inc/setting_manage_metabox.php:63 inc/setting_manage_metabox.php:141
490
+ #: inc/setting_manage_metabox.php:227
491
+ msgid "Default Open"
492
+ msgstr "默認情況下打開"
493
+
494
+ #: inc/setting_manage_metabox.php:91 inc/setting_manage_metabox.php:168
495
+ #: inc/setting_manage_metabox.php:253
496
+ msgid "Not Reduce"
497
+ msgstr "不減少"
498
+
499
+ #: inc/setting_manage_metabox.php:92 inc/setting_manage_metabox.php:169
500
+ #: inc/setting_manage_metabox.php:254
501
+ msgid "Reduce"
502
+ msgstr "減少"
503
+
504
+ #: inc/setting_manage_metabox.php:103 inc/setting_manage_metabox.php:180
505
+ #: inc/setting_post_add_edit.php:55
506
+ msgid ""
507
+ "Notice: If hide the Discussion on metabox, comments does not display of Add "
508
+ "New Post on apply user role."
509
+ msgstr "注意:如果隱藏了Discussion描述欄位的meta box,此用戶則不顯示內容。"
510
+
511
+ #: inc/setting_manage_metabox.php:105 inc/setting_manage_metabox.php:182
512
+ msgid "Please set from here if you want to view the comments on screen."
513
+ msgstr "如果您要查看螢幕上的說明,請在這裡設置。"
514
+
515
+ #: inc/setting_plugin_cap.php:24
516
+ #, php-format
517
+ msgid "You can change the user role %2$s of %1$s settings."
518
+ msgstr "您可以更改用戶角色%2$s 的 %1$s的設置。"
519
+
520
+ #: inc/setting_plugin_cap.php:25
521
+ #, php-format
522
+ msgid "Please choose the role to use the %s."
523
+ msgstr "請選擇要使用的角色%s"
524
+
525
+ #: inc/setting_plugin_cap.php:42
526
+ #, php-format
527
+ msgid "Capability role for the %s"
528
+ msgstr "對於角色的 %s 的功能"
529
+
530
+ #: inc/setting_post_add_edit.php:48
531
+ msgid ""
532
+ "Allow people to post comments on new articles when hide to discussion of "
533
+ "metabox"
534
+ msgstr "允許張貼新的文章,評論隱藏"
535
+
536
+ #: inc/setting_post_add_edit.php:56
537
+ msgid "Please select if you want to display the comments on Site."
538
+ msgstr "請選擇您希望顯示在網站的意見"
539
+
540
+ #: inc/setting_post_add_edit.php:57
541
+ #, php-format
542
+ msgid "However, this will follow the setting of %s."
543
+ msgstr "However, this will follow the setting of %s."
544
+
545
+ #: inc/setting_post_add_edit.php:59
546
+ #, php-format
547
+ msgid "Please select the %s"
548
+ msgstr "Please select the %s"
549
+
550
+ #: inc/setting_post_add_edit.php:85
551
+ msgid "Only appears when you have settings to the default permalink."
552
+ msgstr "只有當你設置為默認,永久鏈接才會出現。"
553
+
554
+ #: inc/setting_sidemenu.php:27
555
+ #, php-format
556
+ msgid "New plugin menus will be added to the <strong>%s</strong>."
557
+ msgstr "新的外掛程式菜單將被添加到 <strong>%s</strong>。"
558
+
559
+ #: inc/setting_site.php:55 inc/setting_site.php:68 inc/setting_site.php:81
560
+ #: inc/setting_site.php:94 inc/setting_site.php:107
561
+ msgid "Tag to be output"
562
+ msgstr "Tag to be output"
563
+
564
+ #: inc/setting_site.php:67
565
+ msgid "Please display when using the Windows Live Writer."
566
+ msgstr "Please display when using the Windows Live Writer."
567
+
568
+ #: inc/setting_site.php:80
569
+ msgid "Information of XML-rpc"
570
+ msgstr "Information of XML-rpc"
571
+
572
+ #: inc/setting_site.php:93
573
+ msgid "Sitewide feed"
574
+ msgstr "Sitewide feed"
575
+
576
+ #: inc/setting_site.php:106
577
+ msgid "Extra feed"
578
+ msgstr "Extra feed"
579
+
580
+ #: inc/setting_site.php:134
581
+ msgid "Hide the Admin bar on the front end"
582
+ msgstr "Hide the Admin bar on the front end"
583
+
584
+ #: inc/setting_site.php:134
585
+ msgid "Apply WP Admin UI Customize settings on the front end admin bar also"
586
+ msgstr "Apply WP Admin UI Customize settings on the front end admin bar also"
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WP Admin UI Customize ===
2
  Contributors: gqevu6bsiz
3
- Donate link: http://gqevu6bsiz.chicappa.jp/please-donation/?utm_source=wporg&utm_medium=donate&utm_content=wauc&utm_campaign=1_5_1
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 3.6.1
6
- Tested up to: 3.9.1
7
- Stable tag: 1.5.1
8
  License: GPL2
9
 
10
  Customize the management screen UI.
@@ -50,6 +50,10 @@ These to Customization is possible.
50
 
51
  == Changelog ==
52
 
 
 
 
 
53
  = 1.5.1 =
54
  * Added: Search box settings on the Admin Bar Settings.
55
 
1
  === WP Admin UI Customize ===
2
  Contributors: gqevu6bsiz
3
+ Donate link: http://gqevu6bsiz.chicappa.jp/please-donation/?utm_source=wporg&utm_medium=donate&utm_content=wauc&utm_campaign=1_5_2
4
  Tags: admin, post, posts, page, option, sitemenu, menu, custom, customize, dashboard, admin_bar, multisite, network, metabox
5
  Requires at least: 3.6.1
6
+ Tested up to: 3.9.2
7
+ Stable tag: 1.5.2
8
  License: GPL2
9
 
10
  Customize the management screen UI.
50
 
51
  == Changelog ==
52
 
53
+ = 1.5.2 =
54
+ * Added: Translation for zh-TW.
55
+ * Updated: Change how to loading the metaboxes.
56
+
57
  = 1.5.1 =
58
  * Added: Search box settings on the Admin Bar Settings.
59
 
wp-admin-ui-customize-3.7.css CHANGED
@@ -205,6 +205,14 @@ body.wp-admin-ui-customize_page_wp_admin_ui_customize_admin_bar .columns-1 .post
205
  #wauc_setting_manage_metabox table.form-table td {
206
  vertical-align: top;
207
  }
 
 
 
 
 
 
 
 
208
 
209
 
210
 
205
  #wauc_setting_manage_metabox table.form-table td {
206
  vertical-align: top;
207
  }
208
+ #wauc_setting_manage_metabox .inside .loading,
209
+ #wauc_setting_dashboard .inside .loading {
210
+ display: none;
211
+ }
212
+ #wauc_setting_manage_metabox .inside .loading .spinner,
213
+ #wauc_setting_dashboard .inside .loading .spinner {
214
+ float: left;
215
+ }
216
 
217
 
218
 
wp-admin-ui-customize.css CHANGED
@@ -212,6 +212,14 @@ body.wp-admin-ui-customize_page_wp_admin_ui_customize_admin_bar .columns-1 .post
212
  #wauc_setting_manage_metabox table.form-table td {
213
  vertical-align: top;
214
  }
 
 
 
 
 
 
 
 
215
 
216
 
217
 
212
  #wauc_setting_manage_metabox table.form-table td {
213
  vertical-align: top;
214
  }
215
+ #wauc_setting_manage_metabox .inside .loading,
216
+ #wauc_setting_dashboard .inside .loading {
217
+ display: none;
218
+ }
219
+ #wauc_setting_manage_metabox .inside .loading .spinner,
220
+ #wauc_setting_dashboard .inside .loading .spinner {
221
+ float: left;
222
+ }
223
 
224
 
225
 
wp-admin-ui-customize.php CHANGED
@@ -2,10 +2,10 @@
2
  /*
3
  Plugin Name: WP Admin UI Customize
4
  Description: An excellent plugin to customize the management screens.
5
- Plugin URI: http://wpadminuicustomize.com/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_1
6
- Version: 1.5.1
7
  Author: gqevu6bsiz
8
- Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_1
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
@@ -56,7 +56,7 @@ class WP_Admin_UI_Customize
56
 
57
 
58
  function __construct() {
59
- $this->Ver = '1.5.1';
60
  $this->Name = 'WP Admin UI Customize';
61
  $this->Dir = plugin_dir_path( __FILE__ );
62
  $this->Url = plugin_dir_url( __FILE__ );
@@ -603,10 +603,10 @@ class WP_Admin_UI_Customize
603
  global $current_screen;
604
 
605
  $UserRole = $this->current_user_role_group();
606
-
607
- if( !empty( $current_screen ) && $current_screen->base == 'post' && $current_screen->action != 'add' && $UserRole == 'administrator' ) {
608
  global $wp_meta_boxes;
609
-
610
  $GetData = $this->get_data( "regist_metabox" );
611
  $post_type = $current_screen->post_type;
612
  $Metaboxes = $wp_meta_boxes[$post_type];
2
  /*
3
  Plugin Name: WP Admin UI Customize
4
  Description: An excellent plugin to customize the management screens.
5
+ Plugin URI: http://wpadminuicustomize.com/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_2
6
+ Version: 1.5.2
7
  Author: gqevu6bsiz
8
+ Author URI: http://gqevu6bsiz.chicappa.jp/?utm_source=use_plugin&utm_medium=list&utm_content=wauc&utm_campaign=1_5_2
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
56
 
57
 
58
  function __construct() {
59
+ $this->Ver = '1.5.2';
60
  $this->Name = 'WP Admin UI Customize';
61
  $this->Dir = plugin_dir_path( __FILE__ );
62
  $this->Url = plugin_dir_url( __FILE__ );
603
  global $current_screen;
604
 
605
  $UserRole = $this->current_user_role_group();
606
+
607
+ if( !empty( $current_screen ) && $current_screen->base == 'post' && $UserRole == 'administrator' ) {
608
  global $wp_meta_boxes;
609
+
610
  $GetData = $this->get_data( "regist_metabox" );
611
  $post_type = $current_screen->post_type;
612
  $Metaboxes = $wp_meta_boxes[$post_type];