diff options
Diffstat (limited to 'l10n-kn/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r-- | l10n-kn/toolkit/toolkit/main-window/findbar.ftl | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/l10n-kn/toolkit/toolkit/main-window/findbar.ftl b/l10n-kn/toolkit/toolkit/main-window/findbar.ftl new file mode 100644 index 0000000000..238dc9a3a4 --- /dev/null +++ b/l10n-kn/toolkit/toolkit/main-window/findbar.ftl @@ -0,0 +1,60 @@ +# 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 = ವಾಕ್ಯದ ಮುಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು +findbar-previous = + .tooltiptext = ವಾಕ್ಯದ ಹಿಂದಿನ ಇರುವಿಕೆಯನ್ನು ಹುಡುಕು + +findbar-find-button-close = + .tooltiptext = ಹುಡುಕು ಪಟ್ಟಿಯನ್ನು ಮುಚ್ಚು + +findbar-case-sensitive = + .label = ಕೇಸನ್ನು Match + .accesskey = c + .tooltiptext = ಕೇಸ್ನ ಸಂವೇದನೆಯೊಂದಿಗೆ ಹುಡುಕಿ + +findbar-entire-word = + .label = ಸಂಪೂರ್ಣ ಪದಗಳು + .accesskey = W + .tooltiptext = ಸಂಪೂರ್ಣ ಪದಗಳನ್ನು ಮಾತ್ರ ಹುಡುಕು + +findbar-not-found = ವಾಕ್ಯವು ಕಂಡು ಬಂದಿಲ್ಲ + +findbar-wrapped-to-top = ಪುಟದ ಕೊನೆಯನ್ನು ತಲುಪಿದೆ, ಮೇಲಿನಿಂದ ಆರಂಭಿಸು +findbar-wrapped-to-bottom = ಪುಟದ ಮೇಲ್ಭಾಗವನ್ನು ತಲುಪಿದೆ, ಕೆಳಗಿನಿಂದ ಆರಂಭಿಸು + +findbar-normal-find = + .placeholder = ಪುಟದಲ್ಲಿ ಹುಡುಕು +findbar-fast-find = + .placeholder = ಕ್ಷಿಪ್ರ ಹುಡುಕಾಟ +findbar-fast-find-links = + .placeholder = ಕ್ಷಿಪ್ರ ಹುಡುಕಾಟ (ಕೊಂಡಿಗಳು ಮಾತ್ರ) + +findbar-case-sensitive-status = + .value = (ಕೇಸ್ ಸಂವೇದಿ) +findbar-entire-word-status = + .value = (ಸಂಪೂರ್ಣ ಪದಗಳನ್ನು ಮಾತ್ರ) + +# Variables: +# $current (Number): Index of the currently selected match +# $total (Number): Total count of matches +findbar-found-matches = + .value = + { $total -> + [one] { $total } ರಲ್ಲಿ { $current } ಹೊಂದುತ್ತದೆ + *[other] { $total } ರಲ್ಲಿ { $current } ಹೊಂದುತ್ತವೆ + } + +# Variables: +# $limit (Number): Total count of matches allowed before counting stops +findbar-found-matches-count-limit = + .value = + { $limit -> + [one] { $limit } ಕ್ಕಿಂತಲೂ ಹೆಚ್ಚು ಹೊಂದುತ್ತದೆ + *[other] { $limit } ಕ್ಕಿಂತಲೂ ಹೆಚ್ಚು ಹೊಂದುತ್ತವೆ + } |