1<?php
2/**
3 * English language file
4 *
5 * @author     Markus Birth <markus@birth-online.de>
6 */
7
8// for the configuration manager
9$lang['languages']         = 'All languages you want to support, comma-separated 2-letter codes (incl. default language). You can lookup codes in the <a href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2" target="_blank">ISO 3166-1</a>.<br /><br/>Leave empty to use ALL languages installed in DokuWiki.';
10$lang['default_language']  = 'Default language 2-letter code';
11