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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Jun 17 22:26:24 GMT 2006


Author: jondaley
Date: 2006-06-17 22:26:23 +0000 (Sat, 17 Jun 2006)
New Revision: 3602

Modified:
   plog/trunk/locale/locale_en_UK.php
Log:
a couple strings for multi-domain stuff

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2006-06-17 21:46:06 UTC (rev 3601)
+++ plog/trunk/locale/locale_en_UK.php	2006-06-17 22:26:23 UTC (rev 3602)
@@ -1047,6 +1047,8 @@
 $messages['error_invalid_subdomain'] = 'The subdomain name is not valid or it is not unique';
 $messages['register_blog_domain_help'] = 'Name and subdomain that you would like to use for your new blog';
 $messages['domain'] = 'Domain';
+$messages['help_subdomains_available_domains'] = 'Enter a space delimited set of main domains allowed.  The user will be presented with a dropdown list of these values, and can add any subdomain he wants.  This is only used if you enabled subdomains and used {blogdomain} in the subdomain_base_url above. Use a \'?\' if you want to allow any domain.';
+$messages['subdomains_any_domain'] = '<- Multi-domain enabled. Type in the full domain.';
 
 $messages['monthsshort'] = Array( 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' );
 $messages['weekdaysshort'] = Array( 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' );



More information about the pLog-svn mailing list