[pLog-svn] r3551 - in plog/trunk: locale templates/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Wed Jun 7 10:06:45 GMT 2006


Author: mark
Date: 2006-06-07 10:06:45 +0000 (Wed, 07 Jun 2006)
New Revision: 3551

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/locale/locale_zh_TW.php
   plog/trunk/templates/admin/newpost.template
Log:
Some locale messages change.

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2006-06-07 10:04:15 UTC (rev 3550)
+++ plog/trunk/locale/locale_en_UK.php	2006-06-07 10:06:45 UTC (rev 3551)
@@ -1025,8 +1025,6 @@
 
 $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['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';
 $messages['check_username_ok'] = 'The user name is available!';
 $messages['error_username_exist'] = 'Sorry! The user name is not available, please try others.';

Modified: plog/trunk/locale/locale_zh_TW.php
===================================================================
--- plog/trunk/locale/locale_zh_TW.php	2006-06-07 10:04:15 UTC (rev 3550)
+++ plog/trunk/locale/locale_zh_TW.php	2006-06-07 10:06:45 UTC (rev 3551)
@@ -1025,8 +1025,6 @@
 
 $messages['warning_autosave_message'] = '<img src="imgs/admin/icon_warning-16.png" alt="Error" class="InfoIcon"/><p class="ErrorText">你好像有之前尚未存檔的文章。如果你還想繼續編輯,你可以 <a href="#" onclick="restoreAutoSave();">取回未存檔文章繼續編輯</a> 或是 <a href="#" onclick="eraseAutoSave();">把他刪除</a> 。</p>';
 
-$messages['before_unload_message'] = '你有尚未儲存的變更,你確定要離開嗎?\n如果你未於 restart-seconds 秒內按下『確定』,自動備份機制將重新啟動。';
-
 $messages['check_username'] = '檢查使用者名稱';
 $messages['check_username_ok'] = '恭喜!這個使用者名稱還沒有任何人使用。';
 $messages['error_username_exist'] = '抱歉!這個使用者名稱已經被別人用了,試試其他的吧!';
 
@@ -1041,6 +1039,8 @@
 
 $messages['first_day_of_week'] = 1;
 $messages['first_day_of_week_label'] = '每一週的開始';
-$messages['first_day_of_week_help'] = '在首頁月曆中的顯示方式。';
+$messages['first_day_of_week_help'] = '在首頁月曆中的顯示方式。';
 
 
+$messages['registration_default_subject'] = 'LifeType 註冊確認';
+
 ?>
\ No newline at end of file

Modified: plog/trunk/templates/admin/newpost.template
===================================================================
--- plog/trunk/templates/admin/newpost.template	2006-06-07 10:04:15 UTC (rev 3550)
+++ plog/trunk/templates/admin/newpost.template	2006-06-07 10:06:45 UTC (rev 3551)
@@ -27,7 +27,6 @@
   var msgShowOptionPanel = "{$locale->tr("show_option_panel")}";
   var msgHideOptionPanel = "{$locale->tr("hide_option_panel")}";
   var msgAutoSaveMessage = '{$locale->tr("warning_autosave_message")}';
-  var msgBeforeUnloadMessage = '{$locale->tr("before_unload_message")}';
   
   var todayDay = '{$today->getDay()}';
   var todayMonth = '{$today->getMonth()}';



More information about the pLog-svn mailing list