~cruzjbishop/anelectron/trunk

« back to all changes in this revision

Viewing changes to languages/english/admin/moderators_lang.php

  • Committer: Cruz Julian Bishop
  • Date: 2012-03-18 22:16:46 UTC
  • Revision ID: cruzjbishop@gmail.com-20120318221646-se8p54bd2g7i936n
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
/////////////////////////////////////////////////////////////////
 
4
//===============================================================
 
5
// moderators_lang.php(languages/english/admin)
 
6
//===============================================================
 
7
// AEF : Advanced Electron Forum 
 
8
// Version : 1.0.9
 
9
// Inspired by Pulkit and taken over by Electron
 
10
// Extract text from admin files by oxlo (16th January 2008).
 
11
// --------------------------------------------------------------
 
12
// Started by: Electron, Ronak Gupta, Pulkit Gupta
 
13
// Date:       23rd Jan 2006
 
14
// Time:       15:00 hrs
 
15
// Site:       http://www.anelectron.com/ (Anelectron)
 
16
// --------------------------------------------------------------
 
17
// Please Read the Terms of use at http://www.anelectron.com
 
18
// --------------------------------------------------------------
 
19
//===============================================================
 
20
// (C)AEF Group All Rights Reserved.
 
21
//===============================================================
 
22
/////////////////////////////////////////////////////////////////
 
23
 
 
24
$l['no_forum'] = 'No forum specified';
 
25
$l['no_forum_exp'] = 'Sorry, we were unable to process your request because  you did not specify the forum which you wish to edit. Please go back and select the forum you wish to edit.';
 
26
$l['no_forum_found'] = 'No forum found';
 
27
$l['no_forum_found_exp1'] = 'The forum you specified is invalid as it does not exist in the system.';
 
28
$l['no_usernames'] = 'You did not specify the usernames of any moderators.';
 
29
$l['moderator_error'] = 'Moderator Error';
 
30
$l['moderator_error_exp'] = 'There were some errors in replacing the moderator fields in the system.';
 
31
$l['delete_mod_error'] = 'Delete Moderators Error';
 
32
$l['no_mod_to_del'] = 'There are no moderators in this forum that can be deleted.';
 
33
$l['delete_mod_error_exp'] = 'There were some errors in deleting the specified forums Moderators.';
 
34
$l['no_usernames_mods'] = 'The Usernames of the moderators were not specified.';
 
35
$l['the_usernames'] = 'The Usernames ';
 
36
$l['specified_not_exist'] = ' you specified do not exist.';
 
37
 
 
38
//Theme Strings
 
39
$l['cp_manage_mods'] = 'Administration Center - Manage Moderators';
 
40
$l['mods_options'] = 'Moderator Options';
 
41
$l['mods_options_exp'] = 'In this section you can create, edit and delete special users of a forum known as moderators. As the name suggests this group is mainly responsible for adminitering a particular forum. A forum could have more than one moderator. Also a moderator of a Parent Board does not give the use a moderatorship of the In Boards.';
 
42
$l['edit_mods'] = 'Edit Moderators';
 
43
$l['cp_edit_forum_perm'] = 'Administration Center - Edit Forum Permissions';
 
44
$l['edit mods'] = 'Edit Moderators of ';
 
45
$l['edit_mods_of'] = 'Edit Moderators of  ';
 
46
$l['edit'] = 'Edit';
 
47
$l['mods_usernames'] = 'Moderators Usernames:';
 
48
$l['mods_usernames_exp'] = 'Write the usernames of the members whom you want to give moderator rights. Seperate more than one username with a semicolon \'<b>;</b>\' (without the qoutes).';
 
49
$l['submit_changes'] = 'Submit Changes';
 
50
$l['delete_mods'] = 'Delete Moderators';
 
51
 
 
52
 
 
53
?>
 
 
b'\\ No newline at end of file'