xref: /plugin/autotranslation/lang/en/settings.php (revision 7053cd66796b13d1f30019dd1d4b008f5d2a9fb8)
1<?php
2/**
3 * English language file
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$lang['translations']  = "Space separated list of translation languages (ISO codes). Do not include the default language";
9$lang['translationns'] = "If you only want translations below a certain namespace, put it here.";
10$lang['skiptrans']     = "When the pagename matches this regular expression, don't show the translation menu.";
11$lang['translateui']   = "Should the language of the user interface be switched in foreign language namespaces, too?";
12$lang['redirectstart'] = "Should the start page automatically redirect into a language namespace using browser language detection?";
13$lang['about']         = "Enter a pagename here where the translation feature is explained for your users. It will be linked from the language selector.";
14
15