|
From: Paul S. O. <ps...@us...> - 2002-05-12 15:33:31
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english
In directory usw-pr-cvs1:/tmp/cvs-serv4376/language/lang_english
Modified Files:
Tag: phpBB-2_0_0
lang_admin.php lang_main.php
Log Message:
A number of additional changes
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v
retrieving revision 1.35.2.1
retrieving revision 1.35.2.2
diff -C2 -r1.35.2.1 -r1.35.2.2
*** lang_admin.php 12 May 2002 00:47:41 -0000 1.35.2.1
--- lang_admin.php 12 May 2002 15:33:28 -0000 1.35.2.2
***************
*** 462,465 ****
--- 462,466 ----
$lang['No_group_moderator'] = 'You must specify a moderator for this group';
$lang['No_group_mode'] = 'You must specify a mode for this group, open or closed';
+ $lang['No_group_action'] = 'No action was specified';
$lang['delete_group_moderator'] = 'Delete the old group moderator?';
$lang['delete_moderator_explain'] = 'If you\'re changing the group moderator, check this box to remove the old moderator from the group. Otherwise, do not check it, and the user will become a regular member of the group.';
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v
retrieving revision 1.85.2.1
retrieving revision 1.85.2.2
diff -C2 -r1.85.2.1 -r1.85.2.2
*** lang_main.php 12 May 2002 00:47:41 -0000 1.85.2.1
--- lang_main.php 12 May 2002 15:33:28 -0000 1.85.2.2
***************
*** 435,438 ****
--- 435,442 ----
$lang['You_no_new_pm'] = 'No new private messages are waiting for you';
+ $lang['Unread_message'] = 'Unread message';
+ $lang['Read_message'] = 'Read message';
+
+ $lang['Read_pm'] = 'Read message';
$lang['Post_new_pm'] = 'Post message';
$lang['Post_reply_pm'] = 'Reply to message';
|