diff --git a/bibtexbrowser.php b/bibtexbrowser.php
index 437af51..5474897 100755
--- a/bibtexbrowser.php
+++ b/bibtexbrowser.php
@@ -2870,7 +2870,7 @@ class MenuManager {
-
+ " 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 +2965,7 @@ else $page = 1;
and the navigation links on the right -->
+ | menuPageBar($pageKey, $numEntries, $page, $pageSize, $startIndex, $endIndex);?> |