From e0142e27ec9d24fca008cf2c7a8a307d90e166e5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Dec 2008 07:43:49 +0100 Subject: mobile: add some translations --- mobile/functions.php | 60 ++++++++++++++++++++++++++++------------------------ mobile/tt-rss.php | 5 ++--- 2 files changed, 34 insertions(+), 31 deletions(-) (limited to 'mobile') diff --git a/mobile/functions.php b/mobile/functions.php index e5904d7b2..a37bc0207 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -9,16 +9,16 @@ print "
"; if ($tags) { - print "Tags - (View feeds, "; + print __("Tags")." + (".__("View feeds").", "; } else { - print "Feeds - (View tags, "; + print __("Feeds")." + (".__("View tags").", "; } - print "Search, "; + print "".__("Search").", "; - print "Logout)"; + print "".__("Logout").")"; print "
"; print "