6f980b | 2000-07-21 | Andreas Lange | | <?xml version="1.0" encoding="iso-8859-1"?>
<project name="roxen_message">
<nocopy />
|
799fba | 2000-08-11 | Andreas Lange | | <baselang>eng</baselang>
<xmlpath>../translations/%L/roxen_message.xml</xmlpath>
|
6f980b | 2000-07-21 | Andreas Lange | |
<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 | 2000-08-11 | Andreas Lange | |
|
35b67f | 2000-11-20 | Per Hedbor | | <file>../base_server/configuration.pike</file>
<file>../base_server/roxen.pike</file>
|
0f710d | 2000-12-18 | Martin Nilsson | | <file>../protocols/prot_hilfe.pike</file>
|
615097 | 2001-01-29 | Per Hedbor | | <file>../protocols/prot_fhttp.pike</file>
|
35b67f | 2000-11-20 | Per Hedbor | | </project>
|