From 68349f55df082dc1d1ae3e6d4710653eb11e8817 Mon Sep 17 00:00:00 2001 From: aedrin Date: Tue, 15 Oct 2013 18:06:44 +0200 Subject: Add missing translations in SINGLE_USER_MODE In SINGLE_USER_MODE, some strings were untranslated. For instance "Loading, please wait..." and all strings in the "Actions" Menu ("Preferences...", "Search..." and so on) --- include/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions.php b/include/functions.php index 663d9351b..7c98055a6 100644 --- a/include/functions.php +++ b/include/functions.php @@ -819,6 +819,7 @@ if (SINGLE_USER_MODE) { @session_start(); authenticate_user("admin", null); + startup_gettext(); load_user_plugins($_SESSION["uid"]); } else { if (!validate_session()) $_SESSION["uid"] = false; -- cgit v1.2.3