source: trunk/web/punbb/lang/English/topic.php @ 6

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

mise a jour du trunk

File size: 859 bytes
Line 
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'IP address logged'     =>      'IP address logged',
10'Note'                          =>      'Note:', // Admin note
11'Posts'                         =>      'Posts:',
12'Registered'            =>      'Registered:',
13'Replies'                       =>      'Replies:',
14'Website'                       =>      'Website',
15'Guest'                         =>      'Guest',
16'Online'                        =>      'Online',
17'Offline'                       =>      'Offline',
18'Last edit'                     =>      'Last edited by',
19'Report'                        =>      'Report',
20'Delete'                        =>      'Delete',
21'Edit'                          =>      'Edit',
22'Quote'                         =>      'Quote',
23'Is subscribed'         =>      'You are currently subscribed to this topic',
24'Unsubscribe'           =>      'Unsubscribe',
25'Subscribe'                     =>      'Subscribe to this topic',
26'Quick post'            =>      'Quick post',
27'Mod controls'          =>      'Moderator controls',
28'New icon'                      =>      'New post',
29'Re'                            =>      'Re:',
30'Preview'                       =>      'Preview'
31
32);
Note: See TracBrowser for help on using the repository browser.