xref: /plugin/autotranslation/lang/en/settings.php (revision 1469199dc2e8b9552bed5ea0a5b27c1f0b742b32)
10a7415d3SAndreas Gohr<?php
20a7415d3SAndreas Gohr/**
30a7415d3SAndreas Gohr * English language file
40a7415d3SAndreas Gohr *
50a7415d3SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
60a7415d3SAndreas Gohr */
70a7415d3SAndreas Gohr
8*1469199dSAndreas Gohr$lang['translations']  = 'Space separated list of translation languages (ISO codes).';
9*1469199dSAndreas Gohr$lang['translationns'] = 'If you only want translations below a certain namespace, put it here.';
10*1469199dSAndreas Gohr$lang['skiptrans']     = 'When the pagename matches this regular expression, don\'t show the translation menu.';
11*1469199dSAndreas Gohr$lang['dropdown']      = 'Use a dropdown list to display the translations (recommended for more than 5 languages)';
12*1469199dSAndreas Gohr$lang['translateui']   = 'Should the language of the user interface be switched in foreign language namespaces, too?';
13*1469199dSAndreas Gohr$lang['redirectstart'] = 'Should the start page automatically redirect into a language namespace using browser language detection?';
14*1469199dSAndreas Gohr$lang['about']         = 'Enter a pagename here where the translation feature is explained for your users. It will be linked from the language selector.';
150a7415d3SAndreas Gohr
16