56 lines
2.3 KiB
Text
56 lines
2.3 KiB
Text
# 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 = Krijoni dhe ngjitni te dokumenti një fletë stili të ri
|
||
.accesskey = r
|
||
styleeditor-import-button =
|
||
.tooltiptext = Importoni dhe ngjitni te dokumenti një fletë stili ekzistues
|
||
.accesskey = I
|
||
styleeditor-filter-input =
|
||
.placeholder = Filtroni fletë stili
|
||
styleeditor-visibility-toggle =
|
||
.tooltiptext = Shfaqeni/fshiheni fletën e stilit
|
||
.accesskey = R
|
||
styleeditor-visibility-toggle-system =
|
||
.tooltiptext = Fletëstilet e sistemit s’mund të çaktivizohen
|
||
styleeditor-save-button = Ruaje
|
||
.tooltiptext = Ruajeni këtë fletë stili në një kartelë
|
||
.accesskey = R
|
||
styleeditor-options-button =
|
||
.tooltiptext = Mundësi Përpunuesi Stilesh
|
||
styleeditor-at-rules = Rregulla me @
|
||
styleeditor-editor-textbox =
|
||
.data-placeholder = Jepeni CSS-në këtu.
|
||
styleeditor-no-stylesheet = Kjo faqe s’ka fletë stili.
|
||
styleeditor-no-stylesheet-tip = Ndoshta do të donit të <a data-l10n-name="append-new-stylesheet">ngjitnit në fletë stili të ri</a>?
|
||
styleeditor-open-link-new-tab =
|
||
.label = Hape Lidhjen në Skedë të Re
|
||
styleeditor-copy-url =
|
||
.label = Kopjoji URL-në
|
||
styleeditor-find =
|
||
.label = Gjej
|
||
.accesskey = G
|
||
styleeditor-find-again =
|
||
.label = Gjeje Sërish
|
||
.accesskey = S
|
||
styleeditor-go-to-line =
|
||
.label = Kaloni te rreshti…
|
||
.accesskey = K
|
||
# Label displayed when searching a term that is not found in any stylesheet path
|
||
styleeditor-stylesheet-all-filtered = S’u gjet fletë stili me përputhje.
|
||
# 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 } rregull.
|
||
*[other] { $ruleCount } rregulla.
|
||
}
|
||
# Title for the pretty print button in the editor footer.
|
||
styleeditor-pretty-print-button =
|
||
.title = Fletëstil shtypjeje të hijshme
|
||
# Title for the pretty print button in the editor footer, when it's disabled
|
||
styleeditor-pretty-print-button-disabled =
|
||
.title = Mund të shtypen vetëm kartela CSS shtypjeje të hijshme
|