diff options
Diffstat (limited to 'l10n-ar/toolkit/toolkit/printing/printUI.ftl')
-rw-r--r-- | l10n-ar/toolkit/toolkit/printing/printUI.ftl | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/l10n-ar/toolkit/toolkit/printing/printUI.ftl b/l10n-ar/toolkit/toolkit/printing/printUI.ftl new file mode 100644 index 0000000000..ce0e9117e7 --- /dev/null +++ b/l10n-ar/toolkit/toolkit/printing/printUI.ftl @@ -0,0 +1,110 @@ +# 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/. + +printui-title = اطبع +# Dialog title to prompt the user for a filename to save print to PDF. +printui-save-to-pdf-title = احفظ باسم + +# Variables +# $sheetCount (integer) - Number of paper sheets +printui-sheets-count = + { $sheetCount -> + [zero] { $sheetCount } ورق + [one] ورقة واحدة + [two] ورقتان + [few] { $sheetCount } ورقات + [many] { $sheetCount } ورقة + *[other] { $sheetCount } ورقة + } + +printui-page-range-all = الكل +printui-page-range-custom = مخصّص +printui-page-range-label = الصفحات +printui-page-range-picker = + .aria-label = اختر نطاق الصفحات + +# Section title for the number of copies to print +printui-copies-label = النُّسخ + +printui-orientation = الاتجاه +printui-landscape = عرضي +printui-portrait = طولي + +# Section title for the printer or destination device to target +printui-destination-label = الوجهة +printui-destination-pdf-label = احفظ كَ PDF + +printui-more-settings = إعدادات أكثر +printui-less-settings = إعدادات أقل + +printui-paper-size-label = مقاس الورق + +# Section title (noun) for the print scaling options +printui-scale = المقياس +printui-scale-fit-to-page-width = تناسَب مع عرض الصفحة +# Label for input control where user can set the scale percentage +printui-scale-pcent = المقياس + +# Section title for miscellaneous print options +printui-options = خيارات +printui-headers-footers-checkbox = اطبع الترويسات والتذاييل +printui-backgrounds-checkbox = اطبع الخلفيات + +## The "Format" section, select a version of the website to print. Radio +## options to select between the original page, selected text only, or a version +## where the page is processed with "Reader View". + +## + +printui-color-mode-label = وضع الألوان +printui-color-mode-color = ملوّن +printui-color-mode-bw = أبيض وأسود + +printui-margins = الهوامش +printui-margins-default = المبدئي +printui-margins-min = الأدنى +printui-margins-none = بلا +printui-margins-custom-top = الأعلى +printui-margins-custom-bottom = الأسفل +printui-margins-custom-left = اليسار +printui-margins-custom-right = اليمين + +printui-system-dialog-link = اطبع باستعمال مربع حوار النظام… + +printui-primary-button = اطبع +printui-primary-button-save = احفظ +printui-cancel-button = ألغِ + +printui-loading = يُحضّر المعاينة + +# Reported by screen readers and other accessibility tools to indicate that +# the print preview has focus. +printui-preview-label = + .aria-label = معاينة الطباعة + +## Paper sizes that may be supported by the Save to PDF destination: + +printui-paper-a5 = A5 +printui-paper-a4 = A4 +printui-paper-a3 = A3 +printui-paper-a2 = A2 +printui-paper-a1 = A1 +printui-paper-a0 = A0 +printui-paper-b5 = B5 +printui-paper-b4 = B4 +printui-paper-jis-b5 = JIS-B5 +printui-paper-jis-b4 = JIS-B4 +printui-paper-letter = خطاب أمريكي +printui-paper-legal = قانوني أمريكي +printui-paper-tabloid = Tabloid + +## Error messages shown when a user has an invalid input + +printui-error-invalid-scale = يجب أن يكون المقياس بين 10 و200. +printui-error-invalid-margin = من فضلك أدخِل هامشًا صحيحًا لمقاس الورقة الذي حدّدته. + +# Variables +# $numPages (integer) - Number of pages +printui-error-invalid-range = يجب أن يكون النطاق بين 1 و{ $numPages }. +printui-error-invalid-start-overflow = يجب أن يكون رقم الصفحة ”من“ أقل من ”إلى“. |