56 lines
2.2 KiB
Text
56 lines
2.2 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 = Crear e adjunger un nove folio de stilo al documento
|
|
.accesskey = N
|
|
styleeditor-import-button =
|
|
.tooltiptext = Importar e adjunger un nove folio de stilo al documento
|
|
.accesskey = I
|
|
styleeditor-filter-input =
|
|
.placeholder = Filtrar folios de stilo
|
|
styleeditor-visibility-toggle =
|
|
.tooltiptext = Monstrar/celar le folio de stilo
|
|
.accesskey = S
|
|
styleeditor-visibility-toggle-system =
|
|
.tooltiptext = Le folios de stilo de systema non pote esser disactivate
|
|
styleeditor-save-button = Salvar
|
|
.tooltiptext = Salvar iste folio de stilo in un file
|
|
.accesskey = S
|
|
styleeditor-options-button =
|
|
.tooltiptext = Optiones del editor de stilos
|
|
styleeditor-at-rules = At-rules
|
|
styleeditor-editor-textbox =
|
|
.data-placeholder = Scribe ci CSS.
|
|
styleeditor-no-stylesheet = Iste pagina non ha folio de stilos.
|
|
styleeditor-no-stylesheet-tip = Forsan tu volerea <a data-l10n-name="append-new-stylesheet">adder un nove folio de stilos</a>?
|
|
styleeditor-open-link-new-tab =
|
|
.label = Aperir le ligamine in un nove scheda
|
|
styleeditor-copy-url =
|
|
.label = Copiar le URL
|
|
styleeditor-find =
|
|
.label = Cercar
|
|
.accesskey = r
|
|
styleeditor-find-again =
|
|
.label = Cercar le sequente
|
|
.accesskey = s
|
|
styleeditor-go-to-line =
|
|
.label = Saltar al linea…
|
|
.accesskey = S
|
|
# Label displayed when searching a term that is not found in any stylesheet path
|
|
styleeditor-stylesheet-all-filtered = Nulle folios de stilo concordante trovate.
|
|
# 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 } regula.
|
|
*[other] { $ruleCount } regulas.
|
|
}
|
|
# Title for the pretty print button in the editor footer.
|
|
styleeditor-pretty-print-button =
|
|
.title = Formattar folio de stilo
|
|
# Title for the pretty print button in the editor footer, when it's disabled
|
|
styleeditor-pretty-print-button-disabled =
|
|
.title = Il es possibile formattar solo files CSS
|