[pLog-svn] r6140 - in plugins/branches/lifetype-1.2/moderate: . locale

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jan 2 15:16:44 EST 2008


Author: jondaley
Date: 2008-01-02 15:16:44 -0500 (Wed, 02 Jan 2008)
New Revision: 6140

Added:
   plugins/branches/lifetype-1.2/moderate/locale/locale_fr_FR.php
Modified:
   plugins/branches/lifetype-1.2/moderate/locale/locale_es_ES.php
   plugins/branches/lifetype-1.2/moderate/pluginmoderate.class.php
Log:
added french locale.  Thanks fetisso


Property changes on: plugins/branches/lifetype-1.2/moderate/locale/locale_es_ES.php
___________________________________________________________________
Name: svn:executable
   - *

Added: plugins/branches/lifetype-1.2/moderate/locale/locale_fr_FR.php
===================================================================
--- plugins/branches/lifetype-1.2/moderate/locale/locale_fr_FR.php	                        (rev 0)
+++ plugins/branches/lifetype-1.2/moderate/locale/locale_fr_FR.php	2008-01-02 20:16:44 UTC (rev 6140)
@@ -0,0 +1,26 @@
+<?php
+$messages["manageAntiSpamPlugins"] = "Gestionnaire des commentaires";
+$messages["moderatePluginSettings"] = "Valider";
+
+$messages["comment_status_unmoderated"] = "Non validé";
+$messages["unmoderatedComments"] = "Commentaires non validés";
+
+$messages["moderate_plugin_enabled"] = "Activer le gestionnaire de commentaire";
+$messages["moderate_plugin"] = "Validation des commentaires";
+$messages["moderate_moderate"] = "Mark as normal comment";
+$messages["moderate_reject"] = "Supprimer le commentaire";
+
+$messages["error_no_unmoderated_comment_selected"] = "There was no unmoderate commemt selected.";
+$messages["error_moderate_not_enabled"] = "Please kindly enable moderate plugin first.";
+
+$messages["moderate_comments_moderated_ok"] = "Commentaires validés.";
+$messages["moderate_comments_rejected_ok"] = "Commentaires supprimés.";
+$messages["moderate_settings_saved_ok"] = "Les paramêtres de validation ont été sauvegardés !";
+
+$messages["label_configuration"] = "Configuration";
+$messages["label_enable"] = "Activer";
+$messages["label_moderate"] = "Valider";
+$messages["label_reject"] = "Rejeter";
+
+$messages["moderate_form_note"] = "Les commentaires doivent être validé avant d'apparaitre sur le blog.";
+?>


Property changes on: plugins/branches/lifetype-1.2/moderate/locale/locale_fr_FR.php
___________________________________________________________________
Name: svn:executable
   + *

Modified: plugins/branches/lifetype-1.2/moderate/pluginmoderate.class.php
===================================================================
--- plugins/branches/lifetype-1.2/moderate/pluginmoderate.class.php	2008-01-02 16:48:57 UTC (rev 6139)
+++ plugins/branches/lifetype-1.2/moderate/pluginmoderate.class.php	2008-01-02 20:16:44 UTC (rev 6140)
@@ -17,8 +17,8 @@
 			$this->id = "moderate";
 			$this->desc = "Provides moderation of comments";
 			$this->author = "The LifeType Project";
-			$this->locales = Array( "en_UK", "zh_TW", "es_ES" );
-            $this->version = "20070226";
+			$this->locales = Array( "en_UK", "zh_TW", "es_ES", "fr_FR", "ca_ES" );
+            $this->version = "20080102";
 			
 			$this->init();
 		}



More information about the pLog-svn mailing list