blob: fdbdfa7b75d9cedd5181f90f913c309b105739eb (
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
|
# 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/.
compact-dialog-window =
.title = Compactar carpetas
.style = width: 50em;
compact-dialog =
.buttonlabelaccept = Compactar ahora
.buttonaccesskeyaccept = C
.buttonlabelcancel = Recordarme más tarde
.buttonaccesskeycancel = R
.buttonlabelextra1 = Saber más…
.buttonaccesskeyextra1 = L
# Variables:
# $data (String): The amount of space to be freed, formatted byte, MB, GB, etc., based on the size.
compact-dialog-message = { -brand-short-name } necesita hacer un mantenimiento regular para mejorar el rendimiento de tus carpetas de correo. Esto recuperará { $data } de espacio en el disco sin cambiar tus mensajes. Para que { -brand-short-name } lo haga automáticamente en el futuro sin preguntar, marca la casilla a continuación antes de elegir ‘{ compact-dialog.buttonlabelaccept }’.
compact-dialog-never-ask-checkbox =
.label = Compactar carpetas automáticamente en el futuro
.accesskey = a
|