Update of /cvsroot/usebb/UseBB/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20324/languages
Modified Files:
admin_English.php admin_Nederlands.php
Log Message:
Added move moderators option on deleting forum.
Index: admin_Nederlands.php
===================================================================
RCS file: /cvsroot/usebb/UseBB/languages/admin_Nederlands.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** admin_Nederlands.php 21 Nov 2005 18:02:13 -0000 1.15
--- admin_Nederlands.php 22 Nov 2005 16:13:55 -0000 1.16
***************
*** 205,208 ****
--- 205,209 ----
$lang['ForumsConfirmForumDeleteContent'] = 'Ben je zeker dat je het forum %s wilt verwijderen? Deze actie is onomkeerbaar!';
$lang['ForumsMoveContents'] = 'Verplaats de inhoud van het forum naar %s';
+ $lang['ForumsMoveModerators'] = 'Bij het verplaatsen van inhoud, verplaats ook moderators.';
$lang['ForumsDeleteContents'] = 'Verwijder de inhoud';
$lang['ForumsEditingForum'] = 'Bewerk forum %s';
Index: admin_English.php
===================================================================
RCS file: /cvsroot/usebb/UseBB/languages/admin_English.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** admin_English.php 21 Nov 2005 18:02:13 -0000 1.37
--- admin_English.php 22 Nov 2005 16:13:55 -0000 1.38
***************
*** 206,209 ****
--- 206,210 ----
$lang['ForumsConfirmForumDeleteContent'] = 'Are you sure you want to delete the forum %s? This action is irreversible!';
$lang['ForumsMoveContents'] = 'Move the contents of the forum to %s';
+ $lang['ForumsMoveModerators'] = 'When moving contents, also move moderators.';
$lang['ForumsDeleteContents'] = 'Delete the contents';
$lang['ForumsEditingForum'] = 'Editing forum %s';
|