xref: /plugin/autotranslation/lang/en/settings.php (revision bbe70520dcd3cf7c23d4a37b312b69b9c4aebd37)
10a7415d3SAndreas Gohr<?php
20a7415d3SAndreas Gohr/**
30a7415d3SAndreas Gohr * English language file
40a7415d3SAndreas Gohr *
50a7415d3SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
60a7415d3SAndreas Gohr */
70a7415d3SAndreas Gohr
81469199dSAndreas Gohr$lang['translations']  = 'Space separated list of translation languages (ISO codes).';
91469199dSAndreas Gohr$lang['translationns'] = 'If you only want translations below a certain namespace, put it here.';
101469199dSAndreas Gohr$lang['skiptrans']     = 'When the pagename matches this regular expression, don\'t show the translation menu.';
11c9640767STomasz Tomasik$lang['dropdown']      = 'Use a dropdown list to display the translations (recommended for more than 5 languages).';
121469199dSAndreas Gohr$lang['translateui']   = 'Should the language of the user interface be switched in foreign language namespaces, too?';
131469199dSAndreas Gohr$lang['redirectstart'] = 'Should the start page automatically redirect into a language namespace using browser language detection?';
141469199dSAndreas Gohr$lang['about']         = 'Enter a pagename here where the translation feature is explained for your users. It will be linked from the language selector.';
15c9640767STomasz Tomasik$lang['localabout']    = 'Use localized versions of about page (instead of one global about page).';
16c9640767STomasz Tomasik$lang['checkage']      = 'Warn about possibly outdated translations.';
17c730e7ddSAndreas Gohr$lang['display']       = 'Select what you\'d like to have shown in the language selector. Note that using country flags for language selection is not recommended by usability experts.';
18c730e7ddSAndreas Gohr
19*bbe70520SAndreas Gohr$lang['copytrans']     = 'Copy original language text into the editor when starting a new translation?';