From fa2d4e1a47910e929ef52d97703936711157e8fb Mon Sep 17 00:00:00 2001 From: Christian Kreidl Date: Tue, 30 Aug 2022 14:36:49 +0200 Subject: [PATCH] add localization for MenuManager --- bibtexbrowser.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);?>