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

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jun 25 15:40:45 EDT 2007


Author: mark
Date: 2007-06-25 15:40:45 -0400 (Mon, 25 Jun 2007)
New Revision: 5580

Modified:
   plog/trunk/locale/admin/locale_en_UK.php
   plog/trunk/locale/admin/locale_zh_CN.php
   plog/trunk/locale/admin/locale_zh_TW.php
   plog/trunk/templates/admin/editfriend.template
Log:
Friend admin panel UI done.

Modified: plog/trunk/locale/admin/locale_en_UK.php
===================================================================
--- plog/trunk/locale/admin/locale_en_UK.php	2007-06-25 19:01:03 UTC (rev 5579)
+++ plog/trunk/locale/admin/locale_en_UK.php	2007-06-25 19:40:45 UTC (rev 5580)
@@ -1185,7 +1185,7 @@
 $messages['all_files_ok'] = 'All files are correct';
 
 /// new strings in LT 1.3 ///
-// friend network
+// friend management
 $messages['friendManagement'] = 'Friend Management';
 $messages['friend'] = 'Friend'; 
 $messages['friends'] = 'Friends'; 
@@ -1215,4 +1215,44 @@
 $messages['error_removing_friend_group2'] = 'There was an error removing friend group with identifier "%s".';
  
 $messages['error_removing_last_friend_group'] = 'There was an error removing the last friend group "%s".';
+
+// new friend
+$messages['newFriend'] = 'New Friend';
+$messages['friend_name_help'] = 'Your friend\'s username in this blog system.';
+$messages['group'] = 'Friend Group';
+$messages['friend_group_help'] = 'Select the friend group to which this friend will be added.';
+$messages['friend_description_help'] = 'Longer description for this friend.';
+$messages['invitation_text'] = 'Invitation';
+$messages['invitation_text_help'] = 'A logner invitation mail to ask your friend to join your friend list.';
+$messages['default_invitation_text'] = 'Hi, may I add you to my friend list?'; 
+$messages['error_adding_friend'] = 'There was an error adding the friend.';
+$messages['friend_added_ok'] = 'Friend "%s" was successfully added to the user.';
+
+// edit friend
+$messages['editFriends'] = 'Edit Friends';
+$messages['editFriend'] = 'Edit Friend';
+$messages['user_authorization_status'] = 'Your Approval';
+$messages['user_authorization_status_help'] = 'Your friend are waiting for your approval.';
+$messages['user_authorization_approved'] = 'Approved';
+$messages['user_authorization_waiting'] = 'Waiting';
+$messages['user_authorization_reject'] = 'Reject';
+$messages['friend_authorization_status'] = 'Friend\'s Approval';
+$messages['friend_authorization_status_help'] = 'You are waiting for your friend\'s approval.';
+$messages['friend_authorization_approved'] = 'Approved';
+$messages['friend_authorization_waiting'] = 'Waiting';
+$messages['friend_authorization_reject'] = 'Reject';
+$messages['friend_group'] = 'Friend Group';
+ 
+$messages['error_fetching_friend'] = 'There was an error while fetching the friend.';
+$messages['friend_updated_ok'] = 'Friend "%s" was updated successfully.';
+$messages['error_updating_friend'] = 'There was an error updating the friend.';
+
+// delete friend
+
+$messages['error_no_friend_selected'] = 'Please select at least one friend.';
+$messages['error_removing_friend'] = 'There was an error removing friend "%s".';
+$messages['error_removing_friend2'] = 'There was an error removing friend with identifier "%s".';
+$messages['error_incorrect_friend_id'] = 'The friend identifier is not correct.';
+$messages['friend_deleted_ok'] = 'Friend "%s" deleted successfully.';
+$messages['friends_deleted_ok'] = '%s friends deleted successfully.';
 ?>
\ No newline at end of file

Modified: plog/trunk/locale/admin/locale_zh_CN.php
===================================================================
--- plog/trunk/locale/admin/locale_zh_CN.php	2007-06-25 19:01:03 UTC (rev 5579)
+++ plog/trunk/locale/admin/locale_zh_CN.php	2007-06-25 19:40:45 UTC (rev 5580)
@@ -1216,4 +1216,44 @@
 $messages['error_removing_friend_group2'] = '删除好友群组时发生错误 (id = %s)';
  
 $messages['error_removing_last_friend_group'] = '无法删除“%s”这个好友群组,因为至少要有一个好友群组。';
