From e0b4854e8c07d3399967814b68568c97b20e677f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Rajchl?= Date: Mon, 8 Apr 2024 09:14:49 +0200 Subject: [PATCH] Fix translation update (Czech, Slovak) --- adminer/lang/cs.inc.php | 2 +- adminer/lang/sk.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index df6f6a86..d8651316 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -351,5 +351,5 @@ $translations = array( // 'Thanks for using Adminer, consider donating.' => null, -); 'A newer version of AdminerEvo is available, download it now!' => 'Ke stažení je nová verze AdminerEvo!', +); diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index 4a52a3ad..09b7ff43 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -306,5 +306,5 @@ $translations = array( // 'Thanks for using Adminer, consider donating.' => null, -); 'A newer version of AdminerEvo is available, download it now!' => 'Stiahnite si novú verziu AdminerEvo!', +);