summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/sl/localization/sl/devtools/client/accessibility.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/sl/localization/sl/devtools/client/accessibility.ftl')
-rw-r--r--thunderbird-l10n/sl/localization/sl/devtools/client/accessibility.ftl101
1 files changed, 101 insertions, 0 deletions
diff --git a/thunderbird-l10n/sl/localization/sl/devtools/client/accessibility.ftl b/thunderbird-l10n/sl/localization/sl/devtools/client/accessibility.ftl
new file mode 100644
index 0000000000..266ccde19f
--- /dev/null
+++ b/thunderbird-l10n/sl/localization/sl/devtools/client/accessibility.ftl
@@ -0,0 +1,101 @@
+# 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/.
+
+
+### These strings are used inside the Accessibility panel.
+
+accessibility-learn-more = Več o tem
+
+accessibility-text-label-header = Oznake besedila in imena
+
+accessibility-keyboard-header = Tipkovnica
+
+## Text entries that are used as text alternative for icons that depict accessibility isses.
+
+
+## These strings are used in the overlay displayed when running an audit in the accessibility panel
+
+accessibility-progress-initializing = Inicializacija …
+ .aria-valuetext = Inicializacija …
+
+# This string is displayed in the audit progress bar in the accessibility panel.
+# Variables:
+# $nodeCount (Integer) - The number of nodes for which the audit was run so far.
+accessibility-progress-progressbar =
+ { $nodeCount ->
+ [one] Preverjanje { $nodeCount } vozlišča
+ [two] Preverjanje { $nodeCount } vozlišč
+ [few] Preverjanje { $nodeCount } vozlišč
+ *[other] Preverjanje { $nodeCount } vozlišč
+ }
+
+accessibility-progress-finishing = Zaključevanje …
+ .aria-valuetext = Zaključevanje …
+
+## Text entries that are used as text alternative for icons that depict accessibility issues.
+
+accessibility-warning =
+ .alt = Opozorilo
+
+accessibility-fail =
+ .alt = Napaka
+
+accessibility-best-practices =
+ .alt = Najboljše prakse
+
+## Text entries for a paragraph used in the accessibility panel sidebar's checks section
+## that describe that currently selected accessible object has an accessibility issue
+## with its text label or accessible name.
+
+accessibility-text-label-issue-area = Uporabite atribut <code>alt</code>, da označite elemente <div>area</div>, ki imajo atribut <span>href</span>. <a>Več o tem</a>
+
+accessibility-text-label-issue-dialog = Pogovorna okna morajo biti označena. <a>Več o tem</a>
+
+accessibility-text-label-issue-document-title = Dokumenti morajo imeti <code>naslov</code>. <a>Več o tem</a>
+
+accessibility-text-label-issue-embed = Vdelana vsebina mora biti označena. <a>Več o tem</a>
+
+accessibility-text-label-issue-figure = Slike z izbirnimi napisi morajo biti označene. <a>Več o tem</a>
+
+accessibility-text-label-issue-fieldset = Elementi <code>fieldset</code> morajo biti označeni. <a>Več o tem</a>
+
+accessibility-text-label-issue-fieldset-legend2 = Uporabite element <code>legend</code>, da označite <span>fieldset</span>. <a>Več o tem</a>
+
+accessibility-text-label-issue-form = Elementi obrazca morajo biti označeni. <a>Več o tem</a>
+
+accessibility-text-label-issue-form-visible = Elementi obrazca morajo imeti vidno oznako besedila. <a>Več o tem</a>
+
+accessibility-text-label-issue-frame = Elementi <code>frame</code> morajo biti označeni. <a>Več o tem</a>
+
+accessibility-text-label-issue-glyph = Uporabite atribut <code>alt</code>, da označite elemente <span>mglyph</span>. <a>Več o tem</a>
+
+accessibility-text-label-issue-heading = Naslovi morajo biti označeni. <a>Več o tem</a>
+
+accessibility-text-label-issue-heading-content = Naslovi bi morali imeti vidno vsebino besedila. <a>Več o tem</a>
+
+accessibility-text-label-issue-iframe = Uporabite atribut <code>title</code>, da opišete vsebino <span>iframe</span>. <a>Več o tem</a>
+
+accessibility-text-label-issue-image = Vsebina s slikami mora biti označena. <a>Več o tem</a>
+
+accessibility-text-label-issue-interactive = Interaktivni elementi morajo biti označeni. <a>Več o tem</a>
+
+accessibility-text-label-issue-optgroup-label2 = Uporabite atribut <code>label</code>, da označite <span>optgroup</span>. <a>Več o tem</a>
+
+accessibility-text-label-issue-toolbar = Če obstaja več kot ena orodna vrstica, morajo biti orodne vrstice označene. <a>Več o tem</a>
+
+## Text entries for a paragraph used in the accessibility panel sidebar's checks section
+## that describe that currently selected accessible object has a keyboard accessibility
+## issue.
+
+accessibility-keyboard-issue-semantics = Osredotočeni elementi bi morali imeti interaktivno semantiko. <a>Več o tem</a>
+
+accessibility-keyboard-issue-tabindex = Izogibajte se uporabi atributa <code>tabindex</code>, ki je večji od nič. <a>Več o tem</a>
+
+accessibility-keyboard-issue-action = Interaktivne elemente mora biti mogoče aktivirati s tipkovnico. <a>Več o tem</a>
+
+accessibility-keyboard-issue-focusable = Interaktivni elementi morajo biti osredotočeni. <a>Več o tem</a>
+
+accessibility-keyboard-issue-focus-visible = Osredotočen element morda nima sloga za fokus. <a>Več o tem</a>
+
+accessibility-keyboard-issue-mouse-only = Elementi, na katere je mogoče klikniti, morajo biti osredotočeni in bi morali meti interaktivno semantiko. <a>Več o tem</a>