[pLog-svn] r3440 - plog/trunk/locale

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat May 20 12:10:52 GMT 2006


Author: jondaley
Date: 2006-05-20 12:10:51 +0000 (Sat, 20 May 2006)
New Revision: 3440

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
email failure messages should be localized.  I need to test the dns code before checking in that part of the code

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2006-05-20 05:47:05 UTC (rev 3439)
+++ plog/trunk/locale/locale_en_UK.php	2006-05-20 12:10:51 UTC (rev 3440)
@@ -1026,6 +1026,10 @@
 
 $messages['warning_autosave_message'] = '<img src="imgs/admin/icon_warning-16.png" alt="Error" class="InfoIcon"/><p class="ErrorText">You seem to have left here without saving your post. If so, you may <a href="#" onclick="restoreAutoSave();">click here to restore it</a> or <a href="#" onclick="eraseAutoSave();">delete it</a>.</p>';
 
+$messages['error_rule_email_dns_server_temp_fail'] = 'Temporary failure - try again later.';
+$messages['error_rule_email_dns_server_unreachable'] = 'Email server unreachable.';
+$messages['error_rule_email_dns_not_permitted'] = 'E-mail not permitted.';
+
 $messages['before_unload_message'] = 'It seems you have unsaved post, are you sure you want to leave?\n (If you don\'t press the "Ok" button in restart-seconds seconds, the auto save mechanisim will restart again.)';
 
 $messages['check_username'] = 'Check User Name';



More information about the pLog-svn mailing list