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