summaryrefslogtreecommitdiff
path: root/src/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-21 16:32:11 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-21 16:32:11 +0100
commit112844f535d5c6b65e7d5aa54cd37cbaa0ab4c97 (patch)
treefcf0f8bb0551837d50c43c51f5ac91f5bc9772ec /src/log
parentbcba1a664721b5eefbbad576c4900886d204bd6e (diff)
downloadwolfbones-112844f535d5c6b65e7d5aa54cd37cbaa0ab4c97.tar.gz
wolfbones-112844f535d5c6b65e7d5aa54cd37cbaa0ab4c97.tar.bz2
fixed langauge problems
Diffstat (limited to 'src/log')
-rwxr-xr-xsrc/log/create_wolfmsg.pl6
-rw-r--r--src/log/wolfmsg.mc231
2 files changed, 237 insertions, 0 deletions
diff --git a/src/log/create_wolfmsg.pl b/src/log/create_wolfmsg.pl
index a5c296d..b6e92e0 100755
--- a/src/log/create_wolfmsg.pl
+++ b/src/log/create_wolfmsg.pl
@@ -137,6 +137,12 @@ Language = $lang
$formatstr_win
.
EOF
+ } else {
+ print <<EOF;
+Language = $lang
+TODO: Gettext here..
+.
+EOF
}
}
}
diff --git a/src/log/wolfmsg.mc b/src/log/wolfmsg.mc
index abad06a..18c6876 100644
--- a/src/log/wolfmsg.mc
+++ b/src/log/wolfmsg.mc
@@ -60,6 +60,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_CLOSE_FD
Language = English
Error while closing file descriptor %1: %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2029
Severity = Error
Facility = Application
@@ -67,6 +70,9 @@ SymbolicName = WOLF_MSG_DAEMON_RETRIEVING_MAXNOFFDS_FAILED
Language = English
Unable to retrieve maximal number of files: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2030
Severity = Informational
Facility = Application
@@ -74,6 +80,9 @@ SymbolicName = WOLF_MSG_DAEMON_CLOSING_ALL_FDS
Language = English
Closing all filedescriptors up to %ld
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2031
Severity = Error
Facility = Application
@@ -81,6 +90,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_OPEN_FD_AS_DEV_NULL
Language = English
Unable to open fd %1 as /dev/null: %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2032
Severity = Error
Facility = Application
@@ -88,6 +100,9 @@ SymbolicName = WOLF_MSG_DAEMON_FD_NUMBERS_WRONG
Language = English
Something is wrong with the file descriptors (expecting %1, got %2)!
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2033
Severity = Error
Facility = Application
@@ -95,6 +110,9 @@ SymbolicName = WOLF_MSG_DAEMON_PIPE_ATOMIC_WRITE_FAILED
Language = English
Error in atomar write to fd %1: %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2034
Severity = Error
Facility = Application
@@ -102,6 +120,9 @@ SymbolicName = WOLF_MSG_DAEMON_PIPE_ATOMIC_WRITE_WRONG_OCTETS
Language = English
Unexpected number of octets %zd in atomar write to fd %1 (expected %zd)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2035
Severity = Error
Facility = Application
@@ -109,6 +130,9 @@ SymbolicName = WOLF_MSG_DAEMON_PIPE_ATOMIC_READ_FAILED
Language = English
Error in atmoar read from fd %1: %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2036
Severity = Error
Facility = Application
@@ -116,6 +140,9 @@ SymbolicName = WOLF_MSG_DAEMON_PIPE_ATOMIC_READ_WRONG_OCTETS
Language = English
Unexpected number of octets %zd in atomar read from fd %1 (expected %zd)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2037
Severity = Error
Facility = Application
@@ -123,6 +150,9 @@ SymbolicName = WOLF_MSG_DAEMON_ALREADY_RUNNING
Language = English
Already running as daemon!
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2038
Severity = Error
Facility = Application
@@ -130,6 +160,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_START_AS_NON_ROOT
Language = English
Unable to start daemon as not root user!
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2039
Severity = Error
Facility = Application
@@ -137,6 +170,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_CREATE_EXIT_CODE_PIPE
Language = English
Unable to create exit code pipe: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2040
Severity = Informational
Facility = Application
@@ -144,6 +180,9 @@ SymbolicName = WOLF_MSG_DAEMON_EXIT_CODE_PIPE_CREATED
Language = English
Created exit code pipe (%1,%2)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2041
Severity = Error
Facility = Application
@@ -151,6 +190,9 @@ SymbolicName = WOLF_MSG_DAEMON_FIRST_FORK_FAILED
Language = English
Unable to fork the first time: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2042
Severity = Informational
Facility = Application
@@ -158,6 +200,9 @@ SymbolicName = WOLF_MSG_DAEMON_FIRST_FORK_REACHED
Language = English
First fork reached
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2043
Severity = Informational
Facility = Application
@@ -165,6 +210,9 @@ SymbolicName = WOLF_MSG_DAEMON_PARENT_AFTER_FIRST_FORK
Language = English
Parent after first fork: child is %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2044
Severity = Error
Facility = Application
@@ -172,6 +220,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_CREATE_PARENT_PIPE
Language = English
Unable to create parent pipe: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2045
Severity = Informational
Facility = Application
@@ -179,6 +230,9 @@ SymbolicName = WOLF_MSG_DAEMON_PARENT_PIPE_CREATED
Language = English
Created parent pipe (%1,%2)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2046
Severity = Error
Facility = Application
@@ -186,6 +240,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_SET_NEW_PROCESS_GROUP
Language = English
Starting new process group session for the parent of the daemon failed: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2047
Severity = Error
Facility = Application
@@ -193,6 +250,9 @@ SymbolicName = WOLF_MSG_DAEMON_SECOND_FORK_FAILED
Language = English
Unable to fork the second time: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2048
Severity = Informational
Facility = Application
@@ -200,6 +260,9 @@ SymbolicName = WOLF_MSG_DAEMON_SECOND_FORK_REACHED
Language = English
Second fork reached
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2049
Severity = Informational
Facility = Application
@@ -207,6 +270,9 @@ SymbolicName = WOLF_MSG_DAEMON_PARENT_AFTER_SECOND_FORK
Language = English
Parent after second fork: child (and daemon) is %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2050
Severity = Error
Facility = Application
@@ -214,6 +280,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_SET_NEW_PROCESS_GROUP
Language = English
Starting new process group for daemon session failed: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2047
Severity = Error
Facility = Application
@@ -221,6 +290,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_CHANGE_ROOT_DIR
Language = English
Changing to root diretory failed: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2051
Severity = Informational
Facility = Application
@@ -228,6 +300,9 @@ SymbolicName = WOLF_MSG_DAEMON_CHANGED_ROOT_DIR
Language = English
Changed to root directory /
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2052
Severity = Informational
Facility = Application
@@ -235,6 +310,9 @@ SymbolicName = WOLF_MSG_DAEMON_SWITCHED_UMASK
Language = English
Switched umask from %04o to %04o
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2053
Severity = Error
Facility = Application
@@ -242,6 +320,9 @@ SymbolicName = WOLF_MSG_DAEMON_DAEMON_ALREADY_RUNNING_WITH_PID
Language = English
Another daemon is already running with pid '%1', can't start!
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2054
Severity = Informational
Facility = Application
@@ -249,6 +330,9 @@ SymbolicName = WOLF_MSG_DAEMON_SWITCHED_UMASK_FINAL
Language = English
Switched umask from %04o to %04o
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2055
Severity = Error
Facility = Application
@@ -256,6 +340,9 @@ SymbolicName = WOLF_MSG_DAEMON_GROUP_NOT_FOUND
Language = English
No group '%1' found
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2056
Severity = Error
Facility = Application
@@ -263,6 +350,9 @@ SymbolicName = WOLF_MSG_DAEMON_GETGRNAM_FAILED
Language = English
Unable to retrieve group information for group '%1': %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2057
Severity = Error
Facility = Application
@@ -270,6 +360,9 @@ SymbolicName = WOLF_MSG_DAEMON_USER_NOT_FOUND
Language = English
No user '%1' found
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2058
Severity = Error
Facility = Application
@@ -277,6 +370,9 @@ SymbolicName = WOLF_MSG_DAEMON_GETPWNAM_FAILED
Language = English
Unable to retrieve user information for user '%1': %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2059
Severity = Error
Facility = Application
@@ -284,6 +380,9 @@ SymbolicName = WOLF_MSG_DAEMON_SETTING_UNPRIVILEGED_GROUP_FAILED
Language = English
Setting unprivileged group failed: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2060
Severity = Error
Facility = Application
@@ -291,6 +390,9 @@ SymbolicName = WOLF_MSG_DAEMON_SETTING_UNPRIVILEGED_USER_FAILED
Language = English
Setting unprivileged user failed: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2061
Severity = Informational
Facility = Application
@@ -298,6 +400,9 @@ SymbolicName = WOLF_MSG_DAEMON_SWITCHED_USER
Language = English
Switched to user '%1' (%2) and group '%3' (%4)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2062
Severity = Informational
Facility = Application
@@ -305,6 +410,9 @@ SymbolicName = WOLF_MSG_DAEMON_EXIT_CALLED
Language = English
daemon_exit called int state %1 (error %2)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2063
Severity = Informational
Facility = Application
@@ -312,6 +420,9 @@ SymbolicName = WOLF_MSG_DAEMON_WAITING_FOR_EXIT_CODE_ON_PIPE
Language = English
Waiting on exit_code pipe for exit code
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2064
Severity = Informational
Facility = Application
@@ -319,6 +430,9 @@ SymbolicName = WOLF_MSG_DAEMON_TERMINATING_GRAND_PARENT
Language = English
Terminating grand-parent of daemon with code %1 (PID: %lu)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2065
Severity = Informational
Facility = Application
@@ -326,6 +440,9 @@ SymbolicName = WOLF_MSG_DAEMON_WAITING_FOR_TERMINATION
Language = English
Waiting on parent pipe for termination signal
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2066
Severity = Informational
Facility = Application
@@ -333,6 +450,9 @@ SymbolicName = WOLF_MSG_DAEMON_PARENT_GOT_TERMINATION
Language = English
Parent got termination (pidfile lock: %1, run: %2, fd: %3).. cleaning up now (PID: %lu)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2067
Severity = Informational
Facility = Application
@@ -340,6 +460,9 @@ SymbolicName = WOLF_MSG_DAEMON_TERMINATING_PARENT
Language = English
Terminating parent of daemon (PID %lu)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2068
Severity = Informational
Facility = Application
@@ -347,6 +470,9 @@ SymbolicName = WOLF_MSG_DAEMON_TERMINATING_DAEMON_OK
Language = English
Terminating daemon (PID: %lu)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2069
Severity = Informational
Facility = Application
@@ -354,6 +480,9 @@ SymbolicName = WOLF_MSG_DAEMON_TERMINATING_DAEMON_ERROR
Language = English
Terminating daemon (PID: %lu) with error
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2070
Severity = Error
Facility = Application
@@ -361,6 +490,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_CREATE_SIGNAL_PIPE
Language = English
Unable to create signal pipe: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2071
Severity = Informational
Facility = Application
@@ -368,6 +500,9 @@ SymbolicName = WOLF_MSG_DAEMON_SIGNAL_PIPE_CREATED
Language = English
Created signal pipe (%1,%2)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2072
Severity = Error
Facility = Application
@@ -375,6 +510,9 @@ SymbolicName = WOLF_MSG_DAEMON_SELECT_FAILED_WAITING_FOR_SIGNAL
Language = English
Error in select when waiting for signal from pipe: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2073
Severity = Error
Facility = Application
@@ -382,6 +520,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_READ_SIGNAL_FROM_PIPE
Language = English
Error while reading a signal from the pipe: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2074
Severity = Error
Facility = Application
@@ -389,6 +530,9 @@ SymbolicName = WOLF_MSG_DAEMON_NON_ATOMIC_READ_ON_SIGNAL_PIPE
Language = English
Unexpected error in read: result is %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2075
Severity = Informational
Facility = Application
@@ -396,6 +540,9 @@ SymbolicName = WOLF_MSG_DAEMON_NO_PIDFILE
Language = English
No pidfile '%1' found, daemon is not running
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2008
Severity = Error
Facility = Application
@@ -403,6 +550,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_OPEN_PIDFILE
Language = English
Unable to open pidfile '%1' for reading: %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2009
Severity = Informational
Facility = Application
@@ -410,6 +560,9 @@ SymbolicName = WOLF_MSG_DAEMON_ANOTHER_IS_RUNNING
Language = English
Another process locks the pidfile, daemon already running
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2010
Severity = Error
Facility = Application
@@ -417,6 +570,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_LOCK_PIDFILE
Language = English
Unable to lock pidfile '%1': %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2011
Severity = Error
Facility = Application
@@ -424,6 +580,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_READ_PID_FROM_PIDFILE
Language = English
Unable to read pid from pidfile '%1': %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2012
Severity = Error
Facility = Application
@@ -431,6 +590,9 @@ SymbolicName = WOLF_MSG_DAEMON_PIDFILE_WITH_ILLEGAL_DATA
Language = English
pidfile '%1' contains invalid data, can't read PID from it!
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2013
Severity = Informational
Facility = Application
@@ -438,6 +600,9 @@ SymbolicName = WOLF_MSG_DAEMON_FOUND_PID_IN_PIDFILE
Language = English
Found PID '%lu' in pidfile
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2014
Severity = Error
Facility = Application
@@ -445,6 +610,9 @@ SymbolicName = WOLF_MSG_DAEMON_FOUND_PID_BUT_NO_PROCESS_RUNNING
Language = English
Found PID '%lu' in pidfile '%1', but no such process is running. Check and manually delete the pidfile!
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2015
Severity = Error
Facility = Application
@@ -452,6 +620,9 @@ SymbolicName = WOLF_MSG_DAEMON_PROCESS_ALIVE_CHECK_FAILED
Language = English
Can't check if process with PID '%lu' is alive: %1
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2016
Severity = Informational
Facility = Application
@@ -459,6 +630,9 @@ SymbolicName = WOLF_MSG_DAEMON_ALREADY_RUNNING_WITH_PID
Language = English
A process with PID '%lu' is already running
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2017
Severity = Error
Facility = Application
@@ -466,6 +640,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_OPEN_PIDFILE
Language = English
Unable to open pidfile '%1' for writing: %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2009
Severity = Error
Facility = Application
@@ -473,6 +650,9 @@ SymbolicName = WOLF_MSG_DAEMON_PIDFILE_IN_USE
Language = English
Unable to lock pidfile '%1' after creation, daemon started in parallel?
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2018
Severity = Error
Facility = Application
@@ -480,6 +660,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_LOCK_PIDFILE_AFTER_CREATION
Language = English
Unable to lock pidfile '%1' after creation: %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2019
Severity = Error
Facility = Application
@@ -487,6 +670,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_TRUNCATE_PIDFILE
Language = English
Unable to truncate the pidfile '%1' before writing to it
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2020
Severity = Error
Facility = Application
@@ -494,6 +680,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_WRITE_PID_INTO_PIDFILE
Language = English
Unable to write PID into the pidfile '%1': %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2021
Severity = Error
Facility = Application
@@ -501,6 +690,9 @@ SymbolicName = WOLF_MSG_DAEMON_ATOMIC_PIDFILE_WRITE_FAILED
Language = English
Non-atomic write failed when storing the PID into the pidfile '%1'
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2022
Severity = Informational
Facility = Application
@@ -508,6 +700,9 @@ SymbolicName = WOLF_MSG_DAEMON_STORED_PIDFILE
Language = English
Stored '%lu' into the pidfile '%1' and locked it
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2023
Severity = Informational
Facility = Application
@@ -515,6 +710,9 @@ SymbolicName = WOLF_MSG_DAEMON_RELEASING_PIDFILE
Language = English
Releasing (unlocking/closing) pidfile '%1' (fd: %2, locked: %3)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2024
Severity = Error
Facility = Application
@@ -522,6 +720,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_UNLOCK_PIDFILE
Language = English
Unable to unlock the pidfile '%1': %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2025
Severity = Error
Facility = Application
@@ -529,6 +730,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_CLOSE_PIDFILE
Language = English
Unable to close the pidfile '%1': %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2026
Severity = Informational
Facility = Application
@@ -536,6 +740,9 @@ SymbolicName = WOLF_MSG_DAEMON_REMOVING_PIDFILE
Language = English
Removing pidfile '%1' (fd: %2, locked: %3, running: %4)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2027
Severity = Error
Facility = Application
@@ -543,6 +750,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_REMOVE_PIDFILE
Language = English
Unable to remove the pidfile '%1': %2
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2028
Severity = Error
Facility = Application
@@ -550,6 +760,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_INSTALL_IGNORE_SIGNAL
Language = English
Can't ignore signal handler for signal '%1' (%2): %3
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2001
Severity = Informational
Facility = Application
@@ -557,6 +770,9 @@ SymbolicName = WOLF_MSG_DAEMON_IGNORE_SIGNAL
Language = English
Ignoring signal handler for signal '%1' (%2)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2002
Severity = Error
Facility = Application
@@ -564,6 +780,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_INSTALL_CRITICAL_SIGNAL
Language = English
Can't install empty signal handler for signal '%1' (%2): %3
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2003
Severity = Informational
Facility = Application
@@ -571,6 +790,9 @@ SymbolicName = WOLF_MSG_DAEMON_CRITICAL_SIGNAL
Language = English
Installed empty signal handler for signal '%1' (%2)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2004
Severity = Error
Facility = Application
@@ -578,6 +800,9 @@ SymbolicName = WOLF_MSG_DAEMON_GOT_SIGNAL
Language = English
Got signal '%1' (%2)
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2005
Severity = Error
Facility = Application
@@ -585,6 +810,9 @@ SymbolicName = WOLF_MSG_DAEMON_CANT_INSTALL_FUNC_SIGNAL
Language = English
Can't install signal handler for signal '%1' (%2): %3
.
+Language = German
+TODO: Gettext here..
+.
MessageId = 2006
Severity = Informational
Facility = Application
@@ -592,3 +820,6 @@ SymbolicName = WOLF_MSG_DAEMON_FUNC_SIGNAL
Language = English
Installed signal handler for signal '%1' (%2)
.
+Language = German
+TODO: Gettext here..
+.