From: aedrin Date: Tue, 15 Oct 2013 16:06:44 +0000 (+0200) Subject: Add missing translations in SINGLE_USER_MODE X-Git-Tag: 1.11~38^2^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=68349f55df082dc1d1ae3e6d4710653eb11e8817;p=tt-rss.git 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) --- diff --git a/include/functions.php b/include/functions.php index 663d9351..7c98055a 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;