[pLog-svn] r5408 - in plugins/branches/lifetype-1.2/googleanalytics: . locale

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon May 14 09:14:51 EDT 2007


Author: jondaley
Date: 2007-05-14 09:14:51 -0400 (Mon, 14 May 2007)
New Revision: 5408

Added:
   plugins/branches/lifetype-1.2/googleanalytics/locale/locale_fr_FR.php
Modified:
   plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php
Log:
added french locale.  Thanks kouaa: http://forums.lifetype.net/viewtopic.php?t=6436

Copied: plugins/branches/lifetype-1.2/googleanalytics/locale/locale_fr_FR.php (from rev 5407, plugins/branches/lifetype-1.2/googleanalytics/locale/locale_en_UK.php)
===================================================================
--- plugins/branches/lifetype-1.2/googleanalytics/locale/locale_fr_FR.php	                        (rev 0)
+++ plugins/branches/lifetype-1.2/googleanalytics/locale/locale_fr_FR.php	2007-05-14 13:14:51 UTC (rev 5408)
@@ -0,0 +1,10 @@
+<?php
+$messages["gooleanalytics"] = "Google Analytics";
+$messages["GoogleAnalytics"] = "Google Analytics";
+$messages["googleanalytics_plugin"] = "Configuration de Google Analytics ";
+$messages["googleanalytics_plugin_enabled"] = "Activer le plugin Google Analytics.";
+$messages["label_uacct"] = "_uacct code";
+$messages["googleanalytics_uacct"] = "Merci de remplir le _uacct code. Vous pouvez trouver ce code dans la page \" Etat du suivi\" de Google Analytics.";
+$messages["googleanalytics_error_uacct"] = "Vous devez remplir le _uacct code.";
+$messages["googleanalytics_settings_saved_ok"] = "Mise &agrave; jour de Google Analytics r&eacute;alis&eacute;e avec succ&egrave;s";
+?>

Modified: plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php
===================================================================
--- plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php	2007-05-13 19:29:51 UTC (rev 5407)
+++ plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php	2007-05-14 13:14:51 UTC (rev 5408)
@@ -19,7 +19,7 @@
             $this->desc = "This plugin offers features to inset google analytics javascript codes in tempalte header";
             $this->version = "20070302";
   
-            $this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES" );
+            $this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES", "fr_FR" );
             
 			if( $source == "admin" )
 				$this->initAdmin();



More information about the pLog-svn mailing list