[pLog-svn] r2644 - in plugins/trunk/jupload: . locale templates

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Nov 26 19:42:11 GMT 2005


Author: jondaley
Date: 2005-11-26 19:42:10 +0000 (Sat, 26 Nov 2005)
New Revision: 2644

Modified:
   plugins/trunk/jupload/locale/locale_en_UK.php
   plugins/trunk/jupload/pluginjupload.class.php
   plugins/trunk/jupload/templates/pluginsettings.template
Log:
fixed up/added some strings.

Modified: plugins/trunk/jupload/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/jupload/locale/locale_en_UK.php	2005-11-26 17:52:31 UTC (rev 2643)
+++ plugins/trunk/jupload/locale/locale_en_UK.php	2005-11-26 19:42:10 UTC (rev 2644)
@@ -1,3 +1,9 @@
 <?php
 
+$messages["juploadConfig"] = "JUpload";
+$messages["juploadNewResource"] = "New JUpload Resource";
+$messages["jupload_plugin_enabled"] = "Enable JUpload";
+
+$messages["label_maxfilesperrequest"] = "Maximum number of files";
+$messages["jupload_maxfilesperrequest"] = "Maximum number of files allowed per upload request";
 ?>
\ No newline at end of file

Modified: plugins/trunk/jupload/pluginjupload.class.php
===================================================================
--- plugins/trunk/jupload/pluginjupload.class.php	2005-11-26 17:52:31 UTC (rev 2643)
+++ plugins/trunk/jupload/pluginjupload.class.php	2005-11-26 19:42:10 UTC (rev 2644)
@@ -19,7 +19,7 @@
   
             $this->id = "jupload";
             $this->author = "Mark Wu";
-            $this->desc = "This plugin offers you to integrate JUpload with pLog.";
+            $this->desc = "This plugin offers you to integrate JUpload with LifeType.";
   
             $config =& Config::getConfig();
             $this->resourceCenterEnabled = $config->getValue( "resources_enabled" );

Modified: plugins/trunk/jupload/templates/pluginsettings.template
===================================================================
--- plugins/trunk/jupload/templates/pluginsettings.template	2005-11-26 17:52:31 UTC (rev 2643)
+++ plugins/trunk/jupload/templates/pluginsettings.template	2005-11-26 19:42:10 UTC (rev 2644)
@@ -9,7 +9,7 @@
    <label for="pluginEnabled">{$locale->tr("label_enable")}</label>
    <span class="required"></span>
    <div class="formHelp">
-    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("templateeditor_plugin_enabled")}
+    <input class="checkbox" type="checkbox" name="pluginEnabled" id="pluginEnabled" {if $pluginEnabled} checked="checked" {/if} value="1" />{$locale->tr("jupload_plugin_enabled")}
    </div>
   </div>
   




More information about the pLog-svn mailing list