* mark all translatable strings with {{{_()}}}
This commit is contained in:
Jan Dittberner 2007-11-26 09:56:48 +00:00
parent 8567a8aaac
commit 83251502e9
3 changed files with 21 additions and 18 deletions

View file

@ -31,9 +31,7 @@ if (!isset($_SERVER['DavAdminConfDir'])) {
header('HTTP/1.0 500 Internal Server Error');
header('Status: 500 Internal Server Error');
header('Content-Type: text/plain;charset=utf8');
print("The Server is not configured correctly. " .
"Please tell your Administrator to set the " .
"DavAdminConfDir environment variable.");
print(_("The Server is not configured correctly. Please tell your Administrator to set the DavAdminConfDir environment variable."));
exit();
}
/** Include configuration information. */