port everything so that 2.0 and 1.7 have the same features
This commit is contained in:
13
plugins/serendipity_event_livesearch/UTF-8/lang_sk.inc.php
Normal file
13
plugins/serendipity_event_livesearch/UTF-8/lang_sk.inc.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @author Martin Matuška <martin@matuska.org>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
* Translated on 2010/08/17
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_LIVESEARCH_NAME', 'Livesearch');
|
||||
@define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Vylepší vnútornú vyhľadávaciu funkciu pridaním odporúčania v reálnom čase (JavaScript)');
|
||||
@define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'Počkajte, posielam požiadavku...');
|
||||
@define('PLUGIN_EVENT_LIVESEARCH_NOTFOUND', 'Žiaden príspevok neobsahuje Váš výraz');
|
||||
?>
|
Reference in New Issue
Block a user