source: branches/rsr.v5.1/web/punbb/lang/English/forum.php @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 215 bytes
Line 
1<?php
2
3// Language definitions used in viewforum.php
4$lang_forum = array(
5
6'Post topic'    =>      'Post new topic',
7'Views'                 =>      'Views',
8'Moved'                 =>      'Moved',
9'Sticky'                =>      'Sticky',
10'Empty forum'   =>      'Forum is empty.'
11
12);
Note: See TracBrowser for help on using the repository browser.