xref: /template/mikio/lang/en/lang.php (revision c165b1846fc5c512505dc577e9428a1a76926c7e)
1<?php
2/**
3 * English language file for template
4 *
5 */
6
7
8
9$lang['discussion']        = 'Discussion';
10$lang['back_to_article']   = 'Back to article';
11$lang['userpage']          = 'User page';
12$lang['__existing__']      = 'The color for links to existing pages';
13$lang['__missing__']       = 'The color for links to non-existing pages';
14$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
15$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
16