1
0

* Allow to define sort order for search-results (garvinhicking)

This commit is contained in:
Garvin Hicking
2009-08-24 08:24:19 +00:00
parent be6a1f7964
commit db2ad9402a
62 changed files with 278 additions and 21 deletions

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_is.inc.php 2547 2009-07-14 09:22:06Z garvinhicking $
<?php # $Id: serendipity_lang_is.inc.php 2548 2009-07-14 09:40:11Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Örn Arnarson <orn@arnarson.net>
@ -952,3 +952,7 @@
@define('MEDIA_TITLE', 'TITLE-Attribute (will be displayed on mouse over)');
@define('QUICKSEARCH_SORT', 'How should search-results be sorted?');
@define('QUICKSEARCH_SORT_RELEVANCE', 'Relevance');