* Allow to define sort order for search-results (garvinhicking)
This commit is contained in:
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user