From af163b85200e86a12688231b185f1861a71bb41d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Apr 2009 12:24:39 +0400 Subject: update translations --- functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 1058d43a0..4b80c5e0f 100644 --- a/functions.php +++ b/functions.php @@ -1858,7 +1858,7 @@ if (SESSION_CHECK_ADDRESS && $_SESSION["uid"]) { if ($_SESSION["ip_address"]) { if ($_SESSION["ip_address"] != $_SERVER["REMOTE_ADDR"]) { - $_SESSION["login_error_msg"] = "Session failed to validate (incorrect IP)"; + $_SESSION["login_error_msg"] = __("Session failed to validate (incorrect IP)"); return false; } } @@ -1918,7 +1918,7 @@ return; } else { - $_SESSION["login_error_msg"] = "Incorrect username or password"; + $_SESSION["login_error_msg"] = __("Incorrect username or password"); } } @@ -5027,7 +5027,7 @@ $cur_feed_title = htmlspecialchars($cur_feed_title); - $vf_catchup_link = "(mark as read)"; + $vf_catchup_link = "(".__('mark as read').")"; print "". "
$feed_icon_img
". @@ -5110,7 +5110,7 @@ $cur_feed_title = htmlspecialchars($cur_feed_title); - $vf_catchup_link = "(mark as read)"; + $vf_catchup_link = "(".__('mark as read').")"; $has_feed_icon = feed_has_icon($feed_id); -- cgit v1.2.3-54-g00ecf