summaryrefslogtreecommitdiff
path: root/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/admin.txt5
-rw-r--r--lang/en/admin_acl.txt12
-rw-r--r--lang/en/lang.php1
3 files changed, 18 insertions, 0 deletions
diff --git a/lang/en/admin.txt b/lang/en/admin.txt
new file mode 100644
index 000000000..b04a344d1
--- /dev/null
+++ b/lang/en/admin.txt
@@ -0,0 +1,5 @@
+====== Administration ======
+
+Below you can find a list of administrative tasks available in
+DokuWiki.
+
diff --git a/lang/en/admin_acl.txt b/lang/en/admin_acl.txt
new file mode 100644
index 000000000..0ced5f626
--- /dev/null
+++ b/lang/en/admin_acl.txt
@@ -0,0 +1,12 @@
+====== Access Control List Management ======
+
+On this page you can add and remove permissions for the current
+page and all the [[doku>wiki:namespaces|namespaces]] it is in.
+You should read the [[doku>wiki:acl|official documentation on ACL]]
+to fully understand how access control works.
+
+The page displays all permissions that are significant for the
+current page. Permissions regarding other pages ar not shown -- to
+edit them [[this>doku.php?do=index|browse]] to the according page
+first, then change to the ACL Administration.
+
diff --git a/lang/en/lang.php b/lang/en/lang.php
index 206d82caf..314bb5e71 100644
--- a/lang/en/lang.php
+++ b/lang/en/lang.php
@@ -7,6 +7,7 @@
* @author Anika Henke <henke@cosmocode.de>
*/
$lang['encoding'] = 'utf-8';
+$lang['direction'] = 'ltr';
$lang['btn_edit'] = 'Edit this page';
$lang['btn_source'] = 'Show pagesource';