more i18n work

This commit is contained in:
Andrew Dolgov
2007-03-05 13:50:46 +01:00
parent 8497d2b976
commit 4dccf1ed93
9 changed files with 117 additions and 95 deletions

View File

@@ -443,9 +443,9 @@
}
if (subscribe_to_feed($link, $feed_url, $cat_id)) {
print format_notice(sprintf(__("Subscribed to <b>%s</b>."), $feed_url));
print_notice(T_sprintf("Subscribed to <b>%s</b>.", $feed_url));
} else {
print format_warning(sprintf(__("Already subscribed to <b>%s</b>."), $feed_url));
print_warning(T_sprintf("Already subscribed to <b>%s</b>.", $feed_url));
}
if ($p_from != 'tt-rss') {
@@ -547,7 +547,8 @@
} else {
print format_warning(sprintf(__("Category <b>$%s</b> already exists in the database."), $feed_cat));
print_warning(T_sprintf("Category <b>$%s</b> already exists in the database.",
$feed_cat));
}
}