xref: /plugin/autotranslation/lang/en/settings.php (revision 0a7415d3673cb5dd41bdf22b0d3a58fb23c6490e)
1*0a7415d3SAndreas Gohr<?php
2*0a7415d3SAndreas Gohr/**
3*0a7415d3SAndreas Gohr * English language file
4*0a7415d3SAndreas Gohr *
5*0a7415d3SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
6*0a7415d3SAndreas Gohr */
7*0a7415d3SAndreas Gohr
8*0a7415d3SAndreas Gohr$lang['translations']  = "Space separated list of translation languages (ISO codes). Do not include the default language";
9*0a7415d3SAndreas Gohr$lang['translationns'] = "If you only want translations below a certain namespace, put it here.";
10*0a7415d3SAndreas Gohr$lang['translateui']   = "Should the language of the user interface be switched in foreign language namespaces, too?";
11*0a7415d3SAndreas Gohr$lang['about']         = "Enter a pagename here where the translation feature is explained for your users. It will be linked from the language selector.";
12*0a7415d3SAndreas Gohr
13