Drop support for localisation.

Localised messages don't make much sense for a daemon, and there is only the
Dutch translation which costs time to maintain.
This commit is contained in:
Guus Sliepen 2009-09-25 00:54:07 +02:00
parent a227843b73
commit 4c85542894
40 changed files with 486 additions and 2276 deletions

View file

@ -31,10 +31,6 @@ typedef int bool;
#define false 0
#endif
/* Include localisation support */
#include "gettext.h"
#ifndef HAVE_STRSIGNAL
# define strsignal(p) ""
#endif