diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 227073ed..ffdf20cb 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -87,6 +87,9 @@ $translations = array( 'Create database' => 'Vytvořit databázi', 'Database schema' => 'Schéma databáze', + // link to current database schema layout + 'Permanent link' => 'Trvalý odkaz', + // thousands separator - must contain single byte ',' => ' ', 'Engine' => 'Úložiště', diff --git a/adminer/schema.inc.php b/adminer/schema.inc.php index 05180013..32530f99 100644 --- a/adminer/schema.inc.php +++ b/adminer/schema.inc.php @@ -103,4 +103,4 @@ foreach ($schema as $name => $table) { } ?> -