blob: 4d36f4a850217fb750f9e9a7541f3b426c4b4293 (
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
|
# 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/.
## Import Logins Autocomplete
# Variables:
# $browser (String) - Browser name to import logins from.
# $host (String) - Host name of the current site.
autocomplete-import-logins =
<div data-l10n-name = "line1">Importe su inicio de sesión desde { $browser }</div>
<div data-l10n-name = "line2">para { $host } y otros sitios</div>
autocomplete-import-logins-info =
.tooltiptext = Saber más
## Variables:
## $host (String) - Host name of the current site.
autocomplete-import-logins-chrome =
<div data-l10n-name = "line1">Importe su inicio de sesión desde Google Chrome</div>
<div data-l10n-name = "line2">para { $host } y otros sitios</div>
autocomplete-import-logins-chromium =
<div data-l10n-name = "line1">Importe su inicio de sesión desde Chromium</div>
<div data-l10n-name = "line2">para { $host } y otros sitios</div>
autocomplete-import-logins-chromium-edge =
<div data-l10n-name = "line1">Importe su inicio de sesión desde Microsoft Edge</div>
<div data-l10n-name = "line2">para { $host } y otros sitios</div>
##
autocomplete-import-learn-more = Saber más
|