diff --git a/adminer/indexes.inc.php b/adminer/indexes.inc.php index acdb5ad9..d1b15a9a 100644 --- a/adminer/indexes.inc.php +++ b/adminer/indexes.inc.php @@ -106,7 +106,7 @@ $show_options = ($_POST ? $_POST["options"] : get_setting("index_options")); (" . lang('length') . ")" : ""); +echo lang('Columns') . ($lengths ? " (" . lang('length') . ")" : ""); if ($lengths || support("descidx")) { echo checkbox("options", 1, $show_options, lang('Options'), "indexOptionsShow(this.checked)", "jsonly") . "\n"; } diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index ff945c6d..308cf061 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -45,6 +45,7 @@ Lang::$translations = array( 'User has been created.' => 'Uživatel byl vytvořen.', 'Hashed' => 'Zahašované', 'Column' => 'Sloupec', + 'Columns' => 'Sloupce', 'Routine' => 'Procedura', 'Grant' => 'Povolit', 'Revoke' => 'Zakázat', diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index edea4521..b74fb811 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -46,6 +46,7 @@ Lang::$translations = array( 'User has been created.' => 'Xx.', 'Hashed' => 'Xx', 'Column' => 'Xx', + 'Columns' => 'Xx', 'Routine' => 'Xx', 'Grant' => 'Xx', 'Revoke' => 'Xx',