]> git.joonet.de Git - adminer.git/commitdiff
Update xx translation
authorJakub Vrana <jakub@vrana.cz>
Sat, 8 Mar 2025 08:54:20 +0000 (09:54 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sat, 8 Mar 2025 09:05:11 +0000 (10:05 +0100)
adminer/lang/xx.inc.php

index 19a5f5043e7f9d46a807ab054f0df30313651f9b..d0e87c35b7f4dfc7d7ac4cf9352fbcfc99383e8c 100644 (file)
@@ -18,7 +18,7 @@ $translations = array(
        'Adminer does not support accessing a database without a password, <a href="https://www.adminer.org/en/password/"%s>more information</a>.' => 'Xx, <a href="https://www.adminer.org/en/password/"%s>xx</a>.',
        'Database does not support password.' => 'Xx.',
        'Too many unsuccessful logins, try again in %d minute(s).' => array('Xx %d.', 'Xx %d.'),
-       'Master password expired. <a href="https://www.adminer.org/en/extension/"%s>Implement</a> %s method to make it permanent.' => '<a href="https://www.adminer.org/en/extension/"%s>Xx</a> %s xx.',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/"%s>Implement</a> %s method to make it permanent.' => 'Xx. <a href="https://www.adminer.org/en/extension/"%s>Xx</a> %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',