<?php
/**
 * english language file for amanuensis template for docuwiki
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Andreas Gohr <andi@splitbrain.org>
 * @author     Green Box  <greenboxster@gmail.com>
 */
 
//added for profiles
$lang['repass']      = 'Retype password';  //put language-specific message here
$lang['btn_profile'] = 'Profile';          //put language-specific message here
//added for profiles

/* following variables added for amanuensis template, and so dont have default $lang[] equivalents */
$lang['btn_edit']   =  'Edit';
$lang['btn_help'] = 'Help';
$lang['btn_about'] = 'About';
$lang['btn_addpage'] = 'Page';
$lang['btn_addsubpage'] = 'SubPage';
$lang['btn_show']   =  'Show';
$lang['btn_search_img'] = ' "'.$doku_tpl . 'media/search.png"';
$lang['btn_back'] =  '<img src="'.DOKU_TPL. 'media/backlink.gif" title="Back Links" alt="back" border="0" />';
$lang['btn_top'] =  '<img src="' .DOKU_TPL. 'media/top.gif" title="Top of Page" alt="Top" border="0" />';

$lang['btn_revs']   =  'Revisions';
$lang['btn_subscribe']   = 'Subscribe';
$lang['btn_unsubscribe'] = 'Unsubscribe';
$lang['btn_recent'] =  'Changes';

?>
