diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2016-03-23 20:36:47 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2016-03-23 20:36:47 +0100 |
commit | 9de555450931ca264628c7b4528a01adc4779439 (patch) | |
tree | 0d93f67ff2396ef3bc7aa01cb8bfe9a1b167a4d2 /lib/tpl/nowawes/lang/en/settings.php | |
parent | bf208d4e84be4c75757cfaf0e31ec191e7c70855 (diff) | |
download | rpg-9de555450931ca264628c7b4528a01adc4779439.tar.gz rpg-9de555450931ca264628c7b4528a01adc4779439.tar.bz2 |
Add template for the site to repo.
Diffstat (limited to 'lib/tpl/nowawes/lang/en/settings.php')
-rw-r--r-- | lib/tpl/nowawes/lang/en/settings.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/tpl/nowawes/lang/en/settings.php b/lib/tpl/nowawes/lang/en/settings.php new file mode 100644 index 000000000..8a159cabc --- /dev/null +++ b/lib/tpl/nowawes/lang/en/settings.php @@ -0,0 +1,24 @@ +<?php +/** + * english language file for the configuration manager + * + * @author: Michael Klier <chi@chimeric.de> + */ + +$lang['sidebar'] = "Sidebar setup"; +$lang['pagename'] = "Pagename to use for sidebars"; +$lang['trace'] = "Show trace at the top of the page"; +$lang['main_sidebar_always'] = "Show main sidebar in every namespace"; +$lang['wiki_actionlinks'] = "Actionlink style"; +$lang['user_sidebar_namespace'] = "Namespace for user sidebars"; +$lang['group_sidebar_namespace'] = "Namespace for group sidebars"; +$lang['left_sidebar_order'] = "Left sidebar order (comma separated)"; +$lang['left_sidebar_content'] = "Content of the left sidebar"; +$lang['left_sidebar_content_other'] = "Other sidebars (comma separated)"; +$lang['right_sidebar_order'] = "Right sidebar order (comma separated)"; +$lang['right_sidebar_content'] = "Content of the right sidebar"; +$lang['right_sidebar_content_other'] = "Other sidebars (comma separated)"; +$lang['search'] = "Position of the search field (applies only if 2 sidebars are used)"; +$lang['closedwiki'] = "Closed Wiki (Navigation shows only the login link if not logged in)"; +$lang['hideactions'] = "Hide all wiki actions to non logged in users"; +// vim:ts=4:sw=4:et:enc=utf-8: |