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 --- .../dom/chrome/accessibility/AccessFu.properties | 111 +++++++++++++++++++++ .../chrome/accessibility/mac/accessible.properties | 65 ++++++++++++ .../accessibility/unix/accessible.properties | 17 ++++ .../chrome/accessibility/win/accessible.properties | 17 ++++ 4 files changed, 210 insertions(+) create mode 100644 l10n-ar/dom/chrome/accessibility/AccessFu.properties create mode 100644 l10n-ar/dom/chrome/accessibility/mac/accessible.properties create mode 100644 l10n-ar/dom/chrome/accessibility/unix/accessible.properties create mode 100644 l10n-ar/dom/chrome/accessibility/win/accessible.properties (limited to 'l10n-ar/dom/chrome/accessibility') diff --git a/l10n-ar/dom/chrome/accessibility/AccessFu.properties b/l10n-ar/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..d28837a116 --- /dev/null +++ b/l10n-ar/dom/chrome/accessibility/AccessFu.properties @@ -0,0 +1,111 @@ +# 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/. + +# Roles +menubar = شريط قوائم +scrollbar = شريط تمرير +grip = قبضة +alert = تنبيه +menupopup = نافذة منبثقة +document = مستند +pane = لوحة +dialog = مربع حواري +separator = فاصل +toolbar = شريط أدوات +statusbar = شريط حالة +table = جدول +columnheader = ترويسة عمود +rowheader = ترويسة صف +column = عمود +row = صف +cell = خلية +link = رابط +list = قائمة +listitem = عنصر قائمة +outline = مخطط +outlineitem = عنصر مخطط +pagetab = لسان +propertypage = صفحة خاصية +graphic = رسم +switch = مفتاح تبديل +pushbutton = زر +checkbutton = زر تأشير +radiobutton = زر اختيار +combobox = صندوق مُركب +progressbar = شريط تقدم +slider = مَزْلق +spinbutton = زر تدوير +diagram = رسم بيانيّ +animation = رسم متحرك +equation = معادلة +buttonmenu = قائمة أزرار +whitespace = مسافة +pagetablist = قائمة ألسنة +canvas = لوح رسم +checkmenuitem = عنصر قائمة تأشير +passwordtext = نص كلمة سر +radiomenuitem = عنصر قائمة اختيار +textcontainer = حاوية نص +togglebutton = زر تبديل +treetable = جدول شجرة +header = ترويسة +footer = تذييل +paragraph = فقرة +entry = خانة +caption = عنوان +heading = رأس +section = قسم +form = نموذج +comboboxlist = قائمة صندوق مُركب +comboboxoption = خيار صندوق مُركب +imagemap = خارطة صورة +listboxoption = اختيار +listbox = صندوق قائمة +flatequation = معادلة منبسطة +gridcell = خلية شبكة +note = ملاحظة +figure = صورة +definitionlist = قائمة تعاريف +term = مصطلح +definition = تعريف + +mathmltable = جدول رياضيات +mathmlcell = خلية +mathmlenclosed = مُحاط +mathmlfraction = كسر +mathmlfractionwithoutbar = كسر بدون شرطة +mathmlroot = جذر +mathmlscripted = أس +mathmlsquareroot = جذر تربيعي + +# More sophisticated roles which are not actual numeric roles +textarea = منطقة نص + +base = قاعدة +close-fence = حد غالق +denominator = مقام +numerator = بسط +open-fence = حد فاتح +overscript = فوقي +presubscript = تحتي سابق +presuperscript = فوقي سابق +root-index = مؤشر الجذر +subscript = حرف تحتي +superscript = حرف فوقي +underscript = تحتي + +# More sophisticated object descriptions +headingLevel = مستوى رأس %S + +# Landmark announcements +banner = ملصق شعار +complementary = مكمّل +contentinfo = معلومات المحتوى +main = رئيسي +navigation = إبحار +search = بحث +region = المنطقة + +stateRequired = مطلوب + diff --git a/l10n-ar/dom/chrome/accessibility/mac/accessible.properties b/l10n-ar/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..7c2a92e29e --- /dev/null +++ b/l10n-ar/dom/chrome/accessibility/mac/accessible.properties @@ -0,0 +1,65 @@ +# 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/. + +jump = اقفز +press = اضغط +check = علّم +uncheck = أزل التعليم +select = اختر +open = افتح +close = أغلق +switch = انتقل +click = انقر +collapse= قلّص +expand = وسّع +activate= فعّل +cycle = دوّر + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = محتوي HTML +# The Role Description for the Tab button. +tab = لسان +# The Role Description for definition list dl, dt and dd +term = مصطلح +definition = تعريف +# The Role Description for an input type="search" text field +searchTextField = حقل نص للبحث +# The Role Description for WAI-ARIA Landmarks +application = تطبيق +search = بحث +banner = ملصق شعار +navigation = إبحار +complementary = مكمّل +content = المحتوى +main = رئيسي +# The (spoken) role description for various WAI-ARIA roles +alert = تنبيه +alertDialog = حوار تنبيه +dialog = مربع حواري +article = مقالة +document = مستند +# The (spoken) role description for the WAI-ARIA figure role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure +figure = شكل +# The (spoken) role description for the WAI-ARIA heading role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading +heading = رأس +log = سِجل +marquee = منساب +math = رياضيات +note = ملاحظة +region = منطِقة +status = حالة التطبيق +timer = مؤقِّت +tooltip = تلميحة +separator = فاصل +tabPanel = لوحة ألسنة +# The roleDescription for the html:mark element +highlight = إبراز +# The roleDescription for the details element +details = تفاصيل +# The roleDescription for the summary element +summary = ملخص diff --git a/l10n-ar/dom/chrome/accessibility/unix/accessible.properties b/l10n-ar/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..8e079c4d41 --- /dev/null +++ b/l10n-ar/dom/chrome/accessibility/unix/accessible.properties @@ -0,0 +1,17 @@ +# 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/. + +jump = اقفز +press = اضغط +check = علّم +uncheck = أزل التعليم +select = اختر +open = افتح +close = أغلق +switch = حوّل +click = انقر +collapse= قلّص +expand = وسّع +activate= فعّل +cycle = دوّر diff --git a/l10n-ar/dom/chrome/accessibility/win/accessible.properties b/l10n-ar/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..8e079c4d41 --- /dev/null +++ b/l10n-ar/dom/chrome/accessibility/win/accessible.properties @@ -0,0 +1,17 @@ +# 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/. + +jump = اقفز +press = اضغط +check = علّم +uncheck = أزل التعليم +select = اختر +open = افتح +close = أغلق +switch = حوّل +click = انقر +collapse= قلّص +expand = وسّع +activate= فعّل +cycle = دوّر -- cgit v1.2.3