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