From d591a94538ac9bee2e7310a4a55f08e3988bf9b6 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 6 Jul 2007 14:00:58 +0000 Subject: [PATCH] Czech translation git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@67 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- lang.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang.inc.php b/lang.inc.php index c9724d85..d39ceade 100644 --- a/lang.inc.php +++ b/lang.inc.php @@ -79,6 +79,8 @@ function lang($idf = null) { 'Foreign keys' => 'Cizí klíče', 'Triggers' => 'Spouště', 'View' => 'Pohled', + 'Unable to select the table' => 'Nepodařilo se vypsat tabulku', + 'Unable to show the table definition' => 'Nepodařilo se získat strukturu tabulky', ), ); if (!isset($idf)) {