[pLog-svn] r4065 - in plugins/branches/lifetype-1.1/moderate: . locale

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Sep 28 20:46:23 GMT 2006


Author: oscar
Date: 2006-09-28 20:46:22 +0000 (Thu, 28 Sep 2006)
New Revision: 4065

Added:
   plugins/branches/lifetype-1.1/moderate/locale/locale_ca_ES.php
Modified:
   plugins/branches/lifetype-1.1/moderate/locale/locale_en_UK.php
   plugins/branches/lifetype-1.1/moderate/locale/locale_es_ES.php
   plugins/branches/lifetype-1.1/moderate/readme.txt
Log:
some locale fixes from Elena


Added: plugins/branches/lifetype-1.1/moderate/locale/locale_ca_ES.php
===================================================================
--- plugins/branches/lifetype-1.1/moderate/locale/locale_ca_ES.php	2006-09-28 20:45:09 UTC (rev 4064)
+++ plugins/branches/lifetype-1.1/moderate/locale/locale_ca_ES.php	2006-09-28 20:46:22 UTC (rev 4065)
@@ -0,0 +1,26 @@
+<?php
+$messages["manageAntiSpamPlugins"] = "Anti spam";
+$messages["moderatePluginSettings"] = "Moderació de comentaris";
+
+$messages["comment_status_unmoderated"] = "Sense moderar";
+$messages["unmoderatedComments"] = "Comentaris sense moderar";
+
+$messages["moderate_plugin_enabled"] = "Activa aquest complement";
+$messages["moderate_plugin"] = "Complement Moderació de comentaris";
+$messages["moderate_moderate"] = "Marca el comentari com a normal";
+$messages["moderate_reject"] = "Esborra comentari";
+
+$messages["error_no_unmoderated_comment_selected"] = "No hi ha cap comentari sense moderar seleccionat.";
+$messages["error_moderate_not_enabled"] = "Activa el complement Moderació de comentaris primer.";
+
+$messages["moderate_comments_moderated_ok"] = "Comentaris marcats com a normals correctament.";
+$messages["moderate_comments_rejected_ok"] = "Comentaris esborrats correctament.";
+$messages["moderate_settings_saved_ok"] = "Configuració de Moderació de comentaris actualitzada correctament!";
+
+$messages["label_configuration"] = "Configuració";
+$messages["label_enable"] = "Activa";
+$messages["label_moderate"] = "Modera";
+$messages["label_reject"] = "Rebutja";
+
+$messages["moderate_form_note"] = "Els comentaris són moderats per evitar spam. Això pot fer que el teu escrit tardi un poc en ser visible.";
+?>
\ No newline at end of file

Modified: plugins/branches/lifetype-1.1/moderate/locale/locale_en_UK.php
===================================================================
--- plugins/branches/lifetype-1.1/moderate/locale/locale_en_UK.php	2006-09-28 20:45:09 UTC (rev 4064)
+++ plugins/branches/lifetype-1.1/moderate/locale/locale_en_UK.php	2006-09-28 20:46:22 UTC (rev 4065)
@@ -21,4 +21,6 @@
 $messages["label_enable"] = "Enable";
 $messages["label_moderate"] = "Moderate";
 $messages["label_reject"] = "Reject";
+
+$messages["moderate_form_note"] = "Comments are moderated to prevent spam. This may cause a delay before your post appears.";
 ?>
\ No newline at end of file

Modified: plugins/branches/lifetype-1.1/moderate/locale/locale_es_ES.php
===================================================================
--- plugins/branches/lifetype-1.1/moderate/locale/locale_es_ES.php	2006-09-28 20:45:09 UTC (rev 4064)
+++ plugins/branches/lifetype-1.1/moderate/locale/locale_es_ES.php	2006-09-28 20:46:22 UTC (rev 4065)
@@ -26,4 +26,6 @@
 $messages["label_enable"] = "Activar";
 $messages["label_moderate"] = "Moderar";
 $messages["label_reject"] = "Rechazar";
+
+$messages["moderate_form_note"] = "Los comentarios son moderados para evitar spam. Esto puede hacer que tu escrito tarde un poco en ser visible.";
 ?>
\ No newline at end of file

Modified: plugins/branches/lifetype-1.1/moderate/readme.txt
===================================================================
--- plugins/branches/lifetype-1.1/moderate/readme.txt	2006-09-28 20:45:09 UTC (rev 4064)
+++ plugins/branches/lifetype-1.1/moderate/readme.txt	2006-09-28 20:46:22 UTC (rev 4065)
@@ -6,4 +6,10 @@
 This plugin offers you moderate of comments.
 
 Install:
-1. Configurate your Moderate plugin in your LifeType control center
\ No newline at end of file
+1. Configurate your Moderate plugin in your LifeType control center
+
+2. If you like you can add the following lines to your commentform.template to inform users that comments are moderated
+
+	{if $moderate && $moderate->isEnabled()} 
+	<p>{$locale->tr("moderate_form_note")}</p>
+	{/if}
\ No newline at end of file



More information about the pLog-svn mailing list