1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 01:03:13 +02:00

Compare commits

...

44 Commits

Author SHA1 Message Date
Sadie Powell 46e1395e62 Release 2.0.8. 2020-10-07 13:15:31 +01:00
Sadie Powell 6117299ecd Update the changelog. 2020-10-07 13:15:31 +01:00
Sadie Powell f8777097d1 Fix last case check for le64toh. 2020-10-07 13:15:31 +01:00
TheMythPT a79046e025 Update nickserv.example.conf
This breaks the `killprotect' functionality, because a user is expected to turn into guest after the specified amount of time.
Also new users that register their nicknames will wonder why they can't join a +R channel but they didn't change their nick to Guest*
2020-10-06 15:20:56 +01:00
Sadie Powell d0e8392445 Fix the global/global command showing the wrong origin nick. 2020-10-06 15:13:14 +01:00
Sadie Powell af8056d2dd Simplify the definition of _le64toh in the siphash implementation. 2020-10-06 14:52:55 +01:00
Sadie Powell 4ba871c631 Remove use of the deprecated register keyword.
Fixes a build error on C++17 compilers.
2020-10-02 16:53:13 +01:00
miwob da08dd6d0e Minor spelling fix in operserv.example.conf. it's vs its 2020-10-02 16:52:38 +01:00
miwob 1ac3b38fa8 Update/modernize ircd-hybrid protocol module to stay link compatible with next ircd-hybrid release 2020-10-02 14:53:08 +01:00
Sadie Powell c29b72fcdc Add C++98 and C++14 build matrixes to the Linux CI. 2020-10-02 14:27:04 +01:00
Sadie Powell a3673a5a2d Update the changelogs. 2020-10-01 10:26:20 +01:00
Sam James (sam_c) 9701cbcd08 Fix musl build (gettext internals)
__USE_GNU_GETTEXT is exposed by musl because they provide
a GNU gettext-compatible interface. This doesn't mean they
provide all the internals that glibc does.

Check for __GLIBC__ if using internal _nl_msg_cat_cntr.

Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
2020-09-28 13:11:24 +01:00
Sadie Powell 1af02bf2a9 Switch from Travis CI to GitHub Actions.
Closes #153.
2020-09-28 12:47:52 +01:00
Michael bf725aa8dc HostServ: Remove vhost when a nick is dropped 2020-09-28 12:15:48 +01:00
Sadie Powell 52914216f0 Clarify that unreal4 also works for UnrealIRCd 5. 2020-09-14 16:49:25 +01:00
Sadie Powell 8180dd414e Implement support for immutable account identifiers. 2020-09-10 15:15:34 +01:00
miwob ff28985384 Fix -Wclass-memaccess warning:
/anope/src/misc.cpp: In function ‘Anope::string Anope::Resolve(const Anope::string&, int)’:
/anope/src/misc.cpp:742:60: warning: ‘void* memcpy(void*, const void*, size_t)’ copying an object of non-trivial type ‘union sockaddrs’ from an array of ‘struct sockaddr’ [-Wclass-memaccess]
   memcpy(&addr, addrresult->ai_addr, addrresult->ai_addrlen);
                                                            ^
In file included from /anope/include/users.h:21,
                 from /anope/include/bots.h:12,
                 from /anope/include/regchannel.h:18,
                 from /anope/include/config.h:16,
                 from /anope/src/misc.cpp:16:
/anope/include/sockets.h:27:18: note: ‘union sockaddrs’ declared here
 union CoreExport sockaddrs
                  ^~~~~~~~~
2020-09-10 13:22:42 +01:00
miwob 584a209b28 ircd-hybrid protocol module: add support for channel mode 'K' (no knock) 2020-08-01 13:39:35 +01:00
Matt Schatz c327d1aeef Improve wording of the resetpass:confirm log message. 2020-04-06 09:49:46 +01:00
Matt Schatz 0d0763f72f Fix the handling of topic messages with InspIRCd v3. 2020-03-26 08:24:39 +00:00
Robby 4d101569f8 Update the mailmap. 2020-01-24 11:13:26 +01:00
Robby 8866612160 Update my mailmap entries. 2020-01-24 10:05:39 +01:00
Robby d69b14e54c Fix a typo in the mailmap. 2020-01-24 09:50:29 +01:00
Sadie Powell 505eed9eef InspIRCd: send an oper type of "service" instead of "services".
This fixes a grammar issue with RPL_WHOISOPERATOR where users would
see "ChanServ is a services on NetworkName".
2020-01-21 18:27:29 +00:00
Sadie Powell b188a1c0cd Update my name and email address. 2020-01-20 20:48:22 +00:00
Robby 2c1f8260fd ms_info: Fix a typo in the INFO output when a nickname has been given.
Update the dutch language file.
2020-01-07 04:37:19 +01:00
Robby d319fc6eb5 m_chanstats: Make ChanServ's HELP SET CHANSTATS translatable too. (#253)
Also refresh the language files while at it.
2020-01-07 02:45:30 +01:00
Dragone2 83eea99317 Update for Italian translation (#253). 2020-01-06 16:37:16 +01:00
Dragone2 55a23c7253 Update for Italian translation (#250). 2020-01-04 16:54:44 +01:00
Robby c8699c6726 Update copyright to 2020.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \;
2020-01-04 15:51:20 +01:00
Matt Schatz 95c8478ec5 Fix the handling of kick messages with InspIRCd v3. 2020-01-04 12:40:20 +01:00
Peter Powell cba1313a40 Revert "Fix the length limit for InspIRCd v3 S2S messages."
This is causing build errors for some people and i'm unsure why.

This reverts commit a4ab6876c3.
2019-12-15 12:40:31 +00:00
Peter Powell 96ea61d8b8 Add the <limits> include to the inspircd3 module. 2019-12-15 01:50:31 +00:00
Peter Powell 523f89f45f Enable C++11 features on non-GCC C++11 compilers. 2019-12-14 19:16:44 +00:00
Peter Powell 6617d29b52 Fix a bunch of broken indentation. 2019-12-14 18:38:13 +00:00
Peter Powell a4ab6876c3 Fix the length limit for InspIRCd v3 S2S messages. 2019-12-14 18:06:53 +00:00
Peter Powell ff0109d6ba inspircd3: Refer to modules using without a prefix/suffix. 2019-12-14 17:53:42 +00:00
Matt Schatz 059c78aee3 Fix retrieval of TopicLock status in IRCDMessageMetadata. 2019-11-27 18:21:01 +00:00
Matt Schatz f75c5011e2 Update IRCDMessageMetadata for channel metadata.
- InspIRCd 3 now includes the channel TS in any channel metadata.
This pushes the type and value by one.
- Update the messages sent from this function accordingly.
- Fix retrieval of TopicLock status.
2019-11-27 18:21:01 +00:00
Peter Powell 2832c736dd Fix parsing InspIRCd v3 IJOIN messages.
Thanks to @H7-25 and @genius3000 for reporting this.
2019-11-17 10:23:06 +00:00
Matt Schatz f34ba4b1f0 Add the SSL ExtensibleItem for Users.
Copied this directly from inspircd12.cpp, which
inspircd20.cpp inherited from.
2019-11-12 13:06:32 +00:00
Adam 91dde90ad2 Merge pull request #246 from genius3000/2.0+unconfimed_info
Fix NickServ INFO and GLIST showing an incorrect unconfirmed expiry.
2019-11-11 21:20:55 -05:00
Matt Schatz 661b320d23 Look up unconfirmedexpire from the correct module.
- NickServ INFO and GLIST were looking in the wrong module.
2019-11-11 19:15:54 -07:00
Adam ae7706ae55 Bump for 2.0.8-git 2019-11-02 20:59:02 -04:00
364 changed files with 1649 additions and 1362 deletions
+51
View File
@@ -0,0 +1,51 @@
name: Linux CI
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-20.04
env:
CXX: ${{ matrix.compiler }}
CXXFLAGS: -std=${{ matrix.standard }}
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update --assume-yes
sudo apt-get install --assume-yes --no-install-recommends \
clang \
g++ \
git \
libc++-dev \
libc++abi-dev \
libgnutls28-dev \
libldap2-dev \
libmysqlclient-dev \
libpcre3-dev \
libsqlite3-dev \
libssl-dev \
libtre-dev \
make
- name: Enable extras
run: |
for MODULE in m_ldap.cpp m_ldap_authentication.cpp m_ldap_oper.cpp m_mysql.cpp m_regex_pcre.cpp m_regex_posix.cpp m_regex_tre.cpp m_sql_authentication.cpp m_sql_log.cpp m_sql_oper.cpp m_sqlite.cpp m_ssl_gnutls.cpp m_ssl_openssl.cpp stats
do
ln -s ${{ github.workspace }}/modules/extra/$MODULE ${{ github.workspace }}/modules
done
- name: Run CMake
run: |
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE:STRING=DEBUG -DINSTDIR:STRING=${{ github.workspace }}/run ..
- name: Build Anope
run: |
make --directory ${{ github.workspace }}/build --jobs $(nproc) --no-print-directory install
strategy:
fail-fast: false
matrix:
compiler:
- clang++
- g++
standard:
- c++98
- c++17
+1
View File
@@ -1,3 +1,4 @@
config.cache config.cache
include/sysconf.h include/sysconf.h
build/ build/
run/
+15 -4
View File
@@ -1,3 +1,4 @@
(svnadmin) <svn@localhost> <svn svn@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
Adam <adam@anope.org> <adam-@5417fbe8-f217-4b02-8779-1006273d7864> Adam <adam@anope.org> <adam-@5417fbe8-f217-4b02-8779-1006273d7864>
Adam <adam@anope.org> <adam@adam-laptop.(none)> Adam <adam@anope.org> <adam@adam-laptop.(none)>
Adam <adam@anope.org> <Adam@anope.org> Adam <adam@anope.org> <Adam@anope.org>
@@ -5,9 +6,11 @@ Adam <adam@anope.org> <Adam@drink-coca-cola.info>
Adam <adam@anope.org> <Adam@sigterm.info> Adam <adam@anope.org> <Adam@sigterm.info>
Adam Kramer <ribosome@anope.org> <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Adam Kramer <ribosome@anope.org> <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
Alvaro Toledo <atoledo@keldon.org> <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Alvaro Toledo <atoledo@keldon.org> <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
Attila Molnar <attilamolnar@hush.com>
Björn Stiddien <keeper@anope.org> <keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Björn Stiddien <keeper@anope.org> <keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
Charles Kingsley <chaz@anope.org> Charles Kingsley <chaz@anope.org>
Charles Kingsley <chaz@anope.org> <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> Charles Kingsley <chaz@anope.org> <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>
Cronus <cronus@nite-serv.com>
Daniel Engel <dane@zero.org> <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Daniel Engel <dane@zero.org> <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
David Robson <rob@anope.org> <robbeh@5417fbe8-f217-4b02-8779-1006273d7864> David Robson <rob@anope.org> <robbeh@5417fbe8-f217-4b02-8779-1006273d7864>
David Robson <rob@anope.org> <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> David Robson <rob@anope.org> <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
@@ -15,6 +18,7 @@ Dennis Friis <peavey@inspircd.org> <peavey peavey@inspircd.org@5417fbe8-f217-4b0
Fabio Scotoni <cculex@gmail.com> Fabio Scotoni <cculex@gmail.com>
Florian Schulze <certus@anope.org> <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Florian Schulze <certus@anope.org> <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
Gabriel Acevedo H. <drstein@anope.org> <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Gabriel Acevedo H. <drstein@anope.org> <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
Harakiri <harakiri@overstack.fr>
Jan Milants <viper@anope.org> Jan Milants <viper@anope.org>
Jan Milants <viper@anope.org> <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> Jan Milants <viper@anope.org> <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>
Jan Milants <viper@anope.org> <viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Jan Milants <viper@anope.org> <viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
@@ -23,17 +27,24 @@ Jens Voss <dukepyrolator@anope.org> <DukePyrolator@5417fbe8-f217-4b02-8779-10062
Jens Voss <dukepyrolator@anope.org> <DukePyrolator@anope.org> Jens Voss <dukepyrolator@anope.org> <DukePyrolator@anope.org>
Jens Voss <dukepyrolator@anope.org> Jens Voß <jens@pyrobook.(none)> Jens Voss <dukepyrolator@anope.org> Jens Voß <jens@pyrobook.(none)>
Lee Holmes <lethality@anope.org> Lee Holmes <lethality@anope.org>
Lee Holmes <lethality@anope.org> <lee@lethality.me.uk>
Mark Summers <mark@goopler.net> <mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Mark Summers <mark@goopler.net> <mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
Matt Schatz <genius3000@g3k.solutions>
Matt Ullman <matt@airraidsirens.com> <blindsight@gamesurge.net>
Michael Hazell <michaelhazell@hotmail.com> <Techman-@users.noreply.github.com>
Michael Wobst <wobst.michael@web.de>
Michael Wobst <wobst.michael@web.de> <michael@static.163.129.251.148.clients.your-server.de>
Michael Wobst <wobst.michael@web.de> <michael@wobst.at>
Naram Qashat <cyberbotx@anope.org> <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> Naram Qashat <cyberbotx@anope.org> <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>
Naram Qashat <cyberbotx@anope.org> <cyberbotx@cyberbotx.com> Naram Qashat <cyberbotx@anope.org> <cyberbotx@cyberbotx.com>
Naram Qashat <cyberbotx@anope.org> <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> Naram Qashat <cyberbotx@anope.org> <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>
Pieter Bootsma <geniusdex@anope.org> <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Pieter Bootsma <geniusdex@anope.org> <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
Robby <robby@anope.org> Robby <robby@chatbelgie.be> <robby@anope.org>
Robby <robby@chat.be> Robby <robby@chatbelgie.be> <robby@chat.be>
Robby <robby@chatbelgie.be>
Robin Burchell <w00t@inspircd.org> <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> Robin Burchell <w00t@inspircd.org> <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>
Robin Burchell <w00t@inspircd.org> <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> Robin Burchell <w00t@inspircd.org> <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>
Sadie Powell <sadie@witchery.services> Peter Powell <petpow@saberuk.com>
Sebastian Barfurth <github@afreshmelon.com>
Sebastian V. <hal9000@denorastats.org> Sebastian V. <hal9000@denorastats.org>
Sebastian V. <hal9000@denorastats.org> <pimpmylinux@5417fbe8-f217-4b02-8779-1006273d7864> Sebastian V. <hal9000@denorastats.org> <pimpmylinux@5417fbe8-f217-4b02-8779-1006273d7864>
(svnadmin) <svn@localhost> <svn svn@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
Trystan S. Lee <trystan@nomadirc.net> <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> Trystan S. Lee <trystan@nomadirc.net> <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>
-16
View File
@@ -1,16 +0,0 @@
language: cpp
compiler:
- gcc
before_script:
- mkdir build
- cd build
- cmake -DINSTDIR:STRING=~/services -DDEFUMASK:STRING=077 -DCMAKE_BUILD_TYPE:STRING=DEBUG -DUSE_RUN_CC_PL:BOOLEAN=ON ..
script:
- make
notifications:
irc:
- "irc.anope.org#anope-devel"
+1 -1
View File
@@ -2,7 +2,7 @@
# #
# Configuration script for Services. # Configuration script for Services.
# #
# Anope (c) 2003-2019 Anope Team # Anope (c) 2003-2020 Anope Team
# Contact us at team@anope.org # Contact us at team@anope.org
# #
# This program is free but copyrighted software; see the file COPYING for # This program is free but copyrighted software; see the file COPYING for
+1 -1
View File
@@ -261,7 +261,7 @@ serverinfo
* - plexus * - plexus
* - ratbox * - ratbox
* - unreal (for 3.2.x) * - unreal (for 3.2.x)
* - unreal4 * - unreal4 (for 4.x or later)
*/ */
module module
{ {
+1 -1
View File
@@ -262,7 +262,7 @@ module
* being recognized, unless they manually add an address to the access list of their account. * being recognized, unless they manually add an address to the access list of their account.
* This directive is optional. * This directive is optional.
*/ */
addaccessonreg = yes addaccessonreg = no
} }
command { service = "NickServ"; name = "ACCESS"; command = "nickserv/access"; } command { service = "NickServ"; name = "ACCESS"; command = "nickserv/access"; }
+1 -1
View File
@@ -544,7 +544,7 @@ command { service = "OperServ"; name = "RELOAD"; command = "operserv/reload"; pe
* *
* This module enables session limiting. Session limiting prevents users from connecting more than a certain * This module enables session limiting. Session limiting prevents users from connecting more than a certain
* number of times from the same IP at the same time - thus preventing most types of cloning. * number of times from the same IP at the same time - thus preventing most types of cloning.
* Once a host reaches it's session limit, all clients attempting to connect from that host will * Once a host reaches its session limit, all clients attempting to connect from that host will
* be killed. Exceptions to the default session limit can be defined via the exception list. * be killed. Exceptions to the default session limit can be defined via the exception list.
* *
* Used to manage the session limit exception list, and view currently active sessions. * Used to manage the session limit exception list, and view currently active sessions.
+1 -1
View File
@@ -261,7 +261,7 @@ serverinfo
* - plexus * - plexus
* - ratbox * - ratbox
* - unreal (for 3.2.x) * - unreal (for 3.2.x)
* - unreal4 * - unreal4 (for 4.x or later)
*/ */
module module
{ {
+14
View File
@@ -1,3 +1,17 @@
Anope Version 2.0.8
-------------------
Add +K channel mode for ircd-hybrid
Add immutable identifiers to user accounts
Fix build on systems that use musl libc
Fix help of global/global not showing the correct origin nick
Fix not removing vhosts when an nick is dropped
Fix parsing channel metadata on InspIRCd 3+
Fix parsing kicks on InspIRCd 3+
Fix parsing topic changes on InspIRCd 3+
Fix topiclock on InspIRCd
Modernize the ircd-hybrid protocol module
Anope Version 2.0.7 Anope Version 2.0.7
------------------- -------------------
Fix not sending login data on successful NickServ GROUP Fix not sending login data on successful NickServ GROUP
+4
View File
@@ -1,3 +1,7 @@
Anope Version 2.0.8
-------------------
Fix ns_register:unconfirmedexpire not being used
Anope Version 2.0.7 Anope Version 2.0.7
------------------- -------------------
Add nickserv/recover permission Add nickserv/recover permission
+3 -3
View File
@@ -1,7 +1,7 @@
Anope -- a set of IRC services for IRC networks Anope -- a set of IRC services for IRC networks
----------------------------------------------- -----------------------------------------------
Anope is 2003-2019 Anope Team <team@anope.org>. Anope is 2003-2020 Anope Team <team@anope.org>.
Based on Epona 2000-2002 PegSoft <epona@pegsoft.net>. Based on Epona 2000-2002 PegSoft <epona@pegsoft.net>.
Based on Services 1996-1999 Andrew Church <achurch@achurch.org>. Based on Services 1996-1999 Andrew Church <achurch@achurch.org>.
@@ -168,12 +168,12 @@ Table of Contents
* Bahamut 1.4.27 or later (including 1.8) * Bahamut 1.4.27 or later (including 1.8)
* Charybdis 3.4 or later * Charybdis 3.4 or later
* Hybrid 8.2 or later * ircd-hybrid 8.2.23 or later
* InspIRCd 1.2 or later * InspIRCd 1.2 or later
* ngIRCd 19.2 or later * ngIRCd 19.2 or later
* Plexus 3 or later * Plexus 3 or later
* Ratbox 2.0.6 or later * Ratbox 2.0.6 or later
* UnrealIRCd 3.2 or 4 * UnrealIRCd 3.2 or later
Anope could also work with some of the daemons derived by the ones listed Anope could also work with some of the daemons derived by the ones listed
above, but there's no support for them if they work or don't work. above, but there's no support for them if they work or don't work.
+1 -1
View File
@@ -3,7 +3,7 @@
/** /**
* XMLRPC Functions * XMLRPC Functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
*/ */
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -80,7 +80,7 @@ class CoreExport ChanAccess : public Serializable
public: public:
typedef std::vector<ChanAccess *> Path; typedef std::vector<ChanAccess *> Path;
/* The provider that created this access entry */ /* The provider that created this access entry */
AccessProvider *provider; AccessProvider *provider;
/* Channel this access entry is on */ /* Channel this access entry is on */
Serialize::Reference<ChannelInfo> ci; Serialize::Reference<ChannelInfo> ci;
@@ -139,7 +139,7 @@ class CoreExport AccessGroup
/* access entries + paths */ /* access entries + paths */
std::vector<ChanAccess::Path> paths; std::vector<ChanAccess::Path> paths;
/* Channel these access entries are on */ /* Channel these access entries are on */
const ChannelInfo *ci; const ChannelInfo *ci;
/* Account these entries affect, if any */ /* Account these entries affect, if any */
const NickCore *nc; const NickCore *nc;
/* super_admin always gets all privs. founder is a special case where ci->founder == nc */ /* super_admin always gets all privs. founder is a special case where ci->founder == nc */
+14 -6
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -20,9 +20,11 @@
typedef Anope::hash_map<NickAlias *> nickalias_map; typedef Anope::hash_map<NickAlias *> nickalias_map;
typedef Anope::hash_map<NickCore *> nickcore_map; typedef Anope::hash_map<NickCore *> nickcore_map;
typedef TR1NS::unordered_map<uint64_t, NickCore *> nickcoreid_map;
extern CoreExport Serialize::Checker<nickalias_map> NickAliasList; extern CoreExport Serialize::Checker<nickalias_map> NickAliasList;
extern CoreExport Serialize::Checker<nickcore_map> NickCoreList; extern CoreExport Serialize::Checker<nickcore_map> NickCoreList;
extern CoreExport nickcoreid_map NickCoreIdList;
/* A registered nickname. /* A registered nickname.
* It matters that Base is here before Extensible (it is inherited by Serializable) * It matters that Base is here before Extensible (it is inherited by Serializable)
@@ -45,7 +47,7 @@ class CoreExport NickAlias : public Serializable, public Extensible
/* Account this nick is tied to. Multiple nicks can be tied to a single account. */ /* Account this nick is tied to. Multiple nicks can be tied to a single account. */
Serialize::Reference<NickCore> nc; Serialize::Reference<NickCore> nc;
/** Constructor /** Constructor
* @param nickname The nick * @param nickname The nick
* @param nickcore The nickcore for this nick * @param nickcore The nickcore for this nick
*/ */
@@ -55,7 +57,7 @@ class CoreExport NickAlias : public Serializable, public Extensible
void Serialize(Serialize::Data &data) const anope_override; void Serialize(Serialize::Data &data) const anope_override;
static Serializable* Unserialize(Serializable *obj, Serialize::Data &); static Serializable* Unserialize(Serializable *obj, Serialize::Data &);
/** Set a vhost for the user /** Set a vhost for the user
* @param ident The ident * @param ident The ident
* @param host The host * @param host The host
* @param creator Who created the vhost * @param creator Who created the vhost
@@ -107,8 +109,10 @@ class CoreExport NickCore : public Serializable, public Extensible
{ {
/* Channels which reference this core in some way (this is on their access list, akick list, is founder, successor, etc) */ /* Channels which reference this core in some way (this is on their access list, akick list, is founder, successor, etc) */
Serialize::Checker<std::map<ChannelInfo *, int> > chanaccess; Serialize::Checker<std::map<ChannelInfo *, int> > chanaccess;
/* Unique identifier for the account. */
uint64_t id;
public: public:
/* Name of the account. Find(display)->nc == this. */ /* Name of the account. Find(display)->nc == this. */
Anope::string display; Anope::string display;
/* User password in form of hashm:data */ /* User password in form of hashm:data */
Anope::string pass; Anope::string pass;
@@ -140,8 +144,9 @@ class CoreExport NickCore : public Serializable, public Extensible
/** Constructor /** Constructor
* @param display The display nick * @param display The display nick
* @param id The account id
*/ */
NickCore(const Anope::string &nickdisplay); NickCore(const Anope::string &nickdisplay, uint64_t nickid = 0);
~NickCore(); ~NickCore();
void Serialize(Serialize::Data &data) const anope_override; void Serialize(Serialize::Data &data) const anope_override;
@@ -178,6 +183,9 @@ class CoreExport NickCore : public Serializable, public Extensible
*/ */
unsigned GetAccessCount() const; unsigned GetAccessCount() const;
/** Retrieves the account id for this user */
uint64_t GetId();
/** Find an entry in the nick's access list /** Find an entry in the nick's access list
* *
* @param entry The nick!ident@host entry to search for * @param entry The nick!ident@host entry to search for
@@ -242,7 +250,7 @@ class CoreExport IdentifyRequest
virtual ~IdentifyRequest(); virtual ~IdentifyRequest();
public: public:
/* One of these is called when the request goes through */ /* One of these is called when the request goes through */
virtual void OnSuccess() = 0; virtual void OnSuccess() = 0;
virtual void OnFail() = 0; virtual void OnFail() = 0;
+8 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -470,6 +470,13 @@ namespace Anope
*/ */
extern CoreExport bool Decrypt(const Anope::string &src, Anope::string &dest); extern CoreExport bool Decrypt(const Anope::string &src, Anope::string &dest);
/** Hashes a buffer with SipHash-2-4
* @param src The start of the buffer to hash
* @param src_sz The total number of bytes in the buffer
* @param key A 16 byte key to hash the buffer with.
*/
extern CoreExport uint64_t SipHash24(const void *src, unsigned long src_sz, const char key[16]);
/** Returns a sequence of data formatted as the format argument specifies. /** Returns a sequence of data formatted as the format argument specifies.
** After the format parameter, the function expects at least as many ** After the format parameter, the function expects at least as many
** additional arguments as specified in format. ** additional arguments as specified in format.
+2 -2
View File
@@ -1,7 +1,7 @@
/* /*
* *
* (C) 2008-2011 Adam <Adam@anope.org> * (C) 2008-2011 Adam <Adam@anope.org>
* (C) 2008-2019 Anope Team <team@anope.org> * (C) 2008-2020 Anope Team <team@anope.org>
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
*/ */
@@ -50,7 +50,7 @@ class Reference : public ReferenceBase
protected: protected:
T *ref; T *ref;
public: public:
Reference() : ref(NULL) Reference() : ref(NULL)
{ {
} }
+1 -1
View File
@@ -1,7 +1,7 @@
/* /*
* *
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org> * (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
* (C) 2008-2019 Anope Team <team@anope.org> * (C) 2008-2020 Anope Team <team@anope.org>
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
*/ */
+3 -3
View File
@@ -1,6 +1,6 @@
/* Channel support /* Channel support
* *
* (C) 2008-2019 Anope Team * (C) 2008-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -41,7 +41,7 @@ class CoreExport Channel : public Base, public Extensible
ModeList modes; ModeList modes;
public: public:
/* Channel name */ /* Channel name */
Anope::string name; Anope::string name;
/* Set if this channel is registered. ci->c == this. Contains information relevant to the registered channel */ /* Set if this channel is registered. ci->c == this. Contains information relevant to the registered channel */
Serialize::Reference<ChannelInfo> ci; Serialize::Reference<ChannelInfo> ci;
@@ -139,7 +139,7 @@ class CoreExport Channel : public Base, public Extensible
/** See if a channel has a mode /** See if a channel has a mode
* @param name The mode name * @param name The mode name
* @return The number of modes set * @return The number of modes set
* @param param The optional mode param * @param param The optional mode param
*/ */
size_t HasMode(const Anope::string &name, const Anope::string &param = ""); size_t HasMode(const Anope::string &name, const Anope::string &param = "");
+4 -4
View File
@@ -1,6 +1,6 @@
/* Declarations for command data. /* Declarations for command data.
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -101,7 +101,7 @@ class CoreExport Command : public Service
bool require_user; bool require_user;
public: public:
/* Maximum paramaters accepted by this command */ /* Maximum paramaters accepted by this command */
size_t max_params; size_t max_params;
/* Minimum parameters required to use this command */ /* Minimum parameters required to use this command */
size_t min_params; size_t min_params;
@@ -136,11 +136,11 @@ class CoreExport Command : public Service
bool AllowUnregistered() const; bool AllowUnregistered() const;
bool RequireUser() const; bool RequireUser() const;
/** Get the command description /** Get the command description
* @param source The source wanting the command description * @param source The source wanting the command description
* @return The commands description * @return The commands description
*/ */
virtual const Anope::string GetDesc(CommandSource &source) const; virtual const Anope::string GetDesc(CommandSource &source) const;
/** Execute this command. /** Execute this command.
* @param source The source * @param source The source
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -35,7 +35,7 @@ namespace Configuration
int linenum; int linenum;
public: public:
Block(const Anope::string &); Block(const Anope::string &);
const Anope::string &GetName() const; const Anope::string &GetName() const;
int CountBlock(const Anope::string &name); int CountBlock(const Anope::string &name);
Block* GetBlock(const Anope::string &name, int num = 0); Block* GetBlock(const Anope::string &name, int num = 0);
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -164,7 +164,7 @@ template<typename T>
class SerializableExtensibleItem : public PrimitiveExtensibleItem<T> class SerializableExtensibleItem : public PrimitiveExtensibleItem<T>
{ {
public: public:
SerializableExtensibleItem(Module *m, const Anope::string &n) : PrimitiveExtensibleItem<T>(m, n) { } SerializableExtensibleItem(Module *m, const Anope::string &n) : PrimitiveExtensibleItem<T>(m, n) { }
void ExtensibleSerialize(const Extensible *e, const Serializable *s, Serialize::Data &data) const anope_override void ExtensibleSerialize(const Extensible *e, const Serializable *s, Serialize::Data &data) const anope_override
{ {
@@ -186,7 +186,7 @@ template<>
class SerializableExtensibleItem<bool> : public PrimitiveExtensibleItem<bool> class SerializableExtensibleItem<bool> : public PrimitiveExtensibleItem<bool>
{ {
public: public:
SerializableExtensibleItem(Module *m, const Anope::string &n) : PrimitiveExtensibleItem<bool>(m, n) { } SerializableExtensibleItem(Module *m, const Anope::string &n) : PrimitiveExtensibleItem<bool>(m, n) { }
void ExtensibleSerialize(const Extensible *e, const Serializable *s, Serialize::Data &data) const anope_override void ExtensibleSerialize(const Extensible *e, const Serializable *s, Serialize::Data &data) const anope_override
{ {
+1 -1
View File
@@ -1,7 +1,7 @@
/* /*
* *
* (C) 2002-2011 InspIRCd Development Team * (C) 2002-2011 InspIRCd Development Team
* (C) 2009-2019 Anope Team <team@anope.org> * (C) 2009-2020 Anope Team <team@anope.org>
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
*/ */
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2008-2019 Anope Team * (C) 2008-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -64,7 +64,7 @@ class CoreExport NumberList
class CoreExport ListFormatter class CoreExport ListFormatter
{ {
public: public:
typedef std::map<Anope::string, Anope::string> ListEntry; typedef std::map<Anope::string, Anope::string> ListEntry;
private: private:
NickCore *nc; NickCore *nc;
std::vector<Anope::string> columns; std::vector<Anope::string> columns;
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -52,7 +52,7 @@ struct LogFile
class CoreExport Log class CoreExport Log
{ {
public: public:
/* Bot that should log this message */ /* Bot that should log this message */
BotInfo *bi; BotInfo *bi;
/* For commands, the user executing the command, but might not always exist */ /* For commands, the user executing the command, but might not always exist */
User *u; User *u;
@@ -113,7 +113,7 @@ class CoreExport Log
class CoreExport LogInfo class CoreExport LogInfo
{ {
public: public:
BotInfo *bot; BotInfo *bot;
std::vector<Anope::string> targets; std::vector<Anope::string> targets;
std::vector<LogFile *> logfiles; std::vector<LogFile *> logfiles;
int last_day; int last_day;
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -26,7 +26,7 @@ namespace Mail
class Message : public Thread class Message : public Thread
{ {
private: private:
Anope::string sendmail_path; Anope::string sendmail_path;
Anope::string send_from; Anope::string send_from;
Anope::string mail_to; Anope::string mail_to;
Anope::string addr; Anope::string addr;
@@ -36,7 +36,7 @@ namespace Mail
bool success; bool success;
public: public:
/** Construct this message. Once constructed call Thread::Start to launch the mail sending. /** Construct this message. Once constructed call Thread::Start to launch the mail sending.
* @param sf Config->SendFrom * @param sf Config->SendFrom
* @param mailto Name of person being mailed (u->nick, nc->display, etc) * @param mailto Name of person being mailed (u->nick, nc->display, etc)
* @param addr Destination address to mail * @param addr Destination address to mail
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -19,9 +19,9 @@ class CoreExport Memo : public Serializable
{ {
public: public:
MemoInfo *mi; MemoInfo *mi;
bool unread; bool unread;
bool receipt; bool receipt;
Memo(); Memo();
~Memo(); ~Memo();
void Serialize(Serialize::Data &data) const anope_override; void Serialize(Serialize::Data &data) const anope_override;
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -165,7 +165,7 @@ namespace Message
struct CoreExport Whois : IRCDMessage struct CoreExport Whois : IRCDMessage
{ {
Whois(Module *creator, const Anope::string &mname = "WHOIS") : IRCDMessage(creator, mname, 1) { SetFlag(IRCDMESSAGE_SOFT_LIMIT); } Whois(Module *creator, const Anope::string &mname = "WHOIS") : IRCDMessage(creator, mname, 1) { SetFlag(IRCDMESSAGE_SOFT_LIMIT); }
void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override; void Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override;
}; };
+8 -8
View File
@@ -1,7 +1,7 @@
/* Mode support /* Mode support
* *
* (C) 2008-2011 Adam <Adam@anope.org> * (C) 2008-2011 Adam <Adam@anope.org>
* (C) 2008-2019 Anope Team <team@anope.org> * (C) 2008-2020 Anope Team <team@anope.org>
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
*/ */
@@ -39,8 +39,8 @@ enum ModeClass
class CoreExport Mode : public Base class CoreExport Mode : public Base
{ {
public: public:
/* Mode name */ /* Mode name */
Anope::string name; Anope::string name;
/* Class of mode this is (user/channel) */ /* Class of mode this is (user/channel) */
ModeClass mclass; ModeClass mclass;
/* Mode char for this, eg 'b' */ /* Mode char for this, eg 'b' */
@@ -78,7 +78,7 @@ class CoreExport UserMode : public Mode
class CoreExport UserModeParam : public UserMode class CoreExport UserModeParam : public UserMode
{ {
public: public:
/** constructor /** constructor
* @param name The mode name * @param name The mode name
* @param mc The mode char * @param mc The mode char
*/ */
@@ -229,9 +229,9 @@ class CoreExport ChannelStatus
{ {
Anope::string modes; Anope::string modes;
public: public:
ChannelStatus(); ChannelStatus();
ChannelStatus(const Anope::string &modes); ChannelStatus(const Anope::string &modes);
void AddMode(char c); void AddMode(char c);
void DelMode(char c); void DelMode(char c);
bool HasMode(char c) const; bool HasMode(char c) const;
bool Empty() const; bool Empty() const;
@@ -399,7 +399,7 @@ class CoreExport Entry
Anope::string nick, user, host, real; Anope::string nick, user, host, real;
/** Constructor /** Constructor
* @param mode What mode this host is for, can be empty for unknown/no mode * @param mode What mode this host is for, can be empty for unknown/no mode
* @param host A full or poartial nick!ident@host/cidr#real name mask * @param host A full or poartial nick!ident@host/cidr#real name mask
*/ */
Entry(const Anope::string &mode, const Anope::string &host); Entry(const Anope::string &mode, const Anope::string &host);
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+2 -2
View File
@@ -1,6 +1,6 @@
/* Modular support /* Modular support
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -1138,7 +1138,7 @@ class CoreExport ModuleManager
*/ */
static std::vector<Module *> EventHandlers[I_SIZE]; static std::vector<Module *> EventHandlers[I_SIZE];
/** List of all modules loaded in Anope /** List of all modules loaded in Anope
*/ */
static std::list<Module *> Modules; static std::list<Module *> Modules;
+1 -1
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+2 -2
View File
@@ -1,6 +1,6 @@
/* ChanServ core functions /* ChanServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -37,6 +37,6 @@ struct LogSettings : Serialize::Checker<std::vector<LogSetting *> >
} }
public: public:
virtual ~LogSettings() { } virtual ~LogSettings() { }
virtual LogSetting *Create() = 0; virtual LogSetting *Create() = 0;
}; };
+2 -2
View File
@@ -1,6 +1,6 @@
/* ChanServ core functions /* ChanServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -74,7 +74,7 @@ struct ModeLocks
/** Get details for a specific mlock /** Get details for a specific mlock
* @param mname The mode name * @param mname The mode name
* @param An optional param to match with * @param An optional param to match with
* @return The MLock, if any * @return The MLock, if any
*/ */
virtual const ModeLock *GetMLock(const Anope::string &mname, const Anope::string &param = "") = 0; virtual const ModeLock *GetMLock(const Anope::string &mname, const Anope::string &param = "") = 0;
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -139,8 +139,8 @@ namespace DNS
/* Use result cache if available */ /* Use result cache if available */
bool use_cache; bool use_cache;
/* Request id */ /* Request id */
unsigned short id; unsigned short id;
/* Creator of this request */ /* Creator of this request */
Module *creator; Module *creator;
Request(Manager *mgr, Module *c, const Anope::string &addr, QueryType qt, bool cache = false) : Timer(0), Question(addr, qt), manager(mgr), Request(Manager *mgr, Module *c, const Anope::string &addr, QueryType qt, bool cache = false) : Timer(0), Question(addr, qt), manager(mgr),
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -17,7 +17,7 @@ namespace Encryption
class Context class Context
{ {
public: public:
virtual ~Context() { } virtual ~Context() { }
virtual void Update(const unsigned char *data, size_t len) = 0; virtual void Update(const unsigned char *data, size_t len) = 0;
virtual void Finalize() = 0; virtual void Finalize() = 0;
virtual Hash GetFinalizedHash() = 0; virtual Hash GetFinalizedHash() = 0;
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2012-2019 Anope Team * (C) 2012-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -99,7 +99,7 @@ class HTTPPage : public Base
Anope::string content_type; Anope::string content_type;
public: public:
HTTPPage(const Anope::string &u, const Anope::string &ct = "text/html") : url(u), content_type(ct) { } HTTPPage(const Anope::string &u, const Anope::string &ct = "text/html") : url(u), content_type(ct) { }
const Anope::string &GetURL() const { return this->url; } const Anope::string &GetURL() const { return this->url; }
@@ -137,7 +137,7 @@ class HTTPClient : public ClientSocket, public BinarySocket, public Base
class HTTPProvider : public ListenSocket, public Service class HTTPProvider : public ListenSocket, public Service
{ {
Anope::string ip; Anope::string ip;
unsigned short port; unsigned short port;
bool ssl; bool ssl;
public: public:
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2011-2019 Anope Team * (C) 2011-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* NickServ core functions /* NickServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2011-2019 Anope Team * (C) 2011-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* OperServ ignore interface /* OperServ ignore interface
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2011-2019 Anope Team * (C) 2011-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2011-2019 Anope Team * (C) 2011-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -35,7 +35,7 @@ struct Exception : Serializable
class SessionService : public Service class SessionService : public Service
{ {
public: public:
typedef TR1NS::unordered_map<cidr, Session *, cidr::hash> SessionMap; typedef TR1NS::unordered_map<cidr, Session *, cidr::hash> SessionMap;
typedef std::vector<Exception *> ExceptionVector; typedef std::vector<Exception *> ExceptionVector;
SessionService(Module *m) : Service(m, "SessionService", "session") { } SessionService(Module *m) : Service(m, "SessionService", "session") { }
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2011-2019 Anope Team * (C) 2011-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+4 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2011-2019 Anope Team * (C) 2011-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -16,6 +16,9 @@ class GlobalService : public Service
{ {
} }
/** Retrieves the bot which sends global messages unless otherwise specified. */
virtual Reference<BotInfo> GetDefaultSender() = 0;
/** Send out a global message to all users /** Send out a global message to all users
* @param sender Our client which should send the global * @param sender Our client which should send the global
* @param source The sender of the global * @param source The sender of the global
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2011-2019 Anope Team * (C) 2011-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2011-2019 Anope Team * (C) 2011-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2014-2019 Anope Team * (C) 2014-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -12,7 +12,7 @@ namespace SQL
class Data : public Serialize::Data class Data : public Serialize::Data
{ {
public: public:
typedef std::map<Anope::string, std::stringstream *> Map; typedef std::map<Anope::string, std::stringstream *> Map;
Map data; Map data;
std::map<Anope::string, Type> types; std::map<Anope::string, Type> types;
@@ -142,7 +142,7 @@ namespace SQL
Anope::string error; Anope::string error;
public: public:
unsigned int id; unsigned int id;
Anope::string finished_query; Anope::string finished_query;
Result() : id(0) { } Result() : id(0) { }
Result(unsigned int i, const Query &q, const Anope::string &fq, const Anope::string &err = "") : query(q), error(err), id(i), finished_query(fq) { } Result(unsigned int i, const Query &q, const Anope::string &fq, const Anope::string &err = "") : query(q), error(err), id(i), finished_query(fq) { }
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2010-2019 Anope Team * (C) 2010-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2010-2019 Anope Team * (C) 2010-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -28,7 +28,7 @@ class XMLRPCServiceInterface;
class XMLRPCEvent class XMLRPCEvent
{ {
public: public:
virtual ~XMLRPCEvent() { } virtual ~XMLRPCEvent() { }
virtual bool Run(XMLRPCServiceInterface *iface, HTTPClient *client, XMLRPCRequest &request) = 0; virtual bool Run(XMLRPCServiceInterface *iface, HTTPClient *client, XMLRPCRequest &request) = 0;
}; };
+2 -2
View File
@@ -1,7 +1,7 @@
/* /*
* *
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org> * (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
* (C) 2008-2019 Anope Team <team@anope.org> * (C) 2008-2020 Anope Team <team@anope.org>
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
*/ */
@@ -67,7 +67,7 @@ class CoreExport OperType
*/ */
std::set<OperType *> inheritances; std::set<OperType *> inheritances;
public: public:
/** Modes to set when someone identifys using this opertype /** Modes to set when someone identifys using this opertype
*/ */
Anope::string modes; Anope::string modes;
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -22,7 +22,7 @@ class CoreExport IRCDProto : public Service
Anope::string proto_name; Anope::string proto_name;
protected: protected:
IRCDProto(Module *creator, const Anope::string &proto_name); IRCDProto(Module *creator, const Anope::string &proto_name);
public: public:
virtual ~IRCDProto(); virtual ~IRCDProto();
+4 -4
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2008-2019 Anope Team * (C) 2008-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -36,7 +36,7 @@ class CoreExport AutoKick : public Serializable
time_t addtime; time_t addtime;
time_t last_used; time_t last_used;
AutoKick(); AutoKick();
~AutoKick(); ~AutoKick();
void Serialize(Serialize::Data &data) const anope_override; void Serialize(Serialize::Data &data) const anope_override;
static Serializable* Unserialize(Serializable *obj, Serialize::Data &); static Serializable* Unserialize(Serializable *obj, Serialize::Data &);
@@ -56,7 +56,7 @@ class CoreExport ChannelInfo : public Serializable, public Extensible
Anope::map<int16_t> levels; Anope::map<int16_t> levels;
public: public:
friend class ChanAccess; friend class ChanAccess;
friend class AutoKick; friend class AutoKick;
Anope::string name; /* Channel name */ Anope::string name; /* Channel name */
@@ -82,7 +82,7 @@ class CoreExport ChannelInfo : public Serializable, public Extensible
time_t banexpire; /* Time bans expire in */ time_t banexpire; /* Time bans expire in */
/** Constructor /** Constructor
* @param chname The channel name * @param chname The channel name
*/ */
ChannelInfo(const Anope::string &chname); ChannelInfo(const Anope::string &chname);
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -30,7 +30,7 @@ class CoreExport Regex
protected: protected:
Regex(const Anope::string &expr) : expression(expr) { } Regex(const Anope::string &expr) : expression(expr) { }
public: public:
virtual ~Regex() { } virtual ~Regex() { }
const Anope::string &GetExpression() { return expression; } const Anope::string &GetExpression() { return expression; }
virtual bool Matches(const Anope::string &str) = 0; virtual bool Matches(const Anope::string &str) = 0;
}; };
+7 -7
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -22,7 +22,7 @@ namespace Serialize
class Data class Data
{ {
public: public:
enum Type enum Type
{ {
DT_TEXT, DT_TEXT,
DT_INT DT_INT
@@ -62,7 +62,7 @@ class CoreExport Serializable : public virtual Base
friend class Serialize::Type; friend class Serialize::Type;
/* The type of item this object is */ /* The type of item this object is */
Serialize::Type *s_type; Serialize::Type *s_type;
/* Iterator into serializable_items */ /* Iterator into serializable_items */
std::list<Serializable *>::iterator s_iter; std::list<Serializable *>::iterator s_iter;
/* The hash of the last serialized form of this object committed to the database */ /* The hash of the last serialized form of this object committed to the database */
size_t last_commit; size_t last_commit;
@@ -70,7 +70,7 @@ class CoreExport Serializable : public virtual Base
time_t last_commit_time; time_t last_commit_time;
protected: protected:
Serializable(const Anope::string &serialize_type); Serializable(const Anope::string &serialize_type);
Serializable(const Serializable &); Serializable(const Serializable &);
Serializable &operator=(const Serializable &); Serializable &operator=(const Serializable &);
@@ -78,7 +78,7 @@ class CoreExport Serializable : public virtual Base
public: public:
virtual ~Serializable(); virtual ~Serializable();
/* Unique ID (per type, not globally) for this object */ /* Unique ID (per type, not globally) for this object */
uint64_t id; uint64_t id;
/* Only used by redis, to ignore updates */ /* Only used by redis, to ignore updates */
@@ -130,7 +130,7 @@ class CoreExport Serialize::Type : public Base
time_t timestamp; time_t timestamp;
public: public:
/* Map of Serializable::id to Serializable objects */ /* Map of Serializable::id to Serializable objects */
std::map<uint64_t, Serializable *> objects; std::map<uint64_t, Serializable *> objects;
/** Creates a new serializable type /** Creates a new serializable type
@@ -247,7 +247,7 @@ class Serialize::Reference : public ReferenceBase
T *ref; T *ref;
public: public:
Reference() : ref(NULL) Reference() : ref(NULL)
{ {
} }
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -79,8 +79,8 @@ class CoreExport Server : public Extensible
~Server(); ~Server();
public: public:
/* Number of users on the server */ /* Number of users on the server */
unsigned users; unsigned users;
/** Delete this server with a reason /** Delete this server with a reason
* @param reason The reason * @param reason The reason
+3 -3
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -43,7 +43,7 @@ class CoreExport Service : public virtual Base
} }
public: public:
static Service *FindService(const Anope::string &t, const Anope::string &n) static Service *FindService(const Anope::string &t, const Anope::string &n)
{ {
std::map<Anope::string, std::map<Anope::string, Service *> >::const_iterator it = Services.find(t); std::map<Anope::string, std::map<Anope::string, Service *> >::const_iterator it = Services.find(t);
if (it == Services.end()) if (it == Services.end())
@@ -122,7 +122,7 @@ class ServiceReference : public Reference<T>
Anope::string name; Anope::string name;
public: public:
ServiceReference() { } ServiceReference() { }
ServiceReference(const Anope::string &t, const Anope::string &n) : type(t), name(n) ServiceReference(const Anope::string &t, const Anope::string &n) : type(t), name(n)
{ {
+2 -2
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -48,7 +48,7 @@
#define _(x) x #define _(x) x
#ifdef __GXX_EXPERIMENTAL_CXX0X__ #if defined __GXX_EXPERIMENTAL_CXX0X__ || __cplusplus >= 201103L
# define anope_override override # define anope_override override
# define anope_final final # define anope_final final
#else #else
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+12 -12
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -98,7 +98,7 @@ class CoreExport cidr
Anope::string cidr_ip; Anope::string cidr_ip;
unsigned short cidr_len; unsigned short cidr_len;
public: public:
cidr(const Anope::string &ip); cidr(const Anope::string &ip);
cidr(const Anope::string &ip, unsigned char len); cidr(const Anope::string &ip, unsigned char len);
cidr(const sockaddrs &ip, unsigned char len); cidr(const sockaddrs &ip, unsigned char len);
Anope::string mask() const; Anope::string mask() const;
@@ -147,7 +147,7 @@ class CoreExport SocketIO
virtual ~SocketIO() { } virtual ~SocketIO() { }
/** Receive something from the buffer /** Receive something from the buffer
* @param s The socket * @param s The socket
* @param buf The buf to read to * @param buf The buf to read to
* @param sz How much to read * @param sz How much to read
* @return Number of bytes received * @return Number of bytes received
@@ -208,13 +208,13 @@ class CoreExport Socket
bool ipv6; bool ipv6;
public: public:
std::bitset<SF_SIZE> flags; std::bitset<SF_SIZE> flags;
/* Sockaddrs for bind() (if it's bound) */ /* Sockaddrs for bind() (if it's bound) */
sockaddrs bindaddr; sockaddrs bindaddr;
/* I/O functions used for this socket */ /* I/O functions used for this socket */
SocketIO *io; SocketIO *io;
/** Empty constructor, should not be called. /** Empty constructor, should not be called.
*/ */
@@ -225,7 +225,7 @@ class CoreExport Socket
* @param ipv6 true if using ipv6 * @param ipv6 true if using ipv6
* @param type The socket type, defaults to SOCK_STREAM * @param type The socket type, defaults to SOCK_STREAM
*/ */
Socket(int sock, bool ipv6 = false, int type = SOCK_STREAM); Socket(int sock, bool ipv6 = false, int type = SOCK_STREAM);
/** Destructor, closes the socket and removes it from the engine /** Destructor, closes the socket and removes it from the engine
*/ */
@@ -277,8 +277,8 @@ class CoreExport Socket
class CoreExport BufferedSocket : public virtual Socket class CoreExport BufferedSocket : public virtual Socket
{ {
protected: protected:
/* Things read from the socket */ /* Things read from the socket */
Anope::string read_buffer; Anope::string read_buffer;
/* Things to be written to the socket */ /* Things to be written to the socket */
Anope::string write_buffer; Anope::string write_buffer;
/* How much data was received from this socket on this recv() */ /* How much data was received from this socket on this recv() */
@@ -385,8 +385,8 @@ class CoreExport ListenSocket : public virtual Socket
bool ProcessRead(); bool ProcessRead();
/** Called when a connection is accepted /** Called when a connection is accepted
* @param fd The FD for the new connection * @param fd The FD for the new connection
* @param addr The sockaddr for where the connection came from * @param addr The sockaddr for where the connection came from
* @return The new socket * @return The new socket
*/ */
virtual ClientSocket *OnAccept(int fd, const sockaddrs &addr) = 0; virtual ClientSocket *OnAccept(int fd, const sockaddrs &addr) = 0;
@@ -462,10 +462,10 @@ class CoreExport ClientSocket : public virtual Socket
class CoreExport Pipe : public Socket class CoreExport Pipe : public Socket
{ {
public: public:
/** The FD of the write pipe /** The FD of the write pipe
* this->sock is the readfd * this->sock is the readfd
*/ */
int write_pipe; int write_pipe;
Pipe(); Pipe();
~Pipe(); ~Pipe();
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+2 -2
View File
@@ -1,6 +1,6 @@
/* Timer include stuff. /* Timer include stuff.
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -17,7 +17,7 @@
class CoreExport Timer class CoreExport Timer
{ {
private: private:
/** The owner of the timer, if any /** The owner of the timer, if any
*/ */
Module *owner; Module *owner;
+4 -4
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -38,9 +38,9 @@ class UplinkSocket : public ConnectionSocket, public BufferedSocket
std::stringstream buffer; std::stringstream buffer;
public: public:
Message(); Message();
Message(const MessageSource &); Message(const MessageSource &);
~Message(); ~Message();
template<typename T> Message &operator<<(const T &val) template<typename T> Message &operator<<(const T &val)
{ {
this->buffer << val; this->buffer << val;
+2 -2
View File
@@ -1,7 +1,7 @@
/* /*
* *
* (C) 2008-2011 Robin Burchell <w00t@inspircd.org> * (C) 2008-2011 Robin Burchell <w00t@inspircd.org>
* (C) 2003-2019 Anope Team <team@anope.org> * (C) 2003-2020 Anope Team <team@anope.org>
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
* *
@@ -56,7 +56,7 @@ class CoreExport User : public virtual Base, public Extensible, public CommandRe
public: // XXX: exposing a tiny bit too much public: // XXX: exposing a tiny bit too much
/* User's current nick */ /* User's current nick */
Anope::string nick; Anope::string nick;
/* User's real hostname */ /* User's real hostname */
+1 -1
View File
@@ -1,6 +1,6 @@
/* Build bumper /* Build bumper
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2008-2019 Anope Team * (C) 2008-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+40 -39
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2010-09-19 20:12-0400\n" "PO-Revision-Date: 2010-09-19 20:12-0400\n"
"Last-Translator: Adam <adam@anope.org>\n" "Last-Translator: Adam <adam@anope.org>\n"
"Language-Team: Catalan\n" "Language-Team: Catalan\n"
@@ -637,8 +637,7 @@ msgstr "BAN #channel nick [reason]"
msgid "channel modes" msgid "channel modes"
msgstr "MODE canal Modes" msgstr "MODE canal Modes"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
#, fuzzy #, fuzzy
msgid "channel nick" msgid "channel nick"
msgstr "UNBAN canal [nick]" msgstr "UNBAN canal [nick]"
@@ -796,7 +795,8 @@ msgstr "DEL [canal] {numero | llista | ALL}"
msgid "channel [description]" msgid "channel [description]"
msgstr "REGISTER canal descripció" msgstr "REGISTER canal descripció"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
#, fuzzy #, fuzzy
msgid "channel [nick]" msgid "channel [nick]"
msgstr "UNBAN canal [nick]" msgstr "UNBAN canal [nick]"
@@ -878,7 +878,7 @@ msgstr "SET canal SIGNKICK {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
#, fuzzy #, fuzzy
@@ -2113,7 +2113,7 @@ msgstr ""
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s es notificat de nous memos quant es connecta." msgstr "%s es notificat de nous memos quant es connecta."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2629,7 +2629,7 @@ msgstr "All vhost's in the group %s have been set to %s"
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Totes les notícies d'entrada esborrades." msgstr "Totes les notícies d'entrada esborrades."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "All memos for channel %s have been deleted." msgstr "All memos for channel %s have been deleted."
@@ -2645,7 +2645,7 @@ msgid ""
"registration to be confirmed." "registration to be confirmed."
msgstr "" msgstr ""
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Tots els teus memos han estat esborrats." msgstr "Tots els teus memos han estat esborrats."
@@ -3280,11 +3280,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "ASSIGN Assigna un bot a un canal" msgstr "ASSIGN Assigna un bot a un canal"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "" msgstr ""
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
#, fuzzy #, fuzzy
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr " GREET Associa un salutació amb el teu nickname" msgstr " GREET Associa un salutació amb el teu nickname"
@@ -4000,12 +4000,12 @@ msgstr "Channel %s is now suspended."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "El nickname %s ja esta registrat sota el teu compte: %s" msgstr "El nickname %s ja esta registrat sota el teu compte: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "El canal %s caducara." msgstr "El canal %s caducara."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "El canal %s no caducara." msgstr "El canal %s no caducara."
@@ -4523,7 +4523,7 @@ msgstr ""
" OPERNEWS Defineix missatges per a ser mostrats a usuaris\n" " OPERNEWS Defineix missatges per a ser mostrats a usuaris\n"
" al transformar-se en operadors" " al transformar-se en operadors"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
#, fuzzy #, fuzzy
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr " DEL Esborra un o més memos" msgstr " DEL Esborra un o més memos"
@@ -4608,7 +4608,7 @@ msgstr "1 instància esborrada de la llista de AKILLs."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "1 instància esborrada de la llista AOP de %s." msgstr "1 instància esborrada de la llista AOP de %s."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
#, fuzzy #, fuzzy
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
@@ -4844,7 +4844,7 @@ msgstr "E-mail address for %s changed to %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "E-mail address for %s unset." msgstr "E-mail address for %s unset."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "E-mail per %s es invalid." msgstr "E-mail per %s es invalid."
@@ -5688,7 +5688,7 @@ msgstr " Italics kicker : %s"
msgid "Join a group" msgid "Join a group"
msgstr " GROUP Ingresa en un grup" msgstr " GROUP Ingresa en un grup"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
#, fuzzy #, fuzzy
msgid "Keep modes" msgid "Keep modes"
msgstr "Mode de missatge" msgstr "Mode de missatge"
@@ -6517,7 +6517,7 @@ msgstr "Màxim numero d'usuaris: %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr " Mode de lock: %s" msgstr " Mode de lock: %s"
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Memo %d ha estat esborrat." msgstr "Memo %d ha estat esborrat."
@@ -6901,7 +6901,7 @@ msgstr "El nickname %s ja esta registrat sota el teu compte: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Nickname %s registered." msgstr "Nickname %s registered."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
#, fuzzy #, fuzzy
msgid "No auto-op" msgid "No auto-op"
msgstr "Auto-op" msgstr "Auto-op"
@@ -6910,7 +6910,7 @@ msgstr "Auto-op"
msgid "No bot" msgid "No bot"
msgstr "Sense bot" msgstr "Sense bot"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
#, fuzzy #, fuzzy
msgid "No expire" msgid "No expire"
msgstr "no expira" msgstr "no expira"
@@ -7061,7 +7061,7 @@ msgstr ""
msgid "None" msgid "None"
msgstr "Cap" msgstr "Cap"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, c-format #, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -7218,7 +7218,7 @@ msgstr "Clau incorrecta."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Password reset email for %s has been sent." msgstr "Password reset email for %s has been sent."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Pau" msgstr "Pau"
@@ -7232,7 +7232,7 @@ msgstr "Peace option for %s is now ON."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Peace option for %s is now ON." msgstr "Peace option for %s is now ON."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
#, fuzzy #, fuzzy
msgid "Persistent" msgid "Persistent"
msgstr "Persistant" msgstr "Persistant"
@@ -7258,7 +7258,7 @@ msgstr "Please use a valid server name when juping"
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "" msgstr ""
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Per favor espera %d segons i intenta un altre cop." msgstr "Per favor espera %d segons i intenta un altre cop."
@@ -7318,7 +7318,7 @@ msgstr ""
" SUSPEND Prevent a channel from being used preserving\n" " SUSPEND Prevent a channel from being used preserving\n"
" channel data and settings" " channel data and settings"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
#, fuzzy #, fuzzy
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr " NOEXPIRE Prevent the channel from expiring" msgstr " NOEXPIRE Prevent the channel from expiring"
@@ -7484,7 +7484,7 @@ msgstr ""
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Sucessor de %s desabilitat." msgstr "Sucessor de %s desabilitat."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7785,7 +7785,7 @@ msgstr " RELOAD Recarrega la configuració dels serveis"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr " RESTRICTED Restringeix l'accés al canal" msgstr " RESTRICTED Restringeix l'accés al canal"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
#, fuzzy #, fuzzy
msgid "Restricted access" msgid "Restricted access"
msgstr "accés restringit" msgstr "accés restringit"
@@ -7960,7 +7960,7 @@ msgstr ""
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
#, fuzzy #, fuzzy
msgid "Secure founder" msgid "Secure founder"
msgstr "Fundador Segur" msgstr "Fundador Segur"
@@ -7975,7 +7975,7 @@ msgstr "Secure founder option for %s is now ON."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Secure founder option for %s is now ON." msgstr "Secure founder option for %s is now ON."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
#, fuzzy #, fuzzy
msgid "Secure ops" msgid "Secure ops"
msgstr "Ops Segurs" msgstr "Ops Segurs"
@@ -8015,7 +8015,7 @@ msgstr "Secure option is now ON for %s."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Secure option is now ON for %s." msgstr "Secure option is now ON for %s."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Segur" msgstr "Segur"
@@ -8236,7 +8236,7 @@ msgstr "Servers found: %d"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "El teu nick ha estat alliberat pels serveis." msgstr "El teu nick ha estat alliberat pels serveis."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
#, fuzzy #, fuzzy
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "%s is a services operator of type %s." msgstr "%s is a services operator of type %s."
@@ -8289,7 +8289,7 @@ msgstr "Serveis ara en Mode nomès lectura."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Serveis ara en Mode de lectura-escriptura." msgstr "Serveis ara en Mode de lectura-escriptura."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Els serveis han estat configurats per no enviar email" msgstr "Els serveis han estat configurats per no enviar email"
@@ -8800,7 +8800,7 @@ msgid ""
"Sets whether services should set channel status modes on you automatically." "Sets whether services should set channel status modes on you automatically."
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
#, fuzzy #, fuzzy
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
@@ -8919,7 +8919,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Signed kick option for %s is now ON." msgstr "Signed kick option for %s is now ON."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Kicks Signats" msgstr "Kicks Signats"
@@ -10501,16 +10501,17 @@ msgstr ""
"d'accés, %s no te auto-kickejara no important l'establiment de l'opció\n" "d'accés, %s no te auto-kickejara no important l'establiment de l'opció\n"
"KILL." "KILL."
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns Chanstats statistics ON or OFF."
msgstr " SECURE Activa o desactiva la seguretat de nickname"
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
#, fuzzy #, fuzzy
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr " SECURE Activa o desactiva la seguretat de nickname" msgstr " SECURE Activa o desactiva la seguretat de nickname"
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns chanstats statistics ON or OFF."
msgstr " SECURE Activa o desactiva la seguretat de nickname"
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
@@ -11693,7 +11694,7 @@ msgstr "LIST [canal] [llista | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "OP #channel [nick]" msgstr "OP #channel [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
#, fuzzy #, fuzzy
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "DEL [canal] {numero | llista | ALL}" msgstr "DEL [canal] {numero | llista | ALL}"
+39 -38
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2013-06-30 13:05+0100\n" "PO-Revision-Date: 2013-06-30 13:05+0100\n"
"Last-Translator: DukePyrolator <DukePyrolator@anope.org>\n" "Last-Translator: DukePyrolator <DukePyrolator@anope.org>\n"
"Language-Team: German\n" "Language-Team: German\n"
@@ -623,8 +623,7 @@ msgstr "Channel Maske [reason]"
msgid "channel modes" msgid "channel modes"
msgstr "Channel Modi" msgstr "Channel Modi"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
msgid "channel nick" msgid "channel nick"
msgstr "Channel Nick" msgstr "Channel Nick"
@@ -762,7 +761,8 @@ msgstr "Channel VIEW [Maske | Liste}"
msgid "channel [description]" msgid "channel [description]"
msgstr "Channel [Beschreibung]" msgstr "Channel [Beschreibung]"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
msgid "channel [nick]" msgid "channel [nick]"
msgstr "Channel [Nick]" msgstr "Channel [Nick]"
@@ -840,7 +840,7 @@ msgstr "Channel SIGNKICK {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
msgid "channel {ON | OFF}" msgid "channel {ON | OFF}"
@@ -1948,7 +1948,7 @@ msgstr "%s wird beim Logon und bei Ankunft neuer Memos benachrichtigt."
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s wird beim Logon über neuer Memos benachrichtigt." msgstr "%s wird beim Logon über neuer Memos benachrichtigt."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2451,7 +2451,7 @@ msgstr "Alle Autokick Einträge von %s wurden nach %s kopiert."
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Alle Logon-News wurden entfernt." msgstr "Alle Logon-News wurden entfernt."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Alle Memos für den Channel %s wurden gelöscht." msgstr "Alle Memos für den Channel %s wurden gelöscht."
@@ -2467,7 +2467,7 @@ msgid ""
"registration to be confirmed." "registration to be confirmed."
msgstr "" msgstr ""
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Alle Deine Memos wurden gelöscht." msgstr "Alle Deine Memos wurden gelöscht."
@@ -3055,11 +3055,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "Weist einem Channel einen Bot zu" msgstr "Weist einem Channel einen Bot zu"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "" msgstr ""
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
#, fuzzy #, fuzzy
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr "Stellt eine Begrüssungsmeldung für Deinen Nicknamen ein." msgstr "Stellt eine Begrüssungsmeldung für Deinen Nicknamen ein."
@@ -3723,12 +3723,12 @@ msgstr "Der Channel %s ist jetzt auf SUSPENDED gesetzt."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "Der Raum %s wurde unter deinem Account %s registriert." msgstr "Der Raum %s wurde unter deinem Account %s registriert."
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "Der Raum %s wird nach einer bestimmten Zeit ablaufen." msgstr "Der Raum %s wird nach einer bestimmten Zeit ablaufen."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "Der Raum %s wird nicht mehr ablaufen." msgstr "Der Raum %s wird nicht mehr ablaufen."
@@ -4225,7 +4225,7 @@ msgstr "Logon-News bearbeiten"
msgid "Define messages to be shown to users who oper" msgid "Define messages to be shown to users who oper"
msgstr "Oper News bearbeiten" msgstr "Oper News bearbeiten"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr "Löschen einer oder mehrerer Memos" msgstr "Löschen einer oder mehrerer Memos"
@@ -4310,7 +4310,7 @@ msgstr "Es wurde 1 Eintrag aus der %s Liste entfernt."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "Ein Eintrag wurde aus der %s %s-Liste entfernt." msgstr "Ein Eintrag wurde aus der %s %s-Liste entfernt."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
"multiple memo numbers or ranges of numbers instead of a\n" "multiple memo numbers or ranges of numbers instead of a\n"
@@ -4526,7 +4526,7 @@ msgstr "E-mail Adresse für %s wurde auf %s geändert."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "E-mail Adresse %s wurde entfernt." msgstr "E-mail Adresse %s wurde entfernt."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "E-mail-Adresse für %s ist ungültig." msgstr "E-mail-Adresse für %s ist ungültig."
@@ -5320,7 +5320,7 @@ msgstr "Italics kicker : %s"
msgid "Join a group" msgid "Join a group"
msgstr "Verknüpfe deinen Nicknamen" msgstr "Verknüpfe deinen Nicknamen"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
#, fuzzy #, fuzzy
msgid "Keep modes" msgid "Keep modes"
msgstr "Nachrichten-Modus" msgstr "Nachrichten-Modus"
@@ -6122,7 +6122,7 @@ msgstr " Maximum: %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr " Mode lock: %s" msgstr " Mode lock: %s"
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Memo %d wurde gelöscht." msgstr "Memo %d wurde gelöscht."
@@ -6515,7 +6515,7 @@ msgstr "Dein Nickname %s ist unter Deinem Host registriert worden: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Der Nickname %s wurde erfolgreich registriert." msgstr "Der Nickname %s wurde erfolgreich registriert."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
#, fuzzy #, fuzzy
msgid "No auto-op" msgid "No auto-op"
msgstr "Auto-op" msgstr "Auto-op"
@@ -6524,7 +6524,7 @@ msgstr "Auto-op"
msgid "No bot" msgid "No bot"
msgstr "Kein Bot" msgstr "Kein Bot"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
#, fuzzy #, fuzzy
msgid "No expire" msgid "No expire"
msgstr "läuft nicht aus" msgstr "läuft nicht aus"
@@ -6672,7 +6672,7 @@ msgstr ""
msgid "None" msgid "None"
msgstr "Keine" msgstr "Keine"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, c-format #, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -6829,7 +6829,7 @@ msgstr "Falsches Passwort."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Password reset email for %s has been sent." msgstr "Password reset email for %s has been sent."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Frieden" msgstr "Frieden"
@@ -6843,7 +6843,7 @@ msgstr "Peace Option für %s ist jetzt ON."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Peace Option für %s ist jetzt ON." msgstr "Peace Option für %s ist jetzt ON."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
#, fuzzy #, fuzzy
msgid "Persistent" msgid "Persistent"
msgstr "Persistant" msgstr "Persistant"
@@ -6869,7 +6869,7 @@ msgstr "Benutze bitte einen gültigen hostnamen, wenn Du jupiterst"
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "" msgstr ""
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Bitte warte noch %d Sekunden und versuche es dann erneut." msgstr "Bitte warte noch %d Sekunden und versuche es dann erneut."
@@ -6928,7 +6928,7 @@ msgstr ""
" Die Channel Einstellungen bleiben jedoch\n" " Die Channel Einstellungen bleiben jedoch\n"
" erhalten" " erhalten"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
#, fuzzy #, fuzzy
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr " NOEXPIRE Prevent the channel from expiring" msgstr " NOEXPIRE Prevent the channel from expiring"
@@ -7096,7 +7096,7 @@ msgstr ""
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "%s wurde für %s entfernt." msgstr "%s wurde für %s entfernt."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7408,7 +7408,7 @@ msgstr " RELOAD Die Konfigurationsdatei neu einlesen"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr " RESTRICTED Eingeschränkter Zugriff auf den Channel" msgstr " RESTRICTED Eingeschränkter Zugriff auf den Channel"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
#, fuzzy #, fuzzy
msgid "Restricted access" msgid "Restricted access"
msgstr "Eingeschränkter Zugang" msgstr "Eingeschränkter Zugang"
@@ -7584,7 +7584,7 @@ msgstr " RESTART Datenbanken speichern und Services neustarten"
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
#, fuzzy #, fuzzy
msgid "Secure founder" msgid "Secure founder"
msgstr "Sicher Founder" msgstr "Sicher Founder"
@@ -7599,7 +7599,7 @@ msgstr "Secure Founder Option für %s ist jetzt ON."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Secure Founder Option für %s ist jetzt ON." msgstr "Secure Founder Option für %s ist jetzt ON."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
#, fuzzy #, fuzzy
msgid "Secure ops" msgid "Secure ops"
msgstr "Sicher Ops" msgstr "Sicher Ops"
@@ -7639,7 +7639,7 @@ msgstr "Sicherheitsfunktion (SECURE) ist für %s jetzt aktiviert (ON)."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Sicherheitsfunktion (SECURE) ist für %s jetzt aktiviert (ON)." msgstr "Sicherheitsfunktion (SECURE) ist für %s jetzt aktiviert (ON)."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Sicherheits Modus" msgstr "Sicherheits Modus"
@@ -7868,7 +7868,7 @@ msgstr "Server gefunden: %d"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "Die Services haben den Nicknamen wieder verfügbar gemacht." msgstr "Die Services haben den Nicknamen wieder verfügbar gemacht."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
#, fuzzy #, fuzzy
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "%s ist ein services operator vom Typ %s." msgstr "%s ist ein services operator vom Typ %s."
@@ -7922,7 +7922,7 @@ msgstr "Services sind jetzt im read-only Modus."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Services sind jetzt im read-write Modus." msgstr "Services sind jetzt im read-write Modus."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Der Service emails zu versenden wurde deaktiviert." msgstr "Der Service emails zu versenden wurde deaktiviert."
@@ -8451,7 +8451,7 @@ msgid ""
"Sets whether services should set channel status modes on you automatically." "Sets whether services should set channel status modes on you automatically."
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
#, fuzzy #, fuzzy
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
@@ -8577,7 +8577,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Signierte kicks Option für %s ist jetzt ON." msgstr "Signierte kicks Option für %s ist jetzt ON."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Signierte kicks" msgstr "Signierte kicks"
@@ -10162,16 +10162,17 @@ msgstr ""
"fehlender Identifizierung den Nicknamen nicht killen\n" "fehlender Identifizierung den Nicknamen nicht killen\n"
"(ist von der KILL Option unabhängig)." "(ist von der KILL Option unabhängig)."
#: modules/extra/stats/m_chanstats.cpp:119 #: modules/extra/stats/m_chanstats.cpp:142
#, fuzzy #, fuzzy
msgid "Turns Chanstats statistics ON or OFF." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr "" msgstr ""
" SECURE Aktiviert/Deaktiviert den Sicherheitsmodus\n" " SECURE Aktiviert/Deaktiviert den Sicherheitsmodus\n"
" für Deinen Nicknamen" " für Deinen Nicknamen"
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy #, fuzzy
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats statistics ON or OFF."
msgstr "" msgstr ""
" SECURE Aktiviert/Deaktiviert den Sicherheitsmodus\n" " SECURE Aktiviert/Deaktiviert den Sicherheitsmodus\n"
" für Deinen Nicknamen" " für Deinen Nicknamen"
@@ -11421,7 +11422,7 @@ msgstr "[Raum] [Liste | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "Chatraum [nick]" msgstr "Chatraum [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "[Channel] {Nummer | Liste | ALL}" msgstr "[Channel] {Nummer | Liste | ALL}"
+41 -40
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2010-09-19 20:34-0400\n" "PO-Revision-Date: 2010-09-19 20:34-0400\n"
"Last-Translator: VisioN <vision@myirc.us>\n" "Last-Translator: VisioN <vision@myirc.us>\n"
"Language-Team: Greek\n" "Language-Team: Greek\n"
@@ -627,8 +627,7 @@ msgstr "BAN ##channel# #nick# [#reason#]"
msgid "channel modes" msgid "channel modes"
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
msgid "channel nick" msgid "channel nick"
msgstr "UNBAN #κανάλι# [#nick#]" msgstr "UNBAN #κανάλι# [#nick#]"
@@ -770,7 +769,8 @@ msgstr ""
msgid "channel [description]" msgid "channel [description]"
msgstr "Αλλάζει την περιγραφή του καναλιού" msgstr "Αλλάζει την περιγραφή του καναλιού"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
msgid "channel [nick]" msgid "channel [nick]"
msgstr "UNBAN #κανάλι# [#nick#]" msgstr "UNBAN #κανάλι# [#nick#]"
@@ -853,7 +853,7 @@ msgstr "SET #channel# SIGNKICK {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
msgid "channel {ON | OFF}" msgid "channel {ON | OFF}"
@@ -1978,7 +1978,7 @@ msgstr "%s θα παρατηρηθεί για νέα μηνύματα στο log
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s θα παρατηρηθεί για νέα μηνύματα στο logon." msgstr "%s θα παρατηρηθεί για νέα μηνύματα στο logon."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2494,7 +2494,7 @@ msgstr "Όλες οι καταχωρίσεις akick από το #%s# έχουν
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Όλοι οι κανονισμοί ή οι πληροφορίες διαγράφηκαν." msgstr "Όλοι οι κανονισμοί ή οι πληροφορίες διαγράφηκαν."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Όλα τα memos από το κανάλι %s έχουν διαγραφεί." msgstr "Όλα τα memos από το κανάλι %s έχουν διαγραφεί."
@@ -2510,7 +2510,7 @@ msgid ""
"registration to be confirmed." "registration to be confirmed."
msgstr "" msgstr ""
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Όλα τα μηνύματα διαγράφηκαν." msgstr "Όλα τα μηνύματα διαγράφηκαν."
@@ -3172,12 +3172,12 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "Ζητάτε από το bot να έρθει στο κανάλι σας" msgstr "Ζητάτε από το bot να έρθει στο κανάλι σας"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "" msgstr ""
# #
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
#, fuzzy #, fuzzy
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr "Συσχετίζει ένα μήνυμα χαιρετισμού με το ψευδώνυμό σας" msgstr "Συσχετίζει ένα μήνυμα χαιρετισμού με το ψευδώνυμό σας"
@@ -3894,12 +3894,12 @@ msgstr "Το κανάλι #%s# έγινε suspend."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "Αυτό το ψευδώνυμο #%s# κατοχυρώθηκε υπό την διεύθυνσή σου: %s" msgstr "Αυτό το ψευδώνυμο #%s# κατοχυρώθηκε υπό την διεύθυνσή σου: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "Το κανάλι %s #θα# λήξει." msgstr "Το κανάλι %s #θα# λήξει."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "Το κανάλι %s #δεν θα# λήξει." msgstr "Το κανάλι %s #δεν θα# λήξει."
@@ -4440,7 +4440,7 @@ msgstr ""
"γίνονται oper" "γίνονται oper"
# #
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr "Διαγράφει ένα ή πολλά μηνύματα" msgstr "Διαγράφει ένα ή πολλά μηνύματα"
@@ -4523,7 +4523,7 @@ msgid "Deleted one entry from %s %s list."
msgstr "Διαγράφηκε 1 θέση από την AOP λίστα του %s %s." msgstr "Διαγράφηκε 1 θέση από την AOP λίστα του %s %s."
# #
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
"multiple memo numbers or ranges of numbers instead of a\n" "multiple memo numbers or ranges of numbers instead of a\n"
@@ -4759,7 +4759,7 @@ msgstr "Η διεύθυνση email για το #%s# άλλαξε σε #%s#."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "Η διεύθυνση email για το #%s# διαγράφηκε." msgstr "Η διεύθυνση email για το #%s# διαγράφηκε."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "Η διεύθυνση για #%s# είναι λανθασμένη." msgstr "Η διεύθυνση για #%s# είναι λανθασμένη."
@@ -5613,7 +5613,7 @@ msgstr " Πλάγια γράμματα kicker : %s"
msgid "Join a group" msgid "Join a group"
msgstr " GROUP Μπένετε σε ομάδα ψευδώνυμου" msgstr " GROUP Μπένετε σε ομάδα ψευδώνυμου"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
#, fuzzy #, fuzzy
msgid "Keep modes" msgid "Keep modes"
msgstr "Επιλογή μηνύματος" msgstr "Επιλογή μηνύματος"
@@ -6455,7 +6455,7 @@ msgstr "Μέγιστοι χρήστες: #%d# (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr " Επιλογές κλειδώματος: %s" msgstr " Επιλογές κλειδώματος: %s"
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Μήνυμα %d διαγράφηκε." msgstr "Μήνυμα %d διαγράφηκε."
@@ -6842,7 +6842,7 @@ msgstr "Αυτό το ψευδώνυμο #%s# κατοχυρώθηκε υπό τ
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Το κανάλι #%s# δεν μπορεί να κατοχυρωθεί." msgstr "Το κανάλι #%s# δεν μπορεί να κατοχυρωθεί."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
#, fuzzy #, fuzzy
msgid "No auto-op" msgid "No auto-op"
msgstr "Auto-op" msgstr "Auto-op"
@@ -6852,7 +6852,7 @@ msgid "No bot"
msgstr "Κανένα bot" msgstr "Κανένα bot"
# #
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
msgid "No expire" msgid "No expire"
msgstr "δεν λήγει ποτέ" msgstr "δεν λήγει ποτέ"
@@ -6996,7 +6996,7 @@ msgstr ""
msgid "None" msgid "None"
msgstr "Κανένα" msgstr "Κανένα"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, c-format #, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -7153,7 +7153,7 @@ msgstr "Λάθος κωδικός."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Αλλαγή κωδικού για το ψευδόνυμο #%s# στάλθηκε." msgstr "Αλλαγή κωδικού για το ψευδόνυμο #%s# στάλθηκε."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Ειρηνικό" msgstr "Ειρηνικό"
@@ -7167,7 +7167,7 @@ msgstr "Η Peace επιλογή για το %s #ΑΠΕΝΕΡΓΟΠΟΙΉΘΗΚ
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Η Peace επιλογή για το %s #ΕΝΕΡΓΟΠΟΙΉΘΗΚΕ#." msgstr "Η Peace επιλογή για το %s #ΕΝΕΡΓΟΠΟΙΉΘΗΚΕ#."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
#, fuzzy #, fuzzy
msgid "Persistent" msgid "Persistent"
msgstr "Persistant" msgstr "Persistant"
@@ -7193,7 +7193,7 @@ msgstr "Παρακαλώ διαλέξτε ένα έγκυρο όνομα server
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "" msgstr ""
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Παρακαλώ περίμενε #%d# δευτερόλεπτα και ξαναπροσπάθησε." msgstr "Παρακαλώ περίμενε #%d# δευτερόλεπτα και ξαναπροσπάθησε."
@@ -7257,7 +7257,7 @@ msgstr ""
"πληροφορίες του" "πληροφορίες του"
# #
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr "Κάντε ένα κανάλι να μη λήγει ποτέ." msgstr "Κάντε ένα κανάλι να μη λήγει ποτέ."
@@ -7420,7 +7420,7 @@ msgstr ""
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Ο Successor του #%s# δεν έχει οριστεί." msgstr "Ο Successor του #%s# δεν έχει οριστεί."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7719,7 +7719,7 @@ msgstr "Ξαναφορτώνει το services' configuration αρχείο"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr "Απαγόρευση εισόδου στο κανάλι αν δεν έχεις access εκεί" msgstr "Απαγόρευση εισόδου στο κανάλι αν δεν έχεις access εκεί"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
#, fuzzy #, fuzzy
msgid "Restricted access" msgid "Restricted access"
msgstr "Μόνο όσοι έχουν Access" msgstr "Μόνο όσοι έχουν Access"
@@ -7895,7 +7895,7 @@ msgstr "Σώζει τις βάσεις δεδομένων και επανεκκ
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
#, fuzzy #, fuzzy
msgid "Secure founder" msgid "Secure founder"
msgstr "Ασφάλεια στον Καναλάρχη" msgstr "Ασφάλεια στον Καναλάρχη"
@@ -7910,7 +7910,7 @@ msgstr "H Secure founder επιλογή για το %s #ΑΠΕΝΕΡΓΟΠΟΙΗ
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "H Secure founder επιλογή για το %s #ΕΝΕΡΓΟΠΟΙΗΘΗΚΕ#." msgstr "H Secure founder επιλογή για το %s #ΕΝΕΡΓΟΠΟΙΗΘΗΚΕ#."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
#, fuzzy #, fuzzy
msgid "Secure ops" msgid "Secure ops"
msgstr "Μόνο αυτοί που έχουν access θα παίρνουν op από opers" msgstr "Μόνο αυτοί που έχουν access θα παίρνουν op από opers"
@@ -7950,7 +7950,7 @@ msgstr "Η επιλογή Secure option #ΕΝΕΡΓΟΠΟΙΗΘΗΚΕ# για τ
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Η επιλογή Secure option #ΕΝΕΡΓΟΠΟΙΗΘΗΚΕ# για τον #%s#." msgstr "Η επιλογή Secure option #ΕΝΕΡΓΟΠΟΙΗΘΗΚΕ# για τον #%s#."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Ασφάλεια" msgstr "Ασφάλεια"
@@ -8167,7 +8167,7 @@ msgstr "Τα services είναι ενεργά για %s"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "Οι υπηρεσίες απελευθέρωααν το ψευδώνυμό σου." msgstr "Οι υπηρεσίες απελευθέρωααν το ψευδώνυμό σου."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
#, fuzzy #, fuzzy
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "%s είναι services operator τού τύπου %s." msgstr "%s είναι services operator τού τύπου %s."
@@ -8219,7 +8219,7 @@ msgstr "Τα Services είναι τώρα #μόνο ανάγνωσης#."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Τα Services είναι σε επιλογή #ανάγνωσης-εγγραφής#." msgstr "Τα Services είναι σε επιλογή #ανάγνωσης-εγγραφής#."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Οι υπηρεσίες έχουν ρυθμιστεί να μην στέλνουν μήνυμα στη διεύθυνση." msgstr "Οι υπηρεσίες έχουν ρυθμιστεί να μην στέλνουν μήνυμα στη διεύθυνση."
@@ -8720,7 +8720,7 @@ msgid ""
"Sets whether services should set channel status modes on you automatically." "Sets whether services should set channel status modes on you automatically."
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
"to ON prevents the channel from expiring." "to ON prevents the channel from expiring."
@@ -8846,7 +8846,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Η επιλογή Signed kick για το %s #ΕΝΕΡΓΟΠΟΙΗΘΗΚΕ#." msgstr "Η επιλογή Signed kick για το %s #ΕΝΕΡΓΟΠΟΙΗΘΗΚΕ#."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Δηλωμένα kicks" msgstr "Δηλωμένα kicks"
@@ -10409,18 +10409,19 @@ msgstr ""
"Όπως και ναχει, αν είσαι στην λίστα access, ο %s\n" "Όπως και ναχει, αν είσαι στην λίστα access, ο %s\n"
"δεν θα κάνει auto-kill με την υπόληψη της επιλογής #KILL#." "δεν θα κάνει auto-kill με την υπόληψη της επιλογής #KILL#."
#
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns Chanstats statistics ON or OFF."
msgstr "Ενεργοποιεί/απενεργοποιεί τη λειτουργία ασφάλειας ψευδώνυμου"
# #
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
#, fuzzy #, fuzzy
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr "Ενεργοποιεί/απενεργοποιεί τη λειτουργία ασφάλειας ψευδώνυμου" msgstr "Ενεργοποιεί/απενεργοποιεί τη λειτουργία ασφάλειας ψευδώνυμου"
#
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns chanstats statistics ON or OFF."
msgstr "Ενεργοποιεί/απενεργοποιεί τη λειτουργία ασφάλειας ψευδώνυμου"
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, c-format #, c-format
msgid "" msgid ""
@@ -11639,7 +11640,7 @@ msgstr "LIST [#κανάλι#] [#list# | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "OP ##channel# [#nick#]#" msgstr "OP ##channel# [#nick#]#"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "DEL [#κανάλι#] {#νου# | #list# | ALL}" msgstr "DEL [#κανάλι#] {#νου# | #list# | ALL}"
+42 -41
View File
@@ -1,5 +1,5 @@
# Anope IRC Services language file # Anope IRC Services language file
# Copyright (C) 2014-2019 # Copyright (C) 2014-2020
# This file is distributed under the same license as the Anope IRC Services package. # This file is distributed under the same license as the Anope IRC Services package.
# Adam <adam@anope.org>, 2014. # Adam <adam@anope.org>, 2014.
# #
@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 17:08+0100\n"
"PO-Revision-Date: 2019-02-28 02:59+0100\n" "PO-Revision-Date: 2020-01-06 17:08+0100\n"
"Last-Translator: Adam <adam@anope.org>\n" "Last-Translator: Adam <adam@anope.org>\n"
"Language-Team: English\n" "Language-Team: English\n"
"Language: en_US\n" "Language: en_US\n"
@@ -611,8 +611,7 @@ msgstr "channel mask [reason]"
msgid "channel modes" msgid "channel modes"
msgstr "channel modes" msgstr "channel modes"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
msgid "channel nick" msgid "channel nick"
msgstr "channel nick" msgstr "channel nick"
@@ -743,7 +742,8 @@ msgstr "channel VIEW [mask | list]"
msgid "channel [description]" msgid "channel [description]"
msgstr "channel [description]" msgstr "channel [description]"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
msgid "channel [nick]" msgid "channel [nick]"
msgstr "channel [nick]" msgstr "channel [nick]"
@@ -811,7 +811,7 @@ msgstr "channel {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
msgid "channel {ON | OFF}" msgid "channel {ON | OFF}"
@@ -1862,8 +1862,8 @@ msgstr "%s is notified of new memos at logon and when they arrive."
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s is notified of news memos at logon." msgstr "%s is notified of new memos at logon."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
#, c-format #, c-format
@@ -2364,7 +2364,7 @@ msgstr "All level entries from %s have been cloned into %s."
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "All logon news items deleted." msgstr "All logon news items deleted."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "All memos for channel %s have been deleted." msgstr "All memos for channel %s have been deleted."
@@ -2382,7 +2382,7 @@ msgstr ""
"All new accounts must be validated by an administrator. Please wait for your " "All new accounts must be validated by an administrator. Please wait for your "
"registration to be confirmed." "registration to be confirmed."
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "All of your memos have been deleted." msgstr "All of your memos have been deleted."
@@ -2976,11 +2976,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "Associate a URL with the channel" msgstr "Associate a URL with the channel"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "Associate a URL with this account" msgstr "Associate a URL with this account"
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr "Associate a URL with your account" msgstr "Associate a URL with your account"
@@ -3603,12 +3603,12 @@ msgstr "Channel %s isn't suspended."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "Channel %s registered under your account: %s" msgstr "Channel %s registered under your account: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "Channel %s will expire." msgstr "Channel %s will expire."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "Channel %s will not expire." msgstr "Channel %s will not expire."
@@ -4073,7 +4073,7 @@ msgstr "Define messages to be shown to users at logon"
msgid "Define messages to be shown to users who oper" msgid "Define messages to be shown to users who oper"
msgstr "Define messages to be shown to users who oper" msgstr "Define messages to be shown to users who oper"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr "Delete a memo or memos" msgstr "Delete a memo or memos"
@@ -4154,7 +4154,7 @@ msgstr "Deleted info from %s."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "Deleted one entry from %s %s list." msgstr "Deleted one entry from %s %s list."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
"multiple memo numbers or ranges of numbers instead of a\n" "multiple memo numbers or ranges of numbers instead of a\n"
@@ -4375,7 +4375,7 @@ msgstr "E-mail address for %s changed to %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "E-mail address for %s unset." msgstr "E-mail address for %s unset."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "E-mail for %s is invalid." msgstr "E-mail for %s is invalid."
@@ -5163,7 +5163,7 @@ msgstr "Italics kicker"
msgid "Join a group" msgid "Join a group"
msgstr "Join a group" msgstr "Join a group"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
msgid "Keep modes" msgid "Keep modes"
msgstr "Keep modes" msgstr "Keep modes"
@@ -5950,7 +5950,7 @@ msgstr "Maximum users: %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr "Memo %d from %s (%s)." msgstr "Memo %d from %s (%s)."
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Memo %d has been deleted." msgstr "Memo %d has been deleted."
@@ -6327,7 +6327,7 @@ msgstr "Nickname %s registered under your user@host-mask: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Nickname %s registered." msgstr "Nickname %s registered."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
msgid "No auto-op" msgid "No auto-op"
msgstr "No auto-op" msgstr "No auto-op"
@@ -6335,7 +6335,7 @@ msgstr "No auto-op"
msgid "No bot" msgid "No bot"
msgstr "No bot" msgstr "No bot"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
msgid "No expire" msgid "No expire"
msgstr "No expire" msgstr "No expire"
@@ -6478,7 +6478,7 @@ msgstr "Non-status modes cleared on %s."
msgid "None" msgid "None"
msgstr "None" msgstr "None"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, c-format #, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -6636,7 +6636,7 @@ msgstr "Password incorrect."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Password reset email for %s has been sent." msgstr "Password reset email for %s has been sent."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Peace" msgstr "Peace"
@@ -6650,7 +6650,7 @@ msgstr "Peace option for %s is now off."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Peace option for %s is now on." msgstr "Peace option for %s is now on."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
msgid "Persistent" msgid "Persistent"
msgstr "Persistent" msgstr "Persistent"
@@ -6678,7 +6678,7 @@ msgstr "Please use a valid server name when juping."
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "Please use the symbol of # when attempting to register." msgstr "Please use the symbol of # when attempting to register."
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Please wait %d seconds and retry." msgstr "Please wait %d seconds and retry."
@@ -6728,7 +6728,7 @@ msgstr "Prevent a bot from being assigned to a channel"
msgid "Prevent a channel from being used preserving channel data and settings" msgid "Prevent a channel from being used preserving channel data and settings"
msgstr "Prevent a channel from being used preserving channel data and settings" msgstr "Prevent a channel from being used preserving channel data and settings"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr "Prevent the channel from expiring" msgstr "Prevent the channel from expiring"
@@ -6882,7 +6882,7 @@ msgstr "Reason"
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Reason for %s updated." msgstr "Reason for %s updated."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7153,7 +7153,7 @@ msgstr "Resend registration confirmation email"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr "Restrict access to the channel" msgstr "Restrict access to the channel"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
msgid "Restricted access" msgid "Restricted access"
msgstr "Restricted access" msgstr "Restricted access"
@@ -7295,7 +7295,7 @@ msgstr "Save databases and restart Services"
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "Searches logs for a matching pattern" msgstr "Searches logs for a matching pattern"
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
msgid "Secure founder" msgid "Secure founder"
msgstr "Secure founder" msgstr "Secure founder"
@@ -7309,7 +7309,7 @@ msgstr "Secure founder option for %s is now off."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Secure founder option for %s is now on." msgstr "Secure founder option for %s is now on."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
msgid "Secure ops" msgid "Secure ops"
msgstr "Secure ops" msgstr "Secure ops"
@@ -7348,7 +7348,7 @@ msgstr "Secure option is now on for %s."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Secureops enforced on %s." msgstr "Secureops enforced on %s."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Security" msgstr "Security"
@@ -7544,7 +7544,7 @@ msgstr "Service"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "Service's hold on %s has been released." msgstr "Service's hold on %s has been released."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "Services Operator commands" msgstr "Services Operator commands"
@@ -7592,7 +7592,7 @@ msgstr "Services are now in read-only mode."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Services are now in read-write mode." msgstr "Services are now in read-write mode."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Services have been configured to not send mail." msgstr "Services have been configured to not send mail."
@@ -8029,7 +8029,7 @@ msgid ""
msgstr "" msgstr ""
"Sets whether services should set channel status modes on you automatically." "Sets whether services should set channel status modes on you automatically."
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
"to ON prevents the channel from expiring." "to ON prevents the channel from expiring."
@@ -8132,7 +8132,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Signed kick option for %s is now on." msgstr "Signed kick option for %s is now on."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Signed kicks" msgstr "Signed kicks"
@@ -9727,14 +9727,15 @@ msgstr ""
"will not auto-kill you regardless of the setting of the\n" "will not auto-kill you regardless of the setting of the\n"
"KILL option." "KILL option."
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns Chanstats statistics ON or OFF."
msgstr "Turns Chanstats statistics ON or OFF."
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr "Turns chanstats channel statistics ON or OFF for this user." msgstr "Turns chanstats channel statistics ON or OFF for this user."
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns chanstats statistics ON or OFF."
msgstr "Turns chanstats statistics ON or OFF."
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, c-format #, c-format
msgid "" msgid ""
@@ -10857,7 +10858,7 @@ msgstr "[channel] [list | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "[channel] [nick]" msgstr "[channel] [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "[channel] {num | list | LAST | ALL}" msgstr "[channel] {num | list | LAST | ALL}"
+39 -38
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2014-02-24 20:45+0100\n" "PO-Revision-Date: 2014-02-24 20:45+0100\n"
"Last-Translator: Isaac Fontal <i_fontal@hotmail.com>\n" "Last-Translator: Isaac Fontal <i_fontal@hotmail.com>\n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
@@ -621,8 +621,7 @@ msgstr "canal máscara [razón]"
msgid "channel modes" msgid "channel modes"
msgstr "canal modos" msgstr "canal modos"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
msgid "channel nick" msgid "channel nick"
msgstr "canal nick" msgstr "canal nick"
@@ -753,7 +752,8 @@ msgstr "canal VIEW [máscara | lista]"
msgid "channel [description]" msgid "channel [description]"
msgstr "canal [descripción]" msgstr "canal [descripción]"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
msgid "channel [nick]" msgid "channel [nick]"
msgstr "canal [nick]" msgstr "canal [nick]"
@@ -823,7 +823,7 @@ msgstr "canal {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
msgid "channel {ON | OFF}" msgid "channel {ON | OFF}"
@@ -1877,7 +1877,7 @@ msgstr ""
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s es notificado de nuevos memos cuando se conecta." msgstr "%s es notificado de nuevos memos cuando se conecta."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2377,7 +2377,7 @@ msgstr "Todas las entradas akick de %s han sido clonadas a %s."
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Todas las noticias de entrada borradas." msgstr "Todas las noticias de entrada borradas."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Todos los memos para el canal %s han sido borrados." msgstr "Todos los memos para el canal %s han sido borrados."
@@ -2395,7 +2395,7 @@ msgstr ""
"Todas las cuentas nuevas deben ser validadas por un administrador. Por " "Todas las cuentas nuevas deben ser validadas por un administrador. Por "
"favor, espera hasta que tu registro sea confirmado." "favor, espera hasta que tu registro sea confirmado."
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Todos tus memos han sido borrados." msgstr "Todos tus memos han sido borrados."
@@ -2991,11 +2991,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "Asociar una URL con el canal" msgstr "Asociar una URL con el canal"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "Asociar una URL con esta cuenta" msgstr "Asociar una URL con esta cuenta"
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr "Asociar una URL con tu cuenta" msgstr "Asociar una URL con tu cuenta"
@@ -3622,12 +3622,12 @@ msgstr "El canal %s no está suspendido."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "Canal %s registrado bajo tu cuenta: %s" msgstr "Canal %s registrado bajo tu cuenta: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "El canal %s expirará." msgstr "El canal %s expirará."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "El canal %s no expirará." msgstr "El canal %s no expirará."
@@ -4103,7 +4103,7 @@ msgstr ""
"Define mensajes a ser mostrados a los usuarios al\n" "Define mensajes a ser mostrados a los usuarios al\n"
" transformarse en operadores" " transformarse en operadores"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr "Borra uno o más memos" msgstr "Borra uno o más memos"
@@ -4184,7 +4184,7 @@ msgstr "Borrada información de %s."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "Borrada una entrada de la lista de %s de %s." msgstr "Borrada una entrada de la lista de %s de %s."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
"multiple memo numbers or ranges of numbers instead of a\n" "multiple memo numbers or ranges of numbers instead of a\n"
@@ -4403,7 +4403,7 @@ msgstr "Dirección e-mail para %s cambiada a %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "Dirección e-mail para %s borrada." msgstr "Dirección e-mail para %s borrada."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "El e-mail para %s no es válido." msgstr "El e-mail para %s no es válido."
@@ -5201,7 +5201,7 @@ msgstr "Kick por cursivas"
msgid "Join a group" msgid "Join a group"
msgstr "Entrar en un grupo" msgstr "Entrar en un grupo"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
msgid "Keep modes" msgid "Keep modes"
msgstr "Guardar modos" msgstr "Guardar modos"
@@ -6000,7 +6000,7 @@ msgstr "Máximo número de usuarios: %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr "Memo %d de %s (%s)." msgstr "Memo %d de %s (%s)."
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "El memo %d ha sido borrado." msgstr "El memo %d ha sido borrado."
@@ -6377,7 +6377,7 @@ msgstr "Nick %s registrado bajo tu máscara usuario@host: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Nick %s registrado." msgstr "Nick %s registrado."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
msgid "No auto-op" msgid "No auto-op"
msgstr "No auto-op" msgstr "No auto-op"
@@ -6385,7 +6385,7 @@ msgstr "No auto-op"
msgid "No bot" msgid "No bot"
msgstr "No hay bot" msgstr "No hay bot"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
msgid "No expire" msgid "No expire"
msgstr "No expira" msgstr "No expira"
@@ -6533,7 +6533,7 @@ msgstr "Modos no-status borrados en %s"
msgid "None" msgid "None"
msgstr "Ninguno" msgstr "Ninguno"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -6688,7 +6688,7 @@ msgstr "Contraseña incorrecta."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Ha sido enviado un email de restablecimiento de contraseña para %s." msgstr "Ha sido enviado un email de restablecimiento de contraseña para %s."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Paz" msgstr "Paz"
@@ -6702,7 +6702,7 @@ msgstr "Opción de paz para %s Desactivada."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Opción de paz para %s Activada." msgstr "Opción de paz para %s Activada."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
msgid "Persistent" msgid "Persistent"
msgstr "Persistente" msgstr "Persistente"
@@ -6732,7 +6732,7 @@ msgstr "Por favor usa un nombre de servidor valido cuando lo jupitees."
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "Por favor, usa el símbolo # cuando intentes registrar un canal." msgstr "Por favor, usa el símbolo # cuando intentes registrar un canal."
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Por favor, espera %d segundos e inténtalo de nuevo." msgstr "Por favor, espera %d segundos e inténtalo de nuevo."
@@ -6785,7 +6785,7 @@ msgstr "Evita que un bot sea asignado a un canal"
msgid "Prevent a channel from being used preserving channel data and settings" msgid "Prevent a channel from being used preserving channel data and settings"
msgstr "Evita que un canal sea usado conservando toda su configuración" msgstr "Evita que un canal sea usado conservando toda su configuración"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr "Evita que el canal expire" msgstr "Evita que el canal expire"
@@ -6941,7 +6941,7 @@ msgstr "Razón"
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Razón para %s actualizada." msgstr "Razón para %s actualizada."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7217,7 +7217,7 @@ msgstr "Reenviar email de confirmación"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr "Restringir el acceso al canal" msgstr "Restringir el acceso al canal"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
msgid "Restricted access" msgid "Restricted access"
msgstr "Acceso restringido" msgstr "Acceso restringido"
@@ -7360,7 +7360,7 @@ msgstr "Guardar la base de datos y reiniciar los Servicios"
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "Busca registros con el patrón dado" msgstr "Busca registros con el patrón dado"
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
msgid "Secure founder" msgid "Secure founder"
msgstr "Fundador Seguro" msgstr "Fundador Seguro"
@@ -7374,7 +7374,7 @@ msgstr "Seguridad de fundador para %s Desactivada."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Seguridad de fundador para %s Activada." msgstr "Seguridad de fundador para %s Activada."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
msgid "Secure ops" msgid "Secure ops"
msgstr "Ops Seguros" msgstr "Ops Seguros"
@@ -7413,7 +7413,7 @@ msgstr "Seguridad Activada para %s."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Seguridad de OPs forzada en %s." msgstr "Seguridad de OPs forzada en %s."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Seguridad" msgstr "Seguridad"
@@ -7608,7 +7608,7 @@ msgstr "Servicio"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "El nick %s retenido por los servicios ha sido liberado." msgstr "El nick %s retenido por los servicios ha sido liberado."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
#, fuzzy #, fuzzy
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "%s es un Operador de Servicios del tipo %s." msgstr "%s es un Operador de Servicios del tipo %s."
@@ -7657,7 +7657,7 @@ msgstr "Servicios ahora en modo read-only."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Servicios ahora en modo de read-write." msgstr "Servicios ahora en modo de read-write."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Los servicios han sido configurados para no enviar e-mails." msgstr "Los servicios han sido configurados para no enviar e-mails."
@@ -8106,7 +8106,7 @@ msgstr ""
"Configura si los servicios deben establecer tus modos de status en los " "Configura si los servicios deben establecer tus modos de status en los "
"canales automáticamente." "canales automáticamente."
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
"to ON prevents the channel from expiring." "to ON prevents the channel from expiring."
@@ -8214,7 +8214,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Opción de kick firmado para %s Activada." msgstr "Opción de kick firmado para %s Activada."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Kicks Firmados" msgstr "Kicks Firmados"
@@ -9831,14 +9831,15 @@ msgstr ""
"lista de acceso, %s no te auto-killeara sin importar como esté\n" "lista de acceso, %s no te auto-killeara sin importar como esté\n"
"la opciónKILL." "la opciónKILL."
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns Chanstats statistics ON or OFF."
msgstr "Pone las estadísticas de canal a ON u OFF."
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr "Pone las estadísticas de canal para este usuario a ON u OFF." msgstr "Pone las estadísticas de canal para este usuario a ON u OFF."
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns chanstats statistics ON or OFF."
msgstr "Pone las estadísticas de canal a ON u OFF."
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, c-format #, c-format
msgid "" msgid ""
@@ -10984,7 +10985,7 @@ msgstr "[canal] [lista | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "[canal] [nick]" msgstr "[canal] [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "[canal] {num | lista | LAST | ALL}" msgstr "[canal] {num | lista | LAST | ALL}"
+39 -38
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2019-01-24 17:28+0100\n" "PO-Revision-Date: 2019-01-24 17:28+0100\n"
"Last-Translator: Thomas Fargeix <t.fargeix@gmail.com>\n" "Last-Translator: Thomas Fargeix <t.fargeix@gmail.com>\n"
"Language-Team: French\n" "Language-Team: French\n"
@@ -618,8 +618,7 @@ msgstr "canal masque [raison]"
msgid "channel modes" msgid "channel modes"
msgstr "canal modes" msgstr "canal modes"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
msgid "channel nick" msgid "channel nick"
msgstr "canal pseudo" msgstr "canal pseudo"
@@ -750,7 +749,8 @@ msgstr "canal VIEW [masque | liste]"
msgid "channel [description]" msgid "channel [description]"
msgstr "canal [description]" msgstr "canal [description]"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
msgid "channel [nick]" msgid "channel [nick]"
msgstr "canal [pseudo]" msgstr "canal [pseudo]"
@@ -818,7 +818,7 @@ msgstr "canal {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
msgid "channel {ON | OFF}" msgid "channel {ON | OFF}"
@@ -1893,7 +1893,7 @@ msgstr ""
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s est notifié pour les nouveaux mémos à la connexion." msgstr "%s est notifié pour les nouveaux mémos à la connexion."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2400,7 +2400,7 @@ msgstr "Toutes les niveaux d'accès de %s ont été clonés sur %s."
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Toutes les news de connexion ont été supprimées." msgstr "Toutes les news de connexion ont été supprimées."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Tous les mémos du canal %s ont été supprimés." msgstr "Tous les mémos du canal %s ont été supprimés."
@@ -2418,7 +2418,7 @@ msgstr ""
"Tous les nouveaux comptes doivent être validés par un administrateur. Merci " "Tous les nouveaux comptes doivent être validés par un administrateur. Merci "
"d'attendre que votre enregistrement soit confirmé." "d'attendre que votre enregistrement soit confirmé."
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Tous vos mémos ont été supprimés." msgstr "Tous vos mémos ont été supprimés."
@@ -3021,11 +3021,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "Associe un URL à un canal" msgstr "Associe un URL à un canal"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "Associe un URL avec ce compte" msgstr "Associe un URL avec ce compte"
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr "Attribue un URL à votre compte" msgstr "Attribue un URL à votre compte"
@@ -3664,12 +3664,12 @@ msgstr "Le canal %s n'est pas suspendu."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "Le canal %s est enregistré dans votre compte : %s" msgstr "Le canal %s est enregistré dans votre compte : %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "Le canal %s expirera." msgstr "Le canal %s expirera."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "Le canal %s n'expirera pas." msgstr "Le canal %s n'expirera pas."
@@ -4142,7 +4142,7 @@ msgid "Define messages to be shown to users who oper"
msgstr "" msgstr ""
"Définit les messages affichés aux utilisateurs qui deviennent opérateurs IRC" "Définit les messages affichés aux utilisateurs qui deviennent opérateurs IRC"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr "Efface un ou des mémos" msgstr "Efface un ou des mémos"
@@ -4225,7 +4225,7 @@ msgstr "Information supprimée de %s."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "Une entrée a été supprimée de la liste %2$s de %1$s." msgstr "Une entrée a été supprimée de la liste %2$s de %1$s."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
"multiple memo numbers or ranges of numbers instead of a\n" "multiple memo numbers or ranges of numbers instead of a\n"
@@ -4446,7 +4446,7 @@ msgstr "L'adresse email pour %s a été changée en %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "L'adresse email pour %s a été effacée." msgstr "L'adresse email pour %s a été effacée."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "L'adresse email pour %s est invalide." msgstr "L'adresse email pour %s est invalide."
@@ -5250,7 +5250,7 @@ msgstr "Kicker d'italique"
msgid "Join a group" msgid "Join a group"
msgstr "Rejoint un groupe" msgstr "Rejoint un groupe"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
msgid "Keep modes" msgid "Keep modes"
msgstr "Maintien des modes" msgstr "Maintien des modes"
@@ -6054,7 +6054,7 @@ msgstr "Record d'utilisateurs : %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr "Mémo %d par %s (%s)." msgstr "Mémo %d par %s (%s)."
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Le mémo %d a été supprimé." msgstr "Le mémo %d a été supprimé."
@@ -6432,7 +6432,7 @@ msgstr "Le pseudo %s est maintenant enregistré sous votre masque : %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Le pseudo %s est maintenant enregistré." msgstr "Le pseudo %s est maintenant enregistré."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
msgid "No auto-op" msgid "No auto-op"
msgstr "Pas d'auto-op" msgstr "Pas d'auto-op"
@@ -6440,7 +6440,7 @@ msgstr "Pas d'auto-op"
msgid "No bot" msgid "No bot"
msgstr "Pas de bot" msgstr "Pas de bot"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
msgid "No expire" msgid "No expire"
msgstr "N'expire pas" msgstr "N'expire pas"
@@ -6587,7 +6587,7 @@ msgstr "Les modes, sauf ceux de statut, ont été vidés sur %s."
msgid "None" msgid "None"
msgstr "Aucune" msgstr "Aucune"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -6744,7 +6744,7 @@ msgstr "Mot de passe incorrect."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Un email de réinitialisation de mot de passe pour %s a été envoyé." msgstr "Un email de réinitialisation de mot de passe pour %s a été envoyé."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Paix" msgstr "Paix"
@@ -6758,7 +6758,7 @@ msgstr "Le mode 'paix' est désormais INACTIF pour %s."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Le mode 'paix' est désormais ACTIF pour %s." msgstr "Le mode 'paix' est désormais ACTIF pour %s."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
msgid "Persistent" msgid "Persistent"
msgstr "Persistant" msgstr "Persistant"
@@ -6790,7 +6790,7 @@ msgid "Please use the symbol of # when attempting to register."
msgstr "" msgstr ""
"Merci d'utiliser le symbole # lorsque vous tentez d'enregistrer un canal." "Merci d'utiliser le symbole # lorsque vous tentez d'enregistrer un canal."
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Attendez %d secondes et réessayez." msgstr "Attendez %d secondes et réessayez."
@@ -6846,7 +6846,7 @@ msgstr ""
"Suspend un canal pour ne pas qu'il soit utilisé tout en conservant les " "Suspend un canal pour ne pas qu'il soit utilisé tout en conservant les "
"données et configurations." "données et configurations."
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr "Empêche le canal d'expirer" msgstr "Empêche le canal d'expirer"
@@ -7000,7 +7000,7 @@ msgstr "Raison"
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Raison mise à jour pour %s." msgstr "Raison mise à jour pour %s."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7280,7 +7280,7 @@ msgstr "Renvoyer l'email de confirmation d'enregistrement"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr "Restreindre l'accès au canal" msgstr "Restreindre l'accès au canal"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
msgid "Restricted access" msgid "Restricted access"
msgstr "Accès restreint" msgstr "Accès restreint"
@@ -7427,7 +7427,7 @@ msgstr "Sauvegarde les bases de données et relance les services."
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "Recherche les correspondances au modèle dans le fichier de logs." msgstr "Recherche les correspondances au modèle dans le fichier de logs."
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
msgid "Secure founder" msgid "Secure founder"
msgstr "Sécurité du fondateur" msgstr "Sécurité du fondateur"
@@ -7441,7 +7441,7 @@ msgstr "L'option de sécurité du fondateur sur %s est INACTIVE."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "L'option de sécurité du fondateur sur %s est ACTIVE." msgstr "L'option de sécurité du fondateur sur %s est ACTIVE."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
msgid "Secure ops" msgid "Secure ops"
msgstr "Sécurité des OPs" msgstr "Sécurité des OPs"
@@ -7480,7 +7480,7 @@ msgstr "L'option de sécurité est maintenant ACTIVE pour %s."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Application sur %s de la sécurité des OPs." msgstr "Application sur %s de la sécurité des OPs."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Sécurité" msgstr "Sécurité"
@@ -7679,7 +7679,7 @@ msgstr "Service"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "La tutelle des Services sur %s a été enlevée." msgstr "La tutelle des Services sur %s a été enlevée."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "Commandes pour Opérateur des Services" msgstr "Commandes pour Opérateur des Services"
@@ -7727,7 +7727,7 @@ msgstr "Les Services sont maintenant en mode lecture-seule."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Les Services sont maintenant en mode lecture-écriture." msgstr "Les Services sont maintenant en mode lecture-écriture."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Les Services ont été configurés pour ne pas envoyer de mail." msgstr "Les Services ont été configurés pour ne pas envoyer de mail."
@@ -8183,7 +8183,7 @@ msgstr ""
"Définit si les services doivent vous donner automatiquement des modes de " "Définit si les services doivent vous donner automatiquement des modes de "
"statut de canal." "statut de canal."
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
"to ON prevents the channel from expiring." "to ON prevents the channel from expiring."
@@ -8290,7 +8290,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Les kicks seront maintenant signés sur %s." msgstr "Les kicks seront maintenant signés sur %s."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Kicks signés" msgstr "Kicks signés"
@@ -9941,16 +9941,17 @@ msgstr ""
"ou non. Cependant, si vous êtes sur la liste d'accès, %s n'utilisera pas\n" "ou non. Cependant, si vous êtes sur la liste d'accès, %s n'utilisera pas\n"
"d'auto-kill quelque soit l'état de l'option KILL." "d'auto-kill quelque soit l'état de l'option KILL."
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns Chanstats statistics ON or OFF."
msgstr "Active ou désactive les statistiques de ChanStats."
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr "" msgstr ""
"Active ou désactive les statistiques de canal de ChanStats pour cet " "Active ou désactive les statistiques de canal de ChanStats pour cet "
"utilisateur." "utilisateur."
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns chanstats statistics ON or OFF."
msgstr "Active ou désactive les statistiques de ChanStats."
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, c-format #, c-format
msgid "" msgid ""
@@ -11108,7 +11109,7 @@ msgstr "[canal] [liste | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "[canal] [pseudo]" msgstr "[canal] [pseudo]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "[canal] {num | liste | LAST | ALL}" msgstr "[canal] {num | liste | LAST | ALL}"
+40 -39
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2010-09-19 20:37-0400\n" "PO-Revision-Date: 2010-09-19 20:37-0400\n"
"Last-Translator: Adam <adam@anope.org>\n" "Last-Translator: Adam <adam@anope.org>\n"
"Language-Team: Hungarian\n" "Language-Team: Hungarian\n"
@@ -639,8 +639,7 @@ msgstr "BAN #channel nick [reason]"
msgid "channel modes" msgid "channel modes"
msgstr "MODE szoba mód" msgstr "MODE szoba mód"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
#, fuzzy #, fuzzy
msgid "channel nick" msgid "channel nick"
msgstr "UNBAN #szoba [nick]" msgstr "UNBAN #szoba [nick]"
@@ -798,7 +797,8 @@ msgstr "DEL [#szoba] { szám | list | ALL}"
msgid "channel [description]" msgid "channel [description]"
msgstr "REGISTER #szoba leírás" msgstr "REGISTER #szoba leírás"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
#, fuzzy #, fuzzy
msgid "channel [nick]" msgid "channel [nick]"
msgstr "UNBAN #szoba [nick]" msgstr "UNBAN #szoba [nick]"
@@ -880,7 +880,7 @@ msgstr "SET #szoba SIGNKICK {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
#, fuzzy #, fuzzy
@@ -2094,7 +2094,7 @@ msgstr "%s értesítést kért csatlakozáskor,és ha új üzenete van,"
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s kérte, csatlakozáskor értesítést kapjon,üzeneteiről." msgstr "%s kérte, csatlakozáskor értesítést kapjon,üzeneteiről."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2609,7 +2609,7 @@ msgstr "Az összes user vhosztja a(z) %s csoportba %s lett"
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Összes fellépési hír tétel törölve." msgstr "Összes fellépési hír tétel törölve."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Minden üzenetet töröltem a %s csatornán." msgstr "Minden üzenetet töröltem a %s csatornán."
@@ -2625,7 +2625,7 @@ msgid ""
"registration to be confirmed." "registration to be confirmed."
msgstr "" msgstr ""
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Minden üzenetet töröltem." msgstr "Minden üzenetet töröltem."
@@ -3257,11 +3257,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "ASSIGN Társít egy botot a csatornához" msgstr "ASSIGN Társít egy botot a csatornához"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "" msgstr ""
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
#, fuzzy #, fuzzy
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr " GREET Köszöntő üzenet társítása a nicknevedhez" msgstr " GREET Köszöntő üzenet társítása a nicknevedhez"
@@ -3962,12 +3962,12 @@ msgstr "(%s) szoba használata felfüggesztve."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "Ez a nicknév: %s számodra lett regisztrálva: %s" msgstr "Ez a nicknév: %s számodra lett regisztrálva: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "A megadott csatorna (%s) el fog évülni." msgstr "A megadott csatorna (%s) el fog évülni."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "A megadott csatorna (%s) nem fog elévülni." msgstr "A megadott csatorna (%s) nem fog elévülni."
@@ -4479,7 +4479,7 @@ msgstr " LOGONNEWS Fellépő üzenetek beállítása"
msgid "Define messages to be shown to users who oper" msgid "Define messages to be shown to users who oper"
msgstr " OPERNEWS Operek részére megjelenő üzenetet állít be" msgstr " OPERNEWS Operek részére megjelenő üzenetet állít be"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
#, fuzzy #, fuzzy
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr " DEL Törli a megadott üzenete(ke)t" msgstr " DEL Törli a megadott üzenete(ke)t"
@@ -4562,7 +4562,7 @@ msgstr "Törölve 1 bejegyzés az AKILL listáról."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "1 bejegyzés törölve a %s AOP listáról." msgstr "1 bejegyzés törölve a %s AOP listáról."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
#, fuzzy #, fuzzy
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
@@ -4803,7 +4803,7 @@ msgstr "E-mail address for %s changed to %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "E-mail address for %s unset." msgstr "E-mail address for %s unset."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "%sEmail címe nem érvényes." msgstr "%sEmail címe nem érvényes."
@@ -5644,7 +5644,7 @@ msgstr "\tItalics kicker : %s"
msgid "Join a group" msgid "Join a group"
msgstr " GROUP Csatlakozás egy csoporthoz" msgstr " GROUP Csatlakozás egy csoporthoz"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
#, fuzzy #, fuzzy
msgid "Keep modes" msgid "Keep modes"
msgstr "Üzenet mód" msgstr "Üzenet mód"
@@ -6467,7 +6467,7 @@ msgstr "Legtöbb felhasználó: %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr "\tRögzített módok: %s" msgstr "\tRögzített módok: %s"
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "A megadott üzenetet (%d) töröltem." msgstr "A megadott üzenetet (%d) töröltem."
@@ -6851,7 +6851,7 @@ msgstr "Ez a nicknév: %s számodra lett regisztrálva: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Nickname %s registered." msgstr "Nickname %s registered."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
#, fuzzy #, fuzzy
msgid "No auto-op" msgid "No auto-op"
msgstr "Auto-op" msgstr "Auto-op"
@@ -6860,7 +6860,7 @@ msgstr "Auto-op"
msgid "No bot" msgid "No bot"
msgstr "Nincs bot" msgstr "Nincs bot"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
#, fuzzy #, fuzzy
msgid "No expire" msgid "No expire"
msgstr "nem fog elévülni" msgstr "nem fog elévülni"
@@ -7005,7 +7005,7 @@ msgstr ""
msgid "None" msgid "None"
msgstr "Nincs" msgstr "Nincs"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, c-format #, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -7162,7 +7162,7 @@ msgstr "Hibás jelszó."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Password reset email for %s has been sent." msgstr "Password reset email for %s has been sent."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Békesség" msgstr "Békesség"
@@ -7176,7 +7176,7 @@ msgstr "Peace option for %s is now ON."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Peace option for %s is now ON." msgstr "Peace option for %s is now ON."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
#, fuzzy #, fuzzy
msgid "Persistent" msgid "Persistent"
msgstr "Persistant" msgstr "Persistant"
@@ -7202,7 +7202,7 @@ msgstr "Kérlek használj érvényes szerver nevet amikor jupolsz!"
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "" msgstr ""
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Kérlek várj %d másodpercet és próbáld újra." msgstr "Kérlek várj %d másodpercet és próbáld újra."
@@ -7258,7 +7258,7 @@ msgstr ""
" SUSPEND Felfüggeszti a szoba használatát de\n" " SUSPEND Felfüggeszti a szoba használatát de\n"
" megőrzi az adatokat és beállításokat." " megőrzi az adatokat és beállításokat."
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
#, fuzzy #, fuzzy
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr " NOEXPIRE Prevent the channel from expiring" msgstr " NOEXPIRE Prevent the channel from expiring"
@@ -7424,7 +7424,7 @@ msgstr ""
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "A megadott csatorna %s successora törölve." msgstr "A megadott csatorna %s successora törölve."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7724,7 +7724,7 @@ msgstr " RELOAD Újratölti a szervíz Konfigurációs fájlját"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr " RESTRICTED Restrict access to the channel" msgstr " RESTRICTED Restrict access to the channel"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
#, fuzzy #, fuzzy
msgid "Restricted access" msgid "Restricted access"
msgstr "Korlátozott hozzáférés" msgstr "Korlátozott hozzáférés"
@@ -7894,7 +7894,7 @@ msgstr " RESTART Menti az adatbázist, és újraindítja a szervízt"
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
#, fuzzy #, fuzzy
msgid "Secure founder" msgid "Secure founder"
msgstr "Founderjog védelme" msgstr "Founderjog védelme"
@@ -7909,7 +7909,7 @@ msgstr "Secure founder option for %s is now ON."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Secure founder option for %s is now ON." msgstr "Secure founder option for %s is now ON."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
#, fuzzy #, fuzzy
msgid "Secure ops" msgid "Secure ops"
msgstr "Opjog védelme" msgstr "Opjog védelme"
@@ -7949,7 +7949,7 @@ msgstr "Secure option is now ON for %s."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Secure option is now ON for %s." msgstr "Secure option is now ON for %s."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Biztonság" msgstr "Biztonság"
@@ -8173,7 +8173,7 @@ msgstr "Servers found: %d"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "A Services rendelkezésedre bocsájtotta a nicket." msgstr "A Services rendelkezésedre bocsájtotta a nicket."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
#, fuzzy #, fuzzy
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "%s is a services operator of type %s." msgstr "%s is a services operator of type %s."
@@ -8226,7 +8226,7 @@ msgstr "Szervíz most  csak olvas módban."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Szervíz most olvas ír módban." msgstr "Szervíz most olvas ír módban."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "A Szervíz úgy van beállítva, hogy nem küld mailt." msgstr "A Szervíz úgy van beállítva, hogy nem küld mailt."
@@ -8730,7 +8730,7 @@ msgid ""
"Sets whether services should set channel status modes on you automatically." "Sets whether services should set channel status modes on you automatically."
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
#, fuzzy #, fuzzy
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
@@ -8849,7 +8849,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Signed kick option for %s is now ON." msgstr "Signed kick option for %s is now ON."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Signed kicks" msgstr "Signed kicks"
@@ -10413,16 +10413,17 @@ msgstr ""
"nem fog automatikusan nevet váltóztatni a %s, hacsak\n" "nem fog automatikusan nevet váltóztatni a %s, hacsak\n"
"nincs bekapcsolva a KILL opció." "nincs bekapcsolva a KILL opció."
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns Chanstats statistics ON or OFF."
msgstr " SECURE A nickneved védelmének be-,kikapcsolása"
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
#, fuzzy #, fuzzy
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr " SECURE A nickneved védelmének be-,kikapcsolása" msgstr " SECURE A nickneved védelmének be-,kikapcsolása"
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns chanstats statistics ON or OFF."
msgstr " SECURE A nickneved védelmének be-,kikapcsolása"
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
@@ -11602,7 +11603,7 @@ msgstr "LIST [#szoba] [list | NEW ]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "OP #channel [nick]" msgstr "OP #channel [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
#, fuzzy #, fuzzy
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "DEL [#szoba] { szám | list | ALL}" msgstr "DEL [#szoba] { szám | list | ALL}"
+143 -143
View File
@@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2018-10-14 15:000100\n" "PO-Revision-Date: 2020-01-05 17:31+0100\n"
"Last-Translator: Dragone2 <dragone2@risposteinformatiche.it>\n" "Last-Translator: Dragone2 <dragone2@risposteinformatiche.it>\n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"Language: it_IT\n" "Language: it_IT\n"
@@ -280,7 +280,7 @@ msgstr "%s non è presente nella lista di accesso di %s."
#: modules/commands/cs_set.cpp:307 #: modules/commands/cs_set.cpp:307
#, c-format #, c-format
msgid "%s has too many channels registered." msgid "%s has too many channels registered."
msgstr "%s ha registrato troppi nick." msgstr "%s ha troppi canali registrati."
#: modules/commands/cs_status.cpp:51 #: modules/commands/cs_status.cpp:51
#, c-format #, c-format
@@ -373,7 +373,7 @@ msgstr "%s è il founder del canale %s."
#: modules/commands/cs_status.cpp:78 #: modules/commands/cs_status.cpp:78
#, c-format #, c-format
msgid "%s matches access entry %s (from entry %s), which has privilege %s." msgid "%s matches access entry %s (from entry %s), which has privilege %s."
msgstr "%s corrisponde al record %s (dal record %s), che ha livello %s." msgstr "%s corrisponde al record %s (dalla voce %s), che ha livello %s."
#: modules/commands/cs_status.cpp:71 #: modules/commands/cs_status.cpp:71
#, c-format #, c-format
@@ -403,7 +403,7 @@ msgstr "%1$s non trovato nella lista %3$s di %2$s."
#: modules/commands/cs_access.cpp:338 modules/commands/cs_flags.cpp:255 #: modules/commands/cs_access.cpp:338 modules/commands/cs_flags.cpp:255
#, c-format #, c-format
msgid "%s not found on %s access list." msgid "%s not found on %s access list."
msgstr "%s non trovato nella lista nella lista di accesso di %s." msgstr "%s non trovato nella lista di accesso di %s."
#: modules/commands/cs_akick.cpp:265 #: modules/commands/cs_akick.cpp:265
#, c-format #, c-format
@@ -547,9 +547,9 @@ msgstr ""
"il nome della persona che ha aggiunto l'eccezione, il suo limite di\n" "il nome della persona che ha aggiunto l'eccezione, il suo limite di\n"
"sessioni, il motivo, la host mask e la data di scadenza.\n" "sessioni, il motivo, la host mask e la data di scadenza.\n"
"\n" "\n"
"Bisogna tener conto che un client che si connette \"userà\" la prima\n" "Si noti che un client che si connette \"userà\" la prima\n"
"eccezione che corrisponde al suo host. Liste di eccezioni molto\n" "eccezione corrispondente al suo host. Liste di eccezioni molto\n"
"grandi ed mask generiche possono degradare la funzionalità dei\n" "grandi e mask generiche possono degradare le prestazioni dei\n"
"Services." "Services."
#: modules/commands/os_noop.cpp:68 #: modules/commands/os_noop.cpp:68
@@ -559,9 +559,9 @@ msgid ""
"up on the given server. REVOKE removes this\n" "up on the given server. REVOKE removes this\n"
"restriction." "restriction."
msgstr "" msgstr ""
"SET killa tutti gli operatori del server\n" "SET disconnette tutti gli operatori del server\n"
"specificato e previene gli operatori dal riottenere gradi\n" "specificato e gli impedisce di riottenere\n"
"sul server dato. REVOKE rimuove questa\n" "gradi. REVOKE rimuove questa\n"
"restrizione." "restrizione."
#: modules/commands/cs_access.cpp:611 #: modules/commands/cs_access.cpp:611
@@ -582,7 +582,7 @@ msgstr "[auto-memo] Il memo che hai inviato a %s è stato letto."
#: modules/commands/ns_group.cpp:92 #: modules/commands/ns_group.cpp:92
msgid "[target] [password]" msgid "[target] [password]"
msgstr "[target] [password]" msgstr "[obiettivo] [password]"
#: modules/commands/ns_set.cpp:453 #: modules/commands/ns_set.cpp:453
msgid "address" msgid "address"
@@ -620,8 +620,7 @@ msgstr "canale mask [motivo]"
msgid "channel modes" msgid "channel modes"
msgstr "canale modi" msgstr "canale modi"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
msgid "channel nick" msgid "channel nick"
msgstr "canale nick" msgstr "canale nick"
@@ -752,7 +751,8 @@ msgstr "canale VIEW [mask | list]"
msgid "channel [description]" msgid "channel [description]"
msgstr "canale [descrizione]" msgstr "canale [descrizione]"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
msgid "channel [nick]" msgid "channel [nick]"
msgstr "canale [nick]" msgstr "canale [nick]"
@@ -820,7 +820,7 @@ msgstr "canale {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
msgid "channel {ON | OFF}" msgid "channel {ON | OFF}"
@@ -999,7 +999,7 @@ msgstr "utente modi"
#: modules/commands/os_kill.cpp:20 #: modules/commands/os_kill.cpp:20
msgid "user [reason]" msgid "user [reason]"
msgstr "user [motivo]" msgstr "utente [motivo]"
#: modules/commands/os_sxline.cpp:440 #: modules/commands/os_sxline.cpp:440
msgid "" msgid ""
@@ -1022,7 +1022,7 @@ msgstr ""
" \n" " \n"
"SNLINE ADD aggiunge il realname specificato alla\n" "SNLINE ADD aggiunge il realname specificato alla\n"
"lista SNLINE per il motivo dato (che deve essere indicato).\n" "lista SNLINE per il motivo dato (che deve essere indicato).\n"
"scadenza è specifcato come un intero seguito da una lettera,\n" "scadenza è specificato come un intero seguito da una lettera,\n"
"che può essere d (giorni), h (ore), o m (minuti). Le\n" "che può essere d (giorni), h (ore), o m (minuti). Le\n"
"combinazioni (ad esempio 1h30m) non sono permesse. Se non\n" "combinazioni (ad esempio 1h30m) non sono permesse. Se non\n"
"viene specificata una unità, il valore viene inteso in giorni\n" "viene specificata una unità, il valore viene inteso in giorni\n"
@@ -1033,7 +1033,7 @@ msgstr ""
"SNLINE può essere trovata con il comando STATS AKILL.\n" "SNLINE può essere trovata con il comando STATS AKILL.\n"
" \n" " \n"
"Nota: visto che i realname possono contenere spazi, il\n" "Nota: visto che i realname possono contenere spazi, il\n"
"separatore tra questo e il motivo sono i due punti." "separatore tra il realname e il motivo sono i due punti."
#: modules/commands/os_sxline.cpp:678 #: modules/commands/os_sxline.cpp:678
msgid "" msgid ""
@@ -1053,7 +1053,7 @@ msgstr ""
" \n" " \n"
"SQLINE ADD aggiunge il nick specificato alla lista\n" "SQLINE ADD aggiunge il nick specificato alla lista\n"
"SQLINE per il motivo dato (che deve essere indicato).\n" "SQLINE per il motivo dato (che deve essere indicato).\n"
"scadenza è specifcato come un intero seguito da una lettera,\n" "scadenza è specificato come un intero seguito da una lettera,\n"
"che può essere d (giorni), h (ore), o m (minuti). Le\n" "che può essere d (giorni), h (ore), o m (minuti). Le\n"
"combinazioni (ad esempio 1h30m) non sono permesse. Se non\n" "combinazioni (ad esempio 1h30m) non sono permesse. Se non\n"
"viene specificata una unità, il valore viene inteso in giorni\n" "viene specificata una unità, il valore viene inteso in giorni\n"
@@ -1073,7 +1073,7 @@ msgid ""
msgstr "" msgstr ""
" \n" " \n"
"I nick che non sono più usati sono soggetti a\n" "I nick che non sono più usati sono soggetti a\n"
"cancellazione automatica, saranno cioè eliminati\n" "cancellazione automatica, saranno quindi eliminati\n"
"dopo %d giorni di inutilizzo." "dopo %d giorni di inutilizzo."
#: modules/pseudoclients/botserv.cpp:143 #: modules/pseudoclients/botserv.cpp:143
@@ -1141,7 +1141,7 @@ msgstr ""
" \n" " \n"
"Attiva o disattiva la protezione degli op nel\n" "Attiva o disattiva la protezione degli op nel\n"
"canale. Quando è attiva, gli op non saranno\n" "canale. Quando è attiva, gli op non saranno\n"
"kickati dal bot, anche se non hanno accesso al\n" "espulsi dal bot, anche se non hanno accesso al\n"
"livello NOKICK." "livello NOKICK."
#: modules/commands/bs_kick.cpp:908 #: modules/commands/bs_kick.cpp:908
@@ -1154,7 +1154,7 @@ msgstr ""
" \n" " \n"
"Attiva o disattiva la protezione dei voice nel\n" "Attiva o disattiva la protezione dei voice nel\n"
"canale. Quando è attiva, i voice non saranno\n" "canale. Quando è attiva, i voice non saranno\n"
"kickati dal bot, anche se non hanno accesso al\n" "espulsi dal bot, anche se non hanno accesso al\n"
"livello NOKICK." "livello NOKICK."
#: modules/pseudoclients/botserv.cpp:141 #: modules/pseudoclients/botserv.cpp:141
@@ -1164,7 +1164,7 @@ msgid ""
"Fantasy commands may be prefixed with one of the following characters: %s\n" "Fantasy commands may be prefixed with one of the following characters: %s\n"
msgstr "" msgstr ""
" \n" " \n"
"I comandi Fantasy possono essere inviati utilizzando uno dei seguenti " "I comandi di fantasia possono essere inviati utilizzando uno dei seguenti "
"caratteri come prefisso: %s\n" "caratteri come prefisso: %s\n"
#: modules/commands/cs_register.cpp:105 #: modules/commands/cs_register.cpp:105
@@ -1175,7 +1175,7 @@ msgid ""
msgstr "" msgstr ""
" \n" " \n"
"NOTA: Per registrare un canale, è necessario aver prima\n" "NOTA: Per registrare un canale, è necessario aver prima\n"
"registrato il tuo nickname." "registrato il proprio nickname."
#: modules/pseudoclients/chanserv.cpp:272 #: modules/pseudoclients/chanserv.cpp:272
#, c-format #, c-format
@@ -1241,7 +1241,7 @@ msgstr ""
"ban impostati dai\n" "ban impostati dai\n"
"bots, come ad esempio kick per flood, kick per parolacce, ecc. saranno " "bots, come ad esempio kick per flood, kick per parolacce, ecc. saranno "
"automaticamente\n" "automaticamente\n"
"rimossi dopo il tempo stabilito. Impostando il valore 0 disabilita la " "rimossi dopo il tempo stabilito. Impostando il valore 0 si disabilita la "
"scadenza\n" "scadenza\n"
"automatica dei ban." "automatica dei ban."
@@ -1278,10 +1278,10 @@ msgstr ""
"Il comando %s LIST mostra la lista %s. Se viene\n" "Il comando %s LIST mostra la lista %s. Se viene\n"
"utilizzata una wildcard per la mask, solo i record che\n" "utilizzata una wildcard per la mask, solo i record che\n"
"corrispondono alla mask vengono mostrati. Se viene\n" "corrispondono alla mask vengono mostrati. Se viene\n"
"specificata una lista, i record corrispondenti vengono mostrati.\n" "specificato un elenco, solo i record corrispondenti saranno mostrati.\n"
"Esempio:\n" "Esempio:\n"
" %s #canale LIST 2-5,7-9\n" " %s #canale LIST 2-5,7-9\n"
" Mostra i record %s che hanno numero da 2 a 5\n" " Mostra i record %s che vanno da 2 a 5\n"
" e da 7 a 9.\n" " e da 7 a 9.\n"
" \n" " \n"
"Il comando %s CLEAR svuota la lista %s." "Il comando %s CLEAR svuota la lista %s."
@@ -1510,7 +1510,7 @@ msgstr " Questo oper è configurato nel file di configurazione."
#: modules/commands/os_modinfo.cpp:34 #: modules/commands/os_modinfo.cpp:34
#, c-format #, c-format
msgid " Loaded at: %p" msgid " Loaded at: %p"
msgstr " Caricato il: %p" msgstr " Caricato a: %p"
#: modules/commands/cs_seen.cpp:303 #: modules/commands/cs_seen.cpp:303
#, c-format #, c-format
@@ -1559,7 +1559,7 @@ msgstr "%c%c%s è stato sbloccato da %s."
#: modules/commands/cs_clone.cpp:56 #: modules/commands/cs_clone.cpp:56
#, c-format #, c-format
msgid "%d access entries from %s have been cloned to %s." msgid "%d access entries from %s have been cloned to %s."
msgstr "%d records della lista di %s sono stati clonati su %s." msgstr "%d record della lista di %s sono stati clonati su %s."
#: modules/commands/bs_botlist.cpp:56 #: modules/commands/bs_botlist.cpp:56
#, c-format #, c-format
@@ -1879,7 +1879,7 @@ msgstr ""
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s viene informato dei nuovi memo quando si connette." msgstr "%s viene informato dei nuovi memo quando si connette."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2382,7 +2382,7 @@ msgstr "Tutte le voci akick impostate su %s sono state clonate su %s."
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Tutte le Logon News sono state eliminate." msgstr "Tutte le Logon News sono state eliminate."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Tutti i memo per il canale %s sono stati cancellati." msgstr "Tutti i memo per il canale %s sono stati cancellati."
@@ -2390,7 +2390,7 @@ msgstr "Tutti i memo per il canale %s sono stati cancellati."
#: modules/commands/os_mode.cpp:61 #: modules/commands/os_mode.cpp:61
#, c-format #, c-format
msgid "All modes cleared on %s." msgid "All modes cleared on %s."
msgstr "Tutti i modo sono stati rimossi su %s." msgstr "Tutti i modi sono stati rimossi su %s."
#: modules/commands/ns_register.cpp:258 modules/commands/ns_register.cpp:389 #: modules/commands/ns_register.cpp:258 modules/commands/ns_register.cpp:389
msgid "" msgid ""
@@ -2400,7 +2400,7 @@ msgstr ""
"Tutti i nuovi account devono essere validati da un amministratore. Per " "Tutti i nuovi account devono essere validati da un amministratore. Per "
"favore attendi che la tua registrazione sia confermata." "favore attendi che la tua registrazione sia confermata."
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Tutti i tuoi memo sono stati cancellati." msgstr "Tutti i tuoi memo sono stati cancellati."
@@ -2691,7 +2691,7 @@ msgstr ""
" \n" " \n"
"AKILL ADD aggiunge la mask user@host specificata alla lista\n" "AKILL ADD aggiunge la mask user@host specificata alla lista\n"
"AKILL per il motivo specificato (che deve essere indicato).\n" "AKILL per il motivo specificato (che deve essere indicato).\n"
"durata è specifcato come un intero seguito da una lettera,\n" "durata è specificato come un intero seguito da una lettera,\n"
"che può essere d (giorni), h (ore), o m (minuti). Le\n" "che può essere d (giorni), h (ore), o m (minuti). Le\n"
"combinazioni (ad esempio 1h30m) non sono permesse. Se non\n" "combinazioni (ad esempio 1h30m) non sono permesse. Se non\n"
"viene specificata una unità, il valore viene inteso in giorni\n" "viene specificata una unità, il valore viene inteso in giorni\n"
@@ -3005,11 +3005,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "Associa un URL al canale" msgstr "Associa un URL al canale"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "Associa un URL con questo account" msgstr "Associa un URL con questo account"
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr "Associa un URL con il tuo account" msgstr "Associa un URL con il tuo account"
@@ -3423,7 +3423,7 @@ msgid ""
"and they should not be saved." "and they should not be saved."
msgstr "" msgstr ""
"Termina immediatamente i Services senza salvarne i\n" "Termina immediatamente i Services senza salvarne i\n"
"databaase. Questo comando non deve mai essere usato,\n" "database. Questo comando non deve mai essere usato,\n"
"se non in caso di danni alla copia in memoria dei\n" "se non in caso di danni alla copia in memoria dei\n"
"database, per evitare che la copia danneggiata venga\n" "database, per evitare che la copia danneggiata venga\n"
"salvata." "salvata."
@@ -3636,12 +3636,12 @@ msgstr "Il canale %s non è sospeso."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "Il canale %s è stato registrato sotto il tuo account: %s" msgstr "Il canale %s è stato registrato sotto il tuo account: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "Il canale %s scadrà." msgstr "Il canale %s scadrà."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "Il canale %s non scadrà." msgstr "Il canale %s non scadrà."
@@ -3838,7 +3838,7 @@ msgstr "Configura i kick in caso di underline"
#: modules/commands/ns_register.cpp:21 #: modules/commands/ns_register.cpp:21
msgid "Confirm a passcode" msgid "Confirm a passcode"
msgstr "Conferma un codice di attivazione (passcode) di nickserv" msgstr "Conferma un codice di attivazione (passcode) di NickServ"
#: modules/commands/cs_mode.cpp:733 #: modules/commands/cs_mode.cpp:733
msgid "Control modes and mode locks on a channel" msgid "Control modes and mode locks on a channel"
@@ -4109,7 +4109,7 @@ msgstr "Definisce i messaggi da mostrare agli utenti quando si connettono"
msgid "Define messages to be shown to users who oper" msgid "Define messages to be shown to users who oper"
msgstr "Definisce i messaggi da mostrare agli operatori" msgstr "Definisce i messaggi da mostrare agli operatori"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr "Cancella uno o più memo" msgstr "Cancella uno o più memo"
@@ -4190,7 +4190,7 @@ msgstr "Eliminata nformazione da %s."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "Eliminato un record dalla lista %2$s di %1$s." msgstr "Eliminato un record dalla lista %2$s di %1$s."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
"multiple memo numbers or ranges of numbers instead of a\n" "multiple memo numbers or ranges of numbers instead of a\n"
@@ -4334,23 +4334,23 @@ msgstr "Mostra uno o più vHost nel database"
#: modules/extra/stats/cs_fantasy_top.cpp:50 #: modules/extra/stats/cs_fantasy_top.cpp:50
msgid "Displays the top 10 users of a channel" msgid "Displays the top 10 users of a channel"
msgstr "Mostra la top 10 utenti di un canale" msgstr "Mostra i primi 10 utenti del canale"
#: modules/extra/stats/cs_fantasy_top.cpp:73 #: modules/extra/stats/cs_fantasy_top.cpp:73
msgid "Displays the top 10 users of the network" msgid "Displays the top 10 users of the network"
msgstr "Mostra la top 10 utenti del network" msgstr "Mostra i primi 10 utenti del network"
#: modules/extra/stats/cs_fantasy_top.cpp:38 #: modules/extra/stats/cs_fantasy_top.cpp:38
msgid "Displays the top 3 users of a channel" msgid "Displays the top 3 users of a channel"
msgstr "Displays the top 3 users of a canale" msgstr "Mostra i primi 3 utenti del canale"
#: modules/extra/stats/cs_fantasy_top.cpp:62 #: modules/extra/stats/cs_fantasy_top.cpp:62
msgid "Displays the top 3 users of the network" msgid "Displays the top 3 users of the network"
msgstr "Mostra la top 3 utenti del network" msgstr "Mostra i primi 3 utenti del network"
#: modules/commands/help.cpp:33 #: modules/commands/help.cpp:33
msgid "Displays this list and give information about commands" msgid "Displays this list and give information about commands"
msgstr "Mostra questa lista e da informazioni sui comandi" msgstr "Mostra questa lista e dà informazioni sui comandi"
#: modules/extra/stats/cs_fantasy_stats.cpp:39 #: modules/extra/stats/cs_fantasy_stats.cpp:39
msgid "Displays your Channel Stats" msgid "Displays your Channel Stats"
@@ -4358,7 +4358,7 @@ msgstr "Mostra le statistiche del tuo canale"
#: modules/extra/stats/cs_fantasy_stats.cpp:51 #: modules/extra/stats/cs_fantasy_stats.cpp:51
msgid "Displays your Global Stats" msgid "Displays your Global Stats"
msgstr "Mostra le tue stats globali" msgstr "Mostra le tue statistiche globali"
#: modules/commands/bs_kick.cpp:1463 #: modules/commands/bs_kick.cpp:1463
msgid "Don't use AMSGs!" msgid "Don't use AMSGs!"
@@ -4411,7 +4411,7 @@ msgstr "Indirizzo e-mail per %s cambiato in %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "Indirizzo e-mail per %s rimosso." msgstr "Indirizzo e-mail per %s rimosso."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "L'e-mail per %s non è valida." msgstr "L'e-mail per %s non è valida."
@@ -4587,7 +4587,7 @@ msgid ""
msgstr "" msgstr ""
"Abilita o disabilita l'opzione di accesso limitato per un\n" "Abilita o disabilita l'opzione di accesso limitato per un\n"
"canale. Quando è impostato l'accesso limitato, gli utenti non\n" "canale. Quando è impostato l'accesso limitato, gli utenti non\n"
"presenti in lista di accesso saranno kickati e bannati dal canale." "presenti in lista di accesso saranno espulsi e bannati dal canale."
#: modules/commands/cs_set.cpp:796 #: modules/commands/cs_set.cpp:796
msgid "" msgid ""
@@ -5215,7 +5215,7 @@ msgstr "Kick in caso di italics"
msgid "Join a group" msgid "Join a group"
msgstr "Entra in un gruppo" msgstr "Entra in un gruppo"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
msgid "Keep modes" msgid "Keep modes"
msgstr "Mantenimento modi" msgstr "Mantenimento modi"
@@ -5245,7 +5245,7 @@ msgstr "Espelle un utente da un canale"
#: modules/commands/cs_ban.cpp:217 modules/commands/cs_kick.cpp:116 #: modules/commands/cs_ban.cpp:217 modules/commands/cs_kick.cpp:116
#, c-format #, c-format
msgid "Kicked %d/%d users matching %s from %s." msgid "Kicked %d/%d users matching %s from %s."
msgstr "%d/%d utenti kickati confrontando %s da %s." msgstr "%d/%d utenti espulsi confrontando %s da %s."
#: modules/commands/cs_kick.cpp:19 #: modules/commands/cs_kick.cpp:19
msgid "Kicks a specified nick from a channel" msgid "Kicks a specified nick from a channel"
@@ -5492,7 +5492,7 @@ msgstr ""
"Se le opzioni SUSPENDED o NOEXPIRE sono specificate, solamente\n" "Se le opzioni SUSPENDED o NOEXPIRE sono specificate, solamente\n"
"i canali che sono rispettivamente SUSPENDED o hanno la flag NOEXPIRE\n" "i canali che sono rispettivamente SUSPENDED o hanno la flag NOEXPIRE\n"
"saranno mostrati. Se specificate opzioni multiple, tutti i canali\n" "saranno mostrati. Se specificate opzioni multiple, tutti i canali\n"
"corrispondenti almeno un opzione saranno mostrati.\n" "corrispondenti almeno un'opzione saranno mostrati.\n"
"Nota che queste opzioni sono limitate ai Services Operators.\n" "Nota che queste opzioni sono limitate ai Services Operators.\n"
" \n" " \n"
"Esempi:\n" "Esempi:\n"
@@ -5828,7 +5828,7 @@ msgstr ""
"e in seguito lo espellerà dal canale. \n" "e in seguito lo espellerà dal canale. \n"
"Il comando AKICK ADD aggiunge il nick o la mask specificata\n" "Il comando AKICK ADD aggiunge il nick o la mask specificata\n"
"alla lista AutoKick. Se viene specificato un motivo, sarà\n" "alla lista AutoKick. Se viene specificato un motivo, sarà\n"
"utilizzato quando l'utente viene kickato, altrimenti\n" "utilizzato quando l'utente viene espulso, altrimenti\n"
"verrà utilizzata la frase standard \"Sei stato bannato\n" "verrà utilizzata la frase standard \"Sei stato bannato\n"
"dal canale\".\n" "dal canale\".\n"
"Quando viene usato un AKICK su un nick registrato\n" "Quando viene usato un AKICK su un nick registrato\n"
@@ -6019,7 +6019,7 @@ msgstr "Utenti massimi: %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr "Memo %d da %s (%s)." msgstr "Memo %d da %s (%s)."
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Il memo %d è stato cancellato." msgstr "Il memo %d è stato cancellato."
@@ -6396,7 +6396,7 @@ msgstr "Il nick %s è stato registrato sotto la tua user@host-mask: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Nickname %s registrato." msgstr "Nickname %s registrato."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
msgid "No auto-op" msgid "No auto-op"
msgstr "No auto-op" msgstr "No auto-op"
@@ -6404,7 +6404,7 @@ msgstr "No auto-op"
msgid "No bot" msgid "No bot"
msgstr "Nessun bot" msgstr "Nessun bot"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
msgid "No expire" msgid "No expire"
msgstr "Nessuna scadenza" msgstr "Nessuna scadenza"
@@ -6548,7 +6548,7 @@ msgstr "Modi non di stato eliminati su %s."
msgid "None" msgid "None"
msgstr "Nessuna" msgstr "Nessuna"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -6705,21 +6705,21 @@ msgstr "Password errata."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "È stata inviata una email per il reset della password di %s." msgstr "È stata inviata una email per il reset della password di %s."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Pace" msgstr "Pace"
#: modules/commands/cs_set.cpp:440 #: modules/commands/cs_set.cpp:440
#, c-format #, c-format
msgid "Peace option for %s is now off." msgid "Peace option for %s is now off."
msgstr "L'opzione peace per %s è ora disattivata." msgstr "L'opzione pace per %s è ora disattivata."
#: modules/commands/cs_set.cpp:434 #: modules/commands/cs_set.cpp:434
#, c-format #, c-format
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "L'opzione peace per %s è ora attiva." msgstr "L'opzione pace per %s è ora attiva."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
msgid "Persistent" msgid "Persistent"
msgstr "Persistenza" msgstr "Persistenza"
@@ -6751,7 +6751,7 @@ msgstr ""
"Per favore usa il simbolo # davanti al nome del canale per poter procedere " "Per favore usa il simbolo # davanti al nome del canale per poter procedere "
"con la registrazione." "con la registrazione."
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Attendi %d secondi è riprova." msgstr "Attendi %d secondi è riprova."
@@ -6803,7 +6803,7 @@ msgstr "Impedisce che un bot venga assegnato ad un canale"
msgid "Prevent a channel from being used preserving channel data and settings" msgid "Prevent a channel from being used preserving channel data and settings"
msgstr "Impedisce l'utilizzo di un canale mantenendone dati e impostazioni" msgstr "Impedisce l'utilizzo di un canale mantenendone dati e impostazioni"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr "Impedisce ad un canale di scadere" msgstr "Impedisce ad un canale di scadere"
@@ -6817,7 +6817,7 @@ msgstr "Impedisce ad un nickname di scadere"
#: src/access.cpp:46 #: src/access.cpp:46
msgid "Prevents users being kicked by Services" msgid "Prevents users being kicked by Services"
msgstr "Impedisce agli utenti di essere kickati dai Services" msgstr "Impedisce agli utenti di essere espulsi dai Services"
#: modules/commands/ns_list.cpp:297 modules/commands/cs_list.cpp:262 #: modules/commands/ns_list.cpp:297 modules/commands/cs_list.cpp:262
#: modules/commands/bs_info.cpp:58 #: modules/commands/bs_info.cpp:58
@@ -6957,7 +6957,7 @@ msgstr "Motivo"
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Motivo per %s aggiornato." msgstr "Motivo per %s aggiornato."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7138,7 +7138,7 @@ msgstr ""
#: modules/commands/os_module.cpp:56 #: modules/commands/os_module.cpp:56
msgid "Reload a module" msgid "Reload a module"
msgstr "Riarica un modulo" msgstr "Ricarica un modulo"
#: modules/commands/os_reload.cpp:19 #: modules/commands/os_reload.cpp:19
msgid "Reload services' configuration file" msgid "Reload services' configuration file"
@@ -7233,7 +7233,7 @@ msgstr "Reinvia l'email di conferma per la registrazione"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr "Limita l'accesso al canale" msgstr "Limita l'accesso al canale"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
msgid "Restricted access" msgid "Restricted access"
msgstr "Acesso limitato" msgstr "Acesso limitato"
@@ -7329,7 +7329,7 @@ msgstr ""
" 1 - l'utente non è riconosciuto come proprietario del nick\n" " 1 - l'utente non è riconosciuto come proprietario del nick\n"
" 2 - l'utente è riconosciuto come proprietario solo attraverso\n" " 2 - l'utente è riconosciuto come proprietario solo attraverso\n"
" la lista di accesso\n" " la lista di accesso\n"
" 3 - l'utente è riconosciuto come proprietario attravrso\n" " 3 - l'utente è riconosciuto come proprietario attraverso\n"
" l'identificazione per mezzo della password\n" " l'identificazione per mezzo della password\n"
"\n" "\n"
"Se nessun nickname è specificato sarà indicato lo stato del tuo nick." "Se nessun nickname è specificato sarà indicato lo stato del tuo nick."
@@ -7380,7 +7380,7 @@ msgstr "Salva i database e riavvia i Services"
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "Cerca nei log per la chiave specificata corrispondente" msgstr "Cerca nei log per la chiave specificata corrispondente"
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
msgid "Secure founder" msgid "Secure founder"
msgstr "Secure Founder" msgstr "Secure Founder"
@@ -7394,7 +7394,7 @@ msgstr "L'opzione Secure founder per %s è ora disattivata."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "L'opzione Secure founder per %s è ora attiva." msgstr "L'opzione Secure founder per %s è ora attiva."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
msgid "Secure ops" msgid "Secure ops"
msgstr "Secure ops" msgstr "Secure ops"
@@ -7433,7 +7433,7 @@ msgstr "Opzione secure attiva per %s."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Secureops forzato su %s." msgstr "Secureops forzato su %s."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Sicurezza" msgstr "Sicurezza"
@@ -7524,7 +7524,7 @@ msgid ""
msgstr "" msgstr ""
"Invia un memo contenente testo-memo al nick o canale\n" "Invia un memo contenente testo-memo al nick o canale\n"
"specificato. Se inviato ad un nickname, il destinatario riceverà\n" "specificato. Se inviato ad un nickname, il destinatario riceverà\n"
"un notice che gli segnala il nuovo memo. Il nickname o canale\n" "un notice che gli segnalerà il nuovo memo. Il nickname o canale\n"
"dev'essere registrato.\n" "dev'essere registrato.\n"
"Una volta che il memo viene letto dal destinatario, verrà inviata\n" "Una volta che il memo viene letto dal destinatario, verrà inviata\n"
"una notifica automatica al mittente, informandolo che il suo memo\n" "una notifica automatica al mittente, informandolo che il suo memo\n"
@@ -7612,7 +7612,7 @@ msgstr "Il server %s non è in pool."
#: modules/commands/os_dns.cpp:465 #: modules/commands/os_dns.cpp:465
#, c-format #, c-format
msgid "Server %s must be quit before it can be deleted." msgid "Server %s must be quit before it can be deleted."
msgstr "Il server %s deve essere chiuso prima di essere eliminato." msgstr "Il server %s deve essere scollegato prima di essere eliminato."
#: modules/commands/os_dns.cpp:255 #: modules/commands/os_dns.cpp:255
msgid "Servers" msgid "Servers"
@@ -7632,7 +7632,7 @@ msgstr "Servizio"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "Il blocco dei servizi sul nick %s è stato rilasciato." msgstr "Il blocco dei servizi sul nick %s è stato rilasciato."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "Comandi da Services Operator" msgstr "Comandi da Services Operator"
@@ -7640,11 +7640,11 @@ msgstr "Comandi da Services Operator"
#: modules/commands/os_defcon.cpp:462 modules/commands/os_defcon.cpp:470 #: modules/commands/os_defcon.cpp:462 modules/commands/os_defcon.cpp:470
#: modules/commands/os_defcon.cpp:478 #: modules/commands/os_defcon.cpp:478
msgid "Services are in DefCon mode, please try again later." msgid "Services are in DefCon mode, please try again later."
msgstr "I Services sono in modalità Defcon, prego riprovare più tardi." msgstr "I Services sono in modalità Defcon, si prega di riprovare più tardi."
#: include/language.h:70 #: include/language.h:70
msgid "Services are in read-only mode!" msgid "Services are in read-only mode!"
msgstr "I Services ora sono in modalità read-only!" msgstr "I Services sono ora in modalità read-only!"
#: modules/commands/os_defcon.cpp:186 modules/commands/os_defcon.cpp:213 #: modules/commands/os_defcon.cpp:186 modules/commands/os_defcon.cpp:213
#, c-format #, c-format
@@ -7680,7 +7680,7 @@ msgstr "I Services sono ora in modalità read-only."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "I Services sono ora in modalità read-write." msgstr "I Services sono ora in modalità read-write."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "I Services sono stati configurati per non inviare e-mail." msgstr "I Services sono stati configurati per non inviare e-mail."
@@ -7833,7 +7833,7 @@ msgstr ""
"Il bot kickerà gli utenti che inviano lo stesso messaggio su\n" "Il bot kickerà gli utenti che inviano lo stesso messaggio su\n"
"canali multipli dove risiedono i bot di %s.\n" "canali multipli dove risiedono i bot di %s.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -7859,7 +7859,7 @@ msgstr ""
"BADWORDS. Digita %s%s HELP BADWORDS per ottenere\n" "BADWORDS. Digita %s%s HELP BADWORDS per ottenere\n"
"maggiori informazioni.\n" "maggiori informazioni.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -7898,7 +7898,7 @@ msgstr ""
"opzione è attiva il bot kickarà tutti gli utenti che usano\n" "opzione è attiva il bot kickarà tutti gli utenti che usano\n"
"il grassetto nel canale.\n" "il grassetto nel canale.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -7926,7 +7926,7 @@ msgstr ""
"totale della linea. I valori di default per questi\n" "totale della linea. I valori di default per questi\n"
"parametri sono 10 caratteri e 25%%.\n" "parametri sono 10 caratteri e 25%%.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -7943,7 +7943,7 @@ msgstr ""
"opzione è attiva il bot kickarà tutti gli utenti che usano\n" "opzione è attiva il bot kickarà tutti gli utenti che usano\n"
"i colori nel canale.\n" "i colori nel canale.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -7971,7 +7971,7 @@ msgstr ""
"il canale scrivendo almeno ln linee in secs secondi.\n" "il canale scrivendo almeno ln linee in secs secondi.\n"
"I valori di default per questi parametri sono 6 linee e 10 secondi.\n" "I valori di default per questi parametri sono 6 linee e 10 secondi.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -7988,7 +7988,7 @@ msgstr ""
"opzione è attiva, il bot kickerà tutti gli utenti che usano\n" "opzione è attiva, il bot kickerà tutti gli utenti che usano\n"
"il corsivo nel canale.\n" "il corsivo nel canale.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -8008,7 +8008,7 @@ msgstr ""
"la stessa cosa almeno num volte. Il valore di default per questo\n" "la stessa cosa almeno num volte. Il valore di default per questo\n"
"parametro è 3.\n" "parametro è 3.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -8025,7 +8025,7 @@ msgstr ""
"opzione è attiva, il bot kickerà tutti gli utenti che usano\n" "opzione è attiva, il bot kickerà tutti gli utenti che usano\n"
"il reverse nel canale.\n" "il reverse nel canale.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -8042,7 +8042,7 @@ msgstr ""
"opzione è attiva, il bot kickerà tutti gli utenti che usano\n" "opzione è attiva, il bot kickerà tutti gli utenti che usano\n"
"il sottolineato nel canale.\n" "il sottolineato nel canale.\n"
" \n" " \n"
"ttb è il numero di volte che un utente può essere kickato\n" "ttb è il numero di volte che un utente può essere espulso\n"
"prima di ricevere un ban. Se il parametro non viene specificato,\n" "prima di ricevere un ban. Se il parametro non viene specificato,\n"
"l'utente non verrà bannato." "l'utente non verrà bannato."
@@ -8090,7 +8090,7 @@ msgstr ""
" READONLY Imposta la modalità read-only o read-write\n" " READONLY Imposta la modalità read-only o read-write\n"
" DEBUG Attiva o disattiva la modalità di debug\n" " DEBUG Attiva o disattiva la modalità di debug\n"
" NOEXPIRE Attiva o disattiva la modalità no expire\n" " NOEXPIRE Attiva o disattiva la modalità no expire\n"
" SUPERADMIN Attiva o disattiva la modalità SuperAdmin\n" " SUPERADMIN Attiva o disattiva la modalità Super Admin\n"
" LIST Elenca le opzioni" " LIST Elenca le opzioni"
#: modules/commands/ms_set.cpp:235 #: modules/commands/ms_set.cpp:235
@@ -8109,7 +8109,7 @@ msgstr ""
"Imposta varie opzioni dei memo. opzione può essere:\n" "Imposta varie opzioni dei memo. opzione può essere:\n"
"\n" "\n"
" NOTIFY Cambia il modo in cui si verrà notificati\n" " NOTIFY Cambia il modo in cui si verrà notificati\n"
" della ricezione di nuovi memo (solo\n" " alla ricezione di nuovi memo (solo\n"
" per i nick)\n" " per i nick)\n"
" LIMIT Imposta il numero massimo di memo che si\n" " LIMIT Imposta il numero massimo di memo che si\n"
" possono ricevere\n" " possono ricevere\n"
@@ -8125,9 +8125,9 @@ msgstr "Imposta varie opzioni del nick. opzione può essere una delle seguenti
msgid "" msgid ""
"Sets whether services should set channel status modes on you automatically." "Sets whether services should set channel status modes on you automatically."
msgstr "" msgstr ""
"Imposta se i service imposteranno automaticamente il tuo stato nei canali." "Imposta se i Services modificheranno automaticamente il tuo stato nei canali."
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
"to ON prevents the channel from expiring." "to ON prevents the channel from expiring."
@@ -8144,7 +8144,7 @@ msgid ""
"is entering channels. Note that depending on channel settings\n" "is entering channels. Note that depending on channel settings\n"
"some modes may not get set automatically." "some modes may not get set automatically."
msgstr "" msgstr ""
"Imposta se i service imposteranno automaticamente lo stato\n" "Imposta se i Services modificheranno automaticamente lo stato\n"
"del nickname specificato nei canali. Imposta su ON per permettere a %s\n" "del nickname specificato nei canali. Imposta su ON per permettere a %s\n"
"di impostare lo stato del nickname specificato automaticamente\n" "di impostare lo stato del nickname specificato automaticamente\n"
"quando accede al canale." "quando accede al canale."
@@ -8165,10 +8165,12 @@ msgid ""
"when entering channels. Note that depending on channel settings some modes\n" "when entering channels. Note that depending on channel settings some modes\n"
"may not get set automatically." "may not get set automatically."
msgstr "" msgstr ""
"Imposta se i service imposteranno automaticamente il tuo stato nei canali.\n" "Imposta se i Services modificheranno automaticamente il tuo stato nei "
"Imposta su ON per permettere a %s di impostare automaticamente il tuo stato\n" "canali.\n"
"Impostalo su ON per permettere a %s di impostare automaticamente il tuo "
"stato\n"
"quando accedi ai canali. Nota che a seconda delle impostazioni del canale\n" "quando accedi ai canali. Nota che a seconda delle impostazioni del canale\n"
"alcuni modi potrebbero non essere impostati automaticamente." "alcuni modi potrebbero non essere attivati automaticamente."
#: modules/commands/cs_access.cpp:648 modules/commands/cs_access.cpp:689 #: modules/commands/cs_access.cpp:648 modules/commands/cs_access.cpp:689
#, c-format #, c-format
@@ -8231,7 +8233,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "L'opzione Signed kick per %s è ora attiva." msgstr "L'opzione Signed kick per %s è ora attiva."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Kicks firmati" msgstr "Kicks firmati"
@@ -8352,7 +8354,7 @@ msgid ""
"Sorry, you can only have %d access entries on a channel, including access " "Sorry, you can only have %d access entries on a channel, including access "
"entries from other channels." "entries from other channels."
msgstr "" msgstr ""
"Spiacente, puoi avere un massimo di %d voci nella lista di accessodi un " "Spiacente, puoi avere un massimo di %d voci nella lista di accesso di un "
"canale, incluse le voci da altri canali." "canale, incluse le voci da altri canali."
#: modules/commands/cs_akick.cpp:177 #: modules/commands/cs_akick.cpp:177
@@ -8426,7 +8428,7 @@ msgstr "Il successore del canale %s è stato rimosso."
msgid "" msgid ""
"Super admin can not be set because it is not enabled in the configuration." "Super admin can not be set because it is not enabled in the configuration."
msgstr "" msgstr ""
"L'impostazione SuperAdmin non può essere attivata perché non è abilitata " "L'impostazione Super Admin non può essere attivata perché non è abilitata "
"nella configurazione." "nella configurazione."
#: modules/commands/ns_suspend.cpp:60 #: modules/commands/ns_suspend.cpp:60
@@ -8460,7 +8462,7 @@ msgstr ""
"l'uso mantenendone dati e impostazioni. Se viene specificata una\n" "l'uso mantenendone dati e impostazioni. Se viene specificata una\n"
"scandenza il nick sarà sospeso per quel determinato periodo di tempo, se " "scandenza il nick sarà sospeso per quel determinato periodo di tempo, se "
"invece\n" "invece\n"
"non viene specificata nessuna scadenza, sarà usata la scadenza di default\n" "non viene specificata nessuna scadenza, sarà usata la scadenza predefinita\n"
"specificata nel file di configurazione." "specificata nel file di configurazione."
#: modules/commands/cs_suspend.cpp:240 modules/commands/ns_suspend.cpp:254 #: modules/commands/cs_suspend.cpp:240 modules/commands/ns_suspend.cpp:254
@@ -8517,7 +8519,7 @@ msgstr ""
" \n" " \n"
"Con un parametro, mostra tutti i nick presenti nel gruppo\n" "Con un parametro, mostra tutti i nick presenti nel gruppo\n"
"del nick specificato.\n" "del nick specificato.\n"
"Questo modo d'uso è riservato ai Services Operator." "La specifica del nick è riservata ai Services Operator."
#: modules/commands/os_set.cpp:227 #: modules/commands/os_set.cpp:227
msgid "" msgid ""
@@ -8532,7 +8534,7 @@ msgstr ""
" \n" " \n"
"Attiva o disattiva la modalità di debug.\n" "Attiva o disattiva la modalità di debug.\n"
" \n" " \n"
"Questa opzione è equivalente all'opzione di riga di comando\n" "Questa opzione è equivalente all'opzione da riga di comando\n"
"--debug." "--debug."
#: modules/commands/ms_set.cpp:287 #: modules/commands/ms_set.cpp:287
@@ -9106,8 +9108,8 @@ msgid ""
msgstr "" msgstr ""
"Il comando %s permette agli utenti di configurare le impostazioni di\n" "Il comando %s permette agli utenti di configurare le impostazioni di\n"
"logging per i loro canali. Se non vengono specificati parametri, questo\n" "logging per i loro canali. Se non vengono specificati parametri, questo\n"
"comando mostra la lista del metodo di logging attualmente in funzione\n" "comando mostra la lista dei metodi di logging attualmente attivi\n"
"per il canale.\n" "sul canale.\n"
" \n" " \n"
"Altrimenti, comando deve essere il nome di un comando, e metodo\n" "Altrimenti, comando deve essere il nome di un comando, e metodo\n"
"è uno dei seguenti metodi di logging:\n" "è uno dei seguenti metodi di logging:\n"
@@ -9624,18 +9626,16 @@ msgid ""
" containing Anope and lists the most recent 500 of them." " containing Anope and lists the most recent 500 of them."
msgstr "" msgstr ""
"Questo comando effettua una ricerca nel file di log dei Services\n" "Questo comando effettua una ricerca nel file di log dei Services\n"
"dei messaggi corrispondenti lo schema specificato. Gli argomenti day e " "utilizzando il pattern specificato. Gli argomenti day e limit possono essere "
"limit\n" "usati per specificare fino a quanti giorni\n"
"possono essere usati per specificare per quanti giorni cercare nei logs\n" "estendere la ricerca nei logs e il limite dei risultati da mostrare.\n"
"e il limite di risultati da mostrare. Come impostazione predefinita\n" "Come impostazione predefinita questo comando recupera una settimana di\n"
"questo comando effettua ricerche nei log di una settimana e limita i " "logs e limita i risultati a 50.\n"
"risultati\n"
"a 50.\n"
" \n" " \n"
"Per esempio:\n" "Per esempio:\n"
" LOGSEARCH +21d +500l Anope\n" " LOGSEARCH +21d +500l Anope\n"
" Cerca messaggi contenti la parola Anope nei logs relativi\n" " Cerca i messaggi contenenti la parola Anope nei logs relativi\n"
" agli ultimi 21 giorni e mostra i 500 più recenti di essi." " agli ultimi 21 giorni e ne mostra i 500 più recenti."
#: modules/commands/cs_status.cpp:106 #: modules/commands/cs_status.cpp:106
msgid "" msgid ""
@@ -9861,14 +9861,14 @@ msgstr ""
"accesso, %s non cambierà il tuo nick, anche se l'opzione KILL\n" "accesso, %s non cambierà il tuo nick, anche se l'opzione KILL\n"
"è attiva." "è attiva."
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns Chanstats statistics ON or OFF."
msgstr "Attiva o disattiva le statistiche di Chanstats."
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr "" msgstr "Attiva o disattiva le statistiche di chanstats per questo utente."
"Attiva o disattiva le statistiche di chanstats nel canale per questo utente."
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns chanstats statistics ON or OFF."
msgstr "Attiva o disattiva le statistiche di Chanstats."
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, c-format #, c-format
@@ -9939,7 +9939,7 @@ msgid ""
"on a specific option." "on a specific option."
msgstr "" msgstr ""
"Digita %s%s HELP %s opzione per ottenere maggiori\n" "Digita %s%s HELP %s opzione per ottenere maggiori\n"
"informazioni su un opzione specifica." "informazioni su un'opzione specifica."
#: modules/commands/bs_kick.cpp:151 #: modules/commands/bs_kick.cpp:151
#, c-format #, c-format
@@ -9951,7 +9951,7 @@ msgid ""
"level SET." "level SET."
msgstr "" msgstr ""
"Digita %s%s HELP %s opzione per ottenere maggiori\n" "Digita %s%s HELP %s opzione per ottenere maggiori\n"
"informazioni su un opzione specifica.\n" "informazioni su un'opzione specifica.\n"
" \n" " \n"
"Nota: l'accesso a questo comando è controllato da\n" "Nota: l'accesso a questo comando è controllato da\n"
"level SET." "level SET."
@@ -9974,7 +9974,7 @@ msgid ""
"particular option." "particular option."
msgstr "" msgstr ""
"Digita %s%s HELP %s opzione per ottenere maggiori\n" "Digita %s%s HELP %s opzione per ottenere maggiori\n"
"informazioni su un opzione specifica." "informazioni su un'opzione specifica."
#: modules/pseudoclients/nickserv.cpp:361 #: modules/pseudoclients/nickserv.cpp:361
#, c-format #, c-format
@@ -10113,7 +10113,7 @@ msgid ""
"your userflags (lastseentime, etc)." "your userflags (lastseentime, etc)."
msgstr "" msgstr ""
"Aggiorna il tuo stato attuale, ovvero controlla eventuali nuovi memo,\n" "Aggiorna il tuo stato attuale, ovvero controlla eventuali nuovi memo,\n"
"imposta i chanmodo necessari e i tuoi userflags (lastseentime, etc)." "imposta i modi canale necessari e i tuoi userflags (lastseentime, etc)."
#: modules/commands/os_update.cpp:25 #: modules/commands/os_update.cpp:25
msgid "Updating databases." msgid "Updating databases."
@@ -10347,8 +10347,8 @@ msgstr ""
"L'opzione UPLINK , mostra informazioni relative al server\n" "L'opzione UPLINK , mostra informazioni relative al server\n"
"attualmente usato come uplink al network.\n" "attualmente usato come uplink al network.\n"
" \n" " \n"
"l'opzione HASH , mostra informazioni relativa alla hash map. \n" "L'opzione HASH , mostra informazioni relativa alla hash map. \n"
"L'opzione ALL, mostra tutte le statische descritte in precedenza." "L'opzione ALL, mostra tutte le statistiche descritte in precedenza."
#: modules/commands/bs_badwords.cpp:194 #: modules/commands/bs_badwords.cpp:194
msgid "Word" msgid "Word"
@@ -10370,7 +10370,7 @@ msgstr "Sei già presente in %s!"
#: modules/commands/os_set.cpp:91 #: modules/commands/os_set.cpp:91
msgid "You are no longer a super admin." msgid "You are no longer a super admin."
msgstr "Non sei più un SuperAdmin." msgstr "Non sei più un Super Admin."
#: modules/commands/os_login.cpp:81 #: modules/commands/os_login.cpp:81
msgid "You are not identified." msgid "You are not identified."
@@ -10390,7 +10390,7 @@ msgstr "Non stai usando un certificato del client."
#: modules/commands/os_set.cpp:85 #: modules/commands/os_set.cpp:85
msgid "You are now a super admin." msgid "You are now a super admin."
msgstr "Ora sei un SuperAdmin." msgstr "Ora sei un Super Admin."
#: modules/commands/os_oline.cpp:36 #: modules/commands/os_oline.cpp:36
msgid "You are now an IRC Operator." msgid "You are now an IRC Operator."
@@ -10413,7 +10413,7 @@ msgid ""
"receive any new memos until you delete some of your current ones." "receive any new memos until you delete some of your current ones."
msgstr "" msgstr ""
"Attenzione: Hai superato il numero massimo di memo (%d). Non potrai ricevere " "Attenzione: Hai superato il numero massimo di memo (%d). Non potrai ricevere "
"nuovi memo finché non ne elimini alcuni dal tuo archivio." "nuovi memo finché non ne eliminerai alcuni dal tuo archivio."
#: modules/commands/os_noop.cpp:33 #: modules/commands/os_noop.cpp:33
msgid "You can not NOOP Services." msgid "You can not NOOP Services."
@@ -10424,7 +10424,7 @@ msgid ""
"You can not disable the founder privilege because it would be impossible to " "You can not disable the founder privilege because it would be impossible to "
"reenable it at a later time." "reenable it at a later time."
msgstr "" msgstr ""
"Non puoi disabilitare il privilegio di founder perchè in seguito sarebbe " "Non puoi disabilitare il privilegio di founder perché in seguito sarebbe "
"impossibile riabilitarlo." "impossibile riabilitarlo."
#: modules/commands/os_jupe.cpp:34 #: modules/commands/os_jupe.cpp:34
@@ -10433,7 +10433,7 @@ msgstr "Non puoi bloccare un server già bloccato."
#: modules/commands/os_jupe.cpp:32 #: modules/commands/os_jupe.cpp:32
msgid "You can not jupe your Services' pseudoserver or your uplink server." msgid "You can not jupe your Services' pseudoserver or your uplink server."
msgstr "Non puoi bloccare lo pseudoserver dei Service o il tuo uplink." msgstr "Non puoi bloccare lo pseudoserver dei Services o il tuo uplink."
#: modules/commands/os_module.cpp:80 #: modules/commands/os_module.cpp:80
#, c-format #, c-format
@@ -10458,7 +10458,7 @@ msgstr "Non puoi aggiungere un canale alla sua stessa access list."
#: modules/commands/ns_logout.cpp:37 #: modules/commands/ns_logout.cpp:37
#, c-format #, c-format
msgid "You can't logout %s, they are a Services Operator." msgid "You can't logout %s, they are a Services Operator."
msgstr "Non puoi deidentificare %s , è un Services Operator." msgstr "Non puoi deidentificare %s, è un Services Operator."
#: modules/commands/ns_set.cpp:927 #: modules/commands/ns_set.cpp:927
#, c-format #, c-format
@@ -10577,7 +10577,7 @@ msgstr "Hai effettuato il login come %s."
#: modules/commands/os_login.cpp:86 #: modules/commands/os_login.cpp:86
msgid "You have been logged out." msgid "You have been logged out."
msgstr "Non sei più identificato per il tuo nick." msgstr "Non sei più identificato al tuo nick."
#: modules/commands/cs_unban.cpp:94 #: modules/commands/cs_unban.cpp:94
#, c-format #, c-format
@@ -10798,8 +10798,8 @@ msgid ""
"Your IRCd does not support vIdent's, if this is incorrect, please report " "Your IRCd does not support vIdent's, if this is incorrect, please report "
"this as a possible bug" "this as a possible bug"
msgstr "" msgstr ""
"Il tuo IRCd non supporta vIdent, se non è così, perfavore segnala il " "Il tuo IRCd non supporta vIdent, se così non fosse, segnala il problema come "
"problema come un possibile bug" "un possibile bug"
#: modules/extra/m_ldap_authentication.cpp:110 #: modules/extra/m_ldap_authentication.cpp:110
#: modules/extra/m_sql_authentication.cpp:55 #: modules/extra/m_sql_authentication.cpp:55
@@ -10814,7 +10814,7 @@ msgstr "Il tuo account è già stato confermato."
#: modules/commands/ns_register.cpp:396 #: modules/commands/ns_register.cpp:396
#, c-format #, c-format
msgid "Your account will expire, if not confirmed, in %s." msgid "Your account will expire, if not confirmed, in %s."
msgstr "Se non confermato, il tuo account scadra in %s." msgstr "Se non confermato, il tuo account scadrà in %s."
#: modules/commands/ns_set.cpp:1274 #: modules/commands/ns_set.cpp:1274
#, c-format #, c-format
@@ -10823,7 +10823,7 @@ msgstr "Il tuo indirizzo email è stato cambiato in %s."
#: modules/commands/os_forbid.cpp:544 modules/commands/os_forbid.cpp:553 #: modules/commands/os_forbid.cpp:544 modules/commands/os_forbid.cpp:553
msgid "Your email address is not allowed, choose a different one." msgid "Your email address is not allowed, choose a different one."
msgstr "Il tuo indirizzo email non è consentito, scegline un altro diverso." msgstr "Il tuo indirizzo email non è consentito, scegline uno diverso."
#: modules/commands/ns_register.cpp:260 modules/commands/ns_register.cpp:391 #: modules/commands/ns_register.cpp:260 modules/commands/ns_register.cpp:391
msgid "" msgid ""
@@ -10841,12 +10841,12 @@ msgstr "Il tuo indirizzo email per %s è stato confermato."
#: modules/extra/m_ldap_authentication.cpp:159 #: modules/extra/m_ldap_authentication.cpp:159
#, c-format #, c-format
msgid "Your email has been updated to %s" msgid "Your email has been updated to %s"
msgstr "Il tuo indirizzo email è stato aggiornato a %s" msgstr "Il tuo indirizzo email è stato modificato a %s"
#: modules/extra/m_sql_authentication.cpp:62 #: modules/extra/m_sql_authentication.cpp:62
#, c-format #, c-format
msgid "Your email has been updated to %s." msgid "Your email has been updated to %s."
msgstr "Il tuo indirizzo email è stato aggiornato a %s." msgstr "Il tuo indirizzo email è stato modificato a %s."
#: modules/commands/ms_set.cpp:197 #: modules/commands/ms_set.cpp:197
msgid "Your memo limit has been disabled." msgid "Your memo limit has been disabled."
@@ -10881,7 +10881,7 @@ msgstr ""
#: modules/commands/ns_logout.cpp:50 #: modules/commands/ns_logout.cpp:50
msgid "Your nick has been logged out." msgid "Your nick has been logged out."
msgstr "Non sei più identificato per il tuo nick." msgstr "Non sei più identificato al tuo nick."
#: modules/commands/ns_group.cpp:156 #: modules/commands/ns_group.cpp:156
msgid "Your nick is already registered." msgid "Your nick is already registered."
@@ -10889,7 +10889,7 @@ msgstr "Il tuo nick è già registrato."
#: modules/commands/ns_group.cpp:246 #: modules/commands/ns_group.cpp:246
msgid "Your nick is not grouped to anything, you can't ungroup it." msgid "Your nick is not grouped to anything, you can't ungroup it."
msgstr "Il tuo nick è presente in nessun gruppo, non puoi usare UNGROUP." msgstr "Il tuo nick non appartiene a un gruppo, non puoi usare UNGROUP."
#: include/language.h:77 #: include/language.h:77
msgid "Your nick isn't registered." msgid "Your nick isn't registered."
@@ -10937,7 +10937,7 @@ msgstr "Il tuo vHost %s ora è attivato."
#: modules/pseudoclients/hostserv.cpp:101 modules/commands/hs_on.cpp:35 #: modules/pseudoclients/hostserv.cpp:101 modules/commands/hs_on.cpp:35
#, c-format #, c-format
msgid "Your vhost of %s@%s is now activated." msgid "Your vhost of %s@%s is now activated."
msgstr "Il tuo vHost %s@%s ora è attivato." msgstr "Il tuo vHost %s@%s è ora attivato."
#: modules/commands/hs_off.cpp:39 #: modules/commands/hs_off.cpp:39
msgid "Your vhost was removed and the normal cloaking restored." msgid "Your vhost was removed and the normal cloaking restored."
@@ -11011,7 +11011,7 @@ msgstr "[canale] [list | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "[canale] [nick]" msgstr "[canale] [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "[canale] {num | list | LAST | ALL}" msgstr "[canale] {num | list | LAST | ALL}"
+43 -42
View File
@@ -1,14 +1,14 @@
# Anope IRC Services language file # Anope IRC Services language file
# Copyright (C) 2013-2019 # Copyright (C) 2013-2020
# This file is distributed under the same license as the Anope IRC Services package. # This file is distributed under the same license as the Anope IRC Services package.
# Robby <robby@chatbelgie.be>, 2013-2019. # Robby <robby@chatbelgie.be>, 2013-2020.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2019-02-28 04:44+0100\n" "PO-Revision-Date: 2020-01-07 04:27+0100\n"
"Last-Translator: Robby <robby@chatbelgie.be>\n" "Last-Translator: Robby <robby@chatbelgie.be>\n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
"Language: nl_NL\n" "Language: nl_NL\n"
@@ -615,8 +615,7 @@ msgstr "kanaal masker [reden]"
msgid "channel modes" msgid "channel modes"
msgstr "kanaal modes" msgstr "kanaal modes"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
msgid "channel nick" msgid "channel nick"
msgstr "kanaal nick" msgstr "kanaal nick"
@@ -747,7 +746,8 @@ msgstr "kanaal VIEW [masker | lijst]"
msgid "channel [description]" msgid "channel [description]"
msgstr "kanaal [beschrijving]" msgstr "kanaal [beschrijving]"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
msgid "channel [nick]" msgid "channel [nick]"
msgstr "kanaal [nick]" msgstr "kanaal [nick]"
@@ -815,7 +815,7 @@ msgstr "kanaal {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
msgid "channel {ON | OFF}" msgid "channel {ON | OFF}"
@@ -1881,8 +1881,8 @@ msgstr ""
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s wordt geïnformeerd over nieuwe memo's wanneer je inlogt." msgstr "%s wordt geïnformeerd over nieuwe memo's wanneer hij/zij inlogt."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
#, c-format #, c-format
@@ -2388,7 +2388,7 @@ msgstr "Alle toegangsniveaus van %s zijn gekopiëerd naar %s."
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Alle login nieuwsberichten zijn verwijderd." msgstr "Alle login nieuwsberichten zijn verwijderd."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Alle memo's voor kanaal %s zijn verwijderd." msgstr "Alle memo's voor kanaal %s zijn verwijderd."
@@ -2406,7 +2406,7 @@ msgstr ""
"Alle nieuwe accounts moeten gevalideerd worden door een beheerder. Gelieve " "Alle nieuwe accounts moeten gevalideerd worden door een beheerder. Gelieve "
"te wachten op bevestiging." "te wachten op bevestiging."
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Al je memo's zijn verwijderd." msgstr "Al je memo's zijn verwijderd."
@@ -3012,11 +3012,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "Koppel een URL aan het kanaal" msgstr "Koppel een URL aan het kanaal"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "Koppel een URL aan dit account" msgstr "Koppel een URL aan dit account"
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr "Koppel een URL aan jouw account" msgstr "Koppel een URL aan jouw account"
@@ -3644,12 +3644,12 @@ msgstr "Kanaal %s is niet geschorst."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "Kanaal %s is nu geregistreerd op jouw account: %s" msgstr "Kanaal %s is nu geregistreerd op jouw account: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "Kanaal %s zal verlopen." msgstr "Kanaal %s zal verlopen."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "Kanaal %s zal niet verlopen." msgstr "Kanaal %s zal niet verlopen."
@@ -4120,7 +4120,7 @@ msgid "Define messages to be shown to users who oper"
msgstr "" msgstr ""
"Stel de berichten in die gebruikers te zien krijgen wanneer ze OPER worden" "Stel de berichten in die gebruikers te zien krijgen wanneer ze OPER worden"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr "Verwijder een of meerdere memo's" msgstr "Verwijder een of meerdere memo's"
@@ -4203,7 +4203,7 @@ msgstr "Info verwijderd van %s."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "1 vermelding verwijderd van %s %s lijst." msgstr "1 vermelding verwijderd van %s %s lijst."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
"multiple memo numbers or ranges of numbers instead of a\n" "multiple memo numbers or ranges of numbers instead of a\n"
@@ -4423,7 +4423,7 @@ msgstr "E-mailadres voor %s gewijzigd naar %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "E-mailadres voor %s verwijderd." msgstr "E-mailadres voor %s verwijderd."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "E-mail voor %s is ongeldig." msgstr "E-mail voor %s is ongeldig."
@@ -5227,7 +5227,7 @@ msgstr "Cursiefkicker"
msgid "Join a group" msgid "Join a group"
msgstr "Bij een groep aanmelden" msgstr "Bij een groep aanmelden"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
msgid "Keep modes" msgid "Keep modes"
msgstr "Behoud modes" msgstr "Behoud modes"
@@ -6033,7 +6033,7 @@ msgstr "Maximum gebruikers: %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr "Memo %d van %s (%s)." msgstr "Memo %d van %s (%s)."
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Memo %d werd verwijderd." msgstr "Memo %d werd verwijderd."
@@ -6410,7 +6410,7 @@ msgstr "Nick %s is geregistreerd onder jouw gebruikersmasker: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Nick %s is geregistreerd." msgstr "Nick %s is geregistreerd."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
msgid "No auto-op" msgid "No auto-op"
msgstr "Geen auto-op" msgstr "Geen auto-op"
@@ -6418,7 +6418,7 @@ msgstr "Geen auto-op"
msgid "No bot" msgid "No bot"
msgstr "Geen bot" msgstr "Geen bot"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
msgid "No expire" msgid "No expire"
msgstr "Verloopt niet" msgstr "Verloopt niet"
@@ -6562,7 +6562,7 @@ msgstr "Niet-statusmodes weggehaald op %s."
msgid "None" msgid "None"
msgstr "Geen" msgstr "Geen"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, c-format #, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -6720,7 +6720,7 @@ msgstr "Fout wachtwoord."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Wachtwoord reset e-mail voor %s werd verstuurd." msgstr "Wachtwoord reset e-mail voor %s werd verstuurd."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Vrede" msgstr "Vrede"
@@ -6734,7 +6734,7 @@ msgstr "Vrede-optie voor %s is nu uit."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Vrede-optie voor %s is nu aan." msgstr "Vrede-optie voor %s is nu aan."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
msgid "Persistent" msgid "Persistent"
msgstr "Permanent" msgstr "Permanent"
@@ -6765,7 +6765,7 @@ msgstr "Gelieve een geldige servernaam te gebruiken bij het blokkeren."
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "Gelieve het #-symbool te gebruiken bij het registreren." msgstr "Gelieve het #-symbool te gebruiken bij het registreren."
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Gelieve %d seconden te wachten en opnieuw te proberen." msgstr "Gelieve %d seconden te wachten en opnieuw te proberen."
@@ -6823,7 +6823,7 @@ msgstr ""
"Voorkom gebruik van een kanaal terwijl de data en instellingen ervan toch " "Voorkom gebruik van een kanaal terwijl de data en instellingen ervan toch "
"behouden blijven" "behouden blijven"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr "Voorkom dat het kanaal verloopt" msgstr "Voorkom dat het kanaal verloopt"
@@ -6977,7 +6977,7 @@ msgstr "Reden"
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Reden voor %s geüpdatet." msgstr "Reden voor %s geüpdatet."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7254,7 +7254,7 @@ msgstr "Registratiebevestigings-e-mail opnieuw verzenden"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr "Beperk de toegang tot het kanaal" msgstr "Beperk de toegang tot het kanaal"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
msgid "Restricted access" msgid "Restricted access"
msgstr "Beperkte toegang" msgstr "Beperkte toegang"
@@ -7399,7 +7399,7 @@ msgstr "Sla de database op en herstart Services"
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "Doorzoekt logs voor een overeenstemmend patroon" msgstr "Doorzoekt logs voor een overeenstemmend patroon"
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
msgid "Secure founder" msgid "Secure founder"
msgstr "Strikte stichter controle" msgstr "Strikte stichter controle"
@@ -7413,7 +7413,7 @@ msgstr "Strikte stichter controle-optie voor %s is nu uit."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Strikte stichter controle-optie voor %s is nu aan." msgstr "Strikte stichter controle-optie voor %s is nu aan."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
msgid "Secure ops" msgid "Secure ops"
msgstr "Strikte operator controle" msgstr "Strikte operator controle"
@@ -7452,7 +7452,7 @@ msgstr "Veiligheidsoptie is nu aan voor %s."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "SECUREOPS afgedwongen op %s." msgstr "SECUREOPS afgedwongen op %s."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Veiligheid" msgstr "Veiligheid"
@@ -7648,7 +7648,7 @@ msgstr "Service"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "Nick %s werd vrijgegeven." msgstr "Nick %s werd vrijgegeven."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "Services Operator commando's" msgstr "Services Operator commando's"
@@ -7696,7 +7696,7 @@ msgstr "Services zijn nu in alleen-lezen modus."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Services zijn nu in lezen-schrijven modus." msgstr "Services zijn nu in lezen-schrijven modus."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Services zijn geconfigureerd om geen e-mails te versturen." msgstr "Services zijn geconfigureerd om geen e-mails te versturen."
@@ -8138,7 +8138,7 @@ msgid ""
msgstr "" msgstr ""
"Stelt in of Services je automatisch je status modes geeft op het kanaal." "Stelt in of Services je automatisch je status modes geeft op het kanaal."
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
"to ON prevents the channel from expiring." "to ON prevents the channel from expiring."
@@ -8241,7 +8241,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Ondertekende kicks-optie voor %s is nu aan." msgstr "Ondertekende kicks-optie voor %s is nu aan."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Ondertekende kicks" msgstr "Ondertekende kicks"
@@ -9846,14 +9846,15 @@ msgstr ""
"%s je niet automatisch killen, hoe de KILL optie ook\n" "%s je niet automatisch killen, hoe de KILL optie ook\n"
"ingesteld staat." "ingesteld staat."
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns Chanstats statistics ON or OFF."
msgstr "Zet chanstats statistieken aan of uit."
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr "Zet chanstats kanaal statistieken aan of uit voor deze gebruiker." msgstr "Zet chanstats kanaal statistieken aan of uit voor deze gebruiker."
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns chanstats statistics ON or OFF."
msgstr "Zet chanstats statistieken aan of uit."
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, c-format #, c-format
msgid "" msgid ""
@@ -10999,7 +11000,7 @@ msgstr "[kanaal] [lijst | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "[kanaal] [nick]" msgstr "[kanaal] [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "[kanaal] {nr | lijst | LAST | ALL}" msgstr "[kanaal] {nr | lijst | LAST | ALL}"
+39 -38
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2018-10-11 22:07+0200\n" "PO-Revision-Date: 2018-10-11 22:07+0200\n"
"Last-Translator: Adam <adam@anope.org>\n" "Last-Translator: Adam <adam@anope.org>\n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
@@ -618,8 +618,7 @@ msgstr "#kanał maska [powód]"
msgid "channel modes" msgid "channel modes"
msgstr "kanał flagi" msgstr "kanał flagi"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
msgid "channel nick" msgid "channel nick"
msgstr "kanał nick" msgstr "kanał nick"
@@ -750,7 +749,8 @@ msgstr "kanał VIEW [maska | lista]"
msgid "channel [description]" msgid "channel [description]"
msgstr "kanał [opis]" msgstr "kanał [opis]"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
msgid "channel [nick]" msgid "channel [nick]"
msgstr "kanał [nick]" msgstr "kanał [nick]"
@@ -818,7 +818,7 @@ msgstr "kanał {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
msgid "channel {ON | OFF}" msgid "channel {ON | OFF}"
@@ -1871,7 +1871,7 @@ msgstr ""
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s otrzymuje powiadomienia o nowych wiadomościach podczas logowania." msgstr "%s otrzymuje powiadomienia o nowych wiadomościach podczas logowania."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2377,7 +2377,7 @@ msgstr "Wszystkie ustawienia poziomów z %s zostały skopiowane do %s."
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Wszystkie wiadomości powitalne został skasowane." msgstr "Wszystkie wiadomości powitalne został skasowane."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Wszystkie wiadomości kanału %s zostały usunięte." msgstr "Wszystkie wiadomości kanału %s zostały usunięte."
@@ -2395,7 +2395,7 @@ msgstr ""
"Wszystkie nowe konta muszą zostać zweryfikowane przez administratora. " "Wszystkie nowe konta muszą zostać zweryfikowane przez administratora. "
"Poczekaj proszę na potwierdzenie Twojej rejestracji." "Poczekaj proszę na potwierdzenie Twojej rejestracji."
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Wszystkie Twoje wiadomości zostały usunięte." msgstr "Wszystkie Twoje wiadomości zostały usunięte."
@@ -2992,11 +2992,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "Przypisuje URL do kanału" msgstr "Przypisuje URL do kanału"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "Przypisz URL do tego konta" msgstr "Przypisz URL do tego konta"
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr "Przypisuje URL do Twojego konta" msgstr "Przypisuje URL do Twojego konta"
@@ -3618,12 +3618,12 @@ msgstr "Kanał %s nie jest zawieszony."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "Kanał %s został zarejestrowany dla Twojego konta: %s" msgstr "Kanał %s został zarejestrowany dla Twojego konta: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "Kanał %s od teraz podlega prawu wygasania." msgstr "Kanał %s od teraz podlega prawu wygasania."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "Kanał %s nie wygaśnie." msgstr "Kanał %s nie wygaśnie."
@@ -4089,7 +4089,7 @@ msgstr "Zarządza wiadomościami powitalnymi"
msgid "Define messages to be shown to users who oper" msgid "Define messages to be shown to users who oper"
msgstr "Zarządza wiadomościami dla operatorów" msgstr "Zarządza wiadomościami dla operatorów"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr "Kasuje jedną lub więcej wiadomości" msgstr "Kasuje jedną lub więcej wiadomości"
@@ -4172,7 +4172,7 @@ msgstr "Usunięto informacje dla %s."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "Usunięto 1 wpis z listy %s kanału %s." msgstr "Usunięto 1 wpis z listy %s kanału %s."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
"multiple memo numbers or ranges of numbers instead of a\n" "multiple memo numbers or ranges of numbers instead of a\n"
@@ -4389,7 +4389,7 @@ msgstr "Adres e-mail osoby %s został zmieniony na %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "Adres e-mail osoby %s został usunięty." msgstr "Adres e-mail osoby %s został usunięty."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "Adres e-mail dla %s nie jest prawidłowy." msgstr "Adres e-mail dla %s nie jest prawidłowy."
@@ -5180,7 +5180,7 @@ msgstr "Kopanie za pochyły tekst"
msgid "Join a group" msgid "Join a group"
msgstr "Dołącza nick do wskazanej grupy" msgstr "Dołącza nick do wskazanej grupy"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
msgid "Keep modes" msgid "Keep modes"
msgstr "Utrzymywanie trybów" msgstr "Utrzymywanie trybów"
@@ -5982,7 +5982,7 @@ msgstr "Rekord użytk. : %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr "Wiadomość %d od %s (%s)." msgstr "Wiadomość %d od %s (%s)."
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Wiadomość %d została usunięta." msgstr "Wiadomość %d została usunięta."
@@ -6359,7 +6359,7 @@ msgstr "Nick %s został zarejestrowany z maską: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Nick %s został zarejestrowany." msgstr "Nick %s został zarejestrowany."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
msgid "No auto-op" msgid "No auto-op"
msgstr "Brak AUTOOP" msgstr "Brak AUTOOP"
@@ -6367,7 +6367,7 @@ msgstr "Brak AUTOOP"
msgid "No bot" msgid "No bot"
msgstr "NOBOT" msgstr "NOBOT"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
msgid "No expire" msgid "No expire"
msgstr "nie wygasa" msgstr "nie wygasa"
@@ -6511,7 +6511,7 @@ msgstr ""
msgid "None" msgid "None"
msgstr "Brak" msgstr "Brak"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -6668,7 +6668,7 @@ msgstr "Nieprawidłowe hasło."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Wysłano wiadomość e-mail służącą resetowaniu hasła dla %s." msgstr "Wysłano wiadomość e-mail służącą resetowaniu hasła dla %s."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "PEACE" msgstr "PEACE"
@@ -6682,7 +6682,7 @@ msgstr "Opcja PEACE dla kanału %s została wyłączona."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Opcja PEACE dla kanału %s została włączona." msgstr "Opcja PEACE dla kanału %s została włączona."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
msgid "Persistent" msgid "Persistent"
msgstr "Trwały" msgstr "Trwały"
@@ -6710,7 +6710,7 @@ msgstr "Proszę użyć prawidłowej nazwy serwera."
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "Proszę używać symbolu # przy próbie rejestracji." msgstr "Proszę używać symbolu # przy próbie rejestracji."
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Proszę odczekać %d sekund(y) i ponowić próbę." msgstr "Proszę odczekać %d sekund(y) i ponowić próbę."
@@ -6760,7 +6760,7 @@ msgstr "Uniemożliwia przypisanie bota do kanału"
msgid "Prevent a channel from being used preserving channel data and settings" msgid "Prevent a channel from being used preserving channel data and settings"
msgstr "Blokuje podany kanał z zachowaniem wszelkich jego danych i ustawień" msgstr "Blokuje podany kanał z zachowaniem wszelkich jego danych i ustawień"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr "Uniemożliwia wygaśnięcie kanału" msgstr "Uniemożliwia wygaśnięcie kanału"
@@ -6914,7 +6914,7 @@ msgstr "Powód"
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Zaktualizowano powód dla %s." msgstr "Zaktualizowano powód dla %s."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7186,7 +7186,7 @@ msgstr "Ponownie wysyła e-maila potwierdzającego rejestrację"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr "Ogranicza dostęp do kanału" msgstr "Ogranicza dostęp do kanału"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
msgid "Restricted access" msgid "Restricted access"
msgstr "RESTRICTED" msgstr "RESTRICTED"
@@ -7329,7 +7329,7 @@ msgstr "Zapisuje bazy i restartuje serwisy"
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "Przeszukuje logi pod kątem wyrażenia" msgstr "Przeszukuje logi pod kątem wyrażenia"
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
msgid "Secure founder" msgid "Secure founder"
msgstr "SECUREFOUNDER" msgstr "SECUREFOUNDER"
@@ -7343,7 +7343,7 @@ msgstr "Status właściciela kanału %s nie będzie teraz chroniony."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Status właściciela kanału %s będzie teraz chroniony." msgstr "Status właściciela kanału %s będzie teraz chroniony."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
msgid "Secure ops" msgid "Secure ops"
msgstr "SECUREOPS" msgstr "SECUREOPS"
@@ -7382,7 +7382,7 @@ msgstr "Opcja bezpieczeństwa dla %s została włączona."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Opcja bezpieczeństwa dla %s została wymuszona." msgstr "Opcja bezpieczeństwa dla %s została wymuszona."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "SECURE" msgstr "SECURE"
@@ -7579,7 +7579,7 @@ msgstr "Usługa"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "Serwisy właśnie zwolniły nicka %s." msgstr "Serwisy właśnie zwolniły nicka %s."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "Komendy dla operatorów serwisów" msgstr "Komendy dla operatorów serwisów"
@@ -7627,7 +7627,7 @@ msgstr "Serwisy są teraz w trybie tylko-do-odczytu."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Serwisy są teraz w trybie odczyt-zapis." msgstr "Serwisy są teraz w trybie odczyt-zapis."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Serwisy zostały skonfigurowane tak, aby nie wysyłać poczty." msgstr "Serwisy zostały skonfigurowane tak, aby nie wysyłać poczty."
@@ -8066,7 +8066,7 @@ msgstr ""
"Pozwala na wybór, czy serwisy będą ustawiały automatycznie Twoje uprawnienia " "Pozwala na wybór, czy serwisy będą ustawiały automatycznie Twoje uprawnienia "
"na kanale." "na kanale."
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
"to ON prevents the channel from expiring." "to ON prevents the channel from expiring."
@@ -8169,7 +8169,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Podpisywanie komendy KICK na kanale %s zostało włączone." msgstr "Podpisywanie komendy KICK na kanale %s zostało włączone."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "SIGNKICK" msgstr "SIGNKICK"
@@ -9761,14 +9761,15 @@ msgstr ""
"znajduje się na liście %s nie skilluje\n" "znajduje się na liście %s nie skilluje\n"
"użytkownika niezależnie od ustawienia opcji KILL." "użytkownika niezależnie od ustawienia opcji KILL."
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns Chanstats statistics ON or OFF."
msgstr "Włącza lub wyłącza statystyki kanałowe."
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr "Włącza lub wyłącza statystyki kanałowe dla podanego użytkownika." msgstr "Włącza lub wyłącza statystyki kanałowe dla podanego użytkownika."
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
msgid "Turns chanstats statistics ON or OFF."
msgstr "Włącza lub wyłącza statystyki kanałowe."
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, c-format #, c-format
msgid "" msgid ""
@@ -10910,7 +10911,7 @@ msgstr "[kanał] [lista | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "[kanał] [nick]" msgstr "[kanał] [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "[kanał] {num | lista | LAST | ALL}" msgstr "[kanał] {num | lista | LAST | ALL}"
+40 -39
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2010-09-19 21:02-0400\n" "PO-Revision-Date: 2010-09-19 21:02-0400\n"
"Last-Translator: Adam <adam@anope.org>\n" "Last-Translator: Adam <adam@anope.org>\n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
@@ -630,8 +630,7 @@ msgstr "BAN #channel nick [reason]"
msgid "channel modes" msgid "channel modes"
msgstr "MODE canal modos" msgstr "MODE canal modos"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
#, fuzzy #, fuzzy
msgid "channel nick" msgid "channel nick"
msgstr "UNBAN canal [nick]" msgstr "UNBAN canal [nick]"
@@ -789,7 +788,8 @@ msgstr "DEL [canal] {núm | list | ALL}"
msgid "channel [description]" msgid "channel [description]"
msgstr "REGISTER canal descrição" msgstr "REGISTER canal descrição"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
#, fuzzy #, fuzzy
msgid "channel [nick]" msgid "channel [nick]"
msgstr "UNBAN canal [nick]" msgstr "UNBAN canal [nick]"
@@ -871,7 +871,7 @@ msgstr "SET canal SIGNKICK {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
#, fuzzy #, fuzzy
@@ -2070,7 +2070,7 @@ msgstr ""
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s é notificado de novos memos quando conecta." msgstr "%s é notificado de novos memos quando conecta."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2586,7 +2586,7 @@ msgstr "Todos os vhost's no grupo %s foram ajustados para %s"
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Todos os logon news foram removidos." msgstr "Todos os logon news foram removidos."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Todos os memos para o canal %s foram apagados." msgstr "Todos os memos para o canal %s foram apagados."
@@ -2602,7 +2602,7 @@ msgid ""
"registration to be confirmed." "registration to be confirmed."
msgstr "" msgstr ""
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Todos os seus memos foram apagados." msgstr "Todos os seus memos foram apagados."
@@ -3229,11 +3229,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr " ASSIGN Associa um bot ao canal" msgstr " ASSIGN Associa um bot ao canal"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "" msgstr ""
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
#, fuzzy #, fuzzy
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr " GREET Associa uma mensgem de entrada ao seu nick" msgstr " GREET Associa uma mensgem de entrada ao seu nick"
@@ -3935,12 +3935,12 @@ msgstr "Canal %s está agora suspenso."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "O nick %s foi registrado em sua conta: %s" msgstr "O nick %s foi registrado em sua conta: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "O canal %s irá expirar." msgstr "O canal %s irá expirar."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "O canal %s não irá expirar." msgstr "O canal %s não irá expirar."
@@ -4452,7 +4452,7 @@ msgstr " LOGONNEWS Define mensagens a serem mostradas na conexão"
msgid "Define messages to be shown to users who oper" msgid "Define messages to be shown to users who oper"
msgstr " OPERNEWS Define mensagens a serem mostradas a quem pega Oper" msgstr " OPERNEWS Define mensagens a serem mostradas a quem pega Oper"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
#, fuzzy #, fuzzy
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr " DEL Apaga a(s) mensagem(ns)" msgstr " DEL Apaga a(s) mensagem(ns)"
@@ -4535,7 +4535,7 @@ msgstr "Removida 1 entrada da lista de AKILL."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "Deletada 1 entrada da lista de AOP do %s." msgstr "Deletada 1 entrada da lista de AOP do %s."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
#, fuzzy #, fuzzy
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
@@ -4769,7 +4769,7 @@ msgstr "E-mail address for %s changed to %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "E-mail address for %s unset." msgstr "E-mail address for %s unset."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "E-mail para %s é inválido." msgstr "E-mail para %s é inválido."
@@ -5604,7 +5604,7 @@ msgstr " Italics kicker : %s"
msgid "Join a group" msgid "Join a group"
msgstr " GROUP Se junta a um grupo" msgstr " GROUP Se junta a um grupo"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
#, fuzzy #, fuzzy
msgid "Keep modes" msgid "Keep modes"
msgstr "Modo mensagem" msgstr "Modo mensagem"
@@ -6426,7 +6426,7 @@ msgstr "Máximo atingido: %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr " Trava de modo: %s" msgstr " Trava de modo: %s"
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Memo %d foi apagado." msgstr "Memo %d foi apagado."
@@ -6809,7 +6809,7 @@ msgstr "O nick %s foi registrado em sua conta: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Nick %s registrado." msgstr "Nick %s registrado."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
#, fuzzy #, fuzzy
msgid "No auto-op" msgid "No auto-op"
msgstr "Auto-op" msgstr "Auto-op"
@@ -6818,7 +6818,7 @@ msgstr "Auto-op"
msgid "No bot" msgid "No bot"
msgstr "Sem bot" msgstr "Sem bot"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
#, fuzzy #, fuzzy
msgid "No expire" msgid "No expire"
msgstr "não expira" msgstr "não expira"
@@ -6963,7 +6963,7 @@ msgstr ""
msgid "None" msgid "None"
msgstr "Nenhuma" msgstr "Nenhuma"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, c-format #, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -7120,7 +7120,7 @@ msgstr "Senha incorreta."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Password reset email for %s has been sent." msgstr "Password reset email for %s has been sent."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Paz" msgstr "Paz"
@@ -7134,7 +7134,7 @@ msgstr "Opção Peace para %s está agora ATIVADA."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Opção Peace para %s está agora ATIVADA." msgstr "Opção Peace para %s está agora ATIVADA."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
#, fuzzy #, fuzzy
msgid "Persistent" msgid "Persistent"
msgstr "Persistant" msgstr "Persistant"
@@ -7160,7 +7160,7 @@ msgstr "Por favor, use um nome de servidor válido quando estiver \"jupando\"."
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "" msgstr ""
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Por favor aguarde %d segundos e tente novamente." msgstr "Por favor aguarde %d segundos e tente novamente."
@@ -7217,7 +7217,7 @@ msgstr ""
" SUSPEND Previne um canal de ser registrado/usado,\n" " SUSPEND Previne um canal de ser registrado/usado,\n"
" preservando os dados do canal e suas configurações" " preservando os dados do canal e suas configurações"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
#, fuzzy #, fuzzy
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr " NOEXPIRE Prevent the channel from expiring" msgstr " NOEXPIRE Prevent the channel from expiring"
@@ -7383,7 +7383,7 @@ msgstr ""
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Successor do canal %s removido." msgstr "Successor do canal %s removido."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7685,7 +7685,7 @@ msgstr " RELOAD Recarrega o arquivo de configuração dos Services"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr " RESTRICTED Acesso restrito ao canal" msgstr " RESTRICTED Acesso restrito ao canal"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
#, fuzzy #, fuzzy
msgid "Restricted access" msgid "Restricted access"
msgstr "Acesso restrito" msgstr "Acesso restrito"
@@ -7849,7 +7849,7 @@ msgstr " RESTART Salva os dados e reinicia os Services"
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
#, fuzzy #, fuzzy
msgid "Secure founder" msgid "Secure founder"
msgstr "Founder Seguro" msgstr "Founder Seguro"
@@ -7864,7 +7864,7 @@ msgstr "Opção Secure Founder para %s está agora ATIVADA."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Opção Secure Founder para %s está agora ATIVADA." msgstr "Opção Secure Founder para %s está agora ATIVADA."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
#, fuzzy #, fuzzy
msgid "Secure ops" msgid "Secure ops"
msgstr "OPs Seguros" msgstr "OPs Seguros"
@@ -7904,7 +7904,7 @@ msgstr "Secure option is now ON for %s."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Secure option is now ON for %s." msgstr "Secure option is now ON for %s."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Segurança" msgstr "Segurança"
@@ -8129,7 +8129,7 @@ msgstr "Servers found: %d"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "Seu nick foi derrubado e pode ser usado." msgstr "Seu nick foi derrubado e pode ser usado."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
#, fuzzy #, fuzzy
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "%s is a services operator of type %s." msgstr "%s is a services operator of type %s."
@@ -8184,7 +8184,7 @@ msgstr "Services estão agora no modo somente leitura."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Services estão agora no modo leitura e gravação." msgstr "Services estão agora no modo leitura e gravação."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Os services foram configurados para não enviar e-mail." msgstr "Os services foram configurados para não enviar e-mail."
@@ -8686,7 +8686,7 @@ msgid ""
"Sets whether services should set channel status modes on you automatically." "Sets whether services should set channel status modes on you automatically."
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
#, fuzzy #, fuzzy
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
@@ -8804,7 +8804,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Opção Signed Kicks para %s está agora ATIVADA." msgstr "Opção Signed Kicks para %s está agora ATIVADA."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Kicks assinados" msgstr "Kicks assinados"
@@ -10364,16 +10364,17 @@ msgstr ""
"lista de acesso, o %s não irá dar auto-kill em você de\n" "lista de acesso, o %s não irá dar auto-kill em você de\n"
"acordo com os ajustes da opção KILL." "acordo com os ajustes da opção KILL."
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns Chanstats statistics ON or OFF."
msgstr " SECURE Ativa/Desativa os recursos de segurança para o seu nick"
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
#, fuzzy #, fuzzy
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr " SECURE Ativa/Desativa os recursos de segurança para o seu nick" msgstr " SECURE Ativa/Desativa os recursos de segurança para o seu nick"
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns chanstats statistics ON or OFF."
msgstr " SECURE Ativa/Desativa os recursos de segurança para o seu nick"
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
@@ -11574,7 +11575,7 @@ msgstr "LIST [canal] [list | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "OP #channel [nick]" msgstr "OP #channel [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
#, fuzzy #, fuzzy
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "DEL [canal] {núm | list | ALL}" msgstr "DEL [canal] {núm | list | ALL}"
+40 -39
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2010-09-19 21:10-0400\n" "PO-Revision-Date: 2010-09-19 21:10-0400\n"
"Last-Translator: Adam <adam@anope.org>\n" "Last-Translator: Adam <adam@anope.org>\n"
"Language-Team: Russian\n" "Language-Team: Russian\n"
@@ -654,8 +654,7 @@ msgstr "BAN #channel nick [reason]"
msgid "channel modes" msgid "channel modes"
msgstr "MODE #канал режимы" msgstr "MODE #канал режимы"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
#, fuzzy #, fuzzy
msgid "channel nick" msgid "channel nick"
msgstr "UNBAN #канал [nick]" msgstr "UNBAN #канал [nick]"
@@ -813,7 +812,8 @@ msgstr "DEL [#канал] {номер_сообщения | список_з
msgid "channel [description]" msgid "channel [description]"
msgstr "REGISTER #канал описание" msgstr "REGISTER #канал описание"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
#, fuzzy #, fuzzy
msgid "channel [nick]" msgid "channel [nick]"
msgstr "UNBAN #канал [nick]" msgstr "UNBAN #канал [nick]"
@@ -895,7 +895,7 @@ msgstr "SET #канал SIGNKICK {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
#, fuzzy #, fuzzy
@@ -2144,7 +2144,7 @@ msgstr ""
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s уведомляется о новых сообщениях сразу после идентификации к нику." msgstr "%s уведомляется о новых сообщениях сразу после идентификации к нику."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2665,7 +2665,7 @@ msgstr "Все виртуальные хосты для ников группы
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Список новостей полностью очищен." msgstr "Список новостей полностью очищен."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "Все сообщения канала %s были удалены." msgstr "Все сообщения канала %s были удалены."
@@ -2681,7 +2681,7 @@ msgid ""
"registration to be confirmed." "registration to be confirmed."
msgstr "" msgstr ""
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Все ваши вообщения были удалены." msgstr "Все ваши вообщения были удалены."
@@ -3330,11 +3330,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "ASSIGN Установка бота на указанный канал" msgstr "ASSIGN Установка бота на указанный канал"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "" msgstr ""
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
#, fuzzy #, fuzzy
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr " GREET установка приветственного сообщения" msgstr " GREET установка приветственного сообщения"
@@ -4037,12 +4037,12 @@ msgid "Channel %s registered under your account: %s"
msgstr "" msgstr ""
"Ник %s успешно зарегистрирован, в ACCESS-список добавлена хостмаска: %s" "Ник %s успешно зарегистрирован, в ACCESS-список добавлена хостмаска: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "Режим истечения по времени для канала %s активирована." msgstr "Режим истечения по времени для канала %s активирована."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "С этого момента, регистрация канала %s никогда не истечет." msgstr "С этого момента, регистрация канала %s никогда не истечет."
@@ -4557,7 +4557,7 @@ msgstr " LOGONNEWS Управление списком новостей п
msgid "Define messages to be shown to users who oper" msgid "Define messages to be shown to users who oper"
msgstr " OPERNEWS Управление списком опер-новостей" msgstr " OPERNEWS Управление списком опер-новостей"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
#, fuzzy #, fuzzy
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr " DEL Удаление мемо-сообщений" msgstr " DEL Удаление мемо-сообщений"
@@ -4640,7 +4640,7 @@ msgstr "Удалена 1 запись из спика AKILL'ов."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "Удалена 1 запись из списка AOP'ов канала %s." msgstr "Удалена 1 запись из списка AOP'ов канала %s."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
#, fuzzy #, fuzzy
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
@@ -4882,7 +4882,7 @@ msgstr "Email-адрес для %s изменен на %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "Email-адрес для %s удален." msgstr "Email-адрес для %s удален."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "Email-адрес для %s некорректен." msgstr "Email-адрес для %s некорректен."
@@ -5755,7 +5755,7 @@ msgstr "Italics kicker : %s"
msgid "Join a group" msgid "Join a group"
msgstr " GROUP Объединение ников в группы" msgstr " GROUP Объединение ников в группы"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
#, fuzzy #, fuzzy
msgid "Keep modes" msgid "Keep modes"
msgstr "Режим приватных сообщений" msgstr "Режим приватных сообщений"
@@ -6581,7 +6581,7 @@ msgstr "Зафиксированный максимум пользователе
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr "Блокировка режимов........: %s" msgstr "Блокировка режимов........: %s"
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "Сообщение под номером %d было удалено." msgstr "Сообщение под номером %d было удалено."
@@ -6964,7 +6964,7 @@ msgstr ""
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Ник %s успешно зарегистрирован." msgstr "Ник %s успешно зарегистрирован."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
#, fuzzy #, fuzzy
msgid "No auto-op" msgid "No auto-op"
msgstr "Автостатус" msgstr "Автостатус"
@@ -6973,7 +6973,7 @@ msgstr "Автостатус"
msgid "No bot" msgid "No bot"
msgstr "Без ботов" msgstr "Без ботов"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
#, fuzzy #, fuzzy
msgid "No expire" msgid "No expire"
msgstr "никогда не истечет" msgstr "никогда не истечет"
@@ -7119,7 +7119,7 @@ msgstr ""
msgid "None" msgid "None"
msgstr "отсутствуют" msgstr "отсутствуют"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, c-format #, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -7276,7 +7276,7 @@ msgstr "Вы указали неверный пароль."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Password reset email for %s has been sent." msgstr "Password reset email for %s has been sent."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Спокойствие" msgstr "Спокойствие"
@@ -7290,7 +7290,7 @@ msgstr "Режим спокойствия для канала %s активи
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Режим спокойствия для канала %s активирован." msgstr "Режим спокойствия для канала %s активирован."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
#, fuzzy #, fuzzy
msgid "Persistent" msgid "Persistent"
msgstr "Persistant" msgstr "Persistant"
@@ -7317,7 +7317,7 @@ msgstr ""
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "" msgstr ""
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Пожалуйста, подождите %d секунд и повторите запрос." msgstr "Пожалуйста, подождите %d секунд и повторите запрос."
@@ -7375,7 +7375,7 @@ msgstr ""
" SUSPEND Приостановка работы канала, с сохранением всех данных\n" " SUSPEND Приостановка работы канала, с сохранением всех данных\n"
" и настроек канала" " и настроек канала"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
#, fuzzy #, fuzzy
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr " NOEXPIRE Prevent the channel from expiring" msgstr " NOEXPIRE Prevent the channel from expiring"
@@ -7539,7 +7539,7 @@ msgstr ""
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "Наследник канал %s удален." msgstr "Наследник канал %s удален."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7841,7 +7841,7 @@ msgstr " RELOAD Перезагрузка конфигурационно
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr " RESTRICTED ограничение уровня доступа на канал до прописанных" msgstr " RESTRICTED ограничение уровня доступа на канал до прописанных"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
#, fuzzy #, fuzzy
msgid "Restricted access" msgid "Restricted access"
msgstr "Ограниченный доступ" msgstr "Ограниченный доступ"
@@ -8007,7 +8007,7 @@ msgstr " RESTART Сохранить базы данных и переза
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
#, fuzzy #, fuzzy
msgid "Secure founder" msgid "Secure founder"
msgstr "Безопасность владельца" msgstr "Безопасность владельца"
@@ -8022,7 +8022,7 @@ msgstr "Режим безопасности владельца для кана
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Режим безопасности владельца для канала %s активирован." msgstr "Режим безопасности владельца для канала %s активирован."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
#, fuzzy #, fuzzy
msgid "Secure ops" msgid "Secure ops"
msgstr "Контроль статуса оператора" msgstr "Контроль статуса оператора"
@@ -8062,7 +8062,7 @@ msgstr "Режим безопасности для %s активирован
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Режим безопасности для %s активирован." msgstr "Режим безопасности для %s активирован."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Безопасность" msgstr "Безопасность"
@@ -8289,7 +8289,7 @@ msgstr "Текущее кол-во серверов: %d"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "Ваш ник освобожден от удержания сервисами." msgstr "Ваш ник освобожден от удержания сервисами."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
#, fuzzy #, fuzzy
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "%s is a services operator of type %s." msgstr "%s is a services operator of type %s."
@@ -8346,7 +8346,7 @@ msgstr "Сервисы перешли в режим read-only (только ч
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Сервисы перешли в режим read-write (чтение-запись)." msgstr "Сервисы перешли в режим read-write (чтение-запись)."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "" msgstr ""
"Настройки mail-функций сервисов некорректны или отключены, возможность " "Настройки mail-функций сервисов некорректны или отключены, возможность "
@@ -8888,7 +8888,7 @@ msgid ""
"Sets whether services should set channel status modes on you automatically." "Sets whether services should set channel status modes on you automatically."
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
#, fuzzy #, fuzzy
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
@@ -9015,7 +9015,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Режим подписанных киков для канала %s активирован." msgstr "Режим подписанных киков для канала %s активирован."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "Подписанные кики" msgstr "Подписанные кики"
@@ -10636,16 +10636,17 @@ msgstr ""
"хостмаска, совпадающая с вашей текущей. Режим опции KILL при этом\n" "хостмаска, совпадающая с вашей текущей. Режим опции KILL при этом\n"
"значения не имеет." "значения не имеет."
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns Chanstats statistics ON or OFF."
msgstr " SECURE активирование/деактивирование режима безопасности"
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
#, fuzzy #, fuzzy
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr " SECURE активирование/деактивирование режима безопасности" msgstr " SECURE активирование/деактивирование режима безопасности"
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns chanstats statistics ON or OFF."
msgstr " SECURE активирование/деактивирование режима безопасности"
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
@@ -11858,7 +11859,7 @@ msgstr "LIST [#канал] [список_записей | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "OP #channel [nick]" msgstr "OP #channel [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
#, fuzzy #, fuzzy
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "DEL [#канал] {номер_сообщения | список_записей | ALL}" msgstr "DEL [#канал] {номер_сообщения | список_записей | ALL}"
+40 -39
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anope\n" "Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 02:52+0100\n" "POT-Creation-Date: 2020-01-06 18:19+0100\n"
"PO-Revision-Date: 2010-09-19 21:13-0400\n" "PO-Revision-Date: 2010-09-19 21:13-0400\n"
"Last-Translator: Adam <adam@anope.org>\n" "Last-Translator: Adam <adam@anope.org>\n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
@@ -630,8 +630,7 @@ msgstr "BAN #channel nick [reason]"
msgid "channel modes" msgid "channel modes"
msgstr "MODE kanaladı modlar" msgstr "MODE kanaladı modlar"
#: modules/commands/cs_set.cpp:267 modules/commands/cs_set.cpp:950 #: modules/commands/cs_set.cpp:267 modules/commands/bs_assign.cpp:20
#: modules/commands/bs_assign.cpp:20
#, fuzzy #, fuzzy
msgid "channel nick" msgid "channel nick"
msgstr "UNBAN kanaladı [name]" msgstr "UNBAN kanaladı [name]"
@@ -789,7 +788,8 @@ msgstr "DEL [kanaladı] {num | liste | ALL}"
msgid "channel [description]" msgid "channel [description]"
msgstr "REGISTER kanaladı açıklama" msgstr "REGISTER kanaladı açıklama"
#: modules/commands/cs_invite.cpp:20 modules/commands/cs_unban.cpp:20 #: modules/commands/cs_set.cpp:950 modules/commands/cs_invite.cpp:20
#: modules/commands/cs_unban.cpp:20
#, fuzzy #, fuzzy
msgid "channel [nick]" msgid "channel [nick]"
msgstr "UNBAN kanaladı [name]" msgstr "UNBAN kanaladı [name]"
@@ -871,7 +871,7 @@ msgstr "SET kanaladı SIGNKICK {ON | LEVEL | OFF}"
#: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401 #: modules/commands/cs_set.cpp:336 modules/commands/cs_set.cpp:401
#: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622 #: modules/commands/cs_set.cpp:473 modules/commands/cs_set.cpp:622
#: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747 #: modules/commands/cs_set.cpp:684 modules/commands/cs_set.cpp:747
#: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1042 #: modules/commands/cs_set.cpp:811 modules/commands/cs_set.cpp:1044
#: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857 #: modules/commands/bs_kick.cpp:792 modules/commands/bs_kick.cpp:857
#: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181 #: modules/commands/cs_topic.cpp:21 modules/commands/cs_list.cpp:181
#, fuzzy #, fuzzy
@@ -2049,7 +2049,7 @@ msgstr ""
#: modules/commands/ms_info.cpp:122 #: modules/commands/ms_info.cpp:122
#, c-format #, c-format
msgid "%s is notified of news memos at logon." msgid "%s is notified of new memos at logon."
msgstr "%s yeni mesajlar için bağlandığında uyarılacak." msgstr "%s yeni mesajlar için bağlandığında uyarılacak."
#: modules/commands/ms_info.cpp:120 #: modules/commands/ms_info.cpp:120
@@ -2565,7 +2565,7 @@ msgstr "All vhost's in the group %s have been set to %s"
msgid "All logon news items deleted." msgid "All logon news items deleted."
msgstr "Tüm bağlantı haberleri silindi." msgstr "Tüm bağlantı haberleri silindi."
#: modules/commands/ms_del.cpp:109 #: modules/commands/ms_del.cpp:115
#, c-format #, c-format
msgid "All memos for channel %s have been deleted." msgid "All memos for channel %s have been deleted."
msgstr "All memos for channel %s have been deleted." msgstr "All memos for channel %s have been deleted."
@@ -2581,7 +2581,7 @@ msgid ""
"registration to be confirmed." "registration to be confirmed."
msgstr "" msgstr ""
#: modules/commands/ms_del.cpp:111 #: modules/commands/ms_del.cpp:119
msgid "All of your memos have been deleted." msgid "All of your memos have been deleted."
msgstr "Tüm mesajlarınız silindi." msgstr "Tüm mesajlarınız silindi."
@@ -3205,11 +3205,11 @@ msgstr ""
msgid "Associate a URL with the channel" msgid "Associate a URL with the channel"
msgstr "ASSIGN Kanala bot sokar" msgstr "ASSIGN Kanala bot sokar"
#: data/nickserv.example.conf:593 #: data/nickserv.example.conf:594
msgid "Associate a URL with this account" msgid "Associate a URL with this account"
msgstr "" msgstr ""
#: data/nickserv.example.conf:592 #: data/nickserv.example.conf:593
#, fuzzy #, fuzzy
msgid "Associate a URL with your account" msgid "Associate a URL with your account"
msgstr " GREET Nickiniz için bir karşılama mesajı belirler" msgstr " GREET Nickiniz için bir karşılama mesajı belirler"
@@ -3918,12 +3918,12 @@ msgstr "Channel %s is now suspended."
msgid "Channel %s registered under your account: %s" msgid "Channel %s registered under your account: %s"
msgstr "%s nicki sizin adınıza kayıt edildi: %s" msgstr "%s nicki sizin adınıza kayıt edildi: %s"
#: modules/commands/cs_set.cpp:1076 #: modules/commands/cs_set.cpp:1078
#, c-format #, c-format
msgid "Channel %s will expire." msgid "Channel %s will expire."
msgstr "%s kanalı zaman aşımına eklendi." msgstr "%s kanalı zaman aşımına eklendi."
#: modules/commands/cs_set.cpp:1070 #: modules/commands/cs_set.cpp:1072
#, c-format #, c-format
msgid "Channel %s will not expire." msgid "Channel %s will not expire."
msgstr "%s kanalı zaman aşımından çıkarıldı." msgstr "%s kanalı zaman aşımından çıkarıldı."
@@ -4441,7 +4441,7 @@ msgstr ""
" OPERNEWS Oper olan kullanıcıların görüntüleyeceği mesajı \n" " OPERNEWS Oper olan kullanıcıların görüntüleyeceği mesajı \n"
" belirler" " belirler"
#: modules/commands/ms_del.cpp:41 #: modules/commands/ms_del.cpp:44
#, fuzzy #, fuzzy
msgid "Delete a memo or memos" msgid "Delete a memo or memos"
msgstr " DEL Mesajları silmenizi sağlar" msgstr " DEL Mesajları silmenizi sağlar"
@@ -4524,7 +4524,7 @@ msgstr "AKILL listesinden 1 kayıt silindi."
msgid "Deleted one entry from %s %s list." msgid "Deleted one entry from %s %s list."
msgstr "%s kanalinin AOP listesinden 1 kayit silindi." msgstr "%s kanalinin AOP listesinden 1 kayit silindi."
#: modules/commands/ms_del.cpp:121 #: modules/commands/ms_del.cpp:129
#, fuzzy #, fuzzy
msgid "" msgid ""
"Deletes the specified memo or memos. You can supply\n" "Deletes the specified memo or memos. You can supply\n"
@@ -4759,7 +4759,7 @@ msgstr "E-mail address for %s changed to %s."
msgid "E-mail address for %s unset." msgid "E-mail address for %s unset."
msgstr "E-mail address for %s unset." msgstr "E-mail address for %s unset."
#: src/mail.cpp:79 #: src/mail.cpp:80
#, c-format #, c-format
msgid "E-mail for %s is invalid." msgid "E-mail for %s is invalid."
msgstr "%s için mail adresi geçerli değil." msgstr "%s için mail adresi geçerli değil."
@@ -5596,7 +5596,7 @@ msgstr " Italics kicker : %s"
msgid "Join a group" msgid "Join a group"
msgstr " GROUP Bir gruba dahil eder" msgstr " GROUP Bir gruba dahil eder"
#: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1319 #: modules/commands/cs_set.cpp:1305 modules/commands/ns_set.cpp:1319
#, fuzzy #, fuzzy
msgid "Keep modes" msgid "Keep modes"
msgstr "Message mode" msgstr "Message mode"
@@ -6418,7 +6418,7 @@ msgstr "Maximum kullanıcı sayısı: %d (%s)"
msgid "Memo %d from %s (%s)." msgid "Memo %d from %s (%s)."
msgstr " Mod kilidi: %s" msgstr " Mod kilidi: %s"
#: modules/commands/ms_del.cpp:32 modules/commands/ms_del.cpp:98 #: modules/commands/ms_del.cpp:33 modules/commands/ms_del.cpp:101
#, c-format #, c-format
msgid "Memo %d has been deleted." msgid "Memo %d has been deleted."
msgstr "%d nolu mesaj silindi." msgstr "%d nolu mesaj silindi."
@@ -6804,7 +6804,7 @@ msgstr "%s nicki sizin adınıza kayıt edildi: %s"
msgid "Nickname %s registered." msgid "Nickname %s registered."
msgstr "Nickname %s registered." msgstr "Nickname %s registered."
#: modules/commands/cs_set.cpp:1305 #: modules/commands/cs_set.cpp:1307
#, fuzzy #, fuzzy
msgid "No auto-op" msgid "No auto-op"
msgstr "Auto-op" msgstr "Auto-op"
@@ -6813,7 +6813,7 @@ msgstr "Auto-op"
msgid "No bot" msgid "No bot"
msgstr "Bot yok" msgstr "Bot yok"
#: modules/commands/cs_set.cpp:1301 modules/commands/ns_set.cpp:1317 #: modules/commands/cs_set.cpp:1303 modules/commands/ns_set.cpp:1317
#, fuzzy #, fuzzy
msgid "No expire" msgid "No expire"
msgstr "zaman aşımı yok" msgstr "zaman aşımı yok"
@@ -6958,7 +6958,7 @@ msgstr ""
msgid "None" msgid "None"
msgstr "YOK" msgstr "YOK"
#: modules/commands/cs_set.cpp:1028 #: modules/commands/cs_set.cpp:1029
#, c-format #, c-format
msgid "" msgid ""
"Note, however, if the successor already has too many\n" "Note, however, if the successor already has too many\n"
@@ -7115,7 +7115,7 @@ msgstr "Şifre geçersiz."
msgid "Password reset email for %s has been sent." msgid "Password reset email for %s has been sent."
msgstr "Password reset email for %s has been sent." msgstr "Password reset email for %s has been sent."
#: modules/commands/cs_set.cpp:1287 #: modules/commands/cs_set.cpp:1289
msgid "Peace" msgid "Peace"
msgstr "Baris" msgstr "Baris"
@@ -7129,7 +7129,7 @@ msgstr "Peace option for %s is now ON."
msgid "Peace option for %s is now on." msgid "Peace option for %s is now on."
msgstr "Peace option for %s is now ON." msgstr "Peace option for %s is now ON."
#: modules/commands/cs_set.cpp:1299 #: modules/commands/cs_set.cpp:1301
#, fuzzy #, fuzzy
msgid "Persistent" msgid "Persistent"
msgstr "Persistant" msgstr "Persistant"
@@ -7155,7 +7155,7 @@ msgstr "Please use a valid server name when juping"
msgid "Please use the symbol of # when attempting to register." msgid "Please use the symbol of # when attempting to register."
msgstr "" msgstr ""
#: src/mail.cpp:77 #: src/mail.cpp:78
#, c-format #, c-format
msgid "Please wait %d seconds and retry." msgid "Please wait %d seconds and retry."
msgstr "Lütfen %d saniye bekleyin ve tekrar deneyin." msgstr "Lütfen %d saniye bekleyin ve tekrar deneyin."
@@ -7211,7 +7211,7 @@ msgstr ""
" SUSPEND Prevent a channel from being used preserving\n" " SUSPEND Prevent a channel from being used preserving\n"
" channel data and settings" " channel data and settings"
#: modules/commands/cs_set.cpp:1041 #: modules/commands/cs_set.cpp:1043
#, fuzzy #, fuzzy
msgid "Prevent the channel from expiring" msgid "Prevent the channel from expiring"
msgstr " NOEXPIRE Prevent the channel from expiring" msgstr " NOEXPIRE Prevent the channel from expiring"
@@ -7377,7 +7377,7 @@ msgstr ""
msgid "Reason for %s updated." msgid "Reason for %s updated."
msgstr "%s için successor kaldırıldı." msgstr "%s için successor kaldırıldı."
#: modules/commands/ns_recover.cpp:211 #: modules/commands/ns_recover.cpp:214
msgid "" msgid ""
"Recovers your nick from another user or from services.\n" "Recovers your nick from another user or from services.\n"
"If services are currently holding your nick, the hold\n" "If services are currently holding your nick, the hold\n"
@@ -7681,7 +7681,7 @@ msgstr " RELOAD Servislerin conf dosyasını yeniden yükler"
msgid "Restrict access to the channel" msgid "Restrict access to the channel"
msgstr " RESTRICTED Kanala izinli giriş gerektirir" msgstr " RESTRICTED Kanala izinli giriş gerektirir"
#: modules/commands/cs_set.cpp:1289 #: modules/commands/cs_set.cpp:1291
#, fuzzy #, fuzzy
msgid "Restricted access" msgid "Restricted access"
msgstr "Kisitli Erisim." msgstr "Kisitli Erisim."
@@ -7852,7 +7852,7 @@ msgstr ""
msgid "Searches logs for a matching pattern" msgid "Searches logs for a matching pattern"
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1293 #: modules/commands/cs_set.cpp:1295
#, fuzzy #, fuzzy
msgid "Secure founder" msgid "Secure founder"
msgstr "Secure Founder" msgstr "Secure Founder"
@@ -7867,7 +7867,7 @@ msgstr "Secure founder option for %s is now ON."
msgid "Secure founder option for %s is now on." msgid "Secure founder option for %s is now on."
msgstr "Secure founder option for %s is now ON." msgstr "Secure founder option for %s is now ON."
#: modules/commands/cs_set.cpp:1295 #: modules/commands/cs_set.cpp:1297
#, fuzzy #, fuzzy
msgid "Secure ops" msgid "Secure ops"
msgstr "Secure Ops" msgstr "Secure Ops"
@@ -7907,7 +7907,7 @@ msgstr "Secure option is now ON for %s."
msgid "Secureops enforced on %s." msgid "Secureops enforced on %s."
msgstr "Secure option is now ON for %s." msgstr "Secure option is now ON for %s."
#: modules/commands/cs_set.cpp:1291 modules/commands/ns_set.cpp:1311 #: modules/commands/cs_set.cpp:1293 modules/commands/ns_set.cpp:1311
msgid "Security" msgid "Security"
msgstr "Güvenlik" msgstr "Güvenlik"
@@ -8127,7 +8127,7 @@ msgstr "Servers found: %d"
msgid "Service's hold on %s has been released." msgid "Service's hold on %s has been released."
msgstr "Nickiniz serbest bırakıldı." msgstr "Nickiniz serbest bırakıldı."
#: data/nickserv.example.conf:235 data/chanserv.example.conf:827 #: data/nickserv.example.conf:236 data/chanserv.example.conf:827
#, fuzzy #, fuzzy
msgid "Services Operator commands" msgid "Services Operator commands"
msgstr "%s is a services operator of type %s." msgstr "%s is a services operator of type %s."
@@ -8180,7 +8180,7 @@ msgstr "Servisler şimdi read-only modunda."
msgid "Services are now in read-write mode." msgid "Services are now in read-write mode."
msgstr "Servisler şimdi read-write modunda." msgstr "Servisler şimdi read-write modunda."
#: src/mail.cpp:75 #: src/mail.cpp:76
msgid "Services have been configured to not send mail." msgid "Services have been configured to not send mail."
msgstr "Servislerin mail gönderme özelliği devre dışıdır." msgstr "Servislerin mail gönderme özelliği devre dışıdır."
@@ -8680,7 +8680,7 @@ msgid ""
"Sets whether services should set channel status modes on you automatically." "Sets whether services should set channel status modes on you automatically."
msgstr "" msgstr ""
#: modules/commands/cs_set.cpp:1088 #: modules/commands/cs_set.cpp:1090
#, fuzzy #, fuzzy
msgid "" msgid ""
"Sets whether the given channel will expire. Setting this\n" "Sets whether the given channel will expire. Setting this\n"
@@ -8800,7 +8800,7 @@ msgstr ""
msgid "Signed kick option for %s is now on." msgid "Signed kick option for %s is now on."
msgstr "Signed kick option for %s is now ON." msgstr "Signed kick option for %s is now ON."
#: modules/commands/cs_set.cpp:1297 #: modules/commands/cs_set.cpp:1299
msgid "Signed kicks" msgid "Signed kicks"
msgstr "İşaretli atma" msgstr "İşaretli atma"
@@ -10337,16 +10337,17 @@ msgstr ""
"kullanılmış olsa bile %s sizi otomatik olarak kill\n" "kullanılmış olsa bile %s sizi otomatik olarak kill\n"
"lemeyecektir." "lemeyecektir."
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns Chanstats statistics ON or OFF."
msgstr " SECURE Nick güvenliğini açar kapatır"
#: modules/extra/stats/m_chanstats.cpp:142 #: modules/extra/stats/m_chanstats.cpp:142
#, fuzzy #, fuzzy
msgid "Turns chanstats channel statistics ON or OFF for this user." msgid "Turns chanstats channel statistics ON or OFF for this user."
msgstr " SECURE Nick güvenliğini açar kapatır" msgstr " SECURE Nick güvenliğini açar kapatır"
#: modules/extra/stats/m_chanstats.cpp:61
#: modules/extra/stats/m_chanstats.cpp:119
#, fuzzy
msgid "Turns chanstats statistics ON or OFF."
msgstr " SECURE Nick güvenliğini açar kapatır"
#: modules/commands/ns_set.cpp:772 #: modules/commands/ns_set.cpp:772
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
@@ -11540,7 +11541,7 @@ msgstr "LIST [kanaladı] [liste | NEW]"
msgid "[channel] [nick]" msgid "[channel] [nick]"
msgstr "OP #channel [nick]" msgstr "OP #channel [nick]"
#: modules/commands/ms_del.cpp:42 #: modules/commands/ms_del.cpp:45
#, fuzzy #, fuzzy
msgid "[channel] {num | list | LAST | ALL}" msgid "[channel] {num | list | LAST | ALL}"
msgstr "DEL [kanaladı] {num | liste | ALL}" msgstr "DEL [kanaladı] {num | liste | ALL}"
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+2 -2
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -46,7 +46,7 @@ class CommandBSAssign : public Command
} }
AccessGroup access = source.AccessFor(ci); AccessGroup access = source.AccessFor(ci);
if (ci->HasExt("BS_NOBOT") || (!access.HasPriv("ASSIGN") && !source.HasPriv("botserv/administration"))) if (ci->HasExt("BS_NOBOT") || (!access.HasPriv("ASSIGN") && !source.HasPriv("botserv/administration")))
{ {
source.Reply(ACCESS_DENIED); source.Reply(ACCESS_DENIED);
return; return;
+1 -1
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+1 -1
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+3 -3
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -718,7 +718,7 @@ class CommandBSKickRepeat : public CommandBSKickBase
class CommandBSKickReverses : public CommandBSKickBase class CommandBSKickReverses : public CommandBSKickBase
{ {
public: public:
CommandBSKickReverses(Module *creator) : CommandBSKickBase(creator, "botserv/kick/reverses", 2, 3) CommandBSKickReverses(Module *creator) : CommandBSKickBase(creator, "botserv/kick/reverses", 2, 3)
{ {
this->SetDesc(_("Configures reverses kicker")); this->SetDesc(_("Configures reverses kicker"));
this->SetSyntax(_("\037channel\037 {\037ON|OFF\037} [\037ttb\037]")); this->SetSyntax(_("\037channel\037 {\037ON|OFF\037} [\037ttb\037]"));
@@ -934,7 +934,7 @@ struct BanData
data_type data_map; data_type data_map;
public: public:
BanData(Extensible *) { } BanData(Extensible *) { }
Data &get(const Anope::string &key) Data &get(const Anope::string &key)
{ {
+2 -2
View File
@@ -1,6 +1,6 @@
/* BotServ core functions /* BotServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -69,7 +69,7 @@ class CommandBSSet : public Command
class CommandBSSetBanExpire : public Command class CommandBSSetBanExpire : public Command
{ {
public: public:
class UnbanTimer : public Timer class UnbanTimer : public Timer
{ {
Anope::string chname; Anope::string chname;
Anope::string mask; Anope::string mask;
+2 -2
View File
@@ -1,6 +1,6 @@
/* ChanServ core functions /* ChanServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -25,7 +25,7 @@ class AccessChanAccess : public ChanAccess
public: public:
int level; int level;
AccessChanAccess(AccessProvider *p) : ChanAccess(p), level(0) AccessChanAccess(AccessProvider *p) : ChanAccess(p), level(0)
{ {
} }
+1 -1
View File
@@ -1,6 +1,6 @@
/* ChanServ core functions /* ChanServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
+2 -2
View File
@@ -1,6 +1,6 @@
/* ChanServ core functions /* ChanServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.
@@ -16,7 +16,7 @@ static Module *me;
class TempBan : public Timer class TempBan : public Timer
{ {
private: private:
Anope::string channel; Anope::string channel;
Anope::string mask; Anope::string mask;
Anope::string mode; Anope::string mode;
+1 -1
View File
@@ -1,6 +1,6 @@
/* ChanServ core functions /* ChanServ core functions
* *
* (C) 2003-2019 Anope Team * (C) 2003-2020 Anope Team
* Contact us at team@anope.org * Contact us at team@anope.org
* *
* Please read COPYING and README for further details. * Please read COPYING and README for further details.

Some files were not shown because too many files have changed in this diff Show More