summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/hr/localization/hr/devtools/client/styleeditor.ftl
blob: 08855c26202fbe2873d634bb8d74a1977c8c084f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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.
    }