From 92b8de99f811adec185eea11f231b413b7a1a38b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 25 Apr 2004 23:10:07 +0000 Subject: [PATCH] Mark strings for translation. git-svn-id: https://develop.svn.wordpress.org/trunk@1173 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugins.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 1b261547fd..cb792e304f 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -22,11 +22,12 @@ if ($_GET['action']) { } } -$title = 'Manage Plugins'; +require_once('../wp-includes/wp-l10n.php'); +$title = __('Manage Plugins'); require_once('admin-header.php'); if ($user_level < 9) // Must be at least level 9 - die ("Sorry, you must be at least a level 8 user to modify plugins."); + die (__("Sorry, you must be at least a level 8 user to modify plugins.")); // Clean up options // if any files are in the option that don't exist, axe 'em @@ -46,11 +47,11 @@ foreach ($check_plugins as $check_plugin) { ?> -

Plugin activated.

+

activated.') ?>

-

Plugin deactivated.

+

deactivated.') ?>

@@ -137,4 +138,4 @@ if (!$plugins_dir || !$plugin_files) { \ No newline at end of file +?>