mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
Use singular caption
This commit is contained in:
@@ -247,7 +247,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra
|
|||||||
'pgsql' => "datatype.html#DATATYPE-SERIAL",
|
'pgsql' => "datatype.html#DATATYPE-SERIAL",
|
||||||
'mssql' => "ms186775.aspx",
|
'mssql' => "ms186775.aspx",
|
||||||
)); ?>
|
)); ?>
|
||||||
<td><?php echo lang('Default values'); ?>
|
<td><?php echo lang('Default value'); ?>
|
||||||
<?php echo (support("comment") ? "<td" . ($comments ? "" : " class='hidden'") . ">" . lang('Comment') : ""); ?>
|
<?php echo (support("comment") ? "<td" . ($comments ? "" : " class='hidden'") . ">" . lang('Comment') : ""); ?>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<td><?php echo "<input type='image' class='icon' name='add[" . (support("move_col") ? 0 : count($fields)) . "]' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>"; ?><script type="text/javascript">row_count = <?php echo count($fields); ?>;</script>
|
<td><?php echo "<input type='image' class='icon' name='add[" . (support("move_col") ? 0 : count($fields)) . "]' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>"; ?><script type="text/javascript">row_count = <?php echo count($fields); ?>;</script>
|
||||||
|
@@ -164,6 +164,7 @@ $translations = array(
|
|||||||
'Auto Increment' => 'Auto Increment',
|
'Auto Increment' => 'Auto Increment',
|
||||||
'Options' => 'Volby',
|
'Options' => 'Volby',
|
||||||
'Comment' => 'Komentář',
|
'Comment' => 'Komentář',
|
||||||
|
'Default value' => 'Výchozí hodnota',
|
||||||
'Default values' => 'Výchozí hodnoty',
|
'Default values' => 'Výchozí hodnoty',
|
||||||
'Drop' => 'Odstranit',
|
'Drop' => 'Odstranit',
|
||||||
'Are you sure?' => 'Opravdu?',
|
'Are you sure?' => 'Opravdu?',
|
||||||
|
@@ -164,6 +164,7 @@ $translations = array(
|
|||||||
'Auto Increment' => 'xx',
|
'Auto Increment' => 'xx',
|
||||||
'Options' => 'xx',
|
'Options' => 'xx',
|
||||||
'Comment' => 'xx',
|
'Comment' => 'xx',
|
||||||
|
'Default value' => 'xx',
|
||||||
'Default values' => 'xx',
|
'Default values' => 'xx',
|
||||||
'Drop' => 'xx',
|
'Drop' => 'xx',
|
||||||
'Are you sure?' => 'xx',
|
'Are you sure?' => 'xx',
|
||||||
|
Reference in New Issue
Block a user