From cfe39e48caaf8e6d4e53a89bd1f4353aec84eb35 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 8 Mar 2025 09:54:20 +0100 Subject: [PATCH] Update xx translation --- adminer/lang/xx.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index 19a5f504..d0e87c35 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -18,7 +18,7 @@ $translations = array( 'Adminer does not support accessing a database without a password, more information.' => 'Xx, xx.', 'Database does not support password.' => 'Xx.', 'Too many unsuccessful logins, try again in %d minute(s).' => array('Xx %d.', 'Xx %d.'), - 'Master password expired. Implement %s method to make it permanent.' => 'Xx %s xx.', + 'Master password expired. Implement %s method to make it permanent.' => 'Xx. Xx %s xx.', 'Language' => 'Xx', 'Invalid CSRF token. Send the form again.' => 'Xx.', 'If you did not send this request from Adminer then close this page.' => 'Xx.', @@ -33,7 +33,7 @@ $translations = array( 'Refresh' => 'Xx', // text direction - 'ltr' or 'rtl' - 'ltr' => 'xx', + 'ltr' => 'ltr', 'Privileges' => 'Xx', 'Create user' => 'Xx', @@ -254,6 +254,7 @@ $translations = array( 'Full table scan' => 'Xx', 'Unable to select the table' => 'Xx', 'No rows.' => 'Xx.', + // used in SQL query limit and it is followed by another number, e.g. '10 / 50 rows' meaning 10 of 50 rows '%d / ' => '%d / ', '%d row(s)' => array('%d xx', '%d xx'), 'Page' => 'Xx', -- 2.39.5