public/pdfjs/web/locale/ar/viewer.properties in pdfjs_viewer-rails-0.0.6 vs public/pdfjs/web/locale/ar/viewer.properties in pdfjs_viewer-rails-0.0.7

- old
+ new

@@ -65,18 +65,24 @@ # Document properties dialog box document_properties.title=خصائص المستند… document_properties_label=خصائص المستند… document_properties_file_name=اسم الملف: document_properties_file_size=حجم الملف: +# LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}" +# will be replaced by the PDF file size in kilobytes, respectively in bytes. document_properties_kb={{size_kb}} ك.بايت ({{size_b}} بايت) +# LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}" +# will be replaced by the PDF file size in megabytes, respectively in bytes. document_properties_mb={{size_mb}} م.بايت ({{size_b}} بايت) document_properties_title=العنوان: document_properties_author=المؤلف: document_properties_subject=الموضوع: document_properties_keywords=الكلمات الأساسية: document_properties_creation_date=تاريخ الإنشاء: document_properties_modification_date=تاريخ التعديل: +# LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}" +# will be replaced by the creation/modification date, and time, of the PDF file. document_properties_date_string={{date}}، {{time}} document_properties_creator=المنشئ: document_properties_producer=منتج PDF: document_properties_version=إصدارة PDF: document_properties_page_count=عدد الصفحات: @@ -138,15 +144,19 @@ # Predefined zoom values page_scale_width=عرض الصفحة page_scale_fit=ملائمة الصفحة page_scale_auto=تقريب تلقائي page_scale_actual=الحجم الحقيقي +# LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a +# numerical scale value. +page_scale_percent={{scale}}٪ # Loading indicator messages loading_error_indicator=عطل loading_error=حدث عطل أثناء تحميل ملف PDF. -invalid_file_error=ملف PDF تالف أو غير صحيح -missing_file_error=ملف PDF غير موجود +invalid_file_error=ملف PDF تالف أو غير صحيح. +missing_file_error=ملف PDF غير موجود. +unexpected_response_error=استجابة خادوم غير متوقعة. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip. # "{{type}}" will be replaced with an annotation type from a list defined in # the PDF spec (32000-1:2008 Table 169 – Annotation types). # Some common types are e.g.: "Check", "Text", "Comment", "Note"