PHP Classes

File: admin/quixplorer/_lang/en_mimes.php

Recommend this page to a friend!
  Classes of Joko Prasetyo   miwo WordPress FTP Plugin   admin/quixplorer/_lang/en_mimes.php   Download  
File: admin/quixplorer/_lang/en_mimes.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: miwo WordPress FTP Plugin
WordPress plugin to upload and manage files
Author: By
Last change:
Date: 1 year ago
Size: 1,531 bytes
 

Contents

Class file image Download
<?php
/*
* @package MiwoFTP
* @copyright Copyright (C) 2009-2014 Miwisoft, LLC. All rights reserved.
* @license GNU General Public License version 2 or later
*
*/

// no direct access
defined('ABSPATH') or die('MIWI');


// English Mimes Module for v2.3 (translated by the QuiX project)

$GLOBALS["mimes"]=array(
   
// dir, exe, file
   
"dir" => "Directory",
   
"exe" => "Executable File",
   
"file" => "File",

   
// text
   
"text" => "Text File",
   
   
// programming
   
"php" => "PHP Script",
   
"sql" => "SQL File",
   
"perl" => "PERL Script",
   
"html" => "HTML Page",
   
"js" => "Javascript File",
   
"css" => "CSS File",
   
"cgi" => "CGI Script",
   
// C++
   
"cpps" => "C++ Source File",
   
"cpph" => "C++ Header File",
   
// Java
   
"javas" => "Java Source File",
   
"javac" => "Java Class File",
   
// Pascal
   
"pas" => "Pascal File",
   
   
// images
   
"gif" => "GIF Picture",
   
"jpg" => "JPG Picture",
   
"bmp" => "BMP Picture",
   
"png" => "PNG Picture",
   
   
// compressed
   
"zip" => "ZIP Archive",
   
"tar" => "TAR Archive",
   
"gzip" => "GZIP Archive",
   
"bzip2" => "BZIP2 Archive",
   
"rar" => "RAR Archive",
   
   
// music
   
"mp3" => "MP3 Audio File",
   
"wav" => "WAV Audio File",
   
"midi" => "MIDI Audio File",
   
"real" => "RealAudio File",
   
   
// movie
   
"mpg" => "MPG Video File",
   
"mov" => "Movie File",
   
"avi" => "AVI Video File",
   
"flash" => "Flash Movie File",
   
   
// Micosoft / Adobe
   
"word" => "Word Document",
   
"excel" => "Excel Document",
   
"pdf" => "PDF File",
   
"xml" => "XML File",
   
"c" => "C File",
   
"psd" => "Photoshop File",
   
"point" => "PowerPoint Presentation"
); ?>