[pLog-svn] r5591 - in plog/branches/lifetype-1.2: install locale/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jun 28 10:50:15 EDT 2007


Author: mark
Date: 2007-06-28 10:50:15 -0400 (Thu, 28 Jun 2007)
New Revision: 5591

Modified:
   plog/branches/lifetype-1.2/install/defaultconfig.properties.php
   plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php
   plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php
Log:
Revert the change of 5590, and  change the zh_TW/zh_CN description according to this commit.

Modified: plog/branches/lifetype-1.2/install/defaultconfig.properties.php
===================================================================
--- plog/branches/lifetype-1.2/install/defaultconfig.properties.php	2007-06-28 07:59:47 UTC (rev 5590)
+++ plog/branches/lifetype-1.2/install/defaultconfig.properties.php	2007-06-28 14:50:15 UTC (rev 5591)
@@ -115,7 +115,7 @@
 $Inserts['skip_dashboard'] 									= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('skip_dashboard', '0', 1);";
 $Inserts['use_captcha_auth'] 								= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('use_captcha_auth', '0', 1);";
 $Inserts['page_suffix_format'] 								= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('page_suffix_format', '/page/{page}', 3);";
-$Inserts['urlize_word_separator'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('urlize_word_separator', '_', 3);";
+$Inserts['urlize_word_separator'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('urlize_word_separator', '-', 3);";
 $Inserts['summary_template_cache_lifetime'] 				= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('summary_template_cache_lifetime', '0', 1 );";
 $Inserts['http_cache_lifetime'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('http_cache_lifetime', '1800', 1 );";
 $Inserts['blog_does_not_exist_url'] 						= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('blog_does_not_exist_url','{plog_base_url}',3);";

Modified: plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php	2007-06-28 07:59:47 UTC (rev 5590)
+++ plog/branches/lifetype-1.2/locale/admin/locale_zh_CN.php	2007-06-28 14:50:15 UTC (rev 5591)
@@ -837,7 +837,7 @@
 $messages['created'] = '已建立';
 $messages['view'] = '阅读';
 $messages['editUser'] = '编辑用户';
-$messages['help_urlize_word_separator'] = '建立 LifeType 相关的链接时,用于链接单字的字元。如果启用次网域网址时,这也会使用于产生网址里的网站名称。[默认值 = _]';
+$messages['help_urlize_word_separator'] = '建立 LifeType 相关的链接时,用于链接单字的字元。如果启用次网域网址时,这也会使用于产生网址里的网站名称。[默认值 = -]';
 $messages['help_summary_template_cache_lifetime'] = '汇整页面快取的有效时间。若设为 \'0\' ,只要有数据更新就会更新汇整页面的快取。如果设为其他值,则会等到这段时间过了之后再更新汇整页面的快取。[默认值 = 0]';
 $messages['register_default_album_name'] = '一般';
 $messages['register_default_album_description'] = '使用这个文件夹上传新图档';

Modified: plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php	2007-06-28 07:59:47 UTC (rev 5590)
+++ plog/branches/lifetype-1.2/locale/admin/locale_zh_TW.php	2007-06-28 14:50:15 UTC (rev 5591)
@@ -837,7 +837,7 @@
 $messages['created'] = '已建立';
 $messages['view'] = '閱讀';
 $messages['editUser'] = '編輯使用者';
-$messages['help_urlize_word_separator'] = '建立 LifeType 相關的連結時,用於連結單字的字元。如果啟用次網域網址時,這也會使用於產生網址裡的網站名稱。[預設值 = _]';
+$messages['help_urlize_word_separator'] = '建立 LifeType 相關的連結時,用於連結單字的字元。如果啟用次網域網址時,這也會使用於產生網址裡的網站名稱。[預設值 = -]';
 $messages['help_summary_template_cache_lifetime'] = '彙整頁面快取的有效時間。若設為 \'0\' ,只要有資料更新就會更新彙整頁面的快取。如果設為其他值,則會等到這段時間過了之後再更新彙整頁面的快取。[預設值 = 0]';
 $messages['register_default_album_name'] = '一般';
 $messages['register_default_album_description'] = '使用這個資料夾上傳新圖檔';



More information about the pLog-svn mailing list