X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=rss.php;h=269b734b2fbbdf8eb73763f95a9d5570ce46f6ec;hp=a06dc63be0c0ba4ffc565419ec870a25af1d009e;hb=47a0a9b5b1c8acb36aa0e93179ce5a661a69427a;hpb=cc143e38299d3dd3981efd81972c0e0df4df1462 diff --git a/rss.php b/rss.php index a06dc63..269b734 100644 --- a/rss.php +++ b/rss.php @@ -72,9 +72,28 @@ header("Content-Type: text/xml"); ?> E-DoKo Feed -Know when it is your turn '._('Know when it is your turn')."\n"; + global $WIKI,$INDEX, $HOST; /* output last creation date */ @@ -104,7 +123,7 @@ echo "\n\n"; while( $r = DB_fetch_array($result)) { echo "\n"; - echo "game ".DB_format_gameid($r[1])."\n"; + echo ""._('game').' '.DB_format_gameid($r[1])."\n"; $url=$INDEX."?action=game&me=".$r[0]; echo "\n"; $date = DB_get_game_timestamp($r[1]); @@ -112,7 +131,7 @@ echo "\n\n"; $date = date("Y-m-d",$timestamp); echo "tag:doko.nubati.net,$date:$url\n"; echo "".date(DATE_ATOM,$timestamp)."\n"; - echo "Please use the link to access the game.\n"; + echo ''._('Please use the link to access the game.')."\n"; echo "\n\n"; }