From 13f08f7255b74d894a3f1a71b3f1caa1caca9a8c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 24 Jun 2014 15:02:08 +0200 Subject: [PATCH] Use singular caption --- adminer/include/editing.inc.php | 2 +- adminer/lang/cs.inc.php | 1 + adminer/lang/xx.inc.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index e0e320a6..3babfaa2 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -247,7 +247,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra 'pgsql' => "datatype.html#DATATYPE-SERIAL", 'mssql' => "ms186775.aspx", )); ?> - + " . lang('Comment') : ""); ?> "; ?> diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 0ff4d538..8d98db6f 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -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?', diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index cbfa94cf..168b18c3 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -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',