diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /l10n-he/devtools/client/styleeditor.ftl | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-he/devtools/client/styleeditor.ftl')
-rw-r--r-- | l10n-he/devtools/client/styleeditor.ftl | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/l10n-he/devtools/client/styleeditor.ftl b/l10n-he/devtools/client/styleeditor.ftl new file mode 100644 index 0000000000..95f4d33142 --- /dev/null +++ b/l10n-he/devtools/client/styleeditor.ftl @@ -0,0 +1,50 @@ +# 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/. + +styleeditor-new-button = + .tooltiptext = יצירה והוספה של גליון סגנון חדש למסמך + .accesskey = ח +styleeditor-import-button = + .tooltiptext = ייבוא והוספה של גליון סגנון קיים למסמך + .accesskey = ב +styleeditor-filter-input = + .placeholder = סינון גליונות סגנון +styleeditor-visibility-toggle = + .tooltiptext = הפעלה או נטרול של הצגת גליון הסגנון + .accesskey = ש +styleeditor-visibility-toggle-system = + .tooltiptext = לא ניתן להשבית גיליונות סגנונות של המערכת +styleeditor-save-button = שמירה + .tooltiptext = שמירת גליון הסגנון לקובץ + .accesskey = ש +styleeditor-options-button = + .tooltiptext = אפשרויות עורך סגנונות +styleeditor-editor-textbox = + .data-placeholder = נא להזין קוד CSS כאן. +styleeditor-no-stylesheet = לדף זה אין גליון סגנון. +styleeditor-no-stylesheet-tip = ייתכן שתרצה<a data-l10n-name="append-new-stylesheet">להוסיף גליון סגנון חדש</a>? +styleeditor-open-link-new-tab = + .label = פתיחת קישור בלשונית חדשה +styleeditor-copy-url = + .label = העתקת כתובת +styleeditor-find = + .label = חיפוש + .accesskey = פ +styleeditor-find-again = + .label = מצא שוב + .accesskey = ש +styleeditor-go-to-line = + .label = קפיצה לשורה… + .accesskey = ק +# Label displayed when searching a term that is not found in any stylesheet path +styleeditor-stylesheet-all-filtered = לא נמצא גיליון סגנונות תואם. + +# This string is shown in the style sheets list +# Variables: +# $ruleCount (Integer) - The number of rules in the stylesheet. +styleeditor-stylesheet-rule-count = + { $ruleCount -> + [one] חוק אחד. + *[other] { $ruleCount } חוקים. + } |