Rev | Line | |
---|
[1] | 1 | <?php |
---|
| 2 | |
---|
| 3 | // Language definitions used in viewtopic.php |
---|
| 4 | $lang_topic = array( |
---|
| 5 | |
---|
| 6 | 'Post reply' => 'Post reply', |
---|
| 7 | 'Topic closed' => 'Topic closed', |
---|
| 8 | 'From' => 'From', // User location |
---|
| 9 | 'Note' => 'Note', // Admin note |
---|
| 10 | 'Website' => 'Website', |
---|
| 11 | 'Guest' => 'Guest', |
---|
| 12 | 'Online' => 'Online', |
---|
| 13 | 'Offline' => 'Offline', |
---|
| 14 | 'Last edit' => 'Last edited by', |
---|
| 15 | 'Report' => 'Report', |
---|
| 16 | 'Delete' => 'Delete', |
---|
| 17 | 'Edit' => 'Edit', |
---|
| 18 | 'Quote' => 'Quote', |
---|
| 19 | 'Is subscribed' => 'You are currently subscribed to this topic', |
---|
| 20 | 'Unsubscribe' => 'Unsubscribe', |
---|
| 21 | 'Subscribe' => 'Subscribe to this topic', |
---|
| 22 | 'Quick post' => 'Quick post', |
---|
| 23 | |
---|
| 24 | 'Link separator' => ' | ', // The text that separates links in posts (website, e-mail, report, edit etc.) |
---|
| 25 | 'Mod controls' => 'Moderator controls' |
---|
| 26 | |
---|
| 27 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.