0 ? library_fetch_document($documentId, $publicOnly) : null; $lang = library_get_language(); $pageCopy = [ 'en' => [ 'not_found_title' => 'Document not found', 'not_found_description' => 'The requested library document could not be found.', 'not_found_copy' => 'This item is unavailable or private.', 'go_back' => 'Go back', 'back_to_admin' => 'Back to Admin Studio', 'back_to_catalog' => 'Back to catalog', 'detail_fallback' => 'Document detail', 'meta_description' => 'Read the document online, review its metadata, and see the selected-language summary and description.', 'author' => 'Author', 'views' => 'Views', 'file' => 'File', 'unknown_author' => 'Unknown author', 'unavailable' => 'Unavailable', 'reader_kicker' => 'Online reader', 'reader_title' => 'Read in the browser', 'open_fullscreen' => 'Open fullscreen', 'open_file' => 'Open file', 'private_item' => 'Private item', 'private_copy' => 'This title is marked as login-required by the admin, so it stays hidden from the public reading experience.', 'loading_book' => 'Loading book...', 'page' => 'Page', 'previous_page' => 'Previous page', 'next_page' => 'Next page', 'document_stored' => 'Document stored', 'document_stored_copy' => 'This file type is stored successfully, but inline reading is optimized for PDF in this first slice.', 'download_or_open' => 'Download / open file', 'no_file_title' => 'No file attached', 'no_file_copy' => 'Upload a file from the Admin Studio to enable reading.', 'summary_kicker' => 'AI summary', 'summary_title' => 'Quick summary', 'regenerate' => 'Regenerate', 'generate' => 'Generate', 'no_summary' => 'No summary yet for the selected language. Click Generate to create one from the document content.', 'metadata_kicker' => 'Metadata', 'metadata_title' => 'Catalog notes', 'published' => 'Published', 'tags' => 'Tags', 'size' => 'Size', 'description_kicker' => 'Description', 'description_title' => 'Source text used by AI', 'no_excerpt' => 'No excerpt yet for the selected language.', ], 'ar' => [ 'not_found_title' => 'المستند غير موجود', 'not_found_description' => 'تعذر العثور على مستند المكتبة المطلوب.', 'not_found_copy' => 'هذا العنصر غير متاح أو خاص.', 'go_back' => 'العودة', 'back_to_admin' => 'العودة إلى استوديو الإدارة', 'back_to_catalog' => 'العودة إلى الفهرس', 'detail_fallback' => 'تفاصيل المستند', 'meta_description' => 'اقرأ المستند عبر الإنترنت، وراجع بياناته الوصفية، وشاهد الملخص والوصف وفق اللغة المختارة.', 'author' => 'المؤلف', 'views' => 'المشاهدات', 'file' => 'الملف', 'unknown_author' => 'مؤلف غير معروف', 'unavailable' => 'غير متاح', 'reader_kicker' => 'القارئ الإلكتروني', 'reader_title' => 'اقرأ داخل المتصفح', 'open_fullscreen' => 'فتح بملء الشاشة', 'open_file' => 'فتح الملف', 'private_item' => 'عنصر خاص', 'private_copy' => 'هذا العنوان محدد من قبل المشرف كمحتوى يتطلب تسجيل الدخول، لذلك يظل مخفياً عن تجربة القراءة العامة.', 'loading_book' => 'جارٍ تحميل الكتاب...', 'page' => 'الصفحة', 'previous_page' => 'الصفحة السابقة', 'next_page' => 'الصفحة التالية', 'document_stored' => 'تم حفظ المستند', 'document_stored_copy' => 'تم حفظ هذا النوع من الملفات بنجاح، لكن القراءة المضمنة مهيأة لملفات PDF في هذه النسخة الأولى.', 'download_or_open' => 'تنزيل / فتح الملف', 'no_file_title' => 'لا يوجد ملف مرفق', 'no_file_copy' => 'ارفع ملفاً من استوديو الإدارة لتفعيل القراءة.', 'summary_kicker' => 'ملخص الذكاء الاصطناعي', 'summary_title' => 'ملخص سريع', 'regenerate' => 'إعادة التوليد', 'generate' => 'توليد', 'no_summary' => 'لا يوجد ملخص بعد للغة المختارة. اضغط على توليد لإنشاء ملخص من محتوى المستند.', 'metadata_kicker' => 'البيانات الوصفية', 'metadata_title' => 'ملاحظات الفهرس', 'published' => 'تاريخ النشر', 'tags' => 'الوسوم', 'size' => 'الحجم', 'description_kicker' => 'الوصف', 'description_title' => 'النص المصدر المستخدم من الذكاء الاصطناعي', 'no_excerpt' => 'لا يوجد مقتطف بعد للغة المختارة.', ], ][$lang]; if (!$document) { http_response_code(404); library_render_header($pageCopy['not_found_title'], $pageCopy['not_found_description'], $context === 'admin' ? 'admin' : 'catalog'); ?>
?

(string) ($document['document_language'] ?? ''), ]); } $selectedTitle = library_localized_document_title($document, $lang, $pageCopy['detail_fallback']); $selectedTitleLang = library_text_lang($selectedTitle, $lang); $selectedTitleDir = library_text_dir($selectedTitle, $selectedTitleLang); $selectedSummary = library_localized_document_summary($document, $lang); $selectedDescription = library_localized_document_description($document, $lang, $pageCopy['no_excerpt']); library_render_header( $selectedTitle, $pageCopy['meta_description'], $context === 'admin' ? 'admin' : 'catalog' ); ?>

1 / --

KB