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