Current File : /home/aventura/public_html/web/css/font-awesome/4.2.0/css/languages/japanese_mimes.php
<?php

// Japanese Mimes Module for v2.3 (translated by www.joomlaway.net)

$GLOBALS["mimes"]=array(
	// dir, exe, file
	"dir"	=> "ディレクトリ",
	"exe"	=> "実行ファイル",
	"file"	=> "ファイル",
	"symlink"	=> "シンボリックリンク",

	// text
	"text"	=> "テキストファイル",
	
	// programming
	"php"	=> "PHPスクリプト",
	"sql"	=> "SQLファイル",
	"perl"	=> "PERLスクリプト",
	"html"	=> "HTMLページ",
	"js"	=> "Javascriptファイル",
	"css"	=> "CSSファイル",
	"cgi"	=> "CGIスクリプト",
	// C++
	"cpps"	=> "C++ソースファイル",
	"cpph"	=> "C++ヘッダファイル",
	// Java
	"javas"	=> "Javaソースファイル",
	"javac"	=> "Javaクラスファイル",
	// Pascal
	"pas"	=> "Pascalファイル",
	
	// images
	"gif"	=> "GIF画像",
	"jpg"	=> "JPG画像",
	"bmp"	=> "BMP画像",
	"png"	=> "PNG画像",
	
	// compressed
	"zip"	=> "ZIP書庫",
	"tar"	=> "TAR書庫",
	"gzip"	=> "GZIP書庫",
	"bzip2"	=> "BZIP2書庫",
	"rar"	=> "RAR書庫",
	
	// music
	"mp3"	=> "MP3オーディオファイル",
	"wav"	=> "WAVオーディオファイル",
	"midi"	=> "MIDIオーディオファイル",
	"real"	=> "Realオーディオファイル",
	
	// movie
	"mpg"	=> "MPGビデオファイル",
	"mov"	=> "Movieファイル",
	"avi"	=> "AVIビデオファイル",
	"flash"	=> "Flashムービーファイル",
	
	// Micosoft / Adobe
	"word"	=> "Wordドキュメント",
	"excel"	=> "Excelドキュメント",
	"pdf"	=> "PDFファイル"
); ?>