md_document.inc.php 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langMdCallingTool = "Belgeler";
  5. $langMdTitle = "Kurs Ba&#351;l&#305;&#287;&#305;";
  6. $langMdDescription = "Bu bilgiyi kaydetmek için Kaydet dü&#287;mesine bas&#305;n.";
  7. $langMdCoverage = "e.g. Bachelor of ...";
  8. $langMdCopyright = "e.g. provided the source is acknowledged";
  9. $langTool = "Belge Metadata";
  10. $langSorry = "Önce bir ders seçin lütfen";
  11. $langNoScript = "Script sizin taray&#305;c&#305;n&#305;zda çal&#305;&#351;t&#305;r&#305;lamad&#305;&#287;&#305; için lütfen bu yaz&#305;n&#305;n alt&#305;ndaki parçay&#305; yoksay&#305;n.";
  12. $langPressAgain = "Kaydet dü&#287;mesine tekrar bas&#305;n...";
  13. $langLanguage = "Lisan";
  14. $langLanguageTip = "bu kursun haz&#305;rland&#305;&#287;&#305; lisan";
  15. $langIdentifier = "Belirleyici";
  16. $langIdentifierTip = "unique identification for this learning object, composed of letters, digits, _-.()\'!*";
  17. $langTitleTip = "ba&#351;l&#305;k veya isim ve lisan&#305;";
  18. $langDescriptionTip = "aç&#305;klama veya tavsiye ve bu kursu aç&#305;klamada kullan&#305;lan lisan";
  19. $langKeyword = "Anahtar Kelimeler";
  20. $langKeywordTip = "virgül ile ay&#305;r&#305;n ( harfler, say&#305;lar, -,)";
  21. $langCoverage = "Coverage";
  22. $langCoverageTip = "for example bachelor of xxx: yyy";
  23. $langKwNote = "E&#287;er aç&#305;klama lisan&#305;n&#305; de&#287;i&#351;tirirseniz, ayn&#305; zamanda anahtar kelimeleri eklemeyin";
  24. $langClickKw = "Seçmek veya seçimi iptal için bir anahtar kelimeye t&#305;klay&#305;n";
  25. $langKwHelp = "<br/> Açmak için \'+\' , kapamak için \'-\' , hepsini açmak için \'++\' , hepsini kapatmak için \'--\' dü&#287;mesine t&#305;klay&#305;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/> ";
  26. $langRights = "Kullan&#305;m Haklar&#305;";
  27. $langRightsTip = "describe in words";
  28. $langVersion = "Version";
  29. $langVersionTip = "number or description";
  30. $langStatus = "Durum";
  31. $langStatusTip = "listeden seç";
  32. $langCreatedSize = "Olu&#351;turuldu, boyutu";
  33. $langCreatedSizeTip = "YYYY-MM-DD when created, size in octets (bytes)";
  34. $langAuthor = "Yazan";
  35. $langAuthorTip = "in VCARD format";
  36. $langFormat = "Format";
  37. $langFormatTip = "listeden seç";
  38. $langLocation = "URL/URI";
  39. $langLocationTip = "açmak için t&#305;klay&#305;n";
  40. $langStore = "Kaydet";
  41. $langDeleteAll = "Bütün Metadata y&#305; sil";
  42. $langConfirmDelete = "Do you *really* want to delete all metadata?";
  43. $langCourseKwds = "Bu belge ders anahtar kelimeleri içeriyor";
  44. $langSearch = "Ara&#351;t&#305;r";
  45. $langSearchCrit = "Her sat&#305;ra bir kelime!";
  46. $langLangs = ":";
  47. $langDescription = "Aç&#305;klama";
  48. $langTitle = "Ba&#351;l&#305;k";
  49. $langStatuses = ":draft:draft,, final:final,, revised:revised,, unavailable:unavailable";
  50. $langCosts = ":no:free, no cost,, yes:not free, cost";
  51. $langCopyrights = ":yes:copyright,, no:no copyright";
  52. $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";
  53. $langExtensions = ":";
  54. $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";
  55. ?>