WP Admin UI Customize - Version 1.5.2.1

Version Description

  • Updated: Metaboxes on Dashboard is latest.
  • Updated: Translation for zh_TW.
Download this release

Release Info

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

Code changes from version 1.5.2.1-alpha to 1.5.2.1

inc/reset_userrole.php CHANGED
@@ -54,7 +54,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
54
  <p><?php _e( 'Setting all of the below will be deleted.' , $this->ltd ); ?></p>
55
  <ul class="description">
56
  <li><?php _e( 'Site Settings' , $this->ltd ); ?></li>
57
- <li><?php _e( 'General Screen Settings' , $this->ltd ); ?></li>
58
  <li><?php _e( 'Dashboard' ); ?></li>
59
  <li><?php _e( 'Admin Bar Menu' , $this->ltd ); ?></li>
60
  <li><?php _e( 'Side Menu' , $this->ltd ); ?></li>
@@ -62,7 +62,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
62
  <li><?php _e( 'Add New Post and Edit Post Screen Setting' , $this->ltd ); ?></li>
63
  <li><?php _e( 'Appearance Menus Screen Setting' , $this->ltd ); ?></li>
64
  <li><?php _e( 'Login Screen' , $this->ltd ); ?></li>
65
- <li><?php echo sprintf( __( '%1$s of %2$s %3$s' , $this->ltd ) , __( 'Change' ) , __( 'Plugin' ) , __( 'Capabilities' ) ); ?></li>
66
  </ul>
67
  <br />
68
 
54
  <p><?php _e( 'Setting all of the below will be deleted.' , $this->ltd ); ?></p>
55
  <ul class="description">
56
  <li><?php _e( 'Site Settings' , $this->ltd ); ?></li>
57
+ <li><?php printf( __( '%1$s %2$s' , $this->ltd ) , __( 'General' ) , __( 'Settings' ) ); ?></li>
58
  <li><?php _e( 'Dashboard' ); ?></li>
59
  <li><?php _e( 'Admin Bar Menu' , $this->ltd ); ?></li>
60
  <li><?php _e( 'Side Menu' , $this->ltd ); ?></li>
62
  <li><?php _e( 'Add New Post and Edit Post Screen Setting' , $this->ltd ); ?></li>
63
  <li><?php _e( 'Appearance Menus Screen Setting' , $this->ltd ); ?></li>
64
  <li><?php _e( 'Login Screen' , $this->ltd ); ?></li>
65
+ <li><?php printf( __( '%1$s of %2$s %3$s' , $this->ltd ) , __( 'Change' ) , __( 'Plugin' ) , __( 'Capabilities' ) ); ?></li>
66
  </ul>
67
  <br />
68
 
inc/setting_admin_bar_menu.php CHANGED
@@ -37,8 +37,8 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
37
  <input type="hidden" name="record_field" value="admin_bar_menu" />
38
 
39
  <p></p>
40
- <p><?php _e( 'Sub-menu can to settings to four levels.' , $this->ltd ); ?></p>
41
- <p><a href="<?php $this->get_document_link( 'admin_bar' ); ?>" target="_blank" class="button-secondary"><?php _e( 'Documents is here' , $this->ltd ); ?></a></p>
42
 
43
  <div id="poststuff">
44
 
37
  <input type="hidden" name="record_field" value="admin_bar_menu" />
38
 
39
  <p></p>
40
+ <p><?php _e( 'Sub-menu settings apply to maximum of four levels deep.' , $this->ltd ); ?></p>
41
+ <p><a href="<?php $this->get_document_link( 'admin_bar' ); ?>" target="_blank" class="button-secondary"><?php _e( 'Admin bar settings documentation page' , $this->ltd ); ?></a></p>
42
 
43
  <div id="poststuff">
44
 
inc/setting_admin_general.php CHANGED
@@ -20,7 +20,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
20
  <div class="wrap">
21
  <div class="icon32" id="icon-tools"></div>
22
  <?php echo $this->Msg; ?>
23
- <h2><?php _e( 'General Screen Settings' , $this->ltd ); ?></h2>
24
  <p>&nbsp;</p>
25
 
26
  <h3 id="wauc-apply-user-roles"><?php echo $this->get_apply_roles(); ?></h3>
@@ -175,7 +175,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
175
  <td>
176
  <?php $Checked = ''; ?>
177
  <?php if( !empty( $Data[$field] ) ) : $Checked = 'checked="checked"'; endif; ?>
178
- <label><input type="checkbox" name="data[<?php echo $field; ?>]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Not resize' , $this->ltd ); ?></label>
179
  </td>
180
  </tr>
181
  <?php endif; ?>
20
  <div class="wrap">
21
  <div class="icon32" id="icon-tools"></div>
22
  <?php echo $this->Msg; ?>
23
+ <h2><?php printf( __( '%1$s %2$s' , $this->ltd ) , __( 'General' ) , __( 'Settings' ) ); ?></h2>
24
  <p>&nbsp;</p>
25
 
26
  <h3 id="wauc-apply-user-roles"><?php echo $this->get_apply_roles(); ?></h3>
175
  <td>
176
  <?php $Checked = ''; ?>
177
  <?php if( !empty( $Data[$field] ) ) : $Checked = 'checked="checked"'; endif; ?>
178
+ <label><input type="checkbox" name="data[<?php echo $field; ?>]" value="1" <?php echo $Checked; ?> /> <?php _e ( 'Don\'t resize' , $this->ltd ); ?></label>
179
  </td>
180
  </tr>
181
  <?php endif; ?>
inc/setting_dashboard.php CHANGED
@@ -63,7 +63,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
63
  <th>&nbsp;</th>
64
  <td style="width: 15%;">
65
  <input type="checkbox" name="" class="check_all" />
66
- <strong><?php _e( 'Show on screen' ); ?></strong>
67
  </td>
68
  <td><strong><?php _e( 'Change metabox title to' , $this->ltd ); ?></strong></td>
69
  </tr>
@@ -72,7 +72,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
72
  <?php $field = 'show_welcome_panel'; ?>
73
  <tr>
74
  <th>
75
- <label><?php _e( 'Welcome Panel' , $this->ltd ); ?></label>
76
  </th>
77
  <td>
78
  <?php $Checked = ''; ?>
@@ -126,7 +126,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
126
  <td>
127
  <?php $Checked = ''; ?>
128
  <?php if( !empty( $Data[$field] ) ) : $Checked = 'checked="checked"'; endif; ?>
129
- <label><input type="checkbox" name="data[<?php echo $field; ?>]" value="1" <?php echo $Checked; ?> /> <?php _e( "Lock meta box positions" , $this->ltd ); ?></label>
130
  </td>
131
  </tr>
132
  </tbody>
63
  <th>&nbsp;</th>
64
  <td style="width: 15%;">
65
  <input type="checkbox" name="" class="check_all" />
66
+ <strong><?php _e( 'Select All' ); ?></strong>
67
  </td>
68
  <td><strong><?php _e( 'Change metabox title to' , $this->ltd ); ?></strong></td>
69
  </tr>
72
  <?php $field = 'show_welcome_panel'; ?>
73
  <tr>
74
  <th>
75
+ <label><?php echo _x( 'Welcome', 'Welcome panel' ); ?></label>
76
  </th>
77
  <td>
78
  <?php $Checked = ''; ?>
126
  <td>
127
  <?php $Checked = ''; ?>
128
  <?php if( !empty( $Data[$field] ) ) : $Checked = 'checked="checked"'; endif; ?>
129
+ <label><input type="checkbox" name="data[<?php echo $field; ?>]" value="1" <?php echo $Checked; ?> /> <?php _e( "Prevent selected roles from re-arranging metaboxes" , $this->ltd ); ?></label>
130
  </td>
131
  </tr>
132
  </tbody>
inc/setting_default.php CHANGED
@@ -22,8 +22,10 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
22
  <h2><?php echo $this->Name; ?></h2>
23
  <p><?php _e( 'Customize the UI of the management screen for all users.' , $this->ltd ); ?></p>
24
  <p><?php _e ( 'Please select the user roles that all settings will apply to.' , $this->ltd ); ?></p>
25
- <p class="description"><?php _e( 'Please use the Multiple Add-on If you want settings on User role basis.' , $this->ltd ); ?></p>
26
- <p><strong><span style="color: orange;">new</span> <a href="<?php echo $this->Site; ?>multiple_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Multiple Add-on</a></strong></p>
 
 
27
 
28
  <div id="poststuff">
29
  <div id="post-body" class="metabox-holder columns-2">
@@ -35,7 +37,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
35
  <div class="stuffbox" id="donationbox">
36
  <div class="inside">
37
  <p style="color: #FFFFFF; font-size: 20px;"><?php _e( 'Donate' , $this->ltd ); ?></p>
38
- <p style="color: #FFFFFF;"><?php _e( 'You are contented with this plugin?<br />By the laws of Japan, Japan\'s new paypal user can not make a donation button.<br />So i would like you to buy this plugin as the replacement for the donation.' , $this->ltd ); ?></p>
39
  <p>&nbsp;</p>
40
  <p style="text-align: center;">
41
  <a href="<?php echo $this->AuthorUrl; ?>line-break-first-and-end/?utm_source=use_plugin&utm_medium=donate&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" class="button-primary" target="_blank">Line Break First and End</a>
@@ -43,7 +45,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
43
  <p>&nbsp;</p>
44
  <div class="donation_memo">
45
  <p><strong><?php _e( 'Features' , $this->ltd ); ?></strong></p>
46
- <p><?php _e( 'Line Break First and End plugin is In the visual editor TinyMCE, It is a plugin that will help when you will not be able to enter a line break.' , $this->ltd ); ?></p>
47
  </div>
48
  <div class="donation_memo">
49
  <p><strong><?php _e( 'The primary use of donations' , $this->ltd ); ?></strong></p>
@@ -76,17 +78,17 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
76
  <h3><span class="hndle"><?php _e( 'Useful plugins' , $this->ltd ); ?></span></h3>
77
  <div class="inside">
78
  <p><strong><span style="color: orange;">new</span> <a href="<?php echo $this->Site; ?>multiple_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Multiple Add-on</a></strong></p>
79
- <p class="description"><?php _e( 'This add-on is simply settings of multi user roles.' , $this->ltd ); ?></p>
80
  <p><strong><a href="<?php echo $this->Site; ?>import_export_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Import &amp; Export Add-on</a></strong></p>
81
- <p class="description"><?php _e( 'This add-on is Import/Export easily of the settings data.' , $this->ltd ); ?></p>
82
  <p><strong><a href="<?php echo $this->Site; ?>multisite_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize for Multisite</a></strong></p>
83
- <p class="description"><?php _e( 'This add-on is an add-on to unify the management screen of all sites.' , $this->ltd ); ?></p>
84
  <p><strong><a href="http://wordpress.org/extend/plugins/post-lists-view-custom/" target="_blank">Post Lists View Custom</a></strong></p>
85
- <p class="description"><?php _e( 'Customize the list of the post and page. custom post type page, too. You can customize the column display items freely.' , $this->ltd ); ?></p>
86
  <p><strong><a href="http://wordpress.org/extend/plugins/announce-from-the-dashboard/" target="_blank">Announce from the Dashboard</a></strong></p>
87
- <p class="description"><?php _e( 'Announce to display the dashboard. Change the display to a different user role.' , $this->ltd ); ?></p>
88
  <p><strong><a href="http://wordpress.org/extend/plugins/custom-options-plus-post-in/" target="_blank">Custom Options Plus Post in</a></strong></p>
89
- <p class="description"><?php _e( 'The plugin that allows you to add the value of the options. Option value that you have created, can be used in addition to the template tag, Short code can be used in the body of the article.' , $this->ltd ); ?></p>
90
  <p>&nbsp;</p>
91
  </div>
92
  </div>
@@ -136,10 +138,10 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
136
 
137
  <form id="donation_form" class="wauc_form" method="post" action="<?php echo remove_query_arg( 'wauc_msg' , add_query_arg( array( 'page' => $this->PageSlug ) ) ); ?>">
138
  <h3><?php _e( 'If you have already donated to.' , $this->ltd ); ?></h3>
139
- <p><?php _e( 'Please enter the \'Donation delete key\' that have been described in the \'Line Break First and End download page\'.' , $this->ltd ); ?></p>
140
  <input type="hidden" name="<?php echo $this->UPFN; ?>" value="Y" />
141
  <?php wp_nonce_field( $this->Nonces["value"] , $this->Nonces["field"] ); ?>
142
- <label for="donate_key"><?php _e( 'Donation delete key' , $this->ltd ); ?></label>
143
  <input type="text" name="donate_key" id="donate_key" value="" class="regular-text" />
144
  <input type="submit" class="button-primary" name="update" value="<?php _e( 'Submit' ); ?>" />
145
  </form>
@@ -147,14 +149,14 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
147
  <p>&nbsp;</p>
148
 
149
  <div class="stuffbox" style="border-color: #FFC426; border-width: 3px;">
150
- <h3 style="background: #FFF2D0; border-color: #FFC426;"><span class="hndle"><?php _e( 'Have you want to customize?' , $this->ltd ); ?></span></h3>
151
  <div class="inside">
152
  <p style="float: right;">
153
  <img src="<?php echo $this->Schema; ?>www.gravatar.com/avatar/7e05137c5a859aa987a809190b979ed4?s=46" width="46" /><br />
154
  <a href="<?php echo $this->AuthorUrl; ?>contact-us/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">gqevu6bsiz</a>
155
  </p>
156
- <p><?php _e( 'I am good at Admin Screen Customize.' , $this->ltd ); ?></p>
157
- <p><?php _e( 'Please consider the request to me if it is good.' , $this->ltd ); ?></p>
158
  <p>
159
  <a href="<?php echo $this->Site; ?>blog/category/example/?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 ( 'Example Customize' , $this->ltd ); ?></a> :
160
  <a href="<?php echo $this->Site; ?>contact/?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( 'Contact me' , $this->ltd ); ?></a></p>
22
  <h2><?php echo $this->Name; ?></h2>
23
  <p><?php _e( 'Customize the UI of the management screen for all users.' , $this->ltd ); ?></p>
24
  <p><?php _e ( 'Please select the user roles that all settings will apply to.' , $this->ltd ); ?></p>
25
+ <p>
26
+ <span class="description"><?php _e( 'Please use the Multiple Add-on if you want per role customization.' , $this->ltd ); ?></span>
27
+ <strong><a href="<?php echo $this->Site; ?>multiple_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Multiple Add-on</a></strong>
28
+ </p>
29
 
30
  <div id="poststuff">
31
  <div id="post-body" class="metabox-holder columns-2">
37
  <div class="stuffbox" id="donationbox">
38
  <div class="inside">
39
  <p style="color: #FFFFFF; font-size: 20px;"><?php _e( 'Donate' , $this->ltd ); ?></p>
40
+ <p style="color: #FFFFFF;"><?php _e( 'Are you happy with this plugin?<br />Japanese law prohibits PayPal donations. <br />Please consider purchasing the Line Break First and End plugin in lieu of a donation.' , $this->ltd ); ?></p>
41
  <p>&nbsp;</p>
42
  <p style="text-align: center;">
43
  <a href="<?php echo $this->AuthorUrl; ?>line-break-first-and-end/?utm_source=use_plugin&utm_medium=donate&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" class="button-primary" target="_blank">Line Break First and End</a>
45
  <p>&nbsp;</p>
46
  <div class="donation_memo">
47
  <p><strong><?php _e( 'Features' , $this->ltd ); ?></strong></p>
48
+ <p><?php _e( 'Line Break First and End plugin allows for line breaks when using the visual editor TinyMCE.' , $this->ltd ); ?></p>
49
  </div>
50
  <div class="donation_memo">
51
  <p><strong><?php _e( 'The primary use of donations' , $this->ltd ); ?></strong></p>
