6f980b | <?xml version="1.0" encoding="iso-8859-1"?> <project name="roxen_message"> <nocopy /> | |||
799fba | <baselang>eng</baselang> <xmlpath>../translations/%L/roxen_message.xml</xmlpath> | |||
6f980b | <add id="1"> <pike> string setting_uid_gid_permanently(int uid, int gid, string uname, string gname) { return("Setting uid to "+uid+" ("+uname+")"+ (gname ? " and gid to "+gid+" ("+gname+")" : "")+" permanently.\n"); } string setting_uid_gid(int uid, int gid, string uname, string gname) { return("Setting uid to "+uid+" ("+uname+")"+ (gname ? " and gid to "+gid+" ("+gname+")" : "")+".\n"); } </pike> </add> | |||
799fba | ||||
35b67f | <file>../base_server/configuration.pike</file> <file>../base_server/roxen.pike</file> | |||
f8688d | <file>../base_server/wizard.pike</file> <file>../protocols/prot_hilfe.pike</file> | |||
35b67f | </project> |