From 85086911c89f456885de4f499d59a434c50fd3f8 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 14 Jan 2012 01:14:29 +0100 Subject: Original nnimis' plugin. --- mod/categories/languages/en.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mod/categories/languages/en.php (limited to 'mod/categories/languages/en.php') diff --git a/mod/categories/languages/en.php b/mod/categories/languages/en.php new file mode 100644 index 000000000..eaa65b13e --- /dev/null +++ b/mod/categories/languages/en.php @@ -0,0 +1,15 @@ + 'Categories', + 'categories:settings' => 'Set site categories', + 'categories:explanation' => 'To set some predefined site-wide categories that will be used throughout your system, enter them below, separated with commas. Compatible tools will then display them when the user creates or edits content.', + 'categories:save:success' => 'Site categories were successfully saved.', + 'categories:results' => "Results for the site category: %s", + 'categories:on_activate_reminder' => "Site-wide Cateogires won't work until you add categories. Add categories now.", +); + +add_translation("en", $english); \ No newline at end of file -- cgit v1.2.3