diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-05-26 18:55:28 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-05-26 18:55:28 +0000 |
commit | 00ad9cc4987665934bd7176026072d0c256fd2f3 (patch) | |
tree | 7c0b5eef39a7076a6ed7a92fa32e38fa3033c595 /phpBB/language/en/common.php | |
parent | cf8c2a7df105546402e2eb48750e76c3dd02a949 (diff) | |
download | forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar.gz forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar.bz2 forums-00ad9cc4987665934bd7176026072d0c256fd2f3.tar.xz forums-00ad9cc4987665934bd7176026072d0c256fd2f3.zip |
language additions
some small fixes
git-svn-id: file:///svn/phpbb/trunk@4893 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 21923710f0..3c6d26ff75 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -210,6 +210,7 @@ $lang += array( 'MONTH' => 'Month', 'MOVE' => 'Move', + 'NA' => 'N/A', 'NEWEST_USER' => 'Our newest member <b>%s%s%s</b>', 'NEW_MESSAGE' => 'New Message', 'NEW_MESSAGES' => 'New Messages', @@ -238,6 +239,8 @@ $lang += array( 'NO_USER' => 'The requested user does not exist.', 'OCCUPATION' => 'Occupation', + 'OFFLINE' => 'Offline', + 'ONLINE' => 'Online', 'ONLINE_BUDDIES' => 'Online Buddies', 'ONLINE_USERS_TOTAL'=> 'In total there are <b>%d</b> users online :: ', 'ONLINE_USERS_ZERO_TOTAL' => 'In total there are <b>0</b> users online :: ', @@ -268,6 +271,7 @@ $lang += array( 'READING_FORUM' => 'Viewing topics in %s', 'READING_TOPIC' => 'Reading topic in %s', + 'READ_PROFILE' => 'Profile', 'REASON' => 'Reason', 'RECORD_ONLINE_USERS' => 'Most users ever online was <b>%1$s</b> on %2$s', 'REDIRECTS' => 'Total redirects', @@ -281,10 +285,12 @@ $lang += array( 'REG_USER_TOTAL' => '%d Registered, ', 'REMOVE_INSTALL' => 'Please delete, move or rename the install directory.', 'REPLIES' => 'Replies', + 'REPLY_WITH_QUOTE' => 'Reply with quote', 'REPLYING_MESSAGE' => 'Replying to message in %s', 'RESET' => 'Reset', 'RETURN_INDEX' => 'Click %sHere%s to return to the index', 'RETURN_FORUM' => 'Click %sHere%s to return to the forum', + 'RETURN_PAGE' => 'Click %sHere%s to return to the previous page', 'RETURN_TOPIC' => 'Click %sHere%s to return to the topic', 'RULES_ATTACH_CAN' => 'You <b>can</b> post attachments in this forum', 'RULES_ATTACH_CANNOT' => 'You <b>cannot</b> post attachments in this forum', @@ -365,6 +371,7 @@ $lang += array( 'USERNAMES' => 'Usernames', 'USER_POST' => '%d Post', 'USER_POSTS' => '%d Posts', + 'USERS' => 'Users', 'VIEWED' => 'Viewed', 'VIEWING_FAQ' => 'Viewing FAQ', @@ -572,7 +579,6 @@ $unused = array( 'RATING' => 'Rating', 'READING_GLOBAL_ANNOUNCE' => 'Reading global announcement', 'REPLYING_GLOBAL_ANNOUNCE' => 'Replying to global announcement', - 'REPLY_WITH_QUOTE' => 'Reply with quote', 'RESULT_DIR' => 'Order results', 'RETURN_GROUP' => 'Click %sHere%s to return to the Group Control Panel', 'RETURN_LOGIN' => 'Click %sHere%s to try again', @@ -604,7 +610,6 @@ $unused = array( 'UNWATCHED_FORUMS_TOPICS' => 'You are no longer watching the selected forums or topics.', 'UNWATCHED_TOPICS' => 'You are no longer watching the selected topics.', 'UPDATE' => 'Update', - 'USERS' => 'Users', 'USER_OFFLINE' => 'Offline', 'Unsub_success' => 'You have been un-subscribed from this group.', 'User_is_member_group' => 'User is already a member of this group', |