78
  <h3><span class="hndle"><?php _e( 'Useful plugins' , $this->ltd ); ?></span></h3>
79
  <div class="inside">
80
  <p><strong><span style="color: orange;">new</span> <a href="<?php echo $this->Site; ?>multiple_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Multiple Add-on</a></strong></p>
81
+ <p class="description"><?php _e( 'Apply setting on a per-role basis.' , $this->ltd ); ?></p>
82
  <p><strong><a href="<?php echo $this->Site; ?>import_export_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize Import &amp; Export Add-on</a></strong></p>
83
+ <p class="description"><?php _e( 'Easily import/export setting between installations.' , $this->ltd ); ?></p>
84
  <p><strong><a href="<?php echo $this->Site; ?>multisite_about/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">WP Admin UI Customize for Multisite</a></strong></p>
85
+ <p class="description"><?php _e( 'Unified custom management screens for Multisite.' , $this->ltd ); ?></p>
86
  <p><strong><a href="http://wordpress.org/extend/plugins/post-lists-view-custom/" target="_blank">Post Lists View Custom</a></strong></p>
87
+ <p class="description"><?php _e( 'Customize list view columns for posts, pages, custom post types, media library, and other management screens.' , $this->ltd ); ?></p>
88
  <p><strong><a href="http://wordpress.org/extend/plugins/announce-from-the-dashboard/" target="_blank">Announce from the Dashboard</a></strong></p>
89
+ <p class="description"><?php _e( 'Create dashboard messages to be displayed for selected user roles.' , $this->ltd ); ?></p>
90
  <p><strong><a href="http://wordpress.org/extend/plugins/custom-options-plus-post-in/" target="_blank">Custom Options Plus Post in</a></strong></p>
91
+ <p class="description"><?php _e( 'Create custom global variables that can be used with generated template tags or shortcodes.' , $this->ltd ); ?></p>
92
  <p>&nbsp;</p>
93
  </div>
94
  </div>
138
 
139
  <form id="donation_form" class="wauc_form" method="post" action="<?php echo remove_query_arg( 'wauc_msg' , add_query_arg( array( 'page' => $this->PageSlug ) ) ); ?>">
140
  <h3><?php _e( 'If you have already donated to.' , $this->ltd ); ?></h3>
141
+ <p><?php _e( 'Please enter the \'Donation Delete Key\' that was provided on the Line Break First and End download page.' , $this->ltd ); ?></p>
142
  <input type="hidden" name="<?php echo $this->UPFN; ?>" value="Y" />
143
  <?php wp_nonce_field( $this->Nonces["value"] , $this->Nonces["field"] ); ?>
144
+ <label for="donate_key"><?php _e( 'Donation Delete Key:' , $this->ltd ); ?></label>
145
  <input type="text" name="donate_key" id="donate_key" value="" class="regular-text" />
146
  <input type="submit" class="button-primary" name="update" value="<?php _e( 'Submit' ); ?>" />
147
  </form>
149
  <p>&nbsp;</p>
150
 
151
  <div class="stuffbox" style="border-color: #FFC426; border-width: 3px;">
152
+ <h3 style="background: #FFF2D0; border-color: #FFC426;"><span class="hndle"><?php _e( 'Do you need professional setup and customization?' , $this->ltd ); ?></span></h3>
153
  <div class="inside">
154
  <p style="float: right;">
155
  <img src="<?php echo $this->Schema; ?>www.gravatar.com/avatar/7e05137c5a859aa987a809190b979ed4?s=46" width="46" /><br />
156
  <a href="<?php echo $this->AuthorUrl; ?>contact-us/?utm_source=use_plugin&utm_medium=side&utm_content=<?php echo $this->ltd; ?>&utm_campaign=<?php echo str_replace( '.' , '_' , $this->Ver ); ?>" target="_blank">gqevu6bsiz</a>
157
  </p>
158
+ <p><?php _e( 'I provide full service customization for WP Admin UI Customize.' , $this->ltd ); ?></p>
159
+ <p><?php _e( 'Please contact me if you are interested.' , $this->ltd ); ?></p>
160
  <p>
161
  <a href="<?php echo $this->Site; ?>blog/category/example/?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 ( 'Example Customize' , $this->ltd ); ?></a> :
162
  <a href="<?php echo $this->Site; ?>contact/?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( 'Contact me' , $this->ltd ); ?></a></p>
inc/setting_loginscreen.php CHANGED
@@ -31,7 +31,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
31
  <?php if( is_multisite() ) : ?>
32
  <p class="description"><?php _e( 'Is not possible to check the login form if you do not log out in the case of MultiSite.' , $this->ltd ); ?></p>
33
  <?php endif; ?>
34
- <p><a title="<?php _e( 'Login Screen' , $this->ltd ); ?>" href="<?php echo get_option( 'siteurl' ); ?>/wp-login.php?TB_iframe=1&width=520&height=520" class="thickbox"><?php _e( 'Show Login Screen' , $this->ltd ); ?></a></p>
35
 
36
  <div id="poststuff">
37
 
@@ -43,7 +43,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
43
  <h3><span class="hndle"><?php _e( 'Useful plugins' , $this->ltd ); ?></span></h3>
44
  <div class="inside">
45
  <p><strong><span style="color: orange;">new</span> <a href="http://codecanyon.net/item/login-layout-customize/5729642" target="_blank">Login Layout Customize</a></strong></p>
46
- <p class="description"><?php _e( 'This plugin is that can be for customizing flexibly Login Screen.' , $this->ltd ); ?></p>
47
  </div>
48
  </div>
49
 
31
  <?php if( is_multisite() ) : ?>
32
  <p class="description"><?php _e( 'Is not possible to check the login form if you do not log out in the case of MultiSite.' , $this->ltd ); ?></p>
33
  <?php endif; ?>
34
+ <p><a title="<?php _e( 'Login Screen' , $this->ltd ); ?>" href="<?php echo get_option( 'siteurl' ); ?>/wp-login.php?TB_iframe=1&width=520&height=520" class="thickbox button button-secondary"><?php _e( 'Show Current Login Screen' , $this->ltd ); ?></a></p>
35
 
36
  <div id="poststuff">
37
 
43
  <h3><span class="hndle"><?php _e( 'Useful plugins' , $this->ltd ); ?></span></h3>
44
  <div class="inside">
45
  <p><strong><span style="color: orange;">new</span> <a href="http://codecanyon.net/item/login-layout-customize/5729642" target="_blank">Login Layout Customize</a></strong></p>
46
+ <p class="description"><?php _e( 'Flexible plugin for login screen customization.' , $this->ltd ); ?></p>
47
  </div>
48
  </div>
49
 
inc/setting_manage_metabox.php CHANGED
@@ -41,7 +41,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
41
 
42
  <div class="postbox">
43
  <div class="handlediv" title="Click to toggle"><br></div>
44
- <h3 class="hndle"><span><?php _e( 'Post' ); ?></span></h3>
45
  <div class="inside">
46
 
47
  <?php if( empty( $Metaboxes["metaboxes"]["post"] ) ) : ?>
@@ -76,7 +76,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
76
  <th>&nbsp;</th>
77
  <td style="width: 15%;">
78
  <input type="checkbox" name="" class="check_all" />
79
- <strong><?php _e( 'Show on screen' ); ?></strong>
80
  </td>
81
  <td style="width: 15%;">
82
  <strong><?php _e( 'Default Open' , $this->ltd ); ?></strong>
@@ -107,8 +107,8 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
107
  <?php $Selected = 0; ?>
108
  <?php if( !empty( $Data["post"][$metabox_id]["toggle"] ) ) : $Selected = true; endif; ?>
109
  <select name="data[post][<?php echo $metabox_id; ?>][toggle]" class="select_toggle">
110
- <option value="0" <?php Selected( $Selected , 0 ); ?>><?php _e( 'Not Reduce' , $this->ltd ); ?></option>
111
- <option value="1" <?php Selected( $Selected , 1 ); ?>><?php _e( 'Reduce' , $this->ltd ); ?></option>
112
  </select>
113
  <?php else : ?>
114
  <?php _e( 'Show' ); ?>
@@ -138,7 +138,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
138
 
139
  <div class="postbox">
140
  <div class="handlediv" title="Click to toggle"><br></div>
141
- <h3 class="hndle"><span><?php _e( 'Page' ); ?></span></h3>
142
  <div class="inside">
143
 
144
  <?php if( empty( $Metaboxes["metaboxes"]["page"] ) ) : ?>
@@ -173,7 +173,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
173
  <th>&nbsp;</th>
174
  <td style="width: 15%;">
175
  <input type="checkbox" name="" class="check_all" />
176
- <strong><?php _e( 'Show on screen' ); ?></strong>
177
  </td>
178
  <td style="width: 15%;">
179
  <strong><?php _e( 'Default Open' , $this->ltd ); ?></strong>
@@ -203,8 +203,8 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
203
  <?php $Selected = 0; ?>
204
  <?php if( !empty( $Data["page"][$metabox_id]["toggle"] ) ) : $Selected = true; endif; ?>
205
  <select name="data[page][<?php echo $metabox_id; ?>][toggle]" class="select_toggle">
206
- <option value="0" <?php Selected( $Selected , 0 ); ?>><?php _e( 'Not Reduce' , $this->ltd ); ?></option>
207
- <option value="1" <?php Selected( $Selected , 1 ); ?>><?php _e( 'Reduce' , $this->ltd ); ?></option>
208
  </select>
209
  <?php else : ?>
210
  <?php _e( 'Show' ); ?>
@@ -278,7 +278,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
278
  <th>&nbsp;</th>
279
  <td style="width: 15%;">
280
  <input type="checkbox" name="" class="check_all" />
281
- <strong><?php _e( 'Show on screen' ); ?></strong>
282
  </td>
283
  <td style="width: 15%;">
284
  <strong><?php _e( 'Default Open' , $this->ltd ); ?></strong>
@@ -307,8 +307,8 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
307
  <?php $Selected = 0; ?>
308
  <?php if( !empty( $Data[$post_name][$metabox_id]["toggle"] ) ) : $Selected = true; endif; ?>
309
  <select name="data[<?php echo $post_name; ?>][<?php echo $metabox_id; ?>][toggle]" class="select_toggle">
310
- <option value="0" <?php Selected( $Selected , 0 ); ?>><?php _e( 'Not Reduce' , $this->ltd ); ?></option>
311
- <option value="1" <?php Selected( $Selected , 1 ); ?>><?php _e( 'Reduce' , $this->ltd ); ?></option>
312
  </select>
313
  <?php else : ?>
314
  <?php _e( 'Show' ); ?>
41
 
42
  <div class="postbox">
43
  <div class="handlediv" title="Click to toggle"><br></div>
44
+ <h3 class="hndle"><span><?php _e( 'Posts' ); ?></span></h3>
45
  <div class="inside">
46
 
47
  <?php if( empty( $Metaboxes["metaboxes"]["post"] ) ) : ?>
76
  <th>&nbsp;</th>
77
  <td style="width: 15%;">
78
  <input type="checkbox" name="" class="check_all" />
79
+ <strong><?php _e( 'Select All' ); ?></strong>
80
  </td>
81
  <td style="width: 15%;">
82
  <strong><?php _e( 'Default Open' , $this->ltd ); ?></strong>
107
  <?php $Selected = 0; ?>
108
  <?php if( !empty( $Data["post"][$metabox_id]["toggle"] ) ) : $Selected = true; endif; ?>
109
  <select name="data[post][<?php echo $metabox_id; ?>][toggle]" class="select_toggle">
110
+ <option value="0" <?php Selected( $Selected , 0 ); ?>><?php _e( 'Expanded' , $this->ltd ); ?></option>
111
+ <option value="1" <?php Selected( $Selected , 1 ); ?>><?php _e( 'Collapsed' , $this->ltd ); ?></option>
112
  </select>
113
  <?php else : ?>
114
  <?php _e( 'Show' ); ?>
138
 
139
  <div class="postbox">
140
  <div class="handlediv" title="Click to toggle"><br></div>
141
+ <h3 class="hndle"><span><?php _e( 'Pages' ); ?></span></h3>
142
  <div class="inside">
143
 
144
  <?php if( empty( $Metaboxes["metaboxes"]["page"] ) ) : ?>
173
  <th>&nbsp;</th>
174
  <td style="width: 15%;">
175
  <input type="checkbox" name="" class="check_all" />
176
+ <strong><?php _e( 'Select All' ); ?></strong>
177
  </td>
178
  <td style="width: 15%;">
179
  <strong><?php _e( 'Default Open' , $this->ltd ); ?></strong>
203
  <?php $Selected = 0; ?>
204
  <?php if( !empty( $Data["page"][$metabox_id]["toggle"] ) ) : $Selected = true; endif; ?>
205
  <select name="data[page][<?php echo $metabox_id; ?>][toggle]" class="select_toggle">
206
+ <option value="0" <?php Selected( $Selected , 0 ); ?>><?php _e( 'Expanded' , $this->ltd ); ?></option>
207
+ <option value="1" <?php Selected( $Selected , 1 ); ?>><?php _e( 'Collapsed' , $this->ltd ); ?></option>
208
  </select>
209
  <?php else : ?>
210
  <?php _e( 'Show' ); ?>
278
  <th>&nbsp;</th>
279
  <td style="width: 15%;">
280
  <input type="checkbox" name="" class="check_all" />
281
+ <strong><?php _e( 'Select All' ); ?></strong>
282
  </td>
283
  <td style="width: 15%;">
284
  <strong><?php _e( 'Default Open' , $this->ltd ); ?></strong>
307
  <?php $Selected = 0; ?>
308
  <?php if( !empty( $Data[$post_name][$metabox_id]["toggle"] ) ) : $Selected = true; endif; ?>
309
  <select name="data[<?php echo $post_name; ?>][<?php echo $metabox_id; ?>][toggle]" class="select_toggle">
310
+ <option value="0" <?php Selected( $Selected , 0 ); ?>><?php _e( 'Expanded' , $this->ltd ); ?></option>
311
+ <option value="1" <?php Selected( $Selected , 1 ); ?>><?php _e( 'Collapsed' , $this->ltd ); ?></option>
312
  </select>
313
  <?php else : ?>
314
  <?php _e( 'Show' ); ?>
inc/setting_plugin_cap.php CHANGED
@@ -22,7 +22,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
22
  <?php echo $this->Msg; ?>
23
  <h2><?php echo sprintf( __( '%1$s of %2$s %3$s' , $this->ltd ) , __( 'Change' ) , __( 'Plugin' ) , __( 'Capabilities' ) ); ?></h2>
24
  <p><?php echo sprintf( __( 'You can change the user role %2$s of %1$s settings.' , $this->ltd ) , $this->Name , __( 'Capabilities' ) ); ?></p>
25
- <p><?php echo sprintf( __( 'Please choose the role to use the %s.' , $this->ltd ) , $this->Name ); ?></p>
26
 
27
  <p>&nbsp;</p>
28
 
22
  <?php echo $this->Msg; ?>
23
  <h2><?php echo sprintf( __( '%1$s of %2$s %3$s' , $this->ltd ) , __( 'Change' ) , __( 'Plugin' ) , __( 'Capabilities' ) ); ?></h2>
24
  <p><?php echo sprintf( __( 'You can change the user role %2$s of %1$s settings.' , $this->ltd ) , $this->Name , __( 'Capabilities' ) ); ?></p>
25
+ <p><?php echo sprintf( __( 'Please choose the minimum role that can modify %s settings.' , $this->ltd ) , $this->Name ); ?></p>
26
 
27
  <p>&nbsp;</p>
28
 
inc/setting_post_add_edit.php CHANGED
@@ -56,7 +56,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
56
  <p><?php _e( 'Please select if you want to display the comments on Site.' , $this->ltd ); ?></p>
