diff --git a/adminer/include/auth.inc.php b/adminer/include/auth.inc.php index 7e83bdb8..59cc8526 100644 --- a/adminer/include/auth.inc.php +++ b/adminer/include/auth.inc.php @@ -89,7 +89,7 @@ if ($auth) { set_session($key, null); } unset_permanent(); - redirect(substr(preg_replace('~\b(username|db|ns)=[^&]*&~', '', ME), 0, -1), lang('Logout successful.')); + redirect(substr(preg_replace('~\b(username|db|ns)=[^&]*&~', '', ME), 0, -1), lang('Logout successful.') . ' ' . lang('Thanks for using Adminer, consider donating.', 'https://sourceforge.net/donate/index.php?group_id=264133')); } } elseif ($permanent && !$_SESSION["pwds"]) { diff --git a/adminer/include/version.inc.php b/adminer/include/version.inc.php index 35070d21..98e72eac 100644 --- a/adminer/include/version.inc.php +++ b/adminer/include/version.inc.php @@ -1,2 +1,2 @@ 'Odhlásit', 'Logged as: %s' => 'Přihlášen jako: %s', 'Logout successful.' => 'Odhlášení proběhlo v pořádku.', + 'Thanks for using Adminer, consider donating.' => 'Díky za použití Admineru, zvažte příspěvek.', 'Invalid credentials.' => 'Neplatné přihlašovací údaje.', 'Implement %s method to use SQLite.' => 'Pro přihlášení k SQLite implementujte metodu %s.', 'Too many unsuccessful logins, try again in %d minute(s).' => array('Příliš mnoho pokusů o přihlášení, zkuste to znovu za %d minutu.', 'Příliš mnoho pokusů o přihlášení, zkuste to znovu za %d minuty.', 'Příliš mnoho pokusů o přihlášení, zkuste to znovu za %d minut.'), diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index 0851b21e..7bb29f18 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -10,6 +10,7 @@ $translations = array( 'Logout' => 'Xx', 'Logged as: %s' => 'Xx', 'Logout successful.' => 'Xx.', + 'Thanks for using Adminer, consider donating.' => 'Xx.', 'Invalid credentials.' => 'Xx.', 'Implement %s method to use SQLite.' => 'Xx.', 'Too many unsuccessful logins, try again in %d minute(s).' => array('Xx.', 'Xx.'),