[pLog-svn] r6025 - in plugins/branches/lifetype-1.2: . moblog/locale
reto at devel.lifetype.net
reto at devel.lifetype.net
Thu Nov 1 17:40:52 EDT 2007
Author: reto
Date: 2007-11-01 17:40:51 -0400 (Thu, 01 Nov 2007)
New Revision: 6025
Modified:
plugins/branches/lifetype-1.2/moblog.php
plugins/branches/lifetype-1.2/moblog/locale/locale_en_UK.php
Log:
minor updates to the locale and disable logging by default.
Modified: plugins/branches/lifetype-1.2/moblog/locale/locale_en_UK.php
===================================================================
--- plugins/branches/lifetype-1.2/moblog/locale/locale_en_UK.php 2007-11-01 03:21:02 UTC (rev 6024)
+++ plugins/branches/lifetype-1.2/moblog/locale/locale_en_UK.php 2007-11-01 21:40:51 UTC (rev 6025)
@@ -28,9 +28,9 @@
$messages["moblogbatch_username_help"] = "Username that should be used to authenticate against the POP3 server.";
$messages["moblogbatch_password_help"] = "Password that should be used to authenticate against the POP3 server.";
$messages["moblogbatch_pseudobatch"] = "Pseudobatch";
-$messages["moblogbatch_pseudobatch_help"] = "How often should messages be checked, in minutes. Set the pseudobatch to 'diabled' if you are using a server-side cron job to check for new moblogs.";
+$messages["moblogbatch_pseudobatch_help"] = "How often should messages be checked, in minutes. Set the pseudobatch to 'disabled' if you are using a server-side batch (aka cronjob) to check for new moblogs.";
$messages["moblogbatch_lastupdate"] = "Last Update";
-$messages["moblogbatch_lastupdate_help"] = "Last time Moblog Batch was checking for new moblogs.";
+$messages["moblogbatch_lastupdate_help"] = "Last time Moblog Batch was checking for new articles.";
$messages["moblogbatch_off"] = "disabled";
$messages["moblogbatch_settings_saved_ok"] = "Moblog Batch settings saved successfully!";
Modified: plugins/branches/lifetype-1.2/moblog.php
===================================================================
--- plugins/branches/lifetype-1.2/moblog.php 2007-11-01 03:21:02 UTC (rev 6024)
+++ plugins/branches/lifetype-1.2/moblog.php 2007-11-01 21:40:51 UTC (rev 6025)
@@ -8,7 +8,7 @@
//
// set this to false if you want logging enabled
//
- define( "MOBLOG_DEBUG", true );
+ define( "MOBLOG_DEBUG", false );
// bring in some code that we need
include( PLOG_CLASS_PATH."class/bootstrap.php" );
More information about the pLog-svn
mailing list