57
  <p><a href="<?php echo admin_url( 'options-discussion.php' ); ?>"><?php echo sprintf( __( 'However, this will follow the setting of %s.' , $this->ltd ) , __( 'Default article settings' ) ); ?></a></p>
58
  <?php else : ?>
59
- <p><a href="<?php echo admin_url( 'options-discussion.php' ); ?>"><?php echo sprintf( __( 'Please select the %s' , $this->ltd ) , __( 'Allow people to post comments on new articles' ) ); ?></a></p>
60
  <?php endif; ?>
61
 
62
  </td>
56
  <p><?php _e( 'Please select if you want to display the comments on Site.' , $this->ltd ); ?></p>
57
  <p><a href="<?php echo admin_url( 'options-discussion.php' ); ?>"><?php echo sprintf( __( 'However, this will follow the setting of %s.' , $this->ltd ) , __( 'Default article settings' ) ); ?></a></p>
58
  <?php else : ?>
59
+ <p><a href="<?php echo admin_url( 'options-discussion.php' ); ?>"><?php echo sprintf( __( 'Please select the <strong>%s</strong>' , $this->ltd ) , __( 'Allow people to post comments on new articles' ) ); ?></a></p>
60
  <?php endif; ?>
61
 
62
  </td>
inc/setting_sidemenu.php CHANGED
@@ -221,7 +221,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
221
 
222
  </div>
223
 
224
- <p class="sidebar_setting_delete"><a href="#"><?php _e( 'Delete all' ); ?></a></p>
225
 
226
  </div>
227
  </div>
221
 
222
  </div>
223
 
224
+ <p class="sidebar_setting_delete"><a href="#"><?php _e( 'Delete all the Current menu' , $this->ltd ); ?></a></p>
225
 
226
  </div>
227
  </div>
inc/setting_site.php CHANGED
@@ -39,7 +39,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
39
 
40
  <div class="postbox">
41
  <div class="handlediv" title="Click to toggle"><br></div>
42
- <h3 class="hndle"><span>Meta Fields</span></h3>
43
  <div class="inside">
44
  <table class="form-table">
45
  <tbody>
