From 82c544514dbe7adf3416aaf05ba8825820d9a607 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 17 Apr 2025 08:28:57 +0200 Subject: [PATCH] Move translation --- adminer/lang/cs.inc.php | 2 +- adminer/lang/pl.inc.php | 2 +- adminer/lang/xx.inc.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index b69997f5..8252c2d2 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -210,6 +210,7 @@ Lang::$translations = array( 'Add next' => 'Přidat další', 'Index Type' => 'Typ indexu', 'length' => 'délka', + 'Algorithm' => 'Algoritmus', 'Foreign keys' => 'Cizí klíče', 'Foreign key' => 'Cizí klíč', @@ -355,7 +356,6 @@ Lang::$translations = array( '%s must return an array.' => '%s musí vracet pole.', 'Configure %s in %s.' => 'Nakonfigurujte %s v %s.', 'screenshot' => 'obrázek', - 'Algorithm' => 'Algoritmus', ); // run `php ../../lang.php cs` to update this file diff --git a/adminer/lang/pl.inc.php b/adminer/lang/pl.inc.php index fe269ae5..6fb880b5 100644 --- a/adminer/lang/pl.inc.php +++ b/adminer/lang/pl.inc.php @@ -211,6 +211,7 @@ Lang::$translations = array( 'Add next' => 'Dodaj następny', 'Index Type' => 'Typ indeksu', 'length' => 'długość', + 'Algorithm' => 'Algorytm', 'Foreign keys' => 'Klucze obce', 'Foreign key' => 'Klucz obcy', @@ -355,7 +356,6 @@ Lang::$translations = array( '%s must return an array.' => '%s musi zwrócić tablicę.', 'Configure %s in %s.' => 'Skonfiguruj %s w %s.', 'screenshot' => 'zrzut ekranu', - 'Algorithm' => 'Algorytm', ); // run `php ../../lang.php pl` to update this file diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index ccafdbe9..d647696d 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -212,6 +212,7 @@ Lang::$translations = array( 'Add next' => 'Xx', 'Index Type' => 'Xx', 'length' => 'xx', + 'Algorithm' => 'Xx', 'Foreign keys' => 'Xx', 'Foreign key' => 'Xx', @@ -357,7 +358,6 @@ Lang::$translations = array( '%s must return an array.' => '%s xx xx.', 'Configure %s in %s.' => 'Xx %s xx %s.', 'screenshot' => 'xx', - 'Algorithm' => 'Xx', ); // run `php ../../lang.php xx` to update this file