1*5fa3b4dcSAndreas Gohr<?php 2*5fa3b4dcSAndreas Gohr/** 3*5fa3b4dcSAndreas Gohr * English language file 4*5fa3b4dcSAndreas Gohr * 5*5fa3b4dcSAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 6*5fa3b4dcSAndreas Gohr */ 7*5fa3b4dcSAndreas Gohr 8*5fa3b4dcSAndreas Gohr$lang['translations'] = 'Space separated list of translation languages (ISO codes).'; 9*5fa3b4dcSAndreas Gohr$lang['translationns'] = 'If you only want translations below a certain namespace, put it here.'; 10*5fa3b4dcSAndreas Gohr$lang['skiptrans'] = 'When the pagename matches this regular expression, don\'t show the translation menu.'; 11*5fa3b4dcSAndreas Gohr$lang['dropdown'] = 'Use a dropdown list to display the translations (recommended for more than 5 languages).'; 12*5fa3b4dcSAndreas Gohr$lang['dropdown2'] = 'When use dropdown list display country code or flag near combobox.'; 13*5fa3b4dcSAndreas Gohr$lang['flags'] = 'Use flags on screen instead of ISO language two letter code? If dropdown list is on show only current language flag.'; 14*5fa3b4dcSAndreas Gohr$lang['description'] = 'Display text like "Translations of this page" in current language.'; 15*5fa3b4dcSAndreas Gohr$lang['blankflag'] = 'Display blank image if flag not exist (instead of text).'; 16*5fa3b4dcSAndreas Gohr$lang['translateui'] = 'Should the language of the user interface be switched in foreign language namespaces, too?'; 17*5fa3b4dcSAndreas Gohr$lang['redirectstart'] = 'Should the start page automatically redirect into a language namespace using browser language detection?'; 18*5fa3b4dcSAndreas 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*5fa3b4dcSAndreas Gohr$lang['showabout'] = 'Display link to about page.'; 20*5fa3b4dcSAndreas Gohr$lang['localabout'] = 'Uporabi prevedeno različico strani o vstavku (namesto splošne strani).'; 21*5fa3b4dcSAndreas Gohr$lang['checkage'] = 'Opozori o zastarelem prevodu.'; 22*5fa3b4dcSAndreas Gohr?> 23