mirror of
https://github.com/jeremyd/ergo.git
synced 2026-04-26 07:30:00 -07:00
update strings
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"$bWarning: unregistering this channel will remove all stored channel attributes.$b": "$bWarning: unregistering this channel will remove all stored channel attributes.$b",
|
||||
"$bWarning: you are about to empty this channel and remove it from the server.$b": "$bWarning: you are about to empty this channel and remove it from the server.$b",
|
||||
"$bWarning: you are about to transfer control of your channel to another user.$b": "$bWarning: you are about to transfer control of your channel to another user.$b",
|
||||
"%[1]s - %[2]s - added by %[3]s - %[4]s": "%[1]s - %[2]s - added by %[3]s - %[4]s",
|
||||
"%[1]s [account: %[2]s] joined the channel": "%[1]s [account: %[2]s] joined the channel",
|
||||
"%[1]s changed nick to %[2]s": "%[1]s changed nick to %[2]s",
|
||||
"%[1]s invited you to channel %[2]s": "%[1]s invited you to channel %[2]s",
|
||||
@@ -56,7 +57,6 @@
|
||||
"Authentication successful": "Authentication successful",
|
||||
"Autoreplay of missed messages is enabled": "Autoreplay of missed messages is enabled",
|
||||
"Bad or unauthorized PROXY command": "Bad or unauthorized PROXY command",
|
||||
"Ban - %[1]s - added by %[2]s - %[3]s": "Ban - %[1]s - added by %[2]s - %[3]s",
|
||||
"Because your client is not always-on, auto-away is disabled": "Because your client is not always-on, auto-away is disabled",
|
||||
"CTCP messages are disabled over Tor": "CTCP messages are disabled over Tor",
|
||||
"Can't change modes for other users": "Can't change modes for other users",
|
||||
@@ -93,7 +93,7 @@
|
||||
"Channel renamed": "Channel renamed",
|
||||
"Channel renamed: %s": "Channel renamed: %s",
|
||||
"Channels with persistent history cannot be renamed": "Channels with persistent history cannot be renamed",
|
||||
"Client %[1]s is associated with IP %[2]s; you can ban this IP with /UBAN ADD": "Client %[1]s is associated with IP %[2]s; you can ban this IP with /UBAN ADD",
|
||||
"Client %[1]s is associated with IP %[2]s": "Client %[1]s is associated with IP %[2]s",
|
||||
"Client %[1]s is logged into account %[2]s and has %[3]d active clients (see /NICKSERV CLIENTS LIST %[4]s for more info": "Client %[1]s is logged into account %[2]s and has %[3]d active clients (see /NICKSERV CLIENTS LIST %[4]s for more info",
|
||||
"Client %[1]s is unauthenticated and connected from %[2]s": "Client %[1]s is unauthenticated and connected from %[2]s",
|
||||
"Client %d (currently attached client):": "Client %d (currently attached client):",
|
||||
@@ -174,8 +174,6 @@
|
||||
"Hostname: %s": "Hostname: %s",
|
||||
"I have %[1]d clients and %[2]d servers": "I have %[1]d clients and %[2]d servers",
|
||||
"I'll be right back": "I'll be right back",
|
||||
"IP %[1]s has %[2]d active connections out of a maximum of %[3]d": "IP %[1]s has %[2]d active connections out of a maximum of %[3]d",
|
||||
"IP %[1]s has had %[2]d connection attempts in the past %[3]v, out of a maximum of %[4]d": "IP %[1]s has had %[2]d connection attempts in the past %[3]v, out of a maximum of %[4]d",
|
||||
"IP %s is exempt from connection limits": "IP %s is exempt from connection limits",
|
||||
"IP address: %s": "IP address: %s",
|
||||
"IRC Operators online": "IRC Operators online",
|
||||
@@ -218,6 +216,8 @@
|
||||
"Multiclient functionality is currently disabled for your account, but you can opt in": "Multiclient functionality is currently disabled for your account, but you can opt in",
|
||||
"Multiclient functionality is currently enabled for your account": "Multiclient functionality is currently enabled for your account",
|
||||
"Multiclient functionality is currently enabled for your account, but you can opt out": "Multiclient functionality is currently enabled for your account, but you can opt out",
|
||||
"Network %[1]s has %[2]d active connections out of a maximum of %[3]d": "Network %[1]s has %[2]d active connections out of a maximum of %[3]d",
|
||||
"Network %[1]s has had %[2]d connection attempts in the past %[3]v, out of a maximum of %[4]d": "Network %[1]s has had %[2]d connection attempts in the past %[3]v, out of a maximum of %[4]d",
|
||||
"Network service, for more info /msg %s HELP": "Network service, for more info /msg %s HELP",
|
||||
"Nickname %[1]s has %[2]d attached clients(s)": "Nickname %[1]s has %[2]d attached clients(s)",
|
||||
"Nickname is already in use": "Nickname is already in use",
|
||||
@@ -248,7 +248,6 @@
|
||||
"Password incorrect": "Password incorrect",
|
||||
"Password was invalid": "Password was invalid",
|
||||
"Permission Denied": "Permission Denied",
|
||||
"Permission Denied - You're not an IRC operator": "Permission Denied - You're not an IRC operator",
|
||||
"Please wait at least %v and try again": "Please wait at least %v and try again",
|
||||
"Purge reason: %s": "Purge reason: %s",
|
||||
"Purged at: %s": "Purged at: %s",
|
||||
@@ -334,6 +333,7 @@
|
||||
"They aren't on that channel": "They aren't on that channel",
|
||||
"This ban matches you. To DLINE yourself, you must use the command: /DLINE MYSELF <arguments>": "This ban matches you. To DLINE yourself, you must use the command: /DLINE MYSELF <arguments>",
|
||||
"This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF <arguments>": "This ban matches you. To KLINE yourself, you must use the command: /KLINE MYSELF <arguments>",
|
||||
"This channel has been purged by the server administrators and cannot be used": "This channel has been purged by the server administrators and cannot be used",
|
||||
"This command has been disabled by the server administrators": "This command has been disabled by the server administrators",
|
||||
"This feature has been disabled by the server administrators": "This feature has been disabled by the server administrators",
|
||||
"This is Oragono version %s.": "This is Oragono version %s.",
|
||||
@@ -372,6 +372,7 @@
|
||||
"Warning: /JOIN 0 will remove you from all channels. To confirm, type: /JOIN 0 %s": "Warning: /JOIN 0 will remove you from all channels. To confirm, type: /JOIN 0 %s",
|
||||
"Warning: account %s currently has a persistent channel privilege granted with CS AMODE. If this mode is not removed, bans will not be respected": "Warning: account %s currently has a persistent channel privilege granted with CS AMODE. If this mode is not removed, bans will not be respected",
|
||||
"Warning: account %s is the channel founder and cannot be banned": "Warning: account %s is the channel founder and cannot be banned",
|
||||
"Warning: banning this IP or a network that contains it may affect other users. Use /UBAN INFO on the candidate IP or network for more information.": "Warning: banning this IP or a network that contains it may affect other users. Use /UBAN INFO on the candidate IP or network for more information.",
|
||||
"Warning: could not rename affected client: %v": "Warning: could not rename affected client: %v",
|
||||
"Warning: server.ip-cloaking.enabled-for-always-on is disabled. This reduces the precision of channel bans.": "Warning: server.ip-cloaking.enabled-for-always-on is disabled. This reduces the precision of channel bans.",
|
||||
"Warning: this ban will affect %d other users:": "Warning: this ban will affect %d other users:",
|
||||
@@ -391,6 +392,7 @@
|
||||
"You can't remove all your certificate fingerprints unless you add a password": "You can't remove all your certificate fingerprints unless you add a password",
|
||||
"You can't ungroup your primary nickname (try unregistering your account instead)": "You can't ungroup your primary nickname (try unregistering your account instead)",
|
||||
"You cannot relay messages to this channel": "You cannot relay messages to this channel",
|
||||
"You don't have any stored privileges on that channel": "You don't have any stored privileges on that channel",
|
||||
"You don't have enough channel privileges": "You don't have enough channel privileges",
|
||||
"You don't own that nick": "You don't own that nick",
|
||||
"You have already registered or attempted to register": "You have already registered or attempted to register",
|
||||
@@ -408,7 +410,6 @@
|
||||
"You must be connected with TLS and a client certificate to do this": "You must be connected with TLS and a client certificate to do this",
|
||||
"You must complete the connection before registering your account": "You must complete the connection before registering your account",
|
||||
"You must complete the connection before verifying your account": "You must complete the connection before verifying your account",
|
||||
"You must have rehash permissions in order to execute DEBUG CRASHSERVER": "You must have rehash permissions in order to execute DEBUG CRASHSERVER",
|
||||
"You must log in with SASL to join this server": "You must log in with SASL to join this server",
|
||||
"You must specify an account": "You must specify an account",
|
||||
"You must use your account name as your nickname": "You must use your account name as your nickname",
|
||||
|
||||
Reference in New Issue
Block a user