virt2/api/soft/fm/languages/turkish_mimes.php

61 lines
1.3 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// Turkish Language for 2.1.12 (Translated by Mehmet Taş)
$GLOBALS["mimes"]=array(
// dir, exe, file
"dir" => "Klasör",
"exe" => "ılabilir Dosya",
"file" => "Dosya",
"symlink"=> "Simgesel Bağlantı",
// text
"text" => "Metin Dosyası",
// programming
"php" => "PHP Betik",
"sql" => "SQL Dosyası",
"perl" => "PERL Betiği",
"html" => "HTML Sayfası",
"js" => "JavaScript Dosyası",
"css" => "CSS Dosyası",
"cgi" => "CGI Betik",
// C++
"cpps" => "C++ Kaynak Dosyası",
"cpph" => "C++ Başlık Dosyası",
// Java
"javas" => "Java Kaynak Dosyası",
"javac" => "Java Sınıf Dosyası",
// Pascal
"pas" => "Pascal Dosyası",
// images
"gif" => "GIF Resmi",
"jpg" => "JPG Resmi",
"bmp" => "BMP Resmi",
"png" => "PNG Resmi",
// compressed
"zip" => "ZIP Arşivi",
"tar" => "TAR Arşivi",
"gzip" => "GZIP Arşivi",
"bzip2" => "BZIP2 Arşivi",
"rar" => "RAR Arşivi",
// music
"mp3" => "MP3 Ses Dosyası",
"wav" => "WAV Ses Dosyası",
"midi" => "MIDI Ses Dosyası",
"real" => "RealAudio Ses Dosyası",
// movie
"mpg" => "MPG Video Dosyası",
"mov" => "Movie Dosyası",
"avi" => "AVI Video Dosyası",
"flash" => "Flash Film Dosyası",
// Micosoft / Adobe
"word" => "Word Dökümanı",
"excel" => "Excel Dökümanı",
"pdf" => "PDF Dosyası"
); ?>