VPN-Management-GUI 2.0.3 porting start
This commit is contained in:
60
Modules/Downloads/lang/fr_mimes.php
Normal file
60
Modules/Downloads/lang/fr_mimes.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
|
||||
// French Mimes Module for v2.3 (translated by Olivier Pariseau)
|
||||
|
||||
$GLOBALS["mimes"]=array(
|
||||
// dir, exe, file
|
||||
"dir" => "R<EFBFBD>pertoire",
|
||||
"exe" => "Ex<EFBFBD>cutable",
|
||||
"file" => "Fichier",
|
||||
|
||||
// text
|
||||
"text" => "Fichier texte",
|
||||
|
||||
// programming
|
||||
"php" => "Script PHP",
|
||||
"sql" => "Fichier SQL",
|
||||
"perl" => "Script PERL",
|
||||
"html" => "Page HTML",
|
||||
"js" => "Fichier Javascript",
|
||||
"css" => "Fichier CSS",
|
||||
"cgi" => "Script CGI",
|
||||
// C++
|
||||
"cpps" => "Fichier source C++",
|
||||
"cpph" => "Fichier source C++",
|
||||
// Java
|
||||
"javas" => "Fichier source Java",
|
||||
"javac" => "Fichier classe Java",
|
||||
// Pascal
|
||||
"pas" => "Fichie Pascal",
|
||||
|
||||
// images
|
||||
"gif" => "Image GIF",
|
||||
"jpg" => "Image JPG",
|
||||
"bmp" => "Image BMP",
|
||||
"png" => "Image PNG",
|
||||
|
||||
// compressed
|
||||
"zip" => "Archive ZIP",
|
||||
"tar" => "Archive TAR",
|
||||
"gzip" => "Archive GZIP",
|
||||
"bzip2" => "Archive BZIP2",
|
||||
"rar" => "Archive RAR",
|
||||
|
||||
// music
|
||||
"mp3" => "Fichier audio MP3",
|
||||
"wav" => "Fichier audio WAV",
|
||||
"midi" => "Fichier audio MIDI",
|
||||
"real" => "Fichier RealAudio",
|
||||
|
||||
// movie
|
||||
"mpg" => "Fichier vid<69>o MPG",
|
||||
"mov" => "Fichier Vid<69>o",
|
||||
"avi" => "Fichier vid<69>o AVI",
|
||||
"flash" => "Fichier vid<69>o Flash",
|
||||
|
||||
// Micosoft / Adobe
|
||||
"word" => "Document Word",
|
||||
"excel" => "Document Excel",
|
||||
"pdf" => "Fichier PDF"
|
||||
); ?>
|
Reference in New Issue
Block a user