我決定試裝這一套由會員自行分類相簿的mod了
可是我英文好差...有高人可以幫忙翻一下語系檔嗎
$lang['Last_Comments'] = 'Last Comment';
//最後評語
$lang['No_Comment_Info'] = 'No Comments';
//沒有評語
$lang['No_Pictures_In_Cat']= 'No Pictures In Category';
//此分類沒有圖片
$lang['Total_Pics'] = 'Total Pics';
//所有圖片
$lang['Total_Comments'] = 'Total Comments';
//所有評語
$lang['Last_Index_Thumbnail'] = 'Last Pic';
$lang['Sub_Total_Pics'] = ' Total Pics'; // NOTE THE SPACE BEFORE 'TOTAL', ITS ON PURPOSE. AND PLEASE KEEP IT
$lang['Album_sub_categories'] = 'Sub Categories';
$lang['No_Public_Galleries'] = 'No Public Galleries';
//
// Personal Album Hierarchy Index Table
//
$lang['Personal_Categories'] = 'Personal Gallery';
//個人藝廊
$lang['Personal_Cat_Admin'] = 'Personal Gallery Category Admin';
//個人藝廊分類管理
//
// Access language strings
//
$lang['Album_Can_Manage_Categories'] = 'You <b>can</b> %smanage%s the categories in the gallery';
$lang['No_Personal_Category_admin'] = 'You are not allowed to manage your personal gallery categories';
//不允許管理藝廊分類
/***************************************************************************
* Album Hierarchy Administration *
***************************************************************************/
//
// Configuration
//
$lang['Show_Recent_In_Subcats'] = 'Show recent pictures in sub categories';
$lang['Show_Recent_Instead_of_NoPics'] = 'Show recent pictures instead of no picture message';
$lang['Album_Index_Settings'] = 'Album Index Table Settings';
$lang['Show_Index_Subcats'] = 'Show sub categories in index table';
$lang['Show_Index_Thumb'] = 'Show category thumbnails in index table';
$lang['Show_Index_Pics'] = 'Show the number of pictures in current category in index table';
$lang['Show_Index_Comments'] = 'Show the number of comments in current category in index table';
$lang['Show_Index_Total_Pics'] = 'Show the number of total pictures for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Total_Comments'] = 'Show the number of total comments for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Comment'] = 'Show last comments for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Pic'] = 'Show last picture info for current categories and all it\'s sub categories in index table';
$lang['Show_Index_Last_Pic'] = 'Show last picture info for current categories and all it\'s sub categories in index table';
$lang['Line_Break_Subcats'] = 'Show each sub cat on a new line';
$lang['Show_Personal_Gallery_Link'] = 'Show Personal Gallery and Users Personal Gallery link in Sub Categories';
$lang['Album_Personal_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for <b>all</b> personal album categories or just has the private access to them';
// Sorting
$lang['Album_Category_Sorting'] = 'Sorting of the album categories';
$lang['Album_Category_Sorting_Id'] = 'ID';
$lang['Album_Category_Sorting_Name'] = 'Name';
$lang['Album_Category_Sorting_Order'] = 'Sort Order (default)';
$lang['Album_Category_Sorting_Direction'] = 'Sorting direction (only valid for ID and Name sorting)';
$lang['Album_Category_Sorting_Asc'] = 'Ascending';
$lang['Album_Category_Sorting_Desc'] = 'Descending';
// Personal Gallery
$lang['Album_Personal_Settings'] = 'Personal Gallery Settings';
$lang['Show_Personal_Sub_Cats'] = 'Show personal sub categories in index table';
$lang['Personal_Gallery_MOD'] = 'Personal gallery can moderated by owner';
//用戶能使用管理介面管理自己的相簿
$lang['Personal_Sub_Cat_Limit'] = 'Maximum number of sub categories (-1 = unlimited)';
//個人分類最大數目(-1無限制)
$lang['User_Can_Create_Personal_SubCats'] = 'Users can create sub categorries in own personal gallery';
//用戶可以自行增加子分區
$lang['Show_Recent_In_Personal_Subcats'] = 'Show recent pictures in personal sub categories';
$lang['Show_Recent_Instead_of_Personal_NoPics'] = 'Show recent pictures instead of no picture message in personal gallery';
//
// Categories
//
$lang['Personal_Root_Gallery'] = 'Personal Gallery Root Category';
$lang['Parent_Category'] = 'Parent Category (for this category)';
$lang['Child_Category_Moved'] = 'Seleted category had child categories. The child categories got moved to the <B>%s</B> category.';
$lang['No_Self_Refering_Cat'] = 'You cannot set a category\'s parent to itself';
$lang['Can_Not_Change_Main_Parent'] = 'You cannot change to parent of the main category of your personal gallery';