additional_plugins/serendipity_event_livesearch/lang_pt_PT.inc.php
2014-12-11 10:26:41 +01:00

11 lines
544 B
PHP

<?php
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by João P Matos <jmatos@math.ist.utl.pt>
/* vim: set sts=4 ts=4 expandtab : */
@define('PLUGIN_EVENT_LIVESEARCH_NAME', 'Livesearch');
@define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Melhora o funcionamento interno da busca ao juntar actualizações em tempo real ao pressionar as teclas (JavaScript)');
@define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'Espere, enviando pedido...');
?>