From 099d79e4d02b6ee3da723d75b5c89b0c6db4ae1a Mon Sep 17 00:00:00 2001 From: haneul Date: Mon, 9 Mar 2009 14:49:07 +0000 Subject: [PATCH] Add English translation for wiki module git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5812 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/wiki/lang/en.lang.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/wiki/lang/en.lang.php diff --git a/modules/wiki/lang/en.lang.php b/modules/wiki/lang/en.lang.php new file mode 100644 index 000000000..92e5a0eb0 --- /dev/null +++ b/modules/wiki/lang/en.lang.php @@ -0,0 +1,13 @@ +wiki = 'Wiki'; + $lang->not_exist = 'There is no such document. If you have proper permission, you can create the document'; + $lang->cmd_create = 'Create document'; + $lang->cmd_wiki_list = 'List'; + $lang->cmd_view_info = 'Wiki information'; +?>