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