1<?php
2/*
3 * additional language strings used by Roundbox template
4 *
5 * English version
6 *
7 * @author Christopher Arndt
8 */
9$lang['sitenav_title'] = 'Contents'; // title of site navigation in the sidebar
10$lang['sitecmd_title'] = 'Commands'; // title of site commands in the sidebar
11// some tooltips for the footer buttons
12$lang['btn_rss'] = 'Recent changes RSS feed';
13$lang['btn_dokuwiki'] = 'Driven by DokuWiki';
14$lang['btn_cc'] = 'Creative Commons License';
15$lang['btn_donate'] = 'Donate';
16$lang['btn_php'] = 'Powered by PHP';
17$lang['btn_xhtml'] = 'Valid XHTML 1.0';
18$lang['btn_css'] = 'Valid CSS';
19$lang['btn_goto'] = 'Goto';
20$lang['tip_goto'] = 'Enter a page name and click button to jump to that page';
21$lang['img_metaheading'] = 'Image information';
22$lang['colfield'] = 'Field';
23$lang['colvalue'] = 'Value';
24$lang['img_dimen']   = 'Pixel dimensions (W×H)';
25$lang['btn_sidebaredit'] = 'Edit';
26?>
27