summaryrefslogtreecommitdiffstats
path: root/web/lang
diff options
context:
space:
mode:
authorCallan Barrett <wizzomafizzo@gmail.com>2008-01-15 18:59:48 +0900
committerDan McGee <dan@archlinux.org>2008-01-20 00:21:21 -0600
commit14ecbf5fd577995a93f4437ce5d60069fd7cc771 (patch)
treeb2be8012d6e6769cefc620225a0a75bfb49778b3 /web/lang
parent8ab823728c729e9780820bf15aad3585078c8342 (diff)
downloadaurweb-14ecbf5fd577995a93f4437ce5d60069fd7cc771.tar.xz
Add search result information
This adds search results numbers to the bottom of pages when searching based on tardo's repository, ex. Showing results 1 - 42 of 42 Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Diffstat (limited to 'web/lang')
-rw-r--r--web/lang/en/pkgfuncs_po.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/lang/en/pkgfuncs_po.inc b/web/lang/en/pkgfuncs_po.inc
index 2f6a62e..3e7d318 100644
--- a/web/lang/en/pkgfuncs_po.inc
+++ b/web/lang/en/pkgfuncs_po.inc
@@ -159,4 +159,6 @@ $_t["en"]["This package has been flagged out of date."] = "This package has been
$_t["en"]["Toggle Notify"] = "Toggle Notify";
+$_t["en"]["Showing results %s - %s of %s"] = "Showing results %s - %s of %s";
+
?>