1<?php 2/** 3 * english language file for amanuensis template for docuwiki 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Andreas Gohr <andi@splitbrain.org> 7 * @author Green Box <greenboxster@gmail.com> 8 */ 9 10//added for profiles 11$lang['repass'] = 'Retype password'; //put language-specific message here 12$lang['btn_profile'] = 'Profile'; //put language-specific message here 13//added for profiles 14 15/* following variables added for amanuensis template, and so dont have default $lang[] equivalents */ 16$lang['btn_edit'] = 'Edit'; 17$lang['btn_help'] = 'Help'; 18$lang['btn_about'] = 'About'; 19$lang['btn_addpage'] = 'Page'; 20$lang['btn_addsubpage'] = 'SubPage'; 21$lang['btn_show'] = 'Show'; 22$lang['btn_search_img'] = ' "'.$doku_tpl . 'media/search.png"'; 23$lang['btn_back'] = '<img src="'.DOKU_TPL. 'media/backlink.gif" title="Back Links" alt="back" border="0" />'; 24$lang['btn_top'] = '<img src="' .DOKU_TPL. 'media/top.gif" title="Top of Page" alt="Top" border="0" />'; 25 26$lang['btn_revs'] = 'Revisions'; 27$lang['btn_subscribe'] = 'Subscribe'; 28$lang['btn_unsubscribe'] = 'Unsubscribe'; 29$lang['btn_recent'] = 'Changes'; 30 31?> 32