From a62bb3877318e77684b7b3624f38873cd02da222 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Mon, 17 May 2021 12:22:16 +0530 Subject: [PATCH] PR update and sync --- config-sample.php | 4 ---- tinyfilemanager.php | 4 ++-- translation.json | 13 ++++++------- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/config-sample.php b/config-sample.php index a24b196..c75b9a9 100644 --- a/config-sample.php +++ b/config-sample.php @@ -30,10 +30,6 @@ $readonly_users = array( 'user' ); -//set application theme -//options - 'light' and 'dark' -$theme = 'light'; - // Enable highlight.js (https://highlightjs.org/) on view's page $use_highlightjs = true; diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 657c6e9..09d851f 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -3,13 +3,13 @@ $CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":false,"hide_Cols":false,"calc_folder":false,"theme":"light"}'; /** - * H3K | Tiny File Manager V2.4.5 + * H3K | Tiny File Manager V2.4.6 * CCP Programmers | ccpprogrammers@gmail.com * https://tinyfilemanager.github.io */ //TFM version -define('VERSION', '2.4.5'); +define('VERSION', '2.4.6'); //Application Title define('APP_TITLE', 'Tiny File Manager'); diff --git a/translation.json b/translation.json index 7562072..744a67e 100644 --- a/translation.json +++ b/translation.json @@ -1,8 +1,8 @@ { "appName": "Tiny File Manager", - "version": "2.4.5", + "version": "2.4.6", "language": [ - { + { "name": "Hungarian", "code": "hu", "translation": { @@ -81,7 +81,8 @@ "Login failed. Invalid username or password": "Sikertelen bejelentkezés. Hibás felhasználói név vagy jelszó.", "password_hash not supported, Upgrade PHP version": "password_hash ebben a PHP verzióban nem támogatott" } - }, { + }, + { "name": "Norsk", "code": "no", "translation": { @@ -1077,8 +1078,7 @@ "Check Latest Version": "Verifique a última versão", "HideColumns": "Ocultar colunas Perms / Owner", "CalculateFolderSize": "Calcular o tamanho da pasta", - - + "Advanced Search": "Busca Avançada", "Nothing selected": "Nada selecionado", "Renamed from": "Renomeado de", @@ -1117,13 +1117,12 @@ "Invalid characters in file or folder name": "Caracteres inválidos no nome do arquivo ou pasta", "Operations with archives are not available": "Operações com arquivos não estão disponíveis", "File or folder with this path already exists": "O arquivo ou pasta com este caminho já existe", - + "Folder is empty": "A pasta está vazia", "Moved from": "Movido de", "Created": "Criado", "You are logged in": "Você está logado", "Login failed. Invalid username or password": "Falha na autenticação. nome de usuário ou senha inválidos" - } }, {