mirror of
https://github.com/anope/anope.git
synced 2026-06-29 04:26:37 +02:00
BUILD : 1.7.6 (525) BUGS : NOTES : Updated nl.l a bit
git-svn-id: svn://svn.anope.org/anope/trunk@525 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@379 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
8dfbdaeae6
commit
637bcee227
@@ -16,6 +16,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004
|
||||
11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages. [ #00]
|
||||
11/18 A Unable to use registered nicknames as bot nicks from now on. [ #00]
|
||||
11/18 A NSAddAccessOnReg to control access list on registration. [ #00]
|
||||
01/05 F Few updates to Dutch language file (nl.l). [ #00]
|
||||
01/05 F BotServ's banning would trigger a TSMODE error on a capable IRCd. [ #00]
|
||||
01/05 F Not resetting the topic on channel creation with KEEPTOPIC off. [#267]
|
||||
01/04 F Fixed up some alog() messages that were incorrect. [#266]
|
||||
|
||||
@@ -330,7 +330,7 @@ NICK_ALREADY_REGISTERED
|
||||
NICK_REGISTERED
|
||||
Nickname %s is geregistreerd onder jouw account: %s
|
||||
NICK_REGISTERED_NO_MASK
|
||||
Nickname %s registered.
|
||||
Nickname %s is geregistreerd.
|
||||
NICK_PASSWORD_IS
|
||||
Je wachtwoord is %s - onthoudt dit voor later gebruik.
|
||||
|
||||
@@ -2404,7 +2404,7 @@ OPER_ADMIN_LIST_FORMAT
|
||||
OPER_ADMIN_CLEAR
|
||||
Services admin lijst is leeggemaakt.
|
||||
OPER_ADMIN_MOVED
|
||||
%s has been moved to Services Administrators list.
|
||||
%s is verplaatst naar de Services admin lijst.
|
||||
|
||||
# OPER responses
|
||||
OPER_OPER_SYNTAX
|
||||
@@ -2437,7 +2437,7 @@ OPER_OPER_LIST_FORMAT
|
||||
OPER_OPER_CLEAR
|
||||
Services operator lijst is leeggemaakt.
|
||||
OPER_OPER_MOVED
|
||||
%s has been moved to Services Operators list.
|
||||
%s is verplaatst naar de Services operator lijst.
|
||||
|
||||
# AKILL responses
|
||||
OPER_AKILL_SYNTAX
|
||||
@@ -2646,17 +2646,17 @@ OPER_SET_NOEXPIRE_ERROR
|
||||
OPER_SET_UNKNOWN_OPTION
|
||||
Onbekende optie %s.
|
||||
OPER_SET_SQL_ON
|
||||
SQL code will be used.
|
||||
SQL code wordt gebruikt.
|
||||
OPER_SET_SQL_OFF
|
||||
SQL code will not be used.
|
||||
SQL code wordt niet gebruikt.
|
||||
OPER_SET_SQL_ERROR
|
||||
Setting for SQL must be ON or OFF.
|
||||
Instelling voor SQL moet ON of OFF zijn.
|
||||
OPER_SET_SQL_ERROR_INIT
|
||||
Error during init of SQL, check your logs to correct.
|
||||
Fout tijdens het initialiseren van SQL. Controleer de logs om dit op te lossen.
|
||||
OPER_SET_LIST_OPTION_ON
|
||||
%s is enable
|
||||
%s is ingeschakeld
|
||||
OPER_SET_LIST_OPTION_OFF
|
||||
%s is disabled
|
||||
%s is uitgeschakeld
|
||||
|
||||
# NOOP responses
|
||||
OPER_NOOP_SYNTAX
|
||||
@@ -2908,9 +2908,9 @@ OPER_EXCEPTION_INVALID_LIMIT
|
||||
OPER_EXCEPTION_INVALID_HOSTMASK
|
||||
Ongeldige hostmask. Alleen echte hostmasks zijn geldig als uitzondering omdat deze niet worden vergeleken met nicks of usernames.
|
||||
OPER_EXCEPTION_EXISTS
|
||||
%s already exists on the EXCEPTION list.
|
||||
%s bestaat al op de uitzonderingenlijst.
|
||||
OPER_EXCEPTION_CHANGED
|
||||
Exception for %s has been updated to %d.
|
||||
Uitzondering voor %s is veranderd in %d.
|
||||
|
||||
# SESSION responses
|
||||
OPER_SESSION_SYNTAX
|
||||
@@ -5553,16 +5553,16 @@ OPER_HELP_SET_SUPERADMIN
|
||||
niet meer nodig is.
|
||||
|
||||
OPER_HELP_SET_SQL
|
||||
Syntax: SET SQL {ON | OFF}
|
||||
|
||||
Setting this will toggle Anope's from usage of SQL, this should
|
||||
be used to disable and enable SQL should your SQL server go down
|
||||
while services are running.
|
||||
Gebruik: SET SQL {ON | OFF}
|
||||
|
||||
Deze instelling schakelt Anope's SQL gebruik. Zo kan al het SQL
|
||||
verkeer worden uitgezet als de SQL server onbereikbaar wordt
|
||||
terwijl services nog draaien.
|
||||
|
||||
OPER_HELP_SET_LIST
|
||||
Syntax: SET LIST
|
||||
|
||||
Display the various OperServ settings
|
||||
Gebruik: SET LIST
|
||||
|
||||
Geef de verschillende OperServ instellingen weer.
|
||||
|
||||
OPER_HELP_NOOP
|
||||
Gebruik: NOOP SET server
|
||||
@@ -6273,5 +6273,5 @@ OPER_UMODE_UNSUPPORTED
|
||||
Sorry, UMODE is niet beschikbaar op dit netwerk.
|
||||
|
||||
OPER_SUPER_ADMIN_NOT_ENABLED
|
||||
SuperAdmin setting not enabled in services.conf
|
||||
SuperAdmin instelling is niet ingeschakeld in services.conf
|
||||
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="6"
|
||||
VERSION_BUILD="524"
|
||||
VERSION_BUILD="525"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.6 (525)
|
||||
# BUGS :
|
||||
# NOTES : Updated nl.l a bit
|
||||
#
|
||||
# BUILD : 1.7.6 (524)
|
||||
# BUGS :
|
||||
# NOTES : bot_raw_ban was not adjusted for TSMODE capable IRCDs yet
|
||||
|
||||
Reference in New Issue
Block a user