blob: 857b5806ffa8e6a6d0f0059e871fa37b057a92d6 (
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
|
<!-- 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.width2 "485">
<!ENTITY window.height "300">
<!ENTITY activity.title "Administrador de actividad">
<!ENTITY cmd.pause.label "Pausar">
<!ENTITY cmd.pause.accesskey "P">
<!ENTITY cmd.resume.label "Reanudar">
<!ENTITY cmd.resume.accesskey "R">
<!ENTITY cmd.cancel.label "Cancelar">
<!ENTITY cmd.cancel.accesskey "C">
<!ENTITY cmd.undo.label "Deshacer">
<!ENTITY cmd.undo.accesskey "h">
<!ENTITY cmd.recover.label "Recuperar">
<!ENTITY cmd.recover.accesskey "u">
<!ENTITY cmd.retry.label "Reintentar">
<!ENTITY cmd.retry.accesskey "R">
<!ENTITY cmd.removeFromList.label "Eliminar de la lista">
<!ENTITY cmd.removeFromList.accesskey "E">
<!ENTITY cmd.close.commandkey "w">
<!ENTITY cmd.close2.commandkey "j">
<!ENTITY cmd.close2Unix.commandkey "y">
<!ENTITY cmd.clearList.label "Limpiar lista">
<!ENTITY cmd.clearList.tooltip "Elimina elementos completados, cancelados y fallidos de la lista">
<!ENTITY cmd.clearList.accesskey "L">
<!ENTITY cmd.find.commandkey "f">
<!ENTITY cmd.search.commandkey "k">
<!ENTITY searchBox.label "Buscar…">
|