From 9de555450931ca264628c7b4528a01adc4779439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Wed, 23 Mar 2016 20:36:47 +0100 Subject: Add template for the site to repo. --- lib/tpl/nowawes/lang/en/nosidebar.txt | 13 +++++++++++++ lib/tpl/nowawes/lang/en/settings.php | 24 ++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 lib/tpl/nowawes/lang/en/nosidebar.txt create mode 100644 lib/tpl/nowawes/lang/en/settings.php (limited to 'lib/tpl/nowawes/lang/en') diff --git a/lib/tpl/nowawes/lang/en/nosidebar.txt b/lib/tpl/nowawes/lang/en/nosidebar.txt new file mode 100644 index 000000000..54a261489 --- /dev/null +++ b/lib/tpl/nowawes/lang/en/nosidebar.txt @@ -0,0 +1,13 @@ +:!: Looks like you haven't created the main sidebar yet. Do it now by creating the following page: LINK + +Once you've created the page, just add an unordered list of links to create the navigation i.e.: + + +* [[link 1]] +* [[link 2]] +* [[link 3]] + + +You can also use one of the many available index [[doku>plugins]]. + +For further information about sidebars refer to the template [[doku>template:arctic#first steps|documenation]]. 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 @@ + + */ + +$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: -- cgit v1.2.3