diff options
Diffstat (limited to 'l10n-hr/devtools/client/styleeditor.ftl')
-rw-r--r-- | l10n-hr/devtools/client/styleeditor.ftl | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/l10n-hr/devtools/client/styleeditor.ftl b/l10n-hr/devtools/client/styleeditor.ftl new file mode 100644 index 0000000000..08855c2620 --- /dev/null +++ b/l10n-hr/devtools/client/styleeditor.ftl @@ -0,0 +1,45 @@ +# 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 = Stvori i dodaj novi stilski predložak dokumentu + .accesskey = N +styleeditor-import-button = + .tooltiptext = Uvezi i dodaj postojeće stilske predloške dokumentu + .accesskey = U +styleeditor-visibility-toggle = + .tooltiptext = Uključi/isključi vidljivost stilova + .accesskey = S +styleeditor-save-button = Spremi + .tooltiptext = Spremite ovaj stil u datoteku + .accesskey = S +styleeditor-options-button = + .tooltiptext = Mogućnosti uređivača stilova +styleeditor-editor-textbox = + .data-placeholder = Upišite CSS ovdje. +styleeditor-no-stylesheet = Ova stranica nema stilove. +styleeditor-no-stylesheet-tip = Možda želiš <a data-l10n-name="append-new-stylesheet">dodati novi stil</a>? +styleeditor-open-link-new-tab = + .label = Ottvori poveznicu u novoj kartici +styleeditor-copy-url = + .label = Kopiraj URL +styleeditor-find = + .label = Pronađi + .accesskey = T +styleeditor-find-again = + .label = Pronađi ponovo + .accesskey = P +styleeditor-go-to-line = + .label = Skoči na redak… + .accesskey = r + +# 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] { $ruleCount } pravilo. + [few] { $ruleCount } pravila. + *[other] { $ruleCount } pravila. + } |