1 <?php
2 // $Id: users.php 1029 2007-09-09 03:49:25Z phppp $
3 //%%%%%% Admin Module Name Users %%%%%
4 define("_AM_DBUPDATED",_MD_AM_DBUPDATED);
5
6 define("_AM_AYSYWTDU","Are you sure you want to delete user %s?");
7 define("_AM_BYTHIS","By doing this all the info for this user will be removed permanently.");
8 define("_AM_YES","Yes");
9 define("_AM_NO","No");
10 define("_AM_YMCACF","You must complete all required fields");
11 define("_AM_CNRNU","Could not register new user.");
12 define("_AM_EDEUSER","Edit/Delete Users");
13 define("_AM_NICKNAME","Nickname");
14 define("_AM_MODIFYUSER","Modify User");
15 define("_AM_DELUSER","Delete User");
16 define("_AM_GO","Go!");
17 define("_AM_ADDUSER","Add User");
18 define("_AM_NAME","Name");
19 define("_AM_EMAIL","Email");
20 define("_AM_OPTION","Option");
21 define("_AM_AVATAR","Avatar");
22 define("_AM_THEME","Theme");
23 define("_AM_AOUTVTEAD","Allow other users to view this email address");
24 define("_AM_URL","URL");
25 define("_AM_ICQ","ICQ");
26 define("_AM_AIM","AIM");
27 define("_AM_YIM","YIM");
28 define("_AM_MSNM","MSNM");
29 define("_AM_LOCATION","Location");
30 define("_AM_OCCUPATION","Occupation");
31 define("_AM_INTEREST","Interest");
32 define("_AM_RANK","Rank");
33 define("_AM_NSRA","No Special Rank Assigned");
34 define("_AM_NSRID","No Special Ranks in Database");
35 define("_AM_ACCESSLEV","Access Level");
36 define("_AM_SIGNATURE","Signature");
37 define("_AM_PASSWORD","Password");
38 define("_AM_INDICATECOF","* indicates required fields");
39 define("_AM_NOTACTIVE","This user has not been activated. Do you wish to activate this user?");
40 define("_AM_UPDATEUSER","Update User");
41 define("_AM_USERINFO","User Info");
42 define("_AM_USERID","User ID");
43 define("_AM_RETYPEPD","Retype Password");
44 define("_AM_CHANGEONLY","(for changes only)");
45 define("_AM_USERPOST","User Posts");
46 define("_AM_STORIES","Stories");
47 define("_AM_COMMENTS","Comments");
48 define("_AM_PTBBTSDIYT","Push the button below to synchronize data if you think the above user posts info does not seem to indicate the actual status");
49 define("_AM_SYNCHRONIZE","Synchronize");
50 define("_AM_USERDONEXIT","User doesn't exist!");
51 define("_AM_STNPDNM","Sorry, the new passwords do not match. Click back and try again");
52 define("_AM_CNGTCOM","Could not get total comments");
53 define("_AM_CNGTST","Could not get total stories");
54 define("_AM_CNUUSER","Could not update user");
55 define("_AM_CNGUSERID","Could not get user IDS");
56 define("_AM_LIST","List");
57 define("_AM_NOUSERS", "No users selected");
58
59 define("_AM_CNRNU2","The new user could not be added to groups: %s.");
60 ?>