@@ -128,7 +128,7 @@ if ( version_compare( $wp_version , '3.8' , '<' ) ) {
128
  <?php $field = 'admin_bar'; ?>
129
  <tr>
130
  <th>
131
- <?php echo $field; ?>
132
  </th>
133
  <td>
134
  <?php $arr = array( "hide" => __( 'Hide the Admin bar on the front end' , $this->ltd ) , "front" => __( 'Apply WP Admin UI Customize settings on the front end admin bar also' , $this->ltd ) ); ?>
39
 
40
  <div class="postbox">
41
  <div class="handlediv" title="Click to toggle"><br></div>
42
+ <h3 class="hndle"><span><?php _e( 'Header Meta' , $this->ltd ); ?></span></h3>
43
  <div class="inside">
44
  <table class="form-table">
45
  <tbody>
128
  <?php $field = 'admin_bar'; ?>
129
  <tr>
130
  <th>
131
+ <?php _e( 'Admin Bar' , $this->ltd ); ?>
132
  </th>
133
  <td>
134
  <?php $arr = array( "hide" => __( 'Hide the Admin bar on the front end' , $this->ltd ) , "front" => __( 'Apply WP Admin UI Customize settings on the front end admin bar also' , $this->ltd ) ); ?>
languages/wauc-ja.mo CHANGED
Binary file
languages/wauc-ja.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Admin UI Customize\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-25 15:03+0900\n"
6
- "PO-Revision-Date: 2014-04-25 15:16+0900\n"
7
  "Last-Translator: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
8
  "Language-Team: gqevu6bsiz@gmail.com <gqevu6bsiz@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -36,8 +36,9 @@ msgstr "サイトの設定"
36
  #: wp-admin-ui-customize.php:172
37
  #: inc/reset_userrole.php:57
38
  #: inc/setting_admin_general.php:23
39
- msgid "General Screen Settings"
40
- msgstr "一般設定"
 
41
 
42
  #: wp-admin-ui-customize.php:174
43
  #: inc/reset_userrole.php:59
@@ -61,7 +62,7 @@ msgstr "メタボックス管理"
61
  #: inc/reset_userrole.php:62
62
  #: inc/setting_post_add_edit.php:23
63
  msgid "Add New Post and Edit Post Screen Setting"
64
- msgstr "新規投稿と投稿編集の設定"
65
 
66
  #: wp-admin-ui-customize.php:178
67
  #: inc/reset_userrole.php:63
@@ -80,7 +81,7 @@ msgstr "ログイン画面"
80
  #: inc/setting_plugin_cap.php:23
81
  #, php-format
82
  msgid "%1$s of %2$s %3$s"
83
- msgstr "%2$s %3$sの%1$s"
84
 
85
  #: wp-admin-ui-customize.php:331
86
  #, php-format
@@ -91,39 +92,39 @@ msgstr "設定を適用する権限が選択されていません。<a href=\"%s
91
  msgid "Apply user roles"
92
  msgstr "適用されるユーザー権限"
93
 
94
- #: wp-admin-ui-customize.php:700
95
- #: wp-admin-ui-customize.php:873
96
  msgid "Sub Menus"
97
  msgstr "サブメニュー"
98
 
99
- #: wp-admin-ui-customize.php:795
100
- #: wp-admin-ui-customize.php:817
101
  msgid "Menu Group"
102
  msgstr "メニューグループ"
103
 
104
- #: wp-admin-ui-customize.php:815
105
  msgid "Show only on front end."
106
- msgstr "フロントのみ表示"
107
 
108
- #: wp-admin-ui-customize.php:835
109
  msgid "If you want edit to name, please edit of translation file(PO)."
110
  msgstr "タイトルを変更したい場合は翻訳ファイル(PO)を編集してください。"
111
 
112
- #: wp-admin-ui-customize.php:1035
113
  msgid "Front"
114
- msgstr "フロント"
115
 
116
- #: wp-admin-ui-customize.php:2278
117
- #: inc/setting_default.php:185
118
  msgid "Thank you for your donation."
119
  msgstr "寄付いただきありがとうございます。"
120
 
121
- #: wp-admin-ui-customize.php:2293
122
- msgid "Thank you for considering donate."
123
  msgstr "寄付のご検討宜しくお願いします。"
124
 
125
- #: wp-admin-ui-customize.php:2293
126
- #: inc/setting_default.php:37
127
  msgid "Donate"
128
  msgstr "寄付について"
129
 
@@ -167,13 +168,13 @@ msgstr "ユーザー権限をリセットしてもよろしいですか?"
167
  #: inc/setting_admin_bar_menu.php:95
168
  #: inc/setting_admin_general.php:201
169
  #: inc/setting_appearance_menus.php:99
170
- #: inc/setting_dashboard.php:250
171
- #: inc/setting_default.php:130
172
  #: inc/setting_loginscreen.php:160
173
- #: inc/setting_manage_metabox.php:296
174
  #: inc/setting_plugin_cap.php:94
175
  #: inc/setting_post_add_edit.php:109
176
- #: inc/setting_sidemenu.php:232
177
  #: inc/setting_site.php:168
178
  msgid "Reset settings"
179
  msgstr "設定をリセット"
@@ -218,23 +219,23 @@ msgid "Available Shortcodes"
218
  msgstr "利用可能なショートコード一覧"
219
 
220
  #: inc/setting_admin_bar_menu.php:40
221
- msgid "Sub-menu can to settings to four levels."
222
- msgstr "サブメニューは4階層まで設定できます。"
223
 
224
  #: inc/setting_admin_bar_menu.php:41
225
- msgid "Documents is here"
226
- msgstr "ドキュメントはこちら"
227
 
228
  #: inc/setting_admin_bar_menu.php:94
229
  #: inc/setting_admin_general.php:200
230
  #: inc/setting_appearance_menus.php:98
231
- #: inc/setting_dashboard.php:249
232
- #: inc/setting_default.php:129
233
  #: inc/setting_loginscreen.php:159
234
- #: inc/setting_manage_metabox.php:295
235
  #: inc/setting_plugin_cap.php:93
236
  #: inc/setting_post_add_edit.php:108
237
- #: inc/setting_sidemenu.php:231
238
  #: inc/setting_site.php:167
239
  msgid "Reset all settings?"
240
  msgstr "リセットしますか?"
@@ -294,7 +295,7 @@ msgid "Resizing Admin bar"
294
  msgstr "管理バーリサイズ"
295
 
296
  #: inc/setting_admin_general.php:178
297
- msgid "Not resize"
298
  msgstr "リサイズしない"
299
 
300
  #: inc/setting_appearance_menus.php:47
@@ -310,39 +311,31 @@ msgstr "作成済みのメニューだけを使用する時に便利です。"
310
  msgid "Meta boxes"
311
  msgstr "メタボックス"
312
 
313
- #: inc/setting_dashboard.php:51
314
- #: inc/setting_dashboard.php:173
315
- msgid "Welcome Panel"
316
- msgstr "ウェルカムパネル"
317
-
318
- #: inc/setting_dashboard.php:154
319
- #: inc/setting_manage_metabox.php:49
320
- #: inc/setting_manage_metabox.php:127
321
- #: inc/setting_manage_metabox.php:213
322
- msgid "Could not read the meta box."
323
- msgstr "メタボックスの読み込みができませんでした。"
324
-
325
- #: inc/setting_dashboard.php:155
326
- #: inc/setting_manage_metabox.php:50
327
- #: inc/setting_manage_metabox.php:128
328
- #: inc/setting_manage_metabox.php:214
329
  #, php-format
330
- msgid "Meta boxes will be loaded automatically when you <strong>%s</strong>."
331
- msgstr "<strong>%s</strong> 画面を一度表示すると自動でメタボックスが読み込まれます。"
332
 
333
- #: inc/setting_dashboard.php:166
334
- #: inc/setting_manage_metabox.php:65
335
- #: inc/setting_manage_metabox.php:143
336
- #: inc/setting_manage_metabox.php:229
337
  msgid "Change metabox title to"
338
  msgstr "メタボックス名を変更"
339
 
340
- #: inc/setting_dashboard.php:223
 
 
 
 
341
  msgid "Meta box movement restriction"
342
  msgstr "メタボックスの移動制限"
343
 
344
- #: inc/setting_dashboard.php:228
345
- msgid "Lock meta box positions"
346
  msgstr "メタボックスを移動させない"
347
 
348
  #: inc/setting_default.php:23
@@ -353,120 +346,120 @@ msgstr "全てのユーザーの管理画面UIをカスタマイズします。"
353
  msgid "Please select the user roles that all settings will apply to."
354
  msgstr "設定を適用する権限を選んでください。"
355
 
356
- #: inc/setting_default.php:25
357
- msgid "Please use the Multiple Add-on If you want settings on User role basis."
358
- msgstr "ユーザー権限ごとに設定したい場合は Multiple Add-on を使用してください。"
359
 
360
- #: inc/setting_default.php:38
361
- msgid "You are contented with this plugin?<br />By the laws of Japan, Japan's new paypal user can not make a donation button.<br />So i would like you to buy this plugin as the replacement for the donation."
362
  msgstr "このプラグインを使って満足できましたか?<br />日本の法律では、日本の新PayPalユーザーは寄付ボタンを作成することはできません。<br />なので寄付の代わりとしてこのプラグインを購入して欲しいです。"
363
 
364
- #: inc/setting_default.php:45
365
  msgid "Features"
366
  msgstr "機能について"
367
 
368
- #: inc/setting_default.php:46
369
- msgid "Line Break First and End plugin is In the visual editor TinyMCE, It is a plugin that will help when you will not be able to enter a line break."
370
  msgstr "Line Break First and Endプラグインは、TinyMCEのビジュアルエディタで、改行を入力することが出来なくなった時に便利なプラグインです。"
371
 
372
- #: inc/setting_default.php:49
373
  msgid "The primary use of donations"
374
  msgstr "寄付の主な使用目的"
375
 
376
- #: inc/setting_default.php:51
377
  msgid "Liquidation of time and value"
378
  msgstr "時間と価値の清算"
379
 
380
- #: inc/setting_default.php:52
381
  msgid "Additional suggestions feature"
382
  msgstr "機能提案の追加"
383
 
384
- #: inc/setting_default.php:53
385
  msgid "Maintain motivation"
386
  msgstr "モチベーション維持"
387
 
388
- #: inc/setting_default.php:54
389
  msgid "Ensure time as the father of Sunday"
390
  msgstr "日曜日の父親としての時間確保"
391
 
392
- #: inc/setting_default.php:61
393
  msgid "About plugin"
394
  msgstr "プラグインについて"
395
 
396
- #: inc/setting_default.php:63
397
  msgid "Version checked"
398
  msgstr "動作確認済み"
399
 
400
- #: inc/setting_default.php:65
401
  msgid "Plugin's site"
402
  msgstr "プラグインのサイト"
403
 
404
- #: inc/setting_default.php:66
405
  msgid "Developer's site"
406
  msgstr "開発者のサイト"
407
 
408
- #: inc/setting_default.php:68
409
  msgid "Reviews"
410
  msgstr "レビュー"
411
 
412
- #: inc/setting_default.php:76
413
  #: inc/setting_loginscreen.php:43
414
  msgid "Useful plugins"
415
  msgstr "便利なプラグイン"
416
 
417
- #: inc/setting_default.php:79
418
- msgid "This add-on is simply settings of multi user roles."
419
- msgstr "ユーザー権限ごとに別々の設定を簡単にできるアドオンです。"
420
-
421
  #: inc/setting_default.php:81
422
- msgid "This add-on is Import/Export easily of the settings data."
423
- msgstr "このアドオンは、WP Admin UI Customizeの設定データをインポート&エクスポートする為のアドオンです。"
424
 
425
  #: inc/setting_default.php:83
426
- msgid "This add-on is an add-on to unify the management screen of all sites."
427
- msgstr "このアドオンは、全てのサイトの管理画面を統一する為のアドオンです。"
428
 
429
  #: inc/setting_default.php:85
430
- msgid "Customize the list of the post and page. custom post type page, too. You can customize the column display items freely."
431
- msgstr "投稿と固定ページ一覧をカスタマイズします。カスタム投稿タイプも。カラム一覧を自由にカスタマイズできます。"
432
 
433
  #: inc/setting_default.php:87
434
- msgid "Announce to display the dashboard. Change the display to a different user role."
435
- msgstr "ダッシュボードにお知らせを表示します。ユーザーの権限ごとに表示を変更できます。"
436
 
437
  #: inc/setting_default.php:89
438
- msgid "The plugin that allows you to add the value of the options. Option value that you have created, can be used in addition to the template tag, Short code can be used in the body of the article."
 
 
 
 
439
  msgstr "オプション値作成プラグインです。作成したオプション値は、ショートコードとして記事に、テンプレートタグとしても使用できます。"
440
 
441
- #: inc/setting_default.php:138
442
  msgid "If you have already donated to."
443
  msgstr "寄付済みの方へ。"
444
 
445
- #: inc/setting_default.php:139
446
- msgid "Please enter the 'Donation delete key' that have been described in the 'Line Break First and End download page'."
447
  msgstr "'Line Break First and End download page' ダウンロードページに記載されていた寄付削除キーを入力して、寄付メッセージを削除できます。"
448
 
449
- #: inc/setting_default.php:142
450
- msgid "Donation delete key"
451
- msgstr "寄付メッセージ削除キー"
452
 
453
- #: inc/setting_default.php:150
454
- msgid "Have you want to customize?"
455
  msgstr "何かカスタマイズしたい事はありますか?"
456
 
457
- #: inc/setting_default.php:156
458
- msgid "I am good at Admin Screen Customize."
459
  msgstr "私は管理画面のカスタマイズを得意とします。"
460
 
461
- #: inc/setting_default.php:157
462
- msgid "Please consider the request to me if it is good."
463
  msgstr "宜しければご検討ください。"
464
 
465
- #: inc/setting_default.php:159
466
  msgid "Example Customize"
467
  msgstr "カスタマイズ例"
468
 
469
- #: inc/setting_default.php:160
470
  msgid "Contact me"
471
  msgstr "お問い合わせ"
472
 
@@ -479,11 +472,11 @@ msgid "Is not possible to check the login form if you do not log out in the case
479
  msgstr "マルチサイトの場合はログアウトしないとログインフォームの表示確認はできません。"
480
 
481
  #: inc/setting_loginscreen.php:34
482
- msgid "Show Login Screen"
483
  msgstr "ログイン画面を表示"
484
 
485
  #: inc/setting_loginscreen.php:46
486
- msgid "This plugin is that can be for customizing flexibly Login Screen."
487
  msgstr "柔軟にログイン画面をカスタマイズするプラグインです。"
488
 
489
  #: inc/setting_loginscreen.php:58
@@ -492,7 +485,7 @@ msgstr "ログインフォーム"
492
 
493
  #: inc/setting_loginscreen.php:65
494
  msgid "The link after clicking on the logo"
495
- msgstr "ロゴをクリック後のリンク"
496
 
497
  #: inc/setting_loginscreen.php:78
498
  msgid "Logo Title"
@@ -508,34 +501,34 @@ msgstr "メタボックスを読み込むには編集画面にアクセスして
508
 
509
  #: inc/setting_manage_metabox.php:26
510
  msgid "Please enter if you want to change of Metabox label name."
511
- msgstr "メタボックス名を変更したい時だけ入力してください。"
512
 
513
- #: inc/setting_manage_metabox.php:63
514
- #: inc/setting_manage_metabox.php:141
515
- #: inc/setting_manage_metabox.php:227
516
  msgid "Default Open"
517
- msgstr "表示サイズ"
518
-
519
- #: inc/setting_manage_metabox.php:91
520
- #: inc/setting_manage_metabox.php:168
521
- #: inc/setting_manage_metabox.php:253
522
- msgid "Not Reduce"
523
- msgstr "縮小しない"
524
-
525
- #: inc/setting_manage_metabox.php:92
526
- #: inc/setting_manage_metabox.php:169
527
- #: inc/setting_manage_metabox.php:254
528
- msgid "Reduce"
529
- msgstr "縮小"
530
-
531
- #: inc/setting_manage_metabox.php:103
532
- #: inc/setting_manage_metabox.php:180
533
  #: inc/setting_post_add_edit.php:55
534
  msgid "Notice: If hide the Discussion on metabox, comments does not display of Add New Post on apply user role."
535
  msgstr "注意: ディスカッションメタボックスを隠す場合、適用された権限の新規投稿はコメントが表示されません。"
536
 
537
- #: inc/setting_manage_metabox.php:105
538
- #: inc/setting_manage_metabox.php:182
539
  msgid "Please set from here if you want to view the comments on screen."
540
  msgstr "コメントが表示されるようにしたい場合はここから設定してください。"
541
 
@@ -546,8 +539,8 @@ msgstr "%1$sの設定%2$sを変更することができます。"
546
 
547
  #: inc/setting_plugin_cap.php:25
548
  #, php-format
549
- msgid "Please choose the role to use the %s."
550
- msgstr "%s を動作させる権限を選択してください。"
551
 
552
  #: inc/setting_plugin_cap.php:42
553
  #, php-format
@@ -569,8 +562,8 @@ msgstr "ただし、これは%sの設定に従います。"
569
 
570
  #: inc/setting_post_add_edit.php:59
571
  #, php-format
572
- msgid "Please select the %s"
573
- msgstr "%s を選択してください。"
574
 
575
  #: inc/setting_post_add_edit.php:85
576
  msgid "Only appears when you have settings to the default permalink."
@@ -581,6 +574,22 @@ msgstr "デフォルトのパーマリンクに設定している時のみ表示
581
  msgid "New plugin menus will be added to the <strong>%s</strong>."
582
  msgstr "新しいプラグインメニューは <strong>%s</strong> に追加されます。"
583
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
584
  #: inc/setting_site.php:55
585
  #: inc/setting_site.php:68
586
  #: inc/setting_site.php:81
@@ -599,15 +608,19 @@ msgstr "XML-RPC投稿プロトコル(外部からの投稿)情報"
599
 
600
  #: inc/setting_site.php:93
601
  msgid "Sitewide feed"
602
- msgstr "サイト全体のフィードリンク"
603
 
604
  #: inc/setting_site.php:106
605
  msgid "Extra feed"
606
  msgstr "その他のフィードリンク"
607
 
 
 
 
 
608
  #: inc/setting_site.php:134
609
  msgid "Hide the Admin bar on the front end"
610
- msgstr "サイトで管理バーを非表示"
611
 
612
  #: inc/setting_site.php:134
613
  msgid "Apply WP Admin UI Customize settings on the front end admin bar also"
2
  msgstr ""
3
  "Project-Id-Version: WP Admin UI Customize\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-08-22 12:41+0900\n"
6
+ "PO-Revision-Date: 2014-08-22 14:20+0900\n"
7
  "Last-Translator: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
8
  "Language-Team: gqevu6bsiz@gmail.com <gqevu6bsiz@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
36
  #: wp-admin-ui-customize.php:172
37
  #: inc/reset_userrole.php:57
38
  #: inc/setting_admin_general.php:23
39
+ #, php-format
40
+ msgid "%1$s %2$s"
41
+ msgstr "%1$s%2$s"
42
 
43
  #: wp-admin-ui-customize.php:174
44
  #: inc/reset_userrole.php:59
62
  #: inc/reset_userrole.php:62
63
  #: inc/setting_post_add_edit.php:23
64
  msgid "Add New Post and Edit Post Screen Setting"
65
+ msgstr "新規投稿&編集の設定"
66
 
67
  #: wp-admin-ui-customize.php:178
68
  #: inc/reset_userrole.php:63
81
  #: inc/setting_plugin_cap.php:23
82
  #, php-format
83
  msgid "%1$s of %2$s %3$s"
84
+ msgstr "%2$s%3$sの%1$s"
85
 
86
  #: wp-admin-ui-customize.php:331
87
  #, php-format
92
  msgid "Apply user roles"
93
  msgstr "適用されるユーザー権限"
94
 
95
+ #: wp-admin-ui-customize.php:688
96
+ #: wp-admin-ui-customize.php:861
97
  msgid "Sub Menus"
98
  msgstr "サブメニュー"
99
 
100
+ #: wp-admin-ui-customize.php:783
101
+ #: wp-admin-ui-customize.php:805
102
  msgid "Menu Group"
103
  msgstr "メニューグループ"
104
 
105
+ #: wp-admin-ui-customize.php:803
106
  msgid "Show only on front end."
107
+ msgstr "フロント(サイト)のみ表示"
108
 
109
+ #: wp-admin-ui-customize.php:823
110
  msgid "If you want edit to name, please edit of translation file(PO)."
111
  msgstr "タイトルを変更したい場合は翻訳ファイル(PO)を編集してください。"
112
 
113
+ #: wp-admin-ui-customize.php:1023
114
  msgid "Front"
115
+ msgstr "フロント(サイト)"
116
 
117
+ #: wp-admin-ui-customize.php:2276
118
+ #: inc/setting_default.php:187
119
  msgid "Thank you for your donation."
120
  msgstr "寄付いただきありがとうございます。"
121
 
122
+ #: wp-admin-ui-customize.php:2291
123
+ msgid "Please consider making a donation."
124
  msgstr "寄付のご検討宜しくお願いします。"
125
 
126
+ #: wp-admin-ui-customize.php:2291
127
+ #: inc/setting_default.php:39
128
  msgid "Donate"
129
  msgstr "寄付について"
130
 
168
  #: inc/setting_admin_bar_menu.php:95
169
  #: inc/setting_admin_general.php:201
170
  #: inc/setting_appearance_menus.php:99
171
+ #: inc/setting_dashboard.php:151
172
+ #: inc/setting_default.php:132
173
  #: inc/setting_loginscreen.php:160
174
+ #: inc/setting_manage_metabox.php:353
175
  #: inc/setting_plugin_cap.php:94
176
  #: inc/setting_post_add_edit.php:109
177
+ #: inc/setting_sidemenu.php:241
178
  #: inc/setting_site.php:168
179
  msgid "Reset settings"
180
  msgstr "設定をリセット"
219
  msgstr "利用可能なショートコード一覧"
220
 
221
  #: inc/setting_admin_bar_menu.php:40
222
+ msgid "Sub-menu settings apply to maximum of four levels deep."
223
+ msgstr "サブメニューは最大4階層まで設定できます。"
224
 
225
  #: inc/setting_admin_bar_menu.php:41
226
+ msgid "Admin bar settings documentation page"
227
+ msgstr "管理バー設定のドキュメントはこちら"
228
 
229
  #: inc/setting_admin_bar_menu.php:94
230
  #: inc/setting_admin_general.php:200
231
  #: inc/setting_appearance_menus.php:98
232
+ #: inc/setting_dashboard.php:150
233
+ #: inc/setting_default.php:131
234
  #: inc/setting_loginscreen.php:159
235
+ #: inc/setting_manage_metabox.php:352
236
  #: inc/setting_plugin_cap.php:93
237
  #: inc/setting_post_add_edit.php:108
238
+ #: inc/setting_sidemenu.php:240
239
  #: inc/setting_site.php:167
240
  msgid "Reset all settings?"
241
  msgstr "リセットしますか?"
295
  msgstr "管理バーリサイズ"
296
 
297
  #: inc/setting_admin_general.php:178
298
+ msgid "Don't resize"
299
  msgstr "リサイズしない"
300
 
301
  #: inc/setting_appearance_menus.php:47
311
  msgid "Meta boxes"
312
  msgstr "メタボックス"
313
 
314
+ #: inc/setting_dashboard.php:50
315
+ #: inc/setting_manage_metabox.php:63
316
+ #: inc/setting_manage_metabox.php:160
317
+ #: inc/setting_manage_metabox.php:265
 
 
 
 
 
 
 
 
 
 
 
 
318
  #, php-format
319
+ msgid "Metaboxes loading for %s"
320
+ msgstr "%sのメタボックスを読み込む"
321
 
322
+ #: inc/setting_dashboard.php:68
323
+ #: inc/setting_manage_metabox.php:84
324
+ #: inc/setting_manage_metabox.php:181
325
+ #: inc/setting_manage_metabox.php:286
326
  msgid "Change metabox title to"
327
  msgstr "メタボックス名を変更"
328
 
329
+ #: inc/setting_dashboard.php:117
330
+ msgid "Other"
331
+ msgstr "その他"
332
+
333
+ #: inc/setting_dashboard.php:124
334
  msgid "Meta box movement restriction"
335
  msgstr "メタボックスの移動制限"
336
 
337
+ #: inc/setting_dashboard.php:129
338
+ msgid "Prevent selected roles from re-arranging metaboxes"
339
  msgstr "メタボックスを移動させない"
340
 
341
  #: inc/setting_default.php:23
346
  msgid "Please select the user roles that all settings will apply to."
347
  msgstr "設定を適用する権限を選んでください。"
348
 
349
+ #: inc/setting_default.php:26
350
+ msgid "Please use the Multiple Add-on if you want per role customization."
351
+ msgstr "ユーザー権限ごとに設定したい場合は マルチ設定アドオン を使用してください。"
352
 
353
+ #: inc/setting_default.php:40
354
+ msgid "Are you happy with this plugin?<br />Japanese law prohibits PayPal donations. <br />Please consider purchasing the Line Break First and End plugin in lieu of a donation."
355
  msgstr "このプラグインを使って満足できましたか?<br />日本の法律では、日本の新PayPalユーザーは寄付ボタンを作成することはできません。<br />なので寄付の代わりとしてこのプラグインを購入して欲しいです。"
356
 
357
+ #: inc/setting_default.php:47
358
  msgid "Features"
359
  msgstr "機能について"
360
 
361
+ #: inc/setting_default.php:48
362
+ msgid "Line Break First and End plugin allows for line breaks when using the visual editor TinyMCE."
363
  msgstr "Line Break First and Endプラグインは、TinyMCEのビジュアルエディタで、改行を入力することが出来なくなった時に便利なプラグインです。"
364
 
365
+ #: inc/setting_default.php:51
366
  msgid "The primary use of donations"
367
  msgstr "寄付の主な使用目的"
368
 
369
+ #: inc/setting_default.php:53
370
  msgid "Liquidation of time and value"
371
  msgstr "時間と価値の清算"
372
 
373
+ #: inc/setting_default.php:54
374
  msgid "Additional suggestions feature"
375
  msgstr "機能提案の追加"
376
 
377
+ #: inc/setting_default.php:55
378
  msgid "Maintain motivation"
379
  msgstr "モチベーション維持"
380
 
381
+ #: inc/setting_default.php:56
382
  msgid "Ensure time as the father of Sunday"
383
  msgstr "日曜日の父親としての時間確保"
384
 
385
+ #: inc/setting_default.php:63
386
  msgid "About plugin"
387
  msgstr "プラグインについて"
388
 
389
+ #: inc/setting_default.php:65
390
  msgid "Version checked"
391
  msgstr "動作確認済み"
392
 
393
+ #: inc/setting_default.php:67
394
  msgid "Plugin's site"
395
  msgstr "プラグインのサイト"
396
 
397
+ #: inc/setting_default.php:68
398
  msgid "Developer's site"
399
  msgstr "開発者のサイト"
400
 
401
+ #: inc/setting_default.php:70
402
  msgid "Reviews"
403
  msgstr "レビュー"
404
 
405
+ #: inc/setting_default.php:78
406
  #: inc/setting_loginscreen.php:43
407
  msgid "Useful plugins"
408
  msgstr "便利なプラグイン"
409
 
 
 
 
 
410
  #: inc/setting_default.php:81
411
+ msgid "Apply setting on a per-role basis."
412
+ msgstr "ユーザー権限ごとに別々の設定を簡単にできるアドオンです。"
413
 
414
  #: inc/setting_default.php:83
415
+ msgid "Easily import/export setting between installations."
416
+ msgstr "このアドオンは、WP Admin UI Customizeの設定データをインポート&エクスポートする為のアドオンです。"
417
 
418
  #: inc/setting_default.php:85
419
+ msgid "Unified custom management screens for Multisite."
420
+ msgstr "このアドオンは、マルチサイトで全てのサイトの管理画面を統一する為のアドオンです。"
421
 
422
  #: inc/setting_default.php:87
423
+ msgid "Customize list view columns for posts, pages, custom post types, media library, and other management screens."
424
+ msgstr "投稿と固定ページ、カスタム投稿タイプ、メディアライブラリー等の一覧を自由にカスタマイズできます。"
425
 
426
  #: inc/setting_default.php:89
427
+ msgid "Create dashboard messages to be displayed for selected user roles."
428
+ msgstr "ダッシュボードにユーザー権限やサイトごとにお知らせを表示します。"
429
+
430
+ #: inc/setting_default.php:91
431
+ msgid "Create custom global variables that can be used with generated template tags or shortcodes."
432
  msgstr "オプション値作成プラグインです。作成したオプション値は、ショートコードとして記事に、テンプレートタグとしても使用できます。"
433
 
434
+ #: inc/setting_default.php:140
435
  msgid "If you have already donated to."
436
  msgstr "寄付済みの方へ。"
437
 
438
+ #: inc/setting_default.php:141
439
+ msgid "Please enter the 'Donation Delete Key' that was provided on the Line Break First and End download page."
440
  msgstr "'Line Break First and End download page' ダウンロードページに記載されていた寄付削除キーを入力して、寄付メッセージを削除できます。"
441
 
442
+ #: inc/setting_default.php:144
443
+ msgid "Donation Delete Key:"
444
+ msgstr "寄付メッセージ削除キー:"
445
 
446
+ #: inc/setting_default.php:152
447
+ msgid "Do you need professional setup and customization?"
448
  msgstr "何かカスタマイズしたい事はありますか?"
449
 
450
+ #: inc/setting_default.php:158
451
+ msgid "I provide full service customization for WP Admin UI Customize."
452
  msgstr "私は管理画面のカスタマイズを得意とします。"
453
 
454
+ #: inc/setting_default.php:159
455
+ msgid "Please contact me if you are interested."
456
  msgstr "宜しければご検討ください。"
457
 
458
+ #: inc/setting_default.php:161
459
  msgid "Example Customize"
460
  msgstr "カスタマイズ例"
461
 
462
+ #: inc/setting_default.php:162
463
  msgid "Contact me"
464
  msgstr "お問い合わせ"
465
 
472
  msgstr "マルチサイトの場合はログアウトしないとログインフォームの表示確認はできません。"
473
 
474
  #: inc/setting_loginscreen.php:34
475
+ msgid "Show Current Login Screen"
476
  msgstr "ログイン画面を表示"
477
 
478
  #: inc/setting_loginscreen.php:46
479
+ msgid "Flexible plugin for login screen customization."
480
  msgstr "柔軟にログイン画面をカスタマイズするプラグインです。"
481
 
482
  #: inc/setting_loginscreen.php:58
485
 
486
  #: inc/setting_loginscreen.php:65
487
  msgid "The link after clicking on the logo"
488
+ msgstr "ロゴのリンク先"
489
 
490
  #: inc/setting_loginscreen.php:78
491
  msgid "Logo Title"
501
 
502
  #: inc/setting_manage_metabox.php:26
503
  msgid "Please enter if you want to change of Metabox label name."
504
+ msgstr "メタボックス名は変更したい時だけ入力してください。"
505
 
506
+ #: inc/setting_manage_metabox.php:82
507
+ #: inc/setting_manage_metabox.php:179
508
+ #: inc/setting_manage_metabox.php:284
509
  msgid "Default Open"
510
+ msgstr "デフォルトの表示"
511
+
512
+ #: inc/setting_manage_metabox.php:110
513
+ #: inc/setting_manage_metabox.php:206
514
+ #: inc/setting_manage_metabox.php:310
515
+ msgid "Expanded"
516
+ msgstr "開く"
517
+
518
+ #: inc/setting_manage_metabox.php:111
519
+ #: inc/setting_manage_metabox.php:207
520
+ #: inc/setting_manage_metabox.php:311
521
+ msgid "Collapsed"
522
+ msgstr "閉じる"
523
+
524
+ #: inc/setting_manage_metabox.php:122
525
+ #: inc/setting_manage_metabox.php:218
526
  #: inc/setting_post_add_edit.php:55
527
  msgid "Notice: If hide the Discussion on metabox, comments does not display of Add New Post on apply user role."
528
  msgstr "注意: ディスカッションメタボックスを隠す場合、適用された権限の新規投稿はコメントが表示されません。"
529
 
530
+ #: inc/setting_manage_metabox.php:124
531
+ #: inc/setting_manage_metabox.php:220
532
  msgid "Please set from here if you want to view the comments on screen."
533
  msgstr "コメントが表示されるようにしたい場合はここから設定してください。"
534
 
539
 
540
  #: inc/setting_plugin_cap.php:25
541
  #, php-format
542
+ msgid "Please choose the minimum role that can modify %s settings."
543
+ msgstr "%s を動作させる最小限の権限を選択してください。"
544
 
545
  #: inc/setting_plugin_cap.php:42
546
  #, php-format
562
 
563
  #: inc/setting_post_add_edit.php:59
564
  #, php-format
565
+ msgid "Please select the <strong>%s</strong>"
566
+ msgstr "<strong>%s</strong> を選択してください。"
567
 
568
  #: inc/setting_post_add_edit.php:85
569
  msgid "Only appears when you have settings to the default permalink."
574
  msgid "New plugin menus will be added to the <strong>%s</strong>."
575
  msgstr "新しいプラグインメニューは <strong>%s</strong> に追加されます。"
576
 
577
+ #: inc/setting_sidemenu.php:51
578
+ msgid "Sepalator"
579
+ msgstr "区切り線"
580
+
581
+ #: inc/setting_sidemenu.php:122
582
+ msgid "Current menu"
583
+ msgstr "現在のメニュー"
584
+
585
+ #: inc/setting_sidemenu.php:224
586
+ msgid "Delete all the Current menu"
587
+ msgstr "現在のメニューを全て削除"
588
+
589
+ #: inc/setting_site.php:42
590
+ msgid "Header Meta"
591
+ msgstr "ヘッダー metaタグ"
592
+
593
  #: inc/setting_site.php:55
594
  #: inc/setting_site.php:68
595
  #: inc/setting_site.php:81
608
 
609
  #: inc/setting_site.php:93
610
  msgid "Sitewide feed"
611
+ msgstr "サイト全体のフィード"
612
 
613
  #: inc/setting_site.php:106
614
  msgid "Extra feed"
615
  msgstr "その他のフィードリンク"
616
 
617
+ #: inc/setting_site.php:131
618
+ msgid "Admin Bar"
619
+ msgstr "管理バー"
620
+
621
  #: inc/setting_site.php:134
622
  msgid "Hide the Admin bar on the front end"
623
+ msgstr "フロント(サイト)で管理バーを非表示"
624
 
625
  #: inc/setting_site.php:134
626
  msgid "Apply WP Admin UI Customize settings on the front end admin bar also"
languages/wauc-zh-TW.po DELETED
@@ -1,586 +0,0 @@
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"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/wauc-zh_TW.mo ADDED
Binary file
languages/wauc-zh_TW.po ADDED
@@ -0,0 +1,629 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WP Admin UI Customize\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-08-22 12:41+0900\n"
6
+ "PO-Revision-Date: 2014-08-22 14:31+0900\n"
7
+ "Last-Translator: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
8
+ "Language-Team: Chinese Traditional DP.Studio <rwd.com.tw@gmail.com>\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-Country: TAIWAN\n"
18
+ "X-Poedit-SourceCharset: utf-8\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #: wp-admin-ui-customize.php:4
22
+ msgid "An excellent plugin to customize the management screens."
23
+ msgstr "一個優秀的WP管理界面插件。"
24
+
25
+ #: wp-admin-ui-customize.php:142
26
+ #: wp-admin-ui-customize.php:181
27
+ #: inc/reset_userrole.php:22
28
+ msgid "Reset User Roles"
29
+ msgstr "重設用戶角色"
30
+
31
+ #: wp-admin-ui-customize.php:171
32
+ #: inc/reset_userrole.php:56
33
+ #: inc/setting_site.php:23
34
+ msgid "Site Settings"
35
+ msgstr "網站相關設置"
36
+
37
+ #: wp-admin-ui-customize.php:172
38
+ #: inc/reset_userrole.php:57
39
+ #: inc/setting_admin_general.php:23
40
+ #, php-format
41
+ msgid "%1$s %2$s"
42
+ msgstr "%1$s%2$s"
43
+
44
+ #: wp-admin-ui-customize.php:174
45
+ #: inc/reset_userrole.php:59
46
+ #: inc/setting_admin_bar_menu.php:25
47
+ msgid "Admin Bar Menu"
48
+ msgstr "管理欄菜單-上方"
49
+
50
+ #: wp-admin-ui-customize.php:175
51
+ #: inc/reset_userrole.php:60
52
+ #: inc/setting_sidemenu.php:25
53
+ msgid "Side Menu"
54
+ msgstr "左側選單制定"
55
+
56
+ #: wp-admin-ui-customize.php:176
57
+ #: inc/reset_userrole.php:61
58
+ #: inc/setting_manage_metabox.php:24
59
+ msgid "Manage meta box"
60
+ msgstr "管理 meta box"
61
+
62
+ #: wp-admin-ui-customize.php:177
63
+ #: inc/reset_userrole.php:62
64
+ #: inc/setting_post_add_edit.php:23
65
+ msgid "Add New Post and Edit Post Screen Setting"
66
+ msgstr "添加/編輯 貼文設定"
67
+
68
+ #: wp-admin-ui-customize.php:178
69
+ #: inc/reset_userrole.php:63
70
+ #: inc/setting_appearance_menus.php:22
71
+ msgid "Appearance Menus Screen Setting"
72
+ msgstr "選單基本設置"
73
+
74
+ #: wp-admin-ui-customize.php:179
75
+ #: inc/reset_userrole.php:64
76
+ #: inc/setting_loginscreen.php:34
77
+ msgid "Login Screen"
78
+ msgstr "前台登錄端口設定"
79
+
80
+ #: wp-admin-ui-customize.php:180
81
+ #: inc/reset_userrole.php:65
82
+ #: inc/setting_plugin_cap.php:23
83
+ #, php-format
84
+ msgid "%1$s of %2$s %3$s"
85
+ msgstr "%1$s 的 %2$s%3$s"
86
+
87
+ #: wp-admin-ui-customize.php:331
88
+ #, php-format
89
+ msgid "Authority to apply the setting is not selected. <a href=\"%s\">From here</a>, please select the permissions you want to set."
90
+ msgstr "管理角色設置沒有被選中。請<a href =“%s\">從這裡</a>選擇要設置的角色群。"
91
+
92
+ #: wp-admin-ui-customize.php:356
93
+ msgid "Apply user roles"
94
+ msgstr "角色權限 應用"
95
+
96
+ #: wp-admin-ui-customize.php:688
97
+ #: wp-admin-ui-customize.php:861
98
+ msgid "Sub Menus"
99
+ msgstr "子選單"
100
+
101
+ #: wp-admin-ui-customize.php:783
102
+ #: wp-admin-ui-customize.php:805
103
+ msgid "Menu Group"
104
+ msgstr ""
105
+
106
+ #: wp-admin-ui-customize.php:803
107
+ msgid "Show only on front end."
108
+ msgstr ""
109
+
110
+ #: wp-admin-ui-customize.php:823
111
+ msgid "If you want edit to name, please edit of translation file(PO)."
112
+ msgstr ""
113
+
114
+ #: wp-admin-ui-customize.php:1023
115
+ msgid "Front"
116
+ msgstr ""
117
+
118
+ #: wp-admin-ui-customize.php:2276
119
+ #: inc/setting_default.php:187
120
+ msgid "Thank you for your donation."
121
+ msgstr ""
122
+
123
+ #: wp-admin-ui-customize.php:2291
124
+ msgid "Please consider making a donation."
125
+ msgstr ""
126
+
127
+ #: wp-admin-ui-customize.php:2291
128
+ #: inc/setting_default.php:39
129
+ msgid "Donate"
130
+ msgstr ""
131
+
132
+ #: inc/list_variables.php:20
133
+ #: inc/setting_admin_bar_menu.php:32
134
+ #: inc/setting_admin_general.php:132
135
+ #: inc/setting_admin_general.php:155
136
+ #: inc/setting_loginscreen.php:71
137
+ #: inc/setting_loginscreen.php:84
138
+ #: inc/setting_loginscreen.php:96
139
+ #: inc/setting_loginscreen.php:124
140
+ #: inc/setting_loginscreen.php:136
141
+ #: inc/setting_sidemenu.php:32
142
+ msgid "Shortcodes"
143
+ msgstr ""
144
+
145
+ #: inc/list_variables.php:45
146
+ msgid "Blog name of logged in."
147
+ msgstr ""
148
+
149
+ #: inc/list_variables.php:54
150
+ msgid "Blog URL of logged in."
151
+ msgstr ""
152
+
153
+ #: inc/list_variables.php:108
154
+ #: inc/list_variables.php:115
155
+ #: inc/list_variables.php:122
156
+ #: inc/list_variables.php:129
157
+ msgid "In your case."
158
+ msgstr ""
159
+
160
+ #: inc/reset_userrole.php:30
161
+ msgid "Applied user roles"
162
+ msgstr ""
163
+
164
+ #: inc/reset_userrole.php:40
165
+ msgid "You want to reset the user roles?"
166
+ msgstr ""
167
+
168
+ #: inc/reset_userrole.php:42
169
+ #: inc/setting_admin_bar_menu.php:95
170
+ #: inc/setting_admin_general.php:201
171
+ #: inc/setting_appearance_menus.php:99
172
+ #: inc/setting_dashboard.php:151
173
+ #: inc/setting_default.php:132
174
+ #: inc/setting_loginscreen.php:160
175
+ #: inc/setting_manage_metabox.php:353
176
+ #: inc/setting_plugin_cap.php:94
177
+ #: inc/setting_post_add_edit.php:109
178
+ #: inc/setting_sidemenu.php:241
179
+ #: inc/setting_site.php:168
180
+ msgid "Reset settings"
181
+ msgstr ""
182
+
183
+ #: inc/reset_userrole.php:49
184
+ #: inc/reset_userrole.php:71
185
+ msgid "Reset settings of all"
186
+ msgstr ""
187
+
188
+ #: inc/reset_userrole.php:54
189
+ msgid "Setting all of the below will be deleted."
190
+ msgstr ""
191
+
192
+ #: inc/reset_userrole.php:69
193
+ msgid "Are you sure you want to delete all settings?"
194
+ msgstr ""
195
+
196
+ #: inc/setting_admin_bar_menu.php:26
197
+ #: inc/setting_sidemenu.php:26
198
+ msgid "Please change the menu by drag and drop."
199
+ msgstr ""
200
+
201
+ #: inc/setting_admin_bar_menu.php:27
202
+ #: inc/setting_sidemenu.php:28
203
+ msgid "Notice: Please do not place the same multiple menu slug."
204
+ msgstr ""
205
+
206
+ #: inc/setting_admin_bar_menu.php:28
207
+ msgid "Can be more than one custom menu."
208
+ msgstr ""
209
+
210
+ #: inc/setting_admin_bar_menu.php:32
211
+ #: inc/setting_admin_general.php:132
212
+ #: inc/setting_admin_general.php:155
213
+ #: inc/setting_loginscreen.php:71
214
+ #: inc/setting_loginscreen.php:84
215
+ #: inc/setting_loginscreen.php:96
216
+ #: inc/setting_loginscreen.php:124
217
+ #: inc/setting_loginscreen.php:136
218
+ #: inc/setting_sidemenu.php:32
219
+ msgid "Available Shortcodes"
220
+ msgstr ""
221
+
222
+ #: inc/setting_admin_bar_menu.php:40
223
+ msgid "Sub-menu settings apply to maximum of four levels deep."
224
+ msgstr ""
225
+
226
+ #: inc/setting_admin_bar_menu.php:41
227
+ msgid "Admin bar settings documentation page"
228
+ msgstr ""
229
+
230
+ #: inc/setting_admin_bar_menu.php:94
231
+ #: inc/setting_admin_general.php:200
232
+ #: inc/setting_appearance_menus.php:98
233
+ #: inc/setting_dashboard.php:150
234
+ #: inc/setting_default.php:131
235
+ #: inc/setting_loginscreen.php:159
236
+ #: inc/setting_manage_metabox.php:352
237
+ #: inc/setting_plugin_cap.php:93
238
+ #: inc/setting_post_add_edit.php:108
239
+ #: inc/setting_sidemenu.php:240
240
+ #: inc/setting_site.php:167
241
+ msgid "Reset all settings?"
242
+ msgstr ""
243
+
244
+ #: inc/setting_admin_bar_menu.php:100
245
+ #: inc/setting_sidemenu.php:27
246
+ #: inc/setting_sidemenu.php:48
247
+ msgid "Menu items that can be added"
248
+ msgstr ""
249
+
250
+ #: inc/setting_admin_general.php:41
251
+ msgid "Notifications"
252
+ msgstr ""
253
+
254
+ #: inc/setting_admin_general.php:47
255
+ msgid "WordPress core update notice"
256
+ msgstr ""
257
+
258
+ #: inc/setting_admin_general.php:53
259
+ #: inc/setting_admin_general.php:64
260
+ #: inc/setting_admin_general.php:75
261
+ msgid "Not notified"
262
+ msgstr ""
263
+
264
+ #: inc/setting_admin_general.php:58
265
+ msgid "Plugin update notice"
266
+ msgstr ""
267
+
268
+ #: inc/setting_admin_general.php:69
269
+ msgid "Theme update notice"
270
+ msgstr ""
271
+
272
+ #: inc/setting_admin_general.php:85
273
+ msgid "Screen Options and Help Tab"
274
+ msgstr ""
275
+
276
+ #: inc/setting_admin_general.php:124
277
+ #: inc/setting_loginscreen.php:130
278
+ msgid "Footer text"
279
+ msgstr ""
280
+
281
+ #: inc/setting_admin_general.php:149
282
+ #: inc/setting_loginscreen.php:118
283
+ msgid "CSS file to load"
284
+ msgstr ""
285
+
286
+ #: inc/setting_admin_general.php:161
287
+ msgid "Title tag for Admin screen"
288
+ msgstr ""
289
+
290
+ #: inc/setting_admin_general.php:166
291
+ msgid "Remove \"Wordpress\" from the title tag of the Admin screen"
292
+ msgstr ""
293
+
294
+ #: inc/setting_admin_general.php:173
295
+ msgid "Resizing Admin bar"
296
+ msgstr "調整管理欄"
297
+
298
+ #: inc/setting_admin_general.php:178
299
+ msgid "Don't resize"
300
+ msgstr ""
301
+
302
+ #: inc/setting_appearance_menus.php:47
303
+ msgid "Create a new menu"
304
+ msgstr ""
305
+
306
+ #: inc/setting_appearance_menus.php:53
307
+ #: inc/setting_appearance_menus.php:72
308
+ msgid "This is useful when you want to use only the menus have been created."
309
+ msgstr ""
310
+
311
+ #: inc/setting_dashboard.php:41
312
+ msgid "Meta boxes"
313
+ msgstr ""
314
+
315
+ #: inc/setting_dashboard.php:50
316
+ #: inc/setting_manage_metabox.php:63
317
+ #: inc/setting_manage_metabox.php:160
318
+ #: inc/setting_manage_metabox.php:265
319
+ #, php-format
320
+ msgid "Metaboxes loading for %s"
321
+ msgstr ""
322
+
323
+ #: inc/setting_dashboard.php:68
324
+ #: inc/setting_manage_metabox.php:84
325
+ #: inc/setting_manage_metabox.php:181
326
+ #: inc/setting_manage_metabox.php:286
327
+ msgid "Change metabox title to"
328
+ msgstr ""
329
+
330
+ #: inc/setting_dashboard.php:117
331
+ msgid "Other"
332
+ msgstr ""
333
+
334
+ #: inc/setting_dashboard.php:124
335
+ msgid "Meta box movement restriction"
336
+ msgstr ""
337
+
338
+ #: inc/setting_dashboard.php:129
339
+ msgid "Prevent selected roles from re-arranging metaboxes"
340
+ msgstr ""
341
+
342
+ #: inc/setting_default.php:23
343
+ msgid "Customize the UI of the management screen for all users."
344
+ msgstr ""
345
+
346
+ #: inc/setting_default.php:24
347
+ msgid "Please select the user roles that all settings will apply to."
348
+ msgstr ""
349
+
350
+ #: inc/setting_default.php:26
351
+ msgid "Please use the Multiple Add-on if you want per role customization."
352
+ msgstr ""
353
+
354
+ #: inc/setting_default.php:40
355
+ msgid "Are you happy with this plugin?<br />Japanese law prohibits PayPal donations. <br />Please consider purchasing the Line Break First and End plugin in lieu of a donation."
356
+ msgstr ""
357
+
358
+ #: inc/setting_default.php:47
359
+ msgid "Features"
360
+ msgstr ""
361
+
362
+ #: inc/setting_default.php:48
363
+ msgid "Line Break First and End plugin allows for line breaks when using the visual editor TinyMCE."
364
+ msgstr "這是一個換行插件,,開始 / 結束 在可視化編輯器TinyMCE 代碼中"
365
+
366
+ #: inc/setting_default.php:51
367
+ msgid "The primary use of donations"
368
+ msgstr "主要捐款"
369
+
370
+ #: inc/setting_default.php:53
371
+ msgid "Liquidation of time and value"
372
+ msgstr "付費的時間標準計算"
373
+
374
+ #: inc/setting_default.php:54
375
+ msgid "Additional suggestions feature"
376
+ msgstr "其他推薦的功能"
377
+
378
+ #: inc/setting_default.php:55
379
+ msgid "Maintain motivation"
380
+ msgstr "維持動機"
381
+
382
+ #: inc/setting_default.php:56
383
+ msgid "Ensure time as the father of Sunday"
384
+ msgstr "星期日為每個禮拜的第一天"
385
+
386
+ #: inc/setting_default.php:63
387
+ msgid "About plugin"
388
+ msgstr "關於這個插件"
389
+
390
+ #: inc/setting_default.php:65
391
+ msgid "Version checked"
392
+ msgstr "版本檢查"
393
+
394
+ #: inc/setting_default.php:67
395
+ msgid "Plugin's site"
396
+ msgstr "插件網站"
397
+
398
+ #: inc/setting_default.php:68
399
+ msgid "Developer's site"
400
+ msgstr "開發商"
401
+
402
+ #: inc/setting_default.php:70
403
+ msgid "Reviews"
404
+ msgstr "評論"
405
+
406
+ #: inc/setting_default.php:78
407
+ #: inc/setting_loginscreen.php:43
408
+ msgid "Useful plugins"
409
+ msgstr "有用的插件"
410
+
411
+ #: inc/setting_default.php:81
412
+ msgid "Apply setting on a per-role basis."
413
+ msgstr "附加多用戶角色設置。"
414
+
415
+ #: inc/setting_default.php:83
416
+ msgid "Easily import/export setting between installations."
417
+ msgstr "導入 / 導出 設置數據。"
418
+
419
+ #: inc/setting_default.php:85
420
+ msgid "Unified custom management screens for Multisite."
421
+ msgstr "附加於所有站點的管理界面"
422
+
423
+ #: inc/setting_default.php:87
424
+ msgid "Customize list view columns for posts, pages, custom post types, media library, and other management screens."
425
+ msgstr "定制的文章和頁面的列表。自定義文章類型的頁面。您可以選擇要顯示的自定義的項目。"
426
+
427
+ #: inc/setting_default.php:89
428
+ msgid "Create dashboard messages to be displayed for selected user roles."
429
+ msgstr "顯示公告在儀表板。顯示不同用戶角色設定。"
430
+
431
+ #: inc/setting_default.php:91
432
+ msgid "Create custom global variables that can be used with generated template tags or shortcodes."
433
+ msgstr "該插件允許你添加的選項的設定值。您已經創建了權限設定,除了可以在模板標籤中使用,短信代碼可以在文章的正文中。"
434
+
435
+ #: inc/setting_default.php:140
436
+ msgid "If you have already donated to."
437
+ msgstr "如果您已經捐贈"
438
+
439
+ #: inc/setting_default.php:141
440
+ msgid "Please enter the 'Donation Delete Key' that was provided on the Line Break First and End download page."
441
+ msgstr "請進入“捐贈刪除鍵”已在“換行開始和結束下載頁面”進行了描述。"
442
+
443
+ #: inc/setting_default.php:144
444
+ msgid "Donation Delete Key:"
445
+ msgstr "捐贈刪除鍵"
446
+
447
+ #: inc/setting_default.php:152
448
+ msgid "Do you need professional setup and customization?"
449
+ msgstr "必須要自定義?"
450
+
451
+ #: inc/setting_default.php:158
452
+ msgid "I provide full service customization for WP Admin UI Customize."
453
+ msgstr "我自定義的管理顯示。"
454
+
455
+ #: inc/setting_default.php:159
456
+ msgid "Please contact me if you are interested."
457
+ msgstr "請考慮由我修改,如果這是件好事。"
458
+
459
+ #: inc/setting_default.php:161
460
+ msgid "Example Customize"
461
+ msgstr "自定義範例"
462
+
463
+ #: inc/setting_default.php:162
464
+ msgid "Contact me"
465
+ msgstr "聯絡我們"
466
+
467
+ #: inc/setting_loginscreen.php:23
468
+ msgid "Login Screen Settings"
469
+ msgstr "登錄端口的設置"
470
+
471
+ #: inc/setting_loginscreen.php:32
472
+ msgid "Is not possible to check the login form if you do not log out in the case of MultiSite."
473
+ msgstr "如果你不在多站點的情況下登出,請檢查登錄表單。"
474
+
475
+ #: inc/setting_loginscreen.php:34
476
+ msgid "Show Current Login Screen"
477
+ msgstr "顯示登陸的畫面"
478
+
479
+ #: inc/setting_loginscreen.php:46
480
+ msgid "Flexible plugin for login screen customization."
481
+ msgstr "這個插件是可以靈活的設定登錄畫面"
482
+
483
+ #: inc/setting_loginscreen.php:58
484
+ msgid "Login Form"
485
+ msgstr "登入表單"
486
+
487
+ #: inc/setting_loginscreen.php:65
488
+ msgid "The link after clicking on the logo"
489
+ msgstr "點擊標誌的連結"
490
+
491
+ #: inc/setting_loginscreen.php:78
492
+ msgid "Logo Title"
493
+ msgstr "標誌標題"
494
+
495
+ #: inc/setting_loginscreen.php:90
496
+ msgid "Logo Image path"
497
+ msgstr "小網站標圖16X16的網址"
498
+
499
+ #: inc/setting_manage_metabox.php:25
500
+ msgid "Please update or add a \"post\" and a \"page\" to load the available meta boxes."
501
+ msgstr "更新 / 增加 一個頁面或文章來加載 meta boxes."
502
+
503
+ #: inc/setting_manage_metabox.php:26
504
+ msgid "Please enter if you want to change of Metabox label name."
505
+ msgstr "請輸入您想改變Metabox標籤名稱。"
506
+
507
+ #: inc/setting_manage_metabox.php:82
508
+ #: inc/setting_manage_metabox.php:179
509
+ #: inc/setting_manage_metabox.php:284
510
+ msgid "Default Open"
511
+ msgstr "默認情況下打開"
512
+
513
+ #: inc/setting_manage_metabox.php:110
514
+ #: inc/setting_manage_metabox.php:206
515
+ #: inc/setting_manage_metabox.php:310
516
+ msgid "Expanded"
517
+ msgstr "不減少"
518
+
519
+ #: inc/setting_manage_metabox.php:111
520
+ #: inc/setting_manage_metabox.php:207
521
+ #: inc/setting_manage_metabox.php:311
522
+ msgid "Collapsed"
523
+ msgstr "減少"
524
+
525
+ #: inc/setting_manage_metabox.php:122
526
+ #: inc/setting_manage_metabox.php:218
527
+ #: inc/setting_post_add_edit.php:55
528
+ msgid "Notice: If hide the Discussion on metabox, comments does not display of Add New Post on apply user role."
529
+ msgstr "注意:如果隱藏了Discussion描述欄位的meta box,此用戶則不顯示內容。"
530
+
531
+ #: inc/setting_manage_metabox.php:124
532
+ #: inc/setting_manage_metabox.php:220
533
+ msgid "Please set from here if you want to view the comments on screen."
534
+ msgstr "如果您要查看螢幕上的說明,請在這裡設置。"
535
+
536
+ #: inc/setting_plugin_cap.php:24
537
+ #, php-format
538
+ msgid "You can change the user role %2$s of %1$s settings."
539
+ msgstr "您可以更改用戶角色%2$s 的 %1$s的設置。"
540
+
541
+ #: inc/setting_plugin_cap.php:25
542
+ #, php-format
543
+ msgid "Please choose the minimum role that can modify %s settings."
544
+ msgstr "請選擇要使用的角色%s"
545
+
546
+ #: inc/setting_plugin_cap.php:42
547
+ #, php-format
548
+ msgid "Capability role for the %s"
549
+ msgstr "對於角色的 %s 的功能"
550
+
551
+ #: inc/setting_post_add_edit.php:48
552
+ msgid "Allow people to post comments on new articles when hide to discussion of metabox"
553
+ msgstr "允許張貼新的文章,評論隱藏"
554
+
555
+ #: inc/setting_post_add_edit.php:56
556
+ msgid "Please select if you want to display the comments on Site."
557
+ msgstr "請選擇您希望顯示在網站的意見"
558
+
559
+ #: inc/setting_post_add_edit.php:57
560
+ #, php-format
561
+ msgid "However, this will follow the setting of %s."
562
+ msgstr "However, this will follow the setting of %s."
563
+
564
+ #: inc/setting_post_add_edit.php:59
565
+ #, php-format
566
+ msgid "Please select the <strong>%s</strong>"
567
+ msgstr "Please select the %s"
568
+
569
+ #: inc/setting_post_add_edit.php:85
570
+ msgid "Only appears when you have settings to the default permalink."
571
+ msgstr "只有當你設置為默認,永久鏈接才會出現。"
572
+
573
+ #: inc/setting_sidemenu.php:27
574
+ #, php-format
575
+ msgid "New plugin menus will be added to the <strong>%s</strong>."
576
+ msgstr "新的外掛程式菜單將被添加到 <strong>%s</strong>。"
577
+
578
+ #: inc/setting_sidemenu.php:51
579
+ msgid "Sepalator"
580
+ msgstr ""
581
+
582
+ #: inc/setting_sidemenu.php:122
583
+ msgid "Current menu"
584
+ msgstr ""
585
+
586
+ #: inc/setting_sidemenu.php:224
587
+ msgid "Delete all the Current menu"
588
+ msgstr ""
589
+
590
+ #: inc/setting_site.php:42
591
+ msgid "Header Meta"
592
+ msgstr ""
593
+
594
+ #: inc/setting_site.php:55
595
+ #: inc/setting_site.php:68
596
+ #: inc/setting_site.php:81
597
+ #: inc/setting_site.php:94
598
+ #: inc/setting_site.php:107
599
+ msgid "Tag to be output"
600
+ msgstr ""
601
+
602
+ #: inc/setting_site.php:67
603
+ msgid "Please display when using the Windows Live Writer."
604
+ msgstr ""
605
+
606
+ #: inc/setting_site.php:80
607
+ msgid "Information of XML-rpc"
608
+ msgstr ""
609
+
610
+ #: inc/setting_site.php:93
611
+ msgid "Sitewide feed"
612
+ msgstr ""
613
+
614
+ #: inc/setting_site.php:106
615
+ msgid "Extra feed"
616
+ msgstr ""
617
+
618
+ #: inc/setting_site.php:131
619
+ msgid "Admin Bar"
620
+ msgstr ""
621
+
622
+ #: inc/setting_site.php:134
623
+ msgid "Hide the Admin bar on the front end"
624
+ msgstr ""
625
+
626
+ #: inc/setting_site.php:134
627
+ msgid "Apply WP Admin UI Customize settings on the front end admin bar also"
628
+ msgstr ""
629
+
languages/wauc.pot CHANGED
@@ -2,10 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Admin UI Customize\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-25 15:03+0900\n"
6
- "PO-Revision-Date: 2014-04-25 15:15+0900\n"
7
  "Last-Translator: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
8
- "Language-Team: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -33,7 +33,8 @@ msgstr ""
33
  #: wp-admin-ui-customize.php:172
34
  #: inc/reset_userrole.php:57
35
  #: inc/setting_admin_general.php:23
36
- msgid "General Screen Settings"
 
37
  msgstr ""
38
 
39
  #: wp-admin-ui-customize.php:174
@@ -88,39 +89,39 @@ msgstr ""
88
  msgid "Apply user roles"
89
  msgstr ""
90
 
91
- #: wp-admin-ui-customize.php:700
92
- #: wp-admin-ui-customize.php:873
93
  msgid "Sub Menus"
94
  msgstr ""
95
 
96
- #: wp-admin-ui-customize.php:795
97
- #: wp-admin-ui-customize.php:817
98
  msgid "Menu Group"
99
  msgstr ""
100
 
101
- #: wp-admin-ui-customize.php:815
102
  msgid "Show only on front end."
103
  msgstr ""
104
 
105
- #: wp-admin-ui-customize.php:835
106
  msgid "If you want edit to name, please edit of translation file(PO)."
107
  msgstr ""
108
 
109
- #: wp-admin-ui-customize.php:1035
110
  msgid "Front"
111
  msgstr ""
112
 
113
- #: wp-admin-ui-customize.php:2278
114
- #: inc/setting_default.php:185
115
  msgid "Thank you for your donation."
116
  msgstr ""
117
 
118
- #: wp-admin-ui-customize.php:2293
119
- msgid "Thank you for considering donate."
120
  msgstr ""
121
 
122
- #: wp-admin-ui-customize.php:2293
123
- #: inc/setting_default.php:37
124
  msgid "Donate"
125
  msgstr ""
126
 
@@ -164,13 +165,13 @@ msgstr ""
164
  #: inc/setting_admin_bar_menu.php:95
165
  #: inc/setting_admin_general.php:201
166
  #: inc/setting_appearance_menus.php:99
167
- #: inc/setting_dashboard.php:250
168
- #: inc/setting_default.php:130
169
  #: inc/setting_loginscreen.php:160
170
- #: inc/setting_manage_metabox.php:296
171
  #: inc/setting_plugin_cap.php:94
172
  #: inc/setting_post_add_edit.php:109
173
- #: inc/setting_sidemenu.php:232
174
  #: inc/setting_site.php:168
175
  msgid "Reset settings"
176
  msgstr ""
@@ -215,23 +216,23 @@ msgid "Available Shortcodes"
215
  msgstr ""
216
 
217
  #: inc/setting_admin_bar_menu.php:40
218
- msgid "Sub-menu can to settings to four levels."
219
  msgstr ""
220
 
221
  #: inc/setting_admin_bar_menu.php:41
222
- msgid "Documents is here"
223
  msgstr ""
224
 
225
  #: inc/setting_admin_bar_menu.php:94
226
  #: inc/setting_admin_general.php:200
227
  #: inc/setting_appearance_menus.php:98
228
- #: inc/setting_dashboard.php:249
229
- #: inc/setting_default.php:129
230
  #: inc/setting_loginscreen.php:159
231
- #: inc/setting_manage_metabox.php:295
232
  #: inc/setting_plugin_cap.php:93
233
  #: inc/setting_post_add_edit.php:108
234
- #: inc/setting_sidemenu.php:231
235
  #: inc/setting_site.php:167
236
  msgid "Reset all settings?"
237
  msgstr ""
@@ -291,7 +292,7 @@ msgid "Resizing Admin bar"
291
  msgstr ""
292
 
293
  #: inc/setting_admin_general.php:178
294
- msgid "Not resize"
295
  msgstr ""
296
 
297
  #: inc/setting_appearance_menus.php:47
@@ -307,39 +308,31 @@ msgstr ""
307
  msgid "Meta boxes"
308
  msgstr ""
309
 
310
- #: inc/setting_dashboard.php:51
311
- #: inc/setting_dashboard.php:173
312
- msgid "Welcome Panel"
313
- msgstr ""
314
-
315
- #: inc/setting_dashboard.php:154
316
- #: inc/setting_manage_metabox.php:49
317
- #: inc/setting_manage_metabox.php:127
318
- #: inc/setting_manage_metabox.php:213
319
- msgid "Could not read the meta box."
320
- msgstr ""
321
-
322
- #: inc/setting_dashboard.php:155
323
- #: inc/setting_manage_metabox.php:50
324
- #: inc/setting_manage_metabox.php:128
325
- #: inc/setting_manage_metabox.php:214
326
  #, php-format
327
- msgid "Meta boxes will be loaded automatically when you <strong>%s</strong>."
328
  msgstr ""
329
 
330
- #: inc/setting_dashboard.php:166
331
- #: inc/setting_manage_metabox.php:65
332
- #: inc/setting_manage_metabox.php:143
333
- #: inc/setting_manage_metabox.php:229
334
  msgid "Change metabox title to"
335
  msgstr ""
336
 
337
- #: inc/setting_dashboard.php:223
 
 
 
 
338
  msgid "Meta box movement restriction"
339
  msgstr ""
340
 
341
- #: inc/setting_dashboard.php:228
342
- msgid "Lock meta box positions"
343
  msgstr ""
344
 
345
  #: inc/setting_default.php:23
@@ -350,120 +343,120 @@ msgstr ""
350
  msgid "Please select the user roles that all settings will apply to."
351
  msgstr ""
352
 
353
- #: inc/setting_default.php:25
354
- msgid "Please use the Multiple Add-on If you want settings on User role basis."
355
  msgstr ""
356
 
357
- #: inc/setting_default.php:38
358
- msgid "You are contented with this plugin?<br />By the laws of Japan, Japan's new paypal user can not make a donation button.<br />So i would like you to buy this plugin as the replacement for the donation."
359
  msgstr ""
360
 
361
- #: inc/setting_default.php:45
362
  msgid "Features"
363
  msgstr ""
364
 
365
- #: inc/setting_default.php:46
366
- msgid "Line Break First and End plugin is In the visual editor TinyMCE, It is a plugin that will help when you will not be able to enter a line break."
367
  msgstr ""
368
 
369
- #: inc/setting_default.php:49
370
  msgid "The primary use of donations"
371
  msgstr ""
372
 
373
- #: inc/setting_default.php:51
374
  msgid "Liquidation of time and value"
375
  msgstr ""
376
 
377
- #: inc/setting_default.php:52
378
  msgid "Additional suggestions feature"
379
  msgstr ""
380
 
381
- #: inc/setting_default.php:53
382
  msgid "Maintain motivation"
383
  msgstr ""
384
 
385
- #: inc/setting_default.php:54
386
  msgid "Ensure time as the father of Sunday"
387
  msgstr ""
388
 
389
- #: inc/setting_default.php:61
390
  msgid "About plugin"
391
  msgstr ""
392
 
393
- #: inc/setting_default.php:63
394
  msgid "Version checked"
395
  msgstr ""
396
 
397
- #: inc/setting_default.php:65
398
  msgid "Plugin's site"
399
  msgstr ""
400
 
401
- #: inc/setting_default.php:66
402
  msgid "Developer's site"
403
  msgstr ""
404
 
405
- #: inc/setting_default.php:68
406
  msgid "Reviews"
407
  msgstr ""
408
 
409
- #: inc/setting_default.php:76
410
  #: inc/setting_loginscreen.php:43
411
  msgid "Useful plugins"
412
  msgstr ""
413
 
414
- #: inc/setting_default.php:79
415
- msgid "This add-on is simply settings of multi user roles."
416
- msgstr ""
417
-
418
  #: inc/setting_default.php:81
419
- msgid "This add-on is Import/Export easily of the settings data."
420
  msgstr ""
421
 
422
  #: inc/setting_default.php:83
423
- msgid "This add-on is an add-on to unify the management screen of all sites."
424
  msgstr ""
425
 
426
  #: inc/setting_default.php:85
427
- msgid "Customize the list of the post and page. custom post type page, too. You can customize the column display items freely."
428
  msgstr ""
429
 
430
  #: inc/setting_default.php:87
431
- msgid "Announce to display the dashboard. Change the display to a different user role."
432
  msgstr ""
433
 
434
  #: inc/setting_default.php:89
435
- msgid "The plugin that allows you to add the value of the options. Option value that you have created, can be used in addition to the template tag, Short code can be used in the body of the article."
436
  msgstr ""
437
 
438
- #: inc/setting_default.php:138
439
- msgid "If you have already donated to."
440
  msgstr ""
441
 
442
- #: inc/setting_default.php:139
443
- msgid "Please enter the 'Donation delete key' that have been described in the 'Line Break First and End download page'."
444
  msgstr ""
445
 
446
- #: inc/setting_default.php:142
447
- msgid "Donation delete key"
448
  msgstr ""
449
 
450
- #: inc/setting_default.php:150
451
- msgid "Have you want to customize?"
452
  msgstr ""
453
 
454
- #: inc/setting_default.php:156
455
- msgid "I am good at Admin Screen Customize."
456
  msgstr ""
457
 
458
- #: inc/setting_default.php:157
459
- msgid "Please consider the request to me if it is good."
460
  msgstr ""
461
 
462
  #: inc/setting_default.php:159
 
 
 
 
463
  msgid "Example Customize"
464
  msgstr ""
465
 
466
- #: inc/setting_default.php:160
467
  msgid "Contact me"
468
  msgstr ""
469
 
@@ -476,11 +469,11 @@ msgid "Is not possible to check the login form if you do not log out in the case
476
  msgstr ""
477
 
478
  #: inc/setting_loginscreen.php:34
479
- msgid "Show Login Screen"
480
  msgstr ""
481
 
482
  #: inc/setting_loginscreen.php:46
483
- msgid "This plugin is that can be for customizing flexibly Login Screen."
484
  msgstr ""
485
 
486
  #: inc/setting_loginscreen.php:58
@@ -507,32 +500,32 @@ msgstr ""
507
  msgid "Please enter if you want to change of Metabox label name."
508
  msgstr ""
509
 
510
- #: inc/setting_manage_metabox.php:63
511
- #: inc/setting_manage_metabox.php:141
512
- #: inc/setting_manage_metabox.php:227
513
  msgid "Default Open"
514
  msgstr ""
515
 
516
- #: inc/setting_manage_metabox.php:91
517
- #: inc/setting_manage_metabox.php:168
518
- #: inc/setting_manage_metabox.php:253
519
- msgid "Not Reduce"
520
  msgstr ""
521
 
522
- #: inc/setting_manage_metabox.php:92
523
- #: inc/setting_manage_metabox.php:169
524
- #: inc/setting_manage_metabox.php:254
525
- msgid "Reduce"
526
  msgstr ""
527
 
528
- #: inc/setting_manage_metabox.php:103
529
- #: inc/setting_manage_metabox.php:180
530
  #: inc/setting_post_add_edit.php:55
531
  msgid "Notice: If hide the Discussion on metabox, comments does not display of Add New Post on apply user role."
532
  msgstr ""
533
 
534
- #: inc/setting_manage_metabox.php:105
535
- #: inc/setting_manage_metabox.php:182
536
  msgid "Please set from here if you want to view the comments on screen."
537
  msgstr ""
538
 
@@ -543,7 +536,7 @@ msgstr ""
543
 
544
  #: inc/setting_plugin_cap.php:25
545
  #, php-format
546
- msgid "Please choose the role to use the %s."
547
  msgstr ""
548
 
549
  #: inc/setting_plugin_cap.php:42
@@ -566,7 +559,7 @@ msgstr ""
566
 
567
  #: inc/setting_post_add_edit.php:59
568
  #, php-format
569
- msgid "Please select the %s"
570
  msgstr ""
571
 
572
  #: inc/setting_post_add_edit.php:85
@@ -578,6 +571,22 @@ msgstr ""
578
  msgid "New plugin menus will be added to the <strong>%s</strong>."
579
  msgstr ""
580
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
581
  #: inc/setting_site.php:55
582
  #: inc/setting_site.php:68
583
  #: inc/setting_site.php:81
@@ -602,6 +611,10 @@ msgstr ""
602
  msgid "Extra feed"
603
  msgstr ""
604
 
 
 
 
 
605
  #: inc/setting_site.php:134
606
  msgid "Hide the Admin bar on the front end"
607
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: WP Admin UI Customize\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-08-22 12:41+0900\n"
6
+ "PO-Revision-Date: 2014-08-22 12:41+0900\n"
7
  "Last-Translator: gqevu6bsiz <gqevu6bsiz@gmail.com>\n"
8
+ "Language-Team: CedarPoint <mike@cedarpointconcepts.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
33
  #: wp-admin-ui-customize.php:172
34
  #: inc/reset_userrole.php:57
35
  #: inc/setting_admin_general.php:23
36
+ #, php-format
37
+ msgid "%1$s %2$s"
38
  msgstr ""
39
 
40
  #: wp-admin-ui-customize.php:174
89
  msgid "Apply user roles"
90
  msgstr ""
91
 
92
+ #: wp-admin-ui-customize.php:688
93
+ #: wp-admin-ui-customize.php:861
94
  msgid "Sub Menus"
95
  msgstr ""
96
 
97
+ #: wp-admin-ui-customize.php:783
98
+ #: wp-admin-ui-customize.php:805
99
  msgid "Menu Group"
100
  msgstr ""
101
 
102
+ #: wp-admin-ui-customize.php:803
103
  msgid "Show only on front end."
104
  msgstr ""
105
 
106
+ #: wp-admin-ui-customize.php:823
107
  msgid "If you want edit to name, please edit of translation file(PO)."
108
  msgstr ""
109
 
110
+ #: wp-admin-ui-customize.php:1023
111
  msgid "Front"
112
  msgstr ""
113
 
114
+ #: wp-admin-ui-customize.php:2276
115
+ #: inc/setting_default.php:187
116
  msgid "Thank you for your donation."
117
  msgstr ""
118
 
119
+ #: wp-admin-ui-customize.php:2291
120
+ msgid "Please consider making a donation."
121
  msgstr ""
122
 
123
+ #: wp-admin-ui-customize.php:2291
124
+ #: inc/setting_default.php:39
125
  msgid "Donate"
126
  msgstr ""
127
 
165
  #: inc/setting_admin_bar_menu.php:95
166
  #: inc/setting_admin_general.php:201
167
  #: inc/setting_appearance_menus.php:99
168
+ #: inc/setting_dashboard.php:151
169
+ #: inc/setting_default.php:132
170
  #: inc/setting_loginscreen.php:160
171
+ #: inc/setting_manage_metabox.php:353
172
  #: inc/setting_plugin_cap.php:94
173
  #: inc/setting_post_add_edit.php:109
174
+ #: inc/setting_sidemenu.php:241
175
  #: inc/setting_site.php:168
176
  msgid "Reset settings"
177
  msgstr ""
216
  msgstr ""
217
 
218
  #: inc/setting_admin_bar_menu.php:40
219
+ msgid "Sub-menu settings apply to maximum of four levels deep."
220
  msgstr ""
221
 
222
  #: inc/setting_admin_bar_menu.php:41
223
+ msgid "Admin bar settings documentation page"
224
  msgstr ""
225
 
226
  #: inc/setting_admin_bar_menu.php:94
227
  #: inc/setting_admin_general.php:200
228
  #: inc/setting_appearance_menus.php:98
229
+ #: inc/setting_dashboard.php:150
230
+ #: inc/setting_default.php:131
231
  #: inc/setting_loginscreen.php:159
232
+ #: inc/setting_manage_metabox.php:352
233
  #: inc/setting_plugin_cap.php:93
234
  #: inc/setting_post_add_edit.php:108
235
+ #: inc/setting_sidemenu.php:240
236
  #: inc/setting_site.php:167
237
  msgid "Reset all settings?"
238
  msgstr ""
292
  msgstr ""
293
 
294
  #: inc/setting_admin_general.php:178
295
+ msgid "Don't resize"
296
  msgstr ""
297
 
298
  #: inc/setting_appearance_menus.php:47
308
  msgid "Meta boxes"
309
  msgstr ""
310
 
311
+ #: inc/setting_dashboard.php:50
312
+ #: inc/setting_manage_metabox.php:63
313
+ #: inc/setting_manage_metabox.php:160
314
+ #: inc/setting_manage_metabox.php:265
 
 
 
 
 
 
 
 
 
 
 
 
315
  #, php-format
316
+ msgid "Metaboxes loading for %s"
317
  msgstr ""
318
 
319
+ #: inc/setting_dashboard.php:68
320
+ #: inc/setting_manage_metabox.php:84
321
+ #: inc/setting_manage_metabox.php:181
322
+ #: inc/setting_manage_metabox.php:286
323
  msgid "Change metabox title to"
324
  msgstr ""
325
 
326
+ #: inc/setting_dashboard.php:117
327
+ msgid "Other"
328
+ msgstr ""
329
+
330
+ #: inc/setting_dashboard.php:124
331
  msgid "Meta box movement restriction"
332
  msgstr ""
333
 
334
+ #: inc/setting_dashboard.php:129
335
+ msgid "Prevent selected roles from re-arranging metaboxes"
336
  msgstr ""
337
 
338
  #: inc/setting_default.php:23
343
  msgid "Please select the user roles that all settings will apply to."
344
  msgstr ""
345
 
346
+ #: inc/setting_default.php:26
347
+ msgid "Please use the Multiple Add-on if you want per role customization."
348
  msgstr ""
349
 
350
+ #: inc/setting_default.php:40
351
+ msgid "Are you happy with this plugin?<br />Japanese law prohibits PayPal donations. <br />Please consider purchasing the Line Break First and End plugin in lieu of a donation."
352
  msgstr ""
353
 
354
+ #: inc/setting_default.php:47
355
  msgid "Features"
356
  msgstr ""
357
 
358
+ #: inc/setting_default.php:48
359
+ msgid "Line Break First and End plugin allows for line breaks when using the visual editor TinyMCE."
360
  msgstr ""
361
 
362
+ #: inc/setting_default.php:51
363
  msgid "The primary use of donations"
364
  msgstr ""
365
 
366
+ #: inc/setting_default.php:53
367
  msgid "Liquidation of time and value"
368
  msgstr ""
369
 
370
+ #: inc/setting_default.php:54
371
  msgid "Additional suggestions feature"
372
  msgstr ""
373
 
374
+ #: inc/setting_default.php:55
375
  msgid "Maintain motivation"
376
  msgstr ""
377
 
378
+ #: inc/setting_default.php:56
379
  msgid "Ensure time as the father of Sunday"
380
  msgstr ""
381
 
382
+ #: inc/setting_default.php:63
383
  msgid "About plugin"
384
  msgstr ""
385
 
386
+ #: inc/setting_default.php:65
387
  msgid "Version checked"
388
  msgstr ""
389
 
390
+ #: inc/setting_default.php:67
391
  msgid "Plugin's site"
392
  msgstr ""
393
 
394
+ #: inc/setting_default.php:68
395
  msgid "Developer's site"
396
  msgstr ""
397
 
398
+ #: inc/setting_default.php:70
399
  msgid "Reviews"
400
  msgstr ""
401
 
402
+ #: inc/setting_default.php:78
403
  #: inc/setting_loginscreen.php:43
404
  msgid "Useful plugins"
405
  msgstr ""
406
 
 
 
 
 
407
  #: inc/setting_default.php:81
408
+ msgid "Apply setting on a per-role basis."
409
  msgstr ""
410
 
411
  #: inc/setting_default.php:83
412
+ msgid "Easily import/export setting between installations."
413
  msgstr ""
414
 
415
  #: inc/setting_default.php:85
416
+ msgid "Unified custom management screens for Multisite."
417
  msgstr ""
418
 
419
  #: inc/setting_default.php:87
420
+ msgid "Customize list view columns for posts, pages, custom post types, media library, and other management screens."
421
  msgstr ""
422
 
423
  #: inc/setting_default.php:89
424
+ msgid "Create dashboard messages to be displayed for selected user roles."
425
  msgstr ""
426
 
427
+ #: inc/setting_default.php:91
428
+ msgid "Create custom global variables that can be used with generated template tags or shortcodes."
429
  msgstr ""
430
 
431
+ #: inc/setting_default.php:140
432
+ msgid "If you have already donated to."
433
  msgstr ""
434
 
435
+ #: inc/setting_default.php:141
436
+ msgid "Please enter the 'Donation Delete Key' that was provided on the Line Break First and End download page."
437
  msgstr ""
438
 
439
+ #: inc/setting_default.php:144
440
+ msgid "Donation Delete Key:"
441
  msgstr ""
442
 
443
+ #: inc/setting_default.php:152
444
+ msgid "Do you need professional setup and customization?"
445
  msgstr ""
446
 
447
+ #: inc/setting_default.php:158
448
+ msgid "I provide full service customization for WP Admin UI Customize."
449
  msgstr ""
450
 
451
  #: inc/setting_default.php:159
452
+ msgid "Please contact me if you are interested."
453
+ msgstr ""
454
+
455
+ #: inc/setting_default.php:161
456
  msgid "Example Customize"
457
  msgstr ""
458
 
459
+ #: inc/setting_default.php:162
460
  msgid "Contact me"
461
  msgstr ""
462
 
469
  msgstr ""
470
 
471
  #: inc/setting_loginscreen.php:34
472
+ msgid "Show Current Login Screen"
473
  msgstr ""
474
 
475
  #: inc/setting_loginscreen.php:46
476
+ msgid "Flexible plugin for login screen customization."
477
  msgstr ""
478
 
479
  #: inc/setting_loginscreen.php:58
500
  msgid "Please enter if you want to change of Metabox label name."
501
  msgstr ""
502
 
503
+ #: inc/setting_manage_metabox.php:82
504
+ #: inc/setting_manage_metabox.php:179
505
+ #: inc/setting_manage_metabox.php:284
506
  msgid "Default Open"
507
  msgstr ""
508
 
509
+ #: inc/setting_manage_metabox.php:110
510
+ #: inc/setting_manage_metabox.php:206
511
+ #: inc/setting_manage_metabox.php:310
512
+ msgid "Expanded"
513
  msgstr ""
514
 
515
+ #: inc/setting_manage_metabox.php:111
516
+ #: inc/setting_manage_metabox.php:207
517
+ #: inc/setting_manage_metabox.php:311
518
+ msgid "Collapsed"
519
  msgstr ""
520
 
521
+ #: inc/setting_manage_metabox.php:122
522
+ #: inc/setting_manage_metabox.php:218
523
  #: inc/setting_post_add_edit.php:55
524
  msgid "Notice: If hide the Discussion on metabox, comments does not display of Add New Post on apply user role."
525
  msgstr ""
526
 
527
+ #: inc/setting_manage_metabox.php:124
528
+ #: inc/setting_manage_metabox.php:220
529
  msgid "Please set from here if you want to view the comments on screen."
530
  msgstr ""
531
 
536
 
537
  #: inc/setting_plugin_cap.php:25
538
  #, php-format
539
+ msgid "Please choose the minimum role that can modify %s settings."
540
  msgstr ""
541
 
542
  #: inc/setting_plugin_cap.php:42
559
 
560
  #: inc/setting_post_add_edit.php:59
561
  #, php-format
562
+ msgid "Please select the <strong>%s</strong>"
563
  msgstr ""
564
 
565
  #: inc/setting_post_add_edit.php:85
571
  msgid "New plugin menus will be added to the <strong>%s</strong>."
572
  msgstr ""
573
 
574
+ #: inc/setting_sidemenu.php:51
575
+ msgid "Sepalator"
576
+ msgstr ""
577
+
578
+ #: inc/setting_sidemenu.php:122
579
+ msgid "Current menu"
580
+ msgstr ""
581
+
582
+ #: inc/setting_sidemenu.php:224
583
+ msgid "Delete all the Current menu"
584
+ msgstr ""
585
+
586
+ #: inc/setting_site.php:42
587
+ msgid "Header Meta"
588
+ msgstr ""
589
+
590
  #: inc/setting_site.php:55
591
  #: inc/setting_site.php:68
592
  #: inc/setting_site.php:81
611
  msgid "Extra feed"
612
  msgstr ""
613
 
614
+ #: inc/setting_site.php:131
615
+ msgid "Admin Bar"
616
+ msgstr ""
617
+
618
  #: inc/setting_site.php:134
619
  msgid "Hide the Admin bar on the front end"
620
  msgstr ""
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_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,8 +50,9 @@ These to Customization is possible.
50
 
51
  == Changelog ==
52
 
53
- = 1.5.2.1 alpha =
54
  * Updated: Metaboxes on Dashboard is latest.
 
55
 
56
  = 1.5.2 =
57
  * Added: Translation for zh-TW.
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_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.2
7
+ Stable tag: 1.5.2.1
8
  License: GPL2
9
 
10
  Customize the management screen UI.
50
 
51
  == Changelog ==
52
 
53
+ = 1.5.2.1 =
54
  * Updated: Metaboxes on Dashboard is latest.
55
+ * Updated: Translation for zh_TW.
56
 
57
  = 1.5.2 =
58
  * Added: Translation for zh-TW.
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_2
6
- Version: 1.5.2.1 alpha
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,7 +56,7 @@ class WP_Admin_UI_Customize
56
 
57
 
58
  function __construct() {
59
- $this->Ver = '1.5.2.1 alpha';
60
  $this->Name = 'WP Admin UI Customize';
61
  $this->Dir = plugin_dir_path( __FILE__ );
62
  $this->Url = plugin_dir_url( __FILE__ );
@@ -169,7 +169,7 @@ class WP_Admin_UI_Customize
169
 
170
  add_menu_page( $this->Name , $this->Name , $capability, $this->PageSlug , array( $this , 'setting_default') );
171
  add_submenu_page( $this->PageSlug , __( 'Site Settings' , $this->ltd ) , __( 'Site Settings' , $this->ltd ) , $capability , $this->PageSlug . '_setting_site' , array( $this , 'setting_site' ) );
172
- add_submenu_page( $this->PageSlug , __( 'General Screen Settings' , $this->ltd ) , __( 'General Screen Settings' , $this->ltd ) , $capability , $this->PageSlug . '_admin_general_setting' , array( $this , 'setting_admin_general' ) );
173
  add_submenu_page( $this->PageSlug , __( 'Dashboard' ) , __( 'Dashboard' ) , $capability , $this->PageSlug . '_dashboard' , array( $this , 'setting_dashboard' ) );
174
  add_submenu_page( $this->PageSlug , __( 'Admin Bar Menu' , $this->ltd ) , __( 'Admin Bar Menu' , $this->ltd ) , $capability , $this->PageSlug . '_admin_bar' , array( $this , 'setting_admin_bar_menu' ) );
175
  add_submenu_page( $this->PageSlug , __( 'Side Menu' , $this->ltd ) , __( 'Side Menu' , $this->ltd ) , $capability , $this->PageSlug . '_sidemenu' , array( $this , 'setting_sidemenu' ) );
@@ -558,25 +558,24 @@ class WP_Admin_UI_Customize
558
  $Metaboxes = $wp_meta_boxes[$post_type];
559
 
560
  $Update = array();
561
-
562
- $Update["UPFN"] = $this->UPFN;
563
 
564
- if( !empty( $Metaboxes ) ) {
565
- foreach( $Metaboxes as $context => $meta_box ) {
566
- foreach( $meta_box as $priority => $box ) {
567
- if( is_array( $box ) ) {
568
- foreach( $box as $metabox_id => $b ) {
569
- $Update["metaboxes"][$post_type][$context][$priority][$b["id"]] = strip_tags( $b["title"] );
570
- }
571
  }
572
  }
573
  }
574
  }
575
-
576
 
577
  if( !empty( $Update ) ) {
578
  update_option( $this->Record["regist_dashboard_metabox"] , $Update );
579
  }
 
580
  }
581
 
582
  }
