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

61 lines
1.3 KiB
PHP
Raw Permalink Normal View History

<?php
// Polish Mimes Module for v2.3 (translated by l0co@wp.pl and updated 2010-07-24 by marcin@nevada.pl)
$GLOBALS["mimes"]=array(
// dir, exe, file
"dir" => "Katalog",
"exe" => "Plik wykonywalny",
"file" => "Plik",
"symlink" => "Link symboliczny",
// text
"text" => "Plik tekstowy",
// programming
"php" => "Skrypt PHP",
"sql" => "Plik SQL",
"perl" => "Skrypt PERL",
"html" => "Strona HTML",
"js" => "Plik Javascript",
"css" => "Styl CSS",
"cgi" => "Skrypt CGI",
// C++
"cpps" => "Plik źródłowy C++",
"cpph" => "Plik nagłówkowy C++",
// Java
"javas" => "Plik źródłowy Java",
"javac" => "Klasa Java",
// Pascal
"pas" => "Pascal",
// images
"gif" => "Obraz GIF",
"jpg" => "Obraz JPG",
"bmp" => "Obraz BMP",
"png" => "Obraz PNG",
// compressed
"zip" => "Archiwum ZIP",
"tar" => "Archiwum TAR",
"gzip" => "Archiwum GZIP",
"bzip2" => "Archiwum BZIP2",
"rar" => "Archiwum RAR",
// music
"mp3" => "Plik audio MP3",
"wav" => "Plik audio WAV",
"midi" => "Plik audio MIDI",
"real" => "Plik audio RealAudio",
// movie
"mpg" => "Plik video MPG",
"mov" => "Plik video MOV",
"avi" => "Plik video AVI",
"flash" => "Plik flash",
// Micosoft / Adobe
"word" => "Dokument Word",
"excel" => "Dokument Excel",
"pdf" => "Dokument PDF"
); ?>