xref: /plugin/autotranslation/lang/en/settings.php (revision c96407673c5d378d87957c81f559ca2263b226d9)
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.';
11*c9640767STomasz Tomasik$lang['dropdown']      = 'Use a dropdown list to display the translations (recommended for more than 5 languages).';
12*c9640767STomasz Tomasik$lang['dropdown2']     = 'When use dropdown list display country code or flag near combobox.';
13*c9640767STomasz Tomasik$lang['flags']         = 'Use flags on screen instead of ISO language two letter code? If dropdown list is on show only current language flag.';
14*c9640767STomasz Tomasik$lang['description']   = 'Display text like "Translations of this page" in current language.';
15*c9640767STomasz Tomasik$lang['blankflag']     = 'Display blank image if flag not exist (instead of text).';
161469199dSAndreas Gohr$lang['translateui']   = 'Should the language of the user interface be switched in foreign language namespaces, too?';
171469199dSAndreas Gohr$lang['redirectstart'] = 'Should the start page automatically redirect into a language namespace using browser language detection?';
181469199dSAndreas Gohr$lang['about']         = 'Enter a pagename here where the translation feature is explained for your users. It will be linked from the language selector.';
19*c9640767STomasz Tomasik$lang['showabout']     = 'Display link to about page.';
20*c9640767STomasz Tomasik$lang['localabout']    = 'Use localized versions of about page (instead of one global about page).';
21*c9640767STomasz Tomasik$lang['checkage']      = 'Warn about possibly outdated translations.';
22*c9640767STomasz Tomasik?>
23