@@ -2288,7 +2287,7 @@ class WP_Admin_UI_Customize
2288
  function DisplayDonation() {
2289
  $donation = get_option( $this->Record["donate"] );
2290
  if( $this->DonateKey != $donation ) {
2291
- $this->Msg .= '<div class="error"><p><strong>' . __( 'Thank you for considering donate.' , $this->ltd ) . '</strong> <a href="' . self_admin_url( 'admin.php?page=' . $this->PageSlug ) . '">' . __( 'Donate' , $this->ltd ) . '</a></p></div>';
2292
  }
2293
  }
2294
 
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_1
6
+ Version: 1.5.2.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_2_1
9
  Text Domain: wauc
10
  Domain Path: /languages
11
  */
56
 
57
 
58
  function __construct() {
59
+ $this->Ver = '1.5.2.1';
60
  $this->Name = 'WP Admin UI Customize';
61
  $this->Dir = plugin_dir_path( __FILE__ );
62
  $this->Url = plugin_dir_url( __FILE__ );
169
 
170
  add_menu_page( $this->Name , $this->Name , $capability, $this->PageSlug , array( $this , 'setting_default') );
171
  add_submenu_page( $this->PageSlug , __( 'Site Settings' , $this->ltd ) , __( 'Site Settings' , $this->ltd ) , $capability , $this->PageSlug . '_setting_site' , array( $this , 'setting_site' ) );
172
+ add_submenu_page( $this->PageSlug , sprintf( __( '%1$s %2$s' , $this->ltd ) , __( 'General' ) , __( 'Settings' ) ) , sprintf( __( '%1$s %2$s' , $this->ltd ) , __( 'General' ) , __( 'Settings' ) ) , $capability , $this->PageSlug . '_admin_general_setting' , array( $this , 'setting_admin_general' ) );
173
  add_submenu_page( $this->PageSlug , __( 'Dashboard' ) , __( 'Dashboard' ) , $capability , $this->PageSlug . '_dashboard' , array( $this , 'setting_dashboard' ) );
174
  add_submenu_page( $this->PageSlug , __( 'Admin Bar Menu' , $this->ltd ) , __( 'Admin Bar Menu' , $this->ltd ) , $capability , $this->PageSlug . '_admin_bar' , array( $this , 'setting_admin_bar_menu' ) );
175
  add_submenu_page( $this->PageSlug , __( 'Side Menu' , $this->ltd ) , __( 'Side Menu' , $this->ltd ) , $capability , $this->PageSlug . '_sidemenu' , array( $this , 'setting_sidemenu' ) );
558
  $Metaboxes = $wp_meta_boxes[$post_type];
559
 
560
  $Update = array();
561
+ $Update["UPFN"] = $this->UPFN;
 
562
 
563
+ if( !empty( $Metaboxes ) ) {
564
+ foreach( $Metaboxes as $context => $meta_box ) {
565
+ foreach( $meta_box as $priority => $box ) {
566
+ if( is_array( $box ) ) {
567
+ foreach( $box as $metabox_id => $b ) {
568
+ $Update["metaboxes"][$post_type][$context][$priority][$b["id"]] = strip_tags( $b["title"] );
 
569
  }
570
  }
571
  }
572
  }
573
+ }
574
 
575
  if( !empty( $Update ) ) {
576
  update_option( $this->Record["regist_dashboard_metabox"] , $Update );
577
  }
578
+
579
  }
580
 
581
  }
2287
  function DisplayDonation() {
2288
  $donation = get_option( $this->Record["donate"] );
2289
  if( $this->DonateKey != $donation ) {
2290
+ $this->Msg .= '<div class="error"><p><strong>' . __( 'Please consider making a donation.' , $this->ltd ) . '</strong> <a href="' . self_admin_url( 'admin.php?page=' . $this->PageSlug ) . '">' . __( 'Donate' , $this->ltd ) . '</a></p></div>';
2291
  }
2292
  }
2293