md_document.inc.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langMdCallingTool = "المستندات";
  6. $langMdTitle = "عنوان كائن التعليم";
  7. $langMdDescription = "لتخزين هذه المعلومات , انقر فوق زر خزن";
  8. $langMdCoverage = "مثال : بكالوريوس ....";
  9. $langMdCopyright = "e.g. provided the source is acknowledged";
  10. $langTool = "Document Metadata";
  11. $langNoScript = "الشفرة البرمجية غير مدعومة من قبل متصفحك, فضلا تجاهل جزء الشاشة بعد هذا النص, سوف لن يعمل...";
  12. $langPressAgain = "اضغط 'خزن' مرة أخرى";
  13. $langLanguageTip = "اللغة بنفس لغة كائن التعليم";
  14. $langIdentifier = "Identifier";
  15. $langIdentifierTip = "unique identification for this learning object, composed of letters, digits, _-.()'!*";
  16. $langTitleTip = "العنوان أو الإسم , و لغة العنوان أو الإسم";
  17. $langDescriptionTip = "نبذة أو تعليق, واللغة المستخدمة في شرح هذا الكائن التعليمي";
  18. $langKeyword = " الكلمة الدليلية";
  19. $langKeywordTip = "افصل بفاصلة (حروف , أرقام - .)";
  20. $langCoverage = "التغطية";
  21. $langCoverageTip = "bachelor of xxx: yyy : مثال";
  22. $langKwNote = "اذا قمت بتغيير لغة الشرح, لا تقم بتغيير الكلمات المفتاحية في نفس الوقت";
  23. $langClickKw = "انقر على الكلمة المفتاحية في الشجرة لاختيارها أو إلغاء اختيارها";
  24. $langKwHelp = "<br />Click '+' button to open, '-' button to close, '++' button to open all, '--' button to close all.<br /><br />Clear all selected keywords by closing the tree and opening it again with the '+' button.<br />Alt-click '+' searches the original keywords in the tree.<br /><br />Alt-click keyword selects a keyword without broader terms ordeselects a keyword with broader terms.<br /><br />إذا قمت بتغيير لغة الوصف, لا تقم بإضافة كلمات مفتاحية في نفس الوقت <br /><br />";
  25. $langRights = "حقوق الإستخدام";
  26. $langRightsTip = "اشرح في كلمات";
  27. $langVersion = "النسخة";
  28. $langVersionTip = "رقم النبذة";
  29. $langStatusTip = "اختر من القائمة";
  30. $langCreatedSize = "تم إنشاءها , الحجم";
  31. $langCreatedSizeTip = "YYYY-MM-DD when created, size in octets (bytes)";
  32. $langAuthorTip = "بتنسيق VCARD";
  33. $langFormat = "التنسيق";
  34. $langFormatTip = "اختر من القائمة";
  35. $langLocation = "URL/URI";
  36. $langLocationTip = "انقر لفتح الكائن";
  37. $langStore = "خزن";
  38. $langDeleteAll = " metadata حذف جميع الـ";
  39. $langConfirmDelete = "هل تريد حقا حذف الـ metadata?";
  40. $langCourseKwds = "هذاالمستند يحتوي على الكلمات المفتاحية الخاصة بالمقرر";
  41. $langSearch = "بحث";
  42. $langSearchCrit = "كلمة واحدة في كل سطر";
  43. $langStatuses = ":draft:draft,, final:final,, revised:revised,, unavailable:unavailable";
  44. $langCosts = ":no:free, no cost,, yes:not free, cost";
  45. $langCopyrights = ":yes:copyright,, no:no copyright";
  46. $langFormats = ":text/plain;iso-8859-1:text/plain;iso-8859-1,, text/plain;utf-8:text/plain;utf-8,, text/html;iso-8859-1:text/html;iso-8859-1,, text/html;utf-8:text/html;utf-8,, inode/directory:Folder,, application/msword:MsWord,, application/octet-stream:Octet stream,, application/pdf:PDF,, application/postscript:PostScript,, application/rtf:RTF,, application/vnd.ms-excel:MsExcel,, application/vnd.ms-powerpoint:MsPowerpoint,, application/xml;iso-8859-1:XML;iso-8859-1,, application/xml;utf-8:XML;utf-8,, application/zip:ZIP";
  47. $langLngResTypes = ":exercise:exercise,, simulation:simulation,, questionnaire:questionnaire,, diagram:diagram,, figure:figure,, graph:graf,, index:index,, slide:slide,, table:table,, narrative text:narrative text,, exam:exam,, experiment:experiment,, problem statement:problem statement,, self assessment:self assessment,, lecture:lecture";
  48. ?>