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

mark at devel.lifetype.net mark at devel.lifetype.net
Sun Jun 18 15:15:43 GMT 2006


Author: mark
Date: 2006-06-18 15:15:43 +0000 (Sun, 18 Jun 2006)
New Revision: 3610

Modified:
   plog/trunk/locale/locale_zh_TW.php
Log:
Some locale changes.

Modified: plog/trunk/locale/locale_zh_TW.php
===================================================================
--- plog/trunk/locale/locale_zh_TW.php	2006-06-18 14:29:08 UTC (rev 3609)
+++ plog/trunk/locale/locale_zh_TW.php	2006-06-18 15:15:43 UTC (rev 3610)
@@ -1047,6 +1047,10 @@
 $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['error_updating_blog_subdomain'] = 'There was an error updating the subdomain.  Please check the data and try again.';
+$messages['error_updating_blog_main_domain'] = 'There was an error updating the main domain setting. This probably means the site administrator has configured something incorrectly.';
 
 $messages['monthsshort'] = Array( '元', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二' );
 $messages['weekdaysshort'] = Array( '日', '一', '二', '三', '四', '五', '六' );



More information about the pLog-svn mailing list