summaryrefslogtreecommitdiffstats
path: root/l10n-oc/toolkit/toolkit/main-window/findbar.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-oc/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r--l10n-oc/toolkit/toolkit/main-window/findbar.ftl76
1 files changed, 76 insertions, 0 deletions
diff --git a/l10n-oc/toolkit/toolkit/main-window/findbar.ftl b/l10n-oc/toolkit/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..432facce76
--- /dev/null
+++ b/l10n-oc/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 = Tròba l'ocurréncia venenta de la frasa
+findbar-previous =
+ .tooltiptext = Tròba l'ocurréncia precedenta de la frasa
+
+findbar-find-button-close =
+ .tooltiptext = Tampar la barra de recèrca
+
+findbar-highlight-all2 =
+ .label = Suslinhar tot
+ .accesskey =
+ { PLATFORM() ->
+ [macos] S
+ *[other] S
+ }
+ .tooltiptext = Suslinhar totas las ocurréncias de la frasa
+
+findbar-case-sensitive =
+ .label = Respectar la cassa
+ .accesskey = R
+ .tooltiptext = Efectuar una recèrca en respectant la cassa
+
+findbar-match-diacritics =
+ .label = Respectar los diacritics
+ .accesskey = s
+ .tooltiptext = Diferenciar las letras accentuadas e las sens accent escrich (per exemple, se cercatz « cafe », « cafè » serà pas trobat)
+
+findbar-entire-word =
+ .label = Mots entièrs
+ .accesskey = m
+ .tooltiptext = Cercar sonque los mots entièrs
+
+findbar-not-found = Frasa pas trobada
+
+findbar-wrapped-to-top = Bas de la pagina atenh, seguida al debut
+findbar-wrapped-to-bottom = Naut de la pagina atenh, seguida del bas
+
+findbar-normal-find =
+ .placeholder = Recercar dins la pagina
+findbar-fast-find =
+ .placeholder = Recèrca rapida
+findbar-fast-find-links =
+ .placeholder = Recèrca rapida (ligams solament)
+
+findbar-case-sensitive-status =
+ .value = (Sensible a la cassa)
+findbar-match-diacritics-status =
+ .value = (Respècte dels diacritics)
+findbar-entire-word-status =
+ .value = (Pas que de mots entièrs)
+
+# Variables:
+# $current (Number): Index of the currently selected match
+# $total (Number): Total count of matches
+findbar-found-matches =
+ .value =
+ { $total ->
+ [one] Ocuréncia { $current } de { $total }
+ *[other] Ocuréncia { $current } de { $total }
+ }
+
+# Variables:
+# $limit (Number): Total count of matches allowed before counting stops
+findbar-found-matches-count-limit =
+ .value =
+ { $limit ->
+ [one] Mai de { $limit } ocuréncia
+ *[other] Mai de { $limit } ocuréncias
+ }