From e3e0e62cd733d8bd0a16b8e1a4c697437779a8ca Mon Sep 17 00:00:00 2001 From: rboren Date: Fri, 16 Apr 2004 01:56:04 +0000 Subject: [PATCH] gettext l10n. git-svn-id: http://svn.automattic.com/wordpress/trunk@1080 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- index.php | 37 +++---- wp-comments-popup.php | 32 +++--- wp-comments.php | 30 +++--- wp-includes/gettext.php | 232 ++++++++++++++++++++++++++++++++++++++++ wp-includes/streams.php | 133 +++++++++++++++++++++++ wp-includes/wp-l10n.php | 39 +++++++ wp-settings.php | 9 +- 7 files changed, 456 insertions(+), 56 deletions(-) create mode 100755 wp-includes/gettext.php create mode 100755 wp-includes/streams.php create mode 100644 wp-includes/wp-l10n.php diff --git a/index.php b/index.php index 4c3164e3ff80..8e6e71d4ebd4 100644 --- a/index.php +++ b/index.php @@ -41,15 +41,15 @@

-
str('filed_under'); ?> @
+
@
|| str('powered_by_wordpress',$lang->str('powered_by_title','',1)); ?>

+

|| WordPress

"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform")); ?> - \ No newline at end of file + diff --git a/wp-comments-popup.php b/wp-comments-popup.php index d43b8995b7ca..6b92dd06a3db 100644 --- a/wp-comments-popup.php +++ b/wp-comments-popup.php @@ -8,7 +8,7 @@ - <?php echo get_settings('blogname'); ?> - <?php $lang->str('comments_on',the_title('','',false)); ?> + <?php echo get_settings('blogname'); ?> - <?php echo sprintf(__("Comments on %s"), the_title('','',false)); ?>