]> git.joonet.de Git - adminer.git/commitdiff
Use plural for index columns
authorJakub Vrana <jakub@vrana.cz>
Sun, 6 Apr 2025 04:55:54 +0000 (06:55 +0200)
committerJakub Vrana <jakub@vrana.cz>
Sun, 6 Apr 2025 05:29:23 +0000 (07:29 +0200)
adminer/indexes.inc.php
adminer/lang/cs.inc.php
adminer/lang/xx.inc.php

index acdb5ad9d57ee62441b3ace94933e8a2fc1215f8..d1b15a9a263ee0f15be8dd8fd816612e69efe068 100644 (file)
@@ -106,7 +106,7 @@ $show_options = ($_POST ? $_POST["options"] : get_setting("index_options"));
 <thead><tr>
 <th id="label-type"><?php echo lang('Index Type'); ?>
 <th><input type="submit" class="wayoff"><?php
-echo lang('Column') . ($lengths ? "<span class='idxopts" . ($show_options ? "" : " hidden") . "'> (" . lang('length') . ")</span>" : "");
+echo lang('Columns') . ($lengths ? "<span class='idxopts" . ($show_options ? "" : " hidden") . "'> (" . lang('length') . ")</span>" : "");
 if ($lengths || support("descidx")) {
        echo checkbox("options", 1, $show_options, lang('Options'), "indexOptionsShow(this.checked)", "jsonly") . "\n";
 }
index ff945c6d7c5b9a680c524be2bead3e2fd322510a..308cf0618c8a4f5542db13b579ffb63e71d77f53 100644 (file)
@@ -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',
index edea4521d6f8f87e44816c43876600d2bbc6fb9c..b74fb8116b1813e5482266a22a6fbc6a254dd094 100644 (file)
@@ -46,6 +46,7 @@ Lang::$translations = array(
        'User has been created.' => 'Xx.',
        'Hashed' => 'Xx',
        'Column' => 'Xx',
+       'Columns' => 'Xx',
        'Routine' => 'Xx',
        'Grant' => 'Xx',
        'Revoke' => 'Xx',