xref: /plugin/searchindex/lang/en/lang.php (revision dc6fce527b1d765982edfbc6e7d936d0bd88397c)
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