Update .pot files

This commit is contained in:
Alexey Sokolov
2017-11-13 23:35:36 +00:00
parent 1a4990c033
commit 42a96cf375
41 changed files with 3945 additions and 652 deletions
+59
View File
@@ -0,0 +1,59 @@
#: clientnotify.cpp:47
msgid "<message|notice|off>"
msgstr ""
#: clientnotify.cpp:48
msgid "Sets the notify method"
msgstr ""
#: clientnotify.cpp:50 clientnotify.cpp:54
msgid "<on|off>"
msgstr ""
#: clientnotify.cpp:51
msgid "Turns notifications for unseen IP addresses on or off"
msgstr ""
#: clientnotify.cpp:55
msgid "Turns notifications for clients disconnecting on or off"
msgstr ""
#: clientnotify.cpp:57
msgid "Shows the current settings"
msgstr ""
#: clientnotify.cpp:81 clientnotify.cpp:95
msgid "<This message is impossible for 1 client>"
msgid_plural ""
"Another client authenticated as your user. Use the 'ListClients' command to "
"see all {1} clients."
msgstr[0] ""
msgstr[1] ""
#: clientnotify.cpp:108
msgid "Usage: Method <message|notice|off>"
msgstr ""
#: clientnotify.cpp:114 clientnotify.cpp:127 clientnotify.cpp:140
msgid "Saved."
msgstr ""
#: clientnotify.cpp:121
msgid "Usage: NewOnly <on|off>"
msgstr ""
#: clientnotify.cpp:134
msgid "Usage: OnDisconnect <on|off>"
msgstr ""
#: clientnotify.cpp:145
msgid ""
"Current settings: Method: {1}, for unseen IP addresses only: {2}, notify on "
"disconnecting clients: {3}"
msgstr ""
#: clientnotify.cpp:157
msgid ""
"Notifies you when another IRC client logs into or out of your account. "
"Configurable."
msgstr ""
+704
View File
@@ -0,0 +1,704 @@
#: controlpanel.cpp:51 controlpanel.cpp:63
msgctxt "helptable"
msgid "Type"
msgstr ""
#: controlpanel.cpp:52 controlpanel.cpp:65
msgctxt "helptable"
msgid "Variables"
msgstr ""
#: controlpanel.cpp:77
msgid "String"
msgstr ""
#: controlpanel.cpp:78
msgid "Boolean (true/false)"
msgstr ""
#: controlpanel.cpp:79
msgid "Integer"
msgstr ""
#: controlpanel.cpp:80
msgid "Double"
msgstr ""
#: controlpanel.cpp:122
msgid "The following variables are available when using the Set/Get commands:"
msgstr ""
#: controlpanel.cpp:145
msgid ""
"The following variables are available when using the SetNetwork/GetNetwork "
"commands:"
msgstr ""
#: controlpanel.cpp:158
msgid ""
"The following variables are available when using the SetChan/GetChan "
"commands:"
msgstr ""
#: controlpanel.cpp:164
msgid ""
"You can use $user as the user name and $network as the network name for "
"modifying your own user and network."
msgstr ""
#: controlpanel.cpp:173 controlpanel.cpp:949 controlpanel.cpp:986
msgid "Error: User [{1}] does not exist!"
msgstr ""
#: controlpanel.cpp:178
msgid "Error: You need to have admin rights to modify other users!"
msgstr ""
#: controlpanel.cpp:188
msgid "Error: You cannot use $network to modify other users!"
msgstr ""
#: controlpanel.cpp:196
msgid "Error: User {1} does not have a network named [{2}]."
msgstr ""
#: controlpanel.cpp:208
msgid "Usage: Get <variable> [username]"
msgstr ""
#: controlpanel.cpp:295 controlpanel.cpp:490 controlpanel.cpp:565
#: controlpanel.cpp:641 controlpanel.cpp:776 controlpanel.cpp:861
msgid "Error: Unknown variable"
msgstr ""
#: controlpanel.cpp:304
msgid "Usage: Set <variable> <username> <value>"
msgstr ""
#: controlpanel.cpp:326 controlpanel.cpp:606
msgid "This bind host is already set!"
msgstr ""
#: controlpanel.cpp:333 controlpanel.cpp:345 controlpanel.cpp:353
#: controlpanel.cpp:416 controlpanel.cpp:435 controlpanel.cpp:453
#: controlpanel.cpp:613
msgid "Access denied!"
msgstr ""
#: controlpanel.cpp:367 controlpanel.cpp:376 controlpanel.cpp:825
msgid "Setting failed, limit for buffer size is {1}"
msgstr ""
#: controlpanel.cpp:396
msgid "Password has been changed!"
msgstr ""
#: controlpanel.cpp:404
msgid "Timeout can't be less than 30 seconds!"
msgstr ""
#: controlpanel.cpp:460
msgid "That would be a bad idea!"
msgstr ""
#: controlpanel.cpp:478
msgid "Supported languages: {1}"
msgstr ""
#: controlpanel.cpp:502
msgid "Usage: GetNetwork <variable> [username] [network]"
msgstr ""
#: controlpanel.cpp:521
msgid "Error: A network must be specified to get another users settings."
msgstr ""
#: controlpanel.cpp:527
msgid "You are not currently attached to a network."
msgstr ""
#: controlpanel.cpp:533
msgid "Error: Invalid network."
msgstr ""
#: controlpanel.cpp:577
msgid "Usage: SetNetwork <variable> <username> <network> <value>"
msgstr ""
#: controlpanel.cpp:651
msgid "Usage: AddChan <username> <network> <channel>"
msgstr ""
#: controlpanel.cpp:664
msgid "Error: User {1} already has a channel named {2}."
msgstr ""
#: controlpanel.cpp:671
msgid "Channel {1} for user {2} added to network {3}."
msgstr ""
#: controlpanel.cpp:675
msgid ""
"Could not add channel {1} for user {2} to network {3}, does it already exist?"
msgstr ""
#: controlpanel.cpp:685
msgid "Usage: DelChan <username> <network> <channel>"
msgstr ""
#: controlpanel.cpp:700
msgid "Error: User {1} does not have any channel matching [{2}] in network {3}"
msgstr ""
#: controlpanel.cpp:713
msgid "Channel {1} is deleted from network {2} of user {3}"
msgid_plural "Channels {2} are deleted from network {2} of user {3}"
msgstr[0] ""
msgstr[1] ""
#: controlpanel.cpp:728
msgid "Usage: GetChan <variable> <username> <network> <chan>"
msgstr ""
#: controlpanel.cpp:742 controlpanel.cpp:806
msgid "Error: No channels matching [{1}] found."
msgstr ""
#: controlpanel.cpp:791
msgid "Usage: SetChan <variable> <username> <network> <chan> <value>"
msgstr ""
#: controlpanel.cpp:872 controlpanel.cpp:882
msgctxt "listusers"
msgid "Username"
msgstr ""
#: controlpanel.cpp:873 controlpanel.cpp:883
msgctxt "listusers"
msgid "Realname"
msgstr ""
#: controlpanel.cpp:874 controlpanel.cpp:886 controlpanel.cpp:888
msgctxt "listusers"
msgid "IsAdmin"
msgstr ""
#: controlpanel.cpp:875 controlpanel.cpp:889
msgctxt "listusers"
msgid "Nick"
msgstr ""
#: controlpanel.cpp:876 controlpanel.cpp:890
msgctxt "listusers"
msgid "AltNick"
msgstr ""
#: controlpanel.cpp:877 controlpanel.cpp:891
msgctxt "listusers"
msgid "Ident"
msgstr ""
#: controlpanel.cpp:878 controlpanel.cpp:892
msgctxt "listusers"
msgid "BindHost"
msgstr ""
#: controlpanel.cpp:886 controlpanel.cpp:1126
msgid "No"
msgstr ""
#: controlpanel.cpp:888 controlpanel.cpp:1118
msgid "Yes"
msgstr ""
#: controlpanel.cpp:902 controlpanel.cpp:971
msgid "Error: You need to have admin rights to add new users!"
msgstr ""
#: controlpanel.cpp:908
msgid "Usage: AddUser <username> <password>"
msgstr ""
#: controlpanel.cpp:913
msgid "Error: User {1} already exists!"
msgstr ""
#: controlpanel.cpp:925 controlpanel.cpp:1000
msgid "Error: User not added: {1}"
msgstr ""
#: controlpanel.cpp:929 controlpanel.cpp:1004
msgid "User {1} added!"
msgstr ""
#: controlpanel.cpp:936
msgid "Error: You need to have admin rights to delete users!"
msgstr ""
#: controlpanel.cpp:942
msgid "Usage: DelUser <username>"
msgstr ""
#: controlpanel.cpp:954
msgid "Error: You can't delete yourself!"
msgstr ""
#: controlpanel.cpp:960
msgid "Error: Internal error!"
msgstr ""
#: controlpanel.cpp:964
msgid "User {1} deleted!"
msgstr ""
#: controlpanel.cpp:979
msgid "Usage: CloneUser <old username> <new username>"
msgstr ""
#: controlpanel.cpp:994
msgid "Error: Cloning failed: {1}"
msgstr ""
#: controlpanel.cpp:1023
msgid "Usage: AddNetwork [user] network"
msgstr ""
#: controlpanel.cpp:1029
msgid ""
"Network number limit reached. Ask an admin to increase the limit for you, or "
"delete unneeded networks using /znc DelNetwork <name>"
msgstr ""
#: controlpanel.cpp:1037
msgid "Error: User {1} already has a network with the name {2}"
msgstr ""
#: controlpanel.cpp:1044
msgid "Network {1} added to user {2}."
msgstr ""
#: controlpanel.cpp:1048
msgid "Error: Network [{1}] could not be added for user {2}: {3}"
msgstr ""
#: controlpanel.cpp:1068
msgid "Usage: DelNetwork [user] network"
msgstr ""
#: controlpanel.cpp:1079
msgid "The currently active network can be deleted via {1}status"
msgstr ""
#: controlpanel.cpp:1085
msgid "Network {1} deleted for user {2}."
msgstr ""
#: controlpanel.cpp:1089
msgid "Error: Network {1} could not be deleted for user {2}."
msgstr ""
#: controlpanel.cpp:1108 controlpanel.cpp:1116
msgctxt "listnetworks"
msgid "Network"
msgstr ""
#: controlpanel.cpp:1109 controlpanel.cpp:1118 controlpanel.cpp:1126
msgctxt "listnetworks"
msgid "OnIRC"
msgstr ""
#: controlpanel.cpp:1110 controlpanel.cpp:1119
msgctxt "listnetworks"
msgid "IRC Server"
msgstr ""
#: controlpanel.cpp:1111 controlpanel.cpp:1121
msgctxt "listnetworks"
msgid "IRC User"
msgstr ""
#: controlpanel.cpp:1112 controlpanel.cpp:1123
msgctxt "listnetworks"
msgid "Channels"
msgstr ""
#: controlpanel.cpp:1131
msgid "No networks"
msgstr ""
#: controlpanel.cpp:1142
msgid "Usage: AddServer <username> <network> <server> [[+]port] [password]"
msgstr ""
#: controlpanel.cpp:1156
msgid "Added IRC Server {1} to network {2} for user {3}."
msgstr ""
#: controlpanel.cpp:1160
msgid "Error: Could not add IRC server {1} to network {2} for user {3}."
msgstr ""
#: controlpanel.cpp:1173
msgid "Usage: DelServer <username> <network> <server> [[+]port] [password]"
msgstr ""
#: controlpanel.cpp:1188
msgid "Deleted IRC Server {1} from network {2} for user {3}."
msgstr ""
#: controlpanel.cpp:1192
msgid "Error: Could not delete IRC server {1} from network {2} for user {3}."
msgstr ""
#: controlpanel.cpp:1202
msgid "Usage: Reconnect <username> <network>"
msgstr ""
#: controlpanel.cpp:1229
msgid "Queued network {1} of user {2} for a reconnect."
msgstr ""
#: controlpanel.cpp:1238
msgid "Usage: Disconnect <username> <network>"
msgstr ""
#: controlpanel.cpp:1253
msgid "Closed IRC connection for network {1} of user {2}."
msgstr ""
#: controlpanel.cpp:1268 controlpanel.cpp:1272
msgctxt "listctcp"
msgid "Request"
msgstr ""
#: controlpanel.cpp:1269 controlpanel.cpp:1273
msgctxt "listctcp"
msgid "Reply"
msgstr ""
#: controlpanel.cpp:1277
msgid "No CTCP replies for user {1} are configured"
msgstr ""
#: controlpanel.cpp:1280
msgid "CTCP replies for user {1}:"
msgstr ""
#: controlpanel.cpp:1296
msgid "Usage: AddCTCP [user] [request] [reply]"
msgstr ""
#: controlpanel.cpp:1298
msgid ""
"This will cause ZNC to reply to the CTCP instead of forwarding it to clients."
msgstr ""
#: controlpanel.cpp:1301
msgid "An empty reply will cause the CTCP request to be blocked."
msgstr ""
#: controlpanel.cpp:1310
msgid "CTCP requests {1} to user {2} will now be blocked."
msgstr ""
#: controlpanel.cpp:1314
msgid "CTCP requests {1} to user {2} will now get reply: {3}"
msgstr ""
#: controlpanel.cpp:1331
msgid "Usage: DelCTCP [user] [request]"
msgstr ""
#: controlpanel.cpp:1337
msgid "CTCP requests {1} to user {2} will now be sent to IRC clients"
msgstr ""
#: controlpanel.cpp:1341
msgid ""
"CTCP requests {1} to user {2} will be sent to IRC clients (nothing has "
"changed)"
msgstr ""
#: controlpanel.cpp:1351 controlpanel.cpp:1425
msgid "Loading modules has been disabled."
msgstr ""
#: controlpanel.cpp:1360
msgid "Error: Unable to load module {1}: {2}"
msgstr ""
#: controlpanel.cpp:1363
msgid "Loaded module {1}"
msgstr ""
#: controlpanel.cpp:1368
msgid "Error: Unable to reload module {1}: {2}"
msgstr ""
#: controlpanel.cpp:1371
msgid "Reloaded module {1}"
msgstr ""
#: controlpanel.cpp:1375
msgid "Error: Unable to load module {1} because it is already loaded"
msgstr ""
#: controlpanel.cpp:1386
msgid "Usage: LoadModule <username> <modulename> [args]"
msgstr ""
#: controlpanel.cpp:1405
msgid "Usage: LoadNetModule <username> <network> <modulename> [args]"
msgstr ""
#: controlpanel.cpp:1430
msgid "Please use /znc unloadmod {1}"
msgstr ""
#: controlpanel.cpp:1436
msgid "Error: Unable to unload module {1}: {2}"
msgstr ""
#: controlpanel.cpp:1439
msgid "Unloaded module {1}"
msgstr ""
#: controlpanel.cpp:1448
msgid "Usage: UnloadModule <username> <modulename>"
msgstr ""
#: controlpanel.cpp:1465
msgid "Usage: UnloadNetModule <username> <network> <modulename>"
msgstr ""
#: controlpanel.cpp:1482 controlpanel.cpp:1487
msgctxt "listmodules"
msgid "Name"
msgstr ""
#: controlpanel.cpp:1483 controlpanel.cpp:1488
msgctxt "listmodules"
msgid "Arguments"
msgstr ""
#: controlpanel.cpp:1507
msgid "User {1} has no modules loaded."
msgstr ""
#: controlpanel.cpp:1511
msgid "Modules loaded for user {1}:"
msgstr ""
#: controlpanel.cpp:1531
msgid "Network {1} of user {2} hasno modules loaded."
msgstr ""
#: controlpanel.cpp:1535
msgid "Modules loaded for network {1} of user {2}:"
msgstr ""
#: controlpanel.cpp:1542
msgid "[command] [variable]"
msgstr ""
#: controlpanel.cpp:1543
msgid "Prints help for matching commands and variables"
msgstr ""
#: controlpanel.cpp:1546
msgid "<variable> [username]"
msgstr ""
#: controlpanel.cpp:1547
msgid "Prints the variable's value for the given or current user"
msgstr ""
#: controlpanel.cpp:1549
msgid "<variable> <username> <value>"
msgstr ""
#: controlpanel.cpp:1550
msgid "Sets the variable's value for the given user"
msgstr ""
#: controlpanel.cpp:1552
msgid "<variable> [username] [network]"
msgstr ""
#: controlpanel.cpp:1553
msgid "Prints the variable's value for the given network"
msgstr ""
#: controlpanel.cpp:1555
msgid "<variable> <username> <network> <value>"
msgstr ""
#: controlpanel.cpp:1556
msgid "Sets the variable's value for the given network"
msgstr ""
#: controlpanel.cpp:1558
msgid "<variable> [username] <network> <chan>"
msgstr ""
#: controlpanel.cpp:1559
msgid "Prints the variable's value for the given channel"
msgstr ""
#: controlpanel.cpp:1562
msgid "<variable> <username> <network> <chan> <value>"
msgstr ""
#: controlpanel.cpp:1563
msgid "Sets the variable's value for the given channel"
msgstr ""
#: controlpanel.cpp:1565 controlpanel.cpp:1568
msgid "<username> <network> <chan>"
msgstr ""
#: controlpanel.cpp:1566
msgid "Adds a new channel"
msgstr ""
#: controlpanel.cpp:1569
msgid "Deletes a channel"
msgstr ""
#: controlpanel.cpp:1571
msgid "Lists users"
msgstr ""
#: controlpanel.cpp:1573
msgid "<username> <password>"
msgstr ""
#: controlpanel.cpp:1574
msgid "Adds a new user"
msgstr ""
#: controlpanel.cpp:1576 controlpanel.cpp:1599 controlpanel.cpp:1613
msgid "<username>"
msgstr ""
#: controlpanel.cpp:1576
msgid "Deletes a user"
msgstr ""
#: controlpanel.cpp:1578
msgid "<old username> <new username>"
msgstr ""
#: controlpanel.cpp:1579
msgid "Clones a user"
msgstr ""
#: controlpanel.cpp:1581 controlpanel.cpp:1584
msgid "<username> <network> <server>"
msgstr ""
#: controlpanel.cpp:1582
msgid "Adds a new IRC server for the given or current user"
msgstr ""
#: controlpanel.cpp:1585
msgid "Deletes an IRC server from the given or current user"
msgstr ""
#: controlpanel.cpp:1587 controlpanel.cpp:1590 controlpanel.cpp:1610
msgid "<username> <network>"
msgstr ""
#: controlpanel.cpp:1588
msgid "Cycles the user's IRC server connection"
msgstr ""
#: controlpanel.cpp:1591
msgid "Disconnects the user from their IRC server"
msgstr ""
#: controlpanel.cpp:1593
msgid "<username> <modulename> [args]"
msgstr ""
#: controlpanel.cpp:1594
msgid "Loads a Module for a user"
msgstr ""
#: controlpanel.cpp:1596
msgid "<username> <modulename>"
msgstr ""
#: controlpanel.cpp:1597
msgid "Removes a Module of a user"
msgstr ""
#: controlpanel.cpp:1600
msgid "Get the list of modules for a user"
msgstr ""
#: controlpanel.cpp:1603
msgid "<username> <network> <modulename> [args]"
msgstr ""
#: controlpanel.cpp:1604
msgid "Loads a Module for a network"
msgstr ""
#: controlpanel.cpp:1607
msgid "<username> <network> <modulename>"
msgstr ""
#: controlpanel.cpp:1608
msgid "Removes a Module of a network"
msgstr ""
#: controlpanel.cpp:1611
msgid "Get the list of modules for a network"
msgstr ""
#: controlpanel.cpp:1614
msgid "List the configured CTCP replies"
msgstr ""
#: controlpanel.cpp:1616
msgid "<username> <ctcp> [reply]"
msgstr ""
#: controlpanel.cpp:1617
msgid "Configure a new CTCP reply"
msgstr ""
#: controlpanel.cpp:1619
msgid "<username> <ctcp>"
msgstr ""
#: controlpanel.cpp:1620
msgid "Remove a CTCP reply"
msgstr ""
#: controlpanel.cpp:1624 controlpanel.cpp:1627
msgid "[username] <network>"
msgstr ""
#: controlpanel.cpp:1625
msgid "Add a network for a user"
msgstr ""
#: controlpanel.cpp:1628
msgid "Delete a network for a user"
msgstr ""
#: controlpanel.cpp:1630
msgid "[username]"
msgstr ""
#: controlpanel.cpp:1631
msgid "List all networks for a user"
msgstr ""
#: controlpanel.cpp:1644
msgid ""
"Dynamic configuration through IRC. Allows editing only yourself if you're "
"not ZNC admin."
msgstr ""
+129
View File
@@ -0,0 +1,129 @@
#: crypt.cpp:198
msgid "<#chan|Nick>"
msgstr ""
#: crypt.cpp:199
msgid "Remove a key for nick or channel"
msgstr ""
#: crypt.cpp:201
msgid "<#chan|Nick> <Key>"
msgstr ""
#: crypt.cpp:202
msgid "Set a key for nick or channel"
msgstr ""
#: crypt.cpp:204
msgid "List all keys"
msgstr ""
#: crypt.cpp:206
msgid "<Nick>"
msgstr ""
#: crypt.cpp:207
msgid "Start a DH1080 key exchange with nick"
msgstr ""
#: crypt.cpp:210
msgid "Get the nick prefix"
msgstr ""
#: crypt.cpp:213
msgid "[Prefix]"
msgstr ""
#: crypt.cpp:214
msgid "Set the nick prefix, with no argument it's disabled."
msgstr ""
#: crypt.cpp:282
msgid "Received DH1080 public key from {1}, sending mine..."
msgstr ""
#: crypt.cpp:287 crypt.cpp:308
msgid "Key for {1} successfully set."
msgstr ""
#: crypt.cpp:290 crypt.cpp:311
msgid "Error in {1} with {2}: {3}"
msgstr ""
#: crypt.cpp:292 crypt.cpp:313
msgid "no secret key computed"
msgstr ""
#: crypt.cpp:427
msgid "Target [{1}] deleted"
msgstr ""
#: crypt.cpp:429
msgid "Target [{1}] not found"
msgstr ""
#: crypt.cpp:432
msgid "Usage DelKey <#chan|Nick>"
msgstr ""
#: crypt.cpp:447
msgid "Set encryption key for [{1}] to [{2}]"
msgstr ""
#: crypt.cpp:449
msgid "Usage: SetKey <#chan|Nick> <Key>"
msgstr ""
#: crypt.cpp:460
msgid "Sent my DH1080 public key to {1}, waiting for reply ..."
msgstr ""
#: crypt.cpp:462
msgid "Error generating our keys, nothing sent."
msgstr ""
#: crypt.cpp:465
msgid "Usage: KeyX <Nick>"
msgstr ""
#: crypt.cpp:472
msgid "Nick Prefix disabled."
msgstr ""
#: crypt.cpp:474
msgid "Nick Prefix: {1}"
msgstr ""
#: crypt.cpp:483
msgid "You cannot use :, even followed by other symbols, as Nick Prefix."
msgstr ""
#: crypt.cpp:492
msgid "Overlap with Status Prefix ({1}), this Nick Prefix will not be used!"
msgstr ""
#: crypt.cpp:497
msgid "Disabling Nick Prefix."
msgstr ""
#: crypt.cpp:499
msgid "Setting Nick Prefix to {1}"
msgstr ""
#: crypt.cpp:506 crypt.cpp:512
msgctxt "listkeys"
msgid "Target"
msgstr ""
#: crypt.cpp:507 crypt.cpp:513
msgctxt "listkeys"
msgid "Key"
msgstr ""
#: crypt.cpp:517
msgid "You have no encryption keys set."
msgstr ""
#: crypt.cpp:539
msgid "Encryption for channel/private messages"
msgstr ""
+55
View File
@@ -0,0 +1,55 @@
#: ctcpflood.cpp:25 ctcpflood.cpp:27
msgid "<limit>"
msgstr ""
#: ctcpflood.cpp:25
msgid "Set seconds limit"
msgstr ""
#: ctcpflood.cpp:27
msgid "Set lines limit"
msgstr ""
#: ctcpflood.cpp:29
msgid "Show the current limits"
msgstr ""
#: ctcpflood.cpp:76
msgid "Limit reached by {1}, blocking all CTCP"
msgstr ""
#: ctcpflood.cpp:98
msgid "Usage: Secs <limit>"
msgstr ""
#: ctcpflood.cpp:113
msgid "Usage: Lines <limit>"
msgstr ""
#: ctcpflood.cpp:125
msgid "1 CTCP message"
msgid_plural "{1} CTCP messages"
msgstr[0] ""
msgstr[1] ""
#: ctcpflood.cpp:127
msgid "every second"
msgid_plural "every {1} seconds"
msgstr[0] ""
msgstr[1] ""
#: ctcpflood.cpp:129
msgid "Current limit is {1} {2}"
msgstr ""
#: ctcpflood.cpp:145
msgid ""
"This user module takes none to two arguments. The first argument is the "
"number of lines after which the flood-protection is triggered. The second "
"argument is the time (sec) to in which the number of lines is reached. The "
"default setting is 4 CTCPs in 2 seconds"
msgstr ""
#: ctcpflood.cpp:151
msgid "Don't forward CTCP floods to clients"
msgstr ""
+20 -26
View File
@@ -1,65 +1,59 @@
#: cyrusauth.cpp:42
msgid "[yes|no]"
msgid "Shows current settings"
msgstr ""
#: cyrusauth.cpp:43
msgid "Create ZNC user upon first successful login"
#: cyrusauth.cpp:44
msgid "yes|clone <username>|no"
msgstr ""
#: cyrusauth.cpp:45
msgid "[username]"
msgid ""
"Create ZNC users upon first successful login, optionally from a template"
msgstr ""
#: cyrusauth.cpp:46
msgid "User to be used as the template for new users"
msgstr ""
#: cyrusauth.cpp:59
#: cyrusauth.cpp:56
msgid "Access denied"
msgstr ""
#: cyrusauth.cpp:73
#: cyrusauth.cpp:70
msgid "Ignoring invalid SASL pwcheck method: {1}"
msgstr ""
#: cyrusauth.cpp:74
#: cyrusauth.cpp:71
msgid "Ignored invalid SASL pwcheck method"
msgstr ""
#: cyrusauth.cpp:82
#: cyrusauth.cpp:79
msgid "Need a pwcheck method as argument (saslauthd, auxprop)"
msgstr ""
#: cyrusauth.cpp:87
#: cyrusauth.cpp:84
msgid "SASL Could Not Be Initialized - Halting Startup"
msgstr ""
#: cyrusauth.cpp:180
msgid "We will create users on their first login"
msgstr ""
#: cyrusauth.cpp:182
#: cyrusauth.cpp:171 cyrusauth.cpp:186
msgid "We will not create users on their first login"
msgstr ""
#: cyrusauth.cpp:194
msgid "We will clone {1}"
#: cyrusauth.cpp:174 cyrusauth.cpp:195
msgid ""
"We will create users on their first login, using user [{1}] as a template"
msgstr ""
#: cyrusauth.cpp:196
msgid "We will not clone a user"
#: cyrusauth.cpp:177 cyrusauth.cpp:190
msgid "We will create users on their first login"
msgstr ""
#: cyrusauth.cpp:202
msgid "Clone user disabled"
#: cyrusauth.cpp:199
msgid "Usage: CreateUsers yes, CreateUsers no, or CreateUsers clone <username>"
msgstr ""
#: cyrusauth.cpp:233
#: cyrusauth.cpp:232
msgid ""
"This global module takes up to two arguments - the methods of authentication "
"- auxprop and saslauthd"
msgstr ""
#: cyrusauth.cpp:239
#: cyrusauth.cpp:238
msgid "Allow users to authenticate via SASL password verification method"
msgstr ""
+213
View File
@@ -0,0 +1,213 @@
#: dcc.cpp:88
msgid "<nick> <file>"
msgstr ""
#: dcc.cpp:89
msgid "Send a file from ZNC to someone"
msgstr ""
#: dcc.cpp:91
msgid "<file>"
msgstr ""
#: dcc.cpp:92
msgid "Send a file from ZNC to your client"
msgstr ""
#: dcc.cpp:94
msgid "List current transfers"
msgstr ""
#: dcc.cpp:103
msgid "You must be admin to use the DCC module"
msgstr ""
#: dcc.cpp:140
msgid "Attempting to send [{1}] to [{2}]."
msgstr ""
#: dcc.cpp:149 dcc.cpp:554
msgid "Receiving [{1}] from [{2}]: File already exists."
msgstr ""
#: dcc.cpp:167
msgid ""
"Attempting to connect to [{1} {2}] in order to download [{3}] from [{4}]."
msgstr ""
#: dcc.cpp:179
msgid "Usage: Send <nick> <file>"
msgstr ""
#: dcc.cpp:186 dcc.cpp:206
msgid "Illegal path."
msgstr ""
#: dcc.cpp:199
msgid "Usage: Get <file>"
msgstr ""
#: dcc.cpp:215 dcc.cpp:232 dcc.cpp:234
msgctxt "list"
msgid "Type"
msgstr ""
#: dcc.cpp:216 dcc.cpp:238 dcc.cpp:241
msgctxt "list"
msgid "State"
msgstr ""
#: dcc.cpp:217 dcc.cpp:243
msgctxt "list"
msgid "Speed"
msgstr ""
#: dcc.cpp:218 dcc.cpp:227
msgctxt "list"
msgid "Nick"
msgstr ""
#: dcc.cpp:219 dcc.cpp:228
msgctxt "list"
msgid "IP"
msgstr ""
#: dcc.cpp:220 dcc.cpp:229
msgctxt "list"
msgid "File"
msgstr ""
#: dcc.cpp:232
msgctxt "list-type"
msgid "Sending"
msgstr ""
#: dcc.cpp:234
msgctxt "list-type"
msgid "Getting"
msgstr ""
#: dcc.cpp:239
msgctxt "list-state"
msgid "Waiting"
msgstr ""
#: dcc.cpp:244
msgid "{1} KiB/s"
msgstr ""
#: dcc.cpp:250
msgid "You have no active DCC transfers."
msgstr ""
#: dcc.cpp:267
msgid "Attempting to resume send from position {1} of file [{2}] for [{3}]"
msgstr ""
#: dcc.cpp:277
msgid "Couldn't resume file [{1}] for [{2}]: not sending anything."
msgstr ""
#: dcc.cpp:286
msgid "Bad DCC file: {1}"
msgstr ""
#: dcc.cpp:341
msgid "Sending [{1}] to [{2}]: File not open!"
msgstr ""
#: dcc.cpp:345
msgid "Receiving [{1}] from [{2}]: File not open!"
msgstr ""
#: dcc.cpp:385
msgid "Sending [{1}] to [{2}]: Connection refused."
msgstr ""
#: dcc.cpp:389
msgid "Receiving [{1}] from [{2}]: Connection refused."
msgstr ""
#: dcc.cpp:397
msgid "Sending [{1}] to [{2}]: Timeout."
msgstr ""
#: dcc.cpp:401
msgid "Receiving [{1}] from [{2}]: Timeout."
msgstr ""
#: dcc.cpp:411
msgid "Sending [{1}] to [{2}]: Socket error {3}: {4}"
msgstr ""
#: dcc.cpp:415
msgid "Receiving [{1}] from [{2}]: Socket error {3}: {4}"
msgstr ""
#: dcc.cpp:423
msgid "Sending [{1}] to [{2}]: Transfer started."
msgstr ""
#: dcc.cpp:427
msgid "Receiving [{1}] from [{2}]: Transfer started."
msgstr ""
#: dcc.cpp:446
msgid "Sending [{1}] to [{2}]: Too much data!"
msgstr ""
#: dcc.cpp:450
msgid "Receiving [{1}] from [{2}]: Too much data!"
msgstr ""
#: dcc.cpp:456
msgid "Sending [{1}] to [{2}] completed at {3} KiB/s"
msgstr ""
#: dcc.cpp:461
msgid "Receiving [{1}] from [{2}] completed at {3} KiB/s"
msgstr ""
#: dcc.cpp:474
msgid "Sending [{1}] to [{2}]: File closed prematurely."
msgstr ""
#: dcc.cpp:478
msgid "Receiving [{1}] from [{2}]: File closed prematurely."
msgstr ""
#: dcc.cpp:501
msgid "Sending [{1}] to [{2}]: Error reading from file."
msgstr ""
#: dcc.cpp:505
msgid "Receiving [{1}] from [{2}]: Error reading from file."
msgstr ""
#: dcc.cpp:537
msgid "Sending [{1}] to [{2}]: Unable to open file."
msgstr ""
#: dcc.cpp:541
msgid "Receiving [{1}] from [{2}]: Unable to open file."
msgstr ""
#: dcc.cpp:563
msgid "Receiving [{1}] from [{2}]: Could not open file."
msgstr ""
#: dcc.cpp:572
msgid "Sending [{1}] to [{2}]: Not a file."
msgstr ""
#: dcc.cpp:581
msgid "Sending [{1}] to [{2}]: Could not open file."
msgstr ""
#: dcc.cpp:593
msgid "Sending [{1}] to [{2}]: File too large (>4 GiB)."
msgstr ""
#: dcc.cpp:623
msgid "This module allows you to transfer files to and from ZNC"
msgstr ""
+103
View File
@@ -0,0 +1,103 @@
#: fail2ban.cpp:25
msgid "[minutes]"
msgstr ""
#: fail2ban.cpp:26
msgid "The number of minutes IPs are blocked after a failed login."
msgstr ""
#: fail2ban.cpp:28
msgid "[count]"
msgstr ""
#: fail2ban.cpp:29
msgid "The number of allowed failed login attempts."
msgstr ""
#: fail2ban.cpp:31 fail2ban.cpp:33
msgid "<hosts>"
msgstr ""
#: fail2ban.cpp:31
msgid "Ban the specified hosts."
msgstr ""
#: fail2ban.cpp:33
msgid "Unban the specified hosts."
msgstr ""
#: fail2ban.cpp:35
msgid "List banned hosts."
msgstr ""
#: fail2ban.cpp:55
msgid ""
"Invalid argument, must be the number of minutes IPs are blocked after a "
"failed login and can be followed by number of allowed failed login attempts"
msgstr ""
#: fail2ban.cpp:77 fail2ban.cpp:100 fail2ban.cpp:123 fail2ban.cpp:146
#: fail2ban.cpp:172
msgid "Access denied"
msgstr ""
#: fail2ban.cpp:86
msgid "Usage: Timeout [minutes]"
msgstr ""
#: fail2ban.cpp:91 fail2ban.cpp:94
msgid "Timeout: {1} min"
msgstr ""
#: fail2ban.cpp:109
msgid "Usage: Attempts [count]"
msgstr ""
#: fail2ban.cpp:114 fail2ban.cpp:117
msgid "Attempts: {1}"
msgstr ""
#: fail2ban.cpp:130
msgid "Usage: Ban <hosts>"
msgstr ""
#: fail2ban.cpp:140
msgid "Banned: {1}"
msgstr ""
#: fail2ban.cpp:153
msgid "Usage: Unban <hosts>"
msgstr ""
#: fail2ban.cpp:163
msgid "Unbanned: {1}"
msgstr ""
#: fail2ban.cpp:165
msgid "Ignored: {1}"
msgstr ""
#: fail2ban.cpp:177 fail2ban.cpp:182
msgctxt "list"
msgid "Host"
msgstr ""
#: fail2ban.cpp:178 fail2ban.cpp:183
msgctxt "list"
msgid "Attempts"
msgstr ""
#: fail2ban.cpp:187
msgctxt "list"
msgid "No bans"
msgstr ""
#: fail2ban.cpp:244
msgid ""
"You might enter the time in minutes for the IP banning and the number of "
"failed logins before any action is taken."
msgstr ""
#: fail2ban.cpp:249
msgid "Block IPs for some time after a failed login."
msgstr ""
+77
View File
@@ -0,0 +1,77 @@
#: flooddetach.cpp:30
msgid "Show current limits"
msgstr ""
#: flooddetach.cpp:32 flooddetach.cpp:35
msgid "[<limit>]"
msgstr ""
#: flooddetach.cpp:33
msgid "Show or set number of seconds in the time interval"
msgstr ""
#: flooddetach.cpp:35 flooddetach.cpp:37
msgid "blahblah: description"
msgstr ""
#: flooddetach.cpp:37
msgid "[yes|no]"
msgstr ""
#: flooddetach.cpp:90
msgid "Flood in {1} is over, reattaching..."
msgstr ""
#: flooddetach.cpp:147
msgid "Channel {1} was flooded, you've been detached"
msgstr ""
#: flooddetach.cpp:184
msgid "1 line"
msgid_plural "{1} lines"
msgstr[0] ""
msgstr[1] ""
#: flooddetach.cpp:185
msgid "every second"
msgid_plural "every {1} seconds"
msgstr[0] ""
msgstr[1] ""
#: flooddetach.cpp:187
msgid "Current limit is {1} {2}"
msgstr ""
#: flooddetach.cpp:194
msgid "Seconds limit is {1}"
msgstr ""
#: flooddetach.cpp:199
msgid "Set seconds limit to {1}"
msgstr ""
#: flooddetach.cpp:208
msgid "Lines limit is {1}"
msgstr ""
#: flooddetach.cpp:213
msgid "Set lines limit to {1}"
msgstr ""
#: flooddetach.cpp:226
msgid "Module messages are disabled"
msgstr ""
#: flooddetach.cpp:228
msgid "Module messages are enabled"
msgstr ""
#: flooddetach.cpp:244
msgid ""
"This user module takes up to two arguments. Arguments are numbers of "
"messages and seconds."
msgstr ""
#: flooddetach.cpp:248
msgid "Detach channels when flooded"
msgstr ""
+69
View File
@@ -0,0 +1,69 @@
#: identfile.cpp:30
msgid "Show file name"
msgstr ""
#: identfile.cpp:32
msgid "<file>"
msgstr ""
#: identfile.cpp:32
msgid "Set file name"
msgstr ""
#: identfile.cpp:34
msgid "Show file format"
msgstr ""
#: identfile.cpp:36
msgid "<format>"
msgstr ""
#: identfile.cpp:36
msgid "Set file format"
msgstr ""
#: identfile.cpp:38
msgid "Show current state"
msgstr ""
#: identfile.cpp:48
msgid "File is set to: {1}"
msgstr ""
#: identfile.cpp:53
msgid "File has been set to: {1}"
msgstr ""
#: identfile.cpp:58
msgid "Format has been set to: {1}"
msgstr ""
#: identfile.cpp:59 identfile.cpp:65
msgid "Format would be expanded to: {1}"
msgstr ""
#: identfile.cpp:64
msgid "Format is set to: {1}"
msgstr ""
#: identfile.cpp:78
msgid "identfile is free"
msgstr ""
#: identfile.cpp:86
msgid "Access denied"
msgstr ""
#: identfile.cpp:181
msgid ""
"Aborting connection, another user or network is currently connecting and "
"using the ident spoof file"
msgstr ""
#: identfile.cpp:189
msgid "[{1}] could not be written, retrying..."
msgstr ""
#: identfile.cpp:223
msgid "Write the ident of a user to a file when they are trying to connect."
msgstr ""
+7
View File
@@ -0,0 +1,7 @@
#: imapauth.cpp:168
msgid "[ server [+]port [ UserFormatString ] ]"
msgstr ""
#: imapauth.cpp:171
msgid "Allow users to authenticate via IMAP."
msgstr ""
+39
View File
@@ -0,0 +1,39 @@
#: keepnick.cpp:39
msgid "Try to get your primary nick"
msgstr ""
#: keepnick.cpp:42 keepnick.cpp:198
msgid "No longer trying to get your primary nick"
msgstr ""
#: keepnick.cpp:44
msgid "Show the current state"
msgstr ""
#: keepnick.cpp:160
msgid "ZNC is already trying to get this nickname"
msgstr ""
#: keepnick.cpp:175
msgid "Unable to obtain nick {1}: {2}, {3}"
msgstr ""
#: keepnick.cpp:183
msgid "Unable to obtain nick {1}"
msgstr ""
#: keepnick.cpp:193
msgid "Trying to get your primary nick"
msgstr ""
#: keepnick.cpp:203
msgid "Currently trying to get your primary nick"
msgstr ""
#: keepnick.cpp:205
msgid "Currently disabled, try 'enable'"
msgstr ""
#: keepnick.cpp:226
msgid "Keeps trying for your primary nick"
msgstr ""
+47
View File
@@ -0,0 +1,47 @@
#: kickrejoin.cpp:56
msgid "<secs>"
msgstr ""
#: kickrejoin.cpp:56
msgid "Set the rejoin delay"
msgstr ""
#: kickrejoin.cpp:58
msgid "Show the rejoin delay"
msgstr ""
#: kickrejoin.cpp:77
msgid "Illegal argument, must be a positive number or 0"
msgstr ""
#: kickrejoin.cpp:90
msgid "Negative delays don't make any sense!"
msgstr ""
#: kickrejoin.cpp:98
msgid "Rejoin delay set to 1 second"
msgid_plural "Rejoin delay set to {1} seconds"
msgstr[0] ""
msgstr[1] ""
#: kickrejoin.cpp:101
msgid "Rejoin delay disabled"
msgstr ""
#: kickrejoin.cpp:106
msgid "Rejoin delay is set to 1 second"
msgid_plural "Rejoin delay is set to {1} seconds"
msgstr[0] ""
msgstr[1] ""
#: kickrejoin.cpp:109
msgid "Rejoin delay is disabled"
msgstr ""
#: kickrejoin.cpp:131
msgid "You might enter the number of seconds to wait before rejoining."
msgstr ""
#: kickrejoin.cpp:134
msgid "Autorejoins on kick"
msgstr ""
+58
View File
@@ -0,0 +1,58 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/po/../data/lastseen/tmpl/index.tmpl:8
msgid "User"
msgstr ""
#: modules/po/../data/lastseen/tmpl/index.tmpl:9 lastseen.cpp:98
msgid "Last Seen"
msgstr ""
#: modules/po/../data/lastseen/tmpl/index.tmpl:10
msgid "Info"
msgstr ""
#: modules/po/../data/lastseen/tmpl/index.tmpl:11
msgid "Action"
msgstr ""
#: modules/po/../data/lastseen/tmpl/index.tmpl:21
msgid "Edit"
msgstr ""
#: modules/po/../data/lastseen/tmpl/index.tmpl:22
msgid "Delete"
msgstr ""
#: modules/po/../data/lastseen/tmpl/lastseen_WebadminUser.tmpl:6
msgid "Last login time:"
msgstr ""
#: lastseen.cpp:53
msgid "Access denied"
msgstr ""
#: lastseen.cpp:61 lastseen.cpp:66
msgctxt "show"
msgid "User"
msgstr ""
#: lastseen.cpp:62 lastseen.cpp:67
msgctxt "show"
msgid "Last Seen"
msgstr ""
#: lastseen.cpp:68 lastseen.cpp:124
msgid "never"
msgstr ""
#: lastseen.cpp:78
msgid "Shows list of users and when they last logged in"
msgstr ""
#: lastseen.cpp:153
msgid "Collects data about when a user last logged in."
msgstr ""
+104
View File
@@ -0,0 +1,104 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/po/../data/listsockets/tmpl/index.tmpl:7 listsockets.cpp:212
#: listsockets.cpp:228
msgid "Name"
msgstr ""
#: modules/po/../data/listsockets/tmpl/index.tmpl:8 listsockets.cpp:213
#: listsockets.cpp:229
msgid "Created"
msgstr ""
#: modules/po/../data/listsockets/tmpl/index.tmpl:9 listsockets.cpp:214
#: listsockets.cpp:230
msgid "State"
msgstr ""
#: modules/po/../data/listsockets/tmpl/index.tmpl:10 listsockets.cpp:216
#: listsockets.cpp:233
msgid "SSL"
msgstr ""
#: modules/po/../data/listsockets/tmpl/index.tmpl:11 listsockets.cpp:218
#: listsockets.cpp:238
msgid "Local"
msgstr ""
#: modules/po/../data/listsockets/tmpl/index.tmpl:12 listsockets.cpp:219
#: listsockets.cpp:240
msgid "Remote"
msgstr ""
#: modules/po/../data/listsockets/tmpl/index.tmpl:13
msgid "Data In"
msgstr ""
#: modules/po/../data/listsockets/tmpl/index.tmpl:14
msgid "Data Out"
msgstr ""
#: listsockets.cpp:62
msgid "[-n]"
msgstr ""
#: listsockets.cpp:62
msgid "Shows the list of active sockets. Pass -n to show IP addresses"
msgstr ""
#: listsockets.cpp:70
msgid "You must be admin to use this module"
msgstr ""
#: listsockets.cpp:96
msgid "List sockets"
msgstr ""
#: listsockets.cpp:116 listsockets.cpp:234
msgctxt "ssl"
msgid "Yes"
msgstr ""
#: listsockets.cpp:116 listsockets.cpp:235
msgctxt "ssl"
msgid "No"
msgstr ""
#: listsockets.cpp:142
msgid "Listener"
msgstr ""
#: listsockets.cpp:144
msgid "Inbound"
msgstr ""
#: listsockets.cpp:147
msgid "Outbound"
msgstr ""
#: listsockets.cpp:149
msgid "Connecting"
msgstr ""
#: listsockets.cpp:152
msgid "UNKNOWN"
msgstr ""
#: listsockets.cpp:205
msgid "You have no open sockets."
msgstr ""
#: listsockets.cpp:220 listsockets.cpp:242
msgid "In"
msgstr ""
#: listsockets.cpp:221 listsockets.cpp:244
msgid "Out"
msgstr ""
#: listsockets.cpp:260
msgid "Lists active sockets"
msgstr ""
+134
View File
@@ -0,0 +1,134 @@
#: log.cpp:59
msgid "<rules>"
msgstr ""
#: log.cpp:60
msgid "Set logging rules, use !#chan or !query to negate and * "
msgstr ""
#: log.cpp:62
msgid "Clear all logging rules"
msgstr ""
#: log.cpp:64
msgid "List all logging rules"
msgstr ""
#: log.cpp:67
msgid "<var> true|false"
msgstr ""
#: log.cpp:68
msgid "Set one of the following options: joins, quits, nickchanges"
msgstr ""
#: log.cpp:71
msgid "Show current settings set by Set command"
msgstr ""
#: log.cpp:143
msgid "Usage: SetRules <rules>"
msgstr ""
#: log.cpp:144
msgid "Wildcards are allowed"
msgstr ""
#: log.cpp:156 log.cpp:178
msgid "No logging rules. Everything is logged."
msgstr ""
#: log.cpp:161
msgid "1 rule removed: {2}"
msgid_plural "{1} rules removed: {2}"
msgstr[0] ""
msgstr[1] ""
#: log.cpp:168 log.cpp:173
msgctxt "listrules"
msgid "Rule"
msgstr ""
#: log.cpp:169 log.cpp:174
msgctxt "listrules"
msgid "Logging enabled"
msgstr ""
#: log.cpp:189
msgid ""
"Usage: Set <var> true|false, where <var> is one of: joins, quits, nickchanges"
msgstr ""
#: log.cpp:196
msgid "Will log joins"
msgstr ""
#: log.cpp:196
msgid "Will not log joins"
msgstr ""
#: log.cpp:197
msgid "Will log quits"
msgstr ""
#: log.cpp:197
msgid "Will not log quits"
msgstr ""
#: log.cpp:199
msgid "Will log nick changes"
msgstr ""
#: log.cpp:199
msgid "Will not log nick changes"
msgstr ""
#: log.cpp:203
msgid "Unknown variable. Known variables: joins, quits, nickchanges"
msgstr ""
#: log.cpp:211
msgid "Logging joins"
msgstr ""
#: log.cpp:211
msgid "Not logging joins"
msgstr ""
#: log.cpp:212
msgid "Logging quits"
msgstr ""
#: log.cpp:212
msgid "Not logging quits"
msgstr ""
#: log.cpp:213
msgid "Logging nick changes"
msgstr ""
#: log.cpp:214
msgid "Not logging nick changes"
msgstr ""
#: log.cpp:351
msgid ""
"Invalid args [{1}]. Only one log path allowed. Check that there are no "
"spaces in the path."
msgstr ""
#: log.cpp:401
msgid "Invalid log path [{1}]"
msgstr ""
#: log.cpp:404
msgid "Logging to [{1}]. Using timestamp format '{2}'"
msgstr ""
#: log.cpp:559
msgid "[-sanitize] Optional path where to store logs."
msgstr ""
#: log.cpp:563
msgid "Writes IRC logs."
msgstr ""
+3
View File
@@ -0,0 +1,3 @@
#: missingmotd.cpp:36
msgid "Sends 422 to clients when they login"
msgstr ""
+3
View File
@@ -0,0 +1,3 @@
#: modperl.cpp:382
msgid "Loads perl scripts as ZNC modules"
msgstr ""
+3
View File
@@ -0,0 +1,3 @@
#: modpython.cpp:512
msgid "Loads python scripts as ZNC modules"
msgstr ""
+3
View File
@@ -0,0 +1,3 @@
#: modules_online.cpp:117
msgid "Makes ZNC's *modules to be \"online\"."
msgstr ""
+61
View File
@@ -0,0 +1,61 @@
#: nickserv.cpp:31
msgid "Password set"
msgstr ""
#: nickserv.cpp:38
msgid "NickServ name set"
msgstr ""
#: nickserv.cpp:54
msgid "No such editable command. See ViewCommands for list."
msgstr ""
#: nickserv.cpp:57
msgid "Ok"
msgstr ""
#: nickserv.cpp:62
msgid "password"
msgstr ""
#: nickserv.cpp:62
msgid "Set your nickserv password"
msgstr ""
#: nickserv.cpp:64
msgid "Clear your nickserv password"
msgstr ""
#: nickserv.cpp:66
msgid "nickname"
msgstr ""
#: nickserv.cpp:67
msgid ""
"Set NickServ name (Useful on networks like EpiKnet, where NickServ is named "
"Themis"
msgstr ""
#: nickserv.cpp:71
msgid "Reset NickServ name to default (NickServ)"
msgstr ""
#: nickserv.cpp:75
msgid "Show patterns for lines, which are being sent to NickServ"
msgstr ""
#: nickserv.cpp:77
msgid "cmd new-pattern"
msgstr ""
#: nickserv.cpp:78
msgid "Set pattern for commands"
msgstr ""
#: nickserv.cpp:140
msgid "Please enter your nickserv password."
msgstr ""
#: nickserv.cpp:144
msgid "Auths you with NickServ (prefer SASL module instead)"
msgstr ""
+110
View File
@@ -0,0 +1,110 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/po/../data/notes/tmpl/index.tmpl:7
msgid "Add A Note"
msgstr ""
#: modules/po/../data/notes/tmpl/index.tmpl:11
msgid "Key:"
msgstr ""
#: modules/po/../data/notes/tmpl/index.tmpl:15
msgid "Note:"
msgstr ""
#: modules/po/../data/notes/tmpl/index.tmpl:19
msgid "Add Note"
msgstr ""
#: modules/po/../data/notes/tmpl/index.tmpl:27
msgid "You have no notes to display."
msgstr ""
#: modules/po/../data/notes/tmpl/index.tmpl:34 notes.cpp:164 notes.cpp:169
msgid "Key"
msgstr ""
#: modules/po/../data/notes/tmpl/index.tmpl:35 notes.cpp:165 notes.cpp:170
msgid "Note"
msgstr ""
#: modules/po/../data/notes/tmpl/index.tmpl:41
msgid "[del]"
msgstr ""
#: notes.cpp:32
msgid "That note already exists. Use MOD <key> <note> to overwrite."
msgstr ""
#: notes.cpp:35 notes.cpp:137
msgid "Added note {1}"
msgstr ""
#: notes.cpp:37 notes.cpp:48 notes.cpp:142
msgid "Unable to add note {1}"
msgstr ""
#: notes.cpp:46 notes.cpp:139
msgid "Set note for {1}"
msgstr ""
#: notes.cpp:56
msgid "This note doesn't exist."
msgstr ""
#: notes.cpp:66 notes.cpp:116
msgid "Deleted note {1}"
msgstr ""
#: notes.cpp:68 notes.cpp:118
msgid "Unable to delete note {1}"
msgstr ""
#: notes.cpp:75
msgid "List notes"
msgstr ""
#: notes.cpp:77 notes.cpp:81
msgid "<key> <note>"
msgstr ""
#: notes.cpp:77
msgid "Add a note"
msgstr ""
#: notes.cpp:79 notes.cpp:83
msgid "<key>"
msgstr ""
#: notes.cpp:79
msgid "Delete a note"
msgstr ""
#: notes.cpp:81
msgid "Modify a note"
msgstr ""
#: notes.cpp:94
msgid "Notes"
msgstr ""
#: notes.cpp:133
msgid "That note already exists. Use /#+<key> <note> to overwrite."
msgstr ""
#: notes.cpp:185 notes.cpp:187
msgid "You have no entries."
msgstr ""
#: notes.cpp:223
msgid ""
"This user module takes up to one arguments. It can be -disableNotesOnLogin "
"not to show notes upon client login"
msgstr ""
#: notes.cpp:227
msgid "Keep and replay notes"
msgstr ""
+15
View File
@@ -0,0 +1,15 @@
#: notify_connect.cpp:24
msgid "attached"
msgstr ""
#: notify_connect.cpp:26
msgid "detached"
msgstr ""
#: notify_connect.cpp:41
msgid "{1} {2} from {3}"
msgstr ""
#: notify_connect.cpp:52
msgid "Notifies all admin users when a client connects or disconnects."
msgstr ""
+25
View File
@@ -0,0 +1,25 @@
#: partyline.cpp:60
msgid "There are no open channels."
msgstr ""
#: partyline.cpp:66 partyline.cpp:73
msgid "Channel"
msgstr ""
#: partyline.cpp:67 partyline.cpp:74
msgid "Users"
msgstr ""
#: partyline.cpp:82
msgid "List all open channels"
msgstr ""
#: partyline.cpp:735
msgid ""
"You may enter a list of channels the user joins, when entering the internal "
"partyline."
msgstr ""
#: partyline.cpp:741
msgid "Internal channels and queries for users connected to ZNC"
msgstr ""
+99
View File
@@ -0,0 +1,99 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/po/../data/perform/tmpl/index.tmpl:7 perform.cpp:143
msgid "Perform"
msgstr ""
#: modules/po/../data/perform/tmpl/index.tmpl:11
msgid "Perform commands:"
msgstr ""
#: modules/po/../data/perform/tmpl/index.tmpl:15
msgid "Commands sent to the IRC server on connect, one per line."
msgstr ""
#: modules/po/../data/perform/tmpl/index.tmpl:18
msgid "Save"
msgstr ""
#: perform.cpp:24
msgid "Usage: add <command>"
msgstr ""
#: perform.cpp:29
msgid "Added!"
msgstr ""
#: perform.cpp:37 perform.cpp:82
msgid "Illegal # Requested"
msgstr ""
#: perform.cpp:41
msgid "Command Erased."
msgstr ""
#: perform.cpp:50 perform.cpp:56
msgctxt "list"
msgid "Id"
msgstr ""
#: perform.cpp:51 perform.cpp:57
msgctxt "list"
msgid "Perform"
msgstr ""
#: perform.cpp:52 perform.cpp:62
msgctxt "list"
msgid "Expanded"
msgstr ""
#: perform.cpp:67
msgid "No commands in your perform list."
msgstr ""
#: perform.cpp:73
msgid "perform commands sent"
msgstr ""
#: perform.cpp:86
msgid "Commands Swapped."
msgstr ""
#: perform.cpp:95
msgid "<command>"
msgstr ""
#: perform.cpp:96
msgid "Adds perform command to be sent to the server on connect"
msgstr ""
#: perform.cpp:98
msgid "<number>"
msgstr ""
#: perform.cpp:98
msgid "Delete a perform command"
msgstr ""
#: perform.cpp:100
msgid "List the perform commands"
msgstr ""
#: perform.cpp:103
msgid "Send the perform commands to the server now"
msgstr ""
#: perform.cpp:105
msgid "<number> <number>"
msgstr ""
#: perform.cpp:106
msgid "Swap two perform commands"
msgstr ""
#: perform.cpp:192
msgid "Keeps a list of commands to be executed when ZNC connects to IRC."
msgstr ""
+287
View File
@@ -0,0 +1,287 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/po/../data/q/tmpl/index.tmpl:11
msgid "Username:"
msgstr ""
#: modules/po/../data/q/tmpl/index.tmpl:13
msgid "Please enter a username."
msgstr ""
#: modules/po/../data/q/tmpl/index.tmpl:16
msgid "Password:"
msgstr ""
#: modules/po/../data/q/tmpl/index.tmpl:18
msgid "Please enter a password."
msgstr ""
#: modules/po/../data/q/tmpl/index.tmpl:26
msgid "Options"
msgstr ""
#: modules/po/../data/q/tmpl/index.tmpl:42
msgid "Save"
msgstr ""
#: q.cpp:74
msgid ""
"Notice: Your host will be cloaked the next time you reconnect to IRC. If you "
"want to cloak your host now, /msg *q Cloak. You can set your preference "
"with /msg *q Set UseCloakedHost true/false."
msgstr ""
#: q.cpp:111
msgid "The following commands are available:"
msgstr ""
#: q.cpp:113 q.cpp:116 q.cpp:121 q.cpp:126 q.cpp:130 q.cpp:135 q.cpp:140
msgid "Command"
msgstr ""
#: q.cpp:114 q.cpp:117 q.cpp:123 q.cpp:127 q.cpp:132 q.cpp:136 q.cpp:141
#: q.cpp:150 q.cpp:154 q.cpp:158 q.cpp:162 q.cpp:168 q.cpp:174 q.cpp:180
#: q.cpp:186
msgid "Description"
msgstr ""
#: q.cpp:116
msgid "Auth [<username> <password>]"
msgstr ""
#: q.cpp:118
msgid "Tries to authenticate you with Q. Both parameters are optional."
msgstr ""
#: q.cpp:124
msgid "Tries to set usermode +x to hide your real hostname."
msgstr ""
#: q.cpp:128
msgid "Prints the current status of the module."
msgstr ""
#: q.cpp:133
msgid "Re-requests the current user information from Q."
msgstr ""
#: q.cpp:135
msgid "Set <setting> <value>"
msgstr ""
#: q.cpp:137
msgid "Changes the value of the given setting. See the list of settings below."
msgstr ""
#: q.cpp:142
msgid "Prints out the current configuration. See the list of settings below."
msgstr ""
#: q.cpp:146
msgid "The following settings are available:"
msgstr ""
#: q.cpp:148 q.cpp:152 q.cpp:156 q.cpp:160 q.cpp:166 q.cpp:172 q.cpp:178
#: q.cpp:183 q.cpp:227 q.cpp:230 q.cpp:233 q.cpp:236 q.cpp:239 q.cpp:242
#: q.cpp:245 q.cpp:248
msgid "Setting"
msgstr ""
#: q.cpp:149 q.cpp:153 q.cpp:157 q.cpp:161 q.cpp:167 q.cpp:173 q.cpp:179
#: q.cpp:184
msgid "Type"
msgstr ""
#: q.cpp:153 q.cpp:157
msgid "String"
msgstr ""
#: q.cpp:154
msgid "Your Q username."
msgstr ""
#: q.cpp:158
msgid "Your Q password."
msgstr ""
#: q.cpp:161 q.cpp:167 q.cpp:173 q.cpp:179 q.cpp:184
msgid "Boolean"
msgstr ""
#: q.cpp:163 q.cpp:373
msgid "Whether to cloak your hostname (+x) automatically on connect."
msgstr ""
#: q.cpp:169 q.cpp:381
msgid ""
"Whether to use the CHALLENGEAUTH mechanism to avoid sending passwords in "
"cleartext."
msgstr ""
#: q.cpp:175 q.cpp:389
msgid "Whether to request voice/op from Q on join/devoice/deop."
msgstr ""
#: q.cpp:181 q.cpp:395
msgid "Whether to join channels when Q invites you."
msgstr ""
#: q.cpp:187 q.cpp:402
msgid "Whether to delay joining channels until after you are cloaked."
msgstr ""
#: q.cpp:192
msgid "This module takes 2 optional parameters: <username> <password>"
msgstr ""
#: q.cpp:194
msgid "Module settings are stored between restarts."
msgstr ""
#: q.cpp:200
msgid "Syntax: Set <setting> <value>"
msgstr ""
#: q.cpp:203
msgid "Username set"
msgstr ""
#: q.cpp:206
msgid "Password set"
msgstr ""
#: q.cpp:209
msgid "UseCloakedHost set"
msgstr ""
#: q.cpp:212
msgid "UseChallenge set"
msgstr ""
#: q.cpp:215
msgid "RequestPerms set"
msgstr ""
#: q.cpp:218
msgid "JoinOnInvite set"
msgstr ""
#: q.cpp:221
msgid "JoinAfterCloaked set"
msgstr ""
#: q.cpp:223
msgid "Unknown setting: {1}"
msgstr ""
#: q.cpp:228 q.cpp:231 q.cpp:234 q.cpp:237 q.cpp:240 q.cpp:243 q.cpp:246
#: q.cpp:249
msgid "Value"
msgstr ""
#: q.cpp:253
msgid "Connected: yes"
msgstr ""
#: q.cpp:254
msgid "Connected: no"
msgstr ""
#: q.cpp:255
msgid "Cloacked: yes"
msgstr ""
#: q.cpp:255
msgid "Cloacked: no"
msgstr ""
#: q.cpp:256
msgid "Authenticated: yes"
msgstr ""
#: q.cpp:257
msgid "Authenticated: no"
msgstr ""
#: q.cpp:262
msgid "Error: You are not connected to IRC."
msgstr ""
#: q.cpp:270
msgid "Error: You are already cloaked!"
msgstr ""
#: q.cpp:276
msgid "Error: You are already authed!"
msgstr ""
#: q.cpp:280
msgid "Update requested."
msgstr ""
#: q.cpp:283
msgid "Unknown command. Try 'help'."
msgstr ""
#: q.cpp:293
msgid "Cloak successful: Your hostname is now cloaked."
msgstr ""
#: q.cpp:408
msgid "Changes have been saved!"
msgstr ""
#: q.cpp:435
msgid "Cloak: Trying to cloak your hostname, setting +x..."
msgstr ""
#: q.cpp:452
msgid ""
"You have to set a username and password to use this module! See 'help' for "
"details."
msgstr ""
#: q.cpp:458
msgid "Auth: Requesting CHALLENGE..."
msgstr ""
#: q.cpp:462
msgid "Auth: Sending AUTH request..."
msgstr ""
#: q.cpp:479
msgid "Auth: Received challenge, sending CHALLENGEAUTH request..."
msgstr ""
#: q.cpp:521
msgid "Authentication failed: {1}"
msgstr ""
#: q.cpp:525
msgid "Authentication successful: {1}"
msgstr ""
#: q.cpp:539
msgid ""
"Auth failed: Q does not support HMAC-SHA-256 for CHALLENGEAUTH, falling back "
"to standard AUTH."
msgstr ""
#: q.cpp:566
msgid "RequestPerms: Requesting op on {1}"
msgstr ""
#: q.cpp:579
msgid "RequestPerms: Requesting voice on {1}"
msgstr ""
#: q.cpp:686
msgid "Please provide your username and password for Q."
msgstr ""
#: q.cpp:689
msgid "Auths you with QuakeNet's Q bot."
msgstr ""
+3
View File
@@ -0,0 +1,3 @@
#: raw.cpp:43
msgid "View all of the raw traffic"
msgstr ""
+45
View File
@@ -0,0 +1,45 @@
#: route_replies.cpp:209
msgid "[yes|no]"
msgstr ""
#: route_replies.cpp:210
msgid "Decides whether to show the timeout messages or not"
msgstr ""
#: route_replies.cpp:350
msgid "This module hit a timeout which is probably a connectivity issue."
msgstr ""
#: route_replies.cpp:353
msgid ""
"However, if you can provide steps to reproduce this issue, please do report "
"a bug."
msgstr ""
#: route_replies.cpp:356
msgid "To disable this message, do \"/msg {1} silent yes\""
msgstr ""
#: route_replies.cpp:358
msgid "Last request: {1}"
msgstr ""
#: route_replies.cpp:359
msgid "Expected replies:"
msgstr ""
#: route_replies.cpp:363
msgid "{1} (last)"
msgstr ""
#: route_replies.cpp:435
msgid "Timeout messages are disabled."
msgstr ""
#: route_replies.cpp:436
msgid "Timeout messages are enabled."
msgstr ""
#: route_replies.cpp:457
msgid "Send replies (e.g. to /who) to the right client only"
msgstr ""
+105
View File
@@ -0,0 +1,105 @@
#: sample.cpp:31
msgid "Sample job cancelled"
msgstr ""
#: sample.cpp:33
msgid "Sample job destroyed"
msgstr ""
#: sample.cpp:50
msgid "Sample job done"
msgstr ""
#: sample.cpp:65
msgid "TEST!!!!"
msgstr ""
#: sample.cpp:74
msgid "I'm being loaded with the arguments: {1}"
msgstr ""
#: sample.cpp:85
msgid "I'm being unloaded!"
msgstr ""
#: sample.cpp:94
msgid "You got connected BoyOh."
msgstr ""
#: sample.cpp:98
msgid "You got disconnected BoyOh."
msgstr ""
#: sample.cpp:116
msgid "{1} {2} set mode on {3} {4}{5} {6}"
msgstr ""
#: sample.cpp:123
msgid "{1} {2} opped {3} on {4}"
msgstr ""
#: sample.cpp:129
msgid "{1} {2} deopped {3} on {4}"
msgstr ""
#: sample.cpp:135
msgid "{1} {2} voiced {3} on {4}"
msgstr ""
#: sample.cpp:141
msgid "{1} {2} devoiced {3} on {4}"
msgstr ""
#: sample.cpp:147
msgid "* {1} sets mode: {2} {3} on {4}"
msgstr ""
#: sample.cpp:163
msgid "{1} kicked {2} from {3} with the msg {4}"
msgstr ""
#: sample.cpp:169
msgid "* {1} ({2}@{3}) quits ({4}) from channel: {6}"
msgid_plural "* {1} ({2}@{3}) quits ({4}) from {5} channels: {6}"
msgstr[0] ""
msgstr[1] ""
#: sample.cpp:177
msgid "Attempting to join {1}"
msgstr ""
#: sample.cpp:182
msgid "* {1} ({2}@{3}) joins {4}"
msgstr ""
#: sample.cpp:189
msgid "* {1} ({2}@{3}) parts {4}"
msgstr ""
#: sample.cpp:196
msgid "{1} invited us to {2}, ignoring invites to {2}"
msgstr ""
#: sample.cpp:201
msgid "{1} invited us to {2}"
msgstr ""
#: sample.cpp:207
msgid "{1} is now known as {2}"
msgstr ""
#: sample.cpp:269 sample.cpp:276
msgid "{1} changes topic on {2} to {3}"
msgstr ""
#: sample.cpp:317
msgid "Hi, I'm your friendly sample module."
msgstr ""
#: sample.cpp:330
msgid "Description of module arguments goes here."
msgstr ""
#: sample.cpp:333
msgid "To be used as a sample for writing modules"
msgstr ""
+3
View File
@@ -0,0 +1,3 @@
#: samplewebapi.cpp:59
msgid "Sample Web API module."
msgstr ""
+165
View File
@@ -0,0 +1,165 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/po/../data/sasl/tmpl/index.tmpl:7 sasl.cpp:290
msgid "SASL"
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:11
msgid "Username:"
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:13
msgid "Please enter a username."
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:16
msgid "Password:"
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:18
msgid "Please enter a password."
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:22
msgid "Options"
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:25
msgid "Connect only if SASL authentication succeeds."
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:27
msgid "Require authentication"
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:35
msgid "Mechanisms"
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:42
msgid "Name"
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:43 sasl.cpp:89 sasl.cpp:94
msgid "Description"
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:57
msgid "Selected mechanisms and their order:"
msgstr ""
#: modules/po/../data/sasl/tmpl/index.tmpl:74
msgid "Save"
msgstr ""
#: sasl.cpp:54
msgid "TLS certificate, for use with the *cert module"
msgstr ""
#: sasl.cpp:56
msgid ""
"Plain text negotiation, this should work always if the network supports SASL"
msgstr ""
#: sasl.cpp:62
msgid "search"
msgstr ""
#: sasl.cpp:62
msgid "Generate this output"
msgstr ""
#: sasl.cpp:64
msgid "[<username> [<password>]]"
msgstr ""
#: sasl.cpp:65
msgid ""
"Set username and password for the mechanisms that need them. Password is "
"optional. Without parameters, returns information about current settings."
msgstr ""
#: sasl.cpp:69
msgid "[mechanism[ ...]]"
msgstr ""
#: sasl.cpp:70
msgid "Set the mechanisms to be attempted (in order)"
msgstr ""
#: sasl.cpp:72
msgid "[yes|no]"
msgstr ""
#: sasl.cpp:73
msgid "Don't connect unless SASL authentication succeeds"
msgstr ""
#: sasl.cpp:88 sasl.cpp:93
msgid "Mechanism"
msgstr ""
#: sasl.cpp:97
msgid "The following mechanisms are available:"
msgstr ""
#: sasl.cpp:107
msgid "Username is currently not set"
msgstr ""
#: sasl.cpp:109
msgid "Username is currently set to '{1}'"
msgstr ""
#: sasl.cpp:112
msgid "Password was not supplied"
msgstr ""
#: sasl.cpp:114
msgid "Password was supplied"
msgstr ""
#: sasl.cpp:122
msgid "Username has been set to [{1}]"
msgstr ""
#: sasl.cpp:123
msgid "Password has been set to [{1}]"
msgstr ""
#: sasl.cpp:143
msgid "Current mechanisms set: {1}"
msgstr ""
#: sasl.cpp:152
msgid "We require SASL negotiation to connect"
msgstr ""
#: sasl.cpp:154
msgid "We will connect even if SASL fails"
msgstr ""
#: sasl.cpp:191
msgid "Disabling network, we require authentication."
msgstr ""
#: sasl.cpp:192
msgid "Use 'RequireAuth no' to disable."
msgstr ""
#: sasl.cpp:245
msgid "{1} mechanism succeeded."
msgstr ""
#: sasl.cpp:257
msgid "{1} mechanism failed."
msgstr ""
#: sasl.cpp:335
msgid ""
"Adds support for sasl authentication capability to authenticate to an IRC "
"server"
msgstr ""
+48
View File
@@ -0,0 +1,48 @@
#: savebuff.cpp:65
msgid "<password>"
msgstr ""
#: savebuff.cpp:65
msgid "Sets the password"
msgstr ""
#: savebuff.cpp:67
msgid "<buffer>"
msgstr ""
#: savebuff.cpp:67
msgid "Replays the buffer"
msgstr ""
#: savebuff.cpp:69
msgid "Saves all buffers"
msgstr ""
#: savebuff.cpp:221
msgid ""
"Password is unset usually meaning the decryption failed. You can setpass to "
"the appropriate pass and things should start working, or setpass to a new "
"pass and save to reinstantiate"
msgstr ""
#: savebuff.cpp:232
msgid "Password set to [{1}]"
msgstr ""
#: savebuff.cpp:262
msgid "Replayed {1}"
msgstr ""
#: savebuff.cpp:341
msgid "Unable to decode Encrypted file {1}"
msgstr ""
#: savebuff.cpp:358
msgid ""
"This user module takes up to one arguments. Either --ask-pass or the "
"password itself (which may contain spaces) or nothing"
msgstr ""
#: savebuff.cpp:363
msgid "Stores channel and query buffers to disk, encrypted"
msgstr ""
+100
View File
@@ -0,0 +1,100 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/po/../data/send_raw/tmpl/index.tmpl:9
msgid "Send a raw IRC line"
msgstr ""
#: modules/po/../data/send_raw/tmpl/index.tmpl:14
msgid "User:"
msgstr ""
#: modules/po/../data/send_raw/tmpl/index.tmpl:15
msgid "To change user, click to Network selector"
msgstr ""
#: modules/po/../data/send_raw/tmpl/index.tmpl:19
msgid "User/Network:"
msgstr ""
#: modules/po/../data/send_raw/tmpl/index.tmpl:32
msgid "Send to:"
msgstr ""
#: modules/po/../data/send_raw/tmpl/index.tmpl:34
msgid "Client"
msgstr ""
#: modules/po/../data/send_raw/tmpl/index.tmpl:35
msgid "Server"
msgstr ""
#: modules/po/../data/send_raw/tmpl/index.tmpl:40
msgid "Line:"
msgstr ""
#: modules/po/../data/send_raw/tmpl/index.tmpl:45
msgid "Send"
msgstr ""
#: send_raw.cpp:32
msgid "Sent [{1}] to {2}/{3}"
msgstr ""
#: send_raw.cpp:36 send_raw.cpp:56
msgid "Network {1} not found for user {2}"
msgstr ""
#: send_raw.cpp:40 send_raw.cpp:60
msgid "User {1} not found"
msgstr ""
#: send_raw.cpp:52
msgid "Sent [{1}] to IRC server of {2}/{3}"
msgstr ""
#: send_raw.cpp:75
msgid "You must have admin privileges to load this module"
msgstr ""
#: send_raw.cpp:82
msgid "Send Raw"
msgstr ""
#: send_raw.cpp:92
msgid "User not found"
msgstr ""
#: send_raw.cpp:99
msgid "Network not found"
msgstr ""
#: send_raw.cpp:116
msgid "Line sent"
msgstr ""
#: send_raw.cpp:140 send_raw.cpp:143
msgid "[user] [network] [data to send]"
msgstr ""
#: send_raw.cpp:141
msgid "The data will be sent to the user's IRC client(s)"
msgstr ""
#: send_raw.cpp:144
msgid "The data will be sent to the IRC server the user is connected to"
msgstr ""
#: send_raw.cpp:147
msgid "[data to send]"
msgstr ""
#: send_raw.cpp:148
msgid "The data will be sent to your current client"
msgstr ""
#: send_raw.cpp:159
msgid "Lets you send some raw IRC lines as/to someone else"
msgstr ""
+15
View File
@@ -0,0 +1,15 @@
#: shell.cpp:37
msgid "Failed to execute: {1}"
msgstr ""
#: shell.cpp:75
msgid "You must be admin to use the shell module"
msgstr ""
#: shell.cpp:169
msgid "Gives shell access"
msgstr ""
#: shell.cpp:172
msgid "Gives shell access. Only ZNC admins can use it."
msgstr ""
+78
View File
@@ -0,0 +1,78 @@
#: simple_away.cpp:56
msgid "[<text>]"
msgstr ""
#: simple_away.cpp:57
#, c-format
msgid ""
"Prints or sets the away reason (%awaytime% is replaced with the time you "
"were set away, supports substitutions using ExpandString)"
msgstr ""
#: simple_away.cpp:63
msgid "Prints the current time to wait before setting you away"
msgstr ""
#: simple_away.cpp:65
msgid "<seconds>"
msgstr ""
#: simple_away.cpp:66
msgid "Sets the time to wait before setting you away"
msgstr ""
#: simple_away.cpp:69
msgid "Disables the wait time before setting you away"
msgstr ""
#: simple_away.cpp:73
msgid "Get or set the minimum number of clients before going away"
msgstr ""
#: simple_away.cpp:136
msgid "Away reason set"
msgstr ""
#: simple_away.cpp:138
msgid "Away reason: {1}"
msgstr ""
#: simple_away.cpp:139
msgid "Current away reason would be: {1}"
msgstr ""
#: simple_away.cpp:144
msgid "Current timer setting: 1 second"
msgid_plural "Current timer setting: {1} seconds"
msgstr[0] ""
msgstr[1] ""
#: simple_away.cpp:153 simple_away.cpp:161
msgid "Timer disabled"
msgstr ""
#: simple_away.cpp:155
msgid "Timer set to 1 second"
msgid_plural "Timer set to: {1} seconds"
msgstr[0] ""
msgstr[1] ""
#: simple_away.cpp:166
msgid "Current MinClients setting: {1}"
msgstr ""
#: simple_away.cpp:169
msgid "MinClients set to {1}"
msgstr ""
#: simple_away.cpp:253
msgid ""
"You might enter up to 3 arguments, like -notimer awaymessage or -timer 5 "
"awaymessage."
msgstr ""
#: simple_away.cpp:258
msgid ""
"This module will automatically set you away on IRC while you are "
"disconnected from the bouncer."
msgstr ""
+93
View File
@@ -0,0 +1,93 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/po/../data/stickychan/tmpl/index.tmpl:9
msgid "Name"
msgstr ""
#: modules/po/../data/stickychan/tmpl/index.tmpl:10
msgid "Sticky"
msgstr ""
#: modules/po/../data/stickychan/tmpl/index.tmpl:25
msgid "Save"
msgstr ""
#: modules/po/../data/stickychan/tmpl/stickychan_WebadminChan.tmpl:8
msgid "Channel is sticky"
msgstr ""
#: stickychan.cpp:28
msgid "<#channel> [key]"
msgstr ""
#: stickychan.cpp:28
msgid "Sticks a channel"
msgstr ""
#: stickychan.cpp:30
msgid "<#channel>"
msgstr ""
#: stickychan.cpp:30
msgid "Unsticks a channel"
msgstr ""
#: stickychan.cpp:32
msgid "Lists sticky channels"
msgstr ""
#: stickychan.cpp:75
msgid "Usage: Stick <#channel> [key]"
msgstr ""
#: stickychan.cpp:79
msgid "Stuck {1}"
msgstr ""
#: stickychan.cpp:85
msgid "Usage: Unstick <#channel>"
msgstr ""
#: stickychan.cpp:89
msgid "Unstuck {1}"
msgstr ""
#: stickychan.cpp:101
msgid " -- End of List"
msgstr ""
#: stickychan.cpp:115
msgid "Could not join {1} (# prefix missing?)"
msgstr ""
#: stickychan.cpp:128
msgid "Sticky Channels"
msgstr ""
#: stickychan.cpp:160
msgid "Changes have been saved!"
msgstr ""
#: stickychan.cpp:185
msgid "Channel became sticky!"
msgstr ""
#: stickychan.cpp:189
msgid "Channel stopped being sticky!"
msgstr ""
#: stickychan.cpp:211
msgid ""
"Channel {1} cannot be joined, it is an illegal channel name. Unsticking."
msgstr ""
#: stickychan.cpp:248
msgid "List of channels, separated by comma."
msgstr ""
#: stickychan.cpp:253
msgid "configless sticky chans, keeps you there very stickily even"
msgstr ""
+4
View File
@@ -0,0 +1,4 @@
#: stripcontrols.cpp:63
msgid ""
"Strips control codes (Colors, Bold, ..) from channel and private messages."
msgstr ""
+235
View File
@@ -0,0 +1,235 @@
#: watch.cpp:334
msgid "All entries cleared."
msgstr ""
#: watch.cpp:344
msgid "Buffer count is set to {1}"
msgstr ""
#: watch.cpp:348
msgid "Unknown command: {1}"
msgstr ""
#: watch.cpp:397
msgid "Disabled all entries."
msgstr ""
#: watch.cpp:398
msgid "Enabled all entries."
msgstr ""
#: watch.cpp:405 watch.cpp:437 watch.cpp:470 watch.cpp:570 watch.cpp:585
msgid "Invalid Id"
msgstr ""
#: watch.cpp:414
msgid "Id {1} disabled"
msgstr ""
#: watch.cpp:416
msgid "Id {1} enabled"
msgstr ""
#: watch.cpp:428
msgid "Set DetachedClientOnly for all entries to Yes"
msgstr ""
#: watch.cpp:430
msgid "Set DetachedClientOnly for all entries to No"
msgstr ""
#: watch.cpp:446 watch.cpp:479
msgid "Id {1} set to Yes"
msgstr ""
#: watch.cpp:448 watch.cpp:481
msgid "Id {1} set to No"
msgstr ""
#: watch.cpp:461
msgid "Set DetachedChannelOnly for all entries to Yes"
msgstr ""
#: watch.cpp:463
msgid "Set DetachedChannelOnly for all entries to No"
msgstr ""
#: watch.cpp:487 watch.cpp:503
msgid "Id"
msgstr ""
#: watch.cpp:488 watch.cpp:504
msgid "HostMask"
msgstr ""
#: watch.cpp:489 watch.cpp:505
msgid "Target"
msgstr ""
#: watch.cpp:490 watch.cpp:506
msgid "Pattern"
msgstr ""
#: watch.cpp:491 watch.cpp:507
msgid "Sources"
msgstr ""
#: watch.cpp:492 watch.cpp:508 watch.cpp:509
msgid "Off"
msgstr ""
#: watch.cpp:493 watch.cpp:511
msgid "DetachedClientOnly"
msgstr ""
#: watch.cpp:494 watch.cpp:514
msgid "DetachedChannelOnly"
msgstr ""
#: watch.cpp:512 watch.cpp:515
msgid "Yes"
msgstr ""
#: watch.cpp:512 watch.cpp:515
msgid "No"
msgstr ""
#: watch.cpp:521 watch.cpp:527
msgid "You have no entries."
msgstr ""
#: watch.cpp:578
msgid "Sources set for Id {1}."
msgstr ""
#: watch.cpp:593
msgid "Id {1} removed."
msgstr ""
#: watch.cpp:600 watch.cpp:604 watch.cpp:609 watch.cpp:614 watch.cpp:620
#: watch.cpp:625 watch.cpp:629 watch.cpp:633 watch.cpp:638 watch.cpp:645
#: watch.cpp:652 watch.cpp:658 watch.cpp:664
msgid "Command"
msgstr ""
#: watch.cpp:601 watch.cpp:605 watch.cpp:610 watch.cpp:616 watch.cpp:621
#: watch.cpp:626 watch.cpp:630 watch.cpp:634 watch.cpp:641 watch.cpp:648
#: watch.cpp:654 watch.cpp:660 watch.cpp:665
msgid "Description"
msgstr ""
#: watch.cpp:604
msgid "Add <HostMask> [Target] [Pattern]"
msgstr ""
#: watch.cpp:606
msgid "Used to add an entry to watch for."
msgstr ""
#: watch.cpp:609
msgid "List"
msgstr ""
#: watch.cpp:611
msgid "List all entries being watched."
msgstr ""
#: watch.cpp:614
msgid "Dump"
msgstr ""
#: watch.cpp:617
msgid "Dump a list of all current entries to be used later."
msgstr ""
#: watch.cpp:620
msgid "Del <Id>"
msgstr ""
#: watch.cpp:622
msgid "Deletes Id from the list of watched entries."
msgstr ""
#: watch.cpp:625
msgid "Clear"
msgstr ""
#: watch.cpp:626
msgid "Delete all entries."
msgstr ""
#: watch.cpp:629
msgid "Enable <Id | *>"
msgstr ""
#: watch.cpp:630
msgid "Enable a disabled entry."
msgstr ""
#: watch.cpp:633
msgid "Disable <Id | *>"
msgstr ""
#: watch.cpp:635
msgid "Disable (but don't delete) an entry."
msgstr ""
#: watch.cpp:639
msgid "SetDetachedClientOnly <Id | *> <True | False>"
msgstr ""
#: watch.cpp:642
msgid "Enable or disable detached client only for an entry."
msgstr ""
#: watch.cpp:646
msgid "SetDetachedChannelOnly <Id | *> <True | False>"
msgstr ""
#: watch.cpp:649
msgid "Enable or disable detached channel only for an entry."
msgstr ""
#: watch.cpp:652
msgid "Buffer [Count]"
msgstr ""
#: watch.cpp:655
msgid "Show/Set the amount of buffered lines while detached."
msgstr ""
#: watch.cpp:659
msgid "SetSources <Id> [#chan priv #foo* !#bar]"
msgstr ""
#: watch.cpp:661
msgid "Set the source channels that you care about."
msgstr ""
#: watch.cpp:664
msgid "Help"
msgstr ""
#: watch.cpp:665
msgid "This help."
msgstr ""
#: watch.cpp:681
msgid "Entry for {1} already exists."
msgstr ""
#: watch.cpp:689
msgid "Adding entry: {1} watching for [{2}] -> {3}"
msgstr ""
#: watch.cpp:695
msgid "Watch: Not enough arguments. Try Help"
msgstr ""
#: watch.cpp:764
msgid "WARNING: malformed entry found while loading"
msgstr ""
#: watch.cpp:778
msgid "Copy activity from a specific user into a separate window"
msgstr ""
+296 -296
View File
@@ -3,6 +3,24 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:5
msgid "Confirm User Deletion"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:9
msgid "Are you sure you want to delete user “{1}”?"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:14
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:14
msgid "Yes"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:17
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:17
msgid "No"
msgstr ""
#: modules/po/../data/webadmin/tmpl/index.tmpl:5
msgid "Welcome to the ZNC webadmin module."
msgstr ""
@@ -12,275 +30,6 @@ msgid ""
"All changes you make will be in effect immediately after you submitted them."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:12
msgid "Channel Info"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:17
msgid "Channel Name:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:19
msgid "The channel name."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:24
msgid "Key:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:26
msgid "The password of the channel, if there is one."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:30
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:235
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:254
msgid "Buffer Size:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:32
msgid "The buffer count."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:36
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:229
msgid "Default Modes:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:38
msgid "The default modes of the channel."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:46
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:264
msgid "Flags"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:51
msgid "Save to config"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:67
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:404
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:282
msgid "Module {1}"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:75
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:413
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:290
msgid "Save and return"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:76
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:414
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:291
msgid "Save and continue"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:78
msgid "Add Channel and return"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:79
msgid "Add Channel and continue"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:6
msgid "Listen Port(s)"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:13
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:102
msgid "Port"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:14
msgid "BindHost"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:15
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:103
msgid "SSL"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:16
msgid "IPv4"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:17
msgid "IPv6"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:18
msgid "IRC"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:19
msgid "HTTP"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:20
msgid "URIPrefix"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:21
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:29
msgid "Delete"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:53
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:140
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:204
msgid "Del"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:56
msgid ""
"To delete port which you use to access webadmin itself, either connect to "
"webadmin via another port, or do it in IRC (/znc DelPort)"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:56
msgid "Current"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:72
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:123
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:348
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:185
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:15
msgid "Add"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:86
msgid "Settings"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:90
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:367
msgid "Skin:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:94
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:373
msgid "Default"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:102
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:79
msgid "Status Prefix:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:104
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:81
msgid "The prefix for the status and module queries."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:105
msgid "Default for new users only."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:110
msgid "Maximum Buffer Size:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:112
msgid "Sets the global Max Buffer Size a user can have."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:117
msgid "Connect Delay:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:119
msgid ""
"The time between connection attempts to IRC servers, in seconds. This "
"affects the connection between ZNC and the IRC server; not the connection "
"between your IRC client and ZNC."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:124
msgid "Server Throttle:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:126
msgid ""
"The minimal time between two connect attempts to the same hostname, in "
"seconds. Some servers refuse your connection if you reconnect too fast."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:131
msgid "Anonymous Connection Limit per IP:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:133
msgid "Limits the number of unidentified connections per IP."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:138
msgid "Protect Web Sessions:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:140
msgid "Disallow IP changing during each web session"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:145
msgid "Hide ZNC Version:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:147
msgid "Hide version number from non-ZNC users"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:152
msgid "MOTD:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:156
msgid "“Message of the Day”, sent to all ZNC users on connect."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:164
msgid "Global Modules"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:170
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:125
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:168
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:188
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:228
msgid "Name"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:171
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:169
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:229
msgid "Arguments"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:172
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:170
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:230
msgid "Description"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:173
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:172
msgid "Loaded by networks"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:174
msgid "Loaded by users"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:231
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:424
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:187
msgid "Save"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:15
msgid "Authentication"
msgstr ""
@@ -358,6 +107,16 @@ msgstr ""
msgid "The Ident is sent to server as username."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:79
#: modules/po/../data/webadmin/tmpl/settings.tmpl:102
msgid "Status Prefix:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:81
#: modules/po/../data/webadmin/tmpl/settings.tmpl:104
msgid "The prefix for the status and module queries."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:85
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:51
msgid "Realname:"
@@ -393,6 +152,22 @@ msgstr ""
msgid "Networks"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:123
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:348
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:15
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:185
#: modules/po/../data/webadmin/tmpl/settings.tmpl:72
msgid "Add"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:125
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:168
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:188
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:228
#: modules/po/../data/webadmin/tmpl/settings.tmpl:170
msgid "Name"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:126
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:18
msgid "Clients"
@@ -411,11 +186,17 @@ msgid "← Add a network (opens in same page)"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:140
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:204
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:27
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:204
msgid "Edit"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:140
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:204
#: modules/po/../data/webadmin/tmpl/settings.tmpl:53
msgid "Del"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:154
msgid ""
"You will be able to add + modify networks here after you have cloned the "
@@ -433,16 +214,38 @@ msgstr ""
msgid "Modules"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:169
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:229
#: modules/po/../data/webadmin/tmpl/settings.tmpl:171
msgid "Arguments"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:170
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:230
#: modules/po/../data/webadmin/tmpl/settings.tmpl:172
msgid "Description"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:171
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:231
msgid "Loaded globally"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:172
#: modules/po/../data/webadmin/tmpl/settings.tmpl:173
msgid "Loaded by networks"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:225
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:176
msgid "Channels"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:229
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:36
msgid "Default Modes:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:231
msgid ""
"These are the default modes ZNC will set when you join an empty channel."
@@ -454,6 +257,12 @@ msgstr ""
msgid "Empty = use standard value"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:235
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:254
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:30
msgid "Buffer Size:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:237
msgid ""
"This is the amount of lines that the playback buffer will store for channels "
@@ -480,6 +289,11 @@ msgid ""
"default."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:264
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:46
msgid "Flags"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:279
msgid "ZNC Behavior"
msgstr ""
@@ -585,10 +399,20 @@ msgstr ""
msgid "Response"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:367
#: modules/po/../data/webadmin/tmpl/settings.tmpl:90
msgid "Skin:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:371
msgid "- Global -"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:373
#: modules/po/../data/webadmin/tmpl/settings.tmpl:94
msgid "Default"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:377
msgid "No other skins found"
msgstr ""
@@ -597,6 +421,24 @@ msgstr ""
msgid "Language:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:404
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:67
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:282
msgid "Module {1}"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:413
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:75
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:290
msgid "Save and return"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:414
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:76
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:291
msgid "Save and continue"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:416
msgid "Clone and return"
msgstr ""
@@ -613,6 +455,12 @@ msgstr ""
msgid "Create and continue"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:424
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:187
#: modules/po/../data/webadmin/tmpl/settings.tmpl:231
msgid "Save"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:426
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:28
msgid "Clone"
@@ -622,6 +470,63 @@ msgstr ""
msgid "Create"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:5
msgid "Confirm Network Deletion"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:9
msgid "Are you sure you want to delete network “{2}” of user “{1}”?"
msgstr ""
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:16
msgid "Username"
msgstr ""
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:29
#: modules/po/../data/webadmin/tmpl/settings.tmpl:21
msgid "Delete"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:12
msgid "Channel Info"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:17
msgid "Channel Name:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:19
msgid "The channel name."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:24
msgid "Key:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:26
msgid "The password of the channel, if there is one."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:32
msgid "The buffer count."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:38
msgid "The default modes of the channel."
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:51
msgid "Save to config"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:78
msgid "Add Channel and return"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:79
msgid "Add Channel and continue"
msgstr ""
#: modules/po/../data/webadmin/tmpl/encoding_settings.tmpl:6
msgid "ZNC is compiled without encodings support. {1} is required for it."
msgstr ""
@@ -728,6 +633,16 @@ msgstr ""
msgid "Hostname"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:102
#: modules/po/../data/webadmin/tmpl/settings.tmpl:13
msgid "Port"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:103
#: modules/po/../data/webadmin/tmpl/settings.tmpl:15
msgid "SSL"
msgstr ""
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:104
msgid "Password"
msgstr ""
@@ -844,28 +759,6 @@ msgstr ""
msgid "Add Network and continue"
msgstr ""
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:16
msgid "Username"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:5
msgid "Confirm Network Deletion"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:9
msgid "Are you sure you want to delete network “{2}” of user “{1}”?"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:14
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:14
msgid "Yes"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:17
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:17
msgid "No"
msgstr ""
#: modules/po/../data/webadmin/tmpl/traffic.tmpl:7
msgid "Information"
msgstr ""
@@ -939,12 +832,119 @@ msgstr ""
msgid "Network"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:5
msgid "Confirm User Deletion"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:6
msgid "Listen Port(s)"
msgstr ""
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:9
msgid "Are you sure you want to delete user “{1}”?"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:14
msgid "BindHost"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:16
msgid "IPv4"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:17
msgid "IPv6"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:18
msgid "IRC"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:19
msgid "HTTP"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:20
msgid "URIPrefix"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:56
msgid ""
"To delete port which you use to access webadmin itself, either connect to "
"webadmin via another port, or do it in IRC (/znc DelPort)"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:56
msgid "Current"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:86
msgid "Settings"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:105
msgid "Default for new users only."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:110
msgid "Maximum Buffer Size:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:112
msgid "Sets the global Max Buffer Size a user can have."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:117
msgid "Connect Delay:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:119
msgid ""
"The time between connection attempts to IRC servers, in seconds. This "
"affects the connection between ZNC and the IRC server; not the connection "
"between your IRC client and ZNC."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:124
msgid "Server Throttle:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:126
msgid ""
"The minimal time between two connect attempts to the same hostname, in "
"seconds. Some servers refuse your connection if you reconnect too fast."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:131
msgid "Anonymous Connection Limit per IP:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:133
msgid "Limits the number of unidentified connections per IP."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:138
msgid "Protect Web Sessions:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:140
msgid "Disallow IP changing during each web session"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:145
msgid "Hide ZNC Version:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:147
msgid "Hide version number from non-ZNC users"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:152
msgid "MOTD:"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:156
msgid "“Message of the Day”, sent to all ZNC users on connect."
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:164
msgid "Global Modules"
msgstr ""
#: modules/po/../data/webadmin/tmpl/settings.tmpl:174
msgid "Loaded by users"
msgstr ""
#: webadmin.cpp:91 webadmin.cpp:1866
+307 -307
View File
@@ -12,6 +12,24 @@ msgstr ""
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:5
msgid "Confirm User Deletion"
msgstr "Подтверждение удаления пользователя"
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:9
msgid "Are you sure you want to delete user “{1}”?"
msgstr "Вы действительно хотите удалить пользователя «{1}»?"
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:14
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:14
msgid "Yes"
msgstr "Да"
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:17
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:17
msgid "No"
msgstr "Нет"
#: modules/po/../data/webadmin/tmpl/index.tmpl:5
msgid "Welcome to the ZNC webadmin module."
msgstr "Добро пожаловать в webadmin ZNC."
@@ -21,284 +39,6 @@ msgid ""
"All changes you make will be in effect immediately after you submitted them."
msgstr "Все изменения войдут в силу сразу, как только вы их сделаете."
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:12
msgid "Channel Info"
msgstr "Информация о канале"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:17
msgid "Channel Name:"
msgstr "Название канала:"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:19
msgid "The channel name."
msgstr "Название канала."
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:24
msgid "Key:"
msgstr "Ключ:"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:26
msgid "The password of the channel, if there is one."
msgstr "Пароль от канала, если имеется."
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:30
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:235
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:254
msgid "Buffer Size:"
msgstr "Размер буфера:"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:32
msgid "The buffer count."
msgstr "Размер буфера."
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:36
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:229
msgid "Default Modes:"
msgstr "Режимы по умолчанию:"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:38
msgid "The default modes of the channel."
msgstr "Режимы канала по умолчанию."
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:46
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:264
msgid "Flags"
msgstr "Переключатели"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:51
msgid "Save to config"
msgstr "Сохранять в файл конфигурации"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:67
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:404
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:282
msgid "Module {1}"
msgstr "Модуль {1}"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:75
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:413
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:290
msgid "Save and return"
msgstr "Сохранить и вернуться"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:76
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:414
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:291
msgid "Save and continue"
msgstr "Сохранить и продолжить"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:78
msgid "Add Channel and return"
msgstr "Добавить канал и вернуться"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:79
msgid "Add Channel and continue"
msgstr "Добавить канал и продолжить"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:6
msgid "Listen Port(s)"
msgstr "Слушающие порты"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:13
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:102
msgid "Port"
msgstr "Порт"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:14
msgid "BindHost"
msgstr "Хост"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:15
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:103
msgid "SSL"
msgstr "SSL"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:16
msgid "IPv4"
msgstr "IPv4"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:17
msgid "IPv6"
msgstr "IPv6"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:18
msgid "IRC"
msgstr "IRC"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:19
msgid "HTTP"
msgstr "HTTP"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:20
msgid "URIPrefix"
msgstr "Префикс URI"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:21
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:29
msgid "Delete"
msgstr "Удалить"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:53
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:140
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:204
msgid "Del"
msgstr "Удалить"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:56
msgid ""
"To delete port which you use to access webadmin itself, either connect to "
"webadmin via another port, or do it in IRC (/znc DelPort)"
msgstr ""
"Чтобы удалить порт, с помощью которого вы используете webadmin, либо "
"подключитесь к webadmin через другой порт, либо удалите его из IRC командой /"
"znc DelPort"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:56
msgid "Current"
msgstr "Текущий"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:72
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:123
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:348
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:185
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:15
msgid "Add"
msgstr "Добавить"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:86
msgid "Settings"
msgstr "Настройки"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:90
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:367
msgid "Skin:"
msgstr "Тема:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:94
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:373
msgid "Default"
msgstr "По умолчанию"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:102
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:79
msgid "Status Prefix:"
msgstr "Префикс для status"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:104
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:81
msgid "The prefix for the status and module queries."
msgstr "Префикс для общения с модулями и статусом"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:105
msgid "Default for new users only."
msgstr "Это значение по умолчанию для новых пользователей."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:110
msgid "Maximum Buffer Size:"
msgstr "Максимальный размер буфера:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:112
msgid "Sets the global Max Buffer Size a user can have."
msgstr ""
"Устанавливает наибольший размер буфера, который может иметь пользователь."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:117
msgid "Connect Delay:"
msgstr "Задержка присоединений:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:119
msgid ""
"The time between connection attempts to IRC servers, in seconds. This "
"affects the connection between ZNC and the IRC server; not the connection "
"between your IRC client and ZNC."
msgstr ""
"Время в секундах, которое ZNC ждёт между попытками соединиться с серверами "
"IRC. Эта настройка не влияет на соединение между вашим клиентом IRC и ZNC."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:124
msgid "Server Throttle:"
msgstr "Посерверная задержка присоединений:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:126
msgid ""
"The minimal time between two connect attempts to the same hostname, in "
"seconds. Some servers refuse your connection if you reconnect too fast."
msgstr ""
"Минимальное время в секундах между попытками присоединения к одному и тому "
"же серверу. Некоторые серверы отказывают в соединении, если соединения "
"слишком частые."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:131
msgid "Anonymous Connection Limit per IP:"
msgstr "Ограничение неавторизованных соединений на IP:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:133
msgid "Limits the number of unidentified connections per IP."
msgstr "Максимальное число неавторизованных соединений с каждого IP-адреса."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:138
msgid "Protect Web Sessions:"
msgstr "Защита сессий HTTP:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:140
msgid "Disallow IP changing during each web session"
msgstr "Привязывать каждую сессию к IP-адресу"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:145
msgid "Hide ZNC Version:"
msgstr "Прятать версию ZNC:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:147
msgid "Hide version number from non-ZNC users"
msgstr "Прятать версию программы от тех, кто не является пользователем ZNC"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:152
msgid "MOTD:"
msgstr "MOTD:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:156
msgid "“Message of the Day”, sent to all ZNC users on connect."
msgstr "«Сообщение дня», показываемое всем пользователям ZNC."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:164
msgid "Global Modules"
msgstr "Глобальные модули"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:170
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:125
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:168
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:188
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:228
msgid "Name"
msgstr "Название"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:171
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:169
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:229
msgid "Arguments"
msgstr "Параметры"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:172
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:170
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:230
msgid "Description"
msgstr "Описание"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:173
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:172
msgid "Loaded by networks"
msgstr "Загружено сетями"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:174
msgid "Loaded by users"
msgstr "Загружено пользо&shy;вателями"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:231
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:424
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:187
msgid "Save"
msgstr "Сохранить"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:15
msgid "Authentication"
msgstr "Аутентификация"
@@ -380,6 +120,16 @@ msgstr "Идент:"
msgid "The Ident is sent to server as username."
msgstr "Идент отсылается на сервер в качестве имени пользователя."
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:79
#: modules/po/../data/webadmin/tmpl/settings.tmpl:102
msgid "Status Prefix:"
msgstr "Префикс для status"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:81
#: modules/po/../data/webadmin/tmpl/settings.tmpl:104
msgid "The prefix for the status and module queries."
msgstr "Префикс для общения с модулями и статусом"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:85
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:51
msgid "Realname:"
@@ -417,6 +167,22 @@ msgstr ""
msgid "Networks"
msgstr "Сети"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:123
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:348
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:15
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:185
#: modules/po/../data/webadmin/tmpl/settings.tmpl:72
msgid "Add"
msgstr "Добавить"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:125
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:168
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:188
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:228
#: modules/po/../data/webadmin/tmpl/settings.tmpl:170
msgid "Name"
msgstr "Название"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:126
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:18
msgid "Clients"
@@ -435,11 +201,17 @@ msgid "← Add a network (opens in same page)"
msgstr "← Новая сеть (открывается на той же странице)"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:140
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:204
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:27
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:204
msgid "Edit"
msgstr "Изменить"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:140
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:204
#: modules/po/../data/webadmin/tmpl/settings.tmpl:53
msgid "Del"
msgstr "Удалить"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:154
msgid ""
"You will be able to add + modify networks here after you have cloned the "
@@ -459,16 +231,38 @@ msgstr ""
msgid "Modules"
msgstr "Модули"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:169
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:229
#: modules/po/../data/webadmin/tmpl/settings.tmpl:171
msgid "Arguments"
msgstr "Параметры"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:170
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:230
#: modules/po/../data/webadmin/tmpl/settings.tmpl:172
msgid "Description"
msgstr "Описание"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:171
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:231
msgid "Loaded globally"
msgstr "Загру&shy;жено гло&shy;бально"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:172
#: modules/po/../data/webadmin/tmpl/settings.tmpl:173
msgid "Loaded by networks"
msgstr "Загружено сетями"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:225
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:176
msgid "Channels"
msgstr "Каналы"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:229
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:36
msgid "Default Modes:"
msgstr "Режимы по умолчанию:"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:231
msgid ""
"These are the default modes ZNC will set when you join an empty channel."
@@ -482,6 +276,12 @@ msgstr ""
msgid "Empty = use standard value"
msgstr "Если пусто, используется значение по умолчанию"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:235
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:254
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:30
msgid "Buffer Size:"
msgstr "Размер буфера:"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:237
msgid ""
"This is the amount of lines that the playback buffer will store for channels "
@@ -514,6 +314,11 @@ msgstr ""
"Количество строк в буферах для истории личных переписок. При переполнении из "
"буфера удаляются самые старые строки. По умолчанию буферы хранятся в памяти."
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:264
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:46
msgid "Flags"
msgstr "Переключатели"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:279
msgid "ZNC Behavior"
msgstr "Поведение ZNC"
@@ -630,10 +435,20 @@ msgstr "Запрос"
msgid "Response"
msgstr "Ответ"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:367
#: modules/po/../data/webadmin/tmpl/settings.tmpl:90
msgid "Skin:"
msgstr "Тема:"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:371
msgid "- Global -"
msgstr "- Глобальная -"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:373
#: modules/po/../data/webadmin/tmpl/settings.tmpl:94
msgid "Default"
msgstr "По умолчанию"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:377
msgid "No other skins found"
msgstr "Другие темы не найдены"
@@ -642,6 +457,24 @@ msgstr "Другие темы не найдены"
msgid "Language:"
msgstr "Язык:"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:404
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:67
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:282
msgid "Module {1}"
msgstr "Модуль {1}"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:413
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:75
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:290
msgid "Save and return"
msgstr "Сохранить и вернуться"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:414
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:76
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:291
msgid "Save and continue"
msgstr "Сохранить и продолжить"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:416
msgid "Clone and return"
msgstr "Склонировать и вернуться"
@@ -658,6 +491,12 @@ msgstr "Создать и вернуться"
msgid "Create and continue"
msgstr "Создать и продолжить"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:424
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:187
#: modules/po/../data/webadmin/tmpl/settings.tmpl:231
msgid "Save"
msgstr "Сохранить"
#: modules/po/../data/webadmin/tmpl/add_edit_user.tmpl:426
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:28
msgid "Clone"
@@ -667,6 +506,63 @@ msgstr "Склонировать"
msgid "Create"
msgstr "Создать"
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:5
msgid "Confirm Network Deletion"
msgstr "Подтверждение удаления сети"
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:9
msgid "Are you sure you want to delete network “{2}” of user “{1}”?"
msgstr "Вы действительно хотите удалить сеть «{2}» пользователя «{1}»?"
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:16
msgid "Username"
msgstr "Пользователь"
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:29
#: modules/po/../data/webadmin/tmpl/settings.tmpl:21
msgid "Delete"
msgstr "Удалить"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:12
msgid "Channel Info"
msgstr "Информация о канале"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:17
msgid "Channel Name:"
msgstr "Название канала:"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:19
msgid "The channel name."
msgstr "Название канала."
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:24
msgid "Key:"
msgstr "Ключ:"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:26
msgid "The password of the channel, if there is one."
msgstr "Пароль от канала, если имеется."
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:32
msgid "The buffer count."
msgstr "Размер буфера."
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:38
msgid "The default modes of the channel."
msgstr "Режимы канала по умолчанию."
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:51
msgid "Save to config"
msgstr "Сохранять в файл конфигурации"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:78
msgid "Add Channel and return"
msgstr "Добавить канал и вернуться"
#: modules/po/../data/webadmin/tmpl/add_edit_chan.tmpl:79
msgid "Add Channel and continue"
msgstr "Добавить канал и продолжить"
#: modules/po/../data/webadmin/tmpl/encoding_settings.tmpl:6
msgid "ZNC is compiled without encodings support. {1} is required for it."
msgstr ""
@@ -780,6 +676,16 @@ msgstr ""
msgid "Hostname"
msgstr "Хост"
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:102
#: modules/po/../data/webadmin/tmpl/settings.tmpl:13
msgid "Port"
msgstr "Порт"
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:103
#: modules/po/../data/webadmin/tmpl/settings.tmpl:15
msgid "SSL"
msgstr "SSL"
#: modules/po/../data/webadmin/tmpl/add_edit_network.tmpl:104
msgid "Password"
msgstr "Пароль"
@@ -908,28 +814,6 @@ msgstr "Добавить сеть и вернуться"
msgid "Add Network and continue"
msgstr "Добавить сеть и продолжить"
#: modules/po/../data/webadmin/tmpl/listusers.tmpl:16
msgid "Username"
msgstr "Пользователь"
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:5
msgid "Confirm Network Deletion"
msgstr "Подтверждение удаления сети"
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:9
msgid "Are you sure you want to delete network “{2}” of user “{1}”?"
msgstr "Вы действительно хотите удалить сеть «{2}» пользователя «{1}»?"
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:14
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:14
msgid "Yes"
msgstr "Да"
#: modules/po/../data/webadmin/tmpl/del_network.tmpl:17
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:17
msgid "No"
msgstr "Нет"
#: modules/po/../data/webadmin/tmpl/traffic.tmpl:7
msgid "Information"
msgstr "Информация"
@@ -1003,13 +887,129 @@ msgstr "Пользователь"
msgid "Network"
msgstr "Сеть"
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:5
msgid "Confirm User Deletion"
msgstr "Подтверждение удаления пользователя"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:6
msgid "Listen Port(s)"
msgstr "Слушающие порты"
#: modules/po/../data/webadmin/tmpl/del_user.tmpl:9
msgid "Are you sure you want to delete user “{1}”?"
msgstr "Вы действительно хотите удалить пользователя «{1}»?"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:14
msgid "BindHost"
msgstr "Хост"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:16
msgid "IPv4"
msgstr "IPv4"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:17
msgid "IPv6"
msgstr "IPv6"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:18
msgid "IRC"
msgstr "IRC"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:19
msgid "HTTP"
msgstr "HTTP"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:20
msgid "URIPrefix"
msgstr "Префикс URI"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:56
msgid ""
"To delete port which you use to access webadmin itself, either connect to "
"webadmin via another port, or do it in IRC (/znc DelPort)"
msgstr ""
"Чтобы удалить порт, с помощью которого вы используете webadmin, либо "
"подключитесь к webadmin через другой порт, либо удалите его из IRC командой /"
"znc DelPort"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:56
msgid "Current"
msgstr "Текущий"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:86
msgid "Settings"
msgstr "Настройки"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:105
msgid "Default for new users only."
msgstr "Это значение по умолчанию для новых пользователей."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:110
msgid "Maximum Buffer Size:"
msgstr "Максимальный размер буфера:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:112
msgid "Sets the global Max Buffer Size a user can have."
msgstr ""
"Устанавливает наибольший размер буфера, который может иметь пользователь."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:117
msgid "Connect Delay:"
msgstr "Задержка присоединений:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:119
msgid ""
"The time between connection attempts to IRC servers, in seconds. This "
"affects the connection between ZNC and the IRC server; not the connection "
"between your IRC client and ZNC."
msgstr ""
"Время в секундах, которое ZNC ждёт между попытками соединиться с серверами "
"IRC. Эта настройка не влияет на соединение между вашим клиентом IRC и ZNC."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:124
msgid "Server Throttle:"
msgstr "Посерверная задержка присоединений:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:126
msgid ""
"The minimal time between two connect attempts to the same hostname, in "
"seconds. Some servers refuse your connection if you reconnect too fast."
msgstr ""
"Минимальное время в секундах между попытками присоединения к одному и тому "
"же серверу. Некоторые серверы отказывают в соединении, если соединения "
"слишком частые."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:131
msgid "Anonymous Connection Limit per IP:"
msgstr "Ограничение неавторизованных соединений на IP:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:133
msgid "Limits the number of unidentified connections per IP."
msgstr "Максимальное число неавторизованных соединений с каждого IP-адреса."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:138
msgid "Protect Web Sessions:"
msgstr "Защита сессий HTTP:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:140
msgid "Disallow IP changing during each web session"
msgstr "Привязывать каждую сессию к IP-адресу"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:145
msgid "Hide ZNC Version:"
msgstr "Прятать версию ZNC:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:147
msgid "Hide version number from non-ZNC users"
msgstr "Прятать версию программы от тех, кто не является пользователем ZNC"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:152
msgid "MOTD:"
msgstr "MOTD:"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:156
msgid "“Message of the Day”, sent to all ZNC users on connect."
msgstr "«Сообщение дня», показываемое всем пользователям ZNC."
#: modules/po/../data/webadmin/tmpl/settings.tmpl:164
msgid "Global Modules"
msgstr "Глобальные модули"
#: modules/po/../data/webadmin/tmpl/settings.tmpl:174
msgid "Loaded by users"
msgstr "Загружено пользо&shy;вателями"
#: webadmin.cpp:91 webadmin.cpp:1866
msgid "Global Settings"
+8 -8
View File
@@ -14,12 +14,8 @@ msgid ""
"code>”). Once you have loaded some Web-enabled modules, the menu will expand."
msgstr ""
#: webskins/_default_/tmpl/InfoBar.tmpl:2
msgid "-Guest-"
msgstr ""
#: webskins/_default_/tmpl/InfoBar.tmpl:5
msgid "Logged in as: {1} (from {2})"
#: webskins/_default_/tmpl/LoginBar.tmpl:3
msgid "Logout"
msgstr ""
#: webskins/_default_/tmpl/Menu.tmpl:4
@@ -38,8 +34,12 @@ msgstr ""
msgid "Network Modules ({1})"
msgstr ""
#: webskins/_default_/tmpl/LoginBar.tmpl:3
msgid "Logout"
#: webskins/_default_/tmpl/InfoBar.tmpl:2
msgid "-Guest-"
msgstr ""
#: webskins/_default_/tmpl/InfoBar.tmpl:5
msgid "Logged in as: {1} (from {2})"
msgstr ""
#: ClientCommand.cpp:51
+13 -15
View File
@@ -23,17 +23,13 @@ msgid ""
"code>”). Once you have loaded some Web-enabled modules, the menu will expand."
msgstr ""
"Нет загруженных модулей с поддержкой веб-интерфейса. Вы можете загрузить их "
"из IRC («<code>/msg *status help</code>» и «<code>/msg *status loadmod "
"&lt;модуль&gt;</code>»). Когда такие модули будут загружены, они будут "
"доступны в меню сбоку."
"из IRC («<code>/msg *status help</code>» и «<code>/msg *status loadmod &lt;"
"модуль&gt;</code>»). Когда такие модули будут загружены, они будут доступны "
"в меню сбоку."
#: webskins/_default_/tmpl/InfoBar.tmpl:2
msgid "-Guest-"
msgstr ""
#: webskins/_default_/tmpl/InfoBar.tmpl:5
msgid "Logged in as: {1} (from {2})"
msgstr "Вы вошли как: {1} (c {2})"
#: webskins/_default_/tmpl/LoginBar.tmpl:3
msgid "Logout"
msgstr "Выйти"
#: webskins/_default_/tmpl/Menu.tmpl:4
msgid "Home"
@@ -51,9 +47,13 @@ msgstr "Пользовательские модули"
msgid "Network Modules ({1})"
msgstr "Модули сети {1}"
#: webskins/_default_/tmpl/LoginBar.tmpl:3
msgid "Logout"
msgstr "Выйти"
#: webskins/_default_/tmpl/InfoBar.tmpl:2
msgid "-Guest-"
msgstr ""
#: webskins/_default_/tmpl/InfoBar.tmpl:5
msgid "Logged in as: {1} (from {2})"
msgstr "Вы вошли как: {1} (c {2})"
#: ClientCommand.cpp:51
msgid "You must be connected with a network to use this command"
@@ -74,5 +74,3 @@ msgstr ""
#: ClientCommand.cpp:79
msgid "No nicks on [{1}]"
msgstr ""