1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 08:34:20 +02:00

Plugins: non-static $translations (fix #1000)

The main reason is that static properties are minified.
This commit is contained in:
Jakub Vrana
2025-04-08 12:57:03 +02:00
parent a3ddd59015
commit 91b3526e8d
50 changed files with 51 additions and 51 deletions

View File

@@ -168,7 +168,7 @@ DROP PROCEDURE adminer_alter;
}
}
protected static $translations = array(
protected $translations = array(
'cs' => array('' => 'Exportuje jednu databázi (např. vývojovou) tak, že může být synchronizována s jinou databází (např. produkční)'),
'de' => array('' => 'Exportiert eine Datenbank (z. B. Entwicklung), damit sie mit einer anderen Datenbank (z. B. Produktion) synchronisiert werden kann.'),
'pl' => array('' => 'Eksportuje jedną bazę danych (np. programistyczną), aby można ją było zsynchronizować z inną bazą danych (np. produkcyjną)'),