mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
language additions
some small fixes git-svn-id: file:///svn/phpbb/trunk@4893 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user