From 4766f36a4d74924f21ff329c4318ce4e069ffa04 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 17:53:05 +0000 Subject: Pulled in the interface changes. git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/categories/languages/en.php | 14 ++++++++++++++ 1 file changed, 14 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..ecd01a9df --- /dev/null +++ b/mod/categories/languages/en.php @@ -0,0 +1,14 @@ + '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.', + + ); + + add_translation("en",$english); + +?> \ No newline at end of file -- cgit v1.2.3