diff options
author | andi <andi@splitbrain.org> | 2005-03-28 20:04:07 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-03-28 20:04:07 +0200 |
commit | 16dfeadd790d45b9a6b7517724e3e39e55bf5b04 (patch) | |
tree | 1e5af51b771138635b2520061b9c27bcb0d2fd6b /lang/en | |
parent | e6cfb54057720471b439f9b9eeee07d8da67ca47 (diff) | |
download | rpg-16dfeadd790d45b9a6b7517724e3e39e55bf5b04.tar.gz rpg-16dfeadd790d45b9a6b7517724e3e39e55bf5b04.tar.bz2 |
hebrew updates and rtl support (#89)
darcs-hash:20050328180407-9977f-70686376fc9ea179948db530de33edd3b83ab40d.gz
Diffstat (limited to 'lang/en')
-rw-r--r-- | lang/en/admin.txt | 5 | ||||
-rw-r--r-- | lang/en/admin_acl.txt | 12 | ||||
-rw-r--r-- | lang/en/lang.php | 1 |
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'; |