From 70f1558a2eca8295e30bb1e381d948056333634d Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 27 Oct 2012 21:02:32 +0000 Subject: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1592 82007160-df01-0410-b94d-b575c5fd34c7 --- messages/README | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 messages/README (limited to 'messages/README') diff --git a/messages/README b/messages/README new file mode 100644 index 0000000..b62a162 --- /dev/null +++ b/messages/README @@ -0,0 +1,45 @@ +Translated message files (user/admin submitted) + +There are user submitted message files for ircd-hybrid-8. Read the +example file in this directory (ircd-standard.example.lang) and the file +doc/messages.txt to learn how to create, install, and possibly submit +your own .lang files. + +At the present time, the following languages are supported: + +brazilian portuguese - maintained by Marcelo Lipienski +swedish - maintained by trbz - Chris C +croatian - maintained by Martin - Vid Strpic +french - maintained by joshk - Joshua Kwan +german - maintained by dmalloc - Darian Lanx +italian - maintained by Afaa - Federico Giovannini +norwegian - maintained by inglish - Stephen Olsen +danish - maintained by Xride - Soren Straarup Andersen +spanish - maintained by ermak - anonymous +dutch - maintained by Riedel - Dennis Vink +polish - maintained by adx - Piotr Nizynski +russian - maintained by Ilya - Ilya Shtift +romanian - maintained by Bogdan Mintoi + +All of the files are installed into the prefix directory, under messages. +Each is installed into a different directory, prefixed by ircd-. + +The message locale is settable at runtime with /quote SET MSGLOCALE language, +ex. /quote SET MSGLOCALE ircd-german + +and via the message_locale="language"; in the general block of the ircd.conf. +ex. message_locale="ircd-german"; + +-- +The ircd-hybrid team is not accountable for any mistakes, mistranslations, or +accidental insults from the use of one of the included translations. All +translations are done by individuals who have given their time and skills to +provide localized users with pre-built translations. The ircd-hybrid team +will try, but cannot guarantee that the translations are up to date with the +rest of the source tree, and with the "customized" messages. + +Contributions are welcome, at present time please send contributed translations +to bugs@ircd-hybrid.org, hybrid@ircd-hybrid.org, or directly to one of the people +who work with the translations. + +$Id$ -- cgit