+
+// new friend
+$messages['newFriend'] = '新增好友';
+$messages['friend_name_help'] = '请输入你的好友在本站的代号。';
+$messages['group'] = '群组';
+$messages['friend_group_help'] = '请选择你的好友要加入哪一个好友群组中。';
+$messages['friend_description_help'] = '请输入你对这个好友的简短描述。';
+$messages['invitation_text'] = '邀请函';
+$messages['invitation_text_help'] = '请输入你要寄给好友的邀请函内容。';
+$messages['default_invitation_text'] = '你好。请问我可以把你加入我的好友列表里面吗?'; 
+$messages['error_adding_friend'] = '在新增好友时发生错误。请检查输入的资料再试一次。';
+$messages['friend_added_ok'] = '新的好友“%s”已成功加入,正在等待审核。';
+
+// edit friend
+$messages['editFriends'] = '好友列表';
+$messages['editFriend'] = '编辑好友';
+$messages['user_authorization_status'] = '你的审核';
+$messages['user_authorization_status_help'] = '你的好友正在等在你的审核中。';
+$messages['user_authorization_approved'] = '确认';
+$messages['user_authorization_waiting'] = '等待';
+$messages['user_authorization_reject'] = '拒绝';
+$messages['friend_authorization_status'] = '好友审核';
+$messages['friend_authorization_status_help'] = '你正在等待你的好友审核中。';
+$messages['friend_authorization_approved'] = '确认';
+$messages['friend_authorization_waiting'] = '等待';
+$messages['friend_authorization_reject'] = '拒绝';
+$messages['friend_group'] = '好友群组';
+ 
+$messages['error_fetching_friend'] = '找不到你指定的好友。';
+$messages['friend_updated_ok'] = '好友“%s”已顺利更新';
+$messages['error_updating_friend'] = '更新好友时发生错误,请检查输入资料后,再试一次。';
+
+// delete friend
+
+$messages['error_no_friend_selected'] = '你没有勾选任何要删除的好友。';
+$messages['error_removing_friend'] = '在删除好友“%s”时发生错误。';
+$messages['error_removing_friend2'] = '在删除好友时发生错误,id = %d';
+$messages['error_incorrect_friend_id'] = '好友 ID 不正确';
+$messages['friend_deleted_ok'] = '好友“%s”已顺利删除。';
+$messages['friends_deleted_ok'] = '好友“%s”已顺利删除。';
 ?>
\ No newline at end of file

Modified: plog/trunk/locale/admin/locale_zh_TW.php
===================================================================
--- plog/trunk/locale/admin/locale_zh_TW.php	2007-06-25 19:01:03 UTC (rev 5579)
+++ plog/trunk/locale/admin/locale_zh_TW.php	2007-06-25 19:40:45 UTC (rev 5580)
@@ -1186,7 +1186,7 @@
 $messages['all_files_ok'] = '所有檔案都正確。';
 
 /// new strings in LT 1.3 ///
-// friend network
+// friend management
 $messages['friendManagement'] = '好友管理';
 $messages['friend'] = '好友'; 
 $messages['friends'] = '好友'; 
@@ -1216,4 +1216,44 @@
 $messages['error_removing_friend_group2'] = '刪除好友群組時發生錯誤 (id = %s)';
  
 $messages['error_removing_last_friend_group'] = '無法刪除「%s」這個好友群組,因為至少要有一個好友群組。';
+
+// new friend
+$messages['newFriend'] = '新增好友';
+$messages['friend_name_help'] = '請輸入你的好友在本站的代號。';
+$messages['group'] = '群組';
+$messages['friend_group_help'] = '請選擇你的好友要加入哪一個好友群組中。';
+$messages['friend_description_help'] = '請輸入你對這個好友的簡短描述。';
+$messages['invitation_text'] = '邀請函';
+$messages['invitation_text_help'] = '請輸入你要寄給好友的邀請函內容。';
+$messages['default_invitation_text'] = '你好。請問我可以把你加入我的好友列表裡面嗎?'; 
+$messages['error_adding_friend'] = '在新增好友時發生錯誤。請檢查輸入的資料再試一次。';
+$messages['friend_added_ok'] = '新的好友「%s」已成功加入,正在等待審核。';
+
+// edit friend
+$messages['editFriends'] = '好友列表';
+$messages['editFriend'] = '編輯好友';
+$messages['user_authorization_status'] = '你的審核';
+$messages['user_authorization_status_help'] = '你的好友正在等在你的審核中。';
+$messages['user_authorization_approved'] = '確認';
+$messages['user_authorization_waiting'] = '等待';
+$messages['user_authorization_reject'] = '拒絕';
+$messages['friend_authorization_status'] = '好友審核';
+$messages['friend_authorization_status_help'] = '你正在等待你的好友審核中。';
+$messages['friend_authorization_approved'] = '確認';
+$messages['friend_authorization_waiting'] = '等待';
+$messages['friend_authorization_reject'] = '拒絕';
+$messages['friend_group'] = '好友群組';
+ 
+$messages['error_fetching_friend'] = '找不到你指定的好友。';
+$messages['friend_updated_ok'] = '好友「%s」已順利更新';
+$messages['error_updating_friend'] = '更新好友時發生錯誤,請檢查輸入資料後,再試一次。';
+
+// delete friend
+
+$messages['error_no_friend_selected'] = '你沒有勾選任何要刪除的好友。';
+$messages['error_removing_friend'] = '在刪除好友「%s」時發生錯誤。';
+$messages['error_removing_friend2'] = '在刪除好友時發生錯誤,id = %d';
+$messages['error_incorrect_friend_id'] = '好友 ID 不正確';
+$messages['friend_deleted_ok'] = '好友「%s」已順利刪除。';
+$messages['friends_deleted_ok'] = '好友「%s」已順利刪除。';
 ?>
\ No newline at end of file

Modified: plog/trunk/templates/admin/editfriend.template
===================================================================
--- plog/trunk/templates/admin/editfriend.template	2007-06-25 19:01:03 UTC (rev 5579)
+++ plog/trunk/templates/admin/editfriend.template	2007-06-25 19:40:45 UTC (rev 5580)
@@ -1,5 +1,5 @@
 {include file="$admintemplatepath/header.template"}
-{include file="$admintemplatepath/navigation.template" showOpt=editFriend title=$locale->tr("editFriend")}
+{include file="$admintemplatepath/navigation.template" showOpt=editFriends title=$locale->tr("editFriend")}
 
  <form name="editFriend" action="admin.php" method="post">
 



More information about the pLog-svn mailing list