xref: /dokuwiki/lib/plugins/revert/lang/en/lang.php (revision 168f9feebfac547ac832cdc2561a85158f9bed2d)
1*168f9feeSAndreas Gohr<?php
2*168f9feeSAndreas Gohr/**
3*168f9feeSAndreas Gohr * english language file
4*168f9feeSAndreas Gohr */
5*168f9feeSAndreas Gohr
6*168f9feeSAndreas Gohr// settings must be present and set appropriately for the language
7*168f9feeSAndreas Gohr$lang['encoding']   = 'utf-8';
8*168f9feeSAndreas Gohr$lang['direction']  = 'ltr';
9*168f9feeSAndreas Gohr
10*168f9feeSAndreas Gohr// for admin plugins, the menu prompt to be displayed in the admin menu
11*168f9feeSAndreas Gohr// if set here, the plugin doesn't need to override the getMenuText() method
12*168f9feeSAndreas Gohr$lang['menu'] = 'Revert Manager';
13*168f9feeSAndreas Gohr
14*168f9feeSAndreas Gohr// custom language strings for the plugin
15*168f9feeSAndreas Gohr
16*168f9feeSAndreas Gohr//Setup VIM: ex: et ts=4 enc=utf-8 :
17