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['translateui']            = 'Should the language of the user interface be switched in foreign language namespaces, too?';
13$lang['redirectstart']          = 'Should the start page automatically redirect into a language namespace using browser language detection?';
14$lang['about']                  = 'Enter a pagename here where the translation feature is explained for your users. It will be linked from the language selector.';
15$lang['localabout']             = 'Use localized versions of about page (instead of one global about page).';
16$lang['checkage']               = 'Warn about possibly outdated translations.';
17$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.';
18
19$lang['copytrans']              = 'Copy original language text into the editor when starting a new translation?';
20$lang['redirectlocalized']      = 'Redirect a page into the language of the user if (1) the page exists and (2) the user has chosen a language';
21$lang['autodetectnamespace']    = 'Detect a translated namespace. This supersedes the translationns setting and does only work for translated namespaces that use the language shortcut.';
22$lang['show_path']              = 'Show path on the missing translation page?';
23