mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
Fix typo in translation
This commit is contained in:
@@ -28,10 +28,10 @@ class AdminerLoginTable extends Adminer\Plugin {
|
||||
}
|
||||
|
||||
protected $translations = array(
|
||||
'cs' => array('' => 'Autentizace uživatele podle tabulky "login'),
|
||||
'de' => array('' => 'Authentifizieren Sie einen Benutzer über die Tabelle "login'),
|
||||
'pl' => array('' => 'Uwierzytelnij użytkownika z tabeli "login'),
|
||||
'ro' => array('' => 'Autentificați un utilizator din tabelul "login".'),
|
||||
'cs' => array('' => 'Autentizace uživatele podle tabulky "login"'),
|
||||
'de' => array('' => 'Authentifizieren Sie einen Benutzer über die Tabelle "login"'),
|
||||
'pl' => array('' => 'Uwierzytelnij użytkownika z tabeli "login"'),
|
||||
'ro' => array('' => 'Autentificați un utilizator din tabelul "login"'),
|
||||
'ja' => array('' => '"login" テーブルによるユーザ認証'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user