You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
397 B
15 lines
397 B
<?php
|
|
/**
|
|
* English language file for template
|
|
*
|
|
*/
|
|
|
|
$lang['discussion'] = 'Discussion';
|
|
$lang['back_to_article'] = 'Back to article';
|
|
$lang['userpage'] = 'User page';
|
|
|
|
/* accessibility headlines */
|
|
$lang['user_tools'] = 'User Tools';
|
|
$lang['site_tools'] = 'Site Tools';
|
|
$lang['page_tools'] = 'Page Tools';
|
|
$lang['skip_to_content'] = 'skip to content';
|