diff --git a/plugins/tables-filter.php b/plugins/tables-filter.php index d0dd06f0..b72aec28 100644 --- a/plugins/tables-filter.php +++ b/plugins/tables-filter.php @@ -64,15 +64,26 @@ sessionStorage && document.addEventListener('DOMContentLoaded', () => { sessionStorage.setItem('adminer_tables_filter_db', db); }); -

+

lang('Filter'); ?>: array('' => 'Filtruje názvy v seznamu tabulek'), - 'de' => array('' => 'Filtern Sie Namen in der Tabellenliste'), - 'pl' => array('' => 'Filtruj nazwy na liście tabel'), - 'ro' => array('' => 'Nume de filtre în lista de tabele'), - 'ja' => array('' => 'テーブル一覧をテーブル名でフィルタリング'), + 'cs' => array( + '' => 'Filtruje názvy v seznamu tabulek', + 'Filter' => 'Filtr', + ), + 'de' => array( + '' => 'Filtern Sie Namen in der Tabellenliste', + ), + 'pl' => array( + '' => 'Filtruj nazwy na liście tabel', + ), + 'ro' => array( + '' => 'Nume de filtre în lista de tabele', + ), + 'ja' => array( + '' => 'テーブル一覧をテーブル名でフィルタリング', + ), ); }