summaryrefslogtreecommitdiffstats
path: root/l10n-eo/toolkit/toolkit/main-window
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-eo/toolkit/toolkit/main-window')
-rw-r--r--l10n-eo/toolkit/toolkit/main-window/autocomplete.ftl23
-rw-r--r--l10n-eo/toolkit/toolkit/main-window/findbar.ftl76
2 files changed, 99 insertions, 0 deletions
diff --git a/l10n-eo/toolkit/toolkit/main-window/autocomplete.ftl b/l10n-eo/toolkit/toolkit/main-window/autocomplete.ftl
new file mode 100644
index 0000000000..af150a7473
--- /dev/null
+++ b/l10n-eo/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">Enportu vian legitimilon el Google Chrome</div>
+ <div data-l10n-name="line2">por { $host } kaj aliaj retejoj</div>
+autocomplete-import-logins-chromium =
+ <div data-l10n-name="line1">Enportu vian legitimilon el Chromium</div>
+ <div data-l10n-name="line2">por { $host } kaj aliaj retejoj</div>
+autocomplete-import-logins-chromium-edge =
+ <div data-l10n-name="line1">Enportu vian legitimilon el Microsoft Edge</div>
+ <div data-l10n-name="line2">por { $host } kaj aliaj retejoj</div>
+
+##
+
+autocomplete-import-learn-more = Pli da informo
diff --git a/l10n-eo/toolkit/toolkit/main-window/findbar.ftl b/l10n-eo/toolkit/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..f65ce1f2ba
--- /dev/null
+++ b/l10n-eo/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 = Serĉi la venontan aperon de la frazo
+findbar-previous =
+ .tooltiptext = Serĉi la antaŭan aperon de la frazo
+
+findbar-find-button-close =
+ .tooltiptext = Fermi la serĉan strion
+
+findbar-highlight-all2 =
+ .label = Elstarigi ĉiujn
+ .accesskey =
+ { PLATFORM() ->
+ [macos] l
+ *[other] a
+ }
+ .tooltiptext = Elstarigi ĉiujn aperojn de la frazo
+
+findbar-case-sensitive =
+ .label = Distingi inter majuskloj kaj minuskloj
+ .accesskey = D
+ .tooltiptext = Serĉi distingante inter majuskloj kaj minuskloj
+
+findbar-match-diacritics =
+ .label = Respekti supersignojn
+ .accesskey = R
+ .tooltiptext = Distingi inter supersignitaj literoj kaj la baza litero (ekzemple, se vi serĉas “agi“, “aĝi“ ne estos trovita)
+
+findbar-entire-word =
+ .label = Tutaj vortoj
+ .accesskey = v
+ .tooltiptext = Serĉi nur tutajn vortojn
+
+findbar-not-found = Frazo ne trovita
+
+findbar-wrapped-to-top = Fino de la paĝo atingita, daŭrigado ekde la komenco
+findbar-wrapped-to-bottom = Komenco de la paĝo atingita, daŭrigado ekde la fino
+
+findbar-normal-find =
+ .placeholder = Serĉi en la paĝo
+findbar-fast-find =
+ .placeholder = Rapida serĉo
+findbar-fast-find-links =
+ .placeholder = Rapida serĉo (nur ligiloj)
+
+findbar-case-sensitive-status =
+ .value = (distingi inter minuskloj kaj majuskloj)
+findbar-match-diacritics-status =
+ .value = (Respekti supersignojn)
+findbar-entire-word-status =
+ .value = (nur tutaj vortoj)
+
+# Variables:
+# $current (Number): Index of the currently selected match
+# $total (Number): Total count of matches
+findbar-found-matches =
+ .value =
+ { $total ->
+ [one] { $current } el { $total } kongruo
+ *[other] { $current } el { $total } kongruoj
+ }
+
+# Variables:
+# $limit (Number): Total count of matches allowed before counting stops
+findbar-found-matches-count-limit =
+ .value =
+ { $limit ->
+ [one] Pli ol { $limit } kongruo
+ *[other] Pli ol { $limit } kongruoj
+ }