md_document.inc.php 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langMdCallingTool = "Dokumenti";
  5. $langMdTitle = "Naslov uènega objekta";
  6. $langMdDescription = "Shrani te informacije s klikom na Shrani";
  7. $langMdCoverage = "npr. Bachelor of ...";
  8. $langMdCopyright = "npr. dani materiali so avtorizirani";
  9. $langTool = "Metapodatki dokumenta";
  10. $langSorry = "Najprej izberite teèaj";
  11. $langNoScript = "Izvajanje skript v brskalniku ni omogoèeno. Zanemarite vsebino zaslona po tem besedilu, niè ne bo delovalo...";
  12. $langPressAgain = "Ponovno pritisnite \'Shrani\' ...";
  13. $langLanguage = "Jezik";
  14. $langLanguageTip = "jezik, v katerem je napisan uèni objekt";
  15. $langIdentifier = "Identifikator";
  16. $langIdentifierTip = "enolièna identifikacija tega uènega objekta, sestavljena iz èrk, digitov,_.()\'!*";
  17. $langTitleTip = "naslov ali ime, in jezik naslova oz. imena";
  18. $langDescriptionTip = "opis ali komentar, in jezik uporabljen za opis tega uènega objekta";
  19. $langKeyword = "Kljuène besede";
  20. $langKeywordTip = "loèi z vejicami (èrkami, digiti, -.)";
  21. $langCoverage = "Naslovna stran (platnica)";
  22. $langCoverageTip = "npr. bachelor of xxx: yyy";
  23. $langKwNote = "Pri spremembi opisnega jezika hkrati ne dodajajte kljuènih besed.";
  24. $langClickKw = "Kliknite kljuèno besedo v drevesu za izbiro oz. preklic izbire.";
  25. $langKwHelp = "<br/> Klik na \'+\' za odpiranje, \'-\' za zapiranje, \'++\' odpre vse, \'--\' zapre vse.<br/> <br/> Poèisti izbrane kljuène besede s tem, da zaprete drevo in ga ponovno odprete s \'+\' .<br/> Alt-klik \'+\' poišèe originalne kljune besede v drevesu.<br/> <br/> Alt-klik kljuèna beseda izbere kljuèno besedo brez širšega pomena ali pa preklièe izbiro.<br/> <br/> V primeru, da spreminjate opisni jezik, hkrati ne dodajajte kljuènih besed.<br/> <br/>";
  26. $langRights = "Pravice uporabe";
  27. $langRightsTip = "opiši v besedah";
  28. $langVersion = "Verzija";
  29. $langVersionTip = "število ali opis";
  30. $langStatus = "Status";
  31. $langStatusTip = "izberi iz seznama";
  32. $langCreatedSize = "Ustvarjeno, velikost";
  33. $langCreatedSizeTip = "LLLL-MM-DD nastanka, velikost v oktetih (bytes)";
  34. $langAuthor = "Avtor";
  35. $langAuthorTip = "v VCARD formatu";
  36. $langFormat = "format";
  37. $langFormatTip = "izberi s seznama";
  38. $langLocation = "URL/URI";
  39. $langLocationTip = "klikni za odpiranje objekta";
  40. $langStore = "Shrani";
  41. $langDeleteAll = "Odstrani vse metapodatke";
  42. $langConfirmDelete = "Resnièno želite odstraniti vse metapodatke?";
  43. $langCourseKwds = "Ta dokument vsebuje kljuène besede teèaja";
  44. $langSearch = "Iskanje";
  45. $langSearchCrit = "Ena beseda na vrstico!";
  46. $langLangs = ":";
  47. $langDescription = "Opis";
  48. $langTitle = "Naslov";
  49. $langStatuses = ":draft:draft,, final:final,, revised:revised,, unavailable:unavailable";
  50. $langCosts = "ne:brezplaèno, brezplaèno,, da:plaèljivo, cena";
  51. $langCopyrights = ":yes:copyright,, no:no copyright";
  52. $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";
  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. ?>