1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 11:04:02 +02:00

Add Polish translation

This commit is contained in:
Matthaiks
2025-04-06 15:40:41 +02:00
committed by Jakub Vrána
parent cdd8448908
commit 9683342792
3 changed files with 17 additions and 0 deletions

View File

@@ -73,5 +73,10 @@ class AdminerMenuLinks extends Adminer\Plugin {
'Both' => 'Oboje',
'Auto (select on select page, structure otherwise)' => 'Auto (vypsat na výpisech, jinak struktura)',
),
'pl' => array(
'Menu table links' => 'Linki do tabel w menu',
'Both' => 'Obie',
'Auto (select on select page, structure otherwise)' => 'Auto (pokaż na stronie przeglądania, w przeciwnym razie struktura)',
),
);
}