<?php
/*
 * additional language strings used by Roundbox template
 *
 * English version
 *
 * @author Christopher Arndt
 */
$lang['sitenav_title'] = 'Contents'; // title of site navigation in the sidebar
$lang['sitecmd_title'] = 'Commands'; // title of site commands in the sidebar
// some tooltips for the footer buttons
$lang['btn_rss'] = 'Recent changes RSS feed';
$lang['btn_dokuwiki'] = 'Driven by DokuWiki';
$lang['btn_cc'] = 'Creative Commons License';
$lang['btn_donate'] = 'Donate';
$lang['btn_php'] = 'Powered by PHP';
$lang['btn_xhtml'] = 'Valid XHTML 1.0';
$lang['btn_css'] = 'Valid CSS';
$lang['btn_goto'] = 'Goto';
$lang['tip_goto'] = 'Enter a page name and click button to jump to that page';
$lang['img_metaheading'] = 'Image information';
$lang['colfield'] = 'Field';
$lang['colvalue'] = 'Value';
$lang['img_dimen']   = 'Pixel dimensions (W×H)';
$lang['btn_sidebaredit'] = 'Edit';
?>
