mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
Remove useless translations
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1014 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -8,7 +8,7 @@ class Adminer {
|
||||
* @return string
|
||||
*/
|
||||
function name() {
|
||||
return lang('Adminer');
|
||||
return "Adminer";
|
||||
}
|
||||
|
||||
/** Connection parameters
|
||||
@@ -163,7 +163,7 @@ class Adminer {
|
||||
if ($index["type"] == "FULLTEXT") {
|
||||
echo "(<i>" . implode("</i>, <i>", array_map('h', $index["columns"])) . "</i>) AGAINST";
|
||||
echo " <input name='fulltext[$i]' value='" . h($_GET["fulltext"][$i]) . "'>";
|
||||
echo "<label><input type='checkbox' name='boolean[$i]' value='1'" . (isset($_GET["boolean"][$i]) ? " checked" : "") . ">" . lang('BOOL') . "</label>";
|
||||
echo "<label><input type='checkbox' name='boolean[$i]' value='1'" . (isset($_GET["boolean"][$i]) ? " checked" : "") . ">BOOL</label>";
|
||||
echo "<br>\n";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user