diff --git a/editor.php b/editor.php index 133e4cd..f58c21b 100644 --- a/editor.php +++ b/editor.php @@ -101,7 +101,16 @@ h2 {color: rgba(0,198,255,0.7)}


-

+ " . + "(" . $_SERVER['SERVER_SOFTWARE'] . ")";?>





@@ -124,7 +133,7 @@ h2 {color: rgba(0,198,255,0.7)} $last10FilesArray = explode(",", $ICEcoder["last10Files"]); for ($i = 0; $i < count($last10FilesArray); $i++) { if ($ICEcoder["last10Files"] == "") { - echo '
' . $t['none'] . '


'; + echo '
' . $t['none'] . '

'; } else { $fileFolderName = str_replace("\\", "/", $last10FilesArray[$i]); // Get extension (prefix 'ext-' to prevent invalid classes from extensions that begin with numbers) @@ -137,6 +146,15 @@ h2 {color: rgba(0,198,255,0.7)} } } ;?> + +

+
+

+
diff --git a/lang/chinese-simplified.php b/lang/chinese-simplified.php index 38df35e..57d2143 100644 --- a/lang/chinese-simplified.php +++ b/lang/chinese-simplified.php @@ -23,6 +23,8 @@ $text = [ "files" => "文件", "Last 10 files..." => "最后10个打开的文件:", "none" => "[none]", + "multi-user" => "多用户", + "Username" => "用户名:", ], "files" => diff --git a/lang/chinese-traditional.php b/lang/chinese-traditional.php index 607c949..7431bd8 100644 --- a/lang/chinese-traditional.php +++ b/lang/chinese-traditional.php @@ -23,6 +23,8 @@ $text = [ "files" => "文件", "Last 10 files..." => "最後10個打開的文件:", "none" => "[none]", + "multi-user" => "多用戶", + "Username" => "Username:", ], "files" => diff --git a/lang/dutch.php b/lang/dutch.php index fc6ad00..0e46d41 100644 --- a/lang/dutch.php +++ b/lang/dutch.php @@ -23,6 +23,8 @@ $text = [ "files" => "bestanden", "Last 10 files..." => "Laatste 10 geopende bestanden:", "none" => "[none]", + "multi-user" => "multi-user", + "Username" => "Username:", ], "files" => diff --git a/lang/english.php b/lang/english.php index b284544..d84e24d 100644 --- a/lang/english.php +++ b/lang/english.php @@ -23,6 +23,8 @@ $text = [ "files" => "files", "Last 10 files..." => "Last 10 files opened:", "none" => "[none]", + "multi-user" => "multi-user", + "Username" => "Username:", ], "files" => diff --git a/lang/french.php b/lang/french.php index cea6793..959413b 100644 --- a/lang/french.php +++ b/lang/french.php @@ -23,6 +23,8 @@ $text = [ "files" => "Fichiers", "Last 10 files..." => "10 derniers fichiers ouverts :", "none" => "[aucun]", + "multi-user" => "Multi-utilisateur", + "Username" => "Username:", ], "files" => diff --git a/lang/german.php b/lang/german.php index 5f4135c..a368723 100644 --- a/lang/german.php +++ b/lang/german.php @@ -23,6 +23,8 @@ $text = [ "files" => "Dateien", "Last 10 files..." => "Die letzten 10 geöffneten Dateien:", "none" => "[nichts]", + "multi-user" => "Mehrbenutzermodus", + "Username" => "Username:", ], "files" => diff --git a/lang/italian.php b/lang/italian.php index 03ca588..5b8cd22 100644 --- a/lang/italian.php +++ b/lang/italian.php @@ -23,6 +23,8 @@ $text = [ "files" => "file", "Last 10 files..." => "Ultimi 10 file aperti:", "none" => "[none]", + "multi-user" => "multi-user", + "Username" => "Username:", ], "files" => diff --git a/lang/norwegian.php b/lang/norwegian.php index 28b3e01..af7f7f5 100644 --- a/lang/norwegian.php +++ b/lang/norwegian.php @@ -23,6 +23,8 @@ $text = [ "files" => "filer", "Last 10 files..." => "Siste 10 åpne filer:", "none" => "[none]", + "multi-user" => "flerbruker", + "Username" => "Username:", ], "files" => diff --git a/lang/persian.php b/lang/persian.php index 3447581..49e8312 100644 --- a/lang/persian.php +++ b/lang/persian.php @@ -23,6 +23,8 @@ $text = [ "files" => "فایل ها", "Last 10 files..." => "آخرین ۱۰ فایل باز شده", "none" => "[پوچ]", + "multi-user" => "چند کاربره", + "Username" => "Username:", ], "files" => diff --git a/lang/portuguese-brazilian.php b/lang/portuguese-brazilian.php index 56621d5..9715484 100644 --- a/lang/portuguese-brazilian.php +++ b/lang/portuguese-brazilian.php @@ -23,6 +23,8 @@ $text = [ "files" => "arquivos", "Last 10 files..." => "últimos 10 arquivos abertos:", "none" => "[nenhum]", + "multi-user" => "multi-usuãrios", + "Username" => "Username:", ], "files" => diff --git a/lang/spanish.php b/lang/spanish.php index 3a2b66d..83230c7 100644 --- a/lang/spanish.php +++ b/lang/spanish.php @@ -23,6 +23,8 @@ $text = [ "files" => "archivos", "Last 10 files..." => "Ultimos 10 archivos abiertos:", "none" => "[ninguno]", + "multi-user" => "multi-usuario", + "Username" => "Username:", ], "files" =>