]> code.citadel.org Git - citadel.git/commitdiff
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 5 Aug 2012 11:51:00 +0000 (13:51 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 5 Aug 2012 11:51:00 +0000 (13:51 +0200)
49 files changed:
citadel/axdefs.h
citadel/citserver.c
citadel/help/aide
citadel/help/intro
citadel/help/summary
citadel/messages/roomaccess
citadel/msgbase.c
citadel/room_ops.c
citadel/techdoc/delivery-list.txt
citadel/user_ops.c
libcitadel/hash_todo.txt
libcitadel/lib/libcitadel.h
libcitadel/lib/tools.c
textclient/aclocal.m4
textclient/citadel.rc
textclient/src/citadel.c
textclient/src/citadel_ipc.c
textclient/src/rooms.c
textclient/src/tuiconfig.c
webcit/auth.c
webcit/po/webcit/bg.po
webcit/po/webcit/cs.po
webcit/po/webcit/da.po
webcit/po/webcit/de.po
webcit/po/webcit/el.po
webcit/po/webcit/en_GB.po
webcit/po/webcit/es.po
webcit/po/webcit/et.po
webcit/po/webcit/fi.po
webcit/po/webcit/fr.po
webcit/po/webcit/he.po
webcit/po/webcit/hu.po
webcit/po/webcit/it.po
webcit/po/webcit/kk.po
webcit/po/webcit/nl.po
webcit/po/webcit/pt_BR.po
webcit/po/webcit/ro.po
webcit/po/webcit/ru.po
webcit/po/webcit/sl.po
webcit/po/webcit/sv.po
webcit/po/webcit/tr.po
webcit/po/webcit/webcit.pot
webcit/po/webcit/zh.po
webcit/static/t/aide/display_inetconf.html
webcit/static/t/aide/display_menu.html
webcit/static/t/aide/edituser/detailview.html
webcit/static/t/aide/siteconfig/tab_access.html
webcit/static/t/room/edit/tab_listserv.html
webcit/webcit.h

index bb23fd9ae1797b5b4d05984feea314f18b71d25d..e92f74171cc8a371c7090334cb85ba3afdee88bd 100644 (file)
@@ -7,9 +7,9 @@ char *axdefs[]={
        "Local User",
        "Network User",
        "Preferred User",
-       "Aide",
-       "Sysop"
-       };
+       "Admin",
+       "Admin"
+};
 
 #define AXDEFS 1
 
