summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormokkori <brezelzombie@live.de>2013-02-17 16:08:51 +0100
committerAdam <Adam@anope.org>2013-07-25 19:42:18 -0400
commitd2d89ac412dbdba0747e44cdf1e4c90e29f6ef2b (patch)
tree26a48c6e90a6eb02ba6326864c87879b810d00f2 /lang
parente090eaea65efdac33539d80317a9370c04681301 (diff)
Memory: Properly initialize and free new module languages.
Memory: Properly free strings in module config directive lookups. Memory: Do not leak module version and author in rare situations. Memory: Memory leak when deleting a module callback. Memory: Memory leaks with module messages. Memory: Memory leaks with module commands. Memory: Memory leaks with module event handlers. Memory: Memory leaks with module event hooks. Memory: Every module config entry of type string is leaked on config reload. Memory: Leak services root list, ulines list, host setters list, modules autoload list, modules delayed autoload list, hostserv/memoserv/helpserv/botserv/operserv/chanserv/nickserv core modules lists on config reload. Memory: Leaks with channel bans/invites/exceptions. Memory: Leak when updating already existing ignore. Memory: Invalid pointer read in slists. Memory: Leak when using /cs appendtopic. Memory: Leak on (currently impossible) config reload. Memory: Syscall param write(buf) points to uninitialised byte(s) in save_ns_dbase(). Memory: Leak if PreNickServDB is set and NSEmailReg is not. Removing a command no longer calls free() on help_param*, reversed previous changes Changes to CSMaxReg, MSMaxMemos and NewsCount are now properly reflected in help notices after config reload Small adjustments Fixed copy&paste mistake Fix findCommand() searching in the wrong command tables
Diffstat (limited to 'lang')
-rw-r--r--lang/cat.l4
-rw-r--r--lang/de.l4
-rw-r--r--lang/en_us.l4
-rw-r--r--lang/es.l4
-rw-r--r--lang/fr.l4
-rw-r--r--lang/gr.l4
-rw-r--r--lang/hun.l4
-rw-r--r--lang/it.l4
-rw-r--r--lang/ja_utf8.l4
-rw-r--r--lang/nl.l4
-rw-r--r--lang/pl.l4
-rw-r--r--lang/pt.l4
-rw-r--r--lang/ru.l4
-rw-r--r--lang/tr.l4
14 files changed, 28 insertions, 28 deletions
diff --git a/lang/cat.l b/lang/cat.l
index dc94b0706..c3a18bdcf 100644
--- a/lang/cat.l
+++ b/lang/cat.l
@@ -3423,7 +3423,7 @@ NEWS_HELP_LOGON
Edits or displays the list of logon news messages. When a
user connects to the network, these messages will be sent
- to them. (However, no more than %s messages will be
+ to them. (However, no more than %d messages will be
sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
@@ -3437,7 +3437,7 @@ NEWS_HELP_OPER
Edits or displays the list of oper news messages. When a
user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %s messages will
+ be sent to them. (However, no more than %d messages will
be sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
diff --git a/lang/de.l b/lang/de.l
index 96ec46b02..261760106 100644
--- a/lang/de.l
+++ b/lang/de.l
@@ -3373,7 +3373,7 @@ NEWS_HELP_LOGON
Zeigt oder bearbeitet die Liste der LogonNews.
Nach der Verbindung des Users werden diese Nachrichten
- angezeigt. (Es werden jedoch nur max. %s angezeigt, um ein
+ angezeigt. (Es werden jedoch nur max. %d angezeigt, um ein
Flooding des Users zu verhindern. Wenn mehr News
existieren, werden nur die neuesten angezeigt.)
Die Anzahl der News knnen in der services.conf festgelegt werden.
@@ -3388,7 +3388,7 @@ NEWS_HELP_OPER
Zeigt oder bearbeitet die Liste der Oper-News.Nachdem
sich ein User die Oper-Flags gesetzt hat (mit dem
/OPER Befehl) werden ihm diese Nachrichten angezeigt.
- (Es werden jedoch nur max. %s Nachrichten angezeigt, um ein
+ (Es werden jedoch nur max. %d Nachrichten angezeigt, um ein
Flooding des Users zu verhindern. Wenn mehr News
existieren, werden nur die nesten angezeigt.)
Die Anzahl der News knnen in der services.conf festgelegt werden.
diff --git a/lang/en_us.l b/lang/en_us.l
index 9cf6c6316..72db6eb3b 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -3283,7 +3283,7 @@ NEWS_HELP_LOGON
Edits or displays the list of logon news messages. When a
user connects to the network, these messages will be sent
- to them. (However, no more than %s messages will be
+ to them. (However, no more than %d messages will be
sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
@@ -3297,7 +3297,7 @@ NEWS_HELP_OPER
Edits or displays the list of oper news messages. When a
user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %s messages will
+ be sent to them. (However, no more than %d messages will
be sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
diff --git a/lang/es.l b/lang/es.l
index 86a00a0da..88a451350 100644
--- a/lang/es.l
+++ b/lang/es.l
@@ -3397,7 +3397,7 @@ NEWS_HELP_LOGON
Edits or displays the list of logon news messages. When a
user connects to the network, these messages will be sent
- to them. (However, no more than %s messages will be
+ to them. (However, no more than %d messages will be
sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
@@ -3411,7 +3411,7 @@ NEWS_HELP_OPER
Edits or displays the list of oper news messages. When a
user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %s messages will
+ be sent to them. (However, no more than %d messages will
be sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
diff --git a/lang/fr.l b/lang/fr.l
index 2d0eaeb07..a13b8587a 100644
--- a/lang/fr.l
+++ b/lang/fr.l
@@ -3483,7 +3483,7 @@ NEWS_HELP_LOGON
dite ou affiche la liste de messages Logon News. Lorsqu'un
utilisateur se connecte au rseau, ces messages leur seront
- envoys. (Cependant, pas plus de %s messages ne seront envoys
+ envoys. (Cependant, pas plus de %d messages ne seront envoys
pour viter le flood des utilisateurs. Si il y a plusieurs
messages de news, seuls les plus rcents seront envoys.) Le
nombre de news envoyes peut tre configur dans le
@@ -3498,7 +3498,7 @@ NEWS_HELP_OPER
dite ou affiche la liste des messages Oper News. Quand un
utilisateur utilise la commande /OPER, ces messages lui seront
- envoys. (Cependant, pas plus de %s messages ne seront envoys
+ envoys. (Cependant, pas plus de %d messages ne seront envoys
afin de ne pas flooder l'utilisateur. Si il y a plusieurs
messages news, seuls les plus rcents seront envoys.) Le nombre
de news envoyes peut tre configur dans le services.conf.
diff --git a/lang/gr.l b/lang/gr.l
index ae504132a..48f5cbc3d 100644
--- a/lang/gr.l
+++ b/lang/gr.l
@@ -3415,7 +3415,7 @@ NEWS_HELP_LOGON
Edits or displays the list of logon news messages. When a
user connects to the network, these messages will be sent
- to them. (However, no more than %s messages will be
+ to them. (However, no more than %d messages will be
sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
@@ -3429,7 +3429,7 @@ NEWS_HELP_OPER
Edits or displays the list of oper news messages. When a
user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %s messages will
+ be sent to them. (However, no more than %d messages will
be sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
diff --git a/lang/hun.l b/lang/hun.l
index 590c5ab26..11fa09fca 100644
--- a/lang/hun.l
+++ b/lang/hun.l
@@ -3349,7 +3349,7 @@ NEWS_HELP_LOGON
Edits or displays the list of logon news messages. When a
user connects to the network, these messages will be sent
- to them. (However, no more than %s messages will be
+ to them. (However, no more than %d messages will be
sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
@@ -3363,7 +3363,7 @@ NEWS_HELP_OPER
Edits or displays the list of oper news messages. When a
user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %s messages will
+ be sent to them. (However, no more than %d messages will
be sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
diff --git a/lang/it.l b/lang/it.l
index b73695eea..1221035ab 100644
--- a/lang/it.l
+++ b/lang/it.l
@@ -3308,7 +3308,7 @@ NEWS_HELP_LOGON
Edits or displays the list of logon news messages. When a
user connects to the network, these messages will be sent
- to them. (However, no more than %s messages will be
+ to them. (However, no more than %d messages will be
sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
@@ -3322,7 +3322,7 @@ NEWS_HELP_OPER
Edits or displays the list of oper news messages. When a
user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %s messages will
+ be sent to them. (However, no more than %d messages will
be sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
diff --git a/lang/ja_utf8.l b/lang/ja_utf8.l
index 3f3d7944b..e18d7020c 100644
--- a/lang/ja_utf8.l
+++ b/lang/ja_utf8.l
@@ -3286,7 +3286,7 @@ NEWS_HELP_LOGON
ログオンニュースを編集または表示する。ユーザがネットワークに
接続したときに、これらのメッセージがユーザに送信される
(ただし、ユーザにこれを flood 攻撃と勘違いさせないために、
- %s 個以上のメッセージは送信されない。この場合、
+ %d 個以上のメッセージは送信されない。この場合、
メッセージは新しいものから順に送信される)。
NewsCount は services.conf 内で設定する。
@@ -3300,7 +3300,7 @@ NEWS_HELP_OPER
サーバオペレータニュースを編集または表示する。ユーザが
サーバオペレータになる (/OPER コマンドで) と、これらのメッセージ
がユーザに送信される。(ただし、ユーザにこれを flood 攻撃と勘違い
- させないために、%s 個以上のメッセージは送信されない。
+ させないために、%d 個以上のメッセージは送信されない。
この場合、メッセージは新しいものから順に送信される)。
NewsCount は services.conf 内で設定する。
diff --git a/lang/nl.l b/lang/nl.l
index c33f2b64e..a5f860c7e 100644
--- a/lang/nl.l
+++ b/lang/nl.l
@@ -3376,7 +3376,7 @@ NEWS_HELP_LOGON
Wijzigt de lijst met login nieuwsberichten of geeft deze weer.
Wanneer een gebruiker met het netwerk verbindt, worden deze
berichten naar hem/haar verzonden. (Echter, er zullen nooit
- meer dan %s berichten worden verstuurd om het flooden van de
+ meer dan %d berichten worden verstuurd om het flooden van de
gebruiker te voorkomen. Als er meer nieuwsberichten
zijn worden alleen de meest recente vestuurd.)
NewsCount kan geconfigureerd worden in services.conf.
@@ -3391,7 +3391,7 @@ NEWS_HELP_OPER
Wijzigt de lijst met oper nieuwsberichten of geeft deze weer.
Wanneer een gebruiker opert (dmv het /OPER commando), worden
deze berichtennaar hem/haar verzonden. (Echter, er zullen
- nooit meer dan %s berichten worden verstuurd om het flooden
+ nooit meer dan %d berichten worden verstuurd om het flooden
van de gebruiker te voorkomen. Als er meer nieuwsberichten
zijn worden alleen de meest recente vestuurd.)
NewsCount kan geconfigureerd worden in services.conf.
diff --git a/lang/pl.l b/lang/pl.l
index 145a700e5..7edfb3831 100644
--- a/lang/pl.l
+++ b/lang/pl.l
@@ -4392,7 +4392,7 @@ NEWS_HELP_LOGON
Edytuje lub wywietla list wiadomoci wysyanych po
przyczeniu uytkownika do sieci. Jeli zdefniowanych
- wiadomoci jest wicej tylko najnowsze %s zostanie
+ wiadomoci jest wicej tylko najnowsze %d zostanie
wysanych (aby zapobiec floodowaniu). Warto NewsCount
moe zosta zmieniona w pliku konfiguracyjym serwisw.
@@ -4405,7 +4405,7 @@ NEWS_HELP_OPER
Edytuje lub wywietla list wiadomoci wysyanych po
wykonaniu polecenia /OPER. Jeli zdefiniowanych
- wiadomoci jest wicej tylko najnowsze %s zostanie
+ wiadomoci jest wicej tylko najnowsze %d zostanie
wysanych (aby zapobiec floodowaniu). Warto NewsCount
moe zosta zmieniona w pliku konfiguracyjym serwisw.
diff --git a/lang/pt.l b/lang/pt.l
index 3fe287556..fd24698fd 100644
--- a/lang/pt.l
+++ b/lang/pt.l
@@ -3325,7 +3325,7 @@ NEWS_HELP_LOGON
Edits or displays the list of logon news messages. When a
user connects to the network, these messages will be sent
- to them. (However, no more than %s messages will be
+ to them. (However, no more than %d messages will be
sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
@@ -3339,7 +3339,7 @@ NEWS_HELP_OPER
Edits or displays the list of oper news messages. When a
user opers up (with the /OPER command), these messages will
- be sent to them. (However, no more than %s messages will
+ be sent to them. (However, no more than %d messages will
be sent in order to avoid flooding the user. If there are
more news messages, only the most recent will be sent.)
NewsCount can be configured in services.conf.
diff --git a/lang/ru.l b/lang/ru.l
index 0377d836f..aa5a5847c 100644
--- a/lang/ru.l
+++ b/lang/ru.l
@@ -3299,7 +3299,7 @@ NEWS_HELP_LOGON
,
, .
,
- %s (), -
+ %d (), -
. NewsCount,
- , services.conf
@@ -3320,7 +3320,7 @@ NEWS_HELP_OPER
IRC- ( /OPER),
.
,
- %s (), -
+ %d (), -
. NewsCount,
- , services.conf
diff --git a/lang/tr.l b/lang/tr.l
index 102ec2167..422d83341 100644
--- a/lang/tr.l
+++ b/lang/tr.l
@@ -3418,7 +3418,7 @@ NEWS_HELP_LOGON
Giri haberleri ve mesajlarn dzenlemek icin kullanlr.
Kullanc sunucuya balant anda bu belirtilen mesajlar giris yapan kullancya
- iletilir. (Bununla beraber, %s adetten fazla mesaj kullancya
+ iletilir. (Bununla beraber, %d adetten fazla mesaj kullancya
gonderilmez. Eer cok fazla mesaj eklenmi bulunuyor ise
bunlardan en yenileri kullancya ulatrlr.)
NewsCount(Giri haberleri) zellikleri services.conf'ta belirtilmitir ve bu dosyadan ayarlanabilir.
@@ -3432,7 +3432,7 @@ NEWS_HELP_OPER
Giri haberleri ve mesajlarn dzenlemek icin kullanlr(Ynetici girileri).
Kullanc sunucu ierisinde ynetici konumuna gectii anda bu belirtilen mesajlar giris yapan operatore
- iletilir. (Bununla beraber, %s adetten fazla mesaj yneticiye
+ iletilir. (Bununla beraber, %d adetten fazla mesaj yneticiye
gonderilmez. Eer cok fazla mesaj eklenmi bulunuyor ise
bunlardan en yenileri kullancya ulatrlr.)
NewsCount(Giri haberleri) zellikleri services.conf'ta belirtilmitir ve bu dosyadan ayarlanabilir.