Roxen.git
/
server
/
translations
/
configs
/
roxen_message.xml
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/translations/configs/roxen_message.xml:1:
<?xml version="1.0" encoding="iso-8859-1"?> <project name="roxen_message"> <nocopy />
-
<
wipe
/>
-
<
out
>../translations/
eng
/roxen_message.xml</
out
>
+
<
baselang>eng<
/
baselang
>
+
<
xmlpath
>../translations/
%L
/roxen_message.xml</
xmlpath
>
<file>../base_server/roxen.pike</file> <file>../base_server/configuration.pike</file> <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>
-
+
</project>