summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/en/lang.php12
-rw-r--r--lang/en/settings.php11
2 files changed, 15 insertions, 8 deletions
diff --git a/lang/en/lang.php b/lang/en/lang.php
index 5496cbe86..91b04b177 100644
--- a/lang/en/lang.php
+++ b/lang/en/lang.php
@@ -4,6 +4,12 @@
*
*/
-$lang['btn_discussion'] = "Discussion";
-$lang['btn_back2article'] = "Back to article";
-$lang['btn_userpage'] = "User page";
+$lang['discussion'] = 'Discussion';
+$lang['back_to_article'] = 'Back to article';
+$lang['userpage'] = 'User page';
+
+/* accessibility headlines */
+$lang['user_tools'] = 'User Tools';
+$lang['site_tools'] = 'Site Tools';
+$lang['page_tools'] = 'Page Tools';
+$lang['skip_to_content'] = 'skip to content';
diff --git a/lang/en/settings.php b/lang/en/settings.php
index 66c9c4486..e2fde20c4 100644
--- a/lang/en/settings.php
+++ b/lang/en/settings.php
@@ -4,8 +4,9 @@
*
*/
-$lang['foo'] = 'Tagline';
-$lang['discussionNS'] = 'Discussion namespace (leave empty to disable discussions)';
-$lang['userNS'] = 'User namespace (leave empty to disable user pages)';
-$lang['sidebarID'] = 'page name of page included in sidebar';
-$lang['hideTools'] = 'Hide tools when not logged in?';
+$lang['tagline'] = 'Tagline';
+$lang['discussionNS'] = 'Discussion namespace (leave empty to disable discussions)';
+$lang['discussNSreverse'] = 'Reverse discussion namespace? (e.g. "foo:bar:discussion" instead of "discussion:foo:bar")';
+$lang['userNS'] = 'User namespace (leave empty to disable user pages)';
+$lang['sidebarID'] = 'page name of page included in sidebar';
+$lang['hideTools'] = 'Hide tools when not logged in?';