diff options
Diffstat (limited to 'l10n-an/toolkit/toolkit/main-window')
-rw-r--r-- | l10n-an/toolkit/toolkit/main-window/autocomplete.ftl | 23 | ||||
-rw-r--r-- | l10n-an/toolkit/toolkit/main-window/findbar.ftl | 76 |
2 files changed, 99 insertions, 0 deletions
diff --git a/l10n-an/toolkit/toolkit/main-window/autocomplete.ftl b/l10n-an/toolkit/toolkit/main-window/autocomplete.ftl new file mode 100644 index 0000000000..b04da65c5c --- /dev/null +++ b/l10n-an/toolkit/toolkit/main-window/autocomplete.ftl @@ -0,0 +1,23 @@ +# 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: +## $host (String) - Host name of the current site. + +autocomplete-import-logins-chrome = + <div data-l10n-name="line1">Importa lo tuyo inicio de sesión de Google Chrome</div> + <div data-l10n-name="line2">pa { $host } y atras pachinas</div> +autocomplete-import-logins-chromium = + <div data-l10n-name="line1">Importa lo tuyo inicio de sesión de Chromium </div> + <div data-l10n-name="line2">pa { $host } y atras pachinas</div> +autocomplete-import-logins-chromium-edge = + <div data-l10n-name="line1">Importa lo tuyo inicio de sesión de Microsoft Edge</div> + <div data-l10n-name="line2">pa { $host } y atras pachinas</div> + +## + +autocomplete-import-learn-more = Saber-ne mas diff --git a/l10n-an/toolkit/toolkit/main-window/findbar.ftl b/l10n-an/toolkit/toolkit/main-window/findbar.ftl new file mode 100644 index 0000000000..bb96e2190a --- /dev/null +++ b/l10n-an/toolkit/toolkit/main-window/findbar.ftl @@ -0,0 +1,76 @@ +# 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/. + + +### This file contains the entities needed to use the Find Bar. + +findbar-next = + .tooltiptext = Trobar a siguient aparición d'a frase +findbar-previous = + .tooltiptext = Trobar l'anterior aparición d'a frase + +findbar-find-button-close = + .tooltiptext = Zarrar a barra de busca + +findbar-highlight-all2 = + .label = Resaltar-lo tot + .accesskey = + { PLATFORM() -> + [macos] a + *[other] a + } + .tooltiptext = Resaltar totas las ocurrencias d'a frase + +findbar-case-sensitive = + .label = Coincidir mayusclas + .accesskey = C + .tooltiptext = Mirar distinguindo entre mayusclas y minusclas + +findbar-match-diacritics = + .label = Respectar los accentos y diacriticos + .accesskey = i + .tooltiptext = Distinguir entre letras accentuadas y las suyas letras base (per eixemplo, quan se mira "aragonés", no se trobará "aragones") + +findbar-entire-word = + .label = Parolas completas + .accesskey = P + .tooltiptext = Mirar nomás parolas completas + +findbar-not-found = No s'ha trobau a expresión + +findbar-wrapped-to-top = S'ha plegau en a fin d'a pachina, se contina dende alto +findbar-wrapped-to-bottom = S'ha plegau en o prencipio d'a pachina, se contina dende abaixo + +findbar-normal-find = + .placeholder = Trobar en a pachina +findbar-fast-find = + .placeholder = Busca rapida +findbar-fast-find-links = + .placeholder = Busca rapida (nomás vinclos) + +findbar-case-sensitive-status = + .value = (Distingue entre mayusclas y minusclas) +findbar-match-diacritics-status = + .value = (Con distinción de diacriticos) +findbar-entire-word-status = + .value = (Nomás parolas completas) + +# Variables: +# $current (Number): Index of the currently selected match +# $total (Number): Total count of matches +findbar-found-matches = + .value = + { $total -> + [one] Coincidencia { $current } de { $total } + *[other] Coincidencia { $current } de { $total } + } + +# Variables: +# $limit (Number): Total count of matches allowed before counting stops +findbar-found-matches-count-limit = + .value = + { $limit -> + [one] Mas de { $limit } coincidencia + *[other] Mas de { $limit } coincidencias + } |