12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $langMdCallingTool = "Dokumenti";
- $langMdTitle = "Naslov uènega objekta";
- $langMdDescription = "Shrani te informacije s klikom na Shrani";
- $langMdCoverage = "npr. Bachelor of ...";
- $langMdCopyright = "npr. dani materiali so avtorizirani";
- $langTool = "Metapodatki dokumenta";
- $langSorry = "Najprej izberite teèaj";
- $langNoScript = "Izvajanje skript v brskalniku ni omogoèeno. Zanemarite vsebino zaslona po tem besedilu, niè ne bo delovalo...";
- $langPressAgain = "Ponovno pritisnite \'Shrani\' ...";
- $langLanguage = "Jezik";
- $langLanguageTip = "jezik, v katerem je napisan uèni objekt";
- $langIdentifier = "Identifikator";
- $langIdentifierTip = "enolièna identifikacija tega uènega objekta, sestavljena iz èrk, digitov,_.()\'!*";
- $langTitleTip = "naslov ali ime, in jezik naslova oz. imena";
- $langDescriptionTip = "opis ali komentar, in jezik uporabljen za opis tega uènega objekta";
- $langKeyword = "Kljuène besede";
- $langKeywordTip = "loèi z vejicami (èrkami, digiti, -.)";
- $langCoverage = "Naslovna stran (platnica)";
- $langCoverageTip = "npr. bachelor of xxx: yyy";
- $langKwNote = "Pri spremembi opisnega jezika hkrati ne dodajajte kljuènih besed.";
- $langClickKw = "Kliknite kljuèno besedo v drevesu za izbiro oz. preklic izbire.";
- $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/>";
- $langRights = "Pravice uporabe";
- $langRightsTip = "opiši v besedah";
- $langVersion = "Verzija";
- $langVersionTip = "število ali opis";
- $langStatus = "Status";
- $langStatusTip = "izberi iz seznama";
- $langCreatedSize = "Ustvarjeno, velikost";
- $langCreatedSizeTip = "LLLL-MM-DD nastanka, velikost v oktetih (bytes)";
- $langAuthor = "Avtor";
- $langAuthorTip = "v VCARD formatu";
- $langFormat = "format";
- $langFormatTip = "izberi s seznama";
- $langLocation = "URL/URI";
- $langLocationTip = "klikni za odpiranje objekta";
- $langStore = "Shrani";
- $langDeleteAll = "Odstrani vse metapodatke";
- $langConfirmDelete = "Resnièno želite odstraniti vse metapodatke?";
- $langCourseKwds = "Ta dokument vsebuje kljuène besede teèaja";
- $langSearch = "Iskanje";
- $langSearchCrit = "Ena beseda na vrstico!";
- $langLangs = ":";
- $langDescription = "Opis";
- $langTitle = "Naslov";
- $langStatuses = ":draft:draft,, final:final,, revised:revised,, unavailable:unavailable";
- $langCosts = "ne:brezplaèno, brezplaèno,, da:plaèljivo, cena";
- $langCopyrights = ":yes:copyright,, no:no copyright";
- $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";
- $langExtensions = ":";
- $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";
- ?>
|