md_document.inc.php 711 B

12345678
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langMdCallingTool = "Äîêóìåíòè";
  5. $langStore = "Çàïàçè";
  6. $langConfirmDelete = "Íàèñòèíà ëè èñêçòå äà èçòðèåòå âñè÷êè ìåòàäàííè?";
  7. $langFormats = ":text/plain;CP1251:text/plain;CP1251,, text/plain;utf-8:text/plain;utf-8,, text/html;CP1251:text/html;CP1251,, 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;CP1251:XML;CP1251,, application/xml;utf-8:XML;utf-8,, application/zip:ZIP";
  8. ?>