diff --git a/bibtexbrowser.php b/bibtexbrowser.php
index 437af51..88a094e 100755
--- a/bibtexbrowser.php
+++ b/bibtexbrowser.php
@@ -2870,7 +2870,8 @@ function searchView() {
-
+
+ " class="input_box"/>
db->getTypes() as $type) {
- $types[$type] = $type;
+ $types[$type] = __($type);
}
- $types['.*'] = 'all types';
+ $types['.*'] = __('all types');;
// retreive or calculate page number to display
if (isset($_GET[Q_TYPE_PAGE])) {
$page = $_GET[Q_TYPE_PAGE];
@@ -2965,7 +2966,7 @@ function displayMenu($title, $list, $page, $pageSize, $pageKey,
and the navigation links on the right -->
+ | menuPageBar($pageKey, $numEntries, $page, $pageSize, $startIndex, $endIndex);?> |