summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-09-28 15:18:55 +0000
committerDries Buytaert <dries@buytaert.net>2003-09-28 15:18:55 +0000
commitc8b28009cd19cac57493d008daca7868f23c4aff (patch)
tree31566a149202fcff3d719ad2785b5fd14f4df026 /modules/aggregator.module
parent949a7014df31a89f226bdbd1222e4f229b63d49f (diff)
downloadbrdo-c8b28009cd19cac57493d008daca7868f23c4aff.tar.gz
brdo-c8b28009cd19cac57493d008daca7868f23c4aff.tar.bz2
- Made sure all menu items can be translated. Path by Goba.
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module
index be4ca7fc4..93ada3be9 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.module
@@ -108,12 +108,12 @@ function import_link($type) {
if ($type == "system") {
if (user_access("administer news feeds")) {
- menu("admin/node/syndication", "syndication", NULL, NULL, 5);
- menu("admin/node/syndication/news", "feeds", "import_admin", import_help("admin/node/syndication/news") );
- menu("admin/node/syndication/news/add/feed", "new feed", "import_admin", import_help("admin/node/syndication/news/add/feed"), 2);
- menu("admin/node/syndication/news/add/bundle", "new bundle", "import_admin", import_help("admin/node/syndication/news/add/bundle"), 3);
- menu("admin/node/syndication/news/tag", "tag items", "import_admin", import_help("admin/node/syndication/news/tag"), 4);
- menu("admin/node/syndication/news/help", "help", "import_help", NULL, 9);
+ menu("admin/node/syndication", t("syndication"), NULL, NULL, 5);
+ menu("admin/node/syndication/news", t("feeds"), "import_admin", import_help("admin/node/syndication/news") );
+ menu("admin/node/syndication/news/add/feed", t("new feed"), "import_admin", import_help("admin/node/syndication/news/add/feed"), 2);
+ menu("admin/node/syndication/news/add/bundle", t("new bundle"), "import_admin", import_help("admin/node/syndication/news/add/bundle"), 3);
+ menu("admin/node/syndication/news/tag", t("tag items"), "import_admin", import_help("admin/node/syndication/news/tag"), 4);
+ menu("admin/node/syndication/news/help", t("help"), "import_help", NULL, 9);
}
}