index e60693859a95492a7ed8bd02b19b79cd81301db4..211cefe8850ef4e64aee28c1e3e64aecc04aa28b 100644 (file)
@@ -684,14 +684,14 @@ int CtdlAccessCheck(int required_level) {
 
        if (CC->user.axlevel >= AxAideU) return(0);
        if (required_level >= ac_aide) {
-               cprintf("%d This command requires Aide access.\n",
+               cprintf("%d This command requires Admin access.\n",
                        ERROR + HIGHER_ACCESS_REQUIRED);
                return(-1);
        }
 
        if (is_room_aide()) return(0);
        if (required_level >= ac_room_aide) {
-               cprintf("%d This command requires Aide or Room Aide access.\n",
+               cprintf("%d This command requires Admin or Room Admin access.\n",
                        ERROR + HIGHER_ACCESS_REQUIRED);
                return(-1);
        }
index 38d535521eccefa2e72913e32fb0b74e590658cb..0a084db7ece1ed5ceefe1ce29998caf1e73c3d34 100644 (file)
@@ -1,30 +1,30 @@
-The following commands are available only to Aides.  A subset of these
+The following commands are available only to Admins.  A subset of these
 commands are available to room aides when they are currently in the room
 they are room aide for.
 
- <.> <A>ide <K>ill this room   (Delete the current room)
- <.> <A>ide <E>dit this room   (Edit the current room's parameters)
- <.> <A>ide <W>ho knows room   (List users with access to this room)
- <.> <A>ide edit <U>ser        (Change user's access level, password, etc.)
- <.> <A>ide <V>alidate new users   (Process new user registrations)
- <.> <A>ide enter <I>nfo file      (Create/change this room's banner)
- <.> <A>ide <R>oom <I>nvite user   (Grant access to an invitation-only room)
- <.> <A>ide <R>oom <K>ick out user (Revoke access to an invitation-only room)
- <.> <A>ide <F>ile <D>elete        (Delete a file from the room's directory)
- <.> <A>ide <F>ile <S>end over net (Transmit a file to another node)
- <.> <A>ide <F>ile <M>ove          (Move a file to another room's directory)
- <.> <A>ide <M>essage edit:        (Edit system banners)
- <.> <A>ide <P>ost                 (Post a message on behalf of another user)
- <.> <A>ide <S>ystem configuration <G>eneral   (Edit global site config)
- <.> <A>ide <S>ystem configuration <I>nternet  (Edit Internet domains)
- <.> <A>ide <S>ystem configuration check <M>essage base   (Internal checks)
- <.> <A>ide <S>ystem configuration <N>etwork   (Netting with other Citadels)
- <.> <A>ide <S>ystem configuration network <F>ilter list
- <.> <A>ide <T>erminate server <N>ow          (Shut down Citadel server now)
- <.> <A>ide <T>erminate server <S>cheduled    (Shut down Citadel server later)
- <.> <A>ide mailing <L>ist recipients         (For mailing list rooms)
- <.> <A>ide mailing list <D>igest recipients  (For mailing list rooms)
- <.> <A>ide <N>etwork room sharing     (Replication with other Citadels)
+ <.> <A>dmin <K>ill this room   (Delete the current room)
+ <.> <A>dmin <E>dit this room   (Edit the current room's parameters)
+ <.> <A>dmin <W>ho knows room   (List users with access to this room)
+ <.> <A>dmin edit <U>ser        (Change user's access level, password, etc.)
+ <.> <A>dmin <V>alidate new users   (Process new user registrations)
+ <.> <A>dmin enter <I>nfo file      (Create/change this room's banner)
+ <.> <A>dmin <R>oom <I>nvite user   (Grant access to an invitation-only room)
+ <.> <A>dmin <R>oom <K>ick out user (Revoke access to an invitation-only room)
+ <.> <A>dmin <F>ile <D>elete        (Delete a file from the room's directory)
+ <.> <A>dmin <F>ile <S>end over net (Transmit a file to another node)
+ <.> <A>dmin <F>ile <M>ove          (Move a file to another room's directory)
+ <.> <A>dmin <M>essage edit:        (Edit system banners)
+ <.> <A>dmin <P>ost                 (Post a message on behalf of another user)
+ <.> <A>dmin <S>ystem configuration <G>eneral   (Edit global site config)
+ <.> <A>dmin <S>ystem configuration <I>nternet  (Edit Internet domains)
+ <.> <A>dmin <S>ystem configuration check <M>essage base   (Internal checks)
+ <.> <A>dmin <S>ystem configuration <N>etwork   (Netting with other Citadels)
+ <.> <A>dmin <S>ystem configuration network <F>ilter list
+ <.> <A>dmin <T>erminate server <N>ow          (Shut down Citadel server now)
+ <.> <A>dmin <T>erminate server <S>cheduled    (Shut down Citadel server later)
+ <.> <A>dmin mailing <L>ist recipients         (For mailing list rooms)
+ <.> <A>dmin mailing list <D>igest recipients  (For mailing list rooms)
+ <.> <A>dmin <N>etwork room sharing     (Replication with other Citadels)
  
  In addition, the <M>ove and <D>elete commands are available at the
 message prompt.
index bf3e3cd7fb1cad5b061dfbad69eaa13e0a542683..2d3c336eb1fd03b92494be225d0e71213a54a4ec 100644 (file)
@@ -1,5 +1,5 @@
                      Welcome to ^humannode!
-                  New User's Introduction to the BBS
+                  New User's Introduction to the site
   
  This is an introduction to ^humannode and to the Citadel BBS concept.
 It is intended for new users so that they can more easily become
@@ -69,39 +69,38 @@ login, you will be placed in the Lobby>.
    The second is Mail>.  In Mail>, when you post a messages, you are
 prompted to enter the person (handle) who you want to send the message
 to.  Only the person who you send the message to can read the message.
-NO ONE else can read it, not even the aides.  Mail> is the first room
+NO ONE else can read it, not even the admins.  Mail> is the first room
 on the scanlist, and is un-<Z>appable, so you can be sure that the
 person will get the message.
    
- System aides
- ------------
-   These people, along with the room aides, keep the BBS running
-smoothly.
+ System admins
+ -------------
+   These people, along with the room admins, keep the site running smoothly.
 
-   Among the many things that aides do are: create rooms, delete
+   Among the many things that admins do are: create rooms, delete
 rooms, set access levels, invite users, check registration, grant
-room aide status, and countless other things.  They have access to the
-Aide> room, a special room only for aides.
+room admin status, and countless other things.  They have access to the
+Aide> room, a special room only for admins.
  
    If you enter a mail message to "Sysop" it will be placed in the
-Aide> room so that the next aide online will read it and deal with it.
-Aides cannot <Z>ap rooms.  All the rooms are always on each aide's
-scanlist.  Aides can read *any* and *every* room, but they *CAN* *NOT*
+Aide> room so that the next admin online will read it and deal with it.
+Admins cannot <Z>ap rooms.  All the rooms are always on each admin's
+scanlist.  Admins can read *any* and *every* room, but they *CAN* *NOT*
 read other user's Mail!
  
- Room aides
- ----------
-   Room aides are granted special privileges in rooms that they aide.
-They are *NOT* true system aides; their power extends only over the
-rooms that they control, and they answer to the system aides.
+ Room admins
+ -----------
+   Room admins are granted special privileges in specific rooms.
+They are *NOT* true system admins; their power extends only over the
+rooms that they control, and they answer to the system admins.
  
-   A room aide's job is to keep the topic of the their room on track,
-with nudges in the right direction now and then.  A room aide can also
+   A room admin's job is to keep the topic of the their room on track,
+with nudges in the right direction now and then.  A room admin can also
 move an off topic post to another room, or delete a post, if he/she
 feels it is necessary. 
  
-   Currently, very few rooms have room aides.  Most rooms do not need
-their own specific room aide.  Being a room aide requires a certain
+   Currently, very few rooms have room admins.  Most rooms do not need
+their own specific room admin.  Being a room admin requires a certain
 amount of trust, due to the additional privileges granted.
  
  Citadel messages
index 83d3c5c7c7061ba343d1974e47a0ef98400d3a82..bc075919f4473d4342a12f460dddb8abf5a9290f 100644 (file)
@@ -77,7 +77,7 @@ commands are available:
                                   see the name you enter rather than the
                                   actual name of the room you're in)
  <.> <W>holist <H>ostname         Masquerade your host name
- <.> <E>nter <U>sername           Masquerade your user name (Aides only)
+ <.> <E>nter <U>sername           Masquerade your user name (Admins only)
  <.> <W>holist <S>tealth mode     Enter/exit "stealth mode" (when in stealth
                                   mode you are invisible on the wholist)
  
@@ -90,21 +90,21 @@ commands are available:
  ;<Z>ap floor                       - zap (forget) all rooms on this floor
  
  
- Aide (administrative) commands: 
+ Administrative commands: 
  
- <.> <A>ide <K>ill this room   
- <.> <A>ide <E>dit this room   
- <.> <A>ide <W>ho knows room   
- <.> <A>ide edit <U>ser   
- <.> <A>ide <V>alidate new users   
- <.> <A>ide enter <I>nfo file   
- <.> <A>ide <R>oom <I>nvite user  
- <.> <A>ide <R>oom <K>ick out user  
- <.> <A>ide <F>ile <D>elete  
- <.> <A>ide <F>ile <S>end over net  
- <.> <A>ide <F>ile <M>ove  
- <.> <A>ide <M>essage edit:   
- <.> <A>ide <P>ost   
- <.> <A>ide <S>ystem configuration   
- <.> <A>ide <T>erminate server <N>ow
- <.> <A>ide <T>erminate server <S>cheduled
+ <.> <A>dmin <K>ill this room   
+ <.> <A>dmin <E>dit this room   
+ <.> <A>dmin <W>ho knows room   
+ <.> <A>dmin edit <U>ser   
+ <.> <A>dmin <V>alidate new users   
+ <.> <A>dmin enter <I>nfo file   
+ <.> <A>dmin <R>oom <I>nvite user  
+ <.> <A>dmin <R>oom <K>ick out user  
+ <.> <A>dmin <F>ile <D>elete  
+ <.> <A>dmin <F>ile <S>end over net  
+ <.> <A>dmin <F>ile <M>ove  
+ <.> <A>dmin <M>essage edit:   
+ <.> <A>dmin <P>ost   
+ <.> <A>dmin <S>ystem configuration   
+ <.> <A>dmin <T>erminate server <N>ow
+ <.> <A>dmin <T>erminate server <S>cheduled
index 4dabb9605577d6ecbb1d39c88a22e7c0b72d6708..0aebbac56fe7327a1ddd5a9ab28a901037f1169a 100644 (file)
@@ -8,13 +8,13 @@ the room's name. No hints are given by the system.
 to get access.
  
  Invitation-only: users may only gain access to this type of room if
-an Aide gives it to them. 
+an Admin gives it to them. 
  
  Personal: this type of room acts as a user-specific "mailbox."
   
  Once a user has access to a private room, it shows up on the known
-rooms list and acts the same as any other room. Aides may kick users out
+rooms list and acts the same as any other room. Admins may kick users out
 of any type of private room, and out of excludable rooms.  Please also keep
-in mind that Aides have access to ALL private rooms.
+in mind that Admins have access to ALL private rooms.
  
  Before making it private, think about it. Does it really NEED to be private?
index abb47ca161e0c8767c62bd323faff5690eefb1e0..4af4355cb2a6b0922f78ee3d17c6505785419d81 100644 (file)
@@ -4037,7 +4037,7 @@ int CtdlCheckInternetMailPermission(struct ctdluser *who) {
        /* User flagged ok? */
        if (who->flags & US_INTERNET) return(2);
 
-       /* Aide level access? */
+       /* Admin level access? */
        if (who->axlevel >= AxAideU) return(3);
 
        /* No mail for you! */
@@ -4920,7 +4920,7 @@ void cmd_move(char *args)
         */
        permit = 0;
 
-       /* Aides can move/copy */
+       /* Admins can move/copy */
        if (CC->user.axlevel >= AxAideU) permit = 1;
 
        /* Room aides can move/copy */
index 3f08b0105c27029ff44fab71af7cc84695196422..1e4209bdc6867bccc3a8b9e10ed9b1d15d2bb99b 100644 (file)
@@ -1307,7 +1307,7 @@ void cmd_rdir(char *cmdbuf)
 }
 
 /*
- * get room parameters (aide or room aide command)
+ * get room parameters (admin or room admin command)
  */
 void cmd_getr(char *cmdbuf)
 {
@@ -1459,7 +1459,7 @@ int CtdlRenameRoom(char *old_name, char *new_name, int new_floor) {
 
 
 /*
- * set room parameters (aide or room aide command)
+ * set room parameters (admin or room admin command)
  */
 void cmd_setr(char *args)
 {
@@ -1605,7 +1605,7 @@ void cmd_setr(char *args)
 
 
 /* 
- * get the name of the room aide for this room
+ * get the name of the room admin for this room
  */
 void cmd_geta(char *cmdbuf)
 {
@@ -1622,7 +1622,7 @@ void cmd_geta(char *cmdbuf)
 
 
 /* 
- * set the room aide for this room
+ * set the room admin for this room
  */
 void cmd_seta(char *new_ra)
 {
@@ -1654,13 +1654,13 @@ void cmd_seta(char *new_ra)
        if (post_notice == 1) {
                if (!IsEmptyStr(usbuf.fullname))
                        snprintf(buf, sizeof buf,
-                               "%s is now the room aide for \"%s\".\n",
+                               "%s is now the room admin for \"%s\".\n",
                                usbuf.fullname, CC->room.QRname);
                else
                        snprintf(buf, sizeof buf,
-                               "There is now no room aide for \"%s\".\n",
+                               "There is now no room admin for \"%s\".\n",
                                CC->room.QRname);
-               CtdlAideMessage(buf, "Aide Room Modification");
+               CtdlAideMessage(buf, "Admin Room Modification");
        }
        cprintf("%d Ok\n", CIT_OK);
 }
@@ -1806,13 +1806,13 @@ int CtdlDoIHavePermissionToDeleteThisRoom(struct ctdlroom *qr) {
        }
 
        /*
-        * For normal rooms, just check for aide or room aide status.
+        * For normal rooms, just check for admin or room admin status.
         */
        return(is_room_aide());
 }
 
 /*
- * aide command: kill the current room
+ * admin command: kill the current room
  */
 void cmd_kill(char *argbuf)
 {
@@ -1905,18 +1905,18 @@ unsigned CtdlCreateRoom(char *new_room_name,
        }
 
        /* If the room is private, and the system administrator has elected
-        * to automatically grant room aide privileges, do so now.
+        * to automatically grant room admin privileges, do so now.
         */
        if ((qrbuf.QRflags & QR_PRIVATE) && (CREATAIDE == 1)) {
                qrbuf.QRroomaide = CC->user.usernum;
        }
-       /* Blog owners automatically become room aides of their blogs.
+       /* Blog owners automatically become room admins of their blogs.
         * (In the future we will offer a site-wide configuration setting to suppress this behavior.)
         */
        else if (new_room_view == VIEW_BLOG) {
                qrbuf.QRroomaide = CC->user.usernum;
        }
-       /* Otherwise, set the room aide to undefined.
+       /* Otherwise, set the room admin to undefined.
         */
        else {
                qrbuf.QRroomaide = (-1L);
@@ -2310,8 +2310,8 @@ CTDL_MODULE_INIT(room_ops)
                CtdlRegisterProtoHook(cmd_rdir, "RDIR", "List files in room directory");
                CtdlRegisterProtoHook(cmd_getr, "GETR", "Get room parameters");
                CtdlRegisterProtoHook(cmd_setr, "SETR", "Set room parameters");
-               CtdlRegisterProtoHook(cmd_geta, "GETA", "Get the room aide name");
-               CtdlRegisterProtoHook(cmd_seta, "SETA", "Set the room aide for this room");
+               CtdlRegisterProtoHook(cmd_geta, "GETA", "Get the room admin name");
+               CtdlRegisterProtoHook(cmd_seta, "SETA", "Set the room admin for this room");
                CtdlRegisterProtoHook(cmd_rinf, "RINF", "Fetch room info file");
                CtdlRegisterProtoHook(cmd_kill, "KILL", "Kill (delete) the current room");
                CtdlRegisterProtoHook(cmd_cre8, "CRE8", "Create a new room");
index b6663cdb051e4048332b8ec9290a51baebeaa34b..e414917b07f690ecce8f4e5f4e90d3702299aec0 100644 (file)
@@ -3,7 +3,7 @@ Description of the custom MIME type "application/x-citadel-delivery-list"
  This MIME type may be found in the outbound queue room on Citadel systems,
 which is typically called "__CitadelSMTPspoolout__".  The room is flagged as
 a "system" room, which means that it's completely hidden to everyone, although
-an Aide can get to it if the full name is specified (but unlike a normal
+an Admin can get to it if the full name is specified (but unlike a normal
 hidden room, it does not appear in the known rooms list on subsequent visits).
  
  Messages in this format contain delivery instructions.  Therefore, for each
index f7cb7493870456c61d6eed7434531ce9849e5b35..fd8056559c4ba479eaec5eb8570c63ebf11ca47c 100644 (file)
@@ -369,7 +369,7 @@ void MailboxName(char *buf, size_t n, const struct ctdluser *who, const char *pr
 
 
 /*
- * Is the user currently logged in an Aide?
+ * Is the user currently logged in an Admin?
  */
 int is_aide(void)
 {
@@ -381,7 +381,7 @@ int is_aide(void)
 
 
 /*
- * Is the user currently logged in an Aide *or* the room aide for this room?
+ * Is the user currently logged in an Admin *or* the room Admin for this room?
  */
 int is_room_aide(void)
 {
@@ -1589,7 +1589,7 @@ int CtdlInvtKick(char *iuser, int op) {
 void cmd_invt_kick(char *iuser, int op) {
 
        /*
-        * These commands are only allowed by aides, room aides,
+        * These commands are only allowed by admins, room admins,
         * and room namespace owners
         */
        if (is_room_aide()) {
@@ -1632,7 +1632,7 @@ void cmd_kick(char *iuser) {cmd_invt_kick(iuser, 0);}
 int CtdlForgetThisRoom(void) {
        visit vbuf;
 
-       /* On some systems, Aides are not allowed to forget rooms */
+       /* On some systems, Admins are not allowed to forget rooms */
        if (is_aide() && (config.c_aide_zap == 0)
           && ((CC->room.QRflags & QR_MAILBOX) == 0)  ) {
                return(1);
index ca1072afd81d6b2d5b03b1fc85c6ef74a28cb115..f1f0004e68a89f865d0e5a08154552f86c85e98f 100644 (file)
@@ -11,7 +11,7 @@ the DB this way the existing setup tools don't need to be altered.
 Webcit can then ask for the site wide config using normal MSG* commands.
 Webcit will need to parse the message into key value pairs which is dead simple to do.
 
-Hmm, just a thought but has anyone wondered about locking things like this so 2 Aides can't
+Hmm, just a thought but has anyone wondered about locking things like this so two Admins can't
 change them at the same time which would result in some changes getting lost.
 
 
index 03364a0baa1f96ea87543a59e585d2ea0f2fea21..f4a540e3d5f31622ff5accd95570d5049e53e163 100644 (file)
@@ -722,7 +722,7 @@ extern "C" {
 #define QR_ANONOPT     1024            /* Anonymous-Option room            */
 #define QR_NETWORK     2048            /* Shared network room              */
 #define QR_PREFONLY    4096            /* Preferred status needed to enter */
-#define QR_READONLY    8192            /* Aide status required to post     */
+#define QR_READONLY    8192            /* Admin status required to post     */
 #define QR_MAILBOX     16384           /* Set if this is a private mailbox */
 
 #define QR2_SYSTEM     1               /* System room; hide by default     */
@@ -755,7 +755,7 @@ extern "C" {
 #define UA_HASNEWMSGS           8      /* Unread messages exist in this room */
 #define UA_ZAPPED               16     /* User has forgotten (zapped) this room */
 #define UA_POSTALLOWED         32      /* User may post top-level messages here */
-#define UA_ADMINALLOWED                64      /* Aide or Room Aide rights exist here */
+#define UA_ADMINALLOWED                64      /* Admin or Room Admin rights exist here */
 #define UA_DELETEALLOWED       128     /* User is allowed to delete messages from this room */
 #define UA_REPLYALLOWED                256     /* User is allowed to reply to existing messages here */
 /* runtime flag extracted from goto reply; not db persistant, should be moved if new flags added */
index d738451a14234f045e5eaee4fa4870397807152d..f520ee2d96b5365d2876a8385fbd50b6788672cb 100644 (file)
@@ -885,7 +885,10 @@ void generate_uuid(char *buf) {
                        int rv;
                        rv = fread(buf, 36, 1, fp);
                        fclose(fp);
-                       if (rv == 1) return;
+                       if (rv == 1) {
+                               buf[36] = 0;
+                               return;
+                       }
                }
        }
 
index 899da07b892bf3ce64d9c6b2ee9f5fd58a659429..e979e6489acf46e3955b41a8f97e9b99dd3cf25a 100644 (file)
@@ -1,8 +1,7 @@
-# generated automatically by aclocal 1.11.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
-# Inc.
+# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 1
-
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
index 351f5b57c79cfbf92e572ea59821d00200e1dad6..cdf46c9e141db2a3c5fb21ab1bb776e0523d3c95 100644 (file)
@@ -153,7 +153,7 @@ opencmd=xdg-open "%s"
 # Keep a copy of the original version of this file around as a reference
 # for the command numbers.  They are not documented anywhere else.
 #
-# Access is:  0 (all users), 1 (aides or room aides), 2 (aides only).
+# Access is:  0 (all users), 1 (admins or room admins), 2 (admins only).
 # Please be aware that it is futile to attempt to gain unauthorized access to
 # the administrative functions of the system by changing all the access levels
 # to 0.  If you do this, you'll simply be able to enter a lot of commands that
@@ -216,28 +216,28 @@ cmd=20,0,&Jump:
 cmd=20,0,&.,&Goto:
 #
 cmd=21,0,&.,&Help:
-cmd=22,1,&.,&Aide,&Kill this room
-cmd=23,1,&.,&Aide,&Edit this room
-cmd=24,0,&.,&Aide,&Who knows room
-cmd=25,2,&.,&Aide,&User,&Edit
-cmd=96,2,&.,&Aide,&User,&Delete
-cmd=26,2,&.,&Aide,&Validate new users
-cmd=48,1,&.,&Aide,enter &Info file
-cmd=27,0,&.,&Aide,&Room,&Invite user
-cmd=28,0,&.,&Aide,&Room,&Kick out user
-cmd=51,1,&.,&Aide,&File,&Delete
-cmd=54,1,&.,&Aide,&File,&Move
-cmd=70,2,&.,&Aide,&Message edit:
-cmd=78,1,&.,&Aide,&Post
-cmd=80,2,&.,&Aide,&System configuration,&General
-cmd=82,2,&.,&Aide,&System configuration,&Internet
-cmd=88,2,&.,&Aide,&System configuration,&Network
-cmd=92,2,&.,&Aide,&System configuration,network &Filter list
-cmd=85,2,&.,&Aide,&Terminate server,&Now
-cmd=86,2,&.,&Aide,&Terminate server,&Scheduled
-cmd=87,1,&.,&Aide,mailing &List recipients
-cmd=94,1,&.,&Aide,mailing list &Digest recipients
-cmd=89,1,&.,&Aide,&Network room sharing
+cmd=22,1,&.,&Admin,&Kill this room
+cmd=23,1,&.,&Admin,&Edit this room
+cmd=24,0,&.,&Admin,&Who knows room
+cmd=25,2,&.,&Admin,&User,&Edit
+cmd=96,2,&.,&Admin,&User,&Delete
+cmd=26,2,&.,&Admin,&Validate new users
+cmd=48,1,&.,&Admin,enter &Info file
+cmd=27,0,&.,&Admin,&Room,&Invite user
+cmd=28,0,&.,&Admin,&Room,&Kick out user
+cmd=51,1,&.,&Admin,&File,&Delete
+cmd=54,1,&.,&Admin,&File,&Move
+cmd=70,2,&.,&Admin,&Message edit:
+cmd=78,1,&.,&Admin,&Post
+cmd=80,2,&.,&Admin,&System configuration,&General
+cmd=82,2,&.,&Admin,&System configuration,&Internet
+cmd=88,2,&.,&Admin,&System configuration,&Network
+cmd=92,2,&.,&Admin,&System configuration,network &Filter list
+cmd=85,2,&.,&Admin,&Terminate server,&Now
+cmd=86,2,&.,&Admin,&Terminate server,&Scheduled
+cmd=87,1,&.,&Admin,mailing &List recipients
+cmd=94,1,&.,&Admin,mailing list &Digest recipients
+cmd=89,1,&.,&Admin,&Network room sharing
 
 cmd=29,0,&.,&Terminate,and &Quit
 cmd=30,0,&.,&Terminate,and &Stay online
@@ -311,9 +311,9 @@ cmd=60,0,&;,&Goto floor:
 cmd=60,0,&.,&Enter,&Floor:
 cmd=61,0,&;,&Skip to floor:
 cmd=62,0,&;,&Zap (forget) floor
-cmd=63,2,&;,&Aide,&Create floor
-cmd=64,2,&;,&Aide,&Edit this floor
-cmd=65,2,&;,&Aide,&Kill this floor
+cmd=63,2,&;,&Admin,&Create floor
+cmd=64,2,&;,&Admin,&Edit this floor
+cmd=65,2,&;,&Admin,&Kill this floor
 cmd=68,0,&;,&Known rooms
 cmd=66,0,&.,&Enter,&Bio
 cmd=67,0,&.,&Read,&Bio
index 3b958891e5874983b54521467d1f00cca6b3780b..d5f187c3d45fcbf1226312184b281a0dd663ed68 100644 (file)
@@ -88,7 +88,7 @@ long uglistlsn[UGLISTLEN]; /* current read position for all the ungoto's. Not go
 int uglistsize = 0;
 char is_mail = 0;              /* nonzero when we're in a mail room */
 char axlevel = AxDeleted;              /* access level */
-char is_room_aide = 0;         /* boolean flag, 1 if room aide */
+char is_room_aide = 0;         /* boolean flag, 1 if room admin */
 int timescalled;
 int posted;
 unsigned userflags;
index 8a65f85d92c92d92f0d9006c24f3cef0dba69789..c7e61bc4978ca43ab1c6903f6bd6395b92a3db08 100644 (file)
@@ -87,8 +87,8 @@ char *axdefs[]={
         "Local User",
         "Network User",
         "Preferred User",
-        "Aide",
-        "Sysop"
+        "Admin",
+        "Admin"
         };
 
 
index 732661e5783b8568a4941c8d6a65509f78f87b78..b58db20ae57142d20088c478e498562d3cdae5cb 100644 (file)
@@ -501,7 +501,7 @@ int select_floor(CtdlIPC *ipc, int rfloor)
 void editthisroom(CtdlIPC *ipc)
 {
        int rbump = 0;
-       char raide[USERNAME_SIZE];
+       char room_admin_name[USERNAME_SIZE];
        char buf[SIZ];
        struct ctdlroom *attr = NULL;
        struct ExpirePolicy *eptr = NULL;
@@ -515,15 +515,15 @@ void editthisroom(CtdlIPC *ipc)
        }
        eptr = &(attr->QRep);
 
-       /* Fetch the name of the current room aide */
+       /* Fetch the name of the current room admin */
        r = CtdlIPCGetRoomAide(ipc, buf);
        if (r / 100 == 2) {
-               safestrncpy(raide, buf, sizeof raide);
+               safestrncpy(room_admin_name, buf, sizeof room_admin_name);
        } else {
-               strcpy(raide, "");
+               strcpy(room_admin_name, "");
        }
-       if (IsEmptyStr(raide)) {
-               strcpy(raide, "none");
+       if (IsEmptyStr(room_admin_name)) {
+               strcpy(room_admin_name, "none");
        }
 
        /* Fetch the expire policy (this will silently fail on old servers,
@@ -616,14 +616,14 @@ void editthisroom(CtdlIPC *ipc)
        }
        attr->QRorder = intprompt("Listing order", attr->QRorder, 0, 127);
 
-       /* Ask about the room aide */
+       /* Ask about the room admin */
        do {
-               strprompt("Room aide (or 'none')", raide, 29);
-               if (!strcasecmp(raide, "none")) {
-                       strcpy(raide, "");
+               strprompt("Room admin (or 'none')", room_admin_name, 29);
+               if (!strcasecmp(room_admin_name, "none")) {
+                       strcpy(room_admin_name, "");
                        break;
                } else {
-                       r = CtdlIPCQueryUsername(ipc, raide, buf);
+                       r = CtdlIPCQueryUsername(ipc, room_admin_name, buf);
                        if (r / 100 != 2)
                                scr_printf("%s\n", buf);
                }
@@ -660,7 +660,7 @@ void editthisroom(CtdlIPC *ipc)
        scr_printf("Save changes (y/n)? ");
 
        if (yesno() == 1) {
-               r = CtdlIPCSetRoomAide(ipc, raide, buf);
+               r = CtdlIPCSetRoomAide(ipc, room_admin_name, buf);
                if (r / 100 != 2) {
                        scr_printf("%s\n", buf);
                }
@@ -1077,7 +1077,7 @@ void entroom(CtdlIPC *ipc)
                        "<1>Public room (shown to all users by default)\n"
                        "<2>Hidden room (accessible to anyone who knows the room name)\n"
                        "<3>Passworded room (hidden, plus requires a password to enter)\n"
-                       "<4>Invitation-only room (requires access to be granted by an Aide)\n"
+                       "<4>Invitation-only room (requires access to be granted by an Admin)\n"
                        "<5>Personal room (accessible to you only)\n"
                        "Enter room type: "
                );
@@ -1133,19 +1133,19 @@ void entroom(CtdlIPC *ipc)
 void readinfo(CtdlIPC *ipc)
 {                              /* read info file for current room */
        char buf[SIZ];
-       char raide[64];
+       char room_admin_name[64];
        int r;                  /* IPC response code */
        char *text = NULL;
 
-       /* Name of currernt room aide */
+       /* Name of currernt room admin */
        r = CtdlIPCGetRoomAide(ipc, buf);
        if (r / 100 == 2)
-               safestrncpy(raide, buf, sizeof raide);
+               safestrncpy(room_admin_name, buf, sizeof room_admin_name);
        else
-               strcpy(raide, "");
+               strcpy(room_admin_name, "");
 
-       if (!IsEmptyStr(raide))
-               scr_printf("Room aide is %s.\n\n", raide);
+       if (!IsEmptyStr(room_admin_name))
+               scr_printf("Room admin is %s.\n\n", room_admin_name);
 
        r = CtdlIPCRoomInfo(ipc, &text, buf);
        if (r / 100 != 1)
index 254f4e6bca7f3242129bf76a4ba8be6e818f2857..ed2b953c4a5ae2dca13d67e75d2ea650b1b80e3f 100644 (file)
@@ -129,7 +129,7 @@ void do_system_configuration(CtdlIPC *ipc)
                "Allow anonymous guest logins",
                atoi(&sc[67][0]))));
        snprintf(sc[4], sizeof sc[4], "%d", (boolprompt(
-               "Automatically give room aide privs to a user who creates a private room",
+               "Automatically give room admin privs to a user who creates a private room",
                atoi(&sc[4][0]))));
 
        snprintf(sc[8], sizeof sc[8], "%d", (boolprompt(
@@ -141,7 +141,7 @@ void do_system_configuration(CtdlIPC *ipc)
                "Restrict Internet mail to only those with that privilege",
                atoi(&sc[11][0]))));
        snprintf(sc[26], sizeof sc[26], "%d", (boolprompt(
-               "Allow Aides to Zap (forget) rooms",
+               "Allow admins to Zap (forget) rooms",
                atoi(&sc[26][0]))));
 
        if (!IsEmptyStr(&sc[18][0])) {
index bce931472879525ed3a0121beb7cd780c6119828..e2b8390e5218575b1ca69b1502aebdd1421542ab 100644 (file)
@@ -45,7 +45,7 @@ void initialize_axdefs(void) {
        axdefs[5] = _("Preferred User");
 
        /* chief */
-       axdefs[6] = _("Aide");          
+       axdefs[6] = _("Admin");          
 }
 
 
index 9deb8072aa80c3d3c93ffabe79be021fa96df6d7..7224c382a9505d9f1e8cb146007077ab59bb03f2 100644 (file)
@@ -1304,7 +1304,7 @@ msgstr ""
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr ""
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1977,7 +1977,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3310,7 +3310,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index f52c554ba4c1b941f8640b2bc448061b1d47e341..15a838e851d1798e1ade8a2b280cf3582df4607c 100644 (file)
@@ -1330,7 +1330,7 @@ msgstr "Preferovaný uživatel"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Poradce"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1980,7 +1980,7 @@ msgstr "Nastavení webu"
 #: ../../static/t/aide/display_sitewide_config.html:6
 #: ../../static/t/aide/edituser/select.html:9
 msgid "You need to be aide to view this."
-msgstr "Musíte být Aide pro zobrazení tohoto."
+msgstr "Musíte být Admin pro zobrazení tohoto."
 
 #: ../../static/t/aide/display_sitewide_config.html:11
 msgid "General"
@@ -2030,7 +2030,7 @@ msgstr "Systémové Administrační menu"
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "Menu poradce pro pokoj"
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3376,7 +3376,7 @@ msgstr "Vyzvat uživatele při psaní zpráv"
 
 #: ../../static/t/room/edit/tab_config.html:136
 msgid "Room aide: "
-msgstr "Aide místnosti: "
+msgstr "Admin místnosti: "
 
 #: ../../static/t/room/edit/tab_listserv.html:5
 msgid ""
@@ -3403,8 +3403,8 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr "Povolit neodběratelům odesílat mail na tuto místnost."
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
-msgstr "Publikace příspěvků v místnosti vyžaduje oprávnění Aide."
+msgid "Room post publication needs Admin permission."
+msgstr "Publikace příspěvků v místnosti vyžaduje oprávnění Admin."
 
 #: ../../static/t/room/edit/tab_listserv.html:59
 msgid "Allow self-service subscribe/unsubscribe requests."
index 6a8529e65c3a4a90af650e6bc09d30aa9995bd75..ff703e48d87d5026c4d11101163d96e9ef5450bf 100644 (file)
@@ -1336,7 +1336,7 @@ msgstr "Foretrukken Bruger"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Systemansvarlig"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2031,7 +2031,7 @@ msgstr "System Administration Menu"
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
 #, fuzzy
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "Rum Systemansvarlig Menu"
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3422,7 +3422,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr "Tillad ikkeabonenter at skrive til dette rum."
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr "Rum opslag publificering kræver tilladelse fra Systemansvarlig."
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 6cefc96c0eb32000f22cfd1217966be94c1ef910..badd5948f94aa299b1251f124797a910083b5770 100644 (file)
@@ -1336,7 +1336,7 @@ msgstr "nur Privilegierte Benutzer"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Verantwortlicher"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2029,7 +2029,7 @@ msgstr "Systemverwaltungsmenü"
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "Raumverantwortlichen Menü"
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3406,7 +3406,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr "Nicht-Abbonenten dürfen in diesen Raum senden"
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr "Beitrag einreichen erforderd Moderator Privilegien."
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 791f04970a2bf4e8b2228a0eee2997b463c0f21f..9f6ce70a9924235e4e0e4ace669c169c67d80427 100644 (file)
@@ -1304,7 +1304,7 @@ msgstr ""
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Κύριος χρήστης"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1981,7 +1981,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3321,7 +3321,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 3028eafe8cfd39281f3bb7e6d991cbc0b584db87..c140bcfa3d4fd113c2fff94fda51ae3165558cf9 100644 (file)
@@ -1312,7 +1312,7 @@ msgstr ""
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr ""
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1985,7 +1985,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3318,7 +3318,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 13b7bf3fa9c11d0cf07d12c8c36719c05f19c2a2..b2beb4cc5c71c38de06b2b1c623a4e0ae8877812 100644 (file)
@@ -1335,7 +1335,7 @@ msgstr "Usuario Preferente"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Administrador"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2036,7 +2036,7 @@ msgstr "Menú de Administración de Sistema"
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
 #, fuzzy
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "Administrador de la sala"
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3441,7 +3441,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index d9494e92d32dfe2c7215d697a169b70237ebd099..6324659a1584b0f3711e287495006b006b52ee01 100644 (file)
@@ -1302,7 +1302,7 @@ msgstr "Privilegeeritud Kasutaja"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Korrapidaja"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1998,7 +1998,7 @@ msgstr "Administratsioon"
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
 #, fuzzy
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "Toa Korrapidaja: "
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3397,7 +3397,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index bc2260a364bff2a833e28369209d9e6b93523727..e3b7ab172cf99bcbc1d91b37cb00a3e4f8364017 100644 (file)
@@ -1297,7 +1297,7 @@ msgstr "Ylläpitäjä"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr ""
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1973,7 +1973,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3306,7 +3306,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index e4816faba61c4e404567de5943d39e206132114d..40627b9227bbbde0f63fc464eff74733d1f2eeb1 100644 (file)
@@ -1344,7 +1344,7 @@ msgstr "Usager privilégié"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Administrateur"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2045,8 +2045,8 @@ msgstr "Menu d'administration du système"
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
 #, fuzzy
-msgid "Room Aide Menu"
-msgstr "Room Aide Menu"
+msgid "Room Admin Menu"
+msgstr "Room Admin Menu"
 
 #: ../../static/t/aide/display_inetconf.html:13
 msgid "Local host aliases"
@@ -2795,7 +2795,7 @@ msgstr "Clavardage"
 
 #: ../../static/t/iconbar.html:65
 msgid "Advanced"
-msgstr "Aide et préférences"
+msgstr "Admin et préférences"
 
 #: ../../static/t/iconbar.html:72 ../../static/t/room/edit/editroom.html:4
 #: ../../static/t/room/edit.html:5
@@ -3445,7 +3445,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr "Permettre aux non abonnés de poster dans ce salon."
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr "Publier dans ce salon nécessite la permission de l'administrateur."
 
 #: ../../static/t/room/edit/tab_listserv.html:59
@@ -4299,7 +4299,7 @@ msgstr "Non connecté"
 #~ msgstr "Sortie du mode clavardage."
 
 #~ msgid "Help"
-#~ msgstr "Aide"
+#~ msgstr "Admin"
 
 #~ msgid "List users"
 #~ msgstr "Liste des usagers"
index 084e2d07488092c4819d099816a141d19984c765..e867a720101e0b59bafbabb04380aca5bb8f047f 100644 (file)
@@ -1295,7 +1295,7 @@ msgstr ""
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr ""
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1968,7 +1968,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3301,7 +3301,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 6cae67458e35f8e1af1db6c142ada23db5191ea2..a25b5e405a6d85acedd7f96ec5f6e79fa5de1d54 100644 (file)
@@ -1317,7 +1317,7 @@ msgstr "Kedvelt felhasználó"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr ""
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2008,7 +2008,7 @@ msgstr "Rendszer Adminisztrációs Menü"
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
 #, fuzzy
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "Szoba infó"
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3410,7 +3410,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr "Engedélyezi, hogy nem előfizetők postázhassanak ebbe a szobába."
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 59decbfc021dce1de9e5d3b71cc72184550c6558..ec0c577982ece7c61d197312b84208711f975be3 100644 (file)
@@ -1336,7 +1336,7 @@ msgstr "Utente Preferito"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Amministratore"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2033,7 +2033,7 @@ msgstr "Menu di amministrazione di sistema"
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
 #, fuzzy
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "Amministratore della stanza: "
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3439,7 +3439,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 0dc6477e4d3404b9167251aa832a0a445c74b353..581a2623db87b1429a69423225f2590d32475698 100644 (file)
@@ -1295,7 +1295,7 @@ msgstr ""
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr ""
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1968,7 +1968,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3301,7 +3301,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index cafdb04bda4b25ae9b12a3093a1ae7e65b325260..571997a5c0f13ef704d20efd02940c86eafbab7f 100644 (file)
@@ -1344,7 +1344,7 @@ msgstr "Voorkeursgebruiker"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Beheerder"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2045,7 +2045,7 @@ msgstr "Menu Systeembeheer"
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "Menu ruimte beheerder"
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3428,7 +3428,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr "Niet geabonneerden toestaan deze ruimte te mailen."
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr "Beheersrechten nodig"
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 16b5c151a638c6c861abb916143839625ac973a4..852fb7de268bf5798b1c80eafb1cea0e94035304 100644 (file)
@@ -1345,8 +1345,8 @@ msgstr "Usuário preferencial"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
-msgstr "Aide"
+msgid "Admin"
+msgstr "Admin"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
 #: ../../static/t/confirmlogoff.html:3
@@ -2044,8 +2044,8 @@ msgstr "Menu de administração do sistema"
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
 #, fuzzy
-msgid "Room Aide Menu"
-msgstr "Aide da sala: "
+msgid "Room Admin Menu"
+msgstr "Admin da sala: "
 
 #: ../../static/t/aide/display_inetconf.html:13
 msgid "Local host aliases"
@@ -3413,7 +3413,7 @@ msgstr "Perguntar ao usuário ao entrar mensagens"
 
 #: ../../static/t/room/edit/tab_config.html:136
 msgid "Room aide: "
-msgstr "Aide da sala: "
+msgstr "Admin da sala: "
 
 #: ../../static/t/room/edit/tab_listserv.html:5
 #, fuzzy
@@ -3442,8 +3442,8 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr "Permitir que não participantes mandem mensagens para essa sala."
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
-msgstr "Publicação de posts na sala requer permissão do Aide."
+msgid "Room post publication needs Admin permission."
+msgstr "Publicação de posts na sala requer permissão do Admin."
 
 #: ../../static/t/room/edit/tab_listserv.html:59
 msgid "Allow self-service subscribe/unsubscribe requests."
index 9169ae966af1f730007e57e132df83c8ab326185..d95cb3135c26a84ed35ef287e442e52168520059 100644 (file)
@@ -1342,7 +1342,7 @@ msgstr "Utilizator preferat"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Şef"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2036,7 +2036,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3348,7 +3348,7 @@ msgstr "Se întreabă utilizatorul la introducerea mesajelor"
 
 #: ../../static/t/room/edit/tab_config.html:136
 msgid "Room aide: "
-msgstr "Aide-ul camerei: "
+msgstr "Admin-ul camerei: "
 
 #: ../../static/t/room/edit/tab_listserv.html:5
 msgid ""
@@ -3373,7 +3373,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index f535eda2e0df2b45d847d4a95e4f1c549fa92299..4d47ea9e6cd454361d7c64a9076ecefbc3ecbdb2 100644 (file)
@@ -1306,7 +1306,7 @@ msgstr "Привилегированный пользователь"
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Администратор"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2002,7 +2002,7 @@ msgstr "Администрация"
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
 #, fuzzy
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "Информация о комнате"
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3375,7 +3375,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 9304f4704bbb1b0c6d6d9a303223666b32b3eaed..2c321781c93cd8c2ed62e9aa416d5baf7dbe68d4 100644 (file)
@@ -1295,7 +1295,7 @@ msgstr ""
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr ""
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1968,7 +1968,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3301,7 +3301,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 1c768ac81fa7ed0ee6f927b1042446aa20675c49..d02cd63eb493d545bfc2f5e0bc48a31f02ecdcb1 100644 (file)
@@ -1295,7 +1295,7 @@ msgstr ""
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "Chef"
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1969,7 +1969,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3305,7 +3305,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index a43829edd10bff4f033053a49f5bbda6f22e4437..0a62131892b3048dc07646d9044f71a567fef012 100644 (file)
@@ -1298,7 +1298,7 @@ msgstr ""
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr ""
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1971,7 +1971,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3304,7 +3304,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index ca6ee27c85909ab7369d2b2c84cf4d3f5e73900e..5010d26a7f8635d85dbde6ed6d90c1bea13a5430 100644 (file)
@@ -1294,7 +1294,7 @@ msgstr ""
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr ""
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -1967,7 +1967,7 @@ msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr ""
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3300,7 +3300,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr ""
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index b819dc59eddf995452971bd9a3af6af6a69ac0c5..30b61c47cf40e439dc5967f64269cdfdf35db46d 100644 (file)
@@ -1318,7 +1318,7 @@ msgstr "首选的用户 "
 #: ../../auth.c:48 ../../static/t/aide/edituser/detailview.html:49
 #: ../../static/t/aide/siteconfig/tab_access.html:46
 #: ../../static/t/aide/siteconfig/tab_access.html:57
-msgid "Aide"
+msgid "Admin"
 msgstr "助手 "
 
 #: ../../auth.c:513 ../../static/t/iconbar.html:80
@@ -2006,7 +2006,7 @@ msgstr "系统管理菜单"
 
 #: ../../static/t/aide/display_inetconf.html:6
 #: ../../static/t/aide/display_menu.html:6
-msgid "Room Aide Menu"
+msgid "Room Admin Menu"
 msgstr "房间的助手菜单"
 
 #: ../../static/t/aide/display_inetconf.html:13
@@ -3353,7 +3353,7 @@ msgid "Allow non-subscribers to mail to this room."
 msgstr "允许订阅服务器以便将邮件到这个房间。"
 
 #: ../../static/t/room/edit/tab_listserv.html:54
-msgid "Room post publication needs Aide permission."
+msgid "Room post publication needs Admin permission."
 msgstr "房间后的出版物需求助手的权限。"
 
 #: ../../static/t/room/edit/tab_listserv.html:59
index 12c55cd5b5fbab97bdb672f503b3029948e212ee..a9e32e81ab65c50eebd96030c60f8dd531461742 100644 (file)
@@ -3,7 +3,7 @@
 <div id="banner">
 <h1>
 <??("COND:AIDE", 1)><?_("System Administration Menu")><??("X", 1)>
-<?!("COND:AIDE", 2)><?_("Room Aide Menu")><?!("X", 2)>
+<?!("COND:AIDE", 2)><?_("Room Admin Menu")><?!("X", 2)>
 </h1>
 </div>
 <div id="content" class="service">
index d905ae1a29d3243a2494f62e6b243ce3663a54de..b1a60718b7bfd752601a1ecfbca95cfc07f4683a 100644 (file)
@@ -3,7 +3,7 @@
 <div id="banner">
 <h1>
 <??("COND:AIDE", 1)><?_("System Administration Menu")><??("X", 1)>
-<?!("COND:AIDE", 2)><?_("Room Aide Menu")><?!("X", 2)>
+<?!("COND:AIDE", 2)><?_("Room Admin Menu")><?!("X", 2)>
 </h1>
 </div>
 <div id="content" class="service">
index 418ce514d5c23348cae92f2cb31874ca6125aed6..a8da87fd65ef5dabc1fbe8bb0f10810e4d58ec7a 100644 (file)
@@ -46,7 +46,7 @@
                 <option <?%("COND:USERACCESS", 1, 1, #"AxLocU", 'selected="selected"', "")> value="3">3 - <?_("Local User")></option>
                 <option <?%("COND:USERACCESS", 1, 1, #"AxNetU", 'selected="selected"', "")> value="4">4 - <?_("Network User")></option>
                 <option <?%("COND:USERACCESS", 1, 1, #"AxPrefU", 'selected="selected"', "")> value="5">5 - <?_("Preferred User")></option>
-                <option <?%("COND:USERACCESS", 1, 1, #"AxAideU", 'selected="selected"', "")> value="6">6 - <?_("Aide")></option>
+                <option <?%("COND:USERACCESS", 1, 1, #"AxAideU", 'selected="selected"', "")> value="6">6 - <?_("Admin")></option>
               </select>
              </td>
           </tr>
@@ -75,4 +75,4 @@
     </td>
   </tr>
 </table>
-<?=("trailing")>
\ No newline at end of file
+<?=("trailing")>
index 664ba9a1dccff7afa5b71b4f657241266628037f..a1dfb7d9f77a182b29654bdd9fe50c8fa24126d6 100644 (file)
@@ -46,7 +46,7 @@
        <option <?%("COND:SERVCFG", 1, "c_initax", 3, 'selected="selected"', "")> value="3">3 - <?_("Local User")></option>
        <option <?%("COND:SERVCFG", 1, "c_initax", 4, 'selected="selected"', "")> value="4">4 - <?_("Network User")></option>
        <option <?%("COND:SERVCFG", 1, "c_initax", 5, 'selected="selected"', "")> value="5">5 - <?_("Preferred User")></option>
-       <option <?%("COND:SERVCFG", 1, "c_initax", 6, 'selected="selected"', "")> value="6">6 - <?_("Aide")></option>
+       <option <?%("COND:SERVCFG", 1, "c_initax", 6, 'selected="selected"', "")> value="6">6 - <?_("Admin")></option>
 </select></td></tr>
 
 <tr><td><?_("Access level required to create rooms")></td><td>
@@ -57,7 +57,7 @@
        <option <?%("COND:SERVCFG", 1, "c_createax", 3, 'selected="selected"', "")> value="3">3 - <?_("Local User")></option>
        <option <?%("COND:SERVCFG", 1, "c_createax", 4, 'selected="selected"', "")> value="4">4 - <?_("Network User")></option>
        <option <?%("COND:SERVCFG", 1, "c_createax", 5, 'selected="selected"', "")> value="5">5 - <?_("Preferred User")></option>
-       <option <?%("COND:SERVCFG", 1, "c_createax", 6, 'selected="selected"', "")> value="6">6 - <?_("Aide")></option>
+       <option <?%("COND:SERVCFG", 1, "c_createax", 6, 'selected="selected"', "")> value="6">6 - <?_("Admin")></option>
 </select></td></tr>
 
 <tr><td><?_("Automatically grant room-aide status to users who create private rooms")></td><td>
index b7e64092b170f5770214028d35d7899bb1e04b1e..9c70376e4aeb71d73a3f9a967fb5a78c2356a07f 100644 (file)
@@ -57,7 +57,7 @@
                
                                <!-- Moderated List? -->
                                <tr>
-                                       <td><?_("Room post publication needs Aide permission.")></td>
+                                       <td><?_("Room post publication needs Admin permission.")></td>
                                        <td><input type="checkbox" name="QR2_Moderated" value="yes" <?%("COND:THISROOM:FLAG:QR2", 20, #"QR2_MODERATED", 1, 'checked="checked" ', "")>></td>
                                </tr>
                                <!-- Self Service subscription? -->
index 342571fcbce08e25e07ee3cf07690b8ec1955085..1f71f45f94e23f2305d44915d87753dcc2ab1848 100644 (file)
@@ -445,7 +445,7 @@ struct wcsession {
        StrBuf *wc_password;                    /* Password of current user */
        StrBuf *httpauth_pass;                  /* only for GroupDAV sessions */
        int axlevel;                            /* this user's access level */
-       int is_aide;                            /* nonzero == this user is an Aide */
+       int is_aide;                            /* nonzero == this user is an Admin */
        int connected;                          /* nonzero == we are connected to Citadel */
        int logged_in;                          /* nonzero == we are logged in  */
        int need_regi;                          /* This user needs to register. */