From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-sq/devtools/client/styleeditor.ftl | 56 +++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 l10n-sq/devtools/client/styleeditor.ftl (limited to 'l10n-sq/devtools/client/styleeditor.ftl') diff --git a/l10n-sq/devtools/client/styleeditor.ftl b/l10n-sq/devtools/client/styleeditor.ftl new file mode 100644 index 0000000000..7135791c6f --- /dev/null +++ b/l10n-sq/devtools/client/styleeditor.ftl @@ -0,0 +1,56 @@ +# 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 nuk fletë stili. +styleeditor-no-stylesheet-tip = Ndoshta do të donit të ngjitnit në fletë stili të ri? +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 -- cgit v1.2.3