diff --git a/README.md b/README.md index 2ea8f54..1fa16f3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Live demo](https://img.shields.io/badge/Help-Docs-lightgrey.svg?style=flat-square)](https://tinyfilemanager.github.io/) [![GitHub Release](https://img.shields.io/github/release/qubyte/rubidium.svg?style=flat-square)](https://github.com/prasathmani/tinyfilemanager/releases) [![GitHub License](https://img.shields.io/github/license/prasathmani/tinyfilemanager.svg?style=flat-square)](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE) -[![Beerpay](https://beerpay.io/prasathmani/tinyfilemanager/badge.svg?style=flat-square)](https://beerpay.io/prasathmani/tinyfilemanager) +[![Paypal](https://img.shields.io/badge/Donate-Paypal-lightgrey.svg?style=flat-square)](https://www.paypal.me/prasathmani) > It is a simple, fast and small file manager with single php file. It is also a web code editor. It'll run either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have **PHP 5.5+** available. ## Demo diff --git a/tinyfilemanager.php b/tinyfilemanager.php index b08f8e5..6b4d34b 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -1300,35 +1300,28 @@ if (isset($_GET['view'])) { ?>

-   - +   +   -   - +   +   - +   + class="edit-file">   - +

- Full size: '.fm_get_filesize($all_files_size).'' ?>, - '.$num_files.'' ?>, - '.$num_folders.'' ?>, - '.fm_get_filesize(@memory_get_usage(true)).'' ?>, + Full size: '.fm_get_filesize($all_files_size).'' ?> + '.$num_files.'' ?> + '.$num_folders.'' ?> + '.fm_get_filesize(@memory_get_usage(true)).'' ?> '.fm_get_filesize(@disk_free_space($path)) .' free of '.fm_get_filesize(@disk_total_space($path)).''; ?> @@ -2401,7 +2394,7 @@ function fm_get_image_exts() */ function fm_get_video_exts() { - return array('webm', 'mp4', 'm4v', 'ogm', 'ogv', 'mov'); + return array('webm', 'mp4', 'm4v', 'ogm', 'ogv', 'mov', 'mkv'); } /** @@ -2969,6 +2962,8 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal'; padding: 0; min-width: 18px; } + .table-sm td, .table-sm th { padding: .4rem;} + .table-bordered td, .table-bordered th { border: 1px solid #f1f1f1;} .hidden { display: none } @@ -3172,7 +3167,7 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal'; .ekko-lightbox-nav-overlay a:hover{ color: #20507D; } - + #main-table span.badge{border-bottom:2px solid #f8f9fa}#main-table span.badge:nth-child(1){border-color:#df4227}#main-table span.badge:nth-child(2){border-color:#f8b600}#main-table span.badge:nth-child(3){border-color:#00bd60}#main-table span.badge:nth-child(4){border-color:#4581ff}#main-table span.badge:nth-child(5){border-color:#ac68fc}#main-table span.badge:nth-child(6){border-color:#45c3d2} @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) { .navbar-collapse .col-xs-6.text-right { padding: 0; } } .btn.active.focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn:active:focus,.btn:focus{outline:0!important;outline-offset:0!important;background-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important} .lds-facebook{display:none;position:relative;width:64px;height:64px}.lds-facebook div,.lds-facebook.show-me{display:inline-block}.lds-facebook div{position:absolute;left:6px;width:13px;background:#007bff;animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite}.lds-facebook div:nth-child(1){left:6px;animation-delay:-.24s}.lds-facebook div:nth-child(2){left:26px;animation-delay:-.12s}.lds-facebook div:nth-child(3){left:45px;animation-delay:0}@keyframes lds-facebook{0%{top:6px;height:51px}100%,50%{top:19px;height:26px}} diff --git a/translation.json b/translation.json index 34d9b36..6f4624b 100644 --- a/translation.json +++ b/translation.json @@ -295,13 +295,13 @@ } }, { - "name": "Deutsche", + "name": "Deutsch", "code": "de", "translation": { "AppName": "Tiny File Manager", "AppTitle": "Datei Manager", "Login": "Einloggen", - "Username": "Benutername", + "Username": "Benutzername", "Password": "Passwort", "Logout": "Ausloggen", "Move": "Verschieben", @@ -312,26 +312,26 @@ "File": "Datei", "Back": "Zurück", "Size": "Größe", - "Perms": "Perms", + "Perms": "Berechtigungen", "Modified": "Geändert", "Owner": "Eigentümer", "Search": "Suchen", - "NewItem": "Neues Item", + "NewItem": "Neues Element", "Folder": "Ordner", "Delete": "Löschen", - "Rename": "Umbennen", + "Rename": "Umbenennen", "CopyTo": "Kopieren nach", "DirectLink": "Direktlink", "UploadingFiles": "Datei hochladen", "ChangePermissions": "Berechtigungen ändern", "Copying": "Kopieren", "CreateNewItem": "Neue Datei erstellen", - "Name": "Naam", - "AdvancedEditor": "Fortgeschrittener Editor", + "Name": "Name", + "AdvancedEditor": "Erweiterter Editor", "RememberMe": "Eingeloggt bleiben", "Actions": "Aktionen", "Upload": "Hochladen", - "Cancel": "Abbrechner", + "Cancel": "Abbrechen", "InvertSelection": "Auswahl umkehren", "DestinationFolder": "Zielordner", "ItemType": "Dateityp", @@ -339,14 +339,14 @@ "CreateNow": "Jetzt erstellen", "Download": "Download", "Open": "Öffnen", - "UnZip": "UnZip", - "UnZipToFolder": "UnZip im Ordner", + "UnZip": "Entpacken", + "UnZipToFolder": "Entpacken im Ordner", "Edit": "Bearbeiten", - "NormalEditor": "Normaler Editor", + "NormalEditor": "Standard Editor", "BackUp": "Backup", - "SourceFolder": "Source ordner", - "Files": "Datein", - "Change": "Verändern", + "SourceFolder": "Quellordner", + "Files": "Dateien", + "Change": "Ändern", "Settings": "Einstellungen", "Language": "Sprache" }