blob: 2d1f005753d97de90dc40b8596afefa204dd4fb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!-- 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 "Preferencias de ChatZilla">
<!ENTITY loading.label "Por favor espere, cargando…">
<!ENTITY homepage.url "http://chatzilla.hacksrus.com/">
<!ENTITY homepage.label "Página principal de ChatZilla">
<!ENTITY object.add.label "Agregar…">
<!ENTITY object.add.hint "Agregar una nueva red, canal o usuario para establecerle preferencias">
<!ENTITY object.add.accesskey "A">
<!ENTITY object.del.label "Eliminar">
<!ENTITY object.del.hint "Elimina el objeto actual, así como sus preferencias">
<!ENTITY object.del.accesskey "r">
<!ENTITY object.reset.label "Restablecer">
<!ENTITY object.reset.hint "Restaura las preferencias de este objeto a las predeterminadas">
<!ENTITY object.reset.accesskey "s">
<!ENTITY dialog.apply "Aplicar">
<!ENTITY network "Red">
<!ENTITY channel "Canal">
<!ENTITY user "Usuario">
<!ENTITY config.add.title "Agregar objeto de preferencia">
<!ENTITY config.type.label "Tipo:">
<!ENTITY config.type.hint "Tipo de objeto al que se le van a agregar preferencias">
<!ENTITY config.type.accesskey "T">
<!ENTITY config.network.label "Red:">
<!ENTITY config.network.hint "Nombre conocido de la red o del servidor">
<!ENTITY config.network.accesskey "e">
<!ENTITY config.target.label "Destino:">
<!ENTITY config.target.hint "Nombre de canal o usuario destino">
<!ENTITY config.target.accesskey "D">
|