X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f..53f4633144ed68c8b8fb5861f992b5489894a940:/wp-admin/options-general.php diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 70118855..7f2a14ea 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -9,13 +9,16 @@ /** WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); +/** WordPress Translation Install API */ +require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); + if ( ! current_user_can( 'manage_options' ) ) wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) ); $title = __('General Settings'); $parent_file = 'options-general.php'; /* translators: date and time format for exact current time, mainly about timezones, see http://php.net/date */ -$timezone_format = _x('Y-m-d G:i:s', 'timezone date format'); +$timezone_format = _x('Y-m-d H:i:s', 'timezone date format'); /** * Display JavaScript on the page. @@ -25,11 +28,24 @@ $timezone_format = _x('Y-m-d G:i:s', 'timezone date format'); function options_general_add_js() { ?> ' . __('If you want site visitors to be able to register themselves, as opposed to by the site administrator, check the membership box. A default user role can be set for all new users, whether self-registered or registered by the site admin.') . '

'; } -$options_help .= '

' . __('UTC means Coordinated Universal Time.') . '

' . +$options_help .= '

' . __( 'You can set the language, and the translation files will be automatically downloaded and installed (available if your filesystem is writable).' ) . '

' . + '

' . __( 'UTC means Coordinated Universal Time.' ) . '

' . '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

'; get_current_screen()->add_help_tab( array( @@ -76,7 +101,7 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on General Settings') . '

' . + '

' . __('Documentation on General Settings') . '

' . '

' . __('Support Forums') . '

' ); @@ -84,7 +109,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-

+

@@ -96,8 +121,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - -

+ +

@@ -106,13 +131,13 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - class="regular-text code" /> -

to be different from the directory you installed WordPress.'); ?>

+ class="regular-text code" /> +

want your site home page to be different from your WordPress installation directory.' ); ?>

- -

+ +

@@ -130,8 +155,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - -

The new address will not become active until confirmed.') ?>

+ +

The new address will not become active until confirmed.' ) ?>

@@ -167,7 +192,7 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists - @@ -175,7 +200,7 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists %1$s'), date_i18n($timezone_format)); ?> -

+


@@ -246,12 +271,13 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists echo " checked='checked'"; $custom = false; } - echo ' /> ' . date_i18n( $format ) . "
\n"; + echo ' /> ' . date_i18n( $format ) . "
\n"; } echo ' ' . date_i18n( get_option('date_format') ) . " \n"; + echo '/> ' . __( 'Custom:' ) . ' ' . __( 'enter a custom date format in the following field' ) . "\n"; + echo ' ' . __( 'example:' ) . ' ' . date_i18n( get_option('date_format') ) . " \n"; ?> @@ -278,14 +304,15 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists echo " checked='checked'"; $custom = false; } - echo ' /> ' . date_i18n( $format ) . "
\n"; + echo ' /> ' . date_i18n( $format ) . "
\n"; } echo ' ' . date_i18n( get_option('time_format') ) . " \n"; + echo '/> ' . __( 'Custom:' ) . ' ' . __( 'enter a custom time format in the following field' ) . "\n"; + echo ' ' . __( 'example:' ) . ' ' . date_i18n( get_option('time_format') ) . " \n"; - echo "\t

" . __('Documentation on date and time formatting.') . "

\n"; + echo "\t

" . __('Documentation on date and time formatting.') . "

\n"; ?> @@ -294,6 +321,11 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists