Update of /cvsroot/phpicalendar/phpicalendar/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15145/phpicalendar/languages
Modified Files:
english.inc.php spanish.inc.php swedish.inc.php
Log Message:
add Pick Multiple to lang files..other minor changes
Index: english.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** english.inc.php 6 May 2005 02:08:26 -0000 1.60
--- english.inc.php 16 Mar 2006 00:20:54 -0000 1.61
***************
*** 44,47 ****
--- 44,48 ----
$lang['l_search'] = 'Search'; // the verb
$lang['l_results'] = 'Search Results';
+ $lang['l_pick_multiple'] = 'Pick multiple';
$lang['l_query'] = 'Query'; // will be followed by the search query
$lang['l_no_results'] = 'No events found';
Index: spanish.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/languages/spanish.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** spanish.inc.php 6 May 2005 02:08:27 -0000 1.17
--- spanish.inc.php 16 Mar 2006 00:20:54 -0000 1.18
***************
*** 43,46 ****
--- 43,47 ----
$lang['l_search'] = 'Buscar'; // the verb
$lang['l_results'] = 'Resultados de la búsqueda';
+ $lang['l_pick_multiple'] = 'Pick multiple';
$lang['l_query'] = 'Consulta: '; // will be followed by the search query
$lang['l_no_results'] = 'Ningún evento encontrado';
Index: swedish.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/languages/swedish.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** swedish.inc.php 6 May 2005 02:08:27 -0000 1.17
--- swedish.inc.php 16 Mar 2006 00:20:54 -0000 1.18
***************
*** 44,47 ****
--- 44,48 ----
$lang['l_search'] = 'Sök'; // the verb
$lang['l_results'] = 'Resultat av Sökning';
+ $lang['l_pick_multiple'] = 'Pick multiple';
$lang['l_query'] = 'Sökord'; // will be followed by the search query
$lang['l_no_results'] = 'Inga kalenderhändelser funna';
|