From 1025ad87633f30d00a3c283b3e8ad2bafa384a5c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 10:04:55 +0100 Subject: more I18N work --- modules/opml_domxml.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/opml_domxml.php') diff --git a/modules/opml_domxml.php b/modules/opml_domxml.php index dabba7894..8de842c51 100644 --- a/modules/opml_domxml.php +++ b/modules/opml_domxml.php @@ -43,7 +43,7 @@ if (db_num_rows($result) == 0) { - printf(_("Adding category %s."), $cat_title); + printf(__("Adding category %s."), $cat_title); print "
"; db_query($link, "INSERT INTO ttrss_feed_categories @@ -89,7 +89,7 @@ (rss)"; if (db_num_rows($result) > 0) { - print ""._("Already imported.").""; + print "".__("Already imported.").""; } else { if ($cat_id) { @@ -107,7 +107,7 @@ db_query($link, $add_query); - print ""._('Done.').""; + print "".__('Done.').""; } print ""; @@ -118,14 +118,14 @@ print ""; } else { - print "
"._("Error: can't find body element.")."
"; + print "
".__("Error: can't find body element.")."
"; } } else { - print "
"._("Error while parsing document.")."
"; + print "
".__("Error while parsing document.")."
"; } } else { - print "
"._("Error: please upload OPML file.")."
"; + print "
".__("Error: please upload OPML file.")."
"; } } -- cgit v1.2.3