From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-ar/devtools/client/toolbox-options.ftl | 106 ++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 l10n-ar/devtools/client/toolbox-options.ftl (limited to 'l10n-ar/devtools/client/toolbox-options.ftl') diff --git a/l10n-ar/devtools/client/toolbox-options.ftl b/l10n-ar/devtools/client/toolbox-options.ftl new file mode 100644 index 0000000000..bb26d304dc --- /dev/null +++ b/l10n-ar/devtools/client/toolbox-options.ftl @@ -0,0 +1,106 @@ +# 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/. + + +### Localization for Developer Tools options + + +## Default Developer Tools section + +# The heading +options-select-default-tools-label = أدوات المطورين المبدئية + +# The label for the explanation of the * marker on a tool which is currently not supported +# for the target of the toolbox. +options-tool-not-supported-label = * ليس مدعوما لهدف صندوق الأدوات الحالي + +# The label for the heading of group of checkboxes corresponding to the developer tools +# added by add-ons. This heading is hidden when there is no developer tool installed by add-ons. +options-select-additional-tools-label = أدوات المطورين المنصّبة عن طريق الإضافات + +# The label for the heading of group of checkboxes corresponding to the default developer +# tool buttons. +options-select-enabled-toolbox-buttons-label = أزرار شريط الأدوات المتوفرة + +# The label for the heading of the radiobox corresponding to the theme +options-select-dev-tools-theme-label = السِمات + +## Inspector section + +# The heading +options-context-inspector = الفاحص + +# The label for the checkbox option to show user agent styles +options-show-user-agent-styles-label = أظهر طُرز المتصفح +options-show-user-agent-styles-tooltip = + .title = سيؤدّي تفعيل هذا الخيار إلى عرض الأنماط المبدئية التي حمّلها المتصفح. + +# The label for the checkbox option to enable collapse attributes +options-collapse-attrs-label = ابتِر صفات DOM +options-collapse-attrs-tooltip = + .title = ابتِر الصفات الطويلة في الفاحِص + +## "Default Color Unit" options for the Inspector + +options-default-color-unit-label = وحدة الألوان المبدئية +options-default-color-unit-name = أسماء الألوان + +## Style Editor section + +# The heading +options-styleeditor-label = محرر الطُرز + +# The label for the checkbox that toggles autocompletion of css in the Style Editor +options-stylesheet-autocompletion-label = أكِل CSS تلقائيا +options-stylesheet-autocompletion-tooltip = + .title = أكمِل خصائص CSS وقيمها ومُحدِّداتها في محرر الأنماط تلقائيا وأنت تكتبها + +## Screenshot section + +# The heading +options-screenshot-label = سلوك اللقطات + +# Label for the checkbox that toggles the camera shutter audio for screenshot tool +options-screenshot-audio-label = شغّل صوت غالِق الكمرة +options-screenshot-audio-tooltip = + .title = فعّل إصدار صوت الكمرة أثناء أخذ اللقطات + +## Editor section + +# The heading +options-sourceeditor-label = تفضيلات المحرر + +options-sourceeditor-detectindentation-tooltip = + .title = خمِّن الإزاحة حسب محتوى المصدر +options-sourceeditor-detectindentation-label = اكتشف الإزاحة +options-sourceeditor-autoclosebrackets-tooltip = + .title = أدرِج أقواسا غالِقة تلقائيا +options-sourceeditor-autoclosebrackets-label = أغلِق الأقواس تلقائيا +options-sourceeditor-expandtab-tooltip = + .title = استخدم المسافات بدل محرف الجدولة +options-sourceeditor-expandtab-label = أزِح مستخدما المسافات +options-sourceeditor-tabsize-label = حجم التبويب +options-sourceeditor-keybinding-label = ربطات المفاتيح +options-sourceeditor-keybinding-default-label = المبدئي + +## Advanced section + +# The heading +options-context-advanced-settings = إعدادات متقدّمة + +# The label for the checkbox that toggles the HTTP cache on or off +options-disable-http-cache-label = عطّل خبيئة HTTP (عندما يكون صندوق الأدوات مفتوحا) + +# The label for checkbox that toggles JavaScript on or off +options-disable-javascript-label = عطّل جافاسكربت * + +# The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference +options-enable-remote-label = فعِّل التنقيح البعيد + +# The label for checkbox that toggles the service workers testing over HTTP on or off. +options-enable-service-workers-http-label = فعّل عمّال الخدمة عبر HTTP (عندما يكون صندوق الأدوات مفتوحا) + +# The message shown for settings that trigger page reload +options-context-triggers-page-refresh = * في الجلسة الحالية فقط، تُعيد تحميل الصفحة + -- cgit v1.2.3