]> git.joonet.de Git - adminer.git/commitdiff
Use singular caption
authorJakub Vrana <jakub@vrana.cz>
Tue, 24 Jun 2014 13:02:08 +0000 (15:02 +0200)
committerJakub Vrana <jakub@vrana.cz>
Tue, 24 Jun 2014 13:02:08 +0000 (15:02 +0200)
adminer/include/editing.inc.php
adminer/lang/cs.inc.php
adminer/lang/xx.inc.php

index e0e320a67260985c4f5a6c3539af1423f7c17478..3babfaa2ccc919a033a97ca84f8496f4386c935d 100644 (file)
@@ -247,7 +247,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra
        'pgsql' => "datatype.html#DATATYPE-SERIAL",
        '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 } ?>
 <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>
index 0ff4d538a1efb5e7920874b6422c6e80c6f8ffc4..8d98db6ffc2f506c26c4c38dd179749a6007867d 100644 (file)
@@ -164,6 +164,7 @@ $translations = array(
        'Auto Increment' => 'Auto Increment',
        'Options' => 'Volby',
        'Comment' => 'Komentář',
+       'Default value' => 'Výchozí hodnota',
        'Default values' => 'Výchozí hodnoty',
        'Drop' => 'Odstranit',
        'Are you sure?' => 'Opravdu?',
index cbfa94cfde973af6fcbd53bf107a8ddb5aae40f8..168b18c33593efbf670aba16450a1250a41e59d7 100644 (file)
@@ -164,6 +164,7 @@ $translations = array(
        'Auto Increment' => 'xx',
        'Options' => 'xx',
        'Comment' => 'xx',
+       'Default value' => 'xx',
        'Default values' => 'xx',
        'Drop' => 'xx',
        'Are you sure?' => 'xx',