From 029a068c5ccaac8e5ff3d7e9d7f7f435976b4bc5 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 19 Jan 2013 12:51:28 -0800 Subject: TRANSLATION: marked more strings for translation --- include/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index d9421f1..47e8089 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1087,8 +1087,8 @@ function display_single_user($r,$start=0) $stop = substr($vacation[1],0,10); $comment = $vacation[2]; - $title = "begin: $start end: $stop $comment"; - echo " $gravatar (on vacation until $stop) \n"; + $title = _("begin:")." $start "._("end:")." $stop $comment"; + echo " $gravatar "._("(on vacation until $stop)")." \n"; } else echo " $gravatar \n"; @@ -1450,7 +1450,7 @@ function format_score_table_ascii($score) /* truncate table if we have too many games */ $max = sizeof($score); - if($max>6) $output.=" (table truncated to last 6 games)\n"; + if($max>6) $output.=" "._("(table truncated to last 6 games)")."\n"; /* output header */ foreach($score[0]['players'] as $id=>$points) -- cgit v1.2.3-18-g5258