md_document.inc.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langMdCallingTool = "Belgeler";
  6. $langMdTitle = "Kurs Başlığı";
  7. $langMdDescription = "Bu bilgiyi kaydetmek için Kaydet düğmesine basın.";
  8. $langMdCoverage = "e.g. Bachelor of ...";
  9. $langMdCopyright = "e.g. provided the source is acknowledged";
  10. $langTool = "Belge Metadata";
  11. $langNoScript = "Script sizin tarayıcınızda çalıştırılamadığı için lütfen bu yazının altındaki parçayı yoksayın.";
  12. $langPressAgain = "Kaydet düğmesine tekrar basın...";
  13. $langLanguageTip = "bu kursun hazırlandığı lisan";
  14. $langIdentifier = "Belirleyici";
  15. $langIdentifierTip = "unique identification for this learning object, composed of letters, digits, _-.()'!*";
  16. $langTitleTip = "başlık veya isim ve lisanı";
  17. $langDescriptionTip = "açıklama veya tavsiye ve bu kursu açıklamada kullanılan lisan";
  18. $langKeyword = "Anahtar sözcük";
  19. $langKeywordTip = "virgül ile ayırın ( harfler, sayılar, -,)";
  20. $langCoverage = "Coverage";
  21. $langCoverageTip = "for example bachelor of xxx: yyy";
  22. $langKwNote = "Eğer açıklama lisanını değiştirirseniz, aynı zamanda anahtar kelimeleri eklemeyin";
  23. $langClickKw = "Seçmek veya seçimi iptal için bir anahtar kelimeye tıklayın";
  24. $langKwHelp = "<br/> Açmak için '+' , kapamak için '-' , hepsini açmak için '++' , hepsini kapatmak için '--' düğmesine tıklayın.<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 or deselects a keyword with broader terms.<br/> <br/> If you change the description language, do not add keywords at the same time.<br/> <br/>";
  25. $langRights = "Kullanım Hakları";
  26. $langRightsTip = "describe in words";
  27. $langVersion = "Version";
  28. $langVersionTip = "number or description";
  29. $langStatusTip = "listeden seç";
  30. $langCreatedSize = "Oluşturuldu, boyutu";
  31. $langCreatedSizeTip = "YYYY-MM-DD when created, size in octets (bytes)";
  32. $langAuthorTip = "in VCARD format";
  33. $langFormat = "Format";
  34. $langFormatTip = "listeden seç";
  35. $langLocation = "URL/URI";
  36. $langLocationTip = "açmak için tıklayın";
  37. $langStore = "Kaydet";
  38. $langDeleteAll = "Bütün Metadata yı sil";
  39. $langConfirmDelete = "Do you *really* want to delete all metadata?";
  40. $langCourseKwds = "Bu belge ders anahtar kelimeleri i�eriyor";
  41. $langSearch = "Araştır";
  42. $langSearchCrit = "Her satıra bir kelime!";
  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-9:text/plain;iso-8859-9,, text/plain;utf-8:text/plain;utf-8,, text/html;iso-8859-9:text/html;iso-8859-9,, 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-9:XML;iso-8859-9,, 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. ?>