diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-es-AR/suite/chatzilla/chrome/channels.dtd | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chatzilla/chrome/channels.dtd b/l10n-es-AR/suite/chatzilla/chrome/channels.dtd new file mode 100644 index 0000000000..e5a076f208 --- /dev/null +++ b/l10n-es-AR/suite/chatzilla/chrome/channels.dtd @@ -0,0 +1,33 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY window.title "Entrar al canal"> + +<!ENTITY network.label "Red:"> +<!ENTITY network.accesskey "R"> + +<!ENTITY channel.label "Canal:"> +<!ENTITY channel.accesskey "C"> + +<!ENTITY topics.label "Buscar tópicos y nombres de canales"> +<!ENTITY topics.accesskey "t"> + +<!ENTITY join.label "Entrar"> +<!ENTITY join.accesskey "E"> + +<!ENTITY minusers.label "Min. usuarios:"> +<!ENTITY minusers.accesskey "M"> + +<!ENTITY maxusers.label "Máx. usuarios:"> +<!ENTITY maxusers.accesskey "x"> + +<!ENTITY refreshNow.label "Actualizar ahora"> +<!ENTITY refreshNow.accesskey "R"> + +<!ENTITY network.hint.label "Escriba un nombre de red o servidor (puede incluir un puerto) y un canal para entrar."> + +<!ENTITY col.network "Red"> +<!ENTITY col.name "Nombre"> +<!ENTITY col.users "Usuarios"> +<!ENTITY col.topic "Tópico"> |