diff --git a/filemanager-l10n.php b/filemanager-l10n.php new file mode 100644 index 0000000..92e4d60 --- /dev/null +++ b/filemanager-l10n.php @@ -0,0 +1,65 @@ + + array( + "Username" => "Utilisateur", + "Password" => "Mot de passe", + "Login" => "Connexion", + "Logout" => "Déconnexion", + "Move" => "Déplacer", + "Copy" => "Copier", + "Save" => "Sauvegarder", + "Select all" => "Tout sélectionner", + "Unselect all" => "Tout déselectionner", + "Cancel" => "Annuler", + "File" => "Fichier", + "Files:" => "Fichiers:", + "files:" => "fichiers:", + "Source folder:" => "Dossier source:", + "Source path:" => "Chemin source:", + "Destination folder:" => "Dossier destination:", + "Select folder:" => "Sélectionner un dossier:", + "Download" => "Télécharger", + "Open" => "Ouvrir", + "Back" => "Retour", + "File not found" => "Fichier non trouvé", + "File Saved Successfully" => "Fichier sauvegarder", + "FILE EXTENSION HAS NOT SUPPORTED" => "EXTENSION DE FICHIER NON SUPPORTE", + "Change" => "Modifier", + "Size" => "Taille", + "Modified" => "Modification", + "Owner" => "Propriétaire", + "Invert selection" => "Inverser la sélection", + "Search" => "Recherche", + "Search Results" => "Résultat de la recherche", + "Upload files" => "Envoyer des fichiers", + "New folder" => "Nouveau dossier", + "Folder" => "Dossier", + "folders:" => "dossier:", + "Delete" => "Supprimer", + "Rename" => "Renommer", + "Copy to..." => "Copier vers...", + "Direct link" => "Lien direct", + "Change Permissions" => "Modifier les permissions", + "Full path:" => "Chemin absolue:", + "Full size:" => "Taille total:", + "File size:" => "Taille du fichier:", + "Group" => "Groupe", + "Other" => "Autre", + "Read" => "Lire", + "Write" => "Ecrire", + "Execute" => "Exécuter", + "New name" => "Nouveau nom", + "Uploading files" => "Envoyer des fichiers", + "Copying" => "Copier", + "Create New Item" => "Créer un nouvel élément", + "Item Name" => "Nom de l'élément", + "Item Type" => "Type d'élement", + "Find a item in current folder..." => "Trouver un élément dans le dossier actuel...", + "Close" => "Fermer", + "Create Now" => "Créer", + "Name" => "Nom", + "Advanced Edit" => "Edition avancée", + "Advanced Editor" => "Editeur avancé" + ) + ); diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 7ab6c31..d791de0 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -140,7 +140,7 @@ if ($use_auth) { fm_show_message(); ?>
- H3K File manager + H3K File manager


@@ -190,7 +190,7 @@ if (isset($_POST['ajax']) && !FM_READONLY) { //search : get list of files from the current folder if(isset($_POST['type']) && $_POST['type']=="search") { - $dir = $_POST['path'];; + $dir = $_POST['path']; $response = scan($dir); echo json_encode($response); } @@ -679,8 +679,8 @@ if (isset($_GET['upload']) && !FM_READONLY) { fm_show_nav_path(FM_PATH); // current path ?>
-

Uploading files

-

Destination folder:

+

+

@@ -691,8 +691,8 @@ if (isset($_GET['upload']) && !FM_READONLY) {

-   - +   +

@@ -727,10 +727,10 @@ if (isset($_POST['copy']) && !FM_READONLY) { /

-

+

-   - +   +

@@ -752,15 +752,15 @@ if (isset($_GET['copy']) && !isset($_GET['finish']) && !FM_READONLY) { fm_show_nav_path(FM_PATH); // current path ?>
-

Copying

+

- Source path:
- Destination folder: +
+

-   -   - +   +   +