[pLog-svn] r2837 - plog/branches/lifetype-1.0.3/locale

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Jan 21 17:16:29 GMT 2006


Author: jondaley
Date: 2006-01-21 17:16:28 +0000 (Sat, 21 Jan 2006)
New Revision: 2837

Modified:
   plog/branches/lifetype-1.0.3/locale/locale_en_US.php
   plog/branches/lifetype-1.0.3/locale/locale_gz_ES.php
   plog/branches/lifetype-1.0.3/locale/locale_it_IT.php
Log:
changed 'pLog' to 'LifeType' and moved author information to a comment

Modified: plog/branches/lifetype-1.0.3/locale/locale_en_US.php
===================================================================
--- plog/branches/lifetype-1.0.3/locale/locale_en_US.php	2006-01-20 11:05:52 UTC (rev 2836)
+++ plog/branches/lifetype-1.0.3/locale/locale_en_US.php	2006-01-21 17:16:28 UTC (rev 2837)
@@ -3,7 +3,7 @@
 // include UK messages, and then just change the ones we don't like
 include(PLOG_CLASS_PATH . "locale/locale_en_UK.php" );  
 
-$messages['locale_description'] = 'English/American locale file for pLog';
+$messages['locale_description'] = 'English/American locale file for LifeType';
 
 // As dumb as it is, Americans like the month/day/year format
 $messages['date_format'] = '%m/%d/%Y %H:%M';

Modified: plog/branches/lifetype-1.0.3/locale/locale_gz_ES.php
===================================================================
--- plog/branches/lifetype-1.0.3/locale/locale_gz_ES.php	2006-01-20 11:05:52 UTC (rev 2836)
+++ plog/branches/lifetype-1.0.3/locale/locale_gz_ES.php	2006-01-21 17:16:28 UTC (rev 2837)
@@ -1,7 +1,9 @@
 <?php
 // set this to the encoding that should be used to display the pages correctly
+
+// realizada por Victor Julio Quesada Varela, 2006. egalego at gmail.com, www.egalego.com';
 $messages['encoding'] = 'iso-8859-1';
-$messages['locale_description'] = 'Traducción o galego de lifetype 102, realizada por Víctor Julio Quesada Varela, 2006. egalego at gmail.com, www.egalego.com';
+$messages['locale_description'] = 'Traducción o galego de lifetype';
 // locale format, see Locale::formatDate for more information
 $messages['date_format'] = '%d/%m/%Y %H:%M';
 

Modified: plog/branches/lifetype-1.0.3/locale/locale_it_IT.php
===================================================================
--- plog/branches/lifetype-1.0.3/locale/locale_it_IT.php	2006-01-20 11:05:52 UTC (rev 2836)
+++ plog/branches/lifetype-1.0.3/locale/locale_it_IT.php	2006-01-21 17:16:28 UTC (rev 2837)
@@ -1,7 +1,7 @@
 <?php
 // set this to the encoding that should be used to display the pages correctly
 $messages['encoding'] = 'iso-8859-15';
-$messages['locale_description'] = 'File di localizzazione italiano per pLog';
+$messages['locale_description'] = 'File di localizzazione italiano per LifeType';
 // locale format, see Locale::formatDate for more information
 $messages['date_format'] = '%d/%m/%Y %H:%M';
 



More information about the pLog-svn mailing list