[pLog-svn] r5582 - plog/branches/lifetype-1.2/locale

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jun 27 10:07:25 EDT 2007


Author: oscar
Date: 2007-06-27 10:07:25 -0400 (Wed, 27 Jun 2007)
New Revision: 5582

Modified:
   plog/branches/lifetype-1.2/locale/locale_es_ES.php
Log:
Added a missing string to the spanish locale.

Modified: plog/branches/lifetype-1.2/locale/locale_es_ES.php
===================================================================
--- plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-06-27 08:29:32 UTC (rev 5581)
+++ plog/branches/lifetype-1.2/locale/locale_es_ES.php	2007-06-27 14:07:25 UTC (rev 5582)
@@ -1,4 +1,4 @@
-<?php
+	<?php
 // set this to the encoding that should be used to display the pages correctly
 $messages['encoding'] = 'iso-8859-1';
 $messages['locale_description'] = 'Traducción al español de LifeType';
@@ -121,6 +121,7 @@
 $messages['admin'] = 'Administración';
 $messages['guestbook'] = 'Libro de visitas';
 $messages['num_reads'] = 'Lecturas';
+$messages['categories'] = 'Categorías';
 
 $messages['error_fetching_resource'] = 'El fichero no se pudo encontrar.';
 $messages['contact_me'] = 'Contactar';



More information about the pLog-svn mailing list