From bf25dd5289efece9638af4ef59b7f01f869c6161 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 14 Nov 2013 16:50:57 +0000 Subject: [PATCH] Add translations for sorting criteria. --- examples/htdocs/mike.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 8321061..22f0764 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -36,7 +36,12 @@ "Subject": "موضوع", "Location": "موقع", "Records": "أهداف", - "Targets": "السجلات" + "Targets": "السجلات", + // Sorting criteria + "relevance": "أهميتها", + "title": "لقب", + "newest": "أحدث", + "oldest": "أقدم", } }; -- 1.7.10.4