summaryrefslogtreecommitdiffstats
path: root/web/lang/en
diff options
context:
space:
mode:
authorCallan Barrett <wizzomafizzo@gmail.com>2008-01-15 10:59:48 +0100
committerDan McGee <dan@archlinux.org>2008-01-20 07:21:21 +0100
commit14ecbf5fd577995a93f4437ce5d60069fd7cc771 (patch)
treeb2be8012d6e6769cefc620225a0a75bfb49778b3 /web/lang/en
parent8ab823728c729e9780820bf15aad3585078c8342 (diff)
downloadaur-14ecbf5fd577995a93f4437ce5d60069fd7cc771.tar.gz
aur-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/en')
-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 2f6a62e8..3e7d318a 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";
+
?>