From 8fbb3f5f4bcacbed265dd2e1448950874b86e54b Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 6 Jul 2007 09:15:53 +0000 Subject: [PATCH] Order by -> Sort git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@56 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- lang.inc.php | 2 +- select.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang.inc.php b/lang.inc.php index 5070f0eb..c9724d85 100644 --- a/lang.inc.php +++ b/lang.inc.php @@ -65,7 +65,7 @@ function lang($idf = null) { 'Select' => 'Vypsat', 'New item' => 'Nová položka', 'Search' => 'Vyhledat', - 'Order by' => 'Setřídit', + 'Sort' => 'Setřídit', 'DESC' => 'sestupně', 'Limit' => 'Limit', 'No rows.' => 'Žádné řádky.', diff --git a/select.inc.php b/select.inc.php index e223843f..99fa4fad 100644 --- a/select.inc.php +++ b/select.inc.php @@ -42,7 +42,7 @@ echo "\n"; //! JavaScript for adding next //! fulltext search echo "\n"; -echo "
" . lang('Order by') . "\n"; +echo "
" . lang('Sort') . "\n"; $order = array(); $i = 0; foreach ((array) $_GET["order"] as $key => $val) {