diff options
Diffstat (limited to 'l10n-es-AR/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r-- | l10n-es-AR/toolkit/toolkit/main-window/findbar.ftl | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/l10n-es-AR/toolkit/toolkit/main-window/findbar.ftl b/l10n-es-AR/toolkit/toolkit/main-window/findbar.ftl new file mode 100644 index 0000000000..624c7d28fe --- /dev/null +++ b/l10n-es-AR/toolkit/toolkit/main-window/findbar.ftl @@ -0,0 +1,33 @@ +# 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 = Buscar la próxima aparición de la frase +findbar-previous = + .tooltiptext = Buscar la aparición anterior de la frase +findbar-find-button-close = + .tooltiptext = Cerrar la barra de búsqueda +findbar-highlight-all2 = + .label = Resaltar todo + .accesskey = + { PLATFORM() -> + [macos] l + *[other] a + } + .tooltiptext = Resaltar todas las ocurrencias de la frase +findbar-case-sensitive = + .label = Coincidir mayúsculas + .accesskey = C + .tooltiptext = Buscar con coincidencia de mayúsculas +findbar-match-diacritics = + .label = Coincidir diacríticos + .accesskey = i + .tooltiptext = Distingue entre letras con acentos y sus letras base (por ejemplo, al buscar por "como", "cómo" no coincidirá y por lo tanto no va a aparecer) +findbar-entire-word = + .label = Palabras completas + .accesskey = P + .tooltiptext = Buscar solamemte palabras completas |