diff options
Diffstat (limited to 'l10n-id/devtools/client/styleeditor.ftl')
-rw-r--r-- | l10n-id/devtools/client/styleeditor.ftl | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/l10n-id/devtools/client/styleeditor.ftl b/l10n-id/devtools/client/styleeditor.ftl new file mode 100644 index 0000000000..e4bbd0c2d0 --- /dev/null +++ b/l10n-id/devtools/client/styleeditor.ftl @@ -0,0 +1,47 @@ +# 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 = Buat dan tambahkan lembar gaya baru ke dokumen + .accesskey = B +styleeditor-import-button = + .tooltiptext = Impor dan tambahkan lembar gaya yang sudah ada ke dokumen + .accesskey = I +styleeditor-filter-input = + .placeholder = Filter lembar gaya +styleeditor-visibility-toggle = + .tooltiptext = Aktifkan/Nonaktifkan keterlihatan lembar gaya + .accesskey = S +styleeditor-visibility-toggle-system = + .tooltiptext = Lembar gaya sistem tidak dapat dinonaktifkan +styleeditor-save-button = Simpan + .tooltiptext = Simpan lembar gaya ini sebagai berkas + .accesskey = S +styleeditor-options-button = + .tooltiptext = Opsi Editor Gaya +styleeditor-at-rules = Aturan at +styleeditor-editor-textbox = + .data-placeholder = Ketik CSS di sini. +styleeditor-no-stylesheet = Laman ini tidak memiliki lembar gaya. +styleeditor-no-stylesheet-tip = Mungkin Anda ingin <a data-l10n-name="append-new-stylesheet">menambahkan lembar gaya baru</a>? +styleeditor-open-link-new-tab = + .label = Buka Tautan di Tab Baru +styleeditor-copy-url = + .label = Salin URL +styleeditor-find = + .label = Cari + .accesskey = C +styleeditor-find-again = + .label = Cari Lagi + .accesskey = i +styleeditor-go-to-line = + .label = Loncat ke baris… + .accesskey = L +# Label displayed when searching a term that is not found in any stylesheet path +styleeditor-stylesheet-all-filtered = Tidak ditemukan lembar gaya yang cocok. + +# This string is shown in the style sheets list +# Variables: +# $ruleCount (Integer) - The number of rules in the stylesheet. +styleeditor-stylesheet-rule-count = { $ruleCount } aturan. |